diff --git a/.gitignore b/.gitignore index d6c6f8ae3..f26d84b31 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,28 @@ -Makefile -Makefile.in -.linesrc -lines.cfg +## +## GLOBAL PATTERNS +## + +# editor temp files +**/*~ +**/*.swp + +# MacOSX +**/.DS_Store + +# generated makefiles +**/Makefile +**/Makefile.in + +## +## ROOT DIRECTORY PATTERNS +## + +# generated configure scripts aclocal.m4 autom4te.cache -config.* configure stamp-h1 -build/autotools/compile + +# configuration files +.linesrc +lines.cfg diff --git a/AUTHORS b/AUTHORS index 5a2144da9..a86419afa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ -LifeLines Source Release, Version 3.1.1 -http://marcno.github.io/lifelines/ +LifeLines Source Release, Version 3.2.0 +https://lifelines.github.io/lifelines/ ------------------------------------------------------------------------- Tom Wetmore (ttw@shore.net) - original author @@ -26,7 +26,7 @@ Perry Rapp (prapp@erols.com, puddle@users.sourceforge.net) Petter Reinholdtsen (pere@hungry.com, pere@td.org.uit.no) - code cleaning, insulation layer -Stephen Dum (stephen.dum@verizon.net) +Stephen Dum (dr.doom@frontier.com) - code cleaning, leak checking, xml docs, bug fixes. John F. Chandler (jchbn@cuvmb.cc.columbia.edu) @@ -34,3 +34,6 @@ John F. Chandler (jchbn@cuvmb.cc.columbia.edu) David A. Bright (dabright@users.sourceforge.net) - book-latex.ll and other report improvements + +nabijaczleweli@nabijaczleweli.xyz +- fixed race condition and OOM issue due to malloc mis-handling in scandir() diff --git a/ChangeLog b/ChangeLog index f6fc9fc5a..582758f2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -LifeLines Source Release, Version 3.1.1 -http://marcno.github.io/lifelines/ +LifeLines Source Release, Version 3.2.0 +https://lifelines.github.io/lifelines/ ------------------------------------------------------------------------- This is a high-level view of changes made to the source tree. @@ -8,10 +8,39 @@ commit logs. XXXX-YY-ZZ Matt Emmerton - Release 3.1.2 (under development) - - Improve curses detection to ensure that we can detect environments - without wide character support. + Release 3.2.0 (under development) + + This release includes full 64-bit support, without database migration! + + Main Program: + - Make LifeLines 64-bit clean + - Improve parser error for random out-of-palce number + - Allow empty block bodies in reports + - Allow fullname() to be used with an invalid INDI + - Make manip_name() UTF-8 aware (fixes to limit_width and name_string) + - Fix bug in j2date() + - Massive cleanup of compiler warnings + + Infrastructure: + - Improve curses detection for wide character support + - Add support for GNU Bison 3.x + - Add configure support for --with-32bit and --with-64bit + - Add support for cscope, cscout, gcov and sonarqube + + Documentation: + - Remove SourceForge and GitHub (MarcNo) refs, replace with GitHub (Lifelines) refs + - Update docs to docbook 5 format + + Tools: + - Add lldump tool + + Tests: + - Add tests for fullname, eqv_pvalue, gengedcomstrong, checkjd2date and math + - Add royal92 test for gedcom import + - Add view-history and pedigree-longname test + - Add string-unicode and string-utf8 tests + - Add standalone C test programa and fix nextfkey test + - Integrate tests to run with automake Parallel test Harness 2016-03-16 Matt Emmerton diff --git a/INSTALL b/INSTALL index 30717aee9..6faf16712 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ -LifeLines Source Release, Version 3.1.1 -http://marcno.github.io/lifelines/ +LifeLines Source Release, Version 3.2.0 +https://lifelines.github.io/lifelines/ ------------------------------------------------------------------------- ******************************** @@ -7,42 +7,54 @@ Contents: 1. General (UNIX) installation 1a) Dependencies 1b) Specific Issues + 1c) Compilers 2. Platform specific notes - 2a) Platforms supported out-of-the-box + 2a) Platforms supported 2b) Microsoft Windows 2c) cygwin - 2d) rpm packages - 2e) Debian binaries - 2f) gcc 2.7.2.1 - 2g) curses - 2h) Mac OS X + 2d) RPM packages + 2e) Debian packages + 2f) FreeBSD port + 2g) Mac OS X ******************************** - - ****************************** 1. General (UNIX) installation ****************************** - This is the source distribution of the LifeLines system, a genealogy software system. -(If you are building from cvs sources, you will not have a configure -script, and you should be reading the README.DEVELOPERS instructions.) - LifeLines should compile correctly using GNU gcc or any native C compiler. It also will build using the Cygnus tools on Windows (but see note in the platform notes section below). -To build and install LifeLines, do the following: +In all cases, various dependencies are required. (See section 1a.) + +If you have downloaded a "release" package, do the following: - ./configure (if that does't work, try 'sh ./configure') + sh ./configure make make install -If you do not have gettext & iconv installed, you may need to use - ./configure --disable-nls +If you have downloaded a "source code" package, or have cloned the git +repository directly, do the following: + + sh build/autogen.sh + sh ./configure + make + make install + +If you want to keep the build area separate from the source area +replace the configure and make commands with + + mkdir bld64 + cd bld64 + ../configure --with-64bit + make + make install + +and likewise you can build a 32 bit executables by replacing 64 with 32 above. This will generate Makefiles suitable for your platform and then build and install the LifeLines programs. You will end up with the following @@ -50,100 +62,125 @@ executables (installed in various places, depending on your platform): llines -- main LifeLines system program llexec -- non-interactive version, useful for running reports -btedit -- general purpose btree edit program dbverify -- checks a LifeLines database for problems +btedit -- general purpose btree edit program +lldump -- dumps the database contents in symbolic format llines is the main LifeLines program. -lllexec is a non-interactive version of the main program, and is +llexec is a non-interactive version of the main program, and is handy for automatically running reports against a given database. -dverify can be used to verify the correctness of a LifeLines database. -This is handy if you're storing databases on floppies, or just for -peace of mind. +dverify can be used to verify the correctness of a LifeLines database. This +is handy if you're storing databases on floppies, a USB stick (which may have +been improperly removed at some point), or just for peace of mind. -btedit is a administration tool used for unmangling mangled databases, +btedit is an administration tool used for unmangling mangled databases, and is extremely powerful. You should only use this program under the expert guidance of a LifeLines developer. -docs: -Pregenerated versions of the documentation are included, in -html, pdf, and text formats, so it is not necessary to have -these tools installed. - -If you are tracking the git repository and want to be able to rebuild -your documentation as changes are made, you must run configure -with the "--with-docs" option. This has some large dependencies; -see below for more information. +lldump is an administration tool used for diagnosing mangled databases. +You should only use this program under the expert guidance of a LifeLines +developer, or if you're curious about the internal database format. -****************************** +**************** 1a) Dependencies -****************************** +**************** + lifelines has a number of dependencies and they vary depending on -how you build lifelines. (Avoid gcc version 2.7.2.1) +how you obtain and build lifelines. -1. General dependencies: +1. Generic ncursesw (or any curses with wide character support) -2. Building from source code repository +2. National Language Support (NLS) + + Use of NLS, or regeneration of the language files, requires the following: + + gettext (or gettext-devel) + iconv (or libiconv) + + By default, NLS support is enabled. If you want to disable NLS support, + run configure with the '--disable-nls' option. + +3. Building from source code repository If you are building directly from the source code repository, and not from a release package, you will require these tools: automake autoconf - bison + bison (2.7+ or 3.1+) -3. Document Generation +4. Building documentation - Regeneration of the docs requires tools to convert from xml to html, pdf, - and text. Currently the tools being used are: + Generation of the documentation requires tools to convert from xml to html, + pdf, and text. Currently the tools being used are: xmlto dblatex - texlive-cmap + lynx or links + texlive-lang-european (Debian / Ubuntu) + texlive-cmap (Fedora / RHEL / CentOS / SLES) -4. Multiple Language support - processed files are checked into cvs, but - to rebuild the language files: + By default, these tools are not required. If you want to edit and rebuild + documentation, run configure with the '--with-docs' option. - gettext - iconv -****************************** +******************* 1b) Specific Issues -****************************** +******************* -GETTEXT +1. gettext -If configure succeeds, but make fails very early with an error like so: + If configure succeeds, but make fails very early with an error like so: cd ../../po && rm -f da.gmo && : -c --statistics -o da.gmo da.po mv: cannot stat `t-da.gmo': No such file or directory ... -then you probably do not have the gettext tools -- the commandline -tools needed for development, which are needed to compile, and -are generally a separate package from the runtime libraries needed -by running programs. + Then you probably do not have the gettext tools -- the command-line + tools needed for development, which are needed to compile, and + are generally a separate package from the runtime libraries needed + by running programs. + +2. bison + + If you run into problems compiling yacc.c, this is likely due to an + incompatibility between the generated files created by bison that are + shipped with the release packages and checked into the github repo. + + To resolve these problems, ensure that you have a supported version of + bison installed, remove yacc.c and yacc.h and rebuild. These files will + be regenerated using the bison that is installed on your system which + should resolve the problem. + +3. expect, bash + + The test suite needs expect and bash to be installed. These may or may + not be part of the default install on your system. Both need to be + installed for the test suite to function properly.. + +************* +1c) Compilers +************* + +Recent versions of gcc and clang build the source cleanly, although there may +be plenty of warnings. ************************** 2. Platform specific notes ************************** -********************* -2a) Platforms supported out-of-the-box -********************* +*********************** +2a) Platforms supported +*********************** -Many unix systems should be supported out-of-the-box with the tarball -(lifelines-x.y.z.tar.gz) distribution. +Most UNIX-derived Linux/BSD/MacOS systems should be supported out-of-the-box +with the tarball (lifelines-x.y.z.tar.gz) distribution. -Reported successes include: - lifelines-3.0.46: - Fedora Core 3 - FreeBSD 4.11-STABLE - OS X 10.3.9 - +The primary development platforms are Ubuntu 22.04 and FreeBSD 13.3. ********************* 2b) Microsoft Windows @@ -161,12 +198,11 @@ included in the subdirectories beneath /win32/msvc6 (which are currently used by Perry to generate the binaries in the MS-Windows binary distribution). - ********** 2c) Cygwin ********** -Cygwin is a UNIX environment for MS-Windows. +Cygwin is a UNIX environment for MS-Windows. http://sources.redhat.com/cygwin The lines around the boxes in the lifelines curses GUI use OEM box characters, and so only display correctly with this setting: @@ -176,69 +212,43 @@ ASCII, this solution may work fine for you. Otherwise, you may invoke llines with the -z switch to suppress curses graphics, and use primitive ASCII graphics. This is not particularly attractive, but is usable. Suggestions are welcome. -Note that the -z commandline switch was added after the 3.0.9 +Note that the -z commandline switch was added after the 3.0.9 release. To compile libiconv on cygwin, I had to compile it statically, eg, (in libiconv directory) ./configure --enable-static --disable-shared - -*************** -2d) rpm packages -*************** +**************** +2d) RPM packages +**************** The source distribution includes the spec file to create rpm packages. -*************** +******************* 2e) Debian packages -*************** +******************* Christian Perrier maintains a Debian port of linux. -See: -http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&version=all&exact=1&keywords=lifelines - - -*************** -2f) gcc 2.7.2.1 -*************** - -gcc 2.7.2.1 does not understand -Wreturn-type, so this -must be removed from configure and from CFLAGS in -interp/Makefile* files. This must be done before configuring, -because it causes configure tests to fail spuriously. -(Jan, 2002) - - -********** -2g) curses -********** +See https://packages.debian.org/search?keywords=lifelines&searchon=names&suite=stable§ion=all -Compiling with curses (lacking ncurses) on a BSDI 3.1 box, -I had to add - -ltermcap -to the LIBS line in liflines/Makefile. (The symptom was -"unknown symbol... _tputs.) -However, I wound up core dumping at run-time, so I don't know -what is going on. -(Perry, Jan, 2002) +**************** +2f) FreeBSD port +**************** +LifeLines is included in the FreeBSD ports collection in misc/lifelines. ************ -2h) Mac OS X +2g) Mac OS X ************ -Please see the following page about LifeLines on Mac OS X: - http://homepage.mac.com/shrubbery/LifeLines -(which is also available via the Apple downloads site and Stepwise.) -This page offers both precompiled binaries and instructions for -compilation. -NB: Because the gnu tests for platform didn't recognize Darwin, -on older versions, perhaps before 10.2.x, it was necessary to pass -an argument to configure, eg, - ./configure ppc -There is no specific code needed for Darwin; this is just to avoid -the macros getting angry at the unknown output from "uname -a". +As of lifelines-3.2.0, LifeLines is fully supported on on 64-bit MacOSX. +When installing packages from homebrew, you need to unlink and relink the +binaries so that they take precedence over those found in the base system. +eg: +brew unlink bison && brew link bison --force +brew unlink gettext && brew link gettext --force +brew unlink bash && brew link bash --force diff --git a/Makefile.am b/Makefile.am index d8e601bfd..b5f44d0cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I build/autotools -I build/gettext -SUBDIRS = build po src docs reports tt +SUBDIRS = build po src docs reports tt tests EXTRA_DIST = .linesrc lines.cfg lines.cfg.m4 \ AUTHORS INSTALL LICENSE NEWS README \ diff --git a/NEWS b/NEWS index 72730d73d..a2a1ad490 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,19 @@ -LifeLines Source Release, Version 3.1.1 -http://marcno.github.io/lifelines/ +LifeLines Source Release, Version 3.2.0 +https://lifelines.github.io/lifelines/ ------------------------------------------------------------------------- +Changes in 3.2.0 (unreleased) +============================= +- full 64-bit port, Mac OS X support + +Changes in 3.1.0 (stable) +========================= +- move from sourceforce to github +- cleanup and improvement to build infrastructure +- update documentation to docbook 4.5 format + Changes in 3.0.63 (unreleased) -=========================== +============================== - Browse to family picklist now lists multiple spouses for non-traditional families with more than 2 spouses - Report function choosespouse can be used with FAM @@ -23,30 +33,30 @@ Bug fixes in 3.0.62 (stable) - Fix encoding conversion for GEDCOM, pedigree, and GEDCOM text modes. Changes in 3.0.61 (stable) -=========================== +========================== - Improvements to configure finding curses - More strings made ready for internationalization Changes in 3.0.60 (stable) -=========================== +========================== - Minor doc tweaks, and packaging tweaks for Debian -New features added in 3.0.58 (beta) -============================ +New features in 3.0.58 (beta) +============================= - Implement going up & down stack in report debugger Bug fixes in 3.0.58 (beta) -============================ +========================== - Fix inlist to handle empty lists correctly - Fix not to crash if report doesn't unlock records Bug fixes in 3.0.57 (beta) -============================ +========================== - Fix LocaleDir settings (broken again just as 3.0.56 released) Bug fixes in 3.0.56 (beta) -============================ +========================== - Write correct CHAR value to header when exporting GEDCOM, and write UTF-8 BOM under windows when exporting to UTF-8. @@ -61,41 +71,41 @@ Bug fixes in 3.0.56 (beta) Bug fixes in 3.0.55 (beta) -============================ +========================== - Fix name manipulation for non-ASCII letters (fixes S Hacek display problems under MS-Windows) Bug fixes in 3.0.54 (beta) -============================ +========================== - Fix bug in main menu exit option Q -New features added in 3.0.53 (beta) -============================ +New features in 3.0.53 (beta) +============================= - New Spanish translation by Larry Hamilton Bug fixes in 3.0.53 (beta) -============================ +========================== - Fix strsave assert when called by llrpt_extractdate while dereferencing null string (sf bug 1583327) - Update verify.ll to version 13 (Jim Eggert) - Update some other reports from Jim Eggert - Fix fpattern compilation issue on NETBSD -New features added in 3.0.52 (beta) -============================ +New features in 3.0.52 (beta) +============================= - New @ escape from browse prompt to full database search - Add author & title to full database search Bug fixes in 3.0.52 (beta) -============================ +========================== - Fix buffer overflow in browse list (patch by Andreas Kirschbaum) -New features added in 3.0.51 (beta) -============================ +New features in 3.0.51 (beta) +============================= - New report functions date2jd, dayofweek, jd2date, setdate. Bug fixes in 3.0.51 (beta) -============================ +========================== - Fix add to list (was repeating first person instead of adding). - Fix incorrect sporadic ASSERT in merge ("Tried to add already-deleted record...") @@ -105,8 +115,8 @@ Bug fixes in 3.0.51 (beta) - Fix report value bug in extractdate with cascaded calls without set assignment -New features added in 3.0.50 -============================ +New features in 3.0.50 +====================== - The spouses() iterator has been overloaded to iterate over the spouses of an individual if the first argument is an individual, and to iterate over all the husbands/wives if the first argument is @@ -118,16 +128,16 @@ New features added in 3.0.50 Refer to the report manual for details. Bug fixes in 3.0.49 -============================ +=================== - Deleting an individual would remove younger siblings from family -New features added in 3.0.48 -============================ +New features in 3.0.48 +====================== - Formatted dates now display GEDCOM date phrases raw - Use cursesw where available, to work correctly with UTF-8 locales -New features added in 3.0.47 (beta) -============================ +New features in 3.0.47 (beta) +============================= - Adjustable indent (GedcomDisplayIndent) in pedigree (sf#1224300) - Confirm message before switching spouses or children (sf#1094751) - Enter key works in database list (sf#1227607 bug) @@ -135,82 +145,82 @@ New features added in 3.0.47 (beta) - New day format & month format 21 (produces "00" if missing) Bug fixes in 3.0.47 (beta) -============================ +========================== - ASSERT crash trying to delete family (sf#1242080 bug) Changes for 3.0.46.1 (stable) -============================ +============================= - Updated Swedish translation. - Fixed German translation - Improved INSTALL doc -New features added in 3.0.46 (beta) -============================ +New features in 3.0.46 (beta) +============================= - Import warns if FAMS, FAMC, HUSB, or WIFE occur where not expected. Bug fixes in 3.0.46 (beta) -============================ +========================== - ASSERT crash if automatically add source to family record (sf#1222702) - ASSERT crash due to FAMS pointer in FAM record (sf#1223357) - outfile doesn't work in llexec (sf#1223390) -New features added in 3.0.45 (beta) -============================ +New features in 3.0.45 (beta) +============================= - Kinyarwanda translation Bug fixes in 3.0.45 (beta) -============================ +========================== - Fixed count variable in spouses and families report iterations (sf#1219200) - Fixed crash upon merging two families (sf#1219209) - Fixed memory leaks Bug fixes in 3.0.44 (beta) -============================ +========================== - Fixed browing to family (for empty & non-traditional families) - Remove keytonod record ASSERT which is firing - Fixed some memory leaks Bug fixes in 3.0.43 (beta) -============================ +========================== - Fixed some memory leaks - ASSERT failures browsing from family to indi -New features added in 3.0.42 (beta) -============================ +New features in 3.0.42 (beta) +============================= - empty() report function can also be used on tables and sets - dbverify can fix bad family linking references - dbverify can fix bad deleted/undeleted record status Bug fixes in 3.0.42 (beta) -============================ +========================== - Fixed ASSERT failure adding 65th skipped key at import - Fixed some memory leaks -New features added in 3.0.41 (beta) -============================ +New features in 3.0.41 (beta) +============================= - ancestorset and parentset now support non-traditional families Bug fixes in 3.0.41 (beta) -============================ +========================== - Crash on some systems with ncurses 5.4 - ASSERT failure if report calls undefined function -New features added in 3.0.40 (beta) -============================ +New features in 3.0.40 (beta) +============================= - Delete any record menu choice - length(SET/TABLE/LIST) report function Bug fixes in 3.0.40 (beta) -============================ +========================== - Fixed bug in src/liflines/Makefile.am failing compilation (finding libintl.h) - Fixed merge function, which locked up in infinite loop in 3.0.39 -New features added in 3.0.39 (beta) -============================ +New features in 3.0.39 (beta) +============================= - New report function test(mode, file) Bug fixes in 3.0.39 (beta) -============================ +========================== - Cache bug causes people to be confused intermittently (sf#1015745) - Add source/event/other could lead to corruption (sf#1059724) - Importing GED file with keys with leading zeros (eg, I01) led to crash (sf#1094199) @@ -219,8 +229,8 @@ Bug fixes in 3.0.39 (beta) - Removing unsexed spouse led to ASSERT (sf#1097583,sf#1097608) - Removing empty child led to ASSERT (sf#1097629) -New features added in 3.0.38 (beta) -============================ +New features in 3.0.38 (beta) +============================= - Two-stage tt conversion via UTF-8 - No more indirect cache - Unlimited #people may be added to lists and tables (during reports) @@ -228,46 +238,46 @@ New features added in 3.0.38 (beta) - Dutch translation Bug fixes in 3.0.38 (beta) -============================ +========================== - Fix nspouses - Fix display of TTPATH in u/c - Fix uppercasing of non-ASCII in non-UTF-8 case -Bug fixes in 3.0.37 (stable & beta) +Bug fixes in 3.0.37 (stable) ============================ - AnnotatePointers and ExpandRefnsDuringEdit work together -New features added in 3.0.36 (beta) -============================ +New features in 3.0.36 (beta) +============================= - New option AnnotatePointers - New option DisplayKeyTags Bug fixes in 3.0.36 (beta) -============================ +========================== - Fix extra .ged appended to short archives Bug fixes in 3.0.35 (beta) -============================ +========================== - Fix name corruption bug in 3.0.33 and 3.0.34. Bug fixes in 3.0.34 (beta) -============================ +========================== - Fix internal translation tables. Bug fixes in 3.0.33 (beta) -============================ +========================== - Fix crash when opening second database in same session. - Fix browsing */surname for non-ASCII first initials. - Fix all edits of indi to expand refns (not all were doing it). - Prepend UTF-8 BOM for file passed to editor on Windows (when appropriate). -New features added in 3.0.32 (beta) -============================ +New features in 3.0.32 (beta) +============================= - Added the dup() function, which does a "deep" copy of a list. - New directories created in first directory in LLDATABASES path. Bug fixes in 3.0.32 (beta) -============================ +========================== - Fix translation table menu to show menu keys. - Fix basm and barm to not say "bapt" in birth display. - Peter Fales' bugfix for browsing to lower family from tandem. @@ -275,12 +285,12 @@ Bug fixes in 3.0.32 (beta) - Compile fix in wcslen.c (to fix compile on MacOS, re: va_list in arch.h). Bug fixes in 3.0.31 (beta) -============================ +========================== - Bugfix for crash if one argument passed to (r)sort. - Call legacy (built-in) translation tables -New features added in 3.0.30 (beta) -============================ +New features in 3.0.30 (beta) +============================= - Some low-level btree validation in dbverify Bug fixes in 3.0.29 (stable) @@ -302,16 +312,16 @@ Bug fixes in 3.0.27 (stable) - ASSERT failure searching by name - Cache overflow -New features added in 3.0.26 (stable) -============================ +New features in 3.0.26 (stable) +=============================== - New report functions sort & rsort. Bug fixes in 3.0.26 (stable) ============================ - Codeset translation incorrect in menu items -New features added in 3.0.25 (stable) -============================ +New features in 3.0.25 (stable) +=============================== - Tries harder to diplay info on birth & death - HTML & TEX subcodings added to translation tables - Regularized report summaries (in report subdir) @@ -334,9 +344,8 @@ Bug fixes in 3.0.24 (stable) - Fixed compilation on Darwin - Fixed list functions -New features added in 3.0.23 (stable) -============================ - +New features in 3.0.23 (stable) +=============================== - internal use of UTF-8 has significant improvements - report functions upper & lower fixed for UTF-8 - ANSEL GEDCOMs may be read (using UTF-8) @@ -344,12 +353,10 @@ New features added in 3.0.23 (stable) Bug fixes in 3.0.23 (stable) ============================ - - Fixed crash when using $$ to browse to references -New features added in 3.0.22 (stable) -============================ - +New features in 3.0.22 (stable) +=============================== - Redirected input works on Win32 version - New option R to choose from list of GEDCOM input files - Config file variables @@ -357,83 +364,69 @@ New features added in 3.0.22 (stable) - Simpler win32 binary package (includes gettext & iconv dlls, and translations unzip into place) -New features added in 3.0.21 (stable) -============================ - +New features in 3.0.21 (stable) +=============================== - New commandline option -I to set property name & value Bug fixes in 3.0.21 (stable) ============================ - - Fix to handle bad system comparison without ASSERT in indiseq.c - Fix broken -x option (run report directly) Bug fixes in 3.0.20 (stable) ============================ - - Fix initialization of locale -New features added in 3.0.19 (stable) -============================ - +New features in 3.0.19 (stable) +=============================== - binary rpm includes message files - More complete French translation - Fix for menu item translation in browse screens -New features added in 3.0.18 (stable) -============================ - +New features in 3.0.18 (stable) +=============================== - Directory structure changes to group sources in src and build stuff in build - Some improvements in collation & partial UTF-8 support - French translation (po file) -New features added in 3.0.17 (stable) -============================ - +New features in 3.0.17 (stable) +=============================== - Change history added (analogous to visit history). Both available off search menu, or via commands in browse menus. - Option to quit current database added to main menu. - Iconv conversion between Internal (database) and Gui, Editor, Report, & Gedcom codesets. Bug fixes in 3.0.17 (stable) -=================== - +============================ - Browsing to a named list would crash. - Saving a record with blank REFN would crash. - Couldn't change the value of a top level other node (not INDI, FAM, EVEN, or SOUR). Bug fixes in 3.0.16 (stable) -=================== - -- A fatal crash was triggered if last item was popped off a list in a report. - -New features added in 3.0.15 (stable) ============================ +- A fatal crash was triggered if last item was popped off a list in a report. +New features in 3.0.15 (stable) +=============================== - Option to list all databases at startup - Shift page keys to move quickly through long lists - Prompt after edit if unresolved references Bug fixes in 3.0.15 (stable) -=================== - -- Import was validing but not importing from UTF-8 files with UTF-8 BOM. - -New features added in 3.0.13 (stable) ============================ +- Import was validing but not importing from UTF-8 files with UTF-8 BOM. +New features in 3.0.13 (stable) +=============================== - Arrow keys, page keys, home/end keys supported in lists & list browse. -New Features Added in 3.0.11 (stable) -============================ - +New Features in 3.0.11 (stable) +=============================== - INDIs without NAMEs are now allowed. - - Records (INDI etc) implicitly convertible to NODEs in reports. -New Features Added in 3.0.7 -=========================== - +New Features in 3.0.7 +===================== - New Display-to-Internal translation table. - "z" zip browse command changed to "zi" zip for indi and "zz" zip for @@ -477,7 +470,6 @@ New Features Added in 3.0.7 Bug fixes in 3.0.7 ================== - - interp_indisetloop & interp_forlist deleted evaluated value too early. (book-latex.ll would crash from line beginning: forindiset(intersect(...) @@ -526,9 +518,8 @@ Bug fixes in 3.0.7 - (GEDCOM compliant) French Republic & Hebrew dates were not parsed correctly. -New Features Added in 3.0.6 (stable) -=========================== - +New Features in 3.0.6 (stable) +============================== - New data in keyfile detects database from platform of wrong alignment - New environment variable: LLNEWDBDIR @@ -582,8 +573,7 @@ New Features Added in 3.0.6 (stable) Bug fixes in 3.0.6 (stable) -================== - +=========================== - Merge code would produce ghost REFNs & NAMEs if they were edited - Ctrl-C from open database prompt would fail @@ -594,7 +584,6 @@ Bug fixes in 3.0.6 (stable) New Features in 3.0.4 ===================== - - LifeLines Version 3.0.4, December 15, 1999, is now released under an MIT-style license. See the file LICENSE in included with this kit for the full license. diff --git a/README b/README index 4fac251df..e5fa970b8 100644 --- a/README +++ b/README @@ -1,19 +1,11 @@ -LifeLines Source Release, Version 3.1.1 -http://marcno.github.io/lifelines/ +LifeLines Source Release, Version 3.2.0 +https://lifelines.github.io/lifelines/ ------------------------------------------------------------------------- This is the source distribution of the LifeLines system, a genealogy software system. To build and install LifeLines, please refer to the installation instructions located in the INSTALL file. -GUI Versions of LifeLines for Windows and UNIX/GNOME are under -development. Visit the LifeLines home page -(see end of file for URL) for details on how to obtain pre-compiled -or beta (test) copies of these versions. - -The DOS text mode version has been integrated into the primary -distribution. - The original author of LifeLines is Thomas T. Wetmore IV, who released it to the open source community under a MIT-style licence (see LICENCE). diff --git a/build/.gitignore b/build/.gitignore deleted file mode 100644 index 282522db0..000000000 --- a/build/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/build/appdata/lifelines.appdata.xml b/build/appdata/lifelines.appdata.xml index e291c3db6..e71b2d60a 100644 --- a/build/appdata/lifelines.appdata.xml +++ b/build/appdata/lifelines.appdata.xml @@ -15,14 +15,14 @@

- http://marcno.github.io/lifelines/ + https://lifelines.github.io/lifelines/ liflines - +

Fixes documentation and report install issues.

diff --git a/build/autogen.sh b/build/autogen.sh index 91e75f901..9b5885d3b 100755 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -27,8 +27,11 @@ rm -f config.* rm -f configure rm -f stamp-h1 +echo "Running autoupdate..." +autoupdate + echo "Running autoreconf..." echo "(This replaces aclocal, autoheader, automake, autoconf, and autopoint)" -autoreconf -i +autoreconf -if cd $SAVEDIR diff --git a/build/cscope.sh b/build/cscope.sh new file mode 100755 index 000000000..0ca587156 --- /dev/null +++ b/build/cscope.sh @@ -0,0 +1,35 @@ +#!/bin/sh + +# This script will build and use an index of LifeLines source code using the +# CScope program. See http://cscope.sourceforge.net/. + +# Determine root of repository +if [ ! -f configure.ac ] +then + echo "ERROR: Must be run from the root of the source tree!" + exit 1 +else + ROOTDIR=`pwd` +fi + +CSDIR=$ROOTDIR/build/cscope + +# Create directory for cscope database +if [ ! -d $CSDIR ] +then + mkdir $CSDIR +fi + +# Find files +find $ROOTDIR -name \*.c -o -name \*.h > $CSDIR/cscope.files + +# Generate database +cd $CSDIR +cscope -b -q -k +cd $ROOTDIR + +# Use database +cd $CSDIR +cscope -d +cd $ROOTDIR + diff --git a/build/cscout.sh b/build/cscout.sh old mode 100644 new mode 100755 index bcb6735bb..5fbc06892 --- a/build/cscout.sh +++ b/build/cscout.sh @@ -1,31 +1,38 @@ #!/bin/sh -# This script will build and analyze the LifeLIines source code using the +# This script will build and analyze the LifeLiines source code using the # CScout program. See http://www.spinellis.gr/cscout/ # Determine root of repository if [ ! -f configure.ac ] then - if [ ! -f ../configure.ac ] - then - echo "ERROR: Must be run from either the root of the source tree or the build/ directory!" - exit 1 - else - ROOTDIR=.. - fi + echo "ERROR: Must be run from the root of the source tree!" + exit 1 else - ROOTDIR=. + ROOTDIR=`pwd` fi -SAVEDIR=`pwd` +CSDIR=$ROOTDIR/build/cscout -cd $ROOTDIR +# Create directory for cscout database +if [ ! -d $CSDIR ] +then + mkdir $CSDIR +fi + +# Run configure if needed +if [ ! -f config.h ] +then + build/autogen.sh + ./configure +fi + +# Compile workspace +cswc build/lifelines.cscout > $CSDIR/lifelines.cs + +# Run Web Daemon +cscout $CSDIR/lifelines.cs -build/autogen.sh -./configure -csmake -cscout make.cs -# goes into daemon mode until killed -rm make.cs +# Clean up +rm $CSDIR/lifelines.cs -cd $SAVEDIR diff --git a/build/lifelines.cscout b/build/lifelines.cscout new file mode 100644 index 000000000..861227772 --- /dev/null +++ b/build/lifelines.cscout @@ -0,0 +1,94 @@ +workspace lifelines { + cd "src" + ro_prefix "/usr/include" + define HAVE_CONFIG_H + project lifelines { + directory arch { + ipath "../.." + ipath "../hdrs" + } + directory btree { + ipath "../.." + ipath "../hdrs" + file addkey.c block.c btrec.c + file file.c index.c opnbtree.c + file traverse.c utils.c + } + directory gedlib { + ipath "../.." + ipath "../hdrs" + file brwslist.c + file charmaps.c charprops.c + file choose.c codesets.c dispfmt.c + file datei.c dateparse.c dateprint.c + file dbcontext.c dbfuncs.c dblist.c + file editmap.c editvtab.c equaliso.c + file gedcom.c gengedc.c gstrings.c + file indiseq.c init.c intrface.c + file keytonod.c locales.c + file lldatabase.c llgettext.c lloptions.c + file messages.c misc.c + file names.c node.c + file nodechk.c nodeio.c nodeutls.c + file place.c property.c + file record.c refns.c remove.c replace.c + file soundex.c spltjoin.c translat.c + file valid.c valtable.c + file xlat.c xreffile.c + } + directory interp { + ipath "../.." + ipath "../hdrs" + file alloc.c builtin.c builtin_list.c + file eval.c functab.c heapused.c + file interp.c intrpseq.c lex.c + file more.c progerr.c + file pvalalloc.c pvalmath.c pvalue.c + file rassa.c rptsort.c rptui.c + file symtab.c write.c yacc.c + } + directory liflines { + ipath "../.." + ipath "../hdrs" + file add.c advedit.c + file ask.c askgedc.c askprogram.c + file browse.c brwsmenu.c cscurses.c + file delete.c dynmenu.c + file edit.c error.c export.c + file import.c interact.c + file lbrowse.c lines_usage.c listui.c llexec.c loadsave.c + file main.c menuset.c merge.c miscutls.c + file newrecs.c pedigree.c + file scan.c screen.c searchui.c selectdb.c show.c swap.c + file tandem.c valgdcom.c + } + directory stdlib { + ipath "../.." + ipath "../hdrs" + file appendstr.c array.c + file dirs.c + file environ.c errlog.c + file fileops.c fpattern.c + file generic.c hashtab.c icvt.c + file list.c listener.c log.c + file llabort.c lldate.c llstrcmp.c + file mychar_funcs.c mychar_tables.c mystring.c + file memalloc.c norm_charmap.c object.c + file path.c proptbls.c rbtree.c + file sequence.c signals.c sprintpic.c stack.c + file stdlib.c stdstrng.c stralloc.c strapp.c + file strcvt.c strset.c strutf8.c strwhite.c + file table.c version.c vtable.c zstr.c + } + } + project tools { + directory tools { + ipath "../.." + ipath "../hdrs" + file btedit.c dbverify.c lldump.c + file dispcode.c xterm_decode.c + file lltest.c + file misc.c prettytt.c wprintf.c + } + } +} diff --git a/build/ll.magic b/build/ll.magic new file mode 100644 index 000000000..05e5f5593 --- /dev/null +++ b/build/ll.magic @@ -0,0 +1,17 @@ +# LifeLines Genealogy KEY File +0 long x +>4 long x +>8 long x +>12 string LifeLines\ Keyfile LifeLines Key File, +>32 long 0x12345678 little endian, +>32 long 0x78563412 big endian, +>36 long 0x1 version 1 + +# LifeLines Genealogy INDEX File +0 long x +>4 short 0x1 LifeLines INDEX File + +# LifeLines Genealogy BLOCK File +0 long x +>4 short 0x2 LifeLines BLOCK File + diff --git a/build/msvc6/btedit/btedit.rc b/build/msvc6/btedit/btedit.rc index a0dbd6cb9..3fa4bbddd 100644 --- a/build/msvc6/btedit/btedit.rc +++ b/build/msvc6/btedit/btedit.rc @@ -63,8 +63,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,1,1,26076 - PRODUCTVERSION 3,1,1,26076 + FILEVERSION 3,2,0,29260 + PRODUCTVERSION 3,2,0,29260 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x29L @@ -79,17 +79,17 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "http://marcno.github.io/lifelines/\0" + VALUE "Comments", "https://lifelines.github.io/lifelines/\0" VALUE "CompanyName", "LifeLines\0" VALUE "FileDescription", "btedit.exe\0" - VALUE "FileVersion", "3, 1, 1, 26076\0" + VALUE "FileVersion", "3, 2, 0, 29260\0" VALUE "InternalName", "btedit\0" VALUE "LegalCopyright", "Copyright © 1991-2006\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "btedit.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "LifeLines Genealogical DB and Programming System\0" - VALUE "ProductVersion", "3, 1, 1, 26076\0" + VALUE "ProductVersion", "3, 2, 0, 29260\0" VALUE "SpecialBuild", "Win32 version by Perry Rapp\0" END END diff --git a/build/msvc6/dbverify/dbVerify.rc b/build/msvc6/dbverify/dbVerify.rc index 4361672b8..4889d8c1e 100644 --- a/build/msvc6/dbverify/dbVerify.rc +++ b/build/msvc6/dbverify/dbVerify.rc @@ -63,8 +63,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,1,1,26076 - PRODUCTVERSION 3,1,1,26076 + FILEVERSION 3,2,0,29260 + PRODUCTVERSION 3,2,0,29260 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -79,17 +79,17 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "http://marcno.github.io/lifelines/\0: + VALUE "Comments", "https://lifelines.github.io/lifelines/\0: VALUE "CompanyName", "LifeLines\0" VALUE "FileDescription", "dbverify.exe\0" - VALUE "FileVersion", "3, 1, 1, 26076\0" + VALUE "FileVersion", "3, 2, 0, 29260\0" VALUE "InternalName", "dbverify\0" VALUE "LegalCopyright", "Copyright © 1991-2006\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "dbverify.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "LifeLines Genealogical DB and Programming System\0" - VALUE "ProductVersion", "3, 1, 1, 26076\0" + VALUE "ProductVersion", "3, 2, 0, 29260\0" VALUE "SpecialBuild", "Win32 version by Perry Rapp\0" END END diff --git a/build/msvc6/llexec/llexec.rc b/build/msvc6/llexec/llexec.rc index d1c3cbec5..deacc0969 100644 --- a/build/msvc6/llexec/llexec.rc +++ b/build/msvc6/llexec/llexec.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,1,1,26076 - PRODUCTVERSION 3,1,1,26076 + FILEVERSION 3,2,0,29260 + PRODUCTVERSION 3,2,0,29260 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -44,17 +44,17 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "http://marcno.github.io/lifelines/\0" + VALUE "Comments", "https://lifelines.github.io/lifelines/\0" VALUE "CompanyName", "LifeLines\0" VALUE "FileDescription", "llexec\0" - VALUE "FileVersion", "3, 1, 1, 26076\0" + VALUE "FileVersion", "3, 2, 0, 29260\0" VALUE "InternalName", "llexec\0" VALUE "LegalCopyright", "Copyright © 2002-2006\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "llexec.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "LifeLines Genealogical DB and Programming System\0" - VALUE "ProductVersion", "3, 1, 1, 26076\0" + VALUE "ProductVersion", "3, 2, 0, 29260\0" VALUE "SpecialBuild", "Win32 version by Perry Rapp\0" END END diff --git a/build/msvc6/llines/llines.rc b/build/msvc6/llines/llines.rc index 9969873b7..267c2a63c 100644 --- a/build/msvc6/llines/llines.rc +++ b/build/msvc6/llines/llines.rc @@ -63,8 +63,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,1,1,26076 - PRODUCTVERSION 3,1,1,26076 + FILEVERSION 3,2,0,29260 + PRODUCTVERSION 3,2,0,29260 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -79,17 +79,17 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "http://marcno.github.io/lifelines/\0" + VALUE "Comments", "https://lifelines.github.io/lifelines/\0" VALUE "CompanyName", "LifeLines\0" VALUE "FileDescription", "Lines\0" - VALUE "FileVersion", "3, 1, 1, 26076\0" + VALUE "FileVersion", "3, 2, 0, 29260\0" VALUE "InternalName", "Lines\0" VALUE "LegalCopyright", "Copyright © 1991-2006\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "Lines.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "LifeLines Genealogical DB and Programming System\0" - VALUE "ProductVersion", "3, 1, 1, 26076\0" + VALUE "ProductVersion", "3, 2, 0, 29260\0" VALUE "SpecialBuild", "Win32 version by Perry Rapp\0" END END diff --git a/build/rpm/lifelines.spec b/build/rpm/lifelines.spec index 85b78ce3f..92a4f52ef 100644 --- a/build/rpm/lifelines.spec +++ b/build/rpm/lifelines.spec @@ -9,7 +9,7 @@ # Add comment to top of comments at bottom if you revise this file. # -%define lifelines_version 3.1.1 +%define lifelines_version 3.2.0 %define reports_dir /usr/local/share/lifelines-%{lifelines_version}/reports %define tt_dir /usr/local/share/lifelines-%{lifelines_version}/tt @@ -19,8 +19,8 @@ Version: %{lifelines_version} Release: 1 License: X11 Group: Utilities/System -Source: http://download.sourceforge.net/lifelines/lifelines-%{lifelines_version}.tar.gz -URL: http://marcno.github.io/lifelines/ +Source: https://github.com/lifelines/lifelines/releases/download/%{lifelines_version}/lifelines-%{lifelines_version}.tar.gz +URL: https://lifelines.github.io/lifelines/ Packager: Marc Nozell Provides: lifelines BuildRoot: %{_tmppath}/%{name}-%{version}-root diff --git a/build/setversions.sh b/build/setversions.sh index a4ab1b743..2be2ad7ef 100755 --- a/build/setversions.sh +++ b/build/setversions.sh @@ -12,9 +12,10 @@ ## function showusage { - echo "Usage: sh `basename $0` X.Y.Z # to change to specified version number" - echo " or: sh `basename $0` restore # to undo version number just applied" - echo " or: sh `basename $0` cleanup # to remove backup files" + echo "Usage: sh `basename $0` X.Y.Z # to change to specified version number" + echo " or: sh `basename $0` TAG # to change to specific version tag" + echo " or: sh `basename $0` restore # to undo version number just applied" + echo " or: sh `basename $0` cleanup # to remove backup files" } function usageexit { @@ -41,18 +42,33 @@ function checkparm { return fi - # Store argument as $VERSION and check it is valid version - VERSION=$1 + # Check for valid version + VERSIONFOUND=0 VPATTERN="^[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*$" - if ! echo $VERSION | grep -q $VPATTERN + if echo $1 | grep -q $VPATTERN then - usageexit "ERROR: Missing or invalid version number" $E_WRONG_ARGS + VERSION=$1 + VERSIONFOUND=1 + fi + + # Check for valid tag + TAGFOUND=0 + TPATTERN="^(alpha|beta|rc[1-9][0-9]*|release)$" + if echo $1 | grep -qE $TPATTERN + then + TAG=$1 + TAGFOUND=1 + fi + + if ( [ $VERSIONFOUND -eq 0 ] && [ $TAGFOUND -eq 0 ] ) + then + usageexit "ERROR: Missing or invalid version number or tag" $E_WRONG_ARGS fi } # Function to apply version to one file # Argument#1 is filename (eg, "NEWS") -# Arguments#2-? sed patterns, applied one after another +# Arguments#2-N sed patterns, applied one after another function alterfile { [ ! -z "$1" ] || failexit "Missing first argument to alterfile" [ ! -z "$2" ] || failexit "Missing second argument to alterfile" @@ -60,7 +76,7 @@ function alterfile { shift cp $FILEPATH $FILEPATH.bak || failexit "Error backing up file "$FILEPATH # Now apply each remaining argument as sed command - echo "Updating version number in $FILEPATH..." + echo "Updating $FILEPATH..." until [ -z "$1" ] do # sed doesn't seem to set its return value, so we don't check @@ -143,8 +159,12 @@ function applyversion { alterfile $ROOTDIR/NEWS "$SEDPAT" alterfile $ROOTDIR/README "$SEDPAT" + SEDPAT="s/\(AC_INIT(lifelines,[ ]*\)[0-9][[:alnum:].\-]*)$/\1$VERSION)/" + alterfile $ROOTDIR/configure.ac "$SEDPAT" + SEDPAT="s/\(%define lifelines_version [ ]*\)[0-9][[:alnum:].\-]*$/\1$VERSION/" alterfile $ROOTDIR/build/rpm/lifelines.spec "$SEDPAT" + SEDPAT="s/\(release version=\)\"[0-9][[:alnum:].\-]*\"/\1\"$VERSION\"/" SEDPAT2="s/\(release.*date=\)\"[0-9]*-[0-9]*-[0-9]*\"/\1\"$YMD\"/" alterfile $ROOTDIR/build/appdata/lifelines.appdata.xml "$SEDPAT" "$SEDPAT2" @@ -165,6 +185,18 @@ function applyversion { alterfile $ROOTDIR/docs/manual/ll-userguide.sv.xml "$SEDPAT" alterfile $ROOTDIR/docs/manual/ll-reportmanual.xml "$SEDPAT" alterfile $ROOTDIR/docs/manual/ll-reportmanual.sv.xml "$SEDPAT" + + SEDPAT="s/\(version: \)[0-9][[:alnum:].\-]*/\1$VERSION/i" + alterfile $ROOTDIR/reports/st/st_all.ref "$SEDPAT" +} + +# Call alterfile with an sed command for each file +function applytag { + SEDPAT="s/^\(#define LIFELINES_VERSION_EXTRA \)\"([[:alnum:]]*)\"$/\1\"($TAG)\"/" + alterfile $ROOTDIR/src/hdrs/version.h "$SEDPAT" + + SEDPAT="s/\(version: [0-9][[:alnum:].\-]*\).*/\1 ($TAG)/i" + alterfile $ROOTDIR/reports/st/st_all.ref "$SEDPAT" } # Restore, for user to reverse last application @@ -175,6 +207,7 @@ function restore { restorefile $ROOTDIR/NEWS restorefile $ROOTDIR/README restorefile $ROOTDIR/configure.ac + restorefile $ROOTDIR/build/appdata/lifelines.appdata.xml restorefile $ROOTDIR/build/msvc6/btedit/btedit.rc restorefile $ROOTDIR/build/msvc6/dbverify/dbVerify.rc restorefile $ROOTDIR/build/msvc6/llexec/llexec.rc @@ -189,6 +222,7 @@ function restore { restorefile $ROOTDIR/docs/manual/ll-reportmanual.sv.xml restorefile $ROOTDIR/docs/manual/ll-userguide.xml restorefile $ROOTDIR/docs/manual/ll-userguide.sv.xml + restorefile $ROOTDIR/src/hdrs/version.h } # Cleanup, for user to remove backup files @@ -199,6 +233,7 @@ function cleanup { cleanupfile $ROOTDIR/NEWS cleanupfile $ROOTDIR/README cleanupfile $ROOTDIR/configure.ac + cleanupfile $ROOTDIR/build/appdata/lifelines.appdata.xml cleanupfile $ROOTDIR/build/msvc6/btedit/btedit.rc cleanupfile $ROOTDIR/build/msvc6/dbverify/dbVerify.rc cleanupfile $ROOTDIR/build/msvc6/llexec/llexec.rc @@ -213,6 +248,7 @@ function cleanup { cleanupfile $ROOTDIR/docs/manual/ll-reportmanual.sv.xml cleanupfile $ROOTDIR/docs/manual/ll-userguide.xml cleanupfile $ROOTDIR/docs/manual/ll-userguide.sv.xml + cleanupfile $ROOTDIR/src/hdrs/version.h } ## @@ -234,7 +270,7 @@ fi # Check that user passed exactly one parameter E_WRONG_ARGS=65 -if [ $# -ne 1 ] || [ -z "$1" ] +if ( [ $# -ne 1 ] && [ $# -ne 2 ] ) || [ -z "$1" ] then usageexit "ERROR: Wrong number of arguments!" $E_WRONG_ARGS fi @@ -242,7 +278,7 @@ fi # Function to handle parsing argument # Parse argument (should be a version, or "restore" or "cleanup") # (exits if failure) -checkparm $1 +checkparm $1 $2 # Invoke whichever functionality was requested if [ ! -z "$RESTORE" ] @@ -252,6 +288,16 @@ elif [ ! -z "$CLEANUP" ] then cleanup else - getversion - applyversion + if [ $VERSIONFOUND -eq 1 ] + then + echo "Applying version change..." + getversion + applyversion + fi + + if [ $TAGFOUND -eq 1 ] + then + echo "Appyling tag change..." + applytag + fi fi diff --git a/build/valgrind.sh b/build/valgrind.sh new file mode 100755 index 000000000..3b6e7ba2c --- /dev/null +++ b/build/valgrind.sh @@ -0,0 +1,23 @@ +#!/bin/sh + +# This script will run LifeLines with valgrind with suitable suppressions. +# Tested on Ubuntu; changes to this script and the valgrind suppression file +# will be needed on other platforms. + +# Determine root of repository +if [ ! -f configure.ac ] +then + echo "ERROR: Must be run from the root of the source tree!" + exit 1 +else + ROOTDIR=`pwd` +fi + +# Check if LifeLines has been built +if [ ! -f src/liflines/llines ] +then + echo "ERROR: LifeLines has not been built!" + exit 1 +fi + +valgrind --leak-check=full --show-leak-kinds=all --log-file=valgrind.log --suppressions=build/valgrind.supp.ubuntu src/liflines/llines $@ diff --git a/build/valgrind.supp.ubuntu b/build/valgrind.supp.ubuntu new file mode 100644 index 000000000..f82e48f94 --- /dev/null +++ b/build/valgrind.supp.ubuntu @@ -0,0 +1,59 @@ +# Using valgrind + ncurses will report many leaks. These are by design. +# https://invisible-island.net/ncurses/ncurses.faq.html#config_leaks +{ + ignore_libncurses_nckeypad_calloc + Memcheck:Leak + fun:calloc + ... + obj:/usr/lib/*/libtinfo.so* + ... + fun:_nc_keypad +} +{ + ignore_libncurses_initscr_malloc + Memcheck:Leak + fun:malloc + ... + obj:/usr/lib/*/libncurses*.so* + ... + fun:initscr +} +{ + ignore_libncurses_initscr_realloc + Memcheck:Leak + fun:realloc + ... + obj:/usr/lib/*/libncurses*.so* + ... + fun:initscr +} +{ + ignore_libncurses_initscr_calloc + Memcheck:Leak + fun:calloc + ... + obj:/usr/lib/*/libncurses*.so* + ... + fun:initscr +} +{ + ignore_libncurses_doupdate_malloc + Memcheck:Leak + fun:malloc + ... + fun:doupdate_sp +} +{ + ignore_libncurses_doupdate_realloc + Memcheck:Leak + fun:realloc + ... + fun:doupdate_sp +} +{ + ignore_libncurses_doupdate_calloc + Memcheck:Leak + fun:calloc + ... + fun:doupdate_sp +} diff --git a/configure.ac b/configure.ac index 179c6981d..d0597c181 100644 --- a/configure.ac +++ b/configure.ac @@ -7,8 +7,8 @@ dnl ************************************************************** dnl Autoconf Section dnl ************************************************************** -AC_INIT(lifelines, 3.1.1) -AC_PREREQ(2.50) +AC_INIT([lifelines],[3.2.0]) +AC_PREREQ([2.69]) AC_REVISION([for lifelines, built with autoconf] AC_ACVERSION) AC_CONFIG_AUX_DIR(build/autotools) AC_CANONICAL_HOST @@ -19,7 +19,7 @@ dnl ************************************************************** dnl Use 'foreign' to avoid requiring GNU files in top-level. AM_INIT_AUTOMAKE([foreign]) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_MAINTAINER_MODE dnl ************************************************************** @@ -44,24 +44,46 @@ dnl Checks for programs. AC_PROG_CC AC_PROG_RANLIB AC_PROG_INSTALL - -dnl MTE: 01/11/04: Force the use of GNU Bison only. -dnl MTE: AC_PROG_YACC will find any YACC, but only -dnl MTE: Bison works for us. AC_PROG_YACC + +dnl Ensure that GNU Bison is being used. +dnl On Linux, autoconf will use bison -y +dnl On FreeBSD, autoconf will use bison -o y.tab.c if test "$YACC" != "bison -y"; then - echo "LifeLines requires GNU Bison to compile src/interp/yacc.y." - exit + if test "$YACC" != "bison -o y.tab.c"; + then + echo "LifeLines requires GNU Bison to compile src/interp/yacc.y." + exit + fi fi dnl ************************************************************** -dnl OS/Compiler-Specific Section +dnl OS-Specific Section +dnl ************************************************************** + +dnl MacOS systems need to be explicitly pointed to homebrew paths +case $host in + *apple-darwin*) + CFLAGS="${CFLAGS} -I/opt/homebrew/include" + LDFLAGS="${LDFLAGS} -L/opt/homebrew/lib" + ;; +esac + +# Cygwin has linker issues +case $host in + *pc-cygwin*) + CFLAGS="${CFLAGS} -DBROKEN_LINKER" + ;; +esac + +dnl ************************************************************** +dnl Compiler-Specific Section dnl ************************************************************** dnl Add warning flags when using The GNU C Compiler -if test "${ac_cv_prog_gcc}" = "yes"; then - CFLAGS="${CFLAGS} -W -Wall" +if test "${ac_cv_c_compiler_gnu}" = "yes"; then + CFLAGS="${CFLAGS} -W -Wall -Wextra" CFLAGS="${CFLAGS} -Wcast-align -Wmissing-declarations -Wmissing-prototypes" CFLAGS="${CFLAGS} -Wreturn-type -Wstrict-prototypes -pedantic" @@ -69,18 +91,92 @@ if test "${ac_cv_prog_gcc}" = "yes"; then CFLAGS="${CFLAGS} -g" fi -# OS-Specific Fixups -# Cygwin - fixes linker problems -# Darwin - will pick up Fink-installed headers and libraries -case $host in - *pc-cygwin*) - CFLAGS="${CFLAGS} -DBROKEN_LINKER" - ;; - *apple-darwin*) - CPPFLAGS="${CPPFLAGS} -I/sw/include"; - LDFLAGS="${LDFLAGS} -L/sw/lib" - ;; -esac +AC_ARG_WITH(32bit, + [ --with-32bit Build in 32-bit mode ], + [build_32bit=$withval], + [build_32bit=no]) + +AC_ARG_WITH(64bit, + [ --with-64bit Build in 64-bit mode ], + [build_64bit=$withval], + [build_64bit=no]) + +if test "$build_32bit" = "yes" +then + if test "${ac_cv_c_compiler_gnu}" = "yes"; then + CFLAGS="${CFLAGS} -m32" + LDFLAGS="${LDFLAGS} -m32" + else + echo "The use of --with-32bit is only supported when using gcc!" + exit + fi +fi + +if test "$build_64bit" = "yes" +then + if test "${ac_cv_c_compiler_gnu}" = "yes"; then + CFLAGS="${CFLAGS} -m64" + LDFLAGS="${LDFLAGS} -m64" + else + echo "The use of --with-64bit is only supported when using gcc!" + exit + fi +fi + +dnl Specify use of static NLS libraries (libintl, libiconv) +AC_ARG_WITH(static-nls, + [ --with-static-nls Build with static NLS libraries ], + [build_static_nls=$withval], + [build_static_nls=no]) + +AM_CONDITIONAL(WITH_STATIC_NLS, test "$build_static_nls" = "yes") + +dnl Specify code coverage if requested +AC_ARG_WITH(coverage, + [ --with-coverage Build with code coverage ], + [build_coverage=$withval], + [build_coverage=no]) + +if test "$build_coverage" = "yes" +then + if test "${ac_cv_c_compiler_gnu}" = "yes"; then + CFLAGS="${CFLAGS} --coverage" + else + echo "The use of --with-coverage is only supported when using gcc!" + exit + fi +fi + +dnl Enable full debugging +AC_ARG_WITH(full-debug, + [ --with-full-debug Build with full debug support ], + [build_full_debug=$withval], + [build_full_debug=no]) + +if test "$build_full_debug" = "yes" +then + if test "${ac_cv_c_compiler_gnu}" = "yes"; then + CFLAGS="${CFLAGS} -rdynamic" + else + echo "The use of --with-full-debug only supported when using gcc!" + exit + fi +fi + +dnl ************************************************************** +dnl Handle testing requirements +dnl ************************************************************** + +dnl Some tests need the 'expect' program. +echo "Looking for expect" +AC_PATH_PROG(TOOL_EXPECT, expect, FAIL) +if test "$TOOL_EXPECT" = "FAIL"; then + AC_MSG_RESULT( ************************************************************************ ) + AC_MSG_RESULT( ******** Cannot find expect. Some tests will be skipped. ************** ) + AC_MSG_RESULT( ************************************************************************ ) +fi + +AM_CONDITIONAL(HAVE_EXPECT, test "$TOOL_EXPECT" != "FAIL") dnl ************************************************************** dnl Handle Docs Target @@ -100,14 +196,14 @@ then AC_MSG_RESULT( ************************************************************************ ) AC_MSG_RESULT( ******** Cannot find xmlto to build docs. Will not build docs. ******** ) AC_MSG_RESULT( ************************************************************************ ) - build_docs=no + build_docs=no fi AC_PATH_PROG(TOOL_DBLATEX, dblatex, FAIL) if test "$TOOL_DBLATEX" = "FAIL"; then AC_MSG_RESULT( ************************************************************************ ) AC_MSG_RESULT( ******* Cannot find dblatex to build docs. Will not build docs. ******* ) AC_MSG_RESULT( ************************************************************************ ) - build_docs=no + build_docs=no fi fi @@ -121,7 +217,7 @@ dnl ************************************************************** AC_ARG_WITH(profiling, [ --with-profiling Compile with profiling support], [# Does it work for other compilers then GCC? [pere 2000-12-30] - if test "${ac_cv_prog_gcc}" = "yes"; then + if test "${ac_cv_c_compiler_gnu}" = "yes"; then CFLAGS="${CFLAGS} -pg -a" LDFLAGS="${LDFLAGS} -pg -a" @@ -142,10 +238,13 @@ echo Looking for header files AC_CHECK_HEADERS( getopt.h dirent.h pwd.h locale.h windows.h ) AC_CHECK_HEADERS( wchar.h wctype.h ) AC_CHECK_HEADERS( math.h ) +AC_CHECK_HEADERS( alloc.h malloc.h ) echo Looking for library functions -AC_CHECK_FUNCS( _vsnprintf heapwalk _heapwalk getpwuid setlocale ) +AC_CHECK_FUNCS( _vsnprintf getpwuid setlocale ) AC_CHECK_FUNCS( wcscoll towlower towupper iswspace iswalpha ) +AC_CHECK_FUNCS( heapwalk _heapwalk ) +AC_CHECK_FUNCS( backtrace backtrace_symbols ) AC_SEARCH_LIBS( sin, m ) AC_SEARCH_LIBS( cos, m ) AC_SEARCH_LIBS( tan, m ) @@ -153,10 +252,6 @@ AC_SEARCH_LIBS( asin, m ) AC_SEARCH_LIBS( acos, m ) AC_SEARCH_LIBS( atan, m ) -dnl Check for replacement functions -AC_REPLACE_FUNCS( sleep scandir alphasort getopt snprintf vsnprintf ) -AC_REPLACE_FUNCS( nl_langinfo wcslen has_key ) -AC_REPLACE_FUNCS( _llnull ) dnl ************************************************************** dnl Check for curses @@ -206,26 +301,20 @@ echo Looking for curses headers AC_CHECK_HEADERS( ncursesw/curses.h ncurses/curses.h curses.h ) dnl ************************************************************** -dnl Platform/Version-Specific Checks +dnl Check for Replacement Functions for Standard Libraries/Curses dnl ************************************************************** -echo Looking for header files and libraries to support heap walking -dnl We need to cheat on OSX/Darwin. The standard configure -dnl check brings in a C++ header which bombs and causes -dnl configure to display a particularly nasty warning, which -dnl we don't want to expose to end-users. -case $host in - *apple-darwin*) - HAVE_ALLOC_H=no - HAVE_MALLOC_H=no - HAVE_HEAPWALK=no - HAVE__HEAPWALK=no - ;; - *) - AC_CHECK_HEADERS( alloc.h malloc.h ) - AC_CHECK_FUNCS( heapwalk _heapwalk ) - ;; -esac +echo Checking for replacement functions +dnl Standard libraries +AC_REPLACE_FUNCS( sleep scandir alphasort getopt snprintf vsnprintf ) +dnl Standard libraries - internationalization / wchar +AC_REPLACE_FUNCS( nl_langinfo wcslen ) +dnl Standard libraries - curses +AC_REPLACE_FUNCS( has_key ) + +dnl ************************************************************** +dnl Platform-Specific Configuration +dnl ************************************************************** case $host_os in *windows*) @@ -237,10 +326,10 @@ case $host_os in esac dnl ************************************************************** -dnl Build Makefiles +dnl Generate Makefiles dnl ************************************************************** -AC_OUTPUT(Makefile \ +AC_CONFIG_FILES([Makefile \ src/Makefile \ src/arch/Makefile \ src/arch/mswin/Makefile \ @@ -265,4 +354,6 @@ AC_OUTPUT(Makefile \ reports/st/Makefile \ tt/Makefile \ build/Makefile \ - po/Makefile.in) + tests/Makefile \ + po/Makefile.in]) +AC_OUTPUT diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index 282522db0..000000000 --- a/docs/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/docs/Install.LifeLines.Windows.txt b/docs/Install.LifeLines.Windows.txt index 0609ec4ba..61a488dd8 100644 --- a/docs/Install.LifeLines.Windows.txt +++ b/docs/Install.LifeLines.Windows.txt @@ -1,12 +1,13 @@ LifeLines Genealogy Software installation for Windows Last Edited: 2003-03-05 by Perry Rapp Updated: 2005-10-20 by Larry Hamilton + Updated: 2020-01-04 by Larry Hamilton 1) Extract the lifelines zip, eg, to c:\ which should result in all the lifelines programs & files appearing under c:\lifelines. If you do not have a program such as WinZip to work with zip files, a good free Open Source alternative is 7-Zip http://www.7-zip.org/. -NOTE: Windows XP has the built-in capability to extract zip files, +NOTE: MS-Windows has the built-in capability to extract zip files, but cannot create them. 2) If your root lifelines directory is not c:\lifelines, edit @@ -81,7 +82,7 @@ directory. References: LifeLines on the web: - http://marcno.github.io/lifelines/ + https://lifelines.github.io/lifelines/ Mailing list: To subscribe to the list, send email to diff --git a/docs/Run.LifeLines.Windows.txt b/docs/Run.LifeLines.Windows.txt index dca17abbc..ecd098ff1 100644 --- a/docs/Run.LifeLines.Windows.txt +++ b/docs/Run.LifeLines.Windows.txt @@ -198,8 +198,7 @@ that you install Perl: http://www.activestate.com/Products/ActivePerl/. References: LifeLines on the web: - http://lifelines.sf.net/ - + https://lifelines.github.io/lifelines/ Mailing list: To subscribe to the list, send email to diff --git a/docs/dev/README.DEVELOPERS b/docs/dev/README.DEVELOPERS index d44a2ea80..43cfa7945 100644 --- a/docs/dev/README.DEVELOPERS +++ b/docs/dev/README.DEVELOPERS @@ -74,7 +74,6 @@ robf@geekthing.com (Perry added autogen.sh, 2002.06.04) - *************************** 3) Which does what: @@ -101,7 +100,7 @@ configure will generate config.h and Makefile files from Makefile.in files. 4) Building the code -1. check out the code from git: git clone https://github.com/MarcNo/lifelines.git +1. check out the code from git: git clone https://github.com/lifelines/lifelines.git 2. For building, refer to the README.MAINTAINERS file and execute the commands under 'Run autotools:' and 'Build local copy in ./bld subdirectory:' Note: these commands describe one way to proceed. There are many other @@ -118,6 +117,3 @@ configure will generate config.h and Makefile files from Makefile.in files. step. For example if your curses.h was in /usr/local/ncurses and it wasn't being found, you could add to the configure step ../configure CPPFLAGS=-I/usr/local/ncurses - - - diff --git a/docs/dev/README.LAYOUT b/docs/dev/README.LAYOUT index b35e10f96..b1841f6f9 100644 --- a/docs/dev/README.LAYOUT +++ b/docs/dev/README.LAYOUT @@ -1,5 +1,5 @@ -LifeLines Source Release, Version 3.0.54 -http://marcno.github.io/lifelines/ +LifeLines Source Release, Version 3.1.1 +https://lifelines.github.io/lifelines/ ------------------------------------------------------------------------- This is a brief description of the directory layout. diff --git a/docs/editor/.gitignore b/docs/editor/.gitignore deleted file mode 100644 index 282522db0..000000000 --- a/docs/editor/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/docs/editor/lifelines.vim b/docs/editor/lifelines.vim index 05a50a96a..a9417d489 100644 --- a/docs/editor/lifelines.vim +++ b/docs/editor/lifelines.vim @@ -1,5 +1,5 @@ " Vim syntax file -" Language: LifeLines http://marcno.github.io/lifelines/ +" Language: LifeLines https://lifelines.github.io/lifelines/ " Maintainer: Patrick Texier " Location: http://www.genindre.org/ftp/lifelines/lifelines.vim " Last Change: 2005 Dec 22. diff --git a/docs/man/.gitignore b/docs/man/.gitignore deleted file mode 100644 index 282522db0..000000000 --- a/docs/man/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/docs/man/btedit.1 b/docs/man/btedit.1 index e5169ff08..80f95f711 100644 --- a/docs/man/btedit.1 +++ b/docs/man/btedit.1 @@ -1,4 +1,4 @@ -.TH btedit 1 "2016 Mar" "Lifelines 3.1.1" +.TH btedit 1 "2019 Sep" "Lifelines 3.2.0" .SH NAME btedit \- Direct editing of BTREE records .SH SYNOPSIS diff --git a/docs/man/dbverify.1 b/docs/man/dbverify.1 index 2a985427b..14924dc7d 100644 --- a/docs/man/dbverify.1 +++ b/docs/man/dbverify.1 @@ -1,4 +1,4 @@ -.TH dbverify 1 "2016 Mar" "Lifelines 3.1.1" +.TH dbverify 1 "2019 Sep" "Lifelines 3.2.0" .SH NAME dbverify \- Check a Lifelines database .SH SYNOPSIS diff --git a/docs/man/lldump.1 b/docs/man/lldump.1 new file mode 100644 index 000000000..ef9c822df --- /dev/null +++ b/docs/man/lldump.1 @@ -0,0 +1,41 @@ +.TH lldump 1 "2019 Sep" "Lifelines 3.2.0" +.SH NAME +lldump \- Dump a Lifelines database +.SH SYNOPSIS +.B lldump +[ +.I options +] +.I file +.br +.SH DESCRIPTION +This manual page documents briefly the +.B lldump +command. +.PP +The lldump program is a companion program of the +.I Lifelines +genealogy software, and is used to dump various records of +an existing lifelines database, mainly for debugging purposes. +.PP +.SH OPTIONS +.PP +.TP +.BI \-a +Dump ALL records +.TP +.BI \-b +Dump btree (INDEX) records +.TP +.BI \-k +Dump key records (KEYFILE1, KEYFILE2) +.TP +.BI \-x +Dump xref records (DELETESET) +.TP +.BI \-r +Dump block records (BLOCK) +.TP +.SH AUTHOR +This manual page was written by Matt Emmerton . + diff --git a/docs/man/llexec.1 b/docs/man/llexec.1 index 1d50591d0..af59bc17b 100644 --- a/docs/man/llexec.1 +++ b/docs/man/llexec.1 @@ -1,4 +1,4 @@ -.TH llexec 1 "2016 Mar" "Lifelines 3.1.1" +.TH llexec 1 "2019 Sep" "Lifelines 3.2.0" .SH NAME llexec \- lifelines report processor .SH SYNOPSIS @@ -83,7 +83,7 @@ exactly the same manner as \fIllines\fR. See the lifelines userguide for details. .SH DOCUMENTATION The LifeLines documentation should be installed as part of the installation, -and may also be viewed at the project site: http://marcno.github.io/lifelines/ +and may also be viewed at the project site: https://lifelines.github.io/lifelines/ Look for ll-userguide and ll-reportmanual (with appropriate extensions for text, html and pdf formats). The normal installation process includes a large number of sample report diff --git a/docs/man/llines.1 b/docs/man/llines.1 index 6623c388f..85d4c6984 100644 --- a/docs/man/llines.1 +++ b/docs/man/llines.1 @@ -1,4 +1,4 @@ -.TH llines 1 "2016 Mar" "Lifelines 3.1.1" +.TH llines 1 "2019 Sep" "Lifelines 3.2.0" .SH NAME llines \- LifeLines genealogy program .SH SYNOPSIS @@ -99,7 +99,7 @@ Lifelines looks for a configuration file for various settings. See section .RE .SH DOCUMENTATION The LifeLines documentation should be installed as part of the installation, -and may also be viewed at the project site: http://marcno.github.io/lifelines/ +and may also be viewed at the project site: https://lifelines.github.io/lifelines/ Look for ll-userguide and ll-reportmanual (with appropriate extensions for text, html and pdf formats). The normal installation process includes a large number of sample report diff --git a/docs/manual/.gitignore b/docs/manual/.gitignore index 9ed68f7c2..e53fa229b 100644 --- a/docs/manual/.gitignore +++ b/docs/manual/.gitignore @@ -1,6 +1,3 @@ -Makefile -Makefile.in - ll-devguide.pdf ll-devguide.txt ll-devguide.html diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am index 74d841b46..5b6581493 100644 --- a/docs/manual/Makefile.am +++ b/docs/manual/Makefile.am @@ -30,13 +30,12 @@ MANUALSSRC_en = ll-reportmanual.xml \ MANUALSSRC_sv = ll-reportmanual.sv.xml \ ll-userguide.sv.xml -MANUALSSRC = $(MANUALSSRC_en) $(MANUALSSRC_sv) \ - ll-html.xsl +MANUALSSRC = $(MANUALSSRC_en) $(MANUALSSRC_sv) IMAGES = listops.jpg -MANUALS_static = ll-index.html \ - ll-index.sv.html \ +MANUALS_static = index.html \ + index.sv.html \ $(IMAGES) ################### @@ -64,8 +63,8 @@ CLEANFILES += $(MANUALS) @TOOL_DBLATEX@ $^ .xml.html: - @TOOL_XMLTO@ -x @srcdir@/ll-html.xsl xhtml-nochunks $^ + @TOOL_XMLTO@ --skip-validation xhtml-nochunks $^ .xml.txt: - @TOOL_XMLTO@ txt $^ + @TOOL_XMLTO@ --skip-validation txt $^ endif diff --git a/docs/manual/ll-index.html b/docs/manual/index.html similarity index 53% rename from docs/manual/ll-index.html rename to docs/manual/index.html index 7799aea32..076ea6dfa 100644 --- a/docs/manual/ll-index.html +++ b/docs/manual/index.html @@ -4,8 +4,8 @@ Lifelines manuals -LifeLines User Guide +LifeLines User Guide (html|pdf)
-LifeLines Report Programming Manual +LifeLines Report Programming Manual (html|pdf) diff --git a/docs/manual/index.sv.html b/docs/manual/index.sv.html new file mode 100644 index 000000000..a91f97644 --- /dev/null +++ b/docs/manual/index.sv.html @@ -0,0 +1,11 @@ + + + +Lifelines manuals + +Dokumentation för LifeLines (html|pdf) +
+Manual för LifeLines rapportprogrammering (html|pdf) + + diff --git a/docs/manual/ll-devguide.xml b/docs/manual/ll-devguide.xml index 516ff1e78..ea545ef6d 100644 --- a/docs/manual/ll-devguide.xml +++ b/docs/manual/ll-devguide.xml @@ -1,4 +1,7 @@ - + @@ -746,7 +749,7 @@ Anyone can clone the LifeLines source tree, using the following commands: -git clone https://github.com/MarcNo/lifelines.git +git clone https://github.com/lifelines/lifelines.git diff --git a/docs/manual/ll-html.xsl b/docs/manual/ll-html.xsl deleted file mode 100644 index 94393e248..000000000 --- a/docs/manual/ll-html.xsl +++ /dev/null @@ -1,16 +0,0 @@ - - - - - #E0E0E0 - 0.5pt - solid - #575757 - 3pt - - - diff --git a/docs/manual/ll-index.sv.html b/docs/manual/ll-index.sv.html deleted file mode 100644 index fb85806b2..000000000 --- a/docs/manual/ll-index.sv.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - -Lifelines manuals - -Dokumentation för LifeLines -
-Manual för LifeLines rapportprogrammering - - diff --git a/docs/manual/ll-reportmanual.sv.xml b/docs/manual/ll-reportmanual.sv.xml index 361330236..0d5e439a5 100644 --- a/docs/manual/ll-reportmanual.sv.xml +++ b/docs/manual/ll-reportmanual.sv.xml @@ -1,4 +1,9 @@ - + + diff --git a/docs/manual/ll-reportmanual.xml b/docs/manual/ll-reportmanual.xml index 6fca6217a..8ed8bc874 100644 --- a/docs/manual/ll-reportmanual.xml +++ b/docs/manual/ll-reportmanual.xml @@ -1,5 +1,9 @@ - - + + + diff --git a/docs/manual/ll-userguide.sv.xml b/docs/manual/ll-userguide.sv.xml index d2c2ea528..ac90004bd 100644 --- a/docs/manual/ll-userguide.sv.xml +++ b/docs/manual/ll-userguide.sv.xml @@ -1,5 +1,9 @@ - - + + @@ -131,7 +135,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Källkoden, dokumentationen och en samling rapportskript finns - tillgängliga vid http://marcno.github.io/lifelines/. + tillgängliga vid https://lifelines.github.io/lifelines/. Där finns ocksÃ¥ förkompilerade programpaket för nÃ¥gra plattformar. Om du är en utvecklare och vill bidra med förbättringar, sÃ¥ anmäl dig pÃ¥ Sourceforge och kontakta Marc Nozell som är den diff --git a/docs/manual/ll-userguide.xml b/docs/manual/ll-userguide.xml index b5869270c..e987a32c4 100644 --- a/docs/manual/ll-userguide.xml +++ b/docs/manual/ll-userguide.xml @@ -1,5 +1,8 @@ - - + + @@ -138,8 +141,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The source code, documentation and a collection of report - scripts are located at - http://marcno.github.io/lifelines/. You can also find + scripts are located at + https://lifelines.github.io/lifelines/. You can also find binary kits for some platforms. If you are a developer and wish to contribute enhancements, please obtain a github account and contact Marc @@ -168,15 +171,15 @@ Other sources of information include: lifelines homepage - -http://marcno.github.io/lifelines/ + +https://lifelines.github.io/lifelines/ lifelines FAQ - -http://marcno.github.io/lifelines/faq.html. + +https://lifelines.github.io/lifelines/faq.html. LINES-L mailing list diff --git a/po/.gitignore b/po/.gitignore index 005221530..5eb081b47 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -1,5 +1,3 @@ -Makefile -Makefile.in POTFILES lifelines.pot *.gmo diff --git a/po/da.po b/po/da.po index 3741f1fb6..ea23acd1f 100644 --- a/po/da.po +++ b/po/da.po @@ -4110,7 +4110,7 @@ msgstr "" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" msgstr "" #: src/liflines/lines_usage.c:126 diff --git a/po/de.po b/po/de.po index 2e1b60819..0577eedae 100644 --- a/po/de.po +++ b/po/de.po @@ -4085,8 +4085,8 @@ msgstr "Fehler melden:" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" -msgstr "" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" +msgstr "Melden Sie Fehler (auf Englisch) an https://github.com/lifelines/lifelines/issues" #: src/liflines/lines_usage.c:126 #, c-format @@ -5384,9 +5384,9 @@ msgstr "In Datei <%s> in Zeile %d" #~ "gibt keine Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE " #~ "ZWECKE." -#~ msgid "Written by Tom Wetmore. Maintained at lifelines.sourceforge.net." +#~ msgid "Written by Tom Wetmore. Maintained at https://lifelines.github.io/lifelines." #~ msgstr "" -#~ "Geschrieben von Tom Wetmore. Weiterentwickelt unter lifelines.sourceforge." +#~ "Geschrieben von Tom Wetmore. Weiterentwickelt unter https://lifelines.github.io/lifelines." #~ "net." #~ msgid "illegal call to pos." @@ -5398,10 +5398,6 @@ msgstr "In Datei <%s> in Zeile %d" #~ msgid "Second argument to (r)sort must be list or array" #~ msgstr "Zweites Argument für (r)sort muss eine Liste oder ein Feld sein" -#~ msgid "Report bugs to lifelines.sourceforge.net" -#~ msgstr "" -#~ "Melden Sie Fehler (auf Englisch) an http://lifelines.sourceforge.net/" - #~ msgid "Program" #~ msgstr "Programm" diff --git a/po/el.po b/po/el.po index 1988c86ed..258edcd1e 100644 --- a/po/el.po +++ b/po/el.po @@ -3998,7 +3998,7 @@ msgstr "" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" msgstr "" #: src/liflines/lines_usage.c:126 diff --git a/po/eo.po b/po/eo.po index 017994861..e3645e165 100644 --- a/po/eo.po +++ b/po/eo.po @@ -4058,7 +4058,7 @@ msgstr "" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" msgstr "" #: src/liflines/lines_usage.c:126 diff --git a/po/es.po b/po/es.po index afb5db79c..6352a1984 100644 --- a/po/es.po +++ b/po/es.po @@ -1,4 +1,4 @@ -# Spanish minimal catalog for Lifelines +# Spanish minimal catalog for Lifelines # Copyright (C) YEAR Tom T. Wetmore IV # This file is distributed under the same license as the PACKAGE package. # Perry Rapp , 2005. @@ -4095,7 +4095,7 @@ msgstr "" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" msgstr "" #: src/liflines/lines_usage.c:126 diff --git a/po/fr.po b/po/fr.po index 0cbd2753c..0f8ddf3ee 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,4 +1,4 @@ -# Lifelines +# Lifelines # Copyright (C) 1991-2007 Thomas T. Wetmore IV and al. # French translation by Patrick Texier , 2002-2007. # . @@ -4081,8 +4081,8 @@ msgstr "RECENSEMENT DES BOGUES" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" -msgstr "" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" +msgstr "Envoyez les bogues à https://github.com/lifelines/lifelines/issues" #: src/liflines/lines_usage.c:126 #, c-format @@ -5385,9 +5385,6 @@ msgstr "Dans le fichier <%s> #~ msgid "Written by Tom Wetmore. Maintained at lifelines.sourceforge.net." #~ msgstr "Écrit par Tom Wetmore. Maintenu à lifelines.sourceforge.net." -#~ msgid "Report bugs to lifelines.sourceforge.net" -#~ msgstr "Envoyez les bogues à lifefelines.sourceforge.net." - #~ msgid "illegal call to pos." #~ msgstr "Appel invalide à la pos." diff --git a/po/it.po b/po/it.po index d26083028..b560a7065 100644 --- a/po/it.po +++ b/po/it.po @@ -4001,7 +4001,7 @@ msgstr "" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" msgstr "" #: src/liflines/lines_usage.c:126 diff --git a/po/nl.po b/po/nl.po index bf1db2a27..dbf2c2ff6 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4103,7 +4103,7 @@ msgstr "" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" msgstr "" #: src/liflines/lines_usage.c:126 diff --git a/po/pl.po b/po/pl.po index 2fb1fe3b3..cd84ad1e1 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,4 +1,4 @@ -# Polish messages for Lifelines +# Polish messages for Lifelines # Copyright (C) 2004 Free Software Foundation, Inc. # This file is distributed under the same license as the lifelines package. # Translation by Piotr Bolek , 2004. @@ -4081,7 +4081,7 @@ msgstr "" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" msgstr "" #: src/liflines/lines_usage.c:126 diff --git a/po/rw.po b/po/rw.po index 136270f16..d99bbe028 100644 --- a/po/rw.po +++ b/po/rw.po @@ -4615,7 +4615,7 @@ msgstr "" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" msgstr "" #: src/liflines/lines_usage.c:126 diff --git a/po/sv.po b/po/sv.po index 902ec697e..688b6d0db 100644 --- a/po/sv.po +++ b/po/sv.po @@ -4061,7 +4061,7 @@ msgstr "ATT RAPPORTERA FEL" #: src/liflines/lines_usage.c:124 src/tools/btedit.c:228 #, c-format -msgid "Report bugs to https://github.com/MarcNo/lifelines/issues" +msgid "Report bugs to https://github.com/lifelines/lifelines/issues" msgstr "" #: src/liflines/lines_usage.c:126 diff --git a/reports/.gitignore b/reports/.gitignore index 8cf090858..be1932fe1 100644 --- a/reports/.gitignore +++ b/reports/.gitignore @@ -1,6 +1,3 @@ -Makefile -Makefile.in -*.o bib2html bury index.html diff --git a/reports/CREDIT b/reports/CREDIT index 81b31f4d4..16ed4d89f 100644 --- a/reports/CREDIT +++ b/reports/CREDIT @@ -30,6 +30,7 @@ Alexander Ottl James Patton Jones Rafal Prinke Perry Rapp +Eugene Reimer (deceased) Denis Roegel Henry Sikkema Robert Simms diff --git a/reports/anniver.ll b/reports/anniver.ll index d42fa065c..472cbb910 100644 --- a/reports/anniver.ll +++ b/reports/anniver.ll @@ -490,7 +490,7 @@ proc write_tail() { "\n" db_owner "\n" - "" nl() "\n" diff --git a/reports/cron.ll b/reports/cron.ll index 745ad7523..0d7431546 100644 --- a/reports/cron.ll +++ b/reports/cron.ll @@ -393,7 +393,7 @@ proc write_tail() { "\n" db_owner "\n" - "" nl() "\n" diff --git a/reports/gen_index b/reports/gen_index index 0343f87b8..2ae4fe842 100644 --- a/reports/gen_index +++ b/reports/gen_index @@ -5,6 +5,7 @@ # January 2003 use strict; +use POSIX qw(strftime); my $debug = 0; #non-zero to enable debug output my $viewoutput = 0; #non-zero to enable printing output information @@ -93,7 +94,7 @@ have text identifying the person who generated the report. EOF } sub print_trailer { - my $today = `date "+%d %b %Y"`; + my $today = strftime("%Y-%m-%d", gmtime($ENV{SOURCE_DATE_EPOCH} || time)); print OUT <
diff --git a/reports/least_related.ll b/reports/least_related.ll new file mode 100644 index 000000000..b7156af28 --- /dev/null +++ b/reports/least_related.ll @@ -0,0 +1,236 @@ +/* + * @progname least_related.ll + * @version 8.1 + * @author Jim Eggert + * @category + * @output Text + * @description + +Calculates pairs of individuals in a database that are related to each other, +but are least related to each other. The degree of relation is given by the +number of steps it takes to go from one person to another. It takes one step +to go from a person to his/her parent, spouse, sibling, or child. If several +pairs tie for least related status, all are output. Each pair is actually +output twice, once in each direction. If the database contains mutually +unrelated partitions, a warning is generated, but the results are still correct. + +Each step in the relationship (or hop) is coded as follows, with the +capital letters denoting a person of unknown gender: + father f + mother m + parent P (unknown or non-matching gender) + brother b + sister s + sibling S (unknown gender) + son z (sorry) + daughter d + child C (unknown gender) + husband h + wife w + spouse O (unknown or non-matching gender) + +Note that some of these are individually (h w O), or can be in combination (e.g., zm), +non-blood relations. Thus the least-related pairs may not be related by blood at all, +only by marriage. In any large database, combinations of marriages and blood +relationships are to be expected in the least-related pairs. + +In graph theoretical terms, this program calculates and describes the diameter of the +relationship graph with each relationship step counted as distance 1. + +Version 1, 5 Jun 1994 +Version 2, 5 Jun 1994 added generational width +Version 3, never released. Versions 1-3 can produce incorrect output. +Version 4, 10 Nov 1995 changed algorithms +Version 5, 6 Nov 2017 New algorithm to handle larger databases +Version 6, 12 May 2020 Faster exclusion algorithm +Version 7, 14 May 2020 Better first guess makes much more effective exclusion +Version 8, 15 May 2020 Outputs list of IDs in path descriptions +Version 8.1, 17 May 2020 Bug fixes for first persons being loners and to handle long paths + +*/ + +proc main() { + set(dmax, 0) /* least-related distance */ + list(froms) /* from-to pairs of keys of least related individuals */ + list(tos) + list(rels) /* relationship strings of least related individuals */ + list(idrels) /* id strings for least related paths */ + set(nextip, 0) + table(excluded) /* people who are provably not least-related */ + table(links) /* people whose least_related path length was explicitly calculated */ + set(exclude_count,0) + + forindi(person, ip) { + set(database_size, ip) /* Count people in database */ + } + + print("Please be patient. The calculation eventually speeds up. Status updates output in format I(D P -X), where\n", + " I = number of persons completed (out of ", d(database_size), " in the database),\n", + " D = maximum distance found so far,\n", + " P = number of pairs at current max distance, and\n", + " X = number of excluded persons (speeds up calculation)\n") + + set(furthest_personk, 0) + set(first_nonloner, 1) + + forindi(person, ip) { + set(personk, key(person)) + if (not(lookup(excluded, personk))) { /* person has not been excluded on the basis of proximity */ +/* Find people related to this person, retaining those who are at least as distant as those found already */ + list(pklist) /* queue of keys of people related to person to be processed*/ + list(dlist) /* queue of distances from the person to be processed */ + list(rlist) /* queue of relationship strings */ + list(idrlist) /* queue of id paths */ + list(prlist) /* list of keys of all people related to this person processed so far */ + list(drlist) /* corresponding list of distances from this person */ + table(seen) /* lookup table for people known related to this person */ + enqueue(pklist, personk) + enqueue(dlist, 0) + enqueue(rlist, "") + enqueue(idrlist, personk) + set(pcounter, 0) + set(proceed, 1) + set(dnew, 0) + while (pk, dequeue(pklist)) { /* process next related person */ + incr(pcounter) + set(dnext, dequeue(dlist)) + set(r, dequeue(rlist)) + set(idr, dequeue(idrlist)) + enqueue(prlist, pk) + enqueue(drlist, dnext) + if (dlink, lookup(links, pk)) { /* The related person has a least_related length already, so only go further if needed */ + if (gt(dlink, dmax)) { /* This should never happen */ + print("\nError! Output not reliable! dl>dm! ", d(dlink), ">", d(dmax), " ", d(length(links)), "\n") + } + if (lt(dlink, dnext)) { /* This should never happen */ + print("\nError! Output not reliable! dl", d(dnext), " ", d(length(links)), "\n") + } + if (lt(add(dlink, dnext), dmax)) { /* Some persons related to this person can be excluded, and this person is done */ + while (excludablepk, dequeue(prlist)) { + if (lt(add(dlink, dnext, dequeue(drlist)), dmax)) { + insert(excluded, excludablepk, 1) + } + } + while (excludablepk, dequeue(pklist)) { /* Note that this will empty pklist, which will cause the end of the enclosing while loop also */ + if (lt(add(dlink, dnext, dequeue(dlist)), dmax)) { + insert(excluded, excludablepk, 1) + } + set(junk, dequeue(rlist)) + set(junk, dequeue(idrlist)) + } + set(proceed, 0) + } + } + if (proceed) { + fornodes(inode(indi(pk)), node) { /* look for relations */ + if (ni, index(" FAMS FAMC ", upper(tag(node)), 1)) { /* found a family, value is 2 or 7 */ + fornodes(fnode(fam(value(node))), subnode) { /* look for other family members */ + if (sni, index(" HUSB WIFE CHIL ", upper(tag(subnode)), 1)) { /* found a family member */ + set(subp, indi(value(subnode))) + set(subpk, key(subp)) + if (not(lookup(seen, subpk))) { /* haven't seen that person yet */ + if(eq(ni,7)) { decr(sni) } /* Calculate relationship code */ + if (male(subp)) { incr(sni, 2) } elsif (female(subp)) { incr(sni, 4) } +/* find code in magic string with offset " HUSB WIFE CHIL " */ + set(rstep, substring("POfhPOPOPOmwSCbzsd", sni, sni)) + set(rel, concat(r, rstep)) + set(idrel, concat(idr, " ", subpk)) + enqueue(rlist, rel) /* keep track of relationship path */ + enqueue(idrlist, idrel) + enqueue(pklist, subpk) /* so enqueue them */ + set(dnew, add(dnext,1)) + enqueue(dlist, dnew) /* in a breadth-first search */ + insert(seen, subpk, 1) /* and mark the person as seen */ + if (gt(dnew, dmax)) { /* new record furthest relation */ + while (pop(froms)) { /* so empty out previous furthest lists */ + set(loser, pop(tos)) + set(loser, pop(rels)) + set(loser, pop(idrels)) + } + set(dmax, dnew) /* and set new record distance */ + set(furthest_personk, subpk) + } + if (eq(dnew, dmax)) { /* also always true if new record was just set */ + enqueue(froms, personk) + enqueue(tos, subpk) + enqueue(rels, rel) + enqueue(idrels, idrel) + } + } + } + } + } + } + } + } + + if (eq(ip,1)) { + if (lt(pcounter, database_size)) { /* Warn if we didn't crawl through the whole database on the first person */ + print("\nWarning: Database contains more than one partition.\nLeast-related pairs are found within partitions and are reported globally, not per partition.\n\n") + } + } + + if (eq(ip, first_nonloner)) { + /* Find the furthest person from the furthest person from the first nonloner person (usually the first person), to improve exclusion */ + if (furthest_personk) { + table(seen) /* lookup table for people known related to this person */ + enqueue(pklist, furthest_personk) + enqueue(dlist, 0) + set(dnnew, 0) + while (pk, dequeue(pklist)) { /* process next related person */ + set(dnext, dequeue(dlist)) + fornodes(inode(indi(pk)), node) { /* look for relations */ + if (ni, index(" FAMS FAMC ", upper(tag(node)), 1)) { /* found a family, value is 2 or 7 */ + fornodes(fnode(fam(value(node))), subnode) { /* look for other family members */ + if (sni, index(" HUSB WIFE CHIL ", upper(tag(subnode)), 1)) { /* found a family member */ + set(subpk, key(indi(value(subnode)))) + if (not(lookup(seen, subpk))) { /* haven't seen that person yet */ + enqueue(pklist, subpk) /* so enqueue them */ + set(dfnew, add(dnext,1)) + enqueue(dlist, dfnew) /* in a breadth-first search */ + insert(seen, subpk, 1) /* and mark the person as seen */ + if (gt(dfnew, dmax)) { /* new record furthest distance only */ + /* Note that the furthest_person will be checked later anyway, and this pair can't include the initial person */ + set(dmax, dfnew) /* set new record distance */ + while (pop(froms)) { /* and empty out previous furthest lists */ + set(loser, pop(tos)) + set(loser, pop(rels)) + set(loser, pop(idrels)) + } + } + } + } + } + } + } + } + insert(links, furthest_personk, dmax) + } else { + incr(first_nonloner) + } + } + + if (and(proceed, dnew)) { + /* No shortcut link found, so dnew contains the largest distance from this person */ + insert(links, personk, dnew) + print(d(ip), "(", d(dmax), " ", d(length(froms)), " -", d(length(excluded)), ") ") + } + + } + } + + print("done\nWriting results...") + if (ge(first_nonloner, database_size)) { + "There are no relations in this database!\n" + } else { + "Longest relation distance " d(dmax) " steps found in " d(length(froms)) " pairs:\n\n" + while (from,dequeue(froms)) { + set(to,dequeue(tos)) + "from " from " " name(indi(from)) "\n" + " to " to " " name(indi(to)) "\n" + " rel " dequeue(rels) "\n" + " ids " dequeue(idrels) "\n\n" + } + } + print("done\n") +} diff --git a/reports/lldb.ll b/reports/lldb.ll index b6df30ed1..8289ee84c 100644 --- a/reports/lldb.ll +++ b/reports/lldb.ll @@ -21,7 +21,7 @@ * PalmOS app. * * 0) Obtain Tom Wetmore's LifeLines genealogy program for Unix. - * See http://marcno.github.io/lifelines/ + * See https://lifelines.github.io/lifelines/ * * 1) Obtain Kenneth Albanowski's pilot-link * package. The Microsoft Windows-based Palm desktop should also diff --git a/reports/onthisday.ll b/reports/onthisday.ll new file mode 100644 index 000000000..61c238078 --- /dev/null +++ b/reports/onthisday.ll @@ -0,0 +1,71 @@ +/* + * @progname onthisday.ll + * @version 1 of 2025-12-28 + * @author Nicholas Strauss + * @category + * @output Text + * @description + +Report lists people born, died on this day of year, marriages. +Useful for not neglecting relatives. +Now, you have no excuse. + +This program works only with LifeLines. + +*/ +proc main () +{ + indiset(idx) + getindiset(idx) + dayformat(0) + monthformat(4) + dateformat(0) + set(tday, gettoday()) + extractdate(tday, td, tm, ty) + /* set( td , 10) + set( tm, 7)*/ + + col(1) "\nOn this day Report by: N. Strauss\n" + col(1) " 1 Bitterfield Ct.\n" + col(1) " Ballwin, MO 63011\n" + col(1) " Date: " stddate(tday) "\n\n" + + col(1) "This report d=" d(td) "m= " d(tm) "y= " d(ty) "\n\n" + + /* Iterate over whole database */ + forindi (indi, num) { + + /* if birthday recorded for individual */ + /* Extract birthday for individual */ + if (bth, birth(indi)) { + extractdate(bth, birthday, birthmonth, birthyear) + if (and(eq(birthday, td), eq(birthmonth, tm))){ + col(1) name(indi) "birthday d=" d(birthday) "m= " d(birthmonth) "y= " d(birthyear) "\n\n" + } + } + /* if deathday recorded for individual */ + /* Extract deathday for individual */ + if (dth, death(indi)) { + extractdate(dth, deathday, deathmonth, deathyear) + if (and(eq(deathday, td), eq(deathmonth, tm))){ + col(1) name(indi) "death d=" d(deathday) "m= " d(deathmonth) "y= " d(deathyear) "\n\n" + } + } + } + + forfam(family,fnum) { + if (evt, marriage(family)){ + if (date(evt)){ + set(he, husband(family)) + set(she, wife(family)) + extractdate(evt, marrday, marrmonth, marryear) + if (and(eq(marrday, td), eq(marrmonth, tm))){ + col(1) " marriage " name(he) " " name(she) " " stddate(evt) + /* col(1) "marr d=" d(marrday) "m= " d(marrmonth) "y= " d(marryear) "\n\n"*/ + } + } + } + } +} + + diff --git a/reports/ps-anc.ll b/reports/ps-anc.ll index 3e9716cbe..5ad96c919 100644 --- a/reports/ps-anc.ll +++ b/reports/ps-anc.ll @@ -27,7 +27,7 @@ ** GETTING THIS FILE ** ** The ps-anc final release versions are available via the Internet: -** (1) http://marcno.github.io/lifelines/ +** (1) https://lifelines.github.io/lifelines/ ** (1) ftp://ftp.cac.psu.edu/pub/genealogy/lines/reports/ ** (2) http://www.math.clemson.edu/~rsimms/genealogy/ll/ ** diff --git a/reports/related.ll b/reports/related.ll new file mode 100644 index 000000000..9e4c92bb1 --- /dev/null +++ b/reports/related.ll @@ -0,0 +1,275 @@ +/* + * @progname related.ll + * @version 2010-05-10 + * @author Eugene Reimer (ereimer@shaw.ca) + * @category + * @output Text + * @description + +Shows all the ways two individuals are related (genetically), and their +Relatedness (as defined by Sewall Wright) which is the expected fraction +of their DNA that's identical by descent; for example, parent and child +have relatedness 0.5, grandparent and grandchild 0.25, half-siblings +0.25, full-siblings 0.5. + +Each A-to-B path through a common-ancestor consisting of N parent-child +links contributes 0.5^N; contributions are summed over all such paths. + +Other similar Lifelines reports: +genetics: same definition of relatedness, but wrong/incomplete results; +genetics2: same definition of relatedness, correct, extremely slow; +cons: slightly different definition, often gets same answer; + (cons applies an "inbreeding correction-factor" for a common-ancestor + whose parents are related, this program doesn't); +cousins: no relatedness-metric, slow; +--all of the above produce less complete and/or less readable output; +relate: very different notion of relatedness; +relation: very different notion of relatedness. + +For examples comparing the above report-programs on several testcases, +and more info, see: http://ereimer.net/genealogy/index.htm. + +See lines containing "OPTIONS" below for instructions on configuring the +options, and eliminating the first prompt. + +Although based on cons.ll by Arthur.Teschler@uni-giessen.de, this +program reflects my decisions, and the bugs are my fault. + +Copyright (c) 2006,2010 Eugene Reimer; can be used, modified, copied, +distributed under the terms of either the MIT-License or the GPL; see +http://www.opensource.org/licenses/mit-license.php and/or +http://www.gnu.org/licenses for the details of these terms. +/**/ + +global(Aancset) /*set of A's ancestors*/ +global(Bancset) /*set of B's ancestors*/ +global(ABancset) /*set of A&B's common ancestors*/ +global(Path) /*current path from A to B, as a list*/ +global(Pathstack) /*stack of paths for later output*/ +global(Cancstack) /*stack of common-ancestors, companion to Pathstack*/ +global(PDS)global(OPB)global(OPK) +global(UNSAFE) + +proc main(){ /*==OPTIONS and CONFIGURABLE CONSTANTS==*/ + set(PDS,"G") /*Path-Description-Style: "G" for Great-aunt/Great-grandparent style; "R" for Removed style; "N" for Numeric style*/ + set(OPB,0) /*Whether to show Date-of-Birth for each person in addition to name; 0 for false; 1 for true (is "B" in option-prompt)*/ + set(OPK,0) /*Whether to show KEY for each person in addition to name; 0 for false; 1 for true (is "K" in option-prompt)*/ + set(WID,40) /*Width in characters of each column in the two-column output, to which are added adjustments for the OPB and OPK options*/ + set(ADB,10) /*Additional Width when OPB in effect*/ + set(ADK,8) /*Additional Width when OPK in effect*/ + set(FRAC,0.5) /*Fraction of WDTH by which to indent the topmost person, the common-ancestor (WDTH is WID+ADB*OPB+ADK*OPK)*/ + set(DATEFMT,"1,4,2,11,0,7") /*Format for date as 6 comma-separated-numbers for: day, month, year, dateformat, eraformat, complex; see section-2.17 in reportmanual*/ + set(UNSAFE," !\"#%&'()*+,./:;<=>?@[\\]^`|~") /*characters illegal in filenames in Windows-NTFS, Windows-FAT32, Windows-FAT16, Mac-OSX, or Unix*/ + set(OP,"") + if(1){ /*==OPTIONS-PROMPT: USE 1 TO BE PROMPTED; 0 TO USE THE DEFAULTS ABOVE==*/ + print("\nYou can supply several one-letter options:\nG or R or N for the path-description style, G for the default great aunt etc style, R for removed style, ", + "N for numeric;\nB to have date-of-birth shown for each person;\nK to have the key shown for each person;\nhint: enter nothing to get the default style.\n", + "(See the script for instructions on configuring the options you want and eliminating this prompt.)\n") + getstr(OP,"enter [G/R/N] for path-style [B][K] for optional info (see above)") + } + set(J,1)while(le(J,strlen(OP))){ /*for each character in OP-string*/ + set(C,upper(substring(OP,J,J))) + if(index("GRN",C,1)){set(PDS,C)} elsif(eq(C,"B")){set(OPB,1)} elsif(eq(C,"K")){set(OPK,1)} elsif(eq(C,"-")){set(OPB,0)set(OPK,0)} + else{print("unknown option:",C," ignored",nl())} + incr(J) + } + set(WDTH,add(WID,mul(ADB,OPB),mul(ADK,OPK))) /*compute width in characters of each column in the two-column output*/ + dateformat6(DATEFMT) /*set format to be used for date (date-of-birth if OPB in effect)*/ + getindi(A,"1st person:") set(nmA, deSpaceEtc(name(A,0))) /*Get person A*/ + getindi(B,"2nd person:") set(nmB, deSpaceEtc(name(B,0))) /*Get person B*/ + newfile(concat("LLrelated",OP,"-",nmA,"-",nmB,".txt"), 0) /*filename with options and despaced names*/ + OUT "Results for: " name(A,0) nl() + OUT " " name(B,0) nl() nl() + list(Pathstack) list(Cancstack) + indiset(Aancset) addtoset(Aancset,A,0) set(Aancset,ancestorset(Aancset)) addtoset(Aancset,A,0) + indiset(Bancset) addtoset(Bancset,B,0) set(Bancset,ancestorset(Bancset)) addtoset(Bancset,B,0) + set(ABancset, intersect(Aancset,Bancset)) + if(lengthset(ABancset)){ /*2010-03-06: safer to use lengthset despite its being deprecated*/ + list(Path) call FindFullPaths(A,0,B) /*collect all A-to-B paths on Pathstack*/ + } + list(L) forlist(Pathstack,P,C){ /*prepare L to sort by path-length||keys-of-persons-in-path*/ + set(K,rjustify(d(length(P)),6)) + forlist(P,p,c) {set(K,concat(K,"-",key(p)))} + push(L,K) + } + set(L2,dup(L)) rsort(Pathstack,L) rsort(Cancstack,L2) /*sort by L; using rsort since will be removing with pop*/ + print(nl(),nl(),"Related-Report written to: ", outfile(), nl()) /*msg-to-screen showing filename*/ + set(sum, Rat(0,0)) /*print and sum Paths from Pathstack*/ + set(pathcnt, 0) + while(length(Pathstack)){ + incr(pathcnt) + set(Canc, pop(Cancstack)) + set(Path, pop(Pathstack)) + set(len, sub(length(Path),1)) /*length one too long was cause of spurious halving*/ + set(term, Rat(1,len)) /*relatedness for this path*/ + set(CA,indlist(Path,Canc)) set(anc2A,revlist(sublist(Path,1,sub(CA,1)))) set(anc2B,sublist(Path,add(CA,1),length(Path))) /*split Path into Half-Paths*/ + set(lenA,length(anc2A)) set(lenB,length(anc2B)) set(NL,max(lenA,lenB)) + set(W,0) set(J,1) while(le(J,lenA)) {set(W,max(W,strlen(PersJ(anc2A,J)))) incr(J)} /*get length of longest name in first column*/ + set(W, max(add(W,2), WDTH)) /*set W to larger of WDTH or 2 more than longest*/ + set(INDA,int(add(mul(W,FRAC),0.5))) /*compute common-ancestor-indentation*/ + OUT rat2str(term,0) ": " HowRelated(lenA,lenB,male(A)) ":" nl() /*show contribution plus HowRelated as Mth cousin N-times removed*/ + OUT pad("",INDA) Pers(Canc) nl() /*show common-ancestor roughly centered*/ + set(J,1) while(le(J,NL)) {OUT pad(PersJ(anc2A,J),W) PersJ(anc2B,J) nl() incr(J)} /*show half-paths side-by-side*/ + nl() + set(sum, addrat(sum,term)) + } + OUT "============" nl() + OUT "Relatedness: " rat2str(sum,1) " (" d(pathcnt) " different paths)" nl() nl() /*show Relatedness, and number of paths*/ + print("Relatedness: ", rat2str(sum,1)," (",d(pathcnt)," different paths)",nl(),nl()) /*msg-to-screen showing Relatedness, and number of paths*/ +} + +proc FindFullPaths(current,Canc,target){ /*find all Paths from current to target, saving them in Pathstack; uses precalculated sets ABancset and Bancset*/ + print(".") /*debug progress-indicator*/ + push(Path,current) + if(eq(current,target)){ /*saving when a complete to-target path found*/ + /*print("!") /*debug progress-indicator*/ + if(not(Canc)){if(inset(ABancset,current)){set(Canc,current)}} /*so Canc is set even when it is the target!!*/ + push(Pathstack,dup(Path)) /*now pushing list-of-INDIs -- was list-of-KEYs-as-separate-elements*/ + push(Cancstack,Canc) /*now pushing INDI -- was KEY*/ + pop(Path) + return() + } + if(not(Canc)){ /*We are ascending*/ + if(father(current)) {call FindFullPaths(father(current),0,target)} + if(mother(current)) {call FindFullPaths(mother(current),0,target)} + if(inset(ABancset,current)) {set(Canc, current)} + } + if(Canc){ /*We have found a common ancestor, now we check for descendants*/ + families(current,curfam,spouse,cnt){ + children(curfam,curchild,cnt){ + if(not(inlist(Path,curchild))){ + if(inset(Bancset,curchild)){ /* <- speeds up!*/ + call FindFullPaths(curchild,Canc,target) + } + } + } + } + } + pop(Path) +} + +func HowRelatedN(lenA,lenB,mA){ /*N-style HowRelated-description as 2 numbers, the half-path lengths*/ + return(concat("pathlength:",d(lenA),"+",d(lenB))) +} +func HowRelatedR(lenA,lenB,mA){ /*R-style How THEY're Related as (emptystring / siblings / Mth cousins) [N-times removed]*/ + set(m,min(lenA,lenB)) set(n,sub(max(lenA,lenB),m)) /*m is the shorter half-length, n the difference between that and the longer*/ + if(and(eq(m,0),eq(n,0))){set(R,"identity")} /*identity only when there's no removed*/ + elsif(eq(m,0)){set(R,"")} /*emptystring with removed*/ + elsif(eq(m,1)){set(R,"siblings")} /*siblings even with removed*/ + else {set(R,concat(ordn(sub(m,1))," cousins"))} /*Mth cousins, using terse ord*/ + if(ge(n,1)){if(nestr(R,"")){set(R,concat(R," "))}} /*add a space but not onto emptystring*/ + if(ge(n,1)){set(R,concat(R,multiplicative(n)," removed"))} /*add N-times removed*/ + return(R) +} +func HowRelatedG(lenA,lenB,mA){ /*G-style How A Related-to B in common language with great grandparent, great aunt, etc (2010-03-05)*/ + set(m,min(lenA,lenB)) set(n,sub(max(lenA,lenB),m)) /*m is the shorter half-length, n the difference between that and the longer*/ + if(and(eq(m,0),eq(n,0))){ /*identity*/ + set(R,"identity") + }elsif(eq(m,0)){ /*[Nth] [great] [grand]parent/child*/ + if(gt(lenA,lenB)){set(R,"child")}else{set(R,"parent")} + if(ge(n,2)){set(R,concat("grand",R))} + if(ge(n,3)){set(R,concat("great ",R))} + if(ge(n,4)){set(R,concat(ordn(sub(n,2))," ",R))} + }elsif(and(eq(m,1),eq(n,0))){ /*sibling*/ + set(R,"sibling") + }elsif(eq(m,1)){ /*[Nth] [great] aunt/uncle/nephew/niece*/ + if(gt(lenA,lenB)) {if(mA){set(R,"nephew")}else{set(R,"niece")}} + else {if(mA){set(R,"uncle" )}else{set(R,"aunt" )}} + if(ge(n,2)){set(R,concat("great ",R))} + if(ge(n,3)){set(R,concat(ordn(sub(n,1))," ",R))} + }else{ /*Mth cousin [N-times removed]*/ + set(R,concat(ordn(sub(m,1))," cousin")) /*which ord??*/ + if(ge(n,1)){set(R,concat(R," ",multiplicative(n)," removed"))} + } + return(R) +} +func HowRelated(A,B,C){if(eq(PDS,"N")){return(HowRelatedN(A,B,C))} if(eq(PDS,"R")){return(HowRelatedR(A,B,C))} return(HowRelatedG(A,B,C))} /*PDS-option:N/R/G*/ +func PersJ(L,J){if(le(J,length(L))){return(Pers(getel(L,J)))} return("")} +func Pers(P){ /*format person-info with name, and extra fields as indicated by OPB and OPK*/ + set(S,name(P,0)) /*always show NAME of person*/ + if(OPK){set(S,concat(S," ",key(P)))} /*OPK-option to also show KEY of person*/ + if(OPB){set(S,concat(S," ",stddate(birth(P))))} /*OPB-option to also show DOB of person*/ + return(S) +} +func deSpace(S) {return(subst(S," ",""))} /*remove spaces from string*/ +func deSpaceEtc(S){ /*remove spaces, dots, and other "unsafe" (in filename) characters from string*/ + set(J,1)while(le(J,strlen(UNSAFE))) {set(S,subst(S,substring(UNSAFE,J,J),"")) incr(J)} /*for each character in UNSAFE-string, remove it from S*/ + return(S) +} + +/*RATIONAL DATATYPE -- stored as floating-point*/ +func Rat(T,B) {return(div(T,exp(2.0,B)))} /*Construct rational T / 2^B */ +func addrat(A,B){return(add(A,B))} /*Add rationals*/ +func mulrat(A,B){return(mul(A,B))} /*Multiply rationals*/ +func rat2str(A,BOTH){ /*Rational-to-string; 2nd param TRUE for both vulgar and decimal-fraction-approximation*/ + set(T,A) set(B,1.0) while(ne(T,int(T))) {set(T,mul(T,2.0)) set(B,mul(B,2.0))} /*convert float to rational (tho w/o taking log2 of B)*/ + if(or(ne(B,int(B)),eq(int(B),0))){ /*showing as vulgar-fraction won't work, so show only as decimal-fraction*/ + set(str,g(A)) /*decimal-fraction in "g" meaning either "f" or "e" format*/ + }else{ /*show as vulgar-fraction, optionally also as decimal-fraction*/ + set(T,int(T)) set(B,int(B)) + set(L,6) if(lt(A,0.0001)){set(L,10)} /*nbr of fractional-digits either 6 or 10*/ + set(str, d(T)) /*numerator*/ + if(T) {set(str,concat(str,"/",d(B)))} /*add slash and denominator when nonzero*/ + if(BOTH) {set(str,concat(str," = ",f(A,L)))} /*BOTH => also as decimal-fraction; (avoid percent-sign to print-routine??)*/ + } + return(str) +} + +/*==============================================*/ +/*CANDIDATES for inclusion in LL-Report-Language*/ +/*==============================================*/ +func type(X){ /*receives ANY, returns string naming argument's type, one of "INT", "STRING", "INDI", etc*/ + set(T,pvalue(X)) return(substring(T,3,sub(index(T,",",1),1))) +} +func EQ(X,Y){ /*compare ANY to ANY-of-same-type, using eqstr for STRING, eq for anything else*/ + if(nestr(type(X),type(Y))){return(0)} if(eqstr(type(X),"STRING")){return(eqstr(X,Y))} return(eq(X,Y)) +} +func indlist(L,E){ /*index for lists; same as inlist except it returns the position if found; uses EQ to handle any type*/ + forlist(L,e,k){if(EQ(e,E)){return(k)}} return(0) +} +func sublist(L,B,E){ /*substring for lists*/ + list(l) forlist(L,e,k){if(and(ge(k,B),le(k,E))){push(l,e)}} return(l) +} +func revlist(L){ /*reverse a list*/ + list(l) forlist(L,e,k){requeue(l,e)} return(l) +} +func max(A,B){if(ge(A,B)){return(A)} return(B)} /*larger of two integers (builtin could handle 2 to 32 arguments)*/ +func min(A,B){if(le(A,B)){return(A)} return(B)} /*smaller of two integers (builtin could handle 2 to 32 arguments)*/ +func g(R){ /*floating-point-to-string in "f" format if it fits, resorting to "e" format for very big or very small number*/ + if(and(ge(R,0.000000001),lt(R,10000000000))){return(f(R,10))} /*produce f-format for not-too-big not-too-small number*/ + set(S,1)if(lt(R,0.0)){set(S,-1)set(R,neg(R))} /*remember the sign*/ + set(E,0) + while(lt(R,0.5 )){decr(E)set(R,mul(R,10.0))} /*normalize for very small number*/ + while(ge(R,10000000000)){incr(E)set(R,div(R,10.0))} /*normalize for very big number*/ + return(concat(f(mul(R,S),6),"e",d(E))) /*produce e-format*/ +} +func dateformat6(FMT){ /*receives 6 comma-separated-numbers for: day, month, year, dateformat, eraformat, complex; eg: 1,4,2,11,11,7*/ + list(A) while(strlen(FMT)) {push(A,atoi(FMT)) if(index(FMT,",",1)){set(FMT,substring(FMT,add(index(FMT,",",1),1),strlen(FMT)))} else{set(FMT,"")}} + dayformat(getel(A,1))monthformat(getel(A,2))yearformat(getel(A,3))dateformat(getel(A,4))eraformat(getel(A,5))complexformat(getel(A,6)) /*eraformat(11) broken??*/ +} /*note: linesrc config-file has LongDisplayDate, ShortDisplayDate, but builtin date-functions don't honour those??*/ +func pad(S,N){ /*pad string to specified length; should be named ljustify but wanted a short name*/ + while(lt(strlen(S),N)){set(S,concat(S," "))} return(S) +} +func subst(S,A,B){ /*replace in string S each occurence of A by B (sed-like regular-expression-based replacements also desirable)*/ + while(J, index(S,A,1)) {set(S, concat(substring(S,1,sub(J,1)), B, substring(S,add(J,strlen(A)),strlen(S))))} + return(S) +} +func ordn(n){ /*nth ordinal-number in terse numeric style, and "corrected" for 21st, 22nd, 23rd, etc*/ + set(e,mod(n,10))set(ee,mod(n,100)) + set(E,"th") if(eq(e,1)){if(ne(ee,11)){set(E,"st")}} if(eq(e,2)){if(ne(ee,12)){set(E,"nd")}} if(eq(e,3)){if(ne(ee,13)){set(E,"rd")}} + return(concat(d(n),E)) +} +func ordx(n){ /*nth ordinal-number as words to twelfth, just like builtin ord but "corrected" for 21st, 22nd, 23rd, etc*/ + if(le(n,20)){return(ord(n))} return(ordn(n)) +} +func multiplicative(n){ /*nth multiplicative-number once, twice, thrice, etc; to go with card, ord, ordn*/ + if (eq(n,1)){return("once")} + elsif(eq(n,2)){return("twice")} + elsif(eq(n,3)){return("thrice")} + else {return(concat(d(n),"-times"))} /*suspect "-times" more readable than "x"*/ +} +/*string-comparisons to complete the set lifelines began with eqstr and nestr; consider camelcase-names since neStr is more readable than nestr??*/ +func ltstr(a,b) {return(lt(strcmp(a,b),0))} /*string-comparison to go with eqstr and nestr*/ +func lestr(a,b) {return(le(strcmp(a,b),0))} /*string-comparison to go with eqstr and nestr*/ +func gestr(a,b) {return(ge(strcmp(a,b),0))} /*string-comparison to go with eqstr and nestr*/ +func gtstr(a,b) {return(gt(strcmp(a,b),0))} /*string-comparison to go with eqstr and nestr*/ diff --git a/reports/st/.gitignore b/reports/st/.gitignore index 7928f8f72..d47af6b62 100644 --- a/reports/st/.gitignore +++ b/reports/st/.gitignore @@ -1,9 +1,2 @@ -Makefile -Makefile.in -test_forindi.out -test_forfam.out -test_indi_it.out -test_fam_it.out -test_othr_it.out -st_all.out -st_all.stdout +*.out +*.stdout diff --git a/reports/st/st_all.ref b/reports/st/st_all.ref index 826d062c2..5b047375a 100644 --- a/reports/st/st_all.ref +++ b/reports/st/st_all.ref @@ -1,5 +1,5 @@ database: ti -version: 3.0.49 +version: 3.2.0 (alpha) *** PERSONS *** diff --git a/reports/st/st_all_stdout.ref b/reports/st/st_all_stdout.ref index df04f9adf..eabf42904 100644 --- a/reports/st/st_all_stdout.ref +++ b/reports/st/st_all_stdout.ref @@ -15,26 +15,24 @@ strcmp([udia],z) FAILED strcmp([eth],e) FAILED spanish_8859-1 strcmp([Ntilde],O) FAILED -Passed 31/40 collate tests -ord(5) FAILED -Passed 38/39 string tests -Passed 28/28 list tests +Passed 35/44 collate tests +Passed 39/39 string tests +Passed 31/31 list tests Passed 9/9 table tests upper(oe) FAILED lower(oe) FAILED Passed 20/22 string UTF-8 tests Passed 27/27 number tests +Passed 5/5 trig tests Passed 10/10 name tests Passed 598/598 date tests convertcode(bytecode($C5$81,raw),UTF-8,ANSEL) <> bytecode($A1,raw) FAILURE convertcode(bytecode($A1,raw),ANSEL,UTF-8) <> bytecode($C5$81,raw) FAILURE convertcode(bytecode($C3$A6,raw),UTF-8,ANSEL) <> bytecode($B5,raw) FAILURE convertcode(bytecode($B5,raw),ANSEL,UTF-8) <> bytecode($C3$A6,raw) FAILURE -convertcode(bytecode($C3$9E,raw),UTF-8,ISO-8859-1) <> bytecode($DE,raw) FAILURE -convertcode(bytecode($DE,raw),ISO-8859-1,UTF-8) <> bytecode($C3$9E,raw) FAILURE convertcode(bytecode($C3$9E,raw),UTF-8,ANSEL) <> bytecode($A4,raw) FAILURE convertcode(bytecode($A4,raw),ANSEL,UTF-8) <> bytecode($C3$9E,raw) FAILURE -Passed 28/36 convert tests +Passed 30/36 convert tests What is the name of the output file? Default path: . enter file name: Program was run successfully. diff --git a/reports/st/st_aux.li b/reports/st/st_aux.li index 5fa2d4b2a..e1d32026e 100644 --- a/reports/st/st_aux.li +++ b/reports/st/st_aux.li @@ -49,7 +49,7 @@ proc initSubsection() set(testskip, 0) } -/* report results of just completed subsectioin (testok...) */ +/* report results of just completed subsection (testok...) */ proc reportSubsection(title) { set(res, concat("Passed ", d(testok), "/", d(add(testok,testfail)), " ")) diff --git a/reports/st/st_collate.li b/reports/st/st_collate.li index 4ad0a1b9e..7d2c11cc9 100644 --- a/reports/st/st_collate.li +++ b/reports/st/st_collate.li @@ -30,6 +30,7 @@ proc testCollate() call testCollate_UTF_8() call testCollate_8859_1() call reportSubsection("collate tests") + call set_section("") } proc check_collate2(str1, str2) @@ -53,6 +54,7 @@ proc check_collate2(str1, str2) call reportfail(fstr) } else { incr(testok) } } + proc check_collate3(str1, str2, str3) { call check_collate2(str1, str2) @@ -63,4 +65,3 @@ proc set_section(name) { set(section, name) } - diff --git a/reports/st/st_collate_8859-1.li b/reports/st/st_collate_8859-1.li index eebc8230d..e62abf794 100644 --- a/reports/st/st_collate_8859-1.li +++ b/reports/st/st_collate_8859-1.li @@ -42,11 +42,17 @@ proc spanish_8859_1() call check_collate3("A", "N", "Z") call check_collate3("N", "Ñ:[Ntilde]", "O") } +proc english_8859_1() +{ + if (not(set_and_check_locale("en_US", "English"))) { + return() + } + call set_section("english_8859-1") + call check_collate3("A", "N", "Z") +} proc testCollate_8859_1() { call finnish_8859_1() call spanish_8859_1() - call set_section("") + call english_8859_1() } - - diff --git a/reports/st/st_collate_UTF-8.li b/reports/st/st_collate_UTF-8.li index a33fd6432..c5b6701b6 100644 --- a/reports/st/st_collate_UTF-8.li +++ b/reports/st/st_collate_UTF-8.li @@ -15,7 +15,6 @@ char_encoding("UTF-8") require("lifelines-reports.version:1.3") option("explicitvars") /* Disallow use of undefined variables */ - proc finnish_UTF_8() { if (not(set_and_check_locale("fi_FI", "Finnish"))) { @@ -56,11 +55,19 @@ proc spanish_UTF_8() /* ennay is between N and O */ call check_collate3("N", "Ñ:[Ntilde]", "O") } +proc english_UTF_8() +{ + if (not(set_and_check_locale("en_US", "English"))) { + return() + } + call set_section("english_UTF-8") + /* sanity check */ + call check_collate3("A", "N", "Z") +} proc testCollate_UTF_8() { call finnish_UTF_8() call polish_UTF_8() call spanish_UTF_8() - call set_section("") + call english_UTF_8() } - diff --git a/src/.gitignore b/src/.gitignore index 282522db0..5673ef0f0 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,2 +1,7 @@ -Makefile -Makefile.in +## +## GLOBAL PATTERNS FOR SRC +## + +# build artifacts +**/*.[oa] +**/.deps diff --git a/src/Makefile.am b/src/Makefile.am index 150087a64..5674ca86a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in ## (configure will process the resulting Makefile.in to produce Makefile) -SUBDIRS = arch btree gedlib interp stdlib liflines hdrs tools ui +SUBDIRS = arch btree gedlib interp stdlib ui liflines hdrs tools diff --git a/src/arch/.gitignore b/src/arch/.gitignore deleted file mode 100644 index 322c06757..000000000 --- a/src/arch/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -Makefile -Makefile.in -*.[oa] -.deps diff --git a/src/arch/README b/src/arch/README index eb852aed2..98f91e462 100644 --- a/src/arch/README +++ b/src/arch/README @@ -23,3 +23,20 @@ int getopt(int argc, char **argv, char *optstring) POSIX, implemented for Win32. +int snprintf(char *str, size_t size, const char *format, ...) +int vsnprintf(char *buffer, size_t count, const char *fmt, va_list args) + + POSIX, implemented for Unix and Win32. + +char *nl_langinfo(nl_item item) + + SUSv2, implemented for Unix. + +size_t wcslen (const wchar_t *s) + + POSIX, implemented for Unix and Win32. + +int has_key(int ch) + + POSIX, implemented for Win32. + diff --git a/src/arch/_llnull.c b/src/arch/_llnull.c deleted file mode 100644 index f39f8039d..000000000 --- a/src/arch/_llnull.c +++ /dev/null @@ -1,14 +0,0 @@ -/* _llnull.c */ - -/* -This is a do-nothing routine which will force autoconf/automake to -include this object into libarch.a. This allows OSes that cannot -handle a 'ar cru libarch.a' without any objects being specified -to build this library, and later on link with it. -*/ - -static void _llnull(void) -{ - _llnull(); /* Avoid 'warning: `_llnull' defined but not used' */ - return; -} diff --git a/src/arch/has_key.c b/src/arch/has_key.c index 376ca9109..1731077b1 100644 --- a/src/arch/has_key.c +++ b/src/arch/has_key.c @@ -11,8 +11,7 @@ * contains a special hardware key code * Created: 2003/01/02 (Perry Rapp) *===============================================*/ -int has_key(int ch) +int has_key(HINT_PARAM_UNUSED int ch) { - ch=ch; /* unused */ return 0; } diff --git a/src/arch/mswin/.gitignore b/src/arch/mswin/.gitignore deleted file mode 100644 index 8f1b0d992..000000000 --- a/src/arch/mswin/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -Makefile -Makefile.in -*.o diff --git a/src/arch/mswin/iconvshim.c b/src/arch/mswin/iconvshim.c index d55599aec..dab8db7ae 100644 --- a/src/arch/mswin/iconvshim.c +++ b/src/arch/mswin/iconvshim.c @@ -42,13 +42,15 @@ typedef int (*iconv_close_type)(iconv_t cd); typedef int (*iconvctl_type)(iconv_t cd, int request, void* argument); -static struct iconv_fncs_s +struct iconv_fncs_s { iconv_open_type iconv_open_x; iconv_type iconv_x; iconv_close_type iconv_close_x; iconvctl_type iconvctl_x; -} f_iconv_fncs; +}; + +static struct iconv_fncs_s f_iconv_fncs; /* Allocates descriptor for code conversion from encoding `fromcode' to diff --git a/src/arch/mswin/intlshim.c b/src/arch/mswin/intlshim.c index 6a3c86bcf..55af46bff 100644 --- a/src/arch/mswin/intlshim.c +++ b/src/arch/mswin/intlshim.c @@ -49,7 +49,7 @@ typedef int (*gt_notify_language_change_type)(void); typedef int (*gt_get_property_type)(const char *name, char *value, int valuelen); typedef int (*gt_set_property_type)(const char *name, const char *value); -static struct gettext_fncs_s +struct gettext_fncs_s { gettext_type gettext_x; dgettext_type dgettext_x; @@ -63,8 +63,9 @@ static struct gettext_fncs_s gt_notify_language_change_type gt_notify_language_change_x; gt_get_property_type gt_get_property_x; gt_set_property_type gt_set_property_x; -} f_gettext_fncs; +}; +static struct gettext_fncs_s f_gettext_fncs; /* Look up MSGID in the current default message catalog for the current LC_MESSAGES locale. If not found, returns MSGID itself (the default diff --git a/src/arch/mswin/mycurses.c b/src/arch/mswin/mycurses.c index 22f396af2..b7084ad2a 100644 --- a/src/arch/mswin/mycurses.c +++ b/src/arch/mswin/mycurses.c @@ -469,7 +469,9 @@ int waddch(WINDOW *wp, chtype ch) } i = wp->_maxy-1; for(j = 0; j < wp->_maxx; j++) - setw(wp, i, j, ' '); + { + setw(wp, i, j, ' '); + } } wp->_cury = wp->_maxy-1; } @@ -771,14 +773,17 @@ static int mycur_init(int fullscreen) */ #ifdef DEBUG - fprintf(errfp, "Screen buffer: (%d,%d) pos=(%d,%d)\n", - ConScreenBuffer.dwSize.X, ConScreenBuffer.dwSize.Y, - ConScreenBuffer.dwCursorPosition.X, ConScreenBuffer.dwCursorPosition.Y); - fprintf(errfp, "Window: (%d-%d,%d-%d) max=(%d,%d)\n", - ConScreenBuffer.srWindow.Left, ConScreenBuffer.srWindow.Right, - ConScreenBuffer.srWindow.Top, ConScreenBuffer.srWindow.Bottom, - ConScreenBuffer.dwMaximumWindowSize.X, - ConScreenBuffer.dwMaximumWindowSize.Y); + if (errfp) + { + fprintf(errfp, "Screen buffer: (%d,%d) pos=(%d,%d)\n", + ConScreenBuffer.dwSize.X, ConScreenBuffer.dwSize.Y, + ConScreenBuffer.dwCursorPosition.X, ConScreenBuffer.dwCursorPosition.Y); + fprintf(errfp, "Window: (%d-%d,%d-%d) max=(%d,%d)\n", + ConScreenBuffer.srWindow.Left, ConScreenBuffer.srWindow.Right, + ConScreenBuffer.srWindow.Top, ConScreenBuffer.srWindow.Bottom, + ConScreenBuffer.dwMaximumWindowSize.X, + ConScreenBuffer.dwMaximumWindowSize.Y); + } #endif if (ConScreenBuffer.srWindow.Left || ConScreenBuffer.srWindow.Top) { @@ -803,6 +808,8 @@ static int mycur_init(int fullscreen) COLS = ConScreenBuffer.srWindow.Right; } adjust_linescols(); + + platform_postcurses_init(); } return 1; } diff --git a/src/arch/platform.c b/src/arch/platform.c index ca6204fe5..8be95a6e7 100644 --- a/src/arch/platform.c +++ b/src/arch/platform.c @@ -117,3 +117,12 @@ GetWinSysError (INT nerr) } #endif /* defined(_WIN32) || defined(__CYGWIN__) */ + +/* + * This function does any initialization required for the arch library. + */ + +int init_arch(void) +{ + return 0; +} diff --git a/src/arch/scandir.c b/src/arch/scandir.c index 2555c091a..7180f92ca 100644 --- a/src/arch/scandir.c +++ b/src/arch/scandir.c @@ -27,6 +27,9 @@ * scandir.c -- if scandir() is missing, make a replacement */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #ifndef HAVE_SCANDIR @@ -34,16 +37,13 @@ #include #include #include -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif #include "arch.h" +#include "standard.h" #ifdef HAVE_DIRENT_H # include #endif - #ifdef HAVE_WINDOWS_H #include @@ -58,58 +58,51 @@ scandir (const char *dir, struct dirent ***namelist, { WIN32_FIND_DATA file_data; HANDLE handle; - int count, pos; + int pos = 0; struct dirent **names; + struct dirent cur; + struct dirent *current = &cur; char *pattern; + cur.d_reclen = sizeof(struct dirent); + /* 3 for "*.*", 1 for "\", 1 for zero termination */ pattern = (char*)malloc(strlen(dir) + 3 +1 +1); + if (NULL == pattern) + return -1; + strcpy(pattern, dir); if (pattern[ strlen(pattern) - 1] != '\\') strcat(pattern, "\\"); strcat(pattern, "*.*"); - /* 1st pass thru is just to count them */ handle = FindFirstFile(pattern, &file_data); if (handle == INVALID_HANDLE_VALUE) - { + { free(pattern); return -1; - } + } - count = 0; while (1) - { - count++; - if (!FindNextFile(handle, &file_data)) - break; - } - FindClose(handle); + { + int rtn; - /* Now we know how many, we can alloc & make 2nd pass to copy them */ - names = (struct dirent**)malloc(sizeof(struct dirent*) * count); - memset(names, 0, sizeof(*names)); - handle = FindFirstFile(pattern, &file_data); - if (handle == INVALID_HANDLE_VALUE) - { - free(pattern); - free(names); - return -1; - } + strncpy(current->d_name, file_data.cFileName, sizeof(current->d_name)); - /* Now let caller filter them if requested */ - pos = 0; - while (1) - { - int rtn; - struct dirent current; + if (!select || select(current)) + { + struct dirent **newnames = realloc(names, sizeof(*names) * (pos + 1)); + if (NULL == newnames) + continue; - strcpy(current.d_name, file_data.cFileName); + names = newnames; + + struct dirent *copyentry = malloc(current->d_reclen); + if (NULL == copyentry) + continue; + + memcpy(copyentry, current, current->d_reclen); - if (!select || select(¤t)) - { - struct dirent *copyentry = malloc(sizeof(struct dirent)); - strcpy(copyentry->d_name, current.d_name); names[pos] = copyentry; pos++; } @@ -117,12 +110,14 @@ scandir (const char *dir, struct dirent ***namelist, rtn = FindNextFile(handle, &file_data); if (!rtn || rtn==ERROR_NO_MORE_FILES) break; - } + } free(pattern); + /* Now sort them */ if (compar) qsort(names, pos, sizeof(names[0]), compar); + *namelist = names; return pos; } @@ -130,30 +125,29 @@ scandir (const char *dir, struct dirent ***namelist, int scandir(const char *dir, struct dirent ***namelist, int (*select)(const struct dirent *), - int (*compar)(const struct dirent **, const struct dirent **)) + HINT_PARAM_UNUSED int (*compar)(const struct dirent **, const struct dirent **)) { DIR *d = opendir(dir); struct dirent *current; - struct dirent **names; - int count = 0; + struct dirent **names = NULL; int pos = 0; - int result = -1; if (NULL == d) return -1; - while (NULL != readdir(d)) count++; - - names = malloc(sizeof(struct dirent *) * count); + while (NULL != (current = readdir(d))) + { + if ( NULL == select || select(current) ) + { + struct dirent **newnames = realloc(names, sizeof(*names) * (pos + 1)); + if (NULL == newnames) + continue; - closedir(d); - d = opendir(dir); - if (NULL == d) - return -1; + names = newnames; - while (NULL != (current = readdir(d))) { - if ( NULL == select || select(current) ) { struct dirent *copyentry = malloc(current->d_reclen); + if (NULL == copyentry) + continue; memcpy(copyentry, current, current->d_reclen); @@ -161,10 +155,7 @@ scandir(const char *dir, struct dirent ***namelist, pos++; } } - result = closedir(d); - - if (pos != count) - names = realloc(names, sizeof(struct dirent *)*pos); + closedir(d); *namelist = names; diff --git a/src/btree/.gitignore b/src/btree/.gitignore deleted file mode 100644 index 322c06757..000000000 --- a/src/btree/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -Makefile -Makefile.in -*.[oa] -.deps diff --git a/src/btree/btrec.c b/src/btree/btrec.c index f7cf8122e..a8589f39e 100644 --- a/src/btree/btrec.c +++ b/src/btree/btrec.c @@ -43,8 +43,6 @@ /* alphabetical */ static void check_offset(BLOCK block, RKEY rkey, INT i); -static void filecopy(FILE*fpsrc, INT len, FILE*fpdest); -static void movefiles(STRING, STRING); /********************************************* * local function definitions @@ -64,8 +62,9 @@ check_offset (BLOCK block, RKEY rkey, INT i) if (!(i>=0 && i BUFLEN) ? BUFLEN : len; - ASSERT(fread(buffer, blklen, 1, fpsrc) == 1); - ASSERT(fwrite(buffer, blklen, 1, fpdest) == 1); - len -= blklen; - } -} /*================================== * readrec -- read record from block * btree: [in] database pointer @@ -366,13 +357,15 @@ readrec (BTREE btree, BLOCK block, INT i, INT *plen) , bbasedir(btree), LLCHRDIRSEPARATOR, fkey2path(ixself(block))); if (!(fd = fopen(scratch, LLREADBINARY LLFILERANDOM))) { char msg[sizeof(scratch)+64]; - sprintf(msg, _("Failed (errno=%d) to open blockfile (rkey=%s): %s") + snprintf( msg, sizeof(scratch)+64 + , _("Failed (errno=%d) to open blockfile (rkey=%s): %s") , errno, rkey2str(rkeys(block, i)), scratch); FATAL2(msg); } if (fseek(fd, (long)(offs(block, i) + BUFLEN), 0)) { char msg[sizeof(scratch)+64]; - sprintf(msg, "Seek to offset (%ld) failed for blockfile (rkey=%s)" + snprintf( msg, sizeof(scratch)+64 + , "Seek to offset (" FMT_INT32 ") failed for blockfile (rkey=%s)" , offs(block,i), rkey2str(rkeys(block, i))); FATAL2(msg); } @@ -383,14 +376,16 @@ readrec (BTREE btree, BLOCK block, INT i, INT *plen) } if (len < 0) { char msg[sizeof(scratch)+64]; - sprintf(msg, "Bad len (%ld) for blockfile (rkey=%s)" + snprintf( msg, sizeof(scratch)+64 + , "Bad len (" FMT_INT ") for blockfile (rkey=%s)" , len, rkey2str(rkeys(block, i))); FATAL2(msg); } rawrec = (RAWRECORD) stdalloc(len + 1); if (!(fread(rawrec, len, 1, fd) == 1)) { char msg[sizeof(scratch)+64]; - sprintf(msg, "Read for %ld bytes failed for blockfile (rkey=%s)" + snprintf( msg, sizeof(scratch)+64 + , "Read for " FMT_INT " bytes failed for blockfile (rkey=%s)" , len, rkey2str(rkeys(block, i))); FATAL2(msg); } @@ -435,8 +430,7 @@ bt_getrecord (BTREE btree, const RKEY * rkey, INT *plen) /* should never revisit the master node */ if (ixself(index) == ixself(bmaster(btree))) { char msg[400]; - sprintf(msg, _("Btree lookup looped back to master (%ld)!"), ixself(index)); - + snprintf(msg, sizeof(msg), _("Btree lookup looped back to master (" FMT_INT32 ")!"), ixself(index)); FATAL2(msg); } } @@ -467,24 +461,6 @@ bt_getrecord (BTREE btree, const RKEY * rkey, INT *plen) } return rawrec; } -/*======================================= - * movefiles -- Move first file to second - * failure handled with FATAL2 macro, which exits - *=====================================*/ -static void -movefiles (STRING from_file, STRING to_file) -{ - INT rtn; - unlink(to_file); - rtn = rename(from_file, to_file); - if (rtn) { - char temp[1024]; - snprintf(temp, sizeof(temp), - "rename failed code %ld, from <%s> to <%s>", - rtn, from_file, to_file); - FATAL2(temp); - } -} /*==================================================== * isrecord -- See if there is a record with given key *==================================================*/ diff --git a/src/btree/index.c b/src/btree/index.c index b0a2cbc05..ccd73337d 100644 --- a/src/btree/index.c +++ b/src/btree/index.c @@ -52,7 +52,8 @@ crtindex (BTREE btree) rewind(bkfp(btree)); if (fwrite(&bkfile(btree), sizeof(bkfile(btree)), 1, bkfp(btree)) != 1) { char scratch[200]; - sprintf(scratch, "Error updating keyfile for new index"); + snprintf(scratch, sizeof(scratch), "Error updating keyfile for new index"); + fclose(bkfp(btree)); FATAL2(scratch); } writeindex(btree, index); @@ -61,13 +62,14 @@ crtindex (BTREE btree) /*================================= * get_index_file - Read index from file * path: [OUT] path for this index file + * path: [IN] length of path output variable * btr: [IN] database btree * ikey: [IN] index file key (number which indicates a file) *===============================*/ void -get_index_file (STRING path, BTREE btr, FKEY ikey) +get_index_file (STRING path, INT len, BTREE btr, FKEY ikey) { - sprintf(path, "%s/%s", bbasedir(btr), fkey2path(ikey)); + snprintf(path, len, "%s/%s", bbasedir(btr), fkey2path(ikey)); } /*================================= * readindex - Read index from file @@ -82,25 +84,27 @@ readindex (BTREE btr, FKEY ikey, BOOLEAN robust) FILE *fi=NULL; INDEX index=NULL; char scratch[400]; - get_index_file(scratch, btr, ikey); + get_index_file(scratch, sizeof(scratch), btr, ikey); if ((fi = fopen(scratch, LLREADBINARY LLFILERANDOM)) == NULL) { if (robust) { /* fall to end & return NULL */ goto readindex_end; } - sprintf(scratch, "Missing index file: %s", fkey2path(ikey)); + snprintf(scratch, sizeof(scratch), "Missing index file: %s", fkey2path(ikey)); FATAL2(scratch); } index = (INDEX) stdalloc(BUFLEN); if (fread(index, BUFLEN, 1, fi) != 1) { if (robust) { + /* fall to end & return NULL */ goto readindex_end; } - sprintf(scratch, "Undersized (<%d) index file: %s", BUFLEN, fkey2path(ikey)); + snprintf(scratch, sizeof(scratch), "Undersized (<%d) index file: %s", BUFLEN, fkey2path(ikey)); + fclose(fi); FATAL2(scratch); } - if (fi) fclose(fi); readindex_end: + if (fi) fclose(fi); return index; } /*================================= @@ -113,16 +117,17 @@ writeindex (BTREE btr, INDEX index) { FILE *fi=NULL; char scratch[400]; - get_index_file(scratch, btr, ixself(index)); + get_index_file(scratch, sizeof(scratch), btr, ixself(index)); if ((fi = fopen(scratch, LLWRITEBINARY LLFILERANDOM)) == NULL) { - sprintf(scratch, "Error opening index file: %s", fkey2path(ixself(index))); + snprintf(scratch, sizeof(scratch), "Error opening index file: %s", fkey2path(ixself(index))); FATAL2(scratch); } if (fwrite(index, BUFLEN, 1, fi) != 1) { - sprintf(scratch, "Error writing index file: %s", fkey2path(ixself(index))); + snprintf(scratch, sizeof(scratch), "Error writing index file: %s", fkey2path(ixself(index))); + fclose(fi); FATAL2(scratch); } - if (fclose(fi) != 0) FATAL2(scratch); + fclose(fi); } /*============================================== * initcache -- Initialize index cache for btree diff --git a/src/btree/opnbtree.c b/src/btree/opnbtree.c index 96985f9f9..023132eb3 100644 --- a/src/btree/opnbtree.c +++ b/src/btree/opnbtree.c @@ -37,6 +37,47 @@ #include "arch.h" /* for S_ISDIR - Perry 2001.01.01 */ #include "btreei.h" +/********************************************* + * local variables + *********************************************/ + +struct _lldberrstr +{ + STRING errstr; +}; + +struct _lldberrstr lldberrstr[] = { + { "" }, /* 0 */ + { "" }, /* 1 */ + { "" }, /* 2 */ + { "" }, /* 3 */ + { "" }, /* 4 */ + { "" }, /* 5 */ + { "" }, /* 6 */ + { "" }, /* 7 */ + { "no db directory" }, + { "db directory is file, not directory" }, + { "failed to create db directory" }, + { "access error to db directory" }, + { "no keyfile" }, + { "problem with the key file" }, + { "problem with the key file trying to alter a db" }, + { "problem with an index file" }, + { "problem with master index file" }, + { "problem with a data block file" }, + { "base directory name too long" }, + { "can't open database because writer has it & -w was specified" }, + { "error because db was locked" }, + { "error because db was unlocked" }, + { "illegal keyfile" }, + { "wrong alignment key file" }, + { "wrong version key file" }, + { "previous database found (create was specified)" }, + { "db locked by readers (string in custom string)" }, + { "new db properties invalid" }, + { "" }, /* 27 */ +}; + /********************************************* * local function prototypes *********************************************/ @@ -116,7 +157,7 @@ BTREE bt_openbtree (STRING dir, BOOLEAN cflag, INT writ, BOOLEAN immut, INT *lldberr) { BTREE btree; - char scratch[200]; + char scratch[MAXPATHLEN]; FILE *fk=NULL; struct stat sbuf; KEYFILE1 kfile1; @@ -138,7 +179,7 @@ bt_openbtree (STRING dir, BOOLEAN cflag, INT writ, BOOLEAN immut, INT *lldberr) goto failopenbtree; } /* create flag set, so try to create it & stat again */ - sprintf(scratch, "%s/", dir); + snprintf(scratch, sizeof(scratch), "%s/", dir); if (!mkalldirs(scratch) || stat(dir, &sbuf)) { *lldberr = BTERR_DBCREATEFAILED; goto failopenbtree; @@ -155,7 +196,7 @@ bt_openbtree (STRING dir, BOOLEAN cflag, INT writ, BOOLEAN immut, INT *lldberr) } /* See if key file exists */ - sprintf(scratch, "%s/key", dir); + snprintf(scratch, sizeof(scratch), "%s/key", dir); if (stat(scratch, &sbuf)) { /* no keyfile */ if (!cflag) { @@ -243,11 +284,12 @@ bt_openbtree (STRING dir, BOOLEAN cflag, INT writ, BOOLEAN immut, INT *lldberr) /* Create BTREE structure */ btree = (BTREE) stdalloc(sizeof *btree); - bbasedir(btree) = dir; + bbasedir(btree) = strsave(dir); bmaster(btree) = readindex(btree, kfile1.k_mkey, TRUE); if (!(bmaster(btree))) { + stdfree(bbasedir(btree)); stdfree(btree); *lldberr = BTERR_MASTER_INDEX; goto failopenbtree; @@ -277,26 +319,26 @@ initbtree (STRING basedir, INT *lldberr) INDEX master=0; BLOCK block=0; FILE *fk=NULL, *fi=NULL, *fd=NULL; - char scratch[200]; + char scratch[MAXPATHLEN]; BOOLEAN result=FALSE; /* only set to good at end */ INT rtn=0; /* Open file for writing keyfile */ - sprintf(scratch, "%s/key", basedir); + snprintf(scratch, sizeof(scratch), "%s/key", basedir); if ((fk = fopen(scratch, LLWRITEBINARY)) == NULL) { *lldberr = BTERR_KFILE; goto initbtree_exit; } /* Open file for writing master index */ - sprintf(scratch, "%s/aa/aa", basedir); + snprintf(scratch, sizeof(scratch), "%s/aa/aa", basedir); if (!mkalldirs(scratch) || (fi = fopen(scratch, LLWRITEBINARY)) == NULL) { *lldberr = BTERR_INDEX; goto initbtree_exit; } /* Open file for writing first data block */ - sprintf(scratch, "%s/ab/aa", basedir); + snprintf(scratch, sizeof(scratch), "%s/ab/aa", basedir); if (!mkalldirs(scratch) || (fd = fopen(scratch, LLWRITEBINARY)) == NULL) { *lldberr = BTERR_BLOCK; goto initbtree_exit; @@ -423,7 +465,21 @@ closebtree (BTREE btree) if(bmaster(btree)) { stdfree(bmaster(btree)); } + stdfree(bbasedir(btree)); stdfree(btree); } return result; } +/*============================================ + * getlldberrstr - Get string for lldberr value + *==========================================*/ +STRING +getlldberrstr (BTERR errnum) +{ + STRING err = ""; + + if ((errnum > BTERR_MIN) && (errnum < BTERR_MAX)) + err = lldberrstr[errnum].errstr; + + return err; +} diff --git a/src/btree/record.c b/src/btree/record.c deleted file mode 100644 index e69de29bb..000000000 diff --git a/src/btree/utils.c b/src/btree/utils.c index b4b0c333a..d943c56c4 100644 --- a/src/btree/utils.c +++ b/src/btree/utils.c @@ -130,7 +130,7 @@ nextfkey (BTREE btree) FKEY fkey = btree->b_kfile.k_fkey; INT16 hi = (fkey & 0xffff0000) >> 16; INT16 lo = fkey & 0x0000ffff; - char scratch[200]; + char scratch[MAXPATHLEN]; /* Case 1: HI=0000 LO=xxxx */ if (hi == lo) @@ -149,7 +149,7 @@ nextfkey (BTREE btree) { fkey += 0x00020000; fkey &= 0xffff0000; - sprintf(scratch, "%s/%s", btree->b_basedir, fkey2path(fkey)); + snprintf(scratch, sizeof(scratch), "%s/%s", btree->b_basedir, fkey2path(fkey)); if (!mkalldirs(scratch)) FATAL(); } @@ -169,7 +169,7 @@ newmaster (BTREE btree, INDEX master) rewind(btree->b_kfp); if (fwrite(&btree->b_kfile, sizeof(btree->b_kfile), 1, btree->b_kfp) != 1) { char scratch[400]; - sprintf(scratch, "Error rewriting master block: %s", fkey2path(ixself(master))); + snprintf(scratch, sizeof(scratch), "Error rewriting master block: %s", fkey2path(ixself(master))); FATAL2(scratch); } btree->b_master = master; diff --git a/src/gedlib/.gitignore b/src/gedlib/.gitignore deleted file mode 100644 index 322c06757..000000000 --- a/src/gedlib/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -Makefile -Makefile.in -*.[oa] -.deps diff --git a/src/gedlib/Makefile.am b/src/gedlib/Makefile.am index 65cfb6cc4..3947f277b 100644 --- a/src/gedlib/Makefile.am +++ b/src/gedlib/Makefile.am @@ -12,7 +12,7 @@ libgedcom_a_SOURCES = brwslist.c charmaps.c charprops.c \ datei.c dateparse.c dateprint.c \ dbcontext.c dblist.c dispfmt.c editmap.c \ editvtab.c equaliso.c gedcom.c gengedc.c gstrings.c \ - indiseq.c init.c intrface.c keytonod.c lloptions.c \ + indiseq.c init.c intrface.c keytonod.c leaks.c lloptions.c \ lldatabase.c llgettext.c locales.c \ messages.c misc.c names.c node.c nodechk.c \ nodeio.c nodeutls.c place.c \ diff --git a/src/gedlib/brwslist.c b/src/gedlib/brwslist.c index e9889be22..1fbc51256 100644 --- a/src/gedlib/brwslist.c +++ b/src/gedlib/brwslist.c @@ -84,13 +84,21 @@ static LIST browse_lists=0; *********************************************/ /*===================================================== - * init_browse_lists -- Initialize named browse lists. + * init_browse_lists -- Initialize named browse lists *===================================================*/ void init_browse_lists (void) { browse_lists = create_list(); } +/*===================================================== + * term_browse_lists -- Termiante named browse lists + *===================================================*/ +void +term_browse_lists (void) +{ + destroy_list(browse_lists); +} /*=========================================== * create_new_blel -- Create browse list entry *=========================================*/ diff --git a/src/gedlib/charmaps.c b/src/gedlib/charmaps.c index 915f41932..f45a404a0 100644 --- a/src/gedlib/charmaps.c +++ b/src/gedlib/charmaps.c @@ -87,8 +87,11 @@ static XNODE create_xnode(XNODE, INT, STRING); static BOOLEAN init_map_from_str(STRING str, CNSTRING mapname, TRANTABLE * ptt, ZSTR zerr); static void maperror(CNSTRING errmsg); static void remove_xnodes(XNODE); +#ifdef DEBUG +void show_trantable (TRANTABLE tt); static void show_xnode(XNODE node); static void show_xnodes(INT indent, XNODE node); +#endif static XNODE step_xnode(XNODE, INT); static INT translate_match(TRANTABLE tt, CNSTRING in, CNSTRING * out); @@ -585,7 +588,7 @@ hexvalue (INT c) static void maperror (CNSTRING errmsg) { - llwprintf((STRING)errmsg); + llwprintf("%s", (STRING)errmsg); } #ifdef DEBUG /*======================================================= @@ -597,7 +600,7 @@ show_trantable (TRANTABLE tt) INT i; XNODE node; if (tt == NULL) { - llwprintf("EMPTY TABLE\n"); + llwprintf("%s\n", "EMPTY TABLE"); return; } for (i = 0; i < 256; i++) { @@ -607,8 +610,6 @@ show_trantable (TRANTABLE tt) } } } -#endif /* DEBUG */ - /*=============================================== * show_xnodes -- DEBUG routine that shows XNODEs *=============================================*/ @@ -618,7 +619,7 @@ show_xnodes (INT indent, XNODE node) INT i; if (!node) return; for (i = 0; i < indent; i++) - llwprintf(" "); + llwprintf("%s", " "); show_xnode(node); show_xnodes(indent+1, node->child); show_xnodes(indent, node->sibling); @@ -638,6 +639,7 @@ show_xnode (XNODE node) } else llwprintf("\n"); } +#endif /* DEBUG */ /*=================================================== * custom_translatez -- Translate string via custom translation table * zstr: [I/O] string to be translated (in-place) @@ -762,7 +764,7 @@ get_trantable_desc (TRANTABLE tt) } else { zs_apps(zstr, "(Unnamed table)"); } - sprintf(buffer, " [%ld]", tt->total); + snprintf(buffer, sizeof(buffer), " [" FMT_INT "]", tt->total); zs_apps(zstr, buffer); return zstr; } diff --git a/src/gedlib/choose.c b/src/gedlib/choose.c index 6ebda197b..904c6d6bd 100644 --- a/src/gedlib/choose.c +++ b/src/gedlib/choose.c @@ -52,7 +52,7 @@ choose_child (RECORD irec, RECORD frec, STRING msg0, STRING msgn, ASK1Q ask1) if (irec) seq = indi_to_children(nztop(irec)); if (!irec && frec) seq = fam_to_children(nztop(frec)); if (!seq) { - msg_error(msg0); + msg_error("%s", msg0); return NULL; } rec = choose_from_indiseq(seq, ask1, msgn, msgn); @@ -74,7 +74,7 @@ choose_spouse (RECORD irec, STRING msg0, STRING msgn) if (!irec) return NULL; if (!(seq = indi_to_spouses(nztop(irec)))) { - message(msg0); + message("%s", msg0); return NULL; } rec = choose_from_indiseq(seq, NOASK1, NULL, msgn); @@ -93,7 +93,7 @@ choose_source (RECORD current, STRING msg0, STRING msgn) RECORD rec; if (!current) return NULL; if (!(seq = node_to_sources(nztop(current)))) { - message(msg0); + message("%s", msg0); return NULL; } rec = choose_from_indiseq(seq, DOASK1, msgn, msgn); @@ -113,7 +113,7 @@ choose_note (RECORD current, STRING msg0, STRING msgn) RECORD rec; if (!current) return NULL; if (!(seq = node_to_notes(nztop(current)))) { - message(msg0); + message("%s", msg0); return NULL; } rec = choose_from_indiseq(seq, DOASK1, msgn, msgn); @@ -134,7 +134,7 @@ choose_pointer (RECORD current, STRING msg0, STRING msgn) RECORD rec; if (!current) return NULL; if (!(seq = node_to_pointers(nztop(current)))) { - message(msg0); + message("%s", msg0); return NULL; } rec = choose_from_indiseq(seq, DOASK1, msgn, msgn); @@ -156,7 +156,7 @@ choose_family (RECORD irec, STRING msg0, STRING msgn, BOOLEAN fams) INDISEQ seq = indi_to_families(nztop(irec), fams); if (!seq) { if (msg0) - msg_error(msg0); + msg_error("%s", msg0); return NULL; } rec = choose_from_indiseq(seq, NOASK1, NULL, msgn); @@ -180,7 +180,7 @@ choose_father (RECORD irec, RECORD frec, STRING msg0, STRING msgn, ASK1Q ask1) if (irec) seq = indi_to_fathers(nztop(irec)); if (!irec && frec) seq = fam_to_fathers(nztop(frec)); if (!seq) { - msg_error(msg0); + msg_error("%s", msg0); return NULL; } rec = choose_from_indiseq(seq, ask1, msgn, msgn); @@ -204,7 +204,7 @@ choose_mother (RECORD irec, RECORD frec, STRING msg0, STRING msgn, ASK1Q ask1) if (irec) seq = indi_to_mothers(nztop(irec)); if (!irec && frec) seq = fam_to_mothers(nztop(frec)); if (!seq) { - msg_error(msg0); + msg_error("%s", msg0); return NULL; } rec = choose_from_indiseq(seq, ask1, msgn, msgn); diff --git a/src/gedlib/codesets.c b/src/gedlib/codesets.c index 10318b8df..4935e63cd 100644 --- a/src/gedlib/codesets.c +++ b/src/gedlib/codesets.c @@ -82,7 +82,7 @@ init_codesets (void) */ char wincs[32]; int n = w_get_codepage(); - sprintf(wincs, "CP%d", n); + snprintf(wincs, sizeof(wincs), "CP%d", n); strupdate(&defcodeset, wincs); #else STRING defval = nl_langinfo (CODESET); @@ -117,7 +117,7 @@ init_codesets (void) #ifdef WIN32 char temp[32]; int cs = (w_get_has_console() ? w_get_oemout_codepage() : w_get_codepage()); - sprintf(temp, "CP%d", cs); + snprintf(temp, sizeof(temp), "CP%d", cs); e = temp; #else e = defcodeset; @@ -137,7 +137,7 @@ init_codesets (void) #ifdef WIN32 char temp[32]; int cs = (w_get_has_console() ? w_get_oemin_codepage() : w_get_codepage()); - sprintf(temp, "CP%d", cs); + snprintf(temp, sizeof(temp), "CP%d", cs); e = temp; #else e = defcodeset; @@ -194,6 +194,7 @@ term_codesets (void) strfree(&gui_codeset_in); strfree(&report_codeset_out); strfree(&report_codeset_in); + strfree(&defcodeset); } /*================================================= * get_defcodeset -- Return user's default codeset diff --git a/src/gedlib/dateparse.c b/src/gedlib/dateparse.c index 034cf3e38..b733cbb8b 100644 --- a/src/gedlib/dateparse.c +++ b/src/gedlib/dateparse.c @@ -694,7 +694,7 @@ get_todays_date (void) initialize_if_needed(); /* TODO: Should this be one of the customizable formats ? */ month = gedkeys[pt->tm_mon].keyword; - sprintf(dat, "%d %s %d", pt->tm_mday, month, 1900 + pt->tm_year); + snprintf(dat, sizeof(dat), "%d %s %d", pt->tm_mday, month, 1900 + pt->tm_year); return dat; } /*============================= @@ -717,11 +717,10 @@ gdateval_isdual (GDATEVAL gdv) * Created: 2001/12/28 (Perry Rapp) *===========================*/ static BOOLEAN -is_valid_day (struct tag_gdate * pdate, struct tag_dnum day) +is_valid_day (HINT_PARAM_UNUSED struct tag_gdate * pdate, struct tag_dnum day) { /* To consider: Fancy code with calendars */ /* for now, use max (all cals all months), which is 31 */ - pdate=pdate; /* unused */ return (day.val>=1 && day.val2<=31); } /*============================= diff --git a/src/gedlib/dateprint.c b/src/gedlib/dateprint.c index 9bb85cba7..26a26dfa8 100644 --- a/src/gedlib/dateprint.c +++ b/src/gedlib/dateprint.c @@ -657,7 +657,7 @@ format_year (struct tag_dnum yr, INT yfmt) } } if (yrval > 999 || yfmt == 2) { - sprintf(scratch, "%ld", yrval); + snprintf(scratch, sizeof(scratch), FMT_INT, yrval); return scratch; } p = (yfmt==1 ? "000" : " "); @@ -667,7 +667,7 @@ format_year (struct tag_dnum yr, INT yfmt) llstrncpy(scratch, p, 2+1, uu8); else llstrncpy(scratch, p, 1+1, uu8); - sprintf(scratch+strlen(scratch), "%ld", yrval); + snprintf(scratch+strlen(scratch), sizeof(scratch)-strlen(scratch), FMT_INT, yrval); return scratch; } /*============================= @@ -780,29 +780,29 @@ approx_time (INT seconds) minutes = seconds/60; if (!minutes) { /* TRANSLATORS: seconds time interval */ - return zs_newf(_("%02ds"), seconds); + return zs_newf(_(FMT_INT_02 "s"), seconds); } seconds = seconds - minutes*60; hours = minutes/60; if (!hours) { /* TRANSLATORS: minutes & seconds time interval */ - return zs_newf(_("%dm%02ds"), minutes, seconds); + return zs_newf(_(FMT_INT "m" FMT_INT_02 "s"), minutes, seconds); } minutes = minutes - hours*60; days = hours/60; if (!days) { /* TRANSLATORS: hours & minutes time interval */ - return zs_newf(_("%dh%02dm"), hours, minutes); + return zs_newf(_(FMT_INT "h" FMT_INT_02 "m"), hours, minutes); } hours = hours - days*24; years = days/365.2425; if (!years) { /* TRANSLATORS: days & hours time interval */ - return zs_newf(_("%dd%02dh"), days, hours); + return zs_newf(_(FMT_INT "d" FMT_INT_02 "h"), days, hours); } days = days - years*365.2425; /* TRANSLATORS: years & days time interval */ - return zs_newf( _("%dy%03dd"), years, days); + return zs_newf( _(FMT_INT "y" FMT_INT_03 "d"), years, days); } /*====================================+ * is_valid_dayfmt -- return FALSE if not a valid day format diff --git a/src/gedlib/dbcontext.c b/src/gedlib/dbcontext.c index 9a43fd307..74db5ce9d 100644 --- a/src/gedlib/dbcontext.c +++ b/src/gedlib/dbcontext.c @@ -84,13 +84,13 @@ alterdb (INT alteration, INT *lldberr) But do check keyfile2 checks first (in case it is a database from a different alignment). */ - char scratch[200]; + char scratch[MAXPATHLEN]; FILE *fp=NULL; BOOLEAN result=FALSE; KEYFILE1 kfile1; KEYFILE2 kfile2; struct stat sbuf; - sprintf(scratch, "%s/key", readpath); + snprintf(scratch, sizeof(scratch), "%s/key", readpath); if (stat(scratch, &sbuf) || !S_ISREG(sbuf.st_mode)) { *lldberr = BTERR_KFILE_ALTERDB; goto force_open_db_exit; diff --git a/src/gedlib/dblist.c b/src/gedlib/dblist.c index f58c7b570..f03ebb293 100644 --- a/src/gedlib/dblist.c +++ b/src/gedlib/dblist.c @@ -41,7 +41,6 @@ INT get_dblist (STRING path, LIST * dblist, LIST * dbdesclist) { STRING dirs=0; - INT ndirs=0; STRING p=0; ASSERT(!(*dblist)); ASSERT(!(*dbdesclist)); @@ -51,7 +50,7 @@ get_dblist (STRING path, LIST * dblist, LIST * dbdesclist) return 0; dirs = (STRING)stdalloc(strlen(path)+2); /* find directories in dirs & delimit with zeros */ - ndirs = chop_path(path, dirs); + chop_path(path, dirs); /* now process each directory */ for (p=dirs; *p; p+=strlen(p)+1) { add_dbs_to_list(*dblist, *dbdesclist, p); diff --git a/src/gedlib/dispfmt.c b/src/gedlib/dispfmt.c index 4a74511ea..c97b45833 100644 --- a/src/gedlib/dispfmt.c +++ b/src/gedlib/dispfmt.c @@ -72,7 +72,7 @@ disp_long_format_date (STRING date) fmts = getlloptstr("LongDisplayDate", NULL); if (fmts) { /* try to use user-specified format */ - n = sscanf(fmts, "%ld,%ld,%ld,%ld,%ld,%ld" + n = sscanf(fmts, SCN_INT "," SCN_INT "," SCN_INT "," SCN_INT "," SCN_INT "," SCN_INT , &dfmt, &mfmt, &yfmt, &sfmt, &efmt, &cmplx); } if (n != 6) { @@ -105,7 +105,7 @@ disp_shrt_format_date (STRING date) fmts = getlloptstr("ShortDisplayDate", NULL); if (fmts) { /* try to use user-specified format */ - n = sscanf(fmts, "%ld,%ld,%ld,%ld,%ld,%ld" + n = sscanf(fmts, SCN_INT "," SCN_INT "," SCN_INT "," SCN_INT "," SCN_INT "," SCN_INT , &dfmt, &mfmt, &yfmt, &sfmt, &efmt, &cmplx); } if (n != 6) { diff --git a/src/gedlib/editmap.c b/src/gedlib/editmap.c index 243e7d7ad..94298786e 100644 --- a/src/gedlib/editmap.c +++ b/src/gedlib/editmap.c @@ -30,11 +30,11 @@ edit_mapping (INT trnum) BOOLEAN rtn=FALSE; ZSTR zstr=zs_new(); if (trnum < 0 || trnum >= NUM_TT_MAPS) { - msg_error(_(qSbadttnum)); + msg_error("%s", _(qSbadttnum)); goto end_edit_mapping; } if (readonly) { - msg_error(_(qSronlye)); + msg_error("%s", _(qSronlye)); goto end_edit_mapping; } @@ -42,7 +42,7 @@ edit_mapping (INT trnum) if (transl_get_legacy_tt(trnum)) { if (!save_tt_to_file(trnum, editfile)) { - msg_error(_(qSdataerr)); + msg_error("%s", _(qSdataerr)); goto end_edit_mapping; } } @@ -96,7 +96,7 @@ load_new_tt (CNSTRING filepath, INT trnum) CNSTRING mapname = transl_get_map_name(trnum); ZSTR zerr=zs_new(); if (!init_map_from_file(filepath, mapname, &tt, zerr)) { - llwprintf(zs_str(zerr)); + llwprintf("%s", zs_str(zerr)); zs_free(&zerr); if (tt) remove_trantable(tt); diff --git a/src/gedlib/editvtab.c b/src/gedlib/editvtab.c index bf0e22675..7b5dedb74 100644 --- a/src/gedlib/editvtab.c +++ b/src/gedlib/editvtab.c @@ -67,14 +67,14 @@ edit_valtab_from_db (STRING key, TABLE *ptab, INT sep, STRING ermsg, STRING (*va unlink(editfile); if (retrieve_to_textfile(key, editfile, trans_ined) == RECORD_ERROR) { - msg_error(_(qSdataerr)); + msg_error("%s", _(qSdataerr)); return FALSE; } if (!edit_valtab_impl(ptab, sep, ermsg, validator, param)) return FALSE; if (readonly) { - msg_error(_(qSronly)); + msg_error("%s", _(qSronly)); return FALSE; } store_text_file_to_db(key, editfile, trans_edin); @@ -139,12 +139,11 @@ edit_valtab_impl (TABLE *ptab, INT sep, STRING ermsg, STRING (*validator)(TABLE * Created: 2001/07/22 (Perry Rapp) *============================================*/ static STRING -trans_edin (STRING input, INT len) +trans_edin (STRING input, HINT_PARAM_UNUSED INT len) { XLAT ttmi = transl_get_predefined_xlat(MEDIN); /* editor to internal */ ZSTR zstr = translate_string_to_zstring(ttmi, input); STRING str = strdup(zs_str(zstr)); - len=len; /* unused */ zs_free(&zstr); return str; } @@ -156,12 +155,11 @@ trans_edin (STRING input, INT len) * Created: 2001/07/22 (Perry Rapp) *============================================*/ static STRING -trans_ined (STRING input, INT len) +trans_ined (STRING input, HINT_PARAM_UNUSED INT len) { XLAT ttmo = transl_get_predefined_xlat(MINED); ZSTR zstr = translate_string_to_zstring(ttmo, input); STRING str = strdup(zs_str(zstr)); - len=len; /* unused */ zs_free(&zstr); return str; } diff --git a/src/gedlib/gedcom.c b/src/gedlib/gedcom.c index 21f7e3d8d..c730a8859 100644 --- a/src/gedlib/gedcom.c +++ b/src/gedlib/gedcom.c @@ -109,7 +109,7 @@ indi_to_indi (NODE indi) nchild(indi) = node = name; } else { if (getlloptint("RequireNames", 0)) { - llwprintf(_("Missing NAME line in INDI record; record ignored.\n")); + llwprintf("%s", _("Missing NAME line in INDI record; record ignored.\n")); return NULL; } nchild(indi) = node = 0; @@ -271,10 +271,10 @@ void nkey_load_key (NKEY * nkey) { char key[MAXKEYWIDTH+1]; - if (nkey->key) + if (nkey->key[0]) return; - sprintf(key, "%c%ld", nkey->ntype, nkey->keynum); - strcpy(nkey->key, key); + snprintf(key, MAXKEYWIDTH, "%c" FMT_INT, nkey->ntype, nkey->keynum); + strncpy(nkey->key, key, sizeof(nkey->key)); } /*================================================== * nkey_eq -- compare two NKEYs diff --git a/src/gedlib/gedcomi.h b/src/gedlib/gedcomi.h index fadcaf5a7..1c890be80 100644 --- a/src/gedlib/gedcomi.h +++ b/src/gedlib/gedcomi.h @@ -4,27 +4,37 @@ #ifndef _GEDCOM_PRIV_H #define _GEDCOM_PRIV_H +#include "btree.h" /* for RKEY */ +#include "llstdlib.h" /* for CALLBACK_FNC */ +#include "gedcom.h" /* for CACHEEL */ + /* charmaps.c */ ZSTR custom_translate(CNSTRING str, TRANTABLE tt); void custom_translatez(ZSTR zstr, TRANTABLE tt); BOOLEAN init_map_from_file(CNSTRING file, CNSTRING mapname, TRANTABLE*, ZSTR zerr); - /* keytonod.c */ void cel_remove_record(CACHEEL cel, RECORD rec); NODE is_cel_loaded(CACHEEL cel); +/* leaks.c */ +void open_leak_log(void); +void close_leak_log(void); + /* llgettext.c */ void init_win32_gettext_shim(void); void llgettext_init(CNSTRING domain, CNSTRING codeset); void update_textdomain_localedir(CNSTRING domain, CNSTRING prefix); +void llgettext_term(void); /* names.c */ RECORD id_by_key(CNSTRING name, char ctype); +BOOLEAN rkey_eq(const RKEY * rkey1, const RKEY * rkey2); /* node.c */ void check_node_leaks(void); void set_record_key_info(RECORD rec, CNSTRING key); +void term_node_allocator(void); /* record.c */ void check_record_leaks(void); diff --git a/src/gedlib/gengedc.c b/src/gedlib/gengedc.c index 9d094f7b9..33021c50a 100644 --- a/src/gedlib/gengedc.c +++ b/src/gedlib/gengedc.c @@ -227,7 +227,7 @@ process_node_value (CLOSURE * closure, STRING v) int skeynum; char skeybuff[MAXKEYWIDTH+1]; skeynum = atoi(&v[2]); - sprintf(skeybuff, "%c%d", v[1], skeynum); + snprintf(skeybuff, sizeof(skeybuff), "%c%d", v[1], skeynum); if (v[1]=='S') closure_add_key(closure, skeybuff, "SOUR"); else if (v[1]=='E') @@ -286,7 +286,7 @@ output_any_node (CLOSURE * closure, NODE node, STRING toptag int skeynum; char skeybuff[MAXKEYWIDTH+1]; skeynum = atoi(&v[2]); - sprintf(skeybuff, "%c%d", v[1], skeynum); + snprintf(skeybuff, sizeof(skeybuff), "%c%d", v[1], skeynum); if (!closure_has_key(closure, skeybuff)) { if (closure_is_dump(closure)) @@ -323,23 +323,30 @@ output_any_node (CLOSURE * closure, NODE node, STRING toptag if (!dump) { char scratch[MAXLINELEN+1]; + INT buflen = sizeof(scratch); STRING pq = scratch; - sprintf(pq, "%ld", lvl); + snprintf(pq, buflen, FMT_INT, lvl); + buflen -= strlen(pq); pq += strlen(pq); if (nxref(node)) { - sprintf(pq, " %s", nxref(node)); + snprintf(pq, buflen, " %s", nxref(node)); + buflen -= strlen(pq); pq += strlen(pq); } - sprintf(pq, " %s", ntag(node)); + snprintf(pq, buflen, " %s", ntag(node)); + buflen -= strlen(pq); pq += strlen(pq); if (newval[0]) { + ASSERT(buflen > 0); strcpy(pq, " "); + buflen--; pq++; - strcpy(pq, newval); + strncpy(pq, newval, buflen); + buflen -= strlen(pq); pq += strlen(pq); } - sprintf(pq, "\n"); + snprintf(pq, buflen, "\n"); poutput(scratch, eflg); if (*eflg) return; @@ -400,7 +407,8 @@ process_any_node (CLOSURE * closure, NODE node) void gen_gedcom (INDISEQ seq, int gengedcl, BOOLEAN * eflg) { - INT num1=0; + HINT_VAR_UNUSED INT inum; + HINT_VAR_UNUSED INT fnum; NODE indi=0, famc=0; NODE node=0; CLOSURE closure; @@ -412,19 +420,19 @@ gen_gedcom (INDISEQ seq, int gengedcl, BOOLEAN * eflg) /* must load closure with all indis first for succeeding logic to pick out what families to include */ - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) closure_add_key(&closure, element_skey(el), "INDI"); ENDINDISEQ /* now go thru all indis and figure out which families to keep */ famstab = create_table_int(); - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) indi = key_to_indi(element_skey(el)); famc = indi_to_famc(indi); if (famc) increment_table_int(famstab, fam_to_key(famc)); - FORFAMS(indi, fam, num1) + FORFAMS(indi, fam, fnum) increment_table_int(famstab, fam_to_key(fam)); ENDFAMS ENDINDISEQ @@ -453,7 +461,7 @@ gen_gedcom (INDISEQ seq, int gengedcl, BOOLEAN * eflg) /* move all from to-process list to temporary processing list, because the processing will add stuff to the to-process list */ - FORINDISEQ(closure.seq, el, num) + FORINDISEQ(closure.seq, el, inum) sval = element_sval(el); skey = element_skey(el); /* during gengedcom, all append_indiseqs alloc their own keys & vals (tags) */ @@ -463,7 +471,7 @@ gen_gedcom (INDISEQ seq, int gengedcl, BOOLEAN * eflg) /* clear to-process list */ closure_wipe_processlist(&closure); /* cycle thru temp processing list & process each */ - FORINDISEQ(tempseq, el, num) + FORINDISEQ(tempseq, el, inum) skey = element_skey(el); /* tag was stored in the value */ node = key_to_type(skey, FALSE); @@ -474,7 +482,7 @@ gen_gedcom (INDISEQ seq, int gengedcl, BOOLEAN * eflg) tempseq=NULL; } canonkeysort_indiseq(closure.outseq); - FORINDISEQ(closure.outseq, el, num) + FORINDISEQ(closure.outseq, el, inum) node = key_to_type(element_skey(el), FALSE); output_top_node(&closure, node, eflg); if (*eflg) { diff --git a/src/gedlib/gstrings.c b/src/gedlib/gstrings.c index 32c1f2705..13878d965 100644 --- a/src/gedlib/gstrings.c +++ b/src/gedlib/gstrings.c @@ -109,17 +109,18 @@ STRING indi_to_list_string (NODE indi, NODE fam, INT len, RFMT rfmt, BOOLEAN appkey) { char scratch[MAXLINELEN]; + INT linelen = MAXLINELEN; STRING name, evt = NULL, p = scratch; int hasparents; int hasfamily; - if (len>(INT)sizeof(scratch)) - len = sizeof(scratch); + if (len>linelen) + len = linelen; if (indi) { ASSERT(name = indi_to_name(indi, len)); } else name = _(qSunksps); - sprintf(p, "%s", name); - /* TODO: Shouldn't we len -= strlen(p) first ? Perry, 2007-09-29 */ + snprintf(p, linelen, "%s", name); + linelen -= strlen(p); p += strlen(p); if (fam) evt = fam_to_event(fam, "MARR", _(qSdspa_mar), len, rfmt); if (!evt) evt = indi_to_event(indi, "BIRT", _(qSdspa_bir), len, rfmt); @@ -127,23 +128,29 @@ indi_to_list_string (NODE indi, NODE fam, INT len, RFMT rfmt, BOOLEAN appkey) if (!evt) evt = indi_to_event(indi, "DEAT", _(qSdspa_dea), len, rfmt); if (!evt) evt = indi_to_event(indi, "BURI", _(qSdspa_bur), len, rfmt); if (evt) { - sprintf(p, ", %s", evt); + snprintf(p, linelen, ", %s", evt); + linelen -= strlen(p); + ASSERT(linelen > 0); p += strlen(p); } if (appkey && indi && displaykeys) { if (getlloptint("DisplayKeyTags", 0) > 0) { - sprintf(p, " (i%s)", key_of_record(indi)); + snprintf(p, linelen, " (i%s)", key_of_record(indi)); } else { - sprintf(p, " (%s)", key_of_record(indi)); + snprintf(p, linelen, " (%s)", key_of_record(indi)); } + linelen -= strlen(p); + ASSERT(linelen > 0); p += strlen(p); } if (appkey && fam && displaykeys) { if (getlloptint("DisplayKeyTags", 0) > 0) { - sprintf(p, " (f%s)", key_of_record(fam)); + snprintf(p, linelen, " (f%s)", key_of_record(fam)); } else { - sprintf(p, " (%s)", key_of_record(fam)); + snprintf(p, linelen, " (%s)", key_of_record(fam)); } + linelen -= strlen(p); + ASSERT(linelen > 0); p += strlen(p); } if(indi) { @@ -152,12 +159,13 @@ indi_to_list_string (NODE indi, NODE fam, INT len, RFMT rfmt, BOOLEAN appkey) if(FAMS(indi)) hasfamily = 1; else hasfamily = 0; if(hasfamily || hasparents) { - *p++ = ' '; - *p++ = '['; - if(hasparents) *p++ = 'P'; - if(hasfamily) *p++ = 'S'; - *p++ = ']'; - *p = '\0'; + ASSERT(linelen > 5); + char *with_p_fam = (hasfamily ? "PS" : "P"); + char *without_p_fam = (hasfamily ? "S" : "" ); + char *value = (hasparents ? with_p_fam : without_p_fam); + snprintf(p, linelen, " [%s]", value); + linelen -= (3 + strlen (value)); + ASSERT(linelen > 0); } } limit_width(scratch, len, uu8); @@ -202,12 +210,11 @@ sour_to_list_string (NODE sour, INT len, STRING delim) * Created: 2001/12/16, Perry Rapp *==============================================*/ STRING -even_to_list_string (NODE even, INT len, STRING delim) +even_to_list_string (NODE even, INT len, HINT_PARAM_UNUSED STRING delim) { char scratch[1024]; STRING name, p=scratch; INT mylen=len; - delim=delim; /* unused */ if (mylen>(INT)sizeof(scratch)) mylen=sizeof(scratch); p[0]=0; @@ -237,7 +244,7 @@ fam_to_list_string (NODE fam, INT len, STRING delim) STRING name, p=scratch; STRING tempname; INT mylen=len; - char counts[32]; + char counts[FMT_INT_LEN+2+FMT_INT_LEN+2+FMT_INT_LEN+2+1]; INT husbands=0, wives=0, children=0; INT templen=0; NODE refn, husb, wife, chil, rest, node; @@ -259,7 +266,7 @@ fam_to_list_string (NODE fam, INT len, STRING delim) wives++; for (node=chil; node; node=nsibling(node)) children++; - sprintf(counts, "%ldh,%ldw,%ldch", husbands, wives, children); + snprintf(counts, sizeof(counts), FMT_INT "h," FMT_INT "w," FMT_INT "ch", husbands, wives, children); llstrcatn(&p, " ", &mylen); llstrcatn(&p, counts, &mylen); if (husbands) { @@ -296,13 +303,12 @@ fam_to_list_string (NODE fam, INT len, STRING delim) * Created: 2000/11/29, Perry Rapp *==============================================*/ STRING -other_to_list_string(NODE node, INT len, STRING delim) +other_to_list_string(NODE node, INT len, HINT_PARAM_UNUSED STRING delim) { char scratch[1024]; STRING name, p=scratch; INT mylen=len; NODE child; - delim=delim; /* unused */ if (mylen>(INT)sizeof(scratch)) mylen=sizeof(scratch); p[0]=0; diff --git a/src/gedlib/indiseq.c b/src/gedlib/indiseq.c index 903f5e4c1..82cf7d052 100644 --- a/src/gedlib/indiseq.c +++ b/src/gedlib/indiseq.c @@ -270,9 +270,10 @@ copy_indiseq (INDISEQ seq) { INDISEQ newseq; UNION uval; + HINT_VAR_UNUSED INT inum; if (!seq) return NULL; newseq = create_indiseq_impl(IValtype(seq), IValfnctbl(seq)); - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) uval = copyval(seq, sval(el)); append_indiseq_impl(newseq, skey(el), snam(el), uval, TRUE, FALSE); @@ -675,9 +676,8 @@ name_compare (SORTEL el1, SORTEL el2, VPTR param) * also used for integer value sort *==============================*/ INT -key_compare (SORTEL el1, SORTEL el2, VPTR param) +key_compare (SORTEL el1, SORTEL el2, HINT_PARAM_UNUSED VPTR param) { - param = param; /* unused */ return spri(el1) - spri(el2); } /*=========================================== @@ -702,10 +702,9 @@ canonkey_order (char c) * Created: 2001/01/06, Perry Rapp *==============================*/ static INT -canonkey_compare (SORTEL el1, SORTEL el2, VPTR param) +canonkey_compare (SORTEL el1, SORTEL el2, HINT_PARAM_UNUSED VPTR param) { char c1=skey(el1)[0], c2=skey(el2)[0]; - param = param; /* unused */ if (c1 == c2) return spri(el1) - spri(el2); return canonkey_order(c1) - canonkey_order(c2); @@ -749,9 +748,10 @@ value_compare (SORTEL el1, SORTEL el2, VPTR param) void namesort_indiseq (INDISEQ seq) { + HINT_VAR_UNUSED INT inum; calc_indiseq_names(seq); if ((IFlags(seq) & NAMESORT) && is_locale_current(seq)) return; - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) spri(el) = atoi(skey(el) + 1); ENDINDISEQ partition_sort(IData(seq), ISize(seq), name_compare, seq); @@ -765,8 +765,9 @@ namesort_indiseq (INDISEQ seq) void keysort_indiseq (INDISEQ seq) { + HINT_VAR_UNUSED INT inum; if (IFlags(seq) & KEYSORT) return; - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) spri(el) = atoi(skey(el) + 1); ENDINDISEQ partition_sort(IData(seq), ISize(seq), key_compare, seq); @@ -781,8 +782,9 @@ keysort_indiseq (INDISEQ seq) void canonkeysort_indiseq (INDISEQ seq) { + HINT_VAR_UNUSED INT inum; if (IFlags(seq) & CANONKEYSORT) return; - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) spri(el) = atoi(skey(el) + 1); ENDINDISEQ partition_sort(IData(seq), ISize(seq), canonkey_compare, seq); @@ -821,9 +823,8 @@ update_locale (INDISEQ seq) * valuesort_indiseq -- Sort sequence by value *==========================================*/ void -valuesort_indiseq (INDISEQ seq, BOOLEAN *eflg) +valuesort_indiseq (INDISEQ seq, HINT_PARAM_UNUSED BOOLEAN *eflg) { - eflg = eflg; /* unused */ if ((IFlags(seq) & VALUESORT) && is_locale_current(seq)) return; partition_sort(IData(seq), ISize(seq), value_compare, seq); IFlags(seq) &= ~ALLSORTS; @@ -1017,6 +1018,7 @@ INDISEQ union_indiseq (INDISEQ one, INDISEQ two) { INT n, m, i, j, rel; + HINT_VAR_UNUSED INT inum; STRING key; INDISEQ three; SORTEL *u, *v; @@ -1076,7 +1078,7 @@ union_indiseq (INDISEQ one, INDISEQ two) append_indiseq_impl(three, key, NULL, uval, TRUE, TRUE); j++; } - FORINDISEQ(three, el, num) + FORINDISEQ(three, el, inum) spri(el) = atoi(skey(el) + 1); ENDINDISEQ IFlags(three) = KEYSORT|UNIQUED; @@ -1090,6 +1092,7 @@ INDISEQ intersect_indiseq (INDISEQ one, INDISEQ two) { INT n, m, i, j, rel; + HINT_VAR_UNUSED INT inum; STRING key; INDISEQ three; SORTEL *u, *v; @@ -1120,7 +1123,7 @@ intersect_indiseq (INDISEQ one, INDISEQ two) i++, j++; } } - FORINDISEQ(three, el, num) + FORINDISEQ(three, el, inum) spri(el) = atoi(skey(el) + 1); ENDINDISEQ IFlags(three) = KEYSORT|UNIQUED; @@ -1134,6 +1137,7 @@ INDISEQ difference_indiseq (INDISEQ one, INDISEQ two) { INT n, m, i, j, rel; + HINT_VAR_UNUSED INT inum; STRING key; INDISEQ three; SORTEL *u, *v; @@ -1174,7 +1178,7 @@ difference_indiseq (INDISEQ one, INDISEQ two) append_indiseq_impl(three, key, NULL, uval, TRUE, TRUE); i++; } - FORINDISEQ(three, el, num) + FORINDISEQ(three, el, inum) spri(el) = atoi(skey(el) + 1); ENDINDISEQ IFlags(three) = KEYSORT|UNIQUED; @@ -1190,13 +1194,15 @@ parent_indiseq (INDISEQ seq) TABLE tab=0; /* table of people inserted (values not used) */ INDISEQ par=0; NODE indi=0; - INT fnum=0, snum=0; + HINT_VAR_UNUSED INT inum; + HINT_VAR_UNUSED INT fnum; + HINT_VAR_UNUSED INT snum; STRING key=0; UNION uval; if (!seq) return NULL; tab = create_table_vptr(); par = create_indiseq_impl(IValtype(seq), IValfnctbl(seq)); - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) indi = key_to_indi(skey(el)); FORFAMCS(indi, fam, fath, moth, fnum) FORFAMSPOUSES(fam, spouse, snum) @@ -1220,7 +1226,9 @@ parent_indiseq (INDISEQ seq) INDISEQ child_indiseq (INDISEQ seq) { - INT num1, num2; + HINT_VAR_UNUSED INT inum; + HINT_VAR_UNUSED INT fnum; + HINT_VAR_UNUSED INT cnum; TABLE tab=0; /* table of people already inserted (values not used) */ INDISEQ cseq=0; NODE indi=0; @@ -1229,10 +1237,10 @@ child_indiseq (INDISEQ seq) if (!seq) return NULL; tab = create_table_vptr(); cseq = create_indiseq_impl(IValtype(seq), IValfnctbl(seq)); - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) indi = key_to_indi(skey(el)); - FORFAMS(indi, fam, num1) - FORCHILDRENx(fam, chil, num2) + FORFAMS(indi, fam, fnum) + FORCHILDRENx(fam, chil, cnum) key = indi_to_key(chil); if (!in_table(tab, key)) { key = strsave(key); @@ -1255,12 +1263,14 @@ INDISEQ indi_to_children (NODE indi) { INDISEQ seq; - INT num1, num2, len = 0; + INT len = 0; + HINT_VAR_UNUSED INT fnum; + HINT_VAR_UNUSED INT cnum; STRING key; if (!indi) return NULL; seq = create_indiseq_null(); - FORFAMS(indi, fam, num1) - FORCHILDRENx(fam, chil, num2) + FORFAMS(indi, fam, fnum) + FORCHILDRENx(fam, chil, cnum) len++; key = indi_to_key(chil); append_indiseq_null(seq, key, NULL, FALSE, FALSE); @@ -1280,13 +1290,16 @@ INDISEQ indi_to_spouses (NODE indi) { INDISEQ seq=0; - INT num, num1, val, len = 0; + INT val; + INT len = 0; + HINT_VAR_UNUSED INT fnum; + HINT_VAR_UNUSED INT snum; STRING key=0; if (!indi) return NULL; seq = create_indiseq_ival(); IPrntype(seq) = ISPRN_SPOUSESEQ; - FORFAMS(indi, fam, num) - FORFAMSPOUSES(fam, spouse, num1) + FORFAMS(indi, fam, fnum) + FORFAMSPOUSES(fam, spouse, snum) if (spouse != indi) { len++; key = indi_to_key(spouse); @@ -1309,11 +1322,12 @@ INDISEQ fam_to_spouses (NODE fam) { INDISEQ seq=0; - INT num1, len = 0; + HINT_VAR_UNUSED INT snum; + INT len = 0; STRING key=0; if (!fam) return NULL; seq = create_indiseq_ival(); - FORFAMSPOUSES(fam, spouse, num1) + FORFAMSPOUSES(fam, spouse, snum) len++; key = indi_to_key(spouse); append_indiseq_null(seq, key, NULL, TRUE, FALSE); @@ -1331,12 +1345,14 @@ INDISEQ indi_to_fathers (NODE indi) { INDISEQ seq; - INT num1, num2, len = 0; + INT len = 0; + HINT_VAR_UNUSED INT fnum; + HINT_VAR_UNUSED INT hnum; STRING key; if (!indi) return NULL; seq = create_indiseq_null(); - FORFAMCS(indi, fam, fath, moth, num1) - FORHUSBS(fam, husb, num2) + FORFAMCS(indi, fam, fath, moth, fnum) + FORHUSBS(fam, husb, hnum) len++; key = indi_to_key(husb); append_indiseq_null(seq, key, NULL, TRUE, FALSE); @@ -1353,12 +1369,14 @@ INDISEQ indi_to_mothers (NODE indi) { INDISEQ seq; - INT num1, num2, len = 0; + INT len = 0; + HINT_VAR_UNUSED INT fnum; + HINT_VAR_UNUSED INT wnum; STRING key; if (!indi) return NULL; seq = create_indiseq_null(); - FORFAMCS(indi, fam, fath, moth, num1) - FORWIFES(fam, wife, num2) + FORFAMCS(indi, fam, fath, moth, fnum) + FORWIFES(fam, wife, wnum) len++; key = indi_to_key(wife); append_indiseq_null(seq, key, NULL, TRUE, FALSE); @@ -1379,7 +1397,8 @@ INDISEQ indi_to_families (NODE indi, BOOLEAN fams) { INDISEQ seq=0; - INT num, num2, val; + INT val; + INT fnum; STRING key=0; INT mykeynum=0; if (!indi) return NULL; @@ -1387,30 +1406,36 @@ indi_to_families (NODE indi, BOOLEAN fams) seq = create_indiseq_ival(); IPrntype(seq) = ISPRN_FAMSEQ; if (fams) { - FORFAMS(indi, fam, num) + FORFAMS(indi, fam, fnum) { - INT spkeynum=0; STRING fkey = strsave(fam_to_key(fam)); +/* MTE: When processing FAMS, we don't care if there is a spouse + * or not, the FAMS key is enough. + */ +#if 0 + INT spkeynum=0; + HINT_VAR_UNUSED INT snum; /* look for a spouse besides indi */ - FORFAMSPOUSES(fam, spouse, num2) + FORFAMSPOUSES(fam, spouse, snum) { INT temp = atoi(indi_to_key(spouse) + 1); if (temp && temp != mykeynum) - spkeynum = temp; + spkeynum = temp; /* TODO: is this right? this loop doesn't do anything */ } ENDFAMSPOUSES +#endif append_indiseq_ival(seq, fkey, NULL, mykeynum, TRUE, FALSE); strfree(&fkey); } ENDFAMS } else { - FORFAMCS(indi, fam, fath, moth, num) + FORFAMCS(indi, fam, fath, moth, fnum) key = fam_to_key(fam); val = fath ? atoi(indi_to_key(fath) + 1) : 0; append_indiseq_ival(seq, key, NULL, val, TRUE, FALSE); ENDFAMCS } - if (num && ISize(seq)) return seq; + if (fnum && ISize(seq)) return seq; remove_indiseq(seq); return NULL; } @@ -1421,15 +1446,15 @@ INDISEQ fam_to_children (NODE fam) { INDISEQ seq; - INT num; + INT cnum; STRING key; if (!fam) return NULL; seq = create_indiseq_null(); - FORCHILDRENx(fam, chil, num) + FORCHILDRENx(fam, chil, cnum) key = indi_to_key(chil); append_indiseq_null(seq, key, NULL, TRUE, FALSE); ENDCHILDRENx - if (num && ISize(seq)) return seq; + if (cnum && ISize(seq)) return seq; remove_indiseq(seq); return NULL; } @@ -1440,15 +1465,15 @@ INDISEQ fam_to_fathers (NODE fam) { INDISEQ seq; - INT num; + INT hnum; STRING key; if (!fam) return NULL; seq = create_indiseq_null(); - FORHUSBS(fam, husb, num) + FORHUSBS(fam, husb, hnum) key = indi_to_key(husb); append_indiseq_null(seq, key, NULL, TRUE, FALSE); ENDHUSBS - if (num && ISize(seq)) return seq; + if (hnum && ISize(seq)) return seq; remove_indiseq(seq); return NULL; } @@ -1459,15 +1484,15 @@ INDISEQ fam_to_mothers (NODE fam) { INDISEQ seq; - INT num; + INT wnum; STRING key; if (!fam) return NULL; seq = create_indiseq_null(); - FORWIFES(fam, wife, num) + FORWIFES(fam, wife, wnum) key = indi_to_key(wife); append_indiseq_null(seq, key, NULL, TRUE, FALSE); ENDWIFES - if (num && ISize(seq)) return seq; + if (wnum && ISize(seq)) return seq; remove_indiseq(seq); return NULL; } @@ -1481,12 +1506,13 @@ sibling_indiseq (INDISEQ seq, BOOLEAN close) INDISEQ fseq=0, sseq=0; NODE indi=0, fam=0; STRING key=0, fkey=0; - INT num2=0; + HINT_VAR_UNUSED INT inum; + HINT_VAR_UNUSED INT cnum; /* table lists people already listed (values unused) */ TABLE tab = create_table_vptr(); fseq = create_indiseq_null(); /* temporary */ sseq = create_indiseq_null(); - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) indi = key_to_indi(skey(el)); if ((fam = indi_to_famc(indi))) { fkey = fam_to_key(fam); @@ -1494,9 +1520,9 @@ sibling_indiseq (INDISEQ seq, BOOLEAN close) } if (!close) insert_table_ptr(tab, skey(el), 0); ENDINDISEQ - FORINDISEQ(fseq, el, num) + FORINDISEQ(fseq, el, inum) fam = key_to_fam(skey(el)); - FORCHILDRENx(fam, chil, num2) + FORCHILDRENx(fam, chil, cnum) key = indi_to_key(chil); if (!in_table(tab, key)) { key = strsave(key); @@ -1523,8 +1549,10 @@ ancestor_indiseq (INDISEQ seq) INDISEQ anc=0; NODE indi=0; STRING key, pkey; - INT gen=0; - INT fnum=0, snum=0; + INTPTR gen=0; + HINT_VAR_UNUSED INT inum; + HINT_VAR_UNUSED INT fnum; + HINT_VAR_UNUSED INT snum; UNION uval; if (!seq) return NULL; /* table of people already added */ @@ -1533,13 +1561,13 @@ ancestor_indiseq (INDISEQ seq) anclist = create_list(); genlist = create_list(); anc = create_indiseq_impl(IValtype(seq), IValfnctbl(seq)); - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) enqueue_list(anclist, (VPTR)skey(el)); - enqueue_list(genlist, (VPTR)0); + enqueue_list(genlist, (VPTR)gen); ENDINDISEQ while (!is_empty_list(anclist)) { key = (STRING) dequeue_list(anclist); - gen = (INT) dequeue_list(genlist) + 1; + gen = (INTPTR)dequeue_list(genlist) + 1; indi = key_to_indi(key); FORFAMCS(indi, fam, fath, moth, fnum) @@ -1568,7 +1596,7 @@ ancestor_indiseq (INDISEQ seq) INDISEQ descendent_indiseq (INDISEQ seq) { - INT gen; + INTPTR gen = 0; /* itab lists people already entered, ftab families (values in both are unused) */ TABLE itab, ftab; @@ -1577,6 +1605,7 @@ descendent_indiseq (INDISEQ seq) NODE indi; STRING key, dkey, fkey; UNION uval; + HINT_VAR_UNUSED INT inum; if (!seq) return NULL; /* itab = people already added, value irrelevant */ itab = create_table_vptr(); @@ -1594,22 +1623,23 @@ descendent_indiseq (INDISEQ seq) /* result indiseq */ des = create_indiseq_impl(IValtype(seq), IValfnctbl(seq)); /* add everyone from original seq to processing list */ - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) enqueue_list(deslist, (VPTR)skey(el)); - enqueue_list(genlist, (VPTR)0); + enqueue_list(genlist, (VPTR)gen); ENDINDISEQ /* loop until processing list is empty */ while (!is_empty_list(deslist)) { - INT num1, num2; + HINT_VAR_UNUSED INT fnum; + HINT_VAR_UNUSED INT cnum; key = (STRING) dequeue_list(deslist); - gen = (INT) dequeue_list(genlist) + 1; + gen = (INTPTR)dequeue_list(genlist) + 1; indi = key_to_indi(key); - FORFAMS(indi, fam, num1) + FORFAMS(indi, fam, fnum) /* skip families already processed */ if (in_table(ftab, fkey = fam_to_key(fam))) - goto a; + continue; insert_table_ptr(ftab, fkey, 0); - FORCHILDRENx(fam, child, num2) + FORCHILDRENx(fam, child, cnum) /* only do people not processed */ if (!in_table(itab, dkey = indi_to_key(child))) { @@ -1623,7 +1653,6 @@ descendent_indiseq (INDISEQ seq) insert_table_ptr(itab, dkey, 0); } ENDCHILDRENx - a:; ENDFAMS } destroy_table(itab); @@ -1640,13 +1669,14 @@ spouse_indiseq (INDISEQ seq) INDISEQ sps; STRING spkey; NODE indi; - INT num1; + HINT_VAR_UNUSED INT inum; + HINT_VAR_UNUSED INT snum; if (!seq) return NULL; tab = create_table_vptr(); sps = create_indiseq_impl(IValtype(seq), IValfnctbl(seq)); - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) indi = key_to_indi(skey(el)); - FORSPOUSES(indi, spouse, fam, num1) + FORSPOUSES(indi, spouse, fam, snum) spkey = indi_to_key(spouse); if (!in_table(tab, spkey)) { UNION u; @@ -1735,9 +1765,11 @@ spouseseq_print_el (INDISEQ seq, INT i, INT len, RFMT rfmt) static STRING famseq_print_el (INDISEQ seq, INT i, INT len, RFMT rfmt) { - NODE fam=0, spouse=0; + NODE fam=0; STRING key=0, name=0, str=0; - INT val=0, num1=0; + INT val=0; + HINT_VAR_UNUSED INT snum; + HINT_VAR_UNUSED INT inum; INT spkeynum=0; INDISEQ spseq = create_indiseq_null(); NODE indi=0; @@ -1747,7 +1779,7 @@ famseq_print_el (INDISEQ seq, INT i, INT len, RFMT rfmt) fam = key_to_fam(key); /* build sequence of other spouses in this family */ - FORFAMSPOUSES(fam, spouse, num1) + FORFAMSPOUSES(fam, spouse, snum) len++; key = indi_to_key(spouse); spkeynum = atoi(key + 1); @@ -1757,7 +1789,7 @@ famseq_print_el (INDISEQ seq, INT i, INT len, RFMT rfmt) ENDFAMSPOUSES /* build string list of spouses */ - FORINDISEQ(spseq, el, num) + FORINDISEQ(spseq, el, inum) indi = key_to_indi(skey(el)); str = indi_to_list_string(indi, fam, len/length_indiseq(spseq), rfmt, TRUE); if (zs_len(zstr)) zs_apps(zstr, ", "); @@ -1828,8 +1860,9 @@ print_indiseq_element (INDISEQ seq, INT i, STRING buf, INT len, RFMT rfmt) void preprint_indiseq (INDISEQ seq, INT len, RFMT rfmt) { - FORINDISEQ(seq, el, num) - sprn(el) = get_print_el(seq, num, len, rfmt); + INT inum; + FORINDISEQ(seq, el, inum) + sprn(el) = get_print_el(seq, inum, len, rfmt); ENDINDISEQ } /*============================================================== @@ -2040,13 +2073,13 @@ INDISEQ get_all_sour (void) { INDISEQ seq=NULL; - int i=0; + INT i=0; while ((i=xref_nexts(i))) { static char skey[10]; if (!seq) seq = create_indiseq_ival(); - sprintf(skey, "S%d", i); + snprintf(skey, sizeof(skey), "S" FMT_INT, i); append_indiseq_ival(seq, skey, NULL, i, TRUE, FALSE); } return seq; @@ -2065,7 +2098,7 @@ get_all_even (void) static char skey[10]; if (!seq) seq = create_indiseq_ival(); - sprintf(skey, "E%ld", i); + snprintf(skey, sizeof(skey), "E" FMT_INT, i); append_indiseq_ival(seq, skey, NULL, i, TRUE, FALSE); } return seq; @@ -2084,7 +2117,7 @@ get_all_othe (void) static char skey[10]; if (!seq) seq = create_indiseq_ival(); - sprintf(skey, "X%ld", i); + snprintf(skey, sizeof(skey), "X" FMT_INT, i); append_indiseq_ival(seq, skey, NULL, i, TRUE, FALSE); } return seq; @@ -2185,12 +2218,11 @@ default_create_gen_value (INT gen, INT * valtype) * Created: 2002/02/19, Perry Rapp *=========================================================*/ INT -default_compare_values (VPTR ptr1, VPTR ptr2, INT valtype) +default_compare_values (VPTR ptr1, VPTR ptr2, HINT_PARAM_UNUSED INT valtype) { - valtype = valtype; /* unused */ /* We don't know how to deal with ptrs here */ /* Let's just sort them in memory order */ - return (INT)ptr1 - (INT)ptr2; + return (INTPTR)ptr1 - (INTPTR)ptr2; } /*======================================================= * calc_indiseq_names -- fill in element names @@ -2200,16 +2232,19 @@ default_compare_values (VPTR ptr1, VPTR ptr2, INT valtype) void calc_indiseq_names (INDISEQ seq) { + HINT_VAR_UNUSED INT inum; + if (IFlags(seq) & WITHNAMES) return; - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) if (*skey(el)=='I' && !snam(el)) { STRING name = qkey_to_name(skey(el)); if (name) snam(el) = strsave(name); } ENDINDISEQ + IFlags(seq) |= WITHNAMES; } /*======================================================= diff --git a/src/gedlib/init.c b/src/gedlib/init.c index a7ffc51f4..a27b1f7d1 100644 --- a/src/gedlib/init.c +++ b/src/gedlib/init.c @@ -158,7 +158,7 @@ init_lifelines_global (STRING configfile, STRING * pmsg, void (*notify)(STRING d } editfile = strsave(editfile ); editstr = (STRING) stdalloc(strlen(e) + strlen(editfile) + 2); - sprintf(editstr, "%s %s", e, editfile); + snprintf(editstr, strlen(e) + strlen(editfile) + 2, "%s %s", e, editfile); set_usersort(custom_sort); suppress_reload = FALSE; update_useropts(0); @@ -195,7 +195,6 @@ init_lifelines_postdb (void) if (!openxref(readonly)) return FALSE; - transl_load_xlats(); return TRUE; @@ -209,6 +208,9 @@ void close_lifelines (void) { lldb_close(&def_lldb); /* make sure database closed */ + term_browse_lists(); + term_refnrec(); + term_namerec(); if (editfile) { unlink(editfile); stdfree(editfile); @@ -220,6 +222,7 @@ close_lifelines (void) } term_lloptions(); term_date(); + llgettext_term(); term_codesets(); strfree(&int_codeset); xlat_shutdown(); @@ -240,9 +243,8 @@ is_codeset_utf8 (CNSTRING codename) * dependent on user options *=================================================*/ void -update_useropts (VPTR uparm) +update_useropts (HINT_PARAM_UNUSED VPTR uparm) { - uparm = uparm; /* unused */ if (suppress_reload) return; /* deal with db-specific options */ diff --git a/src/gedlib/keytonod.c b/src/gedlib/keytonod.c index e90cef67e..755c651cd 100644 --- a/src/gedlib/keytonod.c +++ b/src/gedlib/keytonod.c @@ -38,15 +38,14 @@ #include "liflines.h" #include "feedback.h" #include "zstr.h" +#include "leaksi.h" /********************************************* * global variables (no header) *********************************************/ char badkeylist[100] = ""; -int listbadkeys = 0; - - +INT listbadkeys = 0; /*=============================== * CACHEEL -- Cache element type. @@ -100,6 +99,7 @@ typedef struct { /* static void add_record_to_direct(CACHE cache, RECORD rec, STRING key); */ static void cache_get_lock_counts(CACHE ca, INT * locks); static CACHE create_cache(STRING name, INT dirsize); +static void clear_cel (CACHE cache, CACHEEL cel); static void delete_cache(CACHE * pcache); static void ensure_cel_has_record(CACHEEL cel); static ZSTR get_cache_stats(CACHE ca); @@ -163,14 +163,14 @@ NODE keynum_to_indi (int keynum) { char keystr[20]; - sprintf(keystr,"I%d",keynum); + snprintf(keystr, sizeof(keystr), "I%d", keynum); return key_to_indi(keystr); } RECORD keynum_to_irecord (int keynum) { char keystr[20]; - sprintf(keystr,"I%d",keynum); + snprintf(keystr, sizeof(keystr), "I%d", keynum); return key_to_irecord(keystr); } /*========================================================= @@ -182,7 +182,7 @@ NODE qkeynum_to_indi (int keynum) { char keystr[20]; - sprintf(keystr,"I%d",keynum); + snprintf(keystr, sizeof(keystr), "I%d", keynum); return qkey_to_indi(keystr); } /*================================================ @@ -193,14 +193,14 @@ NODE keynum_to_fam (int keynum) { char keystr[20]; - sprintf(keystr,"F%d",keynum); + snprintf(keystr, sizeof(keystr), "F%d", keynum); return key_to_fam(keystr); } RECORD keynum_to_frecord (int keynum) { char keystr[20]; - sprintf(keystr,"F%d",keynum); + snprintf(keystr, sizeof(keystr), "F%d", keynum); return key_to_frecord(keystr); } /*====================================================== @@ -212,7 +212,7 @@ RECORD qkeynum_to_frecord (int keynum) { char keystr[20]; - sprintf(keystr,"F%d",keynum); + snprintf(keystr, sizeof(keystr), "F%d", keynum); return qkey_to_frecord(keystr); } /*================================================ @@ -228,7 +228,7 @@ RECORD keynum_to_srecord (int keynum) { char keystr[20]; - sprintf(keystr,"S%d",keynum); + snprintf(keystr, sizeof(keystr), "S%d", keynum); return key_to_srecord(keystr); } /*================================================ @@ -244,7 +244,7 @@ RECORD keynum_to_erecord (int keynum) { char keystr[MAXKEYWIDTH+1]; - sprintf(keystr,"E%d",keynum); + snprintf(keystr, sizeof(keystr), "E%d", keynum); return key_to_erecord(keystr); } /*================================================ @@ -255,14 +255,14 @@ NODE keynum_to_othr (int keynum) { char keystr[20]; - sprintf(keystr,"X%d",keynum); + snprintf(keystr, sizeof(keystr), "X%d", keynum); return key_to_othr(keystr); } RECORD keynum_to_orecord (int keynum) { char keystr[20]; - sprintf(keystr,"X%d",keynum); + snprintf(keystr, sizeof(keystr), "X%d", keynum); return key_to_orecord(keystr); } /*===================================== @@ -581,14 +581,31 @@ delete_cache (CACHE * pcache) CACHE cache = *pcache; CACHEEL frst=0; if (!cache) return; - /* Loop through all cache elements, freeing each */ + + num = get_table_count(cacdata(cache)); + if (fpleaks) { + fprintf(fpleaks, "DELETE_CACHE: name: %s cache: %p num: " FMT_INT "\n", + cacname(cache), (void*)cache, num); + } + + /* Loop through all cached elements on free list, clearing each */ + /* NOTE: Anything on the free list should have already been cleared */ + /* when added to the free list originally. */ + frst = cacfree(cache); + while (frst != 0) { + clear_cel(cache, frst); + frst = cnext(frst); + } + + /* Loop through all direct cache elements, freeing each */ while ((frst = cacfirstdir(cache)) != 0) { BOOLEAN delcache = TRUE; remove_cel_from_cache(cache, frst, delcache); } - /* TODO: Need to delete cache elements on free list */ + num = get_table_count(cacdata(cache)); ASSERT(num == 0); + destroy_table(cacdata(cache)); stdfree(cacarray(cache)); stdfree(cache); @@ -668,10 +685,15 @@ add_to_direct (CACHE cache, CNSTRING key, INT reportmode) ASSERT(cache); ASSERT(key); - rec = NULL; - if ((rawrec = retrieve_raw_record(key, &len))) + + /* retrieve raw record and create record from it */ + if ((rawrec = retrieve_raw_record(key, &len))) { + ASSERT(rawrec); /* 2003-11-22, we should use string_to_node here */ rec = string_to_record(rawrec, key, len); + } + + /* handle failure to create record */ if (!rec) { ZSTR zstr=zs_newn(256); @@ -684,6 +706,7 @@ add_to_direct (CACHE cache, CNSTRING key, INT reportmode) return(NULL); } if (reportmode) return(NULL); + crashlogn(_("Database error caused by reference to nonexisting key <%s>."), (char *)key); crashlogn(_("It might be possible to fix this with btedit.")); zs_sets(zstr, _("Neighboring keys include:")); @@ -696,11 +719,13 @@ add_to_direct (CACHE cache, CNSTRING key, INT reportmode) zs_apps(zstr, keybuf[j]); } } - crashlogn(zs_str(zstr)); + crashlogn("%s", zs_str(zstr)); zs_free(&zstr); /* deliberately fall through to let ASSERT(rec) fail */ } + ASSERT(rec); + /* record was just loaded, nztop should not need to load it */ cel = node_to_cache(cache, nztop(rec)); ASSERT(!crecord(cel)); @@ -771,7 +796,7 @@ key_typed_to_record (CACHE cache, CNSTRING key, STRING tag) ASSERT(key); if (!(cel = key_to_cacheel(cache, key, tag, FALSE))) return NULL; - return get_record_for_cel(cel); + return get_record_for_cel(cel); /* addref'd */ } /*=================================== * get_record_for_cel -- get or create new record from cacheel @@ -835,7 +860,7 @@ qkey_typed_to_record (CACHE cache, CNSTRING key, STRING tag) ASSERT(key); if (!(cel = key_to_cacheel(cache, key, tag, TRUE))) return NULL; - rec = get_record_for_cel(cel); + rec = get_record_for_cel(cel); /* addref'd */ return rec; } /*====================================== @@ -875,10 +900,9 @@ cel_rptlocks (CACHEEL cel) void lock_record_in_cache (RECORD rec) { - NODE node=0; CACHEEL cel=0; ASSERT(rec); - node = nztop(rec); /* force record to be loaded in cache */ + (void)nztop(rec); /* force record to be loaded in cache */ cel = nzcel(rec); ++cclock(cel); ASSERT(cclock(cel) > 0); @@ -942,7 +966,7 @@ get_cache_stats (CACHE ca) INT lo=0; cache_get_lock_counts(ca, &lo); zs_appf(zstr - , "d:%d/%d (l:%d)" + , "d:" FMT_INT "/" FMT_INT " (l:" FMT_INT ")" , cacsizedir(ca), cacmaxdir(ca), lo ); return zstr; @@ -1070,7 +1094,7 @@ get_free_cacheel (CACHE cache) for (cel = caclastdir(cache); cel && cclock(cel); cel = cprev(cel)) { } if (!cel) { - crashlog(_("Cache [%s] overflowed its max size (%d)"), cacname(cache), cacmaxdir(cache)); + crashlog(_("Cache [%s] overflowed its max size (" FMT_INT ")"), cacname(cache), cacmaxdir(cache)); ASSERT(0); } remove_from_cache(cache, ckey(cel)); @@ -1084,6 +1108,7 @@ get_free_cacheel (CACHE cache) cacfree(cache) = celnext; if (celnext) cprev(celnext) = 0; + /* reinitialize entry */ init_cel(cel); @@ -1204,9 +1229,9 @@ static void remove_cel_from_cache (CACHE cache, CACHEEL cel, BOOLEAN delcache) { CACHEEL celnext=0; - STRING key = ckey(cel); - /* caller ensured cache && key are non-null */ + /* caller ensured cache && cel are non-null */ + ASSERT(cache); ASSERT(cel); if (cclock(cel)) { @@ -1229,24 +1254,42 @@ remove_cel_from_cache (CACHE cache, CACHEEL cel, BOOLEAN delcache) FATAL2(msg); } ASSERT(!cclock(cel)); - ASSERT(cnode(cel)); + + /* remove entry from cache */ remove_direct(cache, cel); - /* Clear all node tree info */ - if (1) { - NODE node = cnode(cel); - if (node) - set_all_nodetree_to_cel(node, 0); - cnode(cel) = 0; - free_nodes(node); - } + /* clear the cache element */ + clear_cel(cache, cel); + /* add to free list */ celnext = cacfree(cache); cnext(cel) = celnext; if (celnext) cprev(celnext) = cel; cprev(cel) = 0; ckey(cel) = 0; + cacfree(cache) = cel; +} +/*================================================================ + * clear_cel -- Clears all content of a cache element + *==============================================================*/ +static void +clear_cel (CACHE cache, CACHEEL cel) +{ + /* caller ensured cache && cel are non-null */ + ASSERT(cache); + ASSERT(cel); + + /* Clear all node tree info */ + if (cnode(cel)) { + NODE node = cnode(cel); + set_all_nodetree_to_cel(node, 0); + free_nodes(node); + cnode(cel) = 0; + } + ASSERT(!cnode(cel)); + + /* Clear all record info */ if (crecord(cel)) { /* cel holds the original reference to the record */ RECORD rec = crecord(cel); @@ -1254,9 +1297,16 @@ remove_cel_from_cache (CACHE cache, CACHEEL cel, BOOLEAN delcache) release_record(rec); crecord(cel) = 0; } - cacfree(cache) = cel; - delete_table_element(cacdata(cache), key); - stdfree(key); /* alloc'd when assigned to ckey(cel) */ + ASSERT(!crecord(cel)); + + /* Remove key from cache key table and backing memory */ + if (ckey(cel)) { + STRING key = ckey(cel); + delete_table_element(cacdata(cache), key); + stdfree(key); /* alloc'd when assigned to ckey(cel) */ + ckey(cel) = 0; + } + ASSERT(!ckey(cel)); } /*================================================================ * value_to_xref -- Converts a string to a record key, if possible diff --git a/src/gedlib/leaks.c b/src/gedlib/leaks.c new file mode 100644 index 000000000..d8b261cd6 --- /dev/null +++ b/src/gedlib/leaks.c @@ -0,0 +1,112 @@ +/* + Copyright (c) 1991-1999 Thomas T. Wetmore IV + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +*/ +/*============================================================= + * leaks.c -- Handle the report leaks file + * This module manages the tracking and reporting of record and node leaks. + *===========================================================*/ + +#include "sys_inc.h" +#include "standard.h" +#include "gedcomi.h" +#include "lloptions.h" +#include "llstdlib.h" +#include "leaksi.h" + +FILE* fpleaks = NULL; + +/*================================================= + * open_leak_log - Open leak log file + *===============================================*/ +void +open_leak_log (void) +{ + STRING report_leak_path = getlloptstr("ReportLeakLog", NULL); + fpleaks = NULL; + + if (report_leak_path) + { + fpleaks = fopen(report_leak_path, LLAPPENDTEXT); + } +} + +/*================================================= + * close_leak_log - Close leak log file + *===============================================*/ +void +close_leak_log (void) +{ + if (fpleaks) { + fclose(fpleaks); + fpleaks = NULL; + } +} + +/*================================================= + * trace_record - Trace record allocation or free + *===============================================*/ +void +track_record(RECORD rec, int op, char *msg, char *file, int line) +{ + char *t = (op == TRACK_OP_ALLOC ? "ALLOC" : (op == TRACK_OP_FREE ? "FREE" : "UNKNOWN" ) ); + + if (fpleaks) { + fprintf(fpleaks, "RECORD(%s,%d): %s: %p %s\n", file, line, t, (void*)rec, msg); + } + + if (TRACK_BACKTRACE) { + dump_backtrace(fpleaks); + } +} + +void +track_record_refcnt(RECORD rec, int op, INT refcnt, char *file, int line) +{ + char *t = (op == TRACK_OP_REFCNT_INC ? "INC" : (op == TRACK_OP_REFCNT_DEC ? "DEC" : "UNKNOWN" ) ); + INT adj = (op == TRACK_OP_REFCNT_INC ? -1 : (op == TRACK_OP_REFCNT_DEC ? 1 : 0 ) ); + + if (fpleaks) { + fprintf(fpleaks,"RECORD(%s,%d): %s: %p " FMT_INT "->" FMT_INT "\n", file, line, t, (void*)rec, refcnt+adj, refcnt); + } + + if (TRACK_BACKTRACE) { + dump_backtrace(fpleaks); + } +} + +/*================================================= + * trace_node - Trace node allocation or free + *===============================================*/ +void +track_node(NODE rec, int op, char *msg, char *file, int line) +{ + char *t = (op == 1 ? "ALLOC" : (op == 2 ? "FREE" : "UNKNOWN" ) ); + + if (fpleaks) { + fprintf(fpleaks, "NODE(%s,%d): %s: %p %s\n", file, line, t, (void*)rec, msg); + } + + if (TRACK_BACKTRACE) { + dump_backtrace(fpleaks); + } +} diff --git a/src/gedlib/leaksi.h b/src/gedlib/leaksi.h new file mode 100644 index 000000000..f95feaf81 --- /dev/null +++ b/src/gedlib/leaksi.h @@ -0,0 +1,35 @@ +#ifndef leaksi_h_included +#define leaksi_h_included + +#define TRACK_RECORD_OPS 0 +#define TRACK_NODE_OPS 0 + +#define TRACK_BACKTRACE 0 + +extern FILE* fpleaks; + +#define TRACK_OP_ALLOC 1 +#define TRACK_OP_FREE 2 +#define TRACK_OP_REFCNT_INC 3 +#define TRACK_OP_REFCNT_DEC 4 + +void track_record(RECORD rec, int op, char *msg, char* file, int line); +void track_record_refcnt(RECORD rec, int op, INT refcnt, char* file, int line); +void track_node(NODE node, int op, char *msg, char* file, int line); + +#if TRACK_RECORD_OPS +#define TRACK_RECORD(rec,op,msg,file,line) if (fpleaks) { track_record(rec,op,msg,file,line); } +#define TRACK_RECORD_REFCNT(rec,op,file,line) if (fpleaks) { track_record_refcnt(rec,op,rec->refcnt,file,line); } +#else +#define TRACK_RECORD(rec,op,msg,file,line) +#define TRACK_RECORD_REFCNT(rec,op,file,line) +#endif + +#if TRACK_NODE_OPS +#define TRACK_NODE(n,op,msg,file,line) if (fpleaks) { track_node(n,op,msg,file,line); } +#else +#define TRACK_NODE(n,op,msg,file,line) +#endif + +#endif /* leaksi_h_included */ + diff --git a/src/gedlib/lldatabase.c b/src/gedlib/lldatabase.c index 406d3226b..8fbb31d94 100644 --- a/src/gedlib/lldatabase.c +++ b/src/gedlib/lldatabase.c @@ -70,6 +70,7 @@ lldb_set_btree (LLDATABASE lldb, void *btree) ASSERT(!lldb->btree); lldb->btree = btree; BTR = btree; + open_leak_log(); } /*======================================== * lldb_close -- Close any database contained. @@ -94,7 +95,9 @@ void lldb_close (LLDATABASE *plldb) } free_caches(); check_node_leaks(); + term_node_allocator(); check_record_leaks(); + close_leak_log(); closexref(); ASSERT(BTR == lldb->btree); if (lldb->btree) { diff --git a/src/gedlib/llgettext.c b/src/gedlib/llgettext.c index bad1e98c0..163bfe965 100644 --- a/src/gedlib/llgettext.c +++ b/src/gedlib/llgettext.c @@ -21,8 +21,10 @@ * local variables *********************************************/ +#if ENABLE_NLS static TABLE gt_localeDirs = NULL; /* most recent */ /* leaks */ static STRING gt_codeset = 0; /* codeset passed to bind_textdomain_codeset */ +#endif static STRING gt_defLocaleDir = 0; /* compiled default */ /* leak */ /********************************************* @@ -45,21 +47,39 @@ llgettext_set_default_localedir (CNSTRING localeDir) * domain: [IN] package domain (eg, "lifelines") * codeset: [IN] codeset to use *================================================*/ +#if ENABLE_NLS void llgettext_init (CNSTRING domain, CNSTRING codeset) { -#if ENABLE_NLS /* until we have an internal codeset (which is until we open a database) we want output in display codeset */ set_gettext_codeset(domain, codeset); update_textdomain_localedir(domain, "Ui"); - +} #else /* ENABLE_NLS */ - domain = domain; - codeset = codeset; +void +llgettext_init (HINT_PARAM_UNUSED CNSTRING domain, HINT_PARAM_UNUSED CNSTRING codeset) +{ +} #endif /* ENABLE_NLS */ +/*================================================== + * llgettext_term -- cleans up memory allocation + * that may have been performed in llgettext_init + *================================================*/ +void +llgettext_term (void) +{ +#if ENABLE_NLS + if (gt_localeDirs) { + destroy_table(gt_localeDirs); + gt_localeDirs = 0; + } + strfree(>_codeset); +#endif + strfree(>_defLocaleDir); } + /*================================================== * update_textdomain_localedir -- * call bindtextdomain with current localedir @@ -95,10 +115,10 @@ update_textdomain_localedir (CNSTRING domain, CNSTRING prefix) * ll_bindtextdomain -- interceptor for bindtextdomain calls * to send ui callbacks *===============================*/ +#if ENABLE_NLS void ll_bindtextdomain (CNSTRING domain, CNSTRING localeDir) { -#if ENABLE_NLS STRING oldLocaleDir = 0; if (!gt_localeDirs) { @@ -112,8 +132,13 @@ ll_bindtextdomain (CNSTRING domain, CNSTRING localeDir) bindtextdomain(domain, localeDir); locales_notify_language_change(); -#endif /* ENABLE_NLS */ } +#else +void +ll_bindtextdomain (HINT_PARAM_UNUSED CNSTRING domain, HINT_PARAM_UNUSED CNSTRING localeDir) +{ +} +#endif /* ENABLE_NLS */ /*================================= * init_win32_gettext_shim -- * Handle user-specified iconv dll path @@ -157,7 +182,11 @@ init_win32_gettext_shim (void) * Created: 2002/11/28 (Perry Rapp) *===============================*/ void +#if ENABLE_NLS set_gettext_codeset (CNSTRING domain, CNSTRING codeset) +#else +set_gettext_codeset (HINT_PARAM_UNUSED CNSTRING domain, HINT_PARAM_UNUSED CNSTRING codeset) +#endif { #if ENABLE_NLS if (eqstr_ex(gt_codeset, codeset)) @@ -185,9 +214,6 @@ set_gettext_codeset (CNSTRING domain, CNSTRING codeset) bind_textdomain_codeset(domain, gt_codeset); if (eqstr(domain, PACKAGE)) locales_notify_uicodeset_changes(); -#else - domain = domain; /* unused */ - codeset = codeset; /* unused */ #endif /* ENABLE_NLS */ } /*================================= @@ -197,5 +223,9 @@ set_gettext_codeset (CNSTRING domain, CNSTRING codeset) CNSTRING get_gettext_codeset (void) { +#if ENABLE_NLS return gt_codeset; +#else + return NULL; +#endif } diff --git a/src/gedlib/locales.c b/src/gedlib/locales.c index fb3badca2..82373131e 100644 --- a/src/gedlib/locales.c +++ b/src/gedlib/locales.c @@ -44,8 +44,8 @@ static STRING llsetenv(STRING name, STRING value); #endif /* ! (defined(HAVE_SETLOCALE) && defined(HAVE_LC_MESSAGES) ) */ #endif /* ENABLE_NLS */ static void notify_gettext_language_changed(void); -static void send_uilang_callbacks(void); #ifdef ENABLE_NLS +static void send_uilang_callbacks(void); static STRING setmsgs(STRING localename); #endif /* ENABLE_NLS */ static char * win32_setlocale(int category, char * locale); @@ -458,7 +458,11 @@ is_msgcategory (int category) * win32_setlocale -- handle MS-Windows goofed up locale names *========================================*/ static char * +#if defined(_WIN32) && !defined(__CYGWIN__) win32_setlocale (int category, char * locale) +#else +win32_setlocale (HINT_PARAM_UNUSED int category, HINT_PARAM_UNUSED char * locale) +#endif { char * rtn = 0; #if defined(_WIN32) && !defined(__CYGWIN__) @@ -489,9 +493,6 @@ win32_setlocale (int category, char * locale) at least unless int_codeset == 0 */ rtn = setlocale(category, w32loc); } -#else - category=category; /* unused */ - locale=locale; /* unused */ #endif /* _WIN32 */ return rtn; } diff --git a/src/gedlib/messages.c b/src/gedlib/messages.c index 7053952da..c4e1e6a53 100644 --- a/src/gedlib/messages.c +++ b/src/gedlib/messages.c @@ -44,8 +44,8 @@ STRING empstr71 = SS " ZST qSiddbse = N_("You must identify a database."); ZST qSidldir = N_("What directory holds (or will hold) the LifeLines database? (? to list)"); ZST qSidldrp = N_("enter path: "); -ZST qSnodbse = N_("There is no LifeLines database in that directory."); -ZST qScrdbse = N_("Do you want to create a database there?"); +ZST qSnodbse = N_("No LifeLines database found."); +ZST qScrdbse = N_("Do you want to create a database at '%s'?"); ZST qSbdlkar = N_("Argument to lock (-l) must be y or n."); ZST qSnormls = N_("Cannot remove last person from family."); /* summary of options (compiled with Finnish as optional) */ @@ -414,7 +414,7 @@ ZST qSbadirefn = N_("REFN key is already in use."); ZST qStag2lng2cnc = N_("Tag is too long to connect automatically."); /* I,F,S,E,X are conventional letters, so leave them as is) */ ZST qSdbrecords = N_("Database records"); -ZST qSdbrecstats = N_("%dI, %dF, %dS, %dE, %dX"); +ZST qSdbrecstats = N_(FMT_INT "I, " FMT_INT "F, " FMT_INT "S," FMT_INT "E, " FMT_INT "X"); /* menus */ ZST qSmtitle = N_("LifeLines %s - Genealogical DB and Programming System"); @@ -442,7 +442,7 @@ ZST qSttllstbrw = N_("LifeLines -- List Browse Screen (* toggles menu)"); /* list menu */ -ZST qSchlistx = N_("Commands: Select by number, u Page Up, d Page Down, i Select, q Quit"); +ZST qSchlistx = N_("Commands: Select by number, u Page Up, d Page Down, q Quit"); ZST qSvwlistx = N_("Commands: u Page Up, d Page Down, q Quit"); ZST qSerrlist = N_("Messages:"); @@ -689,3 +689,12 @@ ZST qSmon_fr12A = N_("fruc"); ZST qSmon_fr12B = N_("fructidor"); ZST qSmon_fr13A = N_("comp"); ZST qSmon_fr13B = N_("jour_complementairs"); + +/* Copyright, warranty, contact information, etc. */ +ZST qSgen_copyright = N_("Copyright (C) 1991-2019 Thomas T. Wetmore IV and contributors."); +ZST qSgen_warranty = N_("This is free software; see the source for copying conditions. There is NO\n" + "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."); +ZST qSgen_license = N_("Lifelines is distributed under an X/MIT Open Source license.\n" + "\tSee file LICENSE in the program directory."); +ZST qSgen_website = N_("For more information, visit our web site at https://lifelines.github.io/lifelines/"); +ZST qSgen_bugreport = N_("Please report bugs to https://github.com/lifelines/lifelines/issues"); diff --git a/src/gedlib/misc.c b/src/gedlib/misc.c index f71cec68f..4205b62c2 100644 --- a/src/gedlib/misc.c +++ b/src/gedlib/misc.c @@ -36,6 +36,9 @@ #include "gedcom.h" #include "zstr.h" +static INT addat_count = 0; +static INT rmvat_count = 0; + /*======================================== * addat -- Add @'s to both ends of string * returns static buffer @@ -43,12 +46,26 @@ STRING addat (STRING str) { - STRING p; - static char buffer[3][20]; + /* + * This static buffer is an array of buffers that can be used for + * addat'ed strings. We need to use an array here since we may have + * multiple calls within a single operation and we don't want to overwrite + * values that haven't been copied or otherwise made permanent. + * Since GEDCOM 5.5 spefies that XREF values can be up to 22 chars, + * the static buffer needs to be at least 22+2+1=25 chars, but leave a + * little extra. + * + * Currently we need to support up to 3 addat() calls. + */ +#define ADDAT_SIZE 3 + static char buffer[ADDAT_SIZE][32]; static INT dex = 0; - if (++dex > 2) dex = 0; + STRING p; + addat_count++; + dex++; + if (dex == ADDAT_SIZE) dex = 0; p = buffer[dex]; - sprintf(p, "@%s@", str); + snprintf(p, sizeof(buffer[dex]), "@%s@", str); return p; } /*=========================================== @@ -59,16 +76,39 @@ addat (STRING str) static STRING rmvat_char (CNSTRING str, char c, char d) { + /* + * This static buffer is an array of buffers that can be used for + * addat'ed strings. We need to use an array here since we may have + * multiple calls within a single operation and we don't want to + * overwrite values that haven't been copied or made permanent. + * Since GEDCOM 5.5 spefies that XREF values can be up to 22 chars, + * the static buffer needs to be at least 22+2+1=25 chars, but leave a + * little extra. + * + * Currently we need to support a large number of rmvat() calls. + * + * The current limit of 32 appears sufficient, but there may be cases + * where static buffer reuse causes data corruption of various types. + * The solutions are to a) ensure that the values returned by rmvat() + * are saved, or b) increase the buffer size. + * + * Refer to https://github.com/lifelines/lifelines/issues/439 for one + * such scenario; a single INDI with 32 ASSO tags caused the INDI key + * to become corrupted because the ASSO tag processing caused the rmvat + * buffer to wrap. + */ +#define RMVAT_SIZE 32 + static char buffer[RMVAT_SIZE][32]; + static INT dex = 0; + STRING p; int len; - /* WARNING: GEDCOM 5.5 specifies that the resulting string (XREF) can be - * 1 to 22 characters. Allow a little extra. */ - static char buffer[32][32]; /* was [10][20] pbm 11-jun-96*/ - static INT dex = 0; /* Watch out for bad pointers */ if((str == NULL) || (*str == '\0')) return(NULL); if (str[0] != c) return NULL; - if (++dex > 31) dex = 0; /* was 9 pbm 11-jun-96*/ + rmvat_count++; + dex++; + if (dex == RMVAT_SIZE) dex = 0; p = buffer[dex]; len = strlen(str+1); if (str[len] != d) return NULL; diff --git a/src/gedlib/names.c b/src/gedlib/names.c index 5f84d4bc9..9bcb550ae 100644 --- a/src/gedlib/names.c +++ b/src/gedlib/names.c @@ -67,7 +67,7 @@ static STRING parts_to_name(STRING*); static BOOLEAN piecematch(STRING, STRING); static void remove_namekey(const RKEY * rkeyname, CNSTRING name, const RKEY * rkeyid); /* static void rkey_cpy(const RKEY * src, RKEY * dest);*/ -static BOOLEAN rkey_eq(const RKEY * rkey1, const RKEY * rkey2); +BOOLEAN rkey_eq(const RKEY * rkey1, const RKEY * rkey2); static void soundex2rkey(char finitial, CNSTRING sdex, RKEY * rkey); static void squeeze(CNSTRING, STRING); static STRING upsurname(STRING); @@ -82,15 +82,15 @@ static STRING upsurname(STRING); * same first letter in their first given name, are indexed * together *=================================================================== - * database record format -- The first INT of the record holds the + * database record format -- The first INT32 of the record holds the * number of names indexed in the record *------------------------------------------------------------------- - * 1 INT nnames - number of names indexed in this record - * nnames RKEY rkeys - RKEYs of the INDI records with the names - * nnames INT noffs - offsets into following strings where names - * begin - * nnames STRING names - char buffer where the names are stored - * based on char offsets + * 1 INT32 nnames - number of names indexed in this record + * nnames RKEY rkeys - RKEYs of the INDI records with the names + * nnames INT32 noffs - offsets into following strings where names + * begin + * nnames STRING names - char buffer where the names are stored + * based on char offsets *------------------------------------------------------------------- * internal format -- At any time there can be only one name record * stored internally; the data is stored in global data structures @@ -98,27 +98,29 @@ static STRING upsurname(STRING); * RKEY NRkey - RKEY of the current name record * STRING NRrec - current name record * INT NRsize - size of current name record - * INT NRcount - number of entries in current name record - * INT *NRoffs - char offsets to names in current name - * record + * INT32 NRmax - max allocation size of internal arrays + * INT32 NRcount - number of entries in current name record * RKEY *NRkeys - RKEYs of the INDI records with the names + * INT32 *NRoffs - char offsets to names in current name record * CNSTRING *NRnames - name values from INDI records that the * index is based upon - * INT NRmax - max allocation size of internal arrays *------------------------------------------------------------------- * When a name record is used to match a search name, the internal * structures are modified to remove all entries that don't match * the name; in addition, other global data structures are used *=================================================================*/ +/* Current name record - raw */ static RKEY NRkey; static STRING NRrec = NULL; static INT NRsize; -static INT NRcount; -static INT *NRoffs; + +/* Current name record - parsed */ +static INT NRmax = 0; +static INT32 NRcount; +static INT32 *NRoffs; static RKEY *NRkeys; static CNSTRING *NRnames; -static INT NRmax = 0; /********************************************* @@ -126,6 +128,46 @@ static INT NRmax = 0; * body of module *********************************************/ +/*==================================================== + * allocnamerec -- Allocate internal name record + *==================================================*/ +static void +allocnamerec(void) +{ + ASSERT(NRmax); + NRkeys = (RKEY *) stdalloc((NRmax)*sizeof(RKEY)); + NRoffs = (INT32 *) stdalloc((NRmax)*sizeof(INT32)); + NRnames = (CNSTRING *) stdalloc((NRmax)*sizeof(STRING)); +} + +/*==================================================== + * freenamerec -- Free internal name record + *==================================================*/ +static void +freenamerec(void) +{ + stdfree(NRkeys); + NRkeys = NULL; + stdfree(NRoffs); + NRoffs = NULL; + stdfree((STRING)NRnames); + NRnames = NULL; + NRmax = 0; +} + +/*==================================================== + * reallocnamerec -- Reallocate internal name record + *==================================================*/ +static void +reallocnamerec(void) +{ + if (NRmax != 0) { + freenamerec(); + } + NRmax = NRcount + 10; + allocnamerec(); +} + /*==================================================== * parsenamerec -- Store name rec in file buffers *==================================================*/ @@ -133,30 +175,34 @@ static void parsenamerec (const RKEY * rkey, CNSTRING p) { INT i; - memcpy(&NRkey, rkey, sizeof(*rkey)); -/* Store name record in data structures */ - memcpy (&NRcount, p, sizeof(INT)); + ASSERT(NRcount < 1000000); /* 1000000 names in a given slot ? */ - p += sizeof(INT); + + /* update name record key */ + memcpy(&NRkey, rkey, sizeof(*rkey)); + + /* copy record count */ + memcpy (&NRcount, p, sizeof(NRcount)); + p += sizeof(NRcount); + + /* reallocate backing storage if needed */ if (NRcount >= NRmax - 1) { - if (NRmax != 0) { - stdfree(NRkeys); - stdfree(NRoffs); - stdfree((STRING)NRnames); - } - NRmax = NRcount + 10; - NRkeys = (RKEY *) stdalloc((NRmax)*sizeof(RKEY)); - NRoffs = (INT *) stdalloc((NRmax)*sizeof(INT)); - NRnames = (CNSTRING *) stdalloc((NRmax)*sizeof(STRING)); + reallocnamerec(); } + + /* copy keys */ for (i = 0; i < NRcount; i++) { - memcpy(&NRkeys[i], p, sizeof(RKEY)); - p += sizeof(RKEY); + memcpy(&NRkeys[i], p, sizeof(NRkeys[i])); + p += sizeof(NRkeys[i]); } + + /* copy offsets */ for (i = 0; i < NRcount; i++) { - memcpy(&NRoffs[i], p, sizeof(INT)); - p += sizeof(INT); + memcpy(&NRoffs[i], p, sizeof(NRoffs[i])); + p += sizeof(NRoffs[i]); } + + /* copy names */ for (i = 0; i < NRcount; i++) NRnames[i] = p + NRoffs[i]; } @@ -173,20 +219,24 @@ across database reloads if (NRrec && eqrkey(rkey, &NRKEY)) return NRcount>0; */ + /* update name record key */ memcpy(&NRkey, rkey, sizeof(*rkey)); + + /* free existing record storage */ strfree(&NRrec); + + /* get record by key */ p = NRrec = bt_getrecord(BTR, rkey, &NRsize); if (!NRrec) { NRcount = 0; if (NRmax == 0) { - NRmax = 10; - NRkeys = (RKEY *) stdalloc(10*sizeof(RKEY)); - NRoffs = (INT *) stdalloc(10*sizeof(INT)); - NRnames = (CNSTRING *) stdalloc(10*sizeof(STRING)); + allocnamerec(); } return; } + + /* parse name record */ parsenamerec(rkey, p); } /*============================================ @@ -224,7 +274,7 @@ soundex2rkey (char finitial, CNSTRING sdex, RKEY * rkey) /*============================================ * eqrkey - Are two rkeys the same ? *==========================================*/ -static BOOLEAN +BOOLEAN rkey_eq (const RKEY * rkey1, const RKEY * rkey2) { INT i; @@ -400,8 +450,9 @@ add_name (CNSTRING name, CNSTRING key) static void add_namekey (const RKEY * rkeyname, CNSTRING name, const RKEY * rkeyid) { - INT i=0, len=0, off=0; - STRING p=0, rec=0; + INT i, len, recsize; + INT32 off; + STRING p, rec; /* load up local name record buffers */ getnamerec(rkeyname); @@ -412,37 +463,53 @@ add_namekey (const RKEY * rkeyname, CNSTRING name, const RKEY * rkeyid) eqstr(name, NRnames[i])) return; } + + /* update directory */ NRkeys[NRcount] = *rkeyid; NRnames[NRcount] = name; + /* increase record count */ NRcount++; - p = rec = (STRING) stdalloc(NRsize + sizeof(RKEY) + - sizeof(INT) + strlen(name) + 10); - len = 0; - memcpy(p, &NRcount, sizeof(INT)); - p += sizeof(INT); - len += sizeof(INT); + + /* allocate new record */ + recsize = sizeof(RKEY) + sizeof(INT32) + strlen(name) + 10; + p = rec = (STRING) stdalloc(NRsize + recsize); + len = off = 0; + + /* copy record count */ + memcpy(p, &NRcount, sizeof(NRcount)); + p += sizeof(NRcount); + len += sizeof(NRcount); + + /* copy keys */ for (i = 0; i < NRcount; i++) { - memcpy(p, &NRkeys[i], sizeof(RKEY)); - p += sizeof(RKEY); - len += sizeof(RKEY); + memcpy(p, &NRkeys[i], sizeof(NRkeys[i])); + p += sizeof(NRkeys[i]); + len += sizeof(NRkeys[i]); } - off = 0; + + /* recompute offsets */ + ASSERT(sizeof(off) == sizeof(*NRoffs)); for (i = 0; i < NRcount; i++) { - memcpy(p, &off, sizeof(INT)); - p += sizeof(INT); - len += sizeof(INT); + memcpy(p, &off, sizeof(off)); + p += sizeof(off); + len += sizeof(off); off += strlen(NRnames[i]) + 1; } + + /* copy names */ for (i = 0; i < NRcount; i++) { - memcpy(p, NRnames[i], strlen(NRnames[i]) + 1); - p += strlen(NRnames[i]) + 1; - len += strlen(NRnames[i]) + 1; + INT namelen = strlen(NRnames[i]) + 1; + memcpy(p, NRnames[i], namelen); + p += namelen; + len += namelen; } + + /* update record in btree, free record storage */ bt_addrecord(BTR, NRkey, rec, len); stdfree(rec); - /* NRnames[NRcount] doesn't point into record */ + /* flush cache as name record has changed */ flush_name_cache(); } /*============================================= @@ -486,14 +553,15 @@ remove_name (STRING name, CNSTRING key) static void remove_namekey (const RKEY * rkeyname, CNSTRING name, const RKEY * rkeyid) { - INT i=0, len=0, off=0; - STRING p=0, rec=0; - BOOLEAN found; + INT i, len; + INT32 off; + STRING p, rec; + BOOLEAN found = FALSE; /* load up local name record buffers */ getnamerec(rkeyname); - found = FALSE; + /* check if name already present in name record */ for (i = 0; i < NRcount; i++) { if (rkey_eq(rkeyid, &NRkeys[i]) && eqstr(name, NRnames[i])) { @@ -503,35 +571,55 @@ remove_namekey (const RKEY * rkeyname, CNSTRING name, const RKEY * rkeyid) } if (!found) return; - NRcount--; - for ( ; i < NRcount; i++) { + /* update directory */ + for ( ; i < NRcount-1; i++) { NRkeys[i] = NRkeys[i+1]; NRnames[i] = NRnames[i+1]; } + + /* decrease record count */ + NRcount--; + + /* allocate new record */ p = rec = (STRING) stdalloc(NRsize); - len = 0; - memcpy(p, &NRcount, sizeof(INT)); - p += sizeof(INT); - len += sizeof(INT); + len = off = 0; + + /* copy record count */ + memcpy(p, &NRcount, sizeof(NRcount)); + p += sizeof(NRcount); + len += sizeof(NRcount); + + /* copy keys */ for (i = 0; i < NRcount; i++) { - memcpy(p, &NRkeys[i], sizeof(RKEY)); - p += sizeof(RKEY); - len += sizeof(RKEY); + memcpy(p, &NRkeys[i], sizeof(NRkeys[i])); + p += sizeof(NRkeys[i]); + len += sizeof(NRkeys[i]); } + + /* recompute offsets */ + ASSERT(sizeof(off) == sizeof(*NRoffs)); off = 0; for (i = 0; i < NRcount; i++) { - memcpy(p, &off, sizeof(INT)); - p += sizeof(INT); - len += sizeof(INT); + memcpy(p, &off, sizeof(off)); + p += sizeof(off); + len += sizeof(off); off += strlen(NRnames[i]) + 1; } + + /* copy names */ for (i = 0; i < NRcount; i++) { - memcpy(p, NRnames[i], strlen(NRnames[i]) + 1); - p += strlen(NRnames[i]) + 1; - len += strlen(NRnames[i]) + 1; + INT namelen = strlen(NRnames[i]) + 1; + memcpy(p, NRnames[i], namelen); + p += namelen; + len += namelen; } + + /* update record in btree, free record storage */ bt_addrecord(BTR, NRkey, rec, len); stdfree(rec); + + /* flush cache as name record has changed */ + flush_name_cache(); } /*========================================================= * exactmatch -- Check if first name is contained in second @@ -642,7 +730,9 @@ find_indis_by_name (CNSTRING name) if ((rec = id_by_key(name, 'I'))) { STRING key = rmvat(nxref(nztop(rec))); enqueue_list(list, strsave(key)); - return list; + /* no longer need the record */ + release_record(rec); + goto finish; } for (i=0; inext = (NDALLOC) (node + 1); + node++; + } + + // Set up next pointer for 100th node + ((NDALLOC) node)->next = (NDALLOC) 0; + + return alloc_block; +} + /*===================================== * alloc_node -- Special node allocator *===================================*/ static NODE -alloc_node (void) +alloc_node_int (HINT_PARAM_UNUSED char* msg, HINT_PARAM_UNUSED char* file, HINT_PARAM_UNUSED int line) { NODE node; - NDALLOC blck; - int i; + + // Allocate block of nodes if (first_blck == (NDALLOC) 0) { - node = (NODE) stdalloc(100*sizeof(*node)); - first_blck = (NDALLOC) node; - for (i = 1; i <= 99; i++) { - blck = (NDALLOC) node; - blck->next = (NDALLOC) (node + 1); - node++; - } - ((NDALLOC) node)->next = (NDALLOC) 0; + first_blck = alloc_node_block(); } + + // Use first free node in block node = (NODE) first_blck; first_blck = first_blck->next; ++live_count; + TRACK_NODE(node, TRACK_OP_ALLOC, msg, file, line); return node; } /*====================================== * free_node -- Special node deallocator *====================================*/ void -free_node (NODE node) +free_node_int (NODE node, HINT_PARAM_UNUSED char *msg, HINT_PARAM_UNUSED char *file, HINT_PARAM_UNUSED int line) { if (nxref(node)) stdfree(nxref(node)); if (nval(node)) stdfree(nval(node)); @@ -170,6 +212,7 @@ free_node (NODE node) ((NDALLOC) node)->next = first_blck; first_blck = (NDALLOC) node; --live_count; + TRACK_NODE(node, TRACK_OP_FREE, msg, file, line); } /*=========================== * create_node -- Create NODE @@ -182,7 +225,7 @@ free_node (NODE node) NODE create_node (STRING xref, STRING tag, STRING val, NODE prnt) { - NODE node = alloc_node(); + NODE node = alloc_node("create_node"); memset(node, 0, sizeof(*node)); nxref(node) = fixup(xref); ntag(node) = fixtag(tag); @@ -225,7 +268,7 @@ free_temp_node_tree (NODE node) free_temp_node_tree(n2); nsibling(node) = 0; } - free_node(node); + free_node(node,"free_temp_node_tree"); } /*=================================== * is_temp_node -- Return whether node is a temp @@ -256,7 +299,7 @@ free_nodes (NODE node) while (node) { if (nchild(node)) free_nodes(nchild(node)); sib = nsibling(node); - free_node(node); + free_node(node,"free_nodes"); node = sib; } } @@ -285,7 +328,7 @@ node_strlen (INT levl, /* level */ { INT len; char scratch[10]; - sprintf(scratch, "%ld", levl); + snprintf(scratch, sizeof(scratch), FMT_INT, levl); len = strlen(scratch) + 1; if (nxref(node)) len += strlen(nxref(node)) + 1; len += strlen(ntag(node)); @@ -441,7 +484,7 @@ fam_to_wife (RECORD frec, RECORD * prec) NODE fam_to_spouse (NODE fam, NODE indi) { - INT num; + HINT_VAR_UNUSED INT num; if (!fam) return NULL; FORHUSBS(fam, husb, num) if(husb != indi) return(husb); @@ -840,7 +883,7 @@ event_to_plac (NODE node, BOOLEAN shrt) void show_node (NODE node) { - if (!node) llwprintf("(NIL)"); + if (!node) llwprintf("%s", "(NIL)"); show_node_rec(0, node); } /*================================================ @@ -853,12 +896,12 @@ show_node_rec (INT levl, INT i; if (!node) return; for (i = 1; i < levl; i++) - llwprintf(" "); - llwprintf("%d", levl); + llwprintf("%s", " "); + llwprintf(FMT_INT, levl); if (nxref(node)) llwprintf(" %s", nxref(node)); llwprintf(" %s", ntag(node)); if (nval(node)) llwprintf(" %s", nval(node)); - llwprintf("\n"); + llwprintf("%s", "\n"); show_node_rec(levl + 1, nchild(node)); show_node_rec(levl , nsibling(node)); } @@ -1149,7 +1192,7 @@ node_destructor (VTABLE *obj) { NODE node = (NODE)obj; ASSERT((*obj) == &vtable_for_node); - free_node(node); + free_node(node,"node_destructor"); } /*================================================= * check_node_leaks -- Called when database closing @@ -1159,20 +1202,22 @@ void check_node_leaks (void) { if (live_count) { - STRING report_leak_path = getlloptstr("ReportLeakLog", NULL); - FILE * fp=0; - if (report_leak_path) - fp = fopen(report_leak_path, LLAPPENDTEXT); - if (fp) { + if (fpleaks) { LLDATE date; get_current_lldate(&date); - fprintf(fp, _("Node memory leaks:")); - fprintf(fp, " %s", date.datestr); - fprintf(fp, "\n "); - fprintf(fp, _pl("%d item leaked", "%d items leaked", live_count), live_count); - fprintf(fp, "\n"); - fclose(fp); - fp = 0; + fprintf(fpleaks, _("Node memory leaks:")); + fprintf(fpleaks, " %s", date.datestr); + fprintf(fpleaks, "\n "); + fprintf(fpleaks, _pl("%d item leaked", "%d items leaked", live_count), live_count); + fprintf(fpleaks, "\n"); } } } +/*================================================= + * term_node_allocator -- Called to free all nodes in the free list + *===============================================*/ +void +term_node_allocator (void) +{ + destroy_list(alloc_block_list); +} diff --git a/src/gedlib/nodechk.c b/src/gedlib/nodechk.c index 343c40e31..b19acf340 100644 --- a/src/gedlib/nodechk.c +++ b/src/gedlib/nodechk.c @@ -97,6 +97,6 @@ static void failreport (CNSTRING msg, INT level, CNSTRING key, CNSTRING scope) { char buffer[512]; - snprintf(buffer, 512, "(%s:%s level %ld) %s", scope, key, level, msg); + snprintf(buffer, sizeof(buffer), "(%s:%s level " FMT_INT ") %s", scope, key, level, msg); FATAL2(buffer); } diff --git a/src/gedlib/nodeio.c b/src/gedlib/nodeio.c index 7a62bf3a6..e6259a411 100644 --- a/src/gedlib/nodeio.c +++ b/src/gedlib/nodeio.c @@ -133,13 +133,13 @@ buffer_to_line (STRING p, INT *plev, STRING *pxref *pmsg = *pxref = *pval = 0; if (!p || *p == 0) { - sprintf(scratch, _(qSreremp), flineno); + snprintf(scratch, sizeof(scratch), _(qSreremp), flineno); *pmsg = scratch; return ERROR; } striptrail(p); if (strlen(p) > MAXLINELEN) { - sprintf(scratch, _(qSrerlng), flineno); + snprintf(scratch, sizeof(scratch), _(qSrerlng), flineno); *pmsg = scratch; return ERROR; } @@ -147,7 +147,7 @@ buffer_to_line (STRING p, INT *plev, STRING *pxref /* Get level number */ skipws(&p); if (chartype((uchar)*p) != DIGIT) { - sprintf(scratch, _(qSrernlv), flineno); + snprintf(scratch, sizeof(scratch), _(qSrernlv), flineno); *pmsg = scratch; return ERROR; } @@ -159,26 +159,26 @@ buffer_to_line (STRING p, INT *plev, STRING *pxref /* Get cross reference, if there */ skipws(&p); if (*p == 0) { - sprintf(scratch, _(qSrerinc), flineno); + snprintf(scratch, sizeof(scratch), _(qSrerinc), flineno); *pmsg = scratch; return ERROR; } if (*p != '@') goto gettag; *pxref = p++; if (*p == '@') { - sprintf(scratch, _(qSrerbln), flineno); + snprintf(scratch, sizeof(scratch), _(qSrerbln), flineno); *pmsg = scratch; return ERROR; } while (*p != '@') p++; p++; if (*p == 0) { - sprintf(scratch, _(qSrerinc), flineno); + snprintf(scratch, sizeof(scratch), _(qSrerinc), flineno); *pmsg = scratch; return ERROR; } if (!iswhite((uchar)*p)) { - sprintf(scratch, _(qSrernwt), flineno); + snprintf(scratch, sizeof(scratch), _(qSrernwt), flineno); *pmsg = scratch; return ERROR; } @@ -188,7 +188,7 @@ buffer_to_line (STRING p, INT *plev, STRING *pxref gettag: skipws(&p); if (*p == 0) { - sprintf(scratch, _(qSrerinc), flineno); + snprintf(scratch, sizeof(scratch), _(qSrerinc), flineno); *pmsg = scratch; return ERROR; } @@ -244,7 +244,7 @@ file_to_node (STRING fname, XLAT ttm, STRING *pmsg, BOOLEAN *pemp) *pmsg = NULL; *pemp = FALSE; if (!(fp = fopen(fname, LLREADTEXT))) { - sprintf(scratch, "Could not open file %s", fname); + snprintf(scratch, sizeof(scratch), "Could not open file %s", fname); *pmsg = scratch; return NULL; } @@ -391,7 +391,7 @@ next_fp_to_node (FILE *fp, BOOLEAN list, XLAT ttm, curlev = lev; } else if (lev < curlev) { if (lev < lev0) { - sprintf(scratch, _(qSrerilv), flineno); + snprintf(scratch, sizeof(scratch), _(qSrerilv), flineno); *pmsg = scratch; bcode = ERROR; break; @@ -408,7 +408,7 @@ next_fp_to_node (FILE *fp, BOOLEAN list, XLAT ttm, nsibling(curnode) = node; curnode = node; } else { - sprintf(scratch, _(qSrerilv), flineno); + snprintf(scratch, sizeof(scratch), _(qSrerilv), flineno); *pmsg = scratch; bcode = ERROR; break; @@ -432,11 +432,10 @@ next_fp_to_node (FILE *fp, BOOLEAN list, XLAT ttm, * returns addref'd record *==========================================*/ RECORD -string_to_record (STRING str, CNSTRING key, INT len) +string_to_record (STRING str, CNSTRING key, HINT_PARAM_UNUSED INT len) { RECORD rec = 0; NODE node = 0; - len=len; /* unused */ /* we must fill in the top field */ @@ -453,6 +452,7 @@ string_to_record (STRING str, CNSTRING key, INT len) } if (node) { rec = create_record_for_keyed_node(node, key); + ASSERT(rec); } return rec; } @@ -489,7 +489,7 @@ string_to_node (STRING str) curlev = lev; } else if (lev < curlev) { if (lev < lev0) { - llwprintf("Error: line %d: illegal level", + llwprintf("Error: line " FMT_INT ": illegal level", flineno); goto string_to_node_fail; } @@ -501,7 +501,7 @@ string_to_node (STRING str) nsibling(curnode) = node; curnode = node; } else { - llwprintf("Error: line %d: illegal level", flineno); + llwprintf("Error: line " FMT_INT ": illegal level", flineno); goto string_to_node_fail; } } @@ -554,7 +554,7 @@ write_node (INT levl, FILE *fp, XLAT ttm, NODE node, for (i = 1; i < levl; i++) fprintf(fp, " "); } - fprintf(fp, "%ld", levl); + fprintf(fp, FMT_INT, levl); if (nxref(node)) fprintf(fp, " %s", nxref(node)); fprintf(fp, " %s", ntag(node)); if ((p = nval(node))) { @@ -595,7 +595,7 @@ swrite_node (INT levl, /* level */ { char scratch[600]; STRING q = scratch; - sprintf(q, "%ld ", levl); + snprintf(q, sizeof(scratch), FMT_INT " ", levl); q += strlen(q); if (nxref(node)) { strcpy(q, nxref(node)); diff --git a/src/gedlib/record.c b/src/gedlib/record.c index e3b6f9a70..b042fd1e5 100644 --- a/src/gedlib/record.c +++ b/src/gedlib/record.c @@ -11,8 +11,7 @@ #include "gedcomi.h" #include "vtable.h" #include "cache.h" -#include "lloptions.h" - +#include "leaksi.h" /*============================== * RECORD -- in-memory representation of GEDCOM record @@ -30,8 +29,10 @@ struct tag_record { /* RECORD */ * local function prototypes *********************************************/ -static RECORD alloc_new_record(void); -static void free_rec(RECORD rec); +#define alloc_new_record(msg) alloc_new_record_int(msg,__FILE__,__LINE__) +static RECORD alloc_new_record_int (char *msg, char *file, int line); +#define free_rec(r,m) free_rec_int(r,m,__FILE__,__LINE__) +static void free_rec_int (RECORD rec, char *msg, char* file, int line); static BOOLEAN is_record_loaded (RECORD rec); static void record_destructor(VTABLE *obj); @@ -57,10 +58,11 @@ static int f_nrecs=0; * returns addref'd record *=================================*/ static RECORD -alloc_new_record (void) +alloc_new_record_int (HINT_PARAM_UNUSED char *msg, HINT_PARAM_UNUSED char *file, HINT_PARAM_UNUSED int line) { RECORD rec; ++f_nrecs; + /* allocate and clear record */ rec = (RECORD)stdalloc(sizeof(*rec)); memset(rec, 0, sizeof(*rec)); /* these must be filled in by caller */ @@ -68,7 +70,11 @@ alloc_new_record (void) strcpy(rec->rec_nkey.key, ""); rec->rec_nkey.keynum = 0; rec->rec_nkey.ntype = 0; - ++rec->refcnt; + /* increment refcount */ + addref_record(rec); + /* trace */ + TRACK_RECORD(rec, TRACK_OP_ALLOC, msg, file, line); + /* return */ return rec; } /*=================================== @@ -78,9 +84,11 @@ alloc_new_record (void) * Created: 2000/12/30, Perry Rapp *=================================*/ static void -free_rec (RECORD rec) +free_rec_int (RECORD rec, HINT_PARAM_UNUSED char *msg, HINT_PARAM_UNUSED char* file, HINT_PARAM_UNUSED int line) { --f_nrecs; + /* trace */ + TRACK_RECORD(rec, TRACK_OP_FREE, msg, file, line); if (rec->rec_cel) { /* cached record */ /* cel memory belongs to cache, but we must tell it @@ -193,7 +201,7 @@ record_remove_cel (RECORD rec, CACHEEL cel) RECORD make_new_record_with_info (CNSTRING key, CACHEEL cel) { - RECORD rec = alloc_new_record(); + RECORD rec = alloc_new_record("make_new_record_with_info"); set_record_key_info(rec, key); record_set_cel(rec, cel); return rec; @@ -209,7 +217,7 @@ set_record_key_info (RECORD rec, CNSTRING key) NODE node=0; INT keynum = atoi(key+1); char ntype = key[0]; - sprintf(xref, "@%s@", key); + snprintf(xref, sizeof(xref), "@%s@", key); strcpy(rec->rec_nkey.key, key); rec->rec_nkey.keynum = keynum; rec->rec_nkey.ntype = ntype; @@ -286,7 +294,8 @@ init_new_record (RECORD rec, CNSTRING key) RECORD create_record_for_keyed_node (NODE node, CNSTRING key) { - RECORD rec = alloc_new_record(); + RECORD rec = alloc_new_record("create_record_for_keyed_node"); + ASSERT(rec); if (!key) key = nxref(node); rec->rec_top = node; @@ -301,7 +310,7 @@ create_record_for_keyed_node (NODE node, CNSTRING key) RECORD create_record_for_unkeyed_node (NODE node) { - RECORD rec = alloc_new_record(); + RECORD rec = alloc_new_record("create_record_for_unkeyed_node"); rec->rec_top = node; return rec; } @@ -309,24 +318,26 @@ create_record_for_unkeyed_node (NODE node) * addref_record -- increment reference count of record *===============================================*/ void -addref_record (RECORD rec) +addref_record_int (RECORD rec, HINT_PARAM_UNUSED char *file, HINT_PARAM_UNUSED int line) { if (!rec) return; ASSERT(rec->vtable == &vtable_for_record); ++rec->refcnt; + TRACK_RECORD_REFCNT(rec, TRACK_OP_REFCNT_INC, file, line); } /*================================================= * release_record -- decrement reference count of record * and free if appropriate (ref count hits zero) *===============================================*/ void -release_record (RECORD rec) +release_record_int (RECORD rec, HINT_PARAM_UNUSED char *file, HINT_PARAM_UNUSED int line) { if (!rec) return; ASSERT(rec->vtable == &vtable_for_record); --rec->refcnt; + TRACK_RECORD_REFCNT(rec, TRACK_OP_REFCNT_DEC, file, line); if (!rec->refcnt) { - free_rec(rec); + free_rec(rec,"release_record"); } } /*================================================= @@ -338,7 +349,7 @@ record_destructor (VTABLE *obj) { RECORD rec = (RECORD)obj; ASSERT((*obj) == &vtable_for_record); - free_rec(rec); + free_rec(rec,"record_destructor"); } /*================================================= * check_record_leaks -- Called when database closing @@ -348,20 +359,14 @@ void check_record_leaks (void) { if (f_nrecs) { - STRING report_leak_path = getlloptstr("ReportLeakLog", NULL); - FILE * fp=0; - if (report_leak_path) - fp = fopen(report_leak_path, LLAPPENDTEXT); - if (fp) { + if (fpleaks) { LLDATE date; get_current_lldate(&date); - fprintf(fp, _("Record memory leaks:")); - fprintf(fp, " %s", date.datestr); - fprintf(fp, "\n "); - fprintf(fp, _pl("%d item leaked", "%d items leaked", f_nrecs), f_nrecs); - fprintf(fp, "\n"); - fclose(fp); - fp = 0; + fprintf(fpleaks, _("Record memory leaks:")); + fprintf(fpleaks, " %s", date.datestr); + fprintf(fpleaks, "\n "); + fprintf(fpleaks, _pl("%d item leaked", "%d items leaked", f_nrecs), f_nrecs); + fprintf(fpleaks, "\n"); } } } diff --git a/src/gedlib/refns.c b/src/gedlib/refns.c index 9f6510985..eefa3a3fc 100644 --- a/src/gedlib/refns.c +++ b/src/gedlib/refns.c @@ -37,6 +37,7 @@ #include "lloptions.h" #include "zstr.h" #include "cache.h" +#include "gedcomi.h" /********************************************* * external/imported variables @@ -64,12 +65,12 @@ static BOOLEAN resolve_node(NODE node, BOOLEAN annotate_pointers); * refn records; all records with user keys starting with the same first * two characters are indexed together *========================================================================= - * database record format -- The first INT of the record holds the + * database record format -- The first INT32 of the record holds the * number of refns indexed in the record *------------------------------------------------------------------- - * 1 INT nrefns - number of refns indexed in this record - * nrefns RKEY rkeys - RKEYs of the INDI records with the refns - * nrefns INT noffs - offsets into following strings where refns + * 1 INT32 nrefns - number of refns indexed in this record + * nrefns RKEY rkeys - RKEYs of the INDI records with the refns + * nrefns INT32 noffs - offsets into following strings where refns * begin * nrefns STRING refns - char buffer where the refns are stored * based on char offsets @@ -80,40 +81,124 @@ static BOOLEAN resolve_node(NODE node, BOOLEAN annotate_pointers); * RKEY RRkey - RKEY of the current refn record * STRING RRrec - current refn record * INT RRsize - size of current refn record - * INT RRcount - number of entries in current refn record - * INT *RRoffs - char offsets to refnl in current refn record + * INT32 RRmax - max allocation size of internal arrays + * INT32 RRcount - number of entries in current refn record * RKEY *RRkeys - RKEYs of the INDI records with the refn + * INT32 *RRoffs - char offsets to refnl in current refn record * CNSTRING *RRrefns - refn values from INDI records that the * index is based upon - * INT RRmax - max allocation size of internal arrays *------------------------------------------------------------------- * When a refn record is used to match a search refn, the internal * structures are modified to remove all entries that don't match * the refn; in addition, other global data structures are used *------------------------------------------------------------------- * STRING *RMkeys - keys (strings) of all INDI records that match - * INT RMcount - number of entries in modified record arrays - * INT RMmax - max allocation size of RMkeys array + * INT32 RMmax - max allocation size of RMkeys array + * INT32 RMcount - number of entries in modified record arrays *=================================================================*/ +/* Current refns record - raw */ static RKEY RRkey; static STRING RRrec = NULL; static INT RRsize; -static INT RRcount; -static INT *RRoffs; + +/* Current refns record - parsed */ +static INT32 RRmax = 0; +static INT32 RRcount; +static INT32 *RRoffs; static RKEY *RRkeys; static CNSTRING *RRrefns; -static INT RRmax = 0; static STRING *RMkeys = NULL; -static INT RMcount = 0; -static INT RMmax = 0; +static INT32 RMmax = 0; +static INT32 RMcount = 0; /********************************************* * local function definitions * body of module *********************************************/ +/*==================================================== + * allocrefnrec -- Allocate internal refn record + *==================================================*/ +static void +allocrefnrec(void) +{ + ASSERT(RRmax); + RRoffs = (INT32 *) stdalloc((RRmax)*sizeof(INT32)); + RRkeys = (RKEY *) stdalloc((RRmax)*sizeof(RKEY)); + RRrefns = (CNSTRING *) stdalloc((RRmax)*sizeof(CNSTRING)); +} + +/*==================================================== + * freerefnrec -- Free internal refn record + *==================================================*/ +static void +freerefnrec(void) +{ + stdfree(RRkeys); + RRkeys = NULL; + stdfree(RRoffs); + RRoffs = NULL; + stdfree((CNSTRING)RRrefns); + RRrefns = NULL; + RRmax = 0; +} + +/*==================================================== + * reallocrefnrec -- Reallocate internal refn record + *==================================================*/ +static void +reallocrefnrec(void) +{ + if (RRmax != 0) { + freerefnrec(); + } + RRmax = RRcount + 10; + allocrefnrec(); +} + +/*==================================================== + * allocrefnmrec -- Allocate internal refn match record + *==================================================*/ +static void +allocrefnmrec(void) +{ + ASSERT(RRcount); + RMkeys = (STRING *) stdalloc(RRcount*sizeof(STRING)); + RMcount = RRcount; + RMmax = RRcount; +} + +/*==================================================== + * freerefnmrec -- Free internal refn match record + *==================================================*/ +static void +freerefnmrec(void) +{ + INT i; + + for (i = 0; i < RMcount; i++) + { + stdfree(RMkeys[i]); + RMkeys[i] = NULL; + } + stdfree(RMkeys); + RMkeys = NULL; + RMcount = 0; + RMmax = 0; +} + +/*==================================================== + * reallocrefnmrec -- Reallocate internal refn match record + *==================================================*/ +static void +reallocrefnmrec(void) +{ + freerefnmrec(); + allocrefnmrec(); +} + /*==================================================== * parserefnrec -- Store refn rec in file buffers *==================================================*/ @@ -121,29 +206,34 @@ static void parserefnrec (RKEY rkey, CNSTRING p) { INT i; + + ASSERT(RRcount < 1000000); /* 1000000 renfs in a given slot ? */ + + /* update refn record key */ RRkey = rkey; -/* Store refn record in data structures */ - memcpy (&RRcount, p, sizeof(INT)); - p += sizeof(INT); + + /* copy record count */ + memcpy (&RRcount, p, sizeof(RRcount)); + p += sizeof(RRcount); + + /* reallocate backing storage if needed */ if (RRcount >= RRmax - 1) { - if (RRmax != 0) { - stdfree(RRkeys); - stdfree(RRoffs); - stdfree((STRING)RRrefns); - } - RRmax = RRcount + 10; - RRkeys = (RKEY *) stdalloc((RRmax)*sizeof(RKEY)); - RRoffs = (INT *) stdalloc((RRmax)*sizeof(INT)); - RRrefns = (CNSTRING *) stdalloc((RRmax)*sizeof(STRING)); + reallocrefnrec(); } + + /* copy keys */ for (i = 0; i < RRcount; i++) { - memcpy(&RRkeys[i], p, sizeof(RKEY)); - p += sizeof(RKEY); + memcpy(&RRkeys[i], p, sizeof(RRkeys[i])); + p += sizeof(RRkeys[i]); } + + /* copy offsets */ for (i = 0; i < RRcount; i++) { - memcpy(&RRoffs[i], p, sizeof(INT)); - p += sizeof(INT); + memcpy(&RRoffs[i], p, sizeof(RRoffs[i])); + p += sizeof(RRoffs[i]); } + + /* copy refns */ for (i = 0; i < RRcount; i++) RRrefns[i] = p + RRoffs[i]; } @@ -156,15 +246,16 @@ getrefnrec (CNSTRING refn) STRING p; /* Convert refn to key and read refn record */ RRkey = refn2rkey(refn); - if (RRrec) stdfree(RRrec); + if (RRrec) { + stdfree(RRrec); + RRrec = NULL; + } p = RRrec = bt_getrecord(BTR, &RRkey, &RRsize); if (!RRrec) { RRcount = 0; if (RRmax == 0) { RRmax = 10; - RRkeys = (RKEY *) stdalloc(10*sizeof(RKEY)); - RRoffs = (INT *) stdalloc(10*sizeof(INT)); - RRrefns = (CNSTRING *) stdalloc(10*sizeof(STRING)); + allocrefnrec(); } return FALSE; } @@ -220,45 +311,67 @@ refn_hi (void) BOOLEAN add_refn (CNSTRING refn, CNSTRING key) { + INT i, len, recsize; + INT32 off; STRING rec, p; - INT i, len, off; RKEY rkey; + /* load up local refn record buffers */ rkey = str2rkey(key); (void) getrefnrec(refn); + + /* check if refn already present in refn record */ for (i = 0; i < RRcount; i++) { - if (!ll_strncmp(rkey.r_rkey, RRkeys[i].r_rkey, 8) && + if (rkey_eq(&rkey, &RRkeys[i]) && eqstr(refn, RRrefns[i])) return TRUE; } + + /* update directory */ RRkeys[RRcount] = rkey; RRrefns[RRcount] = refn; + + /* increase record count */ RRcount++; - p = rec = (STRING) stdalloc(RRsize + sizeof(RKEY) + - sizeof(INT) + strlen(refn) + 10); - len = 0; - memcpy(p, &RRcount, sizeof(INT)); - p += sizeof(INT); - len += sizeof(INT); + + /* allocate new record */ + recsize = sizeof(RKEY) + sizeof(INT32) + strlen(refn) + 10; + p = rec = (STRING) stdalloc(RRsize + recsize); + len = off = 0; + + /* copy record count */ + memcpy(p, &RRcount, sizeof(RRcount)); + p += sizeof(RRcount); + len += sizeof(RRcount); + + /* copy keys */ for (i = 0; i < RRcount; i++) { - memcpy(p, &RRkeys[i], sizeof(RKEY)); - p += sizeof(RKEY); - len += sizeof(RKEY); + memcpy(p, &RRkeys[i], sizeof(RRkeys[i])); + p += sizeof(RRkeys[i]); + len += sizeof(RRkeys[i]); } - off = 0; + + /* recompute offsets */ + ASSERT(sizeof(off) == sizeof(*RRoffs)); for (i = 0; i < RRcount; i++) { - memcpy(p, &off, sizeof(INT)); - p += sizeof(INT); - len += sizeof(INT); + memcpy(p, &off, sizeof(off)); + p += sizeof(off); + len += sizeof(off); off += strlen(RRrefns[i]) + 1; } + + /* copy refns */ for (i = 0; i < RRcount; i++) { - memcpy(p, RRrefns[i], strlen(RRrefns[i]) + 1); - p += strlen(RRrefns[i]) + 1; - len += strlen(RRrefns[i]) + 1; + INT refnlen = strlen(RRrefns[i]) + 1; + memcpy(p, RRrefns[i], refnlen); + p += refnlen; + len += refnlen; } + + /* update record in btree, free record storage */ bt_addrecord(BTR, RRkey, rec, len); stdfree(rec); + return TRUE; } /*============================================= @@ -269,49 +382,71 @@ remove_refn (CNSTRING refn, /* record's refn */ CNSTRING key) /* record's GEDCOM key */ { STRING rec, p; - INT i, len, off; - BOOLEAN found; + INT i, len; + INT32 off; + BOOLEAN found = FALSE; RKEY rkey; + + /* load up local name record buffers */ rkey = str2rkey(key); (void) getrefnrec(refn); - found = FALSE; + + /* check if refn already present in refn record */ for (i = 0; i < RRcount; i++) { - if (!ll_strncmp(rkey.r_rkey, RRkeys[i].r_rkey, 8) && + if (rkey_eq(&rkey, &RRkeys[i]) && eqstr(refn, RRrefns[i])) { found = TRUE; break; } } if (!found) return FALSE; - RRcount--; - for ( ; i < RRcount; i++) { + + /* update directory */ + for ( ; i < RRcount-1; i++) { RRkeys[i] = RRkeys[i+1]; RRrefns[i] = RRrefns[i+1]; } + + /* decrease record count */ + RRcount--; + + /* allocate new record */ p = rec = (STRING) stdalloc(RRsize); - len = 0; - memcpy(p, &RRcount, sizeof(INT)); - p += sizeof(INT); - len += sizeof(INT); + len = off = 0; + + /* copy record count */ + memcpy(p, &RRcount, sizeof(RRcount)); + p += sizeof(RRcount); + len += sizeof(RRcount); + + /* copy keys */ for (i = 0; i < RRcount; i++) { - memcpy(p, &RRkeys[i], sizeof(RKEY)); - p += sizeof(RKEY); - len += sizeof(RKEY); + memcpy(p, &RRkeys[i], sizeof(RRkeys[i])); + p += sizeof(RRkeys[i]); + len += sizeof(RRkeys[i]); } - off = 0; + + /* recompute offsets */ + ASSERT(sizeof(off) == sizeof(*RRoffs)); for (i = 0; i < RRcount; i++) { - memcpy(p, &off, sizeof(INT)); - p += sizeof(INT); - len += sizeof(INT); + memcpy(p, &off, sizeof(off)); + p += sizeof(off); + len += sizeof(off); off += strlen(RRrefns[i]) + 1; } + + /* copy refns */ for (i = 0; i < RRcount; i++) { - memcpy(p, RRrefns[i], strlen(RRrefns[i]) + 1); - p += strlen(RRrefns[i]) + 1; - len += strlen(RRrefns[i]) + 1; + INT refnlen = strlen(RRrefns[i]) + 1; + memcpy(p, RRrefns[i], refnlen); + p += refnlen; + len += refnlen; } + + /* update record in btree, free record storage */ bt_addrecord(BTR, RRkey, rec, len); stdfree(rec); + return TRUE; } /*==================================================== @@ -330,11 +465,7 @@ get_refns (STRING refn, /* Clean up allocated memory from last call */ - if (RMcount) { - for (i = 0; i < RMcount; i++) - stdfree(RMkeys[i]); - } - RMcount = 0; + freerefnmrec(); /* Load static refn buffers; return if no match */ @@ -357,9 +488,7 @@ get_refns (STRING refn, } *pnum = RRcount = n; if (RRcount > RMmax) { - if (RMmax) stdfree(RMkeys); - RMkeys = (STRING *) stdalloc(RRcount*sizeof(STRING)); - RMmax = RRcount; + reallocrefnmrec(); } for (i = 0; i < RRcount; i++) RMkeys[i] = strsave(rkey2str(RRkeys[i])); @@ -529,6 +658,9 @@ annotate_node (NODE node, BOOLEAN expand_refns, BOOLEAN annotate_pointers, RFMT nval(node) = strsave(zs_str(zstr)); zs_free(&zstr); } + + /* release the (temporary) record created in key_possible_to_record() */ + release_record(rec); } /*=============================================== * symbolic_link -- See if value is symbolic link @@ -684,7 +816,6 @@ traverse_refn_callback ( TRAV_RECORD_FUNC_BYKEY_ARGS(rkey, data, len, param) ) { TRAV_REFN_PARAM *tparam = (TRAV_REFN_PARAM *)param; INT i; - len=len; /* unused */ parserefnrec(rkey, data); @@ -704,3 +835,12 @@ traverse_refns (TRAV_REFNS_FUNC func, void *param) tparam.func = func; traverse_db_rec_rkeys(BTR, refn_lo(), refn_hi(), &traverse_refn_callback, &tparam); } +/*==================================================== + * term_refnrec -- Free memory for parsing refn records + *==================================================*/ +void term_refnrec(void) +{ + strfree(&RRrec); + freerefnmrec(); + freerefnrec(); +} diff --git a/src/gedlib/remove.c b/src/gedlib/remove.c index 0d39b1d51..a11600269 100644 --- a/src/gedlib/remove.c +++ b/src/gedlib/remove.c @@ -138,7 +138,7 @@ remove_empty_fam (NODE fam) /* TO DO - This probably should never happen, and maybe could be changed to an assertion, 2001/11/08, Perry, but I've not checked merge code's call */ - message(_(qShaslnk)); + message("%s", _(qShaslnk)); join_fam(fam, refn, husb, wife, chil, rest); return FALSE; } @@ -175,7 +175,7 @@ remove_child (NODE indi, NODE fam) nsibling(last) = nsibling(node); else nchild(fam) = nsibling(node); - free_node(node); + free_node(node,"remove_child CHIL"); /* Remove FAMC line from child */ node = find_node(indi, "FAMC", nxref(fam), &last); @@ -183,7 +183,7 @@ remove_child (NODE indi, NODE fam) nsibling(last) = nsibling(node); else nchild(indi) = nsibling(node); - free_node(node); + free_node(node,"remove_child FAMC"); /* Update database with changed records */ indi_to_dbase(indi); @@ -215,7 +215,7 @@ remove_spouse (NODE indi, NODE fam) nsibling(last) = nsibling(node); else nchild(fam) = nsibling(node); - free_node(node); + free_node(node,"remove_spouse"); node = NULL; /* Remove (one) FAMS line from spouse */ @@ -223,7 +223,7 @@ remove_spouse (NODE indi, NODE fam) ASSERT(node); ASSERT(last); nsibling(last) = nsibling(node); - free_node(node); + free_node(node,"remove_spouse FAMS"); node = NULL; /* Update database with change records */ @@ -244,10 +244,9 @@ remove_spouse (NODE indi, NODE fam) * Created: 2005/01/08, Perry Rapp *==============================================================*/ BOOLEAN -remove_fam_record (RECORD frec) +remove_fam_record (HINT_PARAM_UNUSED RECORD frec) { - frec=frec; /* unused */ - message(_("Families may not yet be removed in this fashion.")); + message("%s", _("Families may not yet be removed in this fashion.")); return FALSE; } diff --git a/src/gedlib/replace.c b/src/gedlib/replace.c index 8146dd2d0..636e65895 100644 --- a/src/gedlib/replace.c +++ b/src/gedlib/replace.c @@ -59,7 +59,7 @@ replace_indi (NODE indi1, NODE indi2) namen = copy_nodes(name2, TRUE, TRUE); refnn = copy_nodes(refn2, TRUE, TRUE); join_indi(indi1, name2, refn2, sex, body, famc, fams); - free_node(indi2); + free_node(indi2,"replace_indi"); nodechk(indi1, "replace_indi"); /* Write data to database */ @@ -114,7 +114,7 @@ replace_fam (NODE fam1, NODE fam2) split_fam(fam2, &refn2, &husb, &wife, &chil, &body); refnn = copy_nodes(refn2, TRUE, TRUE); join_fam(fam1, refn2, husb, wife, chil, body); - free_node(fam2); + free_node(fam2,"replace_fam"); /* Write data to database */ diff --git a/src/gedlib/valid.c b/src/gedlib/valid.c index 4f35739ea..f0af9592e 100644 --- a/src/gedlib/valid.c +++ b/src/gedlib/valid.c @@ -221,9 +221,8 @@ valid_node_type (NODE node, char ntype, STRING *pmsg, NODE node0) * orig: [IN] SOUR node to match *====================================*/ BOOLEAN -valid_sour_tree (NODE node, STRING *pmsg, NODE orig) +valid_sour_tree (NODE node, STRING *pmsg, HINT_PARAM_UNUSED NODE orig) { - orig = NULL; /* keep compiler happy */ *pmsg = NULL; if (!node) { *pmsg = _(qSbademp); @@ -233,6 +232,14 @@ valid_sour_tree (NODE node, STRING *pmsg, NODE orig) *pmsg = _(qSbadsr0); return FALSE; } +#if 0 + /* validation unimplemented */ + if (orig) + { + *pmsg = _(qSbadsr0); + return FALSE; + } +#endif return TRUE; } /*====================================== @@ -242,9 +249,8 @@ valid_sour_tree (NODE node, STRING *pmsg, NODE orig) * orig: [IN] EVEN node to match *====================================*/ BOOLEAN -valid_even_tree (NODE node, STRING *pmsg, NODE orig) +valid_even_tree (NODE node, STRING *pmsg, HINT_PARAM_UNUSED NODE orig) { - orig = NULL; /* keep compiler happy */ *pmsg = NULL; if (!node) { *pmsg = _(qSbademp); @@ -254,6 +260,14 @@ valid_even_tree (NODE node, STRING *pmsg, NODE orig) *pmsg = _(qSbadev0); return FALSE; } +#if 0 + /* validation unimplemented */ + if (orig) + { + *pmsg = _(qSbadev0); + return FALSE; + } +#endif return TRUE; } /*====================================== @@ -263,9 +277,8 @@ valid_even_tree (NODE node, STRING *pmsg, NODE orig) * orig: [IN] OTHR node to match *====================================*/ BOOLEAN -valid_othr_tree (NODE node, STRING *pmsg, NODE orig) +valid_othr_tree (NODE node, STRING *pmsg, HINT_PARAM_UNUSED NODE orig) { - orig = NULL; /* keep compiler happy */ *pmsg = NULL; if (!node) { *pmsg = _(qSbademp); @@ -276,6 +289,14 @@ valid_othr_tree (NODE node, STRING *pmsg, NODE orig) *pmsg = _(qSbadothr0); return FALSE; } +#if 0 + /* validation unimplemented */ + if (orig) + { + *pmsg = _(qSbadothr0); + return FALSE; + } +#endif return TRUE; } /*========================================= diff --git a/src/gedlib/valtable.c b/src/gedlib/valtable.c index 0d25aa0f8..3d948678f 100644 --- a/src/gedlib/valtable.c +++ b/src/gedlib/valtable.c @@ -134,7 +134,7 @@ init_valtab_from_string (CNSTRING str, TABLE tab, INT sep, STRING *pmsg) while ((c = *q++ = *p++) && c != sep && c != '\n') ; if (c == 0 || c =='\n') { - sprintf(errmsg, "line %ld: no value", n); + snprintf(errmsg, sizeof(errmsg), "line " FMT_INT ": no value", n); *pmsg = errmsg; goto endinitvaltab; } diff --git a/src/gedlib/xlat.c b/src/gedlib/xlat.c index 08649bab7..87c3ea55d 100644 --- a/src/gedlib/xlat.c +++ b/src/gedlib/xlat.c @@ -63,7 +63,7 @@ typedef struct xlat_step_s { /* alphabetical */ static void add_dyntt_step(XLAT xlat, DYNTT dyntt); -static INT check_tt_name(CNSTRING filename, ZSTR zsrc, ZSTR zdest); +static INT check_tt_name(CNSTRING filename); static XLSTEP create_iconv_step(CNSTRING src, CNSTRING dest); static XLSTEP create_dyntt_step(DYNTT dyntt); static XLAT create_null_xlat(BOOLEAN adhoc); @@ -148,11 +148,14 @@ free_xlat (XLAT xlat) /* free each step */ FORLIST(xlat->steps, el) xstep = (XLSTEP)el; + ASSERT(xstep->iconv_dest && xstep->iconv_src); strfree(&xstep->iconv_src); strfree(&xstep->iconv_dest); + ASSERT(!xstep->iconv_dest && !xstep->iconv_src); xstep->dyntt = 0; /* f_dyntts owns dyntt memory */ ENDLIST destroy_list(xlat->steps); + xlat->steps = NULL; strfree(&xlat->src); strfree(&xlat->dest); stdfree(xlat); @@ -169,6 +172,7 @@ create_iconv_step (CNSTRING src, CNSTRING dest) memset(xstep, 0, sizeof(*xstep)); xstep->iconv_dest = strsave(dest); xstep->iconv_src = strsave(src); + ASSERT(xstep->iconv_dest && xstep->iconv_src); return xstep; } /*========================================================== @@ -235,6 +239,7 @@ xl_get_xlat (CNSTRING src, CNSTRING dest, BOOLEAN adhoc) } ENDLIST } + /* create new xlat & fill it out */ xlat = create_xlat(zs_str(zsrc_u), zs_str(zdest_u), adhoc); @@ -467,15 +472,14 @@ load_dynttlist_from_dir (STRING dir) CNSTRING ttfile = programs[i]->d_name; /* filename without extension */ ZSTR zfile = zs_newsubs(ttfile, strlen(ttfile)-(sizeof(f_ttext)-1)); - ZSTR zsrc=zs_new(), zdest=zs_new(); - INT ntype = check_tt_name(zs_str(zfile), zsrc, zdest); + INT ntype = check_tt_name(zs_str(zfile)); /* Valid names are like so: UTF-8_ISO-8859-1 (type 1; code conversion) UTF-8__HTML (type 2; subcoding) */ if (getlloptint("TTPATH.debug", 0)) { - log_outf("ttpath.dbg", _("ttpath file <%s> typed as %d"), ttfile, ntype); + log_outf("ttpath.dbg", _("ttpath file <%s> typed as " FMT_INT), ttfile, ntype); } if (ntype==1 || ntype==2) { ZSTR zfile_u = ll_toupperz(zs_str(zfile),0); @@ -490,8 +494,6 @@ load_dynttlist_from_dir (STRING dir) } } zs_free(&zfile); - zs_free(&zsrc); - zs_free(&zdest); } if (n>0) { for (i=0; ib_basedir); + snprintf(scratch, sizeof(scratch), "%s/xrefs", BTR->b_basedir); ASSERT(xreffp = fopen(scratch, LLWRITEBINARY)); for (j = 0; j < 10; j++) { - ASSERT(fwrite(&i, sizeof(INT), 1, xreffp) == 1); + ASSERT(fwrite(&i, sizeof(INT32), 1, xreffp) == 1); } fclose(xreffp); xreffp=0; } @@ -175,18 +177,24 @@ initxref (void) BOOLEAN openxref (BOOLEAN readonly) { - char scratch[100]; + char scratch[MAXPATHLEN]; STRING fmode; + BOOLEAN success; initdsets(); ASSERT(!xreffp); - sprintf(scratch, "%s/xrefs", BTR->b_basedir); + snprintf(scratch, sizeof(scratch), "%s/xrefs", BTR->b_basedir); xrefReadonly = readonly; fmode = xrefReadonly ? LLREADBINARY : LLREADBINARYUPDATE; if (!(xreffp = fopen(scratch, fmode))) { return FALSE; } - return readxrefs(); + + success = readxrefs(); + + xrefsize = ftell(xreffp); + + return success; } /*============================== * closexref -- Close xrefs file @@ -211,10 +219,10 @@ closexref (void) * generic for all 5 types * Created: 2001/02/04, Perry Rapp *=======================================*/ -static INT +static INT32 getxrefnum (DELETESET set) { - INT keynum; + INT32 keynum; ASSERT(xreffp); ASSERT(set->n >= 1); if (set->n == 1) { @@ -242,9 +250,9 @@ getxrefnum (DELETESET set) static STRING getxref (DELETESET set) { - INT keynum = getxrefnum(set); + INT32 keynum = getxrefnum(set); static char scratch[12]; - sprintf(scratch, "@%c%ld@", set->ctype, keynum); + snprintf(scratch, sizeof(scratch), "@%c" FMT_INT32 "@", set->ctype, keynum); return scratch; } /*=================================================== @@ -258,8 +266,11 @@ STRING getxxref (void) { return getxref(&xrecs); } /*=================================================== * get?xrefnum -- Wrappers for each type to getxrefnum (qv) * Created: 2001/02/04, Perry Rapp + * MTE: 2019-01-05: Why do INDIs have this special + * interface that exposes the internal xref type? + * Should try to revert back to getixref as above. *=================================================*/ -INT getixrefnum (void) { return getxrefnum(&irecs); } +INT32 getixrefnum (void) { return getxrefnum(&irecs); } /*====================================== * sortxref -- Sort xrefs after reading *====================================*/ @@ -277,18 +288,19 @@ sortxref (DELETESET set) they should normally already be sorted, so use watchful bubble-sort for O(n) */ - INT i,j, temp, ct; + INT32 i, j, temp; + BOOLEAN sorted; for (i=1; in; i++) { - ct=0; + sorted = TRUE; for (j=i+1; jn; j++) { if (set->recs[i] < set->recs[j]) { - ct++; + sorted = FALSE; temp = set->recs[j]; set->recs[j] = set->recs[i]; set->recs[i] = temp; } } - if (i==1 && !ct) return; /* already sorted */ + if (i==1 && sorted) return; /* already sorted */ } } /*====================================== @@ -311,11 +323,11 @@ static BOOLEAN readxrefs (void) { ASSERT(xreffp); - ASSERT(fread(&irecs.n, sizeof(INT), 1, xreffp) == 1); - ASSERT(fread(&frecs.n, sizeof(INT), 1, xreffp) == 1); - ASSERT(fread(&erecs.n, sizeof(INT), 1, xreffp) == 1); - ASSERT(fread(&srecs.n, sizeof(INT), 1, xreffp) == 1); - ASSERT(fread(&xrecs.n, sizeof(INT), 1, xreffp) == 1); + ASSERT(fread(&irecs.n, sizeof(INT32), 1, xreffp) == 1); + ASSERT(fread(&frecs.n, sizeof(INT32), 1, xreffp) == 1); + ASSERT(fread(&erecs.n, sizeof(INT32), 1, xreffp) == 1); + ASSERT(fread(&srecs.n, sizeof(INT32), 1, xreffp) == 1); + ASSERT(fread(&xrecs.n, sizeof(INT32), 1, xreffp) == 1); ASSERT(irecs.n > 0); ASSERT(frecs.n > 0); ASSERT(erecs.n > 0); @@ -340,7 +352,7 @@ readxrefs (void) static void readrecs (DELETESET set) { - ASSERT((INT)fread(set->recs, sizeof(INT), set->n, xreffp) == set->n); + ASSERT((INT32)fread(set->recs, sizeof(INT32), set->n, xreffp) == set->n); } /*================================ * writexrefs -- Write xrefs file. @@ -352,30 +364,78 @@ writexrefs (void) ASSERT(!xrefReadonly); ASSERT(xreffp); rewind(xreffp); - ASSERT(fwrite(&irecs.n, sizeof(INT), 1, xreffp) == 1); - ASSERT(fwrite(&frecs.n, sizeof(INT), 1, xreffp) == 1); - ASSERT(fwrite(&erecs.n, sizeof(INT), 1, xreffp) == 1); - ASSERT(fwrite(&srecs.n, sizeof(INT), 1, xreffp) == 1); - ASSERT(fwrite(&xrecs.n, sizeof(INT), 1, xreffp) == 1); - ASSERT((INT)fwrite(irecs.recs, sizeof(INT), irecs.n, xreffp) == irecs.n); - ASSERT((INT)fwrite(frecs.recs, sizeof(INT), frecs.n, xreffp) == frecs.n); - ASSERT((INT)fwrite(erecs.recs, sizeof(INT), erecs.n, xreffp) == erecs.n); - ASSERT((INT)fwrite(srecs.recs, sizeof(INT), srecs.n, xreffp) == srecs.n); - ASSERT((INT)fwrite(xrecs.recs, sizeof(INT), xrecs.n, xreffp) == xrecs.n); + ASSERT(fwrite(&irecs.n, sizeof(INT32), 1, xreffp) == 1); + ASSERT(fwrite(&frecs.n, sizeof(INT32), 1, xreffp) == 1); + ASSERT(fwrite(&erecs.n, sizeof(INT32), 1, xreffp) == 1); + ASSERT(fwrite(&srecs.n, sizeof(INT32), 1, xreffp) == 1); + ASSERT(fwrite(&xrecs.n, sizeof(INT32), 1, xreffp) == 1); + ASSERT((INT32)fwrite(irecs.recs, sizeof(INT32), irecs.n, xreffp) == irecs.n); + ASSERT((INT32)fwrite(frecs.recs, sizeof(INT32), frecs.n, xreffp) == frecs.n); + ASSERT((INT32)fwrite(erecs.recs, sizeof(INT32), erecs.n, xreffp) == erecs.n); + ASSERT((INT32)fwrite(srecs.recs, sizeof(INT32), srecs.n, xreffp) == srecs.n); + ASSERT((INT32)fwrite(xrecs.recs, sizeof(INT32), xrecs.n, xreffp) == xrecs.n); fflush(xreffp); return TRUE; } +/*================================ + * dumpxrefs -- Print xrefs to stdout + * storage order: IFESX + *==============================*/ +void +dumpxrefs (void) +{ + INT32 offset = 0; + + printf("NOTE: n is always the number of deleted keys PLUS ONE.\n"); + printf("NOTE: Each entry indicates the next available key value.\n\n"); + + /* Dump "n" values */ + printf(FMT_INT32_HEX ": I n: " FMT_INT32_HEX " (" FMT_INT32 ")\n", offset, irecs.n, irecs.n); + offset += sizeof(irecs.n); + printf(FMT_INT32_HEX ": F n: " FMT_INT32_HEX " (" FMT_INT32 ")\n", offset, frecs.n, frecs.n); + offset += sizeof(frecs.n); + printf(FMT_INT32_HEX ": E n: " FMT_INT32_HEX " (" FMT_INT32 ")\n", offset, erecs.n, erecs.n); + offset += sizeof(erecs.n); + printf(FMT_INT32_HEX ": S n: " FMT_INT32_HEX " (" FMT_INT32 ")\n", offset, srecs.n, srecs.n); + offset += sizeof(srecs.n); + printf(FMT_INT32_HEX ": X n: " FMT_INT32_HEX " (" FMT_INT32 ")\n", offset, xrecs.n, xrecs.n); + offset += sizeof(xrecs.n); + + /* Dump "recs" values */ + dumpxrecs("I", &irecs, &offset); + dumpxrecs("F", &frecs, &offset); + dumpxrecs("E", &erecs, &offset); + dumpxrecs("S", &srecs, &offset); + dumpxrecs("X", &xrecs, &offset); + + /* Dump size */ + printf(FMT_INT32_HEX ": EOF (" FMT_INT32_HEX ") %s\n", offset, (INT32)xrefsize, (offset == (INT32)xrefsize) ? "GOOD" : "BAD"); +} +/*================================ + * dumpxrecs -- Print DELETESET to stdout + *==============================*/ +static void +dumpxrecs (STRING type, DELETESET set, INT32 *offset) +{ + INT i; + + for (i=0; in; i++) + { + printf(FMT_INT32_HEX ": %s[" FMT_INT_04 "]: " FMT_INT32_HEX " (" FMT_INT32 ")\n", *offset, type, i, (set->recs)[i], (set->recs)[i]); + *offset += (INT32)sizeof((set->recs)[i]); + } +} /*===================================== * find_slot -- Find slot at which to add key *===================================*/ -static INT -find_slot (INT keynum, DELETESET set) +static INT32 +find_slot (INT32 keynum, DELETESET set) { - INT lo=1; - INT hi=(set->n)-1; + INT32 lo=1; + INT32 hi=(set->n)-1; /* binary search to find where to insert key */ while (lo<=hi) { - INT md = (lo + hi)/2; + INT32 md = (lo + hi)/2; if (keynum > (set->recs)[md]) hi=--md; else if (keynum < (set->recs)[md]) @@ -391,12 +451,12 @@ find_slot (INT keynum, DELETESET set) * generic for all types *===================================*/ static BOOLEAN -add_xref_to_set_impl (INT keynum, DELETESET set, DUPS dups) +add_xref_to_set_impl (INT32 keynum, DELETESET set, DUPS dups) { - INT lo, i; + INT32 lo, i; if (keynum <= 0 || !xreffp || (set->n) < 1) { char msg[128]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]) + snprintf(msg, sizeof(msg) , _("Corrupt DELETESET %c"), set->ctype); FATAL2(msg); } @@ -421,8 +481,8 @@ add_xref_to_set_impl (INT keynum, DELETESET set, DUPS dups) char msg[96]; if (dups==DUPSOK) return FALSE; - snprintf(msg, sizeof(msg)/sizeof(msg[0]) - , _("Tried to add already-deleted record (%ld) to xref (%c)!") + snprintf(msg, sizeof(msg) + , _("Tried to add already-deleted record (" FMT_INT32 ") to xref (%c)!") , keynum, set->ctype); FATAL2(msg); /* deleting a deleted record! */ } @@ -439,20 +499,20 @@ add_xref_to_set_impl (INT keynum, DELETESET set, DUPS dups) * add?xref_impl -- Wrappers for each type to add_xref_to_set (qv) * 5 symmetric versions *=================================================*/ -static BOOLEAN addixref_impl (INT key, DUPS dups) { return add_xref_to_set_impl(key, &irecs, dups); } -static BOOLEAN addfxref_impl (INT key, DUPS dups) { return add_xref_to_set_impl(key, &frecs, dups); } -static BOOLEAN addsxref_impl (INT key, DUPS dups) { return add_xref_to_set_impl(key, &srecs, dups); } -static BOOLEAN addexref_impl (INT key, DUPS dups) { return add_xref_to_set_impl(key, &erecs, dups); } -static BOOLEAN addxxref_impl (INT key, DUPS dups) { return add_xref_to_set_impl(key, &xrecs, dups); } +static BOOLEAN addixref_impl (INT32 key, DUPS dups) { return add_xref_to_set_impl(key, &irecs, dups); } +static BOOLEAN addfxref_impl (INT32 key, DUPS dups) { return add_xref_to_set_impl(key, &frecs, dups); } +static BOOLEAN addsxref_impl (INT32 key, DUPS dups) { return add_xref_to_set_impl(key, &srecs, dups); } +static BOOLEAN addexref_impl (INT32 key, DUPS dups) { return add_xref_to_set_impl(key, &erecs, dups); } +static BOOLEAN addxxref_impl (INT32 key, DUPS dups) { return add_xref_to_set_impl(key, &xrecs, dups); } /*=================================================== * add?xref -- Wrappers for each type to add_xref_to_set (qv) * 5 symmetric versions *=================================================*/ -void addixref (INT key) { addixref_impl(key, NODUPS); } -void addfxref (INT key) { addfxref_impl(key, NODUPS); } -void addsxref (INT key) { addsxref_impl(key, NODUPS); } -void addexref (INT key) { addexref_impl(key, NODUPS); } -void addxxref (INT key) { addxxref_impl(key, NODUPS); } +void addixref (INT key) { addixref_impl((INT32)key, NODUPS); } +void addfxref (INT key) { addfxref_impl((INT32)key, NODUPS); } +void addsxref (INT key) { addsxref_impl((INT32)key, NODUPS); } +void addexref (INT key) { addexref_impl((INT32)key, NODUPS); } +void addxxref (INT key) { addxxref_impl((INT32)key, NODUPS); } /*=================================================== * addxref_impl -- Mark key free (accepts string key, any type) * key: [IN] key to delete (add to free set) @@ -462,10 +522,10 @@ static BOOLEAN addxref_impl (CNSTRING key, DUPS dups) { char ktype=0; - INT keynum=0; + INT32 keynum=0; if (!parse_key(key, &ktype, &keynum)) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]), "Bad key passed to addxref_impl: %s", key); + snprintf(msg, sizeof(msg), "Bad key passed to addxref_impl: %s", key); FATAL2(msg); } switch(ktype) { @@ -500,12 +560,12 @@ BOOLEAN addxref_if_missing (CNSTRING key) static void growxrefs (DELETESET set) { - INT i, m = set->max, *newp; + INT32 i, m = set->max, *newp; if (set->max == 0) set->max = 64; while (set->max <= set->n) set->max = set->max << 1; - newp = (INT *) stdalloc((set->max)*sizeof(INT)); + newp = (INT32 *) stdalloc((set->max)*sizeof(INT32)); if (m) { for (i = 0; i < set->n; i++) newp[i] = set->recs[i]; @@ -537,9 +597,9 @@ BOOLEAN delete_xref_if_present (CNSTRING key) { DELETESET set=0; - INT keynum=0; - INT lo=0; - INT i=0; + INT32 keynum=0; + INT32 lo=0; + INT32 i=0; ASSERT(key); ASSERT(key[0]); @@ -567,7 +627,7 @@ delete_xref_if_present (CNSTRING key) * parse_key("I44") => 'I', 44 *========================================*/ static BOOLEAN -parse_key (CNSTRING key, char * ktype, INT * kval) +parse_key (CNSTRING key, char * ktype, INT32 * kval) { if (!key || !key[0] || !key[1]) return FALSE; @@ -585,14 +645,14 @@ BOOLEAN is_key_in_use (CNSTRING key) { DELETESET set=0; - INT keynum=0; + INT32 keynum=0; char ktype=0; CNSTRING barekey=0; BOOLEAN result=FALSE; if (!parse_key(key, &ktype, &keynum)) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]), "Bad key passed to is_key_in_use: %s", key); + snprintf(msg, sizeof(msg), "Bad key passed to is_key_in_use: %s", key); FATAL2(msg); } @@ -631,10 +691,11 @@ freexref (DELETESET set) static INT num_set (DELETESET set) { ASSERT(set); - return set->recs[0] - set->n; + /* next key value less number of deleted keys */ + return (INT)(set->recs[0] - set->n); } INT num_indis (void) { return num_set(&irecs); } -INT num_fams (void) { return num_set(&frecs); } +INT num_fams (void) { return num_set(&frecs); } INT num_sours (void) { return num_set(&srecs); } INT num_evens (void) { return num_set(&erecs); } INT num_othrs (void) { return num_set(&xrecs); } @@ -642,19 +703,19 @@ INT num_othrs (void) { return num_set(&xrecs); } * max_????s -- Return max key number of object type in db * 5 symmetric versions *======================================================*/ -static INT max_set (DELETESET set) +static INT32 max_set (DELETESET set) { return set->recs[0]; } -INT xref_max_indis (void) { return max_set(&irecs); } -INT xref_max_fams (void) { return max_set(&frecs); } -INT xref_max_sours (void) { return max_set(&srecs); } -INT xref_max_evens (void) { return max_set(&erecs); } -INT xref_max_othrs (void) { return max_set(&xrecs); } +INT32 xref_max_indis (void) { return max_set(&irecs); } +INT32 xref_max_fams (void) { return max_set(&frecs); } +INT32 xref_max_sours (void) { return max_set(&srecs); } +INT32 xref_max_evens (void) { return max_set(&erecs); } +INT32 xref_max_othrs (void) { return max_set(&xrecs); } /*====================================================== * xref_max_any -- Return largest key number of any type *====================================================*/ -INT +INT32 xref_max_any (void) { if (maxkeynum>=0) @@ -680,7 +741,7 @@ xref_max_any (void) static STRING newxref (STRING xrefp, BOOLEAN flag, DELETESET set) { - INT keynum; + INT32 keynum; BOOLEAN changed; static char scratch[12]; if(flag) { @@ -692,7 +753,7 @@ newxref (STRING xrefp, BOOLEAN flag, DELETESET set) set->recs[0] = keynum+1; /* next available */ if(changed) ASSERT(writexrefs()); - sprintf(scratch, "@%s@", xrefp); + snprintf(scratch, sizeof(scratch), "@%s@", xrefp); return(scratch); } return(getxref(set)); @@ -733,9 +794,9 @@ newxxref (STRING xrefp, BOOLEAN flag) * (internal use) *==============================================*/ static BOOLEAN -xref_isvalid_impl (DELETESET set, INT keynum) +xref_isvalid_impl (DELETESET set, INT32 keynum) { - INT lo,hi,md; + INT32 lo,hi,md; if (set->n == set->recs[0]) return FALSE; /* no valids */ if (set->n == 1) return TRUE; /* all valid */ /* binary search deleteds */ @@ -759,13 +820,13 @@ xref_isvalid_impl (DELETESET set, INT keynum) * this could be more efficient (after first one work * thru tree) *=======================================================*/ -static INT -xref_next_impl (DELETESET set, INT i) +static INT32 +xref_next_impl (DELETESET set, INT32 i) { if (set->n == set->recs[0]) return 0; /* no valids */ while (++i < set->recs[0]) { - if (xref_isvalid_impl(set, i)) return i; + if (xref_isvalid_impl(set, i)) return (INT)i; } return 0; } @@ -774,8 +835,8 @@ xref_next_impl (DELETESET set, INT i) * returns 0 if none found * generic for all 5 types *========================================================*/ -static INT -xref_prev_impl (DELETESET set, INT i) +static INT32 +xref_prev_impl (DELETESET set, INT32 i) { if (set->n == set->recs[0]) return 0; /* no valids */ while (--i) @@ -789,11 +850,11 @@ xref_prev_impl (DELETESET set, INT i) * returns 0 if none found * 5 symmetric versions *=============================================*/ -INT xref_nexti (INT i) { return xref_next_impl(&irecs, i); } -INT xref_nextf (INT i) { return xref_next_impl(&frecs, i); } -INT xref_nexts (INT i) { return xref_next_impl(&srecs, i); } -INT xref_nexte (INT i) { return xref_next_impl(&erecs, i); } -INT xref_nextx (INT i) { return xref_next_impl(&xrecs, i); } +INT xref_nexti (INT i) { return (INT)xref_next_impl(&irecs, (INT32)i); } +INT xref_nextf (INT i) { return (INT)xref_next_impl(&frecs, (INT32)i); } +INT xref_nexts (INT i) { return (INT)xref_next_impl(&srecs, (INT32)i); } +INT xref_nexte (INT i) { return (INT)xref_next_impl(&erecs, (INT32)i); } +INT xref_nextx (INT i) { return (INT)xref_next_impl(&xrecs, (INT32)i); } INT xref_next (char ntype, INT i) { switch(ntype) { @@ -810,11 +871,11 @@ INT xref_next (char ntype, INT i) * returns 0 if none found * 5 symmetric versions *==============================================*/ -INT xref_previ (INT i) { return xref_prev_impl(&irecs, i); } -INT xref_prevf (INT i) { return xref_prev_impl(&frecs, i); } -INT xref_prevs (INT i) { return xref_prev_impl(&srecs, i); } -INT xref_preve (INT i) { return xref_prev_impl(&erecs, i); } -INT xref_prevx (INT i) { return xref_prev_impl(&xrecs, i); } +INT xref_previ (INT i) { return (INT)xref_prev_impl(&irecs, (INT32)i); } +INT xref_prevf (INT i) { return (INT)xref_prev_impl(&frecs, (INT32)i); } +INT xref_prevs (INT i) { return (INT)xref_prev_impl(&srecs, (INT32)i); } +INT xref_preve (INT i) { return (INT)xref_prev_impl(&erecs, (INT32)i); } +INT xref_prevx (INT i) { return (INT)xref_prev_impl(&xrecs, (INT32)i); } INT xref_prev (char ntype, INT i) { switch(ntype) { @@ -843,7 +904,7 @@ INT xref_firstx (void) { return xref_nextx(0); } *=====================================*/ static INT xref_last (DELETESET set) { - return xref_prev_impl(set, set->recs[0]); + return (INT)xref_prev_impl(set, set->recs[0]); } INT xref_lasti (void) { return xref_last(&irecs); } INT xref_lastf (void) { return xref_last(&frecs); } @@ -860,33 +921,33 @@ BOOLEAN xrefs_get_counts_from_unopened_db (CNSTRING path, INT *nindis, INT *nfams , INT *nsours, INT *nevens, INT *nothrs, char ** errptr) { - char scratch[100]; + char scratch[MAXPATHLEN]; static char errstr[256]; FILE * fp = 0; INT i; - INT ndels[5], nmax[5]; + INT32 ndels[5], nmax[5]; *errptr = 0; ASSERT(!xreffp); - sprintf(scratch, "%s/xrefs", path); + snprintf(scratch, sizeof(scratch), "%s/xrefs", path); if (!(fp = fopen(scratch, LLREADBINARY))) { return FALSE; } for (i=0; i<5; ++i) { - if (fread(&ndels[i], sizeof(INT), 1, fp) != 1) { - snprintf(errstr, sizeof(errstr), "ndels[%ld] bad", i); + if (fread(&ndels[i], sizeof(INT32), 1, fp) != 1) { + snprintf(errstr, sizeof(errstr), "ndels[" FMT_INT "] bad", i); *errptr = errstr; fclose(fp); return FALSE; } } for (i=0; i<5; ++i) { - INT j; + INT32 j; for (j=0; j #endif +/* Note that [n]gettext() will discard const, so we need to ensure that in */ +/* the N_ case and the !ENABLE_NLS case that the same is done so that we */ +/* can consistently deal with loss-of-const or useless-cast warnings. */ /* _() is used for normally translated strings */ #define _(String) gettext(String) @@ -37,14 +40,14 @@ /* We can't use _N() for nonstranslated strings (eg "%d") -- TODO */ /* N_() is used for strings needing translation elsewhere, eg static inits */ -#define N_(String) (String) +#define N_(String) (char*)(String) #else /* ENABLE_NLS */ /*** No NLS (National Language Support) ***/ -#define _(String) String -#define N_(String) (String) -#define _pl(Singular, Plural, Num) (Num > 1 ? Plural : Singular) +#define _(String) (char*)(String) +#define N_(String) (char*)(String) +#define _pl(Singular, Plural, Num) (Num > 1 ? (char*)Plural : (char*)Singular) #endif /* ENABLE_NLS */ diff --git a/src/hdrs/llstdlib.h b/src/hdrs/llstdlib.h index 39f72c2f5..571d046d1 100644 --- a/src/hdrs/llstdlib.h +++ b/src/hdrs/llstdlib.h @@ -59,10 +59,12 @@ They must also implement crashlog, but it may do nothing, or it may just print its printf style args to the screen. It should return. */ -void __fatal(STRING file, int line, CNSTRING details); -void crashlog(STRING fmt, ...); -void crashlogn(STRING fmt, ...); +void __fatal(STRING file, int line, CNSTRING details) HINT_FUNC_NORETURN; +void crashlog(STRING fmt, ...) HINT_PRINTF(1,2); +void crashlogn(STRING fmt, ...) HINT_PRINTF(1,2); +/* backtrace.c */ +void dump_backtrace(FILE*); /* dirs.c */ BOOLEAN mkalldirs(STRING); @@ -90,6 +92,8 @@ int do_checked_fclose(FILE *fp, STRING filename, STRING srcfile, int srcline); int do_checked_fflush(FILE *fp, STRING filename, STRING srcfile, int srcline); int do_checked_fseek(FILE *fp, long offset, int whence, STRING filename, STRING srcfile, int srcline); size_t do_checked_fwrite(const void *buf, size_t size, size_t count, FILE *fp, STRING filename, STRING srcfile, int srcline); +void filecopy (FILE* fpsrc, INT len, FILE* fpdest); +void movefiles (STRING from_file, STRING to_file); /* listener.c */ /* callback for language change */ @@ -142,8 +146,10 @@ BOOLEAN path_match(CNSTRING path1, CNSTRING path2); /* signals.c */ -void set_signals(void); +void set_signals(void (*handler)(int)); void ll_optional_abort(STRING); +void load_signames(void); +char *get_signame(int); /* sprintpic.c */ void sprintpic0(STRING buffer, INT len, INT utf8, CNSTRING pic); @@ -172,7 +178,7 @@ INT ll_toupper(INT); INT ll_tolower(INT); char *llstrncat(char *dest, const char *src, size_t n, int utf8); char *llstrncpy(char *dest, const char *src, size_t n, int utf8); -char *llstrncpyf(char *dest, size_t n, int utf8, const char * fmt, ...); +char *llstrncpyf(char *dest, size_t n, int utf8, const char * fmt, ...) HINT_PRINTF(4,5); char *llstrncpyvf(char *dest, size_t n, int utf8, const char * fmt, va_list args); char *llstrncpyvf(char *dest, size_t n, int utf8, const char * fmt, va_list args); int make8char(int c); @@ -190,13 +196,13 @@ void strupdate(STRING * str, CNSTRING value); /* strapp.c */ char *llstrapps(char *dest, size_t limit, int utf8, const char *src); char *llstrappc(char *dest, size_t limit, char ch); -char *llstrappf(char *dest, int limit, int utf8, const char *fmt, ...); +char *llstrappf(char *dest, int limit, int utf8, const char *fmt, ...) HINT_PRINTF(4,5); char *llstrappvf(char *dest, int limit, int utf8, const char *fmt, va_list args); /* strset.c */ char *llstrsets(char *dest, size_t limit, int utf8, const char *src); char *llstrsetc(char *dest, size_t limit, char ch); -char *llstrsetf(char * dest, int limit, int utf8, const char * fmt, ...); +char *llstrsetf(char * dest, int limit, int utf8, const char * fmt, ...) HINT_PRINTF(4,5); char *llstrsetvf(char * dest, int limit, int utf8, const char * fmt, va_list args); /* strcvt.c */ diff --git a/src/hdrs/log.h b/src/hdrs/log.h index e8073e9ce..b78c6ecc6 100644 --- a/src/hdrs/log.h +++ b/src/hdrs/log.h @@ -1,7 +1,7 @@ #ifndef log_h_included #define log_h_included -void log_outf(const char * filepath, const char * fmt, ...); +void log_outf(const char * filepath, const char * fmt, ...) HINT_PRINTF(2,3); void log_bytecode(const char * filepath, const char * intro, const char * bytes); #endif /* log_h_included */ diff --git a/src/hdrs/menuitem.h b/src/hdrs/menuitem.h index f5e70b0be..6f7bbc838 100644 --- a/src/hdrs/menuitem.h +++ b/src/hdrs/menuitem.h @@ -70,6 +70,7 @@ typedef struct tag_cmdarray * CMDARRAY; struct tag_menuset { CMDARRAY Commands; MenuItem ** items; /* array of pointers to items */ + MenuItem ** extraItems; /* array of pointers to extra items */ }; typedef struct tag_menuset *MENUSET; diff --git a/src/hdrs/mswin/.gitignore b/src/hdrs/mswin/.gitignore deleted file mode 100644 index 282522db0..000000000 --- a/src/hdrs/mswin/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/src/hdrs/screen.h b/src/hdrs/screen.h index a76a53425..c5b472ec7 100644 --- a/src/hdrs/screen.h +++ b/src/hdrs/screen.h @@ -78,9 +78,6 @@ # define ACS_URCORNER '*' #endif -/* box drawing character type */ -typedef unsigned long llchtype; - /*========================================= * UIWINDOWs -- Main screen, menus and popups *=======================================*/ @@ -169,9 +166,8 @@ void display_2indi(RECORD irec1, RECORD irec2, INT mode); void display_fam(RECORD fam, INT mode, BOOLEAN reuse); void display_indi(RECORD indi, INT mode, BOOLEAN reuse); void display_screen(INT); -void dbprintf(STRING, ...); +void dbprintf(STRING, ...) HINT_PRINTF(1,2); void draw_win_box(WINDOW * win); -llchtype get_gr_ttee(void); INT get_main_screen_width(void); int get_uitime(void); int init_screen(char * errmsg, int errsize); diff --git a/src/hdrs/standard.h b/src/hdrs/standard.h index 88bee2baa..8be3e034f 100644 --- a/src/hdrs/standard.h +++ b/src/hdrs/standard.h @@ -103,23 +103,85 @@ typedef unsigned char uchar; #define FALSE 0 #endif -/* INTEGER AND FLOATING POINT TYPES */ -/* MTE: Notes on a possible scheme for 64-bit porting. +/* INTEGER TYPES */ +/* + * INT represents a 'native' integer. + * This is to be used for any in-memory computation where size doesn't matter. + * + * INTPTR represents a 'native' integer that has the same size as a pointer. + * This is to be used where an integer is being passed around via a VPTR. * - * INT represents a 'native' size integer. This is useful for any in-memory computation where size doesn't matter. - * INTPTR represents a 'native' size integer. This is useful when you are stuffing an integer into a pointer. * INT16 represents a 16-bit (2-byte) integer. This is useful for on-disk structures where size matters. * INT32 represents a 32-bit (4-byte) integer. This is useful for on-disk structures where size matters. * INT64 represents a 64-bit (8-byte) integer. This is useful for on-disk structures where size matters. - * I would expect INT to be used in most places, INTPTR to be used sparingly due to API issues, and - * INT16/INT32/INT64 only used in btree and charset functions which have dependencies on the number of bits. + * These are to be used for on-disk structures and unicode where size matters. + * */ -#define INT int32_t -#define INT16 int16_t -#define INT32 int32_t -#define INT64 int64_t -#define INTPTR intptr_t -#define FLOAT double + +/* INTEGER TYPE DEFINITIONS */ +#if __WORDSIZE == 64 +#define INT int64_t +#else +#define INT int32_t +#endif +#define INTPTR intptr_t +#define INT16 int16_t +#define INT32 int32_t +#define INT64 int64_t + +/* INTEGER PRINTF FORMAT DEFINITIONS */ +#define FMT_INTPTR "%" PRIdPTR +#define FMT_INT16 "%" PRId16 +#define FMT_INT16_HEX "0x%04" PRIx16 +#define FMT_INT32 "%" PRId32 +#define FMT_INT32_HEX "0x%08" PRIx32 +#define FMT_INT32_HEX_06 "0x%06" PRIx32 +#define FMT_INT64 "%" PRId64 +#define FMT_INT64_HEX "0x%016" PRIx64 + +#if __WORDSIZE == 64 +#define FMT_INT FMT_INT64 +#define FMT_INT_LEN 22 /* sign + 20 digits + NULL */ +#define FMT_INT_HEX FMT_INT64_HEX +#define FMT_INT_02 "%02" PRId64 +#define FMT_INT_03 "%03" PRId64 +#define FMT_INT_04 "%04" PRId64 +#define FMT_INT_2 "%2" PRId64 +#define FMT_INT_3 "%3" PRId64 +#define FMT_INT_6 "%6" PRId64 +#else +#define FMT_INT FMT_INT32 +#define FMT_INT_LEN 12 /* sign + 10 digits + NULL */ +#define FMT_INT_HEX FMT_INT32_HEX +#define FMT_INT_02 "%02" PRId32 +#define FMT_INT_03 "%03" PRId32 +#define FMT_INT_04 "%04" PRId32 +#define FMT_INT_2 "%2" PRId32 +#define FMT_INT_3 "%3" PRId32 +#define FMT_INT_6 "%6" PRId32 +#endif + +/* SIZE_T PRINTF FORMAT DEFINITIONS */ +#if __STDC_VERSION__ >= 199901L +#define FMT_SZT "%zu" +#define FMT_SIZET FMT_SZT +#else +#if __WORDSIZE == 64 +#define FMT_SIZET FMT_INT64 +#else +#define FMT_SIZET FMT_INT32 +#endif +#endif + +/* INTEGER SCANF FORMAT DEFINITIONS */ +#if __WORDSIZE == 64 +#define SCN_INT "%" SCNd64 +#else +#define SCN_INT "%" SCNd32 +#endif + +/* FLOATING POINT TYPES */ +#define FLOAT double /* VOID TYPE */ typedef void *VPTR; @@ -136,8 +198,6 @@ typedef union { #define MAXLINELEN 512 -/*typedef VPTR (*FUNC)();*/ - #ifndef max #define max(x,y) ((x)>(y)?(x):(y)) #endif @@ -197,7 +257,6 @@ typedef STRING (*TRANSLFNC)(STRING str, INT len); #include "list.h" - /* ARRSIZE is to make compiler insert size of (1) static array (# elements) @@ -224,7 +283,7 @@ typedef struct tag_vtable ** OBJECT; 0 filled DD,HH, and MM */ typedef struct tag_lldate { - char datestr[21]; + char datestr[6*FMT_INT_LEN+6+1]; } LLDATE; typedef enum { RECORD_ERROR, RECORD_NOT_FOUND, RECORD_SUCCESS } @@ -240,4 +299,14 @@ typedef const ZSTR ZCSTR; */ #include "llnls.h" +/* + * Compiler attributes + */ +#if defined __GNUC__ +#define HINT_VAR_UNUSED __attribute__ ((unused)) +#define HINT_PARAM_UNUSED __attribute__ ((unused)) +#define HINT_FUNC_NORETURN __attribute__ ((noreturn)) +#define HINT_PRINTF(fmt, args) __attribute__ ((format (printf, (fmt), (args)))) +#endif + #endif diff --git a/src/hdrs/sys_inc.h b/src/hdrs/sys_inc.h index 9bc5e67fa..1da715445 100644 --- a/src/hdrs/sys_inc.h +++ b/src/hdrs/sys_inc.h @@ -8,6 +8,7 @@ #include #include #include +#include #ifdef WIN32 diff --git a/src/hdrs/ui.h b/src/hdrs/ui.h index 592b5f62a..ec9e6b244 100644 --- a/src/hdrs/ui.h +++ b/src/hdrs/ui.h @@ -37,6 +37,7 @@ #include "feedback.h" /* Prototypes */ +#ifdef UI_ENABLE_ASK INT ask_for_char(CNSTRING ttl, CNSTRING prmpt, CNSTRING ptrn); INT ask_for_char_msg(CNSTRING msg, CNSTRING ttl, CNSTRING prmpt, CNSTRING ptrn); BOOLEAN ask_for_db_filename (CNSTRING ttl, CNSTRING prmpt, CNSTRING basedir, STRING buffer, INT buflen); @@ -48,19 +49,24 @@ BOOLEAN ask_for_string (CNSTRING ttl, CNSTRING prmpt, STRING buffer, INT buflen) BOOLEAN ask_for_string2 (CNSTRING ttl1, CNSTRING ttl2, CNSTRING prmpt, STRING buffer, INT buflen); BOOLEAN ask_yes_or_no (STRING ttl); BOOLEAN ask_yes_or_no_msg (STRING msg, STRING ttl); -void call_system_cmd (STRING cmd); +#endif + +#ifdef UI_ENABLE_CHOOSE INT choose_from_array (STRING ttl, INT no, STRING *pstrngs); INT choose_from_list (STRING ttl, LIST list); INT choose_list_from_indiseq (STRING ttl, INDISEQ seq); INT choose_one_from_indiseq (STRING ttl, INDISEQ seq); INT choose_one_or_list_from_indiseq(STRING ttl, INDISEQ seq, BOOLEAN multi); /* XXX */ INT choose_or_view_array(STRING ttl, INT no, STRING *pstrngs, BOOLEAN selectable); +#endif + +#ifdef UI_ENABLE_OTHER void llvwprintf (STRING fmt, va_list args); -void llwprintf (char *fmt, ...); -void msg_error (char *fmt, ...); -void msg_info (char *fmt, ...); -void msg_status (char *fmt, ...); -void msg_output (MSG_LEVEL level, STRING fmt, ...); +void llwprintf (char *fmt, ...) HINT_PRINTF(1,2); +void msg_error (char *fmt, ...) HINT_PRINTF(1,2); +void msg_info (char *fmt, ...) HINT_PRINTF(1,2); +void msg_status (char *fmt, ...) HINT_PRINTF(1,2); +void msg_output (MSG_LEVEL level, STRING fmt, ...) HINT_PRINTF(2,3); INT msg_width (void); INT prompt_stdout (STRING prompt); void refresh_stdout (void); @@ -68,4 +74,30 @@ void rpt_print (STRING str); void view_array (STRING ttl, INT no, STRING *pstrngs); BOOLEAN yes_no_value(INT c); INDISEQ invoke_search_menu (void); +void call_system_cmd (STRING cmd); +#endif +BOOLEAN startup_ui (void); +void shutdown_ui (BOOLEAN pause); + +#ifdef UI_ENABLE_CURSES + +/* box drawing character type */ +typedef unsigned long llchtype; + +llchtype get_gr_ttee (void); + +/* FUTUREFIX: Abstract the rest of the box characters away in the curses implementation */ + +extern llchtype gr_btee; +extern llchtype gr_ltee; +extern llchtype gr_rtee; +extern llchtype gr_ttee; +extern llchtype gr_hline; +extern llchtype gr_vline; +extern llchtype gr_llx; +extern llchtype gr_lrx; +extern llchtype gr_ulx; +extern llchtype gr_urx; + +#endif diff --git a/src/hdrs/version.h b/src/hdrs/version.h index d48a7b19d..e83724512 100644 --- a/src/hdrs/version.h +++ b/src/hdrs/version.h @@ -5,7 +5,7 @@ #define LIFELINES_VERSION PACKAGE_VERSION /* This is the private build version, appended to the public version */ -#define LIFELINES_VERSION_EXTRA "(official)" +#define LIFELINES_VERSION_EXTRA "(alpha)" /* Function prototypes */ STRING get_lifelines_version (INT maxlen); diff --git a/src/hdrs/zstr.h b/src/hdrs/zstr.h index d2ad7d176..f241aea59 100644 --- a/src/hdrs/zstr.h +++ b/src/hdrs/zstr.h @@ -19,7 +19,7 @@ ZSTR zs_new(void); ZSTR zs_newn(unsigned int min); ZSTR zs_news(const char * str); ZSTR zs_newz(ZCSTR zsrc); -ZSTR zs_newf(const char * fmt, ...); +ZSTR zs_newf(const char * fmt, ...) HINT_PRINTF(1,2); ZSTR zs_newvf(const char * fmt, va_list args); ZSTR zs_newsubs(const char * str, unsigned int len); void zs_free(ZSTR * pzstr); @@ -35,8 +35,8 @@ char * zs_setz(ZSTR zstr, ZCSTR zsrc); char * zs_apps(ZSTR zstr, const char *); char * zs_appz(ZSTR zstr, ZCSTR zrc); char * zs_appc(ZSTR zstr, char); -char * zs_setf(ZSTR zstr, const char * fmt, ...); -char * zs_appf(ZSTR zstr, const char * fmt, ...); +char * zs_setf(ZSTR zstr, const char * fmt, ...) HINT_PRINTF(2,3); +char * zs_appf(ZSTR zstr, const char * fmt, ...) HINT_PRINTF(2,3); char * zs_setvf(ZSTR zstr, const char * fmt, va_list args); char * zs_appvf(ZSTR zstr, const char * fmt, va_list args); char * zs_clear(ZSTR zstr); diff --git a/src/interp/.gitignore b/src/interp/.gitignore index bf4307eb7..356607420 100644 --- a/src/interp/.gitignore +++ b/src/interp/.gitignore @@ -1,5 +1,2 @@ -Makefile -Makefile.in -*.[oa] yacc.[ch] -.deps +yacc.output diff --git a/src/interp/Makefile.am b/src/interp/Makefile.am index 97b7d8dfd..87105a20d 100644 --- a/src/interp/Makefile.am +++ b/src/interp/Makefile.am @@ -11,18 +11,24 @@ libinterp_a_SOURCES = alloc.c builtin.c builtin_list.c eval.c \ rassa.c rptsort.c rptui.c \ symtab.c write.c yacc.y +BUILT_SOURCES = yacc.h + # $(top_builddir) for config.h # $(top_srcdir)/src/hdrs for headers AM_CPPFLAGS=-I$(top_builddir) -I$(top_srcdir)/src/hdrs -AM_YFLAGS = -d +# We want a header file (-d) and debugging support (-t) +AM_YFLAGS = -d -t -# pvalue.c with -O2 triggers a gcc error in gcc version 2.95.2 19991024 (release) -# The CFLAGS below is gcc specific. Sorry. -marc -AM_CFLAGS=-g -W -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wreturn-type -Wstrict-prototypes -pedantic -g +# NOTE: Automake will automatically include the yacc.[ch] intermediate files +# in the distribution so we do not need to add them to EXTRA_DIST. +# If you want to rebuild the yacc.[ch], intermediate files, either: +# a) remove them and run make in this directory, or +# b) run "make clean-maintainer" here and then run ./configure and make again. -EXTRA_DIST = yacc.h yacc.c interpi.h rptui.h +EXTRA_DIST = interpi.h rptui.h +MAINTAINERCLEANFILES = yacc.output lex.o: yacc.h interp.o: yacc.h diff --git a/src/interp/alloc.c b/src/interp/alloc.c index b8ed150f6..60f26ce7f 100644 --- a/src/interp/alloc.c +++ b/src/interp/alloc.c @@ -924,7 +924,7 @@ func_node (PACTX pactx, STRING name, PNODE elist) iname(node) = (VPTR) name; iargs(node) = (VPTR) elist; node->i_flags = PN_INAME_HSTR; - ifunc(node) = func; + ifunc(node) = ifunc(func); return node; } else if (count) { /* ambiguous call */ @@ -953,8 +953,8 @@ func_node (PACTX pactx, STRING name, PNODE elist) if (found) { if ((n = num_params(elist)) < builtins[md].ft_nparms_min || n > builtins[md].ft_nparms_max) { - llwprintf(_("Error: file \"%s\": line %d: "), pactx->ifile, pactx->lineno); - llwprintf("%s: must have %d to %d parameters (found with %d).\n" + llwprintf(_("Error: file \"%s\": line " FMT_INT ": "), pactx->ifile, pactx->lineno); + llwprintf("%s: must have " FMT_INT " to " FMT_INT " parameters (found with " FMT_INT ").\n" , name, builtins[md].ft_nparms_min, builtins[md].ft_nparms_max , n); Perrors++; @@ -962,7 +962,7 @@ func_node (PACTX pactx, STRING name, PNODE elist) node = create_pnode(pactx, IBCALL); iname(node) = (VPTR) name; iargs(node) = (VPTR) elist; - ifunc(node) = (VPTR) builtins[md].ft_eval; + ifunc(node) = builtins[md].ft_eval; node->i_flags = PN_INAME_HSTR; return node; @@ -1110,16 +1110,15 @@ verify_builtins (void) INT i; for (i=0; i0) { - char msg[64]; - sprintf(msg, "builtins array out of order ! (entries %ld,%ld)" - , i, i+1); + char msg[39+FMT_INT_LEN+1+FMT_INT_LEN+1+1]; + snprintf(msg, sizeof(msg), "builtins array out of order ! (entries " FMT_INT "," FMT_INT ")", + i, i+1); FATAL2(msg); } if (builtins[i].ft_nparms_min > builtins[i].ft_nparms_max) { - char msg[64]; - sprintf(msg, "builtins array bad min,max (%ld,%ld, entry %ld)" - , builtins[i].ft_nparms_min, builtins[i].ft_nparms_max - , i); + char msg[28+FMT_INT_LEN+1+FMT_INT_LEN+8+FMT_INT_LEN+1+1]; + snprintf(msg, sizeof(msg), "builtins array bad min,max (" FMT_INT "," FMT_INT ", entry " FMT_INT ")", + builtins[i].ft_nparms_min, builtins[i].ft_nparms_max, i); FATAL2(msg); } } @@ -1244,7 +1243,7 @@ show_pnodes (PNODE node) while (node) { debug_show_one_pnode(node); node = inext(node); - if (node) llwprintf(","); + if (node) llwprintf("%c", ','); } } /*========================================================== @@ -1270,7 +1269,7 @@ debug_show_one_pnode (PNODE node) /* node to print */ ZSTR zstr = zs_newn(512); INT max = 512; describe_pnode(node, zstr, max); - llwprintf(zs_str(zstr)); + llwprintf("%s", zs_str(zstr)); } /*==================================================== * debug_show_one_pnode -- DEBUG routine to describe one node @@ -1291,7 +1290,7 @@ describe_pnode (PNODE node, ZSTR zstr, INT max) switch (itype(node)) { case IICONS: - zs_appf(zstr, "%d", pvalue_to_int(node->vars.iicons.value)); + zs_appf(zstr, FMT_INT, pvalue_to_int(node->vars.iicons.value)); break; case IFCONS: zs_appf(zstr, "%f", pvalue_to_float(node->vars.ifcons.value)); @@ -1336,7 +1335,7 @@ describe_pnode (PNODE node, ZSTR zstr, INT max) zs_apps(zstr, "*PDefn *"); break; case IPCALL: - zs_appf(zstr, "%s(", iname(node)); + zs_appf(zstr, "%s(", (char*)iname(node)); describe_pnodes(iargs(node), zstr, max); zs_apps(zstr, ")"); break; @@ -1344,12 +1343,12 @@ describe_pnode (PNODE node, ZSTR zstr, INT max) zs_apps(zstr, "*FDefn *"); break; case IFCALL: - zs_appf(zstr, "%s(", iname(node)); + zs_appf(zstr, "%s(", (char*)iname(node)); describe_pnodes(iargs(node), zstr, max); zs_apps(zstr, ")"); break; case IBCALL: - zs_appf(zstr, "%s(", iname(node)); + zs_appf(zstr, "%s(", (char*)iname(node)); describe_pnodes(iargs(node), zstr, max); zs_apps(zstr, ")"); break; diff --git a/src/interp/builtin.c b/src/interp/builtin.c index 431071a12..9eae49402 100644 --- a/src/interp/builtin.c +++ b/src/interp/builtin.c @@ -275,13 +275,10 @@ llrpt_gettext (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: gettoday() --> EVENT *=================================*/ PVALUE -llrpt_gettoday (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_gettoday (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, HINT_PARAM_UNUSED BOOLEAN *eflg) { NODE prnt = create_temp_node(NULL, "EVEN", NULL, NULL); NODE chil = create_temp_node(NULL, "DATE", get_todays_date(), prnt); - node=node; /* unused */ - stab=stab; /* unused */ - eflg=eflg; /* unused */ nchild(prnt) = chil; return create_pvalue_from_node(prnt); @@ -498,7 +495,7 @@ llrpt_bytecode (PNODE node, SYMTAB stab, BOOLEAN *eflg) zstr = decode(str, &offset); if (offset >= 0) { prog_var_error(node, stab, argvar, val - , _("Bad escape code at offset %d in bytecode string <%s>") + , _("Bad escape code at offset " FMT_INT " in bytecode string <%s>") , offset+1, str); *eflg = TRUE; goto bytecode_exit; @@ -520,9 +517,9 @@ llrpt_bytecode (PNODE node, SYMTAB stab, BOOLEAN *eflg) } /*===========================================+ * llrpt_convertcode -- Convert string to another codeset - * eg, convertcode(str, "UTF-8//html") + * eg, convertcode(str, "UTF-8/html") * or for use in self-tests, convertcode(bytecode("$C3$B1$C3$A1"), "UTF-8", "ISO-8859-1") - * (which should come out "ñá" + * (which should come out as bytecode("$F1$E1")) * usage: convertcode(STRING, STRING, [STRING]) -> STRING *==========================================*/ PVALUE @@ -1085,7 +1082,7 @@ llrpt_prevsib (PNODE node, SYMTAB stab, BOOLEAN *eflg) PVALUE llrpt_d (PNODE node, SYMTAB stab, BOOLEAN *eflg) { - static char scratch[20] = ""; + static char scratch[FMT_INT_LEN+1]; PNODE argvar = builtin_args(node); PVALUE val=0; INT i=0; @@ -1095,7 +1092,7 @@ llrpt_d (PNODE node, SYMTAB stab, BOOLEAN *eflg) return NULL; } i = pvalue_to_int(val); - sprintf(scratch, "%ld", i); + snprintf(scratch, sizeof(scratch), FMT_INT, i); set_pvalue_string(val, scratch); return val; } @@ -1106,7 +1103,7 @@ llrpt_d (PNODE node, SYMTAB stab, BOOLEAN *eflg) PVALUE llrpt_f (PNODE node, SYMTAB stab, BOOLEAN *eflg) { - char scratch[20]=""; + char scratch[FMT_INT_LEN+3+1]; char format[10]=""; INT prec = 2; PNODE argvar = builtin_args(node); @@ -1128,9 +1125,9 @@ llrpt_f (PNODE node, SYMTAB stab, BOOLEAN *eflg) if (prec < 0) prec = 0; if (prec > 10) prec = 10; } - sprintf(format, "%%.%ldf", prec); + snprintf(format, sizeof(format), "%%." FMT_INT "f", prec); - sprintf(scratch, format, fval); + snprintf(scratch, sizeof(scratch), format, fval); set_pvalue_string(val, scratch); return val; } @@ -1152,9 +1149,9 @@ llrpt_alpha (PNODE node, SYMTAB stab, BOOLEAN *eflg) i = pvalue_to_int(val); delete_pvalue_ptr(&val); if (i < 1 || i > 26) - sprintf(scratch, "XX"); + snprintf(scratch, sizeof(scratch), "%c", '_'); else - sprintf(scratch, "%c", 'a' + i - 1); + snprintf(scratch, sizeof(scratch), "%c", (int)('a' + i - 1)); return create_pvalue_from_string(scratch); } /*================================================+ @@ -1181,9 +1178,9 @@ llrpt_ord (PNODE node, SYMTAB stab, BOOLEAN *eflg) delete_pvalue_ptr(&val); if (*eflg || i < 1) return NULL; if (i > 12) - sprintf(scratch, _("%ldth"), i); + snprintf(scratch, sizeof(scratch), _(FMT_INT "th"), i); else - sprintf(scratch, "%s", _(ordinals[i - 1])); + snprintf(scratch, sizeof(scratch), "%s", _(ordinals[i - 1])); return create_pvalue_from_string(scratch); } /*==================================================+ @@ -1209,9 +1206,9 @@ llrpt_card (PNODE node, SYMTAB stab, BOOLEAN *eflg) i = pvalue_to_int(val); delete_pvalue_ptr(&val); if (i < 0 || i > 12) - sprintf(scratch, "%ld", i); + snprintf(scratch, sizeof(scratch), FMT_INT, i); else - sprintf(scratch, "%s", _(cardinals[i])); + snprintf(scratch, sizeof(scratch), "%s", _(cardinals[i])); return create_pvalue_from_string(scratch); } /*==========================================+ @@ -1238,7 +1235,7 @@ static char *rothou[] = { PVALUE llrpt_roman (PNODE node, SYMTAB stab, BOOLEAN *eflg) { - static char scratch[20]; + static char scratch[FMT_INT_LEN+1]; INT i; PNODE argvar = builtin_args(node); PVALUE val = eval_and_coerce(PINT, argvar, stab, eflg); @@ -1249,7 +1246,7 @@ llrpt_roman (PNODE node, SYMTAB stab, BOOLEAN *eflg) i = pvalue_to_int(val); delete_pvalue_ptr(&val); if (i < 1 || i > 3999) - sprintf(scratch, "%ld", i); + snprintf(scratch, sizeof(scratch), FMT_INT, i); else { int t; int m = i/1000; @@ -1257,8 +1254,8 @@ llrpt_roman (PNODE node, SYMTAB stab, BOOLEAN *eflg) t = i/100; i = i%100; - sprintf(scratch, "%s%s%s%s", rothou[m], rohuns[t], - rotens[i/10], rodigits[i%10]); + snprintf(scratch, sizeof(scratch), "%s%s%s%s", + rothou[m], rohuns[t], rotens[i/10], rodigits[i%10]); } return create_pvalue_from_string(scratch); } @@ -1301,7 +1298,8 @@ llrpt_nfamilies (PNODE node, SYMTAB stab, BOOLEAN *eflg) PVALUE llrpt_nspouses (PNODE node, SYMTAB stab, BOOLEAN *eflg) { - INT nspouses=0, nactual=0; + HINT_VAR_UNUSED INT nspouses=0; + INT nactual=0; PNODE argvar = builtin_args(node); NODE indi = eval_indi(argvar, stab, eflg, NULL); if (*eflg) { @@ -1336,7 +1334,7 @@ llrpt_eq (PNODE node, SYMTAB stab, BOOLEAN *eflg) } eq_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1363,7 +1361,7 @@ llrpt_ne (PNODE node, SYMTAB stab, BOOLEAN *eflg) } ne_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1390,7 +1388,7 @@ llrpt_le (PNODE node, SYMTAB stab, BOOLEAN *eflg) } le_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1417,7 +1415,7 @@ llrpt_ge (PNODE node, SYMTAB stab, BOOLEAN *eflg) } ge_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1444,7 +1442,7 @@ llrpt_lt (PNODE node, SYMTAB stab, BOOLEAN *eflg) } lt_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1471,7 +1469,7 @@ llrpt_gt (PNODE node, SYMTAB stab, BOOLEAN *eflg) } gt_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1500,7 +1498,7 @@ llrpt_and (PNODE node, SYMTAB stab, BOOLEAN *eflg) val2 = eval_and_coerce(PBOOL, argvar, stab, eflg); if (*eflg) { char numstr[33]; - snprintf(numstr, sizeof(numstr), "%ld", argix); + snprintf(numstr, sizeof(numstr), FMT_INT, argix); prog_var_error(node, stab, argvar, val2, nonboox, "and", numstr); return NULL; } @@ -1533,7 +1531,7 @@ llrpt_or (PNODE node, SYMTAB stab, BOOLEAN *eflg) val2 = eval_and_coerce(PBOOL, argvar, stab, eflg); if (*eflg) { char numstr[33]; - snprintf(numstr, sizeof(numstr), "%ld", argix); + snprintf(numstr, sizeof(numstr), FMT_INT, argix); prog_var_error(node, stab, argvar, val2, nonboox, "or", numstr); return NULL; } @@ -1563,13 +1561,13 @@ llrpt_add (PNODE node, SYMTAB stab, BOOLEAN *eflg) val2 = evaluate(argvar, stab, eflg); if (*eflg) { char numstr[33]; - snprintf(numstr, sizeof(numstr), "%ld", argix); + snprintf(numstr, sizeof(numstr), FMT_INT, argix); prog_var_error(node, stab, argvar, val2, badargx, "add", numstr); return NULL; } add_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1597,7 +1595,7 @@ llrpt_sub (PNODE node, SYMTAB stab, BOOLEAN *eflg) } sub_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1623,13 +1621,13 @@ llrpt_mul (PNODE node, SYMTAB stab, BOOLEAN *eflg) val2 = evaluate(argvar, stab, eflg); if (*eflg) { char numstr[33]; - snprintf(numstr, sizeof(numstr), "%ld", iarg); + snprintf(numstr, sizeof(numstr), FMT_INT, iarg); prog_var_error(node, stab, argvar, val2, badargx, "mul", numstr); return NULL; } mul_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1657,7 +1655,7 @@ llrpt_div (PNODE node, SYMTAB stab, BOOLEAN *eflg) } div_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1684,7 +1682,7 @@ llrpt_mod (PNODE node, SYMTAB stab, BOOLEAN *eflg) } mod_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1711,7 +1709,7 @@ llrpt_exp (PNODE node, SYMTAB stab, BOOLEAN *eflg) } exp_pvalues(val1, val2, eflg, &zerr); /* result in val1, val2 deleted */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1734,7 +1732,7 @@ llrpt_neg (PNODE node, SYMTAB stab, BOOLEAN *eflg) if (*eflg) return NULL; neg_pvalue(val, eflg, &zerr); /* result in val */ if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1753,7 +1751,7 @@ llrpt_incr (PNODE node, SYMTAB stab, BOOLEAN *eflg) ZSTR zerr=0; if (!iistype(argvar, IIDENT)) { *eflg = TRUE; - prog_error(node, "arg to incr must be a variable"); + prog_error(node, "%s", "arg to incr must be a variable"); return NULL; } val = evaluate(argvar, stab, eflg); @@ -1774,7 +1772,7 @@ llrpt_incr (PNODE node, SYMTAB stab, BOOLEAN *eflg) incr_pvalue(val, eflg, &zerr); } if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1794,7 +1792,7 @@ llrpt_decr (PNODE node, SYMTAB stab, BOOLEAN *eflg) ZSTR zerr=0; if (!iistype(argvar, IIDENT)) { *eflg = TRUE; - prog_error(node, "arg to decr must be a variable"); + prog_error(node, "%s", "arg to decr must be a variable"); return NULL; } val = evaluate(argvar, stab, eflg); @@ -1814,7 +1812,7 @@ llrpt_decr (PNODE node, SYMTAB stab, BOOLEAN *eflg) decr_pvalue(val, eflg, &zerr); } if (*eflg) { - prog_error(node, zs_str(zerr)); + prog_error(node, "%s", zs_str(zerr)); zs_free(&zerr); return NULL; } @@ -1833,12 +1831,12 @@ llrpt_strcmp (PNODE node, SYMTAB stab, BOOLEAN *eflg) PVALUE val2=0, val1 = eval_and_coerce(PSTRING, argvar, stab, eflg); if (*eflg) { /* TODO - use std errors */ - prog_error(node, "1st arg to strcmp is not a string"); + prog_error(node, "%s", "1st arg to strcmp is not a string"); return NULL; } val2 = eval_and_coerce(PSTRING, argvar=inext(argvar), stab, eflg); if (*eflg) { - prog_error(node, "2nd arg to strcmp is not a string"); + prog_error(node, "%s", "2nd arg to strcmp is not a string"); return NULL; } str1 = pvalue_to_string(val1); @@ -1863,12 +1861,12 @@ llrpt_nestr (PNODE node, SYMTAB stab, BOOLEAN *eflg) PVALUE val2=0, val1 = eval_and_coerce(PSTRING, argvar, stab, eflg); if (*eflg) { /* TODO: use std errors */ - prog_error(node, "1st arg to nestr is not a string"); + prog_error(node, "%s", "1st arg to nestr is not a string"); return NULL; } val2 = eval_and_coerce(PSTRING, argvar=inext(argvar), stab, eflg); if (*eflg) { - prog_error(node, "2nd arg to nestr is not a string"); + prog_error(node, "%s", "2nd arg to nestr is not a string"); return NULL; } str1 = pvalue_to_string(val1); @@ -1892,12 +1890,12 @@ llrpt_eqstr (PNODE node, SYMTAB stab, BOOLEAN *eflg) PVALUE val2=0, val1 = eval_and_coerce(PSTRING, argvar, stab, eflg); if (*eflg) { /* TODO: use std errors */ - prog_error(node, "1st arg to eqstr is not a string"); + prog_error(node, "%s", "1st arg to eqstr is not a string"); return NULL; } val2 = eval_and_coerce(PSTRING, argvar=inext(argvar), stab, eflg); if (*eflg) { - prog_error(node, "2nd arg to eqstr is not a string"); + prog_error(node, "%s", "2nd arg to eqstr is not a string"); return NULL; } str1 = pvalue_to_string(val1); @@ -1959,7 +1957,7 @@ llrpt_empty (PNODE node, SYMTAB stab, BOOLEAN *eflg) } else { - prog_error(node, _("the arg to empty is not a list, table or set")); + prog_error(node, "%s", _("the arg to empty is not a list, table or set")); *eflg = TRUE; return NULL; } @@ -1992,7 +1990,7 @@ llrpt_length (PNODE node, SYMTAB stab, BOOLEAN *eflg) } } if (len == -1) { - prog_error(node, _("the arg to length is not a list, table or set")); + prog_error(node, "%s", _("the arg to length is not a list, table or set")); *eflg = TRUE; return NULL; } @@ -2010,7 +2008,7 @@ llrpt_not (PNODE node, SYMTAB stab, BOOLEAN *eflg) PNODE argvar = builtin_args(node); PVALUE val = eval_and_coerce(PBOOL, argvar, stab, eflg); if (*eflg) { - prog_error(node, "the arg to not is not boolean"); + prog_error(node, "%s", "the arg to not is not boolean"); return NULL; } set_pvalue_bool(val, !pvalue_to_bool(val)); @@ -2069,8 +2067,8 @@ llrpt_concat (PNODE node, SYMTAB stab, BOOLEAN *eflg) while (argvar) { val = eval_and_coerce(PSTRING, argvar, stab, eflg); if (*eflg) { - char argnum[8]; - sprintf(argnum, "%ld", argcnt+1); + char argnum[FMT_INT_LEN+1]; + snprintf(argnum, sizeof(argnum), FMT_INT, argcnt+1); prog_var_error(node, stab, argvar, val, nonstrx, "concat", argnum); return NULL; } @@ -2193,14 +2191,14 @@ llrpt_pn (PNODE node, SYMTAB stab, BOOLEAN *eflg) STRING str=""; if (*eflg || !indi) { *eflg = TRUE; - prog_error(node, "1st arg to pn must be a person"); + prog_error(node, "%s", "1st arg to pn must be a person"); return NULL; } val = eval_and_coerce(PINT, argvar=inext(argvar), stab, eflg); typ = pvalue_to_int(val); if (*eflg || typ < 0 || typ > 4) { *eflg = TRUE; - prog_error(node, "2nd arg to pn must be between 0 and 4"); + prog_error(node, "%s", "2nd arg to pn must be between 0 and 4"); return NULL; } if (SEX(indi) == SEX_FEMALE) { @@ -2229,7 +2227,7 @@ llrpt_print (PNODE node, SYMTAB stab, BOOLEAN *eflg) val = eval_and_coerce(PSTRING, argvar, stab, eflg); if (*eflg || !val) { char nargstr[33]; - sprintf(nargstr, "%d", narg); + snprintf(nargstr, sizeof(nargstr), FMT_INT, narg); prog_var_error(node, stab, argvar, val, nonstrx, "print", nargstr); delete_pvalue(val); return NULL; @@ -2258,7 +2256,7 @@ llrpt_sex (PNODE node, SYMTAB stab, BOOLEAN *eflg) INT sex; NODE indi = eval_indi(argvar, stab, eflg, NULL); if (*eflg) { - prog_error(node, "the arg to sex is not a person"); + prog_error(node, "%s", "the arg to sex is not a person"); return NULL; } if (!indi) return create_pvalue_from_string(str); @@ -2276,7 +2274,7 @@ llrpt_male (PNODE node, SYMTAB stab, BOOLEAN *eflg) PNODE argvar = builtin_args(node); NODE indi = eval_indi(argvar, stab, eflg, NULL); if (*eflg) { - prog_error(node, "the arg to male is not a person"); + prog_error(node, "%s", "the arg to male is not a person"); return NULL; } if (!indi) return create_pvalue_from_bool(FALSE); @@ -2292,7 +2290,7 @@ llrpt_female (PNODE node, SYMTAB stab, BOOLEAN *eflg) PNODE argvar = builtin_args(node); NODE indi = eval_indi(argvar, stab, eflg, NULL); if (*eflg) { - prog_error(node, "the arg to female is not a person"); + prog_error(node, "%s", "the arg to female is not a person"); return NULL; } if (!indi) return create_pvalue_from_bool(FALSE); @@ -2322,7 +2320,7 @@ llrpt_key (PNODE node, SYMTAB stab, BOOLEAN *eflg) if (argvar) { val = eval_and_coerce(PBOOL, argvar, stab, eflg); if (*eflg) { - prog_error(node, "2nd arg to key is not boolean"); + prog_error(node, "%s", "2nd arg to key is not boolean"); return NULL; } strip = pvalue_to_bool(val); @@ -2342,17 +2340,17 @@ llrpt_rot (PNODE node, SYMTAB stab, BOOLEAN *eflg) PVALUE val = evaluate(argvar, stab, eflg); if (*eflg || !val) { *eflg = TRUE; - prog_error(node, "error in the arg to root"); + prog_error(node, "%s", "error in the arg to root"); return NULL; } if (!is_record_pvalue(val)) { *eflg = TRUE; - prog_error(node, "the arg to root must be a record"); + prog_error(node, "%s", "the arg to root must be a record"); return NULL; } if (!record_to_node(val)) { *eflg = TRUE; - prog_error(node, "record passed to root missing from database"); + prog_error(node, "%s", "record passed to root missing from database"); return NULL; } return val; @@ -2466,7 +2464,7 @@ llrpt_insert (PNODE node, SYMTAB stab, BOOLEAN *eflg) val = evaluate(argvar=inext(argvar), stab, eflg); if (*eflg || !val) { *eflg = TRUE; - prog_error(node, "3rd arg to insert is in error"); + prog_error(node, "%s", "3rd arg to insert is in error"); delete_pvalue(val); goto exit_insert; } @@ -2502,7 +2500,7 @@ llrpt_lookup (PNODE node, SYMTAB stab, BOOLEAN *eflg) val = eval_and_coerce(PTABLE, argvar, stab, eflg); if (*eflg || !val) { *eflg = TRUE; - prog_error(node, "1st arg to lookup is not a table"); + prog_error(node, "%s", "1st arg to lookup is not a table"); delete_pvalue(val); return NULL; } @@ -2761,7 +2759,7 @@ llrpt_jd2date (PNODE node, SYMTAB stab, BOOLEAN *eflg) yr = (INT)(c - 4715); } /* Now print GEDCOM style date string */ - sprintf(str, "%ld %s %ld", dy, gedmonths[mo - 1], yr); + snprintf(str, sizeof(str), FMT_INT " %s " FMT_INT, dy, gedmonths[mo - 1], yr); /* Create an EVEN node with subordinate DATE node */ prnt = create_temp_node(NULL, "EVEN", NULL, NULL); chil = create_temp_node(NULL, "DATE", str, prnt); @@ -3226,7 +3224,7 @@ llrpt_year (PNODE node, SYMTAB stab, BOOLEAN *eflg) INT yr = date_get_year(gdv); if (yr != BAD_YEAR) { /* no year string, so must have been a simple number */ - snprintf(buff, sizeof(buff), "%ld", yr); + snprintf(buff, sizeof(buff), FMT_INT, yr); str = buff; } else { str = 0; @@ -3483,10 +3481,8 @@ llrpt_copyfile (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: nl() -> STRING *=======================*/ PVALUE -llrpt_nl (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_nl (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ *eflg = FALSE; return create_pvalue_from_string("\n"); } @@ -3495,10 +3491,8 @@ llrpt_nl (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: sp() -> STRING *========================*/ PVALUE -llrpt_space (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_space (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ *eflg = FALSE; return create_pvalue_from_string(" "); } @@ -3507,10 +3501,8 @@ llrpt_space (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: qt() -> STRING *============================*/ PVALUE -llrpt_qt (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_qt (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ *eflg = FALSE; return create_pvalue_from_string("\""); } diff --git a/src/interp/builtin_list.c b/src/interp/builtin_list.c index 98a3ca020..646721b55 100644 --- a/src/interp/builtin_list.c +++ b/src/interp/builtin_list.c @@ -36,13 +36,6 @@ static VPTR create_list_value_pvalue(LIST list); -/********************************************* - * local variables - *********************************************/ - -static struct tag_rfmt rpt_long_rfmt; /* short form report format */ -static struct tag_rfmt rpt_shrt_rfmt; /* long form report format */ - /********************************************* * local function definitions * body of module @@ -253,9 +246,8 @@ llrpt_dequeue (PNODE node, SYMTAB stab, BOOLEAN *eflg) * Created: 2002/12/29 (Perry Rapp) *=================================*/ static VPTR -create_list_value_pvalue (LIST list) +create_list_value_pvalue (HINT_PARAM_UNUSED LIST list) { - list=list; /* unused */ return create_pvalue_any(); } /*==================================+ diff --git a/src/interp/eval.c b/src/interp/eval.c index cd81f594c..ecb9a3da9 100644 --- a/src/interp/eval.c +++ b/src/interp/eval.c @@ -55,7 +55,7 @@ PVALUE evaluate (PNODE node, SYMTAB stab, BOOLEAN *eflg) { if (prog_trace) { - trace_out("%d: ", iline(node)+1); + trace_out(FMT_INT ": ", iline(node)+1); trace_pnode(node); trace_endl(); } @@ -195,7 +195,7 @@ evaluate_cond (PNODE node, SYMTAB stab, BOOLEAN *eflg) return FALSE; } #ifdef DEBUG - llwprintf("interp_if: cond = "); + llwprintf("%s", "interp_if: cond = "); show_pvalue(val); wprintf("\n"); #endif @@ -215,8 +215,8 @@ evaluate_func (PNODE node, SYMTAB stab, BOOLEAN *eflg) *eflg = FALSE; if (prog_trace) - trace_outl("evaluate_func called: %d: %s", - iline(node)+1, iname(node)); + trace_outl("evaluate_func called: " FMT_INT ": %s", + iline(node)+1, (char *)iname(node)); val = (*(PFUNC)ifunc(node))(node, stab, eflg); return val; } @@ -271,7 +271,7 @@ evaluate_ufunc (PNODE node, SYMTAB stab, BOOLEAN *eflg) case INTRETURN: case INTOKAY: #ifdef DEBUG - llwprintf("Successful ufunc call -- val returned was "); + llwprintf("%s", "Successful ufunc call -- val returned was "); show_pvalue(val); llwprintf("\n"); #endif diff --git a/src/interp/heapused.c b/src/interp/heapused.c index 11b2d4371..8872e4678 100644 --- a/src/interp/heapused.c +++ b/src/interp/heapused.c @@ -62,7 +62,7 @@ * usage: heapused() -> INT *==============================================*/ PVALUE -llrpt_heapused (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_heapused (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { #if defined(WORKING_HEAPUSED) HEAPINFO hi; @@ -71,8 +71,6 @@ llrpt_heapused (PNODE node, SYMTAB stab, BOOLEAN *eflg) long heapcnt; int repcnt; static FILE *errfp = NULL; - node=node; /* unused */ - stab=stab; /* unused */ if(errfp == NULL) errfp = fopen("pbm.err", LLWRITETEXT); @@ -98,9 +96,7 @@ llrpt_heapused (PNODE node, SYMTAB stab, BOOLEAN *eflg) return create_pvalue_from_int(heapfree); #else - /* Unsupported, what should we do? return error or give bogus value? */ - node=node; /* unused */ - stab=stab; /* unused */ + /* Unsupported, return error. */ *eflg = TRUE; return NULL; #endif diff --git a/src/interp/interp.c b/src/interp/interp.c index 7883a5e4b..952e342ec 100644 --- a/src/interp/interp.c +++ b/src/interp/interp.c @@ -168,7 +168,7 @@ progmessage (MSG_LEVEL level, STRING msg) } else { llstrcatn(&ptr, msg, &mylen); } - msg_output(level, buf); + msg_output(level, "%s", buf); } /*=============================================+ * new_pathinfo -- Return new, filled-out pathinfo object @@ -240,7 +240,7 @@ interp_program_list (STRING proc, INT nargs, VPTR *args, LIST lifiles if (i==1) strupdate(&rootfilepath, pathinfo->fullpath); } else { - enqueue_parse_error(_("Report not found: %s "), progfile); + enqueue_parse_error(_("Report not found: %s"), progfile); } } } else { @@ -301,7 +301,7 @@ interp_program_list (STRING proc, INT nargs, VPTR *args, LIST lifiles STRING str; FORLIST(outstanding_parse_errors, el) str = (STRING)el; - prog_error(NULL, str); + prog_error(NULL, "%s", str); ++Perrors; ENDLIST destroy_list(outstanding_parse_errors); @@ -333,17 +333,18 @@ interp_program_list (STRING proc, INT nargs, VPTR *args, LIST lifiles parm = ipdefn_args(first); if (nargs != num_params(parm)) { - msg_error(_("Proc %s must be called with %d (not %d) parameters."), + msg_error(_("Proc %s must be called with " FMT_INT " (not " FMT_INT ") parameters."), proc, num_params(parm), nargs); goto interp_program_exit; } stab = create_symtab_proc(proc, NULL); for (i = 0; i < nargs; i++) { - insert_symtab(stab, iident_name(parm), args[0]); + insert_symtab(stab, iident_name(parm), args[i]); parm = inext(parm); } /* Interpret top procedure */ + ranit = 1; progparsing = FALSE; progrunning = TRUE; @@ -436,9 +437,8 @@ wipe_pactx (PACTX pactx) * remove_tables -- Remove interpreter's tables *==========================================*/ static void -remove_tables (PACTX pactx) +remove_tables (HINT_PARAM_UNUSED PACTX pactx) { - pactx=pactx; /* unused */ destroy_table(gproctab); gproctab=NULL; remove_symtab(globtab); @@ -501,13 +501,13 @@ parse_file (PACTX pactx, STRING fname, STRING fullpath) if (!pactx->Pinfp) { llwprintf(_("Error: file <%s> not found: %s\n"), fname, fullpath); Perrors++; - return; + goto error_filenotopen; } if ((unistr=check_file_for_unicode(pactx->Pinfp)) && !eqstr(unistr, "UTF-8")) { msg_error(_(qSunsupuniv), unistr); Perrors++; - return; + goto error_fileopen; } /* Assumption -- pactx->fullpath stays live longer than all pnodes */ @@ -517,8 +517,11 @@ parse_file (PACTX pactx, STRING fname, STRING fullpath) pactx->charpos = 0; yyparse(pactx); - + +error_fileopen: closefp(&pactx->Pinfp); + +error_filenotopen: pactx->ifile = 0; pactx->fullpath = 0; pactx->lineno = 0; @@ -590,11 +593,17 @@ interpret (PNODE node, SYMTAB stab, PVALUE *pval) while (node) { Pnode = node; if (prog_trace) { - trace_out("d%d: ", iline(node)+1); + trace_out("d" FMT_INT ": ", iline(node)+1); trace_pnode(node); trace_endl(); } switch (itype(node)) { + case IICONS: + prog_error(node, _("integer constant not allowed here. Use d(constant) instead.\n")); + goto interp_fail; + case IFCONS: + prog_error(node, _("floating-point constant not allowed here. Use f(constant) instead.\n")); + goto interp_fail; case ISCONS: poutput(pvalue_to_string(node->vars.iscons.value), &eflg); if (eflg) @@ -879,8 +888,7 @@ interpret (PNODE node, SYMTAB stab, PVALUE *pval) prog_error(node, "in return statement"); return INTRETURN; default: - llwprintf("itype(node) is %d\n", itype(node)); - llwprintf("HUH, HUH, HUH, HUNH!\n"); + prog_error(node, _("Unexpected node type (%d)"), itype(node)); goto interp_fail; } node = inext(node); @@ -889,7 +897,7 @@ interpret (PNODE node, SYMTAB stab, PVALUE *pval) interp_fail: if (getlloptint("FullReportCallStack", 0) > 0) { - llwprintf("e%d: ", iline(node)+1); + llwprintf("e" FMT_INT ": ", iline(node)+1); debug_show_one_pnode(node); llwprintf("\n"); } @@ -1116,7 +1124,7 @@ INTERPTYPE interp_fathers (PNODE node, SYMTAB stab, PVALUE *pval) { BOOLEAN eflg = FALSE; - INT nfams; + HINT_VAR_UNUSED INT nfams; INT ncount = 1; CACHEEL icel, fcel, scel; INTERPTYPE irc; @@ -1175,7 +1183,7 @@ INTERPTYPE interp_mothers (PNODE node, SYMTAB stab, PVALUE *pval) { BOOLEAN eflg = FALSE; - INT nfams; + HINT_VAR_UNUSED INT nfams; INT ncount = 1; CACHEEL icel, fcel, scel; INTERPTYPE irc; @@ -1345,18 +1353,6 @@ hloop: ; delete_symtab_element(stab, ielement(node)); return irc; } -/*========================================+ - * printkey -- Make key from keynum - *=======================================*/ -#ifdef UNUSED_CODE -static void -printkey (STRING key, char type, INT keynum) -{ - if (keynum>9999999 || keynum<0) - keynum=0; - sprintf(key, "%c%d", type, keynum); -} -#endif /*========================================+ * interp_forindi -- Interpret forindi loop * usage: forindi(INDI_V,INT_V) {...} @@ -1605,6 +1601,7 @@ interp_indisetloop (PNODE node, SYMTAB stab, PVALUE *pval) INTERPTYPE irc; PVALUE indival=0, loopval=0; INDISEQ seq = NULL; + INT ncount; PVALUE val = evaluate(iloopexp(node), stab, &eflg); if (eflg || !val || ptype(val) != PSET) { prog_error(node, "1st arg to forindiset must be set expr"); @@ -1798,7 +1795,7 @@ interp_call (PNODE node, SYMTAB stab, PVALUE *pval) parm = inext(parm); } if (arg || parm) { - prog_error(node, "``%s'': mismatched args and params\n", iname(node)); + prog_error(node, "``%s'': mismatched args and params\n", (char *)iname(node)); irc = INTERROR; goto call_leave; } @@ -1912,10 +1909,9 @@ pa_handle_option (CNSTRING optname) * Called directly from generated parser code (ie, from code in yacc.y) *=============================================*/ void -pa_handle_char_encoding (PACTX pactx, PNODE node) +pa_handle_char_encoding (HINT_PARAM_UNUSED PACTX pactx, PNODE node) { CNSTRING codeset = get_internal_string_node_value(node); - pactx=pactx; /* unused */ strupdate(&irptinfo(node)->codeset, codeset); } /*=============================================+ @@ -1943,14 +1939,13 @@ make_internal_string_node (PACTX pactx, STRING str) * parse-time handling of report command *=============================================*/ void -pa_handle_include (PACTX pactx, PNODE node) +pa_handle_include (HINT_PARAM_UNUSED PACTX pactx, PNODE node) { /*STRING fname = ifname(node); */ /* current file */ CNSTRING newfname = get_internal_string_node_value(node); STRING fullpath=0, localpath=0; ZSTR zstr=0; PATHINFO pathinfo = 0; - pactx=pactx; /* unused */ /* if it is relative, get local path to give to find_program */ if (!is_path(newfname)) { @@ -1973,12 +1968,11 @@ pa_handle_include (PACTX pactx, PNODE node) * node: [IN] current parse node *=============================================*/ void -pa_handle_require (PACTX pactx, PNODE node) +pa_handle_require (HINT_PARAM_UNUSED PACTX pactx, PNODE node) { CNSTRING reqver = get_internal_string_node_value(node); STRING propstr = "requires_lifelines-reports.version:"; TABLE tab=0; - pactx=pactx; /* unused */ tab = (TABLE)valueof_obj(pactx->filetab, pactx->fullpath); if (!tab) { @@ -2059,7 +2053,7 @@ void parse_error (PACTX pactx, STRING str) { /* TO DO - how to pass current pnode ? */ - prog_error(NULL, "Syntax Error (%s): %s: line %d, char %d\n" + prog_error(NULL, "Syntax Error (%s): %s: line " FMT_INT ", char " FMT_INT "\n" , str, pactx->fullpath, pactx->lineno+1, pactx->charpos+1); Perrors++; } @@ -2136,8 +2130,8 @@ get_report_error_msg (STRING msg) ZSTR zstr=0; if (progrunning) { - char line[20]; - snprintf(line, sizeof(line), "%ld", iline(Pnode)+1); + char line[FMT_INT_LEN+1]; + snprintf(line, sizeof(line), FMT_INT, iline(Pnode)+1); zstr = zprintpic2(_(msg), irptinfo(Pnode)->fullpath, line); } return zstr; @@ -2152,7 +2146,7 @@ void clean_orphaned_rptlocks (void) int ct = free_all_rprtlocks(); if (ct) { char msg[256]; - sprintf(msg, _pl("Program forgot to unlock %d record", + snprintf(msg, sizeof(msg), _pl("Program forgot to unlock %d record", "Program forgot to unlock %d records", ct), ct); progmessage(MSG_ERROR, msg); diff --git a/src/interp/interpi.h b/src/interp/interpi.h index 982486b5e..99db92fbc 100644 --- a/src/interp/interpi.h +++ b/src/interp/interpi.h @@ -109,6 +109,8 @@ typedef struct tag_ipcall_data { PNODE fargs; } IPCALL_DATA; +typedef PVALUE (*PFUNC)(PNODE, SYMTAB, BOOLEAN *); + struct tag_pnode { char i_type; /* type of node */ PNODE i_prnt; /* parent of this node */ @@ -121,6 +123,7 @@ struct tag_pnode { VPTR i_word3; VPTR i_word4; VPTR i_word5; + PFUNC i_func; union { struct { PVALUE value; @@ -215,7 +218,7 @@ PNODE ipcall_args(PNODE node); PNODE ifdefn_args(PNODE node); PNODE ifcall_args(PNODE node); -#define ifunc(i) ((i)->i_word3) /* func and builtin reference */ +#define ifunc(i) ((i)->i_func) /* func and builtin reference */ #define ichild(i) ((i)->i_word2) /* var in children loop */ #define ispouse(i) ((i)->i_word2) /* var in families and spouses loop */ #define ifamily(i) ((i)->i_word3) /* var in all families type loops */ @@ -229,8 +232,6 @@ PNODE ifcall_args(PNODE node); #define ibody(i) ((i)->i_word5) /* body of proc, func, loops */ #define inum(i) ((i)->i_word4) /* counter used by many loops */ -typedef PVALUE (*PFUNC)(PNODE, SYMTAB, BOOLEAN *); - #define pitype(i) ptype(ivalue(i)) #define pivalue(i) pvalue(ivalue(i)) @@ -238,7 +239,7 @@ typedef struct { char *ft_name; INT ft_nparms_min; INT ft_nparms_max; - PVALUE (*ft_eval)(PNODE, SYMTAB, BOOLEAN *); + PFUNC ft_eval; } BUILTINS; #define INTERPTYPE INT @@ -569,6 +570,7 @@ NODE eval_indi2(PNODE expr, SYMTAB stab, BOOLEAN *eflg, CACHEEL *pcel, PVALUE *p NODE eval_fam(PNODE, SYMTAB, BOOLEAN*, CACHEEL*); PVALUE eval_without_coerce(PNODE node, SYMTAB stab, BOOLEAN *eflg); PNODE families_node(PACTX pactx, PNODE, STRING, STRING, STRING, PNODE); +PNODE familyspouses_node(PACTX pactx, PNODE, STRING, STRING, PNODE); PNODE fathers_node(PACTX pactx, PNODE, STRING, STRING, STRING, PNODE); PNODE fdef_node(PACTX pactx, CNSTRING, PNODE, PNODE); PNODE foreven_node(PACTX pactx, STRING, STRING, PNODE); @@ -601,10 +603,10 @@ void pa_handle_global(STRING iden); void pa_handle_option(CNSTRING optname); void pa_handle_proc(PACTX pactx, CNSTRING procname, PNODE nd_args, PNODE nd_body); void pa_handle_require(PACTX pactx, PNODE node); -PNODE familyspouses_node(PACTX pactx, PNODE, STRING, STRING, PNODE); PNODE parents_node(PACTX pactx, PNODE, STRING, STRING, PNODE); -void prog_error(PNODE, STRING, ...); -void prog_var_error(PNODE node, SYMTAB stab, PNODE arg, PVALUE val, STRING fmt, ...); +void parse_error (PACTX pactx, STRING str); +void prog_error(PNODE, STRING, ...) HINT_PRINTF(2,3); +void prog_var_error(PNODE node, SYMTAB stab, PNODE arg, PVALUE val, STRING fmt, ...) HINT_PRINTF(5,6); STRING prot(STRING str); BOOLEAN record_to_node(PVALUE val); PNODE return_node(PACTX pactx, PNODE); @@ -615,8 +617,8 @@ PNODE spouses_node(PACTX pactx, PNODE, STRING, STRING, STRING, PNODE); BOOLEAN start_output_file (STRING outfname); PNODE create_string_node(PACTX pactx, STRING); void trace_endl(void); -void trace_out(STRING fmt, ...); -void trace_outl(STRING fmt, ...); +void trace_out(STRING fmt, ...) HINT_PRINTF(1,2); +void trace_outl(STRING fmt, ...) HINT_PRINTF(1,2); void trace_pnode(PNODE node); void trace_pvalue(PVALUE val); PNODE traverse_node(PACTX pactx, PNODE, STRING, STRING, PNODE); diff --git a/src/interp/lex.c b/src/interp/lex.c index 3e2072f40..1aeffd184 100644 --- a/src/interp/lex.c +++ b/src/interp/lex.c @@ -48,7 +48,7 @@ static INT Lexmode = FILEMODE; static STRING Lp; /* pointer into program string */ - +int yylex (YYSTYPE * lvalp, PACTX pactx); static INT inchar(PACTX pactx); static int lowyylex(PACTX pactx, YYSTYPE * lvalp); static BOOLEAN reserved(STRING, INT*); @@ -155,7 +155,7 @@ lextok (PACTX pactx, YYSTYPE * lvalp, INT c, INT t) if (reserved(tokbuf, &retval)) return retval; /* IDEN values have to be passed from yacc.y to free_iden */ - *lvalp = (PNODE) strsave(tokbuf); + *lvalp = (YYSTYPE) strsave(tokbuf); return IDEN; } if (t == '-' || t == DIGIT || t == '.') { @@ -180,7 +180,7 @@ lextok (PACTX pactx, YYSTYPE * lvalp, INT c, INT t) if (t != '.') { unreadchar(pactx, c); Yival *= mul; - *lvalp = NULL; + *lvalp = (YYSTYPE)NULL; return ICONS; } t = chartype(c = inchar(pactx)); @@ -202,7 +202,7 @@ lextok (PACTX pactx, YYSTYPE * lvalp, INT c, INT t) return '.'; } Yfval = mul*(Yival + Yfval/fdiv); - *lvalp = NULL; + *lvalp = (YYSTYPE)NULL; return FCONS; } if (c == '"') { @@ -210,13 +210,13 @@ lextok (PACTX pactx, YYSTYPE * lvalp, INT c, INT t) p = tokbuf; while (TRUE) { while ((c = inchar(pactx)) != EOF && c != '"' && c != '\\') { - if (p-tokbuf > sizeof(tokbuf)/sizeof(tokbuf[0]) - 3) { + if ((int)(p-tokbuf) > (int)(sizeof(tokbuf)/sizeof(tokbuf[0]) - 3)) { /* Overflowing tokbuf buffer */ /* TODO: (Perry, 2006-06-30) I don't know how to fail gracefully from here inside parser */ char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]) - , _("String constant overflowing internal buffer tokbuf len=%d, file: %s, start line: %ld") - , sizeof(tokbuf)/sizeof(tokbuf[0]) + snprintf(msg, sizeof(msg) + , _("String constant overflowing internal buffer tokbuf len=" FMT_INT ", file: %s, start line: " FMT_INT) + , ARRSIZE(tokbuf) , pactx->fullpath , start_line + 1 ); @@ -227,7 +227,7 @@ lextok (PACTX pactx, YYSTYPE * lvalp, INT c, INT t) } if (c == 0 || c == '"') { *p = 0; - *lvalp = make_internal_string_node(pactx, tokbuf); + *lvalp = (YYSTYPE) make_internal_string_node(pactx, tokbuf); return SCONS; } switch (c = inchar(pactx)) { @@ -241,7 +241,7 @@ lextok (PACTX pactx, YYSTYPE * lvalp, INT c, INT t) case '\\': *p++ = '\\'; break; case EOF: *p = 0; - *lvalp = make_internal_string_node(pactx, tokbuf); + *lvalp = (YYSTYPE) make_internal_string_node(pactx, tokbuf); return SCONS; default: *p++ = c; break; diff --git a/src/interp/more.c b/src/interp/more.c index a7a23b0bd..bc1b0816a 100644 --- a/src/interp/more.c +++ b/src/interp/more.c @@ -693,7 +693,7 @@ llrpt_menuchoose (PNODE node, SYMTAB stab, BOOLEAN *eflg) INT nsize=0; val = eval_and_coerce(PLIST, argvar, stab, eflg); if (*eflg) { - prog_var_error(node, stab, argvar, val, "menuchoose", "1"); + prog_var_error(node, stab, argvar, val, nonstrx, "menuchoose", "1"); delete_pvalue_ptr(&val); return NULL; } @@ -768,10 +768,8 @@ llrpt_runsystem (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: firstindi() -> INDI *===========================================*/ PVALUE -llrpt_firstindi (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_firstindi (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ *eflg = FALSE; return create_pvalue_from_indi_keynum(xref_firsti()); } @@ -824,10 +822,8 @@ llrpt_previndi (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: lastindi() -> INDI *=========================================*/ PVALUE -llrpt_lastindi (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_lastindi (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ *eflg = FALSE; return create_pvalue_from_indi_keynum(xref_lasti()); } @@ -836,10 +832,8 @@ llrpt_lastindi (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: firstfam() -> FAM *==========================================*/ PVALUE -llrpt_firstfam (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_firstfam (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ *eflg = FALSE; return create_pvalue_from_fam_keynum(xref_firstf()); } @@ -892,10 +886,8 @@ llrpt_prevfam (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: lastfam() -> FAM *========================================*/ PVALUE -llrpt_lastfam (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_lastfam (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ *eflg = FALSE; return create_pvalue_from_fam_keynum(xref_lastf()); } @@ -1168,10 +1160,8 @@ llrpt_genindiset (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: version() -> STRING *===============================================*/ PVALUE -llrpt_version (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_version (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ *eflg = FALSE; return create_pvalue_from_string(get_lifelines_version(120)); } @@ -1205,10 +1195,8 @@ llrpt_pvalue (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: program() -> STRING *===========================================*/ PVALUE -llrpt_program (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_program (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, HINT_PARAM_UNUSED BOOLEAN *eflg) { - stab=stab; /* unused */ - eflg=eflg; /* unused */ return create_pvalue_from_string(irptinfo(node)->fullpath); } /*============================================+ diff --git a/src/interp/progerr.c b/src/interp/progerr.c index 679ca4fb1..98450b111 100644 --- a/src/interp/progerr.c +++ b/src/interp/progerr.c @@ -126,13 +126,15 @@ prog_var_error_zstr (PNODE node, SYMTAB stab, PNODE arg, PVALUE val, ZSTR zstr) describe_pnode(arg, zstr, max); zs_apps(zstr, ")"); } - prog_error(node, zs_str(zstr)); + prog_error(node, "%s", zs_str(zstr)); zs_free(&zstr); if (dbg_mode != -99 && dbg_mode != 3) { INT ch = 0; - while (!(ch=='d' || ch=='q')) + while (!(ch=='d' || ch=='q')) { ch = rptui_prompt_stdout(_("Enter d for debugger, q to quit")); + if (ch == 0) ch = 'q'; + } if (ch == 'q') dbg_mode = -99; } @@ -147,18 +149,19 @@ prog_var_error_zstr (PNODE node, SYMTAB stab, PNODE arg, PVALUE val, ZSTR zstr) INT n=0; /* 0: display local variable(s) */ n = (curstab->tab ? get_table_count(curstab->tab) : 0); - zs_setf(zstr, _pl("Display local (%d var)", - "Display locals (%d vars)", n), n); + zs_setf(zstr, _pl("Display local (" FMT_INT" var)", + "Display locals (" FMT_INT " vars)", n), n); zs_appf(zstr, " [%s]", curstab->title); choices[0] = strsave(zs_str(zstr)); /* 1: display global variables */ n = (globtab->tab ? get_table_count(globtab->tab) : 0); - zs_setf(zstr, _pl("Display global (%d var)", - "Display globals (%d vars)", n), n); + zs_setf(zstr, _pl("Display global (" FMT_INT " var)", + "Display globals (" FMT_INT " vars)", n), n); choices[1] = strsave(zs_str(zstr)); /* 2: up call stack */ n = nlevels - curlevel - 1; - zs_setf(zstr, _pl("Call stack has %d higher level", "Call stack has %d higher levels", n), n); + zs_setf(zstr, _pl("Call stack has " FMT_INT " higher level", + "Call stack has " FMT_INT " higher levels", n), n); zs_apps(zstr, ". "); if (n > 0) { zs_apps(zstr, _(" Go up one level")); @@ -167,7 +170,8 @@ prog_var_error_zstr (PNODE node, SYMTAB stab, PNODE arg, PVALUE val, ZSTR zstr) choices[2] = strsave(zs_str(zstr)); /* 3: down call stack */ n = curlevel; - zs_setf(zstr, _pl("Call stack has %d lower level", "Call stack has %d lower levels", n), n); + zs_setf(zstr, _pl("Call stack has " FMT_INT " lower level", + "Call stack has " FMT_INT " lower levels", n), n); zs_apps(zstr, ". "); if (n > 0) { CNSTRING title = get_symtab_ancestor(stab, n-1)->title; @@ -363,7 +367,7 @@ disp_pvalue (PVALUE val) if (nval(node)) { llstrapps(str, len, uu8, nval(node)); } - msg_info(str); + msg_info("%s", str); } return; case PINDI: @@ -376,7 +380,7 @@ disp_pvalue (PVALUE val) NODE node = nztop(rec); size_t len = 128; STRING txt = generic_to_list_string(node, NULL, len, " ", NULL, TRUE); - msg_info(txt); + msg_info("%s", txt); } return; case PLIST: @@ -410,7 +414,7 @@ disp_list (LIST list) struct dbgsymtab_s sdata; INT nels = length_list(list); if (!nels) { - msg_info(_("list is empty")); + msg_info("%s", _("list is empty")); return; } init_dbgsymtab_arrays(&sdata, nels); @@ -421,8 +425,8 @@ disp_list (LIST list) VPTR ptr = 0; while (next_list_ptr(listit, &ptr)) { PVALUE val = ptr; - char key[10]; - snprintf(key, sizeof(key), "%d", sdata.current+1); + char key[FMT_INT_LEN+1]; + snprintf(key, sizeof(key), FMT_INT, sdata.current+1); format_dbgsymtab_val(key, val, &sdata); } end_list_iter(&listit); @@ -443,7 +447,7 @@ disp_table (TABLE tab) struct dbgsymtab_s sdata; INT nels = get_table_count(tab); if (!nels) { - msg_info(_("table is empty")); + msg_info("%s", _("table is empty")); return; } init_dbgsymtab_arrays(&sdata, nels); @@ -453,7 +457,7 @@ disp_table (TABLE tab) TABLE_ITER tabit = begin_table_iter(tab); STRING key=0; VPTR ptr = 0; - while (next_table_ptr(tabit, &key, &ptr)) { + while (next_table_ptr(tabit, (CNSTRING *)&key, &ptr)) { PVALUE val = ptr; format_dbgsymtab_val(key, val, &sdata); } @@ -477,7 +481,7 @@ disp_seq (INDISEQ seq) INT nels = length_indiseq(seq); INT i=0; if (!nels) { - msg_info(_("sequence is empty")); + msg_info("%s", _("sequence is empty")); return; } init_dbgsymtab_arrays(&sdata, nels); @@ -546,16 +550,16 @@ vprog_error (PNODE node, STRING fmt, va_list args) if (vprog_prevline != lineno) { vprog_prevline = lineno; if (progparsing) - zs_appf(zstr, _("Parsing Error at line %d: "), lineno); + zs_appf(zstr, _("Parsing Error at line " FMT_INT ": "), lineno); else - zs_appf(zstr, _("Runtime Error at line %d: "), lineno); + zs_appf(zstr, _("Runtime Error at line " FMT_INT ": "), lineno); } } else { zs_apps(zstr, _("Aborting: ")); } zs_appvf(zstr, fmt, args); llwprintf("\n"); - llwprintf(zs_str(zstr)); + llwprintf("%s", zs_str(zstr)); ++progerror; /* if user specified a report error log (in config file) */ if (rptfile && rptfile[0]) { diff --git a/src/interp/pvalalloc.c b/src/interp/pvalalloc.c index 80caec626..35c003b46 100644 --- a/src/interp/pvalalloc.c +++ b/src/interp/pvalalloc.c @@ -298,7 +298,7 @@ free_all_pvalues (void) fprintf(fp, "\n"); while (next_table_int(tabit, &key, &ival)) { fprintf(fp, " %s: ", key); - fprintf(fp, _pl("%d item leaked", "%d items leaked", ival), ival); + fprintf(fp, _pl(FMT_INT " item leaked", FMT_INT " items leaked", ival), ival); fprintf(fp, "\n"); } end_table_iter(&tabit); diff --git a/src/interp/pvalmath.c b/src/interp/pvalmath.c index 779654a25..3668799e3 100644 --- a/src/interp/pvalmath.c +++ b/src/interp/pvalmath.c @@ -181,10 +181,10 @@ mod_pvalues (PVALUE val1, PVALUE val2, BOOLEAN *eflg, ZSTR * zerr) if (is_numeric_zero(val2)) { illegal_value("mod", val2, eflg, zerr); return; } switch (ptype(val1)) { case PINT: - { - INT i1 = pvalue_to_int(val1) % pvalue_to_int(val2); - set_pvalue_int(val1, i1); - } + set_pvalue_int(val1, pvalue_to_int(val1) % pvalue_to_int(val2)); + break; + case PFLOAT: + set_pvalue_float(val1, fmod(pvalue_to_float(val1),pvalue_to_float(val2))); break; default: invalid_numeric_type("mod", val1, eflg, zerr); return; } diff --git a/src/interp/pvalue.c b/src/interp/pvalue.c index 475ace15f..d1153e33e 100644 --- a/src/interp/pvalue.c +++ b/src/interp/pvalue.c @@ -203,11 +203,8 @@ set_pvalue (PVALUE val, INT type, PVALUE_DATA pvd) * Created: 2003-02-04 (Perry Rapp) *======================================*/ void -dolock_node_in_cache (NODE node, BOOLEAN lock) +dolock_node_in_cache (HINT_PARAM_UNUSED NODE node, HINT_PARAM_UNUSED BOOLEAN lock) { - node = node; /* NOTUSED */ - lock = lock; /* NOTUSED */ - #if NOT_WORKING_ON_LARGE_DATA_SETS /* This leads to cache overflow, so there is something wrong here - Perry, 2003-03-07 */ @@ -315,6 +312,7 @@ static void clear_pv_indiseq (INDISEQ seq) { PVALUE val=NULL; + HINT_VAR_UNUSED INT ncount; /* NUL value indiseqs can get into reports via getindiset */ ASSERT(IValtype(seq) == ISVAL_PTR || IValtype(seq) == ISVAL_NUL); FORINDISEQ(seq, el, ncount) @@ -332,10 +330,9 @@ clear_pv_indiseq (INDISEQ seq) *======================================*/ #ifdef UNUSED static void -table_pvcleaner (CNSTRING key, UNION uval) +table_pvcleaner (HINT_PARAM_UNUSED CNSTRING key, UNION uval) { PVALUE val = uval.w; - key=key; /* unused */ delete_pvalue(val); uval.w = NULL; } @@ -566,7 +563,7 @@ create_pvalue_from_keynum_impl (INT i, INT ptype) case POTHR: cptype = 'X'; break; default: ASSERT(0); break; } - sprintf(key, "%c%d", cptype, i); + snprintf(key, sizeof(key), "%c" FMT_INT, cptype, i); return create_pvalue_from_key_impl(key, ptype); } /*================================== @@ -936,7 +933,7 @@ void show_pvalue (PVALUE val) { ZSTR zstr = describe_pvalue(val); - llwprintf(zs_str(zstr)); + llwprintf("%s", zs_str(zstr)); zs_free(&zstr); } /*================================================= @@ -978,8 +975,9 @@ describe_pvalue (PVALUE val) switch (type) { case PNULL: zs_appf(zstr, ""); + break; case PINT: - zs_appf(zstr, "%d", pvalue_to_int(val)); + zs_appf(zstr, FMT_INT, pvalue_to_int(val)); break; case PFLOAT: zs_appf(zstr, "%f", pvalue_to_float(val)); @@ -1012,7 +1010,7 @@ describe_pvalue (PVALUE val) { RECORD rec = pvalue_to_record(val); if (rec) - zs_appf(zstr, nzkey(rec)); + zs_appf(zstr, "%s", nzkey(rec)); else zs_appf(zstr, "NULL"); } @@ -1021,32 +1019,32 @@ describe_pvalue (PVALUE val) { LIST list = pvalue_to_list(val); INT n = length_list(list); - zs_appf(zstr, _pl("%d item", "%d items", n), n); + zs_appf(zstr, _pl(FMT_INT " item", FMT_INT " items", n), n); } break; case PTABLE: { TABLE table = pvalue_to_table(val); INT n = get_table_count(table); - zs_appf(zstr, _pl("%d entry", "%d entries", n), n); + zs_appf(zstr, _pl(FMT_INT " entry", FMT_INT " entries", n), n); } break; case PSET: { INDISEQ seq = pvalue_to_seq(val); INT n = length_indiseq(seq); - zs_appf(zstr, _pl("%d record", "%d records", n), n); + zs_appf(zstr, _pl(FMT_INT " record", FMT_INT " records", n), n); } break; case PARRAY: { ARRAY arr = pvalue_to_array(val); INT n = get_array_size(arr); - zs_appf(zstr, _pl("%d element", "%d elements", n), n); + zs_appf(zstr, _pl(FMT_INT " element", FMT_INT " elements", n), n); } break; default: - zs_appf(zstr, "%p", pvalvv(val)); + zs_appf(zstr, "%p", (void*)&pvalvv(val)); break; } zs_appc(zstr, '>'); @@ -1194,9 +1192,8 @@ CACHEEL pvalue_to_cel (PVALUE val) { RECORD rec = pvalue_to_record(val); - NODE root = nztop(rec); /* force record into cache */ + HINT_VAR_UNUSED NODE root = nztop(rec); /* force record into cache */ CACHEEL cel = nzcel(rec); - root = root; /* NOTUSED */ return cel; } /*================================== diff --git a/src/interp/rassa.c b/src/interp/rassa.c index a969390aa..3fa321a90 100644 --- a/src/interp/rassa.c +++ b/src/interp/rassa.c @@ -164,10 +164,8 @@ llrpt_pagemode (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: linemode() -> VOID *=======================================*/ PVALUE -llrpt_linemode (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_linemode (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ outputmode = BUFFERED; linebuflen = 0; bufptr = (STRING)linebuffer; @@ -300,10 +298,8 @@ request_file (BOOLEAN *eflg) * usage: outfile() -> STRING *===================================*/ PVALUE -llrpt_outfile (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_outfile (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ if (!Poutfp) { if (!request_file(eflg)) return NULL; @@ -420,10 +416,8 @@ llrpt_col (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: getcol() -> INT *================================*/ PVALUE -llrpt_getcol (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_getcol (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { - node=node; /* unused */ - stab=stab; /* unused */ *eflg = FALSE; return create_pvalue_from_int(curcol); } @@ -432,13 +426,11 @@ llrpt_getcol (PNODE node, SYMTAB stab, BOOLEAN *eflg) * usage: pageout() -> VOID *====================================================*/ PVALUE -llrpt_pageout (PNODE node, SYMTAB stab, BOOLEAN *eflg) +llrpt_pageout (HINT_PARAM_UNUSED PNODE node, HINT_PARAM_UNUSED SYMTAB stab, BOOLEAN *eflg) { char scratch[MAXCOLS+2]; STRING p; INT row, i; - node=node; /* unused */ - stab=stab; /* unused */ *eflg = TRUE; if (outputmode != PAGEMODE) return NULL; if (!Poutfp) { diff --git a/src/interp/rptsort.c b/src/interp/rptsort.c index e26f802bb..37879a6c0 100644 --- a/src/interp/rptsort.c +++ b/src/interp/rptsort.c @@ -59,7 +59,13 @@ sortpaircmp (SORTEL el1, SORTEL el2, VPTR param) return pvalues_collate(sp1->key, sp2->key); } #endif -static INT +/* IMPORTANT NOTE + * This function must use a return type of "int", not "INT", in order to be + * compatible with the definition of qsort(). Since qsort is only expecting + * a return value of -1, 0 or 1 from this routine, a down-cast from int64_t + * to int32_t is acceptable. + */ +static int sortpair_bin (const void * el1, const void * el2) { SORTPAIR sp1, sp2; @@ -69,7 +75,7 @@ sortpair_bin (const void * el1, const void * el2) sp2 = *(SORTPAIR *)el2; ASSERT(sp1->key); ASSERT(sp2->key); - return pvalues_collate(sp1->key, sp2->key); + return (int)pvalues_collate(sp1->key, sp2->key); } static PVALUE sortimpl (PNODE node, SYMTAB stab, BOOLEAN *eflg, BOOLEAN fwd) diff --git a/src/interp/symtab.c b/src/interp/symtab.c index 6fff2bb6c..1d42b7b44 100644 --- a/src/interp/symtab.c +++ b/src/interp/symtab.c @@ -153,7 +153,7 @@ create_symtab (CNSTRING title, SYMTAB parstab) symtab->tab = create_table_custom_vptr(delete_vptr_pvalue); symtab->parent = parstab; - llstrncpyf(symtab->title, sizeof(symtab->title), uu8, title); + llstrncpyf(symtab->title, sizeof(symtab->title), uu8, "%s", title); record_live_symtab(symtab); @@ -194,9 +194,7 @@ void symbol_tables_end (void) { /* for debugging check that no symbol tables leaked */ - INT leaked_symtabs = length_list(live_symtabs); - leaked_symtabs = leaked_symtabs; /* remove unused warning */ - /* 2005-02-06, 2200Z, Perry: No leaks here */ + HINT_VAR_UNUSED INT leaked_symtabs = length_list(live_symtabs); } /*====================================================== * in_symtab -- Does symbol table have this entry ? diff --git a/src/interp/yacc.y b/src/interp/yacc.y index 27be73123..0cbac1618 100644 --- a/src/interp/yacc.y +++ b/src/interp/yacc.y @@ -53,7 +53,7 @@ static PNODE this, prev; INT Yival; FLOAT Yfval; -// Bison 2.7 +/* Bison 2.7 */ #define YYSTYPE PNODE /* Local Functions */ @@ -77,6 +77,15 @@ void parse_error(PACTX pactx, STRING str); // Bison 3.x. %define api.value.type {PNODE} +// Debugging +%verbose +%printer { fprintf (yyo, "IDEN"); } IDEN; +%printer { fprintf (yyo, "PROC"); } PROC; +%printer { fprintf (yyo, "FUNC"); } FUNC_TOK; +%printer { fprintf (yyo, "%g", $$->vars.ifcons.value->value.fxd); } FCONS; +%printer { fprintf (yyo, FMT_INT, $$->vars.iicons.value->value.ixd); } ICONS; +%printer { fprintf (yyo, "%s", $$->vars.iscons.value->value.sxd); } SCONS; + /*===========================================================*/ /* Bison Prologue (Part 2) */ /*===========================================================*/ @@ -120,12 +129,14 @@ rspec : defn defn : proc | func | IDEN '(' IDEN ')' { + /* consumes $1 and $3 */ if (eqstr("global", (STRING) $1)) pa_handle_global((STRING) $3); - free_iden($1); - free_iden($3); + free_iden($1); + free_iden($3); } | IDEN '(' SCONS ')' { + /* consumes $1 */ if (eqstr("include", (STRING) $1)) pa_handle_include(pactx, (PNODE) $3); if (eqstr("option", (STRING) $1)) @@ -265,7 +276,7 @@ tmplt : CHILDREN m '(' expr ',' IDEN ',' IDEN ')' '{' tmplts '}' ((PNODE)$$)->i_line = (INTPTR)$2; } | TRAVERSE m '(' expr ',' IDEN ',' IDEN ')' '{' tmplts '}' { - /* consumes $6 */ + /* consumes $6 and $8 */ $$ = traverse_node(pactx, (PNODE)$4, (STRING)$6, (STRING)$8, (PNODE)$11); ((PNODE)$$)->i_line = (INTPTR)$2; } @@ -312,7 +323,7 @@ tmplt : CHILDREN m '(' expr ',' IDEN ',' IDEN ')' '{' tmplts '}' $$ = return_node(pactx, (PNODE)$4); ((PNODE)$$)->i_line = (INTPTR)$2; } - | expr { + | expro { $$ = $1; } ; @@ -332,7 +343,7 @@ elsifs : elsif { } ; elsif : ELSIF '(' expr secondo ')' '{' tmplts '}' { - ((PNODE)$3)->vars.iif.ielse = (PNODE)$4; + inext(((PNODE)$3)) = (PNODE) $4; $$ = if_node(pactx, (PNODE)$3, (PNODE)$7, (PNODE)NULL); } ; @@ -362,6 +373,13 @@ expr : IDEN { $$ = create_fcons_node(pactx, Yfval); } ; +expro : /* empty */ { + $$ = 0; + } + | expr { + $$ = $1; + } + ; exprso : /* empty */ { $$ = 0; } diff --git a/src/liflines/.gitignore b/src/liflines/.gitignore index c5a6ea33d..0c13212ad 100644 --- a/src/liflines/.gitignore +++ b/src/liflines/.gitignore @@ -1,6 +1,2 @@ -Makefile -Makefile.in -*.[oa] -.deps llines llexec diff --git a/src/liflines/Makefile.am b/src/liflines/Makefile.am index a62f8f30c..5dde08d86 100644 --- a/src/liflines/Makefile.am +++ b/src/liflines/Makefile.am @@ -19,18 +19,26 @@ llines_SOURCES = add.c advedit.c ask.c askgedc.c askprogram.c \ listui.h llinesi.h # what goes into llexec ? -llexec_SOURCES = ask.c error.c lines_usage.c llexec.c selectdb.c llexec.h +llexec_SOURCES = ask.c error.c lines_usage.c llexec.c selectdb.c miscutls.c llexec.h -# extra stuff for lines +# link for lines llines_LDADD = ../interp/libinterp.a ../gedlib/libgedcom.a \ ../btree/libbtree.a ../stdlib/libstdlib.a ../arch/libarch.a \ - @LIBINTL@ @LIBICONV@ + ../ui/libuicurses.a -# extra stuff for llexec +# link for llexec llexec_LDADD = ../interp/libinterp.a ../gedlib/libgedcom.a \ ../btree/libbtree.a ../stdlib/libstdlib.a ../arch/libarch.a \ - ../ui/libuicli.a \ - @LIBINTL@ @LIBICONV@ + ../ui/libuicli.a + +# add static/shared libintl/libiconv +if WITH_STATIC_NLS +llines_LDADD += @LIBINTL@ @LIBICONV@ +llexec_LDADD += @LIBINTL@ @LIBICONV@ +else +llines_LDADD += @LTLIBINTL@ @LTLIBICONV@ +llexec_LDADD += @LTLIBINTL@ @LTLIBICONV@ +endif # $(top_builddir) for config.h # $(top_srcdir)/src/hdrs for headers diff --git a/src/liflines/add.c b/src/liflines/add.c index a1cc0cfb7..c77c06fc9 100644 --- a/src/liflines/add.c +++ b/src/liflines/add.c @@ -84,7 +84,7 @@ add_indi_by_edit (RFMT rfmt) XLAT ttmi = transl_get_predefined_xlat(MEDIN); if (readonly) { - message(_(qSronlya)); + message("%s", _(qSronlya)); return NULL; } @@ -169,12 +169,12 @@ add_new_indi_to_db (RECORD indi0) { NODE name, refn, sex, body, dumb, node; char key[MAXKEYWIDTH]=""; - INT keynum=0; + INT32 keynum=0; NODE indi = nztop(indi0); split_indi_old(indi, &name, &refn, &sex, &body, &dumb, &dumb); keynum = getixrefnum(); - sprintf(key, "I%ld", keynum); + snprintf(key, sizeof(key), "I" FMT_INT32, keynum); init_new_record(indi0, key); for (node = name; node; node = nsibling(node)) { add_name(nval(node), key); @@ -200,8 +200,12 @@ add_indi_no_cache (NODE indi) NODE node, name, refn, sex, body, famc, fams; STRING str, key; + // Save INDI key value since rmvat static array entries may get reused + // before we write the INDI out (for example, >32 ASSO tags). This + // prevents us from writing the record out using the wrong key. + key = strsave(rmvat(nxref(indi))); + split_indi_old(indi, &name, &refn, &sex, &body, &famc, &fams); - key = rmvat(nxref(indi)); for (node = name; node; node = nsibling(node)) add_name(nval(node), key); for (node = refn; node; node = nsibling(node)) @@ -211,6 +215,7 @@ add_indi_no_cache (NODE indi) str = node_to_string(indi); store_record(key, str, strlen(str)); stdfree(str); + stdfree(key); return TRUE; } /*======================================================== @@ -251,13 +256,17 @@ prompt_add_child (NODE child, NODE fam, RFMT rfmt) INT i; if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); return NULL; } /* Identify child if caller did not */ - if (!child) child = nztop(ask_for_indi(_(qSidchld), DOASK1)); + if (!child) { + RECORD rec = ask_for_indi(_(qSidchld), DOASK1); + child = nztop(rec); + release_record(rec); + } if (!child) return NULL; /* Warn if child to add is already in some family */ @@ -268,7 +277,11 @@ prompt_add_child (NODE child, NODE fam, RFMT rfmt) /* Identify family if caller did not */ - if (!fam) fam = nztop(ask_for_fam(_(qSidprnt), _(qSidsbln))); + if (!fam) { + RECORD rec = ask_for_fam(_(qSidprnt), _(qSidsbln)); + fam = nztop(rec); + release_record(rec); + } if (!fam) return NULL; i = ask_child_order(fam, ALWAYS_PROMPT, rfmt); @@ -357,7 +370,7 @@ prompt_add_spouse (RECORD sprec, RECORD frec, BOOLEAN conf) NODE spouse, fam = nztop(frec); if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); return FALSE; } @@ -367,7 +380,7 @@ prompt_add_spouse (RECORD sprec, RECORD frec, BOOLEAN conf) if (!sprec) return FALSE; spouse = nztop(sprec); if ((sex = SEX(spouse)) == SEX_UNKNOWN) { - message(_(qSnosex)); + message("%s", _(qSnosex)); return FALSE; } @@ -383,11 +396,11 @@ prompt_add_spouse (RECORD sprec, RECORD frec, BOOLEAN conf) split_fam(fam, &fref, &husb, &wife, &chil, &rest); join_fam(fam, fref, husb, wife, chil, rest); if (sex == SEX_MALE && husb) { - message(_(qShashsb)); + message("%s", _(qShashsb)); return FALSE; } if (sex == SEX_FEMALE && wife) { - message(_(qShaswif)); + message("%s", _(qShaswif)); return FALSE; } } @@ -526,7 +539,7 @@ add_family_by_edit (RECORD sprec1, RECORD sprec2, RECORD chrec, RFMT rfmt) FILE *fp=NULL; if (readonly) { - message(_(qSronlya)); + message("%s", _(qSronlya)); return NULL; } @@ -544,7 +557,7 @@ add_family_by_edit (RECORD sprec1, RECORD sprec2, RECORD chrec, RFMT rfmt) if (!sprec1) return NULL; if ((sex1 = SEX(nztop(sprec1))) == SEX_UNKNOWN) { - message(_(qSunksex)); + message("%s", _(qSunksex)); return NULL; } @@ -555,7 +568,7 @@ add_family_by_edit (RECORD sprec1, RECORD sprec2, RECORD chrec, RFMT rfmt) if (sprec2) { if ((sex2 = SEX(nztop(sprec2))) == SEX_UNKNOWN || (traditional && sex1 == sex2)) { - message(_(qSnotopp)); + message("%s", _(qSnotopp)); return NULL; } } @@ -657,7 +670,7 @@ add_family_by_edit (RECORD sprec1, RECORD sprec2, RECORD chrec, RFMT rfmt) /* Add the new record to the database */ add_new_fam_to_db(fam2, spouse1, spouse2, child); - message(_(qSgdfadd)); + message("%s", _(qSgdfadd)); key = rmvat(nxref(fam2)); return key_to_record(key); diff --git a/src/liflines/ask.c b/src/liflines/ask.c index 1bd90e4b5..964c76abb 100644 --- a/src/liflines/ask.c +++ b/src/liflines/ask.c @@ -95,14 +95,14 @@ ask_for_fam (STRING pttl, STRING sttl) if (!sib) return NULL; fam = FAMC(nztop(sib)); if (!fam) { - message(_(qSntchld)); + message("%s", _(qSntchld)); return NULL; } frec = key_to_frecord(rmvat(nval(fam))); return frec; } if (!FAMS(nztop(prn))) { - message(_(qSntprnt)); + message("%s", _(qSntprnt)); return NULL; } return choose_family(prn, _(qSparadox), _(qSidfbrs), TRUE); @@ -188,7 +188,7 @@ ask_for_file_worker (STRING mode, if (!rtn || !fname[0]) return NULL; if (!expand_special_fname_chars(fname, sizeof(fname), uu8)) { - msg_error(_(qSfn2long)); + msg_error("%s", _(qSfn2long)); return NULL; } @@ -309,7 +309,7 @@ ask_for_indiseq (CNSTRING ttl, char ctype, INT *prc) if (seq) { *prc = RC_SELECT; } else { - msg_error(_(qSnonamky)); + msg_error("%s", _(qSnonamky)); continue; } } @@ -412,7 +412,9 @@ ask_for_indi_key (STRING ttl, ASK1Q ask1) { RECORD indi = ask_for_indi(ttl, ask1); if (!indi) return NULL; - return rmvat(nxref(nztop(indi))); + NODE node = nztop(indi); + release_record(indi); + return rmvat(nxref(node)); } /*=============================================================== * choose_one_from_indiseq_if_needed -- handle ask1 cases @@ -449,7 +451,7 @@ choose_from_indiseq (INDISEQ seq, ASK1Q ask1, STRING titl1, STRING titln) i = choose_one_from_indiseq_if_needed(seq, ask1, titl1, titln); if (i == -1) return NULL; - listbadkeys=1; + listbadkeys = 1; /* which typed value indiseq is this ? */ if (!indiseq_is_valtype_ival(seq) && !indiseq_is_valtype_null(seq)) { @@ -467,8 +469,8 @@ choose_from_indiseq (INDISEQ seq, ASK1Q ask1, STRING titl1, STRING titln) if (badkeylist[0]) llstrncpyf(buf, sizeof(buf), uu8, "%s: %.40s", _(qSmisskeys), badkeylist); else - llstrncpyf(buf, sizeof(buf), uu8, _(qSbadkeyptr)); - message(buf); + llstrncpyf(buf, sizeof(buf), uu8, "%s", _(qSbadkeyptr)); + message("%s", buf); } return rec; } diff --git a/src/liflines/askgedc.c b/src/liflines/askgedc.c index 1ae3acaa4..b5a1a35d2 100644 --- a/src/liflines/askgedc.c +++ b/src/liflines/askgedc.c @@ -81,11 +81,11 @@ add_gedcom_props (TABLE fileprops) if (!stat(filepath, &sbuf)) { if (sbuf.st_size > 9999999) - sprintf(str, "%ldMb", (long)(sbuf.st_size/1000000)); + snprintf(str, sizeof(str), "%ldMb", (long)(sbuf.st_size/1000000)); else if (sbuf.st_size > 9999) - sprintf(str, "%ldKb", (long)(sbuf.st_size/1000)); + snprintf(str, sizeof(str), "%ldKb", (long)(sbuf.st_size/1000)); else - sprintf(str, "%ldb", (long)sbuf.st_size); + snprintf(str, sizeof(str), "%ldb", (long)sbuf.st_size); add_prop_dnum(fileprops, "bytes", str); } diff --git a/src/liflines/askprogram.c b/src/liflines/askprogram.c index c20d57a15..cda95c986 100644 --- a/src/liflines/askprogram.c +++ b/src/liflines/askprogram.c @@ -279,9 +279,9 @@ proparrdetails (ARRAY_DETAILS arrdets, void * param) /* print tags & values */ for (i=scroll; ilines[row]; - char temp[20]; + char temp[FMT_INT_LEN+1]; STRING name=0, value=0; - sprintf(temp, "d%d", i+1); + snprintf(temp, sizeof(temp), "d" FMT_INT, i+1); name = valueof_str(props, temp); detail[0]=0; if (name) { diff --git a/src/liflines/browse.c b/src/liflines/browse.c index 3f21db093..2a382acfa 100644 --- a/src/liflines/browse.c +++ b/src/liflines/browse.c @@ -106,6 +106,7 @@ static RECORD history_back(struct hist * histp); static RECORD do_disp_history_list(struct hist * histp); static void history_record(RECORD rec, struct hist * histp); static RECORD history_fwd(struct hist * histp); +static void init_hist_lists(void); static void init_hist(struct hist * histp, INT count); static void load_hist_lists(void); static void load_nkey_list(STRING key, struct hist * histp); @@ -115,6 +116,8 @@ static void pick_remove_spouse_from_family(RECORD frec); static void save_hist_lists(void); static void save_nkey_list(STRING key, struct hist * histp); static void setrecord(RECORD * dest, RECORD * src); +static void term_hist_lists(void); +static void term_hist(struct hist * histp); /********************************************* * local variables @@ -165,7 +168,7 @@ prompt_for_browse (RECORD * prec, INT * code, INDISEQ * pseq) ASSERT(prec); ASSERT(pseq); *prec = 0; - *pseq =0; + *pseq = 0; if (*code == BROWSE_INDI) { /* ctype of 'B' means any type but check persons first */ @@ -175,7 +178,7 @@ prompt_for_browse (RECORD * prec, INT * code, INDISEQ * pseq) if (len == 1) { element_indiseq(*pseq, 0, &key, &name); *prec = qkey_to_record(key); - /* leaking sequence here, Perry, 2005-09-25 */ + remove_indiseq(*pseq); *pseq = NULL; *code = BROWSE_UNK; /* not sure what we got above */ } else { @@ -204,8 +207,9 @@ main_browse (RECORD rec1, INT code) RECORD rec2=0; INDISEQ seq = NULL; - if (!rec1) + if (!rec1) { prompt_for_browse(&rec1, &code, &seq); + } if (!rec1) { if (!seq) return; @@ -214,8 +218,6 @@ main_browse (RECORD rec1, INT code) return; } } - - /* loop here handle user browsing around through @@ -252,8 +254,11 @@ main_browse (RECORD rec1, INT code) } } } + setrecord(&rec1, NULL); setrecord(&rec2, NULL); + + ASSERT(!seq); } /*================================================ * goto_indi_child - jump to child by number @@ -262,13 +267,15 @@ main_browse (RECORD rec1, INT code) static RECORD goto_indi_child (RECORD irec, int childno) { - INT num1, num2, i = 0; + INT i = 0; + HINT_VAR_UNUSED INT fnum; + HINT_VAR_UNUSED INT cnum; RECORD answer = 0; INT akeynum=0; /* answer key */ NODE indi = nztop(irec); if (!irec) return NULL; - FORFAMS(indi, fam, num1) - FORCHILDREN(fam, chil, num2) + FORFAMS(indi, fam, fnum) + FORCHILDREN(fam, chil, cnum) i++; if (i == childno) akeynum = nzkeynum(chil); @@ -287,12 +294,13 @@ goto_indi_child (RECORD irec, int childno) static RECORD goto_fam_child (RECORD frec, int childno) { - INT num, i = 0; + INT i = 0; + HINT_VAR_UNUSED INT cnum; RECORD answer = 0; INT akeynum=0; NODE fam = nztop(frec); if (!frec) return NULL; - FORCHILDREN(fam, chil, num) + FORCHILDREN(fam, chil, cnum) i++; if (i == childno) akeynum = nzkeynum(chil); @@ -314,7 +322,7 @@ pick_create_new_family (RECORD current, RECORD save, STRING * addstrings) RECORD rec=0; if (readonly) { - message(_(qSronlya)); + message("%s", _(qSronlya)); return NULL; } i = choose_from_array(_(qSidfcop), 2, addstrings); @@ -542,7 +550,7 @@ browse_indi_modes (RECORD *prec1, RECORD *prec2, INDISEQ *pseq, INT indimode) if ((tmp = goto_indi_child(current, c-CMD_CHILD_DIRECT0)) != 0) setrecord(¤t, &tmp); else - message(_(qSnochil)); + message("%s", _(qSnochil)); break; case CMD_TANDEM_CHILDREN: /* browse to tandem children */ if ((tmp = choose_child(current, NULL, _(qSnocofp), @@ -567,13 +575,13 @@ browse_indi_modes (RECORD *prec1, RECORD *prec2, INDISEQ *pseq, INT indimode) if ((tmp = indi_to_prev_sib(current)) != 0) setrecord(¤t, &tmp); else - message(_(qSnoosib)); + message("%s", _(qSnoosib)); break; case CMD_DOWNSIB: /* Browse to younger sib */ if ((tmp = indi_to_next_sib(current)) != 0) setrecord(¤t, &tmp); else - message(_(qSnoysib)); + message("%s", _(qSnoysib)); break; case CMD_PARENTS: /* Browse to parents' family */ if ((tmp = choose_family(current, _(qSnoprnt), @@ -690,7 +698,7 @@ browse_indi_modes (RECORD *prec1, RECORD *prec2, INDISEQ *pseq, INT indimode) tmp = keynum_to_irecord(i); setrecord(¤t, &tmp); } else { - message(_(qSnopers)); + message("%s", _(qSnopers)); } } break; @@ -701,7 +709,7 @@ browse_indi_modes (RECORD *prec1, RECORD *prec2, INDISEQ *pseq, INT indimode) tmp = keynum_to_irecord(i); setrecord(¤t, &tmp); } else { - message(_(qSnopers)); + message("%s", _(qSnopers)); } } break; @@ -868,7 +876,7 @@ browse_aux (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) tmp = keynum_to_record(ntype, i); setrecord(¤t, &tmp); } else { - message(_(qSnorec)); + message("%s", _(qSnorec)); } break; } @@ -879,7 +887,7 @@ browse_aux (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) tmp = keynum_to_record(ntype, i); setrecord(¤t, &tmp); } else { - message(_(qSnorec)); + message("%s", _(qSnorec)); } break; } @@ -914,12 +922,12 @@ pick_remove_spouse_from_family (RECORD frec) STRING spstrings[MAX_SPOUSES]; INT i; if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); return; } split_fam(fam, &fref, &husb, &wife, &chil, &rest); if (!husb && !wife) { - message(_(qShasnei)); + message("%s", _(qShasnei)); return; } i = 0; @@ -935,7 +943,7 @@ pick_remove_spouse_from_family (RECORD frec) NULL, 66, &disp_shrt_rfmt, TRUE); spnodes[i++] = root; if (i == MAX_SPOUSES) { - message(_(qSspover)); + message("%s", _(qSspover)); break; } } @@ -958,24 +966,24 @@ prompt_add_spouse_with_candidate (RECORD fam, RECORD candidate) BOOLEAN confirm; char scratch[100]; if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); return; } split_fam(nztop(fam), &fref, &husb, &wife, &chil, &rest); join_fam(nztop(fam), fref, husb, wife, chil, rest); if (traditional) { if (husb && wife) { - message(_(qShasbth)); + message("%s", _(qShasbth)); return; } } if (candidate) { if (keyflag) { - sprintf(scratch, "%s%s (%s)", _(qSissnew), + snprintf(scratch, sizeof(scratch), "%s%s (%s)", _(qSissnew), indi_to_name(nztop(candidate), 56), rmvat(nxref(nztop(candidate)))+1); } else { - sprintf(scratch, "%s%s", _(qSissnew), + snprintf(scratch, sizeof(scratch), "%s%s", _(qSissnew), indi_to_name(nztop(candidate), 56)); } if (!ask_yes_or_no(scratch)) { @@ -984,7 +992,7 @@ prompt_add_spouse_with_candidate (RECORD fam, RECORD candidate) } /* don't confirm again if they just confirmed candidate */ confirm = (candidate == NULL); - prompt_add_spouse(candidate, fam, confirm);; + prompt_add_spouse(candidate, fam, confirm); } /*=============================================== * prompt_add_child_check_save -- @@ -998,22 +1006,22 @@ prompt_add_child_check_save (NODE fam, NODE save) { char scratch[100]; if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); return; } if (save) { if (keyflag) if(getlloptint("DisplayKeyTags", 0) > 0) { - sprintf(scratch, "%s%s (i%s)", _(qSiscnew), + snprintf(scratch, sizeof(scratch), "%s%s (i%s)", _(qSiscnew), indi_to_name(save, 56), rmvat(nxref(save))+1); } else { - sprintf(scratch, "%s%s (%s)", _(qSiscnew), + snprintf(scratch, sizeof(scratch), "%s%s (%s)", _(qSiscnew), indi_to_name(save, 56), rmvat(nxref(save))+1); } else - sprintf(scratch, "%s%s", _(qSiscnew), + snprintf(scratch, sizeof(scratch), "%s%s", _(qSiscnew), indi_to_name(save, 56)); if (!ask_yes_or_no(scratch)) save = NULL; @@ -1100,7 +1108,7 @@ browse_fam (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) if ((tmp = qkeynum_to_frecord(i))) setrecord(¤t, &tmp); else - message(_(qSnofam)); + message("%s", _(qSnofam)); } break; case CMD_EDIT: /* Edit family's record */ @@ -1171,7 +1179,7 @@ browse_fam (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) break; case CMD_REMOVECHILD: /* Remove a child */ if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); break; } if ((tmp = choose_child(NULL, current, _(qSnocinf), @@ -1275,7 +1283,7 @@ browse_fam (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) rtn = BROWSE_INDI; goto exitbrowse; } - message(_(qSnochil)); + message("%s", _(qSnochil)); break; case CMD_NEXT: /* Go to next fam in db */ { @@ -1283,7 +1291,7 @@ browse_fam (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) if (i && (tmp = qkeynum_to_frecord(i))) { setrecord(¤t, &tmp); } else { - message(_(qSnofam)); + message("%s", _(qSnofam)); } break; } @@ -1294,7 +1302,7 @@ browse_fam (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) tmp = keynum_to_frecord(i); setrecord(¤t, &tmp); } else { - message(_(qSnofam)); + message("%s", _(qSnofam)); } break; } @@ -1461,7 +1469,7 @@ choose_any_source (void) seq = get_all_sour(); if (!seq) { - message(_(qSnosour)); + message("%s", _(qSnosour)); return 0; } rec = choose_from_indiseq(seq, DOASK1, _(qSidsour), _(qSidsour)); @@ -1479,7 +1487,7 @@ choose_any_event (void) seq = get_all_even(); if (!seq) { - message(_(qSnoeven)); + message("%s", _(qSnoeven)); return NULL; } rec = choose_from_indiseq(seq, DOASK1, _(qSideven), _(qSideven)); @@ -1497,7 +1505,7 @@ choose_any_other (void) seq = get_all_othe(); if (!seq) { - message(_(qSnoothe)); + message("%s", _(qSnoothe)); return NULL; } rec = choose_from_indiseq(seq, DOASK1, _(qSidothe), _(qSidothe)); @@ -1505,11 +1513,11 @@ choose_any_other (void) return rec; } /*================================================== - * load_hist_lists -- Load previous history from database - * Created: 2001/12/23, Perry Rapp + * init_hist_lists -- initialize history lists + * Created: 2021/04/18, Matt Emmerton *================================================*/ static void -load_hist_lists (void) +init_hist_lists (void) { /* V for visit history, planning to also have a change history */ INT count = getlloptint("HistorySize", 20); @@ -1517,6 +1525,14 @@ load_hist_lists (void) count = 20; init_hist(&vhist, count); init_hist(&chist, count); +} +/*================================================== + * load_hist_lists -- Load previous history from database + * Created: 2001/12/23, Perry Rapp + *================================================*/ +static void +load_hist_lists (void) +{ if (getlloptint("SaveHistory", 0)) { load_nkey_list("HISTV", &vhist); load_nkey_list("HISTC", &chist); @@ -1534,6 +1550,16 @@ save_hist_lists (void) save_nkey_list("HISTV", &vhist); save_nkey_list("HISTC", &chist); } +/*================================================== + * term_hist_lists -- destroy history lists + * Created: 2021/04/18, Matt Emmerton + *=================================================*/ +static void +term_hist_lists (void) +{ + term_hist(&vhist); + term_hist(&chist); +} /*================================================== * init_hist -- create & initialize a history list * Created: 2001/12/23, Perry Rapp @@ -1549,6 +1575,16 @@ init_hist (struct hist * histp, INT count) histp->start = -1; histp->past_end = 0; } +/*================================================== + * term_hist -- destroy a history list + * Created: 2021/04/18, Matt Emmerton + *=================================================*/ +static void +term_hist (struct hist * histp) +{ + stdfree(histp->list); + histp->size = 0; +} /*================================================== * load_nkey_list -- Load node list from record into NKEY array * key: [IN] key used to store list in database @@ -1561,29 +1597,31 @@ static void load_nkey_list (STRING key, struct hist * histp) { STRING rawrec; - INT * ptr; - INT count, len, i, temp; + INT32 * ptr; + INT32 count; + INT32 temp; + INT len, i; count = 0; if (!(rawrec = retrieve_raw_record(key, &len))) return; if (len < 8 || (len % 8) != 0) return; - ptr = (INT *)rawrec; + ptr = (INT32 *)rawrec; temp = *ptr++; - if (temp<1 || temp > 9999) { + if (temp<0 || temp > 9999) { /* #records failed sanity check */ - msg_error(_(qSbadhistcnt)); + msg_error("%s", _(qSbadhistcnt)); goto end; } if (temp != *ptr++) { /* 2nd copy of #records failed to match */ - msg_error(_(qSbadhistcnt2)); + msg_error("%s", _(qSbadhistcnt2)); goto end; } if (len != (temp+1)*8) { /* length should be 8 bytes per record + 8 byte header */ - msg_error(_(qSbadhistlen)); + msg_error("%s", _(qSbadhistlen)); } count = temp; if (count > histp->size) count = histp->size; @@ -1595,7 +1633,7 @@ load_nkey_list (STRING key, struct hist * histp) continue; if (keynum<1 || keynum>MAXKEYNUMBER) continue; - snprintf(key, sizeof(key), "%c%ld", ntype, keynum); + snprintf(key, sizeof(key), "%c" FMT_INT, ntype, keynum); strcpy(histp->list[temp].key, key); histp->list[temp].ntype = ntype; histp->list[temp].keynum = keynum; @@ -1635,7 +1673,9 @@ static void save_nkey_list (STRING key, struct hist * histp) { FILE * fp=0; - INT next, prev, count, temp; + INT i, next; + INT32 count; // write buffer for histp->count value + INT32 temp; // write buffer for histp->list[] values size_t rtn; count = get_hist_count(histp); @@ -1649,15 +1689,23 @@ save_nkey_list (STRING key, struct hist * histp) rtn = fwrite(&count, 4, 1, fp); ASSERT(rtn==1); rtn = fwrite(&count, 4, 1, fp); ASSERT(rtn==1); - prev = -1; + /* write entries */ next = histp->start; - while (1) { + for (i=0; ilist[next].ntype; rtn = fwrite(&temp, 4, 1, fp); ASSERT(rtn==1); temp = histp->list[next].keynum; rtn = fwrite(&temp, 4, 1, fp); ASSERT(rtn==1); - prev = next; next = (next+1) % histp->size; if (next == histp->past_end) break; /* finished them all */ @@ -1684,7 +1732,7 @@ static void history_record (RECORD rec, struct hist * histp) { NKEY nkey = nkey_zero(); - INT prev, next, i; + INT next, i; INT count = get_hist_count(histp); INT protect = getlloptint("HistoryBounceSuppress", 0); if (!histp->size) return; @@ -1704,13 +1752,11 @@ history_record (RECORD rec, struct hist * histp) if (protect>count) protect=count; /* traverse from most recent back (bounce suppression) */ - prev = -1; next = (histp->past_end-1); if (next < 0) next += histp->size; for (i=0; ilist[next])) return; - prev = next; if (--next < 0) next += histp->size; } /* it is a new one so add it to circular list */ @@ -1814,7 +1860,7 @@ do_disp_history_list (struct hist * histp) RECORD rec=0; if (!seq) { - message(_(qSnohist)); + message("%s", _(qSnohist)); return NULL; } rec = choose_from_indiseq(seq, DOASK1, _(qSidhist), _(qSidhist)); @@ -1828,13 +1874,12 @@ static INDISEQ get_history_list (struct hist * histp) { INDISEQ seq=0; - INT next, prev; + INT next; if (!histp->size || histp->start==-1) { return NULL; } /* add all items of history to seq */ seq = create_indiseq_null(); - prev = -1; next = histp->start; while (1) { NODE node=0; @@ -1843,7 +1888,6 @@ get_history_list (struct hist * histp) STRING key = node_to_key(node); append_indiseq_null(seq, key, NULL, TRUE, FALSE); } - prev = next; next = (next+1) % histp->size; if (next == histp->past_end) break; /* finished them all */ @@ -1862,11 +1906,11 @@ ask_clear_history (struct hist * histp) INT count; if (!histp->size || histp->start==-1) { - message(_(qSnohist)); + message("%s", _(qSnohist)); return; } count = get_hist_count(histp); - sprintf(buffer, _(qShistclr), count); + snprintf(buffer, sizeof(buffer), _(qShistclr), count); if (ask_yes_or_no(buffer)) histp->start = -1; } @@ -1887,7 +1931,7 @@ handle_history_cmds (INT c, RECORD * prec1) *prec1 = rec; return -1; /* handled, change pages */ } - message(_(qSnohist)); + message("%s", _(qSnohist)); return 1; /* handled, stay here */ } if (c == CMD_CHISTORY_BACK) { @@ -1896,7 +1940,7 @@ handle_history_cmds (INT c, RECORD * prec1) *prec1 = rec; return -1; /* handled, change pages */ } - message(_(qSnohist)); + message("%s", _(qSnohist)); return 1; /* handled, stay here */ } if (c == CMD_VHISTORY_FWD) { @@ -1905,7 +1949,7 @@ handle_history_cmds (INT c, RECORD * prec1) *prec1 = rec; return -1; /* handled, change pages */ } - message(_(qSnohist)); + message("%s", _(qSnohist)); return 1; /* handled, stay here */ } if (c == CMD_CHISTORY_FWD) { @@ -1914,7 +1958,7 @@ handle_history_cmds (INT c, RECORD * prec1) *prec1 = rec; return -1; /* handled, change pages */ } - message(_(qSnohist)); + message("%s", _(qSnohist)); return 1; /* handled, stay here */ } if (c == CMD_VHISTORY_LIST) { @@ -1974,12 +2018,12 @@ add_new_rec_maybe_ref (RECORD current, char ntype) newnode = nztop(newrec); /* sanity check for long tags in others */ if (strlen(ntag(newnode))>40) { - msg_info(_(qStag2lng2cnc)); + msg_info("%s", _(qStag2lng2cnc)); return newrec; } /* now ask the user how to connect the new node */ - sprintf(title, _(qSnewrecis), nxref(newnode)); - msg_info(title); + snprintf(title, sizeof(title), _(qSnewrecis), nxref(newnode)); + msg_info("%s", title); /* keep new node # in status so it will be visible during edit */ lock_status_msg(TRUE); choices[0] = _(qSautoxref); @@ -2037,7 +2081,7 @@ get_vhist_len (void) return get_hist_count(&vhist); } /*================================================== - * get_vhist_len -- how many records currently in change history list ? + * get_chist_len -- how many records currently in change history list ? * Created: 2002/06/23, Perry Rapp *================================================*/ INT @@ -2054,6 +2098,7 @@ get_chist_len (void) void init_browse_module (void) { + init_hist_lists(); load_hist_lists(); } /*================================================== @@ -2065,4 +2110,5 @@ void term_browse_module (void) { save_hist_lists(); + term_hist_lists(); } diff --git a/src/liflines/brwsmenu.c b/src/liflines/brwsmenu.c index b6e5b8ada..e7abd307e 100644 --- a/src/liflines/brwsmenu.c +++ b/src/liflines/brwsmenu.c @@ -615,9 +615,8 @@ register_brwsmenu_lang_callbacks (BOOLEAN registering) * brwsmenu_on_lang_change -- UI language or codeset has changed *==========================*/ static void -brwsmenu_on_lang_change (VPTR uparm) +brwsmenu_on_lang_change (HINT_PARAM_UNUSED VPTR uparm) { - uparm = uparm; /* unused */ f_reloading = TRUE; menuitem_terminate(); brwsmenu_initialize(0, 0); /* 0 means use stored values */ diff --git a/src/liflines/cscurses.c b/src/liflines/cscurses.c index 2f9f3b01c..6aa88c994 100644 --- a/src/liflines/cscurses.c +++ b/src/liflines/cscurses.c @@ -139,10 +139,13 @@ mvccwprintw (WINDOW *wp, int y, int x, ...) { va_list args; char * fmt; + int ret; va_start(args, x); wmove(wp, y, x); fmt = va_arg(args, char *); - return vccwprintw(wp, fmt, args); + ret = vccwprintw(wp, fmt, args); + va_end(args); + return ret; } /*============================ * vccwprintw -- vwprintw with codeset convert from internal to GUI diff --git a/src/liflines/delete.c b/src/liflines/delete.c index 2279eaeb2..64e9753ef 100644 --- a/src/liflines/delete.c +++ b/src/liflines/delete.c @@ -82,10 +82,10 @@ choose_and_remove_family (void) /* build confirm string */ n = ISize(spseq); llstrsetf(spouses, sizeof(spouses), uu8 - , _pl("%d spouse", "%d spouses", n), n); + , _pl(FMT_INT " spouse", FMT_INT " spouses", n), n); n = ISize(chseq); llstrsetf(children, sizeof(children), uu8 - , _pl("%d child", "%d children", n), n); + , _pl(FMT_INT " child", FMT_INT " children", n), n); llstrsetf(members, sizeof(members), uu8 , _(qScffdeld), fam_to_key(fam), spouses, children); llstrapps(confirm, sizeof(confirm), uu8, _(qScffdel)); @@ -98,13 +98,15 @@ choose_and_remove_family (void) remove_empty_fam(fam); } else { + HINT_VAR_UNUSED INT inum; + /* the last remove command will delete the family */ - FORINDISEQ(spseq, el, num) + FORINDISEQ(spseq, el, inum) indi = key_to_indi(element_skey(el)); remove_spouse(indi, fam); ENDINDISEQ - FORINDISEQ(chseq, el, num) + FORINDISEQ(chseq, el, inum) indi = key_to_indi(element_skey(el)); remove_child(indi, fam); ENDINDISEQ @@ -163,7 +165,7 @@ choose_and_remove_spouse (RECORD irec, RECORD frec, BOOLEAN nolast) NODE fam; if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); return FALSE; } @@ -171,7 +173,7 @@ choose_and_remove_spouse (RECORD irec, RECORD frec, BOOLEAN nolast) if (!irec) irec = ask_for_indi(_(qSidsrmv), NOASK1); if (!irec) return FALSE; if (!FAMS(nztop(irec))) { - message(_(qSntprnt)); + message("%s", _(qSntprnt)); return FALSE; } @@ -180,17 +182,17 @@ choose_and_remove_spouse (RECORD irec, RECORD frec, BOOLEAN nolast) if (!frec) return FALSE; fam = nztop(frec); if (nolast && num_fam_xrefs(fam) < 2) { - message(_(qSnormls)); + message("%s", _(qSnormls)); return FALSE; } if (!ask_yes_or_no(_(qScfsrmv))) return FALSE; /* call internal workhorse remove_spouse() to do the actual removal */ if (!remove_spouse(nztop(irec), fam)) { - message(_(qSntsinf)); + message("%s", _(qSntsinf)); return FALSE; } - message(_(qSoksrmv)); + message("%s", _(qSoksrmv)); return TRUE; } /*=========================================== @@ -205,7 +207,7 @@ choose_and_remove_child (RECORD irec, RECORD frec, BOOLEAN nolast) NODE fam; if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); return FALSE; } @@ -213,7 +215,7 @@ choose_and_remove_child (RECORD irec, RECORD frec, BOOLEAN nolast) if (!irec) irec = ask_for_indi(_(qSidcrmv), NOASK1); if (!irec) return FALSE; if (!FAMC(nztop(irec))) { - message(_(qSntchld)); + message("%s", _(qSntchld)); return FALSE; } @@ -222,16 +224,16 @@ choose_and_remove_child (RECORD irec, RECORD frec, BOOLEAN nolast) if (!frec) return FALSE; fam = nztop(frec); if (nolast && num_fam_xrefs(fam) < 2) { - message(_(qSnormls)); + message("%s", _(qSnormls)); return FALSE; } if (!ask_yes_or_no(_(qScfcrmv))) return TRUE; if (!remove_child(nztop(irec), fam)) { - message(_(qSntcinf)); + message("%s", _(qSntcinf)); return FALSE; } - message(_(qSokcrmv)); + message("%s", _(qSokcrmv)); return TRUE; } diff --git a/src/liflines/edit.c b/src/liflines/edit.c index 19d4f730a..6b8f208e8 100644 --- a/src/liflines/edit.c +++ b/src/liflines/edit.c @@ -77,7 +77,7 @@ edit_indi (RECORD irec1, RFMT rfmt) /* may be NULL */ BOOLEAN emp; indi2 = file_to_node(editfile, ttmi, &msg, &emp); if (!equal_tree(indi1, indi2)) - message(_(qSronlye)); + message("%s", _(qSronlye)); free_nodes(indi2); return FALSE; } @@ -155,7 +155,7 @@ edit_family (RECORD frec1, RFMT rfmt) /* may be NULL */ irec = ask_for_indi(_(qSidspse), NOASK1); if (!irec) return FALSE; if (!FAMS(nztop(irec))) { - message(_(qSntprnt)); + message("%s", _(qSntprnt)); goto end_edit_fam; } frec1 = choose_family(irec, _(qSparadox), _(qSidfbys), TRUE); @@ -172,7 +172,7 @@ edit_family (RECORD frec1, RFMT rfmt) /* may be NULL */ BOOLEAN emp; fam2 = file_to_node(editfile, ttmi, &msg, &emp); if (!equal_tree(fam1, fam2)) - message(_(qSronlye)); + message("%s", _(qSronlye)); goto end_edit_fam; } while (TRUE) { @@ -223,7 +223,7 @@ edit_family (RECORD frec1, RFMT rfmt) /* may be NULL */ replace_fam(fam1, fam2); fam2 = NULL; - msg_status(_(qSgdfmod)); + msg_status("%s", _(qSgdfmod)); changed = TRUE; end_edit_fam: diff --git a/src/liflines/error.c b/src/liflines/error.c index 15e2af43c..9d27cf800 100644 --- a/src/liflines/error.c +++ b/src/liflines/error.c @@ -32,6 +32,7 @@ #include "liflines.h" #include "feedback.h" #include "arch.h" +#include "ui.h" #ifndef INCLUDED_STDARG_H #include @@ -56,23 +57,27 @@ __fatal (STRING file, int line, CNSTRING details) { /* avoid reentrancy */ static BOOLEAN failing=FALSE; - if (failing) return; - failing=TRUE; + if (!failing) + { + failing=TRUE; - /* send to error log if one is specified */ - errlog_out(_("Fatal Error"), details, file, line); + /* send to error log if one is specified */ + errlog_out(_("Fatal Error"), details, file, line); - /* send to screen */ - llwprintf("%s\n", _("FATAL ERROR")); - if (details && details[0]) { - llwprintf(" %s\n", details); + /* send to screen */ + llwprintf("%s\n", _("FATAL ERROR")); + if (details && details[0]) { + llwprintf(" %s\n", details); + } + llwprintf(_(" in file <%s> at line %d\n"), file, line); + + /* offer crash dump before closing database */ + ll_optional_abort(_("ASSERT failure")); + close_lifelines(); + shutdown_ui(TRUE); /* pause */ + + failing=FALSE; } - llwprintf(_(" in file <%s> at line %d\n"), file, line); - /* offer crash dump before closing database */ - ll_optional_abort(_("ASSERT failure")); - close_lifelines(); - shutdown_ui(TRUE); /* pause */ - failing=FALSE; exit(1); } /*=============================== @@ -95,7 +100,7 @@ vcrashlog (int newline, const char * fmt, va_list args) errlog_out(NULL, buffer, NULL, -1); /* send to screen */ - llwprintf(buffer); + llwprintf("%s", buffer); } /*=============================== * vcrashlog -- Send crash info to crash log and screen diff --git a/src/liflines/export.c b/src/liflines/export.c index 5748b3164..60fcf9db5 100644 --- a/src/liflines/export.c +++ b/src/liflines/export.c @@ -99,9 +99,9 @@ archive_in_file (struct tag_export_feedback * efeed, FILE *fp) curtime = time(NULL); pt = localtime(&curtime); - sprintf(dat, "%d %s %d", pt->tm_mday, mabbv[pt->tm_mon], + snprintf(dat, sizeof(dat), "%d %s %d", pt->tm_mday, mabbv[pt->tm_mon], 1900 + pt->tm_year); - sprintf(tim, "%d:%.2d", pt->tm_hour, pt->tm_min); + snprintf(tim, sizeof(tim), "%d:%.2d", pt->tm_hour, pt->tm_min); fprintf(fp, "0 HEAD\n1 SOUR LIFELINES %s\n1 DEST ANY\n" , get_lifelines_version(80)); /* header date & time */ @@ -144,7 +144,7 @@ archive (BTREE btree, BLOCK block, void * param) FILE *fo=0; struct tag_trav_parm * travparm = (struct tag_trav_parm *)param; - sprintf(scratch, "%s/%s", bbasedir(btree), fkey2path(ixself(block))); + snprintf(scratch, sizeof(scratch), "%s/%s", bbasedir(btree), fkey2path(ixself(block))); fo = fopen(scratch, LLREADBINARY); ASSERT(fo); n = nkeys(block); @@ -169,7 +169,7 @@ copy_and_translate (FILE *fo, INT len, struct tag_trav_parm * travparm, char cty { char in[BUFLEN]=""; char *inp=0; - int remlen=0, num=0; + INT remlen=0, num=0; FILE * fn = travparm->fp; struct tag_export_feedback * efeed = travparm->efeed; diff --git a/src/liflines/import.c b/src/liflines/import.c index daca1d8e5..d62020b0d 100644 --- a/src/liflines/import.c +++ b/src/liflines/import.c @@ -160,7 +160,7 @@ do_import (IMPORT_FEEDBACK ifeed, FILE *fp) } if (!scan_header(fp, metadatatab, &zerr)) { - msg_error(zs_str(zerr)); + msg_error("%s", zs_str(zerr)); goto end_import; } @@ -216,8 +216,8 @@ do_import (IMPORT_FEEDBACK ifeed, FILE *fp) warnings = validate_get_warning_count(); if (warnings) { ZSTR zstr=zs_new(); - zs_setf(zstr, _pl("%d warning during import", - "%d warnings during import", warnings), warnings); + zs_setf(zstr, _pl(FMT_INT " warning during import", + FMT_INT " warnings during import", warnings), warnings); if (!ask_yes_or_no_msg(zs_str(zstr), _(qSproceed))) { goto end_import; } @@ -258,8 +258,8 @@ do_import (IMPORT_FEEDBACK ifeed, FILE *fp) if((totkeys-totused) > 0) { INT delkeys = totkeys-totused; snprintf(msgbuf, sizeof(msgbuf) - , _pl("Using original keys, %d deleted record will be in the database." - , "Using original keys, %d deleted records will be in the database." + , _pl("Using original keys, " FMT_INT " deleted record will be in the database." + , "Using original keys, " FMT_INT " deleted records will be in the database." , delkeys) , delkeys ); @@ -316,7 +316,7 @@ TODO: why were these here ? node = next_fp_to_node(fp, FALSE, ttm, &msg, &emp); } if (msg) { - msg_error(msg); + msg_error("%s", msg); } if(gd_reuse && ((totkeys - totused) > 0)) { if (ifeed && ifeed->adding_unused_keys_fnc) @@ -340,15 +340,13 @@ TODO: why were these here ? * restore_record -- Restore record to database *===========================================*/ static void -restore_record (NODE node, INT type, INT num) +restore_record (NODE node, INT type, HINT_PARAM_UNUSED INT num) { STRING old, new, str, key; - char scratch[10]; if (!node) return; ASSERT(old = nxref(node)); new = translate_key(rmvat(old)); - sprintf(scratch, "%6ld", num); switch (type) { case INDI_REC: break; case FAM_REC: break; @@ -410,10 +408,9 @@ translate_key (STRING key) /* key does not have surrounding @ chars */ * translate_values -- Traverse function to translate pointers *==========================================================*/ static BOOLEAN -translate_values (NODE node, VPTR param) +translate_values (NODE node, HINT_PARAM_UNUSED VPTR param) { STRING new; - param=param; /* unused */ if (!pointer_value(nval(node))) return TRUE; new = translate_key(rmvat(nval(node))); stdfree(nval(node)); diff --git a/src/liflines/interact.c b/src/liflines/interact.c index 71de77051..5691b3d08 100644 --- a/src/liflines/interact.c +++ b/src/liflines/interact.c @@ -139,7 +139,7 @@ interact_worker (UIWINDOW uiwin, STRING str, INT screen) return cmdnum; } if (cmdnum != CMD_PARTIAL) { - msg_error(_(qSmn_unkcmd)); + msg_error("%s", _(qSmn_unkcmd)); offset = 0; } } diff --git a/src/liflines/lbrowse.c b/src/liflines/lbrowse.c index 1cdada713..497ba4660 100644 --- a/src/liflines/lbrowse.c +++ b/src/liflines/lbrowse.c @@ -61,6 +61,7 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) STRING key, name, lname=""; RECORD rec=0; INDISEQ seq, newseq; + HINT_VAR_UNUSED INT inum; ASSERT(prec1); ASSERT(!*prec1); @@ -85,7 +86,7 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) case 'j': /* Move down line */ case CMD_KY_DN: if (cur >= len - 1) { - message(_(qSlstbot)); + message("%s", _(qSlstbot)); break; } cur++; @@ -94,7 +95,7 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) case 'd': /* Move down one page */ case CMD_KY_PGDN: if (top + VIEWABLE >= len-1) { - message(_(qSlstbot)); + message("%s", _(qSlstbot)); break; } cur += VIEWABLE; @@ -105,7 +106,7 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) case 'D': /* Move down several pages */ case CMD_KY_SHPGDN: if (top + VIEWABLE >= len-1) { - message(_(qSlstbot)); + message("%s", _(qSlstbot)); break; } tmp = (len)/10; @@ -127,7 +128,7 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) case 'k': /* Move up line */ case CMD_KY_UP: if (cur <= 0) { - message(_(qSlsttop)); + message("%s", _(qSlsttop)); break; } cur--; @@ -136,7 +137,7 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) case 'u': /* Move up one page */ case CMD_KY_PGUP: if (top <= 0) { - message(_(qSlsttop)); + message("%s", _(qSlsttop)); break; } tmp = VIEWABLE; @@ -147,7 +148,7 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) case 'U': /* Move up several pages */ case CMD_KY_SHPGUP: if (top <= 0) { - message(_(qSlsttop)); + message("%s", _(qSlsttop)); break; } tmp = (len)/10; @@ -199,7 +200,7 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) { RECORD cand1=0, cand2=0; if (mark == -1 || cur == mark) { - message(_(qSmrkrec)); + message("%s", _(qSmrkrec)); break; } cand2 = rec; @@ -216,14 +217,18 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) *prec2 = cand2; return BROWSE_2FAM; } else { - message(_("Tandom browse only compatible with persons or families.")); + message("%s", _("Tandem browse only compatible with persons or families.")); break; } } case 'b': /* Browse new persons */ newseq = ask_for_indiseq(_(qSidplst), 'I', &rc); + /* If no new indiseq was created, then the previous indiseq is still in effect. */ if (!newseq) break; - /* TODO: should we free *pseq & repoint it to newseq ? */ + /* Otherwise, if a new indiseq was created, then the previous indiseq must be freed. */ + if (current_seq) { + remove_indiseq(current_seq); + } current_seq = seq = newseq; element_indiseq(seq, 0, &key, &name); if ((len = length_indiseq(seq)) == 1) { @@ -240,10 +245,10 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) CNSTRING skey=0, snam=0; newseq = ask_for_indiseq(_(qSlstpad), 'I', &rc); if (!newseq) { - message(_(qSlstnad)); + message("%s", _(qSlstnad)); break; } - FORINDISEQ(newseq, el, i) + FORINDISEQ(newseq, el, inum) skey = element_skey(el); snam = element_name(el); append_indiseq_null(seq, strsave(skey), snam, FALSE, TRUE); @@ -253,7 +258,7 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) mark = -1; len = length_indiseq(seq); remove_indiseq(newseq); - message(_(qSlstnew)); + message("%s", _(qSlstnew)); break; } case 'n': /* Name this list */ @@ -268,6 +273,8 @@ browse_list (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) if (cur > top + VIEWABLE - 1) top = cur; break; case 'q': /* Return to main menu */ + if (current_seq) + remove_indiseq(current_seq); current_seq = NULL; return BROWSE_QUIT; } @@ -282,7 +289,7 @@ name_the_list (INDISEQ seq) char name[MAXPATHLEN]; if (!ask_for_string(_(qSlstwht), _(qSasknam), name, sizeof(name)) || !name[0]) { - message(_(qSlstnon)); + message("%s", _(qSlstnon)); return; } /* TODO: Should just let the browse list addref the indiseq */ diff --git a/src/liflines/lines_usage.c b/src/liflines/lines_usage.c index 0942ad9ef..4f5ad14f0 100644 --- a/src/liflines/lines_usage.c +++ b/src/liflines/lines_usage.c @@ -8,6 +8,7 @@ /* llstdlib.h pulls in standard.h, config.h, sys_inc.h */ #include "llinesi.h" +extern STRING qSgen_bugreport, qSgen_copyright, qSgen_license; /*=============================================== * print_lines_usage -- display program help/usage @@ -121,12 +122,15 @@ print_lines_usage (CNSTRING exename) } printf(_("REPORTING BUGS")); printf("\n\t"); - printf(_("Report bugs to https://github.com/MarcNo/lifelines/issues")); + printf("%s", _(qSgen_bugreport)); printf("\n\n"); printf(_("COPYRIGHT")); printf("\n\t"); - printf("Lifelines is distributed under an X/MIT Open Source license.\n" - "\tSee file COPYING in the program directory."); + printf("%s", _(qSgen_copyright)); + printf("\n\n"); + printf(_("LICENSE")); + printf("\n\t"); + printf("%s", _(qSgen_license)); printf("\n\n"); printf(_("SEE ALSO")); printf("\n\tllines(1), llexec(1), dbverify(1), btedit(1)"); diff --git a/src/liflines/listui.c b/src/liflines/listui.c index 193181909..2a0f99bac 100644 --- a/src/liflines/listui.c +++ b/src/liflines/listui.c @@ -48,8 +48,8 @@ #include "codesets.h" #include "charprops.h" #include "listui.h" - - +#define UI_ENABLE_CURSES +#include "ui.h" static INT LISTWIN_WIDTH=0; @@ -180,6 +180,7 @@ array_interact (STRING ttl, INT len, STRING *strings continue; if (handle_popup_list_resize(&ld, code)) { deactivate_uiwin_and_touch_all(); + ld.uiwin=0; /* we're going to repick window & activate */ goto resize_win; } @@ -503,7 +504,7 @@ shw_recordlist_list (INDISEQ seq, listdisp * ld) BOOLEAN scrollable = (rows < ld->listlen); /* for short lists, use leading numbers */ if (ld->listlen < 10) { - sprintf(buffer, "%ld: ", ld->listlen); + snprintf(buffer, sizeof(buffer), FMT_INT ": ", ld->listlen); i = strlen(buffer); width -= i; /* for "1: " */ offset += i; @@ -525,7 +526,7 @@ shw_recordlist_list (INDISEQ seq, listdisp * ld) if (i == ld->cur) mvwaddch(win, row, ld->rectList.left+3, '>'); if (ld->listlen < 10) { char numstr[12]; - sprintf(numstr, "%d:", i+1); + snprintf(numstr, sizeof(numstr), FMT_INT ":", i+1); mvccwaddstr(win, row, ld->rectList.left+4, numstr); } print_indiseq_element(seq, i, buffer, width, &disp_shrt_rfmt); @@ -549,7 +550,7 @@ print_list_title (char * buffer, INT len, const listdisp * ld, STRING ttl) char suffix[30]; if (len > uiw_cols(ld->uiwin)-2) len = uiw_cols(ld->uiwin)-2; - sprintf(suffix, " (%ld/%ld)", ld->cur+1, ld->listlen); + snprintf(suffix, sizeof(suffix), " (" FMT_INT "/" FMT_INT ")", ld->cur+1, ld->listlen); len -= strlen(suffix)+1; /* reserve room for suffix */ ptr[0] = 0; if ((INT)strlen(ttl)>len-1) { @@ -579,7 +580,6 @@ shw_array_of_strings (STRING *strings, listdisp * ld, DETAILFNC detfnc WINDOW *win = uiw_win(ld->uiwin); INT i, j, row, lines; INT rows = ld->rectList.bottom - ld->rectList.top + 1; - INT overflag=FALSE; char buffer[120]; INT width = uiw_cols(ld->uiwin); if (width > (INT)sizeof(buffer)-1) @@ -604,7 +604,7 @@ shw_array_of_strings (STRING *strings, listdisp * ld, DETAILFNC detfnc /* for short lists, we show leading numbers */ if (ld->listlen<10) { char numstr[12]=""; - llstrncpyf(numstr, sizeof(numstr), uu8, "%d: ", i+1); + llstrncpyf(numstr, sizeof(numstr), uu8, FMT_INT ": ", i+1); if (i == ld->cur) mvwaddch(win, row, 3, '>'); mvccwaddstr(win, row, 4, numstr); nlen = strlen(numstr); @@ -614,8 +614,6 @@ shw_array_of_strings (STRING *strings, listdisp * ld, DETAILFNC detfnc temp = width-6-nlen; llstrncpy(buffer, strings[i], temp, uu8); if ((INT)strlen(buffer) > temp-2) { - if (i==ld->cur) - overflag=TRUE; strcpy(&buffer[temp-3], "..."); } mvccwaddstr(win, row, 4+nlen, buffer); diff --git a/src/liflines/llexec.c b/src/liflines/llexec.c index 0c517548d..384e45e10 100644 --- a/src/liflines/llexec.c +++ b/src/liflines/llexec.c @@ -39,9 +39,7 @@ extern STRING qSmtitle,qSnorwandro,qSnofandl,qSbdlkar; extern STRING qSusgFinnOpt,qSusgFinnAlw,qSusgNorm; -extern STRING qSbaddb,qSdefttl,qSiddefpath; -extern STRING qSaskynq,qSaskynyn,qSaskyY,qSaskint; -extern STRING qSchlistx,qSvwlistx; +extern STRING qSbaddb; extern INT csz_indi; extern INT csz_fam; @@ -51,6 +49,8 @@ extern INT csz_othr; extern int opterr; +extern int yydebug; + /********************************************* * required global variables *********************************************/ @@ -73,7 +73,6 @@ BOOLEAN showusage = FALSE; /* show usage */ BOOLEAN showversion = FALSE; /* show version */ STRING readpath_file = NULL; /* last component of readpath */ STRING readpath = NULL; /* database path used to open */ -STRING ext_codeset = 0; /* default codeset from locale */ INT screen_width = 20; /* TODO */ /********************************************* @@ -85,7 +84,6 @@ static void print_usage(void); static void load_usage(void); static void main_db_notify(STRING db, BOOLEAN opening); static void parse_arg(const char * optarg, char ** optname, char **optval); -static void platform_init(void); /********************************************* * local function definitions @@ -104,18 +102,19 @@ main (int argc, char **argv) int c; BOOLEAN ok=FALSE; STRING dbrequested=NULL; /* database (path) requested */ - STRING dbused=NULL; /* database (path) found */ BOOLEAN forceopen=FALSE, lockchange=FALSE; char lockarg = 0; /* option passed for database lock */ INT alteration=0; LIST exprogs=NULL; TABLE exargs=NULL; STRING progout=NULL; - BOOLEAN graphical=TRUE; STRING configfile=0; STRING crashlog=NULL; int i=0; + /* initialize all the low-level platform code */ + init_arch(); + /* initialize all the low-level library code */ init_stdlib(); @@ -123,10 +122,6 @@ main (int argc, char **argv) /* initialize locales */ setlocale(LC_ALL, ""); #endif /* HAVE_SETLOCALE */ - - /* capture user's default codeset */ - ext_codeset = strsave(ll_langinfo()); - /* TODO: We can use this info for default conversions */ #if ENABLE_NLS /* setup gettext translation */ @@ -163,23 +158,23 @@ main (int argc, char **argv) *optarg = tolower((uchar)*optarg); if(*optarg == 'i') { INT icsz_indi=0; - sscanf(optarg+1, "%ld,%ld", &csz_indi, &icsz_indi); + sscanf(optarg+1, SCN_INT "," SCN_INT, &csz_indi, &icsz_indi); } else if(*optarg == 'f') { INT icsz_fam=0; - sscanf(optarg+1, "%ld,%ld", &csz_fam, &icsz_fam); + sscanf(optarg+1, SCN_INT "," SCN_INT, &csz_fam, &icsz_fam); } else if(*optarg == 's') { INT icsz_sour=0; - sscanf(optarg+1, "%ld,%ld", &csz_sour, &icsz_sour); + sscanf(optarg+1, SCN_INT "," SCN_INT, &csz_sour, &icsz_sour); } else if(*optarg == 'e') { INT icsz_even=0; - sscanf(optarg+1, "%ld,%ld", &csz_even, &icsz_even); + sscanf(optarg+1, SCN_INT "," SCN_INT, &csz_even, &icsz_even); } else if((*optarg == 'o') || (*optarg == 'x')) { INT icsz_othr=0; - sscanf(optarg+1, "%ld,%ld", &csz_othr, &icsz_othr); + sscanf(optarg+1, SCN_INT "," SCN_INT, &csz_othr, &icsz_othr); } optarg++; while(*optarg && isdigit((uchar)*optarg)) optarg++; @@ -255,9 +250,6 @@ main (int argc, char **argv) case 'o': /* output directory */ progout = optarg; break; - case 'z': /* nongraphical box */ - graphical = FALSE; - break; case 'C': /* specify config file */ configfile = optarg; break; @@ -278,11 +270,16 @@ main (int argc, char **argv) /* catch any fault, so we can close database */ if (!debugmode) - set_signals(); - else /* developer wants to drive without seatbelt! */ + { + set_signals(sighand_cmdline); + } + /* developer wants to drive without seatbelt! */ + else + { stdstring_hardfail(); + /* yydebug = 1; */ + } - platform_init(); set_displaykeys(keyflag); /* initialize options & misc. stuff */ llgettext_set_default_localedir(LOCALEDIR); @@ -294,19 +291,23 @@ main (int argc, char **argv) crashlog = getlloptstr("CrashLog_llexec", NULL); if (!crashlog) { crashlog = "Crashlog_llexec.log"; } crash_setcrashlog(crashlog); - init_interpreter(); /* give interpreter its turn at initialization */ + + if (!startup_ui()) + { + goto finish; + } /* Validate Command-Line Arguments */ if ((readonly || immutable) && writeable) { - llwprintf(_(qSnorwandro)); + llwprintf("%s", _(qSnorwandro)); goto finish; } if (forceopen && lockchange) { - llwprintf(_(qSnofandl)); + llwprintf("%s", _(qSnofandl)); goto finish; } if (lockchange && lockarg != 'y' && lockarg != 'n') { - llwprintf(_(qSbdlkar)); + llwprintf("%s", _(qSbdlkar)); goto finish; } if (forceopen) @@ -331,9 +332,9 @@ main (int argc, char **argv) } else { strupdate(&dbrequested, ""); } - if (!select_database(dbrequested, alteration, &errmsg)) { + if (!select_database(&dbrequested, alteration, &errmsg)) { if (errmsg) { - llwprintf(errmsg); + llwprintf("%s", errmsg); } alldone = 0; goto finish; @@ -342,9 +343,17 @@ main (int argc, char **argv) /* Start Program */ if (!init_lifelines_postdb()) { - llwprintf(_(qSbaddb)); + llwprintf("%s", _(qSbaddb)); goto finish; } + + init_interpreter(); /* give interpreter its turn at initialization */ + + if (!int_codeset[0]) { + msg_info("%s", _("Warning: database codeset unspecified")); + } else if (!transl_are_all_conversions_ok()) { + msg_info("%s", _("Warning: not all conversions available")); + } /* does not use show module */ /* does not use browse module */ if (exargs) { @@ -368,7 +377,6 @@ main (int argc, char **argv) /* we free this not because we care so much about these tiny amounts of memory, but to ensure we have the memory management right */ /* strfree frees memory & nulls pointer */ - strfree(&dbused); strfree(&dbrequested); strfree(&readpath_file); shutdown_interpreter(); @@ -377,7 +385,6 @@ main (int argc, char **argv) if (alldone == 2) goto prompt_for_db; /* changing databases */ termlocale(); - strfree(&ext_codeset); usage: /* Display Version and/or Command-Line Usage Help */ @@ -415,23 +422,6 @@ parse_arg (const char * optarg, char ** optname, char **optval) } } } -/*=================================================== - * shutdown_ui -- (Placeholder, we don't need it) - *=================================================*/ -void -shutdown_ui (BOOLEAN pause) -{ - pause=pause; /* unused */ -} -/*================================================== - * platform_init -- platform specific initialization - *================================================*/ -static void -platform_init (void) -{ - /* TODO: We could do wtitle just like llines, but its declaration needs - to be moved somewhere more sensible for that (ie, not in curses.h!) */ -} /* Finnish language support modifies the soundex codes for names, so * a database created with this support is not compatible with other * databases. diff --git a/src/liflines/llinesi.h b/src/liflines/llinesi.h index cd3e91d8e..819c7cd8c 100644 --- a/src/liflines/llinesi.h +++ b/src/liflines/llinesi.h @@ -97,6 +97,8 @@ RECORD merge_two_fams(NODE, NODE); void key_util(void); void show_database_stats(void); void who_is_he_she(void); +void sighand_cursesui(int sig); +void sighand_cmdline(int sig); /* newrecs.c */ RECORD edit_add_event(void); diff --git a/src/liflines/loadsave.c b/src/liflines/loadsave.c index ad873fab5..2b38d5dea 100644 --- a/src/liflines/loadsave.c +++ b/src/liflines/loadsave.c @@ -111,7 +111,7 @@ update_rec_count (INT pass, char ctype, STRING tag, INT count) row = 5; break; } - snprintf(msg, sizeof(msg), "%6ld %s", count, numstr); + snprintf(msg, sizeof(msg), FMT_INT_6 " %s", count, numstr); if (row == 5 && tag && tag[0]) llstrappf(msg, sizeof(msg), uu8, " (%s)", tag); row += offset; @@ -157,18 +157,18 @@ import_validating (void) INT count=0; INT row=0; - llwprintf(_("Checking GEDCOM file for errors.\n")); + llwprintf("%s\n", _("Checking GEDCOM file for errors.")); clear_rec_counts(0); numstr = _pl("Error", "Errors", count); row = 6; - snprintf(msg, sizeof(msg), "%6ld %s", count, numstr); + snprintf(msg, sizeof(msg), FMT_INT_6 " %s", count, numstr); clear_stdout_hseg(row, 1, 70); wfield(row, 1, msg); numstr = _pl("Warning", "Warnings", count); row = 7; - snprintf(msg, sizeof(msg), "%6ld %s", count, numstr); + snprintf(msg, sizeof(msg), FMT_INT_6 " %s", count, numstr); clear_stdout_hseg(row, 1, 70); wfield(row, 1, msg); } @@ -279,7 +279,7 @@ save_gedcom (void) fp = ask_for_output_file(LLWRITETEXT, _(qSoutarc), &fname, &fullpath, srcdir, ".ged"); if (!fp) { strfree(&fname); - msg_error(_("The database was not saved.")); + msg_error("%s", _("The database was not saved.")); return FALSE; } prefix_file_for_gedcom(fp); diff --git a/src/liflines/main.c b/src/liflines/main.c index 0bc3de2b5..547f2e233 100644 --- a/src/liflines/main.c +++ b/src/liflines/main.c @@ -48,7 +48,13 @@ #include "llinesi.h" #include "screen.h" /* calling initscr, noecho, ... */ +#include "ui.h" +/* for UI */ +extern BOOLEAN graphical; + +/* for parser debugging */ +extern int yydebug; #ifdef HAVE_GETOPT #ifdef HAVE_GETOPT_H @@ -60,7 +66,6 @@ * external variables (no header) *********************************************/ -extern STRING qScrdbse; extern STRING qSmtitle,qSnorwandro,qSnofandl,qSbdlkar; extern STRING qSusgFinnOpt,qSusgFinnAlw,qSusgNorm; extern STRING qSbaddb; @@ -132,11 +137,13 @@ main (int argc, char **argv) LIST exprogs=NULL; TABLE exargs=NULL; STRING progout=NULL; - BOOLEAN graphical=TRUE; STRING configfile=0; STRING crashlog=NULL; int i=0; + /* initialize all the low-level platform code */ + init_arch(); + /* initialize all the low-level library code */ init_stdlib(); @@ -182,23 +189,23 @@ main (int argc, char **argv) *optarg = tolower((uchar)*optarg); if(*optarg == 'i') { INT icsz_indi=0; - sscanf(optarg+1, "%ld,%ld", &csz_indi, &icsz_indi); + sscanf(optarg+1, SCN_INT "," SCN_INT, &csz_indi, &icsz_indi); } else if(*optarg == 'f') { INT icsz_fam=0; - sscanf(optarg+1, "%ld,%ld", &csz_fam, &icsz_fam); + sscanf(optarg+1, SCN_INT "," SCN_INT, &csz_fam, &icsz_fam); } else if(*optarg == 's') { INT icsz_sour=0; - sscanf(optarg+1, "%ld,%ld", &csz_sour, &icsz_sour); + sscanf(optarg+1, SCN_INT "," SCN_INT, &csz_sour, &icsz_sour); } else if(*optarg == 'e') { INT icsz_even=0; - sscanf(optarg+1, "%ld,%ld", &csz_even, &icsz_even); + sscanf(optarg+1, SCN_INT "," SCN_INT, &csz_even, &icsz_even); } else if((*optarg == 'o') || (*optarg == 'x')) { INT icsz_othr=0; - sscanf(optarg+1, "%ld,%ld", &csz_othr, &icsz_othr); + sscanf(optarg+1, SCN_INT "," SCN_INT, &csz_othr, &icsz_othr); } optarg++; while(*optarg && isdigit((uchar)*optarg)) optarg++; @@ -256,7 +263,7 @@ main (int argc, char **argv) prog_trace = TRUE; break; case 'u': /* specify screen dimensions */ - sscanf(optarg, "%ld,%ld", &winx, &winy); + sscanf(optarg, SCN_INT "," SCN_INT, &winx, &winy); break; case 'x': /* execute program */ if (!exprogs) { @@ -304,11 +311,18 @@ main (int argc, char **argv) /* catch any fault, so we can close database */ if (!debugmode) - set_signals(); - else /* developer wants to drive without seatbelt! */ + { + set_signals(sighand_cursesui); + } + /* developer wants to drive without seatbelt! */ + else + { stdstring_hardfail(); + /* yydebug = 1; */ + } set_displaykeys(keyflag); + /* initialize options & misc. stuff */ llgettext_set_default_localedir(LOCALEDIR); if (!init_lifelines_global(configfile, &msg, &main_db_notify)) { @@ -321,29 +335,22 @@ main (int argc, char **argv) crash_setcrashlog(crashlog); /* start (n)curses and create windows */ + if (!startup_ui()) { - char errmsg[512]; - if (!init_screen(errmsg, sizeof(errmsg)/sizeof(errmsg[0]))) - { - endwin(); - fprintf(stderr, "%s", errmsg); - goto finish; - } - set_screen_graphical(graphical); + goto finish; } - init_interpreter(); /* give interpreter its turn at initialization */ /* Validate Command-Line Arguments */ if ((readonly || immutable) && writeable) { - llwprintf(_(qSnorwandro)); + llwprintf("%s", _(qSnorwandro)); goto finish; } if (forceopen && lockchange) { - llwprintf(_(qSnofandl)); + llwprintf("%s", _(qSnofandl)); goto finish; } if (lockchange && lockarg != 'y' && lockarg != 'n') { - llwprintf(_(qSbdlkar)); + llwprintf("%s", _(qSbdlkar)); goto finish; } if (forceopen) @@ -368,9 +375,9 @@ main (int argc, char **argv) } else { strupdate(&dbrequested, ""); } - if (!select_database(dbrequested, alteration, &errmsg)) { + if (!select_database(&dbrequested, alteration, &errmsg)) { if (errmsg) { - llwprintf(errmsg); + llwprintf("%s", errmsg); } alldone = 0; goto finish; @@ -379,15 +386,16 @@ main (int argc, char **argv) /* Start Program */ if (!init_lifelines_postdb()) { - llwprintf(_(qSbaddb)); + llwprintf("%s", _(qSbaddb)); goto finish; } if (!int_codeset[0]) { - msg_info(_("Warning: database codeset unspecified")); + msg_info("%s", _("Warning: database codeset unspecified")); } else if (!transl_are_all_conversions_ok()) { - msg_info(_("Warning: not all conversions available")); + msg_info("%s", _("Warning: not all conversions available")); } + init_interpreter(); /* give interpreter its turn at initialization */ init_show_module(); init_browse_module(); if (exargs) { @@ -413,8 +421,8 @@ main (int argc, char **argv) /* we free this not because we care so much about these tiny amounts of memory, but to ensure we have the memory management right */ /* strfree frees memory & nulls pointer */ - strfree(&dbused); strfree(&dbrequested); + strfree(&dbused); strfree(&readpath_file); shutdown_interpreter(); close_lifelines(); @@ -459,22 +467,6 @@ parse_arg (const char * optarg, char ** optname, char **optval) } } } -/*=================================================== - * shutdown_ui -- Do whatever is necessary to close GUI - * Created: 2001/11/08, Perry Rapp - *=================================================*/ -void -shutdown_ui (BOOLEAN pause) -{ - term_screen(); - if (pause) /* if error, give user a second to read it */ - sleep(1); - /* TO DO - signals also calls into here -- how do we figure out - whether or not we should call endwin ? In case something happened - before curses was invoked, or after it already closed ? */ - /* Terminate Curses UI */ - endwin(); -} /* Finnish language support modifies the soundex codes for names, so * a database created with this support is not compatible with other * databases. diff --git a/src/liflines/menuset.c b/src/liflines/menuset.c index 2250d8353..ccc941ffc 100644 --- a/src/liflines/menuset.c +++ b/src/liflines/menuset.c @@ -84,6 +84,7 @@ menuset_init (MENUSET menuset, STRING title, MenuItem ** MenuItems, MenuItem ** menuset_clear(menuset); menuset->Commands = cmds; menuset->items = MenuItems; + menuset->extraItems = extraItems; for (i=0; MenuItems[i]; ++i) add_menu_item(cmds, MenuItems[i]); for (i=0; extraItems[i]; ++i) @@ -98,10 +99,19 @@ menuset_init (MENUSET menuset, STRING title, MenuItem ** MenuItems, MenuItem ** void menuset_clear (MENUSET menuset) { + INT i; if (menuset->Commands) { free_cmds(menuset->Commands); menuset->Commands = 0; } + if (menuset->items) { + for (i=0; menuset->items[i]; ++i) + strfree(&menuset->items[i]->LocalizedDisplay); + } + if (menuset->extraItems) { + for (i=0; menuset->extraItems[i]; ++i) + strfree(&menuset->extraItems[i]->LocalizedDisplay); + } } /*============================ * add_menu_item - add cmd for menu to cmdarray @@ -124,8 +134,8 @@ add_menu_item (CMDARRAY cmds, MenuItem * mitem) if (mitem->Command == CMD_CHILD_DIRECT0) { /* CMD_CHILD_DIRECT0 is always hooked up to digits */ for (i=1; i<=9; i++) { - char choice[2]; - sprintf(choice, "%ld", i); + char choice[FMT_INT_LEN+1]; + snprintf(choice, sizeof(choice), FMT_INT, i); insert_cmd(cmds, choice, CMD_CHILD_DIRECT0+i, display); } } else { diff --git a/src/liflines/merge.c b/src/liflines/merge.c index 61d3e1c06..dfed35217 100644 --- a/src/liflines/merge.c +++ b/src/liflines/merge.c @@ -103,11 +103,11 @@ merge_two_indis (NODE indi1, NODE indi2, BOOLEAN conf) ASSERT(eqstr("INDI", ntag(indi1))); ASSERT(eqstr("INDI", ntag(indi2))); if (readonly) { - message(_(qSronlym)); + message("%s", _(qSronlym)); return NULL; } if (indi1 == indi2) { - message(_(qSnopmrg)); + message("%s", _(qSnopmrg)); return NULL; } @@ -120,7 +120,7 @@ merge_two_indis (NODE indi1, NODE indi2, BOOLEAN conf) if (traditional) { if (famc1 && famc2 && nestr(nval(famc1), nval(famc2))) { if (!ask_yes_or_no_msg(_(qSmgsfam), _(qSmgconf))) { - message(_(qSnoqmrg)); + message("%s", _(qSnoqmrg)); return NULL; } } @@ -128,7 +128,7 @@ merge_two_indis (NODE indi1, NODE indi2, BOOLEAN conf) fams1 = FAMS(indi1); fams2 = FAMS(indi2); if (fams1 && fams2 && SEX(indi1) != SEX(indi2)) { - message(_(qSnoxmrg)); + message("%s", _(qSnoxmrg)); return NULL; } @@ -243,7 +243,7 @@ merge_two_indis (NODE indi1, NODE indi2, BOOLEAN conf) next = nsibling(that); nsibling(that) = NULL; keep = nchild(that); - free_node(that); + free_node(that,"merge_two_indis"); if (!prev) chil = next; else @@ -446,7 +446,7 @@ merge_two_fams (NODE fam1, NODE fam2) BOOLEAN emp; if (readonly) { - message(_(qSronlym)); + message("%s", _(qSronlym)); return NULL; } ASSERT(fam1); @@ -454,7 +454,7 @@ merge_two_fams (NODE fam1, NODE fam2) ASSERT(eqstr("FAM", ntag(fam1))); ASSERT(eqstr("FAM", ntag(fam2))); if (fam1 == fam2) { - message(_(qSnofmrg)); + message("%s", _(qSnofmrg)); return NULL; } @@ -468,11 +468,11 @@ merge_two_fams (NODE fam1, NODE fam2) if (traditional) { BOOLEAN ok = TRUE; if (husb1 && husb2 && nestr(nval(husb1), nval(husb2))) { - message(_(qSdhusb)); + message("%s", _(qSdhusb)); ok = FALSE; } if (ok && wife1 && wife2 && nestr(nval(wife1), nval(wife2))) { - message(_(qSdwife)); + message("%s", _(qSdwife)); ok = FALSE; } if (!ok) { @@ -599,7 +599,7 @@ merge_fam_links (NODE fam1, NODE fam2, NODE list1, NODE list2, INT code) next = nsibling(this); nsibling(this) = NULL; keep = nchild(this); - free_node(this); + free_node(this,"merge_fam_links"); if (!prev) first = next; else @@ -769,7 +769,7 @@ check_indi_lineage_links (NODE indi) famkey = rmvat(nval(curs)); if (!eqstr(ntag(curs), "FAMS")) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]), _("Bad spouse tag: %s"), ntag(curs)); + snprintf(msg, sizeof(msg), _("Bad spouse tag: %s"), ntag(curs)); FATAL2(msg); } increment_table_int(memtab, famkey); @@ -796,8 +796,8 @@ check_indi_lineage_links (NODE indi) } if (count != occur) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]) - , _("Mismatched lineage spouse links between %s and %s: %ld and %ld") + snprintf(msg, sizeof(msg) + , _("Mismatched lineage spouse links between %s and %s: " FMT_INT " and " FMT_INT) , ikey, famkey, count, occur); FATAL2(msg); } @@ -813,7 +813,7 @@ check_indi_lineage_links (NODE indi) famkey = rmvat(nval(curs)); if (!eqstr(ntag(curs), "FAMC")) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]), _("Bad child tag: %s"), ntag(curs)); + snprintf(msg, sizeof(msg), _("Bad child tag: %s"), ntag(curs)); FATAL2(msg); } increment_table_int(memtab, famkey); @@ -840,8 +840,8 @@ check_indi_lineage_links (NODE indi) } if (count != occur) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]) - , _("Mismatched lineage child links between %s and %s: %ld and %ld") + snprintf(msg, sizeof(msg) + , _("Mismatched lineage child links between %s and %s: " FMT_INT " and " FMT_INT) , ikey, famkey, count, occur); FATAL2(msg); } @@ -879,7 +879,7 @@ check_fam_lineage_links (NODE fam) indikey = rmvat(nval(curs)); if (!eqstr(ntag(curs), "HUSB")) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]), _("Bad HUSB tag: %s"), ntag(curs)); + snprintf(msg, sizeof(msg), _("Bad HUSB tag: %s"), ntag(curs)); FATAL2(msg); } increment_table_int(memtab, indikey); @@ -888,7 +888,7 @@ check_fam_lineage_links (NODE fam) indikey = rmvat(nval(curs)); if (!eqstr(ntag(curs), "WIFE")) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]), _("Bad HUSB tag: %s"), ntag(curs)); + snprintf(msg, sizeof(msg), _("Bad HUSB tag: %s"), ntag(curs)); FATAL2(msg); } increment_table_int(memtab, indikey); @@ -915,8 +915,8 @@ check_fam_lineage_links (NODE fam) } if (count != occur) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]) - , _("Mismatched lineage spouse links between %s and %s: %ld and %ld") + snprintf(msg, sizeof(msg) + , _("Mismatched lineage spouse links between %s and %s: " FMT_INT " and " FMT_INT) , fkey, indikey, count, occur); FATAL2(msg); } @@ -932,7 +932,7 @@ check_fam_lineage_links (NODE fam) indikey = rmvat(nval(curs)); if (!eqstr(ntag(curs), "CHIL")) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]), _("Bad child tag: %s"), ntag(curs)); + snprintf(msg, sizeof(msg), _("Bad child tag: %s"), ntag(curs)); FATAL2(msg); } increment_table_int(memtab, indikey); @@ -959,8 +959,8 @@ check_fam_lineage_links (NODE fam) } if (count != occur) { char msg[512]; - snprintf(msg, sizeof(msg)/sizeof(msg[0]) - , _("Mismatched lineage child links between %s and %s: %ld and %ld") + snprintf(msg, sizeof(msg) + , _("Mismatched lineage child links between %s and %s: " FMT_INT " and " FMT_INT) , fkey, indikey, count, occur); FATAL2(msg); } diff --git a/src/liflines/miscutls.c b/src/liflines/miscutls.c index 9fe8977a6..fb11b7662 100644 --- a/src/liflines/miscutls.c +++ b/src/liflines/miscutls.c @@ -36,11 +36,16 @@ #include "indiseq.h" #include "liflines.h" #include "feedback.h" - +#include "interp.h" +#include "zstr.h" #include "llinesi.h" +#include "btree.h" +#include "ui.h" extern STRING qSdbrecstats,qSdbrecords; +extern STRING qSprogsig,qSsignal; +extern BTREE BTR; /*====================================== * key_util -- Return person's key value @@ -103,5 +108,47 @@ show_database_stats (void) snprintf(msg+strlen(msg), sizeof(msg)-strlen(msg) , _(qSdbrecstats), num_indis(), num_fams() , num_sours(), num_evens(), num_othrs()); - msg_info(msg); + msg_info("%s", msg); +} +/*====================================== + * sighand_cursesui -- Catch and handle signal (UI) + *====================================*/ +void +sighand_cursesui(HINT_PARAM_UNUSED int sig) +{ + char signum[20]; + STRING signame; + ZSTR zstr=0; + + /* Ok, we'll want the descriptive name of the signal */ + load_signames(); + + /* We don't know whether curses is up or not right now */ + /* so we build the report msg, then close curses, then print it */ + zstr = get_report_error_msg(qSprogsig); + close_lifelines(); + shutdown_ui(TRUE); /* pause */ + + /* TODO: Shouldn't we be logging this ? */ + /* now print report msg if we had one */ + if (zs_len(zstr)) + printf("%s", zs_str(zstr)); + zs_free(&zstr); + /* now build description of signal (# and name) */ + /* name is not translated til sprint'd into msg */ + snprintf(signum, sizeof(signum), "%d", sig); + signame = get_signame(sig); + zstr = zprintpic2(_(qSsignal), signum, signame); + ll_optional_abort(zs_str(zstr)); + zs_free(&zstr); + exit(1); +} +/*====================================== + * sighand_cmdline - Catch and handle signal cleanly (command-line) + *====================================*/ +void +sighand_cmdline(HINT_PARAM_UNUSED int sig) +{ + closebtree(BTR); + exit(1); } diff --git a/src/liflines/newrecs.c b/src/liflines/newrecs.c index 7b42460b7..78bf13dbe 100644 --- a/src/liflines/newrecs.c +++ b/src/liflines/newrecs.c @@ -78,7 +78,7 @@ edit_add_source (void) { STRING str; if (readonly) { - message(_(qSronlya)); + message("%s", _(qSronlya)); return NULL; } str = getlloptstr("SOURREC", _(qSdefsour)); @@ -92,7 +92,7 @@ edit_add_event (void) { STRING str; if (readonly) { - message(_(qSronlya)); + message("%s", _(qSronlya)); return NULL; } str = getlloptstr("EVENREC", _(qSdefeven)); @@ -106,7 +106,7 @@ edit_add_other (void) { STRING str; if (readonly) { - message(_(qSronlya)); + message("%s", _(qSronlya)); return NULL; } str = getlloptstr("OTHR", _(qSdefothr)); @@ -300,7 +300,7 @@ edit_record (RECORD rec1, STRING idedt, INT letr, STRING redt, STRING redtopt } root1 = nztop(rec1); if (!root1) { - message(_(qSnosuchrec)); + message("%s", _(qSnosuchrec)); return FALSE; } @@ -313,7 +313,7 @@ edit_record (RECORD rec1, STRING idedt, INT letr, STRING redt, STRING redtopt if (readonly) { root2 = file_to_node(editfile, ttmi, &msg, &emp); if (!equal_tree(root1, root2)) - message(_(qSronlye)); + message("%s", _(qSronlye)); free_nodes(root2); return FALSE; } @@ -377,7 +377,7 @@ edit_record (RECORD rec1, STRING idedt, INT letr, STRING redt, STRING redtopt refnn = copy_nodes(refn2, TRUE, TRUE); join_othr(root1, refn2, body); /* now root2 is solitary node, delete it */ - free_node(root2); root2 = 0; + free_node(root2,"edit_record"); root2 = 0; /* Change the database */ @@ -392,6 +392,6 @@ edit_record (RECORD rec1, STRING idedt, INT letr, STRING redt, STRING redtopt free_nodes(refn1); free_nodes(refnn); free_nodes(refn1n); - msg_info(gdmsg); + msg_info("%s", gdmsg); return TRUE; } diff --git a/src/liflines/pedigree.c b/src/liflines/pedigree.c index f898fecd6..2c0c0d8d3 100644 --- a/src/liflines/pedigree.c +++ b/src/liflines/pedigree.c @@ -439,7 +439,7 @@ print_to_screen (INT gen, INT indent, INT * row, LINEPRINT_FNC fnc { char buffer[140], *ptr=buffer; STRING line; - int mylen = sizeof(buffer); + INT mylen = sizeof(buffer); INT width = canvas->rect->right - canvas->rect->left; /* NODE indi = 0; */ INT drow = *row - canvas->scroll; /* effective display row */ @@ -527,10 +527,9 @@ node_lineprint (INT width, void * param) * Created: 2001/04/15, Perry Rapp *===============================*/ static STRING -tn_lineprint (INT width, void * param) +tn_lineprint (HINT_PARAM_UNUSED INT width, void * param) { NODE_TEXT_PRINT_PARAM ntpp = (NODE_TEXT_PRINT_PARAM)param; - width=width; /* unused */ return ntpp->tn->str; } diff --git a/src/liflines/scan.c b/src/liflines/scan.c index a3b3970b0..eb4d86a56 100644 --- a/src/liflines/scan.c +++ b/src/liflines/scan.c @@ -134,9 +134,8 @@ refn_scan (STRING sts) if (scanner_set_pattern(&scanner, request)) break; } - msg_status(sts); + msg_status("%s", sts); traverse_refns(rs_callback, &scanner); - msg_status(""); return scanner_free_and_return_seq(&scanner); } @@ -184,9 +183,8 @@ do_name_scan (SCANNER * scanner, STRING prompt) if (scanner_set_pattern(scanner, request)) break; } - msg_status((STRING)scanner->statusmsg); + msg_status("%s", (STRING)scanner->statusmsg); traverse_names(ns_callback, scanner); - msg_status(""); } /*============================== * do_sources_scan -- traverse sources looking for pattern matching @@ -208,7 +206,7 @@ do_sources_scan (SCANNER * scanner, CNSTRING prompt) break; } /* msg_status takes STRING arg, should take CNSTRING - const declaration error */ - msg_status((STRING)scanner->statusmsg); + msg_status("%s", (STRING)scanner->statusmsg); while (1) { RECORD rec = 0; @@ -218,7 +216,6 @@ do_sources_scan (SCANNER * scanner, CNSTRING prompt) rec = keynum_to_srecord(keynum); do_fields_scan(scanner, rec); } - msg_status(""); } /*============================== * do_fields_scan -- traverse top nodes looking for desired field value @@ -343,12 +340,11 @@ scanner_add_result (SCANNER * scanner, CNSTRING key) * ns_callback -- callback for name traversal *=========================================*/ static BOOLEAN -ns_callback (CNSTRING key, CNSTRING name, BOOLEAN newset, void *param) +ns_callback (CNSTRING key, CNSTRING name, HINT_PARAM_UNUSED BOOLEAN newset, void *param) { INT len, ind; STRING piece; SCANNER * scanner = (SCANNER *)param; - newset=newset; /* unused */ if (scanner->scantype == SCAN_NAME_FULL) { if (scanner_does_pattern_match(scanner, name)) { scanner_add_result(scanner, key); @@ -372,11 +368,10 @@ ns_callback (CNSTRING key, CNSTRING name, BOOLEAN newset, void *param) * rs_callback -- callback for refn traversal *=========================================*/ static BOOLEAN -rs_callback (CNSTRING key, CNSTRING refn, BOOLEAN newset, void *param) +rs_callback (CNSTRING key, CNSTRING refn, HINT_PARAM_UNUSED BOOLEAN newset, void *param) { SCANNER * scanner = (SCANNER *)param; ASSERT(scanner->scantype == SCAN_REFN); - newset=newset; /* unused */ if (scanner_does_pattern_match(scanner, refn)) { scanner_add_result(scanner, key); diff --git a/src/liflines/screen.c b/src/liflines/screen.c index bc9a5be37..7c1805086 100644 --- a/src/liflines/screen.c +++ b/src/liflines/screen.c @@ -1,4 +1,4 @@ -/* +/* Copyright (c) 1991-1999 Thomas T. Wetmore IV Permission is hereby granted, free of charge, to any person @@ -48,11 +48,13 @@ #include "codesets.h" #include "charprops.h" #include "listui.h" +#define UI_ENABLE_CURSES +#include "ui.h" #define LINESREQ 24 #define COLSREQ 80 /* -OVERHEAD_MENU: +OVERHEAD_MENU: 1 line across top of screen 1 line above menu 1 line below menu @@ -150,6 +152,7 @@ static void create_uisubwindow(UIWINDOW * puiw, CNSTRING name, UIWINDOW parent, static void create_uiwindow_impl(UIWINDOW * puiw, CNSTRING name, WINDOW * win, INT rows, INT cols); static void create_windows(void); static void deactivate_uiwin(void); +static void delete_uiwindow_impl(UIWINDOW uiw); static void delete_uiwindow(UIWINDOW * uiw); static void destroy_windows(void); static void disp_trans_table_choice(UIWINDOW uiwin, INT row, INT col, INT indx); @@ -224,50 +227,11 @@ static BOOLEAN lock_std_msg = FALSE; /* to hold status message */ static UIWINDOW active_uiwin = 0; static LIST list_uiwin = 0; /* list of all uiwindows */ -/* we ought to use chtype, but only if it is typedef'd, but there is no -test to see if a type is typedef'd */ -static llchtype gr_btee='+', gr_ltee='+', gr_rtee='+', gr_ttee='+'; -static llchtype gr_hline='-', gr_vline= '|'; -static llchtype gr_llx='*', gr_lrx='*', gr_ulx='*', gr_urx='*'; - /********************************************* * local & exported function definitions * body of module *********************************************/ -/*============================ - * set_screen_graphical -- Specify whether to use ncurses box characters - * graphical: [IN] whether to use ncurses graphical box lines - *==========================*/ -void -set_screen_graphical (BOOLEAN graphical) -{ - if (graphical) { - gr_btee = ACS_BTEE; - gr_hline = ACS_HLINE; - gr_ltee = ACS_LTEE; - gr_rtee = ACS_RTEE; - gr_ttee = ACS_TTEE; - gr_vline = ACS_VLINE; - gr_llx = ACS_LLCORNER; - gr_lrx = ACS_LRCORNER; - gr_ulx = ACS_ULCORNER; - gr_urx = ACS_URCORNER; - } - else { - gr_btee = '+'; - gr_hline = '-'; - gr_ltee = '+'; - gr_rtee = '+'; - gr_ttee = '+'; - gr_vline = '|'; - gr_llx = '*'; - gr_lrx = '*'; - gr_ulx = '*'; - gr_urx = '*'; - } - -} /*============================ * init_screen -- Init screens * returns 0 if current terminal is not large enough, or size requested too small @@ -280,6 +244,7 @@ init_screen (char * errmsg, int errsize) int rtn = resize_screen_impl(errmsg, errsize); if (rtn) { /* success */ register_screen_lang_callbacks(TRUE); + platform_postcurses_init(); } return rtn; } @@ -331,7 +296,7 @@ resize_screen_impl (char * errmsg, int errsize) newcols = winx; if (newcols > COLS || newlines > LINES) { snprintf(errmsg, errsize - , _("The requested window size (%ld,%ld) is too large for your terminal (%d,%d).\n") + , _("The requested window size (" FMT_INT "," FMT_INT ") is too large for your terminal (%d,%d).\n") , newcols, newlines, COLS, LINES); return 0; /* fail */ } @@ -339,7 +304,7 @@ resize_screen_impl (char * errmsg, int errsize) /* check that terminal meet minimum requirements */ if (newcols < COLSREQ || newlines < LINESREQ) { snprintf(errmsg, errsize - , _("The requested window size (%ld,%ld) is too small for LifeLines (%d,%d).\n") + , _("The requested window size (" FMT_INT "," FMT_INT ") is too small for LifeLines (%d,%d).\n") , newcols, newlines, COLSREQ, LINESREQ); return 0; /* fail */ } @@ -367,7 +332,6 @@ resize_screen_impl (char * errmsg, int errsize) listui_init_windows(extralines); create_windows(); brwsmenu_initialize(ll_lines, ll_cols); - return 1; /* succeed */ } @@ -424,9 +388,9 @@ repaint_main_menu (UIWINDOW uiwin) str = getlloptint("FullDbPath", 1) ? readpath : readpath_file; mvccwprintw(win, 3, 4, _(qSdbname), str); if (immutable) - wprintw(win, _(qSdbimmut)); + wprintw(win, "%s", _(qSdbimmut)); else if (readonly) - wprintw(win, _(qSdbrdonly)); + wprintw(win, "%s", _(qSdbrdonly)); row = 5; /* i18n problem: the letters are not being read from the menu strings */ mvccwaddstr(win, row++, 2, _(qSplschs)); @@ -452,21 +416,36 @@ create_uiwindow_impl (UIWINDOW * puiw, CNSTRING name, WINDOW * win, INT rows, IN UIWINDOW uiwin=0; ASSERT(puiw); uiwin = *puiw; - if (!uiwin) { + + // allocate UI window if needed + if (!uiwin) + { *puiw = uiwin = (UIWINDOW)stdalloc(sizeof(*uiwin)); memset(uiwin, 0, sizeof(*uiwin)); add_uiwin(uiwin); } + + // free existing UI window name if needed if (uiwin->name) + { stdfree((STRING)uiwin->name); + uiwin->name = NULL; + } + + // set UI window name + ASSERT(!uiwin->name); uiwin->name = strsave(name); + + // set UI window properties + uiw_rows(uiwin) = rows; + uiw_cols(uiwin) = cols; + + // map to parent window if (uiw_win(uiwin) != win) { if (uiw_win(uiwin)) delwin(uiw_win(uiwin)); uiw_win(uiwin) = win; } - uiw_rows(uiwin) = rows; - uiw_cols(uiwin) = cols; } /*========================================== * add_uiwin -- Record new uiwin into master list @@ -475,7 +454,7 @@ static void add_uiwin (UIWINDOW uiwin) { if (!list_uiwin) - list_uiwin = create_list2(LISTNOFREE); + list_uiwin = create_list3((ELEMENT_DESTRUCTOR)delete_uiwindow_impl); enqueue_list(list_uiwin, uiwin); } /*========================================== @@ -517,23 +496,45 @@ create_boxed_newwin2 (UIWINDOW * puiw, CNSTRING name, INT rows, INT cols) uiw_boxwin(*puiw) = boxwin; } /*========================================== - * delete_uiwindow -- Delete WINDOW wrapper & contents - * Created: 2002/01/23 + * delete_uiwindow_impl -- Delete UIWINDOW contents + * Used by delete_uiwindow and list element destructor *========================================*/ static void -delete_uiwindow (UIWINDOW * uiw) +delete_uiwindow_impl (UIWINDOW w) { - if (*uiw) { - UIWINDOW w = *uiw; - remove_uiwin(w); + if (w) { + // delete window (curses) ASSERT(uiw_win(w)); delwin(uiw_win(w)); + // delete boxwin (curses) + if (uiw_boxwin(w)) + delwin(uiw_boxwin(w)); + // delete window name ASSERT(w->name); stdfree((STRING)w->name); + // delete window stdfree(w); + } +} + +/*========================================== + * delete_uiwindow -- Delete UIWINDOW wrapper + * Created: 2002/01/23 + *========================================*/ +static void +delete_uiwindow (UIWINDOW * uiw) +{ + if (*uiw) { + UIWINDOW w = *uiw; + // remove window from master list + remove_uiwin(w); + // delete window + delete_uiwindow_impl(w); + // clear pointer *uiw = 0; } } + /*========================================== * create_newwin -- Create our WINDOW wrapper * Create ncurses window of specified size & location @@ -579,13 +580,27 @@ create_uisubwindow (UIWINDOW * puiw, CNSTRING name, UIWINDOW parent static void destroy_windows (void) { - delete_uiwindow(&ask_msg_win); - delete_uiwindow(&ask_win); - delete_uiwindow(&tt_menu_win); - delete_uiwindow(&main_win); - delete_uiwindow(&debug_win); - delete_uiwindow(&debug_box_win); - delete_uiwindow(&stdout_win); + // As all windows are created via create_uiwindow_impl(), they are + // added to the global window list in add_uiwin(). + // + // Since list_uiwin was created via create_list3() and has an element + // destructor, we can just call destroy_list(), which will remove each + // element from the list, destroy it, and then finally destroy the + // empty list itself. + + destroy_list(list_uiwin); + list_uiwin = NULL; + + // We need to NULL out the global UIWINDOW pointers for the windows + // that we just destroyed, or else we will end up using garbage + // memory if we attempt to reuse them. + stdout_win = NULL; + debug_box_win = NULL; + debug_win = NULL; + main_win = NULL; + tt_menu_win = NULL; + ask_win = NULL; + ask_msg_win = NULL; } /*========================================== * create_windows -- Create and init windows @@ -613,14 +628,13 @@ create_windows (void) create_newwin2(&ask_msg_win, "ask_msg", 5, 73); - /* tt_menu_win is drawn dynamically */ draw_win_box(uiw_win(ask_win)); draw_win_box(uiw_win(ask_msg_win)); draw_win_box(uiw_win(debug_box_win)); } /*================================= - * display_screen -- + * display_screen -- * There are six screens that all use * the main_win. MAIN_SCREEN is the * intro/main menu. The other 6 are all @@ -702,7 +716,7 @@ search_for_one_record (void) } /* namesort uses canonkeysort for non-persons */ namesort_indiseq(seq); - return choose_from_indiseq(seq, DOASK1, + return choose_from_indiseq(seq, DOASK1, _("Search results"), _("Search results")); } /*===================================== @@ -728,11 +742,11 @@ main_menu (void) main_browse(rec, BROWSE_UNK); } break; - case 'a': + case 'a': { RECORD rec = 0; if (readonly) { - msg_error(_(qSronlya)); + msg_error("%s", _(qSronlya)); break; } rec = invoke_add_menu(); @@ -743,7 +757,7 @@ main_menu (void) case 'd': { if (readonly) { - msg_error(_(qSronlyr)); + msg_error("%s", _(qSronlyr)); break; } invoke_del_menu(); @@ -753,7 +767,7 @@ main_menu (void) case 'r': run_report(FALSE); break; case 't': edit_tt_menu(); break; case 'u': invoke_utils_menu(); break; - case 'x': + case 'x': { RECORD rec=0; c = invoke_extra_menu(&rec); @@ -763,7 +777,7 @@ main_menu (void) } break; case 'q': alldone = 1; break; - case 'Q': + case 'Q': uierase(main_win); alldone = 2; break; @@ -785,8 +799,8 @@ run_report (BOOLEAN picklist) } /*========================================= * update_browse_menu -- redraw menu if needed - * This is browse menu using dynamic menu - * in rectangle at bottom of screen + * This is browse menu using dynamic menu + * in rectangle at bottom of screen * Returns number lines used by menu *=======================================*/ static INT @@ -810,7 +824,7 @@ update_browse_menu (INT screen) dynmenu->cur_x = strlen(_(qSplschs))+3; dynmenu->cur_y = dynmenu->top - 1; llstrapps(prompt, sizeof(prompt), uu8, " "); - llstrappf(prompt, sizeof(prompt), uu8, _("(pg %d/%d)") + llstrappf(prompt, sizeof(prompt), uu8, _("(pg " FMT_INT "/" FMT_INT ")") , dynmenu->page+1, dynmenu->pages); /* display line across */ show_horz_line(uiwin, dynmenu->top-2, 0, width); @@ -1068,9 +1082,8 @@ list_browse (INDISEQ seq, INT top, INT * cur, INT mark) * prmpt: [IN] prompt of question (2nd line) *====================================*/ BOOLEAN -ask_for_db_filename (CNSTRING ttl, CNSTRING prmpt, CNSTRING basedir, STRING buffer, INT buflen) +ask_for_db_filename (CNSTRING ttl, CNSTRING prmpt, HINT_PARAM_UNUSED CNSTRING basedir, STRING buffer, INT buflen) { - basedir=basedir; /* unused */ /* This could have a list of existing ones like askprogram.c */ return ask_for_string(ttl, prmpt, buffer, buflen); } @@ -1232,7 +1245,7 @@ ask_for_char (STRING ttl, STRING prmpt, STRING ptrn) /*=========================================== * ask_for_char_msg -- Ask user for character * msg: [IN] top line displayed (optional) - * ttl: [IN] 2nd line displayed + * ttl: [IN] 2nd line displayed * prmpt: [IN] 3rd line text before cursor * ptrn: [IN] List of allowable character responses *=========================================*/ @@ -1363,7 +1376,7 @@ choose_or_view_array (STRING ttl, INT no, STRING *pstrngs, BOOLEAN selecting return rv; } /*============================================================= - * choose_one_from_indiseq -- + * choose_one_from_indiseq -- * Choose a single person from indiseq * Returns index of selected item (or -1 if user quit) * ttl: [IN] title @@ -1626,11 +1639,15 @@ invoke_cset_display (void) * add_shims_info -- Add information about gettext and iconv dlls *====================================*/ static void +#if defined WIN32_INTL_SHIM || defined WIN32_ICONV_SHIM add_shims_info (LIST list) +#else +add_shims_info (HINT_PARAM_UNUSED LIST list) +#endif { +#if defined WIN32_INTL_SHIM || defined WIN32_ICONV_SHIM ZSTR zstr=zs_newn(80); - list=list; /* only used on MS-Windows */ -#ifdef WIN32_INTL_SHIM +#if defined WIN32_INTL_SHIM { char value[MAXPATHLEN]; if (intlshim_get_property("dll_path", value, sizeof(value))) @@ -1653,7 +1670,7 @@ add_shims_info (LIST list) } } #endif -#ifdef WIN32_ICONV_SHIM +#if defined WIN32_ICONV_SHIM { char value[MAXPATHLEN]; if (iconvshim_get_property("dll_path", value, sizeof(value))) @@ -1677,6 +1694,7 @@ add_shims_info (LIST list) } #endif zs_free(&zstr); +#endif } /*====================================== * invoke_trans_menu -- menu for translation tables @@ -1691,7 +1709,7 @@ invoke_trans_menu (void) BOOLEAN done=FALSE; if (!trans_menu_win) { - trans_menu_win = create_newwin2("trans_menu", 10,66); + create_newwin2(&trans_menu_win,"trans_menu",10,66); } uiwin = trans_menu_win; @@ -1741,7 +1759,7 @@ load_tt_action (void) STRING ttimportdir; if (readonly) { - msg_error(_(qSronlye)); + msg_error("%s", _(qSronlye)); return; } @@ -1749,7 +1767,7 @@ load_tt_action (void) ttnum = choose_tt(_(qSmn_svttttl)); if (ttnum == -1) return; if (ttnum < 0 || ttnum >= NUM_TT_MAPS) { - msg_error(_(qSbadttnum)); + msg_error("%s", _(qSbadttnum)); return; } @@ -1760,7 +1778,7 @@ load_tt_action (void) fclose(fp); /* Load it */ if (!load_new_tt(fname, ttnum)) - msg_error(_(qSdataerr)); + msg_error("%s", _(qSdataerr)); } strfree(&fname); } @@ -1780,11 +1798,11 @@ save_tt_action (void) ttnum = choose_tt(_(qSmn_svttttl)); if (ttnum == -1) return; if (ttnum < 0 || ttnum >= NUM_TT_MAPS) { - msg_error(_(qSbadttnum)); + msg_error("%s", _(qSbadttnum)); return; } if (!transl_get_legacy_tt(ttnum)) { - msg_error(_(qSnosuchtt)); + msg_error("%s", _(qSnosuchtt)); return; } /* Ask whither to save it */ @@ -1794,7 +1812,7 @@ save_tt_action (void) fclose(fp); /* Save it */ if (!save_tt_to_file(ttnum, fname)) { - msg_error(_(qSdataerr)); + msg_error("%s", _(qSdataerr)); strfree(&fname); return; } @@ -2055,7 +2073,7 @@ place_std_msg (void) if (active_uiwin) touch_all(TRUE); else - wrefresh(win); + wrefresh(win); place_cursor_main(); } /*==================================+ @@ -2065,7 +2083,7 @@ place_std_msg (void) void rpt_print (STRING str) { - llwprintf(str); + llwprintf("%s", str); } /*================================================= * llvwprintf -- Called as wprintf(fmt, argp) @@ -2199,7 +2217,7 @@ place_cursor_main (void) /* Position Cursor */ switch (cur_screen) { - case MAIN_SCREEN: + case MAIN_SCREEN: row = 5; col = strlen(_(qSplschs))+3; break; @@ -2253,13 +2271,21 @@ dbprintf (STRING fmt, ...) void do_edit (void) { + int rtn=-1; + endwin(); #ifdef WIN32 /* use w32system, because it will wait for the editor to finish */ - w32system(editstr); + rtn = w32system(editstr); #else - system(editstr); + rtn = system(editstr); #endif + if (rtn != 0) { + printf(_("Editor or system call failed.")); + puts(""); + sleep(2); + } + clearok(curscr, 1); place_cursor_main(); wrefresh(curscr); @@ -2270,17 +2296,17 @@ do_edit (void) * except trim it to no more than maxlen wide *==============================================*/ static void -mvwaddstr_lim (WINDOW *wp, int x, int y, char *cp, INT maxlen) +mvwaddstr_lim (WINDOW *wp, int y, int x, char *cp, INT maxlen) { char buffer[60]; if ((INT)strlen(cp)<=maxlen) - mvccwaddstr(wp, x, y, cp); + mvccwaddstr(wp, y, x, cp); else { if (maxlen > (INT)sizeof(buffer)-1) maxlen = sizeof(buffer)-1; llstrncpy(buffer, cp, maxlen-1, uu8); strcat(buffer, "*"); - mvccwaddstr(wp, x, y, buffer); + mvccwaddstr(wp, y, x, buffer); } } /*================================================ @@ -2467,6 +2493,19 @@ display_status (STRING text) place_cursor_main(); wrefresh(win); } +/*========================================= + * message -- handle generic message + * delegates to msg_outputv + * TODO: replace with msg_error/info/status + *=======================================*/ +void +message (STRING fmt, ...) +{ + va_list args; + va_start(args, fmt); + msg_outputv(MSG_ERROR, fmt, args); + va_end(args); +} /*========================================= * msg_error -- handle error message * delegates to msg_outputv @@ -2476,7 +2515,7 @@ msg_error (STRING fmt, ...) { va_list args; va_start(args, fmt); - msg_outputv(MSG_ERROR, fmt, args); + msg_outputv(MSG_ERROR, fmt, args); va_end(args); } /*========================================= @@ -2558,7 +2597,7 @@ msg_outputv (MSG_LEVEL level, STRING fmt, va_list args) if (lock_std_msg) return; /* can't display it, status bar is locked */ if (status_showing[0] && !status_transitory) { - /* we are overwriting something important + /* we are overwriting something important so it is already on the msg list, we just need to make sure the msg list gets displayed */ if (!viewing_msgs) @@ -2707,7 +2746,7 @@ repaint_delete_menu (UIWINDOW uiwin) uiwin->outdated = FALSE; } /*===================================== - * repaint_utils_menu -- + * repaint_utils_menu -- *===================================*/ static void repaint_utils_menu (UIWINDOW uiwin) @@ -2731,7 +2770,7 @@ repaint_utils_menu (UIWINDOW uiwin) uiwin->outdated = FALSE; } /*===================================== - * repaint_extra_menu -- + * repaint_extra_menu -- *===================================*/ static void repaint_extra_menu (UIWINDOW uiwin) @@ -2754,7 +2793,7 @@ repaint_extra_menu (UIWINDOW uiwin) uiwin->outdated = FALSE; } /*============================ - * activate_uiwin -- + * activate_uiwin -- * push new uiwindow on top of current one *==========================*/ void @@ -2848,7 +2887,7 @@ touch_all (BOOLEAN includeCurrent) } } /*============================ - * switch_to_uiwin -- + * switch_to_uiwin -- * switch away from currently active uiwin * to new uiwin * currently active uiwin (if any) must be solo @@ -2880,7 +2919,7 @@ switch_to_uiwin (UIWINDOW uiwin) wrefresh(win); } /*============================ - * refresh_stdout -- + * refresh_stdout -- * bring stdout to front *==========================*/ void @@ -2889,22 +2928,31 @@ refresh_stdout (void) wrefresh(uiw_win(stdout_win)); } /*============================ - * call_system_cmd -- + * call_system_cmd -- * execute a shell command (for report interpreter) *==========================*/ void call_system_cmd (STRING cmd) { + int rtn=-1; + endwin(); #ifndef WIN32 - system("clear"); + rtn = system("clear"); #endif - system(cmd); - touchwin(curscr); + rtn = system(cmd); + + if (rtn != 0) { + printf(_("System command failed.")); + puts(""); + sleep(2); + } + clearok(curscr, 1); + place_cursor_main(); wrefresh(curscr); } /*============================ - * uierase -- erase window + * uierase -- erase window * handles manual erasing if broken_curses flag set *==========================*/ void @@ -2945,7 +2993,7 @@ wipe_window_rect (UIWINDOW uiwin, LLRECT rect) } } /*============================ - * uicolor -- fill window with character + * uicolor -- fill window with character * if rect is nonzero, fill that rectangular area * if rect is zero, fill entire window *==========================*/ @@ -2989,14 +3037,6 @@ get_main_screen_width (void) { return MAINWIN_WIDTH; } -/*================================================== - * get_gr_ttee -- current character used for box corners - *================================================*/ -llchtype -get_gr_ttee (void) -{ - return gr_ttee; /* eg, '+' */ -} /*================================================== * clear_status_display -- clear any lingering status display * (called by interact code after user has pressed a button) @@ -3027,14 +3067,13 @@ register_screen_lang_callbacks (BOOLEAN registering) } } /*============================ - * screen_on_lang_change -- UI language or codeset has changed + * screen_on_lang_change -- UI language or codeset has changed *==========================*/ static void -screen_on_lang_change (VPTR uparm) +screen_on_lang_change (HINT_PARAM_UNUSED VPTR uparm) { LIST_ITER listit=0; VPTR ptr=0; - uparm = uparm; /* unused */ listit = begin_list(list_uiwin); while (next_list_ptr(listit, &ptr)) { UIWINDOW uiwin = (UIWINDOW)ptr; diff --git a/src/liflines/searchui.c b/src/liflines/searchui.c index 08f53c51f..77a3b352e 100644 --- a/src/liflines/searchui.c +++ b/src/liflines/searchui.c @@ -130,8 +130,8 @@ repaint_search_menu (UIWINDOW uiwin) n = get_vhist_len(); if (n>0) { llstrncpyf(buffer, sizeof(buffer), uu8 - , _pl("v Review visit history (%d record)" - , "v Review visit history (%d records)" + , _pl("v Review visit history (" FMT_INT " record)" + , "v Review visit history (" FMT_INT " records)" , n), n); } else { llstrncpy(buffer, _("(visit history is empty)"), sizeof(buffer), uu8); @@ -140,8 +140,8 @@ repaint_search_menu (UIWINDOW uiwin) n = get_chist_len(); if (n>0) { llstrncpyf(buffer, sizeof(buffer), uu8 - , _pl("c Review change history (%d record)" - , "c Review change history (%d records)" + , _pl("c Review change history (" FMT_INT " record)" + , "c Review change history (" FMT_INT " records)" , n), n); } else { llstrncpy(buffer, _("(change history is empty)") @@ -205,7 +205,7 @@ invoke_fullscan_menu (void) } deactivate_uiwin_and_touch_all(); if (!done) - msg_status(_(qSsts_sca_non)); + msg_status("%s", _(qSsts_sca_non)); } return seq; } @@ -275,7 +275,7 @@ invoke_search_source_menu (void) deactivate_uiwin_and_touch_all(); if (!done) - msg_status(_(qSsts_sca_non)); + msg_status("%s", _(qSsts_sca_non)); } return seq; } diff --git a/src/liflines/selectdb.c b/src/liflines/selectdb.c index 13d404247..9f2a2cc35 100644 --- a/src/liflines/selectdb.c +++ b/src/liflines/selectdb.c @@ -69,33 +69,34 @@ static void show_open_error(INT dberr); * perrmsg - [OUT] translated error message *================================================*/ BOOLEAN -select_database (STRING dbrequested, INT alteration, STRING * perrmsg) +select_database (STRING * dbrequested, INT alteration, STRING * perrmsg) { STRING dbdir = getlloptstr("LLDATABASES", "."); - STRING dbused = 0; + STRING dbused = NULL; + ASSERT(dbrequested); + ASSERT(*dbrequested); /* Get Database Name (Prompt or Command-Line) */ - if (!dbrequested || !dbrequested[0]) { + if ((*dbrequested)[0] == '\0') { char dbname[MAXPATHLEN]; /* ask_for_db_filename returns static buffer, we save it below */ if (!ask_for_db_filename(_(qSidldir), _(qSidldrp), dbdir, dbname, sizeof(dbname)) || !dbname[0]) { - dbrequested = NULL; *perrmsg = _(qSiddbse); return FALSE; } - dbrequested = strsave(dbname); - if (eqstr(dbrequested, "?")) { + strupdate(dbrequested, dbname); + if (eqstr(*dbrequested, "?")) { INT n=0; LIST dblist=0, dbdesclist=0; - strfree(&dbrequested); + strfree(dbrequested); if ((n=get_dblist(dbdir, &dblist, &dbdesclist)) > 0) { INT i; i = choose_from_list( _("Choose database to open") , dbdesclist); if (i >= 0) { - dbrequested = strsave(get_list_element(dblist, i+1, NULL)); + *dbrequested = strsave(get_list_element(dblist, i+1, NULL)); } release_dblist(dblist); release_dblist(dbdesclist); @@ -103,7 +104,7 @@ select_database (STRING dbrequested, INT alteration, STRING * perrmsg) *perrmsg = _("No databases found in database path"); return FALSE; } - if (!dbrequested) { + if (!*dbrequested) { *perrmsg = _(qSiddbse); return FALSE; } @@ -112,14 +113,16 @@ select_database (STRING dbrequested, INT alteration, STRING * perrmsg) /* search for database */ /* search for file in lifelines path */ - dbused = filepath(dbrequested, "r", dbdir, NULL, uu8); + dbused = filepath(*dbrequested, "r", dbdir, NULL, uu8); /* filepath returns alloc'd string */ - if (!dbused) dbused = strsave(dbrequested); + if (!dbused) dbused = strsave(*dbrequested); if (!open_or_create_database(alteration, &dbused)) { + strfree(&dbused); return FALSE; } + stdfree(dbused); return TRUE; } /*================================================== @@ -137,6 +140,7 @@ open_or_create_database (INT alteration, STRING *dbused) { INT lldberrnum=0; char dbdir[MAXPATHLEN] = ""; + char newmsg[MAXPATHLEN+100] = ""; /* Open Database */ if (open_database(alteration, *dbused, &lldberrnum)) @@ -151,7 +155,7 @@ open_or_create_database (INT alteration, STRING *dbused) if (readonly || immutable || alteration) { - llwprintf(_("Cannot create new database with -r, -i, -l, or -f flags.")); + llwprintf("%s", _("Cannot create new database with -r, -i, -l, or -f flags.")); return FALSE; } /* @@ -178,7 +182,8 @@ open_or_create_database (INT alteration, STRING *dbused) strupdate(dbused, dbdir); /* Is user willing to make a new db ? */ - if (!ask_yes_or_no_msg(_(qSnodbse), _(qScrdbse))) + snprintf(newmsg,sizeof(newmsg),qScrdbse,*dbused); + if (!ask_yes_or_no_msg(_(qSnodbse), newmsg)) return FALSE; /* try to make a new db */ @@ -196,7 +201,7 @@ show_open_error (INT dberr) { char buffer[256]; describe_dberror(dberr, buffer, ARRSIZE(buffer)); - llwprintf(buffer); + llwprintf("%s", buffer); llwprintf("\n"); sleep(5); } diff --git a/src/liflines/show.c b/src/liflines/show.c index a9a7579fd..76fa84615 100644 --- a/src/liflines/show.c +++ b/src/liflines/show.c @@ -254,13 +254,15 @@ disp_person_birthdeath (ZSTR zstr, RECORD irec, struct tag_prefix * tags, RFMT r zs_apps(ztemp, place); } if (!date && !place) { - // Git #308: INDI with BIRT/DEAT without DATE/PLAC displays "Y" - // The 3.0.62 behaviour was to display nothing. - // This sounds more appropriate so reverting to that behaviour. - //zs_apps(ztemp, "Y"); + /* + * Git #308: INDI with BIRT/DEAT without DATE/PLAC displays "Y" + * The 3.0.62 behaviour was to display nothing. + * This sounds more appropriate so reverting to that behaviour. + */ + /* zs_apps(ztemp, "Y"); */ } if (ct>1) { - zs_appf(ztemp, " (%d alt)", ct-1); + zs_appf(ztemp, " (" FMT_INT " alt)", ct-1); } /* append current info to accumulated info */ if (zs_len(zstr)>0) { @@ -280,7 +282,9 @@ init_display_indi (RECORD irec, INT width) { NODE pers=nztop(irec); NODE this_fam = 0; - INT nsp, nch, num, nm; + INT nsp, nch; + HINT_VAR_UNUSED INT fnum; + HINT_VAR_UNUSED INT cnum; STRING s; NODE fth; NODE mth; @@ -288,7 +292,6 @@ init_display_indi (RECORD irec, INT width) ASSERT(width < ll_cols+1); /* size of Spers etc */ - ASSERT(pers); disp_person_name(Spers, _(qSdspl_indi), irec, width); @@ -311,11 +314,11 @@ init_display_indi (RECORD irec, INT width) nsp = nch = 0; icel = indi_to_cacheel_old(pers); lock_cache(icel); - FORFAMSS(pers, fam, sp, num) + FORFAMSS(pers, fam, sp, fnum) if (sp) add_spouse_line(++nsp, sp, fam, width); - if (this_fam != fam) { + if (this_fam != fam) { this_fam = fam; /* only do each family once */ - FORCHILDREN(fam, chld, nm) + FORCHILDREN(fam, chld, cnum) if(chld) add_child_line(++nch, chld, width); ENDCHILDREN } @@ -387,18 +390,17 @@ show_indi_vitals (UIWINDOW uiwin, RECORD irec, LLRECT rect if(badkeylist[0]) { char buf[132]; llstrncpyf(buf, sizeof(buf), uu8, "%s: %.40s", _(qSmisskeys), badkeylist); - message(buf); + message("%s", buf); } } /*============================================= * add_spouse_line -- Add spouse line to others *===========================================*/ static void -add_spouse_line (INT num, NODE indi, NODE fam, INT width) +add_spouse_line (HINT_PARAM_UNUSED INT num, NODE indi, NODE fam, INT width) { STRING line, ptr=Sothers[Solen]; INT mylen=liwidth; - num=num; /* unused */ if (Solen >= MAXOTHERS) return; if (mylen>width) mylen=width; llstrcatn(&ptr, " ", &mylen); @@ -419,9 +421,9 @@ add_child_line (INT num, RECORD irec, INT width) if (Solen >= MAXOTHERS) return; line = person_display(nztop(irec), NULL, width-15); if (number_child_enable) - llstrncpyf(Sothers[Solen], liwidth, uu8, " %2d%s: %s", num, child, line); + llstrncpyf(Sothers[Solen], liwidth, uu8, " " FMT_INT_2 "%s: %s", num, child, line); else - llstrncpyf(Sothers[Solen], liwidth, uu8, " %s: %s", child, line); + llstrncpyf(Sothers[Solen], liwidth, uu8, " " "%s: %s", child, line); Sothers[Solen++][width-2] = 0; } /*============================================== @@ -434,7 +436,9 @@ init_display_fam (RECORD frec, INT width) NODE husb=0, wife=0; STRING s=0; ZSTR famkey = zs_news(key_of_record(fam)); - INT nch, nm, wtemp; + INT nch; + INT wtemp; + HINT_VAR_UNUSED INT cnum; STRING father = _(qSdspl_fath); STRING mother = _(qSdspl_moth); RECORD ihusb=0, iwife=0; @@ -505,8 +509,8 @@ init_display_fam (RECORD frec, INT width) s = sh_indi_to_event_long(fam, "MARR", _(qSdspl_mar), width-3); if (!s) s = sh_indi_to_event_long(fam, "MARC", _(qSdspl_marc), width-3); if (!s) s = sh_indi_to_event_long(fam, "ENGA", _(qSdspl_eng), width-3); - if (s) llstrncpyf(Smarr, liwidth, uu8, s); - else llstrncpyf(Smarr, liwidth, uu8, _(qSdspl_mar)); + if (s) llstrncpyf(Smarr, liwidth, uu8, "%s", s); + else llstrncpyf(Smarr, liwidth, uu8, "%s", _(qSdspl_mar)); /* append divorce to marriage line, if room */ /* (Might be nicer to make it a separate, following line */ @@ -519,7 +523,7 @@ init_display_fam (RECORD frec, INT width) Solen = 0; nch = 0; - FORCHILDREN(fam, chld, nm) + FORCHILDREN(fam, chld, cnum) add_child_line(++nch, chld, width); ENDCHILDREN release_record(ihusb); @@ -584,8 +588,8 @@ show_fam_vitals (UIWINDOW uiwin, RECORD frec, INT row, INT hgt } listbadkeys = 0; if(badkeylist[0]) { - sprintf(buf, "WARNING: missing keys: %.40s", badkeylist); - message(buf); + snprintf(buf, sizeof(buf), "WARNING: missing keys: %.40s", badkeylist); + message("%s", buf); } } /*================================================ @@ -671,8 +675,9 @@ STRING indi_to_ped_fix (NODE indi, INT len) { STRING bevt, devt, name, key; + INT tmp1_length, name_length; static char scratch[200]; - char tmp1[200]; // holds birth, death, key string + char tmp1[200]; /* holds birth, death, key string */ if (!indi) return (STRING) "------------"; bevt = event_to_date(BIRT(indi), TRUE); @@ -684,21 +689,21 @@ indi_to_ped_fix (NODE indi, INT len) if (keyflag) { key = key_of_record(indi); if(getlloptint("DisplayKeyTags", 0) > 0) { - snprintf(tmp1, ARRSIZE(tmp1), " [%s-%s] (i%s)", bevt, devt, key); + snprintf(tmp1, sizeof(tmp1), " [%s-%s] (i%s)", bevt, devt, key); } else { - snprintf(tmp1, ARRSIZE(tmp1), " [%s-%s] (%s)", bevt, devt, key); + snprintf(tmp1, sizeof(tmp1), " [%s-%s] (%s)", bevt, devt, key); } } else { - snprintf(tmp1, ARRSIZE(tmp1), " (%s-%s)", bevt, devt); + snprintf(tmp1, sizeof(tmp1), " (%s-%s)", bevt, devt); } tmp1[ARRSIZE(tmp1) - 1] = 0; - // a long name may need to be truncated to fit on the screen + /* a long name may need to be truncated to fit on the screen */ len = min(len, (ARRSIZE(scratch) - 1)); - INT tmp1_length = (INT)strlen(tmp1); - INT name_length = len - tmp1_length - 1; + tmp1_length = (INT)strlen(tmp1); + name_length = len - tmp1_length - 1; name_length = max(0, name_length); name = indi_to_name(indi, name_length); ASSERT(name_length + tmp1_length < ARRSIZE(scratch)); @@ -831,7 +836,7 @@ indi_events (STRING outstr, NODE indi, INT len) static INT max_keywidth (void) { - INT maxkey = xref_max_any(); + INT32 maxkey = xref_max_any(); if (maxkey>9999) { if (maxkey>999999) return 7; @@ -1019,7 +1024,7 @@ display_cache_stats (void) ZSTR zstr_fam = get_cache_stats_fam(); zs_appf(zstr, _("Cached: I:%s; F:%s") , zs_str(zstr_ind), zs_str(zstr_fam)); - msg_info(zs_str(zstr)); + msg_info("%s", zs_str(zstr)); zs_free(&zstr); zs_free(&zstr_ind); zs_free(&zstr_fam); diff --git a/src/liflines/swap.c b/src/liflines/swap.c index bf5073b44..e7d7313ee 100644 --- a/src/liflines/swap.c +++ b/src/liflines/swap.c @@ -68,7 +68,7 @@ swap_children (RECORD prnt, RECORD frec) INT nfam, nchil; if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); return FALSE; } @@ -78,7 +78,7 @@ swap_children (RECORD prnt, RECORD frec) if (!prnt) return FALSE; nfam = num_families(nztop(prnt)); if (nfam <= 0) { - message(_(qSntchld)); + message("%s", _(qSntchld)); return FALSE; } @@ -93,7 +93,7 @@ swap_children (RECORD prnt, RECORD frec) fam = nztop(frec); nchil = num_children(fam); if (nchil < 2) { - message(_(qSless2c)); + message("%s", _(qSless2c)); return FALSE; } @@ -126,7 +126,7 @@ swap_children (RECORD prnt, RECORD frec) if (!confirm_and_swap_children_impl(fam, one, two)) return FALSE; - message(_(qSokcswp)); + message("%s", _(qSokcswp)); return TRUE; } /*============================================= @@ -181,7 +181,7 @@ reorder_child (RECORD prnt, RECORD frec, RFMT rfmt) NODE fam, child; if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); return FALSE; } @@ -191,7 +191,7 @@ reorder_child (RECORD prnt, RECORD frec, RFMT rfmt) if (!prnt) return FALSE; nfam = num_families(nztop(prnt)); if (nfam <= 0) { - message(_(qSntchld)); + message("%s", _(qSntchld)); return FALSE; } @@ -206,7 +206,7 @@ reorder_child (RECORD prnt, RECORD frec, RFMT rfmt) fam = nztop(frec); nchil = num_children(fam); if (nchil < 2) { - message(_(qSless2c)); + message("%s", _(qSless2c)); return FALSE; } @@ -216,7 +216,7 @@ reorder_child (RECORD prnt, RECORD frec, RFMT rfmt) NODE two = nsibling(one); if (!confirm_and_swap_children_impl(fam, one, two)) return FALSE; - message(_(qSokcswp)); + message("%s", _(qSokcswp)); return TRUE; } @@ -279,7 +279,7 @@ swap_families (RECORD irec) STRING str; if (readonly) { - message(_(qSronlye)); + message("%s", _(qSronlye)); return FALSE; } @@ -288,12 +288,12 @@ swap_families (RECORD irec) if (!irec) return FALSE; indi = nztop(irec); if (!(fams = FAMS(indi))) { - message(_(qSntprnt)); + message("%s", _(qSntprnt)); return FALSE; } nfam = num_families(indi); if (nfam < 2) { - msg_error(_(qSless2f)); + msg_error("%s", _(qSless2f)); return FALSE; } @@ -339,6 +339,6 @@ swap_families (RECORD irec) nchild(one) = nchild(two); nchild(two) = tmp; indi_to_dbase(indi); - message(_(qSokfswp)); + message("%s", _(qSokfswp)); return TRUE; } diff --git a/src/liflines/tandem.c b/src/liflines/tandem.c index a0c7dbe59..164414c2b 100644 --- a/src/liflines/tandem.c +++ b/src/liflines/tandem.c @@ -258,7 +258,7 @@ INT browse_2fam (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) return BROWSE_TAND; } } - message(_(qStwohsb)); + message("%s", _(qStwohsb)); break; case CMD_BOTH_MOTHERS: /* browse to wives/moths */ if ((tmp = choose_mother(NULL, current1, _(qSnowife), @@ -270,7 +270,7 @@ INT browse_2fam (RECORD *prec1, RECORD *prec2, INDISEQ *pseq) return BROWSE_TAND; } } - message(_(qStwowif)); + message("%s", _(qStwowif)); break; case CMD_MERGE_BOTTOM_TO_TOP: /* merge two fams */ if ((tmp = merge_two_fams(nztop(current2), nztop(current1))) != 0) { diff --git a/src/liflines/valgdcom.c b/src/liflines/valgdcom.c index f3768e2b3..8fb38bbbd 100644 --- a/src/liflines/valgdcom.c +++ b/src/liflines/valgdcom.c @@ -86,7 +86,7 @@ static INT num_errors; static INT num_warns; static INT defline; static BOOLEAN f_logopen = FALSE; -static FILE *f_flog = 0; +static FILE *f_flog = NULL; static char f_logpath[MAXPATHLEN] = "import.log"; static STRING qSundrec = N_("Record %s is referred to but not defined."); @@ -125,6 +125,7 @@ static void handle_head_lev1(IMPORT_FEEDBACK ifeed, STRING, STRING, INT); static void handle_trlr_lev1(IMPORT_FEEDBACK ifeed, STRING, STRING, INT); static void handle_value(STRING, INT); static BOOLEAN openlog(void); +static void closelog(void); static void handle_warn(IMPORT_FEEDBACK ifeed, STRING, ...); static void handle_err(IMPORT_FEEDBACK ifeed, STRING, ...); static void set_import_log(STRING logpath); @@ -147,8 +148,10 @@ validate_gedcom (IMPORT_FEEDBACK ifeed, FILE *fp) nhead = ntrlr = nindi = nfam = nsour = neven = nothr = 0; num_errors = num_warns = 0; f_logopen = FALSE; - f_flog = 0; + f_flog = NULL; set_import_log(getlloptstr("ImportLog", "errs.log")); + openlog(); + defline = 0; curlev = 0; clear_structures(); @@ -252,12 +255,11 @@ validate_gedcom (IMPORT_FEEDBACK ifeed, FILE *fp) if (rec_type == INDI_REC && !named) handle_err(ifeed, qSnoname, defline); check_references(ifeed); - if (f_logopen) { - fclose(f_flog); - f_logopen = FALSE; - f_flog = 0; - } + closelog(); + + // cleanup strfree(&tag0); + strfree(&xref0); return num_errors == 0; } /*======================================= @@ -510,10 +512,8 @@ add_othr_defn (IMPORT_FEEDBACK ifeed, STRING xref, INT line) * Created: 2002-12-15 (Perry Rapp) *=========================================================*/ static void -handle_head_lev1 (IMPORT_FEEDBACK ifeed, STRING tag, STRING val, INT line) +handle_head_lev1 (HINT_PARAM_UNUSED IMPORT_FEEDBACK ifeed, STRING tag, STRING val, HINT_PARAM_UNUSED INT line) { - ifeed=ifeed; /* unused */ - line=line; /* unused */ if (eqstr(tag, "CHAR")) { strupdate(&gedcom_codeset_in, (val ? val : "")); } @@ -523,12 +523,9 @@ handle_head_lev1 (IMPORT_FEEDBACK ifeed, STRING tag, STRING val, INT line) * Created: 2002-12-15 (Perry Rapp) *=========================================================*/ static void -handle_trlr_lev1 (IMPORT_FEEDBACK ifeed, STRING tag, STRING val, INT line) +handle_trlr_lev1 (HINT_PARAM_UNUSED IMPORT_FEEDBACK ifeed, HINT_PARAM_UNUSED STRING tag, HINT_PARAM_UNUSED STRING val, HINT_PARAM_UNUSED INT line) { - ifeed=ifeed; /* unused */ - tag=tag; /* unused */ - val=val; /* unused */ - line=line; /* unused */ + return; } /*=========================================================== * report_missing_value -- Report line with incorrectly empty value @@ -634,13 +631,12 @@ handle_fam_lev1 (IMPORT_FEEDBACK ifeed, STRING tag, STRING val, INT line, CNSTRI * check_level1_tag -- Warnings for specific tags at level 1 *========================================================*/ static void -check_level1_tag (IMPORT_FEEDBACK ifeed, CNSTRING tag, CNSTRING val, INT line, CNSTRING tag0, CNSTRING xref0) +check_level1_tag (IMPORT_FEEDBACK ifeed, CNSTRING tag, HINT_PARAM_UNUSED CNSTRING val, INT line, CNSTRING tag0, CNSTRING xref0) { /* lifelines expects lineage-linking records (FAMS, FAMC, HUSB, & WIFE) to be correct, so warn if any of them occur in unusual locations */ - val = val; /* unused */ if (eqstr(tag, "FAMS")) { if (!eqstr(tag0, "INDI")) handle_warn(ifeed, qSlinlev1, line, tag, tag0, xref0); @@ -915,7 +911,7 @@ handle_err (IMPORT_FEEDBACK ifeed, STRING fmt, ...) { ZSTR zstr=zs_new(); - if (openlog()) { + if (f_logopen) { va_list args; fprintf(f_flog, "%s: ", _("error")); va_start(args, fmt); @@ -925,7 +921,7 @@ handle_err (IMPORT_FEEDBACK ifeed, STRING fmt, ...) } ++num_errors; - zs_setf(zstr, _pl("%6d Error", "%6d Errors", num_errors), num_errors); + zs_setf(zstr, _pl(FMT_INT_6 " Error", FMT_INT_6 " Errors", num_errors), num_errors); if (f_logopen) zs_appf(zstr, _(" (see log file <%s>)"), f_logpath); else @@ -943,7 +939,7 @@ handle_warn (IMPORT_FEEDBACK ifeed, STRING fmt, ...) { ZSTR zstr=zs_new(); - if (openlog()) { + if (f_logopen) { va_list args; fprintf(f_flog, "%s: ", _("warning")); va_start(args, fmt); @@ -953,7 +949,7 @@ handle_warn (IMPORT_FEEDBACK ifeed, STRING fmt, ...) } ++num_warns; - zs_setf(zstr, _pl("%6d Warning", "%6d Warnings", num_warns), num_warns); + zs_setf(zstr, _pl(FMT_INT_6 " Warning", FMT_INT_6 " Warnings", num_warns), num_warns); if (f_logopen) zs_appf(zstr, _(" (see log file <%s>)"), f_logpath); else @@ -979,6 +975,18 @@ openlog (void) f_logopen = (f_flog != 0); return f_logopen; } +/*===================================== + * closelog -- close import error log + *===================================*/ +static void +closelog (void) +{ + if (f_logopen) { + fclose(f_flog); + f_logopen = FALSE; + f_flog = NULL; + } +} /*========================================= * xref_to_index - Convert pointer to index *=======================================*/ @@ -1027,10 +1035,13 @@ clear_structures (void) } for (i = 0; i < struct_len; i++) { ELMNT el = index_data[i]; - index_data[i] = 0; + index_data[i] = NULL; free_elmnt(el); } + stdfree(index_data); + index_data = NULL; struct_len = 0; + struct_max = 0; } /*===================================== * set_import_log -- Specify where import errors logged @@ -1064,32 +1075,32 @@ scan_header (FILE * fp, TABLE metadatatab, ZSTR * zerr) lastoff = ftell(fp); curlev = lev; if (linno==500) { - *zerr = zs_newf(_("Processed %d lines without finding end of HEAD"), linno); + *zerr = zs_newf(_("Processed " FMT_INT " lines without finding end of HEAD"), linno); break; } rc = file_to_line(fp, xlat, &lev, &xref, &tag, &val, &msg); if (rc==DONE) { - *zerr = zs_newf(_("End of file at line %d"), linno); + *zerr = zs_newf(_("End of file at line " FMT_INT), linno); break; } if (rc==ERROR) { - *zerr = zs_newf(_("Error at line %d: %s"), linno, msg); + *zerr = zs_newf(_("Error at line " FMT_INT ": %s"), linno, msg); break; } if (lev < 0 || lev > curlev+1) { - *zerr = zs_newf(_("Bad level at line %d"), linno); + *zerr = zs_newf(_("Bad level at line " FMT_INT), linno); break; } if (lev==0) { if (eqstr(tag, "HEAD")) { if (head) { - *zerr = zs_newf(_("Duplicate HEAD line at line %d"), linno); + *zerr = zs_newf(_("Duplicate HEAD line at line " FMT_INT), linno); break; } else { head=1; } } else if (!head) { - *zerr = zs_newf(_("Missing HEAD line at line %d"), linno); + *zerr = zs_newf(_("Missing HEAD line at line " FMT_INT), linno); break; } else { fseek(fp, lastoff, SEEK_SET); diff --git a/src/stdlib/.gitignore b/src/stdlib/.gitignore deleted file mode 100644 index 322c06757..000000000 --- a/src/stdlib/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -Makefile -Makefile.in -*.[oa] -.deps diff --git a/src/stdlib/Makefile.am b/src/stdlib/Makefile.am index 7bcf66d36..fa8fee25c 100644 --- a/src/stdlib/Makefile.am +++ b/src/stdlib/Makefile.am @@ -5,7 +5,7 @@ noinst_LIBRARIES = libstdlib.a -libstdlib_a_SOURCES = appendstr.c array.c \ +libstdlib_a_SOURCES = appendstr.c array.c backtrace.c \ dirs.c environ.c errlog.c \ fileops.c fpattern.c generic.c \ icvt.c hashtab.c list.c \ diff --git a/src/stdlib/backtrace.c b/src/stdlib/backtrace.c new file mode 100644 index 000000000..6c264d5eb --- /dev/null +++ b/src/stdlib/backtrace.c @@ -0,0 +1,76 @@ +/* + Copyright (c) 2022 Matthew Emmerton + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +*/ + +/* + * backtrace.c -- routines to generate stack backtraces + */ + +#include +#include +#include +#include +#include "llstdlib.h" + +#define MAX_FRAMES 32 + +void +dump_backtrace(FILE* fp) +{ +#ifdef HAVE_BACKTRACE + int actual_num_frames = 0; + void *frames[MAX_FRAMES]; + char **symbols = NULL; + + // collect backtrace (addresses) + actual_num_frames = backtrace(frames, MAX_FRAMES); + +#ifdef HAVE_BACKTRACE_SYMBOLS + // resolve symbols + symbols = backtrace_symbols(frames, actual_num_frames); +#endif + + // dump stack backtrace + fprintf(fp,"Stack Backtrace\n"); + fprintf(fp,"---------------\n"); + if (actual_num_frames >= MAX_FRAMES) + { + fprintf(fp,"NOTE: Backtrace may be truncated.\n"); + } + if (symbols == NULL) + { + fprintf(fp,"NOTE: Could not collect symbols.\n"); + } + + for (int frameno=0; frameno LLSTDLIB_BUFLEN) ? LLSTDLIB_BUFLEN : len; + ASSERT(fread(buffer, blklen, 1, fpsrc) == 1); + ASSERT(fwrite(buffer, blklen, 1, fpdest) == 1); + len -= blklen; + } +} +/*======================================= + * movefiles -- Move first file to second + * failure handled with FATAL2 macro, which exits + *=====================================*/ +void +movefiles (STRING from_file, STRING to_file) +{ + INT rtn; + unlink(to_file); + rtn = rename(from_file, to_file); + if (rtn) { + char temp[1024]; + snprintf(temp, sizeof(temp), + "rename failed code " FMT_INT ", from <%s> to <%s>", + rtn, from_file, to_file); + FATAL2(temp); + } +} diff --git a/src/stdlib/fpattern.c b/src/stdlib/fpattern.c index e2c855789..01699b44c 100644 --- a/src/stdlib/fpattern.c +++ b/src/stdlib/fpattern.c @@ -1,7 +1,6 @@ /* - from http://home.flash.net/~dtribble/text/fpattern.htm - 2000/12/12 - by Perry + from http://home.flash.net/~dtribble/text/fpattern.htm (2000/12/12) + from http://david.tribble.com/src/src.html (2019/01/02) License statement is in comments below */ @@ -50,17 +49,17 @@ * david.tribble@beasys.com * dtribble@flash.net * -* Copyright ©1997-1998 by David R. Tribble, all rights reserved. +* Copyright 1997-1998 by David R. Tribble, all rights reserved */ /* Identification */ -static const char id[] = +static const char __attribute__ ((unused)) id[] = "@(#)lib/fpattern.c 1.08"; -static const char copyright[] = - "Copyright ©1997-1998 David R. Tribble\n"; +static const char __attribute__ ((unused)) copyright[] = + "Copyright (C) 1997-1998 David R. Tribble\n"; /* System includes */ diff --git a/src/stdlib/generic.c b/src/stdlib/generic.c index 17993749e..f57b87216 100644 --- a/src/stdlib/generic.c +++ b/src/stdlib/generic.c @@ -304,6 +304,7 @@ clear_generic (GENERIC *gen) case GENERIC_FLOAT: stdfree(gen->data.fval); gen->data.fval = 0; + break; case GENERIC_STRING: stdfree(gen->data.sval); gen->data.sval = 0; @@ -348,7 +349,8 @@ is_generic_float (GENERIC *gen) BOOLEAN is_generic_string (GENERIC *gen) { - return gen->selector == GENERIC_STRING || GENERIC_STRING_SHARED; + return (gen->selector == GENERIC_STRING) || + (gen->selector == GENERIC_STRING_SHARED); } /*================================================= * is_generic_vptr -- return TRUE if generic is a vptr (void pointer) diff --git a/src/stdlib/icvt.c b/src/stdlib/icvt.c index 0105a9476..d0b4dcd26 100644 --- a/src/stdlib/icvt.c +++ b/src/stdlib/icvt.c @@ -31,7 +31,11 @@ * iconv_can_trans -- Can iconv do this translation ? *=================================================*/ BOOLEAN +#ifdef HAVE_ICONV iconv_can_trans (CNSTRING src, CNSTRING dest) +#else +iconv_can_trans (HINT_PARAM_UNUSED CNSTRING src, HINT_PARAM_UNUSED CNSTRING dest) +#endif { #ifdef HAVE_ICONV iconv_t ict; @@ -39,11 +43,9 @@ iconv_can_trans (CNSTRING src, CNSTRING dest) ict = iconv_open(dest, src); if (ict == (iconv_t)-1) return FALSE; - iconv_close(ict); + iconv_close(ict); return TRUE; #else - src=src; /* unused */ - dest=dest; /* unused */ return FALSE; #endif } @@ -56,11 +58,15 @@ iconv_can_trans (CNSTRING src, CNSTRING dest) * illegal: [IN] character to use as placeholder for unconvertible input *=================================================*/ BOOLEAN +#ifdef HAVE_ICONV iconv_trans (CNSTRING src, CNSTRING dest, CNSTRING sin, ZSTR zout, char illegal) +#else +iconv_trans (HINT_PARAM_UNUSED CNSTRING src, HINT_PARAM_UNUSED CNSTRING dest, HINT_PARAM_UNUSED CNSTRING sin, HINT_PARAM_UNUSED ZSTR zout, HINT_PARAM_UNUSED char illegal) +#endif { #ifdef HAVE_ICONV iconv_t ict; - const char * inptr; + char * inptr; char * outptr; size_t inleft; size_t outleft; @@ -70,7 +76,7 @@ iconv_trans (CNSTRING src, CNSTRING dest, CNSTRING sin, ZSTR zout, char illegal) #endif double expand=1.3; int chwidth=1; - int badchars=0; /* count # illegal placeholders inserted */ + HINT_VAR_UNUSED int badchars=0; /* count # illegal placeholders inserted */ int inlen = sin ? strlen(sin) : 0; ASSERT(src); @@ -81,14 +87,18 @@ iconv_trans (CNSTRING src, CNSTRING dest, CNSTRING sin, ZSTR zout, char illegal) if (ict == (iconv_t)-1) { return FALSE; } - if (!strncmp(src, "UCS-2", strlen("UCS-2"))) { - /* assume MS-Windows makenarrow call */ - inlen = 2 * wcslen((const wchar_t *)sin); - } - if (!strncmp(src, "UCS-4", strlen("UCS-4"))) { - /* assume UNIX makenarrow call */ - inlen = 4 * wcslen((const wchar_t *)sin); + + if (inlen) { + if (!strncmp(src, "UCS-2", strlen("UCS-2"))) { + /* assume MS-Windows makenarrow call */ + inlen = 2 * wcslen((const wchar_t *)sin); + } + if (!strncmp(src, "UCS-4", strlen("UCS-4"))) { + /* assume UNIX makenarrow call */ + inlen = 4 * wcslen((const wchar_t *)sin); + } } + if (!strncmp(dest, "UCS-2", strlen("UCS-2"))) { chwidth = expand = 2; } @@ -113,8 +123,7 @@ iconv_trans (CNSTRING src, CNSTRING dest, CNSTRING sin, ZSTR zout, char illegal) iconvctl(ict, ICONV_SET_TRANSLITERATE, &transliterate); #endif - - inptr = sin; + inptr = (char *)sin; outptr = zs_str(zout); inleft = inlen; /* we are terminating with 4 zero bytes just in case dest is UCS-4 */ @@ -191,11 +200,6 @@ iconv_trans (CNSTRING src, CNSTRING dest, CNSTRING sin, ZSTR zout, char illegal) iconv_close(ict); return TRUE; #else - src=src; /* unused */ - dest=dest; /* unused */ - sin=sin; /* unused */ - zout=zout; /* unused */ - illegal=illegal; /* unused */ return FALSE; #endif /* HAVE_ICONV */ } @@ -203,12 +207,14 @@ iconv_trans (CNSTRING src, CNSTRING dest, CNSTRING sin, ZSTR zout, char illegal) * init_win32_iconv_shim -- Helper for loading iconv.dll on win32 *=================================================*/ void +#ifdef WIN32_ICONV_SHIM init_win32_iconv_shim (CNSTRING dllpath) +#else +init_win32_iconv_shim (HINT_PARAM_UNUSED CNSTRING dllpath) +#endif { #ifdef WIN32_ICONV_SHIM if (dllpath && dllpath[0]) iconvshim_set_property("dll_path", dllpath); -#else - dllpath=dllpath; /* unused */ #endif } diff --git a/src/stdlib/list.c b/src/stdlib/list.c index 384ddba51..771196564 100644 --- a/src/stdlib/list.c +++ b/src/stdlib/list.c @@ -318,12 +318,14 @@ pop_list (LIST list) * validate_list -- Verify list ends don't disagree *======================================*/ static void +#ifdef LIST_ASSERTS validate_list (LIST list) +#else +validate_list (HINT_PARAM_UNUSED LIST list) +#endif { #ifdef LIST_ASSERTS ASSERT(!list || (lhead(list)&<ail(list)) || (!lhead(list)&&!ltail(list))); -#else - list=list; /* unused */ #endif } /*======================================== @@ -596,16 +598,10 @@ delete_list_element (LIST list, INT index1b, ELEMENT_DESTRUCTOR func) node = nth_in_list_from_tail(list, index1b, createels, 0); if (!node) return FALSE; if (llocks(node)) return FALSE; - if (llen(list) == 1) { - /* removing last element of list */ - llen(list) = 0; - lhead(list) = ltail(list) = 0; - if (func) - (*func)(lelement(node)); - stdfree(node); - return TRUE; - } detach_node_from_list(list, node); + if (func) + (*func)(lelement(node)); + stdfree(node); return TRUE; } #endif @@ -658,6 +654,7 @@ find_delete_list_elements (LIST list, VPTR param, if (ltype(list) == LISTDOFREE) { free_list_element(lelement(lnode)); } + stdfree(lnode); if (!deleteall) return count; } diff --git a/src/stdlib/lldate.c b/src/stdlib/lldate.c index d71465848..28b77ce5c 100644 --- a/src/stdlib/lldate.c +++ b/src/stdlib/lldate.c @@ -21,7 +21,7 @@ get_current_lldate (LLDATE * creation) time_t curtime; curtime = time(NULL); pt = gmtime(&curtime); - sprintf(creation->datestr, "%04d-%02d-%02d-%02d:%02d:%02dZ", + snprintf(creation->datestr, sizeof(creation->datestr), "%04d-%02d-%02d-%02d:%02d:%02dZ", pt->tm_year+1900, pt->tm_mon+1, pt->tm_mday, pt->tm_hour, pt->tm_min, pt->tm_sec); } diff --git a/src/stdlib/llstrcmp.c b/src/stdlib/llstrcmp.c index 6b77ede01..e4171f735 100644 --- a/src/stdlib/llstrcmp.c +++ b/src/stdlib/llstrcmp.c @@ -142,7 +142,11 @@ set_usersort (usersortfnc fnc) * widecmp -- Perform unicode string comparison, if available *=================================================*/ static BOOLEAN +#ifdef HAVE_WCSCOLL widecmp (CNSTRING str1, CNSTRING str2, INT *rtn) +#else +widecmp (HINT_PARAM_UNUSED CNSTRING str1, HINT_PARAM_UNUSED CNSTRING str2, HINT_PARAM_UNUSED INT *rtn) +#endif { ZSTR zws1=0, zws2=0; BOOLEAN success = FALSE; @@ -158,13 +162,9 @@ widecmp (CNSTRING str1, CNSTRING str2, INT *rtn) *rtn = wcscoll(wfs1, wfs2); success = TRUE; } -#else - str1=str1; /* unused */ - str2=str2; /* unused */ - rtn=rtn; /* unused */ -#endif /* HAVE_WCSCOLL */ - zs_free(&zws1); zs_free(&zws2); +#endif /* HAVE_WCSCOLL */ + return success; } diff --git a/src/stdlib/memalloc.c b/src/stdlib/memalloc.c index d2b77193d..5540d9c44 100644 --- a/src/stdlib/memalloc.c +++ b/src/stdlib/memalloc.c @@ -71,14 +71,14 @@ __allocate (int len, STRING file, int line) if (len == 0) return NULL; p = malloc(len); if((p == NULL) && alloclog) { - sprintf(scratch, "%8p ? %s\t%d\t%d", p, file, line, len); + snprintf(scratch, sizeof(scratch), "%8p ? %s\t%d\t%d", (void *)p, file, line, len); alloc_out(scratch); } ASSERT(p); live_allocs++; for(i = 0; i - #ifdef TEST #include #include #include #endif +#include "llstdlib.h" #define digit(x) ((x) >= '0' && (x) <= '9') diff --git a/src/stdlib/path.c b/src/stdlib/path.c index ed7dc6bbc..4ec4623c8 100644 --- a/src/stdlib/path.c +++ b/src/stdlib/path.c @@ -512,7 +512,7 @@ chop_path (CNSTRING path, STRING dirs) CNSTRING q; char c=0; ndirs=0; - p = dirs;; + p = dirs; q = path; while ((c = *q)) { if (is_path_sep(c)) { diff --git a/src/stdlib/proptbls.c b/src/stdlib/proptbls.c index e294fb78f..174f767f8 100644 --- a/src/stdlib/proptbls.c +++ b/src/stdlib/proptbls.c @@ -24,11 +24,11 @@ add_prop_dnum (TABLE props, CNSTRING name, CNSTRING value) { STRING str = valueof_str(props, "dn"); INT n = ll_atoi(str, 0)+1; - char temp[20]; - sprintf(temp, "d%ld", n); + char temp[FMT_INT_LEN+1]; + snprintf(temp, sizeof(temp), "d" FMT_INT, n); insert_table_str(props, temp, name); insert_table_str(props, name, value); - sprintf(temp, "%ld", n); + snprintf(temp, sizeof(temp), FMT_INT, n); replace_table_str(props, "dn", temp); } /*========================================================== @@ -40,11 +40,11 @@ set_prop_dnum (TABLE props, INT n, CNSTRING name, CNSTRING value) STRING str = valueof_str(props, "dn"); INT max = ll_atoi(str, 0); char temp[20]; - sprintf(temp, "d%ld", n); + snprintf(temp, sizeof(temp), "d" FMT_INT, n); replace_table_str(props, temp, name); replace_table_str(props, name, value); if (n>max) { - sprintf(temp, "%ld", n); + snprintf(temp, sizeof(temp), FMT_INT, n); replace_table_str(props, "dn", temp); } } diff --git a/src/stdlib/rbtree.c b/src/stdlib/rbtree.c index 55540f990..616a72b5b 100644 --- a/src/stdlib/rbtree.c +++ b/src/stdlib/rbtree.c @@ -9,6 +9,8 @@ #include "rbtree.h" +#include "standard.h" + /*********************************************************************** * Data Structures: tree & node ***********************************************************************/ @@ -454,7 +456,7 @@ RbTreePredecessor (RBTREE tree, RBNODE x) /**/ /* Modifies Input: none */ /**/ -/* Note: This function should only be called from RBTreePrint */ +/* Note: This function should only be called from RbTreePrint */ /***********************************************************************/ static void @@ -509,7 +511,7 @@ TreeDestHelper (RBTREE tree, RBNODE x) /***********************************************************************/ -/* FUNCTION: RBTreeDestroy */ +/* FUNCTION: RbTreeDestroy */ /**/ /* INPUTS: tree is the tree to destroy */ /**/ @@ -591,7 +593,7 @@ RbExactQuery (RBTREE tree, RBKEY q) /* FUNCTION: RbDeleteFixUp */ /**/ /* INPUTS: tree is the tree to fix and x is the child of the spliced */ -/* out node in RBTreeDelete. */ +/* out node in RbTreeDelete. */ /**/ /* OUTPUT: none */ /**/ @@ -881,6 +883,7 @@ FindFirst (RBTREE tree, RBKEY low) return lastBest; } +#if UNUSED /*********************************************************************** * FUNCTION: FindLast * @@ -905,6 +908,7 @@ FindLast (RBTREE tree, RBKEY high) } return lastBest; } +#endif int RbNext (RBITER rbit, RBKEY * pkey, RBVALUE * pinfo) @@ -1010,15 +1014,16 @@ SafeMalloc (size_t size) /*********************************************************************** * NullFunction does nothing it is included so that it can be passed - * as a function to RBTreeCreate when no other suitable function has + * as a function to RbTreeCreate when no other suitable function has * been defined ***********************************************************************/ void -NullFunction(void * junk) +NullFunction(HINT_PARAM_UNUSED void * junk) { - junk=junk; /* unused */ + return; } + int RbGetCount (RBTREE rbtree) { diff --git a/src/stdlib/signals.c b/src/stdlib/signals.c index d0902e24a..9fdf79d8d 100644 --- a/src/stdlib/signals.c +++ b/src/stdlib/signals.c @@ -32,36 +32,28 @@ #include "llstdlib.h" /* llstdlib.h pulls in standard.h, config.h, sys_inc.h */ -#include #include "translat.h" #include "interp.h" #include "liflines.h" #include "feedback.h" #include "zstr.h" - /********************************************* * external/imported variables *********************************************/ -extern STRING qSprogsig, qSsignal,qSsigunk; extern STRING qSsig00, qSsig01, qSsig02, qSsig03, qSsig04; extern STRING qSsig05, qSsig06, qSsig07, qSsig08, qSsig09; extern STRING qSsig10, qSsig11, qSsig12, qSsig13, qSsig14; extern STRING qSsig15, qSsig16, qSsig17, qSsig18, qSsig19; -extern STRING qSsig20; +extern STRING qSsig20, qSsigunk; /********************************************* * local function prototypes *********************************************/ -/* alphabetical */ -static void load_signames(void); -static void on_signals(int); - /********************************************* * local variables *********************************************/ - static char *sig_msgs[21]; /********************************************* @@ -72,7 +64,7 @@ static char *sig_msgs[21]; /*====================================== * load_signames -- Load descriptive signal names *====================================*/ -static void +void load_signames (void) { sig_msgs[ 0] = _(qSsig00); @@ -101,65 +93,44 @@ load_signames (void) * set_signals -- Install signal handler *====================================*/ void -set_signals (void) +set_signals (void (*handler)(int)) { if (signal(SIGINT, SIG_IGN) != SIG_IGN) - signal(SIGINT, on_signals); + signal(SIGINT, handler); #ifdef SIGHUP - signal(SIGHUP, on_signals); + signal(SIGHUP, handler); #endif #ifdef SIGQUIT - signal(SIGQUIT, on_signals); + signal(SIGQUIT, handler); #endif - signal(SIGILL, on_signals); + signal(SIGILL, handler); #ifdef SIGEMT - signal(SIGEMT, on_signals); + signal(SIGEMT, handler); #endif - signal(SIGFPE, on_signals); + signal(SIGFPE, handler); #ifdef SIGBUS - signal(SIGBUS, on_signals); + signal(SIGBUS, handler); #endif - signal(SIGSEGV, on_signals); + signal(SIGSEGV, handler); #ifdef SIGSYS - signal(SIGSYS, on_signals); + signal(SIGSYS, handler); #endif #ifdef SIGPIPE - signal(SIGPIPE, on_signals); + signal(SIGPIPE, handler); #endif } /*====================================== - * on_signals -- Catch and handle signal + * get_signame -- Get signal name *====================================*/ -static void -on_signals (int sig) +char * +get_signame (int sig) { - char signum[20]; - STRING signame; - ZSTR zstr=0; - - /* Ok, we'll want the descriptive name of the signal */ - load_signames(); + char *signame; - /* We don't know whether curses is up or not right now */ - /* so we build the report msg, then close curses, then print it */ - zstr = get_report_error_msg(qSprogsig); - close_lifelines(); - shutdown_ui(TRUE); /* pause */ + if (sig>=0 && sig=0 && sigtop : 0); + return( theStack ? ( theStack->top ? 1 : 0 ) : 0 ); } STKSTACK StackJoin(STKSTACK stack1, STKSTACK stack2) diff --git a/src/stdlib/stdlibi.h b/src/stdlib/stdlibi.h index 7fd8a002e..2ce221115 100644 --- a/src/stdlib/stdlibi.h +++ b/src/stdlib/stdlibi.h @@ -1,6 +1,7 @@ #ifndef _STDLIB_PRIV_H #define _STDLIB_PRIV_H +void get_backtrace(int); ZSTR makewide(const char * str); ZSTR makeznarrow(ZSTR); BOOLEAN iswletter (wchar_t wch); diff --git a/src/stdlib/version.c b/src/stdlib/version.c index 079005a90..93f1b4d53 100644 --- a/src/stdlib/version.c +++ b/src/stdlib/version.c @@ -34,6 +34,8 @@ #include "arch.h" #include "version.h" +extern STRING qSgen_copyright, qSgen_warranty, qSgen_website; + /*=============================================== * get_lifelines_version -- Return version string * returns static buffer @@ -59,13 +61,11 @@ print_version (CNSTRING program) printf("%s (lifelines) %s\n", program, get_lifelines_version(48)); printf("\n"); - printf(_("Copyright (C) 1991-2018 Thomas T. Wetmore IV and contributors.")); + printf("%s", _(qSgen_copyright)); printf("\n"); - printf(_("This is free software; see the source for copying conditions. There is NO\n" - "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.")); + printf("%s", _(qSgen_warranty)); printf("\n"); - - printf(_("For more information, visit our web site at http://marcno.github.io/lifelines/")); + printf("%s", _(qSgen_website)); printf("\n"); } diff --git a/src/stdlib/vtable.c b/src/stdlib/vtable.c index 7a372f293..2258c26b2 100644 --- a/src/stdlib/vtable.c +++ b/src/stdlib/vtable.c @@ -52,18 +52,16 @@ generic_get_type_name (OBJECT obj) * nonrefcountable_isref -- simple isref for non-refcountable object *===============================================*/ int -nonrefcountable_isref (OBJECT obj) +nonrefcountable_isref (HINT_PARAM_UNUSED OBJECT obj) { - obj = obj; /* NOTUSED */ return 0; } /*================================================= * refcountable_isref -- simple isref for generic refcountable object *===============================================*/ int -refcountable_isref (OBJECT obj) +refcountable_isref (HINT_PARAM_UNUSED OBJECT obj) { - obj = obj; /* NOTUSED */ return 1; } /*================================================= diff --git a/src/stdlib/zstr.c b/src/stdlib/zstr.c index b9b80f327..41f198dbe 100644 --- a/src/stdlib/zstr.c +++ b/src/stdlib/zstr.c @@ -426,11 +426,10 @@ zstr_destructor (VTABLE *obj) * zstr_copy -- copy for zstr *===============================================*/ static OBJECT -zstr_copy (OBJECT obj, int deep) +zstr_copy (OBJECT obj, HINT_PARAM_UNUSED int deep) { ZSTR zstr = (ZSTR)obj, znew=0; ASSERT((*obj)->vtable_class == vtable_for_zstr.vtable_class); - deep=deep; /* unused */ ASSERT((*obj)->vtable_class == vtable_for_zstr.vtable_class); znew = zs_newz(zstr); return (OBJECT)znew; diff --git a/src/tools/.gitignore b/src/tools/.gitignore index d2e62b0ac..456e5bdfc 100644 --- a/src/tools/.gitignore +++ b/src/tools/.gitignore @@ -1,7 +1,5 @@ -Makefile -Makefile.in -*.[oa] -.deps btedit dbverify +lldump lltest +xterm_decode diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index aeb0a9099..d26d56ae6 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -4,34 +4,40 @@ # AUTOMAKE_OPTIONS = no-dependencies # what are we going to build? -bin_PROGRAMS = btedit dbverify lltest +bin_PROGRAMS = btedit dbverify lldump lltest xterm_decode # what goes into btedit, dbverify and lltest? btedit_SOURCES = btedit.c wprintf.c dbverify_SOURCES = dbverify.c wprintf.c lltest_SOURCES = lltest.c wprintf.c +lldump_SOURCES = lldump.c wprintf.c misc.c +xterm_decode_SOURCES = xterm_decode.c # what libraries do btedit, dbverify and lltest need? -btedit_LDADD = ../btree/libbtree.a ../stdlib/libstdlib.a \ - @LIBINTL@ @LIBICONV@ +btedit_LDADD = ../gedlib/libgedcom.a ../btree/libbtree.a \ + ../stdlib/libstdlib.a dbverify_LDADD = ../gedlib/libgedcom.a ../btree/libbtree.a \ - ../stdlib/libstdlib.a ../arch/libarch.a \ - @LIBINTL@ @LIBICONV@ - -lltest_LDADD = ../btree/libbtree.a ../stdlib/libstdlib.a \ - @LIBINTL@ @LIBICONV@ - -# 2002.06.29 Perry commented these out -- we don't need them I think -# how do btedit and dbverify get built? -# (this is set up explicitly so they don't get $(LIBS) (no curses!) -# btedit$(EXEEXT): $(btedit_OBJECTS) $(btedit_DEPENDENCIES) -# @rm -f btedit$(EXEEXT) -# $(LINK) $(btedit_LDFLAGS) $(btedit_OBJECTS) $(btedit_LDADD) -# -#dbverify$(EXEEXT): $(dbverify_OBJECTS) $(dbverify_DEPENDENCIES) -# @rm -f dbverify$(EXEEXT) -# $(LINK) $(dbverify_LDFLAGS) $(dbverify_OBJECTS) $(dbverify_LDADD) + ../stdlib/libstdlib.a ../arch/libarch.a + +lldump_LDADD = ../gedlib/libgedcom.a ../btree/libbtree.a \ + ../stdlib/libstdlib.a ../arch/libarch.a + +lltest_LDADD = ../gedlib/libgedcom.a ../btree/libbtree.a \ + ../stdlib/libstdlib.a + +# add static/shared libintl/libiconv +if WITH_STATIC_NLS +btedit_LDADD += @LIBINTL@ @LIBICONV@ +dbverify_LDADD += @LIBINTL@ @LIBICONV@ +lldump_LDADD += @LIBINTL@ @LIBICONV@ +lltest_LDADD += @LIBINTL@ @LIBICONV@ +else +btedit_LDADD += @LTLIBINTL@ @LTLIBICONV@ +dbverify_LDADD += @LTLIBINTL@ @LTLIBICONV@ +lldump_LDADD += @LTLIBINTL@ @LTLIBICONV@ +lltest_LDADD += @LTLIBINTL@ @LTLIBICONV@ +endif # $(top_builddir) for config.h # $(top_srcdir)/src/hdrs for headers @@ -54,7 +60,11 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ ../gedlib/libgedcom.a : $(MAKE) -C ../gedlib libgedcom.a +../arch/libarch.a : + $(MAKE) -C ../arch libarch.a + # since we're not doing dependencies automagically... btedit.o: ../hdrs/standard.h ../hdrs/mystring.h ../hdrs/btree.h dbverify.o: ../hdrs/standard.h ../hdrs/btree.h ../hdrs/gedcom.h +lldump.o: ../hdrs/standard.h ../hdrs/mystring.h ../hdrs/btree.h lltest.o: ../hdrs/standard.h ../hdrs/mystring.h ../hdrs/btree.h diff --git a/src/tools/btedit.c b/src/tools/btedit.c index 4b9eea576..6bfdcb444 100644 --- a/src/tools/btedit.c +++ b/src/tools/btedit.c @@ -35,6 +35,8 @@ #include "btree.h" #include "version.h" +extern STRING qSgen_bugreport; + /********************************************* * required global variables *********************************************/ @@ -68,7 +70,7 @@ main (int argc, char **argv) { BTREE btree; - char cmdbuf[512]; + char cmdbuf[MAXPATHLEN]; char *editor; char *dbname, *key; RECORD_STATUS recstat; @@ -129,7 +131,7 @@ main (int argc, } editor = environ_determine_editor(PROGRAM_BTEDIT); - sprintf(cmdbuf, "%s btedit.tmp", editor); + snprintf(cmdbuf, sizeof(cmdbuf), "%s btedit.tmp", editor); if (llsystem(cmdbuf) != 0) { printf(_("Editor or system call failed.")); puts(""); @@ -225,6 +227,6 @@ print_usage (void) printf("\n\t\t"); printf(_("edit raw btree block for person I34")); printf("\n\n"); - printf(_("Report bugs to https://github.com/MarcNo/lifelines/issues")); + printf("%s", _(qSgen_bugreport)); printf("\n"); } diff --git a/src/tools/dbverify.c b/src/tools/dbverify.c index 550efab28..4cacdb22c 100644 --- a/src/tools/dbverify.c +++ b/src/tools/dbverify.c @@ -97,6 +97,8 @@ struct work { INT check_othes; INT fix_deletes; INT fix_alter_pointers; + INT check_block_splits; + INT fix_block_splits; INT check_missing_data_records; /* record in index, but no data */ INT fix_missing_data_records; INT pass; /* =1 is checking, =2 is fixing */ @@ -121,7 +123,7 @@ static NAMEREFN_REC * alloc_namerefn(CNSTRING namerefn, CNSTRING key, INT err); static BOOLEAN cgn_callback(TRAV_NAMES_FUNC_ARGS(key, name, newset, param)); static BOOLEAN cgr_callback(TRAV_REFNS_FUNC_ARGS(key, refn, newset, param)); static void check_and_fix_records(void); -static BOOLEAN check_block(BLOCK block, RKEY * lo, RKEY * hi); +static BOOLEAN check_block(BTREE btr, BLOCK block, RKEY * lo, RKEY * hi); static BOOLEAN check_btree(BTREE btr); static BOOLEAN check_even(CNSTRING key, RECORD rec); static BOOLEAN check_fam(CNSTRING key, RECORD rec); @@ -162,7 +164,7 @@ static void vcrashlog(int newline, const char * fmt, va_list args); *********************************************/ enum { - ERR_ORPHANNAME, ERR_GHOSTNAME, ERR_DUPNAME, ERR_DUPREFN + ERR_ORPHANNAME, ERR_GHOSTNAME, ERR_DUPNAME, ERR_DUPREFN , ERR_NONINDINAME, ERR_DUPINDI, ERR_DUPFAM , ERR_DUPSOUR, ERR_DUPEVEN, ERR_DUPOTHE , ERR_UNDELETED, ERR_DELETED, ERR_BADNAME @@ -170,11 +172,11 @@ enum { , ERR_BADHUSBREF, ERR_BADWIFEREF, ERR_BADCHILDREF , ERR_EXTRAHUSB, ERR_EXTRAWIFE, ERR_EXTRACHILD , ERR_EMPTYFAM, ERR_SOLOFAM, ERR_BADPOINTER - , ERR_MISSINGREC + , ERR_MISSINGREC, ERR_STALEBLOCKENTRY }; static struct errinfo errs[] = { - { ERR_ORPHANNAME, 0, 0, N_("Orphan names") } + { ERR_ORPHANNAME, 0, 0, N_("Orphan names") } , { ERR_GHOSTNAME, 0, 0, N_("Ghost names") } , { ERR_DUPNAME, 0, 0, N_("Duplicate names") } , { ERR_DUPREFN, 0, 0, N_("Duplicate names") } @@ -200,6 +202,7 @@ static struct errinfo errs[] = { , { ERR_SOLOFAM, 0, 0, N_("Single person family") } , { ERR_BADPOINTER, 0, 0, N_("Bad pointer") } , { ERR_MISSINGREC, 0, 0, N_("Missing data records") } + , { ERR_STALEBLOCKENTRY, 0, 0, N_("Stale block directory entry") } }; static struct work todo; static LIST tofix=0; @@ -208,7 +211,7 @@ static INDISEQ soundexseq=0; static BOOLEAN noisy=FALSE; static INDISEQ seq_indis, seq_fams, seq_sours, seq_evens, seq_othes; static STRING lineage_tags[] = { - "FAMC" + "FAMC" , "FAMS" , "WIFE" , "HUSB" @@ -235,11 +238,11 @@ print_usage (void) #endif llstrncpyf(verstr, sizeof(verstr), uu8, title , get_lifelines_version(sizeof(verstr)-1-strlen(title))); - printf(_("usage: dbverify -(flags) \n")); + printf(_("usage: dbverify [flags] \n")); printf(_("flags:\n")); printf(_("\t-a = Perform all checks (does not include fixes)\n")); printf(_("\t-g = Check for ghosts (names/refns)\n")); - printf(_("\t-G = Check for & fix ghosts (names/refns)\n")); + printf(_("\t-G = Fix ghosts (names/refns)\n")); printf(_("\t-i = Check individuals\n")); printf(_("\t-f = Check families\n")); printf(_("\t-F = Alter any bad family lineage pointers (to _badptr)\n")); @@ -251,6 +254,7 @@ print_usage (void) printf(_("\t-m = Check for records missing data entries\n")); printf(_("\t-M = Fix records missing data entries\n")); printf(_("\t-D = Fix bad delete entries\n")); + printf(_("\t-B = Fix block splits with stale data\n")); printf(_("\t-n = Noisy (echo every record processed)\n")); printf(_("example: dbverify -ifsex \"%s\"\n"), fname); printf("%s\n", verstr); @@ -380,7 +384,6 @@ cgn_callback (TRAV_NAMES_FUNC_ARGS(key, name, newset, param)) /* a name record which points at indi=key */ RECORD indi0 = NULL; NODE indi = NULL; - param=param; /* unused */ /* bail out immediately if not INDI */ if (key[0] != 'I') { @@ -400,7 +403,8 @@ cgn_callback (TRAV_NAMES_FUNC_ARGS(key, name, newset, param)) append_indiseq_sval(soundexseq, strsave(key), (STRING)name, strsave(name) , TRUE, TRUE); /* sure, alloc */ - + indi = nztop(indi0); // reload, in case finish_and_delete_nameset + // caused indi to drop out of cache if (!indi) { report_error(ERR_ORPHANNAME, _("Orphaned name: %s"), name); if (todo.fix_ghosts) @@ -423,7 +427,7 @@ cgn_callback (TRAV_NAMES_FUNC_ARGS(key, name, newset, param)) } if (noisy) - report_progress("Name: %s", name); + report_progress("Checking Name: %s", name); return 1; /* continue traversal */ } @@ -438,7 +442,6 @@ cgr_callback (TRAV_REFNS_FUNC_ARGS(key, refn, newset, param)) /* a refn record which points at record=key */ RECORD rec = key_to_record(key); NODE node = nztop(rec); - param = param; /* unused */ if (newset) { finish_and_delete_refnset(); @@ -454,7 +457,7 @@ cgr_callback (TRAV_REFNS_FUNC_ARGS(key, refn, newset, param)) } else { } if (noisy) - report_progress("Refn: %s", refn); + report_progress("Checking Refn: %s", refn); return 1; /* continue traversal */ } @@ -471,6 +474,7 @@ finish_and_delete_nameset (void) CNSTRING name=""; CNSTRING skey=""; TABLE table = create_table_int(); + HINT_VAR_UNUSED INT inum; prevkey[0]=0; calc_indiseq_names(soundexseq); keysort_indiseq(soundexseq); @@ -479,7 +483,7 @@ finish_and_delete_nameset (void) and for each person, table all their names, watching for duplicates */ - FORINDISEQ(soundexseq, el, num) + FORINDISEQ(soundexseq, el, inum) name = element_sval(el); skey = element_skey(el); if (!eqstr(skey, prevkey)) { @@ -512,9 +516,10 @@ finish_and_delete_refnset (void) CNSTRING refn=""; CNSTRING skey=""; TABLE table = create_table_int(); + HINT_VAR_UNUSED INT inum; prevkey[0]=0; canonkeysort_indiseq(soundexseq); - FORINDISEQ(soundexseq, el, num) + FORINDISEQ(soundexseq, el, inum) refn = element_sval(el); skey = element_skey(el); if (!eqstr(skey, prevkey)) { @@ -597,9 +602,8 @@ fix_nodes (void) static BOOLEAN nodes_callback(TRAV_RECORDS_FUNC_ARGS(key, rec, param)) { - param=param; /* NOTUSED */ if (noisy) - report_progress("Node: %s", key); + report_progress("Checking Node: %s", key); switch (key[0]) { case 'I': return todo.check_indis ? check_indi((CNSTRING)key, (RECORD)rec) : TRUE; case 'F': return todo.check_fams ? check_fam((CNSTRING)key, (RECORD)rec) : TRUE; @@ -1039,11 +1043,8 @@ check_node (CNSTRING n0key, NODE node, INT level) * fix_bad_pointer -- Fix bad pointer if requested *=================================*/ static BOOLEAN -fix_bad_pointer (CNSTRING key, RECORD rec, NODE node) +fix_bad_pointer (HINT_PARAM_UNUSED CNSTRING key, HINT_PARAM_UNUSED RECORD rec, NODE node) { - key=key; /* unused */ - rec=rec; /* unused */ - if (todo.fix_alter_pointers) { change_node_tag(node, "_badptr"); return TRUE; @@ -1058,16 +1059,17 @@ static void check_set (INDISEQ seq, char ctype) { INT i=0; + HINT_VAR_UNUSED INT inum; keysort_indiseq(seq); /* spri now valid */ i = xref_next(ctype, i); - FORINDISEQ(seq, el, num) + FORINDISEQ(seq, el, inum) while (i= 0) { printf(_("Key not below next key")); - printf(": %ld\n", i); + printf(": " FMT_INT "\n", i); printblock(block); ok = FALSE; } @@ -1279,9 +1370,9 @@ check_typed_missing_data_records (char ntype) char key[33]; keynum = xref_next(ntype, keynum); if (!keynum) return; - sprintf(key, "%c%d", ntype, keynum); + snprintf(key, sizeof(key), "%c%d", ntype, keynum); if (noisy) - report_progress("Check data record presence: %s", key); + report_progress("Check Data Record: %s", key); if (is_record_missing_data_entry(key)) { if (todo.pass == 1) { report_error(ERR_MISSINGREC, _("Missing data record (%s)"), key); @@ -1370,6 +1461,8 @@ main (int argc, char **argv) case 'm': todo.check_missing_data_records=TRUE; break; case 'M': todo.fix_missing_data_records=TRUE; break; case 'D': todo.fix_deletes=TRUE; break; + case 'b': todo.check_block_splits=TRUE; break; + case 'B': todo.fix_block_splits=TRUE; break; case 'v': print_version("llexec"); goto done; case 'h': default: print_usage(); goto done; @@ -1383,6 +1476,8 @@ main (int argc, char **argv) /* Enable any checks needed for fixes selected */ if (todo.fix_missing_data_records) todo.check_missing_data_records = 1; + if (todo.fix_block_splits) + todo.check_block_splits = 1; /* initialize options & misc. stuff */ llgettext_set_default_localedir(LOCALEDIR); @@ -1427,17 +1522,23 @@ main (int argc, char **argv) todo.check_indis=todo.check_fams=todo.check_sours=TRUE; todo.check_evens=todo.check_othes=TRUE; todo.find_ghosts=TRUE; + todo.check_block_splits=TRUE; } - if (todo.find_ghosts || todo.fix_ghosts) - check_ghosts(); - - + /* if database is not writable then disable fixes */ if (!(bwrite(BTR))) { todo.fix_alter_pointers = FALSE; todo.fix_ghosts = FALSE; + todo.fix_block_splits = FALSE; } + if (todo.check_block_splits || todo.fix_block_splits) + check_btree(BTR); + + if (todo.find_ghosts || todo.fix_ghosts) + check_ghosts(); + + if (todo.check_indis || todo.check_fams || todo.check_sours @@ -1452,6 +1553,7 @@ main (int argc, char **argv) report_results(); +done: closebtree(BTR); /* TODO: probably should call lldb_close, Perry 2005-10-07 */ @@ -1459,7 +1561,6 @@ main (int argc, char **argv) BTR = 0; returnvalue = 0; -done: return returnvalue; } /*=============================================== @@ -1499,24 +1600,26 @@ __fatal (STRING file, int line, CNSTRING details) { /* avoid reentrancy */ static BOOLEAN failing=FALSE; - if (failing) return; - failing=TRUE; + if (failing) + { + failing=TRUE; - /* send to error log if one is specified */ - errlog_out(_("Fatal Error"), details, file, line); + /* send to error log if one is specified */ + errlog_out(_("Fatal Error"), details, file, line); - printf(_("FATAL ERROR: ")); - if (details && details[0]) { - printf("%s", details); - } - printf("\n"); - printf(_("In file <%s> at line %d"), file, line); - printf("\n"); + printf(_("FATAL ERROR: ")); + if (details && details[0]) { + printf("%s", details); + } + printf("\n"); + printf(_("In file <%s> at line %d"), file, line); + printf("\n"); - /* offer crash dump before closing database */ - ll_optional_abort(_("ASSERT failure")); + /* offer crash dump before closing database */ + ll_optional_abort(_("ASSERT failure")); - failing=FALSE; + failing=FALSE; + } exit(1); } /*=============================== diff --git a/src/tools/lldump.c b/src/tools/lldump.c new file mode 100644 index 000000000..3c49d9bde --- /dev/null +++ b/src/tools/lldump.c @@ -0,0 +1,1033 @@ +/* + Copyright (c) 2019 Matthew Emmerton + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +*/ +/*================================================================= + * lldump.c -- Command that dumps LifeLines databaes. + * + * July 2020 added code to print all data found in lifelines data files + * Especially Name, REFN, VUOPT data. lldump should now dump everything. + * (as in you could reconstruct a database from the output of lldump + * I haven't tried it, but I believe everything is now accounted for.) + *===============================================================*/ + +#include "llstdlib.h" +#include "btree.h" +#include "../btree/btreei.h" /* path2fkey */ +#include "gedcom.h" +#include "version.h" +#include "toolsi.h" +#include "errno.h" + +extern STRING qSgen_bugreport; + +/********************************************* + * required global variables + *********************************************/ +/* defined in liflines/main.c */ +STRING readpath_file = NULL; /* normally defined in liflines/main.c */ +STRING readpath = NULL; /* normally defined in liflines/main.c */ +BOOLEAN readonly = FALSE; /* normally defined in liflines/main.c */ +BOOLEAN writeable = FALSE; /* normally defined in liflines/main.c */ +BOOLEAN immutable = FALSE; /* normally defined in liflines/main.c */ +STRING dbname = NULL; +int opt_finnish = 0; +int opt_mychar = 0; +extern BTREE BTR; + +/*================================== + * work -- what the user wants to do + *================================*/ +struct work { + INT dump_btree; + INT dump_key; + INT dump_record; + INT dump_xref; +}; +int summarize = 0; // 0 print unused directory entries + // 1 print summary of unused entries + // they are typically all 0, but when a INDEX is + // split the 'deleted' entries remain +static struct work todo; +static INT lead_char[26]; + +typedef struct { + char rkey[9]; // XREF value as found in database (usually + // right justified, no null in field of 8 + // but here it's null terminated. + char rname[6]; // Type of XREF, INDI, FAM, Name, ... + char *rkeyfirst;// pointer to 1st letter of XREF + } keytype; +keytype akey; // struct to store RKEY's validated with check_rkey() + +/********************************************* + * local function prototypes + *********************************************/ + +/* alphabetical */ +void crashlog (STRING fmt, ...); +void crashlogn (STRING fmt, ...); +void dump_block(STRING dir); +void dump_index(STRING dir); +void dump_keyfile(STRING dir); +void dump_xref(STRING dir); +BOOLEAN tf_print_block(BTREE btree, BLOCK block, void *param); +void print_block(BTREE btree, BLOCK block, INT32 *offset); +BOOLEAN tf_print_index(BTREE btree, INDEX index, void *param); +void print_index(INDEX index, INT32 *offset); +void print_keyfile(KEYFILE1* kfile1, KEYFILE2* kfile2, INT32 size); +static void print_usage(void); +void print_xrefs(void); +static void vcrashlog (int newline, const char * fmt, va_list args); +static size_t getfilesize(STRING dir, STRING filename); + +/********************************************* + * local function definitions + * body of module + *********************************************/ + +// Direct assignment can trigger cast-align warnings. +// Only use these when the input is guaranteed to be aligned properly! +#define CASTPTR_INT32(in) (INT32*)((void*)(in)) +#define EXTRACT_INT32(in) *(CASTPTR_INT32(in)) +#define CASTPTR_INT64(in) (INT64*)((void*)(in)) +#define EXTRACT_INT64(in) *(CASTPTR_INT64(in)) + +/*========================================= + * main -- Main procedure of lldump command + *=======================================*/ +int +main (int argc, + char **argv) +{ + char *ptr, *flags; + BOOLEAN cflag=FALSE; /* create new db if not found */ + BOOLEAN writ=0; /* request write access to database */ + BOOLEAN immut=TRUE; /* immutable access to database */ + INT lldberrnum=0; + int rtn=0; + int i=0; + + set_signals(sighand_cmdline); + + /* TODO: needs locale & gettext initialization */ + +#ifdef WIN32 + /* TO DO - research if this is necessary */ + _fmode = O_BINARY; /* default to binary rather than TEXT mode */ +#endif + + /* handle conventional arguments --version and --help */ + /* needed for help2man to synthesize manual pages */ + for (i=1; i")); + printf("\n\n"); + printf(_("options:\n")); + printf(_("\t-a = Dump ALL records\n")); + printf(_("\t-b = Dump btree (INDEX)\n")); + printf(_("\t-k = Dump key files (KEYFILE1, KEYFILE2)\n")); + printf(_("\t-x = Dump xref file (DELETESET)\n")); + printf(_("\t-r = Dump records (BLOCK)\n")); + printf(_("\t-s = Summarize unused INDEX and BLOCK directory entries\n")); + printf(_("\t default dump all entries\n")); + printf("\n"); + printf(_("\t--help\tdisplay this help and exit")); + printf("\n"); + printf(_("\t--version\toutput version information and exit")); + printf("\n\n"); + printf(_("Examples:")); + printf("\n"); + printf(_("\tlldump %s"), fname); + printf("\n\n"); + printf("%s", _(qSgen_bugreport)); + printf("\n"); +} + +/*=============================================== + * check_rkey -- perform basic checks on RKEY + * arguments are a pointer to a keytype to fill in, and pointer to RKEY to check + * Valid start chars EFINRSVX + * 1. it's 8 chars long + * 2. no nulls in the 8 chars. + * 3. check for valid characters - leading spaces, key letter, ... + * 3a. EFISX are letter followed by number + * represent XREF's for EVEN, FAM, INDI, SOUR, Other + * 3b. R + * REFN + * R followed by A-Za-z0-9 + * R's value is 2 or 3 chars, including the R + * 3c. N 6 chars long, N[A-Z$][A-Z][0-9]{3,3} + * Name + * 3d. V is VUOPT (only V key I am aware of) + * 3e. H is HISTV or HISTC + * messages to stdout - errors, warnings are printed and ignored + * + *WARNING: item 2 is broken for Keys starting with a R, ie REFN data. + * if REFN entry has length 2, e.g. R7 then it's found as ' R7\0' + * for now if it isn't broke don't fix it. + * well it is broke, but there seem to be no side effects, so nothing is + * broke, and fixing it means finding all the places it's dealt with. + *=============================================*/ + +static void +check_rkey(keytype *kt, RKEY *key, BOOLEAN in_data) { + if (RKEY_IS_NULL(*key)) { + // special case zero key + strncpy(kt->rkey,"0x00 x 8",9); // null key in 8 chars + strncpy(kt->rname,"Zero",6); + kt->rkeyfirst = kt->rkey; + return; + } + memcpy(kt->rkey,key,9); // grab string and 1 more char. + kt->rkey[8] = 0; // RKEY is 1st 8 char of key, force 9th char to null + char *p = kt->rkey; + while (*p == ' ') p++; // p points to 1st non-space char + kt->rkeyfirst = p; + if (strlen(kt->rkey) != 8) { + printf("Warning, embedded null in RKEY %s (0x",kt->rkeyfirst); + for (int i = 0; i <= 7; i++) { + printf("%2.2x",kt->rkey[i]); + } + printf(")\n"); + } + if (in_data && *p >= 'A' && *p <= 'Z') { + lead_char[*p - 'A']++; + } + switch (*p) { + case 'E': strncpy(kt->rname,"EVEN",6); break; + case 'F': strncpy(kt->rname,"FAM",6); break; + case 'I': strncpy(kt->rname,"INDI",6); break; + case 'N': strncpy(kt->rname,"Name",6); break; + case 'R': strncpy(kt->rname,"REFN",6); break; + case 'S': strncpy(kt->rname,"SOUR",6); break; + case 'V': strncpy(kt->rname,"VUOPT",6); break; + case 'X': strncpy(kt->rname,"Other",6); break; + case 'H': strncpy(kt->rname,"HIST",6); break; + default: + printf("Error, unrecognized RKEY '%s'\n",p); + strncpy(kt->rname,"Bad",6); + } + //validity checks +// 2. EFISX are letter followed by number +// EVEN, FAM, INDI, SOUR, Other +// R,N are letter followed by A-Za-z0-9 +// well really N is [A-Z]{3}[0-9]{3} +// REFN Name +// V is VUOPT +// H is HIST[VC] + switch (*p) { + case 'E': + case 'F': + case 'I': + case 'S': + case 'X': + while (*++p && isdigit(*p)); + if (*p != 0 ) { + printf("Error, unexpected char in RKEY(%s) \n", kt->rkey); + } + break; + case 'N': // // 3c. N 6 chars long, N[A-Z$][A-Z][0-9]{3,3} + if (strlen(p) != 6) { + printf("Error, Name RKEY isn't 6 characters long, %s\n",kt->rkey); + break; + } + if (!(*++p && (isupper(*p) || *p == '$'))) { + printf("Error, Name RKEY has invalid 2nd Character, %s\n",kt->rkey); + break; + } + if (!(*++p && (isupper(*p)))) { + printf("Error, Name RKEY has invalid 3nd Character, %s\n",kt->rkey); + break; + } + while (*++p) { + if (!isdigit(*p)) { + printf("Error, Name RKEY has invalid Character, %s\n",kt->rkey); + } + } + break; + case 'R': + // see refns.c R's are R char char or R char 2/3 char only + // see refn2rkey in refns.c + // each Rxx key is a table of all the REFN values starting + // with xx. (so '1 REFN German Born' is under key RGe.) + // Note '1 REFN Q Royal92-I1' results in key 'RQ ' + // so 2nd char can be a space for R keys + if (strlen(p) > 3) { + printf("Error, REFN RKEY more than 3 characters long, %s\n",kt->rkey); + } + while (*++p && isalnum(*p)) ; + if (p < &kt->rkey[8] && *p != 0) { + // we already flagged null in 1st 8 chars so don't report it here + if (*p != ' ') { + printf("Error, REFN RKEY has invalid character, %s\n",kt->rkey); + } + } + break; + case 'V': + if (strcmp(p,"VUOPT") != 0) { + printf("Error, invalid letter in RKEY(%s)\n",kt->rkey); + } + break; + case 'H': + if (strcmp(p,"HISTV") != 0 && strcmp(p,"HISTC") != 0) { + printf("Error, invalid letter in RKEY(%s)\n",kt->rkey); + } + break; + default: + printf("Error, unrecognized RKEY %c\n",*p); + strncpy(kt->rname,"Bad",6); + } +} +/*=============================================== + * dump_index -- open and print index to stdout + *=============================================*/ +void dump_index(STRING dir) +{ + if (strcmp(dir, bbasedir(BTR)) != 0) { + printf("Error, mismatch in btree file names, %s and %s\n", + dir, bbasedir(BTR)); + } + + traverse_index_blocks(BTR, bmaster(BTR), NULL, tf_print_index, NULL); + + return; +} +/*=============================== + * tf_print_index -- traversal function wrapper for print_index + *=============================*/ +BOOLEAN tf_print_index(HINT_PARAM_UNUSED BTREE btree, INDEX index, HINT_PARAM_UNUSED void *param) +{ + INT32 offset = 0; + + print_index(index, &offset); + return TRUE; +} +/*=============================== + * print_index -- print INDEX to stdout + *=============================*/ +void print_index(INDEX index, INT32 *offset) +{ + INT n; + INT32 size = 0; + INT NRcount = 0; + + printf("\n"); + /* Step 1: Get length of file */ + size = (INT32)getfilesize(dbname, fkey2path(ixself(index))); + + /* Step 2: Print INDEX directory */ + printf("INDEX - DIRECTORY %s\n",fkey2path(ixself(index))); + printf(FMT_INT32_HEX ":ix_self: " FMT_INT32_HEX " (%s)\n", *offset, + ixself(index), fkey2path(ixself(index))); + *offset += sizeof(ixself(index)); + + printf(FMT_INT32_HEX ":ix_type: " FMT_INT32 " (%s)\n", *offset, + ixtype(index), + (ixtype(index) == 1 ? "INDEX" : (ixtype(index) == 2 ? "BLOCK" : "UNKNOWN"))); + *offset += sizeof(ixtype(index)); + +#if __WORDSIZE != 16 + printf(FMT_INT32_HEX ":ix_pad1: " FMT_INT16_HEX "\n", *offset, index->ix_pad1); + *offset += sizeof(index->ix_pad1); +#endif + + printf(FMT_INT32_HEX ":ix_parent: " FMT_INT32_HEX " (%s)\n", *offset, + ixparent(index), fkey2path(ixparent(index))); + *offset += sizeof(ixparent(index)); + + printf(FMT_INT32_HEX ":ix_nkeys: " FMT_INT16 "\n", *offset, nkeys(index)); + *offset += sizeof(nkeys(index)); + NRcount = nkeys(index); + + //print data in 2 column rkey,pad2 & fkey + // the 0th entries are a backstop for btree searching + // regular key entries are 1..ix_nkeys + // There are a total of NOENTS (340) entries. + // INDEX Directory is 4096 bytes in size + INT32 offfkey = *offset + sizeof(index->ix_rkeys)+2; + for (n=0; nix_pad2); + *offset += sizeof(index->ix_pad2); +#endif + *offset += sizeof(index->ix_fkeys); + printf(FMT_INT32_HEX ": EOF (" FMT_INT32_HEX ") %s\n", *offset, size, (*offset == size) ? "GOOD" : "BAD"); +} +/*=============================================== + * dump_block -- open and print block to stdout + *=============================================*/ +void dump_block(STRING dir) +{ + if (strcmp(dir, bbasedir(BTR)) != 0) { + printf("Error, mismatch in btree file names, %s and %s\n", + dir, bbasedir(BTR)); + } + + traverse_index_blocks(BTR, bmaster(BTR), NULL, NULL, tf_print_block); + + printf("\n\nSummary of data entries by key type (includes deleted entries)\n"); + printf("Deleted Items remain in the database. ISEXF records are marked\n"); + printf("as deleted in xrefs file, soundex entries (N) has a record\n"); + printf("but the count of INDI's with this soundex value is 0.\n"); + char c; + for (c = 'A'; c <= 'Z'; c++) { + if (lead_char[c - 'A'] != 0) { + printf( " %c " FMT_INT_6 "\n",c,lead_char[c - 'A']); + } + } + return; +} +/*=============================== + * tf_print_block -- traversal function wrapper for print_block + *=============================*/ +BOOLEAN tf_print_block(HINT_PARAM_UNUSED BTREE btree, BLOCK block, HINT_PARAM_UNUSED void *param) +{ + INT32 offset = 0; + + print_block(btree, block, &offset); + return TRUE; +} + +/*=============================== + * print_block -- print BLOCK to stdout + *=============================*/ +void print_block(BTREE btree, BLOCK block, INT32 *offset) +{ + INT n; + INT32 size=0; + INT NRcount = 0; + + printf("\n"); + /* Step 1: Get length of file */ + size = (INT32)getfilesize(dbname, fkey2path(ixself(block))); + + /* Step 2: Dump BLOCK structure */ + printf("BLOCK - DIRECTORY %s\n",fkey2path(ixself(block))); + // BLOCK header + printf(FMT_INT32_HEX ":ix_self: " FMT_INT32_HEX " (%s)\n", *offset, + ixself(block), fkey2path(ixself(block))); + *offset += sizeof(ixself(block)); + + printf(FMT_INT32_HEX ":ix_type: " FMT_INT32 " (%s)\n", *offset, + ixtype(block), (ixtype(block) == 1 ? "INDEX" : + (ixtype(block) == 2 ? "BLOCK" : "UNKNOWN"))); + *offset += sizeof(ixtype(block)); + +#if __WORDSIZE != 16 + printf(FMT_INT32_HEX ":ix_pad1: " FMT_INT16_HEX "\n", + *offset, block->ix_pad1); + *offset += sizeof(block->ix_pad1); +#endif + printf(FMT_INT32_HEX ":ix_parent: " FMT_INT32_HEX " (%s)\n", + *offset, ixparent(block), fkey2path(ixparent(block))); + *offset += sizeof(ixparent(block)); + + NRcount = nkeys(block); + printf(FMT_INT32_HEX ":ix_nkeys: " FMT_INT "\n", *offset, NRcount); + *offset += sizeof(nkeys(block)); + + // print out block Directory Keys + // as opposed to index Directory for block Directory + // there are ix_nkeys entries, indexed 0..ix_nkeys-1; total of + // There are a total of NORECS (255) entries. + // BLOCK Directory is 4096 bytes in size + for (n=0; nix_pad2); + *offset += sizeof(block->ix_pad2); +#endif + + // print out ix_offs and ix_lens values in directory + // technically size of ix_offs and ix_lens are same but + // for clarity treat them as not same + + // first, print the values for valid keys (0 to NRcount) + INT32 offlens = *offset + sizeof(block->ix_offs); + for (n=0; n roffnxt) { + printf("Error, record " FMT_INT " longer than available data\n",n); + printf("offset=" FMT_INT32_HEX + ", +rlen(" FMT_INT32_HEX ")n=" + FMT_INT32_HEX ", roffnxt=" FMT_INT32_HEX "\n", + *offset, rlen, *offset+rlen,roffnxt); + } else if (*offset + rlen < roffnxt) { + if (offs(block,n+1) == 0) { + printf("Warning, last record record " FMT_INT + " does not fill rest of block\n",n); + printf("cur offset = " FMT_INT32_HEX + ", remaining = " FMT_INT32_HEX "\n", + *offset, size - *offset-rlen); + } else { + printf("Error, record " FMT_INT + " shorter than available data\n",n); + printf("cur offset = " FMT_INT32_HEX + ", remaining = " FMT_INT32_HEX "\n", + *offset, size - *offset-rlen); + } + } + check_rkey(&akey,&rkeys(block,n),TRUE); + /* keys start with I,F,S,E,X and N R V H */ + printf("[" FMT_INT_04 "] %s rkey: %s offs: " FMT_INT32_HEX + " lens: " FMT_INT32_HEX "\n", + n,akey.rname, akey.rkeyfirst, + (INT32)offs(block,n), (INT32)lens(block,n)); + if (*akey.rkeyfirst == 'N' || *akey.rkeyfirst == 'R') { + // NAME / REFN data consists of + // INT32 nnames : number of names + // RKEY[nnames] : INDI keys of the name/REFN + // offset[nnames] : offset to the name + // + // col1 and col2 are offsets into rec + // so *offset is kept frozen till end + // we reuse akey buffer to check rkeys in sublists + // so save first letter of this record's key + char first = *akey.rkeyfirst; + INT32 Ncount = EXTRACT_INT32(&rec[0]); + INT32 col1 = sizeof(INT32); + INT32 col2 = col1 + Ncount * sizeof(RKEY); + HINT_VAR_UNUSED INT32 lennames = 0; + INT m; + // print out Keys/string offsets + printf(" " FMT_INT32_HEX ": Ncount " FMT_INT32 "\n", + *offset,Ncount); + printf(" Keys and string offsets, strings\n"); + INT strbase = sizeof(INT32) + (sizeof(RKEY) + + sizeof(INT32))*Ncount; + for(m = 0; m < Ncount; m++) { + INT32 recoff = EXTRACT_INT32(&rec[col2]); + INT32 stroff = strbase + recoff; + printf(" " FMT_INT_3 ". " FMT_INT32_HEX ":RKEY %8.8s " + FMT_INT32_HEX ":offset " FMT_INT32_HEX "\n", + m+1, *offset + col1, &rec[col1], + *offset + col2, recoff); + printf(" " FMT_INT32_HEX ":string '%s'\n", + *offset+stroff, &rec[stroff]); + col1 += sizeof(RKEY); + col2 += sizeof(INT32); + } + // Now rescan data and assemble the data + col1 = sizeof(INT32); + col2 = col1 + Ncount*sizeof(RKEY); + printf(" Assembled data for %s\n",akey.rkeyfirst); + int keylen = 0; + for(m = 0; m < Ncount; m++) { + check_rkey(&akey,(RKEY *)&rec[col1],FALSE); + INT l = strlen(akey.rkeyfirst); + if (keylen < l) keylen = l; + col1 += sizeof(RKEY); + } + col1 = sizeof(INT32); + for(m = 0; m < Ncount; m++) { + INT stroff = strbase + EXTRACT_INT32(&rec[col2]); + + // print keys,strings + char *p = &rec[col1]; + while (*p == ' ') ++p; + check_rkey(&akey,(RKEY *)&rec[col1],FALSE); + printf(" " FMT_INT_3 ". %-*s %s %s%s\n" , + m+1, keylen, akey.rkeyfirst, + (first == 'N' ? " name " : + " identified by 'REFN "), &rec[stroff], + (first == 'N' ? "" : "'")); + lennames += strlen(&rec[stroff])+1; + col1 += sizeof(RKEY); + col2 += sizeof(INT32); + } + } else if (*akey.rkeyfirst == 'H') { + // HIST data consists of + // INT16 count : number of history records + // INT16 count : number of history records (again) + // .. foreach .. + // INT16 ntype : node type (from char) + // INT16 nkey : node key (from INT) + // + // See save_nkey_list and load_nkey_list + // + INT32 *ptr = CASTPTR_INT32(&rec[0]); + INT32 count1 = *ptr++; + INT32 count2 = *ptr++; + INT32 count = ((count1>count2) ? count2 : count1); + INT i; + + // print out count + printf(" " FMT_INT32_HEX ": count1 " FMT_INT32 "\n", + *offset,count1); + printf(" " FMT_INT32_HEX ": count1 " FMT_INT32 "\n", + *offset+(INT32)sizeof(INT32),count2); + + // print out entries + for (i=0; i>%s<<\n", + BUFLEN+roff,BUFLEN+roff+lens(block,n)-1, rec); + else + printf(">> ??not text?? <<\n"); + } + *offset += lens(block,n); + stdfree(rec); + } + printf("\n"); + + printf(FMT_INT32_HEX ": EOF (" FMT_INT32_HEX ") %s\n", + *offset, size, (*offset == size) ? "GOOD" : "BAD"); +} +/*=============================== + * dump_keyfile -- open and print KEYFILE1 and KEYFILE2 to stdout + *=============================*/ +void dump_keyfile(STRING dir) +{ + char scratch[MAXPATHLEN]; + KEYFILE1 kfile1; + KEYFILE2 kfile2; + FILE *fk; + size_t size; + + snprintf(scratch, sizeof(scratch), "%s/key", dir); + + size = getfilesize(dir, "key"); + + if (!(fk = fopen(scratch, LLREADBINARY))) { + printf("Error opening keyfile (%d: %s)\n", errno, scratch); + goto error2; + } + + printf("KEYFILE key\n"); + if (size != sizeof(kfile1) && + size != (sizeof(kfile1) + sizeof(kfile2))) { + printf("Error: keyfile size invalid (" FMT_SIZET + "), valid sizes are " FMT_SIZET " and " FMT_SIZET "\n", + size, sizeof(kfile1), sizeof(kfile1)+sizeof(kfile2)); + goto error1; + } + + if (fread(&kfile1, sizeof(kfile1), 1, fk) != 1) { + printf("Error reading keyfile (%d: %s)\n", errno, scratch); + goto error1; + } + + /* only attempt to read kfile2 if the file size indicates that it is present */ + if (size != sizeof(kfile1)) + { + if (fread(&kfile2, sizeof(kfile2), 1, fk) != 1) { + printf("Error reading keyfile (%d: %s)\n", errno, scratch); + goto error1; + } + + print_keyfile(&kfile1, &kfile2, size); + } + else + { + print_keyfile(&kfile1, NULL, size); + } + +error1: + fclose(fk); +error2: + return; +} +/*=============================== + * print_keyfile -- print KEYFILE1 and KEYFILE2 to stdout + *=============================*/ +void print_keyfile(KEYFILE1* kfile1, KEYFILE2* kfile2, INT32 size) +{ + INT32 offset = 0; + + printf("KEYFILE1\n"); + printf("========\n"); + + printf(FMT_INT16_HEX ":mkey: " FMT_INT32_HEX " (%s)\n", offset, + kfile1->k_mkey, fkey2path(kfile1->k_mkey)); + offset += sizeof(kfile1->k_mkey); + + printf(FMT_INT16_HEX ":fkey: " FMT_INT32_HEX " (%s)\n", offset, + kfile1->k_fkey, fkey2path(kfile1->k_fkey)); + offset += sizeof(kfile1->k_fkey); + + printf(FMT_INT16_HEX ":ostat: " FMT_INT32_HEX " (%d)\n", offset, + kfile1->k_ostat, kfile1->k_ostat); + offset += sizeof(kfile1->k_ostat); + + printf("\n"); + + if (kfile2) + { + printf("KEYFILE2\n"); + printf("========\n"); + + printf(FMT_INT16_HEX ":name: '%-18.18s'\n", offset, + kfile2->name); + offset += sizeof(kfile2->name); +#if WORDSIZE != 16 + printf(FMT_INT16_HEX ":pad1: " FMT_INT16_HEX "\n", offset, + kfile2->pad1); + offset += sizeof(kfile2->pad1); +#endif + printf(FMT_INT16_HEX ":magic: " FMT_INT32_HEX "\n", offset, kfile2->magic); + offset += sizeof(kfile2->magic); + + printf(FMT_INT16_HEX ":version: " FMT_INT32_HEX " (%d)\n", + offset, kfile2->version, kfile2->version); + offset += sizeof(kfile2->version); + } + + printf(FMT_INT32_HEX ": EOF (" FMT_INT32_HEX ") %s\n", offset, + size, (offset == size) ? "GOOD" : "BAD"); + printf("\n"); +} +/*=============================== + * dump_xref -- open and print xrefs to stdout + *=============================*/ +void dump_xref(STRING dir) +{ + if (strcmp(dir, bbasedir(BTR)) != 0) { + printf("Error, mismatch in btree file names, %s and %s\n", + dir, bbasedir(BTR)); + } + + if (!openxref(FALSE)) + { + printf("Error opening/reading xrefs\n"); + goto error1; + } + + print_xrefs(); + +error1: + closexref(); + return; +} +/*=============================== + * print_xrefs -- print xrefs to stdout + *=============================*/ +void print_xrefs(void) +{ + printf("XREFFILE xrefs\n"); + printf("========\n"); + dumpxrefs(); +} +/*=============================== + * vcrashlog -- Send crash info to screen + * internal implementation + *=============================*/ +static void +vcrashlog (int newline, const char * fmt, va_list args) +{ + vprintf(fmt, args); + if (newline) { + printf("\n"); + } +} +/*=============================== + * crashlog -- Send string to crash log and screen + *=============================*/ +void +crashlog (STRING fmt, ...) +{ + va_list args; + va_start(args, fmt); + vcrashlog(0, fmt, args); + va_end(args); +} +/*=============================== + * crashlogn -- Send string to crash log and screen + * add carriage return to end line + *=============================*/ +void +crashlogn (STRING fmt, ...) +{ + va_list args; + va_start(args, fmt); + vcrashlog(1, fmt, args); + va_end(args); +} +/*=============================== + * getfilesize -- Get length of file + *=============================*/ +size_t +getfilesize (STRING dir, STRING filename) +{ + FILE *fp; + size_t size = 0; + char scratch[MAXPATHLEN]; + struct stat sbuf; + + snprintf(scratch, sizeof(scratch), "%s/%s", dir, filename); + if (stat(scratch, &sbuf) || !S_ISREG(sbuf.st_mode)) { + printf("Invalid filename (%d: %s)\n", errno, scratch); + goto error2; + } + + if (!(fp = fopen(scratch, LLREADBINARY))) { + printf("Error opening file (%d: %s)\n", errno, scratch); + goto error2; + } + + if (fseek(fp, 0, SEEK_END)) { + printf("Error seeking to end of file\n"); + goto error1; + } + + size = ftell(fp); + +error1: + fclose(fp); + +error2: + return size; +} diff --git a/src/tools/lltest.c b/src/tools/lltest.c index ad18b2e29..26e87347c 100644 --- a/src/tools/lltest.c +++ b/src/tools/lltest.c @@ -32,6 +32,9 @@ #include "version.h" #include "btree.h" #include "../btree/btreei.h" + +extern STRING qSgen_bugreport; + /********************************************* * required global variables *********************************************/ @@ -58,6 +61,7 @@ static int test_rkey2str(void); static int test_str2rkey(void); static int test_index(void); static int test_block(void); +static int test_lldberr(void); /********************************************* * local function definitions @@ -72,10 +76,7 @@ main (int argc, char **argv) { BTREE btree; - char cmdbuf[512]; - char *editor; - char *dbname, *key; - RECORD_STATUS recstat; + char *dbname; BOOLEAN cflag=FALSE; /* create new db if not found */ BOOLEAN writ=1; /* request write access to database */ BOOLEAN immut=FALSE; /* immutable access to database */ @@ -150,7 +151,10 @@ main (int argc, rc = test_nextfkey(btree); printf("%s %d\n",(rc==0?"PASS":"FAIL"),rc); -finish: + printf("Testing lldberr..."); + rc = test_lldberr(); + printf("%s %d\n",(rc==0?"PASS":"FAIL"),rc); + closebtree(btree); btree = 0; return rtn; @@ -201,7 +205,7 @@ print_usage (void) printf("\n"); printf(_("\tlltest %s --verbose"), fname); printf("\n\t\t"); - printf(_("Report bugs to https://github.com/MarcNo/lifelines/issues")); + printf("%s", _(qSgen_bugreport)); printf("\n"); } @@ -214,7 +218,7 @@ print_old_and_new_fkey(INT iter, FKEY old, FKEY new, FKEY compare) char *result = (new == compare) ? "OK" : "ERROR"; char *oldpath = (old != -1) ? fkey2path(old) : " "; - printf("%02d %s 0x%08x %s 0x%08x %s\n",iter, oldpath, old, fkey2path(new), new, result); + printf(FMT_INT_02 " %s 0x" FMT_INT32_HEX " %s 0x" FMT_INT32_HEX " %s\n",iter, oldpath, old, fkey2path(new), new, result); } /*=============================================== @@ -306,7 +310,7 @@ test_fkey2path2fkey(void) if (sizeof(FKEY) != sizeof(INT32)) { rc = 1; goto exit; } /* Validate Behaviour */ - for (i=0; i '%.8s' expected '%.8s'\n", tests[i].rkeystr, rkey.r_rkey, tests[i].rkey.r_rkey); } - if (strncmp(rkey.r_rkey, tests[i].rkey.r_rkey, RKEYLEN)) { rc = 2+i; break; } + if (cmpkeys(&rkey, &tests[i].rkey)) { rc = 2+i; break; } } exit: @@ -419,17 +423,20 @@ test_index(void) /* This test code assumes 32-bit alignment. This may */ /* not be accurate for databases created on older DOS */ /* or Windows 3.x systems which used 16-bit alignment.*/ + /* This does NOT apply to newer systems with 64-bit */ + /* LifeLines as the structures (thankfully) maintain */ + /* their 32-bit alignment. */ /* WARNING!! WARNING!! WARNING!! WARNING!! WARNING!! */ if (verbose) { - printf("%s %d\n", "ix_self", offsetof(INDEXSTRUCT,ix_self)); - printf("%s %d\n", "ix_type", offsetof(INDEXSTRUCT,ix_type)); - printf("%s %d\n", "ix_parent", offsetof(INDEXSTRUCT,ix_parent)); - printf("%s %d\n", "ix_nkeys", offsetof(INDEXSTRUCT,ix_nkeys)); - printf("%s %d\n", "ix_rkeys", offsetof(INDEXSTRUCT,ix_rkeys)); - printf("%s %d\n", "ix_fkeys", offsetof(INDEXSTRUCT,ix_fkeys)); - printf("%s %d\n", "INDEXTRUCT", sizeof(INDEXSTRUCT)); + printf("%s " FMT_SIZET "\n", "ix_self", offsetof(INDEXSTRUCT,ix_self)); + printf("%s " FMT_SIZET "\n", "ix_type", offsetof(INDEXSTRUCT,ix_type)); + printf("%s " FMT_SIZET "\n", "ix_parent", offsetof(INDEXSTRUCT,ix_parent)); + printf("%s " FMT_SIZET "\n", "ix_nkeys", offsetof(INDEXSTRUCT,ix_nkeys)); + printf("%s " FMT_SIZET "\n", "ix_rkeys", offsetof(INDEXSTRUCT,ix_rkeys)); + printf("%s " FMT_SIZET "\n", "ix_fkeys", offsetof(INDEXSTRUCT,ix_fkeys)); + printf("%s " FMT_SIZET "\n", "INDEXTRUCT", sizeof(INDEXSTRUCT)); } if (offsetof(INDEXSTRUCT, ix_self) != 0) { rc=4; goto exit; } @@ -457,7 +464,7 @@ int test_block(void) /* Validate Assumptions */ if (sizeof(FKEY) != sizeof(INT32)) { rc=1; goto exit; } if (sizeof(RKEY) != RKEYLEN) { rc=2; goto exit; } - if (NORECS != 255) { rc=3; goto exit; } + if (NOENTS != 340) { rc=3; goto exit; } /* Validate Size and Offsets */ @@ -465,18 +472,21 @@ int test_block(void) /* This test code assumes 32-bit alignment. This may */ /* not be accurate for databases created on older DOS */ /* or Windows 3.x systems which used 16-bit alignment.*/ + /* This does NOT apply to newer systems with 64-bit */ + /* LifeLines as the structures (thankfully) maintain */ + /* their 32-bit alignment. */ /* WARNING!! WARNING!! WARNING!! WARNING!! WARNING!! */ if (verbose) { - printf("%s %d\n", "ix_self", offsetof(BLOCKSTRUCT,ix_self)); - printf("%s %d\n", "ix_type", offsetof(BLOCKSTRUCT,ix_type)); - printf("%s %d\n", "ix_parent", offsetof(BLOCKSTRUCT,ix_parent)); - printf("%s %d\n", "ix_nkeys", offsetof(BLOCKSTRUCT,ix_nkeys)); - printf("%s %d\n", "ix_rkeys", offsetof(BLOCKSTRUCT,ix_rkeys)); - printf("%s %d\n", "ix_offs", offsetof(BLOCKSTRUCT,ix_offs)); - printf("%s %d\n", "ix_lens", offsetof(BLOCKSTRUCT,ix_lens)); - printf("%s %d\n", "BLOCKSTRUCT", sizeof(BLOCKSTRUCT)); + printf("%s " FMT_SIZET "\n", "ix_self", offsetof(BLOCKSTRUCT,ix_self)); + printf("%s " FMT_SIZET "\n", "ix_type", offsetof(BLOCKSTRUCT,ix_type)); + printf("%s " FMT_SIZET "\n", "ix_parent", offsetof(BLOCKSTRUCT,ix_parent)); + printf("%s " FMT_SIZET "\n", "ix_nkeys", offsetof(BLOCKSTRUCT,ix_nkeys)); + printf("%s " FMT_SIZET "\n", "ix_rkeys", offsetof(BLOCKSTRUCT,ix_rkeys)); + printf("%s " FMT_SIZET "\n", "ix_offs", offsetof(BLOCKSTRUCT,ix_offs)); + printf("%s " FMT_SIZET "\n", "ix_lens", offsetof(BLOCKSTRUCT,ix_lens)); + printf("%s " FMT_SIZET "\n", "BLOCKSTRUCT", sizeof(BLOCKSTRUCT)); } if (offsetof(BLOCKSTRUCT, ix_self) != 0) { rc=4; goto exit; } @@ -492,3 +502,24 @@ int test_block(void) return rc; } +int test_lldberr(void) +{ + INT rc=0; + INT n=0; + STRING err; + + /* test invalid errors: BTERR_MIN and BTERR_MAX */ + err = getlldberrstr(BTERR_MIN); + if (!(strcmp(err,"") == 0)) { rc=BTERR_MIN; goto exit; } + + err = getlldberrstr(BTERR_MAX); + if (!(strcmp(err,"") == 0)) { rc=BTERR_MAX; goto exit; } + + /* test valid errors */ + for (n=BTERR_MIN+1; n +#include +#include +#include + +#define VERSION "2.0" +#define ENQ 0x05 // Return Terminal Status (Ctrl-E). + // Default response is an empty string, + // but may be overridden by a resource answerbackString. +#define BEL 0x07 // Bell (Ctrl-G) +#define BS 0x08 // Backspace (Ctrl-H) +#define TAB 0x09 // Horizontal Tab (HT) (Ctrl-I) +#define LF 0x0a // Line Feed or New Line (NL) (Ctrl-J) +#define VT 0x0b // Vertical Tab (Ctrl-K) same as LF +#define FF 0x0c // Form Feed or New Page (NP) (Ctrl-L) same as LF +#define CR 0x0d // Carriage Return (Ctrl-M) +#define SO 0x0e // Shift Out (Ctrl-N) Switch to Alternate Character Set + // invokes the G1 character set. +#define SI 0x0f // Shift In (Ctrl-O) Switch to Standard Character Set: + // invokes the G0 character set (the default). +#define ESC 0x1b // Escape (Ctrl-K) +#define SP 0x20 // Space. + +// 8 bit defines +#define IND 0x84 //ESC D Index (linefeed) +#define NEL 0x85 //ESC E Next Line +#define HTS 0x88 //ESC H Tab Set +#define RI 0x8d //ESC M Reverse Index (reverse linefeed) +#define SS2 0x8e //ESC N Single Shift Select of G2 Character Set +#define SS3 0x83 //ESC O Single Shift Select of G3 Character Set +#define DCS 0x90 // Device Control String - ESC P +#define SPA 0x96 // Start of Guarded Area - ESC V +#define EPA 0x97 // End of Guarded Area - ESC W +#define SOS 0x98 // Start of String - ESC X +#define DECID 0x9a // Return Terminal ID - ESC Z +#define SCI 0x9a // Return Terminal ID - ESC Z + // Obsolete form of CSI c +#define CSI 0x9b // Control Sequence Introducer - ESC [ +#define ST 0x9c // String Terminator - ESC backslash +#define OSC 0x9d // Operating System Command - ESC ] +#define PM 0x9e // Privacy Message - ESC ^ +#define APC 0x9f // Application Program Command - ESC _ + +// Buffers for Label and Text data +#define MAXLABEL 120 +char labelbuf[MAXLABEL]; +int labellen=0; +int labelTooLong=0; +#define MAXTEXT 90 +char textbuf[MAXTEXT]; +int textlen=0; + +// tracking current charset +char charsetname[80] = ""; +char shortcharsetname[80] = ""; + +char msg[250]; // buffer to assemble messages +//char msg1[150]; // buffer to assemble messages +//char msg2[150]; // buffer to assemble messages + +// C0 Codes +char *controlchars[32] = + { "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL", + "BS", "TAB", "LF", "VT", "FF", "CR", "SO", "SI", + "DLE", "DCI", "DC2", "DC3", "DC4", "NAK", "SYN", "ETB", + "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US" }; +char *C1controlchars[32] = + { "PAD", "HOP", "BPH", "NBH", "IND", "NEL", "SSA", "ESA", + "HTS", "HTJ", "VTS", "PLD", "PLU", "RI", "SS2", "SS3", + "DCS", "PU1", "PU2", "STS", "CCH", "MW", "SPA", "EPA", + "SOS", "SGCI", "SCI", "CSI", "ST", "OSC", "PM", "APC"}; + +// flag those characters we want to flushtext before processing +char C1flush[32] = + { 0, 0, 0, 0, 1, 1, 0, 0, + 1, 0, 0, 0, 0, 1, 1, 1, + 1, 0, 0, 0, 0, 0, 1, 1, + 1, 0, 1, 1, 1, 1, 1, 1}; + +// Dec Special Graphics +// mostly line drawing symbols 31 symbols 0x60 thru 0x7e +// `abcdefghijklmnopqrstuvwxyz{|}~ +char *linedrawingchars[31] = + {"diamond","ckboard","TAB-sym","FF-sym", //~abc 0x60-0x63 + "CR-sym","LF-sym","Degree Symbol","plus/minus", //defg 0x64-0x67 + "NL-sym","VT-sym","lr corner","ur corner", //hijk 0x68-0x6b + //NL and VT are also board of squares and Lantern symbol + "ul corner","ll corner","Crossover","Scan Line 1", //lmno 0x6c-0x6f + "scan line 3", "Horizontal line","scan line 7","scan line 9", //pqrs 70-73 + "right pointing tee","left pointing tee", //tu 0x74-0x75 + "up pointing tee","down pointing tee", //vw 0x76-0x77 + "Vertical line", "less/equal", "greater/equal","greek Pi", //xyz{ 0x78-0x7b + //(you can spot pprryyzz{{||}} in a lot of AT&T terminfo strings). + "not equal","uk pound sign","bullet", //|}~ 0x7c-0x7e + }; + +/* Teletype 5410v1 symbols begin here 2B,2C,2D,2E, 30 (+,-.x0)*/ +char *ldc2[6] = + {"right pointing arrow","left pointing arrow", + "up pointing arrow","down pointing arrow", + "","solid square block"}; + +/* Compiler hints */ +#if defined __GNUC__ +#define HINT_PARAM_UNUSED __attribute__ ((unused)) +#endif + +/* Function prototypes */ +void usage(int e); +void flushtext(void); +void addCharToText(unsigned char text); +void addStrToText(char *text); +void addStrToLabel(char *label); +void printtoST(int term, char *label, FILE *fd); +void processCSI(FILE *fd); +void parse(int c, char* name, FILE* fd); +void decode(FILE *fd); + +void usage(int e) { + printf("xterm_decode Version " VERSION "\n"); + printf("usage:xterm_decode input... \n"); + printf(" xterm_decode\n"); + printf(" output to stdout, input is list of files, or stdin.\n"); + exit(e); + +} + +// flushtext - look at character set and decode line drawing characters +void flushtext(void) { + char textname[90]; + if(textlen == 0) return; + textbuf[textlen] = 0; + + // create string with "text " . + if (labelbuf[0] == 0) { // just text + if (shortcharsetname[0] == 0) { + snprintf(textname,sizeof(textname),"text default font"); + } else { + snprintf(textname,sizeof(textname),"text %s", shortcharsetname); + } + if (strstr(shortcharsetname,"Dec Special")) { + //0x60-0x7e linedrawingchars 0-1e with at least 1 char to print + char type[80]; // tmp buffer to assemble type info + int typelen=0; // length of record type we are printing + char *textptr=textbuf; // next char to process in text buffer + int repcnt; // count number times a char is repeated + + fputs(textname,stdout); + typelen = strlen(textname); + char *start = textptr; // start of this batch of char + while (textptr-textbuf < textlen) { + char thischar=*textptr; // 1st char in this batch + repcnt=1; + while(textptr - textbuf < textlen && *++textptr == thischar) { + repcnt++; + } + // print this batch of same chars + if (thischar >= 0x60 && thischar < 0x7f) { + snprintf(type,sizeof(type),"%s %d-%s", + (start == textbuf ? "" : ","), + repcnt, + linedrawingchars[thischar-0x60]); + } else { + snprintf(type,sizeof(type),"%s %d-%c", + (start == textbuf ? "" : ","), + repcnt,thischar); + } + fputs(type,stdout); + typelen += strlen(type); + if (typelen+(textptr-start) > (80 - 25)) { // print a line + printf(": '%.*s'\n",(int)(textptr-start),start); + start = textptr; + if (textptr < textbuf+textlen) { + fputs(textname,stdout); + typelen = strlen(textname); + } + } + } + if ((textptr-start) > 0) { // print a line + printf(": '%.*s'\n",(int)(textptr-start),start); + } + } else { + printf("%s: '%s'\n", textname, textbuf); + } + } else { + printf("%s: '%s'\n", labelbuf,textbuf); + } + textlen = 0; + *textbuf = 0; + labellen = 0; + *labelbuf = 0; + labelTooLong=0; +} + +void addCharToText(unsigned char text) { + if (textlen >= MAXTEXT-2) flushtext(); + if (text < 32) { + // name of control char can take 5 chars + if (textlen >= MAXTEXT-6) flushtext(); + textbuf[textlen++] = '<'; + char *p = controlchars[(int)(text&0xff)]; + while (*p) { + textbuf[textlen++] = *p++; + } + textbuf[textlen++] = '>'; + if (text == LF) flushtext(); + } else if (text > 0x7f && text <= 0x9f) { + textbuf[textlen++] = '<'; + char *p = C1controlchars[(int)(text&0x7f)]; + while (*p) { + textbuf[textlen++] = *p++; + } + textbuf[textlen++] = '>'; + } else if (isprint(text)) { + textbuf[textlen++] = text; + } else { + char buf[15]; + snprintf(buf,sizeof(buf),"<0x%x>",text); + char *p = buf; + while (*p) { + textbuf[textlen++] = *p++; + } + } + textbuf[textlen] = 0; // keep buf looking like a string +} + +void addStrToText(char *text) { + while (*text) { + if (textlen >= MAXTEXT) flushtext(); + textbuf[textlen++] = *text++; + } +} +void addStrToLabel(char *label) { + while(*label) { + if(labellen >= MAXLABEL-2 && labelTooLong==0) { + printf("Error, label too long: %s\n", labelbuf); + labelTooLong=1; + } + labelbuf[labellen++] = *label++; + } + labelbuf[labellen] = 0; +} + +//String terminator is \ or (ST -> 0x9c or BEL -> 0x07) +// consume characters until terminator is found +// used in APC, DCS, P, PM sequences +// (OSC uses ST or BEL), +void printtoST(int term, char *label, FILE *fd) { + int c; + addStrToLabel(label); + // copy data until we see \ or 0x9c + while ((c = getc(fd)) != EOF) { + addCharToText(c); + if (c == ESC) { + if ((c = getc(fd)) != EOF) { + addCharToText(c); + if (c == '\\' ) { + flushtext(); // found string terminator + return; + } + } + } else if (c == term) { // ST or BEL depending on command + flushtext(); + return; + } else if (c == LF) { // at end of a line + addStrToLabel(" interrupted escape sequence"); + flushtext(); + return; + } + } + addStrToLabel(" interrupted escape sequence"); + flushtext(); +} + + +// fix this sometime... +//control characters +//The xterm program recognizes both 8-bit and 7-bit control characters. +//It generates 7-bit controls (by default) or 8-bit if S8C1T is enabled. +//The following pairs of 7-bit and 8-bit control characters are equivalent: +// +//ESC D Index ( IND is 0x84) +//ESC E Next Line ( NEL is 0x85) +//ESC H Tab Set ( HTS is 0x88) +//ESC M Reverse Index ( RI is 0x8d) +//ESC N Single Shift Select of G2 Character Set ( SS2 is 0x8e): affects next character only +//ESC O Single Shift Select of G3 Character Set ( SS3 is 0x8f): affects next character only +//ESC P Device Control String ( DCS is 0x90) +//ESC V Start of Guarded Area ( SPA is 0x96) +//ESC W End of Guarded Area ( EPA is 0x97) +//ESC X Start of String ( SOS is 0x98) +//ESC Z Return Terminal ID (DECID is 0x9a). Obsolete form of CSI c (DA). +//ESC [ Control Sequence Introducer ( CSI is 0x9b) +//ESC \ String Terminator ( ST is 0x9c) +//ESC ] Operating System Command ( OSC is 0x9d) +//ESC ^ Privacy Message ( PM is 0x9e) +//ESC _ Application Program Command ( APC is 0x9f) +// +// so these are pairs, either see say ESC \ or 0x9c xxxx not ESC 0x9c + +//processCSI +void processCSI(FILE *fd) { + int buf[10]; //collection of parameter values + char c; + char lead = ' '; + char tail = ' '; + int cnt = -1; // next parameter to be filled + // values 0..cnt are initialized to 0 when cnt is incremented + int innumber; // are we processing a number + int ok; + + // format of CSI is '[' (?|>) values (>|) (letter|{|\|) } + // values is a ; separated lists of numbers + // read in semicolon separated parameters + addStrToLabel("CSI"); + if ((c = getc(fd)) == EOF) { + // some CSI strings have a char before command char (!,",$,') + addStrToLabel(" interrupted CSI string"); + flushtext(); + return; + } + addCharToText(c); + if (c == '?' || c == '>') { + lead = c; + if ((c = getc(fd)) == EOF) { + addCharToText(c); + addStrToLabel(" interrupted CSI string"); + flushtext(); + return; + } + addCharToText(c); + } + innumber = 0; + while (1) { + if (isdigit(c)) { + if (innumber == 0) { + innumber = 1; + buf[++cnt] = 0; // advance to next number in buffer + // and initialize it + } + buf[cnt] = buf[cnt]*10 + c - '0'; + } else if (c == ';') { + buf[++cnt] = 0; + } else { + break; + } + if ((c = getc(fd)) == EOF) { + addCharToText(c); + addStrToLabel(" interrupted CSI string"); + flushtext(); + return; + } + addCharToText(c); + } + // we have read in numbers -- if any + if (c == '!' || c == '"' || c =='$' || c == '\'') { + tail = c; + if ((c = getc(fd)) == EOF) { + addStrToLabel(" interrupted CSI string"); + flushtext(); + return; + } + } + // CSI Control Sequence Introducer ([ or <0x9b> + switch (c) { + case '@': + // CSI P s @ Insert P s (Blank) Character(s) (default = 1) (ICH) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " insert %d blank%s",buf[0], + buf[0] == 1 ? "" : "s"); + addStrToLabel(msg); + flushtext(); + break; + case 'A': + // CSI P s A Cursor Up P s Times (default = 1) (CUU) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Cursor up %d Times",buf[0]); + addStrToLabel(msg); + flushtext(); + break; + case 'B': + // CSI P s B Cursor Down P s Times (default = 1) (CUD) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Cursor down %d Times",buf[0]); + addStrToLabel(msg); + flushtext(); + break; + case 'C': + // CSI P s C Cursor Forward P s Times (default = 1) (CUF) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " CSI Cursor forward %d Times",buf[0]); + addStrToLabel(msg); + flushtext(); + break; + case 'D': + // CSI P s D Cursor Backward P s Times (default = 1) (CUB) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Cursor Backward %d Times",buf[0]); + addStrToLabel(msg); + flushtext(); + break; + case 'E': + // CSI P s E Cursor Next Line P s Times (default = 1) (CNL) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Cursor Next Line %d Times",buf[0]); + addStrToLabel(msg); + flushtext(); + break; + case 'F': + // CSI P s F Cursor Preceding Line P s Times (default = 1) (CPL) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Cursor Preceding Line %d Times",buf[0]); + addStrToLabel(msg); + flushtext(); + break; + case 'G': + // CSI P s G Cursor Character Absolute [column] (default = [row,1]) (CHA) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Cursor to Column %d",buf[0]); + addStrToLabel(msg); + flushtext(); + break; + case 'H': + // CSI P s ; P s H Cursor Position [row;column] (default = [1,1]) (CUP) + if (lead != ' ' || tail != ' ' || cnt > 1) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + if (cnt == 0) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Position Cursor to row %d,Col %d]",buf[0],buf[1]); + addStrToLabel(msg); + flushtext(); + break; + case 'I': + // CSI P s I Cursor Forward Tabulation P s tab stops (default = 1) (CHT) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Cursor Forward %d tab stops",buf[0]); + + addStrToLabel(msg); + flushtext(); + break; + case 'J': + // CSI P s J Erase in Display (ED) + // P s = 0 ? Erase Below (default) + // P s = 1 ? Erase Above + // P s = 2 ? Erase All + // P s = 3 ? Erase Saved Lines (xterm) + // CSI ? P s J Erase in Display (DECSED) + // P s = 0 ? Selective Erase Below (default) + // P s = 1 ? Selective Erase Above + // P s = 2 ? Selective Erase All + if (cnt == -1) { + cnt++; + buf[cnt] = 0; + } + if ((lead == ' ' || lead == '?') && tail == ' ' && cnt == 0) { + if (lead == ' ') { + addStrToLabel(" Erase Display "); + } else { + addStrToLabel(" Selective Erase Display "); + } + switch(buf[0]) { + case 0: + addStrToLabel("Below"); + break; + case 1: + addStrToLabel("Above"); + break; + case 2: + addStrToLabel("All"); + break; + default: + addStrToLabel(" Invalid count argument"); + break; + } + } else { + addStrToLabel(" Invalid argument"); + } + flushtext(); + break; + case 'K': + // CSI P s K Erase in Line (EL) + // P s = 0 Erase to Right (default) + // P s = 1 Erase to Left + // P s = 2 Erase All + // CSI ? P s K Erase in Line (DECSEL) + // P s = 0 Selective Erase to Right (default) + // P s = 1 Selective Erase to Left + // P s = 2 Selective Erase All + if (cnt == -1) { + cnt++; + buf[cnt] = 0; + } + if ((lead == ' ' || lead == '?') && tail == ' ' && cnt == 0) { + if (lead == ' ') { + addStrToLabel(" Erase line "); + } else { + addStrToLabel(" Selective Erase line "); + } + switch(buf[0]) { + case 0: + addStrToLabel("to right"); + break; + case 1: + addStrToLabel("to left"); + break; + case 2: + addStrToLabel("All"); + break; + default: + addStrToLabel("Invalid count argument"); + break; + } + } else { + addStrToLabel("Invalid argument"); + } + flushtext(); + break; + case 'L': + // CSI P s L Insert P s Line(s) (default = 1) (IL) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Insert %d Line(s)",buf[0]); + addStrToLabel(msg); + flushtext(); + break; + case 'M': + // CSI P s M Delete P s Line(s) (default = 1) (DL) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Delete %d Line(s)",buf[0]); + addStrToLabel(msg); + } + flushtext(); + break; + case 'P': + // CSI P s P Delete P s Character(s) (default = 1) (DCH) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Delete %d character(s)",buf[0]); + addStrToLabel(msg); + } + flushtext(); + break; + case 'S': + // CSI P s S Scroll up P s lines (default = 1) (SU) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Scroll up %d Line(s)",buf[0]); + addStrToLabel(msg); + } + flushtext(); + break; + case 'T': + // CSI P s T Scroll down P s lines (default = 1) (SD) + // CSI P s ; P s ; P s ; P s ; P s T + // Initiate highlight mouse tracking. Parameters are + // [func;startx;starty;firstrow;lastrow]. + // See the section Mouse Tracking. + // looks like we can have 0, 1, or 5 params only +//xxxxx this isn't right cnt > 4 or from 1 to 4 ??? redo + if (lead != ' ' || tail != ' ' || cnt > 4 || (cnt > 1 && cnt < 4)) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + if (cnt == 0) { + snprintf(msg,sizeof(msg), " Scroll Down %d line(s)",buf[0]); + } else { + snprintf(msg,sizeof(msg), " Initiate Mouse Tracking %d,%d,%d,%d,%d", + buf[0],buf[1],buf[2],buf[3],buf[4]); + } + addStrToLabel(msg); + } + flushtext(); + break; + case 'X': + // CSI P s X Erase P s Character(s) (default = 1) (ECH) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Erase %d Character(s)(s)",buf[0]); + addStrToLabel(msg); + } + flushtext(); + break; + case 'Z': + // CSI P s Z Cursor Backward Tabulation P s tab stops (default = 1) (CBT) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Cursor Backward Tab %d tab stops",buf[0]); + addStrToLabel(msg); + } + flushtext(); + break; + case '`': + // CSI P m ` Character Position Absolute [column] (default = [row,1]) (HPA) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Position column Absolute row unchanged, Col %d",buf[0]); + addStrToLabel(msg); + } + flushtext(); + break; + case 'b': + // CSI P s b Repeat the preceding graphic character P s times (REP) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Repeat Previous Graphic char %d times",buf[0]); + addStrToLabel(msg); + } + flushtext(); + break; + case 'c': + // CSI > P s c Send Device Attributes (Primary DA) + // P s = 0 or omitted ? request attributes from terminal. + // The response depends on the decTerminalID resource setting. + // ? CSI ? 1 ; 2 c (??VT100 with Advanced Video Option??) + // ? CSI ? 1 ; 0 c (??VT101 with No Options??) + // ? CSI ? 6 c (??VT102??) + // ? CSI ? 6 0 ; 1 ; 2 ; 6 ; 8 ; 9 ; 1 5 ; c (??VT220??) + // The VT100-style response parameters do not mean anything by + // themselves. VT220 parameters do, telling the host what + // features the terminal supports: + // ? 1 132-columns + // ? 2 Printer + // ? 6 Selective erase + // ? 8 User-defined keys + // ? 9 National replacement character sets + // ? 1 5 Technical characters + // ? 2 2 ANSI color, e.g., VT525 + // ? 2 9 ANSI text locator (i.e., DEC Locator mode) + // CSI > P S c Send Device Attributes (Secondary DA) + // P s = 0 or omitted ? request the terminal?s identification code. + // The response depends on the decTerminalID resource setting. + // It should apply only to VT220 and up, but xterm extends this + // to VT100. + // ? CSI > P p ; P v ; P c c + // where P p denotes the terminal type + // ? 0 (??VT100??) + // ? 1 (??VT220??) + // and P v is the firmware version (for xterm, this is the XFree86 + // patch number, starting with 95). In a DEC terminal, + // P c indicates the ROM cartridge registration number and is + // always zero. + if ((lead == ' ' || lead == '>') && tail == ' ' && cnt <= 0) { + if (cnt == -1) { + cnt++; + buf[cnt] = 0; + } + if (lead == ' ') { + addStrToLabel(" Send Device Primary Attributes"); + } else { + addStrToLabel(" Send Device Secondary Attributes"); + } + } else { + addStrToLabel(" Invalid CSI string"); + } + flushtext(); + break; + case 'd': + // CSI P m d Line Position Absolute [row] (default = [1,column]) (VPA) + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Line Position Absolutge [row] to %d, Col unchanged",buf[0]); + addStrToLabel(msg); + } + flushtext(); + break; + case 'f': + // CSI P s ; P s f Horizontal and Vertical Position [row;column] (default = [1,1]) (HVP) + if (lead != ' ' || tail != ' ' || cnt > 1) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + if (cnt == 0) { + cnt++; + buf[cnt] = 1; + } + snprintf(msg,sizeof(msg), " Horizontal and Vertical Position row=%d, col=%d",buf[0],buf[1]); + addStrToLabel(msg); + } + flushtext(); + break; + case 'g': + // CSI P s g Tab Clear (TBC) + // P s = 0 ? Clear Current Column (default) + // P s = 3 ? Clear All + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + } else { + if (cnt == -1) { + cnt++; + buf[cnt] = 1; + } + if (buf[0] == 1) { + addStrToLabel(" Clear Tab Current Column"); + } else if (buf[0] == 3) { + addStrToLabel(" Clear All Tabs"); + } else { + addStrToLabel(" Invalid CSI string"); + } + } + flushtext(); + break; + case 'h': + // CSI P m h Set Mode (SM) + // P s = 2 ? Keyboard Action Mode (AM) + // P s = 4 ? Insert Mode (IRM) + // P s = 1 2 ? Send/receive (SRM) + // P s = 2 0 ? Automatic Newline (LNM) + // CSI ? P m h DEC Private Mode Set (DECSET) + // P s = 1 ? Application Cursor Keys (DECCKM) + // P s = 2 ? Designate USASCII for character sets G0-G3 (DECANM), and set VT100 mode. + // P s = 3 ? 132 Column Mode (DECCOLM) + // P s = 4 ? Smooth (Slow) Scroll (DECSCLM) + // P s = 5 ? Reverse Video (DECSCNM) + // P s = 6 ? Origin Mode (DECOM) + // P s = 7 ? Wraparound Mode (DECAWM) + // P s = 8 ? Auto-repeat Keys (DECARM) + // P s = 9 ? Send Mouse X & Y on button press. See the section Mouse Tracking. + // P s = 1 0 ? Show toolbar (rxvt) + // P s = 1 2 ? Start Blinking Cursor (att610) + // P s = 1 8 ? Print form feed (DECPFF) + // P s = 1 9 ? Set print extent to full screen (DECPEX) + // P s = 2 5 ? Show Cursor (DECTCEM) + // P s = 3 0 ? Show scrollbar (rxvt). + // P s = 3 5 ? Enable font-shifting functions (rxvt). + // P s = 3 8 ? Enter Tektronix Mode (DECTEK) + // P s = 4 0 ? Allow 80 ? 132 Mode + // P s = 4 1 ? more(1) fix (see curses resource) + // P s = 4 2 ? Enable Nation Replacement Character sets (DECNRCM) + // P s = 4 4 ? Turn On Margin Bell + // P s = 4 5 ? Reverse-wraparound Mode + // P s = 4 6 ? Start Logging (normally disabled by a compile-time option) + // P s = 4 7 ? Use Alternate Screen Buffer (unless disabled by the titeInhibit resource) + // P s = 6 6 ? Application keypad (DECNKM) + // P s = 6 7 ? Backarrow key sends backspace (DECBKM) + // P s = 1 0 0 0 ? Send Mouse X & Y on button press and release. See the section Mouse Tracking. + // P s = 1 0 0 1 ? Use Hilite Mouse Tracking. + // P s = 1 0 0 2 ? Use Cell Motion Mouse Tracking. + // P s = 1 0 0 3 ? Use All Motion Mouse Tracking. + // P s = 1 0 1 0 ? Scroll to bottom on tty output (rxvt). + // P s = 1 0 1 1 ? Scroll to bottom on key press (rxvt). + // P s = 1 0 3 5 ? Enable special modifiers for Alt and NumLock keys. + // P s = 1 0 3 6 ? Send ESC when Meta modifies a key (enables the metaSendsEscape resource). + // P s = 1 0 3 7 ? Send DEL from the editing-keypad Delete key + // P s = 1 0 4 7 ? Use Alternate Screen Buffer (unless disabled by the titeInhibit resource) + // P s = 1 0 4 8 ? Save cursor as in DECSC (unless disabled by the titeInhibit resource) + // P s = 1 0 4 9 ? Save cursor as in DECSC and use Alternate Screen Buffer, clearing it first (unless disabled by the titeInhibit resource). This combines the effects of the 1 0 4 7 and 1 0 4 8 modes. Use this with terminfo-based applications rather than the 4 7 mode. + // P s = 1 0 5 1 ? Set Sun function-key mode. + // P s = 1 0 5 2 ? Set HP function-key mode. + // P s = 1 0 5 3 ? Set SCO function-key mode. + // P s = 1 0 6 0 ? Set legacy keyboard emulation (X11R6). + // P s = 1 0 6 1 ? Set Sun/PC keyboard emulation of VT220 keyboard. + // P s = 2 0 0 4 ? Set bracketed paste mode. + if (lead == ' ' && tail == ' ' && cnt <= 0) { + switch (buf[0]) { + case 2: + addStrToLabel(" Set Keyboard Action Mode"); + break; + case 4: + addStrToLabel(" Set Insert Mode"); + break; + case 12: + addStrToLabel(" Set Mode Send/receive"); + break; + case 20: + addStrToLabel(" Set Mode Automatic Newline"); + break; + default: + snprintf(msg,sizeof(msg)," Set Mode %d invalid",buf[0]); + addStrToLabel(msg); + } + } else if (lead == '?' && tail == ' ' && cnt <= 0) { + // CSI ? P m h DEC Private Mode Set (DECSET) + switch (buf[0]) { + case 1: + addStrToLabel(" Set Application Cursor Keys"); + break; + case 2: + addStrToLabel(" Set Designate USASCII for character sets G0-G3"); + break; + case 3: + addStrToLabel(" Set 132 Column Mode"); + break; + case 4: + addStrToLabel(" Set Smooth (Slow) Scroll"); + break; + case 5: + addStrToLabel(" Set Reverse Video"); + break; + case 6: + addStrToLabel(" Set Origin Mode"); + break; + case 7: + addStrToLabel(" Set Wraparound Mode"); + break; + case 8: + addStrToLabel(" Set Auto-repeat Keys"); + break; + case 9: + addStrToLabel(" Set Send Mouse X & Y on button press"); + break; + case 10: + addStrToLabel(" Set Show toolbar"); + break; + case 12: + addStrToLabel(" Set Start Blinking Cursor"); + break; + case 18: + addStrToLabel(" Set Print form feed"); + break; + case 19: + addStrToLabel(" Set print extent to full screen"); + break; + case 25: + addStrToLabel(" Set Show Cursor"); + break; + case 30: + addStrToLabel(" Set Show scrollbar"); + break; + case 35: + addStrToLabel(" Set Enable font-shifting functions"); + break; + case 38: + addStrToLabel(" Set Enter Tektronix Mode"); + break; + case 40: + addStrToLabel(" Set Allow 80-132 Mode"); + break; + case 41: + addStrToLabel(" Set more(1) fix (see curses resource"); + break; + case 42: + addStrToLabel(" Set Enable Nation Replacement Character sets"); + break; + case 44: + addStrToLabel(" Set Turn On Margin Bell"); + break; + case 45: + addStrToLabel(" Set Reverse-wraparound Mode"); + break; + case 46: + addStrToLabel(" Set Start Logging"); + break; + case 47: + addStrToLabel(" Set Use Alternate Screen Buffer"); + break; + case 66: + addStrToLabel(" Set Application keypad"); + break; + case 67: + addStrToLabel(" Set Backarrow key sends backspace"); + break; + case 1000: + addStrToLabel(" Set Send Mouse X & Y on button press and release"); + break; + case 1001: + addStrToLabel(" Set Use Hilite Mouse Tracking"); + break; + case 1002: + addStrToLabel(" Set Use Cell Motion Mouse Tracking"); + break; + case 1003: + addStrToLabel(" Set Use All Motion Mouse Tracking"); + break; + case 1010: + addStrToLabel(" Set Scroll to bottom on tty output"); + break; + case 1011: + addStrToLabel(" Set Scroll to bottom on key press"); + break; + case 1035: + addStrToLabel(" Set Enable special modifiers for Alt and NumLock keys"); + break; + case 1036: + addStrToLabel(" Set Send ESC when Meta modifies a key"); + break; + case 1037: + addStrToLabel(" Set Send DEL from the editing-keypad Delete key"); + break; + case 1047: + addStrToLabel(" Set Use Alternate Screen Buffer"); + break; + case 1048: + addStrToLabel(" Set Save cursor"); + break; + case 1049: + addStrToLabel(" Set Save cursor and use Alternate Screen Buffer"); + break; + case 1051: + addStrToLabel(" Set Sun function-key mode"); + break; + case 1052: + addStrToLabel(" Set HP function-key mode"); + break; + case 1053: + addStrToLabel(" Set SCO function-key mode"); + break; + case 1060: + addStrToLabel(" Set legacy keyboard emulation"); + break; + case 1061: + addStrToLabel(" Set Sun/PC keyboard emulation of VT220 keyboard"); + break; + case 2004: + addStrToLabel(" Set bracketed paste mode"); + break; + default: + snprintf(msg,sizeof(msg),"Oops Dec Mode Set %d invalid",buf[0]); + addStrToLabel(msg); + + } + } else { + addStrToLabel(" Invalid CSI string"); + } + flushtext(); + break; + case 'i': + // CSI P m i Media Copy (MC) + // P s = 0 ? Print screen (default) + // P s = 4 ? Turn off printer controller mode + // P s = 5 ? Turn on printer controller mode + // CSI ? P m i Media Copy (MC, DEC-specific) + // P s = 1 ? Print line containing cursor + // P s = 4 ? Turn off autoprint mode + // P s = 5 ? Turn on autoprint mode + // P s = 1 0 ? Print composed display, ignores DECPEX + // P s = 1 1 ? Print all pages + if (lead == ' ' && tail == ' ' && cnt <= 0) { + if (cnt == -1) { + cnt++; + buf[cnt] = 0; + } + switch (buf[0]) { + case 0: + addStrToLabel(" Media Copy, print Screen"); + break; + case 4: + addStrToLabel(" Media Copy, Turn off printer Controller mode"); + break; + case 5: + addStrToLabel(" Media Copy, Turn on printer Controller mode"); + break; + default: + snprintf(msg,sizeof(msg)," Media Copy, Oops %d invalid",buf[0]); + addStrToLabel(msg); + } + } else if (lead == '?' && tail == ' ' && cnt <= 0) { + switch (buf[0]) { + case 0: + addStrToLabel(" Media Copy, print Line containing cursor"); + break; + case 4: + addStrToLabel(" Media Copy, Turn off autoprint mode"); + break; + case 5: + addStrToLabel(" Media Copy, Turn on autoprint mode"); + break; + case 10: + addStrToLabel(" Media Copy, Print composed display"); + break; + case 11: + addStrToLabel(" Media Copy, Print all Pages"); + break; + default: + snprintf(msg,sizeof(msg),"Oops %d invalid",buf[0]); + addStrToLabel(msg); + + } + } else { + addStrToLabel("Invalid CSI string"); + } + flushtext(); + break; + case 'l': + // CSI P m l Reset Mode (RM) + // P s = 2 ? Keyboard Action Mode (AM) + // P s = 4 ? Replace Mode (IRM) + // P s = 1 2 ? Send/receive (SRM) + // P s = 2 0 ? Normal Linefeed (LNM) + // CSI ? P m l DEC Private Mode Reset (DECRST) + // P s = 1 ? Normal Cursor Keys (DECCKM) + // P s = 2 ? Designate VT52 mode (DECANM). + // P s = 3 ? 80 Column Mode (DECCOLM) + // P s = 4 ? Jump (Fast) Scroll (DECSCLM) + // P s = 5 ? Normal Video (DECSCNM) + // P s = 6 ? Normal Cursor Mode (DECOM) + // P s = 7 ? No Wraparound Mode (DECAWM) + // P s = 8 ? No Auto-repeat Keys (DECARM) + // P s = 9 ? Don?t Send Mouse X & Y on button press + // P s = 1 0 ? Hide toolbar (rxvt) + // P s = 1 2 ? Stop Blinking Cursor (att610) + // P s = 1 8 ? Don?t print form feed (DECPFF) + // P s = 1 9 ? Limit print to scrolling region (DECPEX) + // P s = 2 5 ? Hide Cursor (DECTCEM) + // P s = 3 0 ? Don?t show scrollbar (rxvt). + // P s = 3 5 ? Disable font-shifting functions (rxvt). + // P s = 4 0 ? Disallow 80 ? 132 Mode + // P s = 4 1 ? No more(1) fix (see curses resource) + // P s = 4 2 ? Disable Nation Replacement Character sets (DECNRCM) + // P s = 4 4 ? Turn Off Margin Bell + // P s = 4 5 ? No Reverse-wraparound Mode + // P s = 4 6 ? Stop Logging (normally disabled by a compile-time option) + // P s = 4 7 ? Use Normal Screen Buffer + // P s = 6 6 ? Numeric keypad (DECNKM) + // P s = 6 7 ? Backarrow key sends delete (DECBKM) + // P s = 1 0 0 0 ? Don?t Send Mouse X & Y on button press and release. See the section Mouse Tracking. + // P s = 1 0 0 1 ? Don?t Use Hilite Mouse Tracking + // P s = 1 0 0 2 ? Don?t Use Cell Motion Mouse Tracking + // P s = 1 0 0 3 ? Don?t Use All Motion Mouse Tracking + // P s = 1 0 1 0 ? Don?t scroll to bottom on tty output (rxvt). + // P s = 1 0 1 1 ? Don?t scroll to bottom on key press (rxvt). + // P s = 1 0 3 5 ? Disable special modifiers for Alt and NumLock keys. + // P s = 1 0 3 6 ? Don?t send ESC when Meta modifies a key (disables the metaSendsEscape resource). + // P s = 1 0 3 7 ? Send VT220 Remove from the editing-keypad Delete key + // P s = 1 0 4 7 ? Use Normal Screen Buffer, clearing screen first if in the Alternate Screen (unless disabled by the titeInhibit resource) + // P s = 1 0 4 8 ? Restore cursor as in DECRC (unless disabled by the titeInhibit resource) + // P s = 1 0 4 9 ? Use Normal Screen Buffer and restore cursor as in DECRC (unless disabled by the titeInhibit resource). This combines the effects of the 1 0 4 7 and 1 0 4 8 modes. Use this with terminfo-based applications rather than the 4 7 mode. + // P s = 1 0 5 1 ? Reset Sun function-key mode. + // P s = 1 0 5 2 ? Reset HP function-key mode. + // P s = 1 0 5 3 ? Reset SCO function-key mode. + // P s = 1 0 6 0 ? Reset legacy keyboard emulation (X11R6). + // P s = 1 0 6 1 ? Reset Sun/PC keyboard emulation of VT220 keyboard. + // P s = 2 0 0 4 ? Reset bracketed paste mode. + if (lead == '?' || tail == ' ' || cnt == 0) { + // CSI Pm l + switch (buf[0]) { + case 1: + addStrToLabel(" Dec Private Mode Reset Normal Cursor Keys"); + break; + case 2: + addStrToLabel(" Dec Private Mode Reset Designate Vt52 Mode"); + break; + case 3: + addStrToLabel(" Dec Private Mode Reset 30 Column Mode"); + break; + case 4: + addStrToLabel(" Dec Private Mode Reset Jump (fast) Scroll"); + break; + case 5: + addStrToLabel(" Dec Private Mode Reset Normal Video"); + break; + case 6: + addStrToLabel(" Dec Private Mode Reset Normal Cursor Mode"); + break; + case 7: + addStrToLabel(" Dec Private Mode Reset No Wraparound Mode"); + break; + case 8: + addStrToLabel(" Dec Private Mode Reset No Auto-repeat keys"); + break; + case 9: + addStrToLabel(" Dec Private Mode Reset Don't send Mouse X,Y on button press"); + break; + case 10: + addStrToLabel(" Dec Private Mode Reset Hide toolbar"); + break; + case 12: + addStrToLabel(" Dec Private Mode Reset Stop Blinking Cursor"); + break; + case 18: + addStrToLabel(" Dec Private Mode Reset Don't print form Feed"); + break; + case 19: + addStrToLabel(" Dec Private Mode Reset Limit print to scrolling region"); + break; + case 25: + addStrToLabel(" Dec Private Mode Reset Hide Cursor"); + break; + case 30: + addStrToLabel(" Dec Private Mode Reset Don't Show Scrollbar"); + break; + case 35: + addStrToLabel(" Dec Private Mode Reset Disable font shifting functions"); + break; + case 40: + addStrToLabel(" Dec Private Mode Reset Disallow 80 -> 132 Mode Reset"); + break; + case 41: + addStrToLabel(" Dec Private Mode Reset No more(1) fix"); + break; + case 42: + addStrToLabel(" Dec Private Mode Reset Disable Nation replacement Character sets"); + break; + case 44: + addStrToLabel(" Dec Private Mode Reset Turn Off Margin Bell"); + break; + case 45: + addStrToLabel(" Dec Private Mode Reset No Reverse wraparound mode"); + break; + case 46: + addStrToLabel(" Dec Private Mode Reset Stop Logging"); + break; + case 47: + addStrToLabel(" Dec Private Mode Reset Use Normal Screen Buffer"); + break; + case 66: + addStrToLabel(" Dec Private Mode Reset Numeric Keypad"); + break; + case 67: + addStrToLabel(" Dec Private Mode Reset Backarrow key sends delete"); + break; + case 1000: + addStrToLabel(" Dec Private Mode Reset Don't Send Mouse x,y on button press and release"); + break; + case 1001: + addStrToLabel(" Dec Private Mode Reset Don't Use Hilite Mouse Tracking"); + break; + case 1002: + addStrToLabel(" Dec Private Mode Reset Don't Use Cell Motion Mouse tracking"); + break; + case 1003: + addStrToLabel(" Dec Private Mode Reset Don't Use All Motion Mouse Tracking"); + break; + case 1010: + addStrToLabel(" Dec Private Mode Reset Don't scroll to bottom on tty output"); + break; + case 1011: + addStrToLabel(" Dec Private Mode Reset Don't Scroll to Bottom on key Press"); + break; + case 1035: + addStrToLabel(" Dec Private Mode Reset Disable special modifiers for Alt and Numlock keys"); + break; + case 1036: + addStrToLabel(" Dec Private Mode Reset Don't Send SEC when Meta Modifies a key"); + break; + case 1037: + addStrToLabel(" Dec Private Mode Reset Send VT220 Remove from the editing Keypad Delete Key"); + break; + case 1047: + addStrToLabel(" Use Normal Screen Buffer clearing first"); + break; + case 1048: + addStrToLabel(" Restore Cursor as in DECRC"); + break; + case 1049: + addStrToLabel(" Use Normal Screen Buffer and restore cursor"); + break; + case 1051: + addStrToLabel(" Reset Sun Function key mode"); + break; + case 1052: + addStrToLabel(" Reset HP function key mode"); + break; + case 1053: + addStrToLabel(" Reset SCO Function key mode"); + break; + case 1060: + addStrToLabel(" Reset Legacy Keyboard emulation"); + break; + case 1061: + addStrToLabel(" Reset SunPC keyboard emulatsion of VT 220 keyboard"); + break; + case 2004: + addStrToLabel(" Reset Bracketed paste mode"); + break; + default: + snprintf(msg,sizeof(msg),"Oops Dec Mode Reset %d invalid",buf[0]); + addStrToLabel(msg); + } + } else if (lead == ' ' || tail == ' ' || cnt == 0) { + switch (buf[0]) { + case 2: + addStrToLabel(" Reset Keyboard Action mode"); + break; + case 4: + addStrToLabel(" Reset Replace Mode"); + break; + case 12: + addStrToLabel(" Reset Send/receive"); + break; + case 20: + addStrToLabel(" Reset Normal Linefeed"); + break; + default: + snprintf(msg,sizeof(msg),"Reset Mode, Oops %d invalid",buf[0]); + addStrToLabel(msg); + } + } else { + snprintf(msg,sizeof(msg),"Reset Mode, Oops %d invalid",buf[0]); + addStrToLabel(msg); + } + flushtext(); + break; + case 'm': + // CSI P m m Character Attributes (SGR) + // P s = 0 ? Normal (default) + // P s = 1 ? Bold + // P s = 4 ? Underlined + // P s = 5 ? Blink (appears as Bold) + // P s = 7 ? Inverse + // P s = 8 ? Invisible, i.e., hidden (VT300) + // P s = 2 2 ? Normal (neither bold nor faint) + // P s = 2 4 ? Not underlined + // P s = 2 5 ? Steady (not blinking) + // P s = 2 7 ? Positive (not inverse) + // P s = 2 8 ? Visible, i.e., not hidden (VT300) + // P s = 3 0 ? Set foreground color to Black + // P s = 3 1 ? Set foreground color to Red + // P s = 3 2 ? Set foreground color to Green + // P s = 3 3 ? Set foreground color to Yellow + // P s = 3 4 ? Set foreground color to Blue + // P s = 3 5 ? Set foreground color to Magenta + // P s = 3 6 ? Set foreground color to Cyan + // P s = 3 7 ? Set foreground color to White + // P s = 3 9 ? Set foreground color to default (original) + // P s = 4 0 ? Set background color to Black + // P s = 4 1 ? Set background color to Red + // P s = 4 2 ? Set background color to Green + // P s = 4 3 ? Set background color to Yellow + // P s = 4 4 ? Set background color to Blue + // P s = 4 5 ? Set background color to Magenta + // P s = 4 6 ? Set background color to Cyan + // P s = 4 7 ? Set background color to White + // P s = 4 9 ? Set background color to default (original). + // If 16-color support is compiled, the following apply. + // Assume that xterm?s resources are set so that the ISO + // color codes are the first 8 of a set of 16. Then the + // aixterm colors are the bright versions of the ISO colors: + // P s = 9 0 ? Set foreground color to Black + // P s = 9 1 ? Set foreground color to Red + // P s = 9 2 ? Set foreground color to Green + // P s = 9 3 ? Set foreground color to Yellow + // P s = 9 4 ? Set foreground color to Blue + // P s = 9 5 ? Set foreground color to Magenta + // P s = 9 6 ? Set foreground color to Cyan + // P s = 9 7 ? Set foreground color to White + // P s = 1 0 0 ? Set background color to Black + // P s = 1 0 1 ? Set background color to Red + // P s = 1 0 2 ? Set background color to Green + // P s = 1 0 3 ? Set background color to Yellow + // P s = 1 0 4 ? Set background color to Blue + // P s = 1 0 5 ? Set background color to Magenta + // P s = 1 0 6 ? Set background color to Cyan + // P s = 1 0 7 ? Set background color to White If xterm is + // compiled with the 16-color support disabled, + // it supports the following, from rxvt: + // P s = 1 0 0 ? Set foreground and background color to default + // If 88- or 256-color support is compiled, + // the following apply. + // P s = 3 8 ; 5 ; P s ? Set foreground color to the second P s + // P s = 4 8 ; 5 ; P s ? Set background color to the second P s + if (lead != ' ' || tail != ' ' || cnt > 0) { + addStrToLabel(" Invalid CSI string"); + flushtext(); + return; + } + if (cnt == -1) { + cnt++; + buf[cnt] = 0; + } + addStrToLabel(" Character Attributes-"); + switch (buf[0]) { + case 0: + addStrToLabel("Normal"); + break; + case 1: + addStrToLabel("Bold"); + break; + case 4: + addStrToLabel("Underlined"); + break; + case 5: + addStrToLabel("Blink (appears as bold)"); + break; + case 7: + addStrToLabel("Inverse"); + break; + case 8: + addStrToLabel("Invisible"); + break; + case 22: + addStrToLabel("Normal(Neither bold nor faint)"); + break; + case 24: + addStrToLabel("Not Underlined"); + break; + case 25: + addStrToLabel("Steady (not blinking)"); + break; + case 27: + addStrToLabel("Positive (not inverse)"); + break; + case 28: + addStrToLabel("Visible (not hidden)"); + break; + case 30: + addStrToLabel("Set Forground Color to Black"); + break; + case 31: + addStrToLabel("Set Forground Color to Red"); + break; + case 32: + addStrToLabel("Set Forground Color to Green"); + break; + case 33: + addStrToLabel("Set Forground Color to Yellow"); + break; + case 34: + addStrToLabel("Set Forground Color to Blue"); + break; + case 35: + addStrToLabel("Set Forground Color to Magenta"); + break; + case 36: + addStrToLabel("Set Forground Color to Cyan"); + break; + case 37: + addStrToLabel("Set Forground Color to White"); + break; + case 39: + addStrToLabel("Set Forground Color to default (original)"); + break; + case 40: + addStrToLabel("Set Background Color to Black"); + break; + case 41: + addStrToLabel("Set Background Color to Red"); + break; + case 42: + addStrToLabel("Set Background Color to Green"); + break; + case 43: + addStrToLabel("Set Background Color to Yellow"); + break; + case 44: + addStrToLabel("Set Background Color to Blue"); + break; + case 45: + addStrToLabel("Set Background Color to Magenta"); + break; + case 46: + addStrToLabel("Set Background Color to Cyan"); + break; + case 47: + addStrToLabel("Set Background Color to White"); + break; + case 49: + addStrToLabel("Set Background Color to default (original)"); + break; + case 90: + addStrToLabel("Set forground color to Black"); + break; + case 91: + addStrToLabel("Set forground color to Red"); + break; + case 92: + addStrToLabel("Set forground color to Green"); + break; + case 93: + addStrToLabel("Set forground color to Yellow"); + break; + case 94: + addStrToLabel("Set forground color to Blue"); + break; + case 95: + addStrToLabel("Set forground color to Magenta"); + break; + case 96: + addStrToLabel("Set forground color to Cyan"); + break; + case 97: + addStrToLabel("Set forground color to White"); + break; + case 100: + addStrToLabel("Set background color to Black"); + break; + case 101: + addStrToLabel("Set background color to Red"); + break; + case 102: + addStrToLabel("Set background color to Green"); + break; + case 103: + addStrToLabel("Set background color to Yellow"); + break; + case 104: + addStrToLabel("Set background color to Blue"); + break; + case 105: + addStrToLabel("Set background color to Magenta"); + break; + case 106: + addStrToLabel("Set background color to Cyan"); + break; + case 107: + addStrToLabel("Set background color to White"); + break; + default: + snprintf(msg,sizeof(msg)," Oops %d invalid",buf[0]); + addStrToLabel(msg); + } + flushtext(); + break; + case 'n': + // CSI P s n Device Status Report (DSR) + // P s = 5 ? Status Report CSI 0 n (??OK??) + // P s = 6 ? Report Cursor Position (CPR) [row;column] as + // CSI ? P s n Device Status Report (DSR, DEC-specific) + // P s = 6 ? Report Cursor Position (CPR) [row;column] as + // CSI ? r ; c R (assumes page is zero). + // P s = 1 5 ? Report Printer status as CSI ? 1 0 n (ready) or + // CSI ? 1 1 n (not ready) + // P s = 2 5 ? Report UDK status as CSI ? 2 0 n (unlocked) or + // CSI ? 2 1 n (locked) + // P s = 2 6 ? Report Keyboard status as + // CSI ? 2 7 ; 1 ; 0 ; 0 n (North American) + // The last two parameters apply to VT400 & up, and denote keyboard + // ready and LK01 respectively. + // P s = 5 3 ? Report Locator status as + // CSI ? 5 3 n Locator available, if compiled-in, or + // CSI ? 5 0 n No Locator, if not. + if (lead == ' ' && tail == ' ' && cnt == 0) { + switch (buf[0]) { + case 5: + addStrToLabel(" Report Device Status Ok"); + break; + case 6: + addStrToLabel(" Report cursor Position"); + break; + default: + snprintf(msg,sizeof(msg)," Report Device Status %d invalid",buf[0]); + addStrToLabel(msg); + } + } else if (lead == '?' && tail == ' ' && cnt == 0) { + switch (buf[0]) { + case 6: + addStrToLabel(" Report Cursor Position"); + break; + case 15: + addStrToLabel(" Report Printer status"); + break; + case 25: + addStrToLabel(" Report UDK status"); + break; + case 26: + addStrToLabel(" Report Keyboard status"); + break; + case 53: + addStrToLabel(" Report Locator status"); + break; + default: + snprintf(msg,sizeof(msg)," Device Status Report Oops Report Status %d invalid",buf[0]); + addStrToLabel(msg); + } + } else { + addStrToLabel(" Invalid CSI string"); + } + flushtext(); + break; + case 'p': + // CSI ! p Soft terminal reset (DECSTR) + // CSI P s ; P s ? p Set conformance level (DECSCL) + // Valid values for the first parameter: + // P s = 6 1 ? VT100 + // P s = 6 2 ? VT200 + // P s = 6 3 ? VT300 + // Valid values for the second parameter: + // P s = 0 ? 8-bit controls + // P s = 1 ? 7-bit controls (always set for VT100) + // P s = 2 ? 8-bit controls + if (lead == ' ' && tail == '!' && cnt == -1) { + addStrToLabel(" Soft Terminal reset"); + } else if ( lead == ' ' && tail == '"' && cnt == 1) { + switch (buf[0]) { + case 0: + addStrToLabel(" Set conformance level to VT100"); + break; + case 1: + addStrToLabel(" Set conformance level to VT200"); + break; + case 2: + addStrToLabel(" Set conformance level to VT300"); + break; + default: + snprintf(msg,sizeof(msg)," Set Conformance level %d invalid",buf[0]); + addStrToLabel(msg); + } + } else { + addStrToLabel(" Invalid CSI string"); + } + flushtext(); + break; + case 'q': + // CSI P s ? q Select character protection attribute (DECSCA). + // Valid values for the parameter: + // P s = 0 ? DECSED and DECSEL can erase (default) + // P s = 1 ? DECSED and DECSEL cannot erase + // P s = 2 ? DECSED and DECSEL can erase + + if (cnt == -1) { + cnt++; + buf[cnt] = 0; + } + if (lead == ' ' && tail == '"' && cnt == 0) { + addStrToLabel("Select character protection attribute "); + switch (buf[0]) { + case 0: + addStrToLabel("can erase"); + break; + case 1: + addStrToLabel("cannot erase"); + break; + case 2: + addStrToLabel("can erase"); + break; + default: + snprintf(msg,sizeof(msg)," %d invalid",buf[0]); + } + addStrToLabel(msg); + } else { + addStrToLabel(" Invalid CSI string"); + } + flushtext(); + break; + case 'r': + // CSI P s ; P s r Set Scrolling Region [top;bottom] + // (default = full size of window) (DECSTBM) + // CSI ? P m r Restore DEC Private Mode Values. The value of P s + // previously saved is restored. P s values are the same as for DECSET. + // CSI P t ; P l ; P b ; P r ; P s $ r + // Change Attributes in Rectangular Area (DECCARA). + // P t ; P l ; P b ; P r denotes the rectangle. + // P s denotes the SGR attributes to change: 0, 1, 4, 5, 7 + + if (lead != ' ' && tail == ' ' && cnt == -1) { + // CSI r Save cursor (ANSI.SYS) + addStrToLabel(" Set Scrolling Region full size of window"); + } else if (lead != ' ' && tail == ' ' && cnt == 2) { + snprintf(msg,sizeof(msg)," Set Scrolling Region [%d,%d]", + buf[0],buf[1]); + addStrToLabel(msg); + } else if (lead != ' ' && tail == ' ' ) { + addStrToLabel(" Set Scrolling Region invalid arguments"); + } else if (lead != '?' && tail == ' ' && cnt == 1) { + switch (buf[0]) { + case 1: + addStrToLabel(" Dec Private Mode Restore Normal Cursor Keys"); + break; + case 2: + addStrToLabel(" Dec Private Mode Restore Designate Vt52 Mode"); + break; + case 3: + addStrToLabel(" Dec Private Mode Restore 30 Column Mode"); + break; + case 4: + addStrToLabel(" Dec Private Mode Restore Jump (fast) Scroll"); + break; + case 5: + addStrToLabel(" Dec Private Mode Restore Normal Video"); + break; + case 6: + addStrToLabel(" Dec Private Mode Restore Normal Cursor Mode"); + break; + case 7: + addStrToLabel(" Dec Private Mode Restore No Wraparound Mode"); + break; + case 8: + addStrToLabel(" Dec Private Mode Restore No Auto-repeat keys"); + break; + case 9: + addStrToLabel(" Dec Private Mode Restore Don't send Mouse X,Y on button press"); + break; + case 10: + addStrToLabel(" Dec Private Mode Restore Hide toolbar"); + break; + case 12: + addStrToLabel(" Dec Private Mode Restore Stop Blinking Cursor"); + break; + case 18: + addStrToLabel(" Dec Private Mode Restore Don't print form Feed"); + break; + case 19: + addStrToLabel(" Dec Private Mode Restore Limit print to scrolling region"); + break; + case 25: + addStrToLabel(" Dec Private Mode Restore Hide Cursor"); + break; + case 30: + addStrToLabel(" Dec Private Mode Restore Don't Show Scrollbar"); + break; + case 35: + addStrToLabel(" Dec Private Mode Restore Disable font shifting functions"); + break; + case 40: + addStrToLabel(" Dec Private Mode Restore Disallow 80 -> 132 Mode"); + break; + case 41: + addStrToLabel(" Dec Private Mode Restore No more(1) fix"); + break; + case 42: + addStrToLabel(" Dec Private Mode Restore Disable Nation replacement Character sets"); + break; + case 44: + addStrToLabel(" Dec Private Mode Restore Turn Off Margin Bell"); + break; + case 45: + addStrToLabel(" Dec Private Mode Restore No Reverse wraparound mode"); + break; + case 46: + addStrToLabel(" Dec Private Mode Restore Stop Logging"); + break; + case 47: + addStrToLabel(" Dec Private Mode Restore Use Normal Screen Buffer"); + break; + case 66: + addStrToLabel(" Dec Private Mode Restore Numeric Keypad"); + break; + case 67: + addStrToLabel(" Dec Private Mode Restore Backarrow key sends delete"); + break; + case 1000: + addStrToLabel(" Dec Private Mode Restore Don't Send Mouse x,y on button press and release"); + break; + case 1001: + addStrToLabel(" Dec Private Mode Restore Don't Use Hilite Mouse Tracking"); + break; + case 1002: + addStrToLabel(" Dec Private Mode Restore Don't Use Cell Motion Mouse tracking"); + break; + case 1003: + addStrToLabel(" Dec Private Mode Restore Don't Use All Motion Mouse Tracking"); + break; + case 1010: + addStrToLabel(" Dec Private Mode Restore Don't scroll to bottom on tty output"); + break; + case 1011: + addStrToLabel(" Dec Private Mode Restore Don't Scroll to Bottom on key Press"); + break; + case 1035: + addStrToLabel(" Dec Private Mode Restore Disable special modifiers for Alt and Numlock keys"); + break; + case 1036: + addStrToLabel(" Dec Private Mode Restore Don't Send SEC when Meta Modifies a key"); + break; + case 1037: + addStrToLabel(" Dec Private Mode Restore Send VT220 Remove from the editing Keypad Delete Key"); + break; + case 1047: + addStrToLabel(" Restore Use Normal Screen Buffer clearing first"); + break; + case 1048: + addStrToLabel(" Restore Cursor as in DECRC"); + break; + case 1049: + addStrToLabel(" Restore Use Normal Screen Buffer and restore cursor"); + break; + case 1051: + addStrToLabel(" Restore Sun Function key mode"); + break; + case 1052: + addStrToLabel(" Restore HP function key mode"); + break; + case 1053: + addStrToLabel(" Restore SCO Function key mode"); + break; + case 1060: + addStrToLabel(" Restore Legacy Keyboard emulation"); + break; + case 1061: + addStrToLabel(" Restore SunPC keyboard emulatsion of VT 220 keyboard"); + break; + case 2004: + addStrToLabel(" Restore Bracketed paste mode"); + break; + default: + snprintf(msg,sizeof(msg),"Oops Dec Mode Restore %d invalid",buf[0]); + addStrToLabel(msg); + } + } else if (lead != ' ' && tail == '$' && cnt > 3) { + // CSI P t ; P l ; P b ; P r ; P s $ r + // 5 or more args + snprintf(msg,sizeof(msg), + " Change attributes in rectangle t %d,l %d,b %d,r %d", + buf[0],buf[1],buf[2],buf[3]); + addStrToLabel(msg); + + int i=4; + while (i < cnt) { + switch (buf[0]) { + case 0: + addStrToLabel(" All Attributes"); + break; + case 1: + addStrToLabel(" Bold"); + break; + case 4: + addStrToLabel(" Underline"); + break; + case 5: + addStrToLabel(" Blinking"); + break; + case 7: + addStrToLabel(" Negative Image"); + break; + default: + addStrToLabel(" invalid"); + } + i++; + } + + } else { + addStrToLabel(" invalid"); + } + flushtext(); + break; + case 's': + // CSI s Save cursor (ANSI.SYS) + // CSI ? P m s Save DEC Private Mode Values. P s values are + // the same as for DECSET. + if (lead != ' ' && tail == ' ' && cnt == -1) { + // CSI s Save cursor (ANSI.SYS) + addStrToLabel(" Save Cursor"); + } else if (lead != '?' && tail == ' ' && cnt == 0) { + // CSI ? P m s Save DEC Private Mode Values. P s values are + // the same as for DECSET. + switch (buf[0]) { + case 1: + addStrToLabel(" Dec Private Mode Save Normal Cursor Keys"); + break; + case 2: + addStrToLabel(" Dec Private Mode Save Designate Vt52 Mode"); + break; + case 3: + addStrToLabel(" Dec Private Mode Save 30 Column Mode"); + break; + case 4: + addStrToLabel(" Dec Private Mode Save Jump (fast) Scroll"); + break; + case 5: + addStrToLabel(" Dec Private Mode Save Normal Video"); + break; + case 6: + addStrToLabel(" Dec Private Mode Save Normal Cursor Mode"); + break; + case 7: + addStrToLabel(" Dec Private Mode Save No Wraparound Mode"); + break; + case 8: + addStrToLabel(" Dec Private Mode Save No Auto-repeat keys"); + break; + case 9: + addStrToLabel(" Dec Private Mode Save Don't send Mouse X,Y on button press"); + break; + case 10: + addStrToLabel(" Dec Private Mode Save Hide toolbar"); + break; + case 12: + addStrToLabel(" Dec Private Mode Save Stop Blinking Cursor"); + break; + case 18: + addStrToLabel(" Dec Private Mode Save Don't print form Feed"); + break; + case 19: + addStrToLabel(" Dec Private Mode Save Limit print to scrolling region"); + break; + case 25: + addStrToLabel(" Dec Private Mode Save Hide Cursor"); + break; + case 30: + addStrToLabel(" Dec Private Mode Save Don't Show Scrollbar"); + break; + case 35: + addStrToLabel(" Dec Private Mode Save Disable font shifting functions"); + break; + case 40: + addStrToLabel(" Dec Private Mode Save Disallow 80 -> 132 Mode"); + break; + case 41: + addStrToLabel(" Dec Private Mode Save No more(1) fix"); + break; + case 42: + addStrToLabel(" Dec Private Mode Save Disable Nation replacement Character sets"); + break; + case 44: + addStrToLabel(" Dec Private Mode Save Turn Off Margin Bell"); + break; + case 45: + addStrToLabel(" Dec Private Mode Save No Reverse wraparound mode"); + break; + case 46: + addStrToLabel(" Dec Private Mode Save Stop Logging"); + break; + case 47: + addStrToLabel(" Dec Private Mode Save Use Normal Screen Buffer"); + break; + case 66: + addStrToLabel(" Dec Private Mode Save Numeric Keypad"); + break; + case 67: + addStrToLabel(" Dec Private Mode Save Backarrow key sends delete"); + break; + case 1000: + addStrToLabel(" Dec Private Mode Save Don't Send Mouse x,y on button press and release"); + break; + case 1001: + addStrToLabel(" Dec Private Mode Save Don't Use Hilite Mouse Tracking"); + break; + case 1002: + addStrToLabel(" Dec Private Mode Save Don't Use Cell Motion Mouse tracking"); + break; + case 1003: + addStrToLabel(" Dec Private Mode Save Don't Use All Motion Mouse Tracking"); + break; + case 1010: + addStrToLabel(" Dec Private Mode Save Don't scroll to bottom on tty output"); + break; + case 1011: + addStrToLabel(" Dec Private Mode Save Don't Scroll to Bottom on key Press"); + break; + case 1035: + addStrToLabel(" Dec Private Mode Save Disable special modifiers for Alt and Numlock keys"); + break; + case 1036: + addStrToLabel(" Dec Private Mode Save Don't Send SEC when Meta Modifies a key"); + break; + case 1037: + addStrToLabel(" Dec Private Mode Save Send VT220 Remove from the editing Keypad Delete Key"); + break; + case 1047: + addStrToLabel(" Save Use Normal Screen Buffer clearing first"); + break; + case 1048: + addStrToLabel(" Save Cursor as in DECRC"); + break; + case 1049: + addStrToLabel(" Save Use Normal Screen Buffer and restore cursor"); + break; + case 1051: + addStrToLabel(" Save Sun Function key mode"); + break; + case 1052: + addStrToLabel(" Save HP function key mode"); + break; + case 1053: + addStrToLabel(" Save SCO Function key mode"); + break; + case 1060: + addStrToLabel(" Save Legacy Keyboard emulation"); + break; + case 1061: + addStrToLabel(" Save SunPC keyboard emulatsion of VT 220 keyboard"); + break; + case 2004: + addStrToLabel(" Save Bracketed paste mode"); + break; + default: + snprintf(msg,sizeof(msg),"Oops CSI Dec Mode Restore %d invalid",buf[0]); + addStrToLabel(msg); + } + //} else if (lead != ' ' && tail == ' ' && cnt == 3) { + // // ? save cursor ?? + } else { + addStrToLabel(" Save invalid"); + } + flushtext(); + break; + case 't': + // CSI P s ; P s ; P s t Window manipulation (from dtterm, as well + // as extensions). These controls may be disabled + // using the allowWindowOps resource. Valid values + // for the first (and any additional parameters) are: + // P s = 1 ? De-iconify window. + // P s = 2 ? Iconify window. + // P s = 5 ? Raise the xterm window to the front of the stacking order. + // P s = 6 ? Lower the xterm window to the bottom of the stacking order. + // P s = 7 ? Refresh the xterm window. + // P s = 1 1 ? Report xterm window state. If the xterm window is open (non-iconified), it returns CSI 1 t . If the xterm window is iconified, it returns CSI 2 t . + // P s = 1 3 ? Report xterm window position as CSI 3 ; x; yt + // P s = 1 4 ? Report xterm window in pixels as CSI 4 ; height ; width t + // P s = 1 8 ? Report the size of the text area in characters as CSI 8 ; height ; width t + // P s = 1 9 ? Report the size of the screen in characters as CSI 9 ; height ; width t + // P s = 2 0 ? Report xterm window?s icon label as OSC L label ST + // P s = 2 1 ? Report xterm window?s title as OSC l title ST + // P s >= 2 4 ? Resize to P s lines (DECSLPP) + // 2 args + // P s = 9 ; 0 ? Restore maximized window. + // P s = 9 ; 1 ? Maximize window (i.e., resize to screen size). + // 3 args + // P s = 3 ; x ; y ? Move window to [x, y]. + // P s = 4 ; height ; width ? Resize the xterm window to height and width in pixels. + // P s = 8 ; height ; width ? Resize the text area to [height;width] in characters. + // CSI P t ; P l ; P b ; P r ; P s $ t Reverse Attributes in + // Rectangular Area (DECRARA). + addStrToLabel(" Window manipulation"); + if (lead == ' ' && tail == ' ') { + // CSI P s ; P s ; P s t + if (cnt == 0) { // 1 arg + if (buf[0] >= 24) { + snprintf(msg,sizeof(msg)," CSI Resize xterm to %d lines",buf[0]); + addStrToLabel(msg); + } else { + switch (buf[0]) { + case 1: + addStrToLabel(" De-iconify window"); + break; + case 2: + addStrToLabel(" Iconify Window"); + break; + case 5: + addStrToLabel(" Raise xterm to front of stacking order"); + break; + case 6: + addStrToLabel(" Lower Xterm to bottom of stacking order"); + break; + case 7: + addStrToLabel(" Refresh xterm"); + break; + case 11: + addStrToLabel(" Report xterm window state"); + break; + case 13: + addStrToLabel(" Report xterm window position"); + break; + case 14: + addStrToLabel(" Report window size in pixels"); + break; + case 18: + addStrToLabel(" Report size of text area in characters"); + break; + case 19: + addStrToLabel(" Report size of screen in characters"); + break; + case 20: + addStrToLabel(" Report xterm window's icon label"); + break; + case 21: + addStrToLabel(" Report xterm window's title"); + break; + default: + addStrToLabel(" invalid command"); + } + } + } else if (cnt == 1) { // 2 args + if(buf[0] == 9) { + if (buf[1] == 0) { + addStrToLabel("CSI Restore Maximized window"); + } else if (buf[1] == 1) { + addStrToLabel("CSI Maximize window"); + } else { + addStrToLabel(" invalid command"); + } + } else { + addStrToLabel(" invalid command"); + } + } else if (cnt == 2) { // 3 args + snprintf(msg,sizeof(msg),"[%d,%d]",buf[1],buf[2]); + switch (buf[0]) { + case 3: + addStrToLabel(" CSI Move window to "); + addStrToLabel(msg); + break; + case 4: + addStrToLabel("CSI Resize xterm to"); + addStrToLabel(msg); + addStrToLabel(" pixels"); + break; + case 8: + addStrToLabel("CSI Resize text area to "); + addStrToLabel(msg); + addStrToLabel(" in characters"); + break; + default: + addStrToLabel(" invalid command"); + } + } + } else if (lead == ' ' && tail == '$' && cnt >= 4) { + // CSI P t ; P l ; P b ; P r ; P s $ t Reverse Attributes in + // Rectangular Area (DECRARA). + snprintf(msg,sizeof(msg), + "CSI Reverse attributes in rectangle t %d,l %d,b %d,r %d", + buf[0],buf[1],buf[2],buf[3]); + addStrToLabel(msg); + + int i=4; + while (i < cnt) { + switch (buf[0]) { + case 1: + addStrToLabel(" Bold"); + break; + case 4: + addStrToLabel(" Underline"); + break; + case 5: + addStrToLabel(" Blinking"); + break; + case 7: + addStrToLabel(" Negative Image"); + break; + default: + snprintf(msg,sizeof(msg)," %d invalid",buf[0]); + addStrToLabel(msg); + } + i++; + } + } + flushtext(); + break; + case 'u': + // CSI u Save cursor (ANSI.SYS) + addStrToLabel("CSI Save Cursor"); + flushtext(); + break; + case 'v': + // CSI P t ; P l ; P b ; P r ; P p ; P t ; P l ; P p $ v + // Copy Rectangular Area (DECCRA) + // P t ; P l ; P b ; P r denotes the rectangle. + // P p denotes the source page. + // P t ; P l denotes the target location. + // P p denotes the target page. + if (lead == ' ' && tail == ' ' && cnt == 7) { + snprintf(msg,sizeof(msg),"CSI Copy Rectangular Area tlbr %d,%d,%d,%d to %d,%d,%d,%d", + buf[0], buf[1], buf[2], buf[3], buf[4], buf[5], buf[6], buf[7]); + + addStrToLabel(msg); + } else { + addStrToLabel("CSI Copy Rectangle Area invalid args"); + } + flushtext(); + break; + case 'w': + // CSI P t ; P l ; P b ; P r ? w + // Enable Filter Rectangle (DECEFR) + // Parameters are [top;left;bottom;right]. + // Defines the coordinates of a filter rectangle and activates it. + // Anytime the locator is detected outside of the filter rectangle, + // an outside rectangle event is generated and the rectangle is + // disabled. Filter rectangles are always treated as "one-shot" + // events. Any parameters that are omitted default to the current + // locator position. If all parameters are omitted, any locator + // motion will be reported. DECELR always cancels any prevous + // rectangle definition. + if (lead == ' ' && tail == ' ' && cnt < 0) { + // no parameter Enable filter Rectangle - Report any locator motion + addStrToLabel("CSI Enable Filter Rectangle, Report any locator motion"); + } else if (lead == ' ' && tail == ' ' && cnt < 1) { + snprintf(msg,sizeof(msg),"CSI Enable Filter Rectangle, tlbr= " + "%d,clp,clp,clp", buf[0]); + addStrToLabel(msg); + } else if (lead == ' ' && tail == ' ' && cnt < 2) { + snprintf(msg,sizeof(msg),"CSI Enable Filter Rectangle, tlbr= " + "%d,%d,clp,clp", buf[0],buf[1]); + addStrToLabel(msg); + } else if (lead == ' ' && tail == ' ' && cnt < 3) { + snprintf(msg,sizeof(msg),"CSI Enable Filter Rectangle, tlbr= " + "%d,%d,%d,clp", buf[0],buf[1],buf[2]); + addStrToLabel(msg); + } else if (lead == ' ' && tail == ' ' && cnt < 4) { + snprintf(msg,sizeof(msg),"CSI Enable Filter Rectangle, tlbr= " + "%d,%d,%d,%d", buf[0],buf[1],buf[2],buf[3]); + addStrToLabel(msg); + } else { + addStrToLabel("CSI Enable Filter Rectangle invalid args"); + } + flushtext(); + break; + case 'x': + // CSI P s x Request Terminal Parameters (DECREQTPARM) + // if P s is a "0" (default) or "1", and xterm is emulating VT100, + // the control sequence elicits a response of the same form whose + // parameters describe the terminal: + // P s ? the given P s incremented by 2. + // 1 ? no parity + // 1 ? eight bits + // 1 2 8 ? transmit 38.4k baud + // 1 2 8 ? receive 38.4k baud + // 1 ? clock multiplier + // 0 ? STP flags + // CSI P s x Select Attribute Change Extent (DECSACE). + // P s = 0 ? from start to end position, wrapped + // P s = 1 ? from start to end position, wrapped + // P s = 2 ? rectangle (exact). + // CSI P c ; P t ; P l ; P b ; P r $ x + // Fill Rectangular Area (DECFRA). + // P c is the character to use. + // P t ; P l ; P b ; P r denotes the rectangle. + if (lead == ' ' && tail == ' ' && cnt <= 0) { + // these 1st 2 commands seem contradictory just report name + if (cnt == -1) { + cnt++; + buf[cnt] = 0; + } + addStrToLabel("CSI Request Terminal Parameters"); + } else if (lead == ' ' && tail == ' ' && cnt <= 0) { + // if 1st param is really a char this fails + snprintf(msg,sizeof(msg),"Fill Rectangular area with %c tlbr= " + "%d,%d,%d,%d", buf[0],buf[1],buf[2],buf[3],buf[4]); + addStrToLabel(msg); + } else { + addStrToLabel("CSI Copy Rectangle Area invalid args"); + } + flushtext(); + break; + case 'z': + // CSI P s ; P u ? z Enable Locator Reporting (DECELR) + // Valid values for the first parameter: + // P s = 0 ? Locator disabled (default) + // P s = 1 ? Locator enabled + // P s = 2 ? Locator enabled for one report, then disabled + // The second parameter specifies the coordinate unit for locator reports. + // Valid values for the second parameter: + // P u = 0 or omitted ? default to character cells + // P u = 1 ? device physical pixels + // P u = 2 ? character cells + // CSI P t ; P l ; P b ; P r $ z + // Erase Rectangular Area (DECERA). + // P t ; P l ; P b ; P r denotes the rectangle. + if (lead == ' ' && tail == '`' && cnt <= 0) { + if (cnt == -1) { + cnt++; + buf[cnt] = 0; + } + if (cnt == 0) { + cnt++; + buf[cnt] = 0; + } + ok = 1; + switch (buf[0]) { + case 0: + addStrToLabel("CSI Disable Locator Reporting"); + break; + case 1: + addStrToLabel("CSI Enable Locator Reporting"); + break; + case 2: + addStrToLabel("CSI Enable Locator Reporting once, then disable"); + break; + default: + addStrToLabel(" Invalid CSI Enable Locator Reporting Command"); + ok=0; + } + if (ok) { + switch (buf[1]) { + case 0: + addStrToLabel(" for Character cells"); + break; + case 1: + addStrToLabel(" for physical pixels"); + break; + case 2: + addStrToLabel(" for Character cells"); + break; + default: + addStrToLabel(" Invalid CSI Enable Locator Reporting Command"); + + } + } + } else if (lead == ' ' && tail == '$' && cnt == 3) { + snprintf(msg,sizeof(msg),"CSI Erase Rectangular Area, tlbr %d,%d,%d,%d", + buf[0],buf[1],buf[2],buf[3]); + addStrToLabel(msg); + + } else { + addStrToLabel(" Invalid CSI Enable Locator Reporting Command"); + } + flushtext(); + break; + case '{': + // CSI P m ? { Select Locator Events (DECSLE) //} + // Valid values for the first (and any additional parameters) are: + // P s = 0 ? only respond to explicit host requests (DECRQLP) + // (default) also cancels any filter rectangle + // P s = 1 ? report button down transitions + // P s = 2 ? do not report button down transitions + // P s = 3 ? report button up transitions + // P s = 4 ? do not report button up transitions + // CSI P t ; P l ; P b ; P r $ { //} + // Selective Erase Rectangular Area (DECSERA). + // P t ; P l ; P b ; P r denotes the rectangle. + ok = 1; + if (lead == ' ' && tail == '`' && cnt <= 0) { + if (cnt == -1) { + cnt++; + buf[cnt] = 0; + } + switch (buf[0]) { + case 0: + addStrToLabel("CSI Select Locator Events: report button down transitions"); + break; + case 1: + addStrToLabel("CSI Select Locator Events: don't report button down transitions"); + break; + case 2: + addStrToLabel("CSI Select Locator Events: report button up transitions"); + break; + case 3: + addStrToLabel("CSI Select Locator Events: don't report button up transitions"); + break; + default: + addStrToLabel("CSI Select Locator Events: Invalid argument"); + } + } else if (lead == ' ' && tail == '$' && cnt == 3) { + snprintf(msg,sizeof(msg),"CSI Selective Erase Rectangular Area, tlbr %d,%d,%d,%d", + buf[0],buf[1],buf[2],buf[3]); + addStrToLabel(msg); + + } + flushtext(); + break; + case '|': + // CSI P s ? | Request Locator Position (DECRQLP) + // Valid values for the parameter are: + // P s = 0 , 1 or omitted ? transmit a single DECLRP locator + // report If Locator Reporting has been enabled by a DECELR, + // xterm will respond with a DECLRP Locator Report. This report is + // also generated on button up and down events if they have been + // enabled with a DECSLE, or when the locator is detected outside + // of a filter rectangle, if filter rectangles have been enabled + // with a DECEFR. ? CSI P e ; P b ; P r ; P c ; P p & w Parameters + // are [event;button;row;column;page]. + // Valid values for the event: + // P e = 0 ? locator unavailable - no other parameters sent + // P e = 1 ? request - xterm received a DECRQLP + // P e = 2 ? left button down + // P e = 3 ? left button up + // P e = 4 ? middle button down + // P e = 5 ? middle button up + // P e = 6 ? right button down + // P e = 7 ? right button up + // P e = 8 ? M4 button down + // P e = 9 ? M4 button up + // P e = 1 0 ? locator outside filter rectangle + // ??button?? parameter is a bitmask indicating which buttons + // are pressed: + // P b = 0 ? no buttons down + // P b & 1 ? right button down + // P b & 2 ? middle button down + // P b & 4 ? left button down + // P b & 8 ? M4 button down + // ??row?? and ??column?? parameters are the coordinates of the + // locator position in the xterm window, encoded as ASCII decimal. + // The ??page?? parameter is not used by xterm, and will be omitted. + if (cnt == -1) { + cnt++; + buf[cnt] = 0; + } + if (lead == ' ' && tail == '`' && (buf[cnt] == 0 || buf[cnt] == 1)) { + addStrToLabel("CSI Request Locator Position"); + } else { + addStrToLabel("CSI Request Locator Position - invalid argument"); + } + break; + + + // SGI Attributes + // 0 All attributes off + // 1 Bold + // 4 Underline + // 5 Blinking + // 7 Negative image + // 8 Invisible image + // 10 The ASCII character set is the current 7-bit display character + // set (default)?SCO Console only. + // 11 Map Hex 00-7F of the PC character set codes to the current + // 7-bit display character set?SCO Console only. + // 12 Map Hex 80-FF of the current character set to the current + // 7-bit display character set?SCO Console only. + // 22 Bold off + // 24 Underline off + // 25 Blinking off + // 27 Negative image off + // 28 Invisible image off + // examples + // CSI 7 m Display negative image of text + // CSI 0 ; 1 ; 5 ; 4 m Reset all, then display bold, blinking & + // underline + default: + addStrToLabel("unprocessed CSI"); + } + flushtext(); +} + +void decode (FILE *fd) { + int c; + int c1; + while((c = getc(fd)) != EOF) { + if (c < 32 && c != ESC) { + if (c == TAB ) { + addCharToText(c); + continue; + } else if (c == LF) { + addCharToText(c); + flushtext(); + continue; + } + flushtext(); + addCharToText(c); + switch(c) { + case ENQ: + addStrToLabel("C0 Control Character (Ctrl-E) return Terminal Status"); + flushtext(); + break; + case BEL: + addStrToLabel("C0 Control Character (Ctrl-G) Bell"); + flushtext(); + break; + case BS: + addStrToLabel("C0 Control Character (Ctrl-H) Backspace"); + flushtext(); + break; + case VT: + addStrToLabel("C0 Control Character (Ctrl-K) Vertical Tab"); + flushtext(); + break; + case FF: + addStrToLabel("C0 Control Character (Ctrl-L) Form Feed or New Page)"); + flushtext(); + break; + case CR: + addStrToLabel("C0 Control Character (Ctrl-M) Carriage Return"); + flushtext(); + break; + case SO: + addStrToLabel("C0 Control Character (Ctrl-N) Switch to Alternate Character Set (G1)"); + flushtext(); + break; + case SI: + addStrToLabel("C0 Control Character (Ctrl-O) Switch to Standard Character Set (G0)"); + flushtext(); + break; + default: + snprintf(msg,sizeof(msg),"C0 Control Character (Ctrl-%c)", + c+0x40); + addStrToLabel(msg); + flushtext(); + } + } else if (c > 0x7F) { // 8 bit chars + if ( c <= 0x9f && C1flush[c-128] == 1) { + flushtext(); + } + addCharToText(c); + switch(c) { + case IND: // Index - 0x84 or ESC D + addStrToLabel("C1 Index"); + break; + case NEL: // Next Line - 0x85 or ESC E + addStrToLabel("C1 Next Line"); + break; + case HTS: // Tab Set - 0x88 or ESC H + addStrToLabel("C1 Tab Set"); + break; + case RI: // Reverse Index - 0x8d or ESC M + addStrToLabel("C1 Reverse Index"); + break; + case SS2: // Single Shift Select of G2 Character Set - 0x8e or ESC N + // affects next character only + addStrToLabel("C1 Single Shift Select G2 Character Set (next char only)"); + break; + case SS3: // Single Shift Select of G3 Character Set - 0x8f or ESC O + // affects next character only + addStrToLabel("C1 Single Shift Select G3 Character set(Next char only)"); + break; + case DCS: // Device Control String - 0x90 or ESC P + printtoST(ST, "C1 Device Control String(DCS)",fd); + break; + case SPA: // Start of Guarded Area - 0x96 or ESC V + addStrToLabel("C1 Start of Guarded Area (SPA)"); + break; + case EPA: // End of Guarded Area - 0x97 or ESC W + addStrToLabel("C1 End of Guarded Area (EPA)"); + flushtext(); + break; + case SOS: // Start of String - 0x98 or ESC X + printtoST(ST,"C1 Start of String (SOS)",fd); + break; + case DECID: // Return Terminal ID - 0x9a (AKA SCI) or ESC Z + addStrToLabel("C1 Return Terminal ID"); + break; + case CSI: // Control Sequence Introducer - 0x9b or ESC [ + addStrToLabel("C1 "); + processCSI(fd); + break; + case OSC: // Operating System Command - 0x9d or ESC ] + printtoST(BEL,"C1 Operating Systgem Command(OSC)",fd); + break; + case PM: // Privacy Message - 0x9e or ESC ^ + printtoST(ST, "C1 Privacy Message(PM)",fd); + break; + // default: + // nothing else to do, already added char + } + if ( c <= 0x9f && C1flush[c-128] == 1) { + flushtext(); + } + } else if (c != ESC) { + addCharToText(c); + } else { // control sequence starting with escape + flushtext(); // flush anything before the + addCharToText(c); + if ((c = getc(fd)) == EOF) { + addStrToLabel(" interrupted control string"); + flushtext(); + return; + } + addCharToText(c); + switch (c) { + case ' ': + // ESC SP F 7-bit controls (S7C1T). + // ESC SP G 8-bit controls (S8C1T). + // ESC SP L Set ANSI conformance level 1 (dpANS X3.134.1). + // ESC SP M Set ANSI conformance level 2 (dpANS X3.134.1). + // ESC SP N Set ANSI conformance level 3 (dpANS X3.134.1). + if ((c = getc(fd)) == EOF) { + addStrToLabel("interrupted control string"); + flushtext(); + return; + } + addCharToText(c); + switch (c) { + case 'F': + addStrToLabel("7-bit controls"); + break; + case 'G': + addStrToLabel("8-bit controls"); + break; + case 'L': + addStrToLabel("Set ANSI conformance level 1"); + break; + case 'M': + addStrToLabel("Set ANSI conformance level 2"); + break; + case 'N': + addStrToLabel("Set ANSI conformance level 3"); + break; + default: + addStrToLabel("Invalid ' ' sequence"); + } + break; + case '#': + // ESC # 3 DEC double-height line, top half (DECDHL) + // ESC # 4 DEC double-height line, bottom half (DECDHL) + // ESC # 5 DEC single-width line (DECSWL) + // ESC # 6 DEC double-width line (DECDWL) + // ESC # 8 DEC Screen Alignment Test (DECALN) + if ((c = getc(fd)) == EOF) { + addStrToLabel("interrupted control string"); + flushtext(); + return; + } + addCharToText(c); + switch (c) { + case '3': + addStrToLabel("DEC Double-height line, top half"); + break; + case '4': + addStrToLabel("DEC Double-height line, bottom half"); + break; + case '5': + addStrToLabel("DEC single-width line"); + break; + case '6': + addStrToLabel("DEC double-width line"); + break; + case '8': + addStrToLabel("DEC Screen Alignment Test"); + break; + default: + addStrToLabel("Invalid '#' sequence"); + } + break; + case '%': + // ESC % @ Select default character set, ISO 8859-1 (ISO 2022) + // ESC % G Select UTF-8 character set (ISO 2022) + if ((c = getc(fd)) == EOF) { + addStrToLabel("interrupted control string"); + return; + } + addCharToText(c); + switch (c) { + case '@': + addStrToLabel("Select default character set"); + break; + case 'G': + addStrToLabel("Select UTF-8 character set"); + break; + default: + addStrToLabel("Invalid '%' sequence"); + } + break; + case '(': + case ')': + case '*': + case '+': + if ((c1 = getc(fd)) == EOF) { + addStrToLabel(" interrupted control string"); + flushtext(); + return; + } + addCharToText(c1); + switch (c1) { + case '0': + strcpy(charsetname, "Dec Special and Line Drawing Set"); + strcpy(shortcharsetname, "Dec Special"); + break; + case 'A': + strcpy(charsetname, "United Kingdom (UK)"); + strcpy(shortcharsetname, "UK"); + break; + case 'B': + strcpy(charsetname, "United States (USASCII)"); + strcpy(shortcharsetname, "USASCII"); + break; + case '4': + strcpy(charsetname, "Dutch"); + strcpy(shortcharsetname, charsetname); + break; + case 'C': + case '5': + strcpy(charsetname, "Finnish"); + strcpy(shortcharsetname, charsetname); + break; + case 'R': + strcpy(charsetname, "French"); + strcpy(shortcharsetname, charsetname); + break; + case 'Q': + strcpy(charsetname, "French Canadian"); + strcpy(shortcharsetname, charsetname); + break; + case 'K': + strcpy(charsetname, "German"); + strcpy(shortcharsetname, charsetname); + break; + case 'Y': + strcpy(charsetname, "Italian"); + strcpy(shortcharsetname, charsetname); + break; + case 'E': + case '6': + strcpy(charsetname, "Norwegian/Danish"); + strcpy(shortcharsetname, charsetname); + break; + case 'Z': + strcpy(charsetname, "Spanish"); + strcpy(shortcharsetname, charsetname); + break; + case 'H': + case '7': + strcpy(charsetname, "Swedish"); + strcpy(shortcharsetname, charsetname); + break; + case '=': + strcpy(charsetname, "Swiss"); + strcpy(shortcharsetname, charsetname); + break; + default: + strcpy(charsetname, "Invalid Charset Name"); + strcpy(shortcharsetname, "Invalid"); + } + switch(c) { + case '(': + snprintf(msg,sizeof(msg),"Designate G0 Character %s", + charsetname); + break; + case ')': + snprintf(msg,sizeof(msg),"Designate G1 Character %s", + charsetname); + break; + case '*': + snprintf(msg,sizeof(msg),"Designate G2 Character %s", + charsetname); + break; + case '+': + snprintf(msg,sizeof(msg),"Designate G3 Character %s", + charsetname); + break; + } + addStrToLabel(msg); + break; + case '7': + addStrToLabel("Save Curser"); + break; + case '8': + addStrToLabel("Restor Curser"); + break; + case '=': + addStrToLabel("Application Keypad"); + break; + case '>': + addStrToLabel("Normal Keypad"); + break; + case 'F': + addStrToLabel("Cursor to lower left corner"); + break; + case 'c': + addStrToLabel("Full Reset"); + break; + case 'l': + addStrToLabel("Lock Memory above cursor"); + break; + case 'm': + addStrToLabel("Unlock Memory"); + break; + case 'n': + addStrToLabel("Invoke G2 Character Set as GL"); + break; + case 'o': + addStrToLabel("Invoke G3 Character Set as GL"); + break; + case '|': + addStrToLabel("Invoke G3 Character Set as GR"); + break; + case '}': + addStrToLabel("Invoke G2 Character Set as GR"); + break; + case '~': + addStrToLabel("Invoke G1 Character Set as GR"); + break; + + // following are C1 (8 bit control chars) + // xterm recognizes these as 7 bit or 8 bit controls + + case 'D': + addStrToLabel("Index"); + break; + case 'E': + addStrToLabel("Next Line"); + break; + case 'H': + addStrToLabel("Tab Set"); + break; + case 'M': + addStrToLabel("Reverse Index"); + break; + case 'N': + addStrToLabel("Single Shift Select G2 Character Set (next char only)"); + break; + case 'O': + addStrToLabel("Single Shift Select G3 Character set(Next char only)"); + break; + case 'V': + addStrToLabel("Start of Guarded Area (SPA)"); + break; + case 'W': + addStrToLabel("End of Guarded Area (EPA)"); + break; + case 'X': + printtoST(ST,"Start of String (SOS)",fd); + + break; + //ESC Z Return Terminal ID (DECID is 0x9a). + //Obsolete form of CSI c (DA). + case 'Z': + addStrToLabel("Return Terminal ID"); + break; + case 'P': + printtoST(ST, "Device Control String(DCS)",fd); + break; + //xxx ESC [ Control Sequence Introducer ( CSI is 0x9b) + case '[': + processCSI(fd); + break; + //xxx ESC ] Operating System Command ( OSC is 0x9d) + case ']': + printtoST(BEL,"Operating Systgem Command(OSC)",fd); + break; + case '^': + printtoST(ST,"Privacy Message (PM)",fd); + break; + //xxx ESC _ Application Program Command ( APC is 0x9f) + // xterm has no apc functions ignore data to ST (ESC \) + case '_': + printtoST(ST, "Application Program Command(APC)",fd); + break; + + case 0x9f: + addStrToLabel("Application Program COmmand"); + break; + default: + addStrToLabel("Unrecognized CSI (Control Sequence Introducer"); + } + flushtext(); + } + } +} + +int main( int argc, char *argv[]) { + char *p; + FILE *fd; + + while(argc > 1 && *argv[1] == '-') { + for(p = &argv[1][1]; *p != '\0'; p++) { + switch(*p) { + case 'h': + usage(0); + break; + default: + fprintf(stderr, "xterm decode: unknown option -%c\n", *p); + usage(1); + } + } + argc--; + argv++; + } + + if(argc == 1) { + decode(stdin); + } else { + while(--argc > 0) { + if((fd = fopen(*++argv, "r")) == NULL) { + fprintf(stderr, "xterm_decode: can't open %s\n", *argv); + continue; + } + decode(fd); + fclose(fd); + } + } +} diff --git a/src/ui/.gitignore b/src/ui/.gitignore deleted file mode 100644 index 322c06757..000000000 --- a/src/ui/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -Makefile -Makefile.in -*.[oa] -.deps diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am index 55496f639..3c52a1c7a 100644 --- a/src/ui/Makefile.am +++ b/src/ui/Makefile.am @@ -1,11 +1,13 @@ -# Makefile for the LifeLines report interpreter subsystem +# Makefile for the LifeLines user interface subsystem # AUTOMAKE_OPTIONS = no-dependencies -noinst_LIBRARIES = libuicli.a +noinst_LIBRARIES = libuicli.a libuicurses.a libuicli_a_SOURCES = ui_cli.c +libuicurses_a_SOURCES = ui_curses.c + # $(top_srcdir) for config.h # $(top_srcdir)/src/hdrs for headers diff --git a/src/ui/ui_cli.c b/src/ui/ui_cli.c index d76e944e6..fc937c654 100644 --- a/src/ui/ui_cli.c +++ b/src/ui/ui_cli.c @@ -29,6 +29,9 @@ *===========================================================*/ #include "llstdlib.h" +#define UI_ENABLE_ASK +#define UI_ENABLE_CHOOSE +#define UI_ENABLE_OTHER #include "ui.h" /********************************************* @@ -46,6 +49,28 @@ static void outputln(const char * txt); static void output(const char * txt); static INT interact(CNSTRING ptrn); +/*============================================================= + * Initialization and Termination + *===========================================================*/ + +/*=================================================== + * startup_ui -- (Placeholder, we don't need it) + *=================================================*/ +BOOLEAN +startup_ui (void) +{ + return TRUE; +} + +/*=================================================== + * shutdown_ui -- (Placeholder, we don't need it) + *=================================================*/ +void +shutdown_ui (HINT_PARAM_UNUSED BOOLEAN pause) +{ + return; +} + /*============================================================= * Xprintf() implementations *===========================================================*/ @@ -79,6 +104,14 @@ refresh_stdout (void) * Message output functions *===========================================================*/ void +message (char *fmt, ...) +{ + va_list args; + va_start(args, fmt); + vprintf(fmt, args); + va_end(args); +} +void msg_error (char *fmt, ...) { va_list args; @@ -103,10 +136,9 @@ msg_status (char *fmt, ...) va_end(args); } void -msg_output (MSG_LEVEL level, STRING fmt, ...) +msg_output (HINT_PARAM_UNUSED MSG_LEVEL level, STRING fmt, ...) { va_list args; - level=level; va_start(args, fmt); vprintf(fmt, args); va_end(args); @@ -123,42 +155,50 @@ msg_width (void) void call_system_cmd (STRING cmd) { + int rtn=-1; + #ifndef WIN32 - system("clear"); + rtn = system("clear"); #endif - system(cmd); + rtn = system(cmd); + + if (rtn != 0) { + printf(_("Editor or system call failed.")); + puts(""); + sleep(2); + } } /*============================================================= * ASK Routines *===========================================================*/ BOOLEAN -ask_for_program (STRING mode, - STRING ttl, - STRING *pfname, - STRING *pfullpath, - STRING path, - STRING ext, - BOOLEAN picklist) -{ - mode = mode; /* NOTUSED */ - ttl = ttl; /* NOTUSED */ - pfname = pfname; /* NOTUSED */ - pfullpath = pfullpath; /* NOTUSED */ - path = path; /* NOTUSED */ - ext = ext; /* NOTUSED */ - picklist = picklist; /* NOTUSED */ - +ask_for_program (HINT_PARAM_UNUSED STRING mode, + HINT_PARAM_UNUSED STRING ttl, + HINT_PARAM_UNUSED STRING *pfname, + HINT_PARAM_UNUSED STRING *pfullpath, + HINT_PARAM_UNUSED STRING path, + HINT_PARAM_UNUSED STRING ext, + HINT_PARAM_UNUSED BOOLEAN picklist) +{ /* TODO: We probably want to use the real implementation in askprogram.c */ return FALSE; } BOOLEAN ask_for_string (CNSTRING ttl, CNSTRING prmpt, STRING buffer, INT buflen) { + char *rtn=NULL; + int len=0; + outputln(ttl); printf("%s", prmpt); - fgets(buffer, buflen, stdin); - chomp(buffer); - return strlen(buffer)>0; + rtn = fgets(buffer, buflen, stdin); + if (rtn) + { + chomp(buffer); + len = strlen(buffer); + } + + return (len>0); } BOOLEAN ask_for_string2 (CNSTRING ttl1, CNSTRING ttl2, CNSTRING prmpt, STRING buffer, INT buflen) @@ -194,9 +234,8 @@ ask_yes_or_no_msg (STRING msg, STRING ttl) return yes_no_value(c); } BOOLEAN -ask_for_db_filename (CNSTRING ttl, CNSTRING prmpt, CNSTRING basedir, STRING buffer, INT buflen) +ask_for_db_filename (CNSTRING ttl, CNSTRING prmpt, HINT_PARAM_UNUSED CNSTRING basedir, STRING buffer, INT buflen) { - basedir = basedir; /* NOTUSED */ return ask_for_string(ttl, prmpt, buffer, buflen); } BOOLEAN @@ -273,11 +312,8 @@ choose_list_from_indiseq (STRING ttl, INDISEQ seq) return choose_one_or_list_from_indiseq(ttl, seq, TRUE); } INT -choose_one_or_list_from_indiseq (STRING ttl, INDISEQ seq, BOOLEAN multi) +choose_one_or_list_from_indiseq (HINT_PARAM_UNUSED STRING ttl, INDISEQ seq, HINT_PARAM_UNUSED BOOLEAN multi) { - ttl = ttl; /* NOTUSED */ - multi = multi; /* NOTUSED */ - calc_indiseq_names(seq); /* we certainly need the names */ /* TODO: imitate choose_from_list & delegate to array chooser */ @@ -291,18 +327,21 @@ choose_one_from_indiseq (STRING ttl, INDISEQ seq) INT choose_or_view_array (STRING ttl, INT no, STRING *pstrngs, BOOLEAN selectable) { - /* TODO: The q ought to be localized */ STRING promptline = selectable ? _(qSchlistx) : _(qSvwlistx); STRING responses = selectable ? "0123456789udq" : "udq"; - INT i=0; - - ttl = ttl; /* NOTUSED */ + INT start=1; while (1) { + INT end = start+(start == 1 ? 8 : 9); + if (end > no) { + end = no; + } INT j; INT rv; - for (j=i; j no) { + start = no; + } + } break; case 'u': - if (i>9) - i -= 10; + if (start >9) { + start -= 10; + } + if (start < 1) { + start = 1; + } break; + case 0: /* trap EOF and treat like a q */ case 'q': return -1; } } @@ -379,14 +432,16 @@ interact (CNSTRING ptrn) { char buffer[8]; CNSTRING t=0; + char *rtn=NULL; + while (1) { - fgets(buffer, sizeof(buffer), stdin); + rtn = fgets(buffer, sizeof(buffer), stdin); + if (!rtn) return 0; if (!ptrn) return buffer[0]; for (t=ptrn; *t; ++t) { if (buffer[0]==*t) return buffer[0]; } - printf("Invalid option: choose one of %s\n", ptrn); + printf("Invalid option(%c): choose one of %s\n",buffer[0], ptrn); } } - diff --git a/src/ui/ui_curses.c b/src/ui/ui_curses.c new file mode 100644 index 000000000..de404462c --- /dev/null +++ b/src/ui/ui_curses.c @@ -0,0 +1,145 @@ +/* + Copyright (c) 2000-2002 Perry Rapp + Copyright (c) 2023 Matt Emmerton + "The MIT license" + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. +*/ +/*============================================================= + * ui_curse.c -- UI code for curses interface (GUI/CHUI) + * Copyright(c) 2002 by Perry Rapp; all rights reserved + * Copyright(c) 2023 by Matt Emmerton; all rights reserved + *===========================================================*/ + +#include "mycurses.h" +#include "llstdlib.h" +#define UI_ENABLE_CURSES +#include "ui.h" + +/********************************************* + * external variables (no header) + *********************************************/ + +/********************************************* + * external functions + *********************************************/ +extern void term_screen(void); +extern int init_screen(char *, int); + +/********************************************* + * global/exported variables + *********************************************/ +BOOLEAN graphical=TRUE; + +/* we ought to use chtype, but only if it is typedef'd, but there is no +test to see if a type is typedef'd */ +llchtype gr_btee='+', gr_ltee='+', gr_rtee='+', gr_ttee='+'; +llchtype gr_hline='-', gr_vline= '|'; +llchtype gr_llx='*', gr_lrx='*', gr_ulx='*', gr_urx='*'; + +/********************************************* + * local function prototypes + *********************************************/ +static void set_screen_graphical (BOOLEAN graphical); + +/*============================================================= + * Initialization and Termination + *===========================================================*/ + +/*=================================================== + * startup_ui -- Do whatever is necessary to open GUI + *=================================================*/ +BOOLEAN +startup_ui (void) +{ + char errmsg[512]; + BOOLEAN success = FALSE; + + if (!init_screen(errmsg, sizeof(errmsg)/sizeof(errmsg[0]))) + { + endwin(); + fprintf(stderr, "%s", errmsg); + goto finish; + } + set_screen_graphical(graphical); + success = TRUE; + +finish: + return success; +} + +/*=================================================== + * shutdown_ui -- Do whatever is necessary to close GUI + * Created: 2001/11/08, Perry Rapp + *=================================================*/ +void +shutdown_ui (BOOLEAN pause) +{ + term_screen(); + + /* if error, give user a second to read it */ + if (pause) + sleep(1); + + /* Terminate Curses UI */ + if (!isendwin()) + endwin(); +} +/*============================ + * set_screen_graphical -- Specify whether to use ncurses box characters + * graphical: [IN] whether to use ncurses graphical box lines + *==========================*/ +static void +set_screen_graphical (BOOLEAN graphical) +{ + if (graphical) { + gr_btee = ACS_BTEE; + gr_hline = ACS_HLINE; + gr_ltee = ACS_LTEE; + gr_rtee = ACS_RTEE; + gr_ttee = ACS_TTEE; + gr_vline = ACS_VLINE; + gr_llx = ACS_LLCORNER; + gr_lrx = ACS_LRCORNER; + gr_ulx = ACS_ULCORNER; + gr_urx = ACS_URCORNER; + } + else { + gr_btee = '+'; + gr_hline = '-'; + gr_ltee = '+'; + gr_rtee = '+'; + gr_ttee = '+'; + gr_vline = '|'; + gr_llx = '*'; + gr_lrx = '*'; + gr_ulx = '*'; + gr_urx = '*'; + } + +} +/*================================================== + * get_gr_ttee -- current character used for box corners + *================================================*/ +llchtype +get_gr_ttee (void) +{ + return gr_ttee; /* eg, '+' */ +} diff --git a/tests/CreatingTests b/tests/CreatingTests new file mode 100644 index 000000000..21353cf5f --- /dev/null +++ b/tests/CreatingTests @@ -0,0 +1,320 @@ +Using the automake test Parallel Harness +1. Running tests +2. Adding a new test +3. Files associated with a test +4. Support for lltest, lldump, dbverify, llexec +5. Notes on why the complexity of OUTPUT, SRCDIR, TESTNAME + +1. Running tests +In the build area where the code was built, cd into the tests +directory and run + make check +or run + make clean check +running 'make clean' in the tests directory will remove the generated files +in the test subdirectories so that make check will re-run all the tests. + +To run a single test, say Royal92/Royal92 the test harness considers +the file testname.log as the 'target' so remove it if it exists. + rm Royal92/Royal92.log + make Royal92/Royal92.log + +If you want to debug the running of a test, the following command +will add lots of debug info in the test's directory testname.log file + VERBOSE=1 make check +or + VERBOSE=1 make clean check +For EVEN MORE debug info (i.e. running the run_a_test with set -x + + rm Royal92/Royal92.log + VERBOSE=2 make Royal92/Royal92.log + or + VERBOSE=2 make clean check + +If you are interested in debugging the GUI with the detailed character +output from running a test with llines you can run the tests with + CAPTUREOUT=1 make clean check +Normally the llines STDOUT is captured but output isn't required to match +the reference file as it varies with every tweak of curses. So if your +looking at GUI output, it's best to run the test before you start making +changes and check in the ...llines.out file as ...llines.out.ref, and +then make your changes and run the test again with CAPTUREOUT=1 to have +the differences checked. + +To check for memory errors when running a test, install valgrind if it's not +installed, and run (for example: for the test Royal92/Royal92 + rm Royal92/Royal92.log + TESTMEMCHECK=1 make Royal92/Royal92.log +But beware, that a 2 second run time test when run under valgrind will be more +like 20 seconds. Still that's not too bad. + +The valgrind log would be in Royal92/Royal92-prog.valgrind. +Also, you can pass in valgrind options using the VALGRIND_OPTS environment +variable - but run_a_test invokes valgrind with the following options: + valgrind --log-file=$testname-%p.valgrind --num-callers=16 --leak-check=yes +You can use valgrind to do memory checks for all the tests in the tests +directory with the command + TESTMEMCHECK=1 make clean check + +The automake test structure is used to run the tests. +When done a file is created in the tests directory named test-suite.log. +It will summarize the results of running all the tests. Passing tests +are just counted, failing tests include the contents of testname.log file. +testname.log files in the individual test sub directories, have more +details about each part of the tests run, and which parts pass and fail. +The script that runs the tests will also read the Valgrind data and produce +a summary of Errors and heap memory usage in the file named valgrind_summary +in the tests directory. It produces really wide output over 110 characters +wide. If you set the environment variable VSWRAP=80 it will generate no +more than 80 char wide output (wrapping columns). + +2. Adding a new test: +The intent is to isolate testing from the users normal environment, so +the .linesrc (or lines.src) file isn't read. Also building in the source +area or in a separate build area is supported, so there are a few things +that must be done - see below. + +To add a test or group of similar tests, +1. add a test to an existing directory if it's related to what's present + or create a new subdirectory to put the test data if it's a new topic +b. edit Makefile.am in this directory (the tests directory) + a. add directory name to the testsubdir definition + b. add the names of the llscr files (see below) to TESTS. +c. generate files described below. first a testname.llscr file to drive llines, + a testname.ged if you need data for llines to manipulate, a testname.ll if + you need to run a report (You probably do, as it's needed to generate a + testname.llines.out file. + +d. and of course once you have the test running, copy output + files to output.ref in the source area to save the reference results, + so the test can generate a PASS. (or to output.32.out.ref and + output.64.out.ref if the files are different for 32 and 64 bit llines. + (Repeat for any other all reference files.) + +3. Files associated with a test +The organization of the tests is a collection of directories that contain +tests. In each directory, there can be 1 or more tests. Each test consists +of the following: + testname.ged Optional. Some tests can be run without ged data. + testname.ll Required. A lifelines script that is to be run + testname.llscr Required. Commands to feed to llines + If script runs any .ll files, the output file name + should be indicated as OUTPUT, and the run_a_command + script will replace OUTPUT the correct file name + expected and it is diffed with the reference output. + If the .llscr file loads a GEDCOM file + (testname.ged in the src area), say with a line + urmytest.ged + The testname (here mytest) must be replaced with + TESTNAME. The test environment replaces TESTNAME + with the name of the gedcom file, including path. + This way the gedcom file can be found when building + in separate build areas. The line urmytest.ged + needs to be written + urTESTNAME.ged + when llines requests the output file name, the llscr + file must use OUTPUT. the run script will replace + this with the correct OUTPUT name + lines.src Optional. If the tests in a subdir needs to pass + environmental data to llines, if this file exists, + the tests will read this file. + testname.config Optional. File that contains test configuration data + and allows running programs other than llines. + env NAME=Value - set environment variables when running the test + pre command args - run command before running llines (not implemented) + post command args - run command after running llines + command is the name of a program to run. Typically + it is looked for in the tools or liflines directory. + command is just the name, not a path and name + see Royal92 for examples. Typical commands + are lltest, lldump, dbverify. If an output file + is specified in args it must be written as OUTPUT + skip - Run test but exit with 77 telling test code + we are skipping this test. (Typically indicating + the test shows known bugs, that haven't been + fixed.) If the test results match all the + reference files it is marked as failed rather + than skip, since something is fishy? +Output files. the run_a_test script generates output file names. + each program run (llines, llexec, lldump, ...) + will capture STDOUT from the program and data + from at most one specified output file. Filenames + are of the form +testname.prog.stdout standard out of the program 'prog' +testname.prog.stdout.filter filtered STDOUT (if prog is llines) +testname.prog.out name for output of script data. But .llsrc files + and command names in .config post commands + need to use OUTPUT. The run_a_test script will + translate OUTPUT to the proper filename. + You will need to use OUTPUT.out or OUTPUT.stdout + if your test generates both test output data + and test output on STDOUT. + To make this even more complicated, if a program + (e.g. lldump is called more than once, the OUTPUT + is disambiguated, by appending _2, _3 ... to prog. + so prog becomes, prog, prog_2, prog_3 ... +All the above output name have corresponding names with .ref appended +in the test source area which are reference values of the files. + +if the expected output differs for 32 and 64 bit compiled programs, instead +of the testname.prog.out.ref file, .32 or .64 can be added before the .ref +testname.prog.out.32.ref Optional. Expected output for 32 bits . +testname.prog.out.64.ref Optional. Expected output for 64 bits . + +testname.prog.valgrind Valgrind output if test run under valgrind + + The following files are generated by the test environment in the + build area test sub directories when you do a 'make check' in the tests + directory. + testname.trs test stats that the test environment uses + testname.prog.*.diff a diff of the output of the test, vs expected output + STDOUT data + testname.llscr.fix this is the .llsrc script that is fed to llines. + it has TESTNAME and SRCDIR processing applied + to reflect a pathname from the object area to + the file in the source area if they are different. + testdb the name of the lifelines data base for the test + +There are 3 strings that are replaced in test source information +OUTPUT name of the outputfile - relaced with testname.prog or + testname.prog when assembling a command to execute (you must + use OUTPUT.out or OUTPUT.stdout depending on which type of output it + is. +TESTNAME name of the test - replaced with path/testname + likewise when assembling a command to exectute +SRCDIR the path to the source directory of the test + used to process commands in the testname.config file + replaced when processing arguments to command in the .config files +each test is run, by doing something similar to + LLPROGRAMS= + sed -e s@TESTNAME@/testname@ < testname.llscr \ + > testname.llscr.fix + llines -C /lines.src testdb < testname.llscr.fix > testname.llines.out +The -C /lines.src causes any llines configuration files +to be ignored, which could create non-standard environments. Typically there +is no lines.src in the source directory for the test, so there is no .linesrc +or lines.src file read. But if you need to say add some lang settings for a +test, you can create a lines.src file in the source of the test directory. + +The testname.llines.stdout file is then filtered to remove run times, +program version information and path of the .ll script, and convert the +terminal escape sequences into a ascii description and written to +testname.llines.stdout.filter + +The TESTNAME magic is not needed for reading the testname.ll file, as +LLPROGRAMS is set to default the location where llines looks for .ll files +to the directory where the src of the tests is. +Similarly the word OUTPUT is replaced with the name of the output file. +This is necessary as the program name has a sequence number attached to it. +so for example testname.lldump, testname.lldump_2, ... +Do not use TESTNAME.prog.out but rather OUTPUT.out as the file to be +written out. + +Sample testname.llscr file: +y +urTESTNAME +y +y +rtestname +OUTPUT.out +q +q + +Just look at the existing working tests for examples. +There are tests that run llines or llexec, even one that uses the expect +Input to llines or llexec is normally just 'cat file|llines', same for llexec. +but llines requires the input to be a tty (on linux/unix machines) in order +for curses to recognize and translate special characters like +UP ARROW and DOWN ARROW correctly. llexec just ignores these characters. + + +4. Support for lltest, lldump, dbverify, llexec + See above, the testname.config files, post commands allow running + programs in the src/tools and src/liflines directories and + STDOUT is captured as testname.prog.stdout, if the word OUTPUT.stdout + is seen in the command args, a file testname.prog.out is also + captured and OUTPUT.out is replaced by testname.prog.out before running + the command. + + post dbverify -a testdb + post lldump -a testdb + post lltest testdb + post llexec -C SRCDIR/llines.src -o OUTPUT -x testname.ll testdb + run_a_command computes the location of the llines.src file + and the output file name. The testname.ll can be found by + either using TESTNAME.ll or letting the LLPROGRAMS setting + resolve the location. +5. Notes on why the complexity of OUTPUT, SRCDIR, TESTNAME + The Gnu automake system allows two ways to build code. + 1. The simplest way, build code in the source area. + check out the code and follow the instructions in the INSTALL file. + sh build/autogen.sh + sh ./configure + make + cd tests + make check + Here all the object files are co-mingled with the corresponding + source files. It builds whatever the default is for your machine, + now-a-days a 64 bit version. Only one version can be built in + a given source area. + 2. The other build method supported by automake, is to create separate + directories say bld32 and bld64 at the top level (or anywhere else), + and then compile the code in trees within those directories. + sh build/autogen.sh + cd bld32 + sh ../configure --with-32bit + make -j 4 + cd tests + make tests + and then + cd ../bld64 + sh ../configure --with-64bit + make -j 4 + cd tests + make tests + The -j 4 on make is optional depending on your build system. + Here the source area is left almost unchanged. Only the autogen.sh + script builds a few files in the source area. All the object code + and executables are in bld32 and bld64 + + When running tests in this second method most of the source data used + to run tests is in the object area. As described here, thats the + bld64/tests or bld32/tests directory. to run the tests you do something + like: + cd bld64/tests + make clean check + and the output data is stored, in this tests area with the source + in ../../tests. Again the GNU automake system supports this + split of information. In particular the script that runs + the tests, tests/run_a_test is launched out of the source + area, and all the tests are run in the object area (bld64/tests/...) + The script knows where to find everything it needs. One exception + is the prog.llsrc input file may need to have name of the output file + embedded in the file(using the string OUTPUT.out). The test script copies + the file to the build area and names it prog.llscr.fix for use in + running the test. + + llines, and llexec have no knowledge of this split and they + shouldn't. This the magic described above of abstracting + names of various files by using OUTPUT, SRCDIR and TESTNAME. + For example if your running math/test1, the .ll script + is either test1.ll for the build in source area, or + ../../../math/test1.ll with build areas separate as described above. + This is handled by the LLPROGRAMS environment variable. + Another variation is for output files, + if your test runs dbverify twice, the first time the output + file might be test1.dbverify.stdout, but the second run it uses + test1.dbverify_2.stdout. so both output files can be captured. + by encoding the output file name as OUTPUT in the test files, + the run_a_command script will compute unique names for + test file output and standard output without the test writter + having to deal with the naming. + Finally in cases where you need to access a file in the src + area, like llexec accessing a llines.src file with + -C SRCDIR/llines.src + This is required even if you don't have a llines.src file + in the test source, as it prevents your personal llines.src or + .linesrc from altering test behavior. + + If you don't follow the OUTPUT, SRCDIR and TESTNAME guidelines above + the test won't run in both environments. diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 000000000..b1c5f86fd --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,44 @@ +## Makefile.am -- Run tests in the tests subdirectory + +EXTRA_DIST = defs $(TESTS) +MAINTAINERCLEANFILES = Makefile.in +SHELL = /bin/bash + +testsubdir = date gengedcomstrong interp math pedigree-longname \ + string view-history Royal92 + +TESTS_ENVIRONMENT = top_builddir=$(top_builddir) + +# Tests that have no external dependencies +TESTS1 = date/checkjd2date.llscr \ + gengedcomstrong/test1.llscr \ + interp/eqv_pvalue.llscr \ + interp/fullname.llscr \ + interp/ifelse.llscr \ + math/test1.llscr \ + math/test2.llscr \ + pedigree-longname/test1.llscr \ + string/string-unicode.llscr \ + string/mc_llexec.llscr \ + string/mc_llexec1.llscr \ + string/mc_llines.llscr \ + string/mc_llines1.llscr \ + view-history/view-history.llscr \ + Royal92/Royal92.llscr \ + Royal92/Analyze.llscr \ + Royal92/check_lltest.llscr + +# Tests that depend on 'expect' +if HAVE_EXPECT +TESTS2 = string/mc_llines2.llscr +endif + +TESTS = $(TESTS1) $(TESTS2) + +# make runs run_a_test file.llscr to generate file.log +TEST_EXTENSIONS = .llscr +LLSCR_LOG_COMPILER = $(srcdir)/run_a_test + +clean-local: + -rm -f */*.llout */*.out */*.stdout */*.diff */*.fix + -rm -rf */testdb */*.filter */*.valgrind */errs.log diff --git a/tests/Note b/tests/Note new file mode 100644 index 000000000..f6252dff4 --- /dev/null +++ b/tests/Note @@ -0,0 +1,70 @@ +Capturing and analyzing llines output so we can detect UI changes` + + I suggest there are many solutions + 1. Wrap all curses calls with debug code that could capture what's + happening + 2. trap all the curses calls with an interpose library, and + log the calls before passing the calls to the curses library. + 3. see man curs_trace - apparently the curses lib can be built so that + with no change to our code, other than linking the debug curses library + it will log all curses calls. Much nicer solution, and perhaps a bit + more of an abstraction.`Unfortunately it seems the debug libraries + aren't distributed by ubuntu or fedora releases. Meaning one would + have to build the library, and create a special version of llines + since we statically link with libncursesw. + 4. capture and compare the terminal output. Ideally identifing control + char's and replacing them with a english rendition. If we do + the tests always for the same TERM type it should be non intrusive + and relatively easy to do. + +For now, I have included a program xterm_decode that strictly speaking +can read xterm outout and explain what everything is doing. Since +most terminal control sequences are VT100 based (or VTxxx) explicit +setting of the TERM environment variable may not even be needed. +One issue, is while curses is designed to convert an abstract conceptual +interface into what ever terminal you have, the output of libncurses +may not always be the same. We are at the whim of ncurses developers +and their optimizations (or bug fixes). Of course, if a developer decides to +make some changes, it's likely libncurses won't change while the work is being +done. I'd argue is better than nothing, and if someone comes up with a +better solution good. + +Here is an example of variations we can see from ncurses libraries: + +example:Ubuntu 18.10 aka Cosmic Cuttlefish, uses libncurses6 6.1+20180210-4 + while fedora release 28 uses ncurses-libs-6.1-5.20180224.fc28 + The builds were only 14 days apart. + + The ubuntu version uses a vt100 command to position to a given column + and the fedora version replaced that with use of tabs (and I suspect + spaces if necessary) which resulted in a slight character savings. + + as an example (data after the ': ' is the text sent, where control + characters are represented like or . (Also some of the + ISO 6429 and ISO 2022 nomenclature like CSI and C0 can just be ignored.) + + +< CSI Cursor to Column 73: '[73G' +--- +> C0 Control Character (Ctrl-I) Horizontal Tab: '' +> C0 Control Character (Ctrl-I) Horizontal Tab: '' +> C0 Control Character (Ctrl-I) Horizontal Tab: '' +> C0 Control Character (Ctrl-I) Horizontal Tab: ''` + +in both of these the ncurses lib is figuring out how to get to col 73 +and issuing some character sequences that will get there. +the second with tabs is 1 char shorter, but relies on ncurses knowing +where it is in the line. + +If you want to see how changes you make to lifelines affect the gui output +you can update the test *.out.ref files before you start your work, and +then you can compare those reference files with the current outputs +by setting CAPTUREOUT=1 when you run the tests. That is, if you cd into +the build area tests directory, you can run + +CAPTUREOUT=1 make clean check + +This will check the output of llines (or llexec) against the references +otherwise the output is not checked, as it is very sensitive to the +vcersion of the curses package and almost any changes curses will cause +differences. diff --git a/tests/README b/tests/README index 67045fb76..297e4a297 100644 --- a/tests/README +++ b/tests/README @@ -40,3 +40,8 @@ view-history/view-history -- Status: Complete -- Issue: 260 -- Purpose: avoid core dump when viewing history + +interp/ifelse +-- Status: Complete +-- Issue: 374 +-- Purpose: Ensure that if/else and if/elsif/else works in varb and non-varb forms diff --git a/tests/Royal92/Analyze.ged b/tests/Royal92/Analyze.ged new file mode 100644 index 000000000..473d7501a --- /dev/null +++ b/tests/Royal92/Analyze.ged @@ -0,0 +1,30682 @@ +0 HEAD +1 SOUR PAF 2.2 +1 DEST PAF +1 DATE 20 NOV 1992 +1 FILE ROYALS.GED +1 CHAR UTF-8 +0 @S1@ SUBM +1 NAME Denis R. Reid +1 ADDR 149 Kimrose Lane +2 CONT Broadview Heights, Ohio 44147-1258 +2 CONT Internet Email address: ah189@cleveland.freenet.edu +1 PHON (216) 237-5364 +1 COMM >> In a message to Cliff Manis (cmanis@csoftec.csf.com) +2 CONT >> Denis Reid wrote the following: +2 CONT >> Date: Fri, 25 Dec 92 14:12:32 -0500 +2 CONT >> From: ah189@cleveland.Freenet.Edu (Denis Reid) +2 CONT >> Subject: THE ROYALS +2 CONT >> First of all, MERRY CHRISTMAS! +2 CONT >> +2 CONT >> You may make this Royal GEDCOM available available to whomever. +2 CONT >> As you know this is a work in process and have received suggestions, +2 CONT >> corrections and additions from all over the planet... +2 CONT >> some even who claim to be descended from Charlemange, himself! +2 CONT >> +2 CONT >> The weakest part of the Royals is in the French and Spanish lines. +2 CONT >> I found that many of the French Kings had multiple mistresses whose +2 CONT >> descendants claimed noble titles, and the Throne itself in some +2 CONT >> cases. I have had the hardest time finding good published sources +2 CONT >> for French and Spanish Royalty. +2 CONT >> +2 CONT >> If you do post it to a BBS or send it around, I would appreciate +2 CONT >> it if you'd append a message to the effect that I would welcome +2 CONT >> comments and suggestions and possible sources to improve +2 CONT >> the database. +2 CONT >> +2 CONT >> Since the Royals had so many names and many titles it was difficult +2 CONT >> to "fill in the blanks" with their name. In the previous version, +2 CONT >> I included all their titles, names, monikers in the notes. +2 CONT >> +2 CONT >> Thanks for your interest. Denis Reid +0 @I1@ INDI +1 NAME Victoria /Hanover/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 24 MAY 1819 +2 PLAC Kensington,Palace,London,England +1 DEAT +2 DATE 22 JAN 1901 +2 PLAC Osborne House,Isle of Wight,England +1 BURI +2 PLAC Royal Mausoleum,Frogmore,Berkshire,England +1 REFN 1 +1 FAMS @F1@ +1 FAMC @F42@ +0 @I2@ INDI +1 NAME Albert Augustus Charles// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 26 AUG 1819 +2 PLAC Schloss Rosenau,Near Coburg,Germany +1 DEAT +2 DATE 14 DEC 1861 +2 PLAC Windsor Castle,Berkshire,England +1 BURI +2 PLAC Royal Masoleum,Frogmore,Windsor,England +1 FAMS @F1@ +1 FAMC @F43@ +0 @I3@ INDI +1 NAME Victoria Adelaide Mary// +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 21 NOV 1840 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 10 FEB 1841 +2 PLAC Throne Room,Buckingham Palac,England +1 DEAT +2 DATE 5 AUG 1901 +2 PLAC Friedrichshof,Near,Kronberg,Taunus +1 BURI +2 PLAC Friedenskirche,Potsdam +1 FAMS @F3@ +1 FAMC @F1@ +0 @I4@ INDI +1 NAME Edward_VII /Wettin/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 9 NOV 1841 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 6 MAY 1910 +2 PLAC Buckingham,Palace,London,England +1 BURI +2 DATE 20 MAY 1910 +2 PLAC Windsor,Berkshire,England +1 FAMS @F2@ +1 FAMC @F1@ +0 @I5@ INDI +1 NAME Alice Maud Mary// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 25 APR 1843 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 14 DEC 1878 +2 PLAC Darmstadt,,,Germany +1 FAMS @F8@ +1 FAMC @F1@ +0 @I6@ INDI +1 NAME Alfred Ernest Albert// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 6 AUG 1844 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 30 JUL 1900 +2 PLAC Schloss Rosenau,Near Coburg +1 FAMS @F26@ +1 FAMC @F1@ +0 @I7@ INDI +1 NAME Helena Augusta Victoria// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 25 MAY 1846 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 9 JUN 1923 +2 PLAC Schomberg House,Pall Mall,London,England +1 FAMS @F32@ +1 FAMC @F1@ +0 @I8@ INDI +1 NAME Louise Caroline Alberta// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 18 MAR 1848 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 3 DEC 1939 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Frogmore,,,England +1 FAMS @F69@ +1 FAMC @F1@ +0 @I9@ INDI +1 NAME Arthur William Patrick// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1 MAY 1850 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 16 JAN 1942 +2 PLAC Bagshot Park,Surrey +1 FAMS @F34@ +1 FAMC @F1@ +0 @I10@ INDI +1 NAME Leopold George Duncan// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 7 APR 1853 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 28 MAR 1884 +2 PLAC Cannes +1 FAMS @F5@ +1 FAMC @F1@ +0 @I11@ INDI +1 NAME Beatrice Mary Victoria// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 14 APR 1857 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 26 OCT 1944 +2 PLAC Bantridge Park,Balcombe,Sussex,England +1 FAMS @F6@ +1 FAMC @F1@ +0 @I12@ INDI +1 NAME Alexandra of_Denmark "Alix"// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1 DEC 1844 +2 PLAC Yellow Palace,Copenhagen,Denmark +1 DEAT +2 DATE 20 NOV 1925 +2 PLAC Sandringham,,Norfolk,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMS @F2@ +1 FAMC @F74@ +0 @I13@ INDI +1 NAME Albert Victor Christian// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 8 JAN 1864 +2 PLAC Frogmore House,Windsor,Berkshire,England +1 DEAT +2 DATE 14 JAN 1892 +2 PLAC Sandringham,,Norfolk,England +1 BURI +2 DATE 20 JAN 1892 +2 PLAC Windsor,Berkshire,England +1 FAMC @F2@ +0 @I14@ INDI +1 NAME George_V /Windsor/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 3 JUN 1865 +2 PLAC Marlborough Hse,London,England +1 CHR +2 DATE 7 JUL 1865 +1 DEAT +2 DATE 20 JAN 1936 +2 PLAC Sandringham,Norfolk,England +1 BURI +2 DATE 28 JAN 1936 +2 PLAC Windsor Castle,St. George Chap.,Berkshire,England +1 FAMS @F7@ +1 FAMC @F2@ +0 @I15@ INDI +1 NAME Louise Victoria Alexandra// +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 20 FEB 1867 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 4 JAN 1931 +2 PLAC Portman Square,London,England +1 FAMS @F29@ +1 FAMC @F2@ +0 @I16@ INDI +1 NAME Victoria Alexandra Olga// +1 SEX F +1 BIRT +2 DATE 6 JUL 1868 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 3 DEC 1935 +2 PLAC Coppins,Iver,Bucks,England +1 FAMC @F2@ +0 @I17@ INDI +1 NAME Maude Charlotte Mary// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 26 NOV 1869 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 20 NOV 1938 +2 PLAC London,England +1 FAMS @F21@ +1 FAMC @F2@ +0 @I18@ INDI +1 NAME John Alexander // +1 SEX M +1 BIRT +2 DATE 6 APR 1871 +1 DEAT +2 DATE 7 APR 1871 +1 FAMC @F2@ +0 @I19@ INDI +1 NAME George Victor of_Waldeck// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1889 +1 FAMS @F67@ +0 @I20@ INDI +1 NAME Frederick_III // +1 TITL German Emperor +1 SEX M +1 BIRT +2 DATE 18 OCT 1831 +2 PLAC Neues Palais,Potsdam,Germany +1 DEAT +2 DATE 15 JUN 1888 +2 PLAC Neues Palais,Potsdam,Germany +1 BURI +2 PLAC Friedenskirche,Potsdam,Germany +1 FAMS @F3@ +1 FAMC @F147@ +0 @I21@ INDI +1 NAME William_II // +1 TITL German Emperor +1 SEX M +1 BIRT +2 DATE 27 JAN 1859 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 4 JUN 1941 +2 PLAC Haus Doorn,Netherlands +1 FAMS @F136@ +1 FAMS @F146@ +1 FAMC @F3@ +0 @I22@ INDI +1 NAME Louis_IV of_Hesse // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1892 +1 FAMS @F8@ +1 FAMC @F114@ +0 @I23@ INDI +1 NAME Helena Frederica of_Waldeck// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 17 FEB 1861 +2 PLAC Arolsen +1 DEAT +2 DATE 1 SEP 1922 +2 PLAC Tyrol +1 FAMS @F5@ +1 FAMC @F67@ +0 @I24@ INDI +1 NAME Alice of_Athlone // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE JAN 1981 +1 FAMS @F38@ +1 FAMC @F5@ +0 @I25@ INDI +1 NAME Henry Maurice of_Battenberg// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1896 +1 FAMS @F6@ +1 FAMC @F109@ +0 @I26@ INDI +1 NAME Alexander of_Carisbrooke // +1 TITL Marquess +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 23 FEB 1960 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,England +1 FAMS @F142@ +1 FAMC @F6@ +0 @I27@ INDI +1 NAME Victoria Eugenie "Ena"// +1 TITL Queen of Spain +1 SEX F +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1969 +2 PLAC Lausanne +1 FAMS @F143@ +1 FAMC @F6@ +0 @I28@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1922 +1 FAMC @F6@ +0 @I29@ INDI +1 NAME Maurice // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1914 +1 FAMC @F6@ +0 @I30@ INDI +1 NAME Mary_of_Teck (May) // +1 TITL Queen +1 SEX F +1 BIRT +2 DATE 26 MAY 1867 +2 PLAC Kensington,Palace,London,England +1 DEAT +2 DATE 24 MAR 1953 +2 PLAC Marlborough Hse,London,England +1 BURI +2 DATE 31 MAR 1953 +2 PLAC St. George's,Chapel,Windsor Castle,England +1 FAMS @F7@ +1 FAMC @F41@ +0 @I31@ INDI +1 NAME Edward_VIII /Windsor/ +1 TITL Duke of Windsor +1 SEX M +1 BIRT +2 DATE 23 JUN 1894 +2 PLAC White Lodge,Richmond Park,Surrey,England +1 DEAT +2 DATE 28 MAY 1972 +2 PLAC Paris,,,France +1 BURI +2 PLAC Frogmore,Windsor,Berkshire,England +1 FAMS @F20@ +1 FAMC @F7@ +0 @I32@ INDI +1 NAME George_VI /Windsor/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 14 DEC 1895 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 6 FEB 1952 +2 PLAC Sandringham,Norfolk,England +1 BURI +2 DATE 11 MAR 1952 +2 PLAC St. George Chap.,,Windsor,England +1 FAMS @F12@ +1 FAMC @F7@ +0 @I33@ INDI +1 NAME Mary /Windsor/ +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 25 APR 1897 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 28 MAR 1965 +2 PLAC Harewood House,Yorkshire,,England +1 FAMS @F18@ +1 FAMC @F7@ +0 @I34@ INDI +1 NAME Henry William Frederick/Windsor/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 31 MAR 1900 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 1974 +1 FAMS @F19@ +1 FAMC @F7@ +0 @I35@ INDI +1 NAME George Edward Alexander/Windsor/ +1 TITL Duke of Kent +1 SEX M +1 BIRT +2 DATE 20 DEC 1902 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 25 AUG 1942 +2 PLAC Morven,,,Scotland +1 FAMS @F17@ +1 FAMC @F7@ +0 @I36@ INDI +1 NAME John Charles Francis/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 12 JUL 1905 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 18 JAN 1919 +2 PLAC Wood Farm,Wolferton,Norfolk,England +1 BURI +2 PLAC Sandringham,Norfolk,,England +1 FAMC @F7@ +0 @I37@ INDI +1 NAME Nicholas_II Alexandrovich /Romanov/ +1 TITL Tsar of Russia +1 SEX M +1 BIRT +2 DATE 18 MAY 1868 +2 PLAC Tsarskoye Selo,Pushkin,,Russia +1 DEAT +2 DATE 16 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMS @F4@ +1 FAMC @F9@ +0 @I38@ INDI +1 NAME Victoria Alberta of_Hesse// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1950 +1 FAMS @F27@ +1 FAMC @F8@ +0 @I39@ INDI +1 NAME Alexandra Fedorovna "Alix"// +1 TITL Tsarina +1 SEX F +1 BIRT +2 DATE 6 JUN 1872 +2 PLAC Darmstadt,,,Germany +1 DEAT +2 DATE 16 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMS @F4@ +1 FAMC @F8@ +0 @I40@ INDI +1 NAME Alexander_III Alexandrovich /Romanov/ +1 TITL Tsar of Russia +1 SEX M +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1 NOV 1894 +2 PLAC Livadia,Crimea,Near Yalta,Russia +1 BURI +2 DATE 19 NOV 1894 +2 PLAC Cathedral of the,Fortress of P&P,St. Petersburg,Russia +1 FAMS @F9@ +1 FAMC @F11@ +0 @I41@ INDI +1 NAME Dagmar "Marie" of_Denmark// +1 TITL Tsarina +1 SEX F +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE OCT 1928 +2 PLAC Copenhagen,,,Denmark +1 FAMS @F9@ +1 FAMC @F74@ +0 @I42@ INDI +1 NAME Nicholas_I /Romanov/ +1 TITL Tsar of Russia +1 SEX M +1 BIRT +2 DATE 1796 +1 DEAT +2 DATE 1855 +1 FAMS @F10@ +1 FAMC @F469@ +0 @I43@ INDI +1 NAME Charlotte of_Prussia // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1798 +1 DEAT +2 DATE 1860 +1 FAMS @F10@ +1 FAMC @F145@ +0 @I44@ INDI +1 NAME Alexander_II Nicholoevich /Romanov/ +1 TITL Tsar of Russia +1 SEX M +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 13 MAR 1881 +1 FAMS @F11@ +1 FAMS @F593@ +1 FAMC @F10@ +0 @I45@ INDI +1 NAME Marie of_Hesse- Darmstadt// +1 SEX F +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE 1880 +1 FAMS @F11@ +1 FAMC @F110@ +0 @I46@ INDI +1 NAME Olga Nicholovna /Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE NOV 1895 +2 PLAC Alexander Palace,Tsarskoe Selo,,Russia +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F4@ +0 @I47@ INDI +1 NAME Tatiana Nicholovna // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE JUN 1897 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F4@ +0 @I48@ INDI +1 NAME Maria Nicholovna /Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE MAY 1899 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F4@ +0 @I49@ INDI +1 NAME Anastasia Nicholovna /Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE JUN 1901 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F4@ +0 @I50@ INDI +1 NAME Alexis Nicolaievich /Romanov/ +1 TITL Tsarevich +1 SEX M +1 BIRT +2 DATE 12 AUG 1904 +2 PLAC Peterhof,Near,St. Petersburg,Russia +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F4@ +0 @I51@ INDI +1 NAME Elizabeth Angela Marguerite/Bowes-Lyon/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 4 AUG 1900 +2 PLAC ,,London,England +1 CHR +2 DATE 23 SEP 1900 +1 FAMS @F12@ +1 FAMC @F46@ +0 @I52@ INDI +1 NAME Elizabeth_II Alexandra Mary/Windsor/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 21 APR 1926 +2 PLAC 17 Bruton St.,London,W1,England +1 FAMS @F14@ +1 FAMC @F12@ +0 @I53@ INDI +1 NAME Margaret Rose /Windsor/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 21 AUG 1930 +2 PLAC Glamis Castle,,Angus,Scotland +1 FAMS @F13@ +1 FAMC @F12@ +0 @I54@ INDI +1 NAME Anthony Charles Robert/Armstrong-Jones/ +1 TITL Earl of Snowdon +1 SEX M +1 BIRT +2 DATE 7 MAR 1930 +1 FAMS @F13@ +1 FAMS @F1410@ +0 @I55@ INDI +1 NAME David Albert Charles/Armstrong-Jones/ +1 TITL Vicount Linley +1 SEX M +1 BIRT +2 DATE 3 NOV 1961 +1 FAMC @F13@ +0 @I56@ INDI +1 NAME Sarah Frances Elizabeth/Armstrong-Jones/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1 MAY 1964 +1 FAMC @F13@ +0 @I57@ INDI +1 NAME Philip /Mountbatten/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 10 JUN 1921 +2 PLAC Isle of Kerkira,Mon Repos,Corfu,Greece +1 FAMS @F14@ +1 FAMC @F28@ +0 @I58@ INDI +1 NAME Charles Philip Arthur/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 14 NOV 1948 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 15 DEC 1948 +2 PLAC Buckingham,Palace,Music Room,England +1 FAMS @F16@ +1 FAMC @F14@ +0 @I59@ INDI +1 NAME Anne Elizabeth Alice/Windsor/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 15 AUG 1950 +2 PLAC Clarence House,St. James,,England +1 CHR +2 DATE 21 OCT 1950 +2 PLAC ,,,England +1 FAMS @F15@ +1 FAMC @F14@ +0 @I60@ INDI +1 NAME Andrew Albert Christian/Windsor/ +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 19 FEB 1960 +2 PLAC Belgian Suite,Buckingham,Palace,England +1 FAMS @F53@ +1 FAMC @F14@ +0 @I61@ INDI +1 NAME Edward Anthony Richard/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 10 MAR 1964 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 2 MAY 1964 +1 FAMC @F14@ +0 @I62@ INDI +1 NAME Mark Anthony Peter/Phillips/ +1 TITL Captain +1 SEX M +1 BIRT +2 DATE 22 SEP 1948 +1 FAMS @F15@ +1 FAMC @F1405@ +0 @I63@ INDI +1 NAME Peter Mark Andrew/Phillips/ +1 SEX M +1 BIRT +2 DATE 15 NOV 1977 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 22 DEC 1977 +2 PLAC Music Room,Buckingham,Palace,England +1 FAMC @F15@ +0 @I64@ INDI +1 NAME Zara Anne Elizabeth/Phillips/ +1 SEX F +1 BIRT +2 DATE 15 MAY 1981 +2 PLAC St. Marys Hosp.,Paddington,London,England +1 FAMC @F15@ +0 @I65@ INDI +1 NAME Diana Frances /Spencer/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1 JUL 1961 +2 PLAC Park House,Sandringham,Norfolk,England +1 CHR +2 PLAC Sandringham,Church,Norfolk,England +1 FAMS @F16@ +1 FAMC @F78@ +0 @I66@ INDI +1 NAME Marina of_Greece // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 30 NOV 1906 +2 PLAC Athens,Greece +1 DEAT +2 DATE 1968 +2 PLAC Kensington,Palace,,England +1 FAMS @F17@ +1 FAMC @F76@ +0 @I67@ INDI +1 NAME Edward George Nicholas/Windsor/ +1 TITL Duke of Kent +1 SEX M +1 BIRT +2 DATE 9 SEP 1935 +2 PLAC 3 Belgrave Sq.,,England +1 FAMS @F31@ +1 FAMC @F17@ +0 @I68@ INDI +1 NAME Henry George Charles/Lascelles/ +1 TITL Viscount +1 SEX M +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1947 +1 FAMS @F18@ +0 @I69@ INDI +1 NAME Alice Christabel /Montagu-Douglas/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 25 DEC 1901 +2 PLAC London,England +1 FAMS @F19@ +1 FAMC @F296@ +0 @I70@ INDI +1 NAME Bessiewallis /Warfield/ +1 SEX F +1 BIRT +2 DATE 1896 +2 PLAC ,,,U.S.A. +1 DEAT +2 DATE 24 APR 1986 +2 PLAC Paris,,,France +1 BURI +2 PLAC Frogmore,Windsor,Berkshire,England +1 FAMS @F20@ +1 FAMS @F24@ +1 FAMS @F25@ +1 FAMC @F55@ +0 @I71@ INDI +1 NAME Charles Haakon_VII // +1 TITL King of Norway +1 SEX M +1 BIRT +2 DATE 1872 +2 PLAC Charlottenlund,Denmark +1 DEAT +2 DATE 1957 +1 FAMS @F21@ +1 FAMC @F218@ +0 @I72@ INDI +1 NAME Henry of_Prussia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1929 +1 FAMS @F22@ +1 FAMC @F3@ +0 @I73@ INDI +1 NAME Sigismund // +1 SEX M +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1866 +1 FAMC @F3@ +0 @I74@ INDI +1 NAME Victoria // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1929 +1 FAMS @F138@ +1 FAMS @F442@ +1 FAMC @F3@ +0 @I75@ INDI +1 NAME Waldemar // +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1879 +1 FAMC @F3@ +0 @I76@ INDI +1 NAME Sophie of_Prussia // +1 TITL Queen of Greece +1 SEX F +1 BIRT +2 DATE 14 JUN 1870 +2 PLAC Potsdam,Germany +1 DEAT +2 DATE 13 JAN 1932 +2 PLAC Frankfurt,Germany +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMS @F139@ +1 FAMC @F3@ +0 @I77@ INDI +1 NAME Charlotte of_Saxe- Meiningen// +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1919 +1 FAMS @F137@ +1 FAMC @F3@ +0 @I78@ INDI +1 NAME Margarete of_Hesse // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1954 +1 FAMS @F140@ +1 FAMC @F3@ +0 @I79@ INDI +1 NAME Irene of_Hesse // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1953 +1 FAMS @F22@ +1 FAMC @F8@ +0 @I80@ INDI +1 NAME Waldemar // +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1945 +1 FAMC @F22@ +0 @I81@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1904 +1 FAMC @F22@ +0 @I82@ INDI +1 NAME Child_#3 // +1 SEX M +1 FAMC @F22@ +0 @I83@ INDI +1 NAME Ernest Louis of_Hesse// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1937 +1 FAMS @F49@ +1 FAMS @F157@ +1 FAMC @F8@ +0 @I84@ INDI +1 NAME Elizabeth "Ella" // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 17 JUL 1918 +2 PLAC Alapayevsk,Ural Mts.,,Russia +1 FAMS @F144@ +1 FAMC @F8@ +0 @I85@ INDI +1 NAME Mary "May" // +1 SEX F +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1878 +2 PLAC Hesse-Darmstadt,Palace,,Germany +1 FAMC @F8@ +0 @I86@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1873 +1 FAMC @F8@ +0 @I87@ INDI +1 NAME William Henry Andrew/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 18 DEC 1941 +2 PLAC Hadley Common,Hertfordshire,England +1 CHR +2 DATE 22 FEB 1942 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 DEAT +2 DATE 28 AUG 1972 +2 PLAC Near,Wolverhampton,England +1 FAMC @F19@ +0 @I88@ INDI +1 NAME Richard Alexander Walter/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 26 AUG 1944 +2 PLAC Hadley Common,Hertfordshire,England +1 CHR +2 DATE 20 OCT 1944 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMS @F23@ +1 FAMC @F19@ +0 @I89@ INDI +1 NAME Birgitte of_Denmark /von_Deurs/ +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F23@ +0 @I90@ INDI +1 NAME Alexander Patrick Gregers// +1 TITL Earl of Ulster +1 SEX M +1 BIRT +2 DATE 24 OCT 1974 +2 PLAC St. Marys Hosp.,Paddington,London,England +1 CHR +2 DATE 9 FEB 1975 +2 PLAC Barnwell Church +1 FAMC @F23@ +0 @I91@ INDI +1 NAME Earl Winfield /Spencer/ +1 TITL Jr. +1 SEX M +1 FAMS @F24@ +0 @I92@ INDI +1 NAME Ernest /Simpson/ +1 SEX M +1 FAMS @F25@ +0 @I93@ INDI +1 NAME Frances /Burke_Roche/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1936 +1 FAMS @F78@ +1 FAMS @F297@ +1 FAMC @F119@ +0 @I94@ INDI +1 NAME Marie Alexandrovna // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 17 OCT 1853 +2 PLAC St. Petersburg,,,Russia +1 DEAT +2 DATE 25 OCT 1920 +2 PLAC Zurich,,,Switzerland +1 FAMS @F26@ +1 FAMC @F11@ +0 @I95@ INDI +1 NAME Alfred // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1899 +1 FAMC @F26@ +0 @I96@ INDI +1 NAME Marie of_Saxe-Coburg and_Gotha// +1 TITL Queen of Romania +1 SEX F +1 BIRT +2 DATE 29 OCT 1875 +2 PLAC Eastwell Park,Kent,England +1 DEAT +2 DATE 10 JUL 1938 +2 PLAC Castle Pelesch,Sinaia,Romania +1 FAMS @F100@ +1 FAMC @F26@ +0 @I97@ INDI +1 NAME Victoria Melita of_Edinburgh// +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1876 +2 PLAC Malta +1 DEAT +2 DATE 1936 +1 FAMS @F49@ +1 FAMS @F213@ +1 FAMC @F26@ +0 @I98@ INDI +1 NAME Alexandra // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1942 +1 FAMS @F961@ +1 FAMC @F26@ +0 @I99@ INDI +1 NAME Beatrice // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1966 +1 FAMS @F960@ +1 FAMC @F26@ +0 @I100@ INDI +1 NAME Louis of_Battenberg // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1854 +1 DEAT +2 DATE 1921 +1 FAMS @F27@ +1 FAMC @F109@ +0 @I101@ INDI +1 NAME Alice of_Battenberg // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE ABT 1969 +2 PLAC Buckingham,Palace,London,England +1 FAMS @F28@ +1 FAMC @F27@ +0 @I102@ INDI +1 NAME George /Mountbatten/ +1 TITL Marquess +1 SEX M +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1938 +1 FAMS @F176@ +1 FAMC @F27@ +0 @I103@ INDI +1 NAME Louis of_Burma /Mountbatten/ +1 TITL Earl Mountbatten +1 SEX M +1 BIRT +2 DATE 1900 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 27 AUG 1979 +2 PLAC Donegal Bay,County Sligo,Ireland +1 FAMS @F175@ +1 FAMC @F27@ +0 @I104@ INDI +1 NAME Andrew of_Greece // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1944 +1 FAMS @F28@ +1 FAMC @F75@ +0 @I105@ INDI +1 NAME Alexander /Duff/ +1 TITL Duke of Fife +1 SEX M +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1912 +1 FAMS @F29@ +0 @I106@ INDI +1 NAME Alexandra /Windsor/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 25 DEC 1936 +1 FAMS @F30@ +1 FAMC @F17@ +0 @I107@ INDI +1 NAME Michael /Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 4 JUL 1942 +2 PLAC Coppins,,England +1 FAMS @F103@ +1 FAMC @F17@ +0 @I108@ INDI +1 NAME Angus /Ogilvy/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1928 +1 FAMS @F30@ +0 @I109@ INDI +1 NAME James Robert Bruce/Ogilvy/ +1 SEX M +1 BIRT +2 DATE 29 FEB 1964 +2 PLAC Thatched House,Lodge,,England +1 FAMS @F1411@ +1 FAMC @F30@ +0 @I110@ INDI +1 NAME Marina Victoria Alexandra/Ogilvy/ +1 SEX F +1 BIRT +2 DATE 31 JUL 1966 +2 PLAC Thatched House,Lodge,Richmond Park,England +1 FAMS @F1402@ +1 FAMC @F30@ +0 @I111@ INDI +1 NAME Katharine /Worsley/ +1 TITL Duchess of Kent +1 SEX F +1 BIRT +2 DATE 1933 +1 FAMS @F31@ +1 FAMC @F367@ +0 @I112@ INDI +1 NAME George Philip of_St._Andrews/Windsor/ +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 26 JUN 1962 +1 CHR +2 DATE 14 SEP 1962 +2 PLAC Buckingham,Palace,Music Room,England +1 FAMS @F1406@ +1 FAMC @F31@ +0 @I113@ INDI +1 NAME Helen Marina Lucy/Windsor/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 28 APR 1964 +1 CHR +2 DATE 12 MAY 1964 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMC @F31@ +0 @I114@ INDI +1 NAME Nicholas Charles Edward/Windsor/ +1 TITL Lord +1 SEX M +1 BIRT +2 DATE 25 JUL 1970 +2 PLAC Kings College,Hospital,Denmark Hill +1 CHR +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMC @F31@ +0 @I115@ INDI +1 NAME William Arthur Philip/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 21 JUN 1982 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 4 AUG 1982 +2 PLAC Music Room,Buckingham,Palace,England +1 FAMC @F16@ +0 @I116@ INDI +1 NAME Henry Charles Albert/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 15 SEP 1984 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 FAMC @F16@ +0 @I117@ INDI +1 NAME (Frederick) Christian Charles// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1917 +1 FAMS @F32@ +0 @I118@ INDI +1 NAME Marie Louise // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1956 +1 FAMS @F33@ +1 FAMC @F32@ +0 @I119@ INDI +1 NAME Aribert of_Anhalt // +1 SEX M +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1933 +1 FAMS @F33@ +0 @I120@ INDI +1 NAME Louise Margaret of_Prussia// +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 25 JUN 1860 +2 PLAC Potsdam +1 DEAT +2 DATE 14 MAR 1917 +2 PLAC Clarence House,London,,England +1 BURI +2 PLAC Frogmore,,,England +1 FAMS @F34@ +1 FAMC @F68@ +0 @I121@ INDI +1 NAME Margaret of_Sweden // +1 TITL Crown Princess +1 SEX F +1 BIRT +2 DATE 15 JAN 1882 +2 PLAC Bagshot Park +1 DEAT +2 DATE 1 MAY 1920 +2 PLAC Stockholm,Sweden +1 FAMS @F35@ +1 FAMC @F34@ +0 @I122@ INDI +1 NAME Arthur of_Connaught // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1938 +1 FAMS @F36@ +1 FAMC @F34@ +0 @I123@ INDI +1 NAME Patricia // +1 TITL Lady Ramsay +1 SEX F +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1974 +1 FAMS @F37@ +1 FAMC @F34@ +0 @I124@ INDI +1 NAME Gustav_VI Adolf // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 11 NOV 1882 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 15 SEP 1973 +2 PLAC Helsingborg +1 BURI +2 PLAC Royal Cemetery,Haga Castle Park +1 FAMS @F35@ +1 FAMS @F77@ +1 FAMC @F155@ +0 @I125@ INDI +1 NAME Alexandra // +1 TITL Duchess of Fife +1 SEX F +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 26 FEB 1959 +1 BURI +2 PLAC Mar Lodge,Braemar,Aberdeenshire,England +1 FAMS @F36@ +1 FAMC @F29@ +0 @I126@ INDI +1 NAME Alexander /Ramsay/ +1 TITL Admiral Sir +1 SEX M +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1972 +1 FAMS @F37@ +1 FAMC @F962@ +0 @I127@ INDI +1 NAME Isabella of_France // +1 SEX F +1 BIRT +2 DATE 1292 +2 PLAC Paris +1 DEAT +2 DATE 22 AUG 1358 +2 PLAC Castle Rising,Norfolk,England +1 BURI +2 PLAC Grey Friars,Church,London,England +1 FAMS @F92@ +1 FAMC @F794@ +0 @I128@ INDI +1 NAME Issue_Unknown // +1 SEX M +0 @I129@ INDI +1 NAME Charles Edward // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1954 +1 FAMS @F141@ +1 FAMC @F5@ +0 @I130@ INDI +1 NAME George_III /Hanover/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 4 JUN 1738 +2 PLAC Norfolk-House,St. James Square,London,England +1 DEAT +2 DATE 29 JAN 1820 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC St. George Chap.,Windsor Castle,Berkshire,England +1 REFN 4 +1 FAMS @F39@ +1 FAMC @F105@ +0 @I131@ INDI +1 NAME (Sophia) Charlotte // +1 SEX F +1 BIRT +2 DATE 19 MAY 1744 +2 PLAC Mirow +1 DEAT +2 DATE 17 NOV 1818 +2 PLAC Kew Palace +1 BURI +2 PLAC St. George Chap.,Windsor,,England +1 REFN 5 +1 FAMS @F39@ +1 FAMC @F959@ +0 @I132@ INDI +1 NAME Adolphus of_Cambridge /Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1774 +1 DEAT +2 DATE 1850 +1 FAMS @F40@ +1 FAMC @F39@ +0 @I133@ INDI +1 NAME Edward Augustus /Hanover/ +1 TITL Duke of Kent +1 SEX M +1 BIRT +2 DATE 2 NOV 1767 +2 PLAC Buckingham House,,London,England +1 DEAT +2 DATE 23 JAN 1820 +2 PLAC Sidmouth,Devon,,England +1 REFN 2 +1 FAMS @F42@ +1 FAMC @F39@ +0 @I134@ INDI +1 NAME Augusta of_Hesse-Cassel // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1889 +1 FAMS @F40@ +1 FAMC @F97@ +0 @I135@ INDI +1 NAME Augusta Caroline // +1 SEX F +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1916 +1 FAMS @F89@ +1 FAMC @F40@ +0 @I136@ INDI +1 NAME Mary Adelaide "Fat_Mary"// +1 SEX F +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1897 +1 FAMS @F41@ +1 FAMC @F40@ +0 @I137@ INDI +1 NAME Francis // +1 TITL Duke of Teck +1 SEX M +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1900 +1 FAMS @F41@ +1 FAMC @F98@ +0 @I138@ INDI +1 NAME Victoria Mary Louisa// +1 SEX F +1 BIRT +2 DATE 17 AUG 1786 +2 PLAC Coburg +1 DEAT +2 DATE 16 MAR 1861 +2 PLAC Frogmore House,Windsor,,England +1 REFN 3 +1 FAMS @F1409@ +1 FAMS @F42@ +1 FAMC @F1147@ +0 @I139@ INDI +1 NAME Ernest_I of_Saxe-Coburg- Saalfeld// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 29 JAN 1844 +1 FAMS @F43@ +1 FAMS @F1368@ +1 FAMC @F1147@ +0 @I140@ INDI +1 NAME Louise of_Saxe-Coburg- Altenburg// +1 SEX F +1 BIRT +2 DATE 1800 +2 PLAC Thuringia +1 DEAT +2 DATE 1831 +2 PLAC Paris,France +1 FAMS @F43@ +0 @I141@ INDI +1 NAME George_IV /Hanover/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 12 AUG 1762 +2 PLAC ,,London,England +1 DEAT +2 DATE 26 JUN 1830 +2 PLAC Windsor Castle,Berkshire,England +1 FAMS @F44@ +1 FAMS @F45@ +1 FAMC @F39@ +0 @I142@ INDI +1 NAME Maria Anne /Fitzherbert/ +1 SEX F +1 BIRT +2 DATE 1756 +1 DEAT +2 DATE 1837 +1 FAMS @F44@ +0 @I143@ INDI +1 NAME Caroline Amelia of_Brunswick// +1 SEX F +1 BIRT +2 DATE 1768 +1 DEAT +2 DATE 1821 +1 FAMS @F45@ +1 FAMC @F501@ +0 @I144@ INDI +1 NAME Charlotte Augusta /Hanover/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 7 JAN 1796 +2 PLAC Carlton House +1 DEAT +2 DATE 6 NOV 1817 +2 PLAC Claremont House,Esher,Surrey,England +1 BURI +2 PLAC St George Chapel,Windsor,England +1 FAMS @F80@ +1 FAMC @F45@ +0 @I145@ INDI +1 NAME Claude George /Bowes-Lyon/ +1 TITL Earl of Strath. +1 SEX M +1 BIRT +2 DATE 1855 +1 DEAT +2 DATE 1944 +1 FAMS @F46@ +1 FAMC @F56@ +0 @I146@ INDI +1 NAME Cecilia Nina /Cavendish-Bentin/ +1 TITL Countess of S. +1 SEX F +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1938 +1 FAMS @F46@ +1 FAMC @F71@ +0 @I147@ INDI +1 NAME Margarita /Mountbatten/ +1 SEX F +1 BIRT +2 DATE 1905 +1 DEAT +2 DATE 1981 +1 FAMS @F166@ +1 FAMC @F28@ +0 @I148@ INDI +1 NAME Theodora /Mountbatten/ +1 SEX F +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1960 +1 FAMS @F167@ +1 FAMC @F28@ +0 @I149@ INDI +1 NAME Vladimir /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1909 +1 FAMS @F47@ +1 FAMC @F11@ +0 @I150@ INDI +1 NAME Alexis /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1908 +1 FAMC @F11@ +0 @I151@ INDI +1 NAME Serge Alexandrovich /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE FEB 1905 +1 FAMS @F144@ +1 FAMC @F11@ +0 @I152@ INDI +1 NAME Paul Alexandrovich /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE JAN 1919 +2 PLAC Fortress of,Peter and Paul,,Russia +1 FAMS @F50@ +1 FAMS @F499@ +1 FAMC @F11@ +0 @I153@ INDI +1 NAME George Alexandrovich /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE JUL 1899 +2 PLAC Abbas Tuman,Caucasus,Russia +1 BURI +2 PLAC Peter and Paul,Cathedral,,Russia +1 FAMC @F9@ +0 @I154@ INDI +1 NAME Xenia /Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1875 +1 DEAT +2 DATE 20 APR 1960 +2 PLAC London,England +1 FAMS @F51@ +1 FAMC @F9@ +0 @I155@ INDI +1 NAME Michael "Mischa" Alexandrovich/Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 10 JUL 1918 +2 PLAC Perm,,,Russia +1 FAMS @F498@ +1 FAMC @F9@ +0 @I156@ INDI +1 NAME Olga Alexandrovna /Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1 JUN 1882 +1 DEAT +2 DATE 24 NOV 1960 +2 PLAC East Toronto,Ontario,,Canada +1 BURI +2 DATE 30 NOV 1960 +2 PLAC York Cemetery,Toronto,Ontario,Canada +1 FAMS @F500@ +1 FAMS @F592@ +1 FAMC @F9@ +0 @I157@ INDI +1 NAME Marie /Pavlovna/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1854 +1 DEAT +2 DATE 1920 +1 FAMS @F47@ +1 FAMC @F1270@ +0 @I158@ INDI +1 NAME Cyril Vladimirovitch /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1938 +1 FAMS @F213@ +1 FAMC @F47@ +0 @I159@ INDI +1 NAME Boris /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1877 +1 DEAT +2 DATE 1943 +1 FAMS @F1379@ +1 FAMC @F47@ +0 @I160@ INDI +1 NAME Andrei (Andrew) Vladimirovich/Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1956 +1 FAMS @F48@ +1 FAMC @F47@ +0 @I161@ INDI +1 NAME Mathilde (Maria) /Krzesinska/ +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1971 +1 FAMS @F48@ +1 FAMC @F1380@ +0 @I162@ INDI +1 NAME Frederick William_III // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 1770 +2 PLAC Potsdam,Germany +1 DEAT +2 DATE 1840 +1 FAMS @F145@ +1 FAMS @F179@ +1 FAMC @F200@ +0 @I163@ INDI +1 NAME Alexandra of_Greece // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1891 +1 FAMS @F50@ +1 FAMC @F75@ +0 @I164@ INDI +1 NAME Dmitri Pavlovich /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1941 +2 PLAC Switzerland +1 FAMS @F511@ +1 FAMC @F50@ +0 @I165@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1918 +1 FAMS @F1267@ +1 FAMC @F112@ +0 @I166@ INDI +1 NAME Irina // +1 SEX F +1 BIRT +2 DATE 1895 +1 FAMS @F52@ +1 FAMC @F51@ +0 @I167@ INDI +1 NAME Felix /Yussoupov/ +1 SEX M +1 BIRT +2 DATE 1887 +1 FAMS @F52@ +0 @I168@ INDI +1 NAME Sarah Margaret /Ferguson/ +1 TITL Duchess of York +1 SEX F +1 BIRT +2 DATE 15 OCT 1959 +2 PLAC 27 Welbech St.,Marylebone,London,England +1 FAMS @F53@ +1 FAMC @F54@ +0 @I169@ INDI +1 NAME Ronald Ivor /Ferguson/ +1 TITL Major +1 SEX M +1 BIRT +2 DATE 1931 +1 FAMS @F54@ +1 FAMS @F1384@ +1 FAMC @F303@ +0 @I170@ INDI +1 NAME Susan Mary /Wright/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F54@ +1 FAMS @F311@ +1 FAMC @F309@ +0 @I171@ INDI +1 NAME Teackle Wallis /Warfield/ +1 SEX M +1 FAMS @F55@ +0 @I172@ INDI +1 NAME Alice /Montague/ +1 SEX F +1 FAMS @F55@ +0 @I173@ INDI +1 NAME Violet Hyacinth /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1893 +1 FAMC @F46@ +0 @I174@ INDI +1 NAME Mary Frances /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1961 +1 FAMS @F60@ +1 FAMC @F46@ +0 @I175@ INDI +1 NAME Patrick /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1949 +1 FAMS @F61@ +1 FAMC @F46@ +0 @I176@ INDI +1 NAME John Herbert /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1930 +1 FAMS @F62@ +1 FAMC @F46@ +0 @I177@ INDI +1 NAME Alexander Francis /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1911 +1 FAMC @F46@ +0 @I178@ INDI +1 NAME Fergus /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1915 +1 FAMS @F63@ +1 FAMC @F46@ +0 @I179@ INDI +1 NAME Rose /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1967 +1 FAMS @F64@ +1 FAMC @F46@ +0 @I180@ INDI +1 NAME Michael Claude /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1893 +1 DEAT +2 DATE 1953 +1 FAMS @F65@ +1 FAMC @F46@ +0 @I181@ INDI +1 NAME David /Bowes-Lyon/ +1 TITL Sir +1 SEX M +1 BIRT +2 DATE 2 MAY 1902 +1 DEAT +2 DATE 1961 +2 PLAC Birkhall +1 FAMS @F66@ +1 FAMC @F46@ +0 @I182@ INDI +1 NAME Claude /Bowes-Lyon/ +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE FEB 1904 +1 FAMS @F56@ +1 FAMC @F57@ +0 @I183@ INDI +1 NAME Frances Dora /Smith/ +1 SEX F +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1922 +1 FAMS @F56@ +1 FAMC @F117@ +0 @I184@ INDI +1 NAME Thomas /Lyon-Bowes/ +1 SEX M +1 BIRT +2 DATE 1773 +1 DEAT +2 DATE 1846 +1 FAMS @F57@ +1 FAMC @F58@ +0 @I185@ INDI +1 NAME Mary /Carpenter/ +1 SEX F +1 FAMS @F57@ +0 @I186@ INDI +1 NAME Thomas George /Lyon-Bowes/ +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1865 +1 FAMC @F57@ +0 @I187@ INDI +1 NAME John /Lyon/ +1 SEX M +1 BIRT +2 DATE 1737 +1 DEAT +2 DATE 1776 +1 FAMS @F58@ +0 @I188@ INDI +1 NAME Mary Eleanor /Bowes/ +1 SEX F +1 BIRT +2 DATE 1749 +1 DEAT +2 DATE 1800 +1 FAMS @F58@ +1 FAMS @F59@ +0 @I189@ INDI +1 NAME John Lyon /Bowes/ +1 SEX M +1 BIRT +2 DATE 1769 +1 DEAT +2 DATE 1820 +1 FAMC @F58@ +0 @I190@ INDI +1 NAME Andrew Robinson /Stoney/ +1 SEX M +1 FAMS @F59@ +0 @I191@ INDI +1 NAME /Elphinstone/ +1 TITL Lord +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1955 +1 FAMS @F60@ +0 @I192@ INDI +1 NAME Dorothy Beatrix /Osborne/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1946 +1 FAMS @F61@ +0 @I193@ INDI +1 NAME Fenella Stuart-Forbes Trefusis/Hepburn/ +1 TITL Hon +1 SEX F +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1966 +1 FAMS @F62@ +0 @I194@ INDI +1 NAME Christian Norah /Dawson-Damer/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1959 +1 FAMS @F63@ +0 @I195@ INDI +1 NAME /Granville/ +1 TITL Lord +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1953 +1 FAMS @F64@ +0 @I196@ INDI +1 NAME Elizabeth /Cator/ +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1959 +1 FAMS @F65@ +0 @I197@ INDI +1 NAME Rachel /Clay/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1907 +1 FAMS @F66@ +0 @I198@ INDI +1 NAME Jeanne d'Albret of_France// +1 SEX F +1 FAMS @F446@ +0 @I199@ INDI +1 NAME Frederick Charles of_Prussia// +1 TITL Prince +1 SEX M +1 FAMS @F68@ +0 @I200@ INDI +1 NAME Maria Anna of_Anhalt// +1 SEX F +1 FAMS @F68@ +0 @I201@ INDI +1 NAME John /Campbell/ +1 TITL Duke of Argyll +1 SEX M +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1914 +1 FAMS @F69@ +0 @I202@ INDI +1 NAME Frederick /Hanover/ +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 16 AUG 1763 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 5 JAN 1827 +2 PLAC Rutland House,Arlington St.,London,England +1 FAMS @F185@ +1 FAMC @F39@ +0 @I203@ INDI +1 NAME William_IV Henry /Hanover/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 21 AUG 1765 +2 PLAC Buckingham House,London,England +1 DEAT +2 DATE 20 JUN 1837 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMS @F73@ +1 FAMC @F39@ +0 @I204@ INDI +1 NAME Charlotte Augusta Matilda/Hanover/ +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 29 SEP 1766 +2 PLAC Buckingham House,St. James Park,London,England +1 DEAT +2 DATE 6 OCT 1828 +2 PLAC Ludwigsburg +1 FAMS @F82@ +1 FAMC @F39@ +0 @I205@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1851 +1 FAMS @F1370@ +1 FAMC @F1147@ +0 @I206@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1799 +1 DEAT +2 DATE 1860 +1 FAMS @F1368@ +0 @I207@ INDI +1 NAME Charles /Cavendish-Bentin/ +1 TITL Reverend +1 SEX M +1 BIRT +2 DATE 1817 +1 DEAT +2 DATE 1865 +1 FAMS @F71@ +1 FAMC @F115@ +0 @I208@ INDI +1 NAME Caroline Louisa /Burnaby/ +1 SEX F +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1918 +1 FAMS @F71@ +1 FAMC @F116@ +0 @I209@ INDI +1 NAME Augusta Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 8 NOV 1768 +2 PLAC Buckingham House +1 DEAT +2 DATE 22 SEP 1840 +2 PLAC Clarence House,St. James +1 FAMC @F39@ +0 @I210@ INDI +1 NAME Elizabeth /Hanover/ +1 SEX F +1 BIRT +2 DATE 22 MAY 1770 +2 PLAC Buckingham House +1 DEAT +2 DATE 10 JAN 1840 +2 PLAC Frankfurt,-am-Main +1 FAMS @F72@ +1 FAMC @F39@ +0 @I211@ INDI +1 NAME Frederick_VI of_Hesse-Homburg // +1 TITL Landgrave +1 SEX M +1 BIRT +2 DATE 1769 +1 DEAT +2 DATE 1829 +1 FAMS @F72@ +0 @I212@ INDI +1 NAME Ernest Augustus_I /Hanover/ +1 TITL King of Hanover +1 SEX M +1 BIRT +2 DATE 5 JUN 1771 +2 PLAC Buckingham House,London,England +1 DEAT +2 DATE 18 NOV 1851 +2 PLAC Herrenhausen +1 BURI +2 PLAC Herrenhausen +1 FAMS @F83@ +1 FAMC @F39@ +0 @I213@ INDI +1 NAME Augustus Frederick /Hanover/ +1 TITL Duke of Sussex +1 SEX M +1 BIRT +2 DATE 27 JAN 1773 +2 PLAC Buckingham House +1 DEAT +2 DATE 21 APR 1843 +2 PLAC Kensington Palac +1 FAMC @F39@ +0 @I214@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 25 APR 1776 +2 PLAC Buckingham House +1 DEAT +2 DATE 30 APR 1857 +2 PLAC Gloucester House,Piccadilly,London,England +1 FAMS @F93@ +1 FAMC @F39@ +0 @I215@ INDI +1 NAME Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 2 NOV 1777 +2 PLAC Buckingham House +1 DEAT +2 DATE 27 MAY 1848 +2 PLAC Vicarage Place,Kensington +1 FAMC @F39@ +0 @I216@ INDI +1 NAME Octavius /Hanover/ +1 SEX M +1 BIRT +2 DATE 23 FEB 1779 +2 PLAC Buckingham House +1 DEAT +2 DATE 3 MAY 1783 +2 PLAC Kew Palace +1 FAMC @F39@ +0 @I217@ INDI +1 NAME Alfred /Hanover/ +1 SEX M +1 BIRT +2 DATE 22 SEP 1780 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 DEAT +2 DATE 20 AUG 1783 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 FAMC @F39@ +0 @I218@ INDI +1 NAME Amelia /Hanover/ +1 SEX F +1 BIRT +2 DATE 7 AUG 1783 +2 PLAC Royal Lodge,Windsor,Berkshire,England +1 DEAT +2 DATE 2 NOV 1810 +2 PLAC Augusta Lodge,Windsor,Berkshire,England +1 FAMC @F39@ +0 @I219@ INDI +1 NAME Adelaide Louisa Theresa// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 13 AUG 1792 +2 PLAC Meiningen +1 DEAT +2 DATE 2 DEC 1849 +2 PLAC Near Stanmore,Middlesex,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMS @F73@ +1 FAMC @F277@ +0 @I220@ INDI +1 NAME Charlotte Augusta Louisa/Hanover/ +1 SEX F +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 27 MAR 1819 +2 PLAC Furstenhof,Hanover +1 FAMC @F73@ +0 @I221@ INDI +1 NAME Elizabeth Georgiana Adelaide/Hanover/ +1 SEX F +1 BIRT +2 DATE 10 DEC 1820 +2 PLAC St. James Palac +1 DEAT +2 DATE 4 MAR 1821 +2 PLAC St. James Palac +1 FAMC @F73@ +0 @I222@ INDI +1 NAME Twin-Boy_1 // +1 SEX M +1 BIRT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 DEAT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 FAMC @F73@ +0 @I223@ INDI +1 NAME Twin-Boy_2 // +1 SEX M +1 BIRT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 DEAT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 FAMC @F73@ +0 @I224@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 1852 +1 DEAT +2 DATE 1923 +1 FAMS @F171@ +1 FAMC @F109@ +0 @I225@ INDI +1 NAME Christian_IX // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 8 APR 1818 +2 PLAC Gottorp +1 DEAT +2 DATE 29 JAN 1906 +2 PLAC Amalienborg +1 BURI +2 PLAC Roskilde,Denmark +1 FAMS @F74@ +1 FAMC @F108@ +0 @I226@ INDI +1 NAME Louise of_Hesse-Cassel // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 7 SEP 1817 +2 PLAC Cassel +1 DEAT +2 DATE 29 SEP 1898 +2 PLAC Bernstorff +1 FAMS @F74@ +1 FAMC @F96@ +0 @I227@ INDI +1 NAME William George_I of_the_Hellenes/Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 24 DEC 1845 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 18 MAR 1913 +2 PLAC Salonika +1 BURI +2 PLAC Tatoi +1 FAMS @F75@ +1 FAMC @F74@ +0 @I228@ INDI +1 NAME Olga Constantinovna // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1926 +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMS @F75@ +1 FAMC @F112@ +0 @I229@ INDI +1 NAME Nicholas of_Greece // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1938 +1 FAMS @F76@ +1 FAMC @F75@ +0 @I230@ INDI +1 NAME Child_6 // +1 SEX M +1 BIRT +2 DATE 1913 +1 FAMC @F139@ +0 @I231@ INDI +1 NAME Child_5 // +1 SEX M +1 FAMC @F139@ +0 @I232@ INDI +1 NAME Paul_I /Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 14 DEC 1901 +2 PLAC Athens,Greece +1 DEAT +2 DATE 6 MAR 1964 +2 PLAC Tatoi,Near Athens,Greece +1 BURI +2 PLAC Tatoi,Near Athens,Greece +1 FAMS @F162@ +1 FAMC @F139@ +0 @I233@ INDI +1 NAME Helen of_Greece // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 2 MAY 1896 +2 PLAC Athens,Greece +1 DEAT +2 DATE 28 NOV 1982 +2 PLAC Lausanne,Switzerland +1 FAMS @F160@ +1 FAMC @F139@ +0 @I234@ INDI +1 NAME Alexander_I /Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 1 AUG 1893 +2 PLAC Tatoi +1 DEAT +2 DATE 25 OCT 1920 +2 PLAC Athens,Greece +1 BURI +2 PLAC Tatoi +1 FAMS @F164@ +1 FAMC @F139@ +0 @I235@ INDI +1 NAME Sumner M. /Kirby/ +1 SEX F +1 DEAT +2 DATE 1945 +1 FAMS @F1381@ +0 @I236@ INDI +1 NAME Child_2 // +1 SEX M +1 FAMC @F76@ +0 @I237@ INDI +1 NAME Child_3 // +1 SEX M +1 FAMC @F76@ +0 @I238@ INDI +1 NAME Louise Alexandra /Mountbatten/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 13 JUL 1889 +2 PLAC Schloss,Heiligenberg +1 DEAT +2 DATE 7 MAR 1965 +2 PLAC Stockholm,Sweden +1 FAMS @F77@ +1 FAMC @F27@ +0 @I239@ INDI +1 NAME Edward John VIII/Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 24 JAN 1924 +2 PLAC England +1 DEAT +2 DATE 29 MAR 1992 +2 PLAC London,England +1 FAMS @F78@ +1 FAMS @F79@ +1 FAMC @F118@ +0 @I240@ INDI +1 NAME Sarah /Spencer/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1955 +1 FAMS @F301@ +1 FAMC @F78@ +0 @I241@ INDI +1 NAME Jane /Spencer/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMS @F300@ +1 FAMC @F78@ +0 @I242@ INDI +1 NAME Charles /Spencer/ +1 TITL Vicount Althorp +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMS @F1403@ +1 FAMC @F78@ +0 @I243@ INDI +1 NAME Raine of_Dartmouth /McCorquodale/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE SEP 1929 +1 FAMS @F1414@ +1 FAMS @F79@ +1 FAMC @F299@ +0 @I244@ INDI +1 NAME George Earl_of_Harewood /Lascelles/ +1 TITL Viscount +1 SEX M +1 BIRT +2 DATE 1923 +1 FAMS @F94@ +1 FAMS @F101@ +1 FAMC @F18@ +0 @I245@ INDI +1 NAME Louise Marie d'Orleans// +1 SEX F +1 BIRT +2 DATE 3 APR 1812 +2 PLAC Palermo,Italy +1 DEAT +2 DATE 11 OCT 1850 +2 PLAC Ostende +1 BURI +2 PLAC Laeken,Belgium +1 FAMS @F663@ +1 FAMC @F1187@ +0 @I246@ INDI +1 NAME Ludwig_IX of_Hesse- Darmstadt// +1 TITL Landgrave +1 SEX M +1 FAMS @F81@ +0 @I247@ INDI +1 NAME Frederick_I of_Wurttemberg // +1 TITL King +1 SEX M +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1816 +1 FAMS @F82@ +1 FAMS @F405@ +1 FAMC @F404@ +0 @I248@ INDI +1 NAME Frederica of_Mecklenburg- Strelitz// +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 2 MAR 1778 +2 PLAC Hanover,Germany +1 DEAT +2 DATE 29 JUN 1841 +2 PLAC Hanover +1 BURI +2 PLAC Herrenhausen +1 FAMS @F201@ +1 FAMS @F83@ +1 FAMC @F520@ +0 @I249@ INDI +1 NAME George_V /Hanover/ +1 TITL King of Hanover +1 SEX M +1 BIRT +2 DATE 27 MAY 1819 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 12 JUN 1878 +2 PLAC Paris,France +1 BURI +2 PLAC St George Chapel,Windsor,England +1 FAMS @F84@ +1 FAMC @F83@ +0 @I250@ INDI +1 NAME Mary of_Saxe- Altenburg// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 14 APR 1818 +2 PLAC Hildburghausen +1 DEAT +2 DATE 9 JAN 1907 +2 PLAC Gmunden,Austria +1 BURI +2 PLAC Gmunden +1 FAMS @F84@ +0 @I251@ INDI +1 NAME Ernest Augustus of_Cumberland/Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1923 +1 FAMS @F85@ +1 FAMC @F84@ +0 @I252@ INDI +1 NAME Frederica /Hanover/ +1 SEX F +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1926 +1 FAMS @F86@ +1 FAMC @F84@ +0 @I253@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1904 +1 FAMC @F84@ +0 @I254@ INDI +1 NAME Thyra of_Denmark // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1853 +1 DEAT +2 DATE 1933 +1 FAMS @F85@ +1 FAMC @F74@ +0 @I255@ INDI +1 NAME Marie Louise /Hanover/ +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1948 +1 FAMS @F397@ +1 FAMC @F85@ +0 @I256@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1912 +1 FAMC @F85@ +0 @I257@ INDI +1 NAME Alexandra /Hanover/ +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1963 +1 FAMS @F398@ +1 FAMC @F85@ +0 @I258@ INDI +1 NAME Olga /Hanover/ +1 SEX F +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1958 +1 FAMC @F85@ +0 @I259@ INDI +1 NAME Christian /Hanover/ +1 SEX M +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1901 +1 FAMC @F85@ +0 @I260@ INDI +1 NAME Rene of_Bourbon-Parma // +1 TITL Prince +1 SEX M +1 FAMS @F399@ +0 @I261@ INDI +1 NAME Alfons /Pawel-Rammingen/ +1 TITL Baron von +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1932 +1 FAMS @F86@ +0 @I262@ INDI +1 NAME George of_Cambridge // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1904 +1 FAMS @F87@ +1 FAMC @F40@ +0 @I263@ INDI +1 NAME Sarah (Louisa) /Fairbrother/ +1 SEX F +1 BIRT +2 DATE 1815/1816 +1 DEAT +2 DATE 1890 +1 FAMS @F87@ +0 @I264@ INDI +1 NAME George /FitzGeorge/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1907 +1 FAMS @F88@ +1 FAMC @F87@ +0 @I265@ INDI +1 NAME Adolphus // +1 SEX M +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1922 +1 FAMC @F87@ +0 @I266@ INDI +1 NAME Agustus // +1 SEX M +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1933 +1 FAMC @F87@ +0 @I267@ INDI +1 NAME Rosa /Baring/ +1 SEX F +1 FAMS @F88@ +0 @I268@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F88@ +0 @I269@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F88@ +0 @I270@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F88@ +0 @I271@ INDI +1 NAME Frederick William // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1904 +1 FAMS @F89@ +0 @I272@ INDI +1 NAME Adolphus Frederick_V // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1914 +1 FAMS @F90@ +1 FAMC @F89@ +0 @I273@ INDI +1 NAME Elisabeth of_Anhalt // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1933 +1 FAMS @F90@ +0 @I274@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F90@ +0 @I275@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F90@ +0 @I276@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F90@ +0 @I277@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F90@ +0 @I278@ INDI +1 NAME Adolphus 2nd // +1 TITL Duke of Teck +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1927 +1 FAMS @F91@ +1 FAMC @F41@ +0 @I279@ INDI +1 NAME Francis // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1910 +1 FAMC @F41@ +0 @I280@ INDI +1 NAME Alexander George of_Teck// +1 TITL Earl of Athlone +1 SEX M +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1957 +1 FAMS @F38@ +1 FAMC @F41@ +0 @I281@ INDI +1 NAME Margaret /Grosvenor/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1929 +1 FAMS @F91@ +0 @I282@ INDI +1 NAME George of_Cambridge // +1 TITL Marquess +1 SEX M +1 BIRT +2 DATE 1895 +1 FAMS @F666@ +1 FAMC @F91@ +0 @I283@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F91@ +0 @I284@ INDI +1 NAME Mary // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1897 +1 FAMS @F667@ +1 FAMC @F91@ +0 @I285@ INDI +1 NAME Helena // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1969 +1 FAMS @F668@ +1 FAMC @F91@ +0 @I286@ INDI +1 NAME Edward_II // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 25 APR 1284 +2 PLAC Caernarvon,Castle,Wales +1 DEAT +2 DATE 21 SEP 1327 +2 PLAC Berkeley Castle,Gloucestershire +1 BURI +2 PLAC Gloucester,Cathedral +1 FAMS @F92@ +1 FAMC @F464@ +0 @I287@ INDI +1 NAME Rupert // +1 TITL Vicount Trematon +1 SEX M +1 DEAT +2 DATE 1928 +1 FAMC @F38@ +0 @I288@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F38@ +0 @I289@ INDI +1 NAME May Cambridge // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1906 +1 FAMS @F669@ +1 FAMC @F38@ +0 @I290@ INDI +1 NAME William Frederick of_Gloucester// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1834 +1 FAMS @F93@ +1 FAMC @F279@ +0 @I291@ INDI +1 NAME Gerald /Lascelles/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1924 +1 FAMS @F95@ +1 FAMS @F102@ +1 FAMC @F18@ +0 @I292@ INDI +1 NAME Marion (Maria) Donata/Stein/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMS @F94@ +1 FAMC @F1413@ +0 @I293@ INDI +1 NAME David /Lascelles/ +1 TITL Viscount +1 SEX M +1 BIRT +2 DATE 1950 +1 FAMS @F357@ +1 FAMC @F94@ +0 @I294@ INDI +1 NAME James /Lascelles/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1953 +1 FAMS @F358@ +1 FAMC @F94@ +0 @I295@ INDI +1 NAME Jeremy /Lascelles/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1955 +1 FAMS @F359@ +1 FAMC @F94@ +0 @I296@ INDI +1 NAME Angela /Dowding/ +1 SEX F +1 BIRT +2 DATE 1919 +1 FAMS @F95@ +0 @I297@ INDI +1 NAME Henry /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1953 +1 FAMS @F368@ +1 FAMC @F95@ +0 @I298@ INDI +1 NAME William of_Hesse-Cassel // +1 TITL Landgrave +1 SEX M +1 BIRT +2 DATE 1787 +1 DEAT +2 DATE 1867 +1 FAMS @F96@ +1 FAMC @F97@ +0 @I299@ INDI +1 NAME Louise Charlotte of_Denmark// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1789 +1 DEAT +2 DATE 1864 +1 FAMS @F96@ +1 FAMC @F642@ +0 @I300@ INDI +1 NAME Other_issue // +1 SEX M +1 FAMC @F96@ +0 @I301@ INDI +1 NAME Frederick of_Hesse-Cassel // +1 TITL Landgrave +1 SEX M +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1837 +1 FAMS @F97@ +1 FAMC @F622@ +0 @I302@ INDI +1 NAME Caroline of_Nassau- Usingen// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1762 +1 DEAT +2 DATE 1823 +1 FAMS @F97@ +0 @I303@ INDI +1 NAME Alexander of_Wurttemberg // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1804 +1 DEAT +2 DATE 1885 +1 FAMS @F98@ +1 FAMC @F170@ +0 @I304@ INDI +1 NAME Claudine // +1 TITL Countess Rhedey +1 SEX F +1 BIRT +2 DATE 1814 +1 DEAT +2 DATE 1841 +1 FAMS @F98@ +0 @I305@ INDI +1 NAME Claudine // +1 TITL Princess of Teck +1 SEX F +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1894 +1 FAMC @F98@ +0 @I306@ INDI +1 NAME Amelie // +1 TITL Princess of Teck +1 SEX F +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1893 +1 FAMS @F99@ +1 FAMC @F98@ +0 @I307@ INDI +1 NAME Paul /von_Hugel/ +1 TITL Baron +1 SEX M +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1897 +1 FAMS @F99@ +0 @I308@ INDI +1 NAME Paul /von_Hugel/ +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1912 +1 FAMC @F99@ +0 @I309@ INDI +1 NAME Ferdinand_I of_Hohenzollern- Sigmaringen/Hohenzollern/ +1 TITL King of Romania +1 SEX M +1 BIRT +2 DATE 24 AUG 1865 +2 PLAC Sigmaringen,Germany +1 DEAT +2 DATE 20 JUL 1927 +2 PLAC Sinaia,Romania +1 FAMS @F100@ +1 FAMC @F416@ +0 @I310@ INDI +1 NAME Christian Victor // +1 SEX M +1 BIRT +2 DATE 1867 +1 DEAT +2 DATE 1900 +1 FAMC @F32@ +0 @I311@ INDI +1 NAME Albert of_Schleswig- Holstein// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1931 +1 FAMC @F32@ +0 @I312@ INDI +1 NAME Helena Victoria // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1948 +1 FAMC @F32@ +0 @I313@ INDI +1 NAME Frederick Harold // +1 SEX M +1 BIRT +2 DATE 12 MAY 1876 +1 DEAT +2 DATE 20 MAY 1876 +1 FAMC @F32@ +0 @I314@ INDI +1 NAME Patricia /Tuckwell/ +1 SEX F +1 BIRT +2 DATE 1923 +1 FAMS @F101@ +1 FAMS @F1412@ +0 @I315@ INDI +1 NAME Mark /Lascelles/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMC @F101@ +0 @I316@ INDI +1 NAME Elizabeth Collingwood /Colvin/ +1 SEX F +1 BIRT +2 DATE 1924 +1 FAMS @F102@ +0 @I317@ INDI +1 NAME Davina Elizabeth Alice/Windsor/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 19 NOV 1977 +1 CHR +2 PLAC Barnwell Church,,England +1 FAMC @F23@ +0 @I318@ INDI +1 NAME Rose Victoria Birgitte/Windsor/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1 MAR 1980 +2 PLAC St. Marys Hosp.,Paddington,England +1 CHR +2 DATE 13 JUL 1980 +2 PLAC Barnwell Church,,England +1 FAMC @F23@ +0 @I319@ INDI +1 NAME Marie-Christine /von_Reibnitz/ +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 15 JAN 1945 +2 PLAC Czechoslovakia +1 FAMS @F295@ +1 FAMS @F103@ +0 @I320@ INDI +1 NAME Frederick /Windsor/ +1 TITL Lord +1 SEX M +1 BIRT +2 DATE 6 APR 1979 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 11 JUL 1979 +2 PLAC Chapel Royal,St. James Palace,England +1 FAMC @F103@ +0 @I321@ INDI +1 NAME George_II /Hanover/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 30 OCT 1683 +2 PLAC Herrenhausen,Palace,Hannover,Germany +1 DEAT +2 DATE 25 OCT 1760 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 REFN 16 +1 FAMS @F104@ +1 FAMC @F106@ +0 @I322@ INDI +1 NAME Caroline of_Ansbach // +1 SEX F +1 BIRT +2 DATE 1683 +1 DEAT +2 DATE 1737 +1 REFN 17 +1 FAMS @F104@ +1 FAMC @F661@ +0 @I323@ INDI +1 NAME Frederick Louis /Hanover/ +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 31 JAN 1701 +2 PLAC Hanover +1 DEAT +2 DATE 31 MAR 1751 +2 PLAC Leicester-House,,London,England +1 REFN 8 +1 FAMS @F105@ +1 FAMC @F104@ +0 @I324@ INDI +1 NAME Anne /Hanover/ +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 2 NOV 1709 +2 PLAC Herrenhausen +1 DEAT +2 DATE 12 JAN 1759 +2 PLAC The Hague +1 FAMS @F238@ +1 FAMC @F104@ +0 @I325@ INDI +1 NAME Amelia Sophia Eleanor/Hanover/ +1 SEX F +1 BIRT +2 DATE 10 JUL 1711 +2 PLAC Herrenhausen +1 DEAT +2 DATE 31 OCT 1786 +2 PLAC Cavendish Square,,London,England +1 FAMC @F104@ +0 @I326@ INDI +1 NAME Caroline Elizabeth /Hanover/ +1 SEX F +1 BIRT +2 DATE 21 JUN 1713 +2 PLAC Herrenhausen +1 DEAT +2 DATE 28 DEC 1757 +2 PLAC St. James Palace,,,England +1 FAMC @F104@ +0 @I327@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 20 NOV 1716 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 20 NOV 1716 +2 PLAC St. James Palace,London,England +1 FAMC @F104@ +0 @I328@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 13 NOV 1717 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 17 FEB 1718 +2 PLAC Kensington,Palace,London,England +1 FAMC @F104@ +0 @I329@ INDI +1 NAME William Augustus of_Cumberland/Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 26 APR 1721 +2 PLAC Leicester House +1 DEAT +2 DATE 31 OCT 1765 +2 PLAC London,,,England +1 FAMC @F104@ +0 @I330@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 5 MAR 1723 +2 PLAC Leicester House +1 DEAT +2 DATE 14 JAN 1772 +2 PLAC Hanau +1 FAMS @F622@ +1 FAMC @F104@ +0 @I331@ INDI +1 NAME Louisa /Hanover/ +1 SEX F +1 BIRT +2 DATE 18 DEC 1724 +2 PLAC Leicester House,London,England +1 DEAT +2 DATE 19 DEC 1751 +2 PLAC Christiansborg,Denmark +1 FAMS @F107@ +1 FAMC @F104@ +0 @I332@ INDI +1 NAME Augusta of_Saxe-Gotha // +1 SEX F +1 BIRT +2 DATE 30 NOV 1719 +2 PLAC Gotha +1 DEAT +2 DATE 8 FEB 1772 +2 PLAC Carlton House +1 REFN 9 +1 FAMS @F105@ +1 FAMC @F956@ +0 @I333@ INDI +1 NAME Augusta /Hanover/ +1 SEX F +1 BIRT +2 DATE 12 AUG 1737 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 23 MAR 1813 +2 PLAC London,England +1 FAMS @F501@ +1 FAMC @F105@ +0 @I334@ INDI +1 NAME Edward Augustus /Hanover/ +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 25 MAR 1739 +2 PLAC Norfolk House +1 DEAT +2 DATE 17 SEP 1767 +2 PLAC Monaco +1 FAMC @F105@ +0 @I335@ INDI +1 NAME Elizabeth Caroline /Hanover/ +1 SEX F +1 BIRT +2 DATE 10 JAN 1741 +1 DEAT +2 DATE 4 SEP 1759 +2 PLAC Kew Palace +1 FAMC @F105@ +0 @I336@ INDI +1 NAME Edward Henry of_Gloucester/Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 25 NOV 1743 +2 PLAC Leicester House +1 DEAT +2 DATE 25 AUG 1805 +2 PLAC Gloucester House +1 FAMS @F279@ +1 FAMC @F105@ +0 @I337@ INDI +1 NAME Henry Frederick of_Cumberland/Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 7 NOV 1745 +2 PLAC Leicester House +1 DEAT +2 DATE 18 SEP 1790 +2 PLAC London,,,England +1 FAMS @F280@ +1 FAMC @F105@ +0 @I338@ INDI +1 NAME Louisa Anne /Hanover/ +1 SEX F +1 BIRT +2 DATE 19 MAR 1749 +2 PLAC Leicester House +1 DEAT +2 DATE 13 MAY 1768 +2 PLAC Carlton House +1 FAMC @F105@ +0 @I339@ INDI +1 NAME Frederick William /Hanover/ +1 SEX M +1 BIRT +2 DATE 24 MAY 1750 +2 PLAC Leicester House +1 DEAT +2 DATE 29 DEC 1765 +2 PLAC Leicester House +1 FAMC @F105@ +0 @I340@ INDI +1 NAME Caroline Matilda /Hanover/ +1 SEX F +1 BIRT +2 DATE 22 JUL 1751 +2 PLAC Leicester House +1 DEAT +2 DATE 10 MAY 1775 +2 PLAC Celle +1 BURI +2 PLAC Celle +1 FAMS @F281@ +1 FAMC @F105@ +0 @I341@ INDI +1 NAME George_I /Hanover/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 28 MAY 1660 +2 PLAC Leineschloss,Osnabruck,Hanover,Germany +1 DEAT +2 DATE 11 JUN 1727 +2 PLAC Osnabruck +1 BURI +2 PLAC Moved in 1957 to,Herrenhausen +1 REFN 32 +1 FAMS @F106@ +1 FAMC @F266@ +0 @I342@ INDI +1 NAME Sophia Dorothea of_Celle// +1 SEX F +1 BIRT +2 DATE 10 SEP 1666 +1 DEAT +2 DATE 13 NOV 1726 +1 BURI +2 PLAC Celle +1 REFN 33 +1 FAMS @F106@ +1 FAMC @F955@ +0 @I343@ INDI +1 NAME Sophia Dorothea /Hanover/ +1 SEX F +1 BIRT +2 DATE 26 MAR 1687 +2 PLAC Hanover +1 DEAT +2 DATE 28 JUN 1757 +2 PLAC Monbijou Palace,,Berlin,Germany +1 FAMS @F435@ +1 FAMC @F106@ +0 @I344@ INDI +1 NAME Frederick_V // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 31 MAR 1723 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 14 JAN 1766 +2 PLAC Christiansborg +1 FAMS @F107@ +1 FAMS @F630@ +1 FAMC @F631@ +0 @I345@ INDI +1 NAME Frederick William of_Schleswig-// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1831 +1 FAMS @F108@ +0 @I346@ INDI +1 NAME Louise Caroline of_Hesse-Cassel// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1789 +1 DEAT +2 DATE 1867 +1 FAMS @F108@ +1 FAMC @F641@ +0 @I347@ INDI +1 NAME Alexander of_Hesse and_the_Rhine// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1888 +1 FAMS @F109@ +1 FAMC @F110@ +0 @I348@ INDI +1 NAME Julia of_Battenberg /von_Hauke/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1895 +1 FAMS @F109@ +1 FAMC @F111@ +0 @I349@ INDI +1 NAME Louis_II of_Hesse and_the_Rhine// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1777 +1 DEAT +2 DATE 1848 +1 FAMS @F110@ +1 FAMC @F1371@ +0 @I350@ INDI +1 NAME Wilhelmina of_Baden // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1836 +1 FAMS @F110@ +0 @I351@ INDI +1 NAME John Maurice /von_Hauke/ +1 TITL Count +1 SEX M +1 DEAT +2 DATE 1830 +1 FAMS @F111@ +0 @I352@ INDI +1 NAME Sophie /la_Fontaine/ +1 SEX F +1 DEAT +2 DATE 1831 +1 FAMS @F111@ +0 @I353@ INDI +1 NAME Constantine Nikolaievitch of_Russia// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1827 +1 DEAT +2 DATE 1892 +1 FAMS @F112@ +1 FAMC @F10@ +0 @I354@ INDI +1 NAME Elizabeth Alexandra of_Saxe-// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1911 +1 FAMS @F112@ +1 FAMC @F113@ +0 @I355@ INDI +1 NAME Joseph of_Saxe- Altenburg// +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1868 +1 FAMS @F113@ +0 @I356@ INDI +1 NAME Amalie of_Wurttemberg // +1 TITL Duchess +1 SEX F +1 DEAT +2 DATE 1848 +1 FAMS @F113@ +1 FAMC @F170@ +0 @I357@ INDI +1 NAME Charles of_Hesse // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1877 +1 FAMS @F114@ +1 FAMC @F110@ +0 @I358@ INDI +1 NAME Elizabeth of_Prussia // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1815 +1 DEAT +2 DATE 1885 +1 FAMS @F114@ +1 FAMC @F1235@ +0 @I359@ INDI +1 NAME Charles William Frederick/Cavendish-Bentwi/ +1 TITL Reverend +1 SEX M +1 DEAT +2 DATE 1865 +0 @I360@ INDI +1 NAME William Charles Augustus/Cavendish-Bentin/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1826 +1 FAMS @F115@ +0 @I361@ INDI +1 NAME Anne /Wellesley/ +1 SEX F +1 DEAT +2 DATE 1875 +1 FAMS @F115@ +1 FAMC @F803@ +0 @I362@ INDI +1 NAME Edwyn /Burnaby/ +1 SEX M +1 DEAT +2 DATE 1867 +1 FAMS @F116@ +0 @I363@ INDI +1 NAME Anne Caroline /Salisbury/ +1 SEX F +1 DEAT +2 DATE 1881 +1 FAMS @F116@ +0 @I364@ INDI +1 NAME Oswald /Smith/ +1 SEX M +1 DEAT +2 DATE 1863 +1 FAMS @F117@ +0 @I365@ INDI +1 NAME Henrietta Mildred /Hodgson/ +1 SEX F +1 FAMS @F117@ +0 @I366@ INDI +1 NAME Albert Edward John/Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1975 +1 FAMS @F118@ +1 FAMC @F133@ +0 @I367@ INDI +1 NAME Cynthia Elinor Beatrix/Hamilton/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1897 +1 DEAT +2 DATE 1972 +1 FAMS @F118@ +1 FAMC @F127@ +0 @I368@ INDI +1 NAME Edmund Maurice /Burke_Roche/ +1 TITL Baron Fermoy +1 SEX M +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1955 +1 FAMS @F119@ +1 FAMC @F120@ +0 @I369@ INDI +1 NAME Ruth Sylvia /Gill/ +1 SEX F +1 BIRT +2 DATE 1908 +1 FAMS @F119@ +1 FAMC @F130@ +0 @I370@ INDI +1 NAME James Boothby /Burke_Roche/ +1 TITL Baron Fermoy +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1920 +1 FAMS @F120@ +1 FAMC @F124@ +0 @I371@ INDI +1 NAME Frances Ellen /Work/ +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1947 +1 FAMS @F120@ +1 FAMC @F121@ +0 @I372@ INDI +1 NAME Frank /Work/ +1 SEX M +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1911 +1 FAMS @F121@ +1 FAMC @F123@ +0 @I373@ INDI +1 NAME Ellen /Wood/ +1 SEX F +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1877 +1 FAMS @F121@ +1 FAMC @F122@ +0 @I374@ INDI +1 NAME John /Wood/ +1 SEX M +1 DEAT +2 DATE 1847 +1 FAMS @F122@ +0 @I375@ INDI +1 NAME Ellen /Strong/ +1 SEX F +1 DEAT +2 DATE 1863 +1 FAMS @F122@ +0 @I376@ INDI +1 NAME John /Work/ +1 SEX M +1 FAMS @F123@ +0 @I377@ INDI +1 NAME Sarah /Boude/ +1 SEX F +1 FAMS @F123@ +0 @I378@ INDI +1 NAME Edmund /Burke_Roche/ +1 TITL Baron Fermoy +1 SEX M +1 BIRT +2 DATE 1815 +1 DEAT +2 DATE 1874 +1 FAMS @F124@ +1 FAMC @F126@ +0 @I379@ INDI +1 NAME Elizabeth Caroline /Boothby/ +1 SEX F +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1897 +1 FAMS @F124@ +1 FAMC @F125@ +0 @I380@ INDI +1 NAME James Brownell /Boothby/ +1 SEX M +1 DEAT +2 DATE 1850 +1 FAMS @F125@ +0 @I381@ INDI +1 NAME Charlotte /Cunningham/ +1 SEX F +1 DEAT +2 DATE 1893 +1 FAMS @F125@ +0 @I382@ INDI +1 NAME Edward /Roche/ +1 SEX M +1 DEAT +2 DATE 1855 +1 FAMS @F126@ +0 @I383@ INDI +1 NAME Margaret Honoria /Curtain/ +1 SEX F +1 DEAT +2 DATE 1862 +1 FAMS @F126@ +0 @I384@ INDI +1 NAME James Albert Edward/Hamilton/ +1 TITL Duke of Abercorn +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1953 +1 FAMS @F127@ +1 FAMC @F128@ +0 @I385@ INDI +1 NAME Rosalind Cecilia Caroline/Bingham/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1958 +1 FAMS @F127@ +1 FAMC @F129@ +0 @I386@ INDI +1 NAME James /Hamilton/ +1 TITL Duke of Abercorn +1 SEX M +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1913 +1 FAMS @F128@ +1 FAMC @F288@ +0 @I387@ INDI +1 NAME Mary Anna /Curzon-Howe/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1929 +1 FAMS @F128@ +1 FAMC @F287@ +0 @I388@ INDI +1 NAME George /Bingham/ +1 TITL Earl of Lucan +1 SEX M +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1914 +1 FAMS @F129@ +1 FAMC @F289@ +0 @I389@ INDI +1 NAME Cecilia Catherine /Gordon-Lennox/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1910 +1 FAMS @F129@ +1 FAMC @F290@ +0 @I390@ INDI +1 NAME William Smith /Gill/ +1 SEX M +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1957 +1 FAMS @F130@ +1 FAMC @F131@ +0 @I391@ INDI +1 NAME Ruth /Littlejohn/ +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1964 +1 FAMS @F130@ +1 FAMC @F132@ +0 @I392@ INDI +1 NAME Alexander Ogston /Gill/ +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1908 +1 FAMS @F131@ +1 FAMC @F291@ +0 @I393@ INDI +1 NAME Barbara Smith /Marr/ +1 SEX F +1 BIRT +2 DATE 1843 +1 FAMS @F131@ +1 FAMC @F292@ +0 @I394@ INDI +1 NAME David /Littlejohn/ +1 SEX M +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1924 +1 FAMS @F132@ +1 FAMC @F293@ +0 @I395@ INDI +1 NAME Jane /Crombie/ +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1917 +1 FAMS @F132@ +1 FAMC @F294@ +0 @I396@ INDI +1 NAME Charles Robert /Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1922 +1 FAMS @F133@ +1 FAMC @F134@ +0 @I397@ INDI +1 NAME Margaret /Baring/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1906 +1 FAMS @F133@ +1 FAMC @F135@ +0 @I398@ INDI +1 NAME Frederick /Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 1798 +1 DEAT +2 DATE 1857 +1 FAMS @F134@ +1 FAMS @F683@ +1 FAMC @F285@ +0 @I399@ INDI +1 NAME Adelaide Horatia Elizabeth/Seymour/ +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1877 +1 FAMS @F134@ +1 FAMC @F284@ +0 @I400@ INDI +1 NAME Edward Charles /Baring/ +1 TITL Baron Revelstoke +1 SEX M +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1897 +1 FAMS @F135@ +1 FAMC @F286@ +0 @I401@ INDI +1 NAME Louisa Emily Charlotte/Bulteel/ +1 SEX F +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1892 +1 FAMS @F135@ +1 FAMC @F283@ +0 @I402@ INDI +1 NAME Augusta of_Schleswig- Holstein-// +1 SEX F +1 BIRT +2 DATE 22 OCT 1858 +2 PLAC Dolzig +1 DEAT +2 DATE 11 APR 1921 +2 PLAC Haus Doorn,Netherlands +1 FAMS @F136@ +0 @I403@ INDI +1 NAME Bernard of_Saxe- Meiningen// +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1928 +1 FAMS @F137@ +0 @I404@ INDI +1 NAME Adolphus of_Schaumburg- Lippe// +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1916 +1 FAMS @F138@ +0 @I405@ INDI +1 NAME Constantine_I /Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 2 AUG 1868 +2 PLAC Athens,Greece +1 DEAT +2 DATE 11 JAN 1923 +2 PLAC Palermo,Italy +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMS @F139@ +1 FAMC @F75@ +0 @I406@ INDI +1 NAME Frederick Charles of_Hesse// +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1940 +1 FAMS @F140@ +0 @I407@ INDI +1 NAME Victoria of_Schleswig- Holstein// +1 TITL Princess +1 SEX F +1 FAMS @F141@ +0 @I408@ INDI +1 NAME Irene /Denison/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 16 JUL 1956 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,,England +1 FAMS @F142@ +1 FAMC @F966@ +0 @I409@ INDI +1 NAME Alfonso_XIII // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1941 +2 PLAC ,,Portugal +1 FAMS @F143@ +1 FAMC @F254@ +0 @I410@ INDI +1 NAME Louise of_Mecklenburg- Strelitz// +1 SEX F +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1810 +1 FAMS @F145@ +0 @I411@ INDI +1 NAME Frederick William_IV // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 15 OCT 1795 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 2 JAN 1861 +1 FAMS @F434@ +1 FAMC @F145@ +0 @I412@ INDI +1 NAME William_I of_Germany // +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 22 MAR 1797 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 9 MAR 1888 +2 PLAC Berlin,Germany +1 FAMS @F147@ +1 FAMC @F145@ +0 @I413@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1799 +1 DEAT +2 DATE 1800 +1 FAMC @F145@ +0 @I414@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1883 +1 FAMS @F184@ +1 FAMC @F145@ +0 @I415@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1766 +1 DEAT +2 DATE 1806 +1 FAMS @F1257@ +0 @I416@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1804 +1 DEAT +2 DATE 1806 +1 FAMC @F145@ +0 @I417@ INDI +1 NAME Charlemagne // +1 TITL King of Franks +1 SEX M +1 BIRT +2 DATE 2 APR 742 +2 PLAC Aachen,West Germany +1 DEAT +2 DATE 814 +1 FAMS @F182@ +1 FAMS @F664@ +1 FAMS @F1202@ +1 FAMS @F1203@ +1 FAMS @F1204@ +1 FAMC @F1225@ +0 @I418@ INDI +1 NAME Albert of_Prussia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1872 +1 FAMS @F180@ +1 FAMS @F181@ +1 FAMC @F145@ +0 @I419@ INDI +1 NAME Hermine of_Reuss // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 17 DEC 1887 +2 PLAC Greiz +1 DEAT +2 DATE 7 AUG 1947 +2 PLAC Frankfurt an der,Oder +1 FAMS @F278@ +1 FAMS @F146@ +0 @I420@ INDI +1 NAME William // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1951/1952 +1 FAMS @F186@ +1 FAMC @F136@ +0 @I421@ INDI +1 NAME Eitel Frederick // +1 SEX M +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1942/1943 +1 FAMS @F193@ +1 FAMC @F136@ +0 @I422@ INDI +1 NAME Adalbert // +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1948 +1 FAMS @F194@ +1 FAMC @F136@ +0 @I423@ INDI +1 NAME Augustus William // +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1949 +1 FAMS @F195@ +1 FAMC @F136@ +0 @I424@ INDI +1 NAME Oscar // +1 SEX M +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1958 +1 FAMS @F196@ +1 FAMC @F136@ +0 @I425@ INDI +1 NAME Joachim // +1 SEX M +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1920 +1 FAMS @F197@ +1 FAMC @F136@ +0 @I426@ INDI +1 NAME Victoria Louise of_Prussia// +1 SEX F +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1980 +1 FAMS @F198@ +1 FAMC @F136@ +0 @I427@ INDI +1 NAME Augusta of_Saxe-Weimar // +1 SEX F +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1890 +1 FAMS @F147@ +0 @I428@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1923 +1 FAMS @F148@ +1 FAMC @F147@ +0 @I429@ INDI +1 NAME Frederick of_Baden // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1907 +1 FAMS @F148@ +0 @I430@ INDI +1 NAME Alphonso of_Cavadonga // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1938 +1 FAMS @F1248@ +1 FAMS @F1249@ +1 FAMC @F143@ +0 @I431@ INDI +1 NAME Don Jamie // +1 SEX M +1 FAMC @F143@ +0 @I432@ INDI +1 NAME Don Juan of_Spain// +1 SEX M +1 BIRT +2 DATE JUN 1913 +2 PLAC San Ildefonso,,Spain +1 FAMS @F149@ +1 FAMC @F143@ +0 @I433@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMS @F1251@ +1 FAMC @F143@ +0 @I434@ INDI +1 NAME Maria de_las_Mercedes of_Bourbon// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1910 +2 PLAC Madrid,,Spain +1 FAMS @F149@ +1 FAMC @F1245@ +0 @I435@ INDI +1 NAME Juan Carlos // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1938 +1 FAMS @F152@ +1 FAMC @F149@ +0 @I436@ INDI +1 NAME Marie (Mignon) /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1961 +1 FAMS @F151@ +1 FAMC @F100@ +0 @I437@ INDI +1 NAME Elizabeth of_Romania /Hohenzollern/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 12 OCT 1894 +2 PLAC Pelesch +1 DEAT +2 DATE 14 NOV 1956 +2 PLAC Cannes,France +1 FAMS @F150@ +1 FAMC @F100@ +0 @I438@ INDI +1 NAME Carol_II /Hohenzollern/ +1 TITL King of Romania +1 SEX M +1 BIRT +2 DATE 15 OCT 1893 +2 PLAC Castle Pelesch,Sinaia,Romania +1 DEAT +2 DATE 4 APR 1953 +2 PLAC Villa Mar y Sol,Estoril,Portugal +1 FAMS @F364@ +1 FAMS @F160@ +1 FAMS @F401@ +1 FAMC @F100@ +0 @I439@ INDI +1 NAME George_II /Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 19 JUL 1890 +2 PLAC Tatoi,Near Athens,Greece +1 DEAT +2 DATE 1 APR 1947 +2 PLAC Athens,Greece +1 BURI +2 PLAC Tatoi,Near Athens,Greece +1 FAMS @F150@ +1 FAMC @F139@ +0 @I440@ INDI +1 NAME Alexander_I of_Yugoslavia // +1 TITL King +1 SEX M +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1934 +1 FAMS @F151@ +1 FAMC @F1195@ +0 @I441@ INDI +1 NAME Sophia of_Greece /Oldenburg/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F152@ +1 FAMC @F162@ +0 @I442@ INDI +1 NAME Helen // +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F152@ +0 @I443@ INDI +1 NAME Christine // +1 SEX F +1 BIRT +2 DATE 1965 +1 FAMC @F152@ +0 @I444@ INDI +1 NAME Philip of_Asturias // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F152@ +0 @I445@ INDI +1 NAME Gustav Adolf // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1947 +1 FAMS @F217@ +1 FAMC @F35@ +0 @I446@ INDI +1 NAME Erik of_Vastmanland // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1918 +1 FAMC @F155@ +0 @I447@ INDI +1 NAME Sigvard Oscar Fredrik// +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 7 JUN 1907 +1 FAMS @F1291@ +1 FAMS @F1292@ +1 FAMS @F1289@ +1 FAMC @F35@ +0 @I448@ INDI +1 NAME Bertil Gustaf Oscar// +1 TITL Prince of Sweden +1 SEX M +1 BIRT +2 DATE 28 FEB 1912 +1 FAMS @F1290@ +1 FAMC @F35@ +0 @I449@ INDI +1 NAME Carl Johan Arthur// +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 31 OCT 1916 +1 FAMS @F1293@ +1 FAMS @F1294@ +1 FAMC @F35@ +0 @I450@ INDI +1 NAME Olav_V // +1 TITL King of Norway +1 SEX M +1 BIRT +2 DATE 2 JUL 1903 +2 PLAC Appleton House,Sandringham,Norfolk,England +1 DEAT +2 DATE 17 JAN 1991 +2 PLAC Norway +1 FAMS @F153@ +1 FAMC @F21@ +0 @I451@ INDI +1 NAME Martha of_Sweden // +1 TITL Crown Princess +1 SEX F +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1954 +1 FAMS @F153@ +1 FAMC @F215@ +0 @I452@ INDI +1 NAME Harald // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 21 FEB 1937 +2 PLAC Skaugum,Near Oslo,Norway +1 FAMS @F154@ +1 FAMC @F153@ +0 @I453@ INDI +1 NAME Sonja /Haraldsen/ +1 TITL Crown Princess +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F154@ +1 FAMC @F1282@ +0 @I454@ INDI +1 NAME Martha Louise // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1971 +1 FAMC @F154@ +0 @I455@ INDI +1 NAME Haakon of_Norway /Magnus/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1973 +1 FAMC @F154@ +0 @I456@ INDI +1 NAME Gustav_V // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 16 JUN 1858 +2 PLAC Drottningholm,Near Stockholm,Sweden +1 DEAT +2 DATE 29 OCT 1950 +2 PLAC Drottningholm,Near Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F155@ +1 FAMC @F156@ +0 @I457@ INDI +1 NAME Victoria of_Baden // +1 TITL Sweden +1 SEX F +1 BIRT +2 DATE 7 AUG 1862 +2 PLAC Karlsruhe +1 DEAT +2 DATE 4 APR 1930 +2 PLAC Rome,Italy +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F155@ +0 @I458@ INDI +1 NAME Oscar_II // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 21 JAN 1829 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 8 DEC 1907 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F156@ +1 FAMC @F627@ +0 @I459@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 9 JUL 1836 +2 PLAC Biebrich +1 DEAT +2 DATE 30 DEC 1913 +2 PLAC Stockholm,Sweden +1 FAMS @F156@ +1 FAMC @F209@ +0 @I460@ INDI +1 NAME Eleonore of_Solms- Hohensolms-Lich// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE 1937 +1 FAMS @F157@ +0 @I461@ INDI +1 NAME George Donatus of_Hesse// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1937 +1 FAMS @F158@ +1 FAMC @F157@ +0 @I462@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1968 +1 FAMS @F159@ +1 FAMC @F157@ +0 @I463@ INDI +1 NAME Cecilie of_Greece /Mountbatten/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1937 +1 FAMS @F158@ +1 FAMC @F28@ +0 @I464@ INDI +1 NAME Margaret /Campbell-Geddes/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1913 +1 FAMS @F159@ +1 FAMC @F1242@ +0 @I465@ INDI +1 NAME Christopher /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1940 +1 FAMS @F1334@ +1 FAMS @F1335@ +1 FAMC @F75@ +0 @I466@ INDI +1 NAME George /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1957 +1 FAMS @F1276@ +1 FAMC @F75@ +0 @I467@ INDI +1 NAME Olga // +1 SEX F +1 FAMC @F75@ +0 @I468@ INDI +1 NAME Michael /Hohenzollern/ +1 TITL King of Romania +1 SEX M +1 BIRT +2 DATE 25 OCT 1921 +2 PLAC Pelesch,Sinaia,Romania +1 FAMS @F161@ +1 FAMC @F160@ +0 @I469@ INDI +1 NAME Anne of_Bourbon-Parma // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 18 SEP 1923 +2 PLAC Paris,France +1 FAMS @F161@ +1 FAMC @F399@ +0 @I470@ INDI +1 NAME Frederica of_Hanover /Hanover/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 18 APR 1917 +2 PLAC Blankenburg,Harz,Germany +1 DEAT +2 DATE 6 FEB 1981 +2 PLAC Madrid,Spain +1 BURI +2 PLAC Tatoi +1 FAMS @F162@ +1 FAMC @F198@ +0 @I471@ INDI +1 NAME Constantine_II /Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 2 JUN 1940 +2 PLAC Psychiko +1 FAMS @F163@ +1 FAMC @F162@ +0 @I472@ INDI +1 NAME Anne-Marie of_Denmark // +1 SEX F +1 BIRT +2 DATE 30 AUG 1946 +2 PLAC Copenhagen,Denmark +1 FAMS @F163@ +1 FAMC @F402@ +0 @I473@ INDI +1 NAME Aspasia /Manos/ +1 SEX F +1 BIRT +2 DATE 4 SEP 1896 +2 PLAC Athens,Greece +1 DEAT +2 DATE 7 AUG 1972 +2 PLAC Venice,Italy +1 FAMS @F164@ +1 FAMC @F403@ +0 @I474@ INDI +1 NAME Alexandra of_Greece // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1921 +1 FAMS @F165@ +1 FAMC @F164@ +0 @I475@ INDI +1 NAME Peter_II of_Yugoslavia // +1 TITL King +1 SEX M +1 BIRT +2 DATE 6 SEP 1923 +2 PLAC Belgrade +1 DEAT +2 DATE 1970 +1 FAMS @F165@ +1 FAMC @F151@ +0 @I476@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1914 +1 FAMS @F168@ +1 FAMS @F169@ +1 FAMC @F28@ +0 @I477@ INDI +1 NAME Gottfried of_Hohenlohe- Lagenburg// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1897 +1 DEAT +2 DATE 1960 +1 FAMS @F166@ +0 @I478@ INDI +1 NAME Five_children // +1 SEX M +1 FAMC @F166@ +0 @I479@ INDI +1 NAME Berthold of_Baden // +1 TITL Margrave +1 SEX M +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1963 +1 FAMS @F167@ +0 @I480@ INDI +1 NAME Four_Children // +1 SEX M +1 FAMC @F167@ +0 @I481@ INDI +1 NAME Christopher of_Hesse // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1944 +1 FAMS @F168@ +0 @I482@ INDI +1 NAME George William of_Hanover// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1915 +1 FAMS @F169@ +0 @I483@ INDI +1 NAME Eight_children // +1 SEX M +1 FAMC @F169@ +0 @I484@ INDI +1 NAME Ludwig of_Wurttemberg // +1 TITL Duke +1 SEX M +1 FAMS @F170@ +0 @I485@ INDI +1 NAME Henriette // +1 SEX F +1 FAMS @F170@ +1 FAMC @F207@ +0 @I486@ INDI +1 NAME Alexander of_Bulgaria // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1893 +1 FAMS @F172@ +1 FAMC @F109@ +0 @I487@ INDI +1 NAME Francis Joseph // +1 SEX M +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1924 +1 FAMS @F173@ +1 FAMC @F109@ +0 @I488@ INDI +1 NAME Gustav Ernst of_Erbach-Schonb// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1908 +1 FAMS @F171@ +0 @I489@ INDI +1 NAME Johanna /Loisinger/ +1 SEX F +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1951 +1 FAMS @F172@ +1 FAMC @F1236@ +0 @I490@ INDI +1 NAME Anna of_Montenegro Princess// +1 SEX F +1 FAMS @F173@ +0 @I491@ INDI +1 NAME Alexandra Alexandrovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1842 +1 DEAT +2 DATE 1849 +1 FAMC @F11@ +0 @I492@ INDI +1 NAME Nicholas Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1865 +1 FAMC @F11@ +0 @I493@ INDI +1 NAME Louis_III of_Hesse // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1877 +1 FAMS @F174@ +1 FAMS @F1234@ +1 FAMC @F110@ +0 @I494@ INDI +1 NAME Edwina /Ashley/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1960 +1 FAMS @F175@ +1 FAMC @F965@ +0 @I495@ INDI +1 NAME Mathilde // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1862 +1 FAMS @F174@ +1 FAMC @F432@ +0 @I496@ INDI +1 NAME Frederica of_Hesse- Darmstadt// +1 SEX F +1 FAMS @F520@ +0 @I497@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1900 +1 FAMS @F1240@ +1 FAMS @F1241@ +1 FAMC @F114@ +0 @I498@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE ABT 1845 +1 DEAT +2 DATE 1900 +1 FAMS @F1238@ +1 FAMC @F114@ +0 @I499@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1865 +1 FAMS @F1237@ +1 FAMC @F114@ +0 @I500@ INDI +1 NAME Patricia /Mountbatten/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1924 +1 FAMS @F177@ +1 FAMC @F175@ +0 @I501@ INDI +1 NAME Pamela /Mountbatten/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1929 +1 FAMS @F178@ +1 FAMC @F175@ +0 @I502@ INDI +1 NAME Nadejda // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1896 +1 DEAT +2 DATE 1963 +1 FAMS @F176@ +1 FAMC @F498@ +0 @I503@ INDI +1 NAME Tatiana Elizabeth /Mountbatten/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1917 +1 FAMC @F176@ +0 @I504@ INDI +1 NAME David of_Milford_Haven /Mountbatten/ +1 TITL Marquess +1 SEX M +1 BIRT +2 DATE 1919 +1 DEAT +2 DATE 14 APR 1970 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,England +1 FAMS @F963@ +1 FAMS @F964@ +1 FAMC @F176@ +0 @I505@ INDI +1 NAME John Knatchbull /Ulick/ +1 TITL Lord Brabourne +1 SEX M +1 BIRT +2 DATE 1918 +1 FAMS @F177@ +0 @I506@ INDI +1 NAME Five_children // +1 SEX M +1 FAMC @F177@ +0 @I507@ INDI +1 NAME David /Hicks/ +1 SEX M +1 BIRT +2 DATE 1928 +1 FAMS @F178@ +0 @I508@ INDI +1 NAME Two_Children // +1 SEX M +1 FAMC @F178@ +0 @I509@ INDI +1 NAME Iris /Mountbatten/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1920 +1 FAMS @F967@ +1 FAMS @F968@ +1 FAMS @F969@ +1 FAMC @F142@ +0 @I510@ INDI +1 NAME Auguste /von_Harrach/ +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1873 +1 FAMS @F179@ +0 @I511@ INDI +1 NAME Daughter Stillborn // +1 SEX F +1 FAMC @F145@ +0 @I512@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1834 +1 FAMC @F388@ +0 @I513@ INDI +1 NAME Rosalie of_Hohenau /von_Rauch/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1879 +1 FAMS @F181@ +0 @I514@ INDI +1 NAME Himiltude // +1 SEX F +1 FAMS @F182@ +0 @I515@ INDI +1 NAME Paul Frederick // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1842 +1 FAMS @F183@ +0 @I516@ INDI +1 NAME Marie of_Saxe-Weimar- Eisenach// +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1877 +1 FAMS @F184@ +0 @I517@ INDI +1 NAME Caroline of_Zweibrucken // +1 SEX F +1 FAMS @F81@ +0 @I518@ INDI +1 NAME Cecilie of_Mecklenburg- Schwerin// +1 SEX F +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1954 +1 FAMS @F186@ +0 @I519@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1940 +1 FAMS @F187@ +1 FAMC @F186@ +0 @I520@ INDI +1 NAME Louis Ferdinand of_Prussia// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1907 +1 FAMS @F188@ +1 FAMC @F186@ +0 @I521@ INDI +1 NAME Hubertus // +1 SEX M +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1950 +1 FAMS @F189@ +1 FAMS @F190@ +1 FAMC @F186@ +0 @I522@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1966 +1 FAMS @F191@ +1 FAMC @F186@ +0 @I523@ INDI +1 NAME Alexandrine // +1 SEX F +1 BIRT +2 DATE 1915 +1 DEAT +2 DATE 1980 +1 FAMC @F186@ +0 @I524@ INDI +1 NAME Cecilie // +1 SEX F +1 BIRT +2 DATE 1917 +1 DEAT +2 DATE 1975 +1 FAMS @F192@ +1 FAMC @F186@ +0 @I525@ INDI +1 NAME Dorothea /von_Salviati/ +1 SEX F +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1972 +1 FAMS @F187@ +0 @I526@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F187@ +0 @I527@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F187@ +0 @I528@ INDI +1 NAME Kira of_Russia // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1967 +1 FAMS @F188@ +1 FAMC @F213@ +0 @I529@ INDI +1 NAME Louis_XIII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 27 SEP 1601 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 14 MAY 1643 +2 PLAC Germain-en-Laye,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F521@ +1 FAMC @F271@ +0 @I530@ INDI +1 NAME Joanna of_Austria // +1 TITL Arch Duchess +1 SEX F +1 FAMS @F489@ +0 @I531@ INDI +1 NAME Francesco_I of_Tuscany Italy// +1 TITL Grand Duke +1 SEX M +1 FAMS @F489@ +0 @I532@ INDI +1 NAME Alice de_Courtenay // +1 SEX F +1 FAMS @F351@ +0 @I533@ INDI +1 NAME Aymer of_Angouleme /Taillefer/ +1 TITL Count +1 SEX M +1 FAMS @F351@ +0 @I534@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F188@ +0 @I535@ INDI +1 NAME Dau._3 // +1 SEX F +1 FAMC @F188@ +0 @I536@ INDI +1 NAME Maria-Anna /von_Humboldt/ +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMS @F189@ +0 @I537@ INDI +1 NAME Magdalene /Reuss/ +1 SEX F +1 BIRT +2 DATE 1920 +1 FAMS @F190@ +0 @I538@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F190@ +0 @I539@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F190@ +0 @I540@ INDI +1 NAME Brigid /Guinness/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1920 +1 FAMS @F191@ +0 @I541@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F191@ +0 @I542@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F191@ +0 @I543@ INDI +1 NAME Son_3 // +1 SEX M +1 FAMC @F191@ +0 @I544@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F191@ +0 @I545@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F191@ +0 @I546@ INDI +1 NAME Clyde /Harris/ +1 SEX M +1 FAMS @F192@ +0 @I547@ INDI +1 NAME Sophie Charlotte // +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1964 +1 FAMS @F193@ +0 @I548@ INDI +1 NAME Adelheid of_Saxe- Meiningen// +1 SEX F +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1971 +1 FAMS @F194@ +0 @I549@ INDI +1 NAME Alexandra of_Schleswig- // +1 SEX F +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1957 +1 FAMS @F195@ +0 @I550@ INDI +1 NAME Ina Maria /von_Bassewitz/ +1 SEX F +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1973 +1 FAMS @F196@ +0 @I551@ INDI +1 NAME Marie Auguste of_Anhalt// +1 SEX F +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1983 +1 FAMS @F197@ +0 @I552@ INDI +1 NAME Ernest Augustus of_Brunswick/Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1953 +1 FAMS @F198@ +1 FAMC @F85@ +0 @I553@ INDI +1 NAME Frederick William_II // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 25 SEP 1744 +2 PLAC Berlin +1 DEAT +2 DATE 16 DEC 1797 +2 PLAC Marmorpalais,Potsdam +1 FAMS @F199@ +1 FAMS @F200@ +1 FAMC @F205@ +0 @I554@ INDI +1 NAME Elizabeth Christine of_Brunswick// +1 SEX F +1 BIRT +2 DATE 8 NOV 1746 +2 PLAC Wolfenbuttel +1 DEAT +2 DATE 18 FEB 1840 +2 PLAC Stettin +1 FAMS @F199@ +0 @I555@ INDI +1 NAME Frederica Charlotte of_Prussia// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 7 MAY 1767 +2 PLAC Charlottenburg +1 DEAT +2 DATE 6 AUG 1820 +2 PLAC Oatlands Park,Weybridge,Surrey,England +1 FAMS @F185@ +1 FAMC @F199@ +0 @I556@ INDI +1 NAME Frederica of_Hesse- Darmstadt// +1 SEX F +1 BIRT +2 DATE 16 OCT 1751 +2 PLAC Prenzlau +1 DEAT +2 DATE 25 FEB 1805 +2 PLAC Berlin +1 FAMS @F200@ +1 FAMC @F81@ +0 @I557@ INDI +1 NAME Christine // +1 SEX F +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1773 +1 FAMC @F200@ +0 @I558@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1773 +1 DEAT +2 DATE 1796 +1 FAMS @F201@ +1 FAMC @F200@ +0 @I559@ INDI +1 NAME Wilhelmina // +1 SEX F +1 BIRT +2 DATE 18 NOV 1774 +2 PLAC Potsdam +1 DEAT +2 DATE 12 OCT 1837 +2 PLAC The Hague +1 FAMS @F202@ +1 FAMC @F200@ +0 @I560@ INDI +1 NAME Son Stillborn // +1 SEX M +1 FAMC @F200@ +0 @I561@ INDI +1 NAME Augusta // +1 SEX F +1 BIRT +2 DATE 1780 +1 DEAT +2 DATE 1841 +1 FAMS @F203@ +1 FAMC @F200@ +0 @I562@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1846 +1 FAMC @F200@ +0 @I563@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1851 +1 FAMS @F204@ +1 FAMC @F200@ +0 @I564@ INDI +1 NAME Charles of_Mecklenburg- Strelitz// +1 TITL Grand Duke +1 SEX M +1 FAMS @F520@ +0 @I565@ INDI +1 NAME William_I of_Netherlands // +1 TITL King +1 SEX M +1 BIRT +2 DATE 24 AUG 1772 +2 PLAC Oraniensaal,The Hague +1 DEAT +2 DATE 12 DEC 1843 +2 PLAC Berlin,Germany +1 FAMS @F202@ +1 FAMS @F468@ +1 FAMC @F239@ +0 @I566@ INDI +1 NAME William_II of_Hesse // +1 TITL Elector +1 SEX M +1 FAMS @F203@ +0 @I567@ INDI +1 NAME Maria Anna of_Hesse// +1 SEX F +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1846 +1 FAMS @F204@ +0 @I568@ INDI +1 NAME Augustus William // +1 SEX M +1 BIRT +2 DATE 1722 +1 DEAT +2 DATE 1758 +1 FAMS @F205@ +1 FAMC @F435@ +0 @I569@ INDI +1 NAME Louise of_Brunswick // +1 SEX F +1 BIRT +2 DATE 1722 +1 DEAT +2 DATE 1780 +1 FAMS @F205@ +0 @I570@ INDI +1 NAME Frederick Henry Charles// +1 SEX M +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1767 +1 FAMC @F205@ +0 @I571@ INDI +1 NAME Wilhelmine // +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1820 +1 FAMS @F206@ +1 FAMC @F205@ +0 @I572@ INDI +1 NAME George Charles Emil// +1 SEX M +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1759 +1 FAMC @F205@ +0 @I573@ INDI +1 NAME William_V of_Orange // +1 SEX M +1 FAMS @F206@ +0 @I574@ INDI +1 NAME Charles Christian of_Nassau-Weilb// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1735 +1 DEAT +2 DATE 1788 +1 FAMS @F207@ +0 @I575@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1743 +1 DEAT +2 DATE 1787 +1 FAMS @F207@ +1 FAMC @F238@ +0 @I576@ INDI +1 NAME Friedrich Wilhelm of_Nassau-Weilb// +1 TITL Prince +1 SEX M +1 FAMS @F208@ +1 FAMC @F207@ +0 @I577@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F208@ +0 @I578@ INDI +1 NAME Wilhelm of_Nassau // +1 TITL Duke +1 SEX M +1 FAMS @F209@ +1 FAMC @F208@ +0 @I579@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F209@ +0 @I580@ INDI +1 NAME Adolphe of_Luxembourg // +1 TITL Grand Duke +1 SEX M +1 FAMS @F210@ +1 FAMC @F209@ +0 @I581@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F210@ +0 @I582@ INDI +1 NAME Guillaume_IV of_Luxembourg // +1 TITL Grand Duke +1 SEX M +1 FAMS @F211@ +1 FAMC @F210@ +0 @I583@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F211@ +0 @I584@ INDI +1 NAME Charlotte of_Luxembourg // +1 TITL Grand Duchess +1 SEX F +1 FAMS @F212@ +1 FAMC @F211@ +0 @I585@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F212@ +0 @I586@ INDI +1 NAME Jean of_Luxembourg // +1 TITL Grand Duke +1 SEX M +1 FAMC @F212@ +0 @I587@ INDI +1 NAME Marie-Josephe de_Saxe // +1 SEX F +1 FAMS @F1185@ +0 @I588@ INDI +1 NAME Vladimir Cyrilovitch /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 30 AUG 1917 +2 PLAC Near Borga,Finland,Finland +1 FAMS @F1381@ +1 FAMS @F214@ +1 FAMC @F213@ +0 @I589@ INDI +1 NAME Leonide Bagration- Moukhransky// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1914 +2 PLAC Tiflis +1 FAMS @F214@ +1 FAMC @F1271@ +0 @I590@ INDI +1 NAME Gaston // +1 TITL Duke of Orleans +1 SEX M +1 BIRT +2 DATE 1608 +1 DEAT +2 DATE 1660 +1 FAMS @F1372@ +1 FAMC @F271@ +0 @I591@ INDI +1 NAME James // +1 TITL Duke of Segovia +1 SEX M +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1975 +1 FAMS @F1252@ +1 FAMS @F1253@ +1 FAMC @F143@ +0 @I592@ INDI +1 NAME Dona_Maria of_Bourbon // +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F1246@ +1 FAMC @F149@ +0 @I593@ INDI +1 NAME Margarite // +1 TITL Crown Princess +1 SEX F +1 BIRT +2 DATE 1939 +1 FAMS @F1247@ +1 FAMC @F149@ +0 @I594@ INDI +1 NAME Alphonso // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 1941 +1 DEAT +2 DATE 1956 +2 PLAC ,,Portugal +1 FAMC @F149@ +0 @I595@ INDI +1 NAME Maria // +1 SEX F +1 FAMS @F255@ +1 FAMC @F170@ +0 @I596@ INDI +1 NAME Isabella /Marshal/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 9 OCT 1200 +2 PLAC Pembroke Castle +1 DEAT +2 DATE 15 JAN 1240 +2 PLAC Berkhamsted +1 FAMS @F599@ +1 FAMC @F778@ +0 @I597@ INDI +1 NAME Charles of_Sweden // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1951 +1 FAMS @F215@ +1 FAMC @F156@ +0 @I598@ INDI +1 NAME Ingeborg of_Denmark // +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1958 +1 FAMS @F215@ +1 FAMC @F218@ +0 @I599@ INDI +1 NAME Astrid of_Sweden // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 17 NOV 1905 +1 DEAT +2 DATE 29 AUG 1935 +2 PLAC Kussnacht,Switzerland +1 BURI +2 PLAC Laeken +1 FAMS @F216@ +1 FAMC @F215@ +0 @I600@ INDI +1 NAME Leopold_III // +1 TITL King of Belgium +1 SEX M +1 BIRT +2 DATE 3 NOV 1901 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 25 SEP 1983 +2 PLAC Near Brussels,Belgium +1 BURI +2 PLAC Laeken +1 FAMS @F216@ +1 FAMS @F429@ +1 FAMC @F423@ +0 @I601@ INDI +1 NAME Baudouin_I of_the_Belgians // +1 TITL King +1 SEX M +1 BIRT +2 DATE 7 SEP 1930 +2 PLAC Chateau de,Stuyvenberg +1 FAMS @F426@ +1 FAMC @F216@ +0 @I602@ INDI +1 NAME Sibylla of_Saxe-Coburg // +1 SEX F +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1971 +1 FAMS @F217@ +0 @I603@ INDI +1 NAME Carl_XVI Gustav // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 30 APR 1946 +2 PLAC Haga Castle +1 FAMS @F220@ +1 FAMC @F217@ +0 @I604@ INDI +1 NAME Frederick_VIII // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 3 JUN 1843 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 14 MAY 1912 +2 PLAC Hamburg,Germany +1 BURI +2 PLAC Roskilde,Denmark +1 FAMS @F218@ +1 FAMC @F74@ +0 @I605@ INDI +1 NAME Louise of_Sweden // +1 SEX F +1 BIRT +2 DATE 31 OCT 1851 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 20 MAR 1926 +2 PLAC Amalienborg +1 FAMS @F218@ +1 FAMC @F387@ +0 @I606@ INDI +1 NAME Christian_X // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 26 SEP 1870 +2 PLAC Charlottenlund,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 20 APR 1947 +2 PLAC Amalienborg +1 BURI +2 PLAC Roskilde,Denmark +1 FAMS @F219@ +1 FAMC @F218@ +0 @I607@ INDI +1 NAME Alexandrine of_Mecklenburg- Schwerin// +1 SEX F +1 BIRT +2 DATE 24 DEC 1879 +2 PLAC Schwerin +1 DEAT +2 DATE 28 DEC 1952 +2 PLAC Copenhagen +1 FAMS @F219@ +1 FAMC @F1278@ +0 @I608@ INDI +1 NAME Frederick_IX // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 11 MAR 1899 +2 PLAC Sorgenfri,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 14 JAN 1972 +2 PLAC Copenhagen,Denmark +1 BURI +2 PLAC Roskilde,Denmark +1 FAMS @F402@ +1 FAMC @F219@ +0 @I609@ INDI +1 NAME Alexia /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F163@ +0 @I610@ INDI +1 NAME Mergrethe_II // +1 TITL Queen of Denmark +1 SEX F +1 BIRT +2 DATE 16 APR 1940 +2 PLAC Copenhagen,Denmark +1 FAMS @F626@ +1 FAMC @F402@ +0 @I611@ INDI +1 NAME Johann Georg_II of_Anhalt-Dessau// +1 TITL Prince +1 SEX M +1 DEAT +2 DATE 1693 +1 FAMS @F221@ +0 @I612@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F221@ +0 @I613@ INDI +1 NAME Leopold_I of_Anhalt-Dessau // +1 TITL Prince +1 SEX M +1 FAMS @F244@ +1 FAMC @F221@ +0 @I614@ INDI +1 NAME Henriette Amalie // +1 SEX F +1 FAMS @F222@ +1 FAMC @F221@ +0 @I615@ INDI +1 NAME Heinrich Kasimir of_Nassau-Dietz// +1 TITL Prince +1 SEX M +1 FAMS @F222@ +0 @I616@ INDI +1 NAME John William of_Orange/Friso/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1686 +1 DEAT +2 DATE 1711 +1 FAMS @F223@ +1 FAMC @F222@ +0 @I617@ INDI +1 NAME Mary Louise // +1 SEX F +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1765 +1 FAMS @F223@ +0 @I618@ INDI +1 NAME William_IV of_Orange // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1711 +1 DEAT +2 DATE 1751 +1 FAMS @F238@ +1 FAMC @F223@ +0 @I619@ INDI +1 NAME Charlotte Amalia // +1 SEX F +1 BIRT +2 DATE 1710 +1 DEAT +2 DATE 1777 +1 FAMS @F224@ +1 FAMC @F223@ +0 @I620@ INDI +1 NAME Friedrich of_Baden-Durlach // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1703 +1 DEAT +2 DATE 1732 +1 FAMS @F224@ +0 @I621@ INDI +1 NAME Karl Friedrich of_Baden// +1 TITL Grand Duke +1 SEX M +1 FAMS @F225@ +1 FAMC @F224@ +0 @I622@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F225@ +0 @I623@ INDI +1 NAME Karl Ludwig of_Baden// +1 TITL Prince +1 SEX M +1 FAMS @F226@ +1 FAMC @F225@ +0 @I624@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F226@ +0 @I625@ INDI +1 NAME Karl of_Baden // +1 TITL Grand Duke +1 SEX M +1 FAMS @F227@ +1 FAMC @F226@ +0 @I626@ INDI +1 NAME Caroline of_Baden // +1 SEX F +1 BIRT +2 DATE 13 JUL 1776 +2 PLAC Karlsruhe +1 DEAT +2 DATE 13 NOV 1841 +2 PLAC Munich,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMS @F232@ +1 FAMC @F226@ +0 @I627@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F227@ +0 @I628@ INDI +1 NAME Marie // +1 SEX F +1 FAMS @F228@ +1 FAMC @F227@ +0 @I629@ INDI +1 NAME William Alexander of_Hamilton// +1 TITL Duke +1 SEX M +1 FAMS @F228@ +0 @I630@ INDI +1 NAME Mary // +1 SEX F +1 FAMS @F229@ +1 FAMC @F228@ +0 @I631@ INDI +1 NAME Albert_I of_Monaco // +1 TITL Prince +1 SEX M +1 FAMS @F229@ +0 @I632@ INDI +1 NAME Louis_II of_Monaco // +1 TITL Prince +1 SEX M +1 FAMS @F230@ +1 FAMC @F229@ +0 @I633@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F230@ +0 @I634@ INDI +1 NAME Charlotte // +1 SEX F +1 FAMS @F231@ +1 FAMC @F230@ +0 @I635@ INDI +1 NAME Pierre /de_Polignac/ +1 TITL Prince +1 SEX M +1 FAMS @F231@ +0 @I636@ INDI +1 NAME Rainier_III of_Monaco // +1 TITL Prince +1 SEX M +1 FAMC @F231@ +0 @I637@ INDI +1 NAME Maximilian_I Joseph /Wittelsbach/ +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 27 MAY 1756 +2 PLAC Mannheim,Germany +1 DEAT +2 DATE 13 OCT 1825 +2 PLAC Schloss,Nymphenburg,Germany +1 BURI +2 PLAC Theatinerkirche +1 FAMS @F431@ +1 FAMS @F232@ +0 @I638@ INDI +1 NAME Sophie (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1872 +1 FAMS @F233@ +1 FAMC @F232@ +0 @I639@ INDI +1 NAME Franz Karl of_Austria// +1 TITL Archduke +1 SEX M +1 FAMS @F233@ +0 @I640@ INDI +1 NAME Otto // +1 SEX M +1 FAMS @F234@ +1 FAMC @F236@ +0 @I641@ INDI +1 NAME Elisabeth Amalia // +1 SEX F +1 FAMS @F237@ +1 FAMC @F236@ +0 @I642@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F234@ +0 @I643@ INDI +1 NAME Karl_I of_Austria // +1 TITL Emperor +1 SEX M +1 FAMS @F235@ +1 FAMC @F234@ +0 @I644@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F235@ +0 @I645@ INDI +1 NAME Otto of_Austria // +1 TITL Archduke +1 SEX M +1 FAMC @F235@ +0 @I646@ INDI +1 NAME Karl Ludwig // +1 SEX M +1 FAMS @F236@ +1 FAMC @F233@ +0 @I647@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F236@ +0 @I648@ INDI +1 NAME Aloys of_Liechtenstein // +1 TITL Prince +1 SEX M +1 FAMS @F237@ +0 @I649@ INDI +1 NAME Franz_Joseph_II of_Liechtenstein // +1 TITL Prince +1 SEX M +1 FAMC @F237@ +0 @I650@ INDI +1 NAME William_V of_Orange // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1748 +1 DEAT +2 DATE 1806 +1 FAMS @F239@ +1 FAMC @F238@ +0 @I651@ INDI +1 NAME Wilhelmina // +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1820 +1 FAMS @F239@ +0 @I652@ INDI +1 NAME William_II of_Netherlands // +1 TITL King +1 SEX M +1 BIRT +2 DATE 6 DEC 1792 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 17 MAR 1849 +2 PLAC Tilburg +1 FAMS @F240@ +1 FAMC @F202@ +0 @I653@ INDI +1 NAME Frederik of_Netherlands // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1881 +1 FAMS @F388@ +1 FAMC @F202@ +0 @I654@ INDI +1 NAME Anna Pavlovna // +1 SEX F +1 BIRT +2 DATE 18 JAN 1795 +2 PLAC St. Petersburg,Russia +1 DEAT +2 DATE 1 MAR 1865 +2 PLAC The Hague +1 FAMS @F240@ +1 FAMC @F469@ +0 @I655@ INDI +1 NAME William_III of_Netherlands // +1 TITL King +1 SEX M +1 BIRT +2 DATE 19 FEB 1817 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 23 NOV 1890 +2 PLAC Het Loo +1 FAMS @F447@ +1 FAMS @F241@ +1 FAMC @F240@ +0 @I656@ INDI +1 NAME Emma of_Netherlands // +1 TITL Queen Regent +1 SEX F +1 BIRT +2 DATE 2 AUG 1858 +2 PLAC Arolsen +1 DEAT +2 DATE 20 MAR 1934 +2 PLAC The Hague +1 FAMS @F241@ +1 FAMC @F67@ +0 @I657@ INDI +1 NAME Wilhelmina of_Netherlands // +1 TITL Queen +1 SEX F +1 BIRT +2 DATE 31 AUG 1880 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 28 NOV 1962 +2 PLAC Het Loo +1 FAMS @F242@ +1 FAMC @F241@ +0 @I658@ INDI +1 NAME Henry of_Mecklenburg // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 19 APR 1876 +2 PLAC Schwerin +1 DEAT +2 DATE 3 JUL 1934 +2 PLAC The Hague,Netherlands +1 FAMS @F242@ +1 FAMC @F445@ +0 @I659@ INDI +1 NAME Juliana of_Netherlands // +1 TITL Queen +1 SEX F +1 BIRT +2 DATE 30 APR 1909 +2 PLAC The Hague,Netherlands +1 FAMS @F243@ +1 FAMC @F242@ +0 @I660@ INDI +1 NAME Bernhard of_Lippe- Biesterfeld// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 29 JUN 1911 +2 PLAC Jena +1 FAMS @F243@ +0 @I661@ INDI +1 NAME Beatrix of_Netherlands // +1 TITL Queen +1 SEX F +1 BIRT +2 DATE 31 JAN 1938 +2 PLAC Soetdijk,Palace,Netherlands +1 FAMS @F443@ +1 FAMC @F243@ +0 @I662@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F244@ +0 @I663@ INDI +1 NAME Leopold_II of_Anhalt-Dessau // +1 TITL Prince +1 SEX M +1 FAMS @F245@ +1 FAMC @F244@ +0 @I664@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F245@ +0 @I665@ INDI +1 NAME Agnes // +1 SEX F +1 FAMS @F246@ +1 FAMC @F245@ +0 @I666@ INDI +1 NAME Johann /Just/ +1 TITL Baron von Loen +1 SEX M +1 FAMS @F246@ +0 @I667@ INDI +1 NAME Agnes // +1 SEX F +1 FAMS @F247@ +1 FAMC @F246@ +0 @I668@ INDI +1 NAME Ernst von_Seherr-Thoss // +1 TITL Count +1 SEX M +1 FAMS @F247@ +0 @I669@ INDI +1 NAME Hermann von_Seherr-Thoss // +1 TITL Count +1 SEX M +1 FAMS @F248@ +1 FAMC @F247@ +0 @I670@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F248@ +0 @I671@ INDI +1 NAME Marguerite // +1 SEX F +1 FAMS @F249@ +1 FAMC @F248@ +0 @I672@ INDI +1 NAME Lajos Apponyi_de Nagy-Appony// +1 TITL Count +1 SEX M +1 FAMS @F249@ +0 @I673@ INDI +1 NAME Cyula Apponyi_de Nagy-Appony// +1 TITL Count +1 SEX M +1 FAMS @F250@ +1 FAMC @F249@ +0 @I674@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F250@ +0 @I675@ INDI +1 NAME Geraldine // +1 SEX F +1 FAMS @F251@ +1 FAMC @F250@ +0 @I676@ INDI +1 NAME Zog_I of_Albania // +1 TITL King +1 SEX M +1 FAMS @F251@ +0 @I677@ INDI +1 NAME Leka_I of_Albania // +1 TITL King +1 SEX M +1 FAMC @F251@ +0 @I678@ INDI +1 NAME Karl of_Austria // +1 TITL Archduke +1 SEX M +1 FAMS @F252@ +0 @I679@ INDI +1 NAME Henriette // +1 SEX F +1 FAMS @F252@ +0 @I680@ INDI +1 NAME Karl Ferdinand // +1 SEX M +1 FAMS @F253@ +1 FAMC @F252@ +0 @I681@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F253@ +0 @I682@ INDI +1 NAME Maria Cristina of_Austria// +1 TITL Queen of Spain +1 SEX F +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1929 +1 FAMS @F254@ +1 FAMC @F253@ +0 @I683@ INDI +1 NAME Alfonso_XII // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1857 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 1885 +1 FAMS @F1243@ +1 FAMS @F254@ +1 FAMC @F453@ +0 @I684@ INDI +1 NAME Joseph of_Austria // +1 TITL Archduke +1 SEX M +1 FAMS @F255@ +0 @I685@ INDI +1 NAME Elisabeth of_Austria // +1 TITL Archduchess +1 SEX F +1 FAMS @F256@ +1 FAMC @F255@ +0 @I686@ INDI +1 NAME Ferdinand of_Austria-Este // +1 TITL Archduke +1 SEX M +1 FAMS @F256@ +0 @I687@ INDI +1 NAME Maria Theresa // +1 SEX F +1 BIRT +2 DATE 2 JUL 1849 +2 PLAC Brunn +1 DEAT +2 DATE 3 FEB 1919 +2 PLAC Schloss,Wildenwart +1 BURI +2 PLAC Dom Church,Munich,Germany +1 FAMS @F257@ +1 FAMC @F256@ +0 @I688@ INDI +1 NAME Ludwig_III /Wittelsbach/ +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 7 JAN 1845 +2 PLAC Munich,Germany +1 DEAT +2 DATE 18 OCT 1921 +2 PLAC Sarvar,Hungary +1 FAMS @F257@ +1 FAMC @F438@ +0 @I689@ INDI +1 NAME Rupprecht of_Bavaria // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1955 +1 FAMS @F258@ +1 FAMS @F439@ +1 FAMC @F257@ +0 @I690@ INDI +1 NAME Maria Gabriele of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1912 +1 FAMS @F258@ +1 FAMC @F441@ +0 @I691@ INDI +1 NAME Albrecht (Albert) // +1 TITL Duke of Bavaria +1 SEX M +1 BIRT +2 DATE 1905 +1 FAMC @F258@ +0 @I692@ INDI +1 NAME George of_Denmark // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 2 APR 1653 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 28 OCT 1708 +2 PLAC Kensington,Palace,,England +1 FAMS @F259@ +1 FAMC @F637@ +0 @I693@ INDI +1 NAME Anne /Stuart/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 6 FEB 1665 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 1 AUG 1714 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F259@ +1 FAMC @F260@ +0 @I694@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 12 MAY 1684 +1 DEAT +2 DATE 12 MAY 1684 +1 FAMC @F259@ +0 @I695@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 2 JUN 1685 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 8 FEB 1687 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F259@ +0 @I696@ INDI +1 NAME Anne Sophia // +1 SEX F +1 BIRT +2 DATE 12 MAY 1686 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 2 FEB 1687 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F259@ +0 @I697@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 22 OCT 1687 +1 DEAT +2 DATE 22 OCT 1687 +1 FAMC @F259@ +0 @I698@ INDI +1 NAME William of_Gloucester // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 24 JUL 1689 +2 PLAC Hampton Court,Palace,England +1 DEAT +2 DATE 30 JUL 1700 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F259@ +0 @I699@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 14 OCT 1690 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 14 OCT 1690 +2 PLAC St. James Palace,London,England +1 FAMC @F259@ +0 @I700@ INDI +1 NAME George // +1 SEX M +1 BIRT +2 DATE 17 APR 1692 +2 PLAC Syon House,Brentford,Middlesex,England +1 DEAT +2 DATE 17 APR 1692 +2 PLAC Syon House,Brentford,Middlesex,England +1 FAMC @F259@ +0 @I701@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 23 MAR 1693 +2 PLAC Berkeley House,,England +1 DEAT +2 DATE 23 MAR 1693 +2 PLAC Berkeley House,,England +1 FAMC @F259@ +0 @I702@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 18 FEB 1696 +1 DEAT +2 DATE 18 FEB 1696 +1 FAMC @F259@ +0 @I703@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 20 SEP 1696 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 20 SEP 1696 +2 PLAC Windsor,Berkshire,England +1 FAMC @F259@ +0 @I704@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 15 SEP 1698 +1 DEAT +2 DATE 15 SEP 1698 +1 FAMC @F259@ +0 @I705@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 25 JAN 1700 +1 DEAT +2 DATE 25 JAN 1700 +1 FAMC @F259@ +0 @I706@ INDI +1 NAME James_II /Stuart/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 14 OCT 1633 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 SEP 1701 +2 PLAC St. Germain-,en-Laye,France +1 BURI +2 PLAC St. Germain-,en-Laye,France +1 FAMS @F260@ +1 FAMS @F261@ +1 FAMC @F270@ +0 @I707@ INDI +1 NAME Anne /Hyde/ +1 SEX F +1 BIRT +2 DATE 12 MAR 1637/1638 +2 PLAC Cranbourne Lodge,Near,Windsor,England +1 DEAT +2 DATE 31 MAR 1671 +2 PLAC St. James Palace,London,England +1 FAMS @F260@ +1 FAMC @F944@ +0 @I708@ INDI +1 NAME Charles of_Cambridge // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 22 OCT 1660 +2 PLAC Worcester House,London,England +1 DEAT +2 DATE 5 MAY 1661 +2 PLAC Whitehall +1 FAMC @F260@ +0 @I709@ INDI +1 NAME Mary_II // +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 30 APR 1662 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 28 DEC 1694 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F276@ +1 FAMC @F260@ +0 @I710@ INDI +1 NAME James of_Cambridge // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 12 JUL 1663 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 22 MAY 1667 +2 PLAC St. James Palace,London,England +1 FAMC @F260@ +0 @I711@ INDI +1 NAME Charles // +1 TITL Duke of Kendal +1 SEX M +1 BIRT +2 DATE 4 JUL 1666 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 20 JUN 1667 +2 PLAC Richmond Palace,,England +1 FAMC @F260@ +0 @I712@ INDI +1 NAME Edgar of_Cambridge // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 14 SEP 1667 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 15 NOV 1669 +2 PLAC Richmond Palace,London,England +1 FAMC @F260@ +0 @I713@ INDI +1 NAME Henrietta // +1 SEX F +1 BIRT +2 DATE 13 JAN 1669 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 15 NOV 1669 +2 PLAC St. James Palace,,England +1 FAMC @F260@ +0 @I714@ INDI +1 NAME Catherine // +1 SEX F +1 BIRT +2 DATE 9 FEB 1671 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 5 DEC 1671 +2 PLAC St. James Palace,,England +1 FAMC @F260@ +0 @I715@ INDI +1 NAME Mary Beatrice of_Modena// +1 SEX F +1 BIRT +2 DATE 25 SEP 1658 +1 DEAT +2 DATE 7 MAY 1718 +2 PLAC St. Germain-,en-Laye,France +1 BURI +2 PLAC Convent of,Chaillot,France +1 FAMS @F261@ +1 FAMC @F275@ +0 @I716@ INDI +1 NAME Catherine Laura /Stuart/ +1 SEX F +1 BIRT +2 DATE 10 JAN +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 3 OCT 1675 +2 PLAC St. James Palace,London,England +1 FAMC @F261@ +0 @I717@ INDI +1 NAME Charles of_Cambridge /Stuart/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 7 NOV 1677 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 12 DEC 1677 +2 PLAC St. James Palace,London,England +1 FAMC @F261@ +0 @I718@ INDI +1 NAME Charlotte Maria /Stuart/ +1 SEX F +1 BIRT +2 DATE 16 AUG 1682 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 OCT 1682 +2 PLAC St. James Palace,London,England +1 FAMC @F261@ +0 @I719@ INDI +1 NAME James Francis Edward/Stuart/ +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 10 JUN 1688 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 1 JAN 1766 +2 PLAC Rome,,Italy +1 FAMS @F262@ +1 FAMC @F261@ +0 @I720@ INDI +1 NAME Louisa Maria Theresa/Stuart/ +1 SEX F +1 BIRT +2 DATE 28 JUN 1692 +2 PLAC St. Germain-,en-Laye,France +1 DEAT +2 DATE 8 APR 1712 +2 PLAC St. Germain-,en-Laye,France +1 FAMC @F261@ +0 @I721@ INDI +1 NAME Maria Casimire Clementina/Sobieska/ +1 SEX F +1 BIRT +2 DATE 18 JUL 1702 +1 DEAT +2 DATE 18 JAN 1735 +2 PLAC Rome,,Italy +1 FAMS @F262@ +1 FAMC @F952@ +0 @I722@ INDI +1 NAME Charles Edward Louis/Stuart/ +1 SEX M +1 BIRT +2 DATE 31 DEC 1720 +2 PLAC Rome,,Italy +1 DEAT +2 DATE 31 JAN 1788 +2 PLAC Rome,,Italy +1 FAMS @F263@ +1 FAMC @F262@ +0 @I723@ INDI +1 NAME Henry Benedict Thomas/Stuart/ +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 6 MAR 1725 +2 PLAC Rome,,Italy +1 DEAT +2 DATE 13 JUL 1807 +2 PLAC Frascati,,Italy +1 FAMC @F262@ +0 @I724@ INDI +1 NAME Louise Maximilienne Caroline// +1 SEX F +1 BIRT +2 DATE 10 SEP 1752 +2 PLAC Mons +1 DEAT +2 DATE 29 JAN 1824 +2 PLAC Florence,,Italy +1 FAMS @F263@ +1 FAMC @F954@ +0 @I725@ INDI +1 NAME James_I /Stuart/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 19 JUN 1566 +2 PLAC Edinburgh Castle,,Scotland +1 DEAT +2 DATE 27 MAR 1625 +2 PLAC Theobalds Park,Hertfordshire,Herts,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F264@ +1 FAMC @F455@ +0 @I726@ INDI +1 NAME Anne of_Denmark // +1 SEX F +1 BIRT +2 DATE 14 OCT 1574 +2 PLAC Skanderborg,Castle +1 DEAT +2 DATE 4 MAR 1619 +2 PLAC Hampton Court,Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F264@ +1 FAMC @F268@ +0 @I727@ INDI +1 NAME Henry Frederick /Stuart/ +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 19 FEB 1594 +2 PLAC Stirling Castle +1 DEAT +2 DATE 6 NOV 1612 +2 PLAC St. James Palace,,England +1 FAMC @F264@ +0 @I728@ INDI +1 NAME Elizabeth /Stuart/ +1 SEX F +1 BIRT +2 DATE 19 AUG 1596 +2 PLAC Dunfermline +1 DEAT +2 DATE 13 FEB 1662 +2 PLAC Leicester House,London,England +1 FAMS @F265@ +1 FAMC @F264@ +0 @I729@ INDI +1 NAME Margaret /Stuart/ +1 SEX F +1 BIRT +2 DATE 24 DEC 1598 +2 PLAC Dalkeith Palace +1 DEAT +2 DATE MAR 1600 +2 PLAC Linlithgow +1 FAMC @F264@ +0 @I730@ INDI +1 NAME Charles_I /Stuart/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 19 NOV 1600 +2 PLAC Dunfermline,Scotland +1 DEAT +2 DATE 30 JAN 1649 +2 PLAC Whitehall Palace,,England +1 BURI +2 PLAC St. George's,Chapel,Windsor,England +1 FAMS @F270@ +1 FAMC @F264@ +0 @I731@ INDI +1 NAME Robert /Stuart/ +1 TITL Duke of Kintyre +1 SEX M +1 BIRT +2 DATE 18 JAN 1602 +2 PLAC Dunfermline +1 DEAT +2 DATE 27 MAY 1602 +2 PLAC Dunfermline +1 FAMC @F264@ +0 @I732@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE MAY 1603 +2 PLAC Stirling +1 DEAT +2 DATE MAY 1603 +2 PLAC Stirling +1 FAMC @F264@ +0 @I733@ INDI +1 NAME Mary /Stuart/ +1 SEX F +1 BIRT +2 DATE 8 APR 1605 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 16 SEP 1607 +2 PLAC Stanwell Park,Middlesex,England +1 FAMC @F264@ +0 @I734@ INDI +1 NAME Sophia /Stuart/ +1 SEX F +1 BIRT +2 DATE 22 JUN 1606 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 23 JUN 1606 +2 PLAC Greenwich Palace +1 FAMC @F264@ +0 @I735@ INDI +1 NAME Frederick_V of_Palatinate // +1 TITL King of Bohemia +1 SEX M +1 BIRT +2 DATE 1596 +1 DEAT +2 DATE 1632 +1 FAMS @F265@ +0 @I736@ INDI +1 NAME Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 1630 +1 DEAT +2 DATE 1714 +1 FAMS @F266@ +1 FAMC @F265@ +0 @I737@ INDI +1 NAME Frederick_II of_Denmark and_Norway// +1 TITL King +1 SEX M +1 BIRT +2 DATE 1 JUL 1534 +2 PLAC Haderslevhus +1 DEAT +2 DATE 4 APR 1588 +2 PLAC Antvorslev,Castle +1 BURI +2 PLAC Roskilde,Cathedral,Denmark +1 FAMS @F268@ +1 FAMC @F638@ +0 @I738@ INDI +1 NAME Sophia of_Mecklenburg- Gustrow// +1 SEX F +1 BIRT +2 DATE 4 SEP 1557 +2 PLAC Wismar +1 DEAT +2 DATE 4 OCT 1631 +2 PLAC Nykobing +1 FAMS @F268@ +0 @I739@ INDI +1 NAME Henrietta Maria of_France// +1 SEX F +1 BIRT +2 DATE 26 NOV 1609 +2 PLAC Hotel du Louvre,Paris,France +1 DEAT +2 DATE 31 AUG 1669 +2 PLAC Colombe,Near Paris,France +1 BURI +2 PLAC St. Denis +1 FAMS @F270@ +1 FAMC @F271@ +0 @I740@ INDI +1 NAME Henry_IV the_Great // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 13 DEC 1553 +2 PLAC Pau,Navarre,France +1 DEAT +2 DATE 14 MAY 1610 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1184@ +1 FAMS @F271@ +1 FAMC @F446@ +0 @I741@ INDI +1 NAME Marie /de'_Medici/ +1 SEX F +1 BIRT +2 DATE 1573 +1 DEAT +2 DATE 1642 +1 FAMS @F271@ +1 FAMC @F489@ +0 @I742@ INDI +1 NAME Charles James /Stuart/ +1 TITL Duke of Cornwall +1 SEX M +1 BIRT +2 DATE 13 MAY 1629 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 13 MAY 1629 +2 PLAC Greenwich Palace +1 FAMC @F270@ +0 @I743@ INDI +1 NAME Charles_II /Stuart/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 29 MAY 1630 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 FEB 1685 +2 PLAC Whitehall Palace,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F273@ +1 FAMC @F270@ +0 @I744@ INDI +1 NAME Mary /Stuart/ +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 4 NOV 1631 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 24 DEC 1660 +2 PLAC Whitehall Palace,,England +1 FAMS @F269@ +1 FAMC @F270@ +0 @I745@ INDI +1 NAME Elizabeth /Stuart/ +1 SEX F +1 BIRT +2 DATE 29 DEC 1635 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 8 SEP 1650 +2 PLAC Carisbrooke,Castle,Isle of Wight,England +1 FAMC @F270@ +0 @I746@ INDI +1 NAME Anne /Stuart/ +1 SEX F +1 BIRT +2 DATE 17 MAR 1637 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 5 NOV 1640 +2 PLAC Richmond Palace,,England +1 FAMC @F270@ +0 @I747@ INDI +1 NAME Catherine /Stuart/ +1 SEX F +1 BIRT +2 DATE 29 JUN 1639 +2 PLAC Whitehall Palace,,England +1 DEAT +2 DATE 29 JUN 1639 +2 PLAC Whitehall Palace,,England +1 FAMC @F270@ +0 @I748@ INDI +1 NAME Henry of_Gloucester /Stuart/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 8 JUL 1640 +2 PLAC Oatlands,Surrey,England +1 DEAT +2 DATE 13 SEP 1660 +2 PLAC Whitehall Palace +1 FAMC @F270@ +0 @I749@ INDI +1 NAME Henrietta Anne /Stuart/ +1 SEX F +1 BIRT +2 DATE 16 JUN 1644 +2 PLAC Bedford House,Exeter,England +1 DEAT +2 DATE 30 JUN 1670 +2 PLAC St. Cloud +1 FAMS @F272@ +1 FAMC @F270@ +0 @I750@ INDI +1 NAME William_II of_Orange // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1626 +1 DEAT +2 DATE 1650 +1 FAMS @F269@ +0 @I751@ INDI +1 NAME Philippe of_Orleans // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1641 +1 DEAT +2 DATE 1701 +1 FAMS @F272@ +1 FAMS @F1373@ +1 FAMC @F521@ +0 @I752@ INDI +1 NAME Catherine of_Braganza // +1 SEX F +1 BIRT +2 DATE 25 NOV 1638 +2 PLAC Vila Vicosa,Lisbon,Portugal +1 DEAT +2 DATE 31 DEC 1705 +2 PLAC Bemposta,Palace,Lisbon,Portugal +1 BURI +2 PLAC Belem +1 FAMS @F273@ +1 FAMC @F274@ +0 @I753@ INDI +1 NAME John_IV the_Fortunate // +1 TITL King of Portugal +1 SEX M +1 BIRT +2 DATE 1605 +1 DEAT +2 DATE 1656 +1 FAMS @F274@ +0 @I754@ INDI +1 NAME Luiza Maria /de_Guzman/ +1 SEX F +1 FAMS @F274@ +0 @I755@ INDI +1 NAME Alfonso_IV /d'Este/ +1 TITL Duke of Modena +1 SEX M +1 FAMS @F275@ +0 @I756@ INDI +1 NAME Laura /Mortinozzi/ +1 SEX F +1 FAMS @F275@ +0 @I757@ INDI +1 NAME William_III of_Orange /Stuart/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 14 NOV 1650 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 19 MAR 1702 +2 PLAC Kensington,Palace,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F276@ +1 FAMC @F269@ +0 @I758@ INDI +1 NAME Ernest Augustus of_Brunswick// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1629 +1 DEAT +2 DATE 1698 +1 FAMS @F266@ +0 @I759@ INDI +1 NAME George_I of_Saxe- Meiningen// +1 TITL Duke +1 SEX M +1 FAMS @F277@ +0 @I760@ INDI +1 NAME Louisa Eleonora of_Hohenlohe-// +1 TITL Princess +1 SEX F +1 FAMS @F277@ +0 @I761@ INDI +1 NAME Frederick William_I // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 14 AUG 1688 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 31 MAY 1740 +2 PLAC Potsdam,Germany +1 BURI +2 PLAC Potsdam,Germany +1 FAMS @F435@ +1 FAMC @F267@ +0 @I762@ INDI +1 NAME Maria of_Waldegrave /Walpole/ +1 TITL Countess +1 SEX F +1 DEAT +2 DATE 1790 +1 FAMS @F958@ +1 FAMS @F279@ +1 FAMC @F957@ +0 @I763@ INDI +1 NAME Anne /Horton/ +1 TITL Hon. +1 SEX F +1 DEAT +2 DATE 1808 +1 FAMS @F280@ +0 @I764@ INDI +1 NAME Christian_VII // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 29 JAN 1749 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 13 MAR 1808 +2 PLAC Rendsborg +1 FAMS @F281@ +1 FAMC @F107@ +0 @I765@ INDI +1 NAME Charles Louis // +1 TITL Elector Palatine +1 SEX M +1 DEAT +2 DATE 1680 +1 FAMS @F940@ +1 FAMC @F265@ +0 @I766@ INDI +1 NAME Rupert of_Cumberland // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1619 +1 DEAT +2 DATE 1682 +1 FAMC @F265@ +0 @I767@ INDI +1 NAME Maurice // +1 SEX M +1 DEAT +2 DATE 1654 +1 FAMC @F265@ +0 @I768@ INDI +1 NAME Edward // +1 SEX M +1 FAMS @F942@ +1 FAMC @F265@ +0 @I769@ INDI +1 NAME Charlotte /Landgrave/ +1 SEX F +1 FAMS @F940@ +1 FAMC @F941@ +0 @I770@ INDI +1 NAME Ernest Augustus // +1 TITL Duke of York +1 SEX M +1 FAMC @F266@ +0 @I771@ INDI +1 NAME Sophia Charlotte // +1 SEX F +1 BIRT +2 DATE 20 OCT 1668 +2 PLAC Schloss Iburg,Near,Osnabruck +1 DEAT +2 DATE 1 FEB 1705 +2 PLAC Hanover +1 BURI +2 PLAC Berlin,Cathedral,Germany +1 FAMS @F267@ +1 FAMC @F266@ +0 @I772@ INDI +1 NAME Frederick_I // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 11 JUL 1657 +2 PLAC Konigsberg,Prussia +1 DEAT +2 DATE 25 FEB 1713 +2 PLAC Berlin,Germany +1 FAMS @F436@ +1 FAMS @F267@ +1 FAMS @F437@ +0 @I773@ INDI +1 NAME Henry_VII /Tudor/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 28 JAN 1457 +2 PLAC Pembroke Castle,Pembrokeshire,England +1 DEAT +2 DATE 21 APR 1509 +2 PLAC Richmond Palace,Richmond Surrey,England +1 BURI +2 PLAC Henry VII Chapel,Westminster,Abbey,England +1 FAMS @F282@ +1 FAMC @F461@ +0 @I774@ INDI +1 NAME Elizabeth of_York // +1 SEX F +1 BIRT +2 DATE 11 FEB 1466 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 11 FEB 1503 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Henry VII Chapel,Westminster,Abbey,London +1 FAMS @F282@ +1 FAMC @F373@ +0 @I775@ INDI +1 NAME Arthur /Tudor/ +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 20 SEP 1486 +2 PLAC St. Swithin's,Priory,Winchester,England +1 DEAT +2 DATE 2 APR 1502 +2 PLAC Ludlow Castle +1 FAMS @F313@ +1 FAMC @F282@ +0 @I776@ INDI +1 NAME Margaret /Tudor/ +1 SEX F +1 BIRT +2 DATE 28 NOV 1489 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 18 OCT 1541 +2 PLAC Methven Castle +1 FAMS @F314@ +1 FAMS @F529@ +1 FAMS @F316@ +1 FAMC @F282@ +0 @I777@ INDI +1 NAME John Crocker /Bulteel/ +1 SEX M +1 DEAT +2 DATE 1843 +1 FAMS @F283@ +0 @I778@ INDI +1 NAME Elizabeth /Grey/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1880 +1 FAMS @F283@ +0 @I779@ INDI +1 NAME Horace Beauchamp /Seymour/ +1 TITL Sir +1 SEX M +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1856 +1 FAMS @F284@ +1 FAMC @F1019@ +0 @I780@ INDI +1 NAME Elizabeth Malet /Palk/ +1 SEX F +1 DEAT +2 DATE 1827 +1 FAMS @F284@ +0 @I781@ INDI +1 NAME George John /Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1834 +1 FAMS @F285@ +1 FAMC @F467@ +0 @I782@ INDI +1 NAME Lavinia /Bingham/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1831 +1 FAMS @F285@ +1 FAMC @F682@ +0 @I783@ INDI +1 NAME Henry /Baring/ +1 SEX M +1 DEAT +2 DATE 1848 +1 FAMS @F286@ +0 @I784@ INDI +1 NAME Cecilia Anne /Windham/ +1 SEX F +1 DEAT +2 DATE 1874 +1 FAMS @F286@ +0 @I785@ INDI +1 NAME // +1 TITL Earl Howe I +1 SEX M +1 DEAT +2 DATE 1870 +1 FAMS @F287@ +0 @I786@ INDI +1 NAME Anne /Gore/ +1 SEX F +1 DEAT +2 DATE 1877 +1 FAMS @F287@ +0 @I787@ INDI +1 NAME Louisa Jane /Russell/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1905 +1 FAMS @F288@ +1 FAMC @F675@ +0 @I788@ INDI +1 NAME // +1 TITL Duke Albercorn I +1 SEX M +1 DEAT +2 DATE 1885 +1 FAMS @F288@ +0 @I789@ INDI +1 NAME George Charles /Bingham/ +1 TITL Earl of Lucan +1 SEX M +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1888 +1 FAMS @F289@ +1 FAMC @F681@ +0 @I790@ INDI +1 NAME Anne /Brudenell/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1877 +1 FAMS @F289@ +0 @I791@ INDI +1 NAME Caroline /Paget/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1874 +1 FAMS @F290@ +0 @I792@ INDI +1 NAME Charles Lennox of_Richmond// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1860 +1 FAMS @F290@ +1 FAMC @F671@ +0 @I793@ INDI +1 NAME David /Gill/ +1 SEX M +1 FAMS @F291@ +0 @I794@ INDI +1 NAME Sarah /Ogston/ +1 SEX F +1 FAMS @F291@ +0 @I795@ INDI +1 NAME William Smith /Marr/ +1 SEX M +1 DEAT +2 DATE 1898 +1 FAMS @F292@ +0 @I796@ INDI +1 NAME Helen /Bean/ +1 SEX F +1 DEAT +2 DATE 1852 +1 FAMS @F292@ +0 @I797@ INDI +1 NAME William /Littlejohn/ +1 SEX M +1 DEAT +2 DATE 1888 +1 FAMS @F293@ +0 @I798@ INDI +1 NAME Janet /Bentley/ +1 SEX F +1 DEAT +2 DATE 1848 +1 FAMS @F293@ +0 @I799@ INDI +1 NAME James /Crombie/ +1 SEX M +1 DEAT +2 DATE 1878 +1 FAMS @F294@ +0 @I800@ INDI +1 NAME Katherine Scott /Forbes/ +1 SEX F +1 DEAT +2 DATE 1893 +1 FAMS @F294@ +0 @I801@ INDI +1 NAME Gabriella Marina Alexandra/Windsor/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 23 APR 1981 +2 PLAC ,,England +1 CHR +2 DATE 8 JUN 1981 +2 PLAC Chapel Royal,St. James Palace,England +1 FAMC @F103@ +0 @I802@ INDI +1 NAME Thomas /Troubridge/ +1 SEX M +1 FAMS @F295@ +0 @I803@ INDI +1 NAME John_Charles of_Buccleuch VII// +1 TITL Duke +1 SEX M +1 FAMS @F296@ +0 @I804@ INDI +1 NAME Peter /Shand-Kydde/ +1 SEX M +1 FAMS @F297@ +1 FAMS @F298@ +0 @I805@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F298@ +0 @I806@ INDI +1 NAME Barbara /Cartland/ +1 TITL Dame +1 SEX F +1 BIRT +2 DATE JUL 1900 +1 FAMS @F299@ +1 FAMS @F1415@ +1 FAMC @F1418@ +0 @I807@ INDI +1 NAME Robert /Fellowes/ +1 TITL Sir +1 SEX M +1 BIRT +2 DATE 1941 +1 FAMS @F300@ +1 FAMC @F302@ +0 @I808@ INDI +1 NAME Laura Jane /Fellowes/ +1 SEX F +1 BIRT +2 DATE JUL 1980 +1 FAMC @F300@ +0 @I809@ INDI +1 NAME Neil /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 1951 +1 FAMS @F301@ +0 @I810@ INDI +1 NAME William /Fellowes/ +1 TITL Sir +1 SEX M +1 FAMS @F302@ +0 @I811@ INDI +1 NAME Andrew /Ferguson/ +1 TITL Major +1 SEX M +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1966 +1 FAMS @F303@ +1 FAMC @F304@ +0 @I812@ INDI +1 NAME Marian -Scott /Montagu-Douglas-/ +1 SEX F +1 BIRT +2 DATE 1980 +1 FAMS @F303@ +1 FAMC @F1393@ +0 @I813@ INDI +1 NAME John Andrew /Ferguson/ +1 SEX M +1 FAMC @F303@ +0 @I814@ INDI +1 NAME Algernon Francis /Ferguson/ +1 TITL Brig. Gen. +1 SEX M +1 BIRT +2 DATE 1867 +1 DEAT +2 DATE 1943 +1 FAMS @F304@ +1 FAMC @F305@ +0 @I815@ INDI +1 NAME John /Ferguson/ +1 TITL Colonel +1 SEX M +1 FAMS @F305@ +1 FAMC @F306@ +0 @I816@ INDI +1 NAME Thomas /Ferguson/ +1 SEX M +1 FAMS @F306@ +1 FAMC @F307@ +0 @I817@ INDI +1 NAME Emma /Benyon/ +1 SEX F +1 FAMS @F306@ +0 @I818@ INDI +1 NAME John /Ferguson/ +1 SEX M +1 FAMS @F307@ +1 FAMC @F308@ +0 @I819@ INDI +1 NAME James /Ferguson/ +1 TITL Dr. +1 SEX M +1 DEAT +2 DATE 1789 +1 FAMS @F308@ +0 @I820@ INDI +1 NAME Fitzherbert /Wright/ +1 SEX M +1 BIRT +2 DATE 1905 +1 DEAT +2 DATE 1975 +1 FAMS @F309@ +1 FAMC @F1387@ +0 @I821@ INDI +1 NAME Doreen /Wingfield/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F309@ +1 FAMC @F1385@ +0 @I822@ INDI +1 NAME Jane Louisa /Ferguson/ +1 SEX F +1 BIRT +2 DATE 26 AUG 1957 +2 PLAC ,,England +1 FAMS @F312@ +1 FAMC @F54@ +0 @I823@ INDI +1 NAME Hector /Barrantes/ +1 SEX M +1 BIRT +2 DATE ABT 1939 +1 DEAT +2 DATE 10 AUG 1990 +2 PLAC Buenos Aires,Argentina +1 FAMS @F310@ +1 FAMS @F311@ +0 @I824@ INDI +1 NAME Louise // +1 SEX F +1 DEAT +2 DATE ABT 1967 +2 PLAC Buenos Aires,,Argentina +1 FAMS @F310@ +0 @I825@ INDI +1 NAME Alex /Makim/ +1 SEX M +1 BIRT +2 DATE ABT 1951 +1 FAMS @F312@ +0 @I826@ INDI +1 NAME Seamus /Makim/ +1 SEX M +1 BIRT +2 DATE ABT 1980 +1 FAMC @F312@ +0 @I827@ INDI +1 NAME Beatrice Elizabeth Mary/Windsor/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 8 AUG 1988 +2 PLAC Portland Hosp.,,England +1 FAMC @F53@ +0 @I828@ INDI +1 NAME Henry_VIII /Tudor/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 28 JUN 1491 +2 PLAC Greenwich Palace,,England +1 DEAT +2 DATE 28 JAN 1547 +2 PLAC Whitehall,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMS @F319@ +1 FAMS @F321@ +1 FAMS @F322@ +1 FAMS @F323@ +1 FAMS @F325@ +1 FAMS @F327@ +1 FAMC @F282@ +0 @I829@ INDI +1 NAME Elizabeth /Tudor/ +1 SEX F +1 BIRT +2 DATE 2 JUL 1492 +1 DEAT +2 DATE 14 SEP 1495 +2 PLAC Eltham Palace,,England +1 FAMC @F282@ +0 @I830@ INDI +1 NAME Mary /Tudor/ +1 SEX F +1 BIRT +2 DATE 18 MAR 1496 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE 25 JUN 1533 +2 PLAC Westhorpe,Suffolk,England +1 FAMS @F317@ +1 FAMS @F318@ +1 FAMC @F282@ +0 @I831@ INDI +1 NAME Edmund /Tudor/ +1 SEX M +1 BIRT +2 DATE 21 FEB 1499 +2 PLAC Greenwich,Palace,England +1 DEAT +2 DATE 19 JUN 1500 +2 PLAC Bishops Hatfield,Herts,England +1 FAMC @F282@ +0 @I832@ INDI +1 NAME Katherine /Tudor/ +1 SEX F +1 BIRT +2 DATE 2 FEB 1503 +2 PLAC Tower of London,,England +1 DEAT +2 DATE 1503 +2 PLAC ,,England +1 FAMC @F282@ +0 @I833@ INDI +1 NAME Catherine of_Aragon // +1 SEX F +1 BIRT +2 DATE 15 DEC 1485 +2 PLAC Near Madrid,,Spain +1 DEAT +2 DATE 7 JAN 1536 +2 PLAC Kimbolton Castle,Hunts,England +1 BURI +2 PLAC Peterborough,Cathedral,England +1 FAMS @F313@ +1 FAMS @F319@ +1 FAMC @F320@ +0 @I834@ INDI +1 NAME James_IV // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1473 +1 DEAT +2 DATE 9 SEP 1513 +1 FAMS @F314@ +1 FAMC @F460@ +0 @I835@ INDI +1 NAME James_V // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1512 +2 PLAC Linlithgow,,Scotland +1 DEAT +2 DATE 1542 +1 FAMS @F458@ +1 FAMS @F459@ +1 FAMC @F314@ +0 @I836@ INDI +1 NAME Archibald /Douglas/ +1 TITL Earl of Angus VI +1 SEX M +1 DEAT +2 DATE ABT 1557 +1 FAMS @F529@ +0 @I837@ INDI +1 NAME Henry /Stewart/ +1 TITL Lord Methven I +1 SEX M +1 DEAT +2 DATE ABT 1551 +1 FAMS @F316@ +0 @I838@ INDI +1 NAME Louis_XII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 27 JUN 1462 +2 PLAC Blois,France +1 DEAT +2 DATE 1 JAN 1515 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1151@ +1 FAMS @F1201@ +1 FAMS @F317@ +1 FAMC @F462@ +0 @I839@ INDI +1 NAME Charles /Brandon/ +1 TITL Duke of Suffolk +1 SEX M +1 DEAT +2 DATE 1545 +1 FAMS @F318@ +0 @I840@ INDI +1 NAME Ferdinand_V // +1 TITL King of Aragon +1 SEX M +1 BIRT +2 DATE 1452 +1 DEAT +2 DATE 1516 +1 FAMS @F320@ +1 FAMS @F1353@ +0 @I841@ INDI +1 NAME Isabella // +1 TITL Queen of Castile +1 SEX F +1 BIRT +2 DATE 1451 +1 DEAT +2 DATE 1504 +1 FAMS @F320@ +1 FAMC @F1152@ +0 @I842@ INDI +1 NAME Daughter /Tudor/ +1 SEX F +1 BIRT +2 DATE 31 JAN 1510 +1 DEAT +2 DATE 31 JAN 1510 +1 FAMC @F319@ +0 @I843@ INDI +1 NAME Henry_(1) /Tudor/ +1 TITL Duke of Cornwall +1 SEX M +1 BIRT +2 DATE 1 JAN 1511 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE 22 FEB 1511 +2 PLAC Richmond Palace,,England +1 FAMC @F319@ +0 @I844@ INDI +1 NAME Henry_(2) /Tudor/ +1 TITL Duke of Cornwall +1 SEX M +1 BIRT +2 DATE NOV 1513 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE NOV 1513 +2 PLAC Richmond Palace,,England +1 FAMC @F319@ +0 @I845@ INDI +1 NAME Son /Tudor/ +1 SEX M +1 BIRT +2 DATE DEC 1514 +1 DEAT +2 DATE DEC 1514 +1 FAMC @F319@ +0 @I846@ INDI +1 NAME Mary_I /Tudor/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 18 FEB 1516 +2 PLAC Greenwich Palace,London,England +1 DEAT +2 DATE 17 NOV 1558 +2 PLAC St. James Palace,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F334@ +1 FAMC @F319@ +0 @I847@ INDI +1 NAME Daughter /Tudor/ +1 SEX F +1 BIRT +2 DATE 10 NOV 1518 +1 DEAT +2 DATE 10 NOV 1518 +1 FAMC @F319@ +0 @I848@ INDI +1 NAME Anne /Boleyn/ +1 SEX F +1 BIRT +2 DATE ABT 1501 +2 PLAC Blickling Hall,Norfolk,England +1 DEAT +2 DATE 19 MAY 1536 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Chapel Royal,Tower of London,London,England +1 FAMS @F321@ +1 FAMC @F931@ +0 @I849@ INDI +1 NAME Elizabeth_I /Tudor/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 7 SEP 1533 +2 PLAC Greenwich Palace,London,England +1 DEAT +2 DATE 23 MAR 1603 +2 PLAC Richmond Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F321@ +0 @I850@ INDI +1 NAME Son /Tudor/ +1 SEX M +1 BIRT +2 DATE 29 JAN 1536 +2 PLAC Greenwich,,England +1 DEAT +2 DATE 29 JAN 1536 +2 PLAC Greenwich,,England +1 FAMC @F321@ +0 @I851@ INDI +1 NAME Jane /Seymour/ +1 SEX F +1 BIRT +2 DATE ABT 1505 +2 PLAC Wolf Hall,Savernake,Wilts +1 DEAT +2 DATE 24 OCT 1537 +2 PLAC Hampton Court,Palace,England +1 BURI +2 DATE 12 NOV 1537 +2 PLAC St. George Chap.,Windsor,England +1 FAMS @F322@ +1 FAMC @F328@ +0 @I852@ INDI +1 NAME Edward_VI /Tudor/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 12 OCT 1537 +2 PLAC Hampton Court,Palace,England +1 DEAT +2 DATE 6 JUL 1553 +2 PLAC Greenwich,Palace,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F322@ +0 @I853@ INDI +1 NAME Anne of_Cleves // +1 SEX F +1 BIRT +2 DATE 22 SEP 1515 +2 PLAC Dusseldorf +1 DEAT +2 DATE 17 JUL 1557 +2 PLAC Chelsea,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F323@ +1 FAMC @F324@ +0 @I854@ INDI +1 NAME John_III // +1 TITL Duke of Cleves +1 SEX M +1 FAMS @F324@ +0 @I855@ INDI +1 NAME Marie of_Julich // +1 SEX F +1 FAMS @F324@ +0 @I856@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 BIRT +2 DATE ABT 1520 +2 PLAC Lambeth +1 DEAT +2 DATE 13 FEB 1542 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Chapel Royal,London,England +1 FAMS @F325@ +1 FAMC @F326@ +0 @I857@ INDI +1 NAME Edmund /Howard/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1513 +1 FAMS @F326@ +1 FAMS @F1099@ +1 FAMC @F1096@ +0 @I858@ INDI +1 NAME Joyce /Culpeper/ +1 SEX F +1 FAMS @F326@ +0 @I859@ INDI +1 NAME Catherine /Parr/ +1 SEX F +1 BIRT +2 DATE ABT 1512 +2 PLAC Kendal Castle +1 DEAT +2 DATE 5 SEP 1548 +2 PLAC Sudeley Castle,Gloucestershire +1 BURI +2 PLAC Sudeley Castle,Chapel +1 FAMS @F329@ +1 FAMS @F330@ +1 FAMS @F327@ +1 FAMS @F331@ +1 FAMC @F332@ +0 @I860@ INDI +1 NAME John /Seymour/ +1 TITL Sir +1 SEX M +1 FAMS @F328@ +0 @I861@ INDI +1 NAME Margery /Wentworth/ +1 SEX F +1 FAMS @F328@ +0 @I862@ INDI +1 NAME Edward /Borough/ +1 TITL Sir +1 SEX M +1 DEAT +2 DATE BEF APR 1533 +1 FAMS @F329@ +0 @I863@ INDI +1 NAME John /Nevill/ +1 TITL Baron Latimer #3 +1 SEX M +1 DEAT +2 DATE 2 MAR 1543 +2 PLAC London,England +1 FAMS @F330@ +0 @I864@ INDI +1 NAME Thomas /Seymour/ +1 TITL Baron Seymour +1 SEX M +1 FAMS @F331@ +0 @I865@ INDI +1 NAME Thomas of_Kendal /Parr/ +1 TITL Sir +1 SEX M +1 FAMS @F332@ +0 @I866@ INDI +1 NAME Maud /Green/ +1 SEX F +1 FAMS @F332@ +0 @I867@ INDI +1 NAME Daughter /Seymour/ +1 SEX F +1 BIRT +2 DATE 29 AUG 1548 +1 DEAT +2 DATE 5 SEP 1548 +1 FAMC @F331@ +0 @I868@ INDI +1 NAME Jane /Grey/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE OCT 1537 +2 PLAC Bradgate,Leicestershire +1 DEAT +2 DATE 12 FEB 1554 +2 PLAC Tower of London,Tower Green,London,England +1 BURI +2 PLAC Tower of London,Chapel Royal,London,England +1 FAMS @F333@ +1 FAMC @F527@ +0 @I869@ INDI +1 NAME Guildford /Dudley/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 12 FEB 1554 +2 PLAC Tower of London,Tower Green,London,England +1 FAMS @F333@ +1 FAMC @F1078@ +0 @I870@ INDI +1 NAME Philip_II // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 21 MAY 1527 +2 PLAC Valladolid +1 DEAT +2 DATE 13 SEP 1598 +2 PLAC El Escorial,Palace,Madrid,Spain +1 FAMS @F949@ +1 FAMS @F334@ +1 FAMS @F950@ +1 FAMS @F951@ +1 FAMC @F335@ +0 @I871@ INDI +1 NAME Charles_V // +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1500 +1 DEAT +2 DATE 1558 +1 FAMS @F335@ +1 FAMC @F1352@ +0 @I872@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 BIRT +2 DATE 1503 +1 DEAT +2 DATE 1539 +1 FAMS @F335@ +0 @I873@ INDI +1 NAME Simon /de_Montfort/ +1 TITL Earl Leicester +1 SEX M +1 DEAT +2 DATE 4 AUG 1265 +2 PLAC Evesham +1 FAMS @F598@ +0 @I874@ INDI +1 NAME Tomislav of_Yugoslavia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1928 +2 PLAC Belgrade +1 FAMS @F338@ +1 FAMS @F339@ +1 FAMC @F151@ +0 @I875@ INDI +1 NAME Andrej of_Yugoslavia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1929 +2 PLAC ,,Yugoslavia +1 FAMS @F340@ +1 FAMS @F341@ +1 FAMS @F342@ +1 FAMC @F151@ +0 @I876@ INDI +1 NAME William /Marshal/ +1 TITL Earl of Pembroke +1 SEX M +1 DEAT +2 DATE 24 APR 1231 +1 FAMS @F336@ +0 @I877@ INDI +1 NAME Alexander // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 1945 +1 FAMS @F337@ +1 FAMC @F165@ +0 @I878@ INDI +1 NAME Dona_Maria da_Gloria // +1 TITL Princess +1 SEX F +1 FAMS @F337@ +0 @I879@ INDI +1 NAME Peter of_Yugoslavia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1980 +2 PLAC U.S.A. +1 FAMC @F337@ +0 @I880@ INDI +1 NAME Philip of_Yugoslavia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1982 +2 PLAC Washington D.C.,U.S.A. +1 FAMC @F337@ +0 @I881@ INDI +1 NAME Alexander of_Yugoslavia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1982 +2 PLAC Washington D.C.,U.S.A. +1 FAMC @F337@ +0 @I882@ INDI +1 NAME Alice /Scholastica/ +1 TITL Grand Duchess +1 SEX F +1 FAMS @F338@ +0 @I883@ INDI +1 NAME Nikolas K. /George/ +1 SEX M +1 BIRT +2 DATE 1958 +1 FAMC @F338@ +0 @I884@ INDI +1 NAME Katarina K. /George/ +1 SEX F +1 BIRT +2 DATE 1959 +1 FAMC @F338@ +0 @I885@ INDI +1 NAME Linda /Bonney/ +1 SEX F +1 FAMS @F339@ +0 @I886@ INDI +1 NAME George K. /George/ +1 SEX M +1 BIRT +2 DATE 1984 +1 FAMC @F339@ +0 @I887@ INDI +1 NAME Christina of_Hesse // +1 SEX F +1 FAMS @F340@ +0 @I888@ INDI +1 NAME Tatiana Maria // +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMC @F340@ +0 @I889@ INDI +1 NAME Christopher K. /George/ +1 SEX M +1 BIRT +2 DATE 1960 +1 FAMC @F340@ +0 @I890@ INDI +1 NAME Kira Melita of_Leiningen// +1 SEX F +1 BIRT +2 DATE 1930 +1 FAMS @F341@ +1 FAMC @F346@ +0 @I891@ INDI +1 NAME Vladimir K. /George/ +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMC @F341@ +0 @I892@ INDI +1 NAME Dimitrye K. /George/ +1 SEX M +1 BIRT +2 DATE 1965 +2 PLAC London,England +1 FAMC @F341@ +0 @I893@ INDI +1 NAME Mitsi // +1 SEX F +1 FAMS @F342@ +0 @I894@ INDI +1 NAME Louis // +1 TITL Dauphin +1 SEX M +1 DEAT +2 DATE 1765 +1 FAMS @F1185@ +1 FAMC @F525@ +0 @I895@ INDI +1 NAME Maria of_Russia // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1951 +1 FAMS @F346@ +1 FAMC @F213@ +0 @I896@ INDI +1 NAME Elizabeth of_France // +1 SEX F +1 BIRT +2 DATE 1602 +1 DEAT +2 DATE 1644 +1 FAMS @F948@ +1 FAMC @F271@ +0 @I897@ INDI +1 NAME Charles_X // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1757 +1 DEAT +2 DATE NOV 1836 +1 FAMS @F1186@ +1 FAMC @F1185@ +0 @I898@ INDI +1 NAME Louis_XVIII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1755 +2 PLAC Versailles,France +1 DEAT +2 DATE 16 SEP 1824 +1 FAMC @F1185@ +0 @I899@ INDI +1 NAME Maria of_Russia // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1953 +2 PLAC Madrid,Spain,Spain +1 FAMS @F345@ +1 FAMC @F214@ +0 @I900@ INDI +1 NAME Franz Wilhelm of_Prussia// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE ABT 1943 +1 FAMS @F345@ +0 @I901@ INDI +1 NAME George of_Russia // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1981 +2 PLAC ,,Spain +1 FAMC @F345@ +0 @I902@ INDI +1 NAME Karl of_Leiningen // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1946 +1 FAMS @F346@ +0 @I903@ INDI +1 NAME Emich of_Leiningen // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1926 +1 FAMS @F347@ +1 FAMC @F346@ +0 @I904@ INDI +1 NAME Karl of_Leiningen // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1928 +1 FAMC @F346@ +0 @I905@ INDI +1 NAME Margarita // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1932 +1 FAMC @F346@ +0 @I906@ INDI +1 NAME Mechtilde // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1936 +1 FAMS @F350@ +1 FAMC @F346@ +0 @I907@ INDI +1 NAME Friedrich of_Leiningen // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1938 +1 FAMC @F346@ +0 @I908@ INDI +1 NAME Eilika of_Oldenberg // +1 TITL Duchess +1 SEX F +1 FAMS @F347@ +0 @I909@ INDI +1 NAME Melita // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMC @F347@ +0 @I910@ INDI +1 NAME Karl // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1952 +1 FAMS @F348@ +1 FAMC @F347@ +0 @I911@ INDI +1 NAME Andreas // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1955 +1 FAMS @F349@ +1 FAMC @F347@ +0 @I912@ INDI +1 NAME Stephanie // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1958 +1 FAMC @F347@ +0 @I913@ INDI +1 NAME Margarite of_Hohenloche- Ochringen// +1 TITL Princess +1 SEX F +1 FAMS @F348@ +0 @I914@ INDI +1 NAME Alexandra of_Hanover // +1 TITL Princess +1 SEX F +1 FAMS @F349@ +0 @I915@ INDI +1 NAME Ferdinand // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1982 +1 FAMC @F349@ +0 @I916@ INDI +1 NAME Karl /Bauscher/ +1 SEX M +1 FAMS @F350@ +0 @I917@ INDI +1 NAME Ulf /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F350@ +0 @I918@ INDI +1 NAME Berthold /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F350@ +0 @I919@ INDI +1 NAME Johan /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F350@ +0 @I920@ INDI +1 NAME Anne of_Austria // +1 SEX F +1 BIRT +2 DATE 1601 +1 DEAT +2 DATE 1666 +1 FAMS @F521@ +1 FAMC @F522@ +0 @I921@ INDI +1 NAME Friedrich Wilhelm of_Prussia// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F355@ +1 FAMS @F356@ +1 FAMC @F188@ +0 @I922@ INDI +1 NAME Michael of_Prussia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F354@ +1 FAMC @F188@ +0 @I923@ INDI +1 NAME Marie-Cecile of_Prussia // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1942 +1 FAMC @F188@ +0 @I924@ INDI +1 NAME Louis Ferdinand of_Prussia// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1944 +1 DEAT +2 DATE 1977 +1 FAMS @F353@ +1 FAMC @F188@ +0 @I925@ INDI +1 NAME Christian Sigismund of_Prussia// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1946 +1 FAMS @F352@ +1 FAMC @F188@ +0 @I926@ INDI +1 NAME Nina zu_Reventlow // +1 TITL Countess +1 SEX F +1 FAMS @F352@ +0 @I927@ INDI +1 NAME Daughter // +1 SEX F +1 FAMC @F352@ +0 @I928@ INDI +1 NAME Donata of_Castell- Rudenhausen// +1 SEX F +1 FAMS @F353@ +0 @I929@ INDI +1 NAME Georg Friedrich // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1976 +1 FAMC @F353@ +0 @I930@ INDI +1 NAME Corneilie-Cecile // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1978 +1 FAMC @F353@ +0 @I931@ INDI +1 NAME Jutta /Jorn/ +1 SEX F +1 FAMS @F354@ +0 @I932@ INDI +1 NAME Micaela // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1967 +1 FAMC @F354@ +0 @I933@ INDI +1 NAME Nataly // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1970 +1 FAMC @F354@ +0 @I934@ INDI +1 NAME Waltraud /Freydag/ +1 SEX F +1 FAMS @F355@ +0 @I935@ INDI +1 NAME Philip // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F355@ +0 @I936@ INDI +1 NAME Ehrengard /von_Reden/ +1 SEX F +1 FAMS @F356@ +0 @I937@ INDI +1 NAME Friedrich // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1979 +1 FAMC @F356@ +0 @I938@ INDI +1 NAME Viktoria // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1982 +1 FAMC @F356@ +0 @I939@ INDI +1 NAME Joachim // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1984 +1 FAMC @F356@ +0 @I940@ INDI +1 NAME Margaret /Messenger/ +1 SEX F +1 FAMS @F357@ +0 @I941@ INDI +1 NAME Emily // +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1976 +1 FAMC @F357@ +0 @I942@ INDI +1 NAME Benjamin // +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1978 +1 FAMC @F357@ +0 @I943@ INDI +1 NAME Alexander /Lascelles/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1980 +1 FAMC @F357@ +0 @I944@ INDI +1 NAME Edward /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1982 +1 FAMC @F357@ +0 @I945@ INDI +1 NAME Fredericka Ann /Duhrrson/ +1 SEX F +1 FAMS @F358@ +0 @I946@ INDI +1 NAME Sophie /Lascelles/ +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F358@ +0 @I947@ INDI +1 NAME Rowan /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1977 +1 FAMC @F358@ +0 @I948@ INDI +1 NAME Julie /Bayliss/ +1 SEX F +1 FAMS @F359@ +0 @I949@ INDI +1 NAME Thomas /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1982 +1 FAMC @F359@ +0 @I950@ INDI +1 NAME Ellen /Lascelles/ +1 SEX F +1 BIRT +2 DATE 1984 +1 FAMC @F359@ +0 @I951@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1662 +1 DEAT +2 DATE 1689 +1 FAMS @F946@ +1 FAMC @F272@ +0 @I952@ INDI +1 NAME Maud /Carnegie/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1893 +1 DEAT +2 DATE 1945 +1 FAMS @F360@ +1 FAMC @F29@ +0 @I953@ INDI +1 NAME Charles of_Southesk // +1 TITL Earl XI +1 SEX M +1 BIRT +2 DATE 1893 +1 FAMS @F360@ +0 @I954@ INDI +1 NAME James George Alexander/Carnegie/ +1 TITL Duke of Fife +1 SEX M +1 BIRT +2 DATE 1929 +1 FAMS @F361@ +1 FAMC @F360@ +0 @I955@ INDI +1 NAME Caroline /Dewar/ +1 TITL Hon. +1 SEX F +1 FAMS @F361@ +0 @I956@ INDI +1 NAME Alexandra /Carnegie/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1959 +1 FAMC @F361@ +0 @I957@ INDI +1 NAME David Charles /Carnegie/ +1 TITL Earl of Macduff +1 SEX M +1 BIRT +2 DATE 1961 +1 FAMC @F361@ +0 @I958@ INDI +1 NAME Ragnhild Alexandra // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1930 +2 PLAC Oslo,Norway +1 FAMS @F363@ +1 FAMC @F153@ +0 @I959@ INDI +1 NAME Astrid Maud Ingeborg// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1932 +1 FAMS @F362@ +1 FAMC @F153@ +0 @I960@ INDI +1 NAME Johan Martin /Ferner/ +1 SEX M +1 BIRT +2 DATE 1927 +1 FAMS @F362@ +0 @I961@ INDI +1 NAME Cathrine /Ferner/ +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMC @F362@ +0 @I962@ INDI +1 NAME Benedickte /Ferner/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F362@ +0 @I963@ INDI +1 NAME Alexander /Ferner/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F362@ +0 @I964@ INDI +1 NAME Elisabeth /Ferner/ +1 SEX F +1 BIRT +2 DATE 1969 +1 FAMC @F362@ +0 @I965@ INDI +1 NAME Carl Christian /Ferner/ +1 SEX M +1 BIRT +2 DATE 1972 +1 FAMC @F362@ +0 @I966@ INDI +1 NAME Erling /Lorentzen/ +1 SEX M +1 FAMS @F363@ +0 @I967@ INDI +1 NAME Haakon /Lorentzen/ +1 SEX M +1 FAMC @F363@ +0 @I968@ INDI +1 NAME Ingeborg /Lorentzen/ +1 SEX F +1 FAMC @F363@ +0 @I969@ INDI +1 NAME Ragnhild Alexandra /Lorentzen/ +1 SEX F +1 BIRT +2 DATE 1968 +2 PLAC ,,Brazil +1 FAMC @F363@ +0 @I970@ INDI +1 NAME Anne of_Bourbon-Parma // +1 TITL Princess +1 SEX F +0 @I971@ INDI +1 NAME Joana Maria Valentina/Lambrino/ +1 SEX F +1 BIRT +2 DATE 3 OCT 1898 +2 PLAC Roman,Romania +1 DEAT +2 DATE 11 MAR 1953 +2 PLAC Paris,France +1 FAMS @F364@ +1 FAMC @F400@ +0 @I972@ INDI +1 NAME Margarita of_Romania // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1949 +2 PLAC Lausanne +1 FAMC @F161@ +0 @I973@ INDI +1 NAME Helen of_Romania // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1950 +2 PLAC Lausanne +1 FAMS @F365@ +1 FAMC @F161@ +0 @I974@ INDI +1 NAME Irina // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1953 +2 PLAC Lausanne +1 FAMS @F366@ +1 FAMC @F161@ +0 @I975@ INDI +1 NAME Sophie // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMC @F161@ +0 @I976@ INDI +1 NAME Maria // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1964 +1 FAMC @F161@ +0 @I977@ INDI +1 NAME Robin /Medforth-Mills/ +1 TITL Professor +1 SEX M +1 FAMS @F365@ +0 @I978@ INDI +1 NAME Nicholas /Medforth-Mills/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F365@ +0 @I979@ INDI +1 NAME John /Kreuger/ +1 SEX M +1 FAMS @F366@ +0 @I980@ INDI +1 NAME Michael /Kreuger/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F366@ +0 @I981@ INDI +1 NAME William /Worsley/ +1 TITL Sir +1 SEX M +1 FAMS @F367@ +0 @I982@ INDI +1 NAME Martin /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F102@ +0 @I983@ INDI +1 NAME Alexandra /Morton/ +1 SEX F +1 FAMS @F368@ +0 @I984@ INDI +1 NAME Richard_III // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 2 OCT 1452 +2 PLAC Fotheringay,Castle +1 DEAT +2 DATE 22 AUG 1485 +2 PLAC Bosworth +1 BURI +2 PLAC Grey Friars,Abbey,Leicester +1 FAMS @F369@ +1 FAMC @F371@ +0 @I985@ INDI +1 NAME Anne /Nevill/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 11 JUN 1456 +2 PLAC Warwick Castle,Warwick,England +1 DEAT +2 DATE 16 MAR 1485 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F380@ +1 FAMS @F369@ +1 FAMC @F370@ +0 @I986@ INDI +1 NAME Edward // +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE ABT DEC 1473 +2 PLAC Middleham Castle,Yorkshire,England +1 DEAT +2 DATE 9 APR 1484 +2 PLAC Middleham Castle,Yorkshire,England +1 FAMC @F369@ +0 @I987@ INDI +1 NAME Richard /Neville/ +1 TITL Earl of Warwick +1 SEX M +1 DEAT +2 DATE 1471 +1 FAMS @F370@ +1 FAMC @F490@ +0 @I988@ INDI +1 NAME Richard /Plantagenet/ +1 TITL Duke of York +1 SEX M +1 DEAT +2 DATE 1460 +1 FAMS @F371@ +1 FAMC @F385@ +0 @I989@ INDI +1 NAME Cicely /Nevill/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1495 +1 FAMS @F371@ +1 FAMC @F372@ +0 @I990@ INDI +1 NAME Ralph of_Westmoreland 1st// +1 TITL Earl +1 SEX M +1 FAMS @F372@ +0 @I991@ INDI +1 NAME Edward_IV // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 28 APR 1442 +2 PLAC Rouen,France +1 DEAT +2 DATE 9 APR 1483 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMS @F373@ +1 FAMC @F371@ +0 @I992@ INDI +1 NAME Edmund // +1 TITL Earl of Rutland +1 SEX M +1 DEAT +2 DATE 1460 +1 FAMC @F371@ +0 @I993@ INDI +1 NAME George // +1 TITL Duke of Clarence +1 SEX M +1 FAMS @F381@ +1 FAMC @F371@ +0 @I994@ INDI +1 NAME Anne // +1 SEX F +1 DEAT +2 DATE 1476 +1 FAMS @F382@ +1 FAMS @F383@ +1 FAMC @F371@ +0 @I995@ INDI +1 NAME Elizabeth // +1 SEX F +1 DEAT +2 DATE 1503 +1 FAMS @F1056@ +1 FAMC @F371@ +0 @I996@ INDI +1 NAME Margaret // +1 SEX F +1 FAMS @F384@ +1 FAMC @F371@ +0 @I997@ INDI +1 NAME Ursula // +1 SEX F +1 FAMC @F371@ +0 @I998@ INDI +1 NAME Elizabeth /Woodville/ +1 SEX F +1 BIRT +2 DATE ABT 1437 +2 PLAC Grafton Regis,Northants +1 DEAT +2 DATE 8 JUN 1492 +2 PLAC Bermondsey Abbey +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMS @F379@ +1 FAMS @F373@ +1 FAMC @F1051@ +0 @I999@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE AUG 1466 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 23 MAY 1482 +2 PLAC Greenwich,,England +1 FAMC @F373@ +0 @I1000@ INDI +1 NAME Cicely // +1 SEX F +1 BIRT +2 DATE 20 MAR 1469 +1 DEAT +2 DATE 24 AUG 1507 +2 PLAC Quarr Abbey,Isle of Wight,England +1 FAMS @F374@ +1 FAMS @F375@ +1 FAMC @F373@ +0 @I1001@ INDI +1 NAME Edward_V // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 4 NOV 1470 +2 PLAC Sanctuary,Westminster,England +1 DEAT +2 DATE 1483 +1 FAMC @F373@ +0 @I1002@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 10 APR 1472 +1 DEAT +2 DATE 11 DEC 1472 +1 FAMC @F373@ +0 @I1003@ INDI +1 NAME Richard // +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 17 AUG 1473 +2 PLAC Shrewsbury +1 DEAT +2 DATE AFT 1483 +1 FAMS @F376@ +1 FAMC @F373@ +0 @I1004@ INDI +1 NAME Anne // +1 SEX F +1 BIRT +2 DATE 2 NOV 1475 +2 PLAC Westminster,Palace +1 DEAT +2 DATE 23 NOV 1511 +1 FAMS @F377@ +1 FAMC @F373@ +0 @I1005@ INDI +1 NAME George // +1 TITL Duke of Bedford +1 SEX M +1 BIRT +2 DATE MAR 1477 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE MAR 1479 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F373@ +0 @I1006@ INDI +1 NAME Catherine // +1 SEX F +1 BIRT +2 DATE ABT 14 AUG 1479 +2 PLAC Eltham Palace +1 DEAT +2 DATE 15 NOV 1527 +2 PLAC Tiverton +1 FAMS @F378@ +1 FAMC @F373@ +0 @I1007@ INDI +1 NAME Bridget // +1 SEX F +1 BIRT +2 DATE 10 NOV 1480 +2 PLAC Eltham Palace +1 DEAT +2 DATE 1517 +2 PLAC Dartford +1 FAMC @F373@ +0 @I1008@ INDI +1 NAME John 1st /Welles/ +1 TITL Viscount Welles +1 SEX M +1 DEAT +2 DATE 9 FEB 1499 +2 PLAC London,,England +1 FAMS @F374@ +0 @I1009@ INDI +1 NAME Thomas of_Isle_of_Wight /Kyme/ +1 SEX M +1 FAMS @F375@ +0 @I1010@ INDI +1 NAME Anne /Mowbray/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 19 NOV 1481 +2 PLAC Greenwich,,England +1 FAMS @F376@ +0 @I1011@ INDI +1 NAME Thomas 3rd /Howard/ +1 TITL Duke of Norfolk +1 SEX M +1 FAMS @F377@ +0 @I1012@ INDI +1 NAME William /Courtenay/ +1 TITL Earl of Devon +1 SEX M +1 FAMS @F378@ +0 @I1013@ INDI +1 NAME John /Grey/ +1 TITL Sir +1 SEX M +1 DEAT +2 DATE 17 FEB 1461 +1 FAMS @F379@ +0 @I1014@ INDI +1 NAME Son /Grey/ +1 SEX M +1 BIRT +2 DATE BEF 1461 +1 FAMC @F379@ +0 @I1015@ INDI +1 NAME Son_2 /Grey/ +1 SEX M +1 BIRT +2 DATE BEF 1461 +1 FAMC @F379@ +0 @I1016@ INDI +1 NAME Edward // +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 13 OCT 1453 +2 PLAC Westminster,Palace,England +1 DEAT +2 DATE 4 MAY 1471 +2 PLAC Tewkesbury +1 FAMS @F380@ +1 FAMC @F448@ +0 @I1017@ INDI +1 NAME Margaret of_Austria // +1 SEX F +1 BIRT +2 DATE 1584 +1 DEAT +2 DATE 1611 +1 FAMS @F522@ +1 FAMC @F1351@ +0 @I1018@ INDI +1 NAME Edward // +1 TITL Earl of Warwick +1 SEX M +1 DEAT +2 DATE 1499 +1 FAMC @F381@ +0 @I1019@ INDI +1 NAME Margaret of_Salisbury // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE ABT 1469 +1 DEAT +2 DATE 1541 +1 FAMS @F1055@ +1 FAMC @F381@ +0 @I1020@ INDI +1 NAME Henry // +1 TITL Duke of Exeter +1 SEX M +1 FAMS @F382@ +0 @I1021@ INDI +1 NAME Thomas /St._Leger/ +1 TITL Sir +1 SEX M +1 FAMS @F383@ +0 @I1022@ INDI +1 NAME Charles the_Bold // +1 TITL Duke of Burgundy +1 SEX M +1 FAMS @F384@ +0 @I1023@ INDI +1 NAME Richard of_Cambridge /Plantagenet/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1415 +1 FAMS @F385@ +1 FAMS @F535@ +1 FAMC @F488@ +0 @I1024@ INDI +1 NAME Anne /Mortimer/ +1 TITL Lady +1 SEX F +1 FAMS @F385@ +1 FAMC @F492@ +0 @I1025@ INDI +1 NAME Isabel /Plantagenet/ +1 SEX F +1 DEAT +2 DATE 1484 +1 FAMS @F1053@ +1 FAMS @F386@ +1 FAMC @F385@ +0 @I1026@ INDI +1 NAME Henry 1st /Bourchier/ +1 TITL Earl of Essex +1 SEX M +1 FAMS @F386@ +1 FAMC @F621@ +0 @I1027@ INDI +1 NAME Charles_XV // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 3 MAY 1826 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 19 AUG 1872 +2 PLAC Malmo +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F387@ +1 FAMC @F627@ +0 @I1028@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 5 AUG 1828 +2 PLAC The Hague +1 DEAT +2 DATE 30 MAR 1871 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F387@ +1 FAMC @F388@ +0 @I1029@ INDI +1 NAME Louisa of_Prussia // +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1870 +1 FAMS @F388@ +1 FAMC @F145@ +0 @I1030@ INDI +1 NAME Ernest Augustus of_Hanover/Hanover/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1987 +1 FAMS @F392@ +1 FAMC @F198@ +0 @I1031@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 1915 +1 FAMS @F391@ +1 FAMC @F198@ +0 @I1032@ INDI +1 NAME Mireille /Dutry/ +1 SEX F +1 BIRT +2 DATE 1946 +1 FAMS @F389@ +0 @I1033@ INDI +1 NAME Christian /Hanover/ +1 SEX M +1 BIRT +2 DATE 1919 +1 DEAT +2 DATE 1981 +1 FAMS @F389@ +1 FAMC @F198@ +0 @I1034@ INDI +1 NAME Guelph Henry /Hanover/ +1 SEX M +1 BIRT +2 DATE 1923 +1 FAMS @F390@ +1 FAMC @F198@ +0 @I1035@ INDI +1 NAME Monika of_Solms-Laubach /Hanover/ +1 SEX F +1 BIRT +2 DATE 1929 +1 FAMC @F198@ +0 @I1036@ INDI +1 NAME Alexandra of_Ysenburg_and Budingen// +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F390@ +0 @I1037@ INDI +1 NAME Sophie of_Greece // +1 SEX F +1 BIRT +2 DATE 1914 +1 FAMS @F391@ +0 @I1038@ INDI +1 NAME Ortrud of_Schleswig- Holstein// +1 SEX F +1 BIRT +2 DATE 1925 +1 DEAT +2 DATE 1980 +1 FAMS @F392@ +0 @I1039@ INDI +1 NAME Marie /Hanover/ +1 SEX F +1 BIRT +2 DATE 1952 +1 FAMS @F393@ +1 FAMC @F392@ +0 @I1040@ INDI +1 NAME Ernest Augustus of_Hanover/Hanover/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1954 +1 FAMS @F394@ +1 FAMC @F392@ +0 @I1041@ INDI +1 NAME Ludwig Rudolph /Hanover/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 28 NOV 1955 +1 DEAT +2 DATE 29 NOV 1989 +1 BURI +2 DATE 2 DEC 1989 +2 PLAC Grunau,Austria +1 FAMS @F395@ +1 FAMC @F392@ +0 @I1042@ INDI +1 NAME Olga /Hanover/ +1 SEX F +1 BIRT +2 DATE 1958 +1 FAMC @F392@ +0 @I1043@ INDI +1 NAME Alexandra /Hanover/ +1 SEX F +1 BIRT +2 DATE 1959 +1 FAMS @F396@ +1 FAMC @F392@ +0 @I1044@ INDI +1 NAME Heinrich Julius /Hanover/ +1 SEX M +1 BIRT +2 DATE 1961 +1 FAMC @F392@ +0 @I1045@ INDI +1 NAME Michael /von_Hochberg/ +1 TITL Count +1 SEX M +1 FAMS @F393@ +0 @I1046@ INDI +1 NAME Chantal /Hochuli/ +1 SEX F +1 BIRT +2 PLAC ,Switzerland +1 FAMS @F394@ +0 @I1047@ INDI +1 NAME Ernest Augustus /Hanover/ +1 SEX M +1 BIRT +2 DATE 1983 +1 FAMC @F394@ +0 @I1048@ INDI +1 NAME Christian Heinrich /Hanover/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F394@ +0 @I1049@ INDI +1 NAME Isabella Valsassina /von_Thurn/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1962 +1 DEAT +2 DATE 29 NOV 1989 +1 BURI +2 DATE 2 DEC 1989 +2 PLAC Grunau,Austria +1 FAMS @F395@ +0 @I1050@ INDI +1 NAME Otto /Hanover/ +1 SEX M +1 BIRT +2 DATE 1988 +1 FAMC @F395@ +0 @I1051@ INDI +1 NAME Andreas of_Leiningen // +1 TITL Prince +1 SEX M +1 FAMS @F396@ +0 @I1052@ INDI +1 NAME Max of_Baden // +1 TITL Prince +1 SEX M +1 FAMS @F397@ +0 @I1053@ INDI +1 NAME Frederick Francis_IV of_Mecklenburg// +1 TITL Grand Duke +1 SEX M +1 FAMS @F398@ +0 @I1054@ INDI +1 NAME Margrethe of_Denmark // +1 SEX F +1 FAMS @F399@ +0 @I1055@ INDI +1 NAME Constantine /Lambrino/ +1 TITL Col. +1 SEX M +1 FAMS @F400@ +0 @I1056@ INDI +1 NAME Euphrosine /Alcaz/ +1 SEX F +1 FAMS @F400@ +0 @I1057@ INDI +1 NAME Son /Hohenzollern/ +1 SEX M +1 FAMC @F364@ +0 @I1058@ INDI +1 NAME Elena (Magda) /Lupescu/ +1 SEX F +1 BIRT +2 DATE 15 SEP 1895 +2 PLAC Jassy +1 DEAT +2 DATE 28 JUN 1977 +2 PLAC Estoril,Portugal +1 FAMS @F401@ +0 @I1059@ INDI +1 NAME Ingrid Victoria of_Sweden// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 28 MAR 1910 +2 PLAC Stockholm +1 FAMS @F402@ +1 FAMC @F35@ +0 @I1060@ INDI +1 NAME Paul of_Sparta /Oldenburg/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1967 +1 FAMC @F163@ +0 @I1061@ INDI +1 NAME Nicholas /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F163@ +0 @I1062@ INDI +1 NAME /Oldenburg/ +1 SEX F +1 FAMC @F163@ +0 @I1063@ INDI +1 NAME /Oldenburg/ +1 SEX F +1 FAMC @F163@ +0 @I1064@ INDI +1 NAME Irene of_Greece /Oldenburg/ +1 TITL Crown Princess +1 SEX F +1 BIRT +2 DATE 1942 +1 FAMC @F162@ +0 @I1065@ INDI +1 NAME Petros /Manos/ +1 TITL Col. +1 SEX M +1 FAMS @F403@ +0 @I1066@ INDI +1 NAME Maria /Argyropoulos/ +1 SEX F +1 FAMS @F403@ +0 @I1067@ INDI +1 NAME Frederick Eugene /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1732 +1 DEAT +2 DATE 1797 +1 FAMS @F404@ +0 @I1068@ INDI +1 NAME Frederica of_Brandenburg- Schwedt// +1 SEX F +1 BIRT +2 DATE 1736 +1 DEAT +2 DATE 1798 +1 FAMS @F404@ +0 @I1069@ INDI +1 NAME Augusta of_Brunswick // +1 SEX F +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1788 +1 FAMS @F405@ +0 @I1070@ INDI +1 NAME William_I of_Wurttemberg /Wurttemberg/ +1 TITL King +1 SEX M +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1864 +1 FAMS @F406@ +1 FAMS @F407@ +1 FAMS @F408@ +1 FAMC @F405@ +0 @I1071@ INDI +1 NAME Catherine /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1835 +1 FAMC @F405@ +0 @I1072@ INDI +1 NAME Sophia Dorothea /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1784 +1 FAMC @F405@ +0 @I1073@ INDI +1 NAME Paul /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1852 +1 FAMS @F411@ +1 FAMC @F405@ +0 @I1074@ INDI +1 NAME Charlotte of_Bavaria /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1873 +1 FAMS @F406@ +1 FAMC @F431@ +0 @I1075@ INDI +1 NAME Catherine of_Russia // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1819 +1 FAMS @F407@ +0 @I1076@ INDI +1 NAME Marie /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1816 +1 DEAT +2 DATE 1887 +1 FAMC @F407@ +0 @I1077@ INDI +1 NAME Sophie /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 17 JUN 1818 +2 PLAC Stuttgart +1 DEAT +2 DATE 3 JUN 1877 +2 PLAC Het Loo,Apeldoorn +1 FAMS @F447@ +1 FAMC @F407@ +0 @I1078@ INDI +1 NAME Pauline of_Wurttemberg // +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1873 +1 FAMS @F408@ +0 @I1079@ INDI +1 NAME Catherine /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1898 +1 FAMS @F412@ +1 FAMC @F408@ +0 @I1080@ INDI +1 NAME Charles_I of_Wurttemberg /Wurttemberg/ +1 TITL King +1 SEX M +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1891 +1 FAMS @F409@ +1 FAMC @F408@ +0 @I1081@ INDI +1 NAME Augusta /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1898 +1 FAMS @F410@ +1 FAMC @F408@ +0 @I1082@ INDI +1 NAME Olga of_Russia // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1892 +1 FAMS @F409@ +0 @I1083@ INDI +1 NAME Hermann of_Saxe-Weimar // +1 TITL Prince +1 SEX M +1 FAMS @F410@ +0 @I1084@ INDI +1 NAME Charlotte of_Saxe- Hildburghausen// +1 SEX F +1 BIRT +2 DATE 1787 +1 DEAT +2 DATE 1847 +1 FAMS @F411@ +0 @I1085@ INDI +1 NAME Charlotte /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1807 +1 DEAT +2 DATE 1873 +1 FAMC @F411@ +0 @I1086@ INDI +1 NAME Frederick /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1870 +1 FAMS @F412@ +1 FAMC @F411@ +0 @I1087@ INDI +1 NAME Paul /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1810 +1 FAMC @F411@ +0 @I1088@ INDI +1 NAME Pauline /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1856 +1 FAMC @F411@ +0 @I1089@ INDI +1 NAME August /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1885 +1 FAMC @F411@ +0 @I1090@ INDI +1 NAME William_II of_Wurttemberg /Wurttemberg/ +1 TITL King +1 SEX M +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1921 +1 FAMS @F413@ +1 FAMS @F415@ +1 FAMC @F412@ +0 @I1091@ INDI +1 NAME Marie of_Waldeck and_Pyrmont// +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1882 +1 FAMS @F413@ +0 @I1092@ INDI +1 NAME Pauline /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1877 +1 DEAT +2 DATE 1965 +1 FAMS @F414@ +1 FAMC @F413@ +0 @I1093@ INDI +1 NAME Ulrich /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1880 +1 FAMC @F413@ +0 @I1094@ INDI +1 NAME Frederick // +1 TITL Prince of Wied +1 SEX M +1 FAMS @F414@ +0 @I1095@ INDI +1 NAME Charlotte of_Schaumburg- Lippe// +1 SEX F +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1946 +1 FAMS @F415@ +0 @I1096@ INDI +1 NAME Nicholas /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1903 +1 DEAT +2 DATE 1978 +1 FAMC @F100@ +0 @I1097@ INDI +1 NAME Ileana /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMC @F100@ +0 @I1098@ INDI +1 NAME Mircea /Hohenzollern/ +1 BIRT +2 DATE 1913 +1 DEAT +2 DATE 2 NOV 1916 +1 BURI +2 PLAC Cotroceni Palace,Bucharest,Romania +1 FAMC @F100@ +0 @I1099@ INDI +1 NAME Leopold of_Hohenzollern /Hohenzollern/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1905 +1 FAMS @F416@ +1 FAMC @F418@ +0 @I1100@ INDI +1 NAME Antonia of_Portugal // +1 SEX F +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1913 +1 FAMS @F416@ +0 @I1101@ INDI +1 NAME William of_Hohenzollern /Hohenzollern/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1927 +1 FAMC @F416@ +0 @I1102@ INDI +1 NAME Charles Anthony /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1919 +1 FAMS @F417@ +1 FAMC @F416@ +0 @I1103@ INDI +1 NAME Josephine of_Belgium // +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1958 +1 FAMS @F417@ +1 FAMC @F422@ +0 @I1104@ INDI +1 NAME Charles Anthony /Hohenzollern/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1885 +1 FAMS @F418@ +0 @I1105@ INDI +1 NAME Josephine of_Baden // +1 SEX F +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1900 +1 FAMS @F418@ +0 @I1106@ INDI +1 NAME Stephanie /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1859 +1 FAMS @F419@ +1 FAMC @F418@ +0 @I1107@ INDI +1 NAME Carol_I of_Romania /Hohenzollern/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 20 APR 1839 +2 PLAC Sigmaringen,Germany +1 DEAT +2 DATE 10 OCT 1914 +2 PLAC Castle Pelesch,Sinaia,Romania +1 FAMS @F420@ +1 FAMC @F418@ +0 @I1108@ INDI +1 NAME Anthony /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1866 +1 FAMC @F418@ +0 @I1109@ INDI +1 NAME Frederick /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1904 +1 FAMS @F421@ +1 FAMC @F418@ +0 @I1110@ INDI +1 NAME Marie /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1912 +1 FAMS @F422@ +1 FAMC @F418@ +0 @I1111@ INDI +1 NAME Pedro_V // +1 TITL King of Portugal +1 SEX M +1 FAMS @F419@ +0 @I1112@ INDI +1 NAME Elisabeth of_Wied // +1 SEX F +1 BIRT +2 DATE 29 DEC 1843 +2 PLAC Neuwied,Germany +1 DEAT +2 DATE 3 MAR 1916 +2 PLAC Curtea de Arges,Romania +1 FAMS @F420@ +0 @I1113@ INDI +1 NAME Louise of_Thurn and_Taxis// +1 SEX F +1 FAMS @F421@ +0 @I1114@ INDI +1 NAME Philip of_Flanders // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1905 +1 FAMS @F422@ +1 FAMC @F663@ +0 @I1115@ INDI +1 NAME Baudouin // +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1891 +1 FAMC @F422@ +0 @I1116@ INDI +1 NAME Henriette (twin) // +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1948 +1 FAMS @F1362@ +1 FAMC @F422@ +0 @I1117@ INDI +1 NAME Josephine (twin) // +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1871 +1 FAMC @F422@ +0 @I1118@ INDI +1 NAME Albert_I // +1 TITL King of Belgians +1 SEX M +1 BIRT +2 DATE 8 APR 1875 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 17 FEB 1934 +2 PLAC Marche-les-Dames,Near Namur +1 FAMS @F423@ +1 FAMC @F422@ +0 @I1119@ INDI +1 NAME Elisabeth of_Bavaria // +1 SEX F +1 BIRT +2 DATE 25 JUL 1876 +2 PLAC Possenhofen +1 DEAT +2 DATE 23 NOV 1965 +2 PLAC Chateau de,Stuyvenberg +1 BURI +2 PLAC Laeken +1 FAMS @F423@ +1 FAMC @F441@ +0 @I1120@ INDI +1 NAME Charles of_Belgium // +1 TITL Regent +1 SEX M +1 BIRT +2 DATE 1903 +1 DEAT +2 DATE 1983 +1 FAMC @F423@ +0 @I1121@ INDI +1 NAME Marie Jose // +1 SEX F +1 BIRT +2 DATE 1906 +1 FAMS @F424@ +1 FAMC @F423@ +0 @I1122@ INDI +1 NAME Umberto_II // +1 TITL King of Italy +1 SEX M +1 BIRT +2 DATE 1904 +1 DEAT +2 DATE 1983 +1 FAMS @F424@ +0 @I1123@ INDI +1 NAME Josephine Charlotte // +1 SEX F +1 BIRT +2 DATE 1927 +1 FAMS @F425@ +1 FAMC @F216@ +0 @I1124@ INDI +1 NAME Albert // +1 TITL Prince of Liege +1 SEX M +1 BIRT +2 DATE 1934 +1 FAMS @F427@ +1 FAMC @F216@ +0 @I1125@ INDI +1 NAME Jean of_Luxembourg // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1921 +1 FAMS @F425@ +0 @I1126@ INDI +1 NAME Fabiola de_Mora_y_Aragon // +1 SEX F +1 BIRT +2 DATE 11 JUN 1928 +2 PLAC Madrid,Spain +1 FAMS @F426@ +0 @I1127@ INDI +1 NAME Paola di_Calabria /Ruffo/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F427@ +0 @I1128@ INDI +1 NAME Philippe // +1 SEX M +1 BIRT +2 DATE 1960 +1 FAMC @F427@ +0 @I1129@ INDI +1 NAME Astrid // +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMS @F428@ +1 FAMC @F427@ +0 @I1130@ INDI +1 NAME Laurent // +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F427@ +0 @I1131@ INDI +1 NAME Lorenz of_Austria-Este // +1 TITL Archduke +1 SEX M +1 BIRT +2 DATE 1955 +1 FAMS @F428@ +0 @I1132@ INDI +1 NAME Mary Liliane /Baels/ +1 SEX F +1 BIRT +2 DATE 28 NOV 1916 +2 PLAC Highbury,London,England +1 FAMS @F429@ +0 @I1133@ INDI +1 NAME Alexandre // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMC @F429@ +0 @I1134@ INDI +1 NAME Marie Christine // +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMS @F430@ +1 FAMC @F429@ +0 @I1135@ INDI +1 NAME Marie Esmeralda // +1 SEX F +1 BIRT +2 DATE 1956 +1 FAMC @F429@ +0 @I1136@ INDI +1 NAME Paul /Druker/ +1 SEX M +1 FAMS @F430@ +0 @I1137@ INDI +1 NAME Augusta Wilhelmine of_Hesse-// +1 SEX F +1 BIRT +2 DATE 14 APR 1765 +2 PLAC Darmstadt +1 DEAT +2 DATE 30 MAR 1796 +2 PLAC Near,Heidelberg,Germany +1 FAMS @F431@ +0 @I1138@ INDI +1 NAME Ludwig_I /Wittelsbach/ +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 25 AUG 1786 +2 PLAC Strassburg +1 DEAT +2 DATE 29 FEB 1868 +2 PLAC Nice +1 BURI +2 PLAC St. Boniface,Church,Munich +1 FAMS @F432@ +1 FAMC @F431@ +0 @I1139@ INDI +1 NAME Auguste /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1851 +1 FAMC @F431@ +0 @I1140@ INDI +1 NAME Amelia /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1790 +1 DEAT +2 DATE 1794 +1 FAMC @F431@ +0 @I1141@ INDI +1 NAME Charles /Wittelsbach/ +1 SEX M +1 BIRT +2 DATE 1795 +1 DEAT +2 DATE 1875 +1 FAMC @F431@ +0 @I1142@ INDI +1 NAME Therese of_Saxe- Hildburghausen// +1 SEX F +1 BIRT +2 DATE 8 JUL 1792 +2 PLAC Hildburghausen +1 DEAT +2 DATE 26 OCT 1854 +2 PLAC Munich +1 BURI +2 PLAC St. Boniface,Church,Munich +1 FAMS @F432@ +0 @I1143@ INDI +1 NAME Maximilian_II // +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 28 NOV 1811 +2 PLAC Munich +1 DEAT +2 DATE 10 MAR 1864 +2 PLAC Munich +1 BURI +2 PLAC Theatinerkirche +1 FAMS @F433@ +1 FAMC @F432@ +0 @I1144@ INDI +1 NAME Marie of_Prussia // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 15 OCT 1825 +2 PLAC Berlin +1 DEAT +2 DATE 17 MAY 1889 +2 PLAC Schloss,Hohenschwangau +1 BURI +2 PLAC Theatinerkirche +1 FAMS @F433@ +0 @I1145@ INDI +1 NAME Ludwig_II /Wittelsbach/ +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 25 AUG 1845 +2 PLAC Schloss,Nymphenburg +1 DEAT +2 DATE 13 JUN 1886 +2 PLAC Starnbergersee,Near Schloss,Berg +1 BURI +2 PLAC St. Michaels,Church,Munich +1 FAMC @F433@ +0 @I1146@ INDI +1 NAME Otto_I /Wittelsbach/ +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 27 APR 1848 +2 PLAC Munich +1 DEAT +2 DATE 11 OCT 1916 +2 PLAC Near,Munich +1 BURI +2 PLAC St. Michaels,Church,Munich +1 FAMC @F433@ +0 @I1147@ INDI +1 NAME 5sons_1dau // +1 FAMC @F598@ +0 @I1148@ INDI +1 NAME Otto_I Friedrich Ludwig/Wittelsbach/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 1 JUN 1815 +2 PLAC Salzburg,Austria +1 DEAT +2 DATE 26 JUL 1867 +2 PLAC Bamberg,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMS @F662@ +1 FAMC @F432@ +0 @I1149@ INDI +1 NAME Theodolinde // +1 BIRT +2 DATE 1816 +1 DEAT +2 DATE 1817 +1 FAMC @F432@ +0 @I1150@ INDI +1 NAME Luitpold // +1 TITL Regent +1 SEX M +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1912 +1 FAMS @F438@ +1 FAMC @F432@ +0 @I1151@ INDI +1 NAME Adelgunde // +1 SEX F +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1914 +1 FAMC @F432@ +0 @I1152@ INDI +1 NAME Hildegarde // +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1864 +1 FAMC @F432@ +0 @I1153@ INDI +1 NAME Adalbert // +1 SEX M +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1875 +1 FAMC @F432@ +0 @I1154@ INDI +1 NAME Maximilian /Wittelsbach/ +1 SEX M +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1803 +1 FAMC @F232@ +0 @I1155@ INDI +1 NAME Elizabeth (twin) of_Bavaria/Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1873 +1 FAMS @F434@ +1 FAMC @F232@ +0 @I1156@ INDI +1 NAME Amelia (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1877 +1 FAMC @F232@ +0 @I1157@ INDI +1 NAME Maria (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1877 +1 FAMC @F232@ +0 @I1158@ INDI +1 NAME Ludovica (Louise) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1892 +1 FAMS @F440@ +1 FAMC @F232@ +0 @I1159@ INDI +1 NAME Maximiliana /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1821 +1 FAMC @F232@ +0 @I1160@ INDI +1 NAME Frederick Louis // +1 SEX M +1 BIRT +2 DATE 1707 +1 DEAT +2 DATE 1708 +1 FAMC @F435@ +0 @I1161@ INDI +1 NAME Frederick William // +1 SEX M +1 BIRT +2 DATE 1710 +1 DEAT +2 DATE 1711 +1 FAMC @F435@ +0 @I1162@ INDI +1 NAME Frederick_II the_Great // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 24 JAN 1712 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 17 AUG 1786 +2 PLAC Sans Souci,Potsdam,Germany +1 FAMS @F623@ +1 FAMC @F435@ +0 @I1163@ INDI +1 NAME Charlotte Albertine // +1 SEX F +1 BIRT +2 DATE 1713 +1 DEAT +2 DATE 1714 +1 FAMC @F435@ +0 @I1164@ INDI +1 NAME Frederica Louise // +1 SEX F +1 BIRT +2 DATE 1714 +1 DEAT +2 DATE 1784 +1 FAMC @F435@ +0 @I1165@ INDI +1 NAME Philippine Charlotte // +1 SEX F +1 BIRT +2 DATE 1716 +1 DEAT +2 DATE 1801 +1 FAMC @F435@ +0 @I1166@ INDI +1 NAME Louis Charles William// +1 SEX M +1 BIRT +2 DATE 1717 +1 DEAT +2 DATE 1719 +1 FAMC @F435@ +0 @I1167@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1719 +1 DEAT +2 DATE 1765 +1 FAMC @F435@ +0 @I1168@ INDI +1 NAME Louise Ulrika // +1 SEX F +1 BIRT +2 DATE 1720 +1 DEAT +2 DATE 1782 +1 FAMC @F435@ +0 @I1169@ INDI +1 NAME Anna Amelia // +1 SEX F +1 BIRT +2 DATE 1725 +1 DEAT +2 DATE 1787 +1 FAMC @F435@ +0 @I1170@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1802 +1 FAMC @F435@ +0 @I1171@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1730 +1 DEAT +2 DATE 1813 +1 FAMC @F435@ +0 @I1172@ INDI +1 NAME Heinrich_XXII /Reuss/ +1 TITL Prince +1 SEX M +1 FAMS @F278@ +0 @I1173@ INDI +1 NAME Elizabeth Henrietta of_Hesse-Cassel// +1 SEX F +1 BIRT +2 DATE 8 NOV 1661 +2 PLAC Cassel +1 DEAT +2 DATE 27 JUN 1683 +2 PLAC Coln au Der,Spree +1 FAMS @F436@ +0 @I1174@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1705 +1 FAMC @F436@ +0 @I1175@ INDI +1 NAME Frederick_I // +1 TITL King of Sweden +1 SEX M +1 FAMC @F436@ +0 @I1176@ INDI +1 NAME Sophia Louise of_Mecklenburg-// +1 SEX F +1 BIRT +2 DATE 16 MAY 1685 +1 DEAT +2 DATE 29 JUL 1735 +2 PLAC Grabow +1 FAMS @F437@ +0 @I1177@ INDI +1 NAME Frederick Augustus // +1 SEX M +1 BIRT +2 DATE 1685 +1 DEAT +2 DATE 1686 +1 FAMC @F267@ +0 @I1178@ INDI +1 NAME Son (stillborn) // +1 SEX M +1 FAMC @F267@ +0 @I1179@ INDI +1 NAME Augusta of_Austria- Tuscany// +1 TITL Archduchess +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1864 +1 FAMS @F438@ +0 @I1180@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1930 +1 FAMC @F438@ +0 @I1181@ INDI +1 NAME Therese // +1 SEX F +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1925 +1 FAMC @F438@ +0 @I1182@ INDI +1 NAME Amulf // +1 SEX M +1 BIRT +2 DATE 1852 +1 DEAT +2 DATE 1907 +1 FAMC @F438@ +0 @I1183@ INDI +1 NAME Luitpold // +1 SEX M +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1914 +1 FAMC @F258@ +0 @I1184@ INDI +1 NAME Irmingard // +1 SEX F +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1903 +1 FAMC @F258@ +0 @I1185@ INDI +1 NAME Rudolf // +1 SEX M +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1912 +1 FAMC @F258@ +0 @I1186@ INDI +1 NAME Antoinette of_Luxembourg // +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1954 +1 FAMS @F439@ +0 @I1187@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1922 +1 DEAT +2 DATE 1958 +1 FAMC @F439@ +0 @I1188@ INDI +1 NAME Irmingard // +1 SEX F +1 BIRT +2 DATE 1923 +1 FAMC @F439@ +0 @I1189@ INDI +1 NAME Editha // +1 SEX F +1 BIRT +2 DATE 1924 +1 FAMC @F439@ +0 @I1190@ INDI +1 NAME Hilda // +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMC @F439@ +0 @I1191@ INDI +1 NAME Gabriele // +1 SEX F +1 BIRT +2 DATE 1927 +1 FAMC @F439@ +0 @I1192@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMC @F439@ +0 @I1193@ INDI +1 NAME Maximilian Joseph // +1 TITL Duke of Bavaria +1 SEX M +1 FAMS @F440@ +0 @I1194@ INDI +1 NAME Ludwig // +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1920 +1 FAMC @F440@ +0 @I1195@ INDI +1 NAME Helene // +1 SEX F +1 BIRT +2 DATE 1834 +1 DEAT +2 DATE 1858 +1 FAMC @F440@ +0 @I1196@ INDI +1 NAME Elizabeth // +1 TITL Empress +1 SEX F +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1898 +1 FAMS @F532@ +1 FAMC @F440@ +0 @I1197@ INDI +1 NAME Karl Theodor "Gackl"// +1 SEX M +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1909 +1 FAMS @F441@ +1 FAMC @F440@ +0 @I1198@ INDI +1 NAME Maria // +1 SEX F +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1925 +1 FAMC @F440@ +0 @I1199@ INDI +1 NAME Mathilde // +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1925 +1 FAMC @F440@ +0 @I1200@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1897 +1 FAMS @F533@ +1 FAMC @F440@ +0 @I1201@ INDI +1 NAME Maximilian // +1 SEX M +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1893 +1 FAMC @F440@ +0 @I1202@ INDI +1 NAME Maria Josepha of_Portugal// +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1943 +1 FAMS @F441@ +1 FAMC @F1361@ +0 @I1203@ INDI +1 NAME Alexander /Zoubkoff/ +1 SEX M +1 FAMS @F442@ +0 @I1204@ INDI +1 NAME Irene // +1 SEX F +1 BIRT +2 DATE 1939 +1 FAMS @F657@ +1 FAMC @F243@ +0 @I1205@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 1943 +1 FAMS @F658@ +1 FAMC @F243@ +0 @I1206@ INDI +1 NAME Mary Christina // +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F659@ +1 FAMC @F243@ +0 @I1207@ INDI +1 NAME Claus /von_Amsberg/ +1 SEX M +1 BIRT +2 DATE 6 SEP 1926 +2 PLAC Dotzingen +1 FAMS @F443@ +1 FAMC @F444@ +0 @I1208@ INDI +1 NAME William Alexander // +1 TITL Prince of Orange +1 SEX M +1 BIRT +2 DATE 1967 +1 FAMC @F443@ +0 @I1209@ INDI +1 NAME John Friso // +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F443@ +0 @I1210@ INDI +1 NAME Constantine // +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F443@ +0 @I1211@ INDI +1 NAME Claus /von_Amsberg/ +1 SEX M +1 FAMS @F444@ +0 @I1212@ INDI +1 NAME Gosta /von_dem_Bussche-/ +1 TITL Baroness +1 SEX F +1 FAMS @F444@ +0 @I1213@ INDI +1 NAME Frederick Francis_II of_Mecklenburg-// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1883 +1 FAMS @F445@ +1 FAMC @F183@ +0 @I1214@ INDI +1 NAME Marie of_Schwarzburg- Rudolstadt// +1 SEX F +1 FAMS @F445@ +1 FAMC @F1256@ +0 @I1215@ INDI +1 NAME Antoine de_Bourbon of_France// +1 SEX M +1 FAMS @F446@ +0 @I1216@ INDI +1 NAME Helene of_Nassau Henrietta// +1 SEX F +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1888 +1 FAMS @F67@ +0 @I1217@ INDI +1 NAME Henry_VI // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 6 DEC 1421 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 21 MAY 1471 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMS @F448@ +1 FAMC @F449@ +0 @I1218@ INDI +1 NAME Margaret of_Anjou // +1 SEX F +1 BIRT +2 DATE 23 MAR 1429 +2 PLAC Pont-a-Mousson,Lorraine +1 DEAT +2 DATE 25 AUG 1482 +2 PLAC Chateau de,Dampiere,Near Saumur +1 BURI +2 PLAC Angers,Cathedral +1 FAMS @F448@ +1 FAMC @F1052@ +0 @I1219@ INDI +1 NAME Henry_V // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 9 AUG 1387 +2 PLAC Monmouth +1 DEAT +2 DATE 31 AUG 1422 +2 PLAC Bois de,Vincennes +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F449@ +1 FAMC @F450@ +0 @I1220@ INDI +1 NAME Catherine of_Valois // +1 SEX F +1 BIRT +2 DATE 27 OCT 1401 +2 PLAC Paris +1 DEAT +2 DATE 3 JAN 1437 +2 PLAC Bermondsey,Abbey +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F449@ +1 FAMS @F497@ +1 FAMC @F915@ +0 @I1221@ INDI +1 NAME Henry_IV // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 4 APR 1366 +2 PLAC Bolingbrooke,Castle +1 DEAT +2 DATE 20 MAR 1413 +2 PLAC London,England +1 BURI +2 PLAC Canterbury,Cathedral,England +1 FAMS @F450@ +1 FAMS @F620@ +1 FAMC @F452@ +0 @I1222@ INDI +1 NAME Mary /De_Bohun/ +1 SEX F +1 DEAT +2 DATE 4 JUL 1394 +2 PLAC Peterborough,Castle +1 FAMS @F450@ +1 FAMC @F914@ +0 @I1223@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE APR 1382 +1 DEAT +2 DATE ABT 1382 +1 FAMC @F450@ +0 @I1224@ INDI +1 NAME Thomas // +1 TITL Duke of Clarence +1 SEX M +1 BIRT +2 DATE 1388 +2 PLAC Kenilworth +1 DEAT +2 DATE 22 MAR 1421 +2 PLAC Beauge +1 FAMS @F613@ +1 FAMC @F450@ +0 @I1225@ INDI +1 NAME John // +1 TITL Duke of Bedford +1 SEX M +1 BIRT +2 DATE 20 JUN 1389 +1 DEAT +2 DATE 15 SEP 1435 +2 PLAC Rouen +1 FAMS @F614@ +1 FAMS @F484@ +1 FAMC @F450@ +0 @I1226@ INDI +1 NAME Humphrey of_Gloucester // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE SEP 1390 +1 DEAT +2 DATE 23 FEB 1447 +2 PLAC Bury St. Edmunds +1 FAMS @F615@ +1 FAMS @F616@ +1 FAMC @F450@ +0 @I1227@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE 1392 +2 PLAC Peterborough,Castle +1 DEAT +2 DATE 21 MAY 1409 +2 PLAC Germany +1 FAMS @F617@ +1 FAMC @F450@ +0 @I1228@ INDI +1 NAME Philippa // +1 SEX F +1 BIRT +2 DATE 4 JUL 1394 +2 PLAC Peterborough,Castle +1 DEAT +2 DATE 5 JAN 1430 +2 PLAC Convent,of Vadstena +1 FAMS @F618@ +1 FAMC @F450@ +0 @I1229@ INDI +1 NAME Edward_III // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 13 NOV 1312 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 21 JUN 1377 +2 PLAC Sheen Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F451@ +1 FAMC @F92@ +0 @I1230@ INDI +1 NAME Philippa of_Hainault // +1 SEX F +1 BIRT +2 DATE 24 JUN 1311 +2 PLAC Valenciennes +1 DEAT +2 DATE 14 AUG 1369 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F451@ +1 FAMC @F900@ +0 @I1231@ INDI +1 NAME Edward // +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 15 JUN 1330 +2 PLAC Woodstock,Oxfordshire,England +1 DEAT +2 DATE 8 JUN 1376 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Canterbury,Cathedral,London,England +1 FAMS @F513@ +1 FAMC @F451@ +0 @I1232@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 16 JUN 1332 +2 PLAC Woodstock +1 DEAT +2 DATE BEF OCT 1382 +2 PLAC London +1 FAMS @F516@ +1 FAMC @F451@ +0 @I1233@ INDI +1 NAME Joan (Joanna) // +1 SEX F +1 BIRT +2 DATE ABT FEB 1335 +2 PLAC Woodstock +1 DEAT +2 DATE 2 SEP 1348 +2 PLAC Bayonne +1 FAMC @F451@ +0 @I1234@ INDI +1 NAME William of_Hatfield // +1 SEX M +1 BIRT +2 DATE BEF 16 FEB 1337 +2 PLAC Hatfield Herts +1 DEAT +2 DATE BEF 8 JUL 1337 +1 FAMC @F451@ +0 @I1235@ INDI +1 NAME Lionel of_Antwerp // +1 TITL Duke of Clarence +1 SEX M +1 BIRT +2 DATE 29 NOV 1338 +2 PLAC Antwerp,Belgium +1 DEAT +2 DATE 10 DEC 1363 +2 PLAC Dublin,Ireland +1 FAMS @F519@ +1 FAMS @F493@ +1 FAMC @F451@ +0 @I1236@ INDI +1 NAME John of_Gaunt // +1 TITL Duke of Lancast. +1 SEX M +1 BIRT +2 DATE MAR 1340 +2 PLAC Ghent +1 DEAT +2 DATE 3 FEB 1399 +2 PLAC Leicester Castle +1 FAMS @F452@ +1 FAMS @F517@ +1 FAMS @F485@ +1 FAMC @F451@ +0 @I1237@ INDI +1 NAME Edmund of_Langley // +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 5 JUN 1341 +2 PLAC Kings Langley,Herts +1 DEAT +2 DATE 1 AUG 1402 +2 PLAC Kings Langley,Herts +1 FAMS @F488@ +1 FAMS @F534@ +1 FAMC @F451@ +0 @I1238@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE MAR 1342 +2 PLAC Tower of London +1 DEAT +2 DATE MAR 1342 +2 PLAC Tower of London +1 FAMC @F451@ +0 @I1239@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 10 OCT 1344 +2 PLAC Waltham,Near Winchester +1 DEAT +2 DATE 1361/1362 +1 FAMS @F612@ +1 FAMC @F451@ +0 @I1240@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 20 JUL 1346 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE AFT 1 OCT 1361 +1 FAMS @F518@ +1 FAMC @F451@ +0 @I1241@ INDI +1 NAME William of_Windsor // +1 SEX M +1 BIRT +2 DATE 24 JUN 1348 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE SEP 1348 +1 FAMC @F451@ +0 @I1242@ INDI +1 NAME Thomas of_Woodstock // +1 TITL Duke of Glouces. +1 SEX M +1 BIRT +2 DATE 7 JAN 1355 +2 PLAC Woodstock +1 DEAT +2 DATE 15 SEP 1396/1397 +2 PLAC Calais +1 FAMS @F491@ +1 FAMC @F451@ +0 @I1243@ INDI +1 NAME Blanche of_Lancaster // +1 SEX F +1 BIRT +2 DATE 1341 +1 DEAT +2 DATE 12 SEP 1369 +2 PLAC Bolingbroke,Castle +1 FAMS @F452@ +1 FAMC @F560@ +0 @I1244@ INDI +1 NAME Isabella_II // +1 TITL Queen of Spain +1 SEX F +1 BIRT +2 DATE 1830 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 1904 +1 FAMS @F453@ +1 FAMC @F454@ +0 @I1245@ INDI +1 NAME Don_Francisco /de_Asis/ +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1902 +1 FAMS @F453@ +0 @I1246@ INDI +1 NAME Ferdinand_VII // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 1833 +1 FAMS @F1345@ +1 FAMS @F1346@ +1 FAMS @F1347@ +1 FAMS @F454@ +1 FAMC @F1348@ +0 @I1247@ INDI +1 NAME Mary /Stuart/ +1 TITL Queen of Scots +1 SEX F +1 BIRT +2 DATE 7 DEC 1542 +2 PLAC Linlithgow,Scotland +1 DEAT +2 DATE 8 FEB 1587 +2 PLAC ,England +1 FAMS @F456@ +1 FAMS @F455@ +1 FAMS @F457@ +1 FAMC @F459@ +0 @I1248@ INDI +1 NAME Francis_II // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 19 JAN 1544 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 5 DEC 1560 +2 PLAC Orleans,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F456@ +1 FAMC @F1148@ +0 @I1249@ INDI +1 NAME Henry /Stuart/ +1 TITL Lord Darnley +1 SEX M +1 BIRT +2 DATE 1545 +1 DEAT +2 DATE 1567 +1 FAMS @F455@ +1 FAMC @F528@ +0 @I1250@ INDI +1 NAME James /Hepburn/ +1 TITL Earl Bothwell-4 +1 SEX M +1 DEAT +2 DATE 1576 +1 FAMS @F457@ +0 @I1251@ INDI +1 NAME Mary of_Guise // +1 SEX F +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1560 +1 FAMS @F459@ +1 FAMC @F727@ +0 @I1252@ INDI +1 NAME James_III // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1451 +2 PLAC Stirling,Scotland +1 DEAT +2 DATE 1488 +1 FAMS @F460@ +1 FAMC @F547@ +0 @I1253@ INDI +1 NAME Richard de_Burgh // +1 TITL Earl of Ulster +1 SEX M +1 FAMS @F548@ +0 @I1254@ INDI +1 NAME Edmund /Tudor/ +1 TITL Earl of Richmond +1 SEX M +1 BIRT +2 DATE ABT 1430 +1 DEAT +2 DATE 1456 +1 FAMS @F461@ +1 FAMC @F497@ +0 @I1255@ INDI +1 NAME Margaret of_Richmond /Beaufort/ +1 TITL Countess +1 SEX F +1 DEAT +2 DATE 1509 +1 FAMS @F461@ +1 FAMS @F495@ +1 FAMS @F496@ +1 FAMC @F487@ +0 @I1256@ INDI +1 NAME John of_Eltham // +1 TITL Earl of Cornwall +1 SEX M +1 BIRT +2 DATE ABT 15 AUG 1316 +2 PLAC Eltham Palace,Kent +1 DEAT +2 DATE 14 SEP 1336 +2 PLAC Perth +1 FAMC @F92@ +0 @I1257@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 18 JUN 1318 +2 PLAC Woodstock +1 DEAT +2 DATE 22 APR 1355 +2 PLAC Deventer +1 FAMS @F463@ +1 FAMC @F92@ +0 @I1258@ INDI +1 NAME Joan of_the_Tower // +1 SEX F +1 BIRT +2 DATE 5 JUL 1321 +2 PLAC Tower of London,London,England +1 DEAT +2 DATE 7 SEP 1362 +2 PLAC Hertford +1 FAMS @F540@ +1 FAMC @F92@ +0 @I1259@ INDI +1 NAME Rainald_II of_Gueldres // +1 TITL Duke +1 SEX M +1 FAMS @F463@ +0 @I1260@ INDI +1 NAME Charles of_Orleans // +1 TITL Duke of Orleans +1 SEX M +1 BIRT +2 DATE 1391 +1 DEAT +2 DATE 1465 +1 FAMS @F462@ +0 @I1261@ INDI +1 NAME Edward_I (Longshanks) // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 17 JUN 1239 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 7 JUL 1307 +2 PLAC Near Carlisle +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F464@ +1 FAMS @F465@ +1 FAMC @F466@ +0 @I1262@ INDI +1 NAME Eleanor of_Castile // +1 SEX F +1 BIRT +2 DATE ABT 1244 +2 PLAC Castile +1 DEAT +2 DATE 24 NOV 1290 +2 PLAC Herdeby,Near Grantham,Lincolnshire +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F464@ +1 FAMC @F693@ +0 @I1263@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 17 JUN 1264 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 12 OCT 1297 +2 PLAC Ghent +1 FAMC @F464@ +0 @I1264@ INDI +1 NAME Joan // +1 SEX F +1 BIRT +2 DATE 1265 +1 DEAT +2 DATE 1265 +1 FAMC @F464@ +0 @I1265@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE 10 JUL 1266 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 3 AUG 1271 +2 PLAC Westminster,London,England +1 FAMC @F464@ +0 @I1266@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 13 JUL 1267 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 14 OCT 1274 +2 PLAC Merton,Surrey +1 FAMC @F464@ +0 @I1267@ INDI +1 NAME Julian (Katherine) // +1 SEX F +1 BIRT +2 DATE 1271 +2 PLAC Holy Land +1 DEAT +2 DATE 1271 +2 PLAC Holy Land +1 FAMC @F464@ +0 @I1268@ INDI +1 NAME Joan of_Acre // +1 SEX F +1 BIRT +2 DATE 1272 +2 PLAC Acre,Palestine +1 DEAT +2 DATE 23 APR 1307 +2 PLAC Clare,Suffolk,England +1 FAMS @F606@ +1 FAMS @F607@ +1 FAMC @F464@ +0 @I1269@ INDI +1 NAME Alfonso // +1 TITL Earl of Chester +1 SEX M +1 BIRT +2 DATE 24 NOV 1273 +2 PLAC Bordeaux +1 DEAT +2 DATE 19 AUG 1284 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F464@ +0 @I1270@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 11 SEP 1275 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 1318 +2 PLAC Brussels +1 FAMS @F608@ +1 FAMC @F464@ +0 @I1271@ INDI +1 NAME Berengaria // +1 SEX F +1 BIRT +2 DATE 1276 +2 PLAC Kennington +1 DEAT +2 DATE ABT 1279 +1 FAMC @F464@ +0 @I1272@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 11 MAR 1278 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE BEF 8 JUL 1332 +2 PLAC Amesbury +1 FAMC @F464@ +0 @I1273@ INDI +1 NAME Alice // +1 SEX F +1 BIRT +2 DATE 12 MAR 1279 +2 PLAC Woodstock +1 DEAT +2 DATE 1291 +1 FAMC @F464@ +0 @I1274@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE AUG 1282 +2 PLAC Rhuddlan Castle +1 DEAT +2 DATE 5 MAY 1316 +1 FAMS @F609@ +1 FAMS @F610@ +1 FAMC @F464@ +0 @I1275@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE ABT 1286 +2 PLAC Aquitaine +1 FAMC @F464@ +0 @I1276@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE 1290 +1 DEAT +2 DATE 1290 +1 FAMC @F464@ +0 @I1277@ INDI +1 NAME Marguerite of_France // +1 SEX F +1 BIRT +2 DATE 1279 +2 PLAC Paris +1 DEAT +2 DATE 14 FEB 1317 +2 PLAC Marlborough,Castle +1 BURI +2 PLAC Grey Friars,Church,London,England +1 FAMS @F465@ +1 FAMC @F688@ +0 @I1278@ INDI +1 NAME Thomas of_Brotherton // +1 TITL Earl of Norfolk +1 SEX M +1 BIRT +2 DATE 1 JUN 1300 +2 PLAC Brotherton,Yorkshire,England +1 DEAT +2 DATE AUG 1338 +1 FAMS @F562@ +1 FAMS @F611@ +1 FAMC @F465@ +0 @I1279@ INDI +1 NAME Edmund of_Woodstock // +1 TITL Earl of Kent +1 SEX M +1 BIRT +2 DATE 5 AUG 1301 +2 PLAC Woodstock +1 DEAT +2 DATE 19 MAR 1330 +2 PLAC Winchester +1 FAMS @F564@ +1 FAMC @F465@ +0 @I1280@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 4 MAY 1306 +2 PLAC Winchester +1 DEAT +2 DATE 1311 +2 PLAC Amesbury +1 FAMC @F465@ +0 @I1281@ INDI +1 NAME Henry_III // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 1 OCT 1207 +2 PLAC Winchester,Castle +1 DEAT +2 DATE 16 NOV 1272 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F466@ +1 FAMC @F503@ +0 @I1282@ INDI +1 NAME Eleanor of_Provence // +1 SEX F +1 BIRT +2 DATE ABT 1217 +2 PLAC Aix-en-Provence +1 DEAT +2 DATE 24 JUN 1291 +2 PLAC Amesbury,Wiltshire +1 BURI +2 PLAC Convent Church,Amesbury +1 FAMS @F466@ +1 FAMC @F777@ +0 @I1283@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 29 SEP 1240 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 26 FEB 1275 +2 PLAC Cupar Castle,Fife +1 FAMS @F603@ +1 FAMC @F466@ +0 @I1284@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE 25 JUN 1242 +2 PLAC Bordeaux +1 DEAT +2 DATE 24 MAR 1275 +2 PLAC London,England +1 FAMS @F604@ +1 FAMC @F466@ +0 @I1285@ INDI +1 NAME Edmund Crouchback of_Leicester// +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 16 JAN 1245 +2 PLAC London,England +1 DEAT +2 DATE 5 JUN 1296 +2 PLAC Bayonne +1 FAMS @F605@ +1 FAMS @F558@ +1 FAMC @F466@ +0 @I1286@ INDI +1 NAME Richard // +1 SEX M +1 BIRT +2 DATE ABT 1247 +1 DEAT +2 DATE BEF 1256 +1 FAMC @F466@ +0 @I1287@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE ABT 1250 +1 DEAT +2 DATE BEF 1256 +1 FAMC @F466@ +0 @I1288@ INDI +1 NAME Katherine // +1 SEX F +1 BIRT +2 DATE 25 NOV 1253 +2 PLAC Westminster +1 DEAT +2 DATE 3 MAY 1257 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F466@ +0 @I1289@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE ABT 1256 +1 DEAT +2 DATE ABT 1256 +1 FAMC @F466@ +0 @I1290@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE AFT 1256 +1 DEAT +2 DATE ABT 1257 +1 FAMC @F466@ +0 @I1291@ INDI +1 NAME John /Spencer/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1734 +1 DEAT +2 DATE 1783 +1 FAMS @F467@ +1 FAMC @F685@ +0 @I1292@ INDI +1 NAME Georgiana /Carteret/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1780 +1 FAMS @F467@ +0 @I1293@ INDI +1 NAME Henrietta // +1 SEX F +1 BIRT +2 DATE 28 FEB 1792 +2 PLAC Maastricht +1 DEAT +2 DATE 26 OCT 1864 +2 PLAC Schloss Rahr,Near Aachen +1 FAMS @F468@ +0 @I1294@ INDI +1 NAME Paul_I /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1801 +1 FAMS @F469@ +1 FAMC @F471@ +0 @I1295@ INDI +1 NAME Maria Feodorovna of_Wurttemberg// +1 SEX F +1 BIRT +2 DATE 1759 +1 DEAT +2 DATE 1828 +1 FAMS @F469@ +1 FAMC @F1274@ +0 @I1296@ INDI +1 NAME Alexander_I /Romanov/ +1 TITL Tsar of Russia +1 SEX M +1 BIRT +2 DATE 1777 +1 DEAT +2 DATE 1825 +1 FAMS @F470@ +1 FAMC @F469@ +0 @I1297@ INDI +1 NAME Yelizaveta Alekseyevna of_Baden// +1 SEX F +1 FAMS @F470@ +0 @I1298@ INDI +1 NAME Konstantin /Romanov/ +1 SEX M +1 BIRT +2 DATE 1779 +1 FAMC @F470@ +0 @I1299@ INDI +1 NAME Catherine_II the_Great // +1 TITL Empress +1 SEX F +1 BIRT +2 DATE 2 MAY 1729 +2 PLAC Szczecin,Poland +1 DEAT +2 DATE 17 NOV 1796 +2 PLAC St. Petersburg,Russia +1 FAMS @F471@ +1 FAMC @F1275@ +0 @I1300@ INDI +1 NAME Peter_III /Romanov/ +1 TITL Emperor Russia +1 SEX M +1 BIRT +2 DATE 1728 +2 PLAC Kiel,Germany +1 DEAT +2 DATE 17 JUL 1762 +1 FAMS @F471@ +1 FAMC @F473@ +0 @I1301@ INDI +1 NAME Peter_I the_Great /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1672 +1 DEAT +2 DATE 1725 +1 FAMS @F472@ +1 FAMS @F474@ +1 FAMC @F478@ +0 @I1302@ INDI +1 NAME Catherine_I // +1 TITL Empress +1 SEX F +1 BIRT +2 DATE 1683 +2 PLAC Jakobstadt,Latvia +1 DEAT +2 DATE 1727 +1 FAMS @F472@ +0 @I1303@ INDI +1 NAME Anna Petrovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1708 +1 DEAT +2 DATE 1728 +1 FAMS @F473@ +1 FAMC @F472@ +0 @I1304@ INDI +1 NAME Elizabeth Petrovna /Romanov/ +1 TITL Empress +1 SEX F +1 BIRT +2 DATE 1709 +2 PLAC Near Moscow,Russia +1 DEAT +2 DATE 1761/1762 +1 FAMC @F472@ +0 @I1305@ INDI +1 NAME Yevdokiya Lopukhina // +1 SEX F +1 FAMS @F474@ +0 @I1306@ INDI +1 NAME Alexis /Romanov/ +1 SEX M +1 BIRT +2 DATE 1690 +1 DEAT +2 DATE 1718 +1 FAMS @F475@ +1 FAMC @F474@ +0 @I1307@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F475@ +0 @I1308@ INDI +1 NAME Peter_II /Romanov/ +1 SEX M +1 BIRT +2 DATE 1715 +1 DEAT +2 DATE 1730 +1 FAMC @F475@ +0 @I1309@ INDI +1 NAME Alexis_I Michaylovich /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1629 +1 DEAT +2 DATE 1675/1676 +1 FAMS @F476@ +1 FAMS @F478@ +1 FAMC @F477@ +0 @I1310@ INDI +1 NAME Maria Miroslavkaya // +1 SEX F +1 DEAT +2 DATE 1668 +1 FAMS @F476@ +0 @I1311@ INDI +1 NAME Feodor_III (Theodore) /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1662 +1 DEAT +2 DATE 1682 +1 FAMS @F479@ +1 FAMC @F476@ +0 @I1312@ INDI +1 NAME Mikhail_III Feodorovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1597 +1 DEAT +2 DATE 1645 +1 FAMS @F477@ +1 FAMC @F1261@ +0 @I1313@ INDI +1 NAME Eudoxia /Streshniev/ +1 SEX F +1 BIRT +2 DATE 1608 +1 DEAT +2 DATE 1645 +1 FAMS @F477@ +1 FAMC @F1260@ +0 @I1314@ INDI +1 NAME Natalia Narishkina // +1 SEX F +1 BIRT +2 DATE 1651 +1 DEAT +2 DATE 1694 +1 FAMS @F478@ +1 FAMC @F483@ +0 @I1315@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F479@ +0 @I1316@ INDI +1 NAME Ivan_V /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1666 +1 DEAT +2 DATE 1696 +1 FAMS @F480@ +1 FAMC @F479@ +0 @I1317@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F480@ +0 @I1318@ INDI +1 NAME Anna Ioannovna /Romanov/ +1 TITL Empress +1 SEX F +1 BIRT +2 DATE 1693 +1 DEAT +2 DATE 1740 +1 FAMC @F480@ +0 @I1319@ INDI +1 NAME Yekaterina of_Mecklenburg // +1 SEX F +1 FAMS @F481@ +1 FAMC @F480@ +0 @I1320@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F481@ +0 @I1321@ INDI +1 NAME Anna Leopoldovna of_Brunswick// +1 SEX F +1 FAMS @F482@ +1 FAMC @F481@ +0 @I1322@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F482@ +0 @I1323@ INDI +1 NAME Ivan_VI /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1740 +1 DEAT +2 DATE 1741 +1 FAMC @F482@ +0 @I1324@ INDI +1 NAME Ivan /Romanov/ +1 SEX M +1 FAMC @F476@ +0 @I1325@ INDI +1 NAME Sophia /Romanov/ +1 SEX F +1 BIRT +2 DATE ABT 1657 +1 FAMC @F476@ +0 @I1326@ INDI +1 NAME Cyril /Naryshkin/ +1 SEX M +1 BIRT +2 DATE 1623 +1 DEAT +2 DATE 1691 +1 FAMS @F483@ +0 @I1327@ INDI +1 NAME Jacquetta of_Luxembourg // +1 SEX F +1 FAMS @F484@ +1 FAMS @F1051@ +1 FAMC @F1050@ +0 @I1328@ INDI +1 NAME Catherine Swynford /Roet/ +1 SEX F +1 BIRT +2 DATE 1350 +1 DEAT +2 DATE 10 MAY 1403 +2 PLAC Lincoln +1 FAMS @F907@ +1 FAMS @F485@ +1 FAMC @F906@ +0 @I1329@ INDI +1 NAME John Beaufort // +1 TITL Earl Sommerset +1 SEX M +1 DEAT +2 DATE 1410 +1 FAMS @F486@ +1 FAMS @F736@ +1 FAMC @F485@ +0 @I1330@ INDI +1 NAME Henry Beaufort // +1 TITL Cardinal +1 SEX M +1 DEAT +2 DATE 1447 +1 FAMC @F485@ +0 @I1331@ INDI +1 NAME Joan Beaufort // +1 SEX F +1 FAMS @F916@ +1 FAMS @F372@ +1 FAMC @F485@ +0 @I1332@ INDI +1 NAME Humphrey /De_Bohun/ +1 TITL Earl of Hereford +1 SEX M +1 FAMS @F914@ +0 @I1333@ INDI +1 NAME Henry /Beaufort/ +1 TITL Earl Sommerset +1 SEX M +1 BIRT +2 DATE 1401 +1 DEAT +2 DATE 1418 +1 FAMC @F486@ +0 @I1334@ INDI +1 NAME John /Beaufort/ +1 TITL Duke Sommerset +1 SEX M +1 BIRT +2 DATE 1403 +1 DEAT +2 DATE 1444 +1 FAMS @F487@ +1 FAMC @F486@ +0 @I1335@ INDI +1 NAME Edmund /Beaufort/ +1 TITL Duke Sommerset +1 SEX M +1 DEAT +2 DATE 1455 +1 FAMS @F920@ +1 FAMC @F486@ +0 @I1336@ INDI +1 NAME Margaret /Beauchamp/ +1 SEX F +1 FAMS @F487@ +0 @I1337@ INDI +1 NAME Isabella of_Castile // +1 SEX F +1 DEAT +2 DATE 23 NOV 1393 +1 FAMS @F488@ +1 FAMC @F908@ +0 @I1338@ INDI +1 NAME Edward // +1 TITL Duke of York +1 SEX M +1 DEAT +2 DATE 1415 +2 PLAC Agincourt +1 FAMS @F1072@ +1 FAMC @F488@ +0 @I1339@ INDI +1 NAME Anne /Beauchamp/ +1 TITL Lady +1 SEX F +1 FAMS @F370@ +0 @I1340@ INDI +1 NAME Isabel /Nevill/ +1 TITL Lady +1 SEX F +1 FAMS @F381@ +1 FAMC @F370@ +0 @I1341@ INDI +1 NAME Louis_XIV // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 5 SEP 1638 +2 PLAC St Germain-en-,Laye,France +1 DEAT +2 DATE 1 SEP 1715 +2 PLAC Versailles,France +1 BURI +2 PLAC St Denis,France +1 FAMS @F523@ +1 FAMS @F524@ +1 FAMC @F521@ +0 @I1342@ INDI +1 NAME Richard /Nevill/ +1 TITL Earl Salisbury +1 SEX M +1 DEAT +2 DATE 1460 +1 FAMS @F490@ +1 FAMC @F372@ +0 @I1343@ INDI +1 NAME Eleanor /De_Bohun/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 3 OCT 1399 +2 PLAC Barking Abbey,Essex,England +1 FAMS @F491@ +1 FAMC @F912@ +0 @I1344@ INDI +1 NAME Roger /Mortimer/ +1 TITL Earl of March IV +1 SEX M +1 DEAT +2 DATE 1398 +2 PLAC ,,,Ireland +1 FAMS @F492@ +1 FAMC @F494@ +0 @I1345@ INDI +1 NAME Eleanor /Holland/ +1 SEX F +1 DEAT +2 DATE 1405 +1 FAMS @F492@ +1 FAMS @F1058@ +1 FAMC @F1057@ +0 @I1346@ INDI +1 NAME Edmund /Mortimer/ +1 TITL Earl of March +1 SEX M +1 DEAT +2 DATE 1425 +1 FAMS @F536@ +1 FAMC @F492@ +0 @I1347@ INDI +1 NAME Violante of_Milan /Visconti/ +1 SEX F +1 DEAT +2 DATE 1404 +1 FAMS @F493@ +1 FAMS @F904@ +1 FAMC @F903@ +0 @I1348@ INDI +1 NAME Philippa of_Ulster // +1 TITL Countess +1 SEX F +1 DEAT +2 DATE 1382 +1 FAMS @F494@ +1 FAMC @F519@ +0 @I1349@ INDI +1 NAME Edmund /Mortimer/ +1 TITL Earl of March 3d +1 SEX M +1 DEAT +2 DATE 1381 +1 FAMS @F494@ +1 FAMC @F795@ +0 @I1350@ INDI +1 NAME Henry /Stafford/ +1 TITL Sir +1 SEX M +1 DEAT +2 DATE 1481 +1 FAMS @F495@ +0 @I1351@ INDI +1 NAME Thomas /Stanley/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1504 +1 FAMS @F496@ +0 @I1352@ INDI +1 NAME Owen /Tudor/ +1 SEX M +1 DEAT +2 DATE 1461 +1 FAMS @F497@ +1 FAMC @F976@ +0 @I1353@ INDI +1 NAME Jasper /Tudor/ +1 TITL Earl of Pembroke +1 SEX M +1 DEAT +2 DATE 1495/1496 +1 FAMS @F537@ +1 FAMC @F497@ +0 @I1354@ INDI +1 NAME Natalia /Sheremetevskaya/ +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1952 +1 FAMS @F498@ +0 @I1355@ INDI +1 NAME Maria Pavlovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1958 +1 FAMS @F512@ +1 FAMC @F50@ +0 @I1356@ INDI +1 NAME Olga /Karnovich/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1929 +1 FAMS @F499@ +1 FAMC @F1382@ +0 @I1357@ INDI +1 NAME Vladimir /Romanov/ +1 SEX M +1 BIRT +2 DATE 1896 +1 DEAT +2 DATE 1918 +1 FAMC @F499@ +0 @I1358@ INDI +1 NAME Natalie /Romanov/ +1 SEX F +1 BIRT +2 DATE 1905 +1 FAMC @F499@ +0 @I1359@ INDI +1 NAME Irina /Romanov/ +1 SEX F +1 BIRT +2 DATE 1908 +1 FAMC @F499@ +0 @I1360@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1910 +1 DEAT +2 DATE 1931 +1 FAMC @F498@ +0 @I1361@ INDI +1 NAME Peter of_Oldenburg // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1924 +1 FAMS @F500@ +0 @I1362@ INDI +1 NAME Helen Vladimirovna of_Russia/Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1957 +1 FAMS @F76@ +1 FAMC @F47@ +0 @I1363@ INDI +1 NAME Charles of_Brunswick- Wolfenbuttel// +1 TITL Duke +1 SEX M +1 FAMS @F501@ +0 @I1364@ INDI +1 NAME John Lackland // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 24 DEC 1167 +2 PLAC Beaumont Palace,Oxford,England +1 DEAT +2 DATE 19 OCT 1216 +2 PLAC Newark Castle,Newark,Nottinghamshire,England +1 BURI +2 PLAC Worcester,Cathedral +1 FAMS @F502@ +1 FAMS @F503@ +1 FAMC @F504@ +0 @I1365@ INDI +1 NAME Isabella De_Clare of_Gloucester// +1 TITL Countess +1 SEX F +1 DEAT +2 DATE NOV 1217 +1 FAMS @F502@ +1 FAMS @F774@ +1 FAMS @F775@ +1 FAMC @F773@ +0 @I1366@ INDI +1 NAME Isabella of_Angouleme // +1 SEX F +1 BIRT +2 DATE ABT 1188 +2 PLAC Angouleme +1 DEAT +2 DATE 31 MAY 1246 +2 PLAC Fontevraud +1 BURI +2 PLAC Fontevraud Abbey +1 FAMS @F503@ +1 FAMS @F776@ +1 FAMC @F351@ +0 @I1367@ INDI +1 NAME Richard // +1 TITL Earl of Cornwall +1 SEX M +1 BIRT +2 DATE 5 JAN 1209 +2 PLAC Winchester,Castle,England +1 DEAT +2 DATE 1272 +2 PLAC Newark Castle,Newark,England +1 BURI +2 PLAC Worcester,Cathedral +1 FAMS @F599@ +1 FAMS @F600@ +1 FAMS @F601@ +1 FAMC @F503@ +0 @I1368@ INDI +1 NAME Joan // +1 SEX F +1 BIRT +2 DATE 22 JUL 1210 +2 PLAC Gloucester,England +1 DEAT +2 DATE 4 MAR 1238 +2 PLAC Near London,England +1 FAMS @F781@ +1 FAMC @F503@ +0 @I1369@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1214 +2 PLAC Gloucester +1 DEAT +2 DATE 1 DEC 1241 +2 PLAC Foggia +1 FAMS @F602@ +1 FAMC @F503@ +0 @I1370@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 1215 +2 PLAC Gloucester +1 DEAT +2 DATE 13 APR 1275 +2 PLAC Montargis,France +1 FAMS @F336@ +1 FAMS @F598@ +1 FAMC @F503@ +0 @I1371@ INDI +1 NAME Henry_II Curtmantle // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 25 MAR 1133 +2 PLAC Le Mans +1 DEAT +2 DATE 6 JUL 1189 +2 PLAC Chinon +1 BURI +2 PLAC Fontevraud Abbey +1 FAMS @F504@ +1 FAMC @F510@ +0 @I1372@ INDI +1 NAME Eleanor of_Aquitaine // +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE ABT 1122 +2 PLAC Bordeaux/Berlin +1 DEAT +2 DATE 1 APR 1204 +2 PLAC Fontevraud +1 BURI +2 PLAC Fontevraud +1 FAMS @F766@ +1 FAMS @F504@ +1 FAMC @F765@ +0 @I1373@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 17 AUG 1152 +2 PLAC Normandy,England +1 DEAT +2 DATE ABT APR 1156 +2 PLAC Wallingford,Castle,Berkshire,England +1 FAMC @F504@ +0 @I1374@ INDI +1 NAME Henry the_Young_King // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 28 FEB 1155 +2 PLAC Bermondsey +1 DEAT +2 DATE 11 JUN 1183 +2 PLAC Martel +1 FAMS @F567@ +1 FAMC @F504@ +0 @I1375@ INDI +1 NAME Matilda (Maud) // +1 SEX F +1 BIRT +2 DATE 1156 +2 PLAC London,England +1 DEAT +2 DATE 28 JUN 1189 +2 PLAC Brunswick +1 FAMS @F566@ +1 FAMC @F504@ +0 @I1376@ INDI +1 NAME Richard_I Coeur_de_Lion // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 1157 +2 PLAC Beaumont Palace,Oxford,England +1 DEAT +2 DATE 6 APR 1199 +2 PLAC Chalus,Limousin +1 BURI +2 PLAC Fontevraud Abbey +1 FAMS @F565@ +1 FAMC @F504@ +0 @I1377@ INDI +1 NAME Geoffrey // +1 TITL Duke of Brittany +1 SEX M +1 BIRT +2 DATE 23 SEP 1158 +1 DEAT +2 DATE 19 AUG 1186 +2 PLAC Paris +1 FAMS @F563@ +1 FAMC @F504@ +0 @I1378@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 13 OCT 1162 +2 PLAC Domfront,Normandy +1 DEAT +2 DATE 31 OCT 1214 +2 PLAC Burgos +1 FAMS @F571@ +1 FAMC @F504@ +0 @I1379@ INDI +1 NAME Joan /Plantagenet/ +1 SEX F +1 BIRT +2 DATE OCT 1165 +2 PLAC Angers +1 DEAT +2 DATE 4 SEP 1199 +1 FAMS @F590@ +1 FAMS @F591@ +1 FAMC @F504@ +0 @I1380@ INDI +1 NAME William_I the_Conqueror // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 1027/1028 +2 PLAC Falaise,Normandy,France +1 DEAT +2 DATE 7 SEP 1087 +2 PLAC Near Rouen,France +1 BURI +2 PLAC St Stephen Abbey,Caen,Normandy +1 FAMS @F505@ +1 FAMC @F572@ +0 @I1381@ INDI +1 NAME Matilda of_Flanders // +1 SEX F +1 BIRT +2 DATE ABT 1031 +2 PLAC Flanders,France +1 DEAT +2 DATE 2 NOV 1083 +2 PLAC Caen +1 BURI +2 PLAC Holy Trinity,Abbey,Caen +1 FAMS @F505@ +1 FAMC @F752@ +0 @I1382@ INDI +1 NAME Robert Curthose // +1 TITL Duke of Normandy +1 SEX M +1 BIRT +2 DATE 1054 +2 PLAC Normandy,France +1 DEAT +2 DATE 10 FEB 1134 +2 PLAC Cardiff Castle +1 FAMS @F753@ +1 FAMC @F505@ +0 @I1383@ INDI +1 NAME Richard // +1 SEX M +1 BIRT +2 DATE ABT 1055 +1 DEAT +2 DATE ABT 1081 +2 PLAC New Forest +1 FAMC @F505@ +0 @I1384@ INDI +1 NAME William_II Rufus // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 1056/1060 +2 PLAC Normandy,France +1 DEAT +2 DATE 2 AUG 1100 +2 PLAC New Forest +1 BURI +2 PLAC Winchester,Cathedral +1 FAMC @F505@ +0 @I1385@ INDI +1 NAME Cecilia of_Holy_Trinity // +1 TITL Abess +1 SEX F +1 DEAT +2 DATE 30 JUL 1126 +2 PLAC Caen +1 FAMC @F505@ +0 @I1386@ INDI +1 NAME Agatha // +1 SEX F +1 FAMC @F505@ +0 @I1387@ INDI +1 NAME Adeliza a_nun // +1 SEX F +1 FAMC @F505@ +0 @I1388@ INDI +1 NAME Adela // +1 SEX F +1 BIRT +2 DATE ABT 1062 +2 PLAC Normandy,France +1 DEAT +2 DATE 8 MAR 1137/1138 +2 PLAC Marcigny-sur-,Loire,France +1 FAMS @F569@ +1 FAMC @F505@ +0 @I1389@ INDI +1 NAME Matilda // +1 SEX F +1 FAMC @F505@ +0 @I1390@ INDI +1 NAME Constance // +1 SEX F +1 BIRT +2 DATE ABT 1066 +2 PLAC Normandy,France +1 DEAT +2 DATE 13 AUG 1090 +2 PLAC Brittany,France +1 FAMS @F586@ +1 FAMC @F505@ +0 @I1391@ INDI +1 NAME Henry_I Beauclerc // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE ABT SEP 1068 +2 PLAC Selby,Yorkshire,England +1 DEAT +2 DATE 1 DEC 1135 +2 PLAC St Denis-le-,Fermont,Near Gisors +1 BURI +2 PLAC Reading Abbey +1 FAMS @F506@ +1 FAMS @F507@ +1 FAMC @F505@ +0 @I1392@ INDI +1 NAME Matilda (Edith) of_Scotland// +1 SEX F +1 BIRT +2 DATE 1079/1080 +2 PLAC Dunfermline +1 DEAT +2 DATE 1 MAY 1118 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F506@ +1 FAMC @F568@ +0 @I1393@ INDI +1 NAME Robert of_Gloucester // +1 SEX M +1 DEAT +2 DATE 1147 +1 FAMC @F506@ +0 @I1394@ INDI +1 NAME William // +1 TITL Duke of Normandy +1 SEX M +1 BIRT +2 DATE BEF 5 AUG 1103 +2 PLAC Winchester +1 DEAT +2 DATE 25 NOV 1120 +1 FAMS @F759@ +1 FAMC @F506@ +0 @I1395@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE ABT 1103/1104 +2 PLAC Winchester +1 DEAT +2 DATE 10 SEP 1167 +2 PLAC Rouen +1 FAMS @F509@ +1 FAMS @F510@ +1 FAMC @F506@ +0 @I1396@ INDI +1 NAME Adeliza of_Louvain // +1 SEX F +1 BIRT +2 DATE ABT 1105 +2 PLAC Louvain,Belgium +1 DEAT +2 DATE ABT 23 APR 1151 +2 PLAC Afflighem,Flanders +1 BURI +2 PLAC Afflighem,Flanders +1 FAMS @F507@ +1 FAMS @F625@ +1 FAMC @F756@ +0 @I1397@ INDI +1 NAME Stephen // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE ABT 1096 +2 PLAC Blois,France +1 DEAT +2 DATE 25 OCT 1154 +2 PLAC Dover Castle +1 BURI +2 PLAC Faversham Abbey +1 FAMS @F508@ +1 FAMC @F569@ +0 @I1398@ INDI +1 NAME Matilda of_Boulogne // +1 SEX F +1 BIRT +2 DATE ABT 1103/1105 +2 PLAC Boulogne +1 DEAT +2 DATE 3 MAY 1152 +2 PLAC Hedingham Castle,Essex,England +1 BURI +2 PLAC Faversham Abbey +1 FAMS @F508@ +1 FAMC @F589@ +0 @I1399@ INDI +1 NAME Baldwin // +1 SEX M +1 BIRT +2 DATE ABT 1126 +1 DEAT +2 DATE BEF 2 DEC 1135 +2 PLAC London,England +1 FAMC @F508@ +0 @I1400@ INDI +1 NAME Eustace of_Boulongne // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1130/1131 +1 DEAT +2 DATE 10 AUG 1153 +2 PLAC Bury St Edmunds +1 FAMS @F570@ +1 FAMC @F508@ +0 @I1401@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE ABT 1133 +1 DEAT +2 DATE ABT 1135 +1 FAMC @F508@ +0 @I1402@ INDI +1 NAME William of_Boulogne // +1 TITL Count +1 SEX M +1 BIRT +2 DATE ABT 1134 +1 DEAT +2 DATE 11 OCT 1159 +2 PLAC Toulouse +1 FAMS @F587@ +1 FAMC @F508@ +0 @I1403@ INDI +1 NAME Mary of_Boulogne // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE ABT 1136 +1 DEAT +2 DATE 1182 +2 PLAC St Austrebert +1 FAMS @F588@ +1 FAMC @F508@ +0 @I1404@ INDI +1 NAME Henry_V // +1 TITL Holy Roman Empr +1 SEX M +1 BIRT +2 DATE 1086 +1 DEAT +2 DATE 23 MAY 1125 +2 PLAC Utrecht +1 FAMS @F509@ +0 @I1405@ INDI +1 NAME Geoffrey_V /Plantagenet/ +1 TITL Count of Anjou +1 SEX M +1 DEAT +2 DATE 7 SEP 1151 +2 PLAC Chateau-du-Loir +1 FAMS @F510@ +0 @I1406@ INDI +1 NAME Audrey /Emery/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F511@ +1 FAMC @F1383@ +0 @I1407@ INDI +1 NAME Paul /Romanov/ +1 TITL Prince Ilynsky +1 SEX M +1 FAMC @F511@ +0 @I1408@ INDI +1 NAME William // +1 TITL Prince of Sweden +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1965 +1 FAMS @F512@ +1 FAMC @F155@ +0 @I1409@ INDI +1 NAME Lennart Gustaf Nicholas// +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 8 MAY 1909 +2 PLAC Stockholm,Sweden +1 FAMS @F1295@ +1 FAMS @F1296@ +1 FAMC @F512@ +0 @I1410@ INDI +1 NAME Joan // +1 TITL Countess of Kent +1 SEX F +1 BIRT +2 DATE 29 SEP 1328 +1 DEAT +2 DATE 8 AUG 1385 +2 PLAC Wallingford,Castle,Berkshire,England +1 FAMS @F901@ +1 FAMS @F513@ +1 FAMC @F564@ +0 @I1411@ INDI +1 NAME Edward // +1 SEX M +1 BIRT +2 DATE 27 JAN 1365 +2 PLAC Angouleme +1 DEAT +2 DATE 1372 +2 PLAC Bordeaux,France +1 FAMC @F513@ +0 @I1412@ INDI +1 NAME Richard_II // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 6 JAN 1367 +2 PLAC Bordeaux,France +1 DEAT +2 DATE 6 JAN 1400 +2 PLAC Pontefract,Castle +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F514@ +1 FAMS @F515@ +1 FAMC @F513@ +0 @I1413@ INDI +1 NAME Anne of_Bohemia // +1 SEX F +1 BIRT +2 DATE 11 MAY 1366 +2 PLAC Prague +1 DEAT +2 DATE BEF 3 JUN 1394 +2 PLAC Sheen Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F514@ +1 FAMC @F1066@ +0 @I1414@ INDI +1 NAME Isabella of_France // +1 SEX F +1 BIRT +2 DATE 9 NOV 1387 +2 PLAC Hotel du Louvre,Paris,France +1 DEAT +2 DATE 13 SEP 1409 +2 PLAC Blois +1 BURI +2 DATE ABT 1624 +2 PLAC Celestines,Paris +1 FAMS @F515@ +1 FAMC @F915@ +0 @I1415@ INDI +1 NAME Enguerrand_VII de_Courcy // +1 TITL Earl of Bedford +1 SEX M +1 DEAT +2 DATE 1396 +1 FAMS @F516@ +0 @I1416@ INDI +1 NAME Constanza (Constance) // +1 TITL Queen of Castile +1 SEX F +1 DEAT +2 DATE 24 MAR 1394 +2 PLAC Leicester,England +1 FAMS @F517@ +1 FAMC @F905@ +0 @I1417@ INDI +1 NAME John 2d /Hastings/ +1 TITL Earl of Pembroke +1 SEX M +1 DEAT +2 DATE 1375 +1 FAMS @F518@ +0 @I1418@ INDI +1 NAME Elizabeth de_Burgh // +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 10 DEC 1363 +2 PLAC Dublin +1 FAMS @F519@ +1 FAMC @F902@ +0 @I1419@ INDI +1 NAME Charles Frederick of_Holstein-// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1700 +1 DEAT +2 DATE 1739 +1 FAMS @F473@ +0 @I1420@ INDI +1 NAME Marie-Therese of_Spain // +1 SEX F +1 BIRT +2 DATE 20 SEP 1638 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 30 JUL 1683 +2 PLAC Versailles,France +1 BURI +2 PLAC St Denis +1 FAMS @F523@ +1 FAMC @F948@ +0 @I1421@ INDI +1 NAME Francoise d'Aubigne // +1 SEX F +1 BIRT +2 DATE 27 NOV 1635 +2 PLAC Niort,France +1 DEAT +2 DATE 15 APR 1719 +2 PLAC St Cyr,France +1 BURI +2 PLAC St Cyr +1 FAMS @F524@ +0 @I1422@ INDI +1 NAME Louis_XV // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 15 FEB 1710 +2 PLAC Versailles,France +1 DEAT +2 DATE 10 MAY 1774 +2 PLAC Versailles,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F525@ +1 FAMC @F344@ +0 @I1423@ INDI +1 NAME Maria of_Poland /Leczinska/ +1 SEX F +1 BIRT +2 DATE 1703 +1 DEAT +2 DATE 1768 +1 FAMS @F525@ +1 FAMC @F1183@ +0 @I1424@ INDI +1 NAME Louis_XVI // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 23 AUG 1754 +2 PLAC Versailles,France +1 DEAT +2 DATE 21 JAN 1793 +2 PLAC Paris,France +1 BURI +2 DATE 1815 +2 PLAC St Denis,France +1 FAMS @F526@ +1 FAMC @F1185@ +0 @I1425@ INDI +1 NAME Marie Antoinette of_Austria// +1 SEX F +1 BIRT +2 DATE 2 NOV 1755 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 16 OCT 1793 +2 PLAC Paris,France +1 BURI +2 DATE 1815 +2 PLAC St Denis,France +1 FAMS @F526@ +0 @I1426@ INDI +1 NAME Henry /Brandon/ +1 TITL Earl of Lincoln +1 SEX M +1 BIRT +2 DATE 1516 +1 DEAT +2 DATE 1534 +1 FAMC @F318@ +0 @I1427@ INDI +1 NAME Frances /Brandon/ +1 SEX F +1 BIRT +2 DATE 1517 +1 DEAT +2 DATE 1559 +1 FAMS @F527@ +1 FAMS @F935@ +1 FAMC @F318@ +0 @I1428@ INDI +1 NAME Eleanor /Brandon/ +1 SEX F +1 DEAT +2 DATE 1547 +1 FAMS @F934@ +1 FAMC @F318@ +0 @I1429@ INDI +1 NAME Madeleine of_France // +1 SEX F +1 DEAT +2 DATE 1537 +1 FAMS @F458@ +1 FAMC @F728@ +0 @I1430@ INDI +1 NAME Henry /Grey/ +1 TITL Duke of Suffolk +1 SEX M +1 DEAT +2 DATE 1554 +1 FAMS @F527@ +0 @I1431@ INDI +1 NAME Margaret /Douglas/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1578 +1 FAMS @F528@ +1 FAMC @F529@ +0 @I1432@ INDI +1 NAME Matthew /Stuart/ +1 TITL Earl Lennox 4th +1 SEX M +1 BIRT +2 DATE 1516 +1 DEAT +2 DATE 1571 +1 FAMS @F528@ +1 FAMC @F551@ +0 @I1433@ INDI +1 NAME Charles /Stuart/ +1 TITL Earl Lennox 6th +1 SEX M +1 DEAT +2 DATE 1576 +1 FAMS @F530@ +1 FAMC @F528@ +0 @I1434@ INDI +1 NAME Elizabeth /Cavendish/ +1 SEX F +1 DEAT +2 DATE 1581 +1 FAMS @F530@ +1 FAMC @F930@ +0 @I1435@ INDI +1 NAME Arabella /Stuart/ +1 SEX F +1 DEAT +2 DATE 1615 +1 FAMS @F531@ +1 FAMC @F530@ +0 @I1436@ INDI +1 NAME William /Seymour/ +1 TITL Duke Sommerset +1 SEX M +1 DEAT +2 DATE 1660 +1 FAMS @F531@ +1 FAMS @F932@ +1 FAMC @F938@ +0 @I1437@ INDI +1 NAME Thomas /Beaufort/ +1 TITL Duke of Exeter +1 SEX M +1 FAMS @F917@ +1 FAMC @F485@ +0 @I1438@ INDI +1 NAME Franz Josef of_Austria// +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 18 AUG 1830 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 21 NOV 1916 +1 FAMS @F532@ +1 FAMC @F1150@ +0 @I1439@ INDI +1 NAME Rudolf // +1 TITL Archduke +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1889 +1 FAMC @F532@ +0 @I1440@ INDI +1 NAME Daughter_1 // +1 SEX F +1 FAMC @F532@ +0 @I1441@ INDI +1 NAME Daughter_2 // +1 SEX F +1 FAMC @F532@ +0 @I1442@ INDI +1 NAME // +1 TITL duc d' Alencon +1 SEX M +1 FAMS @F533@ +0 @I1443@ INDI +1 NAME Joan /Holland/ +1 SEX F +1 DEAT +2 DATE 1434 +1 FAMS @F534@ +0 @I1444@ INDI +1 NAME Maud /Clifford/ +1 SEX F +1 FAMS @F1074@ +1 FAMS @F535@ +1 FAMC @F1073@ +0 @I1445@ INDI +1 NAME Anne /Stafford/ +1 SEX F +1 FAMS @F536@ +1 FAMC @F1059@ +0 @I1446@ INDI +1 NAME Catherine /Woodville/ +1 SEX F +1 FAMS @F537@ +0 @I1447@ INDI +1 NAME Robert_I /Bruce/ +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1274 +1 DEAT +2 DATE 1329 +2 PLAC Cardoss Castle,Firth of Clyde,Scotland +1 FAMS @F538@ +1 FAMS @F539@ +1 FAMC @F740@ +0 @I1448@ INDI +1 NAME Isobel of_Mar // +1 SEX F +1 FAMS @F538@ +1 FAMC @F730@ +0 @I1449@ INDI +1 NAME Margery /Bruce/ +1 SEX F +1 DEAT +2 DATE 1316 +1 FAMS @F542@ +1 FAMC @F538@ +0 @I1450@ INDI +1 NAME Elizabeth de_Burgh // +1 SEX F +1 DEAT +2 DATE 1327 +1 FAMS @F539@ +1 FAMC @F548@ +0 @I1451@ INDI +1 NAME David_II /Bruce/ +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1329 +1 DEAT +2 DATE 1371 +1 FAMS @F540@ +1 FAMS @F541@ +1 FAMC @F539@ +0 @I1452@ INDI +1 NAME Thored // +1 TITL Ealdorman +1 SEX M +1 FAMS @F697@ +1 FAMC @F698@ +0 @I1453@ INDI +1 NAME Margaret /Drummond/ +1 SEX F +1 DEAT +2 DATE 1375 +1 FAMS @F746@ +1 FAMS @F541@ +1 FAMC @F747@ +0 @I1454@ INDI +1 NAME Walter /Stewart/ +1 SEX M +1 BIRT +2 DATE 1292 +1 DEAT +2 DATE 1326 +1 FAMS @F542@ +0 @I1455@ INDI +1 NAME Robert_II // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1316 +1 DEAT +2 DATE 1390 +1 FAMS @F543@ +1 FAMS @F545@ +1 FAMC @F542@ +0 @I1456@ INDI +1 NAME Elizabeth of_Rowallan /Mure/ +1 SEX F +1 FAMS @F543@ +1 FAMC @F731@ +0 @I1457@ INDI +1 NAME Robert_III // +1 TITL King of Scotland +1 SEX M +1 FAMS @F544@ +1 FAMC @F543@ +0 @I1458@ INDI +1 NAME Walter // +1 SEX M +1 FAMC @F543@ +0 @I1459@ INDI +1 NAME Robert // +1 TITL Earl of Fife +1 SEX M +1 FAMS @F554@ +1 FAMC @F543@ +0 @I1460@ INDI +1 NAME Alexander // +1 SEX M +1 FAMC @F543@ +0 @I1461@ INDI +1 NAME Annabella // +1 SEX F +1 DEAT +2 DATE 1401 +1 FAMS @F544@ +1 FAMC @F737@ +0 @I1462@ INDI +1 NAME David of_Rothesay // +1 TITL Duke +1 SEX M +1 FAMC @F544@ +0 @I1463@ INDI +1 NAME James_I // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1394 +2 PLAC Dunfermline,Scotland +1 DEAT +2 DATE 1437 +1 FAMS @F546@ +1 FAMC @F544@ +0 @I1464@ INDI +1 NAME Euphemia of_Ross // +1 SEX F +1 FAMS @F545@ +1 FAMC @F732@ +0 @I1465@ INDI +1 NAME Joan /Beaufort/ +1 SEX F +1 DEAT +2 DATE 1445 +1 FAMS @F546@ +1 FAMS @F555@ +1 FAMC @F486@ +0 @I1466@ INDI +1 NAME James_II // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1430 +2 PLAC Edinburgh,Scotland +1 DEAT +2 DATE 1460 +2 PLAC Roxburgh Castle,Scotland +1 FAMS @F547@ +1 FAMC @F546@ +0 @I1467@ INDI +1 NAME Marie of_Gueldres // +1 SEX F +1 DEAT +2 DATE 1463 +1 FAMS @F547@ +1 FAMC @F738@ +0 @I1468@ INDI +1 NAME John // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 1455 +1 DEAT +2 DATE 1513 +1 FAMS @F1343@ +1 FAMC @F739@ +0 @I1469@ INDI +1 NAME Margaret of_Denmark // +1 SEX F +1 BIRT +2 DATE ABT 1457 +1 DEAT +2 DATE 1486 +1 FAMS @F460@ +1 FAMC @F739@ +0 @I1470@ INDI +1 NAME Alexander // +1 TITL Duke of Albany +1 SEX M +1 BIRT +2 DATE ABT 1454 +1 DEAT +2 DATE 1485 +1 FAMS @F553@ +1 FAMS @F1344@ +1 FAMC @F547@ +0 @I1471@ INDI +1 NAME John // +1 TITL Earl of Mar +1 SEX M +1 FAMC @F547@ +0 @I1472@ INDI +1 NAME Mary // +1 SEX F +1 FAMS @F315@ +1 FAMS @F549@ +1 FAMC @F547@ +0 @I1473@ INDI +1 NAME Thomas /Boyd/ +1 TITL Earl of Arran +1 SEX M +1 FAMS @F315@ +0 @I1474@ INDI +1 NAME James /Hamilton/ +1 TITL Lord 1st +1 SEX M +1 BIRT +2 DATE 1479 +1 FAMS @F549@ +0 @I1475@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMS @F550@ +1 FAMC @F549@ +0 @I1476@ INDI +1 NAME James /Hamilton/ +1 TITL Earl of Arran I +1 SEX M +1 BIRT +2 DATE 1477 +1 DEAT +2 DATE 1529 +1 FAMS @F556@ +1 FAMC @F549@ +0 @I1477@ INDI +1 NAME Matthew /Stewart/ +1 TITL Earl Lennox II +1 SEX M +1 FAMS @F550@ +0 @I1478@ INDI +1 NAME John /Stewart/ +1 TITL Earl Lennox III +1 SEX M +1 FAMS @F551@ +1 FAMC @F550@ +0 @I1479@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F551@ +0 @I1480@ INDI +1 NAME John /Stuart/ +1 TITL Lord d'Aubigny V +1 SEX M +1 FAMS @F552@ +1 FAMC @F551@ +0 @I1481@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F552@ +0 @I1482@ INDI +1 NAME Esme /Stuart/ +1 TITL Duke Lennox I +1 SEX M +1 DEAT +2 DATE 1583 +1 FAMC @F552@ +0 @I1483@ INDI +1 NAME Catherine /Sinclair/ +1 SEX F +1 FAMS @F553@ +0 @I1484@ INDI +1 NAME John // +1 TITL Duke of Albany +1 SEX M +1 BIRT +2 DATE 1484 +1 DEAT +2 DATE 1536 +1 FAMC @F1344@ +0 @I1485@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F554@ +0 @I1486@ INDI +1 NAME Murdoch // +1 TITL Duke of Albany +1 SEX M +1 FAMC @F554@ +0 @I1487@ INDI +1 NAME James /Stewart/ +1 TITL Sir +1 SEX M +1 FAMS @F555@ +0 @I1488@ INDI +1 NAME John /Stewart/ +1 TITL Earl of Atholl +1 SEX M +1 FAMC @F555@ +0 @I1489@ INDI +1 NAME James /Stewart/ +1 TITL Earl of Buchan +1 SEX M +1 FAMC @F555@ +0 @I1490@ INDI +1 NAME Andrew /Stewart/ +1 TITL Bishop of Moray +1 SEX M +1 FAMC @F555@ +0 @I1491@ INDI +1 NAME Janet /Beaton/ +1 SEX F +1 DEAT +2 DATE ABT 1522 +1 FAMS @F556@ +0 @I1492@ INDI +1 NAME James /Hamilton/ +1 TITL Earl of Arran II +1 SEX M +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1575 +1 FAMS @F557@ +1 FAMC @F556@ +0 @I1493@ INDI +1 NAME Margaret /Douglas/ +1 SEX F +1 FAMS @F557@ +0 @I1494@ INDI +1 NAME James /Hamilton/ +1 TITL 3d Earl of Arran +1 SEX M +1 DEAT +2 DATE 1609 +1 FAMC @F557@ +0 @I1495@ INDI +1 NAME Blanche of_Artois // +1 SEX F +1 DEAT +2 DATE 2 MAY 1302 +1 FAMS @F558@ +1 FAMC @F786@ +0 @I1496@ INDI +1 NAME Thomas // +1 TITL Earl Lancaster +1 SEX M +1 FAMC @F558@ +0 @I1497@ INDI +1 NAME Henry // +1 TITL Earl Lancaster +1 SEX M +1 FAMS @F559@ +1 FAMC @F558@ +0 @I1498@ INDI +1 NAME Maud /Chaworth/ +1 SEX F +1 FAMS @F559@ +0 @I1499@ INDI +1 NAME Henry // +1 TITL Duke Lancaster I +1 SEX M +1 DEAT +2 DATE 1361 +1 FAMS @F560@ +1 FAMC @F559@ +0 @I1500@ INDI +1 NAME Isabel /de_Beaumont/ +1 SEX F +1 FAMS @F560@ +0 @I1501@ INDI +1 NAME Philippa of_Lancaster // +1 SEX F +1 BIRT +2 DATE ABT 1360 +1 DEAT +2 DATE 1415 +1 FAMS @F561@ +1 FAMC @F452@ +0 @I1502@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1364 +1 DEAT +2 DATE 1426 +1 FAMS @F1067@ +1 FAMS @F1068@ +1 FAMC @F452@ +0 @I1503@ INDI +1 NAME John_I // +1 TITL King of Portugal +1 SEX M +1 BIRT +2 DATE 1357 +1 DEAT +2 DATE 1433 +1 FAMS @F561@ +0 @I1504@ INDI +1 NAME Alice (Itayls) /Hayles/ +1 SEX F +1 DEAT +2 DATE AFT 8 MAY 1326 +1 FAMS @F562@ +1 FAMC @F789@ +0 @I1505@ INDI +1 NAME Margaret of_Liddell /Wake/ +1 TITL Baroness +1 SEX F +1 DEAT +2 DATE 29 SEP 1349 +1 FAMS @F793@ +1 FAMS @F564@ +1 FAMC @F792@ +0 @I1506@ INDI +1 NAME Constance of_Brittany // +1 TITL Duchess +1 SEX F +1 DEAT +2 DATE 1201 +1 FAMS @F563@ +1 FAMS @F771@ +1 FAMS @F772@ +1 FAMC @F770@ +0 @I1507@ INDI +1 NAME Arthur // +1 SEX M +1 BIRT +2 DATE 1187 +1 DEAT +2 DATE 1203 +1 FAMC @F563@ +0 @I1508@ INDI +1 NAME Berengaria of_Navarre // +1 SEX F +1 BIRT +2 DATE 1163 +1 DEAT +2 DATE 1230 +1 FAMS @F565@ +1 FAMC @F769@ +0 @I1509@ INDI +1 NAME Henry the_Lion // +1 TITL Duke of Saxony +1 SEX M +1 DEAT +2 DATE 1195 +1 FAMS @F566@ +0 @I1510@ INDI +1 NAME Margaret of_France // +1 SEX F +1 DEAT +2 DATE 1198 +1 FAMS @F567@ +1 FAMC @F766@ +0 @I1511@ INDI +1 NAME Malcolm_III Canmore // +1 TITL King of Scotland +1 SEX M +1 DEAT +2 DATE 1093 +1 FAMS @F1020@ +1 FAMS @F568@ +1 FAMC @F1028@ +0 @I1512@ INDI +1 NAME St_Margaret // +1 SEX F +1 DEAT +2 DATE 1093 +1 FAMS @F568@ +1 FAMC @F582@ +0 @I1513@ INDI +1 NAME Edgar // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE ABT 1074 +1 DEAT +2 DATE 1107 +1 FAMC @F568@ +0 @I1514@ INDI +1 NAME Alexander_I the_Fierce // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1078 +1 DEAT +2 DATE 1124 +1 FAMS @F1018@ +1 FAMC @F568@ +0 @I1515@ INDI +1 NAME David_I the_Saint // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE ABT 1080 +1 DEAT +2 DATE 1153 +1 FAMS @F1022@ +1 FAMC @F568@ +0 @I1516@ INDI +1 NAME Mary of_Scotland // +1 SEX F +1 FAMS @F589@ +1 FAMC @F568@ +0 @I1517@ INDI +1 NAME Stephen Henry // +1 TITL Count of Blois +1 SEX M +1 DEAT +2 DATE 1102 +1 FAMS @F569@ +0 @I1518@ INDI +1 NAME Theobald // +1 TITL Count of Blois +1 SEX M +1 DEAT +2 DATE 1151 +1 FAMS @F763@ +1 FAMC @F569@ +0 @I1519@ INDI +1 NAME Henry of_Winchester // +1 TITL Bishop +1 SEX M +1 FAMC @F569@ +0 @I1520@ INDI +1 NAME Alfonso_VIII // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1155 +1 DEAT +2 DATE 1214 +1 FAMS @F571@ +1 FAMC @F695@ +0 @I1521@ INDI +1 NAME Matthew of_Alsace // +1 TITL Count Boulogne +1 SEX M +1 FAMS @F588@ +1 FAMC @F768@ +0 @I1522@ INDI +1 NAME Eustace_III of_Boulogne // +1 TITL Count +1 SEX M +1 FAMS @F589@ +0 @I1523@ INDI +1 NAME Isabel de_Warrenne // +1 SEX F +1 FAMS @F587@ +1 FAMC @F767@ +0 @I1524@ INDI +1 NAME Constance of_Toulouse // +1 SEX F +1 FAMS @F570@ +0 @I1525@ INDI +1 NAME Robert the_Devil // +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1035 +1 FAMS @F572@ +1 FAMC @F573@ +0 @I1526@ INDI +1 NAME Herleva // +1 SEX F +1 FAMS @F572@ +1 FAMS @F585@ +0 @I1527@ INDI +1 NAME Richard_II of_Normandy // +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1026 +1 FAMS @F573@ +1 FAMC @F574@ +0 @I1528@ INDI +1 NAME Judith of_Brittany // +1 SEX F +1 FAMS @F573@ +0 @I1529@ INDI +1 NAME Richard_III of_Normandy // +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1028 +1 FAMC @F573@ +0 @I1530@ INDI +1 NAME Richard_I the_Fearless of_Normandy// +1 TITL Count +1 SEX M +1 DEAT +2 DATE 996 +1 FAMS @F574@ +0 @I1531@ INDI +1 NAME Gunnor of_Denmark // +1 SEX F +1 FAMS @F574@ +0 @I1532@ INDI +1 NAME Emma of_Normandy // +1 SEX F +1 DEAT +2 DATE 1052 +1 FAMS @F575@ +1 FAMS @F584@ +1 FAMC @F574@ +0 @I1533@ INDI +1 NAME Ethelred_II the_Unready // +1 TITL King of Kent +1 SEX M +1 BIRT +2 DATE ABT 968 +1 DEAT +2 DATE 1016 +1 BURI +2 PLAC St. Paul's +1 FAMS @F580@ +1 FAMS @F575@ +1 FAMC @F710@ +0 @I1534@ INDI +1 NAME Edward the_Confessor // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE ABT 1002 +2 PLAC Islip,Oxfordshire,England +1 DEAT +2 DATE 5 JAN 1066 +1 BURI +2 DATE 6 JAN 1066 +2 PLAC Westminster,Abbey,London,England +1 FAMS @F576@ +1 FAMC @F575@ +0 @I1535@ INDI +1 NAME Edith (Eadgyth) // +1 SEX F +1 DEAT +2 DATE 18 DEC 1075 +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F576@ +1 FAMC @F577@ +0 @I1536@ INDI +1 NAME Godwin // +1 TITL Earl of Wessex +1 SEX M +1 FAMS @F577@ +0 @I1537@ INDI +1 NAME Gytha // +1 SEX F +1 FAMS @F577@ +0 @I1538@ INDI +1 NAME Harold_II // +1 SEX M +1 BIRT +2 DATE ABT 1022 +1 DEAT +2 DATE 14 OCT 1066 +2 PLAC Hastings +1 FAMS @F578@ +1 FAMC @F577@ +0 @I1539@ INDI +1 NAME Edith Swan-neck (Ealdgyth)// +1 SEX F +1 FAMS @F813@ +1 FAMS @F578@ +1 FAMC @F706@ +0 @I1540@ INDI +1 NAME Gytha // +1 SEX F +1 FAMS @F579@ +1 FAMC @F578@ +0 @I1541@ INDI +1 NAME Vladimir of_Kiev /Monomakh/ +1 TITL Grand Duke +1 SEX M +1 DEAT +2 DATE 1125 +1 FAMS @F579@ +0 @I1542@ INDI +1 NAME Elfreda (Elfgiva) // +1 SEX F +1 FAMS @F580@ +1 FAMC @F697@ +0 @I1543@ INDI +1 NAME Edmund_II Ironside // +1 SEX M +1 DEAT +2 DATE 1016 +1 FAMS @F581@ +1 FAMC @F580@ +0 @I1544@ INDI +1 NAME Ealdgyth // +1 SEX F +1 FAMS @F581@ +0 @I1545@ INDI +1 NAME Edward /Athling/ +1 SEX M +1 BIRT +2 DATE ABT 1016 +1 DEAT +2 DATE 1057 +1 FAMS @F582@ +1 FAMC @F581@ +0 @I1546@ INDI +1 NAME Agatha // +1 SEX F +1 FAMS @F582@ +1 FAMC @F699@ +0 @I1547@ INDI +1 NAME Edgar /Athling/ +1 SEX M +1 FAMC @F582@ +0 @I1548@ INDI +1 NAME Canute_II the_Great // +1 SEX M +1 BIRT +2 DATE ABT 995 +1 DEAT +2 DATE 12 NOV 1035 +2 PLAC Shaftesbury,England +1 BURI +2 PLAC Winchester,Cathedral,London,England +1 FAMS @F583@ +1 FAMS @F584@ +1 FAMC @F708@ +0 @I1549@ INDI +1 NAME Elfgiva of_Northampton // +1 SEX F +1 FAMS @F583@ +1 FAMC @F707@ +0 @I1550@ INDI +1 NAME Harold_I Harefoot // +1 SEX M +1 BIRT +2 DATE ABT 1015 +1 DEAT +2 DATE 17 MAR 1040 +2 PLAC Oxford,England +1 BURI +2 PLAC St Clement Danes,London,England +1 FAMC @F583@ +0 @I1551@ INDI +1 NAME Sweyn // +1 TITL King of Norway +1 SEX M +1 DEAT +2 DATE 1036 +1 FAMC @F583@ +0 @I1552@ INDI +1 NAME Hardicanute // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 1018 +1 DEAT +2 DATE 8 JUN 1042 +2 PLAC Lambeth +1 BURI +2 PLAC Winchester,Cathedral,London,England +1 FAMC @F584@ +0 @I1553@ INDI +1 NAME Herluin of_Conteville // +1 TITL Viscount +1 SEX M +1 FAMS @F585@ +0 @I1554@ INDI +1 NAME Odo of_Bayeux // +1 TITL Bishop +1 SEX M +1 DEAT +2 DATE 1097 +1 FAMC @F585@ +0 @I1555@ INDI +1 NAME Robert // +1 TITL Count of Mortain +1 SEX M +1 FAMC @F585@ +0 @I1556@ INDI +1 NAME Alan_IV of_Brittany /Fergant/ +1 TITL Count +1 SEX M +1 FAMS @F586@ +0 @I1557@ INDI +1 NAME William_II the_Good // +1 TITL King of Sicily +1 SEX M +1 BIRT +2 DATE 1166 +1 DEAT +2 DATE 18 NOV 1189 +1 FAMS @F590@ +1 FAMC @F1166@ +0 @I1558@ INDI +1 NAME Raymond_VI of_Toulouse // +1 TITL Count +1 SEX M +1 FAMS @F591@ +0 @I1559@ INDI +1 NAME Nicholas /Koulikovsky/ +1 TITL Colonel +1 SEX M +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1958 +2 PLAC Cooksville,Near Toronto,Ontario,Canada +1 BURI +2 PLAC York Cemetery,Toronto,Ontario,Canada +1 FAMS @F592@ +0 @I1560@ INDI +1 NAME Tikhon /Koulikovsky/ +1 SEX M +1 BIRT +2 DATE 1917 +1 FAMC @F592@ +0 @I1561@ INDI +1 NAME Goury /Koulikovsky/ +1 SEX M +1 BIRT +2 DATE 1919 +1 FAMC @F592@ +0 @I1562@ INDI +1 NAME Andrew // +1 SEX M +1 BIRT +2 DATE 1897 +1 FAMC @F51@ +0 @I1563@ INDI +1 NAME Theodore // +1 SEX M +1 BIRT +2 DATE 1898 +1 FAMC @F51@ +0 @I1564@ INDI +1 NAME Nikita // +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMC @F51@ +0 @I1565@ INDI +1 NAME Dimitri // +1 SEX M +1 BIRT +2 DATE 1901 +1 FAMC @F51@ +0 @I1566@ INDI +1 NAME Rostislav // +1 SEX M +1 BIRT +2 DATE 1902 +1 FAMC @F51@ +0 @I1567@ INDI +1 NAME Vassily // +1 SEX M +1 BIRT +2 DATE 1907 +1 FAMC @F51@ +0 @I1568@ INDI +1 NAME Alexander Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1870 +1 FAMC @F9@ +0 @I1569@ INDI +1 NAME Catherine /Yourievska/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1922 +1 FAMS @F593@ +0 @I1570@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1913 +1 FAMS @F594@ +1 FAMC @F593@ +0 @I1571@ INDI +1 NAME Olga /Romanov/ +1 SEX F +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1925 +1 FAMS @F595@ +1 FAMC @F593@ +0 @I1572@ INDI +1 NAME Catherine /Romanov/ +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1959 +1 FAMS @F596@ +1 FAMS @F597@ +1 FAMC @F593@ +0 @I1573@ INDI +1 NAME Alexandra /Zarnekau/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1883 +1 FAMS @F594@ +0 @I1574@ INDI +1 NAME Alexander Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMC @F594@ +0 @I1575@ INDI +1 NAME /von_Merenberg/ +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE 1948 +1 FAMS @F595@ +0 @I1576@ INDI +1 NAME George // +1 SEX M +1 BIRT +2 DATE 1897 +1 FAMC @F595@ +0 @I1577@ INDI +1 NAME Olga // +1 SEX F +1 BIRT +2 DATE 1898 +1 FAMC @F595@ +0 @I1578@ INDI +1 NAME Alexander V. /Bariatinsky/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1910 +1 FAMS @F596@ +0 @I1579@ INDI +1 NAME Andrei /Bariatinsky/ +1 SEX M +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1931 +1 FAMC @F596@ +0 @I1580@ INDI +1 NAME Alexander /Bariatinsky/ +1 SEX M +1 BIRT +2 DATE 1905 +1 FAMC @F596@ +0 @I1581@ INDI +1 NAME Serge /Obelensky/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1890 +1 FAMS @F597@ +0 @I1582@ INDI +1 NAME Sanchia of_Provence // +1 SEX F +1 BIRT +2 DATE ABT 1225 +2 PLAC Aix-en-Provence +1 DEAT +2 DATE 9 NOV 1261 +2 PLAC Berkhamsted +1 FAMS @F600@ +1 FAMC @F779@ +0 @I1583@ INDI +1 NAME Beatrix of_Falkenburg // +1 SEX F +1 BIRT +2 DATE ABT 1253 +1 DEAT +2 DATE 17 OCT 1277 +1 FAMS @F601@ +1 FAMC @F780@ +0 @I1584@ INDI +1 NAME Frederick_II of_Germany // +1 TITL Emperor +1 SEX M +1 FAMS @F602@ +0 @I1585@ INDI +1 NAME Alexander_III // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1241 +1 DEAT +2 DATE 1286 +1 FAMS @F603@ +1 FAMS @F787@ +1 FAMC @F1025@ +0 @I1586@ INDI +1 NAME John of_Dreux // +1 TITL Earl of Richmond +1 SEX M +1 FAMS @F604@ +0 @I1587@ INDI +1 NAME Aveline de_Forz // +1 SEX F +1 DEAT +2 DATE 10 NOV 1274 +2 PLAC Stockwell +1 FAMS @F605@ +1 FAMC @F785@ +0 @I1588@ INDI +1 NAME Gilbert De_Clare // +1 TITL Earl Gloucester +1 SEX M +1 DEAT +2 DATE 1295 +1 FAMS @F606@ +0 @I1589@ INDI +1 NAME Ralph de_Monthermer // +1 TITL Baron +1 SEX M +1 DEAT +2 DATE 1305 +1 FAMS @F607@ +0 @I1590@ INDI +1 NAME John_II // +1 TITL Duke of Brabant +1 SEX M +1 FAMS @F608@ +0 @I1591@ INDI +1 NAME John_I // +1 TITL Count of Holland +1 SEX M +1 FAMS @F609@ +0 @I1592@ INDI +1 NAME Humphrey De_Bohun // +1 TITL Earl of Hereford +1 SEX M +1 FAMS @F610@ +0 @I1593@ INDI +1 NAME Mary de_Ros // +1 SEX F +1 FAMS @F791@ +1 FAMS @F611@ +1 FAMC @F790@ +0 @I1594@ INDI +1 NAME John_V /de_Montfort/ +1 TITL Duke of Brittany +1 SEX M +1 DEAT +2 DATE 1 NOV 1399 +1 FAMS @F612@ +1 FAMS @F619@ +0 @I1595@ INDI +1 NAME Margaret /Holland/ +1 SEX F +1 DEAT +2 DATE 31 DEC 1439 +1 FAMS @F486@ +1 FAMS @F613@ +1 FAMC @F901@ +0 @I1596@ INDI +1 NAME Anne of_Burgundy // +1 SEX F +1 DEAT +2 DATE 14 NOV 1432 +2 PLAC Paris,France +1 FAMS @F614@ +1 FAMC @F1049@ +0 @I1597@ INDI +1 NAME Jacqueline of_Holland // +1 TITL Countess +1 SEX F +1 FAMS @F615@ +0 @I1598@ INDI +1 NAME Eleanor de_Cobham // +1 SEX F +1 DEAT +2 DATE 7 JUL 1452 +2 PLAC Beaumaris Castle +1 FAMS @F616@ +1 FAMC @F1048@ +0 @I1599@ INDI +1 NAME Ludwig_III // +1 TITL Elector Palatine +1 SEX M +1 FAMS @F617@ +0 @I1600@ INDI +1 NAME Eric_X of_Pomerania // +1 TITL King of Denmark +1 SEX M +1 FAMS @F618@ +0 @I1601@ INDI +1 NAME Joan of_Navarre // +1 SEX F +1 BIRT +2 DATE ABT 1370 +2 PLAC Pamplona +1 DEAT +2 DATE 9 JUL 1437 +2 PLAC Havering atte,Bower,Essex,England +1 BURI +2 PLAC Canterbury,Cathedral,,England +1 FAMS @F619@ +1 FAMS @F620@ +1 FAMC @F1047@ +0 @I1602@ INDI +1 NAME William /Bourchier/ +1 TITL Count +1 SEX M +1 DEAT +2 DATE 1420 +1 FAMS @F621@ +0 @I1603@ INDI +1 NAME Anne of_Gloucester // +1 SEX F +1 FAMS @F913@ +1 FAMS @F621@ +1 FAMC @F491@ +0 @I1604@ INDI +1 NAME Frederick_II of_Hesse-Cassel // +1 TITL Landgrave +1 SEX M +1 BIRT +2 DATE 1720 +1 DEAT +2 DATE 1785 +1 FAMS @F622@ +0 @I1605@ INDI +1 NAME Elizabeth Christine // +1 SEX F +1 BIRT +2 DATE 1715 +1 DEAT +2 DATE 1797 +1 FAMS @F623@ +1 FAMC @F624@ +0 @I1606@ INDI +1 NAME Ferdinand Albert_II of_Brunswick// +1 SEX M +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1735 +1 FAMS @F624@ +0 @I1607@ INDI +1 NAME Margaret Alice /Bridgeman/ +1 TITL Lady +1 SEX F +1 FAMS @F296@ +0 @I1608@ INDI +1 NAME William /d'Aubigny/ +1 TITL Earl of Arundel +1 SEX M +1 DEAT +2 DATE 12 OCT 1176 +1 FAMS @F625@ +0 @I1609@ INDI +1 NAME Henri /de_Laborde/ +1 SEX M +1 BIRT +2 DATE 11 JUN 1934 +2 PLAC Talence,Gironde,France +1 FAMS @F626@ +0 @I1610@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F626@ +0 @I1611@ INDI +1 NAME Joachim // +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F626@ +0 @I1612@ INDI +1 NAME Silvia Renate /Sommerlath/ +1 SEX F +1 BIRT +2 DATE 23 DEC 1943 +2 PLAC Heidelberg,Germany +1 FAMS @F220@ +1 FAMC @F1153@ +0 @I1613@ INDI +1 NAME Oscar_I // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 4 JUL 1799 +2 PLAC Paris,France +1 DEAT +2 DATE 8 MAR 1844 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F627@ +1 FAMC @F628@ +0 @I1614@ INDI +1 NAME Josephine /de_Beauharnais/ +1 SEX F +1 BIRT +2 DATE 14 MAR 1807 +2 PLAC Milan,Italy +1 DEAT +2 DATE 7 JUN 1876 +2 PLAC Stockholm,Sweden +1 FAMS @F627@ +1 FAMC @F1149@ +0 @I1615@ INDI +1 NAME Charles_XIV John // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 26 JAN 1763 +2 PLAC Pau,Bearn,France +1 DEAT +2 DATE 8 MAR 1844 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F628@ +0 @I1616@ INDI +1 NAME Desiree // +1 SEX F +1 BIRT +2 DATE 9 NOV 1777 +2 PLAC Marseilles,France +1 DEAT +2 DATE 17 DEC 1860 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F628@ +0 @I1617@ INDI +1 NAME Frederick_VI // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 28 JAN 1768 +2 PLAC Christiansborg,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 3 DEC 1839 +2 PLAC Amalienborg +1 FAMS @F629@ +1 FAMC @F281@ +0 @I1618@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 28 OCT 1767 +2 PLAC Hanau +1 DEAT +2 DATE 21 MAR 1852 +2 PLAC Amalienborg,Denmark +1 FAMS @F629@ +1 FAMC @F641@ +0 @I1619@ INDI +1 NAME Juliana Maria // +1 SEX F +1 BIRT +2 DATE 4 SEP 1729 +2 PLAC Wolfenbuttel +1 DEAT +2 DATE 10 OCT 1796 +2 PLAC Fredensborg,Denmark +1 FAMS @F630@ +0 @I1620@ INDI +1 NAME Christian_VI // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 10 DEC 1699 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 6 AUG 1746 +2 PLAC Copenhagen,Denmark +1 FAMS @F631@ +1 FAMC @F632@ +0 @I1621@ INDI +1 NAME Sophie Magdalene // +1 SEX F +1 BIRT +2 DATE 28 NOV 1700 +1 DEAT +2 DATE 27 MAY 1770 +2 PLAC Christiansborg,Denmark +1 FAMS @F631@ +0 @I1622@ INDI +1 NAME Frederick_IV // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 21 OCT 1671 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 12 OCT 1730 +2 PLAC Copenhagen,Denmark +1 FAMS @F632@ +1 FAMS @F633@ +1 FAMC @F634@ +0 @I1623@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 28 AUG 1667 +1 DEAT +2 DATE 15 MAR 1721 +1 FAMS @F632@ +0 @I1624@ INDI +1 NAME Anna Sophie // +1 SEX F +1 BIRT +2 DATE 16 APR 1693 +1 DEAT +2 DATE 7 JAN 1743 +2 PLAC Klausholm +1 FAMS @F633@ +0 @I1625@ INDI +1 NAME Christian_V // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 15 APR 1646 +2 PLAC Flensborg +1 DEAT +2 DATE 25 AUG 1699 +1 FAMS @F634@ +1 FAMC @F637@ +0 @I1626@ INDI +1 NAME Charlotte Amelia // +1 SEX F +1 BIRT +2 DATE 27 APR 1650 +2 PLAC Cassel +1 DEAT +2 DATE 27 MAR 1714 +2 PLAC Copenhagen +1 FAMS @F634@ +0 @I1627@ INDI +1 NAME Christian_IV // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 12 APR 1577 +2 PLAC Frederiksborg +1 DEAT +2 DATE 28 FEB 1648 +2 PLAC Copenhagen,Denmark +1 FAMS @F635@ +1 FAMS @F636@ +1 FAMC @F268@ +0 @I1628@ INDI +1 NAME Anne Catherine // +1 SEX F +1 BIRT +2 DATE 26 JUN 1575 +1 DEAT +2 DATE 29 MAR 1612 +1 FAMS @F635@ +1 FAMC @F1054@ +0 @I1629@ INDI +1 NAME Christine of_Schleswig- Holstein// +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 6 JUL 1598 +1 DEAT +2 DATE 19 APR 1658 +2 PLAC Odense +1 FAMS @F636@ +0 @I1630@ INDI +1 NAME Frederick_III // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 18 MAR 1609 +2 PLAC Haderslev,Denmark +1 DEAT +2 DATE 9 FEB 1670 +2 PLAC Copenhagen,Denmark +1 FAMS @F637@ +1 FAMC @F635@ +0 @I1631@ INDI +1 NAME Sophia Amelia // +1 SEX F +1 BIRT +2 DATE 24 MAR 1628 +2 PLAC Herzberg +1 DEAT +2 DATE 20 FEB 1685 +2 PLAC Copenhagen +1 FAMS @F637@ +0 @I1632@ INDI +1 NAME Christian_III // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 12 AUG 1503 +2 PLAC Gottorp +1 DEAT +2 DATE 1 JAN 1559 +2 PLAC Coldingen +1 FAMS @F638@ +1 FAMC @F639@ +0 @I1633@ INDI +1 NAME Dorothea // +1 SEX F +1 BIRT +2 DATE 9 JUL 1511 +1 DEAT +2 DATE 7 OCT 1571 +2 PLAC Sonderburg +1 FAMS @F638@ +0 @I1634@ INDI +1 NAME Frederick_I // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 7 OCT 1471 +1 DEAT +2 DATE 10 APR 1533 +2 PLAC Gottorp +1 FAMS @F639@ +1 FAMS @F640@ +1 FAMC @F739@ +0 @I1635@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 27 AUG 1487 +1 DEAT +2 DATE 3 MAY 1547 +2 PLAC Kiel +1 FAMS @F639@ +0 @I1636@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1498 +1 DEAT +2 DATE 13 MAY 1568 +2 PLAC Keil +1 FAMS @F640@ +0 @I1637@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1745 +1 DEAT +2 DATE 1747 +1 FAMC @F107@ +0 @I1638@ INDI +1 NAME Sophia Magdalena // +1 SEX F +1 BIRT +2 DATE 1746 +1 DEAT +2 DATE 1813 +1 FAMS @F1339@ +1 FAMC @F107@ +0 @I1639@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1820 +1 FAMS @F1340@ +1 FAMC @F107@ +0 @I1640@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1750 +1 DEAT +2 DATE 1831 +1 FAMS @F641@ +1 FAMC @F107@ +0 @I1641@ INDI +1 NAME Charles of_Hesse-Cassel // +1 SEX M +1 BIRT +2 DATE 1744 +1 DEAT +2 DATE 1836 +1 FAMS @F641@ +0 @I1642@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1791 +1 FAMC @F629@ +0 @I1643@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1753 +1 DEAT +2 DATE 1805 +1 FAMS @F642@ +1 FAMC @F630@ +0 @I1644@ INDI +1 NAME Sophia Frederica of_Mecklenburg-// +1 SEX F +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1794 +1 FAMS @F642@ +0 @I1645@ INDI +1 NAME Christian_VIII // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 18 SEP 1786 +2 PLAC Christiansborg +1 DEAT +2 DATE 20 JAN 1848 +2 PLAC Amalienborg +1 FAMS @F643@ +1 FAMS @F644@ +1 FAMC @F642@ +0 @I1646@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1863 +1 FAMS @F649@ +1 FAMC @F642@ +0 @I1647@ INDI +1 NAME Charlotte // +1 SEX F +1 BIRT +2 DATE 4 DEC 1784 +2 PLAC Ludwigslust +1 DEAT +2 DATE 13 JUL 1840 +2 PLAC Rome,Italy +1 FAMS @F643@ +0 @I1648@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 22 JUN 1796 +2 PLAC Copenhagen +1 DEAT +2 DATE 9 MAR 1881 +2 PLAC Amalienborg +1 FAMS @F644@ +1 FAMC @F648@ +0 @I1649@ INDI +1 NAME Frederick_VII // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 6 OCT 1808 +2 PLAC Amalienborg +1 DEAT +2 DATE 15 NOV 1863 +2 PLAC Glucksburg +1 FAMS @F645@ +1 FAMS @F646@ +1 FAMS @F647@ +1 FAMC @F643@ +0 @I1650@ INDI +1 NAME Wilhelmine // +1 SEX F +1 BIRT +2 DATE 18 JAN 1808 +2 PLAC Kiel +1 DEAT +2 DATE 30 MAY 1891 +2 PLAC Glucksburg +1 FAMS @F645@ +1 FAMS @F650@ +1 FAMC @F629@ +0 @I1651@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 10 JAN 1821 +2 PLAC Neustrelitz +1 DEAT +2 DATE 1 JUN 1876 +2 PLAC Neustrelitz +1 FAMS @F646@ +0 @I1652@ INDI +1 NAME Louise /Rasmussen/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 21 APR 1815 +2 PLAC Copenhagen +1 DEAT +2 DATE 6 MAR 1874 +2 PLAC Cannes +1 FAMS @F647@ +0 @I1653@ INDI +1 NAME Louise Augusta // +1 SEX F +1 BIRT +2 DATE 1771 +1 DEAT +2 DATE 1843 +1 FAMS @F648@ +1 FAMC @F281@ +0 @I1654@ INDI +1 NAME Frederick Christian of_Schleswig-// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1765 +1 DEAT +2 DATE 1814 +1 FAMS @F648@ +0 @I1655@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1793 +1 FAMC @F629@ +0 @I1656@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1793 +1 DEAT +2 DATE 1881 +1 FAMS @F649@ +1 FAMC @F629@ +0 @I1657@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1795 +1 DEAT +2 DATE 1795 +1 FAMC @F629@ +0 @I1658@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1797 +1 FAMC @F629@ +0 @I1659@ INDI +1 NAME Louise Juliane // +1 SEX F +1 BIRT +2 DATE 1802 +1 DEAT +2 DATE 1802 +1 FAMC @F629@ +0 @I1660@ INDI +1 NAME Frederica Maria // +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1805 +1 FAMC @F629@ +0 @I1661@ INDI +1 NAME Charles // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1878 +1 FAMS @F650@ +0 @I1662@ INDI +1 NAME Maximilian of_Austria // +1 TITL Archduke +1 SEX M +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1867 +1 FAMS @F686@ +0 @I1663@ INDI +1 NAME Valdemar // +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1939 +1 FAMS @F687@ +1 FAMC @F74@ +0 @I1664@ INDI +1 NAME Harold // +1 SEX M +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1949 +1 FAMS @F652@ +1 FAMC @F218@ +0 @I1665@ INDI +1 NAME Thyra // +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1945 +1 FAMC @F218@ +0 @I1666@ INDI +1 NAME Gustav // +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1944 +1 FAMC @F218@ +0 @I1667@ INDI +1 NAME Dagmar // +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1961 +1 FAMS @F651@ +1 FAMC @F218@ +0 @I1668@ INDI +1 NAME Jorgen /Castenskiold/ +1 SEX M +1 BIRT +2 DATE 1893 +1 FAMS @F651@ +0 @I1669@ INDI +1 NAME Helene of_Schleswig- Holstein// +1 SEX F +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1962 +1 FAMS @F652@ +0 @I1670@ INDI +1 NAME Caroline Mathilde // +1 SEX F +1 BIRT +2 DATE 1912 +1 FAMS @F654@ +1 FAMC @F652@ +0 @I1671@ INDI +1 NAME Knud // +1 TITL Her. Prince +1 SEX M +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1976 +1 FAMS @F654@ +1 FAMC @F219@ +0 @I1672@ INDI +1 NAME Benedikte // +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMS @F653@ +1 FAMC @F402@ +0 @I1673@ INDI +1 NAME Richard of_Sayn- Wittgenstein-// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1934 +1 FAMS @F653@ +0 @I1674@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMC @F654@ +0 @I1675@ INDI +1 NAME Ingolf // +1 SEX M +1 BIRT +2 DATE 1940 +1 FAMS @F1281@ +1 FAMC @F654@ +0 @I1676@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMS @F655@ +1 FAMC @F654@ +0 @I1677@ INDI +1 NAME Anne Dorothy Maltoft-Nielsen// +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F655@ +0 @I1678@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1879 +1 FAMC @F447@ +0 @I1679@ INDI +1 NAME Maurice // +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1850 +1 FAMC @F447@ +0 @I1680@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1884 +1 FAMC @F447@ +0 @I1681@ INDI +1 NAME Charlotte // +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1806 +1 FAMC @F202@ +0 @I1682@ INDI +1 NAME Marianne of_Netherlands // +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1883 +1 FAMS @F180@ +1 FAMC @F202@ +0 @I1683@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1846 +1 FAMC @F388@ +0 @I1684@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1910 +1 FAMS @F656@ +1 FAMC @F388@ +0 @I1685@ INDI +1 NAME William of_Wied // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1907 +1 FAMS @F656@ +0 @I1686@ INDI +1 NAME Carlos Hugo // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1930 +1 FAMS @F657@ +0 @I1687@ INDI +1 NAME Peter /van_Vollenhoven/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F658@ +0 @I1688@ INDI +1 NAME Jorge /Guillermo/ +1 SEX M +1 BIRT +2 DATE 1946 +1 FAMS @F659@ +0 @I1689@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1848 +1 FAMC @F240@ +0 @I1690@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1879 +1 FAMS @F1258@ +1 FAMS @F1259@ +1 FAMC @F240@ +0 @I1691@ INDI +1 NAME Ernest // +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1822 +1 FAMC @F240@ +0 @I1692@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE 1897 +1 FAMS @F660@ +1 FAMC @F240@ +0 @I1693@ INDI +1 NAME Charles Alexander of_Saxe-Weimar// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1901 +1 FAMS @F660@ +0 @I1694@ INDI +1 NAME John Frederick of_Brandenburg-// +1 TITL Margrave +1 SEX M +1 FAMS @F661@ +0 @I1695@ INDI +1 NAME Amalia // +1 SEX F +1 BIRT +2 DATE 21 DEC 1818 +2 PLAC Oldenburg,Germany +1 DEAT +2 DATE 20 MAY 1875 +2 PLAC Bamberg,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMS @F662@ +0 @I1696@ INDI +1 NAME Leopold_I George of_Saxe-Coburg// +1 TITL King of Belgium +1 SEX M +1 BIRT +2 DATE 16 DEC 1790 +2 PLAC Coburg,Germany +1 DEAT +2 DATE 10 DEC 1865 +2 PLAC Laeken,Belgium +1 BURI +2 PLAC Laeken,Belgium +1 FAMS @F80@ +1 FAMS @F663@ +1 FAMC @F1147@ +0 @I1697@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1834 +1 FAMC @F663@ +0 @I1698@ INDI +1 NAME Leopold_II // +1 TITL King of Belgium +1 SEX M +1 BIRT +2 DATE 9 APR 1835 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 17 DEC 1909 +2 PLAC Laeken +1 BURI +2 PLAC Laeken +1 FAMS @F1154@ +1 FAMC @F663@ +0 @I1699@ INDI +1 NAME Marie Charlotte // +1 SEX F +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1927 +1 FAMS @F686@ +1 FAMC @F663@ +0 @I1700@ INDI +1 NAME Louis Joseph // +1 TITL Dauphin +1 SEX M +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1789 +1 FAMC @F526@ +0 @I1701@ INDI +1 NAME Louis_XVII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 27 MAR 1785 +2 PLAC Versailles,France +1 DEAT +2 DATE 8 JUN 1795 +2 PLAC Paris,France +1 BURI +2 PLAC St Marguerite,Cemetery,France +1 FAMC @F526@ +0 @I1702@ INDI +1 NAME Sophie Beatrix // +1 SEX F +1 BIRT +2 DATE 1786 +1 DEAT +2 DATE 1787 +1 FAMC @F526@ +0 @I1703@ INDI +1 NAME Marie Therese of_Angouleme// +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 1778 +1 DEAT +2 DATE 1851 +1 FAMC @F526@ +0 @I1704@ INDI +1 NAME Pepin the_Hunchback // +1 SEX M +1 DEAT +2 DATE 811 +1 FAMC @F182@ +0 @I1705@ INDI +1 NAME Marie Amelie of_Bourbon// +1 TITL Queen of France +1 SEX F +1 BIRT +2 DATE 1782 +1 DEAT +2 DATE 24 MAR 1866 +2 PLAC Claremont +1 FAMS @F1187@ +0 @I1706@ INDI +1 NAME Alexander of_Mar /Ramsay/ +1 TITL Capt. +1 SEX M +1 BIRT +2 DATE 1919 +1 FAMS @F665@ +1 FAMC @F37@ +0 @I1707@ INDI +1 NAME Flora Fraser // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1930 +1 FAMS @F665@ +0 @I1708@ INDI +1 NAME Dorothy /Hastings/ +1 SEX F +1 BIRT +2 DATE 1899 +1 FAMS @F666@ +0 @I1709@ INDI +1 NAME // +1 TITL Duke of Beaufort +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMS @F667@ +0 @I1710@ INDI +1 NAME J. E. /Gibbs/ +1 TITL Col. +1 SEX M +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1932 +1 FAMS @F668@ +0 @I1711@ INDI +1 NAME Henry Abel /Smith/ +1 TITL Col. Sir +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMS @F669@ +0 @I1712@ INDI +1 NAME John /Spencer/ +1 SEX M +1 BIRT +2 DATE 1960 +1 DEAT +2 DATE 1960 +1 FAMC @F78@ +0 @I1713@ INDI +1 NAME Katharine /Seymour/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1900 +1 FAMC @F127@ +0 @I1714@ INDI +1 NAME James // +1 TITL Duke of Abercorn +1 SEX M +1 BIRT +2 DATE 1904 +1 DEAT +2 DATE 1979 +1 FAMS @F670@ +1 FAMC @F127@ +0 @I1715@ INDI +1 NAME Kathleen /Crichton/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1905 +1 FAMS @F670@ +0 @I1716@ INDI +1 NAME Charles Lennox of_Richmond// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1819 +1 FAMS @F671@ +1 FAMC @F672@ +0 @I1717@ INDI +1 NAME George Henry Lennox// +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1805 +1 FAMS @F672@ +1 FAMC @F673@ +0 @I1718@ INDI +1 NAME Louisa /Kerr/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1830 +1 FAMS @F672@ +1 FAMC @F678@ +0 @I1719@ INDI +1 NAME Charles Lennox of_Richmond// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1701 +1 DEAT +2 DATE 1750 +1 FAMS @F673@ +1 FAMC @F674@ +0 @I1720@ INDI +1 NAME Charles Lennox of_Richmond// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1672 +1 DEAT +2 DATE 1723 +1 FAMS @F674@ +0 @I1721@ INDI +1 NAME Anne of_Albemarle // +1 TITL Countess +1 SEX F +1 DEAT +2 DATE 1789 +1 FAMS @F677@ +1 FAMC @F674@ +0 @I1722@ INDI +1 NAME John /Russell/ +1 TITL Duke of Bedford +1 SEX M +1 BIRT +2 DATE 1766 +1 DEAT +2 DATE 1839 +1 FAMS @F675@ +1 FAMC @F676@ +0 @I1723@ INDI +1 NAME Elizabeth of_Tavistock // +1 TITL Marchioness +1 SEX F +1 DEAT +2 DATE 1768 +1 FAMS @F676@ +1 FAMC @F677@ +0 @I1724@ INDI +1 NAME Caroline of_Lothian // +1 TITL Marchioness +1 SEX F +1 DEAT +2 DATE 1778 +1 FAMS @F678@ +1 FAMC @F679@ +0 @I1725@ INDI +1 NAME Frederica of_Holdernesse // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1751 +1 FAMS @F679@ +1 FAMC @F680@ +0 @I1726@ INDI +1 NAME of_Schomberg // +1 TITL Duke +1 SEX M +1 FAMS @F680@ +0 @I1727@ INDI +1 NAME Charlot // +1 SEX F +1 BIRT +2 DATE 1659 +1 DEAT +2 DATE 1696 +1 FAMS @F680@ +0 @I1728@ INDI +1 NAME Richard /Bingham/ +1 TITL Earl of Lucan +1 SEX M +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1839 +1 FAMS @F681@ +1 FAMC @F682@ +0 @I1729@ INDI +1 NAME Charles /Bingham/ +1 TITL Earl of Lucan +1 SEX M +1 BIRT +2 DATE 1735 +1 DEAT +2 DATE 1799 +1 FAMS @F682@ +0 @I1730@ INDI +1 NAME Elizabeth /Poyntz/ +1 SEX F +1 DEAT +2 DATE 1851 +1 FAMS @F683@ +0 @I1731@ INDI +1 NAME /Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1910 +1 FAMS @F684@ +1 FAMC @F683@ +0 @I1732@ INDI +1 NAME Charlotte /Seymour/ +1 SEX F +1 DEAT +2 DATE 1903 +1 FAMS @F684@ +0 @I1733@ INDI +1 NAME Delia Peel // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1981 +1 FAMC @F133@ +0 @I1734@ INDI +1 NAME Lavinia Annaly // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1955 +1 FAMC @F133@ +0 @I1735@ INDI +1 NAME John of_Althorp /Spencer/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1708 +1 DEAT +2 DATE 1746 +1 FAMS @F685@ +0 @I1736@ INDI +1 NAME William_IX of_Hesse-Cassel // +1 TITL Elector +1 SEX M +1 FAMC @F622@ +0 @I1737@ INDI +1 NAME Ernest_II of_Saxe-Coburg- Saalfeld// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1893 +1 FAMS @F1369@ +1 FAMC @F43@ +0 @I1738@ INDI +1 NAME Marie // +1 SEX F +1 FAMS @F687@ +0 @I1739@ INDI +1 NAME Philip_III the_Bold // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1 MAY 1245 +2 PLAC Poissy,,,France +1 DEAT +2 DATE 5 OCT 1285 +2 PLAC Perpignan +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1231@ +1 FAMS @F688@ +1 FAMC @F689@ +0 @I1740@ INDI +1 NAME Louis_IX (St._Louis) // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 25 APR 1214 +1 DEAT +2 DATE 25 AUG 1270 +2 PLAC Tunis,,,Africa +1 BURI +2 PLAC St. Denis,France +1 FAMS @F689@ +1 FAMC @F690@ +0 @I1741@ INDI +1 NAME Louis_VIII the_Lion // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 5 SEP 1187 +2 PLAC Paris,France +1 DEAT +2 DATE 8 NOV 1226 +2 PLAC Auvergne,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F690@ +1 FAMC @F1156@ +0 @I1742@ INDI +1 NAME Blanche of_Castile // +1 SEX F +1 BIRT +2 DATE 1188 +1 DEAT +2 DATE 1252 +1 FAMS @F690@ +1 FAMC @F691@ +0 @I1743@ INDI +1 NAME Charles_IV the_Fair // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 1294 +1 DEAT +2 DATE 1 FEB 1328 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1176@ +1 FAMS @F1177@ +1 FAMS @F1178@ +1 FAMC @F794@ +0 @I1744@ INDI +1 NAME Edward // +1 SEX M +1 FAMS @F692@ +1 FAMC @F562@ +0 @I1745@ INDI +1 NAME Beatrice // +1 SEX F +1 FAMS @F692@ +0 @I1746@ INDI +1 NAME Ferdinand_III // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1199 +1 DEAT +2 DATE 1252 +1 FAMS @F693@ +1 FAMC @F784@ +0 @I1747@ INDI +1 NAME Berengaria // +1 SEX F +1 BIRT +2 DATE 1171 +1 DEAT +2 DATE 1246 +1 FAMS @F784@ +1 FAMC @F571@ +0 @I1748@ INDI +1 NAME Sancho_III // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE ABT 1134 +1 DEAT +2 DATE ABT 1158 +1 FAMS @F695@ +0 @I1749@ INDI +1 NAME Alfonso_X the_Wise // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE ABT 1226 +1 DEAT +2 DATE 1284 +2 PLAC Seville,,,Spain +1 FAMS @F696@ +1 FAMC @F693@ +0 @I1750@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F696@ +0 @I1751@ INDI +1 NAME Sancho_IV // +1 SEX M +1 BIRT +2 DATE 1258 +1 DEAT +2 DATE 1296 +1 FAMC @F696@ +0 @I1752@ INDI +1 NAME Gunnor // +1 SEX M +1 FAMS @F698@ +0 @I1753@ INDI +1 NAME Athelstan // +1 FAMC @F580@ +0 @I1754@ INDI +1 NAME Egbert // +1 SEX M +1 DEAT +2 DATE 1005 +1 FAMC @F580@ +0 @I1755@ INDI +1 NAME Edred // +1 FAMC @F580@ +0 @I1756@ INDI +1 NAME Edwy // +1 DEAT +2 DATE 1017 +1 FAMC @F580@ +0 @I1757@ INDI +1 NAME Edward // +1 SEX M +1 FAMC @F580@ +0 @I1758@ INDI +1 NAME Edgar // +1 SEX M +1 FAMC @F580@ +0 @I1759@ INDI +1 NAME Edith // +1 SEX F +1 FAMS @F701@ +1 FAMC @F580@ +0 @I1760@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMS @F702@ +1 FAMC @F580@ +0 @I1761@ INDI +1 NAME Wulfhilda // +1 SEX F +1 FAMS @F704@ +1 FAMC @F580@ +0 @I1762@ INDI +1 NAME (Daughter) // +1 SEX F +1 FAMS @F705@ +1 FAMC @F580@ +0 @I1763@ INDI +1 NAME Stephen_I // +1 TITL King of Hungary +1 SEX M +1 BIRT +2 DATE ABT 975 +1 DEAT +2 DATE 1038 +1 FAMS @F699@ +0 @I1764@ INDI +1 NAME Edmund // +1 SEX M +1 FAMS @F700@ +1 FAMC @F581@ +0 @I1765@ INDI +1 NAME Hedwig // +1 SEX F +1 FAMS @F700@ +1 FAMC @F699@ +0 @I1766@ INDI +1 NAME Christina // +1 SEX F +1 FAMC @F582@ +0 @I1767@ INDI +1 NAME Alfred Athling // +1 SEX M +1 DEAT +2 DATE 1036 +1 FAMC @F575@ +0 @I1768@ INDI +1 NAME Gunhilda // +1 SEX F +1 DEAT +2 DATE 1038 +1 FAMS @F846@ +1 FAMC @F584@ +0 @I1769@ INDI +1 NAME Edric of_Mercia /Streona/ +1 TITL Ealdorman +1 SEX M +1 FAMS @F701@ +0 @I1770@ INDI +1 NAME Uchtred // +1 SEX M +1 FAMS @F702@ +1 FAMC @F703@ +0 @I1771@ INDI +1 NAME Waltheof of Northumberland// +1 TITL Earl +1 SEX M +1 FAMS @F703@ +0 @I1772@ INDI +1 NAME Ulfcytel of_East_Anglia /Snylling/ +1 TITL Ealdorman +1 SEX M +1 FAMS @F704@ +0 @I1773@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMS @F705@ +0 @I1774@ INDI +1 NAME Alfgar of_Mercia // +1 TITL Earl +1 SEX M +1 FAMS @F706@ +0 @I1775@ INDI +1 NAME Alfhelm of_Northhampton // +1 TITL Earl +1 SEX M +1 FAMS @F707@ +0 @I1776@ INDI +1 NAME Sweyn Forkbeard // +1 TITL King of Denmark +1 SEX M +1 DEAT +2 DATE 1014 +1 FAMS @F708@ +0 @I1777@ INDI +1 NAME Gunhilda // +1 SEX F +1 FAMS @F708@ +1 FAMC @F709@ +0 @I1778@ INDI +1 NAME Mieczislaw_I of_Poland // +1 TITL Duke +1 SEX M +1 FAMS @F709@ +0 @I1779@ INDI +1 NAME Edgar the_Peaceful // +1 SEX M +1 BIRT +2 DATE 944 +1 DEAT +2 DATE 975 +1 BURI +2 PLAC Glastonbury +1 FAMS @F710@ +1 FAMS @F711@ +1 FAMC @F714@ +0 @I1780@ INDI +1 NAME Elfrida // +1 SEX F +1 DEAT +2 DATE 1000 +1 FAMS @F710@ +1 FAMC @F713@ +0 @I1781@ INDI +1 NAME Ethelfleda // +1 SEX F +1 FAMS @F711@ +1 FAMC @F712@ +0 @I1782@ INDI +1 NAME Edward the_Martyr // +1 SEX M +1 FAMC @F711@ +0 @I1783@ INDI +1 NAME Ordmaer // +1 TITL Ealdorman +1 SEX M +1 FAMS @F712@ +0 @I1784@ INDI +1 NAME Edmund // +1 SEX M +1 DEAT +2 DATE 970 +1 FAMC @F710@ +0 @I1785@ INDI +1 NAME Ordgar of_Devon Ealdorman// +1 SEX M +1 FAMS @F713@ +0 @I1786@ INDI +1 NAME Edmund_I the_Elder // +1 SEX M +1 BIRT +2 DATE 939 +1 DEAT +2 DATE 946 +1 BURI +2 PLAC Glastonbury +1 FAMS @F714@ +1 FAMS @F716@ +1 FAMC @F718@ +0 @I1787@ INDI +1 NAME St._Elgiva // +1 SEX F +1 FAMS @F714@ +0 @I1788@ INDI +1 NAME Edwy // +1 SEX M +1 FAMS @F715@ +1 FAMC @F714@ +0 @I1789@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMS @F715@ +0 @I1790@ INDI +1 NAME Ethelfleda of_Domerham // +1 SEX F +1 FAMS @F716@ +1 FAMC @F717@ +0 @I1791@ INDI +1 NAME Alfgar of_Wiltshire // +1 TITL Ealdorman +1 SEX M +1 FAMS @F717@ +0 @I1792@ INDI +1 NAME Edward the_Elder // +1 SEX M +1 DEAT +2 DATE 924 +1 BURI +2 PLAC Winchester +1 FAMS @F720@ +1 FAMS @F722@ +1 FAMS @F718@ +1 FAMC @F834@ +0 @I1793@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMS @F718@ +0 @I1794@ INDI +1 NAME Edred // +1 SEX M +1 FAMC @F718@ +0 @I1795@ INDI +1 NAME Edburh // +1 SEX F +1 FAMC @F718@ +0 @I1796@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMS @F719@ +1 FAMC @F718@ +0 @I1797@ INDI +1 NAME Louis // +1 TITL King of Provence +1 SEX M +1 FAMS @F719@ +0 @I1798@ INDI +1 NAME Ecgwyn // +1 SEX F +1 FAMS @F720@ +0 @I1799@ INDI +1 NAME Athelstan // +1 SEX M +1 BIRT +2 DATE 895 +1 DEAT +2 DATE 940 +1 BURI +2 PLAC Malmesbury +1 FAMC @F720@ +0 @I1800@ INDI +1 NAME Daughter // +1 SEX F +1 FAMS @F721@ +1 FAMC @F720@ +0 @I1801@ INDI +1 NAME Sihtric of Northumberland// +1 TITL King of Denmark +1 SEX M +1 FAMS @F721@ +0 @I1802@ INDI +1 NAME Elfleda // +1 SEX F +1 FAMS @F722@ +0 @I1803@ INDI +1 NAME Ethelwerd // +1 DEAT +2 DATE 924 +1 FAMC @F722@ +0 @I1804@ INDI +1 NAME Edwin // +1 SEX M +1 FAMC @F722@ +0 @I1805@ INDI +1 NAME Elfleda // +1 SEX F +1 FAMC @F722@ +0 @I1806@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMS @F723@ +1 FAMC @F722@ +0 @I1807@ INDI +1 NAME Ethelhilda // +1 SEX F +1 FAMC @F722@ +0 @I1808@ INDI +1 NAME Edhilda // +1 SEX F +1 FAMS @F724@ +1 FAMC @F722@ +0 @I1809@ INDI +1 NAME Eadgyth (Edith) // +1 SEX F +1 FAMS @F725@ +1 FAMC @F722@ +0 @I1810@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMS @F726@ +1 FAMC @F722@ +0 @I1811@ INDI +1 NAME Charles the_Simple // +1 TITL King of France +1 SEX M +1 FAMS @F723@ +0 @I1812@ INDI +1 NAME Hugh the_Great // +1 TITL Count of Paris +1 SEX M +1 FAMS @F724@ +0 @I1813@ INDI +1 NAME Otho_I the_Great // +1 TITL King of Germany +1 SEX M +1 FAMS @F725@ +0 @I1814@ INDI +1 NAME Boleslaw_II // +1 TITL Duke of Bohemia +1 SEX M +1 FAMS @F726@ +0 @I1815@ INDI +1 NAME Claude // +1 TITL Duke of Guise +1 SEX M +1 FAMS @F727@ +0 @I1816@ INDI +1 NAME Francis_I // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 12 SEP 1494 +2 PLAC Cognac,France +1 DEAT +2 DATE 31 MAR 1547 +2 PLAC Rambouillet,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F728@ +1 FAMS @F1359@ +1 FAMC @F729@ +0 @I1817@ INDI +1 NAME Louise of_Savoy // +1 SEX F +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 1531 +1 FAMS @F729@ +0 @I1818@ INDI +1 NAME Donald // +1 TITL Earl of Mar +1 SEX M +1 FAMS @F730@ +0 @I1819@ INDI +1 NAME Adam of_Rowallan /Mure/ +1 TITL Sir +1 SEX M +1 FAMS @F731@ +0 @I1820@ INDI +1 NAME Hugh // +1 TITL Earl of Ross +1 SEX M +1 FAMS @F732@ +0 @I1821@ INDI +1 NAME Jean // +1 TITL Lady +1 SEX F +1 FAMS @F733@ +1 FAMS @F734@ +1 FAMS @F735@ +1 FAMC @F543@ +0 @I1822@ INDI +1 NAME John /Keith/ +1 TITL Sir +1 SEX M +1 FAMS @F733@ +0 @I1823@ INDI +1 NAME John of_Glamis /Lyon/ +1 TITL Sir +1 SEX M +1 FAMS @F734@ +0 @I1824@ INDI +1 NAME James /Sandilands/ +1 TITL Sir +1 SEX M +1 FAMS @F735@ +0 @I1825@ INDI +1 NAME John /Drummond/ +1 TITL Sir +1 SEX M +1 FAMS @F737@ +0 @I1826@ INDI +1 NAME Arnold // +1 TITL Duke of Gueldres +1 SEX M +1 FAMS @F738@ +0 @I1827@ INDI +1 NAME Christian_I // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 1426 +1 DEAT +2 DATE 1481 +1 FAMS @F739@ +0 @I1828@ INDI +1 NAME Dorothea // +1 SEX F +1 BIRT +2 DATE 1430 +1 DEAT +2 DATE 1495 +1 FAMS @F739@ +1 FAMS @F1342@ +1 FAMC @F1277@ +0 @I1829@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F548@ +0 @I1830@ INDI +1 NAME Robert /Bruce/ +1 SEX M +1 DEAT +2 DATE 1304 +1 FAMS @F740@ +1 FAMC @F741@ +0 @I1831@ INDI +1 NAME Margaret of_Carrick // +1 TITL Countess +1 SEX F +1 FAMS @F740@ +0 @I1832@ INDI +1 NAME Robert /Bruce/ +1 SEX M +1 DEAT +2 DATE 1295 +1 FAMS @F741@ +1 FAMC @F743@ +0 @I1833@ INDI +1 NAME Isobel // +1 SEX F +1 DEAT +2 DATE 1254 +1 FAMS @F741@ +1 FAMC @F742@ +0 @I1834@ INDI +1 NAME Gilbert De_Clare of_Gloucester// +1 TITL Earl +1 SEX M +1 FAMS @F742@ +0 @I1835@ INDI +1 NAME Robert of_Annandale /Bruce/ +1 TITL Lord +1 SEX M +1 FAMS @F743@ +0 @I1836@ INDI +1 NAME Isobel // +1 SEX F +1 DEAT +2 DATE 1251 +1 FAMS @F743@ +1 FAMC @F744@ +0 @I1837@ INDI +1 NAME David of_Huntingdon // +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1219 +1 FAMS @F744@ +1 FAMC @F1023@ +0 @I1838@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1233 +1 FAMS @F744@ +1 FAMC @F745@ +0 @I1839@ INDI +1 NAME Hugh /Keveliock/ +1 TITL Earl of Chester +1 SEX M +1 FAMS @F745@ +0 @I1840@ INDI +1 NAME John /Logie/ +1 TITL Sir +1 SEX M +1 FAMS @F746@ +0 @I1841@ INDI +1 NAME Malcolm /Drummond/ +1 TITL Sir +1 SEX M +1 FAMS @F747@ +0 @I1842@ INDI +1 NAME Margaret // +1 SEX F +1 DEAT +2 DATE 1228 +1 FAMS @F806@ +1 FAMC @F744@ +0 @I1843@ INDI +1 NAME Alan // +1 TITL Lord of Galloway +1 SEX M +1 FAMS @F748@ +1 FAMS @F806@ +0 @I1844@ INDI +1 NAME Devorguilla // +1 SEX F +1 DEAT +2 DATE 1290 +1 FAMS @F749@ +1 FAMC @F806@ +0 @I1845@ INDI +1 NAME John /Balliol/ +1 SEX M +1 FAMS @F749@ +0 @I1846@ INDI +1 NAME John /Balliol/ +1 SEX M +1 DEAT +2 DATE 1313 +1 FAMS @F750@ +1 FAMC @F749@ +0 @I1847@ INDI +1 NAME Isobel // +1 SEX F +1 FAMS @F750@ +1 FAMC @F751@ +0 @I1848@ INDI +1 NAME John de_Warenne // +1 TITL Earl of Surrey +1 SEX M +1 FAMS @F751@ +0 @I1849@ INDI +1 NAME Edward /Balliol/ +1 SEX M +1 DEAT +2 DATE 1363 +1 FAMC @F750@ +0 @I1850@ INDI +1 NAME Baldwin_V of_Flanders // +1 TITL Count +1 SEX M +1 FAMS @F752@ +0 @I1851@ INDI +1 NAME Sybilla // +1 SEX F +1 FAMS @F753@ +1 FAMC @F754@ +0 @I1852@ INDI +1 NAME Geoffrey of_Conversano // +1 TITL Count +1 SEX M +1 FAMS @F754@ +0 @I1853@ INDI +1 NAME William Clito of_Flanders// +1 TITL Count +1 SEX M +1 DEAT +2 DATE 1128 +1 FAMS @F755@ +1 FAMS @F757@ +1 FAMC @F753@ +0 @I1854@ INDI +1 NAME Sybil // +1 SEX F +1 FAMS @F755@ +1 FAMC @F760@ +0 @I1855@ INDI +1 NAME Fulke // +1 TITL Count of Anjou +1 SEX M +1 FAMS @F760@ +0 @I1856@ INDI +1 NAME Adelicia // +1 SEX F +1 FAMS @F757@ +1 FAMC @F758@ +0 @I1857@ INDI +1 NAME Reiner of_Montferrat // +1 TITL Marquis +1 SEX M +1 FAMS @F758@ +0 @I1858@ INDI +1 NAME Isabella // +1 SEX F +1 FAMS @F759@ +1 FAMC @F760@ +0 @I1859@ INDI +1 NAME Geoffrey Lower_Lorraine // +1 TITL Duke +1 SEX M +1 FAMS @F756@ +0 @I1860@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1120 +1 FAMC @F569@ +0 @I1861@ INDI +1 NAME William // +1 SEX M +1 FAMS @F761@ +1 FAMC @F569@ +0 @I1862@ INDI +1 NAME Agnes // +1 SEX F +1 FAMS @F761@ +1 FAMC @F762@ +0 @I1863@ INDI +1 NAME Giles de_Sulli // +1 SEX M +1 FAMS @F762@ +0 @I1864@ INDI +1 NAME Maud // +1 SEX F +1 FAMS @F763@ +1 FAMC @F764@ +0 @I1865@ INDI +1 NAME Ingelbert of_Carinthia // +1 TITL Duke +1 SEX M +1 FAMS @F764@ +0 @I1866@ INDI +1 NAME Geoffrey_VI of_Anjou // +1 TITL Count of Nantes +1 SEX M +1 BIRT +2 DATE 1134 +1 DEAT +2 DATE 1158 +1 FAMC @F510@ +0 @I1867@ INDI +1 NAME William // +1 TITL Count of Poitou +1 SEX M +1 BIRT +2 DATE 1136 +1 DEAT +2 DATE 1164 +1 FAMC @F510@ +0 @I1868@ INDI +1 NAME William_X of_Aquitaine // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1099 +1 DEAT +2 DATE 1137 +1 FAMS @F765@ +0 @I1869@ INDI +1 NAME Louis_VII the_Younger // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 1121 +1 DEAT +2 DATE 18 SEP 1180 +2 PLAC Paris,France +1 BURI +2 PLAC Abbey Barbeaux,Melun,France +1 FAMS @F766@ +1 FAMS @F1168@ +1 FAMS @F1169@ +1 FAMC @F1158@ +0 @I1870@ INDI +1 NAME William de_Warenne // +1 TITL Earl of Surrey +1 SEX M +1 FAMS @F767@ +0 @I1871@ INDI +1 NAME Theodore of_Flanders // +1 TITL Count +1 SEX M +1 FAMS @F768@ +0 @I1872@ INDI +1 NAME Sancho_VI // +1 TITL King of Navarre +1 SEX M +1 FAMS @F769@ +0 @I1873@ INDI +1 NAME Eleanor // +1 SEX F +1 DEAT +2 DATE 1241 +1 FAMC @F563@ +0 @I1874@ INDI +1 NAME Conan of_Brittany // +1 TITL Duke +1 SEX M +1 FAMS @F770@ +0 @I1875@ INDI +1 NAME Ranulph // +1 TITL Earl of Chester +1 SEX M +1 FAMS @F771@ +0 @I1876@ INDI +1 NAME Guy of_Thouars // +1 TITL Viscount +1 SEX M +1 FAMS @F772@ +0 @I1877@ INDI +1 NAME William of_Gloucester // +1 TITL Earl +1 SEX M +1 FAMS @F773@ +0 @I1878@ INDI +1 NAME Geoffrey de_Mandeville // +1 SEX M +1 FAMS @F774@ +0 @I1879@ INDI +1 NAME Hubert de_Burgh // +1 SEX M +1 FAMS @F775@ +0 @I1880@ INDI +1 NAME Hugh de_la_Marche /le_Brun/ +1 TITL Count +1 SEX M +1 FAMS @F776@ +0 @I1881@ INDI +1 NAME Raymond of_Provence // +1 TITL Count +1 SEX M +1 FAMS @F777@ +0 @I1882@ INDI +1 NAME Henry // +1 SEX M +1 DEAT +2 DATE 1271 +1 FAMC @F599@ +0 @I1883@ INDI +1 NAME William of_Pembroke /Marshal/ +1 TITL Earl +1 SEX M +1 FAMS @F778@ +0 @I1884@ INDI +1 NAME Raymond of_Provence /Berengar/ +1 TITL Count +1 SEX M +1 FAMS @F779@ +0 @I1885@ INDI +1 NAME William de_Fauquemont of_Montjoye// +1 TITL Count +1 SEX M +1 FAMS @F780@ +0 @I1886@ INDI +1 NAME Alexander_II // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1198 +1 DEAT +2 DATE 1249 +1 FAMS @F781@ +1 FAMS @F1025@ +1 FAMC @F1024@ +0 @I1887@ INDI +1 NAME Edmund // +1 TITL Earl of Cornwall +1 SEX M +1 DEAT +2 DATE 1300 +1 FAMS @F782@ +1 FAMC @F600@ +0 @I1888@ INDI +1 NAME Richard // +1 SEX M +1 DEAT +2 DATE 1296 +1 FAMC @F600@ +0 @I1889@ INDI +1 NAME Margaret // +1 SEX F +1 FAMS @F782@ +1 FAMC @F783@ +0 @I1890@ INDI +1 NAME Richard De_Clare of_Gloucester// +1 TITL Earl +1 SEX M +1 FAMS @F783@ +0 @I1891@ INDI +1 NAME Alfonso_IX // +1 TITL King of Castile +1 SEX M +1 DEAT +2 DATE 1230 +1 FAMS @F784@ +1 FAMS @F691@ +0 @I1892@ INDI +1 NAME Lucienne of_Rochefort // +1 SEX F +1 FAMS @F694@ +0 @I1893@ INDI +1 NAME William of_Albemarle /de_Forz/ +1 TITL Count +1 SEX M +1 FAMS @F785@ +0 @I1894@ INDI +1 NAME Robert // +1 TITL Count of Artois +1 SEX M +1 FAMS @F786@ +1 FAMC @F690@ +0 @I1895@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F786@ +0 @I1896@ INDI +1 NAME Yolande // +1 SEX F +1 FAMS @F787@ +1 FAMC @F788@ +0 @I1897@ INDI +1 NAME Robert_IV // +1 TITL Count of Dreux +1 SEX M +1 FAMS @F788@ +0 @I1898@ INDI +1 NAME Roger of_Harwich /Hayles/ +1 TITL Sir +1 SEX M +1 FAMS @F789@ +0 @I1899@ INDI +1 NAME Piers De_Braose // +1 SEX M +1 FAMS @F790@ +0 @I1900@ INDI +1 NAME Ralph /Cobham/ +1 TITL Sir +1 SEX M +1 FAMS @F791@ +0 @I1901@ INDI +1 NAME John // +1 TITL Lord Wake +1 SEX M +1 FAMS @F792@ +0 @I1902@ INDI +1 NAME John /Comyn/ +1 SEX M +1 FAMS @F793@ +0 @I1903@ INDI +1 NAME Philip_IV the_Fair // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1268 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 29 NOV 1314 +2 PLAC Fontainebleau,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F794@ +1 FAMC @F688@ +0 @I1904@ INDI +1 NAME Roger /Mortimer/ +1 TITL Earl of March II +1 SEX M +1 DEAT +2 DATE 1360 +1 FAMS @F795@ +1 FAMC @F796@ +0 @I1905@ INDI +1 NAME Edmund /Mortimer/ +1 TITL Sir +1 SEX M +1 FAMS @F796@ +1 FAMC @F797@ +0 @I1906@ INDI +1 NAME Roger /Mortimer/ +1 TITL Earl of March I +1 SEX M +1 DEAT +2 DATE 1330 +1 FAMS @F797@ +1 FAMC @F798@ +0 @I1907@ INDI +1 NAME Edmund /Mortimer/ +1 TITL Lord Mortimer I +1 SEX M +1 FAMS @F798@ +1 FAMC @F799@ +0 @I1908@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 FAMS @F799@ +1 FAMC @F800@ +0 @I1909@ INDI +1 NAME Maud // +1 SEX F +1 FAMS @F799@ +1 FAMC @F807@ +0 @I1910@ INDI +1 NAME Ralph /Mortimer/ +1 SEX M +1 FAMS @F800@ +0 @I1911@ INDI +1 NAME Gwladus DDU // +1 SEX F +1 FAMS @F801@ +1 FAMS @F800@ +1 FAMC @F802@ +0 @I1912@ INDI +1 NAME Reginald De_Braose // +1 SEX M +1 FAMS @F801@ +1 FAMS @F808@ +1 FAMC @F809@ +0 @I1913@ INDI +1 NAME Llywelyn Fawr the_Great// +1 TITL Prince of Wales +1 SEX M +1 FAMS @F802@ +1 FAMC @F830@ +0 @I1914@ INDI +1 NAME Richard /Wellesley/ +1 TITL Marquess +1 SEX M +1 DEAT +2 DATE 1842 +1 FAMS @F803@ +1 FAMC @F804@ +0 @I1915@ INDI +1 NAME Garret of_Mornington /Wellesley/ +1 TITL Earl +1 SEX M +1 FAMS @F804@ +0 @I1916@ INDI +1 NAME Anne /Hill/ +1 TITL Hon. +1 SEX F +1 DEAT +2 DATE 1831 +1 FAMS @F804@ +1 FAMC @F805@ +0 @I1917@ INDI +1 NAME Arthur of_Wellington /Wellesley/ +1 TITL Duke +1 SEX M +1 FAMC @F804@ +0 @I1918@ INDI +1 NAME Arthur Dungannon /Hill/ +1 TITL Viscount +1 SEX M +1 FAMS @F805@ +1 FAMC @F987@ +0 @I1919@ INDI +1 NAME William /De_Braose/ +1 SEX M +1 FAMS @F807@ +1 FAMC @F808@ +0 @I1920@ INDI +1 NAME William /De_Braose/ +1 SEX M +1 FAMS @F809@ +0 @I1921@ INDI +1 NAME Bertha // +1 SEX F +1 FAMS @F809@ +1 FAMC @F810@ +0 @I1922@ INDI +1 NAME Miles of_Gloucester // +1 TITL Earl of Hereford +1 SEX M +1 FAMS @F810@ +0 @I1923@ INDI +1 NAME Sybil // +1 SEX F +1 FAMS @F810@ +1 FAMC @F811@ +0 @I1924@ INDI +1 NAME Bernard of_Neufmarche // +1 SEX M +1 FAMS @F811@ +0 @I1925@ INDI +1 NAME Nest // +1 SEX F +1 FAMS @F811@ +1 FAMC @F812@ +0 @I1926@ INDI +1 NAME Osbern Fitz Richard// +1 SEX M +1 FAMS @F812@ +0 @I1927@ INDI +1 NAME Nest // +1 SEX F +1 FAMS @F812@ +1 FAMC @F813@ +0 @I1928@ INDI +1 NAME Gruffydd Ap_Llywelyn // +1 SEX M +1 FAMS @F813@ +1 FAMC @F814@ +0 @I1929@ INDI +1 NAME Henry_III // +1 TITL King of Germany +1 SEX M +1 BIRT +2 DATE 1017 +1 DEAT +2 DATE 1056 +1 FAMS @F846@ +0 @I1930@ INDI +1 NAME Llywelyn Ap_Seisyll // +1 SEX M +1 FAMS @F814@ +0 @I1931@ INDI +1 NAME Angharad // +1 SEX F +1 FAMS @F814@ +1 FAMS @F815@ +1 FAMC @F816@ +0 @I1932@ INDI +1 NAME Cynfyn of_Powys // +1 SEX M +1 FAMS @F815@ +0 @I1933@ INDI +1 NAME Bleddyn // +1 SEX M +1 FAMC @F815@ +0 @I1934@ INDI +1 NAME Maredudd // +1 SEX M +1 FAMS @F816@ +1 FAMC @F817@ +0 @I1935@ INDI +1 NAME Owain // +1 SEX M +1 DEAT +2 DATE 968 +1 FAMS @F817@ +1 FAMC @F818@ +0 @I1936@ INDI +1 NAME Hywel Dda (the_Good)// +1 SEX M +1 FAMS @F818@ +1 FAMC @F819@ +0 @I1937@ INDI +1 NAME Cadell // +1 SEX M +1 DEAT +2 DATE 909 +1 FAMS @F819@ +1 FAMC @F820@ +0 @I1938@ INDI +1 NAME Rhodri Mawr (the_Great)// +1 SEX M +1 FAMS @F820@ +0 @I1939@ INDI +1 NAME Anarawd // +1 SEX M +1 FAMS @F822@ +1 FAMC @F820@ +0 @I1940@ INDI +1 NAME Idwal Foel (the_Bald)// +1 SEX M +1 DEAT +2 DATE 942 +1 FAMS @F821@ +1 FAMC @F822@ +0 @I1941@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F821@ +0 @I1942@ INDI +1 NAME Iago // +1 SEX M +1 FAMC @F821@ +0 @I1943@ INDI +1 NAME Ieuaf (Levan) // +1 SEX M +1 FAMS @F824@ +1 FAMC @F821@ +0 @I1944@ INDI +1 NAME Meurig // +1 SEX M +1 DEAT +2 DATE 986 +1 FAMS @F825@ +1 FAMC @F821@ +0 @I1945@ INDI +1 NAME Hywel (the_Bad) // +1 SEX M +1 FAMS @F823@ +1 FAMC @F824@ +0 @I1946@ INDI +1 NAME Cadwallon // +1 SEX M +1 FAMC @F824@ +0 @I1947@ INDI +1 NAME Cynan // +1 SEX M +1 FAMC @F823@ +0 @I1948@ INDI +1 NAME Idwal // +1 SEX M +1 DEAT +2 DATE 996 +1 FAMS @F826@ +1 FAMC @F825@ +0 @I1949@ INDI +1 NAME Iago // +1 SEX M +1 FAMS @F828@ +1 FAMC @F826@ +0 @I1950@ INDI +1 NAME Cynan // +1 SEX M +1 FAMS @F827@ +1 FAMC @F828@ +0 @I1951@ INDI +1 NAME Gruffydd Ap_Cynan // +1 SEX M +1 FAMS @F829@ +1 FAMC @F827@ +0 @I1952@ INDI +1 NAME Owain Gwynedd // +1 SEX M +1 FAMS @F831@ +1 FAMC @F829@ +0 @I1953@ INDI +1 NAME Iorwerth Drwyndwn // +1 SEX M +1 FAMS @F830@ +1 FAMC @F831@ +0 @I1954@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F831@ +0 @I1955@ INDI +1 NAME Dafydd // +1 SEX M +1 FAMC @F831@ +0 @I1956@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F802@ +0 @I1957@ INDI +1 NAME Gruffydd // +1 SEX M +1 FAMS @F833@ +1 FAMC @F802@ +0 @I1958@ INDI +1 NAME Dafydd // +1 SEX M +1 FAMC @F802@ +0 @I1959@ INDI +1 NAME Angharad // +1 SEX F +1 FAMS @F970@ +1 FAMC @F802@ +0 @I1960@ INDI +1 NAME Gwenllian // +1 SEX F +1 FAMC @F832@ +0 @I1961@ INDI +1 NAME Llywelyn Ap_Gruffydd // +1 SEX M +1 FAMS @F832@ +1 FAMC @F833@ +0 @I1962@ INDI +1 NAME Kathryn // +1 SEX F +1 FAMC @F62@ +0 @I1963@ INDI +1 NAME Norissa // +1 SEX F +1 FAMC @F62@ +0 @I1964@ INDI +1 NAME Alfred the_Great // +1 TITL King West Saxons +1 SEX M +1 BIRT +2 DATE 849 +2 PLAC Wantage,,,England +1 DEAT +2 DATE 899 +1 FAMS @F834@ +1 FAMC @F835@ +0 @I1965@ INDI +1 NAME Ealhswith // +1 SEX F +1 DEAT +2 DATE 905 +1 FAMS @F834@ +1 FAMC @F842@ +0 @I1966@ INDI +1 NAME Ethelwulf // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 858 +1 FAMS @F835@ +1 FAMS @F838@ +1 FAMC @F837@ +0 @I1967@ INDI +1 NAME Osburh // +1 SEX F +1 DEAT +2 DATE 846 +1 FAMS @F835@ +1 FAMC @F839@ +0 @I1968@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMC @F835@ +0 @I1969@ INDI +1 NAME Ethelbald // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 860 +1 FAMS @F836@ +1 FAMC @F835@ +0 @I1970@ INDI +1 NAME Judith // +1 SEX F +1 FAMS @F836@ +1 FAMS @F838@ +0 @I1971@ INDI +1 NAME Ethelbert // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 866 +1 FAMC @F835@ +0 @I1972@ INDI +1 NAME Ethelred_I // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 871 +1 FAMS @F840@ +1 FAMC @F835@ +0 @I1973@ INDI +1 NAME Egbert // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 839 +1 FAMS @F837@ +1 FAMC @F895@ +0 @I1974@ INDI +1 NAME Redburh // +1 SEX F +1 FAMS @F837@ +0 @I1975@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMC @F837@ +0 @I1976@ INDI +1 NAME Oslac // +1 SEX M +1 FAMS @F839@ +0 @I1977@ INDI +1 NAME Ethelswith // +1 SEX F +1 DEAT +2 DATE 888 +1 FAMS @F841@ +1 FAMC @F835@ +0 @I1978@ INDI +1 NAME Ethelhelm // +1 SEX M +1 FAMC @F840@ +0 @I1979@ INDI +1 NAME Ethelwald // +1 TITL King of York +1 SEX M +1 FAMC @F840@ +0 @I1980@ INDI +1 NAME Burghred // +1 TITL King of Mercia +1 SEX M +1 FAMS @F841@ +0 @I1981@ INDI +1 NAME Ethelred /Mucel/ +1 TITL Ealdorman +1 SEX M +1 FAMS @F842@ +0 @I1982@ INDI +1 NAME Ethelwerd // +1 SEX M +1 DEAT +2 DATE 922 +1 FAMS @F843@ +1 FAMC @F834@ +0 @I1983@ INDI +1 NAME Elfwine // +1 SEX M +1 DEAT +2 DATE 937 +1 FAMC @F843@ +0 @I1984@ INDI +1 NAME Ethelwine // +1 SEX M +1 DEAT +2 DATE 937 +1 FAMC @F843@ +0 @I1985@ INDI +1 NAME Ethelfleda // +1 TITL Lady of Mercia +1 SEX F +1 DEAT +2 DATE 918 +1 FAMS @F845@ +1 FAMC @F834@ +0 @I1986@ INDI +1 NAME Ethelgiva of_Shaftesbury // +1 TITL Abbess +1 SEX F +1 FAMC @F834@ +0 @I1987@ INDI +1 NAME Elfrida // +1 SEX F +1 FAMS @F844@ +1 FAMC @F834@ +0 @I1988@ INDI +1 NAME Baldwin_II of_Flanders // +1 TITL Count +1 SEX M +1 FAMS @F844@ +0 @I1989@ INDI +1 NAME Ethelred of_Mercia // +1 TITL Ealdorman +1 SEX M +1 DEAT +2 DATE 910 +1 FAMS @F845@ +0 @I1990@ INDI +1 NAME Henry_IV // +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 11 NOV 1050 +2 PLAC Goslar,,,Germany +1 DEAT +2 DATE 7 AUG 1106 +2 PLAC Liege,,,Belgium +1 FAMC @F846@ +0 @I1991@ INDI +1 NAME Cerdic // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 534 +1 FAMS @F847@ +1 FAMC @F849@ +0 @I1992@ INDI +1 NAME Cynric // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 560 +1 FAMS @F848@ +1 FAMC @F847@ +0 @I1993@ INDI +1 NAME Ceawlin // +1 SEX M +1 DEAT +2 DATE 593 +1 FAMS @F885@ +1 FAMC @F848@ +0 @I1994@ INDI +1 NAME Cutha // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 584 +1 FAMS @F874@ +1 FAMC @F848@ +0 @I1995@ INDI +1 NAME Elesa // +1 SEX M +1 FAMS @F849@ +1 FAMC @F850@ +0 @I1996@ INDI +1 NAME Elsa // +1 SEX M +1 FAMS @F850@ +1 FAMC @F851@ +0 @I1997@ INDI +1 NAME Gewis // +1 SEX M +1 FAMS @F851@ +1 FAMC @F852@ +0 @I1998@ INDI +1 NAME Wig // +1 SEX M +1 FAMS @F852@ +1 FAMC @F853@ +0 @I1999@ INDI +1 NAME Freawine // +1 SEX M +1 FAMS @F853@ +1 FAMC @F854@ +0 @I2000@ INDI +1 NAME Frithogar // +1 SEX M +1 FAMS @F854@ +1 FAMC @F855@ +0 @I2001@ INDI +1 NAME Brond // +1 SEX M +1 FAMS @F855@ +1 FAMC @F856@ +0 @I2002@ INDI +1 NAME Baeldaeg // +1 SEX M +1 FAMS @F856@ +1 FAMC @F857@ +0 @I2003@ INDI +1 NAME Woden // +1 SEX M +1 FAMS @F857@ +1 FAMC @F858@ +0 @I2004@ INDI +1 NAME Frithuwald // +1 SEX M +1 FAMS @F858@ +1 FAMC @F859@ +0 @I2005@ INDI +1 NAME Frealaf // +1 SEX M +1 FAMS @F859@ +1 FAMC @F860@ +0 @I2006@ INDI +1 NAME Frithuwulf // +1 SEX M +1 FAMS @F860@ +1 FAMC @F861@ +0 @I2007@ INDI +1 NAME Finn // +1 SEX M +1 FAMS @F861@ +1 FAMC @F862@ +0 @I2008@ INDI +1 NAME Godwulf // +1 SEX M +1 FAMS @F862@ +1 FAMC @F863@ +0 @I2009@ INDI +1 NAME Geata // +1 SEX M +1 FAMS @F863@ +1 FAMC @F864@ +0 @I2010@ INDI +1 NAME Taetwa // +1 SEX M +1 FAMS @F864@ +1 FAMC @F865@ +0 @I2011@ INDI +1 NAME Beaw // +1 SEX M +1 FAMS @F865@ +1 FAMC @F866@ +0 @I2012@ INDI +1 NAME Sceldwa // +1 SEX M +1 FAMS @F866@ +1 FAMC @F867@ +0 @I2013@ INDI +1 NAME Heremod // +1 SEX M +1 FAMS @F867@ +1 FAMC @F868@ +0 @I2014@ INDI +1 NAME Itermon // +1 SEX M +1 FAMS @F868@ +1 FAMC @F869@ +0 @I2015@ INDI +1 NAME Hathra // +1 SEX M +1 FAMS @F869@ +1 FAMC @F870@ +0 @I2016@ INDI +1 NAME Hwala // +1 SEX M +1 FAMS @F870@ +1 FAMC @F871@ +0 @I2017@ INDI +1 NAME Bedwig // +1 SEX M +1 FAMS @F871@ +1 FAMC @F872@ +0 @I2018@ INDI +1 NAME Sceaf // +1 SEX M +1 FAMS @F872@ +0 @I2019@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F873@ +1 FAMC @F849@ +0 @I2020@ INDI +1 NAME Stuf // +1 SEX M +1 FAMC @F873@ +0 @I2021@ INDI +1 NAME Wihtgar Isle_of_Wight // +1 TITL King +1 SEX M +1 DEAT +2 DATE 544 +1 FAMC @F873@ +0 @I2022@ INDI +1 NAME Ceolric // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 597 +1 FAMS @F875@ +1 FAMC @F874@ +0 @I2023@ INDI +1 NAME Ceolwulf // +1 TITL King of Wessex +1 SEX M +1 FAMS @F879@ +1 FAMC @F874@ +0 @I2024@ INDI +1 NAME Cynegils // +1 TITL King of Wessex +1 SEX M +1 FAMS @F880@ +1 FAMC @F875@ +0 @I2025@ INDI +1 NAME Aescwine // +1 TITL King of Wessex +1 SEX M +1 FAMC @F876@ +0 @I2026@ INDI +1 NAME Cenfus // +1 SEX M +1 FAMS @F876@ +1 FAMC @F877@ +0 @I2027@ INDI +1 NAME Cenferth // +1 SEX M +1 FAMS @F877@ +1 FAMC @F878@ +0 @I2028@ INDI +1 NAME Cuthgils // +1 SEX M +1 FAMS @F878@ +1 FAMC @F879@ +0 @I2029@ INDI +1 NAME Cwichelm // +1 SEX M +1 DEAT +2 DATE 636 +1 FAMS @F881@ +1 FAMC @F880@ +0 @I2030@ INDI +1 NAME Cenwealh // +1 SEX M +1 FAMS @F882@ +1 FAMS @F883@ +1 FAMC @F880@ +0 @I2031@ INDI +1 NAME Centwine // +1 TITL King of Wessex +1 SEX M +1 FAMC @F880@ +0 @I2032@ INDI +1 NAME Cyneburh // +1 SEX F +1 FAMS @F884@ +1 FAMC @F880@ +0 @I2033@ INDI +1 NAME Cuthred // +1 FAMC @F881@ +0 @I2034@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F882@ +0 @I2035@ INDI +1 NAME Sexburh // +1 TITL Queen of Wessex +1 SEX F +1 FAMS @F883@ +0 @I2036@ INDI +1 NAME Oswald of_Northumbria // +1 TITL King +1 SEX M +1 FAMS @F884@ +0 @I2037@ INDI +1 NAME Cuthwine // +1 SEX M +1 FAMS @F886@ +1 FAMC @F885@ +0 @I2038@ INDI +1 NAME Chad // +1 SEX M +1 FAMS @F887@ +1 FAMC @F886@ +0 @I2039@ INDI +1 NAME Cynebald // +1 SEX M +1 FAMS @F890@ +1 FAMC @F886@ +0 @I2040@ INDI +1 NAME Cuthwulf (Cutha) // +1 SEX M +1 FAMS @F899@ +1 FAMC @F886@ +0 @I2041@ INDI +1 NAME Cenbert // +1 SEX M +1 DEAT +2 DATE 661 +1 FAMS @F888@ +1 FAMC @F887@ +0 @I2042@ INDI +1 NAME Cedwalla // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 689 +2 PLAC Rome,,,Italy +1 FAMC @F888@ +0 @I2043@ INDI +1 NAME Mul // +1 TITL King of Kent +1 SEX M +1 DEAT +2 DATE 687 +1 FAMC @F888@ +0 @I2044@ INDI +1 NAME Oswald /Atheling/ +1 SEX M +1 DEAT +2 DATE 729 +1 FAMC @F889@ +0 @I2045@ INDI +1 NAME Ethelbald // +1 SEX M +1 FAMS @F889@ +1 FAMC @F890@ +0 @I2046@ INDI +1 NAME Ine // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 728 +2 PLAC Rome,,Italy +1 FAMS @F893@ +1 FAMC @F891@ +0 @I2047@ INDI +1 NAME Cenred // +1 SEX M +1 FAMS @F891@ +1 FAMC @F892@ +0 @I2048@ INDI +1 NAME Ceolwald // +1 SEX M +1 FAMS @F892@ +1 FAMC @F899@ +0 @I2049@ INDI +1 NAME Ethelburh // +1 SEX F +1 FAMS @F893@ +0 @I2050@ INDI +1 NAME Ingild // +1 SEX M +1 DEAT +2 DATE 718 +1 FAMS @F898@ +1 FAMC @F891@ +0 @I2051@ INDI +1 NAME Cwenburh of_Wimborne // +1 TITL Abbess +1 SEX F +1 FAMC @F891@ +0 @I2052@ INDI +1 NAME Cuthburh // +1 SEX F +1 FAMS @F894@ +1 FAMC @F891@ +0 @I2053@ INDI +1 NAME Aldfrid of_Northumbria // +1 TITL King +1 SEX M +1 FAMS @F894@ +0 @I2054@ INDI +1 NAME Ealhmund of_Kent // +1 TITL Under-King +1 SEX M +1 DEAT +2 DATE 786 +1 FAMS @F895@ +1 FAMC @F896@ +0 @I2055@ INDI +1 NAME Eaba // +1 SEX M +1 FAMS @F896@ +1 FAMC @F897@ +0 @I2056@ INDI +1 NAME Eoppa // +1 SEX M +1 FAMS @F897@ +1 FAMC @F898@ +0 @I2057@ INDI +1 NAME William of_Hainault // +1 TITL Count +1 SEX M +1 FAMS @F900@ +0 @I2058@ INDI +1 NAME Thomas /Holland/ +1 TITL Earl of Kent +1 SEX M +1 FAMS @F901@ +0 @I2059@ INDI +1 NAME William /de_Burgh/ +1 TITL Earl of Ulster +1 SEX M +1 FAMS @F902@ +0 @I2060@ INDI +1 NAME Galeazzo /Visconti/ +1 TITL Duke of Milan +1 SEX M +1 FAMS @F903@ +0 @I2061@ INDI +1 NAME Otho of_Montferrat // +1 TITL Marquis +1 SEX M +1 FAMS @F904@ +0 @I2062@ INDI +1 NAME Pedro_III of_Castile // +1 TITL King +1 SEX M +1 FAMS @F905@ +1 FAMS @F908@ +0 @I2063@ INDI +1 NAME Payne of_Guienne /Roet/ +1 TITL Sir +1 SEX M +1 FAMS @F906@ +0 @I2064@ INDI +1 NAME Hugh /Swynford/ +1 TITL Sir +1 SEX M +1 FAMS @F907@ +0 @I2065@ INDI +1 NAME Katherine // +1 SEX F +1 FAMS @F909@ +1 FAMC @F517@ +0 @I2066@ INDI +1 NAME Henry_III // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1379 +1 DEAT +2 DATE 1406 +1 FAMS @F909@ +1 FAMC @F910@ +0 @I2067@ INDI +1 NAME John_I (Juan) // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1358 +1 DEAT +2 DATE 1390 +1 FAMS @F910@ +1 FAMC @F911@ +0 @I2068@ INDI +1 NAME Henry_II (Enrique) // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE ABT 1333 +1 DEAT +2 DATE 1379 +1 FAMS @F911@ +0 @I2069@ INDI +1 NAME Humphrey of_Hereford /De_Bohun/ +1 TITL Earl +1 SEX M +1 FAMS @F912@ +0 @I2070@ INDI +1 NAME Edmund of_Stafford // +1 TITL Earl +1 SEX M +1 FAMS @F913@ +0 @I2071@ INDI +1 NAME Humphrey of_Buckingham // +1 TITL Earl +1 SEX M +1 FAMC @F491@ +0 @I2072@ INDI +1 NAME Joan // +1 SEX F +1 FAMC @F491@ +0 @I2073@ INDI +1 NAME Isabel // +1 SEX F +1 FAMC @F491@ +0 @I2074@ INDI +1 NAME Isabelle of_Bavaria // +1 SEX F +1 BIRT +2 DATE 1371 +1 DEAT +2 DATE 1435 +1 FAMS @F915@ +0 @I2075@ INDI +1 NAME Charles_VI the_Beloved // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 3 DEC 1368 +2 PLAC Paris,France +1 DEAT +2 DATE 22 OCT 1422 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F915@ +1 FAMC @F1182@ +0 @I2076@ INDI +1 NAME Robert /Ferrers/ +1 TITL Sir +1 SEX M +1 FAMS @F916@ +0 @I2077@ INDI +1 NAME Margaret // +1 SEX F +1 FAMS @F917@ +1 FAMC @F918@ +0 @I2078@ INDI +1 NAME Thomas /Neville/ +1 TITL Sir +1 SEX M +1 FAMS @F918@ +0 @I2079@ INDI +1 NAME Margaret /Beaufort/ +1 SEX F +1 FAMS @F919@ +1 FAMC @F486@ +0 @I2080@ INDI +1 NAME Thomas /Courtenay/ +1 TITL Earl of Devon V +1 SEX M +1 FAMS @F919@ +0 @I2081@ INDI +1 NAME Eleanor /Beauchamp/ +1 SEX F +1 FAMS @F920@ +1 FAMC @F921@ +0 @I2082@ INDI +1 NAME Richard /Beauchamp/ +1 TITL Earl of Warwick +1 SEX M +1 FAMS @F921@ +0 @I2083@ INDI +1 NAME Henry /Beaufort/ +1 TITL Duke Sommerset +1 SEX M +1 DEAT +2 DATE 1463 +1 FAMC @F920@ +0 @I2084@ INDI +1 NAME Edmund /Beaufort/ +1 TITL Duke Sommerset +1 SEX M +1 DEAT +2 DATE 1471 +1 FAMC @F920@ +0 @I2085@ INDI +1 NAME John /Beaufort/ +1 SEX M +1 DEAT +2 DATE 1471 +1 FAMC @F920@ +0 @I2086@ INDI +1 NAME Eleanor /Beaufort/ +1 SEX F +1 FAMS @F922@ +1 FAMS @F923@ +1 FAMC @F920@ +0 @I2087@ INDI +1 NAME Joan /Beaufort/ +1 SEX F +1 FAMS @F924@ +1 FAMS @F925@ +1 FAMC @F920@ +0 @I2088@ INDI +1 NAME Anne /Beaufort/ +1 SEX F +1 FAMS @F926@ +1 FAMC @F920@ +0 @I2089@ INDI +1 NAME Margaret /Beaufort/ +1 SEX F +1 FAMS @F927@ +1 FAMS @F928@ +1 FAMC @F920@ +0 @I2090@ INDI +1 NAME Elizabeth /Beaufort/ +1 SEX F +1 FAMS @F929@ +1 FAMC @F920@ +0 @I2091@ INDI +1 NAME James of_Wiltshire /Butler/ +1 TITL Earl +1 SEX M +1 FAMS @F922@ +0 @I2092@ INDI +1 NAME Robert /Spencer/ +1 TITL Sir +1 SEX M +1 FAMS @F923@ +0 @I2093@ INDI +1 NAME Robert /St._Lawrence/ +1 TITL Lord Howth +1 SEX M +1 FAMS @F924@ +0 @I2094@ INDI +1 NAME Richard /Fry/ +1 SEX M +1 FAMS @F925@ +0 @I2095@ INDI +1 NAME William /Paston/ +1 SEX M +1 FAMS @F926@ +0 @I2096@ INDI +1 NAME Humphrey // +1 TITL Earl of Stafford +1 SEX M +1 FAMS @F927@ +0 @I2097@ INDI +1 NAME Richard /Darell/ +1 TITL Sir +1 SEX M +1 FAMS @F928@ +0 @I2098@ INDI +1 NAME Henry Fitz /Lewes/ +1 TITL Sir +1 SEX M +1 FAMS @F929@ +0 @I2099@ INDI +1 NAME Thomas of_Wiltshire /Boleyn/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1536 +1 FAMS @F931@ +0 @I2100@ INDI +1 NAME Joanna the_Mad (Juana)// +1 SEX F +1 BIRT +2 DATE 1479 +1 DEAT +2 DATE 1555 +1 FAMS @F1352@ +1 FAMC @F320@ +0 @I2101@ INDI +1 NAME William /Cavendish/ +1 TITL Sir +1 SEX M +1 FAMS @F930@ +0 @I2102@ INDI +1 NAME Frances /Devereux/ +1 SEX F +1 DEAT +2 DATE 1674 +1 FAMS @F932@ +1 FAMC @F933@ +0 @I2103@ INDI +1 NAME Robert /Devereux/ +1 TITL Earl of Essex +1 SEX M +1 FAMS @F933@ +0 @I2104@ INDI +1 NAME Henry of_Cumberland /Clifford/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1569 +1 FAMS @F934@ +1 FAMS @F1094@ +0 @I2105@ INDI +1 NAME Adrian /Stokes/ +1 SEX M +1 DEAT +2 DATE ABT 1581 +1 FAMS @F935@ +0 @I2106@ INDI +1 NAME Catherine /Grey/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE ABT 1568 +1 FAMS @F1091@ +1 FAMS @F936@ +1 FAMC @F527@ +0 @I2107@ INDI +1 NAME Mary /Grey/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1578 +1 FAMS @F1092@ +1 FAMC @F527@ +0 @I2108@ INDI +1 NAME Edward /Seymour/ +1 TITL Earl of Hertford +1 SEX M +1 FAMS @F936@ +1 FAMS @F1122@ +1 FAMS @F1123@ +1 FAMC @F1125@ +0 @I2109@ INDI +1 NAME Edward Beauchamp /Seymour/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1612 +1 FAMS @F938@ +1 FAMC @F936@ +0 @I2110@ INDI +1 NAME Thomas /Seymour/ +1 SEX M +1 DEAT +2 DATE 1600 +1 FAMS @F937@ +1 FAMC @F936@ +0 @I2111@ INDI +1 NAME Isabel /Onley/ +1 SEX F +1 FAMS @F937@ +0 @I2112@ INDI +1 NAME Honora /Rogers/ +1 SEX F +1 FAMS @F938@ +1 FAMC @F939@ +0 @I2113@ INDI +1 NAME Richard /Rogers/ +1 TITL Sir +1 SEX M +1 FAMS @F939@ +0 @I2114@ INDI +1 NAME Frederick Henry // +1 SEX M +1 BIRT +2 DATE 1614 +1 DEAT +2 DATE 1629 +1 FAMC @F265@ +0 @I2115@ INDI +1 NAME Philip // +1 SEX M +1 DEAT +2 DATE 1650 +1 FAMC @F265@ +0 @I2116@ INDI +1 NAME Elizabeth of_Hervorden // +1 TITL Abbess +1 SEX F +1 DEAT +2 DATE 1680 +1 FAMC @F265@ +0 @I2117@ INDI +1 NAME Louisa Hollandine of_Maubisson// +1 TITL Abbess +1 SEX F +1 DEAT +2 DATE 1709 +1 FAMC @F265@ +0 @I2118@ INDI +1 NAME Henrietta Maria // +1 SEX F +1 DEAT +2 DATE 1651 +1 FAMS @F943@ +1 FAMC @F265@ +0 @I2119@ INDI +1 NAME Charlotte // +1 SEX F +1 DEAT +2 DATE 1631 +1 FAMC @F265@ +0 @I2120@ INDI +1 NAME William of_Hesse /Landgrave/ +1 SEX M +1 FAMS @F941@ +0 @I2121@ INDI +1 NAME Anne // +1 SEX F +1 FAMS @F942@ +0 @I2122@ INDI +1 NAME Sigismund of_Transylvania /Ragotski/ +1 TITL Prince +1 SEX M +1 FAMS @F943@ +0 @I2123@ INDI +1 NAME Frederick Augustus // +1 SEX M +1 DEAT +2 DATE 1690 +1 FAMC @F266@ +0 @I2124@ INDI +1 NAME Maximilian William // +1 SEX M +1 DEAT +2 DATE 1726 +1 FAMC @F266@ +0 @I2125@ INDI +1 NAME Charles Philip // +1 SEX M +1 DEAT +2 DATE 1690 +1 FAMC @F266@ +0 @I2126@ INDI +1 NAME Christian // +1 SEX M +1 DEAT +2 DATE 1703 +1 FAMC @F266@ +0 @I2127@ INDI +1 NAME Edward /Hyde/ +1 TITL Earl of Claredon +1 SEX M +1 FAMS @F944@ +0 @I2128@ INDI +1 NAME Anna Maria // +1 SEX F +1 BIRT +2 DATE 1669 +1 DEAT +2 DATE 1728 +1 FAMS @F945@ +1 FAMC @F272@ +0 @I2129@ INDI +1 NAME Victor Amadeus_II // +1 TITL Duke of Savoy +1 SEX M +1 BIRT +2 DATE 1666 +1 DEAT +2 DATE 1732 +1 FAMS @F945@ +0 @I2130@ INDI +1 NAME Charles_II // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1661 +1 DEAT +2 DATE 1700 +1 FAMS @F946@ +1 FAMC @F947@ +0 @I2131@ INDI +1 NAME Philip_IV // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1605 +1 DEAT +2 DATE 1665 +1 FAMS @F948@ +1 FAMS @F947@ +1 FAMC @F522@ +0 @I2132@ INDI +1 NAME Philip_III // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1578 +2 PLAC Madrid,,,Spain +1 DEAT +2 DATE 1621 +1 FAMS @F522@ +1 FAMC @F951@ +0 @I2133@ INDI +1 NAME Maria of_Portugal // +1 SEX F +1 FAMS @F949@ +0 @I2134@ INDI +1 NAME Elizabeth of_France // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1545 +1 DEAT +2 DATE 1568 +1 FAMS @F950@ +0 @I2135@ INDI +1 NAME Anne of_Austria // +1 SEX F +1 BIRT +2 DATE 1549 +1 DEAT +2 DATE 1580 +1 FAMS @F951@ +0 @I2136@ INDI +1 NAME Don_Carlos // +1 SEX M +1 FAMC @F949@ +0 @I2137@ INDI +1 NAME James Louis /Sobieski/ +1 TITL Prince +1 SEX M +1 FAMS @F952@ +1 FAMC @F953@ +0 @I2138@ INDI +1 NAME John_III /Sobieski/ +1 TITL King of Poland +1 SEX M +1 BIRT +2 DATE 9 JUN 1624 +2 PLAC Olesko,Now:,Ukraine,SSR +1 DEAT +2 DATE 17 JUN 1696 +2 PLAC Wilanow,Nr.,Warsaw,Poland +1 FAMS @F953@ +0 @I2139@ INDI +1 NAME Gustavus Adolphus of_Stolberg-Ged.// +1 TITL Prince +1 SEX M +1 FAMS @F954@ +0 @I2140@ INDI +1 NAME George William of_Brunswick// +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1726 +1 FAMS @F955@ +0 @I2141@ INDI +1 NAME Celle // +1 SEX F +1 FAMS @F955@ +0 @I2142@ INDI +1 NAME Frederick_II of_Saxe-Gotha // +1 TITL Duke +1 SEX M +1 FAMS @F956@ +0 @I2143@ INDI +1 NAME Magdalena Augusta of_Anhalt-Zerbst// +1 SEX F +1 FAMS @F956@ +0 @I2144@ INDI +1 NAME Edward /Walpole/ +1 TITL Hon. Sir +1 SEX M +1 FAMS @F957@ +0 @I2145@ INDI +1 NAME James Waldegrave_2nd // +1 TITL Earl +1 SEX M +1 FAMS @F958@ +0 @I2146@ INDI +1 NAME Sophia // +1 SEX F +1 DEAT +2 DATE 1844 +1 FAMC @F279@ +0 @I2147@ INDI +1 NAME Charles Louis Frederick// +1 TITL Duke +1 SEX M +1 FAMS @F959@ +0 @I2148@ INDI +1 NAME Elizabeth of_Saxe- Hildburghausen/Albertin/ +1 SEX F +1 FAMS @F959@ +0 @I2149@ INDI +1 NAME Alfonso // +1 TITL Infante of Spain +1 SEX M +1 FAMS @F960@ +0 @I2150@ INDI +1 NAME Ernest of_Hohenlohe- Langenburg// +1 TITL Prince +1 SEX M +1 FAMS @F961@ +0 @I2151@ INDI +1 NAME of_Dalhousie XIII// +1 TITL Earl +1 SEX M +1 FAMS @F962@ +0 @I2152@ INDI +1 NAME Katharine Fraser // +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMC @F665@ +0 @I2153@ INDI +1 NAME Alice // +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F665@ +0 @I2154@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F665@ +0 @I2155@ INDI +1 NAME Alistair Arthur of_Connaught_2nd// +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1943 +1 FAMC @F36@ +0 @I2156@ INDI +1 NAME Romaine // +1 SEX F +1 FAMS @F963@ +0 @I2157@ INDI +1 NAME Janet /Bryce/ +1 SEX F +1 FAMS @F964@ +0 @I2158@ INDI +1 NAME George of_Milford_Haven // +1 TITL Marquess +1 SEX M +1 FAMC @F963@ +0 @I2159@ INDI +1 NAME Ivar // +1 TITL Lord +1 SEX M +1 FAMC @F963@ +0 @I2160@ INDI +1 NAME of_Mount_Temple // +1 TITL Lord +1 SEX M +1 FAMS @F965@ +0 @I2161@ INDI +1 NAME of_Lodesborough // +1 TITL Earl +1 SEX M +1 FAMS @F966@ +0 @I2162@ INDI +1 NAME J. Keyes-O'Malley /Hamilton/ +1 TITL Capt. +1 SEX M +1 FAMS @F967@ +0 @I2163@ INDI +1 NAME Michael Kelly Bryan// +1 SEX M +1 FAMS @F968@ +0 @I2164@ INDI +1 NAME William Kemp // +1 SEX M +1 FAMS @F969@ +0 @I2165@ INDI +1 NAME Robin Alexander // +1 SEX M +1 FAMC @F968@ +0 @I2166@ INDI +1 NAME Maelgwn Fychan // +1 SEX M +1 DEAT +2 DATE 1257 +1 FAMS @F970@ +0 @I2167@ INDI +1 NAME Eleanor // +1 SEX F +1 FAMS @F971@ +1 FAMC @F970@ +0 @I2168@ INDI +1 NAME Maredudd Ap_Owain // +1 SEX M +1 DEAT +2 DATE 1265 +1 FAMS @F971@ +0 @I2169@ INDI +1 NAME Owain // +1 SEX M +1 DEAT +2 DATE 1275 +1 FAMS @F972@ +1 FAMC @F971@ +0 @I2170@ INDI +1 NAME Llywelyn // +1 SEX M +1 DEAT +2 DATE 1309 +1 FAMS @F973@ +1 FAMC @F972@ +0 @I2171@ INDI +1 NAME Thomas // +1 SEX M +1 DEAT +2 DATE ABT 1343 +1 FAMS @F974@ +1 FAMC @F973@ +0 @I2172@ INDI +1 NAME Margaret // +1 SEX F +1 FAMS @F975@ +1 FAMC @F974@ +0 @I2173@ INDI +1 NAME Tudor Fychan of_Pemmynydd// +1 SEX M +1 FAMS @F975@ +1 FAMC @F977@ +0 @I2174@ INDI +1 NAME Maredudd (Meredith) /Tudor/ +1 SEX M +1 FAMS @F976@ +1 FAMC @F975@ +0 @I2175@ INDI +1 NAME Goronwy_Ap Tudor // +1 SEX M +1 DEAT +2 DATE 1331 +1 FAMS @F977@ +1 FAMC @F978@ +0 @I2176@ INDI +1 NAME Tudor Hen // +1 SEX M +1 DEAT +2 DATE 1311 +1 FAMS @F978@ +1 FAMC @F979@ +0 @I2177@ INDI +1 NAME Goronwy // +1 SEX M +1 FAMS @F979@ +1 FAMC @F980@ +0 @I2178@ INDI +1 NAME Ednyfed Fychan // +1 SEX M +1 FAMS @F980@ +0 @I2179@ INDI +1 NAME Gwenllian // +1 SEX F +1 DEAT +2 DATE 1236 +1 FAMS @F980@ +1 FAMC @F981@ +0 @I2180@ INDI +1 NAME Rhys_Ap Gruffydd // +1 TITL Lord Rhys +1 SEX M +1 DEAT +2 DATE 1197 +1 FAMS @F981@ +1 FAMC @F982@ +0 @I2181@ INDI +1 NAME Gruffydd // +1 SEX M +1 DEAT +2 DATE 1137 +1 FAMS @F982@ +1 FAMC @F983@ +0 @I2182@ INDI +1 NAME Rhys_Ap Twedwr // +1 TITL Prince S. Wales +1 SEX M +1 FAMS @F983@ +1 FAMC @F984@ +0 @I2183@ INDI +1 NAME Tewdwr Mawr the_Great// +1 SEX M +1 FAMS @F984@ +1 FAMC @F985@ +0 @I2184@ INDI +1 NAME Cadell // +1 SEX M +1 FAMS @F985@ +1 FAMC @F986@ +0 @I2185@ INDI +1 NAME Einion // +1 SEX M +1 DEAT +2 DATE 984 +1 FAMS @F986@ +1 FAMC @F817@ +0 @I2186@ INDI +1 NAME Michael of_Hillsborough /Hill/ +1 SEX M +1 FAMS @F987@ +1 FAMC @F988@ +0 @I2187@ INDI +1 NAME William /Hill/ +1 SEX M +1 FAMS @F988@ +0 @I2188@ INDI +1 NAME Eleanor /Boyle/ +1 SEX F +1 FAMS @F988@ +1 FAMC @F989@ +0 @I2189@ INDI +1 NAME Michael /Boyle/ +1 TITL Dr. +1 SEX M +1 FAMS @F989@ +0 @I2190@ INDI +1 NAME Mary /O'Brien/ +1 SEX F +1 FAMS @F989@ +1 FAMC @F990@ +0 @I2191@ INDI +1 NAME Dermont /O'Brien/ +1 TITL Lord Inchiquin V +1 SEX M +1 DEAT +2 DATE 1624 +1 FAMS @F990@ +1 FAMC @F991@ +0 @I2192@ INDI +1 NAME Murrough /O'Brien/ +1 TITL Lord Inchiquin 4 +1 SEX M +1 DEAT +2 DATE 1597 +1 FAMS @F991@ +1 FAMC @F992@ +0 @I2193@ INDI +1 NAME Murrough /O'Brien/ +1 TITL Lord Inchiquin 3 +1 SEX M +1 DEAT +2 DATE 1573 +1 FAMS @F992@ +1 FAMC @F993@ +0 @I2194@ INDI +1 NAME Dermod /O'Brien/ +1 TITL Lord Inchiquin 2 +1 SEX M +1 DEAT +2 DATE 1557 +1 FAMS @F993@ +1 FAMC @F994@ +0 @I2195@ INDI +1 NAME Murrough // +1 TITL King of Thomond +1 SEX M +1 DEAT +2 DATE 1551 +1 FAMS @F994@ +1 FAMC @F995@ +0 @I2196@ INDI +1 NAME Turlough Don // +1 TITL King of Thomond +1 SEX M +1 FAMS @F995@ +1 FAMC @F996@ +0 @I2197@ INDI +1 NAME Teige An_Chomard // +1 TITL King of Thomond +1 SEX M +1 FAMS @F996@ +1 FAMC @F997@ +0 @I2198@ INDI +1 NAME Turlough Bog the_Soft// +1 TITL King of Thomond +1 SEX M +1 FAMS @F997@ +1 FAMC @F998@ +0 @I2199@ INDI +1 NAME Brian_Catha An_Eanaigh // +1 TITL King of Thomond +1 SEX M +1 FAMS @F998@ +1 FAMC @F999@ +0 @I2200@ INDI +1 NAME Mahon Moinmoy // +1 TITL King of Thomond +1 SEX M +1 FAMS @F999@ +1 FAMC @F1000@ +0 @I2201@ INDI +1 NAME Mortogh // +1 TITL King of Thomond +1 SEX M +1 FAMS @F1000@ +1 FAMC @F1001@ +0 @I2202@ INDI +1 NAME Turlough // +1 TITL King of Thomond +1 SEX M +1 DEAT +2 DATE 1306 +1 FAMS @F1001@ +1 FAMC @F1002@ +0 @I2203@ INDI +1 NAME Teige Caeluisce // +1 TITL King of Thomond +1 SEX M +1 FAMS @F1002@ +1 FAMC @F1003@ +0 @I2204@ INDI +1 NAME Conor Na_Suidane // +1 TITL King of Thomond +1 SEX M +1 FAMS @F1003@ +1 FAMC @F1004@ +0 @I2205@ INDI +1 NAME Donough Cairbreach // +1 TITL King of Thomond +1 SEX M +1 FAMS @F1004@ +1 FAMC @F1005@ +0 @I2206@ INDI +1 NAME Donnell More // +1 TITL King of Thomond +1 SEX M +1 DEAT +2 DATE 1194 +1 FAMS @F1005@ +1 FAMC @F1006@ +0 @I2207@ INDI +1 NAME Urlachan // +1 SEX F +1 FAMS @F1005@ +1 FAMC @F1014@ +0 @I2208@ INDI +1 NAME Turlough // +1 TITL King of Thomond +1 SEX M +1 FAMS @F1006@ +1 FAMC @F1007@ +0 @I2209@ INDI +1 NAME Dermot // +1 TITL King of Munster +1 SEX M +1 FAMS @F1007@ +1 FAMC @F1008@ +0 @I2210@ INDI +1 NAME Turough // +1 TITL King of Munster +1 SEX M +1 FAMS @F1008@ +1 FAMC @F1009@ +0 @I2211@ INDI +1 NAME Teige (Terence) // +1 SEX M +1 DEAT +2 DATE 1023 +1 FAMS @F1009@ +1 FAMC @F1010@ +0 @I2212@ INDI +1 NAME Brian Boru // +1 TITL King of Ireland +1 SEX M +1 FAMS @F1010@ +0 @I2213@ INDI +1 NAME Dearbforgail // +1 SEX F +1 DEAT +2 DATE 1080 +1 FAMS @F1011@ +1 FAMC @F1010@ +0 @I2214@ INDI +1 NAME Dermot /MacMailnamo/ +1 TITL King of Ireland +1 SEX M +1 DEAT +2 DATE 1072 +1 FAMS @F1011@ +0 @I2215@ INDI +1 NAME Murchad // +1 TITL King of Leinster +1 SEX M +1 DEAT +2 DATE 1090 +1 FAMS @F1017@ +1 FAMC @F1011@ +0 @I2216@ INDI +1 NAME Eva // +1 SEX F +1 FAMS @F807@ +1 FAMC @F1012@ +0 @I2217@ INDI +1 NAME William /Marshal/ +1 TITL Earl of Pembroke +1 SEX M +1 FAMS @F1012@ +0 @I2218@ INDI +1 NAME Isabel // +1 SEX F +1 FAMS @F1012@ +1 FAMC @F1013@ +0 @I2219@ INDI +1 NAME Richard (Strongbow) // +1 TITL Earl of Pembroke +1 SEX M +1 FAMS @F1013@ +0 @I2220@ INDI +1 NAME Aoife (Eva) // +1 SEX F +1 FAMS @F1013@ +1 FAMC @F1014@ +0 @I2221@ INDI +1 NAME Dermot /MacMurrough/ +1 TITL King of Leinster +1 SEX M +1 DEAT +2 DATE 1171 +1 FAMS @F1014@ +1 FAMC @F1015@ +0 @I2222@ INDI +1 NAME Enna // +1 TITL King of Leinster +1 SEX M +1 DEAT +2 DATE 1126 +1 FAMS @F1015@ +1 FAMC @F1016@ +0 @I2223@ INDI +1 NAME Donchad // +1 TITL King of Leinster +1 SEX M +1 DEAT +2 DATE 1126 +1 FAMS @F1016@ +1 FAMC @F1017@ +0 @I2224@ INDI +1 NAME Sybil // +1 SEX F +1 FAMS @F1018@ +1 FAMC @F506@ +0 @I2225@ INDI +1 NAME Ingibiorg // +1 SEX F +1 FAMS @F1020@ +1 FAMC @F1021@ +0 @I2226@ INDI +1 NAME Finn /Arnasson/ +1 SEX M +1 FAMS @F1021@ +0 @I2227@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1131 +1 FAMS @F1022@ +0 @I2228@ INDI +1 NAME Henry of_Huntingdon // +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1152 +1 FAMS @F1023@ +1 FAMC @F1022@ +0 @I2229@ INDI +1 NAME Ada // +1 SEX F +1 FAMS @F1023@ +0 @I2230@ INDI +1 NAME Malcolm_IV the_Maiden // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1023@ +0 @I2231@ INDI +1 NAME Willaim_I the_Lion // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1024@ +1 FAMC @F1023@ +0 @I2232@ INDI +1 NAME Ermengarde // +1 SEX F +1 DEAT +2 DATE 1234 +1 FAMS @F1024@ +0 @I2233@ INDI +1 NAME Mary of_Coucy // +1 SEX F +1 FAMS @F1025@ +0 @I2234@ INDI +1 NAME Margaret // +1 SEX F +1 DEAT +2 DATE 1283 +1 FAMS @F1026@ +1 FAMC @F603@ +0 @I2235@ INDI +1 NAME Eric /Magnusson/ +1 TITL King of Norway +1 SEX M +1 FAMS @F1026@ +0 @I2236@ INDI +1 NAME Margaret Maid_of_Norway // +1 SEX F +1 BIRT +2 DATE ABT 1282 +1 DEAT +2 DATE 1290 +1 FAMC @F1026@ +0 @I2237@ INDI +1 NAME Duncan_II May-Nov // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1027@ +1 FAMC @F1020@ +0 @I2238@ INDI +1 NAME Ethelreda // +1 SEX F +1 FAMS @F1027@ +0 @I2239@ INDI +1 NAME Duncan_I // +1 SEX M +1 FAMS @F1028@ +1 FAMC @F1029@ +0 @I2240@ INDI +1 NAME Sybil // +1 SEX F +1 FAMS @F1028@ +0 @I2241@ INDI +1 NAME Donald_III Bane // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1028@ +0 @I2242@ INDI +1 NAME Crinan // +1 SEX M +1 FAMS @F1029@ +0 @I2243@ INDI +1 NAME Bethoc // +1 SEX F +1 FAMS @F1029@ +1 FAMC @F1032@ +0 @I2244@ INDI +1 NAME Gillacomgan // +1 SEX M +1 FAMS @F1030@ +0 @I2245@ INDI +1 NAME Gruoch // +1 SEX F +1 FAMS @F1030@ +1 FAMS @F1031@ +1 FAMC @F1038@ +0 @I2246@ INDI +1 NAME Lulach // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1030@ +0 @I2247@ INDI +1 NAME Macbeth // +1 TITL King of Scotland +1 SEX M +1 DEAT +2 DATE 1057 +1 FAMS @F1031@ +0 @I2248@ INDI +1 NAME Malcolm_II // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1032@ +1 FAMC @F1033@ +0 @I2249@ INDI +1 NAME Kenneth_II // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1033@ +1 FAMC @F1034@ +0 @I2250@ INDI +1 NAME Malcolm_I // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1034@ +1 FAMC @F1035@ +0 @I2251@ INDI +1 NAME Donald_II // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1035@ +1 FAMC @F1036@ +0 @I2252@ INDI +1 NAME Constantine_II // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1036@ +1 FAMC @F1044@ +0 @I2253@ INDI +1 NAME Duff // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1037@ +1 FAMC @F1034@ +0 @I2254@ INDI +1 NAME Kenneth_III // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1039@ +1 FAMC @F1037@ +0 @I2255@ INDI +1 NAME Beoedhe // +1 SEX M +1 FAMS @F1038@ +1 FAMC @F1039@ +0 @I2256@ INDI +1 NAME Constantine_IV // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1040@ +0 @I2257@ INDI +1 NAME Colin // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1040@ +1 FAMC @F1041@ +0 @I2258@ INDI +1 NAME Indulf // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1041@ +1 FAMC @F1042@ +0 @I2259@ INDI +1 NAME Constantine_III // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1042@ +1 FAMC @F1043@ +0 @I2260@ INDI +1 NAME Aedh // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1043@ +1 FAMC @F1044@ +0 @I2261@ INDI +1 NAME Kenneth_I /MacAlpin/ +1 TITL King of Scotland +1 SEX M +1 FAMS @F1044@ +1 FAMC @F1046@ +0 @I2262@ INDI +1 NAME Unknown_Dau. // +1 SEX F +1 FAMS @F1045@ +1 FAMC @F1044@ +0 @I2263@ INDI +1 NAME Run of_Strathclyde // +1 TITL King +1 SEX M +1 FAMS @F1045@ +0 @I2264@ INDI +1 NAME Eocha // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1045@ +0 @I2265@ INDI +1 NAME Alpin // +1 TITL King of Scotland +1 SEX M +1 DEAT +2 DATE 834 +1 FAMS @F1046@ +0 @I2266@ INDI +1 NAME Donald_I // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1046@ +0 @I2267@ INDI +1 NAME Charles_II // +1 TITL King of Navarre +1 SEX M +1 FAMS @F1047@ +0 @I2268@ INDI +1 NAME Reynald /Cobham/ +1 TITL Sir +1 SEX M +1 FAMS @F1048@ +0 @I2269@ INDI +1 NAME of_Burgandy // +1 TITL Duke +1 SEX M +1 FAMS @F1049@ +0 @I2270@ INDI +1 NAME Peter of_Luxemburg // +1 TITL Count St. Pol +1 SEX M +1 FAMS @F1050@ +0 @I2271@ INDI +1 NAME Richard /Woodville/ +1 TITL Earl Rivers +1 SEX M +1 FAMS @F1051@ +0 @I2272@ INDI +1 NAME Rene // +1 TITL Count of Anjou +1 SEX M +1 FAMS @F1052@ +0 @I2273@ INDI +1 NAME Thomas of_Heton /Grey/ +1 TITL Sir +1 SEX M +1 FAMS @F1053@ +0 @I2274@ INDI +1 NAME Joachim Frederick of_Brandenburg// +1 TITL Elector +1 SEX M +1 FAMS @F1054@ +0 @I2275@ INDI +1 NAME Richard /Pole/ +1 TITL Sir +1 SEX M +1 FAMS @F1055@ +0 @I2276@ INDI +1 NAME John /De_La_Pole/ +1 TITL Duke of Suffolk +1 SEX M +1 FAMS @F1056@ +0 @I2277@ INDI +1 NAME Thomas /Holland/ +1 TITL Earl of Kent +1 SEX M +1 FAMS @F1057@ +0 @I2278@ INDI +1 NAME Edward // +1 TITL Lord Cherleton +1 SEX M +1 FAMS @F1058@ +0 @I2279@ INDI +1 NAME Edmund // +1 TITL Earl of Stafford +1 SEX M +1 FAMS @F1059@ +0 @I2280@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 DEAT +2 DATE 1409 +1 FAMC @F492@ +0 @I2281@ INDI +1 NAME Eleanor /Mortimer/ +1 SEX F +1 FAMS @F1060@ +1 FAMC @F492@ +0 @I2282@ INDI +1 NAME Edward /Courtenay/ +1 TITL Sir +1 SEX M +1 FAMS @F1060@ +0 @I2283@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 DEAT +2 DATE 1409 +1 FAMC @F494@ +0 @I2284@ INDI +1 NAME Elizabeth /Mortimer/ +1 SEX F +1 FAMS @F1061@ +1 FAMS @F1062@ +1 FAMC @F494@ +0 @I2285@ INDI +1 NAME Philippa /Mortimer/ +1 SEX F +1 DEAT +2 DATE 1401 +1 FAMS @F1063@ +1 FAMS @F1064@ +1 FAMS @F1065@ +1 FAMC @F494@ +0 @I2286@ INDI +1 NAME Henry (Hotspur) /Percy/ +1 SEX M +1 FAMS @F1061@ +0 @I2287@ INDI +1 NAME Thomas // +1 TITL Lord Camoys +1 SEX M +1 FAMS @F1062@ +0 @I2288@ INDI +1 NAME John /Hastings/ +1 TITL Earl of Pembroke +1 SEX M +1 FAMS @F1063@ +0 @I2289@ INDI +1 NAME Richard /Fitzalan/ +1 TITL Earl of Arundel +1 SEX M +1 FAMS @F1064@ +0 @I2290@ INDI +1 NAME Thomas of_Basing /Poynings/ +1 TITL Lord St. John +1 SEX M +1 FAMS @F1065@ +0 @I2291@ INDI +1 NAME Charles_IV // +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1316 +1 DEAT +2 DATE 1378 +1 FAMS @F1066@ +0 @I2292@ INDI +1 NAME John /Holland/ +1 TITL Duke of Exeter +1 SEX M +1 FAMS @F1067@ +0 @I2293@ INDI +1 NAME John /Cornwall/ +1 TITL Lord Fanhope +1 SEX M +1 FAMS @F1068@ +0 @I2294@ INDI +1 NAME Constance // +1 SEX F +1 FAMS @F1069@ +1 FAMC @F488@ +0 @I2295@ INDI +1 NAME Thomas of_Gloucester /Despencer/ +1 TITL Earl +1 SEX M +1 FAMS @F1069@ +0 @I2296@ INDI +1 NAME Philippa // +1 SEX F +1 FAMS @F1070@ +1 FAMS @F1071@ +1 FAMS @F1072@ +0 @I2297@ INDI +1 NAME /Fitzwater/ +1 TITL Lord +1 SEX M +1 FAMS @F1070@ +0 @I2298@ INDI +1 NAME John /Golafre/ +1 TITL Sir +1 SEX M +1 FAMS @F1071@ +0 @I2299@ INDI +1 NAME Thomas /Clifford/ +1 TITL Lord +1 SEX M +1 FAMS @F1073@ +0 @I2300@ INDI +1 NAME John // +1 TITL Lord Latymer +1 SEX M +1 FAMS @F1074@ +0 @I2301@ INDI +1 NAME Hugh /Seymour/ +1 TITL Admiral +1 SEX M +1 BIRT +2 DATE 1759 +1 DEAT +2 DATE 1801 +1 FAMS @F1019@ +1 FAMC @F1075@ +0 @I2302@ INDI +1 NAME Anne Horatia /Waldegrave/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1801 +1 FAMS @F1019@ +0 @I2303@ INDI +1 NAME Francis of_Hertford I/Seymour/ +1 TITL Marquess +1 SEX M +1 BIRT +2 DATE 1718 +1 DEAT +2 DATE 1794 +1 FAMS @F1075@ +0 @I2304@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1782 +1 FAMS @F1075@ +1 FAMC @F1076@ +0 @I2305@ INDI +1 NAME Charles /Fitzroy/ +1 TITL Duke of Grafton +1 SEX M +1 BIRT +2 DATE 1683 +1 DEAT +2 DATE 1757 +1 FAMS @F1076@ +1 FAMC @F1077@ +0 @I2306@ INDI +1 NAME Henrietta /Somerset/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1726 +1 FAMS @F1076@ +0 @I2307@ INDI +1 NAME Henry /Fitzroy/ +1 TITL Duke of Grafton +1 SEX M +1 BIRT +2 DATE 1663 +1 DEAT +2 DATE 1690 +1 FAMS @F1077@ +0 @I2308@ INDI +1 NAME Isabella /Bennett/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1723 +1 FAMS @F1077@ +0 @I2309@ INDI +1 NAME William of_Northampton /Parr/ +1 TITL Marquess +1 SEX M +1 FAMC @F332@ +0 @I2310@ INDI +1 NAME John Northumberland /Dudley/ +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1553 +1 FAMS @F1078@ +0 @I2311@ INDI +1 NAME Jane /Guildford/ +1 SEX F +1 FAMS @F1078@ +0 @I2312@ INDI +1 NAME John /Dudley/ +1 TITL Earl of Warwick +1 SEX M +1 DEAT +2 DATE 1554 +1 FAMS @F1079@ +1 FAMC @F1078@ +0 @I2313@ INDI +1 NAME Ambrose /Dudley/ +1 TITL Earl of Warwick +1 SEX M +1 DEAT +2 DATE 1590 +1 FAMS @F1081@ +1 FAMS @F1082@ +1 FAMS @F1083@ +1 FAMC @F1078@ +0 @I2314@ INDI +1 NAME Henry /Dudley/ +1 SEX M +1 FAMS @F1084@ +1 FAMC @F1078@ +0 @I2315@ INDI +1 NAME Robert of_Leicester /Dudley/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1588 +1 FAMS @F1089@ +1 FAMS @F1090@ +1 FAMC @F1078@ +0 @I2316@ INDI +1 NAME Jane /Dudley/ +1 SEX F +1 FAMS @F1086@ +1 FAMC @F1078@ +0 @I2317@ INDI +1 NAME Mary /Dudley/ +1 SEX F +1 DEAT +2 DATE 1586 +1 FAMS @F1087@ +1 FAMC @F1078@ +0 @I2318@ INDI +1 NAME Catherine /Dudley/ +1 SEX F +1 FAMS @F1088@ +1 FAMC @F1078@ +0 @I2319@ INDI +1 NAME Anne /Seymour/ +1 SEX F +1 DEAT +2 DATE 1588 +1 FAMS @F1079@ +1 FAMS @F1080@ +1 FAMC @F1125@ +0 @I2320@ INDI +1 NAME Edward /Unton/ +1 SEX M +1 FAMS @F1080@ +0 @I2321@ INDI +1 NAME Anne /Whorwood/ +1 SEX F +1 DEAT +2 DATE 1552 +1 FAMS @F1081@ +0 @I2322@ INDI +1 NAME Elizabeth /Talboys/ +1 SEX F +1 FAMS @F1082@ +0 @I2323@ INDI +1 NAME Anne /Russell/ +1 SEX F +1 DEAT +2 DATE 1603 +1 FAMS @F1083@ +0 @I2324@ INDI +1 NAME John /Dudley/ +1 SEX M +1 FAMC @F1081@ +0 @I2325@ INDI +1 NAME Margaret /Audley/ +1 SEX F +1 DEAT +2 DATE 1563 +1 FAMS @F1084@ +1 FAMS @F1085@ +0 @I2326@ INDI +1 NAME Thomas /Howard/ +1 TITL Duke of Norfolk +1 SEX M +1 DEAT +2 DATE 1572 +1 FAMS @F1085@ +0 @I2327@ INDI +1 NAME Henry /Seymour/ +1 SEX M +1 FAMS @F1086@ +1 FAMC @F1125@ +0 @I2328@ INDI +1 NAME Henry /Sidney/ +1 SEX M +1 DEAT +2 DATE 1586 +1 FAMS @F1087@ +0 @I2329@ INDI +1 NAME Henry of_Huntington /Hastings/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1595 +1 FAMS @F1088@ +0 @I2330@ INDI +1 NAME Amy /Robsart/ +1 SEX F +1 DEAT +2 DATE 1560 +1 FAMS @F1089@ +0 @I2331@ INDI +1 NAME Lettice /Knollys/ +1 SEX F +1 DEAT +2 DATE 1634 +1 FAMS @F1134@ +1 FAMS @F1090@ +1 FAMS @F1135@ +1 FAMC @F1132@ +0 @I2332@ INDI +1 NAME Henry /Herbert/ +1 SEX M +1 FAMS @F1091@ +0 @I2333@ INDI +1 NAME Thomas /Keyes/ +1 SEX M +1 DEAT +2 DATE 1571 +1 FAMS @F1092@ +0 @I2334@ INDI +1 NAME Margaret /Clifford/ +1 SEX F +1 DEAT +2 DATE 1596 +1 FAMS @F1093@ +1 FAMC @F934@ +0 @I2335@ INDI +1 NAME Henry /Stanley/ +1 TITL Earl of Derby +1 SEX M +1 DEAT +2 DATE 1593 +1 FAMS @F1093@ +0 @I2336@ INDI +1 NAME Anne /Dacre/ +1 SEX F +1 DEAT +2 DATE 1581 +1 FAMS @F1094@ +0 @I2337@ INDI +1 NAME Elizabeth /Howard/ +1 SEX F +1 DEAT +2 DATE 1512 +1 FAMS @F931@ +1 FAMC @F1096@ +0 @I2338@ INDI +1 NAME George Rochford /Boleyn/ +1 TITL Viscount +1 SEX M +1 DEAT +2 DATE 1536 +1 FAMC @F931@ +0 @I2339@ INDI +1 NAME Mary /Boleyn/ +1 SEX F +1 DEAT +2 DATE 1544 +1 FAMS @F1095@ +1 FAMC @F931@ +0 @I2340@ INDI +1 NAME William /Carey/ +1 SEX M +1 DEAT +2 DATE 1528 +1 FAMS @F1095@ +0 @I2341@ INDI +1 NAME Thomas /Howard/ +1 TITL Duke of Norfolk +1 SEX M +1 DEAT +2 DATE 1524 +1 FAMS @F1096@ +1 FAMS @F1100@ +0 @I2342@ INDI +1 NAME Elizabeth /Tilney/ +1 SEX F +1 DEAT +2 DATE 1497 +1 FAMS @F1096@ +0 @I2343@ INDI +1 NAME Thomas /Howard/ +1 TITL Duke of Norfolk +1 SEX M +1 FAMS @F1097@ +1 FAMS @F1098@ +1 FAMC @F1096@ +0 @I2344@ INDI +1 NAME Anne of_York // +1 SEX F +1 DEAT +2 DATE 1511 +1 FAMS @F1097@ +0 @I2345@ INDI +1 NAME Elizabeth /Stafford/ +1 SEX F +1 DEAT +2 DATE 1558 +1 FAMS @F1098@ +0 @I2346@ INDI +1 NAME Dorothy /Troyes/ +1 SEX F +1 FAMS @F1099@ +0 @I2347@ INDI +1 NAME Agnes /Tilney/ +1 SEX F +1 DEAT +2 DATE 1545 +1 FAMS @F1100@ +0 @I2348@ INDI +1 NAME William of_Effingham /Howard/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1572 +1 FAMS @F1101@ +1 FAMS @F1102@ +1 FAMC @F1100@ +0 @I2349@ INDI +1 NAME Dorothy /Howard/ +1 SEX F +1 FAMS @F1103@ +1 FAMC @F1100@ +0 @I2350@ INDI +1 NAME Elizabeth /Howard/ +1 SEX F +1 DEAT +2 DATE 1534 +1 FAMS @F1104@ +1 FAMC @F1100@ +0 @I2351@ INDI +1 NAME Catherine /Broughton/ +1 SEX F +1 DEAT +2 DATE 1531 +1 FAMS @F1101@ +0 @I2352@ INDI +1 NAME Margaret /Gamage/ +1 SEX F +1 DEAT +2 DATE 1535 +1 FAMS @F1102@ +0 @I2353@ INDI +1 NAME Edward /Stanley/ +1 TITL Earl of Derby +1 SEX M +1 DEAT +2 DATE 1572 +1 FAMS @F1103@ +0 @I2354@ INDI +1 NAME Henry /Radcliffe/ +1 TITL Earl of Sussex +1 SEX M +1 DEAT +2 DATE 1556/1557 +1 FAMS @F1104@ +0 @I2355@ INDI +1 NAME Henry /Howard/ +1 TITL Earl of Surrey +1 SEX M +1 DEAT +2 DATE 1546 +1 FAMS @F1105@ +1 FAMC @F1098@ +0 @I2356@ INDI +1 NAME Mary /Howard/ +1 SEX F +1 FAMS @F1106@ +1 FAMC @F1098@ +0 @I2357@ INDI +1 NAME Thomas /Howard/ +1 TITL Viscount Bindon +1 SEX M +1 DEAT +2 DATE 1582 +1 FAMS @F1107@ +1 FAMC @F1098@ +0 @I2358@ INDI +1 NAME Frances de_Vere // +1 SEX F +1 DEAT +2 DATE 1577 +1 FAMS @F1105@ +0 @I2359@ INDI +1 NAME Thomas /Howard/ +1 TITL Duke of Norfolk +1 SEX M +1 DEAT +2 DATE 1572 +1 FAMS @F1108@ +1 FAMS @F1111@ +1 FAMC @F1105@ +0 @I2360@ INDI +1 NAME Henry of_Northhampton /Howard/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1614 +1 FAMC @F1105@ +0 @I2361@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 DEAT +2 DATE 1596 +1 FAMC @F1105@ +0 @I2362@ INDI +1 NAME Jane /Howard/ +1 SEX F +1 DEAT +2 DATE 1593 +1 FAMC @F1105@ +0 @I2363@ INDI +1 NAME Margaret /Howard/ +1 SEX F +1 DEAT +2 DATE 1592 +1 FAMC @F1105@ +0 @I2364@ INDI +1 NAME Henry /Fitzroy/ +1 TITL Duke of Richmond +1 SEX M +1 DEAT +2 DATE 1533 +1 FAMS @F1106@ +0 @I2365@ INDI +1 NAME Gertrude /Lyte/ +1 SEX F +1 FAMS @F1107@ +0 @I2366@ INDI +1 NAME Mary /Fitzalan/ +1 SEX F +1 DEAT +2 DATE 1557 +1 FAMS @F1108@ +0 @I2367@ INDI +1 NAME Philip /Howard/ +1 TITL Earl of Arundel +1 SEX M +1 DEAT +2 DATE 1595 +1 FAMS @F1109@ +1 FAMC @F1108@ +0 @I2368@ INDI +1 NAME Anne /Dacre/ +1 SEX F +1 FAMS @F1109@ +0 @I2369@ INDI +1 NAME Thomas /Howard/ +1 TITL Earl of Arundel +1 SEX M +1 DEAT +2 DATE 1646 +1 FAMS @F1110@ +1 FAMC @F1109@ +0 @I2370@ INDI +1 NAME Aletheia /Talbot/ +1 SEX F +1 DEAT +2 DATE 1654 +1 FAMS @F1110@ +0 @I2371@ INDI +1 NAME Margaret /Audley/ +1 SEX F +1 DEAT +2 DATE 1563 +1 FAMS @F1111@ +0 @I2372@ INDI +1 NAME Thomas /Howard/ +1 TITL Earl of Suffolk +1 SEX M +1 DEAT +2 DATE 1626 +1 FAMS @F1112@ +1 FAMS @F1113@ +1 FAMC @F1111@ +0 @I2373@ INDI +1 NAME Mary /Dacre/ +1 SEX F +1 DEAT +2 DATE 1576 +1 FAMS @F1112@ +0 @I2374@ INDI +1 NAME Catherine /Knyvett/ +1 SEX F +1 DEAT +2 DATE 1633 +1 FAMS @F1113@ +0 @I2375@ INDI +1 NAME Theophilus /Howard/ +1 TITL Earl of Suffolk +1 SEX M +1 DEAT +2 DATE 1640 +1 FAMS @F1114@ +1 FAMC @F1113@ +0 @I2376@ INDI +1 NAME Thomas of_Berkshire /Howard/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1669 +1 FAMS @F1115@ +1 FAMC @F1113@ +0 @I2377@ INDI +1 NAME Henry /Howard/ +1 SEX M +1 FAMS @F1116@ +1 FAMC @F1113@ +0 @I2378@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 DEAT +2 DATE 1672 +1 FAMS @F1118@ +1 FAMC @F1113@ +0 @I2379@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 FAMS @F1119@ +1 FAMS @F1120@ +1 FAMC @F1113@ +0 @I2380@ INDI +1 NAME Elizabeth /Dunbar/ +1 SEX F +1 FAMS @F1114@ +0 @I2381@ INDI +1 NAME Elizabeth /Cecil/ +1 SEX F +1 FAMS @F1115@ +0 @I2382@ INDI +1 NAME Elizabeth /Bassett/ +1 SEX F +1 DEAT +2 DATE 1643 +1 FAMS @F1116@ +1 FAMS @F1117@ +0 @I2383@ INDI +1 NAME William of_Newcastle /Cavendish/ +1 TITL Earl +1 SEX M +1 FAMS @F1117@ +0 @I2384@ INDI +1 NAME William of_Berkshire /Cecil/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1668 +1 FAMS @F1118@ +0 @I2385@ INDI +1 NAME Robert /Devereux/ +1 TITL Earl of Essex +1 SEX M +1 DEAT +2 DATE 1646 +1 FAMS @F1119@ +0 @I2386@ INDI +1 NAME Robert /Carr/ +1 TITL Earl of Somerset +1 SEX M +1 DEAT +2 DATE 1645 +1 FAMS @F1120@ +0 @I2387@ INDI +1 NAME William /Howard/ +1 SEX M +1 DEAT +2 DATE 1640 +1 FAMS @F1121@ +1 FAMC @F1111@ +0 @I2388@ INDI +1 NAME Elizabeth /Dacre/ +1 SEX F +1 FAMS @F1121@ +0 @I2389@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 DEAT +2 DATE 1598 +1 FAMS @F1122@ +0 @I2390@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 DEAT +2 DATE 1639 +1 FAMS @F1123@ +1 FAMS @F1124@ +0 @I2391@ INDI +1 NAME Ludovic of_Richmond /Stuart/ +1 TITL Duke of Lennox +1 SEX M +1 FAMS @F1124@ +0 @I2392@ INDI +1 NAME Edward /Seymour/ +1 TITL Duke of Somerset +1 SEX M +1 DEAT +2 DATE 1552 +1 FAMS @F1126@ +1 FAMS @F1125@ +0 @I2393@ INDI +1 NAME Anne /Stanhope/ +1 SEX F +1 DEAT +2 DATE 1587 +1 FAMS @F1125@ +0 @I2394@ INDI +1 NAME Henry /Carey/ +1 TITL Baron Hunsdon +1 SEX M +1 DEAT +2 DATE 1596 +1 FAMS @F1131@ +1 FAMC @F1095@ +0 @I2395@ INDI +1 NAME Catherine /Fillol/ +1 SEX F +1 FAMS @F1126@ +0 @I2396@ INDI +1 NAME Edward Beauchamp /Seymour/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1618 +1 FAMS @F1127@ +1 FAMC @F938@ +0 @I2397@ INDI +1 NAME Francis /Seymour/ +1 TITL Baron Seymour +1 SEX M +1 DEAT +2 DATE 1664 +1 FAMS @F1129@ +1 FAMS @F1130@ +1 FAMC @F938@ +0 @I2398@ INDI +1 NAME Honora /Seymour/ +1 SEX F +1 DEAT +2 DATE 1620 +1 FAMC @F938@ +0 @I2399@ INDI +1 NAME Anne /Sackville/ +1 SEX F +1 FAMS @F1127@ +1 FAMS @F1128@ +0 @I2400@ INDI +1 NAME Edward /Lewes/ +1 SEX M +1 FAMS @F1128@ +0 @I2401@ INDI +1 NAME Frances /Prynne/ +1 SEX F +1 FAMS @F1129@ +0 @I2402@ INDI +1 NAME Catherine /Lee/ +1 SEX F +1 DEAT +2 DATE 1700 +1 FAMS @F1130@ +0 @I2403@ INDI +1 NAME Catherine /Carey/ +1 SEX F +1 DEAT +2 DATE 1568 +1 FAMS @F1132@ +1 FAMC @F1095@ +0 @I2404@ INDI +1 NAME Anne /Morgan/ +1 SEX F +1 FAMS @F1131@ +0 @I2405@ INDI +1 NAME Francis /Knollys/ +1 SEX M +1 DEAT +2 DATE 1596 +1 FAMS @F1132@ +0 @I2406@ INDI +1 NAME Henry /Knollys/ +1 SEX M +1 DEAT +2 DATE 1583 +1 FAMS @F1133@ +1 FAMC @F1132@ +0 @I2407@ INDI +1 NAME William /Knollys/ +1 TITL Earl of Banbury +1 SEX M +1 DEAT +2 DATE 1632 +1 FAMC @F1132@ +0 @I2408@ INDI +1 NAME Anne /Knollys/ +1 SEX F +1 FAMS @F1136@ +1 FAMC @F1132@ +0 @I2409@ INDI +1 NAME Catherine /Knollys/ +1 SEX F +1 FAMS @F1137@ +1 FAMC @F1132@ +0 @I2410@ INDI +1 NAME Margaret /Cave/ +1 SEX F +1 DEAT +2 DATE 1606 +1 FAMS @F1133@ +0 @I2411@ INDI +1 NAME Walter /Devereux/ +1 TITL Earl of Essex +1 SEX M +1 DEAT +2 DATE 1576 +1 FAMS @F1134@ +0 @I2412@ INDI +1 NAME Christopher /Blount/ +1 SEX M +1 DEAT +2 DATE 1601 +1 FAMS @F1135@ +0 @I2413@ INDI +1 NAME Thomas /Leighton/ +1 TITL Lord De La Warr +1 SEX M +1 FAMS @F1136@ +0 @I2414@ INDI +1 NAME Gerald /Fitzgerald/ +1 TITL Lord Offaley +1 SEX M +1 DEAT +2 DATE 1580 +1 FAMS @F1137@ +0 @I2415@ INDI +1 NAME Charles // +1 SEX M +1 DEAT +2 DATE 1685 +1 FAMC @F940@ +0 @I2416@ INDI +1 NAME Mariana of_Austria // +1 SEX F +1 FAMS @F947@ +1 FAMC @F1138@ +0 @I2417@ INDI +1 NAME Maria // +1 SEX F +1 FAMS @F1138@ +1 FAMC @F522@ +0 @I2418@ INDI +1 NAME Ferdinand_III // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1608 +2 PLAC Graz,Austria +1 DEAT +2 DATE 1657 +1 FAMS @F1138@ +1 FAMC @F1139@ +0 @I2419@ INDI +1 NAME Ferdinand_II // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1578 +2 PLAC Graz,Austria +1 DEAT +2 DATE 1637 +1 FAMS @F1139@ +0 @I2420@ INDI +1 NAME Leopold_I // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1640 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 5 MAY 1705 +1 FAMS @F1140@ +1 FAMS @F1141@ +1 FAMC @F1138@ +0 @I2421@ INDI +1 NAME Margaret Teresa // +1 SEX F +1 BIRT +2 DATE 1651 +1 DEAT +2 DATE 1673 +1 FAMS @F1140@ +1 FAMC @F947@ +0 @I2422@ INDI +1 NAME Eleanor of_Neuburg // +1 SEX F +1 FAMS @F1141@ +0 @I2423@ INDI +1 NAME Louis de_France // +1 TITL Dauphin +1 SEX M +1 BIRT +2 DATE 1661 +1 DEAT +2 DATE 1711 +1 FAMS @F1143@ +1 FAMC @F523@ +0 @I2424@ INDI +1 NAME Philip_V // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1683 +2 PLAC Versailles,France +1 DEAT +2 DATE 1746 +1 FAMS @F1350@ +1 FAMS @F1142@ +1 FAMC @F1143@ +0 @I2425@ INDI +1 NAME Isabella Elizabeth /Farnese/ +1 SEX F +1 BIRT +2 DATE 1692 +1 DEAT +2 DATE 1766 +1 FAMS @F1142@ +0 @I2426@ INDI +1 NAME Louis // +1 TITL Duke of Burgundy +1 SEX M +1 BIRT +2 DATE 1682 +1 DEAT +2 DATE 1712 +1 FAMS @F344@ +1 FAMC @F1143@ +0 @I2427@ INDI +1 NAME Maria Antonia // +1 SEX F +1 FAMS @F1144@ +1 FAMC @F1140@ +0 @I2428@ INDI +1 NAME Maximilian Emmanuel of_Bavaria// +1 TITL Elector +1 SEX M +1 FAMS @F1144@ +0 @I2429@ INDI +1 NAME Joseph Ferdinand // +1 TITL Electoral Prince +1 SEX M +1 DEAT +2 DATE 1699 +1 FAMC @F1144@ +0 @I2430@ INDI +1 NAME Joseph_I // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1678 +1 DEAT +2 DATE 1711 +1 FAMC @F1141@ +0 @I2431@ INDI +1 NAME Charles_VI // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1685 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 1740 +1 FAMS @F1146@ +1 FAMC @F1141@ +0 @I2432@ INDI +1 NAME Maria Theresa // +1 TITL Empress +1 SEX F +1 DEAT +2 DATE 1780 +1 FAMS @F1145@ +1 FAMC @F1146@ +0 @I2433@ INDI +1 NAME Francis_I Stephen // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1708 +2 PLAC Nancy,Lorraine +1 DEAT +2 DATE 1765 +1 FAMS @F1145@ +0 @I2434@ INDI +1 NAME Joseph_II // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 13 MAR 1741 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 1790 +1 FAMC @F1145@ +0 @I2435@ INDI +1 NAME Eugene of_Leuchtenberg /de_Beauharnais/ +1 TITL Duke +1 SEX M +1 FAMS @F1149@ +0 @I2436@ INDI +1 NAME Augusta of_Bavaria // +1 SEX F +1 FAMS @F1149@ +0 @I2437@ INDI +1 NAME Francis Charles // +1 TITL Archduke +1 SEX M +1 BIRT +2 DATE 1802 +1 DEAT +2 DATE 1878 +1 FAMS @F1150@ +0 @I2438@ INDI +1 NAME Henry_II // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 31 MAR 1519 +2 PLAC Saint-Germain,en-Laye +1 DEAT +2 DATE 10 JUL 1559 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1148@ +1 FAMC @F728@ +0 @I2439@ INDI +1 NAME Catherine of_Florence /de_Medici/ +1 SEX F +1 BIRT +2 DATE 1519 +1 DEAT +2 DATE 1589 +1 FAMS @F1148@ +0 @I2440@ INDI +1 NAME Claude of_France // +1 SEX F +1 BIRT +2 DATE 1499 +1 DEAT +2 DATE 1524 +1 FAMS @F728@ +1 FAMC @F1201@ +0 @I2441@ INDI +1 NAME Margaret of_Navarre // +1 SEX F +1 FAMC @F729@ +0 @I2442@ INDI +1 NAME John_II (Juan_II) // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1405 +1 DEAT +2 DATE 1454 +1 FAMS @F1152@ +0 @I2443@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 FAMS @F1152@ +0 @I2444@ INDI +1 NAME Walter /Sommerlath/ +1 SEX M +1 FAMS @F1153@ +0 @I2445@ INDI +1 NAME Alice /de_Toledo/ +1 SEX F +1 FAMS @F1153@ +0 @I2446@ INDI +1 NAME Victoria Ingrid Alice// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 14 JUL 1977 +1 FAMC @F220@ +0 @I2447@ INDI +1 NAME Carl Philip // +1 TITL Prince of Sweden +1 SEX M +1 BIRT +2 DATE 13 MAY 1979 +1 FAMC @F220@ +0 @I2448@ INDI +1 NAME Francis Frederick of_Saxe-Coburg// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1750 +1 DEAT +2 DATE 1806 +1 REFN 6 +1 FAMS @F1367@ +1 FAMS @F1147@ +1 FAMS @F70@ +1 FAMC @F1360@ +0 @I2449@ INDI +1 NAME Maria Henrietta // +1 SEX F +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1902 +1 FAMS @F1154@ +1 FAMC @F1155@ +0 @I2450@ INDI +1 NAME Joseph of_Austria // +1 TITL Archduke +1 SEX M +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1847 +1 FAMS @F1155@ +0 @I2451@ INDI +1 NAME Philip_II Augustus // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 21 AUG 1165 +2 PLAC Gonesse,Nr: Paris,France +1 DEAT +2 DATE 14 JUL 1223 +2 PLAC Mantes,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1156@ +1 FAMS @F1170@ +1 FAMS @F1171@ +1 FAMC @F1169@ +0 @I2452@ INDI +1 NAME Louis_VI the_Fat // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 1081 +2 PLAC Paris,France +1 DEAT +2 DATE 1 AUG 1137 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F694@ +1 FAMS @F1158@ +1 FAMC @F1159@ +0 @I2453@ INDI +1 NAME Adelaide of_Savoy // +1 SEX F +1 DEAT +2 DATE 1154 +1 FAMS @F1158@ +0 @I2454@ INDI +1 NAME Philip_I the_Fair // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1052 +1 DEAT +2 DATE 29 JUL 1108 +1 FAMS @F1159@ +1 FAMS @F1160@ +1 FAMC @F1161@ +0 @I2455@ INDI +1 NAME Bertha of_Holland // +1 SEX F +1 DEAT +2 DATE 1093 +1 FAMS @F1159@ +0 @I2456@ INDI +1 NAME Bertrada de_Montfort // +1 SEX F +1 FAMS @F1160@ +0 @I2457@ INDI +1 NAME Henry_I // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE APR 1008 +1 DEAT +2 DATE 4 AUG 1060 +2 PLAC Vitry-en-Brie,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1196@ +1 FAMS @F1161@ +1 FAMC @F1162@ +0 @I2458@ INDI +1 NAME Robert_II the_Pious // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 970 +2 PLAC Orleans,France +1 DEAT +2 DATE 1031 +1 FAMS @F1163@ +1 FAMS @F1164@ +1 FAMS @F1162@ +1 FAMC @F1165@ +0 @I2459@ INDI +1 NAME Constance of_Arles // +1 SEX F +1 DEAT +2 DATE 1032 +1 FAMS @F1162@ +0 @I2460@ INDI +1 NAME Hugh // +1 SEX M +1 BIRT +2 DATE 1007 +1 DEAT +2 DATE 1025 +1 FAMC @F1162@ +0 @I2461@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F1163@ +0 @I2462@ INDI +1 NAME Bertha of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 962 +1 FAMS @F1164@ +0 @I2463@ INDI +1 NAME Hugh /Capet/ +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 938 +1 DEAT +2 DATE AUG 996 +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1165@ +0 @I2464@ INDI +1 NAME Louis_X the_Headstrong // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 4 OCT 1289 +2 PLAC Paris,France +1 DEAT +2 DATE 5 JUN 1316 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1232@ +1 FAMS @F1157@ +1 FAMC @F794@ +0 @I2465@ INDI +1 NAME Philip_V the_Tall // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 1294 +2 PLAC Lyons,France +1 DEAT +2 DATE 3 JAN 1322 +2 PLAC Longchamp,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1175@ +1 FAMC @F794@ +0 @I2466@ INDI +1 NAME John_I // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 15 NOV 1316 +2 PLAC Paris,France +1 DEAT +2 DATE 20 NOV 1316 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1157@ +0 @I2467@ INDI +1 NAME William_I // +1 TITL King of Sicily +1 SEX M +1 BIRT +2 DATE 1120 +1 DEAT +2 DATE 1166 +1 FAMS @F1166@ +1 FAMC @F1167@ +0 @I2468@ INDI +1 NAME Roger_II // +1 SEX M +1 FAMS @F1167@ +0 @I2469@ INDI +1 NAME Philip // +1 SEX M +1 FAMC @F1158@ +0 @I2470@ INDI +1 NAME Robert // +1 TITL Count of Dreux +1 SEX M +1 FAMC @F1158@ +0 @I2471@ INDI +1 NAME Pierre de_Courtenay // +1 SEX M +1 FAMC @F1158@ +0 @I2472@ INDI +1 NAME Henry of_Beauvais // +1 TITL Bishop of Rouen +1 SEX M +1 FAMC @F1158@ +0 @I2473@ INDI +1 NAME Philip // +1 TITL Bishop of Paris +1 SEX M +1 FAMC @F1158@ +0 @I2474@ INDI +1 NAME Constance of_Toulouse // +1 TITL Constance +1 SEX F +1 FAMC @F1158@ +0 @I2475@ INDI +1 NAME Constance of_Castile // +1 SEX F +1 DEAT +2 DATE 1160 +1 FAMS @F1168@ +0 @I2476@ INDI +1 NAME Adele of_Champagne // +1 SEX F +1 DEAT +2 DATE 1206 +1 FAMS @F1169@ +0 @I2477@ INDI +1 NAME Isabella of_Hainault // +1 SEX F +1 DEAT +2 DATE 1190 +1 FAMS @F1156@ +0 @I2478@ INDI +1 NAME Ingeborg // +1 SEX F +1 BIRT +2 DATE 1175 +1 DEAT +2 DATE 1236 +1 FAMS @F1170@ +0 @I2479@ INDI +1 NAME Agnes of_Meranie // +1 TITL Princess +1 SEX F +1 DEAT +2 DATE 1201 +1 FAMS @F1171@ +0 @I2480@ INDI +1 NAME Philip /Hurepel/ +1 SEX M +1 FAMC @F1171@ +0 @I2481@ INDI +1 NAME Alphonse // +1 SEX M +1 DEAT +2 DATE 1271 +1 FAMC @F690@ +0 @I2482@ INDI +1 NAME Margaret of_Provence // +1 SEX F +1 BIRT +2 DATE 1221 +1 DEAT +2 DATE 1295 +1 FAMS @F689@ +1 FAMC @F1172@ +0 @I2483@ INDI +1 NAME Raymond of_Provence /Berenger/ +1 TITL Count IV +1 SEX M +1 FAMS @F1172@ +0 @I2484@ INDI +1 NAME Charles of_Anjou // +1 SEX M +1 FAMC @F690@ +0 @I2485@ INDI +1 NAME Mary of_Brabant // +1 SEX F +1 DEAT +2 DATE 1321 +1 FAMS @F688@ +0 @I2486@ INDI +1 NAME Joan of_Navarre // +1 SEX F +1 BIRT +2 DATE 1271 +1 DEAT +2 DATE 1305 +1 FAMS @F794@ +0 @I2487@ INDI +1 NAME Clemence of_Hungary // +1 SEX F +1 BIRT +2 DATE ABT 1293 +1 DEAT +2 DATE 1328 +1 FAMS @F1157@ +1 FAMC @F1173@ +0 @I2488@ INDI +1 NAME Charles_I // +1 TITL King of Hungary +1 SEX M +1 BIRT +2 DATE 1288 +1 DEAT +2 DATE 1342 +1 FAMS @F1173@ +1 FAMC @F1174@ +0 @I2489@ INDI +1 NAME Charles_II // +1 TITL King of Naples +1 SEX M +1 FAMS @F1174@ +0 @I2490@ INDI +1 NAME Joan of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 1293 +1 DEAT +2 DATE 1329 +1 FAMS @F1175@ +0 @I2491@ INDI +1 NAME Blanche of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 1296 +1 DEAT +2 DATE 1326 +1 FAMS @F1176@ +0 @I2492@ INDI +1 NAME Marie of_Luxemburg // +1 SEX F +1 BIRT +2 DATE 1305 +1 DEAT +2 DATE ABT 1323 +1 FAMS @F1177@ +0 @I2493@ INDI +1 NAME Joan of_Evreux // +1 SEX F +1 DEAT +2 DATE 1371 +1 FAMS @F1178@ +0 @I2494@ INDI +1 NAME Philip_VI of_Valois // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1293 +1 DEAT +2 DATE 22 AUG 1350 +2 PLAC Nogent-le-Roi,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1180@ +1 FAMS @F1181@ +1 FAMC @F1179@ +0 @I2495@ INDI +1 NAME Charles de_Valois // +1 SEX M +1 BIRT +2 DATE 1270 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 1325 +1 FAMS @F1179@ +0 @I2496@ INDI +1 NAME Joan of_Burgundy // +1 TITL Queen +1 SEX F +1 DEAT +2 DATE ABT 1349 +1 FAMS @F1180@ +0 @I2497@ INDI +1 NAME Blanche of_Navarre // +1 SEX F +1 DEAT +2 DATE 1398 +1 FAMS @F1181@ +0 @I2498@ INDI +1 NAME John_II the_Good // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 26 APR 1319 +2 PLAC Le Mans,France +1 DEAT +2 DATE 8 APR 1364 +2 PLAC London,England +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1192@ +1 FAMS @F1233@ +1 FAMC @F1180@ +0 @I2499@ INDI +1 NAME Charles_V the_Wise // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 21 JAN 1337 +2 PLAC Vincennes,France +1 DEAT +2 DATE 16 SEP 1380 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1182@ +1 FAMC @F1192@ +0 @I2500@ INDI +1 NAME Joan of_Bourbon // +1 TITL Queen +1 SEX F +1 BIRT +2 DATE 1338 +1 DEAT +2 DATE 4 FEB 1378 +1 FAMS @F1182@ +0 @I2501@ INDI +1 NAME Louis of_Beaumont // +1 TITL Count of Valois +1 SEX M +1 DEAT +2 DATE 1407 +1 FAMC @F1182@ +0 @I2502@ INDI +1 NAME Catherine // +1 TITL Princess +1 SEX F +1 FAMC @F1182@ +0 @I2503@ INDI +1 NAME Isabelle // +1 SEX F +1 BIRT +2 DATE FEB 1378 +1 DEAT +2 DATE FEB 1378 +1 FAMC @F1182@ +0 @I2504@ INDI +1 NAME Stanislaw /Leczinski/ +1 TITL King of Poland +1 SEX M +1 FAMS @F1183@ +0 @I2505@ INDI +1 NAME Margaret of_Valois // +1 SEX F +1 BIRT +2 DATE 1553 +1 DEAT +2 DATE 1615 +1 FAMS @F1184@ +0 @I2506@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMC @F1185@ +0 @I2507@ INDI +1 NAME Charles // +1 TITL Duke of Berry +1 SEX M +1 BIRT +2 DATE 1686 +1 DEAT +2 DATE 1714 +1 FAMS @F1375@ +1 FAMC @F1143@ +0 @I2508@ INDI +1 NAME Clotilde of_Savoy // +1 SEX F +1 DEAT +2 DATE 1805 +1 FAMS @F1186@ +0 @I2509@ INDI +1 NAME of_Angouleme // +1 TITL Duke +1 BIRT +2 DATE 1775 +1 FAMC @F1186@ +0 @I2510@ INDI +1 NAME of_Berry // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1778 +1 FAMC @F1186@ +0 @I2511@ INDI +1 NAME Louis_Philippe_I // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1773 +2 PLAC Palace Royal,France,France +1 DEAT +2 DATE 1850 +1 FAMS @F1187@ +1 FAMC @F1188@ +0 @I2512@ INDI +1 NAME Desideria // +1 SEX F +1 FAMS @F664@ +0 @I2513@ INDI +1 NAME Louis-Philippe Joseph // +1 SEX M +1 DEAT +2 DATE 1793 +1 FAMS @F1188@ +1 FAMC @F1189@ +0 @I2514@ INDI +1 NAME Louise Adelaide de_Penthievre// +1 TITL Princess +1 SEX F +1 FAMS @F1188@ +0 @I2515@ INDI +1 NAME Louis-Philippe // +1 SEX M +1 DEAT +2 DATE 1785 +1 FAMS @F1189@ +1 FAMC @F1190@ +0 @I2516@ INDI +1 NAME Louis of_Orleans // +1 SEX M +1 DEAT +2 DATE 1752 +1 FAMS @F1190@ +1 FAMC @F1191@ +0 @I2517@ INDI +1 NAME Philippe Duc_de_Chartes // +1 TITL Regent +1 SEX M +1 BIRT +2 DATE 1674 +1 DEAT +2 DATE 1723 +1 FAMS @F1191@ +1 FAMC @F1373@ +0 @I2518@ INDI +1 NAME Philip the_Bold // +1 SEX M +1 DEAT +2 DATE 1404 +1 FAMC @F1192@ +0 @I2519@ INDI +1 NAME Bonne of_Luxemburg // +1 SEX F +1 DEAT +2 DATE 1349 +1 FAMS @F1192@ +0 @I2520@ INDI +1 NAME Joan of_Valois // +1 SEX F +1 FAMS @F1193@ +1 FAMC @F1179@ +0 @I2521@ INDI +1 NAME Robert of_Artois // +1 TITL Duke of Richmond +1 SEX M +1 FAMS @F1193@ +0 @I2522@ INDI +1 NAME Charles_IX // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 27 JUN 1550 +2 PLAC St. Germain-,en-Laye,France +1 DEAT +2 DATE 30 MAY 1574 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1229@ +1 FAMC @F1148@ +0 @I2523@ INDI +1 NAME Henry_III // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 19 SEP 1551 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 2 AUG 1589 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1230@ +1 FAMC @F1148@ +0 @I2524@ INDI +1 NAME Charles of_Valois // +1 TITL Count Angouleme +1 SEX M +1 FAMS @F729@ +1 FAMC @F1194@ +0 @I2525@ INDI +1 NAME John of_Valois // +1 TITL Count Angouleme +1 SEX M +1 FAMS @F1194@ +0 @I2526@ INDI +1 NAME Margaretha of_Sweden // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 31 OCT 1934 +1 FAMS @F1285@ +1 FAMC @F217@ +0 @I2527@ INDI +1 NAME Birgitta of_Sweden // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 19 JAN 1937 +1 FAMS @F1286@ +1 FAMC @F217@ +0 @I2528@ INDI +1 NAME Desiree of_Sweden // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 2 JUN 1938 +1 FAMS @F1287@ +1 FAMC @F217@ +0 @I2529@ INDI +1 NAME Christina Louise Helen// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 3 AUG 1943 +1 FAMS @F1288@ +1 FAMC @F217@ +0 @I2530@ INDI +1 NAME Peter_I // +1 TITL King of Serbia +1 SEX M +1 DEAT +2 DATE 1921 +1 FAMS @F1195@ +0 @I2531@ INDI +1 NAME Zorka of_Montenegro // +1 TITL Princess +1 SEX F +1 DEAT +2 DATE ABT 1889 +1 FAMS @F1195@ +0 @I2532@ INDI +1 NAME George /Karageorgeovitch/ +1 SEX M +1 FAMC @F1195@ +0 @I2533@ INDI +1 NAME Robert // +1 SEX M +1 FAMC @F1162@ +0 @I2534@ INDI +1 NAME Hugh the_Great of_Vermandois// +1 TITL Count +1 SEX M +1 FAMC @F1196@ +0 @I2535@ INDI +1 NAME Anne of_Kiev // +1 SEX F +1 BIRT +2 DATE ABT 1024 +1 DEAT +2 DATE ABT 1066 +1 FAMS @F1161@ +0 @I2536@ INDI +1 NAME Matilda of_Germany // +1 SEX F +1 DEAT +2 DATE BEF 1044 +1 FAMS @F1196@ +0 @I2537@ INDI +1 NAME Charles_VII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 22 FEB 1403 +2 PLAC Paris,France +1 DEAT +2 DATE 21 JUL 1461 +2 PLAC Bourges,France +1 BURI +2 DATE 9 AUG 1461 +2 PLAC St. Denis,France +1 FAMS @F1197@ +1 FAMC @F915@ +0 @I2538@ INDI +1 NAME Mary of_Anjou // +1 SEX F +1 BIRT +2 DATE 1404 +1 DEAT +2 DATE 1463 +1 FAMS @F1197@ +1 FAMC @F1198@ +0 @I2539@ INDI +1 NAME Yolande of_Aragon // +1 SEX F +1 FAMS @F1198@ +0 @I2540@ INDI +1 NAME Louis_XI // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 3 JUL 1423 +2 PLAC Bourges,France +1 DEAT +2 DATE 30 AUG 1483 +1 BURI +2 PLAC Notre Dame,de Clery,France +1 FAMS @F1199@ +1 FAMS @F1200@ +1 FAMC @F1197@ +0 @I2541@ INDI +1 NAME Margaret of_Scotland // +1 SEX F +1 BIRT +2 DATE ABT 1418 +1 DEAT +2 DATE 1445 +1 FAMS @F1199@ +0 @I2542@ INDI +1 NAME Charlotte of_Savoy // +1 SEX F +1 BIRT +2 DATE ABT 1445 +1 DEAT +2 DATE 1483 +1 FAMS @F1200@ +0 @I2543@ INDI +1 NAME Charles_VIII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 30 JUN 1490 +1 DEAT +2 DATE 7 APR 1498 +2 PLAC Amboise +1 BURI +2 PLAC St. Denis,France +1 FAMS @F343@ +1 FAMC @F1200@ +0 @I2544@ INDI +1 NAME Anne // +1 SEX F +1 BIRT +2 DATE 1461 +1 DEAT +2 DATE 1522 +1 FAMC @F1200@ +0 @I2545@ INDI +1 NAME Anne of_Brittany // +1 SEX F +1 BIRT +2 DATE 1477 +1 DEAT +2 DATE 1514 +1 FAMS @F343@ +0 @I2546@ INDI +1 NAME Anne of_Cleves // +1 SEX F +1 FAMS @F462@ +0 @I2547@ INDI +1 NAME Joan of_Valois // +1 SEX F +1 BIRT +2 DATE 1464 +1 DEAT +2 DATE 1505 +1 FAMS @F1151@ +0 @I2548@ INDI +1 NAME Anne of_Brittany // +1 SEX F +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 9 JAN 1514 +1 FAMS @F1201@ +0 @I2549@ INDI +1 NAME Catherine of_Brandenburg -Kustrin// +1 SEX F +1 FAMS @F1054@ +0 @I2550@ INDI +1 NAME Hildegard // +1 SEX F +1 BIRT +2 DATE ABT 757 +1 DEAT +2 DATE 783 +1 FAMS @F1202@ +0 @I2551@ INDI +1 NAME Charles // +1 SEX M +1 DEAT +2 DATE 811 +1 FAMC @F1202@ +0 @I2552@ INDI +1 NAME Pepin // +1 TITL King of Italy +1 SEX M +1 BIRT +2 DATE 777 +1 DEAT +2 DATE 810 +1 FAMS @F1205@ +1 FAMC @F1202@ +0 @I2553@ INDI +1 NAME Louis_I the_Pious of_Aquitaine// +1 TITL King +1 SEX M +1 BIRT +2 DATE 778 +1 DEAT +2 DATE 840 +1 FAMS @F1206@ +1 FAMS @F1207@ +1 FAMC @F1202@ +0 @I2554@ INDI +1 NAME Berthe // +1 SEX F +1 FAMC @F1202@ +0 @I2555@ INDI +1 NAME Fastrada // +1 SEX F +1 DEAT +2 DATE 794 +1 FAMS @F1203@ +0 @I2556@ INDI +1 NAME Luitgard // +1 SEX F +1 DEAT +2 DATE 800 +1 FAMS @F1204@ +0 @I2557@ INDI +1 NAME Bertha of_Toulouse // +1 SEX F +1 FAMS @F1205@ +0 @I2558@ INDI +1 NAME Irmengard of_Hesbain // +1 SEX F +1 FAMS @F1206@ +0 @I2559@ INDI +1 NAME Judith of_Bavaria // +1 SEX F +1 FAMS @F1207@ +0 @I2560@ INDI +1 NAME Lothar_I // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 795 +1 DEAT +2 DATE 855 +1 FAMS @F1208@ +1 FAMC @F1206@ +0 @I2561@ INDI +1 NAME Pepin_I of_Aquitaine // +1 TITL King +1 SEX M +1 DEAT +2 DATE 838 +1 FAMS @F1209@ +1 FAMC @F1206@ +0 @I2562@ INDI +1 NAME Adelaide // +1 SEX F +1 FAMC @F1206@ +0 @I2563@ INDI +1 NAME Louis_II the_German // +1 TITL King East Franks +1 SEX M +1 BIRT +2 DATE ABT 805 +1 DEAT +2 DATE 876 +1 FAMS @F1210@ +1 FAMC @F1206@ +0 @I2564@ INDI +1 NAME Charles_II the_Bald // +1 TITL King West Franks +1 SEX M +1 BIRT +2 DATE 823 +1 DEAT +2 DATE 6 OCT 877 +2 PLAC Modano +1 FAMS @F1211@ +1 FAMC @F1207@ +0 @I2565@ INDI +1 NAME Bernard // +1 TITL King of Italy +1 SEX M +1 BIRT +2 DATE ABT 799 +1 DEAT +2 DATE 818 +1 FAMC @F1205@ +0 @I2566@ INDI +1 NAME Irmengard // +1 SEX F +1 FAMS @F1208@ +0 @I2567@ INDI +1 NAME Louis_II le_Jeune // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE ABT 822 +1 DEAT +2 DATE 875 +1 FAMS @F1215@ +1 FAMC @F1208@ +0 @I2568@ INDI +1 NAME Lothar_II of_Lorraine // +1 TITL King +1 SEX M +1 BIRT +2 DATE ABT 826 +1 DEAT +2 DATE 868 +1 FAMS @F1217@ +1 FAMS @F1218@ +1 FAMC @F1208@ +0 @I2569@ INDI +1 NAME Charles // +1 TITL King of Provence +1 SEX M +1 DEAT +2 DATE 863 +1 FAMC @F1208@ +0 @I2570@ INDI +1 NAME Pepin_II of_Aquitaine // +1 TITL King +1 SEX M +1 DEAT +2 DATE 870 +1 FAMC @F1209@ +0 @I2571@ INDI +1 NAME Emma of_Bavaria // +1 SEX F +1 DEAT +2 DATE 876 +1 FAMS @F1210@ +0 @I2572@ INDI +1 NAME Carloman // +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE ABT 828 +1 DEAT +2 DATE 880 +1 FAMS @F1219@ +1 FAMC @F1210@ +0 @I2573@ INDI +1 NAME Louis the_Young // +1 TITL King East Franks +1 SEX M +1 DEAT +2 DATE 882 +1 FAMC @F1210@ +0 @I2574@ INDI +1 NAME Charles_III the_Fat // +1 TITL King West Franks +1 SEX M +1 BIRT +2 DATE 839 +1 DEAT +2 DATE 887 +1 FAMC @F1210@ +0 @I2575@ INDI +1 NAME Ermentrude // +1 SEX F +1 DEAT +2 DATE 869 +1 FAMS @F1211@ +0 @I2576@ INDI +1 NAME Louis_II the_Stammerer // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 846 +1 DEAT +2 DATE 879 +1 FAMS @F1212@ +1 FAMS @F1213@ +1 FAMC @F1211@ +0 @I2577@ INDI +1 NAME Charles of_Aquitaine // +1 TITL King +1 SEX M +1 DEAT +2 DATE 866 +1 FAMC @F1211@ +0 @I2578@ INDI +1 NAME Carloman // +1 SEX M +1 DEAT +2 DATE 876 +1 FAMC @F1211@ +0 @I2579@ INDI +1 NAME Judith // +1 SEX F +1 FAMC @F1211@ +0 @I2580@ INDI +1 NAME Ansgarde of_Burgundy // +1 SEX F +1 FAMS @F1212@ +0 @I2581@ INDI +1 NAME Louis_III // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 863 +1 DEAT +2 DATE 882 +1 FAMC @F1212@ +0 @I2582@ INDI +1 NAME Carloman // +1 TITL King of France +1 SEX M +1 DEAT +2 DATE 884 +1 FAMC @F1212@ +0 @I2583@ INDI +1 NAME Adelaide Judith // +1 SEX F +1 FAMS @F1213@ +0 @I2584@ INDI +1 NAME Charles_III the_Simple // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 879 +1 DEAT +2 DATE 929 +1 FAMS @F1214@ +1 FAMC @F1213@ +0 @I2585@ INDI +1 NAME Eadgifu of_England // +1 SEX F +1 BIRT +2 DATE 902 +1 FAMS @F1214@ +0 @I2586@ INDI +1 NAME Engeberge // +1 SEX F +1 FAMS @F1215@ +0 @I2587@ INDI +1 NAME Irmengard // +1 SEX F +1 FAMS @F1216@ +1 FAMC @F1215@ +0 @I2588@ INDI +1 NAME Boso // +1 TITL King of Provence +1 SEX M +1 DEAT +2 DATE 887 +1 FAMS @F1216@ +0 @I2589@ INDI +1 NAME Louis_III the_Blind // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE ABT 880 +1 DEAT +2 DATE 928 +1 FAMC @F1216@ +0 @I2590@ INDI +1 NAME Theutberga of_Valois // +1 SEX F +1 FAMS @F1217@ +0 @I2591@ INDI +1 NAME Waldrada // +1 SEX F +1 FAMS @F1218@ +0 @I2592@ INDI +1 NAME Litwinde // +1 SEX F +1 FAMS @F1219@ +0 @I2593@ INDI +1 NAME Arnulf // +1 TITL King of Germany +1 SEX M +1 BIRT +2 DATE ABT 863 +1 DEAT +2 DATE 899 +1 FAMS @F1220@ +1 FAMC @F1219@ +0 @I2594@ INDI +1 NAME Oda of_Bavaria // +1 SEX F +1 FAMS @F1220@ +0 @I2595@ INDI +1 NAME Louis_III the_Child // +1 TITL King of Germany +1 SEX M +1 BIRT +2 DATE 893 +1 DEAT +2 DATE 911 +1 FAMC @F1220@ +0 @I2596@ INDI +1 NAME Zwentibold // +1 TITL King of Lorraine +1 SEX M +1 DEAT +2 DATE 900 +1 FAMC @F1220@ +0 @I2597@ INDI +1 NAME Hedwige // +1 SEX F +1 FAMS @F1221@ +1 FAMC @F1220@ +0 @I2598@ INDI +1 NAME Otto of_Saxony // +1 SEX M +1 FAMS @F1221@ +0 @I2599@ INDI +1 NAME Henry the_Fowler // +1 TITL Emperor +1 SEX M +1 FAMS @F1222@ +1 FAMC @F1221@ +0 @I2600@ INDI +1 NAME Matilda of_Ringelheim // +1 SEX F +1 FAMS @F1222@ +0 @I2601@ INDI +1 NAME Bruno of_Cologne // +1 TITL Archbishop +1 SEX M +1 FAMC @F1222@ +0 @I2602@ INDI +1 NAME Otto_I // +1 TITL Emperor +1 SEX M +1 FAMC @F1222@ +0 @I2603@ INDI +1 NAME Gerberge // +1 SEX F +1 DEAT +2 DATE 968 +1 FAMS @F1223@ +1 FAMC @F1222@ +0 @I2604@ INDI +1 NAME Louis_IV d'Outre-Mer // +1 SEX M +1 BIRT +2 DATE ABT 920 +1 DEAT +2 DATE 954 +1 FAMS @F1223@ +1 FAMC @F1214@ +0 @I2605@ INDI +1 NAME Lothar // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 941 +1 DEAT +2 DATE 986 +1 FAMS @F1224@ +1 FAMC @F1223@ +0 @I2606@ INDI +1 NAME Charles Lower_Lorraine // +1 SEX M +1 BIRT +2 DATE 954 +1 DEAT +2 DATE 986 +1 FAMC @F1223@ +0 @I2607@ INDI +1 NAME Louis_V the_Coward // +1 SEX M +1 BIRT +2 DATE ABT 986 +1 DEAT +2 DATE 997 +1 FAMC @F1224@ +0 @I2608@ INDI +1 NAME Adalberon of_Rheims // +1 TITL Archbishop +1 SEX M +1 DEAT +2 DATE 1021 +1 FAMC @F1224@ +0 @I2609@ INDI +1 NAME Pepin the_Short // +1 TITL King of Franks +1 SEX M +1 BIRT +2 DATE 714 +1 DEAT +2 DATE 768 +1 FAMS @F1225@ +1 FAMC @F1227@ +0 @I2610@ INDI +1 NAME Bertha // +1 SEX F +1 DEAT +2 DATE 783 +1 FAMS @F1225@ +0 @I2611@ INDI +1 NAME Carloman // +1 TITL King of Franks +1 SEX M +1 BIRT +2 DATE ABT 751 +1 DEAT +2 DATE 771 +1 FAMS @F1226@ +1 FAMC @F1225@ +0 @I2612@ INDI +1 NAME Gerberge of_the_Lombard // +1 SEX F +1 FAMS @F1226@ +0 @I2613@ INDI +1 NAME Charles /Martel/ +1 SEX M +1 BIRT +2 DATE ABT 686 +1 DEAT +2 DATE 741 +1 FAMS @F1227@ +0 @I2614@ INDI +1 NAME Augusta Reuss-Ebersdorf // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1757 +1 DEAT +2 DATE 1831 +1 FAMS @F1147@ +1 FAMC @F1228@ +0 @I2615@ INDI +1 NAME Elisabeth of_Austria // +1 SEX F +1 BIRT +2 DATE 1554 +1 DEAT +2 DATE 1592 +1 FAMS @F1229@ +0 @I2616@ INDI +1 NAME Marie Elisabeth // +1 SEX F +1 BIRT +2 DATE 27 OCT 1572 +1 DEAT +2 DATE 2 APR 1578 +1 FAMC @F1229@ +0 @I2617@ INDI +1 NAME Louise of_Lorraine // +1 SEX F +1 BIRT +2 DATE 1553 +1 DEAT +2 DATE 1601 +1 FAMS @F1230@ +0 @I2618@ INDI +1 NAME Isabelle of_Aragon // +1 SEX F +1 BIRT +2 DATE 1247 +1 DEAT +2 DATE 1271 +1 FAMS @F1231@ +0 @I2619@ INDI +1 NAME Marguerite of_Burgundy // +1 SEX F +1 BIRT +2 DATE 1290 +1 DEAT +2 DATE 1315 +1 FAMS @F1232@ +0 @I2620@ INDI +1 NAME Joan of_Boulogne // +1 SEX F +1 BIRT +2 DATE ABT 1326 +1 DEAT +2 DATE 1361 +1 FAMS @F1233@ +0 @I2621@ INDI +1 NAME Magdalen of_Hochstadten // +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1917 +1 FAMS @F1234@ +0 @I2622@ INDI +1 NAME William of_Prussia // +1 TITL Prince +1 SEX M +1 FAMS @F1235@ +0 @I2623@ INDI +1 NAME John /Loisinger/ +1 SEX M +1 FAMS @F1236@ +0 @I2624@ INDI +1 NAME Francis_II Frederick of_Mecklenburg// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1883 +1 FAMS @F1237@ +0 @I2625@ INDI +1 NAME Josephine of_Lichtenberg // +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1952 +1 FAMS @F1238@ +1 FAMC @F1239@ +0 @I2626@ INDI +1 NAME Philip /Bender/ +1 SEX M +1 FAMS @F1239@ +0 @I2627@ INDI +1 NAME Caroline of_Nidda // +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1879 +1 FAMS @F1240@ +0 @I2628@ INDI +1 NAME Emily of_Dornberg // +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1961 +1 FAMS @F1241@ +0 @I2629@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1931 +1 DEAT +2 DATE 1937 +1 FAMC @F158@ +0 @I2630@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1933 +1 DEAT +2 DATE 1937 +1 FAMC @F158@ +0 @I2631@ INDI +1 NAME Joanna // +1 SEX F +1 BIRT +2 DATE 1936 +1 DEAT +2 DATE 1939 +1 FAMC @F158@ +0 @I2632@ INDI +1 NAME Auckland L. of_Rolvenden/Geddes/ +1 SEX M +1 FAMS @F1242@ +0 @I2633@ INDI +1 NAME Maria de_las_Mercedes // +1 SEX F +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1878 +1 FAMS @F1243@ +0 @I2634@ INDI +1 NAME Maria de_las_Mercedes // +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1904 +1 FAMS @F1244@ +1 FAMC @F254@ +0 @I2635@ INDI +1 NAME Maria Theresa // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1912 +1 FAMS @F1254@ +1 FAMC @F254@ +0 @I2636@ INDI +1 NAME Charles of_Bourbon -Sicily// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1949 +1 FAMS @F1244@ +1 FAMS @F1245@ +0 @I2637@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1952 +1 FAMS @F1245@ +0 @I2638@ INDI +1 NAME Louis de_la_Torre /Gomez-Acebo/ +1 TITL Viscount +1 SEX M +1 BIRT +2 DATE 1934 +1 FAMS @F1246@ +0 @I2639@ INDI +1 NAME Carlos Zurita_y_Delgado // +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F1247@ +0 @I2640@ INDI +1 NAME Edelmira // +1 SEX F +1 BIRT +2 DATE 1906 +1 FAMS @F1248@ +0 @I2641@ INDI +1 NAME Martha y_Altazurra /Rocafort/ +1 SEX F +1 FAMS @F1249@ +0 @I2642@ INDI +1 NAME Maria Christina // +1 SEX F +1 BIRT +2 DATE 1911 +1 FAMS @F1250@ +1 FAMC @F143@ +0 @I2643@ INDI +1 NAME Gonzalo // +1 SEX M +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1934 +1 FAMC @F143@ +0 @I2644@ INDI +1 NAME Henry C. /Marone/ +1 SEX M +1 BIRT +2 DATE 1895 +1 DEAT +2 DATE 1968 +1 FAMS @F1250@ +0 @I2645@ INDI +1 NAME Alexander of_Civitella- Cessi/Torlonia/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1911 +1 FAMS @F1251@ +0 @I2646@ INDI +1 NAME Emmanuela de_Dampierre // +1 SEX F +1 BIRT +2 DATE 1913 +1 FAMS @F1252@ +0 @I2647@ INDI +1 NAME Charlotte /Tiedemann/ +1 SEX F +1 BIRT +2 DATE 1919 +1 FAMS @F1253@ +0 @I2648@ INDI +1 NAME Ferdinand of_Bavaria // +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1958 +1 FAMS @F1254@ +1 FAMC @F1255@ +0 @I2649@ INDI +1 NAME Louis Ferdinand of_Bavaria// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1949 +1 FAMS @F1255@ +0 @I2650@ INDI +1 NAME Maria de_la_Paz // +1 SEX F +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1946 +1 FAMS @F1255@ +0 @I2651@ INDI +1 NAME Adolph of_Schwarzburg- Rudolstadt// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1875 +1 FAMS @F1256@ +0 @I2652@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1914 +1 FAMS @F1256@ +0 @I2653@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1770 +1 DEAT +2 DATE 1819 +1 FAMS @F1257@ +1 FAMC @F239@ +0 @I2654@ INDI +1 NAME Alexandrine // +1 SEX F +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1892 +1 FAMS @F183@ +1 FAMC @F145@ +0 @I2655@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1774 +1 DEAT +2 DATE 1799 +1 FAMC @F239@ +0 @I2656@ INDI +1 NAME Amalia // +1 SEX F +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1872 +1 FAMS @F1258@ +0 @I2657@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1855 +1 DEAT +2 DATE 1888 +1 FAMS @F1259@ +0 @I2658@ INDI +1 NAME Lucas /Streshniev/ +1 SEX M +1 DEAT +2 DATE 1650 +1 FAMS @F1260@ +0 @I2659@ INDI +1 NAME Anne /Volkonska/ +1 SEX F +1 FAMS @F1260@ +1 FAMC @F1378@ +0 @I2660@ INDI +1 NAME Theodore // +1 TITL Patr. of Moscow +1 SEX M +1 DEAT +2 DATE 1633 +1 FAMS @F1261@ +0 @I2661@ INDI +1 NAME Xenia // +1 SEX F +1 DEAT +2 DATE 1631 +1 FAMS @F1261@ +1 FAMC @F1376@ +0 @I2662@ INDI +1 NAME Anne /Leontiev/ +1 SEX F +1 DEAT +2 DATE 1706 +1 FAMS @F483@ +1 FAMC @F1262@ +0 @I2663@ INDI +1 NAME Leonti /Leontiev/ +1 SEX M +1 FAMS @F1262@ +0 @I2664@ INDI +1 NAME Praskovia /Rayevska/ +1 SEX F +1 DEAT +2 DATE 1641 +1 FAMS @F1262@ +1 FAMC @F1377@ +0 @I2665@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1891 +1 FAMS @F1263@ +1 FAMC @F10@ +0 @I2666@ INDI +1 NAME Michael /Romanov/ +1 SEX M +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1909 +1 FAMS @F1264@ +1 FAMC @F10@ +0 @I2667@ INDI +1 NAME Alexandra // +1 SEX F +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1900 +1 FAMS @F1263@ +0 @I2668@ INDI +1 NAME Cecily (Olga) // +1 SEX F +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1891 +1 FAMS @F1264@ +0 @I2669@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1919 +1 FAMC @F1264@ +0 @I2670@ INDI +1 NAME Michael /Romanov/ +1 SEX M +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1929 +1 FAMS @F1266@ +1 FAMC @F1264@ +0 @I2671@ INDI +1 NAME Constantine /Romanov/ +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1915 +1 FAMS @F1268@ +1 FAMC @F112@ +0 @I2672@ INDI +1 NAME Sergius /Romanov/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1918 +1 FAMC @F1264@ +0 @I2673@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1940 +1 FAMS @F1265@ +1 FAMS @F1336@ +1 FAMC @F75@ +0 @I2674@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1919 +1 FAMS @F1265@ +1 FAMC @F1264@ +0 @I2675@ INDI +1 NAME Alexander Mikhailovich (Sandro)/Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1933 +1 FAMS @F51@ +1 FAMC @F1264@ +0 @I2676@ INDI +1 NAME Sophia of_Nassau // +1 SEX F +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1927 +1 FAMS @F1266@ +0 @I2677@ INDI +1 NAME Dimitri /Romanov/ +1 SEX M +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1919 +1 FAMC @F112@ +0 @I2678@ INDI +1 NAME Nadezhda /Dreyer/ +1 SEX F +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1929 +1 FAMS @F1267@ +0 @I2679@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1929 +1 FAMS @F1268@ +1 FAMC @F1269@ +0 @I2680@ INDI +1 NAME Maurice of_Saxe- Altenburg// +1 TITL Prince +1 SEX M +1 FAMS @F1269@ +0 @I2681@ INDI +1 NAME Artemi /Romanov/ +1 TITL Prince Iskander +1 SEX M +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1919 +1 FAMC @F1267@ +0 @I2682@ INDI +1 NAME Frederick Francis_II of_Mecklengb-Sch// +1 TITL Grand Duke +1 SEX M +1 FAMS @F1270@ +0 @I2683@ INDI +1 NAME George Bagration- Mukhranski// +1 TITL Prince +1 SEX M +1 FAMS @F1271@ +0 @I2684@ INDI +1 NAME Ivan /Romanov/ +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1918 +1 FAMS @F1272@ +1 FAMC @F1268@ +0 @I2685@ INDI +1 NAME Constantine /Romanov/ +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1918 +1 FAMC @F1268@ +0 @I2686@ INDI +1 NAME Igor /Romanov/ +1 SEX M +1 BIRT +2 DATE 1894 +1 DEAT +2 DATE 1918 +1 FAMC @F1268@ +0 @I2687@ INDI +1 NAME Helen // +1 SEX F +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1962 +1 FAMS @F1272@ +1 FAMC @F1273@ +0 @I2688@ INDI +1 NAME Peter_I // +1 TITL King of Serbia +1 SEX M +1 FAMS @F1273@ +0 @I2689@ INDI +1 NAME Frederick Eugene of_Wurttemberg// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1732 +1 DEAT +2 DATE 1797 +1 FAMS @F1274@ +0 @I2690@ INDI +1 NAME Dorothea of_Brandenburg -Schwedt// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1736 +1 DEAT +2 DATE 1798 +1 FAMS @F1274@ +0 @I2691@ INDI +1 NAME Christian Augustus // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1690 +1 DEAT +2 DATE 1747 +1 FAMS @F1275@ +0 @I2692@ INDI +1 NAME Joanna // +1 SEX F +1 BIRT +2 DATE 1712 +1 DEAT +2 DATE 1760 +1 FAMS @F1275@ +0 @I2693@ INDI +1 NAME Peter /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1980 +1 FAMS @F1331@ +1 FAMC @F1276@ +0 @I2694@ INDI +1 NAME John of_Brandenburg // +1 TITL Margrave +1 SEX M +1 FAMS @F1277@ +0 @I2695@ INDI +1 NAME Frederick Francis_III Mecklenburg-Schw// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1897 +1 FAMS @F1278@ +0 @I2696@ INDI +1 NAME Anastasia // +1 SEX F +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1922 +1 FAMS @F1278@ +0 @I2697@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1875 +1 DEAT +2 DATE 1906 +1 FAMS @F1279@ +1 FAMC @F218@ +0 @I2698@ INDI +1 NAME Frederick of_Schaumburg -Lippe// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1945 +1 FAMS @F1279@ +0 @I2699@ INDI +1 NAME Feodora // +1 SEX F +1 BIRT +2 DATE 1910 +1 DEAT +2 DATE 1975 +1 FAMC @F652@ +0 @I2700@ INDI +1 NAME Alexandrine Louise // +1 SEX F +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1962 +1 FAMC @F652@ +0 @I2701@ INDI +1 NAME Gorm // +1 SEX M +1 BIRT +2 DATE 1919 +1 FAMC @F652@ +0 @I2702@ INDI +1 NAME Oluf of_Rosenborg // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1923 +1 FAMS @F1280@ +1 FAMC @F652@ +0 @I2703@ INDI +1 NAME Helen /Dorrit/ +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMS @F1280@ +0 @I2704@ INDI +1 NAME Inge /Terney/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F1281@ +0 @I2705@ INDI +1 NAME Charles Augustus /Haraldsen/ +1 SEX M +1 FAMS @F1282@ +0 @I2706@ INDI +1 NAME Guelph /Hanover/ +1 SEX M +1 BIRT +2 DATE 1947 +1 DEAT +2 DATE 1981 +1 FAMS @F1283@ +1 FAMC @F391@ +0 @I2707@ INDI +1 NAME George /Hanover/ +1 SEX M +1 BIRT +2 DATE 1949 +1 FAMS @F1284@ +1 FAMC @F391@ +0 @I2708@ INDI +1 NAME Fredericka /Hanover/ +1 SEX F +1 BIRT +2 DATE 1954 +1 FAMC @F391@ +0 @I2709@ INDI +1 NAME Wilbeke /von_Gunsteren/ +1 SEX F +1 BIRT +2 DATE 1948 +1 FAMS @F1283@ +0 @I2710@ INDI +1 NAME Victoria /Bee/ +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMS @F1284@ +0 @I2711@ INDI +1 NAME Caroline Louise /Hanover/ +1 SEX F +1 BIRT +2 DATE 1965 +1 FAMC @F389@ +0 @I2712@ INDI +1 NAME Mireille /Hanover/ +1 SEX F +1 BIRT +2 DATE 1971 +1 FAMC @F389@ +0 @I2713@ INDI +1 NAME John Kenneth /Ambler/ +1 SEX M +1 BIRT +2 DATE 6 JUN 1924 +1 FAMS @F1285@ +0 @I2714@ INDI +1 NAME Sybilla Louise // +1 SEX F +1 BIRT +2 DATE 14 APR 1965 +1 FAMC @F1285@ +0 @I2715@ INDI +1 NAME Charles Edward // +1 SEX M +1 BIRT +2 DATE 14 JUL 1966 +1 FAMC @F1285@ +0 @I2716@ INDI +1 NAME James Patrick // +1 SEX M +1 BIRT +2 DATE 10 JUN 1969 +1 FAMC @F1285@ +0 @I2717@ INDI +1 NAME Johann Georg of_Hohenzollern// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 31 JUL 1932 +1 FAMS @F1286@ +0 @I2718@ INDI +1 NAME Carl Christian // +1 SEX M +1 BIRT +2 DATE 5 APR 1962 +1 FAMC @F1286@ +0 @I2719@ INDI +1 NAME Desiree Margaretha Victoria// +1 SEX F +1 BIRT +2 DATE 27 NOV 1963 +1 FAMC @F1286@ +0 @I2720@ INDI +1 NAME Hubertus Gustaf Adolf// +1 SEX M +1 BIRT +2 DATE 10 JUN 1966 +1 FAMC @F1286@ +0 @I2721@ INDI +1 NAME Nicholas /Silfverschiold/ +1 TITL Baron +1 SEX M +1 BIRT +2 DATE 31 MAY 1934 +1 FAMS @F1287@ +0 @I2722@ INDI +1 NAME Carl Otto Edmund// +1 SEX M +1 BIRT +2 DATE 22 MAR 1965 +1 FAMC @F1287@ +0 @I2723@ INDI +1 NAME Christina Louise // +1 SEX F +1 BIRT +2 DATE 29 SEP 1966 +1 FAMC @F1287@ +0 @I2724@ INDI +1 NAME Helene Ingeborg // +1 SEX F +1 BIRT +2 DATE 20 SEP 1968 +1 FAMC @F1287@ +0 @I2725@ INDI +1 NAME Tord Gosta /Magnuson/ +1 SEX M +1 BIRT +2 DATE 7 APR 1941 +1 FAMS @F1288@ +0 @I2726@ INDI +1 NAME Carl Gustaf Victor// +1 SEX M +1 BIRT +2 DATE 8 AUG 1975 +1 FAMC @F1288@ +0 @I2727@ INDI +1 NAME Tord Oscar Fredrik// +1 SEX M +1 BIRT +2 DATE 20 JUN 1977 +1 FAMC @F1288@ +0 @I2728@ INDI +1 NAME Victor Edmund Lennart// +1 SEX M +1 BIRT +2 DATE 10 SEP 1980 +1 FAMC @F1288@ +0 @I2729@ INDI +1 NAME Madeleine Therese Amelie// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 10 JUN 1982 +1 FAMC @F220@ +0 @I2730@ INDI +1 NAME Marianne of_Wisborg /Lindberg/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 15 JUL 1924 +1 FAMS @F1289@ +0 @I2731@ INDI +1 NAME Lilian May of_Sweden/Davies/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 30 AUG 1915 +1 FAMS @F1290@ +0 @I2732@ INDI +1 NAME Erika /Patzek/ +1 SEX F +1 BIRT +2 DATE 1911 +2 PLAC ,Germany +1 FAMS @F1291@ +0 @I2733@ INDI +1 NAME Sonia /Robbert/ +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMS @F1292@ +0 @I2734@ INDI +1 NAME Elin Kerstin Margareta/Wijkmark/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 4 MAR 1910 +1 DEAT +2 DATE 11 SEP 1987 +1 FAMS @F1293@ +0 @I2735@ INDI +1 NAME Gunnila Martha Louise/Wachtmeister/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 12 MAY 1923 +1 FAMS @F1294@ +0 @I2736@ INDI +1 NAME Karin Emma Louise/Nissvandt/ +1 SEX F +1 BIRT +2 DATE 7 JUL 1911 +2 PLAC Nora,Sweden +1 FAMS @F1295@ +0 @I2737@ INDI +1 NAME Sonja Anita Maria/Hauntz/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 7 MAY 1944 +1 FAMS @F1296@ +0 @I2738@ INDI +1 NAME Carl Gustaf Oscar// +1 TITL Prince of Sweden +1 SEX M +1 BIRT +2 DATE 10 JAN 1911 +1 FAMS @F1327@ +1 FAMS @F1329@ +1 FAMS @F1297@ +1 FAMC @F215@ +0 @I2739@ INDI +1 NAME Kristine /Rivelsrud/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 22 APR 1932 +1 FAMS @F1297@ +0 @I2740@ INDI +1 NAME Michael // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1944 +1 FAMS @F1298@ +1 FAMC @F1292@ +0 @I2741@ INDI +1 NAME Christine /Wellhoefer/ +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F1298@ +0 @I2742@ INDI +1 NAME Monica // +1 SEX F +1 BIRT +2 DATE 1948 +1 FAMS @F1299@ +1 FAMC @F1293@ +0 @I2743@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1949 +1 FAMC @F1293@ +0 @I2744@ INDI +1 NAME Johan /Bonde/ +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1950 +1 FAMS @F1299@ +0 @I2745@ INDI +1 NAME Birgitta // +1 SEX F +1 BIRT +2 DATE 1933 +1 FAMS @F1300@ +1 FAMC @F1295@ +0 @I2746@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMS @F1301@ +1 FAMC @F1295@ +0 @I2747@ INDI +1 NAME Jan // +1 SEX M +1 BIRT +2 DATE 1941 +1 FAMS @F1302@ +1 FAMS @F1303@ +1 FAMS @F1304@ +1 FAMS @F1305@ +1 FAMC @F1295@ +0 @I2748@ INDI +1 NAME Cecilia // +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMS @F1306@ +1 FAMC @F1295@ +0 @I2749@ INDI +1 NAME Friedrich /Straehl/ +1 SEX M +1 BIRT +2 DATE 1922 +1 FAMS @F1300@ +0 @I2750@ INDI +1 NAME Friedrich /Straehl/ +1 SEX M +1 BIRT +2 DATE 1956 +1 FAMC @F1300@ +0 @I2751@ INDI +1 NAME Andreas /Straehl/ +1 SEX M +1 BIRT +2 DATE 1957 +1 FAMC @F1300@ +0 @I2752@ INDI +1 NAME Christina /Straehl/ +1 SEX F +1 BIRT +2 DATE 1960 +1 FAMC @F1300@ +0 @I2753@ INDI +1 NAME Desiree /Straehl/ +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F1300@ +0 @I2754@ INDI +1 NAME Stephan /Straehl/ +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMC @F1300@ +0 @I2755@ INDI +1 NAME Rudolf /Kautz/ +1 SEX M +1 BIRT +2 DATE 1930 +1 FAMS @F1301@ +0 @I2756@ INDI +1 NAME Heinrich /Kautz/ +1 SEX M +1 BIRT +2 DATE 1957 +1 FAMC @F1301@ +0 @I2757@ INDI +1 NAME Karin /Kautz/ +1 SEX F +1 BIRT +2 DATE 1958 +1 FAMC @F1301@ +0 @I2758@ INDI +1 NAME Madeleine /Kautz/ +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F1301@ +0 @I2759@ INDI +1 NAME Gunilla /Stampe/ +1 SEX F +1 BIRT +2 DATE 1941 +1 FAMS @F1302@ +0 @I2760@ INDI +1 NAME Anna /Skarne/ +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMS @F1303@ +0 @I2761@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1968 +1 FAMC @F1303@ +0 @I2762@ INDI +1 NAME Annegret /Thomssen/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F1304@ +0 @I2763@ INDI +1 NAME Cecilia // +1 SEX F +1 BIRT +2 DATE 1971 +1 FAMC @F1304@ +0 @I2764@ INDI +1 NAME Maritta /Berg/ +1 SEX F +1 BIRT +2 DATE 1953 +1 FAMS @F1305@ +0 @I2765@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 1977 +1 FAMC @F1305@ +0 @I2766@ INDI +1 NAME Hans-Jorg /Baenkler/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F1306@ +0 @I2767@ INDI +1 NAME Bettina // +1 SEX F +1 BIRT +2 DATE 1974 +1 FAMC @F1296@ +0 @I2768@ INDI +1 NAME Bjorn // +1 SEX M +1 BIRT +2 DATE 1975 +1 FAMC @F1296@ +0 @I2769@ INDI +1 NAME Catherina // +1 SEX F +1 BIRT +2 DATE 1977 +1 FAMC @F1296@ +0 @I2770@ INDI +1 NAME Oscar // +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1953 +1 FAMS @F1307@ +1 FAMC @F156@ +0 @I2771@ INDI +1 NAME Eugene // +1 TITL Duke of Narke +1 SEX M +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1947 +1 FAMC @F156@ +0 @I2772@ INDI +1 NAME Ebba of_Fulkila /Munck/ +1 SEX F +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1946 +1 FAMS @F1307@ +1 FAMC @F1308@ +0 @I2773@ INDI +1 NAME Maria Bernadotte // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1974 +1 FAMC @F1307@ +0 @I2774@ INDI +1 NAME Carl Bernadotte // +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1977 +1 FAMS @F1309@ +1 FAMS @F1320@ +1 FAMC @F1307@ +0 @I2775@ INDI +1 NAME Sophia Bernadotte of_Wisborg// +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1936 +1 FAMS @F1322@ +1 FAMC @F1307@ +0 @I2776@ INDI +1 NAME Elsa Bernadotte of_Wisborg// +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1893 +1 FAMS @F1323@ +1 FAMC @F1307@ +0 @I2777@ INDI +1 NAME Folke Bernadotte // +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 1895 +1 DEAT +2 DATE 1948 +1 FAMS @F1324@ +1 FAMC @F1307@ +0 @I2778@ INDI +1 NAME Charles of_Fulkila /Munck/ +1 SEX M +1 FAMS @F1308@ +0 @I2779@ INDI +1 NAME Marianne of_Leufsta /de_Geer/ +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 1893 +1 FAMS @F1309@ +0 @I2780@ INDI +1 NAME Dagmar // +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMS @F1310@ +1 FAMC @F1309@ +0 @I2781@ INDI +1 NAME Oscar // +1 SEX M +1 BIRT +2 DATE 1921 +1 FAMS @F1315@ +1 FAMS @F1317@ +1 FAMC @F1309@ +0 @I2782@ INDI +1 NAME Catharina // +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMS @F1319@ +1 FAMC @F1309@ +0 @I2783@ INDI +1 NAME Nils Magnus /von_Arbin/ +1 SEX M +1 BIRT +2 DATE 1910 +1 FAMS @F1310@ +0 @I2784@ INDI +1 NAME Marianne /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F1311@ +1 FAMC @F1310@ +0 @I2785@ INDI +1 NAME Louise /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1940 +1 FAMS @F1312@ +1 FAMC @F1310@ +0 @I2786@ INDI +1 NAME Catherine /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1946 +1 FAMS @F1313@ +1 FAMC @F1310@ +0 @I2787@ INDI +1 NAME Jeanette /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMS @F1314@ +1 FAMC @F1310@ +0 @I2788@ INDI +1 NAME Madeleine /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1955 +1 FAMC @F1310@ +0 @I2789@ INDI +1 NAME Miles /Flach/ +1 TITL Capt. +1 SEX M +1 BIRT +2 DATE 1934 +1 FAMS @F1311@ +0 @I2790@ INDI +1 NAME Camilla /Flach/ +1 SEX F +1 BIRT +2 DATE 1960 +1 FAMC @F1311@ +0 @I2791@ INDI +1 NAME Dick /Bergstrom/ +1 SEX M +1 BIRT +2 DATE 1936 +1 FAMS @F1312@ +0 @I2792@ INDI +1 NAME Therese /Bergstrom/ +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F1312@ +0 @I2793@ INDI +1 NAME Michael /Bergstrom/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F1312@ +0 @I2794@ INDI +1 NAME Johan /Ryding/ +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F1313@ +0 @I2795@ INDI +1 NAME Gustaf /Ryding/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F1313@ +0 @I2796@ INDI +1 NAME Charlotte /Ryding/ +1 SEX F +1 BIRT +2 DATE 1974 +1 FAMC @F1313@ +0 @I2797@ INDI +1 NAME Esben /Coljach/ +1 SEX M +1 BIRT +2 DATE 1947 +1 FAMS @F1314@ +0 @I2798@ INDI +1 NAME Ebba /Gyllenkrok/ +1 SEX F +1 BIRT +2 DATE 1918 +1 FAMS @F1315@ +0 @I2799@ INDI +1 NAME Ebba // +1 SEX F +1 BIRT +2 DATE 1945 +1 FAMS @F1316@ +1 FAMC @F1315@ +0 @I2800@ INDI +1 NAME Pontus /Reutersward/ +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F1316@ +0 @I2801@ INDI +1 NAME Gustaf /Reutersward/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F1316@ +0 @I2802@ INDI +1 NAME Anna /Reutersward/ +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F1316@ +0 @I2803@ INDI +1 NAME Gertrude /Ollen/ +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMS @F1317@ +0 @I2804@ INDI +1 NAME Christina // +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMS @F1318@ +1 FAMC @F1317@ +0 @I2805@ INDI +1 NAME Peter /Langenskiold/ +1 TITL Baron +1 SEX M +1 BIRT +2 DATE 1950 +1 FAMS @F1318@ +0 @I2806@ INDI +1 NAME Birgitta // +1 SEX F +1 BIRT +2 DATE 1953 +1 FAMC @F1317@ +0 @I2807@ INDI +1 NAME Carl // +1 SEX M +1 BIRT +2 DATE 1955 +1 FAMC @F1317@ +0 @I2808@ INDI +1 NAME Tore /Nilert/ +1 SEX M +1 BIRT +2 DATE 1915 +1 FAMS @F1319@ +0 @I2809@ INDI +1 NAME Jan /Nilert/ +1 SEX M +1 BIRT +2 DATE 1950 +1 FAMC @F1319@ +0 @I2810@ INDI +1 NAME Charlotte /Nilert/ +1 SEX F +1 BIRT +2 DATE 1952 +1 FAMC @F1319@ +0 @I2811@ INDI +1 NAME Anne Marie /Nilert/ +1 SEX F +1 BIRT +2 DATE 1954 +1 FAMC @F1319@ +0 @I2812@ INDI +1 NAME Gerty /Borjesson/ +1 SEX F +1 BIRT +2 DATE 1910 +1 FAMS @F1320@ +0 @I2813@ INDI +1 NAME Claes // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMS @F1321@ +1 FAMC @F1320@ +0 @I2814@ INDI +1 NAME Birgitta /Magnusson/ +1 SEX F +1 BIRT +2 DATE 1943 +1 FAMS @F1321@ +0 @I2815@ INDI +1 NAME Carl Johann // +1 SEX M +1 BIRT +2 DATE 1970 +1 FAMC @F1321@ +0 @I2816@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F1321@ +0 @I2817@ INDI +1 NAME Carl Marten /Fleetwood/ +1 TITL Baron +1 SEX M +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1966 +1 FAMS @F1322@ +0 @I2818@ INDI +1 NAME Hugo /Cedergren/ +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1971 +1 FAMS @F1323@ +0 @I2819@ INDI +1 NAME Estelle /Manville/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F1324@ +0 @I2820@ INDI +1 NAME Gustaf // +1 SEX M +1 BIRT +2 DATE 1930 +1 DEAT +2 DATE 1966 +1 FAMC @F1324@ +0 @I2821@ INDI +1 NAME Folke // +1 SEX M +1 BIRT +2 DATE 1931 +1 FAMS @F1325@ +1 FAMC @F1324@ +0 @I2822@ INDI +1 NAME Fredrik Oscar // +1 SEX M +1 BIRT +2 DATE 1934 +1 DEAT +2 DATE 1934 +1 FAMC @F1324@ +0 @I2823@ INDI +1 NAME Bertil // +1 SEX M +1 BIRT +2 DATE 1925 +1 FAMC @F1324@ +0 @I2824@ INDI +1 NAME Christine /Glahns/ +1 SEX F +1 BIRT +2 DATE 1932 +1 FAMS @F1325@ +0 @I2825@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 1956 +1 FAMC @F1325@ +0 @I2826@ INDI +1 NAME Folke // +1 SEX M +1 BIRT +2 DATE 1958 +1 FAMC @F1325@ +0 @I2827@ INDI +1 NAME Maria // +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMC @F1325@ +0 @I2828@ INDI +1 NAME Gunnar // +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F1325@ +0 @I2829@ INDI +1 NAME Margaretha // +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1977 +1 FAMS @F1326@ +1 FAMC @F215@ +0 @I2830@ INDI +1 NAME Axel of_Denmark // +1 SEX M +1 FAMS @F1326@ +0 @I2831@ INDI +1 NAME Elsa /von_Rosen/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F1327@ +0 @I2832@ INDI +1 NAME Madeline Bernadotte // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F1328@ +1 FAMC @F1327@ +0 @I2833@ INDI +1 NAME Charles de_Schooten /Ullens/ +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1927 +1 FAMS @F1328@ +0 @I2834@ INDI +1 NAME Marie Christine /Ullens/ +1 SEX F +1 BIRT +2 DATE 1964 +1 FAMC @F1328@ +0 @I2835@ INDI +1 NAME Jean Charles /Ullens/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F1328@ +0 @I2836@ INDI +1 NAME Astrid /Ullens/ +1 SEX F +1 BIRT +2 DATE 1970 +1 FAMC @F1328@ +0 @I2837@ INDI +1 NAME Sophie /Ullens/ +1 SEX F +1 BIRT +2 DATE 1972 +1 FAMC @F1328@ +0 @I2838@ INDI +1 NAME Ann /Larsson/ +1 SEX F +1 BIRT +2 DATE 1921 +1 FAMS @F1329@ +0 @I2839@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1962 +1 FAMS @F1276@ +1 FAMC @F1330@ +0 @I2840@ INDI +1 NAME Roland /Bonaparte/ +1 TITL Prince +1 SEX M +1 FAMS @F1330@ +0 @I2841@ INDI +1 NAME Irene /Ovchinnikov/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F1331@ +0 @I2842@ INDI +1 NAME Eugenia /Oldenburg/ +1 SEX F +1 BIRT +2 DATE 1910 +1 FAMS @F1332@ +1 FAMS @F1333@ +1 FAMC @F1276@ +0 @I2843@ INDI +1 NAME Dominic /Radziwill/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1976 +1 FAMS @F1332@ +0 @I2844@ INDI +1 NAME Raymond of_Castel // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1907 +1 FAMS @F1333@ +0 @I2845@ INDI +1 NAME Anastasia /Stewart/ +1 SEX F +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1923 +1 FAMS @F1334@ +0 @I2846@ INDI +1 NAME Francis of_Guise // +1 SEX F +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1953 +1 FAMS @F1335@ +0 @I2847@ INDI +1 NAME Perikles Joannides // +1 SEX M +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1965 +1 FAMS @F1336@ +0 @I2848@ INDI +1 NAME Michael /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F1337@ +1 FAMC @F1334@ +0 @I2849@ INDI +1 NAME Marina /Karella/ +1 SEX F +1 BIRT +2 DATE 1940 +1 FAMS @F1337@ +0 @I2850@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1756 +1 FAMS @F1338@ +1 FAMC @F631@ +0 @I2851@ INDI +1 NAME Ernest Frederick_III of_Saxe-// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1727 +1 DEAT +2 DATE 1780 +1 FAMS @F1338@ +0 @I2852@ INDI +1 NAME Gustaf_III // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 1746 +1 DEAT +2 DATE 1792 +1 FAMS @F1339@ +0 @I2853@ INDI +1 NAME William_I of_Hesse-Cassel // +1 TITL Elector +1 SEX M +1 BIRT +2 DATE 1743 +1 DEAT +2 DATE 1821 +1 FAMS @F1340@ +0 @I2854@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1729 +1 FAMC @F634@ +0 @I2855@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1687 +1 DEAT +2 DATE 1705 +1 FAMC @F634@ +0 @I2856@ INDI +1 NAME Anne Sophia // +1 SEX F +1 BIRT +2 DATE 1647 +1 DEAT +2 DATE 1717 +1 FAMC @F637@ +0 @I2857@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1649 +1 DEAT +2 DATE 1704 +1 FAMC @F637@ +0 @I2858@ INDI +1 NAME Ulrica // +1 SEX F +1 BIRT +2 DATE 1656 +1 DEAT +2 DATE 1693 +1 FAMS @F1341@ +1 FAMC @F637@ +0 @I2859@ INDI +1 NAME Charles_XI // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 1655 +1 DEAT +2 DATE 1697 +1 FAMS @F1341@ +0 @I2860@ INDI +1 NAME Ulrich // +1 SEX M +1 BIRT +2 DATE 1578 +1 DEAT +2 DATE 1624 +1 FAMC @F268@ +0 @I2861@ INDI +1 NAME Augusta // +1 SEX F +1 BIRT +2 DATE 1580 +1 DEAT +2 DATE 1639 +1 FAMC @F268@ +0 @I2862@ INDI +1 NAME Hedwig // +1 SEX F +1 BIRT +2 DATE 1581 +1 DEAT +2 DATE 1641 +1 FAMC @F268@ +0 @I2863@ INDI +1 NAME Christopher_III // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 1416 +1 DEAT +2 DATE 1448 +1 FAMS @F1342@ +0 @I2864@ INDI +1 NAME Christina // +1 SEX F +1 BIRT +2 DATE 1461 +1 DEAT +2 DATE 1521 +1 FAMS @F1343@ +0 @I2865@ INDI +1 NAME Anne /de_la_Tour/ +1 SEX F +1 BIRT +2 DATE 1512 +1 FAMS @F1344@ +0 @I2866@ INDI +1 NAME Alexander // +1 TITL Bishop of Moray +1 SEX M +1 BIRT +2 DATE 1534 +1 FAMC @F553@ +0 @I2867@ INDI +1 NAME James // +1 TITL Duke of Ross +1 SEX M +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 1503 +1 FAMC @F460@ +0 @I2868@ INDI +1 NAME John // +1 TITL Earl of Mar +1 SEX M +1 BIRT +2 DATE 1479 +1 DEAT +2 DATE 1503 +1 FAMC @F460@ +0 @I2869@ INDI +1 NAME Edward // +1 TITL Earl of Carrick +1 SEX M +1 DEAT +2 DATE 1318 +1 FAMC @F740@ +0 @I2870@ INDI +1 NAME Thomas // +1 SEX M +1 DEAT +2 DATE 1307 +1 FAMC @F740@ +0 @I2871@ INDI +1 NAME Alexander // +1 SEX M +1 DEAT +2 DATE 1307 +1 FAMC @F740@ +0 @I2872@ INDI +1 NAME Nigel // +1 SEX M +1 DEAT +2 DATE 1306 +1 FAMC @F740@ +0 @I2873@ INDI +1 NAME Isabel // +1 SEX F +1 BIRT +2 DATE 1358 +1 FAMC @F740@ +0 @I2874@ INDI +1 NAME Mary Christina of_Sicily// +1 SEX F +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1878 +1 FAMS @F454@ +0 @I2875@ INDI +1 NAME Antonia of_Sicily // +1 SEX F +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 1806 +1 FAMS @F1345@ +0 @I2876@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1818 +1 FAMS @F1346@ +0 @I2877@ INDI +1 NAME Mary Josepha // +1 SEX F +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1829 +1 FAMS @F1347@ +0 @I2878@ INDI +1 NAME Charles_IV // +1 SEX M +1 BIRT +2 DATE 1748 +1 DEAT +2 DATE 1819 +1 FAMS @F1348@ +1 FAMC @F1349@ +0 @I2879@ INDI +1 NAME Maria Louisa of_Parma// +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1819 +1 FAMS @F1348@ +0 @I2880@ INDI +1 NAME Charles_III // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1716 +1 DEAT +2 DATE 1788 +1 FAMS @F1349@ +1 FAMC @F1142@ +0 @I2881@ INDI +1 NAME Mary Amalia // +1 SEX F +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1760 +1 FAMS @F1349@ +0 @I2882@ INDI +1 NAME Mary Anne of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1660 +1 DEAT +2 DATE 1690 +1 FAMS @F1143@ +0 @I2883@ INDI +1 NAME Mary Louise // +1 SEX F +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1714 +1 FAMS @F1350@ +0 @I2884@ INDI +1 NAME Charles // +1 TITL Duke of Styria +1 SEX M +1 BIRT +2 DATE 1540 +1 DEAT +2 DATE 1590 +1 FAMS @F1351@ +0 @I2885@ INDI +1 NAME Philip_I the_Handsome // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1478 +2 PLAC Bruges,Flanders +1 DEAT +2 DATE 1506 +1 FAMS @F1352@ +0 @I2886@ INDI +1 NAME Germaine of_Narbonne // +1 SEX F +1 DEAT +2 DATE 1536 +1 FAMS @F1353@ +0 @I2887@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1470 +1 DEAT +2 DATE 1498 +1 FAMS @F1354@ +1 FAMS @F1355@ +1 FAMC @F320@ +0 @I2888@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1482 +1 DEAT +2 DATE 1517 +1 FAMC @F320@ +0 @I2889@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE 1478 +1 DEAT +2 DATE 1497 +1 FAMS @F1356@ +1 FAMC @F320@ +0 @I2890@ INDI +1 NAME Alphonso of_Portugal // +1 SEX M +1 BIRT +2 DATE 1475 +1 DEAT +2 DATE 1491 +1 FAMS @F1354@ +0 @I2891@ INDI +1 NAME Emanuel // +1 TITL King of Portugal +1 SEX M +1 BIRT +2 DATE 1469 +1 DEAT +2 DATE 1521 +1 FAMS @F1358@ +0 @I2892@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 1480 +1 DEAT +2 DATE 1530 +1 FAMS @F1356@ +1 FAMS @F1357@ +0 @I2893@ INDI +1 NAME Philibert_II // +1 TITL Duke of Savoy +1 SEX M +1 DEAT +2 DATE 1504 +1 FAMS @F1357@ +0 @I2894@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 1498 +1 DEAT +2 DATE 1558 +1 FAMS @F1358@ +1 FAMS @F1359@ +1 FAMC @F1352@ +0 @I2895@ INDI +1 NAME Henry_XXIV Reuss-Ebersdorf // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1779 +1 FAMS @F1228@ +0 @I2896@ INDI +1 NAME Caroline Erbach-Schonberg // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1727 +1 DEAT +2 DATE 1795 +1 FAMS @F1228@ +0 @I2897@ INDI +1 NAME Ernest Frederick of_Saxe-Coburg// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1800 +1 FAMS @F1360@ +0 @I2898@ INDI +1 NAME Sophia Antonia of_Brunswick// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1802 +1 FAMS @F1360@ +0 @I2899@ INDI +1 NAME Michael of_Portugal // +1 TITL Prince +1 SEX M +1 FAMS @F1361@ +0 @I2900@ INDI +1 NAME Emanuel of_Orleans // +1 TITL Duke of Vendome +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1931 +1 FAMS @F1362@ +0 @I2901@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1924 +1 FAMS @F1366@ +1 FAMC @F1154@ +0 @I2902@ INDI +1 NAME Stephanie // +1 SEX F +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1945 +1 FAMS @F1364@ +1 FAMS @F1365@ +1 FAMC @F1154@ +0 @I2903@ INDI +1 NAME Clementine // +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1955 +1 FAMS @F1363@ +1 FAMC @F1154@ +0 @I2904@ INDI +1 NAME Victor // +1 TITL Prince Napoleon +1 SEX M +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1926 +1 FAMS @F1363@ +0 @I2905@ INDI +1 NAME Rudolph of_Austria // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1889 +1 FAMS @F1364@ +0 @I2906@ INDI +1 NAME Elemer // +1 TITL Prince Lonyai +1 SEX M +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1946 +1 FAMS @F1365@ +0 @I2907@ INDI +1 NAME Philip of_Saxe-Coburg // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1844 +1 DEAT +2 DATE 1921 +1 FAMS @F1366@ +0 @I2908@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1760 +1 DEAT +2 DATE 1776 +1 FAMS @F1367@ +0 @I2909@ INDI +1 NAME Alexandrine of_Baden // +1 SEX F +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1904 +1 FAMS @F1369@ +0 @I2910@ INDI +1 NAME Antoinette (Antonia) /Kohary/ +1 SEX F +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1862 +1 FAMS @F1370@ +0 @I2911@ INDI +1 NAME Louis_I of_Hesse-Darmst. // +1 TITL Landgrave +1 SEX M +1 BIRT +2 DATE 1753 +1 DEAT +2 DATE 1830 +1 FAMS @F1371@ +0 @I2912@ INDI +1 NAME Louise of_Hesse-Darmst. // +1 SEX F +1 BIRT +2 DATE 1761 +1 DEAT +2 DATE 1829 +1 FAMS @F1371@ +0 @I2913@ INDI +1 NAME Marie Christine // +1 SEX F +1 DEAT +2 DATE 1663 +1 FAMC @F271@ +0 @I2914@ INDI +1 NAME Marie de_Bourbon // +1 SEX F +1 FAMS @F1372@ +0 @I2915@ INDI +1 NAME Ann Marie Louise// +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 1627 +1 DEAT +2 DATE 1693 +1 FAMC @F1372@ +0 @I2916@ INDI +1 NAME Elizabeth Charlotte of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1652 +1 DEAT +2 DATE 1722 +1 FAMS @F1373@ +0 @I2917@ INDI +1 NAME Elizabeth Charlotte // +1 SEX F +1 BIRT +2 DATE 1676 +1 FAMS @F1374@ +1 FAMC @F1373@ +0 @I2918@ INDI +1 NAME Leopold Joseph de_Lorraine// +1 TITL Duke +1 SEX M +1 FAMS @F1374@ +0 @I2919@ INDI +1 NAME Francoise Marie de_Blois// +1 TITL Mademoiselle +1 SEX F +1 BIRT +2 DATE 1677 +1 DEAT +2 DATE 1749 +1 FAMS @F1191@ +0 @I2920@ INDI +1 NAME Marie Adelaide of_Savoy// +1 SEX F +1 BIRT +2 DATE 1685 +1 DEAT +2 DATE 1712 +1 FAMS @F344@ +0 @I2921@ INDI +1 NAME Marie Louise of_Orleans// +1 SEX F +1 BIRT +2 DATE 1695 +1 DEAT +2 DATE 1715 +1 FAMS @F1375@ +1 FAMC @F1191@ +0 @I2922@ INDI +1 NAME Ivan of_Shestov // +1 SEX M +1 FAMS @F1376@ +0 @I2923@ INDI +1 NAME Ivan /Rayevski/ +1 SEX M +1 FAMS @F1377@ +0 @I2924@ INDI +1 NAME Constantine /Volkonski/ +1 SEX M +1 FAMS @F1378@ +0 @I2925@ INDI +1 NAME Zenaida /Rashevska/ +1 SEX F +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1963 +1 FAMS @F1379@ +0 @I2926@ INDI +1 NAME Felix Krzesinski // +1 SEX M +1 FAMS @F1380@ +0 @I2927@ INDI +1 NAME Valerian /Karnovich/ +1 SEX M +1 FAMS @F1382@ +0 @I2928@ INDI +1 NAME John /Emery/ +1 SEX M +1 FAMS @F1383@ +0 @I2929@ INDI +1 NAME Susan /Deptford/ +1 SEX F +1 FAMS @F1384@ +0 @I2930@ INDI +1 NAME Andrew /Ferguson/ +1 SEX M +1 BIRT +2 DATE 1978 +1 FAMC @F1384@ +0 @I2931@ INDI +1 NAME Alice /Ferguson/ +1 SEX F +1 BIRT +2 DATE 1980 +1 FAMC @F1384@ +0 @I2932@ INDI +1 NAME Elizabeth (Eliza) /Ferguson/ +1 SEX F +1 BIRT +2 DATE 1985 +1 FAMC @F1384@ +0 @I2933@ INDI +1 NAME Mervyn Powerscourt /Wingfield/ +1 TITL Viscount +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1947 +1 FAMS @F1385@ +1 FAMC @F1386@ +0 @I2934@ INDI +1 NAME Mervyn /Wingfield/ +1 SEX M +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1904 +1 FAMS @F1386@ +0 @I2935@ INDI +1 NAME Julia /Coke/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1844 +1 DEAT +2 DATE 1931 +1 FAMS @F1386@ +1 FAMC @F1399@ +0 @I2936@ INDI +1 NAME Henry Fitzherbert /Wright/ +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1947 +1 FAMS @F1387@ +0 @I2937@ INDI +1 NAME Muriel /Fletcher/ +1 SEX F +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1955 +1 FAMS @F1387@ +1 FAMC @F1388@ +0 @I2938@ INDI +1 NAME Henry /Fletcher/ +1 TITL Col. +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1879 +1 FAMS @F1388@ +0 @I2939@ INDI +1 NAME Harriet /Marsham/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1886 +1 FAMS @F1388@ +1 FAMC @F1389@ +0 @I2940@ INDI +1 NAME Charles /Marsham/ +1 TITL Earl of Romney +1 SEX M +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1874 +1 FAMS @F1389@ +0 @I2941@ INDI +1 NAME Margaret -Scott /Montagu-Douglas-/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1836 +1 FAMS @F1389@ +1 FAMC @F1390@ +0 @I2942@ INDI +1 NAME Charles of_Buccleuch /Montagu-Douglas/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1819 +1 FAMS @F1390@ +1 FAMC @F1396@ +0 @I2943@ INDI +1 NAME Walter -Scott of_Buccleuch/Montagu-Douglas-/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1884 +1 FAMS @F1391@ +1 FAMC @F1390@ +0 @I2944@ INDI +1 NAME William -Scott of_Buccleuch/Montagu-Douglas-/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1914 +1 FAMS @F1392@ +1 FAMC @F1391@ +0 @I2945@ INDI +1 NAME Louisa /Hamilton/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1912 +1 FAMS @F1392@ +0 @I2946@ INDI +1 NAME Herbert -Scott /Montagu-Douglas-/ +1 TITL Lord +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1944 +1 FAMS @F1393@ +1 FAMC @F1392@ +0 @I2947@ INDI +1 NAME Margaret /Brand/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1948 +1 FAMS @F304@ +1 FAMC @F1394@ +0 @I2948@ INDI +1 NAME Henry /Brand/ +1 TITL Viscount Hampden +1 SEX M +1 BIRT +2 DATE 1941 +1 DEAT +2 DATE 1906 +1 FAMS @F1394@ +1 FAMC @F1395@ +0 @I2949@ INDI +1 NAME Henry /Brand/ +1 TITL Viscount Hampden +1 SEX M +1 BIRT +2 DATE 1814 +1 DEAT +2 DATE 1892 +1 FAMS @F1395@ +0 @I2950@ INDI +1 NAME Henry of_Buccleuch /Scott/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1819 +1 FAMS @F1396@ +1 FAMC @F1397@ +0 @I2951@ INDI +1 NAME Francis /Scott/ +1 TITL Earl of Dalkeith +1 SEX M +1 BIRT +2 DATE 1721 +1 DEAT +2 DATE 1750 +1 FAMS @F1397@ +1 FAMC @F1398@ +0 @I2952@ INDI +1 NAME Francis of_Buccleuch /Scott/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1695 +1 DEAT +2 DATE 1751 +1 FAMS @F1398@ +0 @I2953@ INDI +1 NAME Thomas of_Leicester /Coke/ +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1902 +1 FAMS @F1399@ +1 FAMC @F1400@ +0 @I2954@ INDI +1 NAME Thomas of_Leicester /Coke/ +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1842 +1 FAMS @F1400@ +0 @I2955@ INDI +1 NAME Anne /Keppel/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1844 +1 FAMS @F1400@ +1 FAMC @F1401@ +0 @I2956@ INDI +1 NAME William of_Albemarle /Keppel/ +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1772 +1 FAMS @F1401@ +0 @I2957@ INDI +1 NAME Richard // +1 SEX M +1 DEAT +2 DATE 1120 +1 FAMC @F506@ +0 @I2958@ INDI +1 NAME Eugenie Victoria Helena/Windsor/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 23 MAR 1990 +2 PLAC London,England +1 CHR +2 DATE 23 DEC 1990 +2 PLAC Sandringham,England +1 FAMC @F53@ +0 @I2959@ INDI +1 NAME Ayesha /Makim/ +1 SEX F +1 BIRT +2 DATE ABT 1986 +1 FAMC @F312@ +0 @I2960@ INDI +1 NAME Paul /Mowatt/ +1 SEX M +1 BIRT +2 DATE ABT 1962 +1 FAMS @F1402@ +0 @I2961@ INDI +1 NAME /Mowatt/ +1 SEX F +1 BIRT +2 DATE 26 MAY 1990 +1 FAMC @F1402@ +0 @I2962@ INDI +1 NAME Victoria /Lockwood/ +1 SEX F +1 BIRT +2 DATE 1964 +1 FAMS @F1403@ +0 @I2963@ INDI +1 NAME Kitty // +1 SEX F +1 BIRT +2 DATE ABT 1991 +1 FAMC @F1403@ +0 @I2964@ INDI +1 NAME Olga // +1 TITL Princess +1 SEX F +1 FAMS @F1404@ +1 FAMC @F76@ +0 @I2965@ INDI +1 NAME Paul of_Yugoslavia // +1 TITL Prince +1 SEX M +1 FAMS @F1404@ +0 @I2966@ INDI +1 NAME Son // +1 SEX M +1 FAMC @F1404@ +0 @I2967@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMC @F76@ +0 @I2968@ INDI +1 NAME Peter /Phillips/ +1 TITL Major +1 SEX M +1 FAMS @F1405@ +0 @I2969@ INDI +1 NAME Sylvana /Tomaselli/ +1 SEX F +1 BIRT +2 DATE ABT 1957 +2 PLAC Canada +1 FAMS @F1407@ +1 FAMS @F1406@ +1 FAMC @F1408@ +0 @I2970@ INDI +1 NAME John Paul /Jones/ +1 SEX M +1 FAMS @F1407@ +0 @I2971@ INDI +1 NAME Max /Tomaselli/ +1 SEX M +1 BIRT +2 PLAC Austria +1 FAMS @F1408@ +0 @I2972@ INDI +1 NAME Josiane /Derners/ +1 TITL Madame +1 SEX F +1 BIRT +2 PLAC France +1 FAMS @F1408@ +0 @I2973@ INDI +1 NAME Antoinette // +1 SEX F +1 FAMC @F1147@ +0 @I2974@ INDI +1 NAME Sophie // +1 SEX F +1 FAMC @F1147@ +0 @I2975@ INDI +1 NAME Julie // +1 SEX F +1 FAMC @F1147@ +0 @I2976@ INDI +1 NAME Emich Karl of_Leiningen// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE ABT 1762 +1 DEAT +2 DATE 1814 +1 FAMS @F1409@ +0 @I2977@ INDI +1 NAME Lucy /Lindsay-Hogg/ +1 SEX F +1 FAMS @F1410@ +0 @I2978@ INDI +1 NAME Frances /Armstrong-Jones/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 17 JUL 1979 +1 FAMC @F1410@ +0 @I2979@ INDI +1 NAME Julia /Rawlinson/ +1 SEX F +1 FAMS @F1411@ +0 @I2980@ INDI +1 NAME Athol /Schmith/ +1 SEX M +1 FAMS @F1412@ +0 @I2981@ INDI +1 NAME /Schmith/ +1 SEX M +1 BIRT +2 DATE ABT 1943 +1 FAMC @F1412@ +0 @I2982@ INDI +1 NAME Erwin /Stein/ +1 SEX M +1 FAMS @F1413@ +0 @I2983@ INDI +1 NAME Sophie // +1 SEX F +1 FAMS @F1413@ +0 @I2984@ INDI +1 NAME Alexander (Sachie) /McCorquodale/ +1 SEX M +1 BIRT +2 DATE ABT 1898 +1 FAMS @F299@ +0 @I2985@ INDI +1 NAME Gerald /Legge/ +1 TITL Earl Dartmouth +1 SEX M +1 FAMS @F1414@ +1 FAMC @F1417@ +0 @I2986@ INDI +1 NAME Hugh /McCorquodale/ +1 SEX M +1 FAMS @F1415@ +1 FAMC @F1416@ +0 @I2987@ INDI +1 NAME Harold /McCorquodale/ +1 SEX M +1 FAMS @F1416@ +0 @I2988@ INDI +1 NAME Gracie // +1 SEX F +1 FAMS @F1416@ +0 @I2989@ INDI +1 NAME Ian /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 11 OCT 1937 +1 FAMC @F1415@ +0 @I2990@ INDI +1 NAME /Legge/ +1 FAMC @F1414@ +0 @I2991@ INDI +1 NAME /Legge/ +1 FAMC @F1414@ +0 @I2992@ INDI +1 NAME /Legge/ +1 FAMC @F1414@ +0 @I2993@ INDI +1 NAME /Legge/ +1 FAMC @F1414@ +0 @I2994@ INDI +1 NAME Humphrey /Legge/ +1 TITL Hon. +1 SEX M +1 FAMS @F1417@ +0 @I2995@ INDI +1 NAME Bertram (Bertie) /Cartland/ +1 TITL Major +1 SEX M +1 DEAT +2 DATE 27 MAY 1917 +1 FAMS @F1418@ +1 FAMC @F1422@ +0 @I2996@ INDI +1 NAME Mary Hamilton (Polly)/Scobell/ +1 SEX F +1 BIRT +2 DATE 5 SEP 1877 +1 FAMS @F1418@ +1 FAMC @F1419@ +0 @I2997@ INDI +1 NAME Ronald /Cartland/ +1 SEX M +1 BIRT +2 DATE 3 JAN 1907 +1 DEAT +2 DATE 30 MAY 1940 +2 PLAC Nr Cassel,France +1 FAMC @F1418@ +0 @I2998@ INDI +1 NAME Anthony (Tony) /Cartland/ +1 SEX M +1 BIRT +2 DATE 4 JAN 1912 +1 DEAT +2 DATE 29 MAY 1940 +1 BURI +2 PLAC Zuidschote +1 FAMC @F1418@ +0 @I2999@ INDI +1 NAME Edith /Palairet/ +1 SEX F +1 FAMS @F1419@ +1 FAMC @F1420@ +0 @I3000@ INDI +1 NAME Mary Anne /Hamilton/ +1 SEX F +1 FAMS @F1420@ +1 FAMC @F1421@ +0 @I3001@ INDI +1 NAME Andrew /Hamilton/ +1 SEX M +1 FAMS @F1421@ +0 @I3002@ INDI +1 NAME George /Scobell/ +1 SEX M +1 FAMS @F1419@ +0 @I3003@ INDI +1 NAME Melloney /Scobell/ +1 SEX F +1 FAMC @F1419@ +0 @I3004@ INDI +1 NAME /Scobell/ +1 SEX M +1 BIRT +2 PLAC Florence,Italy +1 DEAT +2 DATE BEF 1877 +1 FAMC @F1419@ +0 @I3005@ INDI +1 NAME Emily /Scobell/ +1 SEX F +1 FAMC @F1419@ +0 @I3006@ INDI +1 NAME John Sanford /Scobell/ +1 TITL Sir +1 SEX M +1 BIRT +2 DATE 1879 +1 FAMC @F1419@ +0 @I3007@ INDI +1 NAME James /Cartland/ +1 SEX M +1 FAMS @F1422@ +0 @I3008@ INDI +1 NAME Flora // +1 SEX F +1 FAMS @F1422@ +0 @I3009@ INDI +1 NAME /Cartland/ +1 SEX F +1 DEAT +2 DATE ABT 1911 +1 FAMC @F1418@ +0 @I3010@ INDI +1 NAME Glen /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 31 DEC 1939 +1 FAMC @F1415@ +0 @F1@ FAM +1 HUSB @I2@ +1 WIFE @I1@ +1 CHIL @I3@ +1 CHIL @I4@ +1 CHIL @I5@ +1 CHIL @I6@ +1 CHIL @I7@ +1 CHIL @I8@ +1 CHIL @I9@ +1 CHIL @I10@ +1 CHIL @I11@ +1 DIV N +1 MARR +2 DATE 10 FEB 1840 +2 PLAC Chapel Royal,St. James Palace,England +0 @F2@ FAM +1 HUSB @I4@ +1 WIFE @I12@ +1 CHIL @I13@ +1 CHIL @I14@ +1 CHIL @I15@ +1 CHIL @I16@ +1 CHIL @I17@ +1 CHIL @I18@ +1 MARR +2 DATE 10 MAR 1863 +2 PLAC St. George Chap.,Windsor,,England +0 @F3@ FAM +1 HUSB @I20@ +1 WIFE @I3@ +1 CHIL @I21@ +1 CHIL @I77@ +1 CHIL @I72@ +1 CHIL @I73@ +1 CHIL @I74@ +1 CHIL @I75@ +1 CHIL @I76@ +1 CHIL @I78@ +1 MARR +2 DATE 25 JAN 1858 +2 PLAC London,England +0 @F4@ FAM +1 HUSB @I37@ +1 WIFE @I39@ +1 CHIL @I46@ +1 CHIL @I47@ +1 CHIL @I48@ +1 CHIL @I49@ +1 CHIL @I50@ +1 DIV N +1 MARR +2 DATE 26 NOV 1894 +2 PLAC Winter Palace,,St. Petersburg,Russia +0 @F5@ FAM +1 HUSB @I10@ +1 WIFE @I23@ +1 CHIL @I24@ +1 CHIL @I129@ +1 MARR +2 DATE 27 APR 1882 +2 PLAC St. George Chap.,Windsor,,England +0 @F6@ FAM +1 HUSB @I25@ +1 WIFE @I11@ +1 CHIL @I26@ +1 CHIL @I27@ +1 CHIL @I28@ +1 CHIL @I29@ +1 MARR +2 DATE 23 JUL 1885 +2 PLAC Whippingham,Isle of Wight +0 @F7@ FAM +1 HUSB @I14@ +1 WIFE @I30@ +1 CHIL @I31@ +1 CHIL @I32@ +1 CHIL @I33@ +1 CHIL @I34@ +1 CHIL @I35@ +1 CHIL @I36@ +1 MARR +2 DATE 6 JUL 1893 +2 PLAC Chapel Royal,St. James Palace +0 @F8@ FAM +1 HUSB @I22@ +1 WIFE @I5@ +1 CHIL @I38@ +1 CHIL @I84@ +1 CHIL @I79@ +1 CHIL @I83@ +1 CHIL @I86@ +1 CHIL @I39@ +1 CHIL @I85@ +1 MARR +2 DATE 1 JUL 1862 +2 PLAC Osborne House,Isle of Wight +0 @F9@ FAM +1 HUSB @I40@ +1 WIFE @I41@ +1 CHIL @I37@ +1 CHIL @I1568@ +1 CHIL @I153@ +1 CHIL @I154@ +1 CHIL @I155@ +1 CHIL @I156@ +1 MARR +2 DATE 1866 +0 @F10@ FAM +1 HUSB @I42@ +1 WIFE @I43@ +1 CHIL @I44@ +1 CHIL @I353@ +1 CHIL @I2665@ +1 CHIL @I2666@ +1 MARR +2 DATE 1817 +0 @F11@ FAM +1 HUSB @I44@ +1 WIFE @I45@ +1 CHIL @I491@ +1 CHIL @I492@ +1 CHIL @I40@ +1 CHIL @I149@ +1 CHIL @I150@ +1 CHIL @I94@ +1 CHIL @I151@ +1 CHIL @I152@ +1 MARR +2 DATE 1840 +0 @F12@ FAM +1 HUSB @I32@ +1 WIFE @I51@ +1 CHIL @I52@ +1 CHIL @I53@ +1 DIV N +1 MARR +2 DATE 26 APR 1923 +0 @F13@ FAM +1 HUSB @I54@ +1 WIFE @I53@ +1 CHIL @I55@ +1 CHIL @I56@ +1 DIV Y +1 MARR +2 DATE 6 MAY 1960 +2 PLAC Westminster,Cathedral,London,England +0 @F14@ FAM +1 HUSB @I57@ +1 WIFE @I52@ +1 CHIL @I58@ +1 CHIL @I59@ +1 CHIL @I60@ +1 CHIL @I61@ +1 DIV N +1 MARR +2 DATE 20 NOV 1947 +2 PLAC Westminster,Abbey,London,England +0 @F15@ FAM +1 HUSB @I62@ +1 WIFE @I59@ +1 CHIL @I63@ +1 CHIL @I64@ +1 DIV N +1 MARR +2 DATE 14 NOV 1973 +2 PLAC Westminster,Abbey,London,England +0 @F16@ FAM +1 HUSB @I58@ +1 WIFE @I65@ +1 CHIL @I115@ +1 CHIL @I116@ +1 DIV N +1 MARR +2 DATE 29 JUL 1981 +2 PLAC St. Paul's,Cathedral,London,England +0 @F17@ FAM +1 HUSB @I35@ +1 WIFE @I66@ +1 CHIL @I67@ +1 CHIL @I106@ +1 CHIL @I107@ +1 MARR +2 DATE 29 NOV 1934 +2 PLAC Westminster,Abbey,London,England +0 @F18@ FAM +1 HUSB @I68@ +1 WIFE @I33@ +1 CHIL @I244@ +1 CHIL @I291@ +1 MARR +2 DATE 28 FEB 1922 +2 PLAC Westminster,Abbey,London,England +0 @F19@ FAM +1 HUSB @I34@ +1 WIFE @I69@ +1 CHIL @I87@ +1 CHIL @I88@ +1 MARR +2 DATE 6 NOV 1935 +2 PLAC Buckingham,Palace,London,England +0 @F20@ FAM +1 HUSB @I31@ +1 WIFE @I70@ +1 DIV N +1 MARR +2 DATE 3 JUN 1937 +2 PLAC Chateau de Cande,Monts,,France +0 @F21@ FAM +1 HUSB @I71@ +1 WIFE @I17@ +1 CHIL @I450@ +1 MARR +2 DATE 22 JUL 1896 +2 PLAC Buckingham,Palace,London,England +0 @F22@ FAM +1 HUSB @I72@ +1 WIFE @I79@ +1 CHIL @I80@ +1 CHIL @I81@ +1 CHIL @I82@ +1 MARR +2 DATE 1888 +0 @F23@ FAM +1 HUSB @I88@ +1 WIFE @I89@ +1 CHIL @I90@ +1 CHIL @I317@ +1 CHIL @I318@ +1 MARR +2 DATE JUL 1972 +0 @F24@ FAM +1 HUSB @I91@ +1 WIFE @I70@ +1 DIV Y +1 MARR +2 DATE 1916 +0 @F25@ FAM +1 HUSB @I92@ +1 WIFE @I70@ +1 DIV Y +1 MARR +2 DATE 1928 +0 @F26@ FAM +1 HUSB @I6@ +1 WIFE @I94@ +1 CHIL @I95@ +1 CHIL @I96@ +1 CHIL @I97@ +1 CHIL @I98@ +1 CHIL @I99@ +1 MARR +2 DATE 23 JAN 1874 +2 PLAC Winter Palace,St. Petersburg,Russia +0 @F27@ FAM +1 HUSB @I100@ +1 WIFE @I38@ +1 CHIL @I101@ +1 CHIL @I238@ +1 CHIL @I102@ +1 CHIL @I103@ +1 MARR +2 DATE 1884 +0 @F28@ FAM +1 HUSB @I104@ +1 WIFE @I101@ +1 CHIL @I147@ +1 CHIL @I148@ +1 CHIL @I463@ +1 CHIL @I476@ +1 CHIL @I57@ +1 MARR +2 DATE 1903 +0 @F29@ FAM +1 HUSB @I105@ +1 WIFE @I15@ +1 CHIL @I125@ +1 CHIL @I952@ +1 MARR +2 DATE 27 JUL 1889 +2 PLAC Buckingham,Palace,London,England +0 @F30@ FAM +1 HUSB @I108@ +1 WIFE @I106@ +1 CHIL @I109@ +1 CHIL @I110@ +1 MARR +2 DATE APR 1963 +2 PLAC ,,England +0 @F31@ FAM +1 HUSB @I67@ +1 WIFE @I111@ +1 CHIL @I112@ +1 CHIL @I113@ +1 CHIL @I114@ +1 MARR +2 DATE 1961 +0 @F32@ FAM +1 HUSB @I117@ +1 WIFE @I7@ +1 CHIL @I310@ +1 CHIL @I311@ +1 CHIL @I312@ +1 CHIL @I118@ +1 CHIL @I313@ +1 MARR +2 DATE 5 JUL 1866 +2 PLAC Windsor Castle,,,England +0 @F33@ FAM +1 HUSB @I119@ +1 WIFE @I118@ +1 DIV Y +0 @F34@ FAM +1 HUSB @I9@ +1 WIFE @I120@ +1 CHIL @I121@ +1 CHIL @I122@ +1 CHIL @I123@ +1 MARR +2 DATE 13 MAR 1879 +2 PLAC St. George Chap.,Windsor,,England +0 @F35@ FAM +1 HUSB @I124@ +1 WIFE @I121@ +1 CHIL @I445@ +1 CHIL @I1059@ +1 CHIL @I447@ +1 CHIL @I448@ +1 CHIL @I449@ +1 MARR +2 DATE 15 JUN 1905 +2 PLAC Windsor,England +0 @F36@ FAM +1 HUSB @I122@ +1 WIFE @I125@ +1 CHIL @I2155@ +0 @F37@ FAM +1 HUSB @I126@ +1 WIFE @I123@ +1 CHIL @I1706@ +0 @F38@ FAM +1 HUSB @I280@ +1 WIFE @I24@ +1 CHIL @I287@ +1 CHIL @I288@ +1 CHIL @I289@ +0 @F39@ FAM +1 HUSB @I130@ +1 WIFE @I131@ +1 CHIL @I141@ +1 CHIL @I202@ +1 CHIL @I203@ +1 CHIL @I204@ +1 CHIL @I133@ +1 CHIL @I209@ +1 CHIL @I210@ +1 CHIL @I212@ +1 CHIL @I213@ +1 CHIL @I132@ +1 CHIL @I214@ +1 CHIL @I215@ +1 CHIL @I216@ +1 CHIL @I217@ +1 CHIL @I218@ +0 @F40@ FAM +1 HUSB @I132@ +1 WIFE @I134@ +1 CHIL @I262@ +1 CHIL @I135@ +1 CHIL @I136@ +0 @F41@ FAM +1 HUSB @I137@ +1 WIFE @I136@ +1 CHIL @I30@ +1 CHIL @I278@ +1 CHIL @I279@ +1 CHIL @I280@ +0 @F42@ FAM +1 HUSB @I133@ +1 WIFE @I138@ +1 CHIL @I1@ +1 MARR +2 DATE 11 JUL 1818 +2 PLAC Kew Palace +0 @F43@ FAM +1 HUSB @I139@ +1 WIFE @I140@ +1 CHIL @I1737@ +1 CHIL @I2@ +1 DIV Y +1 MARR +2 DATE 31 JUL 1817 +2 PLAC Gotha +0 @F44@ FAM +1 HUSB @I141@ +1 WIFE @I142@ +1 MARR +2 DATE 1785 +0 @F45@ FAM +1 HUSB @I141@ +1 WIFE @I143@ +1 CHIL @I144@ +1 MARR +2 DATE 8 APR 1795 +2 PLAC Chapel Royal,St James Palace,,England +0 @F46@ FAM +1 HUSB @I145@ +1 WIFE @I146@ +1 CHIL @I173@ +1 CHIL @I174@ +1 CHIL @I175@ +1 CHIL @I176@ +1 CHIL @I177@ +1 CHIL @I178@ +1 CHIL @I179@ +1 CHIL @I180@ +1 CHIL @I51@ +1 CHIL @I181@ +0 @F47@ FAM +1 HUSB @I149@ +1 WIFE @I157@ +1 CHIL @I158@ +1 CHIL @I159@ +1 CHIL @I160@ +1 CHIL @I1362@ +1 MARR +2 DATE 1874 +0 @F48@ FAM +1 HUSB @I160@ +1 WIFE @I161@ +1 MARR +2 DATE 1921 +0 @F49@ FAM +1 HUSB @I83@ +1 WIFE @I97@ +1 DIV Y +1 MARR +2 DATE 1894 +0 @F50@ FAM +1 HUSB @I152@ +1 WIFE @I163@ +1 CHIL @I1355@ +1 CHIL @I164@ +1 MARR +2 DATE 1889 +0 @F51@ FAM +1 HUSB @I2675@ +1 WIFE @I154@ +1 CHIL @I166@ +1 CHIL @I1562@ +1 CHIL @I1563@ +1 CHIL @I1564@ +1 CHIL @I1565@ +1 CHIL @I1566@ +1 CHIL @I1567@ +1 MARR +2 DATE 1894 +0 @F52@ FAM +1 HUSB @I167@ +1 WIFE @I166@ +0 @F53@ FAM +1 HUSB @I60@ +1 WIFE @I168@ +1 CHIL @I827@ +1 CHIL @I2958@ +1 MARR +2 DATE 23 JUL 1986 +2 PLAC Westminster,Abbey,London,England +0 @F54@ FAM +1 HUSB @I169@ +1 WIFE @I170@ +1 CHIL @I822@ +1 CHIL @I168@ +1 DIV Y +1 MARR +2 DATE JAN 1956 +2 PLAC St. Margarets,Westminster,England +0 @F55@ FAM +1 HUSB @I171@ +1 WIFE @I172@ +1 CHIL @I70@ +0 @F56@ FAM +1 HUSB @I182@ +1 WIFE @I183@ +1 CHIL @I145@ +0 @F57@ FAM +1 HUSB @I184@ +1 WIFE @I185@ +1 CHIL @I186@ +1 CHIL @I182@ +0 @F58@ FAM +1 HUSB @I187@ +1 WIFE @I188@ +1 CHIL @I189@ +1 CHIL @I184@ +0 @F59@ FAM +1 HUSB @I190@ +1 WIFE @I188@ +0 @F60@ FAM +1 HUSB @I191@ +1 WIFE @I174@ +0 @F61@ FAM +1 HUSB @I175@ +1 WIFE @I192@ +0 @F62@ FAM +1 HUSB @I176@ +1 WIFE @I193@ +1 CHIL @I1962@ +1 CHIL @I1963@ +0 @F63@ FAM +1 HUSB @I178@ +1 WIFE @I194@ +0 @F64@ FAM +1 HUSB @I195@ +1 WIFE @I179@ +0 @F65@ FAM +1 HUSB @I180@ +1 WIFE @I196@ +0 @F66@ FAM +1 HUSB @I181@ +1 WIFE @I197@ +0 @F67@ FAM +1 HUSB @I19@ +1 WIFE @I1216@ +1 CHIL @I23@ +1 CHIL @I656@ +0 @F68@ FAM +1 HUSB @I199@ +1 WIFE @I200@ +1 CHIL @I120@ +0 @F69@ FAM +1 HUSB @I201@ +1 WIFE @I8@ +1 MARR +2 DATE 21 MAR 1871 +2 PLAC St. George Chap.,Windsor,,England +0 @F70@ FAM +1 HUSB @I2448@ +0 @F71@ FAM +1 HUSB @I207@ +1 WIFE @I208@ +1 CHIL @I146@ +0 @F72@ FAM +1 HUSB @I211@ +1 WIFE @I210@ +1 MARR +2 DATE 7 APR 1818 +2 PLAC Buckingham House +0 @F73@ FAM +1 HUSB @I203@ +1 WIFE @I219@ +1 CHIL @I220@ +1 CHIL @I221@ +1 CHIL @I222@ +1 CHIL @I223@ +1 MARR +2 DATE 11 JUL 1818 +2 PLAC Kew Palace +0 @F74@ FAM +1 HUSB @I225@ +1 WIFE @I226@ +1 CHIL @I604@ +1 CHIL @I12@ +1 CHIL @I227@ +1 CHIL @I41@ +1 CHIL @I254@ +1 CHIL @I1663@ +1 MARR +2 DATE 1842 +0 @F75@ FAM +1 HUSB @I227@ +1 WIFE @I228@ +1 CHIL @I405@ +1 CHIL @I466@ +1 CHIL @I163@ +1 CHIL @I229@ +1 CHIL @I2673@ +1 CHIL @I104@ +1 CHIL @I465@ +1 CHIL @I467@ +1 MARR +2 DATE 1867 +0 @F76@ FAM +1 HUSB @I229@ +1 WIFE @I1362@ +1 CHIL @I66@ +1 CHIL @I236@ +1 CHIL @I237@ +1 CHIL @I2964@ +1 CHIL @I2967@ +1 MARR +2 DATE 1902 +0 @F77@ FAM +1 HUSB @I124@ +1 WIFE @I238@ +1 MARR +2 DATE 3 NOV 1923 +2 PLAC Chapel Royal,St. James Palace,England +0 @F78@ FAM +1 HUSB @I239@ +1 WIFE @I93@ +1 CHIL @I240@ +1 CHIL @I241@ +1 CHIL @I1712@ +1 CHIL @I65@ +1 CHIL @I242@ +1 DIV Y +1 MARR +2 DATE 1954 +2 PLAC Westminster,Abbey,London,England +0 @F79@ FAM +1 HUSB @I239@ +1 WIFE @I243@ +1 DIV N +1 MARR +2 DATE 14 JUL 1976 +2 PLAC Caxton Hall +0 @F80@ FAM +1 HUSB @I1696@ +1 WIFE @I144@ +1 MARR +2 DATE 2 MAY 1816 +2 PLAC Carlton House,London,England +0 @F81@ FAM +1 HUSB @I246@ +1 WIFE @I517@ +1 CHIL @I556@ +0 @F82@ FAM +1 HUSB @I247@ +1 WIFE @I204@ +1 MARR +2 DATE 18 MAY 1797 +2 PLAC Chapel Royal,St James Palace,,England +0 @F83@ FAM +1 HUSB @I212@ +1 WIFE @I248@ +1 CHIL @I249@ +1 MARR +2 DATE 29 AUG 1815 +2 PLAC Carlton House,London,England +0 @F84@ FAM +1 HUSB @I249@ +1 WIFE @I250@ +1 CHIL @I251@ +1 CHIL @I252@ +1 CHIL @I253@ +1 MARR +2 DATE 18 FEB 1843 +2 PLAC Hanover,Germany +0 @F85@ FAM +1 HUSB @I251@ +1 WIFE @I254@ +1 CHIL @I255@ +1 CHIL @I256@ +1 CHIL @I257@ +1 CHIL @I258@ +1 CHIL @I259@ +1 CHIL @I552@ +0 @F86@ FAM +1 HUSB @I261@ +1 WIFE @I252@ +0 @F87@ FAM +1 HUSB @I262@ +1 WIFE @I263@ +1 CHIL @I264@ +1 CHIL @I265@ +1 CHIL @I266@ +0 @F88@ FAM +1 HUSB @I264@ +1 WIFE @I267@ +1 CHIL @I268@ +1 CHIL @I269@ +1 CHIL @I270@ +0 @F89@ FAM +1 HUSB @I271@ +1 WIFE @I135@ +1 CHIL @I272@ +0 @F90@ FAM +1 HUSB @I272@ +1 WIFE @I273@ +1 CHIL @I274@ +1 CHIL @I275@ +1 CHIL @I276@ +1 CHIL @I277@ +0 @F91@ FAM +1 HUSB @I278@ +1 WIFE @I281@ +1 CHIL @I282@ +1 CHIL @I283@ +1 CHIL @I284@ +1 CHIL @I285@ +0 @F92@ FAM +1 HUSB @I286@ +1 WIFE @I127@ +1 CHIL @I1229@ +1 CHIL @I1256@ +1 CHIL @I1257@ +1 CHIL @I1258@ +1 MARR +2 DATE 25 JAN 1308 +2 PLAC Bolongne +0 @F93@ FAM +1 HUSB @I290@ +1 WIFE @I214@ +0 @F94@ FAM +1 HUSB @I244@ +1 WIFE @I292@ +1 CHIL @I293@ +1 CHIL @I294@ +1 CHIL @I295@ +1 DIV Y +1 MARR +2 DATE 1949 +0 @F95@ FAM +1 HUSB @I291@ +1 WIFE @I296@ +1 CHIL @I297@ +1 DIV Y +1 MARR +2 DATE 1952 +0 @F96@ FAM +1 HUSB @I298@ +1 WIFE @I299@ +1 CHIL @I226@ +1 CHIL @I300@ +1 MARR +2 DATE 1810 +0 @F97@ FAM +1 HUSB @I301@ +1 WIFE @I302@ +1 CHIL @I298@ +1 CHIL @I134@ +0 @F98@ FAM +1 HUSB @I303@ +1 WIFE @I304@ +1 CHIL @I305@ +1 CHIL @I137@ +1 CHIL @I306@ +0 @F99@ FAM +1 HUSB @I307@ +1 WIFE @I306@ +1 CHIL @I308@ +0 @F100@ FAM +1 HUSB @I309@ +1 WIFE @I96@ +1 CHIL @I438@ +1 CHIL @I437@ +1 CHIL @I436@ +1 CHIL @I1096@ +1 CHIL @I1097@ +1 CHIL @I1098@ +1 MARR +2 DATE 10 JAN 1893 +2 PLAC Sigmaringen,Germany +0 @F101@ FAM +1 HUSB @I244@ +1 WIFE @I314@ +1 CHIL @I315@ +1 MARR +2 DATE 1967 +0 @F102@ FAM +1 HUSB @I291@ +1 WIFE @I316@ +1 CHIL @I982@ +1 MARR +2 DATE 1978 +0 @F103@ FAM +1 HUSB @I107@ +1 WIFE @I319@ +1 CHIL @I320@ +1 CHIL @I801@ +1 MARR +2 DATE 30 JUN 1978 +2 PLAC Vienna,Austria +0 @F104@ FAM +1 HUSB @I321@ +1 WIFE @I322@ +1 CHIL @I323@ +1 CHIL @I324@ +1 CHIL @I325@ +1 CHIL @I326@ +1 CHIL @I327@ +1 CHIL @I328@ +1 CHIL @I329@ +1 CHIL @I330@ +1 CHIL @I331@ +1 MARR +2 DATE 22 AUG 1705 +2 PLAC Herrenhausen +0 @F105@ FAM +1 HUSB @I323@ +1 WIFE @I332@ +1 CHIL @I333@ +1 CHIL @I130@ +1 CHIL @I334@ +1 CHIL @I335@ +1 CHIL @I336@ +1 CHIL @I337@ +1 CHIL @I338@ +1 CHIL @I339@ +1 CHIL @I340@ +1 MARR +2 DATE 8 MAY 1736 +2 PLAC Chapel Royal,St. James +0 @F106@ FAM +1 HUSB @I341@ +1 WIFE @I342@ +1 CHIL @I321@ +1 CHIL @I343@ +1 DIV Y +1 MARR +2 DATE 22 NOV 1682 +2 PLAC Celle +0 @F107@ FAM +1 HUSB @I344@ +1 WIFE @I331@ +1 CHIL @I1637@ +1 CHIL @I1638@ +1 CHIL @I1639@ +1 CHIL @I764@ +1 CHIL @I1640@ +1 MARR +2 DATE 11 DEC 1743 +2 PLAC Christiansborg +0 @F108@ FAM +1 HUSB @I345@ +1 WIFE @I346@ +1 CHIL @I225@ +1 MARR +2 DATE 1810 +0 @F109@ FAM +1 HUSB @I347@ +1 WIFE @I348@ +1 CHIL @I224@ +1 CHIL @I100@ +1 CHIL @I486@ +1 CHIL @I25@ +1 CHIL @I487@ +1 MARR +2 DATE 1851 +0 @F110@ FAM +1 HUSB @I349@ +1 WIFE @I350@ +1 CHIL @I493@ +1 CHIL @I357@ +1 CHIL @I347@ +1 CHIL @I45@ +1 MARR +2 DATE 1804 +0 @F111@ FAM +1 HUSB @I351@ +1 WIFE @I352@ +1 CHIL @I348@ +0 @F112@ FAM +1 HUSB @I353@ +1 WIFE @I354@ +1 CHIL @I165@ +1 CHIL @I228@ +1 CHIL @I2671@ +1 CHIL @I2677@ +1 MARR +2 DATE 1848 +0 @F113@ FAM +1 HUSB @I355@ +1 WIFE @I356@ +1 CHIL @I354@ +0 @F114@ FAM +1 HUSB @I357@ +1 WIFE @I358@ +1 CHIL @I22@ +1 CHIL @I497@ +1 CHIL @I498@ +1 CHIL @I499@ +1 MARR +2 DATE 1836 +0 @F115@ FAM +1 HUSB @I360@ +1 WIFE @I361@ +1 CHIL @I207@ +0 @F116@ FAM +1 HUSB @I362@ +1 WIFE @I363@ +1 CHIL @I208@ +0 @F117@ FAM +1 HUSB @I364@ +1 WIFE @I365@ +1 CHIL @I183@ +0 @F118@ FAM +1 HUSB @I366@ +1 WIFE @I367@ +1 CHIL @I239@ +0 @F119@ FAM +1 HUSB @I368@ +1 WIFE @I369@ +1 CHIL @I93@ +0 @F120@ FAM +1 HUSB @I370@ +1 WIFE @I371@ +1 CHIL @I368@ +0 @F121@ FAM +1 HUSB @I372@ +1 WIFE @I373@ +1 CHIL @I371@ +0 @F122@ FAM +1 HUSB @I374@ +1 WIFE @I375@ +1 CHIL @I373@ +0 @F123@ FAM +1 HUSB @I376@ +1 WIFE @I377@ +1 CHIL @I372@ +0 @F124@ FAM +1 HUSB @I378@ +1 WIFE @I379@ +1 CHIL @I370@ +0 @F125@ FAM +1 HUSB @I380@ +1 WIFE @I381@ +1 CHIL @I379@ +0 @F126@ FAM +1 HUSB @I382@ +1 WIFE @I383@ +1 CHIL @I378@ +0 @F127@ FAM +1 HUSB @I384@ +1 WIFE @I385@ +1 CHIL @I367@ +1 CHIL @I1713@ +1 CHIL @I1714@ +0 @F128@ FAM +1 HUSB @I386@ +1 WIFE @I387@ +1 CHIL @I384@ +0 @F129@ FAM +1 HUSB @I388@ +1 WIFE @I389@ +1 CHIL @I385@ +0 @F130@ FAM +1 HUSB @I390@ +1 WIFE @I391@ +1 CHIL @I369@ +0 @F131@ FAM +1 HUSB @I392@ +1 WIFE @I393@ +1 CHIL @I390@ +0 @F132@ FAM +1 HUSB @I394@ +1 WIFE @I395@ +1 CHIL @I391@ +0 @F133@ FAM +1 HUSB @I396@ +1 WIFE @I397@ +1 CHIL @I1733@ +1 CHIL @I366@ +1 CHIL @I1734@ +0 @F134@ FAM +1 HUSB @I398@ +1 WIFE @I399@ +1 CHIL @I396@ +0 @F135@ FAM +1 HUSB @I400@ +1 WIFE @I401@ +1 CHIL @I397@ +0 @F136@ FAM +1 HUSB @I21@ +1 WIFE @I402@ +1 CHIL @I420@ +1 CHIL @I421@ +1 CHIL @I422@ +1 CHIL @I423@ +1 CHIL @I424@ +1 CHIL @I425@ +1 CHIL @I426@ +0 @F137@ FAM +1 HUSB @I403@ +1 WIFE @I77@ +0 @F138@ FAM +1 HUSB @I404@ +1 WIFE @I74@ +0 @F139@ FAM +1 HUSB @I405@ +1 WIFE @I76@ +1 CHIL @I439@ +1 CHIL @I234@ +1 CHIL @I233@ +1 CHIL @I232@ +1 CHIL @I231@ +1 CHIL @I230@ +1 MARR +2 DATE 27 OCT 1889 +2 PLAC Athens,Greece +0 @F140@ FAM +1 HUSB @I406@ +1 WIFE @I78@ +0 @F141@ FAM +1 HUSB @I129@ +1 WIFE @I407@ +0 @F142@ FAM +1 HUSB @I26@ +1 WIFE @I408@ +1 CHIL @I509@ +0 @F143@ FAM +1 HUSB @I409@ +1 WIFE @I27@ +1 CHIL @I430@ +1 CHIL @I591@ +1 CHIL @I433@ +1 CHIL @I2642@ +1 CHIL @I431@ +1 CHIL @I432@ +1 CHIL @I2643@ +1 MARR +2 DATE 1906 +2 PLAC Church of,San Jeronimo,Madrid,Spain +0 @F144@ FAM +1 HUSB @I151@ +1 WIFE @I84@ +1 MARR +2 DATE 1884 +0 @F145@ FAM +1 HUSB @I162@ +1 WIFE @I410@ +1 CHIL @I511@ +1 CHIL @I411@ +1 CHIL @I412@ +1 CHIL @I43@ +1 CHIL @I413@ +1 CHIL @I414@ +1 CHIL @I2654@ +1 CHIL @I416@ +1 CHIL @I1029@ +1 CHIL @I418@ +0 @F146@ FAM +1 HUSB @I21@ +1 WIFE @I419@ +1 MARR +2 DATE 5 NOV 1922 +2 PLAC Haus Doorn,Netherlands +0 @F147@ FAM +1 HUSB @I412@ +1 WIFE @I427@ +1 CHIL @I428@ +1 CHIL @I20@ +0 @F148@ FAM +1 HUSB @I429@ +1 WIFE @I428@ +0 @F149@ FAM +1 HUSB @I432@ +1 WIFE @I434@ +1 CHIL @I592@ +1 CHIL @I435@ +1 CHIL @I593@ +1 CHIL @I594@ +1 MARR +2 DATE 1935 +2 PLAC Rome,,Italy +0 @F150@ FAM +1 HUSB @I439@ +1 WIFE @I437@ +1 DIV Y +1 MARR +2 DATE 27 FEB 1921 +2 PLAC Bucharest,Romania +0 @F151@ FAM +1 HUSB @I440@ +1 WIFE @I436@ +1 CHIL @I475@ +1 CHIL @I874@ +1 CHIL @I875@ +0 @F152@ FAM +1 HUSB @I435@ +1 WIFE @I441@ +1 CHIL @I442@ +1 CHIL @I443@ +1 CHIL @I444@ +1 MARR +2 DATE 1962 +0 @F153@ FAM +1 HUSB @I450@ +1 WIFE @I451@ +1 CHIL @I958@ +1 CHIL @I959@ +1 CHIL @I452@ +1 MARR +2 DATE 1929 +0 @F154@ FAM +1 HUSB @I452@ +1 WIFE @I453@ +1 CHIL @I454@ +1 CHIL @I455@ +1 MARR +2 DATE AUG 1968 +2 PLAC Oslo Cathedral,Oslo,Norway +0 @F155@ FAM +1 HUSB @I456@ +1 WIFE @I457@ +1 CHIL @I124@ +1 CHIL @I1408@ +1 CHIL @I446@ +1 MARR +2 DATE 1881 +0 @F156@ FAM +1 HUSB @I458@ +1 WIFE @I459@ +1 CHIL @I456@ +1 CHIL @I2770@ +1 CHIL @I597@ +1 CHIL @I2771@ +1 MARR +2 DATE 6 JUN 1857 +2 PLAC Biebrich +0 @F157@ FAM +1 HUSB @I83@ +1 WIFE @I460@ +1 CHIL @I461@ +1 CHIL @I462@ +1 MARR +2 DATE 1905 +0 @F158@ FAM +1 HUSB @I461@ +1 WIFE @I463@ +1 CHIL @I2629@ +1 CHIL @I2630@ +1 CHIL @I2631@ +1 MARR +2 DATE 1931 +0 @F159@ FAM +1 HUSB @I462@ +1 WIFE @I464@ +1 MARR +2 DATE 1937 +0 @F160@ FAM +1 HUSB @I438@ +1 WIFE @I233@ +1 CHIL @I468@ +1 DIV Y +1 MARR +2 DATE 10 MAR 1921 +2 PLAC Athens,Greece +0 @F161@ FAM +1 HUSB @I468@ +1 WIFE @I469@ +1 CHIL @I972@ +1 CHIL @I973@ +1 CHIL @I974@ +1 CHIL @I975@ +1 CHIL @I976@ +1 MARR +2 DATE 10 JUN 1948 +2 PLAC Athens,Greece +0 @F162@ FAM +1 HUSB @I232@ +1 WIFE @I470@ +1 CHIL @I441@ +1 CHIL @I471@ +1 CHIL @I1064@ +0 @F163@ FAM +1 HUSB @I471@ +1 WIFE @I472@ +1 CHIL @I609@ +1 CHIL @I1060@ +1 CHIL @I1061@ +1 CHIL @I1062@ +1 CHIL @I1063@ +1 MARR +2 DATE 18 SEP 1964 +2 PLAC Athens,Greece +0 @F164@ FAM +1 HUSB @I234@ +1 WIFE @I473@ +1 CHIL @I474@ +1 MARR +2 DATE 4 NOV 1919 +2 PLAC Athens,Greece +0 @F165@ FAM +1 HUSB @I475@ +1 WIFE @I474@ +1 CHIL @I877@ +0 @F166@ FAM +1 HUSB @I477@ +1 WIFE @I147@ +1 CHIL @I478@ +1 MARR +2 DATE 1931 +0 @F167@ FAM +1 HUSB @I479@ +1 WIFE @I148@ +1 CHIL @I480@ +1 MARR +2 DATE 1931 +0 @F168@ FAM +1 HUSB @I481@ +1 WIFE @I476@ +1 MARR +2 DATE 1930 +0 @F169@ FAM +1 HUSB @I482@ +1 WIFE @I476@ +1 CHIL @I483@ +1 MARR +2 DATE 1946 +0 @F170@ FAM +1 HUSB @I484@ +1 WIFE @I485@ +1 CHIL @I303@ +1 CHIL @I595@ +1 CHIL @I356@ +0 @F171@ FAM +1 HUSB @I488@ +1 WIFE @I224@ +0 @F172@ FAM +1 HUSB @I486@ +1 WIFE @I489@ +1 MARR +2 DATE 1889 +0 @F173@ FAM +1 HUSB @I487@ +1 WIFE @I490@ +0 @F174@ FAM +1 HUSB @I493@ +1 WIFE @I495@ +1 MARR +2 DATE 1833 +0 @F175@ FAM +1 HUSB @I103@ +1 WIFE @I494@ +1 CHIL @I500@ +1 CHIL @I501@ +0 @F176@ FAM +1 HUSB @I102@ +1 WIFE @I502@ +1 CHIL @I503@ +1 CHIL @I504@ +0 @F177@ FAM +1 HUSB @I505@ +1 WIFE @I500@ +1 CHIL @I506@ +0 @F178@ FAM +1 HUSB @I507@ +1 WIFE @I501@ +1 CHIL @I508@ +0 @F179@ FAM +1 HUSB @I162@ +1 WIFE @I510@ +0 @F180@ FAM +1 HUSB @I418@ +1 WIFE @I1682@ +1 DIV Y +1 MARR +2 DATE 1830 +0 @F181@ FAM +1 HUSB @I418@ +1 WIFE @I513@ +0 @F182@ FAM +1 HUSB @I417@ +1 WIFE @I514@ +1 CHIL @I1704@ +0 @F183@ FAM +1 HUSB @I515@ +1 WIFE @I2654@ +1 CHIL @I1213@ +1 MARR +2 DATE 1822 +0 @F184@ FAM +1 HUSB @I414@ +1 WIFE @I516@ +0 @F185@ FAM +1 HUSB @I202@ +1 WIFE @I555@ +0 @F186@ FAM +1 HUSB @I420@ +1 WIFE @I518@ +1 CHIL @I519@ +1 CHIL @I520@ +1 CHIL @I521@ +1 CHIL @I522@ +1 CHIL @I523@ +1 CHIL @I524@ +0 @F187@ FAM +1 HUSB @I519@ +1 WIFE @I525@ +1 CHIL @I526@ +1 CHIL @I527@ +0 @F188@ FAM +1 HUSB @I520@ +1 WIFE @I528@ +1 CHIL @I921@ +1 CHIL @I922@ +1 CHIL @I923@ +1 CHIL @I924@ +1 CHIL @I925@ +1 CHIL @I534@ +1 CHIL @I535@ +1 MARR +2 DATE 1938 +0 @F189@ FAM +1 HUSB @I521@ +1 WIFE @I536@ +1 DIV Y +0 @F190@ FAM +1 HUSB @I521@ +1 WIFE @I537@ +1 CHIL @I538@ +1 CHIL @I539@ +0 @F191@ FAM +1 HUSB @I522@ +1 WIFE @I540@ +1 CHIL @I541@ +1 CHIL @I542@ +1 CHIL @I543@ +1 CHIL @I544@ +1 CHIL @I545@ +0 @F192@ FAM +1 HUSB @I546@ +1 WIFE @I524@ +0 @F193@ FAM +1 HUSB @I421@ +1 WIFE @I547@ +0 @F194@ FAM +1 HUSB @I422@ +1 WIFE @I548@ +0 @F195@ FAM +1 HUSB @I423@ +1 WIFE @I549@ +0 @F196@ FAM +1 HUSB @I424@ +1 WIFE @I550@ +0 @F197@ FAM +1 HUSB @I425@ +1 WIFE @I551@ +0 @F198@ FAM +1 HUSB @I552@ +1 WIFE @I426@ +1 CHIL @I1030@ +1 CHIL @I1031@ +1 CHIL @I470@ +1 CHIL @I1033@ +1 CHIL @I1034@ +1 CHIL @I1035@ +1 MARR +2 DATE 1913 +0 @F199@ FAM +1 HUSB @I553@ +1 WIFE @I554@ +1 CHIL @I555@ +1 DIV Y +1 MARR +2 DATE 14 JUL 1765 +2 PLAC Charlottenburg +0 @F200@ FAM +1 HUSB @I553@ +1 WIFE @I556@ +1 CHIL @I162@ +1 CHIL @I557@ +1 CHIL @I558@ +1 CHIL @I559@ +1 CHIL @I560@ +1 CHIL @I561@ +1 CHIL @I562@ +1 CHIL @I563@ +1 MARR +2 DATE 14 JUL 1769 +2 PLAC Charlottenburg +0 @F201@ FAM +1 HUSB @I558@ +1 WIFE @I248@ +1 MARR +2 DATE 29 AUG 1815 +2 PLAC London,England +0 @F202@ FAM +1 HUSB @I565@ +1 WIFE @I559@ +1 CHIL @I652@ +1 CHIL @I653@ +1 CHIL @I1681@ +1 CHIL @I1682@ +1 MARR +2 DATE 1 OCT 1791 +2 PLAC Berlin,Germany +0 @F203@ FAM +1 HUSB @I566@ +1 WIFE @I561@ +0 @F204@ FAM +1 HUSB @I563@ +1 WIFE @I567@ +0 @F205@ FAM +1 HUSB @I568@ +1 WIFE @I569@ +1 CHIL @I553@ +1 CHIL @I570@ +1 CHIL @I571@ +1 CHIL @I572@ +0 @F206@ FAM +1 HUSB @I573@ +1 WIFE @I571@ +0 @F207@ FAM +1 HUSB @I574@ +1 WIFE @I575@ +1 CHIL @I576@ +1 CHIL @I485@ +1 MARR +2 DATE 1760 +0 @F208@ FAM +1 HUSB @I576@ +1 WIFE @I577@ +1 CHIL @I578@ +0 @F209@ FAM +1 HUSB @I578@ +1 WIFE @I579@ +1 CHIL @I580@ +1 CHIL @I459@ +0 @F210@ FAM +1 HUSB @I580@ +1 WIFE @I581@ +1 CHIL @I582@ +0 @F211@ FAM +1 HUSB @I582@ +1 WIFE @I583@ +1 CHIL @I584@ +0 @F212@ FAM +1 HUSB @I585@ +1 WIFE @I584@ +1 CHIL @I586@ +0 @F213@ FAM +1 HUSB @I158@ +1 WIFE @I97@ +1 CHIL @I895@ +1 CHIL @I528@ +1 CHIL @I588@ +1 MARR +2 DATE 1905 +2 PLAC Tegernsee,,Bavaria +0 @F214@ FAM +1 HUSB @I588@ +1 WIFE @I589@ +1 CHIL @I899@ +1 MARR +2 DATE 1948 +2 PLAC ,Switzerland +0 @F215@ FAM +1 HUSB @I597@ +1 WIFE @I598@ +1 CHIL @I2829@ +1 CHIL @I451@ +1 CHIL @I599@ +1 CHIL @I2738@ +1 MARR +2 DATE 1897 +0 @F216@ FAM +1 HUSB @I600@ +1 WIFE @I599@ +1 CHIL @I1123@ +1 CHIL @I601@ +1 CHIL @I1124@ +1 MARR +2 DATE 10 NOV 1926 +2 PLAC Brussels,Belgium +0 @F217@ FAM +1 HUSB @I445@ +1 WIFE @I602@ +1 CHIL @I2526@ +1 CHIL @I2527@ +1 CHIL @I2528@ +1 CHIL @I2529@ +1 CHIL @I603@ +1 MARR +2 DATE 1932 +0 @F218@ FAM +1 HUSB @I604@ +1 WIFE @I605@ +1 CHIL @I606@ +1 CHIL @I71@ +1 CHIL @I2697@ +1 CHIL @I1664@ +1 CHIL @I598@ +1 CHIL @I1665@ +1 CHIL @I1666@ +1 CHIL @I1667@ +0 @F219@ FAM +1 HUSB @I606@ +1 WIFE @I607@ +1 CHIL @I608@ +1 CHIL @I1671@ +1 MARR +2 DATE 1898 +0 @F220@ FAM +1 HUSB @I603@ +1 WIFE @I1612@ +1 CHIL @I2446@ +1 CHIL @I2447@ +1 CHIL @I2729@ +1 MARR +2 DATE 19 JUN 1976 +2 PLAC Stockholm,Sweden +0 @F221@ FAM +1 HUSB @I611@ +1 WIFE @I612@ +1 CHIL @I613@ +1 CHIL @I614@ +0 @F222@ FAM +1 HUSB @I615@ +1 WIFE @I614@ +1 CHIL @I616@ +0 @F223@ FAM +1 HUSB @I616@ +1 WIFE @I617@ +1 CHIL @I618@ +1 CHIL @I619@ +1 MARR +2 DATE 1709 +0 @F224@ FAM +1 HUSB @I620@ +1 WIFE @I619@ +1 CHIL @I621@ +1 MARR +2 DATE 1727 +0 @F225@ FAM +1 HUSB @I621@ +1 WIFE @I622@ +1 CHIL @I623@ +0 @F226@ FAM +1 HUSB @I623@ +1 WIFE @I624@ +1 CHIL @I625@ +1 CHIL @I626@ +0 @F227@ FAM +1 HUSB @I625@ +1 WIFE @I627@ +1 CHIL @I628@ +0 @F228@ FAM +1 HUSB @I629@ +1 WIFE @I628@ +1 CHIL @I630@ +0 @F229@ FAM +1 HUSB @I631@ +1 WIFE @I630@ +1 CHIL @I632@ +0 @F230@ FAM +1 HUSB @I632@ +1 WIFE @I633@ +1 CHIL @I634@ +0 @F231@ FAM +1 HUSB @I635@ +1 WIFE @I634@ +1 CHIL @I636@ +0 @F232@ FAM +1 HUSB @I637@ +1 WIFE @I626@ +1 CHIL @I1154@ +1 CHIL @I1155@ +1 CHIL @I1156@ +1 CHIL @I1157@ +1 CHIL @I638@ +1 CHIL @I1158@ +1 CHIL @I1159@ +1 MARR +2 DATE 1797 +0 @F233@ FAM +1 HUSB @I639@ +1 WIFE @I638@ +1 CHIL @I646@ +0 @F234@ FAM +1 HUSB @I640@ +1 WIFE @I642@ +1 CHIL @I643@ +0 @F235@ FAM +1 HUSB @I643@ +1 WIFE @I644@ +1 CHIL @I645@ +0 @F236@ FAM +1 HUSB @I646@ +1 WIFE @I647@ +1 CHIL @I640@ +1 CHIL @I641@ +0 @F237@ FAM +1 HUSB @I648@ +1 WIFE @I641@ +1 CHIL @I649@ +0 @F238@ FAM +1 HUSB @I618@ +1 WIFE @I324@ +1 CHIL @I650@ +1 CHIL @I575@ +0 @F239@ FAM +1 HUSB @I650@ +1 WIFE @I651@ +1 CHIL @I2653@ +1 CHIL @I565@ +1 CHIL @I2655@ +0 @F240@ FAM +1 HUSB @I652@ +1 WIFE @I654@ +1 CHIL @I655@ +1 CHIL @I1689@ +1 CHIL @I1690@ +1 CHIL @I1691@ +1 CHIL @I1692@ +1 MARR +2 DATE 1816 +0 @F241@ FAM +1 HUSB @I655@ +1 WIFE @I656@ +1 CHIL @I657@ +1 MARR +2 DATE 7 JAN 1879 +2 PLAC Arolsen +0 @F242@ FAM +1 HUSB @I658@ +1 WIFE @I657@ +1 CHIL @I659@ +1 MARR +2 DATE 7 FEB 1901 +2 PLAC The Hague,Netherlands +0 @F243@ FAM +1 HUSB @I660@ +1 WIFE @I659@ +1 CHIL @I661@ +1 CHIL @I1204@ +1 CHIL @I1205@ +1 CHIL @I1206@ +1 MARR +2 DATE 7 JAN 1937 +2 PLAC The Hague,Netherlands +0 @F244@ FAM +1 HUSB @I613@ +1 WIFE @I662@ +1 CHIL @I663@ +0 @F245@ FAM +1 HUSB @I663@ +1 WIFE @I664@ +1 CHIL @I665@ +0 @F246@ FAM +1 HUSB @I666@ +1 WIFE @I665@ +1 CHIL @I667@ +0 @F247@ FAM +1 HUSB @I668@ +1 WIFE @I667@ +1 CHIL @I669@ +0 @F248@ FAM +1 HUSB @I669@ +1 WIFE @I670@ +1 CHIL @I671@ +0 @F249@ FAM +1 HUSB @I672@ +1 WIFE @I671@ +1 CHIL @I673@ +0 @F250@ FAM +1 HUSB @I673@ +1 WIFE @I674@ +1 CHIL @I675@ +0 @F251@ FAM +1 HUSB @I676@ +1 WIFE @I675@ +1 CHIL @I677@ +0 @F252@ FAM +1 HUSB @I678@ +1 WIFE @I679@ +1 CHIL @I680@ +0 @F253@ FAM +1 HUSB @I680@ +1 WIFE @I681@ +1 CHIL @I682@ +0 @F254@ FAM +1 HUSB @I683@ +1 WIFE @I682@ +1 CHIL @I2634@ +1 CHIL @I2635@ +1 CHIL @I409@ +1 MARR +2 DATE 1879 +0 @F255@ FAM +1 HUSB @I684@ +1 WIFE @I595@ +1 CHIL @I685@ +0 @F256@ FAM +1 HUSB @I686@ +1 WIFE @I685@ +1 CHIL @I687@ +0 @F257@ FAM +1 HUSB @I688@ +1 WIFE @I687@ +1 CHIL @I689@ +1 MARR +2 DATE 20 FEB 1868 +2 PLAC Vienna,Austria +0 @F258@ FAM +1 HUSB @I689@ +1 WIFE @I690@ +1 CHIL @I1183@ +1 CHIL @I1184@ +1 CHIL @I691@ +1 CHIL @I1185@ +0 @F259@ FAM +1 HUSB @I692@ +1 WIFE @I693@ +1 CHIL @I694@ +1 CHIL @I695@ +1 CHIL @I696@ +1 CHIL @I697@ +1 CHIL @I698@ +1 CHIL @I699@ +1 CHIL @I700@ +1 CHIL @I701@ +1 CHIL @I702@ +1 CHIL @I703@ +1 CHIL @I704@ +1 CHIL @I705@ +1 MARR +2 DATE 28 JUL 1683 +2 PLAC Chapel Royal,St. James,England +0 @F260@ FAM +1 HUSB @I706@ +1 WIFE @I707@ +1 CHIL @I708@ +1 CHIL @I709@ +1 CHIL @I710@ +1 CHIL @I693@ +1 CHIL @I711@ +1 CHIL @I712@ +1 CHIL @I713@ +1 CHIL @I714@ +1 MARR +2 DATE 24 NOV 1659 +2 PLAC Breda +0 @F261@ FAM +1 HUSB @I706@ +1 WIFE @I715@ +1 CHIL @I716@ +1 CHIL @I717@ +1 CHIL @I718@ +1 CHIL @I719@ +1 CHIL @I720@ +1 MARR +2 DATE 21 NOV 1673 +2 PLAC Dover,,England +0 @F262@ FAM +1 HUSB @I719@ +1 WIFE @I721@ +1 CHIL @I722@ +1 CHIL @I723@ +1 MARR +2 DATE 3 SEP 1719 +2 PLAC Monte Fiascone +0 @F263@ FAM +1 HUSB @I722@ +1 WIFE @I724@ +1 MARR +2 DATE 17 APR 1772 +2 PLAC Marcerata +0 @F264@ FAM +1 HUSB @I725@ +1 WIFE @I726@ +1 CHIL @I727@ +1 CHIL @I728@ +1 CHIL @I729@ +1 CHIL @I730@ +1 CHIL @I731@ +1 CHIL @I732@ +1 CHIL @I733@ +1 CHIL @I734@ +1 MARR +2 DATE 23 NOV 1589 +2 PLAC Oslo,Norway +0 @F265@ FAM +1 HUSB @I735@ +1 WIFE @I728@ +1 CHIL @I2114@ +1 CHIL @I765@ +1 CHIL @I766@ +1 CHIL @I767@ +1 CHIL @I768@ +1 CHIL @I2115@ +1 CHIL @I2116@ +1 CHIL @I2117@ +1 CHIL @I2118@ +1 CHIL @I2119@ +1 CHIL @I736@ +1 MARR +2 DATE 14 FEB 1613 +2 PLAC Whitehall +0 @F266@ FAM +1 HUSB @I758@ +1 WIFE @I736@ +1 CHIL @I341@ +1 CHIL @I2123@ +1 CHIL @I2124@ +1 CHIL @I2125@ +1 CHIL @I2126@ +1 CHIL @I770@ +1 CHIL @I771@ +0 @F267@ FAM +1 HUSB @I772@ +1 WIFE @I771@ +1 CHIL @I1177@ +1 CHIL @I1178@ +1 CHIL @I761@ +1 MARR +2 DATE 8 OCT 1684 +2 PLAC Herrenhausen +0 @F268@ FAM +1 HUSB @I737@ +1 WIFE @I738@ +1 CHIL @I726@ +1 CHIL @I1627@ +1 CHIL @I2860@ +1 CHIL @I2861@ +1 CHIL @I2862@ +1 MARR +2 DATE 20 JUL 1572 +2 PLAC Copenhagen,Denmark +0 @F269@ FAM +1 HUSB @I750@ +1 WIFE @I744@ +1 CHIL @I757@ +0 @F270@ FAM +1 HUSB @I730@ +1 WIFE @I739@ +1 CHIL @I742@ +1 CHIL @I743@ +1 CHIL @I744@ +1 CHIL @I706@ +1 CHIL @I745@ +1 CHIL @I746@ +1 CHIL @I747@ +1 CHIL @I748@ +1 CHIL @I749@ +1 MARR +2 DATE 13 JUN 1625 +2 PLAC Canterbury,,England +0 @F271@ FAM +1 HUSB @I740@ +1 WIFE @I741@ +1 CHIL @I529@ +1 CHIL @I896@ +1 CHIL @I2913@ +1 CHIL @I590@ +1 CHIL @I739@ +1 MARR +2 DATE 17 DEC 1600 +0 @F272@ FAM +1 HUSB @I751@ +1 WIFE @I749@ +1 CHIL @I951@ +1 CHIL @I2128@ +1 MARR +2 DATE 31 MAR 1661 +2 PLAC Paris,,France +0 @F273@ FAM +1 HUSB @I743@ +1 WIFE @I752@ +1 MARR +2 DATE 20 MAY 1662 +2 PLAC Portsmouth,England +0 @F274@ FAM +1 HUSB @I753@ +1 WIFE @I754@ +1 CHIL @I752@ +0 @F275@ FAM +1 HUSB @I755@ +1 WIFE @I756@ +1 CHIL @I715@ +0 @F276@ FAM +1 HUSB @I757@ +1 WIFE @I709@ +1 MARR +2 DATE 4 NOV 1677 +2 PLAC St. James Palace,,England +0 @F277@ FAM +1 HUSB @I759@ +1 WIFE @I760@ +1 CHIL @I219@ +0 @F278@ FAM +1 HUSB @I1172@ +1 WIFE @I419@ +0 @F279@ FAM +1 HUSB @I336@ +1 WIFE @I762@ +1 CHIL @I290@ +1 CHIL @I2146@ +0 @F280@ FAM +1 HUSB @I337@ +1 WIFE @I763@ +0 @F281@ FAM +1 HUSB @I764@ +1 WIFE @I340@ +1 CHIL @I1617@ +1 CHIL @I1653@ +1 DIV Y +1 MARR +2 DATE 8 NOV 1766 +2 PLAC Christiansborg +0 @F282@ FAM +1 HUSB @I773@ +1 WIFE @I774@ +1 CHIL @I775@ +1 CHIL @I776@ +1 CHIL @I828@ +1 CHIL @I829@ +1 CHIL @I830@ +1 CHIL @I831@ +1 CHIL @I832@ +1 MARR +2 DATE 18 JAN 1486 +2 PLAC Westminster,,England +0 @F283@ FAM +1 HUSB @I777@ +1 WIFE @I778@ +1 CHIL @I401@ +0 @F284@ FAM +1 HUSB @I779@ +1 WIFE @I780@ +1 CHIL @I399@ +0 @F285@ FAM +1 HUSB @I781@ +1 WIFE @I782@ +1 CHIL @I398@ +0 @F286@ FAM +1 HUSB @I783@ +1 WIFE @I784@ +1 CHIL @I400@ +0 @F287@ FAM +1 HUSB @I785@ +1 WIFE @I786@ +1 CHIL @I387@ +0 @F288@ FAM +1 HUSB @I788@ +1 WIFE @I787@ +1 CHIL @I386@ +0 @F289@ FAM +1 HUSB @I789@ +1 WIFE @I790@ +1 CHIL @I388@ +0 @F290@ FAM +1 HUSB @I792@ +1 WIFE @I791@ +1 CHIL @I389@ +0 @F291@ FAM +1 HUSB @I793@ +1 WIFE @I794@ +1 CHIL @I392@ +0 @F292@ FAM +1 HUSB @I795@ +1 WIFE @I796@ +1 CHIL @I393@ +0 @F293@ FAM +1 HUSB @I797@ +1 WIFE @I798@ +1 CHIL @I394@ +0 @F294@ FAM +1 HUSB @I799@ +1 WIFE @I800@ +1 CHIL @I395@ +0 @F295@ FAM +1 HUSB @I802@ +1 WIFE @I319@ +1 DIV Y +1 MARR +2 DATE SEP 1971 +0 @F296@ FAM +1 HUSB @I803@ +1 WIFE @I1607@ +1 CHIL @I69@ +0 @F297@ FAM +1 HUSB @I804@ +1 WIFE @I93@ +1 MARR +2 DATE 1969 +0 @F298@ FAM +1 HUSB @I804@ +1 WIFE @I805@ +0 @F299@ FAM +1 HUSB @I2984@ +1 WIFE @I806@ +1 CHIL @I243@ +1 DIV Y +1 MARR +2 DATE 23 APR 1927 +0 @F300@ FAM +1 HUSB @I807@ +1 WIFE @I241@ +1 CHIL @I808@ +1 MARR +2 DATE MAR 1978 +2 PLAC ,London,England +0 @F301@ FAM +1 HUSB @I809@ +1 WIFE @I240@ +1 MARR +2 DATE MAY 1980 +0 @F302@ FAM +1 HUSB @I810@ +1 CHIL @I807@ +0 @F303@ FAM +1 HUSB @I811@ +1 WIFE @I812@ +1 CHIL @I813@ +1 CHIL @I169@ +0 @F304@ FAM +1 HUSB @I814@ +1 WIFE @I2947@ +1 CHIL @I811@ +0 @F305@ FAM +1 HUSB @I815@ +1 CHIL @I814@ +0 @F306@ FAM +1 HUSB @I816@ +1 WIFE @I817@ +1 CHIL @I815@ +0 @F307@ FAM +1 HUSB @I818@ +1 CHIL @I816@ +0 @F308@ FAM +1 HUSB @I819@ +1 CHIL @I818@ +0 @F309@ FAM +1 HUSB @I820@ +1 WIFE @I821@ +1 CHIL @I170@ +0 @F310@ FAM +1 HUSB @I823@ +1 WIFE @I824@ +1 MARR +2 DATE ABT 1953 +0 @F311@ FAM +1 HUSB @I823@ +1 WIFE @I170@ +1 MARR +2 DATE JUL 1975 +2 PLAC Chichester,Register Office,England +0 @F312@ FAM +1 HUSB @I825@ +1 WIFE @I822@ +1 CHIL @I826@ +1 CHIL @I2959@ +1 DIV Y +1 MARR +2 DATE JUL 1976 +2 PLAC Dummer,,England +0 @F313@ FAM +1 HUSB @I775@ +1 WIFE @I833@ +1 MARR +2 DATE 14 NOV 1501 +2 PLAC St. Pauls Cath.,London,England +0 @F314@ FAM +1 HUSB @I834@ +1 WIFE @I776@ +1 CHIL @I835@ +1 MARR +2 DATE 8 AUG 1503 +2 PLAC Holyrod Abbey +0 @F315@ FAM +1 HUSB @I1473@ +1 WIFE @I1472@ +0 @F316@ FAM +1 HUSB @I837@ +1 WIFE @I776@ +1 MARR +2 DATE 3 MAR 1528 +0 @F317@ FAM +1 HUSB @I838@ +1 WIFE @I830@ +1 MARR +2 DATE 9 OCT 1514 +2 PLAC Abbeville +0 @F318@ FAM +1 HUSB @I839@ +1 WIFE @I830@ +1 CHIL @I1426@ +1 CHIL @I1427@ +1 CHIL @I1428@ +1 MARR +2 DATE 3 MAR 1515 +2 PLAC Paris,France +0 @F319@ FAM +1 HUSB @I828@ +1 WIFE @I833@ +1 CHIL @I842@ +1 CHIL @I843@ +1 CHIL @I844@ +1 CHIL @I845@ +1 CHIL @I846@ +1 CHIL @I847@ +1 DIV Y +1 MARR +2 DATE 11 JUN 1509 +2 PLAC Grey Friars Ch.,Greenwich,England +0 @F320@ FAM +1 HUSB @I840@ +1 WIFE @I841@ +1 CHIL @I2887@ +1 CHIL @I2889@ +1 CHIL @I2100@ +1 CHIL @I2888@ +1 CHIL @I833@ +1 MARR +2 DATE 1469 +0 @F321@ FAM +1 HUSB @I828@ +1 WIFE @I848@ +1 CHIL @I849@ +1 CHIL @I850@ +1 MARR +2 DATE 25 JAN 1533 +2 PLAC Westminster,London,England +0 @F322@ FAM +1 HUSB @I828@ +1 WIFE @I851@ +1 CHIL @I852@ +1 MARR +2 DATE 30 MAY 1536 +2 PLAC York Place,,England +0 @F323@ FAM +1 HUSB @I828@ +1 WIFE @I853@ +1 DIV Y +1 MARR +2 DATE 6 JAN 1540 +2 PLAC Greenwich,,England +0 @F324@ FAM +1 HUSB @I854@ +1 WIFE @I855@ +1 CHIL @I853@ +0 @F325@ FAM +1 HUSB @I828@ +1 WIFE @I856@ +1 MARR +2 DATE 28 JUL 1540 +2 PLAC Hampton Court,Palace,England +0 @F326@ FAM +1 HUSB @I857@ +1 WIFE @I858@ +1 CHIL @I856@ +0 @F327@ FAM +1 HUSB @I828@ +1 WIFE @I859@ +1 MARR +2 DATE 12 JUL 1543 +2 PLAC Hampton Court,Palace +0 @F328@ FAM +1 HUSB @I860@ +1 WIFE @I861@ +1 CHIL @I851@ +0 @F329@ FAM +1 HUSB @I862@ +1 WIFE @I859@ +1 MARR +2 DATE ABT 1529 +0 @F330@ FAM +1 HUSB @I863@ +1 WIFE @I859@ +1 MARR +2 DATE 1533 +0 @F331@ FAM +1 HUSB @I864@ +1 WIFE @I859@ +1 CHIL @I867@ +1 MARR +2 DATE 4 APR 1547 +0 @F332@ FAM +1 HUSB @I865@ +1 WIFE @I866@ +1 CHIL @I859@ +1 CHIL @I2309@ +0 @F333@ FAM +1 HUSB @I869@ +1 WIFE @I868@ +1 MARR +2 DATE 21 MAY 1553 +2 PLAC Durham House,London,England +0 @F334@ FAM +1 HUSB @I870@ +1 WIFE @I846@ +1 MARR +2 DATE 25 JUL 1554 +2 PLAC Winchester,Cathedral,,England +0 @F335@ FAM +1 HUSB @I871@ +1 WIFE @I872@ +1 CHIL @I870@ +0 @F336@ FAM +1 HUSB @I876@ +1 WIFE @I1370@ +1 MARR +2 DATE 23 APR 1224 +0 @F337@ FAM +1 HUSB @I877@ +1 WIFE @I878@ +1 CHIL @I879@ +1 CHIL @I880@ +1 CHIL @I881@ +0 @F338@ FAM +1 HUSB @I874@ +1 WIFE @I882@ +1 CHIL @I883@ +1 CHIL @I884@ +1 DIV Y +1 MARR +2 DATE 1957 +2 PLAC Salem,Bavaria +0 @F339@ FAM +1 HUSB @I874@ +1 WIFE @I885@ +1 CHIL @I886@ +0 @F340@ FAM +1 HUSB @I875@ +1 WIFE @I887@ +1 CHIL @I888@ +1 CHIL @I889@ +0 @F341@ FAM +1 HUSB @I875@ +1 WIFE @I890@ +1 CHIL @I891@ +1 CHIL @I892@ +0 @F342@ FAM +1 HUSB @I875@ +1 WIFE @I893@ +0 @F343@ FAM +1 HUSB @I2543@ +1 WIFE @I2545@ +1 MARR +2 DATE 6 DEC 1491 +0 @F344@ FAM +1 HUSB @I2426@ +1 WIFE @I2920@ +1 CHIL @I1422@ +0 @F345@ FAM +1 HUSB @I900@ +1 WIFE @I899@ +1 CHIL @I901@ +1 DIV Y +1 MARR +2 DATE 1976 +2 PLAC Dinard,,France +0 @F346@ FAM +1 HUSB @I902@ +1 WIFE @I895@ +1 CHIL @I903@ +1 CHIL @I904@ +1 CHIL @I890@ +1 CHIL @I905@ +1 CHIL @I906@ +1 CHIL @I907@ +1 MARR +2 DATE 1925 +0 @F347@ FAM +1 HUSB @I903@ +1 WIFE @I908@ +1 CHIL @I909@ +1 CHIL @I910@ +1 CHIL @I911@ +1 CHIL @I912@ +0 @F348@ FAM +1 HUSB @I910@ +1 WIFE @I913@ +0 @F349@ FAM +1 HUSB @I911@ +1 WIFE @I914@ +1 CHIL @I915@ +0 @F350@ FAM +1 HUSB @I916@ +1 WIFE @I906@ +1 CHIL @I917@ +1 CHIL @I918@ +1 CHIL @I919@ +0 @F351@ FAM +1 HUSB @I533@ +1 WIFE @I532@ +1 CHIL @I1366@ +0 @F352@ FAM +1 HUSB @I925@ +1 WIFE @I926@ +1 CHIL @I927@ +1 MARR +2 DATE 1984 +0 @F353@ FAM +1 HUSB @I924@ +1 WIFE @I928@ +1 CHIL @I929@ +1 CHIL @I930@ +0 @F354@ FAM +1 HUSB @I922@ +1 WIFE @I931@ +1 CHIL @I932@ +1 CHIL @I933@ +0 @F355@ FAM +1 HUSB @I921@ +1 WIFE @I934@ +1 CHIL @I935@ +1 DIV Y +0 @F356@ FAM +1 HUSB @I921@ +1 WIFE @I936@ +1 CHIL @I937@ +1 CHIL @I938@ +1 CHIL @I939@ +0 @F357@ FAM +1 HUSB @I293@ +1 WIFE @I940@ +1 CHIL @I941@ +1 CHIL @I942@ +1 CHIL @I943@ +1 CHIL @I944@ +1 MARR +2 DATE 1979 +0 @F358@ FAM +1 HUSB @I294@ +1 WIFE @I945@ +1 CHIL @I946@ +1 CHIL @I947@ +1 MARR +2 DATE 1973 +0 @F359@ FAM +1 HUSB @I295@ +1 WIFE @I948@ +1 CHIL @I949@ +1 CHIL @I950@ +1 MARR +2 DATE 1981 +0 @F360@ FAM +1 HUSB @I953@ +1 WIFE @I952@ +1 CHIL @I954@ +1 MARR +2 DATE 1923 +0 @F361@ FAM +1 HUSB @I954@ +1 WIFE @I955@ +1 CHIL @I956@ +1 CHIL @I957@ +1 DIV Y +1 MARR +2 DATE 1956 +0 @F362@ FAM +1 HUSB @I960@ +1 WIFE @I959@ +1 CHIL @I961@ +1 CHIL @I962@ +1 CHIL @I963@ +1 CHIL @I964@ +1 CHIL @I965@ +1 MARR +2 DATE 1961 +2 PLAC Asker,Near Oslo,Norway +0 @F363@ FAM +1 HUSB @I966@ +1 WIFE @I958@ +1 CHIL @I967@ +1 CHIL @I968@ +1 CHIL @I969@ +1 MARR +2 DATE 1953 +0 @F364@ FAM +1 HUSB @I438@ +1 WIFE @I971@ +1 CHIL @I1057@ +1 DIV Y +1 MARR +2 DATE 31 AUG 1918 +2 PLAC Odessa +0 @F365@ FAM +1 HUSB @I977@ +1 WIFE @I973@ +1 CHIL @I978@ +1 MARR +2 DATE 1983 +0 @F366@ FAM +1 HUSB @I979@ +1 WIFE @I974@ +1 CHIL @I980@ +1 MARR +2 DATE 1984 +0 @F367@ FAM +1 HUSB @I981@ +1 CHIL @I111@ +0 @F368@ FAM +1 HUSB @I297@ +1 WIFE @I983@ +1 MARR +2 DATE 1979 +0 @F369@ FAM +1 HUSB @I984@ +1 WIFE @I985@ +1 CHIL @I986@ +1 MARR +2 DATE 12 JUL 1472 +2 PLAC Westminster,,London,England +0 @F370@ FAM +1 HUSB @I987@ +1 WIFE @I1339@ +1 CHIL @I1340@ +1 CHIL @I985@ +0 @F371@ FAM +1 HUSB @I988@ +1 WIFE @I989@ +1 CHIL @I991@ +1 CHIL @I992@ +1 CHIL @I993@ +1 CHIL @I984@ +1 CHIL @I994@ +1 CHIL @I995@ +1 CHIL @I996@ +1 CHIL @I997@ +0 @F372@ FAM +1 HUSB @I990@ +1 WIFE @I1331@ +1 CHIL @I1342@ +1 CHIL @I989@ +0 @F373@ FAM +1 HUSB @I991@ +1 WIFE @I998@ +1 CHIL @I774@ +1 CHIL @I999@ +1 CHIL @I1000@ +1 CHIL @I1001@ +1 CHIL @I1002@ +1 CHIL @I1003@ +1 CHIL @I1004@ +1 CHIL @I1005@ +1 CHIL @I1006@ +1 CHIL @I1007@ +1 MARR +2 DATE 1 MAY 1464 +2 PLAC Grafton Regis,Northants +0 @F374@ FAM +1 HUSB @I1008@ +1 WIFE @I1000@ +1 MARR +2 DATE BEF DEC 1487 +0 @F375@ FAM +1 HUSB @I1009@ +1 WIFE @I1000@ +1 MARR +2 DATE BEF JAN 1504 +0 @F376@ FAM +1 HUSB @I1003@ +1 WIFE @I1010@ +1 MARR +2 DATE 15 JAN 1478 +2 PLAC St. Stephen's,Chapel,Westminster,England +0 @F377@ FAM +1 HUSB @I1011@ +1 WIFE @I1004@ +1 MARR +2 DATE 4 FEB 1495 +0 @F378@ FAM +1 HUSB @I1012@ +1 WIFE @I1006@ +1 MARR +2 DATE BEF OCT 1495 +0 @F379@ FAM +1 HUSB @I1013@ +1 WIFE @I998@ +1 CHIL @I1014@ +1 CHIL @I1015@ +1 MARR +2 DATE BEF 1460 +0 @F380@ FAM +1 HUSB @I1016@ +1 WIFE @I985@ +1 MARR +2 DATE AUG 1470 +2 PLAC Amboise +0 @F381@ FAM +1 HUSB @I993@ +1 WIFE @I1340@ +1 CHIL @I1018@ +1 CHIL @I1019@ +0 @F382@ FAM +1 HUSB @I1020@ +1 WIFE @I994@ +0 @F383@ FAM +1 HUSB @I1021@ +1 WIFE @I994@ +0 @F384@ FAM +1 HUSB @I1022@ +1 WIFE @I996@ +0 @F385@ FAM +1 HUSB @I1023@ +1 WIFE @I1024@ +1 CHIL @I988@ +1 CHIL @I1025@ +0 @F386@ FAM +1 HUSB @I1026@ +1 WIFE @I1025@ +0 @F387@ FAM +1 HUSB @I1027@ +1 WIFE @I1028@ +1 CHIL @I605@ +1 MARR +2 DATE 1850 +0 @F388@ FAM +1 HUSB @I653@ +1 WIFE @I1029@ +1 CHIL @I1028@ +1 CHIL @I512@ +1 CHIL @I1683@ +1 CHIL @I1684@ +1 MARR +2 DATE 1825 +0 @F389@ FAM +1 HUSB @I1033@ +1 WIFE @I1032@ +1 CHIL @I2711@ +1 CHIL @I2712@ +1 MARR +2 DATE 1963 +0 @F390@ FAM +1 HUSB @I1034@ +1 WIFE @I1036@ +1 MARR +2 DATE 1960 +0 @F391@ FAM +1 HUSB @I1031@ +1 WIFE @I1037@ +1 CHIL @I2706@ +1 CHIL @I2707@ +1 CHIL @I2708@ +1 MARR +2 DATE 1946 +0 @F392@ FAM +1 HUSB @I1030@ +1 WIFE @I1038@ +1 CHIL @I1039@ +1 CHIL @I1040@ +1 CHIL @I1041@ +1 CHIL @I1042@ +1 CHIL @I1043@ +1 CHIL @I1044@ +0 @F393@ FAM +1 HUSB @I1045@ +1 WIFE @I1039@ +0 @F394@ FAM +1 HUSB @I1040@ +1 WIFE @I1046@ +1 CHIL @I1047@ +1 CHIL @I1048@ +0 @F395@ FAM +1 HUSB @I1041@ +1 WIFE @I1049@ +1 CHIL @I1050@ +1 DIV N +1 MARR +2 DATE SEP 1988 +0 @F396@ FAM +1 HUSB @I1051@ +1 WIFE @I1043@ +0 @F397@ FAM +1 HUSB @I1052@ +1 WIFE @I255@ +0 @F398@ FAM +1 HUSB @I1053@ +1 WIFE @I257@ +0 @F399@ FAM +1 HUSB @I260@ +1 WIFE @I1054@ +1 CHIL @I469@ +0 @F400@ FAM +1 HUSB @I1055@ +1 WIFE @I1056@ +1 CHIL @I971@ +0 @F401@ FAM +1 HUSB @I438@ +1 WIFE @I1058@ +1 MARR +2 DATE 3 JUN 1947 +2 PLAC Rio de Janerio,Brazil +0 @F402@ FAM +1 HUSB @I608@ +1 WIFE @I1059@ +1 CHIL @I610@ +1 CHIL @I1672@ +1 CHIL @I472@ +1 MARR +2 DATE 24 MAY 1935 +2 PLAC Stockholm,Sweden +0 @F403@ FAM +1 HUSB @I1065@ +1 WIFE @I1066@ +1 CHIL @I473@ +0 @F404@ FAM +1 HUSB @I1067@ +1 WIFE @I1068@ +1 CHIL @I247@ +0 @F405@ FAM +1 HUSB @I247@ +1 WIFE @I1069@ +1 CHIL @I1070@ +1 CHIL @I1071@ +1 CHIL @I1072@ +1 CHIL @I1073@ +0 @F406@ FAM +1 HUSB @I1070@ +1 WIFE @I1074@ +1 DIV Y +0 @F407@ FAM +1 HUSB @I1070@ +1 WIFE @I1075@ +1 CHIL @I1076@ +1 CHIL @I1077@ +0 @F408@ FAM +1 HUSB @I1070@ +1 WIFE @I1078@ +1 CHIL @I1079@ +1 CHIL @I1080@ +1 CHIL @I1081@ +0 @F409@ FAM +1 HUSB @I1080@ +1 WIFE @I1082@ +0 @F410@ FAM +1 HUSB @I1083@ +1 WIFE @I1081@ +0 @F411@ FAM +1 HUSB @I1073@ +1 WIFE @I1084@ +1 CHIL @I1085@ +1 CHIL @I1086@ +1 CHIL @I1087@ +1 CHIL @I1088@ +1 CHIL @I1089@ +0 @F412@ FAM +1 HUSB @I1086@ +1 WIFE @I1079@ +1 CHIL @I1090@ +0 @F413@ FAM +1 HUSB @I1090@ +1 WIFE @I1091@ +1 CHIL @I1092@ +1 CHIL @I1093@ +0 @F414@ FAM +1 HUSB @I1094@ +1 WIFE @I1092@ +0 @F415@ FAM +1 HUSB @I1090@ +1 WIFE @I1095@ +0 @F416@ FAM +1 HUSB @I1099@ +1 WIFE @I1100@ +1 CHIL @I1101@ +1 CHIL @I309@ +1 CHIL @I1102@ +0 @F417@ FAM +1 HUSB @I1102@ +1 WIFE @I1103@ +1 MARR +2 DATE 1894 +0 @F418@ FAM +1 HUSB @I1104@ +1 WIFE @I1105@ +1 CHIL @I1099@ +1 CHIL @I1106@ +1 CHIL @I1107@ +1 CHIL @I1108@ +1 CHIL @I1109@ +1 CHIL @I1110@ +0 @F419@ FAM +1 HUSB @I1111@ +1 WIFE @I1106@ +0 @F420@ FAM +1 HUSB @I1107@ +1 WIFE @I1112@ +1 MARR +2 DATE 15 NOV 1869 +2 PLAC Neuwied,Germany +0 @F421@ FAM +1 HUSB @I1109@ +1 WIFE @I1113@ +0 @F422@ FAM +1 HUSB @I1114@ +1 WIFE @I1110@ +1 CHIL @I1115@ +1 CHIL @I1116@ +1 CHIL @I1117@ +1 CHIL @I1103@ +1 CHIL @I1118@ +1 MARR +2 DATE 1867 +0 @F423@ FAM +1 HUSB @I1118@ +1 WIFE @I1119@ +1 CHIL @I600@ +1 CHIL @I1120@ +1 CHIL @I1121@ +1 MARR +2 DATE 2 OCT 1900 +2 PLAC Munich,Germany +0 @F424@ FAM +1 HUSB @I1122@ +1 WIFE @I1121@ +1 MARR +2 DATE 1930 +0 @F425@ FAM +1 HUSB @I1125@ +1 WIFE @I1123@ +1 MARR +2 DATE 1953 +0 @F426@ FAM +1 HUSB @I601@ +1 WIFE @I1126@ +1 MARR +2 DATE 15 DEC 1960 +2 PLAC Brussels,Belgium +0 @F427@ FAM +1 HUSB @I1124@ +1 WIFE @I1127@ +1 CHIL @I1128@ +1 CHIL @I1129@ +1 CHIL @I1130@ +1 MARR +2 DATE 1959 +0 @F428@ FAM +1 HUSB @I1131@ +1 WIFE @I1129@ +0 @F429@ FAM +1 HUSB @I600@ +1 WIFE @I1132@ +1 CHIL @I1133@ +1 CHIL @I1134@ +1 CHIL @I1135@ +1 MARR +2 DATE 11 SEP 1941 +2 PLAC Laeken +0 @F430@ FAM +1 HUSB @I1136@ +1 WIFE @I1134@ +1 DIV Y +0 @F431@ FAM +1 HUSB @I637@ +1 WIFE @I1137@ +1 CHIL @I1138@ +1 CHIL @I1139@ +1 CHIL @I1140@ +1 CHIL @I1074@ +1 CHIL @I1141@ +1 MARR +2 DATE 30 SEP 1785 +2 PLAC Darmstadt +0 @F432@ FAM +1 HUSB @I1138@ +1 WIFE @I1142@ +1 CHIL @I1143@ +1 CHIL @I495@ +1 CHIL @I1148@ +1 CHIL @I1149@ +1 CHIL @I1150@ +1 CHIL @I1151@ +1 CHIL @I1152@ +1 CHIL @I1153@ +1 MARR +2 DATE 12 OCT 1810 +2 PLAC Munich +0 @F433@ FAM +1 HUSB @I1143@ +1 WIFE @I1144@ +1 CHIL @I1145@ +1 CHIL @I1146@ +1 MARR +2 DATE 12 OCT 1842 +2 PLAC Munich +0 @F434@ FAM +1 HUSB @I411@ +1 WIFE @I1155@ +0 @F435@ FAM +1 HUSB @I761@ +1 WIFE @I343@ +1 CHIL @I1160@ +1 CHIL @I1161@ +1 CHIL @I1162@ +1 CHIL @I1163@ +1 CHIL @I1164@ +1 CHIL @I1165@ +1 CHIL @I1166@ +1 CHIL @I1167@ +1 CHIL @I1168@ +1 CHIL @I568@ +1 CHIL @I1169@ +1 CHIL @I1170@ +1 CHIL @I1171@ +1 MARR +2 DATE 28 NOV 1706 +2 PLAC Berlin +0 @F436@ FAM +1 HUSB @I772@ +1 WIFE @I1173@ +1 CHIL @I1174@ +1 CHIL @I1175@ +1 MARR +2 DATE 23 AUG 1679 +2 PLAC Potsdam +0 @F437@ FAM +1 HUSB @I772@ +1 WIFE @I1176@ +1 MARR +2 DATE 28 NOV 1708 +2 PLAC Berlin +0 @F438@ FAM +1 HUSB @I1150@ +1 WIFE @I1179@ +1 CHIL @I688@ +1 CHIL @I1180@ +1 CHIL @I1181@ +1 CHIL @I1182@ +0 @F439@ FAM +1 HUSB @I689@ +1 WIFE @I1186@ +1 CHIL @I1187@ +1 CHIL @I1188@ +1 CHIL @I1189@ +1 CHIL @I1190@ +1 CHIL @I1191@ +1 CHIL @I1192@ +0 @F440@ FAM +1 HUSB @I1193@ +1 WIFE @I1158@ +1 CHIL @I1194@ +1 CHIL @I1195@ +1 CHIL @I1196@ +1 CHIL @I1197@ +1 CHIL @I1198@ +1 CHIL @I1199@ +1 CHIL @I1200@ +1 CHIL @I1201@ +0 @F441@ FAM +1 HUSB @I1197@ +1 WIFE @I1202@ +1 CHIL @I1119@ +1 CHIL @I690@ +1 MARR +2 DATE 1874 +0 @F442@ FAM +1 HUSB @I1203@ +1 WIFE @I74@ +0 @F443@ FAM +1 HUSB @I1207@ +1 WIFE @I661@ +1 CHIL @I1208@ +1 CHIL @I1209@ +1 CHIL @I1210@ +1 MARR +2 DATE 10 MAR 1966 +2 PLAC Amsterdam,Netherlands +0 @F444@ FAM +1 HUSB @I1211@ +1 WIFE @I1212@ +1 CHIL @I1207@ +0 @F445@ FAM +1 HUSB @I1213@ +1 WIFE @I1214@ +1 CHIL @I658@ +1 MARR +2 DATE 1868 +0 @F446@ FAM +1 HUSB @I1215@ +1 WIFE @I198@ +1 CHIL @I740@ +0 @F447@ FAM +1 HUSB @I655@ +1 WIFE @I1077@ +1 CHIL @I1678@ +1 CHIL @I1679@ +1 CHIL @I1680@ +1 MARR +2 DATE 18 JUN 1839 +2 PLAC Stuttgart +0 @F448@ FAM +1 HUSB @I1217@ +1 WIFE @I1218@ +1 CHIL @I1016@ +1 MARR +2 DATE 22 APR 1445 +2 PLAC Titchfield,Abbey,Hants +0 @F449@ FAM +1 HUSB @I1219@ +1 WIFE @I1220@ +1 CHIL @I1217@ +1 MARR +2 DATE 2 JUN 1420 +2 PLAC Troyes +0 @F450@ FAM +1 HUSB @I1221@ +1 WIFE @I1222@ +1 CHIL @I1223@ +1 CHIL @I1219@ +1 CHIL @I1224@ +1 CHIL @I1225@ +1 CHIL @I1226@ +1 CHIL @I1227@ +1 CHIL @I1228@ +1 MARR +2 DATE 1380/1381 +2 PLAC Arundel Castle +0 @F451@ FAM +1 HUSB @I1229@ +1 WIFE @I1230@ +1 CHIL @I1231@ +1 CHIL @I1232@ +1 CHIL @I1233@ +1 CHIL @I1234@ +1 CHIL @I1235@ +1 CHIL @I1236@ +1 CHIL @I1237@ +1 CHIL @I1238@ +1 CHIL @I1239@ +1 CHIL @I1240@ +1 CHIL @I1241@ +1 CHIL @I1242@ +1 MARR +2 DATE 24 JAN 1328 +2 PLAC York Minster +0 @F452@ FAM +1 HUSB @I1236@ +1 WIFE @I1243@ +1 CHIL @I1501@ +1 CHIL @I1502@ +1 CHIL @I1221@ +1 MARR +2 DATE 13 MAY 1359 +2 PLAC Reading +0 @F453@ FAM +1 HUSB @I1245@ +1 WIFE @I1244@ +1 CHIL @I683@ +1 MARR +2 DATE 1846 +0 @F454@ FAM +1 HUSB @I1246@ +1 WIFE @I2874@ +1 CHIL @I1244@ +1 MARR +2 DATE 1829 +0 @F455@ FAM +1 HUSB @I1249@ +1 WIFE @I1247@ +1 CHIL @I725@ +1 MARR +2 DATE 29 JUL 1565 +2 PLAC Edinburgh,Scotland +0 @F456@ FAM +1 HUSB @I1248@ +1 WIFE @I1247@ +1 MARR +2 DATE 24 APR 1558 +2 PLAC Paris,France +0 @F457@ FAM +1 HUSB @I1250@ +1 WIFE @I1247@ +1 MARR +2 DATE ABT 1567 +0 @F458@ FAM +1 HUSB @I835@ +1 WIFE @I1429@ +0 @F459@ FAM +1 HUSB @I835@ +1 WIFE @I1251@ +1 CHIL @I1247@ +1 MARR +2 DATE 1538 +0 @F460@ FAM +1 HUSB @I1252@ +1 WIFE @I1469@ +1 CHIL @I834@ +1 CHIL @I2867@ +1 CHIL @I2868@ +1 MARR +2 DATE 1469 +0 @F461@ FAM +1 HUSB @I1254@ +1 WIFE @I1255@ +1 CHIL @I773@ +0 @F462@ FAM +1 HUSB @I1260@ +1 WIFE @I2546@ +1 CHIL @I838@ +1 MARR +2 DATE 1462 +0 @F463@ FAM +1 HUSB @I1259@ +1 WIFE @I1257@ +1 MARR +2 DATE MAY 1332 +2 PLAC Ni jmegen +0 @F464@ FAM +1 HUSB @I1261@ +1 WIFE @I1262@ +1 CHIL @I1263@ +1 CHIL @I1264@ +1 CHIL @I1265@ +1 CHIL @I1266@ +1 CHIL @I1267@ +1 CHIL @I1268@ +1 CHIL @I1269@ +1 CHIL @I1270@ +1 CHIL @I1271@ +1 CHIL @I1272@ +1 CHIL @I1273@ +1 CHIL @I1274@ +1 CHIL @I286@ +1 CHIL @I1275@ +1 CHIL @I1276@ +1 MARR +2 DATE OCT 1254 +2 PLAC Las Huelgas +0 @F465@ FAM +1 HUSB @I1261@ +1 WIFE @I1277@ +1 CHIL @I1278@ +1 CHIL @I1279@ +1 CHIL @I1280@ +1 MARR +2 DATE 10 SEP 1299 +2 PLAC Canterbury,Cathedral +0 @F466@ FAM +1 HUSB @I1281@ +1 WIFE @I1282@ +1 CHIL @I1261@ +1 CHIL @I1283@ +1 CHIL @I1284@ +1 CHIL @I1285@ +1 CHIL @I1286@ +1 CHIL @I1287@ +1 CHIL @I1288@ +1 CHIL @I1289@ +1 CHIL @I1290@ +1 MARR +2 DATE 4 JAN 1236 +2 PLAC Canterbury,Cathedral +0 @F467@ FAM +1 HUSB @I1291@ +1 WIFE @I1292@ +1 CHIL @I781@ +0 @F468@ FAM +1 HUSB @I565@ +1 WIFE @I1293@ +1 MARR +2 DATE 17 FEB 1841 +2 PLAC Berlin,Germany +0 @F469@ FAM +1 HUSB @I1294@ +1 WIFE @I1295@ +1 CHIL @I1296@ +1 CHIL @I654@ +1 CHIL @I42@ +1 MARR +2 DATE 1776 +0 @F470@ FAM +1 HUSB @I1296@ +1 WIFE @I1297@ +1 CHIL @I1298@ +0 @F471@ FAM +1 HUSB @I1300@ +1 WIFE @I1299@ +1 CHIL @I1294@ +1 MARR +2 DATE 1745 +0 @F472@ FAM +1 HUSB @I1301@ +1 WIFE @I1302@ +1 CHIL @I1303@ +1 CHIL @I1304@ +1 MARR +2 DATE 1712 +0 @F473@ FAM +1 HUSB @I1419@ +1 WIFE @I1303@ +1 CHIL @I1300@ +1 MARR +2 DATE 1725 +0 @F474@ FAM +1 HUSB @I1301@ +1 WIFE @I1305@ +1 CHIL @I1306@ +1 DIV Y +0 @F475@ FAM +1 HUSB @I1306@ +1 WIFE @I1307@ +1 CHIL @I1308@ +0 @F476@ FAM +1 HUSB @I1309@ +1 WIFE @I1310@ +1 CHIL @I1325@ +1 CHIL @I1324@ +1 CHIL @I1311@ +1 MARR +2 DATE ABT 1641 +0 @F477@ FAM +1 HUSB @I1312@ +1 WIFE @I1313@ +1 CHIL @I1309@ +1 MARR +2 DATE 1626 +0 @F478@ FAM +1 HUSB @I1309@ +1 WIFE @I1314@ +1 CHIL @I1301@ +1 MARR +2 DATE ABT 1670 +0 @F479@ FAM +1 HUSB @I1311@ +1 WIFE @I1315@ +1 CHIL @I1316@ +0 @F480@ FAM +1 HUSB @I1316@ +1 WIFE @I1317@ +1 CHIL @I1319@ +1 CHIL @I1318@ +0 @F481@ FAM +1 HUSB @I1320@ +1 WIFE @I1319@ +1 CHIL @I1321@ +0 @F482@ FAM +1 HUSB @I1322@ +1 WIFE @I1321@ +1 CHIL @I1323@ +0 @F483@ FAM +1 HUSB @I1326@ +1 WIFE @I2662@ +1 CHIL @I1314@ +0 @F484@ FAM +1 HUSB @I1225@ +1 WIFE @I1327@ +1 MARR +2 DATE 22 APR 1433 +2 PLAC Therouenne +0 @F485@ FAM +1 HUSB @I1236@ +1 WIFE @I1328@ +1 CHIL @I1329@ +1 CHIL @I1330@ +1 CHIL @I1331@ +1 CHIL @I1437@ +1 MARR +2 DATE 13 JAN 1396 +2 PLAC Lincoln +0 @F486@ FAM +1 HUSB @I1329@ +1 WIFE @I1595@ +1 CHIL @I1333@ +1 CHIL @I1334@ +1 CHIL @I1335@ +1 CHIL @I1465@ +1 CHIL @I2079@ +0 @F487@ FAM +1 HUSB @I1334@ +1 WIFE @I1336@ +1 CHIL @I1255@ +0 @F488@ FAM +1 HUSB @I1237@ +1 WIFE @I1337@ +1 CHIL @I1023@ +1 CHIL @I1338@ +1 CHIL @I2294@ +1 MARR +2 DATE ABT 1 MAR 1372 +2 PLAC Hertford +0 @F489@ FAM +1 HUSB @I531@ +1 WIFE @I530@ +1 CHIL @I741@ +0 @F490@ FAM +1 HUSB @I1342@ +1 CHIL @I987@ +0 @F491@ FAM +1 HUSB @I1242@ +1 WIFE @I1343@ +1 CHIL @I2071@ +1 CHIL @I1603@ +1 CHIL @I2072@ +1 CHIL @I2073@ +1 MARR +2 DATE 1374 +0 @F492@ FAM +1 HUSB @I1344@ +1 WIFE @I1345@ +1 CHIL @I1346@ +1 CHIL @I2280@ +1 CHIL @I1024@ +1 CHIL @I2281@ +0 @F493@ FAM +1 HUSB @I1235@ +1 WIFE @I1347@ +1 MARR +2 DATE 28 MAY 1368 +2 PLAC Milan,Italy +0 @F494@ FAM +1 HUSB @I1349@ +1 WIFE @I1348@ +1 CHIL @I1344@ +1 CHIL @I2283@ +1 CHIL @I2284@ +1 CHIL @I2285@ +0 @F495@ FAM +1 HUSB @I1350@ +1 WIFE @I1255@ +0 @F496@ FAM +1 HUSB @I1351@ +1 WIFE @I1255@ +0 @F497@ FAM +1 HUSB @I1352@ +1 WIFE @I1220@ +1 CHIL @I1353@ +1 CHIL @I1254@ +0 @F498@ FAM +1 HUSB @I155@ +1 WIFE @I1354@ +1 CHIL @I502@ +1 CHIL @I1360@ +1 MARR +2 DATE JUL 1912 +2 PLAC Vienna,Austria +0 @F499@ FAM +1 HUSB @I152@ +1 WIFE @I1356@ +1 CHIL @I1357@ +1 CHIL @I1358@ +1 CHIL @I1359@ +1 MARR +2 DATE 1902 +2 PLAC Leghorn +0 @F500@ FAM +1 HUSB @I1361@ +1 WIFE @I156@ +1 DIV Y +1 MARR +2 DATE JUL 1901 +0 @F501@ FAM +1 HUSB @I1363@ +1 WIFE @I333@ +1 CHIL @I143@ +0 @F502@ FAM +1 HUSB @I1364@ +1 WIFE @I1365@ +1 DIV Y +1 MARR +2 DATE 29 AUG 1189 +2 PLAC Marlebridge +0 @F503@ FAM +1 HUSB @I1364@ +1 WIFE @I1366@ +1 CHIL @I1281@ +1 CHIL @I1367@ +1 CHIL @I1368@ +1 CHIL @I1369@ +1 CHIL @I1370@ +1 MARR +2 DATE 24 AUG 1200 +2 PLAC Bordeaux +0 @F504@ FAM +1 HUSB @I1371@ +1 WIFE @I1372@ +1 CHIL @I1373@ +1 CHIL @I1374@ +1 CHIL @I1375@ +1 CHIL @I1376@ +1 CHIL @I1377@ +1 CHIL @I1378@ +1 CHIL @I1379@ +1 CHIL @I1364@ +1 MARR +2 DATE 18 MAY 1152 +2 PLAC Bordeaux,France +0 @F505@ FAM +1 HUSB @I1380@ +1 WIFE @I1381@ +1 CHIL @I1382@ +1 CHIL @I1383@ +1 CHIL @I1384@ +1 CHIL @I1385@ +1 CHIL @I1386@ +1 CHIL @I1387@ +1 CHIL @I1388@ +1 CHIL @I1389@ +1 CHIL @I1390@ +1 CHIL @I1391@ +1 MARR +2 DATE 1053 +0 @F506@ FAM +1 HUSB @I1391@ +1 WIFE @I1392@ +1 CHIL @I1393@ +1 CHIL @I2957@ +1 CHIL @I1394@ +1 CHIL @I1395@ +1 CHIL @I2224@ +1 MARR +2 DATE 6 AUG 1100 +2 PLAC Westminster,Abbey,London,England +0 @F507@ FAM +1 HUSB @I1391@ +1 WIFE @I1396@ +1 MARR +2 DATE 29 JAN 1122 +2 PLAC Westminster,Abbey,London,England +0 @F508@ FAM +1 HUSB @I1397@ +1 WIFE @I1398@ +1 CHIL @I1399@ +1 CHIL @I1400@ +1 CHIL @I1401@ +1 CHIL @I1402@ +1 CHIL @I1403@ +1 MARR +2 DATE 1125 +2 PLAC Westminster,England +0 @F509@ FAM +1 HUSB @I1404@ +1 WIFE @I1395@ +1 MARR +2 DATE 7 JAN 1114 +2 PLAC Mainz +0 @F510@ FAM +1 HUSB @I1405@ +1 WIFE @I1395@ +1 CHIL @I1371@ +1 CHIL @I1866@ +1 CHIL @I1867@ +1 MARR +2 DATE 22 MAY 1127 +2 PLAC Le Mans +0 @F511@ FAM +1 HUSB @I164@ +1 WIFE @I1406@ +1 CHIL @I1407@ +1 DIV Y +1 MARR +2 DATE 1926 +2 PLAC Biarritz +0 @F512@ FAM +1 HUSB @I1408@ +1 WIFE @I1355@ +1 CHIL @I1409@ +1 DIV Y +1 MARR +2 DATE 1908 +0 @F513@ FAM +1 HUSB @I1231@ +1 WIFE @I1410@ +1 CHIL @I1411@ +1 CHIL @I1412@ +1 MARR +2 DATE 10 OCT 1361 +2 PLAC Windsor,England +0 @F514@ FAM +1 HUSB @I1412@ +1 WIFE @I1413@ +1 MARR +2 DATE 20 JAN 1382 +2 PLAC Westminster,Palace,London,England +0 @F515@ FAM +1 HUSB @I1412@ +1 WIFE @I1414@ +1 MARR +2 DATE 1 NOV 1396 +2 PLAC Calais +0 @F516@ FAM +1 HUSB @I1415@ +1 WIFE @I1232@ +1 MARR +2 DATE 27 JUL 1365 +2 PLAC Windsor,England +0 @F517@ FAM +1 HUSB @I1236@ +1 WIFE @I1416@ +1 CHIL @I2065@ +1 MARR +2 DATE SEP 1371 +2 PLAC Roquefort +0 @F518@ FAM +1 HUSB @I1417@ +1 WIFE @I1240@ +1 MARR +2 DATE 19 MAY 1359 +2 PLAC Reading +0 @F519@ FAM +1 HUSB @I1235@ +1 WIFE @I1418@ +1 CHIL @I1348@ +1 MARR +2 DATE 9 SEP 1342 +2 PLAC Tower of London,London,England +0 @F520@ FAM +1 HUSB @I564@ +1 WIFE @I496@ +1 CHIL @I248@ +0 @F521@ FAM +1 HUSB @I529@ +1 WIFE @I920@ +1 CHIL @I1341@ +1 CHIL @I751@ +1 MARR +2 DATE 24 NOV 1615 +0 @F522@ FAM +1 HUSB @I2132@ +1 WIFE @I1017@ +1 CHIL @I920@ +1 CHIL @I2131@ +1 CHIL @I2417@ +1 MARR +2 DATE 1599 +0 @F523@ FAM +1 HUSB @I1341@ +1 WIFE @I1420@ +1 CHIL @I2423@ +1 MARR +2 DATE 9 JUN 1660 +2 PLAC St Jean-de-Luz,France +0 @F524@ FAM +1 HUSB @I1341@ +1 WIFE @I1421@ +1 MARR +2 DATE 12 JUN 1684 +2 PLAC Versailles,France +0 @F525@ FAM +1 HUSB @I1422@ +1 WIFE @I1423@ +1 CHIL @I894@ +1 MARR +2 DATE 4 SEP 1725 +0 @F526@ FAM +1 HUSB @I1424@ +1 WIFE @I1425@ +1 CHIL @I1703@ +1 CHIL @I1700@ +1 CHIL @I1701@ +1 CHIL @I1702@ +1 MARR +2 DATE 16 MAY 1770 +2 PLAC Versailles,France +0 @F527@ FAM +1 HUSB @I1430@ +1 WIFE @I1427@ +1 CHIL @I868@ +1 CHIL @I2106@ +1 CHIL @I2107@ +0 @F528@ FAM +1 HUSB @I1432@ +1 WIFE @I1431@ +1 CHIL @I1249@ +1 CHIL @I1433@ +0 @F529@ FAM +1 HUSB @I836@ +1 WIFE @I776@ +1 CHIL @I1431@ +1 DIV Y +1 MARR +2 DATE 4 AUG 1514 +0 @F530@ FAM +1 HUSB @I1433@ +1 WIFE @I1434@ +1 CHIL @I1435@ +0 @F531@ FAM +1 HUSB @I1436@ +1 WIFE @I1435@ +0 @F532@ FAM +1 HUSB @I1438@ +1 WIFE @I1196@ +1 CHIL @I1439@ +1 CHIL @I1440@ +1 CHIL @I1441@ +1 MARR +2 DATE 1854 +0 @F533@ FAM +1 HUSB @I1442@ +1 WIFE @I1200@ +1 MARR +2 DATE 1868 +0 @F534@ FAM +1 HUSB @I1237@ +1 WIFE @I1443@ +1 MARR +2 DATE BEF 4 NOV 1393 +0 @F535@ FAM +1 HUSB @I1023@ +1 WIFE @I1444@ +0 @F536@ FAM +1 HUSB @I1346@ +1 WIFE @I1445@ +0 @F537@ FAM +1 HUSB @I1353@ +1 WIFE @I1446@ +0 @F538@ FAM +1 HUSB @I1447@ +1 WIFE @I1448@ +1 CHIL @I1449@ +1 MARR +2 DATE 1296 +0 @F539@ FAM +1 HUSB @I1447@ +1 WIFE @I1450@ +1 CHIL @I1451@ +1 MARR +2 DATE 1302 +0 @F540@ FAM +1 HUSB @I1451@ +1 WIFE @I1258@ +1 MARR +2 DATE 17 JUL 1328 +2 PLAC Berwick-on-Tweed +0 @F541@ FAM +1 HUSB @I1451@ +1 WIFE @I1453@ +1 DIV Y +0 @F542@ FAM +1 HUSB @I1454@ +1 WIFE @I1449@ +1 CHIL @I1455@ +1 MARR +2 DATE 1315 +0 @F543@ FAM +1 HUSB @I1455@ +1 WIFE @I1456@ +1 CHIL @I1457@ +1 CHIL @I1458@ +1 CHIL @I1459@ +1 CHIL @I1460@ +1 CHIL @I1821@ +0 @F544@ FAM +1 HUSB @I1457@ +1 WIFE @I1461@ +1 CHIL @I1462@ +1 CHIL @I1463@ +0 @F545@ FAM +1 HUSB @I1455@ +1 WIFE @I1464@ +0 @F546@ FAM +1 HUSB @I1463@ +1 WIFE @I1465@ +1 CHIL @I1466@ +0 @F547@ FAM +1 HUSB @I1466@ +1 WIFE @I1467@ +1 CHIL @I1252@ +1 CHIL @I1470@ +1 CHIL @I1471@ +1 CHIL @I1472@ +0 @F548@ FAM +1 HUSB @I1253@ +1 WIFE @I1829@ +1 CHIL @I1450@ +0 @F549@ FAM +1 HUSB @I1474@ +1 WIFE @I1472@ +1 CHIL @I1475@ +1 CHIL @I1476@ +0 @F550@ FAM +1 HUSB @I1477@ +1 WIFE @I1475@ +1 CHIL @I1478@ +0 @F551@ FAM +1 HUSB @I1478@ +1 WIFE @I1479@ +1 CHIL @I1432@ +1 CHIL @I1480@ +0 @F552@ FAM +1 HUSB @I1480@ +1 WIFE @I1481@ +1 CHIL @I1482@ +0 @F553@ FAM +1 HUSB @I1470@ +1 WIFE @I1483@ +1 CHIL @I2866@ +1 DIV Y +0 @F554@ FAM +1 HUSB @I1459@ +1 WIFE @I1485@ +1 CHIL @I1486@ +0 @F555@ FAM +1 HUSB @I1487@ +1 WIFE @I1465@ +1 CHIL @I1488@ +1 CHIL @I1489@ +1 CHIL @I1490@ +0 @F556@ FAM +1 HUSB @I1476@ +1 WIFE @I1491@ +1 CHIL @I1492@ +0 @F557@ FAM +1 HUSB @I1492@ +1 WIFE @I1493@ +1 CHIL @I1494@ +1 MARR +2 DATE 1532 +0 @F558@ FAM +1 HUSB @I1285@ +1 WIFE @I1495@ +1 CHIL @I1496@ +1 CHIL @I1497@ +1 MARR +2 DATE BEF 3 FEB 1276 +2 PLAC Paris,France +0 @F559@ FAM +1 HUSB @I1497@ +1 WIFE @I1498@ +1 CHIL @I1499@ +0 @F560@ FAM +1 HUSB @I1499@ +1 WIFE @I1500@ +1 CHIL @I1243@ +0 @F561@ FAM +1 HUSB @I1503@ +1 WIFE @I1501@ +0 @F562@ FAM +1 HUSB @I1278@ +1 WIFE @I1504@ +1 CHIL @I1744@ +1 MARR +2 DATE ABT 1316 +0 @F563@ FAM +1 HUSB @I1377@ +1 WIFE @I1506@ +1 CHIL @I1507@ +1 CHIL @I1873@ +1 MARR +2 DATE JUL 1181 +0 @F564@ FAM +1 HUSB @I1279@ +1 WIFE @I1505@ +1 CHIL @I1410@ +1 MARR +2 DATE DEC 1325 +0 @F565@ FAM +1 HUSB @I1376@ +1 WIFE @I1508@ +0 @F566@ FAM +1 HUSB @I1509@ +1 WIFE @I1375@ +1 MARR +2 DATE 1 FEB 1168 +2 PLAC Minden,Saxony,Germany +0 @F567@ FAM +1 HUSB @I1374@ +1 WIFE @I1510@ +0 @F568@ FAM +1 HUSB @I1511@ +1 WIFE @I1512@ +1 CHIL @I1513@ +1 CHIL @I1514@ +1 CHIL @I1392@ +1 CHIL @I1515@ +1 CHIL @I1516@ +0 @F569@ FAM +1 HUSB @I1517@ +1 WIFE @I1388@ +1 CHIL @I1860@ +1 CHIL @I1518@ +1 CHIL @I1519@ +1 CHIL @I1397@ +1 CHIL @I1861@ +0 @F570@ FAM +1 HUSB @I1400@ +1 WIFE @I1524@ +1 MARR +2 DATE AFT FEB 1140 +0 @F571@ FAM +1 HUSB @I1520@ +1 WIFE @I1378@ +1 CHIL @I1747@ +1 MARR +2 DATE SEP 1170 +2 PLAC Burgos +0 @F572@ FAM +1 HUSB @I1525@ +1 WIFE @I1526@ +1 CHIL @I1380@ +0 @F573@ FAM +1 HUSB @I1527@ +1 WIFE @I1528@ +1 CHIL @I1529@ +1 CHIL @I1525@ +0 @F574@ FAM +1 HUSB @I1530@ +1 WIFE @I1531@ +1 CHIL @I1527@ +1 CHIL @I1532@ +0 @F575@ FAM +1 HUSB @I1533@ +1 WIFE @I1532@ +1 CHIL @I1767@ +1 CHIL @I1534@ +1 MARR +2 DATE 1002 +0 @F576@ FAM +1 HUSB @I1534@ +1 WIFE @I1535@ +1 MARR +2 DATE 23 JAN 1045 +0 @F577@ FAM +1 HUSB @I1536@ +1 WIFE @I1537@ +1 CHIL @I1538@ +1 CHIL @I1535@ +0 @F578@ FAM +1 HUSB @I1538@ +1 WIFE @I1539@ +1 CHIL @I1540@ +1 MARR +2 DATE BEF 1065 +0 @F579@ FAM +1 HUSB @I1541@ +1 WIFE @I1540@ +0 @F580@ FAM +1 HUSB @I1533@ +1 WIFE @I1542@ +1 CHIL @I1753@ +1 CHIL @I1754@ +1 CHIL @I1543@ +1 CHIL @I1755@ +1 CHIL @I1756@ +1 CHIL @I1757@ +1 CHIL @I1758@ +1 CHIL @I1759@ +1 CHIL @I1760@ +1 CHIL @I1761@ +1 CHIL @I1762@ +1 MARR +2 DATE ABT 985 +0 @F581@ FAM +1 HUSB @I1543@ +1 WIFE @I1544@ +1 CHIL @I1764@ +1 CHIL @I1545@ +0 @F582@ FAM +1 HUSB @I1545@ +1 WIFE @I1546@ +1 CHIL @I1512@ +1 CHIL @I1547@ +1 CHIL @I1766@ +0 @F583@ FAM +1 HUSB @I1548@ +1 WIFE @I1549@ +1 CHIL @I1550@ +1 CHIL @I1551@ +1 DIV Y +0 @F584@ FAM +1 HUSB @I1548@ +1 WIFE @I1532@ +1 CHIL @I1552@ +1 CHIL @I1768@ +1 MARR +2 DATE 2 JUL 1017 +0 @F585@ FAM +1 HUSB @I1553@ +1 WIFE @I1526@ +1 CHIL @I1554@ +1 CHIL @I1555@ +0 @F586@ FAM +1 HUSB @I1556@ +1 WIFE @I1390@ +1 MARR +2 DATE 1086 +2 PLAC Caen +0 @F587@ FAM +1 HUSB @I1402@ +1 WIFE @I1523@ +1 MARR +2 DATE ABT 1149 +0 @F588@ FAM +1 HUSB @I1521@ +1 WIFE @I1403@ +1 DIV Y +1 MARR +2 DATE ABT 1160 +0 @F589@ FAM +1 HUSB @I1522@ +1 WIFE @I1516@ +1 CHIL @I1398@ +0 @F590@ FAM +1 HUSB @I1557@ +1 WIFE @I1379@ +1 MARR +2 DATE 13 FEB 1177 +2 PLAC Palermo,Italy +0 @F591@ FAM +1 HUSB @I1558@ +1 WIFE @I1379@ +1 MARR +2 DATE OCT 1196 +2 PLAC Rouen +0 @F592@ FAM +1 HUSB @I1559@ +1 WIFE @I156@ +1 CHIL @I1560@ +1 CHIL @I1561@ +1 MARR +2 DATE 1916 +2 PLAC ,,,Russia +0 @F593@ FAM +1 HUSB @I44@ +1 WIFE @I1569@ +1 CHIL @I1570@ +1 CHIL @I1571@ +1 CHIL @I1572@ +0 @F594@ FAM +1 HUSB @I1570@ +1 WIFE @I1573@ +1 CHIL @I1574@ +0 @F595@ FAM +1 HUSB @I1575@ +1 WIFE @I1571@ +1 CHIL @I1576@ +1 CHIL @I1577@ +0 @F596@ FAM +1 HUSB @I1578@ +1 WIFE @I1572@ +1 CHIL @I1579@ +1 CHIL @I1580@ +0 @F597@ FAM +1 HUSB @I1581@ +1 WIFE @I1572@ +0 @F598@ FAM +1 HUSB @I873@ +1 WIFE @I1370@ +1 CHIL @I1147@ +1 MARR +2 DATE 7 JAN 1239 +2 PLAC Westminster +0 @F599@ FAM +1 HUSB @I1367@ +1 WIFE @I596@ +1 CHIL @I1882@ +1 MARR +2 DATE 13 MAR 1231 +2 PLAC Fawley,Bucks +0 @F600@ FAM +1 HUSB @I1367@ +1 WIFE @I1582@ +1 CHIL @I1887@ +1 CHIL @I1888@ +1 MARR +2 DATE 23 NOV 1243 +2 PLAC Westminster,Abbey,London,England +0 @F601@ FAM +1 HUSB @I1367@ +1 WIFE @I1583@ +1 MARR +2 DATE 16 JUN 1269 +2 PLAC Kaiserslautern,Germany +0 @F602@ FAM +1 HUSB @I1584@ +1 WIFE @I1369@ +1 MARR +2 DATE 20 JUL +2 PLAC Worms +0 @F603@ FAM +1 HUSB @I1585@ +1 WIFE @I1283@ +1 CHIL @I2234@ +1 MARR +2 DATE 26 DEC 1251 +2 PLAC York +0 @F604@ FAM +1 HUSB @I1586@ +1 WIFE @I1284@ +1 MARR +2 DATE 22 JAN 1260 +2 PLAC St Denis +0 @F605@ FAM +1 HUSB @I1285@ +1 WIFE @I1587@ +1 MARR +2 DATE 9 APR 1269 +2 PLAC Westminster,Abbey,London,England +0 @F606@ FAM +1 HUSB @I1588@ +1 WIFE @I1268@ +1 MARR +2 DATE 30 APR 1290 +2 PLAC Westminster,Abbey,London,England +0 @F607@ FAM +1 HUSB @I1589@ +1 WIFE @I1268@ +1 MARR +2 DATE JAN 1297 +0 @F608@ FAM +1 HUSB @I1590@ +1 WIFE @I1270@ +1 MARR +2 DATE 8 JUL 1290 +2 PLAC Westminster,Abbey,London,England +0 @F609@ FAM +1 HUSB @I1591@ +1 WIFE @I1274@ +1 MARR +2 DATE 18 JAN 1297 +2 PLAC Ipswich +0 @F610@ FAM +1 HUSB @I1592@ +1 WIFE @I1274@ +1 MARR +2 DATE 14 NOV 1302 +2 PLAC Westminster +0 @F611@ FAM +1 HUSB @I1278@ +1 WIFE @I1593@ +1 MARR +2 DATE ABT 1328 +0 @F612@ FAM +1 HUSB @I1594@ +1 WIFE @I1239@ +1 MARR +2 DATE 1361 +2 PLAC Woodstock +0 @F613@ FAM +1 HUSB @I1224@ +1 WIFE @I1595@ +1 MARR +2 DATE 1412 +0 @F614@ FAM +1 HUSB @I1225@ +1 WIFE @I1596@ +1 MARR +2 DATE 17 APR 1423 +2 PLAC Troyes +0 @F615@ FAM +1 HUSB @I1226@ +1 WIFE @I1597@ +1 MARR +2 DATE 1422 +0 @F616@ FAM +1 HUSB @I1226@ +1 WIFE @I1598@ +1 MARR +2 DATE BEF 1431 +0 @F617@ FAM +1 HUSB @I1599@ +1 WIFE @I1227@ +1 MARR +2 DATE 6 JUL 1402 +2 PLAC Cologne,Germany +0 @F618@ FAM +1 HUSB @I1600@ +1 WIFE @I1228@ +1 MARR +2 DATE 26 OCT 1406 +2 PLAC Lund +0 @F619@ FAM +1 HUSB @I1594@ +1 WIFE @I1601@ +1 MARR +2 DATE 11 SEP 1386 +2 PLAC Saille,Near Guerrand +0 @F620@ FAM +1 HUSB @I1221@ +1 WIFE @I1601@ +1 MARR +2 DATE 7 FEB 1403 +2 PLAC Winchester,Cathedral,London,England +0 @F621@ FAM +1 HUSB @I1602@ +1 WIFE @I1603@ +1 CHIL @I1026@ +0 @F622@ FAM +1 HUSB @I1604@ +1 WIFE @I330@ +1 CHIL @I1736@ +1 CHIL @I301@ +1 MARR +2 DATE 28 JUN 1740 +2 PLAC Cassel +0 @F623@ FAM +1 HUSB @I1162@ +1 WIFE @I1605@ +1 MARR +2 DATE 1733 +0 @F624@ FAM +1 HUSB @I1606@ +1 CHIL @I1605@ +0 @F625@ FAM +1 HUSB @I1608@ +1 WIFE @I1396@ +1 MARR +2 DATE 1138 +0 @F626@ FAM +1 HUSB @I1609@ +1 WIFE @I610@ +1 CHIL @I1610@ +1 CHIL @I1611@ +1 MARR +2 DATE 10 JUN 1967 +2 PLAC Copenhagen,Denmark +0 @F627@ FAM +1 HUSB @I1613@ +1 WIFE @I1614@ +1 CHIL @I1027@ +1 CHIL @I458@ +1 MARR +2 DATE 19 JUN 1823 +2 PLAC Stockholm,Sweden +0 @F628@ FAM +1 HUSB @I1615@ +1 WIFE @I1616@ +1 CHIL @I1613@ +1 MARR +2 DATE 17 AUG 1798 +2 PLAC Sceaux +0 @F629@ FAM +1 HUSB @I1617@ +1 WIFE @I1618@ +1 CHIL @I1642@ +1 CHIL @I1655@ +1 CHIL @I1656@ +1 CHIL @I1657@ +1 CHIL @I1658@ +1 CHIL @I1659@ +1 CHIL @I1660@ +1 CHIL @I1650@ +1 MARR +2 DATE 31 JUL 1790 +2 PLAC Gottorp +0 @F630@ FAM +1 HUSB @I344@ +1 WIFE @I1619@ +1 CHIL @I1643@ +1 MARR +2 DATE 8 JUL 1752 +2 PLAC Frederiksborg,Denmark +0 @F631@ FAM +1 HUSB @I1620@ +1 WIFE @I1621@ +1 CHIL @I344@ +1 CHIL @I2850@ +1 MARR +2 DATE 7 AUG 1721 +0 @F632@ FAM +1 HUSB @I1622@ +1 WIFE @I1623@ +1 CHIL @I1620@ +1 MARR +2 DATE 5 DEC 1695 +0 @F633@ FAM +1 HUSB @I1622@ +1 WIFE @I1624@ +1 MARR +2 DATE 4 APR 1721 +0 @F634@ FAM +1 HUSB @I1625@ +1 WIFE @I1626@ +1 CHIL @I1622@ +1 CHIL @I2854@ +1 CHIL @I2855@ +1 MARR +2 DATE 25 JUN 1667 +2 PLAC Copenhagen,Denmark +0 @F635@ FAM +1 HUSB @I1627@ +1 WIFE @I1628@ +1 CHIL @I1630@ +1 MARR +2 DATE 27 NOV 1597 +0 @F636@ FAM +1 HUSB @I1627@ +1 WIFE @I1629@ +1 DIV Y +1 MARR +2 DATE 31 DEC 1615 +0 @F637@ FAM +1 HUSB @I1630@ +1 WIFE @I1631@ +1 CHIL @I1625@ +1 CHIL @I2856@ +1 CHIL @I2857@ +1 CHIL @I692@ +1 CHIL @I2858@ +1 MARR +2 DATE 1 OCT 1643 +2 PLAC Gluckstadt +0 @F638@ FAM +1 HUSB @I1632@ +1 WIFE @I1633@ +1 CHIL @I737@ +1 MARR +2 DATE 29 OCT 1525 +2 PLAC Lauenburg +0 @F639@ FAM +1 HUSB @I1634@ +1 WIFE @I1635@ +1 CHIL @I1632@ +1 MARR +2 DATE 10 APR 1502 +0 @F640@ FAM +1 HUSB @I1634@ +1 WIFE @I1636@ +1 MARR +2 DATE 9 OCT 1518 +2 PLAC Keil +0 @F641@ FAM +1 HUSB @I1641@ +1 WIFE @I1640@ +1 CHIL @I1618@ +1 CHIL @I346@ +0 @F642@ FAM +1 HUSB @I1643@ +1 WIFE @I1644@ +1 CHIL @I1645@ +1 CHIL @I299@ +1 CHIL @I1646@ +1 MARR +2 DATE 1774 +0 @F643@ FAM +1 HUSB @I1645@ +1 WIFE @I1647@ +1 CHIL @I1649@ +1 DIV Y +1 MARR +2 DATE 21 JUN 1806 +2 PLAC Ludwigslust +0 @F644@ FAM +1 HUSB @I1645@ +1 WIFE @I1648@ +1 MARR +2 DATE 22 MAY 1815 +2 PLAC Augustenburg +0 @F645@ FAM +1 HUSB @I1649@ +1 WIFE @I1650@ +1 DIV Y +1 MARR +2 DATE 1 NOV 1828 +2 PLAC Copenhagen +0 @F646@ FAM +1 HUSB @I1649@ +1 WIFE @I1651@ +1 DIV Y +1 MARR +2 DATE 10 JUN 1841 +2 PLAC Neustrelitz +0 @F647@ FAM +1 HUSB @I1649@ +1 WIFE @I1652@ +1 MARR +2 DATE 7 AUG 1850 +2 PLAC Frederiksborg +0 @F648@ FAM +1 HUSB @I1654@ +1 WIFE @I1653@ +1 CHIL @I1648@ +0 @F649@ FAM +1 HUSB @I1646@ +1 WIFE @I1656@ +0 @F650@ FAM +1 HUSB @I1661@ +1 WIFE @I1650@ +0 @F651@ FAM +1 HUSB @I1668@ +1 WIFE @I1667@ +1 MARR +2 DATE 1922 +0 @F652@ FAM +1 HUSB @I1664@ +1 WIFE @I1669@ +1 CHIL @I2699@ +1 CHIL @I1670@ +1 CHIL @I2700@ +1 CHIL @I2701@ +1 CHIL @I2702@ +1 MARR +2 DATE 1909 +0 @F653@ FAM +1 HUSB @I1673@ +1 WIFE @I1672@ +1 MARR +2 DATE 1968 +0 @F654@ FAM +1 HUSB @I1671@ +1 WIFE @I1670@ +1 CHIL @I1674@ +1 CHIL @I1675@ +1 CHIL @I1676@ +1 MARR +2 DATE 1933 +0 @F655@ FAM +1 HUSB @I1676@ +1 WIFE @I1677@ +1 MARR +2 DATE 1971 +0 @F656@ FAM +1 HUSB @I1685@ +1 WIFE @I1684@ +1 MARR +2 DATE 1871 +0 @F657@ FAM +1 HUSB @I1686@ +1 WIFE @I1204@ +1 DIV Y +1 MARR +2 DATE 1964 +0 @F658@ FAM +1 HUSB @I1687@ +1 WIFE @I1205@ +1 MARR +2 DATE 1967 +0 @F659@ FAM +1 HUSB @I1688@ +1 WIFE @I1206@ +1 MARR +2 DATE 1975 +0 @F660@ FAM +1 HUSB @I1693@ +1 WIFE @I1692@ +1 MARR +2 DATE 1842 +0 @F661@ FAM +1 HUSB @I1694@ +1 CHIL @I322@ +0 @F662@ FAM +1 HUSB @I1148@ +1 WIFE @I1695@ +1 MARR +2 DATE 22 NOV 1836 +2 PLAC Oldenburg,Germany +0 @F663@ FAM +1 HUSB @I1696@ +1 WIFE @I245@ +1 CHIL @I1697@ +1 CHIL @I1698@ +1 CHIL @I1114@ +1 CHIL @I1699@ +1 MARR +2 DATE 9 AUG 1832 +2 PLAC Compiegne +0 @F664@ FAM +1 HUSB @I417@ +1 WIFE @I2512@ +1 MARR +2 DATE 770 +0 @F665@ FAM +1 HUSB @I1706@ +1 WIFE @I1707@ +1 CHIL @I2152@ +1 CHIL @I2153@ +1 CHIL @I2154@ +1 MARR +2 DATE 1956 +0 @F666@ FAM +1 HUSB @I282@ +1 WIFE @I1708@ +0 @F667@ FAM +1 HUSB @I1709@ +1 WIFE @I284@ +0 @F668@ FAM +1 HUSB @I1710@ +1 WIFE @I285@ +0 @F669@ FAM +1 HUSB @I1711@ +1 WIFE @I289@ +0 @F670@ FAM +1 HUSB @I1714@ +1 WIFE @I1715@ +0 @F671@ FAM +1 HUSB @I1716@ +1 CHIL @I792@ +0 @F672@ FAM +1 HUSB @I1717@ +1 WIFE @I1718@ +1 CHIL @I1716@ +0 @F673@ FAM +1 HUSB @I1719@ +1 CHIL @I1717@ +0 @F674@ FAM +1 HUSB @I1720@ +1 CHIL @I1719@ +1 CHIL @I1721@ +0 @F675@ FAM +1 HUSB @I1722@ +1 CHIL @I787@ +0 @F676@ FAM +1 WIFE @I1723@ +1 CHIL @I1722@ +0 @F677@ FAM +1 WIFE @I1721@ +1 CHIL @I1723@ +0 @F678@ FAM +1 WIFE @I1724@ +1 CHIL @I1718@ +0 @F679@ FAM +1 WIFE @I1725@ +1 CHIL @I1724@ +0 @F680@ FAM +1 HUSB @I1726@ +1 WIFE @I1727@ +1 CHIL @I1725@ +0 @F681@ FAM +1 HUSB @I1728@ +1 CHIL @I789@ +0 @F682@ FAM +1 HUSB @I1729@ +1 CHIL @I782@ +1 CHIL @I1728@ +0 @F683@ FAM +1 HUSB @I398@ +1 WIFE @I1730@ +1 CHIL @I1731@ +0 @F684@ FAM +1 HUSB @I1731@ +1 WIFE @I1732@ +0 @F685@ FAM +1 HUSB @I1735@ +1 CHIL @I1291@ +0 @F686@ FAM +1 HUSB @I1662@ +1 WIFE @I1699@ +1 MARR +2 DATE 1857 +0 @F687@ FAM +1 HUSB @I1663@ +1 WIFE @I1738@ +0 @F688@ FAM +1 HUSB @I1739@ +1 WIFE @I2485@ +1 CHIL @I1903@ +1 CHIL @I1277@ +1 MARR +2 DATE 1274 +0 @F689@ FAM +1 HUSB @I1740@ +1 WIFE @I2482@ +1 CHIL @I1739@ +1 MARR +2 DATE 1234 +0 @F690@ FAM +1 HUSB @I1741@ +1 WIFE @I1742@ +1 CHIL @I1740@ +1 CHIL @I1894@ +1 CHIL @I2481@ +1 CHIL @I2484@ +1 MARR +2 DATE 1200 +0 @F691@ FAM +1 HUSB @I1891@ +1 CHIL @I1742@ +0 @F692@ FAM +1 HUSB @I1744@ +1 WIFE @I1745@ +0 @F693@ FAM +1 HUSB @I1746@ +1 CHIL @I1749@ +1 CHIL @I1262@ +0 @F694@ FAM +1 HUSB @I2452@ +1 WIFE @I1892@ +1 DIV Y +1 MARR +2 DATE 1104 +0 @F695@ FAM +1 HUSB @I1748@ +1 CHIL @I1520@ +0 @F696@ FAM +1 HUSB @I1749@ +1 WIFE @I1750@ +1 CHIL @I1751@ +0 @F697@ FAM +1 HUSB @I1452@ +1 CHIL @I1542@ +0 @F698@ FAM +1 HUSB @I1752@ +1 CHIL @I1452@ +0 @F699@ FAM +1 HUSB @I1763@ +1 CHIL @I1765@ +1 CHIL @I1546@ +0 @F700@ FAM +1 HUSB @I1764@ +1 WIFE @I1765@ +0 @F701@ FAM +1 HUSB @I1769@ +1 WIFE @I1759@ +0 @F702@ FAM +1 HUSB @I1770@ +1 WIFE @I1760@ +0 @F703@ FAM +1 HUSB @I1771@ +1 CHIL @I1770@ +0 @F704@ FAM +1 HUSB @I1772@ +1 WIFE @I1761@ +0 @F705@ FAM +1 HUSB @I1773@ +1 WIFE @I1762@ +0 @F706@ FAM +1 HUSB @I1774@ +1 CHIL @I1539@ +0 @F707@ FAM +1 HUSB @I1775@ +1 CHIL @I1549@ +0 @F708@ FAM +1 HUSB @I1776@ +1 WIFE @I1777@ +1 CHIL @I1548@ +0 @F709@ FAM +1 HUSB @I1778@ +1 CHIL @I1777@ +0 @F710@ FAM +1 HUSB @I1779@ +1 WIFE @I1780@ +1 CHIL @I1784@ +1 CHIL @I1533@ +0 @F711@ FAM +1 HUSB @I1779@ +1 WIFE @I1781@ +1 CHIL @I1782@ +0 @F712@ FAM +1 HUSB @I1783@ +1 CHIL @I1781@ +0 @F713@ FAM +1 HUSB @I1785@ +1 CHIL @I1780@ +0 @F714@ FAM +1 HUSB @I1786@ +1 WIFE @I1787@ +1 CHIL @I1788@ +1 CHIL @I1779@ +0 @F715@ FAM +1 HUSB @I1788@ +1 WIFE @I1789@ +0 @F716@ FAM +1 HUSB @I1786@ +1 WIFE @I1790@ +0 @F717@ FAM +1 HUSB @I1791@ +1 CHIL @I1790@ +0 @F718@ FAM +1 HUSB @I1792@ +1 WIFE @I1793@ +1 CHIL @I1786@ +1 CHIL @I1794@ +1 CHIL @I1795@ +1 CHIL @I1796@ +0 @F719@ FAM +1 HUSB @I1797@ +1 WIFE @I1796@ +0 @F720@ FAM +1 HUSB @I1792@ +1 WIFE @I1798@ +1 CHIL @I1799@ +1 CHIL @I1800@ +0 @F721@ FAM +1 HUSB @I1801@ +1 WIFE @I1800@ +0 @F722@ FAM +1 HUSB @I1792@ +1 WIFE @I1802@ +1 CHIL @I1803@ +1 CHIL @I1804@ +1 CHIL @I1805@ +1 CHIL @I1806@ +1 CHIL @I1807@ +1 CHIL @I1808@ +1 CHIL @I1809@ +1 CHIL @I1810@ +0 @F723@ FAM +1 HUSB @I1811@ +1 WIFE @I1806@ +0 @F724@ FAM +1 HUSB @I1812@ +1 WIFE @I1808@ +0 @F725@ FAM +1 HUSB @I1813@ +1 WIFE @I1809@ +0 @F726@ FAM +1 HUSB @I1814@ +1 WIFE @I1810@ +0 @F727@ FAM +1 HUSB @I1815@ +1 CHIL @I1251@ +0 @F728@ FAM +1 HUSB @I1816@ +1 WIFE @I2440@ +1 CHIL @I1429@ +1 CHIL @I2438@ +1 MARR +2 DATE 18 MAY 1514 +0 @F729@ FAM +1 HUSB @I2524@ +1 WIFE @I1817@ +1 CHIL @I2441@ +1 CHIL @I1816@ +0 @F730@ FAM +1 HUSB @I1818@ +1 CHIL @I1448@ +0 @F731@ FAM +1 HUSB @I1819@ +1 CHIL @I1456@ +0 @F732@ FAM +1 HUSB @I1820@ +1 CHIL @I1464@ +0 @F733@ FAM +1 HUSB @I1822@ +1 WIFE @I1821@ +0 @F734@ FAM +1 HUSB @I1823@ +1 WIFE @I1821@ +0 @F735@ FAM +1 HUSB @I1824@ +1 WIFE @I1821@ +0 @F736@ FAM +1 HUSB @I1329@ +0 @F737@ FAM +1 HUSB @I1825@ +1 CHIL @I1461@ +0 @F738@ FAM +1 HUSB @I1826@ +1 CHIL @I1467@ +0 @F739@ FAM +1 HUSB @I1827@ +1 WIFE @I1828@ +1 CHIL @I1469@ +1 CHIL @I1468@ +1 CHIL @I1634@ +1 MARR +2 DATE 1449 +0 @F740@ FAM +1 HUSB @I1830@ +1 WIFE @I1831@ +1 CHIL @I1447@ +1 CHIL @I2869@ +1 CHIL @I2870@ +1 CHIL @I2871@ +1 CHIL @I2872@ +1 CHIL @I2873@ +0 @F741@ FAM +1 HUSB @I1832@ +1 WIFE @I1833@ +1 CHIL @I1830@ +0 @F742@ FAM +1 HUSB @I1834@ +1 CHIL @I1833@ +0 @F743@ FAM +1 HUSB @I1835@ +1 WIFE @I1836@ +1 CHIL @I1832@ +0 @F744@ FAM +1 HUSB @I1837@ +1 WIFE @I1838@ +1 CHIL @I1842@ +1 CHIL @I1836@ +0 @F745@ FAM +1 HUSB @I1839@ +1 CHIL @I1838@ +0 @F746@ FAM +1 HUSB @I1840@ +1 WIFE @I1453@ +0 @F747@ FAM +1 HUSB @I1841@ +1 CHIL @I1453@ +0 @F748@ FAM +1 HUSB @I1843@ +0 @F749@ FAM +1 HUSB @I1845@ +1 WIFE @I1844@ +1 CHIL @I1846@ +0 @F750@ FAM +1 HUSB @I1846@ +1 WIFE @I1847@ +1 CHIL @I1849@ +0 @F751@ FAM +1 HUSB @I1848@ +1 CHIL @I1847@ +0 @F752@ FAM +1 HUSB @I1850@ +1 CHIL @I1381@ +0 @F753@ FAM +1 HUSB @I1382@ +1 WIFE @I1851@ +1 CHIL @I1853@ +0 @F754@ FAM +1 HUSB @I1852@ +1 CHIL @I1851@ +0 @F755@ FAM +1 HUSB @I1853@ +1 WIFE @I1854@ +1 DIV Y +0 @F756@ FAM +1 HUSB @I1859@ +1 CHIL @I1396@ +0 @F757@ FAM +1 HUSB @I1853@ +1 WIFE @I1856@ +0 @F758@ FAM +1 HUSB @I1857@ +1 CHIL @I1856@ +0 @F759@ FAM +1 HUSB @I1394@ +1 WIFE @I1858@ +0 @F760@ FAM +1 HUSB @I1855@ +1 CHIL @I1858@ +1 CHIL @I1854@ +0 @F761@ FAM +1 HUSB @I1861@ +1 WIFE @I1862@ +0 @F762@ FAM +1 HUSB @I1863@ +1 CHIL @I1862@ +0 @F763@ FAM +1 HUSB @I1518@ +1 WIFE @I1864@ +0 @F764@ FAM +1 HUSB @I1865@ +1 CHIL @I1864@ +0 @F765@ FAM +1 HUSB @I1868@ +1 CHIL @I1372@ +0 @F766@ FAM +1 HUSB @I1869@ +1 WIFE @I1372@ +1 CHIL @I1510@ +1 DIV Y +1 MARR +2 DATE 1137 +0 @F767@ FAM +1 HUSB @I1870@ +1 CHIL @I1523@ +0 @F768@ FAM +1 HUSB @I1871@ +1 CHIL @I1521@ +0 @F769@ FAM +1 HUSB @I1872@ +1 CHIL @I1508@ +0 @F770@ FAM +1 HUSB @I1874@ +1 CHIL @I1506@ +0 @F771@ FAM +1 HUSB @I1875@ +1 WIFE @I1506@ +0 @F772@ FAM +1 HUSB @I1876@ +1 WIFE @I1506@ +0 @F773@ FAM +1 HUSB @I1877@ +1 CHIL @I1365@ +0 @F774@ FAM +1 HUSB @I1878@ +1 WIFE @I1365@ +0 @F775@ FAM +1 HUSB @I1879@ +1 WIFE @I1365@ +0 @F776@ FAM +1 HUSB @I1880@ +1 WIFE @I1366@ +0 @F777@ FAM +1 HUSB @I1881@ +1 CHIL @I1282@ +0 @F778@ FAM +1 HUSB @I1883@ +1 CHIL @I596@ +0 @F779@ FAM +1 HUSB @I1884@ +1 CHIL @I1582@ +0 @F780@ FAM +1 HUSB @I1885@ +1 CHIL @I1583@ +0 @F781@ FAM +1 HUSB @I1886@ +1 WIFE @I1368@ +0 @F782@ FAM +1 HUSB @I1887@ +1 WIFE @I1889@ +0 @F783@ FAM +1 HUSB @I1890@ +1 CHIL @I1889@ +0 @F784@ FAM +1 HUSB @I1891@ +1 WIFE @I1747@ +1 CHIL @I1746@ +1 DIV Y +1 MARR +2 DATE 1197 +0 @F785@ FAM +1 HUSB @I1893@ +1 CHIL @I1587@ +0 @F786@ FAM +1 HUSB @I1894@ +1 WIFE @I1895@ +1 CHIL @I1495@ +0 @F787@ FAM +1 HUSB @I1585@ +1 WIFE @I1896@ +0 @F788@ FAM +1 HUSB @I1897@ +1 CHIL @I1896@ +0 @F789@ FAM +1 HUSB @I1898@ +1 CHIL @I1504@ +0 @F790@ FAM +1 HUSB @I1899@ +1 CHIL @I1593@ +0 @F791@ FAM +1 HUSB @I1900@ +1 WIFE @I1593@ +0 @F792@ FAM +1 HUSB @I1901@ +1 CHIL @I1505@ +0 @F793@ FAM +1 HUSB @I1902@ +1 WIFE @I1505@ +0 @F794@ FAM +1 HUSB @I1903@ +1 WIFE @I2486@ +1 CHIL @I2464@ +1 CHIL @I127@ +1 CHIL @I2465@ +1 CHIL @I1743@ +1 MARR +2 DATE 1284 +0 @F795@ FAM +1 HUSB @I1904@ +1 CHIL @I1349@ +0 @F796@ FAM +1 HUSB @I1905@ +1 CHIL @I1904@ +0 @F797@ FAM +1 HUSB @I1906@ +1 CHIL @I1905@ +0 @F798@ FAM +1 HUSB @I1907@ +1 CHIL @I1906@ +0 @F799@ FAM +1 HUSB @I1908@ +1 WIFE @I1909@ +1 CHIL @I1907@ +0 @F800@ FAM +1 HUSB @I1910@ +1 WIFE @I1911@ +1 CHIL @I1908@ +0 @F801@ FAM +1 HUSB @I1912@ +1 WIFE @I1911@ +0 @F802@ FAM +1 HUSB @I1913@ +1 WIFE @I1956@ +1 CHIL @I1957@ +1 CHIL @I1958@ +1 CHIL @I1911@ +1 CHIL @I1959@ +0 @F803@ FAM +1 HUSB @I1914@ +1 CHIL @I361@ +0 @F804@ FAM +1 HUSB @I1915@ +1 WIFE @I1916@ +1 CHIL @I1917@ +1 CHIL @I1914@ +0 @F805@ FAM +1 HUSB @I1918@ +1 CHIL @I1916@ +0 @F806@ FAM +1 HUSB @I1843@ +1 WIFE @I1842@ +1 CHIL @I1844@ +0 @F807@ FAM +1 HUSB @I1919@ +1 WIFE @I2216@ +1 CHIL @I1909@ +0 @F808@ FAM +1 HUSB @I1912@ +1 CHIL @I1919@ +0 @F809@ FAM +1 HUSB @I1920@ +1 WIFE @I1921@ +1 CHIL @I1912@ +0 @F810@ FAM +1 HUSB @I1922@ +1 WIFE @I1923@ +1 CHIL @I1921@ +0 @F811@ FAM +1 HUSB @I1924@ +1 WIFE @I1925@ +1 CHIL @I1923@ +0 @F812@ FAM +1 HUSB @I1926@ +1 WIFE @I1927@ +1 CHIL @I1925@ +0 @F813@ FAM +1 HUSB @I1928@ +1 WIFE @I1539@ +1 CHIL @I1927@ +0 @F814@ FAM +1 HUSB @I1930@ +1 WIFE @I1931@ +1 CHIL @I1928@ +0 @F815@ FAM +1 HUSB @I1932@ +1 WIFE @I1931@ +1 CHIL @I1933@ +0 @F816@ FAM +1 HUSB @I1934@ +1 CHIL @I1931@ +0 @F817@ FAM +1 HUSB @I1935@ +1 CHIL @I1934@ +1 CHIL @I2185@ +0 @F818@ FAM +1 HUSB @I1936@ +1 CHIL @I1935@ +0 @F819@ FAM +1 HUSB @I1937@ +1 CHIL @I1936@ +0 @F820@ FAM +1 HUSB @I1938@ +1 CHIL @I1939@ +1 CHIL @I1937@ +0 @F821@ FAM +1 HUSB @I1940@ +1 WIFE @I1941@ +1 CHIL @I1942@ +1 CHIL @I1943@ +1 CHIL @I1944@ +0 @F822@ FAM +1 HUSB @I1939@ +1 CHIL @I1940@ +0 @F823@ FAM +1 HUSB @I1945@ +1 CHIL @I1947@ +0 @F824@ FAM +1 HUSB @I1943@ +1 CHIL @I1945@ +1 CHIL @I1946@ +0 @F825@ FAM +1 HUSB @I1944@ +1 CHIL @I1948@ +0 @F826@ FAM +1 HUSB @I1948@ +1 CHIL @I1949@ +0 @F827@ FAM +1 HUSB @I1950@ +1 CHIL @I1951@ +0 @F828@ FAM +1 HUSB @I1949@ +1 CHIL @I1950@ +0 @F829@ FAM +1 HUSB @I1951@ +1 CHIL @I1952@ +0 @F830@ FAM +1 HUSB @I1953@ +1 CHIL @I1913@ +0 @F831@ FAM +1 HUSB @I1952@ +1 WIFE @I1954@ +1 CHIL @I1955@ +1 CHIL @I1953@ +0 @F832@ FAM +1 HUSB @I1961@ +1 CHIL @I1960@ +0 @F833@ FAM +1 HUSB @I1957@ +1 CHIL @I1961@ +0 @F834@ FAM +1 HUSB @I1964@ +1 WIFE @I1965@ +1 CHIL @I1792@ +1 CHIL @I1982@ +1 CHIL @I1985@ +1 CHIL @I1986@ +1 CHIL @I1987@ +0 @F835@ FAM +1 HUSB @I1966@ +1 WIFE @I1967@ +1 CHIL @I1968@ +1 CHIL @I1969@ +1 CHIL @I1971@ +1 CHIL @I1977@ +1 CHIL @I1972@ +1 CHIL @I1964@ +0 @F836@ FAM +1 HUSB @I1969@ +1 WIFE @I1970@ +0 @F837@ FAM +1 HUSB @I1973@ +1 WIFE @I1974@ +1 CHIL @I1966@ +1 CHIL @I1975@ +0 @F838@ FAM +1 HUSB @I1966@ +1 WIFE @I1970@ +0 @F839@ FAM +1 HUSB @I1976@ +1 CHIL @I1967@ +0 @F840@ FAM +1 HUSB @I1972@ +1 CHIL @I1978@ +1 CHIL @I1979@ +0 @F841@ FAM +1 HUSB @I1980@ +1 WIFE @I1977@ +0 @F842@ FAM +1 HUSB @I1981@ +1 CHIL @I1965@ +0 @F843@ FAM +1 HUSB @I1982@ +1 CHIL @I1983@ +1 CHIL @I1984@ +0 @F844@ FAM +1 HUSB @I1988@ +1 WIFE @I1987@ +0 @F845@ FAM +1 HUSB @I1989@ +1 WIFE @I1985@ +0 @F846@ FAM +1 HUSB @I1929@ +1 WIFE @I1768@ +1 CHIL @I1990@ +0 @F847@ FAM +1 HUSB @I1991@ +1 CHIL @I1992@ +0 @F848@ FAM +1 HUSB @I1992@ +1 CHIL @I1993@ +1 CHIL @I1994@ +0 @F849@ FAM +1 HUSB @I1995@ +1 CHIL @I1991@ +1 CHIL @I2019@ +0 @F850@ FAM +1 HUSB @I1996@ +1 CHIL @I1995@ +0 @F851@ FAM +1 HUSB @I1997@ +1 CHIL @I1996@ +0 @F852@ FAM +1 HUSB @I1998@ +1 CHIL @I1997@ +0 @F853@ FAM +1 HUSB @I1999@ +1 CHIL @I1998@ +0 @F854@ FAM +1 HUSB @I2000@ +1 CHIL @I1999@ +0 @F855@ FAM +1 HUSB @I2001@ +1 CHIL @I2000@ +0 @F856@ FAM +1 HUSB @I2002@ +1 CHIL @I2001@ +0 @F857@ FAM +1 HUSB @I2003@ +1 CHIL @I2002@ +0 @F858@ FAM +1 HUSB @I2004@ +1 CHIL @I2003@ +0 @F859@ FAM +1 HUSB @I2005@ +1 CHIL @I2004@ +0 @F860@ FAM +1 HUSB @I2006@ +1 CHIL @I2005@ +0 @F861@ FAM +1 HUSB @I2007@ +1 CHIL @I2006@ +0 @F862@ FAM +1 HUSB @I2008@ +1 CHIL @I2007@ +0 @F863@ FAM +1 HUSB @I2009@ +1 CHIL @I2008@ +0 @F864@ FAM +1 HUSB @I2010@ +1 CHIL @I2009@ +0 @F865@ FAM +1 HUSB @I2011@ +1 CHIL @I2010@ +0 @F866@ FAM +1 HUSB @I2012@ +1 CHIL @I2011@ +0 @F867@ FAM +1 HUSB @I2013@ +1 CHIL @I2012@ +0 @F868@ FAM +1 HUSB @I2014@ +1 CHIL @I2013@ +0 @F869@ FAM +1 HUSB @I2015@ +1 CHIL @I2014@ +0 @F870@ FAM +1 HUSB @I2016@ +1 CHIL @I2015@ +0 @F871@ FAM +1 HUSB @I2017@ +1 CHIL @I2016@ +0 @F872@ FAM +1 HUSB @I2018@ +1 CHIL @I2017@ +0 @F873@ FAM +1 WIFE @I2019@ +1 CHIL @I2020@ +1 CHIL @I2021@ +0 @F874@ FAM +1 HUSB @I1994@ +1 CHIL @I2022@ +1 CHIL @I2023@ +0 @F875@ FAM +1 HUSB @I2022@ +1 CHIL @I2024@ +0 @F876@ FAM +1 HUSB @I2026@ +1 CHIL @I2025@ +0 @F877@ FAM +1 HUSB @I2027@ +1 CHIL @I2026@ +0 @F878@ FAM +1 HUSB @I2028@ +1 CHIL @I2027@ +0 @F879@ FAM +1 HUSB @I2023@ +1 CHIL @I2028@ +0 @F880@ FAM +1 HUSB @I2024@ +1 CHIL @I2029@ +1 CHIL @I2030@ +1 CHIL @I2031@ +1 CHIL @I2032@ +0 @F881@ FAM +1 HUSB @I2029@ +1 CHIL @I2033@ +0 @F882@ FAM +1 HUSB @I2030@ +1 WIFE @I2034@ +1 DIV Y +0 @F883@ FAM +1 HUSB @I2030@ +1 WIFE @I2035@ +0 @F884@ FAM +1 HUSB @I2036@ +1 WIFE @I2032@ +0 @F885@ FAM +1 HUSB @I1993@ +1 CHIL @I2037@ +0 @F886@ FAM +1 HUSB @I2037@ +1 CHIL @I2038@ +1 CHIL @I2039@ +1 CHIL @I2040@ +0 @F887@ FAM +1 HUSB @I2038@ +1 CHIL @I2041@ +0 @F888@ FAM +1 HUSB @I2041@ +1 CHIL @I2042@ +1 CHIL @I2043@ +0 @F889@ FAM +1 HUSB @I2045@ +1 CHIL @I2044@ +0 @F890@ FAM +1 HUSB @I2039@ +1 CHIL @I2045@ +0 @F891@ FAM +1 HUSB @I2047@ +1 CHIL @I2046@ +1 CHIL @I2050@ +1 CHIL @I2051@ +1 CHIL @I2052@ +0 @F892@ FAM +1 HUSB @I2048@ +1 CHIL @I2047@ +0 @F893@ FAM +1 HUSB @I2046@ +1 WIFE @I2049@ +0 @F894@ FAM +1 HUSB @I2053@ +1 WIFE @I2052@ +0 @F895@ FAM +1 HUSB @I2054@ +1 CHIL @I1973@ +0 @F896@ FAM +1 HUSB @I2055@ +1 CHIL @I2054@ +0 @F897@ FAM +1 HUSB @I2056@ +1 CHIL @I2055@ +0 @F898@ FAM +1 HUSB @I2050@ +1 CHIL @I2056@ +0 @F899@ FAM +1 HUSB @I2040@ +1 CHIL @I2048@ +0 @F900@ FAM +1 HUSB @I2057@ +1 CHIL @I1230@ +0 @F901@ FAM +1 HUSB @I2058@ +1 WIFE @I1410@ +1 CHIL @I1595@ +0 @F902@ FAM +1 HUSB @I2059@ +1 CHIL @I1418@ +0 @F903@ FAM +1 HUSB @I2060@ +1 CHIL @I1347@ +0 @F904@ FAM +1 HUSB @I2061@ +1 WIFE @I1347@ +0 @F905@ FAM +1 HUSB @I2062@ +1 CHIL @I1416@ +0 @F906@ FAM +1 HUSB @I2063@ +1 CHIL @I1328@ +0 @F907@ FAM +1 HUSB @I2064@ +1 WIFE @I1328@ +0 @F908@ FAM +1 HUSB @I2062@ +1 CHIL @I1337@ +0 @F909@ FAM +1 HUSB @I2066@ +1 WIFE @I2065@ +0 @F910@ FAM +1 HUSB @I2067@ +1 CHIL @I2066@ +0 @F911@ FAM +1 HUSB @I2068@ +1 CHIL @I2067@ +0 @F912@ FAM +1 HUSB @I2069@ +1 CHIL @I1343@ +0 @F913@ FAM +1 HUSB @I2070@ +1 WIFE @I1603@ +0 @F914@ FAM +1 HUSB @I1332@ +1 CHIL @I1222@ +0 @F915@ FAM +1 HUSB @I2075@ +1 WIFE @I2074@ +1 CHIL @I1414@ +1 CHIL @I1220@ +1 CHIL @I2537@ +1 MARR +2 DATE 17 JUL 1385 +0 @F916@ FAM +1 HUSB @I2076@ +1 WIFE @I1331@ +0 @F917@ FAM +1 HUSB @I1437@ +1 WIFE @I2077@ +0 @F918@ FAM +1 HUSB @I2078@ +1 CHIL @I2077@ +0 @F919@ FAM +1 HUSB @I2080@ +1 WIFE @I2079@ +0 @F920@ FAM +1 HUSB @I1335@ +1 WIFE @I2081@ +1 CHIL @I2083@ +1 CHIL @I2084@ +1 CHIL @I2085@ +1 CHIL @I2086@ +1 CHIL @I2087@ +1 CHIL @I2088@ +1 CHIL @I2089@ +1 CHIL @I2090@ +0 @F921@ FAM +1 HUSB @I2082@ +1 CHIL @I2081@ +0 @F922@ FAM +1 HUSB @I2091@ +1 WIFE @I2086@ +0 @F923@ FAM +1 HUSB @I2092@ +1 WIFE @I2086@ +0 @F924@ FAM +1 HUSB @I2093@ +1 WIFE @I2087@ +0 @F925@ FAM +1 HUSB @I2094@ +1 WIFE @I2087@ +0 @F926@ FAM +1 HUSB @I2095@ +1 WIFE @I2088@ +0 @F927@ FAM +1 HUSB @I2096@ +1 WIFE @I2089@ +0 @F928@ FAM +1 HUSB @I2097@ +1 WIFE @I2089@ +0 @F929@ FAM +1 HUSB @I2098@ +1 WIFE @I2090@ +0 @F930@ FAM +1 HUSB @I2101@ +1 CHIL @I1434@ +0 @F931@ FAM +1 HUSB @I2099@ +1 WIFE @I2337@ +1 CHIL @I2338@ +1 CHIL @I2339@ +1 CHIL @I848@ +0 @F932@ FAM +1 HUSB @I1436@ +1 WIFE @I2102@ +0 @F933@ FAM +1 HUSB @I2103@ +1 CHIL @I2102@ +0 @F934@ FAM +1 HUSB @I2104@ +1 WIFE @I1428@ +1 CHIL @I2334@ +0 @F935@ FAM +1 HUSB @I2105@ +1 WIFE @I1427@ +0 @F936@ FAM +1 HUSB @I2108@ +1 WIFE @I2106@ +1 CHIL @I2109@ +1 CHIL @I2110@ +0 @F937@ FAM +1 HUSB @I2110@ +1 WIFE @I2111@ +0 @F938@ FAM +1 HUSB @I2109@ +1 WIFE @I2112@ +1 CHIL @I1436@ +1 CHIL @I2396@ +1 CHIL @I2397@ +1 CHIL @I2398@ +0 @F939@ FAM +1 HUSB @I2113@ +1 CHIL @I2112@ +0 @F940@ FAM +1 HUSB @I765@ +1 WIFE @I769@ +1 CHIL @I2415@ +0 @F941@ FAM +1 HUSB @I2120@ +1 CHIL @I769@ +0 @F942@ FAM +1 HUSB @I768@ +1 WIFE @I2121@ +0 @F943@ FAM +1 HUSB @I2122@ +1 WIFE @I2118@ +0 @F944@ FAM +1 HUSB @I2127@ +1 CHIL @I707@ +0 @F945@ FAM +1 HUSB @I2129@ +1 WIFE @I2128@ +0 @F946@ FAM +1 HUSB @I2130@ +1 WIFE @I951@ +0 @F947@ FAM +1 HUSB @I2131@ +1 WIFE @I2416@ +1 CHIL @I2130@ +1 CHIL @I2421@ +1 MARR +2 DATE 1649 +0 @F948@ FAM +1 HUSB @I2131@ +1 WIFE @I896@ +1 CHIL @I1420@ +1 MARR +2 DATE 1621 +0 @F949@ FAM +1 HUSB @I870@ +1 WIFE @I2133@ +1 CHIL @I2136@ +1 MARR +2 DATE 1543 +0 @F950@ FAM +1 HUSB @I870@ +1 WIFE @I2134@ +0 @F951@ FAM +1 HUSB @I870@ +1 WIFE @I2135@ +1 CHIL @I2132@ +1 MARR +2 DATE 1570 +0 @F952@ FAM +1 HUSB @I2137@ +1 CHIL @I721@ +0 @F953@ FAM +1 HUSB @I2138@ +1 CHIL @I2137@ +0 @F954@ FAM +1 HUSB @I2139@ +1 CHIL @I724@ +0 @F955@ FAM +1 HUSB @I2140@ +1 WIFE @I2141@ +1 CHIL @I342@ +0 @F956@ FAM +1 HUSB @I2142@ +1 WIFE @I2143@ +1 CHIL @I332@ +0 @F957@ FAM +1 HUSB @I2144@ +1 CHIL @I762@ +0 @F958@ FAM +1 HUSB @I2145@ +1 WIFE @I762@ +0 @F959@ FAM +1 HUSB @I2147@ +1 WIFE @I2148@ +1 CHIL @I131@ +0 @F960@ FAM +1 HUSB @I2149@ +1 WIFE @I99@ +0 @F961@ FAM +1 HUSB @I2150@ +1 WIFE @I98@ +0 @F962@ FAM +1 HUSB @I2151@ +1 CHIL @I126@ +0 @F963@ FAM +1 HUSB @I504@ +1 WIFE @I2156@ +1 CHIL @I2158@ +1 CHIL @I2159@ +1 DIV Y +0 @F964@ FAM +1 HUSB @I504@ +1 WIFE @I2157@ +0 @F965@ FAM +1 HUSB @I2160@ +1 CHIL @I494@ +0 @F966@ FAM +1 HUSB @I2161@ +1 CHIL @I408@ +0 @F967@ FAM +1 HUSB @I2162@ +1 WIFE @I509@ +1 DIV Y +1 MARR +2 DATE 1941 +0 @F968@ FAM +1 HUSB @I2163@ +1 WIFE @I509@ +1 CHIL @I2165@ +1 DIV Y +1 MARR +2 DATE 1957 +0 @F969@ FAM +1 HUSB @I2164@ +1 WIFE @I509@ +1 MARR +2 DATE 1965 +0 @F970@ FAM +1 HUSB @I2166@ +1 WIFE @I1959@ +1 CHIL @I2167@ +0 @F971@ FAM +1 HUSB @I2168@ +1 WIFE @I2167@ +1 CHIL @I2169@ +0 @F972@ FAM +1 HUSB @I2169@ +1 CHIL @I2170@ +0 @F973@ FAM +1 HUSB @I2170@ +1 CHIL @I2171@ +0 @F974@ FAM +1 HUSB @I2171@ +1 CHIL @I2172@ +0 @F975@ FAM +1 HUSB @I2173@ +1 WIFE @I2172@ +1 CHIL @I2174@ +0 @F976@ FAM +1 HUSB @I2174@ +1 CHIL @I1352@ +0 @F977@ FAM +1 HUSB @I2175@ +1 CHIL @I2173@ +0 @F978@ FAM +1 HUSB @I2176@ +1 CHIL @I2175@ +0 @F979@ FAM +1 HUSB @I2177@ +1 CHIL @I2176@ +0 @F980@ FAM +1 HUSB @I2178@ +1 WIFE @I2179@ +1 CHIL @I2177@ +0 @F981@ FAM +1 HUSB @I2180@ +1 CHIL @I2179@ +0 @F982@ FAM +1 HUSB @I2181@ +1 CHIL @I2180@ +0 @F983@ FAM +1 HUSB @I2182@ +1 CHIL @I2181@ +0 @F984@ FAM +1 HUSB @I2183@ +1 CHIL @I2182@ +0 @F985@ FAM +1 HUSB @I2184@ +1 CHIL @I2183@ +0 @F986@ FAM +1 HUSB @I2185@ +1 CHIL @I2184@ +0 @F987@ FAM +1 HUSB @I2186@ +1 CHIL @I1918@ +0 @F988@ FAM +1 HUSB @I2187@ +1 WIFE @I2188@ +1 CHIL @I2186@ +0 @F989@ FAM +1 HUSB @I2189@ +1 WIFE @I2190@ +1 CHIL @I2188@ +0 @F990@ FAM +1 HUSB @I2191@ +1 CHIL @I2190@ +0 @F991@ FAM +1 HUSB @I2192@ +1 CHIL @I2191@ +0 @F992@ FAM +1 HUSB @I2193@ +1 CHIL @I2192@ +0 @F993@ FAM +1 HUSB @I2194@ +1 CHIL @I2193@ +0 @F994@ FAM +1 HUSB @I2195@ +1 CHIL @I2194@ +0 @F995@ FAM +1 HUSB @I2196@ +1 CHIL @I2195@ +0 @F996@ FAM +1 HUSB @I2197@ +1 CHIL @I2196@ +0 @F997@ FAM +1 HUSB @I2198@ +1 CHIL @I2197@ +0 @F998@ FAM +1 HUSB @I2199@ +1 CHIL @I2198@ +0 @F999@ FAM +1 HUSB @I2200@ +1 CHIL @I2199@ +0 @F1000@ FAM +1 HUSB @I2201@ +1 CHIL @I2200@ +0 @F1001@ FAM +1 HUSB @I2202@ +1 CHIL @I2201@ +0 @F1002@ FAM +1 HUSB @I2203@ +1 CHIL @I2202@ +0 @F1003@ FAM +1 HUSB @I2204@ +1 CHIL @I2203@ +0 @F1004@ FAM +1 HUSB @I2205@ +1 CHIL @I2204@ +0 @F1005@ FAM +1 HUSB @I2206@ +1 WIFE @I2207@ +1 CHIL @I2205@ +0 @F1006@ FAM +1 HUSB @I2208@ +1 CHIL @I2206@ +0 @F1007@ FAM +1 HUSB @I2209@ +1 CHIL @I2208@ +0 @F1008@ FAM +1 HUSB @I2210@ +1 CHIL @I2209@ +0 @F1009@ FAM +1 HUSB @I2211@ +1 CHIL @I2210@ +0 @F1010@ FAM +1 HUSB @I2212@ +1 CHIL @I2211@ +1 CHIL @I2213@ +0 @F1011@ FAM +1 HUSB @I2214@ +1 WIFE @I2213@ +1 CHIL @I2215@ +0 @F1012@ FAM +1 HUSB @I2217@ +1 WIFE @I2218@ +1 CHIL @I2216@ +0 @F1013@ FAM +1 HUSB @I2219@ +1 WIFE @I2220@ +1 CHIL @I2218@ +0 @F1014@ FAM +1 HUSB @I2221@ +1 CHIL @I2220@ +1 CHIL @I2207@ +0 @F1015@ FAM +1 HUSB @I2222@ +1 CHIL @I2221@ +0 @F1016@ FAM +1 HUSB @I2223@ +1 CHIL @I2222@ +0 @F1017@ FAM +1 HUSB @I2215@ +1 CHIL @I2223@ +0 @F1018@ FAM +1 HUSB @I1514@ +1 WIFE @I2224@ +0 @F1019@ FAM +1 HUSB @I2301@ +1 WIFE @I2302@ +1 CHIL @I779@ +0 @F1020@ FAM +1 HUSB @I1511@ +1 WIFE @I2225@ +1 CHIL @I2237@ +0 @F1021@ FAM +1 HUSB @I2226@ +1 CHIL @I2225@ +0 @F1022@ FAM +1 HUSB @I1515@ +1 WIFE @I2227@ +1 CHIL @I2228@ +0 @F1023@ FAM +1 HUSB @I2228@ +1 WIFE @I2229@ +1 CHIL @I2230@ +1 CHIL @I2231@ +1 CHIL @I1837@ +0 @F1024@ FAM +1 HUSB @I2231@ +1 WIFE @I2232@ +1 CHIL @I1886@ +0 @F1025@ FAM +1 HUSB @I1886@ +1 WIFE @I2233@ +1 CHIL @I1585@ +1 MARR +2 DATE AFT 1238 +0 @F1026@ FAM +1 HUSB @I2235@ +1 WIFE @I2234@ +1 CHIL @I2236@ +0 @F1027@ FAM +1 HUSB @I2237@ +1 WIFE @I2238@ +0 @F1028@ FAM +1 HUSB @I2239@ +1 WIFE @I2240@ +1 CHIL @I1511@ +1 CHIL @I2241@ +0 @F1029@ FAM +1 HUSB @I2242@ +1 WIFE @I2243@ +1 CHIL @I2239@ +0 @F1030@ FAM +1 HUSB @I2244@ +1 WIFE @I2245@ +1 CHIL @I2246@ +0 @F1031@ FAM +1 HUSB @I2247@ +1 WIFE @I2245@ +0 @F1032@ FAM +1 HUSB @I2248@ +1 CHIL @I2243@ +0 @F1033@ FAM +1 HUSB @I2249@ +1 CHIL @I2248@ +0 @F1034@ FAM +1 HUSB @I2250@ +1 CHIL @I2249@ +1 CHIL @I2253@ +0 @F1035@ FAM +1 HUSB @I2251@ +1 CHIL @I2250@ +0 @F1036@ FAM +1 HUSB @I2252@ +1 CHIL @I2251@ +0 @F1037@ FAM +1 HUSB @I2253@ +1 CHIL @I2254@ +0 @F1038@ FAM +1 HUSB @I2255@ +1 CHIL @I2245@ +0 @F1039@ FAM +1 HUSB @I2254@ +1 CHIL @I2255@ +0 @F1040@ FAM +1 HUSB @I2257@ +1 CHIL @I2256@ +0 @F1041@ FAM +1 HUSB @I2258@ +1 CHIL @I2257@ +0 @F1042@ FAM +1 HUSB @I2259@ +1 CHIL @I2258@ +0 @F1043@ FAM +1 HUSB @I2260@ +1 CHIL @I2259@ +0 @F1044@ FAM +1 HUSB @I2261@ +1 CHIL @I2252@ +1 CHIL @I2260@ +1 CHIL @I2262@ +0 @F1045@ FAM +1 HUSB @I2263@ +1 WIFE @I2262@ +1 CHIL @I2264@ +0 @F1046@ FAM +1 HUSB @I2265@ +1 CHIL @I2261@ +1 CHIL @I2266@ +0 @F1047@ FAM +1 HUSB @I2267@ +1 CHIL @I1601@ +0 @F1048@ FAM +1 HUSB @I2268@ +1 CHIL @I1598@ +0 @F1049@ FAM +1 HUSB @I2269@ +1 CHIL @I1596@ +0 @F1050@ FAM +1 HUSB @I2270@ +1 CHIL @I1327@ +0 @F1051@ FAM +1 HUSB @I2271@ +1 WIFE @I1327@ +1 CHIL @I998@ +0 @F1052@ FAM +1 HUSB @I2272@ +1 CHIL @I1218@ +0 @F1053@ FAM +1 HUSB @I2273@ +1 WIFE @I1025@ +0 @F1054@ FAM +1 HUSB @I2274@ +1 WIFE @I2549@ +1 CHIL @I1628@ +0 @F1055@ FAM +1 HUSB @I2275@ +1 WIFE @I1019@ +0 @F1056@ FAM +1 HUSB @I2276@ +1 WIFE @I995@ +0 @F1057@ FAM +1 HUSB @I2277@ +1 CHIL @I1345@ +0 @F1058@ FAM +1 HUSB @I2278@ +1 WIFE @I1345@ +0 @F1059@ FAM +1 HUSB @I2279@ +1 CHIL @I1445@ +0 @F1060@ FAM +1 HUSB @I2282@ +1 WIFE @I2281@ +0 @F1061@ FAM +1 HUSB @I2286@ +1 WIFE @I2284@ +0 @F1062@ FAM +1 HUSB @I2287@ +1 WIFE @I2284@ +0 @F1063@ FAM +1 HUSB @I2288@ +1 WIFE @I2285@ +0 @F1064@ FAM +1 HUSB @I2289@ +1 WIFE @I2285@ +0 @F1065@ FAM +1 HUSB @I2290@ +1 WIFE @I2285@ +0 @F1066@ FAM +1 HUSB @I2291@ +1 CHIL @I1413@ +0 @F1067@ FAM +1 HUSB @I2292@ +1 WIFE @I1502@ +0 @F1068@ FAM +1 HUSB @I2293@ +1 WIFE @I1502@ +0 @F1069@ FAM +1 HUSB @I2295@ +1 WIFE @I2294@ +0 @F1070@ FAM +1 HUSB @I2297@ +1 WIFE @I2296@ +0 @F1071@ FAM +1 HUSB @I2298@ +1 WIFE @I2296@ +0 @F1072@ FAM +1 HUSB @I1338@ +1 WIFE @I2296@ +0 @F1073@ FAM +1 HUSB @I2299@ +1 CHIL @I1444@ +0 @F1074@ FAM +1 HUSB @I2300@ +1 WIFE @I1444@ +1 DIV Y +0 @F1075@ FAM +1 HUSB @I2303@ +1 WIFE @I2304@ +1 CHIL @I2301@ +0 @F1076@ FAM +1 HUSB @I2305@ +1 WIFE @I2306@ +1 CHIL @I2304@ +0 @F1077@ FAM +1 HUSB @I2307@ +1 WIFE @I2308@ +1 CHIL @I2305@ +0 @F1078@ FAM +1 HUSB @I2310@ +1 WIFE @I2311@ +1 CHIL @I2312@ +1 CHIL @I2313@ +1 CHIL @I2314@ +1 CHIL @I869@ +1 CHIL @I2315@ +1 CHIL @I2316@ +1 CHIL @I2317@ +1 CHIL @I2318@ +0 @F1079@ FAM +1 HUSB @I2312@ +1 WIFE @I2319@ +0 @F1080@ FAM +1 HUSB @I2320@ +1 WIFE @I2319@ +0 @F1081@ FAM +1 HUSB @I2313@ +1 WIFE @I2321@ +1 CHIL @I2324@ +0 @F1082@ FAM +1 HUSB @I2313@ +1 WIFE @I2322@ +0 @F1083@ FAM +1 HUSB @I2313@ +1 WIFE @I2323@ +0 @F1084@ FAM +1 HUSB @I2314@ +1 WIFE @I2325@ +0 @F1085@ FAM +1 HUSB @I2326@ +1 WIFE @I2325@ +0 @F1086@ FAM +1 HUSB @I2327@ +1 WIFE @I2316@ +0 @F1087@ FAM +1 HUSB @I2328@ +1 WIFE @I2317@ +0 @F1088@ FAM +1 HUSB @I2329@ +1 WIFE @I2318@ +0 @F1089@ FAM +1 HUSB @I2315@ +1 WIFE @I2330@ +0 @F1090@ FAM +1 HUSB @I2315@ +1 WIFE @I2331@ +0 @F1091@ FAM +1 HUSB @I2332@ +1 WIFE @I2106@ +1 DIV Y +0 @F1092@ FAM +1 HUSB @I2333@ +1 WIFE @I2107@ +0 @F1093@ FAM +1 HUSB @I2335@ +1 WIFE @I2334@ +0 @F1094@ FAM +1 HUSB @I2104@ +1 WIFE @I2336@ +0 @F1095@ FAM +1 HUSB @I2340@ +1 WIFE @I2339@ +1 CHIL @I2394@ +1 CHIL @I2403@ +0 @F1096@ FAM +1 HUSB @I2341@ +1 WIFE @I2342@ +1 CHIL @I2343@ +1 CHIL @I2337@ +1 CHIL @I857@ +0 @F1097@ FAM +1 HUSB @I2343@ +1 WIFE @I2344@ +0 @F1098@ FAM +1 HUSB @I2343@ +1 WIFE @I2345@ +1 CHIL @I2355@ +1 CHIL @I2356@ +1 CHIL @I2357@ +0 @F1099@ FAM +1 HUSB @I857@ +1 WIFE @I2346@ +0 @F1100@ FAM +1 HUSB @I2341@ +1 WIFE @I2347@ +1 CHIL @I2348@ +1 CHIL @I2349@ +1 CHIL @I2350@ +0 @F1101@ FAM +1 HUSB @I2348@ +1 WIFE @I2351@ +0 @F1102@ FAM +1 HUSB @I2348@ +1 WIFE @I2352@ +0 @F1103@ FAM +1 HUSB @I2353@ +1 WIFE @I2349@ +0 @F1104@ FAM +1 HUSB @I2354@ +1 WIFE @I2350@ +0 @F1105@ FAM +1 HUSB @I2355@ +1 WIFE @I2358@ +1 CHIL @I2359@ +1 CHIL @I2360@ +1 CHIL @I2361@ +1 CHIL @I2362@ +1 CHIL @I2363@ +0 @F1106@ FAM +1 HUSB @I2364@ +1 WIFE @I2356@ +0 @F1107@ FAM +1 HUSB @I2357@ +1 WIFE @I2365@ +0 @F1108@ FAM +1 HUSB @I2359@ +1 WIFE @I2366@ +1 CHIL @I2367@ +0 @F1109@ FAM +1 HUSB @I2367@ +1 WIFE @I2368@ +1 CHIL @I2369@ +0 @F1110@ FAM +1 HUSB @I2369@ +1 WIFE @I2370@ +0 @F1111@ FAM +1 HUSB @I2359@ +1 WIFE @I2371@ +1 CHIL @I2372@ +1 CHIL @I2387@ +0 @F1112@ FAM +1 HUSB @I2372@ +1 WIFE @I2373@ +0 @F1113@ FAM +1 HUSB @I2372@ +1 WIFE @I2374@ +1 CHIL @I2375@ +1 CHIL @I2376@ +1 CHIL @I2377@ +1 CHIL @I2378@ +1 CHIL @I2379@ +0 @F1114@ FAM +1 HUSB @I2375@ +1 WIFE @I2380@ +0 @F1115@ FAM +1 HUSB @I2376@ +1 WIFE @I2381@ +0 @F1116@ FAM +1 HUSB @I2377@ +1 WIFE @I2382@ +0 @F1117@ FAM +1 HUSB @I2383@ +1 WIFE @I2382@ +0 @F1118@ FAM +1 HUSB @I2384@ +1 WIFE @I2378@ +0 @F1119@ FAM +1 HUSB @I2385@ +1 WIFE @I2379@ +1 DIV Y +0 @F1120@ FAM +1 HUSB @I2386@ +1 WIFE @I2379@ +0 @F1121@ FAM +1 HUSB @I2387@ +1 WIFE @I2388@ +0 @F1122@ FAM +1 HUSB @I2108@ +1 WIFE @I2389@ +0 @F1123@ FAM +1 HUSB @I2108@ +1 WIFE @I2390@ +0 @F1124@ FAM +1 HUSB @I2391@ +1 WIFE @I2390@ +0 @F1125@ FAM +1 HUSB @I2392@ +1 WIFE @I2393@ +1 CHIL @I2327@ +1 CHIL @I2108@ +1 CHIL @I2319@ +0 @F1126@ FAM +1 HUSB @I2392@ +1 WIFE @I2395@ +1 DIV Y +0 @F1127@ FAM +1 HUSB @I2396@ +1 WIFE @I2399@ +0 @F1128@ FAM +1 HUSB @I2400@ +1 WIFE @I2399@ +0 @F1129@ FAM +1 HUSB @I2397@ +1 WIFE @I2401@ +0 @F1130@ FAM +1 HUSB @I2397@ +1 WIFE @I2402@ +0 @F1131@ FAM +1 HUSB @I2394@ +1 WIFE @I2404@ +0 @F1132@ FAM +1 HUSB @I2405@ +1 WIFE @I2403@ +1 CHIL @I2406@ +1 CHIL @I2407@ +1 CHIL @I2331@ +1 CHIL @I2408@ +1 CHIL @I2409@ +0 @F1133@ FAM +1 HUSB @I2406@ +1 WIFE @I2410@ +0 @F1134@ FAM +1 HUSB @I2411@ +1 WIFE @I2331@ +0 @F1135@ FAM +1 HUSB @I2412@ +1 WIFE @I2331@ +0 @F1136@ FAM +1 HUSB @I2413@ +1 WIFE @I2408@ +0 @F1137@ FAM +1 HUSB @I2414@ +1 WIFE @I2409@ +0 @F1138@ FAM +1 HUSB @I2418@ +1 WIFE @I2417@ +1 CHIL @I2416@ +1 CHIL @I2420@ +0 @F1139@ FAM +1 HUSB @I2419@ +1 CHIL @I2418@ +0 @F1140@ FAM +1 HUSB @I2420@ +1 WIFE @I2421@ +1 CHIL @I2427@ +0 @F1141@ FAM +1 HUSB @I2420@ +1 WIFE @I2422@ +1 CHIL @I2430@ +1 CHIL @I2431@ +0 @F1142@ FAM +1 HUSB @I2424@ +1 WIFE @I2425@ +1 CHIL @I2880@ +1 MARR +2 DATE 1714 +0 @F1143@ FAM +1 HUSB @I2423@ +1 WIFE @I2882@ +1 CHIL @I2426@ +1 CHIL @I2424@ +1 CHIL @I2507@ +1 MARR +2 DATE 1680 +0 @F1144@ FAM +1 HUSB @I2428@ +1 WIFE @I2427@ +1 CHIL @I2429@ +0 @F1145@ FAM +1 HUSB @I2433@ +1 WIFE @I2432@ +1 CHIL @I2434@ +1 MARR +2 DATE 1736 +0 @F1146@ FAM +1 HUSB @I2431@ +1 CHIL @I2432@ +0 @F1147@ FAM +1 HUSB @I2448@ +1 WIFE @I2614@ +1 CHIL @I2973@ +1 CHIL @I2974@ +1 CHIL @I2975@ +1 CHIL @I139@ +1 CHIL @I205@ +1 CHIL @I138@ +1 CHIL @I1696@ +1 MARR +2 DATE 1777 +0 @F1148@ FAM +1 HUSB @I2438@ +1 WIFE @I2439@ +1 CHIL @I1248@ +1 CHIL @I2522@ +1 CHIL @I2523@ +1 MARR +2 DATE 28 OCT 1533 +0 @F1149@ FAM +1 HUSB @I2435@ +1 WIFE @I2436@ +1 CHIL @I1614@ +0 @F1150@ FAM +1 HUSB @I2437@ +1 CHIL @I1438@ +0 @F1151@ FAM +1 HUSB @I838@ +1 WIFE @I2547@ +1 DIV Y +1 MARR +2 DATE 8 SEP 1476 +0 @F1152@ FAM +1 HUSB @I2442@ +1 WIFE @I2443@ +1 CHIL @I841@ +0 @F1153@ FAM +1 HUSB @I2444@ +1 WIFE @I2445@ +1 CHIL @I1612@ +0 @F1154@ FAM +1 HUSB @I1698@ +1 WIFE @I2449@ +1 CHIL @I2901@ +1 CHIL @I2902@ +1 CHIL @I2903@ +1 MARR +2 DATE 1853 +0 @F1155@ FAM +1 HUSB @I2450@ +1 CHIL @I2449@ +0 @F1156@ FAM +1 HUSB @I2451@ +1 WIFE @I2477@ +1 CHIL @I1741@ +1 MARR +2 DATE 1180 +0 @F1157@ FAM +1 HUSB @I2464@ +1 WIFE @I2487@ +1 CHIL @I2466@ +1 MARR +2 DATE AUG 1315 +0 @F1158@ FAM +1 HUSB @I2452@ +1 WIFE @I2453@ +1 CHIL @I2469@ +1 CHIL @I1869@ +1 CHIL @I2470@ +1 CHIL @I2471@ +1 CHIL @I2472@ +1 CHIL @I2473@ +1 CHIL @I2474@ +1 MARR +2 DATE 1115 +0 @F1159@ FAM +1 HUSB @I2454@ +1 WIFE @I2455@ +1 CHIL @I2452@ +1 DIV Y +1 MARR +2 DATE 1072 +0 @F1160@ FAM +1 HUSB @I2454@ +1 WIFE @I2456@ +1 MARR +2 DATE 1095 +0 @F1161@ FAM +1 HUSB @I2457@ +1 WIFE @I2535@ +1 CHIL @I2454@ +1 MARR +2 DATE 1051 +0 @F1162@ FAM +1 HUSB @I2458@ +1 WIFE @I2459@ +1 CHIL @I2460@ +1 CHIL @I2457@ +1 CHIL @I2533@ +1 MARR +2 DATE 1003 +0 @F1163@ FAM +1 HUSB @I2458@ +1 WIFE @I2461@ +0 @F1164@ FAM +1 HUSB @I2458@ +1 WIFE @I2462@ +1 DIV Y +1 MARR +2 DATE 996 +0 @F1165@ FAM +1 HUSB @I2463@ +1 CHIL @I2458@ +0 @F1166@ FAM +1 HUSB @I2467@ +1 CHIL @I1557@ +0 @F1167@ FAM +1 HUSB @I2468@ +1 CHIL @I2467@ +0 @F1168@ FAM +1 HUSB @I1869@ +1 WIFE @I2475@ +1 MARR +2 DATE 1154 +0 @F1169@ FAM +1 HUSB @I1869@ +1 WIFE @I2476@ +1 CHIL @I2451@ +1 MARR +2 DATE 1160 +0 @F1170@ FAM +1 HUSB @I2451@ +1 WIFE @I2478@ +1 DIV Y +1 MARR +2 DATE 1193 +0 @F1171@ FAM +1 HUSB @I2451@ +1 WIFE @I2479@ +1 CHIL @I2480@ +1 DIV Y +1 MARR +2 DATE 1196 +0 @F1172@ FAM +1 HUSB @I2483@ +1 CHIL @I2482@ +0 @F1173@ FAM +1 HUSB @I2488@ +1 CHIL @I2487@ +0 @F1174@ FAM +1 HUSB @I2489@ +1 CHIL @I2488@ +0 @F1175@ FAM +1 HUSB @I2465@ +1 WIFE @I2490@ +1 MARR +2 DATE 1307 +0 @F1176@ FAM +1 HUSB @I1743@ +1 WIFE @I2491@ +1 DIV Y +1 MARR +2 DATE 1307 +0 @F1177@ FAM +1 HUSB @I1743@ +1 WIFE @I2492@ +1 MARR +2 DATE 21 SEP 1322 +0 @F1178@ FAM +1 HUSB @I1743@ +1 WIFE @I2493@ +1 MARR +2 DATE JUL 1325 +0 @F1179@ FAM +1 HUSB @I2495@ +1 CHIL @I2494@ +1 CHIL @I2520@ +0 @F1180@ FAM +1 HUSB @I2494@ +1 WIFE @I2496@ +1 CHIL @I2498@ +1 MARR +2 DATE JUL 1313 +0 @F1181@ FAM +1 HUSB @I2494@ +1 WIFE @I2497@ +1 MARR +2 DATE 1349 +0 @F1182@ FAM +1 HUSB @I2499@ +1 WIFE @I2500@ +1 CHIL @I2075@ +1 CHIL @I2501@ +1 CHIL @I2502@ +1 CHIL @I2503@ +1 MARR +2 DATE 8 APR 1350 +0 @F1183@ FAM +1 HUSB @I2504@ +1 CHIL @I1423@ +0 @F1184@ FAM +1 HUSB @I740@ +1 WIFE @I2505@ +1 MARR +2 DATE 18 AUG 1572 +0 @F1185@ FAM +1 HUSB @I894@ +1 WIFE @I587@ +1 CHIL @I1424@ +1 CHIL @I898@ +1 CHIL @I897@ +1 CHIL @I2506@ +0 @F1186@ FAM +1 HUSB @I897@ +1 WIFE @I2508@ +1 CHIL @I2509@ +1 CHIL @I2510@ +0 @F1187@ FAM +1 HUSB @I2511@ +1 WIFE @I1705@ +1 CHIL @I245@ +0 @F1188@ FAM +1 HUSB @I2513@ +1 WIFE @I2514@ +1 CHIL @I2511@ +0 @F1189@ FAM +1 HUSB @I2515@ +1 CHIL @I2513@ +0 @F1190@ FAM +1 HUSB @I2516@ +1 CHIL @I2515@ +0 @F1191@ FAM +1 HUSB @I2517@ +1 WIFE @I2919@ +1 CHIL @I2516@ +1 CHIL @I2921@ +0 @F1192@ FAM +1 HUSB @I2498@ +1 WIFE @I2519@ +1 CHIL @I2499@ +1 CHIL @I2518@ +1 MARR +2 DATE 28 JUL 1332 +0 @F1193@ FAM +1 HUSB @I2521@ +1 WIFE @I2520@ +0 @F1194@ FAM +1 HUSB @I2525@ +1 CHIL @I2524@ +0 @F1195@ FAM +1 HUSB @I2530@ +1 WIFE @I2531@ +1 CHIL @I2532@ +1 CHIL @I440@ +0 @F1196@ FAM +1 HUSB @I2457@ +1 WIFE @I2536@ +1 CHIL @I2534@ +0 @F1197@ FAM +1 HUSB @I2537@ +1 WIFE @I2538@ +1 CHIL @I2540@ +1 MARR +2 DATE 18 DEC 1422 +0 @F1198@ FAM +1 WIFE @I2539@ +1 CHIL @I2538@ +0 @F1199@ FAM +1 HUSB @I2540@ +1 WIFE @I2541@ +1 MARR +2 DATE 24 JUN 1436 +0 @F1200@ FAM +1 HUSB @I2540@ +1 WIFE @I2542@ +1 CHIL @I2544@ +1 CHIL @I2543@ +1 MARR +2 DATE 14 FEB 1457 +0 @F1201@ FAM +1 HUSB @I838@ +1 WIFE @I2548@ +1 CHIL @I2440@ +1 MARR +2 DATE 8 JAN 1499 +0 @F1202@ FAM +1 HUSB @I417@ +1 WIFE @I2550@ +1 CHIL @I2551@ +1 CHIL @I2552@ +1 CHIL @I2553@ +1 CHIL @I2554@ +1 MARR +2 DATE 771 +0 @F1203@ FAM +1 HUSB @I417@ +1 WIFE @I2555@ +1 MARR +2 DATE 784 +0 @F1204@ FAM +1 HUSB @I417@ +1 WIFE @I2556@ +1 MARR +2 DATE 794 +0 @F1205@ FAM +1 HUSB @I2552@ +1 WIFE @I2557@ +1 CHIL @I2565@ +0 @F1206@ FAM +1 HUSB @I2553@ +1 WIFE @I2558@ +1 CHIL @I2560@ +1 CHIL @I2561@ +1 CHIL @I2562@ +1 CHIL @I2563@ +1 MARR +2 DATE 798 +0 @F1207@ FAM +1 HUSB @I2553@ +1 WIFE @I2559@ +1 CHIL @I2564@ +0 @F1208@ FAM +1 HUSB @I2560@ +1 WIFE @I2566@ +1 CHIL @I2567@ +1 CHIL @I2568@ +1 CHIL @I2569@ +0 @F1209@ FAM +1 HUSB @I2561@ +1 CHIL @I2570@ +0 @F1210@ FAM +1 HUSB @I2563@ +1 WIFE @I2571@ +1 CHIL @I2572@ +1 CHIL @I2573@ +1 CHIL @I2574@ +0 @F1211@ FAM +1 HUSB @I2564@ +1 WIFE @I2575@ +1 CHIL @I2576@ +1 CHIL @I2577@ +1 CHIL @I2578@ +1 CHIL @I2579@ +1 MARR +2 DATE 842 +0 @F1212@ FAM +1 HUSB @I2576@ +1 WIFE @I2580@ +1 CHIL @I2581@ +1 CHIL @I2582@ +1 MARR +2 DATE 862 +0 @F1213@ FAM +1 HUSB @I2576@ +1 WIFE @I2583@ +1 CHIL @I2584@ +0 @F1214@ FAM +1 HUSB @I2584@ +1 WIFE @I2585@ +1 CHIL @I2604@ +1 MARR +2 DATE 917 +0 @F1215@ FAM +1 HUSB @I2567@ +1 WIFE @I2586@ +1 CHIL @I2587@ +0 @F1216@ FAM +1 HUSB @I2588@ +1 WIFE @I2587@ +1 CHIL @I2589@ +0 @F1217@ FAM +1 HUSB @I2568@ +1 WIFE @I2590@ +0 @F1218@ FAM +1 HUSB @I2568@ +1 WIFE @I2591@ +0 @F1219@ FAM +1 HUSB @I2572@ +1 WIFE @I2592@ +1 CHIL @I2593@ +0 @F1220@ FAM +1 HUSB @I2593@ +1 WIFE @I2594@ +1 CHIL @I2595@ +1 CHIL @I2596@ +1 CHIL @I2597@ +0 @F1221@ FAM +1 HUSB @I2598@ +1 WIFE @I2597@ +1 CHIL @I2599@ +0 @F1222@ FAM +1 HUSB @I2599@ +1 WIFE @I2600@ +1 CHIL @I2601@ +1 CHIL @I2602@ +1 CHIL @I2603@ +0 @F1223@ FAM +1 HUSB @I2604@ +1 WIFE @I2603@ +1 CHIL @I2605@ +1 CHIL @I2606@ +0 @F1224@ FAM +1 HUSB @I2605@ +1 CHIL @I2607@ +1 CHIL @I2608@ +0 @F1225@ FAM +1 HUSB @I2609@ +1 WIFE @I2610@ +1 CHIL @I417@ +1 CHIL @I2611@ +0 @F1226@ FAM +1 HUSB @I2611@ +1 WIFE @I2612@ +0 @F1227@ FAM +1 HUSB @I2613@ +1 CHIL @I2609@ +0 @F1228@ FAM +1 HUSB @I2895@ +1 WIFE @I2896@ +1 CHIL @I2614@ +1 MARR +2 DATE 1754 +0 @F1229@ FAM +1 HUSB @I2522@ +1 WIFE @I2615@ +1 CHIL @I2616@ +1 MARR +2 DATE 26 NOV 1570 +0 @F1230@ FAM +1 HUSB @I2523@ +1 WIFE @I2617@ +1 MARR +2 DATE 15 FEB 1575 +0 @F1231@ FAM +1 HUSB @I1739@ +1 WIFE @I2618@ +1 MARR +2 DATE 1262 +0 @F1232@ FAM +1 HUSB @I2464@ +1 WIFE @I2619@ +1 MARR +2 DATE 1305 +0 @F1233@ FAM +1 HUSB @I2498@ +1 WIFE @I2620@ +1 MARR +2 DATE 19 FEB 1350 +0 @F1234@ FAM +1 HUSB @I493@ +1 WIFE @I2621@ +1 MARR +2 DATE 1868 +0 @F1235@ FAM +1 HUSB @I2622@ +1 CHIL @I358@ +0 @F1236@ FAM +1 HUSB @I2623@ +1 CHIL @I489@ +0 @F1237@ FAM +1 HUSB @I2624@ +1 WIFE @I499@ +1 MARR +2 DATE 1864 +0 @F1238@ FAM +1 HUSB @I498@ +1 WIFE @I2625@ +1 MARR +2 DATE 1884 +0 @F1239@ FAM +1 HUSB @I2626@ +1 CHIL @I2625@ +0 @F1240@ FAM +1 HUSB @I497@ +1 WIFE @I2627@ +1 MARR +2 DATE 1878 +0 @F1241@ FAM +1 HUSB @I497@ +1 WIFE @I2628@ +1 MARR +2 DATE 1892 +0 @F1242@ FAM +1 HUSB @I2632@ +1 CHIL @I464@ +0 @F1243@ FAM +1 HUSB @I683@ +1 WIFE @I2633@ +1 MARR +2 DATE 1878 +0 @F1244@ FAM +1 HUSB @I2636@ +1 WIFE @I2634@ +1 MARR +2 DATE 1901 +0 @F1245@ FAM +1 HUSB @I2636@ +1 WIFE @I2637@ +1 CHIL @I434@ +1 MARR +2 DATE 1907 +0 @F1246@ FAM +1 HUSB @I2638@ +1 WIFE @I592@ +1 MARR +2 DATE 1967 +0 @F1247@ FAM +1 HUSB @I2639@ +1 WIFE @I593@ +1 MARR +2 DATE 1972 +0 @F1248@ FAM +1 HUSB @I430@ +1 WIFE @I2640@ +1 DIV Y +1 MARR +2 DATE 1933 +0 @F1249@ FAM +1 HUSB @I430@ +1 WIFE @I2641@ +1 DIV Y +1 MARR +2 DATE 1937 +0 @F1250@ FAM +1 HUSB @I2644@ +1 WIFE @I2642@ +1 MARR +2 DATE 1940 +0 @F1251@ FAM +1 HUSB @I2645@ +1 WIFE @I433@ +1 MARR +2 DATE 1935 +0 @F1252@ FAM +1 HUSB @I591@ +1 WIFE @I2646@ +1 DIV Y +1 MARR +2 DATE 1935 +0 @F1253@ FAM +1 HUSB @I591@ +1 WIFE @I2647@ +1 MARR +2 DATE 1949 +0 @F1254@ FAM +1 HUSB @I2648@ +1 WIFE @I2635@ +1 MARR +2 DATE 1906 +0 @F1255@ FAM +1 HUSB @I2649@ +1 WIFE @I2650@ +1 CHIL @I2648@ +0 @F1256@ FAM +1 HUSB @I2651@ +1 WIFE @I2652@ +1 CHIL @I1214@ +0 @F1257@ FAM +1 HUSB @I415@ +1 WIFE @I2653@ +1 MARR +2 DATE 1790 +0 @F1258@ FAM +1 HUSB @I1690@ +1 WIFE @I2656@ +1 MARR +2 DATE 1853 +0 @F1259@ FAM +1 HUSB @I1690@ +1 WIFE @I2657@ +1 MARR +2 DATE 1878 +0 @F1260@ FAM +1 HUSB @I2658@ +1 WIFE @I2659@ +1 CHIL @I1313@ +0 @F1261@ FAM +1 HUSB @I2660@ +1 WIFE @I2661@ +1 CHIL @I1312@ +0 @F1262@ FAM +1 HUSB @I2663@ +1 WIFE @I2664@ +1 CHIL @I2662@ +0 @F1263@ FAM +1 HUSB @I2665@ +1 WIFE @I2667@ +1 MARR +2 DATE 1856 +0 @F1264@ FAM +1 HUSB @I2666@ +1 WIFE @I2668@ +1 CHIL @I2669@ +1 CHIL @I2670@ +1 CHIL @I2674@ +1 CHIL @I2675@ +1 CHIL @I2672@ +1 MARR +2 DATE 1857 +0 @F1265@ FAM +1 HUSB @I2674@ +1 WIFE @I2673@ +1 MARR +2 DATE 1900 +0 @F1266@ FAM +1 HUSB @I2670@ +1 WIFE @I2676@ +1 MARR +2 DATE 1891 +0 @F1267@ FAM +1 HUSB @I165@ +1 WIFE @I2678@ +1 CHIL @I2681@ +1 MARR +2 DATE 1882 +0 @F1268@ FAM +1 HUSB @I2671@ +1 WIFE @I2679@ +1 CHIL @I2684@ +1 CHIL @I2685@ +1 CHIL @I2686@ +1 MARR +2 DATE 1884 +0 @F1269@ FAM +1 HUSB @I2680@ +1 CHIL @I2679@ +0 @F1270@ FAM +1 HUSB @I2682@ +1 CHIL @I157@ +0 @F1271@ FAM +1 HUSB @I2683@ +1 CHIL @I589@ +0 @F1272@ FAM +1 HUSB @I2684@ +1 WIFE @I2687@ +1 MARR +2 DATE 1911 +0 @F1273@ FAM +1 HUSB @I2688@ +1 CHIL @I2687@ +0 @F1274@ FAM +1 HUSB @I2689@ +1 WIFE @I2690@ +1 CHIL @I1295@ +1 MARR +2 DATE 1753 +0 @F1275@ FAM +1 HUSB @I2691@ +1 WIFE @I2692@ +1 CHIL @I1299@ +0 @F1276@ FAM +1 HUSB @I466@ +1 WIFE @I2839@ +1 CHIL @I2693@ +1 CHIL @I2842@ +1 MARR +2 DATE 1907 +0 @F1277@ FAM +1 HUSB @I2694@ +1 CHIL @I1828@ +0 @F1278@ FAM +1 HUSB @I2695@ +1 WIFE @I2696@ +1 CHIL @I607@ +1 MARR +2 DATE 1879 +0 @F1279@ FAM +1 HUSB @I2698@ +1 WIFE @I2697@ +1 MARR +2 DATE 1896 +0 @F1280@ FAM +1 HUSB @I2702@ +1 WIFE @I2703@ +1 MARR +2 DATE 1948 +0 @F1281@ FAM +1 HUSB @I1675@ +1 WIFE @I2704@ +1 MARR +2 DATE 1968 +0 @F1282@ FAM +1 HUSB @I2705@ +1 CHIL @I453@ +0 @F1283@ FAM +1 HUSB @I2706@ +1 WIFE @I2709@ +1 MARR +2 DATE 1969 +0 @F1284@ FAM +1 HUSB @I2707@ +1 WIFE @I2710@ +1 MARR +2 DATE 1973 +0 @F1285@ FAM +1 HUSB @I2713@ +1 WIFE @I2526@ +1 CHIL @I2714@ +1 CHIL @I2715@ +1 CHIL @I2716@ +1 MARR +2 DATE 30 JUN 1964 +0 @F1286@ FAM +1 HUSB @I2717@ +1 WIFE @I2527@ +1 CHIL @I2718@ +1 CHIL @I2719@ +1 CHIL @I2720@ +1 MARR +2 DATE 25 MAY 1961 +0 @F1287@ FAM +1 HUSB @I2721@ +1 WIFE @I2528@ +1 CHIL @I2722@ +1 CHIL @I2723@ +1 CHIL @I2724@ +1 MARR +2 DATE 5 JUN 1964 +0 @F1288@ FAM +1 HUSB @I2725@ +1 WIFE @I2529@ +1 CHIL @I2726@ +1 CHIL @I2727@ +1 CHIL @I2728@ +1 MARR +2 DATE 15 JUN 1974 +0 @F1289@ FAM +1 HUSB @I447@ +1 WIFE @I2730@ +1 MARR +2 DATE 30 JUL 1961 +0 @F1290@ FAM +1 HUSB @I448@ +1 WIFE @I2731@ +1 MARR +2 DATE 7 DEC 1976 +0 @F1291@ FAM +1 HUSB @I447@ +1 WIFE @I2732@ +1 DIV Y +1 MARR +2 DATE 1934 +0 @F1292@ FAM +1 HUSB @I447@ +1 WIFE @I2733@ +1 CHIL @I2740@ +1 DIV Y +1 MARR +2 DATE 1943 +0 @F1293@ FAM +1 HUSB @I449@ +1 WIFE @I2734@ +1 CHIL @I2742@ +1 CHIL @I2743@ +1 MARR +2 DATE 19 FEB 1946 +0 @F1294@ FAM +1 HUSB @I449@ +1 WIFE @I2735@ +1 MARR +2 DATE 29 SEP 1988 +0 @F1295@ FAM +1 HUSB @I1409@ +1 WIFE @I2736@ +1 CHIL @I2745@ +1 CHIL @I2746@ +1 CHIL @I2747@ +1 CHIL @I2748@ +1 DIV Y +1 MARR +2 DATE 11 MAR 1932 +2 PLAC London,England +0 @F1296@ FAM +1 HUSB @I1409@ +1 WIFE @I2737@ +1 CHIL @I2767@ +1 CHIL @I2768@ +1 CHIL @I2769@ +1 MARR +2 DATE 29 APR 1972 +0 @F1297@ FAM +1 HUSB @I2738@ +1 WIFE @I2739@ +1 MARR +2 DATE 8 JUN 1978 +0 @F1298@ FAM +1 HUSB @I2740@ +1 WIFE @I2741@ +1 MARR +2 DATE 1976 +0 @F1299@ FAM +1 HUSB @I2744@ +1 WIFE @I2742@ +1 MARR +2 DATE 1975 +0 @F1300@ FAM +1 HUSB @I2749@ +1 WIFE @I2745@ +1 CHIL @I2750@ +1 CHIL @I2751@ +1 CHIL @I2752@ +1 CHIL @I2753@ +1 CHIL @I2754@ +1 MARR +2 DATE 1955 +0 @F1301@ FAM +1 HUSB @I2755@ +1 WIFE @I2746@ +1 CHIL @I2756@ +1 CHIL @I2757@ +1 CHIL @I2758@ +1 MARR +2 DATE 1956 +0 @F1302@ FAM +1 HUSB @I2747@ +1 WIFE @I2759@ +1 MARR +2 DATE 1965 +0 @F1303@ FAM +1 HUSB @I2747@ +1 WIFE @I2760@ +1 CHIL @I2761@ +1 MARR +2 DATE 1967 +0 @F1304@ FAM +1 HUSB @I2747@ +1 WIFE @I2762@ +1 CHIL @I2763@ +1 MARR +2 DATE 1972 +0 @F1305@ FAM +1 HUSB @I2747@ +1 WIFE @I2764@ +1 CHIL @I2765@ +1 MARR +2 DATE 1975 +0 @F1306@ FAM +1 HUSB @I2766@ +1 WIFE @I2748@ +1 MARR +2 DATE 1967 +0 @F1307@ FAM +1 HUSB @I2770@ +1 WIFE @I2772@ +1 CHIL @I2773@ +1 CHIL @I2774@ +1 CHIL @I2775@ +1 CHIL @I2776@ +1 CHIL @I2777@ +1 MARR +2 DATE 1888 +0 @F1308@ FAM +1 HUSB @I2778@ +1 CHIL @I2772@ +0 @F1309@ FAM +1 HUSB @I2774@ +1 WIFE @I2779@ +1 CHIL @I2780@ +1 CHIL @I2781@ +1 CHIL @I2782@ +1 MARR +2 DATE 1915 +0 @F1310@ FAM +1 HUSB @I2783@ +1 WIFE @I2780@ +1 CHIL @I2784@ +1 CHIL @I2785@ +1 CHIL @I2786@ +1 CHIL @I2787@ +1 CHIL @I2788@ +1 MARR +2 DATE 1936 +0 @F1311@ FAM +1 HUSB @I2789@ +1 WIFE @I2784@ +1 CHIL @I2790@ +1 MARR +2 DATE 1958 +0 @F1312@ FAM +1 HUSB @I2791@ +1 WIFE @I2785@ +1 CHIL @I2792@ +1 CHIL @I2793@ +1 MARR +2 DATE 1961 +0 @F1313@ FAM +1 HUSB @I2794@ +1 WIFE @I2786@ +1 CHIL @I2795@ +1 CHIL @I2796@ +1 MARR +2 DATE 1970 +0 @F1314@ FAM +1 HUSB @I2797@ +1 WIFE @I2787@ +1 MARR +2 DATE 1976 +0 @F1315@ FAM +1 HUSB @I2781@ +1 WIFE @I2798@ +1 CHIL @I2799@ +1 MARR +2 DATE 1944 +0 @F1316@ FAM +1 HUSB @I2800@ +1 WIFE @I2799@ +1 CHIL @I2801@ +1 CHIL @I2802@ +1 MARR +2 DATE 1970 +0 @F1317@ FAM +1 HUSB @I2781@ +1 WIFE @I2803@ +1 CHIL @I2804@ +1 CHIL @I2806@ +1 CHIL @I2807@ +1 MARR +2 DATE 1950 +0 @F1318@ FAM +1 HUSB @I2805@ +1 WIFE @I2804@ +1 MARR +2 DATE 1977 +0 @F1319@ FAM +1 HUSB @I2808@ +1 WIFE @I2782@ +1 CHIL @I2809@ +1 CHIL @I2810@ +1 CHIL @I2811@ +1 MARR +2 DATE 1948 +0 @F1320@ FAM +1 HUSB @I2774@ +1 WIFE @I2812@ +1 CHIL @I2813@ +1 MARR +2 DATE 1937 +0 @F1321@ FAM +1 HUSB @I2813@ +1 WIFE @I2814@ +1 CHIL @I2815@ +1 CHIL @I2816@ +1 MARR +2 DATE 1969 +0 @F1322@ FAM +1 HUSB @I2817@ +1 WIFE @I2775@ +1 MARR +2 DATE 1918 +0 @F1323@ FAM +1 HUSB @I2818@ +1 WIFE @I2776@ +1 MARR +2 DATE 1929 +0 @F1324@ FAM +1 HUSB @I2777@ +1 WIFE @I2819@ +1 CHIL @I2820@ +1 CHIL @I2821@ +1 CHIL @I2822@ +1 CHIL @I2823@ +1 MARR +2 DATE 1928 +0 @F1325@ FAM +1 HUSB @I2821@ +1 WIFE @I2824@ +1 CHIL @I2825@ +1 CHIL @I2826@ +1 CHIL @I2827@ +1 CHIL @I2828@ +1 MARR +2 DATE 1955 +0 @F1326@ FAM +1 HUSB @I2830@ +1 WIFE @I2829@ +1 MARR +2 DATE 1919 +0 @F1327@ FAM +1 HUSB @I2738@ +1 WIFE @I2831@ +1 CHIL @I2832@ +1 MARR +2 DATE 1937 +0 @F1328@ FAM +1 HUSB @I2833@ +1 WIFE @I2832@ +1 CHIL @I2834@ +1 CHIL @I2835@ +1 CHIL @I2836@ +1 CHIL @I2837@ +1 MARR +2 DATE 1962 +0 @F1329@ FAM +1 HUSB @I2738@ +1 WIFE @I2838@ +1 MARR +2 DATE 1954 +0 @F1330@ FAM +1 HUSB @I2840@ +1 CHIL @I2839@ +0 @F1331@ FAM +1 HUSB @I2693@ +1 WIFE @I2841@ +1 MARR +2 DATE 1939 +0 @F1332@ FAM +1 HUSB @I2843@ +1 WIFE @I2842@ +1 DIV Y +1 MARR +2 DATE 1938 +0 @F1333@ FAM +1 HUSB @I2844@ +1 WIFE @I2842@ +1 DIV Y +1 MARR +2 DATE 1949 +0 @F1334@ FAM +1 HUSB @I465@ +1 WIFE @I2845@ +1 CHIL @I2848@ +1 MARR +2 DATE 1920 +0 @F1335@ FAM +1 HUSB @I465@ +1 WIFE @I2846@ +1 MARR +2 DATE 1929 +0 @F1336@ FAM +1 HUSB @I2847@ +1 WIFE @I2673@ +1 MARR +2 DATE 1922 +0 @F1337@ FAM +1 HUSB @I2848@ +1 WIFE @I2849@ +1 MARR +2 DATE 1965 +0 @F1338@ FAM +1 HUSB @I2851@ +1 WIFE @I2850@ +1 MARR +2 DATE 1749 +0 @F1339@ FAM +1 HUSB @I2852@ +1 WIFE @I1638@ +1 MARR +2 DATE 1766 +0 @F1340@ FAM +1 HUSB @I2853@ +1 WIFE @I1639@ +1 MARR +2 DATE 1763 +0 @F1341@ FAM +1 HUSB @I2859@ +1 WIFE @I2858@ +1 MARR +2 DATE 1680 +0 @F1342@ FAM +1 HUSB @I2863@ +1 WIFE @I1828@ +1 MARR +2 DATE 1445 +0 @F1343@ FAM +1 HUSB @I1468@ +1 WIFE @I2864@ +1 MARR +2 DATE 1478 +0 @F1344@ FAM +1 HUSB @I1470@ +1 WIFE @I2865@ +1 CHIL @I1484@ +1 MARR +2 DATE 1480 +0 @F1345@ FAM +1 HUSB @I1246@ +1 WIFE @I2875@ +1 MARR +2 DATE 1802 +0 @F1346@ FAM +1 HUSB @I1246@ +1 WIFE @I2876@ +1 MARR +2 DATE 1816 +0 @F1347@ FAM +1 HUSB @I1246@ +1 WIFE @I2877@ +1 MARR +2 DATE 1819 +0 @F1348@ FAM +1 HUSB @I2878@ +1 WIFE @I2879@ +1 CHIL @I1246@ +1 MARR +2 DATE 1765 +0 @F1349@ FAM +1 HUSB @I2880@ +1 WIFE @I2881@ +1 CHIL @I2878@ +1 MARR +2 DATE 1738 +0 @F1350@ FAM +1 HUSB @I2424@ +1 WIFE @I2883@ +1 MARR +2 DATE 1701 +0 @F1351@ FAM +1 HUSB @I2884@ +1 CHIL @I1017@ +0 @F1352@ FAM +1 HUSB @I2885@ +1 WIFE @I2100@ +1 CHIL @I2894@ +1 CHIL @I871@ +1 MARR +2 DATE 1496 +0 @F1353@ FAM +1 HUSB @I840@ +1 WIFE @I2886@ +1 MARR +2 DATE 1506 +0 @F1354@ FAM +1 HUSB @I2890@ +1 WIFE @I2887@ +1 MARR +2 DATE 1490 +0 @F1355@ FAM +1 WIFE @I2887@ +1 MARR +2 DATE 1497 +0 @F1356@ FAM +1 HUSB @I2889@ +1 WIFE @I2892@ +1 MARR +2 DATE 1497 +0 @F1357@ FAM +1 HUSB @I2893@ +1 WIFE @I2892@ +1 MARR +2 DATE 1501 +0 @F1358@ FAM +1 HUSB @I2891@ +1 WIFE @I2894@ +1 MARR +2 DATE 1519 +0 @F1359@ FAM +1 HUSB @I1816@ +1 WIFE @I2894@ +1 MARR +2 DATE 8 JUL 1530 +0 @F1360@ FAM +1 HUSB @I2897@ +1 WIFE @I2898@ +1 CHIL @I2448@ +1 MARR +2 DATE 1749 +0 @F1361@ FAM +1 HUSB @I2899@ +1 CHIL @I1202@ +0 @F1362@ FAM +1 HUSB @I2900@ +1 WIFE @I1116@ +1 MARR +2 DATE 1896 +0 @F1363@ FAM +1 HUSB @I2904@ +1 WIFE @I2903@ +1 MARR +2 DATE 1910 +0 @F1364@ FAM +1 HUSB @I2905@ +1 WIFE @I2902@ +1 MARR +2 DATE 1881 +0 @F1365@ FAM +1 HUSB @I2906@ +1 WIFE @I2902@ +1 MARR +2 DATE 1900 +0 @F1366@ FAM +1 HUSB @I2907@ +1 WIFE @I2901@ +1 DIV Y +1 MARR +2 DATE 1875 +0 @F1367@ FAM +1 HUSB @I2448@ +1 WIFE @I2908@ +1 MARR +2 DATE 1776 +0 @F1368@ FAM +1 HUSB @I139@ +1 WIFE @I206@ +1 MARR +2 DATE 1832 +0 @F1369@ FAM +1 HUSB @I1737@ +1 WIFE @I2909@ +1 MARR +2 DATE 1842 +0 @F1370@ FAM +1 HUSB @I205@ +1 WIFE @I2910@ +1 MARR +2 DATE 1816 +0 @F1371@ FAM +1 HUSB @I2911@ +1 WIFE @I2912@ +1 CHIL @I349@ +1 MARR +2 DATE 1777 +0 @F1372@ FAM +1 HUSB @I590@ +1 WIFE @I2914@ +1 CHIL @I2915@ +0 @F1373@ FAM +1 HUSB @I751@ +1 WIFE @I2916@ +1 CHIL @I2517@ +1 CHIL @I2917@ +0 @F1374@ FAM +1 HUSB @I2918@ +1 WIFE @I2917@ +0 @F1375@ FAM +1 HUSB @I2507@ +1 WIFE @I2921@ +0 @F1376@ FAM +1 HUSB @I2922@ +1 CHIL @I2661@ +0 @F1377@ FAM +1 HUSB @I2923@ +1 CHIL @I2664@ +0 @F1378@ FAM +1 HUSB @I2924@ +1 CHIL @I2659@ +0 @F1379@ FAM +1 HUSB @I159@ +1 WIFE @I2925@ +1 MARR +2 DATE 1919 +0 @F1380@ FAM +1 HUSB @I2926@ +1 CHIL @I161@ +0 @F1381@ FAM +1 HUSB @I588@ +1 WIFE @I235@ +1 MARR +2 DATE 1934 +0 @F1382@ FAM +1 HUSB @I2927@ +1 CHIL @I1356@ +0 @F1383@ FAM +1 HUSB @I2928@ +1 CHIL @I1406@ +0 @F1384@ FAM +1 HUSB @I169@ +1 WIFE @I2929@ +1 CHIL @I2930@ +1 CHIL @I2931@ +1 CHIL @I2932@ +0 @F1385@ FAM +1 HUSB @I2933@ +1 CHIL @I821@ +0 @F1386@ FAM +1 HUSB @I2934@ +1 WIFE @I2935@ +1 CHIL @I2933@ +0 @F1387@ FAM +1 HUSB @I2936@ +1 WIFE @I2937@ +1 CHIL @I820@ +0 @F1388@ FAM +1 HUSB @I2938@ +1 WIFE @I2939@ +1 CHIL @I2937@ +0 @F1389@ FAM +1 HUSB @I2940@ +1 WIFE @I2941@ +1 CHIL @I2939@ +0 @F1390@ FAM +1 HUSB @I2942@ +1 CHIL @I2943@ +1 CHIL @I2941@ +0 @F1391@ FAM +1 HUSB @I2943@ +1 CHIL @I2944@ +0 @F1392@ FAM +1 HUSB @I2944@ +1 WIFE @I2945@ +1 CHIL @I2946@ +0 @F1393@ FAM +1 HUSB @I2946@ +1 CHIL @I812@ +0 @F1394@ FAM +1 HUSB @I2948@ +1 CHIL @I2947@ +0 @F1395@ FAM +1 HUSB @I2949@ +1 CHIL @I2948@ +0 @F1396@ FAM +1 HUSB @I2950@ +1 CHIL @I2942@ +0 @F1397@ FAM +1 HUSB @I2951@ +1 CHIL @I2950@ +0 @F1398@ FAM +1 HUSB @I2952@ +1 CHIL @I2951@ +0 @F1399@ FAM +1 HUSB @I2953@ +1 CHIL @I2935@ +0 @F1400@ FAM +1 HUSB @I2954@ +1 WIFE @I2955@ +1 CHIL @I2953@ +0 @F1401@ FAM +1 HUSB @I2956@ +1 CHIL @I2955@ +0 @F1402@ FAM +1 HUSB @I2960@ +1 WIFE @I110@ +1 CHIL @I2961@ +1 MARR +2 DATE FEB 1990 +0 @F1403@ FAM +1 HUSB @I242@ +1 WIFE @I2962@ +1 CHIL @I2963@ +1 MARR +2 DATE ABT 1990 +0 @F1404@ FAM +1 HUSB @I2965@ +1 WIFE @I2964@ +1 CHIL @I2966@ +0 @F1405@ FAM +1 HUSB @I2968@ +1 CHIL @I62@ +0 @F1406@ FAM +1 HUSB @I112@ +1 WIFE @I2969@ +1 MARR +2 DATE JAN 1988 +0 @F1407@ FAM +1 HUSB @I2970@ +1 WIFE @I2969@ +1 DIV Y +0 @F1408@ FAM +1 HUSB @I2971@ +1 WIFE @I2972@ +1 CHIL @I2969@ +1 DIV Y +0 @F1409@ FAM +1 HUSB @I2976@ +1 WIFE @I138@ +1 MARR +2 DATE ABT 1802 +0 @F1410@ FAM +1 HUSB @I54@ +1 WIFE @I2977@ +1 CHIL @I2978@ +1 MARR +2 DATE 17 DEC 1978 +0 @F1411@ FAM +1 HUSB @I109@ +1 WIFE @I2979@ +1 MARR +2 DATE AFT 1989 +0 @F1412@ FAM +1 HUSB @I2980@ +1 WIFE @I314@ +1 CHIL @I2981@ +0 @F1413@ FAM +1 HUSB @I2982@ +1 WIFE @I2983@ +1 CHIL @I292@ +0 @F1414@ FAM +1 HUSB @I2985@ +1 WIFE @I243@ +1 CHIL @I2990@ +1 CHIL @I2991@ +1 CHIL @I2992@ +1 CHIL @I2993@ +1 DIV Y +1 MARR +2 DATE ABT 1947 +0 @F1415@ FAM +1 HUSB @I2986@ +1 WIFE @I806@ +1 CHIL @I2989@ +1 CHIL @I3010@ +1 MARR +2 DATE 28 DEC 1936 +2 PLAC Guildhall,London,England +0 @F1416@ FAM +1 HUSB @I2987@ +1 WIFE @I2988@ +1 CHIL @I2986@ +0 @F1417@ FAM +1 HUSB @I2994@ +1 CHIL @I2985@ +0 @F1418@ FAM +1 HUSB @I2995@ +1 WIFE @I2996@ +1 CHIL @I806@ +1 CHIL @I2997@ +1 CHIL @I3009@ +1 CHIL @I2998@ +1 MARR +2 DATE JUL 1900 +0 @F1419@ FAM +1 HUSB @I3002@ +1 WIFE @I2999@ +1 CHIL @I3003@ +1 CHIL @I3004@ +1 CHIL @I3005@ +1 CHIL @I2996@ +1 CHIL @I3006@ +0 @F1420@ FAM +1 WIFE @I3000@ +1 CHIL @I2999@ +0 @F1421@ FAM +1 HUSB @I3001@ +1 CHIL @I3000@ +0 @F1422@ FAM +1 HUSB @I3007@ +1 WIFE @I3008@ +1 CHIL @I2995@ +0 TRLR diff --git a/tests/Royal92/Analyze.ll b/tests/Royal92/Analyze.ll new file mode 100644 index 000000000..9035e042a --- /dev/null +++ b/tests/Royal92/Analyze.ll @@ -0,0 +1,202 @@ +/* +@programe Analyze.ll +@author Stephen Dum +@description This test is attempting to call as many different iterators + as it can for indi's, fam's, and children. +*/ +proc main () +{ + "This test tries running various script constructs to check for\n" + "basic functionality.\n" + "In the process it generates some interesting statistics about the data\n\n" + set(verbose,1) + set(verbose,0) + set(np,0) /* count of indi with no parents */ + set(mmp,0) /* mis matched parents */ + + list(lspouses) + list(lispouses) + list(lfamilies) + list(lchildren) + set(indicnt,0) + "Running INDI related constructs \n" + " fathers, mothers, Parents, families function: nspouses\n" + forindi(ind, cnt) { + incr(indicnt) + set(f,0) + set(m,0) + set(p,0) + fathers(ind,fath,ffam,fcnt) { + incr(f) + } + mothers(ind,fath,ffam,fcnt) { + incr(m) + } + Parents(ind,fam,pcnt) { + incr(p) + } + if (sum,add(f,m)) { + if (or(ne(p,f),ne(p,m))) { + if (verbose) { + "Missing Parents " name(ind) " s=" d(sum) " p=" d(p) " f=" + d(f) " m=" d(m) nl() + } + incr(mmp) + } + } else { + if (verbose) { + "No Parents " name(ind) " s=" d(sum) " p=" d(p) " f=" + d(f) " m=" d(m) nl() + } + incr(np) + } + set(fcnt,0) + families(ind,afam,ind1,cntf) { + incr(fcnt) + } + setel(lfamilies,fcnt,add(getel(lfamilies,fcnt),1)) + if (ne(fcnt,nfamilies(ind))) { + "Error, nfamilies disagrees with counting 'families'\n" + } + setel(lispouses,nspouses(ind),add(1,getel(lispouses,nspouses(ind)))) + } /* end of forindi */ + /* call routines based on fams */ + "Running FAM related constructs \n" + " forfam, spouses, children, function: nchildren \n" + set(famcnt,0) + forfam(afam,cntf) { + incr(famcnt) + set(ns,0) + spouses(afam,ai,icnt) { + incr(ns) + } + setel(lspouses,ns,add(getel(lspouses,ns),1)) + /* for each fam, see how many children */ + set(childcnt,0) + children(afam,ind,ccnt) { + incr(childcnt) + } + setel(lchildren,childcnt,add(getel(lchildren,childcnt),1)) + if (ne(childcnt,nchildren(afam))) { + "childcnt = " pvalue(childcnt) + " nchildren(afam) = " pvalue(nchildren(afam)) "\n" + "Error, childcnt(" d(childcnt) + ") and count from iterating over children(" d(nchildren(afam)) ") differ\n" + } + /*#firstchild(fam) + lastchild9fam) + */ + } + "Misc. iterators\n" + " firstfam, nextfam, prevfam, lastfam \n" + set(famcnt1,0) + if(f,firstfam()) { + incr(famcnt1) + while (f,nextfam(f)) { + incr(famcnt1) + } + } + if (ne(famcnt1,famcnt)) { + "forfam got " d(famcnt) " fam's, nextfam got " d(famcnt1) nl() + } + set(famcnt1,0) + if(f,lastfam()) { + incr(famcnt1) + while (f,prevfam(f)) { + incr(famcnt1) + } + } + if (ne(famcnt1,famcnt)) { + "forfam got " d(famcnt) " fam's, prevfam got " d(famcnt1) nl() + } + + " forsour, foreven, forothr\n" + set(sourcnt,0) + forsour(asour,fcnt) { + incr(sourcnt) + } + set(evencnt,0) + foreven(aeven,fcnt) { + incr(evencnt) + } + set(othrcnt,0) + forothr(aothr,fcnt) { + incr(othrcnt) + } + + " firstindi, nextindi, previndi, lastindi " nl() + + set(i,firstindi()) + set(j,firstindi()) + "first indi is " key(i) nl() + if (verbose) { + "start indi is " key(i) nl() + } + set(cnt,0) + while(j) { + set(j,nextindi(j)) + if (verbose) { + "next indi is " key(j) nl() + } + incr(cnt) + } + set(cnt1,0) + set(j,lastindi()) + "last indi is " key(j) nl() + if (verbose) { + nl() + "last indi is " key(j) nl() + } + while (j) { + set(j,previndi(j)) + if (verbose) { + "prev indi is " key(j) nl() + } + incr(cnt1) + } + if (ne(cnt,cnt1)) { + "Error, with nextindi,previndi\n" + } +set(verbose,1) +set(n,indi("I3")) +set(ncnt,0) +traverse(n,anode,cnt) { + incr(ncnt) +} +"traverse found " d(ncnt) " nodes decendents of I3\n" +set(ncnt,0) +fornodes(n,anode) { + incr(ncnt) +} +"fornodes found " d(ncnt) " nodes decendents of I3\n" +/* need + forindiset +*/ + + "\nSummary\n" + d(indicnt) " individuals\n" + d(famcnt) " families\n" + d(sourcnt) " sources\n" + d(evencnt) " events\n" + d(othrcnt) " Other\n" + d(np) " Indi's with no Parents\n" + d(mmp) " fam's with different number of fathers and mothers\n" + "Histogram of number of families for each individual\n" + forlist(lfamilies,val,ind) { + d(ind) " -> " d(val) "\n" + } + "Histogram of number of spouses for each family\n" + forlist(lspouses,val,ind) { + d(ind) " -> " d(val) "\n" + } + "Histogram of number of spouses for each individual\n" + forlist(lispouses,val,ind) { + d(ind) " -> " d(val) "\n" + } + "Histogram of number of children in each family\n" + forlist(lchildren,val,ind) { + d(ind) " -> " d(val) "\n" + } +} + + diff --git a/tests/Royal92/Analyze.llines.out.ref b/tests/Royal92/Analyze.llines.out.ref new file mode 100644 index 000000000..14d9aab1d --- /dev/null +++ b/tests/Royal92/Analyze.llines.out.ref @@ -0,0 +1,58 @@ +This test tries running various script constructs to check for +basic functionality. +In the process it generates some interesting statistics about the data + +Running INDI related constructs + fathers, mothers, Parents, families function: nspouses +Running FAM related constructs + forfam, spouses, children, function: nchildren +Misc. iterators + firstfam, nextfam, prevfam, lastfam + forsour, foreven, forothr + firstindi, nextindi, previndi, lastindi +first indi is I1 +last indi is I3010 +traverse found 17 nodes decendents of I3 +fornodes found 9 nodes decendents of I3 + +Summary +3010 individuals +1422 families +0 sources +0 events +1 Other +992 Indi's with no Parents +312 fam's with different number of fathers and mothers +Histogram of number of families for each individual +1 -> 2069 +2 -> 203 +3 -> 104 +4 -> 4 +5 -> 86 +6 -> 544 +Histogram of number of spouses for each family +1 -> 284 +2 -> 1138 +Histogram of number of spouses for each individual +1 -> 1798 +2 -> 198 +3 -> 103 +4 -> 4 +5 -> 90 +6 -> 817 +Histogram of number of children in each family +1 -> 584 +2 -> 150 +3 -> 89 +4 -> 50 +5 -> 40 +6 -> 16 +7 -> 11 +8 -> 15 +9 -> 8 +10 -> 20 +11 -> 2 +12 -> 2 +13 -> 1 +14 -> 0 +15 -> 434 diff --git a/tests/Royal92/Analyze.llines.stdout.filter.ref b/tests/Royal92/Analyze.llines.stdout.filter.ref new file mode 100644 index 000000000..3b4ee724f --- /dev/null +++ b/tests/Royal92/Analyze.llines.stdout.filter.ref @@ -0,0 +1,28073 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 64-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' What utility do you want to perform?' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Save the database in a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Read in data from a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' R Pick a GEDCOM file and read in' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' k Find a person's key value' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' i Identify a person from key valu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Show database statistics ' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' m Show memory statistics' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' e Edit the place abbreviation file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' o Edit the user options file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' c Character set options' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Return to main menu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 64-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 34]: '[18;34H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 7,Col 47]: '[7;47H' +CSI Position Cursor to row 6,Col 8]: '[6;8H' +text USASCII: 'e choose an operation:' +CSI Erase 44 Character(s)(s): '[44X' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +text USASCII: 'Browse the persons in the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +text USASCII: 'Search database' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +text USASCII: 'Add information to the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +text USASCII: 'Delete information from the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +text USASCII: 'Pick a report from list and run ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +text USASCII: 'Generate report by entering report nam' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +text USASCII: 'Modify character translation tables' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +text USASCII: 'Miscellaneous utilities ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +text USASCII: 'Handle source, event and other records ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +text USASCII: 'Quit current database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +text USASCII: 'Quit program' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +CSI Erase 66 Character(s)(s): '[66X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please enter the name of the GEDCOM file.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ged)' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +text USASCII: ' TESTS/Royal92/Analyze.ged' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 20 Character(s)(s): '[20X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Position Cursor to row 5,Col 4]: '[5;4H' +CSI Cursor to Column 10: '[10G' +text USASCII: '0 Persons' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 8,Col 10]: '[8;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 10,Col 10]: '[10;10H' +text USASCII: '0 Errors' +CSI Position Cursor to row 11,Col 10]: '[11;10H' +text USASCII: '0 Warnings' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: ' (SUBM)' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '1000' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '2000' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '3000' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Cursor to Column 17: '[17G' +text USASCII: 'ies' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 7: '[7G' +text USASCII: '1000' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: 'No errors; adding records with new keys...' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '0 Persons' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 16,Col 10]: '[16;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 17,Col 10]: '[17;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 18,Col 10]: '[18;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 18,Col 10]: '[18;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: ' (SUBM)' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '1000' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '2000' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '3000' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Cursor to Column 17: '[17G' +text USASCII: 'ies' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 7: '[7G' +text USASCII: '1000' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: 'Import time xxs (ui xxs)' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +CSI Line Position Absolutge [row] to 20, Col unchanged: '[20d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 21,Col 4]: '[21;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 10: '[10G' +CSI Erase 14 Character(s)(s): '[14X' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the program? ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: TESTS/Royal92 ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ll)' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +text USASCII: ' TESTS/Royal92/Analyze.ll' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 18 Character(s)(s): '[18X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'Program is running... ' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the output file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name:' +CSI Erase 22 Character(s)(s): '[22X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +text USASCII: ' Analyze.llines.out' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: ' Program was run successfully.' +CSI Erase line to right: '[K' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +CSI Line Position Absolutge [row] to 5, Col unchanged: '[5d' +text USASCII: 'Report duration xxs (ui duration xxs)' +CSI Position Cursor to row 6,Col 4]: '[6;4H' +CSI Line Position Absolutge [row] to 7, Col unchanged: '[7d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 8,Col 4]: '[8;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'LifeLines -- Main Menu ' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/Royal92/Analyze.llscr b/tests/Royal92/Analyze.llscr new file mode 100644 index 000000000..761bbffb1 --- /dev/null +++ b/tests/Royal92/Analyze.llscr @@ -0,0 +1,7 @@ +y +urTESTNAME.ged + +rTESTNAME.ll +OUTPUT.out +q +q diff --git a/tests/Royal92/Royal92.config b/tests/Royal92/Royal92.config new file mode 100644 index 000000000..7f0c69703 --- /dev/null +++ b/tests/Royal92/Royal92.config @@ -0,0 +1,7 @@ +# make sure LANG is UTF-8 +env LANG=UTF-8 +env TERM=xterm +post dbverify -a testdb +post lldump -a testdb +post dbverify -G testdb +post lldump -as testdb diff --git a/tests/Royal92/Royal92.dbverify.stdout.ref b/tests/Royal92/Royal92.dbverify.stdout.ref new file mode 100644 index 000000000..956eb2ddb --- /dev/null +++ b/tests/Royal92/Royal92.dbverify.stdout.ref @@ -0,0 +1,6 @@ +Checking testdb +! Single person family (F704) +! Single person family (F971) +! Single person family (F1262) +! Single person family (F1391) +Single person family: 4 errors, 0 fixed diff --git a/tests/Royal92/Royal92.dbverify_2.stdout.ref b/tests/Royal92/Royal92.dbverify_2.stdout.ref new file mode 100644 index 000000000..504905101 --- /dev/null +++ b/tests/Royal92/Royal92.dbverify_2.stdout.ref @@ -0,0 +1,2 @@ +Checking testdb +No errors found diff --git a/tests/Royal92/Royal92.ged b/tests/Royal92/Royal92.ged new file mode 100644 index 000000000..473d7501a --- /dev/null +++ b/tests/Royal92/Royal92.ged @@ -0,0 +1,30682 @@ +0 HEAD +1 SOUR PAF 2.2 +1 DEST PAF +1 DATE 20 NOV 1992 +1 FILE ROYALS.GED +1 CHAR UTF-8 +0 @S1@ SUBM +1 NAME Denis R. Reid +1 ADDR 149 Kimrose Lane +2 CONT Broadview Heights, Ohio 44147-1258 +2 CONT Internet Email address: ah189@cleveland.freenet.edu +1 PHON (216) 237-5364 +1 COMM >> In a message to Cliff Manis (cmanis@csoftec.csf.com) +2 CONT >> Denis Reid wrote the following: +2 CONT >> Date: Fri, 25 Dec 92 14:12:32 -0500 +2 CONT >> From: ah189@cleveland.Freenet.Edu (Denis Reid) +2 CONT >> Subject: THE ROYALS +2 CONT >> First of all, MERRY CHRISTMAS! +2 CONT >> +2 CONT >> You may make this Royal GEDCOM available available to whomever. +2 CONT >> As you know this is a work in process and have received suggestions, +2 CONT >> corrections and additions from all over the planet... +2 CONT >> some even who claim to be descended from Charlemange, himself! +2 CONT >> +2 CONT >> The weakest part of the Royals is in the French and Spanish lines. +2 CONT >> I found that many of the French Kings had multiple mistresses whose +2 CONT >> descendants claimed noble titles, and the Throne itself in some +2 CONT >> cases. I have had the hardest time finding good published sources +2 CONT >> for French and Spanish Royalty. +2 CONT >> +2 CONT >> If you do post it to a BBS or send it around, I would appreciate +2 CONT >> it if you'd append a message to the effect that I would welcome +2 CONT >> comments and suggestions and possible sources to improve +2 CONT >> the database. +2 CONT >> +2 CONT >> Since the Royals had so many names and many titles it was difficult +2 CONT >> to "fill in the blanks" with their name. In the previous version, +2 CONT >> I included all their titles, names, monikers in the notes. +2 CONT >> +2 CONT >> Thanks for your interest. Denis Reid +0 @I1@ INDI +1 NAME Victoria /Hanover/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 24 MAY 1819 +2 PLAC Kensington,Palace,London,England +1 DEAT +2 DATE 22 JAN 1901 +2 PLAC Osborne House,Isle of Wight,England +1 BURI +2 PLAC Royal Mausoleum,Frogmore,Berkshire,England +1 REFN 1 +1 FAMS @F1@ +1 FAMC @F42@ +0 @I2@ INDI +1 NAME Albert Augustus Charles// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 26 AUG 1819 +2 PLAC Schloss Rosenau,Near Coburg,Germany +1 DEAT +2 DATE 14 DEC 1861 +2 PLAC Windsor Castle,Berkshire,England +1 BURI +2 PLAC Royal Masoleum,Frogmore,Windsor,England +1 FAMS @F1@ +1 FAMC @F43@ +0 @I3@ INDI +1 NAME Victoria Adelaide Mary// +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 21 NOV 1840 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 10 FEB 1841 +2 PLAC Throne Room,Buckingham Palac,England +1 DEAT +2 DATE 5 AUG 1901 +2 PLAC Friedrichshof,Near,Kronberg,Taunus +1 BURI +2 PLAC Friedenskirche,Potsdam +1 FAMS @F3@ +1 FAMC @F1@ +0 @I4@ INDI +1 NAME Edward_VII /Wettin/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 9 NOV 1841 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 6 MAY 1910 +2 PLAC Buckingham,Palace,London,England +1 BURI +2 DATE 20 MAY 1910 +2 PLAC Windsor,Berkshire,England +1 FAMS @F2@ +1 FAMC @F1@ +0 @I5@ INDI +1 NAME Alice Maud Mary// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 25 APR 1843 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 14 DEC 1878 +2 PLAC Darmstadt,,,Germany +1 FAMS @F8@ +1 FAMC @F1@ +0 @I6@ INDI +1 NAME Alfred Ernest Albert// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 6 AUG 1844 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 30 JUL 1900 +2 PLAC Schloss Rosenau,Near Coburg +1 FAMS @F26@ +1 FAMC @F1@ +0 @I7@ INDI +1 NAME Helena Augusta Victoria// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 25 MAY 1846 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 9 JUN 1923 +2 PLAC Schomberg House,Pall Mall,London,England +1 FAMS @F32@ +1 FAMC @F1@ +0 @I8@ INDI +1 NAME Louise Caroline Alberta// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 18 MAR 1848 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 3 DEC 1939 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Frogmore,,,England +1 FAMS @F69@ +1 FAMC @F1@ +0 @I9@ INDI +1 NAME Arthur William Patrick// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1 MAY 1850 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 16 JAN 1942 +2 PLAC Bagshot Park,Surrey +1 FAMS @F34@ +1 FAMC @F1@ +0 @I10@ INDI +1 NAME Leopold George Duncan// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 7 APR 1853 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 28 MAR 1884 +2 PLAC Cannes +1 FAMS @F5@ +1 FAMC @F1@ +0 @I11@ INDI +1 NAME Beatrice Mary Victoria// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 14 APR 1857 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 26 OCT 1944 +2 PLAC Bantridge Park,Balcombe,Sussex,England +1 FAMS @F6@ +1 FAMC @F1@ +0 @I12@ INDI +1 NAME Alexandra of_Denmark "Alix"// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1 DEC 1844 +2 PLAC Yellow Palace,Copenhagen,Denmark +1 DEAT +2 DATE 20 NOV 1925 +2 PLAC Sandringham,,Norfolk,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMS @F2@ +1 FAMC @F74@ +0 @I13@ INDI +1 NAME Albert Victor Christian// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 8 JAN 1864 +2 PLAC Frogmore House,Windsor,Berkshire,England +1 DEAT +2 DATE 14 JAN 1892 +2 PLAC Sandringham,,Norfolk,England +1 BURI +2 DATE 20 JAN 1892 +2 PLAC Windsor,Berkshire,England +1 FAMC @F2@ +0 @I14@ INDI +1 NAME George_V /Windsor/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 3 JUN 1865 +2 PLAC Marlborough Hse,London,England +1 CHR +2 DATE 7 JUL 1865 +1 DEAT +2 DATE 20 JAN 1936 +2 PLAC Sandringham,Norfolk,England +1 BURI +2 DATE 28 JAN 1936 +2 PLAC Windsor Castle,St. George Chap.,Berkshire,England +1 FAMS @F7@ +1 FAMC @F2@ +0 @I15@ INDI +1 NAME Louise Victoria Alexandra// +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 20 FEB 1867 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 4 JAN 1931 +2 PLAC Portman Square,London,England +1 FAMS @F29@ +1 FAMC @F2@ +0 @I16@ INDI +1 NAME Victoria Alexandra Olga// +1 SEX F +1 BIRT +2 DATE 6 JUL 1868 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 3 DEC 1935 +2 PLAC Coppins,Iver,Bucks,England +1 FAMC @F2@ +0 @I17@ INDI +1 NAME Maude Charlotte Mary// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 26 NOV 1869 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 20 NOV 1938 +2 PLAC London,England +1 FAMS @F21@ +1 FAMC @F2@ +0 @I18@ INDI +1 NAME John Alexander // +1 SEX M +1 BIRT +2 DATE 6 APR 1871 +1 DEAT +2 DATE 7 APR 1871 +1 FAMC @F2@ +0 @I19@ INDI +1 NAME George Victor of_Waldeck// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1889 +1 FAMS @F67@ +0 @I20@ INDI +1 NAME Frederick_III // +1 TITL German Emperor +1 SEX M +1 BIRT +2 DATE 18 OCT 1831 +2 PLAC Neues Palais,Potsdam,Germany +1 DEAT +2 DATE 15 JUN 1888 +2 PLAC Neues Palais,Potsdam,Germany +1 BURI +2 PLAC Friedenskirche,Potsdam,Germany +1 FAMS @F3@ +1 FAMC @F147@ +0 @I21@ INDI +1 NAME William_II // +1 TITL German Emperor +1 SEX M +1 BIRT +2 DATE 27 JAN 1859 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 4 JUN 1941 +2 PLAC Haus Doorn,Netherlands +1 FAMS @F136@ +1 FAMS @F146@ +1 FAMC @F3@ +0 @I22@ INDI +1 NAME Louis_IV of_Hesse // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1892 +1 FAMS @F8@ +1 FAMC @F114@ +0 @I23@ INDI +1 NAME Helena Frederica of_Waldeck// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 17 FEB 1861 +2 PLAC Arolsen +1 DEAT +2 DATE 1 SEP 1922 +2 PLAC Tyrol +1 FAMS @F5@ +1 FAMC @F67@ +0 @I24@ INDI +1 NAME Alice of_Athlone // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE JAN 1981 +1 FAMS @F38@ +1 FAMC @F5@ +0 @I25@ INDI +1 NAME Henry Maurice of_Battenberg// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1896 +1 FAMS @F6@ +1 FAMC @F109@ +0 @I26@ INDI +1 NAME Alexander of_Carisbrooke // +1 TITL Marquess +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 23 FEB 1960 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,England +1 FAMS @F142@ +1 FAMC @F6@ +0 @I27@ INDI +1 NAME Victoria Eugenie "Ena"// +1 TITL Queen of Spain +1 SEX F +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1969 +2 PLAC Lausanne +1 FAMS @F143@ +1 FAMC @F6@ +0 @I28@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1922 +1 FAMC @F6@ +0 @I29@ INDI +1 NAME Maurice // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1914 +1 FAMC @F6@ +0 @I30@ INDI +1 NAME Mary_of_Teck (May) // +1 TITL Queen +1 SEX F +1 BIRT +2 DATE 26 MAY 1867 +2 PLAC Kensington,Palace,London,England +1 DEAT +2 DATE 24 MAR 1953 +2 PLAC Marlborough Hse,London,England +1 BURI +2 DATE 31 MAR 1953 +2 PLAC St. George's,Chapel,Windsor Castle,England +1 FAMS @F7@ +1 FAMC @F41@ +0 @I31@ INDI +1 NAME Edward_VIII /Windsor/ +1 TITL Duke of Windsor +1 SEX M +1 BIRT +2 DATE 23 JUN 1894 +2 PLAC White Lodge,Richmond Park,Surrey,England +1 DEAT +2 DATE 28 MAY 1972 +2 PLAC Paris,,,France +1 BURI +2 PLAC Frogmore,Windsor,Berkshire,England +1 FAMS @F20@ +1 FAMC @F7@ +0 @I32@ INDI +1 NAME George_VI /Windsor/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 14 DEC 1895 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 6 FEB 1952 +2 PLAC Sandringham,Norfolk,England +1 BURI +2 DATE 11 MAR 1952 +2 PLAC St. George Chap.,,Windsor,England +1 FAMS @F12@ +1 FAMC @F7@ +0 @I33@ INDI +1 NAME Mary /Windsor/ +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 25 APR 1897 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 28 MAR 1965 +2 PLAC Harewood House,Yorkshire,,England +1 FAMS @F18@ +1 FAMC @F7@ +0 @I34@ INDI +1 NAME Henry William Frederick/Windsor/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 31 MAR 1900 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 1974 +1 FAMS @F19@ +1 FAMC @F7@ +0 @I35@ INDI +1 NAME George Edward Alexander/Windsor/ +1 TITL Duke of Kent +1 SEX M +1 BIRT +2 DATE 20 DEC 1902 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 25 AUG 1942 +2 PLAC Morven,,,Scotland +1 FAMS @F17@ +1 FAMC @F7@ +0 @I36@ INDI +1 NAME John Charles Francis/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 12 JUL 1905 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 18 JAN 1919 +2 PLAC Wood Farm,Wolferton,Norfolk,England +1 BURI +2 PLAC Sandringham,Norfolk,,England +1 FAMC @F7@ +0 @I37@ INDI +1 NAME Nicholas_II Alexandrovich /Romanov/ +1 TITL Tsar of Russia +1 SEX M +1 BIRT +2 DATE 18 MAY 1868 +2 PLAC Tsarskoye Selo,Pushkin,,Russia +1 DEAT +2 DATE 16 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMS @F4@ +1 FAMC @F9@ +0 @I38@ INDI +1 NAME Victoria Alberta of_Hesse// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1950 +1 FAMS @F27@ +1 FAMC @F8@ +0 @I39@ INDI +1 NAME Alexandra Fedorovna "Alix"// +1 TITL Tsarina +1 SEX F +1 BIRT +2 DATE 6 JUN 1872 +2 PLAC Darmstadt,,,Germany +1 DEAT +2 DATE 16 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMS @F4@ +1 FAMC @F8@ +0 @I40@ INDI +1 NAME Alexander_III Alexandrovich /Romanov/ +1 TITL Tsar of Russia +1 SEX M +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1 NOV 1894 +2 PLAC Livadia,Crimea,Near Yalta,Russia +1 BURI +2 DATE 19 NOV 1894 +2 PLAC Cathedral of the,Fortress of P&P,St. Petersburg,Russia +1 FAMS @F9@ +1 FAMC @F11@ +0 @I41@ INDI +1 NAME Dagmar "Marie" of_Denmark// +1 TITL Tsarina +1 SEX F +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE OCT 1928 +2 PLAC Copenhagen,,,Denmark +1 FAMS @F9@ +1 FAMC @F74@ +0 @I42@ INDI +1 NAME Nicholas_I /Romanov/ +1 TITL Tsar of Russia +1 SEX M +1 BIRT +2 DATE 1796 +1 DEAT +2 DATE 1855 +1 FAMS @F10@ +1 FAMC @F469@ +0 @I43@ INDI +1 NAME Charlotte of_Prussia // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1798 +1 DEAT +2 DATE 1860 +1 FAMS @F10@ +1 FAMC @F145@ +0 @I44@ INDI +1 NAME Alexander_II Nicholoevich /Romanov/ +1 TITL Tsar of Russia +1 SEX M +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 13 MAR 1881 +1 FAMS @F11@ +1 FAMS @F593@ +1 FAMC @F10@ +0 @I45@ INDI +1 NAME Marie of_Hesse- Darmstadt// +1 SEX F +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE 1880 +1 FAMS @F11@ +1 FAMC @F110@ +0 @I46@ INDI +1 NAME Olga Nicholovna /Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE NOV 1895 +2 PLAC Alexander Palace,Tsarskoe Selo,,Russia +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F4@ +0 @I47@ INDI +1 NAME Tatiana Nicholovna // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE JUN 1897 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F4@ +0 @I48@ INDI +1 NAME Maria Nicholovna /Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE MAY 1899 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F4@ +0 @I49@ INDI +1 NAME Anastasia Nicholovna /Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE JUN 1901 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F4@ +0 @I50@ INDI +1 NAME Alexis Nicolaievich /Romanov/ +1 TITL Tsarevich +1 SEX M +1 BIRT +2 DATE 12 AUG 1904 +2 PLAC Peterhof,Near,St. Petersburg,Russia +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F4@ +0 @I51@ INDI +1 NAME Elizabeth Angela Marguerite/Bowes-Lyon/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 4 AUG 1900 +2 PLAC ,,London,England +1 CHR +2 DATE 23 SEP 1900 +1 FAMS @F12@ +1 FAMC @F46@ +0 @I52@ INDI +1 NAME Elizabeth_II Alexandra Mary/Windsor/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 21 APR 1926 +2 PLAC 17 Bruton St.,London,W1,England +1 FAMS @F14@ +1 FAMC @F12@ +0 @I53@ INDI +1 NAME Margaret Rose /Windsor/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 21 AUG 1930 +2 PLAC Glamis Castle,,Angus,Scotland +1 FAMS @F13@ +1 FAMC @F12@ +0 @I54@ INDI +1 NAME Anthony Charles Robert/Armstrong-Jones/ +1 TITL Earl of Snowdon +1 SEX M +1 BIRT +2 DATE 7 MAR 1930 +1 FAMS @F13@ +1 FAMS @F1410@ +0 @I55@ INDI +1 NAME David Albert Charles/Armstrong-Jones/ +1 TITL Vicount Linley +1 SEX M +1 BIRT +2 DATE 3 NOV 1961 +1 FAMC @F13@ +0 @I56@ INDI +1 NAME Sarah Frances Elizabeth/Armstrong-Jones/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1 MAY 1964 +1 FAMC @F13@ +0 @I57@ INDI +1 NAME Philip /Mountbatten/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 10 JUN 1921 +2 PLAC Isle of Kerkira,Mon Repos,Corfu,Greece +1 FAMS @F14@ +1 FAMC @F28@ +0 @I58@ INDI +1 NAME Charles Philip Arthur/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 14 NOV 1948 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 15 DEC 1948 +2 PLAC Buckingham,Palace,Music Room,England +1 FAMS @F16@ +1 FAMC @F14@ +0 @I59@ INDI +1 NAME Anne Elizabeth Alice/Windsor/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 15 AUG 1950 +2 PLAC Clarence House,St. James,,England +1 CHR +2 DATE 21 OCT 1950 +2 PLAC ,,,England +1 FAMS @F15@ +1 FAMC @F14@ +0 @I60@ INDI +1 NAME Andrew Albert Christian/Windsor/ +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 19 FEB 1960 +2 PLAC Belgian Suite,Buckingham,Palace,England +1 FAMS @F53@ +1 FAMC @F14@ +0 @I61@ INDI +1 NAME Edward Anthony Richard/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 10 MAR 1964 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 2 MAY 1964 +1 FAMC @F14@ +0 @I62@ INDI +1 NAME Mark Anthony Peter/Phillips/ +1 TITL Captain +1 SEX M +1 BIRT +2 DATE 22 SEP 1948 +1 FAMS @F15@ +1 FAMC @F1405@ +0 @I63@ INDI +1 NAME Peter Mark Andrew/Phillips/ +1 SEX M +1 BIRT +2 DATE 15 NOV 1977 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 22 DEC 1977 +2 PLAC Music Room,Buckingham,Palace,England +1 FAMC @F15@ +0 @I64@ INDI +1 NAME Zara Anne Elizabeth/Phillips/ +1 SEX F +1 BIRT +2 DATE 15 MAY 1981 +2 PLAC St. Marys Hosp.,Paddington,London,England +1 FAMC @F15@ +0 @I65@ INDI +1 NAME Diana Frances /Spencer/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1 JUL 1961 +2 PLAC Park House,Sandringham,Norfolk,England +1 CHR +2 PLAC Sandringham,Church,Norfolk,England +1 FAMS @F16@ +1 FAMC @F78@ +0 @I66@ INDI +1 NAME Marina of_Greece // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 30 NOV 1906 +2 PLAC Athens,Greece +1 DEAT +2 DATE 1968 +2 PLAC Kensington,Palace,,England +1 FAMS @F17@ +1 FAMC @F76@ +0 @I67@ INDI +1 NAME Edward George Nicholas/Windsor/ +1 TITL Duke of Kent +1 SEX M +1 BIRT +2 DATE 9 SEP 1935 +2 PLAC 3 Belgrave Sq.,,England +1 FAMS @F31@ +1 FAMC @F17@ +0 @I68@ INDI +1 NAME Henry George Charles/Lascelles/ +1 TITL Viscount +1 SEX M +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1947 +1 FAMS @F18@ +0 @I69@ INDI +1 NAME Alice Christabel /Montagu-Douglas/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 25 DEC 1901 +2 PLAC London,England +1 FAMS @F19@ +1 FAMC @F296@ +0 @I70@ INDI +1 NAME Bessiewallis /Warfield/ +1 SEX F +1 BIRT +2 DATE 1896 +2 PLAC ,,,U.S.A. +1 DEAT +2 DATE 24 APR 1986 +2 PLAC Paris,,,France +1 BURI +2 PLAC Frogmore,Windsor,Berkshire,England +1 FAMS @F20@ +1 FAMS @F24@ +1 FAMS @F25@ +1 FAMC @F55@ +0 @I71@ INDI +1 NAME Charles Haakon_VII // +1 TITL King of Norway +1 SEX M +1 BIRT +2 DATE 1872 +2 PLAC Charlottenlund,Denmark +1 DEAT +2 DATE 1957 +1 FAMS @F21@ +1 FAMC @F218@ +0 @I72@ INDI +1 NAME Henry of_Prussia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1929 +1 FAMS @F22@ +1 FAMC @F3@ +0 @I73@ INDI +1 NAME Sigismund // +1 SEX M +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1866 +1 FAMC @F3@ +0 @I74@ INDI +1 NAME Victoria // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1929 +1 FAMS @F138@ +1 FAMS @F442@ +1 FAMC @F3@ +0 @I75@ INDI +1 NAME Waldemar // +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1879 +1 FAMC @F3@ +0 @I76@ INDI +1 NAME Sophie of_Prussia // +1 TITL Queen of Greece +1 SEX F +1 BIRT +2 DATE 14 JUN 1870 +2 PLAC Potsdam,Germany +1 DEAT +2 DATE 13 JAN 1932 +2 PLAC Frankfurt,Germany +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMS @F139@ +1 FAMC @F3@ +0 @I77@ INDI +1 NAME Charlotte of_Saxe- Meiningen// +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1919 +1 FAMS @F137@ +1 FAMC @F3@ +0 @I78@ INDI +1 NAME Margarete of_Hesse // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1954 +1 FAMS @F140@ +1 FAMC @F3@ +0 @I79@ INDI +1 NAME Irene of_Hesse // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1953 +1 FAMS @F22@ +1 FAMC @F8@ +0 @I80@ INDI +1 NAME Waldemar // +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1945 +1 FAMC @F22@ +0 @I81@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1904 +1 FAMC @F22@ +0 @I82@ INDI +1 NAME Child_#3 // +1 SEX M +1 FAMC @F22@ +0 @I83@ INDI +1 NAME Ernest Louis of_Hesse// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1937 +1 FAMS @F49@ +1 FAMS @F157@ +1 FAMC @F8@ +0 @I84@ INDI +1 NAME Elizabeth "Ella" // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 17 JUL 1918 +2 PLAC Alapayevsk,Ural Mts.,,Russia +1 FAMS @F144@ +1 FAMC @F8@ +0 @I85@ INDI +1 NAME Mary "May" // +1 SEX F +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1878 +2 PLAC Hesse-Darmstadt,Palace,,Germany +1 FAMC @F8@ +0 @I86@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1873 +1 FAMC @F8@ +0 @I87@ INDI +1 NAME William Henry Andrew/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 18 DEC 1941 +2 PLAC Hadley Common,Hertfordshire,England +1 CHR +2 DATE 22 FEB 1942 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 DEAT +2 DATE 28 AUG 1972 +2 PLAC Near,Wolverhampton,England +1 FAMC @F19@ +0 @I88@ INDI +1 NAME Richard Alexander Walter/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 26 AUG 1944 +2 PLAC Hadley Common,Hertfordshire,England +1 CHR +2 DATE 20 OCT 1944 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMS @F23@ +1 FAMC @F19@ +0 @I89@ INDI +1 NAME Birgitte of_Denmark /von_Deurs/ +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F23@ +0 @I90@ INDI +1 NAME Alexander Patrick Gregers// +1 TITL Earl of Ulster +1 SEX M +1 BIRT +2 DATE 24 OCT 1974 +2 PLAC St. Marys Hosp.,Paddington,London,England +1 CHR +2 DATE 9 FEB 1975 +2 PLAC Barnwell Church +1 FAMC @F23@ +0 @I91@ INDI +1 NAME Earl Winfield /Spencer/ +1 TITL Jr. +1 SEX M +1 FAMS @F24@ +0 @I92@ INDI +1 NAME Ernest /Simpson/ +1 SEX M +1 FAMS @F25@ +0 @I93@ INDI +1 NAME Frances /Burke_Roche/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1936 +1 FAMS @F78@ +1 FAMS @F297@ +1 FAMC @F119@ +0 @I94@ INDI +1 NAME Marie Alexandrovna // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 17 OCT 1853 +2 PLAC St. Petersburg,,,Russia +1 DEAT +2 DATE 25 OCT 1920 +2 PLAC Zurich,,,Switzerland +1 FAMS @F26@ +1 FAMC @F11@ +0 @I95@ INDI +1 NAME Alfred // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1899 +1 FAMC @F26@ +0 @I96@ INDI +1 NAME Marie of_Saxe-Coburg and_Gotha// +1 TITL Queen of Romania +1 SEX F +1 BIRT +2 DATE 29 OCT 1875 +2 PLAC Eastwell Park,Kent,England +1 DEAT +2 DATE 10 JUL 1938 +2 PLAC Castle Pelesch,Sinaia,Romania +1 FAMS @F100@ +1 FAMC @F26@ +0 @I97@ INDI +1 NAME Victoria Melita of_Edinburgh// +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1876 +2 PLAC Malta +1 DEAT +2 DATE 1936 +1 FAMS @F49@ +1 FAMS @F213@ +1 FAMC @F26@ +0 @I98@ INDI +1 NAME Alexandra // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1942 +1 FAMS @F961@ +1 FAMC @F26@ +0 @I99@ INDI +1 NAME Beatrice // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1966 +1 FAMS @F960@ +1 FAMC @F26@ +0 @I100@ INDI +1 NAME Louis of_Battenberg // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1854 +1 DEAT +2 DATE 1921 +1 FAMS @F27@ +1 FAMC @F109@ +0 @I101@ INDI +1 NAME Alice of_Battenberg // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE ABT 1969 +2 PLAC Buckingham,Palace,London,England +1 FAMS @F28@ +1 FAMC @F27@ +0 @I102@ INDI +1 NAME George /Mountbatten/ +1 TITL Marquess +1 SEX M +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1938 +1 FAMS @F176@ +1 FAMC @F27@ +0 @I103@ INDI +1 NAME Louis of_Burma /Mountbatten/ +1 TITL Earl Mountbatten +1 SEX M +1 BIRT +2 DATE 1900 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 27 AUG 1979 +2 PLAC Donegal Bay,County Sligo,Ireland +1 FAMS @F175@ +1 FAMC @F27@ +0 @I104@ INDI +1 NAME Andrew of_Greece // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1944 +1 FAMS @F28@ +1 FAMC @F75@ +0 @I105@ INDI +1 NAME Alexander /Duff/ +1 TITL Duke of Fife +1 SEX M +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1912 +1 FAMS @F29@ +0 @I106@ INDI +1 NAME Alexandra /Windsor/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 25 DEC 1936 +1 FAMS @F30@ +1 FAMC @F17@ +0 @I107@ INDI +1 NAME Michael /Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 4 JUL 1942 +2 PLAC Coppins,,England +1 FAMS @F103@ +1 FAMC @F17@ +0 @I108@ INDI +1 NAME Angus /Ogilvy/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1928 +1 FAMS @F30@ +0 @I109@ INDI +1 NAME James Robert Bruce/Ogilvy/ +1 SEX M +1 BIRT +2 DATE 29 FEB 1964 +2 PLAC Thatched House,Lodge,,England +1 FAMS @F1411@ +1 FAMC @F30@ +0 @I110@ INDI +1 NAME Marina Victoria Alexandra/Ogilvy/ +1 SEX F +1 BIRT +2 DATE 31 JUL 1966 +2 PLAC Thatched House,Lodge,Richmond Park,England +1 FAMS @F1402@ +1 FAMC @F30@ +0 @I111@ INDI +1 NAME Katharine /Worsley/ +1 TITL Duchess of Kent +1 SEX F +1 BIRT +2 DATE 1933 +1 FAMS @F31@ +1 FAMC @F367@ +0 @I112@ INDI +1 NAME George Philip of_St._Andrews/Windsor/ +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 26 JUN 1962 +1 CHR +2 DATE 14 SEP 1962 +2 PLAC Buckingham,Palace,Music Room,England +1 FAMS @F1406@ +1 FAMC @F31@ +0 @I113@ INDI +1 NAME Helen Marina Lucy/Windsor/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 28 APR 1964 +1 CHR +2 DATE 12 MAY 1964 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMC @F31@ +0 @I114@ INDI +1 NAME Nicholas Charles Edward/Windsor/ +1 TITL Lord +1 SEX M +1 BIRT +2 DATE 25 JUL 1970 +2 PLAC Kings College,Hospital,Denmark Hill +1 CHR +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMC @F31@ +0 @I115@ INDI +1 NAME William Arthur Philip/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 21 JUN 1982 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 4 AUG 1982 +2 PLAC Music Room,Buckingham,Palace,England +1 FAMC @F16@ +0 @I116@ INDI +1 NAME Henry Charles Albert/Windsor/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 15 SEP 1984 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 FAMC @F16@ +0 @I117@ INDI +1 NAME (Frederick) Christian Charles// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1917 +1 FAMS @F32@ +0 @I118@ INDI +1 NAME Marie Louise // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1956 +1 FAMS @F33@ +1 FAMC @F32@ +0 @I119@ INDI +1 NAME Aribert of_Anhalt // +1 SEX M +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1933 +1 FAMS @F33@ +0 @I120@ INDI +1 NAME Louise Margaret of_Prussia// +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 25 JUN 1860 +2 PLAC Potsdam +1 DEAT +2 DATE 14 MAR 1917 +2 PLAC Clarence House,London,,England +1 BURI +2 PLAC Frogmore,,,England +1 FAMS @F34@ +1 FAMC @F68@ +0 @I121@ INDI +1 NAME Margaret of_Sweden // +1 TITL Crown Princess +1 SEX F +1 BIRT +2 DATE 15 JAN 1882 +2 PLAC Bagshot Park +1 DEAT +2 DATE 1 MAY 1920 +2 PLAC Stockholm,Sweden +1 FAMS @F35@ +1 FAMC @F34@ +0 @I122@ INDI +1 NAME Arthur of_Connaught // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1938 +1 FAMS @F36@ +1 FAMC @F34@ +0 @I123@ INDI +1 NAME Patricia // +1 TITL Lady Ramsay +1 SEX F +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1974 +1 FAMS @F37@ +1 FAMC @F34@ +0 @I124@ INDI +1 NAME Gustav_VI Adolf // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 11 NOV 1882 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 15 SEP 1973 +2 PLAC Helsingborg +1 BURI +2 PLAC Royal Cemetery,Haga Castle Park +1 FAMS @F35@ +1 FAMS @F77@ +1 FAMC @F155@ +0 @I125@ INDI +1 NAME Alexandra // +1 TITL Duchess of Fife +1 SEX F +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 26 FEB 1959 +1 BURI +2 PLAC Mar Lodge,Braemar,Aberdeenshire,England +1 FAMS @F36@ +1 FAMC @F29@ +0 @I126@ INDI +1 NAME Alexander /Ramsay/ +1 TITL Admiral Sir +1 SEX M +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1972 +1 FAMS @F37@ +1 FAMC @F962@ +0 @I127@ INDI +1 NAME Isabella of_France // +1 SEX F +1 BIRT +2 DATE 1292 +2 PLAC Paris +1 DEAT +2 DATE 22 AUG 1358 +2 PLAC Castle Rising,Norfolk,England +1 BURI +2 PLAC Grey Friars,Church,London,England +1 FAMS @F92@ +1 FAMC @F794@ +0 @I128@ INDI +1 NAME Issue_Unknown // +1 SEX M +0 @I129@ INDI +1 NAME Charles Edward // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1954 +1 FAMS @F141@ +1 FAMC @F5@ +0 @I130@ INDI +1 NAME George_III /Hanover/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 4 JUN 1738 +2 PLAC Norfolk-House,St. James Square,London,England +1 DEAT +2 DATE 29 JAN 1820 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC St. George Chap.,Windsor Castle,Berkshire,England +1 REFN 4 +1 FAMS @F39@ +1 FAMC @F105@ +0 @I131@ INDI +1 NAME (Sophia) Charlotte // +1 SEX F +1 BIRT +2 DATE 19 MAY 1744 +2 PLAC Mirow +1 DEAT +2 DATE 17 NOV 1818 +2 PLAC Kew Palace +1 BURI +2 PLAC St. George Chap.,Windsor,,England +1 REFN 5 +1 FAMS @F39@ +1 FAMC @F959@ +0 @I132@ INDI +1 NAME Adolphus of_Cambridge /Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1774 +1 DEAT +2 DATE 1850 +1 FAMS @F40@ +1 FAMC @F39@ +0 @I133@ INDI +1 NAME Edward Augustus /Hanover/ +1 TITL Duke of Kent +1 SEX M +1 BIRT +2 DATE 2 NOV 1767 +2 PLAC Buckingham House,,London,England +1 DEAT +2 DATE 23 JAN 1820 +2 PLAC Sidmouth,Devon,,England +1 REFN 2 +1 FAMS @F42@ +1 FAMC @F39@ +0 @I134@ INDI +1 NAME Augusta of_Hesse-Cassel // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1889 +1 FAMS @F40@ +1 FAMC @F97@ +0 @I135@ INDI +1 NAME Augusta Caroline // +1 SEX F +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1916 +1 FAMS @F89@ +1 FAMC @F40@ +0 @I136@ INDI +1 NAME Mary Adelaide "Fat_Mary"// +1 SEX F +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1897 +1 FAMS @F41@ +1 FAMC @F40@ +0 @I137@ INDI +1 NAME Francis // +1 TITL Duke of Teck +1 SEX M +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1900 +1 FAMS @F41@ +1 FAMC @F98@ +0 @I138@ INDI +1 NAME Victoria Mary Louisa// +1 SEX F +1 BIRT +2 DATE 17 AUG 1786 +2 PLAC Coburg +1 DEAT +2 DATE 16 MAR 1861 +2 PLAC Frogmore House,Windsor,,England +1 REFN 3 +1 FAMS @F1409@ +1 FAMS @F42@ +1 FAMC @F1147@ +0 @I139@ INDI +1 NAME Ernest_I of_Saxe-Coburg- Saalfeld// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 29 JAN 1844 +1 FAMS @F43@ +1 FAMS @F1368@ +1 FAMC @F1147@ +0 @I140@ INDI +1 NAME Louise of_Saxe-Coburg- Altenburg// +1 SEX F +1 BIRT +2 DATE 1800 +2 PLAC Thuringia +1 DEAT +2 DATE 1831 +2 PLAC Paris,France +1 FAMS @F43@ +0 @I141@ INDI +1 NAME George_IV /Hanover/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 12 AUG 1762 +2 PLAC ,,London,England +1 DEAT +2 DATE 26 JUN 1830 +2 PLAC Windsor Castle,Berkshire,England +1 FAMS @F44@ +1 FAMS @F45@ +1 FAMC @F39@ +0 @I142@ INDI +1 NAME Maria Anne /Fitzherbert/ +1 SEX F +1 BIRT +2 DATE 1756 +1 DEAT +2 DATE 1837 +1 FAMS @F44@ +0 @I143@ INDI +1 NAME Caroline Amelia of_Brunswick// +1 SEX F +1 BIRT +2 DATE 1768 +1 DEAT +2 DATE 1821 +1 FAMS @F45@ +1 FAMC @F501@ +0 @I144@ INDI +1 NAME Charlotte Augusta /Hanover/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 7 JAN 1796 +2 PLAC Carlton House +1 DEAT +2 DATE 6 NOV 1817 +2 PLAC Claremont House,Esher,Surrey,England +1 BURI +2 PLAC St George Chapel,Windsor,England +1 FAMS @F80@ +1 FAMC @F45@ +0 @I145@ INDI +1 NAME Claude George /Bowes-Lyon/ +1 TITL Earl of Strath. +1 SEX M +1 BIRT +2 DATE 1855 +1 DEAT +2 DATE 1944 +1 FAMS @F46@ +1 FAMC @F56@ +0 @I146@ INDI +1 NAME Cecilia Nina /Cavendish-Bentin/ +1 TITL Countess of S. +1 SEX F +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1938 +1 FAMS @F46@ +1 FAMC @F71@ +0 @I147@ INDI +1 NAME Margarita /Mountbatten/ +1 SEX F +1 BIRT +2 DATE 1905 +1 DEAT +2 DATE 1981 +1 FAMS @F166@ +1 FAMC @F28@ +0 @I148@ INDI +1 NAME Theodora /Mountbatten/ +1 SEX F +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1960 +1 FAMS @F167@ +1 FAMC @F28@ +0 @I149@ INDI +1 NAME Vladimir /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1909 +1 FAMS @F47@ +1 FAMC @F11@ +0 @I150@ INDI +1 NAME Alexis /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1908 +1 FAMC @F11@ +0 @I151@ INDI +1 NAME Serge Alexandrovich /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE FEB 1905 +1 FAMS @F144@ +1 FAMC @F11@ +0 @I152@ INDI +1 NAME Paul Alexandrovich /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE JAN 1919 +2 PLAC Fortress of,Peter and Paul,,Russia +1 FAMS @F50@ +1 FAMS @F499@ +1 FAMC @F11@ +0 @I153@ INDI +1 NAME George Alexandrovich /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE JUL 1899 +2 PLAC Abbas Tuman,Caucasus,Russia +1 BURI +2 PLAC Peter and Paul,Cathedral,,Russia +1 FAMC @F9@ +0 @I154@ INDI +1 NAME Xenia /Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1875 +1 DEAT +2 DATE 20 APR 1960 +2 PLAC London,England +1 FAMS @F51@ +1 FAMC @F9@ +0 @I155@ INDI +1 NAME Michael "Mischa" Alexandrovich/Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 10 JUL 1918 +2 PLAC Perm,,,Russia +1 FAMS @F498@ +1 FAMC @F9@ +0 @I156@ INDI +1 NAME Olga Alexandrovna /Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1 JUN 1882 +1 DEAT +2 DATE 24 NOV 1960 +2 PLAC East Toronto,Ontario,,Canada +1 BURI +2 DATE 30 NOV 1960 +2 PLAC York Cemetery,Toronto,Ontario,Canada +1 FAMS @F500@ +1 FAMS @F592@ +1 FAMC @F9@ +0 @I157@ INDI +1 NAME Marie /Pavlovna/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1854 +1 DEAT +2 DATE 1920 +1 FAMS @F47@ +1 FAMC @F1270@ +0 @I158@ INDI +1 NAME Cyril Vladimirovitch /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1938 +1 FAMS @F213@ +1 FAMC @F47@ +0 @I159@ INDI +1 NAME Boris /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1877 +1 DEAT +2 DATE 1943 +1 FAMS @F1379@ +1 FAMC @F47@ +0 @I160@ INDI +1 NAME Andrei (Andrew) Vladimirovich/Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1956 +1 FAMS @F48@ +1 FAMC @F47@ +0 @I161@ INDI +1 NAME Mathilde (Maria) /Krzesinska/ +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1971 +1 FAMS @F48@ +1 FAMC @F1380@ +0 @I162@ INDI +1 NAME Frederick William_III // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 1770 +2 PLAC Potsdam,Germany +1 DEAT +2 DATE 1840 +1 FAMS @F145@ +1 FAMS @F179@ +1 FAMC @F200@ +0 @I163@ INDI +1 NAME Alexandra of_Greece // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1891 +1 FAMS @F50@ +1 FAMC @F75@ +0 @I164@ INDI +1 NAME Dmitri Pavlovich /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1941 +2 PLAC Switzerland +1 FAMS @F511@ +1 FAMC @F50@ +0 @I165@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1918 +1 FAMS @F1267@ +1 FAMC @F112@ +0 @I166@ INDI +1 NAME Irina // +1 SEX F +1 BIRT +2 DATE 1895 +1 FAMS @F52@ +1 FAMC @F51@ +0 @I167@ INDI +1 NAME Felix /Yussoupov/ +1 SEX M +1 BIRT +2 DATE 1887 +1 FAMS @F52@ +0 @I168@ INDI +1 NAME Sarah Margaret /Ferguson/ +1 TITL Duchess of York +1 SEX F +1 BIRT +2 DATE 15 OCT 1959 +2 PLAC 27 Welbech St.,Marylebone,London,England +1 FAMS @F53@ +1 FAMC @F54@ +0 @I169@ INDI +1 NAME Ronald Ivor /Ferguson/ +1 TITL Major +1 SEX M +1 BIRT +2 DATE 1931 +1 FAMS @F54@ +1 FAMS @F1384@ +1 FAMC @F303@ +0 @I170@ INDI +1 NAME Susan Mary /Wright/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F54@ +1 FAMS @F311@ +1 FAMC @F309@ +0 @I171@ INDI +1 NAME Teackle Wallis /Warfield/ +1 SEX M +1 FAMS @F55@ +0 @I172@ INDI +1 NAME Alice /Montague/ +1 SEX F +1 FAMS @F55@ +0 @I173@ INDI +1 NAME Violet Hyacinth /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1893 +1 FAMC @F46@ +0 @I174@ INDI +1 NAME Mary Frances /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1961 +1 FAMS @F60@ +1 FAMC @F46@ +0 @I175@ INDI +1 NAME Patrick /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1949 +1 FAMS @F61@ +1 FAMC @F46@ +0 @I176@ INDI +1 NAME John Herbert /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1930 +1 FAMS @F62@ +1 FAMC @F46@ +0 @I177@ INDI +1 NAME Alexander Francis /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1911 +1 FAMC @F46@ +0 @I178@ INDI +1 NAME Fergus /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1915 +1 FAMS @F63@ +1 FAMC @F46@ +0 @I179@ INDI +1 NAME Rose /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1967 +1 FAMS @F64@ +1 FAMC @F46@ +0 @I180@ INDI +1 NAME Michael Claude /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1893 +1 DEAT +2 DATE 1953 +1 FAMS @F65@ +1 FAMC @F46@ +0 @I181@ INDI +1 NAME David /Bowes-Lyon/ +1 TITL Sir +1 SEX M +1 BIRT +2 DATE 2 MAY 1902 +1 DEAT +2 DATE 1961 +2 PLAC Birkhall +1 FAMS @F66@ +1 FAMC @F46@ +0 @I182@ INDI +1 NAME Claude /Bowes-Lyon/ +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE FEB 1904 +1 FAMS @F56@ +1 FAMC @F57@ +0 @I183@ INDI +1 NAME Frances Dora /Smith/ +1 SEX F +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1922 +1 FAMS @F56@ +1 FAMC @F117@ +0 @I184@ INDI +1 NAME Thomas /Lyon-Bowes/ +1 SEX M +1 BIRT +2 DATE 1773 +1 DEAT +2 DATE 1846 +1 FAMS @F57@ +1 FAMC @F58@ +0 @I185@ INDI +1 NAME Mary /Carpenter/ +1 SEX F +1 FAMS @F57@ +0 @I186@ INDI +1 NAME Thomas George /Lyon-Bowes/ +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1865 +1 FAMC @F57@ +0 @I187@ INDI +1 NAME John /Lyon/ +1 SEX M +1 BIRT +2 DATE 1737 +1 DEAT +2 DATE 1776 +1 FAMS @F58@ +0 @I188@ INDI +1 NAME Mary Eleanor /Bowes/ +1 SEX F +1 BIRT +2 DATE 1749 +1 DEAT +2 DATE 1800 +1 FAMS @F58@ +1 FAMS @F59@ +0 @I189@ INDI +1 NAME John Lyon /Bowes/ +1 SEX M +1 BIRT +2 DATE 1769 +1 DEAT +2 DATE 1820 +1 FAMC @F58@ +0 @I190@ INDI +1 NAME Andrew Robinson /Stoney/ +1 SEX M +1 FAMS @F59@ +0 @I191@ INDI +1 NAME /Elphinstone/ +1 TITL Lord +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1955 +1 FAMS @F60@ +0 @I192@ INDI +1 NAME Dorothy Beatrix /Osborne/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1946 +1 FAMS @F61@ +0 @I193@ INDI +1 NAME Fenella Stuart-Forbes Trefusis/Hepburn/ +1 TITL Hon +1 SEX F +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1966 +1 FAMS @F62@ +0 @I194@ INDI +1 NAME Christian Norah /Dawson-Damer/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1959 +1 FAMS @F63@ +0 @I195@ INDI +1 NAME /Granville/ +1 TITL Lord +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1953 +1 FAMS @F64@ +0 @I196@ INDI +1 NAME Elizabeth /Cator/ +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1959 +1 FAMS @F65@ +0 @I197@ INDI +1 NAME Rachel /Clay/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1907 +1 FAMS @F66@ +0 @I198@ INDI +1 NAME Jeanne d'Albret of_France// +1 SEX F +1 FAMS @F446@ +0 @I199@ INDI +1 NAME Frederick Charles of_Prussia// +1 TITL Prince +1 SEX M +1 FAMS @F68@ +0 @I200@ INDI +1 NAME Maria Anna of_Anhalt// +1 SEX F +1 FAMS @F68@ +0 @I201@ INDI +1 NAME John /Campbell/ +1 TITL Duke of Argyll +1 SEX M +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1914 +1 FAMS @F69@ +0 @I202@ INDI +1 NAME Frederick /Hanover/ +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 16 AUG 1763 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 5 JAN 1827 +2 PLAC Rutland House,Arlington St.,London,England +1 FAMS @F185@ +1 FAMC @F39@ +0 @I203@ INDI +1 NAME William_IV Henry /Hanover/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 21 AUG 1765 +2 PLAC Buckingham House,London,England +1 DEAT +2 DATE 20 JUN 1837 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMS @F73@ +1 FAMC @F39@ +0 @I204@ INDI +1 NAME Charlotte Augusta Matilda/Hanover/ +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 29 SEP 1766 +2 PLAC Buckingham House,St. James Park,London,England +1 DEAT +2 DATE 6 OCT 1828 +2 PLAC Ludwigsburg +1 FAMS @F82@ +1 FAMC @F39@ +0 @I205@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1851 +1 FAMS @F1370@ +1 FAMC @F1147@ +0 @I206@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1799 +1 DEAT +2 DATE 1860 +1 FAMS @F1368@ +0 @I207@ INDI +1 NAME Charles /Cavendish-Bentin/ +1 TITL Reverend +1 SEX M +1 BIRT +2 DATE 1817 +1 DEAT +2 DATE 1865 +1 FAMS @F71@ +1 FAMC @F115@ +0 @I208@ INDI +1 NAME Caroline Louisa /Burnaby/ +1 SEX F +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1918 +1 FAMS @F71@ +1 FAMC @F116@ +0 @I209@ INDI +1 NAME Augusta Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 8 NOV 1768 +2 PLAC Buckingham House +1 DEAT +2 DATE 22 SEP 1840 +2 PLAC Clarence House,St. James +1 FAMC @F39@ +0 @I210@ INDI +1 NAME Elizabeth /Hanover/ +1 SEX F +1 BIRT +2 DATE 22 MAY 1770 +2 PLAC Buckingham House +1 DEAT +2 DATE 10 JAN 1840 +2 PLAC Frankfurt,-am-Main +1 FAMS @F72@ +1 FAMC @F39@ +0 @I211@ INDI +1 NAME Frederick_VI of_Hesse-Homburg // +1 TITL Landgrave +1 SEX M +1 BIRT +2 DATE 1769 +1 DEAT +2 DATE 1829 +1 FAMS @F72@ +0 @I212@ INDI +1 NAME Ernest Augustus_I /Hanover/ +1 TITL King of Hanover +1 SEX M +1 BIRT +2 DATE 5 JUN 1771 +2 PLAC Buckingham House,London,England +1 DEAT +2 DATE 18 NOV 1851 +2 PLAC Herrenhausen +1 BURI +2 PLAC Herrenhausen +1 FAMS @F83@ +1 FAMC @F39@ +0 @I213@ INDI +1 NAME Augustus Frederick /Hanover/ +1 TITL Duke of Sussex +1 SEX M +1 BIRT +2 DATE 27 JAN 1773 +2 PLAC Buckingham House +1 DEAT +2 DATE 21 APR 1843 +2 PLAC Kensington Palac +1 FAMC @F39@ +0 @I214@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 25 APR 1776 +2 PLAC Buckingham House +1 DEAT +2 DATE 30 APR 1857 +2 PLAC Gloucester House,Piccadilly,London,England +1 FAMS @F93@ +1 FAMC @F39@ +0 @I215@ INDI +1 NAME Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 2 NOV 1777 +2 PLAC Buckingham House +1 DEAT +2 DATE 27 MAY 1848 +2 PLAC Vicarage Place,Kensington +1 FAMC @F39@ +0 @I216@ INDI +1 NAME Octavius /Hanover/ +1 SEX M +1 BIRT +2 DATE 23 FEB 1779 +2 PLAC Buckingham House +1 DEAT +2 DATE 3 MAY 1783 +2 PLAC Kew Palace +1 FAMC @F39@ +0 @I217@ INDI +1 NAME Alfred /Hanover/ +1 SEX M +1 BIRT +2 DATE 22 SEP 1780 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 DEAT +2 DATE 20 AUG 1783 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 FAMC @F39@ +0 @I218@ INDI +1 NAME Amelia /Hanover/ +1 SEX F +1 BIRT +2 DATE 7 AUG 1783 +2 PLAC Royal Lodge,Windsor,Berkshire,England +1 DEAT +2 DATE 2 NOV 1810 +2 PLAC Augusta Lodge,Windsor,Berkshire,England +1 FAMC @F39@ +0 @I219@ INDI +1 NAME Adelaide Louisa Theresa// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 13 AUG 1792 +2 PLAC Meiningen +1 DEAT +2 DATE 2 DEC 1849 +2 PLAC Near Stanmore,Middlesex,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMS @F73@ +1 FAMC @F277@ +0 @I220@ INDI +1 NAME Charlotte Augusta Louisa/Hanover/ +1 SEX F +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 27 MAR 1819 +2 PLAC Furstenhof,Hanover +1 FAMC @F73@ +0 @I221@ INDI +1 NAME Elizabeth Georgiana Adelaide/Hanover/ +1 SEX F +1 BIRT +2 DATE 10 DEC 1820 +2 PLAC St. James Palac +1 DEAT +2 DATE 4 MAR 1821 +2 PLAC St. James Palac +1 FAMC @F73@ +0 @I222@ INDI +1 NAME Twin-Boy_1 // +1 SEX M +1 BIRT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 DEAT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 FAMC @F73@ +0 @I223@ INDI +1 NAME Twin-Boy_2 // +1 SEX M +1 BIRT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 DEAT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 FAMC @F73@ +0 @I224@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 1852 +1 DEAT +2 DATE 1923 +1 FAMS @F171@ +1 FAMC @F109@ +0 @I225@ INDI +1 NAME Christian_IX // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 8 APR 1818 +2 PLAC Gottorp +1 DEAT +2 DATE 29 JAN 1906 +2 PLAC Amalienborg +1 BURI +2 PLAC Roskilde,Denmark +1 FAMS @F74@ +1 FAMC @F108@ +0 @I226@ INDI +1 NAME Louise of_Hesse-Cassel // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 7 SEP 1817 +2 PLAC Cassel +1 DEAT +2 DATE 29 SEP 1898 +2 PLAC Bernstorff +1 FAMS @F74@ +1 FAMC @F96@ +0 @I227@ INDI +1 NAME William George_I of_the_Hellenes/Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 24 DEC 1845 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 18 MAR 1913 +2 PLAC Salonika +1 BURI +2 PLAC Tatoi +1 FAMS @F75@ +1 FAMC @F74@ +0 @I228@ INDI +1 NAME Olga Constantinovna // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1926 +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMS @F75@ +1 FAMC @F112@ +0 @I229@ INDI +1 NAME Nicholas of_Greece // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1938 +1 FAMS @F76@ +1 FAMC @F75@ +0 @I230@ INDI +1 NAME Child_6 // +1 SEX M +1 BIRT +2 DATE 1913 +1 FAMC @F139@ +0 @I231@ INDI +1 NAME Child_5 // +1 SEX M +1 FAMC @F139@ +0 @I232@ INDI +1 NAME Paul_I /Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 14 DEC 1901 +2 PLAC Athens,Greece +1 DEAT +2 DATE 6 MAR 1964 +2 PLAC Tatoi,Near Athens,Greece +1 BURI +2 PLAC Tatoi,Near Athens,Greece +1 FAMS @F162@ +1 FAMC @F139@ +0 @I233@ INDI +1 NAME Helen of_Greece // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 2 MAY 1896 +2 PLAC Athens,Greece +1 DEAT +2 DATE 28 NOV 1982 +2 PLAC Lausanne,Switzerland +1 FAMS @F160@ +1 FAMC @F139@ +0 @I234@ INDI +1 NAME Alexander_I /Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 1 AUG 1893 +2 PLAC Tatoi +1 DEAT +2 DATE 25 OCT 1920 +2 PLAC Athens,Greece +1 BURI +2 PLAC Tatoi +1 FAMS @F164@ +1 FAMC @F139@ +0 @I235@ INDI +1 NAME Sumner M. /Kirby/ +1 SEX F +1 DEAT +2 DATE 1945 +1 FAMS @F1381@ +0 @I236@ INDI +1 NAME Child_2 // +1 SEX M +1 FAMC @F76@ +0 @I237@ INDI +1 NAME Child_3 // +1 SEX M +1 FAMC @F76@ +0 @I238@ INDI +1 NAME Louise Alexandra /Mountbatten/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 13 JUL 1889 +2 PLAC Schloss,Heiligenberg +1 DEAT +2 DATE 7 MAR 1965 +2 PLAC Stockholm,Sweden +1 FAMS @F77@ +1 FAMC @F27@ +0 @I239@ INDI +1 NAME Edward John VIII/Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 24 JAN 1924 +2 PLAC England +1 DEAT +2 DATE 29 MAR 1992 +2 PLAC London,England +1 FAMS @F78@ +1 FAMS @F79@ +1 FAMC @F118@ +0 @I240@ INDI +1 NAME Sarah /Spencer/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1955 +1 FAMS @F301@ +1 FAMC @F78@ +0 @I241@ INDI +1 NAME Jane /Spencer/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMS @F300@ +1 FAMC @F78@ +0 @I242@ INDI +1 NAME Charles /Spencer/ +1 TITL Vicount Althorp +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMS @F1403@ +1 FAMC @F78@ +0 @I243@ INDI +1 NAME Raine of_Dartmouth /McCorquodale/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE SEP 1929 +1 FAMS @F1414@ +1 FAMS @F79@ +1 FAMC @F299@ +0 @I244@ INDI +1 NAME George Earl_of_Harewood /Lascelles/ +1 TITL Viscount +1 SEX M +1 BIRT +2 DATE 1923 +1 FAMS @F94@ +1 FAMS @F101@ +1 FAMC @F18@ +0 @I245@ INDI +1 NAME Louise Marie d'Orleans// +1 SEX F +1 BIRT +2 DATE 3 APR 1812 +2 PLAC Palermo,Italy +1 DEAT +2 DATE 11 OCT 1850 +2 PLAC Ostende +1 BURI +2 PLAC Laeken,Belgium +1 FAMS @F663@ +1 FAMC @F1187@ +0 @I246@ INDI +1 NAME Ludwig_IX of_Hesse- Darmstadt// +1 TITL Landgrave +1 SEX M +1 FAMS @F81@ +0 @I247@ INDI +1 NAME Frederick_I of_Wurttemberg // +1 TITL King +1 SEX M +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1816 +1 FAMS @F82@ +1 FAMS @F405@ +1 FAMC @F404@ +0 @I248@ INDI +1 NAME Frederica of_Mecklenburg- Strelitz// +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 2 MAR 1778 +2 PLAC Hanover,Germany +1 DEAT +2 DATE 29 JUN 1841 +2 PLAC Hanover +1 BURI +2 PLAC Herrenhausen +1 FAMS @F201@ +1 FAMS @F83@ +1 FAMC @F520@ +0 @I249@ INDI +1 NAME George_V /Hanover/ +1 TITL King of Hanover +1 SEX M +1 BIRT +2 DATE 27 MAY 1819 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 12 JUN 1878 +2 PLAC Paris,France +1 BURI +2 PLAC St George Chapel,Windsor,England +1 FAMS @F84@ +1 FAMC @F83@ +0 @I250@ INDI +1 NAME Mary of_Saxe- Altenburg// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 14 APR 1818 +2 PLAC Hildburghausen +1 DEAT +2 DATE 9 JAN 1907 +2 PLAC Gmunden,Austria +1 BURI +2 PLAC Gmunden +1 FAMS @F84@ +0 @I251@ INDI +1 NAME Ernest Augustus of_Cumberland/Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1923 +1 FAMS @F85@ +1 FAMC @F84@ +0 @I252@ INDI +1 NAME Frederica /Hanover/ +1 SEX F +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1926 +1 FAMS @F86@ +1 FAMC @F84@ +0 @I253@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1904 +1 FAMC @F84@ +0 @I254@ INDI +1 NAME Thyra of_Denmark // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1853 +1 DEAT +2 DATE 1933 +1 FAMS @F85@ +1 FAMC @F74@ +0 @I255@ INDI +1 NAME Marie Louise /Hanover/ +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1948 +1 FAMS @F397@ +1 FAMC @F85@ +0 @I256@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1912 +1 FAMC @F85@ +0 @I257@ INDI +1 NAME Alexandra /Hanover/ +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1963 +1 FAMS @F398@ +1 FAMC @F85@ +0 @I258@ INDI +1 NAME Olga /Hanover/ +1 SEX F +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1958 +1 FAMC @F85@ +0 @I259@ INDI +1 NAME Christian /Hanover/ +1 SEX M +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1901 +1 FAMC @F85@ +0 @I260@ INDI +1 NAME Rene of_Bourbon-Parma // +1 TITL Prince +1 SEX M +1 FAMS @F399@ +0 @I261@ INDI +1 NAME Alfons /Pawel-Rammingen/ +1 TITL Baron von +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1932 +1 FAMS @F86@ +0 @I262@ INDI +1 NAME George of_Cambridge // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1904 +1 FAMS @F87@ +1 FAMC @F40@ +0 @I263@ INDI +1 NAME Sarah (Louisa) /Fairbrother/ +1 SEX F +1 BIRT +2 DATE 1815/1816 +1 DEAT +2 DATE 1890 +1 FAMS @F87@ +0 @I264@ INDI +1 NAME George /FitzGeorge/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1907 +1 FAMS @F88@ +1 FAMC @F87@ +0 @I265@ INDI +1 NAME Adolphus // +1 SEX M +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1922 +1 FAMC @F87@ +0 @I266@ INDI +1 NAME Agustus // +1 SEX M +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1933 +1 FAMC @F87@ +0 @I267@ INDI +1 NAME Rosa /Baring/ +1 SEX F +1 FAMS @F88@ +0 @I268@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F88@ +0 @I269@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F88@ +0 @I270@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F88@ +0 @I271@ INDI +1 NAME Frederick William // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1904 +1 FAMS @F89@ +0 @I272@ INDI +1 NAME Adolphus Frederick_V // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1914 +1 FAMS @F90@ +1 FAMC @F89@ +0 @I273@ INDI +1 NAME Elisabeth of_Anhalt // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1933 +1 FAMS @F90@ +0 @I274@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F90@ +0 @I275@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F90@ +0 @I276@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F90@ +0 @I277@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F90@ +0 @I278@ INDI +1 NAME Adolphus 2nd // +1 TITL Duke of Teck +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1927 +1 FAMS @F91@ +1 FAMC @F41@ +0 @I279@ INDI +1 NAME Francis // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1910 +1 FAMC @F41@ +0 @I280@ INDI +1 NAME Alexander George of_Teck// +1 TITL Earl of Athlone +1 SEX M +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1957 +1 FAMS @F38@ +1 FAMC @F41@ +0 @I281@ INDI +1 NAME Margaret /Grosvenor/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1929 +1 FAMS @F91@ +0 @I282@ INDI +1 NAME George of_Cambridge // +1 TITL Marquess +1 SEX M +1 BIRT +2 DATE 1895 +1 FAMS @F666@ +1 FAMC @F91@ +0 @I283@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F91@ +0 @I284@ INDI +1 NAME Mary // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1897 +1 FAMS @F667@ +1 FAMC @F91@ +0 @I285@ INDI +1 NAME Helena // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1969 +1 FAMS @F668@ +1 FAMC @F91@ +0 @I286@ INDI +1 NAME Edward_II // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 25 APR 1284 +2 PLAC Caernarvon,Castle,Wales +1 DEAT +2 DATE 21 SEP 1327 +2 PLAC Berkeley Castle,Gloucestershire +1 BURI +2 PLAC Gloucester,Cathedral +1 FAMS @F92@ +1 FAMC @F464@ +0 @I287@ INDI +1 NAME Rupert // +1 TITL Vicount Trematon +1 SEX M +1 DEAT +2 DATE 1928 +1 FAMC @F38@ +0 @I288@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F38@ +0 @I289@ INDI +1 NAME May Cambridge // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1906 +1 FAMS @F669@ +1 FAMC @F38@ +0 @I290@ INDI +1 NAME William Frederick of_Gloucester// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1834 +1 FAMS @F93@ +1 FAMC @F279@ +0 @I291@ INDI +1 NAME Gerald /Lascelles/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1924 +1 FAMS @F95@ +1 FAMS @F102@ +1 FAMC @F18@ +0 @I292@ INDI +1 NAME Marion (Maria) Donata/Stein/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMS @F94@ +1 FAMC @F1413@ +0 @I293@ INDI +1 NAME David /Lascelles/ +1 TITL Viscount +1 SEX M +1 BIRT +2 DATE 1950 +1 FAMS @F357@ +1 FAMC @F94@ +0 @I294@ INDI +1 NAME James /Lascelles/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1953 +1 FAMS @F358@ +1 FAMC @F94@ +0 @I295@ INDI +1 NAME Jeremy /Lascelles/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1955 +1 FAMS @F359@ +1 FAMC @F94@ +0 @I296@ INDI +1 NAME Angela /Dowding/ +1 SEX F +1 BIRT +2 DATE 1919 +1 FAMS @F95@ +0 @I297@ INDI +1 NAME Henry /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1953 +1 FAMS @F368@ +1 FAMC @F95@ +0 @I298@ INDI +1 NAME William of_Hesse-Cassel // +1 TITL Landgrave +1 SEX M +1 BIRT +2 DATE 1787 +1 DEAT +2 DATE 1867 +1 FAMS @F96@ +1 FAMC @F97@ +0 @I299@ INDI +1 NAME Louise Charlotte of_Denmark// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1789 +1 DEAT +2 DATE 1864 +1 FAMS @F96@ +1 FAMC @F642@ +0 @I300@ INDI +1 NAME Other_issue // +1 SEX M +1 FAMC @F96@ +0 @I301@ INDI +1 NAME Frederick of_Hesse-Cassel // +1 TITL Landgrave +1 SEX M +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1837 +1 FAMS @F97@ +1 FAMC @F622@ +0 @I302@ INDI +1 NAME Caroline of_Nassau- Usingen// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1762 +1 DEAT +2 DATE 1823 +1 FAMS @F97@ +0 @I303@ INDI +1 NAME Alexander of_Wurttemberg // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1804 +1 DEAT +2 DATE 1885 +1 FAMS @F98@ +1 FAMC @F170@ +0 @I304@ INDI +1 NAME Claudine // +1 TITL Countess Rhedey +1 SEX F +1 BIRT +2 DATE 1814 +1 DEAT +2 DATE 1841 +1 FAMS @F98@ +0 @I305@ INDI +1 NAME Claudine // +1 TITL Princess of Teck +1 SEX F +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1894 +1 FAMC @F98@ +0 @I306@ INDI +1 NAME Amelie // +1 TITL Princess of Teck +1 SEX F +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1893 +1 FAMS @F99@ +1 FAMC @F98@ +0 @I307@ INDI +1 NAME Paul /von_Hugel/ +1 TITL Baron +1 SEX M +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1897 +1 FAMS @F99@ +0 @I308@ INDI +1 NAME Paul /von_Hugel/ +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1912 +1 FAMC @F99@ +0 @I309@ INDI +1 NAME Ferdinand_I of_Hohenzollern- Sigmaringen/Hohenzollern/ +1 TITL King of Romania +1 SEX M +1 BIRT +2 DATE 24 AUG 1865 +2 PLAC Sigmaringen,Germany +1 DEAT +2 DATE 20 JUL 1927 +2 PLAC Sinaia,Romania +1 FAMS @F100@ +1 FAMC @F416@ +0 @I310@ INDI +1 NAME Christian Victor // +1 SEX M +1 BIRT +2 DATE 1867 +1 DEAT +2 DATE 1900 +1 FAMC @F32@ +0 @I311@ INDI +1 NAME Albert of_Schleswig- Holstein// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1931 +1 FAMC @F32@ +0 @I312@ INDI +1 NAME Helena Victoria // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1948 +1 FAMC @F32@ +0 @I313@ INDI +1 NAME Frederick Harold // +1 SEX M +1 BIRT +2 DATE 12 MAY 1876 +1 DEAT +2 DATE 20 MAY 1876 +1 FAMC @F32@ +0 @I314@ INDI +1 NAME Patricia /Tuckwell/ +1 SEX F +1 BIRT +2 DATE 1923 +1 FAMS @F101@ +1 FAMS @F1412@ +0 @I315@ INDI +1 NAME Mark /Lascelles/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMC @F101@ +0 @I316@ INDI +1 NAME Elizabeth Collingwood /Colvin/ +1 SEX F +1 BIRT +2 DATE 1924 +1 FAMS @F102@ +0 @I317@ INDI +1 NAME Davina Elizabeth Alice/Windsor/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 19 NOV 1977 +1 CHR +2 PLAC Barnwell Church,,England +1 FAMC @F23@ +0 @I318@ INDI +1 NAME Rose Victoria Birgitte/Windsor/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1 MAR 1980 +2 PLAC St. Marys Hosp.,Paddington,England +1 CHR +2 DATE 13 JUL 1980 +2 PLAC Barnwell Church,,England +1 FAMC @F23@ +0 @I319@ INDI +1 NAME Marie-Christine /von_Reibnitz/ +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 15 JAN 1945 +2 PLAC Czechoslovakia +1 FAMS @F295@ +1 FAMS @F103@ +0 @I320@ INDI +1 NAME Frederick /Windsor/ +1 TITL Lord +1 SEX M +1 BIRT +2 DATE 6 APR 1979 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 11 JUL 1979 +2 PLAC Chapel Royal,St. James Palace,England +1 FAMC @F103@ +0 @I321@ INDI +1 NAME George_II /Hanover/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 30 OCT 1683 +2 PLAC Herrenhausen,Palace,Hannover,Germany +1 DEAT +2 DATE 25 OCT 1760 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 REFN 16 +1 FAMS @F104@ +1 FAMC @F106@ +0 @I322@ INDI +1 NAME Caroline of_Ansbach // +1 SEX F +1 BIRT +2 DATE 1683 +1 DEAT +2 DATE 1737 +1 REFN 17 +1 FAMS @F104@ +1 FAMC @F661@ +0 @I323@ INDI +1 NAME Frederick Louis /Hanover/ +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 31 JAN 1701 +2 PLAC Hanover +1 DEAT +2 DATE 31 MAR 1751 +2 PLAC Leicester-House,,London,England +1 REFN 8 +1 FAMS @F105@ +1 FAMC @F104@ +0 @I324@ INDI +1 NAME Anne /Hanover/ +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 2 NOV 1709 +2 PLAC Herrenhausen +1 DEAT +2 DATE 12 JAN 1759 +2 PLAC The Hague +1 FAMS @F238@ +1 FAMC @F104@ +0 @I325@ INDI +1 NAME Amelia Sophia Eleanor/Hanover/ +1 SEX F +1 BIRT +2 DATE 10 JUL 1711 +2 PLAC Herrenhausen +1 DEAT +2 DATE 31 OCT 1786 +2 PLAC Cavendish Square,,London,England +1 FAMC @F104@ +0 @I326@ INDI +1 NAME Caroline Elizabeth /Hanover/ +1 SEX F +1 BIRT +2 DATE 21 JUN 1713 +2 PLAC Herrenhausen +1 DEAT +2 DATE 28 DEC 1757 +2 PLAC St. James Palace,,,England +1 FAMC @F104@ +0 @I327@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 20 NOV 1716 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 20 NOV 1716 +2 PLAC St. James Palace,London,England +1 FAMC @F104@ +0 @I328@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 13 NOV 1717 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 17 FEB 1718 +2 PLAC Kensington,Palace,London,England +1 FAMC @F104@ +0 @I329@ INDI +1 NAME William Augustus of_Cumberland/Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 26 APR 1721 +2 PLAC Leicester House +1 DEAT +2 DATE 31 OCT 1765 +2 PLAC London,,,England +1 FAMC @F104@ +0 @I330@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 5 MAR 1723 +2 PLAC Leicester House +1 DEAT +2 DATE 14 JAN 1772 +2 PLAC Hanau +1 FAMS @F622@ +1 FAMC @F104@ +0 @I331@ INDI +1 NAME Louisa /Hanover/ +1 SEX F +1 BIRT +2 DATE 18 DEC 1724 +2 PLAC Leicester House,London,England +1 DEAT +2 DATE 19 DEC 1751 +2 PLAC Christiansborg,Denmark +1 FAMS @F107@ +1 FAMC @F104@ +0 @I332@ INDI +1 NAME Augusta of_Saxe-Gotha // +1 SEX F +1 BIRT +2 DATE 30 NOV 1719 +2 PLAC Gotha +1 DEAT +2 DATE 8 FEB 1772 +2 PLAC Carlton House +1 REFN 9 +1 FAMS @F105@ +1 FAMC @F956@ +0 @I333@ INDI +1 NAME Augusta /Hanover/ +1 SEX F +1 BIRT +2 DATE 12 AUG 1737 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 23 MAR 1813 +2 PLAC London,England +1 FAMS @F501@ +1 FAMC @F105@ +0 @I334@ INDI +1 NAME Edward Augustus /Hanover/ +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 25 MAR 1739 +2 PLAC Norfolk House +1 DEAT +2 DATE 17 SEP 1767 +2 PLAC Monaco +1 FAMC @F105@ +0 @I335@ INDI +1 NAME Elizabeth Caroline /Hanover/ +1 SEX F +1 BIRT +2 DATE 10 JAN 1741 +1 DEAT +2 DATE 4 SEP 1759 +2 PLAC Kew Palace +1 FAMC @F105@ +0 @I336@ INDI +1 NAME Edward Henry of_Gloucester/Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 25 NOV 1743 +2 PLAC Leicester House +1 DEAT +2 DATE 25 AUG 1805 +2 PLAC Gloucester House +1 FAMS @F279@ +1 FAMC @F105@ +0 @I337@ INDI +1 NAME Henry Frederick of_Cumberland/Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 7 NOV 1745 +2 PLAC Leicester House +1 DEAT +2 DATE 18 SEP 1790 +2 PLAC London,,,England +1 FAMS @F280@ +1 FAMC @F105@ +0 @I338@ INDI +1 NAME Louisa Anne /Hanover/ +1 SEX F +1 BIRT +2 DATE 19 MAR 1749 +2 PLAC Leicester House +1 DEAT +2 DATE 13 MAY 1768 +2 PLAC Carlton House +1 FAMC @F105@ +0 @I339@ INDI +1 NAME Frederick William /Hanover/ +1 SEX M +1 BIRT +2 DATE 24 MAY 1750 +2 PLAC Leicester House +1 DEAT +2 DATE 29 DEC 1765 +2 PLAC Leicester House +1 FAMC @F105@ +0 @I340@ INDI +1 NAME Caroline Matilda /Hanover/ +1 SEX F +1 BIRT +2 DATE 22 JUL 1751 +2 PLAC Leicester House +1 DEAT +2 DATE 10 MAY 1775 +2 PLAC Celle +1 BURI +2 PLAC Celle +1 FAMS @F281@ +1 FAMC @F105@ +0 @I341@ INDI +1 NAME George_I /Hanover/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 28 MAY 1660 +2 PLAC Leineschloss,Osnabruck,Hanover,Germany +1 DEAT +2 DATE 11 JUN 1727 +2 PLAC Osnabruck +1 BURI +2 PLAC Moved in 1957 to,Herrenhausen +1 REFN 32 +1 FAMS @F106@ +1 FAMC @F266@ +0 @I342@ INDI +1 NAME Sophia Dorothea of_Celle// +1 SEX F +1 BIRT +2 DATE 10 SEP 1666 +1 DEAT +2 DATE 13 NOV 1726 +1 BURI +2 PLAC Celle +1 REFN 33 +1 FAMS @F106@ +1 FAMC @F955@ +0 @I343@ INDI +1 NAME Sophia Dorothea /Hanover/ +1 SEX F +1 BIRT +2 DATE 26 MAR 1687 +2 PLAC Hanover +1 DEAT +2 DATE 28 JUN 1757 +2 PLAC Monbijou Palace,,Berlin,Germany +1 FAMS @F435@ +1 FAMC @F106@ +0 @I344@ INDI +1 NAME Frederick_V // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 31 MAR 1723 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 14 JAN 1766 +2 PLAC Christiansborg +1 FAMS @F107@ +1 FAMS @F630@ +1 FAMC @F631@ +0 @I345@ INDI +1 NAME Frederick William of_Schleswig-// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1831 +1 FAMS @F108@ +0 @I346@ INDI +1 NAME Louise Caroline of_Hesse-Cassel// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1789 +1 DEAT +2 DATE 1867 +1 FAMS @F108@ +1 FAMC @F641@ +0 @I347@ INDI +1 NAME Alexander of_Hesse and_the_Rhine// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1888 +1 FAMS @F109@ +1 FAMC @F110@ +0 @I348@ INDI +1 NAME Julia of_Battenberg /von_Hauke/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1895 +1 FAMS @F109@ +1 FAMC @F111@ +0 @I349@ INDI +1 NAME Louis_II of_Hesse and_the_Rhine// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1777 +1 DEAT +2 DATE 1848 +1 FAMS @F110@ +1 FAMC @F1371@ +0 @I350@ INDI +1 NAME Wilhelmina of_Baden // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1836 +1 FAMS @F110@ +0 @I351@ INDI +1 NAME John Maurice /von_Hauke/ +1 TITL Count +1 SEX M +1 DEAT +2 DATE 1830 +1 FAMS @F111@ +0 @I352@ INDI +1 NAME Sophie /la_Fontaine/ +1 SEX F +1 DEAT +2 DATE 1831 +1 FAMS @F111@ +0 @I353@ INDI +1 NAME Constantine Nikolaievitch of_Russia// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1827 +1 DEAT +2 DATE 1892 +1 FAMS @F112@ +1 FAMC @F10@ +0 @I354@ INDI +1 NAME Elizabeth Alexandra of_Saxe-// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1911 +1 FAMS @F112@ +1 FAMC @F113@ +0 @I355@ INDI +1 NAME Joseph of_Saxe- Altenburg// +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1868 +1 FAMS @F113@ +0 @I356@ INDI +1 NAME Amalie of_Wurttemberg // +1 TITL Duchess +1 SEX F +1 DEAT +2 DATE 1848 +1 FAMS @F113@ +1 FAMC @F170@ +0 @I357@ INDI +1 NAME Charles of_Hesse // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1877 +1 FAMS @F114@ +1 FAMC @F110@ +0 @I358@ INDI +1 NAME Elizabeth of_Prussia // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1815 +1 DEAT +2 DATE 1885 +1 FAMS @F114@ +1 FAMC @F1235@ +0 @I359@ INDI +1 NAME Charles William Frederick/Cavendish-Bentwi/ +1 TITL Reverend +1 SEX M +1 DEAT +2 DATE 1865 +0 @I360@ INDI +1 NAME William Charles Augustus/Cavendish-Bentin/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1826 +1 FAMS @F115@ +0 @I361@ INDI +1 NAME Anne /Wellesley/ +1 SEX F +1 DEAT +2 DATE 1875 +1 FAMS @F115@ +1 FAMC @F803@ +0 @I362@ INDI +1 NAME Edwyn /Burnaby/ +1 SEX M +1 DEAT +2 DATE 1867 +1 FAMS @F116@ +0 @I363@ INDI +1 NAME Anne Caroline /Salisbury/ +1 SEX F +1 DEAT +2 DATE 1881 +1 FAMS @F116@ +0 @I364@ INDI +1 NAME Oswald /Smith/ +1 SEX M +1 DEAT +2 DATE 1863 +1 FAMS @F117@ +0 @I365@ INDI +1 NAME Henrietta Mildred /Hodgson/ +1 SEX F +1 FAMS @F117@ +0 @I366@ INDI +1 NAME Albert Edward John/Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1975 +1 FAMS @F118@ +1 FAMC @F133@ +0 @I367@ INDI +1 NAME Cynthia Elinor Beatrix/Hamilton/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1897 +1 DEAT +2 DATE 1972 +1 FAMS @F118@ +1 FAMC @F127@ +0 @I368@ INDI +1 NAME Edmund Maurice /Burke_Roche/ +1 TITL Baron Fermoy +1 SEX M +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1955 +1 FAMS @F119@ +1 FAMC @F120@ +0 @I369@ INDI +1 NAME Ruth Sylvia /Gill/ +1 SEX F +1 BIRT +2 DATE 1908 +1 FAMS @F119@ +1 FAMC @F130@ +0 @I370@ INDI +1 NAME James Boothby /Burke_Roche/ +1 TITL Baron Fermoy +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1920 +1 FAMS @F120@ +1 FAMC @F124@ +0 @I371@ INDI +1 NAME Frances Ellen /Work/ +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1947 +1 FAMS @F120@ +1 FAMC @F121@ +0 @I372@ INDI +1 NAME Frank /Work/ +1 SEX M +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1911 +1 FAMS @F121@ +1 FAMC @F123@ +0 @I373@ INDI +1 NAME Ellen /Wood/ +1 SEX F +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1877 +1 FAMS @F121@ +1 FAMC @F122@ +0 @I374@ INDI +1 NAME John /Wood/ +1 SEX M +1 DEAT +2 DATE 1847 +1 FAMS @F122@ +0 @I375@ INDI +1 NAME Ellen /Strong/ +1 SEX F +1 DEAT +2 DATE 1863 +1 FAMS @F122@ +0 @I376@ INDI +1 NAME John /Work/ +1 SEX M +1 FAMS @F123@ +0 @I377@ INDI +1 NAME Sarah /Boude/ +1 SEX F +1 FAMS @F123@ +0 @I378@ INDI +1 NAME Edmund /Burke_Roche/ +1 TITL Baron Fermoy +1 SEX M +1 BIRT +2 DATE 1815 +1 DEAT +2 DATE 1874 +1 FAMS @F124@ +1 FAMC @F126@ +0 @I379@ INDI +1 NAME Elizabeth Caroline /Boothby/ +1 SEX F +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1897 +1 FAMS @F124@ +1 FAMC @F125@ +0 @I380@ INDI +1 NAME James Brownell /Boothby/ +1 SEX M +1 DEAT +2 DATE 1850 +1 FAMS @F125@ +0 @I381@ INDI +1 NAME Charlotte /Cunningham/ +1 SEX F +1 DEAT +2 DATE 1893 +1 FAMS @F125@ +0 @I382@ INDI +1 NAME Edward /Roche/ +1 SEX M +1 DEAT +2 DATE 1855 +1 FAMS @F126@ +0 @I383@ INDI +1 NAME Margaret Honoria /Curtain/ +1 SEX F +1 DEAT +2 DATE 1862 +1 FAMS @F126@ +0 @I384@ INDI +1 NAME James Albert Edward/Hamilton/ +1 TITL Duke of Abercorn +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1953 +1 FAMS @F127@ +1 FAMC @F128@ +0 @I385@ INDI +1 NAME Rosalind Cecilia Caroline/Bingham/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1958 +1 FAMS @F127@ +1 FAMC @F129@ +0 @I386@ INDI +1 NAME James /Hamilton/ +1 TITL Duke of Abercorn +1 SEX M +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1913 +1 FAMS @F128@ +1 FAMC @F288@ +0 @I387@ INDI +1 NAME Mary Anna /Curzon-Howe/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1929 +1 FAMS @F128@ +1 FAMC @F287@ +0 @I388@ INDI +1 NAME George /Bingham/ +1 TITL Earl of Lucan +1 SEX M +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1914 +1 FAMS @F129@ +1 FAMC @F289@ +0 @I389@ INDI +1 NAME Cecilia Catherine /Gordon-Lennox/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1910 +1 FAMS @F129@ +1 FAMC @F290@ +0 @I390@ INDI +1 NAME William Smith /Gill/ +1 SEX M +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1957 +1 FAMS @F130@ +1 FAMC @F131@ +0 @I391@ INDI +1 NAME Ruth /Littlejohn/ +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1964 +1 FAMS @F130@ +1 FAMC @F132@ +0 @I392@ INDI +1 NAME Alexander Ogston /Gill/ +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1908 +1 FAMS @F131@ +1 FAMC @F291@ +0 @I393@ INDI +1 NAME Barbara Smith /Marr/ +1 SEX F +1 BIRT +2 DATE 1843 +1 FAMS @F131@ +1 FAMC @F292@ +0 @I394@ INDI +1 NAME David /Littlejohn/ +1 SEX M +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1924 +1 FAMS @F132@ +1 FAMC @F293@ +0 @I395@ INDI +1 NAME Jane /Crombie/ +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1917 +1 FAMS @F132@ +1 FAMC @F294@ +0 @I396@ INDI +1 NAME Charles Robert /Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1922 +1 FAMS @F133@ +1 FAMC @F134@ +0 @I397@ INDI +1 NAME Margaret /Baring/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1906 +1 FAMS @F133@ +1 FAMC @F135@ +0 @I398@ INDI +1 NAME Frederick /Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 1798 +1 DEAT +2 DATE 1857 +1 FAMS @F134@ +1 FAMS @F683@ +1 FAMC @F285@ +0 @I399@ INDI +1 NAME Adelaide Horatia Elizabeth/Seymour/ +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1877 +1 FAMS @F134@ +1 FAMC @F284@ +0 @I400@ INDI +1 NAME Edward Charles /Baring/ +1 TITL Baron Revelstoke +1 SEX M +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1897 +1 FAMS @F135@ +1 FAMC @F286@ +0 @I401@ INDI +1 NAME Louisa Emily Charlotte/Bulteel/ +1 SEX F +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1892 +1 FAMS @F135@ +1 FAMC @F283@ +0 @I402@ INDI +1 NAME Augusta of_Schleswig- Holstein-// +1 SEX F +1 BIRT +2 DATE 22 OCT 1858 +2 PLAC Dolzig +1 DEAT +2 DATE 11 APR 1921 +2 PLAC Haus Doorn,Netherlands +1 FAMS @F136@ +0 @I403@ INDI +1 NAME Bernard of_Saxe- Meiningen// +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1928 +1 FAMS @F137@ +0 @I404@ INDI +1 NAME Adolphus of_Schaumburg- Lippe// +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1916 +1 FAMS @F138@ +0 @I405@ INDI +1 NAME Constantine_I /Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 2 AUG 1868 +2 PLAC Athens,Greece +1 DEAT +2 DATE 11 JAN 1923 +2 PLAC Palermo,Italy +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMS @F139@ +1 FAMC @F75@ +0 @I406@ INDI +1 NAME Frederick Charles of_Hesse// +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1940 +1 FAMS @F140@ +0 @I407@ INDI +1 NAME Victoria of_Schleswig- Holstein// +1 TITL Princess +1 SEX F +1 FAMS @F141@ +0 @I408@ INDI +1 NAME Irene /Denison/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 16 JUL 1956 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,,England +1 FAMS @F142@ +1 FAMC @F966@ +0 @I409@ INDI +1 NAME Alfonso_XIII // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1941 +2 PLAC ,,Portugal +1 FAMS @F143@ +1 FAMC @F254@ +0 @I410@ INDI +1 NAME Louise of_Mecklenburg- Strelitz// +1 SEX F +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1810 +1 FAMS @F145@ +0 @I411@ INDI +1 NAME Frederick William_IV // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 15 OCT 1795 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 2 JAN 1861 +1 FAMS @F434@ +1 FAMC @F145@ +0 @I412@ INDI +1 NAME William_I of_Germany // +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 22 MAR 1797 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 9 MAR 1888 +2 PLAC Berlin,Germany +1 FAMS @F147@ +1 FAMC @F145@ +0 @I413@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1799 +1 DEAT +2 DATE 1800 +1 FAMC @F145@ +0 @I414@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1883 +1 FAMS @F184@ +1 FAMC @F145@ +0 @I415@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1766 +1 DEAT +2 DATE 1806 +1 FAMS @F1257@ +0 @I416@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1804 +1 DEAT +2 DATE 1806 +1 FAMC @F145@ +0 @I417@ INDI +1 NAME Charlemagne // +1 TITL King of Franks +1 SEX M +1 BIRT +2 DATE 2 APR 742 +2 PLAC Aachen,West Germany +1 DEAT +2 DATE 814 +1 FAMS @F182@ +1 FAMS @F664@ +1 FAMS @F1202@ +1 FAMS @F1203@ +1 FAMS @F1204@ +1 FAMC @F1225@ +0 @I418@ INDI +1 NAME Albert of_Prussia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1872 +1 FAMS @F180@ +1 FAMS @F181@ +1 FAMC @F145@ +0 @I419@ INDI +1 NAME Hermine of_Reuss // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 17 DEC 1887 +2 PLAC Greiz +1 DEAT +2 DATE 7 AUG 1947 +2 PLAC Frankfurt an der,Oder +1 FAMS @F278@ +1 FAMS @F146@ +0 @I420@ INDI +1 NAME William // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1951/1952 +1 FAMS @F186@ +1 FAMC @F136@ +0 @I421@ INDI +1 NAME Eitel Frederick // +1 SEX M +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1942/1943 +1 FAMS @F193@ +1 FAMC @F136@ +0 @I422@ INDI +1 NAME Adalbert // +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1948 +1 FAMS @F194@ +1 FAMC @F136@ +0 @I423@ INDI +1 NAME Augustus William // +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1949 +1 FAMS @F195@ +1 FAMC @F136@ +0 @I424@ INDI +1 NAME Oscar // +1 SEX M +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1958 +1 FAMS @F196@ +1 FAMC @F136@ +0 @I425@ INDI +1 NAME Joachim // +1 SEX M +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1920 +1 FAMS @F197@ +1 FAMC @F136@ +0 @I426@ INDI +1 NAME Victoria Louise of_Prussia// +1 SEX F +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1980 +1 FAMS @F198@ +1 FAMC @F136@ +0 @I427@ INDI +1 NAME Augusta of_Saxe-Weimar // +1 SEX F +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1890 +1 FAMS @F147@ +0 @I428@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1923 +1 FAMS @F148@ +1 FAMC @F147@ +0 @I429@ INDI +1 NAME Frederick of_Baden // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1907 +1 FAMS @F148@ +0 @I430@ INDI +1 NAME Alphonso of_Cavadonga // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1938 +1 FAMS @F1248@ +1 FAMS @F1249@ +1 FAMC @F143@ +0 @I431@ INDI +1 NAME Don Jamie // +1 SEX M +1 FAMC @F143@ +0 @I432@ INDI +1 NAME Don Juan of_Spain// +1 SEX M +1 BIRT +2 DATE JUN 1913 +2 PLAC San Ildefonso,,Spain +1 FAMS @F149@ +1 FAMC @F143@ +0 @I433@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMS @F1251@ +1 FAMC @F143@ +0 @I434@ INDI +1 NAME Maria de_las_Mercedes of_Bourbon// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1910 +2 PLAC Madrid,,Spain +1 FAMS @F149@ +1 FAMC @F1245@ +0 @I435@ INDI +1 NAME Juan Carlos // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1938 +1 FAMS @F152@ +1 FAMC @F149@ +0 @I436@ INDI +1 NAME Marie (Mignon) /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1961 +1 FAMS @F151@ +1 FAMC @F100@ +0 @I437@ INDI +1 NAME Elizabeth of_Romania /Hohenzollern/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 12 OCT 1894 +2 PLAC Pelesch +1 DEAT +2 DATE 14 NOV 1956 +2 PLAC Cannes,France +1 FAMS @F150@ +1 FAMC @F100@ +0 @I438@ INDI +1 NAME Carol_II /Hohenzollern/ +1 TITL King of Romania +1 SEX M +1 BIRT +2 DATE 15 OCT 1893 +2 PLAC Castle Pelesch,Sinaia,Romania +1 DEAT +2 DATE 4 APR 1953 +2 PLAC Villa Mar y Sol,Estoril,Portugal +1 FAMS @F364@ +1 FAMS @F160@ +1 FAMS @F401@ +1 FAMC @F100@ +0 @I439@ INDI +1 NAME George_II /Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 19 JUL 1890 +2 PLAC Tatoi,Near Athens,Greece +1 DEAT +2 DATE 1 APR 1947 +2 PLAC Athens,Greece +1 BURI +2 PLAC Tatoi,Near Athens,Greece +1 FAMS @F150@ +1 FAMC @F139@ +0 @I440@ INDI +1 NAME Alexander_I of_Yugoslavia // +1 TITL King +1 SEX M +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1934 +1 FAMS @F151@ +1 FAMC @F1195@ +0 @I441@ INDI +1 NAME Sophia of_Greece /Oldenburg/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F152@ +1 FAMC @F162@ +0 @I442@ INDI +1 NAME Helen // +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F152@ +0 @I443@ INDI +1 NAME Christine // +1 SEX F +1 BIRT +2 DATE 1965 +1 FAMC @F152@ +0 @I444@ INDI +1 NAME Philip of_Asturias // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F152@ +0 @I445@ INDI +1 NAME Gustav Adolf // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1947 +1 FAMS @F217@ +1 FAMC @F35@ +0 @I446@ INDI +1 NAME Erik of_Vastmanland // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1918 +1 FAMC @F155@ +0 @I447@ INDI +1 NAME Sigvard Oscar Fredrik// +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 7 JUN 1907 +1 FAMS @F1291@ +1 FAMS @F1292@ +1 FAMS @F1289@ +1 FAMC @F35@ +0 @I448@ INDI +1 NAME Bertil Gustaf Oscar// +1 TITL Prince of Sweden +1 SEX M +1 BIRT +2 DATE 28 FEB 1912 +1 FAMS @F1290@ +1 FAMC @F35@ +0 @I449@ INDI +1 NAME Carl Johan Arthur// +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 31 OCT 1916 +1 FAMS @F1293@ +1 FAMS @F1294@ +1 FAMC @F35@ +0 @I450@ INDI +1 NAME Olav_V // +1 TITL King of Norway +1 SEX M +1 BIRT +2 DATE 2 JUL 1903 +2 PLAC Appleton House,Sandringham,Norfolk,England +1 DEAT +2 DATE 17 JAN 1991 +2 PLAC Norway +1 FAMS @F153@ +1 FAMC @F21@ +0 @I451@ INDI +1 NAME Martha of_Sweden // +1 TITL Crown Princess +1 SEX F +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1954 +1 FAMS @F153@ +1 FAMC @F215@ +0 @I452@ INDI +1 NAME Harald // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 21 FEB 1937 +2 PLAC Skaugum,Near Oslo,Norway +1 FAMS @F154@ +1 FAMC @F153@ +0 @I453@ INDI +1 NAME Sonja /Haraldsen/ +1 TITL Crown Princess +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F154@ +1 FAMC @F1282@ +0 @I454@ INDI +1 NAME Martha Louise // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1971 +1 FAMC @F154@ +0 @I455@ INDI +1 NAME Haakon of_Norway /Magnus/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1973 +1 FAMC @F154@ +0 @I456@ INDI +1 NAME Gustav_V // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 16 JUN 1858 +2 PLAC Drottningholm,Near Stockholm,Sweden +1 DEAT +2 DATE 29 OCT 1950 +2 PLAC Drottningholm,Near Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F155@ +1 FAMC @F156@ +0 @I457@ INDI +1 NAME Victoria of_Baden // +1 TITL Sweden +1 SEX F +1 BIRT +2 DATE 7 AUG 1862 +2 PLAC Karlsruhe +1 DEAT +2 DATE 4 APR 1930 +2 PLAC Rome,Italy +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F155@ +0 @I458@ INDI +1 NAME Oscar_II // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 21 JAN 1829 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 8 DEC 1907 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F156@ +1 FAMC @F627@ +0 @I459@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 9 JUL 1836 +2 PLAC Biebrich +1 DEAT +2 DATE 30 DEC 1913 +2 PLAC Stockholm,Sweden +1 FAMS @F156@ +1 FAMC @F209@ +0 @I460@ INDI +1 NAME Eleonore of_Solms- Hohensolms-Lich// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE 1937 +1 FAMS @F157@ +0 @I461@ INDI +1 NAME George Donatus of_Hesse// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1937 +1 FAMS @F158@ +1 FAMC @F157@ +0 @I462@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1968 +1 FAMS @F159@ +1 FAMC @F157@ +0 @I463@ INDI +1 NAME Cecilie of_Greece /Mountbatten/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1937 +1 FAMS @F158@ +1 FAMC @F28@ +0 @I464@ INDI +1 NAME Margaret /Campbell-Geddes/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1913 +1 FAMS @F159@ +1 FAMC @F1242@ +0 @I465@ INDI +1 NAME Christopher /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1940 +1 FAMS @F1334@ +1 FAMS @F1335@ +1 FAMC @F75@ +0 @I466@ INDI +1 NAME George /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1957 +1 FAMS @F1276@ +1 FAMC @F75@ +0 @I467@ INDI +1 NAME Olga // +1 SEX F +1 FAMC @F75@ +0 @I468@ INDI +1 NAME Michael /Hohenzollern/ +1 TITL King of Romania +1 SEX M +1 BIRT +2 DATE 25 OCT 1921 +2 PLAC Pelesch,Sinaia,Romania +1 FAMS @F161@ +1 FAMC @F160@ +0 @I469@ INDI +1 NAME Anne of_Bourbon-Parma // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 18 SEP 1923 +2 PLAC Paris,France +1 FAMS @F161@ +1 FAMC @F399@ +0 @I470@ INDI +1 NAME Frederica of_Hanover /Hanover/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 18 APR 1917 +2 PLAC Blankenburg,Harz,Germany +1 DEAT +2 DATE 6 FEB 1981 +2 PLAC Madrid,Spain +1 BURI +2 PLAC Tatoi +1 FAMS @F162@ +1 FAMC @F198@ +0 @I471@ INDI +1 NAME Constantine_II /Oldenburg/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 2 JUN 1940 +2 PLAC Psychiko +1 FAMS @F163@ +1 FAMC @F162@ +0 @I472@ INDI +1 NAME Anne-Marie of_Denmark // +1 SEX F +1 BIRT +2 DATE 30 AUG 1946 +2 PLAC Copenhagen,Denmark +1 FAMS @F163@ +1 FAMC @F402@ +0 @I473@ INDI +1 NAME Aspasia /Manos/ +1 SEX F +1 BIRT +2 DATE 4 SEP 1896 +2 PLAC Athens,Greece +1 DEAT +2 DATE 7 AUG 1972 +2 PLAC Venice,Italy +1 FAMS @F164@ +1 FAMC @F403@ +0 @I474@ INDI +1 NAME Alexandra of_Greece // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1921 +1 FAMS @F165@ +1 FAMC @F164@ +0 @I475@ INDI +1 NAME Peter_II of_Yugoslavia // +1 TITL King +1 SEX M +1 BIRT +2 DATE 6 SEP 1923 +2 PLAC Belgrade +1 DEAT +2 DATE 1970 +1 FAMS @F165@ +1 FAMC @F151@ +0 @I476@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1914 +1 FAMS @F168@ +1 FAMS @F169@ +1 FAMC @F28@ +0 @I477@ INDI +1 NAME Gottfried of_Hohenlohe- Lagenburg// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1897 +1 DEAT +2 DATE 1960 +1 FAMS @F166@ +0 @I478@ INDI +1 NAME Five_children // +1 SEX M +1 FAMC @F166@ +0 @I479@ INDI +1 NAME Berthold of_Baden // +1 TITL Margrave +1 SEX M +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1963 +1 FAMS @F167@ +0 @I480@ INDI +1 NAME Four_Children // +1 SEX M +1 FAMC @F167@ +0 @I481@ INDI +1 NAME Christopher of_Hesse // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1944 +1 FAMS @F168@ +0 @I482@ INDI +1 NAME George William of_Hanover// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1915 +1 FAMS @F169@ +0 @I483@ INDI +1 NAME Eight_children // +1 SEX M +1 FAMC @F169@ +0 @I484@ INDI +1 NAME Ludwig of_Wurttemberg // +1 TITL Duke +1 SEX M +1 FAMS @F170@ +0 @I485@ INDI +1 NAME Henriette // +1 SEX F +1 FAMS @F170@ +1 FAMC @F207@ +0 @I486@ INDI +1 NAME Alexander of_Bulgaria // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1893 +1 FAMS @F172@ +1 FAMC @F109@ +0 @I487@ INDI +1 NAME Francis Joseph // +1 SEX M +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1924 +1 FAMS @F173@ +1 FAMC @F109@ +0 @I488@ INDI +1 NAME Gustav Ernst of_Erbach-Schonb// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1908 +1 FAMS @F171@ +0 @I489@ INDI +1 NAME Johanna /Loisinger/ +1 SEX F +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1951 +1 FAMS @F172@ +1 FAMC @F1236@ +0 @I490@ INDI +1 NAME Anna of_Montenegro Princess// +1 SEX F +1 FAMS @F173@ +0 @I491@ INDI +1 NAME Alexandra Alexandrovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1842 +1 DEAT +2 DATE 1849 +1 FAMC @F11@ +0 @I492@ INDI +1 NAME Nicholas Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1865 +1 FAMC @F11@ +0 @I493@ INDI +1 NAME Louis_III of_Hesse // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1877 +1 FAMS @F174@ +1 FAMS @F1234@ +1 FAMC @F110@ +0 @I494@ INDI +1 NAME Edwina /Ashley/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1960 +1 FAMS @F175@ +1 FAMC @F965@ +0 @I495@ INDI +1 NAME Mathilde // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1862 +1 FAMS @F174@ +1 FAMC @F432@ +0 @I496@ INDI +1 NAME Frederica of_Hesse- Darmstadt// +1 SEX F +1 FAMS @F520@ +0 @I497@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1900 +1 FAMS @F1240@ +1 FAMS @F1241@ +1 FAMC @F114@ +0 @I498@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE ABT 1845 +1 DEAT +2 DATE 1900 +1 FAMS @F1238@ +1 FAMC @F114@ +0 @I499@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1865 +1 FAMS @F1237@ +1 FAMC @F114@ +0 @I500@ INDI +1 NAME Patricia /Mountbatten/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1924 +1 FAMS @F177@ +1 FAMC @F175@ +0 @I501@ INDI +1 NAME Pamela /Mountbatten/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1929 +1 FAMS @F178@ +1 FAMC @F175@ +0 @I502@ INDI +1 NAME Nadejda // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1896 +1 DEAT +2 DATE 1963 +1 FAMS @F176@ +1 FAMC @F498@ +0 @I503@ INDI +1 NAME Tatiana Elizabeth /Mountbatten/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1917 +1 FAMC @F176@ +0 @I504@ INDI +1 NAME David of_Milford_Haven /Mountbatten/ +1 TITL Marquess +1 SEX M +1 BIRT +2 DATE 1919 +1 DEAT +2 DATE 14 APR 1970 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,England +1 FAMS @F963@ +1 FAMS @F964@ +1 FAMC @F176@ +0 @I505@ INDI +1 NAME John Knatchbull /Ulick/ +1 TITL Lord Brabourne +1 SEX M +1 BIRT +2 DATE 1918 +1 FAMS @F177@ +0 @I506@ INDI +1 NAME Five_children // +1 SEX M +1 FAMC @F177@ +0 @I507@ INDI +1 NAME David /Hicks/ +1 SEX M +1 BIRT +2 DATE 1928 +1 FAMS @F178@ +0 @I508@ INDI +1 NAME Two_Children // +1 SEX M +1 FAMC @F178@ +0 @I509@ INDI +1 NAME Iris /Mountbatten/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1920 +1 FAMS @F967@ +1 FAMS @F968@ +1 FAMS @F969@ +1 FAMC @F142@ +0 @I510@ INDI +1 NAME Auguste /von_Harrach/ +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1873 +1 FAMS @F179@ +0 @I511@ INDI +1 NAME Daughter Stillborn // +1 SEX F +1 FAMC @F145@ +0 @I512@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1834 +1 FAMC @F388@ +0 @I513@ INDI +1 NAME Rosalie of_Hohenau /von_Rauch/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1879 +1 FAMS @F181@ +0 @I514@ INDI +1 NAME Himiltude // +1 SEX F +1 FAMS @F182@ +0 @I515@ INDI +1 NAME Paul Frederick // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1842 +1 FAMS @F183@ +0 @I516@ INDI +1 NAME Marie of_Saxe-Weimar- Eisenach// +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1877 +1 FAMS @F184@ +0 @I517@ INDI +1 NAME Caroline of_Zweibrucken // +1 SEX F +1 FAMS @F81@ +0 @I518@ INDI +1 NAME Cecilie of_Mecklenburg- Schwerin// +1 SEX F +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1954 +1 FAMS @F186@ +0 @I519@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1940 +1 FAMS @F187@ +1 FAMC @F186@ +0 @I520@ INDI +1 NAME Louis Ferdinand of_Prussia// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1907 +1 FAMS @F188@ +1 FAMC @F186@ +0 @I521@ INDI +1 NAME Hubertus // +1 SEX M +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1950 +1 FAMS @F189@ +1 FAMS @F190@ +1 FAMC @F186@ +0 @I522@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1966 +1 FAMS @F191@ +1 FAMC @F186@ +0 @I523@ INDI +1 NAME Alexandrine // +1 SEX F +1 BIRT +2 DATE 1915 +1 DEAT +2 DATE 1980 +1 FAMC @F186@ +0 @I524@ INDI +1 NAME Cecilie // +1 SEX F +1 BIRT +2 DATE 1917 +1 DEAT +2 DATE 1975 +1 FAMS @F192@ +1 FAMC @F186@ +0 @I525@ INDI +1 NAME Dorothea /von_Salviati/ +1 SEX F +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1972 +1 FAMS @F187@ +0 @I526@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F187@ +0 @I527@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F187@ +0 @I528@ INDI +1 NAME Kira of_Russia // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1967 +1 FAMS @F188@ +1 FAMC @F213@ +0 @I529@ INDI +1 NAME Louis_XIII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 27 SEP 1601 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 14 MAY 1643 +2 PLAC Germain-en-Laye,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F521@ +1 FAMC @F271@ +0 @I530@ INDI +1 NAME Joanna of_Austria // +1 TITL Arch Duchess +1 SEX F +1 FAMS @F489@ +0 @I531@ INDI +1 NAME Francesco_I of_Tuscany Italy// +1 TITL Grand Duke +1 SEX M +1 FAMS @F489@ +0 @I532@ INDI +1 NAME Alice de_Courtenay // +1 SEX F +1 FAMS @F351@ +0 @I533@ INDI +1 NAME Aymer of_Angouleme /Taillefer/ +1 TITL Count +1 SEX M +1 FAMS @F351@ +0 @I534@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F188@ +0 @I535@ INDI +1 NAME Dau._3 // +1 SEX F +1 FAMC @F188@ +0 @I536@ INDI +1 NAME Maria-Anna /von_Humboldt/ +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMS @F189@ +0 @I537@ INDI +1 NAME Magdalene /Reuss/ +1 SEX F +1 BIRT +2 DATE 1920 +1 FAMS @F190@ +0 @I538@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F190@ +0 @I539@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F190@ +0 @I540@ INDI +1 NAME Brigid /Guinness/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1920 +1 FAMS @F191@ +0 @I541@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F191@ +0 @I542@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F191@ +0 @I543@ INDI +1 NAME Son_3 // +1 SEX M +1 FAMC @F191@ +0 @I544@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F191@ +0 @I545@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F191@ +0 @I546@ INDI +1 NAME Clyde /Harris/ +1 SEX M +1 FAMS @F192@ +0 @I547@ INDI +1 NAME Sophie Charlotte // +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1964 +1 FAMS @F193@ +0 @I548@ INDI +1 NAME Adelheid of_Saxe- Meiningen// +1 SEX F +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1971 +1 FAMS @F194@ +0 @I549@ INDI +1 NAME Alexandra of_Schleswig- // +1 SEX F +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1957 +1 FAMS @F195@ +0 @I550@ INDI +1 NAME Ina Maria /von_Bassewitz/ +1 SEX F +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1973 +1 FAMS @F196@ +0 @I551@ INDI +1 NAME Marie Auguste of_Anhalt// +1 SEX F +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1983 +1 FAMS @F197@ +0 @I552@ INDI +1 NAME Ernest Augustus of_Brunswick/Hanover/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1953 +1 FAMS @F198@ +1 FAMC @F85@ +0 @I553@ INDI +1 NAME Frederick William_II // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 25 SEP 1744 +2 PLAC Berlin +1 DEAT +2 DATE 16 DEC 1797 +2 PLAC Marmorpalais,Potsdam +1 FAMS @F199@ +1 FAMS @F200@ +1 FAMC @F205@ +0 @I554@ INDI +1 NAME Elizabeth Christine of_Brunswick// +1 SEX F +1 BIRT +2 DATE 8 NOV 1746 +2 PLAC Wolfenbuttel +1 DEAT +2 DATE 18 FEB 1840 +2 PLAC Stettin +1 FAMS @F199@ +0 @I555@ INDI +1 NAME Frederica Charlotte of_Prussia// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 7 MAY 1767 +2 PLAC Charlottenburg +1 DEAT +2 DATE 6 AUG 1820 +2 PLAC Oatlands Park,Weybridge,Surrey,England +1 FAMS @F185@ +1 FAMC @F199@ +0 @I556@ INDI +1 NAME Frederica of_Hesse- Darmstadt// +1 SEX F +1 BIRT +2 DATE 16 OCT 1751 +2 PLAC Prenzlau +1 DEAT +2 DATE 25 FEB 1805 +2 PLAC Berlin +1 FAMS @F200@ +1 FAMC @F81@ +0 @I557@ INDI +1 NAME Christine // +1 SEX F +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1773 +1 FAMC @F200@ +0 @I558@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1773 +1 DEAT +2 DATE 1796 +1 FAMS @F201@ +1 FAMC @F200@ +0 @I559@ INDI +1 NAME Wilhelmina // +1 SEX F +1 BIRT +2 DATE 18 NOV 1774 +2 PLAC Potsdam +1 DEAT +2 DATE 12 OCT 1837 +2 PLAC The Hague +1 FAMS @F202@ +1 FAMC @F200@ +0 @I560@ INDI +1 NAME Son Stillborn // +1 SEX M +1 FAMC @F200@ +0 @I561@ INDI +1 NAME Augusta // +1 SEX F +1 BIRT +2 DATE 1780 +1 DEAT +2 DATE 1841 +1 FAMS @F203@ +1 FAMC @F200@ +0 @I562@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1846 +1 FAMC @F200@ +0 @I563@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1851 +1 FAMS @F204@ +1 FAMC @F200@ +0 @I564@ INDI +1 NAME Charles of_Mecklenburg- Strelitz// +1 TITL Grand Duke +1 SEX M +1 FAMS @F520@ +0 @I565@ INDI +1 NAME William_I of_Netherlands // +1 TITL King +1 SEX M +1 BIRT +2 DATE 24 AUG 1772 +2 PLAC Oraniensaal,The Hague +1 DEAT +2 DATE 12 DEC 1843 +2 PLAC Berlin,Germany +1 FAMS @F202@ +1 FAMS @F468@ +1 FAMC @F239@ +0 @I566@ INDI +1 NAME William_II of_Hesse // +1 TITL Elector +1 SEX M +1 FAMS @F203@ +0 @I567@ INDI +1 NAME Maria Anna of_Hesse// +1 SEX F +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1846 +1 FAMS @F204@ +0 @I568@ INDI +1 NAME Augustus William // +1 SEX M +1 BIRT +2 DATE 1722 +1 DEAT +2 DATE 1758 +1 FAMS @F205@ +1 FAMC @F435@ +0 @I569@ INDI +1 NAME Louise of_Brunswick // +1 SEX F +1 BIRT +2 DATE 1722 +1 DEAT +2 DATE 1780 +1 FAMS @F205@ +0 @I570@ INDI +1 NAME Frederick Henry Charles// +1 SEX M +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1767 +1 FAMC @F205@ +0 @I571@ INDI +1 NAME Wilhelmine // +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1820 +1 FAMS @F206@ +1 FAMC @F205@ +0 @I572@ INDI +1 NAME George Charles Emil// +1 SEX M +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1759 +1 FAMC @F205@ +0 @I573@ INDI +1 NAME William_V of_Orange // +1 SEX M +1 FAMS @F206@ +0 @I574@ INDI +1 NAME Charles Christian of_Nassau-Weilb// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1735 +1 DEAT +2 DATE 1788 +1 FAMS @F207@ +0 @I575@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1743 +1 DEAT +2 DATE 1787 +1 FAMS @F207@ +1 FAMC @F238@ +0 @I576@ INDI +1 NAME Friedrich Wilhelm of_Nassau-Weilb// +1 TITL Prince +1 SEX M +1 FAMS @F208@ +1 FAMC @F207@ +0 @I577@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F208@ +0 @I578@ INDI +1 NAME Wilhelm of_Nassau // +1 TITL Duke +1 SEX M +1 FAMS @F209@ +1 FAMC @F208@ +0 @I579@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F209@ +0 @I580@ INDI +1 NAME Adolphe of_Luxembourg // +1 TITL Grand Duke +1 SEX M +1 FAMS @F210@ +1 FAMC @F209@ +0 @I581@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F210@ +0 @I582@ INDI +1 NAME Guillaume_IV of_Luxembourg // +1 TITL Grand Duke +1 SEX M +1 FAMS @F211@ +1 FAMC @F210@ +0 @I583@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F211@ +0 @I584@ INDI +1 NAME Charlotte of_Luxembourg // +1 TITL Grand Duchess +1 SEX F +1 FAMS @F212@ +1 FAMC @F211@ +0 @I585@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F212@ +0 @I586@ INDI +1 NAME Jean of_Luxembourg // +1 TITL Grand Duke +1 SEX M +1 FAMC @F212@ +0 @I587@ INDI +1 NAME Marie-Josephe de_Saxe // +1 SEX F +1 FAMS @F1185@ +0 @I588@ INDI +1 NAME Vladimir Cyrilovitch /Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 30 AUG 1917 +2 PLAC Near Borga,Finland,Finland +1 FAMS @F1381@ +1 FAMS @F214@ +1 FAMC @F213@ +0 @I589@ INDI +1 NAME Leonide Bagration- Moukhransky// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1914 +2 PLAC Tiflis +1 FAMS @F214@ +1 FAMC @F1271@ +0 @I590@ INDI +1 NAME Gaston // +1 TITL Duke of Orleans +1 SEX M +1 BIRT +2 DATE 1608 +1 DEAT +2 DATE 1660 +1 FAMS @F1372@ +1 FAMC @F271@ +0 @I591@ INDI +1 NAME James // +1 TITL Duke of Segovia +1 SEX M +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1975 +1 FAMS @F1252@ +1 FAMS @F1253@ +1 FAMC @F143@ +0 @I592@ INDI +1 NAME Dona_Maria of_Bourbon // +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F1246@ +1 FAMC @F149@ +0 @I593@ INDI +1 NAME Margarite // +1 TITL Crown Princess +1 SEX F +1 BIRT +2 DATE 1939 +1 FAMS @F1247@ +1 FAMC @F149@ +0 @I594@ INDI +1 NAME Alphonso // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 1941 +1 DEAT +2 DATE 1956 +2 PLAC ,,Portugal +1 FAMC @F149@ +0 @I595@ INDI +1 NAME Maria // +1 SEX F +1 FAMS @F255@ +1 FAMC @F170@ +0 @I596@ INDI +1 NAME Isabella /Marshal/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 9 OCT 1200 +2 PLAC Pembroke Castle +1 DEAT +2 DATE 15 JAN 1240 +2 PLAC Berkhamsted +1 FAMS @F599@ +1 FAMC @F778@ +0 @I597@ INDI +1 NAME Charles of_Sweden // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1951 +1 FAMS @F215@ +1 FAMC @F156@ +0 @I598@ INDI +1 NAME Ingeborg of_Denmark // +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1958 +1 FAMS @F215@ +1 FAMC @F218@ +0 @I599@ INDI +1 NAME Astrid of_Sweden // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 17 NOV 1905 +1 DEAT +2 DATE 29 AUG 1935 +2 PLAC Kussnacht,Switzerland +1 BURI +2 PLAC Laeken +1 FAMS @F216@ +1 FAMC @F215@ +0 @I600@ INDI +1 NAME Leopold_III // +1 TITL King of Belgium +1 SEX M +1 BIRT +2 DATE 3 NOV 1901 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 25 SEP 1983 +2 PLAC Near Brussels,Belgium +1 BURI +2 PLAC Laeken +1 FAMS @F216@ +1 FAMS @F429@ +1 FAMC @F423@ +0 @I601@ INDI +1 NAME Baudouin_I of_the_Belgians // +1 TITL King +1 SEX M +1 BIRT +2 DATE 7 SEP 1930 +2 PLAC Chateau de,Stuyvenberg +1 FAMS @F426@ +1 FAMC @F216@ +0 @I602@ INDI +1 NAME Sibylla of_Saxe-Coburg // +1 SEX F +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1971 +1 FAMS @F217@ +0 @I603@ INDI +1 NAME Carl_XVI Gustav // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 30 APR 1946 +2 PLAC Haga Castle +1 FAMS @F220@ +1 FAMC @F217@ +0 @I604@ INDI +1 NAME Frederick_VIII // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 3 JUN 1843 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 14 MAY 1912 +2 PLAC Hamburg,Germany +1 BURI +2 PLAC Roskilde,Denmark +1 FAMS @F218@ +1 FAMC @F74@ +0 @I605@ INDI +1 NAME Louise of_Sweden // +1 SEX F +1 BIRT +2 DATE 31 OCT 1851 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 20 MAR 1926 +2 PLAC Amalienborg +1 FAMS @F218@ +1 FAMC @F387@ +0 @I606@ INDI +1 NAME Christian_X // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 26 SEP 1870 +2 PLAC Charlottenlund,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 20 APR 1947 +2 PLAC Amalienborg +1 BURI +2 PLAC Roskilde,Denmark +1 FAMS @F219@ +1 FAMC @F218@ +0 @I607@ INDI +1 NAME Alexandrine of_Mecklenburg- Schwerin// +1 SEX F +1 BIRT +2 DATE 24 DEC 1879 +2 PLAC Schwerin +1 DEAT +2 DATE 28 DEC 1952 +2 PLAC Copenhagen +1 FAMS @F219@ +1 FAMC @F1278@ +0 @I608@ INDI +1 NAME Frederick_IX // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 11 MAR 1899 +2 PLAC Sorgenfri,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 14 JAN 1972 +2 PLAC Copenhagen,Denmark +1 BURI +2 PLAC Roskilde,Denmark +1 FAMS @F402@ +1 FAMC @F219@ +0 @I609@ INDI +1 NAME Alexia /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F163@ +0 @I610@ INDI +1 NAME Mergrethe_II // +1 TITL Queen of Denmark +1 SEX F +1 BIRT +2 DATE 16 APR 1940 +2 PLAC Copenhagen,Denmark +1 FAMS @F626@ +1 FAMC @F402@ +0 @I611@ INDI +1 NAME Johann Georg_II of_Anhalt-Dessau// +1 TITL Prince +1 SEX M +1 DEAT +2 DATE 1693 +1 FAMS @F221@ +0 @I612@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F221@ +0 @I613@ INDI +1 NAME Leopold_I of_Anhalt-Dessau // +1 TITL Prince +1 SEX M +1 FAMS @F244@ +1 FAMC @F221@ +0 @I614@ INDI +1 NAME Henriette Amalie // +1 SEX F +1 FAMS @F222@ +1 FAMC @F221@ +0 @I615@ INDI +1 NAME Heinrich Kasimir of_Nassau-Dietz// +1 TITL Prince +1 SEX M +1 FAMS @F222@ +0 @I616@ INDI +1 NAME John William of_Orange/Friso/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1686 +1 DEAT +2 DATE 1711 +1 FAMS @F223@ +1 FAMC @F222@ +0 @I617@ INDI +1 NAME Mary Louise // +1 SEX F +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1765 +1 FAMS @F223@ +0 @I618@ INDI +1 NAME William_IV of_Orange // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1711 +1 DEAT +2 DATE 1751 +1 FAMS @F238@ +1 FAMC @F223@ +0 @I619@ INDI +1 NAME Charlotte Amalia // +1 SEX F +1 BIRT +2 DATE 1710 +1 DEAT +2 DATE 1777 +1 FAMS @F224@ +1 FAMC @F223@ +0 @I620@ INDI +1 NAME Friedrich of_Baden-Durlach // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1703 +1 DEAT +2 DATE 1732 +1 FAMS @F224@ +0 @I621@ INDI +1 NAME Karl Friedrich of_Baden// +1 TITL Grand Duke +1 SEX M +1 FAMS @F225@ +1 FAMC @F224@ +0 @I622@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F225@ +0 @I623@ INDI +1 NAME Karl Ludwig of_Baden// +1 TITL Prince +1 SEX M +1 FAMS @F226@ +1 FAMC @F225@ +0 @I624@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F226@ +0 @I625@ INDI +1 NAME Karl of_Baden // +1 TITL Grand Duke +1 SEX M +1 FAMS @F227@ +1 FAMC @F226@ +0 @I626@ INDI +1 NAME Caroline of_Baden // +1 SEX F +1 BIRT +2 DATE 13 JUL 1776 +2 PLAC Karlsruhe +1 DEAT +2 DATE 13 NOV 1841 +2 PLAC Munich,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMS @F232@ +1 FAMC @F226@ +0 @I627@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F227@ +0 @I628@ INDI +1 NAME Marie // +1 SEX F +1 FAMS @F228@ +1 FAMC @F227@ +0 @I629@ INDI +1 NAME William Alexander of_Hamilton// +1 TITL Duke +1 SEX M +1 FAMS @F228@ +0 @I630@ INDI +1 NAME Mary // +1 SEX F +1 FAMS @F229@ +1 FAMC @F228@ +0 @I631@ INDI +1 NAME Albert_I of_Monaco // +1 TITL Prince +1 SEX M +1 FAMS @F229@ +0 @I632@ INDI +1 NAME Louis_II of_Monaco // +1 TITL Prince +1 SEX M +1 FAMS @F230@ +1 FAMC @F229@ +0 @I633@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F230@ +0 @I634@ INDI +1 NAME Charlotte // +1 SEX F +1 FAMS @F231@ +1 FAMC @F230@ +0 @I635@ INDI +1 NAME Pierre /de_Polignac/ +1 TITL Prince +1 SEX M +1 FAMS @F231@ +0 @I636@ INDI +1 NAME Rainier_III of_Monaco // +1 TITL Prince +1 SEX M +1 FAMC @F231@ +0 @I637@ INDI +1 NAME Maximilian_I Joseph /Wittelsbach/ +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 27 MAY 1756 +2 PLAC Mannheim,Germany +1 DEAT +2 DATE 13 OCT 1825 +2 PLAC Schloss,Nymphenburg,Germany +1 BURI +2 PLAC Theatinerkirche +1 FAMS @F431@ +1 FAMS @F232@ +0 @I638@ INDI +1 NAME Sophie (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1872 +1 FAMS @F233@ +1 FAMC @F232@ +0 @I639@ INDI +1 NAME Franz Karl of_Austria// +1 TITL Archduke +1 SEX M +1 FAMS @F233@ +0 @I640@ INDI +1 NAME Otto // +1 SEX M +1 FAMS @F234@ +1 FAMC @F236@ +0 @I641@ INDI +1 NAME Elisabeth Amalia // +1 SEX F +1 FAMS @F237@ +1 FAMC @F236@ +0 @I642@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F234@ +0 @I643@ INDI +1 NAME Karl_I of_Austria // +1 TITL Emperor +1 SEX M +1 FAMS @F235@ +1 FAMC @F234@ +0 @I644@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F235@ +0 @I645@ INDI +1 NAME Otto of_Austria // +1 TITL Archduke +1 SEX M +1 FAMC @F235@ +0 @I646@ INDI +1 NAME Karl Ludwig // +1 SEX M +1 FAMS @F236@ +1 FAMC @F233@ +0 @I647@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F236@ +0 @I648@ INDI +1 NAME Aloys of_Liechtenstein // +1 TITL Prince +1 SEX M +1 FAMS @F237@ +0 @I649@ INDI +1 NAME Franz_Joseph_II of_Liechtenstein // +1 TITL Prince +1 SEX M +1 FAMC @F237@ +0 @I650@ INDI +1 NAME William_V of_Orange // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1748 +1 DEAT +2 DATE 1806 +1 FAMS @F239@ +1 FAMC @F238@ +0 @I651@ INDI +1 NAME Wilhelmina // +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1820 +1 FAMS @F239@ +0 @I652@ INDI +1 NAME William_II of_Netherlands // +1 TITL King +1 SEX M +1 BIRT +2 DATE 6 DEC 1792 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 17 MAR 1849 +2 PLAC Tilburg +1 FAMS @F240@ +1 FAMC @F202@ +0 @I653@ INDI +1 NAME Frederik of_Netherlands // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1881 +1 FAMS @F388@ +1 FAMC @F202@ +0 @I654@ INDI +1 NAME Anna Pavlovna // +1 SEX F +1 BIRT +2 DATE 18 JAN 1795 +2 PLAC St. Petersburg,Russia +1 DEAT +2 DATE 1 MAR 1865 +2 PLAC The Hague +1 FAMS @F240@ +1 FAMC @F469@ +0 @I655@ INDI +1 NAME William_III of_Netherlands // +1 TITL King +1 SEX M +1 BIRT +2 DATE 19 FEB 1817 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 23 NOV 1890 +2 PLAC Het Loo +1 FAMS @F447@ +1 FAMS @F241@ +1 FAMC @F240@ +0 @I656@ INDI +1 NAME Emma of_Netherlands // +1 TITL Queen Regent +1 SEX F +1 BIRT +2 DATE 2 AUG 1858 +2 PLAC Arolsen +1 DEAT +2 DATE 20 MAR 1934 +2 PLAC The Hague +1 FAMS @F241@ +1 FAMC @F67@ +0 @I657@ INDI +1 NAME Wilhelmina of_Netherlands // +1 TITL Queen +1 SEX F +1 BIRT +2 DATE 31 AUG 1880 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 28 NOV 1962 +2 PLAC Het Loo +1 FAMS @F242@ +1 FAMC @F241@ +0 @I658@ INDI +1 NAME Henry of_Mecklenburg // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 19 APR 1876 +2 PLAC Schwerin +1 DEAT +2 DATE 3 JUL 1934 +2 PLAC The Hague,Netherlands +1 FAMS @F242@ +1 FAMC @F445@ +0 @I659@ INDI +1 NAME Juliana of_Netherlands // +1 TITL Queen +1 SEX F +1 BIRT +2 DATE 30 APR 1909 +2 PLAC The Hague,Netherlands +1 FAMS @F243@ +1 FAMC @F242@ +0 @I660@ INDI +1 NAME Bernhard of_Lippe- Biesterfeld// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 29 JUN 1911 +2 PLAC Jena +1 FAMS @F243@ +0 @I661@ INDI +1 NAME Beatrix of_Netherlands // +1 TITL Queen +1 SEX F +1 BIRT +2 DATE 31 JAN 1938 +2 PLAC Soetdijk,Palace,Netherlands +1 FAMS @F443@ +1 FAMC @F243@ +0 @I662@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F244@ +0 @I663@ INDI +1 NAME Leopold_II of_Anhalt-Dessau // +1 TITL Prince +1 SEX M +1 FAMS @F245@ +1 FAMC @F244@ +0 @I664@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F245@ +0 @I665@ INDI +1 NAME Agnes // +1 SEX F +1 FAMS @F246@ +1 FAMC @F245@ +0 @I666@ INDI +1 NAME Johann /Just/ +1 TITL Baron von Loen +1 SEX M +1 FAMS @F246@ +0 @I667@ INDI +1 NAME Agnes // +1 SEX F +1 FAMS @F247@ +1 FAMC @F246@ +0 @I668@ INDI +1 NAME Ernst von_Seherr-Thoss // +1 TITL Count +1 SEX M +1 FAMS @F247@ +0 @I669@ INDI +1 NAME Hermann von_Seherr-Thoss // +1 TITL Count +1 SEX M +1 FAMS @F248@ +1 FAMC @F247@ +0 @I670@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F248@ +0 @I671@ INDI +1 NAME Marguerite // +1 SEX F +1 FAMS @F249@ +1 FAMC @F248@ +0 @I672@ INDI +1 NAME Lajos Apponyi_de Nagy-Appony// +1 TITL Count +1 SEX M +1 FAMS @F249@ +0 @I673@ INDI +1 NAME Cyula Apponyi_de Nagy-Appony// +1 TITL Count +1 SEX M +1 FAMS @F250@ +1 FAMC @F249@ +0 @I674@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F250@ +0 @I675@ INDI +1 NAME Geraldine // +1 SEX F +1 FAMS @F251@ +1 FAMC @F250@ +0 @I676@ INDI +1 NAME Zog_I of_Albania // +1 TITL King +1 SEX M +1 FAMS @F251@ +0 @I677@ INDI +1 NAME Leka_I of_Albania // +1 TITL King +1 SEX M +1 FAMC @F251@ +0 @I678@ INDI +1 NAME Karl of_Austria // +1 TITL Archduke +1 SEX M +1 FAMS @F252@ +0 @I679@ INDI +1 NAME Henriette // +1 SEX F +1 FAMS @F252@ +0 @I680@ INDI +1 NAME Karl Ferdinand // +1 SEX M +1 FAMS @F253@ +1 FAMC @F252@ +0 @I681@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F253@ +0 @I682@ INDI +1 NAME Maria Cristina of_Austria// +1 TITL Queen of Spain +1 SEX F +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1929 +1 FAMS @F254@ +1 FAMC @F253@ +0 @I683@ INDI +1 NAME Alfonso_XII // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1857 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 1885 +1 FAMS @F1243@ +1 FAMS @F254@ +1 FAMC @F453@ +0 @I684@ INDI +1 NAME Joseph of_Austria // +1 TITL Archduke +1 SEX M +1 FAMS @F255@ +0 @I685@ INDI +1 NAME Elisabeth of_Austria // +1 TITL Archduchess +1 SEX F +1 FAMS @F256@ +1 FAMC @F255@ +0 @I686@ INDI +1 NAME Ferdinand of_Austria-Este // +1 TITL Archduke +1 SEX M +1 FAMS @F256@ +0 @I687@ INDI +1 NAME Maria Theresa // +1 SEX F +1 BIRT +2 DATE 2 JUL 1849 +2 PLAC Brunn +1 DEAT +2 DATE 3 FEB 1919 +2 PLAC Schloss,Wildenwart +1 BURI +2 PLAC Dom Church,Munich,Germany +1 FAMS @F257@ +1 FAMC @F256@ +0 @I688@ INDI +1 NAME Ludwig_III /Wittelsbach/ +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 7 JAN 1845 +2 PLAC Munich,Germany +1 DEAT +2 DATE 18 OCT 1921 +2 PLAC Sarvar,Hungary +1 FAMS @F257@ +1 FAMC @F438@ +0 @I689@ INDI +1 NAME Rupprecht of_Bavaria // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1955 +1 FAMS @F258@ +1 FAMS @F439@ +1 FAMC @F257@ +0 @I690@ INDI +1 NAME Maria Gabriele of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1912 +1 FAMS @F258@ +1 FAMC @F441@ +0 @I691@ INDI +1 NAME Albrecht (Albert) // +1 TITL Duke of Bavaria +1 SEX M +1 BIRT +2 DATE 1905 +1 FAMC @F258@ +0 @I692@ INDI +1 NAME George of_Denmark // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 2 APR 1653 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 28 OCT 1708 +2 PLAC Kensington,Palace,,England +1 FAMS @F259@ +1 FAMC @F637@ +0 @I693@ INDI +1 NAME Anne /Stuart/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 6 FEB 1665 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 1 AUG 1714 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F259@ +1 FAMC @F260@ +0 @I694@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 12 MAY 1684 +1 DEAT +2 DATE 12 MAY 1684 +1 FAMC @F259@ +0 @I695@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 2 JUN 1685 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 8 FEB 1687 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F259@ +0 @I696@ INDI +1 NAME Anne Sophia // +1 SEX F +1 BIRT +2 DATE 12 MAY 1686 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 2 FEB 1687 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F259@ +0 @I697@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 22 OCT 1687 +1 DEAT +2 DATE 22 OCT 1687 +1 FAMC @F259@ +0 @I698@ INDI +1 NAME William of_Gloucester // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 24 JUL 1689 +2 PLAC Hampton Court,Palace,England +1 DEAT +2 DATE 30 JUL 1700 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F259@ +0 @I699@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 14 OCT 1690 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 14 OCT 1690 +2 PLAC St. James Palace,London,England +1 FAMC @F259@ +0 @I700@ INDI +1 NAME George // +1 SEX M +1 BIRT +2 DATE 17 APR 1692 +2 PLAC Syon House,Brentford,Middlesex,England +1 DEAT +2 DATE 17 APR 1692 +2 PLAC Syon House,Brentford,Middlesex,England +1 FAMC @F259@ +0 @I701@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 23 MAR 1693 +2 PLAC Berkeley House,,England +1 DEAT +2 DATE 23 MAR 1693 +2 PLAC Berkeley House,,England +1 FAMC @F259@ +0 @I702@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 18 FEB 1696 +1 DEAT +2 DATE 18 FEB 1696 +1 FAMC @F259@ +0 @I703@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 20 SEP 1696 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 20 SEP 1696 +2 PLAC Windsor,Berkshire,England +1 FAMC @F259@ +0 @I704@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 15 SEP 1698 +1 DEAT +2 DATE 15 SEP 1698 +1 FAMC @F259@ +0 @I705@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 25 JAN 1700 +1 DEAT +2 DATE 25 JAN 1700 +1 FAMC @F259@ +0 @I706@ INDI +1 NAME James_II /Stuart/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 14 OCT 1633 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 SEP 1701 +2 PLAC St. Germain-,en-Laye,France +1 BURI +2 PLAC St. Germain-,en-Laye,France +1 FAMS @F260@ +1 FAMS @F261@ +1 FAMC @F270@ +0 @I707@ INDI +1 NAME Anne /Hyde/ +1 SEX F +1 BIRT +2 DATE 12 MAR 1637/1638 +2 PLAC Cranbourne Lodge,Near,Windsor,England +1 DEAT +2 DATE 31 MAR 1671 +2 PLAC St. James Palace,London,England +1 FAMS @F260@ +1 FAMC @F944@ +0 @I708@ INDI +1 NAME Charles of_Cambridge // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 22 OCT 1660 +2 PLAC Worcester House,London,England +1 DEAT +2 DATE 5 MAY 1661 +2 PLAC Whitehall +1 FAMC @F260@ +0 @I709@ INDI +1 NAME Mary_II // +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 30 APR 1662 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 28 DEC 1694 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F276@ +1 FAMC @F260@ +0 @I710@ INDI +1 NAME James of_Cambridge // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 12 JUL 1663 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 22 MAY 1667 +2 PLAC St. James Palace,London,England +1 FAMC @F260@ +0 @I711@ INDI +1 NAME Charles // +1 TITL Duke of Kendal +1 SEX M +1 BIRT +2 DATE 4 JUL 1666 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 20 JUN 1667 +2 PLAC Richmond Palace,,England +1 FAMC @F260@ +0 @I712@ INDI +1 NAME Edgar of_Cambridge // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 14 SEP 1667 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 15 NOV 1669 +2 PLAC Richmond Palace,London,England +1 FAMC @F260@ +0 @I713@ INDI +1 NAME Henrietta // +1 SEX F +1 BIRT +2 DATE 13 JAN 1669 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 15 NOV 1669 +2 PLAC St. James Palace,,England +1 FAMC @F260@ +0 @I714@ INDI +1 NAME Catherine // +1 SEX F +1 BIRT +2 DATE 9 FEB 1671 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 5 DEC 1671 +2 PLAC St. James Palace,,England +1 FAMC @F260@ +0 @I715@ INDI +1 NAME Mary Beatrice of_Modena// +1 SEX F +1 BIRT +2 DATE 25 SEP 1658 +1 DEAT +2 DATE 7 MAY 1718 +2 PLAC St. Germain-,en-Laye,France +1 BURI +2 PLAC Convent of,Chaillot,France +1 FAMS @F261@ +1 FAMC @F275@ +0 @I716@ INDI +1 NAME Catherine Laura /Stuart/ +1 SEX F +1 BIRT +2 DATE 10 JAN +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 3 OCT 1675 +2 PLAC St. James Palace,London,England +1 FAMC @F261@ +0 @I717@ INDI +1 NAME Charles of_Cambridge /Stuart/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 7 NOV 1677 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 12 DEC 1677 +2 PLAC St. James Palace,London,England +1 FAMC @F261@ +0 @I718@ INDI +1 NAME Charlotte Maria /Stuart/ +1 SEX F +1 BIRT +2 DATE 16 AUG 1682 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 OCT 1682 +2 PLAC St. James Palace,London,England +1 FAMC @F261@ +0 @I719@ INDI +1 NAME James Francis Edward/Stuart/ +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 10 JUN 1688 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 1 JAN 1766 +2 PLAC Rome,,Italy +1 FAMS @F262@ +1 FAMC @F261@ +0 @I720@ INDI +1 NAME Louisa Maria Theresa/Stuart/ +1 SEX F +1 BIRT +2 DATE 28 JUN 1692 +2 PLAC St. Germain-,en-Laye,France +1 DEAT +2 DATE 8 APR 1712 +2 PLAC St. Germain-,en-Laye,France +1 FAMC @F261@ +0 @I721@ INDI +1 NAME Maria Casimire Clementina/Sobieska/ +1 SEX F +1 BIRT +2 DATE 18 JUL 1702 +1 DEAT +2 DATE 18 JAN 1735 +2 PLAC Rome,,Italy +1 FAMS @F262@ +1 FAMC @F952@ +0 @I722@ INDI +1 NAME Charles Edward Louis/Stuart/ +1 SEX M +1 BIRT +2 DATE 31 DEC 1720 +2 PLAC Rome,,Italy +1 DEAT +2 DATE 31 JAN 1788 +2 PLAC Rome,,Italy +1 FAMS @F263@ +1 FAMC @F262@ +0 @I723@ INDI +1 NAME Henry Benedict Thomas/Stuart/ +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 6 MAR 1725 +2 PLAC Rome,,Italy +1 DEAT +2 DATE 13 JUL 1807 +2 PLAC Frascati,,Italy +1 FAMC @F262@ +0 @I724@ INDI +1 NAME Louise Maximilienne Caroline// +1 SEX F +1 BIRT +2 DATE 10 SEP 1752 +2 PLAC Mons +1 DEAT +2 DATE 29 JAN 1824 +2 PLAC Florence,,Italy +1 FAMS @F263@ +1 FAMC @F954@ +0 @I725@ INDI +1 NAME James_I /Stuart/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 19 JUN 1566 +2 PLAC Edinburgh Castle,,Scotland +1 DEAT +2 DATE 27 MAR 1625 +2 PLAC Theobalds Park,Hertfordshire,Herts,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F264@ +1 FAMC @F455@ +0 @I726@ INDI +1 NAME Anne of_Denmark // +1 SEX F +1 BIRT +2 DATE 14 OCT 1574 +2 PLAC Skanderborg,Castle +1 DEAT +2 DATE 4 MAR 1619 +2 PLAC Hampton Court,Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F264@ +1 FAMC @F268@ +0 @I727@ INDI +1 NAME Henry Frederick /Stuart/ +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 19 FEB 1594 +2 PLAC Stirling Castle +1 DEAT +2 DATE 6 NOV 1612 +2 PLAC St. James Palace,,England +1 FAMC @F264@ +0 @I728@ INDI +1 NAME Elizabeth /Stuart/ +1 SEX F +1 BIRT +2 DATE 19 AUG 1596 +2 PLAC Dunfermline +1 DEAT +2 DATE 13 FEB 1662 +2 PLAC Leicester House,London,England +1 FAMS @F265@ +1 FAMC @F264@ +0 @I729@ INDI +1 NAME Margaret /Stuart/ +1 SEX F +1 BIRT +2 DATE 24 DEC 1598 +2 PLAC Dalkeith Palace +1 DEAT +2 DATE MAR 1600 +2 PLAC Linlithgow +1 FAMC @F264@ +0 @I730@ INDI +1 NAME Charles_I /Stuart/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 19 NOV 1600 +2 PLAC Dunfermline,Scotland +1 DEAT +2 DATE 30 JAN 1649 +2 PLAC Whitehall Palace,,England +1 BURI +2 PLAC St. George's,Chapel,Windsor,England +1 FAMS @F270@ +1 FAMC @F264@ +0 @I731@ INDI +1 NAME Robert /Stuart/ +1 TITL Duke of Kintyre +1 SEX M +1 BIRT +2 DATE 18 JAN 1602 +2 PLAC Dunfermline +1 DEAT +2 DATE 27 MAY 1602 +2 PLAC Dunfermline +1 FAMC @F264@ +0 @I732@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE MAY 1603 +2 PLAC Stirling +1 DEAT +2 DATE MAY 1603 +2 PLAC Stirling +1 FAMC @F264@ +0 @I733@ INDI +1 NAME Mary /Stuart/ +1 SEX F +1 BIRT +2 DATE 8 APR 1605 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 16 SEP 1607 +2 PLAC Stanwell Park,Middlesex,England +1 FAMC @F264@ +0 @I734@ INDI +1 NAME Sophia /Stuart/ +1 SEX F +1 BIRT +2 DATE 22 JUN 1606 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 23 JUN 1606 +2 PLAC Greenwich Palace +1 FAMC @F264@ +0 @I735@ INDI +1 NAME Frederick_V of_Palatinate // +1 TITL King of Bohemia +1 SEX M +1 BIRT +2 DATE 1596 +1 DEAT +2 DATE 1632 +1 FAMS @F265@ +0 @I736@ INDI +1 NAME Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 1630 +1 DEAT +2 DATE 1714 +1 FAMS @F266@ +1 FAMC @F265@ +0 @I737@ INDI +1 NAME Frederick_II of_Denmark and_Norway// +1 TITL King +1 SEX M +1 BIRT +2 DATE 1 JUL 1534 +2 PLAC Haderslevhus +1 DEAT +2 DATE 4 APR 1588 +2 PLAC Antvorslev,Castle +1 BURI +2 PLAC Roskilde,Cathedral,Denmark +1 FAMS @F268@ +1 FAMC @F638@ +0 @I738@ INDI +1 NAME Sophia of_Mecklenburg- Gustrow// +1 SEX F +1 BIRT +2 DATE 4 SEP 1557 +2 PLAC Wismar +1 DEAT +2 DATE 4 OCT 1631 +2 PLAC Nykobing +1 FAMS @F268@ +0 @I739@ INDI +1 NAME Henrietta Maria of_France// +1 SEX F +1 BIRT +2 DATE 26 NOV 1609 +2 PLAC Hotel du Louvre,Paris,France +1 DEAT +2 DATE 31 AUG 1669 +2 PLAC Colombe,Near Paris,France +1 BURI +2 PLAC St. Denis +1 FAMS @F270@ +1 FAMC @F271@ +0 @I740@ INDI +1 NAME Henry_IV the_Great // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 13 DEC 1553 +2 PLAC Pau,Navarre,France +1 DEAT +2 DATE 14 MAY 1610 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1184@ +1 FAMS @F271@ +1 FAMC @F446@ +0 @I741@ INDI +1 NAME Marie /de'_Medici/ +1 SEX F +1 BIRT +2 DATE 1573 +1 DEAT +2 DATE 1642 +1 FAMS @F271@ +1 FAMC @F489@ +0 @I742@ INDI +1 NAME Charles James /Stuart/ +1 TITL Duke of Cornwall +1 SEX M +1 BIRT +2 DATE 13 MAY 1629 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 13 MAY 1629 +2 PLAC Greenwich Palace +1 FAMC @F270@ +0 @I743@ INDI +1 NAME Charles_II /Stuart/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 29 MAY 1630 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 FEB 1685 +2 PLAC Whitehall Palace,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F273@ +1 FAMC @F270@ +0 @I744@ INDI +1 NAME Mary /Stuart/ +1 TITL Princess Royal +1 SEX F +1 BIRT +2 DATE 4 NOV 1631 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 24 DEC 1660 +2 PLAC Whitehall Palace,,England +1 FAMS @F269@ +1 FAMC @F270@ +0 @I745@ INDI +1 NAME Elizabeth /Stuart/ +1 SEX F +1 BIRT +2 DATE 29 DEC 1635 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 8 SEP 1650 +2 PLAC Carisbrooke,Castle,Isle of Wight,England +1 FAMC @F270@ +0 @I746@ INDI +1 NAME Anne /Stuart/ +1 SEX F +1 BIRT +2 DATE 17 MAR 1637 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 5 NOV 1640 +2 PLAC Richmond Palace,,England +1 FAMC @F270@ +0 @I747@ INDI +1 NAME Catherine /Stuart/ +1 SEX F +1 BIRT +2 DATE 29 JUN 1639 +2 PLAC Whitehall Palace,,England +1 DEAT +2 DATE 29 JUN 1639 +2 PLAC Whitehall Palace,,England +1 FAMC @F270@ +0 @I748@ INDI +1 NAME Henry of_Gloucester /Stuart/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 8 JUL 1640 +2 PLAC Oatlands,Surrey,England +1 DEAT +2 DATE 13 SEP 1660 +2 PLAC Whitehall Palace +1 FAMC @F270@ +0 @I749@ INDI +1 NAME Henrietta Anne /Stuart/ +1 SEX F +1 BIRT +2 DATE 16 JUN 1644 +2 PLAC Bedford House,Exeter,England +1 DEAT +2 DATE 30 JUN 1670 +2 PLAC St. Cloud +1 FAMS @F272@ +1 FAMC @F270@ +0 @I750@ INDI +1 NAME William_II of_Orange // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1626 +1 DEAT +2 DATE 1650 +1 FAMS @F269@ +0 @I751@ INDI +1 NAME Philippe of_Orleans // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1641 +1 DEAT +2 DATE 1701 +1 FAMS @F272@ +1 FAMS @F1373@ +1 FAMC @F521@ +0 @I752@ INDI +1 NAME Catherine of_Braganza // +1 SEX F +1 BIRT +2 DATE 25 NOV 1638 +2 PLAC Vila Vicosa,Lisbon,Portugal +1 DEAT +2 DATE 31 DEC 1705 +2 PLAC Bemposta,Palace,Lisbon,Portugal +1 BURI +2 PLAC Belem +1 FAMS @F273@ +1 FAMC @F274@ +0 @I753@ INDI +1 NAME John_IV the_Fortunate // +1 TITL King of Portugal +1 SEX M +1 BIRT +2 DATE 1605 +1 DEAT +2 DATE 1656 +1 FAMS @F274@ +0 @I754@ INDI +1 NAME Luiza Maria /de_Guzman/ +1 SEX F +1 FAMS @F274@ +0 @I755@ INDI +1 NAME Alfonso_IV /d'Este/ +1 TITL Duke of Modena +1 SEX M +1 FAMS @F275@ +0 @I756@ INDI +1 NAME Laura /Mortinozzi/ +1 SEX F +1 FAMS @F275@ +0 @I757@ INDI +1 NAME William_III of_Orange /Stuart/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 14 NOV 1650 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 19 MAR 1702 +2 PLAC Kensington,Palace,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F276@ +1 FAMC @F269@ +0 @I758@ INDI +1 NAME Ernest Augustus of_Brunswick// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1629 +1 DEAT +2 DATE 1698 +1 FAMS @F266@ +0 @I759@ INDI +1 NAME George_I of_Saxe- Meiningen// +1 TITL Duke +1 SEX M +1 FAMS @F277@ +0 @I760@ INDI +1 NAME Louisa Eleonora of_Hohenlohe-// +1 TITL Princess +1 SEX F +1 FAMS @F277@ +0 @I761@ INDI +1 NAME Frederick William_I // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 14 AUG 1688 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 31 MAY 1740 +2 PLAC Potsdam,Germany +1 BURI +2 PLAC Potsdam,Germany +1 FAMS @F435@ +1 FAMC @F267@ +0 @I762@ INDI +1 NAME Maria of_Waldegrave /Walpole/ +1 TITL Countess +1 SEX F +1 DEAT +2 DATE 1790 +1 FAMS @F958@ +1 FAMS @F279@ +1 FAMC @F957@ +0 @I763@ INDI +1 NAME Anne /Horton/ +1 TITL Hon. +1 SEX F +1 DEAT +2 DATE 1808 +1 FAMS @F280@ +0 @I764@ INDI +1 NAME Christian_VII // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 29 JAN 1749 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 13 MAR 1808 +2 PLAC Rendsborg +1 FAMS @F281@ +1 FAMC @F107@ +0 @I765@ INDI +1 NAME Charles Louis // +1 TITL Elector Palatine +1 SEX M +1 DEAT +2 DATE 1680 +1 FAMS @F940@ +1 FAMC @F265@ +0 @I766@ INDI +1 NAME Rupert of_Cumberland // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1619 +1 DEAT +2 DATE 1682 +1 FAMC @F265@ +0 @I767@ INDI +1 NAME Maurice // +1 SEX M +1 DEAT +2 DATE 1654 +1 FAMC @F265@ +0 @I768@ INDI +1 NAME Edward // +1 SEX M +1 FAMS @F942@ +1 FAMC @F265@ +0 @I769@ INDI +1 NAME Charlotte /Landgrave/ +1 SEX F +1 FAMS @F940@ +1 FAMC @F941@ +0 @I770@ INDI +1 NAME Ernest Augustus // +1 TITL Duke of York +1 SEX M +1 FAMC @F266@ +0 @I771@ INDI +1 NAME Sophia Charlotte // +1 SEX F +1 BIRT +2 DATE 20 OCT 1668 +2 PLAC Schloss Iburg,Near,Osnabruck +1 DEAT +2 DATE 1 FEB 1705 +2 PLAC Hanover +1 BURI +2 PLAC Berlin,Cathedral,Germany +1 FAMS @F267@ +1 FAMC @F266@ +0 @I772@ INDI +1 NAME Frederick_I // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 11 JUL 1657 +2 PLAC Konigsberg,Prussia +1 DEAT +2 DATE 25 FEB 1713 +2 PLAC Berlin,Germany +1 FAMS @F436@ +1 FAMS @F267@ +1 FAMS @F437@ +0 @I773@ INDI +1 NAME Henry_VII /Tudor/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 28 JAN 1457 +2 PLAC Pembroke Castle,Pembrokeshire,England +1 DEAT +2 DATE 21 APR 1509 +2 PLAC Richmond Palace,Richmond Surrey,England +1 BURI +2 PLAC Henry VII Chapel,Westminster,Abbey,England +1 FAMS @F282@ +1 FAMC @F461@ +0 @I774@ INDI +1 NAME Elizabeth of_York // +1 SEX F +1 BIRT +2 DATE 11 FEB 1466 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 11 FEB 1503 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Henry VII Chapel,Westminster,Abbey,London +1 FAMS @F282@ +1 FAMC @F373@ +0 @I775@ INDI +1 NAME Arthur /Tudor/ +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 20 SEP 1486 +2 PLAC St. Swithin's,Priory,Winchester,England +1 DEAT +2 DATE 2 APR 1502 +2 PLAC Ludlow Castle +1 FAMS @F313@ +1 FAMC @F282@ +0 @I776@ INDI +1 NAME Margaret /Tudor/ +1 SEX F +1 BIRT +2 DATE 28 NOV 1489 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 18 OCT 1541 +2 PLAC Methven Castle +1 FAMS @F314@ +1 FAMS @F529@ +1 FAMS @F316@ +1 FAMC @F282@ +0 @I777@ INDI +1 NAME John Crocker /Bulteel/ +1 SEX M +1 DEAT +2 DATE 1843 +1 FAMS @F283@ +0 @I778@ INDI +1 NAME Elizabeth /Grey/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1880 +1 FAMS @F283@ +0 @I779@ INDI +1 NAME Horace Beauchamp /Seymour/ +1 TITL Sir +1 SEX M +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1856 +1 FAMS @F284@ +1 FAMC @F1019@ +0 @I780@ INDI +1 NAME Elizabeth Malet /Palk/ +1 SEX F +1 DEAT +2 DATE 1827 +1 FAMS @F284@ +0 @I781@ INDI +1 NAME George John /Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1834 +1 FAMS @F285@ +1 FAMC @F467@ +0 @I782@ INDI +1 NAME Lavinia /Bingham/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1831 +1 FAMS @F285@ +1 FAMC @F682@ +0 @I783@ INDI +1 NAME Henry /Baring/ +1 SEX M +1 DEAT +2 DATE 1848 +1 FAMS @F286@ +0 @I784@ INDI +1 NAME Cecilia Anne /Windham/ +1 SEX F +1 DEAT +2 DATE 1874 +1 FAMS @F286@ +0 @I785@ INDI +1 NAME // +1 TITL Earl Howe I +1 SEX M +1 DEAT +2 DATE 1870 +1 FAMS @F287@ +0 @I786@ INDI +1 NAME Anne /Gore/ +1 SEX F +1 DEAT +2 DATE 1877 +1 FAMS @F287@ +0 @I787@ INDI +1 NAME Louisa Jane /Russell/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1905 +1 FAMS @F288@ +1 FAMC @F675@ +0 @I788@ INDI +1 NAME // +1 TITL Duke Albercorn I +1 SEX M +1 DEAT +2 DATE 1885 +1 FAMS @F288@ +0 @I789@ INDI +1 NAME George Charles /Bingham/ +1 TITL Earl of Lucan +1 SEX M +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1888 +1 FAMS @F289@ +1 FAMC @F681@ +0 @I790@ INDI +1 NAME Anne /Brudenell/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1877 +1 FAMS @F289@ +0 @I791@ INDI +1 NAME Caroline /Paget/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1874 +1 FAMS @F290@ +0 @I792@ INDI +1 NAME Charles Lennox of_Richmond// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1860 +1 FAMS @F290@ +1 FAMC @F671@ +0 @I793@ INDI +1 NAME David /Gill/ +1 SEX M +1 FAMS @F291@ +0 @I794@ INDI +1 NAME Sarah /Ogston/ +1 SEX F +1 FAMS @F291@ +0 @I795@ INDI +1 NAME William Smith /Marr/ +1 SEX M +1 DEAT +2 DATE 1898 +1 FAMS @F292@ +0 @I796@ INDI +1 NAME Helen /Bean/ +1 SEX F +1 DEAT +2 DATE 1852 +1 FAMS @F292@ +0 @I797@ INDI +1 NAME William /Littlejohn/ +1 SEX M +1 DEAT +2 DATE 1888 +1 FAMS @F293@ +0 @I798@ INDI +1 NAME Janet /Bentley/ +1 SEX F +1 DEAT +2 DATE 1848 +1 FAMS @F293@ +0 @I799@ INDI +1 NAME James /Crombie/ +1 SEX M +1 DEAT +2 DATE 1878 +1 FAMS @F294@ +0 @I800@ INDI +1 NAME Katherine Scott /Forbes/ +1 SEX F +1 DEAT +2 DATE 1893 +1 FAMS @F294@ +0 @I801@ INDI +1 NAME Gabriella Marina Alexandra/Windsor/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 23 APR 1981 +2 PLAC ,,England +1 CHR +2 DATE 8 JUN 1981 +2 PLAC Chapel Royal,St. James Palace,England +1 FAMC @F103@ +0 @I802@ INDI +1 NAME Thomas /Troubridge/ +1 SEX M +1 FAMS @F295@ +0 @I803@ INDI +1 NAME John_Charles of_Buccleuch VII// +1 TITL Duke +1 SEX M +1 FAMS @F296@ +0 @I804@ INDI +1 NAME Peter /Shand-Kydde/ +1 SEX M +1 FAMS @F297@ +1 FAMS @F298@ +0 @I805@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F298@ +0 @I806@ INDI +1 NAME Barbara /Cartland/ +1 TITL Dame +1 SEX F +1 BIRT +2 DATE JUL 1900 +1 FAMS @F299@ +1 FAMS @F1415@ +1 FAMC @F1418@ +0 @I807@ INDI +1 NAME Robert /Fellowes/ +1 TITL Sir +1 SEX M +1 BIRT +2 DATE 1941 +1 FAMS @F300@ +1 FAMC @F302@ +0 @I808@ INDI +1 NAME Laura Jane /Fellowes/ +1 SEX F +1 BIRT +2 DATE JUL 1980 +1 FAMC @F300@ +0 @I809@ INDI +1 NAME Neil /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 1951 +1 FAMS @F301@ +0 @I810@ INDI +1 NAME William /Fellowes/ +1 TITL Sir +1 SEX M +1 FAMS @F302@ +0 @I811@ INDI +1 NAME Andrew /Ferguson/ +1 TITL Major +1 SEX M +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1966 +1 FAMS @F303@ +1 FAMC @F304@ +0 @I812@ INDI +1 NAME Marian -Scott /Montagu-Douglas-/ +1 SEX F +1 BIRT +2 DATE 1980 +1 FAMS @F303@ +1 FAMC @F1393@ +0 @I813@ INDI +1 NAME John Andrew /Ferguson/ +1 SEX M +1 FAMC @F303@ +0 @I814@ INDI +1 NAME Algernon Francis /Ferguson/ +1 TITL Brig. Gen. +1 SEX M +1 BIRT +2 DATE 1867 +1 DEAT +2 DATE 1943 +1 FAMS @F304@ +1 FAMC @F305@ +0 @I815@ INDI +1 NAME John /Ferguson/ +1 TITL Colonel +1 SEX M +1 FAMS @F305@ +1 FAMC @F306@ +0 @I816@ INDI +1 NAME Thomas /Ferguson/ +1 SEX M +1 FAMS @F306@ +1 FAMC @F307@ +0 @I817@ INDI +1 NAME Emma /Benyon/ +1 SEX F +1 FAMS @F306@ +0 @I818@ INDI +1 NAME John /Ferguson/ +1 SEX M +1 FAMS @F307@ +1 FAMC @F308@ +0 @I819@ INDI +1 NAME James /Ferguson/ +1 TITL Dr. +1 SEX M +1 DEAT +2 DATE 1789 +1 FAMS @F308@ +0 @I820@ INDI +1 NAME Fitzherbert /Wright/ +1 SEX M +1 BIRT +2 DATE 1905 +1 DEAT +2 DATE 1975 +1 FAMS @F309@ +1 FAMC @F1387@ +0 @I821@ INDI +1 NAME Doreen /Wingfield/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F309@ +1 FAMC @F1385@ +0 @I822@ INDI +1 NAME Jane Louisa /Ferguson/ +1 SEX F +1 BIRT +2 DATE 26 AUG 1957 +2 PLAC ,,England +1 FAMS @F312@ +1 FAMC @F54@ +0 @I823@ INDI +1 NAME Hector /Barrantes/ +1 SEX M +1 BIRT +2 DATE ABT 1939 +1 DEAT +2 DATE 10 AUG 1990 +2 PLAC Buenos Aires,Argentina +1 FAMS @F310@ +1 FAMS @F311@ +0 @I824@ INDI +1 NAME Louise // +1 SEX F +1 DEAT +2 DATE ABT 1967 +2 PLAC Buenos Aires,,Argentina +1 FAMS @F310@ +0 @I825@ INDI +1 NAME Alex /Makim/ +1 SEX M +1 BIRT +2 DATE ABT 1951 +1 FAMS @F312@ +0 @I826@ INDI +1 NAME Seamus /Makim/ +1 SEX M +1 BIRT +2 DATE ABT 1980 +1 FAMC @F312@ +0 @I827@ INDI +1 NAME Beatrice Elizabeth Mary/Windsor/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 8 AUG 1988 +2 PLAC Portland Hosp.,,England +1 FAMC @F53@ +0 @I828@ INDI +1 NAME Henry_VIII /Tudor/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 28 JUN 1491 +2 PLAC Greenwich Palace,,England +1 DEAT +2 DATE 28 JAN 1547 +2 PLAC Whitehall,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMS @F319@ +1 FAMS @F321@ +1 FAMS @F322@ +1 FAMS @F323@ +1 FAMS @F325@ +1 FAMS @F327@ +1 FAMC @F282@ +0 @I829@ INDI +1 NAME Elizabeth /Tudor/ +1 SEX F +1 BIRT +2 DATE 2 JUL 1492 +1 DEAT +2 DATE 14 SEP 1495 +2 PLAC Eltham Palace,,England +1 FAMC @F282@ +0 @I830@ INDI +1 NAME Mary /Tudor/ +1 SEX F +1 BIRT +2 DATE 18 MAR 1496 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE 25 JUN 1533 +2 PLAC Westhorpe,Suffolk,England +1 FAMS @F317@ +1 FAMS @F318@ +1 FAMC @F282@ +0 @I831@ INDI +1 NAME Edmund /Tudor/ +1 SEX M +1 BIRT +2 DATE 21 FEB 1499 +2 PLAC Greenwich,Palace,England +1 DEAT +2 DATE 19 JUN 1500 +2 PLAC Bishops Hatfield,Herts,England +1 FAMC @F282@ +0 @I832@ INDI +1 NAME Katherine /Tudor/ +1 SEX F +1 BIRT +2 DATE 2 FEB 1503 +2 PLAC Tower of London,,England +1 DEAT +2 DATE 1503 +2 PLAC ,,England +1 FAMC @F282@ +0 @I833@ INDI +1 NAME Catherine of_Aragon // +1 SEX F +1 BIRT +2 DATE 15 DEC 1485 +2 PLAC Near Madrid,,Spain +1 DEAT +2 DATE 7 JAN 1536 +2 PLAC Kimbolton Castle,Hunts,England +1 BURI +2 PLAC Peterborough,Cathedral,England +1 FAMS @F313@ +1 FAMS @F319@ +1 FAMC @F320@ +0 @I834@ INDI +1 NAME James_IV // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1473 +1 DEAT +2 DATE 9 SEP 1513 +1 FAMS @F314@ +1 FAMC @F460@ +0 @I835@ INDI +1 NAME James_V // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1512 +2 PLAC Linlithgow,,Scotland +1 DEAT +2 DATE 1542 +1 FAMS @F458@ +1 FAMS @F459@ +1 FAMC @F314@ +0 @I836@ INDI +1 NAME Archibald /Douglas/ +1 TITL Earl of Angus VI +1 SEX M +1 DEAT +2 DATE ABT 1557 +1 FAMS @F529@ +0 @I837@ INDI +1 NAME Henry /Stewart/ +1 TITL Lord Methven I +1 SEX M +1 DEAT +2 DATE ABT 1551 +1 FAMS @F316@ +0 @I838@ INDI +1 NAME Louis_XII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 27 JUN 1462 +2 PLAC Blois,France +1 DEAT +2 DATE 1 JAN 1515 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1151@ +1 FAMS @F1201@ +1 FAMS @F317@ +1 FAMC @F462@ +0 @I839@ INDI +1 NAME Charles /Brandon/ +1 TITL Duke of Suffolk +1 SEX M +1 DEAT +2 DATE 1545 +1 FAMS @F318@ +0 @I840@ INDI +1 NAME Ferdinand_V // +1 TITL King of Aragon +1 SEX M +1 BIRT +2 DATE 1452 +1 DEAT +2 DATE 1516 +1 FAMS @F320@ +1 FAMS @F1353@ +0 @I841@ INDI +1 NAME Isabella // +1 TITL Queen of Castile +1 SEX F +1 BIRT +2 DATE 1451 +1 DEAT +2 DATE 1504 +1 FAMS @F320@ +1 FAMC @F1152@ +0 @I842@ INDI +1 NAME Daughter /Tudor/ +1 SEX F +1 BIRT +2 DATE 31 JAN 1510 +1 DEAT +2 DATE 31 JAN 1510 +1 FAMC @F319@ +0 @I843@ INDI +1 NAME Henry_(1) /Tudor/ +1 TITL Duke of Cornwall +1 SEX M +1 BIRT +2 DATE 1 JAN 1511 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE 22 FEB 1511 +2 PLAC Richmond Palace,,England +1 FAMC @F319@ +0 @I844@ INDI +1 NAME Henry_(2) /Tudor/ +1 TITL Duke of Cornwall +1 SEX M +1 BIRT +2 DATE NOV 1513 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE NOV 1513 +2 PLAC Richmond Palace,,England +1 FAMC @F319@ +0 @I845@ INDI +1 NAME Son /Tudor/ +1 SEX M +1 BIRT +2 DATE DEC 1514 +1 DEAT +2 DATE DEC 1514 +1 FAMC @F319@ +0 @I846@ INDI +1 NAME Mary_I /Tudor/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 18 FEB 1516 +2 PLAC Greenwich Palace,London,England +1 DEAT +2 DATE 17 NOV 1558 +2 PLAC St. James Palace,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F334@ +1 FAMC @F319@ +0 @I847@ INDI +1 NAME Daughter /Tudor/ +1 SEX F +1 BIRT +2 DATE 10 NOV 1518 +1 DEAT +2 DATE 10 NOV 1518 +1 FAMC @F319@ +0 @I848@ INDI +1 NAME Anne /Boleyn/ +1 SEX F +1 BIRT +2 DATE ABT 1501 +2 PLAC Blickling Hall,Norfolk,England +1 DEAT +2 DATE 19 MAY 1536 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Chapel Royal,Tower of London,London,England +1 FAMS @F321@ +1 FAMC @F931@ +0 @I849@ INDI +1 NAME Elizabeth_I /Tudor/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE 7 SEP 1533 +2 PLAC Greenwich Palace,London,England +1 DEAT +2 DATE 23 MAR 1603 +2 PLAC Richmond Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F321@ +0 @I850@ INDI +1 NAME Son /Tudor/ +1 SEX M +1 BIRT +2 DATE 29 JAN 1536 +2 PLAC Greenwich,,England +1 DEAT +2 DATE 29 JAN 1536 +2 PLAC Greenwich,,England +1 FAMC @F321@ +0 @I851@ INDI +1 NAME Jane /Seymour/ +1 SEX F +1 BIRT +2 DATE ABT 1505 +2 PLAC Wolf Hall,Savernake,Wilts +1 DEAT +2 DATE 24 OCT 1537 +2 PLAC Hampton Court,Palace,England +1 BURI +2 DATE 12 NOV 1537 +2 PLAC St. George Chap.,Windsor,England +1 FAMS @F322@ +1 FAMC @F328@ +0 @I852@ INDI +1 NAME Edward_VI /Tudor/ +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 12 OCT 1537 +2 PLAC Hampton Court,Palace,England +1 DEAT +2 DATE 6 JUL 1553 +2 PLAC Greenwich,Palace,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F322@ +0 @I853@ INDI +1 NAME Anne of_Cleves // +1 SEX F +1 BIRT +2 DATE 22 SEP 1515 +2 PLAC Dusseldorf +1 DEAT +2 DATE 17 JUL 1557 +2 PLAC Chelsea,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F323@ +1 FAMC @F324@ +0 @I854@ INDI +1 NAME John_III // +1 TITL Duke of Cleves +1 SEX M +1 FAMS @F324@ +0 @I855@ INDI +1 NAME Marie of_Julich // +1 SEX F +1 FAMS @F324@ +0 @I856@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 BIRT +2 DATE ABT 1520 +2 PLAC Lambeth +1 DEAT +2 DATE 13 FEB 1542 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Chapel Royal,London,England +1 FAMS @F325@ +1 FAMC @F326@ +0 @I857@ INDI +1 NAME Edmund /Howard/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1513 +1 FAMS @F326@ +1 FAMS @F1099@ +1 FAMC @F1096@ +0 @I858@ INDI +1 NAME Joyce /Culpeper/ +1 SEX F +1 FAMS @F326@ +0 @I859@ INDI +1 NAME Catherine /Parr/ +1 SEX F +1 BIRT +2 DATE ABT 1512 +2 PLAC Kendal Castle +1 DEAT +2 DATE 5 SEP 1548 +2 PLAC Sudeley Castle,Gloucestershire +1 BURI +2 PLAC Sudeley Castle,Chapel +1 FAMS @F329@ +1 FAMS @F330@ +1 FAMS @F327@ +1 FAMS @F331@ +1 FAMC @F332@ +0 @I860@ INDI +1 NAME John /Seymour/ +1 TITL Sir +1 SEX M +1 FAMS @F328@ +0 @I861@ INDI +1 NAME Margery /Wentworth/ +1 SEX F +1 FAMS @F328@ +0 @I862@ INDI +1 NAME Edward /Borough/ +1 TITL Sir +1 SEX M +1 DEAT +2 DATE BEF APR 1533 +1 FAMS @F329@ +0 @I863@ INDI +1 NAME John /Nevill/ +1 TITL Baron Latimer #3 +1 SEX M +1 DEAT +2 DATE 2 MAR 1543 +2 PLAC London,England +1 FAMS @F330@ +0 @I864@ INDI +1 NAME Thomas /Seymour/ +1 TITL Baron Seymour +1 SEX M +1 FAMS @F331@ +0 @I865@ INDI +1 NAME Thomas of_Kendal /Parr/ +1 TITL Sir +1 SEX M +1 FAMS @F332@ +0 @I866@ INDI +1 NAME Maud /Green/ +1 SEX F +1 FAMS @F332@ +0 @I867@ INDI +1 NAME Daughter /Seymour/ +1 SEX F +1 BIRT +2 DATE 29 AUG 1548 +1 DEAT +2 DATE 5 SEP 1548 +1 FAMC @F331@ +0 @I868@ INDI +1 NAME Jane /Grey/ +1 TITL Queen of England +1 SEX F +1 BIRT +2 DATE OCT 1537 +2 PLAC Bradgate,Leicestershire +1 DEAT +2 DATE 12 FEB 1554 +2 PLAC Tower of London,Tower Green,London,England +1 BURI +2 PLAC Tower of London,Chapel Royal,London,England +1 FAMS @F333@ +1 FAMC @F527@ +0 @I869@ INDI +1 NAME Guildford /Dudley/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 12 FEB 1554 +2 PLAC Tower of London,Tower Green,London,England +1 FAMS @F333@ +1 FAMC @F1078@ +0 @I870@ INDI +1 NAME Philip_II // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 21 MAY 1527 +2 PLAC Valladolid +1 DEAT +2 DATE 13 SEP 1598 +2 PLAC El Escorial,Palace,Madrid,Spain +1 FAMS @F949@ +1 FAMS @F334@ +1 FAMS @F950@ +1 FAMS @F951@ +1 FAMC @F335@ +0 @I871@ INDI +1 NAME Charles_V // +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1500 +1 DEAT +2 DATE 1558 +1 FAMS @F335@ +1 FAMC @F1352@ +0 @I872@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 BIRT +2 DATE 1503 +1 DEAT +2 DATE 1539 +1 FAMS @F335@ +0 @I873@ INDI +1 NAME Simon /de_Montfort/ +1 TITL Earl Leicester +1 SEX M +1 DEAT +2 DATE 4 AUG 1265 +2 PLAC Evesham +1 FAMS @F598@ +0 @I874@ INDI +1 NAME Tomislav of_Yugoslavia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1928 +2 PLAC Belgrade +1 FAMS @F338@ +1 FAMS @F339@ +1 FAMC @F151@ +0 @I875@ INDI +1 NAME Andrej of_Yugoslavia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1929 +2 PLAC ,,Yugoslavia +1 FAMS @F340@ +1 FAMS @F341@ +1 FAMS @F342@ +1 FAMC @F151@ +0 @I876@ INDI +1 NAME William /Marshal/ +1 TITL Earl of Pembroke +1 SEX M +1 DEAT +2 DATE 24 APR 1231 +1 FAMS @F336@ +0 @I877@ INDI +1 NAME Alexander // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 1945 +1 FAMS @F337@ +1 FAMC @F165@ +0 @I878@ INDI +1 NAME Dona_Maria da_Gloria // +1 TITL Princess +1 SEX F +1 FAMS @F337@ +0 @I879@ INDI +1 NAME Peter of_Yugoslavia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1980 +2 PLAC U.S.A. +1 FAMC @F337@ +0 @I880@ INDI +1 NAME Philip of_Yugoslavia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1982 +2 PLAC Washington D.C.,U.S.A. +1 FAMC @F337@ +0 @I881@ INDI +1 NAME Alexander of_Yugoslavia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1982 +2 PLAC Washington D.C.,U.S.A. +1 FAMC @F337@ +0 @I882@ INDI +1 NAME Alice /Scholastica/ +1 TITL Grand Duchess +1 SEX F +1 FAMS @F338@ +0 @I883@ INDI +1 NAME Nikolas K. /George/ +1 SEX M +1 BIRT +2 DATE 1958 +1 FAMC @F338@ +0 @I884@ INDI +1 NAME Katarina K. /George/ +1 SEX F +1 BIRT +2 DATE 1959 +1 FAMC @F338@ +0 @I885@ INDI +1 NAME Linda /Bonney/ +1 SEX F +1 FAMS @F339@ +0 @I886@ INDI +1 NAME George K. /George/ +1 SEX M +1 BIRT +2 DATE 1984 +1 FAMC @F339@ +0 @I887@ INDI +1 NAME Christina of_Hesse // +1 SEX F +1 FAMS @F340@ +0 @I888@ INDI +1 NAME Tatiana Maria // +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMC @F340@ +0 @I889@ INDI +1 NAME Christopher K. /George/ +1 SEX M +1 BIRT +2 DATE 1960 +1 FAMC @F340@ +0 @I890@ INDI +1 NAME Kira Melita of_Leiningen// +1 SEX F +1 BIRT +2 DATE 1930 +1 FAMS @F341@ +1 FAMC @F346@ +0 @I891@ INDI +1 NAME Vladimir K. /George/ +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMC @F341@ +0 @I892@ INDI +1 NAME Dimitrye K. /George/ +1 SEX M +1 BIRT +2 DATE 1965 +2 PLAC London,England +1 FAMC @F341@ +0 @I893@ INDI +1 NAME Mitsi // +1 SEX F +1 FAMS @F342@ +0 @I894@ INDI +1 NAME Louis // +1 TITL Dauphin +1 SEX M +1 DEAT +2 DATE 1765 +1 FAMS @F1185@ +1 FAMC @F525@ +0 @I895@ INDI +1 NAME Maria of_Russia // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1951 +1 FAMS @F346@ +1 FAMC @F213@ +0 @I896@ INDI +1 NAME Elizabeth of_France // +1 SEX F +1 BIRT +2 DATE 1602 +1 DEAT +2 DATE 1644 +1 FAMS @F948@ +1 FAMC @F271@ +0 @I897@ INDI +1 NAME Charles_X // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1757 +1 DEAT +2 DATE NOV 1836 +1 FAMS @F1186@ +1 FAMC @F1185@ +0 @I898@ INDI +1 NAME Louis_XVIII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1755 +2 PLAC Versailles,France +1 DEAT +2 DATE 16 SEP 1824 +1 FAMC @F1185@ +0 @I899@ INDI +1 NAME Maria of_Russia // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1953 +2 PLAC Madrid,Spain,Spain +1 FAMS @F345@ +1 FAMC @F214@ +0 @I900@ INDI +1 NAME Franz Wilhelm of_Prussia// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE ABT 1943 +1 FAMS @F345@ +0 @I901@ INDI +1 NAME George of_Russia // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1981 +2 PLAC ,,Spain +1 FAMC @F345@ +0 @I902@ INDI +1 NAME Karl of_Leiningen // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1946 +1 FAMS @F346@ +0 @I903@ INDI +1 NAME Emich of_Leiningen // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1926 +1 FAMS @F347@ +1 FAMC @F346@ +0 @I904@ INDI +1 NAME Karl of_Leiningen // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1928 +1 FAMC @F346@ +0 @I905@ INDI +1 NAME Margarita // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1932 +1 FAMC @F346@ +0 @I906@ INDI +1 NAME Mechtilde // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1936 +1 FAMS @F350@ +1 FAMC @F346@ +0 @I907@ INDI +1 NAME Friedrich of_Leiningen // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1938 +1 FAMC @F346@ +0 @I908@ INDI +1 NAME Eilika of_Oldenberg // +1 TITL Duchess +1 SEX F +1 FAMS @F347@ +0 @I909@ INDI +1 NAME Melita // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMC @F347@ +0 @I910@ INDI +1 NAME Karl // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1952 +1 FAMS @F348@ +1 FAMC @F347@ +0 @I911@ INDI +1 NAME Andreas // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1955 +1 FAMS @F349@ +1 FAMC @F347@ +0 @I912@ INDI +1 NAME Stephanie // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1958 +1 FAMC @F347@ +0 @I913@ INDI +1 NAME Margarite of_Hohenloche- Ochringen// +1 TITL Princess +1 SEX F +1 FAMS @F348@ +0 @I914@ INDI +1 NAME Alexandra of_Hanover // +1 TITL Princess +1 SEX F +1 FAMS @F349@ +0 @I915@ INDI +1 NAME Ferdinand // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1982 +1 FAMC @F349@ +0 @I916@ INDI +1 NAME Karl /Bauscher/ +1 SEX M +1 FAMS @F350@ +0 @I917@ INDI +1 NAME Ulf /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F350@ +0 @I918@ INDI +1 NAME Berthold /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F350@ +0 @I919@ INDI +1 NAME Johan /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F350@ +0 @I920@ INDI +1 NAME Anne of_Austria // +1 SEX F +1 BIRT +2 DATE 1601 +1 DEAT +2 DATE 1666 +1 FAMS @F521@ +1 FAMC @F522@ +0 @I921@ INDI +1 NAME Friedrich Wilhelm of_Prussia// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F355@ +1 FAMS @F356@ +1 FAMC @F188@ +0 @I922@ INDI +1 NAME Michael of_Prussia // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F354@ +1 FAMC @F188@ +0 @I923@ INDI +1 NAME Marie-Cecile of_Prussia // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1942 +1 FAMC @F188@ +0 @I924@ INDI +1 NAME Louis Ferdinand of_Prussia// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1944 +1 DEAT +2 DATE 1977 +1 FAMS @F353@ +1 FAMC @F188@ +0 @I925@ INDI +1 NAME Christian Sigismund of_Prussia// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1946 +1 FAMS @F352@ +1 FAMC @F188@ +0 @I926@ INDI +1 NAME Nina zu_Reventlow // +1 TITL Countess +1 SEX F +1 FAMS @F352@ +0 @I927@ INDI +1 NAME Daughter // +1 SEX F +1 FAMC @F352@ +0 @I928@ INDI +1 NAME Donata of_Castell- Rudenhausen// +1 SEX F +1 FAMS @F353@ +0 @I929@ INDI +1 NAME Georg Friedrich // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1976 +1 FAMC @F353@ +0 @I930@ INDI +1 NAME Corneilie-Cecile // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1978 +1 FAMC @F353@ +0 @I931@ INDI +1 NAME Jutta /Jorn/ +1 SEX F +1 FAMS @F354@ +0 @I932@ INDI +1 NAME Micaela // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1967 +1 FAMC @F354@ +0 @I933@ INDI +1 NAME Nataly // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1970 +1 FAMC @F354@ +0 @I934@ INDI +1 NAME Waltraud /Freydag/ +1 SEX F +1 FAMS @F355@ +0 @I935@ INDI +1 NAME Philip // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F355@ +0 @I936@ INDI +1 NAME Ehrengard /von_Reden/ +1 SEX F +1 FAMS @F356@ +0 @I937@ INDI +1 NAME Friedrich // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1979 +1 FAMC @F356@ +0 @I938@ INDI +1 NAME Viktoria // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1982 +1 FAMC @F356@ +0 @I939@ INDI +1 NAME Joachim // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1984 +1 FAMC @F356@ +0 @I940@ INDI +1 NAME Margaret /Messenger/ +1 SEX F +1 FAMS @F357@ +0 @I941@ INDI +1 NAME Emily // +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1976 +1 FAMC @F357@ +0 @I942@ INDI +1 NAME Benjamin // +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1978 +1 FAMC @F357@ +0 @I943@ INDI +1 NAME Alexander /Lascelles/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1980 +1 FAMC @F357@ +0 @I944@ INDI +1 NAME Edward /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1982 +1 FAMC @F357@ +0 @I945@ INDI +1 NAME Fredericka Ann /Duhrrson/ +1 SEX F +1 FAMS @F358@ +0 @I946@ INDI +1 NAME Sophie /Lascelles/ +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F358@ +0 @I947@ INDI +1 NAME Rowan /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1977 +1 FAMC @F358@ +0 @I948@ INDI +1 NAME Julie /Bayliss/ +1 SEX F +1 FAMS @F359@ +0 @I949@ INDI +1 NAME Thomas /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1982 +1 FAMC @F359@ +0 @I950@ INDI +1 NAME Ellen /Lascelles/ +1 SEX F +1 BIRT +2 DATE 1984 +1 FAMC @F359@ +0 @I951@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1662 +1 DEAT +2 DATE 1689 +1 FAMS @F946@ +1 FAMC @F272@ +0 @I952@ INDI +1 NAME Maud /Carnegie/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1893 +1 DEAT +2 DATE 1945 +1 FAMS @F360@ +1 FAMC @F29@ +0 @I953@ INDI +1 NAME Charles of_Southesk // +1 TITL Earl XI +1 SEX M +1 BIRT +2 DATE 1893 +1 FAMS @F360@ +0 @I954@ INDI +1 NAME James George Alexander/Carnegie/ +1 TITL Duke of Fife +1 SEX M +1 BIRT +2 DATE 1929 +1 FAMS @F361@ +1 FAMC @F360@ +0 @I955@ INDI +1 NAME Caroline /Dewar/ +1 TITL Hon. +1 SEX F +1 FAMS @F361@ +0 @I956@ INDI +1 NAME Alexandra /Carnegie/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1959 +1 FAMC @F361@ +0 @I957@ INDI +1 NAME David Charles /Carnegie/ +1 TITL Earl of Macduff +1 SEX M +1 BIRT +2 DATE 1961 +1 FAMC @F361@ +0 @I958@ INDI +1 NAME Ragnhild Alexandra // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1930 +2 PLAC Oslo,Norway +1 FAMS @F363@ +1 FAMC @F153@ +0 @I959@ INDI +1 NAME Astrid Maud Ingeborg// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1932 +1 FAMS @F362@ +1 FAMC @F153@ +0 @I960@ INDI +1 NAME Johan Martin /Ferner/ +1 SEX M +1 BIRT +2 DATE 1927 +1 FAMS @F362@ +0 @I961@ INDI +1 NAME Cathrine /Ferner/ +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMC @F362@ +0 @I962@ INDI +1 NAME Benedickte /Ferner/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F362@ +0 @I963@ INDI +1 NAME Alexander /Ferner/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F362@ +0 @I964@ INDI +1 NAME Elisabeth /Ferner/ +1 SEX F +1 BIRT +2 DATE 1969 +1 FAMC @F362@ +0 @I965@ INDI +1 NAME Carl Christian /Ferner/ +1 SEX M +1 BIRT +2 DATE 1972 +1 FAMC @F362@ +0 @I966@ INDI +1 NAME Erling /Lorentzen/ +1 SEX M +1 FAMS @F363@ +0 @I967@ INDI +1 NAME Haakon /Lorentzen/ +1 SEX M +1 FAMC @F363@ +0 @I968@ INDI +1 NAME Ingeborg /Lorentzen/ +1 SEX F +1 FAMC @F363@ +0 @I969@ INDI +1 NAME Ragnhild Alexandra /Lorentzen/ +1 SEX F +1 BIRT +2 DATE 1968 +2 PLAC ,,Brazil +1 FAMC @F363@ +0 @I970@ INDI +1 NAME Anne of_Bourbon-Parma // +1 TITL Princess +1 SEX F +0 @I971@ INDI +1 NAME Joana Maria Valentina/Lambrino/ +1 SEX F +1 BIRT +2 DATE 3 OCT 1898 +2 PLAC Roman,Romania +1 DEAT +2 DATE 11 MAR 1953 +2 PLAC Paris,France +1 FAMS @F364@ +1 FAMC @F400@ +0 @I972@ INDI +1 NAME Margarita of_Romania // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1949 +2 PLAC Lausanne +1 FAMC @F161@ +0 @I973@ INDI +1 NAME Helen of_Romania // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1950 +2 PLAC Lausanne +1 FAMS @F365@ +1 FAMC @F161@ +0 @I974@ INDI +1 NAME Irina // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1953 +2 PLAC Lausanne +1 FAMS @F366@ +1 FAMC @F161@ +0 @I975@ INDI +1 NAME Sophie // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMC @F161@ +0 @I976@ INDI +1 NAME Maria // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1964 +1 FAMC @F161@ +0 @I977@ INDI +1 NAME Robin /Medforth-Mills/ +1 TITL Professor +1 SEX M +1 FAMS @F365@ +0 @I978@ INDI +1 NAME Nicholas /Medforth-Mills/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F365@ +0 @I979@ INDI +1 NAME John /Kreuger/ +1 SEX M +1 FAMS @F366@ +0 @I980@ INDI +1 NAME Michael /Kreuger/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F366@ +0 @I981@ INDI +1 NAME William /Worsley/ +1 TITL Sir +1 SEX M +1 FAMS @F367@ +0 @I982@ INDI +1 NAME Martin /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F102@ +0 @I983@ INDI +1 NAME Alexandra /Morton/ +1 SEX F +1 FAMS @F368@ +0 @I984@ INDI +1 NAME Richard_III // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 2 OCT 1452 +2 PLAC Fotheringay,Castle +1 DEAT +2 DATE 22 AUG 1485 +2 PLAC Bosworth +1 BURI +2 PLAC Grey Friars,Abbey,Leicester +1 FAMS @F369@ +1 FAMC @F371@ +0 @I985@ INDI +1 NAME Anne /Nevill/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 11 JUN 1456 +2 PLAC Warwick Castle,Warwick,England +1 DEAT +2 DATE 16 MAR 1485 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F380@ +1 FAMS @F369@ +1 FAMC @F370@ +0 @I986@ INDI +1 NAME Edward // +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE ABT DEC 1473 +2 PLAC Middleham Castle,Yorkshire,England +1 DEAT +2 DATE 9 APR 1484 +2 PLAC Middleham Castle,Yorkshire,England +1 FAMC @F369@ +0 @I987@ INDI +1 NAME Richard /Neville/ +1 TITL Earl of Warwick +1 SEX M +1 DEAT +2 DATE 1471 +1 FAMS @F370@ +1 FAMC @F490@ +0 @I988@ INDI +1 NAME Richard /Plantagenet/ +1 TITL Duke of York +1 SEX M +1 DEAT +2 DATE 1460 +1 FAMS @F371@ +1 FAMC @F385@ +0 @I989@ INDI +1 NAME Cicely /Nevill/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1495 +1 FAMS @F371@ +1 FAMC @F372@ +0 @I990@ INDI +1 NAME Ralph of_Westmoreland 1st// +1 TITL Earl +1 SEX M +1 FAMS @F372@ +0 @I991@ INDI +1 NAME Edward_IV // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 28 APR 1442 +2 PLAC Rouen,France +1 DEAT +2 DATE 9 APR 1483 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMS @F373@ +1 FAMC @F371@ +0 @I992@ INDI +1 NAME Edmund // +1 TITL Earl of Rutland +1 SEX M +1 DEAT +2 DATE 1460 +1 FAMC @F371@ +0 @I993@ INDI +1 NAME George // +1 TITL Duke of Clarence +1 SEX M +1 FAMS @F381@ +1 FAMC @F371@ +0 @I994@ INDI +1 NAME Anne // +1 SEX F +1 DEAT +2 DATE 1476 +1 FAMS @F382@ +1 FAMS @F383@ +1 FAMC @F371@ +0 @I995@ INDI +1 NAME Elizabeth // +1 SEX F +1 DEAT +2 DATE 1503 +1 FAMS @F1056@ +1 FAMC @F371@ +0 @I996@ INDI +1 NAME Margaret // +1 SEX F +1 FAMS @F384@ +1 FAMC @F371@ +0 @I997@ INDI +1 NAME Ursula // +1 SEX F +1 FAMC @F371@ +0 @I998@ INDI +1 NAME Elizabeth /Woodville/ +1 SEX F +1 BIRT +2 DATE ABT 1437 +2 PLAC Grafton Regis,Northants +1 DEAT +2 DATE 8 JUN 1492 +2 PLAC Bermondsey Abbey +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMS @F379@ +1 FAMS @F373@ +1 FAMC @F1051@ +0 @I999@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE AUG 1466 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 23 MAY 1482 +2 PLAC Greenwich,,England +1 FAMC @F373@ +0 @I1000@ INDI +1 NAME Cicely // +1 SEX F +1 BIRT +2 DATE 20 MAR 1469 +1 DEAT +2 DATE 24 AUG 1507 +2 PLAC Quarr Abbey,Isle of Wight,England +1 FAMS @F374@ +1 FAMS @F375@ +1 FAMC @F373@ +0 @I1001@ INDI +1 NAME Edward_V // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 4 NOV 1470 +2 PLAC Sanctuary,Westminster,England +1 DEAT +2 DATE 1483 +1 FAMC @F373@ +0 @I1002@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 10 APR 1472 +1 DEAT +2 DATE 11 DEC 1472 +1 FAMC @F373@ +0 @I1003@ INDI +1 NAME Richard // +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 17 AUG 1473 +2 PLAC Shrewsbury +1 DEAT +2 DATE AFT 1483 +1 FAMS @F376@ +1 FAMC @F373@ +0 @I1004@ INDI +1 NAME Anne // +1 SEX F +1 BIRT +2 DATE 2 NOV 1475 +2 PLAC Westminster,Palace +1 DEAT +2 DATE 23 NOV 1511 +1 FAMS @F377@ +1 FAMC @F373@ +0 @I1005@ INDI +1 NAME George // +1 TITL Duke of Bedford +1 SEX M +1 BIRT +2 DATE MAR 1477 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE MAR 1479 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F373@ +0 @I1006@ INDI +1 NAME Catherine // +1 SEX F +1 BIRT +2 DATE ABT 14 AUG 1479 +2 PLAC Eltham Palace +1 DEAT +2 DATE 15 NOV 1527 +2 PLAC Tiverton +1 FAMS @F378@ +1 FAMC @F373@ +0 @I1007@ INDI +1 NAME Bridget // +1 SEX F +1 BIRT +2 DATE 10 NOV 1480 +2 PLAC Eltham Palace +1 DEAT +2 DATE 1517 +2 PLAC Dartford +1 FAMC @F373@ +0 @I1008@ INDI +1 NAME John 1st /Welles/ +1 TITL Viscount Welles +1 SEX M +1 DEAT +2 DATE 9 FEB 1499 +2 PLAC London,,England +1 FAMS @F374@ +0 @I1009@ INDI +1 NAME Thomas of_Isle_of_Wight /Kyme/ +1 SEX M +1 FAMS @F375@ +0 @I1010@ INDI +1 NAME Anne /Mowbray/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 19 NOV 1481 +2 PLAC Greenwich,,England +1 FAMS @F376@ +0 @I1011@ INDI +1 NAME Thomas 3rd /Howard/ +1 TITL Duke of Norfolk +1 SEX M +1 FAMS @F377@ +0 @I1012@ INDI +1 NAME William /Courtenay/ +1 TITL Earl of Devon +1 SEX M +1 FAMS @F378@ +0 @I1013@ INDI +1 NAME John /Grey/ +1 TITL Sir +1 SEX M +1 DEAT +2 DATE 17 FEB 1461 +1 FAMS @F379@ +0 @I1014@ INDI +1 NAME Son /Grey/ +1 SEX M +1 BIRT +2 DATE BEF 1461 +1 FAMC @F379@ +0 @I1015@ INDI +1 NAME Son_2 /Grey/ +1 SEX M +1 BIRT +2 DATE BEF 1461 +1 FAMC @F379@ +0 @I1016@ INDI +1 NAME Edward // +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 13 OCT 1453 +2 PLAC Westminster,Palace,England +1 DEAT +2 DATE 4 MAY 1471 +2 PLAC Tewkesbury +1 FAMS @F380@ +1 FAMC @F448@ +0 @I1017@ INDI +1 NAME Margaret of_Austria // +1 SEX F +1 BIRT +2 DATE 1584 +1 DEAT +2 DATE 1611 +1 FAMS @F522@ +1 FAMC @F1351@ +0 @I1018@ INDI +1 NAME Edward // +1 TITL Earl of Warwick +1 SEX M +1 DEAT +2 DATE 1499 +1 FAMC @F381@ +0 @I1019@ INDI +1 NAME Margaret of_Salisbury // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE ABT 1469 +1 DEAT +2 DATE 1541 +1 FAMS @F1055@ +1 FAMC @F381@ +0 @I1020@ INDI +1 NAME Henry // +1 TITL Duke of Exeter +1 SEX M +1 FAMS @F382@ +0 @I1021@ INDI +1 NAME Thomas /St._Leger/ +1 TITL Sir +1 SEX M +1 FAMS @F383@ +0 @I1022@ INDI +1 NAME Charles the_Bold // +1 TITL Duke of Burgundy +1 SEX M +1 FAMS @F384@ +0 @I1023@ INDI +1 NAME Richard of_Cambridge /Plantagenet/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1415 +1 FAMS @F385@ +1 FAMS @F535@ +1 FAMC @F488@ +0 @I1024@ INDI +1 NAME Anne /Mortimer/ +1 TITL Lady +1 SEX F +1 FAMS @F385@ +1 FAMC @F492@ +0 @I1025@ INDI +1 NAME Isabel /Plantagenet/ +1 SEX F +1 DEAT +2 DATE 1484 +1 FAMS @F1053@ +1 FAMS @F386@ +1 FAMC @F385@ +0 @I1026@ INDI +1 NAME Henry 1st /Bourchier/ +1 TITL Earl of Essex +1 SEX M +1 FAMS @F386@ +1 FAMC @F621@ +0 @I1027@ INDI +1 NAME Charles_XV // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 3 MAY 1826 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 19 AUG 1872 +2 PLAC Malmo +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F387@ +1 FAMC @F627@ +0 @I1028@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 5 AUG 1828 +2 PLAC The Hague +1 DEAT +2 DATE 30 MAR 1871 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F387@ +1 FAMC @F388@ +0 @I1029@ INDI +1 NAME Louisa of_Prussia // +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1870 +1 FAMS @F388@ +1 FAMC @F145@ +0 @I1030@ INDI +1 NAME Ernest Augustus of_Hanover/Hanover/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1987 +1 FAMS @F392@ +1 FAMC @F198@ +0 @I1031@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 1915 +1 FAMS @F391@ +1 FAMC @F198@ +0 @I1032@ INDI +1 NAME Mireille /Dutry/ +1 SEX F +1 BIRT +2 DATE 1946 +1 FAMS @F389@ +0 @I1033@ INDI +1 NAME Christian /Hanover/ +1 SEX M +1 BIRT +2 DATE 1919 +1 DEAT +2 DATE 1981 +1 FAMS @F389@ +1 FAMC @F198@ +0 @I1034@ INDI +1 NAME Guelph Henry /Hanover/ +1 SEX M +1 BIRT +2 DATE 1923 +1 FAMS @F390@ +1 FAMC @F198@ +0 @I1035@ INDI +1 NAME Monika of_Solms-Laubach /Hanover/ +1 SEX F +1 BIRT +2 DATE 1929 +1 FAMC @F198@ +0 @I1036@ INDI +1 NAME Alexandra of_Ysenburg_and Budingen// +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F390@ +0 @I1037@ INDI +1 NAME Sophie of_Greece // +1 SEX F +1 BIRT +2 DATE 1914 +1 FAMS @F391@ +0 @I1038@ INDI +1 NAME Ortrud of_Schleswig- Holstein// +1 SEX F +1 BIRT +2 DATE 1925 +1 DEAT +2 DATE 1980 +1 FAMS @F392@ +0 @I1039@ INDI +1 NAME Marie /Hanover/ +1 SEX F +1 BIRT +2 DATE 1952 +1 FAMS @F393@ +1 FAMC @F392@ +0 @I1040@ INDI +1 NAME Ernest Augustus of_Hanover/Hanover/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1954 +1 FAMS @F394@ +1 FAMC @F392@ +0 @I1041@ INDI +1 NAME Ludwig Rudolph /Hanover/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 28 NOV 1955 +1 DEAT +2 DATE 29 NOV 1989 +1 BURI +2 DATE 2 DEC 1989 +2 PLAC Grunau,Austria +1 FAMS @F395@ +1 FAMC @F392@ +0 @I1042@ INDI +1 NAME Olga /Hanover/ +1 SEX F +1 BIRT +2 DATE 1958 +1 FAMC @F392@ +0 @I1043@ INDI +1 NAME Alexandra /Hanover/ +1 SEX F +1 BIRT +2 DATE 1959 +1 FAMS @F396@ +1 FAMC @F392@ +0 @I1044@ INDI +1 NAME Heinrich Julius /Hanover/ +1 SEX M +1 BIRT +2 DATE 1961 +1 FAMC @F392@ +0 @I1045@ INDI +1 NAME Michael /von_Hochberg/ +1 TITL Count +1 SEX M +1 FAMS @F393@ +0 @I1046@ INDI +1 NAME Chantal /Hochuli/ +1 SEX F +1 BIRT +2 PLAC ,Switzerland +1 FAMS @F394@ +0 @I1047@ INDI +1 NAME Ernest Augustus /Hanover/ +1 SEX M +1 BIRT +2 DATE 1983 +1 FAMC @F394@ +0 @I1048@ INDI +1 NAME Christian Heinrich /Hanover/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F394@ +0 @I1049@ INDI +1 NAME Isabella Valsassina /von_Thurn/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1962 +1 DEAT +2 DATE 29 NOV 1989 +1 BURI +2 DATE 2 DEC 1989 +2 PLAC Grunau,Austria +1 FAMS @F395@ +0 @I1050@ INDI +1 NAME Otto /Hanover/ +1 SEX M +1 BIRT +2 DATE 1988 +1 FAMC @F395@ +0 @I1051@ INDI +1 NAME Andreas of_Leiningen // +1 TITL Prince +1 SEX M +1 FAMS @F396@ +0 @I1052@ INDI +1 NAME Max of_Baden // +1 TITL Prince +1 SEX M +1 FAMS @F397@ +0 @I1053@ INDI +1 NAME Frederick Francis_IV of_Mecklenburg// +1 TITL Grand Duke +1 SEX M +1 FAMS @F398@ +0 @I1054@ INDI +1 NAME Margrethe of_Denmark // +1 SEX F +1 FAMS @F399@ +0 @I1055@ INDI +1 NAME Constantine /Lambrino/ +1 TITL Col. +1 SEX M +1 FAMS @F400@ +0 @I1056@ INDI +1 NAME Euphrosine /Alcaz/ +1 SEX F +1 FAMS @F400@ +0 @I1057@ INDI +1 NAME Son /Hohenzollern/ +1 SEX M +1 FAMC @F364@ +0 @I1058@ INDI +1 NAME Elena (Magda) /Lupescu/ +1 SEX F +1 BIRT +2 DATE 15 SEP 1895 +2 PLAC Jassy +1 DEAT +2 DATE 28 JUN 1977 +2 PLAC Estoril,Portugal +1 FAMS @F401@ +0 @I1059@ INDI +1 NAME Ingrid Victoria of_Sweden// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 28 MAR 1910 +2 PLAC Stockholm +1 FAMS @F402@ +1 FAMC @F35@ +0 @I1060@ INDI +1 NAME Paul of_Sparta /Oldenburg/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1967 +1 FAMC @F163@ +0 @I1061@ INDI +1 NAME Nicholas /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F163@ +0 @I1062@ INDI +1 NAME /Oldenburg/ +1 SEX F +1 FAMC @F163@ +0 @I1063@ INDI +1 NAME /Oldenburg/ +1 SEX F +1 FAMC @F163@ +0 @I1064@ INDI +1 NAME Irene of_Greece /Oldenburg/ +1 TITL Crown Princess +1 SEX F +1 BIRT +2 DATE 1942 +1 FAMC @F162@ +0 @I1065@ INDI +1 NAME Petros /Manos/ +1 TITL Col. +1 SEX M +1 FAMS @F403@ +0 @I1066@ INDI +1 NAME Maria /Argyropoulos/ +1 SEX F +1 FAMS @F403@ +0 @I1067@ INDI +1 NAME Frederick Eugene /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1732 +1 DEAT +2 DATE 1797 +1 FAMS @F404@ +0 @I1068@ INDI +1 NAME Frederica of_Brandenburg- Schwedt// +1 SEX F +1 BIRT +2 DATE 1736 +1 DEAT +2 DATE 1798 +1 FAMS @F404@ +0 @I1069@ INDI +1 NAME Augusta of_Brunswick // +1 SEX F +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1788 +1 FAMS @F405@ +0 @I1070@ INDI +1 NAME William_I of_Wurttemberg /Wurttemberg/ +1 TITL King +1 SEX M +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1864 +1 FAMS @F406@ +1 FAMS @F407@ +1 FAMS @F408@ +1 FAMC @F405@ +0 @I1071@ INDI +1 NAME Catherine /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1835 +1 FAMC @F405@ +0 @I1072@ INDI +1 NAME Sophia Dorothea /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1784 +1 FAMC @F405@ +0 @I1073@ INDI +1 NAME Paul /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1852 +1 FAMS @F411@ +1 FAMC @F405@ +0 @I1074@ INDI +1 NAME Charlotte of_Bavaria /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1873 +1 FAMS @F406@ +1 FAMC @F431@ +0 @I1075@ INDI +1 NAME Catherine of_Russia // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1819 +1 FAMS @F407@ +0 @I1076@ INDI +1 NAME Marie /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1816 +1 DEAT +2 DATE 1887 +1 FAMC @F407@ +0 @I1077@ INDI +1 NAME Sophie /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 17 JUN 1818 +2 PLAC Stuttgart +1 DEAT +2 DATE 3 JUN 1877 +2 PLAC Het Loo,Apeldoorn +1 FAMS @F447@ +1 FAMC @F407@ +0 @I1078@ INDI +1 NAME Pauline of_Wurttemberg // +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1873 +1 FAMS @F408@ +0 @I1079@ INDI +1 NAME Catherine /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1898 +1 FAMS @F412@ +1 FAMC @F408@ +0 @I1080@ INDI +1 NAME Charles_I of_Wurttemberg /Wurttemberg/ +1 TITL King +1 SEX M +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1891 +1 FAMS @F409@ +1 FAMC @F408@ +0 @I1081@ INDI +1 NAME Augusta /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1898 +1 FAMS @F410@ +1 FAMC @F408@ +0 @I1082@ INDI +1 NAME Olga of_Russia // +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1892 +1 FAMS @F409@ +0 @I1083@ INDI +1 NAME Hermann of_Saxe-Weimar // +1 TITL Prince +1 SEX M +1 FAMS @F410@ +0 @I1084@ INDI +1 NAME Charlotte of_Saxe- Hildburghausen// +1 SEX F +1 BIRT +2 DATE 1787 +1 DEAT +2 DATE 1847 +1 FAMS @F411@ +0 @I1085@ INDI +1 NAME Charlotte /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1807 +1 DEAT +2 DATE 1873 +1 FAMC @F411@ +0 @I1086@ INDI +1 NAME Frederick /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1870 +1 FAMS @F412@ +1 FAMC @F411@ +0 @I1087@ INDI +1 NAME Paul /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1810 +1 FAMC @F411@ +0 @I1088@ INDI +1 NAME Pauline /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1856 +1 FAMC @F411@ +0 @I1089@ INDI +1 NAME August /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1885 +1 FAMC @F411@ +0 @I1090@ INDI +1 NAME William_II of_Wurttemberg /Wurttemberg/ +1 TITL King +1 SEX M +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1921 +1 FAMS @F413@ +1 FAMS @F415@ +1 FAMC @F412@ +0 @I1091@ INDI +1 NAME Marie of_Waldeck and_Pyrmont// +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1882 +1 FAMS @F413@ +0 @I1092@ INDI +1 NAME Pauline /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1877 +1 DEAT +2 DATE 1965 +1 FAMS @F414@ +1 FAMC @F413@ +0 @I1093@ INDI +1 NAME Ulrich /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1880 +1 FAMC @F413@ +0 @I1094@ INDI +1 NAME Frederick // +1 TITL Prince of Wied +1 SEX M +1 FAMS @F414@ +0 @I1095@ INDI +1 NAME Charlotte of_Schaumburg- Lippe// +1 SEX F +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1946 +1 FAMS @F415@ +0 @I1096@ INDI +1 NAME Nicholas /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1903 +1 DEAT +2 DATE 1978 +1 FAMC @F100@ +0 @I1097@ INDI +1 NAME Ileana /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMC @F100@ +0 @I1098@ INDI +1 NAME Mircea /Hohenzollern/ +1 BIRT +2 DATE 1913 +1 DEAT +2 DATE 2 NOV 1916 +1 BURI +2 PLAC Cotroceni Palace,Bucharest,Romania +1 FAMC @F100@ +0 @I1099@ INDI +1 NAME Leopold of_Hohenzollern /Hohenzollern/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1905 +1 FAMS @F416@ +1 FAMC @F418@ +0 @I1100@ INDI +1 NAME Antonia of_Portugal // +1 SEX F +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1913 +1 FAMS @F416@ +0 @I1101@ INDI +1 NAME William of_Hohenzollern /Hohenzollern/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1927 +1 FAMC @F416@ +0 @I1102@ INDI +1 NAME Charles Anthony /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1919 +1 FAMS @F417@ +1 FAMC @F416@ +0 @I1103@ INDI +1 NAME Josephine of_Belgium // +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1958 +1 FAMS @F417@ +1 FAMC @F422@ +0 @I1104@ INDI +1 NAME Charles Anthony /Hohenzollern/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1885 +1 FAMS @F418@ +0 @I1105@ INDI +1 NAME Josephine of_Baden // +1 SEX F +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1900 +1 FAMS @F418@ +0 @I1106@ INDI +1 NAME Stephanie /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1859 +1 FAMS @F419@ +1 FAMC @F418@ +0 @I1107@ INDI +1 NAME Carol_I of_Romania /Hohenzollern/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 20 APR 1839 +2 PLAC Sigmaringen,Germany +1 DEAT +2 DATE 10 OCT 1914 +2 PLAC Castle Pelesch,Sinaia,Romania +1 FAMS @F420@ +1 FAMC @F418@ +0 @I1108@ INDI +1 NAME Anthony /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1866 +1 FAMC @F418@ +0 @I1109@ INDI +1 NAME Frederick /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1904 +1 FAMS @F421@ +1 FAMC @F418@ +0 @I1110@ INDI +1 NAME Marie /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1912 +1 FAMS @F422@ +1 FAMC @F418@ +0 @I1111@ INDI +1 NAME Pedro_V // +1 TITL King of Portugal +1 SEX M +1 FAMS @F419@ +0 @I1112@ INDI +1 NAME Elisabeth of_Wied // +1 SEX F +1 BIRT +2 DATE 29 DEC 1843 +2 PLAC Neuwied,Germany +1 DEAT +2 DATE 3 MAR 1916 +2 PLAC Curtea de Arges,Romania +1 FAMS @F420@ +0 @I1113@ INDI +1 NAME Louise of_Thurn and_Taxis// +1 SEX F +1 FAMS @F421@ +0 @I1114@ INDI +1 NAME Philip of_Flanders // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1905 +1 FAMS @F422@ +1 FAMC @F663@ +0 @I1115@ INDI +1 NAME Baudouin // +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1891 +1 FAMC @F422@ +0 @I1116@ INDI +1 NAME Henriette (twin) // +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1948 +1 FAMS @F1362@ +1 FAMC @F422@ +0 @I1117@ INDI +1 NAME Josephine (twin) // +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1871 +1 FAMC @F422@ +0 @I1118@ INDI +1 NAME Albert_I // +1 TITL King of Belgians +1 SEX M +1 BIRT +2 DATE 8 APR 1875 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 17 FEB 1934 +2 PLAC Marche-les-Dames,Near Namur +1 FAMS @F423@ +1 FAMC @F422@ +0 @I1119@ INDI +1 NAME Elisabeth of_Bavaria // +1 SEX F +1 BIRT +2 DATE 25 JUL 1876 +2 PLAC Possenhofen +1 DEAT +2 DATE 23 NOV 1965 +2 PLAC Chateau de,Stuyvenberg +1 BURI +2 PLAC Laeken +1 FAMS @F423@ +1 FAMC @F441@ +0 @I1120@ INDI +1 NAME Charles of_Belgium // +1 TITL Regent +1 SEX M +1 BIRT +2 DATE 1903 +1 DEAT +2 DATE 1983 +1 FAMC @F423@ +0 @I1121@ INDI +1 NAME Marie Jose // +1 SEX F +1 BIRT +2 DATE 1906 +1 FAMS @F424@ +1 FAMC @F423@ +0 @I1122@ INDI +1 NAME Umberto_II // +1 TITL King of Italy +1 SEX M +1 BIRT +2 DATE 1904 +1 DEAT +2 DATE 1983 +1 FAMS @F424@ +0 @I1123@ INDI +1 NAME Josephine Charlotte // +1 SEX F +1 BIRT +2 DATE 1927 +1 FAMS @F425@ +1 FAMC @F216@ +0 @I1124@ INDI +1 NAME Albert // +1 TITL Prince of Liege +1 SEX M +1 BIRT +2 DATE 1934 +1 FAMS @F427@ +1 FAMC @F216@ +0 @I1125@ INDI +1 NAME Jean of_Luxembourg // +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1921 +1 FAMS @F425@ +0 @I1126@ INDI +1 NAME Fabiola de_Mora_y_Aragon // +1 SEX F +1 BIRT +2 DATE 11 JUN 1928 +2 PLAC Madrid,Spain +1 FAMS @F426@ +0 @I1127@ INDI +1 NAME Paola di_Calabria /Ruffo/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F427@ +0 @I1128@ INDI +1 NAME Philippe // +1 SEX M +1 BIRT +2 DATE 1960 +1 FAMC @F427@ +0 @I1129@ INDI +1 NAME Astrid // +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMS @F428@ +1 FAMC @F427@ +0 @I1130@ INDI +1 NAME Laurent // +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F427@ +0 @I1131@ INDI +1 NAME Lorenz of_Austria-Este // +1 TITL Archduke +1 SEX M +1 BIRT +2 DATE 1955 +1 FAMS @F428@ +0 @I1132@ INDI +1 NAME Mary Liliane /Baels/ +1 SEX F +1 BIRT +2 DATE 28 NOV 1916 +2 PLAC Highbury,London,England +1 FAMS @F429@ +0 @I1133@ INDI +1 NAME Alexandre // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMC @F429@ +0 @I1134@ INDI +1 NAME Marie Christine // +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMS @F430@ +1 FAMC @F429@ +0 @I1135@ INDI +1 NAME Marie Esmeralda // +1 SEX F +1 BIRT +2 DATE 1956 +1 FAMC @F429@ +0 @I1136@ INDI +1 NAME Paul /Druker/ +1 SEX M +1 FAMS @F430@ +0 @I1137@ INDI +1 NAME Augusta Wilhelmine of_Hesse-// +1 SEX F +1 BIRT +2 DATE 14 APR 1765 +2 PLAC Darmstadt +1 DEAT +2 DATE 30 MAR 1796 +2 PLAC Near,Heidelberg,Germany +1 FAMS @F431@ +0 @I1138@ INDI +1 NAME Ludwig_I /Wittelsbach/ +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 25 AUG 1786 +2 PLAC Strassburg +1 DEAT +2 DATE 29 FEB 1868 +2 PLAC Nice +1 BURI +2 PLAC St. Boniface,Church,Munich +1 FAMS @F432@ +1 FAMC @F431@ +0 @I1139@ INDI +1 NAME Auguste /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1851 +1 FAMC @F431@ +0 @I1140@ INDI +1 NAME Amelia /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1790 +1 DEAT +2 DATE 1794 +1 FAMC @F431@ +0 @I1141@ INDI +1 NAME Charles /Wittelsbach/ +1 SEX M +1 BIRT +2 DATE 1795 +1 DEAT +2 DATE 1875 +1 FAMC @F431@ +0 @I1142@ INDI +1 NAME Therese of_Saxe- Hildburghausen// +1 SEX F +1 BIRT +2 DATE 8 JUL 1792 +2 PLAC Hildburghausen +1 DEAT +2 DATE 26 OCT 1854 +2 PLAC Munich +1 BURI +2 PLAC St. Boniface,Church,Munich +1 FAMS @F432@ +0 @I1143@ INDI +1 NAME Maximilian_II // +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 28 NOV 1811 +2 PLAC Munich +1 DEAT +2 DATE 10 MAR 1864 +2 PLAC Munich +1 BURI +2 PLAC Theatinerkirche +1 FAMS @F433@ +1 FAMC @F432@ +0 @I1144@ INDI +1 NAME Marie of_Prussia // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 15 OCT 1825 +2 PLAC Berlin +1 DEAT +2 DATE 17 MAY 1889 +2 PLAC Schloss,Hohenschwangau +1 BURI +2 PLAC Theatinerkirche +1 FAMS @F433@ +0 @I1145@ INDI +1 NAME Ludwig_II /Wittelsbach/ +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 25 AUG 1845 +2 PLAC Schloss,Nymphenburg +1 DEAT +2 DATE 13 JUN 1886 +2 PLAC Starnbergersee,Near Schloss,Berg +1 BURI +2 PLAC St. Michaels,Church,Munich +1 FAMC @F433@ +0 @I1146@ INDI +1 NAME Otto_I /Wittelsbach/ +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE 27 APR 1848 +2 PLAC Munich +1 DEAT +2 DATE 11 OCT 1916 +2 PLAC Near,Munich +1 BURI +2 PLAC St. Michaels,Church,Munich +1 FAMC @F433@ +0 @I1147@ INDI +1 NAME 5sons_1dau // +1 FAMC @F598@ +0 @I1148@ INDI +1 NAME Otto_I Friedrich Ludwig/Wittelsbach/ +1 TITL King of Greece +1 SEX M +1 BIRT +2 DATE 1 JUN 1815 +2 PLAC Salzburg,Austria +1 DEAT +2 DATE 26 JUL 1867 +2 PLAC Bamberg,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMS @F662@ +1 FAMC @F432@ +0 @I1149@ INDI +1 NAME Theodolinde // +1 BIRT +2 DATE 1816 +1 DEAT +2 DATE 1817 +1 FAMC @F432@ +0 @I1150@ INDI +1 NAME Luitpold // +1 TITL Regent +1 SEX M +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1912 +1 FAMS @F438@ +1 FAMC @F432@ +0 @I1151@ INDI +1 NAME Adelgunde // +1 SEX F +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1914 +1 FAMC @F432@ +0 @I1152@ INDI +1 NAME Hildegarde // +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1864 +1 FAMC @F432@ +0 @I1153@ INDI +1 NAME Adalbert // +1 SEX M +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1875 +1 FAMC @F432@ +0 @I1154@ INDI +1 NAME Maximilian /Wittelsbach/ +1 SEX M +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1803 +1 FAMC @F232@ +0 @I1155@ INDI +1 NAME Elizabeth (twin) of_Bavaria/Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1873 +1 FAMS @F434@ +1 FAMC @F232@ +0 @I1156@ INDI +1 NAME Amelia (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1877 +1 FAMC @F232@ +0 @I1157@ INDI +1 NAME Maria (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1877 +1 FAMC @F232@ +0 @I1158@ INDI +1 NAME Ludovica (Louise) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1892 +1 FAMS @F440@ +1 FAMC @F232@ +0 @I1159@ INDI +1 NAME Maximiliana /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1821 +1 FAMC @F232@ +0 @I1160@ INDI +1 NAME Frederick Louis // +1 SEX M +1 BIRT +2 DATE 1707 +1 DEAT +2 DATE 1708 +1 FAMC @F435@ +0 @I1161@ INDI +1 NAME Frederick William // +1 SEX M +1 BIRT +2 DATE 1710 +1 DEAT +2 DATE 1711 +1 FAMC @F435@ +0 @I1162@ INDI +1 NAME Frederick_II the_Great // +1 TITL King of Prussia +1 SEX M +1 BIRT +2 DATE 24 JAN 1712 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 17 AUG 1786 +2 PLAC Sans Souci,Potsdam,Germany +1 FAMS @F623@ +1 FAMC @F435@ +0 @I1163@ INDI +1 NAME Charlotte Albertine // +1 SEX F +1 BIRT +2 DATE 1713 +1 DEAT +2 DATE 1714 +1 FAMC @F435@ +0 @I1164@ INDI +1 NAME Frederica Louise // +1 SEX F +1 BIRT +2 DATE 1714 +1 DEAT +2 DATE 1784 +1 FAMC @F435@ +0 @I1165@ INDI +1 NAME Philippine Charlotte // +1 SEX F +1 BIRT +2 DATE 1716 +1 DEAT +2 DATE 1801 +1 FAMC @F435@ +0 @I1166@ INDI +1 NAME Louis Charles William// +1 SEX M +1 BIRT +2 DATE 1717 +1 DEAT +2 DATE 1719 +1 FAMC @F435@ +0 @I1167@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1719 +1 DEAT +2 DATE 1765 +1 FAMC @F435@ +0 @I1168@ INDI +1 NAME Louise Ulrika // +1 SEX F +1 BIRT +2 DATE 1720 +1 DEAT +2 DATE 1782 +1 FAMC @F435@ +0 @I1169@ INDI +1 NAME Anna Amelia // +1 SEX F +1 BIRT +2 DATE 1725 +1 DEAT +2 DATE 1787 +1 FAMC @F435@ +0 @I1170@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1802 +1 FAMC @F435@ +0 @I1171@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1730 +1 DEAT +2 DATE 1813 +1 FAMC @F435@ +0 @I1172@ INDI +1 NAME Heinrich_XXII /Reuss/ +1 TITL Prince +1 SEX M +1 FAMS @F278@ +0 @I1173@ INDI +1 NAME Elizabeth Henrietta of_Hesse-Cassel// +1 SEX F +1 BIRT +2 DATE 8 NOV 1661 +2 PLAC Cassel +1 DEAT +2 DATE 27 JUN 1683 +2 PLAC Coln au Der,Spree +1 FAMS @F436@ +0 @I1174@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1705 +1 FAMC @F436@ +0 @I1175@ INDI +1 NAME Frederick_I // +1 TITL King of Sweden +1 SEX M +1 FAMC @F436@ +0 @I1176@ INDI +1 NAME Sophia Louise of_Mecklenburg-// +1 SEX F +1 BIRT +2 DATE 16 MAY 1685 +1 DEAT +2 DATE 29 JUL 1735 +2 PLAC Grabow +1 FAMS @F437@ +0 @I1177@ INDI +1 NAME Frederick Augustus // +1 SEX M +1 BIRT +2 DATE 1685 +1 DEAT +2 DATE 1686 +1 FAMC @F267@ +0 @I1178@ INDI +1 NAME Son (stillborn) // +1 SEX M +1 FAMC @F267@ +0 @I1179@ INDI +1 NAME Augusta of_Austria- Tuscany// +1 TITL Archduchess +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1864 +1 FAMS @F438@ +0 @I1180@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1930 +1 FAMC @F438@ +0 @I1181@ INDI +1 NAME Therese // +1 SEX F +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1925 +1 FAMC @F438@ +0 @I1182@ INDI +1 NAME Amulf // +1 SEX M +1 BIRT +2 DATE 1852 +1 DEAT +2 DATE 1907 +1 FAMC @F438@ +0 @I1183@ INDI +1 NAME Luitpold // +1 SEX M +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1914 +1 FAMC @F258@ +0 @I1184@ INDI +1 NAME Irmingard // +1 SEX F +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1903 +1 FAMC @F258@ +0 @I1185@ INDI +1 NAME Rudolf // +1 SEX M +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1912 +1 FAMC @F258@ +0 @I1186@ INDI +1 NAME Antoinette of_Luxembourg // +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1954 +1 FAMS @F439@ +0 @I1187@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1922 +1 DEAT +2 DATE 1958 +1 FAMC @F439@ +0 @I1188@ INDI +1 NAME Irmingard // +1 SEX F +1 BIRT +2 DATE 1923 +1 FAMC @F439@ +0 @I1189@ INDI +1 NAME Editha // +1 SEX F +1 BIRT +2 DATE 1924 +1 FAMC @F439@ +0 @I1190@ INDI +1 NAME Hilda // +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMC @F439@ +0 @I1191@ INDI +1 NAME Gabriele // +1 SEX F +1 BIRT +2 DATE 1927 +1 FAMC @F439@ +0 @I1192@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMC @F439@ +0 @I1193@ INDI +1 NAME Maximilian Joseph // +1 TITL Duke of Bavaria +1 SEX M +1 FAMS @F440@ +0 @I1194@ INDI +1 NAME Ludwig // +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1920 +1 FAMC @F440@ +0 @I1195@ INDI +1 NAME Helene // +1 SEX F +1 BIRT +2 DATE 1834 +1 DEAT +2 DATE 1858 +1 FAMC @F440@ +0 @I1196@ INDI +1 NAME Elizabeth // +1 TITL Empress +1 SEX F +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1898 +1 FAMS @F532@ +1 FAMC @F440@ +0 @I1197@ INDI +1 NAME Karl Theodor "Gackl"// +1 SEX M +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1909 +1 FAMS @F441@ +1 FAMC @F440@ +0 @I1198@ INDI +1 NAME Maria // +1 SEX F +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1925 +1 FAMC @F440@ +0 @I1199@ INDI +1 NAME Mathilde // +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1925 +1 FAMC @F440@ +0 @I1200@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1897 +1 FAMS @F533@ +1 FAMC @F440@ +0 @I1201@ INDI +1 NAME Maximilian // +1 SEX M +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1893 +1 FAMC @F440@ +0 @I1202@ INDI +1 NAME Maria Josepha of_Portugal// +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1943 +1 FAMS @F441@ +1 FAMC @F1361@ +0 @I1203@ INDI +1 NAME Alexander /Zoubkoff/ +1 SEX M +1 FAMS @F442@ +0 @I1204@ INDI +1 NAME Irene // +1 SEX F +1 BIRT +2 DATE 1939 +1 FAMS @F657@ +1 FAMC @F243@ +0 @I1205@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 1943 +1 FAMS @F658@ +1 FAMC @F243@ +0 @I1206@ INDI +1 NAME Mary Christina // +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F659@ +1 FAMC @F243@ +0 @I1207@ INDI +1 NAME Claus /von_Amsberg/ +1 SEX M +1 BIRT +2 DATE 6 SEP 1926 +2 PLAC Dotzingen +1 FAMS @F443@ +1 FAMC @F444@ +0 @I1208@ INDI +1 NAME William Alexander // +1 TITL Prince of Orange +1 SEX M +1 BIRT +2 DATE 1967 +1 FAMC @F443@ +0 @I1209@ INDI +1 NAME John Friso // +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F443@ +0 @I1210@ INDI +1 NAME Constantine // +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F443@ +0 @I1211@ INDI +1 NAME Claus /von_Amsberg/ +1 SEX M +1 FAMS @F444@ +0 @I1212@ INDI +1 NAME Gosta /von_dem_Bussche-/ +1 TITL Baroness +1 SEX F +1 FAMS @F444@ +0 @I1213@ INDI +1 NAME Frederick Francis_II of_Mecklenburg-// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1883 +1 FAMS @F445@ +1 FAMC @F183@ +0 @I1214@ INDI +1 NAME Marie of_Schwarzburg- Rudolstadt// +1 SEX F +1 FAMS @F445@ +1 FAMC @F1256@ +0 @I1215@ INDI +1 NAME Antoine de_Bourbon of_France// +1 SEX M +1 FAMS @F446@ +0 @I1216@ INDI +1 NAME Helene of_Nassau Henrietta// +1 SEX F +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1888 +1 FAMS @F67@ +0 @I1217@ INDI +1 NAME Henry_VI // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 6 DEC 1421 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 21 MAY 1471 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMS @F448@ +1 FAMC @F449@ +0 @I1218@ INDI +1 NAME Margaret of_Anjou // +1 SEX F +1 BIRT +2 DATE 23 MAR 1429 +2 PLAC Pont-a-Mousson,Lorraine +1 DEAT +2 DATE 25 AUG 1482 +2 PLAC Chateau de,Dampiere,Near Saumur +1 BURI +2 PLAC Angers,Cathedral +1 FAMS @F448@ +1 FAMC @F1052@ +0 @I1219@ INDI +1 NAME Henry_V // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 9 AUG 1387 +2 PLAC Monmouth +1 DEAT +2 DATE 31 AUG 1422 +2 PLAC Bois de,Vincennes +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F449@ +1 FAMC @F450@ +0 @I1220@ INDI +1 NAME Catherine of_Valois // +1 SEX F +1 BIRT +2 DATE 27 OCT 1401 +2 PLAC Paris +1 DEAT +2 DATE 3 JAN 1437 +2 PLAC Bermondsey,Abbey +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F449@ +1 FAMS @F497@ +1 FAMC @F915@ +0 @I1221@ INDI +1 NAME Henry_IV // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 4 APR 1366 +2 PLAC Bolingbrooke,Castle +1 DEAT +2 DATE 20 MAR 1413 +2 PLAC London,England +1 BURI +2 PLAC Canterbury,Cathedral,England +1 FAMS @F450@ +1 FAMS @F620@ +1 FAMC @F452@ +0 @I1222@ INDI +1 NAME Mary /De_Bohun/ +1 SEX F +1 DEAT +2 DATE 4 JUL 1394 +2 PLAC Peterborough,Castle +1 FAMS @F450@ +1 FAMC @F914@ +0 @I1223@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE APR 1382 +1 DEAT +2 DATE ABT 1382 +1 FAMC @F450@ +0 @I1224@ INDI +1 NAME Thomas // +1 TITL Duke of Clarence +1 SEX M +1 BIRT +2 DATE 1388 +2 PLAC Kenilworth +1 DEAT +2 DATE 22 MAR 1421 +2 PLAC Beauge +1 FAMS @F613@ +1 FAMC @F450@ +0 @I1225@ INDI +1 NAME John // +1 TITL Duke of Bedford +1 SEX M +1 BIRT +2 DATE 20 JUN 1389 +1 DEAT +2 DATE 15 SEP 1435 +2 PLAC Rouen +1 FAMS @F614@ +1 FAMS @F484@ +1 FAMC @F450@ +0 @I1226@ INDI +1 NAME Humphrey of_Gloucester // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE SEP 1390 +1 DEAT +2 DATE 23 FEB 1447 +2 PLAC Bury St. Edmunds +1 FAMS @F615@ +1 FAMS @F616@ +1 FAMC @F450@ +0 @I1227@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE 1392 +2 PLAC Peterborough,Castle +1 DEAT +2 DATE 21 MAY 1409 +2 PLAC Germany +1 FAMS @F617@ +1 FAMC @F450@ +0 @I1228@ INDI +1 NAME Philippa // +1 SEX F +1 BIRT +2 DATE 4 JUL 1394 +2 PLAC Peterborough,Castle +1 DEAT +2 DATE 5 JAN 1430 +2 PLAC Convent,of Vadstena +1 FAMS @F618@ +1 FAMC @F450@ +0 @I1229@ INDI +1 NAME Edward_III // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 13 NOV 1312 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 21 JUN 1377 +2 PLAC Sheen Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F451@ +1 FAMC @F92@ +0 @I1230@ INDI +1 NAME Philippa of_Hainault // +1 SEX F +1 BIRT +2 DATE 24 JUN 1311 +2 PLAC Valenciennes +1 DEAT +2 DATE 14 AUG 1369 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F451@ +1 FAMC @F900@ +0 @I1231@ INDI +1 NAME Edward // +1 TITL Prince of Wales +1 SEX M +1 BIRT +2 DATE 15 JUN 1330 +2 PLAC Woodstock,Oxfordshire,England +1 DEAT +2 DATE 8 JUN 1376 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Canterbury,Cathedral,London,England +1 FAMS @F513@ +1 FAMC @F451@ +0 @I1232@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 16 JUN 1332 +2 PLAC Woodstock +1 DEAT +2 DATE BEF OCT 1382 +2 PLAC London +1 FAMS @F516@ +1 FAMC @F451@ +0 @I1233@ INDI +1 NAME Joan (Joanna) // +1 SEX F +1 BIRT +2 DATE ABT FEB 1335 +2 PLAC Woodstock +1 DEAT +2 DATE 2 SEP 1348 +2 PLAC Bayonne +1 FAMC @F451@ +0 @I1234@ INDI +1 NAME William of_Hatfield // +1 SEX M +1 BIRT +2 DATE BEF 16 FEB 1337 +2 PLAC Hatfield Herts +1 DEAT +2 DATE BEF 8 JUL 1337 +1 FAMC @F451@ +0 @I1235@ INDI +1 NAME Lionel of_Antwerp // +1 TITL Duke of Clarence +1 SEX M +1 BIRT +2 DATE 29 NOV 1338 +2 PLAC Antwerp,Belgium +1 DEAT +2 DATE 10 DEC 1363 +2 PLAC Dublin,Ireland +1 FAMS @F519@ +1 FAMS @F493@ +1 FAMC @F451@ +0 @I1236@ INDI +1 NAME John of_Gaunt // +1 TITL Duke of Lancast. +1 SEX M +1 BIRT +2 DATE MAR 1340 +2 PLAC Ghent +1 DEAT +2 DATE 3 FEB 1399 +2 PLAC Leicester Castle +1 FAMS @F452@ +1 FAMS @F517@ +1 FAMS @F485@ +1 FAMC @F451@ +0 @I1237@ INDI +1 NAME Edmund of_Langley // +1 TITL Duke of York +1 SEX M +1 BIRT +2 DATE 5 JUN 1341 +2 PLAC Kings Langley,Herts +1 DEAT +2 DATE 1 AUG 1402 +2 PLAC Kings Langley,Herts +1 FAMS @F488@ +1 FAMS @F534@ +1 FAMC @F451@ +0 @I1238@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE MAR 1342 +2 PLAC Tower of London +1 DEAT +2 DATE MAR 1342 +2 PLAC Tower of London +1 FAMC @F451@ +0 @I1239@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 10 OCT 1344 +2 PLAC Waltham,Near Winchester +1 DEAT +2 DATE 1361/1362 +1 FAMS @F612@ +1 FAMC @F451@ +0 @I1240@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 20 JUL 1346 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE AFT 1 OCT 1361 +1 FAMS @F518@ +1 FAMC @F451@ +0 @I1241@ INDI +1 NAME William of_Windsor // +1 SEX M +1 BIRT +2 DATE 24 JUN 1348 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE SEP 1348 +1 FAMC @F451@ +0 @I1242@ INDI +1 NAME Thomas of_Woodstock // +1 TITL Duke of Glouces. +1 SEX M +1 BIRT +2 DATE 7 JAN 1355 +2 PLAC Woodstock +1 DEAT +2 DATE 15 SEP 1396/1397 +2 PLAC Calais +1 FAMS @F491@ +1 FAMC @F451@ +0 @I1243@ INDI +1 NAME Blanche of_Lancaster // +1 SEX F +1 BIRT +2 DATE 1341 +1 DEAT +2 DATE 12 SEP 1369 +2 PLAC Bolingbroke,Castle +1 FAMS @F452@ +1 FAMC @F560@ +0 @I1244@ INDI +1 NAME Isabella_II // +1 TITL Queen of Spain +1 SEX F +1 BIRT +2 DATE 1830 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 1904 +1 FAMS @F453@ +1 FAMC @F454@ +0 @I1245@ INDI +1 NAME Don_Francisco /de_Asis/ +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1902 +1 FAMS @F453@ +0 @I1246@ INDI +1 NAME Ferdinand_VII // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 1833 +1 FAMS @F1345@ +1 FAMS @F1346@ +1 FAMS @F1347@ +1 FAMS @F454@ +1 FAMC @F1348@ +0 @I1247@ INDI +1 NAME Mary /Stuart/ +1 TITL Queen of Scots +1 SEX F +1 BIRT +2 DATE 7 DEC 1542 +2 PLAC Linlithgow,Scotland +1 DEAT +2 DATE 8 FEB 1587 +2 PLAC ,England +1 FAMS @F456@ +1 FAMS @F455@ +1 FAMS @F457@ +1 FAMC @F459@ +0 @I1248@ INDI +1 NAME Francis_II // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 19 JAN 1544 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 5 DEC 1560 +2 PLAC Orleans,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F456@ +1 FAMC @F1148@ +0 @I1249@ INDI +1 NAME Henry /Stuart/ +1 TITL Lord Darnley +1 SEX M +1 BIRT +2 DATE 1545 +1 DEAT +2 DATE 1567 +1 FAMS @F455@ +1 FAMC @F528@ +0 @I1250@ INDI +1 NAME James /Hepburn/ +1 TITL Earl Bothwell-4 +1 SEX M +1 DEAT +2 DATE 1576 +1 FAMS @F457@ +0 @I1251@ INDI +1 NAME Mary of_Guise // +1 SEX F +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1560 +1 FAMS @F459@ +1 FAMC @F727@ +0 @I1252@ INDI +1 NAME James_III // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1451 +2 PLAC Stirling,Scotland +1 DEAT +2 DATE 1488 +1 FAMS @F460@ +1 FAMC @F547@ +0 @I1253@ INDI +1 NAME Richard de_Burgh // +1 TITL Earl of Ulster +1 SEX M +1 FAMS @F548@ +0 @I1254@ INDI +1 NAME Edmund /Tudor/ +1 TITL Earl of Richmond +1 SEX M +1 BIRT +2 DATE ABT 1430 +1 DEAT +2 DATE 1456 +1 FAMS @F461@ +1 FAMC @F497@ +0 @I1255@ INDI +1 NAME Margaret of_Richmond /Beaufort/ +1 TITL Countess +1 SEX F +1 DEAT +2 DATE 1509 +1 FAMS @F461@ +1 FAMS @F495@ +1 FAMS @F496@ +1 FAMC @F487@ +0 @I1256@ INDI +1 NAME John of_Eltham // +1 TITL Earl of Cornwall +1 SEX M +1 BIRT +2 DATE ABT 15 AUG 1316 +2 PLAC Eltham Palace,Kent +1 DEAT +2 DATE 14 SEP 1336 +2 PLAC Perth +1 FAMC @F92@ +0 @I1257@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 18 JUN 1318 +2 PLAC Woodstock +1 DEAT +2 DATE 22 APR 1355 +2 PLAC Deventer +1 FAMS @F463@ +1 FAMC @F92@ +0 @I1258@ INDI +1 NAME Joan of_the_Tower // +1 SEX F +1 BIRT +2 DATE 5 JUL 1321 +2 PLAC Tower of London,London,England +1 DEAT +2 DATE 7 SEP 1362 +2 PLAC Hertford +1 FAMS @F540@ +1 FAMC @F92@ +0 @I1259@ INDI +1 NAME Rainald_II of_Gueldres // +1 TITL Duke +1 SEX M +1 FAMS @F463@ +0 @I1260@ INDI +1 NAME Charles of_Orleans // +1 TITL Duke of Orleans +1 SEX M +1 BIRT +2 DATE 1391 +1 DEAT +2 DATE 1465 +1 FAMS @F462@ +0 @I1261@ INDI +1 NAME Edward_I (Longshanks) // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 17 JUN 1239 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 7 JUL 1307 +2 PLAC Near Carlisle +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F464@ +1 FAMS @F465@ +1 FAMC @F466@ +0 @I1262@ INDI +1 NAME Eleanor of_Castile // +1 SEX F +1 BIRT +2 DATE ABT 1244 +2 PLAC Castile +1 DEAT +2 DATE 24 NOV 1290 +2 PLAC Herdeby,Near Grantham,Lincolnshire +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F464@ +1 FAMC @F693@ +0 @I1263@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 17 JUN 1264 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 12 OCT 1297 +2 PLAC Ghent +1 FAMC @F464@ +0 @I1264@ INDI +1 NAME Joan // +1 SEX F +1 BIRT +2 DATE 1265 +1 DEAT +2 DATE 1265 +1 FAMC @F464@ +0 @I1265@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE 10 JUL 1266 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 3 AUG 1271 +2 PLAC Westminster,London,England +1 FAMC @F464@ +0 @I1266@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 13 JUL 1267 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 14 OCT 1274 +2 PLAC Merton,Surrey +1 FAMC @F464@ +0 @I1267@ INDI +1 NAME Julian (Katherine) // +1 SEX F +1 BIRT +2 DATE 1271 +2 PLAC Holy Land +1 DEAT +2 DATE 1271 +2 PLAC Holy Land +1 FAMC @F464@ +0 @I1268@ INDI +1 NAME Joan of_Acre // +1 SEX F +1 BIRT +2 DATE 1272 +2 PLAC Acre,Palestine +1 DEAT +2 DATE 23 APR 1307 +2 PLAC Clare,Suffolk,England +1 FAMS @F606@ +1 FAMS @F607@ +1 FAMC @F464@ +0 @I1269@ INDI +1 NAME Alfonso // +1 TITL Earl of Chester +1 SEX M +1 BIRT +2 DATE 24 NOV 1273 +2 PLAC Bordeaux +1 DEAT +2 DATE 19 AUG 1284 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F464@ +0 @I1270@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 11 SEP 1275 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 1318 +2 PLAC Brussels +1 FAMS @F608@ +1 FAMC @F464@ +0 @I1271@ INDI +1 NAME Berengaria // +1 SEX F +1 BIRT +2 DATE 1276 +2 PLAC Kennington +1 DEAT +2 DATE ABT 1279 +1 FAMC @F464@ +0 @I1272@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 11 MAR 1278 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE BEF 8 JUL 1332 +2 PLAC Amesbury +1 FAMC @F464@ +0 @I1273@ INDI +1 NAME Alice // +1 SEX F +1 BIRT +2 DATE 12 MAR 1279 +2 PLAC Woodstock +1 DEAT +2 DATE 1291 +1 FAMC @F464@ +0 @I1274@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE AUG 1282 +2 PLAC Rhuddlan Castle +1 DEAT +2 DATE 5 MAY 1316 +1 FAMS @F609@ +1 FAMS @F610@ +1 FAMC @F464@ +0 @I1275@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE ABT 1286 +2 PLAC Aquitaine +1 FAMC @F464@ +0 @I1276@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE 1290 +1 DEAT +2 DATE 1290 +1 FAMC @F464@ +0 @I1277@ INDI +1 NAME Marguerite of_France // +1 SEX F +1 BIRT +2 DATE 1279 +2 PLAC Paris +1 DEAT +2 DATE 14 FEB 1317 +2 PLAC Marlborough,Castle +1 BURI +2 PLAC Grey Friars,Church,London,England +1 FAMS @F465@ +1 FAMC @F688@ +0 @I1278@ INDI +1 NAME Thomas of_Brotherton // +1 TITL Earl of Norfolk +1 SEX M +1 BIRT +2 DATE 1 JUN 1300 +2 PLAC Brotherton,Yorkshire,England +1 DEAT +2 DATE AUG 1338 +1 FAMS @F562@ +1 FAMS @F611@ +1 FAMC @F465@ +0 @I1279@ INDI +1 NAME Edmund of_Woodstock // +1 TITL Earl of Kent +1 SEX M +1 BIRT +2 DATE 5 AUG 1301 +2 PLAC Woodstock +1 DEAT +2 DATE 19 MAR 1330 +2 PLAC Winchester +1 FAMS @F564@ +1 FAMC @F465@ +0 @I1280@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 4 MAY 1306 +2 PLAC Winchester +1 DEAT +2 DATE 1311 +2 PLAC Amesbury +1 FAMC @F465@ +0 @I1281@ INDI +1 NAME Henry_III // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 1 OCT 1207 +2 PLAC Winchester,Castle +1 DEAT +2 DATE 16 NOV 1272 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F466@ +1 FAMC @F503@ +0 @I1282@ INDI +1 NAME Eleanor of_Provence // +1 SEX F +1 BIRT +2 DATE ABT 1217 +2 PLAC Aix-en-Provence +1 DEAT +2 DATE 24 JUN 1291 +2 PLAC Amesbury,Wiltshire +1 BURI +2 PLAC Convent Church,Amesbury +1 FAMS @F466@ +1 FAMC @F777@ +0 @I1283@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 29 SEP 1240 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 26 FEB 1275 +2 PLAC Cupar Castle,Fife +1 FAMS @F603@ +1 FAMC @F466@ +0 @I1284@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE 25 JUN 1242 +2 PLAC Bordeaux +1 DEAT +2 DATE 24 MAR 1275 +2 PLAC London,England +1 FAMS @F604@ +1 FAMC @F466@ +0 @I1285@ INDI +1 NAME Edmund Crouchback of_Leicester// +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 16 JAN 1245 +2 PLAC London,England +1 DEAT +2 DATE 5 JUN 1296 +2 PLAC Bayonne +1 FAMS @F605@ +1 FAMS @F558@ +1 FAMC @F466@ +0 @I1286@ INDI +1 NAME Richard // +1 SEX M +1 BIRT +2 DATE ABT 1247 +1 DEAT +2 DATE BEF 1256 +1 FAMC @F466@ +0 @I1287@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE ABT 1250 +1 DEAT +2 DATE BEF 1256 +1 FAMC @F466@ +0 @I1288@ INDI +1 NAME Katherine // +1 SEX F +1 BIRT +2 DATE 25 NOV 1253 +2 PLAC Westminster +1 DEAT +2 DATE 3 MAY 1257 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F466@ +0 @I1289@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE ABT 1256 +1 DEAT +2 DATE ABT 1256 +1 FAMC @F466@ +0 @I1290@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE AFT 1256 +1 DEAT +2 DATE ABT 1257 +1 FAMC @F466@ +0 @I1291@ INDI +1 NAME John /Spencer/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1734 +1 DEAT +2 DATE 1783 +1 FAMS @F467@ +1 FAMC @F685@ +0 @I1292@ INDI +1 NAME Georgiana /Carteret/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1780 +1 FAMS @F467@ +0 @I1293@ INDI +1 NAME Henrietta // +1 SEX F +1 BIRT +2 DATE 28 FEB 1792 +2 PLAC Maastricht +1 DEAT +2 DATE 26 OCT 1864 +2 PLAC Schloss Rahr,Near Aachen +1 FAMS @F468@ +0 @I1294@ INDI +1 NAME Paul_I /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1801 +1 FAMS @F469@ +1 FAMC @F471@ +0 @I1295@ INDI +1 NAME Maria Feodorovna of_Wurttemberg// +1 SEX F +1 BIRT +2 DATE 1759 +1 DEAT +2 DATE 1828 +1 FAMS @F469@ +1 FAMC @F1274@ +0 @I1296@ INDI +1 NAME Alexander_I /Romanov/ +1 TITL Tsar of Russia +1 SEX M +1 BIRT +2 DATE 1777 +1 DEAT +2 DATE 1825 +1 FAMS @F470@ +1 FAMC @F469@ +0 @I1297@ INDI +1 NAME Yelizaveta Alekseyevna of_Baden// +1 SEX F +1 FAMS @F470@ +0 @I1298@ INDI +1 NAME Konstantin /Romanov/ +1 SEX M +1 BIRT +2 DATE 1779 +1 FAMC @F470@ +0 @I1299@ INDI +1 NAME Catherine_II the_Great // +1 TITL Empress +1 SEX F +1 BIRT +2 DATE 2 MAY 1729 +2 PLAC Szczecin,Poland +1 DEAT +2 DATE 17 NOV 1796 +2 PLAC St. Petersburg,Russia +1 FAMS @F471@ +1 FAMC @F1275@ +0 @I1300@ INDI +1 NAME Peter_III /Romanov/ +1 TITL Emperor Russia +1 SEX M +1 BIRT +2 DATE 1728 +2 PLAC Kiel,Germany +1 DEAT +2 DATE 17 JUL 1762 +1 FAMS @F471@ +1 FAMC @F473@ +0 @I1301@ INDI +1 NAME Peter_I the_Great /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1672 +1 DEAT +2 DATE 1725 +1 FAMS @F472@ +1 FAMS @F474@ +1 FAMC @F478@ +0 @I1302@ INDI +1 NAME Catherine_I // +1 TITL Empress +1 SEX F +1 BIRT +2 DATE 1683 +2 PLAC Jakobstadt,Latvia +1 DEAT +2 DATE 1727 +1 FAMS @F472@ +0 @I1303@ INDI +1 NAME Anna Petrovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1708 +1 DEAT +2 DATE 1728 +1 FAMS @F473@ +1 FAMC @F472@ +0 @I1304@ INDI +1 NAME Elizabeth Petrovna /Romanov/ +1 TITL Empress +1 SEX F +1 BIRT +2 DATE 1709 +2 PLAC Near Moscow,Russia +1 DEAT +2 DATE 1761/1762 +1 FAMC @F472@ +0 @I1305@ INDI +1 NAME Yevdokiya Lopukhina // +1 SEX F +1 FAMS @F474@ +0 @I1306@ INDI +1 NAME Alexis /Romanov/ +1 SEX M +1 BIRT +2 DATE 1690 +1 DEAT +2 DATE 1718 +1 FAMS @F475@ +1 FAMC @F474@ +0 @I1307@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F475@ +0 @I1308@ INDI +1 NAME Peter_II /Romanov/ +1 SEX M +1 BIRT +2 DATE 1715 +1 DEAT +2 DATE 1730 +1 FAMC @F475@ +0 @I1309@ INDI +1 NAME Alexis_I Michaylovich /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1629 +1 DEAT +2 DATE 1675/1676 +1 FAMS @F476@ +1 FAMS @F478@ +1 FAMC @F477@ +0 @I1310@ INDI +1 NAME Maria Miroslavkaya // +1 SEX F +1 DEAT +2 DATE 1668 +1 FAMS @F476@ +0 @I1311@ INDI +1 NAME Feodor_III (Theodore) /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1662 +1 DEAT +2 DATE 1682 +1 FAMS @F479@ +1 FAMC @F476@ +0 @I1312@ INDI +1 NAME Mikhail_III Feodorovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1597 +1 DEAT +2 DATE 1645 +1 FAMS @F477@ +1 FAMC @F1261@ +0 @I1313@ INDI +1 NAME Eudoxia /Streshniev/ +1 SEX F +1 BIRT +2 DATE 1608 +1 DEAT +2 DATE 1645 +1 FAMS @F477@ +1 FAMC @F1260@ +0 @I1314@ INDI +1 NAME Natalia Narishkina // +1 SEX F +1 BIRT +2 DATE 1651 +1 DEAT +2 DATE 1694 +1 FAMS @F478@ +1 FAMC @F483@ +0 @I1315@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F479@ +0 @I1316@ INDI +1 NAME Ivan_V /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1666 +1 DEAT +2 DATE 1696 +1 FAMS @F480@ +1 FAMC @F479@ +0 @I1317@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F480@ +0 @I1318@ INDI +1 NAME Anna Ioannovna /Romanov/ +1 TITL Empress +1 SEX F +1 BIRT +2 DATE 1693 +1 DEAT +2 DATE 1740 +1 FAMC @F480@ +0 @I1319@ INDI +1 NAME Yekaterina of_Mecklenburg // +1 SEX F +1 FAMS @F481@ +1 FAMC @F480@ +0 @I1320@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F481@ +0 @I1321@ INDI +1 NAME Anna Leopoldovna of_Brunswick// +1 SEX F +1 FAMS @F482@ +1 FAMC @F481@ +0 @I1322@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F482@ +0 @I1323@ INDI +1 NAME Ivan_VI /Romanov/ +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1740 +1 DEAT +2 DATE 1741 +1 FAMC @F482@ +0 @I1324@ INDI +1 NAME Ivan /Romanov/ +1 SEX M +1 FAMC @F476@ +0 @I1325@ INDI +1 NAME Sophia /Romanov/ +1 SEX F +1 BIRT +2 DATE ABT 1657 +1 FAMC @F476@ +0 @I1326@ INDI +1 NAME Cyril /Naryshkin/ +1 SEX M +1 BIRT +2 DATE 1623 +1 DEAT +2 DATE 1691 +1 FAMS @F483@ +0 @I1327@ INDI +1 NAME Jacquetta of_Luxembourg // +1 SEX F +1 FAMS @F484@ +1 FAMS @F1051@ +1 FAMC @F1050@ +0 @I1328@ INDI +1 NAME Catherine Swynford /Roet/ +1 SEX F +1 BIRT +2 DATE 1350 +1 DEAT +2 DATE 10 MAY 1403 +2 PLAC Lincoln +1 FAMS @F907@ +1 FAMS @F485@ +1 FAMC @F906@ +0 @I1329@ INDI +1 NAME John Beaufort // +1 TITL Earl Sommerset +1 SEX M +1 DEAT +2 DATE 1410 +1 FAMS @F486@ +1 FAMS @F736@ +1 FAMC @F485@ +0 @I1330@ INDI +1 NAME Henry Beaufort // +1 TITL Cardinal +1 SEX M +1 DEAT +2 DATE 1447 +1 FAMC @F485@ +0 @I1331@ INDI +1 NAME Joan Beaufort // +1 SEX F +1 FAMS @F916@ +1 FAMS @F372@ +1 FAMC @F485@ +0 @I1332@ INDI +1 NAME Humphrey /De_Bohun/ +1 TITL Earl of Hereford +1 SEX M +1 FAMS @F914@ +0 @I1333@ INDI +1 NAME Henry /Beaufort/ +1 TITL Earl Sommerset +1 SEX M +1 BIRT +2 DATE 1401 +1 DEAT +2 DATE 1418 +1 FAMC @F486@ +0 @I1334@ INDI +1 NAME John /Beaufort/ +1 TITL Duke Sommerset +1 SEX M +1 BIRT +2 DATE 1403 +1 DEAT +2 DATE 1444 +1 FAMS @F487@ +1 FAMC @F486@ +0 @I1335@ INDI +1 NAME Edmund /Beaufort/ +1 TITL Duke Sommerset +1 SEX M +1 DEAT +2 DATE 1455 +1 FAMS @F920@ +1 FAMC @F486@ +0 @I1336@ INDI +1 NAME Margaret /Beauchamp/ +1 SEX F +1 FAMS @F487@ +0 @I1337@ INDI +1 NAME Isabella of_Castile // +1 SEX F +1 DEAT +2 DATE 23 NOV 1393 +1 FAMS @F488@ +1 FAMC @F908@ +0 @I1338@ INDI +1 NAME Edward // +1 TITL Duke of York +1 SEX M +1 DEAT +2 DATE 1415 +2 PLAC Agincourt +1 FAMS @F1072@ +1 FAMC @F488@ +0 @I1339@ INDI +1 NAME Anne /Beauchamp/ +1 TITL Lady +1 SEX F +1 FAMS @F370@ +0 @I1340@ INDI +1 NAME Isabel /Nevill/ +1 TITL Lady +1 SEX F +1 FAMS @F381@ +1 FAMC @F370@ +0 @I1341@ INDI +1 NAME Louis_XIV // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 5 SEP 1638 +2 PLAC St Germain-en-,Laye,France +1 DEAT +2 DATE 1 SEP 1715 +2 PLAC Versailles,France +1 BURI +2 PLAC St Denis,France +1 FAMS @F523@ +1 FAMS @F524@ +1 FAMC @F521@ +0 @I1342@ INDI +1 NAME Richard /Nevill/ +1 TITL Earl Salisbury +1 SEX M +1 DEAT +2 DATE 1460 +1 FAMS @F490@ +1 FAMC @F372@ +0 @I1343@ INDI +1 NAME Eleanor /De_Bohun/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 3 OCT 1399 +2 PLAC Barking Abbey,Essex,England +1 FAMS @F491@ +1 FAMC @F912@ +0 @I1344@ INDI +1 NAME Roger /Mortimer/ +1 TITL Earl of March IV +1 SEX M +1 DEAT +2 DATE 1398 +2 PLAC ,,,Ireland +1 FAMS @F492@ +1 FAMC @F494@ +0 @I1345@ INDI +1 NAME Eleanor /Holland/ +1 SEX F +1 DEAT +2 DATE 1405 +1 FAMS @F492@ +1 FAMS @F1058@ +1 FAMC @F1057@ +0 @I1346@ INDI +1 NAME Edmund /Mortimer/ +1 TITL Earl of March +1 SEX M +1 DEAT +2 DATE 1425 +1 FAMS @F536@ +1 FAMC @F492@ +0 @I1347@ INDI +1 NAME Violante of_Milan /Visconti/ +1 SEX F +1 DEAT +2 DATE 1404 +1 FAMS @F493@ +1 FAMS @F904@ +1 FAMC @F903@ +0 @I1348@ INDI +1 NAME Philippa of_Ulster // +1 TITL Countess +1 SEX F +1 DEAT +2 DATE 1382 +1 FAMS @F494@ +1 FAMC @F519@ +0 @I1349@ INDI +1 NAME Edmund /Mortimer/ +1 TITL Earl of March 3d +1 SEX M +1 DEAT +2 DATE 1381 +1 FAMS @F494@ +1 FAMC @F795@ +0 @I1350@ INDI +1 NAME Henry /Stafford/ +1 TITL Sir +1 SEX M +1 DEAT +2 DATE 1481 +1 FAMS @F495@ +0 @I1351@ INDI +1 NAME Thomas /Stanley/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1504 +1 FAMS @F496@ +0 @I1352@ INDI +1 NAME Owen /Tudor/ +1 SEX M +1 DEAT +2 DATE 1461 +1 FAMS @F497@ +1 FAMC @F976@ +0 @I1353@ INDI +1 NAME Jasper /Tudor/ +1 TITL Earl of Pembroke +1 SEX M +1 DEAT +2 DATE 1495/1496 +1 FAMS @F537@ +1 FAMC @F497@ +0 @I1354@ INDI +1 NAME Natalia /Sheremetevskaya/ +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1952 +1 FAMS @F498@ +0 @I1355@ INDI +1 NAME Maria Pavlovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1958 +1 FAMS @F512@ +1 FAMC @F50@ +0 @I1356@ INDI +1 NAME Olga /Karnovich/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1929 +1 FAMS @F499@ +1 FAMC @F1382@ +0 @I1357@ INDI +1 NAME Vladimir /Romanov/ +1 SEX M +1 BIRT +2 DATE 1896 +1 DEAT +2 DATE 1918 +1 FAMC @F499@ +0 @I1358@ INDI +1 NAME Natalie /Romanov/ +1 SEX F +1 BIRT +2 DATE 1905 +1 FAMC @F499@ +0 @I1359@ INDI +1 NAME Irina /Romanov/ +1 SEX F +1 BIRT +2 DATE 1908 +1 FAMC @F499@ +0 @I1360@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1910 +1 DEAT +2 DATE 1931 +1 FAMC @F498@ +0 @I1361@ INDI +1 NAME Peter of_Oldenburg // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1924 +1 FAMS @F500@ +0 @I1362@ INDI +1 NAME Helen Vladimirovna of_Russia/Romanov/ +1 TITL Grand Duchess +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1957 +1 FAMS @F76@ +1 FAMC @F47@ +0 @I1363@ INDI +1 NAME Charles of_Brunswick- Wolfenbuttel// +1 TITL Duke +1 SEX M +1 FAMS @F501@ +0 @I1364@ INDI +1 NAME John Lackland // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 24 DEC 1167 +2 PLAC Beaumont Palace,Oxford,England +1 DEAT +2 DATE 19 OCT 1216 +2 PLAC Newark Castle,Newark,Nottinghamshire,England +1 BURI +2 PLAC Worcester,Cathedral +1 FAMS @F502@ +1 FAMS @F503@ +1 FAMC @F504@ +0 @I1365@ INDI +1 NAME Isabella De_Clare of_Gloucester// +1 TITL Countess +1 SEX F +1 DEAT +2 DATE NOV 1217 +1 FAMS @F502@ +1 FAMS @F774@ +1 FAMS @F775@ +1 FAMC @F773@ +0 @I1366@ INDI +1 NAME Isabella of_Angouleme // +1 SEX F +1 BIRT +2 DATE ABT 1188 +2 PLAC Angouleme +1 DEAT +2 DATE 31 MAY 1246 +2 PLAC Fontevraud +1 BURI +2 PLAC Fontevraud Abbey +1 FAMS @F503@ +1 FAMS @F776@ +1 FAMC @F351@ +0 @I1367@ INDI +1 NAME Richard // +1 TITL Earl of Cornwall +1 SEX M +1 BIRT +2 DATE 5 JAN 1209 +2 PLAC Winchester,Castle,England +1 DEAT +2 DATE 1272 +2 PLAC Newark Castle,Newark,England +1 BURI +2 PLAC Worcester,Cathedral +1 FAMS @F599@ +1 FAMS @F600@ +1 FAMS @F601@ +1 FAMC @F503@ +0 @I1368@ INDI +1 NAME Joan // +1 SEX F +1 BIRT +2 DATE 22 JUL 1210 +2 PLAC Gloucester,England +1 DEAT +2 DATE 4 MAR 1238 +2 PLAC Near London,England +1 FAMS @F781@ +1 FAMC @F503@ +0 @I1369@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1214 +2 PLAC Gloucester +1 DEAT +2 DATE 1 DEC 1241 +2 PLAC Foggia +1 FAMS @F602@ +1 FAMC @F503@ +0 @I1370@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 1215 +2 PLAC Gloucester +1 DEAT +2 DATE 13 APR 1275 +2 PLAC Montargis,France +1 FAMS @F336@ +1 FAMS @F598@ +1 FAMC @F503@ +0 @I1371@ INDI +1 NAME Henry_II Curtmantle // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 25 MAR 1133 +2 PLAC Le Mans +1 DEAT +2 DATE 6 JUL 1189 +2 PLAC Chinon +1 BURI +2 PLAC Fontevraud Abbey +1 FAMS @F504@ +1 FAMC @F510@ +0 @I1372@ INDI +1 NAME Eleanor of_Aquitaine // +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE ABT 1122 +2 PLAC Bordeaux/Berlin +1 DEAT +2 DATE 1 APR 1204 +2 PLAC Fontevraud +1 BURI +2 PLAC Fontevraud +1 FAMS @F766@ +1 FAMS @F504@ +1 FAMC @F765@ +0 @I1373@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 17 AUG 1152 +2 PLAC Normandy,England +1 DEAT +2 DATE ABT APR 1156 +2 PLAC Wallingford,Castle,Berkshire,England +1 FAMC @F504@ +0 @I1374@ INDI +1 NAME Henry the_Young_King // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 28 FEB 1155 +2 PLAC Bermondsey +1 DEAT +2 DATE 11 JUN 1183 +2 PLAC Martel +1 FAMS @F567@ +1 FAMC @F504@ +0 @I1375@ INDI +1 NAME Matilda (Maud) // +1 SEX F +1 BIRT +2 DATE 1156 +2 PLAC London,England +1 DEAT +2 DATE 28 JUN 1189 +2 PLAC Brunswick +1 FAMS @F566@ +1 FAMC @F504@ +0 @I1376@ INDI +1 NAME Richard_I Coeur_de_Lion // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 1157 +2 PLAC Beaumont Palace,Oxford,England +1 DEAT +2 DATE 6 APR 1199 +2 PLAC Chalus,Limousin +1 BURI +2 PLAC Fontevraud Abbey +1 FAMS @F565@ +1 FAMC @F504@ +0 @I1377@ INDI +1 NAME Geoffrey // +1 TITL Duke of Brittany +1 SEX M +1 BIRT +2 DATE 23 SEP 1158 +1 DEAT +2 DATE 19 AUG 1186 +2 PLAC Paris +1 FAMS @F563@ +1 FAMC @F504@ +0 @I1378@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 13 OCT 1162 +2 PLAC Domfront,Normandy +1 DEAT +2 DATE 31 OCT 1214 +2 PLAC Burgos +1 FAMS @F571@ +1 FAMC @F504@ +0 @I1379@ INDI +1 NAME Joan /Plantagenet/ +1 SEX F +1 BIRT +2 DATE OCT 1165 +2 PLAC Angers +1 DEAT +2 DATE 4 SEP 1199 +1 FAMS @F590@ +1 FAMS @F591@ +1 FAMC @F504@ +0 @I1380@ INDI +1 NAME William_I the_Conqueror // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 1027/1028 +2 PLAC Falaise,Normandy,France +1 DEAT +2 DATE 7 SEP 1087 +2 PLAC Near Rouen,France +1 BURI +2 PLAC St Stephen Abbey,Caen,Normandy +1 FAMS @F505@ +1 FAMC @F572@ +0 @I1381@ INDI +1 NAME Matilda of_Flanders // +1 SEX F +1 BIRT +2 DATE ABT 1031 +2 PLAC Flanders,France +1 DEAT +2 DATE 2 NOV 1083 +2 PLAC Caen +1 BURI +2 PLAC Holy Trinity,Abbey,Caen +1 FAMS @F505@ +1 FAMC @F752@ +0 @I1382@ INDI +1 NAME Robert Curthose // +1 TITL Duke of Normandy +1 SEX M +1 BIRT +2 DATE 1054 +2 PLAC Normandy,France +1 DEAT +2 DATE 10 FEB 1134 +2 PLAC Cardiff Castle +1 FAMS @F753@ +1 FAMC @F505@ +0 @I1383@ INDI +1 NAME Richard // +1 SEX M +1 BIRT +2 DATE ABT 1055 +1 DEAT +2 DATE ABT 1081 +2 PLAC New Forest +1 FAMC @F505@ +0 @I1384@ INDI +1 NAME William_II Rufus // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 1056/1060 +2 PLAC Normandy,France +1 DEAT +2 DATE 2 AUG 1100 +2 PLAC New Forest +1 BURI +2 PLAC Winchester,Cathedral +1 FAMC @F505@ +0 @I1385@ INDI +1 NAME Cecilia of_Holy_Trinity // +1 TITL Abess +1 SEX F +1 DEAT +2 DATE 30 JUL 1126 +2 PLAC Caen +1 FAMC @F505@ +0 @I1386@ INDI +1 NAME Agatha // +1 SEX F +1 FAMC @F505@ +0 @I1387@ INDI +1 NAME Adeliza a_nun // +1 SEX F +1 FAMC @F505@ +0 @I1388@ INDI +1 NAME Adela // +1 SEX F +1 BIRT +2 DATE ABT 1062 +2 PLAC Normandy,France +1 DEAT +2 DATE 8 MAR 1137/1138 +2 PLAC Marcigny-sur-,Loire,France +1 FAMS @F569@ +1 FAMC @F505@ +0 @I1389@ INDI +1 NAME Matilda // +1 SEX F +1 FAMC @F505@ +0 @I1390@ INDI +1 NAME Constance // +1 SEX F +1 BIRT +2 DATE ABT 1066 +2 PLAC Normandy,France +1 DEAT +2 DATE 13 AUG 1090 +2 PLAC Brittany,France +1 FAMS @F586@ +1 FAMC @F505@ +0 @I1391@ INDI +1 NAME Henry_I Beauclerc // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE ABT SEP 1068 +2 PLAC Selby,Yorkshire,England +1 DEAT +2 DATE 1 DEC 1135 +2 PLAC St Denis-le-,Fermont,Near Gisors +1 BURI +2 PLAC Reading Abbey +1 FAMS @F506@ +1 FAMS @F507@ +1 FAMC @F505@ +0 @I1392@ INDI +1 NAME Matilda (Edith) of_Scotland// +1 SEX F +1 BIRT +2 DATE 1079/1080 +2 PLAC Dunfermline +1 DEAT +2 DATE 1 MAY 1118 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F506@ +1 FAMC @F568@ +0 @I1393@ INDI +1 NAME Robert of_Gloucester // +1 SEX M +1 DEAT +2 DATE 1147 +1 FAMC @F506@ +0 @I1394@ INDI +1 NAME William // +1 TITL Duke of Normandy +1 SEX M +1 BIRT +2 DATE BEF 5 AUG 1103 +2 PLAC Winchester +1 DEAT +2 DATE 25 NOV 1120 +1 FAMS @F759@ +1 FAMC @F506@ +0 @I1395@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE ABT 1103/1104 +2 PLAC Winchester +1 DEAT +2 DATE 10 SEP 1167 +2 PLAC Rouen +1 FAMS @F509@ +1 FAMS @F510@ +1 FAMC @F506@ +0 @I1396@ INDI +1 NAME Adeliza of_Louvain // +1 SEX F +1 BIRT +2 DATE ABT 1105 +2 PLAC Louvain,Belgium +1 DEAT +2 DATE ABT 23 APR 1151 +2 PLAC Afflighem,Flanders +1 BURI +2 PLAC Afflighem,Flanders +1 FAMS @F507@ +1 FAMS @F625@ +1 FAMC @F756@ +0 @I1397@ INDI +1 NAME Stephen // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE ABT 1096 +2 PLAC Blois,France +1 DEAT +2 DATE 25 OCT 1154 +2 PLAC Dover Castle +1 BURI +2 PLAC Faversham Abbey +1 FAMS @F508@ +1 FAMC @F569@ +0 @I1398@ INDI +1 NAME Matilda of_Boulogne // +1 SEX F +1 BIRT +2 DATE ABT 1103/1105 +2 PLAC Boulogne +1 DEAT +2 DATE 3 MAY 1152 +2 PLAC Hedingham Castle,Essex,England +1 BURI +2 PLAC Faversham Abbey +1 FAMS @F508@ +1 FAMC @F589@ +0 @I1399@ INDI +1 NAME Baldwin // +1 SEX M +1 BIRT +2 DATE ABT 1126 +1 DEAT +2 DATE BEF 2 DEC 1135 +2 PLAC London,England +1 FAMC @F508@ +0 @I1400@ INDI +1 NAME Eustace of_Boulongne // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1130/1131 +1 DEAT +2 DATE 10 AUG 1153 +2 PLAC Bury St Edmunds +1 FAMS @F570@ +1 FAMC @F508@ +0 @I1401@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE ABT 1133 +1 DEAT +2 DATE ABT 1135 +1 FAMC @F508@ +0 @I1402@ INDI +1 NAME William of_Boulogne // +1 TITL Count +1 SEX M +1 BIRT +2 DATE ABT 1134 +1 DEAT +2 DATE 11 OCT 1159 +2 PLAC Toulouse +1 FAMS @F587@ +1 FAMC @F508@ +0 @I1403@ INDI +1 NAME Mary of_Boulogne // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE ABT 1136 +1 DEAT +2 DATE 1182 +2 PLAC St Austrebert +1 FAMS @F588@ +1 FAMC @F508@ +0 @I1404@ INDI +1 NAME Henry_V // +1 TITL Holy Roman Empr +1 SEX M +1 BIRT +2 DATE 1086 +1 DEAT +2 DATE 23 MAY 1125 +2 PLAC Utrecht +1 FAMS @F509@ +0 @I1405@ INDI +1 NAME Geoffrey_V /Plantagenet/ +1 TITL Count of Anjou +1 SEX M +1 DEAT +2 DATE 7 SEP 1151 +2 PLAC Chateau-du-Loir +1 FAMS @F510@ +0 @I1406@ INDI +1 NAME Audrey /Emery/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F511@ +1 FAMC @F1383@ +0 @I1407@ INDI +1 NAME Paul /Romanov/ +1 TITL Prince Ilynsky +1 SEX M +1 FAMC @F511@ +0 @I1408@ INDI +1 NAME William // +1 TITL Prince of Sweden +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1965 +1 FAMS @F512@ +1 FAMC @F155@ +0 @I1409@ INDI +1 NAME Lennart Gustaf Nicholas// +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 8 MAY 1909 +2 PLAC Stockholm,Sweden +1 FAMS @F1295@ +1 FAMS @F1296@ +1 FAMC @F512@ +0 @I1410@ INDI +1 NAME Joan // +1 TITL Countess of Kent +1 SEX F +1 BIRT +2 DATE 29 SEP 1328 +1 DEAT +2 DATE 8 AUG 1385 +2 PLAC Wallingford,Castle,Berkshire,England +1 FAMS @F901@ +1 FAMS @F513@ +1 FAMC @F564@ +0 @I1411@ INDI +1 NAME Edward // +1 SEX M +1 BIRT +2 DATE 27 JAN 1365 +2 PLAC Angouleme +1 DEAT +2 DATE 1372 +2 PLAC Bordeaux,France +1 FAMC @F513@ +0 @I1412@ INDI +1 NAME Richard_II // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE 6 JAN 1367 +2 PLAC Bordeaux,France +1 DEAT +2 DATE 6 JAN 1400 +2 PLAC Pontefract,Castle +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F514@ +1 FAMS @F515@ +1 FAMC @F513@ +0 @I1413@ INDI +1 NAME Anne of_Bohemia // +1 SEX F +1 BIRT +2 DATE 11 MAY 1366 +2 PLAC Prague +1 DEAT +2 DATE BEF 3 JUN 1394 +2 PLAC Sheen Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F514@ +1 FAMC @F1066@ +0 @I1414@ INDI +1 NAME Isabella of_France // +1 SEX F +1 BIRT +2 DATE 9 NOV 1387 +2 PLAC Hotel du Louvre,Paris,France +1 DEAT +2 DATE 13 SEP 1409 +2 PLAC Blois +1 BURI +2 DATE ABT 1624 +2 PLAC Celestines,Paris +1 FAMS @F515@ +1 FAMC @F915@ +0 @I1415@ INDI +1 NAME Enguerrand_VII de_Courcy // +1 TITL Earl of Bedford +1 SEX M +1 DEAT +2 DATE 1396 +1 FAMS @F516@ +0 @I1416@ INDI +1 NAME Constanza (Constance) // +1 TITL Queen of Castile +1 SEX F +1 DEAT +2 DATE 24 MAR 1394 +2 PLAC Leicester,England +1 FAMS @F517@ +1 FAMC @F905@ +0 @I1417@ INDI +1 NAME John 2d /Hastings/ +1 TITL Earl of Pembroke +1 SEX M +1 DEAT +2 DATE 1375 +1 FAMS @F518@ +0 @I1418@ INDI +1 NAME Elizabeth de_Burgh // +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 10 DEC 1363 +2 PLAC Dublin +1 FAMS @F519@ +1 FAMC @F902@ +0 @I1419@ INDI +1 NAME Charles Frederick of_Holstein-// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1700 +1 DEAT +2 DATE 1739 +1 FAMS @F473@ +0 @I1420@ INDI +1 NAME Marie-Therese of_Spain // +1 SEX F +1 BIRT +2 DATE 20 SEP 1638 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 30 JUL 1683 +2 PLAC Versailles,France +1 BURI +2 PLAC St Denis +1 FAMS @F523@ +1 FAMC @F948@ +0 @I1421@ INDI +1 NAME Francoise d'Aubigne // +1 SEX F +1 BIRT +2 DATE 27 NOV 1635 +2 PLAC Niort,France +1 DEAT +2 DATE 15 APR 1719 +2 PLAC St Cyr,France +1 BURI +2 PLAC St Cyr +1 FAMS @F524@ +0 @I1422@ INDI +1 NAME Louis_XV // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 15 FEB 1710 +2 PLAC Versailles,France +1 DEAT +2 DATE 10 MAY 1774 +2 PLAC Versailles,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F525@ +1 FAMC @F344@ +0 @I1423@ INDI +1 NAME Maria of_Poland /Leczinska/ +1 SEX F +1 BIRT +2 DATE 1703 +1 DEAT +2 DATE 1768 +1 FAMS @F525@ +1 FAMC @F1183@ +0 @I1424@ INDI +1 NAME Louis_XVI // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 23 AUG 1754 +2 PLAC Versailles,France +1 DEAT +2 DATE 21 JAN 1793 +2 PLAC Paris,France +1 BURI +2 DATE 1815 +2 PLAC St Denis,France +1 FAMS @F526@ +1 FAMC @F1185@ +0 @I1425@ INDI +1 NAME Marie Antoinette of_Austria// +1 SEX F +1 BIRT +2 DATE 2 NOV 1755 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 16 OCT 1793 +2 PLAC Paris,France +1 BURI +2 DATE 1815 +2 PLAC St Denis,France +1 FAMS @F526@ +0 @I1426@ INDI +1 NAME Henry /Brandon/ +1 TITL Earl of Lincoln +1 SEX M +1 BIRT +2 DATE 1516 +1 DEAT +2 DATE 1534 +1 FAMC @F318@ +0 @I1427@ INDI +1 NAME Frances /Brandon/ +1 SEX F +1 BIRT +2 DATE 1517 +1 DEAT +2 DATE 1559 +1 FAMS @F527@ +1 FAMS @F935@ +1 FAMC @F318@ +0 @I1428@ INDI +1 NAME Eleanor /Brandon/ +1 SEX F +1 DEAT +2 DATE 1547 +1 FAMS @F934@ +1 FAMC @F318@ +0 @I1429@ INDI +1 NAME Madeleine of_France // +1 SEX F +1 DEAT +2 DATE 1537 +1 FAMS @F458@ +1 FAMC @F728@ +0 @I1430@ INDI +1 NAME Henry /Grey/ +1 TITL Duke of Suffolk +1 SEX M +1 DEAT +2 DATE 1554 +1 FAMS @F527@ +0 @I1431@ INDI +1 NAME Margaret /Douglas/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1578 +1 FAMS @F528@ +1 FAMC @F529@ +0 @I1432@ INDI +1 NAME Matthew /Stuart/ +1 TITL Earl Lennox 4th +1 SEX M +1 BIRT +2 DATE 1516 +1 DEAT +2 DATE 1571 +1 FAMS @F528@ +1 FAMC @F551@ +0 @I1433@ INDI +1 NAME Charles /Stuart/ +1 TITL Earl Lennox 6th +1 SEX M +1 DEAT +2 DATE 1576 +1 FAMS @F530@ +1 FAMC @F528@ +0 @I1434@ INDI +1 NAME Elizabeth /Cavendish/ +1 SEX F +1 DEAT +2 DATE 1581 +1 FAMS @F530@ +1 FAMC @F930@ +0 @I1435@ INDI +1 NAME Arabella /Stuart/ +1 SEX F +1 DEAT +2 DATE 1615 +1 FAMS @F531@ +1 FAMC @F530@ +0 @I1436@ INDI +1 NAME William /Seymour/ +1 TITL Duke Sommerset +1 SEX M +1 DEAT +2 DATE 1660 +1 FAMS @F531@ +1 FAMS @F932@ +1 FAMC @F938@ +0 @I1437@ INDI +1 NAME Thomas /Beaufort/ +1 TITL Duke of Exeter +1 SEX M +1 FAMS @F917@ +1 FAMC @F485@ +0 @I1438@ INDI +1 NAME Franz Josef of_Austria// +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 18 AUG 1830 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 21 NOV 1916 +1 FAMS @F532@ +1 FAMC @F1150@ +0 @I1439@ INDI +1 NAME Rudolf // +1 TITL Archduke +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1889 +1 FAMC @F532@ +0 @I1440@ INDI +1 NAME Daughter_1 // +1 SEX F +1 FAMC @F532@ +0 @I1441@ INDI +1 NAME Daughter_2 // +1 SEX F +1 FAMC @F532@ +0 @I1442@ INDI +1 NAME // +1 TITL duc d' Alencon +1 SEX M +1 FAMS @F533@ +0 @I1443@ INDI +1 NAME Joan /Holland/ +1 SEX F +1 DEAT +2 DATE 1434 +1 FAMS @F534@ +0 @I1444@ INDI +1 NAME Maud /Clifford/ +1 SEX F +1 FAMS @F1074@ +1 FAMS @F535@ +1 FAMC @F1073@ +0 @I1445@ INDI +1 NAME Anne /Stafford/ +1 SEX F +1 FAMS @F536@ +1 FAMC @F1059@ +0 @I1446@ INDI +1 NAME Catherine /Woodville/ +1 SEX F +1 FAMS @F537@ +0 @I1447@ INDI +1 NAME Robert_I /Bruce/ +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1274 +1 DEAT +2 DATE 1329 +2 PLAC Cardoss Castle,Firth of Clyde,Scotland +1 FAMS @F538@ +1 FAMS @F539@ +1 FAMC @F740@ +0 @I1448@ INDI +1 NAME Isobel of_Mar // +1 SEX F +1 FAMS @F538@ +1 FAMC @F730@ +0 @I1449@ INDI +1 NAME Margery /Bruce/ +1 SEX F +1 DEAT +2 DATE 1316 +1 FAMS @F542@ +1 FAMC @F538@ +0 @I1450@ INDI +1 NAME Elizabeth de_Burgh // +1 SEX F +1 DEAT +2 DATE 1327 +1 FAMS @F539@ +1 FAMC @F548@ +0 @I1451@ INDI +1 NAME David_II /Bruce/ +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1329 +1 DEAT +2 DATE 1371 +1 FAMS @F540@ +1 FAMS @F541@ +1 FAMC @F539@ +0 @I1452@ INDI +1 NAME Thored // +1 TITL Ealdorman +1 SEX M +1 FAMS @F697@ +1 FAMC @F698@ +0 @I1453@ INDI +1 NAME Margaret /Drummond/ +1 SEX F +1 DEAT +2 DATE 1375 +1 FAMS @F746@ +1 FAMS @F541@ +1 FAMC @F747@ +0 @I1454@ INDI +1 NAME Walter /Stewart/ +1 SEX M +1 BIRT +2 DATE 1292 +1 DEAT +2 DATE 1326 +1 FAMS @F542@ +0 @I1455@ INDI +1 NAME Robert_II // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1316 +1 DEAT +2 DATE 1390 +1 FAMS @F543@ +1 FAMS @F545@ +1 FAMC @F542@ +0 @I1456@ INDI +1 NAME Elizabeth of_Rowallan /Mure/ +1 SEX F +1 FAMS @F543@ +1 FAMC @F731@ +0 @I1457@ INDI +1 NAME Robert_III // +1 TITL King of Scotland +1 SEX M +1 FAMS @F544@ +1 FAMC @F543@ +0 @I1458@ INDI +1 NAME Walter // +1 SEX M +1 FAMC @F543@ +0 @I1459@ INDI +1 NAME Robert // +1 TITL Earl of Fife +1 SEX M +1 FAMS @F554@ +1 FAMC @F543@ +0 @I1460@ INDI +1 NAME Alexander // +1 SEX M +1 FAMC @F543@ +0 @I1461@ INDI +1 NAME Annabella // +1 SEX F +1 DEAT +2 DATE 1401 +1 FAMS @F544@ +1 FAMC @F737@ +0 @I1462@ INDI +1 NAME David of_Rothesay // +1 TITL Duke +1 SEX M +1 FAMC @F544@ +0 @I1463@ INDI +1 NAME James_I // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1394 +2 PLAC Dunfermline,Scotland +1 DEAT +2 DATE 1437 +1 FAMS @F546@ +1 FAMC @F544@ +0 @I1464@ INDI +1 NAME Euphemia of_Ross // +1 SEX F +1 FAMS @F545@ +1 FAMC @F732@ +0 @I1465@ INDI +1 NAME Joan /Beaufort/ +1 SEX F +1 DEAT +2 DATE 1445 +1 FAMS @F546@ +1 FAMS @F555@ +1 FAMC @F486@ +0 @I1466@ INDI +1 NAME James_II // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1430 +2 PLAC Edinburgh,Scotland +1 DEAT +2 DATE 1460 +2 PLAC Roxburgh Castle,Scotland +1 FAMS @F547@ +1 FAMC @F546@ +0 @I1467@ INDI +1 NAME Marie of_Gueldres // +1 SEX F +1 DEAT +2 DATE 1463 +1 FAMS @F547@ +1 FAMC @F738@ +0 @I1468@ INDI +1 NAME John // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 1455 +1 DEAT +2 DATE 1513 +1 FAMS @F1343@ +1 FAMC @F739@ +0 @I1469@ INDI +1 NAME Margaret of_Denmark // +1 SEX F +1 BIRT +2 DATE ABT 1457 +1 DEAT +2 DATE 1486 +1 FAMS @F460@ +1 FAMC @F739@ +0 @I1470@ INDI +1 NAME Alexander // +1 TITL Duke of Albany +1 SEX M +1 BIRT +2 DATE ABT 1454 +1 DEAT +2 DATE 1485 +1 FAMS @F553@ +1 FAMS @F1344@ +1 FAMC @F547@ +0 @I1471@ INDI +1 NAME John // +1 TITL Earl of Mar +1 SEX M +1 FAMC @F547@ +0 @I1472@ INDI +1 NAME Mary // +1 SEX F +1 FAMS @F315@ +1 FAMS @F549@ +1 FAMC @F547@ +0 @I1473@ INDI +1 NAME Thomas /Boyd/ +1 TITL Earl of Arran +1 SEX M +1 FAMS @F315@ +0 @I1474@ INDI +1 NAME James /Hamilton/ +1 TITL Lord 1st +1 SEX M +1 BIRT +2 DATE 1479 +1 FAMS @F549@ +0 @I1475@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMS @F550@ +1 FAMC @F549@ +0 @I1476@ INDI +1 NAME James /Hamilton/ +1 TITL Earl of Arran I +1 SEX M +1 BIRT +2 DATE 1477 +1 DEAT +2 DATE 1529 +1 FAMS @F556@ +1 FAMC @F549@ +0 @I1477@ INDI +1 NAME Matthew /Stewart/ +1 TITL Earl Lennox II +1 SEX M +1 FAMS @F550@ +0 @I1478@ INDI +1 NAME John /Stewart/ +1 TITL Earl Lennox III +1 SEX M +1 FAMS @F551@ +1 FAMC @F550@ +0 @I1479@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F551@ +0 @I1480@ INDI +1 NAME John /Stuart/ +1 TITL Lord d'Aubigny V +1 SEX M +1 FAMS @F552@ +1 FAMC @F551@ +0 @I1481@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F552@ +0 @I1482@ INDI +1 NAME Esme /Stuart/ +1 TITL Duke Lennox I +1 SEX M +1 DEAT +2 DATE 1583 +1 FAMC @F552@ +0 @I1483@ INDI +1 NAME Catherine /Sinclair/ +1 SEX F +1 FAMS @F553@ +0 @I1484@ INDI +1 NAME John // +1 TITL Duke of Albany +1 SEX M +1 BIRT +2 DATE 1484 +1 DEAT +2 DATE 1536 +1 FAMC @F1344@ +0 @I1485@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F554@ +0 @I1486@ INDI +1 NAME Murdoch // +1 TITL Duke of Albany +1 SEX M +1 FAMC @F554@ +0 @I1487@ INDI +1 NAME James /Stewart/ +1 TITL Sir +1 SEX M +1 FAMS @F555@ +0 @I1488@ INDI +1 NAME John /Stewart/ +1 TITL Earl of Atholl +1 SEX M +1 FAMC @F555@ +0 @I1489@ INDI +1 NAME James /Stewart/ +1 TITL Earl of Buchan +1 SEX M +1 FAMC @F555@ +0 @I1490@ INDI +1 NAME Andrew /Stewart/ +1 TITL Bishop of Moray +1 SEX M +1 FAMC @F555@ +0 @I1491@ INDI +1 NAME Janet /Beaton/ +1 SEX F +1 DEAT +2 DATE ABT 1522 +1 FAMS @F556@ +0 @I1492@ INDI +1 NAME James /Hamilton/ +1 TITL Earl of Arran II +1 SEX M +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1575 +1 FAMS @F557@ +1 FAMC @F556@ +0 @I1493@ INDI +1 NAME Margaret /Douglas/ +1 SEX F +1 FAMS @F557@ +0 @I1494@ INDI +1 NAME James /Hamilton/ +1 TITL 3d Earl of Arran +1 SEX M +1 DEAT +2 DATE 1609 +1 FAMC @F557@ +0 @I1495@ INDI +1 NAME Blanche of_Artois // +1 SEX F +1 DEAT +2 DATE 2 MAY 1302 +1 FAMS @F558@ +1 FAMC @F786@ +0 @I1496@ INDI +1 NAME Thomas // +1 TITL Earl Lancaster +1 SEX M +1 FAMC @F558@ +0 @I1497@ INDI +1 NAME Henry // +1 TITL Earl Lancaster +1 SEX M +1 FAMS @F559@ +1 FAMC @F558@ +0 @I1498@ INDI +1 NAME Maud /Chaworth/ +1 SEX F +1 FAMS @F559@ +0 @I1499@ INDI +1 NAME Henry // +1 TITL Duke Lancaster I +1 SEX M +1 DEAT +2 DATE 1361 +1 FAMS @F560@ +1 FAMC @F559@ +0 @I1500@ INDI +1 NAME Isabel /de_Beaumont/ +1 SEX F +1 FAMS @F560@ +0 @I1501@ INDI +1 NAME Philippa of_Lancaster // +1 SEX F +1 BIRT +2 DATE ABT 1360 +1 DEAT +2 DATE 1415 +1 FAMS @F561@ +1 FAMC @F452@ +0 @I1502@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1364 +1 DEAT +2 DATE 1426 +1 FAMS @F1067@ +1 FAMS @F1068@ +1 FAMC @F452@ +0 @I1503@ INDI +1 NAME John_I // +1 TITL King of Portugal +1 SEX M +1 BIRT +2 DATE 1357 +1 DEAT +2 DATE 1433 +1 FAMS @F561@ +0 @I1504@ INDI +1 NAME Alice (Itayls) /Hayles/ +1 SEX F +1 DEAT +2 DATE AFT 8 MAY 1326 +1 FAMS @F562@ +1 FAMC @F789@ +0 @I1505@ INDI +1 NAME Margaret of_Liddell /Wake/ +1 TITL Baroness +1 SEX F +1 DEAT +2 DATE 29 SEP 1349 +1 FAMS @F793@ +1 FAMS @F564@ +1 FAMC @F792@ +0 @I1506@ INDI +1 NAME Constance of_Brittany // +1 TITL Duchess +1 SEX F +1 DEAT +2 DATE 1201 +1 FAMS @F563@ +1 FAMS @F771@ +1 FAMS @F772@ +1 FAMC @F770@ +0 @I1507@ INDI +1 NAME Arthur // +1 SEX M +1 BIRT +2 DATE 1187 +1 DEAT +2 DATE 1203 +1 FAMC @F563@ +0 @I1508@ INDI +1 NAME Berengaria of_Navarre // +1 SEX F +1 BIRT +2 DATE 1163 +1 DEAT +2 DATE 1230 +1 FAMS @F565@ +1 FAMC @F769@ +0 @I1509@ INDI +1 NAME Henry the_Lion // +1 TITL Duke of Saxony +1 SEX M +1 DEAT +2 DATE 1195 +1 FAMS @F566@ +0 @I1510@ INDI +1 NAME Margaret of_France // +1 SEX F +1 DEAT +2 DATE 1198 +1 FAMS @F567@ +1 FAMC @F766@ +0 @I1511@ INDI +1 NAME Malcolm_III Canmore // +1 TITL King of Scotland +1 SEX M +1 DEAT +2 DATE 1093 +1 FAMS @F1020@ +1 FAMS @F568@ +1 FAMC @F1028@ +0 @I1512@ INDI +1 NAME St_Margaret // +1 SEX F +1 DEAT +2 DATE 1093 +1 FAMS @F568@ +1 FAMC @F582@ +0 @I1513@ INDI +1 NAME Edgar // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE ABT 1074 +1 DEAT +2 DATE 1107 +1 FAMC @F568@ +0 @I1514@ INDI +1 NAME Alexander_I the_Fierce // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1078 +1 DEAT +2 DATE 1124 +1 FAMS @F1018@ +1 FAMC @F568@ +0 @I1515@ INDI +1 NAME David_I the_Saint // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE ABT 1080 +1 DEAT +2 DATE 1153 +1 FAMS @F1022@ +1 FAMC @F568@ +0 @I1516@ INDI +1 NAME Mary of_Scotland // +1 SEX F +1 FAMS @F589@ +1 FAMC @F568@ +0 @I1517@ INDI +1 NAME Stephen Henry // +1 TITL Count of Blois +1 SEX M +1 DEAT +2 DATE 1102 +1 FAMS @F569@ +0 @I1518@ INDI +1 NAME Theobald // +1 TITL Count of Blois +1 SEX M +1 DEAT +2 DATE 1151 +1 FAMS @F763@ +1 FAMC @F569@ +0 @I1519@ INDI +1 NAME Henry of_Winchester // +1 TITL Bishop +1 SEX M +1 FAMC @F569@ +0 @I1520@ INDI +1 NAME Alfonso_VIII // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1155 +1 DEAT +2 DATE 1214 +1 FAMS @F571@ +1 FAMC @F695@ +0 @I1521@ INDI +1 NAME Matthew of_Alsace // +1 TITL Count Boulogne +1 SEX M +1 FAMS @F588@ +1 FAMC @F768@ +0 @I1522@ INDI +1 NAME Eustace_III of_Boulogne // +1 TITL Count +1 SEX M +1 FAMS @F589@ +0 @I1523@ INDI +1 NAME Isabel de_Warrenne // +1 SEX F +1 FAMS @F587@ +1 FAMC @F767@ +0 @I1524@ INDI +1 NAME Constance of_Toulouse // +1 SEX F +1 FAMS @F570@ +0 @I1525@ INDI +1 NAME Robert the_Devil // +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1035 +1 FAMS @F572@ +1 FAMC @F573@ +0 @I1526@ INDI +1 NAME Herleva // +1 SEX F +1 FAMS @F572@ +1 FAMS @F585@ +0 @I1527@ INDI +1 NAME Richard_II of_Normandy // +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1026 +1 FAMS @F573@ +1 FAMC @F574@ +0 @I1528@ INDI +1 NAME Judith of_Brittany // +1 SEX F +1 FAMS @F573@ +0 @I1529@ INDI +1 NAME Richard_III of_Normandy // +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1028 +1 FAMC @F573@ +0 @I1530@ INDI +1 NAME Richard_I the_Fearless of_Normandy// +1 TITL Count +1 SEX M +1 DEAT +2 DATE 996 +1 FAMS @F574@ +0 @I1531@ INDI +1 NAME Gunnor of_Denmark // +1 SEX F +1 FAMS @F574@ +0 @I1532@ INDI +1 NAME Emma of_Normandy // +1 SEX F +1 DEAT +2 DATE 1052 +1 FAMS @F575@ +1 FAMS @F584@ +1 FAMC @F574@ +0 @I1533@ INDI +1 NAME Ethelred_II the_Unready // +1 TITL King of Kent +1 SEX M +1 BIRT +2 DATE ABT 968 +1 DEAT +2 DATE 1016 +1 BURI +2 PLAC St. Paul's +1 FAMS @F580@ +1 FAMS @F575@ +1 FAMC @F710@ +0 @I1534@ INDI +1 NAME Edward the_Confessor // +1 TITL King of England +1 SEX M +1 BIRT +2 DATE ABT 1002 +2 PLAC Islip,Oxfordshire,England +1 DEAT +2 DATE 5 JAN 1066 +1 BURI +2 DATE 6 JAN 1066 +2 PLAC Westminster,Abbey,London,England +1 FAMS @F576@ +1 FAMC @F575@ +0 @I1535@ INDI +1 NAME Edith (Eadgyth) // +1 SEX F +1 DEAT +2 DATE 18 DEC 1075 +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMS @F576@ +1 FAMC @F577@ +0 @I1536@ INDI +1 NAME Godwin // +1 TITL Earl of Wessex +1 SEX M +1 FAMS @F577@ +0 @I1537@ INDI +1 NAME Gytha // +1 SEX F +1 FAMS @F577@ +0 @I1538@ INDI +1 NAME Harold_II // +1 SEX M +1 BIRT +2 DATE ABT 1022 +1 DEAT +2 DATE 14 OCT 1066 +2 PLAC Hastings +1 FAMS @F578@ +1 FAMC @F577@ +0 @I1539@ INDI +1 NAME Edith Swan-neck (Ealdgyth)// +1 SEX F +1 FAMS @F813@ +1 FAMS @F578@ +1 FAMC @F706@ +0 @I1540@ INDI +1 NAME Gytha // +1 SEX F +1 FAMS @F579@ +1 FAMC @F578@ +0 @I1541@ INDI +1 NAME Vladimir of_Kiev /Monomakh/ +1 TITL Grand Duke +1 SEX M +1 DEAT +2 DATE 1125 +1 FAMS @F579@ +0 @I1542@ INDI +1 NAME Elfreda (Elfgiva) // +1 SEX F +1 FAMS @F580@ +1 FAMC @F697@ +0 @I1543@ INDI +1 NAME Edmund_II Ironside // +1 SEX M +1 DEAT +2 DATE 1016 +1 FAMS @F581@ +1 FAMC @F580@ +0 @I1544@ INDI +1 NAME Ealdgyth // +1 SEX F +1 FAMS @F581@ +0 @I1545@ INDI +1 NAME Edward /Athling/ +1 SEX M +1 BIRT +2 DATE ABT 1016 +1 DEAT +2 DATE 1057 +1 FAMS @F582@ +1 FAMC @F581@ +0 @I1546@ INDI +1 NAME Agatha // +1 SEX F +1 FAMS @F582@ +1 FAMC @F699@ +0 @I1547@ INDI +1 NAME Edgar /Athling/ +1 SEX M +1 FAMC @F582@ +0 @I1548@ INDI +1 NAME Canute_II the_Great // +1 SEX M +1 BIRT +2 DATE ABT 995 +1 DEAT +2 DATE 12 NOV 1035 +2 PLAC Shaftesbury,England +1 BURI +2 PLAC Winchester,Cathedral,London,England +1 FAMS @F583@ +1 FAMS @F584@ +1 FAMC @F708@ +0 @I1549@ INDI +1 NAME Elfgiva of_Northampton // +1 SEX F +1 FAMS @F583@ +1 FAMC @F707@ +0 @I1550@ INDI +1 NAME Harold_I Harefoot // +1 SEX M +1 BIRT +2 DATE ABT 1015 +1 DEAT +2 DATE 17 MAR 1040 +2 PLAC Oxford,England +1 BURI +2 PLAC St Clement Danes,London,England +1 FAMC @F583@ +0 @I1551@ INDI +1 NAME Sweyn // +1 TITL King of Norway +1 SEX M +1 DEAT +2 DATE 1036 +1 FAMC @F583@ +0 @I1552@ INDI +1 NAME Hardicanute // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 1018 +1 DEAT +2 DATE 8 JUN 1042 +2 PLAC Lambeth +1 BURI +2 PLAC Winchester,Cathedral,London,England +1 FAMC @F584@ +0 @I1553@ INDI +1 NAME Herluin of_Conteville // +1 TITL Viscount +1 SEX M +1 FAMS @F585@ +0 @I1554@ INDI +1 NAME Odo of_Bayeux // +1 TITL Bishop +1 SEX M +1 DEAT +2 DATE 1097 +1 FAMC @F585@ +0 @I1555@ INDI +1 NAME Robert // +1 TITL Count of Mortain +1 SEX M +1 FAMC @F585@ +0 @I1556@ INDI +1 NAME Alan_IV of_Brittany /Fergant/ +1 TITL Count +1 SEX M +1 FAMS @F586@ +0 @I1557@ INDI +1 NAME William_II the_Good // +1 TITL King of Sicily +1 SEX M +1 BIRT +2 DATE 1166 +1 DEAT +2 DATE 18 NOV 1189 +1 FAMS @F590@ +1 FAMC @F1166@ +0 @I1558@ INDI +1 NAME Raymond_VI of_Toulouse // +1 TITL Count +1 SEX M +1 FAMS @F591@ +0 @I1559@ INDI +1 NAME Nicholas /Koulikovsky/ +1 TITL Colonel +1 SEX M +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1958 +2 PLAC Cooksville,Near Toronto,Ontario,Canada +1 BURI +2 PLAC York Cemetery,Toronto,Ontario,Canada +1 FAMS @F592@ +0 @I1560@ INDI +1 NAME Tikhon /Koulikovsky/ +1 SEX M +1 BIRT +2 DATE 1917 +1 FAMC @F592@ +0 @I1561@ INDI +1 NAME Goury /Koulikovsky/ +1 SEX M +1 BIRT +2 DATE 1919 +1 FAMC @F592@ +0 @I1562@ INDI +1 NAME Andrew // +1 SEX M +1 BIRT +2 DATE 1897 +1 FAMC @F51@ +0 @I1563@ INDI +1 NAME Theodore // +1 SEX M +1 BIRT +2 DATE 1898 +1 FAMC @F51@ +0 @I1564@ INDI +1 NAME Nikita // +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMC @F51@ +0 @I1565@ INDI +1 NAME Dimitri // +1 SEX M +1 BIRT +2 DATE 1901 +1 FAMC @F51@ +0 @I1566@ INDI +1 NAME Rostislav // +1 SEX M +1 BIRT +2 DATE 1902 +1 FAMC @F51@ +0 @I1567@ INDI +1 NAME Vassily // +1 SEX M +1 BIRT +2 DATE 1907 +1 FAMC @F51@ +0 @I1568@ INDI +1 NAME Alexander Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1870 +1 FAMC @F9@ +0 @I1569@ INDI +1 NAME Catherine /Yourievska/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1922 +1 FAMS @F593@ +0 @I1570@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1913 +1 FAMS @F594@ +1 FAMC @F593@ +0 @I1571@ INDI +1 NAME Olga /Romanov/ +1 SEX F +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1925 +1 FAMS @F595@ +1 FAMC @F593@ +0 @I1572@ INDI +1 NAME Catherine /Romanov/ +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1959 +1 FAMS @F596@ +1 FAMS @F597@ +1 FAMC @F593@ +0 @I1573@ INDI +1 NAME Alexandra /Zarnekau/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1883 +1 FAMS @F594@ +0 @I1574@ INDI +1 NAME Alexander Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMC @F594@ +0 @I1575@ INDI +1 NAME /von_Merenberg/ +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE 1948 +1 FAMS @F595@ +0 @I1576@ INDI +1 NAME George // +1 SEX M +1 BIRT +2 DATE 1897 +1 FAMC @F595@ +0 @I1577@ INDI +1 NAME Olga // +1 SEX F +1 BIRT +2 DATE 1898 +1 FAMC @F595@ +0 @I1578@ INDI +1 NAME Alexander V. /Bariatinsky/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1910 +1 FAMS @F596@ +0 @I1579@ INDI +1 NAME Andrei /Bariatinsky/ +1 SEX M +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1931 +1 FAMC @F596@ +0 @I1580@ INDI +1 NAME Alexander /Bariatinsky/ +1 SEX M +1 BIRT +2 DATE 1905 +1 FAMC @F596@ +0 @I1581@ INDI +1 NAME Serge /Obelensky/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1890 +1 FAMS @F597@ +0 @I1582@ INDI +1 NAME Sanchia of_Provence // +1 SEX F +1 BIRT +2 DATE ABT 1225 +2 PLAC Aix-en-Provence +1 DEAT +2 DATE 9 NOV 1261 +2 PLAC Berkhamsted +1 FAMS @F600@ +1 FAMC @F779@ +0 @I1583@ INDI +1 NAME Beatrix of_Falkenburg // +1 SEX F +1 BIRT +2 DATE ABT 1253 +1 DEAT +2 DATE 17 OCT 1277 +1 FAMS @F601@ +1 FAMC @F780@ +0 @I1584@ INDI +1 NAME Frederick_II of_Germany // +1 TITL Emperor +1 SEX M +1 FAMS @F602@ +0 @I1585@ INDI +1 NAME Alexander_III // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1241 +1 DEAT +2 DATE 1286 +1 FAMS @F603@ +1 FAMS @F787@ +1 FAMC @F1025@ +0 @I1586@ INDI +1 NAME John of_Dreux // +1 TITL Earl of Richmond +1 SEX M +1 FAMS @F604@ +0 @I1587@ INDI +1 NAME Aveline de_Forz // +1 SEX F +1 DEAT +2 DATE 10 NOV 1274 +2 PLAC Stockwell +1 FAMS @F605@ +1 FAMC @F785@ +0 @I1588@ INDI +1 NAME Gilbert De_Clare // +1 TITL Earl Gloucester +1 SEX M +1 DEAT +2 DATE 1295 +1 FAMS @F606@ +0 @I1589@ INDI +1 NAME Ralph de_Monthermer // +1 TITL Baron +1 SEX M +1 DEAT +2 DATE 1305 +1 FAMS @F607@ +0 @I1590@ INDI +1 NAME John_II // +1 TITL Duke of Brabant +1 SEX M +1 FAMS @F608@ +0 @I1591@ INDI +1 NAME John_I // +1 TITL Count of Holland +1 SEX M +1 FAMS @F609@ +0 @I1592@ INDI +1 NAME Humphrey De_Bohun // +1 TITL Earl of Hereford +1 SEX M +1 FAMS @F610@ +0 @I1593@ INDI +1 NAME Mary de_Ros // +1 SEX F +1 FAMS @F791@ +1 FAMS @F611@ +1 FAMC @F790@ +0 @I1594@ INDI +1 NAME John_V /de_Montfort/ +1 TITL Duke of Brittany +1 SEX M +1 DEAT +2 DATE 1 NOV 1399 +1 FAMS @F612@ +1 FAMS @F619@ +0 @I1595@ INDI +1 NAME Margaret /Holland/ +1 SEX F +1 DEAT +2 DATE 31 DEC 1439 +1 FAMS @F486@ +1 FAMS @F613@ +1 FAMC @F901@ +0 @I1596@ INDI +1 NAME Anne of_Burgundy // +1 SEX F +1 DEAT +2 DATE 14 NOV 1432 +2 PLAC Paris,France +1 FAMS @F614@ +1 FAMC @F1049@ +0 @I1597@ INDI +1 NAME Jacqueline of_Holland // +1 TITL Countess +1 SEX F +1 FAMS @F615@ +0 @I1598@ INDI +1 NAME Eleanor de_Cobham // +1 SEX F +1 DEAT +2 DATE 7 JUL 1452 +2 PLAC Beaumaris Castle +1 FAMS @F616@ +1 FAMC @F1048@ +0 @I1599@ INDI +1 NAME Ludwig_III // +1 TITL Elector Palatine +1 SEX M +1 FAMS @F617@ +0 @I1600@ INDI +1 NAME Eric_X of_Pomerania // +1 TITL King of Denmark +1 SEX M +1 FAMS @F618@ +0 @I1601@ INDI +1 NAME Joan of_Navarre // +1 SEX F +1 BIRT +2 DATE ABT 1370 +2 PLAC Pamplona +1 DEAT +2 DATE 9 JUL 1437 +2 PLAC Havering atte,Bower,Essex,England +1 BURI +2 PLAC Canterbury,Cathedral,,England +1 FAMS @F619@ +1 FAMS @F620@ +1 FAMC @F1047@ +0 @I1602@ INDI +1 NAME William /Bourchier/ +1 TITL Count +1 SEX M +1 DEAT +2 DATE 1420 +1 FAMS @F621@ +0 @I1603@ INDI +1 NAME Anne of_Gloucester // +1 SEX F +1 FAMS @F913@ +1 FAMS @F621@ +1 FAMC @F491@ +0 @I1604@ INDI +1 NAME Frederick_II of_Hesse-Cassel // +1 TITL Landgrave +1 SEX M +1 BIRT +2 DATE 1720 +1 DEAT +2 DATE 1785 +1 FAMS @F622@ +0 @I1605@ INDI +1 NAME Elizabeth Christine // +1 SEX F +1 BIRT +2 DATE 1715 +1 DEAT +2 DATE 1797 +1 FAMS @F623@ +1 FAMC @F624@ +0 @I1606@ INDI +1 NAME Ferdinand Albert_II of_Brunswick// +1 SEX M +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1735 +1 FAMS @F624@ +0 @I1607@ INDI +1 NAME Margaret Alice /Bridgeman/ +1 TITL Lady +1 SEX F +1 FAMS @F296@ +0 @I1608@ INDI +1 NAME William /d'Aubigny/ +1 TITL Earl of Arundel +1 SEX M +1 DEAT +2 DATE 12 OCT 1176 +1 FAMS @F625@ +0 @I1609@ INDI +1 NAME Henri /de_Laborde/ +1 SEX M +1 BIRT +2 DATE 11 JUN 1934 +2 PLAC Talence,Gironde,France +1 FAMS @F626@ +0 @I1610@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F626@ +0 @I1611@ INDI +1 NAME Joachim // +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F626@ +0 @I1612@ INDI +1 NAME Silvia Renate /Sommerlath/ +1 SEX F +1 BIRT +2 DATE 23 DEC 1943 +2 PLAC Heidelberg,Germany +1 FAMS @F220@ +1 FAMC @F1153@ +0 @I1613@ INDI +1 NAME Oscar_I // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 4 JUL 1799 +2 PLAC Paris,France +1 DEAT +2 DATE 8 MAR 1844 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F627@ +1 FAMC @F628@ +0 @I1614@ INDI +1 NAME Josephine /de_Beauharnais/ +1 SEX F +1 BIRT +2 DATE 14 MAR 1807 +2 PLAC Milan,Italy +1 DEAT +2 DATE 7 JUN 1876 +2 PLAC Stockholm,Sweden +1 FAMS @F627@ +1 FAMC @F1149@ +0 @I1615@ INDI +1 NAME Charles_XIV John // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 26 JAN 1763 +2 PLAC Pau,Bearn,France +1 DEAT +2 DATE 8 MAR 1844 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F628@ +0 @I1616@ INDI +1 NAME Desiree // +1 SEX F +1 BIRT +2 DATE 9 NOV 1777 +2 PLAC Marseilles,France +1 DEAT +2 DATE 17 DEC 1860 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F628@ +0 @I1617@ INDI +1 NAME Frederick_VI // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 28 JAN 1768 +2 PLAC Christiansborg,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 3 DEC 1839 +2 PLAC Amalienborg +1 FAMS @F629@ +1 FAMC @F281@ +0 @I1618@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 28 OCT 1767 +2 PLAC Hanau +1 DEAT +2 DATE 21 MAR 1852 +2 PLAC Amalienborg,Denmark +1 FAMS @F629@ +1 FAMC @F641@ +0 @I1619@ INDI +1 NAME Juliana Maria // +1 SEX F +1 BIRT +2 DATE 4 SEP 1729 +2 PLAC Wolfenbuttel +1 DEAT +2 DATE 10 OCT 1796 +2 PLAC Fredensborg,Denmark +1 FAMS @F630@ +0 @I1620@ INDI +1 NAME Christian_VI // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 10 DEC 1699 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 6 AUG 1746 +2 PLAC Copenhagen,Denmark +1 FAMS @F631@ +1 FAMC @F632@ +0 @I1621@ INDI +1 NAME Sophie Magdalene // +1 SEX F +1 BIRT +2 DATE 28 NOV 1700 +1 DEAT +2 DATE 27 MAY 1770 +2 PLAC Christiansborg,Denmark +1 FAMS @F631@ +0 @I1622@ INDI +1 NAME Frederick_IV // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 21 OCT 1671 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 12 OCT 1730 +2 PLAC Copenhagen,Denmark +1 FAMS @F632@ +1 FAMS @F633@ +1 FAMC @F634@ +0 @I1623@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 28 AUG 1667 +1 DEAT +2 DATE 15 MAR 1721 +1 FAMS @F632@ +0 @I1624@ INDI +1 NAME Anna Sophie // +1 SEX F +1 BIRT +2 DATE 16 APR 1693 +1 DEAT +2 DATE 7 JAN 1743 +2 PLAC Klausholm +1 FAMS @F633@ +0 @I1625@ INDI +1 NAME Christian_V // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 15 APR 1646 +2 PLAC Flensborg +1 DEAT +2 DATE 25 AUG 1699 +1 FAMS @F634@ +1 FAMC @F637@ +0 @I1626@ INDI +1 NAME Charlotte Amelia // +1 SEX F +1 BIRT +2 DATE 27 APR 1650 +2 PLAC Cassel +1 DEAT +2 DATE 27 MAR 1714 +2 PLAC Copenhagen +1 FAMS @F634@ +0 @I1627@ INDI +1 NAME Christian_IV // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 12 APR 1577 +2 PLAC Frederiksborg +1 DEAT +2 DATE 28 FEB 1648 +2 PLAC Copenhagen,Denmark +1 FAMS @F635@ +1 FAMS @F636@ +1 FAMC @F268@ +0 @I1628@ INDI +1 NAME Anne Catherine // +1 SEX F +1 BIRT +2 DATE 26 JUN 1575 +1 DEAT +2 DATE 29 MAR 1612 +1 FAMS @F635@ +1 FAMC @F1054@ +0 @I1629@ INDI +1 NAME Christine of_Schleswig- Holstein// +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 6 JUL 1598 +1 DEAT +2 DATE 19 APR 1658 +2 PLAC Odense +1 FAMS @F636@ +0 @I1630@ INDI +1 NAME Frederick_III // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 18 MAR 1609 +2 PLAC Haderslev,Denmark +1 DEAT +2 DATE 9 FEB 1670 +2 PLAC Copenhagen,Denmark +1 FAMS @F637@ +1 FAMC @F635@ +0 @I1631@ INDI +1 NAME Sophia Amelia // +1 SEX F +1 BIRT +2 DATE 24 MAR 1628 +2 PLAC Herzberg +1 DEAT +2 DATE 20 FEB 1685 +2 PLAC Copenhagen +1 FAMS @F637@ +0 @I1632@ INDI +1 NAME Christian_III // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 12 AUG 1503 +2 PLAC Gottorp +1 DEAT +2 DATE 1 JAN 1559 +2 PLAC Coldingen +1 FAMS @F638@ +1 FAMC @F639@ +0 @I1633@ INDI +1 NAME Dorothea // +1 SEX F +1 BIRT +2 DATE 9 JUL 1511 +1 DEAT +2 DATE 7 OCT 1571 +2 PLAC Sonderburg +1 FAMS @F638@ +0 @I1634@ INDI +1 NAME Frederick_I // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 7 OCT 1471 +1 DEAT +2 DATE 10 APR 1533 +2 PLAC Gottorp +1 FAMS @F639@ +1 FAMS @F640@ +1 FAMC @F739@ +0 @I1635@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 27 AUG 1487 +1 DEAT +2 DATE 3 MAY 1547 +2 PLAC Kiel +1 FAMS @F639@ +0 @I1636@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1498 +1 DEAT +2 DATE 13 MAY 1568 +2 PLAC Keil +1 FAMS @F640@ +0 @I1637@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1745 +1 DEAT +2 DATE 1747 +1 FAMC @F107@ +0 @I1638@ INDI +1 NAME Sophia Magdalena // +1 SEX F +1 BIRT +2 DATE 1746 +1 DEAT +2 DATE 1813 +1 FAMS @F1339@ +1 FAMC @F107@ +0 @I1639@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1820 +1 FAMS @F1340@ +1 FAMC @F107@ +0 @I1640@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1750 +1 DEAT +2 DATE 1831 +1 FAMS @F641@ +1 FAMC @F107@ +0 @I1641@ INDI +1 NAME Charles of_Hesse-Cassel // +1 SEX M +1 BIRT +2 DATE 1744 +1 DEAT +2 DATE 1836 +1 FAMS @F641@ +0 @I1642@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1791 +1 FAMC @F629@ +0 @I1643@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1753 +1 DEAT +2 DATE 1805 +1 FAMS @F642@ +1 FAMC @F630@ +0 @I1644@ INDI +1 NAME Sophia Frederica of_Mecklenburg-// +1 SEX F +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1794 +1 FAMS @F642@ +0 @I1645@ INDI +1 NAME Christian_VIII // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 18 SEP 1786 +2 PLAC Christiansborg +1 DEAT +2 DATE 20 JAN 1848 +2 PLAC Amalienborg +1 FAMS @F643@ +1 FAMS @F644@ +1 FAMC @F642@ +0 @I1646@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1863 +1 FAMS @F649@ +1 FAMC @F642@ +0 @I1647@ INDI +1 NAME Charlotte // +1 SEX F +1 BIRT +2 DATE 4 DEC 1784 +2 PLAC Ludwigslust +1 DEAT +2 DATE 13 JUL 1840 +2 PLAC Rome,Italy +1 FAMS @F643@ +0 @I1648@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 22 JUN 1796 +2 PLAC Copenhagen +1 DEAT +2 DATE 9 MAR 1881 +2 PLAC Amalienborg +1 FAMS @F644@ +1 FAMC @F648@ +0 @I1649@ INDI +1 NAME Frederick_VII // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 6 OCT 1808 +2 PLAC Amalienborg +1 DEAT +2 DATE 15 NOV 1863 +2 PLAC Glucksburg +1 FAMS @F645@ +1 FAMS @F646@ +1 FAMS @F647@ +1 FAMC @F643@ +0 @I1650@ INDI +1 NAME Wilhelmine // +1 SEX F +1 BIRT +2 DATE 18 JAN 1808 +2 PLAC Kiel +1 DEAT +2 DATE 30 MAY 1891 +2 PLAC Glucksburg +1 FAMS @F645@ +1 FAMS @F650@ +1 FAMC @F629@ +0 @I1651@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 10 JAN 1821 +2 PLAC Neustrelitz +1 DEAT +2 DATE 1 JUN 1876 +2 PLAC Neustrelitz +1 FAMS @F646@ +0 @I1652@ INDI +1 NAME Louise /Rasmussen/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 21 APR 1815 +2 PLAC Copenhagen +1 DEAT +2 DATE 6 MAR 1874 +2 PLAC Cannes +1 FAMS @F647@ +0 @I1653@ INDI +1 NAME Louise Augusta // +1 SEX F +1 BIRT +2 DATE 1771 +1 DEAT +2 DATE 1843 +1 FAMS @F648@ +1 FAMC @F281@ +0 @I1654@ INDI +1 NAME Frederick Christian of_Schleswig-// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1765 +1 DEAT +2 DATE 1814 +1 FAMS @F648@ +0 @I1655@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1793 +1 FAMC @F629@ +0 @I1656@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1793 +1 DEAT +2 DATE 1881 +1 FAMS @F649@ +1 FAMC @F629@ +0 @I1657@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1795 +1 DEAT +2 DATE 1795 +1 FAMC @F629@ +0 @I1658@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1797 +1 FAMC @F629@ +0 @I1659@ INDI +1 NAME Louise Juliane // +1 SEX F +1 BIRT +2 DATE 1802 +1 DEAT +2 DATE 1802 +1 FAMC @F629@ +0 @I1660@ INDI +1 NAME Frederica Maria // +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1805 +1 FAMC @F629@ +0 @I1661@ INDI +1 NAME Charles // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1878 +1 FAMS @F650@ +0 @I1662@ INDI +1 NAME Maximilian of_Austria // +1 TITL Archduke +1 SEX M +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1867 +1 FAMS @F686@ +0 @I1663@ INDI +1 NAME Valdemar // +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1939 +1 FAMS @F687@ +1 FAMC @F74@ +0 @I1664@ INDI +1 NAME Harold // +1 SEX M +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1949 +1 FAMS @F652@ +1 FAMC @F218@ +0 @I1665@ INDI +1 NAME Thyra // +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1945 +1 FAMC @F218@ +0 @I1666@ INDI +1 NAME Gustav // +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1944 +1 FAMC @F218@ +0 @I1667@ INDI +1 NAME Dagmar // +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1961 +1 FAMS @F651@ +1 FAMC @F218@ +0 @I1668@ INDI +1 NAME Jorgen /Castenskiold/ +1 SEX M +1 BIRT +2 DATE 1893 +1 FAMS @F651@ +0 @I1669@ INDI +1 NAME Helene of_Schleswig- Holstein// +1 SEX F +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1962 +1 FAMS @F652@ +0 @I1670@ INDI +1 NAME Caroline Mathilde // +1 SEX F +1 BIRT +2 DATE 1912 +1 FAMS @F654@ +1 FAMC @F652@ +0 @I1671@ INDI +1 NAME Knud // +1 TITL Her. Prince +1 SEX M +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1976 +1 FAMS @F654@ +1 FAMC @F219@ +0 @I1672@ INDI +1 NAME Benedikte // +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMS @F653@ +1 FAMC @F402@ +0 @I1673@ INDI +1 NAME Richard of_Sayn- Wittgenstein-// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1934 +1 FAMS @F653@ +0 @I1674@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMC @F654@ +0 @I1675@ INDI +1 NAME Ingolf // +1 SEX M +1 BIRT +2 DATE 1940 +1 FAMS @F1281@ +1 FAMC @F654@ +0 @I1676@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMS @F655@ +1 FAMC @F654@ +0 @I1677@ INDI +1 NAME Anne Dorothy Maltoft-Nielsen// +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F655@ +0 @I1678@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1879 +1 FAMC @F447@ +0 @I1679@ INDI +1 NAME Maurice // +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1850 +1 FAMC @F447@ +0 @I1680@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1884 +1 FAMC @F447@ +0 @I1681@ INDI +1 NAME Charlotte // +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1806 +1 FAMC @F202@ +0 @I1682@ INDI +1 NAME Marianne of_Netherlands // +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1883 +1 FAMS @F180@ +1 FAMC @F202@ +0 @I1683@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1846 +1 FAMC @F388@ +0 @I1684@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1910 +1 FAMS @F656@ +1 FAMC @F388@ +0 @I1685@ INDI +1 NAME William of_Wied // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1907 +1 FAMS @F656@ +0 @I1686@ INDI +1 NAME Carlos Hugo // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1930 +1 FAMS @F657@ +0 @I1687@ INDI +1 NAME Peter /van_Vollenhoven/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F658@ +0 @I1688@ INDI +1 NAME Jorge /Guillermo/ +1 SEX M +1 BIRT +2 DATE 1946 +1 FAMS @F659@ +0 @I1689@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1848 +1 FAMC @F240@ +0 @I1690@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1879 +1 FAMS @F1258@ +1 FAMS @F1259@ +1 FAMC @F240@ +0 @I1691@ INDI +1 NAME Ernest // +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1822 +1 FAMC @F240@ +0 @I1692@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE 1897 +1 FAMS @F660@ +1 FAMC @F240@ +0 @I1693@ INDI +1 NAME Charles Alexander of_Saxe-Weimar// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1901 +1 FAMS @F660@ +0 @I1694@ INDI +1 NAME John Frederick of_Brandenburg-// +1 TITL Margrave +1 SEX M +1 FAMS @F661@ +0 @I1695@ INDI +1 NAME Amalia // +1 SEX F +1 BIRT +2 DATE 21 DEC 1818 +2 PLAC Oldenburg,Germany +1 DEAT +2 DATE 20 MAY 1875 +2 PLAC Bamberg,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMS @F662@ +0 @I1696@ INDI +1 NAME Leopold_I George of_Saxe-Coburg// +1 TITL King of Belgium +1 SEX M +1 BIRT +2 DATE 16 DEC 1790 +2 PLAC Coburg,Germany +1 DEAT +2 DATE 10 DEC 1865 +2 PLAC Laeken,Belgium +1 BURI +2 PLAC Laeken,Belgium +1 FAMS @F80@ +1 FAMS @F663@ +1 FAMC @F1147@ +0 @I1697@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1834 +1 FAMC @F663@ +0 @I1698@ INDI +1 NAME Leopold_II // +1 TITL King of Belgium +1 SEX M +1 BIRT +2 DATE 9 APR 1835 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 17 DEC 1909 +2 PLAC Laeken +1 BURI +2 PLAC Laeken +1 FAMS @F1154@ +1 FAMC @F663@ +0 @I1699@ INDI +1 NAME Marie Charlotte // +1 SEX F +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1927 +1 FAMS @F686@ +1 FAMC @F663@ +0 @I1700@ INDI +1 NAME Louis Joseph // +1 TITL Dauphin +1 SEX M +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1789 +1 FAMC @F526@ +0 @I1701@ INDI +1 NAME Louis_XVII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 27 MAR 1785 +2 PLAC Versailles,France +1 DEAT +2 DATE 8 JUN 1795 +2 PLAC Paris,France +1 BURI +2 PLAC St Marguerite,Cemetery,France +1 FAMC @F526@ +0 @I1702@ INDI +1 NAME Sophie Beatrix // +1 SEX F +1 BIRT +2 DATE 1786 +1 DEAT +2 DATE 1787 +1 FAMC @F526@ +0 @I1703@ INDI +1 NAME Marie Therese of_Angouleme// +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 1778 +1 DEAT +2 DATE 1851 +1 FAMC @F526@ +0 @I1704@ INDI +1 NAME Pepin the_Hunchback // +1 SEX M +1 DEAT +2 DATE 811 +1 FAMC @F182@ +0 @I1705@ INDI +1 NAME Marie Amelie of_Bourbon// +1 TITL Queen of France +1 SEX F +1 BIRT +2 DATE 1782 +1 DEAT +2 DATE 24 MAR 1866 +2 PLAC Claremont +1 FAMS @F1187@ +0 @I1706@ INDI +1 NAME Alexander of_Mar /Ramsay/ +1 TITL Capt. +1 SEX M +1 BIRT +2 DATE 1919 +1 FAMS @F665@ +1 FAMC @F37@ +0 @I1707@ INDI +1 NAME Flora Fraser // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1930 +1 FAMS @F665@ +0 @I1708@ INDI +1 NAME Dorothy /Hastings/ +1 SEX F +1 BIRT +2 DATE 1899 +1 FAMS @F666@ +0 @I1709@ INDI +1 NAME // +1 TITL Duke of Beaufort +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMS @F667@ +0 @I1710@ INDI +1 NAME J. E. /Gibbs/ +1 TITL Col. +1 SEX M +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1932 +1 FAMS @F668@ +0 @I1711@ INDI +1 NAME Henry Abel /Smith/ +1 TITL Col. Sir +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMS @F669@ +0 @I1712@ INDI +1 NAME John /Spencer/ +1 SEX M +1 BIRT +2 DATE 1960 +1 DEAT +2 DATE 1960 +1 FAMC @F78@ +0 @I1713@ INDI +1 NAME Katharine /Seymour/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1900 +1 FAMC @F127@ +0 @I1714@ INDI +1 NAME James // +1 TITL Duke of Abercorn +1 SEX M +1 BIRT +2 DATE 1904 +1 DEAT +2 DATE 1979 +1 FAMS @F670@ +1 FAMC @F127@ +0 @I1715@ INDI +1 NAME Kathleen /Crichton/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1905 +1 FAMS @F670@ +0 @I1716@ INDI +1 NAME Charles Lennox of_Richmond// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1819 +1 FAMS @F671@ +1 FAMC @F672@ +0 @I1717@ INDI +1 NAME George Henry Lennox// +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1805 +1 FAMS @F672@ +1 FAMC @F673@ +0 @I1718@ INDI +1 NAME Louisa /Kerr/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1830 +1 FAMS @F672@ +1 FAMC @F678@ +0 @I1719@ INDI +1 NAME Charles Lennox of_Richmond// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1701 +1 DEAT +2 DATE 1750 +1 FAMS @F673@ +1 FAMC @F674@ +0 @I1720@ INDI +1 NAME Charles Lennox of_Richmond// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1672 +1 DEAT +2 DATE 1723 +1 FAMS @F674@ +0 @I1721@ INDI +1 NAME Anne of_Albemarle // +1 TITL Countess +1 SEX F +1 DEAT +2 DATE 1789 +1 FAMS @F677@ +1 FAMC @F674@ +0 @I1722@ INDI +1 NAME John /Russell/ +1 TITL Duke of Bedford +1 SEX M +1 BIRT +2 DATE 1766 +1 DEAT +2 DATE 1839 +1 FAMS @F675@ +1 FAMC @F676@ +0 @I1723@ INDI +1 NAME Elizabeth of_Tavistock // +1 TITL Marchioness +1 SEX F +1 DEAT +2 DATE 1768 +1 FAMS @F676@ +1 FAMC @F677@ +0 @I1724@ INDI +1 NAME Caroline of_Lothian // +1 TITL Marchioness +1 SEX F +1 DEAT +2 DATE 1778 +1 FAMS @F678@ +1 FAMC @F679@ +0 @I1725@ INDI +1 NAME Frederica of_Holdernesse // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1751 +1 FAMS @F679@ +1 FAMC @F680@ +0 @I1726@ INDI +1 NAME of_Schomberg // +1 TITL Duke +1 SEX M +1 FAMS @F680@ +0 @I1727@ INDI +1 NAME Charlot // +1 SEX F +1 BIRT +2 DATE 1659 +1 DEAT +2 DATE 1696 +1 FAMS @F680@ +0 @I1728@ INDI +1 NAME Richard /Bingham/ +1 TITL Earl of Lucan +1 SEX M +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1839 +1 FAMS @F681@ +1 FAMC @F682@ +0 @I1729@ INDI +1 NAME Charles /Bingham/ +1 TITL Earl of Lucan +1 SEX M +1 BIRT +2 DATE 1735 +1 DEAT +2 DATE 1799 +1 FAMS @F682@ +0 @I1730@ INDI +1 NAME Elizabeth /Poyntz/ +1 SEX F +1 DEAT +2 DATE 1851 +1 FAMS @F683@ +0 @I1731@ INDI +1 NAME /Spencer/ +1 TITL Earl of Spencer +1 SEX M +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1910 +1 FAMS @F684@ +1 FAMC @F683@ +0 @I1732@ INDI +1 NAME Charlotte /Seymour/ +1 SEX F +1 DEAT +2 DATE 1903 +1 FAMS @F684@ +0 @I1733@ INDI +1 NAME Delia Peel // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1981 +1 FAMC @F133@ +0 @I1734@ INDI +1 NAME Lavinia Annaly // +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1955 +1 FAMC @F133@ +0 @I1735@ INDI +1 NAME John of_Althorp /Spencer/ +1 TITL Hon. +1 SEX M +1 BIRT +2 DATE 1708 +1 DEAT +2 DATE 1746 +1 FAMS @F685@ +0 @I1736@ INDI +1 NAME William_IX of_Hesse-Cassel // +1 TITL Elector +1 SEX M +1 FAMC @F622@ +0 @I1737@ INDI +1 NAME Ernest_II of_Saxe-Coburg- Saalfeld// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1893 +1 FAMS @F1369@ +1 FAMC @F43@ +0 @I1738@ INDI +1 NAME Marie // +1 SEX F +1 FAMS @F687@ +0 @I1739@ INDI +1 NAME Philip_III the_Bold // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1 MAY 1245 +2 PLAC Poissy,,,France +1 DEAT +2 DATE 5 OCT 1285 +2 PLAC Perpignan +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1231@ +1 FAMS @F688@ +1 FAMC @F689@ +0 @I1740@ INDI +1 NAME Louis_IX (St._Louis) // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 25 APR 1214 +1 DEAT +2 DATE 25 AUG 1270 +2 PLAC Tunis,,,Africa +1 BURI +2 PLAC St. Denis,France +1 FAMS @F689@ +1 FAMC @F690@ +0 @I1741@ INDI +1 NAME Louis_VIII the_Lion // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 5 SEP 1187 +2 PLAC Paris,France +1 DEAT +2 DATE 8 NOV 1226 +2 PLAC Auvergne,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F690@ +1 FAMC @F1156@ +0 @I1742@ INDI +1 NAME Blanche of_Castile // +1 SEX F +1 BIRT +2 DATE 1188 +1 DEAT +2 DATE 1252 +1 FAMS @F690@ +1 FAMC @F691@ +0 @I1743@ INDI +1 NAME Charles_IV the_Fair // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 1294 +1 DEAT +2 DATE 1 FEB 1328 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1176@ +1 FAMS @F1177@ +1 FAMS @F1178@ +1 FAMC @F794@ +0 @I1744@ INDI +1 NAME Edward // +1 SEX M +1 FAMS @F692@ +1 FAMC @F562@ +0 @I1745@ INDI +1 NAME Beatrice // +1 SEX F +1 FAMS @F692@ +0 @I1746@ INDI +1 NAME Ferdinand_III // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1199 +1 DEAT +2 DATE 1252 +1 FAMS @F693@ +1 FAMC @F784@ +0 @I1747@ INDI +1 NAME Berengaria // +1 SEX F +1 BIRT +2 DATE 1171 +1 DEAT +2 DATE 1246 +1 FAMS @F784@ +1 FAMC @F571@ +0 @I1748@ INDI +1 NAME Sancho_III // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE ABT 1134 +1 DEAT +2 DATE ABT 1158 +1 FAMS @F695@ +0 @I1749@ INDI +1 NAME Alfonso_X the_Wise // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE ABT 1226 +1 DEAT +2 DATE 1284 +2 PLAC Seville,,,Spain +1 FAMS @F696@ +1 FAMC @F693@ +0 @I1750@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F696@ +0 @I1751@ INDI +1 NAME Sancho_IV // +1 SEX M +1 BIRT +2 DATE 1258 +1 DEAT +2 DATE 1296 +1 FAMC @F696@ +0 @I1752@ INDI +1 NAME Gunnor // +1 SEX M +1 FAMS @F698@ +0 @I1753@ INDI +1 NAME Athelstan // +1 FAMC @F580@ +0 @I1754@ INDI +1 NAME Egbert // +1 SEX M +1 DEAT +2 DATE 1005 +1 FAMC @F580@ +0 @I1755@ INDI +1 NAME Edred // +1 FAMC @F580@ +0 @I1756@ INDI +1 NAME Edwy // +1 DEAT +2 DATE 1017 +1 FAMC @F580@ +0 @I1757@ INDI +1 NAME Edward // +1 SEX M +1 FAMC @F580@ +0 @I1758@ INDI +1 NAME Edgar // +1 SEX M +1 FAMC @F580@ +0 @I1759@ INDI +1 NAME Edith // +1 SEX F +1 FAMS @F701@ +1 FAMC @F580@ +0 @I1760@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMS @F702@ +1 FAMC @F580@ +0 @I1761@ INDI +1 NAME Wulfhilda // +1 SEX F +1 FAMS @F704@ +1 FAMC @F580@ +0 @I1762@ INDI +1 NAME (Daughter) // +1 SEX F +1 FAMS @F705@ +1 FAMC @F580@ +0 @I1763@ INDI +1 NAME Stephen_I // +1 TITL King of Hungary +1 SEX M +1 BIRT +2 DATE ABT 975 +1 DEAT +2 DATE 1038 +1 FAMS @F699@ +0 @I1764@ INDI +1 NAME Edmund // +1 SEX M +1 FAMS @F700@ +1 FAMC @F581@ +0 @I1765@ INDI +1 NAME Hedwig // +1 SEX F +1 FAMS @F700@ +1 FAMC @F699@ +0 @I1766@ INDI +1 NAME Christina // +1 SEX F +1 FAMC @F582@ +0 @I1767@ INDI +1 NAME Alfred Athling // +1 SEX M +1 DEAT +2 DATE 1036 +1 FAMC @F575@ +0 @I1768@ INDI +1 NAME Gunhilda // +1 SEX F +1 DEAT +2 DATE 1038 +1 FAMS @F846@ +1 FAMC @F584@ +0 @I1769@ INDI +1 NAME Edric of_Mercia /Streona/ +1 TITL Ealdorman +1 SEX M +1 FAMS @F701@ +0 @I1770@ INDI +1 NAME Uchtred // +1 SEX M +1 FAMS @F702@ +1 FAMC @F703@ +0 @I1771@ INDI +1 NAME Waltheof of Northumberland// +1 TITL Earl +1 SEX M +1 FAMS @F703@ +0 @I1772@ INDI +1 NAME Ulfcytel of_East_Anglia /Snylling/ +1 TITL Ealdorman +1 SEX M +1 FAMS @F704@ +0 @I1773@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMS @F705@ +0 @I1774@ INDI +1 NAME Alfgar of_Mercia // +1 TITL Earl +1 SEX M +1 FAMS @F706@ +0 @I1775@ INDI +1 NAME Alfhelm of_Northhampton // +1 TITL Earl +1 SEX M +1 FAMS @F707@ +0 @I1776@ INDI +1 NAME Sweyn Forkbeard // +1 TITL King of Denmark +1 SEX M +1 DEAT +2 DATE 1014 +1 FAMS @F708@ +0 @I1777@ INDI +1 NAME Gunhilda // +1 SEX F +1 FAMS @F708@ +1 FAMC @F709@ +0 @I1778@ INDI +1 NAME Mieczislaw_I of_Poland // +1 TITL Duke +1 SEX M +1 FAMS @F709@ +0 @I1779@ INDI +1 NAME Edgar the_Peaceful // +1 SEX M +1 BIRT +2 DATE 944 +1 DEAT +2 DATE 975 +1 BURI +2 PLAC Glastonbury +1 FAMS @F710@ +1 FAMS @F711@ +1 FAMC @F714@ +0 @I1780@ INDI +1 NAME Elfrida // +1 SEX F +1 DEAT +2 DATE 1000 +1 FAMS @F710@ +1 FAMC @F713@ +0 @I1781@ INDI +1 NAME Ethelfleda // +1 SEX F +1 FAMS @F711@ +1 FAMC @F712@ +0 @I1782@ INDI +1 NAME Edward the_Martyr // +1 SEX M +1 FAMC @F711@ +0 @I1783@ INDI +1 NAME Ordmaer // +1 TITL Ealdorman +1 SEX M +1 FAMS @F712@ +0 @I1784@ INDI +1 NAME Edmund // +1 SEX M +1 DEAT +2 DATE 970 +1 FAMC @F710@ +0 @I1785@ INDI +1 NAME Ordgar of_Devon Ealdorman// +1 SEX M +1 FAMS @F713@ +0 @I1786@ INDI +1 NAME Edmund_I the_Elder // +1 SEX M +1 BIRT +2 DATE 939 +1 DEAT +2 DATE 946 +1 BURI +2 PLAC Glastonbury +1 FAMS @F714@ +1 FAMS @F716@ +1 FAMC @F718@ +0 @I1787@ INDI +1 NAME St._Elgiva // +1 SEX F +1 FAMS @F714@ +0 @I1788@ INDI +1 NAME Edwy // +1 SEX M +1 FAMS @F715@ +1 FAMC @F714@ +0 @I1789@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMS @F715@ +0 @I1790@ INDI +1 NAME Ethelfleda of_Domerham // +1 SEX F +1 FAMS @F716@ +1 FAMC @F717@ +0 @I1791@ INDI +1 NAME Alfgar of_Wiltshire // +1 TITL Ealdorman +1 SEX M +1 FAMS @F717@ +0 @I1792@ INDI +1 NAME Edward the_Elder // +1 SEX M +1 DEAT +2 DATE 924 +1 BURI +2 PLAC Winchester +1 FAMS @F720@ +1 FAMS @F722@ +1 FAMS @F718@ +1 FAMC @F834@ +0 @I1793@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMS @F718@ +0 @I1794@ INDI +1 NAME Edred // +1 SEX M +1 FAMC @F718@ +0 @I1795@ INDI +1 NAME Edburh // +1 SEX F +1 FAMC @F718@ +0 @I1796@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMS @F719@ +1 FAMC @F718@ +0 @I1797@ INDI +1 NAME Louis // +1 TITL King of Provence +1 SEX M +1 FAMS @F719@ +0 @I1798@ INDI +1 NAME Ecgwyn // +1 SEX F +1 FAMS @F720@ +0 @I1799@ INDI +1 NAME Athelstan // +1 SEX M +1 BIRT +2 DATE 895 +1 DEAT +2 DATE 940 +1 BURI +2 PLAC Malmesbury +1 FAMC @F720@ +0 @I1800@ INDI +1 NAME Daughter // +1 SEX F +1 FAMS @F721@ +1 FAMC @F720@ +0 @I1801@ INDI +1 NAME Sihtric of Northumberland// +1 TITL King of Denmark +1 SEX M +1 FAMS @F721@ +0 @I1802@ INDI +1 NAME Elfleda // +1 SEX F +1 FAMS @F722@ +0 @I1803@ INDI +1 NAME Ethelwerd // +1 DEAT +2 DATE 924 +1 FAMC @F722@ +0 @I1804@ INDI +1 NAME Edwin // +1 SEX M +1 FAMC @F722@ +0 @I1805@ INDI +1 NAME Elfleda // +1 SEX F +1 FAMC @F722@ +0 @I1806@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMS @F723@ +1 FAMC @F722@ +0 @I1807@ INDI +1 NAME Ethelhilda // +1 SEX F +1 FAMC @F722@ +0 @I1808@ INDI +1 NAME Edhilda // +1 SEX F +1 FAMS @F724@ +1 FAMC @F722@ +0 @I1809@ INDI +1 NAME Eadgyth (Edith) // +1 SEX F +1 FAMS @F725@ +1 FAMC @F722@ +0 @I1810@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMS @F726@ +1 FAMC @F722@ +0 @I1811@ INDI +1 NAME Charles the_Simple // +1 TITL King of France +1 SEX M +1 FAMS @F723@ +0 @I1812@ INDI +1 NAME Hugh the_Great // +1 TITL Count of Paris +1 SEX M +1 FAMS @F724@ +0 @I1813@ INDI +1 NAME Otho_I the_Great // +1 TITL King of Germany +1 SEX M +1 FAMS @F725@ +0 @I1814@ INDI +1 NAME Boleslaw_II // +1 TITL Duke of Bohemia +1 SEX M +1 FAMS @F726@ +0 @I1815@ INDI +1 NAME Claude // +1 TITL Duke of Guise +1 SEX M +1 FAMS @F727@ +0 @I1816@ INDI +1 NAME Francis_I // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 12 SEP 1494 +2 PLAC Cognac,France +1 DEAT +2 DATE 31 MAR 1547 +2 PLAC Rambouillet,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F728@ +1 FAMS @F1359@ +1 FAMC @F729@ +0 @I1817@ INDI +1 NAME Louise of_Savoy // +1 SEX F +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 1531 +1 FAMS @F729@ +0 @I1818@ INDI +1 NAME Donald // +1 TITL Earl of Mar +1 SEX M +1 FAMS @F730@ +0 @I1819@ INDI +1 NAME Adam of_Rowallan /Mure/ +1 TITL Sir +1 SEX M +1 FAMS @F731@ +0 @I1820@ INDI +1 NAME Hugh // +1 TITL Earl of Ross +1 SEX M +1 FAMS @F732@ +0 @I1821@ INDI +1 NAME Jean // +1 TITL Lady +1 SEX F +1 FAMS @F733@ +1 FAMS @F734@ +1 FAMS @F735@ +1 FAMC @F543@ +0 @I1822@ INDI +1 NAME John /Keith/ +1 TITL Sir +1 SEX M +1 FAMS @F733@ +0 @I1823@ INDI +1 NAME John of_Glamis /Lyon/ +1 TITL Sir +1 SEX M +1 FAMS @F734@ +0 @I1824@ INDI +1 NAME James /Sandilands/ +1 TITL Sir +1 SEX M +1 FAMS @F735@ +0 @I1825@ INDI +1 NAME John /Drummond/ +1 TITL Sir +1 SEX M +1 FAMS @F737@ +0 @I1826@ INDI +1 NAME Arnold // +1 TITL Duke of Gueldres +1 SEX M +1 FAMS @F738@ +0 @I1827@ INDI +1 NAME Christian_I // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 1426 +1 DEAT +2 DATE 1481 +1 FAMS @F739@ +0 @I1828@ INDI +1 NAME Dorothea // +1 SEX F +1 BIRT +2 DATE 1430 +1 DEAT +2 DATE 1495 +1 FAMS @F739@ +1 FAMS @F1342@ +1 FAMC @F1277@ +0 @I1829@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F548@ +0 @I1830@ INDI +1 NAME Robert /Bruce/ +1 SEX M +1 DEAT +2 DATE 1304 +1 FAMS @F740@ +1 FAMC @F741@ +0 @I1831@ INDI +1 NAME Margaret of_Carrick // +1 TITL Countess +1 SEX F +1 FAMS @F740@ +0 @I1832@ INDI +1 NAME Robert /Bruce/ +1 SEX M +1 DEAT +2 DATE 1295 +1 FAMS @F741@ +1 FAMC @F743@ +0 @I1833@ INDI +1 NAME Isobel // +1 SEX F +1 DEAT +2 DATE 1254 +1 FAMS @F741@ +1 FAMC @F742@ +0 @I1834@ INDI +1 NAME Gilbert De_Clare of_Gloucester// +1 TITL Earl +1 SEX M +1 FAMS @F742@ +0 @I1835@ INDI +1 NAME Robert of_Annandale /Bruce/ +1 TITL Lord +1 SEX M +1 FAMS @F743@ +0 @I1836@ INDI +1 NAME Isobel // +1 SEX F +1 DEAT +2 DATE 1251 +1 FAMS @F743@ +1 FAMC @F744@ +0 @I1837@ INDI +1 NAME David of_Huntingdon // +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1219 +1 FAMS @F744@ +1 FAMC @F1023@ +0 @I1838@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1233 +1 FAMS @F744@ +1 FAMC @F745@ +0 @I1839@ INDI +1 NAME Hugh /Keveliock/ +1 TITL Earl of Chester +1 SEX M +1 FAMS @F745@ +0 @I1840@ INDI +1 NAME John /Logie/ +1 TITL Sir +1 SEX M +1 FAMS @F746@ +0 @I1841@ INDI +1 NAME Malcolm /Drummond/ +1 TITL Sir +1 SEX M +1 FAMS @F747@ +0 @I1842@ INDI +1 NAME Margaret // +1 SEX F +1 DEAT +2 DATE 1228 +1 FAMS @F806@ +1 FAMC @F744@ +0 @I1843@ INDI +1 NAME Alan // +1 TITL Lord of Galloway +1 SEX M +1 FAMS @F748@ +1 FAMS @F806@ +0 @I1844@ INDI +1 NAME Devorguilla // +1 SEX F +1 DEAT +2 DATE 1290 +1 FAMS @F749@ +1 FAMC @F806@ +0 @I1845@ INDI +1 NAME John /Balliol/ +1 SEX M +1 FAMS @F749@ +0 @I1846@ INDI +1 NAME John /Balliol/ +1 SEX M +1 DEAT +2 DATE 1313 +1 FAMS @F750@ +1 FAMC @F749@ +0 @I1847@ INDI +1 NAME Isobel // +1 SEX F +1 FAMS @F750@ +1 FAMC @F751@ +0 @I1848@ INDI +1 NAME John de_Warenne // +1 TITL Earl of Surrey +1 SEX M +1 FAMS @F751@ +0 @I1849@ INDI +1 NAME Edward /Balliol/ +1 SEX M +1 DEAT +2 DATE 1363 +1 FAMC @F750@ +0 @I1850@ INDI +1 NAME Baldwin_V of_Flanders // +1 TITL Count +1 SEX M +1 FAMS @F752@ +0 @I1851@ INDI +1 NAME Sybilla // +1 SEX F +1 FAMS @F753@ +1 FAMC @F754@ +0 @I1852@ INDI +1 NAME Geoffrey of_Conversano // +1 TITL Count +1 SEX M +1 FAMS @F754@ +0 @I1853@ INDI +1 NAME William Clito of_Flanders// +1 TITL Count +1 SEX M +1 DEAT +2 DATE 1128 +1 FAMS @F755@ +1 FAMS @F757@ +1 FAMC @F753@ +0 @I1854@ INDI +1 NAME Sybil // +1 SEX F +1 FAMS @F755@ +1 FAMC @F760@ +0 @I1855@ INDI +1 NAME Fulke // +1 TITL Count of Anjou +1 SEX M +1 FAMS @F760@ +0 @I1856@ INDI +1 NAME Adelicia // +1 SEX F +1 FAMS @F757@ +1 FAMC @F758@ +0 @I1857@ INDI +1 NAME Reiner of_Montferrat // +1 TITL Marquis +1 SEX M +1 FAMS @F758@ +0 @I1858@ INDI +1 NAME Isabella // +1 SEX F +1 FAMS @F759@ +1 FAMC @F760@ +0 @I1859@ INDI +1 NAME Geoffrey Lower_Lorraine // +1 TITL Duke +1 SEX M +1 FAMS @F756@ +0 @I1860@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1120 +1 FAMC @F569@ +0 @I1861@ INDI +1 NAME William // +1 SEX M +1 FAMS @F761@ +1 FAMC @F569@ +0 @I1862@ INDI +1 NAME Agnes // +1 SEX F +1 FAMS @F761@ +1 FAMC @F762@ +0 @I1863@ INDI +1 NAME Giles de_Sulli // +1 SEX M +1 FAMS @F762@ +0 @I1864@ INDI +1 NAME Maud // +1 SEX F +1 FAMS @F763@ +1 FAMC @F764@ +0 @I1865@ INDI +1 NAME Ingelbert of_Carinthia // +1 TITL Duke +1 SEX M +1 FAMS @F764@ +0 @I1866@ INDI +1 NAME Geoffrey_VI of_Anjou // +1 TITL Count of Nantes +1 SEX M +1 BIRT +2 DATE 1134 +1 DEAT +2 DATE 1158 +1 FAMC @F510@ +0 @I1867@ INDI +1 NAME William // +1 TITL Count of Poitou +1 SEX M +1 BIRT +2 DATE 1136 +1 DEAT +2 DATE 1164 +1 FAMC @F510@ +0 @I1868@ INDI +1 NAME William_X of_Aquitaine // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1099 +1 DEAT +2 DATE 1137 +1 FAMS @F765@ +0 @I1869@ INDI +1 NAME Louis_VII the_Younger // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 1121 +1 DEAT +2 DATE 18 SEP 1180 +2 PLAC Paris,France +1 BURI +2 PLAC Abbey Barbeaux,Melun,France +1 FAMS @F766@ +1 FAMS @F1168@ +1 FAMS @F1169@ +1 FAMC @F1158@ +0 @I1870@ INDI +1 NAME William de_Warenne // +1 TITL Earl of Surrey +1 SEX M +1 FAMS @F767@ +0 @I1871@ INDI +1 NAME Theodore of_Flanders // +1 TITL Count +1 SEX M +1 FAMS @F768@ +0 @I1872@ INDI +1 NAME Sancho_VI // +1 TITL King of Navarre +1 SEX M +1 FAMS @F769@ +0 @I1873@ INDI +1 NAME Eleanor // +1 SEX F +1 DEAT +2 DATE 1241 +1 FAMC @F563@ +0 @I1874@ INDI +1 NAME Conan of_Brittany // +1 TITL Duke +1 SEX M +1 FAMS @F770@ +0 @I1875@ INDI +1 NAME Ranulph // +1 TITL Earl of Chester +1 SEX M +1 FAMS @F771@ +0 @I1876@ INDI +1 NAME Guy of_Thouars // +1 TITL Viscount +1 SEX M +1 FAMS @F772@ +0 @I1877@ INDI +1 NAME William of_Gloucester // +1 TITL Earl +1 SEX M +1 FAMS @F773@ +0 @I1878@ INDI +1 NAME Geoffrey de_Mandeville // +1 SEX M +1 FAMS @F774@ +0 @I1879@ INDI +1 NAME Hubert de_Burgh // +1 SEX M +1 FAMS @F775@ +0 @I1880@ INDI +1 NAME Hugh de_la_Marche /le_Brun/ +1 TITL Count +1 SEX M +1 FAMS @F776@ +0 @I1881@ INDI +1 NAME Raymond of_Provence // +1 TITL Count +1 SEX M +1 FAMS @F777@ +0 @I1882@ INDI +1 NAME Henry // +1 SEX M +1 DEAT +2 DATE 1271 +1 FAMC @F599@ +0 @I1883@ INDI +1 NAME William of_Pembroke /Marshal/ +1 TITL Earl +1 SEX M +1 FAMS @F778@ +0 @I1884@ INDI +1 NAME Raymond of_Provence /Berengar/ +1 TITL Count +1 SEX M +1 FAMS @F779@ +0 @I1885@ INDI +1 NAME William de_Fauquemont of_Montjoye// +1 TITL Count +1 SEX M +1 FAMS @F780@ +0 @I1886@ INDI +1 NAME Alexander_II // +1 TITL King of Scotland +1 SEX M +1 BIRT +2 DATE 1198 +1 DEAT +2 DATE 1249 +1 FAMS @F781@ +1 FAMS @F1025@ +1 FAMC @F1024@ +0 @I1887@ INDI +1 NAME Edmund // +1 TITL Earl of Cornwall +1 SEX M +1 DEAT +2 DATE 1300 +1 FAMS @F782@ +1 FAMC @F600@ +0 @I1888@ INDI +1 NAME Richard // +1 SEX M +1 DEAT +2 DATE 1296 +1 FAMC @F600@ +0 @I1889@ INDI +1 NAME Margaret // +1 SEX F +1 FAMS @F782@ +1 FAMC @F783@ +0 @I1890@ INDI +1 NAME Richard De_Clare of_Gloucester// +1 TITL Earl +1 SEX M +1 FAMS @F783@ +0 @I1891@ INDI +1 NAME Alfonso_IX // +1 TITL King of Castile +1 SEX M +1 DEAT +2 DATE 1230 +1 FAMS @F784@ +1 FAMS @F691@ +0 @I1892@ INDI +1 NAME Lucienne of_Rochefort // +1 SEX F +1 FAMS @F694@ +0 @I1893@ INDI +1 NAME William of_Albemarle /de_Forz/ +1 TITL Count +1 SEX M +1 FAMS @F785@ +0 @I1894@ INDI +1 NAME Robert // +1 TITL Count of Artois +1 SEX M +1 FAMS @F786@ +1 FAMC @F690@ +0 @I1895@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F786@ +0 @I1896@ INDI +1 NAME Yolande // +1 SEX F +1 FAMS @F787@ +1 FAMC @F788@ +0 @I1897@ INDI +1 NAME Robert_IV // +1 TITL Count of Dreux +1 SEX M +1 FAMS @F788@ +0 @I1898@ INDI +1 NAME Roger of_Harwich /Hayles/ +1 TITL Sir +1 SEX M +1 FAMS @F789@ +0 @I1899@ INDI +1 NAME Piers De_Braose // +1 SEX M +1 FAMS @F790@ +0 @I1900@ INDI +1 NAME Ralph /Cobham/ +1 TITL Sir +1 SEX M +1 FAMS @F791@ +0 @I1901@ INDI +1 NAME John // +1 TITL Lord Wake +1 SEX M +1 FAMS @F792@ +0 @I1902@ INDI +1 NAME John /Comyn/ +1 SEX M +1 FAMS @F793@ +0 @I1903@ INDI +1 NAME Philip_IV the_Fair // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1268 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 29 NOV 1314 +2 PLAC Fontainebleau,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F794@ +1 FAMC @F688@ +0 @I1904@ INDI +1 NAME Roger /Mortimer/ +1 TITL Earl of March II +1 SEX M +1 DEAT +2 DATE 1360 +1 FAMS @F795@ +1 FAMC @F796@ +0 @I1905@ INDI +1 NAME Edmund /Mortimer/ +1 TITL Sir +1 SEX M +1 FAMS @F796@ +1 FAMC @F797@ +0 @I1906@ INDI +1 NAME Roger /Mortimer/ +1 TITL Earl of March I +1 SEX M +1 DEAT +2 DATE 1330 +1 FAMS @F797@ +1 FAMC @F798@ +0 @I1907@ INDI +1 NAME Edmund /Mortimer/ +1 TITL Lord Mortimer I +1 SEX M +1 FAMS @F798@ +1 FAMC @F799@ +0 @I1908@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 FAMS @F799@ +1 FAMC @F800@ +0 @I1909@ INDI +1 NAME Maud // +1 SEX F +1 FAMS @F799@ +1 FAMC @F807@ +0 @I1910@ INDI +1 NAME Ralph /Mortimer/ +1 SEX M +1 FAMS @F800@ +0 @I1911@ INDI +1 NAME Gwladus DDU // +1 SEX F +1 FAMS @F801@ +1 FAMS @F800@ +1 FAMC @F802@ +0 @I1912@ INDI +1 NAME Reginald De_Braose // +1 SEX M +1 FAMS @F801@ +1 FAMS @F808@ +1 FAMC @F809@ +0 @I1913@ INDI +1 NAME Llywelyn Fawr the_Great// +1 TITL Prince of Wales +1 SEX M +1 FAMS @F802@ +1 FAMC @F830@ +0 @I1914@ INDI +1 NAME Richard /Wellesley/ +1 TITL Marquess +1 SEX M +1 DEAT +2 DATE 1842 +1 FAMS @F803@ +1 FAMC @F804@ +0 @I1915@ INDI +1 NAME Garret of_Mornington /Wellesley/ +1 TITL Earl +1 SEX M +1 FAMS @F804@ +0 @I1916@ INDI +1 NAME Anne /Hill/ +1 TITL Hon. +1 SEX F +1 DEAT +2 DATE 1831 +1 FAMS @F804@ +1 FAMC @F805@ +0 @I1917@ INDI +1 NAME Arthur of_Wellington /Wellesley/ +1 TITL Duke +1 SEX M +1 FAMC @F804@ +0 @I1918@ INDI +1 NAME Arthur Dungannon /Hill/ +1 TITL Viscount +1 SEX M +1 FAMS @F805@ +1 FAMC @F987@ +0 @I1919@ INDI +1 NAME William /De_Braose/ +1 SEX M +1 FAMS @F807@ +1 FAMC @F808@ +0 @I1920@ INDI +1 NAME William /De_Braose/ +1 SEX M +1 FAMS @F809@ +0 @I1921@ INDI +1 NAME Bertha // +1 SEX F +1 FAMS @F809@ +1 FAMC @F810@ +0 @I1922@ INDI +1 NAME Miles of_Gloucester // +1 TITL Earl of Hereford +1 SEX M +1 FAMS @F810@ +0 @I1923@ INDI +1 NAME Sybil // +1 SEX F +1 FAMS @F810@ +1 FAMC @F811@ +0 @I1924@ INDI +1 NAME Bernard of_Neufmarche // +1 SEX M +1 FAMS @F811@ +0 @I1925@ INDI +1 NAME Nest // +1 SEX F +1 FAMS @F811@ +1 FAMC @F812@ +0 @I1926@ INDI +1 NAME Osbern Fitz Richard// +1 SEX M +1 FAMS @F812@ +0 @I1927@ INDI +1 NAME Nest // +1 SEX F +1 FAMS @F812@ +1 FAMC @F813@ +0 @I1928@ INDI +1 NAME Gruffydd Ap_Llywelyn // +1 SEX M +1 FAMS @F813@ +1 FAMC @F814@ +0 @I1929@ INDI +1 NAME Henry_III // +1 TITL King of Germany +1 SEX M +1 BIRT +2 DATE 1017 +1 DEAT +2 DATE 1056 +1 FAMS @F846@ +0 @I1930@ INDI +1 NAME Llywelyn Ap_Seisyll // +1 SEX M +1 FAMS @F814@ +0 @I1931@ INDI +1 NAME Angharad // +1 SEX F +1 FAMS @F814@ +1 FAMS @F815@ +1 FAMC @F816@ +0 @I1932@ INDI +1 NAME Cynfyn of_Powys // +1 SEX M +1 FAMS @F815@ +0 @I1933@ INDI +1 NAME Bleddyn // +1 SEX M +1 FAMC @F815@ +0 @I1934@ INDI +1 NAME Maredudd // +1 SEX M +1 FAMS @F816@ +1 FAMC @F817@ +0 @I1935@ INDI +1 NAME Owain // +1 SEX M +1 DEAT +2 DATE 968 +1 FAMS @F817@ +1 FAMC @F818@ +0 @I1936@ INDI +1 NAME Hywel Dda (the_Good)// +1 SEX M +1 FAMS @F818@ +1 FAMC @F819@ +0 @I1937@ INDI +1 NAME Cadell // +1 SEX M +1 DEAT +2 DATE 909 +1 FAMS @F819@ +1 FAMC @F820@ +0 @I1938@ INDI +1 NAME Rhodri Mawr (the_Great)// +1 SEX M +1 FAMS @F820@ +0 @I1939@ INDI +1 NAME Anarawd // +1 SEX M +1 FAMS @F822@ +1 FAMC @F820@ +0 @I1940@ INDI +1 NAME Idwal Foel (the_Bald)// +1 SEX M +1 DEAT +2 DATE 942 +1 FAMS @F821@ +1 FAMC @F822@ +0 @I1941@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F821@ +0 @I1942@ INDI +1 NAME Iago // +1 SEX M +1 FAMC @F821@ +0 @I1943@ INDI +1 NAME Ieuaf (Levan) // +1 SEX M +1 FAMS @F824@ +1 FAMC @F821@ +0 @I1944@ INDI +1 NAME Meurig // +1 SEX M +1 DEAT +2 DATE 986 +1 FAMS @F825@ +1 FAMC @F821@ +0 @I1945@ INDI +1 NAME Hywel (the_Bad) // +1 SEX M +1 FAMS @F823@ +1 FAMC @F824@ +0 @I1946@ INDI +1 NAME Cadwallon // +1 SEX M +1 FAMC @F824@ +0 @I1947@ INDI +1 NAME Cynan // +1 SEX M +1 FAMC @F823@ +0 @I1948@ INDI +1 NAME Idwal // +1 SEX M +1 DEAT +2 DATE 996 +1 FAMS @F826@ +1 FAMC @F825@ +0 @I1949@ INDI +1 NAME Iago // +1 SEX M +1 FAMS @F828@ +1 FAMC @F826@ +0 @I1950@ INDI +1 NAME Cynan // +1 SEX M +1 FAMS @F827@ +1 FAMC @F828@ +0 @I1951@ INDI +1 NAME Gruffydd Ap_Cynan // +1 SEX M +1 FAMS @F829@ +1 FAMC @F827@ +0 @I1952@ INDI +1 NAME Owain Gwynedd // +1 SEX M +1 FAMS @F831@ +1 FAMC @F829@ +0 @I1953@ INDI +1 NAME Iorwerth Drwyndwn // +1 SEX M +1 FAMS @F830@ +1 FAMC @F831@ +0 @I1954@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F831@ +0 @I1955@ INDI +1 NAME Dafydd // +1 SEX M +1 FAMC @F831@ +0 @I1956@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F802@ +0 @I1957@ INDI +1 NAME Gruffydd // +1 SEX M +1 FAMS @F833@ +1 FAMC @F802@ +0 @I1958@ INDI +1 NAME Dafydd // +1 SEX M +1 FAMC @F802@ +0 @I1959@ INDI +1 NAME Angharad // +1 SEX F +1 FAMS @F970@ +1 FAMC @F802@ +0 @I1960@ INDI +1 NAME Gwenllian // +1 SEX F +1 FAMC @F832@ +0 @I1961@ INDI +1 NAME Llywelyn Ap_Gruffydd // +1 SEX M +1 FAMS @F832@ +1 FAMC @F833@ +0 @I1962@ INDI +1 NAME Kathryn // +1 SEX F +1 FAMC @F62@ +0 @I1963@ INDI +1 NAME Norissa // +1 SEX F +1 FAMC @F62@ +0 @I1964@ INDI +1 NAME Alfred the_Great // +1 TITL King West Saxons +1 SEX M +1 BIRT +2 DATE 849 +2 PLAC Wantage,,,England +1 DEAT +2 DATE 899 +1 FAMS @F834@ +1 FAMC @F835@ +0 @I1965@ INDI +1 NAME Ealhswith // +1 SEX F +1 DEAT +2 DATE 905 +1 FAMS @F834@ +1 FAMC @F842@ +0 @I1966@ INDI +1 NAME Ethelwulf // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 858 +1 FAMS @F835@ +1 FAMS @F838@ +1 FAMC @F837@ +0 @I1967@ INDI +1 NAME Osburh // +1 SEX F +1 DEAT +2 DATE 846 +1 FAMS @F835@ +1 FAMC @F839@ +0 @I1968@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMC @F835@ +0 @I1969@ INDI +1 NAME Ethelbald // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 860 +1 FAMS @F836@ +1 FAMC @F835@ +0 @I1970@ INDI +1 NAME Judith // +1 SEX F +1 FAMS @F836@ +1 FAMS @F838@ +0 @I1971@ INDI +1 NAME Ethelbert // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 866 +1 FAMC @F835@ +0 @I1972@ INDI +1 NAME Ethelred_I // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 871 +1 FAMS @F840@ +1 FAMC @F835@ +0 @I1973@ INDI +1 NAME Egbert // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 839 +1 FAMS @F837@ +1 FAMC @F895@ +0 @I1974@ INDI +1 NAME Redburh // +1 SEX F +1 FAMS @F837@ +0 @I1975@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMC @F837@ +0 @I1976@ INDI +1 NAME Oslac // +1 SEX M +1 FAMS @F839@ +0 @I1977@ INDI +1 NAME Ethelswith // +1 SEX F +1 DEAT +2 DATE 888 +1 FAMS @F841@ +1 FAMC @F835@ +0 @I1978@ INDI +1 NAME Ethelhelm // +1 SEX M +1 FAMC @F840@ +0 @I1979@ INDI +1 NAME Ethelwald // +1 TITL King of York +1 SEX M +1 FAMC @F840@ +0 @I1980@ INDI +1 NAME Burghred // +1 TITL King of Mercia +1 SEX M +1 FAMS @F841@ +0 @I1981@ INDI +1 NAME Ethelred /Mucel/ +1 TITL Ealdorman +1 SEX M +1 FAMS @F842@ +0 @I1982@ INDI +1 NAME Ethelwerd // +1 SEX M +1 DEAT +2 DATE 922 +1 FAMS @F843@ +1 FAMC @F834@ +0 @I1983@ INDI +1 NAME Elfwine // +1 SEX M +1 DEAT +2 DATE 937 +1 FAMC @F843@ +0 @I1984@ INDI +1 NAME Ethelwine // +1 SEX M +1 DEAT +2 DATE 937 +1 FAMC @F843@ +0 @I1985@ INDI +1 NAME Ethelfleda // +1 TITL Lady of Mercia +1 SEX F +1 DEAT +2 DATE 918 +1 FAMS @F845@ +1 FAMC @F834@ +0 @I1986@ INDI +1 NAME Ethelgiva of_Shaftesbury // +1 TITL Abbess +1 SEX F +1 FAMC @F834@ +0 @I1987@ INDI +1 NAME Elfrida // +1 SEX F +1 FAMS @F844@ +1 FAMC @F834@ +0 @I1988@ INDI +1 NAME Baldwin_II of_Flanders // +1 TITL Count +1 SEX M +1 FAMS @F844@ +0 @I1989@ INDI +1 NAME Ethelred of_Mercia // +1 TITL Ealdorman +1 SEX M +1 DEAT +2 DATE 910 +1 FAMS @F845@ +0 @I1990@ INDI +1 NAME Henry_IV // +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 11 NOV 1050 +2 PLAC Goslar,,,Germany +1 DEAT +2 DATE 7 AUG 1106 +2 PLAC Liege,,,Belgium +1 FAMC @F846@ +0 @I1991@ INDI +1 NAME Cerdic // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 534 +1 FAMS @F847@ +1 FAMC @F849@ +0 @I1992@ INDI +1 NAME Cynric // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 560 +1 FAMS @F848@ +1 FAMC @F847@ +0 @I1993@ INDI +1 NAME Ceawlin // +1 SEX M +1 DEAT +2 DATE 593 +1 FAMS @F885@ +1 FAMC @F848@ +0 @I1994@ INDI +1 NAME Cutha // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 584 +1 FAMS @F874@ +1 FAMC @F848@ +0 @I1995@ INDI +1 NAME Elesa // +1 SEX M +1 FAMS @F849@ +1 FAMC @F850@ +0 @I1996@ INDI +1 NAME Elsa // +1 SEX M +1 FAMS @F850@ +1 FAMC @F851@ +0 @I1997@ INDI +1 NAME Gewis // +1 SEX M +1 FAMS @F851@ +1 FAMC @F852@ +0 @I1998@ INDI +1 NAME Wig // +1 SEX M +1 FAMS @F852@ +1 FAMC @F853@ +0 @I1999@ INDI +1 NAME Freawine // +1 SEX M +1 FAMS @F853@ +1 FAMC @F854@ +0 @I2000@ INDI +1 NAME Frithogar // +1 SEX M +1 FAMS @F854@ +1 FAMC @F855@ +0 @I2001@ INDI +1 NAME Brond // +1 SEX M +1 FAMS @F855@ +1 FAMC @F856@ +0 @I2002@ INDI +1 NAME Baeldaeg // +1 SEX M +1 FAMS @F856@ +1 FAMC @F857@ +0 @I2003@ INDI +1 NAME Woden // +1 SEX M +1 FAMS @F857@ +1 FAMC @F858@ +0 @I2004@ INDI +1 NAME Frithuwald // +1 SEX M +1 FAMS @F858@ +1 FAMC @F859@ +0 @I2005@ INDI +1 NAME Frealaf // +1 SEX M +1 FAMS @F859@ +1 FAMC @F860@ +0 @I2006@ INDI +1 NAME Frithuwulf // +1 SEX M +1 FAMS @F860@ +1 FAMC @F861@ +0 @I2007@ INDI +1 NAME Finn // +1 SEX M +1 FAMS @F861@ +1 FAMC @F862@ +0 @I2008@ INDI +1 NAME Godwulf // +1 SEX M +1 FAMS @F862@ +1 FAMC @F863@ +0 @I2009@ INDI +1 NAME Geata // +1 SEX M +1 FAMS @F863@ +1 FAMC @F864@ +0 @I2010@ INDI +1 NAME Taetwa // +1 SEX M +1 FAMS @F864@ +1 FAMC @F865@ +0 @I2011@ INDI +1 NAME Beaw // +1 SEX M +1 FAMS @F865@ +1 FAMC @F866@ +0 @I2012@ INDI +1 NAME Sceldwa // +1 SEX M +1 FAMS @F866@ +1 FAMC @F867@ +0 @I2013@ INDI +1 NAME Heremod // +1 SEX M +1 FAMS @F867@ +1 FAMC @F868@ +0 @I2014@ INDI +1 NAME Itermon // +1 SEX M +1 FAMS @F868@ +1 FAMC @F869@ +0 @I2015@ INDI +1 NAME Hathra // +1 SEX M +1 FAMS @F869@ +1 FAMC @F870@ +0 @I2016@ INDI +1 NAME Hwala // +1 SEX M +1 FAMS @F870@ +1 FAMC @F871@ +0 @I2017@ INDI +1 NAME Bedwig // +1 SEX M +1 FAMS @F871@ +1 FAMC @F872@ +0 @I2018@ INDI +1 NAME Sceaf // +1 SEX M +1 FAMS @F872@ +0 @I2019@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F873@ +1 FAMC @F849@ +0 @I2020@ INDI +1 NAME Stuf // +1 SEX M +1 FAMC @F873@ +0 @I2021@ INDI +1 NAME Wihtgar Isle_of_Wight // +1 TITL King +1 SEX M +1 DEAT +2 DATE 544 +1 FAMC @F873@ +0 @I2022@ INDI +1 NAME Ceolric // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 597 +1 FAMS @F875@ +1 FAMC @F874@ +0 @I2023@ INDI +1 NAME Ceolwulf // +1 TITL King of Wessex +1 SEX M +1 FAMS @F879@ +1 FAMC @F874@ +0 @I2024@ INDI +1 NAME Cynegils // +1 TITL King of Wessex +1 SEX M +1 FAMS @F880@ +1 FAMC @F875@ +0 @I2025@ INDI +1 NAME Aescwine // +1 TITL King of Wessex +1 SEX M +1 FAMC @F876@ +0 @I2026@ INDI +1 NAME Cenfus // +1 SEX M +1 FAMS @F876@ +1 FAMC @F877@ +0 @I2027@ INDI +1 NAME Cenferth // +1 SEX M +1 FAMS @F877@ +1 FAMC @F878@ +0 @I2028@ INDI +1 NAME Cuthgils // +1 SEX M +1 FAMS @F878@ +1 FAMC @F879@ +0 @I2029@ INDI +1 NAME Cwichelm // +1 SEX M +1 DEAT +2 DATE 636 +1 FAMS @F881@ +1 FAMC @F880@ +0 @I2030@ INDI +1 NAME Cenwealh // +1 SEX M +1 FAMS @F882@ +1 FAMS @F883@ +1 FAMC @F880@ +0 @I2031@ INDI +1 NAME Centwine // +1 TITL King of Wessex +1 SEX M +1 FAMC @F880@ +0 @I2032@ INDI +1 NAME Cyneburh // +1 SEX F +1 FAMS @F884@ +1 FAMC @F880@ +0 @I2033@ INDI +1 NAME Cuthred // +1 FAMC @F881@ +0 @I2034@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F882@ +0 @I2035@ INDI +1 NAME Sexburh // +1 TITL Queen of Wessex +1 SEX F +1 FAMS @F883@ +0 @I2036@ INDI +1 NAME Oswald of_Northumbria // +1 TITL King +1 SEX M +1 FAMS @F884@ +0 @I2037@ INDI +1 NAME Cuthwine // +1 SEX M +1 FAMS @F886@ +1 FAMC @F885@ +0 @I2038@ INDI +1 NAME Chad // +1 SEX M +1 FAMS @F887@ +1 FAMC @F886@ +0 @I2039@ INDI +1 NAME Cynebald // +1 SEX M +1 FAMS @F890@ +1 FAMC @F886@ +0 @I2040@ INDI +1 NAME Cuthwulf (Cutha) // +1 SEX M +1 FAMS @F899@ +1 FAMC @F886@ +0 @I2041@ INDI +1 NAME Cenbert // +1 SEX M +1 DEAT +2 DATE 661 +1 FAMS @F888@ +1 FAMC @F887@ +0 @I2042@ INDI +1 NAME Cedwalla // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 689 +2 PLAC Rome,,,Italy +1 FAMC @F888@ +0 @I2043@ INDI +1 NAME Mul // +1 TITL King of Kent +1 SEX M +1 DEAT +2 DATE 687 +1 FAMC @F888@ +0 @I2044@ INDI +1 NAME Oswald /Atheling/ +1 SEX M +1 DEAT +2 DATE 729 +1 FAMC @F889@ +0 @I2045@ INDI +1 NAME Ethelbald // +1 SEX M +1 FAMS @F889@ +1 FAMC @F890@ +0 @I2046@ INDI +1 NAME Ine // +1 TITL King of Wessex +1 SEX M +1 DEAT +2 DATE 728 +2 PLAC Rome,,Italy +1 FAMS @F893@ +1 FAMC @F891@ +0 @I2047@ INDI +1 NAME Cenred // +1 SEX M +1 FAMS @F891@ +1 FAMC @F892@ +0 @I2048@ INDI +1 NAME Ceolwald // +1 SEX M +1 FAMS @F892@ +1 FAMC @F899@ +0 @I2049@ INDI +1 NAME Ethelburh // +1 SEX F +1 FAMS @F893@ +0 @I2050@ INDI +1 NAME Ingild // +1 SEX M +1 DEAT +2 DATE 718 +1 FAMS @F898@ +1 FAMC @F891@ +0 @I2051@ INDI +1 NAME Cwenburh of_Wimborne // +1 TITL Abbess +1 SEX F +1 FAMC @F891@ +0 @I2052@ INDI +1 NAME Cuthburh // +1 SEX F +1 FAMS @F894@ +1 FAMC @F891@ +0 @I2053@ INDI +1 NAME Aldfrid of_Northumbria // +1 TITL King +1 SEX M +1 FAMS @F894@ +0 @I2054@ INDI +1 NAME Ealhmund of_Kent // +1 TITL Under-King +1 SEX M +1 DEAT +2 DATE 786 +1 FAMS @F895@ +1 FAMC @F896@ +0 @I2055@ INDI +1 NAME Eaba // +1 SEX M +1 FAMS @F896@ +1 FAMC @F897@ +0 @I2056@ INDI +1 NAME Eoppa // +1 SEX M +1 FAMS @F897@ +1 FAMC @F898@ +0 @I2057@ INDI +1 NAME William of_Hainault // +1 TITL Count +1 SEX M +1 FAMS @F900@ +0 @I2058@ INDI +1 NAME Thomas /Holland/ +1 TITL Earl of Kent +1 SEX M +1 FAMS @F901@ +0 @I2059@ INDI +1 NAME William /de_Burgh/ +1 TITL Earl of Ulster +1 SEX M +1 FAMS @F902@ +0 @I2060@ INDI +1 NAME Galeazzo /Visconti/ +1 TITL Duke of Milan +1 SEX M +1 FAMS @F903@ +0 @I2061@ INDI +1 NAME Otho of_Montferrat // +1 TITL Marquis +1 SEX M +1 FAMS @F904@ +0 @I2062@ INDI +1 NAME Pedro_III of_Castile // +1 TITL King +1 SEX M +1 FAMS @F905@ +1 FAMS @F908@ +0 @I2063@ INDI +1 NAME Payne of_Guienne /Roet/ +1 TITL Sir +1 SEX M +1 FAMS @F906@ +0 @I2064@ INDI +1 NAME Hugh /Swynford/ +1 TITL Sir +1 SEX M +1 FAMS @F907@ +0 @I2065@ INDI +1 NAME Katherine // +1 SEX F +1 FAMS @F909@ +1 FAMC @F517@ +0 @I2066@ INDI +1 NAME Henry_III // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1379 +1 DEAT +2 DATE 1406 +1 FAMS @F909@ +1 FAMC @F910@ +0 @I2067@ INDI +1 NAME John_I (Juan) // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1358 +1 DEAT +2 DATE 1390 +1 FAMS @F910@ +1 FAMC @F911@ +0 @I2068@ INDI +1 NAME Henry_II (Enrique) // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE ABT 1333 +1 DEAT +2 DATE 1379 +1 FAMS @F911@ +0 @I2069@ INDI +1 NAME Humphrey of_Hereford /De_Bohun/ +1 TITL Earl +1 SEX M +1 FAMS @F912@ +0 @I2070@ INDI +1 NAME Edmund of_Stafford // +1 TITL Earl +1 SEX M +1 FAMS @F913@ +0 @I2071@ INDI +1 NAME Humphrey of_Buckingham // +1 TITL Earl +1 SEX M +1 FAMC @F491@ +0 @I2072@ INDI +1 NAME Joan // +1 SEX F +1 FAMC @F491@ +0 @I2073@ INDI +1 NAME Isabel // +1 SEX F +1 FAMC @F491@ +0 @I2074@ INDI +1 NAME Isabelle of_Bavaria // +1 SEX F +1 BIRT +2 DATE 1371 +1 DEAT +2 DATE 1435 +1 FAMS @F915@ +0 @I2075@ INDI +1 NAME Charles_VI the_Beloved // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 3 DEC 1368 +2 PLAC Paris,France +1 DEAT +2 DATE 22 OCT 1422 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F915@ +1 FAMC @F1182@ +0 @I2076@ INDI +1 NAME Robert /Ferrers/ +1 TITL Sir +1 SEX M +1 FAMS @F916@ +0 @I2077@ INDI +1 NAME Margaret // +1 SEX F +1 FAMS @F917@ +1 FAMC @F918@ +0 @I2078@ INDI +1 NAME Thomas /Neville/ +1 TITL Sir +1 SEX M +1 FAMS @F918@ +0 @I2079@ INDI +1 NAME Margaret /Beaufort/ +1 SEX F +1 FAMS @F919@ +1 FAMC @F486@ +0 @I2080@ INDI +1 NAME Thomas /Courtenay/ +1 TITL Earl of Devon V +1 SEX M +1 FAMS @F919@ +0 @I2081@ INDI +1 NAME Eleanor /Beauchamp/ +1 SEX F +1 FAMS @F920@ +1 FAMC @F921@ +0 @I2082@ INDI +1 NAME Richard /Beauchamp/ +1 TITL Earl of Warwick +1 SEX M +1 FAMS @F921@ +0 @I2083@ INDI +1 NAME Henry /Beaufort/ +1 TITL Duke Sommerset +1 SEX M +1 DEAT +2 DATE 1463 +1 FAMC @F920@ +0 @I2084@ INDI +1 NAME Edmund /Beaufort/ +1 TITL Duke Sommerset +1 SEX M +1 DEAT +2 DATE 1471 +1 FAMC @F920@ +0 @I2085@ INDI +1 NAME John /Beaufort/ +1 SEX M +1 DEAT +2 DATE 1471 +1 FAMC @F920@ +0 @I2086@ INDI +1 NAME Eleanor /Beaufort/ +1 SEX F +1 FAMS @F922@ +1 FAMS @F923@ +1 FAMC @F920@ +0 @I2087@ INDI +1 NAME Joan /Beaufort/ +1 SEX F +1 FAMS @F924@ +1 FAMS @F925@ +1 FAMC @F920@ +0 @I2088@ INDI +1 NAME Anne /Beaufort/ +1 SEX F +1 FAMS @F926@ +1 FAMC @F920@ +0 @I2089@ INDI +1 NAME Margaret /Beaufort/ +1 SEX F +1 FAMS @F927@ +1 FAMS @F928@ +1 FAMC @F920@ +0 @I2090@ INDI +1 NAME Elizabeth /Beaufort/ +1 SEX F +1 FAMS @F929@ +1 FAMC @F920@ +0 @I2091@ INDI +1 NAME James of_Wiltshire /Butler/ +1 TITL Earl +1 SEX M +1 FAMS @F922@ +0 @I2092@ INDI +1 NAME Robert /Spencer/ +1 TITL Sir +1 SEX M +1 FAMS @F923@ +0 @I2093@ INDI +1 NAME Robert /St._Lawrence/ +1 TITL Lord Howth +1 SEX M +1 FAMS @F924@ +0 @I2094@ INDI +1 NAME Richard /Fry/ +1 SEX M +1 FAMS @F925@ +0 @I2095@ INDI +1 NAME William /Paston/ +1 SEX M +1 FAMS @F926@ +0 @I2096@ INDI +1 NAME Humphrey // +1 TITL Earl of Stafford +1 SEX M +1 FAMS @F927@ +0 @I2097@ INDI +1 NAME Richard /Darell/ +1 TITL Sir +1 SEX M +1 FAMS @F928@ +0 @I2098@ INDI +1 NAME Henry Fitz /Lewes/ +1 TITL Sir +1 SEX M +1 FAMS @F929@ +0 @I2099@ INDI +1 NAME Thomas of_Wiltshire /Boleyn/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1536 +1 FAMS @F931@ +0 @I2100@ INDI +1 NAME Joanna the_Mad (Juana)// +1 SEX F +1 BIRT +2 DATE 1479 +1 DEAT +2 DATE 1555 +1 FAMS @F1352@ +1 FAMC @F320@ +0 @I2101@ INDI +1 NAME William /Cavendish/ +1 TITL Sir +1 SEX M +1 FAMS @F930@ +0 @I2102@ INDI +1 NAME Frances /Devereux/ +1 SEX F +1 DEAT +2 DATE 1674 +1 FAMS @F932@ +1 FAMC @F933@ +0 @I2103@ INDI +1 NAME Robert /Devereux/ +1 TITL Earl of Essex +1 SEX M +1 FAMS @F933@ +0 @I2104@ INDI +1 NAME Henry of_Cumberland /Clifford/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1569 +1 FAMS @F934@ +1 FAMS @F1094@ +0 @I2105@ INDI +1 NAME Adrian /Stokes/ +1 SEX M +1 DEAT +2 DATE ABT 1581 +1 FAMS @F935@ +0 @I2106@ INDI +1 NAME Catherine /Grey/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE ABT 1568 +1 FAMS @F1091@ +1 FAMS @F936@ +1 FAMC @F527@ +0 @I2107@ INDI +1 NAME Mary /Grey/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1578 +1 FAMS @F1092@ +1 FAMC @F527@ +0 @I2108@ INDI +1 NAME Edward /Seymour/ +1 TITL Earl of Hertford +1 SEX M +1 FAMS @F936@ +1 FAMS @F1122@ +1 FAMS @F1123@ +1 FAMC @F1125@ +0 @I2109@ INDI +1 NAME Edward Beauchamp /Seymour/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1612 +1 FAMS @F938@ +1 FAMC @F936@ +0 @I2110@ INDI +1 NAME Thomas /Seymour/ +1 SEX M +1 DEAT +2 DATE 1600 +1 FAMS @F937@ +1 FAMC @F936@ +0 @I2111@ INDI +1 NAME Isabel /Onley/ +1 SEX F +1 FAMS @F937@ +0 @I2112@ INDI +1 NAME Honora /Rogers/ +1 SEX F +1 FAMS @F938@ +1 FAMC @F939@ +0 @I2113@ INDI +1 NAME Richard /Rogers/ +1 TITL Sir +1 SEX M +1 FAMS @F939@ +0 @I2114@ INDI +1 NAME Frederick Henry // +1 SEX M +1 BIRT +2 DATE 1614 +1 DEAT +2 DATE 1629 +1 FAMC @F265@ +0 @I2115@ INDI +1 NAME Philip // +1 SEX M +1 DEAT +2 DATE 1650 +1 FAMC @F265@ +0 @I2116@ INDI +1 NAME Elizabeth of_Hervorden // +1 TITL Abbess +1 SEX F +1 DEAT +2 DATE 1680 +1 FAMC @F265@ +0 @I2117@ INDI +1 NAME Louisa Hollandine of_Maubisson// +1 TITL Abbess +1 SEX F +1 DEAT +2 DATE 1709 +1 FAMC @F265@ +0 @I2118@ INDI +1 NAME Henrietta Maria // +1 SEX F +1 DEAT +2 DATE 1651 +1 FAMS @F943@ +1 FAMC @F265@ +0 @I2119@ INDI +1 NAME Charlotte // +1 SEX F +1 DEAT +2 DATE 1631 +1 FAMC @F265@ +0 @I2120@ INDI +1 NAME William of_Hesse /Landgrave/ +1 SEX M +1 FAMS @F941@ +0 @I2121@ INDI +1 NAME Anne // +1 SEX F +1 FAMS @F942@ +0 @I2122@ INDI +1 NAME Sigismund of_Transylvania /Ragotski/ +1 TITL Prince +1 SEX M +1 FAMS @F943@ +0 @I2123@ INDI +1 NAME Frederick Augustus // +1 SEX M +1 DEAT +2 DATE 1690 +1 FAMC @F266@ +0 @I2124@ INDI +1 NAME Maximilian William // +1 SEX M +1 DEAT +2 DATE 1726 +1 FAMC @F266@ +0 @I2125@ INDI +1 NAME Charles Philip // +1 SEX M +1 DEAT +2 DATE 1690 +1 FAMC @F266@ +0 @I2126@ INDI +1 NAME Christian // +1 SEX M +1 DEAT +2 DATE 1703 +1 FAMC @F266@ +0 @I2127@ INDI +1 NAME Edward /Hyde/ +1 TITL Earl of Claredon +1 SEX M +1 FAMS @F944@ +0 @I2128@ INDI +1 NAME Anna Maria // +1 SEX F +1 BIRT +2 DATE 1669 +1 DEAT +2 DATE 1728 +1 FAMS @F945@ +1 FAMC @F272@ +0 @I2129@ INDI +1 NAME Victor Amadeus_II // +1 TITL Duke of Savoy +1 SEX M +1 BIRT +2 DATE 1666 +1 DEAT +2 DATE 1732 +1 FAMS @F945@ +0 @I2130@ INDI +1 NAME Charles_II // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1661 +1 DEAT +2 DATE 1700 +1 FAMS @F946@ +1 FAMC @F947@ +0 @I2131@ INDI +1 NAME Philip_IV // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1605 +1 DEAT +2 DATE 1665 +1 FAMS @F948@ +1 FAMS @F947@ +1 FAMC @F522@ +0 @I2132@ INDI +1 NAME Philip_III // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1578 +2 PLAC Madrid,,,Spain +1 DEAT +2 DATE 1621 +1 FAMS @F522@ +1 FAMC @F951@ +0 @I2133@ INDI +1 NAME Maria of_Portugal // +1 SEX F +1 FAMS @F949@ +0 @I2134@ INDI +1 NAME Elizabeth of_France // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1545 +1 DEAT +2 DATE 1568 +1 FAMS @F950@ +0 @I2135@ INDI +1 NAME Anne of_Austria // +1 SEX F +1 BIRT +2 DATE 1549 +1 DEAT +2 DATE 1580 +1 FAMS @F951@ +0 @I2136@ INDI +1 NAME Don_Carlos // +1 SEX M +1 FAMC @F949@ +0 @I2137@ INDI +1 NAME James Louis /Sobieski/ +1 TITL Prince +1 SEX M +1 FAMS @F952@ +1 FAMC @F953@ +0 @I2138@ INDI +1 NAME John_III /Sobieski/ +1 TITL King of Poland +1 SEX M +1 BIRT +2 DATE 9 JUN 1624 +2 PLAC Olesko,Now:,Ukraine,SSR +1 DEAT +2 DATE 17 JUN 1696 +2 PLAC Wilanow,Nr.,Warsaw,Poland +1 FAMS @F953@ +0 @I2139@ INDI +1 NAME Gustavus Adolphus of_Stolberg-Ged.// +1 TITL Prince +1 SEX M +1 FAMS @F954@ +0 @I2140@ INDI +1 NAME George William of_Brunswick// +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1726 +1 FAMS @F955@ +0 @I2141@ INDI +1 NAME Celle // +1 SEX F +1 FAMS @F955@ +0 @I2142@ INDI +1 NAME Frederick_II of_Saxe-Gotha // +1 TITL Duke +1 SEX M +1 FAMS @F956@ +0 @I2143@ INDI +1 NAME Magdalena Augusta of_Anhalt-Zerbst// +1 SEX F +1 FAMS @F956@ +0 @I2144@ INDI +1 NAME Edward /Walpole/ +1 TITL Hon. Sir +1 SEX M +1 FAMS @F957@ +0 @I2145@ INDI +1 NAME James Waldegrave_2nd // +1 TITL Earl +1 SEX M +1 FAMS @F958@ +0 @I2146@ INDI +1 NAME Sophia // +1 SEX F +1 DEAT +2 DATE 1844 +1 FAMC @F279@ +0 @I2147@ INDI +1 NAME Charles Louis Frederick// +1 TITL Duke +1 SEX M +1 FAMS @F959@ +0 @I2148@ INDI +1 NAME Elizabeth of_Saxe- Hildburghausen/Albertin/ +1 SEX F +1 FAMS @F959@ +0 @I2149@ INDI +1 NAME Alfonso // +1 TITL Infante of Spain +1 SEX M +1 FAMS @F960@ +0 @I2150@ INDI +1 NAME Ernest of_Hohenlohe- Langenburg// +1 TITL Prince +1 SEX M +1 FAMS @F961@ +0 @I2151@ INDI +1 NAME of_Dalhousie XIII// +1 TITL Earl +1 SEX M +1 FAMS @F962@ +0 @I2152@ INDI +1 NAME Katharine Fraser // +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMC @F665@ +0 @I2153@ INDI +1 NAME Alice // +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F665@ +0 @I2154@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F665@ +0 @I2155@ INDI +1 NAME Alistair Arthur of_Connaught_2nd// +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1943 +1 FAMC @F36@ +0 @I2156@ INDI +1 NAME Romaine // +1 SEX F +1 FAMS @F963@ +0 @I2157@ INDI +1 NAME Janet /Bryce/ +1 SEX F +1 FAMS @F964@ +0 @I2158@ INDI +1 NAME George of_Milford_Haven // +1 TITL Marquess +1 SEX M +1 FAMC @F963@ +0 @I2159@ INDI +1 NAME Ivar // +1 TITL Lord +1 SEX M +1 FAMC @F963@ +0 @I2160@ INDI +1 NAME of_Mount_Temple // +1 TITL Lord +1 SEX M +1 FAMS @F965@ +0 @I2161@ INDI +1 NAME of_Lodesborough // +1 TITL Earl +1 SEX M +1 FAMS @F966@ +0 @I2162@ INDI +1 NAME J. Keyes-O'Malley /Hamilton/ +1 TITL Capt. +1 SEX M +1 FAMS @F967@ +0 @I2163@ INDI +1 NAME Michael Kelly Bryan// +1 SEX M +1 FAMS @F968@ +0 @I2164@ INDI +1 NAME William Kemp // +1 SEX M +1 FAMS @F969@ +0 @I2165@ INDI +1 NAME Robin Alexander // +1 SEX M +1 FAMC @F968@ +0 @I2166@ INDI +1 NAME Maelgwn Fychan // +1 SEX M +1 DEAT +2 DATE 1257 +1 FAMS @F970@ +0 @I2167@ INDI +1 NAME Eleanor // +1 SEX F +1 FAMS @F971@ +1 FAMC @F970@ +0 @I2168@ INDI +1 NAME Maredudd Ap_Owain // +1 SEX M +1 DEAT +2 DATE 1265 +1 FAMS @F971@ +0 @I2169@ INDI +1 NAME Owain // +1 SEX M +1 DEAT +2 DATE 1275 +1 FAMS @F972@ +1 FAMC @F971@ +0 @I2170@ INDI +1 NAME Llywelyn // +1 SEX M +1 DEAT +2 DATE 1309 +1 FAMS @F973@ +1 FAMC @F972@ +0 @I2171@ INDI +1 NAME Thomas // +1 SEX M +1 DEAT +2 DATE ABT 1343 +1 FAMS @F974@ +1 FAMC @F973@ +0 @I2172@ INDI +1 NAME Margaret // +1 SEX F +1 FAMS @F975@ +1 FAMC @F974@ +0 @I2173@ INDI +1 NAME Tudor Fychan of_Pemmynydd// +1 SEX M +1 FAMS @F975@ +1 FAMC @F977@ +0 @I2174@ INDI +1 NAME Maredudd (Meredith) /Tudor/ +1 SEX M +1 FAMS @F976@ +1 FAMC @F975@ +0 @I2175@ INDI +1 NAME Goronwy_Ap Tudor // +1 SEX M +1 DEAT +2 DATE 1331 +1 FAMS @F977@ +1 FAMC @F978@ +0 @I2176@ INDI +1 NAME Tudor Hen // +1 SEX M +1 DEAT +2 DATE 1311 +1 FAMS @F978@ +1 FAMC @F979@ +0 @I2177@ INDI +1 NAME Goronwy // +1 SEX M +1 FAMS @F979@ +1 FAMC @F980@ +0 @I2178@ INDI +1 NAME Ednyfed Fychan // +1 SEX M +1 FAMS @F980@ +0 @I2179@ INDI +1 NAME Gwenllian // +1 SEX F +1 DEAT +2 DATE 1236 +1 FAMS @F980@ +1 FAMC @F981@ +0 @I2180@ INDI +1 NAME Rhys_Ap Gruffydd // +1 TITL Lord Rhys +1 SEX M +1 DEAT +2 DATE 1197 +1 FAMS @F981@ +1 FAMC @F982@ +0 @I2181@ INDI +1 NAME Gruffydd // +1 SEX M +1 DEAT +2 DATE 1137 +1 FAMS @F982@ +1 FAMC @F983@ +0 @I2182@ INDI +1 NAME Rhys_Ap Twedwr // +1 TITL Prince S. Wales +1 SEX M +1 FAMS @F983@ +1 FAMC @F984@ +0 @I2183@ INDI +1 NAME Tewdwr Mawr the_Great// +1 SEX M +1 FAMS @F984@ +1 FAMC @F985@ +0 @I2184@ INDI +1 NAME Cadell // +1 SEX M +1 FAMS @F985@ +1 FAMC @F986@ +0 @I2185@ INDI +1 NAME Einion // +1 SEX M +1 DEAT +2 DATE 984 +1 FAMS @F986@ +1 FAMC @F817@ +0 @I2186@ INDI +1 NAME Michael of_Hillsborough /Hill/ +1 SEX M +1 FAMS @F987@ +1 FAMC @F988@ +0 @I2187@ INDI +1 NAME William /Hill/ +1 SEX M +1 FAMS @F988@ +0 @I2188@ INDI +1 NAME Eleanor /Boyle/ +1 SEX F +1 FAMS @F988@ +1 FAMC @F989@ +0 @I2189@ INDI +1 NAME Michael /Boyle/ +1 TITL Dr. +1 SEX M +1 FAMS @F989@ +0 @I2190@ INDI +1 NAME Mary /O'Brien/ +1 SEX F +1 FAMS @F989@ +1 FAMC @F990@ +0 @I2191@ INDI +1 NAME Dermont /O'Brien/ +1 TITL Lord Inchiquin V +1 SEX M +1 DEAT +2 DATE 1624 +1 FAMS @F990@ +1 FAMC @F991@ +0 @I2192@ INDI +1 NAME Murrough /O'Brien/ +1 TITL Lord Inchiquin 4 +1 SEX M +1 DEAT +2 DATE 1597 +1 FAMS @F991@ +1 FAMC @F992@ +0 @I2193@ INDI +1 NAME Murrough /O'Brien/ +1 TITL Lord Inchiquin 3 +1 SEX M +1 DEAT +2 DATE 1573 +1 FAMS @F992@ +1 FAMC @F993@ +0 @I2194@ INDI +1 NAME Dermod /O'Brien/ +1 TITL Lord Inchiquin 2 +1 SEX M +1 DEAT +2 DATE 1557 +1 FAMS @F993@ +1 FAMC @F994@ +0 @I2195@ INDI +1 NAME Murrough // +1 TITL King of Thomond +1 SEX M +1 DEAT +2 DATE 1551 +1 FAMS @F994@ +1 FAMC @F995@ +0 @I2196@ INDI +1 NAME Turlough Don // +1 TITL King of Thomond +1 SEX M +1 FAMS @F995@ +1 FAMC @F996@ +0 @I2197@ INDI +1 NAME Teige An_Chomard // +1 TITL King of Thomond +1 SEX M +1 FAMS @F996@ +1 FAMC @F997@ +0 @I2198@ INDI +1 NAME Turlough Bog the_Soft// +1 TITL King of Thomond +1 SEX M +1 FAMS @F997@ +1 FAMC @F998@ +0 @I2199@ INDI +1 NAME Brian_Catha An_Eanaigh // +1 TITL King of Thomond +1 SEX M +1 FAMS @F998@ +1 FAMC @F999@ +0 @I2200@ INDI +1 NAME Mahon Moinmoy // +1 TITL King of Thomond +1 SEX M +1 FAMS @F999@ +1 FAMC @F1000@ +0 @I2201@ INDI +1 NAME Mortogh // +1 TITL King of Thomond +1 SEX M +1 FAMS @F1000@ +1 FAMC @F1001@ +0 @I2202@ INDI +1 NAME Turlough // +1 TITL King of Thomond +1 SEX M +1 DEAT +2 DATE 1306 +1 FAMS @F1001@ +1 FAMC @F1002@ +0 @I2203@ INDI +1 NAME Teige Caeluisce // +1 TITL King of Thomond +1 SEX M +1 FAMS @F1002@ +1 FAMC @F1003@ +0 @I2204@ INDI +1 NAME Conor Na_Suidane // +1 TITL King of Thomond +1 SEX M +1 FAMS @F1003@ +1 FAMC @F1004@ +0 @I2205@ INDI +1 NAME Donough Cairbreach // +1 TITL King of Thomond +1 SEX M +1 FAMS @F1004@ +1 FAMC @F1005@ +0 @I2206@ INDI +1 NAME Donnell More // +1 TITL King of Thomond +1 SEX M +1 DEAT +2 DATE 1194 +1 FAMS @F1005@ +1 FAMC @F1006@ +0 @I2207@ INDI +1 NAME Urlachan // +1 SEX F +1 FAMS @F1005@ +1 FAMC @F1014@ +0 @I2208@ INDI +1 NAME Turlough // +1 TITL King of Thomond +1 SEX M +1 FAMS @F1006@ +1 FAMC @F1007@ +0 @I2209@ INDI +1 NAME Dermot // +1 TITL King of Munster +1 SEX M +1 FAMS @F1007@ +1 FAMC @F1008@ +0 @I2210@ INDI +1 NAME Turough // +1 TITL King of Munster +1 SEX M +1 FAMS @F1008@ +1 FAMC @F1009@ +0 @I2211@ INDI +1 NAME Teige (Terence) // +1 SEX M +1 DEAT +2 DATE 1023 +1 FAMS @F1009@ +1 FAMC @F1010@ +0 @I2212@ INDI +1 NAME Brian Boru // +1 TITL King of Ireland +1 SEX M +1 FAMS @F1010@ +0 @I2213@ INDI +1 NAME Dearbforgail // +1 SEX F +1 DEAT +2 DATE 1080 +1 FAMS @F1011@ +1 FAMC @F1010@ +0 @I2214@ INDI +1 NAME Dermot /MacMailnamo/ +1 TITL King of Ireland +1 SEX M +1 DEAT +2 DATE 1072 +1 FAMS @F1011@ +0 @I2215@ INDI +1 NAME Murchad // +1 TITL King of Leinster +1 SEX M +1 DEAT +2 DATE 1090 +1 FAMS @F1017@ +1 FAMC @F1011@ +0 @I2216@ INDI +1 NAME Eva // +1 SEX F +1 FAMS @F807@ +1 FAMC @F1012@ +0 @I2217@ INDI +1 NAME William /Marshal/ +1 TITL Earl of Pembroke +1 SEX M +1 FAMS @F1012@ +0 @I2218@ INDI +1 NAME Isabel // +1 SEX F +1 FAMS @F1012@ +1 FAMC @F1013@ +0 @I2219@ INDI +1 NAME Richard (Strongbow) // +1 TITL Earl of Pembroke +1 SEX M +1 FAMS @F1013@ +0 @I2220@ INDI +1 NAME Aoife (Eva) // +1 SEX F +1 FAMS @F1013@ +1 FAMC @F1014@ +0 @I2221@ INDI +1 NAME Dermot /MacMurrough/ +1 TITL King of Leinster +1 SEX M +1 DEAT +2 DATE 1171 +1 FAMS @F1014@ +1 FAMC @F1015@ +0 @I2222@ INDI +1 NAME Enna // +1 TITL King of Leinster +1 SEX M +1 DEAT +2 DATE 1126 +1 FAMS @F1015@ +1 FAMC @F1016@ +0 @I2223@ INDI +1 NAME Donchad // +1 TITL King of Leinster +1 SEX M +1 DEAT +2 DATE 1126 +1 FAMS @F1016@ +1 FAMC @F1017@ +0 @I2224@ INDI +1 NAME Sybil // +1 SEX F +1 FAMS @F1018@ +1 FAMC @F506@ +0 @I2225@ INDI +1 NAME Ingibiorg // +1 SEX F +1 FAMS @F1020@ +1 FAMC @F1021@ +0 @I2226@ INDI +1 NAME Finn /Arnasson/ +1 SEX M +1 FAMS @F1021@ +0 @I2227@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1131 +1 FAMS @F1022@ +0 @I2228@ INDI +1 NAME Henry of_Huntingdon // +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1152 +1 FAMS @F1023@ +1 FAMC @F1022@ +0 @I2229@ INDI +1 NAME Ada // +1 SEX F +1 FAMS @F1023@ +0 @I2230@ INDI +1 NAME Malcolm_IV the_Maiden // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1023@ +0 @I2231@ INDI +1 NAME Willaim_I the_Lion // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1024@ +1 FAMC @F1023@ +0 @I2232@ INDI +1 NAME Ermengarde // +1 SEX F +1 DEAT +2 DATE 1234 +1 FAMS @F1024@ +0 @I2233@ INDI +1 NAME Mary of_Coucy // +1 SEX F +1 FAMS @F1025@ +0 @I2234@ INDI +1 NAME Margaret // +1 SEX F +1 DEAT +2 DATE 1283 +1 FAMS @F1026@ +1 FAMC @F603@ +0 @I2235@ INDI +1 NAME Eric /Magnusson/ +1 TITL King of Norway +1 SEX M +1 FAMS @F1026@ +0 @I2236@ INDI +1 NAME Margaret Maid_of_Norway // +1 SEX F +1 BIRT +2 DATE ABT 1282 +1 DEAT +2 DATE 1290 +1 FAMC @F1026@ +0 @I2237@ INDI +1 NAME Duncan_II May-Nov // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1027@ +1 FAMC @F1020@ +0 @I2238@ INDI +1 NAME Ethelreda // +1 SEX F +1 FAMS @F1027@ +0 @I2239@ INDI +1 NAME Duncan_I // +1 SEX M +1 FAMS @F1028@ +1 FAMC @F1029@ +0 @I2240@ INDI +1 NAME Sybil // +1 SEX F +1 FAMS @F1028@ +0 @I2241@ INDI +1 NAME Donald_III Bane // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1028@ +0 @I2242@ INDI +1 NAME Crinan // +1 SEX M +1 FAMS @F1029@ +0 @I2243@ INDI +1 NAME Bethoc // +1 SEX F +1 FAMS @F1029@ +1 FAMC @F1032@ +0 @I2244@ INDI +1 NAME Gillacomgan // +1 SEX M +1 FAMS @F1030@ +0 @I2245@ INDI +1 NAME Gruoch // +1 SEX F +1 FAMS @F1030@ +1 FAMS @F1031@ +1 FAMC @F1038@ +0 @I2246@ INDI +1 NAME Lulach // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1030@ +0 @I2247@ INDI +1 NAME Macbeth // +1 TITL King of Scotland +1 SEX M +1 DEAT +2 DATE 1057 +1 FAMS @F1031@ +0 @I2248@ INDI +1 NAME Malcolm_II // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1032@ +1 FAMC @F1033@ +0 @I2249@ INDI +1 NAME Kenneth_II // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1033@ +1 FAMC @F1034@ +0 @I2250@ INDI +1 NAME Malcolm_I // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1034@ +1 FAMC @F1035@ +0 @I2251@ INDI +1 NAME Donald_II // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1035@ +1 FAMC @F1036@ +0 @I2252@ INDI +1 NAME Constantine_II // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1036@ +1 FAMC @F1044@ +0 @I2253@ INDI +1 NAME Duff // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1037@ +1 FAMC @F1034@ +0 @I2254@ INDI +1 NAME Kenneth_III // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1039@ +1 FAMC @F1037@ +0 @I2255@ INDI +1 NAME Beoedhe // +1 SEX M +1 FAMS @F1038@ +1 FAMC @F1039@ +0 @I2256@ INDI +1 NAME Constantine_IV // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1040@ +0 @I2257@ INDI +1 NAME Colin // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1040@ +1 FAMC @F1041@ +0 @I2258@ INDI +1 NAME Indulf // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1041@ +1 FAMC @F1042@ +0 @I2259@ INDI +1 NAME Constantine_III // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1042@ +1 FAMC @F1043@ +0 @I2260@ INDI +1 NAME Aedh // +1 TITL King of Scotland +1 SEX M +1 FAMS @F1043@ +1 FAMC @F1044@ +0 @I2261@ INDI +1 NAME Kenneth_I /MacAlpin/ +1 TITL King of Scotland +1 SEX M +1 FAMS @F1044@ +1 FAMC @F1046@ +0 @I2262@ INDI +1 NAME Unknown_Dau. // +1 SEX F +1 FAMS @F1045@ +1 FAMC @F1044@ +0 @I2263@ INDI +1 NAME Run of_Strathclyde // +1 TITL King +1 SEX M +1 FAMS @F1045@ +0 @I2264@ INDI +1 NAME Eocha // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1045@ +0 @I2265@ INDI +1 NAME Alpin // +1 TITL King of Scotland +1 SEX M +1 DEAT +2 DATE 834 +1 FAMS @F1046@ +0 @I2266@ INDI +1 NAME Donald_I // +1 TITL King of Scotland +1 SEX M +1 FAMC @F1046@ +0 @I2267@ INDI +1 NAME Charles_II // +1 TITL King of Navarre +1 SEX M +1 FAMS @F1047@ +0 @I2268@ INDI +1 NAME Reynald /Cobham/ +1 TITL Sir +1 SEX M +1 FAMS @F1048@ +0 @I2269@ INDI +1 NAME of_Burgandy // +1 TITL Duke +1 SEX M +1 FAMS @F1049@ +0 @I2270@ INDI +1 NAME Peter of_Luxemburg // +1 TITL Count St. Pol +1 SEX M +1 FAMS @F1050@ +0 @I2271@ INDI +1 NAME Richard /Woodville/ +1 TITL Earl Rivers +1 SEX M +1 FAMS @F1051@ +0 @I2272@ INDI +1 NAME Rene // +1 TITL Count of Anjou +1 SEX M +1 FAMS @F1052@ +0 @I2273@ INDI +1 NAME Thomas of_Heton /Grey/ +1 TITL Sir +1 SEX M +1 FAMS @F1053@ +0 @I2274@ INDI +1 NAME Joachim Frederick of_Brandenburg// +1 TITL Elector +1 SEX M +1 FAMS @F1054@ +0 @I2275@ INDI +1 NAME Richard /Pole/ +1 TITL Sir +1 SEX M +1 FAMS @F1055@ +0 @I2276@ INDI +1 NAME John /De_La_Pole/ +1 TITL Duke of Suffolk +1 SEX M +1 FAMS @F1056@ +0 @I2277@ INDI +1 NAME Thomas /Holland/ +1 TITL Earl of Kent +1 SEX M +1 FAMS @F1057@ +0 @I2278@ INDI +1 NAME Edward // +1 TITL Lord Cherleton +1 SEX M +1 FAMS @F1058@ +0 @I2279@ INDI +1 NAME Edmund // +1 TITL Earl of Stafford +1 SEX M +1 FAMS @F1059@ +0 @I2280@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 DEAT +2 DATE 1409 +1 FAMC @F492@ +0 @I2281@ INDI +1 NAME Eleanor /Mortimer/ +1 SEX F +1 FAMS @F1060@ +1 FAMC @F492@ +0 @I2282@ INDI +1 NAME Edward /Courtenay/ +1 TITL Sir +1 SEX M +1 FAMS @F1060@ +0 @I2283@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 DEAT +2 DATE 1409 +1 FAMC @F494@ +0 @I2284@ INDI +1 NAME Elizabeth /Mortimer/ +1 SEX F +1 FAMS @F1061@ +1 FAMS @F1062@ +1 FAMC @F494@ +0 @I2285@ INDI +1 NAME Philippa /Mortimer/ +1 SEX F +1 DEAT +2 DATE 1401 +1 FAMS @F1063@ +1 FAMS @F1064@ +1 FAMS @F1065@ +1 FAMC @F494@ +0 @I2286@ INDI +1 NAME Henry (Hotspur) /Percy/ +1 SEX M +1 FAMS @F1061@ +0 @I2287@ INDI +1 NAME Thomas // +1 TITL Lord Camoys +1 SEX M +1 FAMS @F1062@ +0 @I2288@ INDI +1 NAME John /Hastings/ +1 TITL Earl of Pembroke +1 SEX M +1 FAMS @F1063@ +0 @I2289@ INDI +1 NAME Richard /Fitzalan/ +1 TITL Earl of Arundel +1 SEX M +1 FAMS @F1064@ +0 @I2290@ INDI +1 NAME Thomas of_Basing /Poynings/ +1 TITL Lord St. John +1 SEX M +1 FAMS @F1065@ +0 @I2291@ INDI +1 NAME Charles_IV // +1 TITL Emperor +1 SEX M +1 BIRT +2 DATE 1316 +1 DEAT +2 DATE 1378 +1 FAMS @F1066@ +0 @I2292@ INDI +1 NAME John /Holland/ +1 TITL Duke of Exeter +1 SEX M +1 FAMS @F1067@ +0 @I2293@ INDI +1 NAME John /Cornwall/ +1 TITL Lord Fanhope +1 SEX M +1 FAMS @F1068@ +0 @I2294@ INDI +1 NAME Constance // +1 SEX F +1 FAMS @F1069@ +1 FAMC @F488@ +0 @I2295@ INDI +1 NAME Thomas of_Gloucester /Despencer/ +1 TITL Earl +1 SEX M +1 FAMS @F1069@ +0 @I2296@ INDI +1 NAME Philippa // +1 SEX F +1 FAMS @F1070@ +1 FAMS @F1071@ +1 FAMS @F1072@ +0 @I2297@ INDI +1 NAME /Fitzwater/ +1 TITL Lord +1 SEX M +1 FAMS @F1070@ +0 @I2298@ INDI +1 NAME John /Golafre/ +1 TITL Sir +1 SEX M +1 FAMS @F1071@ +0 @I2299@ INDI +1 NAME Thomas /Clifford/ +1 TITL Lord +1 SEX M +1 FAMS @F1073@ +0 @I2300@ INDI +1 NAME John // +1 TITL Lord Latymer +1 SEX M +1 FAMS @F1074@ +0 @I2301@ INDI +1 NAME Hugh /Seymour/ +1 TITL Admiral +1 SEX M +1 BIRT +2 DATE 1759 +1 DEAT +2 DATE 1801 +1 FAMS @F1019@ +1 FAMC @F1075@ +0 @I2302@ INDI +1 NAME Anne Horatia /Waldegrave/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1801 +1 FAMS @F1019@ +0 @I2303@ INDI +1 NAME Francis of_Hertford I/Seymour/ +1 TITL Marquess +1 SEX M +1 BIRT +2 DATE 1718 +1 DEAT +2 DATE 1794 +1 FAMS @F1075@ +0 @I2304@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1782 +1 FAMS @F1075@ +1 FAMC @F1076@ +0 @I2305@ INDI +1 NAME Charles /Fitzroy/ +1 TITL Duke of Grafton +1 SEX M +1 BIRT +2 DATE 1683 +1 DEAT +2 DATE 1757 +1 FAMS @F1076@ +1 FAMC @F1077@ +0 @I2306@ INDI +1 NAME Henrietta /Somerset/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1726 +1 FAMS @F1076@ +0 @I2307@ INDI +1 NAME Henry /Fitzroy/ +1 TITL Duke of Grafton +1 SEX M +1 BIRT +2 DATE 1663 +1 DEAT +2 DATE 1690 +1 FAMS @F1077@ +0 @I2308@ INDI +1 NAME Isabella /Bennett/ +1 TITL Lady +1 SEX F +1 DEAT +2 DATE 1723 +1 FAMS @F1077@ +0 @I2309@ INDI +1 NAME William of_Northampton /Parr/ +1 TITL Marquess +1 SEX M +1 FAMC @F332@ +0 @I2310@ INDI +1 NAME John Northumberland /Dudley/ +1 TITL Duke +1 SEX M +1 DEAT +2 DATE 1553 +1 FAMS @F1078@ +0 @I2311@ INDI +1 NAME Jane /Guildford/ +1 SEX F +1 FAMS @F1078@ +0 @I2312@ INDI +1 NAME John /Dudley/ +1 TITL Earl of Warwick +1 SEX M +1 DEAT +2 DATE 1554 +1 FAMS @F1079@ +1 FAMC @F1078@ +0 @I2313@ INDI +1 NAME Ambrose /Dudley/ +1 TITL Earl of Warwick +1 SEX M +1 DEAT +2 DATE 1590 +1 FAMS @F1081@ +1 FAMS @F1082@ +1 FAMS @F1083@ +1 FAMC @F1078@ +0 @I2314@ INDI +1 NAME Henry /Dudley/ +1 SEX M +1 FAMS @F1084@ +1 FAMC @F1078@ +0 @I2315@ INDI +1 NAME Robert of_Leicester /Dudley/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1588 +1 FAMS @F1089@ +1 FAMS @F1090@ +1 FAMC @F1078@ +0 @I2316@ INDI +1 NAME Jane /Dudley/ +1 SEX F +1 FAMS @F1086@ +1 FAMC @F1078@ +0 @I2317@ INDI +1 NAME Mary /Dudley/ +1 SEX F +1 DEAT +2 DATE 1586 +1 FAMS @F1087@ +1 FAMC @F1078@ +0 @I2318@ INDI +1 NAME Catherine /Dudley/ +1 SEX F +1 FAMS @F1088@ +1 FAMC @F1078@ +0 @I2319@ INDI +1 NAME Anne /Seymour/ +1 SEX F +1 DEAT +2 DATE 1588 +1 FAMS @F1079@ +1 FAMS @F1080@ +1 FAMC @F1125@ +0 @I2320@ INDI +1 NAME Edward /Unton/ +1 SEX M +1 FAMS @F1080@ +0 @I2321@ INDI +1 NAME Anne /Whorwood/ +1 SEX F +1 DEAT +2 DATE 1552 +1 FAMS @F1081@ +0 @I2322@ INDI +1 NAME Elizabeth /Talboys/ +1 SEX F +1 FAMS @F1082@ +0 @I2323@ INDI +1 NAME Anne /Russell/ +1 SEX F +1 DEAT +2 DATE 1603 +1 FAMS @F1083@ +0 @I2324@ INDI +1 NAME John /Dudley/ +1 SEX M +1 FAMC @F1081@ +0 @I2325@ INDI +1 NAME Margaret /Audley/ +1 SEX F +1 DEAT +2 DATE 1563 +1 FAMS @F1084@ +1 FAMS @F1085@ +0 @I2326@ INDI +1 NAME Thomas /Howard/ +1 TITL Duke of Norfolk +1 SEX M +1 DEAT +2 DATE 1572 +1 FAMS @F1085@ +0 @I2327@ INDI +1 NAME Henry /Seymour/ +1 SEX M +1 FAMS @F1086@ +1 FAMC @F1125@ +0 @I2328@ INDI +1 NAME Henry /Sidney/ +1 SEX M +1 DEAT +2 DATE 1586 +1 FAMS @F1087@ +0 @I2329@ INDI +1 NAME Henry of_Huntington /Hastings/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1595 +1 FAMS @F1088@ +0 @I2330@ INDI +1 NAME Amy /Robsart/ +1 SEX F +1 DEAT +2 DATE 1560 +1 FAMS @F1089@ +0 @I2331@ INDI +1 NAME Lettice /Knollys/ +1 SEX F +1 DEAT +2 DATE 1634 +1 FAMS @F1134@ +1 FAMS @F1090@ +1 FAMS @F1135@ +1 FAMC @F1132@ +0 @I2332@ INDI +1 NAME Henry /Herbert/ +1 SEX M +1 FAMS @F1091@ +0 @I2333@ INDI +1 NAME Thomas /Keyes/ +1 SEX M +1 DEAT +2 DATE 1571 +1 FAMS @F1092@ +0 @I2334@ INDI +1 NAME Margaret /Clifford/ +1 SEX F +1 DEAT +2 DATE 1596 +1 FAMS @F1093@ +1 FAMC @F934@ +0 @I2335@ INDI +1 NAME Henry /Stanley/ +1 TITL Earl of Derby +1 SEX M +1 DEAT +2 DATE 1593 +1 FAMS @F1093@ +0 @I2336@ INDI +1 NAME Anne /Dacre/ +1 SEX F +1 DEAT +2 DATE 1581 +1 FAMS @F1094@ +0 @I2337@ INDI +1 NAME Elizabeth /Howard/ +1 SEX F +1 DEAT +2 DATE 1512 +1 FAMS @F931@ +1 FAMC @F1096@ +0 @I2338@ INDI +1 NAME George Rochford /Boleyn/ +1 TITL Viscount +1 SEX M +1 DEAT +2 DATE 1536 +1 FAMC @F931@ +0 @I2339@ INDI +1 NAME Mary /Boleyn/ +1 SEX F +1 DEAT +2 DATE 1544 +1 FAMS @F1095@ +1 FAMC @F931@ +0 @I2340@ INDI +1 NAME William /Carey/ +1 SEX M +1 DEAT +2 DATE 1528 +1 FAMS @F1095@ +0 @I2341@ INDI +1 NAME Thomas /Howard/ +1 TITL Duke of Norfolk +1 SEX M +1 DEAT +2 DATE 1524 +1 FAMS @F1096@ +1 FAMS @F1100@ +0 @I2342@ INDI +1 NAME Elizabeth /Tilney/ +1 SEX F +1 DEAT +2 DATE 1497 +1 FAMS @F1096@ +0 @I2343@ INDI +1 NAME Thomas /Howard/ +1 TITL Duke of Norfolk +1 SEX M +1 FAMS @F1097@ +1 FAMS @F1098@ +1 FAMC @F1096@ +0 @I2344@ INDI +1 NAME Anne of_York // +1 SEX F +1 DEAT +2 DATE 1511 +1 FAMS @F1097@ +0 @I2345@ INDI +1 NAME Elizabeth /Stafford/ +1 SEX F +1 DEAT +2 DATE 1558 +1 FAMS @F1098@ +0 @I2346@ INDI +1 NAME Dorothy /Troyes/ +1 SEX F +1 FAMS @F1099@ +0 @I2347@ INDI +1 NAME Agnes /Tilney/ +1 SEX F +1 DEAT +2 DATE 1545 +1 FAMS @F1100@ +0 @I2348@ INDI +1 NAME William of_Effingham /Howard/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1572 +1 FAMS @F1101@ +1 FAMS @F1102@ +1 FAMC @F1100@ +0 @I2349@ INDI +1 NAME Dorothy /Howard/ +1 SEX F +1 FAMS @F1103@ +1 FAMC @F1100@ +0 @I2350@ INDI +1 NAME Elizabeth /Howard/ +1 SEX F +1 DEAT +2 DATE 1534 +1 FAMS @F1104@ +1 FAMC @F1100@ +0 @I2351@ INDI +1 NAME Catherine /Broughton/ +1 SEX F +1 DEAT +2 DATE 1531 +1 FAMS @F1101@ +0 @I2352@ INDI +1 NAME Margaret /Gamage/ +1 SEX F +1 DEAT +2 DATE 1535 +1 FAMS @F1102@ +0 @I2353@ INDI +1 NAME Edward /Stanley/ +1 TITL Earl of Derby +1 SEX M +1 DEAT +2 DATE 1572 +1 FAMS @F1103@ +0 @I2354@ INDI +1 NAME Henry /Radcliffe/ +1 TITL Earl of Sussex +1 SEX M +1 DEAT +2 DATE 1556/1557 +1 FAMS @F1104@ +0 @I2355@ INDI +1 NAME Henry /Howard/ +1 TITL Earl of Surrey +1 SEX M +1 DEAT +2 DATE 1546 +1 FAMS @F1105@ +1 FAMC @F1098@ +0 @I2356@ INDI +1 NAME Mary /Howard/ +1 SEX F +1 FAMS @F1106@ +1 FAMC @F1098@ +0 @I2357@ INDI +1 NAME Thomas /Howard/ +1 TITL Viscount Bindon +1 SEX M +1 DEAT +2 DATE 1582 +1 FAMS @F1107@ +1 FAMC @F1098@ +0 @I2358@ INDI +1 NAME Frances de_Vere // +1 SEX F +1 DEAT +2 DATE 1577 +1 FAMS @F1105@ +0 @I2359@ INDI +1 NAME Thomas /Howard/ +1 TITL Duke of Norfolk +1 SEX M +1 DEAT +2 DATE 1572 +1 FAMS @F1108@ +1 FAMS @F1111@ +1 FAMC @F1105@ +0 @I2360@ INDI +1 NAME Henry of_Northhampton /Howard/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1614 +1 FAMC @F1105@ +0 @I2361@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 DEAT +2 DATE 1596 +1 FAMC @F1105@ +0 @I2362@ INDI +1 NAME Jane /Howard/ +1 SEX F +1 DEAT +2 DATE 1593 +1 FAMC @F1105@ +0 @I2363@ INDI +1 NAME Margaret /Howard/ +1 SEX F +1 DEAT +2 DATE 1592 +1 FAMC @F1105@ +0 @I2364@ INDI +1 NAME Henry /Fitzroy/ +1 TITL Duke of Richmond +1 SEX M +1 DEAT +2 DATE 1533 +1 FAMS @F1106@ +0 @I2365@ INDI +1 NAME Gertrude /Lyte/ +1 SEX F +1 FAMS @F1107@ +0 @I2366@ INDI +1 NAME Mary /Fitzalan/ +1 SEX F +1 DEAT +2 DATE 1557 +1 FAMS @F1108@ +0 @I2367@ INDI +1 NAME Philip /Howard/ +1 TITL Earl of Arundel +1 SEX M +1 DEAT +2 DATE 1595 +1 FAMS @F1109@ +1 FAMC @F1108@ +0 @I2368@ INDI +1 NAME Anne /Dacre/ +1 SEX F +1 FAMS @F1109@ +0 @I2369@ INDI +1 NAME Thomas /Howard/ +1 TITL Earl of Arundel +1 SEX M +1 DEAT +2 DATE 1646 +1 FAMS @F1110@ +1 FAMC @F1109@ +0 @I2370@ INDI +1 NAME Aletheia /Talbot/ +1 SEX F +1 DEAT +2 DATE 1654 +1 FAMS @F1110@ +0 @I2371@ INDI +1 NAME Margaret /Audley/ +1 SEX F +1 DEAT +2 DATE 1563 +1 FAMS @F1111@ +0 @I2372@ INDI +1 NAME Thomas /Howard/ +1 TITL Earl of Suffolk +1 SEX M +1 DEAT +2 DATE 1626 +1 FAMS @F1112@ +1 FAMS @F1113@ +1 FAMC @F1111@ +0 @I2373@ INDI +1 NAME Mary /Dacre/ +1 SEX F +1 DEAT +2 DATE 1576 +1 FAMS @F1112@ +0 @I2374@ INDI +1 NAME Catherine /Knyvett/ +1 SEX F +1 DEAT +2 DATE 1633 +1 FAMS @F1113@ +0 @I2375@ INDI +1 NAME Theophilus /Howard/ +1 TITL Earl of Suffolk +1 SEX M +1 DEAT +2 DATE 1640 +1 FAMS @F1114@ +1 FAMC @F1113@ +0 @I2376@ INDI +1 NAME Thomas of_Berkshire /Howard/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1669 +1 FAMS @F1115@ +1 FAMC @F1113@ +0 @I2377@ INDI +1 NAME Henry /Howard/ +1 SEX M +1 FAMS @F1116@ +1 FAMC @F1113@ +0 @I2378@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 DEAT +2 DATE 1672 +1 FAMS @F1118@ +1 FAMC @F1113@ +0 @I2379@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 FAMS @F1119@ +1 FAMS @F1120@ +1 FAMC @F1113@ +0 @I2380@ INDI +1 NAME Elizabeth /Dunbar/ +1 SEX F +1 FAMS @F1114@ +0 @I2381@ INDI +1 NAME Elizabeth /Cecil/ +1 SEX F +1 FAMS @F1115@ +0 @I2382@ INDI +1 NAME Elizabeth /Bassett/ +1 SEX F +1 DEAT +2 DATE 1643 +1 FAMS @F1116@ +1 FAMS @F1117@ +0 @I2383@ INDI +1 NAME William of_Newcastle /Cavendish/ +1 TITL Earl +1 SEX M +1 FAMS @F1117@ +0 @I2384@ INDI +1 NAME William of_Berkshire /Cecil/ +1 TITL Earl +1 SEX M +1 DEAT +2 DATE 1668 +1 FAMS @F1118@ +0 @I2385@ INDI +1 NAME Robert /Devereux/ +1 TITL Earl of Essex +1 SEX M +1 DEAT +2 DATE 1646 +1 FAMS @F1119@ +0 @I2386@ INDI +1 NAME Robert /Carr/ +1 TITL Earl of Somerset +1 SEX M +1 DEAT +2 DATE 1645 +1 FAMS @F1120@ +0 @I2387@ INDI +1 NAME William /Howard/ +1 SEX M +1 DEAT +2 DATE 1640 +1 FAMS @F1121@ +1 FAMC @F1111@ +0 @I2388@ INDI +1 NAME Elizabeth /Dacre/ +1 SEX F +1 FAMS @F1121@ +0 @I2389@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 DEAT +2 DATE 1598 +1 FAMS @F1122@ +0 @I2390@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 DEAT +2 DATE 1639 +1 FAMS @F1123@ +1 FAMS @F1124@ +0 @I2391@ INDI +1 NAME Ludovic of_Richmond /Stuart/ +1 TITL Duke of Lennox +1 SEX M +1 FAMS @F1124@ +0 @I2392@ INDI +1 NAME Edward /Seymour/ +1 TITL Duke of Somerset +1 SEX M +1 DEAT +2 DATE 1552 +1 FAMS @F1126@ +1 FAMS @F1125@ +0 @I2393@ INDI +1 NAME Anne /Stanhope/ +1 SEX F +1 DEAT +2 DATE 1587 +1 FAMS @F1125@ +0 @I2394@ INDI +1 NAME Henry /Carey/ +1 TITL Baron Hunsdon +1 SEX M +1 DEAT +2 DATE 1596 +1 FAMS @F1131@ +1 FAMC @F1095@ +0 @I2395@ INDI +1 NAME Catherine /Fillol/ +1 SEX F +1 FAMS @F1126@ +0 @I2396@ INDI +1 NAME Edward Beauchamp /Seymour/ +1 TITL Lord +1 SEX M +1 DEAT +2 DATE 1618 +1 FAMS @F1127@ +1 FAMC @F938@ +0 @I2397@ INDI +1 NAME Francis /Seymour/ +1 TITL Baron Seymour +1 SEX M +1 DEAT +2 DATE 1664 +1 FAMS @F1129@ +1 FAMS @F1130@ +1 FAMC @F938@ +0 @I2398@ INDI +1 NAME Honora /Seymour/ +1 SEX F +1 DEAT +2 DATE 1620 +1 FAMC @F938@ +0 @I2399@ INDI +1 NAME Anne /Sackville/ +1 SEX F +1 FAMS @F1127@ +1 FAMS @F1128@ +0 @I2400@ INDI +1 NAME Edward /Lewes/ +1 SEX M +1 FAMS @F1128@ +0 @I2401@ INDI +1 NAME Frances /Prynne/ +1 SEX F +1 FAMS @F1129@ +0 @I2402@ INDI +1 NAME Catherine /Lee/ +1 SEX F +1 DEAT +2 DATE 1700 +1 FAMS @F1130@ +0 @I2403@ INDI +1 NAME Catherine /Carey/ +1 SEX F +1 DEAT +2 DATE 1568 +1 FAMS @F1132@ +1 FAMC @F1095@ +0 @I2404@ INDI +1 NAME Anne /Morgan/ +1 SEX F +1 FAMS @F1131@ +0 @I2405@ INDI +1 NAME Francis /Knollys/ +1 SEX M +1 DEAT +2 DATE 1596 +1 FAMS @F1132@ +0 @I2406@ INDI +1 NAME Henry /Knollys/ +1 SEX M +1 DEAT +2 DATE 1583 +1 FAMS @F1133@ +1 FAMC @F1132@ +0 @I2407@ INDI +1 NAME William /Knollys/ +1 TITL Earl of Banbury +1 SEX M +1 DEAT +2 DATE 1632 +1 FAMC @F1132@ +0 @I2408@ INDI +1 NAME Anne /Knollys/ +1 SEX F +1 FAMS @F1136@ +1 FAMC @F1132@ +0 @I2409@ INDI +1 NAME Catherine /Knollys/ +1 SEX F +1 FAMS @F1137@ +1 FAMC @F1132@ +0 @I2410@ INDI +1 NAME Margaret /Cave/ +1 SEX F +1 DEAT +2 DATE 1606 +1 FAMS @F1133@ +0 @I2411@ INDI +1 NAME Walter /Devereux/ +1 TITL Earl of Essex +1 SEX M +1 DEAT +2 DATE 1576 +1 FAMS @F1134@ +0 @I2412@ INDI +1 NAME Christopher /Blount/ +1 SEX M +1 DEAT +2 DATE 1601 +1 FAMS @F1135@ +0 @I2413@ INDI +1 NAME Thomas /Leighton/ +1 TITL Lord De La Warr +1 SEX M +1 FAMS @F1136@ +0 @I2414@ INDI +1 NAME Gerald /Fitzgerald/ +1 TITL Lord Offaley +1 SEX M +1 DEAT +2 DATE 1580 +1 FAMS @F1137@ +0 @I2415@ INDI +1 NAME Charles // +1 SEX M +1 DEAT +2 DATE 1685 +1 FAMC @F940@ +0 @I2416@ INDI +1 NAME Mariana of_Austria // +1 SEX F +1 FAMS @F947@ +1 FAMC @F1138@ +0 @I2417@ INDI +1 NAME Maria // +1 SEX F +1 FAMS @F1138@ +1 FAMC @F522@ +0 @I2418@ INDI +1 NAME Ferdinand_III // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1608 +2 PLAC Graz,Austria +1 DEAT +2 DATE 1657 +1 FAMS @F1138@ +1 FAMC @F1139@ +0 @I2419@ INDI +1 NAME Ferdinand_II // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1578 +2 PLAC Graz,Austria +1 DEAT +2 DATE 1637 +1 FAMS @F1139@ +0 @I2420@ INDI +1 NAME Leopold_I // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1640 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 5 MAY 1705 +1 FAMS @F1140@ +1 FAMS @F1141@ +1 FAMC @F1138@ +0 @I2421@ INDI +1 NAME Margaret Teresa // +1 SEX F +1 BIRT +2 DATE 1651 +1 DEAT +2 DATE 1673 +1 FAMS @F1140@ +1 FAMC @F947@ +0 @I2422@ INDI +1 NAME Eleanor of_Neuburg // +1 SEX F +1 FAMS @F1141@ +0 @I2423@ INDI +1 NAME Louis de_France // +1 TITL Dauphin +1 SEX M +1 BIRT +2 DATE 1661 +1 DEAT +2 DATE 1711 +1 FAMS @F1143@ +1 FAMC @F523@ +0 @I2424@ INDI +1 NAME Philip_V // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1683 +2 PLAC Versailles,France +1 DEAT +2 DATE 1746 +1 FAMS @F1350@ +1 FAMS @F1142@ +1 FAMC @F1143@ +0 @I2425@ INDI +1 NAME Isabella Elizabeth /Farnese/ +1 SEX F +1 BIRT +2 DATE 1692 +1 DEAT +2 DATE 1766 +1 FAMS @F1142@ +0 @I2426@ INDI +1 NAME Louis // +1 TITL Duke of Burgundy +1 SEX M +1 BIRT +2 DATE 1682 +1 DEAT +2 DATE 1712 +1 FAMS @F344@ +1 FAMC @F1143@ +0 @I2427@ INDI +1 NAME Maria Antonia // +1 SEX F +1 FAMS @F1144@ +1 FAMC @F1140@ +0 @I2428@ INDI +1 NAME Maximilian Emmanuel of_Bavaria// +1 TITL Elector +1 SEX M +1 FAMS @F1144@ +0 @I2429@ INDI +1 NAME Joseph Ferdinand // +1 TITL Electoral Prince +1 SEX M +1 DEAT +2 DATE 1699 +1 FAMC @F1144@ +0 @I2430@ INDI +1 NAME Joseph_I // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1678 +1 DEAT +2 DATE 1711 +1 FAMC @F1141@ +0 @I2431@ INDI +1 NAME Charles_VI // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1685 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 1740 +1 FAMS @F1146@ +1 FAMC @F1141@ +0 @I2432@ INDI +1 NAME Maria Theresa // +1 TITL Empress +1 SEX F +1 DEAT +2 DATE 1780 +1 FAMS @F1145@ +1 FAMC @F1146@ +0 @I2433@ INDI +1 NAME Francis_I Stephen // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 1708 +2 PLAC Nancy,Lorraine +1 DEAT +2 DATE 1765 +1 FAMS @F1145@ +0 @I2434@ INDI +1 NAME Joseph_II // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 13 MAR 1741 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 1790 +1 FAMC @F1145@ +0 @I2435@ INDI +1 NAME Eugene of_Leuchtenberg /de_Beauharnais/ +1 TITL Duke +1 SEX M +1 FAMS @F1149@ +0 @I2436@ INDI +1 NAME Augusta of_Bavaria // +1 SEX F +1 FAMS @F1149@ +0 @I2437@ INDI +1 NAME Francis Charles // +1 TITL Archduke +1 SEX M +1 BIRT +2 DATE 1802 +1 DEAT +2 DATE 1878 +1 FAMS @F1150@ +0 @I2438@ INDI +1 NAME Henry_II // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 31 MAR 1519 +2 PLAC Saint-Germain,en-Laye +1 DEAT +2 DATE 10 JUL 1559 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1148@ +1 FAMC @F728@ +0 @I2439@ INDI +1 NAME Catherine of_Florence /de_Medici/ +1 SEX F +1 BIRT +2 DATE 1519 +1 DEAT +2 DATE 1589 +1 FAMS @F1148@ +0 @I2440@ INDI +1 NAME Claude of_France // +1 SEX F +1 BIRT +2 DATE 1499 +1 DEAT +2 DATE 1524 +1 FAMS @F728@ +1 FAMC @F1201@ +0 @I2441@ INDI +1 NAME Margaret of_Navarre // +1 SEX F +1 FAMC @F729@ +0 @I2442@ INDI +1 NAME John_II (Juan_II) // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1405 +1 DEAT +2 DATE 1454 +1 FAMS @F1152@ +0 @I2443@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 FAMS @F1152@ +0 @I2444@ INDI +1 NAME Walter /Sommerlath/ +1 SEX M +1 FAMS @F1153@ +0 @I2445@ INDI +1 NAME Alice /de_Toledo/ +1 SEX F +1 FAMS @F1153@ +0 @I2446@ INDI +1 NAME Victoria Ingrid Alice// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 14 JUL 1977 +1 FAMC @F220@ +0 @I2447@ INDI +1 NAME Carl Philip // +1 TITL Prince of Sweden +1 SEX M +1 BIRT +2 DATE 13 MAY 1979 +1 FAMC @F220@ +0 @I2448@ INDI +1 NAME Francis Frederick of_Saxe-Coburg// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1750 +1 DEAT +2 DATE 1806 +1 REFN 6 +1 FAMS @F1367@ +1 FAMS @F1147@ +1 FAMS @F70@ +1 FAMC @F1360@ +0 @I2449@ INDI +1 NAME Maria Henrietta // +1 SEX F +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1902 +1 FAMS @F1154@ +1 FAMC @F1155@ +0 @I2450@ INDI +1 NAME Joseph of_Austria // +1 TITL Archduke +1 SEX M +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1847 +1 FAMS @F1155@ +0 @I2451@ INDI +1 NAME Philip_II Augustus // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 21 AUG 1165 +2 PLAC Gonesse,Nr: Paris,France +1 DEAT +2 DATE 14 JUL 1223 +2 PLAC Mantes,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1156@ +1 FAMS @F1170@ +1 FAMS @F1171@ +1 FAMC @F1169@ +0 @I2452@ INDI +1 NAME Louis_VI the_Fat // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 1081 +2 PLAC Paris,France +1 DEAT +2 DATE 1 AUG 1137 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F694@ +1 FAMS @F1158@ +1 FAMC @F1159@ +0 @I2453@ INDI +1 NAME Adelaide of_Savoy // +1 SEX F +1 DEAT +2 DATE 1154 +1 FAMS @F1158@ +0 @I2454@ INDI +1 NAME Philip_I the_Fair // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1052 +1 DEAT +2 DATE 29 JUL 1108 +1 FAMS @F1159@ +1 FAMS @F1160@ +1 FAMC @F1161@ +0 @I2455@ INDI +1 NAME Bertha of_Holland // +1 SEX F +1 DEAT +2 DATE 1093 +1 FAMS @F1159@ +0 @I2456@ INDI +1 NAME Bertrada de_Montfort // +1 SEX F +1 FAMS @F1160@ +0 @I2457@ INDI +1 NAME Henry_I // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE APR 1008 +1 DEAT +2 DATE 4 AUG 1060 +2 PLAC Vitry-en-Brie,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1196@ +1 FAMS @F1161@ +1 FAMC @F1162@ +0 @I2458@ INDI +1 NAME Robert_II the_Pious // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 970 +2 PLAC Orleans,France +1 DEAT +2 DATE 1031 +1 FAMS @F1163@ +1 FAMS @F1164@ +1 FAMS @F1162@ +1 FAMC @F1165@ +0 @I2459@ INDI +1 NAME Constance of_Arles // +1 SEX F +1 DEAT +2 DATE 1032 +1 FAMS @F1162@ +0 @I2460@ INDI +1 NAME Hugh // +1 SEX M +1 BIRT +2 DATE 1007 +1 DEAT +2 DATE 1025 +1 FAMC @F1162@ +0 @I2461@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F1163@ +0 @I2462@ INDI +1 NAME Bertha of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 962 +1 FAMS @F1164@ +0 @I2463@ INDI +1 NAME Hugh /Capet/ +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 938 +1 DEAT +2 DATE AUG 996 +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1165@ +0 @I2464@ INDI +1 NAME Louis_X the_Headstrong // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 4 OCT 1289 +2 PLAC Paris,France +1 DEAT +2 DATE 5 JUN 1316 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1232@ +1 FAMS @F1157@ +1 FAMC @F794@ +0 @I2465@ INDI +1 NAME Philip_V the_Tall // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 1294 +2 PLAC Lyons,France +1 DEAT +2 DATE 3 JAN 1322 +2 PLAC Longchamp,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1175@ +1 FAMC @F794@ +0 @I2466@ INDI +1 NAME John_I // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 15 NOV 1316 +2 PLAC Paris,France +1 DEAT +2 DATE 20 NOV 1316 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1157@ +0 @I2467@ INDI +1 NAME William_I // +1 TITL King of Sicily +1 SEX M +1 BIRT +2 DATE 1120 +1 DEAT +2 DATE 1166 +1 FAMS @F1166@ +1 FAMC @F1167@ +0 @I2468@ INDI +1 NAME Roger_II // +1 SEX M +1 FAMS @F1167@ +0 @I2469@ INDI +1 NAME Philip // +1 SEX M +1 FAMC @F1158@ +0 @I2470@ INDI +1 NAME Robert // +1 TITL Count of Dreux +1 SEX M +1 FAMC @F1158@ +0 @I2471@ INDI +1 NAME Pierre de_Courtenay // +1 SEX M +1 FAMC @F1158@ +0 @I2472@ INDI +1 NAME Henry of_Beauvais // +1 TITL Bishop of Rouen +1 SEX M +1 FAMC @F1158@ +0 @I2473@ INDI +1 NAME Philip // +1 TITL Bishop of Paris +1 SEX M +1 FAMC @F1158@ +0 @I2474@ INDI +1 NAME Constance of_Toulouse // +1 TITL Constance +1 SEX F +1 FAMC @F1158@ +0 @I2475@ INDI +1 NAME Constance of_Castile // +1 SEX F +1 DEAT +2 DATE 1160 +1 FAMS @F1168@ +0 @I2476@ INDI +1 NAME Adele of_Champagne // +1 SEX F +1 DEAT +2 DATE 1206 +1 FAMS @F1169@ +0 @I2477@ INDI +1 NAME Isabella of_Hainault // +1 SEX F +1 DEAT +2 DATE 1190 +1 FAMS @F1156@ +0 @I2478@ INDI +1 NAME Ingeborg // +1 SEX F +1 BIRT +2 DATE 1175 +1 DEAT +2 DATE 1236 +1 FAMS @F1170@ +0 @I2479@ INDI +1 NAME Agnes of_Meranie // +1 TITL Princess +1 SEX F +1 DEAT +2 DATE 1201 +1 FAMS @F1171@ +0 @I2480@ INDI +1 NAME Philip /Hurepel/ +1 SEX M +1 FAMC @F1171@ +0 @I2481@ INDI +1 NAME Alphonse // +1 SEX M +1 DEAT +2 DATE 1271 +1 FAMC @F690@ +0 @I2482@ INDI +1 NAME Margaret of_Provence // +1 SEX F +1 BIRT +2 DATE 1221 +1 DEAT +2 DATE 1295 +1 FAMS @F689@ +1 FAMC @F1172@ +0 @I2483@ INDI +1 NAME Raymond of_Provence /Berenger/ +1 TITL Count IV +1 SEX M +1 FAMS @F1172@ +0 @I2484@ INDI +1 NAME Charles of_Anjou // +1 SEX M +1 FAMC @F690@ +0 @I2485@ INDI +1 NAME Mary of_Brabant // +1 SEX F +1 DEAT +2 DATE 1321 +1 FAMS @F688@ +0 @I2486@ INDI +1 NAME Joan of_Navarre // +1 SEX F +1 BIRT +2 DATE 1271 +1 DEAT +2 DATE 1305 +1 FAMS @F794@ +0 @I2487@ INDI +1 NAME Clemence of_Hungary // +1 SEX F +1 BIRT +2 DATE ABT 1293 +1 DEAT +2 DATE 1328 +1 FAMS @F1157@ +1 FAMC @F1173@ +0 @I2488@ INDI +1 NAME Charles_I // +1 TITL King of Hungary +1 SEX M +1 BIRT +2 DATE 1288 +1 DEAT +2 DATE 1342 +1 FAMS @F1173@ +1 FAMC @F1174@ +0 @I2489@ INDI +1 NAME Charles_II // +1 TITL King of Naples +1 SEX M +1 FAMS @F1174@ +0 @I2490@ INDI +1 NAME Joan of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 1293 +1 DEAT +2 DATE 1329 +1 FAMS @F1175@ +0 @I2491@ INDI +1 NAME Blanche of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 1296 +1 DEAT +2 DATE 1326 +1 FAMS @F1176@ +0 @I2492@ INDI +1 NAME Marie of_Luxemburg // +1 SEX F +1 BIRT +2 DATE 1305 +1 DEAT +2 DATE ABT 1323 +1 FAMS @F1177@ +0 @I2493@ INDI +1 NAME Joan of_Evreux // +1 SEX F +1 DEAT +2 DATE 1371 +1 FAMS @F1178@ +0 @I2494@ INDI +1 NAME Philip_VI of_Valois // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1293 +1 DEAT +2 DATE 22 AUG 1350 +2 PLAC Nogent-le-Roi,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1180@ +1 FAMS @F1181@ +1 FAMC @F1179@ +0 @I2495@ INDI +1 NAME Charles de_Valois // +1 SEX M +1 BIRT +2 DATE 1270 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 1325 +1 FAMS @F1179@ +0 @I2496@ INDI +1 NAME Joan of_Burgundy // +1 TITL Queen +1 SEX F +1 DEAT +2 DATE ABT 1349 +1 FAMS @F1180@ +0 @I2497@ INDI +1 NAME Blanche of_Navarre // +1 SEX F +1 DEAT +2 DATE 1398 +1 FAMS @F1181@ +0 @I2498@ INDI +1 NAME John_II the_Good // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 26 APR 1319 +2 PLAC Le Mans,France +1 DEAT +2 DATE 8 APR 1364 +2 PLAC London,England +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1192@ +1 FAMS @F1233@ +1 FAMC @F1180@ +0 @I2499@ INDI +1 NAME Charles_V the_Wise // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 21 JAN 1337 +2 PLAC Vincennes,France +1 DEAT +2 DATE 16 SEP 1380 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1182@ +1 FAMC @F1192@ +0 @I2500@ INDI +1 NAME Joan of_Bourbon // +1 TITL Queen +1 SEX F +1 BIRT +2 DATE 1338 +1 DEAT +2 DATE 4 FEB 1378 +1 FAMS @F1182@ +0 @I2501@ INDI +1 NAME Louis of_Beaumont // +1 TITL Count of Valois +1 SEX M +1 DEAT +2 DATE 1407 +1 FAMC @F1182@ +0 @I2502@ INDI +1 NAME Catherine // +1 TITL Princess +1 SEX F +1 FAMC @F1182@ +0 @I2503@ INDI +1 NAME Isabelle // +1 SEX F +1 BIRT +2 DATE FEB 1378 +1 DEAT +2 DATE FEB 1378 +1 FAMC @F1182@ +0 @I2504@ INDI +1 NAME Stanislaw /Leczinski/ +1 TITL King of Poland +1 SEX M +1 FAMS @F1183@ +0 @I2505@ INDI +1 NAME Margaret of_Valois // +1 SEX F +1 BIRT +2 DATE 1553 +1 DEAT +2 DATE 1615 +1 FAMS @F1184@ +0 @I2506@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMC @F1185@ +0 @I2507@ INDI +1 NAME Charles // +1 TITL Duke of Berry +1 SEX M +1 BIRT +2 DATE 1686 +1 DEAT +2 DATE 1714 +1 FAMS @F1375@ +1 FAMC @F1143@ +0 @I2508@ INDI +1 NAME Clotilde of_Savoy // +1 SEX F +1 DEAT +2 DATE 1805 +1 FAMS @F1186@ +0 @I2509@ INDI +1 NAME of_Angouleme // +1 TITL Duke +1 BIRT +2 DATE 1775 +1 FAMC @F1186@ +0 @I2510@ INDI +1 NAME of_Berry // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1778 +1 FAMC @F1186@ +0 @I2511@ INDI +1 NAME Louis_Philippe_I // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 1773 +2 PLAC Palace Royal,France,France +1 DEAT +2 DATE 1850 +1 FAMS @F1187@ +1 FAMC @F1188@ +0 @I2512@ INDI +1 NAME Desideria // +1 SEX F +1 FAMS @F664@ +0 @I2513@ INDI +1 NAME Louis-Philippe Joseph // +1 SEX M +1 DEAT +2 DATE 1793 +1 FAMS @F1188@ +1 FAMC @F1189@ +0 @I2514@ INDI +1 NAME Louise Adelaide de_Penthievre// +1 TITL Princess +1 SEX F +1 FAMS @F1188@ +0 @I2515@ INDI +1 NAME Louis-Philippe // +1 SEX M +1 DEAT +2 DATE 1785 +1 FAMS @F1189@ +1 FAMC @F1190@ +0 @I2516@ INDI +1 NAME Louis of_Orleans // +1 SEX M +1 DEAT +2 DATE 1752 +1 FAMS @F1190@ +1 FAMC @F1191@ +0 @I2517@ INDI +1 NAME Philippe Duc_de_Chartes // +1 TITL Regent +1 SEX M +1 BIRT +2 DATE 1674 +1 DEAT +2 DATE 1723 +1 FAMS @F1191@ +1 FAMC @F1373@ +0 @I2518@ INDI +1 NAME Philip the_Bold // +1 SEX M +1 DEAT +2 DATE 1404 +1 FAMC @F1192@ +0 @I2519@ INDI +1 NAME Bonne of_Luxemburg // +1 SEX F +1 DEAT +2 DATE 1349 +1 FAMS @F1192@ +0 @I2520@ INDI +1 NAME Joan of_Valois // +1 SEX F +1 FAMS @F1193@ +1 FAMC @F1179@ +0 @I2521@ INDI +1 NAME Robert of_Artois // +1 TITL Duke of Richmond +1 SEX M +1 FAMS @F1193@ +0 @I2522@ INDI +1 NAME Charles_IX // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 27 JUN 1550 +2 PLAC St. Germain-,en-Laye,France +1 DEAT +2 DATE 30 MAY 1574 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1229@ +1 FAMC @F1148@ +0 @I2523@ INDI +1 NAME Henry_III // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 19 SEP 1551 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 2 AUG 1589 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1230@ +1 FAMC @F1148@ +0 @I2524@ INDI +1 NAME Charles of_Valois // +1 TITL Count Angouleme +1 SEX M +1 FAMS @F729@ +1 FAMC @F1194@ +0 @I2525@ INDI +1 NAME John of_Valois // +1 TITL Count Angouleme +1 SEX M +1 FAMS @F1194@ +0 @I2526@ INDI +1 NAME Margaretha of_Sweden // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 31 OCT 1934 +1 FAMS @F1285@ +1 FAMC @F217@ +0 @I2527@ INDI +1 NAME Birgitta of_Sweden // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 19 JAN 1937 +1 FAMS @F1286@ +1 FAMC @F217@ +0 @I2528@ INDI +1 NAME Desiree of_Sweden // +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 2 JUN 1938 +1 FAMS @F1287@ +1 FAMC @F217@ +0 @I2529@ INDI +1 NAME Christina Louise Helen// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 3 AUG 1943 +1 FAMS @F1288@ +1 FAMC @F217@ +0 @I2530@ INDI +1 NAME Peter_I // +1 TITL King of Serbia +1 SEX M +1 DEAT +2 DATE 1921 +1 FAMS @F1195@ +0 @I2531@ INDI +1 NAME Zorka of_Montenegro // +1 TITL Princess +1 SEX F +1 DEAT +2 DATE ABT 1889 +1 FAMS @F1195@ +0 @I2532@ INDI +1 NAME George /Karageorgeovitch/ +1 SEX M +1 FAMC @F1195@ +0 @I2533@ INDI +1 NAME Robert // +1 SEX M +1 FAMC @F1162@ +0 @I2534@ INDI +1 NAME Hugh the_Great of_Vermandois// +1 TITL Count +1 SEX M +1 FAMC @F1196@ +0 @I2535@ INDI +1 NAME Anne of_Kiev // +1 SEX F +1 BIRT +2 DATE ABT 1024 +1 DEAT +2 DATE ABT 1066 +1 FAMS @F1161@ +0 @I2536@ INDI +1 NAME Matilda of_Germany // +1 SEX F +1 DEAT +2 DATE BEF 1044 +1 FAMS @F1196@ +0 @I2537@ INDI +1 NAME Charles_VII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 22 FEB 1403 +2 PLAC Paris,France +1 DEAT +2 DATE 21 JUL 1461 +2 PLAC Bourges,France +1 BURI +2 DATE 9 AUG 1461 +2 PLAC St. Denis,France +1 FAMS @F1197@ +1 FAMC @F915@ +0 @I2538@ INDI +1 NAME Mary of_Anjou // +1 SEX F +1 BIRT +2 DATE 1404 +1 DEAT +2 DATE 1463 +1 FAMS @F1197@ +1 FAMC @F1198@ +0 @I2539@ INDI +1 NAME Yolande of_Aragon // +1 SEX F +1 FAMS @F1198@ +0 @I2540@ INDI +1 NAME Louis_XI // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 3 JUL 1423 +2 PLAC Bourges,France +1 DEAT +2 DATE 30 AUG 1483 +1 BURI +2 PLAC Notre Dame,de Clery,France +1 FAMS @F1199@ +1 FAMS @F1200@ +1 FAMC @F1197@ +0 @I2541@ INDI +1 NAME Margaret of_Scotland // +1 SEX F +1 BIRT +2 DATE ABT 1418 +1 DEAT +2 DATE 1445 +1 FAMS @F1199@ +0 @I2542@ INDI +1 NAME Charlotte of_Savoy // +1 SEX F +1 BIRT +2 DATE ABT 1445 +1 DEAT +2 DATE 1483 +1 FAMS @F1200@ +0 @I2543@ INDI +1 NAME Charles_VIII // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 30 JUN 1490 +1 DEAT +2 DATE 7 APR 1498 +2 PLAC Amboise +1 BURI +2 PLAC St. Denis,France +1 FAMS @F343@ +1 FAMC @F1200@ +0 @I2544@ INDI +1 NAME Anne // +1 SEX F +1 BIRT +2 DATE 1461 +1 DEAT +2 DATE 1522 +1 FAMC @F1200@ +0 @I2545@ INDI +1 NAME Anne of_Brittany // +1 SEX F +1 BIRT +2 DATE 1477 +1 DEAT +2 DATE 1514 +1 FAMS @F343@ +0 @I2546@ INDI +1 NAME Anne of_Cleves // +1 SEX F +1 FAMS @F462@ +0 @I2547@ INDI +1 NAME Joan of_Valois // +1 SEX F +1 BIRT +2 DATE 1464 +1 DEAT +2 DATE 1505 +1 FAMS @F1151@ +0 @I2548@ INDI +1 NAME Anne of_Brittany // +1 SEX F +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 9 JAN 1514 +1 FAMS @F1201@ +0 @I2549@ INDI +1 NAME Catherine of_Brandenburg -Kustrin// +1 SEX F +1 FAMS @F1054@ +0 @I2550@ INDI +1 NAME Hildegard // +1 SEX F +1 BIRT +2 DATE ABT 757 +1 DEAT +2 DATE 783 +1 FAMS @F1202@ +0 @I2551@ INDI +1 NAME Charles // +1 SEX M +1 DEAT +2 DATE 811 +1 FAMC @F1202@ +0 @I2552@ INDI +1 NAME Pepin // +1 TITL King of Italy +1 SEX M +1 BIRT +2 DATE 777 +1 DEAT +2 DATE 810 +1 FAMS @F1205@ +1 FAMC @F1202@ +0 @I2553@ INDI +1 NAME Louis_I the_Pious of_Aquitaine// +1 TITL King +1 SEX M +1 BIRT +2 DATE 778 +1 DEAT +2 DATE 840 +1 FAMS @F1206@ +1 FAMS @F1207@ +1 FAMC @F1202@ +0 @I2554@ INDI +1 NAME Berthe // +1 SEX F +1 FAMC @F1202@ +0 @I2555@ INDI +1 NAME Fastrada // +1 SEX F +1 DEAT +2 DATE 794 +1 FAMS @F1203@ +0 @I2556@ INDI +1 NAME Luitgard // +1 SEX F +1 DEAT +2 DATE 800 +1 FAMS @F1204@ +0 @I2557@ INDI +1 NAME Bertha of_Toulouse // +1 SEX F +1 FAMS @F1205@ +0 @I2558@ INDI +1 NAME Irmengard of_Hesbain // +1 SEX F +1 FAMS @F1206@ +0 @I2559@ INDI +1 NAME Judith of_Bavaria // +1 SEX F +1 FAMS @F1207@ +0 @I2560@ INDI +1 NAME Lothar_I // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE 795 +1 DEAT +2 DATE 855 +1 FAMS @F1208@ +1 FAMC @F1206@ +0 @I2561@ INDI +1 NAME Pepin_I of_Aquitaine // +1 TITL King +1 SEX M +1 DEAT +2 DATE 838 +1 FAMS @F1209@ +1 FAMC @F1206@ +0 @I2562@ INDI +1 NAME Adelaide // +1 SEX F +1 FAMC @F1206@ +0 @I2563@ INDI +1 NAME Louis_II the_German // +1 TITL King East Franks +1 SEX M +1 BIRT +2 DATE ABT 805 +1 DEAT +2 DATE 876 +1 FAMS @F1210@ +1 FAMC @F1206@ +0 @I2564@ INDI +1 NAME Charles_II the_Bald // +1 TITL King West Franks +1 SEX M +1 BIRT +2 DATE 823 +1 DEAT +2 DATE 6 OCT 877 +2 PLAC Modano +1 FAMS @F1211@ +1 FAMC @F1207@ +0 @I2565@ INDI +1 NAME Bernard // +1 TITL King of Italy +1 SEX M +1 BIRT +2 DATE ABT 799 +1 DEAT +2 DATE 818 +1 FAMC @F1205@ +0 @I2566@ INDI +1 NAME Irmengard // +1 SEX F +1 FAMS @F1208@ +0 @I2567@ INDI +1 NAME Louis_II le_Jeune // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE ABT 822 +1 DEAT +2 DATE 875 +1 FAMS @F1215@ +1 FAMC @F1208@ +0 @I2568@ INDI +1 NAME Lothar_II of_Lorraine // +1 TITL King +1 SEX M +1 BIRT +2 DATE ABT 826 +1 DEAT +2 DATE 868 +1 FAMS @F1217@ +1 FAMS @F1218@ +1 FAMC @F1208@ +0 @I2569@ INDI +1 NAME Charles // +1 TITL King of Provence +1 SEX M +1 DEAT +2 DATE 863 +1 FAMC @F1208@ +0 @I2570@ INDI +1 NAME Pepin_II of_Aquitaine // +1 TITL King +1 SEX M +1 DEAT +2 DATE 870 +1 FAMC @F1209@ +0 @I2571@ INDI +1 NAME Emma of_Bavaria // +1 SEX F +1 DEAT +2 DATE 876 +1 FAMS @F1210@ +0 @I2572@ INDI +1 NAME Carloman // +1 TITL King of Bavaria +1 SEX M +1 BIRT +2 DATE ABT 828 +1 DEAT +2 DATE 880 +1 FAMS @F1219@ +1 FAMC @F1210@ +0 @I2573@ INDI +1 NAME Louis the_Young // +1 TITL King East Franks +1 SEX M +1 DEAT +2 DATE 882 +1 FAMC @F1210@ +0 @I2574@ INDI +1 NAME Charles_III the_Fat // +1 TITL King West Franks +1 SEX M +1 BIRT +2 DATE 839 +1 DEAT +2 DATE 887 +1 FAMC @F1210@ +0 @I2575@ INDI +1 NAME Ermentrude // +1 SEX F +1 DEAT +2 DATE 869 +1 FAMS @F1211@ +0 @I2576@ INDI +1 NAME Louis_II the_Stammerer // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 846 +1 DEAT +2 DATE 879 +1 FAMS @F1212@ +1 FAMS @F1213@ +1 FAMC @F1211@ +0 @I2577@ INDI +1 NAME Charles of_Aquitaine // +1 TITL King +1 SEX M +1 DEAT +2 DATE 866 +1 FAMC @F1211@ +0 @I2578@ INDI +1 NAME Carloman // +1 SEX M +1 DEAT +2 DATE 876 +1 FAMC @F1211@ +0 @I2579@ INDI +1 NAME Judith // +1 SEX F +1 FAMC @F1211@ +0 @I2580@ INDI +1 NAME Ansgarde of_Burgundy // +1 SEX F +1 FAMS @F1212@ +0 @I2581@ INDI +1 NAME Louis_III // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE ABT 863 +1 DEAT +2 DATE 882 +1 FAMC @F1212@ +0 @I2582@ INDI +1 NAME Carloman // +1 TITL King of France +1 SEX M +1 DEAT +2 DATE 884 +1 FAMC @F1212@ +0 @I2583@ INDI +1 NAME Adelaide Judith // +1 SEX F +1 FAMS @F1213@ +0 @I2584@ INDI +1 NAME Charles_III the_Simple // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 879 +1 DEAT +2 DATE 929 +1 FAMS @F1214@ +1 FAMC @F1213@ +0 @I2585@ INDI +1 NAME Eadgifu of_England // +1 SEX F +1 BIRT +2 DATE 902 +1 FAMS @F1214@ +0 @I2586@ INDI +1 NAME Engeberge // +1 SEX F +1 FAMS @F1215@ +0 @I2587@ INDI +1 NAME Irmengard // +1 SEX F +1 FAMS @F1216@ +1 FAMC @F1215@ +0 @I2588@ INDI +1 NAME Boso // +1 TITL King of Provence +1 SEX M +1 DEAT +2 DATE 887 +1 FAMS @F1216@ +0 @I2589@ INDI +1 NAME Louis_III the_Blind // +1 TITL Holy Roman Emper +1 SEX M +1 BIRT +2 DATE ABT 880 +1 DEAT +2 DATE 928 +1 FAMC @F1216@ +0 @I2590@ INDI +1 NAME Theutberga of_Valois // +1 SEX F +1 FAMS @F1217@ +0 @I2591@ INDI +1 NAME Waldrada // +1 SEX F +1 FAMS @F1218@ +0 @I2592@ INDI +1 NAME Litwinde // +1 SEX F +1 FAMS @F1219@ +0 @I2593@ INDI +1 NAME Arnulf // +1 TITL King of Germany +1 SEX M +1 BIRT +2 DATE ABT 863 +1 DEAT +2 DATE 899 +1 FAMS @F1220@ +1 FAMC @F1219@ +0 @I2594@ INDI +1 NAME Oda of_Bavaria // +1 SEX F +1 FAMS @F1220@ +0 @I2595@ INDI +1 NAME Louis_III the_Child // +1 TITL King of Germany +1 SEX M +1 BIRT +2 DATE 893 +1 DEAT +2 DATE 911 +1 FAMC @F1220@ +0 @I2596@ INDI +1 NAME Zwentibold // +1 TITL King of Lorraine +1 SEX M +1 DEAT +2 DATE 900 +1 FAMC @F1220@ +0 @I2597@ INDI +1 NAME Hedwige // +1 SEX F +1 FAMS @F1221@ +1 FAMC @F1220@ +0 @I2598@ INDI +1 NAME Otto of_Saxony // +1 SEX M +1 FAMS @F1221@ +0 @I2599@ INDI +1 NAME Henry the_Fowler // +1 TITL Emperor +1 SEX M +1 FAMS @F1222@ +1 FAMC @F1221@ +0 @I2600@ INDI +1 NAME Matilda of_Ringelheim // +1 SEX F +1 FAMS @F1222@ +0 @I2601@ INDI +1 NAME Bruno of_Cologne // +1 TITL Archbishop +1 SEX M +1 FAMC @F1222@ +0 @I2602@ INDI +1 NAME Otto_I // +1 TITL Emperor +1 SEX M +1 FAMC @F1222@ +0 @I2603@ INDI +1 NAME Gerberge // +1 SEX F +1 DEAT +2 DATE 968 +1 FAMS @F1223@ +1 FAMC @F1222@ +0 @I2604@ INDI +1 NAME Louis_IV d'Outre-Mer // +1 SEX M +1 BIRT +2 DATE ABT 920 +1 DEAT +2 DATE 954 +1 FAMS @F1223@ +1 FAMC @F1214@ +0 @I2605@ INDI +1 NAME Lothar // +1 TITL King of France +1 SEX M +1 BIRT +2 DATE 941 +1 DEAT +2 DATE 986 +1 FAMS @F1224@ +1 FAMC @F1223@ +0 @I2606@ INDI +1 NAME Charles Lower_Lorraine // +1 SEX M +1 BIRT +2 DATE 954 +1 DEAT +2 DATE 986 +1 FAMC @F1223@ +0 @I2607@ INDI +1 NAME Louis_V the_Coward // +1 SEX M +1 BIRT +2 DATE ABT 986 +1 DEAT +2 DATE 997 +1 FAMC @F1224@ +0 @I2608@ INDI +1 NAME Adalberon of_Rheims // +1 TITL Archbishop +1 SEX M +1 DEAT +2 DATE 1021 +1 FAMC @F1224@ +0 @I2609@ INDI +1 NAME Pepin the_Short // +1 TITL King of Franks +1 SEX M +1 BIRT +2 DATE 714 +1 DEAT +2 DATE 768 +1 FAMS @F1225@ +1 FAMC @F1227@ +0 @I2610@ INDI +1 NAME Bertha // +1 SEX F +1 DEAT +2 DATE 783 +1 FAMS @F1225@ +0 @I2611@ INDI +1 NAME Carloman // +1 TITL King of Franks +1 SEX M +1 BIRT +2 DATE ABT 751 +1 DEAT +2 DATE 771 +1 FAMS @F1226@ +1 FAMC @F1225@ +0 @I2612@ INDI +1 NAME Gerberge of_the_Lombard // +1 SEX F +1 FAMS @F1226@ +0 @I2613@ INDI +1 NAME Charles /Martel/ +1 SEX M +1 BIRT +2 DATE ABT 686 +1 DEAT +2 DATE 741 +1 FAMS @F1227@ +0 @I2614@ INDI +1 NAME Augusta Reuss-Ebersdorf // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1757 +1 DEAT +2 DATE 1831 +1 FAMS @F1147@ +1 FAMC @F1228@ +0 @I2615@ INDI +1 NAME Elisabeth of_Austria // +1 SEX F +1 BIRT +2 DATE 1554 +1 DEAT +2 DATE 1592 +1 FAMS @F1229@ +0 @I2616@ INDI +1 NAME Marie Elisabeth // +1 SEX F +1 BIRT +2 DATE 27 OCT 1572 +1 DEAT +2 DATE 2 APR 1578 +1 FAMC @F1229@ +0 @I2617@ INDI +1 NAME Louise of_Lorraine // +1 SEX F +1 BIRT +2 DATE 1553 +1 DEAT +2 DATE 1601 +1 FAMS @F1230@ +0 @I2618@ INDI +1 NAME Isabelle of_Aragon // +1 SEX F +1 BIRT +2 DATE 1247 +1 DEAT +2 DATE 1271 +1 FAMS @F1231@ +0 @I2619@ INDI +1 NAME Marguerite of_Burgundy // +1 SEX F +1 BIRT +2 DATE 1290 +1 DEAT +2 DATE 1315 +1 FAMS @F1232@ +0 @I2620@ INDI +1 NAME Joan of_Boulogne // +1 SEX F +1 BIRT +2 DATE ABT 1326 +1 DEAT +2 DATE 1361 +1 FAMS @F1233@ +0 @I2621@ INDI +1 NAME Magdalen of_Hochstadten // +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1917 +1 FAMS @F1234@ +0 @I2622@ INDI +1 NAME William of_Prussia // +1 TITL Prince +1 SEX M +1 FAMS @F1235@ +0 @I2623@ INDI +1 NAME John /Loisinger/ +1 SEX M +1 FAMS @F1236@ +0 @I2624@ INDI +1 NAME Francis_II Frederick of_Mecklenburg// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1883 +1 FAMS @F1237@ +0 @I2625@ INDI +1 NAME Josephine of_Lichtenberg // +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1952 +1 FAMS @F1238@ +1 FAMC @F1239@ +0 @I2626@ INDI +1 NAME Philip /Bender/ +1 SEX M +1 FAMS @F1239@ +0 @I2627@ INDI +1 NAME Caroline of_Nidda // +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1879 +1 FAMS @F1240@ +0 @I2628@ INDI +1 NAME Emily of_Dornberg // +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1961 +1 FAMS @F1241@ +0 @I2629@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1931 +1 DEAT +2 DATE 1937 +1 FAMC @F158@ +0 @I2630@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1933 +1 DEAT +2 DATE 1937 +1 FAMC @F158@ +0 @I2631@ INDI +1 NAME Joanna // +1 SEX F +1 BIRT +2 DATE 1936 +1 DEAT +2 DATE 1939 +1 FAMC @F158@ +0 @I2632@ INDI +1 NAME Auckland L. of_Rolvenden/Geddes/ +1 SEX M +1 FAMS @F1242@ +0 @I2633@ INDI +1 NAME Maria de_las_Mercedes // +1 SEX F +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1878 +1 FAMS @F1243@ +0 @I2634@ INDI +1 NAME Maria de_las_Mercedes // +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1904 +1 FAMS @F1244@ +1 FAMC @F254@ +0 @I2635@ INDI +1 NAME Maria Theresa // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1912 +1 FAMS @F1254@ +1 FAMC @F254@ +0 @I2636@ INDI +1 NAME Charles of_Bourbon -Sicily// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1949 +1 FAMS @F1244@ +1 FAMS @F1245@ +0 @I2637@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1952 +1 FAMS @F1245@ +0 @I2638@ INDI +1 NAME Louis de_la_Torre /Gomez-Acebo/ +1 TITL Viscount +1 SEX M +1 BIRT +2 DATE 1934 +1 FAMS @F1246@ +0 @I2639@ INDI +1 NAME Carlos Zurita_y_Delgado // +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F1247@ +0 @I2640@ INDI +1 NAME Edelmira // +1 SEX F +1 BIRT +2 DATE 1906 +1 FAMS @F1248@ +0 @I2641@ INDI +1 NAME Martha y_Altazurra /Rocafort/ +1 SEX F +1 FAMS @F1249@ +0 @I2642@ INDI +1 NAME Maria Christina // +1 SEX F +1 BIRT +2 DATE 1911 +1 FAMS @F1250@ +1 FAMC @F143@ +0 @I2643@ INDI +1 NAME Gonzalo // +1 SEX M +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1934 +1 FAMC @F143@ +0 @I2644@ INDI +1 NAME Henry C. /Marone/ +1 SEX M +1 BIRT +2 DATE 1895 +1 DEAT +2 DATE 1968 +1 FAMS @F1250@ +0 @I2645@ INDI +1 NAME Alexander of_Civitella- Cessi/Torlonia/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1911 +1 FAMS @F1251@ +0 @I2646@ INDI +1 NAME Emmanuela de_Dampierre // +1 SEX F +1 BIRT +2 DATE 1913 +1 FAMS @F1252@ +0 @I2647@ INDI +1 NAME Charlotte /Tiedemann/ +1 SEX F +1 BIRT +2 DATE 1919 +1 FAMS @F1253@ +0 @I2648@ INDI +1 NAME Ferdinand of_Bavaria // +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1958 +1 FAMS @F1254@ +1 FAMC @F1255@ +0 @I2649@ INDI +1 NAME Louis Ferdinand of_Bavaria// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1949 +1 FAMS @F1255@ +0 @I2650@ INDI +1 NAME Maria de_la_Paz // +1 SEX F +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1946 +1 FAMS @F1255@ +0 @I2651@ INDI +1 NAME Adolph of_Schwarzburg- Rudolstadt// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1875 +1 FAMS @F1256@ +0 @I2652@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1914 +1 FAMS @F1256@ +0 @I2653@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1770 +1 DEAT +2 DATE 1819 +1 FAMS @F1257@ +1 FAMC @F239@ +0 @I2654@ INDI +1 NAME Alexandrine // +1 SEX F +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1892 +1 FAMS @F183@ +1 FAMC @F145@ +0 @I2655@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1774 +1 DEAT +2 DATE 1799 +1 FAMC @F239@ +0 @I2656@ INDI +1 NAME Amalia // +1 SEX F +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1872 +1 FAMS @F1258@ +0 @I2657@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1855 +1 DEAT +2 DATE 1888 +1 FAMS @F1259@ +0 @I2658@ INDI +1 NAME Lucas /Streshniev/ +1 SEX M +1 DEAT +2 DATE 1650 +1 FAMS @F1260@ +0 @I2659@ INDI +1 NAME Anne /Volkonska/ +1 SEX F +1 FAMS @F1260@ +1 FAMC @F1378@ +0 @I2660@ INDI +1 NAME Theodore // +1 TITL Patr. of Moscow +1 SEX M +1 DEAT +2 DATE 1633 +1 FAMS @F1261@ +0 @I2661@ INDI +1 NAME Xenia // +1 SEX F +1 DEAT +2 DATE 1631 +1 FAMS @F1261@ +1 FAMC @F1376@ +0 @I2662@ INDI +1 NAME Anne /Leontiev/ +1 SEX F +1 DEAT +2 DATE 1706 +1 FAMS @F483@ +1 FAMC @F1262@ +0 @I2663@ INDI +1 NAME Leonti /Leontiev/ +1 SEX M +1 FAMS @F1262@ +0 @I2664@ INDI +1 NAME Praskovia /Rayevska/ +1 SEX F +1 DEAT +2 DATE 1641 +1 FAMS @F1262@ +1 FAMC @F1377@ +0 @I2665@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1891 +1 FAMS @F1263@ +1 FAMC @F10@ +0 @I2666@ INDI +1 NAME Michael /Romanov/ +1 SEX M +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1909 +1 FAMS @F1264@ +1 FAMC @F10@ +0 @I2667@ INDI +1 NAME Alexandra // +1 SEX F +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1900 +1 FAMS @F1263@ +0 @I2668@ INDI +1 NAME Cecily (Olga) // +1 SEX F +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1891 +1 FAMS @F1264@ +0 @I2669@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1919 +1 FAMC @F1264@ +0 @I2670@ INDI +1 NAME Michael /Romanov/ +1 SEX M +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1929 +1 FAMS @F1266@ +1 FAMC @F1264@ +0 @I2671@ INDI +1 NAME Constantine /Romanov/ +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1915 +1 FAMS @F1268@ +1 FAMC @F112@ +0 @I2672@ INDI +1 NAME Sergius /Romanov/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1918 +1 FAMC @F1264@ +0 @I2673@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1940 +1 FAMS @F1265@ +1 FAMS @F1336@ +1 FAMC @F75@ +0 @I2674@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1919 +1 FAMS @F1265@ +1 FAMC @F1264@ +0 @I2675@ INDI +1 NAME Alexander Mikhailovich (Sandro)/Romanov/ +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1933 +1 FAMS @F51@ +1 FAMC @F1264@ +0 @I2676@ INDI +1 NAME Sophia of_Nassau // +1 SEX F +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1927 +1 FAMS @F1266@ +0 @I2677@ INDI +1 NAME Dimitri /Romanov/ +1 SEX M +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1919 +1 FAMC @F112@ +0 @I2678@ INDI +1 NAME Nadezhda /Dreyer/ +1 SEX F +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1929 +1 FAMS @F1267@ +0 @I2679@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1929 +1 FAMS @F1268@ +1 FAMC @F1269@ +0 @I2680@ INDI +1 NAME Maurice of_Saxe- Altenburg// +1 TITL Prince +1 SEX M +1 FAMS @F1269@ +0 @I2681@ INDI +1 NAME Artemi /Romanov/ +1 TITL Prince Iskander +1 SEX M +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1919 +1 FAMC @F1267@ +0 @I2682@ INDI +1 NAME Frederick Francis_II of_Mecklengb-Sch// +1 TITL Grand Duke +1 SEX M +1 FAMS @F1270@ +0 @I2683@ INDI +1 NAME George Bagration- Mukhranski// +1 TITL Prince +1 SEX M +1 FAMS @F1271@ +0 @I2684@ INDI +1 NAME Ivan /Romanov/ +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1918 +1 FAMS @F1272@ +1 FAMC @F1268@ +0 @I2685@ INDI +1 NAME Constantine /Romanov/ +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1918 +1 FAMC @F1268@ +0 @I2686@ INDI +1 NAME Igor /Romanov/ +1 SEX M +1 BIRT +2 DATE 1894 +1 DEAT +2 DATE 1918 +1 FAMC @F1268@ +0 @I2687@ INDI +1 NAME Helen // +1 SEX F +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1962 +1 FAMS @F1272@ +1 FAMC @F1273@ +0 @I2688@ INDI +1 NAME Peter_I // +1 TITL King of Serbia +1 SEX M +1 FAMS @F1273@ +0 @I2689@ INDI +1 NAME Frederick Eugene of_Wurttemberg// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1732 +1 DEAT +2 DATE 1797 +1 FAMS @F1274@ +0 @I2690@ INDI +1 NAME Dorothea of_Brandenburg -Schwedt// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1736 +1 DEAT +2 DATE 1798 +1 FAMS @F1274@ +0 @I2691@ INDI +1 NAME Christian Augustus // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1690 +1 DEAT +2 DATE 1747 +1 FAMS @F1275@ +0 @I2692@ INDI +1 NAME Joanna // +1 SEX F +1 BIRT +2 DATE 1712 +1 DEAT +2 DATE 1760 +1 FAMS @F1275@ +0 @I2693@ INDI +1 NAME Peter /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1980 +1 FAMS @F1331@ +1 FAMC @F1276@ +0 @I2694@ INDI +1 NAME John of_Brandenburg // +1 TITL Margrave +1 SEX M +1 FAMS @F1277@ +0 @I2695@ INDI +1 NAME Frederick Francis_III Mecklenburg-Schw// +1 TITL Grand Duke +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1897 +1 FAMS @F1278@ +0 @I2696@ INDI +1 NAME Anastasia // +1 SEX F +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1922 +1 FAMS @F1278@ +0 @I2697@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1875 +1 DEAT +2 DATE 1906 +1 FAMS @F1279@ +1 FAMC @F218@ +0 @I2698@ INDI +1 NAME Frederick of_Schaumburg -Lippe// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1945 +1 FAMS @F1279@ +0 @I2699@ INDI +1 NAME Feodora // +1 SEX F +1 BIRT +2 DATE 1910 +1 DEAT +2 DATE 1975 +1 FAMC @F652@ +0 @I2700@ INDI +1 NAME Alexandrine Louise // +1 SEX F +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1962 +1 FAMC @F652@ +0 @I2701@ INDI +1 NAME Gorm // +1 SEX M +1 BIRT +2 DATE 1919 +1 FAMC @F652@ +0 @I2702@ INDI +1 NAME Oluf of_Rosenborg // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1923 +1 FAMS @F1280@ +1 FAMC @F652@ +0 @I2703@ INDI +1 NAME Helen /Dorrit/ +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMS @F1280@ +0 @I2704@ INDI +1 NAME Inge /Terney/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F1281@ +0 @I2705@ INDI +1 NAME Charles Augustus /Haraldsen/ +1 SEX M +1 FAMS @F1282@ +0 @I2706@ INDI +1 NAME Guelph /Hanover/ +1 SEX M +1 BIRT +2 DATE 1947 +1 DEAT +2 DATE 1981 +1 FAMS @F1283@ +1 FAMC @F391@ +0 @I2707@ INDI +1 NAME George /Hanover/ +1 SEX M +1 BIRT +2 DATE 1949 +1 FAMS @F1284@ +1 FAMC @F391@ +0 @I2708@ INDI +1 NAME Fredericka /Hanover/ +1 SEX F +1 BIRT +2 DATE 1954 +1 FAMC @F391@ +0 @I2709@ INDI +1 NAME Wilbeke /von_Gunsteren/ +1 SEX F +1 BIRT +2 DATE 1948 +1 FAMS @F1283@ +0 @I2710@ INDI +1 NAME Victoria /Bee/ +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMS @F1284@ +0 @I2711@ INDI +1 NAME Caroline Louise /Hanover/ +1 SEX F +1 BIRT +2 DATE 1965 +1 FAMC @F389@ +0 @I2712@ INDI +1 NAME Mireille /Hanover/ +1 SEX F +1 BIRT +2 DATE 1971 +1 FAMC @F389@ +0 @I2713@ INDI +1 NAME John Kenneth /Ambler/ +1 SEX M +1 BIRT +2 DATE 6 JUN 1924 +1 FAMS @F1285@ +0 @I2714@ INDI +1 NAME Sybilla Louise // +1 SEX F +1 BIRT +2 DATE 14 APR 1965 +1 FAMC @F1285@ +0 @I2715@ INDI +1 NAME Charles Edward // +1 SEX M +1 BIRT +2 DATE 14 JUL 1966 +1 FAMC @F1285@ +0 @I2716@ INDI +1 NAME James Patrick // +1 SEX M +1 BIRT +2 DATE 10 JUN 1969 +1 FAMC @F1285@ +0 @I2717@ INDI +1 NAME Johann Georg of_Hohenzollern// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 31 JUL 1932 +1 FAMS @F1286@ +0 @I2718@ INDI +1 NAME Carl Christian // +1 SEX M +1 BIRT +2 DATE 5 APR 1962 +1 FAMC @F1286@ +0 @I2719@ INDI +1 NAME Desiree Margaretha Victoria// +1 SEX F +1 BIRT +2 DATE 27 NOV 1963 +1 FAMC @F1286@ +0 @I2720@ INDI +1 NAME Hubertus Gustaf Adolf// +1 SEX M +1 BIRT +2 DATE 10 JUN 1966 +1 FAMC @F1286@ +0 @I2721@ INDI +1 NAME Nicholas /Silfverschiold/ +1 TITL Baron +1 SEX M +1 BIRT +2 DATE 31 MAY 1934 +1 FAMS @F1287@ +0 @I2722@ INDI +1 NAME Carl Otto Edmund// +1 SEX M +1 BIRT +2 DATE 22 MAR 1965 +1 FAMC @F1287@ +0 @I2723@ INDI +1 NAME Christina Louise // +1 SEX F +1 BIRT +2 DATE 29 SEP 1966 +1 FAMC @F1287@ +0 @I2724@ INDI +1 NAME Helene Ingeborg // +1 SEX F +1 BIRT +2 DATE 20 SEP 1968 +1 FAMC @F1287@ +0 @I2725@ INDI +1 NAME Tord Gosta /Magnuson/ +1 SEX M +1 BIRT +2 DATE 7 APR 1941 +1 FAMS @F1288@ +0 @I2726@ INDI +1 NAME Carl Gustaf Victor// +1 SEX M +1 BIRT +2 DATE 8 AUG 1975 +1 FAMC @F1288@ +0 @I2727@ INDI +1 NAME Tord Oscar Fredrik// +1 SEX M +1 BIRT +2 DATE 20 JUN 1977 +1 FAMC @F1288@ +0 @I2728@ INDI +1 NAME Victor Edmund Lennart// +1 SEX M +1 BIRT +2 DATE 10 SEP 1980 +1 FAMC @F1288@ +0 @I2729@ INDI +1 NAME Madeleine Therese Amelie// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 10 JUN 1982 +1 FAMC @F220@ +0 @I2730@ INDI +1 NAME Marianne of_Wisborg /Lindberg/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 15 JUL 1924 +1 FAMS @F1289@ +0 @I2731@ INDI +1 NAME Lilian May of_Sweden/Davies/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 30 AUG 1915 +1 FAMS @F1290@ +0 @I2732@ INDI +1 NAME Erika /Patzek/ +1 SEX F +1 BIRT +2 DATE 1911 +2 PLAC ,Germany +1 FAMS @F1291@ +0 @I2733@ INDI +1 NAME Sonia /Robbert/ +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMS @F1292@ +0 @I2734@ INDI +1 NAME Elin Kerstin Margareta/Wijkmark/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 4 MAR 1910 +1 DEAT +2 DATE 11 SEP 1987 +1 FAMS @F1293@ +0 @I2735@ INDI +1 NAME Gunnila Martha Louise/Wachtmeister/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 12 MAY 1923 +1 FAMS @F1294@ +0 @I2736@ INDI +1 NAME Karin Emma Louise/Nissvandt/ +1 SEX F +1 BIRT +2 DATE 7 JUL 1911 +2 PLAC Nora,Sweden +1 FAMS @F1295@ +0 @I2737@ INDI +1 NAME Sonja Anita Maria/Hauntz/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 7 MAY 1944 +1 FAMS @F1296@ +0 @I2738@ INDI +1 NAME Carl Gustaf Oscar// +1 TITL Prince of Sweden +1 SEX M +1 BIRT +2 DATE 10 JAN 1911 +1 FAMS @F1327@ +1 FAMS @F1329@ +1 FAMS @F1297@ +1 FAMC @F215@ +0 @I2739@ INDI +1 NAME Kristine /Rivelsrud/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 22 APR 1932 +1 FAMS @F1297@ +0 @I2740@ INDI +1 NAME Michael // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1944 +1 FAMS @F1298@ +1 FAMC @F1292@ +0 @I2741@ INDI +1 NAME Christine /Wellhoefer/ +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F1298@ +0 @I2742@ INDI +1 NAME Monica // +1 SEX F +1 BIRT +2 DATE 1948 +1 FAMS @F1299@ +1 FAMC @F1293@ +0 @I2743@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1949 +1 FAMC @F1293@ +0 @I2744@ INDI +1 NAME Johan /Bonde/ +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1950 +1 FAMS @F1299@ +0 @I2745@ INDI +1 NAME Birgitta // +1 SEX F +1 BIRT +2 DATE 1933 +1 FAMS @F1300@ +1 FAMC @F1295@ +0 @I2746@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMS @F1301@ +1 FAMC @F1295@ +0 @I2747@ INDI +1 NAME Jan // +1 SEX M +1 BIRT +2 DATE 1941 +1 FAMS @F1302@ +1 FAMS @F1303@ +1 FAMS @F1304@ +1 FAMS @F1305@ +1 FAMC @F1295@ +0 @I2748@ INDI +1 NAME Cecilia // +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMS @F1306@ +1 FAMC @F1295@ +0 @I2749@ INDI +1 NAME Friedrich /Straehl/ +1 SEX M +1 BIRT +2 DATE 1922 +1 FAMS @F1300@ +0 @I2750@ INDI +1 NAME Friedrich /Straehl/ +1 SEX M +1 BIRT +2 DATE 1956 +1 FAMC @F1300@ +0 @I2751@ INDI +1 NAME Andreas /Straehl/ +1 SEX M +1 BIRT +2 DATE 1957 +1 FAMC @F1300@ +0 @I2752@ INDI +1 NAME Christina /Straehl/ +1 SEX F +1 BIRT +2 DATE 1960 +1 FAMC @F1300@ +0 @I2753@ INDI +1 NAME Desiree /Straehl/ +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F1300@ +0 @I2754@ INDI +1 NAME Stephan /Straehl/ +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMC @F1300@ +0 @I2755@ INDI +1 NAME Rudolf /Kautz/ +1 SEX M +1 BIRT +2 DATE 1930 +1 FAMS @F1301@ +0 @I2756@ INDI +1 NAME Heinrich /Kautz/ +1 SEX M +1 BIRT +2 DATE 1957 +1 FAMC @F1301@ +0 @I2757@ INDI +1 NAME Karin /Kautz/ +1 SEX F +1 BIRT +2 DATE 1958 +1 FAMC @F1301@ +0 @I2758@ INDI +1 NAME Madeleine /Kautz/ +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F1301@ +0 @I2759@ INDI +1 NAME Gunilla /Stampe/ +1 SEX F +1 BIRT +2 DATE 1941 +1 FAMS @F1302@ +0 @I2760@ INDI +1 NAME Anna /Skarne/ +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMS @F1303@ +0 @I2761@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1968 +1 FAMC @F1303@ +0 @I2762@ INDI +1 NAME Annegret /Thomssen/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F1304@ +0 @I2763@ INDI +1 NAME Cecilia // +1 SEX F +1 BIRT +2 DATE 1971 +1 FAMC @F1304@ +0 @I2764@ INDI +1 NAME Maritta /Berg/ +1 SEX F +1 BIRT +2 DATE 1953 +1 FAMS @F1305@ +0 @I2765@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 1977 +1 FAMC @F1305@ +0 @I2766@ INDI +1 NAME Hans-Jorg /Baenkler/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F1306@ +0 @I2767@ INDI +1 NAME Bettina // +1 SEX F +1 BIRT +2 DATE 1974 +1 FAMC @F1296@ +0 @I2768@ INDI +1 NAME Bjorn // +1 SEX M +1 BIRT +2 DATE 1975 +1 FAMC @F1296@ +0 @I2769@ INDI +1 NAME Catherina // +1 SEX F +1 BIRT +2 DATE 1977 +1 FAMC @F1296@ +0 @I2770@ INDI +1 NAME Oscar // +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1953 +1 FAMS @F1307@ +1 FAMC @F156@ +0 @I2771@ INDI +1 NAME Eugene // +1 TITL Duke of Narke +1 SEX M +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1947 +1 FAMC @F156@ +0 @I2772@ INDI +1 NAME Ebba of_Fulkila /Munck/ +1 SEX F +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1946 +1 FAMS @F1307@ +1 FAMC @F1308@ +0 @I2773@ INDI +1 NAME Maria Bernadotte // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1974 +1 FAMC @F1307@ +0 @I2774@ INDI +1 NAME Carl Bernadotte // +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1977 +1 FAMS @F1309@ +1 FAMS @F1320@ +1 FAMC @F1307@ +0 @I2775@ INDI +1 NAME Sophia Bernadotte of_Wisborg// +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1936 +1 FAMS @F1322@ +1 FAMC @F1307@ +0 @I2776@ INDI +1 NAME Elsa Bernadotte of_Wisborg// +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1893 +1 FAMS @F1323@ +1 FAMC @F1307@ +0 @I2777@ INDI +1 NAME Folke Bernadotte // +1 TITL Count of Wisborg +1 SEX M +1 BIRT +2 DATE 1895 +1 DEAT +2 DATE 1948 +1 FAMS @F1324@ +1 FAMC @F1307@ +0 @I2778@ INDI +1 NAME Charles of_Fulkila /Munck/ +1 SEX M +1 FAMS @F1308@ +0 @I2779@ INDI +1 NAME Marianne of_Leufsta /de_Geer/ +1 TITL Baroness +1 SEX F +1 BIRT +2 DATE 1893 +1 FAMS @F1309@ +0 @I2780@ INDI +1 NAME Dagmar // +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMS @F1310@ +1 FAMC @F1309@ +0 @I2781@ INDI +1 NAME Oscar // +1 SEX M +1 BIRT +2 DATE 1921 +1 FAMS @F1315@ +1 FAMS @F1317@ +1 FAMC @F1309@ +0 @I2782@ INDI +1 NAME Catharina // +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMS @F1319@ +1 FAMC @F1309@ +0 @I2783@ INDI +1 NAME Nils Magnus /von_Arbin/ +1 SEX M +1 BIRT +2 DATE 1910 +1 FAMS @F1310@ +0 @I2784@ INDI +1 NAME Marianne /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F1311@ +1 FAMC @F1310@ +0 @I2785@ INDI +1 NAME Louise /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1940 +1 FAMS @F1312@ +1 FAMC @F1310@ +0 @I2786@ INDI +1 NAME Catherine /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1946 +1 FAMS @F1313@ +1 FAMC @F1310@ +0 @I2787@ INDI +1 NAME Jeanette /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMS @F1314@ +1 FAMC @F1310@ +0 @I2788@ INDI +1 NAME Madeleine /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1955 +1 FAMC @F1310@ +0 @I2789@ INDI +1 NAME Miles /Flach/ +1 TITL Capt. +1 SEX M +1 BIRT +2 DATE 1934 +1 FAMS @F1311@ +0 @I2790@ INDI +1 NAME Camilla /Flach/ +1 SEX F +1 BIRT +2 DATE 1960 +1 FAMC @F1311@ +0 @I2791@ INDI +1 NAME Dick /Bergstrom/ +1 SEX M +1 BIRT +2 DATE 1936 +1 FAMS @F1312@ +0 @I2792@ INDI +1 NAME Therese /Bergstrom/ +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F1312@ +0 @I2793@ INDI +1 NAME Michael /Bergstrom/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F1312@ +0 @I2794@ INDI +1 NAME Johan /Ryding/ +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F1313@ +0 @I2795@ INDI +1 NAME Gustaf /Ryding/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F1313@ +0 @I2796@ INDI +1 NAME Charlotte /Ryding/ +1 SEX F +1 BIRT +2 DATE 1974 +1 FAMC @F1313@ +0 @I2797@ INDI +1 NAME Esben /Coljach/ +1 SEX M +1 BIRT +2 DATE 1947 +1 FAMS @F1314@ +0 @I2798@ INDI +1 NAME Ebba /Gyllenkrok/ +1 SEX F +1 BIRT +2 DATE 1918 +1 FAMS @F1315@ +0 @I2799@ INDI +1 NAME Ebba // +1 SEX F +1 BIRT +2 DATE 1945 +1 FAMS @F1316@ +1 FAMC @F1315@ +0 @I2800@ INDI +1 NAME Pontus /Reutersward/ +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F1316@ +0 @I2801@ INDI +1 NAME Gustaf /Reutersward/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F1316@ +0 @I2802@ INDI +1 NAME Anna /Reutersward/ +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F1316@ +0 @I2803@ INDI +1 NAME Gertrude /Ollen/ +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMS @F1317@ +0 @I2804@ INDI +1 NAME Christina // +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMS @F1318@ +1 FAMC @F1317@ +0 @I2805@ INDI +1 NAME Peter /Langenskiold/ +1 TITL Baron +1 SEX M +1 BIRT +2 DATE 1950 +1 FAMS @F1318@ +0 @I2806@ INDI +1 NAME Birgitta // +1 SEX F +1 BIRT +2 DATE 1953 +1 FAMC @F1317@ +0 @I2807@ INDI +1 NAME Carl // +1 SEX M +1 BIRT +2 DATE 1955 +1 FAMC @F1317@ +0 @I2808@ INDI +1 NAME Tore /Nilert/ +1 SEX M +1 BIRT +2 DATE 1915 +1 FAMS @F1319@ +0 @I2809@ INDI +1 NAME Jan /Nilert/ +1 SEX M +1 BIRT +2 DATE 1950 +1 FAMC @F1319@ +0 @I2810@ INDI +1 NAME Charlotte /Nilert/ +1 SEX F +1 BIRT +2 DATE 1952 +1 FAMC @F1319@ +0 @I2811@ INDI +1 NAME Anne Marie /Nilert/ +1 SEX F +1 BIRT +2 DATE 1954 +1 FAMC @F1319@ +0 @I2812@ INDI +1 NAME Gerty /Borjesson/ +1 SEX F +1 BIRT +2 DATE 1910 +1 FAMS @F1320@ +0 @I2813@ INDI +1 NAME Claes // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMS @F1321@ +1 FAMC @F1320@ +0 @I2814@ INDI +1 NAME Birgitta /Magnusson/ +1 SEX F +1 BIRT +2 DATE 1943 +1 FAMS @F1321@ +0 @I2815@ INDI +1 NAME Carl Johann // +1 SEX M +1 BIRT +2 DATE 1970 +1 FAMC @F1321@ +0 @I2816@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F1321@ +0 @I2817@ INDI +1 NAME Carl Marten /Fleetwood/ +1 TITL Baron +1 SEX M +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1966 +1 FAMS @F1322@ +0 @I2818@ INDI +1 NAME Hugo /Cedergren/ +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1971 +1 FAMS @F1323@ +0 @I2819@ INDI +1 NAME Estelle /Manville/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F1324@ +0 @I2820@ INDI +1 NAME Gustaf // +1 SEX M +1 BIRT +2 DATE 1930 +1 DEAT +2 DATE 1966 +1 FAMC @F1324@ +0 @I2821@ INDI +1 NAME Folke // +1 SEX M +1 BIRT +2 DATE 1931 +1 FAMS @F1325@ +1 FAMC @F1324@ +0 @I2822@ INDI +1 NAME Fredrik Oscar // +1 SEX M +1 BIRT +2 DATE 1934 +1 DEAT +2 DATE 1934 +1 FAMC @F1324@ +0 @I2823@ INDI +1 NAME Bertil // +1 SEX M +1 BIRT +2 DATE 1925 +1 FAMC @F1324@ +0 @I2824@ INDI +1 NAME Christine /Glahns/ +1 SEX F +1 BIRT +2 DATE 1932 +1 FAMS @F1325@ +0 @I2825@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 1956 +1 FAMC @F1325@ +0 @I2826@ INDI +1 NAME Folke // +1 SEX M +1 BIRT +2 DATE 1958 +1 FAMC @F1325@ +0 @I2827@ INDI +1 NAME Maria // +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMC @F1325@ +0 @I2828@ INDI +1 NAME Gunnar // +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F1325@ +0 @I2829@ INDI +1 NAME Margaretha // +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1977 +1 FAMS @F1326@ +1 FAMC @F215@ +0 @I2830@ INDI +1 NAME Axel of_Denmark // +1 SEX M +1 FAMS @F1326@ +0 @I2831@ INDI +1 NAME Elsa /von_Rosen/ +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F1327@ +0 @I2832@ INDI +1 NAME Madeline Bernadotte // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F1328@ +1 FAMC @F1327@ +0 @I2833@ INDI +1 NAME Charles de_Schooten /Ullens/ +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1927 +1 FAMS @F1328@ +0 @I2834@ INDI +1 NAME Marie Christine /Ullens/ +1 SEX F +1 BIRT +2 DATE 1964 +1 FAMC @F1328@ +0 @I2835@ INDI +1 NAME Jean Charles /Ullens/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F1328@ +0 @I2836@ INDI +1 NAME Astrid /Ullens/ +1 SEX F +1 BIRT +2 DATE 1970 +1 FAMC @F1328@ +0 @I2837@ INDI +1 NAME Sophie /Ullens/ +1 SEX F +1 BIRT +2 DATE 1972 +1 FAMC @F1328@ +0 @I2838@ INDI +1 NAME Ann /Larsson/ +1 SEX F +1 BIRT +2 DATE 1921 +1 FAMS @F1329@ +0 @I2839@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1962 +1 FAMS @F1276@ +1 FAMC @F1330@ +0 @I2840@ INDI +1 NAME Roland /Bonaparte/ +1 TITL Prince +1 SEX M +1 FAMS @F1330@ +0 @I2841@ INDI +1 NAME Irene /Ovchinnikov/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F1331@ +0 @I2842@ INDI +1 NAME Eugenia /Oldenburg/ +1 SEX F +1 BIRT +2 DATE 1910 +1 FAMS @F1332@ +1 FAMS @F1333@ +1 FAMC @F1276@ +0 @I2843@ INDI +1 NAME Dominic /Radziwill/ +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1976 +1 FAMS @F1332@ +0 @I2844@ INDI +1 NAME Raymond of_Castel // +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1907 +1 FAMS @F1333@ +0 @I2845@ INDI +1 NAME Anastasia /Stewart/ +1 SEX F +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1923 +1 FAMS @F1334@ +0 @I2846@ INDI +1 NAME Francis of_Guise // +1 SEX F +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1953 +1 FAMS @F1335@ +0 @I2847@ INDI +1 NAME Perikles Joannides // +1 SEX M +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1965 +1 FAMS @F1336@ +0 @I2848@ INDI +1 NAME Michael /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F1337@ +1 FAMC @F1334@ +0 @I2849@ INDI +1 NAME Marina /Karella/ +1 SEX F +1 BIRT +2 DATE 1940 +1 FAMS @F1337@ +0 @I2850@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1756 +1 FAMS @F1338@ +1 FAMC @F631@ +0 @I2851@ INDI +1 NAME Ernest Frederick_III of_Saxe-// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1727 +1 DEAT +2 DATE 1780 +1 FAMS @F1338@ +0 @I2852@ INDI +1 NAME Gustaf_III // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 1746 +1 DEAT +2 DATE 1792 +1 FAMS @F1339@ +0 @I2853@ INDI +1 NAME William_I of_Hesse-Cassel // +1 TITL Elector +1 SEX M +1 BIRT +2 DATE 1743 +1 DEAT +2 DATE 1821 +1 FAMS @F1340@ +0 @I2854@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1729 +1 FAMC @F634@ +0 @I2855@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1687 +1 DEAT +2 DATE 1705 +1 FAMC @F634@ +0 @I2856@ INDI +1 NAME Anne Sophia // +1 SEX F +1 BIRT +2 DATE 1647 +1 DEAT +2 DATE 1717 +1 FAMC @F637@ +0 @I2857@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1649 +1 DEAT +2 DATE 1704 +1 FAMC @F637@ +0 @I2858@ INDI +1 NAME Ulrica // +1 SEX F +1 BIRT +2 DATE 1656 +1 DEAT +2 DATE 1693 +1 FAMS @F1341@ +1 FAMC @F637@ +0 @I2859@ INDI +1 NAME Charles_XI // +1 TITL King of Sweden +1 SEX M +1 BIRT +2 DATE 1655 +1 DEAT +2 DATE 1697 +1 FAMS @F1341@ +0 @I2860@ INDI +1 NAME Ulrich // +1 SEX M +1 BIRT +2 DATE 1578 +1 DEAT +2 DATE 1624 +1 FAMC @F268@ +0 @I2861@ INDI +1 NAME Augusta // +1 SEX F +1 BIRT +2 DATE 1580 +1 DEAT +2 DATE 1639 +1 FAMC @F268@ +0 @I2862@ INDI +1 NAME Hedwig // +1 SEX F +1 BIRT +2 DATE 1581 +1 DEAT +2 DATE 1641 +1 FAMC @F268@ +0 @I2863@ INDI +1 NAME Christopher_III // +1 TITL King of Denmark +1 SEX M +1 BIRT +2 DATE 1416 +1 DEAT +2 DATE 1448 +1 FAMS @F1342@ +0 @I2864@ INDI +1 NAME Christina // +1 SEX F +1 BIRT +2 DATE 1461 +1 DEAT +2 DATE 1521 +1 FAMS @F1343@ +0 @I2865@ INDI +1 NAME Anne /de_la_Tour/ +1 SEX F +1 BIRT +2 DATE 1512 +1 FAMS @F1344@ +0 @I2866@ INDI +1 NAME Alexander // +1 TITL Bishop of Moray +1 SEX M +1 BIRT +2 DATE 1534 +1 FAMC @F553@ +0 @I2867@ INDI +1 NAME James // +1 TITL Duke of Ross +1 SEX M +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 1503 +1 FAMC @F460@ +0 @I2868@ INDI +1 NAME John // +1 TITL Earl of Mar +1 SEX M +1 BIRT +2 DATE 1479 +1 DEAT +2 DATE 1503 +1 FAMC @F460@ +0 @I2869@ INDI +1 NAME Edward // +1 TITL Earl of Carrick +1 SEX M +1 DEAT +2 DATE 1318 +1 FAMC @F740@ +0 @I2870@ INDI +1 NAME Thomas // +1 SEX M +1 DEAT +2 DATE 1307 +1 FAMC @F740@ +0 @I2871@ INDI +1 NAME Alexander // +1 SEX M +1 DEAT +2 DATE 1307 +1 FAMC @F740@ +0 @I2872@ INDI +1 NAME Nigel // +1 SEX M +1 DEAT +2 DATE 1306 +1 FAMC @F740@ +0 @I2873@ INDI +1 NAME Isabel // +1 SEX F +1 BIRT +2 DATE 1358 +1 FAMC @F740@ +0 @I2874@ INDI +1 NAME Mary Christina of_Sicily// +1 SEX F +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1878 +1 FAMS @F454@ +0 @I2875@ INDI +1 NAME Antonia of_Sicily // +1 SEX F +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 1806 +1 FAMS @F1345@ +0 @I2876@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1818 +1 FAMS @F1346@ +0 @I2877@ INDI +1 NAME Mary Josepha // +1 SEX F +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1829 +1 FAMS @F1347@ +0 @I2878@ INDI +1 NAME Charles_IV // +1 SEX M +1 BIRT +2 DATE 1748 +1 DEAT +2 DATE 1819 +1 FAMS @F1348@ +1 FAMC @F1349@ +0 @I2879@ INDI +1 NAME Maria Louisa of_Parma// +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1819 +1 FAMS @F1348@ +0 @I2880@ INDI +1 NAME Charles_III // +1 TITL King of Spain +1 SEX M +1 BIRT +2 DATE 1716 +1 DEAT +2 DATE 1788 +1 FAMS @F1349@ +1 FAMC @F1142@ +0 @I2881@ INDI +1 NAME Mary Amalia // +1 SEX F +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1760 +1 FAMS @F1349@ +0 @I2882@ INDI +1 NAME Mary Anne of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1660 +1 DEAT +2 DATE 1690 +1 FAMS @F1143@ +0 @I2883@ INDI +1 NAME Mary Louise // +1 SEX F +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1714 +1 FAMS @F1350@ +0 @I2884@ INDI +1 NAME Charles // +1 TITL Duke of Styria +1 SEX M +1 BIRT +2 DATE 1540 +1 DEAT +2 DATE 1590 +1 FAMS @F1351@ +0 @I2885@ INDI +1 NAME Philip_I the_Handsome // +1 TITL King of Castile +1 SEX M +1 BIRT +2 DATE 1478 +2 PLAC Bruges,Flanders +1 DEAT +2 DATE 1506 +1 FAMS @F1352@ +0 @I2886@ INDI +1 NAME Germaine of_Narbonne // +1 SEX F +1 DEAT +2 DATE 1536 +1 FAMS @F1353@ +0 @I2887@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1470 +1 DEAT +2 DATE 1498 +1 FAMS @F1354@ +1 FAMS @F1355@ +1 FAMC @F320@ +0 @I2888@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1482 +1 DEAT +2 DATE 1517 +1 FAMC @F320@ +0 @I2889@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE 1478 +1 DEAT +2 DATE 1497 +1 FAMS @F1356@ +1 FAMC @F320@ +0 @I2890@ INDI +1 NAME Alphonso of_Portugal // +1 SEX M +1 BIRT +2 DATE 1475 +1 DEAT +2 DATE 1491 +1 FAMS @F1354@ +0 @I2891@ INDI +1 NAME Emanuel // +1 TITL King of Portugal +1 SEX M +1 BIRT +2 DATE 1469 +1 DEAT +2 DATE 1521 +1 FAMS @F1358@ +0 @I2892@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 1480 +1 DEAT +2 DATE 1530 +1 FAMS @F1356@ +1 FAMS @F1357@ +0 @I2893@ INDI +1 NAME Philibert_II // +1 TITL Duke of Savoy +1 SEX M +1 DEAT +2 DATE 1504 +1 FAMS @F1357@ +0 @I2894@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 1498 +1 DEAT +2 DATE 1558 +1 FAMS @F1358@ +1 FAMS @F1359@ +1 FAMC @F1352@ +0 @I2895@ INDI +1 NAME Henry_XXIV Reuss-Ebersdorf // +1 TITL Count +1 SEX M +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1779 +1 FAMS @F1228@ +0 @I2896@ INDI +1 NAME Caroline Erbach-Schonberg // +1 TITL Countess +1 SEX F +1 BIRT +2 DATE 1727 +1 DEAT +2 DATE 1795 +1 FAMS @F1228@ +0 @I2897@ INDI +1 NAME Ernest Frederick of_Saxe-Coburg// +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1800 +1 FAMS @F1360@ +0 @I2898@ INDI +1 NAME Sophia Antonia of_Brunswick// +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1802 +1 FAMS @F1360@ +0 @I2899@ INDI +1 NAME Michael of_Portugal // +1 TITL Prince +1 SEX M +1 FAMS @F1361@ +0 @I2900@ INDI +1 NAME Emanuel of_Orleans // +1 TITL Duke of Vendome +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1931 +1 FAMS @F1362@ +0 @I2901@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1924 +1 FAMS @F1366@ +1 FAMC @F1154@ +0 @I2902@ INDI +1 NAME Stephanie // +1 SEX F +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1945 +1 FAMS @F1364@ +1 FAMS @F1365@ +1 FAMC @F1154@ +0 @I2903@ INDI +1 NAME Clementine // +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1955 +1 FAMS @F1363@ +1 FAMC @F1154@ +0 @I2904@ INDI +1 NAME Victor // +1 TITL Prince Napoleon +1 SEX M +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1926 +1 FAMS @F1363@ +0 @I2905@ INDI +1 NAME Rudolph of_Austria // +1 TITL Crown Prince +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1889 +1 FAMS @F1364@ +0 @I2906@ INDI +1 NAME Elemer // +1 TITL Prince Lonyai +1 SEX M +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1946 +1 FAMS @F1365@ +0 @I2907@ INDI +1 NAME Philip of_Saxe-Coburg // +1 TITL Prince +1 SEX M +1 BIRT +2 DATE 1844 +1 DEAT +2 DATE 1921 +1 FAMS @F1366@ +0 @I2908@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1760 +1 DEAT +2 DATE 1776 +1 FAMS @F1367@ +0 @I2909@ INDI +1 NAME Alexandrine of_Baden // +1 SEX F +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1904 +1 FAMS @F1369@ +0 @I2910@ INDI +1 NAME Antoinette (Antonia) /Kohary/ +1 SEX F +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1862 +1 FAMS @F1370@ +0 @I2911@ INDI +1 NAME Louis_I of_Hesse-Darmst. // +1 TITL Landgrave +1 SEX M +1 BIRT +2 DATE 1753 +1 DEAT +2 DATE 1830 +1 FAMS @F1371@ +0 @I2912@ INDI +1 NAME Louise of_Hesse-Darmst. // +1 SEX F +1 BIRT +2 DATE 1761 +1 DEAT +2 DATE 1829 +1 FAMS @F1371@ +0 @I2913@ INDI +1 NAME Marie Christine // +1 SEX F +1 DEAT +2 DATE 1663 +1 FAMC @F271@ +0 @I2914@ INDI +1 NAME Marie de_Bourbon // +1 SEX F +1 FAMS @F1372@ +0 @I2915@ INDI +1 NAME Ann Marie Louise// +1 TITL Duchess +1 SEX F +1 BIRT +2 DATE 1627 +1 DEAT +2 DATE 1693 +1 FAMC @F1372@ +0 @I2916@ INDI +1 NAME Elizabeth Charlotte of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1652 +1 DEAT +2 DATE 1722 +1 FAMS @F1373@ +0 @I2917@ INDI +1 NAME Elizabeth Charlotte // +1 SEX F +1 BIRT +2 DATE 1676 +1 FAMS @F1374@ +1 FAMC @F1373@ +0 @I2918@ INDI +1 NAME Leopold Joseph de_Lorraine// +1 TITL Duke +1 SEX M +1 FAMS @F1374@ +0 @I2919@ INDI +1 NAME Francoise Marie de_Blois// +1 TITL Mademoiselle +1 SEX F +1 BIRT +2 DATE 1677 +1 DEAT +2 DATE 1749 +1 FAMS @F1191@ +0 @I2920@ INDI +1 NAME Marie Adelaide of_Savoy// +1 SEX F +1 BIRT +2 DATE 1685 +1 DEAT +2 DATE 1712 +1 FAMS @F344@ +0 @I2921@ INDI +1 NAME Marie Louise of_Orleans// +1 SEX F +1 BIRT +2 DATE 1695 +1 DEAT +2 DATE 1715 +1 FAMS @F1375@ +1 FAMC @F1191@ +0 @I2922@ INDI +1 NAME Ivan of_Shestov // +1 SEX M +1 FAMS @F1376@ +0 @I2923@ INDI +1 NAME Ivan /Rayevski/ +1 SEX M +1 FAMS @F1377@ +0 @I2924@ INDI +1 NAME Constantine /Volkonski/ +1 SEX M +1 FAMS @F1378@ +0 @I2925@ INDI +1 NAME Zenaida /Rashevska/ +1 SEX F +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1963 +1 FAMS @F1379@ +0 @I2926@ INDI +1 NAME Felix Krzesinski // +1 SEX M +1 FAMS @F1380@ +0 @I2927@ INDI +1 NAME Valerian /Karnovich/ +1 SEX M +1 FAMS @F1382@ +0 @I2928@ INDI +1 NAME John /Emery/ +1 SEX M +1 FAMS @F1383@ +0 @I2929@ INDI +1 NAME Susan /Deptford/ +1 SEX F +1 FAMS @F1384@ +0 @I2930@ INDI +1 NAME Andrew /Ferguson/ +1 SEX M +1 BIRT +2 DATE 1978 +1 FAMC @F1384@ +0 @I2931@ INDI +1 NAME Alice /Ferguson/ +1 SEX F +1 BIRT +2 DATE 1980 +1 FAMC @F1384@ +0 @I2932@ INDI +1 NAME Elizabeth (Eliza) /Ferguson/ +1 SEX F +1 BIRT +2 DATE 1985 +1 FAMC @F1384@ +0 @I2933@ INDI +1 NAME Mervyn Powerscourt /Wingfield/ +1 TITL Viscount +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1947 +1 FAMS @F1385@ +1 FAMC @F1386@ +0 @I2934@ INDI +1 NAME Mervyn /Wingfield/ +1 SEX M +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1904 +1 FAMS @F1386@ +0 @I2935@ INDI +1 NAME Julia /Coke/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1844 +1 DEAT +2 DATE 1931 +1 FAMS @F1386@ +1 FAMC @F1399@ +0 @I2936@ INDI +1 NAME Henry Fitzherbert /Wright/ +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1947 +1 FAMS @F1387@ +0 @I2937@ INDI +1 NAME Muriel /Fletcher/ +1 SEX F +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1955 +1 FAMS @F1387@ +1 FAMC @F1388@ +0 @I2938@ INDI +1 NAME Henry /Fletcher/ +1 TITL Col. +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1879 +1 FAMS @F1388@ +0 @I2939@ INDI +1 NAME Harriet /Marsham/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1886 +1 FAMS @F1388@ +1 FAMC @F1389@ +0 @I2940@ INDI +1 NAME Charles /Marsham/ +1 TITL Earl of Romney +1 SEX M +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1874 +1 FAMS @F1389@ +0 @I2941@ INDI +1 NAME Margaret -Scott /Montagu-Douglas-/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1836 +1 FAMS @F1389@ +1 FAMC @F1390@ +0 @I2942@ INDI +1 NAME Charles of_Buccleuch /Montagu-Douglas/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1819 +1 FAMS @F1390@ +1 FAMC @F1396@ +0 @I2943@ INDI +1 NAME Walter -Scott of_Buccleuch/Montagu-Douglas-/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1884 +1 FAMS @F1391@ +1 FAMC @F1390@ +0 @I2944@ INDI +1 NAME William -Scott of_Buccleuch/Montagu-Douglas-/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1914 +1 FAMS @F1392@ +1 FAMC @F1391@ +0 @I2945@ INDI +1 NAME Louisa /Hamilton/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1912 +1 FAMS @F1392@ +0 @I2946@ INDI +1 NAME Herbert -Scott /Montagu-Douglas-/ +1 TITL Lord +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1944 +1 FAMS @F1393@ +1 FAMC @F1392@ +0 @I2947@ INDI +1 NAME Margaret /Brand/ +1 TITL Hon. +1 SEX F +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1948 +1 FAMS @F304@ +1 FAMC @F1394@ +0 @I2948@ INDI +1 NAME Henry /Brand/ +1 TITL Viscount Hampden +1 SEX M +1 BIRT +2 DATE 1941 +1 DEAT +2 DATE 1906 +1 FAMS @F1394@ +1 FAMC @F1395@ +0 @I2949@ INDI +1 NAME Henry /Brand/ +1 TITL Viscount Hampden +1 SEX M +1 BIRT +2 DATE 1814 +1 DEAT +2 DATE 1892 +1 FAMS @F1395@ +0 @I2950@ INDI +1 NAME Henry of_Buccleuch /Scott/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1819 +1 FAMS @F1396@ +1 FAMC @F1397@ +0 @I2951@ INDI +1 NAME Francis /Scott/ +1 TITL Earl of Dalkeith +1 SEX M +1 BIRT +2 DATE 1721 +1 DEAT +2 DATE 1750 +1 FAMS @F1397@ +1 FAMC @F1398@ +0 @I2952@ INDI +1 NAME Francis of_Buccleuch /Scott/ +1 TITL Duke +1 SEX M +1 BIRT +2 DATE 1695 +1 DEAT +2 DATE 1751 +1 FAMS @F1398@ +0 @I2953@ INDI +1 NAME Thomas of_Leicester /Coke/ +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1902 +1 FAMS @F1399@ +1 FAMC @F1400@ +0 @I2954@ INDI +1 NAME Thomas of_Leicester /Coke/ +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1842 +1 FAMS @F1400@ +0 @I2955@ INDI +1 NAME Anne /Keppel/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1844 +1 FAMS @F1400@ +1 FAMC @F1401@ +0 @I2956@ INDI +1 NAME William of_Albemarle /Keppel/ +1 TITL Earl +1 SEX M +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1772 +1 FAMS @F1401@ +0 @I2957@ INDI +1 NAME Richard // +1 SEX M +1 DEAT +2 DATE 1120 +1 FAMC @F506@ +0 @I2958@ INDI +1 NAME Eugenie Victoria Helena/Windsor/ +1 TITL Princess +1 SEX F +1 BIRT +2 DATE 23 MAR 1990 +2 PLAC London,England +1 CHR +2 DATE 23 DEC 1990 +2 PLAC Sandringham,England +1 FAMC @F53@ +0 @I2959@ INDI +1 NAME Ayesha /Makim/ +1 SEX F +1 BIRT +2 DATE ABT 1986 +1 FAMC @F312@ +0 @I2960@ INDI +1 NAME Paul /Mowatt/ +1 SEX M +1 BIRT +2 DATE ABT 1962 +1 FAMS @F1402@ +0 @I2961@ INDI +1 NAME /Mowatt/ +1 SEX F +1 BIRT +2 DATE 26 MAY 1990 +1 FAMC @F1402@ +0 @I2962@ INDI +1 NAME Victoria /Lockwood/ +1 SEX F +1 BIRT +2 DATE 1964 +1 FAMS @F1403@ +0 @I2963@ INDI +1 NAME Kitty // +1 SEX F +1 BIRT +2 DATE ABT 1991 +1 FAMC @F1403@ +0 @I2964@ INDI +1 NAME Olga // +1 TITL Princess +1 SEX F +1 FAMS @F1404@ +1 FAMC @F76@ +0 @I2965@ INDI +1 NAME Paul of_Yugoslavia // +1 TITL Prince +1 SEX M +1 FAMS @F1404@ +0 @I2966@ INDI +1 NAME Son // +1 SEX M +1 FAMC @F1404@ +0 @I2967@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMC @F76@ +0 @I2968@ INDI +1 NAME Peter /Phillips/ +1 TITL Major +1 SEX M +1 FAMS @F1405@ +0 @I2969@ INDI +1 NAME Sylvana /Tomaselli/ +1 SEX F +1 BIRT +2 DATE ABT 1957 +2 PLAC Canada +1 FAMS @F1407@ +1 FAMS @F1406@ +1 FAMC @F1408@ +0 @I2970@ INDI +1 NAME John Paul /Jones/ +1 SEX M +1 FAMS @F1407@ +0 @I2971@ INDI +1 NAME Max /Tomaselli/ +1 SEX M +1 BIRT +2 PLAC Austria +1 FAMS @F1408@ +0 @I2972@ INDI +1 NAME Josiane /Derners/ +1 TITL Madame +1 SEX F +1 BIRT +2 PLAC France +1 FAMS @F1408@ +0 @I2973@ INDI +1 NAME Antoinette // +1 SEX F +1 FAMC @F1147@ +0 @I2974@ INDI +1 NAME Sophie // +1 SEX F +1 FAMC @F1147@ +0 @I2975@ INDI +1 NAME Julie // +1 SEX F +1 FAMC @F1147@ +0 @I2976@ INDI +1 NAME Emich Karl of_Leiningen// +1 TITL Prince +1 SEX M +1 BIRT +2 DATE ABT 1762 +1 DEAT +2 DATE 1814 +1 FAMS @F1409@ +0 @I2977@ INDI +1 NAME Lucy /Lindsay-Hogg/ +1 SEX F +1 FAMS @F1410@ +0 @I2978@ INDI +1 NAME Frances /Armstrong-Jones/ +1 TITL Lady +1 SEX F +1 BIRT +2 DATE 17 JUL 1979 +1 FAMC @F1410@ +0 @I2979@ INDI +1 NAME Julia /Rawlinson/ +1 SEX F +1 FAMS @F1411@ +0 @I2980@ INDI +1 NAME Athol /Schmith/ +1 SEX M +1 FAMS @F1412@ +0 @I2981@ INDI +1 NAME /Schmith/ +1 SEX M +1 BIRT +2 DATE ABT 1943 +1 FAMC @F1412@ +0 @I2982@ INDI +1 NAME Erwin /Stein/ +1 SEX M +1 FAMS @F1413@ +0 @I2983@ INDI +1 NAME Sophie // +1 SEX F +1 FAMS @F1413@ +0 @I2984@ INDI +1 NAME Alexander (Sachie) /McCorquodale/ +1 SEX M +1 BIRT +2 DATE ABT 1898 +1 FAMS @F299@ +0 @I2985@ INDI +1 NAME Gerald /Legge/ +1 TITL Earl Dartmouth +1 SEX M +1 FAMS @F1414@ +1 FAMC @F1417@ +0 @I2986@ INDI +1 NAME Hugh /McCorquodale/ +1 SEX M +1 FAMS @F1415@ +1 FAMC @F1416@ +0 @I2987@ INDI +1 NAME Harold /McCorquodale/ +1 SEX M +1 FAMS @F1416@ +0 @I2988@ INDI +1 NAME Gracie // +1 SEX F +1 FAMS @F1416@ +0 @I2989@ INDI +1 NAME Ian /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 11 OCT 1937 +1 FAMC @F1415@ +0 @I2990@ INDI +1 NAME /Legge/ +1 FAMC @F1414@ +0 @I2991@ INDI +1 NAME /Legge/ +1 FAMC @F1414@ +0 @I2992@ INDI +1 NAME /Legge/ +1 FAMC @F1414@ +0 @I2993@ INDI +1 NAME /Legge/ +1 FAMC @F1414@ +0 @I2994@ INDI +1 NAME Humphrey /Legge/ +1 TITL Hon. +1 SEX M +1 FAMS @F1417@ +0 @I2995@ INDI +1 NAME Bertram (Bertie) /Cartland/ +1 TITL Major +1 SEX M +1 DEAT +2 DATE 27 MAY 1917 +1 FAMS @F1418@ +1 FAMC @F1422@ +0 @I2996@ INDI +1 NAME Mary Hamilton (Polly)/Scobell/ +1 SEX F +1 BIRT +2 DATE 5 SEP 1877 +1 FAMS @F1418@ +1 FAMC @F1419@ +0 @I2997@ INDI +1 NAME Ronald /Cartland/ +1 SEX M +1 BIRT +2 DATE 3 JAN 1907 +1 DEAT +2 DATE 30 MAY 1940 +2 PLAC Nr Cassel,France +1 FAMC @F1418@ +0 @I2998@ INDI +1 NAME Anthony (Tony) /Cartland/ +1 SEX M +1 BIRT +2 DATE 4 JAN 1912 +1 DEAT +2 DATE 29 MAY 1940 +1 BURI +2 PLAC Zuidschote +1 FAMC @F1418@ +0 @I2999@ INDI +1 NAME Edith /Palairet/ +1 SEX F +1 FAMS @F1419@ +1 FAMC @F1420@ +0 @I3000@ INDI +1 NAME Mary Anne /Hamilton/ +1 SEX F +1 FAMS @F1420@ +1 FAMC @F1421@ +0 @I3001@ INDI +1 NAME Andrew /Hamilton/ +1 SEX M +1 FAMS @F1421@ +0 @I3002@ INDI +1 NAME George /Scobell/ +1 SEX M +1 FAMS @F1419@ +0 @I3003@ INDI +1 NAME Melloney /Scobell/ +1 SEX F +1 FAMC @F1419@ +0 @I3004@ INDI +1 NAME /Scobell/ +1 SEX M +1 BIRT +2 PLAC Florence,Italy +1 DEAT +2 DATE BEF 1877 +1 FAMC @F1419@ +0 @I3005@ INDI +1 NAME Emily /Scobell/ +1 SEX F +1 FAMC @F1419@ +0 @I3006@ INDI +1 NAME John Sanford /Scobell/ +1 TITL Sir +1 SEX M +1 BIRT +2 DATE 1879 +1 FAMC @F1419@ +0 @I3007@ INDI +1 NAME James /Cartland/ +1 SEX M +1 FAMS @F1422@ +0 @I3008@ INDI +1 NAME Flora // +1 SEX F +1 FAMS @F1422@ +0 @I3009@ INDI +1 NAME /Cartland/ +1 SEX F +1 DEAT +2 DATE ABT 1911 +1 FAMC @F1418@ +0 @I3010@ INDI +1 NAME Glen /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 31 DEC 1939 +1 FAMC @F1415@ +0 @F1@ FAM +1 HUSB @I2@ +1 WIFE @I1@ +1 CHIL @I3@ +1 CHIL @I4@ +1 CHIL @I5@ +1 CHIL @I6@ +1 CHIL @I7@ +1 CHIL @I8@ +1 CHIL @I9@ +1 CHIL @I10@ +1 CHIL @I11@ +1 DIV N +1 MARR +2 DATE 10 FEB 1840 +2 PLAC Chapel Royal,St. James Palace,England +0 @F2@ FAM +1 HUSB @I4@ +1 WIFE @I12@ +1 CHIL @I13@ +1 CHIL @I14@ +1 CHIL @I15@ +1 CHIL @I16@ +1 CHIL @I17@ +1 CHIL @I18@ +1 MARR +2 DATE 10 MAR 1863 +2 PLAC St. George Chap.,Windsor,,England +0 @F3@ FAM +1 HUSB @I20@ +1 WIFE @I3@ +1 CHIL @I21@ +1 CHIL @I77@ +1 CHIL @I72@ +1 CHIL @I73@ +1 CHIL @I74@ +1 CHIL @I75@ +1 CHIL @I76@ +1 CHIL @I78@ +1 MARR +2 DATE 25 JAN 1858 +2 PLAC London,England +0 @F4@ FAM +1 HUSB @I37@ +1 WIFE @I39@ +1 CHIL @I46@ +1 CHIL @I47@ +1 CHIL @I48@ +1 CHIL @I49@ +1 CHIL @I50@ +1 DIV N +1 MARR +2 DATE 26 NOV 1894 +2 PLAC Winter Palace,,St. Petersburg,Russia +0 @F5@ FAM +1 HUSB @I10@ +1 WIFE @I23@ +1 CHIL @I24@ +1 CHIL @I129@ +1 MARR +2 DATE 27 APR 1882 +2 PLAC St. George Chap.,Windsor,,England +0 @F6@ FAM +1 HUSB @I25@ +1 WIFE @I11@ +1 CHIL @I26@ +1 CHIL @I27@ +1 CHIL @I28@ +1 CHIL @I29@ +1 MARR +2 DATE 23 JUL 1885 +2 PLAC Whippingham,Isle of Wight +0 @F7@ FAM +1 HUSB @I14@ +1 WIFE @I30@ +1 CHIL @I31@ +1 CHIL @I32@ +1 CHIL @I33@ +1 CHIL @I34@ +1 CHIL @I35@ +1 CHIL @I36@ +1 MARR +2 DATE 6 JUL 1893 +2 PLAC Chapel Royal,St. James Palace +0 @F8@ FAM +1 HUSB @I22@ +1 WIFE @I5@ +1 CHIL @I38@ +1 CHIL @I84@ +1 CHIL @I79@ +1 CHIL @I83@ +1 CHIL @I86@ +1 CHIL @I39@ +1 CHIL @I85@ +1 MARR +2 DATE 1 JUL 1862 +2 PLAC Osborne House,Isle of Wight +0 @F9@ FAM +1 HUSB @I40@ +1 WIFE @I41@ +1 CHIL @I37@ +1 CHIL @I1568@ +1 CHIL @I153@ +1 CHIL @I154@ +1 CHIL @I155@ +1 CHIL @I156@ +1 MARR +2 DATE 1866 +0 @F10@ FAM +1 HUSB @I42@ +1 WIFE @I43@ +1 CHIL @I44@ +1 CHIL @I353@ +1 CHIL @I2665@ +1 CHIL @I2666@ +1 MARR +2 DATE 1817 +0 @F11@ FAM +1 HUSB @I44@ +1 WIFE @I45@ +1 CHIL @I491@ +1 CHIL @I492@ +1 CHIL @I40@ +1 CHIL @I149@ +1 CHIL @I150@ +1 CHIL @I94@ +1 CHIL @I151@ +1 CHIL @I152@ +1 MARR +2 DATE 1840 +0 @F12@ FAM +1 HUSB @I32@ +1 WIFE @I51@ +1 CHIL @I52@ +1 CHIL @I53@ +1 DIV N +1 MARR +2 DATE 26 APR 1923 +0 @F13@ FAM +1 HUSB @I54@ +1 WIFE @I53@ +1 CHIL @I55@ +1 CHIL @I56@ +1 DIV Y +1 MARR +2 DATE 6 MAY 1960 +2 PLAC Westminster,Cathedral,London,England +0 @F14@ FAM +1 HUSB @I57@ +1 WIFE @I52@ +1 CHIL @I58@ +1 CHIL @I59@ +1 CHIL @I60@ +1 CHIL @I61@ +1 DIV N +1 MARR +2 DATE 20 NOV 1947 +2 PLAC Westminster,Abbey,London,England +0 @F15@ FAM +1 HUSB @I62@ +1 WIFE @I59@ +1 CHIL @I63@ +1 CHIL @I64@ +1 DIV N +1 MARR +2 DATE 14 NOV 1973 +2 PLAC Westminster,Abbey,London,England +0 @F16@ FAM +1 HUSB @I58@ +1 WIFE @I65@ +1 CHIL @I115@ +1 CHIL @I116@ +1 DIV N +1 MARR +2 DATE 29 JUL 1981 +2 PLAC St. Paul's,Cathedral,London,England +0 @F17@ FAM +1 HUSB @I35@ +1 WIFE @I66@ +1 CHIL @I67@ +1 CHIL @I106@ +1 CHIL @I107@ +1 MARR +2 DATE 29 NOV 1934 +2 PLAC Westminster,Abbey,London,England +0 @F18@ FAM +1 HUSB @I68@ +1 WIFE @I33@ +1 CHIL @I244@ +1 CHIL @I291@ +1 MARR +2 DATE 28 FEB 1922 +2 PLAC Westminster,Abbey,London,England +0 @F19@ FAM +1 HUSB @I34@ +1 WIFE @I69@ +1 CHIL @I87@ +1 CHIL @I88@ +1 MARR +2 DATE 6 NOV 1935 +2 PLAC Buckingham,Palace,London,England +0 @F20@ FAM +1 HUSB @I31@ +1 WIFE @I70@ +1 DIV N +1 MARR +2 DATE 3 JUN 1937 +2 PLAC Chateau de Cande,Monts,,France +0 @F21@ FAM +1 HUSB @I71@ +1 WIFE @I17@ +1 CHIL @I450@ +1 MARR +2 DATE 22 JUL 1896 +2 PLAC Buckingham,Palace,London,England +0 @F22@ FAM +1 HUSB @I72@ +1 WIFE @I79@ +1 CHIL @I80@ +1 CHIL @I81@ +1 CHIL @I82@ +1 MARR +2 DATE 1888 +0 @F23@ FAM +1 HUSB @I88@ +1 WIFE @I89@ +1 CHIL @I90@ +1 CHIL @I317@ +1 CHIL @I318@ +1 MARR +2 DATE JUL 1972 +0 @F24@ FAM +1 HUSB @I91@ +1 WIFE @I70@ +1 DIV Y +1 MARR +2 DATE 1916 +0 @F25@ FAM +1 HUSB @I92@ +1 WIFE @I70@ +1 DIV Y +1 MARR +2 DATE 1928 +0 @F26@ FAM +1 HUSB @I6@ +1 WIFE @I94@ +1 CHIL @I95@ +1 CHIL @I96@ +1 CHIL @I97@ +1 CHIL @I98@ +1 CHIL @I99@ +1 MARR +2 DATE 23 JAN 1874 +2 PLAC Winter Palace,St. Petersburg,Russia +0 @F27@ FAM +1 HUSB @I100@ +1 WIFE @I38@ +1 CHIL @I101@ +1 CHIL @I238@ +1 CHIL @I102@ +1 CHIL @I103@ +1 MARR +2 DATE 1884 +0 @F28@ FAM +1 HUSB @I104@ +1 WIFE @I101@ +1 CHIL @I147@ +1 CHIL @I148@ +1 CHIL @I463@ +1 CHIL @I476@ +1 CHIL @I57@ +1 MARR +2 DATE 1903 +0 @F29@ FAM +1 HUSB @I105@ +1 WIFE @I15@ +1 CHIL @I125@ +1 CHIL @I952@ +1 MARR +2 DATE 27 JUL 1889 +2 PLAC Buckingham,Palace,London,England +0 @F30@ FAM +1 HUSB @I108@ +1 WIFE @I106@ +1 CHIL @I109@ +1 CHIL @I110@ +1 MARR +2 DATE APR 1963 +2 PLAC ,,England +0 @F31@ FAM +1 HUSB @I67@ +1 WIFE @I111@ +1 CHIL @I112@ +1 CHIL @I113@ +1 CHIL @I114@ +1 MARR +2 DATE 1961 +0 @F32@ FAM +1 HUSB @I117@ +1 WIFE @I7@ +1 CHIL @I310@ +1 CHIL @I311@ +1 CHIL @I312@ +1 CHIL @I118@ +1 CHIL @I313@ +1 MARR +2 DATE 5 JUL 1866 +2 PLAC Windsor Castle,,,England +0 @F33@ FAM +1 HUSB @I119@ +1 WIFE @I118@ +1 DIV Y +0 @F34@ FAM +1 HUSB @I9@ +1 WIFE @I120@ +1 CHIL @I121@ +1 CHIL @I122@ +1 CHIL @I123@ +1 MARR +2 DATE 13 MAR 1879 +2 PLAC St. George Chap.,Windsor,,England +0 @F35@ FAM +1 HUSB @I124@ +1 WIFE @I121@ +1 CHIL @I445@ +1 CHIL @I1059@ +1 CHIL @I447@ +1 CHIL @I448@ +1 CHIL @I449@ +1 MARR +2 DATE 15 JUN 1905 +2 PLAC Windsor,England +0 @F36@ FAM +1 HUSB @I122@ +1 WIFE @I125@ +1 CHIL @I2155@ +0 @F37@ FAM +1 HUSB @I126@ +1 WIFE @I123@ +1 CHIL @I1706@ +0 @F38@ FAM +1 HUSB @I280@ +1 WIFE @I24@ +1 CHIL @I287@ +1 CHIL @I288@ +1 CHIL @I289@ +0 @F39@ FAM +1 HUSB @I130@ +1 WIFE @I131@ +1 CHIL @I141@ +1 CHIL @I202@ +1 CHIL @I203@ +1 CHIL @I204@ +1 CHIL @I133@ +1 CHIL @I209@ +1 CHIL @I210@ +1 CHIL @I212@ +1 CHIL @I213@ +1 CHIL @I132@ +1 CHIL @I214@ +1 CHIL @I215@ +1 CHIL @I216@ +1 CHIL @I217@ +1 CHIL @I218@ +0 @F40@ FAM +1 HUSB @I132@ +1 WIFE @I134@ +1 CHIL @I262@ +1 CHIL @I135@ +1 CHIL @I136@ +0 @F41@ FAM +1 HUSB @I137@ +1 WIFE @I136@ +1 CHIL @I30@ +1 CHIL @I278@ +1 CHIL @I279@ +1 CHIL @I280@ +0 @F42@ FAM +1 HUSB @I133@ +1 WIFE @I138@ +1 CHIL @I1@ +1 MARR +2 DATE 11 JUL 1818 +2 PLAC Kew Palace +0 @F43@ FAM +1 HUSB @I139@ +1 WIFE @I140@ +1 CHIL @I1737@ +1 CHIL @I2@ +1 DIV Y +1 MARR +2 DATE 31 JUL 1817 +2 PLAC Gotha +0 @F44@ FAM +1 HUSB @I141@ +1 WIFE @I142@ +1 MARR +2 DATE 1785 +0 @F45@ FAM +1 HUSB @I141@ +1 WIFE @I143@ +1 CHIL @I144@ +1 MARR +2 DATE 8 APR 1795 +2 PLAC Chapel Royal,St James Palace,,England +0 @F46@ FAM +1 HUSB @I145@ +1 WIFE @I146@ +1 CHIL @I173@ +1 CHIL @I174@ +1 CHIL @I175@ +1 CHIL @I176@ +1 CHIL @I177@ +1 CHIL @I178@ +1 CHIL @I179@ +1 CHIL @I180@ +1 CHIL @I51@ +1 CHIL @I181@ +0 @F47@ FAM +1 HUSB @I149@ +1 WIFE @I157@ +1 CHIL @I158@ +1 CHIL @I159@ +1 CHIL @I160@ +1 CHIL @I1362@ +1 MARR +2 DATE 1874 +0 @F48@ FAM +1 HUSB @I160@ +1 WIFE @I161@ +1 MARR +2 DATE 1921 +0 @F49@ FAM +1 HUSB @I83@ +1 WIFE @I97@ +1 DIV Y +1 MARR +2 DATE 1894 +0 @F50@ FAM +1 HUSB @I152@ +1 WIFE @I163@ +1 CHIL @I1355@ +1 CHIL @I164@ +1 MARR +2 DATE 1889 +0 @F51@ FAM +1 HUSB @I2675@ +1 WIFE @I154@ +1 CHIL @I166@ +1 CHIL @I1562@ +1 CHIL @I1563@ +1 CHIL @I1564@ +1 CHIL @I1565@ +1 CHIL @I1566@ +1 CHIL @I1567@ +1 MARR +2 DATE 1894 +0 @F52@ FAM +1 HUSB @I167@ +1 WIFE @I166@ +0 @F53@ FAM +1 HUSB @I60@ +1 WIFE @I168@ +1 CHIL @I827@ +1 CHIL @I2958@ +1 MARR +2 DATE 23 JUL 1986 +2 PLAC Westminster,Abbey,London,England +0 @F54@ FAM +1 HUSB @I169@ +1 WIFE @I170@ +1 CHIL @I822@ +1 CHIL @I168@ +1 DIV Y +1 MARR +2 DATE JAN 1956 +2 PLAC St. Margarets,Westminster,England +0 @F55@ FAM +1 HUSB @I171@ +1 WIFE @I172@ +1 CHIL @I70@ +0 @F56@ FAM +1 HUSB @I182@ +1 WIFE @I183@ +1 CHIL @I145@ +0 @F57@ FAM +1 HUSB @I184@ +1 WIFE @I185@ +1 CHIL @I186@ +1 CHIL @I182@ +0 @F58@ FAM +1 HUSB @I187@ +1 WIFE @I188@ +1 CHIL @I189@ +1 CHIL @I184@ +0 @F59@ FAM +1 HUSB @I190@ +1 WIFE @I188@ +0 @F60@ FAM +1 HUSB @I191@ +1 WIFE @I174@ +0 @F61@ FAM +1 HUSB @I175@ +1 WIFE @I192@ +0 @F62@ FAM +1 HUSB @I176@ +1 WIFE @I193@ +1 CHIL @I1962@ +1 CHIL @I1963@ +0 @F63@ FAM +1 HUSB @I178@ +1 WIFE @I194@ +0 @F64@ FAM +1 HUSB @I195@ +1 WIFE @I179@ +0 @F65@ FAM +1 HUSB @I180@ +1 WIFE @I196@ +0 @F66@ FAM +1 HUSB @I181@ +1 WIFE @I197@ +0 @F67@ FAM +1 HUSB @I19@ +1 WIFE @I1216@ +1 CHIL @I23@ +1 CHIL @I656@ +0 @F68@ FAM +1 HUSB @I199@ +1 WIFE @I200@ +1 CHIL @I120@ +0 @F69@ FAM +1 HUSB @I201@ +1 WIFE @I8@ +1 MARR +2 DATE 21 MAR 1871 +2 PLAC St. George Chap.,Windsor,,England +0 @F70@ FAM +1 HUSB @I2448@ +0 @F71@ FAM +1 HUSB @I207@ +1 WIFE @I208@ +1 CHIL @I146@ +0 @F72@ FAM +1 HUSB @I211@ +1 WIFE @I210@ +1 MARR +2 DATE 7 APR 1818 +2 PLAC Buckingham House +0 @F73@ FAM +1 HUSB @I203@ +1 WIFE @I219@ +1 CHIL @I220@ +1 CHIL @I221@ +1 CHIL @I222@ +1 CHIL @I223@ +1 MARR +2 DATE 11 JUL 1818 +2 PLAC Kew Palace +0 @F74@ FAM +1 HUSB @I225@ +1 WIFE @I226@ +1 CHIL @I604@ +1 CHIL @I12@ +1 CHIL @I227@ +1 CHIL @I41@ +1 CHIL @I254@ +1 CHIL @I1663@ +1 MARR +2 DATE 1842 +0 @F75@ FAM +1 HUSB @I227@ +1 WIFE @I228@ +1 CHIL @I405@ +1 CHIL @I466@ +1 CHIL @I163@ +1 CHIL @I229@ +1 CHIL @I2673@ +1 CHIL @I104@ +1 CHIL @I465@ +1 CHIL @I467@ +1 MARR +2 DATE 1867 +0 @F76@ FAM +1 HUSB @I229@ +1 WIFE @I1362@ +1 CHIL @I66@ +1 CHIL @I236@ +1 CHIL @I237@ +1 CHIL @I2964@ +1 CHIL @I2967@ +1 MARR +2 DATE 1902 +0 @F77@ FAM +1 HUSB @I124@ +1 WIFE @I238@ +1 MARR +2 DATE 3 NOV 1923 +2 PLAC Chapel Royal,St. James Palace,England +0 @F78@ FAM +1 HUSB @I239@ +1 WIFE @I93@ +1 CHIL @I240@ +1 CHIL @I241@ +1 CHIL @I1712@ +1 CHIL @I65@ +1 CHIL @I242@ +1 DIV Y +1 MARR +2 DATE 1954 +2 PLAC Westminster,Abbey,London,England +0 @F79@ FAM +1 HUSB @I239@ +1 WIFE @I243@ +1 DIV N +1 MARR +2 DATE 14 JUL 1976 +2 PLAC Caxton Hall +0 @F80@ FAM +1 HUSB @I1696@ +1 WIFE @I144@ +1 MARR +2 DATE 2 MAY 1816 +2 PLAC Carlton House,London,England +0 @F81@ FAM +1 HUSB @I246@ +1 WIFE @I517@ +1 CHIL @I556@ +0 @F82@ FAM +1 HUSB @I247@ +1 WIFE @I204@ +1 MARR +2 DATE 18 MAY 1797 +2 PLAC Chapel Royal,St James Palace,,England +0 @F83@ FAM +1 HUSB @I212@ +1 WIFE @I248@ +1 CHIL @I249@ +1 MARR +2 DATE 29 AUG 1815 +2 PLAC Carlton House,London,England +0 @F84@ FAM +1 HUSB @I249@ +1 WIFE @I250@ +1 CHIL @I251@ +1 CHIL @I252@ +1 CHIL @I253@ +1 MARR +2 DATE 18 FEB 1843 +2 PLAC Hanover,Germany +0 @F85@ FAM +1 HUSB @I251@ +1 WIFE @I254@ +1 CHIL @I255@ +1 CHIL @I256@ +1 CHIL @I257@ +1 CHIL @I258@ +1 CHIL @I259@ +1 CHIL @I552@ +0 @F86@ FAM +1 HUSB @I261@ +1 WIFE @I252@ +0 @F87@ FAM +1 HUSB @I262@ +1 WIFE @I263@ +1 CHIL @I264@ +1 CHIL @I265@ +1 CHIL @I266@ +0 @F88@ FAM +1 HUSB @I264@ +1 WIFE @I267@ +1 CHIL @I268@ +1 CHIL @I269@ +1 CHIL @I270@ +0 @F89@ FAM +1 HUSB @I271@ +1 WIFE @I135@ +1 CHIL @I272@ +0 @F90@ FAM +1 HUSB @I272@ +1 WIFE @I273@ +1 CHIL @I274@ +1 CHIL @I275@ +1 CHIL @I276@ +1 CHIL @I277@ +0 @F91@ FAM +1 HUSB @I278@ +1 WIFE @I281@ +1 CHIL @I282@ +1 CHIL @I283@ +1 CHIL @I284@ +1 CHIL @I285@ +0 @F92@ FAM +1 HUSB @I286@ +1 WIFE @I127@ +1 CHIL @I1229@ +1 CHIL @I1256@ +1 CHIL @I1257@ +1 CHIL @I1258@ +1 MARR +2 DATE 25 JAN 1308 +2 PLAC Bolongne +0 @F93@ FAM +1 HUSB @I290@ +1 WIFE @I214@ +0 @F94@ FAM +1 HUSB @I244@ +1 WIFE @I292@ +1 CHIL @I293@ +1 CHIL @I294@ +1 CHIL @I295@ +1 DIV Y +1 MARR +2 DATE 1949 +0 @F95@ FAM +1 HUSB @I291@ +1 WIFE @I296@ +1 CHIL @I297@ +1 DIV Y +1 MARR +2 DATE 1952 +0 @F96@ FAM +1 HUSB @I298@ +1 WIFE @I299@ +1 CHIL @I226@ +1 CHIL @I300@ +1 MARR +2 DATE 1810 +0 @F97@ FAM +1 HUSB @I301@ +1 WIFE @I302@ +1 CHIL @I298@ +1 CHIL @I134@ +0 @F98@ FAM +1 HUSB @I303@ +1 WIFE @I304@ +1 CHIL @I305@ +1 CHIL @I137@ +1 CHIL @I306@ +0 @F99@ FAM +1 HUSB @I307@ +1 WIFE @I306@ +1 CHIL @I308@ +0 @F100@ FAM +1 HUSB @I309@ +1 WIFE @I96@ +1 CHIL @I438@ +1 CHIL @I437@ +1 CHIL @I436@ +1 CHIL @I1096@ +1 CHIL @I1097@ +1 CHIL @I1098@ +1 MARR +2 DATE 10 JAN 1893 +2 PLAC Sigmaringen,Germany +0 @F101@ FAM +1 HUSB @I244@ +1 WIFE @I314@ +1 CHIL @I315@ +1 MARR +2 DATE 1967 +0 @F102@ FAM +1 HUSB @I291@ +1 WIFE @I316@ +1 CHIL @I982@ +1 MARR +2 DATE 1978 +0 @F103@ FAM +1 HUSB @I107@ +1 WIFE @I319@ +1 CHIL @I320@ +1 CHIL @I801@ +1 MARR +2 DATE 30 JUN 1978 +2 PLAC Vienna,Austria +0 @F104@ FAM +1 HUSB @I321@ +1 WIFE @I322@ +1 CHIL @I323@ +1 CHIL @I324@ +1 CHIL @I325@ +1 CHIL @I326@ +1 CHIL @I327@ +1 CHIL @I328@ +1 CHIL @I329@ +1 CHIL @I330@ +1 CHIL @I331@ +1 MARR +2 DATE 22 AUG 1705 +2 PLAC Herrenhausen +0 @F105@ FAM +1 HUSB @I323@ +1 WIFE @I332@ +1 CHIL @I333@ +1 CHIL @I130@ +1 CHIL @I334@ +1 CHIL @I335@ +1 CHIL @I336@ +1 CHIL @I337@ +1 CHIL @I338@ +1 CHIL @I339@ +1 CHIL @I340@ +1 MARR +2 DATE 8 MAY 1736 +2 PLAC Chapel Royal,St. James +0 @F106@ FAM +1 HUSB @I341@ +1 WIFE @I342@ +1 CHIL @I321@ +1 CHIL @I343@ +1 DIV Y +1 MARR +2 DATE 22 NOV 1682 +2 PLAC Celle +0 @F107@ FAM +1 HUSB @I344@ +1 WIFE @I331@ +1 CHIL @I1637@ +1 CHIL @I1638@ +1 CHIL @I1639@ +1 CHIL @I764@ +1 CHIL @I1640@ +1 MARR +2 DATE 11 DEC 1743 +2 PLAC Christiansborg +0 @F108@ FAM +1 HUSB @I345@ +1 WIFE @I346@ +1 CHIL @I225@ +1 MARR +2 DATE 1810 +0 @F109@ FAM +1 HUSB @I347@ +1 WIFE @I348@ +1 CHIL @I224@ +1 CHIL @I100@ +1 CHIL @I486@ +1 CHIL @I25@ +1 CHIL @I487@ +1 MARR +2 DATE 1851 +0 @F110@ FAM +1 HUSB @I349@ +1 WIFE @I350@ +1 CHIL @I493@ +1 CHIL @I357@ +1 CHIL @I347@ +1 CHIL @I45@ +1 MARR +2 DATE 1804 +0 @F111@ FAM +1 HUSB @I351@ +1 WIFE @I352@ +1 CHIL @I348@ +0 @F112@ FAM +1 HUSB @I353@ +1 WIFE @I354@ +1 CHIL @I165@ +1 CHIL @I228@ +1 CHIL @I2671@ +1 CHIL @I2677@ +1 MARR +2 DATE 1848 +0 @F113@ FAM +1 HUSB @I355@ +1 WIFE @I356@ +1 CHIL @I354@ +0 @F114@ FAM +1 HUSB @I357@ +1 WIFE @I358@ +1 CHIL @I22@ +1 CHIL @I497@ +1 CHIL @I498@ +1 CHIL @I499@ +1 MARR +2 DATE 1836 +0 @F115@ FAM +1 HUSB @I360@ +1 WIFE @I361@ +1 CHIL @I207@ +0 @F116@ FAM +1 HUSB @I362@ +1 WIFE @I363@ +1 CHIL @I208@ +0 @F117@ FAM +1 HUSB @I364@ +1 WIFE @I365@ +1 CHIL @I183@ +0 @F118@ FAM +1 HUSB @I366@ +1 WIFE @I367@ +1 CHIL @I239@ +0 @F119@ FAM +1 HUSB @I368@ +1 WIFE @I369@ +1 CHIL @I93@ +0 @F120@ FAM +1 HUSB @I370@ +1 WIFE @I371@ +1 CHIL @I368@ +0 @F121@ FAM +1 HUSB @I372@ +1 WIFE @I373@ +1 CHIL @I371@ +0 @F122@ FAM +1 HUSB @I374@ +1 WIFE @I375@ +1 CHIL @I373@ +0 @F123@ FAM +1 HUSB @I376@ +1 WIFE @I377@ +1 CHIL @I372@ +0 @F124@ FAM +1 HUSB @I378@ +1 WIFE @I379@ +1 CHIL @I370@ +0 @F125@ FAM +1 HUSB @I380@ +1 WIFE @I381@ +1 CHIL @I379@ +0 @F126@ FAM +1 HUSB @I382@ +1 WIFE @I383@ +1 CHIL @I378@ +0 @F127@ FAM +1 HUSB @I384@ +1 WIFE @I385@ +1 CHIL @I367@ +1 CHIL @I1713@ +1 CHIL @I1714@ +0 @F128@ FAM +1 HUSB @I386@ +1 WIFE @I387@ +1 CHIL @I384@ +0 @F129@ FAM +1 HUSB @I388@ +1 WIFE @I389@ +1 CHIL @I385@ +0 @F130@ FAM +1 HUSB @I390@ +1 WIFE @I391@ +1 CHIL @I369@ +0 @F131@ FAM +1 HUSB @I392@ +1 WIFE @I393@ +1 CHIL @I390@ +0 @F132@ FAM +1 HUSB @I394@ +1 WIFE @I395@ +1 CHIL @I391@ +0 @F133@ FAM +1 HUSB @I396@ +1 WIFE @I397@ +1 CHIL @I1733@ +1 CHIL @I366@ +1 CHIL @I1734@ +0 @F134@ FAM +1 HUSB @I398@ +1 WIFE @I399@ +1 CHIL @I396@ +0 @F135@ FAM +1 HUSB @I400@ +1 WIFE @I401@ +1 CHIL @I397@ +0 @F136@ FAM +1 HUSB @I21@ +1 WIFE @I402@ +1 CHIL @I420@ +1 CHIL @I421@ +1 CHIL @I422@ +1 CHIL @I423@ +1 CHIL @I424@ +1 CHIL @I425@ +1 CHIL @I426@ +0 @F137@ FAM +1 HUSB @I403@ +1 WIFE @I77@ +0 @F138@ FAM +1 HUSB @I404@ +1 WIFE @I74@ +0 @F139@ FAM +1 HUSB @I405@ +1 WIFE @I76@ +1 CHIL @I439@ +1 CHIL @I234@ +1 CHIL @I233@ +1 CHIL @I232@ +1 CHIL @I231@ +1 CHIL @I230@ +1 MARR +2 DATE 27 OCT 1889 +2 PLAC Athens,Greece +0 @F140@ FAM +1 HUSB @I406@ +1 WIFE @I78@ +0 @F141@ FAM +1 HUSB @I129@ +1 WIFE @I407@ +0 @F142@ FAM +1 HUSB @I26@ +1 WIFE @I408@ +1 CHIL @I509@ +0 @F143@ FAM +1 HUSB @I409@ +1 WIFE @I27@ +1 CHIL @I430@ +1 CHIL @I591@ +1 CHIL @I433@ +1 CHIL @I2642@ +1 CHIL @I431@ +1 CHIL @I432@ +1 CHIL @I2643@ +1 MARR +2 DATE 1906 +2 PLAC Church of,San Jeronimo,Madrid,Spain +0 @F144@ FAM +1 HUSB @I151@ +1 WIFE @I84@ +1 MARR +2 DATE 1884 +0 @F145@ FAM +1 HUSB @I162@ +1 WIFE @I410@ +1 CHIL @I511@ +1 CHIL @I411@ +1 CHIL @I412@ +1 CHIL @I43@ +1 CHIL @I413@ +1 CHIL @I414@ +1 CHIL @I2654@ +1 CHIL @I416@ +1 CHIL @I1029@ +1 CHIL @I418@ +0 @F146@ FAM +1 HUSB @I21@ +1 WIFE @I419@ +1 MARR +2 DATE 5 NOV 1922 +2 PLAC Haus Doorn,Netherlands +0 @F147@ FAM +1 HUSB @I412@ +1 WIFE @I427@ +1 CHIL @I428@ +1 CHIL @I20@ +0 @F148@ FAM +1 HUSB @I429@ +1 WIFE @I428@ +0 @F149@ FAM +1 HUSB @I432@ +1 WIFE @I434@ +1 CHIL @I592@ +1 CHIL @I435@ +1 CHIL @I593@ +1 CHIL @I594@ +1 MARR +2 DATE 1935 +2 PLAC Rome,,Italy +0 @F150@ FAM +1 HUSB @I439@ +1 WIFE @I437@ +1 DIV Y +1 MARR +2 DATE 27 FEB 1921 +2 PLAC Bucharest,Romania +0 @F151@ FAM +1 HUSB @I440@ +1 WIFE @I436@ +1 CHIL @I475@ +1 CHIL @I874@ +1 CHIL @I875@ +0 @F152@ FAM +1 HUSB @I435@ +1 WIFE @I441@ +1 CHIL @I442@ +1 CHIL @I443@ +1 CHIL @I444@ +1 MARR +2 DATE 1962 +0 @F153@ FAM +1 HUSB @I450@ +1 WIFE @I451@ +1 CHIL @I958@ +1 CHIL @I959@ +1 CHIL @I452@ +1 MARR +2 DATE 1929 +0 @F154@ FAM +1 HUSB @I452@ +1 WIFE @I453@ +1 CHIL @I454@ +1 CHIL @I455@ +1 MARR +2 DATE AUG 1968 +2 PLAC Oslo Cathedral,Oslo,Norway +0 @F155@ FAM +1 HUSB @I456@ +1 WIFE @I457@ +1 CHIL @I124@ +1 CHIL @I1408@ +1 CHIL @I446@ +1 MARR +2 DATE 1881 +0 @F156@ FAM +1 HUSB @I458@ +1 WIFE @I459@ +1 CHIL @I456@ +1 CHIL @I2770@ +1 CHIL @I597@ +1 CHIL @I2771@ +1 MARR +2 DATE 6 JUN 1857 +2 PLAC Biebrich +0 @F157@ FAM +1 HUSB @I83@ +1 WIFE @I460@ +1 CHIL @I461@ +1 CHIL @I462@ +1 MARR +2 DATE 1905 +0 @F158@ FAM +1 HUSB @I461@ +1 WIFE @I463@ +1 CHIL @I2629@ +1 CHIL @I2630@ +1 CHIL @I2631@ +1 MARR +2 DATE 1931 +0 @F159@ FAM +1 HUSB @I462@ +1 WIFE @I464@ +1 MARR +2 DATE 1937 +0 @F160@ FAM +1 HUSB @I438@ +1 WIFE @I233@ +1 CHIL @I468@ +1 DIV Y +1 MARR +2 DATE 10 MAR 1921 +2 PLAC Athens,Greece +0 @F161@ FAM +1 HUSB @I468@ +1 WIFE @I469@ +1 CHIL @I972@ +1 CHIL @I973@ +1 CHIL @I974@ +1 CHIL @I975@ +1 CHIL @I976@ +1 MARR +2 DATE 10 JUN 1948 +2 PLAC Athens,Greece +0 @F162@ FAM +1 HUSB @I232@ +1 WIFE @I470@ +1 CHIL @I441@ +1 CHIL @I471@ +1 CHIL @I1064@ +0 @F163@ FAM +1 HUSB @I471@ +1 WIFE @I472@ +1 CHIL @I609@ +1 CHIL @I1060@ +1 CHIL @I1061@ +1 CHIL @I1062@ +1 CHIL @I1063@ +1 MARR +2 DATE 18 SEP 1964 +2 PLAC Athens,Greece +0 @F164@ FAM +1 HUSB @I234@ +1 WIFE @I473@ +1 CHIL @I474@ +1 MARR +2 DATE 4 NOV 1919 +2 PLAC Athens,Greece +0 @F165@ FAM +1 HUSB @I475@ +1 WIFE @I474@ +1 CHIL @I877@ +0 @F166@ FAM +1 HUSB @I477@ +1 WIFE @I147@ +1 CHIL @I478@ +1 MARR +2 DATE 1931 +0 @F167@ FAM +1 HUSB @I479@ +1 WIFE @I148@ +1 CHIL @I480@ +1 MARR +2 DATE 1931 +0 @F168@ FAM +1 HUSB @I481@ +1 WIFE @I476@ +1 MARR +2 DATE 1930 +0 @F169@ FAM +1 HUSB @I482@ +1 WIFE @I476@ +1 CHIL @I483@ +1 MARR +2 DATE 1946 +0 @F170@ FAM +1 HUSB @I484@ +1 WIFE @I485@ +1 CHIL @I303@ +1 CHIL @I595@ +1 CHIL @I356@ +0 @F171@ FAM +1 HUSB @I488@ +1 WIFE @I224@ +0 @F172@ FAM +1 HUSB @I486@ +1 WIFE @I489@ +1 MARR +2 DATE 1889 +0 @F173@ FAM +1 HUSB @I487@ +1 WIFE @I490@ +0 @F174@ FAM +1 HUSB @I493@ +1 WIFE @I495@ +1 MARR +2 DATE 1833 +0 @F175@ FAM +1 HUSB @I103@ +1 WIFE @I494@ +1 CHIL @I500@ +1 CHIL @I501@ +0 @F176@ FAM +1 HUSB @I102@ +1 WIFE @I502@ +1 CHIL @I503@ +1 CHIL @I504@ +0 @F177@ FAM +1 HUSB @I505@ +1 WIFE @I500@ +1 CHIL @I506@ +0 @F178@ FAM +1 HUSB @I507@ +1 WIFE @I501@ +1 CHIL @I508@ +0 @F179@ FAM +1 HUSB @I162@ +1 WIFE @I510@ +0 @F180@ FAM +1 HUSB @I418@ +1 WIFE @I1682@ +1 DIV Y +1 MARR +2 DATE 1830 +0 @F181@ FAM +1 HUSB @I418@ +1 WIFE @I513@ +0 @F182@ FAM +1 HUSB @I417@ +1 WIFE @I514@ +1 CHIL @I1704@ +0 @F183@ FAM +1 HUSB @I515@ +1 WIFE @I2654@ +1 CHIL @I1213@ +1 MARR +2 DATE 1822 +0 @F184@ FAM +1 HUSB @I414@ +1 WIFE @I516@ +0 @F185@ FAM +1 HUSB @I202@ +1 WIFE @I555@ +0 @F186@ FAM +1 HUSB @I420@ +1 WIFE @I518@ +1 CHIL @I519@ +1 CHIL @I520@ +1 CHIL @I521@ +1 CHIL @I522@ +1 CHIL @I523@ +1 CHIL @I524@ +0 @F187@ FAM +1 HUSB @I519@ +1 WIFE @I525@ +1 CHIL @I526@ +1 CHIL @I527@ +0 @F188@ FAM +1 HUSB @I520@ +1 WIFE @I528@ +1 CHIL @I921@ +1 CHIL @I922@ +1 CHIL @I923@ +1 CHIL @I924@ +1 CHIL @I925@ +1 CHIL @I534@ +1 CHIL @I535@ +1 MARR +2 DATE 1938 +0 @F189@ FAM +1 HUSB @I521@ +1 WIFE @I536@ +1 DIV Y +0 @F190@ FAM +1 HUSB @I521@ +1 WIFE @I537@ +1 CHIL @I538@ +1 CHIL @I539@ +0 @F191@ FAM +1 HUSB @I522@ +1 WIFE @I540@ +1 CHIL @I541@ +1 CHIL @I542@ +1 CHIL @I543@ +1 CHIL @I544@ +1 CHIL @I545@ +0 @F192@ FAM +1 HUSB @I546@ +1 WIFE @I524@ +0 @F193@ FAM +1 HUSB @I421@ +1 WIFE @I547@ +0 @F194@ FAM +1 HUSB @I422@ +1 WIFE @I548@ +0 @F195@ FAM +1 HUSB @I423@ +1 WIFE @I549@ +0 @F196@ FAM +1 HUSB @I424@ +1 WIFE @I550@ +0 @F197@ FAM +1 HUSB @I425@ +1 WIFE @I551@ +0 @F198@ FAM +1 HUSB @I552@ +1 WIFE @I426@ +1 CHIL @I1030@ +1 CHIL @I1031@ +1 CHIL @I470@ +1 CHIL @I1033@ +1 CHIL @I1034@ +1 CHIL @I1035@ +1 MARR +2 DATE 1913 +0 @F199@ FAM +1 HUSB @I553@ +1 WIFE @I554@ +1 CHIL @I555@ +1 DIV Y +1 MARR +2 DATE 14 JUL 1765 +2 PLAC Charlottenburg +0 @F200@ FAM +1 HUSB @I553@ +1 WIFE @I556@ +1 CHIL @I162@ +1 CHIL @I557@ +1 CHIL @I558@ +1 CHIL @I559@ +1 CHIL @I560@ +1 CHIL @I561@ +1 CHIL @I562@ +1 CHIL @I563@ +1 MARR +2 DATE 14 JUL 1769 +2 PLAC Charlottenburg +0 @F201@ FAM +1 HUSB @I558@ +1 WIFE @I248@ +1 MARR +2 DATE 29 AUG 1815 +2 PLAC London,England +0 @F202@ FAM +1 HUSB @I565@ +1 WIFE @I559@ +1 CHIL @I652@ +1 CHIL @I653@ +1 CHIL @I1681@ +1 CHIL @I1682@ +1 MARR +2 DATE 1 OCT 1791 +2 PLAC Berlin,Germany +0 @F203@ FAM +1 HUSB @I566@ +1 WIFE @I561@ +0 @F204@ FAM +1 HUSB @I563@ +1 WIFE @I567@ +0 @F205@ FAM +1 HUSB @I568@ +1 WIFE @I569@ +1 CHIL @I553@ +1 CHIL @I570@ +1 CHIL @I571@ +1 CHIL @I572@ +0 @F206@ FAM +1 HUSB @I573@ +1 WIFE @I571@ +0 @F207@ FAM +1 HUSB @I574@ +1 WIFE @I575@ +1 CHIL @I576@ +1 CHIL @I485@ +1 MARR +2 DATE 1760 +0 @F208@ FAM +1 HUSB @I576@ +1 WIFE @I577@ +1 CHIL @I578@ +0 @F209@ FAM +1 HUSB @I578@ +1 WIFE @I579@ +1 CHIL @I580@ +1 CHIL @I459@ +0 @F210@ FAM +1 HUSB @I580@ +1 WIFE @I581@ +1 CHIL @I582@ +0 @F211@ FAM +1 HUSB @I582@ +1 WIFE @I583@ +1 CHIL @I584@ +0 @F212@ FAM +1 HUSB @I585@ +1 WIFE @I584@ +1 CHIL @I586@ +0 @F213@ FAM +1 HUSB @I158@ +1 WIFE @I97@ +1 CHIL @I895@ +1 CHIL @I528@ +1 CHIL @I588@ +1 MARR +2 DATE 1905 +2 PLAC Tegernsee,,Bavaria +0 @F214@ FAM +1 HUSB @I588@ +1 WIFE @I589@ +1 CHIL @I899@ +1 MARR +2 DATE 1948 +2 PLAC ,Switzerland +0 @F215@ FAM +1 HUSB @I597@ +1 WIFE @I598@ +1 CHIL @I2829@ +1 CHIL @I451@ +1 CHIL @I599@ +1 CHIL @I2738@ +1 MARR +2 DATE 1897 +0 @F216@ FAM +1 HUSB @I600@ +1 WIFE @I599@ +1 CHIL @I1123@ +1 CHIL @I601@ +1 CHIL @I1124@ +1 MARR +2 DATE 10 NOV 1926 +2 PLAC Brussels,Belgium +0 @F217@ FAM +1 HUSB @I445@ +1 WIFE @I602@ +1 CHIL @I2526@ +1 CHIL @I2527@ +1 CHIL @I2528@ +1 CHIL @I2529@ +1 CHIL @I603@ +1 MARR +2 DATE 1932 +0 @F218@ FAM +1 HUSB @I604@ +1 WIFE @I605@ +1 CHIL @I606@ +1 CHIL @I71@ +1 CHIL @I2697@ +1 CHIL @I1664@ +1 CHIL @I598@ +1 CHIL @I1665@ +1 CHIL @I1666@ +1 CHIL @I1667@ +0 @F219@ FAM +1 HUSB @I606@ +1 WIFE @I607@ +1 CHIL @I608@ +1 CHIL @I1671@ +1 MARR +2 DATE 1898 +0 @F220@ FAM +1 HUSB @I603@ +1 WIFE @I1612@ +1 CHIL @I2446@ +1 CHIL @I2447@ +1 CHIL @I2729@ +1 MARR +2 DATE 19 JUN 1976 +2 PLAC Stockholm,Sweden +0 @F221@ FAM +1 HUSB @I611@ +1 WIFE @I612@ +1 CHIL @I613@ +1 CHIL @I614@ +0 @F222@ FAM +1 HUSB @I615@ +1 WIFE @I614@ +1 CHIL @I616@ +0 @F223@ FAM +1 HUSB @I616@ +1 WIFE @I617@ +1 CHIL @I618@ +1 CHIL @I619@ +1 MARR +2 DATE 1709 +0 @F224@ FAM +1 HUSB @I620@ +1 WIFE @I619@ +1 CHIL @I621@ +1 MARR +2 DATE 1727 +0 @F225@ FAM +1 HUSB @I621@ +1 WIFE @I622@ +1 CHIL @I623@ +0 @F226@ FAM +1 HUSB @I623@ +1 WIFE @I624@ +1 CHIL @I625@ +1 CHIL @I626@ +0 @F227@ FAM +1 HUSB @I625@ +1 WIFE @I627@ +1 CHIL @I628@ +0 @F228@ FAM +1 HUSB @I629@ +1 WIFE @I628@ +1 CHIL @I630@ +0 @F229@ FAM +1 HUSB @I631@ +1 WIFE @I630@ +1 CHIL @I632@ +0 @F230@ FAM +1 HUSB @I632@ +1 WIFE @I633@ +1 CHIL @I634@ +0 @F231@ FAM +1 HUSB @I635@ +1 WIFE @I634@ +1 CHIL @I636@ +0 @F232@ FAM +1 HUSB @I637@ +1 WIFE @I626@ +1 CHIL @I1154@ +1 CHIL @I1155@ +1 CHIL @I1156@ +1 CHIL @I1157@ +1 CHIL @I638@ +1 CHIL @I1158@ +1 CHIL @I1159@ +1 MARR +2 DATE 1797 +0 @F233@ FAM +1 HUSB @I639@ +1 WIFE @I638@ +1 CHIL @I646@ +0 @F234@ FAM +1 HUSB @I640@ +1 WIFE @I642@ +1 CHIL @I643@ +0 @F235@ FAM +1 HUSB @I643@ +1 WIFE @I644@ +1 CHIL @I645@ +0 @F236@ FAM +1 HUSB @I646@ +1 WIFE @I647@ +1 CHIL @I640@ +1 CHIL @I641@ +0 @F237@ FAM +1 HUSB @I648@ +1 WIFE @I641@ +1 CHIL @I649@ +0 @F238@ FAM +1 HUSB @I618@ +1 WIFE @I324@ +1 CHIL @I650@ +1 CHIL @I575@ +0 @F239@ FAM +1 HUSB @I650@ +1 WIFE @I651@ +1 CHIL @I2653@ +1 CHIL @I565@ +1 CHIL @I2655@ +0 @F240@ FAM +1 HUSB @I652@ +1 WIFE @I654@ +1 CHIL @I655@ +1 CHIL @I1689@ +1 CHIL @I1690@ +1 CHIL @I1691@ +1 CHIL @I1692@ +1 MARR +2 DATE 1816 +0 @F241@ FAM +1 HUSB @I655@ +1 WIFE @I656@ +1 CHIL @I657@ +1 MARR +2 DATE 7 JAN 1879 +2 PLAC Arolsen +0 @F242@ FAM +1 HUSB @I658@ +1 WIFE @I657@ +1 CHIL @I659@ +1 MARR +2 DATE 7 FEB 1901 +2 PLAC The Hague,Netherlands +0 @F243@ FAM +1 HUSB @I660@ +1 WIFE @I659@ +1 CHIL @I661@ +1 CHIL @I1204@ +1 CHIL @I1205@ +1 CHIL @I1206@ +1 MARR +2 DATE 7 JAN 1937 +2 PLAC The Hague,Netherlands +0 @F244@ FAM +1 HUSB @I613@ +1 WIFE @I662@ +1 CHIL @I663@ +0 @F245@ FAM +1 HUSB @I663@ +1 WIFE @I664@ +1 CHIL @I665@ +0 @F246@ FAM +1 HUSB @I666@ +1 WIFE @I665@ +1 CHIL @I667@ +0 @F247@ FAM +1 HUSB @I668@ +1 WIFE @I667@ +1 CHIL @I669@ +0 @F248@ FAM +1 HUSB @I669@ +1 WIFE @I670@ +1 CHIL @I671@ +0 @F249@ FAM +1 HUSB @I672@ +1 WIFE @I671@ +1 CHIL @I673@ +0 @F250@ FAM +1 HUSB @I673@ +1 WIFE @I674@ +1 CHIL @I675@ +0 @F251@ FAM +1 HUSB @I676@ +1 WIFE @I675@ +1 CHIL @I677@ +0 @F252@ FAM +1 HUSB @I678@ +1 WIFE @I679@ +1 CHIL @I680@ +0 @F253@ FAM +1 HUSB @I680@ +1 WIFE @I681@ +1 CHIL @I682@ +0 @F254@ FAM +1 HUSB @I683@ +1 WIFE @I682@ +1 CHIL @I2634@ +1 CHIL @I2635@ +1 CHIL @I409@ +1 MARR +2 DATE 1879 +0 @F255@ FAM +1 HUSB @I684@ +1 WIFE @I595@ +1 CHIL @I685@ +0 @F256@ FAM +1 HUSB @I686@ +1 WIFE @I685@ +1 CHIL @I687@ +0 @F257@ FAM +1 HUSB @I688@ +1 WIFE @I687@ +1 CHIL @I689@ +1 MARR +2 DATE 20 FEB 1868 +2 PLAC Vienna,Austria +0 @F258@ FAM +1 HUSB @I689@ +1 WIFE @I690@ +1 CHIL @I1183@ +1 CHIL @I1184@ +1 CHIL @I691@ +1 CHIL @I1185@ +0 @F259@ FAM +1 HUSB @I692@ +1 WIFE @I693@ +1 CHIL @I694@ +1 CHIL @I695@ +1 CHIL @I696@ +1 CHIL @I697@ +1 CHIL @I698@ +1 CHIL @I699@ +1 CHIL @I700@ +1 CHIL @I701@ +1 CHIL @I702@ +1 CHIL @I703@ +1 CHIL @I704@ +1 CHIL @I705@ +1 MARR +2 DATE 28 JUL 1683 +2 PLAC Chapel Royal,St. James,England +0 @F260@ FAM +1 HUSB @I706@ +1 WIFE @I707@ +1 CHIL @I708@ +1 CHIL @I709@ +1 CHIL @I710@ +1 CHIL @I693@ +1 CHIL @I711@ +1 CHIL @I712@ +1 CHIL @I713@ +1 CHIL @I714@ +1 MARR +2 DATE 24 NOV 1659 +2 PLAC Breda +0 @F261@ FAM +1 HUSB @I706@ +1 WIFE @I715@ +1 CHIL @I716@ +1 CHIL @I717@ +1 CHIL @I718@ +1 CHIL @I719@ +1 CHIL @I720@ +1 MARR +2 DATE 21 NOV 1673 +2 PLAC Dover,,England +0 @F262@ FAM +1 HUSB @I719@ +1 WIFE @I721@ +1 CHIL @I722@ +1 CHIL @I723@ +1 MARR +2 DATE 3 SEP 1719 +2 PLAC Monte Fiascone +0 @F263@ FAM +1 HUSB @I722@ +1 WIFE @I724@ +1 MARR +2 DATE 17 APR 1772 +2 PLAC Marcerata +0 @F264@ FAM +1 HUSB @I725@ +1 WIFE @I726@ +1 CHIL @I727@ +1 CHIL @I728@ +1 CHIL @I729@ +1 CHIL @I730@ +1 CHIL @I731@ +1 CHIL @I732@ +1 CHIL @I733@ +1 CHIL @I734@ +1 MARR +2 DATE 23 NOV 1589 +2 PLAC Oslo,Norway +0 @F265@ FAM +1 HUSB @I735@ +1 WIFE @I728@ +1 CHIL @I2114@ +1 CHIL @I765@ +1 CHIL @I766@ +1 CHIL @I767@ +1 CHIL @I768@ +1 CHIL @I2115@ +1 CHIL @I2116@ +1 CHIL @I2117@ +1 CHIL @I2118@ +1 CHIL @I2119@ +1 CHIL @I736@ +1 MARR +2 DATE 14 FEB 1613 +2 PLAC Whitehall +0 @F266@ FAM +1 HUSB @I758@ +1 WIFE @I736@ +1 CHIL @I341@ +1 CHIL @I2123@ +1 CHIL @I2124@ +1 CHIL @I2125@ +1 CHIL @I2126@ +1 CHIL @I770@ +1 CHIL @I771@ +0 @F267@ FAM +1 HUSB @I772@ +1 WIFE @I771@ +1 CHIL @I1177@ +1 CHIL @I1178@ +1 CHIL @I761@ +1 MARR +2 DATE 8 OCT 1684 +2 PLAC Herrenhausen +0 @F268@ FAM +1 HUSB @I737@ +1 WIFE @I738@ +1 CHIL @I726@ +1 CHIL @I1627@ +1 CHIL @I2860@ +1 CHIL @I2861@ +1 CHIL @I2862@ +1 MARR +2 DATE 20 JUL 1572 +2 PLAC Copenhagen,Denmark +0 @F269@ FAM +1 HUSB @I750@ +1 WIFE @I744@ +1 CHIL @I757@ +0 @F270@ FAM +1 HUSB @I730@ +1 WIFE @I739@ +1 CHIL @I742@ +1 CHIL @I743@ +1 CHIL @I744@ +1 CHIL @I706@ +1 CHIL @I745@ +1 CHIL @I746@ +1 CHIL @I747@ +1 CHIL @I748@ +1 CHIL @I749@ +1 MARR +2 DATE 13 JUN 1625 +2 PLAC Canterbury,,England +0 @F271@ FAM +1 HUSB @I740@ +1 WIFE @I741@ +1 CHIL @I529@ +1 CHIL @I896@ +1 CHIL @I2913@ +1 CHIL @I590@ +1 CHIL @I739@ +1 MARR +2 DATE 17 DEC 1600 +0 @F272@ FAM +1 HUSB @I751@ +1 WIFE @I749@ +1 CHIL @I951@ +1 CHIL @I2128@ +1 MARR +2 DATE 31 MAR 1661 +2 PLAC Paris,,France +0 @F273@ FAM +1 HUSB @I743@ +1 WIFE @I752@ +1 MARR +2 DATE 20 MAY 1662 +2 PLAC Portsmouth,England +0 @F274@ FAM +1 HUSB @I753@ +1 WIFE @I754@ +1 CHIL @I752@ +0 @F275@ FAM +1 HUSB @I755@ +1 WIFE @I756@ +1 CHIL @I715@ +0 @F276@ FAM +1 HUSB @I757@ +1 WIFE @I709@ +1 MARR +2 DATE 4 NOV 1677 +2 PLAC St. James Palace,,England +0 @F277@ FAM +1 HUSB @I759@ +1 WIFE @I760@ +1 CHIL @I219@ +0 @F278@ FAM +1 HUSB @I1172@ +1 WIFE @I419@ +0 @F279@ FAM +1 HUSB @I336@ +1 WIFE @I762@ +1 CHIL @I290@ +1 CHIL @I2146@ +0 @F280@ FAM +1 HUSB @I337@ +1 WIFE @I763@ +0 @F281@ FAM +1 HUSB @I764@ +1 WIFE @I340@ +1 CHIL @I1617@ +1 CHIL @I1653@ +1 DIV Y +1 MARR +2 DATE 8 NOV 1766 +2 PLAC Christiansborg +0 @F282@ FAM +1 HUSB @I773@ +1 WIFE @I774@ +1 CHIL @I775@ +1 CHIL @I776@ +1 CHIL @I828@ +1 CHIL @I829@ +1 CHIL @I830@ +1 CHIL @I831@ +1 CHIL @I832@ +1 MARR +2 DATE 18 JAN 1486 +2 PLAC Westminster,,England +0 @F283@ FAM +1 HUSB @I777@ +1 WIFE @I778@ +1 CHIL @I401@ +0 @F284@ FAM +1 HUSB @I779@ +1 WIFE @I780@ +1 CHIL @I399@ +0 @F285@ FAM +1 HUSB @I781@ +1 WIFE @I782@ +1 CHIL @I398@ +0 @F286@ FAM +1 HUSB @I783@ +1 WIFE @I784@ +1 CHIL @I400@ +0 @F287@ FAM +1 HUSB @I785@ +1 WIFE @I786@ +1 CHIL @I387@ +0 @F288@ FAM +1 HUSB @I788@ +1 WIFE @I787@ +1 CHIL @I386@ +0 @F289@ FAM +1 HUSB @I789@ +1 WIFE @I790@ +1 CHIL @I388@ +0 @F290@ FAM +1 HUSB @I792@ +1 WIFE @I791@ +1 CHIL @I389@ +0 @F291@ FAM +1 HUSB @I793@ +1 WIFE @I794@ +1 CHIL @I392@ +0 @F292@ FAM +1 HUSB @I795@ +1 WIFE @I796@ +1 CHIL @I393@ +0 @F293@ FAM +1 HUSB @I797@ +1 WIFE @I798@ +1 CHIL @I394@ +0 @F294@ FAM +1 HUSB @I799@ +1 WIFE @I800@ +1 CHIL @I395@ +0 @F295@ FAM +1 HUSB @I802@ +1 WIFE @I319@ +1 DIV Y +1 MARR +2 DATE SEP 1971 +0 @F296@ FAM +1 HUSB @I803@ +1 WIFE @I1607@ +1 CHIL @I69@ +0 @F297@ FAM +1 HUSB @I804@ +1 WIFE @I93@ +1 MARR +2 DATE 1969 +0 @F298@ FAM +1 HUSB @I804@ +1 WIFE @I805@ +0 @F299@ FAM +1 HUSB @I2984@ +1 WIFE @I806@ +1 CHIL @I243@ +1 DIV Y +1 MARR +2 DATE 23 APR 1927 +0 @F300@ FAM +1 HUSB @I807@ +1 WIFE @I241@ +1 CHIL @I808@ +1 MARR +2 DATE MAR 1978 +2 PLAC ,London,England +0 @F301@ FAM +1 HUSB @I809@ +1 WIFE @I240@ +1 MARR +2 DATE MAY 1980 +0 @F302@ FAM +1 HUSB @I810@ +1 CHIL @I807@ +0 @F303@ FAM +1 HUSB @I811@ +1 WIFE @I812@ +1 CHIL @I813@ +1 CHIL @I169@ +0 @F304@ FAM +1 HUSB @I814@ +1 WIFE @I2947@ +1 CHIL @I811@ +0 @F305@ FAM +1 HUSB @I815@ +1 CHIL @I814@ +0 @F306@ FAM +1 HUSB @I816@ +1 WIFE @I817@ +1 CHIL @I815@ +0 @F307@ FAM +1 HUSB @I818@ +1 CHIL @I816@ +0 @F308@ FAM +1 HUSB @I819@ +1 CHIL @I818@ +0 @F309@ FAM +1 HUSB @I820@ +1 WIFE @I821@ +1 CHIL @I170@ +0 @F310@ FAM +1 HUSB @I823@ +1 WIFE @I824@ +1 MARR +2 DATE ABT 1953 +0 @F311@ FAM +1 HUSB @I823@ +1 WIFE @I170@ +1 MARR +2 DATE JUL 1975 +2 PLAC Chichester,Register Office,England +0 @F312@ FAM +1 HUSB @I825@ +1 WIFE @I822@ +1 CHIL @I826@ +1 CHIL @I2959@ +1 DIV Y +1 MARR +2 DATE JUL 1976 +2 PLAC Dummer,,England +0 @F313@ FAM +1 HUSB @I775@ +1 WIFE @I833@ +1 MARR +2 DATE 14 NOV 1501 +2 PLAC St. Pauls Cath.,London,England +0 @F314@ FAM +1 HUSB @I834@ +1 WIFE @I776@ +1 CHIL @I835@ +1 MARR +2 DATE 8 AUG 1503 +2 PLAC Holyrod Abbey +0 @F315@ FAM +1 HUSB @I1473@ +1 WIFE @I1472@ +0 @F316@ FAM +1 HUSB @I837@ +1 WIFE @I776@ +1 MARR +2 DATE 3 MAR 1528 +0 @F317@ FAM +1 HUSB @I838@ +1 WIFE @I830@ +1 MARR +2 DATE 9 OCT 1514 +2 PLAC Abbeville +0 @F318@ FAM +1 HUSB @I839@ +1 WIFE @I830@ +1 CHIL @I1426@ +1 CHIL @I1427@ +1 CHIL @I1428@ +1 MARR +2 DATE 3 MAR 1515 +2 PLAC Paris,France +0 @F319@ FAM +1 HUSB @I828@ +1 WIFE @I833@ +1 CHIL @I842@ +1 CHIL @I843@ +1 CHIL @I844@ +1 CHIL @I845@ +1 CHIL @I846@ +1 CHIL @I847@ +1 DIV Y +1 MARR +2 DATE 11 JUN 1509 +2 PLAC Grey Friars Ch.,Greenwich,England +0 @F320@ FAM +1 HUSB @I840@ +1 WIFE @I841@ +1 CHIL @I2887@ +1 CHIL @I2889@ +1 CHIL @I2100@ +1 CHIL @I2888@ +1 CHIL @I833@ +1 MARR +2 DATE 1469 +0 @F321@ FAM +1 HUSB @I828@ +1 WIFE @I848@ +1 CHIL @I849@ +1 CHIL @I850@ +1 MARR +2 DATE 25 JAN 1533 +2 PLAC Westminster,London,England +0 @F322@ FAM +1 HUSB @I828@ +1 WIFE @I851@ +1 CHIL @I852@ +1 MARR +2 DATE 30 MAY 1536 +2 PLAC York Place,,England +0 @F323@ FAM +1 HUSB @I828@ +1 WIFE @I853@ +1 DIV Y +1 MARR +2 DATE 6 JAN 1540 +2 PLAC Greenwich,,England +0 @F324@ FAM +1 HUSB @I854@ +1 WIFE @I855@ +1 CHIL @I853@ +0 @F325@ FAM +1 HUSB @I828@ +1 WIFE @I856@ +1 MARR +2 DATE 28 JUL 1540 +2 PLAC Hampton Court,Palace,England +0 @F326@ FAM +1 HUSB @I857@ +1 WIFE @I858@ +1 CHIL @I856@ +0 @F327@ FAM +1 HUSB @I828@ +1 WIFE @I859@ +1 MARR +2 DATE 12 JUL 1543 +2 PLAC Hampton Court,Palace +0 @F328@ FAM +1 HUSB @I860@ +1 WIFE @I861@ +1 CHIL @I851@ +0 @F329@ FAM +1 HUSB @I862@ +1 WIFE @I859@ +1 MARR +2 DATE ABT 1529 +0 @F330@ FAM +1 HUSB @I863@ +1 WIFE @I859@ +1 MARR +2 DATE 1533 +0 @F331@ FAM +1 HUSB @I864@ +1 WIFE @I859@ +1 CHIL @I867@ +1 MARR +2 DATE 4 APR 1547 +0 @F332@ FAM +1 HUSB @I865@ +1 WIFE @I866@ +1 CHIL @I859@ +1 CHIL @I2309@ +0 @F333@ FAM +1 HUSB @I869@ +1 WIFE @I868@ +1 MARR +2 DATE 21 MAY 1553 +2 PLAC Durham House,London,England +0 @F334@ FAM +1 HUSB @I870@ +1 WIFE @I846@ +1 MARR +2 DATE 25 JUL 1554 +2 PLAC Winchester,Cathedral,,England +0 @F335@ FAM +1 HUSB @I871@ +1 WIFE @I872@ +1 CHIL @I870@ +0 @F336@ FAM +1 HUSB @I876@ +1 WIFE @I1370@ +1 MARR +2 DATE 23 APR 1224 +0 @F337@ FAM +1 HUSB @I877@ +1 WIFE @I878@ +1 CHIL @I879@ +1 CHIL @I880@ +1 CHIL @I881@ +0 @F338@ FAM +1 HUSB @I874@ +1 WIFE @I882@ +1 CHIL @I883@ +1 CHIL @I884@ +1 DIV Y +1 MARR +2 DATE 1957 +2 PLAC Salem,Bavaria +0 @F339@ FAM +1 HUSB @I874@ +1 WIFE @I885@ +1 CHIL @I886@ +0 @F340@ FAM +1 HUSB @I875@ +1 WIFE @I887@ +1 CHIL @I888@ +1 CHIL @I889@ +0 @F341@ FAM +1 HUSB @I875@ +1 WIFE @I890@ +1 CHIL @I891@ +1 CHIL @I892@ +0 @F342@ FAM +1 HUSB @I875@ +1 WIFE @I893@ +0 @F343@ FAM +1 HUSB @I2543@ +1 WIFE @I2545@ +1 MARR +2 DATE 6 DEC 1491 +0 @F344@ FAM +1 HUSB @I2426@ +1 WIFE @I2920@ +1 CHIL @I1422@ +0 @F345@ FAM +1 HUSB @I900@ +1 WIFE @I899@ +1 CHIL @I901@ +1 DIV Y +1 MARR +2 DATE 1976 +2 PLAC Dinard,,France +0 @F346@ FAM +1 HUSB @I902@ +1 WIFE @I895@ +1 CHIL @I903@ +1 CHIL @I904@ +1 CHIL @I890@ +1 CHIL @I905@ +1 CHIL @I906@ +1 CHIL @I907@ +1 MARR +2 DATE 1925 +0 @F347@ FAM +1 HUSB @I903@ +1 WIFE @I908@ +1 CHIL @I909@ +1 CHIL @I910@ +1 CHIL @I911@ +1 CHIL @I912@ +0 @F348@ FAM +1 HUSB @I910@ +1 WIFE @I913@ +0 @F349@ FAM +1 HUSB @I911@ +1 WIFE @I914@ +1 CHIL @I915@ +0 @F350@ FAM +1 HUSB @I916@ +1 WIFE @I906@ +1 CHIL @I917@ +1 CHIL @I918@ +1 CHIL @I919@ +0 @F351@ FAM +1 HUSB @I533@ +1 WIFE @I532@ +1 CHIL @I1366@ +0 @F352@ FAM +1 HUSB @I925@ +1 WIFE @I926@ +1 CHIL @I927@ +1 MARR +2 DATE 1984 +0 @F353@ FAM +1 HUSB @I924@ +1 WIFE @I928@ +1 CHIL @I929@ +1 CHIL @I930@ +0 @F354@ FAM +1 HUSB @I922@ +1 WIFE @I931@ +1 CHIL @I932@ +1 CHIL @I933@ +0 @F355@ FAM +1 HUSB @I921@ +1 WIFE @I934@ +1 CHIL @I935@ +1 DIV Y +0 @F356@ FAM +1 HUSB @I921@ +1 WIFE @I936@ +1 CHIL @I937@ +1 CHIL @I938@ +1 CHIL @I939@ +0 @F357@ FAM +1 HUSB @I293@ +1 WIFE @I940@ +1 CHIL @I941@ +1 CHIL @I942@ +1 CHIL @I943@ +1 CHIL @I944@ +1 MARR +2 DATE 1979 +0 @F358@ FAM +1 HUSB @I294@ +1 WIFE @I945@ +1 CHIL @I946@ +1 CHIL @I947@ +1 MARR +2 DATE 1973 +0 @F359@ FAM +1 HUSB @I295@ +1 WIFE @I948@ +1 CHIL @I949@ +1 CHIL @I950@ +1 MARR +2 DATE 1981 +0 @F360@ FAM +1 HUSB @I953@ +1 WIFE @I952@ +1 CHIL @I954@ +1 MARR +2 DATE 1923 +0 @F361@ FAM +1 HUSB @I954@ +1 WIFE @I955@ +1 CHIL @I956@ +1 CHIL @I957@ +1 DIV Y +1 MARR +2 DATE 1956 +0 @F362@ FAM +1 HUSB @I960@ +1 WIFE @I959@ +1 CHIL @I961@ +1 CHIL @I962@ +1 CHIL @I963@ +1 CHIL @I964@ +1 CHIL @I965@ +1 MARR +2 DATE 1961 +2 PLAC Asker,Near Oslo,Norway +0 @F363@ FAM +1 HUSB @I966@ +1 WIFE @I958@ +1 CHIL @I967@ +1 CHIL @I968@ +1 CHIL @I969@ +1 MARR +2 DATE 1953 +0 @F364@ FAM +1 HUSB @I438@ +1 WIFE @I971@ +1 CHIL @I1057@ +1 DIV Y +1 MARR +2 DATE 31 AUG 1918 +2 PLAC Odessa +0 @F365@ FAM +1 HUSB @I977@ +1 WIFE @I973@ +1 CHIL @I978@ +1 MARR +2 DATE 1983 +0 @F366@ FAM +1 HUSB @I979@ +1 WIFE @I974@ +1 CHIL @I980@ +1 MARR +2 DATE 1984 +0 @F367@ FAM +1 HUSB @I981@ +1 CHIL @I111@ +0 @F368@ FAM +1 HUSB @I297@ +1 WIFE @I983@ +1 MARR +2 DATE 1979 +0 @F369@ FAM +1 HUSB @I984@ +1 WIFE @I985@ +1 CHIL @I986@ +1 MARR +2 DATE 12 JUL 1472 +2 PLAC Westminster,,London,England +0 @F370@ FAM +1 HUSB @I987@ +1 WIFE @I1339@ +1 CHIL @I1340@ +1 CHIL @I985@ +0 @F371@ FAM +1 HUSB @I988@ +1 WIFE @I989@ +1 CHIL @I991@ +1 CHIL @I992@ +1 CHIL @I993@ +1 CHIL @I984@ +1 CHIL @I994@ +1 CHIL @I995@ +1 CHIL @I996@ +1 CHIL @I997@ +0 @F372@ FAM +1 HUSB @I990@ +1 WIFE @I1331@ +1 CHIL @I1342@ +1 CHIL @I989@ +0 @F373@ FAM +1 HUSB @I991@ +1 WIFE @I998@ +1 CHIL @I774@ +1 CHIL @I999@ +1 CHIL @I1000@ +1 CHIL @I1001@ +1 CHIL @I1002@ +1 CHIL @I1003@ +1 CHIL @I1004@ +1 CHIL @I1005@ +1 CHIL @I1006@ +1 CHIL @I1007@ +1 MARR +2 DATE 1 MAY 1464 +2 PLAC Grafton Regis,Northants +0 @F374@ FAM +1 HUSB @I1008@ +1 WIFE @I1000@ +1 MARR +2 DATE BEF DEC 1487 +0 @F375@ FAM +1 HUSB @I1009@ +1 WIFE @I1000@ +1 MARR +2 DATE BEF JAN 1504 +0 @F376@ FAM +1 HUSB @I1003@ +1 WIFE @I1010@ +1 MARR +2 DATE 15 JAN 1478 +2 PLAC St. Stephen's,Chapel,Westminster,England +0 @F377@ FAM +1 HUSB @I1011@ +1 WIFE @I1004@ +1 MARR +2 DATE 4 FEB 1495 +0 @F378@ FAM +1 HUSB @I1012@ +1 WIFE @I1006@ +1 MARR +2 DATE BEF OCT 1495 +0 @F379@ FAM +1 HUSB @I1013@ +1 WIFE @I998@ +1 CHIL @I1014@ +1 CHIL @I1015@ +1 MARR +2 DATE BEF 1460 +0 @F380@ FAM +1 HUSB @I1016@ +1 WIFE @I985@ +1 MARR +2 DATE AUG 1470 +2 PLAC Amboise +0 @F381@ FAM +1 HUSB @I993@ +1 WIFE @I1340@ +1 CHIL @I1018@ +1 CHIL @I1019@ +0 @F382@ FAM +1 HUSB @I1020@ +1 WIFE @I994@ +0 @F383@ FAM +1 HUSB @I1021@ +1 WIFE @I994@ +0 @F384@ FAM +1 HUSB @I1022@ +1 WIFE @I996@ +0 @F385@ FAM +1 HUSB @I1023@ +1 WIFE @I1024@ +1 CHIL @I988@ +1 CHIL @I1025@ +0 @F386@ FAM +1 HUSB @I1026@ +1 WIFE @I1025@ +0 @F387@ FAM +1 HUSB @I1027@ +1 WIFE @I1028@ +1 CHIL @I605@ +1 MARR +2 DATE 1850 +0 @F388@ FAM +1 HUSB @I653@ +1 WIFE @I1029@ +1 CHIL @I1028@ +1 CHIL @I512@ +1 CHIL @I1683@ +1 CHIL @I1684@ +1 MARR +2 DATE 1825 +0 @F389@ FAM +1 HUSB @I1033@ +1 WIFE @I1032@ +1 CHIL @I2711@ +1 CHIL @I2712@ +1 MARR +2 DATE 1963 +0 @F390@ FAM +1 HUSB @I1034@ +1 WIFE @I1036@ +1 MARR +2 DATE 1960 +0 @F391@ FAM +1 HUSB @I1031@ +1 WIFE @I1037@ +1 CHIL @I2706@ +1 CHIL @I2707@ +1 CHIL @I2708@ +1 MARR +2 DATE 1946 +0 @F392@ FAM +1 HUSB @I1030@ +1 WIFE @I1038@ +1 CHIL @I1039@ +1 CHIL @I1040@ +1 CHIL @I1041@ +1 CHIL @I1042@ +1 CHIL @I1043@ +1 CHIL @I1044@ +0 @F393@ FAM +1 HUSB @I1045@ +1 WIFE @I1039@ +0 @F394@ FAM +1 HUSB @I1040@ +1 WIFE @I1046@ +1 CHIL @I1047@ +1 CHIL @I1048@ +0 @F395@ FAM +1 HUSB @I1041@ +1 WIFE @I1049@ +1 CHIL @I1050@ +1 DIV N +1 MARR +2 DATE SEP 1988 +0 @F396@ FAM +1 HUSB @I1051@ +1 WIFE @I1043@ +0 @F397@ FAM +1 HUSB @I1052@ +1 WIFE @I255@ +0 @F398@ FAM +1 HUSB @I1053@ +1 WIFE @I257@ +0 @F399@ FAM +1 HUSB @I260@ +1 WIFE @I1054@ +1 CHIL @I469@ +0 @F400@ FAM +1 HUSB @I1055@ +1 WIFE @I1056@ +1 CHIL @I971@ +0 @F401@ FAM +1 HUSB @I438@ +1 WIFE @I1058@ +1 MARR +2 DATE 3 JUN 1947 +2 PLAC Rio de Janerio,Brazil +0 @F402@ FAM +1 HUSB @I608@ +1 WIFE @I1059@ +1 CHIL @I610@ +1 CHIL @I1672@ +1 CHIL @I472@ +1 MARR +2 DATE 24 MAY 1935 +2 PLAC Stockholm,Sweden +0 @F403@ FAM +1 HUSB @I1065@ +1 WIFE @I1066@ +1 CHIL @I473@ +0 @F404@ FAM +1 HUSB @I1067@ +1 WIFE @I1068@ +1 CHIL @I247@ +0 @F405@ FAM +1 HUSB @I247@ +1 WIFE @I1069@ +1 CHIL @I1070@ +1 CHIL @I1071@ +1 CHIL @I1072@ +1 CHIL @I1073@ +0 @F406@ FAM +1 HUSB @I1070@ +1 WIFE @I1074@ +1 DIV Y +0 @F407@ FAM +1 HUSB @I1070@ +1 WIFE @I1075@ +1 CHIL @I1076@ +1 CHIL @I1077@ +0 @F408@ FAM +1 HUSB @I1070@ +1 WIFE @I1078@ +1 CHIL @I1079@ +1 CHIL @I1080@ +1 CHIL @I1081@ +0 @F409@ FAM +1 HUSB @I1080@ +1 WIFE @I1082@ +0 @F410@ FAM +1 HUSB @I1083@ +1 WIFE @I1081@ +0 @F411@ FAM +1 HUSB @I1073@ +1 WIFE @I1084@ +1 CHIL @I1085@ +1 CHIL @I1086@ +1 CHIL @I1087@ +1 CHIL @I1088@ +1 CHIL @I1089@ +0 @F412@ FAM +1 HUSB @I1086@ +1 WIFE @I1079@ +1 CHIL @I1090@ +0 @F413@ FAM +1 HUSB @I1090@ +1 WIFE @I1091@ +1 CHIL @I1092@ +1 CHIL @I1093@ +0 @F414@ FAM +1 HUSB @I1094@ +1 WIFE @I1092@ +0 @F415@ FAM +1 HUSB @I1090@ +1 WIFE @I1095@ +0 @F416@ FAM +1 HUSB @I1099@ +1 WIFE @I1100@ +1 CHIL @I1101@ +1 CHIL @I309@ +1 CHIL @I1102@ +0 @F417@ FAM +1 HUSB @I1102@ +1 WIFE @I1103@ +1 MARR +2 DATE 1894 +0 @F418@ FAM +1 HUSB @I1104@ +1 WIFE @I1105@ +1 CHIL @I1099@ +1 CHIL @I1106@ +1 CHIL @I1107@ +1 CHIL @I1108@ +1 CHIL @I1109@ +1 CHIL @I1110@ +0 @F419@ FAM +1 HUSB @I1111@ +1 WIFE @I1106@ +0 @F420@ FAM +1 HUSB @I1107@ +1 WIFE @I1112@ +1 MARR +2 DATE 15 NOV 1869 +2 PLAC Neuwied,Germany +0 @F421@ FAM +1 HUSB @I1109@ +1 WIFE @I1113@ +0 @F422@ FAM +1 HUSB @I1114@ +1 WIFE @I1110@ +1 CHIL @I1115@ +1 CHIL @I1116@ +1 CHIL @I1117@ +1 CHIL @I1103@ +1 CHIL @I1118@ +1 MARR +2 DATE 1867 +0 @F423@ FAM +1 HUSB @I1118@ +1 WIFE @I1119@ +1 CHIL @I600@ +1 CHIL @I1120@ +1 CHIL @I1121@ +1 MARR +2 DATE 2 OCT 1900 +2 PLAC Munich,Germany +0 @F424@ FAM +1 HUSB @I1122@ +1 WIFE @I1121@ +1 MARR +2 DATE 1930 +0 @F425@ FAM +1 HUSB @I1125@ +1 WIFE @I1123@ +1 MARR +2 DATE 1953 +0 @F426@ FAM +1 HUSB @I601@ +1 WIFE @I1126@ +1 MARR +2 DATE 15 DEC 1960 +2 PLAC Brussels,Belgium +0 @F427@ FAM +1 HUSB @I1124@ +1 WIFE @I1127@ +1 CHIL @I1128@ +1 CHIL @I1129@ +1 CHIL @I1130@ +1 MARR +2 DATE 1959 +0 @F428@ FAM +1 HUSB @I1131@ +1 WIFE @I1129@ +0 @F429@ FAM +1 HUSB @I600@ +1 WIFE @I1132@ +1 CHIL @I1133@ +1 CHIL @I1134@ +1 CHIL @I1135@ +1 MARR +2 DATE 11 SEP 1941 +2 PLAC Laeken +0 @F430@ FAM +1 HUSB @I1136@ +1 WIFE @I1134@ +1 DIV Y +0 @F431@ FAM +1 HUSB @I637@ +1 WIFE @I1137@ +1 CHIL @I1138@ +1 CHIL @I1139@ +1 CHIL @I1140@ +1 CHIL @I1074@ +1 CHIL @I1141@ +1 MARR +2 DATE 30 SEP 1785 +2 PLAC Darmstadt +0 @F432@ FAM +1 HUSB @I1138@ +1 WIFE @I1142@ +1 CHIL @I1143@ +1 CHIL @I495@ +1 CHIL @I1148@ +1 CHIL @I1149@ +1 CHIL @I1150@ +1 CHIL @I1151@ +1 CHIL @I1152@ +1 CHIL @I1153@ +1 MARR +2 DATE 12 OCT 1810 +2 PLAC Munich +0 @F433@ FAM +1 HUSB @I1143@ +1 WIFE @I1144@ +1 CHIL @I1145@ +1 CHIL @I1146@ +1 MARR +2 DATE 12 OCT 1842 +2 PLAC Munich +0 @F434@ FAM +1 HUSB @I411@ +1 WIFE @I1155@ +0 @F435@ FAM +1 HUSB @I761@ +1 WIFE @I343@ +1 CHIL @I1160@ +1 CHIL @I1161@ +1 CHIL @I1162@ +1 CHIL @I1163@ +1 CHIL @I1164@ +1 CHIL @I1165@ +1 CHIL @I1166@ +1 CHIL @I1167@ +1 CHIL @I1168@ +1 CHIL @I568@ +1 CHIL @I1169@ +1 CHIL @I1170@ +1 CHIL @I1171@ +1 MARR +2 DATE 28 NOV 1706 +2 PLAC Berlin +0 @F436@ FAM +1 HUSB @I772@ +1 WIFE @I1173@ +1 CHIL @I1174@ +1 CHIL @I1175@ +1 MARR +2 DATE 23 AUG 1679 +2 PLAC Potsdam +0 @F437@ FAM +1 HUSB @I772@ +1 WIFE @I1176@ +1 MARR +2 DATE 28 NOV 1708 +2 PLAC Berlin +0 @F438@ FAM +1 HUSB @I1150@ +1 WIFE @I1179@ +1 CHIL @I688@ +1 CHIL @I1180@ +1 CHIL @I1181@ +1 CHIL @I1182@ +0 @F439@ FAM +1 HUSB @I689@ +1 WIFE @I1186@ +1 CHIL @I1187@ +1 CHIL @I1188@ +1 CHIL @I1189@ +1 CHIL @I1190@ +1 CHIL @I1191@ +1 CHIL @I1192@ +0 @F440@ FAM +1 HUSB @I1193@ +1 WIFE @I1158@ +1 CHIL @I1194@ +1 CHIL @I1195@ +1 CHIL @I1196@ +1 CHIL @I1197@ +1 CHIL @I1198@ +1 CHIL @I1199@ +1 CHIL @I1200@ +1 CHIL @I1201@ +0 @F441@ FAM +1 HUSB @I1197@ +1 WIFE @I1202@ +1 CHIL @I1119@ +1 CHIL @I690@ +1 MARR +2 DATE 1874 +0 @F442@ FAM +1 HUSB @I1203@ +1 WIFE @I74@ +0 @F443@ FAM +1 HUSB @I1207@ +1 WIFE @I661@ +1 CHIL @I1208@ +1 CHIL @I1209@ +1 CHIL @I1210@ +1 MARR +2 DATE 10 MAR 1966 +2 PLAC Amsterdam,Netherlands +0 @F444@ FAM +1 HUSB @I1211@ +1 WIFE @I1212@ +1 CHIL @I1207@ +0 @F445@ FAM +1 HUSB @I1213@ +1 WIFE @I1214@ +1 CHIL @I658@ +1 MARR +2 DATE 1868 +0 @F446@ FAM +1 HUSB @I1215@ +1 WIFE @I198@ +1 CHIL @I740@ +0 @F447@ FAM +1 HUSB @I655@ +1 WIFE @I1077@ +1 CHIL @I1678@ +1 CHIL @I1679@ +1 CHIL @I1680@ +1 MARR +2 DATE 18 JUN 1839 +2 PLAC Stuttgart +0 @F448@ FAM +1 HUSB @I1217@ +1 WIFE @I1218@ +1 CHIL @I1016@ +1 MARR +2 DATE 22 APR 1445 +2 PLAC Titchfield,Abbey,Hants +0 @F449@ FAM +1 HUSB @I1219@ +1 WIFE @I1220@ +1 CHIL @I1217@ +1 MARR +2 DATE 2 JUN 1420 +2 PLAC Troyes +0 @F450@ FAM +1 HUSB @I1221@ +1 WIFE @I1222@ +1 CHIL @I1223@ +1 CHIL @I1219@ +1 CHIL @I1224@ +1 CHIL @I1225@ +1 CHIL @I1226@ +1 CHIL @I1227@ +1 CHIL @I1228@ +1 MARR +2 DATE 1380/1381 +2 PLAC Arundel Castle +0 @F451@ FAM +1 HUSB @I1229@ +1 WIFE @I1230@ +1 CHIL @I1231@ +1 CHIL @I1232@ +1 CHIL @I1233@ +1 CHIL @I1234@ +1 CHIL @I1235@ +1 CHIL @I1236@ +1 CHIL @I1237@ +1 CHIL @I1238@ +1 CHIL @I1239@ +1 CHIL @I1240@ +1 CHIL @I1241@ +1 CHIL @I1242@ +1 MARR +2 DATE 24 JAN 1328 +2 PLAC York Minster +0 @F452@ FAM +1 HUSB @I1236@ +1 WIFE @I1243@ +1 CHIL @I1501@ +1 CHIL @I1502@ +1 CHIL @I1221@ +1 MARR +2 DATE 13 MAY 1359 +2 PLAC Reading +0 @F453@ FAM +1 HUSB @I1245@ +1 WIFE @I1244@ +1 CHIL @I683@ +1 MARR +2 DATE 1846 +0 @F454@ FAM +1 HUSB @I1246@ +1 WIFE @I2874@ +1 CHIL @I1244@ +1 MARR +2 DATE 1829 +0 @F455@ FAM +1 HUSB @I1249@ +1 WIFE @I1247@ +1 CHIL @I725@ +1 MARR +2 DATE 29 JUL 1565 +2 PLAC Edinburgh,Scotland +0 @F456@ FAM +1 HUSB @I1248@ +1 WIFE @I1247@ +1 MARR +2 DATE 24 APR 1558 +2 PLAC Paris,France +0 @F457@ FAM +1 HUSB @I1250@ +1 WIFE @I1247@ +1 MARR +2 DATE ABT 1567 +0 @F458@ FAM +1 HUSB @I835@ +1 WIFE @I1429@ +0 @F459@ FAM +1 HUSB @I835@ +1 WIFE @I1251@ +1 CHIL @I1247@ +1 MARR +2 DATE 1538 +0 @F460@ FAM +1 HUSB @I1252@ +1 WIFE @I1469@ +1 CHIL @I834@ +1 CHIL @I2867@ +1 CHIL @I2868@ +1 MARR +2 DATE 1469 +0 @F461@ FAM +1 HUSB @I1254@ +1 WIFE @I1255@ +1 CHIL @I773@ +0 @F462@ FAM +1 HUSB @I1260@ +1 WIFE @I2546@ +1 CHIL @I838@ +1 MARR +2 DATE 1462 +0 @F463@ FAM +1 HUSB @I1259@ +1 WIFE @I1257@ +1 MARR +2 DATE MAY 1332 +2 PLAC Ni jmegen +0 @F464@ FAM +1 HUSB @I1261@ +1 WIFE @I1262@ +1 CHIL @I1263@ +1 CHIL @I1264@ +1 CHIL @I1265@ +1 CHIL @I1266@ +1 CHIL @I1267@ +1 CHIL @I1268@ +1 CHIL @I1269@ +1 CHIL @I1270@ +1 CHIL @I1271@ +1 CHIL @I1272@ +1 CHIL @I1273@ +1 CHIL @I1274@ +1 CHIL @I286@ +1 CHIL @I1275@ +1 CHIL @I1276@ +1 MARR +2 DATE OCT 1254 +2 PLAC Las Huelgas +0 @F465@ FAM +1 HUSB @I1261@ +1 WIFE @I1277@ +1 CHIL @I1278@ +1 CHIL @I1279@ +1 CHIL @I1280@ +1 MARR +2 DATE 10 SEP 1299 +2 PLAC Canterbury,Cathedral +0 @F466@ FAM +1 HUSB @I1281@ +1 WIFE @I1282@ +1 CHIL @I1261@ +1 CHIL @I1283@ +1 CHIL @I1284@ +1 CHIL @I1285@ +1 CHIL @I1286@ +1 CHIL @I1287@ +1 CHIL @I1288@ +1 CHIL @I1289@ +1 CHIL @I1290@ +1 MARR +2 DATE 4 JAN 1236 +2 PLAC Canterbury,Cathedral +0 @F467@ FAM +1 HUSB @I1291@ +1 WIFE @I1292@ +1 CHIL @I781@ +0 @F468@ FAM +1 HUSB @I565@ +1 WIFE @I1293@ +1 MARR +2 DATE 17 FEB 1841 +2 PLAC Berlin,Germany +0 @F469@ FAM +1 HUSB @I1294@ +1 WIFE @I1295@ +1 CHIL @I1296@ +1 CHIL @I654@ +1 CHIL @I42@ +1 MARR +2 DATE 1776 +0 @F470@ FAM +1 HUSB @I1296@ +1 WIFE @I1297@ +1 CHIL @I1298@ +0 @F471@ FAM +1 HUSB @I1300@ +1 WIFE @I1299@ +1 CHIL @I1294@ +1 MARR +2 DATE 1745 +0 @F472@ FAM +1 HUSB @I1301@ +1 WIFE @I1302@ +1 CHIL @I1303@ +1 CHIL @I1304@ +1 MARR +2 DATE 1712 +0 @F473@ FAM +1 HUSB @I1419@ +1 WIFE @I1303@ +1 CHIL @I1300@ +1 MARR +2 DATE 1725 +0 @F474@ FAM +1 HUSB @I1301@ +1 WIFE @I1305@ +1 CHIL @I1306@ +1 DIV Y +0 @F475@ FAM +1 HUSB @I1306@ +1 WIFE @I1307@ +1 CHIL @I1308@ +0 @F476@ FAM +1 HUSB @I1309@ +1 WIFE @I1310@ +1 CHIL @I1325@ +1 CHIL @I1324@ +1 CHIL @I1311@ +1 MARR +2 DATE ABT 1641 +0 @F477@ FAM +1 HUSB @I1312@ +1 WIFE @I1313@ +1 CHIL @I1309@ +1 MARR +2 DATE 1626 +0 @F478@ FAM +1 HUSB @I1309@ +1 WIFE @I1314@ +1 CHIL @I1301@ +1 MARR +2 DATE ABT 1670 +0 @F479@ FAM +1 HUSB @I1311@ +1 WIFE @I1315@ +1 CHIL @I1316@ +0 @F480@ FAM +1 HUSB @I1316@ +1 WIFE @I1317@ +1 CHIL @I1319@ +1 CHIL @I1318@ +0 @F481@ FAM +1 HUSB @I1320@ +1 WIFE @I1319@ +1 CHIL @I1321@ +0 @F482@ FAM +1 HUSB @I1322@ +1 WIFE @I1321@ +1 CHIL @I1323@ +0 @F483@ FAM +1 HUSB @I1326@ +1 WIFE @I2662@ +1 CHIL @I1314@ +0 @F484@ FAM +1 HUSB @I1225@ +1 WIFE @I1327@ +1 MARR +2 DATE 22 APR 1433 +2 PLAC Therouenne +0 @F485@ FAM +1 HUSB @I1236@ +1 WIFE @I1328@ +1 CHIL @I1329@ +1 CHIL @I1330@ +1 CHIL @I1331@ +1 CHIL @I1437@ +1 MARR +2 DATE 13 JAN 1396 +2 PLAC Lincoln +0 @F486@ FAM +1 HUSB @I1329@ +1 WIFE @I1595@ +1 CHIL @I1333@ +1 CHIL @I1334@ +1 CHIL @I1335@ +1 CHIL @I1465@ +1 CHIL @I2079@ +0 @F487@ FAM +1 HUSB @I1334@ +1 WIFE @I1336@ +1 CHIL @I1255@ +0 @F488@ FAM +1 HUSB @I1237@ +1 WIFE @I1337@ +1 CHIL @I1023@ +1 CHIL @I1338@ +1 CHIL @I2294@ +1 MARR +2 DATE ABT 1 MAR 1372 +2 PLAC Hertford +0 @F489@ FAM +1 HUSB @I531@ +1 WIFE @I530@ +1 CHIL @I741@ +0 @F490@ FAM +1 HUSB @I1342@ +1 CHIL @I987@ +0 @F491@ FAM +1 HUSB @I1242@ +1 WIFE @I1343@ +1 CHIL @I2071@ +1 CHIL @I1603@ +1 CHIL @I2072@ +1 CHIL @I2073@ +1 MARR +2 DATE 1374 +0 @F492@ FAM +1 HUSB @I1344@ +1 WIFE @I1345@ +1 CHIL @I1346@ +1 CHIL @I2280@ +1 CHIL @I1024@ +1 CHIL @I2281@ +0 @F493@ FAM +1 HUSB @I1235@ +1 WIFE @I1347@ +1 MARR +2 DATE 28 MAY 1368 +2 PLAC Milan,Italy +0 @F494@ FAM +1 HUSB @I1349@ +1 WIFE @I1348@ +1 CHIL @I1344@ +1 CHIL @I2283@ +1 CHIL @I2284@ +1 CHIL @I2285@ +0 @F495@ FAM +1 HUSB @I1350@ +1 WIFE @I1255@ +0 @F496@ FAM +1 HUSB @I1351@ +1 WIFE @I1255@ +0 @F497@ FAM +1 HUSB @I1352@ +1 WIFE @I1220@ +1 CHIL @I1353@ +1 CHIL @I1254@ +0 @F498@ FAM +1 HUSB @I155@ +1 WIFE @I1354@ +1 CHIL @I502@ +1 CHIL @I1360@ +1 MARR +2 DATE JUL 1912 +2 PLAC Vienna,Austria +0 @F499@ FAM +1 HUSB @I152@ +1 WIFE @I1356@ +1 CHIL @I1357@ +1 CHIL @I1358@ +1 CHIL @I1359@ +1 MARR +2 DATE 1902 +2 PLAC Leghorn +0 @F500@ FAM +1 HUSB @I1361@ +1 WIFE @I156@ +1 DIV Y +1 MARR +2 DATE JUL 1901 +0 @F501@ FAM +1 HUSB @I1363@ +1 WIFE @I333@ +1 CHIL @I143@ +0 @F502@ FAM +1 HUSB @I1364@ +1 WIFE @I1365@ +1 DIV Y +1 MARR +2 DATE 29 AUG 1189 +2 PLAC Marlebridge +0 @F503@ FAM +1 HUSB @I1364@ +1 WIFE @I1366@ +1 CHIL @I1281@ +1 CHIL @I1367@ +1 CHIL @I1368@ +1 CHIL @I1369@ +1 CHIL @I1370@ +1 MARR +2 DATE 24 AUG 1200 +2 PLAC Bordeaux +0 @F504@ FAM +1 HUSB @I1371@ +1 WIFE @I1372@ +1 CHIL @I1373@ +1 CHIL @I1374@ +1 CHIL @I1375@ +1 CHIL @I1376@ +1 CHIL @I1377@ +1 CHIL @I1378@ +1 CHIL @I1379@ +1 CHIL @I1364@ +1 MARR +2 DATE 18 MAY 1152 +2 PLAC Bordeaux,France +0 @F505@ FAM +1 HUSB @I1380@ +1 WIFE @I1381@ +1 CHIL @I1382@ +1 CHIL @I1383@ +1 CHIL @I1384@ +1 CHIL @I1385@ +1 CHIL @I1386@ +1 CHIL @I1387@ +1 CHIL @I1388@ +1 CHIL @I1389@ +1 CHIL @I1390@ +1 CHIL @I1391@ +1 MARR +2 DATE 1053 +0 @F506@ FAM +1 HUSB @I1391@ +1 WIFE @I1392@ +1 CHIL @I1393@ +1 CHIL @I2957@ +1 CHIL @I1394@ +1 CHIL @I1395@ +1 CHIL @I2224@ +1 MARR +2 DATE 6 AUG 1100 +2 PLAC Westminster,Abbey,London,England +0 @F507@ FAM +1 HUSB @I1391@ +1 WIFE @I1396@ +1 MARR +2 DATE 29 JAN 1122 +2 PLAC Westminster,Abbey,London,England +0 @F508@ FAM +1 HUSB @I1397@ +1 WIFE @I1398@ +1 CHIL @I1399@ +1 CHIL @I1400@ +1 CHIL @I1401@ +1 CHIL @I1402@ +1 CHIL @I1403@ +1 MARR +2 DATE 1125 +2 PLAC Westminster,England +0 @F509@ FAM +1 HUSB @I1404@ +1 WIFE @I1395@ +1 MARR +2 DATE 7 JAN 1114 +2 PLAC Mainz +0 @F510@ FAM +1 HUSB @I1405@ +1 WIFE @I1395@ +1 CHIL @I1371@ +1 CHIL @I1866@ +1 CHIL @I1867@ +1 MARR +2 DATE 22 MAY 1127 +2 PLAC Le Mans +0 @F511@ FAM +1 HUSB @I164@ +1 WIFE @I1406@ +1 CHIL @I1407@ +1 DIV Y +1 MARR +2 DATE 1926 +2 PLAC Biarritz +0 @F512@ FAM +1 HUSB @I1408@ +1 WIFE @I1355@ +1 CHIL @I1409@ +1 DIV Y +1 MARR +2 DATE 1908 +0 @F513@ FAM +1 HUSB @I1231@ +1 WIFE @I1410@ +1 CHIL @I1411@ +1 CHIL @I1412@ +1 MARR +2 DATE 10 OCT 1361 +2 PLAC Windsor,England +0 @F514@ FAM +1 HUSB @I1412@ +1 WIFE @I1413@ +1 MARR +2 DATE 20 JAN 1382 +2 PLAC Westminster,Palace,London,England +0 @F515@ FAM +1 HUSB @I1412@ +1 WIFE @I1414@ +1 MARR +2 DATE 1 NOV 1396 +2 PLAC Calais +0 @F516@ FAM +1 HUSB @I1415@ +1 WIFE @I1232@ +1 MARR +2 DATE 27 JUL 1365 +2 PLAC Windsor,England +0 @F517@ FAM +1 HUSB @I1236@ +1 WIFE @I1416@ +1 CHIL @I2065@ +1 MARR +2 DATE SEP 1371 +2 PLAC Roquefort +0 @F518@ FAM +1 HUSB @I1417@ +1 WIFE @I1240@ +1 MARR +2 DATE 19 MAY 1359 +2 PLAC Reading +0 @F519@ FAM +1 HUSB @I1235@ +1 WIFE @I1418@ +1 CHIL @I1348@ +1 MARR +2 DATE 9 SEP 1342 +2 PLAC Tower of London,London,England +0 @F520@ FAM +1 HUSB @I564@ +1 WIFE @I496@ +1 CHIL @I248@ +0 @F521@ FAM +1 HUSB @I529@ +1 WIFE @I920@ +1 CHIL @I1341@ +1 CHIL @I751@ +1 MARR +2 DATE 24 NOV 1615 +0 @F522@ FAM +1 HUSB @I2132@ +1 WIFE @I1017@ +1 CHIL @I920@ +1 CHIL @I2131@ +1 CHIL @I2417@ +1 MARR +2 DATE 1599 +0 @F523@ FAM +1 HUSB @I1341@ +1 WIFE @I1420@ +1 CHIL @I2423@ +1 MARR +2 DATE 9 JUN 1660 +2 PLAC St Jean-de-Luz,France +0 @F524@ FAM +1 HUSB @I1341@ +1 WIFE @I1421@ +1 MARR +2 DATE 12 JUN 1684 +2 PLAC Versailles,France +0 @F525@ FAM +1 HUSB @I1422@ +1 WIFE @I1423@ +1 CHIL @I894@ +1 MARR +2 DATE 4 SEP 1725 +0 @F526@ FAM +1 HUSB @I1424@ +1 WIFE @I1425@ +1 CHIL @I1703@ +1 CHIL @I1700@ +1 CHIL @I1701@ +1 CHIL @I1702@ +1 MARR +2 DATE 16 MAY 1770 +2 PLAC Versailles,France +0 @F527@ FAM +1 HUSB @I1430@ +1 WIFE @I1427@ +1 CHIL @I868@ +1 CHIL @I2106@ +1 CHIL @I2107@ +0 @F528@ FAM +1 HUSB @I1432@ +1 WIFE @I1431@ +1 CHIL @I1249@ +1 CHIL @I1433@ +0 @F529@ FAM +1 HUSB @I836@ +1 WIFE @I776@ +1 CHIL @I1431@ +1 DIV Y +1 MARR +2 DATE 4 AUG 1514 +0 @F530@ FAM +1 HUSB @I1433@ +1 WIFE @I1434@ +1 CHIL @I1435@ +0 @F531@ FAM +1 HUSB @I1436@ +1 WIFE @I1435@ +0 @F532@ FAM +1 HUSB @I1438@ +1 WIFE @I1196@ +1 CHIL @I1439@ +1 CHIL @I1440@ +1 CHIL @I1441@ +1 MARR +2 DATE 1854 +0 @F533@ FAM +1 HUSB @I1442@ +1 WIFE @I1200@ +1 MARR +2 DATE 1868 +0 @F534@ FAM +1 HUSB @I1237@ +1 WIFE @I1443@ +1 MARR +2 DATE BEF 4 NOV 1393 +0 @F535@ FAM +1 HUSB @I1023@ +1 WIFE @I1444@ +0 @F536@ FAM +1 HUSB @I1346@ +1 WIFE @I1445@ +0 @F537@ FAM +1 HUSB @I1353@ +1 WIFE @I1446@ +0 @F538@ FAM +1 HUSB @I1447@ +1 WIFE @I1448@ +1 CHIL @I1449@ +1 MARR +2 DATE 1296 +0 @F539@ FAM +1 HUSB @I1447@ +1 WIFE @I1450@ +1 CHIL @I1451@ +1 MARR +2 DATE 1302 +0 @F540@ FAM +1 HUSB @I1451@ +1 WIFE @I1258@ +1 MARR +2 DATE 17 JUL 1328 +2 PLAC Berwick-on-Tweed +0 @F541@ FAM +1 HUSB @I1451@ +1 WIFE @I1453@ +1 DIV Y +0 @F542@ FAM +1 HUSB @I1454@ +1 WIFE @I1449@ +1 CHIL @I1455@ +1 MARR +2 DATE 1315 +0 @F543@ FAM +1 HUSB @I1455@ +1 WIFE @I1456@ +1 CHIL @I1457@ +1 CHIL @I1458@ +1 CHIL @I1459@ +1 CHIL @I1460@ +1 CHIL @I1821@ +0 @F544@ FAM +1 HUSB @I1457@ +1 WIFE @I1461@ +1 CHIL @I1462@ +1 CHIL @I1463@ +0 @F545@ FAM +1 HUSB @I1455@ +1 WIFE @I1464@ +0 @F546@ FAM +1 HUSB @I1463@ +1 WIFE @I1465@ +1 CHIL @I1466@ +0 @F547@ FAM +1 HUSB @I1466@ +1 WIFE @I1467@ +1 CHIL @I1252@ +1 CHIL @I1470@ +1 CHIL @I1471@ +1 CHIL @I1472@ +0 @F548@ FAM +1 HUSB @I1253@ +1 WIFE @I1829@ +1 CHIL @I1450@ +0 @F549@ FAM +1 HUSB @I1474@ +1 WIFE @I1472@ +1 CHIL @I1475@ +1 CHIL @I1476@ +0 @F550@ FAM +1 HUSB @I1477@ +1 WIFE @I1475@ +1 CHIL @I1478@ +0 @F551@ FAM +1 HUSB @I1478@ +1 WIFE @I1479@ +1 CHIL @I1432@ +1 CHIL @I1480@ +0 @F552@ FAM +1 HUSB @I1480@ +1 WIFE @I1481@ +1 CHIL @I1482@ +0 @F553@ FAM +1 HUSB @I1470@ +1 WIFE @I1483@ +1 CHIL @I2866@ +1 DIV Y +0 @F554@ FAM +1 HUSB @I1459@ +1 WIFE @I1485@ +1 CHIL @I1486@ +0 @F555@ FAM +1 HUSB @I1487@ +1 WIFE @I1465@ +1 CHIL @I1488@ +1 CHIL @I1489@ +1 CHIL @I1490@ +0 @F556@ FAM +1 HUSB @I1476@ +1 WIFE @I1491@ +1 CHIL @I1492@ +0 @F557@ FAM +1 HUSB @I1492@ +1 WIFE @I1493@ +1 CHIL @I1494@ +1 MARR +2 DATE 1532 +0 @F558@ FAM +1 HUSB @I1285@ +1 WIFE @I1495@ +1 CHIL @I1496@ +1 CHIL @I1497@ +1 MARR +2 DATE BEF 3 FEB 1276 +2 PLAC Paris,France +0 @F559@ FAM +1 HUSB @I1497@ +1 WIFE @I1498@ +1 CHIL @I1499@ +0 @F560@ FAM +1 HUSB @I1499@ +1 WIFE @I1500@ +1 CHIL @I1243@ +0 @F561@ FAM +1 HUSB @I1503@ +1 WIFE @I1501@ +0 @F562@ FAM +1 HUSB @I1278@ +1 WIFE @I1504@ +1 CHIL @I1744@ +1 MARR +2 DATE ABT 1316 +0 @F563@ FAM +1 HUSB @I1377@ +1 WIFE @I1506@ +1 CHIL @I1507@ +1 CHIL @I1873@ +1 MARR +2 DATE JUL 1181 +0 @F564@ FAM +1 HUSB @I1279@ +1 WIFE @I1505@ +1 CHIL @I1410@ +1 MARR +2 DATE DEC 1325 +0 @F565@ FAM +1 HUSB @I1376@ +1 WIFE @I1508@ +0 @F566@ FAM +1 HUSB @I1509@ +1 WIFE @I1375@ +1 MARR +2 DATE 1 FEB 1168 +2 PLAC Minden,Saxony,Germany +0 @F567@ FAM +1 HUSB @I1374@ +1 WIFE @I1510@ +0 @F568@ FAM +1 HUSB @I1511@ +1 WIFE @I1512@ +1 CHIL @I1513@ +1 CHIL @I1514@ +1 CHIL @I1392@ +1 CHIL @I1515@ +1 CHIL @I1516@ +0 @F569@ FAM +1 HUSB @I1517@ +1 WIFE @I1388@ +1 CHIL @I1860@ +1 CHIL @I1518@ +1 CHIL @I1519@ +1 CHIL @I1397@ +1 CHIL @I1861@ +0 @F570@ FAM +1 HUSB @I1400@ +1 WIFE @I1524@ +1 MARR +2 DATE AFT FEB 1140 +0 @F571@ FAM +1 HUSB @I1520@ +1 WIFE @I1378@ +1 CHIL @I1747@ +1 MARR +2 DATE SEP 1170 +2 PLAC Burgos +0 @F572@ FAM +1 HUSB @I1525@ +1 WIFE @I1526@ +1 CHIL @I1380@ +0 @F573@ FAM +1 HUSB @I1527@ +1 WIFE @I1528@ +1 CHIL @I1529@ +1 CHIL @I1525@ +0 @F574@ FAM +1 HUSB @I1530@ +1 WIFE @I1531@ +1 CHIL @I1527@ +1 CHIL @I1532@ +0 @F575@ FAM +1 HUSB @I1533@ +1 WIFE @I1532@ +1 CHIL @I1767@ +1 CHIL @I1534@ +1 MARR +2 DATE 1002 +0 @F576@ FAM +1 HUSB @I1534@ +1 WIFE @I1535@ +1 MARR +2 DATE 23 JAN 1045 +0 @F577@ FAM +1 HUSB @I1536@ +1 WIFE @I1537@ +1 CHIL @I1538@ +1 CHIL @I1535@ +0 @F578@ FAM +1 HUSB @I1538@ +1 WIFE @I1539@ +1 CHIL @I1540@ +1 MARR +2 DATE BEF 1065 +0 @F579@ FAM +1 HUSB @I1541@ +1 WIFE @I1540@ +0 @F580@ FAM +1 HUSB @I1533@ +1 WIFE @I1542@ +1 CHIL @I1753@ +1 CHIL @I1754@ +1 CHIL @I1543@ +1 CHIL @I1755@ +1 CHIL @I1756@ +1 CHIL @I1757@ +1 CHIL @I1758@ +1 CHIL @I1759@ +1 CHIL @I1760@ +1 CHIL @I1761@ +1 CHIL @I1762@ +1 MARR +2 DATE ABT 985 +0 @F581@ FAM +1 HUSB @I1543@ +1 WIFE @I1544@ +1 CHIL @I1764@ +1 CHIL @I1545@ +0 @F582@ FAM +1 HUSB @I1545@ +1 WIFE @I1546@ +1 CHIL @I1512@ +1 CHIL @I1547@ +1 CHIL @I1766@ +0 @F583@ FAM +1 HUSB @I1548@ +1 WIFE @I1549@ +1 CHIL @I1550@ +1 CHIL @I1551@ +1 DIV Y +0 @F584@ FAM +1 HUSB @I1548@ +1 WIFE @I1532@ +1 CHIL @I1552@ +1 CHIL @I1768@ +1 MARR +2 DATE 2 JUL 1017 +0 @F585@ FAM +1 HUSB @I1553@ +1 WIFE @I1526@ +1 CHIL @I1554@ +1 CHIL @I1555@ +0 @F586@ FAM +1 HUSB @I1556@ +1 WIFE @I1390@ +1 MARR +2 DATE 1086 +2 PLAC Caen +0 @F587@ FAM +1 HUSB @I1402@ +1 WIFE @I1523@ +1 MARR +2 DATE ABT 1149 +0 @F588@ FAM +1 HUSB @I1521@ +1 WIFE @I1403@ +1 DIV Y +1 MARR +2 DATE ABT 1160 +0 @F589@ FAM +1 HUSB @I1522@ +1 WIFE @I1516@ +1 CHIL @I1398@ +0 @F590@ FAM +1 HUSB @I1557@ +1 WIFE @I1379@ +1 MARR +2 DATE 13 FEB 1177 +2 PLAC Palermo,Italy +0 @F591@ FAM +1 HUSB @I1558@ +1 WIFE @I1379@ +1 MARR +2 DATE OCT 1196 +2 PLAC Rouen +0 @F592@ FAM +1 HUSB @I1559@ +1 WIFE @I156@ +1 CHIL @I1560@ +1 CHIL @I1561@ +1 MARR +2 DATE 1916 +2 PLAC ,,,Russia +0 @F593@ FAM +1 HUSB @I44@ +1 WIFE @I1569@ +1 CHIL @I1570@ +1 CHIL @I1571@ +1 CHIL @I1572@ +0 @F594@ FAM +1 HUSB @I1570@ +1 WIFE @I1573@ +1 CHIL @I1574@ +0 @F595@ FAM +1 HUSB @I1575@ +1 WIFE @I1571@ +1 CHIL @I1576@ +1 CHIL @I1577@ +0 @F596@ FAM +1 HUSB @I1578@ +1 WIFE @I1572@ +1 CHIL @I1579@ +1 CHIL @I1580@ +0 @F597@ FAM +1 HUSB @I1581@ +1 WIFE @I1572@ +0 @F598@ FAM +1 HUSB @I873@ +1 WIFE @I1370@ +1 CHIL @I1147@ +1 MARR +2 DATE 7 JAN 1239 +2 PLAC Westminster +0 @F599@ FAM +1 HUSB @I1367@ +1 WIFE @I596@ +1 CHIL @I1882@ +1 MARR +2 DATE 13 MAR 1231 +2 PLAC Fawley,Bucks +0 @F600@ FAM +1 HUSB @I1367@ +1 WIFE @I1582@ +1 CHIL @I1887@ +1 CHIL @I1888@ +1 MARR +2 DATE 23 NOV 1243 +2 PLAC Westminster,Abbey,London,England +0 @F601@ FAM +1 HUSB @I1367@ +1 WIFE @I1583@ +1 MARR +2 DATE 16 JUN 1269 +2 PLAC Kaiserslautern,Germany +0 @F602@ FAM +1 HUSB @I1584@ +1 WIFE @I1369@ +1 MARR +2 DATE 20 JUL +2 PLAC Worms +0 @F603@ FAM +1 HUSB @I1585@ +1 WIFE @I1283@ +1 CHIL @I2234@ +1 MARR +2 DATE 26 DEC 1251 +2 PLAC York +0 @F604@ FAM +1 HUSB @I1586@ +1 WIFE @I1284@ +1 MARR +2 DATE 22 JAN 1260 +2 PLAC St Denis +0 @F605@ FAM +1 HUSB @I1285@ +1 WIFE @I1587@ +1 MARR +2 DATE 9 APR 1269 +2 PLAC Westminster,Abbey,London,England +0 @F606@ FAM +1 HUSB @I1588@ +1 WIFE @I1268@ +1 MARR +2 DATE 30 APR 1290 +2 PLAC Westminster,Abbey,London,England +0 @F607@ FAM +1 HUSB @I1589@ +1 WIFE @I1268@ +1 MARR +2 DATE JAN 1297 +0 @F608@ FAM +1 HUSB @I1590@ +1 WIFE @I1270@ +1 MARR +2 DATE 8 JUL 1290 +2 PLAC Westminster,Abbey,London,England +0 @F609@ FAM +1 HUSB @I1591@ +1 WIFE @I1274@ +1 MARR +2 DATE 18 JAN 1297 +2 PLAC Ipswich +0 @F610@ FAM +1 HUSB @I1592@ +1 WIFE @I1274@ +1 MARR +2 DATE 14 NOV 1302 +2 PLAC Westminster +0 @F611@ FAM +1 HUSB @I1278@ +1 WIFE @I1593@ +1 MARR +2 DATE ABT 1328 +0 @F612@ FAM +1 HUSB @I1594@ +1 WIFE @I1239@ +1 MARR +2 DATE 1361 +2 PLAC Woodstock +0 @F613@ FAM +1 HUSB @I1224@ +1 WIFE @I1595@ +1 MARR +2 DATE 1412 +0 @F614@ FAM +1 HUSB @I1225@ +1 WIFE @I1596@ +1 MARR +2 DATE 17 APR 1423 +2 PLAC Troyes +0 @F615@ FAM +1 HUSB @I1226@ +1 WIFE @I1597@ +1 MARR +2 DATE 1422 +0 @F616@ FAM +1 HUSB @I1226@ +1 WIFE @I1598@ +1 MARR +2 DATE BEF 1431 +0 @F617@ FAM +1 HUSB @I1599@ +1 WIFE @I1227@ +1 MARR +2 DATE 6 JUL 1402 +2 PLAC Cologne,Germany +0 @F618@ FAM +1 HUSB @I1600@ +1 WIFE @I1228@ +1 MARR +2 DATE 26 OCT 1406 +2 PLAC Lund +0 @F619@ FAM +1 HUSB @I1594@ +1 WIFE @I1601@ +1 MARR +2 DATE 11 SEP 1386 +2 PLAC Saille,Near Guerrand +0 @F620@ FAM +1 HUSB @I1221@ +1 WIFE @I1601@ +1 MARR +2 DATE 7 FEB 1403 +2 PLAC Winchester,Cathedral,London,England +0 @F621@ FAM +1 HUSB @I1602@ +1 WIFE @I1603@ +1 CHIL @I1026@ +0 @F622@ FAM +1 HUSB @I1604@ +1 WIFE @I330@ +1 CHIL @I1736@ +1 CHIL @I301@ +1 MARR +2 DATE 28 JUN 1740 +2 PLAC Cassel +0 @F623@ FAM +1 HUSB @I1162@ +1 WIFE @I1605@ +1 MARR +2 DATE 1733 +0 @F624@ FAM +1 HUSB @I1606@ +1 CHIL @I1605@ +0 @F625@ FAM +1 HUSB @I1608@ +1 WIFE @I1396@ +1 MARR +2 DATE 1138 +0 @F626@ FAM +1 HUSB @I1609@ +1 WIFE @I610@ +1 CHIL @I1610@ +1 CHIL @I1611@ +1 MARR +2 DATE 10 JUN 1967 +2 PLAC Copenhagen,Denmark +0 @F627@ FAM +1 HUSB @I1613@ +1 WIFE @I1614@ +1 CHIL @I1027@ +1 CHIL @I458@ +1 MARR +2 DATE 19 JUN 1823 +2 PLAC Stockholm,Sweden +0 @F628@ FAM +1 HUSB @I1615@ +1 WIFE @I1616@ +1 CHIL @I1613@ +1 MARR +2 DATE 17 AUG 1798 +2 PLAC Sceaux +0 @F629@ FAM +1 HUSB @I1617@ +1 WIFE @I1618@ +1 CHIL @I1642@ +1 CHIL @I1655@ +1 CHIL @I1656@ +1 CHIL @I1657@ +1 CHIL @I1658@ +1 CHIL @I1659@ +1 CHIL @I1660@ +1 CHIL @I1650@ +1 MARR +2 DATE 31 JUL 1790 +2 PLAC Gottorp +0 @F630@ FAM +1 HUSB @I344@ +1 WIFE @I1619@ +1 CHIL @I1643@ +1 MARR +2 DATE 8 JUL 1752 +2 PLAC Frederiksborg,Denmark +0 @F631@ FAM +1 HUSB @I1620@ +1 WIFE @I1621@ +1 CHIL @I344@ +1 CHIL @I2850@ +1 MARR +2 DATE 7 AUG 1721 +0 @F632@ FAM +1 HUSB @I1622@ +1 WIFE @I1623@ +1 CHIL @I1620@ +1 MARR +2 DATE 5 DEC 1695 +0 @F633@ FAM +1 HUSB @I1622@ +1 WIFE @I1624@ +1 MARR +2 DATE 4 APR 1721 +0 @F634@ FAM +1 HUSB @I1625@ +1 WIFE @I1626@ +1 CHIL @I1622@ +1 CHIL @I2854@ +1 CHIL @I2855@ +1 MARR +2 DATE 25 JUN 1667 +2 PLAC Copenhagen,Denmark +0 @F635@ FAM +1 HUSB @I1627@ +1 WIFE @I1628@ +1 CHIL @I1630@ +1 MARR +2 DATE 27 NOV 1597 +0 @F636@ FAM +1 HUSB @I1627@ +1 WIFE @I1629@ +1 DIV Y +1 MARR +2 DATE 31 DEC 1615 +0 @F637@ FAM +1 HUSB @I1630@ +1 WIFE @I1631@ +1 CHIL @I1625@ +1 CHIL @I2856@ +1 CHIL @I2857@ +1 CHIL @I692@ +1 CHIL @I2858@ +1 MARR +2 DATE 1 OCT 1643 +2 PLAC Gluckstadt +0 @F638@ FAM +1 HUSB @I1632@ +1 WIFE @I1633@ +1 CHIL @I737@ +1 MARR +2 DATE 29 OCT 1525 +2 PLAC Lauenburg +0 @F639@ FAM +1 HUSB @I1634@ +1 WIFE @I1635@ +1 CHIL @I1632@ +1 MARR +2 DATE 10 APR 1502 +0 @F640@ FAM +1 HUSB @I1634@ +1 WIFE @I1636@ +1 MARR +2 DATE 9 OCT 1518 +2 PLAC Keil +0 @F641@ FAM +1 HUSB @I1641@ +1 WIFE @I1640@ +1 CHIL @I1618@ +1 CHIL @I346@ +0 @F642@ FAM +1 HUSB @I1643@ +1 WIFE @I1644@ +1 CHIL @I1645@ +1 CHIL @I299@ +1 CHIL @I1646@ +1 MARR +2 DATE 1774 +0 @F643@ FAM +1 HUSB @I1645@ +1 WIFE @I1647@ +1 CHIL @I1649@ +1 DIV Y +1 MARR +2 DATE 21 JUN 1806 +2 PLAC Ludwigslust +0 @F644@ FAM +1 HUSB @I1645@ +1 WIFE @I1648@ +1 MARR +2 DATE 22 MAY 1815 +2 PLAC Augustenburg +0 @F645@ FAM +1 HUSB @I1649@ +1 WIFE @I1650@ +1 DIV Y +1 MARR +2 DATE 1 NOV 1828 +2 PLAC Copenhagen +0 @F646@ FAM +1 HUSB @I1649@ +1 WIFE @I1651@ +1 DIV Y +1 MARR +2 DATE 10 JUN 1841 +2 PLAC Neustrelitz +0 @F647@ FAM +1 HUSB @I1649@ +1 WIFE @I1652@ +1 MARR +2 DATE 7 AUG 1850 +2 PLAC Frederiksborg +0 @F648@ FAM +1 HUSB @I1654@ +1 WIFE @I1653@ +1 CHIL @I1648@ +0 @F649@ FAM +1 HUSB @I1646@ +1 WIFE @I1656@ +0 @F650@ FAM +1 HUSB @I1661@ +1 WIFE @I1650@ +0 @F651@ FAM +1 HUSB @I1668@ +1 WIFE @I1667@ +1 MARR +2 DATE 1922 +0 @F652@ FAM +1 HUSB @I1664@ +1 WIFE @I1669@ +1 CHIL @I2699@ +1 CHIL @I1670@ +1 CHIL @I2700@ +1 CHIL @I2701@ +1 CHIL @I2702@ +1 MARR +2 DATE 1909 +0 @F653@ FAM +1 HUSB @I1673@ +1 WIFE @I1672@ +1 MARR +2 DATE 1968 +0 @F654@ FAM +1 HUSB @I1671@ +1 WIFE @I1670@ +1 CHIL @I1674@ +1 CHIL @I1675@ +1 CHIL @I1676@ +1 MARR +2 DATE 1933 +0 @F655@ FAM +1 HUSB @I1676@ +1 WIFE @I1677@ +1 MARR +2 DATE 1971 +0 @F656@ FAM +1 HUSB @I1685@ +1 WIFE @I1684@ +1 MARR +2 DATE 1871 +0 @F657@ FAM +1 HUSB @I1686@ +1 WIFE @I1204@ +1 DIV Y +1 MARR +2 DATE 1964 +0 @F658@ FAM +1 HUSB @I1687@ +1 WIFE @I1205@ +1 MARR +2 DATE 1967 +0 @F659@ FAM +1 HUSB @I1688@ +1 WIFE @I1206@ +1 MARR +2 DATE 1975 +0 @F660@ FAM +1 HUSB @I1693@ +1 WIFE @I1692@ +1 MARR +2 DATE 1842 +0 @F661@ FAM +1 HUSB @I1694@ +1 CHIL @I322@ +0 @F662@ FAM +1 HUSB @I1148@ +1 WIFE @I1695@ +1 MARR +2 DATE 22 NOV 1836 +2 PLAC Oldenburg,Germany +0 @F663@ FAM +1 HUSB @I1696@ +1 WIFE @I245@ +1 CHIL @I1697@ +1 CHIL @I1698@ +1 CHIL @I1114@ +1 CHIL @I1699@ +1 MARR +2 DATE 9 AUG 1832 +2 PLAC Compiegne +0 @F664@ FAM +1 HUSB @I417@ +1 WIFE @I2512@ +1 MARR +2 DATE 770 +0 @F665@ FAM +1 HUSB @I1706@ +1 WIFE @I1707@ +1 CHIL @I2152@ +1 CHIL @I2153@ +1 CHIL @I2154@ +1 MARR +2 DATE 1956 +0 @F666@ FAM +1 HUSB @I282@ +1 WIFE @I1708@ +0 @F667@ FAM +1 HUSB @I1709@ +1 WIFE @I284@ +0 @F668@ FAM +1 HUSB @I1710@ +1 WIFE @I285@ +0 @F669@ FAM +1 HUSB @I1711@ +1 WIFE @I289@ +0 @F670@ FAM +1 HUSB @I1714@ +1 WIFE @I1715@ +0 @F671@ FAM +1 HUSB @I1716@ +1 CHIL @I792@ +0 @F672@ FAM +1 HUSB @I1717@ +1 WIFE @I1718@ +1 CHIL @I1716@ +0 @F673@ FAM +1 HUSB @I1719@ +1 CHIL @I1717@ +0 @F674@ FAM +1 HUSB @I1720@ +1 CHIL @I1719@ +1 CHIL @I1721@ +0 @F675@ FAM +1 HUSB @I1722@ +1 CHIL @I787@ +0 @F676@ FAM +1 WIFE @I1723@ +1 CHIL @I1722@ +0 @F677@ FAM +1 WIFE @I1721@ +1 CHIL @I1723@ +0 @F678@ FAM +1 WIFE @I1724@ +1 CHIL @I1718@ +0 @F679@ FAM +1 WIFE @I1725@ +1 CHIL @I1724@ +0 @F680@ FAM +1 HUSB @I1726@ +1 WIFE @I1727@ +1 CHIL @I1725@ +0 @F681@ FAM +1 HUSB @I1728@ +1 CHIL @I789@ +0 @F682@ FAM +1 HUSB @I1729@ +1 CHIL @I782@ +1 CHIL @I1728@ +0 @F683@ FAM +1 HUSB @I398@ +1 WIFE @I1730@ +1 CHIL @I1731@ +0 @F684@ FAM +1 HUSB @I1731@ +1 WIFE @I1732@ +0 @F685@ FAM +1 HUSB @I1735@ +1 CHIL @I1291@ +0 @F686@ FAM +1 HUSB @I1662@ +1 WIFE @I1699@ +1 MARR +2 DATE 1857 +0 @F687@ FAM +1 HUSB @I1663@ +1 WIFE @I1738@ +0 @F688@ FAM +1 HUSB @I1739@ +1 WIFE @I2485@ +1 CHIL @I1903@ +1 CHIL @I1277@ +1 MARR +2 DATE 1274 +0 @F689@ FAM +1 HUSB @I1740@ +1 WIFE @I2482@ +1 CHIL @I1739@ +1 MARR +2 DATE 1234 +0 @F690@ FAM +1 HUSB @I1741@ +1 WIFE @I1742@ +1 CHIL @I1740@ +1 CHIL @I1894@ +1 CHIL @I2481@ +1 CHIL @I2484@ +1 MARR +2 DATE 1200 +0 @F691@ FAM +1 HUSB @I1891@ +1 CHIL @I1742@ +0 @F692@ FAM +1 HUSB @I1744@ +1 WIFE @I1745@ +0 @F693@ FAM +1 HUSB @I1746@ +1 CHIL @I1749@ +1 CHIL @I1262@ +0 @F694@ FAM +1 HUSB @I2452@ +1 WIFE @I1892@ +1 DIV Y +1 MARR +2 DATE 1104 +0 @F695@ FAM +1 HUSB @I1748@ +1 CHIL @I1520@ +0 @F696@ FAM +1 HUSB @I1749@ +1 WIFE @I1750@ +1 CHIL @I1751@ +0 @F697@ FAM +1 HUSB @I1452@ +1 CHIL @I1542@ +0 @F698@ FAM +1 HUSB @I1752@ +1 CHIL @I1452@ +0 @F699@ FAM +1 HUSB @I1763@ +1 CHIL @I1765@ +1 CHIL @I1546@ +0 @F700@ FAM +1 HUSB @I1764@ +1 WIFE @I1765@ +0 @F701@ FAM +1 HUSB @I1769@ +1 WIFE @I1759@ +0 @F702@ FAM +1 HUSB @I1770@ +1 WIFE @I1760@ +0 @F703@ FAM +1 HUSB @I1771@ +1 CHIL @I1770@ +0 @F704@ FAM +1 HUSB @I1772@ +1 WIFE @I1761@ +0 @F705@ FAM +1 HUSB @I1773@ +1 WIFE @I1762@ +0 @F706@ FAM +1 HUSB @I1774@ +1 CHIL @I1539@ +0 @F707@ FAM +1 HUSB @I1775@ +1 CHIL @I1549@ +0 @F708@ FAM +1 HUSB @I1776@ +1 WIFE @I1777@ +1 CHIL @I1548@ +0 @F709@ FAM +1 HUSB @I1778@ +1 CHIL @I1777@ +0 @F710@ FAM +1 HUSB @I1779@ +1 WIFE @I1780@ +1 CHIL @I1784@ +1 CHIL @I1533@ +0 @F711@ FAM +1 HUSB @I1779@ +1 WIFE @I1781@ +1 CHIL @I1782@ +0 @F712@ FAM +1 HUSB @I1783@ +1 CHIL @I1781@ +0 @F713@ FAM +1 HUSB @I1785@ +1 CHIL @I1780@ +0 @F714@ FAM +1 HUSB @I1786@ +1 WIFE @I1787@ +1 CHIL @I1788@ +1 CHIL @I1779@ +0 @F715@ FAM +1 HUSB @I1788@ +1 WIFE @I1789@ +0 @F716@ FAM +1 HUSB @I1786@ +1 WIFE @I1790@ +0 @F717@ FAM +1 HUSB @I1791@ +1 CHIL @I1790@ +0 @F718@ FAM +1 HUSB @I1792@ +1 WIFE @I1793@ +1 CHIL @I1786@ +1 CHIL @I1794@ +1 CHIL @I1795@ +1 CHIL @I1796@ +0 @F719@ FAM +1 HUSB @I1797@ +1 WIFE @I1796@ +0 @F720@ FAM +1 HUSB @I1792@ +1 WIFE @I1798@ +1 CHIL @I1799@ +1 CHIL @I1800@ +0 @F721@ FAM +1 HUSB @I1801@ +1 WIFE @I1800@ +0 @F722@ FAM +1 HUSB @I1792@ +1 WIFE @I1802@ +1 CHIL @I1803@ +1 CHIL @I1804@ +1 CHIL @I1805@ +1 CHIL @I1806@ +1 CHIL @I1807@ +1 CHIL @I1808@ +1 CHIL @I1809@ +1 CHIL @I1810@ +0 @F723@ FAM +1 HUSB @I1811@ +1 WIFE @I1806@ +0 @F724@ FAM +1 HUSB @I1812@ +1 WIFE @I1808@ +0 @F725@ FAM +1 HUSB @I1813@ +1 WIFE @I1809@ +0 @F726@ FAM +1 HUSB @I1814@ +1 WIFE @I1810@ +0 @F727@ FAM +1 HUSB @I1815@ +1 CHIL @I1251@ +0 @F728@ FAM +1 HUSB @I1816@ +1 WIFE @I2440@ +1 CHIL @I1429@ +1 CHIL @I2438@ +1 MARR +2 DATE 18 MAY 1514 +0 @F729@ FAM +1 HUSB @I2524@ +1 WIFE @I1817@ +1 CHIL @I2441@ +1 CHIL @I1816@ +0 @F730@ FAM +1 HUSB @I1818@ +1 CHIL @I1448@ +0 @F731@ FAM +1 HUSB @I1819@ +1 CHIL @I1456@ +0 @F732@ FAM +1 HUSB @I1820@ +1 CHIL @I1464@ +0 @F733@ FAM +1 HUSB @I1822@ +1 WIFE @I1821@ +0 @F734@ FAM +1 HUSB @I1823@ +1 WIFE @I1821@ +0 @F735@ FAM +1 HUSB @I1824@ +1 WIFE @I1821@ +0 @F736@ FAM +1 HUSB @I1329@ +0 @F737@ FAM +1 HUSB @I1825@ +1 CHIL @I1461@ +0 @F738@ FAM +1 HUSB @I1826@ +1 CHIL @I1467@ +0 @F739@ FAM +1 HUSB @I1827@ +1 WIFE @I1828@ +1 CHIL @I1469@ +1 CHIL @I1468@ +1 CHIL @I1634@ +1 MARR +2 DATE 1449 +0 @F740@ FAM +1 HUSB @I1830@ +1 WIFE @I1831@ +1 CHIL @I1447@ +1 CHIL @I2869@ +1 CHIL @I2870@ +1 CHIL @I2871@ +1 CHIL @I2872@ +1 CHIL @I2873@ +0 @F741@ FAM +1 HUSB @I1832@ +1 WIFE @I1833@ +1 CHIL @I1830@ +0 @F742@ FAM +1 HUSB @I1834@ +1 CHIL @I1833@ +0 @F743@ FAM +1 HUSB @I1835@ +1 WIFE @I1836@ +1 CHIL @I1832@ +0 @F744@ FAM +1 HUSB @I1837@ +1 WIFE @I1838@ +1 CHIL @I1842@ +1 CHIL @I1836@ +0 @F745@ FAM +1 HUSB @I1839@ +1 CHIL @I1838@ +0 @F746@ FAM +1 HUSB @I1840@ +1 WIFE @I1453@ +0 @F747@ FAM +1 HUSB @I1841@ +1 CHIL @I1453@ +0 @F748@ FAM +1 HUSB @I1843@ +0 @F749@ FAM +1 HUSB @I1845@ +1 WIFE @I1844@ +1 CHIL @I1846@ +0 @F750@ FAM +1 HUSB @I1846@ +1 WIFE @I1847@ +1 CHIL @I1849@ +0 @F751@ FAM +1 HUSB @I1848@ +1 CHIL @I1847@ +0 @F752@ FAM +1 HUSB @I1850@ +1 CHIL @I1381@ +0 @F753@ FAM +1 HUSB @I1382@ +1 WIFE @I1851@ +1 CHIL @I1853@ +0 @F754@ FAM +1 HUSB @I1852@ +1 CHIL @I1851@ +0 @F755@ FAM +1 HUSB @I1853@ +1 WIFE @I1854@ +1 DIV Y +0 @F756@ FAM +1 HUSB @I1859@ +1 CHIL @I1396@ +0 @F757@ FAM +1 HUSB @I1853@ +1 WIFE @I1856@ +0 @F758@ FAM +1 HUSB @I1857@ +1 CHIL @I1856@ +0 @F759@ FAM +1 HUSB @I1394@ +1 WIFE @I1858@ +0 @F760@ FAM +1 HUSB @I1855@ +1 CHIL @I1858@ +1 CHIL @I1854@ +0 @F761@ FAM +1 HUSB @I1861@ +1 WIFE @I1862@ +0 @F762@ FAM +1 HUSB @I1863@ +1 CHIL @I1862@ +0 @F763@ FAM +1 HUSB @I1518@ +1 WIFE @I1864@ +0 @F764@ FAM +1 HUSB @I1865@ +1 CHIL @I1864@ +0 @F765@ FAM +1 HUSB @I1868@ +1 CHIL @I1372@ +0 @F766@ FAM +1 HUSB @I1869@ +1 WIFE @I1372@ +1 CHIL @I1510@ +1 DIV Y +1 MARR +2 DATE 1137 +0 @F767@ FAM +1 HUSB @I1870@ +1 CHIL @I1523@ +0 @F768@ FAM +1 HUSB @I1871@ +1 CHIL @I1521@ +0 @F769@ FAM +1 HUSB @I1872@ +1 CHIL @I1508@ +0 @F770@ FAM +1 HUSB @I1874@ +1 CHIL @I1506@ +0 @F771@ FAM +1 HUSB @I1875@ +1 WIFE @I1506@ +0 @F772@ FAM +1 HUSB @I1876@ +1 WIFE @I1506@ +0 @F773@ FAM +1 HUSB @I1877@ +1 CHIL @I1365@ +0 @F774@ FAM +1 HUSB @I1878@ +1 WIFE @I1365@ +0 @F775@ FAM +1 HUSB @I1879@ +1 WIFE @I1365@ +0 @F776@ FAM +1 HUSB @I1880@ +1 WIFE @I1366@ +0 @F777@ FAM +1 HUSB @I1881@ +1 CHIL @I1282@ +0 @F778@ FAM +1 HUSB @I1883@ +1 CHIL @I596@ +0 @F779@ FAM +1 HUSB @I1884@ +1 CHIL @I1582@ +0 @F780@ FAM +1 HUSB @I1885@ +1 CHIL @I1583@ +0 @F781@ FAM +1 HUSB @I1886@ +1 WIFE @I1368@ +0 @F782@ FAM +1 HUSB @I1887@ +1 WIFE @I1889@ +0 @F783@ FAM +1 HUSB @I1890@ +1 CHIL @I1889@ +0 @F784@ FAM +1 HUSB @I1891@ +1 WIFE @I1747@ +1 CHIL @I1746@ +1 DIV Y +1 MARR +2 DATE 1197 +0 @F785@ FAM +1 HUSB @I1893@ +1 CHIL @I1587@ +0 @F786@ FAM +1 HUSB @I1894@ +1 WIFE @I1895@ +1 CHIL @I1495@ +0 @F787@ FAM +1 HUSB @I1585@ +1 WIFE @I1896@ +0 @F788@ FAM +1 HUSB @I1897@ +1 CHIL @I1896@ +0 @F789@ FAM +1 HUSB @I1898@ +1 CHIL @I1504@ +0 @F790@ FAM +1 HUSB @I1899@ +1 CHIL @I1593@ +0 @F791@ FAM +1 HUSB @I1900@ +1 WIFE @I1593@ +0 @F792@ FAM +1 HUSB @I1901@ +1 CHIL @I1505@ +0 @F793@ FAM +1 HUSB @I1902@ +1 WIFE @I1505@ +0 @F794@ FAM +1 HUSB @I1903@ +1 WIFE @I2486@ +1 CHIL @I2464@ +1 CHIL @I127@ +1 CHIL @I2465@ +1 CHIL @I1743@ +1 MARR +2 DATE 1284 +0 @F795@ FAM +1 HUSB @I1904@ +1 CHIL @I1349@ +0 @F796@ FAM +1 HUSB @I1905@ +1 CHIL @I1904@ +0 @F797@ FAM +1 HUSB @I1906@ +1 CHIL @I1905@ +0 @F798@ FAM +1 HUSB @I1907@ +1 CHIL @I1906@ +0 @F799@ FAM +1 HUSB @I1908@ +1 WIFE @I1909@ +1 CHIL @I1907@ +0 @F800@ FAM +1 HUSB @I1910@ +1 WIFE @I1911@ +1 CHIL @I1908@ +0 @F801@ FAM +1 HUSB @I1912@ +1 WIFE @I1911@ +0 @F802@ FAM +1 HUSB @I1913@ +1 WIFE @I1956@ +1 CHIL @I1957@ +1 CHIL @I1958@ +1 CHIL @I1911@ +1 CHIL @I1959@ +0 @F803@ FAM +1 HUSB @I1914@ +1 CHIL @I361@ +0 @F804@ FAM +1 HUSB @I1915@ +1 WIFE @I1916@ +1 CHIL @I1917@ +1 CHIL @I1914@ +0 @F805@ FAM +1 HUSB @I1918@ +1 CHIL @I1916@ +0 @F806@ FAM +1 HUSB @I1843@ +1 WIFE @I1842@ +1 CHIL @I1844@ +0 @F807@ FAM +1 HUSB @I1919@ +1 WIFE @I2216@ +1 CHIL @I1909@ +0 @F808@ FAM +1 HUSB @I1912@ +1 CHIL @I1919@ +0 @F809@ FAM +1 HUSB @I1920@ +1 WIFE @I1921@ +1 CHIL @I1912@ +0 @F810@ FAM +1 HUSB @I1922@ +1 WIFE @I1923@ +1 CHIL @I1921@ +0 @F811@ FAM +1 HUSB @I1924@ +1 WIFE @I1925@ +1 CHIL @I1923@ +0 @F812@ FAM +1 HUSB @I1926@ +1 WIFE @I1927@ +1 CHIL @I1925@ +0 @F813@ FAM +1 HUSB @I1928@ +1 WIFE @I1539@ +1 CHIL @I1927@ +0 @F814@ FAM +1 HUSB @I1930@ +1 WIFE @I1931@ +1 CHIL @I1928@ +0 @F815@ FAM +1 HUSB @I1932@ +1 WIFE @I1931@ +1 CHIL @I1933@ +0 @F816@ FAM +1 HUSB @I1934@ +1 CHIL @I1931@ +0 @F817@ FAM +1 HUSB @I1935@ +1 CHIL @I1934@ +1 CHIL @I2185@ +0 @F818@ FAM +1 HUSB @I1936@ +1 CHIL @I1935@ +0 @F819@ FAM +1 HUSB @I1937@ +1 CHIL @I1936@ +0 @F820@ FAM +1 HUSB @I1938@ +1 CHIL @I1939@ +1 CHIL @I1937@ +0 @F821@ FAM +1 HUSB @I1940@ +1 WIFE @I1941@ +1 CHIL @I1942@ +1 CHIL @I1943@ +1 CHIL @I1944@ +0 @F822@ FAM +1 HUSB @I1939@ +1 CHIL @I1940@ +0 @F823@ FAM +1 HUSB @I1945@ +1 CHIL @I1947@ +0 @F824@ FAM +1 HUSB @I1943@ +1 CHIL @I1945@ +1 CHIL @I1946@ +0 @F825@ FAM +1 HUSB @I1944@ +1 CHIL @I1948@ +0 @F826@ FAM +1 HUSB @I1948@ +1 CHIL @I1949@ +0 @F827@ FAM +1 HUSB @I1950@ +1 CHIL @I1951@ +0 @F828@ FAM +1 HUSB @I1949@ +1 CHIL @I1950@ +0 @F829@ FAM +1 HUSB @I1951@ +1 CHIL @I1952@ +0 @F830@ FAM +1 HUSB @I1953@ +1 CHIL @I1913@ +0 @F831@ FAM +1 HUSB @I1952@ +1 WIFE @I1954@ +1 CHIL @I1955@ +1 CHIL @I1953@ +0 @F832@ FAM +1 HUSB @I1961@ +1 CHIL @I1960@ +0 @F833@ FAM +1 HUSB @I1957@ +1 CHIL @I1961@ +0 @F834@ FAM +1 HUSB @I1964@ +1 WIFE @I1965@ +1 CHIL @I1792@ +1 CHIL @I1982@ +1 CHIL @I1985@ +1 CHIL @I1986@ +1 CHIL @I1987@ +0 @F835@ FAM +1 HUSB @I1966@ +1 WIFE @I1967@ +1 CHIL @I1968@ +1 CHIL @I1969@ +1 CHIL @I1971@ +1 CHIL @I1977@ +1 CHIL @I1972@ +1 CHIL @I1964@ +0 @F836@ FAM +1 HUSB @I1969@ +1 WIFE @I1970@ +0 @F837@ FAM +1 HUSB @I1973@ +1 WIFE @I1974@ +1 CHIL @I1966@ +1 CHIL @I1975@ +0 @F838@ FAM +1 HUSB @I1966@ +1 WIFE @I1970@ +0 @F839@ FAM +1 HUSB @I1976@ +1 CHIL @I1967@ +0 @F840@ FAM +1 HUSB @I1972@ +1 CHIL @I1978@ +1 CHIL @I1979@ +0 @F841@ FAM +1 HUSB @I1980@ +1 WIFE @I1977@ +0 @F842@ FAM +1 HUSB @I1981@ +1 CHIL @I1965@ +0 @F843@ FAM +1 HUSB @I1982@ +1 CHIL @I1983@ +1 CHIL @I1984@ +0 @F844@ FAM +1 HUSB @I1988@ +1 WIFE @I1987@ +0 @F845@ FAM +1 HUSB @I1989@ +1 WIFE @I1985@ +0 @F846@ FAM +1 HUSB @I1929@ +1 WIFE @I1768@ +1 CHIL @I1990@ +0 @F847@ FAM +1 HUSB @I1991@ +1 CHIL @I1992@ +0 @F848@ FAM +1 HUSB @I1992@ +1 CHIL @I1993@ +1 CHIL @I1994@ +0 @F849@ FAM +1 HUSB @I1995@ +1 CHIL @I1991@ +1 CHIL @I2019@ +0 @F850@ FAM +1 HUSB @I1996@ +1 CHIL @I1995@ +0 @F851@ FAM +1 HUSB @I1997@ +1 CHIL @I1996@ +0 @F852@ FAM +1 HUSB @I1998@ +1 CHIL @I1997@ +0 @F853@ FAM +1 HUSB @I1999@ +1 CHIL @I1998@ +0 @F854@ FAM +1 HUSB @I2000@ +1 CHIL @I1999@ +0 @F855@ FAM +1 HUSB @I2001@ +1 CHIL @I2000@ +0 @F856@ FAM +1 HUSB @I2002@ +1 CHIL @I2001@ +0 @F857@ FAM +1 HUSB @I2003@ +1 CHIL @I2002@ +0 @F858@ FAM +1 HUSB @I2004@ +1 CHIL @I2003@ +0 @F859@ FAM +1 HUSB @I2005@ +1 CHIL @I2004@ +0 @F860@ FAM +1 HUSB @I2006@ +1 CHIL @I2005@ +0 @F861@ FAM +1 HUSB @I2007@ +1 CHIL @I2006@ +0 @F862@ FAM +1 HUSB @I2008@ +1 CHIL @I2007@ +0 @F863@ FAM +1 HUSB @I2009@ +1 CHIL @I2008@ +0 @F864@ FAM +1 HUSB @I2010@ +1 CHIL @I2009@ +0 @F865@ FAM +1 HUSB @I2011@ +1 CHIL @I2010@ +0 @F866@ FAM +1 HUSB @I2012@ +1 CHIL @I2011@ +0 @F867@ FAM +1 HUSB @I2013@ +1 CHIL @I2012@ +0 @F868@ FAM +1 HUSB @I2014@ +1 CHIL @I2013@ +0 @F869@ FAM +1 HUSB @I2015@ +1 CHIL @I2014@ +0 @F870@ FAM +1 HUSB @I2016@ +1 CHIL @I2015@ +0 @F871@ FAM +1 HUSB @I2017@ +1 CHIL @I2016@ +0 @F872@ FAM +1 HUSB @I2018@ +1 CHIL @I2017@ +0 @F873@ FAM +1 WIFE @I2019@ +1 CHIL @I2020@ +1 CHIL @I2021@ +0 @F874@ FAM +1 HUSB @I1994@ +1 CHIL @I2022@ +1 CHIL @I2023@ +0 @F875@ FAM +1 HUSB @I2022@ +1 CHIL @I2024@ +0 @F876@ FAM +1 HUSB @I2026@ +1 CHIL @I2025@ +0 @F877@ FAM +1 HUSB @I2027@ +1 CHIL @I2026@ +0 @F878@ FAM +1 HUSB @I2028@ +1 CHIL @I2027@ +0 @F879@ FAM +1 HUSB @I2023@ +1 CHIL @I2028@ +0 @F880@ FAM +1 HUSB @I2024@ +1 CHIL @I2029@ +1 CHIL @I2030@ +1 CHIL @I2031@ +1 CHIL @I2032@ +0 @F881@ FAM +1 HUSB @I2029@ +1 CHIL @I2033@ +0 @F882@ FAM +1 HUSB @I2030@ +1 WIFE @I2034@ +1 DIV Y +0 @F883@ FAM +1 HUSB @I2030@ +1 WIFE @I2035@ +0 @F884@ FAM +1 HUSB @I2036@ +1 WIFE @I2032@ +0 @F885@ FAM +1 HUSB @I1993@ +1 CHIL @I2037@ +0 @F886@ FAM +1 HUSB @I2037@ +1 CHIL @I2038@ +1 CHIL @I2039@ +1 CHIL @I2040@ +0 @F887@ FAM +1 HUSB @I2038@ +1 CHIL @I2041@ +0 @F888@ FAM +1 HUSB @I2041@ +1 CHIL @I2042@ +1 CHIL @I2043@ +0 @F889@ FAM +1 HUSB @I2045@ +1 CHIL @I2044@ +0 @F890@ FAM +1 HUSB @I2039@ +1 CHIL @I2045@ +0 @F891@ FAM +1 HUSB @I2047@ +1 CHIL @I2046@ +1 CHIL @I2050@ +1 CHIL @I2051@ +1 CHIL @I2052@ +0 @F892@ FAM +1 HUSB @I2048@ +1 CHIL @I2047@ +0 @F893@ FAM +1 HUSB @I2046@ +1 WIFE @I2049@ +0 @F894@ FAM +1 HUSB @I2053@ +1 WIFE @I2052@ +0 @F895@ FAM +1 HUSB @I2054@ +1 CHIL @I1973@ +0 @F896@ FAM +1 HUSB @I2055@ +1 CHIL @I2054@ +0 @F897@ FAM +1 HUSB @I2056@ +1 CHIL @I2055@ +0 @F898@ FAM +1 HUSB @I2050@ +1 CHIL @I2056@ +0 @F899@ FAM +1 HUSB @I2040@ +1 CHIL @I2048@ +0 @F900@ FAM +1 HUSB @I2057@ +1 CHIL @I1230@ +0 @F901@ FAM +1 HUSB @I2058@ +1 WIFE @I1410@ +1 CHIL @I1595@ +0 @F902@ FAM +1 HUSB @I2059@ +1 CHIL @I1418@ +0 @F903@ FAM +1 HUSB @I2060@ +1 CHIL @I1347@ +0 @F904@ FAM +1 HUSB @I2061@ +1 WIFE @I1347@ +0 @F905@ FAM +1 HUSB @I2062@ +1 CHIL @I1416@ +0 @F906@ FAM +1 HUSB @I2063@ +1 CHIL @I1328@ +0 @F907@ FAM +1 HUSB @I2064@ +1 WIFE @I1328@ +0 @F908@ FAM +1 HUSB @I2062@ +1 CHIL @I1337@ +0 @F909@ FAM +1 HUSB @I2066@ +1 WIFE @I2065@ +0 @F910@ FAM +1 HUSB @I2067@ +1 CHIL @I2066@ +0 @F911@ FAM +1 HUSB @I2068@ +1 CHIL @I2067@ +0 @F912@ FAM +1 HUSB @I2069@ +1 CHIL @I1343@ +0 @F913@ FAM +1 HUSB @I2070@ +1 WIFE @I1603@ +0 @F914@ FAM +1 HUSB @I1332@ +1 CHIL @I1222@ +0 @F915@ FAM +1 HUSB @I2075@ +1 WIFE @I2074@ +1 CHIL @I1414@ +1 CHIL @I1220@ +1 CHIL @I2537@ +1 MARR +2 DATE 17 JUL 1385 +0 @F916@ FAM +1 HUSB @I2076@ +1 WIFE @I1331@ +0 @F917@ FAM +1 HUSB @I1437@ +1 WIFE @I2077@ +0 @F918@ FAM +1 HUSB @I2078@ +1 CHIL @I2077@ +0 @F919@ FAM +1 HUSB @I2080@ +1 WIFE @I2079@ +0 @F920@ FAM +1 HUSB @I1335@ +1 WIFE @I2081@ +1 CHIL @I2083@ +1 CHIL @I2084@ +1 CHIL @I2085@ +1 CHIL @I2086@ +1 CHIL @I2087@ +1 CHIL @I2088@ +1 CHIL @I2089@ +1 CHIL @I2090@ +0 @F921@ FAM +1 HUSB @I2082@ +1 CHIL @I2081@ +0 @F922@ FAM +1 HUSB @I2091@ +1 WIFE @I2086@ +0 @F923@ FAM +1 HUSB @I2092@ +1 WIFE @I2086@ +0 @F924@ FAM +1 HUSB @I2093@ +1 WIFE @I2087@ +0 @F925@ FAM +1 HUSB @I2094@ +1 WIFE @I2087@ +0 @F926@ FAM +1 HUSB @I2095@ +1 WIFE @I2088@ +0 @F927@ FAM +1 HUSB @I2096@ +1 WIFE @I2089@ +0 @F928@ FAM +1 HUSB @I2097@ +1 WIFE @I2089@ +0 @F929@ FAM +1 HUSB @I2098@ +1 WIFE @I2090@ +0 @F930@ FAM +1 HUSB @I2101@ +1 CHIL @I1434@ +0 @F931@ FAM +1 HUSB @I2099@ +1 WIFE @I2337@ +1 CHIL @I2338@ +1 CHIL @I2339@ +1 CHIL @I848@ +0 @F932@ FAM +1 HUSB @I1436@ +1 WIFE @I2102@ +0 @F933@ FAM +1 HUSB @I2103@ +1 CHIL @I2102@ +0 @F934@ FAM +1 HUSB @I2104@ +1 WIFE @I1428@ +1 CHIL @I2334@ +0 @F935@ FAM +1 HUSB @I2105@ +1 WIFE @I1427@ +0 @F936@ FAM +1 HUSB @I2108@ +1 WIFE @I2106@ +1 CHIL @I2109@ +1 CHIL @I2110@ +0 @F937@ FAM +1 HUSB @I2110@ +1 WIFE @I2111@ +0 @F938@ FAM +1 HUSB @I2109@ +1 WIFE @I2112@ +1 CHIL @I1436@ +1 CHIL @I2396@ +1 CHIL @I2397@ +1 CHIL @I2398@ +0 @F939@ FAM +1 HUSB @I2113@ +1 CHIL @I2112@ +0 @F940@ FAM +1 HUSB @I765@ +1 WIFE @I769@ +1 CHIL @I2415@ +0 @F941@ FAM +1 HUSB @I2120@ +1 CHIL @I769@ +0 @F942@ FAM +1 HUSB @I768@ +1 WIFE @I2121@ +0 @F943@ FAM +1 HUSB @I2122@ +1 WIFE @I2118@ +0 @F944@ FAM +1 HUSB @I2127@ +1 CHIL @I707@ +0 @F945@ FAM +1 HUSB @I2129@ +1 WIFE @I2128@ +0 @F946@ FAM +1 HUSB @I2130@ +1 WIFE @I951@ +0 @F947@ FAM +1 HUSB @I2131@ +1 WIFE @I2416@ +1 CHIL @I2130@ +1 CHIL @I2421@ +1 MARR +2 DATE 1649 +0 @F948@ FAM +1 HUSB @I2131@ +1 WIFE @I896@ +1 CHIL @I1420@ +1 MARR +2 DATE 1621 +0 @F949@ FAM +1 HUSB @I870@ +1 WIFE @I2133@ +1 CHIL @I2136@ +1 MARR +2 DATE 1543 +0 @F950@ FAM +1 HUSB @I870@ +1 WIFE @I2134@ +0 @F951@ FAM +1 HUSB @I870@ +1 WIFE @I2135@ +1 CHIL @I2132@ +1 MARR +2 DATE 1570 +0 @F952@ FAM +1 HUSB @I2137@ +1 CHIL @I721@ +0 @F953@ FAM +1 HUSB @I2138@ +1 CHIL @I2137@ +0 @F954@ FAM +1 HUSB @I2139@ +1 CHIL @I724@ +0 @F955@ FAM +1 HUSB @I2140@ +1 WIFE @I2141@ +1 CHIL @I342@ +0 @F956@ FAM +1 HUSB @I2142@ +1 WIFE @I2143@ +1 CHIL @I332@ +0 @F957@ FAM +1 HUSB @I2144@ +1 CHIL @I762@ +0 @F958@ FAM +1 HUSB @I2145@ +1 WIFE @I762@ +0 @F959@ FAM +1 HUSB @I2147@ +1 WIFE @I2148@ +1 CHIL @I131@ +0 @F960@ FAM +1 HUSB @I2149@ +1 WIFE @I99@ +0 @F961@ FAM +1 HUSB @I2150@ +1 WIFE @I98@ +0 @F962@ FAM +1 HUSB @I2151@ +1 CHIL @I126@ +0 @F963@ FAM +1 HUSB @I504@ +1 WIFE @I2156@ +1 CHIL @I2158@ +1 CHIL @I2159@ +1 DIV Y +0 @F964@ FAM +1 HUSB @I504@ +1 WIFE @I2157@ +0 @F965@ FAM +1 HUSB @I2160@ +1 CHIL @I494@ +0 @F966@ FAM +1 HUSB @I2161@ +1 CHIL @I408@ +0 @F967@ FAM +1 HUSB @I2162@ +1 WIFE @I509@ +1 DIV Y +1 MARR +2 DATE 1941 +0 @F968@ FAM +1 HUSB @I2163@ +1 WIFE @I509@ +1 CHIL @I2165@ +1 DIV Y +1 MARR +2 DATE 1957 +0 @F969@ FAM +1 HUSB @I2164@ +1 WIFE @I509@ +1 MARR +2 DATE 1965 +0 @F970@ FAM +1 HUSB @I2166@ +1 WIFE @I1959@ +1 CHIL @I2167@ +0 @F971@ FAM +1 HUSB @I2168@ +1 WIFE @I2167@ +1 CHIL @I2169@ +0 @F972@ FAM +1 HUSB @I2169@ +1 CHIL @I2170@ +0 @F973@ FAM +1 HUSB @I2170@ +1 CHIL @I2171@ +0 @F974@ FAM +1 HUSB @I2171@ +1 CHIL @I2172@ +0 @F975@ FAM +1 HUSB @I2173@ +1 WIFE @I2172@ +1 CHIL @I2174@ +0 @F976@ FAM +1 HUSB @I2174@ +1 CHIL @I1352@ +0 @F977@ FAM +1 HUSB @I2175@ +1 CHIL @I2173@ +0 @F978@ FAM +1 HUSB @I2176@ +1 CHIL @I2175@ +0 @F979@ FAM +1 HUSB @I2177@ +1 CHIL @I2176@ +0 @F980@ FAM +1 HUSB @I2178@ +1 WIFE @I2179@ +1 CHIL @I2177@ +0 @F981@ FAM +1 HUSB @I2180@ +1 CHIL @I2179@ +0 @F982@ FAM +1 HUSB @I2181@ +1 CHIL @I2180@ +0 @F983@ FAM +1 HUSB @I2182@ +1 CHIL @I2181@ +0 @F984@ FAM +1 HUSB @I2183@ +1 CHIL @I2182@ +0 @F985@ FAM +1 HUSB @I2184@ +1 CHIL @I2183@ +0 @F986@ FAM +1 HUSB @I2185@ +1 CHIL @I2184@ +0 @F987@ FAM +1 HUSB @I2186@ +1 CHIL @I1918@ +0 @F988@ FAM +1 HUSB @I2187@ +1 WIFE @I2188@ +1 CHIL @I2186@ +0 @F989@ FAM +1 HUSB @I2189@ +1 WIFE @I2190@ +1 CHIL @I2188@ +0 @F990@ FAM +1 HUSB @I2191@ +1 CHIL @I2190@ +0 @F991@ FAM +1 HUSB @I2192@ +1 CHIL @I2191@ +0 @F992@ FAM +1 HUSB @I2193@ +1 CHIL @I2192@ +0 @F993@ FAM +1 HUSB @I2194@ +1 CHIL @I2193@ +0 @F994@ FAM +1 HUSB @I2195@ +1 CHIL @I2194@ +0 @F995@ FAM +1 HUSB @I2196@ +1 CHIL @I2195@ +0 @F996@ FAM +1 HUSB @I2197@ +1 CHIL @I2196@ +0 @F997@ FAM +1 HUSB @I2198@ +1 CHIL @I2197@ +0 @F998@ FAM +1 HUSB @I2199@ +1 CHIL @I2198@ +0 @F999@ FAM +1 HUSB @I2200@ +1 CHIL @I2199@ +0 @F1000@ FAM +1 HUSB @I2201@ +1 CHIL @I2200@ +0 @F1001@ FAM +1 HUSB @I2202@ +1 CHIL @I2201@ +0 @F1002@ FAM +1 HUSB @I2203@ +1 CHIL @I2202@ +0 @F1003@ FAM +1 HUSB @I2204@ +1 CHIL @I2203@ +0 @F1004@ FAM +1 HUSB @I2205@ +1 CHIL @I2204@ +0 @F1005@ FAM +1 HUSB @I2206@ +1 WIFE @I2207@ +1 CHIL @I2205@ +0 @F1006@ FAM +1 HUSB @I2208@ +1 CHIL @I2206@ +0 @F1007@ FAM +1 HUSB @I2209@ +1 CHIL @I2208@ +0 @F1008@ FAM +1 HUSB @I2210@ +1 CHIL @I2209@ +0 @F1009@ FAM +1 HUSB @I2211@ +1 CHIL @I2210@ +0 @F1010@ FAM +1 HUSB @I2212@ +1 CHIL @I2211@ +1 CHIL @I2213@ +0 @F1011@ FAM +1 HUSB @I2214@ +1 WIFE @I2213@ +1 CHIL @I2215@ +0 @F1012@ FAM +1 HUSB @I2217@ +1 WIFE @I2218@ +1 CHIL @I2216@ +0 @F1013@ FAM +1 HUSB @I2219@ +1 WIFE @I2220@ +1 CHIL @I2218@ +0 @F1014@ FAM +1 HUSB @I2221@ +1 CHIL @I2220@ +1 CHIL @I2207@ +0 @F1015@ FAM +1 HUSB @I2222@ +1 CHIL @I2221@ +0 @F1016@ FAM +1 HUSB @I2223@ +1 CHIL @I2222@ +0 @F1017@ FAM +1 HUSB @I2215@ +1 CHIL @I2223@ +0 @F1018@ FAM +1 HUSB @I1514@ +1 WIFE @I2224@ +0 @F1019@ FAM +1 HUSB @I2301@ +1 WIFE @I2302@ +1 CHIL @I779@ +0 @F1020@ FAM +1 HUSB @I1511@ +1 WIFE @I2225@ +1 CHIL @I2237@ +0 @F1021@ FAM +1 HUSB @I2226@ +1 CHIL @I2225@ +0 @F1022@ FAM +1 HUSB @I1515@ +1 WIFE @I2227@ +1 CHIL @I2228@ +0 @F1023@ FAM +1 HUSB @I2228@ +1 WIFE @I2229@ +1 CHIL @I2230@ +1 CHIL @I2231@ +1 CHIL @I1837@ +0 @F1024@ FAM +1 HUSB @I2231@ +1 WIFE @I2232@ +1 CHIL @I1886@ +0 @F1025@ FAM +1 HUSB @I1886@ +1 WIFE @I2233@ +1 CHIL @I1585@ +1 MARR +2 DATE AFT 1238 +0 @F1026@ FAM +1 HUSB @I2235@ +1 WIFE @I2234@ +1 CHIL @I2236@ +0 @F1027@ FAM +1 HUSB @I2237@ +1 WIFE @I2238@ +0 @F1028@ FAM +1 HUSB @I2239@ +1 WIFE @I2240@ +1 CHIL @I1511@ +1 CHIL @I2241@ +0 @F1029@ FAM +1 HUSB @I2242@ +1 WIFE @I2243@ +1 CHIL @I2239@ +0 @F1030@ FAM +1 HUSB @I2244@ +1 WIFE @I2245@ +1 CHIL @I2246@ +0 @F1031@ FAM +1 HUSB @I2247@ +1 WIFE @I2245@ +0 @F1032@ FAM +1 HUSB @I2248@ +1 CHIL @I2243@ +0 @F1033@ FAM +1 HUSB @I2249@ +1 CHIL @I2248@ +0 @F1034@ FAM +1 HUSB @I2250@ +1 CHIL @I2249@ +1 CHIL @I2253@ +0 @F1035@ FAM +1 HUSB @I2251@ +1 CHIL @I2250@ +0 @F1036@ FAM +1 HUSB @I2252@ +1 CHIL @I2251@ +0 @F1037@ FAM +1 HUSB @I2253@ +1 CHIL @I2254@ +0 @F1038@ FAM +1 HUSB @I2255@ +1 CHIL @I2245@ +0 @F1039@ FAM +1 HUSB @I2254@ +1 CHIL @I2255@ +0 @F1040@ FAM +1 HUSB @I2257@ +1 CHIL @I2256@ +0 @F1041@ FAM +1 HUSB @I2258@ +1 CHIL @I2257@ +0 @F1042@ FAM +1 HUSB @I2259@ +1 CHIL @I2258@ +0 @F1043@ FAM +1 HUSB @I2260@ +1 CHIL @I2259@ +0 @F1044@ FAM +1 HUSB @I2261@ +1 CHIL @I2252@ +1 CHIL @I2260@ +1 CHIL @I2262@ +0 @F1045@ FAM +1 HUSB @I2263@ +1 WIFE @I2262@ +1 CHIL @I2264@ +0 @F1046@ FAM +1 HUSB @I2265@ +1 CHIL @I2261@ +1 CHIL @I2266@ +0 @F1047@ FAM +1 HUSB @I2267@ +1 CHIL @I1601@ +0 @F1048@ FAM +1 HUSB @I2268@ +1 CHIL @I1598@ +0 @F1049@ FAM +1 HUSB @I2269@ +1 CHIL @I1596@ +0 @F1050@ FAM +1 HUSB @I2270@ +1 CHIL @I1327@ +0 @F1051@ FAM +1 HUSB @I2271@ +1 WIFE @I1327@ +1 CHIL @I998@ +0 @F1052@ FAM +1 HUSB @I2272@ +1 CHIL @I1218@ +0 @F1053@ FAM +1 HUSB @I2273@ +1 WIFE @I1025@ +0 @F1054@ FAM +1 HUSB @I2274@ +1 WIFE @I2549@ +1 CHIL @I1628@ +0 @F1055@ FAM +1 HUSB @I2275@ +1 WIFE @I1019@ +0 @F1056@ FAM +1 HUSB @I2276@ +1 WIFE @I995@ +0 @F1057@ FAM +1 HUSB @I2277@ +1 CHIL @I1345@ +0 @F1058@ FAM +1 HUSB @I2278@ +1 WIFE @I1345@ +0 @F1059@ FAM +1 HUSB @I2279@ +1 CHIL @I1445@ +0 @F1060@ FAM +1 HUSB @I2282@ +1 WIFE @I2281@ +0 @F1061@ FAM +1 HUSB @I2286@ +1 WIFE @I2284@ +0 @F1062@ FAM +1 HUSB @I2287@ +1 WIFE @I2284@ +0 @F1063@ FAM +1 HUSB @I2288@ +1 WIFE @I2285@ +0 @F1064@ FAM +1 HUSB @I2289@ +1 WIFE @I2285@ +0 @F1065@ FAM +1 HUSB @I2290@ +1 WIFE @I2285@ +0 @F1066@ FAM +1 HUSB @I2291@ +1 CHIL @I1413@ +0 @F1067@ FAM +1 HUSB @I2292@ +1 WIFE @I1502@ +0 @F1068@ FAM +1 HUSB @I2293@ +1 WIFE @I1502@ +0 @F1069@ FAM +1 HUSB @I2295@ +1 WIFE @I2294@ +0 @F1070@ FAM +1 HUSB @I2297@ +1 WIFE @I2296@ +0 @F1071@ FAM +1 HUSB @I2298@ +1 WIFE @I2296@ +0 @F1072@ FAM +1 HUSB @I1338@ +1 WIFE @I2296@ +0 @F1073@ FAM +1 HUSB @I2299@ +1 CHIL @I1444@ +0 @F1074@ FAM +1 HUSB @I2300@ +1 WIFE @I1444@ +1 DIV Y +0 @F1075@ FAM +1 HUSB @I2303@ +1 WIFE @I2304@ +1 CHIL @I2301@ +0 @F1076@ FAM +1 HUSB @I2305@ +1 WIFE @I2306@ +1 CHIL @I2304@ +0 @F1077@ FAM +1 HUSB @I2307@ +1 WIFE @I2308@ +1 CHIL @I2305@ +0 @F1078@ FAM +1 HUSB @I2310@ +1 WIFE @I2311@ +1 CHIL @I2312@ +1 CHIL @I2313@ +1 CHIL @I2314@ +1 CHIL @I869@ +1 CHIL @I2315@ +1 CHIL @I2316@ +1 CHIL @I2317@ +1 CHIL @I2318@ +0 @F1079@ FAM +1 HUSB @I2312@ +1 WIFE @I2319@ +0 @F1080@ FAM +1 HUSB @I2320@ +1 WIFE @I2319@ +0 @F1081@ FAM +1 HUSB @I2313@ +1 WIFE @I2321@ +1 CHIL @I2324@ +0 @F1082@ FAM +1 HUSB @I2313@ +1 WIFE @I2322@ +0 @F1083@ FAM +1 HUSB @I2313@ +1 WIFE @I2323@ +0 @F1084@ FAM +1 HUSB @I2314@ +1 WIFE @I2325@ +0 @F1085@ FAM +1 HUSB @I2326@ +1 WIFE @I2325@ +0 @F1086@ FAM +1 HUSB @I2327@ +1 WIFE @I2316@ +0 @F1087@ FAM +1 HUSB @I2328@ +1 WIFE @I2317@ +0 @F1088@ FAM +1 HUSB @I2329@ +1 WIFE @I2318@ +0 @F1089@ FAM +1 HUSB @I2315@ +1 WIFE @I2330@ +0 @F1090@ FAM +1 HUSB @I2315@ +1 WIFE @I2331@ +0 @F1091@ FAM +1 HUSB @I2332@ +1 WIFE @I2106@ +1 DIV Y +0 @F1092@ FAM +1 HUSB @I2333@ +1 WIFE @I2107@ +0 @F1093@ FAM +1 HUSB @I2335@ +1 WIFE @I2334@ +0 @F1094@ FAM +1 HUSB @I2104@ +1 WIFE @I2336@ +0 @F1095@ FAM +1 HUSB @I2340@ +1 WIFE @I2339@ +1 CHIL @I2394@ +1 CHIL @I2403@ +0 @F1096@ FAM +1 HUSB @I2341@ +1 WIFE @I2342@ +1 CHIL @I2343@ +1 CHIL @I2337@ +1 CHIL @I857@ +0 @F1097@ FAM +1 HUSB @I2343@ +1 WIFE @I2344@ +0 @F1098@ FAM +1 HUSB @I2343@ +1 WIFE @I2345@ +1 CHIL @I2355@ +1 CHIL @I2356@ +1 CHIL @I2357@ +0 @F1099@ FAM +1 HUSB @I857@ +1 WIFE @I2346@ +0 @F1100@ FAM +1 HUSB @I2341@ +1 WIFE @I2347@ +1 CHIL @I2348@ +1 CHIL @I2349@ +1 CHIL @I2350@ +0 @F1101@ FAM +1 HUSB @I2348@ +1 WIFE @I2351@ +0 @F1102@ FAM +1 HUSB @I2348@ +1 WIFE @I2352@ +0 @F1103@ FAM +1 HUSB @I2353@ +1 WIFE @I2349@ +0 @F1104@ FAM +1 HUSB @I2354@ +1 WIFE @I2350@ +0 @F1105@ FAM +1 HUSB @I2355@ +1 WIFE @I2358@ +1 CHIL @I2359@ +1 CHIL @I2360@ +1 CHIL @I2361@ +1 CHIL @I2362@ +1 CHIL @I2363@ +0 @F1106@ FAM +1 HUSB @I2364@ +1 WIFE @I2356@ +0 @F1107@ FAM +1 HUSB @I2357@ +1 WIFE @I2365@ +0 @F1108@ FAM +1 HUSB @I2359@ +1 WIFE @I2366@ +1 CHIL @I2367@ +0 @F1109@ FAM +1 HUSB @I2367@ +1 WIFE @I2368@ +1 CHIL @I2369@ +0 @F1110@ FAM +1 HUSB @I2369@ +1 WIFE @I2370@ +0 @F1111@ FAM +1 HUSB @I2359@ +1 WIFE @I2371@ +1 CHIL @I2372@ +1 CHIL @I2387@ +0 @F1112@ FAM +1 HUSB @I2372@ +1 WIFE @I2373@ +0 @F1113@ FAM +1 HUSB @I2372@ +1 WIFE @I2374@ +1 CHIL @I2375@ +1 CHIL @I2376@ +1 CHIL @I2377@ +1 CHIL @I2378@ +1 CHIL @I2379@ +0 @F1114@ FAM +1 HUSB @I2375@ +1 WIFE @I2380@ +0 @F1115@ FAM +1 HUSB @I2376@ +1 WIFE @I2381@ +0 @F1116@ FAM +1 HUSB @I2377@ +1 WIFE @I2382@ +0 @F1117@ FAM +1 HUSB @I2383@ +1 WIFE @I2382@ +0 @F1118@ FAM +1 HUSB @I2384@ +1 WIFE @I2378@ +0 @F1119@ FAM +1 HUSB @I2385@ +1 WIFE @I2379@ +1 DIV Y +0 @F1120@ FAM +1 HUSB @I2386@ +1 WIFE @I2379@ +0 @F1121@ FAM +1 HUSB @I2387@ +1 WIFE @I2388@ +0 @F1122@ FAM +1 HUSB @I2108@ +1 WIFE @I2389@ +0 @F1123@ FAM +1 HUSB @I2108@ +1 WIFE @I2390@ +0 @F1124@ FAM +1 HUSB @I2391@ +1 WIFE @I2390@ +0 @F1125@ FAM +1 HUSB @I2392@ +1 WIFE @I2393@ +1 CHIL @I2327@ +1 CHIL @I2108@ +1 CHIL @I2319@ +0 @F1126@ FAM +1 HUSB @I2392@ +1 WIFE @I2395@ +1 DIV Y +0 @F1127@ FAM +1 HUSB @I2396@ +1 WIFE @I2399@ +0 @F1128@ FAM +1 HUSB @I2400@ +1 WIFE @I2399@ +0 @F1129@ FAM +1 HUSB @I2397@ +1 WIFE @I2401@ +0 @F1130@ FAM +1 HUSB @I2397@ +1 WIFE @I2402@ +0 @F1131@ FAM +1 HUSB @I2394@ +1 WIFE @I2404@ +0 @F1132@ FAM +1 HUSB @I2405@ +1 WIFE @I2403@ +1 CHIL @I2406@ +1 CHIL @I2407@ +1 CHIL @I2331@ +1 CHIL @I2408@ +1 CHIL @I2409@ +0 @F1133@ FAM +1 HUSB @I2406@ +1 WIFE @I2410@ +0 @F1134@ FAM +1 HUSB @I2411@ +1 WIFE @I2331@ +0 @F1135@ FAM +1 HUSB @I2412@ +1 WIFE @I2331@ +0 @F1136@ FAM +1 HUSB @I2413@ +1 WIFE @I2408@ +0 @F1137@ FAM +1 HUSB @I2414@ +1 WIFE @I2409@ +0 @F1138@ FAM +1 HUSB @I2418@ +1 WIFE @I2417@ +1 CHIL @I2416@ +1 CHIL @I2420@ +0 @F1139@ FAM +1 HUSB @I2419@ +1 CHIL @I2418@ +0 @F1140@ FAM +1 HUSB @I2420@ +1 WIFE @I2421@ +1 CHIL @I2427@ +0 @F1141@ FAM +1 HUSB @I2420@ +1 WIFE @I2422@ +1 CHIL @I2430@ +1 CHIL @I2431@ +0 @F1142@ FAM +1 HUSB @I2424@ +1 WIFE @I2425@ +1 CHIL @I2880@ +1 MARR +2 DATE 1714 +0 @F1143@ FAM +1 HUSB @I2423@ +1 WIFE @I2882@ +1 CHIL @I2426@ +1 CHIL @I2424@ +1 CHIL @I2507@ +1 MARR +2 DATE 1680 +0 @F1144@ FAM +1 HUSB @I2428@ +1 WIFE @I2427@ +1 CHIL @I2429@ +0 @F1145@ FAM +1 HUSB @I2433@ +1 WIFE @I2432@ +1 CHIL @I2434@ +1 MARR +2 DATE 1736 +0 @F1146@ FAM +1 HUSB @I2431@ +1 CHIL @I2432@ +0 @F1147@ FAM +1 HUSB @I2448@ +1 WIFE @I2614@ +1 CHIL @I2973@ +1 CHIL @I2974@ +1 CHIL @I2975@ +1 CHIL @I139@ +1 CHIL @I205@ +1 CHIL @I138@ +1 CHIL @I1696@ +1 MARR +2 DATE 1777 +0 @F1148@ FAM +1 HUSB @I2438@ +1 WIFE @I2439@ +1 CHIL @I1248@ +1 CHIL @I2522@ +1 CHIL @I2523@ +1 MARR +2 DATE 28 OCT 1533 +0 @F1149@ FAM +1 HUSB @I2435@ +1 WIFE @I2436@ +1 CHIL @I1614@ +0 @F1150@ FAM +1 HUSB @I2437@ +1 CHIL @I1438@ +0 @F1151@ FAM +1 HUSB @I838@ +1 WIFE @I2547@ +1 DIV Y +1 MARR +2 DATE 8 SEP 1476 +0 @F1152@ FAM +1 HUSB @I2442@ +1 WIFE @I2443@ +1 CHIL @I841@ +0 @F1153@ FAM +1 HUSB @I2444@ +1 WIFE @I2445@ +1 CHIL @I1612@ +0 @F1154@ FAM +1 HUSB @I1698@ +1 WIFE @I2449@ +1 CHIL @I2901@ +1 CHIL @I2902@ +1 CHIL @I2903@ +1 MARR +2 DATE 1853 +0 @F1155@ FAM +1 HUSB @I2450@ +1 CHIL @I2449@ +0 @F1156@ FAM +1 HUSB @I2451@ +1 WIFE @I2477@ +1 CHIL @I1741@ +1 MARR +2 DATE 1180 +0 @F1157@ FAM +1 HUSB @I2464@ +1 WIFE @I2487@ +1 CHIL @I2466@ +1 MARR +2 DATE AUG 1315 +0 @F1158@ FAM +1 HUSB @I2452@ +1 WIFE @I2453@ +1 CHIL @I2469@ +1 CHIL @I1869@ +1 CHIL @I2470@ +1 CHIL @I2471@ +1 CHIL @I2472@ +1 CHIL @I2473@ +1 CHIL @I2474@ +1 MARR +2 DATE 1115 +0 @F1159@ FAM +1 HUSB @I2454@ +1 WIFE @I2455@ +1 CHIL @I2452@ +1 DIV Y +1 MARR +2 DATE 1072 +0 @F1160@ FAM +1 HUSB @I2454@ +1 WIFE @I2456@ +1 MARR +2 DATE 1095 +0 @F1161@ FAM +1 HUSB @I2457@ +1 WIFE @I2535@ +1 CHIL @I2454@ +1 MARR +2 DATE 1051 +0 @F1162@ FAM +1 HUSB @I2458@ +1 WIFE @I2459@ +1 CHIL @I2460@ +1 CHIL @I2457@ +1 CHIL @I2533@ +1 MARR +2 DATE 1003 +0 @F1163@ FAM +1 HUSB @I2458@ +1 WIFE @I2461@ +0 @F1164@ FAM +1 HUSB @I2458@ +1 WIFE @I2462@ +1 DIV Y +1 MARR +2 DATE 996 +0 @F1165@ FAM +1 HUSB @I2463@ +1 CHIL @I2458@ +0 @F1166@ FAM +1 HUSB @I2467@ +1 CHIL @I1557@ +0 @F1167@ FAM +1 HUSB @I2468@ +1 CHIL @I2467@ +0 @F1168@ FAM +1 HUSB @I1869@ +1 WIFE @I2475@ +1 MARR +2 DATE 1154 +0 @F1169@ FAM +1 HUSB @I1869@ +1 WIFE @I2476@ +1 CHIL @I2451@ +1 MARR +2 DATE 1160 +0 @F1170@ FAM +1 HUSB @I2451@ +1 WIFE @I2478@ +1 DIV Y +1 MARR +2 DATE 1193 +0 @F1171@ FAM +1 HUSB @I2451@ +1 WIFE @I2479@ +1 CHIL @I2480@ +1 DIV Y +1 MARR +2 DATE 1196 +0 @F1172@ FAM +1 HUSB @I2483@ +1 CHIL @I2482@ +0 @F1173@ FAM +1 HUSB @I2488@ +1 CHIL @I2487@ +0 @F1174@ FAM +1 HUSB @I2489@ +1 CHIL @I2488@ +0 @F1175@ FAM +1 HUSB @I2465@ +1 WIFE @I2490@ +1 MARR +2 DATE 1307 +0 @F1176@ FAM +1 HUSB @I1743@ +1 WIFE @I2491@ +1 DIV Y +1 MARR +2 DATE 1307 +0 @F1177@ FAM +1 HUSB @I1743@ +1 WIFE @I2492@ +1 MARR +2 DATE 21 SEP 1322 +0 @F1178@ FAM +1 HUSB @I1743@ +1 WIFE @I2493@ +1 MARR +2 DATE JUL 1325 +0 @F1179@ FAM +1 HUSB @I2495@ +1 CHIL @I2494@ +1 CHIL @I2520@ +0 @F1180@ FAM +1 HUSB @I2494@ +1 WIFE @I2496@ +1 CHIL @I2498@ +1 MARR +2 DATE JUL 1313 +0 @F1181@ FAM +1 HUSB @I2494@ +1 WIFE @I2497@ +1 MARR +2 DATE 1349 +0 @F1182@ FAM +1 HUSB @I2499@ +1 WIFE @I2500@ +1 CHIL @I2075@ +1 CHIL @I2501@ +1 CHIL @I2502@ +1 CHIL @I2503@ +1 MARR +2 DATE 8 APR 1350 +0 @F1183@ FAM +1 HUSB @I2504@ +1 CHIL @I1423@ +0 @F1184@ FAM +1 HUSB @I740@ +1 WIFE @I2505@ +1 MARR +2 DATE 18 AUG 1572 +0 @F1185@ FAM +1 HUSB @I894@ +1 WIFE @I587@ +1 CHIL @I1424@ +1 CHIL @I898@ +1 CHIL @I897@ +1 CHIL @I2506@ +0 @F1186@ FAM +1 HUSB @I897@ +1 WIFE @I2508@ +1 CHIL @I2509@ +1 CHIL @I2510@ +0 @F1187@ FAM +1 HUSB @I2511@ +1 WIFE @I1705@ +1 CHIL @I245@ +0 @F1188@ FAM +1 HUSB @I2513@ +1 WIFE @I2514@ +1 CHIL @I2511@ +0 @F1189@ FAM +1 HUSB @I2515@ +1 CHIL @I2513@ +0 @F1190@ FAM +1 HUSB @I2516@ +1 CHIL @I2515@ +0 @F1191@ FAM +1 HUSB @I2517@ +1 WIFE @I2919@ +1 CHIL @I2516@ +1 CHIL @I2921@ +0 @F1192@ FAM +1 HUSB @I2498@ +1 WIFE @I2519@ +1 CHIL @I2499@ +1 CHIL @I2518@ +1 MARR +2 DATE 28 JUL 1332 +0 @F1193@ FAM +1 HUSB @I2521@ +1 WIFE @I2520@ +0 @F1194@ FAM +1 HUSB @I2525@ +1 CHIL @I2524@ +0 @F1195@ FAM +1 HUSB @I2530@ +1 WIFE @I2531@ +1 CHIL @I2532@ +1 CHIL @I440@ +0 @F1196@ FAM +1 HUSB @I2457@ +1 WIFE @I2536@ +1 CHIL @I2534@ +0 @F1197@ FAM +1 HUSB @I2537@ +1 WIFE @I2538@ +1 CHIL @I2540@ +1 MARR +2 DATE 18 DEC 1422 +0 @F1198@ FAM +1 WIFE @I2539@ +1 CHIL @I2538@ +0 @F1199@ FAM +1 HUSB @I2540@ +1 WIFE @I2541@ +1 MARR +2 DATE 24 JUN 1436 +0 @F1200@ FAM +1 HUSB @I2540@ +1 WIFE @I2542@ +1 CHIL @I2544@ +1 CHIL @I2543@ +1 MARR +2 DATE 14 FEB 1457 +0 @F1201@ FAM +1 HUSB @I838@ +1 WIFE @I2548@ +1 CHIL @I2440@ +1 MARR +2 DATE 8 JAN 1499 +0 @F1202@ FAM +1 HUSB @I417@ +1 WIFE @I2550@ +1 CHIL @I2551@ +1 CHIL @I2552@ +1 CHIL @I2553@ +1 CHIL @I2554@ +1 MARR +2 DATE 771 +0 @F1203@ FAM +1 HUSB @I417@ +1 WIFE @I2555@ +1 MARR +2 DATE 784 +0 @F1204@ FAM +1 HUSB @I417@ +1 WIFE @I2556@ +1 MARR +2 DATE 794 +0 @F1205@ FAM +1 HUSB @I2552@ +1 WIFE @I2557@ +1 CHIL @I2565@ +0 @F1206@ FAM +1 HUSB @I2553@ +1 WIFE @I2558@ +1 CHIL @I2560@ +1 CHIL @I2561@ +1 CHIL @I2562@ +1 CHIL @I2563@ +1 MARR +2 DATE 798 +0 @F1207@ FAM +1 HUSB @I2553@ +1 WIFE @I2559@ +1 CHIL @I2564@ +0 @F1208@ FAM +1 HUSB @I2560@ +1 WIFE @I2566@ +1 CHIL @I2567@ +1 CHIL @I2568@ +1 CHIL @I2569@ +0 @F1209@ FAM +1 HUSB @I2561@ +1 CHIL @I2570@ +0 @F1210@ FAM +1 HUSB @I2563@ +1 WIFE @I2571@ +1 CHIL @I2572@ +1 CHIL @I2573@ +1 CHIL @I2574@ +0 @F1211@ FAM +1 HUSB @I2564@ +1 WIFE @I2575@ +1 CHIL @I2576@ +1 CHIL @I2577@ +1 CHIL @I2578@ +1 CHIL @I2579@ +1 MARR +2 DATE 842 +0 @F1212@ FAM +1 HUSB @I2576@ +1 WIFE @I2580@ +1 CHIL @I2581@ +1 CHIL @I2582@ +1 MARR +2 DATE 862 +0 @F1213@ FAM +1 HUSB @I2576@ +1 WIFE @I2583@ +1 CHIL @I2584@ +0 @F1214@ FAM +1 HUSB @I2584@ +1 WIFE @I2585@ +1 CHIL @I2604@ +1 MARR +2 DATE 917 +0 @F1215@ FAM +1 HUSB @I2567@ +1 WIFE @I2586@ +1 CHIL @I2587@ +0 @F1216@ FAM +1 HUSB @I2588@ +1 WIFE @I2587@ +1 CHIL @I2589@ +0 @F1217@ FAM +1 HUSB @I2568@ +1 WIFE @I2590@ +0 @F1218@ FAM +1 HUSB @I2568@ +1 WIFE @I2591@ +0 @F1219@ FAM +1 HUSB @I2572@ +1 WIFE @I2592@ +1 CHIL @I2593@ +0 @F1220@ FAM +1 HUSB @I2593@ +1 WIFE @I2594@ +1 CHIL @I2595@ +1 CHIL @I2596@ +1 CHIL @I2597@ +0 @F1221@ FAM +1 HUSB @I2598@ +1 WIFE @I2597@ +1 CHIL @I2599@ +0 @F1222@ FAM +1 HUSB @I2599@ +1 WIFE @I2600@ +1 CHIL @I2601@ +1 CHIL @I2602@ +1 CHIL @I2603@ +0 @F1223@ FAM +1 HUSB @I2604@ +1 WIFE @I2603@ +1 CHIL @I2605@ +1 CHIL @I2606@ +0 @F1224@ FAM +1 HUSB @I2605@ +1 CHIL @I2607@ +1 CHIL @I2608@ +0 @F1225@ FAM +1 HUSB @I2609@ +1 WIFE @I2610@ +1 CHIL @I417@ +1 CHIL @I2611@ +0 @F1226@ FAM +1 HUSB @I2611@ +1 WIFE @I2612@ +0 @F1227@ FAM +1 HUSB @I2613@ +1 CHIL @I2609@ +0 @F1228@ FAM +1 HUSB @I2895@ +1 WIFE @I2896@ +1 CHIL @I2614@ +1 MARR +2 DATE 1754 +0 @F1229@ FAM +1 HUSB @I2522@ +1 WIFE @I2615@ +1 CHIL @I2616@ +1 MARR +2 DATE 26 NOV 1570 +0 @F1230@ FAM +1 HUSB @I2523@ +1 WIFE @I2617@ +1 MARR +2 DATE 15 FEB 1575 +0 @F1231@ FAM +1 HUSB @I1739@ +1 WIFE @I2618@ +1 MARR +2 DATE 1262 +0 @F1232@ FAM +1 HUSB @I2464@ +1 WIFE @I2619@ +1 MARR +2 DATE 1305 +0 @F1233@ FAM +1 HUSB @I2498@ +1 WIFE @I2620@ +1 MARR +2 DATE 19 FEB 1350 +0 @F1234@ FAM +1 HUSB @I493@ +1 WIFE @I2621@ +1 MARR +2 DATE 1868 +0 @F1235@ FAM +1 HUSB @I2622@ +1 CHIL @I358@ +0 @F1236@ FAM +1 HUSB @I2623@ +1 CHIL @I489@ +0 @F1237@ FAM +1 HUSB @I2624@ +1 WIFE @I499@ +1 MARR +2 DATE 1864 +0 @F1238@ FAM +1 HUSB @I498@ +1 WIFE @I2625@ +1 MARR +2 DATE 1884 +0 @F1239@ FAM +1 HUSB @I2626@ +1 CHIL @I2625@ +0 @F1240@ FAM +1 HUSB @I497@ +1 WIFE @I2627@ +1 MARR +2 DATE 1878 +0 @F1241@ FAM +1 HUSB @I497@ +1 WIFE @I2628@ +1 MARR +2 DATE 1892 +0 @F1242@ FAM +1 HUSB @I2632@ +1 CHIL @I464@ +0 @F1243@ FAM +1 HUSB @I683@ +1 WIFE @I2633@ +1 MARR +2 DATE 1878 +0 @F1244@ FAM +1 HUSB @I2636@ +1 WIFE @I2634@ +1 MARR +2 DATE 1901 +0 @F1245@ FAM +1 HUSB @I2636@ +1 WIFE @I2637@ +1 CHIL @I434@ +1 MARR +2 DATE 1907 +0 @F1246@ FAM +1 HUSB @I2638@ +1 WIFE @I592@ +1 MARR +2 DATE 1967 +0 @F1247@ FAM +1 HUSB @I2639@ +1 WIFE @I593@ +1 MARR +2 DATE 1972 +0 @F1248@ FAM +1 HUSB @I430@ +1 WIFE @I2640@ +1 DIV Y +1 MARR +2 DATE 1933 +0 @F1249@ FAM +1 HUSB @I430@ +1 WIFE @I2641@ +1 DIV Y +1 MARR +2 DATE 1937 +0 @F1250@ FAM +1 HUSB @I2644@ +1 WIFE @I2642@ +1 MARR +2 DATE 1940 +0 @F1251@ FAM +1 HUSB @I2645@ +1 WIFE @I433@ +1 MARR +2 DATE 1935 +0 @F1252@ FAM +1 HUSB @I591@ +1 WIFE @I2646@ +1 DIV Y +1 MARR +2 DATE 1935 +0 @F1253@ FAM +1 HUSB @I591@ +1 WIFE @I2647@ +1 MARR +2 DATE 1949 +0 @F1254@ FAM +1 HUSB @I2648@ +1 WIFE @I2635@ +1 MARR +2 DATE 1906 +0 @F1255@ FAM +1 HUSB @I2649@ +1 WIFE @I2650@ +1 CHIL @I2648@ +0 @F1256@ FAM +1 HUSB @I2651@ +1 WIFE @I2652@ +1 CHIL @I1214@ +0 @F1257@ FAM +1 HUSB @I415@ +1 WIFE @I2653@ +1 MARR +2 DATE 1790 +0 @F1258@ FAM +1 HUSB @I1690@ +1 WIFE @I2656@ +1 MARR +2 DATE 1853 +0 @F1259@ FAM +1 HUSB @I1690@ +1 WIFE @I2657@ +1 MARR +2 DATE 1878 +0 @F1260@ FAM +1 HUSB @I2658@ +1 WIFE @I2659@ +1 CHIL @I1313@ +0 @F1261@ FAM +1 HUSB @I2660@ +1 WIFE @I2661@ +1 CHIL @I1312@ +0 @F1262@ FAM +1 HUSB @I2663@ +1 WIFE @I2664@ +1 CHIL @I2662@ +0 @F1263@ FAM +1 HUSB @I2665@ +1 WIFE @I2667@ +1 MARR +2 DATE 1856 +0 @F1264@ FAM +1 HUSB @I2666@ +1 WIFE @I2668@ +1 CHIL @I2669@ +1 CHIL @I2670@ +1 CHIL @I2674@ +1 CHIL @I2675@ +1 CHIL @I2672@ +1 MARR +2 DATE 1857 +0 @F1265@ FAM +1 HUSB @I2674@ +1 WIFE @I2673@ +1 MARR +2 DATE 1900 +0 @F1266@ FAM +1 HUSB @I2670@ +1 WIFE @I2676@ +1 MARR +2 DATE 1891 +0 @F1267@ FAM +1 HUSB @I165@ +1 WIFE @I2678@ +1 CHIL @I2681@ +1 MARR +2 DATE 1882 +0 @F1268@ FAM +1 HUSB @I2671@ +1 WIFE @I2679@ +1 CHIL @I2684@ +1 CHIL @I2685@ +1 CHIL @I2686@ +1 MARR +2 DATE 1884 +0 @F1269@ FAM +1 HUSB @I2680@ +1 CHIL @I2679@ +0 @F1270@ FAM +1 HUSB @I2682@ +1 CHIL @I157@ +0 @F1271@ FAM +1 HUSB @I2683@ +1 CHIL @I589@ +0 @F1272@ FAM +1 HUSB @I2684@ +1 WIFE @I2687@ +1 MARR +2 DATE 1911 +0 @F1273@ FAM +1 HUSB @I2688@ +1 CHIL @I2687@ +0 @F1274@ FAM +1 HUSB @I2689@ +1 WIFE @I2690@ +1 CHIL @I1295@ +1 MARR +2 DATE 1753 +0 @F1275@ FAM +1 HUSB @I2691@ +1 WIFE @I2692@ +1 CHIL @I1299@ +0 @F1276@ FAM +1 HUSB @I466@ +1 WIFE @I2839@ +1 CHIL @I2693@ +1 CHIL @I2842@ +1 MARR +2 DATE 1907 +0 @F1277@ FAM +1 HUSB @I2694@ +1 CHIL @I1828@ +0 @F1278@ FAM +1 HUSB @I2695@ +1 WIFE @I2696@ +1 CHIL @I607@ +1 MARR +2 DATE 1879 +0 @F1279@ FAM +1 HUSB @I2698@ +1 WIFE @I2697@ +1 MARR +2 DATE 1896 +0 @F1280@ FAM +1 HUSB @I2702@ +1 WIFE @I2703@ +1 MARR +2 DATE 1948 +0 @F1281@ FAM +1 HUSB @I1675@ +1 WIFE @I2704@ +1 MARR +2 DATE 1968 +0 @F1282@ FAM +1 HUSB @I2705@ +1 CHIL @I453@ +0 @F1283@ FAM +1 HUSB @I2706@ +1 WIFE @I2709@ +1 MARR +2 DATE 1969 +0 @F1284@ FAM +1 HUSB @I2707@ +1 WIFE @I2710@ +1 MARR +2 DATE 1973 +0 @F1285@ FAM +1 HUSB @I2713@ +1 WIFE @I2526@ +1 CHIL @I2714@ +1 CHIL @I2715@ +1 CHIL @I2716@ +1 MARR +2 DATE 30 JUN 1964 +0 @F1286@ FAM +1 HUSB @I2717@ +1 WIFE @I2527@ +1 CHIL @I2718@ +1 CHIL @I2719@ +1 CHIL @I2720@ +1 MARR +2 DATE 25 MAY 1961 +0 @F1287@ FAM +1 HUSB @I2721@ +1 WIFE @I2528@ +1 CHIL @I2722@ +1 CHIL @I2723@ +1 CHIL @I2724@ +1 MARR +2 DATE 5 JUN 1964 +0 @F1288@ FAM +1 HUSB @I2725@ +1 WIFE @I2529@ +1 CHIL @I2726@ +1 CHIL @I2727@ +1 CHIL @I2728@ +1 MARR +2 DATE 15 JUN 1974 +0 @F1289@ FAM +1 HUSB @I447@ +1 WIFE @I2730@ +1 MARR +2 DATE 30 JUL 1961 +0 @F1290@ FAM +1 HUSB @I448@ +1 WIFE @I2731@ +1 MARR +2 DATE 7 DEC 1976 +0 @F1291@ FAM +1 HUSB @I447@ +1 WIFE @I2732@ +1 DIV Y +1 MARR +2 DATE 1934 +0 @F1292@ FAM +1 HUSB @I447@ +1 WIFE @I2733@ +1 CHIL @I2740@ +1 DIV Y +1 MARR +2 DATE 1943 +0 @F1293@ FAM +1 HUSB @I449@ +1 WIFE @I2734@ +1 CHIL @I2742@ +1 CHIL @I2743@ +1 MARR +2 DATE 19 FEB 1946 +0 @F1294@ FAM +1 HUSB @I449@ +1 WIFE @I2735@ +1 MARR +2 DATE 29 SEP 1988 +0 @F1295@ FAM +1 HUSB @I1409@ +1 WIFE @I2736@ +1 CHIL @I2745@ +1 CHIL @I2746@ +1 CHIL @I2747@ +1 CHIL @I2748@ +1 DIV Y +1 MARR +2 DATE 11 MAR 1932 +2 PLAC London,England +0 @F1296@ FAM +1 HUSB @I1409@ +1 WIFE @I2737@ +1 CHIL @I2767@ +1 CHIL @I2768@ +1 CHIL @I2769@ +1 MARR +2 DATE 29 APR 1972 +0 @F1297@ FAM +1 HUSB @I2738@ +1 WIFE @I2739@ +1 MARR +2 DATE 8 JUN 1978 +0 @F1298@ FAM +1 HUSB @I2740@ +1 WIFE @I2741@ +1 MARR +2 DATE 1976 +0 @F1299@ FAM +1 HUSB @I2744@ +1 WIFE @I2742@ +1 MARR +2 DATE 1975 +0 @F1300@ FAM +1 HUSB @I2749@ +1 WIFE @I2745@ +1 CHIL @I2750@ +1 CHIL @I2751@ +1 CHIL @I2752@ +1 CHIL @I2753@ +1 CHIL @I2754@ +1 MARR +2 DATE 1955 +0 @F1301@ FAM +1 HUSB @I2755@ +1 WIFE @I2746@ +1 CHIL @I2756@ +1 CHIL @I2757@ +1 CHIL @I2758@ +1 MARR +2 DATE 1956 +0 @F1302@ FAM +1 HUSB @I2747@ +1 WIFE @I2759@ +1 MARR +2 DATE 1965 +0 @F1303@ FAM +1 HUSB @I2747@ +1 WIFE @I2760@ +1 CHIL @I2761@ +1 MARR +2 DATE 1967 +0 @F1304@ FAM +1 HUSB @I2747@ +1 WIFE @I2762@ +1 CHIL @I2763@ +1 MARR +2 DATE 1972 +0 @F1305@ FAM +1 HUSB @I2747@ +1 WIFE @I2764@ +1 CHIL @I2765@ +1 MARR +2 DATE 1975 +0 @F1306@ FAM +1 HUSB @I2766@ +1 WIFE @I2748@ +1 MARR +2 DATE 1967 +0 @F1307@ FAM +1 HUSB @I2770@ +1 WIFE @I2772@ +1 CHIL @I2773@ +1 CHIL @I2774@ +1 CHIL @I2775@ +1 CHIL @I2776@ +1 CHIL @I2777@ +1 MARR +2 DATE 1888 +0 @F1308@ FAM +1 HUSB @I2778@ +1 CHIL @I2772@ +0 @F1309@ FAM +1 HUSB @I2774@ +1 WIFE @I2779@ +1 CHIL @I2780@ +1 CHIL @I2781@ +1 CHIL @I2782@ +1 MARR +2 DATE 1915 +0 @F1310@ FAM +1 HUSB @I2783@ +1 WIFE @I2780@ +1 CHIL @I2784@ +1 CHIL @I2785@ +1 CHIL @I2786@ +1 CHIL @I2787@ +1 CHIL @I2788@ +1 MARR +2 DATE 1936 +0 @F1311@ FAM +1 HUSB @I2789@ +1 WIFE @I2784@ +1 CHIL @I2790@ +1 MARR +2 DATE 1958 +0 @F1312@ FAM +1 HUSB @I2791@ +1 WIFE @I2785@ +1 CHIL @I2792@ +1 CHIL @I2793@ +1 MARR +2 DATE 1961 +0 @F1313@ FAM +1 HUSB @I2794@ +1 WIFE @I2786@ +1 CHIL @I2795@ +1 CHIL @I2796@ +1 MARR +2 DATE 1970 +0 @F1314@ FAM +1 HUSB @I2797@ +1 WIFE @I2787@ +1 MARR +2 DATE 1976 +0 @F1315@ FAM +1 HUSB @I2781@ +1 WIFE @I2798@ +1 CHIL @I2799@ +1 MARR +2 DATE 1944 +0 @F1316@ FAM +1 HUSB @I2800@ +1 WIFE @I2799@ +1 CHIL @I2801@ +1 CHIL @I2802@ +1 MARR +2 DATE 1970 +0 @F1317@ FAM +1 HUSB @I2781@ +1 WIFE @I2803@ +1 CHIL @I2804@ +1 CHIL @I2806@ +1 CHIL @I2807@ +1 MARR +2 DATE 1950 +0 @F1318@ FAM +1 HUSB @I2805@ +1 WIFE @I2804@ +1 MARR +2 DATE 1977 +0 @F1319@ FAM +1 HUSB @I2808@ +1 WIFE @I2782@ +1 CHIL @I2809@ +1 CHIL @I2810@ +1 CHIL @I2811@ +1 MARR +2 DATE 1948 +0 @F1320@ FAM +1 HUSB @I2774@ +1 WIFE @I2812@ +1 CHIL @I2813@ +1 MARR +2 DATE 1937 +0 @F1321@ FAM +1 HUSB @I2813@ +1 WIFE @I2814@ +1 CHIL @I2815@ +1 CHIL @I2816@ +1 MARR +2 DATE 1969 +0 @F1322@ FAM +1 HUSB @I2817@ +1 WIFE @I2775@ +1 MARR +2 DATE 1918 +0 @F1323@ FAM +1 HUSB @I2818@ +1 WIFE @I2776@ +1 MARR +2 DATE 1929 +0 @F1324@ FAM +1 HUSB @I2777@ +1 WIFE @I2819@ +1 CHIL @I2820@ +1 CHIL @I2821@ +1 CHIL @I2822@ +1 CHIL @I2823@ +1 MARR +2 DATE 1928 +0 @F1325@ FAM +1 HUSB @I2821@ +1 WIFE @I2824@ +1 CHIL @I2825@ +1 CHIL @I2826@ +1 CHIL @I2827@ +1 CHIL @I2828@ +1 MARR +2 DATE 1955 +0 @F1326@ FAM +1 HUSB @I2830@ +1 WIFE @I2829@ +1 MARR +2 DATE 1919 +0 @F1327@ FAM +1 HUSB @I2738@ +1 WIFE @I2831@ +1 CHIL @I2832@ +1 MARR +2 DATE 1937 +0 @F1328@ FAM +1 HUSB @I2833@ +1 WIFE @I2832@ +1 CHIL @I2834@ +1 CHIL @I2835@ +1 CHIL @I2836@ +1 CHIL @I2837@ +1 MARR +2 DATE 1962 +0 @F1329@ FAM +1 HUSB @I2738@ +1 WIFE @I2838@ +1 MARR +2 DATE 1954 +0 @F1330@ FAM +1 HUSB @I2840@ +1 CHIL @I2839@ +0 @F1331@ FAM +1 HUSB @I2693@ +1 WIFE @I2841@ +1 MARR +2 DATE 1939 +0 @F1332@ FAM +1 HUSB @I2843@ +1 WIFE @I2842@ +1 DIV Y +1 MARR +2 DATE 1938 +0 @F1333@ FAM +1 HUSB @I2844@ +1 WIFE @I2842@ +1 DIV Y +1 MARR +2 DATE 1949 +0 @F1334@ FAM +1 HUSB @I465@ +1 WIFE @I2845@ +1 CHIL @I2848@ +1 MARR +2 DATE 1920 +0 @F1335@ FAM +1 HUSB @I465@ +1 WIFE @I2846@ +1 MARR +2 DATE 1929 +0 @F1336@ FAM +1 HUSB @I2847@ +1 WIFE @I2673@ +1 MARR +2 DATE 1922 +0 @F1337@ FAM +1 HUSB @I2848@ +1 WIFE @I2849@ +1 MARR +2 DATE 1965 +0 @F1338@ FAM +1 HUSB @I2851@ +1 WIFE @I2850@ +1 MARR +2 DATE 1749 +0 @F1339@ FAM +1 HUSB @I2852@ +1 WIFE @I1638@ +1 MARR +2 DATE 1766 +0 @F1340@ FAM +1 HUSB @I2853@ +1 WIFE @I1639@ +1 MARR +2 DATE 1763 +0 @F1341@ FAM +1 HUSB @I2859@ +1 WIFE @I2858@ +1 MARR +2 DATE 1680 +0 @F1342@ FAM +1 HUSB @I2863@ +1 WIFE @I1828@ +1 MARR +2 DATE 1445 +0 @F1343@ FAM +1 HUSB @I1468@ +1 WIFE @I2864@ +1 MARR +2 DATE 1478 +0 @F1344@ FAM +1 HUSB @I1470@ +1 WIFE @I2865@ +1 CHIL @I1484@ +1 MARR +2 DATE 1480 +0 @F1345@ FAM +1 HUSB @I1246@ +1 WIFE @I2875@ +1 MARR +2 DATE 1802 +0 @F1346@ FAM +1 HUSB @I1246@ +1 WIFE @I2876@ +1 MARR +2 DATE 1816 +0 @F1347@ FAM +1 HUSB @I1246@ +1 WIFE @I2877@ +1 MARR +2 DATE 1819 +0 @F1348@ FAM +1 HUSB @I2878@ +1 WIFE @I2879@ +1 CHIL @I1246@ +1 MARR +2 DATE 1765 +0 @F1349@ FAM +1 HUSB @I2880@ +1 WIFE @I2881@ +1 CHIL @I2878@ +1 MARR +2 DATE 1738 +0 @F1350@ FAM +1 HUSB @I2424@ +1 WIFE @I2883@ +1 MARR +2 DATE 1701 +0 @F1351@ FAM +1 HUSB @I2884@ +1 CHIL @I1017@ +0 @F1352@ FAM +1 HUSB @I2885@ +1 WIFE @I2100@ +1 CHIL @I2894@ +1 CHIL @I871@ +1 MARR +2 DATE 1496 +0 @F1353@ FAM +1 HUSB @I840@ +1 WIFE @I2886@ +1 MARR +2 DATE 1506 +0 @F1354@ FAM +1 HUSB @I2890@ +1 WIFE @I2887@ +1 MARR +2 DATE 1490 +0 @F1355@ FAM +1 WIFE @I2887@ +1 MARR +2 DATE 1497 +0 @F1356@ FAM +1 HUSB @I2889@ +1 WIFE @I2892@ +1 MARR +2 DATE 1497 +0 @F1357@ FAM +1 HUSB @I2893@ +1 WIFE @I2892@ +1 MARR +2 DATE 1501 +0 @F1358@ FAM +1 HUSB @I2891@ +1 WIFE @I2894@ +1 MARR +2 DATE 1519 +0 @F1359@ FAM +1 HUSB @I1816@ +1 WIFE @I2894@ +1 MARR +2 DATE 8 JUL 1530 +0 @F1360@ FAM +1 HUSB @I2897@ +1 WIFE @I2898@ +1 CHIL @I2448@ +1 MARR +2 DATE 1749 +0 @F1361@ FAM +1 HUSB @I2899@ +1 CHIL @I1202@ +0 @F1362@ FAM +1 HUSB @I2900@ +1 WIFE @I1116@ +1 MARR +2 DATE 1896 +0 @F1363@ FAM +1 HUSB @I2904@ +1 WIFE @I2903@ +1 MARR +2 DATE 1910 +0 @F1364@ FAM +1 HUSB @I2905@ +1 WIFE @I2902@ +1 MARR +2 DATE 1881 +0 @F1365@ FAM +1 HUSB @I2906@ +1 WIFE @I2902@ +1 MARR +2 DATE 1900 +0 @F1366@ FAM +1 HUSB @I2907@ +1 WIFE @I2901@ +1 DIV Y +1 MARR +2 DATE 1875 +0 @F1367@ FAM +1 HUSB @I2448@ +1 WIFE @I2908@ +1 MARR +2 DATE 1776 +0 @F1368@ FAM +1 HUSB @I139@ +1 WIFE @I206@ +1 MARR +2 DATE 1832 +0 @F1369@ FAM +1 HUSB @I1737@ +1 WIFE @I2909@ +1 MARR +2 DATE 1842 +0 @F1370@ FAM +1 HUSB @I205@ +1 WIFE @I2910@ +1 MARR +2 DATE 1816 +0 @F1371@ FAM +1 HUSB @I2911@ +1 WIFE @I2912@ +1 CHIL @I349@ +1 MARR +2 DATE 1777 +0 @F1372@ FAM +1 HUSB @I590@ +1 WIFE @I2914@ +1 CHIL @I2915@ +0 @F1373@ FAM +1 HUSB @I751@ +1 WIFE @I2916@ +1 CHIL @I2517@ +1 CHIL @I2917@ +0 @F1374@ FAM +1 HUSB @I2918@ +1 WIFE @I2917@ +0 @F1375@ FAM +1 HUSB @I2507@ +1 WIFE @I2921@ +0 @F1376@ FAM +1 HUSB @I2922@ +1 CHIL @I2661@ +0 @F1377@ FAM +1 HUSB @I2923@ +1 CHIL @I2664@ +0 @F1378@ FAM +1 HUSB @I2924@ +1 CHIL @I2659@ +0 @F1379@ FAM +1 HUSB @I159@ +1 WIFE @I2925@ +1 MARR +2 DATE 1919 +0 @F1380@ FAM +1 HUSB @I2926@ +1 CHIL @I161@ +0 @F1381@ FAM +1 HUSB @I588@ +1 WIFE @I235@ +1 MARR +2 DATE 1934 +0 @F1382@ FAM +1 HUSB @I2927@ +1 CHIL @I1356@ +0 @F1383@ FAM +1 HUSB @I2928@ +1 CHIL @I1406@ +0 @F1384@ FAM +1 HUSB @I169@ +1 WIFE @I2929@ +1 CHIL @I2930@ +1 CHIL @I2931@ +1 CHIL @I2932@ +0 @F1385@ FAM +1 HUSB @I2933@ +1 CHIL @I821@ +0 @F1386@ FAM +1 HUSB @I2934@ +1 WIFE @I2935@ +1 CHIL @I2933@ +0 @F1387@ FAM +1 HUSB @I2936@ +1 WIFE @I2937@ +1 CHIL @I820@ +0 @F1388@ FAM +1 HUSB @I2938@ +1 WIFE @I2939@ +1 CHIL @I2937@ +0 @F1389@ FAM +1 HUSB @I2940@ +1 WIFE @I2941@ +1 CHIL @I2939@ +0 @F1390@ FAM +1 HUSB @I2942@ +1 CHIL @I2943@ +1 CHIL @I2941@ +0 @F1391@ FAM +1 HUSB @I2943@ +1 CHIL @I2944@ +0 @F1392@ FAM +1 HUSB @I2944@ +1 WIFE @I2945@ +1 CHIL @I2946@ +0 @F1393@ FAM +1 HUSB @I2946@ +1 CHIL @I812@ +0 @F1394@ FAM +1 HUSB @I2948@ +1 CHIL @I2947@ +0 @F1395@ FAM +1 HUSB @I2949@ +1 CHIL @I2948@ +0 @F1396@ FAM +1 HUSB @I2950@ +1 CHIL @I2942@ +0 @F1397@ FAM +1 HUSB @I2951@ +1 CHIL @I2950@ +0 @F1398@ FAM +1 HUSB @I2952@ +1 CHIL @I2951@ +0 @F1399@ FAM +1 HUSB @I2953@ +1 CHIL @I2935@ +0 @F1400@ FAM +1 HUSB @I2954@ +1 WIFE @I2955@ +1 CHIL @I2953@ +0 @F1401@ FAM +1 HUSB @I2956@ +1 CHIL @I2955@ +0 @F1402@ FAM +1 HUSB @I2960@ +1 WIFE @I110@ +1 CHIL @I2961@ +1 MARR +2 DATE FEB 1990 +0 @F1403@ FAM +1 HUSB @I242@ +1 WIFE @I2962@ +1 CHIL @I2963@ +1 MARR +2 DATE ABT 1990 +0 @F1404@ FAM +1 HUSB @I2965@ +1 WIFE @I2964@ +1 CHIL @I2966@ +0 @F1405@ FAM +1 HUSB @I2968@ +1 CHIL @I62@ +0 @F1406@ FAM +1 HUSB @I112@ +1 WIFE @I2969@ +1 MARR +2 DATE JAN 1988 +0 @F1407@ FAM +1 HUSB @I2970@ +1 WIFE @I2969@ +1 DIV Y +0 @F1408@ FAM +1 HUSB @I2971@ +1 WIFE @I2972@ +1 CHIL @I2969@ +1 DIV Y +0 @F1409@ FAM +1 HUSB @I2976@ +1 WIFE @I138@ +1 MARR +2 DATE ABT 1802 +0 @F1410@ FAM +1 HUSB @I54@ +1 WIFE @I2977@ +1 CHIL @I2978@ +1 MARR +2 DATE 17 DEC 1978 +0 @F1411@ FAM +1 HUSB @I109@ +1 WIFE @I2979@ +1 MARR +2 DATE AFT 1989 +0 @F1412@ FAM +1 HUSB @I2980@ +1 WIFE @I314@ +1 CHIL @I2981@ +0 @F1413@ FAM +1 HUSB @I2982@ +1 WIFE @I2983@ +1 CHIL @I292@ +0 @F1414@ FAM +1 HUSB @I2985@ +1 WIFE @I243@ +1 CHIL @I2990@ +1 CHIL @I2991@ +1 CHIL @I2992@ +1 CHIL @I2993@ +1 DIV Y +1 MARR +2 DATE ABT 1947 +0 @F1415@ FAM +1 HUSB @I2986@ +1 WIFE @I806@ +1 CHIL @I2989@ +1 CHIL @I3010@ +1 MARR +2 DATE 28 DEC 1936 +2 PLAC Guildhall,London,England +0 @F1416@ FAM +1 HUSB @I2987@ +1 WIFE @I2988@ +1 CHIL @I2986@ +0 @F1417@ FAM +1 HUSB @I2994@ +1 CHIL @I2985@ +0 @F1418@ FAM +1 HUSB @I2995@ +1 WIFE @I2996@ +1 CHIL @I806@ +1 CHIL @I2997@ +1 CHIL @I3009@ +1 CHIL @I2998@ +1 MARR +2 DATE JUL 1900 +0 @F1419@ FAM +1 HUSB @I3002@ +1 WIFE @I2999@ +1 CHIL @I3003@ +1 CHIL @I3004@ +1 CHIL @I3005@ +1 CHIL @I2996@ +1 CHIL @I3006@ +0 @F1420@ FAM +1 WIFE @I3000@ +1 CHIL @I2999@ +0 @F1421@ FAM +1 HUSB @I3001@ +1 CHIL @I3000@ +0 @F1422@ FAM +1 HUSB @I3007@ +1 WIFE @I3008@ +1 CHIL @I2995@ +0 TRLR diff --git a/tests/Royal92/Royal92.lldump.stdout.ref b/tests/Royal92/Royal92.lldump.stdout.ref new file mode 100644 index 000000000..9d0c34b0f --- /dev/null +++ b/tests/Royal92/Royal92.lldump.stdout.ref @@ -0,0 +1,71724 @@ +KEYFILE key +KEYFILE1 +======== +0x0000:mkey: 0x00000000 (aa/aa) +0x0004:fkey: 0x00060001 (ag/ab) +0x0008:ostat: 0x00000000 (0) + +KEYFILE2 +======== +0x000c:name: 'LifeLines Keyfile ' +0x001e:pad1: 0x0000 +0x0020:magic: 0x12345678 +0x0024:version: 0x00000001 (1) +0x00000028: EOF (0x00000028) GOOD + +XREFFILE xrefs +======== +NOTE: n is always the number of deleted keys PLUS ONE. +NOTE: Each entry indicates the next available key value. + +0x00000000: I n: 0x00000001 (1) +0x00000004: F n: 0x00000001 (1) +0x00000008: E n: 0x00000001 (1) +0x0000000c: S n: 0x00000001 (1) +0x00000010: X n: 0x00000001 (1) +0x00000014: I[0000]: 0x00000bc3 (3011) +0x00000018: F[0000]: 0x0000058f (1423) +0x0000001c: E[0000]: 0x00000001 (1) +0x00000020: S[0000]: 0x00000001 (1) +0x00000024: X[0000]: 0x00000002 (2) +0x00000028: EOF (0x00000028) GOOD + +INDEX - DIRECTORY aa/aa +0x00000000:ix_self: 0x00000000 (aa/aa) +0x00000004:ix_type: 1 (INDEX) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 35 +0x00000e:ix_rkeys[0000]:'0x00 x 8' 0x000ab0:ix_fkeys[0000]:0x00010000(ab/aa) +0x000016:ix_rkeys[0001]:' I62' 0x000ab4:ix_fkeys[0001]:0x00050004(af/ae) +0x00001e:ix_rkeys[0002]:' F239' 0x000ab8:ix_fkeys[0002]:0x00050005(af/af) +0x000026:ix_rkeys[0003]:' F436' 0x000abc:ix_fkeys[0003]:0x00000005(aa/af) +0x00002e:ix_rkeys[0004]:' F604' 0x000ac0:ix_fkeys[0004]:0x00010005(ab/af) +0x000036:ix_rkeys[0005]:' F797' 0x000ac4:ix_fkeys[0005]:0x00020005(ac/af) +0x00003e:ix_rkeys[0006]:' I122' 0x000ac8:ix_fkeys[0006]:0x00010001(ab/ab) +0x000046:ix_rkeys[0007]:' I249' 0x000acc:ix_fkeys[0007]:0x00000001(aa/ab) +0x00004e:ix_rkeys[0008]:' I376' 0x000ad0:ix_fkeys[0008]:0x00020001(ac/ab) +0x000056:ix_rkeys[0009]:' I503' 0x000ad4:ix_fkeys[0009]:0x00020002(ac/ac) +0x00005e:ix_rkeys[0010]:' I630' 0x000ad8:ix_fkeys[0010]:0x00000002(aa/ac) +0x000066:ix_rkeys[0011]:' I757' 0x000adc:ix_fkeys[0011]:0x00010002(ab/ac) +0x00006e:ix_rkeys[0012]:' I884' 0x000ae0:ix_fkeys[0012]:0x00030001(ad/ab) +0x000076:ix_rkeys[0013]:' F1012' 0x000ae4:ix_fkeys[0013]:0x00030005(ad/af) +0x00007e:ix_rkeys[0014]:' F1140' 0x000ae8:ix_fkeys[0014]:0x00040005(ae/af) +0x000086:ix_rkeys[0015]:' F1269' 0x000aec:ix_fkeys[0015]:0x00060000(ag/aa) +0x00008e:ix_rkeys[0016]:' I1011' 0x000af0:ix_fkeys[0016]:0x00030002(ad/ac) +0x000096:ix_rkeys[0017]:' I1138' 0x000af4:ix_fkeys[0017]:0x00030003(ad/ad) +0x00009e:ix_rkeys[0018]:' I1265' 0x000af8:ix_fkeys[0018]:0x00000003(aa/ad) +0x0000a6:ix_rkeys[0019]:' I1392' 0x000afc:ix_fkeys[0019]:0x00010003(ab/ad) +0x0000ae:ix_rkeys[0020]:' I1519' 0x000b00:ix_fkeys[0020]:0x00020003(ac/ad) +0x0000b6:ix_rkeys[0021]:' I1646' 0x000b04:ix_fkeys[0021]:0x00040000(ae/aa) +0x0000be:ix_rkeys[0022]:' I1773' 0x000b08:ix_fkeys[0022]:0x00040001(ae/ab) +0x0000c6:ix_rkeys[0023]:' I1900' 0x000b0c:ix_fkeys[0023]:0x00040002(ae/ac) +0x0000ce:ix_rkeys[0024]:' I2027' 0x000b10:ix_fkeys[0024]:0x00040003(ae/ad) +0x0000d6:ix_rkeys[0025]:' I2154' 0x000b14:ix_fkeys[0025]:0x00040004(ae/ae) +0x0000de:ix_rkeys[0026]:' I2281' 0x000b18:ix_fkeys[0026]:0x00020004(ac/ae) +0x0000e6:ix_rkeys[0027]:' I2408' 0x000b1c:ix_fkeys[0027]:0x00030004(ad/ae) +0x0000ee:ix_rkeys[0028]:' I2535' 0x000b20:ix_fkeys[0028]:0x00050000(af/aa) +0x0000f6:ix_rkeys[0029]:' I2662' 0x000b24:ix_fkeys[0029]:0x00050001(af/ab) +0x0000fe:ix_rkeys[0030]:' I2789' 0x000b28:ix_fkeys[0030]:0x00050002(af/ac) +0x000106:ix_rkeys[0031]:' I2916' 0x000b2c:ix_fkeys[0031]:0x00050003(af/ad) +0x00010e:ix_rkeys[0032]:' NAZ999' 0x000b30:ix_fkeys[0032]:0x00020000(ac/aa) +0x000116:ix_rkeys[0033]:' NEW532' 0x000b34:ix_fkeys[0033]:0x00000004(aa/ae) +0x00011e:ix_rkeys[0034]:' NJS152' 0x000b38:ix_fkeys[0034]:0x00030000(ad/aa) +0x000126:ix_rkeys[0035]:' NPV514' 0x000b3c:ix_fkeys[0035]:0x00010004(ab/ae) + +deleted/unused entries +0x00012e:ix_rkeys[0036]:'0x00 x 8' 0x000b40:ix_fkeys[0036]:0x00000000(aa/aa) +0x000136:ix_rkeys[0037]:'0x00 x 8' 0x000b44:ix_fkeys[0037]:0x00000000(aa/aa) +0x00013e:ix_rkeys[0038]:'0x00 x 8' 0x000b48:ix_fkeys[0038]:0x00000000(aa/aa) +0x000146:ix_rkeys[0039]:'0x00 x 8' 0x000b4c:ix_fkeys[0039]:0x00000000(aa/aa) +0x00014e:ix_rkeys[0040]:'0x00 x 8' 0x000b50:ix_fkeys[0040]:0x00000000(aa/aa) +0x000156:ix_rkeys[0041]:'0x00 x 8' 0x000b54:ix_fkeys[0041]:0x00000000(aa/aa) +0x00015e:ix_rkeys[0042]:'0x00 x 8' 0x000b58:ix_fkeys[0042]:0x00000000(aa/aa) +0x000166:ix_rkeys[0043]:'0x00 x 8' 0x000b5c:ix_fkeys[0043]:0x00000000(aa/aa) +0x00016e:ix_rkeys[0044]:'0x00 x 8' 0x000b60:ix_fkeys[0044]:0x00000000(aa/aa) +0x000176:ix_rkeys[0045]:'0x00 x 8' 0x000b64:ix_fkeys[0045]:0x00000000(aa/aa) +0x00017e:ix_rkeys[0046]:'0x00 x 8' 0x000b68:ix_fkeys[0046]:0x00000000(aa/aa) +0x000186:ix_rkeys[0047]:'0x00 x 8' 0x000b6c:ix_fkeys[0047]:0x00000000(aa/aa) +0x00018e:ix_rkeys[0048]:'0x00 x 8' 0x000b70:ix_fkeys[0048]:0x00000000(aa/aa) +0x000196:ix_rkeys[0049]:'0x00 x 8' 0x000b74:ix_fkeys[0049]:0x00000000(aa/aa) +0x00019e:ix_rkeys[0050]:'0x00 x 8' 0x000b78:ix_fkeys[0050]:0x00000000(aa/aa) +0x0001a6:ix_rkeys[0051]:'0x00 x 8' 0x000b7c:ix_fkeys[0051]:0x00000000(aa/aa) +0x0001ae:ix_rkeys[0052]:'0x00 x 8' 0x000b80:ix_fkeys[0052]:0x00000000(aa/aa) +0x0001b6:ix_rkeys[0053]:'0x00 x 8' 0x000b84:ix_fkeys[0053]:0x00000000(aa/aa) +0x0001be:ix_rkeys[0054]:'0x00 x 8' 0x000b88:ix_fkeys[0054]:0x00000000(aa/aa) +0x0001c6:ix_rkeys[0055]:'0x00 x 8' 0x000b8c:ix_fkeys[0055]:0x00000000(aa/aa) +0x0001ce:ix_rkeys[0056]:'0x00 x 8' 0x000b90:ix_fkeys[0056]:0x00000000(aa/aa) +0x0001d6:ix_rkeys[0057]:'0x00 x 8' 0x000b94:ix_fkeys[0057]:0x00000000(aa/aa) +0x0001de:ix_rkeys[0058]:'0x00 x 8' 0x000b98:ix_fkeys[0058]:0x00000000(aa/aa) +0x0001e6:ix_rkeys[0059]:'0x00 x 8' 0x000b9c:ix_fkeys[0059]:0x00000000(aa/aa) +0x0001ee:ix_rkeys[0060]:'0x00 x 8' 0x000ba0:ix_fkeys[0060]:0x00000000(aa/aa) +0x0001f6:ix_rkeys[0061]:'0x00 x 8' 0x000ba4:ix_fkeys[0061]:0x00000000(aa/aa) +0x0001fe:ix_rkeys[0062]:'0x00 x 8' 0x000ba8:ix_fkeys[0062]:0x00000000(aa/aa) +0x000206:ix_rkeys[0063]:'0x00 x 8' 0x000bac:ix_fkeys[0063]:0x00000000(aa/aa) +0x00020e:ix_rkeys[0064]:'0x00 x 8' 0x000bb0:ix_fkeys[0064]:0x00000000(aa/aa) +0x000216:ix_rkeys[0065]:'0x00 x 8' 0x000bb4:ix_fkeys[0065]:0x00000000(aa/aa) +0x00021e:ix_rkeys[0066]:'0x00 x 8' 0x000bb8:ix_fkeys[0066]:0x00000000(aa/aa) +0x000226:ix_rkeys[0067]:'0x00 x 8' 0x000bbc:ix_fkeys[0067]:0x00000000(aa/aa) +0x00022e:ix_rkeys[0068]:'0x00 x 8' 0x000bc0:ix_fkeys[0068]:0x00000000(aa/aa) +0x000236:ix_rkeys[0069]:'0x00 x 8' 0x000bc4:ix_fkeys[0069]:0x00000000(aa/aa) +0x00023e:ix_rkeys[0070]:'0x00 x 8' 0x000bc8:ix_fkeys[0070]:0x00000000(aa/aa) +0x000246:ix_rkeys[0071]:'0x00 x 8' 0x000bcc:ix_fkeys[0071]:0x00000000(aa/aa) +0x00024e:ix_rkeys[0072]:'0x00 x 8' 0x000bd0:ix_fkeys[0072]:0x00000000(aa/aa) +0x000256:ix_rkeys[0073]:'0x00 x 8' 0x000bd4:ix_fkeys[0073]:0x00000000(aa/aa) +0x00025e:ix_rkeys[0074]:'0x00 x 8' 0x000bd8:ix_fkeys[0074]:0x00000000(aa/aa) +0x000266:ix_rkeys[0075]:'0x00 x 8' 0x000bdc:ix_fkeys[0075]:0x00000000(aa/aa) +0x00026e:ix_rkeys[0076]:'0x00 x 8' 0x000be0:ix_fkeys[0076]:0x00000000(aa/aa) +0x000276:ix_rkeys[0077]:'0x00 x 8' 0x000be4:ix_fkeys[0077]:0x00000000(aa/aa) +0x00027e:ix_rkeys[0078]:'0x00 x 8' 0x000be8:ix_fkeys[0078]:0x00000000(aa/aa) +0x000286:ix_rkeys[0079]:'0x00 x 8' 0x000bec:ix_fkeys[0079]:0x00000000(aa/aa) +0x00028e:ix_rkeys[0080]:'0x00 x 8' 0x000bf0:ix_fkeys[0080]:0x00000000(aa/aa) +0x000296:ix_rkeys[0081]:'0x00 x 8' 0x000bf4:ix_fkeys[0081]:0x00000000(aa/aa) +0x00029e:ix_rkeys[0082]:'0x00 x 8' 0x000bf8:ix_fkeys[0082]:0x00000000(aa/aa) +0x0002a6:ix_rkeys[0083]:'0x00 x 8' 0x000bfc:ix_fkeys[0083]:0x00000000(aa/aa) +0x0002ae:ix_rkeys[0084]:'0x00 x 8' 0x000c00:ix_fkeys[0084]:0x00000000(aa/aa) +0x0002b6:ix_rkeys[0085]:'0x00 x 8' 0x000c04:ix_fkeys[0085]:0x00000000(aa/aa) +0x0002be:ix_rkeys[0086]:'0x00 x 8' 0x000c08:ix_fkeys[0086]:0x00000000(aa/aa) +0x0002c6:ix_rkeys[0087]:'0x00 x 8' 0x000c0c:ix_fkeys[0087]:0x00000000(aa/aa) +0x0002ce:ix_rkeys[0088]:'0x00 x 8' 0x000c10:ix_fkeys[0088]:0x00000000(aa/aa) +0x0002d6:ix_rkeys[0089]:'0x00 x 8' 0x000c14:ix_fkeys[0089]:0x00000000(aa/aa) +0x0002de:ix_rkeys[0090]:'0x00 x 8' 0x000c18:ix_fkeys[0090]:0x00000000(aa/aa) +0x0002e6:ix_rkeys[0091]:'0x00 x 8' 0x000c1c:ix_fkeys[0091]:0x00000000(aa/aa) +0x0002ee:ix_rkeys[0092]:'0x00 x 8' 0x000c20:ix_fkeys[0092]:0x00000000(aa/aa) +0x0002f6:ix_rkeys[0093]:'0x00 x 8' 0x000c24:ix_fkeys[0093]:0x00000000(aa/aa) +0x0002fe:ix_rkeys[0094]:'0x00 x 8' 0x000c28:ix_fkeys[0094]:0x00000000(aa/aa) +0x000306:ix_rkeys[0095]:'0x00 x 8' 0x000c2c:ix_fkeys[0095]:0x00000000(aa/aa) +0x00030e:ix_rkeys[0096]:'0x00 x 8' 0x000c30:ix_fkeys[0096]:0x00000000(aa/aa) +0x000316:ix_rkeys[0097]:'0x00 x 8' 0x000c34:ix_fkeys[0097]:0x00000000(aa/aa) +0x00031e:ix_rkeys[0098]:'0x00 x 8' 0x000c38:ix_fkeys[0098]:0x00000000(aa/aa) +0x000326:ix_rkeys[0099]:'0x00 x 8' 0x000c3c:ix_fkeys[0099]:0x00000000(aa/aa) +0x00032e:ix_rkeys[0100]:'0x00 x 8' 0x000c40:ix_fkeys[0100]:0x00000000(aa/aa) +0x000336:ix_rkeys[0101]:'0x00 x 8' 0x000c44:ix_fkeys[0101]:0x00000000(aa/aa) +0x00033e:ix_rkeys[0102]:'0x00 x 8' 0x000c48:ix_fkeys[0102]:0x00000000(aa/aa) +0x000346:ix_rkeys[0103]:'0x00 x 8' 0x000c4c:ix_fkeys[0103]:0x00000000(aa/aa) +0x00034e:ix_rkeys[0104]:'0x00 x 8' 0x000c50:ix_fkeys[0104]:0x00000000(aa/aa) +0x000356:ix_rkeys[0105]:'0x00 x 8' 0x000c54:ix_fkeys[0105]:0x00000000(aa/aa) +0x00035e:ix_rkeys[0106]:'0x00 x 8' 0x000c58:ix_fkeys[0106]:0x00000000(aa/aa) +0x000366:ix_rkeys[0107]:'0x00 x 8' 0x000c5c:ix_fkeys[0107]:0x00000000(aa/aa) +0x00036e:ix_rkeys[0108]:'0x00 x 8' 0x000c60:ix_fkeys[0108]:0x00000000(aa/aa) +0x000376:ix_rkeys[0109]:'0x00 x 8' 0x000c64:ix_fkeys[0109]:0x00000000(aa/aa) +0x00037e:ix_rkeys[0110]:'0x00 x 8' 0x000c68:ix_fkeys[0110]:0x00000000(aa/aa) +0x000386:ix_rkeys[0111]:'0x00 x 8' 0x000c6c:ix_fkeys[0111]:0x00000000(aa/aa) +0x00038e:ix_rkeys[0112]:'0x00 x 8' 0x000c70:ix_fkeys[0112]:0x00000000(aa/aa) +0x000396:ix_rkeys[0113]:'0x00 x 8' 0x000c74:ix_fkeys[0113]:0x00000000(aa/aa) +0x00039e:ix_rkeys[0114]:'0x00 x 8' 0x000c78:ix_fkeys[0114]:0x00000000(aa/aa) +0x0003a6:ix_rkeys[0115]:'0x00 x 8' 0x000c7c:ix_fkeys[0115]:0x00000000(aa/aa) +0x0003ae:ix_rkeys[0116]:'0x00 x 8' 0x000c80:ix_fkeys[0116]:0x00000000(aa/aa) +0x0003b6:ix_rkeys[0117]:'0x00 x 8' 0x000c84:ix_fkeys[0117]:0x00000000(aa/aa) +0x0003be:ix_rkeys[0118]:'0x00 x 8' 0x000c88:ix_fkeys[0118]:0x00000000(aa/aa) +0x0003c6:ix_rkeys[0119]:'0x00 x 8' 0x000c8c:ix_fkeys[0119]:0x00000000(aa/aa) +0x0003ce:ix_rkeys[0120]:'0x00 x 8' 0x000c90:ix_fkeys[0120]:0x00000000(aa/aa) +0x0003d6:ix_rkeys[0121]:'0x00 x 8' 0x000c94:ix_fkeys[0121]:0x00000000(aa/aa) +0x0003de:ix_rkeys[0122]:'0x00 x 8' 0x000c98:ix_fkeys[0122]:0x00000000(aa/aa) +0x0003e6:ix_rkeys[0123]:'0x00 x 8' 0x000c9c:ix_fkeys[0123]:0x00000000(aa/aa) +0x0003ee:ix_rkeys[0124]:'0x00 x 8' 0x000ca0:ix_fkeys[0124]:0x00000000(aa/aa) +0x0003f6:ix_rkeys[0125]:'0x00 x 8' 0x000ca4:ix_fkeys[0125]:0x00000000(aa/aa) +0x0003fe:ix_rkeys[0126]:'0x00 x 8' 0x000ca8:ix_fkeys[0126]:0x00000000(aa/aa) +0x000406:ix_rkeys[0127]:'0x00 x 8' 0x000cac:ix_fkeys[0127]:0x00000000(aa/aa) +0x00040e:ix_rkeys[0128]:'0x00 x 8' 0x000cb0:ix_fkeys[0128]:0x00000000(aa/aa) +0x000416:ix_rkeys[0129]:'0x00 x 8' 0x000cb4:ix_fkeys[0129]:0x00000000(aa/aa) +0x00041e:ix_rkeys[0130]:'0x00 x 8' 0x000cb8:ix_fkeys[0130]:0x00000000(aa/aa) +0x000426:ix_rkeys[0131]:'0x00 x 8' 0x000cbc:ix_fkeys[0131]:0x00000000(aa/aa) +0x00042e:ix_rkeys[0132]:'0x00 x 8' 0x000cc0:ix_fkeys[0132]:0x00000000(aa/aa) +0x000436:ix_rkeys[0133]:'0x00 x 8' 0x000cc4:ix_fkeys[0133]:0x00000000(aa/aa) +0x00043e:ix_rkeys[0134]:'0x00 x 8' 0x000cc8:ix_fkeys[0134]:0x00000000(aa/aa) +0x000446:ix_rkeys[0135]:'0x00 x 8' 0x000ccc:ix_fkeys[0135]:0x00000000(aa/aa) +0x00044e:ix_rkeys[0136]:'0x00 x 8' 0x000cd0:ix_fkeys[0136]:0x00000000(aa/aa) +0x000456:ix_rkeys[0137]:'0x00 x 8' 0x000cd4:ix_fkeys[0137]:0x00000000(aa/aa) +0x00045e:ix_rkeys[0138]:'0x00 x 8' 0x000cd8:ix_fkeys[0138]:0x00000000(aa/aa) +0x000466:ix_rkeys[0139]:'0x00 x 8' 0x000cdc:ix_fkeys[0139]:0x00000000(aa/aa) +0x00046e:ix_rkeys[0140]:'0x00 x 8' 0x000ce0:ix_fkeys[0140]:0x00000000(aa/aa) +0x000476:ix_rkeys[0141]:'0x00 x 8' 0x000ce4:ix_fkeys[0141]:0x00000000(aa/aa) +0x00047e:ix_rkeys[0142]:'0x00 x 8' 0x000ce8:ix_fkeys[0142]:0x00000000(aa/aa) +0x000486:ix_rkeys[0143]:'0x00 x 8' 0x000cec:ix_fkeys[0143]:0x00000000(aa/aa) +0x00048e:ix_rkeys[0144]:'0x00 x 8' 0x000cf0:ix_fkeys[0144]:0x00000000(aa/aa) +0x000496:ix_rkeys[0145]:'0x00 x 8' 0x000cf4:ix_fkeys[0145]:0x00000000(aa/aa) +0x00049e:ix_rkeys[0146]:'0x00 x 8' 0x000cf8:ix_fkeys[0146]:0x00000000(aa/aa) +0x0004a6:ix_rkeys[0147]:'0x00 x 8' 0x000cfc:ix_fkeys[0147]:0x00000000(aa/aa) +0x0004ae:ix_rkeys[0148]:'0x00 x 8' 0x000d00:ix_fkeys[0148]:0x00000000(aa/aa) +0x0004b6:ix_rkeys[0149]:'0x00 x 8' 0x000d04:ix_fkeys[0149]:0x00000000(aa/aa) +0x0004be:ix_rkeys[0150]:'0x00 x 8' 0x000d08:ix_fkeys[0150]:0x00000000(aa/aa) +0x0004c6:ix_rkeys[0151]:'0x00 x 8' 0x000d0c:ix_fkeys[0151]:0x00000000(aa/aa) +0x0004ce:ix_rkeys[0152]:'0x00 x 8' 0x000d10:ix_fkeys[0152]:0x00000000(aa/aa) +0x0004d6:ix_rkeys[0153]:'0x00 x 8' 0x000d14:ix_fkeys[0153]:0x00000000(aa/aa) +0x0004de:ix_rkeys[0154]:'0x00 x 8' 0x000d18:ix_fkeys[0154]:0x00000000(aa/aa) +0x0004e6:ix_rkeys[0155]:'0x00 x 8' 0x000d1c:ix_fkeys[0155]:0x00000000(aa/aa) +0x0004ee:ix_rkeys[0156]:'0x00 x 8' 0x000d20:ix_fkeys[0156]:0x00000000(aa/aa) +0x0004f6:ix_rkeys[0157]:'0x00 x 8' 0x000d24:ix_fkeys[0157]:0x00000000(aa/aa) +0x0004fe:ix_rkeys[0158]:'0x00 x 8' 0x000d28:ix_fkeys[0158]:0x00000000(aa/aa) +0x000506:ix_rkeys[0159]:'0x00 x 8' 0x000d2c:ix_fkeys[0159]:0x00000000(aa/aa) +0x00050e:ix_rkeys[0160]:'0x00 x 8' 0x000d30:ix_fkeys[0160]:0x00000000(aa/aa) +0x000516:ix_rkeys[0161]:'0x00 x 8' 0x000d34:ix_fkeys[0161]:0x00000000(aa/aa) +0x00051e:ix_rkeys[0162]:'0x00 x 8' 0x000d38:ix_fkeys[0162]:0x00000000(aa/aa) +0x000526:ix_rkeys[0163]:'0x00 x 8' 0x000d3c:ix_fkeys[0163]:0x00000000(aa/aa) +0x00052e:ix_rkeys[0164]:'0x00 x 8' 0x000d40:ix_fkeys[0164]:0x00000000(aa/aa) +0x000536:ix_rkeys[0165]:'0x00 x 8' 0x000d44:ix_fkeys[0165]:0x00000000(aa/aa) +0x00053e:ix_rkeys[0166]:'0x00 x 8' 0x000d48:ix_fkeys[0166]:0x00000000(aa/aa) +0x000546:ix_rkeys[0167]:'0x00 x 8' 0x000d4c:ix_fkeys[0167]:0x00000000(aa/aa) +0x00054e:ix_rkeys[0168]:'0x00 x 8' 0x000d50:ix_fkeys[0168]:0x00000000(aa/aa) +0x000556:ix_rkeys[0169]:'0x00 x 8' 0x000d54:ix_fkeys[0169]:0x00000000(aa/aa) +0x00055e:ix_rkeys[0170]:'0x00 x 8' 0x000d58:ix_fkeys[0170]:0x00000000(aa/aa) +0x000566:ix_rkeys[0171]:'0x00 x 8' 0x000d5c:ix_fkeys[0171]:0x00000000(aa/aa) +0x00056e:ix_rkeys[0172]:'0x00 x 8' 0x000d60:ix_fkeys[0172]:0x00000000(aa/aa) +0x000576:ix_rkeys[0173]:'0x00 x 8' 0x000d64:ix_fkeys[0173]:0x00000000(aa/aa) +0x00057e:ix_rkeys[0174]:'0x00 x 8' 0x000d68:ix_fkeys[0174]:0x00000000(aa/aa) +0x000586:ix_rkeys[0175]:'0x00 x 8' 0x000d6c:ix_fkeys[0175]:0x00000000(aa/aa) +0x00058e:ix_rkeys[0176]:'0x00 x 8' 0x000d70:ix_fkeys[0176]:0x00000000(aa/aa) +0x000596:ix_rkeys[0177]:'0x00 x 8' 0x000d74:ix_fkeys[0177]:0x00000000(aa/aa) +0x00059e:ix_rkeys[0178]:'0x00 x 8' 0x000d78:ix_fkeys[0178]:0x00000000(aa/aa) +0x0005a6:ix_rkeys[0179]:'0x00 x 8' 0x000d7c:ix_fkeys[0179]:0x00000000(aa/aa) +0x0005ae:ix_rkeys[0180]:'0x00 x 8' 0x000d80:ix_fkeys[0180]:0x00000000(aa/aa) +0x0005b6:ix_rkeys[0181]:'0x00 x 8' 0x000d84:ix_fkeys[0181]:0x00000000(aa/aa) +0x0005be:ix_rkeys[0182]:'0x00 x 8' 0x000d88:ix_fkeys[0182]:0x00000000(aa/aa) +0x0005c6:ix_rkeys[0183]:'0x00 x 8' 0x000d8c:ix_fkeys[0183]:0x00000000(aa/aa) +0x0005ce:ix_rkeys[0184]:'0x00 x 8' 0x000d90:ix_fkeys[0184]:0x00000000(aa/aa) +0x0005d6:ix_rkeys[0185]:'0x00 x 8' 0x000d94:ix_fkeys[0185]:0x00000000(aa/aa) +0x0005de:ix_rkeys[0186]:'0x00 x 8' 0x000d98:ix_fkeys[0186]:0x00000000(aa/aa) +0x0005e6:ix_rkeys[0187]:'0x00 x 8' 0x000d9c:ix_fkeys[0187]:0x00000000(aa/aa) +0x0005ee:ix_rkeys[0188]:'0x00 x 8' 0x000da0:ix_fkeys[0188]:0x00000000(aa/aa) +0x0005f6:ix_rkeys[0189]:'0x00 x 8' 0x000da4:ix_fkeys[0189]:0x00000000(aa/aa) +0x0005fe:ix_rkeys[0190]:'0x00 x 8' 0x000da8:ix_fkeys[0190]:0x00000000(aa/aa) +0x000606:ix_rkeys[0191]:'0x00 x 8' 0x000dac:ix_fkeys[0191]:0x00000000(aa/aa) +0x00060e:ix_rkeys[0192]:'0x00 x 8' 0x000db0:ix_fkeys[0192]:0x00000000(aa/aa) +0x000616:ix_rkeys[0193]:'0x00 x 8' 0x000db4:ix_fkeys[0193]:0x00000000(aa/aa) +0x00061e:ix_rkeys[0194]:'0x00 x 8' 0x000db8:ix_fkeys[0194]:0x00000000(aa/aa) +0x000626:ix_rkeys[0195]:'0x00 x 8' 0x000dbc:ix_fkeys[0195]:0x00000000(aa/aa) +0x00062e:ix_rkeys[0196]:'0x00 x 8' 0x000dc0:ix_fkeys[0196]:0x00000000(aa/aa) +0x000636:ix_rkeys[0197]:'0x00 x 8' 0x000dc4:ix_fkeys[0197]:0x00000000(aa/aa) +0x00063e:ix_rkeys[0198]:'0x00 x 8' 0x000dc8:ix_fkeys[0198]:0x00000000(aa/aa) +0x000646:ix_rkeys[0199]:'0x00 x 8' 0x000dcc:ix_fkeys[0199]:0x00000000(aa/aa) +0x00064e:ix_rkeys[0200]:'0x00 x 8' 0x000dd0:ix_fkeys[0200]:0x00000000(aa/aa) +0x000656:ix_rkeys[0201]:'0x00 x 8' 0x000dd4:ix_fkeys[0201]:0x00000000(aa/aa) +0x00065e:ix_rkeys[0202]:'0x00 x 8' 0x000dd8:ix_fkeys[0202]:0x00000000(aa/aa) +0x000666:ix_rkeys[0203]:'0x00 x 8' 0x000ddc:ix_fkeys[0203]:0x00000000(aa/aa) +0x00066e:ix_rkeys[0204]:'0x00 x 8' 0x000de0:ix_fkeys[0204]:0x00000000(aa/aa) +0x000676:ix_rkeys[0205]:'0x00 x 8' 0x000de4:ix_fkeys[0205]:0x00000000(aa/aa) +0x00067e:ix_rkeys[0206]:'0x00 x 8' 0x000de8:ix_fkeys[0206]:0x00000000(aa/aa) +0x000686:ix_rkeys[0207]:'0x00 x 8' 0x000dec:ix_fkeys[0207]:0x00000000(aa/aa) +0x00068e:ix_rkeys[0208]:'0x00 x 8' 0x000df0:ix_fkeys[0208]:0x00000000(aa/aa) +0x000696:ix_rkeys[0209]:'0x00 x 8' 0x000df4:ix_fkeys[0209]:0x00000000(aa/aa) +0x00069e:ix_rkeys[0210]:'0x00 x 8' 0x000df8:ix_fkeys[0210]:0x00000000(aa/aa) +0x0006a6:ix_rkeys[0211]:'0x00 x 8' 0x000dfc:ix_fkeys[0211]:0x00000000(aa/aa) +0x0006ae:ix_rkeys[0212]:'0x00 x 8' 0x000e00:ix_fkeys[0212]:0x00000000(aa/aa) +0x0006b6:ix_rkeys[0213]:'0x00 x 8' 0x000e04:ix_fkeys[0213]:0x00000000(aa/aa) +0x0006be:ix_rkeys[0214]:'0x00 x 8' 0x000e08:ix_fkeys[0214]:0x00000000(aa/aa) +0x0006c6:ix_rkeys[0215]:'0x00 x 8' 0x000e0c:ix_fkeys[0215]:0x00000000(aa/aa) +0x0006ce:ix_rkeys[0216]:'0x00 x 8' 0x000e10:ix_fkeys[0216]:0x00000000(aa/aa) +0x0006d6:ix_rkeys[0217]:'0x00 x 8' 0x000e14:ix_fkeys[0217]:0x00000000(aa/aa) +0x0006de:ix_rkeys[0218]:'0x00 x 8' 0x000e18:ix_fkeys[0218]:0x00000000(aa/aa) +0x0006e6:ix_rkeys[0219]:'0x00 x 8' 0x000e1c:ix_fkeys[0219]:0x00000000(aa/aa) +0x0006ee:ix_rkeys[0220]:'0x00 x 8' 0x000e20:ix_fkeys[0220]:0x00000000(aa/aa) +0x0006f6:ix_rkeys[0221]:'0x00 x 8' 0x000e24:ix_fkeys[0221]:0x00000000(aa/aa) +0x0006fe:ix_rkeys[0222]:'0x00 x 8' 0x000e28:ix_fkeys[0222]:0x00000000(aa/aa) +0x000706:ix_rkeys[0223]:'0x00 x 8' 0x000e2c:ix_fkeys[0223]:0x00000000(aa/aa) +0x00070e:ix_rkeys[0224]:'0x00 x 8' 0x000e30:ix_fkeys[0224]:0x00000000(aa/aa) +0x000716:ix_rkeys[0225]:'0x00 x 8' 0x000e34:ix_fkeys[0225]:0x00000000(aa/aa) +0x00071e:ix_rkeys[0226]:'0x00 x 8' 0x000e38:ix_fkeys[0226]:0x00000000(aa/aa) +0x000726:ix_rkeys[0227]:'0x00 x 8' 0x000e3c:ix_fkeys[0227]:0x00000000(aa/aa) +0x00072e:ix_rkeys[0228]:'0x00 x 8' 0x000e40:ix_fkeys[0228]:0x00000000(aa/aa) +0x000736:ix_rkeys[0229]:'0x00 x 8' 0x000e44:ix_fkeys[0229]:0x00000000(aa/aa) +0x00073e:ix_rkeys[0230]:'0x00 x 8' 0x000e48:ix_fkeys[0230]:0x00000000(aa/aa) +0x000746:ix_rkeys[0231]:'0x00 x 8' 0x000e4c:ix_fkeys[0231]:0x00000000(aa/aa) +0x00074e:ix_rkeys[0232]:'0x00 x 8' 0x000e50:ix_fkeys[0232]:0x00000000(aa/aa) +0x000756:ix_rkeys[0233]:'0x00 x 8' 0x000e54:ix_fkeys[0233]:0x00000000(aa/aa) +0x00075e:ix_rkeys[0234]:'0x00 x 8' 0x000e58:ix_fkeys[0234]:0x00000000(aa/aa) +0x000766:ix_rkeys[0235]:'0x00 x 8' 0x000e5c:ix_fkeys[0235]:0x00000000(aa/aa) +0x00076e:ix_rkeys[0236]:'0x00 x 8' 0x000e60:ix_fkeys[0236]:0x00000000(aa/aa) +0x000776:ix_rkeys[0237]:'0x00 x 8' 0x000e64:ix_fkeys[0237]:0x00000000(aa/aa) +0x00077e:ix_rkeys[0238]:'0x00 x 8' 0x000e68:ix_fkeys[0238]:0x00000000(aa/aa) +0x000786:ix_rkeys[0239]:'0x00 x 8' 0x000e6c:ix_fkeys[0239]:0x00000000(aa/aa) +0x00078e:ix_rkeys[0240]:'0x00 x 8' 0x000e70:ix_fkeys[0240]:0x00000000(aa/aa) +0x000796:ix_rkeys[0241]:'0x00 x 8' 0x000e74:ix_fkeys[0241]:0x00000000(aa/aa) +0x00079e:ix_rkeys[0242]:'0x00 x 8' 0x000e78:ix_fkeys[0242]:0x00000000(aa/aa) +0x0007a6:ix_rkeys[0243]:'0x00 x 8' 0x000e7c:ix_fkeys[0243]:0x00000000(aa/aa) +0x0007ae:ix_rkeys[0244]:'0x00 x 8' 0x000e80:ix_fkeys[0244]:0x00000000(aa/aa) +0x0007b6:ix_rkeys[0245]:'0x00 x 8' 0x000e84:ix_fkeys[0245]:0x00000000(aa/aa) +0x0007be:ix_rkeys[0246]:'0x00 x 8' 0x000e88:ix_fkeys[0246]:0x00000000(aa/aa) +0x0007c6:ix_rkeys[0247]:'0x00 x 8' 0x000e8c:ix_fkeys[0247]:0x00000000(aa/aa) +0x0007ce:ix_rkeys[0248]:'0x00 x 8' 0x000e90:ix_fkeys[0248]:0x00000000(aa/aa) +0x0007d6:ix_rkeys[0249]:'0x00 x 8' 0x000e94:ix_fkeys[0249]:0x00000000(aa/aa) +0x0007de:ix_rkeys[0250]:'0x00 x 8' 0x000e98:ix_fkeys[0250]:0x00000000(aa/aa) +0x0007e6:ix_rkeys[0251]:'0x00 x 8' 0x000e9c:ix_fkeys[0251]:0x00000000(aa/aa) +0x0007ee:ix_rkeys[0252]:'0x00 x 8' 0x000ea0:ix_fkeys[0252]:0x00000000(aa/aa) +0x0007f6:ix_rkeys[0253]:'0x00 x 8' 0x000ea4:ix_fkeys[0253]:0x00000000(aa/aa) +0x0007fe:ix_rkeys[0254]:'0x00 x 8' 0x000ea8:ix_fkeys[0254]:0x00000000(aa/aa) +0x000806:ix_rkeys[0255]:'0x00 x 8' 0x000eac:ix_fkeys[0255]:0x00000000(aa/aa) +0x00080e:ix_rkeys[0256]:'0x00 x 8' 0x000eb0:ix_fkeys[0256]:0x00000000(aa/aa) +0x000816:ix_rkeys[0257]:'0x00 x 8' 0x000eb4:ix_fkeys[0257]:0x00000000(aa/aa) +0x00081e:ix_rkeys[0258]:'0x00 x 8' 0x000eb8:ix_fkeys[0258]:0x00000000(aa/aa) +0x000826:ix_rkeys[0259]:'0x00 x 8' 0x000ebc:ix_fkeys[0259]:0x00000000(aa/aa) +0x00082e:ix_rkeys[0260]:'0x00 x 8' 0x000ec0:ix_fkeys[0260]:0x00000000(aa/aa) +0x000836:ix_rkeys[0261]:'0x00 x 8' 0x000ec4:ix_fkeys[0261]:0x00000000(aa/aa) +0x00083e:ix_rkeys[0262]:'0x00 x 8' 0x000ec8:ix_fkeys[0262]:0x00000000(aa/aa) +0x000846:ix_rkeys[0263]:'0x00 x 8' 0x000ecc:ix_fkeys[0263]:0x00000000(aa/aa) +0x00084e:ix_rkeys[0264]:'0x00 x 8' 0x000ed0:ix_fkeys[0264]:0x00000000(aa/aa) +0x000856:ix_rkeys[0265]:'0x00 x 8' 0x000ed4:ix_fkeys[0265]:0x00000000(aa/aa) +0x00085e:ix_rkeys[0266]:'0x00 x 8' 0x000ed8:ix_fkeys[0266]:0x00000000(aa/aa) +0x000866:ix_rkeys[0267]:'0x00 x 8' 0x000edc:ix_fkeys[0267]:0x00000000(aa/aa) +0x00086e:ix_rkeys[0268]:'0x00 x 8' 0x000ee0:ix_fkeys[0268]:0x00000000(aa/aa) +0x000876:ix_rkeys[0269]:'0x00 x 8' 0x000ee4:ix_fkeys[0269]:0x00000000(aa/aa) +0x00087e:ix_rkeys[0270]:'0x00 x 8' 0x000ee8:ix_fkeys[0270]:0x00000000(aa/aa) +0x000886:ix_rkeys[0271]:'0x00 x 8' 0x000eec:ix_fkeys[0271]:0x00000000(aa/aa) +0x00088e:ix_rkeys[0272]:'0x00 x 8' 0x000ef0:ix_fkeys[0272]:0x00000000(aa/aa) +0x000896:ix_rkeys[0273]:'0x00 x 8' 0x000ef4:ix_fkeys[0273]:0x00000000(aa/aa) +0x00089e:ix_rkeys[0274]:'0x00 x 8' 0x000ef8:ix_fkeys[0274]:0x00000000(aa/aa) +0x0008a6:ix_rkeys[0275]:'0x00 x 8' 0x000efc:ix_fkeys[0275]:0x00000000(aa/aa) +0x0008ae:ix_rkeys[0276]:'0x00 x 8' 0x000f00:ix_fkeys[0276]:0x00000000(aa/aa) +0x0008b6:ix_rkeys[0277]:'0x00 x 8' 0x000f04:ix_fkeys[0277]:0x00000000(aa/aa) +0x0008be:ix_rkeys[0278]:'0x00 x 8' 0x000f08:ix_fkeys[0278]:0x00000000(aa/aa) +0x0008c6:ix_rkeys[0279]:'0x00 x 8' 0x000f0c:ix_fkeys[0279]:0x00000000(aa/aa) +0x0008ce:ix_rkeys[0280]:'0x00 x 8' 0x000f10:ix_fkeys[0280]:0x00000000(aa/aa) +0x0008d6:ix_rkeys[0281]:'0x00 x 8' 0x000f14:ix_fkeys[0281]:0x00000000(aa/aa) +0x0008de:ix_rkeys[0282]:'0x00 x 8' 0x000f18:ix_fkeys[0282]:0x00000000(aa/aa) +0x0008e6:ix_rkeys[0283]:'0x00 x 8' 0x000f1c:ix_fkeys[0283]:0x00000000(aa/aa) +0x0008ee:ix_rkeys[0284]:'0x00 x 8' 0x000f20:ix_fkeys[0284]:0x00000000(aa/aa) +0x0008f6:ix_rkeys[0285]:'0x00 x 8' 0x000f24:ix_fkeys[0285]:0x00000000(aa/aa) +0x0008fe:ix_rkeys[0286]:'0x00 x 8' 0x000f28:ix_fkeys[0286]:0x00000000(aa/aa) +0x000906:ix_rkeys[0287]:'0x00 x 8' 0x000f2c:ix_fkeys[0287]:0x00000000(aa/aa) +0x00090e:ix_rkeys[0288]:'0x00 x 8' 0x000f30:ix_fkeys[0288]:0x00000000(aa/aa) +0x000916:ix_rkeys[0289]:'0x00 x 8' 0x000f34:ix_fkeys[0289]:0x00000000(aa/aa) +0x00091e:ix_rkeys[0290]:'0x00 x 8' 0x000f38:ix_fkeys[0290]:0x00000000(aa/aa) +0x000926:ix_rkeys[0291]:'0x00 x 8' 0x000f3c:ix_fkeys[0291]:0x00000000(aa/aa) +0x00092e:ix_rkeys[0292]:'0x00 x 8' 0x000f40:ix_fkeys[0292]:0x00000000(aa/aa) +0x000936:ix_rkeys[0293]:'0x00 x 8' 0x000f44:ix_fkeys[0293]:0x00000000(aa/aa) +0x00093e:ix_rkeys[0294]:'0x00 x 8' 0x000f48:ix_fkeys[0294]:0x00000000(aa/aa) +0x000946:ix_rkeys[0295]:'0x00 x 8' 0x000f4c:ix_fkeys[0295]:0x00000000(aa/aa) +0x00094e:ix_rkeys[0296]:'0x00 x 8' 0x000f50:ix_fkeys[0296]:0x00000000(aa/aa) +0x000956:ix_rkeys[0297]:'0x00 x 8' 0x000f54:ix_fkeys[0297]:0x00000000(aa/aa) +0x00095e:ix_rkeys[0298]:'0x00 x 8' 0x000f58:ix_fkeys[0298]:0x00000000(aa/aa) +0x000966:ix_rkeys[0299]:'0x00 x 8' 0x000f5c:ix_fkeys[0299]:0x00000000(aa/aa) +0x00096e:ix_rkeys[0300]:'0x00 x 8' 0x000f60:ix_fkeys[0300]:0x00000000(aa/aa) +0x000976:ix_rkeys[0301]:'0x00 x 8' 0x000f64:ix_fkeys[0301]:0x00000000(aa/aa) +0x00097e:ix_rkeys[0302]:'0x00 x 8' 0x000f68:ix_fkeys[0302]:0x00000000(aa/aa) +0x000986:ix_rkeys[0303]:'0x00 x 8' 0x000f6c:ix_fkeys[0303]:0x00000000(aa/aa) +0x00098e:ix_rkeys[0304]:'0x00 x 8' 0x000f70:ix_fkeys[0304]:0x00000000(aa/aa) +0x000996:ix_rkeys[0305]:'0x00 x 8' 0x000f74:ix_fkeys[0305]:0x00000000(aa/aa) +0x00099e:ix_rkeys[0306]:'0x00 x 8' 0x000f78:ix_fkeys[0306]:0x00000000(aa/aa) +0x0009a6:ix_rkeys[0307]:'0x00 x 8' 0x000f7c:ix_fkeys[0307]:0x00000000(aa/aa) +0x0009ae:ix_rkeys[0308]:'0x00 x 8' 0x000f80:ix_fkeys[0308]:0x00000000(aa/aa) +0x0009b6:ix_rkeys[0309]:'0x00 x 8' 0x000f84:ix_fkeys[0309]:0x00000000(aa/aa) +0x0009be:ix_rkeys[0310]:'0x00 x 8' 0x000f88:ix_fkeys[0310]:0x00000000(aa/aa) +0x0009c6:ix_rkeys[0311]:'0x00 x 8' 0x000f8c:ix_fkeys[0311]:0x00000000(aa/aa) +0x0009ce:ix_rkeys[0312]:'0x00 x 8' 0x000f90:ix_fkeys[0312]:0x00000000(aa/aa) +0x0009d6:ix_rkeys[0313]:'0x00 x 8' 0x000f94:ix_fkeys[0313]:0x00000000(aa/aa) +0x0009de:ix_rkeys[0314]:'0x00 x 8' 0x000f98:ix_fkeys[0314]:0x00000000(aa/aa) +0x0009e6:ix_rkeys[0315]:'0x00 x 8' 0x000f9c:ix_fkeys[0315]:0x00000000(aa/aa) +0x0009ee:ix_rkeys[0316]:'0x00 x 8' 0x000fa0:ix_fkeys[0316]:0x00000000(aa/aa) +0x0009f6:ix_rkeys[0317]:'0x00 x 8' 0x000fa4:ix_fkeys[0317]:0x00000000(aa/aa) +0x0009fe:ix_rkeys[0318]:'0x00 x 8' 0x000fa8:ix_fkeys[0318]:0x00000000(aa/aa) +0x000a06:ix_rkeys[0319]:'0x00 x 8' 0x000fac:ix_fkeys[0319]:0x00000000(aa/aa) +0x000a0e:ix_rkeys[0320]:'0x00 x 8' 0x000fb0:ix_fkeys[0320]:0x00000000(aa/aa) +0x000a16:ix_rkeys[0321]:'0x00 x 8' 0x000fb4:ix_fkeys[0321]:0x00000000(aa/aa) +0x000a1e:ix_rkeys[0322]:'0x00 x 8' 0x000fb8:ix_fkeys[0322]:0x00000000(aa/aa) +0x000a26:ix_rkeys[0323]:'0x00 x 8' 0x000fbc:ix_fkeys[0323]:0x00000000(aa/aa) +0x000a2e:ix_rkeys[0324]:'0x00 x 8' 0x000fc0:ix_fkeys[0324]:0x00000000(aa/aa) +0x000a36:ix_rkeys[0325]:'0x00 x 8' 0x000fc4:ix_fkeys[0325]:0x00000000(aa/aa) +0x000a3e:ix_rkeys[0326]:'0x00 x 8' 0x000fc8:ix_fkeys[0326]:0x00000000(aa/aa) +0x000a46:ix_rkeys[0327]:'0x00 x 8' 0x000fcc:ix_fkeys[0327]:0x00000000(aa/aa) +0x000a4e:ix_rkeys[0328]:'0x00 x 8' 0x000fd0:ix_fkeys[0328]:0x00000000(aa/aa) +0x000a56:ix_rkeys[0329]:'0x00 x 8' 0x000fd4:ix_fkeys[0329]:0x00000000(aa/aa) +0x000a5e:ix_rkeys[0330]:'0x00 x 8' 0x000fd8:ix_fkeys[0330]:0x00000000(aa/aa) +0x000a66:ix_rkeys[0331]:'0x00 x 8' 0x000fdc:ix_fkeys[0331]:0x00000000(aa/aa) +0x000a6e:ix_rkeys[0332]:'0x00 x 8' 0x000fe0:ix_fkeys[0332]:0x00000000(aa/aa) +0x000a76:ix_rkeys[0333]:'0x00 x 8' 0x000fe4:ix_fkeys[0333]:0x00000000(aa/aa) +0x000a7e:ix_rkeys[0334]:'0x00 x 8' 0x000fe8:ix_fkeys[0334]:0x00000000(aa/aa) +0x000a86:ix_rkeys[0335]:'0x00 x 8' 0x000fec:ix_fkeys[0335]:0x00000000(aa/aa) +0x000a8e:ix_rkeys[0336]:'0x00 x 8' 0x000ff0:ix_fkeys[0336]:0x00000000(aa/aa) +0x000a96:ix_rkeys[0337]:'0x00 x 8' 0x000ff4:ix_fkeys[0337]:0x00000000(aa/aa) +0x000a9e:ix_rkeys[0338]:'0x00 x 8' 0x000ff8:ix_fkeys[0338]:0x00000000(aa/aa) +0x000aa6:ix_rkeys[0339]:'0x00 x 8' 0x000ffc:ix_fkeys[0339]:0x00000000(aa/aa) +0x00000aae:ix_pad2: 0x0000 +0x00001000: EOF (0x00001000) GOOD + +BLOCK - DIRECTORY ab/aa +0x00000000:ix_self: 0x00010000 (ab/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 161 +0x0000000e:ix_rkey[0000]: ' F1' +0x00000016:ix_rkey[0001]: ' F2' +0x0000001e:ix_rkey[0002]: ' F3' +0x00000026:ix_rkey[0003]: ' F4' +0x0000002e:ix_rkey[0004]: ' F5' +0x00000036:ix_rkey[0005]: ' F6' +0x0000003e:ix_rkey[0006]: ' F7' +0x00000046:ix_rkey[0007]: ' F8' +0x0000004e:ix_rkey[0008]: ' F9' +0x00000056:ix_rkey[0009]: ' I1' +0x0000005e:ix_rkey[0010]: ' I2' +0x00000066:ix_rkey[0011]: ' I3' +0x0000006e:ix_rkey[0012]: ' I4' +0x00000076:ix_rkey[0013]: ' I5' +0x0000007e:ix_rkey[0014]: ' I6' +0x00000086:ix_rkey[0015]: ' I7' +0x0000008e:ix_rkey[0016]: ' I8' +0x00000096:ix_rkey[0017]: ' I9' +0x0000009e:ix_rkey[0018]: ' X1' +0x000000a6:ix_rkey[0019]: ' F10' +0x000000ae:ix_rkey[0020]: ' F11' +0x000000b6:ix_rkey[0021]: ' F12' +0x000000be:ix_rkey[0022]: ' F13' +0x000000c6:ix_rkey[0023]: ' F14' +0x000000ce:ix_rkey[0024]: ' F15' +0x000000d6:ix_rkey[0025]: ' F16' +0x000000de:ix_rkey[0026]: ' F17' +0x000000e6:ix_rkey[0027]: ' F18' +0x000000ee:ix_rkey[0028]: ' F19' +0x000000f6:ix_rkey[0029]: ' F20' +0x000000fe:ix_rkey[0030]: ' F21' +0x00000106:ix_rkey[0031]: ' F22' +0x0000010e:ix_rkey[0032]: ' F23' +0x00000116:ix_rkey[0033]: ' F24' +0x0000011e:ix_rkey[0034]: ' F25' +0x00000126:ix_rkey[0035]: ' F26' +0x0000012e:ix_rkey[0036]: ' F27' +0x00000136:ix_rkey[0037]: ' F28' +0x0000013e:ix_rkey[0038]: ' F29' +0x00000146:ix_rkey[0039]: ' F30' +0x0000014e:ix_rkey[0040]: ' F31' +0x00000156:ix_rkey[0041]: ' F32' +0x0000015e:ix_rkey[0042]: ' F33' +0x00000166:ix_rkey[0043]: ' F34' +0x0000016e:ix_rkey[0044]: ' F35' +0x00000176:ix_rkey[0045]: ' F36' +0x0000017e:ix_rkey[0046]: ' F37' +0x00000186:ix_rkey[0047]: ' F38' +0x0000018e:ix_rkey[0048]: ' F39' +0x00000196:ix_rkey[0049]: ' F40' +0x0000019e:ix_rkey[0050]: ' F41' +0x000001a6:ix_rkey[0051]: ' F42' +0x000001ae:ix_rkey[0052]: ' F43' +0x000001b6:ix_rkey[0053]: ' F44' +0x000001be:ix_rkey[0054]: ' F45' +0x000001c6:ix_rkey[0055]: ' F46' +0x000001ce:ix_rkey[0056]: ' F47' +0x000001d6:ix_rkey[0057]: ' F48' +0x000001de:ix_rkey[0058]: ' F49' +0x000001e6:ix_rkey[0059]: ' F50' +0x000001ee:ix_rkey[0060]: ' F51' +0x000001f6:ix_rkey[0061]: ' F52' +0x000001fe:ix_rkey[0062]: ' F53' +0x00000206:ix_rkey[0063]: ' F54' +0x0000020e:ix_rkey[0064]: ' F55' +0x00000216:ix_rkey[0065]: ' F56' +0x0000021e:ix_rkey[0066]: ' F57' +0x00000226:ix_rkey[0067]: ' F58' +0x0000022e:ix_rkey[0068]: ' F59' +0x00000236:ix_rkey[0069]: ' F60' +0x0000023e:ix_rkey[0070]: ' F61' +0x00000246:ix_rkey[0071]: ' F62' +0x0000024e:ix_rkey[0072]: ' F63' +0x00000256:ix_rkey[0073]: ' F64' +0x0000025e:ix_rkey[0074]: ' F65' +0x00000266:ix_rkey[0075]: ' F66' +0x0000026e:ix_rkey[0076]: ' F67' +0x00000276:ix_rkey[0077]: ' F68' +0x0000027e:ix_rkey[0078]: ' F69' +0x00000286:ix_rkey[0079]: ' F70' +0x0000028e:ix_rkey[0080]: ' F71' +0x00000296:ix_rkey[0081]: ' F72' +0x0000029e:ix_rkey[0082]: ' F73' +0x000002a6:ix_rkey[0083]: ' F74' +0x000002ae:ix_rkey[0084]: ' F75' +0x000002b6:ix_rkey[0085]: ' F76' +0x000002be:ix_rkey[0086]: ' F77' +0x000002c6:ix_rkey[0087]: ' F78' +0x000002ce:ix_rkey[0088]: ' F79' +0x000002d6:ix_rkey[0089]: ' F80' +0x000002de:ix_rkey[0090]: ' F81' +0x000002e6:ix_rkey[0091]: ' F82' +0x000002ee:ix_rkey[0092]: ' F83' +0x000002f6:ix_rkey[0093]: ' F84' +0x000002fe:ix_rkey[0094]: ' F85' +0x00000306:ix_rkey[0095]: ' F86' +0x0000030e:ix_rkey[0096]: ' F87' +0x00000316:ix_rkey[0097]: ' F88' +0x0000031e:ix_rkey[0098]: ' F89' +0x00000326:ix_rkey[0099]: ' F90' +0x0000032e:ix_rkey[0100]: ' F91' +0x00000336:ix_rkey[0101]: ' F92' +0x0000033e:ix_rkey[0102]: ' F93' +0x00000346:ix_rkey[0103]: ' F94' +0x0000034e:ix_rkey[0104]: ' F95' +0x00000356:ix_rkey[0105]: ' F96' +0x0000035e:ix_rkey[0106]: ' F97' +0x00000366:ix_rkey[0107]: ' F98' +0x0000036e:ix_rkey[0108]: ' F99' +0x00000376:ix_rkey[0109]: ' I10' +0x0000037e:ix_rkey[0110]: ' I11' +0x00000386:ix_rkey[0111]: ' I12' +0x0000038e:ix_rkey[0112]: ' I13' +0x00000396:ix_rkey[0113]: ' I14' +0x0000039e:ix_rkey[0114]: ' I15' +0x000003a6:ix_rkey[0115]: ' I16' +0x000003ae:ix_rkey[0116]: ' I17' +0x000003b6:ix_rkey[0117]: ' I18' +0x000003be:ix_rkey[0118]: ' I19' +0x000003c6:ix_rkey[0119]: ' I20' +0x000003ce:ix_rkey[0120]: ' I21' +0x000003d6:ix_rkey[0121]: ' I22' +0x000003de:ix_rkey[0122]: ' I23' +0x000003e6:ix_rkey[0123]: ' I24' +0x000003ee:ix_rkey[0124]: ' I25' +0x000003f6:ix_rkey[0125]: ' I26' +0x000003fe:ix_rkey[0126]: ' I27' +0x00000406:ix_rkey[0127]: ' I28' +0x0000040e:ix_rkey[0128]: ' I29' +0x00000416:ix_rkey[0129]: ' I30' +0x0000041e:ix_rkey[0130]: ' I31' +0x00000426:ix_rkey[0131]: ' I32' +0x0000042e:ix_rkey[0132]: ' I33' +0x00000436:ix_rkey[0133]: ' I34' +0x0000043e:ix_rkey[0134]: ' I35' +0x00000446:ix_rkey[0135]: ' I36' +0x0000044e:ix_rkey[0136]: ' I37' +0x00000456:ix_rkey[0137]: ' I38' +0x0000045e:ix_rkey[0138]: ' I39' +0x00000466:ix_rkey[0139]: ' I40' +0x0000046e:ix_rkey[0140]: ' I41' +0x00000476:ix_rkey[0141]: ' I42' +0x0000047e:ix_rkey[0142]: ' I43' +0x00000486:ix_rkey[0143]: ' I44' +0x0000048e:ix_rkey[0144]: ' I45' +0x00000496:ix_rkey[0145]: ' I46' +0x0000049e:ix_rkey[0146]: ' I47' +0x000004a6:ix_rkey[0147]: ' I48' +0x000004ae:ix_rkey[0148]: ' I49' +0x000004b6:ix_rkey[0149]: ' I50' +0x000004be:ix_rkey[0150]: ' I51' +0x000004c6:ix_rkey[0151]: ' I52' +0x000004ce:ix_rkey[0152]: ' I53' +0x000004d6:ix_rkey[0153]: ' I54' +0x000004de:ix_rkey[0154]: ' I55' +0x000004e6:ix_rkey[0155]: ' I56' +0x000004ee:ix_rkey[0156]: ' I57' +0x000004f6:ix_rkey[0157]: ' I58' +0x000004fe:ix_rkey[0158]: ' I59' +0x00000506:ix_rkey[0159]: ' I60' +0x0000050e:ix_rkey[0160]: ' I61' + +deleted/unused entries +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000005f +0x0000080c:ix_offs[0001]: 0x0000005f 0x00000c08:ix_lens[0001]: 0x000000e0 +0x00000810:ix_offs[0002]: 0x0000013f 0x00000c0c:ix_lens[0002]: 0x00000071 +0x00000814:ix_offs[0003]: 0x000001b0 0x00000c10:ix_lens[0003]: 0x000000bc +0x00000818:ix_offs[0004]: 0x0000026c 0x00000c14:ix_lens[0004]: 0x000000b5 +0x0000081c:ix_offs[0005]: 0x00000321 0x00000c18:ix_lens[0005]: 0x000000bb +0x00000820:ix_offs[0006]: 0x000003dc 0x00000c1c:ix_lens[0006]: 0x000000aa +0x00000824:ix_offs[0007]: 0x00000486 0x00000c20:ix_lens[0007]: 0x000000a4 +0x00000828:ix_offs[0008]: 0x0000052a 0x00000c24:ix_lens[0008]: 0x00000068 +0x0000082c:ix_offs[0009]: 0x00000592 0x00000c28:ix_lens[0009]: 0x00000128 +0x00000830:ix_offs[0010]: 0x000006ba 0x00000c2c:ix_lens[0010]: 0x00000118 +0x00000834:ix_offs[0011]: 0x000007d2 0x00000c30:ix_lens[0011]: 0x00000151 +0x00000838:ix_offs[0012]: 0x00000923 0x00000c34:ix_lens[0012]: 0x0000011c +0x0000083c:ix_offs[0013]: 0x00000a3f 0x00000c38:ix_lens[0013]: 0x000000cc +0x00000840:ix_offs[0014]: 0x00000b0b 0x00000c3c:ix_lens[0014]: 0x000000d6 +0x00000844:ix_offs[0015]: 0x00000be1 0x00000c40:ix_lens[0015]: 0x000000e8 +0x00000848:ix_offs[0016]: 0x00000cc9 0x00000c44:ix_lens[0016]: 0x00000101 +0x0000084c:ix_offs[0017]: 0x00000dca 0x00000c48:ix_lens[0017]: 0x000000d1 +0x00000850:ix_offs[0018]: 0x00000e9b 0x00000c4c:ix_lens[0018]: 0x0000067e +0x00000854:ix_offs[0019]: 0x00001519 0x00000c50:ix_lens[0019]: 0x00000093 +0x00000858:ix_offs[0020]: 0x000015ac 0x00000c54:ix_lens[0020]: 0x00000084 +0x0000085c:ix_offs[0021]: 0x00001630 0x00000c58:ix_lens[0021]: 0x00000095 +0x00000860:ix_offs[0022]: 0x000016c5 0x00000c5c:ix_lens[0022]: 0x0000008e +0x00000864:ix_offs[0023]: 0x00001753 0x00000c60:ix_lens[0023]: 0x000000b2 +0x00000868:ix_offs[0024]: 0x00001805 0x00000c64:ix_lens[0024]: 0x00000085 +0x0000086c:ix_offs[0025]: 0x0000188a 0x00000c68:ix_lens[0025]: 0x00000076 +0x00000870:ix_offs[0026]: 0x00001900 0x00000c6c:ix_lens[0026]: 0x00000043 +0x00000874:ix_offs[0027]: 0x00001943 0x00000c70:ix_lens[0027]: 0x00000043 +0x00000878:ix_offs[0028]: 0x00001986 0x00000c74:ix_lens[0028]: 0x00000089 +0x0000087c:ix_offs[0029]: 0x00001a0f 0x00000c78:ix_lens[0029]: 0x0000005e +0x00000880:ix_offs[0030]: 0x00001a6d 0x00000c7c:ix_lens[0030]: 0x00000072 +0x00000884:ix_offs[0031]: 0x00001adf 0x00000c80:ix_lens[0031]: 0x00000051 +0x00000888:ix_offs[0032]: 0x00001b30 0x00000c84:ix_lens[0032]: 0x00000080 +0x0000088c:ix_offs[0033]: 0x00001bb0 0x00000c88:ix_lens[0033]: 0x00000035 +0x00000890:ix_offs[0034]: 0x00001be5 0x00000c8c:ix_lens[0034]: 0x000000c9 +0x00000894:ix_offs[0035]: 0x00001cae 0x00000c90:ix_lens[0035]: 0x0000005f +0x00000898:ix_offs[0036]: 0x00001d0d 0x00000c94:ix_lens[0036]: 0x0000006d +0x0000089c:ix_offs[0037]: 0x00001d7a 0x00000c98:ix_lens[0037]: 0x00000062 +0x000008a0:ix_offs[0038]: 0x00001ddc 0x00000c9c:ix_lens[0038]: 0x00000084 +0x000008a4:ix_offs[0039]: 0x00001e60 0x00000ca0:ix_lens[0039]: 0x00000081 +0x000008a8:ix_offs[0040]: 0x00001ee1 0x00000ca4:ix_lens[0040]: 0x00000091 +0x000008ac:ix_offs[0041]: 0x00001f72 0x00000ca8:ix_lens[0041]: 0x0000008d +0x000008b0:ix_offs[0042]: 0x00001fff 0x00000cac:ix_lens[0042]: 0x000000b5 +0x000008b4:ix_offs[0043]: 0x000020b4 0x00000cb0:ix_lens[0043]: 0x00000072 +0x000008b8:ix_offs[0044]: 0x00002126 0x00000cb4:ix_lens[0044]: 0x000000a7 +0x000008bc:ix_offs[0045]: 0x000021cd 0x00000cb8:ix_lens[0045]: 0x00000067 +0x000008c0:ix_offs[0046]: 0x00002234 0x00000cbc:ix_lens[0046]: 0x00000072 +0x000008c4:ix_offs[0047]: 0x000022a6 0x00000cc0:ix_lens[0047]: 0x000000b5 +0x000008c8:ix_offs[0048]: 0x0000235b 0x00000cc4:ix_lens[0048]: 0x00000055 +0x000008cc:ix_offs[0049]: 0x000023b0 0x00000cc8:ix_lens[0049]: 0x00000072 +0x000008d0:ix_offs[0050]: 0x00002422 0x00000ccc:ix_lens[0050]: 0x000000b3 +0x000008d4:ix_offs[0051]: 0x000024d5 0x00000cd0:ix_lens[0051]: 0x000000a4 +0x000008d8:ix_offs[0052]: 0x00002579 0x00000cd4:ix_lens[0052]: 0x0000008d +0x000008dc:ix_offs[0053]: 0x00002606 0x00000cd8:ix_lens[0053]: 0x00000051 +0x000008e0:ix_offs[0054]: 0x00002657 0x00000cdc:ix_lens[0054]: 0x00000080 +0x000008e4:ix_offs[0055]: 0x000026d7 0x00000ce0:ix_lens[0055]: 0x0000008f +0x000008e8:ix_offs[0056]: 0x00002766 0x00000ce4:ix_lens[0056]: 0x0000008a +0x000008ec:ix_offs[0057]: 0x000027f0 0x00000ce8:ix_lens[0057]: 0x00000086 +0x000008f0:ix_offs[0058]: 0x00002876 0x00000cec:ix_lens[0058]: 0x00000028 +0x000008f4:ix_offs[0059]: 0x0000289e 0x00000cf0:ix_lens[0059]: 0x000000b0 +0x000008f8:ix_offs[0060]: 0x0000294e 0x00000cf4:ix_lens[0060]: 0x00000083 +0x000008fc:ix_offs[0061]: 0x000029d1 0x00000cf8:ix_lens[0061]: 0x00000064 +0x00000900:ix_offs[0062]: 0x00002a35 0x00000cfc:ix_lens[0062]: 0x00000036 +0x00000904:ix_offs[0063]: 0x00002a6b 0x00000d00:ix_lens[0063]: 0x00000035 +0x00000908:ix_offs[0064]: 0x00002aa0 0x00000d04:ix_lens[0064]: 0x00000041 +0x0000090c:ix_offs[0065]: 0x00002ae1 0x00000d08:ix_lens[0065]: 0x00000041 +0x00000910:ix_offs[0066]: 0x00002b22 0x00000d0c:ix_lens[0066]: 0x0000009c +0x00000914:ix_offs[0067]: 0x00002bbe 0x00000d10:ix_lens[0067]: 0x00000060 +0x00000918:ix_offs[0068]: 0x00002c1e 0x00000d14:ix_lens[0068]: 0x00000027 +0x0000091c:ix_offs[0069]: 0x00002c45 0x00000d18:ix_lens[0069]: 0x00000028 +0x00000920:ix_offs[0070]: 0x00002c6d 0x00000d1c:ix_lens[0070]: 0x000000aa +0x00000924:ix_offs[0071]: 0x00002d17 0x00000d20:ix_lens[0071]: 0x00000027 +0x00000928:ix_offs[0072]: 0x00002d3e 0x00000d24:ix_lens[0072]: 0x00000027 +0x0000092c:ix_offs[0073]: 0x00002d65 0x00000d28:ix_lens[0073]: 0x00000041 +0x00000930:ix_offs[0074]: 0x00002da6 0x00000d2c:ix_lens[0074]: 0x00000056 +0x00000934:ix_offs[0075]: 0x00002dfc 0x00000d30:ix_lens[0075]: 0x0000003a +0x00000938:ix_offs[0076]: 0x00002e36 0x00000d34:ix_lens[0076]: 0x00000066 +0x0000093c:ix_offs[0077]: 0x00002e9c 0x00000d38:ix_lens[0077]: 0x00000035 +0x00000940:ix_offs[0078]: 0x00002ed1 0x00000d3c:ix_lens[0078]: 0x0000003a +0x00000944:ix_offs[0079]: 0x00002f0b 0x00000d40:ix_lens[0079]: 0x000000b3 +0x00000948:ix_offs[0080]: 0x00002fbe 0x00000d44:ix_lens[0080]: 0x0000007e +0x0000094c:ix_offs[0081]: 0x0000303c 0x00000d48:ix_lens[0081]: 0x00000028 +0x00000950:ix_offs[0082]: 0x00003064 0x00000d4c:ix_lens[0082]: 0x00000028 +0x00000954:ix_offs[0083]: 0x0000308c 0x00000d50:ix_lens[0083]: 0x00000044 +0x00000958:ix_offs[0084]: 0x000030d0 0x00000d54:ix_lens[0084]: 0x00000044 +0x0000095c:ix_offs[0085]: 0x00003114 0x00000d58:ix_lens[0085]: 0x000000ac +0x00000960:ix_offs[0086]: 0x000031c0 0x00000d5c:ix_lens[0086]: 0x0000006c +0x00000964:ix_offs[0087]: 0x0000322c 0x00000d60:ix_lens[0087]: 0x00000074 +0x00000968:ix_offs[0088]: 0x000032a0 0x00000d64:ix_lens[0088]: 0x00000043 +0x0000096c:ix_offs[0089]: 0x000032e3 0x00000d68:ix_lens[0089]: 0x0000004f +0x00000970:ix_offs[0090]: 0x00003332 0x00000d6c:ix_lens[0090]: 0x00000028 +0x00000974:ix_offs[0091]: 0x0000335a 0x00000d70:ix_lens[0091]: 0x00000040 +0x00000978:ix_offs[0092]: 0x0000339a 0x00000d74:ix_lens[0092]: 0x00000030 +0x0000097c:ix_offs[0093]: 0x000033ca 0x00000d78:ix_lens[0093]: 0x00000036 +0x00000980:ix_offs[0094]: 0x00003400 0x00000d7c:ix_lens[0094]: 0x000000a0 +0x00000984:ix_offs[0095]: 0x000034a0 0x00000d80:ix_lens[0095]: 0x00000037 +0x00000988:ix_offs[0096]: 0x000034d7 0x00000d84:ix_lens[0096]: 0x00000037 +0x0000098c:ix_offs[0097]: 0x0000350e 0x00000d88:ix_lens[0097]: 0x00000066 +0x00000990:ix_offs[0098]: 0x00003574 0x00000d8c:ix_lens[0098]: 0x0000006e +0x00000994:ix_offs[0099]: 0x000035e2 0x00000d90:ix_lens[0099]: 0x00000029 +0x00000998:ix_offs[0100]: 0x0000360b 0x00000d94:ix_lens[0100]: 0x00000078 +0x0000099c:ix_offs[0101]: 0x00003683 0x00000d98:ix_lens[0101]: 0x0000008e +0x000009a0:ix_offs[0102]: 0x00003711 0x00000d9c:ix_lens[0102]: 0x00000028 +0x000009a4:ix_offs[0103]: 0x00003739 0x00000da0:ix_lens[0103]: 0x000000dd +0x000009a8:ix_offs[0104]: 0x00003816 0x00000da4:ix_lens[0104]: 0x000000fa +0x000009ac:ix_offs[0105]: 0x00003910 0x00000da8:ix_lens[0105]: 0x00000038 +0x000009b0:ix_offs[0106]: 0x00003948 0x00000dac:ix_lens[0106]: 0x00000052 +0x000009b4:ix_offs[0107]: 0x0000399a 0x00000db0:ix_lens[0107]: 0x00000044 +0x000009b8:ix_offs[0108]: 0x000039de 0x00000db4:ix_lens[0108]: 0x00000036 +0x000009bc:ix_offs[0109]: 0x00003a14 0x00000db8:ix_lens[0109]: 0x000000c4 +0x000009c0:ix_offs[0110]: 0x00003ad8 0x00000dbc:ix_lens[0110]: 0x000000e8 +0x000009c4:ix_offs[0111]: 0x00003bc0 0x00000dc0:ix_lens[0111]: 0x0000011b +0x000009c8:ix_offs[0112]: 0x00003cdb 0x00000dc4:ix_lens[0112]: 0x00000110 +0x000009cc:ix_offs[0113]: 0x00003deb 0x00000dc8:ix_lens[0113]: 0x00000147 +0x000009d0:ix_offs[0114]: 0x00003f32 0x00000dcc:ix_lens[0114]: 0x000000e7 +0x000009d4:ix_offs[0115]: 0x00004019 0x00000dd0:ix_lens[0115]: 0x000000be +0x000009d8:ix_offs[0116]: 0x000040d7 0x00000dd4:ix_lens[0116]: 0x000000ce +0x000009dc:ix_offs[0117]: 0x000041a5 0x00000dd8:ix_lens[0117]: 0x0000006c +0x000009e0:ix_offs[0118]: 0x00004211 0x00000ddc:ix_lens[0118]: 0x00000078 +0x000009e4:ix_offs[0119]: 0x00004289 0x00000de0:ix_lens[0119]: 0x00000106 +0x000009e8:ix_offs[0120]: 0x0000438f 0x00000de4:ix_lens[0120]: 0x000000ce +0x000009ec:ix_offs[0121]: 0x0000445d 0x00000de8:ix_lens[0121]: 0x00000082 +0x000009f0:ix_offs[0122]: 0x000044df 0x00000dec:ix_lens[0122]: 0x000000b3 +0x000009f4:ix_offs[0123]: 0x00004592 0x00000df0:ix_lens[0123]: 0x00000084 +0x000009f8:ix_offs[0124]: 0x00004616 0x00000df4:ix_lens[0124]: 0x00000088 +0x000009fc:ix_offs[0125]: 0x0000469e 0x00000df8:ix_lens[0125]: 0x000000c3 +0x00000a00:ix_offs[0126]: 0x00004761 0x00000dfc:ix_lens[0126]: 0x0000009b +0x00000a04:ix_offs[0127]: 0x000047fc 0x00000e00:ix_lens[0127]: 0x0000005b +0x00000a08:ix_offs[0128]: 0x00004857 0x00000e04:ix_lens[0128]: 0x00000069 +0x00000a0c:ix_offs[0129]: 0x000048c0 0x00000e08:ix_lens[0129]: 0x00000127 +0x00000a10:ix_offs[0130]: 0x000049e7 0x00000e0c:ix_lens[0130]: 0x0000010f +0x00000a14:ix_offs[0131]: 0x00004af6 0x00000e10:ix_lens[0131]: 0x0000012b +0x00000a18:ix_offs[0132]: 0x00004c21 0x00000e14:ix_lens[0132]: 0x000000e9 +0x00000a1c:ix_offs[0133]: 0x00004d0a 0x00000e18:ix_lens[0133]: 0x000000c0 +0x00000a20:ix_offs[0134]: 0x00004dca 0x00000e1c:ix_lens[0134]: 0x000000e8 +0x00000a24:ix_offs[0135]: 0x00004eb2 0x00000e20:ix_lens[0135]: 0x0000010f +0x00000a28:ix_offs[0136]: 0x00004fc1 0x00000e24:ix_lens[0136]: 0x000000e7 +0x00000a2c:ix_offs[0137]: 0x000050a8 0x00000e28:ix_lens[0137]: 0x00000087 +0x00000a30:ix_offs[0138]: 0x0000512f 0x00000e2c:ix_lens[0138]: 0x000000cc +0x00000a34:ix_offs[0139]: 0x000051fb 0x00000e30:ix_lens[0139]: 0x0000011e +0x00000a38:ix_offs[0140]: 0x00005319 0x00000e34:ix_lens[0140]: 0x000000a7 +0x00000a3c:ix_offs[0141]: 0x000053c0 0x00000e38:ix_lens[0141]: 0x00000088 +0x00000a40:ix_offs[0142]: 0x00005448 0x00000e3c:ix_lens[0142]: 0x00000084 +0x00000a44:ix_offs[0143]: 0x000054cc 0x00000e40:ix_lens[0143]: 0x000000aa +0x00000a48:ix_offs[0144]: 0x00005576 0x00000e44:ix_lens[0144]: 0x00000078 +0x00000a4c:ix_offs[0145]: 0x000055ee 0x00000e48:ix_lens[0145]: 0x000000d4 +0x00000a50:ix_offs[0146]: 0x000056c2 0x00000e4c:ix_lens[0146]: 0x000000a2 +0x00000a54:ix_offs[0147]: 0x00005764 0x00000e50:ix_lens[0147]: 0x000000a7 +0x00000a58:ix_offs[0148]: 0x0000580b 0x00000e54:ix_lens[0148]: 0x000000ab +0x00000a5c:ix_offs[0149]: 0x000058b6 0x00000e58:ix_lens[0149]: 0x000000d4 +0x00000a60:ix_offs[0150]: 0x0000598a 0x00000e5c:ix_lens[0150]: 0x000000b4 +0x00000a64:ix_offs[0151]: 0x00005a3e 0x00000e60:ix_lens[0151]: 0x000000b4 +0x00000a68:ix_offs[0152]: 0x00005af2 0x00000e64:ix_lens[0152]: 0x0000009d +0x00000a6c:ix_offs[0153]: 0x00005b8f 0x00000e68:ix_lens[0153]: 0x0000008e +0x00000a70:ix_offs[0154]: 0x00005c1d 0x00000e6c:ix_lens[0154]: 0x0000007e +0x00000a74:ix_offs[0155]: 0x00005c9b 0x00000e70:ix_lens[0155]: 0x00000077 +0x00000a78:ix_offs[0156]: 0x00005d12 0x00000e74:ix_lens[0156]: 0x000000a2 +0x00000a7c:ix_offs[0157]: 0x00005db4 0x00000e78:ix_lens[0157]: 0x000000ea +0x00000a80:ix_offs[0158]: 0x00005e9e 0x00000e7c:ix_lens[0158]: 0x000000d2 +0x00000a84:ix_offs[0159]: 0x00005f70 0x00000e80:ix_lens[0159]: 0x000000b4 +0x00000a88:ix_offs[0160]: 0x00006024 0x00000e84:ix_lens[0160]: 0x000000b1 + +0x00000a8c-0x00000c03:ix_offs[0161-0254] default value 0x00000000 +0x00000e88-0x00000fff:ix_lens[0161-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F1 offs: 0x00000000 lens: 0x0000005f +0x00001000-0x0000105e: +>>0 @F1@ FAM +1 HUSB @I133@ +1 WIFE @I138@ +1 MARR +2 DATE 11 JUL 1818 +2 PLAC Kew Palace +1 CHIL @I1@ +<< +[0001] FAM rkey: F2 offs: 0x0000005f lens: 0x000000e0 +0x0000105f-0x0000113e: +>>0 @F2@ FAM +1 HUSB @I2@ +1 WIFE @I1@ +1 DIV N +1 MARR +2 DATE 10 FEB 1840 +2 PLAC Chapel Royal,St. James Palace,England +1 CHIL @I3@ +1 CHIL @I4@ +1 CHIL @I5@ +1 CHIL @I6@ +1 CHIL @I7@ +1 CHIL @I8@ +1 CHIL @I9@ +1 CHIL @I10@ +1 CHIL @I11@ +<< +[0002] FAM rkey: F3 offs: 0x0000013f lens: 0x00000071 +0x0000113f-0x000011af: +>>0 @F3@ FAM +1 HUSB @I139@ +1 WIFE @I140@ +1 DIV Y +1 MARR +2 DATE 31 JUL 1817 +2 PLAC Gotha +1 CHIL @I1737@ +1 CHIL @I2@ +<< +[0003] FAM rkey: F4 offs: 0x000001b0 lens: 0x000000bc +0x000011b0-0x0000126b: +>>0 @F4@ FAM +1 HUSB @I20@ +1 WIFE @I3@ +1 MARR +2 DATE 25 JAN 1858 +2 PLAC London,England +1 CHIL @I21@ +1 CHIL @I77@ +1 CHIL @I72@ +1 CHIL @I73@ +1 CHIL @I74@ +1 CHIL @I75@ +1 CHIL @I76@ +1 CHIL @I78@ +<< +[0004] FAM rkey: F5 offs: 0x0000026c lens: 0x000000b5 +0x0000126c-0x00001320: +>>0 @F5@ FAM +1 HUSB @I4@ +1 WIFE @I12@ +1 MARR +2 DATE 10 MAR 1863 +2 PLAC St. George Chap.,Windsor,,England +1 CHIL @I13@ +1 CHIL @I14@ +1 CHIL @I15@ +1 CHIL @I16@ +1 CHIL @I17@ +1 CHIL @I18@ +<< +[0005] FAM rkey: F6 offs: 0x00000321 lens: 0x000000bb +0x00001321-0x000013db: +>>0 @F6@ FAM +1 HUSB @I22@ +1 WIFE @I5@ +1 MARR +2 DATE 1 JUL 1862 +2 PLAC Osborne House,Isle of Wight +1 CHIL @I38@ +1 CHIL @I84@ +1 CHIL @I79@ +1 CHIL @I83@ +1 CHIL @I86@ +1 CHIL @I39@ +1 CHIL @I85@ +<< +[0006] FAM rkey: F7 offs: 0x000003dc lens: 0x000000aa +0x000013dc-0x00001485: +>>0 @F7@ FAM +1 HUSB @I6@ +1 WIFE @I94@ +1 MARR +2 DATE 23 JAN 1874 +2 PLAC Winter Palace,St. Petersburg,Russia +1 CHIL @I95@ +1 CHIL @I96@ +1 CHIL @I97@ +1 CHIL @I98@ +1 CHIL @I99@ +<< +[0007] FAM rkey: F8 offs: 0x00000486 lens: 0x000000a4 +0x00001486-0x00001529: +>>0 @F8@ FAM +1 HUSB @I117@ +1 WIFE @I7@ +1 MARR +2 DATE 5 JUL 1866 +2 PLAC Windsor Castle,,,England +1 CHIL @I310@ +1 CHIL @I311@ +1 CHIL @I312@ +1 CHIL @I118@ +1 CHIL @I313@ +<< +[0008] FAM rkey: F9 offs: 0x0000052a lens: 0x00000068 +0x0000152a-0x00001591: +>>0 @F9@ FAM +1 HUSB @I201@ +1 WIFE @I8@ +1 MARR +2 DATE 21 MAR 1871 +2 PLAC St. George Chap.,Windsor,,England +<< +[0009] INDI rkey: I1 offs: 0x00000592 lens: 0x00000128 +0x00001592-0x000016b9: +>>0 @I1@ INDI +1 NAME Victoria /Hanover/ +1 REFN 1 +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 24 MAY 1819 +2 PLAC Kensington,Palace,London,England +1 DEAT +2 DATE 22 JAN 1901 +2 PLAC Osborne House,Isle of Wight,England +1 BURI +2 PLAC Royal Mausoleum,Frogmore,Berkshire,England +1 FAMC @F1@ +1 FAMS @F2@ +<< +[0010] INDI rkey: I2 offs: 0x000006ba lens: 0x00000118 +0x000016ba-0x000017d1: +>>0 @I2@ INDI +1 NAME Albert Augustus Charles// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 26 AUG 1819 +2 PLAC Schloss Rosenau,Near Coburg,Germany +1 DEAT +2 DATE 14 DEC 1861 +2 PLAC Windsor Castle,Berkshire,England +1 BURI +2 PLAC Royal Masoleum,Frogmore,Windsor,England +1 FAMC @F3@ +1 FAMS @F2@ +<< +[0011] INDI rkey: I3 offs: 0x000007d2 lens: 0x00000151 +0x000017d2-0x00001922: +>>0 @I3@ INDI +1 NAME Victoria Adelaide Mary// +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 21 NOV 1840 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 10 FEB 1841 +2 PLAC Throne Room,Buckingham Palac,England +1 DEAT +2 DATE 5 AUG 1901 +2 PLAC Friedrichshof,Near,Kronberg,Taunus +1 BURI +2 PLAC Friedenskirche,Potsdam +1 FAMC @F2@ +1 FAMS @F4@ +<< +[0012] INDI rkey: I4 offs: 0x00000923 lens: 0x0000011c +0x00001923-0x00001a3e: +>>0 @I4@ INDI +1 NAME Edward_VII /Wettin/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 9 NOV 1841 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 6 MAY 1910 +2 PLAC Buckingham,Palace,London,England +1 BURI +2 DATE 20 MAY 1910 +2 PLAC Windsor,Berkshire,England +1 FAMC @F2@ +1 FAMS @F5@ +<< +[0013] INDI rkey: I5 offs: 0x00000a3f lens: 0x000000cc +0x00001a3f-0x00001b0a: +>>0 @I5@ INDI +1 NAME Alice Maud Mary// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 25 APR 1843 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 14 DEC 1878 +2 PLAC Darmstadt,,,Germany +1 FAMC @F2@ +1 FAMS @F6@ +<< +[0014] INDI rkey: I6 offs: 0x00000b0b lens: 0x000000d6 +0x00001b0b-0x00001be0: +>>0 @I6@ INDI +1 NAME Alfred Ernest Albert// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 6 AUG 1844 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 30 JUL 1900 +2 PLAC Schloss Rosenau,Near Coburg +1 FAMC @F2@ +1 FAMS @F7@ +<< +[0015] INDI rkey: I7 offs: 0x00000be1 lens: 0x000000e8 +0x00001be1-0x00001cc8: +>>0 @I7@ INDI +1 NAME Helena Augusta Victoria// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 25 MAY 1846 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 9 JUN 1923 +2 PLAC Schomberg House,Pall Mall,London,England +1 FAMC @F2@ +1 FAMS @F8@ +<< +[0016] INDI rkey: I8 offs: 0x00000cc9 lens: 0x00000101 +0x00001cc9-0x00001dc9: +>>0 @I8@ INDI +1 NAME Louise Caroline Alberta// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 18 MAR 1848 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 3 DEC 1939 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Frogmore,,,England +1 FAMC @F2@ +1 FAMS @F9@ +<< +[0017] INDI rkey: I9 offs: 0x00000dca lens: 0x000000d1 +0x00001dca-0x00001e9a: +>>0 @I9@ INDI +1 NAME Arthur William Patrick// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1 MAY 1850 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 16 JAN 1942 +2 PLAC Bagshot Park,Surrey +1 FAMC @F2@ +1 FAMS @F10@ +<< +[0018] Other rkey: X1 offs: 0x00000e9b lens: 0x0000067e +0x00001e9b-0x00002518: +>>0 @X1@ SUBM +1 NAME Denis R. Reid +1 ADDR 149 Kimrose Lane +2 CONT Broadview Heights, Ohio 44147-1258 +2 CONT Internet Email address: ah189@cleveland.freenet.edu +1 PHON (216) 237-5364 +1 COMM >> In a message to Cliff Manis (cmanis@csoftec.csf.com) +2 CONT >> Denis Reid wrote the following: +2 CONT >> Date: Fri, 25 Dec 92 14:12:32 -0500 +2 CONT >> From: ah189@cleveland.Freenet.Edu (Denis Reid) +2 CONT >> Subject: THE ROYALS +2 CONT >> First of all, MERRY CHRISTMAS! +2 CONT >> +2 CONT >> You may make this Royal GEDCOM available available to whomever. +2 CONT >> As you know this is a work in process and have received suggestions, +2 CONT >> corrections and additions from all over the planet... +2 CONT >> some even who claim to be descended from Charlemange, himself! +2 CONT >> +2 CONT >> The weakest part of the Royals is in the French and Spanish lines. +2 CONT >> I found that many of the French Kings had multiple mistresses whose +2 CONT >> descendants claimed noble titles, and the Throne itself in some +2 CONT >> cases. I have had the hardest time finding good published sources +2 CONT >> for French and Spanish Royalty. +2 CONT >> +2 CONT >> If you do post it to a BBS or send it around, I would appreciate +2 CONT >> it if you'd append a message to the effect that I would welcome +2 CONT >> comments and suggestions and possible sources to improve +2 CONT >> the database. +2 CONT >> +2 CONT >> Since the Royals had so many names and many titles it was difficult +2 CONT >> to "fill in the blanks" with their name. In the previous version, +2 CONT >> I included all their titles, names, monikers in the notes. +2 CONT >> +2 CONT >> Thanks for your interest. Denis Reid +<< +[0019] FAM rkey: F10 offs: 0x00001519 lens: 0x00000093 +0x00002519-0x000025ab: +>>0 @F10@ FAM +1 HUSB @I9@ +1 WIFE @I120@ +1 MARR +2 DATE 13 MAR 1879 +2 PLAC St. George Chap.,Windsor,,England +1 CHIL @I121@ +1 CHIL @I122@ +1 CHIL @I123@ +<< +[0020] FAM rkey: F11 offs: 0x000015ac lens: 0x00000084 +0x000025ac-0x0000262f: +>>0 @F11@ FAM +1 HUSB @I10@ +1 WIFE @I23@ +1 MARR +2 DATE 27 APR 1882 +2 PLAC St. George Chap.,Windsor,,England +1 CHIL @I24@ +1 CHIL @I129@ +<< +[0021] FAM rkey: F12 offs: 0x00001630 lens: 0x00000095 +0x00002630-0x000026c4: +>>0 @F12@ FAM +1 HUSB @I25@ +1 WIFE @I11@ +1 MARR +2 DATE 23 JUL 1885 +2 PLAC Whippingham,Isle of Wight +1 CHIL @I26@ +1 CHIL @I27@ +1 CHIL @I28@ +1 CHIL @I29@ +<< +[0022] FAM rkey: F13 offs: 0x000016c5 lens: 0x0000008e +0x000026c5-0x00002752: +>>0 @F13@ FAM +1 HUSB @I225@ +1 WIFE @I226@ +1 MARR +2 DATE 1842 +1 CHIL @I604@ +1 CHIL @I12@ +1 CHIL @I227@ +1 CHIL @I41@ +1 CHIL @I254@ +1 CHIL @I1663@ +<< +[0023] FAM rkey: F14 offs: 0x00001753 lens: 0x000000b2 +0x00002753-0x00002804: +>>0 @F14@ FAM +1 HUSB @I14@ +1 WIFE @I30@ +1 MARR +2 DATE 6 JUL 1893 +2 PLAC Chapel Royal,St. James Palace +1 CHIL @I31@ +1 CHIL @I32@ +1 CHIL @I33@ +1 CHIL @I34@ +1 CHIL @I35@ +1 CHIL @I36@ +<< +[0024] FAM rkey: F15 offs: 0x00001805 lens: 0x00000085 +0x00002805-0x00002889: +>>0 @F15@ FAM +1 HUSB @I105@ +1 WIFE @I15@ +1 MARR +2 DATE 27 JUL 1889 +2 PLAC Buckingham,Palace,London,England +1 CHIL @I125@ +1 CHIL @I952@ +<< +[0025] FAM rkey: F16 offs: 0x0000188a lens: 0x00000076 +0x0000288a-0x000028ff: +>>0 @F16@ FAM +1 HUSB @I71@ +1 WIFE @I17@ +1 MARR +2 DATE 22 JUL 1896 +2 PLAC Buckingham,Palace,London,England +1 CHIL @I450@ +<< +[0026] FAM rkey: F17 offs: 0x00001900 lens: 0x00000043 +0x00002900-0x00002942: +>>0 @F17@ FAM +1 HUSB @I19@ +1 WIFE @I1216@ +1 CHIL @I23@ +1 CHIL @I656@ +<< +[0027] FAM rkey: F18 offs: 0x00001943 lens: 0x00000043 +0x00002943-0x00002985: +>>0 @F18@ FAM +1 HUSB @I412@ +1 WIFE @I427@ +1 CHIL @I428@ +1 CHIL @I20@ +<< +[0028] FAM rkey: F19 offs: 0x00001986 lens: 0x00000089 +0x00002986-0x00002a0e: +>>0 @F19@ FAM +1 HUSB @I21@ +1 WIFE @I402@ +1 CHIL @I420@ +1 CHIL @I421@ +1 CHIL @I422@ +1 CHIL @I423@ +1 CHIL @I424@ +1 CHIL @I425@ +1 CHIL @I426@ +<< +[0029] FAM rkey: F20 offs: 0x00001a0f lens: 0x0000005e +0x00002a0f-0x00002a6c: +>>0 @F20@ FAM +1 HUSB @I21@ +1 WIFE @I419@ +1 MARR +2 DATE 5 NOV 1922 +2 PLAC Haus Doorn,Netherlands +<< +[0030] FAM rkey: F21 offs: 0x00001a6d lens: 0x00000072 +0x00002a6d-0x00002ade: +>>0 @F21@ FAM +1 HUSB @I357@ +1 WIFE @I358@ +1 MARR +2 DATE 1836 +1 CHIL @I22@ +1 CHIL @I497@ +1 CHIL @I498@ +1 CHIL @I499@ +<< +[0031] FAM rkey: F22 offs: 0x00001adf lens: 0x00000051 +0x00002adf-0x00002b2f: +>>0 @F22@ FAM +1 HUSB @I280@ +1 WIFE @I24@ +1 CHIL @I287@ +1 CHIL @I288@ +1 CHIL @I289@ +<< +[0032] FAM rkey: F23 offs: 0x00001b30 lens: 0x00000080 +0x00002b30-0x00002baf: +>>0 @F23@ FAM +1 HUSB @I347@ +1 WIFE @I348@ +1 MARR +2 DATE 1851 +1 CHIL @I224@ +1 CHIL @I100@ +1 CHIL @I486@ +1 CHIL @I25@ +1 CHIL @I487@ +<< +[0033] FAM rkey: F24 offs: 0x00001bb0 lens: 0x00000035 +0x00002bb0-0x00002be4: +>>0 @F24@ FAM +1 HUSB @I26@ +1 WIFE @I408@ +1 CHIL @I509@ +<< +[0034] FAM rkey: F25 offs: 0x00001be5 lens: 0x000000c9 +0x00002be5-0x00002cad: +>>0 @F25@ FAM +1 HUSB @I409@ +1 WIFE @I27@ +1 MARR +2 DATE 1906 +2 PLAC Church of,San Jeronimo,Madrid,Spain +1 CHIL @I430@ +1 CHIL @I591@ +1 CHIL @I433@ +1 CHIL @I2642@ +1 CHIL @I431@ +1 CHIL @I432@ +1 CHIL @I2643@ +<< +[0035] FAM rkey: F26 offs: 0x00001cae lens: 0x0000005f +0x00002cae-0x00002d0c: +>>0 @F26@ FAM +1 HUSB @I137@ +1 WIFE @I136@ +1 CHIL @I30@ +1 CHIL @I278@ +1 CHIL @I279@ +1 CHIL @I280@ +<< +[0036] FAM rkey: F27 offs: 0x00001d0d lens: 0x0000006d +0x00002d0d-0x00002d79: +>>0 @F27@ FAM +1 HUSB @I31@ +1 WIFE @I70@ +1 DIV N +1 MARR +2 DATE 3 JUN 1937 +2 PLAC Chateau de Cande,Monts,,France +<< +[0037] FAM rkey: F28 offs: 0x00001d7a lens: 0x00000062 +0x00002d7a-0x00002ddb: +>>0 @F28@ FAM +1 HUSB @I32@ +1 WIFE @I51@ +1 DIV N +1 MARR +2 DATE 26 APR 1923 +1 CHIL @I52@ +1 CHIL @I53@ +<< +[0038] FAM rkey: F29 offs: 0x00001ddc lens: 0x00000084 +0x00002ddc-0x00002e5f: +>>0 @F29@ FAM +1 HUSB @I68@ +1 WIFE @I33@ +1 MARR +2 DATE 28 FEB 1922 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I244@ +1 CHIL @I291@ +<< +[0039] FAM rkey: F30 offs: 0x00001e60 lens: 0x00000081 +0x00002e60-0x00002ee0: +>>0 @F30@ FAM +1 HUSB @I34@ +1 WIFE @I69@ +1 MARR +2 DATE 6 NOV 1935 +2 PLAC Buckingham,Palace,London,England +1 CHIL @I87@ +1 CHIL @I88@ +<< +[0040] FAM rkey: F31 offs: 0x00001ee1 lens: 0x00000091 +0x00002ee1-0x00002f71: +>>0 @F31@ FAM +1 HUSB @I35@ +1 WIFE @I66@ +1 MARR +2 DATE 29 NOV 1934 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I67@ +1 CHIL @I106@ +1 CHIL @I107@ +<< +[0041] FAM rkey: F32 offs: 0x00001f72 lens: 0x0000008d +0x00002f72-0x00002ffe: +>>0 @F32@ FAM +1 HUSB @I40@ +1 WIFE @I41@ +1 MARR +2 DATE 1866 +1 CHIL @I37@ +1 CHIL @I1568@ +1 CHIL @I153@ +1 CHIL @I154@ +1 CHIL @I155@ +1 CHIL @I156@ +<< +[0042] FAM rkey: F33 offs: 0x00001fff lens: 0x000000b5 +0x00002fff-0x000030b3: +>>0 @F33@ FAM +1 HUSB @I37@ +1 WIFE @I39@ +1 DIV N +1 MARR +2 DATE 26 NOV 1894 +2 PLAC Winter Palace,,St. Petersburg,Russia +1 CHIL @I46@ +1 CHIL @I47@ +1 CHIL @I48@ +1 CHIL @I49@ +1 CHIL @I50@ +<< +[0043] FAM rkey: F34 offs: 0x000020b4 lens: 0x00000072 +0x000030b4-0x00003125: +>>0 @F34@ FAM +1 HUSB @I100@ +1 WIFE @I38@ +1 MARR +2 DATE 1884 +1 CHIL @I101@ +1 CHIL @I238@ +1 CHIL @I102@ +1 CHIL @I103@ +<< +[0044] FAM rkey: F35 offs: 0x00002126 lens: 0x000000a7 +0x00003126-0x000031cc: +>>0 @F35@ FAM +1 HUSB @I44@ +1 WIFE @I45@ +1 MARR +2 DATE 1840 +1 CHIL @I491@ +1 CHIL @I492@ +1 CHIL @I40@ +1 CHIL @I149@ +1 CHIL @I150@ +1 CHIL @I94@ +1 CHIL @I151@ +1 CHIL @I152@ +<< +[0045] FAM rkey: F36 offs: 0x000021cd lens: 0x00000067 +0x000031cd-0x00003233: +>>0 @F36@ FAM +1 HUSB @I1294@ +1 WIFE @I1295@ +1 MARR +2 DATE 1776 +1 CHIL @I1296@ +1 CHIL @I654@ +1 CHIL @I42@ +<< +[0046] FAM rkey: F37 offs: 0x00002234 lens: 0x00000072 +0x00003234-0x000032a5: +>>0 @F37@ FAM +1 HUSB @I42@ +1 WIFE @I43@ +1 MARR +2 DATE 1817 +1 CHIL @I44@ +1 CHIL @I353@ +1 CHIL @I2665@ +1 CHIL @I2666@ +<< +[0047] FAM rkey: F38 offs: 0x000022a6 lens: 0x000000b5 +0x000032a6-0x0000335a: +>>0 @F38@ FAM +1 HUSB @I162@ +1 WIFE @I410@ +1 CHIL @I511@ +1 CHIL @I411@ +1 CHIL @I412@ +1 CHIL @I43@ +1 CHIL @I413@ +1 CHIL @I414@ +1 CHIL @I2654@ +1 CHIL @I416@ +1 CHIL @I1029@ +1 CHIL @I418@ +<< +[0048] FAM rkey: F39 offs: 0x0000235b lens: 0x00000055 +0x0000335b-0x000033af: +>>0 @F39@ FAM +1 HUSB @I44@ +1 WIFE @I1569@ +1 CHIL @I1570@ +1 CHIL @I1571@ +1 CHIL @I1572@ +<< +[0049] FAM rkey: F40 offs: 0x000023b0 lens: 0x00000072 +0x000033b0-0x00003421: +>>0 @F40@ FAM +1 HUSB @I349@ +1 WIFE @I350@ +1 MARR +2 DATE 1804 +1 CHIL @I493@ +1 CHIL @I357@ +1 CHIL @I347@ +1 CHIL @I45@ +<< +[0050] FAM rkey: F41 offs: 0x00002422 lens: 0x000000b3 +0x00003422-0x000034d4: +>>0 @F41@ FAM +1 HUSB @I145@ +1 WIFE @I146@ +1 CHIL @I173@ +1 CHIL @I174@ +1 CHIL @I175@ +1 CHIL @I176@ +1 CHIL @I177@ +1 CHIL @I178@ +1 CHIL @I179@ +1 CHIL @I180@ +1 CHIL @I51@ +1 CHIL @I181@ +<< +[0051] FAM rkey: F42 offs: 0x000024d5 lens: 0x000000a4 +0x000034d5-0x00003578: +>>0 @F42@ FAM +1 HUSB @I57@ +1 WIFE @I52@ +1 DIV N +1 MARR +2 DATE 20 NOV 1947 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I58@ +1 CHIL @I59@ +1 CHIL @I60@ +1 CHIL @I61@ +<< +[0052] FAM rkey: F43 offs: 0x00002579 lens: 0x0000008d +0x00003579-0x00003605: +>>0 @F43@ FAM +1 HUSB @I54@ +1 WIFE @I53@ +1 DIV Y +1 MARR +2 DATE 6 MAY 1960 +2 PLAC Westminster,Cathedral,London,England +1 CHIL @I55@ +1 CHIL @I56@ +<< +[0053] FAM rkey: F44 offs: 0x00002606 lens: 0x00000051 +0x00003606-0x00003656: +>>0 @F44@ FAM +1 HUSB @I54@ +1 WIFE @I2977@ +1 MARR +2 DATE 17 DEC 1978 +1 CHIL @I2978@ +<< +[0054] FAM rkey: F45 offs: 0x00002657 lens: 0x00000080 +0x00003657-0x000036d6: +>>0 @F45@ FAM +1 HUSB @I104@ +1 WIFE @I101@ +1 MARR +2 DATE 1903 +1 CHIL @I147@ +1 CHIL @I148@ +1 CHIL @I463@ +1 CHIL @I476@ +1 CHIL @I57@ +<< +[0055] FAM rkey: F46 offs: 0x000026d7 lens: 0x0000008f +0x000036d7-0x00003765: +>>0 @F46@ FAM +1 HUSB @I58@ +1 WIFE @I65@ +1 DIV N +1 MARR +2 DATE 29 JUL 1981 +2 PLAC St. Paul's,Cathedral,London,England +1 CHIL @I115@ +1 CHIL @I116@ +<< +[0056] FAM rkey: F47 offs: 0x00002766 lens: 0x0000008a +0x00003766-0x000037ef: +>>0 @F47@ FAM +1 HUSB @I62@ +1 WIFE @I59@ +1 DIV N +1 MARR +2 DATE 14 NOV 1973 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I63@ +1 CHIL @I64@ +<< +[0057] FAM rkey: F48 offs: 0x000027f0 lens: 0x00000086 +0x000037f0-0x00003875: +>>0 @F48@ FAM +1 HUSB @I60@ +1 WIFE @I168@ +1 MARR +2 DATE 23 JUL 1986 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I827@ +1 CHIL @I2958@ +<< +[0058] FAM rkey: F49 offs: 0x00002876 lens: 0x00000028 +0x00003876-0x0000389d: +>>0 @F49@ FAM +1 HUSB @I2968@ +1 CHIL @I62@ +<< +[0059] FAM rkey: F50 offs: 0x0000289e lens: 0x000000b0 +0x0000389e-0x0000394d: +>>0 @F50@ FAM +1 HUSB @I239@ +1 WIFE @I93@ +1 DIV Y +1 MARR +2 DATE 1954 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I240@ +1 CHIL @I241@ +1 CHIL @I1712@ +1 CHIL @I65@ +1 CHIL @I242@ +<< +[0060] FAM rkey: F51 offs: 0x0000294e lens: 0x00000083 +0x0000394e-0x000039d0: +>>0 @F51@ FAM +1 HUSB @I229@ +1 WIFE @I1362@ +1 MARR +2 DATE 1902 +1 CHIL @I66@ +1 CHIL @I236@ +1 CHIL @I237@ +1 CHIL @I2964@ +1 CHIL @I2967@ +<< +[0061] FAM rkey: F52 offs: 0x000029d1 lens: 0x00000064 +0x000039d1-0x00003a34: +>>0 @F52@ FAM +1 HUSB @I67@ +1 WIFE @I111@ +1 MARR +2 DATE 1961 +1 CHIL @I112@ +1 CHIL @I113@ +1 CHIL @I114@ +<< +[0062] FAM rkey: F53 offs: 0x00002a35 lens: 0x00000036 +0x00003a35-0x00003a6a: +>>0 @F53@ FAM +1 HUSB @I803@ +1 WIFE @I1607@ +1 CHIL @I69@ +<< +[0063] FAM rkey: F54 offs: 0x00002a6b lens: 0x00000035 +0x00003a6b-0x00003a9f: +>>0 @F54@ FAM +1 HUSB @I171@ +1 WIFE @I172@ +1 CHIL @I70@ +<< +[0064] FAM rkey: F55 offs: 0x00002aa0 lens: 0x00000041 +0x00003aa0-0x00003ae0: +>>0 @F55@ FAM +1 HUSB @I91@ +1 WIFE @I70@ +1 DIV Y +1 MARR +2 DATE 1916 +<< +[0065] FAM rkey: F56 offs: 0x00002ae1 lens: 0x00000041 +0x00003ae1-0x00003b21: +>>0 @F56@ FAM +1 HUSB @I92@ +1 WIFE @I70@ +1 DIV Y +1 MARR +2 DATE 1928 +<< +[0066] FAM rkey: F57 offs: 0x00002b22 lens: 0x0000009c +0x00003b22-0x00003bbd: +>>0 @F57@ FAM +1 HUSB @I604@ +1 WIFE @I605@ +1 CHIL @I606@ +1 CHIL @I71@ +1 CHIL @I2697@ +1 CHIL @I1664@ +1 CHIL @I598@ +1 CHIL @I1665@ +1 CHIL @I1666@ +1 CHIL @I1667@ +<< +[0067] FAM rkey: F58 offs: 0x00002bbe lens: 0x00000060 +0x00003bbe-0x00003c1d: +>>0 @F58@ FAM +1 HUSB @I72@ +1 WIFE @I79@ +1 MARR +2 DATE 1888 +1 CHIL @I80@ +1 CHIL @I81@ +1 CHIL @I82@ +<< +[0068] FAM rkey: F59 offs: 0x00002c1e lens: 0x00000027 +0x00003c1e-0x00003c44: +>>0 @F59@ FAM +1 HUSB @I404@ +1 WIFE @I74@ +<< +[0069] FAM rkey: F60 offs: 0x00002c45 lens: 0x00000028 +0x00003c45-0x00003c6c: +>>0 @F60@ FAM +1 HUSB @I1203@ +1 WIFE @I74@ +<< +[0070] FAM rkey: F61 offs: 0x00002c6d lens: 0x000000aa +0x00003c6d-0x00003d16: +>>0 @F61@ FAM +1 HUSB @I405@ +1 WIFE @I76@ +1 MARR +2 DATE 27 OCT 1889 +2 PLAC Athens,Greece +1 CHIL @I439@ +1 CHIL @I234@ +1 CHIL @I233@ +1 CHIL @I232@ +1 CHIL @I231@ +1 CHIL @I230@ +<< +[0071] FAM rkey: F62 offs: 0x00002d17 lens: 0x00000027 +0x00003d17-0x00003d3d: +>>0 @F62@ FAM +1 HUSB @I403@ +1 WIFE @I77@ +<< +[0072] FAM rkey: F63 offs: 0x00002d3e lens: 0x00000027 +0x00003d3e-0x00003d64: +>>0 @F63@ FAM +1 HUSB @I406@ +1 WIFE @I78@ +<< +[0073] FAM rkey: F64 offs: 0x00002d65 lens: 0x00000041 +0x00003d65-0x00003da5: +>>0 @F64@ FAM +1 HUSB @I83@ +1 WIFE @I97@ +1 DIV Y +1 MARR +2 DATE 1894 +<< +[0074] FAM rkey: F65 offs: 0x00002da6 lens: 0x00000056 +0x00003da6-0x00003dfb: +>>0 @F65@ FAM +1 HUSB @I83@ +1 WIFE @I460@ +1 MARR +2 DATE 1905 +1 CHIL @I461@ +1 CHIL @I462@ +<< +[0075] FAM rkey: F66 offs: 0x00002dfc lens: 0x0000003a +0x00003dfc-0x00003e35: +>>0 @F66@ FAM +1 HUSB @I151@ +1 WIFE @I84@ +1 MARR +2 DATE 1884 +<< +[0076] FAM rkey: F67 offs: 0x00002e36 lens: 0x00000066 +0x00003e36-0x00003e9b: +>>0 @F67@ FAM +1 HUSB @I88@ +1 WIFE @I89@ +1 MARR +2 DATE JUL 1972 +1 CHIL @I90@ +1 CHIL @I317@ +1 CHIL @I318@ +<< +[0077] FAM rkey: F68 offs: 0x00002e9c lens: 0x00000035 +0x00003e9c-0x00003ed0: +>>0 @F68@ FAM +1 HUSB @I368@ +1 WIFE @I369@ +1 CHIL @I93@ +<< +[0078] FAM rkey: F69 offs: 0x00002ed1 lens: 0x0000003a +0x00003ed1-0x00003f0a: +>>0 @F69@ FAM +1 HUSB @I804@ +1 WIFE @I93@ +1 MARR +2 DATE 1969 +<< +[0079] FAM rkey: F70 offs: 0x00002f0b lens: 0x000000b3 +0x00003f0b-0x00003fbd: +>>0 @F70@ FAM +1 HUSB @I309@ +1 WIFE @I96@ +1 MARR +2 DATE 10 JAN 1893 +2 PLAC Sigmaringen,Germany +1 CHIL @I438@ +1 CHIL @I437@ +1 CHIL @I436@ +1 CHIL @I1096@ +1 CHIL @I1097@ +1 CHIL @I1098@ +<< +[0080] FAM rkey: F71 offs: 0x00002fbe lens: 0x0000007e +0x00003fbe-0x0000403b: +>>0 @F71@ FAM +1 HUSB @I158@ +1 WIFE @I97@ +1 MARR +2 DATE 1905 +2 PLAC Tegernsee,,Bavaria +1 CHIL @I895@ +1 CHIL @I528@ +1 CHIL @I588@ +<< +[0081] FAM rkey: F72 offs: 0x0000303c lens: 0x00000028 +0x0000403c-0x00004063: +>>0 @F72@ FAM +1 HUSB @I2150@ +1 WIFE @I98@ +<< +[0082] FAM rkey: F73 offs: 0x00003064 lens: 0x00000028 +0x00004064-0x0000408b: +>>0 @F73@ FAM +1 HUSB @I2149@ +1 WIFE @I99@ +<< +[0083] FAM rkey: F74 offs: 0x0000308c lens: 0x00000044 +0x0000408c-0x000040cf: +>>0 @F74@ FAM +1 HUSB @I102@ +1 WIFE @I502@ +1 CHIL @I503@ +1 CHIL @I504@ +<< +[0084] FAM rkey: F75 offs: 0x000030d0 lens: 0x00000044 +0x000040d0-0x00004113: +>>0 @F75@ FAM +1 HUSB @I103@ +1 WIFE @I494@ +1 CHIL @I500@ +1 CHIL @I501@ +<< +[0085] FAM rkey: F76 offs: 0x00003114 lens: 0x000000ac +0x00004114-0x000041bf: +>>0 @F76@ FAM +1 HUSB @I227@ +1 WIFE @I228@ +1 MARR +2 DATE 1867 +1 CHIL @I405@ +1 CHIL @I466@ +1 CHIL @I163@ +1 CHIL @I229@ +1 CHIL @I2673@ +1 CHIL @I104@ +1 CHIL @I465@ +1 CHIL @I467@ +<< +[0086] FAM rkey: F77 offs: 0x000031c0 lens: 0x0000006c +0x000041c0-0x0000422b: +>>0 @F77@ FAM +1 HUSB @I108@ +1 WIFE @I106@ +1 MARR +2 DATE APR 1963 +2 PLAC ,,England +1 CHIL @I109@ +1 CHIL @I110@ +<< +[0087] FAM rkey: F78 offs: 0x0000322c lens: 0x00000074 +0x0000422c-0x0000429f: +>>0 @F78@ FAM +1 HUSB @I107@ +1 WIFE @I319@ +1 MARR +2 DATE 30 JUN 1978 +2 PLAC Vienna,Austria +1 CHIL @I320@ +1 CHIL @I801@ +<< +[0088] FAM rkey: F79 offs: 0x000032a0 lens: 0x00000043 +0x000042a0-0x000042e2: +>>0 @F79@ FAM +1 HUSB @I109@ +1 WIFE @I2979@ +1 MARR +2 DATE AFT 1989 +<< +[0089] FAM rkey: F80 offs: 0x000032e3 lens: 0x0000004f +0x000042e3-0x00004331: +>>0 @F80@ FAM +1 HUSB @I2960@ +1 WIFE @I110@ +1 MARR +2 DATE FEB 1990 +1 CHIL @I2961@ +<< +[0090] FAM rkey: F81 offs: 0x00003332 lens: 0x00000028 +0x00004332-0x00004359: +>>0 @F81@ FAM +1 HUSB @I981@ +1 CHIL @I111@ +<< +[0091] FAM rkey: F82 offs: 0x0000335a lens: 0x00000040 +0x0000435a-0x00004399: +>>0 @F82@ FAM +1 HUSB @I112@ +1 WIFE @I2969@ +1 MARR +2 DATE JAN 1988 +<< +[0092] FAM rkey: F83 offs: 0x0000339a lens: 0x00000030 +0x0000439a-0x000043c9: +>>0 @F83@ FAM +1 HUSB @I119@ +1 WIFE @I118@ +1 DIV Y +<< +[0093] FAM rkey: F84 offs: 0x000033ca lens: 0x00000036 +0x000043ca-0x000043ff: +>>0 @F84@ FAM +1 HUSB @I199@ +1 WIFE @I200@ +1 CHIL @I120@ +<< +[0094] FAM rkey: F85 offs: 0x00003400 lens: 0x000000a0 +0x00004400-0x0000449f: +>>0 @F85@ FAM +1 HUSB @I124@ +1 WIFE @I121@ +1 MARR +2 DATE 15 JUN 1905 +2 PLAC Windsor,England +1 CHIL @I445@ +1 CHIL @I1059@ +1 CHIL @I447@ +1 CHIL @I448@ +1 CHIL @I449@ +<< +[0095] FAM rkey: F86 offs: 0x000034a0 lens: 0x00000037 +0x000044a0-0x000044d6: +>>0 @F86@ FAM +1 HUSB @I122@ +1 WIFE @I125@ +1 CHIL @I2155@ +<< +[0096] FAM rkey: F87 offs: 0x000034d7 lens: 0x00000037 +0x000044d7-0x0000450d: +>>0 @F87@ FAM +1 HUSB @I126@ +1 WIFE @I123@ +1 CHIL @I1706@ +<< +[0097] FAM rkey: F88 offs: 0x0000350e lens: 0x00000066 +0x0000450e-0x00004573: +>>0 @F88@ FAM +1 HUSB @I456@ +1 WIFE @I457@ +1 MARR +2 DATE 1881 +1 CHIL @I124@ +1 CHIL @I1408@ +1 CHIL @I446@ +<< +[0098] FAM rkey: F89 offs: 0x00003574 lens: 0x0000006e +0x00004574-0x000045e1: +>>0 @F89@ FAM +1 HUSB @I124@ +1 WIFE @I238@ +1 MARR +2 DATE 3 NOV 1923 +2 PLAC Chapel Royal,St. James Palace,England +<< +[0099] FAM rkey: F90 offs: 0x000035e2 lens: 0x00000029 +0x000045e2-0x0000460a: +>>0 @F90@ FAM +1 HUSB @I2151@ +1 CHIL @I126@ +<< +[0100] FAM rkey: F91 offs: 0x0000360b lens: 0x00000078 +0x0000460b-0x00004682: +>>0 @F91@ FAM +1 HUSB @I1903@ +1 WIFE @I2486@ +1 MARR +2 DATE 1284 +1 CHIL @I2464@ +1 CHIL @I127@ +1 CHIL @I2465@ +1 CHIL @I1743@ +<< +[0101] FAM rkey: F92 offs: 0x00003683 lens: 0x0000008e +0x00004683-0x00004710: +>>0 @F92@ FAM +1 HUSB @I286@ +1 WIFE @I127@ +1 MARR +2 DATE 25 JAN 1308 +2 PLAC Bolongne +1 CHIL @I1229@ +1 CHIL @I1256@ +1 CHIL @I1257@ +1 CHIL @I1258@ +<< +[0102] FAM rkey: F93 offs: 0x00003711 lens: 0x00000028 +0x00004711-0x00004738: +>>0 @F93@ FAM +1 HUSB @I129@ +1 WIFE @I407@ +<< +[0103] FAM rkey: F94 offs: 0x00003739 lens: 0x000000dd +0x00004739-0x00004815: +>>0 @F94@ FAM +1 HUSB @I323@ +1 WIFE @I332@ +1 MARR +2 DATE 8 MAY 1736 +2 PLAC Chapel Royal,St. James +1 CHIL @I333@ +1 CHIL @I130@ +1 CHIL @I334@ +1 CHIL @I335@ +1 CHIL @I336@ +1 CHIL @I337@ +1 CHIL @I338@ +1 CHIL @I339@ +1 CHIL @I340@ +<< +[0104] FAM rkey: F95 offs: 0x00003816 lens: 0x000000fa +0x00004816-0x0000490f: +>>0 @F95@ FAM +1 HUSB @I130@ +1 WIFE @I131@ +1 CHIL @I141@ +1 CHIL @I202@ +1 CHIL @I203@ +1 CHIL @I204@ +1 CHIL @I133@ +1 CHIL @I209@ +1 CHIL @I210@ +1 CHIL @I212@ +1 CHIL @I213@ +1 CHIL @I132@ +1 CHIL @I214@ +1 CHIL @I215@ +1 CHIL @I216@ +1 CHIL @I217@ +1 CHIL @I218@ +<< +[0105] FAM rkey: F96 offs: 0x00003910 lens: 0x00000038 +0x00004910-0x00004947: +>>0 @F96@ FAM +1 HUSB @I2147@ +1 WIFE @I2148@ +1 CHIL @I131@ +<< +[0106] FAM rkey: F97 offs: 0x00003948 lens: 0x00000052 +0x00004948-0x00004999: +>>0 @F97@ FAM +1 HUSB @I132@ +1 WIFE @I134@ +1 CHIL @I262@ +1 CHIL @I135@ +1 CHIL @I136@ +<< +[0107] FAM rkey: F98 offs: 0x0000399a lens: 0x00000044 +0x0000499a-0x000049dd: +>>0 @F98@ FAM +1 HUSB @I301@ +1 WIFE @I302@ +1 CHIL @I298@ +1 CHIL @I134@ +<< +[0108] FAM rkey: F99 offs: 0x000039de lens: 0x00000036 +0x000049de-0x00004a13: +>>0 @F99@ FAM +1 HUSB @I271@ +1 WIFE @I135@ +1 CHIL @I272@ +<< +[0109] INDI rkey: I10 offs: 0x00003a14 lens: 0x000000c4 +0x00004a14-0x00004ad7: +>>0 @I10@ INDI +1 NAME Leopold George Duncan// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 7 APR 1853 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 28 MAR 1884 +2 PLAC Cannes +1 FAMC @F2@ +1 FAMS @F11@ +<< +[0110] INDI rkey: I11 offs: 0x00003ad8 lens: 0x000000e8 +0x00004ad8-0x00004bbf: +>>0 @I11@ INDI +1 NAME Beatrice Mary Victoria// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 14 APR 1857 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 26 OCT 1944 +2 PLAC Bantridge Park,Balcombe,Sussex,England +1 FAMC @F2@ +1 FAMS @F12@ +<< +[0111] INDI rkey: I12 offs: 0x00003bc0 lens: 0x0000011b +0x00004bc0-0x00004cda: +>>0 @I12@ INDI +1 NAME Alexandra of_Denmark "Alix"// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1 DEC 1844 +2 PLAC Yellow Palace,Copenhagen,Denmark +1 DEAT +2 DATE 20 NOV 1925 +2 PLAC Sandringham,,Norfolk,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMC @F13@ +1 FAMS @F5@ +<< +[0112] INDI rkey: I13 offs: 0x00003cdb lens: 0x00000110 +0x00004cdb-0x00004dea: +>>0 @I13@ INDI +1 NAME Albert Victor Christian// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 8 JAN 1864 +2 PLAC Frogmore House,Windsor,Berkshire,England +1 DEAT +2 DATE 14 JAN 1892 +2 PLAC Sandringham,,Norfolk,England +1 BURI +2 DATE 20 JAN 1892 +2 PLAC Windsor,Berkshire,England +1 FAMC @F5@ +<< +[0113] INDI rkey: I14 offs: 0x00003deb lens: 0x00000147 +0x00004deb-0x00004f31: +>>0 @I14@ INDI +1 NAME George_V /Windsor/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 3 JUN 1865 +2 PLAC Marlborough Hse,London,England +1 CHR +2 DATE 7 JUL 1865 +1 DEAT +2 DATE 20 JAN 1936 +2 PLAC Sandringham,Norfolk,England +1 BURI +2 DATE 28 JAN 1936 +2 PLAC Windsor Castle,St. George Chap.,Berkshire,England +1 FAMC @F5@ +1 FAMS @F14@ +<< +[0114] INDI rkey: I15 offs: 0x00003f32 lens: 0x000000e7 +0x00004f32-0x00005018: +>>0 @I15@ INDI +1 NAME Louise Victoria Alexandra// +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 20 FEB 1867 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 4 JAN 1931 +2 PLAC Portman Square,London,England +1 FAMC @F5@ +1 FAMS @F15@ +<< +[0115] INDI rkey: I16 offs: 0x00004019 lens: 0x000000be +0x00005019-0x000050d6: +>>0 @I16@ INDI +1 NAME Victoria Alexandra Olga// +1 SEX F +1 BIRT +2 DATE 6 JUL 1868 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 3 DEC 1935 +2 PLAC Coppins,Iver,Bucks,England +1 FAMC @F5@ +<< +[0116] INDI rkey: I17 offs: 0x000040d7 lens: 0x000000ce +0x000050d7-0x000051a4: +>>0 @I17@ INDI +1 NAME Maude Charlotte Mary// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 26 NOV 1869 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 20 NOV 1938 +2 PLAC London,England +1 FAMC @F5@ +1 FAMS @F16@ +<< +[0117] INDI rkey: I18 offs: 0x000041a5 lens: 0x0000006c +0x000051a5-0x00005210: +>>0 @I18@ INDI +1 NAME John Alexander // +1 SEX M +1 BIRT +2 DATE 6 APR 1871 +1 DEAT +2 DATE 7 APR 1871 +1 FAMC @F5@ +<< +[0118] INDI rkey: I19 offs: 0x00004211 lens: 0x00000078 +0x00005211-0x00005288: +>>0 @I19@ INDI +1 NAME George Victor of_Waldeck// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1889 +1 FAMS @F17@ +<< +[0119] INDI rkey: I20 offs: 0x00004289 lens: 0x00000106 +0x00005289-0x0000538e: +>>0 @I20@ INDI +1 NAME Frederick_III // +1 SEX M +1 TITL German Emperor +1 BIRT +2 DATE 18 OCT 1831 +2 PLAC Neues Palais,Potsdam,Germany +1 DEAT +2 DATE 15 JUN 1888 +2 PLAC Neues Palais,Potsdam,Germany +1 BURI +2 PLAC Friedenskirche,Potsdam,Germany +1 FAMC @F18@ +1 FAMS @F4@ +<< +[0120] INDI rkey: I21 offs: 0x0000438f lens: 0x000000ce +0x0000538f-0x0000545c: +>>0 @I21@ INDI +1 NAME William_II // +1 SEX M +1 TITL German Emperor +1 BIRT +2 DATE 27 JAN 1859 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 4 JUN 1941 +2 PLAC Haus Doorn,Netherlands +1 FAMC @F4@ +1 FAMS @F19@ +1 FAMS @F20@ +<< +[0121] INDI rkey: I22 offs: 0x0000445d lens: 0x00000082 +0x0000545d-0x000054de: +>>0 @I22@ INDI +1 NAME Louis_IV of_Hesse // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1892 +1 FAMC @F21@ +1 FAMS @F6@ +<< +[0122] INDI rkey: I23 offs: 0x000044df lens: 0x000000b3 +0x000054df-0x00005591: +>>0 @I23@ INDI +1 NAME Helena Frederica of_Waldeck// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 17 FEB 1861 +2 PLAC Arolsen +1 DEAT +2 DATE 1 SEP 1922 +2 PLAC Tyrol +1 FAMC @F17@ +1 FAMS @F11@ +<< +[0123] INDI rkey: I24 offs: 0x00004592 lens: 0x00000084 +0x00005592-0x00005615: +>>0 @I24@ INDI +1 NAME Alice of_Athlone // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE JAN 1981 +1 FAMC @F11@ +1 FAMS @F22@ +<< +[0124] INDI rkey: I25 offs: 0x00004616 lens: 0x00000088 +0x00005616-0x0000569d: +>>0 @I25@ INDI +1 NAME Henry Maurice of_Battenberg// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1896 +1 FAMC @F23@ +1 FAMS @F12@ +<< +[0125] INDI rkey: I26 offs: 0x0000469e lens: 0x000000c3 +0x0000569e-0x00005760: +>>0 @I26@ INDI +1 NAME Alexander of_Carisbrooke // +1 SEX M +1 TITL Marquess +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 23 FEB 1960 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,England +1 FAMC @F12@ +1 FAMS @F24@ +<< +[0126] INDI rkey: I27 offs: 0x00004761 lens: 0x0000009b +0x00005761-0x000057fb: +>>0 @I27@ INDI +1 NAME Victoria Eugenie "Ena"// +1 SEX F +1 TITL Queen of Spain +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1969 +2 PLAC Lausanne +1 FAMC @F12@ +1 FAMS @F25@ +<< +[0127] INDI rkey: I28 offs: 0x000047fc lens: 0x0000005b +0x000057fc-0x00005856: +>>0 @I28@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1922 +1 FAMC @F12@ +<< +[0128] INDI rkey: I29 offs: 0x00004857 lens: 0x00000069 +0x00005857-0x000058bf: +>>0 @I29@ INDI +1 NAME Maurice // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1914 +1 FAMC @F12@ +<< +[0129] INDI rkey: I30 offs: 0x000048c0 lens: 0x00000127 +0x000058c0-0x000059e6: +>>0 @I30@ INDI +1 NAME Mary_of_Teck (May) // +1 SEX F +1 TITL Queen +1 BIRT +2 DATE 26 MAY 1867 +2 PLAC Kensington,Palace,London,England +1 DEAT +2 DATE 24 MAR 1953 +2 PLAC Marlborough Hse,London,England +1 BURI +2 DATE 31 MAR 1953 +2 PLAC St. George's,Chapel,Windsor Castle,England +1 FAMC @F26@ +1 FAMS @F14@ +<< +[0130] INDI rkey: I31 offs: 0x000049e7 lens: 0x0000010f +0x000059e7-0x00005af5: +>>0 @I31@ INDI +1 NAME Edward_VIII /Windsor/ +1 SEX M +1 TITL Duke of Windsor +1 BIRT +2 DATE 23 JUN 1894 +2 PLAC White Lodge,Richmond Park,Surrey,England +1 DEAT +2 DATE 28 MAY 1972 +2 PLAC Paris,,,France +1 BURI +2 PLAC Frogmore,Windsor,Berkshire,England +1 FAMC @F14@ +1 FAMS @F27@ +<< +[0131] INDI rkey: I32 offs: 0x00004af6 lens: 0x0000012b +0x00005af6-0x00005c20: +>>0 @I32@ INDI +1 NAME George_VI /Windsor/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 14 DEC 1895 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 6 FEB 1952 +2 PLAC Sandringham,Norfolk,England +1 BURI +2 DATE 11 MAR 1952 +2 PLAC St. George Chap.,,Windsor,England +1 FAMC @F14@ +1 FAMS @F28@ +<< +[0132] INDI rkey: I33 offs: 0x00004c21 lens: 0x000000e9 +0x00005c21-0x00005d09: +>>0 @I33@ INDI +1 NAME Mary /Windsor/ +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 25 APR 1897 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 28 MAR 1965 +2 PLAC Harewood House,Yorkshire,,England +1 FAMC @F14@ +1 FAMS @F29@ +<< +[0133] INDI rkey: I34 offs: 0x00004d0a lens: 0x000000c0 +0x00005d0a-0x00005dc9: +>>0 @I34@ INDI +1 NAME Henry William Frederick/Windsor/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 31 MAR 1900 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 1974 +1 FAMC @F14@ +1 FAMS @F30@ +<< +[0134] INDI rkey: I35 offs: 0x00004dca lens: 0x000000e8 +0x00005dca-0x00005eb1: +>>0 @I35@ INDI +1 NAME George Edward Alexander/Windsor/ +1 SEX M +1 TITL Duke of Kent +1 BIRT +2 DATE 20 DEC 1902 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 25 AUG 1942 +2 PLAC Morven,,,Scotland +1 FAMC @F14@ +1 FAMS @F31@ +<< +[0135] INDI rkey: I36 offs: 0x00004eb2 lens: 0x0000010f +0x00005eb2-0x00005fc0: +>>0 @I36@ INDI +1 NAME John Charles Francis/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 12 JUL 1905 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 18 JAN 1919 +2 PLAC Wood Farm,Wolferton,Norfolk,England +1 BURI +2 PLAC Sandringham,Norfolk,,England +1 FAMC @F14@ +<< +[0136] INDI rkey: I37 offs: 0x00004fc1 lens: 0x000000e7 +0x00005fc1-0x000060a7: +>>0 @I37@ INDI +1 NAME Nicholas_II Alexandrovich /Romanov/ +1 SEX M +1 TITL Tsar of Russia +1 BIRT +2 DATE 18 MAY 1868 +2 PLAC Tsarskoye Selo,Pushkin,,Russia +1 DEAT +2 DATE 16 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F32@ +1 FAMS @F33@ +<< +[0137] INDI rkey: I38 offs: 0x000050a8 lens: 0x00000087 +0x000060a8-0x0000612e: +>>0 @I38@ INDI +1 NAME Victoria Alberta of_Hesse// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1950 +1 FAMC @F6@ +1 FAMS @F34@ +<< +[0138] INDI rkey: I39 offs: 0x0000512f lens: 0x000000cc +0x0000612f-0x000061fa: +>>0 @I39@ INDI +1 NAME Alexandra Fedorovna "Alix"// +1 SEX F +1 TITL Tsarina +1 BIRT +2 DATE 6 JUN 1872 +2 PLAC Darmstadt,,,Germany +1 DEAT +2 DATE 16 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F6@ +1 FAMS @F33@ +<< +[0139] INDI rkey: I40 offs: 0x000051fb lens: 0x0000011e +0x000061fb-0x00006318: +>>0 @I40@ INDI +1 NAME Alexander_III Alexandrovich /Romanov/ +1 SEX M +1 TITL Tsar of Russia +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1 NOV 1894 +2 PLAC Livadia,Crimea,Near Yalta,Russia +1 BURI +2 DATE 19 NOV 1894 +2 PLAC Cathedral of the,Fortress of P&P,St. Petersburg,Russia +1 FAMC @F35@ +1 FAMS @F32@ +<< +[0140] INDI rkey: I41 offs: 0x00005319 lens: 0x000000a7 +0x00006319-0x000063bf: +>>0 @I41@ INDI +1 NAME Dagmar "Marie" of_Denmark// +1 SEX F +1 TITL Tsarina +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE OCT 1928 +2 PLAC Copenhagen,,,Denmark +1 FAMC @F13@ +1 FAMS @F32@ +<< +[0141] INDI rkey: I42 offs: 0x000053c0 lens: 0x00000088 +0x000063c0-0x00006447: +>>0 @I42@ INDI +1 NAME Nicholas_I /Romanov/ +1 SEX M +1 TITL Tsar of Russia +1 BIRT +2 DATE 1796 +1 DEAT +2 DATE 1855 +1 FAMC @F36@ +1 FAMS @F37@ +<< +[0142] INDI rkey: I43 offs: 0x00005448 lens: 0x00000084 +0x00006448-0x000064cb: +>>0 @I43@ INDI +1 NAME Charlotte of_Prussia // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1798 +1 DEAT +2 DATE 1860 +1 FAMC @F38@ +1 FAMS @F37@ +<< +[0143] INDI rkey: I44 offs: 0x000054cc lens: 0x000000aa +0x000064cc-0x00006575: +>>0 @I44@ INDI +1 NAME Alexander_II Nicholoevich /Romanov/ +1 SEX M +1 TITL Tsar of Russia +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 13 MAR 1881 +1 FAMC @F37@ +1 FAMS @F35@ +1 FAMS @F39@ +<< +[0144] INDI rkey: I45 offs: 0x00005576 lens: 0x00000078 +0x00006576-0x000065ed: +>>0 @I45@ INDI +1 NAME Marie of_Hesse- Darmstadt// +1 SEX F +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE 1880 +1 FAMC @F40@ +1 FAMS @F35@ +<< +[0145] INDI rkey: I46 offs: 0x000055ee lens: 0x000000d4 +0x000065ee-0x000066c1: +>>0 @I46@ INDI +1 NAME Olga Nicholovna /Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE NOV 1895 +2 PLAC Alexander Palace,Tsarskoe Selo,,Russia +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F33@ +<< +[0146] INDI rkey: I47 offs: 0x000056c2 lens: 0x000000a2 +0x000066c2-0x00006763: +>>0 @I47@ INDI +1 NAME Tatiana Nicholovna // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE JUN 1897 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F33@ +<< +[0147] INDI rkey: I48 offs: 0x00005764 lens: 0x000000a7 +0x00006764-0x0000680a: +>>0 @I48@ INDI +1 NAME Maria Nicholovna /Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE MAY 1899 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F33@ +<< +[0148] INDI rkey: I49 offs: 0x0000580b lens: 0x000000ab +0x0000680b-0x000068b5: +>>0 @I49@ INDI +1 NAME Anastasia Nicholovna /Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE JUN 1901 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F33@ +<< +[0149] INDI rkey: I50 offs: 0x000058b6 lens: 0x000000d4 +0x000068b6-0x00006989: +>>0 @I50@ INDI +1 NAME Alexis Nicolaievich /Romanov/ +1 SEX M +1 TITL Tsarevich +1 BIRT +2 DATE 12 AUG 1904 +2 PLAC Peterhof,Near,St. Petersburg,Russia +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F33@ +<< +[0150] INDI rkey: I51 offs: 0x0000598a lens: 0x000000b4 +0x0000698a-0x00006a3d: +>>0 @I51@ INDI +1 NAME Elizabeth Angela Marguerite/Bowes-Lyon/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 4 AUG 1900 +2 PLAC ,,London,England +1 CHR +2 DATE 23 SEP 1900 +1 FAMC @F41@ +1 FAMS @F28@ +<< +[0151] INDI rkey: I52 offs: 0x00005a3e lens: 0x000000b4 +0x00006a3e-0x00006af1: +>>0 @I52@ INDI +1 NAME Elizabeth_II Alexandra Mary/Windsor/ +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 21 APR 1926 +2 PLAC 17 Bruton St.,London,W1,England +1 FAMC @F28@ +1 FAMS @F42@ +<< +[0152] INDI rkey: I53 offs: 0x00005af2 lens: 0x0000009d +0x00006af2-0x00006b8e: +>>0 @I53@ INDI +1 NAME Margaret Rose /Windsor/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 21 AUG 1930 +2 PLAC Glamis Castle,,Angus,Scotland +1 FAMC @F28@ +1 FAMS @F43@ +<< +[0153] INDI rkey: I54 offs: 0x00005b8f lens: 0x0000008e +0x00006b8f-0x00006c1c: +>>0 @I54@ INDI +1 NAME Anthony Charles Robert/Armstrong-Jones/ +1 SEX M +1 TITL Earl of Snowdon +1 BIRT +2 DATE 7 MAR 1930 +1 FAMS @F43@ +1 FAMS @F44@ +<< +[0154] INDI rkey: I55 offs: 0x00005c1d lens: 0x0000007e +0x00006c1d-0x00006c9a: +>>0 @I55@ INDI +1 NAME David Albert Charles/Armstrong-Jones/ +1 SEX M +1 TITL Vicount Linley +1 BIRT +2 DATE 3 NOV 1961 +1 FAMC @F43@ +<< +[0155] INDI rkey: I56 offs: 0x00005c9b lens: 0x00000077 +0x00006c9b-0x00006d11: +>>0 @I56@ INDI +1 NAME Sarah Frances Elizabeth/Armstrong-Jones/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1 MAY 1964 +1 FAMC @F43@ +<< +[0156] INDI rkey: I57 offs: 0x00005d12 lens: 0x000000a2 +0x00006d12-0x00006db3: +>>0 @I57@ INDI +1 NAME Philip /Mountbatten/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 10 JUN 1921 +2 PLAC Isle of Kerkira,Mon Repos,Corfu,Greece +1 FAMC @F45@ +1 FAMS @F42@ +<< +[0157] INDI rkey: I58 offs: 0x00005db4 lens: 0x000000ea +0x00006db4-0x00006e9d: +>>0 @I58@ INDI +1 NAME Charles Philip Arthur/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 14 NOV 1948 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 15 DEC 1948 +2 PLAC Buckingham,Palace,Music Room,England +1 FAMC @F42@ +1 FAMS @F46@ +<< +[0158] INDI rkey: I59 offs: 0x00005e9e lens: 0x000000d2 +0x00006e9e-0x00006f6f: +>>0 @I59@ INDI +1 NAME Anne Elizabeth Alice/Windsor/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 15 AUG 1950 +2 PLAC Clarence House,St. James,,England +1 CHR +2 DATE 21 OCT 1950 +2 PLAC ,,,England +1 FAMC @F42@ +1 FAMS @F47@ +<< +[0159] INDI rkey: I60 offs: 0x00005f70 lens: 0x000000b4 +0x00006f70-0x00007023: +>>0 @I60@ INDI +1 NAME Andrew Albert Christian/Windsor/ +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 19 FEB 1960 +2 PLAC Belgian Suite,Buckingham,Palace,England +1 FAMC @F42@ +1 FAMS @F48@ +<< +[0160] INDI rkey: I61 offs: 0x00006024 lens: 0x000000b1 +0x00007024-0x000070d4: +>>0 @I61@ INDI +1 NAME Edward Anthony Richard/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 10 MAR 1964 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 2 MAY 1964 +1 FAMC @F42@ +<< + +0x000070d5: EOF (0x000070d5) GOOD + +BLOCK - DIRECTORY af/ae +0x00000000:ix_self: 0x00050004 (af/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 189 +0x0000000e:ix_rkey[0000]: ' I62' +0x00000016:ix_rkey[0001]: ' I63' +0x0000001e:ix_rkey[0002]: ' I64' +0x00000026:ix_rkey[0003]: ' I65' +0x0000002e:ix_rkey[0004]: ' I66' +0x00000036:ix_rkey[0005]: ' I67' +0x0000003e:ix_rkey[0006]: ' I68' +0x00000046:ix_rkey[0007]: ' I69' +0x0000004e:ix_rkey[0008]: ' I70' +0x00000056:ix_rkey[0009]: ' I71' +0x0000005e:ix_rkey[0010]: ' I72' +0x00000066:ix_rkey[0011]: ' I73' +0x0000006e:ix_rkey[0012]: ' I74' +0x00000076:ix_rkey[0013]: ' I75' +0x0000007e:ix_rkey[0014]: ' I76' +0x00000086:ix_rkey[0015]: ' I77' +0x0000008e:ix_rkey[0016]: ' I78' +0x00000096:ix_rkey[0017]: ' I79' +0x0000009e:ix_rkey[0018]: ' I80' +0x000000a6:ix_rkey[0019]: ' I81' +0x000000ae:ix_rkey[0020]: ' I82' +0x000000b6:ix_rkey[0021]: ' I83' +0x000000be:ix_rkey[0022]: ' I84' +0x000000c6:ix_rkey[0023]: ' I85' +0x000000ce:ix_rkey[0024]: ' I86' +0x000000d6:ix_rkey[0025]: ' I87' +0x000000de:ix_rkey[0026]: ' I88' +0x000000e6:ix_rkey[0027]: ' I89' +0x000000ee:ix_rkey[0028]: ' I90' +0x000000f6:ix_rkey[0029]: ' I91' +0x000000fe:ix_rkey[0030]: ' I92' +0x00000106:ix_rkey[0031]: ' I93' +0x0000010e:ix_rkey[0032]: ' I94' +0x00000116:ix_rkey[0033]: ' I95' +0x0000011e:ix_rkey[0034]: ' I96' +0x00000126:ix_rkey[0035]: ' I97' +0x0000012e:ix_rkey[0036]: ' I98' +0x00000136:ix_rkey[0037]: ' I99' +Warning, embedded null in RKEY R1 (0x2020202020523100) +0x0000013e:ix_rkey[0038]: ' R1 ' +0x00000146:ix_rkey[0039]: ' R16' +0x0000014e:ix_rkey[0040]: ' R17' +Warning, embedded null in RKEY R2 (0x2020202020523200) +0x00000156:ix_rkey[0041]: ' R2 ' +Warning, embedded null in RKEY R3 (0x2020202020523300) +0x0000015e:ix_rkey[0042]: ' R3 ' +0x00000166:ix_rkey[0043]: ' R32' +0x0000016e:ix_rkey[0044]: ' R33' +Warning, embedded null in RKEY R4 (0x2020202020523400) +0x00000176:ix_rkey[0045]: ' R4 ' +Warning, embedded null in RKEY R5 (0x2020202020523500) +0x0000017e:ix_rkey[0046]: ' R5 ' +Warning, embedded null in RKEY R6 (0x2020202020523600) +0x00000186:ix_rkey[0047]: ' R6 ' +Warning, embedded null in RKEY R8 (0x2020202020523800) +0x0000018e:ix_rkey[0048]: ' R8 ' +Warning, embedded null in RKEY R9 (0x2020202020523900) +0x00000196:ix_rkey[0049]: ' R9 ' +0x0000019e:ix_rkey[0050]: ' F100' +0x000001a6:ix_rkey[0051]: ' F101' +0x000001ae:ix_rkey[0052]: ' F102' +0x000001b6:ix_rkey[0053]: ' F103' +0x000001be:ix_rkey[0054]: ' F104' +0x000001c6:ix_rkey[0055]: ' F105' +0x000001ce:ix_rkey[0056]: ' F106' +0x000001d6:ix_rkey[0057]: ' F107' +0x000001de:ix_rkey[0058]: ' F108' +0x000001e6:ix_rkey[0059]: ' F109' +0x000001ee:ix_rkey[0060]: ' F110' +0x000001f6:ix_rkey[0061]: ' F111' +0x000001fe:ix_rkey[0062]: ' F112' +0x00000206:ix_rkey[0063]: ' F113' +0x0000020e:ix_rkey[0064]: ' F114' +0x00000216:ix_rkey[0065]: ' F115' +0x0000021e:ix_rkey[0066]: ' F116' +0x00000226:ix_rkey[0067]: ' F117' +0x0000022e:ix_rkey[0068]: ' F118' +0x00000236:ix_rkey[0069]: ' F119' +0x0000023e:ix_rkey[0070]: ' F120' +0x00000246:ix_rkey[0071]: ' F121' +0x0000024e:ix_rkey[0072]: ' F122' +0x00000256:ix_rkey[0073]: ' F123' +0x0000025e:ix_rkey[0074]: ' F124' +0x00000266:ix_rkey[0075]: ' F125' +0x0000026e:ix_rkey[0076]: ' F126' +0x00000276:ix_rkey[0077]: ' F127' +0x0000027e:ix_rkey[0078]: ' F128' +0x00000286:ix_rkey[0079]: ' F129' +0x0000028e:ix_rkey[0080]: ' F130' +0x00000296:ix_rkey[0081]: ' F131' +0x0000029e:ix_rkey[0082]: ' F132' +0x000002a6:ix_rkey[0083]: ' F133' +0x000002ae:ix_rkey[0084]: ' F134' +0x000002b6:ix_rkey[0085]: ' F135' +0x000002be:ix_rkey[0086]: ' F136' +0x000002c6:ix_rkey[0087]: ' F137' +0x000002ce:ix_rkey[0088]: ' F138' +0x000002d6:ix_rkey[0089]: ' F139' +0x000002de:ix_rkey[0090]: ' F140' +0x000002e6:ix_rkey[0091]: ' F141' +0x000002ee:ix_rkey[0092]: ' F142' +0x000002f6:ix_rkey[0093]: ' F143' +0x000002fe:ix_rkey[0094]: ' F144' +0x00000306:ix_rkey[0095]: ' F145' +0x0000030e:ix_rkey[0096]: ' F146' +0x00000316:ix_rkey[0097]: ' F147' +0x0000031e:ix_rkey[0098]: ' F148' +0x00000326:ix_rkey[0099]: ' F149' +0x0000032e:ix_rkey[0100]: ' F150' +0x00000336:ix_rkey[0101]: ' F151' +0x0000033e:ix_rkey[0102]: ' F152' +0x00000346:ix_rkey[0103]: ' F153' +0x0000034e:ix_rkey[0104]: ' F154' +0x00000356:ix_rkey[0105]: ' F155' +0x0000035e:ix_rkey[0106]: ' F156' +0x00000366:ix_rkey[0107]: ' F157' +0x0000036e:ix_rkey[0108]: ' F158' +0x00000376:ix_rkey[0109]: ' F159' +0x0000037e:ix_rkey[0110]: ' F160' +0x00000386:ix_rkey[0111]: ' F161' +0x0000038e:ix_rkey[0112]: ' F162' +0x00000396:ix_rkey[0113]: ' F163' +0x0000039e:ix_rkey[0114]: ' F164' +0x000003a6:ix_rkey[0115]: ' F165' +0x000003ae:ix_rkey[0116]: ' F166' +0x000003b6:ix_rkey[0117]: ' F167' +0x000003be:ix_rkey[0118]: ' F168' +0x000003c6:ix_rkey[0119]: ' F169' +0x000003ce:ix_rkey[0120]: ' F170' +0x000003d6:ix_rkey[0121]: ' F171' +0x000003de:ix_rkey[0122]: ' F172' +0x000003e6:ix_rkey[0123]: ' F173' +0x000003ee:ix_rkey[0124]: ' F174' +0x000003f6:ix_rkey[0125]: ' F175' +0x000003fe:ix_rkey[0126]: ' F176' +0x00000406:ix_rkey[0127]: ' F177' +0x0000040e:ix_rkey[0128]: ' F178' +0x00000416:ix_rkey[0129]: ' F179' +0x0000041e:ix_rkey[0130]: ' F180' +0x00000426:ix_rkey[0131]: ' F181' +0x0000042e:ix_rkey[0132]: ' F182' +0x00000436:ix_rkey[0133]: ' F183' +0x0000043e:ix_rkey[0134]: ' F184' +0x00000446:ix_rkey[0135]: ' F185' +0x0000044e:ix_rkey[0136]: ' F186' +0x00000456:ix_rkey[0137]: ' F187' +0x0000045e:ix_rkey[0138]: ' F188' +0x00000466:ix_rkey[0139]: ' F189' +0x0000046e:ix_rkey[0140]: ' F190' +0x00000476:ix_rkey[0141]: ' F191' +0x0000047e:ix_rkey[0142]: ' F192' +0x00000486:ix_rkey[0143]: ' F193' +0x0000048e:ix_rkey[0144]: ' F194' +0x00000496:ix_rkey[0145]: ' F195' +0x0000049e:ix_rkey[0146]: ' F196' +0x000004a6:ix_rkey[0147]: ' F197' +0x000004ae:ix_rkey[0148]: ' F198' +0x000004b6:ix_rkey[0149]: ' F199' +0x000004be:ix_rkey[0150]: ' F200' +0x000004c6:ix_rkey[0151]: ' F201' +0x000004ce:ix_rkey[0152]: ' F202' +0x000004d6:ix_rkey[0153]: ' F203' +0x000004de:ix_rkey[0154]: ' F204' +0x000004e6:ix_rkey[0155]: ' F205' +0x000004ee:ix_rkey[0156]: ' F206' +0x000004f6:ix_rkey[0157]: ' F207' +0x000004fe:ix_rkey[0158]: ' F208' +0x00000506:ix_rkey[0159]: ' F209' +0x0000050e:ix_rkey[0160]: ' F210' +0x00000516:ix_rkey[0161]: ' F211' +0x0000051e:ix_rkey[0162]: ' F212' +0x00000526:ix_rkey[0163]: ' F213' +0x0000052e:ix_rkey[0164]: ' F214' +0x00000536:ix_rkey[0165]: ' F215' +0x0000053e:ix_rkey[0166]: ' F216' +0x00000546:ix_rkey[0167]: ' F217' +0x0000054e:ix_rkey[0168]: ' F218' +0x00000556:ix_rkey[0169]: ' F219' +0x0000055e:ix_rkey[0170]: ' F220' +0x00000566:ix_rkey[0171]: ' F221' +0x0000056e:ix_rkey[0172]: ' F222' +0x00000576:ix_rkey[0173]: ' F223' +0x0000057e:ix_rkey[0174]: ' F224' +0x00000586:ix_rkey[0175]: ' F225' +0x0000058e:ix_rkey[0176]: ' F226' +0x00000596:ix_rkey[0177]: ' F227' +0x0000059e:ix_rkey[0178]: ' F228' +0x000005a6:ix_rkey[0179]: ' F229' +0x000005ae:ix_rkey[0180]: ' F230' +0x000005b6:ix_rkey[0181]: ' F231' +0x000005be:ix_rkey[0182]: ' F232' +0x000005c6:ix_rkey[0183]: ' F233' +0x000005ce:ix_rkey[0184]: ' F234' +0x000005d6:ix_rkey[0185]: ' F235' +0x000005de:ix_rkey[0186]: ' F236' +0x000005e6:ix_rkey[0187]: ' F237' +0x000005ee:ix_rkey[0188]: ' F238' + +deleted/unused entries +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000007c +0x0000080c:ix_offs[0001]: 0x0000007c 0x00000c08:ix_lens[0001]: 0x000000d6 +0x00000810:ix_offs[0002]: 0x00000152 0x00000c0c:ix_lens[0002]: 0x00000092 +0x00000814:ix_offs[0003]: 0x000001e4 0x00000c10:ix_lens[0003]: 0x000000d1 +0x00000818:ix_offs[0004]: 0x000002b5 0x00000c14:ix_lens[0004]: 0x000000be +0x0000081c:ix_offs[0005]: 0x00000373 0x00000c18:ix_lens[0005]: 0x000000a2 +0x00000820:ix_offs[0006]: 0x00000415 0x00000c1c:ix_lens[0006]: 0x0000007f +0x00000824:ix_offs[0007]: 0x00000494 0x00000c20:ix_lens[0007]: 0x00000095 +0x00000828:ix_offs[0008]: 0x00000529 0x00000c24:ix_lens[0008]: 0x000000ee +0x0000082c:ix_offs[0009]: 0x00000617 0x00000c28:ix_lens[0009]: 0x000000a6 +0x00000830:ix_offs[0010]: 0x000006bd 0x00000c2c:ix_lens[0010]: 0x0000007d +0x00000834:ix_offs[0011]: 0x0000073a 0x00000c30:ix_lens[0011]: 0x0000005c +0x00000838:ix_offs[0012]: 0x00000796 0x00000c34:ix_lens[0012]: 0x00000085 +0x0000083c:ix_offs[0013]: 0x0000081b 0x00000c38:ix_lens[0013]: 0x0000005b +0x00000840:ix_offs[0014]: 0x00000876 0x00000c3c:ix_lens[0014]: 0x000000fc +0x00000844:ix_offs[0015]: 0x00000972 0x00000c40:ix_lens[0015]: 0x00000089 +0x00000848:ix_offs[0016]: 0x000009fb 0x00000c44:ix_lens[0016]: 0x00000081 +0x0000084c:ix_offs[0017]: 0x00000a7c 0x00000c48:ix_lens[0017]: 0x0000007d +0x00000850:ix_offs[0018]: 0x00000af9 0x00000c4c:ix_lens[0018]: 0x0000005c +0x00000854:ix_offs[0019]: 0x00000b55 0x00000c50:ix_lens[0019]: 0x00000059 +0x00000858:ix_offs[0020]: 0x00000bae 0x00000c54:ix_lens[0020]: 0x00000036 +0x0000085c:ix_offs[0021]: 0x00000be4 0x00000c58:ix_lens[0021]: 0x00000092 +0x00000860:ix_offs[0022]: 0x00000c76 0x00000c5c:ix_lens[0022]: 0x000000af +0x00000864:ix_offs[0023]: 0x00000d25 0x00000c60:ix_lens[0023]: 0x00000083 +0x00000868:ix_offs[0024]: 0x00000da8 0x00000c64:ix_lens[0024]: 0x0000005c +0x0000086c:ix_offs[0025]: 0x00000e04 0x00000c68:ix_lens[0025]: 0x00000126 +0x00000870:ix_offs[0026]: 0x00000f2a 0x00000c6c:ix_lens[0026]: 0x000000fb +0x00000874:ix_offs[0027]: 0x00001025 0x00000c70:ix_lens[0027]: 0x0000006b +0x00000878:ix_offs[0028]: 0x00001090 0x00000c74:ix_lens[0028]: 0x000000d5 +0x0000087c:ix_offs[0029]: 0x00001165 0x00000c78:ix_lens[0029]: 0x0000004c +0x00000880:ix_offs[0030]: 0x000011b1 0x00000c7c:ix_lens[0030]: 0x0000003b +0x00000884:ix_offs[0031]: 0x000011ec 0x00000c80:ix_lens[0031]: 0x00000079 +0x00000888:ix_offs[0032]: 0x00001265 0x00000c84:ix_lens[0032]: 0x000000cf +0x0000088c:ix_offs[0033]: 0x00001334 0x00000c88:ix_lens[0033]: 0x00000067 +0x00000890:ix_offs[0034]: 0x0000139b 0x00000c8c:ix_lens[0034]: 0x000000e9 +0x00000894:ix_offs[0035]: 0x00001484 0x00000c90:ix_lens[0035]: 0x000000a9 +0x00000898:ix_offs[0036]: 0x0000152d 0x00000c94:ix_lens[0036]: 0x00000079 +0x0000089c:ix_offs[0037]: 0x000015a6 0x00000c98:ix_lens[0037]: 0x00000078 +0x000008a0:ix_offs[0038]: 0x0000161e 0x00000c9c:ix_lens[0038]: 0x00000012 +0x000008a4:ix_offs[0039]: 0x00001630 0x00000ca0:ix_lens[0039]: 0x00000013 +0x000008a8:ix_offs[0040]: 0x00001643 0x00000ca4:ix_lens[0040]: 0x00000013 +0x000008ac:ix_offs[0041]: 0x00001656 0x00000ca8:ix_lens[0041]: 0x00000012 +0x000008b0:ix_offs[0042]: 0x00001668 0x00000cac:ix_lens[0042]: 0x00000012 +0x000008b4:ix_offs[0043]: 0x0000167a 0x00000cb0:ix_lens[0043]: 0x00000013 +0x000008b8:ix_offs[0044]: 0x0000168d 0x00000cb4:ix_lens[0044]: 0x00000013 +0x000008bc:ix_offs[0045]: 0x000016a0 0x00000cb8:ix_lens[0045]: 0x00000012 +0x000008c0:ix_offs[0046]: 0x000016b2 0x00000cbc:ix_lens[0046]: 0x00000012 +0x000008c4:ix_offs[0047]: 0x000016c4 0x00000cc0:ix_lens[0047]: 0x00000012 +0x000008c8:ix_offs[0048]: 0x000016d6 0x00000cc4:ix_lens[0048]: 0x00000012 +0x000008cc:ix_offs[0049]: 0x000016e8 0x00000cc8:ix_lens[0049]: 0x00000012 +0x000008d0:ix_offs[0050]: 0x000016fa 0x00000ccc:ix_lens[0050]: 0x00000053 +0x000008d4:ix_offs[0051]: 0x0000174d 0x00000cd0:ix_lens[0051]: 0x000000a4 +0x000008d8:ix_offs[0052]: 0x000017f1 0x00000cd4:ix_lens[0052]: 0x00000044 +0x000008dc:ix_offs[0053]: 0x00001835 0x00000cd8:ix_lens[0053]: 0x0000003c +0x000008e0:ix_offs[0054]: 0x00001871 0x00000cdc:ix_lens[0054]: 0x0000003c +0x000008e4:ix_offs[0055]: 0x000018ad 0x00000ce0:ix_lens[0055]: 0x0000007d +0x000008e8:ix_offs[0056]: 0x0000192a 0x00000ce4:ix_lens[0056]: 0x00000038 +0x000008ec:ix_offs[0057]: 0x00001962 0x00000ce8:ix_lens[0057]: 0x00000067 +0x000008f0:ix_offs[0058]: 0x000019c9 0x00000cec:ix_lens[0058]: 0x00000037 +0x000008f4:ix_offs[0059]: 0x00001a00 0x00000cf0:ix_lens[0059]: 0x00000037 +0x000008f8:ix_offs[0060]: 0x00001a37 0x00000cf4:ix_lens[0060]: 0x0000004a +0x000008fc:ix_offs[0061]: 0x00001a81 0x00000cf8:ix_lens[0061]: 0x0000004a +0x00000900:ix_offs[0062]: 0x00001acb 0x00000cfc:ix_lens[0062]: 0x00000075 +0x00000904:ix_offs[0063]: 0x00001b40 0x00000d00:ix_lens[0063]: 0x00000059 +0x00000908:ix_offs[0064]: 0x00001b99 0x00000d04:ix_lens[0064]: 0x00000079 +0x0000090c:ix_offs[0065]: 0x00001c12 0x00000d08:ix_lens[0065]: 0x000000a5 +0x00000910:ix_offs[0066]: 0x00001cb7 0x00000d0c:ix_lens[0066]: 0x00000074 +0x00000914:ix_offs[0067]: 0x00001d2b 0x00000d10:ix_lens[0067]: 0x00000049 +0x00000918:ix_offs[0068]: 0x00001d74 0x00000d14:ix_lens[0068]: 0x0000006c +0x0000091c:ix_offs[0069]: 0x00001de0 0x00000d18:ix_lens[0069]: 0x0000002a +0x00000920:ix_offs[0070]: 0x00001e0a 0x00000d1c:ix_lens[0070]: 0x0000003d +0x00000924:ix_offs[0071]: 0x00001e47 0x00000d20:ix_lens[0071]: 0x0000003c +0x00000928:ix_offs[0072]: 0x00001e83 0x00000d24:ix_lens[0072]: 0x0000002a +0x0000092c:ix_offs[0073]: 0x00001ead 0x00000d28:ix_lens[0073]: 0x000000c9 +0x00000930:ix_offs[0074]: 0x00001f76 0x00000d2c:ix_lens[0074]: 0x00000029 +0x00000934:ix_offs[0075]: 0x00001f9f 0x00000d30:ix_lens[0075]: 0x00000064 +0x00000938:ix_offs[0076]: 0x00002003 0x00000d34:ix_lens[0076]: 0x00000076 +0x0000093c:ix_offs[0077]: 0x00002079 0x00000d38:ix_lens[0077]: 0x0000004c +0x00000940:ix_offs[0078]: 0x000020c5 0x00000d3c:ix_lens[0078]: 0x00000029 +0x00000944:ix_offs[0079]: 0x000020ee 0x00000d40:ix_lens[0079]: 0x0000008d +0x00000948:ix_offs[0080]: 0x0000217b 0x00000d44:ix_lens[0080]: 0x00000045 +0x0000094c:ix_offs[0081]: 0x000021c0 0x00000d48:ix_lens[0081]: 0x00000057 +0x00000950:ix_offs[0082]: 0x00002217 0x00000d4c:ix_lens[0082]: 0x00000037 +0x00000954:ix_offs[0083]: 0x0000224e 0x00000d50:ix_lens[0083]: 0x0000006a +0x00000958:ix_offs[0084]: 0x000022b8 0x00000d54:ix_lens[0084]: 0x00000029 +0x0000095c:ix_offs[0085]: 0x000022e1 0x00000d58:ix_lens[0085]: 0x00000029 +0x00000960:ix_offs[0086]: 0x0000230a 0x00000d5c:ix_lens[0086]: 0x00000047 +0x00000964:ix_offs[0087]: 0x00002351 0x00000d60:ix_lens[0087]: 0x00000029 +0x00000968:ix_offs[0088]: 0x0000237a 0x00000d64:ix_lens[0088]: 0x00000029 +0x0000096c:ix_offs[0089]: 0x000023a3 0x00000d68:ix_lens[0089]: 0x00000029 +0x00000970:ix_offs[0090]: 0x000023cc 0x00000d6c:ix_lens[0090]: 0x00000029 +0x00000974:ix_offs[0091]: 0x000023f5 0x00000d70:ix_lens[0091]: 0x00000045 +0x00000978:ix_offs[0092]: 0x0000243a 0x00000d74:ix_lens[0092]: 0x00000037 +0x0000097c:ix_offs[0093]: 0x00002471 0x00000d78:ix_lens[0093]: 0x00000045 +0x00000980:ix_offs[0094]: 0x000024b6 0x00000d7c:ix_lens[0094]: 0x00000029 +0x00000984:ix_offs[0095]: 0x000024df 0x00000d80:ix_lens[0095]: 0x00000038 +0x00000988:ix_offs[0096]: 0x00002517 0x00000d84:ix_lens[0096]: 0x00000029 +0x0000098c:ix_offs[0097]: 0x00002540 0x00000d88:ix_lens[0097]: 0x0000008d +0x00000990:ix_offs[0098]: 0x000025cd 0x00000d8c:ix_lens[0098]: 0x00000070 +0x00000994:ix_offs[0099]: 0x0000263d 0x00000d90:ix_lens[0099]: 0x0000003d +0x00000998:ix_offs[0100]: 0x0000267a 0x00000d94:ix_lens[0100]: 0x00000037 +0x0000099c:ix_offs[0101]: 0x000026b1 0x00000d98:ix_lens[0101]: 0x00000037 +0x000009a0:ix_offs[0102]: 0x000026e8 0x00000d9c:ix_lens[0102]: 0x0000005a +0x000009a4:ix_offs[0103]: 0x00002742 0x00000da0:ix_lens[0103]: 0x00000075 +0x000009a8:ix_offs[0104]: 0x000027b7 0x00000da4:ix_lens[0104]: 0x00000029 +0x000009ac:ix_offs[0105]: 0x000027e0 0x00000da8:ix_lens[0105]: 0x00000037 +0x000009b0:ix_offs[0106]: 0x00002817 0x00000dac:ix_lens[0106]: 0x00000029 +0x000009b4:ix_offs[0107]: 0x00002840 0x00000db0:ix_lens[0107]: 0x0000004a +0x000009b8:ix_offs[0108]: 0x0000288a 0x00000db4:ix_lens[0108]: 0x00000058 +0x000009bc:ix_offs[0109]: 0x000028e2 0x00000db8:ix_lens[0109]: 0x00000054 +0x000009c0:ix_offs[0110]: 0x00002936 0x00000dbc:ix_lens[0110]: 0x0000006e +0x000009c4:ix_offs[0111]: 0x000029a4 0x00000dc0:ix_lens[0111]: 0x00000065 +0x000009c8:ix_offs[0112]: 0x00002a09 0x00000dc4:ix_lens[0112]: 0x0000003c +0x000009cc:ix_offs[0113]: 0x00002a45 0x00000dc8:ix_lens[0113]: 0x00000037 +0x000009d0:ix_offs[0114]: 0x00002a7c 0x00000dcc:ix_lens[0114]: 0x0000005e +0x000009d4:ix_offs[0115]: 0x00002ada 0x00000dd0:ix_lens[0115]: 0x00000040 +0x000009d8:ix_offs[0116]: 0x00002b1a 0x00000dd4:ix_lens[0116]: 0x00000065 +0x000009dc:ix_offs[0117]: 0x00002b7f 0x00000dd8:ix_lens[0117]: 0x00000053 +0x000009e0:ix_offs[0118]: 0x00002bd2 0x00000ddc:ix_lens[0118]: 0x0000005a +0x000009e4:ix_offs[0119]: 0x00002c2c 0x00000de0:ix_lens[0119]: 0x00000088 +0x000009e8:ix_offs[0120]: 0x00002cb4 0x00000de4:ix_lens[0120]: 0x0000006e +0x000009ec:ix_offs[0121]: 0x00002d22 0x00000de8:ix_lens[0121]: 0x0000004a +0x000009f0:ix_offs[0122]: 0x00002d6c 0x00000dec:ix_lens[0122]: 0x00000039 +0x000009f4:ix_offs[0123]: 0x00002da5 0x00000df0:ix_lens[0123]: 0x00000090 +0x000009f8:ix_offs[0124]: 0x00002e35 0x00000df4:ix_lens[0124]: 0x00000037 +0x000009fc:ix_offs[0125]: 0x00002e6c 0x00000df8:ix_lens[0125]: 0x00000039 +0x00000a00:ix_offs[0126]: 0x00002ea5 0x00000dfc:ix_lens[0126]: 0x00000066 +0x00000a04:ix_offs[0127]: 0x00002f0b 0x00000e00:ix_lens[0127]: 0x00000037 +0x00000a08:ix_offs[0128]: 0x00002f42 0x00000e04:ix_lens[0128]: 0x00000059 +0x00000a0c:ix_offs[0129]: 0x00002f9b 0x00000e08:ix_lens[0129]: 0x00000084 +0x00000a10:ix_offs[0130]: 0x0000301f 0x00000e0c:ix_lens[0130]: 0x0000007d +0x00000a14:ix_offs[0131]: 0x0000309c 0x00000e10:ix_lens[0131]: 0x00000029 +0x00000a18:ix_offs[0132]: 0x000030c5 0x00000e14:ix_lens[0132]: 0x0000002a +0x00000a1c:ix_offs[0133]: 0x000030ef 0x00000e18:ix_lens[0133]: 0x0000002a +0x00000a20:ix_offs[0134]: 0x00003119 0x00000e1c:ix_lens[0134]: 0x00000038 +0x00000a24:ix_offs[0135]: 0x00003151 0x00000e20:ix_lens[0135]: 0x00000053 +0x00000a28:ix_offs[0136]: 0x000031a4 0x00000e24:ix_lens[0136]: 0x00000053 +0x00000a2c:ix_offs[0137]: 0x000031f7 0x00000e28:ix_lens[0137]: 0x00000061 +0x00000a30:ix_offs[0138]: 0x00003258 0x00000e2c:ix_lens[0138]: 0x00000061 +0x00000a34:ix_offs[0139]: 0x000032b9 0x00000e30:ix_lens[0139]: 0x0000002a +0x00000a38:ix_offs[0140]: 0x000032e3 0x00000e34:ix_lens[0140]: 0x0000002a +0x00000a3c:ix_offs[0141]: 0x0000330d 0x00000e38:ix_lens[0141]: 0x0000002a +0x00000a40:ix_offs[0142]: 0x00003337 0x00000e3c:ix_lens[0142]: 0x00000135 +0x00000a44:ix_offs[0143]: 0x0000346c 0x00000e40:ix_lens[0143]: 0x0000002a +0x00000a48:ix_offs[0144]: 0x00003496 0x00000e44:ix_lens[0144]: 0x00000046 +0x00000a4c:ix_offs[0145]: 0x000034dc 0x00000e48:ix_lens[0145]: 0x00000052 +0x00000a50:ix_offs[0146]: 0x0000352e 0x00000e4c:ix_lens[0146]: 0x0000004a +0x00000a54:ix_offs[0147]: 0x00003578 0x00000e50:ix_lens[0147]: 0x00000039 +0x00000a58:ix_offs[0148]: 0x000035b1 0x00000e54:ix_lens[0148]: 0x00000074 +0x00000a5c:ix_offs[0149]: 0x00003625 0x00000e58:ix_lens[0149]: 0x00000058 +0x00000a60:ix_offs[0150]: 0x0000367d 0x00000e5c:ix_lens[0150]: 0x00000058 +0x00000a64:ix_offs[0151]: 0x000036d5 0x00000e60:ix_lens[0151]: 0x0000003c +0x00000a68:ix_offs[0152]: 0x00003711 0x00000e64:ix_lens[0152]: 0x0000006a +0x00000a6c:ix_offs[0153]: 0x0000377b 0x00000e68:ix_lens[0153]: 0x0000006f +0x00000a70:ix_offs[0154]: 0x000037ea 0x00000e6c:ix_lens[0154]: 0x00000053 +0x00000a74:ix_offs[0155]: 0x0000383d 0x00000e70:ix_lens[0155]: 0x00000037 +0x00000a78:ix_offs[0156]: 0x00003874 0x00000e74:ix_lens[0156]: 0x00000057 +0x00000a7c:ix_offs[0157]: 0x000038cb 0x00000e78:ix_lens[0157]: 0x00000039 +0x00000a80:ix_offs[0158]: 0x00003904 0x00000e7c:ix_lens[0158]: 0x00000048 +0x00000a84:ix_offs[0159]: 0x0000394c 0x00000e80:ix_lens[0159]: 0x00000074 +0x00000a88:ix_offs[0160]: 0x000039c0 0x00000e84:ix_lens[0160]: 0x000000d5 +0x00000a8c:ix_offs[0161]: 0x00003a95 0x00000e88:ix_lens[0161]: 0x0000002a +0x00000a90:ix_offs[0162]: 0x00003abf 0x00000e8c:ix_lens[0162]: 0x00000045 +0x00000a94:ix_offs[0163]: 0x00003b04 0x00000e90:ix_lens[0163]: 0x000000a3 +0x00000a98:ix_offs[0164]: 0x00003ba7 0x00000e94:ix_lens[0164]: 0x00000039 +0x00000a9c:ix_offs[0165]: 0x00003be0 0x00000e98:ix_lens[0165]: 0x00000029 +0x00000aa0:ix_offs[0166]: 0x00003c09 0x00000e9c:ix_lens[0166]: 0x0000007e +0x00000aa4:ix_offs[0167]: 0x00003c87 0x00000ea0:ix_lens[0167]: 0x0000008f +0x00000aa8:ix_offs[0168]: 0x00003d16 0x00000ea4:ix_lens[0168]: 0x00000039 +0x00000aac:ix_offs[0169]: 0x00003d4f 0x00000ea8:ix_lens[0169]: 0x00000113 +0x00000ab0:ix_offs[0170]: 0x00003e62 0x00000eac:ix_lens[0170]: 0x00000061 +0x00000ab4:ix_offs[0171]: 0x00003ec3 0x00000eb0:ix_lens[0171]: 0x0000006f +0x00000ab8:ix_offs[0172]: 0x00003f32 0x00000eb4:ix_lens[0172]: 0x00000048 +0x00000abc:ix_offs[0173]: 0x00003f7a 0x00000eb8:ix_lens[0173]: 0x00000037 +0x00000ac0:ix_offs[0174]: 0x00003fb1 0x00000ebc:ix_lens[0174]: 0x0000004c +0x00000ac4:ix_offs[0175]: 0x00003ffd 0x00000ec0:ix_lens[0175]: 0x00000037 +0x00000ac8:ix_offs[0176]: 0x00004034 0x00000ec4:ix_lens[0176]: 0x0000002a +0x00000acc:ix_offs[0177]: 0x0000405e 0x00000ec8:ix_lens[0177]: 0x0000002a +0x00000ad0:ix_offs[0178]: 0x00004088 0x00000ecc:ix_lens[0178]: 0x00000055 +0x00000ad4:ix_offs[0179]: 0x000040dd 0x00000ed0:ix_lens[0179]: 0x00000055 +0x00000ad8:ix_offs[0180]: 0x00004132 0x00000ed4:ix_lens[0180]: 0x00000037 +0x00000adc:ix_offs[0181]: 0x00004169 0x00000ed8:ix_lens[0181]: 0x00000037 +0x00000ae0:ix_offs[0182]: 0x000041a0 0x00000edc:ix_lens[0182]: 0x00000037 +0x00000ae4:ix_offs[0183]: 0x000041d7 0x00000ee0:ix_lens[0183]: 0x00000037 +0x00000ae8:ix_offs[0184]: 0x0000420e 0x00000ee4:ix_lens[0184]: 0x00000037 +0x00000aec:ix_offs[0185]: 0x00004245 0x00000ee8:ix_lens[0185]: 0x00000037 +0x00000af0:ix_offs[0186]: 0x0000427c 0x00000eec:ix_lens[0186]: 0x00000037 +0x00000af4:ix_offs[0187]: 0x000042b3 0x00000ef0:ix_lens[0187]: 0x00000037 +0x00000af8:ix_offs[0188]: 0x000042ea 0x00000ef4:ix_lens[0188]: 0x00000037 + +0x00000afc-0x00000c03:ix_offs[0189-0254] default value 0x00000000 +0x00000ef8-0x00000fff:ix_lens[0189-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I62 offs: 0x00000000 lens: 0x0000007c +0x00001000-0x0000107b: +>>0 @I62@ INDI +1 NAME Mark Anthony Peter/Phillips/ +1 SEX M +1 TITL Captain +1 BIRT +2 DATE 22 SEP 1948 +1 FAMC @F49@ +1 FAMS @F47@ +<< +[0001] INDI rkey: I63 offs: 0x0000007c lens: 0x000000d6 +0x0000107c-0x00001151: +>>0 @I63@ INDI +1 NAME Peter Mark Andrew/Phillips/ +1 SEX M +1 BIRT +2 DATE 15 NOV 1977 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 22 DEC 1977 +2 PLAC Music Room,Buckingham,Palace,England +1 FAMC @F47@ +<< +[0002] INDI rkey: I64 offs: 0x00000152 lens: 0x00000092 +0x00001152-0x000011e3: +>>0 @I64@ INDI +1 NAME Zara Anne Elizabeth/Phillips/ +1 SEX F +1 BIRT +2 DATE 15 MAY 1981 +2 PLAC St. Marys Hosp.,Paddington,London,England +1 FAMC @F47@ +<< +[0003] INDI rkey: I65 offs: 0x000001e4 lens: 0x000000d1 +0x000011e4-0x000012b4: +>>0 @I65@ INDI +1 NAME Diana Frances /Spencer/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1 JUL 1961 +2 PLAC Park House,Sandringham,Norfolk,England +1 CHR +2 PLAC Sandringham,Church,Norfolk,England +1 FAMC @F50@ +1 FAMS @F46@ +<< +[0004] INDI rkey: I66 offs: 0x000002b5 lens: 0x000000be +0x000012b5-0x00001372: +>>0 @I66@ INDI +1 NAME Marina of_Greece // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 30 NOV 1906 +2 PLAC Athens,Greece +1 DEAT +2 DATE 1968 +2 PLAC Kensington,Palace,,England +1 FAMC @F51@ +1 FAMS @F31@ +<< +[0005] INDI rkey: I67 offs: 0x00000373 lens: 0x000000a2 +0x00001373-0x00001414: +>>0 @I67@ INDI +1 NAME Edward George Nicholas/Windsor/ +1 SEX M +1 TITL Duke of Kent +1 BIRT +2 DATE 9 SEP 1935 +2 PLAC 3 Belgrave Sq.,,England +1 FAMC @F31@ +1 FAMS @F52@ +<< +[0006] INDI rkey: I68 offs: 0x00000415 lens: 0x0000007f +0x00001415-0x00001493: +>>0 @I68@ INDI +1 NAME Henry George Charles/Lascelles/ +1 SEX M +1 TITL Viscount +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1947 +1 FAMS @F29@ +<< +[0007] INDI rkey: I69 offs: 0x00000494 lens: 0x00000095 +0x00001494-0x00001528: +>>0 @I69@ INDI +1 NAME Alice Christabel /Montagu-Douglas/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 25 DEC 1901 +2 PLAC London,England +1 FAMC @F53@ +1 FAMS @F30@ +<< +[0008] INDI rkey: I70 offs: 0x00000529 lens: 0x000000ee +0x00001529-0x00001616: +>>0 @I70@ INDI +1 NAME Bessiewallis /Warfield/ +1 SEX F +1 BIRT +2 DATE 1896 +2 PLAC ,,,U.S.A. +1 DEAT +2 DATE 24 APR 1986 +2 PLAC Paris,,,France +1 BURI +2 PLAC Frogmore,Windsor,Berkshire,England +1 FAMC @F54@ +1 FAMS @F27@ +1 FAMS @F55@ +1 FAMS @F56@ +<< +[0009] INDI rkey: I71 offs: 0x00000617 lens: 0x000000a6 +0x00001617-0x000016bc: +>>0 @I71@ INDI +1 NAME Charles Haakon_VII // +1 SEX M +1 TITL King of Norway +1 BIRT +2 DATE 1872 +2 PLAC Charlottenlund,Denmark +1 DEAT +2 DATE 1957 +1 FAMC @F57@ +1 FAMS @F16@ +<< +[0010] INDI rkey: I72 offs: 0x000006bd lens: 0x0000007d +0x000016bd-0x00001739: +>>0 @I72@ INDI +1 NAME Henry of_Prussia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1929 +1 FAMC @F4@ +1 FAMS @F58@ +<< +[0011] INDI rkey: I73 offs: 0x0000073a lens: 0x0000005c +0x0000173a-0x00001795: +>>0 @I73@ INDI +1 NAME Sigismund // +1 SEX M +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1866 +1 FAMC @F4@ +<< +[0012] INDI rkey: I74 offs: 0x00000796 lens: 0x00000085 +0x00001796-0x0000181a: +>>0 @I74@ INDI +1 NAME Victoria // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1929 +1 FAMC @F4@ +1 FAMS @F59@ +1 FAMS @F60@ +<< +[0013] INDI rkey: I75 offs: 0x0000081b lens: 0x0000005b +0x0000181b-0x00001875: +>>0 @I75@ INDI +1 NAME Waldemar // +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1879 +1 FAMC @F4@ +<< +[0014] INDI rkey: I76 offs: 0x00000876 lens: 0x000000fc +0x00001876-0x00001971: +>>0 @I76@ INDI +1 NAME Sophie of_Prussia // +1 SEX F +1 TITL Queen of Greece +1 BIRT +2 DATE 14 JUN 1870 +2 PLAC Potsdam,Germany +1 DEAT +2 DATE 13 JAN 1932 +2 PLAC Frankfurt,Germany +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMC @F4@ +1 FAMS @F61@ +<< +[0015] INDI rkey: I77 offs: 0x00000972 lens: 0x00000089 +0x00001972-0x000019fa: +>>0 @I77@ INDI +1 NAME Charlotte of_Saxe- Meiningen// +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1919 +1 FAMC @F4@ +1 FAMS @F62@ +<< +[0016] INDI rkey: I78 offs: 0x000009fb lens: 0x00000081 +0x000019fb-0x00001a7b: +>>0 @I78@ INDI +1 NAME Margarete of_Hesse // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1954 +1 FAMC @F4@ +1 FAMS @F63@ +<< +[0017] INDI rkey: I79 offs: 0x00000a7c lens: 0x0000007d +0x00001a7c-0x00001af8: +>>0 @I79@ INDI +1 NAME Irene of_Hesse // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1953 +1 FAMC @F6@ +1 FAMS @F58@ +<< +[0018] INDI rkey: I80 offs: 0x00000af9 lens: 0x0000005c +0x00001af9-0x00001b54: +>>0 @I80@ INDI +1 NAME Waldemar // +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1945 +1 FAMC @F58@ +<< +[0019] INDI rkey: I81 offs: 0x00000b55 lens: 0x00000059 +0x00001b55-0x00001bad: +>>0 @I81@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1904 +1 FAMC @F58@ +<< +[0020] INDI rkey: I82 offs: 0x00000bae lens: 0x00000036 +0x00001bae-0x00001be3: +>>0 @I82@ INDI +1 NAME Child_#3 // +1 SEX M +1 FAMC @F58@ +<< +[0021] INDI rkey: I83 offs: 0x00000be4 lens: 0x00000092 +0x00001be4-0x00001c75: +>>0 @I83@ INDI +1 NAME Ernest Louis of_Hesse// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1937 +1 FAMC @F6@ +1 FAMS @F64@ +1 FAMS @F65@ +<< +[0022] INDI rkey: I84 offs: 0x00000c76 lens: 0x000000af +0x00001c76-0x00001d24: +>>0 @I84@ INDI +1 NAME Elizabeth "Ella" // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 17 JUL 1918 +2 PLAC Alapayevsk,Ural Mts.,,Russia +1 FAMC @F6@ +1 FAMS @F66@ +<< +[0023] INDI rkey: I85 offs: 0x00000d25 lens: 0x00000083 +0x00001d25-0x00001da7: +>>0 @I85@ INDI +1 NAME Mary "May" // +1 SEX F +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1878 +2 PLAC Hesse-Darmstadt,Palace,,Germany +1 FAMC @F6@ +<< +[0024] INDI rkey: I86 offs: 0x00000da8 lens: 0x0000005c +0x00001da8-0x00001e03: +>>0 @I86@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1873 +1 FAMC @F6@ +<< +[0025] INDI rkey: I87 offs: 0x00000e04 lens: 0x00000126 +0x00001e04-0x00001f29: +>>0 @I87@ INDI +1 NAME William Henry Andrew/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 18 DEC 1941 +2 PLAC Hadley Common,Hertfordshire,England +1 CHR +2 DATE 22 FEB 1942 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 DEAT +2 DATE 28 AUG 1972 +2 PLAC Near,Wolverhampton,England +1 FAMC @F30@ +<< +[0026] INDI rkey: I88 offs: 0x00000f2a lens: 0x000000fb +0x00001f2a-0x00002024: +>>0 @I88@ INDI +1 NAME Richard Alexander Walter/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 26 AUG 1944 +2 PLAC Hadley Common,Hertfordshire,England +1 CHR +2 DATE 20 OCT 1944 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMC @F30@ +1 FAMS @F67@ +<< +[0027] INDI rkey: I89 offs: 0x00001025 lens: 0x0000006b +0x00002025-0x0000208f: +>>0 @I89@ INDI +1 NAME Birgitte of_Denmark /von_Deurs/ +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 1947 +1 FAMS @F67@ +<< +[0028] INDI rkey: I90 offs: 0x00001090 lens: 0x000000d5 +0x00002090-0x00002164: +>>0 @I90@ INDI +1 NAME Alexander Patrick Gregers// +1 SEX M +1 TITL Earl of Ulster +1 BIRT +2 DATE 24 OCT 1974 +2 PLAC St. Marys Hosp.,Paddington,London,England +1 CHR +2 DATE 9 FEB 1975 +2 PLAC Barnwell Church +1 FAMC @F67@ +<< +[0029] INDI rkey: I91 offs: 0x00001165 lens: 0x0000004c +0x00002165-0x000021b0: +>>0 @I91@ INDI +1 NAME Earl Winfield /Spencer/ +1 SEX M +1 TITL Jr. +1 FAMS @F55@ +<< +[0030] INDI rkey: I92 offs: 0x000011b1 lens: 0x0000003b +0x000021b1-0x000021eb: +>>0 @I92@ INDI +1 NAME Ernest /Simpson/ +1 SEX M +1 FAMS @F56@ +<< +[0031] INDI rkey: I93 offs: 0x000011ec lens: 0x00000079 +0x000021ec-0x00002264: +>>0 @I93@ INDI +1 NAME Frances /Burke_Roche/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1936 +1 FAMC @F68@ +1 FAMS @F50@ +1 FAMS @F69@ +<< +[0032] INDI rkey: I94 offs: 0x00001265 lens: 0x000000cf +0x00002265-0x00002333: +>>0 @I94@ INDI +1 NAME Marie Alexandrovna // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 17 OCT 1853 +2 PLAC St. Petersburg,,,Russia +1 DEAT +2 DATE 25 OCT 1920 +2 PLAC Zurich,,,Switzerland +1 FAMC @F35@ +1 FAMS @F7@ +<< +[0033] INDI rkey: I95 offs: 0x00001334 lens: 0x00000067 +0x00002334-0x0000239a: +>>0 @I95@ INDI +1 NAME Alfred // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1899 +1 FAMC @F7@ +<< +[0034] INDI rkey: I96 offs: 0x0000139b lens: 0x000000e9 +0x0000239b-0x00002483: +>>0 @I96@ INDI +1 NAME Marie of_Saxe-Coburg and_Gotha// +1 SEX F +1 TITL Queen of Romania +1 BIRT +2 DATE 29 OCT 1875 +2 PLAC Eastwell Park,Kent,England +1 DEAT +2 DATE 10 JUL 1938 +2 PLAC Castle Pelesch,Sinaia,Romania +1 FAMC @F7@ +1 FAMS @F70@ +<< +[0035] INDI rkey: I97 offs: 0x00001484 lens: 0x000000a9 +0x00002484-0x0000252c: +>>0 @I97@ INDI +1 NAME Victoria Melita of_Edinburgh// +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1876 +2 PLAC Malta +1 DEAT +2 DATE 1936 +1 FAMC @F7@ +1 FAMS @F64@ +1 FAMS @F71@ +<< +[0036] INDI rkey: I98 offs: 0x0000152d lens: 0x00000079 +0x0000252d-0x000025a5: +>>0 @I98@ INDI +1 NAME Alexandra // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1942 +1 FAMC @F7@ +1 FAMS @F72@ +<< +[0037] INDI rkey: I99 offs: 0x000015a6 lens: 0x00000078 +0x000025a6-0x0000261d: +>>0 @I99@ INDI +1 NAME Beatrice // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1966 +1 FAMC @F7@ +1 FAMS @F73@ +<< +Warning, embedded null in RKEY R1 (0x2020202020523100) +[0038] REFN rkey: R1 offs: 0x0000161e lens: 0x00000012 + 0x0000261e: Ncount 1 + Keys and string offsets, strings + 1. 0x00002622:RKEY I1 0x0000262a:offset 0x00000000 + 0x0000262e:string '1' + Assembled data for R1 + 1. I1 identified by 'REFN 1' +[0039] REFN rkey: R16 offs: 0x00001630 lens: 0x00000013 + 0x00002630: Ncount 1 + Keys and string offsets, strings + 1. 0x00002634:RKEY I321 0x0000263c:offset 0x00000000 + 0x00002640:string '16' + Assembled data for R16 + 1. I321 identified by 'REFN 16' +[0040] REFN rkey: R17 offs: 0x00001643 lens: 0x00000013 + 0x00002643: Ncount 1 + Keys and string offsets, strings + 1. 0x00002647:RKEY I322 0x0000264f:offset 0x00000000 + 0x00002653:string '17' + Assembled data for R17 + 1. I322 identified by 'REFN 17' +Warning, embedded null in RKEY R2 (0x2020202020523200) +[0041] REFN rkey: R2 offs: 0x00001656 lens: 0x00000012 + 0x00002656: Ncount 1 + Keys and string offsets, strings + 1. 0x0000265a:RKEY I133 0x00002662:offset 0x00000000 + 0x00002666:string '2' + Assembled data for R2 + 1. I133 identified by 'REFN 2' +Warning, embedded null in RKEY R3 (0x2020202020523300) +[0042] REFN rkey: R3 offs: 0x00001668 lens: 0x00000012 + 0x00002668: Ncount 1 + Keys and string offsets, strings + 1. 0x0000266c:RKEY I138 0x00002674:offset 0x00000000 + 0x00002678:string '3' + Assembled data for R3 + 1. I138 identified by 'REFN 3' +[0043] REFN rkey: R32 offs: 0x0000167a lens: 0x00000013 + 0x0000267a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000267e:RKEY I341 0x00002686:offset 0x00000000 + 0x0000268a:string '32' + Assembled data for R32 + 1. I341 identified by 'REFN 32' +[0044] REFN rkey: R33 offs: 0x0000168d lens: 0x00000013 + 0x0000268d: Ncount 1 + Keys and string offsets, strings + 1. 0x00002691:RKEY I342 0x00002699:offset 0x00000000 + 0x0000269d:string '33' + Assembled data for R33 + 1. I342 identified by 'REFN 33' +Warning, embedded null in RKEY R4 (0x2020202020523400) +[0045] REFN rkey: R4 offs: 0x000016a0 lens: 0x00000012 + 0x000026a0: Ncount 1 + Keys and string offsets, strings + 1. 0x000026a4:RKEY I130 0x000026ac:offset 0x00000000 + 0x000026b0:string '4' + Assembled data for R4 + 1. I130 identified by 'REFN 4' +Warning, embedded null in RKEY R5 (0x2020202020523500) +[0046] REFN rkey: R5 offs: 0x000016b2 lens: 0x00000012 + 0x000026b2: Ncount 1 + Keys and string offsets, strings + 1. 0x000026b6:RKEY I131 0x000026be:offset 0x00000000 + 0x000026c2:string '5' + Assembled data for R5 + 1. I131 identified by 'REFN 5' +Warning, embedded null in RKEY R6 (0x2020202020523600) +[0047] REFN rkey: R6 offs: 0x000016c4 lens: 0x00000012 + 0x000026c4: Ncount 1 + Keys and string offsets, strings + 1. 0x000026c8:RKEY I2448 0x000026d0:offset 0x00000000 + 0x000026d4:string '6' + Assembled data for R6 + 1. I2448 identified by 'REFN 6' +Warning, embedded null in RKEY R8 (0x2020202020523800) +[0048] REFN rkey: R8 offs: 0x000016d6 lens: 0x00000012 + 0x000026d6: Ncount 1 + Keys and string offsets, strings + 1. 0x000026da:RKEY I323 0x000026e2:offset 0x00000000 + 0x000026e6:string '8' + Assembled data for R8 + 1. I323 identified by 'REFN 8' +Warning, embedded null in RKEY R9 (0x2020202020523900) +[0049] REFN rkey: R9 offs: 0x000016e8 lens: 0x00000012 + 0x000026e8: Ncount 1 + Keys and string offsets, strings + 1. 0x000026ec:RKEY I332 0x000026f4:offset 0x00000000 + 0x000026f8:string '9' + Assembled data for R9 + 1. I332 identified by 'REFN 9' +[0050] FAM rkey: F100 offs: 0x000016fa lens: 0x00000053 +0x000026fa-0x0000274c: +>>0 @F100@ FAM +1 HUSB @I303@ +1 WIFE @I304@ +1 CHIL @I305@ +1 CHIL @I137@ +1 CHIL @I306@ +<< +[0051] FAM rkey: F101 offs: 0x0000174d lens: 0x000000a4 +0x0000274d-0x000027f0: +>>0 @F101@ FAM +1 HUSB @I2448@ +1 WIFE @I2614@ +1 MARR +2 DATE 1777 +1 CHIL @I2973@ +1 CHIL @I2974@ +1 CHIL @I2975@ +1 CHIL @I139@ +1 CHIL @I205@ +1 CHIL @I138@ +1 CHIL @I1696@ +<< +[0052] FAM rkey: F102 offs: 0x000017f1 lens: 0x00000044 +0x000027f1-0x00002834: +>>0 @F102@ FAM +1 HUSB @I2976@ +1 WIFE @I138@ +1 MARR +2 DATE ABT 1802 +<< +[0053] FAM rkey: F103 offs: 0x00001835 lens: 0x0000003c +0x00002835-0x00002870: +>>0 @F103@ FAM +1 HUSB @I139@ +1 WIFE @I206@ +1 MARR +2 DATE 1832 +<< +[0054] FAM rkey: F104 offs: 0x00001871 lens: 0x0000003c +0x00002871-0x000028ac: +>>0 @F104@ FAM +1 HUSB @I141@ +1 WIFE @I142@ +1 MARR +2 DATE 1785 +<< +[0055] FAM rkey: F105 offs: 0x000018ad lens: 0x0000007d +0x000028ad-0x00002929: +>>0 @F105@ FAM +1 HUSB @I141@ +1 WIFE @I143@ +1 MARR +2 DATE 8 APR 1795 +2 PLAC Chapel Royal,St James Palace,,England +1 CHIL @I144@ +<< +[0056] FAM rkey: F106 offs: 0x0000192a lens: 0x00000038 +0x0000292a-0x00002961: +>>0 @F106@ FAM +1 HUSB @I1363@ +1 WIFE @I333@ +1 CHIL @I143@ +<< +[0057] FAM rkey: F107 offs: 0x00001962 lens: 0x00000067 +0x00002962-0x000029c8: +>>0 @F107@ FAM +1 HUSB @I1696@ +1 WIFE @I144@ +1 MARR +2 DATE 2 MAY 1816 +2 PLAC Carlton House,London,England +<< +[0058] FAM rkey: F108 offs: 0x000019c9 lens: 0x00000037 +0x000029c9-0x000029ff: +>>0 @F108@ FAM +1 HUSB @I182@ +1 WIFE @I183@ +1 CHIL @I145@ +<< +[0059] FAM rkey: F109 offs: 0x00001a00 lens: 0x00000037 +0x00002a00-0x00002a36: +>>0 @F109@ FAM +1 HUSB @I207@ +1 WIFE @I208@ +1 CHIL @I146@ +<< +[0060] FAM rkey: F110 offs: 0x00001a37 lens: 0x0000004a +0x00002a37-0x00002a80: +>>0 @F110@ FAM +1 HUSB @I477@ +1 WIFE @I147@ +1 MARR +2 DATE 1931 +1 CHIL @I478@ +<< +[0061] FAM rkey: F111 offs: 0x00001a81 lens: 0x0000004a +0x00002a81-0x00002aca: +>>0 @F111@ FAM +1 HUSB @I479@ +1 WIFE @I148@ +1 MARR +2 DATE 1931 +1 CHIL @I480@ +<< +[0062] FAM rkey: F112 offs: 0x00001acb lens: 0x00000075 +0x00002acb-0x00002b3f: +>>0 @F112@ FAM +1 HUSB @I149@ +1 WIFE @I157@ +1 MARR +2 DATE 1874 +1 CHIL @I158@ +1 CHIL @I159@ +1 CHIL @I160@ +1 CHIL @I1362@ +<< +[0063] FAM rkey: F113 offs: 0x00001b40 lens: 0x00000059 +0x00002b40-0x00002b98: +>>0 @F113@ FAM +1 HUSB @I152@ +1 WIFE @I163@ +1 MARR +2 DATE 1889 +1 CHIL @I1355@ +1 CHIL @I164@ +<< +[0064] FAM rkey: F114 offs: 0x00001b99 lens: 0x00000079 +0x00002b99-0x00002c11: +>>0 @F114@ FAM +1 HUSB @I152@ +1 WIFE @I1356@ +1 MARR +2 DATE 1902 +2 PLAC Leghorn +1 CHIL @I1357@ +1 CHIL @I1358@ +1 CHIL @I1359@ +<< +[0065] FAM rkey: F115 offs: 0x00001c12 lens: 0x000000a5 +0x00002c12-0x00002cb6: +>>0 @F115@ FAM +1 HUSB @I2675@ +1 WIFE @I154@ +1 MARR +2 DATE 1894 +1 CHIL @I166@ +1 CHIL @I1562@ +1 CHIL @I1563@ +1 CHIL @I1564@ +1 CHIL @I1565@ +1 CHIL @I1566@ +1 CHIL @I1567@ +<< +[0066] FAM rkey: F116 offs: 0x00001cb7 lens: 0x00000074 +0x00002cb7-0x00002d2a: +>>0 @F116@ FAM +1 HUSB @I155@ +1 WIFE @I1354@ +1 MARR +2 DATE JUL 1912 +2 PLAC Vienna,Austria +1 CHIL @I502@ +1 CHIL @I1360@ +<< +[0067] FAM rkey: F117 offs: 0x00001d2b lens: 0x00000049 +0x00002d2b-0x00002d73: +>>0 @F117@ FAM +1 HUSB @I1361@ +1 WIFE @I156@ +1 DIV Y +1 MARR +2 DATE JUL 1901 +<< +[0068] FAM rkey: F118 offs: 0x00001d74 lens: 0x0000006c +0x00002d74-0x00002ddf: +>>0 @F118@ FAM +1 HUSB @I1559@ +1 WIFE @I156@ +1 MARR +2 DATE 1916 +2 PLAC ,,,Russia +1 CHIL @I1560@ +1 CHIL @I1561@ +<< +[0069] FAM rkey: F119 offs: 0x00001de0 lens: 0x0000002a +0x00002de0-0x00002e09: +>>0 @F119@ FAM +1 HUSB @I2682@ +1 CHIL @I157@ +<< +[0070] FAM rkey: F120 offs: 0x00001e0a lens: 0x0000003d +0x00002e0a-0x00002e46: +>>0 @F120@ FAM +1 HUSB @I159@ +1 WIFE @I2925@ +1 MARR +2 DATE 1919 +<< +[0071] FAM rkey: F121 offs: 0x00001e47 lens: 0x0000003c +0x00002e47-0x00002e82: +>>0 @F121@ FAM +1 HUSB @I160@ +1 WIFE @I161@ +1 MARR +2 DATE 1921 +<< +[0072] FAM rkey: F122 offs: 0x00001e83 lens: 0x0000002a +0x00002e83-0x00002eac: +>>0 @F122@ FAM +1 HUSB @I2926@ +1 CHIL @I161@ +<< +[0073] FAM rkey: F123 offs: 0x00001ead lens: 0x000000c9 +0x00002ead-0x00002f75: +>>0 @F123@ FAM +1 HUSB @I553@ +1 WIFE @I556@ +1 MARR +2 DATE 14 JUL 1769 +2 PLAC Charlottenburg +1 CHIL @I162@ +1 CHIL @I557@ +1 CHIL @I558@ +1 CHIL @I559@ +1 CHIL @I560@ +1 CHIL @I561@ +1 CHIL @I562@ +1 CHIL @I563@ +<< +[0074] FAM rkey: F124 offs: 0x00001f76 lens: 0x00000029 +0x00002f76-0x00002f9e: +>>0 @F124@ FAM +1 HUSB @I162@ +1 WIFE @I510@ +<< +[0075] FAM rkey: F125 offs: 0x00001f9f lens: 0x00000064 +0x00002f9f-0x00003002: +>>0 @F125@ FAM +1 HUSB @I164@ +1 WIFE @I1406@ +1 DIV Y +1 MARR +2 DATE 1926 +2 PLAC Biarritz +1 CHIL @I1407@ +<< +[0076] FAM rkey: F126 offs: 0x00002003 lens: 0x00000076 +0x00003003-0x00003078: +>>0 @F126@ FAM +1 HUSB @I353@ +1 WIFE @I354@ +1 MARR +2 DATE 1848 +1 CHIL @I165@ +1 CHIL @I228@ +1 CHIL @I2671@ +1 CHIL @I2677@ +<< +[0077] FAM rkey: F127 offs: 0x00002079 lens: 0x0000004c +0x00003079-0x000030c4: +>>0 @F127@ FAM +1 HUSB @I165@ +1 WIFE @I2678@ +1 MARR +2 DATE 1882 +1 CHIL @I2681@ +<< +[0078] FAM rkey: F128 offs: 0x000020c5 lens: 0x00000029 +0x000030c5-0x000030ed: +>>0 @F128@ FAM +1 HUSB @I167@ +1 WIFE @I166@ +<< +[0079] FAM rkey: F129 offs: 0x000020ee lens: 0x0000008d +0x000030ee-0x0000317a: +>>0 @F129@ FAM +1 HUSB @I169@ +1 WIFE @I170@ +1 DIV Y +1 MARR +2 DATE JAN 1956 +2 PLAC St. Margarets,Westminster,England +1 CHIL @I822@ +1 CHIL @I168@ +<< +[0080] FAM rkey: F130 offs: 0x0000217b lens: 0x00000045 +0x0000317b-0x000031bf: +>>0 @F130@ FAM +1 HUSB @I811@ +1 WIFE @I812@ +1 CHIL @I813@ +1 CHIL @I169@ +<< +[0081] FAM rkey: F131 offs: 0x000021c0 lens: 0x00000057 +0x000031c0-0x00003216: +>>0 @F131@ FAM +1 HUSB @I169@ +1 WIFE @I2929@ +1 CHIL @I2930@ +1 CHIL @I2931@ +1 CHIL @I2932@ +<< +[0082] FAM rkey: F132 offs: 0x00002217 lens: 0x00000037 +0x00003217-0x0000324d: +>>0 @F132@ FAM +1 HUSB @I820@ +1 WIFE @I821@ +1 CHIL @I170@ +<< +[0083] FAM rkey: F133 offs: 0x0000224e lens: 0x0000006a +0x0000324e-0x000032b7: +>>0 @F133@ FAM +1 HUSB @I823@ +1 WIFE @I170@ +1 MARR +2 DATE JUL 1975 +2 PLAC Chichester,Register Office,England +<< +[0084] FAM rkey: F134 offs: 0x000022b8 lens: 0x00000029 +0x000032b8-0x000032e0: +>>0 @F134@ FAM +1 HUSB @I191@ +1 WIFE @I174@ +<< +[0085] FAM rkey: F135 offs: 0x000022e1 lens: 0x00000029 +0x000032e1-0x00003309: +>>0 @F135@ FAM +1 HUSB @I175@ +1 WIFE @I192@ +<< +[0086] FAM rkey: F136 offs: 0x0000230a lens: 0x00000047 +0x0000330a-0x00003350: +>>0 @F136@ FAM +1 HUSB @I176@ +1 WIFE @I193@ +1 CHIL @I1962@ +1 CHIL @I1963@ +<< +[0087] FAM rkey: F137 offs: 0x00002351 lens: 0x00000029 +0x00003351-0x00003379: +>>0 @F137@ FAM +1 HUSB @I178@ +1 WIFE @I194@ +<< +[0088] FAM rkey: F138 offs: 0x0000237a lens: 0x00000029 +0x0000337a-0x000033a2: +>>0 @F138@ FAM +1 HUSB @I195@ +1 WIFE @I179@ +<< +[0089] FAM rkey: F139 offs: 0x000023a3 lens: 0x00000029 +0x000033a3-0x000033cb: +>>0 @F139@ FAM +1 HUSB @I180@ +1 WIFE @I196@ +<< +[0090] FAM rkey: F140 offs: 0x000023cc lens: 0x00000029 +0x000033cc-0x000033f4: +>>0 @F140@ FAM +1 HUSB @I181@ +1 WIFE @I197@ +<< +[0091] FAM rkey: F141 offs: 0x000023f5 lens: 0x00000045 +0x000033f5-0x00003439: +>>0 @F141@ FAM +1 HUSB @I184@ +1 WIFE @I185@ +1 CHIL @I186@ +1 CHIL @I182@ +<< +[0092] FAM rkey: F142 offs: 0x0000243a lens: 0x00000037 +0x0000343a-0x00003470: +>>0 @F142@ FAM +1 HUSB @I364@ +1 WIFE @I365@ +1 CHIL @I183@ +<< +[0093] FAM rkey: F143 offs: 0x00002471 lens: 0x00000045 +0x00003471-0x000034b5: +>>0 @F143@ FAM +1 HUSB @I187@ +1 WIFE @I188@ +1 CHIL @I189@ +1 CHIL @I184@ +<< +[0094] FAM rkey: F144 offs: 0x000024b6 lens: 0x00000029 +0x000034b6-0x000034de: +>>0 @F144@ FAM +1 HUSB @I190@ +1 WIFE @I188@ +<< +[0095] FAM rkey: F145 offs: 0x000024df lens: 0x00000038 +0x000034df-0x00003516: +>>0 @F145@ FAM +1 HUSB @I1215@ +1 WIFE @I198@ +1 CHIL @I740@ +<< +[0096] FAM rkey: F146 offs: 0x00002517 lens: 0x00000029 +0x00003517-0x0000353f: +>>0 @F146@ FAM +1 HUSB @I202@ +1 WIFE @I555@ +<< +[0097] FAM rkey: F147 offs: 0x00002540 lens: 0x0000008d +0x00003540-0x000035cc: +>>0 @F147@ FAM +1 HUSB @I203@ +1 WIFE @I219@ +1 MARR +2 DATE 11 JUL 1818 +2 PLAC Kew Palace +1 CHIL @I220@ +1 CHIL @I221@ +1 CHIL @I222@ +1 CHIL @I223@ +<< +[0098] FAM rkey: F148 offs: 0x000025cd lens: 0x00000070 +0x000035cd-0x0000363c: +>>0 @F148@ FAM +1 HUSB @I247@ +1 WIFE @I204@ +1 MARR +2 DATE 18 MAY 1797 +2 PLAC Chapel Royal,St James Palace,,England +<< +[0099] FAM rkey: F149 offs: 0x0000263d lens: 0x0000003d +0x0000363d-0x00003679: +>>0 @F149@ FAM +1 HUSB @I205@ +1 WIFE @I2910@ +1 MARR +2 DATE 1816 +<< +[0100] FAM rkey: F150 offs: 0x0000267a lens: 0x00000037 +0x0000367a-0x000036b0: +>>0 @F150@ FAM +1 HUSB @I360@ +1 WIFE @I361@ +1 CHIL @I207@ +<< +[0101] FAM rkey: F151 offs: 0x000026b1 lens: 0x00000037 +0x000036b1-0x000036e7: +>>0 @F151@ FAM +1 HUSB @I362@ +1 WIFE @I363@ +1 CHIL @I208@ +<< +[0102] FAM rkey: F152 offs: 0x000026e8 lens: 0x0000005a +0x000036e8-0x00003741: +>>0 @F152@ FAM +1 HUSB @I211@ +1 WIFE @I210@ +1 MARR +2 DATE 7 APR 1818 +2 PLAC Buckingham House +<< +[0103] FAM rkey: F153 offs: 0x00002742 lens: 0x00000075 +0x00003742-0x000037b6: +>>0 @F153@ FAM +1 HUSB @I212@ +1 WIFE @I248@ +1 MARR +2 DATE 29 AUG 1815 +2 PLAC Carlton House,London,England +1 CHIL @I249@ +<< +[0104] FAM rkey: F154 offs: 0x000027b7 lens: 0x00000029 +0x000037b7-0x000037df: +>>0 @F154@ FAM +1 HUSB @I290@ +1 WIFE @I214@ +<< +[0105] FAM rkey: F155 offs: 0x000027e0 lens: 0x00000037 +0x000037e0-0x00003816: +>>0 @F155@ FAM +1 HUSB @I759@ +1 WIFE @I760@ +1 CHIL @I219@ +<< +[0106] FAM rkey: F156 offs: 0x00002817 lens: 0x00000029 +0x00003817-0x0000383f: +>>0 @F156@ FAM +1 HUSB @I488@ +1 WIFE @I224@ +<< +[0107] FAM rkey: F157 offs: 0x00002840 lens: 0x0000004a +0x00003840-0x00003889: +>>0 @F157@ FAM +1 HUSB @I345@ +1 WIFE @I346@ +1 MARR +2 DATE 1810 +1 CHIL @I225@ +<< +[0108] FAM rkey: F158 offs: 0x0000288a lens: 0x00000058 +0x0000388a-0x000038e1: +>>0 @F158@ FAM +1 HUSB @I298@ +1 WIFE @I299@ +1 MARR +2 DATE 1810 +1 CHIL @I226@ +1 CHIL @I300@ +<< +[0109] FAM rkey: F159 offs: 0x000028e2 lens: 0x00000054 +0x000038e2-0x00003935: +>>0 @F159@ FAM +1 HUSB @I232@ +1 WIFE @I470@ +1 CHIL @I441@ +1 CHIL @I471@ +1 CHIL @I1064@ +<< +[0110] FAM rkey: F160 offs: 0x00002936 lens: 0x0000006e +0x00003936-0x000039a3: +>>0 @F160@ FAM +1 HUSB @I438@ +1 WIFE @I233@ +1 DIV Y +1 MARR +2 DATE 10 MAR 1921 +2 PLAC Athens,Greece +1 CHIL @I468@ +<< +[0111] FAM rkey: F161 offs: 0x000029a4 lens: 0x00000065 +0x000039a4-0x00003a08: +>>0 @F161@ FAM +1 HUSB @I234@ +1 WIFE @I473@ +1 MARR +2 DATE 4 NOV 1919 +2 PLAC Athens,Greece +1 CHIL @I474@ +<< +[0112] FAM rkey: F162 offs: 0x00002a09 lens: 0x0000003c +0x00003a09-0x00003a44: +>>0 @F162@ FAM +1 HUSB @I588@ +1 WIFE @I235@ +1 MARR +2 DATE 1934 +<< +[0113] FAM rkey: F163 offs: 0x00002a45 lens: 0x00000037 +0x00003a45-0x00003a7b: +>>0 @F163@ FAM +1 HUSB @I366@ +1 WIFE @I367@ +1 CHIL @I239@ +<< +[0114] FAM rkey: F164 offs: 0x00002a7c lens: 0x0000005e +0x00003a7c-0x00003ad9: +>>0 @F164@ FAM +1 HUSB @I239@ +1 WIFE @I243@ +1 DIV N +1 MARR +2 DATE 14 JUL 1976 +2 PLAC Caxton Hall +<< +[0115] FAM rkey: F165 offs: 0x00002ada lens: 0x00000040 +0x00003ada-0x00003b19: +>>0 @F165@ FAM +1 HUSB @I809@ +1 WIFE @I240@ +1 MARR +2 DATE MAY 1980 +<< +[0116] FAM rkey: F166 offs: 0x00002b1a lens: 0x00000065 +0x00003b1a-0x00003b7e: +>>0 @F166@ FAM +1 HUSB @I807@ +1 WIFE @I241@ +1 MARR +2 DATE MAR 1978 +2 PLAC ,London,England +1 CHIL @I808@ +<< +[0117] FAM rkey: F167 offs: 0x00002b7f lens: 0x00000053 +0x00003b7f-0x00003bd1: +>>0 @F167@ FAM +1 HUSB @I242@ +1 WIFE @I2962@ +1 MARR +2 DATE ABT 1990 +1 CHIL @I2963@ +<< +[0118] FAM rkey: F168 offs: 0x00002bd2 lens: 0x0000005a +0x00003bd2-0x00003c2b: +>>0 @F168@ FAM +1 HUSB @I2984@ +1 WIFE @I806@ +1 DIV Y +1 MARR +2 DATE 23 APR 1927 +1 CHIL @I243@ +<< +[0119] FAM rkey: F169 offs: 0x00002c2c lens: 0x00000088 +0x00003c2c-0x00003cb3: +>>0 @F169@ FAM +1 HUSB @I2985@ +1 WIFE @I243@ +1 DIV Y +1 MARR +2 DATE ABT 1947 +1 CHIL @I2990@ +1 CHIL @I2991@ +1 CHIL @I2992@ +1 CHIL @I2993@ +<< +[0120] FAM rkey: F170 offs: 0x00002cb4 lens: 0x0000006e +0x00003cb4-0x00003d21: +>>0 @F170@ FAM +1 HUSB @I244@ +1 WIFE @I292@ +1 DIV Y +1 MARR +2 DATE 1949 +1 CHIL @I293@ +1 CHIL @I294@ +1 CHIL @I295@ +<< +[0121] FAM rkey: F171 offs: 0x00002d22 lens: 0x0000004a +0x00003d22-0x00003d6b: +>>0 @F171@ FAM +1 HUSB @I244@ +1 WIFE @I314@ +1 MARR +2 DATE 1967 +1 CHIL @I315@ +<< +[0122] FAM rkey: F172 offs: 0x00002d6c lens: 0x00000039 +0x00003d6c-0x00003da4: +>>0 @F172@ FAM +1 HUSB @I2511@ +1 WIFE @I1705@ +1 CHIL @I245@ +<< +[0123] FAM rkey: F173 offs: 0x00002da5 lens: 0x00000090 +0x00003da5-0x00003e34: +>>0 @F173@ FAM +1 HUSB @I1696@ +1 WIFE @I245@ +1 MARR +2 DATE 9 AUG 1832 +2 PLAC Compiegne +1 CHIL @I1697@ +1 CHIL @I1698@ +1 CHIL @I1114@ +1 CHIL @I1699@ +<< +[0124] FAM rkey: F174 offs: 0x00002e35 lens: 0x00000037 +0x00003e35-0x00003e6b: +>>0 @F174@ FAM +1 HUSB @I246@ +1 WIFE @I517@ +1 CHIL @I556@ +<< +[0125] FAM rkey: F175 offs: 0x00002e6c lens: 0x00000039 +0x00003e6c-0x00003ea4: +>>0 @F175@ FAM +1 HUSB @I1067@ +1 WIFE @I1068@ +1 CHIL @I247@ +<< +[0126] FAM rkey: F176 offs: 0x00002ea5 lens: 0x00000066 +0x00003ea5-0x00003f0a: +>>0 @F176@ FAM +1 HUSB @I247@ +1 WIFE @I1069@ +1 CHIL @I1070@ +1 CHIL @I1071@ +1 CHIL @I1072@ +1 CHIL @I1073@ +<< +[0127] FAM rkey: F177 offs: 0x00002f0b lens: 0x00000037 +0x00003f0b-0x00003f41: +>>0 @F177@ FAM +1 HUSB @I564@ +1 WIFE @I496@ +1 CHIL @I248@ +<< +[0128] FAM rkey: F178 offs: 0x00002f42 lens: 0x00000059 +0x00003f42-0x00003f9a: +>>0 @F178@ FAM +1 HUSB @I558@ +1 WIFE @I248@ +1 MARR +2 DATE 29 AUG 1815 +2 PLAC London,England +<< +[0129] FAM rkey: F179 offs: 0x00002f9b lens: 0x00000084 +0x00003f9b-0x0000401e: +>>0 @F179@ FAM +1 HUSB @I249@ +1 WIFE @I250@ +1 MARR +2 DATE 18 FEB 1843 +2 PLAC Hanover,Germany +1 CHIL @I251@ +1 CHIL @I252@ +1 CHIL @I253@ +<< +[0130] FAM rkey: F180 offs: 0x0000301f lens: 0x0000007d +0x0000401f-0x0000409b: +>>0 @F180@ FAM +1 HUSB @I251@ +1 WIFE @I254@ +1 CHIL @I255@ +1 CHIL @I256@ +1 CHIL @I257@ +1 CHIL @I258@ +1 CHIL @I259@ +1 CHIL @I552@ +<< +[0131] FAM rkey: F181 offs: 0x0000309c lens: 0x00000029 +0x0000409c-0x000040c4: +>>0 @F181@ FAM +1 HUSB @I261@ +1 WIFE @I252@ +<< +[0132] FAM rkey: F182 offs: 0x000030c5 lens: 0x0000002a +0x000040c5-0x000040ee: +>>0 @F182@ FAM +1 HUSB @I1052@ +1 WIFE @I255@ +<< +[0133] FAM rkey: F183 offs: 0x000030ef lens: 0x0000002a +0x000040ef-0x00004118: +>>0 @F183@ FAM +1 HUSB @I1053@ +1 WIFE @I257@ +<< +[0134] FAM rkey: F184 offs: 0x00003119 lens: 0x00000038 +0x00004119-0x00004150: +>>0 @F184@ FAM +1 HUSB @I260@ +1 WIFE @I1054@ +1 CHIL @I469@ +<< +[0135] FAM rkey: F185 offs: 0x00003151 lens: 0x00000053 +0x00004151-0x000041a3: +>>0 @F185@ FAM +1 HUSB @I262@ +1 WIFE @I263@ +1 CHIL @I264@ +1 CHIL @I265@ +1 CHIL @I266@ +<< +[0136] FAM rkey: F186 offs: 0x000031a4 lens: 0x00000053 +0x000041a4-0x000041f6: +>>0 @F186@ FAM +1 HUSB @I264@ +1 WIFE @I267@ +1 CHIL @I268@ +1 CHIL @I269@ +1 CHIL @I270@ +<< +[0137] FAM rkey: F187 offs: 0x000031f7 lens: 0x00000061 +0x000041f7-0x00004257: +>>0 @F187@ FAM +1 HUSB @I272@ +1 WIFE @I273@ +1 CHIL @I274@ +1 CHIL @I275@ +1 CHIL @I276@ +1 CHIL @I277@ +<< +[0138] FAM rkey: F188 offs: 0x00003258 lens: 0x00000061 +0x00004258-0x000042b8: +>>0 @F188@ FAM +1 HUSB @I278@ +1 WIFE @I281@ +1 CHIL @I282@ +1 CHIL @I283@ +1 CHIL @I284@ +1 CHIL @I285@ +<< +[0139] FAM rkey: F189 offs: 0x000032b9 lens: 0x0000002a +0x000042b9-0x000042e2: +>>0 @F189@ FAM +1 HUSB @I282@ +1 WIFE @I1708@ +<< +[0140] FAM rkey: F190 offs: 0x000032e3 lens: 0x0000002a +0x000042e3-0x0000430c: +>>0 @F190@ FAM +1 HUSB @I1709@ +1 WIFE @I284@ +<< +[0141] FAM rkey: F191 offs: 0x0000330d lens: 0x0000002a +0x0000430d-0x00004336: +>>0 @F191@ FAM +1 HUSB @I1710@ +1 WIFE @I285@ +<< +[0142] FAM rkey: F192 offs: 0x00003337 lens: 0x00000135 +0x00004337-0x0000446b: +>>0 @F192@ FAM +1 HUSB @I1261@ +1 WIFE @I1262@ +1 MARR +2 DATE OCT 1254 +2 PLAC Las Huelgas +1 CHIL @I1263@ +1 CHIL @I1264@ +1 CHIL @I1265@ +1 CHIL @I1266@ +1 CHIL @I1267@ +1 CHIL @I1268@ +1 CHIL @I1269@ +1 CHIL @I1270@ +1 CHIL @I1271@ +1 CHIL @I1272@ +1 CHIL @I1273@ +1 CHIL @I1274@ +1 CHIL @I286@ +1 CHIL @I1275@ +1 CHIL @I1276@ +<< +[0143] FAM rkey: F193 offs: 0x0000346c lens: 0x0000002a +0x0000446c-0x00004495: +>>0 @F193@ FAM +1 HUSB @I1711@ +1 WIFE @I289@ +<< +[0144] FAM rkey: F194 offs: 0x00003496 lens: 0x00000046 +0x00004496-0x000044db: +>>0 @F194@ FAM +1 HUSB @I336@ +1 WIFE @I762@ +1 CHIL @I290@ +1 CHIL @I2146@ +<< +[0145] FAM rkey: F195 offs: 0x000034dc lens: 0x00000052 +0x000044dc-0x0000452d: +>>0 @F195@ FAM +1 HUSB @I291@ +1 WIFE @I296@ +1 DIV Y +1 MARR +2 DATE 1952 +1 CHIL @I297@ +<< +[0146] FAM rkey: F196 offs: 0x0000352e lens: 0x0000004a +0x0000452e-0x00004577: +>>0 @F196@ FAM +1 HUSB @I291@ +1 WIFE @I316@ +1 MARR +2 DATE 1978 +1 CHIL @I982@ +<< +[0147] FAM rkey: F197 offs: 0x00003578 lens: 0x00000039 +0x00004578-0x000045b0: +>>0 @F197@ FAM +1 HUSB @I2982@ +1 WIFE @I2983@ +1 CHIL @I292@ +<< +[0148] FAM rkey: F198 offs: 0x000035b1 lens: 0x00000074 +0x000045b1-0x00004624: +>>0 @F198@ FAM +1 HUSB @I293@ +1 WIFE @I940@ +1 MARR +2 DATE 1979 +1 CHIL @I941@ +1 CHIL @I942@ +1 CHIL @I943@ +1 CHIL @I944@ +<< +[0149] FAM rkey: F199 offs: 0x00003625 lens: 0x00000058 +0x00004625-0x0000467c: +>>0 @F199@ FAM +1 HUSB @I294@ +1 WIFE @I945@ +1 MARR +2 DATE 1973 +1 CHIL @I946@ +1 CHIL @I947@ +<< +[0150] FAM rkey: F200 offs: 0x0000367d lens: 0x00000058 +0x0000467d-0x000046d4: +>>0 @F200@ FAM +1 HUSB @I295@ +1 WIFE @I948@ +1 MARR +2 DATE 1981 +1 CHIL @I949@ +1 CHIL @I950@ +<< +[0151] FAM rkey: F201 offs: 0x000036d5 lens: 0x0000003c +0x000046d5-0x00004710: +>>0 @F201@ FAM +1 HUSB @I297@ +1 WIFE @I983@ +1 MARR +2 DATE 1979 +<< +[0152] FAM rkey: F202 offs: 0x00003711 lens: 0x0000006a +0x00004711-0x0000477a: +>>0 @F202@ FAM +1 HUSB @I1643@ +1 WIFE @I1644@ +1 MARR +2 DATE 1774 +1 CHIL @I1645@ +1 CHIL @I299@ +1 CHIL @I1646@ +<< +[0153] FAM rkey: F203 offs: 0x0000377b lens: 0x0000006f +0x0000477b-0x000047e9: +>>0 @F203@ FAM +1 HUSB @I1604@ +1 WIFE @I330@ +1 MARR +2 DATE 28 JUN 1740 +2 PLAC Cassel +1 CHIL @I1736@ +1 CHIL @I301@ +<< +[0154] FAM rkey: F204 offs: 0x000037ea lens: 0x00000053 +0x000047ea-0x0000483c: +>>0 @F204@ FAM +1 HUSB @I484@ +1 WIFE @I485@ +1 CHIL @I303@ +1 CHIL @I595@ +1 CHIL @I356@ +<< +[0155] FAM rkey: F205 offs: 0x0000383d lens: 0x00000037 +0x0000483d-0x00004873: +>>0 @F205@ FAM +1 HUSB @I307@ +1 WIFE @I306@ +1 CHIL @I308@ +<< +[0156] FAM rkey: F206 offs: 0x00003874 lens: 0x00000057 +0x00004874-0x000048ca: +>>0 @F206@ FAM +1 HUSB @I1099@ +1 WIFE @I1100@ +1 CHIL @I1101@ +1 CHIL @I309@ +1 CHIL @I1102@ +<< +[0157] FAM rkey: F207 offs: 0x000038cb lens: 0x00000039 +0x000048cb-0x00004903: +>>0 @F207@ FAM +1 HUSB @I2980@ +1 WIFE @I314@ +1 CHIL @I2981@ +<< +[0158] FAM rkey: F208 offs: 0x00003904 lens: 0x00000048 +0x00004904-0x0000494b: +>>0 @F208@ FAM +1 HUSB @I802@ +1 WIFE @I319@ +1 DIV Y +1 MARR +2 DATE SEP 1971 +<< +[0159] FAM rkey: F209 offs: 0x0000394c lens: 0x00000074 +0x0000494c-0x000049bf: +>>0 @F209@ FAM +1 HUSB @I341@ +1 WIFE @I342@ +1 DIV Y +1 MARR +2 DATE 22 NOV 1682 +2 PLAC Celle +1 CHIL @I321@ +1 CHIL @I343@ +<< +[0160] FAM rkey: F210 offs: 0x000039c0 lens: 0x000000d5 +0x000049c0-0x00004a94: +>>0 @F210@ FAM +1 HUSB @I321@ +1 WIFE @I322@ +1 MARR +2 DATE 22 AUG 1705 +2 PLAC Herrenhausen +1 CHIL @I323@ +1 CHIL @I324@ +1 CHIL @I325@ +1 CHIL @I326@ +1 CHIL @I327@ +1 CHIL @I328@ +1 CHIL @I329@ +1 CHIL @I330@ +1 CHIL @I331@ +<< +[0161] FAM rkey: F211 offs: 0x00003a95 lens: 0x0000002a +0x00004a95-0x00004abe: +>>0 @F211@ FAM +1 HUSB @I1694@ +1 CHIL @I322@ +<< +[0162] FAM rkey: F212 offs: 0x00003abf lens: 0x00000045 +0x00004abf-0x00004b03: +>>0 @F212@ FAM +1 HUSB @I618@ +1 WIFE @I324@ +1 CHIL @I650@ +1 CHIL @I575@ +<< +[0163] FAM rkey: F213 offs: 0x00003b04 lens: 0x000000a3 +0x00004b04-0x00004ba6: +>>0 @F213@ FAM +1 HUSB @I344@ +1 WIFE @I331@ +1 MARR +2 DATE 11 DEC 1743 +2 PLAC Christiansborg +1 CHIL @I1637@ +1 CHIL @I1638@ +1 CHIL @I1639@ +1 CHIL @I764@ +1 CHIL @I1640@ +<< +[0164] FAM rkey: F214 offs: 0x00003ba7 lens: 0x00000039 +0x00004ba7-0x00004bdf: +>>0 @F214@ FAM +1 HUSB @I2142@ +1 WIFE @I2143@ +1 CHIL @I332@ +<< +[0165] FAM rkey: F215 offs: 0x00003be0 lens: 0x00000029 +0x00004be0-0x00004c08: +>>0 @F215@ FAM +1 HUSB @I337@ +1 WIFE @I763@ +<< +[0166] FAM rkey: F216 offs: 0x00003c09 lens: 0x0000007e +0x00004c09-0x00004c86: +>>0 @F216@ FAM +1 HUSB @I764@ +1 WIFE @I340@ +1 DIV Y +1 MARR +2 DATE 8 NOV 1766 +2 PLAC Christiansborg +1 CHIL @I1617@ +1 CHIL @I1653@ +<< +[0167] FAM rkey: F217 offs: 0x00003c87 lens: 0x0000008f +0x00004c87-0x00004d15: +>>0 @F217@ FAM +1 HUSB @I758@ +1 WIFE @I736@ +1 CHIL @I341@ +1 CHIL @I2123@ +1 CHIL @I2124@ +1 CHIL @I2125@ +1 CHIL @I2126@ +1 CHIL @I770@ +1 CHIL @I771@ +<< +[0168] FAM rkey: F218 offs: 0x00003d16 lens: 0x00000039 +0x00004d16-0x00004d4e: +>>0 @F218@ FAM +1 HUSB @I2140@ +1 WIFE @I2141@ +1 CHIL @I342@ +<< +[0169] FAM rkey: F219 offs: 0x00003d4f lens: 0x00000113 +0x00004d4f-0x00004e61: +>>0 @F219@ FAM +1 HUSB @I761@ +1 WIFE @I343@ +1 MARR +2 DATE 28 NOV 1706 +2 PLAC Berlin +1 CHIL @I1160@ +1 CHIL @I1161@ +1 CHIL @I1162@ +1 CHIL @I1163@ +1 CHIL @I1164@ +1 CHIL @I1165@ +1 CHIL @I1166@ +1 CHIL @I1167@ +1 CHIL @I1168@ +1 CHIL @I568@ +1 CHIL @I1169@ +1 CHIL @I1170@ +1 CHIL @I1171@ +<< +[0170] FAM rkey: F220 offs: 0x00003e62 lens: 0x00000061 +0x00004e62-0x00004ec2: +>>0 @F220@ FAM +1 HUSB @I1620@ +1 WIFE @I1621@ +1 MARR +2 DATE 7 AUG 1721 +1 CHIL @I344@ +1 CHIL @I2850@ +<< +[0171] FAM rkey: F221 offs: 0x00003ec3 lens: 0x0000006f +0x00004ec3-0x00004f31: +>>0 @F221@ FAM +1 HUSB @I344@ +1 WIFE @I1619@ +1 MARR +2 DATE 8 JUL 1752 +2 PLAC Frederiksborg,Denmark +1 CHIL @I1643@ +<< +[0172] FAM rkey: F222 offs: 0x00003f32 lens: 0x00000048 +0x00004f32-0x00004f79: +>>0 @F222@ FAM +1 HUSB @I1641@ +1 WIFE @I1640@ +1 CHIL @I1618@ +1 CHIL @I346@ +<< +[0173] FAM rkey: F223 offs: 0x00003f7a lens: 0x00000037 +0x00004f7a-0x00004fb0: +>>0 @F223@ FAM +1 HUSB @I351@ +1 WIFE @I352@ +1 CHIL @I348@ +<< +[0174] FAM rkey: F224 offs: 0x00003fb1 lens: 0x0000004c +0x00004fb1-0x00004ffc: +>>0 @F224@ FAM +1 HUSB @I2911@ +1 WIFE @I2912@ +1 MARR +2 DATE 1777 +1 CHIL @I349@ +<< +[0175] FAM rkey: F225 offs: 0x00003ffd lens: 0x00000037 +0x00004ffd-0x00005033: +>>0 @F225@ FAM +1 HUSB @I355@ +1 WIFE @I356@ +1 CHIL @I354@ +<< +[0176] FAM rkey: F226 offs: 0x00004034 lens: 0x0000002a +0x00005034-0x0000505d: +>>0 @F226@ FAM +1 HUSB @I2622@ +1 CHIL @I358@ +<< +[0177] FAM rkey: F227 offs: 0x0000405e lens: 0x0000002a +0x0000505e-0x00005087: +>>0 @F227@ FAM +1 HUSB @I1914@ +1 CHIL @I361@ +<< +[0178] FAM rkey: F228 offs: 0x00004088 lens: 0x00000055 +0x00005088-0x000050dc: +>>0 @F228@ FAM +1 HUSB @I396@ +1 WIFE @I397@ +1 CHIL @I1733@ +1 CHIL @I366@ +1 CHIL @I1734@ +<< +[0179] FAM rkey: F229 offs: 0x000040dd lens: 0x00000055 +0x000050dd-0x00005131: +>>0 @F229@ FAM +1 HUSB @I384@ +1 WIFE @I385@ +1 CHIL @I367@ +1 CHIL @I1713@ +1 CHIL @I1714@ +<< +[0180] FAM rkey: F230 offs: 0x00004132 lens: 0x00000037 +0x00005132-0x00005168: +>>0 @F230@ FAM +1 HUSB @I370@ +1 WIFE @I371@ +1 CHIL @I368@ +<< +[0181] FAM rkey: F231 offs: 0x00004169 lens: 0x00000037 +0x00005169-0x0000519f: +>>0 @F231@ FAM +1 HUSB @I390@ +1 WIFE @I391@ +1 CHIL @I369@ +<< +[0182] FAM rkey: F232 offs: 0x000041a0 lens: 0x00000037 +0x000051a0-0x000051d6: +>>0 @F232@ FAM +1 HUSB @I378@ +1 WIFE @I379@ +1 CHIL @I370@ +<< +[0183] FAM rkey: F233 offs: 0x000041d7 lens: 0x00000037 +0x000051d7-0x0000520d: +>>0 @F233@ FAM +1 HUSB @I372@ +1 WIFE @I373@ +1 CHIL @I371@ +<< +[0184] FAM rkey: F234 offs: 0x0000420e lens: 0x00000037 +0x0000520e-0x00005244: +>>0 @F234@ FAM +1 HUSB @I376@ +1 WIFE @I377@ +1 CHIL @I372@ +<< +[0185] FAM rkey: F235 offs: 0x00004245 lens: 0x00000037 +0x00005245-0x0000527b: +>>0 @F235@ FAM +1 HUSB @I374@ +1 WIFE @I375@ +1 CHIL @I373@ +<< +[0186] FAM rkey: F236 offs: 0x0000427c lens: 0x00000037 +0x0000527c-0x000052b2: +>>0 @F236@ FAM +1 HUSB @I382@ +1 WIFE @I383@ +1 CHIL @I378@ +<< +[0187] FAM rkey: F237 offs: 0x000042b3 lens: 0x00000037 +0x000052b3-0x000052e9: +>>0 @F237@ FAM +1 HUSB @I380@ +1 WIFE @I381@ +1 CHIL @I379@ +<< +[0188] FAM rkey: F238 offs: 0x000042ea lens: 0x00000037 +0x000052ea-0x00005320: +>>0 @F238@ FAM +1 HUSB @I386@ +1 WIFE @I387@ +1 CHIL @I384@ +<< + +0x00005321: EOF (0x00005321) GOOD + +BLOCK - DIRECTORY af/af +0x00000000:ix_self: 0x00050005 (af/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 197 +0x0000000e:ix_rkey[0000]: ' F239' +0x00000016:ix_rkey[0001]: ' F240' +0x0000001e:ix_rkey[0002]: ' F241' +0x00000026:ix_rkey[0003]: ' F242' +0x0000002e:ix_rkey[0004]: ' F243' +0x00000036:ix_rkey[0005]: ' F244' +0x0000003e:ix_rkey[0006]: ' F245' +0x00000046:ix_rkey[0007]: ' F246' +0x0000004e:ix_rkey[0008]: ' F247' +0x00000056:ix_rkey[0009]: ' F248' +0x0000005e:ix_rkey[0010]: ' F249' +0x00000066:ix_rkey[0011]: ' F250' +0x0000006e:ix_rkey[0012]: ' F251' +0x00000076:ix_rkey[0013]: ' F252' +0x0000007e:ix_rkey[0014]: ' F253' +0x00000086:ix_rkey[0015]: ' F254' +0x0000008e:ix_rkey[0016]: ' F255' +0x00000096:ix_rkey[0017]: ' F256' +0x0000009e:ix_rkey[0018]: ' F257' +0x000000a6:ix_rkey[0019]: ' F258' +0x000000ae:ix_rkey[0020]: ' F259' +0x000000b6:ix_rkey[0021]: ' F260' +0x000000be:ix_rkey[0022]: ' F261' +0x000000c6:ix_rkey[0023]: ' F262' +0x000000ce:ix_rkey[0024]: ' F263' +0x000000d6:ix_rkey[0025]: ' F264' +0x000000de:ix_rkey[0026]: ' F265' +0x000000e6:ix_rkey[0027]: ' F266' +0x000000ee:ix_rkey[0028]: ' F267' +0x000000f6:ix_rkey[0029]: ' F268' +0x000000fe:ix_rkey[0030]: ' F269' +0x00000106:ix_rkey[0031]: ' F270' +0x0000010e:ix_rkey[0032]: ' F271' +0x00000116:ix_rkey[0033]: ' F272' +0x0000011e:ix_rkey[0034]: ' F273' +0x00000126:ix_rkey[0035]: ' F274' +0x0000012e:ix_rkey[0036]: ' F275' +0x00000136:ix_rkey[0037]: ' F276' +0x0000013e:ix_rkey[0038]: ' F277' +0x00000146:ix_rkey[0039]: ' F278' +0x0000014e:ix_rkey[0040]: ' F279' +0x00000156:ix_rkey[0041]: ' F280' +0x0000015e:ix_rkey[0042]: ' F281' +0x00000166:ix_rkey[0043]: ' F282' +0x0000016e:ix_rkey[0044]: ' F283' +0x00000176:ix_rkey[0045]: ' F284' +0x0000017e:ix_rkey[0046]: ' F285' +0x00000186:ix_rkey[0047]: ' F286' +0x0000018e:ix_rkey[0048]: ' F287' +0x00000196:ix_rkey[0049]: ' F288' +0x0000019e:ix_rkey[0050]: ' F289' +0x000001a6:ix_rkey[0051]: ' F290' +0x000001ae:ix_rkey[0052]: ' F291' +0x000001b6:ix_rkey[0053]: ' F292' +0x000001be:ix_rkey[0054]: ' F293' +0x000001c6:ix_rkey[0055]: ' F294' +0x000001ce:ix_rkey[0056]: ' F295' +0x000001d6:ix_rkey[0057]: ' F296' +0x000001de:ix_rkey[0058]: ' F297' +0x000001e6:ix_rkey[0059]: ' F298' +0x000001ee:ix_rkey[0060]: ' F299' +0x000001f6:ix_rkey[0061]: ' F300' +0x000001fe:ix_rkey[0062]: ' F301' +0x00000206:ix_rkey[0063]: ' F302' +0x0000020e:ix_rkey[0064]: ' F303' +0x00000216:ix_rkey[0065]: ' F304' +0x0000021e:ix_rkey[0066]: ' F305' +0x00000226:ix_rkey[0067]: ' F306' +0x0000022e:ix_rkey[0068]: ' F307' +0x00000236:ix_rkey[0069]: ' F308' +0x0000023e:ix_rkey[0070]: ' F309' +0x00000246:ix_rkey[0071]: ' F310' +0x0000024e:ix_rkey[0072]: ' F311' +0x00000256:ix_rkey[0073]: ' F312' +0x0000025e:ix_rkey[0074]: ' F313' +0x00000266:ix_rkey[0075]: ' F314' +0x0000026e:ix_rkey[0076]: ' F315' +0x00000276:ix_rkey[0077]: ' F316' +0x0000027e:ix_rkey[0078]: ' F317' +0x00000286:ix_rkey[0079]: ' F318' +0x0000028e:ix_rkey[0080]: ' F319' +0x00000296:ix_rkey[0081]: ' F320' +0x0000029e:ix_rkey[0082]: ' F321' +0x000002a6:ix_rkey[0083]: ' F322' +0x000002ae:ix_rkey[0084]: ' F323' +0x000002b6:ix_rkey[0085]: ' F324' +0x000002be:ix_rkey[0086]: ' F325' +0x000002c6:ix_rkey[0087]: ' F326' +0x000002ce:ix_rkey[0088]: ' F327' +0x000002d6:ix_rkey[0089]: ' F328' +0x000002de:ix_rkey[0090]: ' F329' +0x000002e6:ix_rkey[0091]: ' F330' +0x000002ee:ix_rkey[0092]: ' F331' +0x000002f6:ix_rkey[0093]: ' F332' +0x000002fe:ix_rkey[0094]: ' F333' +0x00000306:ix_rkey[0095]: ' F334' +0x0000030e:ix_rkey[0096]: ' F335' +0x00000316:ix_rkey[0097]: ' F336' +0x0000031e:ix_rkey[0098]: ' F337' +0x00000326:ix_rkey[0099]: ' F338' +0x0000032e:ix_rkey[0100]: ' F339' +0x00000336:ix_rkey[0101]: ' F340' +0x0000033e:ix_rkey[0102]: ' F341' +0x00000346:ix_rkey[0103]: ' F342' +0x0000034e:ix_rkey[0104]: ' F343' +0x00000356:ix_rkey[0105]: ' F344' +0x0000035e:ix_rkey[0106]: ' F345' +0x00000366:ix_rkey[0107]: ' F346' +0x0000036e:ix_rkey[0108]: ' F347' +0x00000376:ix_rkey[0109]: ' F348' +0x0000037e:ix_rkey[0110]: ' F349' +0x00000386:ix_rkey[0111]: ' F350' +0x0000038e:ix_rkey[0112]: ' F351' +0x00000396:ix_rkey[0113]: ' F352' +0x0000039e:ix_rkey[0114]: ' F353' +0x000003a6:ix_rkey[0115]: ' F354' +0x000003ae:ix_rkey[0116]: ' F355' +0x000003b6:ix_rkey[0117]: ' F356' +0x000003be:ix_rkey[0118]: ' F357' +0x000003c6:ix_rkey[0119]: ' F358' +0x000003ce:ix_rkey[0120]: ' F359' +0x000003d6:ix_rkey[0121]: ' F360' +0x000003de:ix_rkey[0122]: ' F361' +0x000003e6:ix_rkey[0123]: ' F362' +0x000003ee:ix_rkey[0124]: ' F363' +0x000003f6:ix_rkey[0125]: ' F364' +0x000003fe:ix_rkey[0126]: ' F365' +0x00000406:ix_rkey[0127]: ' F366' +0x0000040e:ix_rkey[0128]: ' F367' +0x00000416:ix_rkey[0129]: ' F368' +0x0000041e:ix_rkey[0130]: ' F369' +0x00000426:ix_rkey[0131]: ' F370' +0x0000042e:ix_rkey[0132]: ' F371' +0x00000436:ix_rkey[0133]: ' F372' +0x0000043e:ix_rkey[0134]: ' F373' +0x00000446:ix_rkey[0135]: ' F374' +0x0000044e:ix_rkey[0136]: ' F375' +0x00000456:ix_rkey[0137]: ' F376' +0x0000045e:ix_rkey[0138]: ' F377' +0x00000466:ix_rkey[0139]: ' F378' +0x0000046e:ix_rkey[0140]: ' F379' +0x00000476:ix_rkey[0141]: ' F380' +0x0000047e:ix_rkey[0142]: ' F381' +0x00000486:ix_rkey[0143]: ' F382' +0x0000048e:ix_rkey[0144]: ' F383' +0x00000496:ix_rkey[0145]: ' F384' +0x0000049e:ix_rkey[0146]: ' F385' +0x000004a6:ix_rkey[0147]: ' F386' +0x000004ae:ix_rkey[0148]: ' F387' +0x000004b6:ix_rkey[0149]: ' F388' +0x000004be:ix_rkey[0150]: ' F389' +0x000004c6:ix_rkey[0151]: ' F390' +0x000004ce:ix_rkey[0152]: ' F391' +0x000004d6:ix_rkey[0153]: ' F392' +0x000004de:ix_rkey[0154]: ' F393' +0x000004e6:ix_rkey[0155]: ' F394' +0x000004ee:ix_rkey[0156]: ' F395' +0x000004f6:ix_rkey[0157]: ' F396' +0x000004fe:ix_rkey[0158]: ' F397' +0x00000506:ix_rkey[0159]: ' F398' +0x0000050e:ix_rkey[0160]: ' F399' +0x00000516:ix_rkey[0161]: ' F400' +0x0000051e:ix_rkey[0162]: ' F401' +0x00000526:ix_rkey[0163]: ' F402' +0x0000052e:ix_rkey[0164]: ' F403' +0x00000536:ix_rkey[0165]: ' F404' +0x0000053e:ix_rkey[0166]: ' F405' +0x00000546:ix_rkey[0167]: ' F406' +0x0000054e:ix_rkey[0168]: ' F407' +0x00000556:ix_rkey[0169]: ' F408' +0x0000055e:ix_rkey[0170]: ' F409' +0x00000566:ix_rkey[0171]: ' F410' +0x0000056e:ix_rkey[0172]: ' F411' +0x00000576:ix_rkey[0173]: ' F412' +0x0000057e:ix_rkey[0174]: ' F413' +0x00000586:ix_rkey[0175]: ' F414' +0x0000058e:ix_rkey[0176]: ' F415' +0x00000596:ix_rkey[0177]: ' F416' +0x0000059e:ix_rkey[0178]: ' F417' +0x000005a6:ix_rkey[0179]: ' F418' +0x000005ae:ix_rkey[0180]: ' F419' +0x000005b6:ix_rkey[0181]: ' F420' +0x000005be:ix_rkey[0182]: ' F421' +0x000005c6:ix_rkey[0183]: ' F422' +0x000005ce:ix_rkey[0184]: ' F423' +0x000005d6:ix_rkey[0185]: ' F424' +0x000005de:ix_rkey[0186]: ' F425' +0x000005e6:ix_rkey[0187]: ' F426' +0x000005ee:ix_rkey[0188]: ' F427' +0x000005f6:ix_rkey[0189]: ' F428' +0x000005fe:ix_rkey[0190]: ' F429' +0x00000606:ix_rkey[0191]: ' F430' +0x0000060e:ix_rkey[0192]: ' F431' +0x00000616:ix_rkey[0193]: ' F432' +0x0000061e:ix_rkey[0194]: ' F433' +0x00000626:ix_rkey[0195]: ' F434' +0x0000062e:ix_rkey[0196]: ' F435' + +deleted/unused entries +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000037 +0x0000080c:ix_offs[0001]: 0x00000037 0x00000c08:ix_lens[0001]: 0x00000037 +0x00000810:ix_offs[0002]: 0x0000006e 0x00000c0c:ix_lens[0002]: 0x00000037 +0x00000814:ix_offs[0003]: 0x000000a5 0x00000c10:ix_lens[0003]: 0x00000037 +0x00000818:ix_offs[0004]: 0x000000dc 0x00000c14:ix_lens[0004]: 0x00000037 +0x0000081c:ix_offs[0005]: 0x00000113 0x00000c18:ix_lens[0005]: 0x00000037 +0x00000820:ix_offs[0006]: 0x0000014a 0x00000c1c:ix_lens[0006]: 0x00000037 +0x00000824:ix_offs[0007]: 0x00000181 0x00000c20:ix_lens[0007]: 0x00000037 +0x00000828:ix_offs[0008]: 0x000001b8 0x00000c24:ix_lens[0008]: 0x00000037 +0x0000082c:ix_offs[0009]: 0x000001ef 0x00000c28:ix_lens[0009]: 0x00000037 +0x00000830:ix_offs[0010]: 0x00000226 0x00000c2c:ix_lens[0010]: 0x00000037 +0x00000834:ix_offs[0011]: 0x0000025d 0x00000c30:ix_lens[0011]: 0x00000037 +0x00000838:ix_offs[0012]: 0x00000294 0x00000c34:ix_lens[0012]: 0x00000037 +0x0000083c:ix_offs[0013]: 0x000002cb 0x00000c38:ix_lens[0013]: 0x00000037 +0x00000840:ix_offs[0014]: 0x00000302 0x00000c3c:ix_lens[0014]: 0x00000039 +0x00000844:ix_offs[0015]: 0x0000033b 0x00000c40:ix_lens[0015]: 0x00000037 +0x00000848:ix_offs[0016]: 0x00000372 0x00000c44:ix_lens[0016]: 0x00000037 +0x0000084c:ix_offs[0017]: 0x000003a9 0x00000c48:ix_lens[0017]: 0x00000037 +0x00000850:ix_offs[0018]: 0x000003e0 0x00000c4c:ix_lens[0018]: 0x0000002a +0x00000854:ix_offs[0019]: 0x0000040a 0x00000c50:ix_lens[0019]: 0x00000068 +0x00000858:ix_offs[0020]: 0x00000472 0x00000c54:ix_lens[0020]: 0x0000002a +0x0000085c:ix_offs[0021]: 0x0000049c 0x00000c58:ix_lens[0021]: 0x00000029 +0x00000860:ix_offs[0022]: 0x000004c5 0x00000c5c:ix_lens[0022]: 0x0000003d +0x00000864:ix_offs[0023]: 0x00000502 0x00000c60:ix_lens[0023]: 0x00000048 +0x00000868:ix_offs[0024]: 0x0000054a 0x00000c64:ix_lens[0024]: 0x00000038 +0x0000086c:ix_offs[0025]: 0x00000582 0x00000c68:ix_lens[0025]: 0x0000003c +0x00000870:ix_offs[0026]: 0x000005be 0x00000c6c:ix_lens[0026]: 0x00000078 +0x00000874:ix_offs[0027]: 0x00000636 0x00000c70:ix_lens[0027]: 0x0000003c +0x00000878:ix_offs[0028]: 0x00000672 0x00000c74:ix_lens[0028]: 0x0000003c +0x0000087c:ix_offs[0029]: 0x000006ae 0x00000c78:ix_lens[0029]: 0x00000045 +0x00000880:ix_offs[0030]: 0x000006f3 0x00000c7c:ix_lens[0030]: 0x00000029 +0x00000884:ix_offs[0031]: 0x0000071c 0x00000c80:ix_lens[0031]: 0x0000002a +0x00000888:ix_offs[0032]: 0x00000746 0x00000c84:ix_lens[0032]: 0x0000007d +0x0000088c:ix_offs[0033]: 0x000007c3 0x00000c88:ix_lens[0033]: 0x00000029 +0x00000890:ix_offs[0034]: 0x000007ec 0x00000c8c:ix_lens[0034]: 0x00000029 +0x00000894:ix_offs[0035]: 0x00000815 0x00000c90:ix_lens[0035]: 0x00000029 +0x00000898:ix_offs[0036]: 0x0000083e 0x00000c94:ix_lens[0036]: 0x00000029 +0x0000089c:ix_offs[0037]: 0x00000867 0x00000c98:ix_lens[0037]: 0x00000029 +0x000008a0:ix_offs[0038]: 0x00000890 0x00000c9c:ix_lens[0038]: 0x00000095 +0x000008a4:ix_offs[0039]: 0x00000925 0x00000ca0:ix_lens[0039]: 0x00000029 +0x000008a8:ix_offs[0040]: 0x0000094e 0x00000ca4:ix_lens[0040]: 0x00000045 +0x000008ac:ix_offs[0041]: 0x00000993 0x00000ca8:ix_lens[0041]: 0x00000045 +0x000008b0:ix_offs[0042]: 0x000009d8 0x00000cac:ix_lens[0042]: 0x00000087 +0x000008b4:ix_offs[0043]: 0x00000a5f 0x00000cb0:ix_lens[0043]: 0x0000003d +0x000008b8:ix_offs[0044]: 0x00000a9c 0x00000cb4:ix_lens[0044]: 0x0000004c +0x000008bc:ix_offs[0045]: 0x00000ae8 0x00000cb8:ix_lens[0045]: 0x00000066 +0x000008c0:ix_offs[0046]: 0x00000b4e 0x00000cbc:ix_lens[0046]: 0x00000053 +0x000008c4:ix_offs[0047]: 0x00000ba1 0x00000cc0:ix_lens[0047]: 0x00000064 +0x000008c8:ix_offs[0048]: 0x00000c05 0x00000cc4:ix_lens[0048]: 0x00000068 +0x000008cc:ix_offs[0049]: 0x00000c6d 0x00000cc8:ix_lens[0049]: 0x00000060 +0x000008d0:ix_offs[0050]: 0x00000ccd 0x00000ccc:ix_lens[0050]: 0x00000048 +0x000008d4:ix_offs[0051]: 0x00000d15 0x00000cd0:ix_lens[0051]: 0x00000086 +0x000008d8:ix_offs[0052]: 0x00000d9b 0x00000cd4:ix_lens[0052]: 0x00000045 +0x000008dc:ix_offs[0053]: 0x00000de0 0x00000cd8:ix_lens[0053]: 0x00000054 +0x000008e0:ix_offs[0054]: 0x00000e34 0x00000cdc:ix_lens[0054]: 0x00000044 +0x000008e4:ix_offs[0055]: 0x00000e78 0x00000ce0:ix_lens[0055]: 0x00000043 +0x000008e8:ix_offs[0056]: 0x00000ebb 0x00000ce4:ix_lens[0056]: 0x00000062 +0x000008ec:ix_offs[0057]: 0x00000f1d 0x00000ce8:ix_lens[0057]: 0x00000044 +0x000008f0:ix_offs[0058]: 0x00000f61 0x00000cec:ix_lens[0058]: 0x00000066 +0x000008f4:ix_offs[0059]: 0x00000fc7 0x00000cf0:ix_lens[0059]: 0x00000076 +0x000008f8:ix_offs[0060]: 0x0000103d 0x00000cf4:ix_lens[0060]: 0x0000007e +0x000008fc:ix_offs[0061]: 0x000010bb 0x00000cf8:ix_lens[0061]: 0x0000002a +0x00000900:ix_offs[0062]: 0x000010e5 0x00000cfc:ix_lens[0062]: 0x0000008c +0x00000904:ix_offs[0063]: 0x00001171 0x00000d00:ix_lens[0063]: 0x0000007a +0x00000908:ix_offs[0064]: 0x000011eb 0x00000d04:ix_lens[0064]: 0x00000045 +0x0000090c:ix_offs[0065]: 0x00001230 0x00000d08:ix_lens[0065]: 0x00000069 +0x00000910:ix_offs[0066]: 0x00001299 0x00000d0c:ix_lens[0066]: 0x0000003c +0x00000914:ix_offs[0067]: 0x000012d5 0x00000d10:ix_lens[0067]: 0x0000002a +0x00000918:ix_offs[0068]: 0x000012ff 0x00000d14:ix_lens[0068]: 0x0000004c +0x0000091c:ix_offs[0069]: 0x0000134b 0x00000d18:ix_lens[0069]: 0x0000003d +0x00000920:ix_offs[0070]: 0x00001388 0x00000d1c:ix_lens[0070]: 0x0000005b +0x00000924:ix_offs[0071]: 0x000013e3 0x00000d20:ix_lens[0071]: 0x0000009e +0x00000928:ix_offs[0072]: 0x00001481 0x00000d24:ix_lens[0072]: 0x000000a2 +0x0000092c:ix_offs[0073]: 0x00001523 0x00000d28:ix_lens[0073]: 0x00000087 +0x00000930:ix_offs[0074]: 0x000015aa 0x00000d2c:ix_lens[0074]: 0x00000039 +0x00000934:ix_offs[0075]: 0x000015e3 0x00000d30:ix_lens[0075]: 0x00000037 +0x00000938:ix_offs[0076]: 0x0000161a 0x00000d34:ix_lens[0076]: 0x0000003c +0x0000093c:ix_offs[0077]: 0x00001656 0x00000d38:ix_lens[0077]: 0x0000004a +0x00000940:ix_offs[0078]: 0x000016a0 0x00000d3c:ix_lens[0078]: 0x00000058 +0x00000944:ix_offs[0079]: 0x000016f8 0x00000d40:ix_lens[0079]: 0x0000003c +0x00000948:ix_offs[0080]: 0x00001734 0x00000d44:ix_lens[0080]: 0x00000029 +0x0000094c:ix_offs[0081]: 0x0000175d 0x00000d48:ix_lens[0081]: 0x0000002a +0x00000950:ix_offs[0082]: 0x00001787 0x00000d4c:ix_lens[0082]: 0x0000003c +0x00000954:ix_offs[0083]: 0x000017c3 0x00000d50:ix_lens[0083]: 0x0000003d +0x00000958:ix_offs[0084]: 0x00001800 0x00000d54:ix_lens[0084]: 0x0000002a +0x0000095c:ix_offs[0085]: 0x0000182a 0x00000d58:ix_lens[0085]: 0x000000ca +0x00000960:ix_offs[0086]: 0x000018f4 0x00000d5c:ix_lens[0086]: 0x0000003d +0x00000964:ix_offs[0087]: 0x00001931 0x00000d60:ix_lens[0087]: 0x0000003d +0x00000968:ix_offs[0088]: 0x0000196e 0x00000d64:ix_lens[0088]: 0x0000003d +0x0000096c:ix_offs[0089]: 0x000019ab 0x00000d68:ix_lens[0089]: 0x0000003d +0x00000970:ix_offs[0090]: 0x000019e8 0x00000d6c:ix_lens[0090]: 0x00000037 +0x00000974:ix_offs[0091]: 0x00001a1f 0x00000d70:ix_lens[0091]: 0x00000037 +0x00000978:ix_offs[0092]: 0x00001a56 0x00000d74:ix_lens[0092]: 0x00000050 +0x0000097c:ix_offs[0093]: 0x00001aa6 0x00000d78:ix_lens[0093]: 0x0000002a +0x00000980:ix_offs[0094]: 0x00001ad0 0x00000d7c:ix_lens[0094]: 0x00000045 +0x00000984:ix_offs[0095]: 0x00001b15 0x00000d80:ix_lens[0095]: 0x00000054 +0x00000988:ix_offs[0096]: 0x00001b69 0x00000d84:ix_lens[0096]: 0x0000003d +0x0000098c:ix_offs[0097]: 0x00001ba6 0x00000d88:ix_lens[0097]: 0x00000078 +0x00000990:ix_offs[0098]: 0x00001c1e 0x00000d8c:ix_lens[0098]: 0x0000004c +0x00000994:ix_offs[0099]: 0x00001c6a 0x00000d90:ix_lens[0099]: 0x00000045 +0x00000998:ix_offs[0100]: 0x00001caf 0x00000d94:ix_lens[0100]: 0x0000009e +0x0000099c:ix_offs[0101]: 0x00001d4d 0x00000d98:ix_lens[0101]: 0x00000031 +0x000009a0:ix_offs[0102]: 0x00001d7e 0x00000d9c:ix_lens[0102]: 0x00000045 +0x000009a4:ix_offs[0103]: 0x00001dc3 0x00000da0:ix_lens[0103]: 0x0000006f +0x000009a8:ix_offs[0104]: 0x00001e32 0x00000da4:ix_lens[0104]: 0x00000029 +0x000009ac:ix_offs[0105]: 0x00001e5b 0x00000da8:ix_lens[0105]: 0x0000008a +0x000009b0:ix_offs[0106]: 0x00001ee5 0x00000dac:ix_lens[0106]: 0x00000060 +0x000009b4:ix_offs[0107]: 0x00001f45 0x00000db0:ix_lens[0107]: 0x00000037 +0x000009b8:ix_offs[0108]: 0x00001f7c 0x00000db4:ix_lens[0108]: 0x00000038 +0x000009bc:ix_offs[0109]: 0x00001fb4 0x00000db8:ix_lens[0109]: 0x00000061 +0x000009c0:ix_offs[0110]: 0x00002015 0x00000dbc:ix_lens[0110]: 0x0000006f +0x000009c4:ix_offs[0111]: 0x00002084 0x00000dc0:ix_lens[0111]: 0x00000092 +0x000009c8:ix_offs[0112]: 0x00002116 0x00000dc4:ix_lens[0112]: 0x00000029 +0x000009cc:ix_offs[0113]: 0x0000213f 0x00000dc8:ix_lens[0113]: 0x00000029 +0x000009d0:ix_offs[0114]: 0x00002168 0x00000dcc:ix_lens[0114]: 0x00000055 +0x000009d4:ix_offs[0115]: 0x000021bd 0x00000dd0:ix_lens[0115]: 0x0000005a +0x000009d8:ix_offs[0116]: 0x00002217 0x00000dd4:ix_lens[0116]: 0x00000029 +0x000009dc:ix_offs[0117]: 0x00002240 0x00000dd8:ix_lens[0117]: 0x00000037 +0x000009e0:ix_offs[0118]: 0x00002277 0x00000ddc:ix_lens[0118]: 0x00000037 +0x000009e4:ix_offs[0119]: 0x000022ae 0x00000de0:ix_lens[0119]: 0x00000037 +0x000009e8:ix_offs[0120]: 0x000022e5 0x00000de4:ix_lens[0120]: 0x00000037 +0x000009ec:ix_offs[0121]: 0x0000231c 0x00000de8:ix_lens[0121]: 0x00000063 +0x000009f0:ix_offs[0122]: 0x0000237f 0x00000dec:ix_lens[0122]: 0x0000005e +0x000009f4:ix_offs[0123]: 0x000023dd 0x00000df0:ix_lens[0123]: 0x0000002a +0x000009f8:ix_offs[0124]: 0x00002407 0x00000df4:ix_lens[0124]: 0x00000039 +0x000009fc:ix_offs[0125]: 0x00002440 0x00000df8:ix_lens[0125]: 0x00000045 +0x00000a00:ix_offs[0126]: 0x00002485 0x00000dfc:ix_lens[0126]: 0x0000003d +0x00000a04:ix_offs[0127]: 0x000024c2 0x00000e00:ix_lens[0127]: 0x0000003d +0x00000a08:ix_offs[0128]: 0x000024ff 0x00000e04:ix_lens[0128]: 0x0000003d +0x00000a0c:ix_offs[0129]: 0x0000253c 0x00000e08:ix_lens[0129]: 0x00000037 +0x00000a10:ix_offs[0130]: 0x00002573 0x00000e0c:ix_lens[0130]: 0x0000002a +0x00000a14:ix_offs[0131]: 0x0000259d 0x00000e10:ix_lens[0131]: 0x00000067 +0x00000a18:ix_offs[0132]: 0x00002604 0x00000e14:ix_lens[0132]: 0x00000087 +0x00000a1c:ix_offs[0133]: 0x0000268b 0x00000e18:ix_lens[0133]: 0x00000086 +0x00000a20:ix_offs[0134]: 0x00002711 0x00000e1c:ix_lens[0134]: 0x0000007f +0x00000a24:ix_offs[0135]: 0x00002790 0x00000e20:ix_lens[0135]: 0x0000005c +0x00000a28:ix_offs[0136]: 0x000027ec 0x00000e24:ix_lens[0136]: 0x00000089 +0x00000a2c:ix_offs[0137]: 0x00002875 0x00000e28:ix_lens[0137]: 0x0000004c +0x00000a30:ix_offs[0138]: 0x000028c1 0x00000e2c:ix_lens[0138]: 0x00000059 +0x00000a34:ix_offs[0139]: 0x0000291a 0x00000e30:ix_lens[0139]: 0x0000004c +0x00000a38:ix_offs[0140]: 0x00002966 0x00000e34:ix_lens[0140]: 0x0000007c +0x00000a3c:ix_offs[0141]: 0x000029e2 0x00000e38:ix_lens[0141]: 0x00000045 +0x00000a40:ix_offs[0142]: 0x00002a27 0x00000e3c:ix_lens[0142]: 0x00000037 +0x00000a44:ix_offs[0143]: 0x00002a5e 0x00000e40:ix_lens[0143]: 0x00000037 +0x00000a48:ix_offs[0144]: 0x00002a95 0x00000e44:ix_lens[0144]: 0x00000058 +0x00000a4c:ix_offs[0145]: 0x00002aed 0x00000e48:ix_lens[0145]: 0x0000004a +0x00000a50:ix_offs[0146]: 0x00002b37 0x00000e4c:ix_lens[0146]: 0x00000037 +0x00000a54:ix_offs[0147]: 0x00002b6e 0x00000e50:ix_lens[0147]: 0x00000045 +0x00000a58:ix_offs[0148]: 0x00002bb3 0x00000e54:ix_lens[0148]: 0x00000037 +0x00000a5c:ix_offs[0149]: 0x00002bea 0x00000e58:ix_lens[0149]: 0x000000a4 +0x00000a60:ix_offs[0150]: 0x00002c8e 0x00000e5c:ix_lens[0150]: 0x00000037 +0x00000a64:ix_offs[0151]: 0x00002cc5 0x00000e60:ix_lens[0151]: 0x00000037 +0x00000a68:ix_offs[0152]: 0x00002cfc 0x00000e64:ix_lens[0152]: 0x00000037 +0x00000a6c:ix_offs[0153]: 0x00002d33 0x00000e68:ix_lens[0153]: 0x00000037 +0x00000a70:ix_offs[0154]: 0x00002d6a 0x00000e6c:ix_lens[0154]: 0x000000a0 +0x00000a74:ix_offs[0155]: 0x00002e0a 0x00000e70:ix_lens[0155]: 0x00000037 +0x00000a78:ix_offs[0156]: 0x00002e41 0x00000e74:ix_lens[0156]: 0x00000045 +0x00000a7c:ix_offs[0157]: 0x00002e86 0x00000e78:ix_lens[0157]: 0x00000037 +0x00000a80:ix_offs[0158]: 0x00002ebd 0x00000e7c:ix_lens[0158]: 0x00000037 +0x00000a84:ix_offs[0159]: 0x00002ef4 0x00000e80:ix_lens[0159]: 0x00000037 +0x00000a88:ix_offs[0160]: 0x00002f2b 0x00000e84:ix_lens[0160]: 0x00000086 +0x00000a8c:ix_offs[0161]: 0x00002fb1 0x00000e88:ix_lens[0161]: 0x00000082 +0x00000a90:ix_offs[0162]: 0x00003033 0x00000e8c:ix_lens[0162]: 0x0000005f +0x00000a94:ix_offs[0163]: 0x00003092 0x00000e90:ix_lens[0163]: 0x0000006d +0x00000a98:ix_offs[0164]: 0x000030ff 0x00000e94:ix_lens[0164]: 0x0000004c +0x00000a9c:ix_offs[0165]: 0x0000314b 0x00000e98:ix_lens[0165]: 0x0000009a +0x00000aa0:ix_offs[0166]: 0x000031e5 0x00000e9c:ix_lens[0166]: 0x0000008e +0x00000aa4:ix_offs[0167]: 0x00003273 0x00000ea0:ix_lens[0167]: 0x00000037 +0x00000aa8:ix_offs[0168]: 0x000032aa 0x00000ea4:ix_lens[0168]: 0x00000037 +0x00000aac:ix_offs[0169]: 0x000032e1 0x00000ea8:ix_lens[0169]: 0x00000037 +0x00000ab0:ix_offs[0170]: 0x00003318 0x00000eac:ix_lens[0170]: 0x00000037 +0x00000ab4:ix_offs[0171]: 0x0000334f 0x00000eb0:ix_lens[0171]: 0x00000037 +0x00000ab8:ix_offs[0172]: 0x00003386 0x00000eb4:ix_lens[0172]: 0x00000037 +0x00000abc:ix_offs[0173]: 0x000033bd 0x00000eb8:ix_lens[0173]: 0x00000037 +0x00000ac0:ix_offs[0174]: 0x000033f4 0x00000ebc:ix_lens[0174]: 0x00000037 +0x00000ac4:ix_offs[0175]: 0x0000342b 0x00000ec0:ix_lens[0175]: 0x00000037 +0x00000ac8:ix_offs[0176]: 0x00003462 0x00000ec4:ix_lens[0176]: 0x0000004c +0x00000acc:ix_offs[0177]: 0x000034ae 0x00000ec8:ix_lens[0177]: 0x0000003d +0x00000ad0:ix_offs[0178]: 0x000034eb 0x00000ecc:ix_lens[0178]: 0x00000037 +0x00000ad4:ix_offs[0179]: 0x00003522 0x00000ed0:ix_lens[0179]: 0x00000067 +0x00000ad8:ix_offs[0180]: 0x00003589 0x00000ed4:ix_lens[0180]: 0x00000066 +0x00000adc:ix_offs[0181]: 0x000035ef 0x00000ed8:ix_lens[0181]: 0x00000064 +0x00000ae0:ix_offs[0182]: 0x00003653 0x00000edc:ix_lens[0182]: 0x00000084 +0x00000ae4:ix_offs[0183]: 0x000036d7 0x00000ee0:ix_lens[0183]: 0x0000005b +0x00000ae8:ix_offs[0184]: 0x00003732 0x00000ee4:ix_lens[0184]: 0x000000a0 +0x00000aec:ix_offs[0185]: 0x000037d2 0x00000ee8:ix_lens[0185]: 0x00000111 +0x00000af0:ix_offs[0186]: 0x000038e3 0x00000eec:ix_lens[0186]: 0x000000c0 +0x00000af4:ix_offs[0187]: 0x000039a3 0x00000ef0:ix_lens[0187]: 0x000000dc +0x00000af8:ix_offs[0188]: 0x00003a7f 0x00000ef4:ix_lens[0188]: 0x0000009f +0x00000afc:ix_offs[0189]: 0x00003b1e 0x00000ef8:ix_lens[0189]: 0x0000002a +0x00000b00:ix_offs[0190]: 0x00003b48 0x00000efc:ix_lens[0190]: 0x00000063 +0x00000b04:ix_offs[0191]: 0x00003bab 0x00000f00:ix_lens[0191]: 0x00000037 +0x00000b08:ix_offs[0192]: 0x00003be2 0x00000f04:ix_lens[0192]: 0x00000074 +0x00000b0c:ix_offs[0193]: 0x00003c56 0x00000f08:ix_lens[0193]: 0x0000002a +0x00000b10:ix_offs[0194]: 0x00003c80 0x00000f0c:ix_lens[0194]: 0x00000054 +0x00000b14:ix_offs[0195]: 0x00003cd4 0x00000f10:ix_lens[0195]: 0x0000002a +0x00000b18:ix_offs[0196]: 0x00003cfe 0x00000f14:ix_lens[0196]: 0x0000006d + +0x00000b1c-0x00000c03:ix_offs[0197-0254] default value 0x00000000 +0x00000f18-0x00000fff:ix_lens[0197-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F239 offs: 0x00000000 lens: 0x00000037 +0x00001000-0x00001036: +>>0 @F239@ FAM +1 HUSB @I388@ +1 WIFE @I389@ +1 CHIL @I385@ +<< +[0001] FAM rkey: F240 offs: 0x00000037 lens: 0x00000037 +0x00001037-0x0000106d: +>>0 @F240@ FAM +1 HUSB @I788@ +1 WIFE @I787@ +1 CHIL @I386@ +<< +[0002] FAM rkey: F241 offs: 0x0000006e lens: 0x00000037 +0x0000106e-0x000010a4: +>>0 @F241@ FAM +1 HUSB @I785@ +1 WIFE @I786@ +1 CHIL @I387@ +<< +[0003] FAM rkey: F242 offs: 0x000000a5 lens: 0x00000037 +0x000010a5-0x000010db: +>>0 @F242@ FAM +1 HUSB @I789@ +1 WIFE @I790@ +1 CHIL @I388@ +<< +[0004] FAM rkey: F243 offs: 0x000000dc lens: 0x00000037 +0x000010dc-0x00001112: +>>0 @F243@ FAM +1 HUSB @I792@ +1 WIFE @I791@ +1 CHIL @I389@ +<< +[0005] FAM rkey: F244 offs: 0x00000113 lens: 0x00000037 +0x00001113-0x00001149: +>>0 @F244@ FAM +1 HUSB @I392@ +1 WIFE @I393@ +1 CHIL @I390@ +<< +[0006] FAM rkey: F245 offs: 0x0000014a lens: 0x00000037 +0x0000114a-0x00001180: +>>0 @F245@ FAM +1 HUSB @I394@ +1 WIFE @I395@ +1 CHIL @I391@ +<< +[0007] FAM rkey: F246 offs: 0x00000181 lens: 0x00000037 +0x00001181-0x000011b7: +>>0 @F246@ FAM +1 HUSB @I793@ +1 WIFE @I794@ +1 CHIL @I392@ +<< +[0008] FAM rkey: F247 offs: 0x000001b8 lens: 0x00000037 +0x000011b8-0x000011ee: +>>0 @F247@ FAM +1 HUSB @I795@ +1 WIFE @I796@ +1 CHIL @I393@ +<< +[0009] FAM rkey: F248 offs: 0x000001ef lens: 0x00000037 +0x000011ef-0x00001225: +>>0 @F248@ FAM +1 HUSB @I797@ +1 WIFE @I798@ +1 CHIL @I394@ +<< +[0010] FAM rkey: F249 offs: 0x00000226 lens: 0x00000037 +0x00001226-0x0000125c: +>>0 @F249@ FAM +1 HUSB @I799@ +1 WIFE @I800@ +1 CHIL @I395@ +<< +[0011] FAM rkey: F250 offs: 0x0000025d lens: 0x00000037 +0x0000125d-0x00001293: +>>0 @F250@ FAM +1 HUSB @I398@ +1 WIFE @I399@ +1 CHIL @I396@ +<< +[0012] FAM rkey: F251 offs: 0x00000294 lens: 0x00000037 +0x00001294-0x000012ca: +>>0 @F251@ FAM +1 HUSB @I400@ +1 WIFE @I401@ +1 CHIL @I397@ +<< +[0013] FAM rkey: F252 offs: 0x000002cb lens: 0x00000037 +0x000012cb-0x00001301: +>>0 @F252@ FAM +1 HUSB @I781@ +1 WIFE @I782@ +1 CHIL @I398@ +<< +[0014] FAM rkey: F253 offs: 0x00000302 lens: 0x00000039 +0x00001302-0x0000133a: +>>0 @F253@ FAM +1 HUSB @I398@ +1 WIFE @I1730@ +1 CHIL @I1731@ +<< +[0015] FAM rkey: F254 offs: 0x0000033b lens: 0x00000037 +0x0000133b-0x00001371: +>>0 @F254@ FAM +1 HUSB @I779@ +1 WIFE @I780@ +1 CHIL @I399@ +<< +[0016] FAM rkey: F255 offs: 0x00000372 lens: 0x00000037 +0x00001372-0x000013a8: +>>0 @F255@ FAM +1 HUSB @I783@ +1 WIFE @I784@ +1 CHIL @I400@ +<< +[0017] FAM rkey: F256 offs: 0x000003a9 lens: 0x00000037 +0x000013a9-0x000013df: +>>0 @F256@ FAM +1 HUSB @I777@ +1 WIFE @I778@ +1 CHIL @I401@ +<< +[0018] FAM rkey: F257 offs: 0x000003e0 lens: 0x0000002a +0x000013e0-0x00001409: +>>0 @F257@ FAM +1 HUSB @I2161@ +1 CHIL @I408@ +<< +[0019] FAM rkey: F258 offs: 0x0000040a lens: 0x00000068 +0x0000140a-0x00001471: +>>0 @F258@ FAM +1 HUSB @I683@ +1 WIFE @I682@ +1 MARR +2 DATE 1879 +1 CHIL @I2634@ +1 CHIL @I2635@ +1 CHIL @I409@ +<< +[0020] FAM rkey: F259 offs: 0x00000472 lens: 0x0000002a +0x00001472-0x0000149b: +>>0 @F259@ FAM +1 HUSB @I411@ +1 WIFE @I1155@ +<< +[0021] FAM rkey: F260 offs: 0x0000049c lens: 0x00000029 +0x0000149c-0x000014c4: +>>0 @F260@ FAM +1 HUSB @I414@ +1 WIFE @I516@ +<< +[0022] FAM rkey: F261 offs: 0x000004c5 lens: 0x0000003d +0x000014c5-0x00001501: +>>0 @F261@ FAM +1 HUSB @I415@ +1 WIFE @I2653@ +1 MARR +2 DATE 1790 +<< +[0023] FAM rkey: F262 offs: 0x00000502 lens: 0x00000048 +0x00001502-0x00001549: +>>0 @F262@ FAM +1 HUSB @I2609@ +1 WIFE @I2610@ +1 CHIL @I417@ +1 CHIL @I2611@ +<< +[0024] FAM rkey: F263 offs: 0x0000054a lens: 0x00000038 +0x0000154a-0x00001581: +>>0 @F263@ FAM +1 HUSB @I417@ +1 WIFE @I514@ +1 CHIL @I1704@ +<< +[0025] FAM rkey: F264 offs: 0x00000582 lens: 0x0000003c +0x00001582-0x000015bd: +>>0 @F264@ FAM +1 HUSB @I417@ +1 WIFE @I2512@ +1 MARR +2 DATE 770 +<< +[0026] FAM rkey: F265 offs: 0x000005be lens: 0x00000078 +0x000015be-0x00001635: +>>0 @F265@ FAM +1 HUSB @I417@ +1 WIFE @I2550@ +1 MARR +2 DATE 771 +1 CHIL @I2551@ +1 CHIL @I2552@ +1 CHIL @I2553@ +1 CHIL @I2554@ +<< +[0027] FAM rkey: F266 offs: 0x00000636 lens: 0x0000003c +0x00001636-0x00001671: +>>0 @F266@ FAM +1 HUSB @I417@ +1 WIFE @I2555@ +1 MARR +2 DATE 784 +<< +[0028] FAM rkey: F267 offs: 0x00000672 lens: 0x0000003c +0x00001672-0x000016ad: +>>0 @F267@ FAM +1 HUSB @I417@ +1 WIFE @I2556@ +1 MARR +2 DATE 794 +<< +[0029] FAM rkey: F268 offs: 0x000006ae lens: 0x00000045 +0x000016ae-0x000016f2: +>>0 @F268@ FAM +1 HUSB @I418@ +1 WIFE @I1682@ +1 DIV Y +1 MARR +2 DATE 1830 +<< +[0030] FAM rkey: F269 offs: 0x000006f3 lens: 0x00000029 +0x000016f3-0x0000171b: +>>0 @F269@ FAM +1 HUSB @I418@ +1 WIFE @I513@ +<< +[0031] FAM rkey: F270 offs: 0x0000071c lens: 0x0000002a +0x0000171c-0x00001745: +>>0 @F270@ FAM +1 HUSB @I1172@ +1 WIFE @I419@ +<< +[0032] FAM rkey: F271 offs: 0x00000746 lens: 0x0000007d +0x00001746-0x000017c2: +>>0 @F271@ FAM +1 HUSB @I420@ +1 WIFE @I518@ +1 CHIL @I519@ +1 CHIL @I520@ +1 CHIL @I521@ +1 CHIL @I522@ +1 CHIL @I523@ +1 CHIL @I524@ +<< +[0033] FAM rkey: F272 offs: 0x000007c3 lens: 0x00000029 +0x000017c3-0x000017eb: +>>0 @F272@ FAM +1 HUSB @I421@ +1 WIFE @I547@ +<< +[0034] FAM rkey: F273 offs: 0x000007ec lens: 0x00000029 +0x000017ec-0x00001814: +>>0 @F273@ FAM +1 HUSB @I422@ +1 WIFE @I548@ +<< +[0035] FAM rkey: F274 offs: 0x00000815 lens: 0x00000029 +0x00001815-0x0000183d: +>>0 @F274@ FAM +1 HUSB @I423@ +1 WIFE @I549@ +<< +[0036] FAM rkey: F275 offs: 0x0000083e lens: 0x00000029 +0x0000183e-0x00001866: +>>0 @F275@ FAM +1 HUSB @I424@ +1 WIFE @I550@ +<< +[0037] FAM rkey: F276 offs: 0x00000867 lens: 0x00000029 +0x00001867-0x0000188f: +>>0 @F276@ FAM +1 HUSB @I425@ +1 WIFE @I551@ +<< +[0038] FAM rkey: F277 offs: 0x00000890 lens: 0x00000095 +0x00001890-0x00001924: +>>0 @F277@ FAM +1 HUSB @I552@ +1 WIFE @I426@ +1 MARR +2 DATE 1913 +1 CHIL @I1030@ +1 CHIL @I1031@ +1 CHIL @I470@ +1 CHIL @I1033@ +1 CHIL @I1034@ +1 CHIL @I1035@ +<< +[0039] FAM rkey: F278 offs: 0x00000925 lens: 0x00000029 +0x00001925-0x0000194d: +>>0 @F278@ FAM +1 HUSB @I429@ +1 WIFE @I428@ +<< +[0040] FAM rkey: F279 offs: 0x0000094e lens: 0x00000045 +0x0000194e-0x00001992: +>>0 @F279@ FAM +1 HUSB @I430@ +1 WIFE @I2640@ +1 DIV Y +1 MARR +2 DATE 1933 +<< +[0041] FAM rkey: F280 offs: 0x00000993 lens: 0x00000045 +0x00001993-0x000019d7: +>>0 @F280@ FAM +1 HUSB @I430@ +1 WIFE @I2641@ +1 DIV Y +1 MARR +2 DATE 1937 +<< +[0042] FAM rkey: F281 offs: 0x000009d8 lens: 0x00000087 +0x000019d8-0x00001a5e: +>>0 @F281@ FAM +1 HUSB @I432@ +1 WIFE @I434@ +1 MARR +2 DATE 1935 +2 PLAC Rome,,Italy +1 CHIL @I592@ +1 CHIL @I435@ +1 CHIL @I593@ +1 CHIL @I594@ +<< +[0043] FAM rkey: F282 offs: 0x00000a5f lens: 0x0000003d +0x00001a5f-0x00001a9b: +>>0 @F282@ FAM +1 HUSB @I2645@ +1 WIFE @I433@ +1 MARR +2 DATE 1935 +<< +[0044] FAM rkey: F283 offs: 0x00000a9c lens: 0x0000004c +0x00001a9c-0x00001ae7: +>>0 @F283@ FAM +1 HUSB @I2636@ +1 WIFE @I2637@ +1 MARR +2 DATE 1907 +1 CHIL @I434@ +<< +[0045] FAM rkey: F284 offs: 0x00000ae8 lens: 0x00000066 +0x00001ae8-0x00001b4d: +>>0 @F284@ FAM +1 HUSB @I435@ +1 WIFE @I441@ +1 MARR +2 DATE 1962 +1 CHIL @I442@ +1 CHIL @I443@ +1 CHIL @I444@ +<< +[0046] FAM rkey: F285 offs: 0x00000b4e lens: 0x00000053 +0x00001b4e-0x00001ba0: +>>0 @F285@ FAM +1 HUSB @I440@ +1 WIFE @I436@ +1 CHIL @I475@ +1 CHIL @I874@ +1 CHIL @I875@ +<< +[0047] FAM rkey: F286 offs: 0x00000ba1 lens: 0x00000064 +0x00001ba1-0x00001c04: +>>0 @F286@ FAM +1 HUSB @I439@ +1 WIFE @I437@ +1 DIV Y +1 MARR +2 DATE 27 FEB 1921 +2 PLAC Bucharest,Romania +<< +[0048] FAM rkey: F287 offs: 0x00000c05 lens: 0x00000068 +0x00001c05-0x00001c6c: +>>0 @F287@ FAM +1 HUSB @I438@ +1 WIFE @I971@ +1 DIV Y +1 MARR +2 DATE 31 AUG 1918 +2 PLAC Odessa +1 CHIL @I1057@ +<< +[0049] FAM rkey: F288 offs: 0x00000c6d lens: 0x00000060 +0x00001c6d-0x00001ccc: +>>0 @F288@ FAM +1 HUSB @I438@ +1 WIFE @I1058@ +1 MARR +2 DATE 3 JUN 1947 +2 PLAC Rio de Janerio,Brazil +<< +[0050] FAM rkey: F289 offs: 0x00000ccd lens: 0x00000048 +0x00001ccd-0x00001d14: +>>0 @F289@ FAM +1 HUSB @I2530@ +1 WIFE @I2531@ +1 CHIL @I2532@ +1 CHIL @I440@ +<< +[0051] FAM rkey: F290 offs: 0x00000d15 lens: 0x00000086 +0x00001d15-0x00001d9a: +>>0 @F290@ FAM +1 HUSB @I445@ +1 WIFE @I602@ +1 MARR +2 DATE 1932 +1 CHIL @I2526@ +1 CHIL @I2527@ +1 CHIL @I2528@ +1 CHIL @I2529@ +1 CHIL @I603@ +<< +[0052] FAM rkey: F291 offs: 0x00000d9b lens: 0x00000045 +0x00001d9b-0x00001ddf: +>>0 @F291@ FAM +1 HUSB @I447@ +1 WIFE @I2732@ +1 DIV Y +1 MARR +2 DATE 1934 +<< +[0053] FAM rkey: F292 offs: 0x00000de0 lens: 0x00000054 +0x00001de0-0x00001e33: +>>0 @F292@ FAM +1 HUSB @I447@ +1 WIFE @I2733@ +1 DIV Y +1 MARR +2 DATE 1943 +1 CHIL @I2740@ +<< +[0054] FAM rkey: F293 offs: 0x00000e34 lens: 0x00000044 +0x00001e34-0x00001e77: +>>0 @F293@ FAM +1 HUSB @I447@ +1 WIFE @I2730@ +1 MARR +2 DATE 30 JUL 1961 +<< +[0055] FAM rkey: F294 offs: 0x00000e78 lens: 0x00000043 +0x00001e78-0x00001eba: +>>0 @F294@ FAM +1 HUSB @I448@ +1 WIFE @I2731@ +1 MARR +2 DATE 7 DEC 1976 +<< +[0056] FAM rkey: F295 offs: 0x00000ebb lens: 0x00000062 +0x00001ebb-0x00001f1c: +>>0 @F295@ FAM +1 HUSB @I449@ +1 WIFE @I2734@ +1 MARR +2 DATE 19 FEB 1946 +1 CHIL @I2742@ +1 CHIL @I2743@ +<< +[0057] FAM rkey: F296 offs: 0x00000f1d lens: 0x00000044 +0x00001f1d-0x00001f60: +>>0 @F296@ FAM +1 HUSB @I449@ +1 WIFE @I2735@ +1 MARR +2 DATE 29 SEP 1988 +<< +[0058] FAM rkey: F297 offs: 0x00000f61 lens: 0x00000066 +0x00001f61-0x00001fc6: +>>0 @F297@ FAM +1 HUSB @I450@ +1 WIFE @I451@ +1 MARR +2 DATE 1929 +1 CHIL @I958@ +1 CHIL @I959@ +1 CHIL @I452@ +<< +[0059] FAM rkey: F298 offs: 0x00000fc7 lens: 0x00000076 +0x00001fc7-0x0000203c: +>>0 @F298@ FAM +1 HUSB @I597@ +1 WIFE @I598@ +1 MARR +2 DATE 1897 +1 CHIL @I2829@ +1 CHIL @I451@ +1 CHIL @I599@ +1 CHIL @I2738@ +<< +[0060] FAM rkey: F299 offs: 0x0000103d lens: 0x0000007e +0x0000203d-0x000020ba: +>>0 @F299@ FAM +1 HUSB @I452@ +1 WIFE @I453@ +1 MARR +2 DATE AUG 1968 +2 PLAC Oslo Cathedral,Oslo,Norway +1 CHIL @I454@ +1 CHIL @I455@ +<< +[0061] FAM rkey: F300 offs: 0x000010bb lens: 0x0000002a +0x000020bb-0x000020e4: +>>0 @F300@ FAM +1 HUSB @I2705@ +1 CHIL @I453@ +<< +[0062] FAM rkey: F301 offs: 0x000010e5 lens: 0x0000008c +0x000020e5-0x00002170: +>>0 @F301@ FAM +1 HUSB @I458@ +1 WIFE @I459@ +1 MARR +2 DATE 6 JUN 1857 +2 PLAC Biebrich +1 CHIL @I456@ +1 CHIL @I2770@ +1 CHIL @I597@ +1 CHIL @I2771@ +<< +[0063] FAM rkey: F302 offs: 0x00001171 lens: 0x0000007a +0x00002171-0x000021ea: +>>0 @F302@ FAM +1 HUSB @I1613@ +1 WIFE @I1614@ +1 MARR +2 DATE 19 JUN 1823 +2 PLAC Stockholm,Sweden +1 CHIL @I1027@ +1 CHIL @I458@ +<< +[0064] FAM rkey: F303 offs: 0x000011eb lens: 0x00000045 +0x000021eb-0x0000222f: +>>0 @F303@ FAM +1 HUSB @I578@ +1 WIFE @I579@ +1 CHIL @I580@ +1 CHIL @I459@ +<< +[0065] FAM rkey: F304 offs: 0x00001230 lens: 0x00000069 +0x00002230-0x00002298: +>>0 @F304@ FAM +1 HUSB @I461@ +1 WIFE @I463@ +1 MARR +2 DATE 1931 +1 CHIL @I2629@ +1 CHIL @I2630@ +1 CHIL @I2631@ +<< +[0066] FAM rkey: F305 offs: 0x00001299 lens: 0x0000003c +0x00002299-0x000022d4: +>>0 @F305@ FAM +1 HUSB @I462@ +1 WIFE @I464@ +1 MARR +2 DATE 1937 +<< +[0067] FAM rkey: F306 offs: 0x000012d5 lens: 0x0000002a +0x000022d5-0x000022fe: +>>0 @F306@ FAM +1 HUSB @I2632@ +1 CHIL @I464@ +<< +[0068] FAM rkey: F307 offs: 0x000012ff lens: 0x0000004c +0x000022ff-0x0000234a: +>>0 @F307@ FAM +1 HUSB @I465@ +1 WIFE @I2845@ +1 MARR +2 DATE 1920 +1 CHIL @I2848@ +<< +[0069] FAM rkey: F308 offs: 0x0000134b lens: 0x0000003d +0x0000234b-0x00002387: +>>0 @F308@ FAM +1 HUSB @I465@ +1 WIFE @I2846@ +1 MARR +2 DATE 1929 +<< +[0070] FAM rkey: F309 offs: 0x00001388 lens: 0x0000005b +0x00002388-0x000023e2: +>>0 @F309@ FAM +1 HUSB @I466@ +1 WIFE @I2839@ +1 MARR +2 DATE 1907 +1 CHIL @I2693@ +1 CHIL @I2842@ +<< +[0071] FAM rkey: F310 offs: 0x000013e3 lens: 0x0000009e +0x000023e3-0x00002480: +>>0 @F310@ FAM +1 HUSB @I468@ +1 WIFE @I469@ +1 MARR +2 DATE 10 JUN 1948 +2 PLAC Athens,Greece +1 CHIL @I972@ +1 CHIL @I973@ +1 CHIL @I974@ +1 CHIL @I975@ +1 CHIL @I976@ +<< +[0072] FAM rkey: F311 offs: 0x00001481 lens: 0x000000a2 +0x00002481-0x00002522: +>>0 @F311@ FAM +1 HUSB @I471@ +1 WIFE @I472@ +1 MARR +2 DATE 18 SEP 1964 +2 PLAC Athens,Greece +1 CHIL @I609@ +1 CHIL @I1060@ +1 CHIL @I1061@ +1 CHIL @I1062@ +1 CHIL @I1063@ +<< +[0073] FAM rkey: F312 offs: 0x00001523 lens: 0x00000087 +0x00002523-0x000025a9: +>>0 @F312@ FAM +1 HUSB @I608@ +1 WIFE @I1059@ +1 MARR +2 DATE 24 MAY 1935 +2 PLAC Stockholm,Sweden +1 CHIL @I610@ +1 CHIL @I1672@ +1 CHIL @I472@ +<< +[0074] FAM rkey: F313 offs: 0x000015aa lens: 0x00000039 +0x000025aa-0x000025e2: +>>0 @F313@ FAM +1 HUSB @I1065@ +1 WIFE @I1066@ +1 CHIL @I473@ +<< +[0075] FAM rkey: F314 offs: 0x000015e3 lens: 0x00000037 +0x000025e3-0x00002619: +>>0 @F314@ FAM +1 HUSB @I475@ +1 WIFE @I474@ +1 CHIL @I877@ +<< +[0076] FAM rkey: F315 offs: 0x0000161a lens: 0x0000003c +0x0000261a-0x00002655: +>>0 @F315@ FAM +1 HUSB @I481@ +1 WIFE @I476@ +1 MARR +2 DATE 1930 +<< +[0077] FAM rkey: F316 offs: 0x00001656 lens: 0x0000004a +0x00002656-0x0000269f: +>>0 @F316@ FAM +1 HUSB @I482@ +1 WIFE @I476@ +1 MARR +2 DATE 1946 +1 CHIL @I483@ +<< +[0078] FAM rkey: F317 offs: 0x000016a0 lens: 0x00000058 +0x000026a0-0x000026f7: +>>0 @F317@ FAM +1 HUSB @I574@ +1 WIFE @I575@ +1 MARR +2 DATE 1760 +1 CHIL @I576@ +1 CHIL @I485@ +<< +[0079] FAM rkey: F318 offs: 0x000016f8 lens: 0x0000003c +0x000026f8-0x00002733: +>>0 @F318@ FAM +1 HUSB @I486@ +1 WIFE @I489@ +1 MARR +2 DATE 1889 +<< +[0080] FAM rkey: F319 offs: 0x00001734 lens: 0x00000029 +0x00002734-0x0000275c: +>>0 @F319@ FAM +1 HUSB @I487@ +1 WIFE @I490@ +<< +[0081] FAM rkey: F320 offs: 0x0000175d lens: 0x0000002a +0x0000275d-0x00002786: +>>0 @F320@ FAM +1 HUSB @I2623@ +1 CHIL @I489@ +<< +[0082] FAM rkey: F321 offs: 0x00001787 lens: 0x0000003c +0x00002787-0x000027c2: +>>0 @F321@ FAM +1 HUSB @I493@ +1 WIFE @I495@ +1 MARR +2 DATE 1833 +<< +[0083] FAM rkey: F322 offs: 0x000017c3 lens: 0x0000003d +0x000027c3-0x000027ff: +>>0 @F322@ FAM +1 HUSB @I493@ +1 WIFE @I2621@ +1 MARR +2 DATE 1868 +<< +[0084] FAM rkey: F323 offs: 0x00001800 lens: 0x0000002a +0x00002800-0x00002829: +>>0 @F323@ FAM +1 HUSB @I2160@ +1 CHIL @I494@ +<< +[0085] FAM rkey: F324 offs: 0x0000182a lens: 0x000000ca +0x0000282a-0x000028f3: +>>0 @F324@ FAM +1 HUSB @I1138@ +1 WIFE @I1142@ +1 MARR +2 DATE 12 OCT 1810 +2 PLAC Munich +1 CHIL @I1143@ +1 CHIL @I495@ +1 CHIL @I1148@ +1 CHIL @I1149@ +1 CHIL @I1150@ +1 CHIL @I1151@ +1 CHIL @I1152@ +1 CHIL @I1153@ +<< +[0086] FAM rkey: F325 offs: 0x000018f4 lens: 0x0000003d +0x000028f4-0x00002930: +>>0 @F325@ FAM +1 HUSB @I497@ +1 WIFE @I2627@ +1 MARR +2 DATE 1878 +<< +[0087] FAM rkey: F326 offs: 0x00001931 lens: 0x0000003d +0x00002931-0x0000296d: +>>0 @F326@ FAM +1 HUSB @I497@ +1 WIFE @I2628@ +1 MARR +2 DATE 1892 +<< +[0088] FAM rkey: F327 offs: 0x0000196e lens: 0x0000003d +0x0000296e-0x000029aa: +>>0 @F327@ FAM +1 HUSB @I498@ +1 WIFE @I2625@ +1 MARR +2 DATE 1884 +<< +[0089] FAM rkey: F328 offs: 0x000019ab lens: 0x0000003d +0x000029ab-0x000029e7: +>>0 @F328@ FAM +1 HUSB @I2624@ +1 WIFE @I499@ +1 MARR +2 DATE 1864 +<< +[0090] FAM rkey: F329 offs: 0x000019e8 lens: 0x00000037 +0x000029e8-0x00002a1e: +>>0 @F329@ FAM +1 HUSB @I505@ +1 WIFE @I500@ +1 CHIL @I506@ +<< +[0091] FAM rkey: F330 offs: 0x00001a1f lens: 0x00000037 +0x00002a1f-0x00002a55: +>>0 @F330@ FAM +1 HUSB @I507@ +1 WIFE @I501@ +1 CHIL @I508@ +<< +[0092] FAM rkey: F331 offs: 0x00001a56 lens: 0x00000050 +0x00002a56-0x00002aa5: +>>0 @F331@ FAM +1 HUSB @I504@ +1 WIFE @I2156@ +1 DIV Y +1 CHIL @I2158@ +1 CHIL @I2159@ +<< +[0093] FAM rkey: F332 offs: 0x00001aa6 lens: 0x0000002a +0x00002aa6-0x00002acf: +>>0 @F332@ FAM +1 HUSB @I504@ +1 WIFE @I2157@ +<< +[0094] FAM rkey: F333 offs: 0x00001ad0 lens: 0x00000045 +0x00002ad0-0x00002b14: +>>0 @F333@ FAM +1 HUSB @I2162@ +1 WIFE @I509@ +1 DIV Y +1 MARR +2 DATE 1941 +<< +[0095] FAM rkey: F334 offs: 0x00001b15 lens: 0x00000054 +0x00002b15-0x00002b68: +>>0 @F334@ FAM +1 HUSB @I2163@ +1 WIFE @I509@ +1 DIV Y +1 MARR +2 DATE 1957 +1 CHIL @I2165@ +<< +[0096] FAM rkey: F335 offs: 0x00001b69 lens: 0x0000003d +0x00002b69-0x00002ba5: +>>0 @F335@ FAM +1 HUSB @I2164@ +1 WIFE @I509@ +1 MARR +2 DATE 1965 +<< +[0097] FAM rkey: F336 offs: 0x00001ba6 lens: 0x00000078 +0x00002ba6-0x00002c1d: +>>0 @F336@ FAM +1 HUSB @I653@ +1 WIFE @I1029@ +1 MARR +2 DATE 1825 +1 CHIL @I1028@ +1 CHIL @I512@ +1 CHIL @I1683@ +1 CHIL @I1684@ +<< +[0098] FAM rkey: F337 offs: 0x00001c1e lens: 0x0000004c +0x00002c1e-0x00002c69: +>>0 @F337@ FAM +1 HUSB @I515@ +1 WIFE @I2654@ +1 MARR +2 DATE 1822 +1 CHIL @I1213@ +<< +[0099] FAM rkey: F338 offs: 0x00001c6a lens: 0x00000045 +0x00002c6a-0x00002cae: +>>0 @F338@ FAM +1 HUSB @I519@ +1 WIFE @I525@ +1 CHIL @I526@ +1 CHIL @I527@ +<< +[0100] FAM rkey: F339 offs: 0x00001caf lens: 0x0000009e +0x00002caf-0x00002d4c: +>>0 @F339@ FAM +1 HUSB @I520@ +1 WIFE @I528@ +1 MARR +2 DATE 1938 +1 CHIL @I921@ +1 CHIL @I922@ +1 CHIL @I923@ +1 CHIL @I924@ +1 CHIL @I925@ +1 CHIL @I534@ +1 CHIL @I535@ +<< +[0101] FAM rkey: F340 offs: 0x00001d4d lens: 0x00000031 +0x00002d4d-0x00002d7d: +>>0 @F340@ FAM +1 HUSB @I521@ +1 WIFE @I536@ +1 DIV Y +<< +[0102] FAM rkey: F341 offs: 0x00001d7e lens: 0x00000045 +0x00002d7e-0x00002dc2: +>>0 @F341@ FAM +1 HUSB @I521@ +1 WIFE @I537@ +1 CHIL @I538@ +1 CHIL @I539@ +<< +[0103] FAM rkey: F342 offs: 0x00001dc3 lens: 0x0000006f +0x00002dc3-0x00002e31: +>>0 @F342@ FAM +1 HUSB @I522@ +1 WIFE @I540@ +1 CHIL @I541@ +1 CHIL @I542@ +1 CHIL @I543@ +1 CHIL @I544@ +1 CHIL @I545@ +<< +[0104] FAM rkey: F343 offs: 0x00001e32 lens: 0x00000029 +0x00002e32-0x00002e5a: +>>0 @F343@ FAM +1 HUSB @I546@ +1 WIFE @I524@ +<< +[0105] FAM rkey: F344 offs: 0x00001e5b lens: 0x0000008a +0x00002e5b-0x00002ee4: +>>0 @F344@ FAM +1 HUSB @I740@ +1 WIFE @I741@ +1 MARR +2 DATE 17 DEC 1600 +1 CHIL @I529@ +1 CHIL @I896@ +1 CHIL @I2913@ +1 CHIL @I590@ +1 CHIL @I739@ +<< +[0106] FAM rkey: F345 offs: 0x00001ee5 lens: 0x00000060 +0x00002ee5-0x00002f44: +>>0 @F345@ FAM +1 HUSB @I529@ +1 WIFE @I920@ +1 MARR +2 DATE 24 NOV 1615 +1 CHIL @I1341@ +1 CHIL @I751@ +<< +[0107] FAM rkey: F346 offs: 0x00001f45 lens: 0x00000037 +0x00002f45-0x00002f7b: +>>0 @F346@ FAM +1 HUSB @I531@ +1 WIFE @I530@ +1 CHIL @I741@ +<< +[0108] FAM rkey: F347 offs: 0x00001f7c lens: 0x00000038 +0x00002f7c-0x00002fb3: +>>0 @F347@ FAM +1 HUSB @I533@ +1 WIFE @I532@ +1 CHIL @I1366@ +<< +[0109] FAM rkey: F348 offs: 0x00001fb4 lens: 0x00000061 +0x00002fb4-0x00003014: +>>0 @F348@ FAM +1 HUSB @I568@ +1 WIFE @I569@ +1 CHIL @I553@ +1 CHIL @I570@ +1 CHIL @I571@ +1 CHIL @I572@ +<< +[0110] FAM rkey: F349 offs: 0x00002015 lens: 0x0000006f +0x00003015-0x00003083: +>>0 @F349@ FAM +1 HUSB @I553@ +1 WIFE @I554@ +1 DIV Y +1 MARR +2 DATE 14 JUL 1765 +2 PLAC Charlottenburg +1 CHIL @I555@ +<< +[0111] FAM rkey: F350 offs: 0x00002084 lens: 0x00000092 +0x00003084-0x00003115: +>>0 @F350@ FAM +1 HUSB @I565@ +1 WIFE @I559@ +1 MARR +2 DATE 1 OCT 1791 +2 PLAC Berlin,Germany +1 CHIL @I652@ +1 CHIL @I653@ +1 CHIL @I1681@ +1 CHIL @I1682@ +<< +[0112] FAM rkey: F351 offs: 0x00002116 lens: 0x00000029 +0x00003116-0x0000313e: +>>0 @F351@ FAM +1 HUSB @I566@ +1 WIFE @I561@ +<< +[0113] FAM rkey: F352 offs: 0x0000213f lens: 0x00000029 +0x0000313f-0x00003167: +>>0 @F352@ FAM +1 HUSB @I563@ +1 WIFE @I567@ +<< +[0114] FAM rkey: F353 offs: 0x00002168 lens: 0x00000055 +0x00003168-0x000031bc: +>>0 @F353@ FAM +1 HUSB @I650@ +1 WIFE @I651@ +1 CHIL @I2653@ +1 CHIL @I565@ +1 CHIL @I2655@ +<< +[0115] FAM rkey: F354 offs: 0x000021bd lens: 0x0000005a +0x000031bd-0x00003216: +>>0 @F354@ FAM +1 HUSB @I565@ +1 WIFE @I1293@ +1 MARR +2 DATE 17 FEB 1841 +2 PLAC Berlin,Germany +<< +[0116] FAM rkey: F355 offs: 0x00002217 lens: 0x00000029 +0x00003217-0x0000323f: +>>0 @F355@ FAM +1 HUSB @I573@ +1 WIFE @I571@ +<< +[0117] FAM rkey: F356 offs: 0x00002240 lens: 0x00000037 +0x00003240-0x00003276: +>>0 @F356@ FAM +1 HUSB @I576@ +1 WIFE @I577@ +1 CHIL @I578@ +<< +[0118] FAM rkey: F357 offs: 0x00002277 lens: 0x00000037 +0x00003277-0x000032ad: +>>0 @F357@ FAM +1 HUSB @I580@ +1 WIFE @I581@ +1 CHIL @I582@ +<< +[0119] FAM rkey: F358 offs: 0x000022ae lens: 0x00000037 +0x000032ae-0x000032e4: +>>0 @F358@ FAM +1 HUSB @I582@ +1 WIFE @I583@ +1 CHIL @I584@ +<< +[0120] FAM rkey: F359 offs: 0x000022e5 lens: 0x00000037 +0x000032e5-0x0000331b: +>>0 @F359@ FAM +1 HUSB @I585@ +1 WIFE @I584@ +1 CHIL @I586@ +<< +[0121] FAM rkey: F360 offs: 0x0000231c lens: 0x00000063 +0x0000331c-0x0000337e: +>>0 @F360@ FAM +1 HUSB @I894@ +1 WIFE @I587@ +1 CHIL @I1424@ +1 CHIL @I898@ +1 CHIL @I897@ +1 CHIL @I2506@ +<< +[0122] FAM rkey: F361 offs: 0x0000237f lens: 0x0000005e +0x0000337f-0x000033dc: +>>0 @F361@ FAM +1 HUSB @I588@ +1 WIFE @I589@ +1 MARR +2 DATE 1948 +2 PLAC ,Switzerland +1 CHIL @I899@ +<< +[0123] FAM rkey: F362 offs: 0x000023dd lens: 0x0000002a +0x000033dd-0x00003406: +>>0 @F362@ FAM +1 HUSB @I2683@ +1 CHIL @I589@ +<< +[0124] FAM rkey: F363 offs: 0x00002407 lens: 0x00000039 +0x00003407-0x0000343f: +>>0 @F363@ FAM +1 HUSB @I590@ +1 WIFE @I2914@ +1 CHIL @I2915@ +<< +[0125] FAM rkey: F364 offs: 0x00002440 lens: 0x00000045 +0x00003440-0x00003484: +>>0 @F364@ FAM +1 HUSB @I591@ +1 WIFE @I2646@ +1 DIV Y +1 MARR +2 DATE 1935 +<< +[0126] FAM rkey: F365 offs: 0x00002485 lens: 0x0000003d +0x00003485-0x000034c1: +>>0 @F365@ FAM +1 HUSB @I591@ +1 WIFE @I2647@ +1 MARR +2 DATE 1949 +<< +[0127] FAM rkey: F366 offs: 0x000024c2 lens: 0x0000003d +0x000034c2-0x000034fe: +>>0 @F366@ FAM +1 HUSB @I2638@ +1 WIFE @I592@ +1 MARR +2 DATE 1967 +<< +[0128] FAM rkey: F367 offs: 0x000024ff lens: 0x0000003d +0x000034ff-0x0000353b: +>>0 @F367@ FAM +1 HUSB @I2639@ +1 WIFE @I593@ +1 MARR +2 DATE 1972 +<< +[0129] FAM rkey: F368 offs: 0x0000253c lens: 0x00000037 +0x0000353c-0x00003572: +>>0 @F368@ FAM +1 HUSB @I684@ +1 WIFE @I595@ +1 CHIL @I685@ +<< +[0130] FAM rkey: F369 offs: 0x00002573 lens: 0x0000002a +0x00003573-0x0000359c: +>>0 @F369@ FAM +1 HUSB @I1883@ +1 CHIL @I596@ +<< +[0131] FAM rkey: F370 offs: 0x0000259d lens: 0x00000067 +0x0000359d-0x00003603: +>>0 @F370@ FAM +1 HUSB @I1367@ +1 WIFE @I596@ +1 MARR +2 DATE 13 MAR 1231 +2 PLAC Fawley,Bucks +1 CHIL @I1882@ +<< +[0132] FAM rkey: F371 offs: 0x00002604 lens: 0x00000087 +0x00003604-0x0000368a: +>>0 @F371@ FAM +1 HUSB @I600@ +1 WIFE @I599@ +1 MARR +2 DATE 10 NOV 1926 +2 PLAC Brussels,Belgium +1 CHIL @I1123@ +1 CHIL @I601@ +1 CHIL @I1124@ +<< +[0133] FAM rkey: F372 offs: 0x0000268b lens: 0x00000086 +0x0000368b-0x00003710: +>>0 @F372@ FAM +1 HUSB @I1118@ +1 WIFE @I1119@ +1 MARR +2 DATE 2 OCT 1900 +2 PLAC Munich,Germany +1 CHIL @I600@ +1 CHIL @I1120@ +1 CHIL @I1121@ +<< +[0134] FAM rkey: F373 offs: 0x00002711 lens: 0x0000007f +0x00003711-0x0000378f: +>>0 @F373@ FAM +1 HUSB @I600@ +1 WIFE @I1132@ +1 MARR +2 DATE 11 SEP 1941 +2 PLAC Laeken +1 CHIL @I1133@ +1 CHIL @I1134@ +1 CHIL @I1135@ +<< +[0135] FAM rkey: F374 offs: 0x00002790 lens: 0x0000005c +0x00003790-0x000037eb: +>>0 @F374@ FAM +1 HUSB @I601@ +1 WIFE @I1126@ +1 MARR +2 DATE 15 DEC 1960 +2 PLAC Brussels,Belgium +<< +[0136] FAM rkey: F375 offs: 0x000027ec lens: 0x00000089 +0x000037ec-0x00003874: +>>0 @F375@ FAM +1 HUSB @I603@ +1 WIFE @I1612@ +1 MARR +2 DATE 19 JUN 1976 +2 PLAC Stockholm,Sweden +1 CHIL @I2446@ +1 CHIL @I2447@ +1 CHIL @I2729@ +<< +[0137] FAM rkey: F376 offs: 0x00002875 lens: 0x0000004c +0x00003875-0x000038c0: +>>0 @F376@ FAM +1 HUSB @I1027@ +1 WIFE @I1028@ +1 MARR +2 DATE 1850 +1 CHIL @I605@ +<< +[0138] FAM rkey: F377 offs: 0x000028c1 lens: 0x00000059 +0x000038c1-0x00003919: +>>0 @F377@ FAM +1 HUSB @I606@ +1 WIFE @I607@ +1 MARR +2 DATE 1898 +1 CHIL @I608@ +1 CHIL @I1671@ +<< +[0139] FAM rkey: F378 offs: 0x0000291a lens: 0x0000004c +0x0000391a-0x00003965: +>>0 @F378@ FAM +1 HUSB @I2695@ +1 WIFE @I2696@ +1 MARR +2 DATE 1879 +1 CHIL @I607@ +<< +[0140] FAM rkey: F379 offs: 0x00002966 lens: 0x0000007c +0x00003966-0x000039e1: +>>0 @F379@ FAM +1 HUSB @I1609@ +1 WIFE @I610@ +1 MARR +2 DATE 10 JUN 1967 +2 PLAC Copenhagen,Denmark +1 CHIL @I1610@ +1 CHIL @I1611@ +<< +[0141] FAM rkey: F380 offs: 0x000029e2 lens: 0x00000045 +0x000039e2-0x00003a26: +>>0 @F380@ FAM +1 HUSB @I611@ +1 WIFE @I612@ +1 CHIL @I613@ +1 CHIL @I614@ +<< +[0142] FAM rkey: F381 offs: 0x00002a27 lens: 0x00000037 +0x00003a27-0x00003a5d: +>>0 @F381@ FAM +1 HUSB @I613@ +1 WIFE @I662@ +1 CHIL @I663@ +<< +[0143] FAM rkey: F382 offs: 0x00002a5e lens: 0x00000037 +0x00003a5e-0x00003a94: +>>0 @F382@ FAM +1 HUSB @I615@ +1 WIFE @I614@ +1 CHIL @I616@ +<< +[0144] FAM rkey: F383 offs: 0x00002a95 lens: 0x00000058 +0x00003a95-0x00003aec: +>>0 @F383@ FAM +1 HUSB @I616@ +1 WIFE @I617@ +1 MARR +2 DATE 1709 +1 CHIL @I618@ +1 CHIL @I619@ +<< +[0145] FAM rkey: F384 offs: 0x00002aed lens: 0x0000004a +0x00003aed-0x00003b36: +>>0 @F384@ FAM +1 HUSB @I620@ +1 WIFE @I619@ +1 MARR +2 DATE 1727 +1 CHIL @I621@ +<< +[0146] FAM rkey: F385 offs: 0x00002b37 lens: 0x00000037 +0x00003b37-0x00003b6d: +>>0 @F385@ FAM +1 HUSB @I621@ +1 WIFE @I622@ +1 CHIL @I623@ +<< +[0147] FAM rkey: F386 offs: 0x00002b6e lens: 0x00000045 +0x00003b6e-0x00003bb2: +>>0 @F386@ FAM +1 HUSB @I623@ +1 WIFE @I624@ +1 CHIL @I625@ +1 CHIL @I626@ +<< +[0148] FAM rkey: F387 offs: 0x00002bb3 lens: 0x00000037 +0x00003bb3-0x00003be9: +>>0 @F387@ FAM +1 HUSB @I625@ +1 WIFE @I627@ +1 CHIL @I628@ +<< +[0149] FAM rkey: F388 offs: 0x00002bea lens: 0x000000a4 +0x00003bea-0x00003c8d: +>>0 @F388@ FAM +1 HUSB @I637@ +1 WIFE @I626@ +1 MARR +2 DATE 1797 +1 CHIL @I1154@ +1 CHIL @I1155@ +1 CHIL @I1156@ +1 CHIL @I1157@ +1 CHIL @I638@ +1 CHIL @I1158@ +1 CHIL @I1159@ +<< +[0150] FAM rkey: F389 offs: 0x00002c8e lens: 0x00000037 +0x00003c8e-0x00003cc4: +>>0 @F389@ FAM +1 HUSB @I629@ +1 WIFE @I628@ +1 CHIL @I630@ +<< +[0151] FAM rkey: F390 offs: 0x00002cc5 lens: 0x00000037 +0x00003cc5-0x00003cfb: +>>0 @F390@ FAM +1 HUSB @I631@ +1 WIFE @I630@ +1 CHIL @I632@ +<< +[0152] FAM rkey: F391 offs: 0x00002cfc lens: 0x00000037 +0x00003cfc-0x00003d32: +>>0 @F391@ FAM +1 HUSB @I632@ +1 WIFE @I633@ +1 CHIL @I634@ +<< +[0153] FAM rkey: F392 offs: 0x00002d33 lens: 0x00000037 +0x00003d33-0x00003d69: +>>0 @F392@ FAM +1 HUSB @I635@ +1 WIFE @I634@ +1 CHIL @I636@ +<< +[0154] FAM rkey: F393 offs: 0x00002d6a lens: 0x000000a0 +0x00003d6a-0x00003e09: +>>0 @F393@ FAM +1 HUSB @I637@ +1 WIFE @I1137@ +1 MARR +2 DATE 30 SEP 1785 +2 PLAC Darmstadt +1 CHIL @I1138@ +1 CHIL @I1139@ +1 CHIL @I1140@ +1 CHIL @I1074@ +1 CHIL @I1141@ +<< +[0155] FAM rkey: F394 offs: 0x00002e0a lens: 0x00000037 +0x00003e0a-0x00003e40: +>>0 @F394@ FAM +1 HUSB @I639@ +1 WIFE @I638@ +1 CHIL @I646@ +<< +[0156] FAM rkey: F395 offs: 0x00002e41 lens: 0x00000045 +0x00003e41-0x00003e85: +>>0 @F395@ FAM +1 HUSB @I646@ +1 WIFE @I647@ +1 CHIL @I640@ +1 CHIL @I641@ +<< +[0157] FAM rkey: F396 offs: 0x00002e86 lens: 0x00000037 +0x00003e86-0x00003ebc: +>>0 @F396@ FAM +1 HUSB @I640@ +1 WIFE @I642@ +1 CHIL @I643@ +<< +[0158] FAM rkey: F397 offs: 0x00002ebd lens: 0x00000037 +0x00003ebd-0x00003ef3: +>>0 @F397@ FAM +1 HUSB @I648@ +1 WIFE @I641@ +1 CHIL @I649@ +<< +[0159] FAM rkey: F398 offs: 0x00002ef4 lens: 0x00000037 +0x00003ef4-0x00003f2a: +>>0 @F398@ FAM +1 HUSB @I643@ +1 WIFE @I644@ +1 CHIL @I645@ +<< +[0160] FAM rkey: F399 offs: 0x00002f2b lens: 0x00000086 +0x00003f2b-0x00003fb0: +>>0 @F399@ FAM +1 HUSB @I652@ +1 WIFE @I654@ +1 MARR +2 DATE 1816 +1 CHIL @I655@ +1 CHIL @I1689@ +1 CHIL @I1690@ +1 CHIL @I1691@ +1 CHIL @I1692@ +<< +[0161] FAM rkey: F400 offs: 0x00002fb1 lens: 0x00000082 +0x00003fb1-0x00004032: +>>0 @F400@ FAM +1 HUSB @I655@ +1 WIFE @I1077@ +1 MARR +2 DATE 18 JUN 1839 +2 PLAC Stuttgart +1 CHIL @I1678@ +1 CHIL @I1679@ +1 CHIL @I1680@ +<< +[0162] FAM rkey: F401 offs: 0x00003033 lens: 0x0000005f +0x00004033-0x00004091: +>>0 @F401@ FAM +1 HUSB @I655@ +1 WIFE @I656@ +1 MARR +2 DATE 7 JAN 1879 +2 PLAC Arolsen +1 CHIL @I657@ +<< +[0163] FAM rkey: F402 offs: 0x00003092 lens: 0x0000006d +0x00004092-0x000040fe: +>>0 @F402@ FAM +1 HUSB @I658@ +1 WIFE @I657@ +1 MARR +2 DATE 7 FEB 1901 +2 PLAC The Hague,Netherlands +1 CHIL @I659@ +<< +[0164] FAM rkey: F403 offs: 0x000030ff lens: 0x0000004c +0x000040ff-0x0000414a: +>>0 @F403@ FAM +1 HUSB @I1213@ +1 WIFE @I1214@ +1 MARR +2 DATE 1868 +1 CHIL @I658@ +<< +[0165] FAM rkey: F404 offs: 0x0000314b lens: 0x0000009a +0x0000414b-0x000041e4: +>>0 @F404@ FAM +1 HUSB @I660@ +1 WIFE @I659@ +1 MARR +2 DATE 7 JAN 1937 +2 PLAC The Hague,Netherlands +1 CHIL @I661@ +1 CHIL @I1204@ +1 CHIL @I1205@ +1 CHIL @I1206@ +<< +[0166] FAM rkey: F405 offs: 0x000031e5 lens: 0x0000008e +0x000041e5-0x00004272: +>>0 @F405@ FAM +1 HUSB @I1207@ +1 WIFE @I661@ +1 MARR +2 DATE 10 MAR 1966 +2 PLAC Amsterdam,Netherlands +1 CHIL @I1208@ +1 CHIL @I1209@ +1 CHIL @I1210@ +<< +[0167] FAM rkey: F406 offs: 0x00003273 lens: 0x00000037 +0x00004273-0x000042a9: +>>0 @F406@ FAM +1 HUSB @I663@ +1 WIFE @I664@ +1 CHIL @I665@ +<< +[0168] FAM rkey: F407 offs: 0x000032aa lens: 0x00000037 +0x000042aa-0x000042e0: +>>0 @F407@ FAM +1 HUSB @I666@ +1 WIFE @I665@ +1 CHIL @I667@ +<< +[0169] FAM rkey: F408 offs: 0x000032e1 lens: 0x00000037 +0x000042e1-0x00004317: +>>0 @F408@ FAM +1 HUSB @I668@ +1 WIFE @I667@ +1 CHIL @I669@ +<< +[0170] FAM rkey: F409 offs: 0x00003318 lens: 0x00000037 +0x00004318-0x0000434e: +>>0 @F409@ FAM +1 HUSB @I669@ +1 WIFE @I670@ +1 CHIL @I671@ +<< +[0171] FAM rkey: F410 offs: 0x0000334f lens: 0x00000037 +0x0000434f-0x00004385: +>>0 @F410@ FAM +1 HUSB @I672@ +1 WIFE @I671@ +1 CHIL @I673@ +<< +[0172] FAM rkey: F411 offs: 0x00003386 lens: 0x00000037 +0x00004386-0x000043bc: +>>0 @F411@ FAM +1 HUSB @I673@ +1 WIFE @I674@ +1 CHIL @I675@ +<< +[0173] FAM rkey: F412 offs: 0x000033bd lens: 0x00000037 +0x000043bd-0x000043f3: +>>0 @F412@ FAM +1 HUSB @I676@ +1 WIFE @I675@ +1 CHIL @I677@ +<< +[0174] FAM rkey: F413 offs: 0x000033f4 lens: 0x00000037 +0x000043f4-0x0000442a: +>>0 @F413@ FAM +1 HUSB @I678@ +1 WIFE @I679@ +1 CHIL @I680@ +<< +[0175] FAM rkey: F414 offs: 0x0000342b lens: 0x00000037 +0x0000442b-0x00004461: +>>0 @F414@ FAM +1 HUSB @I680@ +1 WIFE @I681@ +1 CHIL @I682@ +<< +[0176] FAM rkey: F415 offs: 0x00003462 lens: 0x0000004c +0x00004462-0x000044ad: +>>0 @F415@ FAM +1 HUSB @I1245@ +1 WIFE @I1244@ +1 MARR +2 DATE 1846 +1 CHIL @I683@ +<< +[0177] FAM rkey: F416 offs: 0x000034ae lens: 0x0000003d +0x000044ae-0x000044ea: +>>0 @F416@ FAM +1 HUSB @I683@ +1 WIFE @I2633@ +1 MARR +2 DATE 1878 +<< +[0178] FAM rkey: F417 offs: 0x000034eb lens: 0x00000037 +0x000044eb-0x00004521: +>>0 @F417@ FAM +1 HUSB @I686@ +1 WIFE @I685@ +1 CHIL @I687@ +<< +[0179] FAM rkey: F418 offs: 0x00003522 lens: 0x00000067 +0x00004522-0x00004588: +>>0 @F418@ FAM +1 HUSB @I688@ +1 WIFE @I687@ +1 MARR +2 DATE 20 FEB 1868 +2 PLAC Vienna,Austria +1 CHIL @I689@ +<< +[0180] FAM rkey: F419 offs: 0x00003589 lens: 0x00000066 +0x00004589-0x000045ee: +>>0 @F419@ FAM +1 HUSB @I1150@ +1 WIFE @I1179@ +1 CHIL @I688@ +1 CHIL @I1180@ +1 CHIL @I1181@ +1 CHIL @I1182@ +<< +[0181] FAM rkey: F420 offs: 0x000035ef lens: 0x00000064 +0x000045ef-0x00004652: +>>0 @F420@ FAM +1 HUSB @I689@ +1 WIFE @I690@ +1 CHIL @I1183@ +1 CHIL @I1184@ +1 CHIL @I691@ +1 CHIL @I1185@ +<< +[0182] FAM rkey: F421 offs: 0x00003653 lens: 0x00000084 +0x00004653-0x000046d6: +>>0 @F421@ FAM +1 HUSB @I689@ +1 WIFE @I1186@ +1 CHIL @I1187@ +1 CHIL @I1188@ +1 CHIL @I1189@ +1 CHIL @I1190@ +1 CHIL @I1191@ +1 CHIL @I1192@ +<< +[0183] FAM rkey: F422 offs: 0x000036d7 lens: 0x0000005b +0x000046d7-0x00004731: +>>0 @F422@ FAM +1 HUSB @I1197@ +1 WIFE @I1202@ +1 MARR +2 DATE 1874 +1 CHIL @I1119@ +1 CHIL @I690@ +<< +[0184] FAM rkey: F423 offs: 0x00003732 lens: 0x000000a0 +0x00004732-0x000047d1: +>>0 @F423@ FAM +1 HUSB @I1630@ +1 WIFE @I1631@ +1 MARR +2 DATE 1 OCT 1643 +2 PLAC Gluckstadt +1 CHIL @I1625@ +1 CHIL @I2856@ +1 CHIL @I2857@ +1 CHIL @I692@ +1 CHIL @I2858@ +<< +[0185] FAM rkey: F424 offs: 0x000037d2 lens: 0x00000111 +0x000047d2-0x000048e2: +>>0 @F424@ FAM +1 HUSB @I692@ +1 WIFE @I693@ +1 MARR +2 DATE 28 JUL 1683 +2 PLAC Chapel Royal,St. James,England +1 CHIL @I694@ +1 CHIL @I695@ +1 CHIL @I696@ +1 CHIL @I697@ +1 CHIL @I698@ +1 CHIL @I699@ +1 CHIL @I700@ +1 CHIL @I701@ +1 CHIL @I702@ +1 CHIL @I703@ +1 CHIL @I704@ +1 CHIL @I705@ +<< +[0186] FAM rkey: F425 offs: 0x000038e3 lens: 0x000000c0 +0x000048e3-0x000049a2: +>>0 @F425@ FAM +1 HUSB @I706@ +1 WIFE @I707@ +1 MARR +2 DATE 24 NOV 1659 +2 PLAC Breda +1 CHIL @I708@ +1 CHIL @I709@ +1 CHIL @I710@ +1 CHIL @I693@ +1 CHIL @I711@ +1 CHIL @I712@ +1 CHIL @I713@ +1 CHIL @I714@ +<< +[0187] FAM rkey: F426 offs: 0x000039a3 lens: 0x000000dc +0x000049a3-0x00004a7e: +>>0 @F426@ FAM +1 HUSB @I730@ +1 WIFE @I739@ +1 MARR +2 DATE 13 JUN 1625 +2 PLAC Canterbury,,England +1 CHIL @I742@ +1 CHIL @I743@ +1 CHIL @I744@ +1 CHIL @I706@ +1 CHIL @I745@ +1 CHIL @I746@ +1 CHIL @I747@ +1 CHIL @I748@ +1 CHIL @I749@ +<< +[0188] FAM rkey: F427 offs: 0x00003a7f lens: 0x0000009f +0x00004a7f-0x00004b1d: +>>0 @F427@ FAM +1 HUSB @I706@ +1 WIFE @I715@ +1 MARR +2 DATE 21 NOV 1673 +2 PLAC Dover,,England +1 CHIL @I716@ +1 CHIL @I717@ +1 CHIL @I718@ +1 CHIL @I719@ +1 CHIL @I720@ +<< +[0189] FAM rkey: F428 offs: 0x00003b1e lens: 0x0000002a +0x00004b1e-0x00004b47: +>>0 @F428@ FAM +1 HUSB @I2127@ +1 CHIL @I707@ +<< +[0190] FAM rkey: F429 offs: 0x00003b48 lens: 0x00000063 +0x00004b48-0x00004baa: +>>0 @F429@ FAM +1 HUSB @I757@ +1 WIFE @I709@ +1 MARR +2 DATE 4 NOV 1677 +2 PLAC St. James Palace,,England +<< +[0191] FAM rkey: F430 offs: 0x00003bab lens: 0x00000037 +0x00004bab-0x00004be1: +>>0 @F430@ FAM +1 HUSB @I755@ +1 WIFE @I756@ +1 CHIL @I715@ +<< +[0192] FAM rkey: F431 offs: 0x00003be2 lens: 0x00000074 +0x00004be2-0x00004c55: +>>0 @F431@ FAM +1 HUSB @I719@ +1 WIFE @I721@ +1 MARR +2 DATE 3 SEP 1719 +2 PLAC Monte Fiascone +1 CHIL @I722@ +1 CHIL @I723@ +<< +[0193] FAM rkey: F432 offs: 0x00003c56 lens: 0x0000002a +0x00004c56-0x00004c7f: +>>0 @F432@ FAM +1 HUSB @I2137@ +1 CHIL @I721@ +<< +[0194] FAM rkey: F433 offs: 0x00003c80 lens: 0x00000054 +0x00004c80-0x00004cd3: +>>0 @F433@ FAM +1 HUSB @I722@ +1 WIFE @I724@ +1 MARR +2 DATE 17 APR 1772 +2 PLAC Marcerata +<< +[0195] FAM rkey: F434 offs: 0x00003cd4 lens: 0x0000002a +0x00004cd4-0x00004cfd: +>>0 @F434@ FAM +1 HUSB @I2139@ +1 CHIL @I724@ +<< +[0196] FAM rkey: F435 offs: 0x00003cfe lens: 0x0000006d +0x00004cfe-0x00004d6a: +>>0 @F435@ FAM +1 HUSB @I1249@ +1 WIFE @I1247@ +1 MARR +2 DATE 29 JUL 1565 +2 PLAC Edinburgh,Scotland +1 CHIL @I725@ +<< + +0x00004d6b: EOF (0x00004d6b) GOOD + +BLOCK - DIRECTORY aa/af +0x00000000:ix_self: 0x00000005 (aa/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 168 +0x0000000e:ix_rkey[0000]: ' F436' +0x00000016:ix_rkey[0001]: ' F437' +0x0000001e:ix_rkey[0002]: ' F438' +0x00000026:ix_rkey[0003]: ' F439' +0x0000002e:ix_rkey[0004]: ' F440' +0x00000036:ix_rkey[0005]: ' F441' +0x0000003e:ix_rkey[0006]: ' F442' +0x00000046:ix_rkey[0007]: ' F443' +0x0000004e:ix_rkey[0008]: ' F444' +0x00000056:ix_rkey[0009]: ' F445' +0x0000005e:ix_rkey[0010]: ' F446' +0x00000066:ix_rkey[0011]: ' F447' +0x0000006e:ix_rkey[0012]: ' F448' +0x00000076:ix_rkey[0013]: ' F449' +0x0000007e:ix_rkey[0014]: ' F450' +0x00000086:ix_rkey[0015]: ' F451' +0x0000008e:ix_rkey[0016]: ' F452' +0x00000096:ix_rkey[0017]: ' F453' +0x0000009e:ix_rkey[0018]: ' F454' +0x000000a6:ix_rkey[0019]: ' F455' +0x000000ae:ix_rkey[0020]: ' F456' +0x000000b6:ix_rkey[0021]: ' F457' +0x000000be:ix_rkey[0022]: ' F458' +0x000000c6:ix_rkey[0023]: ' F459' +0x000000ce:ix_rkey[0024]: ' F460' +0x000000d6:ix_rkey[0025]: ' F461' +0x000000de:ix_rkey[0026]: ' F462' +0x000000e6:ix_rkey[0027]: ' F463' +0x000000ee:ix_rkey[0028]: ' F464' +0x000000f6:ix_rkey[0029]: ' F465' +0x000000fe:ix_rkey[0030]: ' F466' +0x00000106:ix_rkey[0031]: ' F467' +0x0000010e:ix_rkey[0032]: ' F468' +0x00000116:ix_rkey[0033]: ' F469' +0x0000011e:ix_rkey[0034]: ' F470' +0x00000126:ix_rkey[0035]: ' F471' +0x0000012e:ix_rkey[0036]: ' F472' +0x00000136:ix_rkey[0037]: ' F473' +0x0000013e:ix_rkey[0038]: ' F474' +0x00000146:ix_rkey[0039]: ' F475' +0x0000014e:ix_rkey[0040]: ' F476' +0x00000156:ix_rkey[0041]: ' F477' +0x0000015e:ix_rkey[0042]: ' F478' +0x00000166:ix_rkey[0043]: ' F479' +0x0000016e:ix_rkey[0044]: ' F480' +0x00000176:ix_rkey[0045]: ' F481' +0x0000017e:ix_rkey[0046]: ' F482' +0x00000186:ix_rkey[0047]: ' F483' +0x0000018e:ix_rkey[0048]: ' F484' +0x00000196:ix_rkey[0049]: ' F485' +0x0000019e:ix_rkey[0050]: ' F486' +0x000001a6:ix_rkey[0051]: ' F487' +0x000001ae:ix_rkey[0052]: ' F488' +0x000001b6:ix_rkey[0053]: ' F489' +0x000001be:ix_rkey[0054]: ' F490' +0x000001c6:ix_rkey[0055]: ' F491' +0x000001ce:ix_rkey[0056]: ' F492' +0x000001d6:ix_rkey[0057]: ' F493' +0x000001de:ix_rkey[0058]: ' F494' +0x000001e6:ix_rkey[0059]: ' F495' +0x000001ee:ix_rkey[0060]: ' F496' +0x000001f6:ix_rkey[0061]: ' F497' +0x000001fe:ix_rkey[0062]: ' F498' +0x00000206:ix_rkey[0063]: ' F499' +0x0000020e:ix_rkey[0064]: ' F500' +0x00000216:ix_rkey[0065]: ' F501' +0x0000021e:ix_rkey[0066]: ' F502' +0x00000226:ix_rkey[0067]: ' F503' +0x0000022e:ix_rkey[0068]: ' F504' +0x00000236:ix_rkey[0069]: ' F505' +0x0000023e:ix_rkey[0070]: ' F506' +0x00000246:ix_rkey[0071]: ' F507' +0x0000024e:ix_rkey[0072]: ' F508' +0x00000256:ix_rkey[0073]: ' F509' +0x0000025e:ix_rkey[0074]: ' F510' +0x00000266:ix_rkey[0075]: ' F511' +0x0000026e:ix_rkey[0076]: ' F512' +0x00000276:ix_rkey[0077]: ' F513' +0x0000027e:ix_rkey[0078]: ' F514' +0x00000286:ix_rkey[0079]: ' F515' +0x0000028e:ix_rkey[0080]: ' F516' +0x00000296:ix_rkey[0081]: ' F517' +0x0000029e:ix_rkey[0082]: ' F518' +0x000002a6:ix_rkey[0083]: ' F519' +0x000002ae:ix_rkey[0084]: ' F520' +0x000002b6:ix_rkey[0085]: ' F521' +0x000002be:ix_rkey[0086]: ' F522' +0x000002c6:ix_rkey[0087]: ' F523' +0x000002ce:ix_rkey[0088]: ' F524' +0x000002d6:ix_rkey[0089]: ' F525' +0x000002de:ix_rkey[0090]: ' F526' +0x000002e6:ix_rkey[0091]: ' F527' +0x000002ee:ix_rkey[0092]: ' F528' +0x000002f6:ix_rkey[0093]: ' F529' +0x000002fe:ix_rkey[0094]: ' F530' +0x00000306:ix_rkey[0095]: ' F531' +0x0000030e:ix_rkey[0096]: ' F532' +0x00000316:ix_rkey[0097]: ' F533' +0x0000031e:ix_rkey[0098]: ' F534' +0x00000326:ix_rkey[0099]: ' F535' +0x0000032e:ix_rkey[0100]: ' F536' +0x00000336:ix_rkey[0101]: ' F537' +0x0000033e:ix_rkey[0102]: ' F538' +0x00000346:ix_rkey[0103]: ' F539' +0x0000034e:ix_rkey[0104]: ' F540' +0x00000356:ix_rkey[0105]: ' F541' +0x0000035e:ix_rkey[0106]: ' F542' +0x00000366:ix_rkey[0107]: ' F543' +0x0000036e:ix_rkey[0108]: ' F544' +0x00000376:ix_rkey[0109]: ' F545' +0x0000037e:ix_rkey[0110]: ' F546' +0x00000386:ix_rkey[0111]: ' F547' +0x0000038e:ix_rkey[0112]: ' F548' +0x00000396:ix_rkey[0113]: ' F549' +0x0000039e:ix_rkey[0114]: ' F550' +0x000003a6:ix_rkey[0115]: ' F551' +0x000003ae:ix_rkey[0116]: ' F552' +0x000003b6:ix_rkey[0117]: ' F553' +0x000003be:ix_rkey[0118]: ' F554' +0x000003c6:ix_rkey[0119]: ' F555' +0x000003ce:ix_rkey[0120]: ' F556' +0x000003d6:ix_rkey[0121]: ' F557' +0x000003de:ix_rkey[0122]: ' F558' +0x000003e6:ix_rkey[0123]: ' F559' +0x000003ee:ix_rkey[0124]: ' F560' +0x000003f6:ix_rkey[0125]: ' F561' +0x000003fe:ix_rkey[0126]: ' F562' +0x00000406:ix_rkey[0127]: ' F563' +0x0000040e:ix_rkey[0128]: ' F564' +0x00000416:ix_rkey[0129]: ' F565' +0x0000041e:ix_rkey[0130]: ' F566' +0x00000426:ix_rkey[0131]: ' F567' +0x0000042e:ix_rkey[0132]: ' F568' +0x00000436:ix_rkey[0133]: ' F569' +0x0000043e:ix_rkey[0134]: ' F570' +0x00000446:ix_rkey[0135]: ' F571' +0x0000044e:ix_rkey[0136]: ' F572' +0x00000456:ix_rkey[0137]: ' F573' +0x0000045e:ix_rkey[0138]: ' F574' +0x00000466:ix_rkey[0139]: ' F575' +0x0000046e:ix_rkey[0140]: ' F576' +0x00000476:ix_rkey[0141]: ' F577' +0x0000047e:ix_rkey[0142]: ' F578' +0x00000486:ix_rkey[0143]: ' F579' +0x0000048e:ix_rkey[0144]: ' F580' +0x00000496:ix_rkey[0145]: ' F581' +0x0000049e:ix_rkey[0146]: ' F582' +0x000004a6:ix_rkey[0147]: ' F583' +0x000004ae:ix_rkey[0148]: ' F584' +0x000004b6:ix_rkey[0149]: ' F585' +0x000004be:ix_rkey[0150]: ' F586' +0x000004c6:ix_rkey[0151]: ' F587' +0x000004ce:ix_rkey[0152]: ' F588' +0x000004d6:ix_rkey[0153]: ' F589' +0x000004de:ix_rkey[0154]: ' F590' +0x000004e6:ix_rkey[0155]: ' F591' +0x000004ee:ix_rkey[0156]: ' F592' +0x000004f6:ix_rkey[0157]: ' F593' +0x000004fe:ix_rkey[0158]: ' F594' +0x00000506:ix_rkey[0159]: ' F595' +0x0000050e:ix_rkey[0160]: ' F596' +0x00000516:ix_rkey[0161]: ' F597' +0x0000051e:ix_rkey[0162]: ' F598' +0x00000526:ix_rkey[0163]: ' F599' +0x0000052e:ix_rkey[0164]: ' F600' +0x00000536:ix_rkey[0165]: ' F601' +0x0000053e:ix_rkey[0166]: ' F602' +0x00000546:ix_rkey[0167]: ' F603' + +deleted/unused entries +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000c6 +0x0000080c:ix_offs[0001]: 0x000000c6 0x00000c08:ix_lens[0001]: 0x000000a7 +0x00000810:ix_offs[0002]: 0x0000016d 0x00000c0c:ix_lens[0002]: 0x000000f4 +0x00000814:ix_offs[0003]: 0x00000261 0x00000c10:ix_lens[0003]: 0x00000064 +0x00000818:ix_offs[0004]: 0x000002c5 0x00000c14:ix_lens[0004]: 0x00000044 +0x0000081c:ix_offs[0005]: 0x00000309 0x00000c18:ix_lens[0005]: 0x0000005d +0x00000820:ix_offs[0006]: 0x00000366 0x00000c1c:ix_lens[0006]: 0x00000037 +0x00000824:ix_offs[0007]: 0x0000039d 0x00000c20:ix_lens[0007]: 0x00000075 +0x00000828:ix_offs[0008]: 0x00000412 0x00000c24:ix_lens[0008]: 0x00000048 +0x0000082c:ix_offs[0009]: 0x0000045a 0x00000c28:ix_lens[0009]: 0x00000037 +0x00000830:ix_offs[0010]: 0x00000491 0x00000c2c:ix_lens[0010]: 0x00000082 +0x00000834:ix_offs[0011]: 0x00000513 0x00000c30:ix_lens[0011]: 0x0000002a +0x00000838:ix_offs[0012]: 0x0000053d 0x00000c34:ix_lens[0012]: 0x0000002a +0x0000083c:ix_offs[0013]: 0x00000567 0x00000c38:ix_lens[0013]: 0x00000038 +0x00000840:ix_offs[0014]: 0x0000059f 0x00000c3c:ix_lens[0014]: 0x0000002a +0x00000844:ix_offs[0015]: 0x000005c9 0x00000c40:ix_lens[0015]: 0x0000002a +0x00000848:ix_offs[0016]: 0x000005f3 0x00000c44:ix_lens[0016]: 0x00000071 +0x0000084c:ix_offs[0017]: 0x00000664 0x00000c48:ix_lens[0017]: 0x00000052 +0x00000850:ix_offs[0018]: 0x000006b6 0x00000c4c:ix_lens[0018]: 0x00000039 +0x00000854:ix_offs[0019]: 0x000006ef 0x00000c50:ix_lens[0019]: 0x000000c1 +0x00000858:ix_offs[0020]: 0x000007b0 0x00000c54:ix_lens[0020]: 0x000000f5 +0x0000085c:ix_offs[0021]: 0x000008a5 0x00000c58:ix_lens[0021]: 0x00000069 +0x00000860:ix_offs[0022]: 0x0000090e 0x00000c5c:ix_lens[0022]: 0x00000065 +0x00000864:ix_offs[0023]: 0x00000973 0x00000c60:ix_lens[0023]: 0x00000059 +0x00000868:ix_offs[0024]: 0x000009cc 0x00000c64:ix_lens[0024]: 0x00000042 +0x0000086c:ix_offs[0025]: 0x00000a0e 0x00000c68:ix_lens[0025]: 0x00000039 +0x00000870:ix_offs[0026]: 0x00000a47 0x00000c6c:ix_lens[0026]: 0x00000039 +0x00000874:ix_offs[0027]: 0x00000a80 0x00000c70:ix_lens[0027]: 0x00000039 +0x00000878:ix_offs[0028]: 0x00000ab9 0x00000c74:ix_lens[0028]: 0x0000002a +0x0000087c:ix_offs[0029]: 0x00000ae3 0x00000c78:ix_lens[0029]: 0x0000002a +0x00000880:ix_offs[0030]: 0x00000b0d 0x00000c7c:ix_lens[0030]: 0x0000002a +0x00000884:ix_offs[0031]: 0x00000b37 0x00000c80:ix_lens[0031]: 0x00000029 +0x00000888:ix_offs[0032]: 0x00000b60 0x00000c84:ix_lens[0032]: 0x0000007d +0x0000088c:ix_offs[0033]: 0x00000bdd 0x00000c88:ix_lens[0033]: 0x00000082 +0x00000890:ix_offs[0034]: 0x00000c5f 0x00000c8c:ix_lens[0034]: 0x00000029 +0x00000894:ix_offs[0035]: 0x00000c88 0x00000c90:ix_lens[0035]: 0x00000038 +0x00000898:ix_offs[0036]: 0x00000cc0 0x00000c94:ix_lens[0036]: 0x0000002a +0x0000089c:ix_offs[0037]: 0x00000cea 0x00000c98:ix_lens[0037]: 0x00000029 +0x000008a0:ix_offs[0038]: 0x00000d13 0x00000c9c:ix_lens[0038]: 0x00000037 +0x000008a4:ix_offs[0039]: 0x00000d4a 0x00000ca0:ix_lens[0039]: 0x00000029 +0x000008a8:ix_offs[0040]: 0x00000d73 0x00000ca4:ix_lens[0040]: 0x00000029 +0x000008ac:ix_offs[0041]: 0x00000d9c 0x00000ca8:ix_lens[0041]: 0x00000039 +0x000008b0:ix_offs[0042]: 0x00000dd5 0x00000cac:ix_lens[0042]: 0x0000002a +0x000008b4:ix_offs[0043]: 0x00000dff 0x00000cb0:ix_lens[0043]: 0x0000007c +0x000008b8:ix_offs[0044]: 0x00000e7b 0x00000cb4:ix_lens[0044]: 0x00000043 +0x000008bc:ix_offs[0045]: 0x00000ebe 0x00000cb8:ix_lens[0045]: 0x000000c8 +0x000008c0:ix_offs[0046]: 0x00000f86 0x00000cbc:ix_lens[0046]: 0x00000081 +0x000008c4:ix_offs[0047]: 0x00001007 0x00000cc0:ix_lens[0047]: 0x0000006c +0x000008c8:ix_offs[0048]: 0x00001073 0x00000cc4:ix_lens[0048]: 0x00000064 +0x000008cc:ix_offs[0049]: 0x000010d7 0x00000cc8:ix_lens[0049]: 0x00000067 +0x000008d0:ix_offs[0050]: 0x0000113e 0x00000ccc:ix_lens[0050]: 0x0000005f +0x000008d4:ix_offs[0051]: 0x0000119d 0x00000cd0:ix_lens[0051]: 0x00000053 +0x000008d8:ix_offs[0052]: 0x000011f0 0x00000cd4:ix_lens[0052]: 0x00000083 +0x000008dc:ix_offs[0053]: 0x00001273 0x00000cd8:ix_lens[0053]: 0x00000086 +0x000008e0:ix_offs[0054]: 0x000012f9 0x00000cdc:ix_lens[0054]: 0x0000006a +0x000008e4:ix_offs[0055]: 0x00001363 0x00000ce0:ix_lens[0055]: 0x0000002a +0x000008e8:ix_offs[0056]: 0x0000138d 0x00000ce4:ix_lens[0056]: 0x0000004c +0x000008ec:ix_offs[0057]: 0x000013d9 0x00000ce8:ix_lens[0057]: 0x0000004c +0x000008f0:ix_offs[0058]: 0x00001425 0x00000cec:ix_lens[0058]: 0x0000004b +0x000008f4:ix_offs[0059]: 0x00001470 0x00000cf0:ix_lens[0059]: 0x00000052 +0x000008f8:ix_offs[0060]: 0x000014c2 0x00000cf4:ix_lens[0060]: 0x0000003d +0x000008fc:ix_offs[0061]: 0x000014ff 0x00000cf8:ix_lens[0061]: 0x00000039 +0x00000900:ix_offs[0062]: 0x00001538 0x00000cfc:ix_lens[0062]: 0x00000068 +0x00000904:ix_offs[0063]: 0x000015a0 0x00000d00:ix_lens[0063]: 0x00000057 +0x00000908:ix_offs[0064]: 0x000015f7 0x00000d04:ix_lens[0064]: 0x00000037 +0x0000090c:ix_offs[0065]: 0x0000162e 0x00000d08:ix_lens[0065]: 0x00000037 +0x00000910:ix_offs[0066]: 0x00001665 0x00000d0c:ix_lens[0066]: 0x00000037 +0x00000914:ix_offs[0067]: 0x0000169c 0x00000d10:ix_lens[0067]: 0x00000057 +0x00000918:ix_offs[0068]: 0x000016f3 0x00000d14:ix_lens[0068]: 0x0000002a +0x0000091c:ix_offs[0069]: 0x0000171d 0x00000d18:ix_lens[0069]: 0x00000046 +0x00000920:ix_offs[0070]: 0x00001763 0x00000d1c:ix_lens[0070]: 0x00000043 +0x00000924:ix_offs[0071]: 0x000017a6 0x00000d20:ix_lens[0071]: 0x0000003c +0x00000928:ix_offs[0072]: 0x000017e2 0x00000d24:ix_lens[0072]: 0x00000050 +0x0000092c:ix_offs[0073]: 0x00001832 0x00000d28:ix_lens[0073]: 0x00000057 +0x00000930:ix_offs[0074]: 0x00001889 0x00000d2c:ix_lens[0074]: 0x00000066 +0x00000934:ix_offs[0075]: 0x000018ef 0x00000d30:ix_lens[0075]: 0x000000a2 +0x00000938:ix_offs[0076]: 0x00001991 0x00000d34:ix_lens[0076]: 0x00000037 +0x0000093c:ix_offs[0077]: 0x000019c8 0x00000d38:ix_lens[0077]: 0x0000004c +0x00000940:ix_offs[0078]: 0x00001a14 0x00000d3c:ix_lens[0078]: 0x0000002a +0x00000944:ix_offs[0079]: 0x00001a3e 0x00000d40:ix_lens[0079]: 0x0000004c +0x00000948:ix_offs[0080]: 0x00001a8a 0x00000d44:ix_lens[0080]: 0x0000005b +0x0000094c:ix_offs[0081]: 0x00001ae5 0x00000d48:ix_lens[0081]: 0x00000065 +0x00000950:ix_offs[0082]: 0x00001b4a 0x00000d4c:ix_lens[0082]: 0x00000075 +0x00000954:ix_offs[0083]: 0x00001bbf 0x00000d50:ix_lens[0083]: 0x00000037 +0x00000958:ix_offs[0084]: 0x00001bf6 0x00000d54:ix_lens[0084]: 0x00000045 +0x0000095c:ix_offs[0085]: 0x00001c3b 0x00000d58:ix_lens[0085]: 0x00000045 +0x00000960:ix_offs[0086]: 0x00001c80 0x00000d5c:ix_lens[0086]: 0x00000029 +0x00000964:ix_offs[0087]: 0x00001ca9 0x00000d60:ix_lens[0087]: 0x00000044 +0x00000968:ix_offs[0088]: 0x00001ced 0x00000d64:ix_lens[0088]: 0x00000053 +0x0000096c:ix_offs[0089]: 0x00001d40 0x00000d68:ix_lens[0089]: 0x00000090 +0x00000970:ix_offs[0090]: 0x00001dd0 0x00000d6c:ix_lens[0090]: 0x00000052 +0x00000974:ix_offs[0091]: 0x00001e22 0x00000d70:ix_lens[0091]: 0x0000004c +0x00000978:ix_offs[0092]: 0x00001e6e 0x00000d74:ix_lens[0092]: 0x00000048 +0x0000097c:ix_offs[0093]: 0x00001eb6 0x00000d78:ix_lens[0093]: 0x00000068 +0x00000980:ix_offs[0094]: 0x00001f1e 0x00000d7c:ix_lens[0094]: 0x00000061 +0x00000984:ix_offs[0095]: 0x00001f7f 0x00000d80:ix_lens[0095]: 0x00000053 +0x00000988:ix_offs[0096]: 0x00001fd2 0x00000d84:ix_lens[0096]: 0x00000029 +0x0000098c:ix_offs[0097]: 0x00001ffb 0x00000d88:ix_lens[0097]: 0x00000037 +0x00000990:ix_offs[0098]: 0x00002032 0x00000d8c:ix_lens[0098]: 0x0000006a +0x00000994:ix_offs[0099]: 0x0000209c 0x00000d90:ix_lens[0099]: 0x0000003f +0x00000998:ix_offs[0100]: 0x000020db 0x00000d94:ix_lens[0100]: 0x00000053 +0x0000099c:ix_offs[0101]: 0x0000212e 0x00000d98:ix_lens[0101]: 0x00000045 +0x000009a0:ix_offs[0102]: 0x00002173 0x00000d9c:ix_lens[0102]: 0x00000045 +0x000009a4:ix_offs[0103]: 0x000021b8 0x00000da0:ix_lens[0103]: 0x0000004a +0x000009a8:ix_offs[0104]: 0x00002202 0x00000da4:ix_lens[0104]: 0x0000002a +0x000009ac:ix_offs[0105]: 0x0000222c 0x00000da8:ix_lens[0105]: 0x0000004a +0x000009b0:ix_offs[0106]: 0x00002276 0x00000dac:ix_lens[0106]: 0x00000060 +0x000009b4:ix_offs[0107]: 0x000022d6 0x00000db0:ix_lens[0107]: 0x00000066 +0x000009b8:ix_offs[0108]: 0x0000233c 0x00000db4:ix_lens[0108]: 0x000000a0 +0x000009bc:ix_offs[0109]: 0x000023dc 0x00000db8:ix_lens[0109]: 0x00000039 +0x000009c0:ix_offs[0110]: 0x00002415 0x00000dbc:ix_lens[0110]: 0x0000004a +0x000009c4:ix_offs[0111]: 0x0000245f 0x00000dc0:ix_lens[0111]: 0x0000004a +0x000009c8:ix_offs[0112]: 0x000024a9 0x00000dc4:ix_lens[0112]: 0x00000099 +0x000009cc:ix_offs[0113]: 0x00002542 0x00000dc8:ix_lens[0113]: 0x00000074 +0x000009d0:ix_offs[0114]: 0x000025b6 0x00000dcc:ix_lens[0114]: 0x00000047 +0x000009d4:ix_offs[0115]: 0x000025fd 0x00000dd0:ix_lens[0115]: 0x00000050 +0x000009d8:ix_offs[0116]: 0x0000264d 0x00000dd4:ix_lens[0116]: 0x0000002a +0x000009dc:ix_offs[0117]: 0x00002677 0x00000dd8:ix_lens[0117]: 0x00000048 +0x000009e0:ix_offs[0118]: 0x000026bf 0x00000ddc:ix_lens[0118]: 0x00000047 +0x000009e4:ix_offs[0119]: 0x00002706 0x00000de0:ix_lens[0119]: 0x00000048 +0x000009e8:ix_offs[0120]: 0x0000274e 0x00000de4:ix_lens[0120]: 0x0000002a +0x000009ec:ix_offs[0121]: 0x00002778 0x00000de8:ix_lens[0121]: 0x0000002a +0x000009f0:ix_offs[0122]: 0x000027a2 0x00000dec:ix_lens[0122]: 0x0000002a +0x000009f4:ix_offs[0123]: 0x000027cc 0x00000df0:ix_lens[0123]: 0x0000002a +0x000009f8:ix_offs[0124]: 0x000027f6 0x00000df4:ix_lens[0124]: 0x00000039 +0x000009fc:ix_offs[0125]: 0x0000282f 0x00000df8:ix_lens[0125]: 0x00000062 +0x00000a00:ix_offs[0126]: 0x00002891 0x00000dfc:ix_lens[0126]: 0x00000049 +0x00000a04:ix_offs[0127]: 0x000028da 0x00000e00:ix_lens[0127]: 0x00000049 +0x00000a08:ix_offs[0128]: 0x00002923 0x00000e04:ix_lens[0128]: 0x00000075 +0x00000a0c:ix_offs[0129]: 0x00002998 0x00000e08:ix_lens[0129]: 0x00000044 +0x00000a10:ix_offs[0130]: 0x000029dc 0x00000e0c:ix_lens[0130]: 0x00000049 +0x00000a14:ix_offs[0131]: 0x00002a25 0x00000e10:ix_lens[0131]: 0x00000072 +0x00000a18:ix_offs[0132]: 0x00002a97 0x00000e14:ix_lens[0132]: 0x0000002b +0x00000a1c:ix_offs[0133]: 0x00002ac2 0x00000e18:ix_lens[0133]: 0x0000002b +0x00000a20:ix_offs[0134]: 0x00002aed 0x00000e1c:ix_lens[0134]: 0x00000086 +0x00000a24:ix_offs[0135]: 0x00002b73 0x00000e20:ix_lens[0135]: 0x0000002b +0x00000a28:ix_offs[0136]: 0x00002b9e 0x00000e24:ix_lens[0136]: 0x00000067 +0x00000a2c:ix_offs[0137]: 0x00002c05 0x00000e28:ix_lens[0137]: 0x0000002b +0x00000a30:ix_offs[0138]: 0x00002c30 0x00000e2c:ix_lens[0138]: 0x0000002b +0x00000a34:ix_offs[0139]: 0x00002c5b 0x00000e30:ix_lens[0139]: 0x0000003a +0x00000a38:ix_offs[0140]: 0x00002c95 0x00000e34:ix_lens[0140]: 0x00000085 +0x00000a3c:ix_offs[0141]: 0x00002d1a 0x00000e38:ix_lens[0141]: 0x0000006b +0x00000a40:ix_offs[0142]: 0x00002d85 0x00000e3c:ix_lens[0142]: 0x0000005c +0x00000a44:ix_offs[0143]: 0x00002de1 0x00000e40:ix_lens[0143]: 0x0000003e +0x00000a48:ix_offs[0144]: 0x00002e1f 0x00000e44:ix_lens[0144]: 0x0000002b +0x00000a4c:ix_offs[0145]: 0x00002e4a 0x00000e48:ix_lens[0145]: 0x00000049 +0x00000a50:ix_offs[0146]: 0x00002e93 0x00000e4c:ix_lens[0146]: 0x00000059 +0x00000a54:ix_offs[0147]: 0x00002eec 0x00000e50:ix_lens[0147]: 0x0000002b +0x00000a58:ix_offs[0148]: 0x00002f17 0x00000e54:ix_lens[0148]: 0x00000033 +0x00000a5c:ix_offs[0149]: 0x00002f4a 0x00000e58:ix_lens[0149]: 0x00000049 +0x00000a60:ix_offs[0150]: 0x00002f93 0x00000e5c:ix_lens[0150]: 0x00000058 +0x00000a64:ix_offs[0151]: 0x00002feb 0x00000e60:ix_lens[0151]: 0x00000076 +0x00000a68:ix_offs[0152]: 0x00003061 0x00000e64:ix_lens[0152]: 0x0000003a +0x00000a6c:ix_offs[0153]: 0x0000309b 0x00000e68:ix_lens[0153]: 0x0000002b +0x00000a70:ix_offs[0154]: 0x000030c6 0x00000e6c:ix_lens[0154]: 0x0000002b +0x00000a74:ix_offs[0155]: 0x000030f1 0x00000e70:ix_lens[0155]: 0x00000049 +0x00000a78:ix_offs[0156]: 0x0000313a 0x00000e74:ix_lens[0156]: 0x0000002b +0x00000a7c:ix_offs[0157]: 0x00003165 0x00000e78:ix_lens[0157]: 0x0000002b +0x00000a80:ix_offs[0158]: 0x00003190 0x00000e7c:ix_lens[0158]: 0x00000085 +0x00000a84:ix_offs[0159]: 0x00003215 0x00000e80:ix_lens[0159]: 0x0000003e +0x00000a88:ix_offs[0160]: 0x00003253 0x00000e84:ix_lens[0160]: 0x00000089 +0x00000a8c:ix_offs[0161]: 0x000032dc 0x00000e88:ix_lens[0161]: 0x0000002b +0x00000a90:ix_offs[0162]: 0x00003307 0x00000e8c:ix_lens[0162]: 0x0000005c +0x00000a94:ix_offs[0163]: 0x00003363 0x00000e90:ix_lens[0163]: 0x0000002b +0x00000a98:ix_offs[0164]: 0x0000338e 0x00000e94:ix_lens[0164]: 0x0000003e +0x00000a9c:ix_offs[0165]: 0x000033cc 0x00000e98:ix_lens[0165]: 0x0000003e +0x00000aa0:ix_offs[0166]: 0x0000340a 0x00000e9c:ix_lens[0166]: 0x0000003e +0x00000aa4:ix_offs[0167]: 0x00003448 0x00000ea0:ix_lens[0167]: 0x0000006b + +0x00000aa8-0x00000c03:ix_offs[0168-0254] default value 0x00000000 +0x00000ea4-0x00000fff:ix_lens[0168-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F436 offs: 0x00000000 lens: 0x000000c6 +0x00001000-0x000010c5: +>>0 @F436@ FAM +1 HUSB @I725@ +1 WIFE @I726@ +1 MARR +2 DATE 23 NOV 1589 +2 PLAC Oslo,Norway +1 CHIL @I727@ +1 CHIL @I728@ +1 CHIL @I729@ +1 CHIL @I730@ +1 CHIL @I731@ +1 CHIL @I732@ +1 CHIL @I733@ +1 CHIL @I734@ +<< +[0001] FAM rkey: F437 offs: 0x000000c6 lens: 0x000000a7 +0x000010c6-0x0000116c: +>>0 @F437@ FAM +1 HUSB @I737@ +1 WIFE @I738@ +1 MARR +2 DATE 20 JUL 1572 +2 PLAC Copenhagen,Denmark +1 CHIL @I726@ +1 CHIL @I1627@ +1 CHIL @I2860@ +1 CHIL @I2861@ +1 CHIL @I2862@ +<< +[0002] FAM rkey: F438 offs: 0x0000016d lens: 0x000000f4 +0x0000116d-0x00001260: +>>0 @F438@ FAM +1 HUSB @I735@ +1 WIFE @I728@ +1 MARR +2 DATE 14 FEB 1613 +2 PLAC Whitehall +1 CHIL @I2114@ +1 CHIL @I765@ +1 CHIL @I766@ +1 CHIL @I767@ +1 CHIL @I768@ +1 CHIL @I2115@ +1 CHIL @I2116@ +1 CHIL @I2117@ +1 CHIL @I2118@ +1 CHIL @I2119@ +1 CHIL @I736@ +<< +[0003] FAM rkey: F439 offs: 0x00000261 lens: 0x00000064 +0x00001261-0x000012c4: +>>0 @F439@ FAM +1 HUSB @I1632@ +1 WIFE @I1633@ +1 MARR +2 DATE 29 OCT 1525 +2 PLAC Lauenburg +1 CHIL @I737@ +<< +[0004] FAM rkey: F440 offs: 0x000002c5 lens: 0x00000044 +0x000012c5-0x00001308: +>>0 @F440@ FAM +1 HUSB @I740@ +1 WIFE @I2505@ +1 MARR +2 DATE 18 AUG 1572 +<< +[0005] FAM rkey: F441 offs: 0x00000309 lens: 0x0000005d +0x00001309-0x00001365: +>>0 @F441@ FAM +1 HUSB @I743@ +1 WIFE @I752@ +1 MARR +2 DATE 20 MAY 1662 +2 PLAC Portsmouth,England +<< +[0006] FAM rkey: F442 offs: 0x00000366 lens: 0x00000037 +0x00001366-0x0000139c: +>>0 @F442@ FAM +1 HUSB @I750@ +1 WIFE @I744@ +1 CHIL @I757@ +<< +[0007] FAM rkey: F443 offs: 0x0000039d lens: 0x00000075 +0x0000139d-0x00001411: +>>0 @F443@ FAM +1 HUSB @I751@ +1 WIFE @I749@ +1 MARR +2 DATE 31 MAR 1661 +2 PLAC Paris,,France +1 CHIL @I951@ +1 CHIL @I2128@ +<< +[0008] FAM rkey: F444 offs: 0x00000412 lens: 0x00000048 +0x00001412-0x00001459: +>>0 @F444@ FAM +1 HUSB @I751@ +1 WIFE @I2916@ +1 CHIL @I2517@ +1 CHIL @I2917@ +<< +[0009] FAM rkey: F445 offs: 0x0000045a lens: 0x00000037 +0x0000145a-0x00001490: +>>0 @F445@ FAM +1 HUSB @I753@ +1 WIFE @I754@ +1 CHIL @I752@ +<< +[0010] FAM rkey: F446 offs: 0x00000491 lens: 0x00000082 +0x00001491-0x00001512: +>>0 @F446@ FAM +1 HUSB @I772@ +1 WIFE @I771@ +1 MARR +2 DATE 8 OCT 1684 +2 PLAC Herrenhausen +1 CHIL @I1177@ +1 CHIL @I1178@ +1 CHIL @I761@ +<< +[0011] FAM rkey: F447 offs: 0x00000513 lens: 0x0000002a +0x00001513-0x0000153c: +>>0 @F447@ FAM +1 HUSB @I2144@ +1 CHIL @I762@ +<< +[0012] FAM rkey: F448 offs: 0x0000053d lens: 0x0000002a +0x0000153d-0x00001566: +>>0 @F448@ FAM +1 HUSB @I2145@ +1 WIFE @I762@ +<< +[0013] FAM rkey: F449 offs: 0x00000567 lens: 0x00000038 +0x00001567-0x0000159e: +>>0 @F449@ FAM +1 HUSB @I765@ +1 WIFE @I769@ +1 CHIL @I2415@ +<< +[0014] FAM rkey: F450 offs: 0x0000059f lens: 0x0000002a +0x0000159f-0x000015c8: +>>0 @F450@ FAM +1 HUSB @I768@ +1 WIFE @I2121@ +<< +[0015] FAM rkey: F451 offs: 0x000005c9 lens: 0x0000002a +0x000015c9-0x000015f2: +>>0 @F451@ FAM +1 HUSB @I2120@ +1 CHIL @I769@ +<< +[0016] FAM rkey: F452 offs: 0x000005f3 lens: 0x00000071 +0x000015f3-0x00001663: +>>0 @F452@ FAM +1 HUSB @I772@ +1 WIFE @I1173@ +1 MARR +2 DATE 23 AUG 1679 +2 PLAC Potsdam +1 CHIL @I1174@ +1 CHIL @I1175@ +<< +[0017] FAM rkey: F453 offs: 0x00000664 lens: 0x00000052 +0x00001664-0x000016b5: +>>0 @F453@ FAM +1 HUSB @I772@ +1 WIFE @I1176@ +1 MARR +2 DATE 28 NOV 1708 +2 PLAC Berlin +<< +[0018] FAM rkey: F454 offs: 0x000006b6 lens: 0x00000039 +0x000016b6-0x000016ee: +>>0 @F454@ FAM +1 HUSB @I1254@ +1 WIFE @I1255@ +1 CHIL @I773@ +<< +[0019] FAM rkey: F455 offs: 0x000006ef lens: 0x000000c1 +0x000016ef-0x000017af: +>>0 @F455@ FAM +1 HUSB @I773@ +1 WIFE @I774@ +1 MARR +2 DATE 18 JAN 1486 +2 PLAC Westminster,,England +1 CHIL @I775@ +1 CHIL @I776@ +1 CHIL @I828@ +1 CHIL @I829@ +1 CHIL @I830@ +1 CHIL @I831@ +1 CHIL @I832@ +<< +[0020] FAM rkey: F456 offs: 0x000007b0 lens: 0x000000f5 +0x000017b0-0x000018a4: +>>0 @F456@ FAM +1 HUSB @I991@ +1 WIFE @I998@ +1 MARR +2 DATE 1 MAY 1464 +2 PLAC Grafton Regis,Northants +1 CHIL @I774@ +1 CHIL @I999@ +1 CHIL @I1000@ +1 CHIL @I1001@ +1 CHIL @I1002@ +1 CHIL @I1003@ +1 CHIL @I1004@ +1 CHIL @I1005@ +1 CHIL @I1006@ +1 CHIL @I1007@ +<< +[0021] FAM rkey: F457 offs: 0x000008a5 lens: 0x00000069 +0x000018a5-0x0000190d: +>>0 @F457@ FAM +1 HUSB @I775@ +1 WIFE @I833@ +1 MARR +2 DATE 14 NOV 1501 +2 PLAC St. Pauls Cath.,London,England +<< +[0022] FAM rkey: F458 offs: 0x0000090e lens: 0x00000065 +0x0000190e-0x00001972: +>>0 @F458@ FAM +1 HUSB @I834@ +1 WIFE @I776@ +1 MARR +2 DATE 8 AUG 1503 +2 PLAC Holyrod Abbey +1 CHIL @I835@ +<< +[0023] FAM rkey: F459 offs: 0x00000973 lens: 0x00000059 +0x00001973-0x000019cb: +>>0 @F459@ FAM +1 HUSB @I836@ +1 WIFE @I776@ +1 DIV Y +1 MARR +2 DATE 4 AUG 1514 +1 CHIL @I1431@ +<< +[0024] FAM rkey: F460 offs: 0x000009cc lens: 0x00000042 +0x000019cc-0x00001a0d: +>>0 @F460@ FAM +1 HUSB @I837@ +1 WIFE @I776@ +1 MARR +2 DATE 3 MAR 1528 +<< +[0025] FAM rkey: F461 offs: 0x00000a0e lens: 0x00000039 +0x00001a0e-0x00001a46: +>>0 @F461@ FAM +1 HUSB @I2301@ +1 WIFE @I2302@ +1 CHIL @I779@ +<< +[0026] FAM rkey: F462 offs: 0x00000a47 lens: 0x00000039 +0x00001a47-0x00001a7f: +>>0 @F462@ FAM +1 HUSB @I1291@ +1 WIFE @I1292@ +1 CHIL @I781@ +<< +[0027] FAM rkey: F463 offs: 0x00000a80 lens: 0x00000039 +0x00001a80-0x00001ab8: +>>0 @F463@ FAM +1 HUSB @I1729@ +1 CHIL @I782@ +1 CHIL @I1728@ +<< +[0028] FAM rkey: F464 offs: 0x00000ab9 lens: 0x0000002a +0x00001ab9-0x00001ae2: +>>0 @F464@ FAM +1 HUSB @I1722@ +1 CHIL @I787@ +<< +[0029] FAM rkey: F465 offs: 0x00000ae3 lens: 0x0000002a +0x00001ae3-0x00001b0c: +>>0 @F465@ FAM +1 HUSB @I1728@ +1 CHIL @I789@ +<< +[0030] FAM rkey: F466 offs: 0x00000b0d lens: 0x0000002a +0x00001b0d-0x00001b36: +>>0 @F466@ FAM +1 HUSB @I1716@ +1 CHIL @I792@ +<< +[0031] FAM rkey: F467 offs: 0x00000b37 lens: 0x00000029 +0x00001b37-0x00001b5f: +>>0 @F467@ FAM +1 HUSB @I804@ +1 WIFE @I805@ +<< +[0032] FAM rkey: F468 offs: 0x00000b60 lens: 0x0000007d +0x00001b60-0x00001bdc: +>>0 @F468@ FAM +1 HUSB @I2995@ +1 WIFE @I2996@ +1 MARR +2 DATE JUL 1900 +1 CHIL @I806@ +1 CHIL @I2997@ +1 CHIL @I3009@ +1 CHIL @I2998@ +<< +[0033] FAM rkey: F469 offs: 0x00000bdd lens: 0x00000082 +0x00001bdd-0x00001c5e: +>>0 @F469@ FAM +1 HUSB @I2986@ +1 WIFE @I806@ +1 MARR +2 DATE 28 DEC 1936 +2 PLAC Guildhall,London,England +1 CHIL @I2989@ +1 CHIL @I3010@ +<< +[0034] FAM rkey: F470 offs: 0x00000c5f lens: 0x00000029 +0x00001c5f-0x00001c87: +>>0 @F470@ FAM +1 HUSB @I810@ +1 CHIL @I807@ +<< +[0035] FAM rkey: F471 offs: 0x00000c88 lens: 0x00000038 +0x00001c88-0x00001cbf: +>>0 @F471@ FAM +1 HUSB @I814@ +1 WIFE @I2947@ +1 CHIL @I811@ +<< +[0036] FAM rkey: F472 offs: 0x00000cc0 lens: 0x0000002a +0x00001cc0-0x00001ce9: +>>0 @F472@ FAM +1 HUSB @I2946@ +1 CHIL @I812@ +<< +[0037] FAM rkey: F473 offs: 0x00000cea lens: 0x00000029 +0x00001cea-0x00001d12: +>>0 @F473@ FAM +1 HUSB @I815@ +1 CHIL @I814@ +<< +[0038] FAM rkey: F474 offs: 0x00000d13 lens: 0x00000037 +0x00001d13-0x00001d49: +>>0 @F474@ FAM +1 HUSB @I816@ +1 WIFE @I817@ +1 CHIL @I815@ +<< +[0039] FAM rkey: F475 offs: 0x00000d4a lens: 0x00000029 +0x00001d4a-0x00001d72: +>>0 @F475@ FAM +1 HUSB @I818@ +1 CHIL @I816@ +<< +[0040] FAM rkey: F476 offs: 0x00000d73 lens: 0x00000029 +0x00001d73-0x00001d9b: +>>0 @F476@ FAM +1 HUSB @I819@ +1 CHIL @I818@ +<< +[0041] FAM rkey: F477 offs: 0x00000d9c lens: 0x00000039 +0x00001d9c-0x00001dd4: +>>0 @F477@ FAM +1 HUSB @I2936@ +1 WIFE @I2937@ +1 CHIL @I820@ +<< +[0042] FAM rkey: F478 offs: 0x00000dd5 lens: 0x0000002a +0x00001dd5-0x00001dfe: +>>0 @F478@ FAM +1 HUSB @I2933@ +1 CHIL @I821@ +<< +[0043] FAM rkey: F479 offs: 0x00000dff lens: 0x0000007c +0x00001dff-0x00001e7a: +>>0 @F479@ FAM +1 HUSB @I825@ +1 WIFE @I822@ +1 DIV Y +1 MARR +2 DATE JUL 1976 +2 PLAC Dummer,,England +1 CHIL @I826@ +1 CHIL @I2959@ +<< +[0044] FAM rkey: F480 offs: 0x00000e7b lens: 0x00000043 +0x00001e7b-0x00001ebd: +>>0 @F480@ FAM +1 HUSB @I823@ +1 WIFE @I824@ +1 MARR +2 DATE ABT 1953 +<< +[0045] FAM rkey: F481 offs: 0x00000ebe lens: 0x000000c8 +0x00001ebe-0x00001f85: +>>0 @F481@ FAM +1 HUSB @I828@ +1 WIFE @I833@ +1 DIV Y +1 MARR +2 DATE 11 JUN 1509 +2 PLAC Grey Friars Ch.,Greenwich,England +1 CHIL @I842@ +1 CHIL @I843@ +1 CHIL @I844@ +1 CHIL @I845@ +1 CHIL @I846@ +1 CHIL @I847@ +<< +[0046] FAM rkey: F482 offs: 0x00000f86 lens: 0x00000081 +0x00001f86-0x00002006: +>>0 @F482@ FAM +1 HUSB @I828@ +1 WIFE @I848@ +1 MARR +2 DATE 25 JAN 1533 +2 PLAC Westminster,London,England +1 CHIL @I849@ +1 CHIL @I850@ +<< +[0047] FAM rkey: F483 offs: 0x00001007 lens: 0x0000006c +0x00002007-0x00002072: +>>0 @F483@ FAM +1 HUSB @I828@ +1 WIFE @I851@ +1 MARR +2 DATE 30 MAY 1536 +2 PLAC York Place,,England +1 CHIL @I852@ +<< +[0048] FAM rkey: F484 offs: 0x00001073 lens: 0x00000064 +0x00002073-0x000020d6: +>>0 @F484@ FAM +1 HUSB @I828@ +1 WIFE @I853@ +1 DIV Y +1 MARR +2 DATE 6 JAN 1540 +2 PLAC Greenwich,,England +<< +[0049] FAM rkey: F485 offs: 0x000010d7 lens: 0x00000067 +0x000020d7-0x0000213d: +>>0 @F485@ FAM +1 HUSB @I828@ +1 WIFE @I856@ +1 MARR +2 DATE 28 JUL 1540 +2 PLAC Hampton Court,Palace,England +<< +[0050] FAM rkey: F486 offs: 0x0000113e lens: 0x0000005f +0x0000213e-0x0000219c: +>>0 @F486@ FAM +1 HUSB @I828@ +1 WIFE @I859@ +1 MARR +2 DATE 12 JUL 1543 +2 PLAC Hampton Court,Palace +<< +[0051] FAM rkey: F487 offs: 0x0000119d lens: 0x00000053 +0x0000219d-0x000021ef: +>>0 @F487@ FAM +1 HUSB @I838@ +1 WIFE @I830@ +1 MARR +2 DATE 9 OCT 1514 +2 PLAC Abbeville +<< +[0052] FAM rkey: F488 offs: 0x000011f0 lens: 0x00000083 +0x000021f0-0x00002272: +>>0 @F488@ FAM +1 HUSB @I839@ +1 WIFE @I830@ +1 MARR +2 DATE 3 MAR 1515 +2 PLAC Paris,France +1 CHIL @I1426@ +1 CHIL @I1427@ +1 CHIL @I1428@ +<< +[0053] FAM rkey: F489 offs: 0x00001273 lens: 0x00000086 +0x00002273-0x000022f8: +>>0 @F489@ FAM +1 HUSB @I840@ +1 WIFE @I841@ +1 MARR +2 DATE 1469 +1 CHIL @I2887@ +1 CHIL @I2889@ +1 CHIL @I2100@ +1 CHIL @I2888@ +1 CHIL @I833@ +<< +[0054] FAM rkey: F490 offs: 0x000012f9 lens: 0x0000006a +0x000022f9-0x00002362: +>>0 @F490@ FAM +1 HUSB @I1252@ +1 WIFE @I1469@ +1 MARR +2 DATE 1469 +1 CHIL @I834@ +1 CHIL @I2867@ +1 CHIL @I2868@ +<< +[0055] FAM rkey: F491 offs: 0x00001363 lens: 0x0000002a +0x00002363-0x0000238c: +>>0 @F491@ FAM +1 HUSB @I835@ +1 WIFE @I1429@ +<< +[0056] FAM rkey: F492 offs: 0x0000138d lens: 0x0000004c +0x0000238d-0x000023d8: +>>0 @F492@ FAM +1 HUSB @I835@ +1 WIFE @I1251@ +1 MARR +2 DATE 1538 +1 CHIL @I1247@ +<< +[0057] FAM rkey: F493 offs: 0x000013d9 lens: 0x0000004c +0x000023d9-0x00002424: +>>0 @F493@ FAM +1 HUSB @I1260@ +1 WIFE @I2546@ +1 MARR +2 DATE 1462 +1 CHIL @I838@ +<< +[0058] FAM rkey: F494 offs: 0x00001425 lens: 0x0000004b +0x00002425-0x0000246f: +>>0 @F494@ FAM +1 HUSB @I838@ +1 WIFE @I2547@ +1 DIV Y +1 MARR +2 DATE 8 SEP 1476 +<< +[0059] FAM rkey: F495 offs: 0x00001470 lens: 0x00000052 +0x00002470-0x000024c1: +>>0 @F495@ FAM +1 HUSB @I838@ +1 WIFE @I2548@ +1 MARR +2 DATE 8 JAN 1499 +1 CHIL @I2440@ +<< +[0060] FAM rkey: F496 offs: 0x000014c2 lens: 0x0000003d +0x000024c2-0x000024fe: +>>0 @F496@ FAM +1 HUSB @I840@ +1 WIFE @I2886@ +1 MARR +2 DATE 1506 +<< +[0061] FAM rkey: F497 offs: 0x000014ff lens: 0x00000039 +0x000024ff-0x00002537: +>>0 @F497@ FAM +1 HUSB @I2442@ +1 WIFE @I2443@ +1 CHIL @I841@ +<< +[0062] FAM rkey: F498 offs: 0x00001538 lens: 0x00000068 +0x00002538-0x0000259f: +>>0 @F498@ FAM +1 HUSB @I870@ +1 WIFE @I846@ +1 MARR +2 DATE 25 JUL 1554 +2 PLAC Winchester,Cathedral,,England +<< +[0063] FAM rkey: F499 offs: 0x000015a0 lens: 0x00000057 +0x000025a0-0x000025f6: +>>0 @F499@ FAM +1 HUSB @I2099@ +1 WIFE @I2337@ +1 CHIL @I2338@ +1 CHIL @I2339@ +1 CHIL @I848@ +<< +[0064] FAM rkey: F500 offs: 0x000015f7 lens: 0x00000037 +0x000025f7-0x0000262d: +>>0 @F500@ FAM +1 HUSB @I860@ +1 WIFE @I861@ +1 CHIL @I851@ +<< +[0065] FAM rkey: F501 offs: 0x0000162e lens: 0x00000037 +0x0000262e-0x00002664: +>>0 @F501@ FAM +1 HUSB @I854@ +1 WIFE @I855@ +1 CHIL @I853@ +<< +[0066] FAM rkey: F502 offs: 0x00001665 lens: 0x00000037 +0x00002665-0x0000269b: +>>0 @F502@ FAM +1 HUSB @I857@ +1 WIFE @I858@ +1 CHIL @I856@ +<< +[0067] FAM rkey: F503 offs: 0x0000169c lens: 0x00000057 +0x0000269c-0x000026f2: +>>0 @F503@ FAM +1 HUSB @I2341@ +1 WIFE @I2342@ +1 CHIL @I2343@ +1 CHIL @I2337@ +1 CHIL @I857@ +<< +[0068] FAM rkey: F504 offs: 0x000016f3 lens: 0x0000002a +0x000026f3-0x0000271c: +>>0 @F504@ FAM +1 HUSB @I857@ +1 WIFE @I2346@ +<< +[0069] FAM rkey: F505 offs: 0x0000171d lens: 0x00000046 +0x0000271d-0x00002762: +>>0 @F505@ FAM +1 HUSB @I865@ +1 WIFE @I866@ +1 CHIL @I859@ +1 CHIL @I2309@ +<< +[0070] FAM rkey: F506 offs: 0x00001763 lens: 0x00000043 +0x00002763-0x000027a5: +>>0 @F506@ FAM +1 HUSB @I862@ +1 WIFE @I859@ +1 MARR +2 DATE ABT 1529 +<< +[0071] FAM rkey: F507 offs: 0x000017a6 lens: 0x0000003c +0x000027a6-0x000027e1: +>>0 @F507@ FAM +1 HUSB @I863@ +1 WIFE @I859@ +1 MARR +2 DATE 1533 +<< +[0072] FAM rkey: F508 offs: 0x000017e2 lens: 0x00000050 +0x000027e2-0x00002831: +>>0 @F508@ FAM +1 HUSB @I864@ +1 WIFE @I859@ +1 MARR +2 DATE 4 APR 1547 +1 CHIL @I867@ +<< +[0073] FAM rkey: F509 offs: 0x00001832 lens: 0x00000057 +0x00002832-0x00002888: +>>0 @F509@ FAM +1 HUSB @I1430@ +1 WIFE @I1427@ +1 CHIL @I868@ +1 CHIL @I2106@ +1 CHIL @I2107@ +<< +[0074] FAM rkey: F510 offs: 0x00001889 lens: 0x00000066 +0x00002889-0x000028ee: +>>0 @F510@ FAM +1 HUSB @I869@ +1 WIFE @I868@ +1 MARR +2 DATE 21 MAY 1553 +2 PLAC Durham House,London,England +<< +[0075] FAM rkey: F511 offs: 0x000018ef lens: 0x000000a2 +0x000028ef-0x00002990: +>>0 @F511@ FAM +1 HUSB @I2310@ +1 WIFE @I2311@ +1 CHIL @I2312@ +1 CHIL @I2313@ +1 CHIL @I2314@ +1 CHIL @I869@ +1 CHIL @I2315@ +1 CHIL @I2316@ +1 CHIL @I2317@ +1 CHIL @I2318@ +<< +[0076] FAM rkey: F512 offs: 0x00001991 lens: 0x00000037 +0x00002991-0x000029c7: +>>0 @F512@ FAM +1 HUSB @I871@ +1 WIFE @I872@ +1 CHIL @I870@ +<< +[0077] FAM rkey: F513 offs: 0x000019c8 lens: 0x0000004c +0x000029c8-0x00002a13: +>>0 @F513@ FAM +1 HUSB @I870@ +1 WIFE @I2133@ +1 MARR +2 DATE 1543 +1 CHIL @I2136@ +<< +[0078] FAM rkey: F514 offs: 0x00001a14 lens: 0x0000002a +0x00002a14-0x00002a3d: +>>0 @F514@ FAM +1 HUSB @I870@ +1 WIFE @I2134@ +<< +[0079] FAM rkey: F515 offs: 0x00001a3e lens: 0x0000004c +0x00002a3e-0x00002a89: +>>0 @F515@ FAM +1 HUSB @I870@ +1 WIFE @I2135@ +1 MARR +2 DATE 1570 +1 CHIL @I2132@ +<< +[0080] FAM rkey: F516 offs: 0x00001a8a lens: 0x0000005b +0x00002a8a-0x00002ae4: +>>0 @F516@ FAM +1 HUSB @I2885@ +1 WIFE @I2100@ +1 MARR +2 DATE 1496 +1 CHIL @I2894@ +1 CHIL @I871@ +<< +[0081] FAM rkey: F517 offs: 0x00001ae5 lens: 0x00000065 +0x00002ae5-0x00002b49: +>>0 @F517@ FAM +1 HUSB @I873@ +1 WIFE @I1370@ +1 MARR +2 DATE 7 JAN 1239 +2 PLAC Westminster +1 CHIL @I1147@ +<< +[0082] FAM rkey: F518 offs: 0x00001b4a lens: 0x00000075 +0x00002b4a-0x00002bbe: +>>0 @F518@ FAM +1 HUSB @I874@ +1 WIFE @I882@ +1 DIV Y +1 MARR +2 DATE 1957 +2 PLAC Salem,Bavaria +1 CHIL @I883@ +1 CHIL @I884@ +<< +[0083] FAM rkey: F519 offs: 0x00001bbf lens: 0x00000037 +0x00002bbf-0x00002bf5: +>>0 @F519@ FAM +1 HUSB @I874@ +1 WIFE @I885@ +1 CHIL @I886@ +<< +[0084] FAM rkey: F520 offs: 0x00001bf6 lens: 0x00000045 +0x00002bf6-0x00002c3a: +>>0 @F520@ FAM +1 HUSB @I875@ +1 WIFE @I887@ +1 CHIL @I888@ +1 CHIL @I889@ +<< +[0085] FAM rkey: F521 offs: 0x00001c3b lens: 0x00000045 +0x00002c3b-0x00002c7f: +>>0 @F521@ FAM +1 HUSB @I875@ +1 WIFE @I890@ +1 CHIL @I891@ +1 CHIL @I892@ +<< +[0086] FAM rkey: F522 offs: 0x00001c80 lens: 0x00000029 +0x00002c80-0x00002ca8: +>>0 @F522@ FAM +1 HUSB @I875@ +1 WIFE @I893@ +<< +[0087] FAM rkey: F523 offs: 0x00001ca9 lens: 0x00000044 +0x00002ca9-0x00002cec: +>>0 @F523@ FAM +1 HUSB @I876@ +1 WIFE @I1370@ +1 MARR +2 DATE 23 APR 1224 +<< +[0088] FAM rkey: F524 offs: 0x00001ced lens: 0x00000053 +0x00002ced-0x00002d3f: +>>0 @F524@ FAM +1 HUSB @I877@ +1 WIFE @I878@ +1 CHIL @I879@ +1 CHIL @I880@ +1 CHIL @I881@ +<< +[0089] FAM rkey: F525 offs: 0x00001d40 lens: 0x00000090 +0x00002d40-0x00002dcf: +>>0 @F525@ FAM +1 HUSB @I902@ +1 WIFE @I895@ +1 MARR +2 DATE 1925 +1 CHIL @I903@ +1 CHIL @I904@ +1 CHIL @I890@ +1 CHIL @I905@ +1 CHIL @I906@ +1 CHIL @I907@ +<< +[0090] FAM rkey: F526 offs: 0x00001dd0 lens: 0x00000052 +0x00002dd0-0x00002e21: +>>0 @F526@ FAM +1 HUSB @I1422@ +1 WIFE @I1423@ +1 MARR +2 DATE 4 SEP 1725 +1 CHIL @I894@ +<< +[0091] FAM rkey: F527 offs: 0x00001e22 lens: 0x0000004c +0x00002e22-0x00002e6d: +>>0 @F527@ FAM +1 HUSB @I2131@ +1 WIFE @I896@ +1 MARR +2 DATE 1621 +1 CHIL @I1420@ +<< +[0092] FAM rkey: F528 offs: 0x00001e6e lens: 0x00000048 +0x00002e6e-0x00002eb5: +>>0 @F528@ FAM +1 HUSB @I897@ +1 WIFE @I2508@ +1 CHIL @I2509@ +1 CHIL @I2510@ +<< +[0093] FAM rkey: F529 offs: 0x00001eb6 lens: 0x00000068 +0x00002eb6-0x00002f1d: +>>0 @F529@ FAM +1 HUSB @I900@ +1 WIFE @I899@ +1 DIV Y +1 MARR +2 DATE 1976 +2 PLAC Dinard,,France +1 CHIL @I901@ +<< +[0094] FAM rkey: F530 offs: 0x00001f1e lens: 0x00000061 +0x00002f1e-0x00002f7e: +>>0 @F530@ FAM +1 HUSB @I903@ +1 WIFE @I908@ +1 CHIL @I909@ +1 CHIL @I910@ +1 CHIL @I911@ +1 CHIL @I912@ +<< +[0095] FAM rkey: F531 offs: 0x00001f7f lens: 0x00000053 +0x00002f7f-0x00002fd1: +>>0 @F531@ FAM +1 HUSB @I916@ +1 WIFE @I906@ +1 CHIL @I917@ +1 CHIL @I918@ +1 CHIL @I919@ +<< +[0096] FAM rkey: F532 offs: 0x00001fd2 lens: 0x00000029 +0x00002fd2-0x00002ffa: +>>0 @F532@ FAM +1 HUSB @I910@ +1 WIFE @I913@ +<< +[0097] FAM rkey: F533 offs: 0x00001ffb lens: 0x00000037 +0x00002ffb-0x00003031: +>>0 @F533@ FAM +1 HUSB @I911@ +1 WIFE @I914@ +1 CHIL @I915@ +<< +[0098] FAM rkey: F534 offs: 0x00002032 lens: 0x0000006a +0x00003032-0x0000309b: +>>0 @F534@ FAM +1 HUSB @I2132@ +1 WIFE @I1017@ +1 MARR +2 DATE 1599 +1 CHIL @I920@ +1 CHIL @I2131@ +1 CHIL @I2417@ +<< +[0099] FAM rkey: F535 offs: 0x0000209c lens: 0x0000003f +0x0000309c-0x000030da: +>>0 @F535@ FAM +1 HUSB @I921@ +1 WIFE @I934@ +1 DIV Y +1 CHIL @I935@ +<< +[0100] FAM rkey: F536 offs: 0x000020db lens: 0x00000053 +0x000030db-0x0000312d: +>>0 @F536@ FAM +1 HUSB @I921@ +1 WIFE @I936@ +1 CHIL @I937@ +1 CHIL @I938@ +1 CHIL @I939@ +<< +[0101] FAM rkey: F537 offs: 0x0000212e lens: 0x00000045 +0x0000312e-0x00003172: +>>0 @F537@ FAM +1 HUSB @I922@ +1 WIFE @I931@ +1 CHIL @I932@ +1 CHIL @I933@ +<< +[0102] FAM rkey: F538 offs: 0x00002173 lens: 0x00000045 +0x00003173-0x000031b7: +>>0 @F538@ FAM +1 HUSB @I924@ +1 WIFE @I928@ +1 CHIL @I929@ +1 CHIL @I930@ +<< +[0103] FAM rkey: F539 offs: 0x000021b8 lens: 0x0000004a +0x000031b8-0x00003201: +>>0 @F539@ FAM +1 HUSB @I925@ +1 WIFE @I926@ +1 MARR +2 DATE 1984 +1 CHIL @I927@ +<< +[0104] FAM rkey: F540 offs: 0x00002202 lens: 0x0000002a +0x00003202-0x0000322b: +>>0 @F540@ FAM +1 HUSB @I2130@ +1 WIFE @I951@ +<< +[0105] FAM rkey: F541 offs: 0x0000222c lens: 0x0000004a +0x0000322c-0x00003275: +>>0 @F541@ FAM +1 HUSB @I953@ +1 WIFE @I952@ +1 MARR +2 DATE 1923 +1 CHIL @I954@ +<< +[0106] FAM rkey: F542 offs: 0x00002276 lens: 0x00000060 +0x00003276-0x000032d5: +>>0 @F542@ FAM +1 HUSB @I954@ +1 WIFE @I955@ +1 DIV Y +1 MARR +2 DATE 1956 +1 CHIL @I956@ +1 CHIL @I957@ +<< +[0107] FAM rkey: F543 offs: 0x000022d6 lens: 0x00000066 +0x000032d6-0x0000333b: +>>0 @F543@ FAM +1 HUSB @I966@ +1 WIFE @I958@ +1 MARR +2 DATE 1953 +1 CHIL @I967@ +1 CHIL @I968@ +1 CHIL @I969@ +<< +[0108] FAM rkey: F544 offs: 0x0000233c lens: 0x000000a0 +0x0000333c-0x000033db: +>>0 @F544@ FAM +1 HUSB @I960@ +1 WIFE @I959@ +1 MARR +2 DATE 1961 +2 PLAC Asker,Near Oslo,Norway +1 CHIL @I961@ +1 CHIL @I962@ +1 CHIL @I963@ +1 CHIL @I964@ +1 CHIL @I965@ +<< +[0109] FAM rkey: F545 offs: 0x000023dc lens: 0x00000039 +0x000033dc-0x00003414: +>>0 @F545@ FAM +1 HUSB @I1055@ +1 WIFE @I1056@ +1 CHIL @I971@ +<< +[0110] FAM rkey: F546 offs: 0x00002415 lens: 0x0000004a +0x00003415-0x0000345e: +>>0 @F546@ FAM +1 HUSB @I977@ +1 WIFE @I973@ +1 MARR +2 DATE 1983 +1 CHIL @I978@ +<< +[0111] FAM rkey: F547 offs: 0x0000245f lens: 0x0000004a +0x0000345f-0x000034a8: +>>0 @F547@ FAM +1 HUSB @I979@ +1 WIFE @I974@ +1 MARR +2 DATE 1984 +1 CHIL @I980@ +<< +[0112] FAM rkey: F548 offs: 0x000024a9 lens: 0x00000099 +0x000034a9-0x00003541: +>>0 @F548@ FAM +1 HUSB @I988@ +1 WIFE @I989@ +1 CHIL @I991@ +1 CHIL @I992@ +1 CHIL @I993@ +1 CHIL @I984@ +1 CHIL @I994@ +1 CHIL @I995@ +1 CHIL @I996@ +1 CHIL @I997@ +<< +[0113] FAM rkey: F549 offs: 0x00002542 lens: 0x00000074 +0x00003542-0x000035b5: +>>0 @F549@ FAM +1 HUSB @I984@ +1 WIFE @I985@ +1 MARR +2 DATE 12 JUL 1472 +2 PLAC Westminster,,London,England +1 CHIL @I986@ +<< +[0114] FAM rkey: F550 offs: 0x000025b6 lens: 0x00000047 +0x000035b6-0x000035fc: +>>0 @F550@ FAM +1 HUSB @I987@ +1 WIFE @I1339@ +1 CHIL @I1340@ +1 CHIL @I985@ +<< +[0115] FAM rkey: F551 offs: 0x000025fd lens: 0x00000050 +0x000035fd-0x0000364c: +>>0 @F551@ FAM +1 HUSB @I1016@ +1 WIFE @I985@ +1 MARR +2 DATE AUG 1470 +2 PLAC Amboise +<< +[0116] FAM rkey: F552 offs: 0x0000264d lens: 0x0000002a +0x0000364d-0x00003676: +>>0 @F552@ FAM +1 HUSB @I1342@ +1 CHIL @I987@ +<< +[0117] FAM rkey: F553 offs: 0x00002677 lens: 0x00000048 +0x00003677-0x000036be: +>>0 @F553@ FAM +1 HUSB @I1023@ +1 WIFE @I1024@ +1 CHIL @I988@ +1 CHIL @I1025@ +<< +[0118] FAM rkey: F554 offs: 0x000026bf lens: 0x00000047 +0x000036bf-0x00003705: +>>0 @F554@ FAM +1 HUSB @I990@ +1 WIFE @I1331@ +1 CHIL @I1342@ +1 CHIL @I989@ +<< +[0119] FAM rkey: F555 offs: 0x00002706 lens: 0x00000048 +0x00003706-0x0000374d: +>>0 @F555@ FAM +1 HUSB @I993@ +1 WIFE @I1340@ +1 CHIL @I1018@ +1 CHIL @I1019@ +<< +[0120] FAM rkey: F556 offs: 0x0000274e lens: 0x0000002a +0x0000374e-0x00003777: +>>0 @F556@ FAM +1 HUSB @I1020@ +1 WIFE @I994@ +<< +[0121] FAM rkey: F557 offs: 0x00002778 lens: 0x0000002a +0x00003778-0x000037a1: +>>0 @F557@ FAM +1 HUSB @I1021@ +1 WIFE @I994@ +<< +[0122] FAM rkey: F558 offs: 0x000027a2 lens: 0x0000002a +0x000037a2-0x000037cb: +>>0 @F558@ FAM +1 HUSB @I2276@ +1 WIFE @I995@ +<< +[0123] FAM rkey: F559 offs: 0x000027cc lens: 0x0000002a +0x000037cc-0x000037f5: +>>0 @F559@ FAM +1 HUSB @I1022@ +1 WIFE @I996@ +<< +[0124] FAM rkey: F560 offs: 0x000027f6 lens: 0x00000039 +0x000037f6-0x0000382e: +>>0 @F560@ FAM +1 HUSB @I2271@ +1 WIFE @I1327@ +1 CHIL @I998@ +<< +[0125] FAM rkey: F561 offs: 0x0000282f lens: 0x00000062 +0x0000382f-0x00003890: +>>0 @F561@ FAM +1 HUSB @I1013@ +1 WIFE @I998@ +1 MARR +2 DATE BEF 1460 +1 CHIL @I1014@ +1 CHIL @I1015@ +<< +[0126] FAM rkey: F562 offs: 0x00002891 lens: 0x00000049 +0x00003891-0x000038d9: +>>0 @F562@ FAM +1 HUSB @I1008@ +1 WIFE @I1000@ +1 MARR +2 DATE BEF DEC 1487 +<< +[0127] FAM rkey: F563 offs: 0x000028da lens: 0x00000049 +0x000038da-0x00003922: +>>0 @F563@ FAM +1 HUSB @I1009@ +1 WIFE @I1000@ +1 MARR +2 DATE BEF JAN 1504 +<< +[0128] FAM rkey: F564 offs: 0x00002923 lens: 0x00000075 +0x00003923-0x00003997: +>>0 @F564@ FAM +1 HUSB @I1003@ +1 WIFE @I1010@ +1 MARR +2 DATE 15 JAN 1478 +2 PLAC St. Stephen's,Chapel,Westminster,England +<< +[0129] FAM rkey: F565 offs: 0x00002998 lens: 0x00000044 +0x00003998-0x000039db: +>>0 @F565@ FAM +1 HUSB @I1011@ +1 WIFE @I1004@ +1 MARR +2 DATE 4 FEB 1495 +<< +[0130] FAM rkey: F566 offs: 0x000029dc lens: 0x00000049 +0x000039dc-0x00003a24: +>>0 @F566@ FAM +1 HUSB @I1012@ +1 WIFE @I1006@ +1 MARR +2 DATE BEF OCT 1495 +<< +[0131] FAM rkey: F567 offs: 0x00002a25 lens: 0x00000072 +0x00003a25-0x00003a96: +>>0 @F567@ FAM +1 HUSB @I1217@ +1 WIFE @I1218@ +1 MARR +2 DATE 22 APR 1445 +2 PLAC Titchfield,Abbey,Hants +1 CHIL @I1016@ +<< +[0132] FAM rkey: F568 offs: 0x00002a97 lens: 0x0000002b +0x00003a97-0x00003ac1: +>>0 @F568@ FAM +1 HUSB @I2884@ +1 CHIL @I1017@ +<< +[0133] FAM rkey: F569 offs: 0x00002ac2 lens: 0x0000002b +0x00003ac2-0x00003aec: +>>0 @F569@ FAM +1 HUSB @I2275@ +1 WIFE @I1019@ +<< +[0134] FAM rkey: F570 offs: 0x00002aed lens: 0x00000086 +0x00003aed-0x00003b72: +>>0 @F570@ FAM +1 HUSB @I1237@ +1 WIFE @I1337@ +1 MARR +2 DATE ABT 1 MAR 1372 +2 PLAC Hertford +1 CHIL @I1023@ +1 CHIL @I1338@ +1 CHIL @I2294@ +<< +[0135] FAM rkey: F571 offs: 0x00002b73 lens: 0x0000002b +0x00003b73-0x00003b9d: +>>0 @F571@ FAM +1 HUSB @I1023@ +1 WIFE @I1444@ +<< +[0136] FAM rkey: F572 offs: 0x00002b9e lens: 0x00000067 +0x00003b9e-0x00003c04: +>>0 @F572@ FAM +1 HUSB @I1344@ +1 WIFE @I1345@ +1 CHIL @I1346@ +1 CHIL @I2280@ +1 CHIL @I1024@ +1 CHIL @I2281@ +<< +[0137] FAM rkey: F573 offs: 0x00002c05 lens: 0x0000002b +0x00003c05-0x00003c2f: +>>0 @F573@ FAM +1 HUSB @I2273@ +1 WIFE @I1025@ +<< +[0138] FAM rkey: F574 offs: 0x00002c30 lens: 0x0000002b +0x00003c30-0x00003c5a: +>>0 @F574@ FAM +1 HUSB @I1026@ +1 WIFE @I1025@ +<< +[0139] FAM rkey: F575 offs: 0x00002c5b lens: 0x0000003a +0x00003c5b-0x00003c94: +>>0 @F575@ FAM +1 HUSB @I1602@ +1 WIFE @I1603@ +1 CHIL @I1026@ +<< +[0140] FAM rkey: F576 offs: 0x00002c95 lens: 0x00000085 +0x00003c95-0x00003d19: +>>0 @F576@ FAM +1 HUSB @I1030@ +1 WIFE @I1038@ +1 CHIL @I1039@ +1 CHIL @I1040@ +1 CHIL @I1041@ +1 CHIL @I1042@ +1 CHIL @I1043@ +1 CHIL @I1044@ +<< +[0141] FAM rkey: F577 offs: 0x00002d1a lens: 0x0000006b +0x00003d1a-0x00003d84: +>>0 @F577@ FAM +1 HUSB @I1031@ +1 WIFE @I1037@ +1 MARR +2 DATE 1946 +1 CHIL @I2706@ +1 CHIL @I2707@ +1 CHIL @I2708@ +<< +[0142] FAM rkey: F578 offs: 0x00002d85 lens: 0x0000005c +0x00003d85-0x00003de0: +>>0 @F578@ FAM +1 HUSB @I1033@ +1 WIFE @I1032@ +1 MARR +2 DATE 1963 +1 CHIL @I2711@ +1 CHIL @I2712@ +<< +[0143] FAM rkey: F579 offs: 0x00002de1 lens: 0x0000003e +0x00003de1-0x00003e1e: +>>0 @F579@ FAM +1 HUSB @I1034@ +1 WIFE @I1036@ +1 MARR +2 DATE 1960 +<< +[0144] FAM rkey: F580 offs: 0x00002e1f lens: 0x0000002b +0x00003e1f-0x00003e49: +>>0 @F580@ FAM +1 HUSB @I1045@ +1 WIFE @I1039@ +<< +[0145] FAM rkey: F581 offs: 0x00002e4a lens: 0x00000049 +0x00003e4a-0x00003e92: +>>0 @F581@ FAM +1 HUSB @I1040@ +1 WIFE @I1046@ +1 CHIL @I1047@ +1 CHIL @I1048@ +<< +[0146] FAM rkey: F582 offs: 0x00002e93 lens: 0x00000059 +0x00003e93-0x00003eeb: +>>0 @F582@ FAM +1 HUSB @I1041@ +1 WIFE @I1049@ +1 DIV N +1 MARR +2 DATE SEP 1988 +1 CHIL @I1050@ +<< +[0147] FAM rkey: F583 offs: 0x00002eec lens: 0x0000002b +0x00003eec-0x00003f16: +>>0 @F583@ FAM +1 HUSB @I1051@ +1 WIFE @I1043@ +<< +[0148] FAM rkey: F584 offs: 0x00002f17 lens: 0x00000033 +0x00003f17-0x00003f49: +>>0 @F584@ FAM +1 HUSB @I1070@ +1 WIFE @I1074@ +1 DIV Y +<< +[0149] FAM rkey: F585 offs: 0x00002f4a lens: 0x00000049 +0x00003f4a-0x00003f92: +>>0 @F585@ FAM +1 HUSB @I1070@ +1 WIFE @I1075@ +1 CHIL @I1076@ +1 CHIL @I1077@ +<< +[0150] FAM rkey: F586 offs: 0x00002f93 lens: 0x00000058 +0x00003f93-0x00003fea: +>>0 @F586@ FAM +1 HUSB @I1070@ +1 WIFE @I1078@ +1 CHIL @I1079@ +1 CHIL @I1080@ +1 CHIL @I1081@ +<< +[0151] FAM rkey: F587 offs: 0x00002feb lens: 0x00000076 +0x00003feb-0x00004060: +>>0 @F587@ FAM +1 HUSB @I1073@ +1 WIFE @I1084@ +1 CHIL @I1085@ +1 CHIL @I1086@ +1 CHIL @I1087@ +1 CHIL @I1088@ +1 CHIL @I1089@ +<< +[0152] FAM rkey: F588 offs: 0x00003061 lens: 0x0000003a +0x00004061-0x0000409a: +>>0 @F588@ FAM +1 HUSB @I1086@ +1 WIFE @I1079@ +1 CHIL @I1090@ +<< +[0153] FAM rkey: F589 offs: 0x0000309b lens: 0x0000002b +0x0000409b-0x000040c5: +>>0 @F589@ FAM +1 HUSB @I1080@ +1 WIFE @I1082@ +<< +[0154] FAM rkey: F590 offs: 0x000030c6 lens: 0x0000002b +0x000040c6-0x000040f0: +>>0 @F590@ FAM +1 HUSB @I1083@ +1 WIFE @I1081@ +<< +[0155] FAM rkey: F591 offs: 0x000030f1 lens: 0x00000049 +0x000040f1-0x00004139: +>>0 @F591@ FAM +1 HUSB @I1090@ +1 WIFE @I1091@ +1 CHIL @I1092@ +1 CHIL @I1093@ +<< +[0156] FAM rkey: F592 offs: 0x0000313a lens: 0x0000002b +0x0000413a-0x00004164: +>>0 @F592@ FAM +1 HUSB @I1090@ +1 WIFE @I1095@ +<< +[0157] FAM rkey: F593 offs: 0x00003165 lens: 0x0000002b +0x00004165-0x0000418f: +>>0 @F593@ FAM +1 HUSB @I1094@ +1 WIFE @I1092@ +<< +[0158] FAM rkey: F594 offs: 0x00003190 lens: 0x00000085 +0x00004190-0x00004214: +>>0 @F594@ FAM +1 HUSB @I1104@ +1 WIFE @I1105@ +1 CHIL @I1099@ +1 CHIL @I1106@ +1 CHIL @I1107@ +1 CHIL @I1108@ +1 CHIL @I1109@ +1 CHIL @I1110@ +<< +[0159] FAM rkey: F595 offs: 0x00003215 lens: 0x0000003e +0x00004215-0x00004252: +>>0 @F595@ FAM +1 HUSB @I1102@ +1 WIFE @I1103@ +1 MARR +2 DATE 1894 +<< +[0160] FAM rkey: F596 offs: 0x00003253 lens: 0x00000089 +0x00004253-0x000042db: +>>0 @F596@ FAM +1 HUSB @I1114@ +1 WIFE @I1110@ +1 MARR +2 DATE 1867 +1 CHIL @I1115@ +1 CHIL @I1116@ +1 CHIL @I1117@ +1 CHIL @I1103@ +1 CHIL @I1118@ +<< +[0161] FAM rkey: F597 offs: 0x000032dc lens: 0x0000002b +0x000042dc-0x00004306: +>>0 @F597@ FAM +1 HUSB @I1111@ +1 WIFE @I1106@ +<< +[0162] FAM rkey: F598 offs: 0x00003307 lens: 0x0000005c +0x00004307-0x00004362: +>>0 @F598@ FAM +1 HUSB @I1107@ +1 WIFE @I1112@ +1 MARR +2 DATE 15 NOV 1869 +2 PLAC Neuwied,Germany +<< +[0163] FAM rkey: F599 offs: 0x00003363 lens: 0x0000002b +0x00004363-0x0000438d: +>>0 @F599@ FAM +1 HUSB @I1109@ +1 WIFE @I1113@ +<< +[0164] FAM rkey: F600 offs: 0x0000338e lens: 0x0000003e +0x0000438e-0x000043cb: +>>0 @F600@ FAM +1 HUSB @I2900@ +1 WIFE @I1116@ +1 MARR +2 DATE 1896 +<< +[0165] FAM rkey: F601 offs: 0x000033cc lens: 0x0000003e +0x000043cc-0x00004409: +>>0 @F601@ FAM +1 HUSB @I1122@ +1 WIFE @I1121@ +1 MARR +2 DATE 1930 +<< +[0166] FAM rkey: F602 offs: 0x0000340a lens: 0x0000003e +0x0000440a-0x00004447: +>>0 @F602@ FAM +1 HUSB @I1125@ +1 WIFE @I1123@ +1 MARR +2 DATE 1953 +<< +[0167] FAM rkey: F603 offs: 0x00003448 lens: 0x0000006b +0x00004448-0x000044b2: +>>0 @F603@ FAM +1 HUSB @I1124@ +1 WIFE @I1127@ +1 MARR +2 DATE 1959 +1 CHIL @I1128@ +1 CHIL @I1129@ +1 CHIL @I1130@ +<< + +0x000044b3: EOF (0x000044b3) GOOD + +BLOCK - DIRECTORY ab/af +0x00000000:ix_self: 0x00010005 (ab/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 193 +0x0000000e:ix_rkey[0000]: ' F604' +0x00000016:ix_rkey[0001]: ' F605' +0x0000001e:ix_rkey[0002]: ' F606' +0x00000026:ix_rkey[0003]: ' F607' +0x0000002e:ix_rkey[0004]: ' F608' +0x00000036:ix_rkey[0005]: ' F609' +0x0000003e:ix_rkey[0006]: ' F610' +0x00000046:ix_rkey[0007]: ' F611' +0x0000004e:ix_rkey[0008]: ' F612' +0x00000056:ix_rkey[0009]: ' F613' +0x0000005e:ix_rkey[0010]: ' F614' +0x00000066:ix_rkey[0011]: ' F615' +0x0000006e:ix_rkey[0012]: ' F616' +0x00000076:ix_rkey[0013]: ' F617' +0x0000007e:ix_rkey[0014]: ' F618' +0x00000086:ix_rkey[0015]: ' F619' +0x0000008e:ix_rkey[0016]: ' F620' +0x00000096:ix_rkey[0017]: ' F621' +0x0000009e:ix_rkey[0018]: ' F622' +0x000000a6:ix_rkey[0019]: ' F623' +0x000000ae:ix_rkey[0020]: ' F624' +0x000000b6:ix_rkey[0021]: ' F625' +0x000000be:ix_rkey[0022]: ' F626' +0x000000c6:ix_rkey[0023]: ' F627' +0x000000ce:ix_rkey[0024]: ' F628' +0x000000d6:ix_rkey[0025]: ' F629' +0x000000de:ix_rkey[0026]: ' F630' +0x000000e6:ix_rkey[0027]: ' F631' +0x000000ee:ix_rkey[0028]: ' F632' +0x000000f6:ix_rkey[0029]: ' F633' +0x000000fe:ix_rkey[0030]: ' F634' +0x00000106:ix_rkey[0031]: ' F635' +0x0000010e:ix_rkey[0032]: ' F636' +0x00000116:ix_rkey[0033]: ' F637' +0x0000011e:ix_rkey[0034]: ' F638' +0x00000126:ix_rkey[0035]: ' F639' +0x0000012e:ix_rkey[0036]: ' F640' +0x00000136:ix_rkey[0037]: ' F641' +0x0000013e:ix_rkey[0038]: ' F642' +0x00000146:ix_rkey[0039]: ' F643' +0x0000014e:ix_rkey[0040]: ' F644' +0x00000156:ix_rkey[0041]: ' F645' +0x0000015e:ix_rkey[0042]: ' F646' +0x00000166:ix_rkey[0043]: ' F647' +0x0000016e:ix_rkey[0044]: ' F648' +0x00000176:ix_rkey[0045]: ' F649' +0x0000017e:ix_rkey[0046]: ' F650' +0x00000186:ix_rkey[0047]: ' F651' +0x0000018e:ix_rkey[0048]: ' F652' +0x00000196:ix_rkey[0049]: ' F653' +0x0000019e:ix_rkey[0050]: ' F654' +0x000001a6:ix_rkey[0051]: ' F655' +0x000001ae:ix_rkey[0052]: ' F656' +0x000001b6:ix_rkey[0053]: ' F657' +0x000001be:ix_rkey[0054]: ' F658' +0x000001c6:ix_rkey[0055]: ' F659' +0x000001ce:ix_rkey[0056]: ' F660' +0x000001d6:ix_rkey[0057]: ' F661' +0x000001de:ix_rkey[0058]: ' F662' +0x000001e6:ix_rkey[0059]: ' F663' +0x000001ee:ix_rkey[0060]: ' F664' +0x000001f6:ix_rkey[0061]: ' F665' +0x000001fe:ix_rkey[0062]: ' F666' +0x00000206:ix_rkey[0063]: ' F667' +0x0000020e:ix_rkey[0064]: ' F668' +0x00000216:ix_rkey[0065]: ' F669' +0x0000021e:ix_rkey[0066]: ' F670' +0x00000226:ix_rkey[0067]: ' F671' +0x0000022e:ix_rkey[0068]: ' F672' +0x00000236:ix_rkey[0069]: ' F673' +0x0000023e:ix_rkey[0070]: ' F674' +0x00000246:ix_rkey[0071]: ' F675' +0x0000024e:ix_rkey[0072]: ' F676' +0x00000256:ix_rkey[0073]: ' F677' +0x0000025e:ix_rkey[0074]: ' F678' +0x00000266:ix_rkey[0075]: ' F679' +0x0000026e:ix_rkey[0076]: ' F680' +0x00000276:ix_rkey[0077]: ' F681' +0x0000027e:ix_rkey[0078]: ' F682' +0x00000286:ix_rkey[0079]: ' F683' +0x0000028e:ix_rkey[0080]: ' F684' +0x00000296:ix_rkey[0081]: ' F685' +0x0000029e:ix_rkey[0082]: ' F686' +0x000002a6:ix_rkey[0083]: ' F687' +0x000002ae:ix_rkey[0084]: ' F688' +0x000002b6:ix_rkey[0085]: ' F689' +0x000002be:ix_rkey[0086]: ' F690' +0x000002c6:ix_rkey[0087]: ' F691' +0x000002ce:ix_rkey[0088]: ' F692' +0x000002d6:ix_rkey[0089]: ' F693' +0x000002de:ix_rkey[0090]: ' F694' +0x000002e6:ix_rkey[0091]: ' F695' +0x000002ee:ix_rkey[0092]: ' F696' +0x000002f6:ix_rkey[0093]: ' F697' +0x000002fe:ix_rkey[0094]: ' F698' +0x00000306:ix_rkey[0095]: ' F699' +0x0000030e:ix_rkey[0096]: ' F700' +0x00000316:ix_rkey[0097]: ' F701' +0x0000031e:ix_rkey[0098]: ' F702' +0x00000326:ix_rkey[0099]: ' F703' +0x0000032e:ix_rkey[0100]: ' F704' +0x00000336:ix_rkey[0101]: ' F705' +0x0000033e:ix_rkey[0102]: ' F706' +0x00000346:ix_rkey[0103]: ' F707' +0x0000034e:ix_rkey[0104]: ' F708' +0x00000356:ix_rkey[0105]: ' F709' +0x0000035e:ix_rkey[0106]: ' F710' +0x00000366:ix_rkey[0107]: ' F711' +0x0000036e:ix_rkey[0108]: ' F712' +0x00000376:ix_rkey[0109]: ' F713' +0x0000037e:ix_rkey[0110]: ' F714' +0x00000386:ix_rkey[0111]: ' F715' +0x0000038e:ix_rkey[0112]: ' F716' +0x00000396:ix_rkey[0113]: ' F717' +0x0000039e:ix_rkey[0114]: ' F718' +0x000003a6:ix_rkey[0115]: ' F719' +0x000003ae:ix_rkey[0116]: ' F720' +0x000003b6:ix_rkey[0117]: ' F721' +0x000003be:ix_rkey[0118]: ' F722' +0x000003c6:ix_rkey[0119]: ' F723' +0x000003ce:ix_rkey[0120]: ' F724' +0x000003d6:ix_rkey[0121]: ' F725' +0x000003de:ix_rkey[0122]: ' F726' +0x000003e6:ix_rkey[0123]: ' F727' +0x000003ee:ix_rkey[0124]: ' F728' +0x000003f6:ix_rkey[0125]: ' F729' +0x000003fe:ix_rkey[0126]: ' F730' +0x00000406:ix_rkey[0127]: ' F731' +0x0000040e:ix_rkey[0128]: ' F732' +0x00000416:ix_rkey[0129]: ' F733' +0x0000041e:ix_rkey[0130]: ' F734' +0x00000426:ix_rkey[0131]: ' F735' +0x0000042e:ix_rkey[0132]: ' F736' +0x00000436:ix_rkey[0133]: ' F737' +0x0000043e:ix_rkey[0134]: ' F738' +0x00000446:ix_rkey[0135]: ' F739' +0x0000044e:ix_rkey[0136]: ' F740' +0x00000456:ix_rkey[0137]: ' F741' +0x0000045e:ix_rkey[0138]: ' F742' +0x00000466:ix_rkey[0139]: ' F743' +0x0000046e:ix_rkey[0140]: ' F744' +0x00000476:ix_rkey[0141]: ' F745' +0x0000047e:ix_rkey[0142]: ' F746' +0x00000486:ix_rkey[0143]: ' F747' +0x0000048e:ix_rkey[0144]: ' F748' +0x00000496:ix_rkey[0145]: ' F749' +0x0000049e:ix_rkey[0146]: ' F750' +0x000004a6:ix_rkey[0147]: ' F751' +0x000004ae:ix_rkey[0148]: ' F752' +0x000004b6:ix_rkey[0149]: ' F753' +0x000004be:ix_rkey[0150]: ' F754' +0x000004c6:ix_rkey[0151]: ' F755' +0x000004ce:ix_rkey[0152]: ' F756' +0x000004d6:ix_rkey[0153]: ' F757' +0x000004de:ix_rkey[0154]: ' F758' +0x000004e6:ix_rkey[0155]: ' F759' +0x000004ee:ix_rkey[0156]: ' F760' +0x000004f6:ix_rkey[0157]: ' F761' +0x000004fe:ix_rkey[0158]: ' F762' +0x00000506:ix_rkey[0159]: ' F763' +0x0000050e:ix_rkey[0160]: ' F764' +0x00000516:ix_rkey[0161]: ' F765' +0x0000051e:ix_rkey[0162]: ' F766' +0x00000526:ix_rkey[0163]: ' F767' +0x0000052e:ix_rkey[0164]: ' F768' +0x00000536:ix_rkey[0165]: ' F769' +0x0000053e:ix_rkey[0166]: ' F770' +0x00000546:ix_rkey[0167]: ' F771' +0x0000054e:ix_rkey[0168]: ' F772' +0x00000556:ix_rkey[0169]: ' F773' +0x0000055e:ix_rkey[0170]: ' F774' +0x00000566:ix_rkey[0171]: ' F775' +0x0000056e:ix_rkey[0172]: ' F776' +0x00000576:ix_rkey[0173]: ' F777' +0x0000057e:ix_rkey[0174]: ' F778' +0x00000586:ix_rkey[0175]: ' F779' +0x0000058e:ix_rkey[0176]: ' F780' +0x00000596:ix_rkey[0177]: ' F781' +0x0000059e:ix_rkey[0178]: ' F782' +0x000005a6:ix_rkey[0179]: ' F783' +0x000005ae:ix_rkey[0180]: ' F784' +0x000005b6:ix_rkey[0181]: ' F785' +0x000005be:ix_rkey[0182]: ' F786' +0x000005c6:ix_rkey[0183]: ' F787' +0x000005ce:ix_rkey[0184]: ' F788' +0x000005d6:ix_rkey[0185]: ' F789' +0x000005de:ix_rkey[0186]: ' F790' +0x000005e6:ix_rkey[0187]: ' F791' +0x000005ee:ix_rkey[0188]: ' F792' +0x000005f6:ix_rkey[0189]: ' F793' +0x000005fe:ix_rkey[0190]: ' F794' +0x00000606:ix_rkey[0191]: ' F795' +0x0000060e:ix_rkey[0192]: ' F796' + +deleted/unused entries +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000002b +0x0000080c:ix_offs[0001]: 0x0000002b 0x00000c08:ix_lens[0001]: 0x00000033 +0x00000810:ix_offs[0002]: 0x0000005e 0x00000c0c:ix_lens[0002]: 0x00000071 +0x00000814:ix_offs[0003]: 0x000000cf 0x00000c10:ix_lens[0003]: 0x0000005e +0x00000818:ix_offs[0004]: 0x0000012d 0x00000c14:ix_lens[0004]: 0x000000a3 +0x0000081c:ix_offs[0005]: 0x000001d0 0x00000c18:ix_lens[0005]: 0x0000003e +0x00000820:ix_offs[0006]: 0x0000020e 0x00000c1c:ix_lens[0006]: 0x0000006b +0x00000824:ix_offs[0007]: 0x00000279 0x00000c20:ix_lens[0007]: 0x0000003e +0x00000828:ix_offs[0008]: 0x000002b7 0x00000c24:ix_lens[0008]: 0x0000002b +0x0000082c:ix_offs[0009]: 0x000002e2 0x00000c28:ix_lens[0009]: 0x00000046 +0x00000830:ix_offs[0010]: 0x00000328 0x00000c2c:ix_lens[0010]: 0x0000003e +0x00000834:ix_offs[0011]: 0x00000366 0x00000c30:ix_lens[0011]: 0x0000003e +0x00000838:ix_offs[0012]: 0x000003a4 0x00000c34:ix_lens[0012]: 0x0000003a +0x0000083c:ix_offs[0013]: 0x000003de 0x00000c38:ix_lens[0013]: 0x0000003a +0x00000840:ix_offs[0014]: 0x00000418 0x00000c3c:ix_lens[0014]: 0x00000061 +0x00000844:ix_offs[0015]: 0x00000479 0x00000c40:ix_lens[0015]: 0x0000002b +0x00000848:ix_offs[0016]: 0x000004a4 0x00000c44:ix_lens[0016]: 0x000000c2 +0x0000084c:ix_offs[0017]: 0x00000566 0x00000c48:ix_lens[0017]: 0x00000072 +0x00000850:ix_offs[0018]: 0x000005d8 0x00000c4c:ix_lens[0018]: 0x00000049 +0x00000854:ix_offs[0019]: 0x00000621 0x00000c50:ix_lens[0019]: 0x00000081 +0x00000858:ix_offs[0020]: 0x000006a2 0x00000c54:ix_lens[0020]: 0x0000006f +0x0000085c:ix_offs[0021]: 0x00000711 0x00000c58:ix_lens[0021]: 0x0000002b +0x00000860:ix_offs[0022]: 0x0000073c 0x00000c5c:ix_lens[0022]: 0x0000003e +0x00000864:ix_offs[0023]: 0x0000077a 0x00000c60:ix_lens[0023]: 0x00000053 +0x00000868:ix_offs[0024]: 0x000007cd 0x00000c64:ix_lens[0024]: 0x00000057 +0x0000086c:ix_offs[0025]: 0x00000824 0x00000c68:ix_lens[0025]: 0x0000003e +0x00000870:ix_offs[0026]: 0x00000862 0x00000c6c:ix_lens[0026]: 0x00000045 +0x00000874:ix_offs[0027]: 0x000008a7 0x00000c70:ix_lens[0027]: 0x0000005b +0x00000878:ix_offs[0028]: 0x00000902 0x00000c74:ix_lens[0028]: 0x00000051 +0x0000087c:ix_offs[0029]: 0x00000953 0x00000c78:ix_lens[0029]: 0x0000010d +0x00000880:ix_offs[0030]: 0x00000a60 0x00000c7c:ix_lens[0030]: 0x0000002b +0x00000884:ix_offs[0031]: 0x00000a8b 0x00000c80:ix_lens[0031]: 0x0000007a +0x00000888:ix_offs[0032]: 0x00000b05 0x00000c84:ix_lens[0032]: 0x0000005c +0x0000088c:ix_offs[0033]: 0x00000b61 0x00000c88:ix_lens[0033]: 0x00000079 +0x00000890:ix_offs[0034]: 0x00000bda 0x00000c8c:ix_lens[0034]: 0x00000058 +0x00000894:ix_offs[0035]: 0x00000c32 0x00000c90:ix_lens[0035]: 0x00000062 +0x00000898:ix_offs[0036]: 0x00000c94 0x00000c94:ix_lens[0036]: 0x00000090 +0x0000089c:ix_offs[0037]: 0x00000d24 0x00000c98:ix_lens[0037]: 0x00000049 +0x000008a0:ix_offs[0038]: 0x00000d6d 0x00000c9c:ix_lens[0038]: 0x0000004f +0x000008a4:ix_offs[0039]: 0x00000dbc 0x00000ca0:ix_lens[0039]: 0x00000054 +0x000008a8:ix_offs[0040]: 0x00000e10 0x00000ca4:ix_lens[0040]: 0x0000007a +0x000008ac:ix_offs[0041]: 0x00000e8a 0x00000ca8:ix_lens[0041]: 0x0000003a +0x000008b0:ix_offs[0042]: 0x00000ec4 0x00000cac:ix_lens[0042]: 0x0000004d +0x000008b4:ix_offs[0043]: 0x00000f11 0x00000cb0:ix_lens[0043]: 0x0000004d +0x000008b8:ix_offs[0044]: 0x00000f5e 0x00000cb4:ix_lens[0044]: 0x0000003e +0x000008bc:ix_offs[0045]: 0x00000f9c 0x00000cb8:ix_lens[0045]: 0x0000003e +0x000008c0:ix_offs[0046]: 0x00000fda 0x00000cbc:ix_lens[0046]: 0x0000003e +0x000008c4:ix_offs[0047]: 0x00001018 0x00000cc0:ix_lens[0047]: 0x00000059 +0x000008c8:ix_offs[0048]: 0x00001071 0x00000cc4:ix_lens[0048]: 0x00000045 +0x000008cc:ix_offs[0049]: 0x000010b6 0x00000cc8:ix_lens[0049]: 0x00000072 +0x000008d0:ix_offs[0050]: 0x00001128 0x00000ccc:ix_lens[0050]: 0x00000049 +0x000008d4:ix_offs[0051]: 0x00001171 0x00000cd0:ix_lens[0051]: 0x0000002b +0x000008d8:ix_offs[0052]: 0x0000119c 0x00000cd4:ix_lens[0052]: 0x00000067 +0x000008dc:ix_offs[0053]: 0x00001203 0x00000cd8:ix_lens[0053]: 0x0000003a +0x000008e0:ix_offs[0054]: 0x0000123d 0x00000cdc:ix_lens[0054]: 0x0000003a +0x000008e4:ix_offs[0055]: 0x00001277 0x00000ce0:ix_lens[0055]: 0x0000002b +0x000008e8:ix_offs[0056]: 0x000012a2 0x00000ce4:ix_lens[0056]: 0x0000002b +0x000008ec:ix_offs[0057]: 0x000012cd 0x00000ce8:ix_lens[0057]: 0x00000053 +0x000008f0:ix_offs[0058]: 0x00001320 0x00000cec:ix_lens[0058]: 0x0000005d +0x000008f4:ix_offs[0059]: 0x0000137d 0x00000cf0:ix_lens[0059]: 0x000000e7 +0x000008f8:ix_offs[0060]: 0x00001464 0x00000cf4:ix_lens[0060]: 0x0000008e +0x000008fc:ix_offs[0061]: 0x000014f2 0x00000cf8:ix_lens[0061]: 0x0000003a +0x00000900:ix_offs[0062]: 0x0000152c 0x00000cfc:ix_lens[0062]: 0x0000006d +0x00000904:ix_offs[0063]: 0x00001599 0x00000d00:ix_lens[0063]: 0x00000042 +0x00000908:ix_offs[0064]: 0x000015db 0x00000d04:ix_lens[0064]: 0x0000006c +0x0000090c:ix_offs[0065]: 0x00001647 0x00000d08:ix_lens[0065]: 0x00000054 +0x00000910:ix_offs[0066]: 0x0000169b 0x00000d0c:ix_lens[0066]: 0x00000058 +0x00000914:ix_offs[0067]: 0x000016f3 0x00000d10:ix_lens[0067]: 0x0000005c +0x00000918:ix_offs[0068]: 0x0000174f 0x00000d14:ix_lens[0068]: 0x00000054 +0x0000091c:ix_offs[0069]: 0x000017a3 0x00000d18:ix_lens[0069]: 0x00000045 +0x00000920:ix_offs[0070]: 0x000017e8 0x00000d1c:ix_lens[0070]: 0x00000051 +0x00000924:ix_offs[0071]: 0x00001839 0x00000d20:ix_lens[0071]: 0x000000a0 +0x00000928:ix_offs[0072]: 0x000018d9 0x00000d24:ix_lens[0072]: 0x0000002b +0x0000092c:ix_offs[0073]: 0x00001904 0x00000d28:ix_lens[0073]: 0x00000060 +0x00000930:ix_offs[0074]: 0x00001964 0x00000d2c:ix_lens[0074]: 0x00000055 +0x00000934:ix_offs[0075]: 0x000019b9 0x00000d30:ix_lens[0075]: 0x0000006c +0x00000938:ix_offs[0076]: 0x00001a25 0x00000d34:ix_lens[0076]: 0x0000007b +0x0000093c:ix_offs[0077]: 0x00001aa0 0x00000d38:ix_lens[0077]: 0x0000002b +0x00000940:ix_offs[0078]: 0x00001acb 0x00000d3c:ix_lens[0078]: 0x0000004d +0x00000944:ix_offs[0079]: 0x00001b18 0x00000d40:ix_lens[0079]: 0x0000004d +0x00000948:ix_offs[0080]: 0x00001b65 0x00000d44:ix_lens[0080]: 0x0000003a +0x0000094c:ix_offs[0081]: 0x00001b9f 0x00000d48:ix_lens[0081]: 0x0000003a +0x00000950:ix_offs[0082]: 0x00001bd9 0x00000d4c:ix_lens[0082]: 0x0000004d +0x00000954:ix_offs[0083]: 0x00001c26 0x00000d50:ix_lens[0083]: 0x00000054 +0x00000958:ix_offs[0084]: 0x00001c7a 0x00000d54:ix_lens[0084]: 0x0000005c +0x0000095c:ix_offs[0085]: 0x00001cd6 0x00000d58:ix_lens[0085]: 0x00000042 +0x00000960:ix_offs[0086]: 0x00001d18 0x00000d5c:ix_lens[0086]: 0x0000003a +0x00000964:ix_offs[0087]: 0x00001d52 0x00000d60:ix_lens[0087]: 0x0000004d +0x00000968:ix_offs[0088]: 0x00001d9f 0x00000d64:ix_lens[0088]: 0x00000072 +0x0000096c:ix_offs[0089]: 0x00001e11 0x00000d68:ix_lens[0089]: 0x0000003a +0x00000970:ix_offs[0090]: 0x00001e4b 0x00000d6c:ix_lens[0090]: 0x0000003a +0x00000974:ix_offs[0091]: 0x00001e85 0x00000d70:ix_lens[0091]: 0x0000003a +0x00000978:ix_offs[0092]: 0x00001ebf 0x00000d74:ix_lens[0092]: 0x0000003a +0x0000097c:ix_offs[0093]: 0x00001ef9 0x00000d78:ix_lens[0093]: 0x00000049 +0x00000980:ix_offs[0094]: 0x00001f42 0x00000d7c:ix_lens[0094]: 0x0000003a +0x00000984:ix_offs[0095]: 0x00001f7c 0x00000d80:ix_lens[0095]: 0x0000003a +0x00000988:ix_offs[0096]: 0x00001fb6 0x00000d84:ix_lens[0096]: 0x0000002b +0x0000098c:ix_offs[0097]: 0x00001fe1 0x00000d88:ix_lens[0097]: 0x0000002b +0x00000990:ix_offs[0098]: 0x0000200c 0x00000d8c:ix_lens[0098]: 0x0000002b +0x00000994:ix_offs[0099]: 0x00002037 0x00000d90:ix_lens[0099]: 0x00000076 +0x00000998:ix_offs[0100]: 0x000020ad 0x00000d94:ix_lens[0100]: 0x0000001c +0x0000099c:ix_offs[0101]: 0x000020c9 0x00000d98:ix_lens[0101]: 0x0000002b +0x000009a0:ix_offs[0102]: 0x000020f4 0x00000d9c:ix_lens[0102]: 0x000000a3 +0x000009a4:ix_offs[0103]: 0x00002197 0x00000da0:ix_lens[0103]: 0x0000002b +0x000009a8:ix_offs[0104]: 0x000021c2 0x00000da4:ix_lens[0104]: 0x0000002b +0x000009ac:ix_offs[0105]: 0x000021ed 0x00000da8:ix_lens[0105]: 0x00000070 +0x000009b0:ix_offs[0106]: 0x0000225d 0x00000dac:ix_lens[0106]: 0x0000005e +0x000009b4:ix_offs[0107]: 0x000022bb 0x00000db0:ix_lens[0107]: 0x0000002b +0x000009b8:ix_offs[0108]: 0x000022e6 0x00000db4:ix_lens[0108]: 0x00000067 +0x000009bc:ix_offs[0109]: 0x0000234d 0x00000db8:ix_lens[0109]: 0x0000002b +0x000009c0:ix_offs[0110]: 0x00002378 0x00000dbc:ix_lens[0110]: 0x0000002b +0x000009c4:ix_offs[0111]: 0x000023a3 0x00000dc0:ix_lens[0111]: 0x0000002b +0x000009c8:ix_offs[0112]: 0x000023ce 0x00000dc4:ix_lens[0112]: 0x0000002b +0x000009cc:ix_offs[0113]: 0x000023f9 0x00000dc8:ix_lens[0113]: 0x0000002b +0x000009d0:ix_offs[0114]: 0x00002424 0x00000dcc:ix_lens[0114]: 0x0000002b +0x000009d4:ix_offs[0115]: 0x0000244f 0x00000dd0:ix_lens[0115]: 0x0000002b +0x000009d8:ix_offs[0116]: 0x0000247a 0x00000dd4:ix_lens[0116]: 0x0000002b +0x000009dc:ix_offs[0117]: 0x000024a5 0x00000dd8:ix_lens[0117]: 0x00000055 +0x000009e0:ix_offs[0118]: 0x000024fa 0x00000ddc:ix_lens[0118]: 0x0000002b +0x000009e4:ix_offs[0119]: 0x00002525 0x00000de0:ix_lens[0119]: 0x000000d4 +0x000009e8:ix_offs[0120]: 0x000025f9 0x00000de4:ix_lens[0120]: 0x00000060 +0x000009ec:ix_offs[0121]: 0x00002659 0x00000de8:ix_lens[0121]: 0x0000002b +0x000009f0:ix_offs[0122]: 0x00002684 0x00000dec:ix_lens[0122]: 0x0000002b +0x000009f4:ix_offs[0123]: 0x000026af 0x00000df0:ix_lens[0123]: 0x0000002b +0x000009f8:ix_offs[0124]: 0x000026da 0x00000df4:ix_lens[0124]: 0x0000002b +0x000009fc:ix_offs[0125]: 0x00002705 0x00000df8:ix_lens[0125]: 0x0000008b +0x00000a00:ix_offs[0126]: 0x00002790 0x00000dfc:ix_lens[0126]: 0x00000063 +0x00000a04:ix_offs[0127]: 0x000027f3 0x00000e00:ix_lens[0127]: 0x0000002b +0x00000a08:ix_offs[0128]: 0x0000281e 0x00000e04:ix_lens[0128]: 0x0000004d +0x00000a0c:ix_offs[0129]: 0x0000286b 0x00000e08:ix_lens[0129]: 0x00000081 +0x00000a10:ix_offs[0130]: 0x000028ec 0x00000e0c:ix_lens[0130]: 0x0000002b +0x00000a14:ix_offs[0131]: 0x00002917 0x00000e10:ix_lens[0131]: 0x00000055 +0x00000a18:ix_offs[0132]: 0x0000296c 0x00000e14:ix_lens[0132]: 0x0000002b +0x00000a1c:ix_offs[0133]: 0x00002997 0x00000e18:ix_lens[0133]: 0x00000061 +0x00000a20:ix_offs[0134]: 0x000029f8 0x00000e1c:ix_lens[0134]: 0x0000002b +0x00000a24:ix_offs[0135]: 0x00002a23 0x00000e20:ix_lens[0135]: 0x00000060 +0x00000a28:ix_offs[0136]: 0x00002a83 0x00000e24:ix_lens[0136]: 0x0000005f +0x00000a2c:ix_offs[0137]: 0x00002ae2 0x00000e28:ix_lens[0137]: 0x0000005a +0x00000a30:ix_offs[0138]: 0x00002b3c 0x00000e2c:ix_lens[0138]: 0x0000004f +0x00000a34:ix_offs[0139]: 0x00002b8b 0x00000e30:ix_lens[0139]: 0x0000003a +0x00000a38:ix_offs[0140]: 0x00002bc5 0x00000e34:ix_lens[0140]: 0x000000d4 +0x00000a3c:ix_offs[0141]: 0x00002c99 0x00000e38:ix_lens[0141]: 0x0000002b +0x00000a40:ix_offs[0142]: 0x00002cc4 0x00000e3c:ix_lens[0142]: 0x0000003a +0x00000a44:ix_offs[0143]: 0x00002cfe 0x00000e40:ix_lens[0143]: 0x00000076 +0x00000a48:ix_offs[0144]: 0x00002d74 0x00000e44:ix_lens[0144]: 0x0000004a +0x00000a4c:ix_offs[0145]: 0x00002dbe 0x00000e48:ix_lens[0145]: 0x000000b7 +0x00000a50:ix_offs[0146]: 0x00002e75 0x00000e4c:ix_lens[0146]: 0x0000006d +0x00000a54:ix_offs[0147]: 0x00002ee2 0x00000e50:ix_lens[0147]: 0x00000076 +0x00000a58:ix_offs[0148]: 0x00002f58 0x00000e54:ix_lens[0148]: 0x0000002b +0x00000a5c:ix_offs[0149]: 0x00002f83 0x00000e58:ix_lens[0149]: 0x00000051 +0x00000a60:ix_offs[0150]: 0x00002fd4 0x00000e5c:ix_lens[0150]: 0x0000002b +0x00000a64:ix_offs[0151]: 0x00002fff 0x00000e60:ix_lens[0151]: 0x0000003e +0x00000a68:ix_offs[0152]: 0x0000303d 0x00000e64:ix_lens[0152]: 0x000000a4 +0x00000a6c:ix_offs[0153]: 0x000030e1 0x00000e68:ix_lens[0153]: 0x0000003a +0x00000a70:ix_offs[0154]: 0x0000311b 0x00000e6c:ix_lens[0154]: 0x00000049 +0x00000a74:ix_offs[0155]: 0x00003164 0x00000e70:ix_lens[0155]: 0x00000045 +0x00000a78:ix_offs[0156]: 0x000031a9 0x00000e74:ix_lens[0156]: 0x0000004d +0x00000a7c:ix_offs[0157]: 0x000031f6 0x00000e78:ix_lens[0157]: 0x0000002b +0x00000a80:ix_offs[0158]: 0x00003221 0x00000e7c:ix_lens[0158]: 0x0000009f +0x00000a84:ix_offs[0159]: 0x000032c0 0x00000e80:ix_lens[0159]: 0x00000072 +0x00000a88:ix_offs[0160]: 0x00003332 0x00000e84:ix_lens[0160]: 0x0000003a +0x00000a8c:ix_offs[0161]: 0x0000336c 0x00000e88:ix_lens[0161]: 0x0000006e +0x00000a90:ix_offs[0162]: 0x000033da 0x00000e8c:ix_lens[0162]: 0x00000052 +0x00000a94:ix_offs[0163]: 0x0000342c 0x00000e90:ix_lens[0163]: 0x0000002b +0x00000a98:ix_offs[0164]: 0x00003457 0x00000e94:ix_lens[0164]: 0x0000002b +0x00000a9c:ix_offs[0165]: 0x00003482 0x00000e98:ix_lens[0165]: 0x0000002b +0x00000aa0:ix_offs[0166]: 0x000034ad 0x00000e9c:ix_lens[0166]: 0x0000003a +0x00000aa4:ix_offs[0167]: 0x000034e7 0x00000ea0:ix_lens[0167]: 0x0000002b +0x00000aa8:ix_offs[0168]: 0x00003512 0x00000ea4:ix_lens[0168]: 0x0000009a +0x00000aac:ix_offs[0169]: 0x000035ac 0x00000ea8:ix_lens[0169]: 0x0000002b +0x00000ab0:ix_offs[0170]: 0x000035d7 0x00000eac:ix_lens[0170]: 0x0000003a +0x00000ab4:ix_offs[0171]: 0x00003611 0x00000eb0:ix_lens[0171]: 0x00000063 +0x00000ab8:ix_offs[0172]: 0x00003674 0x00000eb4:ix_lens[0172]: 0x00000049 +0x00000abc:ix_offs[0173]: 0x000036bd 0x00000eb8:ix_lens[0173]: 0x0000003a +0x00000ac0:ix_offs[0174]: 0x000036f7 0x00000ebc:ix_lens[0174]: 0x0000002b +0x00000ac4:ix_offs[0175]: 0x00003722 0x00000ec0:ix_lens[0175]: 0x0000002b +0x00000ac8:ix_offs[0176]: 0x0000374d 0x00000ec4:ix_lens[0176]: 0x00000067 +0x00000acc:ix_offs[0177]: 0x000037b4 0x00000ec8:ix_lens[0177]: 0x0000002b +0x00000ad0:ix_offs[0178]: 0x000037df 0x00000ecc:ix_lens[0178]: 0x0000002b +0x00000ad4:ix_offs[0179]: 0x0000380a 0x00000ed0:ix_lens[0179]: 0x0000002b +0x00000ad8:ix_offs[0180]: 0x00003835 0x00000ed4:ix_lens[0180]: 0x0000002b +0x00000adc:ix_offs[0181]: 0x00003860 0x00000ed8:ix_lens[0181]: 0x00000033 +0x00000ae0:ix_offs[0182]: 0x00003893 0x00000edc:ix_lens[0182]: 0x0000002b +0x00000ae4:ix_offs[0183]: 0x000038be 0x00000ee0:ix_lens[0183]: 0x00000085 +0x00000ae8:ix_offs[0184]: 0x00003943 0x00000ee4:ix_lens[0184]: 0x0000004d +0x00000aec:ix_offs[0185]: 0x00003990 0x00000ee8:ix_lens[0185]: 0x0000004d +0x00000af0:ix_offs[0186]: 0x000039dd 0x00000eec:ix_lens[0186]: 0x0000002b +0x00000af4:ix_offs[0187]: 0x00003a08 0x00000ef0:ix_lens[0187]: 0x0000004d +0x00000af8:ix_offs[0188]: 0x00003a55 0x00000ef4:ix_lens[0188]: 0x00000033 +0x00000afc:ix_offs[0189]: 0x00003a88 0x00000ef8:ix_lens[0189]: 0x0000002b +0x00000b00:ix_offs[0190]: 0x00003ab3 0x00000efc:ix_lens[0190]: 0x0000002b +0x00000b04:ix_offs[0191]: 0x00003ade 0x00000f00:ix_lens[0191]: 0x0000002b +0x00000b08:ix_offs[0192]: 0x00003b09 0x00000f04:ix_lens[0192]: 0x0000002b + +0x00000b0c-0x00000c03:ix_offs[0193-0254] default value 0x00000000 +0x00000f08-0x00000fff:ix_lens[0193-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F604 offs: 0x00000000 lens: 0x0000002b +0x00001000-0x0000102a: +>>0 @F604@ FAM +1 HUSB @I1131@ +1 WIFE @I1129@ +<< +[0001] FAM rkey: F605 offs: 0x0000002b lens: 0x00000033 +0x0000102b-0x0000105d: +>>0 @F605@ FAM +1 HUSB @I1136@ +1 WIFE @I1134@ +1 DIV Y +<< +[0002] FAM rkey: F606 offs: 0x0000005e lens: 0x00000071 +0x0000105e-0x000010ce: +>>0 @F606@ FAM +1 HUSB @I1143@ +1 WIFE @I1144@ +1 MARR +2 DATE 12 OCT 1842 +2 PLAC Munich +1 CHIL @I1145@ +1 CHIL @I1146@ +<< +[0003] FAM rkey: F607 offs: 0x000000cf lens: 0x0000005e +0x000010cf-0x0000112c: +>>0 @F607@ FAM +1 HUSB @I1148@ +1 WIFE @I1695@ +1 MARR +2 DATE 22 NOV 1836 +2 PLAC Oldenburg,Germany +<< +[0004] FAM rkey: F608 offs: 0x0000012d lens: 0x000000a3 +0x0000112d-0x000011cf: +>>0 @F608@ FAM +1 HUSB @I1193@ +1 WIFE @I1158@ +1 CHIL @I1194@ +1 CHIL @I1195@ +1 CHIL @I1196@ +1 CHIL @I1197@ +1 CHIL @I1198@ +1 CHIL @I1199@ +1 CHIL @I1200@ +1 CHIL @I1201@ +<< +[0005] FAM rkey: F609 offs: 0x000001d0 lens: 0x0000003e +0x000011d0-0x0000120d: +>>0 @F609@ FAM +1 HUSB @I1162@ +1 WIFE @I1605@ +1 MARR +2 DATE 1733 +<< +[0006] FAM rkey: F610 offs: 0x0000020e lens: 0x0000006b +0x0000120e-0x00001278: +>>0 @F610@ FAM +1 HUSB @I1438@ +1 WIFE @I1196@ +1 MARR +2 DATE 1854 +1 CHIL @I1439@ +1 CHIL @I1440@ +1 CHIL @I1441@ +<< +[0007] FAM rkey: F611 offs: 0x00000279 lens: 0x0000003e +0x00001279-0x000012b6: +>>0 @F611@ FAM +1 HUSB @I1442@ +1 WIFE @I1200@ +1 MARR +2 DATE 1868 +<< +[0008] FAM rkey: F612 offs: 0x000002b7 lens: 0x0000002b +0x000012b7-0x000012e1: +>>0 @F612@ FAM +1 HUSB @I2899@ +1 CHIL @I1202@ +<< +[0009] FAM rkey: F613 offs: 0x000002e2 lens: 0x00000046 +0x000012e2-0x00001327: +>>0 @F613@ FAM +1 HUSB @I1686@ +1 WIFE @I1204@ +1 DIV Y +1 MARR +2 DATE 1964 +<< +[0010] FAM rkey: F614 offs: 0x00000328 lens: 0x0000003e +0x00001328-0x00001365: +>>0 @F614@ FAM +1 HUSB @I1687@ +1 WIFE @I1205@ +1 MARR +2 DATE 1967 +<< +[0011] FAM rkey: F615 offs: 0x00000366 lens: 0x0000003e +0x00001366-0x000013a3: +>>0 @F615@ FAM +1 HUSB @I1688@ +1 WIFE @I1206@ +1 MARR +2 DATE 1975 +<< +[0012] FAM rkey: F616 offs: 0x000003a4 lens: 0x0000003a +0x000013a4-0x000013dd: +>>0 @F616@ FAM +1 HUSB @I1211@ +1 WIFE @I1212@ +1 CHIL @I1207@ +<< +[0013] FAM rkey: F617 offs: 0x000003de lens: 0x0000003a +0x000013de-0x00001417: +>>0 @F617@ FAM +1 HUSB @I2651@ +1 WIFE @I2652@ +1 CHIL @I1214@ +<< +[0014] FAM rkey: F618 offs: 0x00000418 lens: 0x00000061 +0x00001418-0x00001478: +>>0 @F618@ FAM +1 HUSB @I1219@ +1 WIFE @I1220@ +1 MARR +2 DATE 2 JUN 1420 +2 PLAC Troyes +1 CHIL @I1217@ +<< +[0015] FAM rkey: F619 offs: 0x00000479 lens: 0x0000002b +0x00001479-0x000014a3: +>>0 @F619@ FAM +1 HUSB @I2272@ +1 CHIL @I1218@ +<< +[0016] FAM rkey: F620 offs: 0x000004a4 lens: 0x000000c2 +0x000014a4-0x00001565: +>>0 @F620@ FAM +1 HUSB @I1221@ +1 WIFE @I1222@ +1 MARR +2 DATE 1380/1381 +2 PLAC Arundel Castle +1 CHIL @I1223@ +1 CHIL @I1219@ +1 CHIL @I1224@ +1 CHIL @I1225@ +1 CHIL @I1226@ +1 CHIL @I1227@ +1 CHIL @I1228@ +<< +[0017] FAM rkey: F621 offs: 0x00000566 lens: 0x00000072 +0x00001566-0x000015d7: +>>0 @F621@ FAM +1 HUSB @I2075@ +1 WIFE @I2074@ +1 MARR +2 DATE 17 JUL 1385 +1 CHIL @I1414@ +1 CHIL @I1220@ +1 CHIL @I2537@ +<< +[0018] FAM rkey: F622 offs: 0x000005d8 lens: 0x00000049 +0x000015d8-0x00001620: +>>0 @F622@ FAM +1 HUSB @I1352@ +1 WIFE @I1220@ +1 CHIL @I1353@ +1 CHIL @I1254@ +<< +[0019] FAM rkey: F623 offs: 0x00000621 lens: 0x00000081 +0x00001621-0x000016a1: +>>0 @F623@ FAM +1 HUSB @I1236@ +1 WIFE @I1243@ +1 MARR +2 DATE 13 MAY 1359 +2 PLAC Reading +1 CHIL @I1501@ +1 CHIL @I1502@ +1 CHIL @I1221@ +<< +[0020] FAM rkey: F624 offs: 0x000006a2 lens: 0x0000006f +0x000016a2-0x00001710: +>>0 @F624@ FAM +1 HUSB @I1221@ +1 WIFE @I1601@ +1 MARR +2 DATE 7 FEB 1403 +2 PLAC Winchester,Cathedral,London,England +<< +[0021] FAM rkey: F625 offs: 0x00000711 lens: 0x0000002b +0x00001711-0x0000173b: +>>0 @F625@ FAM +1 HUSB @I1332@ +1 CHIL @I1222@ +<< +[0022] FAM rkey: F626 offs: 0x0000073c lens: 0x0000003e +0x0000173c-0x00001779: +>>0 @F626@ FAM +1 HUSB @I1224@ +1 WIFE @I1595@ +1 MARR +2 DATE 1412 +<< +[0023] FAM rkey: F627 offs: 0x0000077a lens: 0x00000053 +0x0000177a-0x000017cc: +>>0 @F627@ FAM +1 HUSB @I1225@ +1 WIFE @I1596@ +1 MARR +2 DATE 17 APR 1423 +2 PLAC Troyes +<< +[0024] FAM rkey: F628 offs: 0x000007cd lens: 0x00000057 +0x000017cd-0x00001823: +>>0 @F628@ FAM +1 HUSB @I1225@ +1 WIFE @I1327@ +1 MARR +2 DATE 22 APR 1433 +2 PLAC Therouenne +<< +[0025] FAM rkey: F629 offs: 0x00000824 lens: 0x0000003e +0x00001824-0x00001861: +>>0 @F629@ FAM +1 HUSB @I1226@ +1 WIFE @I1597@ +1 MARR +2 DATE 1422 +<< +[0026] FAM rkey: F630 offs: 0x00000862 lens: 0x00000045 +0x00001862-0x000018a6: +>>0 @F630@ FAM +1 HUSB @I1226@ +1 WIFE @I1598@ +1 MARR +2 DATE BEF 1431 +<< +[0027] FAM rkey: F631 offs: 0x000008a7 lens: 0x0000005b +0x000018a7-0x00001901: +>>0 @F631@ FAM +1 HUSB @I1599@ +1 WIFE @I1227@ +1 MARR +2 DATE 6 JUL 1402 +2 PLAC Cologne,Germany +<< +[0028] FAM rkey: F632 offs: 0x00000902 lens: 0x00000051 +0x00001902-0x00001952: +>>0 @F632@ FAM +1 HUSB @I1600@ +1 WIFE @I1228@ +1 MARR +2 DATE 26 OCT 1406 +2 PLAC Lund +<< +[0029] FAM rkey: F633 offs: 0x00000953 lens: 0x0000010d +0x00001953-0x00001a5f: +>>0 @F633@ FAM +1 HUSB @I1229@ +1 WIFE @I1230@ +1 MARR +2 DATE 24 JAN 1328 +2 PLAC York Minster +1 CHIL @I1231@ +1 CHIL @I1232@ +1 CHIL @I1233@ +1 CHIL @I1234@ +1 CHIL @I1235@ +1 CHIL @I1236@ +1 CHIL @I1237@ +1 CHIL @I1238@ +1 CHIL @I1239@ +1 CHIL @I1240@ +1 CHIL @I1241@ +1 CHIL @I1242@ +<< +[0030] FAM rkey: F634 offs: 0x00000a60 lens: 0x0000002b +0x00001a60-0x00001a8a: +>>0 @F634@ FAM +1 HUSB @I2057@ +1 CHIL @I1230@ +<< +[0031] FAM rkey: F635 offs: 0x00000a8b lens: 0x0000007a +0x00001a8b-0x00001b04: +>>0 @F635@ FAM +1 HUSB @I1231@ +1 WIFE @I1410@ +1 MARR +2 DATE 10 OCT 1361 +2 PLAC Windsor,England +1 CHIL @I1411@ +1 CHIL @I1412@ +<< +[0032] FAM rkey: F636 offs: 0x00000b05 lens: 0x0000005c +0x00001b05-0x00001b60: +>>0 @F636@ FAM +1 HUSB @I1415@ +1 WIFE @I1232@ +1 MARR +2 DATE 27 JUL 1365 +2 PLAC Windsor,England +<< +[0033] FAM rkey: F637 offs: 0x00000b61 lens: 0x00000079 +0x00001b61-0x00001bd9: +>>0 @F637@ FAM +1 HUSB @I1235@ +1 WIFE @I1418@ +1 MARR +2 DATE 9 SEP 1342 +2 PLAC Tower of London,London,England +1 CHIL @I1348@ +<< +[0034] FAM rkey: F638 offs: 0x00000bda lens: 0x00000058 +0x00001bda-0x00001c31: +>>0 @F638@ FAM +1 HUSB @I1235@ +1 WIFE @I1347@ +1 MARR +2 DATE 28 MAY 1368 +2 PLAC Milan,Italy +<< +[0035] FAM rkey: F639 offs: 0x00000c32 lens: 0x00000062 +0x00001c32-0x00001c93: +>>0 @F639@ FAM +1 HUSB @I1236@ +1 WIFE @I1416@ +1 MARR +2 DATE SEP 1371 +2 PLAC Roquefort +1 CHIL @I2065@ +<< +[0036] FAM rkey: F640 offs: 0x00000c94 lens: 0x00000090 +0x00001c94-0x00001d23: +>>0 @F640@ FAM +1 HUSB @I1236@ +1 WIFE @I1328@ +1 MARR +2 DATE 13 JAN 1396 +2 PLAC Lincoln +1 CHIL @I1329@ +1 CHIL @I1330@ +1 CHIL @I1331@ +1 CHIL @I1437@ +<< +[0037] FAM rkey: F641 offs: 0x00000d24 lens: 0x00000049 +0x00001d24-0x00001d6c: +>>0 @F641@ FAM +1 HUSB @I1237@ +1 WIFE @I1443@ +1 MARR +2 DATE BEF 4 NOV 1393 +<< +[0038] FAM rkey: F642 offs: 0x00000d6d lens: 0x0000004f +0x00001d6d-0x00001dbb: +>>0 @F642@ FAM +1 HUSB @I1594@ +1 WIFE @I1239@ +1 MARR +2 DATE 1361 +2 PLAC Woodstock +<< +[0039] FAM rkey: F643 offs: 0x00000dbc lens: 0x00000054 +0x00001dbc-0x00001e0f: +>>0 @F643@ FAM +1 HUSB @I1417@ +1 WIFE @I1240@ +1 MARR +2 DATE 19 MAY 1359 +2 PLAC Reading +<< +[0040] FAM rkey: F644 offs: 0x00000e10 lens: 0x0000007a +0x00001e10-0x00001e89: +>>0 @F644@ FAM +1 HUSB @I1242@ +1 WIFE @I1343@ +1 MARR +2 DATE 1374 +1 CHIL @I2071@ +1 CHIL @I1603@ +1 CHIL @I2072@ +1 CHIL @I2073@ +<< +[0041] FAM rkey: F645 offs: 0x00000e8a lens: 0x0000003a +0x00001e8a-0x00001ec3: +>>0 @F645@ FAM +1 HUSB @I1499@ +1 WIFE @I1500@ +1 CHIL @I1243@ +<< +[0042] FAM rkey: F646 offs: 0x00000ec4 lens: 0x0000004d +0x00001ec4-0x00001f10: +>>0 @F646@ FAM +1 HUSB @I1246@ +1 WIFE @I2874@ +1 MARR +2 DATE 1829 +1 CHIL @I1244@ +<< +[0043] FAM rkey: F647 offs: 0x00000f11 lens: 0x0000004d +0x00001f11-0x00001f5d: +>>0 @F647@ FAM +1 HUSB @I2878@ +1 WIFE @I2879@ +1 MARR +2 DATE 1765 +1 CHIL @I1246@ +<< +[0044] FAM rkey: F648 offs: 0x00000f5e lens: 0x0000003e +0x00001f5e-0x00001f9b: +>>0 @F648@ FAM +1 HUSB @I1246@ +1 WIFE @I2875@ +1 MARR +2 DATE 1802 +<< +[0045] FAM rkey: F649 offs: 0x00000f9c lens: 0x0000003e +0x00001f9c-0x00001fd9: +>>0 @F649@ FAM +1 HUSB @I1246@ +1 WIFE @I2876@ +1 MARR +2 DATE 1816 +<< +[0046] FAM rkey: F650 offs: 0x00000fda lens: 0x0000003e +0x00001fda-0x00002017: +>>0 @F650@ FAM +1 HUSB @I1246@ +1 WIFE @I2877@ +1 MARR +2 DATE 1819 +<< +[0047] FAM rkey: F651 offs: 0x00001018 lens: 0x00000059 +0x00002018-0x00002070: +>>0 @F651@ FAM +1 HUSB @I1248@ +1 WIFE @I1247@ +1 MARR +2 DATE 24 APR 1558 +2 PLAC Paris,France +<< +[0048] FAM rkey: F652 offs: 0x00001071 lens: 0x00000045 +0x00002071-0x000020b5: +>>0 @F652@ FAM +1 HUSB @I1250@ +1 WIFE @I1247@ +1 MARR +2 DATE ABT 1567 +<< +[0049] FAM rkey: F653 offs: 0x000010b6 lens: 0x00000072 +0x000020b6-0x00002127: +>>0 @F653@ FAM +1 HUSB @I2438@ +1 WIFE @I2439@ +1 MARR +2 DATE 28 OCT 1533 +1 CHIL @I1248@ +1 CHIL @I2522@ +1 CHIL @I2523@ +<< +[0050] FAM rkey: F654 offs: 0x00001128 lens: 0x00000049 +0x00002128-0x00002170: +>>0 @F654@ FAM +1 HUSB @I1432@ +1 WIFE @I1431@ +1 CHIL @I1249@ +1 CHIL @I1433@ +<< +[0051] FAM rkey: F655 offs: 0x00001171 lens: 0x0000002b +0x00002171-0x0000219b: +>>0 @F655@ FAM +1 HUSB @I1815@ +1 CHIL @I1251@ +<< +[0052] FAM rkey: F656 offs: 0x0000119c lens: 0x00000067 +0x0000219c-0x00002202: +>>0 @F656@ FAM +1 HUSB @I1466@ +1 WIFE @I1467@ +1 CHIL @I1252@ +1 CHIL @I1470@ +1 CHIL @I1471@ +1 CHIL @I1472@ +<< +[0053] FAM rkey: F657 offs: 0x00001203 lens: 0x0000003a +0x00002203-0x0000223c: +>>0 @F657@ FAM +1 HUSB @I1253@ +1 WIFE @I1829@ +1 CHIL @I1450@ +<< +[0054] FAM rkey: F658 offs: 0x0000123d lens: 0x0000003a +0x0000223d-0x00002276: +>>0 @F658@ FAM +1 HUSB @I1334@ +1 WIFE @I1336@ +1 CHIL @I1255@ +<< +[0055] FAM rkey: F659 offs: 0x00001277 lens: 0x0000002b +0x00002277-0x000022a1: +>>0 @F659@ FAM +1 HUSB @I1350@ +1 WIFE @I1255@ +<< +[0056] FAM rkey: F660 offs: 0x000012a2 lens: 0x0000002b +0x000022a2-0x000022cc: +>>0 @F660@ FAM +1 HUSB @I1351@ +1 WIFE @I1255@ +<< +[0057] FAM rkey: F661 offs: 0x000012cd lens: 0x00000053 +0x000022cd-0x0000231f: +>>0 @F661@ FAM +1 HUSB @I1259@ +1 WIFE @I1257@ +1 MARR +2 DATE MAY 1332 +2 PLAC Ni jmegen +<< +[0058] FAM rkey: F662 offs: 0x00001320 lens: 0x0000005d +0x00002320-0x0000237c: +>>0 @F662@ FAM +1 HUSB @I1451@ +1 WIFE @I1258@ +1 MARR +2 DATE 17 JUL 1328 +2 PLAC Berwick-on-Tweed +<< +[0059] FAM rkey: F663 offs: 0x0000137d lens: 0x000000e7 +0x0000237d-0x00002463: +>>0 @F663@ FAM +1 HUSB @I1281@ +1 WIFE @I1282@ +1 MARR +2 DATE 4 JAN 1236 +2 PLAC Canterbury,Cathedral +1 CHIL @I1261@ +1 CHIL @I1283@ +1 CHIL @I1284@ +1 CHIL @I1285@ +1 CHIL @I1286@ +1 CHIL @I1287@ +1 CHIL @I1288@ +1 CHIL @I1289@ +1 CHIL @I1290@ +<< +[0060] FAM rkey: F664 offs: 0x00001464 lens: 0x0000008e +0x00002464-0x000024f1: +>>0 @F664@ FAM +1 HUSB @I1261@ +1 WIFE @I1277@ +1 MARR +2 DATE 10 SEP 1299 +2 PLAC Canterbury,Cathedral +1 CHIL @I1278@ +1 CHIL @I1279@ +1 CHIL @I1280@ +<< +[0061] FAM rkey: F665 offs: 0x000014f2 lens: 0x0000003a +0x000024f2-0x0000252b: +>>0 @F665@ FAM +1 HUSB @I1746@ +1 CHIL @I1749@ +1 CHIL @I1262@ +<< +[0062] FAM rkey: F666 offs: 0x0000152c lens: 0x0000006d +0x0000252c-0x00002598: +>>0 @F666@ FAM +1 HUSB @I1588@ +1 WIFE @I1268@ +1 MARR +2 DATE 30 APR 1290 +2 PLAC Westminster,Abbey,London,England +<< +[0063] FAM rkey: F667 offs: 0x00001599 lens: 0x00000042 +0x00002599-0x000025da: +>>0 @F667@ FAM +1 HUSB @I1589@ +1 WIFE @I1268@ +1 MARR +2 DATE JAN 1297 +<< +[0064] FAM rkey: F668 offs: 0x000015db lens: 0x0000006c +0x000025db-0x00002646: +>>0 @F668@ FAM +1 HUSB @I1590@ +1 WIFE @I1270@ +1 MARR +2 DATE 8 JUL 1290 +2 PLAC Westminster,Abbey,London,England +<< +[0065] FAM rkey: F669 offs: 0x00001647 lens: 0x00000054 +0x00002647-0x0000269a: +>>0 @F669@ FAM +1 HUSB @I1591@ +1 WIFE @I1274@ +1 MARR +2 DATE 18 JAN 1297 +2 PLAC Ipswich +<< +[0066] FAM rkey: F670 offs: 0x0000169b lens: 0x00000058 +0x0000269b-0x000026f2: +>>0 @F670@ FAM +1 HUSB @I1592@ +1 WIFE @I1274@ +1 MARR +2 DATE 14 NOV 1302 +2 PLAC Westminster +<< +[0067] FAM rkey: F671 offs: 0x000016f3 lens: 0x0000005c +0x000026f3-0x0000274e: +>>0 @F671@ FAM +1 HUSB @I1739@ +1 WIFE @I2485@ +1 MARR +2 DATE 1274 +1 CHIL @I1903@ +1 CHIL @I1277@ +<< +[0068] FAM rkey: F672 offs: 0x0000174f lens: 0x00000054 +0x0000274f-0x000027a2: +>>0 @F672@ FAM +1 HUSB @I1278@ +1 WIFE @I1504@ +1 MARR +2 DATE ABT 1316 +1 CHIL @I1744@ +<< +[0069] FAM rkey: F673 offs: 0x000017a3 lens: 0x00000045 +0x000027a3-0x000027e7: +>>0 @F673@ FAM +1 HUSB @I1278@ +1 WIFE @I1593@ +1 MARR +2 DATE ABT 1328 +<< +[0070] FAM rkey: F674 offs: 0x000017e8 lens: 0x00000051 +0x000027e8-0x00002838: +>>0 @F674@ FAM +1 HUSB @I1279@ +1 WIFE @I1505@ +1 MARR +2 DATE DEC 1325 +1 CHIL @I1410@ +<< +[0071] FAM rkey: F675 offs: 0x00001839 lens: 0x000000a0 +0x00002839-0x000028d8: +>>0 @F675@ FAM +1 HUSB @I1364@ +1 WIFE @I1366@ +1 MARR +2 DATE 24 AUG 1200 +2 PLAC Bordeaux +1 CHIL @I1281@ +1 CHIL @I1367@ +1 CHIL @I1368@ +1 CHIL @I1369@ +1 CHIL @I1370@ +<< +[0072] FAM rkey: F676 offs: 0x000018d9 lens: 0x0000002b +0x000028d9-0x00002903: +>>0 @F676@ FAM +1 HUSB @I1881@ +1 CHIL @I1282@ +<< +[0073] FAM rkey: F677 offs: 0x00001904 lens: 0x00000060 +0x00002904-0x00002963: +>>0 @F677@ FAM +1 HUSB @I1585@ +1 WIFE @I1283@ +1 MARR +2 DATE 26 DEC 1251 +2 PLAC York +1 CHIL @I2234@ +<< +[0074] FAM rkey: F678 offs: 0x00001964 lens: 0x00000055 +0x00002964-0x000029b8: +>>0 @F678@ FAM +1 HUSB @I1586@ +1 WIFE @I1284@ +1 MARR +2 DATE 22 JAN 1260 +2 PLAC St Denis +<< +[0075] FAM rkey: F679 offs: 0x000019b9 lens: 0x0000006c +0x000029b9-0x00002a24: +>>0 @F679@ FAM +1 HUSB @I1285@ +1 WIFE @I1587@ +1 MARR +2 DATE 9 APR 1269 +2 PLAC Westminster,Abbey,London,England +<< +[0076] FAM rkey: F680 offs: 0x00001a25 lens: 0x0000007b +0x00002a25-0x00002a9f: +>>0 @F680@ FAM +1 HUSB @I1285@ +1 WIFE @I1495@ +1 MARR +2 DATE BEF 3 FEB 1276 +2 PLAC Paris,France +1 CHIL @I1496@ +1 CHIL @I1497@ +<< +[0077] FAM rkey: F681 offs: 0x00001aa0 lens: 0x0000002b +0x00002aa0-0x00002aca: +>>0 @F681@ FAM +1 HUSB @I1735@ +1 CHIL @I1291@ +<< +[0078] FAM rkey: F682 offs: 0x00001acb lens: 0x0000004d +0x00002acb-0x00002b17: +>>0 @F682@ FAM +1 HUSB @I1300@ +1 WIFE @I1299@ +1 MARR +2 DATE 1745 +1 CHIL @I1294@ +<< +[0079] FAM rkey: F683 offs: 0x00001b18 lens: 0x0000004d +0x00002b18-0x00002b64: +>>0 @F683@ FAM +1 HUSB @I2689@ +1 WIFE @I2690@ +1 MARR +2 DATE 1753 +1 CHIL @I1295@ +<< +[0080] FAM rkey: F684 offs: 0x00001b65 lens: 0x0000003a +0x00002b65-0x00002b9e: +>>0 @F684@ FAM +1 HUSB @I1296@ +1 WIFE @I1297@ +1 CHIL @I1298@ +<< +[0081] FAM rkey: F685 offs: 0x00001b9f lens: 0x0000003a +0x00002b9f-0x00002bd8: +>>0 @F685@ FAM +1 HUSB @I2691@ +1 WIFE @I2692@ +1 CHIL @I1299@ +<< +[0082] FAM rkey: F686 offs: 0x00001bd9 lens: 0x0000004d +0x00002bd9-0x00002c25: +>>0 @F686@ FAM +1 HUSB @I1419@ +1 WIFE @I1303@ +1 MARR +2 DATE 1725 +1 CHIL @I1300@ +<< +[0083] FAM rkey: F687 offs: 0x00001c26 lens: 0x00000054 +0x00002c26-0x00002c79: +>>0 @F687@ FAM +1 HUSB @I1309@ +1 WIFE @I1314@ +1 MARR +2 DATE ABT 1670 +1 CHIL @I1301@ +<< +[0084] FAM rkey: F688 offs: 0x00001c7a lens: 0x0000005c +0x00002c7a-0x00002cd5: +>>0 @F688@ FAM +1 HUSB @I1301@ +1 WIFE @I1302@ +1 MARR +2 DATE 1712 +1 CHIL @I1303@ +1 CHIL @I1304@ +<< +[0085] FAM rkey: F689 offs: 0x00001cd6 lens: 0x00000042 +0x00002cd6-0x00002d17: +>>0 @F689@ FAM +1 HUSB @I1301@ +1 WIFE @I1305@ +1 DIV Y +1 CHIL @I1306@ +<< +[0086] FAM rkey: F690 offs: 0x00001d18 lens: 0x0000003a +0x00002d18-0x00002d51: +>>0 @F690@ FAM +1 HUSB @I1306@ +1 WIFE @I1307@ +1 CHIL @I1308@ +<< +[0087] FAM rkey: F691 offs: 0x00001d52 lens: 0x0000004d +0x00002d52-0x00002d9e: +>>0 @F691@ FAM +1 HUSB @I1312@ +1 WIFE @I1313@ +1 MARR +2 DATE 1626 +1 CHIL @I1309@ +<< +[0088] FAM rkey: F692 offs: 0x00001d9f lens: 0x00000072 +0x00002d9f-0x00002e10: +>>0 @F692@ FAM +1 HUSB @I1309@ +1 WIFE @I1310@ +1 MARR +2 DATE ABT 1641 +1 CHIL @I1325@ +1 CHIL @I1324@ +1 CHIL @I1311@ +<< +[0089] FAM rkey: F693 offs: 0x00001e11 lens: 0x0000003a +0x00002e11-0x00002e4a: +>>0 @F693@ FAM +1 HUSB @I1311@ +1 WIFE @I1315@ +1 CHIL @I1316@ +<< +[0090] FAM rkey: F694 offs: 0x00001e4b lens: 0x0000003a +0x00002e4b-0x00002e84: +>>0 @F694@ FAM +1 HUSB @I2660@ +1 WIFE @I2661@ +1 CHIL @I1312@ +<< +[0091] FAM rkey: F695 offs: 0x00001e85 lens: 0x0000003a +0x00002e85-0x00002ebe: +>>0 @F695@ FAM +1 HUSB @I2658@ +1 WIFE @I2659@ +1 CHIL @I1313@ +<< +[0092] FAM rkey: F696 offs: 0x00001ebf lens: 0x0000003a +0x00002ebf-0x00002ef8: +>>0 @F696@ FAM +1 HUSB @I1326@ +1 WIFE @I2662@ +1 CHIL @I1314@ +<< +[0093] FAM rkey: F697 offs: 0x00001ef9 lens: 0x00000049 +0x00002ef9-0x00002f41: +>>0 @F697@ FAM +1 HUSB @I1316@ +1 WIFE @I1317@ +1 CHIL @I1319@ +1 CHIL @I1318@ +<< +[0094] FAM rkey: F698 offs: 0x00001f42 lens: 0x0000003a +0x00002f42-0x00002f7b: +>>0 @F698@ FAM +1 HUSB @I1320@ +1 WIFE @I1319@ +1 CHIL @I1321@ +<< +[0095] FAM rkey: F699 offs: 0x00001f7c lens: 0x0000003a +0x00002f7c-0x00002fb5: +>>0 @F699@ FAM +1 HUSB @I1322@ +1 WIFE @I1321@ +1 CHIL @I1323@ +<< +[0096] FAM rkey: F700 offs: 0x00001fb6 lens: 0x0000002b +0x00002fb6-0x00002fe0: +>>0 @F700@ FAM +1 HUSB @I2270@ +1 CHIL @I1327@ +<< +[0097] FAM rkey: F701 offs: 0x00001fe1 lens: 0x0000002b +0x00002fe1-0x0000300b: +>>0 @F701@ FAM +1 HUSB @I2063@ +1 CHIL @I1328@ +<< +[0098] FAM rkey: F702 offs: 0x0000200c lens: 0x0000002b +0x0000300c-0x00003036: +>>0 @F702@ FAM +1 HUSB @I2064@ +1 WIFE @I1328@ +<< +[0099] FAM rkey: F703 offs: 0x00002037 lens: 0x00000076 +0x00003037-0x000030ac: +>>0 @F703@ FAM +1 HUSB @I1329@ +1 WIFE @I1595@ +1 CHIL @I1333@ +1 CHIL @I1334@ +1 CHIL @I1335@ +1 CHIL @I1465@ +1 CHIL @I2079@ +<< +[0100] FAM rkey: F704 offs: 0x000020ad lens: 0x0000001c +0x000030ad-0x000030c8: +>>0 @F704@ FAM +1 HUSB @I1329@ +<< +[0101] FAM rkey: F705 offs: 0x000020c9 lens: 0x0000002b +0x000030c9-0x000030f3: +>>0 @F705@ FAM +1 HUSB @I2076@ +1 WIFE @I1331@ +<< +[0102] FAM rkey: F706 offs: 0x000020f4 lens: 0x000000a3 +0x000030f4-0x00003196: +>>0 @F706@ FAM +1 HUSB @I1335@ +1 WIFE @I2081@ +1 CHIL @I2083@ +1 CHIL @I2084@ +1 CHIL @I2085@ +1 CHIL @I2086@ +1 CHIL @I2087@ +1 CHIL @I2088@ +1 CHIL @I2089@ +1 CHIL @I2090@ +<< +[0103] FAM rkey: F707 offs: 0x00002197 lens: 0x0000002b +0x00003197-0x000031c1: +>>0 @F707@ FAM +1 HUSB @I2062@ +1 CHIL @I1337@ +<< +[0104] FAM rkey: F708 offs: 0x000021c2 lens: 0x0000002b +0x000031c2-0x000031ec: +>>0 @F708@ FAM +1 HUSB @I1338@ +1 WIFE @I2296@ +<< +[0105] FAM rkey: F709 offs: 0x000021ed lens: 0x00000070 +0x000031ed-0x0000325c: +>>0 @F709@ FAM +1 HUSB @I1341@ +1 WIFE @I1420@ +1 MARR +2 DATE 9 JUN 1660 +2 PLAC St Jean-de-Luz,France +1 CHIL @I2423@ +<< +[0106] FAM rkey: F710 offs: 0x0000225d lens: 0x0000005e +0x0000325d-0x000032ba: +>>0 @F710@ FAM +1 HUSB @I1341@ +1 WIFE @I1421@ +1 MARR +2 DATE 12 JUN 1684 +2 PLAC Versailles,France +<< +[0107] FAM rkey: F711 offs: 0x000022bb lens: 0x0000002b +0x000032bb-0x000032e5: +>>0 @F711@ FAM +1 HUSB @I2069@ +1 CHIL @I1343@ +<< +[0108] FAM rkey: F712 offs: 0x000022e6 lens: 0x00000067 +0x000032e6-0x0000334c: +>>0 @F712@ FAM +1 HUSB @I1349@ +1 WIFE @I1348@ +1 CHIL @I1344@ +1 CHIL @I2283@ +1 CHIL @I2284@ +1 CHIL @I2285@ +<< +[0109] FAM rkey: F713 offs: 0x0000234d lens: 0x0000002b +0x0000334d-0x00003377: +>>0 @F713@ FAM +1 HUSB @I2277@ +1 CHIL @I1345@ +<< +[0110] FAM rkey: F714 offs: 0x00002378 lens: 0x0000002b +0x00003378-0x000033a2: +>>0 @F714@ FAM +1 HUSB @I2278@ +1 WIFE @I1345@ +<< +[0111] FAM rkey: F715 offs: 0x000023a3 lens: 0x0000002b +0x000033a3-0x000033cd: +>>0 @F715@ FAM +1 HUSB @I1346@ +1 WIFE @I1445@ +<< +[0112] FAM rkey: F716 offs: 0x000023ce lens: 0x0000002b +0x000033ce-0x000033f8: +>>0 @F716@ FAM +1 HUSB @I2060@ +1 CHIL @I1347@ +<< +[0113] FAM rkey: F717 offs: 0x000023f9 lens: 0x0000002b +0x000033f9-0x00003423: +>>0 @F717@ FAM +1 HUSB @I2061@ +1 WIFE @I1347@ +<< +[0114] FAM rkey: F718 offs: 0x00002424 lens: 0x0000002b +0x00003424-0x0000344e: +>>0 @F718@ FAM +1 HUSB @I1904@ +1 CHIL @I1349@ +<< +[0115] FAM rkey: F719 offs: 0x0000244f lens: 0x0000002b +0x0000344f-0x00003479: +>>0 @F719@ FAM +1 HUSB @I2174@ +1 CHIL @I1352@ +<< +[0116] FAM rkey: F720 offs: 0x0000247a lens: 0x0000002b +0x0000347a-0x000034a4: +>>0 @F720@ FAM +1 HUSB @I1353@ +1 WIFE @I1446@ +<< +[0117] FAM rkey: F721 offs: 0x000024a5 lens: 0x00000055 +0x000034a5-0x000034f9: +>>0 @F721@ FAM +1 HUSB @I1408@ +1 WIFE @I1355@ +1 DIV Y +1 MARR +2 DATE 1908 +1 CHIL @I1409@ +<< +[0118] FAM rkey: F722 offs: 0x000024fa lens: 0x0000002b +0x000034fa-0x00003524: +>>0 @F722@ FAM +1 HUSB @I2927@ +1 CHIL @I1356@ +<< +[0119] FAM rkey: F723 offs: 0x00002525 lens: 0x000000d4 +0x00003525-0x000035f8: +>>0 @F723@ FAM +1 HUSB @I1371@ +1 WIFE @I1372@ +1 MARR +2 DATE 18 MAY 1152 +2 PLAC Bordeaux,France +1 CHIL @I1373@ +1 CHIL @I1374@ +1 CHIL @I1375@ +1 CHIL @I1376@ +1 CHIL @I1377@ +1 CHIL @I1378@ +1 CHIL @I1379@ +1 CHIL @I1364@ +<< +[0120] FAM rkey: F724 offs: 0x000025f9 lens: 0x00000060 +0x000035f9-0x00003658: +>>0 @F724@ FAM +1 HUSB @I1364@ +1 WIFE @I1365@ +1 DIV Y +1 MARR +2 DATE 29 AUG 1189 +2 PLAC Marlebridge +<< +[0121] FAM rkey: F725 offs: 0x00002659 lens: 0x0000002b +0x00003659-0x00003683: +>>0 @F725@ FAM +1 HUSB @I1877@ +1 CHIL @I1365@ +<< +[0122] FAM rkey: F726 offs: 0x00002684 lens: 0x0000002b +0x00003684-0x000036ae: +>>0 @F726@ FAM +1 HUSB @I1878@ +1 WIFE @I1365@ +<< +[0123] FAM rkey: F727 offs: 0x000026af lens: 0x0000002b +0x000036af-0x000036d9: +>>0 @F727@ FAM +1 HUSB @I1879@ +1 WIFE @I1365@ +<< +[0124] FAM rkey: F728 offs: 0x000026da lens: 0x0000002b +0x000036da-0x00003704: +>>0 @F728@ FAM +1 HUSB @I1880@ +1 WIFE @I1366@ +<< +[0125] FAM rkey: F729 offs: 0x00002705 lens: 0x0000008b +0x00003705-0x0000378f: +>>0 @F729@ FAM +1 HUSB @I1367@ +1 WIFE @I1582@ +1 MARR +2 DATE 23 NOV 1243 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I1887@ +1 CHIL @I1888@ +<< +[0126] FAM rkey: F730 offs: 0x00002790 lens: 0x00000063 +0x00003790-0x000037f2: +>>0 @F730@ FAM +1 HUSB @I1367@ +1 WIFE @I1583@ +1 MARR +2 DATE 16 JUN 1269 +2 PLAC Kaiserslautern,Germany +<< +[0127] FAM rkey: F731 offs: 0x000027f3 lens: 0x0000002b +0x000037f3-0x0000381d: +>>0 @F731@ FAM +1 HUSB @I1886@ +1 WIFE @I1368@ +<< +[0128] FAM rkey: F732 offs: 0x0000281e lens: 0x0000004d +0x0000381e-0x0000386a: +>>0 @F732@ FAM +1 HUSB @I1584@ +1 WIFE @I1369@ +1 MARR +2 DATE 20 JUL +2 PLAC Worms +<< +[0129] FAM rkey: F733 offs: 0x0000286b lens: 0x00000081 +0x0000386b-0x000038eb: +>>0 @F733@ FAM +1 HUSB @I1405@ +1 WIFE @I1395@ +1 MARR +2 DATE 22 MAY 1127 +2 PLAC Le Mans +1 CHIL @I1371@ +1 CHIL @I1866@ +1 CHIL @I1867@ +<< +[0130] FAM rkey: F734 offs: 0x000028ec lens: 0x0000002b +0x000038ec-0x00003916: +>>0 @F734@ FAM +1 HUSB @I1868@ +1 CHIL @I1372@ +<< +[0131] FAM rkey: F735 offs: 0x00002917 lens: 0x00000055 +0x00003917-0x0000396b: +>>0 @F735@ FAM +1 HUSB @I1869@ +1 WIFE @I1372@ +1 DIV Y +1 MARR +2 DATE 1137 +1 CHIL @I1510@ +<< +[0132] FAM rkey: F736 offs: 0x0000296c lens: 0x0000002b +0x0000396c-0x00003996: +>>0 @F736@ FAM +1 HUSB @I1374@ +1 WIFE @I1510@ +<< +[0133] FAM rkey: F737 offs: 0x00002997 lens: 0x00000061 +0x00003997-0x000039f7: +>>0 @F737@ FAM +1 HUSB @I1509@ +1 WIFE @I1375@ +1 MARR +2 DATE 1 FEB 1168 +2 PLAC Minden,Saxony,Germany +<< +[0134] FAM rkey: F738 offs: 0x000029f8 lens: 0x0000002b +0x000039f8-0x00003a22: +>>0 @F738@ FAM +1 HUSB @I1376@ +1 WIFE @I1508@ +<< +[0135] FAM rkey: F739 offs: 0x00002a23 lens: 0x00000060 +0x00003a23-0x00003a82: +>>0 @F739@ FAM +1 HUSB @I1377@ +1 WIFE @I1506@ +1 MARR +2 DATE JUL 1181 +1 CHIL @I1507@ +1 CHIL @I1873@ +<< +[0136] FAM rkey: F740 offs: 0x00002a83 lens: 0x0000005f +0x00003a83-0x00003ae1: +>>0 @F740@ FAM +1 HUSB @I1520@ +1 WIFE @I1378@ +1 MARR +2 DATE SEP 1170 +2 PLAC Burgos +1 CHIL @I1747@ +<< +[0137] FAM rkey: F741 offs: 0x00002ae2 lens: 0x0000005a +0x00003ae2-0x00003b3b: +>>0 @F741@ FAM +1 HUSB @I1557@ +1 WIFE @I1379@ +1 MARR +2 DATE 13 FEB 1177 +2 PLAC Palermo,Italy +<< +[0138] FAM rkey: F742 offs: 0x00002b3c lens: 0x0000004f +0x00003b3c-0x00003b8a: +>>0 @F742@ FAM +1 HUSB @I1558@ +1 WIFE @I1379@ +1 MARR +2 DATE OCT 1196 +2 PLAC Rouen +<< +[0139] FAM rkey: F743 offs: 0x00002b8b lens: 0x0000003a +0x00003b8b-0x00003bc4: +>>0 @F743@ FAM +1 HUSB @I1525@ +1 WIFE @I1526@ +1 CHIL @I1380@ +<< +[0140] FAM rkey: F744 offs: 0x00002bc5 lens: 0x000000d4 +0x00003bc5-0x00003c98: +>>0 @F744@ FAM +1 HUSB @I1380@ +1 WIFE @I1381@ +1 MARR +2 DATE 1053 +1 CHIL @I1382@ +1 CHIL @I1383@ +1 CHIL @I1384@ +1 CHIL @I1385@ +1 CHIL @I1386@ +1 CHIL @I1387@ +1 CHIL @I1388@ +1 CHIL @I1389@ +1 CHIL @I1390@ +1 CHIL @I1391@ +<< +[0141] FAM rkey: F745 offs: 0x00002c99 lens: 0x0000002b +0x00003c99-0x00003cc3: +>>0 @F745@ FAM +1 HUSB @I1850@ +1 CHIL @I1381@ +<< +[0142] FAM rkey: F746 offs: 0x00002cc4 lens: 0x0000003a +0x00003cc4-0x00003cfd: +>>0 @F746@ FAM +1 HUSB @I1382@ +1 WIFE @I1851@ +1 CHIL @I1853@ +<< +[0143] FAM rkey: F747 offs: 0x00002cfe lens: 0x00000076 +0x00003cfe-0x00003d73: +>>0 @F747@ FAM +1 HUSB @I1517@ +1 WIFE @I1388@ +1 CHIL @I1860@ +1 CHIL @I1518@ +1 CHIL @I1519@ +1 CHIL @I1397@ +1 CHIL @I1861@ +<< +[0144] FAM rkey: F748 offs: 0x00002d74 lens: 0x0000004a +0x00003d74-0x00003dbd: +>>0 @F748@ FAM +1 HUSB @I1556@ +1 WIFE @I1390@ +1 MARR +2 DATE 1086 +2 PLAC Caen +<< +[0145] FAM rkey: F749 offs: 0x00002dbe lens: 0x000000b7 +0x00003dbe-0x00003e74: +>>0 @F749@ FAM +1 HUSB @I1391@ +1 WIFE @I1392@ +1 MARR +2 DATE 6 AUG 1100 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I1393@ +1 CHIL @I2957@ +1 CHIL @I1394@ +1 CHIL @I1395@ +1 CHIL @I2224@ +<< +[0146] FAM rkey: F750 offs: 0x00002e75 lens: 0x0000006d +0x00003e75-0x00003ee1: +>>0 @F750@ FAM +1 HUSB @I1391@ +1 WIFE @I1396@ +1 MARR +2 DATE 29 JAN 1122 +2 PLAC Westminster,Abbey,London,England +<< +[0147] FAM rkey: F751 offs: 0x00002ee2 lens: 0x00000076 +0x00003ee2-0x00003f57: +>>0 @F751@ FAM +1 HUSB @I1511@ +1 WIFE @I1512@ +1 CHIL @I1513@ +1 CHIL @I1514@ +1 CHIL @I1392@ +1 CHIL @I1515@ +1 CHIL @I1516@ +<< +[0148] FAM rkey: F752 offs: 0x00002f58 lens: 0x0000002b +0x00003f58-0x00003f82: +>>0 @F752@ FAM +1 HUSB @I1394@ +1 WIFE @I1858@ +<< +[0149] FAM rkey: F753 offs: 0x00002f83 lens: 0x00000051 +0x00003f83-0x00003fd3: +>>0 @F753@ FAM +1 HUSB @I1404@ +1 WIFE @I1395@ +1 MARR +2 DATE 7 JAN 1114 +2 PLAC Mainz +<< +[0150] FAM rkey: F754 offs: 0x00002fd4 lens: 0x0000002b +0x00003fd4-0x00003ffe: +>>0 @F754@ FAM +1 HUSB @I1859@ +1 CHIL @I1396@ +<< +[0151] FAM rkey: F755 offs: 0x00002fff lens: 0x0000003e +0x00003fff-0x0000403c: +>>0 @F755@ FAM +1 HUSB @I1608@ +1 WIFE @I1396@ +1 MARR +2 DATE 1138 +<< +[0152] FAM rkey: F756 offs: 0x0000303d lens: 0x000000a4 +0x0000403d-0x000040e0: +>>0 @F756@ FAM +1 HUSB @I1397@ +1 WIFE @I1398@ +1 MARR +2 DATE 1125 +2 PLAC Westminster,England +1 CHIL @I1399@ +1 CHIL @I1400@ +1 CHIL @I1401@ +1 CHIL @I1402@ +1 CHIL @I1403@ +<< +[0153] FAM rkey: F757 offs: 0x000030e1 lens: 0x0000003a +0x000040e1-0x0000411a: +>>0 @F757@ FAM +1 HUSB @I1522@ +1 WIFE @I1516@ +1 CHIL @I1398@ +<< +[0154] FAM rkey: F758 offs: 0x0000311b lens: 0x00000049 +0x0000411b-0x00004163: +>>0 @F758@ FAM +1 HUSB @I1400@ +1 WIFE @I1524@ +1 MARR +2 DATE AFT FEB 1140 +<< +[0155] FAM rkey: F759 offs: 0x00003164 lens: 0x00000045 +0x00004164-0x000041a8: +>>0 @F759@ FAM +1 HUSB @I1402@ +1 WIFE @I1523@ +1 MARR +2 DATE ABT 1149 +<< +[0156] FAM rkey: F760 offs: 0x000031a9 lens: 0x0000004d +0x000041a9-0x000041f5: +>>0 @F760@ FAM +1 HUSB @I1521@ +1 WIFE @I1403@ +1 DIV Y +1 MARR +2 DATE ABT 1160 +<< +[0157] FAM rkey: F761 offs: 0x000031f6 lens: 0x0000002b +0x000041f6-0x00004220: +>>0 @F761@ FAM +1 HUSB @I2928@ +1 CHIL @I1406@ +<< +[0158] FAM rkey: F762 offs: 0x00003221 lens: 0x0000009f +0x00004221-0x000042bf: +>>0 @F762@ FAM +1 HUSB @I1409@ +1 WIFE @I2736@ +1 DIV Y +1 MARR +2 DATE 11 MAR 1932 +2 PLAC London,England +1 CHIL @I2745@ +1 CHIL @I2746@ +1 CHIL @I2747@ +1 CHIL @I2748@ +<< +[0159] FAM rkey: F763 offs: 0x000032c0 lens: 0x00000072 +0x000042c0-0x00004331: +>>0 @F763@ FAM +1 HUSB @I1409@ +1 WIFE @I2737@ +1 MARR +2 DATE 29 APR 1972 +1 CHIL @I2767@ +1 CHIL @I2768@ +1 CHIL @I2769@ +<< +[0160] FAM rkey: F764 offs: 0x00003332 lens: 0x0000003a +0x00004332-0x0000436b: +>>0 @F764@ FAM +1 HUSB @I2058@ +1 WIFE @I1410@ +1 CHIL @I1595@ +<< +[0161] FAM rkey: F765 offs: 0x0000336c lens: 0x0000006e +0x0000436c-0x000043d9: +>>0 @F765@ FAM +1 HUSB @I1412@ +1 WIFE @I1413@ +1 MARR +2 DATE 20 JAN 1382 +2 PLAC Westminster,Palace,London,England +<< +[0162] FAM rkey: F766 offs: 0x000033da lens: 0x00000052 +0x000043da-0x0000442b: +>>0 @F766@ FAM +1 HUSB @I1412@ +1 WIFE @I1414@ +1 MARR +2 DATE 1 NOV 1396 +2 PLAC Calais +<< +[0163] FAM rkey: F767 offs: 0x0000342c lens: 0x0000002b +0x0000442c-0x00004456: +>>0 @F767@ FAM +1 HUSB @I2291@ +1 CHIL @I1413@ +<< +[0164] FAM rkey: F768 offs: 0x00003457 lens: 0x0000002b +0x00004457-0x00004481: +>>0 @F768@ FAM +1 HUSB @I2062@ +1 CHIL @I1416@ +<< +[0165] FAM rkey: F769 offs: 0x00003482 lens: 0x0000002b +0x00004482-0x000044ac: +>>0 @F769@ FAM +1 HUSB @I2059@ +1 CHIL @I1418@ +<< +[0166] FAM rkey: F770 offs: 0x000034ad lens: 0x0000003a +0x000044ad-0x000044e6: +>>0 @F770@ FAM +1 HUSB @I2426@ +1 WIFE @I2920@ +1 CHIL @I1422@ +<< +[0167] FAM rkey: F771 offs: 0x000034e7 lens: 0x0000002b +0x000044e7-0x00004511: +>>0 @F771@ FAM +1 HUSB @I2504@ +1 CHIL @I1423@ +<< +[0168] FAM rkey: F772 offs: 0x00003512 lens: 0x0000009a +0x00004512-0x000045ab: +>>0 @F772@ FAM +1 HUSB @I1424@ +1 WIFE @I1425@ +1 MARR +2 DATE 16 MAY 1770 +2 PLAC Versailles,France +1 CHIL @I1703@ +1 CHIL @I1700@ +1 CHIL @I1701@ +1 CHIL @I1702@ +<< +[0169] FAM rkey: F773 offs: 0x000035ac lens: 0x0000002b +0x000045ac-0x000045d6: +>>0 @F773@ FAM +1 HUSB @I2105@ +1 WIFE @I1427@ +<< +[0170] FAM rkey: F774 offs: 0x000035d7 lens: 0x0000003a +0x000045d7-0x00004610: +>>0 @F774@ FAM +1 HUSB @I2104@ +1 WIFE @I1428@ +1 CHIL @I2334@ +<< +[0171] FAM rkey: F775 offs: 0x00003611 lens: 0x00000063 +0x00004611-0x00004673: +>>0 @F775@ FAM +1 HUSB @I1816@ +1 WIFE @I2440@ +1 MARR +2 DATE 18 MAY 1514 +1 CHIL @I1429@ +1 CHIL @I2438@ +<< +[0172] FAM rkey: F776 offs: 0x00003674 lens: 0x00000049 +0x00004674-0x000046bc: +>>0 @F776@ FAM +1 HUSB @I1478@ +1 WIFE @I1479@ +1 CHIL @I1432@ +1 CHIL @I1480@ +<< +[0173] FAM rkey: F777 offs: 0x000036bd lens: 0x0000003a +0x000046bd-0x000046f6: +>>0 @F777@ FAM +1 HUSB @I1433@ +1 WIFE @I1434@ +1 CHIL @I1435@ +<< +[0174] FAM rkey: F778 offs: 0x000036f7 lens: 0x0000002b +0x000046f7-0x00004721: +>>0 @F778@ FAM +1 HUSB @I2101@ +1 CHIL @I1434@ +<< +[0175] FAM rkey: F779 offs: 0x00003722 lens: 0x0000002b +0x00004722-0x0000474c: +>>0 @F779@ FAM +1 HUSB @I1436@ +1 WIFE @I1435@ +<< +[0176] FAM rkey: F780 offs: 0x0000374d lens: 0x00000067 +0x0000474d-0x000047b3: +>>0 @F780@ FAM +1 HUSB @I2109@ +1 WIFE @I2112@ +1 CHIL @I1436@ +1 CHIL @I2396@ +1 CHIL @I2397@ +1 CHIL @I2398@ +<< +[0177] FAM rkey: F781 offs: 0x000037b4 lens: 0x0000002b +0x000047b4-0x000047de: +>>0 @F781@ FAM +1 HUSB @I1436@ +1 WIFE @I2102@ +<< +[0178] FAM rkey: F782 offs: 0x000037df lens: 0x0000002b +0x000047df-0x00004809: +>>0 @F782@ FAM +1 HUSB @I1437@ +1 WIFE @I2077@ +<< +[0179] FAM rkey: F783 offs: 0x0000380a lens: 0x0000002b +0x0000480a-0x00004834: +>>0 @F783@ FAM +1 HUSB @I2437@ +1 CHIL @I1438@ +<< +[0180] FAM rkey: F784 offs: 0x00003835 lens: 0x0000002b +0x00004835-0x0000485f: +>>0 @F784@ FAM +1 HUSB @I2299@ +1 CHIL @I1444@ +<< +[0181] FAM rkey: F785 offs: 0x00003860 lens: 0x00000033 +0x00004860-0x00004892: +>>0 @F785@ FAM +1 HUSB @I2300@ +1 WIFE @I1444@ +1 DIV Y +<< +[0182] FAM rkey: F786 offs: 0x00003893 lens: 0x0000002b +0x00004893-0x000048bd: +>>0 @F786@ FAM +1 HUSB @I2279@ +1 CHIL @I1445@ +<< +[0183] FAM rkey: F787 offs: 0x000038be lens: 0x00000085 +0x000048be-0x00004942: +>>0 @F787@ FAM +1 HUSB @I1830@ +1 WIFE @I1831@ +1 CHIL @I1447@ +1 CHIL @I2869@ +1 CHIL @I2870@ +1 CHIL @I2871@ +1 CHIL @I2872@ +1 CHIL @I2873@ +<< +[0184] FAM rkey: F788 offs: 0x00003943 lens: 0x0000004d +0x00004943-0x0000498f: +>>0 @F788@ FAM +1 HUSB @I1447@ +1 WIFE @I1448@ +1 MARR +2 DATE 1296 +1 CHIL @I1449@ +<< +[0185] FAM rkey: F789 offs: 0x00003990 lens: 0x0000004d +0x00004990-0x000049dc: +>>0 @F789@ FAM +1 HUSB @I1447@ +1 WIFE @I1450@ +1 MARR +2 DATE 1302 +1 CHIL @I1451@ +<< +[0186] FAM rkey: F790 offs: 0x000039dd lens: 0x0000002b +0x000049dd-0x00004a07: +>>0 @F790@ FAM +1 HUSB @I1818@ +1 CHIL @I1448@ +<< +[0187] FAM rkey: F791 offs: 0x00003a08 lens: 0x0000004d +0x00004a08-0x00004a54: +>>0 @F791@ FAM +1 HUSB @I1454@ +1 WIFE @I1449@ +1 MARR +2 DATE 1315 +1 CHIL @I1455@ +<< +[0188] FAM rkey: F792 offs: 0x00003a55 lens: 0x00000033 +0x00004a55-0x00004a87: +>>0 @F792@ FAM +1 HUSB @I1451@ +1 WIFE @I1453@ +1 DIV Y +<< +[0189] FAM rkey: F793 offs: 0x00003a88 lens: 0x0000002b +0x00004a88-0x00004ab2: +>>0 @F793@ FAM +1 HUSB @I1752@ +1 CHIL @I1452@ +<< +[0190] FAM rkey: F794 offs: 0x00003ab3 lens: 0x0000002b +0x00004ab3-0x00004add: +>>0 @F794@ FAM +1 HUSB @I1452@ +1 CHIL @I1542@ +<< +[0191] FAM rkey: F795 offs: 0x00003ade lens: 0x0000002b +0x00004ade-0x00004b08: +>>0 @F795@ FAM +1 HUSB @I1841@ +1 CHIL @I1453@ +<< +[0192] FAM rkey: F796 offs: 0x00003b09 lens: 0x0000002b +0x00004b09-0x00004b33: +>>0 @F796@ FAM +1 HUSB @I1840@ +1 WIFE @I1453@ +<< + +0x00004b34: EOF (0x00004b34) GOOD + +BLOCK - DIRECTORY ac/af +0x00000000:ix_self: 0x00020005 (ac/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 225 +0x0000000e:ix_rkey[0000]: ' F797' +0x00000016:ix_rkey[0001]: ' F798' +0x0000001e:ix_rkey[0002]: ' F799' +0x00000026:ix_rkey[0003]: ' F800' +0x0000002e:ix_rkey[0004]: ' F801' +0x00000036:ix_rkey[0005]: ' F802' +0x0000003e:ix_rkey[0006]: ' F803' +0x00000046:ix_rkey[0007]: ' F804' +0x0000004e:ix_rkey[0008]: ' F805' +0x00000056:ix_rkey[0009]: ' F806' +0x0000005e:ix_rkey[0010]: ' F807' +0x00000066:ix_rkey[0011]: ' F808' +0x0000006e:ix_rkey[0012]: ' F809' +0x00000076:ix_rkey[0013]: ' F810' +0x0000007e:ix_rkey[0014]: ' F811' +0x00000086:ix_rkey[0015]: ' F812' +0x0000008e:ix_rkey[0016]: ' F813' +0x00000096:ix_rkey[0017]: ' F814' +0x0000009e:ix_rkey[0018]: ' F815' +0x000000a6:ix_rkey[0019]: ' F816' +0x000000ae:ix_rkey[0020]: ' F817' +0x000000b6:ix_rkey[0021]: ' F818' +0x000000be:ix_rkey[0022]: ' F819' +0x000000c6:ix_rkey[0023]: ' F820' +0x000000ce:ix_rkey[0024]: ' F821' +0x000000d6:ix_rkey[0025]: ' F822' +0x000000de:ix_rkey[0026]: ' F823' +0x000000e6:ix_rkey[0027]: ' F824' +0x000000ee:ix_rkey[0028]: ' F825' +0x000000f6:ix_rkey[0029]: ' F826' +0x000000fe:ix_rkey[0030]: ' F827' +0x00000106:ix_rkey[0031]: ' F828' +0x0000010e:ix_rkey[0032]: ' F829' +0x00000116:ix_rkey[0033]: ' F830' +0x0000011e:ix_rkey[0034]: ' F831' +0x00000126:ix_rkey[0035]: ' F832' +0x0000012e:ix_rkey[0036]: ' F833' +0x00000136:ix_rkey[0037]: ' F834' +0x0000013e:ix_rkey[0038]: ' F835' +0x00000146:ix_rkey[0039]: ' F836' +0x0000014e:ix_rkey[0040]: ' F837' +0x00000156:ix_rkey[0041]: ' F838' +0x0000015e:ix_rkey[0042]: ' F839' +0x00000166:ix_rkey[0043]: ' F840' +0x0000016e:ix_rkey[0044]: ' F841' +0x00000176:ix_rkey[0045]: ' F842' +0x0000017e:ix_rkey[0046]: ' F843' +0x00000186:ix_rkey[0047]: ' F844' +0x0000018e:ix_rkey[0048]: ' F845' +0x00000196:ix_rkey[0049]: ' F846' +0x0000019e:ix_rkey[0050]: ' F847' +0x000001a6:ix_rkey[0051]: ' F848' +0x000001ae:ix_rkey[0052]: ' F849' +0x000001b6:ix_rkey[0053]: ' F850' +0x000001be:ix_rkey[0054]: ' F851' +0x000001c6:ix_rkey[0055]: ' F852' +0x000001ce:ix_rkey[0056]: ' F853' +0x000001d6:ix_rkey[0057]: ' F854' +0x000001de:ix_rkey[0058]: ' F855' +0x000001e6:ix_rkey[0059]: ' F856' +0x000001ee:ix_rkey[0060]: ' F857' +0x000001f6:ix_rkey[0061]: ' F858' +0x000001fe:ix_rkey[0062]: ' F859' +0x00000206:ix_rkey[0063]: ' F860' +0x0000020e:ix_rkey[0064]: ' F861' +0x00000216:ix_rkey[0065]: ' F862' +0x0000021e:ix_rkey[0066]: ' F863' +0x00000226:ix_rkey[0067]: ' F864' +0x0000022e:ix_rkey[0068]: ' F865' +0x00000236:ix_rkey[0069]: ' F866' +0x0000023e:ix_rkey[0070]: ' F867' +0x00000246:ix_rkey[0071]: ' F868' +0x0000024e:ix_rkey[0072]: ' F869' +0x00000256:ix_rkey[0073]: ' F870' +0x0000025e:ix_rkey[0074]: ' F871' +0x00000266:ix_rkey[0075]: ' F872' +0x0000026e:ix_rkey[0076]: ' F873' +0x00000276:ix_rkey[0077]: ' F874' +0x0000027e:ix_rkey[0078]: ' F875' +0x00000286:ix_rkey[0079]: ' F876' +0x0000028e:ix_rkey[0080]: ' F877' +0x00000296:ix_rkey[0081]: ' F878' +0x0000029e:ix_rkey[0082]: ' F879' +0x000002a6:ix_rkey[0083]: ' F880' +0x000002ae:ix_rkey[0084]: ' F881' +0x000002b6:ix_rkey[0085]: ' F882' +0x000002be:ix_rkey[0086]: ' F883' +0x000002c6:ix_rkey[0087]: ' F884' +0x000002ce:ix_rkey[0088]: ' F885' +0x000002d6:ix_rkey[0089]: ' F886' +0x000002de:ix_rkey[0090]: ' F887' +0x000002e6:ix_rkey[0091]: ' F888' +0x000002ee:ix_rkey[0092]: ' F889' +0x000002f6:ix_rkey[0093]: ' F890' +0x000002fe:ix_rkey[0094]: ' F891' +0x00000306:ix_rkey[0095]: ' F892' +0x0000030e:ix_rkey[0096]: ' F893' +0x00000316:ix_rkey[0097]: ' F894' +0x0000031e:ix_rkey[0098]: ' F895' +0x00000326:ix_rkey[0099]: ' F896' +0x0000032e:ix_rkey[0100]: ' F897' +0x00000336:ix_rkey[0101]: ' F898' +0x0000033e:ix_rkey[0102]: ' F899' +0x00000346:ix_rkey[0103]: ' F900' +0x0000034e:ix_rkey[0104]: ' F901' +0x00000356:ix_rkey[0105]: ' F902' +0x0000035e:ix_rkey[0106]: ' F903' +0x00000366:ix_rkey[0107]: ' F904' +0x0000036e:ix_rkey[0108]: ' F905' +0x00000376:ix_rkey[0109]: ' F906' +0x0000037e:ix_rkey[0110]: ' F907' +0x00000386:ix_rkey[0111]: ' F908' +0x0000038e:ix_rkey[0112]: ' F909' +0x00000396:ix_rkey[0113]: ' F910' +0x0000039e:ix_rkey[0114]: ' F911' +0x000003a6:ix_rkey[0115]: ' F912' +0x000003ae:ix_rkey[0116]: ' F913' +0x000003b6:ix_rkey[0117]: ' F914' +0x000003be:ix_rkey[0118]: ' F915' +0x000003c6:ix_rkey[0119]: ' F916' +0x000003ce:ix_rkey[0120]: ' F917' +0x000003d6:ix_rkey[0121]: ' F918' +0x000003de:ix_rkey[0122]: ' F919' +0x000003e6:ix_rkey[0123]: ' F920' +0x000003ee:ix_rkey[0124]: ' F921' +0x000003f6:ix_rkey[0125]: ' F922' +0x000003fe:ix_rkey[0126]: ' F923' +0x00000406:ix_rkey[0127]: ' F924' +0x0000040e:ix_rkey[0128]: ' F925' +0x00000416:ix_rkey[0129]: ' F926' +0x0000041e:ix_rkey[0130]: ' F927' +0x00000426:ix_rkey[0131]: ' F928' +0x0000042e:ix_rkey[0132]: ' F929' +0x00000436:ix_rkey[0133]: ' F930' +0x0000043e:ix_rkey[0134]: ' F931' +0x00000446:ix_rkey[0135]: ' F932' +0x0000044e:ix_rkey[0136]: ' F933' +0x00000456:ix_rkey[0137]: ' F934' +0x0000045e:ix_rkey[0138]: ' F935' +0x00000466:ix_rkey[0139]: ' F936' +0x0000046e:ix_rkey[0140]: ' F937' +0x00000476:ix_rkey[0141]: ' F938' +0x0000047e:ix_rkey[0142]: ' F939' +0x00000486:ix_rkey[0143]: ' F940' +0x0000048e:ix_rkey[0144]: ' F941' +0x00000496:ix_rkey[0145]: ' F942' +0x0000049e:ix_rkey[0146]: ' F943' +0x000004a6:ix_rkey[0147]: ' F944' +0x000004ae:ix_rkey[0148]: ' F945' +0x000004b6:ix_rkey[0149]: ' F946' +0x000004be:ix_rkey[0150]: ' F947' +0x000004c6:ix_rkey[0151]: ' F948' +0x000004ce:ix_rkey[0152]: ' F949' +0x000004d6:ix_rkey[0153]: ' F950' +0x000004de:ix_rkey[0154]: ' F951' +0x000004e6:ix_rkey[0155]: ' F952' +0x000004ee:ix_rkey[0156]: ' F953' +0x000004f6:ix_rkey[0157]: ' F954' +0x000004fe:ix_rkey[0158]: ' F955' +0x00000506:ix_rkey[0159]: ' F956' +0x0000050e:ix_rkey[0160]: ' F957' +0x00000516:ix_rkey[0161]: ' F958' +0x0000051e:ix_rkey[0162]: ' F959' +0x00000526:ix_rkey[0163]: ' F960' +0x0000052e:ix_rkey[0164]: ' F961' +0x00000536:ix_rkey[0165]: ' F962' +0x0000053e:ix_rkey[0166]: ' F963' +0x00000546:ix_rkey[0167]: ' F964' +0x0000054e:ix_rkey[0168]: ' F965' +0x00000556:ix_rkey[0169]: ' F966' +0x0000055e:ix_rkey[0170]: ' F967' +0x00000566:ix_rkey[0171]: ' F968' +0x0000056e:ix_rkey[0172]: ' F969' +0x00000576:ix_rkey[0173]: ' F970' +0x0000057e:ix_rkey[0174]: ' F971' +0x00000586:ix_rkey[0175]: ' F972' +0x0000058e:ix_rkey[0176]: ' F973' +0x00000596:ix_rkey[0177]: ' F974' +0x0000059e:ix_rkey[0178]: ' F975' +0x000005a6:ix_rkey[0179]: ' F976' +0x000005ae:ix_rkey[0180]: ' F977' +0x000005b6:ix_rkey[0181]: ' F978' +0x000005be:ix_rkey[0182]: ' F979' +0x000005c6:ix_rkey[0183]: ' F980' +0x000005ce:ix_rkey[0184]: ' F981' +0x000005d6:ix_rkey[0185]: ' F982' +0x000005de:ix_rkey[0186]: ' F983' +0x000005e6:ix_rkey[0187]: ' F984' +0x000005ee:ix_rkey[0188]: ' F985' +0x000005f6:ix_rkey[0189]: ' F986' +0x000005fe:ix_rkey[0190]: ' F987' +0x00000606:ix_rkey[0191]: ' F988' +0x0000060e:ix_rkey[0192]: ' F989' +0x00000616:ix_rkey[0193]: ' F990' +0x0000061e:ix_rkey[0194]: ' F991' +0x00000626:ix_rkey[0195]: ' F992' +0x0000062e:ix_rkey[0196]: ' F993' +0x00000636:ix_rkey[0197]: ' F994' +0x0000063e:ix_rkey[0198]: ' F995' +0x00000646:ix_rkey[0199]: ' F996' +0x0000064e:ix_rkey[0200]: ' F997' +0x00000656:ix_rkey[0201]: ' F998' +0x0000065e:ix_rkey[0202]: ' F999' +0x00000666:ix_rkey[0203]: ' I100' +0x0000066e:ix_rkey[0204]: ' I101' +0x00000676:ix_rkey[0205]: ' I102' +0x0000067e:ix_rkey[0206]: ' I103' +0x00000686:ix_rkey[0207]: ' I104' +0x0000068e:ix_rkey[0208]: ' I105' +0x00000696:ix_rkey[0209]: ' I106' +0x0000069e:ix_rkey[0210]: ' I107' +0x000006a6:ix_rkey[0211]: ' I108' +0x000006ae:ix_rkey[0212]: ' I109' +0x000006b6:ix_rkey[0213]: ' I110' +0x000006be:ix_rkey[0214]: ' I111' +0x000006c6:ix_rkey[0215]: ' I112' +0x000006ce:ix_rkey[0216]: ' I113' +0x000006d6:ix_rkey[0217]: ' I114' +0x000006de:ix_rkey[0218]: ' I115' +0x000006e6:ix_rkey[0219]: ' I116' +0x000006ee:ix_rkey[0220]: ' I117' +0x000006f6:ix_rkey[0221]: ' I118' +0x000006fe:ix_rkey[0222]: ' I119' +0x00000706:ix_rkey[0223]: ' I120' +0x0000070e:ix_rkey[0224]: ' I121' + +deleted/unused entries +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000076 +0x0000080c:ix_offs[0001]: 0x00000076 0x00000c08:ix_lens[0001]: 0x0000002b +0x00000810:ix_offs[0002]: 0x000000a1 0x00000c0c:ix_lens[0002]: 0x0000002b +0x00000814:ix_offs[0003]: 0x000000cc 0x00000c10:ix_lens[0003]: 0x00000049 +0x00000818:ix_offs[0004]: 0x00000115 0x00000c14:ix_lens[0004]: 0x0000003a +0x0000081c:ix_offs[0005]: 0x0000014f 0x00000c18:ix_lens[0005]: 0x0000002b +0x00000820:ix_offs[0006]: 0x0000017a 0x00000c1c:ix_lens[0006]: 0x0000003a +0x00000824:ix_offs[0007]: 0x000001b4 0x00000c20:ix_lens[0007]: 0x0000002b +0x00000828:ix_offs[0008]: 0x000001df 0x00000c24:ix_lens[0008]: 0x00000058 +0x0000082c:ix_offs[0009]: 0x00000237 0x00000c28:ix_lens[0009]: 0x0000002b +0x00000830:ix_offs[0010]: 0x00000262 0x00000c2c:ix_lens[0010]: 0x0000006b +0x00000834:ix_offs[0011]: 0x000002cd 0x00000c30:ix_lens[0011]: 0x0000003e +0x00000838:ix_offs[0012]: 0x0000030b 0x00000c34:ix_lens[0012]: 0x00000042 +0x0000083c:ix_offs[0013]: 0x0000034d 0x00000c38:ix_lens[0013]: 0x0000004d +0x00000840:ix_offs[0014]: 0x0000039a 0x00000c3c:ix_lens[0014]: 0x0000002b +0x00000844:ix_offs[0015]: 0x000003c5 0x00000c40:ix_lens[0015]: 0x00000049 +0x00000848:ix_offs[0016]: 0x0000040e 0x00000c44:ix_lens[0016]: 0x0000003a +0x0000084c:ix_offs[0017]: 0x00000448 0x00000c48:ix_lens[0017]: 0x0000003a +0x00000850:ix_offs[0018]: 0x00000482 0x00000c4c:ix_lens[0018]: 0x0000003a +0x00000854:ix_offs[0019]: 0x000004bc 0x00000c50:ix_lens[0019]: 0x0000004d +0x00000858:ix_offs[0020]: 0x00000509 0x00000c54:ix_lens[0020]: 0x0000003a +0x0000085c:ix_offs[0021]: 0x00000543 0x00000c58:ix_lens[0021]: 0x0000003a +0x00000860:ix_offs[0022]: 0x0000057d 0x00000c5c:ix_lens[0022]: 0x0000002b +0x00000864:ix_offs[0023]: 0x000005a8 0x00000c60:ix_lens[0023]: 0x0000002b +0x00000868:ix_offs[0024]: 0x000005d3 0x00000c64:ix_lens[0024]: 0x0000002b +0x0000086c:ix_offs[0025]: 0x000005fe 0x00000c68:ix_lens[0025]: 0x0000002b +0x00000870:ix_offs[0026]: 0x00000629 0x00000c6c:ix_lens[0026]: 0x0000002b +0x00000874:ix_offs[0027]: 0x00000654 0x00000c70:ix_lens[0027]: 0x0000002b +0x00000878:ix_offs[0028]: 0x0000067f 0x00000c74:ix_lens[0028]: 0x0000002b +0x0000087c:ix_offs[0029]: 0x000006aa 0x00000c78:ix_lens[0029]: 0x0000002b +0x00000880:ix_offs[0030]: 0x000006d5 0x00000c7c:ix_lens[0030]: 0x0000002b +0x00000884:ix_offs[0031]: 0x00000700 0x00000c80:ix_lens[0031]: 0x0000002b +0x00000888:ix_offs[0032]: 0x0000072b 0x00000c84:ix_lens[0032]: 0x00000049 +0x0000088c:ix_offs[0033]: 0x00000774 0x00000c88:ix_lens[0033]: 0x0000003a +0x00000890:ix_offs[0034]: 0x000007ae 0x00000c8c:ix_lens[0034]: 0x00000058 +0x00000894:ix_offs[0035]: 0x00000806 0x00000c90:ix_lens[0035]: 0x0000002b +0x00000898:ix_offs[0036]: 0x00000831 0x00000c94:ix_lens[0036]: 0x0000003a +0x0000089c:ix_offs[0037]: 0x0000086b 0x00000c98:ix_lens[0037]: 0x0000002b +0x000008a0:ix_offs[0038]: 0x00000896 0x00000c9c:ix_lens[0038]: 0x0000002b +0x000008a4:ix_offs[0039]: 0x000008c1 0x00000ca0:ix_lens[0039]: 0x0000002b +0x000008a8:ix_offs[0040]: 0x000008ec 0x00000ca4:ix_lens[0040]: 0x0000002b +0x000008ac:ix_offs[0041]: 0x00000917 0x00000ca8:ix_lens[0041]: 0x00000049 +0x000008b0:ix_offs[0042]: 0x00000960 0x00000cac:ix_lens[0042]: 0x00000049 +0x000008b4:ix_offs[0043]: 0x000009a9 0x00000cb0:ix_lens[0043]: 0x00000049 +0x000008b8:ix_offs[0044]: 0x000009f2 0x00000cb4:ix_lens[0044]: 0x0000005c +0x000008bc:ix_offs[0045]: 0x00000a4e 0x00000cb8:ix_lens[0045]: 0x00000062 +0x000008c0:ix_offs[0046]: 0x00000ab0 0x00000cbc:ix_lens[0046]: 0x00000049 +0x000008c4:ix_offs[0047]: 0x00000af9 0x00000cc0:ix_lens[0047]: 0x000000ea +0x000008c8:ix_offs[0048]: 0x00000be3 0x00000cc4:ix_lens[0048]: 0x00000045 +0x000008cc:ix_offs[0049]: 0x00000c28 0x00000cc8:ix_lens[0049]: 0x00000049 +0x000008d0:ix_offs[0050]: 0x00000c71 0x00000ccc:ix_lens[0050]: 0x00000054 +0x000008d4:ix_offs[0051]: 0x00000cc5 0x00000cd0:ix_lens[0051]: 0x0000002b +0x000008d8:ix_offs[0052]: 0x00000cf0 0x00000cd4:ix_lens[0052]: 0x0000003a +0x000008dc:ix_offs[0053]: 0x00000d2a 0x00000cd8:ix_lens[0053]: 0x0000002b +0x000008e0:ix_offs[0054]: 0x00000d55 0x00000cdc:ix_lens[0054]: 0x00000049 +0x000008e4:ix_offs[0055]: 0x00000d9e 0x00000ce0:ix_lens[0055]: 0x0000003a +0x000008e8:ix_offs[0056]: 0x00000dd8 0x00000ce4:ix_lens[0056]: 0x0000003a +0x000008ec:ix_offs[0057]: 0x00000e12 0x00000ce8:ix_lens[0057]: 0x00000051 +0x000008f0:ix_offs[0058]: 0x00000e63 0x00000cec:ix_lens[0058]: 0x0000002b +0x000008f4:ix_offs[0059]: 0x00000e8e 0x00000cf0:ix_lens[0059]: 0x0000002b +0x000008f8:ix_offs[0060]: 0x00000eb9 0x00000cf4:ix_lens[0060]: 0x0000003a +0x000008fc:ix_offs[0061]: 0x00000ef3 0x00000cf8:ix_lens[0061]: 0x00000049 +0x00000900:ix_offs[0062]: 0x00000f3c 0x00000cfc:ix_lens[0062]: 0x00000049 +0x00000904:ix_offs[0063]: 0x00000f85 0x00000d00:ix_lens[0063]: 0x0000002b +0x00000908:ix_offs[0064]: 0x00000fb0 0x00000d04:ix_lens[0064]: 0x0000002b +0x0000090c:ix_offs[0065]: 0x00000fdb 0x00000d08:ix_lens[0065]: 0x0000002b +0x00000910:ix_offs[0066]: 0x00001006 0x00000d0c:ix_lens[0066]: 0x00000054 +0x00000914:ix_offs[0067]: 0x0000105a 0x00000d10:ix_lens[0067]: 0x0000002b +0x00000918:ix_offs[0068]: 0x00001085 0x00000d14:ix_lens[0068]: 0x0000002b +0x0000091c:ix_offs[0069]: 0x000010b0 0x00000d18:ix_lens[0069]: 0x0000002b +0x00000920:ix_offs[0070]: 0x000010db 0x00000d1c:ix_lens[0070]: 0x0000002b +0x00000924:ix_offs[0071]: 0x00001106 0x00000d20:ix_lens[0071]: 0x00000061 +0x00000928:ix_offs[0072]: 0x00001167 0x00000d24:ix_lens[0072]: 0x0000002b +0x0000092c:ix_offs[0073]: 0x00001192 0x00000d28:ix_lens[0073]: 0x0000002b +0x00000930:ix_offs[0074]: 0x000011bd 0x00000d2c:ix_lens[0074]: 0x0000002b +0x00000934:ix_offs[0075]: 0x000011e8 0x00000d30:ix_lens[0075]: 0x0000002b +0x00000938:ix_offs[0076]: 0x00001213 0x00000d34:ix_lens[0076]: 0x0000002b +0x0000093c:ix_offs[0077]: 0x0000123e 0x00000d38:ix_lens[0077]: 0x0000003a +0x00000940:ix_offs[0078]: 0x00001278 0x00000d3c:ix_lens[0078]: 0x00000062 +0x00000944:ix_offs[0079]: 0x000012da 0x00000d40:ix_lens[0079]: 0x0000003a +0x00000948:ix_offs[0080]: 0x00001314 0x00000d44:ix_lens[0080]: 0x000000cc +0x0000094c:ix_offs[0081]: 0x000013e0 0x00000d48:ix_lens[0081]: 0x00000053 +0x00000950:ix_offs[0082]: 0x00001433 0x00000d4c:ix_lens[0082]: 0x0000008c +0x00000954:ix_offs[0083]: 0x000014bf 0x00000d50:ix_lens[0083]: 0x00000044 +0x00000958:ix_offs[0084]: 0x00001503 0x00000d54:ix_lens[0084]: 0x00000054 +0x0000095c:ix_offs[0085]: 0x00001557 0x00000d58:ix_lens[0085]: 0x0000004d +0x00000960:ix_offs[0086]: 0x000015a4 0x00000d5c:ix_lens[0086]: 0x0000003a +0x00000964:ix_offs[0087]: 0x000015de 0x00000d60:ix_lens[0087]: 0x00000054 +0x00000968:ix_offs[0088]: 0x00001632 0x00000d64:ix_lens[0088]: 0x00000050 +0x0000096c:ix_offs[0089]: 0x00001682 0x00000d68:ix_lens[0089]: 0x0000003e +0x00000970:ix_offs[0090]: 0x000016c0 0x00000d6c:ix_lens[0090]: 0x0000003e +0x00000974:ix_offs[0091]: 0x000016fe 0x00000d70:ix_lens[0091]: 0x0000006f +0x00000978:ix_offs[0092]: 0x0000176d 0x00000d74:ix_lens[0092]: 0x00000059 +0x0000097c:ix_offs[0093]: 0x000017c6 0x00000d78:ix_lens[0093]: 0x0000002b +0x00000980:ix_offs[0094]: 0x000017f1 0x00000d7c:ix_lens[0094]: 0x0000003a +0x00000984:ix_offs[0095]: 0x0000182b 0x00000d80:ix_lens[0095]: 0x0000005e +0x00000988:ix_offs[0096]: 0x00001889 0x00000d84:ix_lens[0096]: 0x00000060 +0x0000098c:ix_offs[0097]: 0x000018e9 0x00000d88:ix_lens[0097]: 0x00000059 +0x00000990:ix_offs[0098]: 0x00001942 0x00000d8c:ix_lens[0098]: 0x0000002b +0x00000994:ix_offs[0099]: 0x0000196d 0x00000d90:ix_lens[0099]: 0x0000003e +0x00000998:ix_offs[0100]: 0x000019ab 0x00000d94:ix_lens[0100]: 0x0000002b +0x0000099c:ix_offs[0101]: 0x000019d6 0x00000d98:ix_lens[0101]: 0x00000089 +0x000009a0:ix_offs[0102]: 0x00001a5f 0x00000d9c:ix_lens[0102]: 0x0000003e +0x000009a4:ix_offs[0103]: 0x00001a9d 0x00000da0:ix_lens[0103]: 0x0000006b +0x000009a8:ix_offs[0104]: 0x00001b08 0x00000da4:ix_lens[0104]: 0x0000003e +0x000009ac:ix_offs[0105]: 0x00001b46 0x00000da8:ix_lens[0105]: 0x0000003e +0x000009b0:ix_offs[0106]: 0x00001b84 0x00000dac:ix_lens[0106]: 0x0000003e +0x000009b4:ix_offs[0107]: 0x00001bc2 0x00000db0:ix_lens[0107]: 0x0000003e +0x000009b8:ix_offs[0108]: 0x00001c00 0x00000db4:ix_lens[0108]: 0x0000003e +0x000009bc:ix_offs[0109]: 0x00001c3e 0x00000db8:ix_lens[0109]: 0x0000003e +0x000009c0:ix_offs[0110]: 0x00001c7c 0x00000dbc:ix_lens[0110]: 0x0000003e +0x000009c4:ix_offs[0111]: 0x00001cba 0x00000dc0:ix_lens[0111]: 0x0000006b +0x000009c8:ix_offs[0112]: 0x00001d25 0x00000dc4:ix_lens[0112]: 0x0000006b +0x000009cc:ix_offs[0113]: 0x00001d90 0x00000dc8:ix_lens[0113]: 0x0000002b +0x000009d0:ix_offs[0114]: 0x00001dbb 0x00000dcc:ix_lens[0114]: 0x0000003a +0x000009d4:ix_offs[0115]: 0x00001df5 0x00000dd0:ix_lens[0115]: 0x0000002b +0x000009d8:ix_offs[0116]: 0x00001e20 0x00000dd4:ix_lens[0116]: 0x0000002b +0x000009dc:ix_offs[0117]: 0x00001e4b 0x00000dd8:ix_lens[0117]: 0x0000003a +0x000009e0:ix_offs[0118]: 0x00001e85 0x00000ddc:ix_lens[0118]: 0x0000002b +0x000009e4:ix_offs[0119]: 0x00001eb0 0x00000de0:ix_lens[0119]: 0x0000002b +0x000009e8:ix_offs[0120]: 0x00001edb 0x00000de4:ix_lens[0120]: 0x0000002b +0x000009ec:ix_offs[0121]: 0x00001f06 0x00000de8:ix_lens[0121]: 0x0000003a +0x000009f0:ix_offs[0122]: 0x00001f40 0x00000dec:ix_lens[0122]: 0x0000002b +0x000009f4:ix_offs[0123]: 0x00001f6b 0x00000df0:ix_lens[0123]: 0x0000003e +0x000009f8:ix_offs[0124]: 0x00001fa9 0x00000df4:ix_lens[0124]: 0x0000004d +0x000009fc:ix_offs[0125]: 0x00001ff6 0x00000df8:ix_lens[0125]: 0x0000003e +0x00000a00:ix_offs[0126]: 0x00002034 0x00000dfc:ix_lens[0126]: 0x0000007a +0x00000a04:ix_offs[0127]: 0x000020ae 0x00000e00:ix_lens[0127]: 0x0000004d +0x00000a08:ix_offs[0128]: 0x000020fb 0x00000e04:ix_lens[0128]: 0x0000002b +0x00000a0c:ix_offs[0129]: 0x00002126 0x00000e08:ix_lens[0129]: 0x00000046 +0x00000a10:ix_offs[0130]: 0x0000216c 0x00000e0c:ix_lens[0130]: 0x00000045 +0x00000a14:ix_offs[0131]: 0x000021b1 0x00000e10:ix_lens[0131]: 0x00000042 +0x00000a18:ix_offs[0132]: 0x000021f3 0x00000e14:ix_lens[0132]: 0x0000002b +0x00000a1c:ix_offs[0133]: 0x0000221e 0x00000e18:ix_lens[0133]: 0x00000055 +0x00000a20:ix_offs[0134]: 0x00002273 0x00000e1c:ix_lens[0134]: 0x0000003a +0x00000a24:ix_offs[0135]: 0x000022ad 0x00000e20:ix_lens[0135]: 0x0000002b +0x00000a28:ix_offs[0136]: 0x000022d8 0x00000e24:ix_lens[0136]: 0x0000002b +0x00000a2c:ix_offs[0137]: 0x00002303 0x00000e28:ix_lens[0137]: 0x0000002b +0x00000a30:ix_offs[0138]: 0x0000232e 0x00000e2c:ix_lens[0138]: 0x0000002b +0x00000a34:ix_offs[0139]: 0x00002359 0x00000e30:ix_lens[0139]: 0x0000002b +0x00000a38:ix_offs[0140]: 0x00002384 0x00000e34:ix_lens[0140]: 0x0000003a +0x00000a3c:ix_offs[0141]: 0x000023be 0x00000e38:ix_lens[0141]: 0x0000002b +0x00000a40:ix_offs[0142]: 0x000023e9 0x00000e3c:ix_lens[0142]: 0x0000002b +0x00000a44:ix_offs[0143]: 0x00002414 0x00000e40:ix_lens[0143]: 0x00000049 +0x00000a48:ix_offs[0144]: 0x0000245d 0x00000e44:ix_lens[0144]: 0x0000003a +0x00000a4c:ix_offs[0145]: 0x00002497 0x00000e48:ix_lens[0145]: 0x0000002b +0x00000a50:ix_offs[0146]: 0x000024c2 0x00000e4c:ix_lens[0146]: 0x0000002b +0x00000a54:ix_offs[0147]: 0x000024ed 0x00000e50:ix_lens[0147]: 0x00000067 +0x00000a58:ix_offs[0148]: 0x00002554 0x00000e54:ix_lens[0148]: 0x0000002b +0x00000a5c:ix_offs[0149]: 0x0000257f 0x00000e58:ix_lens[0149]: 0x0000002b +0x00000a60:ix_offs[0150]: 0x000025aa 0x00000e5c:ix_lens[0150]: 0x0000002b +0x00000a64:ix_offs[0151]: 0x000025d5 0x00000e60:ix_lens[0151]: 0x00000076 +0x00000a68:ix_offs[0152]: 0x0000264b 0x00000e64:ix_lens[0152]: 0x00000049 +0x00000a6c:ix_offs[0153]: 0x00002694 0x00000e68:ix_lens[0153]: 0x000000a3 +0x00000a70:ix_offs[0154]: 0x00002737 0x00000e6c:ix_lens[0154]: 0x0000002b +0x00000a74:ix_offs[0155]: 0x00002762 0x00000e70:ix_lens[0155]: 0x0000002b +0x00000a78:ix_offs[0156]: 0x0000278d 0x00000e74:ix_lens[0156]: 0x0000002b +0x00000a7c:ix_offs[0157]: 0x000027b8 0x00000e78:ix_lens[0157]: 0x0000002b +0x00000a80:ix_offs[0158]: 0x000027e3 0x00000e7c:ix_lens[0158]: 0x0000002b +0x00000a84:ix_offs[0159]: 0x0000280e 0x00000e80:ix_lens[0159]: 0x0000002b +0x00000a88:ix_offs[0160]: 0x00002839 0x00000e84:ix_lens[0160]: 0x00000049 +0x00000a8c:ix_offs[0161]: 0x00002882 0x00000e88:ix_lens[0161]: 0x00000044 +0x00000a90:ix_offs[0162]: 0x000028c6 0x00000e8c:ix_lens[0162]: 0x0000002b +0x00000a94:ix_offs[0163]: 0x000028f1 0x00000e90:ix_lens[0163]: 0x0000002b +0x00000a98:ix_offs[0164]: 0x0000291c 0x00000e94:ix_lens[0164]: 0x0000002b +0x00000a9c:ix_offs[0165]: 0x00002947 0x00000e98:ix_lens[0165]: 0x0000002b +0x00000aa0:ix_offs[0166]: 0x00002972 0x00000e9c:ix_lens[0166]: 0x0000003e +0x00000aa4:ix_offs[0167]: 0x000029b0 0x00000ea0:ix_lens[0167]: 0x0000003a +0x00000aa8:ix_offs[0168]: 0x000029ea 0x00000ea4:ix_lens[0168]: 0x0000003a +0x00000aac:ix_offs[0169]: 0x00002a24 0x00000ea8:ix_lens[0169]: 0x0000002b +0x00000ab0:ix_offs[0170]: 0x00002a4f 0x00000eac:ix_lens[0170]: 0x00000049 +0x00000ab4:ix_offs[0171]: 0x00002a98 0x00000eb0:ix_lens[0171]: 0x00000058 +0x00000ab8:ix_offs[0172]: 0x00002af0 0x00000eb4:ix_lens[0172]: 0x0000002b +0x00000abc:ix_offs[0173]: 0x00002b1b 0x00000eb8:ix_lens[0173]: 0x0000003a +0x00000ac0:ix_offs[0174]: 0x00002b55 0x00000ebc:ix_lens[0174]: 0x0000001c +0x00000ac4:ix_offs[0175]: 0x00002b71 0x00000ec0:ix_lens[0175]: 0x0000003a +0x00000ac8:ix_offs[0176]: 0x00002bab 0x00000ec4:ix_lens[0176]: 0x0000003a +0x00000acc:ix_offs[0177]: 0x00002be5 0x00000ec8:ix_lens[0177]: 0x0000002b +0x00000ad0:ix_offs[0178]: 0x00002c10 0x00000ecc:ix_lens[0178]: 0x0000002b +0x00000ad4:ix_offs[0179]: 0x00002c3b 0x00000ed0:ix_lens[0179]: 0x00000033 +0x00000ad8:ix_offs[0180]: 0x00002c6e 0x00000ed4:ix_lens[0180]: 0x0000002b +0x00000adc:ix_offs[0181]: 0x00002c99 0x00000ed8:ix_lens[0181]: 0x0000003a +0x00000ae0:ix_offs[0182]: 0x00002cd3 0x00000edc:ix_lens[0182]: 0x0000002b +0x00000ae4:ix_offs[0183]: 0x00002cfe 0x00000ee0:ix_lens[0183]: 0x0000002b +0x00000ae8:ix_offs[0184]: 0x00002d29 0x00000ee4:ix_lens[0184]: 0x0000002b +0x00000aec:ix_offs[0185]: 0x00002d54 0x00000ee8:ix_lens[0185]: 0x0000002b +0x00000af0:ix_offs[0186]: 0x00002d7f 0x00000eec:ix_lens[0186]: 0x000000a7 +0x00000af4:ix_offs[0187]: 0x00002e26 0x00000ef0:ix_lens[0187]: 0x0000003e +0x00000af8:ix_offs[0188]: 0x00002e64 0x00000ef4:ix_lens[0188]: 0x0000004d +0x00000afc:ix_offs[0189]: 0x00002eb1 0x00000ef8:ix_lens[0189]: 0x0000003a +0x00000b00:ix_offs[0190]: 0x00002eeb 0x00000efc:ix_lens[0190]: 0x0000002b +0x00000b04:ix_offs[0191]: 0x00002f16 0x00000f00:ix_lens[0191]: 0x0000002b +0x00000b08:ix_offs[0192]: 0x00002f41 0x00000f04:ix_lens[0192]: 0x00000046 +0x00000b0c:ix_offs[0193]: 0x00002f87 0x00000f08:ix_lens[0193]: 0x0000002b +0x00000b10:ix_offs[0194]: 0x00002fb2 0x00000f0c:ix_lens[0194]: 0x0000002b +0x00000b14:ix_offs[0195]: 0x00002fdd 0x00000f10:ix_lens[0195]: 0x0000002b +0x00000b18:ix_offs[0196]: 0x00003008 0x00000f14:ix_lens[0196]: 0x0000002b +0x00000b1c:ix_offs[0197]: 0x00003033 0x00000f18:ix_lens[0197]: 0x0000003a +0x00000b20:ix_offs[0198]: 0x0000306d 0x00000f1c:ix_lens[0198]: 0x0000003a +0x00000b24:ix_offs[0199]: 0x000030a7 0x00000f20:ix_lens[0199]: 0x0000003a +0x00000b28:ix_offs[0200]: 0x000030e1 0x00000f24:ix_lens[0200]: 0x00000067 +0x00000b2c:ix_offs[0201]: 0x00003148 0x00000f28:ix_lens[0201]: 0x0000002b +0x00000b30:ix_offs[0202]: 0x00003173 0x00000f2c:ix_lens[0202]: 0x0000003a +0x00000b34:ix_offs[0203]: 0x000031ad 0x00000f30:ix_lens[0203]: 0x00000082 +0x00000b38:ix_offs[0204]: 0x0000322f 0x00000f34:ix_lens[0204]: 0x000000b3 +0x00000b3c:ix_offs[0205]: 0x000032e2 0x00000f38:ix_lens[0205]: 0x00000083 +0x00000b40:ix_offs[0206]: 0x00003365 0x00000f3c:ix_lens[0206]: 0x000000e2 +0x00000b44:ix_offs[0207]: 0x00003447 0x00000f40:ix_lens[0207]: 0x0000007f +0x00000b48:ix_offs[0208]: 0x000034c6 0x00000f44:ix_lens[0208]: 0x00000076 +0x00000b4c:ix_offs[0209]: 0x0000353c 0x00000f48:ix_lens[0209]: 0x00000076 +0x00000b50:ix_offs[0210]: 0x000035b2 0x00000f4c:ix_lens[0210]: 0x00000089 +0x00000b54:ix_offs[0211]: 0x0000363b 0x00000f50:ix_lens[0211]: 0x00000059 +0x00000b58:ix_offs[0212]: 0x00003694 0x00000f54:ix_lens[0212]: 0x00000091 +0x00000b5c:ix_offs[0213]: 0x00003725 0x00000f58:ix_lens[0213]: 0x000000a5 +0x00000b60:ix_offs[0214]: 0x000037ca 0x00000f5c:ix_lens[0214]: 0x00000076 +0x00000b64:ix_offs[0215]: 0x00003840 0x00000f60:ix_lens[0215]: 0x000000c8 +0x00000b68:ix_offs[0216]: 0x00003908 0x00000f64:ix_lens[0216]: 0x000000bb +0x00000b6c:ix_offs[0217]: 0x000039c3 0x00000f68:ix_lens[0217]: 0x000000d9 +0x00000b70:ix_offs[0218]: 0x00003a9c 0x00000f6c:ix_lens[0218]: 0x000000e7 +0x00000b74:ix_offs[0219]: 0x00003b83 0x00000f70:ix_lens[0219]: 0x000000a2 +0x00000b78:ix_offs[0220]: 0x00003c25 0x00000f74:ix_lens[0220]: 0x0000007d +0x00000b7c:ix_offs[0221]: 0x00003ca2 0x00000f78:ix_lens[0221]: 0x0000007c +0x00000b80:ix_offs[0222]: 0x00003d1e 0x00000f7c:ix_lens[0222]: 0x00000065 +0x00000b84:ix_offs[0223]: 0x00003d83 0x00000f80:ix_lens[0223]: 0x000000ed +0x00000b88:ix_offs[0224]: 0x00003e70 0x00000f84:ix_lens[0224]: 0x000000c2 + +0x00000b8c-0x00000c03:ix_offs[0225-0254] default value 0x00000000 +0x00000f88-0x00000fff:ix_lens[0225-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F797 offs: 0x00000000 lens: 0x00000076 +0x00001000-0x00001075: +>>0 @F797@ FAM +1 HUSB @I1455@ +1 WIFE @I1456@ +1 CHIL @I1457@ +1 CHIL @I1458@ +1 CHIL @I1459@ +1 CHIL @I1460@ +1 CHIL @I1821@ +<< +[0001] FAM rkey: F798 offs: 0x00000076 lens: 0x0000002b +0x00001076-0x000010a0: +>>0 @F798@ FAM +1 HUSB @I1455@ +1 WIFE @I1464@ +<< +[0002] FAM rkey: F799 offs: 0x000000a1 lens: 0x0000002b +0x000010a1-0x000010cb: +>>0 @F799@ FAM +1 HUSB @I1819@ +1 CHIL @I1456@ +<< +[0003] FAM rkey: F800 offs: 0x000000cc lens: 0x00000049 +0x000010cc-0x00001114: +>>0 @F800@ FAM +1 HUSB @I1457@ +1 WIFE @I1461@ +1 CHIL @I1462@ +1 CHIL @I1463@ +<< +[0004] FAM rkey: F801 offs: 0x00000115 lens: 0x0000003a +0x00001115-0x0000114e: +>>0 @F801@ FAM +1 HUSB @I1459@ +1 WIFE @I1485@ +1 CHIL @I1486@ +<< +[0005] FAM rkey: F802 offs: 0x0000014f lens: 0x0000002b +0x0000114f-0x00001179: +>>0 @F802@ FAM +1 HUSB @I1825@ +1 CHIL @I1461@ +<< +[0006] FAM rkey: F803 offs: 0x0000017a lens: 0x0000003a +0x0000117a-0x000011b3: +>>0 @F803@ FAM +1 HUSB @I1463@ +1 WIFE @I1465@ +1 CHIL @I1466@ +<< +[0007] FAM rkey: F804 offs: 0x000001b4 lens: 0x0000002b +0x000011b4-0x000011de: +>>0 @F804@ FAM +1 HUSB @I1820@ +1 CHIL @I1464@ +<< +[0008] FAM rkey: F805 offs: 0x000001df lens: 0x00000058 +0x000011df-0x00001236: +>>0 @F805@ FAM +1 HUSB @I1487@ +1 WIFE @I1465@ +1 CHIL @I1488@ +1 CHIL @I1489@ +1 CHIL @I1490@ +<< +[0009] FAM rkey: F806 offs: 0x00000237 lens: 0x0000002b +0x00001237-0x00001261: +>>0 @F806@ FAM +1 HUSB @I1826@ +1 CHIL @I1467@ +<< +[0010] FAM rkey: F807 offs: 0x00000262 lens: 0x0000006b +0x00001262-0x000012cc: +>>0 @F807@ FAM +1 HUSB @I1827@ +1 WIFE @I1828@ +1 MARR +2 DATE 1449 +1 CHIL @I1469@ +1 CHIL @I1468@ +1 CHIL @I1634@ +<< +[0011] FAM rkey: F808 offs: 0x000002cd lens: 0x0000003e +0x000012cd-0x0000130a: +>>0 @F808@ FAM +1 HUSB @I1468@ +1 WIFE @I2864@ +1 MARR +2 DATE 1478 +<< +[0012] FAM rkey: F809 offs: 0x0000030b lens: 0x00000042 +0x0000130b-0x0000134c: +>>0 @F809@ FAM +1 HUSB @I1470@ +1 WIFE @I1483@ +1 DIV Y +1 CHIL @I2866@ +<< +[0013] FAM rkey: F810 offs: 0x0000034d lens: 0x0000004d +0x0000134d-0x00001399: +>>0 @F810@ FAM +1 HUSB @I1470@ +1 WIFE @I2865@ +1 MARR +2 DATE 1480 +1 CHIL @I1484@ +<< +[0014] FAM rkey: F811 offs: 0x0000039a lens: 0x0000002b +0x0000139a-0x000013c4: +>>0 @F811@ FAM +1 HUSB @I1473@ +1 WIFE @I1472@ +<< +[0015] FAM rkey: F812 offs: 0x000003c5 lens: 0x00000049 +0x000013c5-0x0000140d: +>>0 @F812@ FAM +1 HUSB @I1474@ +1 WIFE @I1472@ +1 CHIL @I1475@ +1 CHIL @I1476@ +<< +[0016] FAM rkey: F813 offs: 0x0000040e lens: 0x0000003a +0x0000140e-0x00001447: +>>0 @F813@ FAM +1 HUSB @I1477@ +1 WIFE @I1475@ +1 CHIL @I1478@ +<< +[0017] FAM rkey: F814 offs: 0x00000448 lens: 0x0000003a +0x00001448-0x00001481: +>>0 @F814@ FAM +1 HUSB @I1476@ +1 WIFE @I1491@ +1 CHIL @I1492@ +<< +[0018] FAM rkey: F815 offs: 0x00000482 lens: 0x0000003a +0x00001482-0x000014bb: +>>0 @F815@ FAM +1 HUSB @I1480@ +1 WIFE @I1481@ +1 CHIL @I1482@ +<< +[0019] FAM rkey: F816 offs: 0x000004bc lens: 0x0000004d +0x000014bc-0x00001508: +>>0 @F816@ FAM +1 HUSB @I1492@ +1 WIFE @I1493@ +1 MARR +2 DATE 1532 +1 CHIL @I1494@ +<< +[0020] FAM rkey: F817 offs: 0x00000509 lens: 0x0000003a +0x00001509-0x00001542: +>>0 @F817@ FAM +1 HUSB @I1894@ +1 WIFE @I1895@ +1 CHIL @I1495@ +<< +[0021] FAM rkey: F818 offs: 0x00000543 lens: 0x0000003a +0x00001543-0x0000157c: +>>0 @F818@ FAM +1 HUSB @I1497@ +1 WIFE @I1498@ +1 CHIL @I1499@ +<< +[0022] FAM rkey: F819 offs: 0x0000057d lens: 0x0000002b +0x0000157d-0x000015a7: +>>0 @F819@ FAM +1 HUSB @I1503@ +1 WIFE @I1501@ +<< +[0023] FAM rkey: F820 offs: 0x000005a8 lens: 0x0000002b +0x000015a8-0x000015d2: +>>0 @F820@ FAM +1 HUSB @I2292@ +1 WIFE @I1502@ +<< +[0024] FAM rkey: F821 offs: 0x000005d3 lens: 0x0000002b +0x000015d3-0x000015fd: +>>0 @F821@ FAM +1 HUSB @I2293@ +1 WIFE @I1502@ +<< +[0025] FAM rkey: F822 offs: 0x000005fe lens: 0x0000002b +0x000015fe-0x00001628: +>>0 @F822@ FAM +1 HUSB @I1898@ +1 CHIL @I1504@ +<< +[0026] FAM rkey: F823 offs: 0x00000629 lens: 0x0000002b +0x00001629-0x00001653: +>>0 @F823@ FAM +1 HUSB @I1901@ +1 CHIL @I1505@ +<< +[0027] FAM rkey: F824 offs: 0x00000654 lens: 0x0000002b +0x00001654-0x0000167e: +>>0 @F824@ FAM +1 HUSB @I1902@ +1 WIFE @I1505@ +<< +[0028] FAM rkey: F825 offs: 0x0000067f lens: 0x0000002b +0x0000167f-0x000016a9: +>>0 @F825@ FAM +1 HUSB @I1874@ +1 CHIL @I1506@ +<< +[0029] FAM rkey: F826 offs: 0x000006aa lens: 0x0000002b +0x000016aa-0x000016d4: +>>0 @F826@ FAM +1 HUSB @I1875@ +1 WIFE @I1506@ +<< +[0030] FAM rkey: F827 offs: 0x000006d5 lens: 0x0000002b +0x000016d5-0x000016ff: +>>0 @F827@ FAM +1 HUSB @I1876@ +1 WIFE @I1506@ +<< +[0031] FAM rkey: F828 offs: 0x00000700 lens: 0x0000002b +0x00001700-0x0000172a: +>>0 @F828@ FAM +1 HUSB @I1872@ +1 CHIL @I1508@ +<< +[0032] FAM rkey: F829 offs: 0x0000072b lens: 0x00000049 +0x0000172b-0x00001773: +>>0 @F829@ FAM +1 HUSB @I2239@ +1 WIFE @I2240@ +1 CHIL @I1511@ +1 CHIL @I2241@ +<< +[0033] FAM rkey: F830 offs: 0x00000774 lens: 0x0000003a +0x00001774-0x000017ad: +>>0 @F830@ FAM +1 HUSB @I1511@ +1 WIFE @I2225@ +1 CHIL @I2237@ +<< +[0034] FAM rkey: F831 offs: 0x000007ae lens: 0x00000058 +0x000017ae-0x00001805: +>>0 @F831@ FAM +1 HUSB @I1545@ +1 WIFE @I1546@ +1 CHIL @I1512@ +1 CHIL @I1547@ +1 CHIL @I1766@ +<< +[0035] FAM rkey: F832 offs: 0x00000806 lens: 0x0000002b +0x00001806-0x00001830: +>>0 @F832@ FAM +1 HUSB @I1514@ +1 WIFE @I2224@ +<< +[0036] FAM rkey: F833 offs: 0x00000831 lens: 0x0000003a +0x00001831-0x0000186a: +>>0 @F833@ FAM +1 HUSB @I1515@ +1 WIFE @I2227@ +1 CHIL @I2228@ +<< +[0037] FAM rkey: F834 offs: 0x0000086b lens: 0x0000002b +0x0000186b-0x00001895: +>>0 @F834@ FAM +1 HUSB @I1518@ +1 WIFE @I1864@ +<< +[0038] FAM rkey: F835 offs: 0x00000896 lens: 0x0000002b +0x00001896-0x000018c0: +>>0 @F835@ FAM +1 HUSB @I1748@ +1 CHIL @I1520@ +<< +[0039] FAM rkey: F836 offs: 0x000008c1 lens: 0x0000002b +0x000018c1-0x000018eb: +>>0 @F836@ FAM +1 HUSB @I1871@ +1 CHIL @I1521@ +<< +[0040] FAM rkey: F837 offs: 0x000008ec lens: 0x0000002b +0x000018ec-0x00001916: +>>0 @F837@ FAM +1 HUSB @I1870@ +1 CHIL @I1523@ +<< +[0041] FAM rkey: F838 offs: 0x00000917 lens: 0x00000049 +0x00001917-0x0000195f: +>>0 @F838@ FAM +1 HUSB @I1527@ +1 WIFE @I1528@ +1 CHIL @I1529@ +1 CHIL @I1525@ +<< +[0042] FAM rkey: F839 offs: 0x00000960 lens: 0x00000049 +0x00001960-0x000019a8: +>>0 @F839@ FAM +1 HUSB @I1553@ +1 WIFE @I1526@ +1 CHIL @I1554@ +1 CHIL @I1555@ +<< +[0043] FAM rkey: F840 offs: 0x000009a9 lens: 0x00000049 +0x000019a9-0x000019f1: +>>0 @F840@ FAM +1 HUSB @I1530@ +1 WIFE @I1531@ +1 CHIL @I1527@ +1 CHIL @I1532@ +<< +[0044] FAM rkey: F841 offs: 0x000009f2 lens: 0x0000005c +0x000019f2-0x00001a4d: +>>0 @F841@ FAM +1 HUSB @I1533@ +1 WIFE @I1532@ +1 MARR +2 DATE 1002 +1 CHIL @I1767@ +1 CHIL @I1534@ +<< +[0045] FAM rkey: F842 offs: 0x00000a4e lens: 0x00000062 +0x00001a4e-0x00001aaf: +>>0 @F842@ FAM +1 HUSB @I1548@ +1 WIFE @I1532@ +1 MARR +2 DATE 2 JUL 1017 +1 CHIL @I1552@ +1 CHIL @I1768@ +<< +[0046] FAM rkey: F843 offs: 0x00000ab0 lens: 0x00000049 +0x00001ab0-0x00001af8: +>>0 @F843@ FAM +1 HUSB @I1779@ +1 WIFE @I1780@ +1 CHIL @I1784@ +1 CHIL @I1533@ +<< +[0047] FAM rkey: F844 offs: 0x00000af9 lens: 0x000000ea +0x00001af9-0x00001be2: +>>0 @F844@ FAM +1 HUSB @I1533@ +1 WIFE @I1542@ +1 MARR +2 DATE ABT 985 +1 CHIL @I1753@ +1 CHIL @I1754@ +1 CHIL @I1543@ +1 CHIL @I1755@ +1 CHIL @I1756@ +1 CHIL @I1757@ +1 CHIL @I1758@ +1 CHIL @I1759@ +1 CHIL @I1760@ +1 CHIL @I1761@ +1 CHIL @I1762@ +<< +[0048] FAM rkey: F845 offs: 0x00000be3 lens: 0x00000045 +0x00001be3-0x00001c27: +>>0 @F845@ FAM +1 HUSB @I1534@ +1 WIFE @I1535@ +1 MARR +2 DATE 23 JAN 1045 +<< +[0049] FAM rkey: F846 offs: 0x00000c28 lens: 0x00000049 +0x00001c28-0x00001c70: +>>0 @F846@ FAM +1 HUSB @I1536@ +1 WIFE @I1537@ +1 CHIL @I1538@ +1 CHIL @I1535@ +<< +[0050] FAM rkey: F847 offs: 0x00000c71 lens: 0x00000054 +0x00001c71-0x00001cc4: +>>0 @F847@ FAM +1 HUSB @I1538@ +1 WIFE @I1539@ +1 MARR +2 DATE BEF 1065 +1 CHIL @I1540@ +<< +[0051] FAM rkey: F848 offs: 0x00000cc5 lens: 0x0000002b +0x00001cc5-0x00001cef: +>>0 @F848@ FAM +1 HUSB @I1774@ +1 CHIL @I1539@ +<< +[0052] FAM rkey: F849 offs: 0x00000cf0 lens: 0x0000003a +0x00001cf0-0x00001d29: +>>0 @F849@ FAM +1 HUSB @I1928@ +1 WIFE @I1539@ +1 CHIL @I1927@ +<< +[0053] FAM rkey: F850 offs: 0x00000d2a lens: 0x0000002b +0x00001d2a-0x00001d54: +>>0 @F850@ FAM +1 HUSB @I1541@ +1 WIFE @I1540@ +<< +[0054] FAM rkey: F851 offs: 0x00000d55 lens: 0x00000049 +0x00001d55-0x00001d9d: +>>0 @F851@ FAM +1 HUSB @I1543@ +1 WIFE @I1544@ +1 CHIL @I1764@ +1 CHIL @I1545@ +<< +[0055] FAM rkey: F852 offs: 0x00000d9e lens: 0x0000003a +0x00001d9e-0x00001dd7: +>>0 @F852@ FAM +1 HUSB @I1763@ +1 CHIL @I1765@ +1 CHIL @I1546@ +<< +[0056] FAM rkey: F853 offs: 0x00000dd8 lens: 0x0000003a +0x00001dd8-0x00001e11: +>>0 @F853@ FAM +1 HUSB @I1776@ +1 WIFE @I1777@ +1 CHIL @I1548@ +<< +[0057] FAM rkey: F854 offs: 0x00000e12 lens: 0x00000051 +0x00001e12-0x00001e62: +>>0 @F854@ FAM +1 HUSB @I1548@ +1 WIFE @I1549@ +1 DIV Y +1 CHIL @I1550@ +1 CHIL @I1551@ +<< +[0058] FAM rkey: F855 offs: 0x00000e63 lens: 0x0000002b +0x00001e63-0x00001e8d: +>>0 @F855@ FAM +1 HUSB @I1775@ +1 CHIL @I1549@ +<< +[0059] FAM rkey: F856 offs: 0x00000e8e lens: 0x0000002b +0x00001e8e-0x00001eb8: +>>0 @F856@ FAM +1 HUSB @I2467@ +1 CHIL @I1557@ +<< +[0060] FAM rkey: F857 offs: 0x00000eb9 lens: 0x0000003a +0x00001eb9-0x00001ef2: +>>0 @F857@ FAM +1 HUSB @I1570@ +1 WIFE @I1573@ +1 CHIL @I1574@ +<< +[0061] FAM rkey: F858 offs: 0x00000ef3 lens: 0x00000049 +0x00001ef3-0x00001f3b: +>>0 @F858@ FAM +1 HUSB @I1575@ +1 WIFE @I1571@ +1 CHIL @I1576@ +1 CHIL @I1577@ +<< +[0062] FAM rkey: F859 offs: 0x00000f3c lens: 0x00000049 +0x00001f3c-0x00001f84: +>>0 @F859@ FAM +1 HUSB @I1578@ +1 WIFE @I1572@ +1 CHIL @I1579@ +1 CHIL @I1580@ +<< +[0063] FAM rkey: F860 offs: 0x00000f85 lens: 0x0000002b +0x00001f85-0x00001faf: +>>0 @F860@ FAM +1 HUSB @I1581@ +1 WIFE @I1572@ +<< +[0064] FAM rkey: F861 offs: 0x00000fb0 lens: 0x0000002b +0x00001fb0-0x00001fda: +>>0 @F861@ FAM +1 HUSB @I1884@ +1 CHIL @I1582@ +<< +[0065] FAM rkey: F862 offs: 0x00000fdb lens: 0x0000002b +0x00001fdb-0x00002005: +>>0 @F862@ FAM +1 HUSB @I1885@ +1 CHIL @I1583@ +<< +[0066] FAM rkey: F863 offs: 0x00001006 lens: 0x00000054 +0x00002006-0x00002059: +>>0 @F863@ FAM +1 HUSB @I1886@ +1 WIFE @I2233@ +1 MARR +2 DATE AFT 1238 +1 CHIL @I1585@ +<< +[0067] FAM rkey: F864 offs: 0x0000105a lens: 0x0000002b +0x0000205a-0x00002084: +>>0 @F864@ FAM +1 HUSB @I1585@ +1 WIFE @I1896@ +<< +[0068] FAM rkey: F865 offs: 0x00001085 lens: 0x0000002b +0x00002085-0x000020af: +>>0 @F865@ FAM +1 HUSB @I1893@ +1 CHIL @I1587@ +<< +[0069] FAM rkey: F866 offs: 0x000010b0 lens: 0x0000002b +0x000020b0-0x000020da: +>>0 @F866@ FAM +1 HUSB @I1899@ +1 CHIL @I1593@ +<< +[0070] FAM rkey: F867 offs: 0x000010db lens: 0x0000002b +0x000020db-0x00002105: +>>0 @F867@ FAM +1 HUSB @I1900@ +1 WIFE @I1593@ +<< +[0071] FAM rkey: F868 offs: 0x00001106 lens: 0x00000061 +0x00002106-0x00002166: +>>0 @F868@ FAM +1 HUSB @I1594@ +1 WIFE @I1601@ +1 MARR +2 DATE 11 SEP 1386 +2 PLAC Saille,Near Guerrand +<< +[0072] FAM rkey: F869 offs: 0x00001167 lens: 0x0000002b +0x00002167-0x00002191: +>>0 @F869@ FAM +1 HUSB @I2269@ +1 CHIL @I1596@ +<< +[0073] FAM rkey: F870 offs: 0x00001192 lens: 0x0000002b +0x00002192-0x000021bc: +>>0 @F870@ FAM +1 HUSB @I2268@ +1 CHIL @I1598@ +<< +[0074] FAM rkey: F871 offs: 0x000011bd lens: 0x0000002b +0x000021bd-0x000021e7: +>>0 @F871@ FAM +1 HUSB @I2267@ +1 CHIL @I1601@ +<< +[0075] FAM rkey: F872 offs: 0x000011e8 lens: 0x0000002b +0x000021e8-0x00002212: +>>0 @F872@ FAM +1 HUSB @I2070@ +1 WIFE @I1603@ +<< +[0076] FAM rkey: F873 offs: 0x00001213 lens: 0x0000002b +0x00002213-0x0000223d: +>>0 @F873@ FAM +1 HUSB @I1606@ +1 CHIL @I1605@ +<< +[0077] FAM rkey: F874 offs: 0x0000123e lens: 0x0000003a +0x0000223e-0x00002277: +>>0 @F874@ FAM +1 HUSB @I2444@ +1 WIFE @I2445@ +1 CHIL @I1612@ +<< +[0078] FAM rkey: F875 offs: 0x00001278 lens: 0x00000062 +0x00002278-0x000022d9: +>>0 @F875@ FAM +1 HUSB @I1615@ +1 WIFE @I1616@ +1 MARR +2 DATE 17 AUG 1798 +2 PLAC Sceaux +1 CHIL @I1613@ +<< +[0079] FAM rkey: F876 offs: 0x000012da lens: 0x0000003a +0x000022da-0x00002313: +>>0 @F876@ FAM +1 HUSB @I2435@ +1 WIFE @I2436@ +1 CHIL @I1614@ +<< +[0080] FAM rkey: F877 offs: 0x00001314 lens: 0x000000cc +0x00002314-0x000023df: +>>0 @F877@ FAM +1 HUSB @I1617@ +1 WIFE @I1618@ +1 MARR +2 DATE 31 JUL 1790 +2 PLAC Gottorp +1 CHIL @I1642@ +1 CHIL @I1655@ +1 CHIL @I1656@ +1 CHIL @I1657@ +1 CHIL @I1658@ +1 CHIL @I1659@ +1 CHIL @I1660@ +1 CHIL @I1650@ +<< +[0081] FAM rkey: F878 offs: 0x000013e0 lens: 0x00000053 +0x000023e0-0x00002432: +>>0 @F878@ FAM +1 HUSB @I1622@ +1 WIFE @I1623@ +1 MARR +2 DATE 5 DEC 1695 +1 CHIL @I1620@ +<< +[0082] FAM rkey: F879 offs: 0x00001433 lens: 0x0000008c +0x00002433-0x000024be: +>>0 @F879@ FAM +1 HUSB @I1625@ +1 WIFE @I1626@ +1 MARR +2 DATE 25 JUN 1667 +2 PLAC Copenhagen,Denmark +1 CHIL @I1622@ +1 CHIL @I2854@ +1 CHIL @I2855@ +<< +[0083] FAM rkey: F880 offs: 0x000014bf lens: 0x00000044 +0x000024bf-0x00002502: +>>0 @F880@ FAM +1 HUSB @I1622@ +1 WIFE @I1624@ +1 MARR +2 DATE 4 APR 1721 +<< +[0084] FAM rkey: F881 offs: 0x00001503 lens: 0x00000054 +0x00002503-0x00002556: +>>0 @F881@ FAM +1 HUSB @I1627@ +1 WIFE @I1628@ +1 MARR +2 DATE 27 NOV 1597 +1 CHIL @I1630@ +<< +[0085] FAM rkey: F882 offs: 0x00001557 lens: 0x0000004d +0x00002557-0x000025a3: +>>0 @F882@ FAM +1 HUSB @I1627@ +1 WIFE @I1629@ +1 DIV Y +1 MARR +2 DATE 31 DEC 1615 +<< +[0086] FAM rkey: F883 offs: 0x000015a4 lens: 0x0000003a +0x000025a4-0x000025dd: +>>0 @F883@ FAM +1 HUSB @I2274@ +1 WIFE @I2549@ +1 CHIL @I1628@ +<< +[0087] FAM rkey: F884 offs: 0x000015de lens: 0x00000054 +0x000025de-0x00002631: +>>0 @F884@ FAM +1 HUSB @I1634@ +1 WIFE @I1635@ +1 MARR +2 DATE 10 APR 1502 +1 CHIL @I1632@ +<< +[0088] FAM rkey: F885 offs: 0x00001632 lens: 0x00000050 +0x00002632-0x00002681: +>>0 @F885@ FAM +1 HUSB @I1634@ +1 WIFE @I1636@ +1 MARR +2 DATE 9 OCT 1518 +2 PLAC Keil +<< +[0089] FAM rkey: F886 offs: 0x00001682 lens: 0x0000003e +0x00002682-0x000026bf: +>>0 @F886@ FAM +1 HUSB @I2852@ +1 WIFE @I1638@ +1 MARR +2 DATE 1766 +<< +[0090] FAM rkey: F887 offs: 0x000016c0 lens: 0x0000003e +0x000026c0-0x000026fd: +>>0 @F887@ FAM +1 HUSB @I2853@ +1 WIFE @I1639@ +1 MARR +2 DATE 1763 +<< +[0091] FAM rkey: F888 offs: 0x000016fe lens: 0x0000006f +0x000026fe-0x0000276c: +>>0 @F888@ FAM +1 HUSB @I1645@ +1 WIFE @I1647@ +1 DIV Y +1 MARR +2 DATE 21 JUN 1806 +2 PLAC Ludwigslust +1 CHIL @I1649@ +<< +[0092] FAM rkey: F889 offs: 0x0000176d lens: 0x00000059 +0x0000276d-0x000027c5: +>>0 @F889@ FAM +1 HUSB @I1645@ +1 WIFE @I1648@ +1 MARR +2 DATE 22 MAY 1815 +2 PLAC Augustenburg +<< +[0093] FAM rkey: F890 offs: 0x000017c6 lens: 0x0000002b +0x000027c6-0x000027f0: +>>0 @F890@ FAM +1 HUSB @I1646@ +1 WIFE @I1656@ +<< +[0094] FAM rkey: F891 offs: 0x000017f1 lens: 0x0000003a +0x000027f1-0x0000282a: +>>0 @F891@ FAM +1 HUSB @I1654@ +1 WIFE @I1653@ +1 CHIL @I1648@ +<< +[0095] FAM rkey: F892 offs: 0x0000182b lens: 0x0000005e +0x0000282b-0x00002888: +>>0 @F892@ FAM +1 HUSB @I1649@ +1 WIFE @I1650@ +1 DIV Y +1 MARR +2 DATE 1 NOV 1828 +2 PLAC Copenhagen +<< +[0096] FAM rkey: F893 offs: 0x00001889 lens: 0x00000060 +0x00002889-0x000028e8: +>>0 @F893@ FAM +1 HUSB @I1649@ +1 WIFE @I1651@ +1 DIV Y +1 MARR +2 DATE 10 JUN 1841 +2 PLAC Neustrelitz +<< +[0097] FAM rkey: F894 offs: 0x000018e9 lens: 0x00000059 +0x000028e9-0x00002941: +>>0 @F894@ FAM +1 HUSB @I1649@ +1 WIFE @I1652@ +1 MARR +2 DATE 7 AUG 1850 +2 PLAC Frederiksborg +<< +[0098] FAM rkey: F895 offs: 0x00001942 lens: 0x0000002b +0x00002942-0x0000296c: +>>0 @F895@ FAM +1 HUSB @I1661@ +1 WIFE @I1650@ +<< +[0099] FAM rkey: F896 offs: 0x0000196d lens: 0x0000003e +0x0000296d-0x000029aa: +>>0 @F896@ FAM +1 HUSB @I1662@ +1 WIFE @I1699@ +1 MARR +2 DATE 1857 +<< +[0100] FAM rkey: F897 offs: 0x000019ab lens: 0x0000002b +0x000029ab-0x000029d5: +>>0 @F897@ FAM +1 HUSB @I1663@ +1 WIFE @I1738@ +<< +[0101] FAM rkey: F898 offs: 0x000019d6 lens: 0x00000089 +0x000029d6-0x00002a5e: +>>0 @F898@ FAM +1 HUSB @I1664@ +1 WIFE @I1669@ +1 MARR +2 DATE 1909 +1 CHIL @I2699@ +1 CHIL @I1670@ +1 CHIL @I2700@ +1 CHIL @I2701@ +1 CHIL @I2702@ +<< +[0102] FAM rkey: F899 offs: 0x00001a5f lens: 0x0000003e +0x00002a5f-0x00002a9c: +>>0 @F899@ FAM +1 HUSB @I1668@ +1 WIFE @I1667@ +1 MARR +2 DATE 1922 +<< +[0103] FAM rkey: F900 offs: 0x00001a9d lens: 0x0000006b +0x00002a9d-0x00002b07: +>>0 @F900@ FAM +1 HUSB @I1671@ +1 WIFE @I1670@ +1 MARR +2 DATE 1933 +1 CHIL @I1674@ +1 CHIL @I1675@ +1 CHIL @I1676@ +<< +[0104] FAM rkey: F901 offs: 0x00001b08 lens: 0x0000003e +0x00002b08-0x00002b45: +>>0 @F901@ FAM +1 HUSB @I1673@ +1 WIFE @I1672@ +1 MARR +2 DATE 1968 +<< +[0105] FAM rkey: F902 offs: 0x00001b46 lens: 0x0000003e +0x00002b46-0x00002b83: +>>0 @F902@ FAM +1 HUSB @I1675@ +1 WIFE @I2704@ +1 MARR +2 DATE 1968 +<< +[0106] FAM rkey: F903 offs: 0x00001b84 lens: 0x0000003e +0x00002b84-0x00002bc1: +>>0 @F903@ FAM +1 HUSB @I1676@ +1 WIFE @I1677@ +1 MARR +2 DATE 1971 +<< +[0107] FAM rkey: F904 offs: 0x00001bc2 lens: 0x0000003e +0x00002bc2-0x00002bff: +>>0 @F904@ FAM +1 HUSB @I1685@ +1 WIFE @I1684@ +1 MARR +2 DATE 1871 +<< +[0108] FAM rkey: F905 offs: 0x00001c00 lens: 0x0000003e +0x00002c00-0x00002c3d: +>>0 @F905@ FAM +1 HUSB @I1690@ +1 WIFE @I2656@ +1 MARR +2 DATE 1853 +<< +[0109] FAM rkey: F906 offs: 0x00001c3e lens: 0x0000003e +0x00002c3e-0x00002c7b: +>>0 @F906@ FAM +1 HUSB @I1690@ +1 WIFE @I2657@ +1 MARR +2 DATE 1878 +<< +[0110] FAM rkey: F907 offs: 0x00001c7c lens: 0x0000003e +0x00002c7c-0x00002cb9: +>>0 @F907@ FAM +1 HUSB @I1693@ +1 WIFE @I1692@ +1 MARR +2 DATE 1842 +<< +[0111] FAM rkey: F908 offs: 0x00001cba lens: 0x0000006b +0x00002cba-0x00002d24: +>>0 @F908@ FAM +1 HUSB @I1698@ +1 WIFE @I2449@ +1 MARR +2 DATE 1853 +1 CHIL @I2901@ +1 CHIL @I2902@ +1 CHIL @I2903@ +<< +[0112] FAM rkey: F909 offs: 0x00001d25 lens: 0x0000006b +0x00002d25-0x00002d8f: +>>0 @F909@ FAM +1 HUSB @I1706@ +1 WIFE @I1707@ +1 MARR +2 DATE 1956 +1 CHIL @I2152@ +1 CHIL @I2153@ +1 CHIL @I2154@ +<< +[0113] FAM rkey: F910 offs: 0x00001d90 lens: 0x0000002b +0x00002d90-0x00002dba: +>>0 @F910@ FAM +1 HUSB @I1714@ +1 WIFE @I1715@ +<< +[0114] FAM rkey: F911 offs: 0x00001dbb lens: 0x0000003a +0x00002dbb-0x00002df4: +>>0 @F911@ FAM +1 HUSB @I1717@ +1 WIFE @I1718@ +1 CHIL @I1716@ +<< +[0115] FAM rkey: F912 offs: 0x00001df5 lens: 0x0000002b +0x00002df5-0x00002e1f: +>>0 @F912@ FAM +1 HUSB @I1719@ +1 CHIL @I1717@ +<< +[0116] FAM rkey: F913 offs: 0x00001e20 lens: 0x0000002b +0x00002e20-0x00002e4a: +>>0 @F913@ FAM +1 WIFE @I1724@ +1 CHIL @I1718@ +<< +[0117] FAM rkey: F914 offs: 0x00001e4b lens: 0x0000003a +0x00002e4b-0x00002e84: +>>0 @F914@ FAM +1 HUSB @I1720@ +1 CHIL @I1719@ +1 CHIL @I1721@ +<< +[0118] FAM rkey: F915 offs: 0x00001e85 lens: 0x0000002b +0x00002e85-0x00002eaf: +>>0 @F915@ FAM +1 WIFE @I1721@ +1 CHIL @I1723@ +<< +[0119] FAM rkey: F916 offs: 0x00001eb0 lens: 0x0000002b +0x00002eb0-0x00002eda: +>>0 @F916@ FAM +1 WIFE @I1723@ +1 CHIL @I1722@ +<< +[0120] FAM rkey: F917 offs: 0x00001edb lens: 0x0000002b +0x00002edb-0x00002f05: +>>0 @F917@ FAM +1 WIFE @I1725@ +1 CHIL @I1724@ +<< +[0121] FAM rkey: F918 offs: 0x00001f06 lens: 0x0000003a +0x00002f06-0x00002f3f: +>>0 @F918@ FAM +1 HUSB @I1726@ +1 WIFE @I1727@ +1 CHIL @I1725@ +<< +[0122] FAM rkey: F919 offs: 0x00001f40 lens: 0x0000002b +0x00002f40-0x00002f6a: +>>0 @F919@ FAM +1 HUSB @I1731@ +1 WIFE @I1732@ +<< +[0123] FAM rkey: F920 offs: 0x00001f6b lens: 0x0000003e +0x00002f6b-0x00002fa8: +>>0 @F920@ FAM +1 HUSB @I1737@ +1 WIFE @I2909@ +1 MARR +2 DATE 1842 +<< +[0124] FAM rkey: F921 offs: 0x00001fa9 lens: 0x0000004d +0x00002fa9-0x00002ff5: +>>0 @F921@ FAM +1 HUSB @I1740@ +1 WIFE @I2482@ +1 MARR +2 DATE 1234 +1 CHIL @I1739@ +<< +[0125] FAM rkey: F922 offs: 0x00001ff6 lens: 0x0000003e +0x00002ff6-0x00003033: +>>0 @F922@ FAM +1 HUSB @I1739@ +1 WIFE @I2618@ +1 MARR +2 DATE 1262 +<< +[0126] FAM rkey: F923 offs: 0x00002034 lens: 0x0000007a +0x00003034-0x000030ad: +>>0 @F923@ FAM +1 HUSB @I1741@ +1 WIFE @I1742@ +1 MARR +2 DATE 1200 +1 CHIL @I1740@ +1 CHIL @I1894@ +1 CHIL @I2481@ +1 CHIL @I2484@ +<< +[0127] FAM rkey: F924 offs: 0x000020ae lens: 0x0000004d +0x000030ae-0x000030fa: +>>0 @F924@ FAM +1 HUSB @I2451@ +1 WIFE @I2477@ +1 MARR +2 DATE 1180 +1 CHIL @I1741@ +<< +[0128] FAM rkey: F925 offs: 0x000020fb lens: 0x0000002b +0x000030fb-0x00003125: +>>0 @F925@ FAM +1 HUSB @I1891@ +1 CHIL @I1742@ +<< +[0129] FAM rkey: F926 offs: 0x00002126 lens: 0x00000046 +0x00003126-0x0000316b: +>>0 @F926@ FAM +1 HUSB @I1743@ +1 WIFE @I2491@ +1 DIV Y +1 MARR +2 DATE 1307 +<< +[0130] FAM rkey: F927 offs: 0x0000216c lens: 0x00000045 +0x0000316c-0x000031b0: +>>0 @F927@ FAM +1 HUSB @I1743@ +1 WIFE @I2492@ +1 MARR +2 DATE 21 SEP 1322 +<< +[0131] FAM rkey: F928 offs: 0x000021b1 lens: 0x00000042 +0x000031b1-0x000031f2: +>>0 @F928@ FAM +1 HUSB @I1743@ +1 WIFE @I2493@ +1 MARR +2 DATE JUL 1325 +<< +[0132] FAM rkey: F929 offs: 0x000021f3 lens: 0x0000002b +0x000031f3-0x0000321d: +>>0 @F929@ FAM +1 HUSB @I1744@ +1 WIFE @I1745@ +<< +[0133] FAM rkey: F930 offs: 0x0000221e lens: 0x00000055 +0x0000321e-0x00003272: +>>0 @F930@ FAM +1 HUSB @I1891@ +1 WIFE @I1747@ +1 DIV Y +1 MARR +2 DATE 1197 +1 CHIL @I1746@ +<< +[0134] FAM rkey: F931 offs: 0x00002273 lens: 0x0000003a +0x00003273-0x000032ac: +>>0 @F931@ FAM +1 HUSB @I1749@ +1 WIFE @I1750@ +1 CHIL @I1751@ +<< +[0135] FAM rkey: F932 offs: 0x000022ad lens: 0x0000002b +0x000032ad-0x000032d7: +>>0 @F932@ FAM +1 HUSB @I1769@ +1 WIFE @I1759@ +<< +[0136] FAM rkey: F933 offs: 0x000022d8 lens: 0x0000002b +0x000032d8-0x00003302: +>>0 @F933@ FAM +1 HUSB @I1770@ +1 WIFE @I1760@ +<< +[0137] FAM rkey: F934 offs: 0x00002303 lens: 0x0000002b +0x00003303-0x0000332d: +>>0 @F934@ FAM +1 HUSB @I1772@ +1 WIFE @I1761@ +<< +[0138] FAM rkey: F935 offs: 0x0000232e lens: 0x0000002b +0x0000332e-0x00003358: +>>0 @F935@ FAM +1 HUSB @I1773@ +1 WIFE @I1762@ +<< +[0139] FAM rkey: F936 offs: 0x00002359 lens: 0x0000002b +0x00003359-0x00003383: +>>0 @F936@ FAM +1 HUSB @I1764@ +1 WIFE @I1765@ +<< +[0140] FAM rkey: F937 offs: 0x00002384 lens: 0x0000003a +0x00003384-0x000033bd: +>>0 @F937@ FAM +1 HUSB @I1929@ +1 WIFE @I1768@ +1 CHIL @I1990@ +<< +[0141] FAM rkey: F938 offs: 0x000023be lens: 0x0000002b +0x000033be-0x000033e8: +>>0 @F938@ FAM +1 HUSB @I1771@ +1 CHIL @I1770@ +<< +[0142] FAM rkey: F939 offs: 0x000023e9 lens: 0x0000002b +0x000033e9-0x00003413: +>>0 @F939@ FAM +1 HUSB @I1778@ +1 CHIL @I1777@ +<< +[0143] FAM rkey: F940 offs: 0x00002414 lens: 0x00000049 +0x00003414-0x0000345c: +>>0 @F940@ FAM +1 HUSB @I1786@ +1 WIFE @I1787@ +1 CHIL @I1788@ +1 CHIL @I1779@ +<< +[0144] FAM rkey: F941 offs: 0x0000245d lens: 0x0000003a +0x0000345d-0x00003496: +>>0 @F941@ FAM +1 HUSB @I1779@ +1 WIFE @I1781@ +1 CHIL @I1782@ +<< +[0145] FAM rkey: F942 offs: 0x00002497 lens: 0x0000002b +0x00003497-0x000034c1: +>>0 @F942@ FAM +1 HUSB @I1785@ +1 CHIL @I1780@ +<< +[0146] FAM rkey: F943 offs: 0x000024c2 lens: 0x0000002b +0x000034c2-0x000034ec: +>>0 @F943@ FAM +1 HUSB @I1783@ +1 CHIL @I1781@ +<< +[0147] FAM rkey: F944 offs: 0x000024ed lens: 0x00000067 +0x000034ed-0x00003553: +>>0 @F944@ FAM +1 HUSB @I1792@ +1 WIFE @I1793@ +1 CHIL @I1786@ +1 CHIL @I1794@ +1 CHIL @I1795@ +1 CHIL @I1796@ +<< +[0148] FAM rkey: F945 offs: 0x00002554 lens: 0x0000002b +0x00003554-0x0000357e: +>>0 @F945@ FAM +1 HUSB @I1786@ +1 WIFE @I1790@ +<< +[0149] FAM rkey: F946 offs: 0x0000257f lens: 0x0000002b +0x0000357f-0x000035a9: +>>0 @F946@ FAM +1 HUSB @I1788@ +1 WIFE @I1789@ +<< +[0150] FAM rkey: F947 offs: 0x000025aa lens: 0x0000002b +0x000035aa-0x000035d4: +>>0 @F947@ FAM +1 HUSB @I1791@ +1 CHIL @I1790@ +<< +[0151] FAM rkey: F948 offs: 0x000025d5 lens: 0x00000076 +0x000035d5-0x0000364a: +>>0 @F948@ FAM +1 HUSB @I1964@ +1 WIFE @I1965@ +1 CHIL @I1792@ +1 CHIL @I1982@ +1 CHIL @I1985@ +1 CHIL @I1986@ +1 CHIL @I1987@ +<< +[0152] FAM rkey: F949 offs: 0x0000264b lens: 0x00000049 +0x0000364b-0x00003693: +>>0 @F949@ FAM +1 HUSB @I1792@ +1 WIFE @I1798@ +1 CHIL @I1799@ +1 CHIL @I1800@ +<< +[0153] FAM rkey: F950 offs: 0x00002694 lens: 0x000000a3 +0x00003694-0x00003736: +>>0 @F950@ FAM +1 HUSB @I1792@ +1 WIFE @I1802@ +1 CHIL @I1803@ +1 CHIL @I1804@ +1 CHIL @I1805@ +1 CHIL @I1806@ +1 CHIL @I1807@ +1 CHIL @I1808@ +1 CHIL @I1809@ +1 CHIL @I1810@ +<< +[0154] FAM rkey: F951 offs: 0x00002737 lens: 0x0000002b +0x00003737-0x00003761: +>>0 @F951@ FAM +1 HUSB @I1797@ +1 WIFE @I1796@ +<< +[0155] FAM rkey: F952 offs: 0x00002762 lens: 0x0000002b +0x00003762-0x0000378c: +>>0 @F952@ FAM +1 HUSB @I1801@ +1 WIFE @I1800@ +<< +[0156] FAM rkey: F953 offs: 0x0000278d lens: 0x0000002b +0x0000378d-0x000037b7: +>>0 @F953@ FAM +1 HUSB @I1811@ +1 WIFE @I1806@ +<< +[0157] FAM rkey: F954 offs: 0x000027b8 lens: 0x0000002b +0x000037b8-0x000037e2: +>>0 @F954@ FAM +1 HUSB @I1812@ +1 WIFE @I1808@ +<< +[0158] FAM rkey: F955 offs: 0x000027e3 lens: 0x0000002b +0x000037e3-0x0000380d: +>>0 @F955@ FAM +1 HUSB @I1813@ +1 WIFE @I1809@ +<< +[0159] FAM rkey: F956 offs: 0x0000280e lens: 0x0000002b +0x0000380e-0x00003838: +>>0 @F956@ FAM +1 HUSB @I1814@ +1 WIFE @I1810@ +<< +[0160] FAM rkey: F957 offs: 0x00002839 lens: 0x00000049 +0x00003839-0x00003881: +>>0 @F957@ FAM +1 HUSB @I2524@ +1 WIFE @I1817@ +1 CHIL @I2441@ +1 CHIL @I1816@ +<< +[0161] FAM rkey: F958 offs: 0x00002882 lens: 0x00000044 +0x00003882-0x000038c5: +>>0 @F958@ FAM +1 HUSB @I1816@ +1 WIFE @I2894@ +1 MARR +2 DATE 8 JUL 1530 +<< +[0162] FAM rkey: F959 offs: 0x000028c6 lens: 0x0000002b +0x000038c6-0x000038f0: +>>0 @F959@ FAM +1 HUSB @I1822@ +1 WIFE @I1821@ +<< +[0163] FAM rkey: F960 offs: 0x000028f1 lens: 0x0000002b +0x000038f1-0x0000391b: +>>0 @F960@ FAM +1 HUSB @I1823@ +1 WIFE @I1821@ +<< +[0164] FAM rkey: F961 offs: 0x0000291c lens: 0x0000002b +0x0000391c-0x00003946: +>>0 @F961@ FAM +1 HUSB @I1824@ +1 WIFE @I1821@ +<< +[0165] FAM rkey: F962 offs: 0x00002947 lens: 0x0000002b +0x00003947-0x00003971: +>>0 @F962@ FAM +1 HUSB @I2694@ +1 CHIL @I1828@ +<< +[0166] FAM rkey: F963 offs: 0x00002972 lens: 0x0000003e +0x00003972-0x000039af: +>>0 @F963@ FAM +1 HUSB @I2863@ +1 WIFE @I1828@ +1 MARR +2 DATE 1445 +<< +[0167] FAM rkey: F964 offs: 0x000029b0 lens: 0x0000003a +0x000039b0-0x000039e9: +>>0 @F964@ FAM +1 HUSB @I1832@ +1 WIFE @I1833@ +1 CHIL @I1830@ +<< +[0168] FAM rkey: F965 offs: 0x000029ea lens: 0x0000003a +0x000039ea-0x00003a23: +>>0 @F965@ FAM +1 HUSB @I1835@ +1 WIFE @I1836@ +1 CHIL @I1832@ +<< +[0169] FAM rkey: F966 offs: 0x00002a24 lens: 0x0000002b +0x00003a24-0x00003a4e: +>>0 @F966@ FAM +1 HUSB @I1834@ +1 CHIL @I1833@ +<< +[0170] FAM rkey: F967 offs: 0x00002a4f lens: 0x00000049 +0x00003a4f-0x00003a97: +>>0 @F967@ FAM +1 HUSB @I1837@ +1 WIFE @I1838@ +1 CHIL @I1842@ +1 CHIL @I1836@ +<< +[0171] FAM rkey: F968 offs: 0x00002a98 lens: 0x00000058 +0x00003a98-0x00003aef: +>>0 @F968@ FAM +1 HUSB @I2228@ +1 WIFE @I2229@ +1 CHIL @I2230@ +1 CHIL @I2231@ +1 CHIL @I1837@ +<< +[0172] FAM rkey: F969 offs: 0x00002af0 lens: 0x0000002b +0x00003af0-0x00003b1a: +>>0 @F969@ FAM +1 HUSB @I1839@ +1 CHIL @I1838@ +<< +[0173] FAM rkey: F970 offs: 0x00002b1b lens: 0x0000003a +0x00003b1b-0x00003b54: +>>0 @F970@ FAM +1 HUSB @I1843@ +1 WIFE @I1842@ +1 CHIL @I1844@ +<< +[0174] FAM rkey: F971 offs: 0x00002b55 lens: 0x0000001c +0x00003b55-0x00003b70: +>>0 @F971@ FAM +1 HUSB @I1843@ +<< +[0175] FAM rkey: F972 offs: 0x00002b71 lens: 0x0000003a +0x00003b71-0x00003baa: +>>0 @F972@ FAM +1 HUSB @I1845@ +1 WIFE @I1844@ +1 CHIL @I1846@ +<< +[0176] FAM rkey: F973 offs: 0x00002bab lens: 0x0000003a +0x00003bab-0x00003be4: +>>0 @F973@ FAM +1 HUSB @I1846@ +1 WIFE @I1847@ +1 CHIL @I1849@ +<< +[0177] FAM rkey: F974 offs: 0x00002be5 lens: 0x0000002b +0x00003be5-0x00003c0f: +>>0 @F974@ FAM +1 HUSB @I1848@ +1 CHIL @I1847@ +<< +[0178] FAM rkey: F975 offs: 0x00002c10 lens: 0x0000002b +0x00003c10-0x00003c3a: +>>0 @F975@ FAM +1 HUSB @I1852@ +1 CHIL @I1851@ +<< +[0179] FAM rkey: F976 offs: 0x00002c3b lens: 0x00000033 +0x00003c3b-0x00003c6d: +>>0 @F976@ FAM +1 HUSB @I1853@ +1 WIFE @I1854@ +1 DIV Y +<< +[0180] FAM rkey: F977 offs: 0x00002c6e lens: 0x0000002b +0x00003c6e-0x00003c98: +>>0 @F977@ FAM +1 HUSB @I1853@ +1 WIFE @I1856@ +<< +[0181] FAM rkey: F978 offs: 0x00002c99 lens: 0x0000003a +0x00003c99-0x00003cd2: +>>0 @F978@ FAM +1 HUSB @I1855@ +1 CHIL @I1858@ +1 CHIL @I1854@ +<< +[0182] FAM rkey: F979 offs: 0x00002cd3 lens: 0x0000002b +0x00003cd3-0x00003cfd: +>>0 @F979@ FAM +1 HUSB @I1857@ +1 CHIL @I1856@ +<< +[0183] FAM rkey: F980 offs: 0x00002cfe lens: 0x0000002b +0x00003cfe-0x00003d28: +>>0 @F980@ FAM +1 HUSB @I1861@ +1 WIFE @I1862@ +<< +[0184] FAM rkey: F981 offs: 0x00002d29 lens: 0x0000002b +0x00003d29-0x00003d53: +>>0 @F981@ FAM +1 HUSB @I1863@ +1 CHIL @I1862@ +<< +[0185] FAM rkey: F982 offs: 0x00002d54 lens: 0x0000002b +0x00003d54-0x00003d7e: +>>0 @F982@ FAM +1 HUSB @I1865@ +1 CHIL @I1864@ +<< +[0186] FAM rkey: F983 offs: 0x00002d7f lens: 0x000000a7 +0x00003d7f-0x00003e25: +>>0 @F983@ FAM +1 HUSB @I2452@ +1 WIFE @I2453@ +1 MARR +2 DATE 1115 +1 CHIL @I2469@ +1 CHIL @I1869@ +1 CHIL @I2470@ +1 CHIL @I2471@ +1 CHIL @I2472@ +1 CHIL @I2473@ +1 CHIL @I2474@ +<< +[0187] FAM rkey: F984 offs: 0x00002e26 lens: 0x0000003e +0x00003e26-0x00003e63: +>>0 @F984@ FAM +1 HUSB @I1869@ +1 WIFE @I2475@ +1 MARR +2 DATE 1154 +<< +[0188] FAM rkey: F985 offs: 0x00002e64 lens: 0x0000004d +0x00003e64-0x00003eb0: +>>0 @F985@ FAM +1 HUSB @I1869@ +1 WIFE @I2476@ +1 MARR +2 DATE 1160 +1 CHIL @I2451@ +<< +[0189] FAM rkey: F986 offs: 0x00002eb1 lens: 0x0000003a +0x00003eb1-0x00003eea: +>>0 @F986@ FAM +1 HUSB @I2231@ +1 WIFE @I2232@ +1 CHIL @I1886@ +<< +[0190] FAM rkey: F987 offs: 0x00002eeb lens: 0x0000002b +0x00003eeb-0x00003f15: +>>0 @F987@ FAM +1 HUSB @I1887@ +1 WIFE @I1889@ +<< +[0191] FAM rkey: F988 offs: 0x00002f16 lens: 0x0000002b +0x00003f16-0x00003f40: +>>0 @F988@ FAM +1 HUSB @I1890@ +1 CHIL @I1889@ +<< +[0192] FAM rkey: F989 offs: 0x00002f41 lens: 0x00000046 +0x00003f41-0x00003f86: +>>0 @F989@ FAM +1 HUSB @I2452@ +1 WIFE @I1892@ +1 DIV Y +1 MARR +2 DATE 1104 +<< +[0193] FAM rkey: F990 offs: 0x00002f87 lens: 0x0000002b +0x00003f87-0x00003fb1: +>>0 @F990@ FAM +1 HUSB @I1897@ +1 CHIL @I1896@ +<< +[0194] FAM rkey: F991 offs: 0x00002fb2 lens: 0x0000002b +0x00003fb2-0x00003fdc: +>>0 @F991@ FAM +1 HUSB @I1905@ +1 CHIL @I1904@ +<< +[0195] FAM rkey: F992 offs: 0x00002fdd lens: 0x0000002b +0x00003fdd-0x00004007: +>>0 @F992@ FAM +1 HUSB @I1906@ +1 CHIL @I1905@ +<< +[0196] FAM rkey: F993 offs: 0x00003008 lens: 0x0000002b +0x00004008-0x00004032: +>>0 @F993@ FAM +1 HUSB @I1907@ +1 CHIL @I1906@ +<< +[0197] FAM rkey: F994 offs: 0x00003033 lens: 0x0000003a +0x00004033-0x0000406c: +>>0 @F994@ FAM +1 HUSB @I1908@ +1 WIFE @I1909@ +1 CHIL @I1907@ +<< +[0198] FAM rkey: F995 offs: 0x0000306d lens: 0x0000003a +0x0000406d-0x000040a6: +>>0 @F995@ FAM +1 HUSB @I1910@ +1 WIFE @I1911@ +1 CHIL @I1908@ +<< +[0199] FAM rkey: F996 offs: 0x000030a7 lens: 0x0000003a +0x000040a7-0x000040e0: +>>0 @F996@ FAM +1 HUSB @I1919@ +1 WIFE @I2216@ +1 CHIL @I1909@ +<< +[0200] FAM rkey: F997 offs: 0x000030e1 lens: 0x00000067 +0x000040e1-0x00004147: +>>0 @F997@ FAM +1 HUSB @I1913@ +1 WIFE @I1956@ +1 CHIL @I1957@ +1 CHIL @I1958@ +1 CHIL @I1911@ +1 CHIL @I1959@ +<< +[0201] FAM rkey: F998 offs: 0x00003148 lens: 0x0000002b +0x00004148-0x00004172: +>>0 @F998@ FAM +1 HUSB @I1912@ +1 WIFE @I1911@ +<< +[0202] FAM rkey: F999 offs: 0x00003173 lens: 0x0000003a +0x00004173-0x000041ac: +>>0 @F999@ FAM +1 HUSB @I1920@ +1 WIFE @I1921@ +1 CHIL @I1912@ +<< +[0203] INDI rkey: I100 offs: 0x000031ad lens: 0x00000082 +0x000041ad-0x0000422e: +>>0 @I100@ INDI +1 NAME Louis of_Battenberg // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1854 +1 DEAT +2 DATE 1921 +1 FAMC @F23@ +1 FAMS @F34@ +<< +[0204] INDI rkey: I101 offs: 0x0000322f lens: 0x000000b3 +0x0000422f-0x000042e1: +>>0 @I101@ INDI +1 NAME Alice of_Battenberg // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE ABT 1969 +2 PLAC Buckingham,Palace,London,England +1 FAMC @F34@ +1 FAMS @F45@ +<< +[0205] INDI rkey: I102 offs: 0x000032e2 lens: 0x00000083 +0x000042e2-0x00004364: +>>0 @I102@ INDI +1 NAME George /Mountbatten/ +1 SEX M +1 TITL Marquess +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1938 +1 FAMC @F34@ +1 FAMS @F74@ +<< +[0206] INDI rkey: I103 offs: 0x00003365 lens: 0x000000e2 +0x00004365-0x00004446: +>>0 @I103@ INDI +1 NAME Louis of_Burma /Mountbatten/ +1 SEX M +1 TITL Earl Mountbatten +1 BIRT +2 DATE 1900 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 27 AUG 1979 +2 PLAC Donegal Bay,County Sligo,Ireland +1 FAMC @F34@ +1 FAMS @F75@ +<< +[0207] INDI rkey: I104 offs: 0x00003447 lens: 0x0000007f +0x00004447-0x000044c5: +>>0 @I104@ INDI +1 NAME Andrew of_Greece // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1944 +1 FAMC @F76@ +1 FAMS @F45@ +<< +[0208] INDI rkey: I105 offs: 0x000034c6 lens: 0x00000076 +0x000044c6-0x0000453b: +>>0 @I105@ INDI +1 NAME Alexander /Duff/ +1 SEX M +1 TITL Duke of Fife +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1912 +1 FAMS @F15@ +<< +[0209] INDI rkey: I106 offs: 0x0000353c lens: 0x00000076 +0x0000453c-0x000045b1: +>>0 @I106@ INDI +1 NAME Alexandra /Windsor/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 25 DEC 1936 +1 FAMC @F31@ +1 FAMS @F77@ +<< +[0210] INDI rkey: I107 offs: 0x000035b2 lens: 0x00000089 +0x000045b2-0x0000463a: +>>0 @I107@ INDI +1 NAME Michael /Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 4 JUL 1942 +2 PLAC Coppins,,England +1 FAMC @F31@ +1 FAMS @F78@ +<< +[0211] INDI rkey: I108 offs: 0x0000363b lens: 0x00000059 +0x0000463b-0x00004693: +>>0 @I108@ INDI +1 NAME Angus /Ogilvy/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1928 +1 FAMS @F77@ +<< +[0212] INDI rkey: I109 offs: 0x00003694 lens: 0x00000091 +0x00004694-0x00004724: +>>0 @I109@ INDI +1 NAME James Robert Bruce/Ogilvy/ +1 SEX M +1 BIRT +2 DATE 29 FEB 1964 +2 PLAC Thatched House,Lodge,,England +1 FAMC @F77@ +1 FAMS @F79@ +<< +[0213] INDI rkey: I110 offs: 0x00003725 lens: 0x000000a5 +0x00004725-0x000047c9: +>>0 @I110@ INDI +1 NAME Marina Victoria Alexandra/Ogilvy/ +1 SEX F +1 BIRT +2 DATE 31 JUL 1966 +2 PLAC Thatched House,Lodge,Richmond Park,England +1 FAMC @F77@ +1 FAMS @F80@ +<< +[0214] INDI rkey: I111 offs: 0x000037ca lens: 0x00000076 +0x000047ca-0x0000483f: +>>0 @I111@ INDI +1 NAME Katharine /Worsley/ +1 SEX F +1 TITL Duchess of Kent +1 BIRT +2 DATE 1933 +1 FAMC @F81@ +1 FAMS @F52@ +<< +[0215] INDI rkey: I112 offs: 0x00003840 lens: 0x000000c8 +0x00004840-0x00004907: +>>0 @I112@ INDI +1 NAME George Philip of_St._Andrews/Windsor/ +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 26 JUN 1962 +1 CHR +2 DATE 14 SEP 1962 +2 PLAC Buckingham,Palace,Music Room,England +1 FAMC @F52@ +1 FAMS @F82@ +<< +[0216] INDI rkey: I113 offs: 0x00003908 lens: 0x000000bb +0x00004908-0x000049c2: +>>0 @I113@ INDI +1 NAME Helen Marina Lucy/Windsor/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 28 APR 1964 +1 CHR +2 DATE 12 MAY 1964 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMC @F52@ +<< +[0217] INDI rkey: I114 offs: 0x000039c3 lens: 0x000000d9 +0x000049c3-0x00004a9b: +>>0 @I114@ INDI +1 NAME Nicholas Charles Edward/Windsor/ +1 SEX M +1 TITL Lord +1 BIRT +2 DATE 25 JUL 1970 +2 PLAC Kings College,Hospital,Denmark Hill +1 CHR +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMC @F52@ +<< +[0218] INDI rkey: I115 offs: 0x00003a9c lens: 0x000000e7 +0x00004a9c-0x00004b82: +>>0 @I115@ INDI +1 NAME William Arthur Philip/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 21 JUN 1982 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 4 AUG 1982 +2 PLAC Music Room,Buckingham,Palace,England +1 FAMC @F46@ +<< +[0219] INDI rkey: I116 offs: 0x00003b83 lens: 0x000000a2 +0x00004b83-0x00004c24: +>>0 @I116@ INDI +1 NAME Henry Charles Albert/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 15 SEP 1984 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 FAMC @F46@ +<< +[0220] INDI rkey: I117 offs: 0x00003c25 lens: 0x0000007d +0x00004c25-0x00004ca1: +>>0 @I117@ INDI +1 NAME (Frederick) Christian Charles// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1917 +1 FAMS @F8@ +<< +[0221] INDI rkey: I118 offs: 0x00003ca2 lens: 0x0000007c +0x00004ca2-0x00004d1d: +>>0 @I118@ INDI +1 NAME Marie Louise // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1956 +1 FAMC @F8@ +1 FAMS @F83@ +<< +[0222] INDI rkey: I119 offs: 0x00003d1e lens: 0x00000065 +0x00004d1e-0x00004d82: +>>0 @I119@ INDI +1 NAME Aribert of_Anhalt // +1 SEX M +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1933 +1 FAMS @F83@ +<< +[0223] INDI rkey: I120 offs: 0x00003d83 lens: 0x000000ed +0x00004d83-0x00004e6f: +>>0 @I120@ INDI +1 NAME Louise Margaret of_Prussia// +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 25 JUN 1860 +2 PLAC Potsdam +1 DEAT +2 DATE 14 MAR 1917 +2 PLAC Clarence House,London,,England +1 BURI +2 PLAC Frogmore,,,England +1 FAMC @F84@ +1 FAMS @F10@ +<< +[0224] INDI rkey: I121 offs: 0x00003e70 lens: 0x000000c2 +0x00004e70-0x00004f31: +>>0 @I121@ INDI +1 NAME Margaret of_Sweden // +1 SEX F +1 TITL Crown Princess +1 BIRT +2 DATE 15 JAN 1882 +2 PLAC Bagshot Park +1 DEAT +2 DATE 1 MAY 1920 +2 PLAC Stockholm,Sweden +1 FAMC @F10@ +1 FAMS @F85@ +<< + +0x00004f32: EOF (0x00004f32) GOOD + +BLOCK - DIRECTORY ab/ab +0x00000000:ix_self: 0x00010001 (ab/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I122' +0x00000016:ix_rkey[0001]: ' I123' +0x0000001e:ix_rkey[0002]: ' I124' +0x00000026:ix_rkey[0003]: ' I125' +0x0000002e:ix_rkey[0004]: ' I126' +0x00000036:ix_rkey[0005]: ' I127' +0x0000003e:ix_rkey[0006]: ' I128' +0x00000046:ix_rkey[0007]: ' I129' +0x0000004e:ix_rkey[0008]: ' I130' +0x00000056:ix_rkey[0009]: ' I131' +0x0000005e:ix_rkey[0010]: ' I132' +0x00000066:ix_rkey[0011]: ' I133' +0x0000006e:ix_rkey[0012]: ' I134' +0x00000076:ix_rkey[0013]: ' I135' +0x0000007e:ix_rkey[0014]: ' I136' +0x00000086:ix_rkey[0015]: ' I137' +0x0000008e:ix_rkey[0016]: ' I138' +0x00000096:ix_rkey[0017]: ' I139' +0x0000009e:ix_rkey[0018]: ' I140' +0x000000a6:ix_rkey[0019]: ' I141' +0x000000ae:ix_rkey[0020]: ' I142' +0x000000b6:ix_rkey[0021]: ' I143' +0x000000be:ix_rkey[0022]: ' I144' +0x000000c6:ix_rkey[0023]: ' I145' +0x000000ce:ix_rkey[0024]: ' I146' +0x000000d6:ix_rkey[0025]: ' I147' +0x000000de:ix_rkey[0026]: ' I148' +0x000000e6:ix_rkey[0027]: ' I149' +0x000000ee:ix_rkey[0028]: ' I150' +0x000000f6:ix_rkey[0029]: ' I151' +0x000000fe:ix_rkey[0030]: ' I152' +0x00000106:ix_rkey[0031]: ' I153' +0x0000010e:ix_rkey[0032]: ' I154' +0x00000116:ix_rkey[0033]: ' I155' +0x0000011e:ix_rkey[0034]: ' I156' +0x00000126:ix_rkey[0035]: ' I157' +0x0000012e:ix_rkey[0036]: ' I158' +0x00000136:ix_rkey[0037]: ' I159' +0x0000013e:ix_rkey[0038]: ' I160' +0x00000146:ix_rkey[0039]: ' I161' +0x0000014e:ix_rkey[0040]: ' I162' +0x00000156:ix_rkey[0041]: ' I163' +0x0000015e:ix_rkey[0042]: ' I164' +0x00000166:ix_rkey[0043]: ' I165' +0x0000016e:ix_rkey[0044]: ' I166' +0x00000176:ix_rkey[0045]: ' I167' +0x0000017e:ix_rkey[0046]: ' I168' +0x00000186:ix_rkey[0047]: ' I169' +0x0000018e:ix_rkey[0048]: ' I170' +0x00000196:ix_rkey[0049]: ' I171' +0x0000019e:ix_rkey[0050]: ' I172' +0x000001a6:ix_rkey[0051]: ' I173' +0x000001ae:ix_rkey[0052]: ' I174' +0x000001b6:ix_rkey[0053]: ' I175' +0x000001be:ix_rkey[0054]: ' I176' +0x000001c6:ix_rkey[0055]: ' I177' +0x000001ce:ix_rkey[0056]: ' I178' +0x000001d6:ix_rkey[0057]: ' I179' +0x000001de:ix_rkey[0058]: ' I180' +0x000001e6:ix_rkey[0059]: ' I181' +0x000001ee:ix_rkey[0060]: ' I182' +0x000001f6:ix_rkey[0061]: ' I183' +0x000001fe:ix_rkey[0062]: ' I184' +0x00000206:ix_rkey[0063]: ' I185' +0x0000020e:ix_rkey[0064]: ' I186' +0x00000216:ix_rkey[0065]: ' I187' +0x0000021e:ix_rkey[0066]: ' I188' +0x00000226:ix_rkey[0067]: ' I189' +0x0000022e:ix_rkey[0068]: ' I190' +0x00000236:ix_rkey[0069]: ' I191' +0x0000023e:ix_rkey[0070]: ' I192' +0x00000246:ix_rkey[0071]: ' I193' +0x0000024e:ix_rkey[0072]: ' I194' +0x00000256:ix_rkey[0073]: ' I195' +0x0000025e:ix_rkey[0074]: ' I196' +0x00000266:ix_rkey[0075]: ' I197' +0x0000026e:ix_rkey[0076]: ' I198' +0x00000276:ix_rkey[0077]: ' I199' +0x0000027e:ix_rkey[0078]: ' I200' +0x00000286:ix_rkey[0079]: ' I201' +0x0000028e:ix_rkey[0080]: ' I202' +0x00000296:ix_rkey[0081]: ' I203' +0x0000029e:ix_rkey[0082]: ' I204' +0x000002a6:ix_rkey[0083]: ' I205' +0x000002ae:ix_rkey[0084]: ' I206' +0x000002b6:ix_rkey[0085]: ' I207' +0x000002be:ix_rkey[0086]: ' I208' +0x000002c6:ix_rkey[0087]: ' I209' +0x000002ce:ix_rkey[0088]: ' I210' +0x000002d6:ix_rkey[0089]: ' I211' +0x000002de:ix_rkey[0090]: ' I212' +0x000002e6:ix_rkey[0091]: ' I213' +0x000002ee:ix_rkey[0092]: ' I214' +0x000002f6:ix_rkey[0093]: ' I215' +0x000002fe:ix_rkey[0094]: ' I216' +0x00000306:ix_rkey[0095]: ' I217' +0x0000030e:ix_rkey[0096]: ' I218' +0x00000316:ix_rkey[0097]: ' I219' +0x0000031e:ix_rkey[0098]: ' I220' +0x00000326:ix_rkey[0099]: ' I221' +0x0000032e:ix_rkey[0100]: ' I222' +0x00000336:ix_rkey[0101]: ' I223' +0x0000033e:ix_rkey[0102]: ' I224' +0x00000346:ix_rkey[0103]: ' I225' +0x0000034e:ix_rkey[0104]: ' I226' +0x00000356:ix_rkey[0105]: ' I227' +0x0000035e:ix_rkey[0106]: ' I228' +0x00000366:ix_rkey[0107]: ' I229' +0x0000036e:ix_rkey[0108]: ' I230' +0x00000376:ix_rkey[0109]: ' I231' +0x0000037e:ix_rkey[0110]: ' I232' +0x00000386:ix_rkey[0111]: ' I233' +0x0000038e:ix_rkey[0112]: ' I234' +0x00000396:ix_rkey[0113]: ' I235' +0x0000039e:ix_rkey[0114]: ' I236' +0x000003a6:ix_rkey[0115]: ' I237' +0x000003ae:ix_rkey[0116]: ' I238' +0x000003b6:ix_rkey[0117]: ' I239' +0x000003be:ix_rkey[0118]: ' I240' +0x000003c6:ix_rkey[0119]: ' I241' +0x000003ce:ix_rkey[0120]: ' I242' +0x000003d6:ix_rkey[0121]: ' I243' +0x000003de:ix_rkey[0122]: ' I244' +0x000003e6:ix_rkey[0123]: ' I245' +0x000003ee:ix_rkey[0124]: ' I246' +0x000003f6:ix_rkey[0125]: ' I247' +0x000003fe:ix_rkey[0126]: ' I248' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000080 +0x0000080c:ix_offs[0001]: 0x00000080 0x00000c08:ix_lens[0001]: 0x0000007d +0x00000810:ix_offs[0002]: 0x000000fd 0x00000c0c:ix_lens[0002]: 0x000000fa +0x00000814:ix_offs[0003]: 0x000001f7 0x00000c10:ix_lens[0003]: 0x000000bf +0x00000818:ix_offs[0004]: 0x000002b6 0x00000c14:ix_lens[0004]: 0x00000084 +0x0000081c:ix_offs[0005]: 0x0000033a 0x00000c18:ix_lens[0005]: 0x000000dc +0x00000820:ix_offs[0006]: 0x00000416 0x00000c1c:ix_lens[0006]: 0x0000002f +0x00000824:ix_offs[0007]: 0x00000445 0x00000c20:ix_lens[0007]: 0x0000007b +0x00000828:ix_offs[0008]: 0x000004c0 0x00000c24:ix_lens[0008]: 0x00000145 +0x0000082c:ix_offs[0009]: 0x00000605 0x00000c28:ix_lens[0009]: 0x000000d9 +0x00000830:ix_offs[0010]: 0x000006de 0x00000c2c:ix_lens[0010]: 0x00000089 +0x00000834:ix_offs[0011]: 0x00000767 0x00000c30:ix_lens[0011]: 0x000000e7 +0x00000838:ix_offs[0012]: 0x0000084e 0x00000c34:ix_lens[0012]: 0x00000088 +0x0000083c:ix_offs[0013]: 0x000008d6 0x00000c38:ix_lens[0013]: 0x00000071 +0x00000840:ix_offs[0014]: 0x00000947 0x00000c3c:ix_lens[0014]: 0x00000078 +0x00000844:ix_offs[0015]: 0x000009bf 0x00000c40:ix_lens[0015]: 0x0000007e +0x00000848:ix_offs[0016]: 0x00000a3d 0x00000c44:ix_lens[0016]: 0x000000ce +0x0000084c:ix_offs[0017]: 0x00000b0b 0x00000c48:ix_lens[0017]: 0x000000a2 +0x00000850:ix_offs[0018]: 0x00000bad 0x00000c4c:ix_lens[0018]: 0x00000097 +0x00000854:ix_offs[0019]: 0x00000c44 0x00000c50:ix_lens[0019]: 0x000000e6 +0x00000858:ix_offs[0020]: 0x00000d2a 0x00000c54:ix_lens[0020]: 0x0000006a +0x0000085c:ix_offs[0021]: 0x00000d94 0x00000c58:ix_lens[0021]: 0x0000007e +0x00000860:ix_offs[0022]: 0x00000e12 0x00000c5c:ix_lens[0022]: 0x00000107 +0x00000864:ix_offs[0023]: 0x00000f19 0x00000c60:ix_lens[0023]: 0x00000090 +0x00000868:ix_offs[0024]: 0x00000fa9 0x00000c64:ix_lens[0024]: 0x00000094 +0x0000086c:ix_offs[0025]: 0x0000103d 0x00000c68:ix_lens[0025]: 0x00000077 +0x00000870:ix_offs[0026]: 0x000010b4 0x00000c6c:ix_lens[0026]: 0x00000076 +0x00000874:ix_offs[0027]: 0x0000112a 0x00000c70:ix_lens[0027]: 0x00000084 +0x00000878:ix_offs[0028]: 0x000011ae 0x00000c74:ix_lens[0028]: 0x00000074 +0x0000087c:ix_offs[0029]: 0x00001222 0x00000c78:ix_lens[0029]: 0x00000091 +0x00000880:ix_offs[0030]: 0x000012b3 0x00000c7c:ix_lens[0030]: 0x000000c9 +0x00000884:ix_offs[0031]: 0x0000137c 0x00000c80:ix_lens[0031]: 0x000000d7 +0x00000888:ix_offs[0032]: 0x00001453 0x00000c84:ix_lens[0032]: 0x000000a1 +0x0000088c:ix_offs[0033]: 0x000014f4 0x00000c88:ix_lens[0033]: 0x000000b4 +0x00000890:ix_offs[0034]: 0x000015a8 0x00000c8c:ix_lens[0034]: 0x00000114 +0x00000894:ix_offs[0035]: 0x000016bc 0x00000c90:ix_lens[0035]: 0x00000086 +0x00000898:ix_offs[0036]: 0x00001742 0x00000c94:ix_lens[0036]: 0x0000008f +0x0000089c:ix_offs[0037]: 0x000017d1 0x00000c98:ix_lens[0037]: 0x00000082 +0x000008a0:ix_offs[0038]: 0x00001853 0x00000c9c:ix_lens[0038]: 0x00000098 +0x000008a4:ix_offs[0039]: 0x000018eb 0x00000ca0:ix_lens[0039]: 0x0000007d +0x000008a8:ix_offs[0040]: 0x00001968 0x00000ca4:ix_lens[0040]: 0x000000b3 +0x000008ac:ix_offs[0041]: 0x00001a1b 0x00000ca8:ix_lens[0041]: 0x00000085 +0x000008b0:ix_offs[0042]: 0x00001aa0 0x00000cac:ix_lens[0042]: 0x0000009f +0x000008b4:ix_offs[0043]: 0x00001b3f 0x00000cb0:ix_lens[0043]: 0x00000073 +0x000008b8:ix_offs[0044]: 0x00001bb2 0x00000cb4:ix_lens[0044]: 0x00000056 +0x000008bc:ix_offs[0045]: 0x00001c08 0x00000cb8:ix_lens[0045]: 0x00000051 +0x000008c0:ix_offs[0046]: 0x00001c59 0x00000cbc:ix_lens[0046]: 0x000000b3 +0x000008c4:ix_offs[0047]: 0x00001d0c 0x00000cc0:ix_lens[0047]: 0x0000007e +0x000008c8:ix_offs[0048]: 0x00001d8a 0x00000cc4:ix_lens[0048]: 0x0000006e +0x000008cc:ix_offs[0049]: 0x00001df8 0x00000cc8:ix_lens[0049]: 0x00000044 +0x000008d0:ix_offs[0050]: 0x00001e3c 0x00000ccc:ix_lens[0050]: 0x0000003c +0x000008d4:ix_offs[0051]: 0x00001e78 0x00000cd0:ix_lens[0051]: 0x0000006d +0x000008d8:ix_offs[0052]: 0x00001ee5 0x00000cd4:ix_lens[0052]: 0x00000078 +0x000008dc:ix_offs[0053]: 0x00001f5d 0x00000cd8:ix_lens[0053]: 0x00000074 +0x000008e0:ix_offs[0054]: 0x00001fd1 0x00000cdc:ix_lens[0054]: 0x00000078 +0x000008e4:ix_offs[0055]: 0x00002049 0x00000ce0:ix_lens[0055]: 0x0000006f +0x000008e8:ix_offs[0056]: 0x000020b8 0x00000ce4:ix_lens[0056]: 0x00000073 +0x000008ec:ix_offs[0057]: 0x0000212b 0x00000ce8:ix_lens[0057]: 0x00000071 +0x000008f0:ix_offs[0058]: 0x0000219c 0x00000cec:ix_lens[0058]: 0x0000007a +0x000008f4:ix_offs[0059]: 0x00002216 0x00000cf0:ix_lens[0059]: 0x00000093 +0x000008f8:ix_offs[0060]: 0x000022a9 0x00000cf4:ix_lens[0060]: 0x00000084 +0x000008fc:ix_offs[0061]: 0x0000232d 0x00000cf8:ix_lens[0061]: 0x00000074 +0x00000900:ix_offs[0062]: 0x000023a1 0x00000cfc:ix_lens[0062]: 0x00000074 +0x00000904:ix_offs[0063]: 0x00002415 0x00000d00:ix_lens[0063]: 0x0000003d +0x00000908:ix_offs[0064]: 0x00002452 0x00000d04:ix_lens[0064]: 0x0000006c +0x0000090c:ix_offs[0065]: 0x000024be 0x00000d08:ix_lens[0065]: 0x0000005e +0x00000910:ix_offs[0066]: 0x0000251c 0x00000d0c:ix_lens[0066]: 0x00000074 +0x00000914:ix_offs[0067]: 0x00002590 0x00000d10:ix_lens[0067]: 0x00000063 +0x00000918:ix_offs[0068]: 0x000025f3 0x00000d14:ix_lens[0068]: 0x00000044 +0x0000091c:ix_offs[0069]: 0x00002637 0x00000d18:ix_lens[0069]: 0x0000006b +0x00000920:ix_offs[0070]: 0x000026a2 0x00000d1c:ix_lens[0070]: 0x00000077 +0x00000924:ix_offs[0071]: 0x00002719 0x00000d20:ix_lens[0071]: 0x00000084 +0x00000928:ix_offs[0072]: 0x0000279d 0x00000d24:ix_lens[0072]: 0x0000007c +0x0000092c:ix_offs[0073]: 0x00002819 0x00000d28:ix_lens[0073]: 0x00000069 +0x00000930:ix_offs[0074]: 0x00002882 0x00000d2c:ix_lens[0074]: 0x00000064 +0x00000934:ix_offs[0075]: 0x000028e6 0x00000d30:ix_lens[0075]: 0x00000059 +0x00000938:ix_offs[0076]: 0x0000293f 0x00000d34:ix_lens[0076]: 0x00000047 +0x0000093c:ix_offs[0077]: 0x00002986 0x00000d38:ix_lens[0077]: 0x00000057 +0x00000940:ix_offs[0078]: 0x000029dd 0x00000d3c:ix_lens[0078]: 0x00000041 +0x00000944:ix_offs[0079]: 0x00002a1e 0x00000d40:ix_lens[0079]: 0x00000076 +0x00000948:ix_offs[0080]: 0x00002a94 0x00000d44:ix_lens[0080]: 0x000000ed +0x0000094c:ix_offs[0081]: 0x00002b81 0x00000d48:ix_lens[0081]: 0x0000012e +0x00000950:ix_offs[0082]: 0x00002caf 0x00000d4c:ix_lens[0082]: 0x000000ed +0x00000954:ix_offs[0083]: 0x00002d9c 0x00000d50:ix_lens[0083]: 0x0000006d +0x00000958:ix_offs[0084]: 0x00002e09 0x00000d54:ix_lens[0084]: 0x0000005a +0x0000095c:ix_offs[0085]: 0x00002e63 0x00000d58:ix_lens[0085]: 0x0000008b +0x00000960:ix_offs[0086]: 0x00002eee 0x00000d5c:ix_lens[0086]: 0x00000079 +0x00000964:ix_offs[0087]: 0x00002f67 0x00000d60:ix_lens[0087]: 0x000000ae +0x00000968:ix_offs[0088]: 0x00003015 0x00000d64:ix_lens[0088]: 0x000000b3 +0x0000096c:ix_offs[0089]: 0x000030c8 0x00000d68:ix_lens[0089]: 0x00000083 +0x00000970:ix_offs[0090]: 0x0000314b 0x00000d6c:ix_lens[0090]: 0x000000f4 +0x00000974:ix_offs[0091]: 0x0000323f 0x00000d70:ix_lens[0091]: 0x000000c1 +0x00000978:ix_offs[0092]: 0x00003300 0x00000d74:ix_lens[0092]: 0x000000c6 +0x0000097c:ix_offs[0093]: 0x000033c6 0x00000d78:ix_lens[0093]: 0x000000a8 +0x00000980:ix_offs[0094]: 0x0000346e 0x00000d7c:ix_lens[0094]: 0x0000009b +0x00000984:ix_offs[0095]: 0x00003509 0x00000d80:ix_lens[0095]: 0x000000d0 +0x00000988:ix_offs[0096]: 0x000035d9 0x00000d84:ix_lens[0096]: 0x000000ca +0x0000098c:ix_offs[0097]: 0x000036a3 0x00000d88:ix_lens[0097]: 0x000000fd +0x00000990:ix_offs[0098]: 0x000037a0 0x00000d8c:ix_lens[0098]: 0x00000094 +0x00000994:ix_offs[0099]: 0x00003834 0x00000d90:ix_lens[0099]: 0x000000b2 +0x00000998:ix_offs[0100]: 0x000038e6 0x00000d94:ix_lens[0100]: 0x00000092 +0x0000099c:ix_offs[0101]: 0x00003978 0x00000d98:ix_lens[0101]: 0x00000092 +0x000009a0:ix_offs[0102]: 0x00003a0a 0x00000d9c:ix_lens[0102]: 0x00000068 +0x000009a4:ix_offs[0103]: 0x00003a72 0x00000da0:ix_lens[0103]: 0x000000d4 +0x000009a8:ix_offs[0104]: 0x00003b46 0x00000da4:ix_lens[0104]: 0x000000b5 +0x000009ac:ix_offs[0105]: 0x00003bfb 0x00000da8:ix_lens[0105]: 0x000000eb +0x000009b0:ix_offs[0106]: 0x00003ce6 0x00000dac:ix_lens[0106]: 0x000000bc +0x000009b4:ix_offs[0107]: 0x00003da2 0x00000db0:ix_lens[0107]: 0x00000081 +0x000009b8:ix_offs[0108]: 0x00003e23 0x00000db4:ix_lens[0108]: 0x00000049 +0x000009bc:ix_offs[0109]: 0x00003e6c 0x00000db8:ix_lens[0109]: 0x00000036 +0x000009c0:ix_offs[0110]: 0x00003ea2 0x00000dbc:ix_lens[0110]: 0x000000f1 +0x000009c4:ix_offs[0111]: 0x00003f93 0x00000dc0:ix_lens[0111]: 0x000000bf +0x000009c8:ix_offs[0112]: 0x00004052 0x00000dc4:ix_lens[0112]: 0x000000d0 +0x000009cc:ix_offs[0113]: 0x00004122 0x00000dc8:ix_lens[0113]: 0x00000050 +0x000009d0:ix_offs[0114]: 0x00004172 0x00000dcc:ix_lens[0114]: 0x00000036 +0x000009d4:ix_offs[0115]: 0x000041a8 0x00000dd0:ix_lens[0115]: 0x00000036 +0x000009d8:ix_offs[0116]: 0x000041de 0x00000dd4:ix_lens[0116]: 0x000000cd +0x000009dc:ix_offs[0117]: 0x000042ab 0x00000dd8:ix_lens[0117]: 0x000000d0 +0x000009e0:ix_offs[0118]: 0x0000437b 0x00000ddc:ix_lens[0118]: 0x00000068 +0x000009e4:ix_offs[0119]: 0x000043e3 0x00000de0:ix_lens[0119]: 0x00000067 +0x000009e8:ix_offs[0120]: 0x0000444a 0x00000de4:ix_lens[0120]: 0x00000075 +0x000009ec:ix_offs[0121]: 0x000044bf 0x00000de8:ix_lens[0121]: 0x00000090 +0x000009f0:ix_offs[0122]: 0x0000454f 0x00000dec:ix_lens[0122]: 0x0000008d +0x000009f4:ix_offs[0123]: 0x000045dc 0x00000df0:ix_lens[0123]: 0x000000c6 +0x000009f8:ix_offs[0124]: 0x000046a2 0x00000df4:ix_lens[0124]: 0x0000005c +0x000009fc:ix_offs[0125]: 0x000046fe 0x00000df8:ix_lens[0125]: 0x00000097 +0x00000a00:ix_offs[0126]: 0x00004795 0x00000dfc:ix_lens[0126]: 0x000000ef + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I122 offs: 0x00000000 lens: 0x00000080 +0x00001000-0x0000107f: +>>0 @I122@ INDI +1 NAME Arthur of_Connaught // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1938 +1 FAMC @F10@ +1 FAMS @F86@ +<< +[0001] INDI rkey: I123 offs: 0x00000080 lens: 0x0000007d +0x00001080-0x000010fc: +>>0 @I123@ INDI +1 NAME Patricia // +1 SEX F +1 TITL Lady Ramsay +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1974 +1 FAMC @F10@ +1 FAMS @F87@ +<< +[0002] INDI rkey: I124 offs: 0x000000fd lens: 0x000000fa +0x000010fd-0x000011f6: +>>0 @I124@ INDI +1 NAME Gustav_VI Adolf // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 11 NOV 1882 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 15 SEP 1973 +2 PLAC Helsingborg +1 BURI +2 PLAC Royal Cemetery,Haga Castle Park +1 FAMC @F88@ +1 FAMS @F85@ +1 FAMS @F89@ +<< +[0003] INDI rkey: I125 offs: 0x000001f7 lens: 0x000000bf +0x000011f7-0x000012b5: +>>0 @I125@ INDI +1 NAME Alexandra // +1 SEX F +1 TITL Duchess of Fife +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 26 FEB 1959 +1 BURI +2 PLAC Mar Lodge,Braemar,Aberdeenshire,England +1 FAMC @F15@ +1 FAMS @F86@ +<< +[0004] INDI rkey: I126 offs: 0x000002b6 lens: 0x00000084 +0x000012b6-0x00001339: +>>0 @I126@ INDI +1 NAME Alexander /Ramsay/ +1 SEX M +1 TITL Admiral Sir +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1972 +1 FAMC @F90@ +1 FAMS @F87@ +<< +[0005] INDI rkey: I127 offs: 0x0000033a lens: 0x000000dc +0x0000133a-0x00001415: +>>0 @I127@ INDI +1 NAME Isabella of_France // +1 SEX F +1 BIRT +2 DATE 1292 +2 PLAC Paris +1 DEAT +2 DATE 22 AUG 1358 +2 PLAC Castle Rising,Norfolk,England +1 BURI +2 PLAC Grey Friars,Church,London,England +1 FAMC @F91@ +1 FAMS @F92@ +<< +[0006] INDI rkey: I128 offs: 0x00000416 lens: 0x0000002f +0x00001416-0x00001444: +>>0 @I128@ INDI +1 NAME Issue_Unknown // +1 SEX M +<< +[0007] INDI rkey: I129 offs: 0x00000445 lens: 0x0000007b +0x00001445-0x000014bf: +>>0 @I129@ INDI +1 NAME Charles Edward // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1954 +1 FAMC @F11@ +1 FAMS @F93@ +<< +[0008] INDI rkey: I130 offs: 0x000004c0 lens: 0x00000145 +0x000014c0-0x00001604: +>>0 @I130@ INDI +1 NAME George_III /Hanover/ +1 REFN 4 +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 4 JUN 1738 +2 PLAC Norfolk-House,St. James Square,London,England +1 DEAT +2 DATE 29 JAN 1820 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC St. George Chap.,Windsor Castle,Berkshire,England +1 FAMC @F94@ +1 FAMS @F95@ +<< +[0009] INDI rkey: I131 offs: 0x00000605 lens: 0x000000d9 +0x00001605-0x000016dd: +>>0 @I131@ INDI +1 NAME (Sophia) Charlotte // +1 REFN 5 +1 SEX F +1 BIRT +2 DATE 19 MAY 1744 +2 PLAC Mirow +1 DEAT +2 DATE 17 NOV 1818 +2 PLAC Kew Palace +1 BURI +2 PLAC St. George Chap.,Windsor,,England +1 FAMC @F96@ +1 FAMS @F95@ +<< +[0010] INDI rkey: I132 offs: 0x000006de lens: 0x00000089 +0x000016de-0x00001766: +>>0 @I132@ INDI +1 NAME Adolphus of_Cambridge /Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1774 +1 DEAT +2 DATE 1850 +1 FAMC @F95@ +1 FAMS @F97@ +<< +[0011] INDI rkey: I133 offs: 0x00000767 lens: 0x000000e7 +0x00001767-0x0000184d: +>>0 @I133@ INDI +1 NAME Edward Augustus /Hanover/ +1 REFN 2 +1 SEX M +1 TITL Duke of Kent +1 BIRT +2 DATE 2 NOV 1767 +2 PLAC Buckingham House,,London,England +1 DEAT +2 DATE 23 JAN 1820 +2 PLAC Sidmouth,Devon,,England +1 FAMC @F95@ +1 FAMS @F1@ +<< +[0012] INDI rkey: I134 offs: 0x0000084e lens: 0x00000088 +0x0000184e-0x000018d5: +>>0 @I134@ INDI +1 NAME Augusta of_Hesse-Cassel // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1889 +1 FAMC @F98@ +1 FAMS @F97@ +<< +[0013] INDI rkey: I135 offs: 0x000008d6 lens: 0x00000071 +0x000018d6-0x00001946: +>>0 @I135@ INDI +1 NAME Augusta Caroline // +1 SEX F +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1916 +1 FAMC @F97@ +1 FAMS @F99@ +<< +[0014] INDI rkey: I136 offs: 0x00000947 lens: 0x00000078 +0x00001947-0x000019be: +>>0 @I136@ INDI +1 NAME Mary Adelaide "Fat_Mary"// +1 SEX F +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1897 +1 FAMC @F97@ +1 FAMS @F26@ +<< +[0015] INDI rkey: I137 offs: 0x000009bf lens: 0x0000007e +0x000019bf-0x00001a3c: +>>0 @I137@ INDI +1 NAME Francis // +1 SEX M +1 TITL Duke of Teck +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1900 +1 FAMC @F100@ +1 FAMS @F26@ +<< +[0016] INDI rkey: I138 offs: 0x00000a3d lens: 0x000000ce +0x00001a3d-0x00001b0a: +>>0 @I138@ INDI +1 NAME Victoria Mary Louisa// +1 REFN 3 +1 SEX F +1 BIRT +2 DATE 17 AUG 1786 +2 PLAC Coburg +1 DEAT +2 DATE 16 MAR 1861 +2 PLAC Frogmore House,Windsor,,England +1 FAMC @F101@ +1 FAMS @F102@ +1 FAMS @F1@ +<< +[0017] INDI rkey: I139 offs: 0x00000b0b lens: 0x000000a2 +0x00001b0b-0x00001bac: +>>0 @I139@ INDI +1 NAME Ernest_I of_Saxe-Coburg- Saalfeld// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 29 JAN 1844 +1 FAMC @F101@ +1 FAMS @F3@ +1 FAMS @F103@ +<< +[0018] INDI rkey: I140 offs: 0x00000bad lens: 0x00000097 +0x00001bad-0x00001c43: +>>0 @I140@ INDI +1 NAME Louise of_Saxe-Coburg- Altenburg// +1 SEX F +1 BIRT +2 DATE 1800 +2 PLAC Thuringia +1 DEAT +2 DATE 1831 +2 PLAC Paris,France +1 FAMS @F3@ +<< +[0019] INDI rkey: I141 offs: 0x00000c44 lens: 0x000000e6 +0x00001c44-0x00001d29: +>>0 @I141@ INDI +1 NAME George_IV /Hanover/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 12 AUG 1762 +2 PLAC ,,London,England +1 DEAT +2 DATE 26 JUN 1830 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F95@ +1 FAMS @F104@ +1 FAMS @F105@ +<< +[0020] INDI rkey: I142 offs: 0x00000d2a lens: 0x0000006a +0x00001d2a-0x00001d93: +>>0 @I142@ INDI +1 NAME Maria Anne /Fitzherbert/ +1 SEX F +1 BIRT +2 DATE 1756 +1 DEAT +2 DATE 1837 +1 FAMS @F104@ +<< +[0021] INDI rkey: I143 offs: 0x00000d94 lens: 0x0000007e +0x00001d94-0x00001e11: +>>0 @I143@ INDI +1 NAME Caroline Amelia of_Brunswick// +1 SEX F +1 BIRT +2 DATE 1768 +1 DEAT +2 DATE 1821 +1 FAMC @F106@ +1 FAMS @F105@ +<< +[0022] INDI rkey: I144 offs: 0x00000e12 lens: 0x00000107 +0x00001e12-0x00001f18: +>>0 @I144@ INDI +1 NAME Charlotte Augusta /Hanover/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 7 JAN 1796 +2 PLAC Carlton House +1 DEAT +2 DATE 6 NOV 1817 +2 PLAC Claremont House,Esher,Surrey,England +1 BURI +2 PLAC St George Chapel,Windsor,England +1 FAMC @F105@ +1 FAMS @F107@ +<< +[0023] INDI rkey: I145 offs: 0x00000f19 lens: 0x00000090 +0x00001f19-0x00001fa8: +>>0 @I145@ INDI +1 NAME Claude George /Bowes-Lyon/ +1 SEX M +1 TITL Earl of Strath. +1 BIRT +2 DATE 1855 +1 DEAT +2 DATE 1944 +1 FAMC @F108@ +1 FAMS @F41@ +<< +[0024] INDI rkey: I146 offs: 0x00000fa9 lens: 0x00000094 +0x00001fa9-0x0000203c: +>>0 @I146@ INDI +1 NAME Cecilia Nina /Cavendish-Bentin/ +1 SEX F +1 TITL Countess of S. +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1938 +1 FAMC @F109@ +1 FAMS @F41@ +<< +[0025] INDI rkey: I147 offs: 0x0000103d lens: 0x00000077 +0x0000203d-0x000020b3: +>>0 @I147@ INDI +1 NAME Margarita /Mountbatten/ +1 SEX F +1 BIRT +2 DATE 1905 +1 DEAT +2 DATE 1981 +1 FAMC @F45@ +1 FAMS @F110@ +<< +[0026] INDI rkey: I148 offs: 0x000010b4 lens: 0x00000076 +0x000020b4-0x00002129: +>>0 @I148@ INDI +1 NAME Theodora /Mountbatten/ +1 SEX F +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1960 +1 FAMC @F45@ +1 FAMS @F111@ +<< +[0027] INDI rkey: I149 offs: 0x0000112a lens: 0x00000084 +0x0000212a-0x000021ad: +>>0 @I149@ INDI +1 NAME Vladimir /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1909 +1 FAMC @F35@ +1 FAMS @F112@ +<< +[0028] INDI rkey: I150 offs: 0x000011ae lens: 0x00000074 +0x000021ae-0x00002221: +>>0 @I150@ INDI +1 NAME Alexis /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1908 +1 FAMC @F35@ +<< +[0029] INDI rkey: I151 offs: 0x00001222 lens: 0x00000091 +0x00002222-0x000022b2: +>>0 @I151@ INDI +1 NAME Serge Alexandrovich /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE FEB 1905 +1 FAMC @F35@ +1 FAMS @F66@ +<< +[0030] INDI rkey: I152 offs: 0x000012b3 lens: 0x000000c9 +0x000022b3-0x0000237b: +>>0 @I152@ INDI +1 NAME Paul Alexandrovich /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE JAN 1919 +2 PLAC Fortress of,Peter and Paul,,Russia +1 FAMC @F35@ +1 FAMS @F113@ +1 FAMS @F114@ +<< +[0031] INDI rkey: I153 offs: 0x0000137c lens: 0x000000d7 +0x0000237c-0x00002452: +>>0 @I153@ INDI +1 NAME George Alexandrovich /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE JUL 1899 +2 PLAC Abbas Tuman,Caucasus,Russia +1 BURI +2 PLAC Peter and Paul,Cathedral,,Russia +1 FAMC @F32@ +<< +[0032] INDI rkey: I154 offs: 0x00001453 lens: 0x000000a1 +0x00002453-0x000024f3: +>>0 @I154@ INDI +1 NAME Xenia /Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1875 +1 DEAT +2 DATE 20 APR 1960 +2 PLAC London,England +1 FAMC @F32@ +1 FAMS @F115@ +<< +[0033] INDI rkey: I155 offs: 0x000014f4 lens: 0x000000b4 +0x000024f4-0x000025a7: +>>0 @I155@ INDI +1 NAME Michael "Mischa" Alexandrovich/Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 10 JUL 1918 +2 PLAC Perm,,,Russia +1 FAMC @F32@ +1 FAMS @F116@ +<< +[0034] INDI rkey: I156 offs: 0x000015a8 lens: 0x00000114 +0x000025a8-0x000026bb: +>>0 @I156@ INDI +1 NAME Olga Alexandrovna /Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1 JUN 1882 +1 DEAT +2 DATE 24 NOV 1960 +2 PLAC East Toronto,Ontario,,Canada +1 BURI +2 DATE 30 NOV 1960 +2 PLAC York Cemetery,Toronto,Ontario,Canada +1 FAMC @F32@ +1 FAMS @F117@ +1 FAMS @F118@ +<< +[0035] INDI rkey: I157 offs: 0x000016bc lens: 0x00000086 +0x000026bc-0x00002741: +>>0 @I157@ INDI +1 NAME Marie /Pavlovna/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1854 +1 DEAT +2 DATE 1920 +1 FAMC @F119@ +1 FAMS @F112@ +<< +[0036] INDI rkey: I158 offs: 0x00001742 lens: 0x0000008f +0x00002742-0x000027d0: +>>0 @I158@ INDI +1 NAME Cyril Vladimirovitch /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1938 +1 FAMC @F112@ +1 FAMS @F71@ +<< +[0037] INDI rkey: I159 offs: 0x000017d1 lens: 0x00000082 +0x000027d1-0x00002852: +>>0 @I159@ INDI +1 NAME Boris /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1877 +1 DEAT +2 DATE 1943 +1 FAMC @F112@ +1 FAMS @F120@ +<< +[0038] INDI rkey: I160 offs: 0x00001853 lens: 0x00000098 +0x00002853-0x000028ea: +>>0 @I160@ INDI +1 NAME Andrei (Andrew) Vladimirovich/Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1956 +1 FAMC @F112@ +1 FAMS @F121@ +<< +[0039] INDI rkey: I161 offs: 0x000018eb lens: 0x0000007d +0x000028eb-0x00002967: +>>0 @I161@ INDI +1 NAME Mathilde (Maria) /Krzesinska/ +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1971 +1 FAMC @F122@ +1 FAMS @F121@ +<< +[0040] INDI rkey: I162 offs: 0x00001968 lens: 0x000000b3 +0x00002968-0x00002a1a: +>>0 @I162@ INDI +1 NAME Frederick William_III // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 1770 +2 PLAC Potsdam,Germany +1 DEAT +2 DATE 1840 +1 FAMC @F123@ +1 FAMS @F38@ +1 FAMS @F124@ +<< +[0041] INDI rkey: I163 offs: 0x00001a1b lens: 0x00000085 +0x00002a1b-0x00002a9f: +>>0 @I163@ INDI +1 NAME Alexandra of_Greece // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1891 +1 FAMC @F76@ +1 FAMS @F113@ +<< +[0042] INDI rkey: I164 offs: 0x00001aa0 lens: 0x0000009f +0x00002aa0-0x00002b3e: +>>0 @I164@ INDI +1 NAME Dmitri Pavlovich /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1941 +2 PLAC Switzerland +1 FAMC @F113@ +1 FAMS @F125@ +<< +[0043] INDI rkey: I165 offs: 0x00001b3f lens: 0x00000073 +0x00002b3f-0x00002bb1: +>>0 @I165@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1918 +1 FAMC @F126@ +1 FAMS @F127@ +<< +[0044] INDI rkey: I166 offs: 0x00001bb2 lens: 0x00000056 +0x00002bb2-0x00002c07: +>>0 @I166@ INDI +1 NAME Irina // +1 SEX F +1 BIRT +2 DATE 1895 +1 FAMC @F115@ +1 FAMS @F128@ +<< +[0045] INDI rkey: I167 offs: 0x00001c08 lens: 0x00000051 +0x00002c08-0x00002c58: +>>0 @I167@ INDI +1 NAME Felix /Yussoupov/ +1 SEX M +1 BIRT +2 DATE 1887 +1 FAMS @F128@ +<< +[0046] INDI rkey: I168 offs: 0x00001c59 lens: 0x000000b3 +0x00002c59-0x00002d0b: +>>0 @I168@ INDI +1 NAME Sarah Margaret /Ferguson/ +1 SEX F +1 TITL Duchess of York +1 BIRT +2 DATE 15 OCT 1959 +2 PLAC 27 Welbech St.,Marylebone,London,England +1 FAMC @F129@ +1 FAMS @F48@ +<< +[0047] INDI rkey: I169 offs: 0x00001d0c lens: 0x0000007e +0x00002d0c-0x00002d89: +>>0 @I169@ INDI +1 NAME Ronald Ivor /Ferguson/ +1 SEX M +1 TITL Major +1 BIRT +2 DATE 1931 +1 FAMC @F130@ +1 FAMS @F129@ +1 FAMS @F131@ +<< +[0048] INDI rkey: I170 offs: 0x00001d8a lens: 0x0000006e +0x00002d8a-0x00002df7: +>>0 @I170@ INDI +1 NAME Susan Mary /Wright/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMC @F132@ +1 FAMS @F129@ +1 FAMS @F133@ +<< +[0049] INDI rkey: I171 offs: 0x00001df8 lens: 0x00000044 +0x00002df8-0x00002e3b: +>>0 @I171@ INDI +1 NAME Teackle Wallis /Warfield/ +1 SEX M +1 FAMS @F54@ +<< +[0050] INDI rkey: I172 offs: 0x00001e3c lens: 0x0000003c +0x00002e3c-0x00002e77: +>>0 @I172@ INDI +1 NAME Alice /Montague/ +1 SEX F +1 FAMS @F54@ +<< +[0051] INDI rkey: I173 offs: 0x00001e78 lens: 0x0000006d +0x00002e78-0x00002ee4: +>>0 @I173@ INDI +1 NAME Violet Hyacinth /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1893 +1 FAMC @F41@ +<< +[0052] INDI rkey: I174 offs: 0x00001ee5 lens: 0x00000078 +0x00002ee5-0x00002f5c: +>>0 @I174@ INDI +1 NAME Mary Frances /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1961 +1 FAMC @F41@ +1 FAMS @F134@ +<< +[0053] INDI rkey: I175 offs: 0x00001f5d lens: 0x00000074 +0x00002f5d-0x00002fd0: +>>0 @I175@ INDI +1 NAME Patrick /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1949 +1 FAMC @F41@ +1 FAMS @F135@ +<< +[0054] INDI rkey: I176 offs: 0x00001fd1 lens: 0x00000078 +0x00002fd1-0x00003048: +>>0 @I176@ INDI +1 NAME John Herbert /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1930 +1 FAMC @F41@ +1 FAMS @F136@ +<< +[0055] INDI rkey: I177 offs: 0x00002049 lens: 0x0000006f +0x00003049-0x000030b7: +>>0 @I177@ INDI +1 NAME Alexander Francis /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1911 +1 FAMC @F41@ +<< +[0056] INDI rkey: I178 offs: 0x000020b8 lens: 0x00000073 +0x000030b8-0x0000312a: +>>0 @I178@ INDI +1 NAME Fergus /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1915 +1 FAMC @F41@ +1 FAMS @F137@ +<< +[0057] INDI rkey: I179 offs: 0x0000212b lens: 0x00000071 +0x0000312b-0x0000319b: +>>0 @I179@ INDI +1 NAME Rose /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1967 +1 FAMC @F41@ +1 FAMS @F138@ +<< +[0058] INDI rkey: I180 offs: 0x0000219c lens: 0x0000007a +0x0000319c-0x00003215: +>>0 @I180@ INDI +1 NAME Michael Claude /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1893 +1 DEAT +2 DATE 1953 +1 FAMC @F41@ +1 FAMS @F139@ +<< +[0059] INDI rkey: I181 offs: 0x00002216 lens: 0x00000093 +0x00003216-0x000032a8: +>>0 @I181@ INDI +1 NAME David /Bowes-Lyon/ +1 SEX M +1 TITL Sir +1 BIRT +2 DATE 2 MAY 1902 +1 DEAT +2 DATE 1961 +2 PLAC Birkhall +1 FAMC @F41@ +1 FAMS @F140@ +<< +[0060] INDI rkey: I182 offs: 0x000022a9 lens: 0x00000084 +0x000032a9-0x0000332c: +>>0 @I182@ INDI +1 NAME Claude /Bowes-Lyon/ +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE FEB 1904 +1 FAMC @F141@ +1 FAMS @F108@ +<< +[0061] INDI rkey: I183 offs: 0x0000232d lens: 0x00000074 +0x0000332d-0x000033a0: +>>0 @I183@ INDI +1 NAME Frances Dora /Smith/ +1 SEX F +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1922 +1 FAMC @F142@ +1 FAMS @F108@ +<< +[0062] INDI rkey: I184 offs: 0x000023a1 lens: 0x00000074 +0x000033a1-0x00003414: +>>0 @I184@ INDI +1 NAME Thomas /Lyon-Bowes/ +1 SEX M +1 BIRT +2 DATE 1773 +1 DEAT +2 DATE 1846 +1 FAMC @F143@ +1 FAMS @F141@ +<< +[0063] INDI rkey: I185 offs: 0x00002415 lens: 0x0000003d +0x00003415-0x00003451: +>>0 @I185@ INDI +1 NAME Mary /Carpenter/ +1 SEX F +1 FAMS @F141@ +<< +[0064] INDI rkey: I186 offs: 0x00002452 lens: 0x0000006c +0x00003452-0x000034bd: +>>0 @I186@ INDI +1 NAME Thomas George /Lyon-Bowes/ +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1865 +1 FAMC @F141@ +<< +[0065] INDI rkey: I187 offs: 0x000024be lens: 0x0000005e +0x000034be-0x0000351b: +>>0 @I187@ INDI +1 NAME John /Lyon/ +1 SEX M +1 BIRT +2 DATE 1737 +1 DEAT +2 DATE 1776 +1 FAMS @F143@ +<< +[0066] INDI rkey: I188 offs: 0x0000251c lens: 0x00000074 +0x0000351c-0x0000358f: +>>0 @I188@ INDI +1 NAME Mary Eleanor /Bowes/ +1 SEX F +1 BIRT +2 DATE 1749 +1 DEAT +2 DATE 1800 +1 FAMS @F143@ +1 FAMS @F144@ +<< +[0067] INDI rkey: I189 offs: 0x00002590 lens: 0x00000063 +0x00003590-0x000035f2: +>>0 @I189@ INDI +1 NAME John Lyon /Bowes/ +1 SEX M +1 BIRT +2 DATE 1769 +1 DEAT +2 DATE 1820 +1 FAMC @F143@ +<< +[0068] INDI rkey: I190 offs: 0x000025f3 lens: 0x00000044 +0x000035f3-0x00003636: +>>0 @I190@ INDI +1 NAME Andrew Robinson /Stoney/ +1 SEX M +1 FAMS @F144@ +<< +[0069] INDI rkey: I191 offs: 0x00002637 lens: 0x0000006b +0x00003637-0x000036a1: +>>0 @I191@ INDI +1 NAME /Elphinstone/ +1 SEX M +1 TITL Lord +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1955 +1 FAMS @F134@ +<< +[0070] INDI rkey: I192 offs: 0x000026a2 lens: 0x00000077 +0x000036a2-0x00003718: +>>0 @I192@ INDI +1 NAME Dorothy Beatrix /Osborne/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1946 +1 FAMS @F135@ +<< +[0071] INDI rkey: I193 offs: 0x00002719 lens: 0x00000084 +0x00003719-0x0000379c: +>>0 @I193@ INDI +1 NAME Fenella Stuart-Forbes Trefusis/Hepburn/ +1 SEX F +1 TITL Hon +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1966 +1 FAMS @F136@ +<< +[0072] INDI rkey: I194 offs: 0x0000279d lens: 0x0000007c +0x0000379d-0x00003818: +>>0 @I194@ INDI +1 NAME Christian Norah /Dawson-Damer/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1959 +1 FAMS @F137@ +<< +[0073] INDI rkey: I195 offs: 0x00002819 lens: 0x00000069 +0x00003819-0x00003881: +>>0 @I195@ INDI +1 NAME /Granville/ +1 SEX M +1 TITL Lord +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1953 +1 FAMS @F138@ +<< +[0074] INDI rkey: I196 offs: 0x00002882 lens: 0x00000064 +0x00003882-0x000038e5: +>>0 @I196@ INDI +1 NAME Elizabeth /Cator/ +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1959 +1 FAMS @F139@ +<< +[0075] INDI rkey: I197 offs: 0x000028e6 lens: 0x00000059 +0x000038e6-0x0000393e: +>>0 @I197@ INDI +1 NAME Rachel /Clay/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1907 +1 FAMS @F140@ +<< +[0076] INDI rkey: I198 offs: 0x0000293f lens: 0x00000047 +0x0000393f-0x00003985: +>>0 @I198@ INDI +1 NAME Jeanne d'Albret of_France// +1 SEX F +1 FAMS @F145@ +<< +[0077] INDI rkey: I199 offs: 0x00002986 lens: 0x00000057 +0x00003986-0x000039dc: +>>0 @I199@ INDI +1 NAME Frederick Charles of_Prussia// +1 SEX M +1 TITL Prince +1 FAMS @F84@ +<< +[0078] INDI rkey: I200 offs: 0x000029dd lens: 0x00000041 +0x000039dd-0x00003a1d: +>>0 @I200@ INDI +1 NAME Maria Anna of_Anhalt// +1 SEX F +1 FAMS @F84@ +<< +[0079] INDI rkey: I201 offs: 0x00002a1e lens: 0x00000076 +0x00003a1e-0x00003a93: +>>0 @I201@ INDI +1 NAME John /Campbell/ +1 SEX M +1 TITL Duke of Argyll +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1914 +1 FAMS @F9@ +<< +[0080] INDI rkey: I202 offs: 0x00002a94 lens: 0x000000ed +0x00003a94-0x00003b80: +>>0 @I202@ INDI +1 NAME Frederick /Hanover/ +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 16 AUG 1763 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 5 JAN 1827 +2 PLAC Rutland House,Arlington St.,London,England +1 FAMC @F95@ +1 FAMS @F146@ +<< +[0081] INDI rkey: I203 offs: 0x00002b81 lens: 0x0000012e +0x00003b81-0x00003cae: +>>0 @I203@ INDI +1 NAME William_IV Henry /Hanover/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 21 AUG 1765 +2 PLAC Buckingham House,London,England +1 DEAT +2 DATE 20 JUN 1837 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMC @F95@ +1 FAMS @F147@ +<< +[0082] INDI rkey: I204 offs: 0x00002caf lens: 0x000000ed +0x00003caf-0x00003d9b: +>>0 @I204@ INDI +1 NAME Charlotte Augusta Matilda/Hanover/ +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 29 SEP 1766 +2 PLAC Buckingham House,St. James Park,London,England +1 DEAT +2 DATE 6 OCT 1828 +2 PLAC Ludwigsburg +1 FAMC @F95@ +1 FAMS @F148@ +<< +[0083] INDI rkey: I205 offs: 0x00002d9c lens: 0x0000006d +0x00003d9c-0x00003e08: +>>0 @I205@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1851 +1 FAMC @F101@ +1 FAMS @F149@ +<< +[0084] INDI rkey: I206 offs: 0x00002e09 lens: 0x0000005a +0x00003e09-0x00003e62: +>>0 @I206@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1799 +1 DEAT +2 DATE 1860 +1 FAMS @F103@ +<< +[0085] INDI rkey: I207 offs: 0x00002e63 lens: 0x0000008b +0x00003e63-0x00003eed: +>>0 @I207@ INDI +1 NAME Charles /Cavendish-Bentin/ +1 SEX M +1 TITL Reverend +1 BIRT +2 DATE 1817 +1 DEAT +2 DATE 1865 +1 FAMC @F150@ +1 FAMS @F109@ +<< +[0086] INDI rkey: I208 offs: 0x00002eee lens: 0x00000079 +0x00003eee-0x00003f66: +>>0 @I208@ INDI +1 NAME Caroline Louisa /Burnaby/ +1 SEX F +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1918 +1 FAMC @F151@ +1 FAMS @F109@ +<< +[0087] INDI rkey: I209 offs: 0x00002f67 lens: 0x000000ae +0x00003f67-0x00004014: +>>0 @I209@ INDI +1 NAME Augusta Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 8 NOV 1768 +2 PLAC Buckingham House +1 DEAT +2 DATE 22 SEP 1840 +2 PLAC Clarence House,St. James +1 FAMC @F95@ +<< +[0088] INDI rkey: I210 offs: 0x00003015 lens: 0x000000b3 +0x00004015-0x000040c7: +>>0 @I210@ INDI +1 NAME Elizabeth /Hanover/ +1 SEX F +1 BIRT +2 DATE 22 MAY 1770 +2 PLAC Buckingham House +1 DEAT +2 DATE 10 JAN 1840 +2 PLAC Frankfurt,-am-Main +1 FAMC @F95@ +1 FAMS @F152@ +<< +[0089] INDI rkey: I211 offs: 0x000030c8 lens: 0x00000083 +0x000040c8-0x0000414a: +>>0 @I211@ INDI +1 NAME Frederick_VI of_Hesse-Homburg // +1 SEX M +1 TITL Landgrave +1 BIRT +2 DATE 1769 +1 DEAT +2 DATE 1829 +1 FAMS @F152@ +<< +[0090] INDI rkey: I212 offs: 0x0000314b lens: 0x000000f4 +0x0000414b-0x0000423e: +>>0 @I212@ INDI +1 NAME Ernest Augustus_I /Hanover/ +1 SEX M +1 TITL King of Hanover +1 BIRT +2 DATE 5 JUN 1771 +2 PLAC Buckingham House,London,England +1 DEAT +2 DATE 18 NOV 1851 +2 PLAC Herrenhausen +1 BURI +2 PLAC Herrenhausen +1 FAMC @F95@ +1 FAMS @F153@ +<< +[0091] INDI rkey: I213 offs: 0x0000323f lens: 0x000000c1 +0x0000423f-0x000042ff: +>>0 @I213@ INDI +1 NAME Augustus Frederick /Hanover/ +1 SEX M +1 TITL Duke of Sussex +1 BIRT +2 DATE 27 JAN 1773 +2 PLAC Buckingham House +1 DEAT +2 DATE 21 APR 1843 +2 PLAC Kensington Palac +1 FAMC @F95@ +<< +[0092] INDI rkey: I214 offs: 0x00003300 lens: 0x000000c6 +0x00004300-0x000043c5: +>>0 @I214@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 25 APR 1776 +2 PLAC Buckingham House +1 DEAT +2 DATE 30 APR 1857 +2 PLAC Gloucester House,Piccadilly,London,England +1 FAMC @F95@ +1 FAMS @F154@ +<< +[0093] INDI rkey: I215 offs: 0x000033c6 lens: 0x000000a8 +0x000043c6-0x0000446d: +>>0 @I215@ INDI +1 NAME Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 2 NOV 1777 +2 PLAC Buckingham House +1 DEAT +2 DATE 27 MAY 1848 +2 PLAC Vicarage Place,Kensington +1 FAMC @F95@ +<< +[0094] INDI rkey: I216 offs: 0x0000346e lens: 0x0000009b +0x0000446e-0x00004508: +>>0 @I216@ INDI +1 NAME Octavius /Hanover/ +1 SEX M +1 BIRT +2 DATE 23 FEB 1779 +2 PLAC Buckingham House +1 DEAT +2 DATE 3 MAY 1783 +2 PLAC Kew Palace +1 FAMC @F95@ +<< +[0095] INDI rkey: I217 offs: 0x00003509 lens: 0x000000d0 +0x00004509-0x000045d8: +>>0 @I217@ INDI +1 NAME Alfred /Hanover/ +1 SEX M +1 BIRT +2 DATE 22 SEP 1780 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 DEAT +2 DATE 20 AUG 1783 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 FAMC @F95@ +<< +[0096] INDI rkey: I218 offs: 0x000035d9 lens: 0x000000ca +0x000045d9-0x000046a2: +>>0 @I218@ INDI +1 NAME Amelia /Hanover/ +1 SEX F +1 BIRT +2 DATE 7 AUG 1783 +2 PLAC Royal Lodge,Windsor,Berkshire,England +1 DEAT +2 DATE 2 NOV 1810 +2 PLAC Augusta Lodge,Windsor,Berkshire,England +1 FAMC @F95@ +<< +[0097] INDI rkey: I219 offs: 0x000036a3 lens: 0x000000fd +0x000046a3-0x0000479f: +>>0 @I219@ INDI +1 NAME Adelaide Louisa Theresa// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 13 AUG 1792 +2 PLAC Meiningen +1 DEAT +2 DATE 2 DEC 1849 +2 PLAC Near Stanmore,Middlesex,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMC @F155@ +1 FAMS @F147@ +<< +[0098] INDI rkey: I220 offs: 0x000037a0 lens: 0x00000094 +0x000047a0-0x00004833: +>>0 @I220@ INDI +1 NAME Charlotte Augusta Louisa/Hanover/ +1 SEX F +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 27 MAR 1819 +2 PLAC Furstenhof,Hanover +1 FAMC @F147@ +<< +[0099] INDI rkey: I221 offs: 0x00003834 lens: 0x000000b2 +0x00004834-0x000048e5: +>>0 @I221@ INDI +1 NAME Elizabeth Georgiana Adelaide/Hanover/ +1 SEX F +1 BIRT +2 DATE 10 DEC 1820 +2 PLAC St. James Palac +1 DEAT +2 DATE 4 MAR 1821 +2 PLAC St. James Palac +1 FAMC @F147@ +<< +[0100] INDI rkey: I222 offs: 0x000038e6 lens: 0x00000092 +0x000048e6-0x00004977: +>>0 @I222@ INDI +1 NAME Twin-Boy_1 // +1 SEX M +1 BIRT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 DEAT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 FAMC @F147@ +<< +[0101] INDI rkey: I223 offs: 0x00003978 lens: 0x00000092 +0x00004978-0x00004a09: +>>0 @I223@ INDI +1 NAME Twin-Boy_2 // +1 SEX M +1 BIRT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 DEAT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 FAMC @F147@ +<< +[0102] INDI rkey: I224 offs: 0x00003a0a lens: 0x00000068 +0x00004a0a-0x00004a71: +>>0 @I224@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 1852 +1 DEAT +2 DATE 1923 +1 FAMC @F23@ +1 FAMS @F156@ +<< +[0103] INDI rkey: I225 offs: 0x00003a72 lens: 0x000000d4 +0x00004a72-0x00004b45: +>>0 @I225@ INDI +1 NAME Christian_IX // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 8 APR 1818 +2 PLAC Gottorp +1 DEAT +2 DATE 29 JAN 1906 +2 PLAC Amalienborg +1 BURI +2 PLAC Roskilde,Denmark +1 FAMC @F157@ +1 FAMS @F13@ +<< +[0104] INDI rkey: I226 offs: 0x00003b46 lens: 0x000000b5 +0x00004b46-0x00004bfa: +>>0 @I226@ INDI +1 NAME Louise of_Hesse-Cassel // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 7 SEP 1817 +2 PLAC Cassel +1 DEAT +2 DATE 29 SEP 1898 +2 PLAC Bernstorff +1 FAMC @F158@ +1 FAMS @F13@ +<< +[0105] INDI rkey: I227 offs: 0x00003bfb lens: 0x000000eb +0x00004bfb-0x00004ce5: +>>0 @I227@ INDI +1 NAME William George_I of_the_Hellenes/Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 24 DEC 1845 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 18 MAR 1913 +2 PLAC Salonika +1 BURI +2 PLAC Tatoi +1 FAMC @F13@ +1 FAMS @F76@ +<< +[0106] INDI rkey: I228 offs: 0x00003ce6 lens: 0x000000bc +0x00004ce6-0x00004da1: +>>0 @I228@ INDI +1 NAME Olga Constantinovna // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1926 +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMC @F126@ +1 FAMS @F76@ +<< +[0107] INDI rkey: I229 offs: 0x00003da2 lens: 0x00000081 +0x00004da2-0x00004e22: +>>0 @I229@ INDI +1 NAME Nicholas of_Greece // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1938 +1 FAMC @F76@ +1 FAMS @F51@ +<< +[0108] INDI rkey: I230 offs: 0x00003e23 lens: 0x00000049 +0x00004e23-0x00004e6b: +>>0 @I230@ INDI +1 NAME Child_6 // +1 SEX M +1 BIRT +2 DATE 1913 +1 FAMC @F61@ +<< +[0109] INDI rkey: I231 offs: 0x00003e6c lens: 0x00000036 +0x00004e6c-0x00004ea1: +>>0 @I231@ INDI +1 NAME Child_5 // +1 SEX M +1 FAMC @F61@ +<< +[0110] INDI rkey: I232 offs: 0x00003ea2 lens: 0x000000f1 +0x00004ea2-0x00004f92: +>>0 @I232@ INDI +1 NAME Paul_I /Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 14 DEC 1901 +2 PLAC Athens,Greece +1 DEAT +2 DATE 6 MAR 1964 +2 PLAC Tatoi,Near Athens,Greece +1 BURI +2 PLAC Tatoi,Near Athens,Greece +1 FAMC @F61@ +1 FAMS @F159@ +<< +[0111] INDI rkey: I233 offs: 0x00003f93 lens: 0x000000bf +0x00004f93-0x00005051: +>>0 @I233@ INDI +1 NAME Helen of_Greece // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 2 MAY 1896 +2 PLAC Athens,Greece +1 DEAT +2 DATE 28 NOV 1982 +2 PLAC Lausanne,Switzerland +1 FAMC @F61@ +1 FAMS @F160@ +<< +[0112] INDI rkey: I234 offs: 0x00004052 lens: 0x000000d0 +0x00005052-0x00005121: +>>0 @I234@ INDI +1 NAME Alexander_I /Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 1 AUG 1893 +2 PLAC Tatoi +1 DEAT +2 DATE 25 OCT 1920 +2 PLAC Athens,Greece +1 BURI +2 PLAC Tatoi +1 FAMC @F61@ +1 FAMS @F161@ +<< +[0113] INDI rkey: I235 offs: 0x00004122 lens: 0x00000050 +0x00005122-0x00005171: +>>0 @I235@ INDI +1 NAME Sumner M. /Kirby/ +1 SEX F +1 DEAT +2 DATE 1945 +1 FAMS @F162@ +<< +[0114] INDI rkey: I236 offs: 0x00004172 lens: 0x00000036 +0x00005172-0x000051a7: +>>0 @I236@ INDI +1 NAME Child_2 // +1 SEX M +1 FAMC @F51@ +<< +[0115] INDI rkey: I237 offs: 0x000041a8 lens: 0x00000036 +0x000051a8-0x000051dd: +>>0 @I237@ INDI +1 NAME Child_3 // +1 SEX M +1 FAMC @F51@ +<< +[0116] INDI rkey: I238 offs: 0x000041de lens: 0x000000cd +0x000051de-0x000052aa: +>>0 @I238@ INDI +1 NAME Louise Alexandra /Mountbatten/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 13 JUL 1889 +2 PLAC Schloss,Heiligenberg +1 DEAT +2 DATE 7 MAR 1965 +2 PLAC Stockholm,Sweden +1 FAMC @F34@ +1 FAMS @F89@ +<< +[0117] INDI rkey: I239 offs: 0x000042ab lens: 0x000000d0 +0x000052ab-0x0000537a: +>>0 @I239@ INDI +1 NAME Edward John VIII/Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 24 JAN 1924 +2 PLAC England +1 DEAT +2 DATE 29 MAR 1992 +2 PLAC London,England +1 FAMC @F163@ +1 FAMS @F50@ +1 FAMS @F164@ +<< +[0118] INDI rkey: I240 offs: 0x0000437b lens: 0x00000068 +0x0000537b-0x000053e2: +>>0 @I240@ INDI +1 NAME Sarah /Spencer/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1955 +1 FAMC @F50@ +1 FAMS @F165@ +<< +[0119] INDI rkey: I241 offs: 0x000043e3 lens: 0x00000067 +0x000053e3-0x00005449: +>>0 @I241@ INDI +1 NAME Jane /Spencer/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1957 +1 FAMC @F50@ +1 FAMS @F166@ +<< +[0120] INDI rkey: I242 offs: 0x0000444a lens: 0x00000075 +0x0000544a-0x000054be: +>>0 @I242@ INDI +1 NAME Charles /Spencer/ +1 SEX M +1 TITL Vicount Althorp +1 BIRT +2 DATE 1964 +1 FAMC @F50@ +1 FAMS @F167@ +<< +[0121] INDI rkey: I243 offs: 0x000044bf lens: 0x00000090 +0x000054bf-0x0000554e: +>>0 @I243@ INDI +1 NAME Raine of_Dartmouth /McCorquodale/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE SEP 1929 +1 FAMC @F168@ +1 FAMS @F169@ +1 FAMS @F164@ +<< +[0122] INDI rkey: I244 offs: 0x0000454f lens: 0x0000008d +0x0000554f-0x000055db: +>>0 @I244@ INDI +1 NAME George Earl_of_Harewood /Lascelles/ +1 SEX M +1 TITL Viscount +1 BIRT +2 DATE 1923 +1 FAMC @F29@ +1 FAMS @F170@ +1 FAMS @F171@ +<< +[0123] INDI rkey: I245 offs: 0x000045dc lens: 0x000000c6 +0x000055dc-0x000056a1: +>>0 @I245@ INDI +1 NAME Louise Marie d'Orleans// +1 SEX F +1 BIRT +2 DATE 3 APR 1812 +2 PLAC Palermo,Italy +1 DEAT +2 DATE 11 OCT 1850 +2 PLAC Ostende +1 BURI +2 PLAC Laeken,Belgium +1 FAMC @F172@ +1 FAMS @F173@ +<< +[0124] INDI rkey: I246 offs: 0x000046a2 lens: 0x0000005c +0x000056a2-0x000056fd: +>>0 @I246@ INDI +1 NAME Ludwig_IX of_Hesse- Darmstadt// +1 SEX M +1 TITL Landgrave +1 FAMS @F174@ +<< +[0125] INDI rkey: I247 offs: 0x000046fe lens: 0x00000097 +0x000056fe-0x00005794: +>>0 @I247@ INDI +1 NAME Frederick_I of_Wurttemberg // +1 SEX M +1 TITL King +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1816 +1 FAMC @F175@ +1 FAMS @F148@ +1 FAMS @F176@ +<< +[0126] INDI rkey: I248 offs: 0x00004795 lens: 0x000000ef +0x00005795-0x00005883: +>>0 @I248@ INDI +1 NAME Frederica of_Mecklenburg- Strelitz// +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 2 MAR 1778 +2 PLAC Hanover,Germany +1 DEAT +2 DATE 29 JUN 1841 +2 PLAC Hanover +1 BURI +2 PLAC Herrenhausen +1 FAMC @F177@ +1 FAMS @F178@ +1 FAMS @F153@ +<< + +0x00005884: EOF (0x00005884) GOOD + +BLOCK - DIRECTORY aa/ab +0x00000000:ix_self: 0x00000001 (aa/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I249' +0x00000016:ix_rkey[0001]: ' I250' +0x0000001e:ix_rkey[0002]: ' I251' +0x00000026:ix_rkey[0003]: ' I252' +0x0000002e:ix_rkey[0004]: ' I253' +0x00000036:ix_rkey[0005]: ' I254' +0x0000003e:ix_rkey[0006]: ' I255' +0x00000046:ix_rkey[0007]: ' I256' +0x0000004e:ix_rkey[0008]: ' I257' +0x00000056:ix_rkey[0009]: ' I258' +0x0000005e:ix_rkey[0010]: ' I259' +0x00000066:ix_rkey[0011]: ' I260' +0x0000006e:ix_rkey[0012]: ' I261' +0x00000076:ix_rkey[0013]: ' I262' +0x0000007e:ix_rkey[0014]: ' I263' +0x00000086:ix_rkey[0015]: ' I264' +0x0000008e:ix_rkey[0016]: ' I265' +0x00000096:ix_rkey[0017]: ' I266' +0x0000009e:ix_rkey[0018]: ' I267' +0x000000a6:ix_rkey[0019]: ' I268' +0x000000ae:ix_rkey[0020]: ' I269' +0x000000b6:ix_rkey[0021]: ' I270' +0x000000be:ix_rkey[0022]: ' I271' +0x000000c6:ix_rkey[0023]: ' I272' +0x000000ce:ix_rkey[0024]: ' I273' +0x000000d6:ix_rkey[0025]: ' I274' +0x000000de:ix_rkey[0026]: ' I275' +0x000000e6:ix_rkey[0027]: ' I276' +0x000000ee:ix_rkey[0028]: ' I277' +0x000000f6:ix_rkey[0029]: ' I278' +0x000000fe:ix_rkey[0030]: ' I279' +0x00000106:ix_rkey[0031]: ' I280' +0x0000010e:ix_rkey[0032]: ' I281' +0x00000116:ix_rkey[0033]: ' I282' +0x0000011e:ix_rkey[0034]: ' I283' +0x00000126:ix_rkey[0035]: ' I284' +0x0000012e:ix_rkey[0036]: ' I285' +0x00000136:ix_rkey[0037]: ' I286' +0x0000013e:ix_rkey[0038]: ' I287' +0x00000146:ix_rkey[0039]: ' I288' +0x0000014e:ix_rkey[0040]: ' I289' +0x00000156:ix_rkey[0041]: ' I290' +0x0000015e:ix_rkey[0042]: ' I291' +0x00000166:ix_rkey[0043]: ' I292' +0x0000016e:ix_rkey[0044]: ' I293' +0x00000176:ix_rkey[0045]: ' I294' +0x0000017e:ix_rkey[0046]: ' I295' +0x00000186:ix_rkey[0047]: ' I296' +0x0000018e:ix_rkey[0048]: ' I297' +0x00000196:ix_rkey[0049]: ' I298' +0x0000019e:ix_rkey[0050]: ' I299' +0x000001a6:ix_rkey[0051]: ' I300' +0x000001ae:ix_rkey[0052]: ' I301' +0x000001b6:ix_rkey[0053]: ' I302' +0x000001be:ix_rkey[0054]: ' I303' +0x000001c6:ix_rkey[0055]: ' I304' +0x000001ce:ix_rkey[0056]: ' I305' +0x000001d6:ix_rkey[0057]: ' I306' +0x000001de:ix_rkey[0058]: ' I307' +0x000001e6:ix_rkey[0059]: ' I308' +0x000001ee:ix_rkey[0060]: ' I309' +0x000001f6:ix_rkey[0061]: ' I310' +0x000001fe:ix_rkey[0062]: ' I311' +0x00000206:ix_rkey[0063]: ' I312' +0x0000020e:ix_rkey[0064]: ' I313' +0x00000216:ix_rkey[0065]: ' I314' +0x0000021e:ix_rkey[0066]: ' I315' +0x00000226:ix_rkey[0067]: ' I316' +0x0000022e:ix_rkey[0068]: ' I317' +0x00000236:ix_rkey[0069]: ' I318' +0x0000023e:ix_rkey[0070]: ' I319' +0x00000246:ix_rkey[0071]: ' I320' +0x0000024e:ix_rkey[0072]: ' I321' +0x00000256:ix_rkey[0073]: ' I322' +0x0000025e:ix_rkey[0074]: ' I323' +0x00000266:ix_rkey[0075]: ' I324' +0x0000026e:ix_rkey[0076]: ' I325' +0x00000276:ix_rkey[0077]: ' I326' +0x0000027e:ix_rkey[0078]: ' I327' +0x00000286:ix_rkey[0079]: ' I328' +0x0000028e:ix_rkey[0080]: ' I329' +0x00000296:ix_rkey[0081]: ' I330' +0x0000029e:ix_rkey[0082]: ' I331' +0x000002a6:ix_rkey[0083]: ' I332' +0x000002ae:ix_rkey[0084]: ' I333' +0x000002b6:ix_rkey[0085]: ' I334' +0x000002be:ix_rkey[0086]: ' I335' +0x000002c6:ix_rkey[0087]: ' I336' +0x000002ce:ix_rkey[0088]: ' I337' +0x000002d6:ix_rkey[0089]: ' I338' +0x000002de:ix_rkey[0090]: ' I339' +0x000002e6:ix_rkey[0091]: ' I340' +0x000002ee:ix_rkey[0092]: ' I341' +0x000002f6:ix_rkey[0093]: ' I342' +0x000002fe:ix_rkey[0094]: ' I343' +0x00000306:ix_rkey[0095]: ' I344' +0x0000030e:ix_rkey[0096]: ' I345' +0x00000316:ix_rkey[0097]: ' I346' +0x0000031e:ix_rkey[0098]: ' I347' +0x00000326:ix_rkey[0099]: ' I348' +0x0000032e:ix_rkey[0100]: ' I349' +0x00000336:ix_rkey[0101]: ' I350' +0x0000033e:ix_rkey[0102]: ' I351' +0x00000346:ix_rkey[0103]: ' I352' +0x0000034e:ix_rkey[0104]: ' I353' +0x00000356:ix_rkey[0105]: ' I354' +0x0000035e:ix_rkey[0106]: ' I355' +0x00000366:ix_rkey[0107]: ' I356' +0x0000036e:ix_rkey[0108]: ' I357' +0x00000376:ix_rkey[0109]: ' I358' +0x0000037e:ix_rkey[0110]: ' I359' +0x00000386:ix_rkey[0111]: ' I360' +0x0000038e:ix_rkey[0112]: ' I361' +0x00000396:ix_rkey[0113]: ' I362' +0x0000039e:ix_rkey[0114]: ' I363' +0x000003a6:ix_rkey[0115]: ' I364' +0x000003ae:ix_rkey[0116]: ' I365' +0x000003b6:ix_rkey[0117]: ' I366' +0x000003be:ix_rkey[0118]: ' I367' +0x000003c6:ix_rkey[0119]: ' I368' +0x000003ce:ix_rkey[0120]: ' I369' +0x000003d6:ix_rkey[0121]: ' I370' +0x000003de:ix_rkey[0122]: ' I371' +0x000003e6:ix_rkey[0123]: ' I372' +0x000003ee:ix_rkey[0124]: ' I373' +0x000003f6:ix_rkey[0125]: ' I374' +0x000003fe:ix_rkey[0126]: ' I375' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000f1 +0x0000080c:ix_offs[0001]: 0x000000f1 0x00000c08:ix_lens[0001]: 0x000000cb +0x00000810:ix_offs[0002]: 0x000001bc 0x00000c0c:ix_lens[0002]: 0x00000092 +0x00000814:ix_offs[0003]: 0x0000024e 0x00000c10:ix_lens[0003]: 0x00000074 +0x00000818:ix_offs[0004]: 0x000002c2 0x00000c14:ix_lens[0004]: 0x00000061 +0x0000081c:ix_offs[0005]: 0x00000323 0x00000c18:ix_lens[0005]: 0x00000082 +0x00000820:ix_offs[0006]: 0x000003a5 0x00000c1c:ix_lens[0006]: 0x00000076 +0x00000824:ix_offs[0007]: 0x0000041b 0x00000c20:ix_lens[0007]: 0x0000006a +0x00000828:ix_offs[0008]: 0x00000485 0x00000c24:ix_lens[0008]: 0x00000074 +0x0000082c:ix_offs[0009]: 0x000004f9 0x00000c28:ix_lens[0009]: 0x00000061 +0x00000830:ix_offs[0010]: 0x0000055a 0x00000c2c:ix_lens[0010]: 0x00000066 +0x00000834:ix_offs[0011]: 0x000005c0 0x00000c30:ix_lens[0011]: 0x00000052 +0x00000838:ix_offs[0012]: 0x00000612 0x00000c34:ix_lens[0012]: 0x0000007c +0x0000083c:ix_offs[0013]: 0x0000068e 0x00000c38:ix_lens[0013]: 0x00000081 +0x00000840:ix_offs[0014]: 0x0000070f 0x00000c3c:ix_lens[0014]: 0x00000073 +0x00000844:ix_offs[0015]: 0x00000782 0x00000c40:ix_lens[0015]: 0x00000074 +0x00000848:ix_offs[0016]: 0x000007f6 0x00000c44:ix_lens[0016]: 0x0000005e +0x0000084c:ix_offs[0017]: 0x00000854 0x00000c48:ix_lens[0017]: 0x0000005d +0x00000850:ix_offs[0018]: 0x000008b1 0x00000c4c:ix_lens[0018]: 0x0000003a +0x00000854:ix_offs[0019]: 0x000008eb 0x00000c50:ix_lens[0019]: 0x00000035 +0x00000858:ix_offs[0020]: 0x00000920 0x00000c54:ix_lens[0020]: 0x00000036 +0x0000085c:ix_offs[0021]: 0x00000956 0x00000c58:ix_lens[0021]: 0x00000036 +0x00000860:ix_offs[0022]: 0x0000098c 0x00000c5c:ix_lens[0022]: 0x00000077 +0x00000864:ix_offs[0023]: 0x00000a03 0x00000c60:ix_lens[0023]: 0x00000088 +0x00000868:ix_offs[0024]: 0x00000a8b 0x00000c64:ix_lens[0024]: 0x00000078 +0x0000086c:ix_offs[0025]: 0x00000b03 0x00000c68:ix_lens[0025]: 0x00000035 +0x00000870:ix_offs[0026]: 0x00000b38 0x00000c6c:ix_lens[0026]: 0x00000035 +0x00000874:ix_offs[0027]: 0x00000b6d 0x00000c70:ix_lens[0027]: 0x00000036 +0x00000878:ix_offs[0028]: 0x00000ba3 0x00000c74:ix_lens[0028]: 0x00000036 +0x0000087c:ix_offs[0029]: 0x00000bd9 0x00000c78:ix_lens[0029]: 0x00000082 +0x00000880:ix_offs[0030]: 0x00000c5b 0x00000c7c:ix_lens[0030]: 0x0000006a +0x00000884:ix_offs[0031]: 0x00000cc5 0x00000c80:ix_lens[0031]: 0x0000008f +0x00000888:ix_offs[0032]: 0x00000d54 0x00000c84:ix_lens[0032]: 0x00000073 +0x0000088c:ix_offs[0033]: 0x00000dc7 0x00000c88:ix_lens[0033]: 0x00000073 +0x00000890:ix_offs[0034]: 0x00000e3a 0x00000c8c:ix_lens[0034]: 0x00000035 +0x00000894:ix_offs[0035]: 0x00000e6f 0x00000c90:ix_lens[0035]: 0x00000061 +0x00000898:ix_offs[0036]: 0x00000ed0 0x00000c94:ix_lens[0036]: 0x00000076 +0x0000089c:ix_offs[0037]: 0x00000f46 0x00000c98:ix_lens[0037]: 0x000000fa +0x000008a0:ix_offs[0038]: 0x00001040 0x00000c9c:ix_lens[0038]: 0x00000060 +0x000008a4:ix_offs[0039]: 0x000010a0 0x00000ca0:ix_lens[0039]: 0x00000034 +0x000008a8:ix_offs[0040]: 0x000010d4 0x00000ca4:ix_lens[0040]: 0x00000068 +0x000008ac:ix_offs[0041]: 0x0000113c 0x00000ca8:ix_lens[0041]: 0x0000008d +0x000008b0:ix_offs[0042]: 0x000011c9 0x00000cac:ix_lens[0042]: 0x00000079 +0x000008b4:ix_offs[0043]: 0x00001242 0x00000cb0:ix_lens[0043]: 0x00000079 +0x000008b8:ix_offs[0044]: 0x000012bb 0x00000cb4:ix_lens[0044]: 0x0000006f +0x000008bc:ix_offs[0045]: 0x0000132a 0x00000cb8:ix_lens[0045]: 0x0000006b +0x000008c0:ix_offs[0046]: 0x00001395 0x00000cbc:ix_lens[0046]: 0x0000006c +0x000008c4:ix_offs[0047]: 0x00001401 0x00000cc0:ix_lens[0047]: 0x00000050 +0x000008c8:ix_offs[0048]: 0x00001451 0x00000cc4:ix_lens[0048]: 0x0000005f +0x000008cc:ix_offs[0049]: 0x000014b0 0x00000cc8:ix_lens[0049]: 0x0000008a +0x000008d0:ix_offs[0050]: 0x0000153a 0x00000ccc:ix_lens[0050]: 0x0000008d +0x000008d4:ix_offs[0051]: 0x000015c7 0x00000cd0:ix_lens[0051]: 0x0000003b +0x000008d8:ix_offs[0052]: 0x00001602 0x00000cd4:ix_lens[0052]: 0x0000008c +0x000008dc:ix_offs[0053]: 0x0000168e 0x00000cd8:ix_lens[0053]: 0x0000007e +0x000008e0:ix_offs[0054]: 0x0000170c 0x00000cdc:ix_lens[0054]: 0x00000087 +0x000008e4:ix_offs[0055]: 0x00001793 0x00000ce0:ix_lens[0055]: 0x00000075 +0x000008e8:ix_offs[0056]: 0x00001808 0x00000ce4:ix_lens[0056]: 0x00000076 +0x000008ec:ix_offs[0057]: 0x0000187e 0x00000ce8:ix_lens[0057]: 0x00000082 +0x000008f0:ix_offs[0058]: 0x00001900 0x00000cec:ix_lens[0058]: 0x00000070 +0x000008f4:ix_offs[0059]: 0x00001970 0x00000cf0:ix_lens[0059]: 0x00000070 +0x000008f8:ix_offs[0060]: 0x000019e0 0x00000cf4:ix_lens[0060]: 0x000000eb +0x000008fc:ix_offs[0061]: 0x00001acb 0x00000cf8:ix_lens[0061]: 0x00000063 +0x00000900:ix_offs[0062]: 0x00001b2e 0x00000cfc:ix_lens[0062]: 0x0000007b +0x00000904:ix_offs[0063]: 0x00001ba9 0x00000d00:ix_lens[0063]: 0x00000072 +0x00000908:ix_offs[0064]: 0x00001c1b 0x00000d04:ix_lens[0064]: 0x00000071 +0x0000090c:ix_offs[0065]: 0x00001c8c 0x00000d08:ix_lens[0065]: 0x00000061 +0x00000910:ix_offs[0066]: 0x00001ced 0x00000d0c:ix_lens[0066]: 0x0000005c +0x00000914:ix_offs[0067]: 0x00001d49 0x00000d10:ix_lens[0067]: 0x0000005d +0x00000918:ix_offs[0068]: 0x00001da6 0x00000d14:ix_lens[0068]: 0x00000096 +0x0000091c:ix_offs[0069]: 0x00001e3c 0x00000d18:ix_lens[0069]: 0x000000d2 +0x00000920:ix_offs[0070]: 0x00001f0e 0x00000d1c:ix_lens[0070]: 0x00000098 +0x00000924:ix_offs[0071]: 0x00001fa6 0x00000d20:ix_lens[0071]: 0x000000dc +0x00000928:ix_offs[0072]: 0x00002082 0x00000d24:ix_lens[0072]: 0x00000126 +0x0000092c:ix_offs[0073]: 0x000021a8 0x00000d28:ix_lens[0073]: 0x00000080 +0x00000930:ix_offs[0074]: 0x00002228 0x00000d2c:ix_lens[0074]: 0x000000dc +0x00000934:ix_offs[0075]: 0x00002304 0x00000d30:ix_lens[0075]: 0x000000b7 +0x00000938:ix_offs[0076]: 0x000023bb 0x00000d34:ix_lens[0076]: 0x000000ba +0x0000093c:ix_offs[0077]: 0x00002475 0x00000d38:ix_lens[0077]: 0x000000b2 +0x00000940:ix_offs[0078]: 0x00002527 0x00000d3c:ix_lens[0078]: 0x000000b5 +0x00000944:ix_offs[0079]: 0x000025dc 0x00000d40:ix_lens[0079]: 0x000000c7 +0x00000948:ix_offs[0080]: 0x000026a3 0x00000d44:ix_lens[0080]: 0x000000c2 +0x0000094c:ix_offs[0081]: 0x00002765 0x00000d48:ix_lens[0081]: 0x000000a0 +0x00000950:ix_offs[0082]: 0x00002805 0x00000d4c:ix_lens[0082]: 0x000000c3 +0x00000954:ix_offs[0083]: 0x000028c8 0x00000d50:ix_lens[0083]: 0x000000af +0x00000958:ix_offs[0084]: 0x00002977 0x00000d54:ix_lens[0084]: 0x000000bc +0x0000095c:ix_offs[0085]: 0x00002a33 0x00000d58:ix_lens[0085]: 0x000000af +0x00000960:ix_offs[0086]: 0x00002ae2 0x00000d5c:ix_lens[0086]: 0x0000008c +0x00000964:ix_offs[0087]: 0x00002b6e 0x00000d60:ix_lens[0087]: 0x000000cb +0x00000968:ix_offs[0088]: 0x00002c39 0x00000d64:ix_lens[0088]: 0x000000cd +0x0000096c:ix_offs[0089]: 0x00002d06 0x00000d68:ix_lens[0089]: 0x000000a0 +0x00000970:ix_offs[0090]: 0x00002da6 0x00000d6c:ix_lens[0090]: 0x000000a8 +0x00000974:ix_offs[0091]: 0x00002e4e 0x00000d70:ix_lens[0091]: 0x000000bf +0x00000978:ix_offs[0092]: 0x00002f0d 0x00000d74:ix_lens[0092]: 0x0000010d +0x0000097c:ix_offs[0093]: 0x0000301a 0x00000d78:ix_lens[0093]: 0x000000a6 +0x00000980:ix_offs[0094]: 0x000030c0 0x00000d7c:ix_lens[0094]: 0x000000bd +0x00000984:ix_offs[0095]: 0x0000317d 0x00000d80:ix_lens[0095]: 0x000000d2 +0x00000988:ix_offs[0096]: 0x0000324f 0x00000d84:ix_lens[0096]: 0x0000007f +0x0000098c:ix_offs[0097]: 0x000032ce 0x00000d88:ix_lens[0097]: 0x00000091 +0x00000990:ix_offs[0098]: 0x0000335f 0x00000d8c:ix_lens[0098]: 0x0000008e +0x00000994:ix_offs[0099]: 0x000033ed 0x00000d90:ix_lens[0099]: 0x0000008e +0x00000998:ix_offs[0100]: 0x0000347b 0x00000d94:ix_lens[0100]: 0x00000092 +0x0000099c:ix_offs[0101]: 0x0000350d 0x00000d98:ix_lens[0101]: 0x00000077 +0x000009a0:ix_offs[0102]: 0x00003584 0x00000d9c:ix_lens[0102]: 0x00000064 +0x000009a4:ix_offs[0103]: 0x000035e8 0x00000da0:ix_lens[0103]: 0x00000054 +0x000009a8:ix_offs[0104]: 0x0000363c 0x00000da4:ix_lens[0104]: 0x00000096 +0x000009ac:ix_offs[0105]: 0x000036d2 0x00000da8:ix_lens[0105]: 0x0000008e +0x000009b0:ix_offs[0106]: 0x00003760 0x00000dac:ix_lens[0106]: 0x00000066 +0x000009b4:ix_offs[0107]: 0x000037c6 0x00000db0:ix_lens[0107]: 0x00000074 +0x000009b8:ix_offs[0108]: 0x0000383a 0x00000db4:ix_lens[0108]: 0x0000007f +0x000009bc:ix_offs[0109]: 0x000038b9 0x00000db8:ix_lens[0109]: 0x00000086 +0x000009c0:ix_offs[0110]: 0x0000393f 0x00000dbc:ix_lens[0110]: 0x0000006c +0x000009c4:ix_offs[0111]: 0x000039ab 0x00000dc0:ix_lens[0111]: 0x00000075 +0x000009c8:ix_offs[0112]: 0x00003a20 0x00000dc4:ix_lens[0112]: 0x0000005e +0x000009cc:ix_offs[0113]: 0x00003a7e 0x00000dc8:ix_lens[0113]: 0x0000004f +0x000009d0:ix_offs[0114]: 0x00003acd 0x00000dcc:ix_lens[0114]: 0x00000058 +0x000009d4:ix_offs[0115]: 0x00003b25 0x00000dd0:ix_lens[0115]: 0x0000004e +0x000009d8:ix_offs[0116]: 0x00003b73 0x00000dd4:ix_lens[0116]: 0x00000047 +0x000009dc:ix_offs[0117]: 0x00003bba 0x00000dd8:ix_lens[0117]: 0x00000092 +0x000009e0:ix_offs[0118]: 0x00003c4c 0x00000ddc:ix_lens[0118]: 0x0000008c +0x000009e4:ix_offs[0119]: 0x00003cd8 0x00000de0:ix_lens[0119]: 0x0000008f +0x000009e8:ix_offs[0120]: 0x00003d67 0x00000de4:ix_lens[0120]: 0x0000005e +0x000009ec:ix_offs[0121]: 0x00003dc5 0x00000de8:ix_lens[0121]: 0x0000008f +0x000009f0:ix_offs[0122]: 0x00003e54 0x00000dec:ix_lens[0122]: 0x00000074 +0x000009f4:ix_offs[0123]: 0x00003ec8 0x00000df0:ix_lens[0123]: 0x0000006d +0x000009f8:ix_offs[0124]: 0x00003f35 0x00000df4:ix_lens[0124]: 0x0000006d +0x000009fc:ix_offs[0125]: 0x00003fa2 0x00000df8:ix_lens[0125]: 0x0000004b +0x00000a00:ix_offs[0126]: 0x00003fed 0x00000dfc:ix_lens[0126]: 0x0000004e + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I249 offs: 0x00000000 lens: 0x000000f1 +0x00001000-0x000010f0: +>>0 @I249@ INDI +1 NAME George_V /Hanover/ +1 SEX M +1 TITL King of Hanover +1 BIRT +2 DATE 27 MAY 1819 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 12 JUN 1878 +2 PLAC Paris,France +1 BURI +2 PLAC St George Chapel,Windsor,England +1 FAMC @F153@ +1 FAMS @F179@ +<< +[0001] INDI rkey: I250 offs: 0x000000f1 lens: 0x000000cb +0x000010f1-0x000011bb: +>>0 @I250@ INDI +1 NAME Mary of_Saxe- Altenburg// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 14 APR 1818 +2 PLAC Hildburghausen +1 DEAT +2 DATE 9 JAN 1907 +2 PLAC Gmunden,Austria +1 BURI +2 PLAC Gmunden +1 FAMS @F179@ +<< +[0002] INDI rkey: I251 offs: 0x000001bc lens: 0x00000092 +0x000011bc-0x0000124d: +>>0 @I251@ INDI +1 NAME Ernest Augustus of_Cumberland/Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1923 +1 FAMC @F179@ +1 FAMS @F180@ +<< +[0003] INDI rkey: I252 offs: 0x0000024e lens: 0x00000074 +0x0000124e-0x000012c1: +>>0 @I252@ INDI +1 NAME Frederica /Hanover/ +1 SEX F +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1926 +1 FAMC @F179@ +1 FAMS @F181@ +<< +[0004] INDI rkey: I253 offs: 0x000002c2 lens: 0x00000061 +0x000012c2-0x00001322: +>>0 @I253@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1904 +1 FAMC @F179@ +<< +[0005] INDI rkey: I254 offs: 0x00000323 lens: 0x00000082 +0x00001323-0x000013a4: +>>0 @I254@ INDI +1 NAME Thyra of_Denmark // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1853 +1 DEAT +2 DATE 1933 +1 FAMC @F13@ +1 FAMS @F180@ +<< +[0006] INDI rkey: I255 offs: 0x000003a5 lens: 0x00000076 +0x000013a5-0x0000141a: +>>0 @I255@ INDI +1 NAME Marie Louise /Hanover/ +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1948 +1 FAMC @F180@ +1 FAMS @F182@ +<< +[0007] INDI rkey: I256 offs: 0x0000041b lens: 0x0000006a +0x0000141b-0x00001484: +>>0 @I256@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1912 +1 FAMC @F180@ +<< +[0008] INDI rkey: I257 offs: 0x00000485 lens: 0x00000074 +0x00001485-0x000014f8: +>>0 @I257@ INDI +1 NAME Alexandra /Hanover/ +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1963 +1 FAMC @F180@ +1 FAMS @F183@ +<< +[0009] INDI rkey: I258 offs: 0x000004f9 lens: 0x00000061 +0x000014f9-0x00001559: +>>0 @I258@ INDI +1 NAME Olga /Hanover/ +1 SEX F +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1958 +1 FAMC @F180@ +<< +[0010] INDI rkey: I259 offs: 0x0000055a lens: 0x00000066 +0x0000155a-0x000015bf: +>>0 @I259@ INDI +1 NAME Christian /Hanover/ +1 SEX M +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1901 +1 FAMC @F180@ +<< +[0011] INDI rkey: I260 offs: 0x000005c0 lens: 0x00000052 +0x000015c0-0x00001611: +>>0 @I260@ INDI +1 NAME Rene of_Bourbon-Parma // +1 SEX M +1 TITL Prince +1 FAMS @F184@ +<< +[0012] INDI rkey: I261 offs: 0x00000612 lens: 0x0000007c +0x00001612-0x0000168d: +>>0 @I261@ INDI +1 NAME Alfons /Pawel-Rammingen/ +1 SEX M +1 TITL Baron von +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1932 +1 FAMS @F181@ +<< +[0013] INDI rkey: I262 offs: 0x0000068e lens: 0x00000081 +0x0000168e-0x0000170e: +>>0 @I262@ INDI +1 NAME George of_Cambridge // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1904 +1 FAMC @F97@ +1 FAMS @F185@ +<< +[0014] INDI rkey: I263 offs: 0x0000070f lens: 0x00000073 +0x0000170f-0x00001781: +>>0 @I263@ INDI +1 NAME Sarah (Louisa) /Fairbrother/ +1 SEX F +1 BIRT +2 DATE 1815/1816 +1 DEAT +2 DATE 1890 +1 FAMS @F185@ +<< +[0015] INDI rkey: I264 offs: 0x00000782 lens: 0x00000074 +0x00001782-0x000017f5: +>>0 @I264@ INDI +1 NAME George /FitzGeorge/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1907 +1 FAMC @F185@ +1 FAMS @F186@ +<< +[0016] INDI rkey: I265 offs: 0x000007f6 lens: 0x0000005e +0x000017f6-0x00001853: +>>0 @I265@ INDI +1 NAME Adolphus // +1 SEX M +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1922 +1 FAMC @F185@ +<< +[0017] INDI rkey: I266 offs: 0x00000854 lens: 0x0000005d +0x00001854-0x000018b0: +>>0 @I266@ INDI +1 NAME Agustus // +1 SEX M +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1933 +1 FAMC @F185@ +<< +[0018] INDI rkey: I267 offs: 0x000008b1 lens: 0x0000003a +0x000018b1-0x000018ea: +>>0 @I267@ INDI +1 NAME Rosa /Baring/ +1 SEX F +1 FAMS @F186@ +<< +[0019] INDI rkey: I268 offs: 0x000008eb lens: 0x00000035 +0x000018eb-0x0000191f: +>>0 @I268@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F186@ +<< +[0020] INDI rkey: I269 offs: 0x00000920 lens: 0x00000036 +0x00001920-0x00001955: +>>0 @I269@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F186@ +<< +[0021] INDI rkey: I270 offs: 0x00000956 lens: 0x00000036 +0x00001956-0x0000198b: +>>0 @I270@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F186@ +<< +[0022] INDI rkey: I271 offs: 0x0000098c lens: 0x00000077 +0x0000198c-0x00001a02: +>>0 @I271@ INDI +1 NAME Frederick William // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1904 +1 FAMS @F99@ +<< +[0023] INDI rkey: I272 offs: 0x00000a03 lens: 0x00000088 +0x00001a03-0x00001a8a: +>>0 @I272@ INDI +1 NAME Adolphus Frederick_V // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1914 +1 FAMC @F99@ +1 FAMS @F187@ +<< +[0024] INDI rkey: I273 offs: 0x00000a8b lens: 0x00000078 +0x00001a8b-0x00001b02: +>>0 @I273@ INDI +1 NAME Elisabeth of_Anhalt // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1933 +1 FAMS @F187@ +<< +[0025] INDI rkey: I274 offs: 0x00000b03 lens: 0x00000035 +0x00001b03-0x00001b37: +>>0 @I274@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F187@ +<< +[0026] INDI rkey: I275 offs: 0x00000b38 lens: 0x00000035 +0x00001b38-0x00001b6c: +>>0 @I275@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F187@ +<< +[0027] INDI rkey: I276 offs: 0x00000b6d lens: 0x00000036 +0x00001b6d-0x00001ba2: +>>0 @I276@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F187@ +<< +[0028] INDI rkey: I277 offs: 0x00000ba3 lens: 0x00000036 +0x00001ba3-0x00001bd8: +>>0 @I277@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F187@ +<< +[0029] INDI rkey: I278 offs: 0x00000bd9 lens: 0x00000082 +0x00001bd9-0x00001c5a: +>>0 @I278@ INDI +1 NAME Adolphus 2nd // +1 SEX M +1 TITL Duke of Teck +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1927 +1 FAMC @F26@ +1 FAMS @F188@ +<< +[0030] INDI rkey: I279 offs: 0x00000c5b lens: 0x0000006a +0x00001c5b-0x00001cc4: +>>0 @I279@ INDI +1 NAME Francis // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1910 +1 FAMC @F26@ +<< +[0031] INDI rkey: I280 offs: 0x00000cc5 lens: 0x0000008f +0x00001cc5-0x00001d53: +>>0 @I280@ INDI +1 NAME Alexander George of_Teck// +1 SEX M +1 TITL Earl of Athlone +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1957 +1 FAMC @F26@ +1 FAMS @F22@ +<< +[0032] INDI rkey: I281 offs: 0x00000d54 lens: 0x00000073 +0x00001d54-0x00001dc6: +>>0 @I281@ INDI +1 NAME Margaret /Grosvenor/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1929 +1 FAMS @F188@ +<< +[0033] INDI rkey: I282 offs: 0x00000dc7 lens: 0x00000073 +0x00001dc7-0x00001e39: +>>0 @I282@ INDI +1 NAME George of_Cambridge // +1 SEX M +1 TITL Marquess +1 BIRT +2 DATE 1895 +1 FAMC @F188@ +1 FAMS @F189@ +<< +[0034] INDI rkey: I283 offs: 0x00000e3a lens: 0x00000035 +0x00001e3a-0x00001e6e: +>>0 @I283@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F188@ +<< +[0035] INDI rkey: I284 offs: 0x00000e6f lens: 0x00000061 +0x00001e6f-0x00001ecf: +>>0 @I284@ INDI +1 NAME Mary // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1897 +1 FAMC @F188@ +1 FAMS @F190@ +<< +[0036] INDI rkey: I285 offs: 0x00000ed0 lens: 0x00000076 +0x00001ed0-0x00001f45: +>>0 @I285@ INDI +1 NAME Helena // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1969 +1 FAMC @F188@ +1 FAMS @F191@ +<< +[0037] INDI rkey: I286 offs: 0x00000f46 lens: 0x000000fa +0x00001f46-0x0000203f: +>>0 @I286@ INDI +1 NAME Edward_II // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 25 APR 1284 +2 PLAC Caernarvon,Castle,Wales +1 DEAT +2 DATE 21 SEP 1327 +2 PLAC Berkeley Castle,Gloucestershire +1 BURI +2 PLAC Gloucester,Cathedral +1 FAMC @F192@ +1 FAMS @F92@ +<< +[0038] INDI rkey: I287 offs: 0x00001040 lens: 0x00000060 +0x00002040-0x0000209f: +>>0 @I287@ INDI +1 NAME Rupert // +1 SEX M +1 TITL Vicount Trematon +1 DEAT +2 DATE 1928 +1 FAMC @F22@ +<< +[0039] INDI rkey: I288 offs: 0x000010a0 lens: 0x00000034 +0x000020a0-0x000020d3: +>>0 @I288@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F22@ +<< +[0040] INDI rkey: I289 offs: 0x000010d4 lens: 0x00000068 +0x000020d4-0x0000213b: +>>0 @I289@ INDI +1 NAME May Cambridge // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1906 +1 FAMC @F22@ +1 FAMS @F193@ +<< +[0041] INDI rkey: I290 offs: 0x0000113c lens: 0x0000008d +0x0000213c-0x000021c8: +>>0 @I290@ INDI +1 NAME William Frederick of_Gloucester// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1834 +1 FAMC @F194@ +1 FAMS @F154@ +<< +[0042] INDI rkey: I291 offs: 0x000011c9 lens: 0x00000079 +0x000021c9-0x00002241: +>>0 @I291@ INDI +1 NAME Gerald /Lascelles/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1924 +1 FAMC @F29@ +1 FAMS @F195@ +1 FAMS @F196@ +<< +[0043] INDI rkey: I292 offs: 0x00001242 lens: 0x00000079 +0x00002242-0x000022ba: +>>0 @I292@ INDI +1 NAME Marion (Maria) Donata/Stein/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1926 +1 FAMC @F197@ +1 FAMS @F170@ +<< +[0044] INDI rkey: I293 offs: 0x000012bb lens: 0x0000006f +0x000022bb-0x00002329: +>>0 @I293@ INDI +1 NAME David /Lascelles/ +1 SEX M +1 TITL Viscount +1 BIRT +2 DATE 1950 +1 FAMC @F170@ +1 FAMS @F198@ +<< +[0045] INDI rkey: I294 offs: 0x0000132a lens: 0x0000006b +0x0000232a-0x00002394: +>>0 @I294@ INDI +1 NAME James /Lascelles/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1953 +1 FAMC @F170@ +1 FAMS @F199@ +<< +[0046] INDI rkey: I295 offs: 0x00001395 lens: 0x0000006c +0x00002395-0x00002400: +>>0 @I295@ INDI +1 NAME Jeremy /Lascelles/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1955 +1 FAMC @F170@ +1 FAMS @F200@ +<< +[0047] INDI rkey: I296 offs: 0x00001401 lens: 0x00000050 +0x00002401-0x00002450: +>>0 @I296@ INDI +1 NAME Angela /Dowding/ +1 SEX F +1 BIRT +2 DATE 1919 +1 FAMS @F195@ +<< +[0048] INDI rkey: I297 offs: 0x00001451 lens: 0x0000005f +0x00002451-0x000024af: +>>0 @I297@ INDI +1 NAME Henry /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1953 +1 FAMC @F195@ +1 FAMS @F201@ +<< +[0049] INDI rkey: I298 offs: 0x000014b0 lens: 0x0000008a +0x000024b0-0x00002539: +>>0 @I298@ INDI +1 NAME William of_Hesse-Cassel // +1 SEX M +1 TITL Landgrave +1 BIRT +2 DATE 1787 +1 DEAT +2 DATE 1867 +1 FAMC @F98@ +1 FAMS @F158@ +<< +[0050] INDI rkey: I299 offs: 0x0000153a lens: 0x0000008d +0x0000253a-0x000025c6: +>>0 @I299@ INDI +1 NAME Louise Charlotte of_Denmark// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1789 +1 DEAT +2 DATE 1864 +1 FAMC @F202@ +1 FAMS @F158@ +<< +[0051] INDI rkey: I300 offs: 0x000015c7 lens: 0x0000003b +0x000025c7-0x00002601: +>>0 @I300@ INDI +1 NAME Other_issue // +1 SEX M +1 FAMC @F158@ +<< +[0052] INDI rkey: I301 offs: 0x00001602 lens: 0x0000008c +0x00002602-0x0000268d: +>>0 @I301@ INDI +1 NAME Frederick of_Hesse-Cassel // +1 SEX M +1 TITL Landgrave +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1837 +1 FAMC @F203@ +1 FAMS @F98@ +<< +[0053] INDI rkey: I302 offs: 0x0000168e lens: 0x0000007e +0x0000268e-0x0000270b: +>>0 @I302@ INDI +1 NAME Caroline of_Nassau- Usingen// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1762 +1 DEAT +2 DATE 1823 +1 FAMS @F98@ +<< +[0054] INDI rkey: I303 offs: 0x0000170c lens: 0x00000087 +0x0000270c-0x00002792: +>>0 @I303@ INDI +1 NAME Alexander of_Wurttemberg // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1804 +1 DEAT +2 DATE 1885 +1 FAMC @F204@ +1 FAMS @F100@ +<< +[0055] INDI rkey: I304 offs: 0x00001793 lens: 0x00000075 +0x00002793-0x00002807: +>>0 @I304@ INDI +1 NAME Claudine // +1 SEX F +1 TITL Countess Rhedey +1 BIRT +2 DATE 1814 +1 DEAT +2 DATE 1841 +1 FAMS @F100@ +<< +[0056] INDI rkey: I305 offs: 0x00001808 lens: 0x00000076 +0x00002808-0x0000287d: +>>0 @I305@ INDI +1 NAME Claudine // +1 SEX F +1 TITL Princess of Teck +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1894 +1 FAMC @F100@ +<< +[0057] INDI rkey: I306 offs: 0x0000187e lens: 0x00000082 +0x0000287e-0x000028ff: +>>0 @I306@ INDI +1 NAME Amelie // +1 SEX F +1 TITL Princess of Teck +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1893 +1 FAMC @F100@ +1 FAMS @F205@ +<< +[0058] INDI rkey: I307 offs: 0x00001900 lens: 0x00000070 +0x00002900-0x0000296f: +>>0 @I307@ INDI +1 NAME Paul /von_Hugel/ +1 SEX M +1 TITL Baron +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1897 +1 FAMS @F205@ +<< +[0059] INDI rkey: I308 offs: 0x00001970 lens: 0x00000070 +0x00002970-0x000029df: +>>0 @I308@ INDI +1 NAME Paul /von_Hugel/ +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1912 +1 FAMC @F205@ +<< +[0060] INDI rkey: I309 offs: 0x000019e0 lens: 0x000000eb +0x000029e0-0x00002aca: +>>0 @I309@ INDI +1 NAME Ferdinand_I of_Hohenzollern- Sigmaringen/Hohenzollern/ +1 SEX M +1 TITL King of Romania +1 BIRT +2 DATE 24 AUG 1865 +2 PLAC Sigmaringen,Germany +1 DEAT +2 DATE 20 JUL 1927 +2 PLAC Sinaia,Romania +1 FAMC @F206@ +1 FAMS @F70@ +<< +[0061] INDI rkey: I310 offs: 0x00001acb lens: 0x00000063 +0x00002acb-0x00002b2d: +>>0 @I310@ INDI +1 NAME Christian Victor // +1 SEX M +1 BIRT +2 DATE 1867 +1 DEAT +2 DATE 1900 +1 FAMC @F8@ +<< +[0062] INDI rkey: I311 offs: 0x00001b2e lens: 0x0000007b +0x00002b2e-0x00002ba8: +>>0 @I311@ INDI +1 NAME Albert of_Schleswig- Holstein// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1931 +1 FAMC @F8@ +<< +[0063] INDI rkey: I312 offs: 0x00001ba9 lens: 0x00000072 +0x00002ba9-0x00002c1a: +>>0 @I312@ INDI +1 NAME Helena Victoria // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1948 +1 FAMC @F8@ +<< +[0064] INDI rkey: I313 offs: 0x00001c1b lens: 0x00000071 +0x00002c1b-0x00002c8b: +>>0 @I313@ INDI +1 NAME Frederick Harold // +1 SEX M +1 BIRT +2 DATE 12 MAY 1876 +1 DEAT +2 DATE 20 MAY 1876 +1 FAMC @F8@ +<< +[0065] INDI rkey: I314 offs: 0x00001c8c lens: 0x00000061 +0x00002c8c-0x00002cec: +>>0 @I314@ INDI +1 NAME Patricia /Tuckwell/ +1 SEX F +1 BIRT +2 DATE 1923 +1 FAMS @F171@ +1 FAMS @F207@ +<< +[0066] INDI rkey: I315 offs: 0x00001ced lens: 0x0000005c +0x00002ced-0x00002d48: +>>0 @I315@ INDI +1 NAME Mark /Lascelles/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1964 +1 FAMC @F171@ +<< +[0067] INDI rkey: I316 offs: 0x00001d49 lens: 0x0000005d +0x00002d49-0x00002da5: +>>0 @I316@ INDI +1 NAME Elizabeth Collingwood /Colvin/ +1 SEX F +1 BIRT +2 DATE 1924 +1 FAMS @F196@ +<< +[0068] INDI rkey: I317 offs: 0x00001da6 lens: 0x00000096 +0x00002da6-0x00002e3b: +>>0 @I317@ INDI +1 NAME Davina Elizabeth Alice/Windsor/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 19 NOV 1977 +1 CHR +2 PLAC Barnwell Church,,England +1 FAMC @F67@ +<< +[0069] INDI rkey: I318 offs: 0x00001e3c lens: 0x000000d2 +0x00002e3c-0x00002f0d: +>>0 @I318@ INDI +1 NAME Rose Victoria Birgitte/Windsor/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1 MAR 1980 +2 PLAC St. Marys Hosp.,Paddington,England +1 CHR +2 DATE 13 JUL 1980 +2 PLAC Barnwell Church,,England +1 FAMC @F67@ +<< +[0070] INDI rkey: I319 offs: 0x00001f0e lens: 0x00000098 +0x00002f0e-0x00002fa5: +>>0 @I319@ INDI +1 NAME Marie-Christine /von_Reibnitz/ +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 15 JAN 1945 +2 PLAC Czechoslovakia +1 FAMS @F208@ +1 FAMS @F78@ +<< +[0071] INDI rkey: I320 offs: 0x00001fa6 lens: 0x000000dc +0x00002fa6-0x00003081: +>>0 @I320@ INDI +1 NAME Frederick /Windsor/ +1 SEX M +1 TITL Lord +1 BIRT +2 DATE 6 APR 1979 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 11 JUL 1979 +2 PLAC Chapel Royal,St. James Palace,England +1 FAMC @F78@ +<< +[0072] INDI rkey: I321 offs: 0x00002082 lens: 0x00000126 +0x00003082-0x000031a7: +>>0 @I321@ INDI +1 NAME George_II /Hanover/ +1 REFN 16 +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 30 OCT 1683 +2 PLAC Herrenhausen,Palace,Hannover,Germany +1 DEAT +2 DATE 25 OCT 1760 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F209@ +1 FAMS @F210@ +<< +[0073] INDI rkey: I322 offs: 0x000021a8 lens: 0x00000080 +0x000031a8-0x00003227: +>>0 @I322@ INDI +1 NAME Caroline of_Ansbach // +1 REFN 17 +1 SEX F +1 BIRT +2 DATE 1683 +1 DEAT +2 DATE 1737 +1 FAMC @F211@ +1 FAMS @F210@ +<< +[0074] INDI rkey: I323 offs: 0x00002228 lens: 0x000000dc +0x00003228-0x00003303: +>>0 @I323@ INDI +1 NAME Frederick Louis /Hanover/ +1 REFN 8 +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 31 JAN 1701 +2 PLAC Hanover +1 DEAT +2 DATE 31 MAR 1751 +2 PLAC Leicester-House,,London,England +1 FAMC @F210@ +1 FAMS @F94@ +<< +[0075] INDI rkey: I324 offs: 0x00002304 lens: 0x000000b7 +0x00003304-0x000033ba: +>>0 @I324@ INDI +1 NAME Anne /Hanover/ +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 2 NOV 1709 +2 PLAC Herrenhausen +1 DEAT +2 DATE 12 JAN 1759 +2 PLAC The Hague +1 FAMC @F210@ +1 FAMS @F212@ +<< +[0076] INDI rkey: I325 offs: 0x000023bb lens: 0x000000ba +0x000033bb-0x00003474: +>>0 @I325@ INDI +1 NAME Amelia Sophia Eleanor/Hanover/ +1 SEX F +1 BIRT +2 DATE 10 JUL 1711 +2 PLAC Herrenhausen +1 DEAT +2 DATE 31 OCT 1786 +2 PLAC Cavendish Square,,London,England +1 FAMC @F210@ +<< +[0077] INDI rkey: I326 offs: 0x00002475 lens: 0x000000b2 +0x00003475-0x00003526: +>>0 @I326@ INDI +1 NAME Caroline Elizabeth /Hanover/ +1 SEX F +1 BIRT +2 DATE 21 JUN 1713 +2 PLAC Herrenhausen +1 DEAT +2 DATE 28 DEC 1757 +2 PLAC St. James Palace,,,England +1 FAMC @F210@ +<< +[0078] INDI rkey: I327 offs: 0x00002527 lens: 0x000000b5 +0x00003527-0x000035db: +>>0 @I327@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 20 NOV 1716 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 20 NOV 1716 +2 PLAC St. James Palace,London,England +1 FAMC @F210@ +<< +[0079] INDI rkey: I328 offs: 0x000025dc lens: 0x000000c7 +0x000035dc-0x000036a2: +>>0 @I328@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 13 NOV 1717 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 17 FEB 1718 +2 PLAC Kensington,Palace,London,England +1 FAMC @F210@ +<< +[0080] INDI rkey: I329 offs: 0x000026a3 lens: 0x000000c2 +0x000036a3-0x00003764: +>>0 @I329@ INDI +1 NAME William Augustus of_Cumberland/Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 26 APR 1721 +2 PLAC Leicester House +1 DEAT +2 DATE 31 OCT 1765 +2 PLAC London,,,England +1 FAMC @F210@ +<< +[0081] INDI rkey: I330 offs: 0x00002765 lens: 0x000000a0 +0x00003765-0x00003804: +>>0 @I330@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 5 MAR 1723 +2 PLAC Leicester House +1 DEAT +2 DATE 14 JAN 1772 +2 PLAC Hanau +1 FAMC @F210@ +1 FAMS @F203@ +<< +[0082] INDI rkey: I331 offs: 0x00002805 lens: 0x000000c3 +0x00003805-0x000038c7: +>>0 @I331@ INDI +1 NAME Louisa /Hanover/ +1 SEX F +1 BIRT +2 DATE 18 DEC 1724 +2 PLAC Leicester House,London,England +1 DEAT +2 DATE 19 DEC 1751 +2 PLAC Christiansborg,Denmark +1 FAMC @F210@ +1 FAMS @F213@ +<< +[0083] INDI rkey: I332 offs: 0x000028c8 lens: 0x000000af +0x000038c8-0x00003976: +>>0 @I332@ INDI +1 NAME Augusta of_Saxe-Gotha // +1 REFN 9 +1 SEX F +1 BIRT +2 DATE 30 NOV 1719 +2 PLAC Gotha +1 DEAT +2 DATE 8 FEB 1772 +2 PLAC Carlton House +1 FAMC @F214@ +1 FAMS @F94@ +<< +[0084] INDI rkey: I333 offs: 0x00002977 lens: 0x000000bc +0x00003977-0x00003a32: +>>0 @I333@ INDI +1 NAME Augusta /Hanover/ +1 SEX F +1 BIRT +2 DATE 12 AUG 1737 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 23 MAR 1813 +2 PLAC London,England +1 FAMC @F94@ +1 FAMS @F106@ +<< +[0085] INDI rkey: I334 offs: 0x00002a33 lens: 0x000000af +0x00003a33-0x00003ae1: +>>0 @I334@ INDI +1 NAME Edward Augustus /Hanover/ +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 25 MAR 1739 +2 PLAC Norfolk House +1 DEAT +2 DATE 17 SEP 1767 +2 PLAC Monaco +1 FAMC @F94@ +<< +[0086] INDI rkey: I335 offs: 0x00002ae2 lens: 0x0000008c +0x00003ae2-0x00003b6d: +>>0 @I335@ INDI +1 NAME Elizabeth Caroline /Hanover/ +1 SEX F +1 BIRT +2 DATE 10 JAN 1741 +1 DEAT +2 DATE 4 SEP 1759 +2 PLAC Kew Palace +1 FAMC @F94@ +<< +[0087] INDI rkey: I336 offs: 0x00002b6e lens: 0x000000cb +0x00003b6e-0x00003c38: +>>0 @I336@ INDI +1 NAME Edward Henry of_Gloucester/Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 25 NOV 1743 +2 PLAC Leicester House +1 DEAT +2 DATE 25 AUG 1805 +2 PLAC Gloucester House +1 FAMC @F94@ +1 FAMS @F194@ +<< +[0088] INDI rkey: I337 offs: 0x00002c39 lens: 0x000000cd +0x00003c39-0x00003d05: +>>0 @I337@ INDI +1 NAME Henry Frederick of_Cumberland/Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 7 NOV 1745 +2 PLAC Leicester House +1 DEAT +2 DATE 18 SEP 1790 +2 PLAC London,,,England +1 FAMC @F94@ +1 FAMS @F215@ +<< +[0089] INDI rkey: I338 offs: 0x00002d06 lens: 0x000000a0 +0x00003d06-0x00003da5: +>>0 @I338@ INDI +1 NAME Louisa Anne /Hanover/ +1 SEX F +1 BIRT +2 DATE 19 MAR 1749 +2 PLAC Leicester House +1 DEAT +2 DATE 13 MAY 1768 +2 PLAC Carlton House +1 FAMC @F94@ +<< +[0090] INDI rkey: I339 offs: 0x00002da6 lens: 0x000000a8 +0x00003da6-0x00003e4d: +>>0 @I339@ INDI +1 NAME Frederick William /Hanover/ +1 SEX M +1 BIRT +2 DATE 24 MAY 1750 +2 PLAC Leicester House +1 DEAT +2 DATE 29 DEC 1765 +2 PLAC Leicester House +1 FAMC @F94@ +<< +[0091] INDI rkey: I340 offs: 0x00002e4e lens: 0x000000bf +0x00003e4e-0x00003f0c: +>>0 @I340@ INDI +1 NAME Caroline Matilda /Hanover/ +1 SEX F +1 BIRT +2 DATE 22 JUL 1751 +2 PLAC Leicester House +1 DEAT +2 DATE 10 MAY 1775 +2 PLAC Celle +1 BURI +2 PLAC Celle +1 FAMC @F94@ +1 FAMS @F216@ +<< +[0092] INDI rkey: I341 offs: 0x00002f0d lens: 0x0000010d +0x00003f0d-0x00004019: +>>0 @I341@ INDI +1 NAME George_I /Hanover/ +1 REFN 32 +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 28 MAY 1660 +2 PLAC Leineschloss,Osnabruck,Hanover,Germany +1 DEAT +2 DATE 11 JUN 1727 +2 PLAC Osnabruck +1 BURI +2 PLAC Moved in 1957 to,Herrenhausen +1 FAMC @F217@ +1 FAMS @F209@ +<< +[0093] INDI rkey: I342 offs: 0x0000301a lens: 0x000000a6 +0x0000401a-0x000040bf: +>>0 @I342@ INDI +1 NAME Sophia Dorothea of_Celle// +1 REFN 33 +1 SEX F +1 BIRT +2 DATE 10 SEP 1666 +1 DEAT +2 DATE 13 NOV 1726 +1 BURI +2 PLAC Celle +1 FAMC @F218@ +1 FAMS @F209@ +<< +[0094] INDI rkey: I343 offs: 0x000030c0 lens: 0x000000bd +0x000040c0-0x0000417c: +>>0 @I343@ INDI +1 NAME Sophia Dorothea /Hanover/ +1 SEX F +1 BIRT +2 DATE 26 MAR 1687 +2 PLAC Hanover +1 DEAT +2 DATE 28 JUN 1757 +2 PLAC Monbijou Palace,,Berlin,Germany +1 FAMC @F209@ +1 FAMS @F219@ +<< +[0095] INDI rkey: I344 offs: 0x0000317d lens: 0x000000d2 +0x0000417d-0x0000424e: +>>0 @I344@ INDI +1 NAME Frederick_V // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 31 MAR 1723 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 14 JAN 1766 +2 PLAC Christiansborg +1 FAMC @F220@ +1 FAMS @F213@ +1 FAMS @F221@ +<< +[0096] INDI rkey: I345 offs: 0x0000324f lens: 0x0000007f +0x0000424f-0x000042cd: +>>0 @I345@ INDI +1 NAME Frederick William of_Schleswig-// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1831 +1 FAMS @F157@ +<< +[0097] INDI rkey: I346 offs: 0x000032ce lens: 0x00000091 +0x000042ce-0x0000435e: +>>0 @I346@ INDI +1 NAME Louise Caroline of_Hesse-Cassel// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1789 +1 DEAT +2 DATE 1867 +1 FAMC @F222@ +1 FAMS @F157@ +<< +[0098] INDI rkey: I347 offs: 0x0000335f lens: 0x0000008e +0x0000435f-0x000043ec: +>>0 @I347@ INDI +1 NAME Alexander of_Hesse and_the_Rhine// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1888 +1 FAMC @F40@ +1 FAMS @F23@ +<< +[0099] INDI rkey: I348 offs: 0x000033ed lens: 0x0000008e +0x000043ed-0x0000447a: +>>0 @I348@ INDI +1 NAME Julia of_Battenberg /von_Hauke/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1895 +1 FAMC @F223@ +1 FAMS @F23@ +<< +[0100] INDI rkey: I349 offs: 0x0000347b lens: 0x00000092 +0x0000447b-0x0000450c: +>>0 @I349@ INDI +1 NAME Louis_II of_Hesse and_the_Rhine// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1777 +1 DEAT +2 DATE 1848 +1 FAMC @F224@ +1 FAMS @F40@ +<< +[0101] INDI rkey: I350 offs: 0x0000350d lens: 0x00000077 +0x0000450d-0x00004583: +>>0 @I350@ INDI +1 NAME Wilhelmina of_Baden // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1836 +1 FAMS @F40@ +<< +[0102] INDI rkey: I351 offs: 0x00003584 lens: 0x00000064 +0x00004584-0x000045e7: +>>0 @I351@ INDI +1 NAME John Maurice /von_Hauke/ +1 SEX M +1 TITL Count +1 DEAT +2 DATE 1830 +1 FAMS @F223@ +<< +[0103] INDI rkey: I352 offs: 0x000035e8 lens: 0x00000054 +0x000045e8-0x0000463b: +>>0 @I352@ INDI +1 NAME Sophie /la_Fontaine/ +1 SEX F +1 DEAT +2 DATE 1831 +1 FAMS @F223@ +<< +[0104] INDI rkey: I353 offs: 0x0000363c lens: 0x00000096 +0x0000463c-0x000046d1: +>>0 @I353@ INDI +1 NAME Constantine Nikolaievitch of_Russia// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1827 +1 DEAT +2 DATE 1892 +1 FAMC @F37@ +1 FAMS @F126@ +<< +[0105] INDI rkey: I354 offs: 0x000036d2 lens: 0x0000008e +0x000046d2-0x0000475f: +>>0 @I354@ INDI +1 NAME Elizabeth Alexandra of_Saxe-// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1911 +1 FAMC @F225@ +1 FAMS @F126@ +<< +[0106] INDI rkey: I355 offs: 0x00003760 lens: 0x00000066 +0x00004760-0x000047c5: +>>0 @I355@ INDI +1 NAME Joseph of_Saxe- Altenburg// +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1868 +1 FAMS @F225@ +<< +[0107] INDI rkey: I356 offs: 0x000037c6 lens: 0x00000074 +0x000047c6-0x00004839: +>>0 @I356@ INDI +1 NAME Amalie of_Wurttemberg // +1 SEX F +1 TITL Duchess +1 DEAT +2 DATE 1848 +1 FAMC @F204@ +1 FAMS @F225@ +<< +[0108] INDI rkey: I357 offs: 0x0000383a lens: 0x0000007f +0x0000483a-0x000048b8: +>>0 @I357@ INDI +1 NAME Charles of_Hesse // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1877 +1 FAMC @F40@ +1 FAMS @F21@ +<< +[0109] INDI rkey: I358 offs: 0x000038b9 lens: 0x00000086 +0x000048b9-0x0000493e: +>>0 @I358@ INDI +1 NAME Elizabeth of_Prussia // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1815 +1 DEAT +2 DATE 1885 +1 FAMC @F226@ +1 FAMS @F21@ +<< +[0110] INDI rkey: I359 offs: 0x0000393f lens: 0x0000006c +0x0000493f-0x000049aa: +>>0 @I359@ INDI +1 NAME Charles William Frederick/Cavendish-Bentwi/ +1 SEX M +1 TITL Reverend +1 DEAT +2 DATE 1865 +<< +[0111] INDI rkey: I360 offs: 0x000039ab lens: 0x00000075 +0x000049ab-0x00004a1f: +>>0 @I360@ INDI +1 NAME William Charles Augustus/Cavendish-Bentin/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1826 +1 FAMS @F150@ +<< +[0112] INDI rkey: I361 offs: 0x00003a20 lens: 0x0000005e +0x00004a20-0x00004a7d: +>>0 @I361@ INDI +1 NAME Anne /Wellesley/ +1 SEX F +1 DEAT +2 DATE 1875 +1 FAMC @F227@ +1 FAMS @F150@ +<< +[0113] INDI rkey: I362 offs: 0x00003a7e lens: 0x0000004f +0x00004a7e-0x00004acc: +>>0 @I362@ INDI +1 NAME Edwyn /Burnaby/ +1 SEX M +1 DEAT +2 DATE 1867 +1 FAMS @F151@ +<< +[0114] INDI rkey: I363 offs: 0x00003acd lens: 0x00000058 +0x00004acd-0x00004b24: +>>0 @I363@ INDI +1 NAME Anne Caroline /Salisbury/ +1 SEX F +1 DEAT +2 DATE 1881 +1 FAMS @F151@ +<< +[0115] INDI rkey: I364 offs: 0x00003b25 lens: 0x0000004e +0x00004b25-0x00004b72: +>>0 @I364@ INDI +1 NAME Oswald /Smith/ +1 SEX M +1 DEAT +2 DATE 1863 +1 FAMS @F142@ +<< +[0116] INDI rkey: I365 offs: 0x00003b73 lens: 0x00000047 +0x00004b73-0x00004bb9: +>>0 @I365@ INDI +1 NAME Henrietta Mildred /Hodgson/ +1 SEX F +1 FAMS @F142@ +<< +[0117] INDI rkey: I366 offs: 0x00003bba lens: 0x00000092 +0x00004bba-0x00004c4b: +>>0 @I366@ INDI +1 NAME Albert Edward John/Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1975 +1 FAMC @F228@ +1 FAMS @F163@ +<< +[0118] INDI rkey: I367 offs: 0x00003c4c lens: 0x0000008c +0x00004c4c-0x00004cd7: +>>0 @I367@ INDI +1 NAME Cynthia Elinor Beatrix/Hamilton/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1897 +1 DEAT +2 DATE 1972 +1 FAMC @F229@ +1 FAMS @F163@ +<< +[0119] INDI rkey: I368 offs: 0x00003cd8 lens: 0x0000008f +0x00004cd8-0x00004d66: +>>0 @I368@ INDI +1 NAME Edmund Maurice /Burke_Roche/ +1 SEX M +1 TITL Baron Fermoy +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1955 +1 FAMC @F230@ +1 FAMS @F68@ +<< +[0120] INDI rkey: I369 offs: 0x00003d67 lens: 0x0000005e +0x00004d67-0x00004dc4: +>>0 @I369@ INDI +1 NAME Ruth Sylvia /Gill/ +1 SEX F +1 BIRT +2 DATE 1908 +1 FAMC @F231@ +1 FAMS @F68@ +<< +[0121] INDI rkey: I370 offs: 0x00003dc5 lens: 0x0000008f +0x00004dc5-0x00004e53: +>>0 @I370@ INDI +1 NAME James Boothby /Burke_Roche/ +1 SEX M +1 TITL Baron Fermoy +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1920 +1 FAMC @F232@ +1 FAMS @F230@ +<< +[0122] INDI rkey: I371 offs: 0x00003e54 lens: 0x00000074 +0x00004e54-0x00004ec7: +>>0 @I371@ INDI +1 NAME Frances Ellen /Work/ +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1947 +1 FAMC @F233@ +1 FAMS @F230@ +<< +[0123] INDI rkey: I372 offs: 0x00003ec8 lens: 0x0000006d +0x00004ec8-0x00004f34: +>>0 @I372@ INDI +1 NAME Frank /Work/ +1 SEX M +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1911 +1 FAMC @F234@ +1 FAMS @F233@ +<< +[0124] INDI rkey: I373 offs: 0x00003f35 lens: 0x0000006d +0x00004f35-0x00004fa1: +>>0 @I373@ INDI +1 NAME Ellen /Wood/ +1 SEX F +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1877 +1 FAMC @F235@ +1 FAMS @F233@ +<< +[0125] INDI rkey: I374 offs: 0x00003fa2 lens: 0x0000004b +0x00004fa2-0x00004fec: +>>0 @I374@ INDI +1 NAME John /Wood/ +1 SEX M +1 DEAT +2 DATE 1847 +1 FAMS @F235@ +<< +[0126] INDI rkey: I375 offs: 0x00003fed lens: 0x0000004e +0x00004fed-0x0000503a: +>>0 @I375@ INDI +1 NAME Ellen /Strong/ +1 SEX F +1 DEAT +2 DATE 1863 +1 FAMS @F235@ +<< + +0x0000503b: EOF (0x0000503b) GOOD + +BLOCK - DIRECTORY ac/ab +0x00000000:ix_self: 0x00020001 (ac/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I376' +0x00000016:ix_rkey[0001]: ' I377' +0x0000001e:ix_rkey[0002]: ' I378' +0x00000026:ix_rkey[0003]: ' I379' +0x0000002e:ix_rkey[0004]: ' I380' +0x00000036:ix_rkey[0005]: ' I381' +0x0000003e:ix_rkey[0006]: ' I382' +0x00000046:ix_rkey[0007]: ' I383' +0x0000004e:ix_rkey[0008]: ' I384' +0x00000056:ix_rkey[0009]: ' I385' +0x0000005e:ix_rkey[0010]: ' I386' +0x00000066:ix_rkey[0011]: ' I387' +0x0000006e:ix_rkey[0012]: ' I388' +0x00000076:ix_rkey[0013]: ' I389' +0x0000007e:ix_rkey[0014]: ' I390' +0x00000086:ix_rkey[0015]: ' I391' +0x0000008e:ix_rkey[0016]: ' I392' +0x00000096:ix_rkey[0017]: ' I393' +0x0000009e:ix_rkey[0018]: ' I394' +0x000000a6:ix_rkey[0019]: ' I395' +0x000000ae:ix_rkey[0020]: ' I396' +0x000000b6:ix_rkey[0021]: ' I397' +0x000000be:ix_rkey[0022]: ' I398' +0x000000c6:ix_rkey[0023]: ' I399' +0x000000ce:ix_rkey[0024]: ' I400' +0x000000d6:ix_rkey[0025]: ' I401' +0x000000de:ix_rkey[0026]: ' I402' +0x000000e6:ix_rkey[0027]: ' I403' +0x000000ee:ix_rkey[0028]: ' I404' +0x000000f6:ix_rkey[0029]: ' I405' +0x000000fe:ix_rkey[0030]: ' I406' +0x00000106:ix_rkey[0031]: ' I407' +0x0000010e:ix_rkey[0032]: ' I408' +0x00000116:ix_rkey[0033]: ' I409' +0x0000011e:ix_rkey[0034]: ' I410' +0x00000126:ix_rkey[0035]: ' I411' +0x0000012e:ix_rkey[0036]: ' I412' +0x00000136:ix_rkey[0037]: ' I413' +0x0000013e:ix_rkey[0038]: ' I414' +0x00000146:ix_rkey[0039]: ' I415' +0x0000014e:ix_rkey[0040]: ' I416' +0x00000156:ix_rkey[0041]: ' I417' +0x0000015e:ix_rkey[0042]: ' I418' +0x00000166:ix_rkey[0043]: ' I419' +0x0000016e:ix_rkey[0044]: ' I420' +0x00000176:ix_rkey[0045]: ' I421' +0x0000017e:ix_rkey[0046]: ' I422' +0x00000186:ix_rkey[0047]: ' I423' +0x0000018e:ix_rkey[0048]: ' I424' +0x00000196:ix_rkey[0049]: ' I425' +0x0000019e:ix_rkey[0050]: ' I426' +0x000001a6:ix_rkey[0051]: ' I427' +0x000001ae:ix_rkey[0052]: ' I428' +0x000001b6:ix_rkey[0053]: ' I429' +0x000001be:ix_rkey[0054]: ' I430' +0x000001c6:ix_rkey[0055]: ' I431' +0x000001ce:ix_rkey[0056]: ' I432' +0x000001d6:ix_rkey[0057]: ' I433' +0x000001de:ix_rkey[0058]: ' I434' +0x000001e6:ix_rkey[0059]: ' I435' +0x000001ee:ix_rkey[0060]: ' I436' +0x000001f6:ix_rkey[0061]: ' I437' +0x000001fe:ix_rkey[0062]: ' I438' +0x00000206:ix_rkey[0063]: ' I439' +0x0000020e:ix_rkey[0064]: ' I440' +0x00000216:ix_rkey[0065]: ' I441' +0x0000021e:ix_rkey[0066]: ' I442' +0x00000226:ix_rkey[0067]: ' I443' +0x0000022e:ix_rkey[0068]: ' I444' +0x00000236:ix_rkey[0069]: ' I445' +0x0000023e:ix_rkey[0070]: ' I446' +0x00000246:ix_rkey[0071]: ' I447' +0x0000024e:ix_rkey[0072]: ' I448' +0x00000256:ix_rkey[0073]: ' I449' +0x0000025e:ix_rkey[0074]: ' I450' +0x00000266:ix_rkey[0075]: ' I451' +0x0000026e:ix_rkey[0076]: ' I452' +0x00000276:ix_rkey[0077]: ' I453' +0x0000027e:ix_rkey[0078]: ' I454' +0x00000286:ix_rkey[0079]: ' I455' +0x0000028e:ix_rkey[0080]: ' I456' +0x00000296:ix_rkey[0081]: ' I457' +0x0000029e:ix_rkey[0082]: ' I458' +0x000002a6:ix_rkey[0083]: ' I459' +0x000002ae:ix_rkey[0084]: ' I460' +0x000002b6:ix_rkey[0085]: ' I461' +0x000002be:ix_rkey[0086]: ' I462' +0x000002c6:ix_rkey[0087]: ' I463' +0x000002ce:ix_rkey[0088]: ' I464' +0x000002d6:ix_rkey[0089]: ' I465' +0x000002de:ix_rkey[0090]: ' I466' +0x000002e6:ix_rkey[0091]: ' I467' +0x000002ee:ix_rkey[0092]: ' I468' +0x000002f6:ix_rkey[0093]: ' I469' +0x000002fe:ix_rkey[0094]: ' I470' +0x00000306:ix_rkey[0095]: ' I471' +0x0000030e:ix_rkey[0096]: ' I472' +0x00000316:ix_rkey[0097]: ' I473' +0x0000031e:ix_rkey[0098]: ' I474' +0x00000326:ix_rkey[0099]: ' I475' +0x0000032e:ix_rkey[0100]: ' I476' +0x00000336:ix_rkey[0101]: ' I477' +0x0000033e:ix_rkey[0102]: ' I478' +0x00000346:ix_rkey[0103]: ' I479' +0x0000034e:ix_rkey[0104]: ' I480' +0x00000356:ix_rkey[0105]: ' I481' +0x0000035e:ix_rkey[0106]: ' I482' +0x00000366:ix_rkey[0107]: ' I483' +0x0000036e:ix_rkey[0108]: ' I484' +0x00000376:ix_rkey[0109]: ' I485' +0x0000037e:ix_rkey[0110]: ' I486' +0x00000386:ix_rkey[0111]: ' I487' +0x0000038e:ix_rkey[0112]: ' I488' +0x00000396:ix_rkey[0113]: ' I489' +0x0000039e:ix_rkey[0114]: ' I490' +0x000003a6:ix_rkey[0115]: ' I491' +0x000003ae:ix_rkey[0116]: ' I492' +0x000003b6:ix_rkey[0117]: ' I493' +0x000003be:ix_rkey[0118]: ' I494' +0x000003c6:ix_rkey[0119]: ' I495' +0x000003ce:ix_rkey[0120]: ' I496' +0x000003d6:ix_rkey[0121]: ' I497' +0x000003de:ix_rkey[0122]: ' I498' +0x000003e6:ix_rkey[0123]: ' I499' +0x000003ee:ix_rkey[0124]: ' I500' +0x000003f6:ix_rkey[0125]: ' I501' +0x000003fe:ix_rkey[0126]: ' I502' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000038 +0x0000080c:ix_offs[0001]: 0x00000038 0x00000c08:ix_lens[0001]: 0x0000003a +0x00000810:ix_offs[0002]: 0x00000072 0x00000c0c:ix_lens[0002]: 0x00000089 +0x00000814:ix_offs[0003]: 0x000000fb 0x00000c10:ix_lens[0003]: 0x0000007c +0x00000818:ix_offs[0004]: 0x00000177 0x00000c14:ix_lens[0004]: 0x00000057 +0x0000081c:ix_offs[0005]: 0x000001ce 0x00000c18:ix_lens[0005]: 0x00000056 +0x00000820:ix_offs[0006]: 0x00000224 0x00000c1c:ix_lens[0006]: 0x0000004e +0x00000824:ix_offs[0007]: 0x00000272 0x00000c20:ix_lens[0007]: 0x00000059 +0x00000828:ix_offs[0008]: 0x000002cb 0x00000c24:ix_lens[0008]: 0x00000095 +0x0000082c:ix_offs[0009]: 0x00000360 0x00000c28:ix_lens[0009]: 0x0000008e +0x00000830:ix_offs[0010]: 0x000003ee 0x00000c2c:ix_lens[0010]: 0x00000089 +0x00000834:ix_offs[0011]: 0x00000477 0x00000c30:ix_lens[0011]: 0x00000083 +0x00000838:ix_offs[0012]: 0x000004fa 0x00000c34:ix_lens[0012]: 0x00000086 +0x0000083c:ix_offs[0013]: 0x00000580 0x00000c38:ix_lens[0013]: 0x0000008d +0x00000840:ix_offs[0014]: 0x0000060d 0x00000c3c:ix_lens[0014]: 0x00000074 +0x00000844:ix_offs[0015]: 0x00000681 0x00000c40:ix_lens[0015]: 0x00000072 +0x00000848:ix_offs[0016]: 0x000006f3 0x00000c44:ix_lens[0016]: 0x00000077 +0x0000084c:ix_offs[0017]: 0x0000076a 0x00000c48:ix_lens[0017]: 0x00000061 +0x00000850:ix_offs[0018]: 0x000007cb 0x00000c4c:ix_lens[0018]: 0x00000073 +0x00000854:ix_offs[0019]: 0x0000083e 0x00000c50:ix_lens[0019]: 0x0000006f +0x00000858:ix_offs[0020]: 0x000008ad 0x00000c54:ix_lens[0020]: 0x0000008f +0x0000085c:ix_offs[0021]: 0x0000093c 0x00000c58:ix_lens[0021]: 0x0000007e +0x00000860:ix_offs[0022]: 0x000009ba 0x00000c5c:ix_lens[0022]: 0x00000099 +0x00000864:ix_offs[0023]: 0x00000a53 0x00000c60:ix_lens[0023]: 0x00000083 +0x00000868:ix_offs[0024]: 0x00000ad6 0x00000c64:ix_lens[0024]: 0x0000008f +0x0000086c:ix_offs[0025]: 0x00000b65 0x00000c68:ix_lens[0025]: 0x0000007f +0x00000870:ix_offs[0026]: 0x00000be4 0x00000c6c:ix_lens[0026]: 0x000000ac +0x00000874:ix_offs[0027]: 0x00000c90 0x00000c70:ix_lens[0027]: 0x0000006d +0x00000878:ix_offs[0028]: 0x00000cfd 0x00000c74:ix_lens[0028]: 0x00000070 +0x0000087c:ix_offs[0029]: 0x00000d6d 0x00000c78:ix_lens[0029]: 0x000000fc +0x00000880:ix_offs[0030]: 0x00000e69 0x00000c7c:ix_lens[0030]: 0x0000006d +0x00000884:ix_offs[0031]: 0x00000ed6 0x00000c80:ix_lens[0031]: 0x0000005c +0x00000888:ix_offs[0032]: 0x00000f32 0x00000c84:ix_lens[0032]: 0x000000b7 +0x0000088c:ix_offs[0033]: 0x00000fe9 0x00000c88:ix_lens[0033]: 0x00000096 +0x00000890:ix_offs[0034]: 0x0000107f 0x00000c8c:ix_lens[0034]: 0x00000072 +0x00000894:ix_offs[0035]: 0x000010f1 0x00000c90:ix_lens[0035]: 0x000000b0 +0x00000898:ix_offs[0036]: 0x000011a1 0x00000c94:ix_lens[0036]: 0x000000bd +0x0000089c:ix_offs[0037]: 0x0000125e 0x00000c98:ix_lens[0037]: 0x0000005e +0x000008a0:ix_offs[0038]: 0x000012bc 0x00000c9c:ix_lens[0038]: 0x0000006a +0x000008a4:ix_offs[0039]: 0x00001326 0x00000ca0:ix_lens[0039]: 0x0000005d +0x000008a8:ix_offs[0040]: 0x00001383 0x00000ca4:ix_lens[0040]: 0x0000005e +0x000008ac:ix_offs[0041]: 0x000013e1 0x00000ca8:ix_lens[0041]: 0x000000dd +0x000008b0:ix_offs[0042]: 0x000014be 0x00000cac:ix_lens[0042]: 0x0000008f +0x000008b4:ix_offs[0043]: 0x0000154d 0x00000cb0:ix_lens[0043]: 0x000000b9 +0x000008b8:ix_offs[0044]: 0x00001606 0x00000cb4:ix_lens[0044]: 0x00000083 +0x000008bc:ix_offs[0045]: 0x00001689 0x00000cb8:ix_lens[0045]: 0x00000076 +0x000008c0:ix_offs[0046]: 0x000016ff 0x00000cbc:ix_lens[0046]: 0x0000006b +0x000008c4:ix_offs[0047]: 0x0000176a 0x00000cc0:ix_lens[0047]: 0x00000072 +0x000008c8:ix_offs[0048]: 0x000017dc 0x00000cc4:ix_lens[0048]: 0x00000068 +0x000008cc:ix_offs[0049]: 0x00001844 0x00000cc8:ix_lens[0049]: 0x0000006a +0x000008d0:ix_offs[0050]: 0x000018ae 0x00000ccc:ix_lens[0050]: 0x0000007b +0x000008d4:ix_offs[0051]: 0x00001929 0x00000cd0:ix_lens[0051]: 0x0000006a +0x000008d8:ix_offs[0052]: 0x00001993 0x00000cd4:ix_lens[0052]: 0x00000069 +0x000008dc:ix_offs[0053]: 0x000019fc 0x00000cd8:ix_lens[0053]: 0x00000079 +0x000008e0:ix_offs[0054]: 0x00001a75 0x00000cdc:ix_lens[0054]: 0x00000092 +0x000008e4:ix_offs[0055]: 0x00001b07 0x00000ce0:ix_lens[0055]: 0x00000037 +0x000008e8:ix_offs[0056]: 0x00001b3e 0x00000ce4:ix_lens[0056]: 0x0000007f +0x000008ec:ix_offs[0057]: 0x00001bbd 0x00000ce8:ix_lens[0057]: 0x00000058 +0x000008f0:ix_offs[0058]: 0x00001c15 0x00000cec:ix_lens[0058]: 0x00000094 +0x000008f4:ix_offs[0059]: 0x00001ca9 0x00000cf0:ix_lens[0059]: 0x00000070 +0x000008f8:ix_offs[0060]: 0x00001d19 0x00000cf4:ix_lens[0060]: 0x0000007c +0x000008fc:ix_offs[0061]: 0x00001d95 0x00000cf8:ix_lens[0061]: 0x000000c4 +0x00000900:ix_offs[0062]: 0x00001e59 0x00000cfc:ix_lens[0062]: 0x00000104 +0x00000904:ix_offs[0063]: 0x00001f5d 0x00000d00:ix_lens[0063]: 0x000000f4 +0x00000908:ix_offs[0064]: 0x00002051 0x00000d04:ix_lens[0064]: 0x00000088 +0x0000090c:ix_offs[0065]: 0x000020d9 0x00000d08:ix_lens[0065]: 0x00000069 +0x00000910:ix_offs[0066]: 0x00002142 0x00000d0c:ix_lens[0066]: 0x00000048 +0x00000914:ix_offs[0067]: 0x0000218a 0x00000d10:ix_lens[0067]: 0x0000004c +0x00000918:ix_offs[0068]: 0x000021d6 0x00000d14:ix_lens[0068]: 0x00000062 +0x0000091c:ix_offs[0069]: 0x00002238 0x00000d18:ix_lens[0069]: 0x0000007c +0x00000920:ix_offs[0070]: 0x000022b4 0x00000d1c:ix_lens[0070]: 0x00000073 +0x00000924:ix_offs[0071]: 0x00002327 0x00000d20:ix_lens[0071]: 0x0000009d +0x00000928:ix_offs[0072]: 0x000023c4 0x00000d24:ix_lens[0072]: 0x00000080 +0x0000092c:ix_offs[0073]: 0x00002444 0x00000d28:ix_lens[0073]: 0x0000008c +0x00000930:ix_offs[0074]: 0x000024d0 0x00000d2c:ix_lens[0074]: 0x000000cc +0x00000934:ix_offs[0075]: 0x0000259c 0x00000d30:ix_lens[0075]: 0x00000089 +0x00000938:ix_offs[0076]: 0x00002625 0x00000d34:ix_lens[0076]: 0x00000092 +0x0000093c:ix_offs[0077]: 0x000026b7 0x00000d38:ix_lens[0077]: 0x00000075 +0x00000940:ix_offs[0078]: 0x0000272c 0x00000d3c:ix_lens[0078]: 0x0000005f +0x00000944:ix_offs[0079]: 0x0000278b 0x00000d40:ix_lens[0079]: 0x00000066 +0x00000948:ix_offs[0080]: 0x000027f1 0x00000d44:ix_lens[0080]: 0x00000104 +0x0000094c:ix_offs[0081]: 0x000028f5 0x00000d48:ix_lens[0081]: 0x000000c1 +0x00000950:ix_offs[0082]: 0x000029b6 0x00000d4c:ix_lens[0082]: 0x000000de +0x00000954:ix_offs[0083]: 0x00002a94 0x00000d50:ix_lens[0083]: 0x0000009f +0x00000958:ix_offs[0084]: 0x00002b33 0x00000d54:ix_lens[0084]: 0x00000085 +0x0000095c:ix_offs[0085]: 0x00002bb8 0x00000d58:ix_lens[0085]: 0x0000008a +0x00000960:ix_offs[0086]: 0x00002c42 0x00000d5c:ix_lens[0086]: 0x00000068 +0x00000964:ix_offs[0087]: 0x00002caa 0x00000d60:ix_lens[0087]: 0x0000008e +0x00000968:ix_offs[0088]: 0x00002d38 0x00000d64:ix_lens[0088]: 0x00000074 +0x0000096c:ix_offs[0089]: 0x00002dac 0x00000d68:ix_lens[0089]: 0x00000085 +0x00000970:ix_offs[0090]: 0x00002e31 0x00000d6c:ix_lens[0090]: 0x00000072 +0x00000974:ix_offs[0091]: 0x00002ea3 0x00000d70:ix_lens[0091]: 0x00000033 +0x00000978:ix_offs[0092]: 0x00002ed6 0x00000d74:ix_lens[0092]: 0x000000a0 +0x0000097c:ix_offs[0093]: 0x00002f76 0x00000d78:ix_lens[0093]: 0x00000090 +0x00000980:ix_offs[0094]: 0x00003006 0x00000d7c:ix_lens[0094]: 0x000000e3 +0x00000984:ix_offs[0095]: 0x000030e9 0x00000d80:ix_lens[0095]: 0x00000094 +0x00000988:ix_offs[0096]: 0x0000317d 0x00000d84:ix_lens[0096]: 0x00000086 +0x0000098c:ix_offs[0097]: 0x00003203 0x00000d88:ix_lens[0097]: 0x000000a5 +0x00000990:ix_offs[0098]: 0x000032a8 0x00000d8c:ix_lens[0098]: 0x00000073 +0x00000994:ix_offs[0099]: 0x0000331b 0x00000d90:ix_lens[0099]: 0x0000009b +0x00000998:ix_offs[0100]: 0x000033b6 0x00000d94:ix_lens[0100]: 0x00000064 +0x0000099c:ix_offs[0101]: 0x0000341a 0x00000d98:ix_lens[0101]: 0x00000083 +0x000009a0:ix_offs[0102]: 0x0000349d 0x00000d9c:ix_lens[0102]: 0x0000003d +0x000009a4:ix_offs[0103]: 0x000034da 0x00000da0:ix_lens[0103]: 0x00000076 +0x000009a8:ix_offs[0104]: 0x00003550 0x00000da4:ix_lens[0104]: 0x0000003d +0x000009ac:ix_offs[0105]: 0x0000358d 0x00000da8:ix_lens[0105]: 0x00000077 +0x000009b0:ix_offs[0106]: 0x00003604 0x00000dac:ix_lens[0106]: 0x00000068 +0x000009b4:ix_offs[0107]: 0x0000366c 0x00000db0:ix_lens[0107]: 0x0000003e +0x000009b8:ix_offs[0108]: 0x000036aa 0x00000db4:ix_lens[0108]: 0x00000050 +0x000009bc:ix_offs[0109]: 0x000036fa 0x00000db8:ix_lens[0109]: 0x00000047 +0x000009c0:ix_offs[0110]: 0x00003741 0x00000dbc:ix_lens[0110]: 0x00000085 +0x000009c4:ix_offs[0111]: 0x000037c6 0x00000dc0:ix_lens[0111]: 0x00000070 +0x000009c8:ix_offs[0112]: 0x00003836 0x00000dc4:ix_lens[0112]: 0x0000007f +0x000009cc:ix_offs[0113]: 0x000038b5 0x00000dc8:ix_lens[0113]: 0x00000074 +0x000009d0:ix_offs[0114]: 0x00003929 0x00000dcc:ix_lens[0114]: 0x00000049 +0x000009d4:ix_offs[0115]: 0x00003972 0x00000dd0:ix_lens[0115]: 0x00000071 +0x000009d8:ix_offs[0116]: 0x000039e3 0x00000dd4:ix_lens[0116]: 0x00000071 +0x000009dc:ix_offs[0117]: 0x00003a54 0x00000dd8:ix_lens[0117]: 0x00000094 +0x000009e0:ix_offs[0118]: 0x00003ae8 0x00000ddc:ix_lens[0118]: 0x0000007b +0x000009e4:ix_offs[0119]: 0x00003b63 0x00000de0:ix_lens[0119]: 0x0000007c +0x000009e8:ix_offs[0120]: 0x00003bdf 0x00000de4:ix_lens[0120]: 0x0000004b +0x000009ec:ix_offs[0121]: 0x00003c2a 0x00000de8:ix_lens[0121]: 0x00000076 +0x000009f0:ix_offs[0122]: 0x00003ca0 0x00000dec:ix_lens[0122]: 0x00000071 +0x000009f4:ix_offs[0123]: 0x00003d11 0x00000df0:ix_lens[0123]: 0x00000067 +0x000009f8:ix_offs[0124]: 0x00003d78 0x00000df4:ix_lens[0124]: 0x0000006f +0x000009fc:ix_offs[0125]: 0x00003de7 0x00000df8:ix_lens[0125]: 0x0000006d +0x00000a00:ix_offs[0126]: 0x00003e54 0x00000dfc:ix_lens[0126]: 0x0000007a + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I376 offs: 0x00000000 lens: 0x00000038 +0x00001000-0x00001037: +>>0 @I376@ INDI +1 NAME John /Work/ +1 SEX M +1 FAMS @F234@ +<< +[0001] INDI rkey: I377 offs: 0x00000038 lens: 0x0000003a +0x00001038-0x00001071: +>>0 @I377@ INDI +1 NAME Sarah /Boude/ +1 SEX F +1 FAMS @F234@ +<< +[0002] INDI rkey: I378 offs: 0x00000072 lens: 0x00000089 +0x00001072-0x000010fa: +>>0 @I378@ INDI +1 NAME Edmund /Burke_Roche/ +1 SEX M +1 TITL Baron Fermoy +1 BIRT +2 DATE 1815 +1 DEAT +2 DATE 1874 +1 FAMC @F236@ +1 FAMS @F232@ +<< +[0003] INDI rkey: I379 offs: 0x000000fb lens: 0x0000007c +0x000010fb-0x00001176: +>>0 @I379@ INDI +1 NAME Elizabeth Caroline /Boothby/ +1 SEX F +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1897 +1 FAMC @F237@ +1 FAMS @F232@ +<< +[0004] INDI rkey: I380 offs: 0x00000177 lens: 0x00000057 +0x00001177-0x000011cd: +>>0 @I380@ INDI +1 NAME James Brownell /Boothby/ +1 SEX M +1 DEAT +2 DATE 1850 +1 FAMS @F237@ +<< +[0005] INDI rkey: I381 offs: 0x000001ce lens: 0x00000056 +0x000011ce-0x00001223: +>>0 @I381@ INDI +1 NAME Charlotte /Cunningham/ +1 SEX F +1 DEAT +2 DATE 1893 +1 FAMS @F237@ +<< +[0006] INDI rkey: I382 offs: 0x00000224 lens: 0x0000004e +0x00001224-0x00001271: +>>0 @I382@ INDI +1 NAME Edward /Roche/ +1 SEX M +1 DEAT +2 DATE 1855 +1 FAMS @F236@ +<< +[0007] INDI rkey: I383 offs: 0x00000272 lens: 0x00000059 +0x00001272-0x000012ca: +>>0 @I383@ INDI +1 NAME Margaret Honoria /Curtain/ +1 SEX F +1 DEAT +2 DATE 1862 +1 FAMS @F236@ +<< +[0008] INDI rkey: I384 offs: 0x000002cb lens: 0x00000095 +0x000012cb-0x0000135f: +>>0 @I384@ INDI +1 NAME James Albert Edward/Hamilton/ +1 SEX M +1 TITL Duke of Abercorn +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1953 +1 FAMC @F238@ +1 FAMS @F229@ +<< +[0009] INDI rkey: I385 offs: 0x00000360 lens: 0x0000008e +0x00001360-0x000013ed: +>>0 @I385@ INDI +1 NAME Rosalind Cecilia Caroline/Bingham/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1958 +1 FAMC @F239@ +1 FAMS @F229@ +<< +[0010] INDI rkey: I386 offs: 0x000003ee lens: 0x00000089 +0x000013ee-0x00001476: +>>0 @I386@ INDI +1 NAME James /Hamilton/ +1 SEX M +1 TITL Duke of Abercorn +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1913 +1 FAMC @F240@ +1 FAMS @F238@ +<< +[0011] INDI rkey: I387 offs: 0x00000477 lens: 0x00000083 +0x00001477-0x000014f9: +>>0 @I387@ INDI +1 NAME Mary Anna /Curzon-Howe/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1929 +1 FAMC @F241@ +1 FAMS @F238@ +<< +[0012] INDI rkey: I388 offs: 0x000004fa lens: 0x00000086 +0x000014fa-0x0000157f: +>>0 @I388@ INDI +1 NAME George /Bingham/ +1 SEX M +1 TITL Earl of Lucan +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1914 +1 FAMC @F242@ +1 FAMS @F239@ +<< +[0013] INDI rkey: I389 offs: 0x00000580 lens: 0x0000008d +0x00001580-0x0000160c: +>>0 @I389@ INDI +1 NAME Cecilia Catherine /Gordon-Lennox/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1910 +1 FAMC @F243@ +1 FAMS @F239@ +<< +[0014] INDI rkey: I390 offs: 0x0000060d lens: 0x00000074 +0x0000160d-0x00001680: +>>0 @I390@ INDI +1 NAME William Smith /Gill/ +1 SEX M +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1957 +1 FAMC @F244@ +1 FAMS @F231@ +<< +[0015] INDI rkey: I391 offs: 0x00000681 lens: 0x00000072 +0x00001681-0x000016f2: +>>0 @I391@ INDI +1 NAME Ruth /Littlejohn/ +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1964 +1 FAMC @F245@ +1 FAMS @F231@ +<< +[0016] INDI rkey: I392 offs: 0x000006f3 lens: 0x00000077 +0x000016f3-0x00001769: +>>0 @I392@ INDI +1 NAME Alexander Ogston /Gill/ +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1908 +1 FAMC @F246@ +1 FAMS @F244@ +<< +[0017] INDI rkey: I393 offs: 0x0000076a lens: 0x00000061 +0x0000176a-0x000017ca: +>>0 @I393@ INDI +1 NAME Barbara Smith /Marr/ +1 SEX F +1 BIRT +2 DATE 1843 +1 FAMC @F247@ +1 FAMS @F244@ +<< +[0018] INDI rkey: I394 offs: 0x000007cb lens: 0x00000073 +0x000017cb-0x0000183d: +>>0 @I394@ INDI +1 NAME David /Littlejohn/ +1 SEX M +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1924 +1 FAMC @F248@ +1 FAMS @F245@ +<< +[0019] INDI rkey: I395 offs: 0x0000083e lens: 0x0000006f +0x0000183e-0x000018ac: +>>0 @I395@ INDI +1 NAME Jane /Crombie/ +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1917 +1 FAMC @F249@ +1 FAMS @F245@ +<< +[0020] INDI rkey: I396 offs: 0x000008ad lens: 0x0000008f +0x000018ad-0x0000193b: +>>0 @I396@ INDI +1 NAME Charles Robert /Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1922 +1 FAMC @F250@ +1 FAMS @F228@ +<< +[0021] INDI rkey: I397 offs: 0x0000093c lens: 0x0000007e +0x0000193c-0x000019b9: +>>0 @I397@ INDI +1 NAME Margaret /Baring/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1906 +1 FAMC @F251@ +1 FAMS @F228@ +<< +[0022] INDI rkey: I398 offs: 0x000009ba lens: 0x00000099 +0x000019ba-0x00001a52: +>>0 @I398@ INDI +1 NAME Frederick /Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 1798 +1 DEAT +2 DATE 1857 +1 FAMC @F252@ +1 FAMS @F250@ +1 FAMS @F253@ +<< +[0023] INDI rkey: I399 offs: 0x00000a53 lens: 0x00000083 +0x00001a53-0x00001ad5: +>>0 @I399@ INDI +1 NAME Adelaide Horatia Elizabeth/Seymour/ +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1877 +1 FAMC @F254@ +1 FAMS @F250@ +<< +[0024] INDI rkey: I400 offs: 0x00000ad6 lens: 0x0000008f +0x00001ad6-0x00001b64: +>>0 @I400@ INDI +1 NAME Edward Charles /Baring/ +1 SEX M +1 TITL Baron Revelstoke +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1897 +1 FAMC @F255@ +1 FAMS @F251@ +<< +[0025] INDI rkey: I401 offs: 0x00000b65 lens: 0x0000007f +0x00001b65-0x00001be3: +>>0 @I401@ INDI +1 NAME Louisa Emily Charlotte/Bulteel/ +1 SEX F +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1892 +1 FAMC @F256@ +1 FAMS @F251@ +<< +[0026] INDI rkey: I402 offs: 0x00000be4 lens: 0x000000ac +0x00001be4-0x00001c8f: +>>0 @I402@ INDI +1 NAME Augusta of_Schleswig- Holstein-// +1 SEX F +1 BIRT +2 DATE 22 OCT 1858 +2 PLAC Dolzig +1 DEAT +2 DATE 11 APR 1921 +2 PLAC Haus Doorn,Netherlands +1 FAMS @F19@ +<< +[0027] INDI rkey: I403 offs: 0x00000c90 lens: 0x0000006d +0x00001c90-0x00001cfc: +>>0 @I403@ INDI +1 NAME Bernard of_Saxe- Meiningen// +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1928 +1 FAMS @F62@ +<< +[0028] INDI rkey: I404 offs: 0x00000cfd lens: 0x00000070 +0x00001cfd-0x00001d6c: +>>0 @I404@ INDI +1 NAME Adolphus of_Schaumburg- Lippe// +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1916 +1 FAMS @F59@ +<< +[0029] INDI rkey: I405 offs: 0x00000d6d lens: 0x000000fc +0x00001d6d-0x00001e68: +>>0 @I405@ INDI +1 NAME Constantine_I /Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 2 AUG 1868 +2 PLAC Athens,Greece +1 DEAT +2 DATE 11 JAN 1923 +2 PLAC Palermo,Italy +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMC @F76@ +1 FAMS @F61@ +<< +[0030] INDI rkey: I406 offs: 0x00000e69 lens: 0x0000006d +0x00001e69-0x00001ed5: +>>0 @I406@ INDI +1 NAME Frederick Charles of_Hesse// +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1940 +1 FAMS @F63@ +<< +[0031] INDI rkey: I407 offs: 0x00000ed6 lens: 0x0000005c +0x00001ed6-0x00001f31: +>>0 @I407@ INDI +1 NAME Victoria of_Schleswig- Holstein// +1 SEX F +1 TITL Princess +1 FAMS @F93@ +<< +[0032] INDI rkey: I408 offs: 0x00000f32 lens: 0x000000b7 +0x00001f32-0x00001fe8: +>>0 @I408@ INDI +1 NAME Irene /Denison/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 16 JUL 1956 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,,England +1 FAMC @F257@ +1 FAMS @F24@ +<< +[0033] INDI rkey: I409 offs: 0x00000fe9 lens: 0x00000096 +0x00001fe9-0x0000207e: +>>0 @I409@ INDI +1 NAME Alfonso_XIII // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1941 +2 PLAC ,,Portugal +1 FAMC @F258@ +1 FAMS @F25@ +<< +[0034] INDI rkey: I410 offs: 0x0000107f lens: 0x00000072 +0x0000207f-0x000020f0: +>>0 @I410@ INDI +1 NAME Louise of_Mecklenburg- Strelitz// +1 SEX F +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1810 +1 FAMS @F38@ +<< +[0035] INDI rkey: I411 offs: 0x000010f1 lens: 0x000000b0 +0x000020f1-0x000021a0: +>>0 @I411@ INDI +1 NAME Frederick William_IV // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 15 OCT 1795 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 2 JAN 1861 +1 FAMC @F38@ +1 FAMS @F259@ +<< +[0036] INDI rkey: I412 offs: 0x000011a1 lens: 0x000000bd +0x000021a1-0x0000225d: +>>0 @I412@ INDI +1 NAME William_I of_Germany // +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 22 MAR 1797 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 9 MAR 1888 +2 PLAC Berlin,Germany +1 FAMC @F38@ +1 FAMS @F18@ +<< +[0037] INDI rkey: I413 offs: 0x0000125e lens: 0x0000005e +0x0000225e-0x000022bb: +>>0 @I413@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1799 +1 DEAT +2 DATE 1800 +1 FAMC @F38@ +<< +[0038] INDI rkey: I414 offs: 0x000012bc lens: 0x0000006a +0x000022bc-0x00002325: +>>0 @I414@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1883 +1 FAMC @F38@ +1 FAMS @F260@ +<< +[0039] INDI rkey: I415 offs: 0x00001326 lens: 0x0000005d +0x00002326-0x00002382: +>>0 @I415@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1766 +1 DEAT +2 DATE 1806 +1 FAMS @F261@ +<< +[0040] INDI rkey: I416 offs: 0x00001383 lens: 0x0000005e +0x00002383-0x000023e0: +>>0 @I416@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1804 +1 DEAT +2 DATE 1806 +1 FAMC @F38@ +<< +[0041] INDI rkey: I417 offs: 0x000013e1 lens: 0x000000dd +0x000023e1-0x000024bd: +>>0 @I417@ INDI +1 NAME Charlemagne // +1 SEX M +1 TITL King of Franks +1 BIRT +2 DATE 2 APR 742 +2 PLAC Aachen,West Germany +1 DEAT +2 DATE 814 +1 FAMC @F262@ +1 FAMS @F263@ +1 FAMS @F264@ +1 FAMS @F265@ +1 FAMS @F266@ +1 FAMS @F267@ +<< +[0042] INDI rkey: I418 offs: 0x000014be lens: 0x0000008f +0x000024be-0x0000254c: +>>0 @I418@ INDI +1 NAME Albert of_Prussia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1872 +1 FAMC @F38@ +1 FAMS @F268@ +1 FAMS @F269@ +<< +[0043] INDI rkey: I419 offs: 0x0000154d lens: 0x000000b9 +0x0000254d-0x00002605: +>>0 @I419@ INDI +1 NAME Hermine of_Reuss // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 17 DEC 1887 +2 PLAC Greiz +1 DEAT +2 DATE 7 AUG 1947 +2 PLAC Frankfurt an der,Oder +1 FAMS @F270@ +1 FAMS @F20@ +<< +[0044] INDI rkey: I420 offs: 0x00001606 lens: 0x00000083 +0x00002606-0x00002688: +>>0 @I420@ INDI +1 NAME William // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1951/1952 +1 FAMC @F19@ +1 FAMS @F271@ +<< +[0045] INDI rkey: I421 offs: 0x00001689 lens: 0x00000076 +0x00002689-0x000026fe: +>>0 @I421@ INDI +1 NAME Eitel Frederick // +1 SEX M +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1942/1943 +1 FAMC @F19@ +1 FAMS @F272@ +<< +[0046] INDI rkey: I422 offs: 0x000016ff lens: 0x0000006b +0x000026ff-0x00002769: +>>0 @I422@ INDI +1 NAME Adalbert // +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1948 +1 FAMC @F19@ +1 FAMS @F273@ +<< +[0047] INDI rkey: I423 offs: 0x0000176a lens: 0x00000072 +0x0000276a-0x000027db: +>>0 @I423@ INDI +1 NAME Augustus William // +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1949 +1 FAMC @F19@ +1 FAMS @F274@ +<< +[0048] INDI rkey: I424 offs: 0x000017dc lens: 0x00000068 +0x000027dc-0x00002843: +>>0 @I424@ INDI +1 NAME Oscar // +1 SEX M +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1958 +1 FAMC @F19@ +1 FAMS @F275@ +<< +[0049] INDI rkey: I425 offs: 0x00001844 lens: 0x0000006a +0x00002844-0x000028ad: +>>0 @I425@ INDI +1 NAME Joachim // +1 SEX M +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1920 +1 FAMC @F19@ +1 FAMS @F276@ +<< +[0050] INDI rkey: I426 offs: 0x000018ae lens: 0x0000007b +0x000028ae-0x00002928: +>>0 @I426@ INDI +1 NAME Victoria Louise of_Prussia// +1 SEX F +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1980 +1 FAMC @F19@ +1 FAMS @F277@ +<< +[0051] INDI rkey: I427 offs: 0x00001929 lens: 0x0000006a +0x00002929-0x00002992: +>>0 @I427@ INDI +1 NAME Augusta of_Saxe-Weimar // +1 SEX F +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1890 +1 FAMS @F18@ +<< +[0052] INDI rkey: I428 offs: 0x00001993 lens: 0x00000069 +0x00002993-0x000029fb: +>>0 @I428@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1923 +1 FAMC @F18@ +1 FAMS @F278@ +<< +[0053] INDI rkey: I429 offs: 0x000019fc lens: 0x00000079 +0x000029fc-0x00002a74: +>>0 @I429@ INDI +1 NAME Frederick of_Baden // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1907 +1 FAMS @F278@ +<< +[0054] INDI rkey: I430 offs: 0x00001a75 lens: 0x00000092 +0x00002a75-0x00002b06: +>>0 @I430@ INDI +1 NAME Alphonso of_Cavadonga // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1938 +1 FAMC @F25@ +1 FAMS @F279@ +1 FAMS @F280@ +<< +[0055] INDI rkey: I431 offs: 0x00001b07 lens: 0x00000037 +0x00002b07-0x00002b3d: +>>0 @I431@ INDI +1 NAME Don Jamie // +1 SEX M +1 FAMC @F25@ +<< +[0056] INDI rkey: I432 offs: 0x00001b3e lens: 0x0000007f +0x00002b3e-0x00002bbc: +>>0 @I432@ INDI +1 NAME Don Juan of_Spain// +1 SEX M +1 BIRT +2 DATE JUN 1913 +2 PLAC San Ildefonso,,Spain +1 FAMC @F25@ +1 FAMS @F281@ +<< +[0057] INDI rkey: I433 offs: 0x00001bbd lens: 0x00000058 +0x00002bbd-0x00002c14: +>>0 @I433@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMC @F25@ +1 FAMS @F282@ +<< +[0058] INDI rkey: I434 offs: 0x00001c15 lens: 0x00000094 +0x00002c15-0x00002ca8: +>>0 @I434@ INDI +1 NAME Maria de_las_Mercedes of_Bourbon// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1910 +2 PLAC Madrid,,Spain +1 FAMC @F283@ +1 FAMS @F281@ +<< +[0059] INDI rkey: I435 offs: 0x00001ca9 lens: 0x00000070 +0x00002ca9-0x00002d18: +>>0 @I435@ INDI +1 NAME Juan Carlos // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1938 +1 FAMC @F281@ +1 FAMS @F284@ +<< +[0060] INDI rkey: I436 offs: 0x00001d19 lens: 0x0000007c +0x00002d19-0x00002d94: +>>0 @I436@ INDI +1 NAME Marie (Mignon) /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1961 +1 FAMC @F70@ +1 FAMS @F285@ +<< +[0061] INDI rkey: I437 offs: 0x00001d95 lens: 0x000000c4 +0x00002d95-0x00002e58: +>>0 @I437@ INDI +1 NAME Elizabeth of_Romania /Hohenzollern/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 12 OCT 1894 +2 PLAC Pelesch +1 DEAT +2 DATE 14 NOV 1956 +2 PLAC Cannes,France +1 FAMC @F70@ +1 FAMS @F286@ +<< +[0062] INDI rkey: I438 offs: 0x00001e59 lens: 0x00000104 +0x00002e59-0x00002f5c: +>>0 @I438@ INDI +1 NAME Carol_II /Hohenzollern/ +1 SEX M +1 TITL King of Romania +1 BIRT +2 DATE 15 OCT 1893 +2 PLAC Castle Pelesch,Sinaia,Romania +1 DEAT +2 DATE 4 APR 1953 +2 PLAC Villa Mar y Sol,Estoril,Portugal +1 FAMC @F70@ +1 FAMS @F287@ +1 FAMS @F160@ +1 FAMS @F288@ +<< +[0063] INDI rkey: I439 offs: 0x00001f5d lens: 0x000000f4 +0x00002f5d-0x00003050: +>>0 @I439@ INDI +1 NAME George_II /Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 19 JUL 1890 +2 PLAC Tatoi,Near Athens,Greece +1 DEAT +2 DATE 1 APR 1947 +2 PLAC Athens,Greece +1 BURI +2 PLAC Tatoi,Near Athens,Greece +1 FAMC @F61@ +1 FAMS @F286@ +<< +[0064] INDI rkey: I440 offs: 0x00002051 lens: 0x00000088 +0x00003051-0x000030d8: +>>0 @I440@ INDI +1 NAME Alexander_I of_Yugoslavia // +1 SEX M +1 TITL King +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1934 +1 FAMC @F289@ +1 FAMS @F285@ +<< +[0065] INDI rkey: I441 offs: 0x000020d9 lens: 0x00000069 +0x000030d9-0x00003141: +>>0 @I441@ INDI +1 NAME Sophia of_Greece /Oldenburg/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMC @F159@ +1 FAMS @F284@ +<< +[0066] INDI rkey: I442 offs: 0x00002142 lens: 0x00000048 +0x00003142-0x00003189: +>>0 @I442@ INDI +1 NAME Helen // +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F284@ +<< +[0067] INDI rkey: I443 offs: 0x0000218a lens: 0x0000004c +0x0000318a-0x000031d5: +>>0 @I443@ INDI +1 NAME Christine // +1 SEX F +1 BIRT +2 DATE 1965 +1 FAMC @F284@ +<< +[0068] INDI rkey: I444 offs: 0x000021d6 lens: 0x00000062 +0x000031d6-0x00003237: +>>0 @I444@ INDI +1 NAME Philip of_Asturias // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1968 +1 FAMC @F284@ +<< +[0069] INDI rkey: I445 offs: 0x00002238 lens: 0x0000007c +0x00003238-0x000032b3: +>>0 @I445@ INDI +1 NAME Gustav Adolf // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1947 +1 FAMC @F85@ +1 FAMS @F290@ +<< +[0070] INDI rkey: I446 offs: 0x000022b4 lens: 0x00000073 +0x000032b4-0x00003326: +>>0 @I446@ INDI +1 NAME Erik of_Vastmanland // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1918 +1 FAMC @F88@ +<< +[0071] INDI rkey: I447 offs: 0x00002327 lens: 0x0000009d +0x00003327-0x000033c3: +>>0 @I447@ INDI +1 NAME Sigvard Oscar Fredrik// +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 7 JUN 1907 +1 FAMC @F85@ +1 FAMS @F291@ +1 FAMS @F292@ +1 FAMS @F293@ +<< +[0072] INDI rkey: I448 offs: 0x000023c4 lens: 0x00000080 +0x000033c4-0x00003443: +>>0 @I448@ INDI +1 NAME Bertil Gustaf Oscar// +1 SEX M +1 TITL Prince of Sweden +1 BIRT +2 DATE 28 FEB 1912 +1 FAMC @F85@ +1 FAMS @F294@ +<< +[0073] INDI rkey: I449 offs: 0x00002444 lens: 0x0000008c +0x00003444-0x000034cf: +>>0 @I449@ INDI +1 NAME Carl Johan Arthur// +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 31 OCT 1916 +1 FAMC @F85@ +1 FAMS @F295@ +1 FAMS @F296@ +<< +[0074] INDI rkey: I450 offs: 0x000024d0 lens: 0x000000cc +0x000034d0-0x0000359b: +>>0 @I450@ INDI +1 NAME Olav_V // +1 SEX M +1 TITL King of Norway +1 BIRT +2 DATE 2 JUL 1903 +2 PLAC Appleton House,Sandringham,Norfolk,England +1 DEAT +2 DATE 17 JAN 1991 +2 PLAC Norway +1 FAMC @F16@ +1 FAMS @F297@ +<< +[0075] INDI rkey: I451 offs: 0x0000259c lens: 0x00000089 +0x0000359c-0x00003624: +>>0 @I451@ INDI +1 NAME Martha of_Sweden // +1 SEX F +1 TITL Crown Princess +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1954 +1 FAMC @F298@ +1 FAMS @F297@ +<< +[0076] INDI rkey: I452 offs: 0x00002625 lens: 0x00000092 +0x00003625-0x000036b6: +>>0 @I452@ INDI +1 NAME Harald // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 21 FEB 1937 +2 PLAC Skaugum,Near Oslo,Norway +1 FAMC @F297@ +1 FAMS @F299@ +<< +[0077] INDI rkey: I453 offs: 0x000026b7 lens: 0x00000075 +0x000036b7-0x0000372b: +>>0 @I453@ INDI +1 NAME Sonja /Haraldsen/ +1 SEX F +1 TITL Crown Princess +1 BIRT +2 DATE 1937 +1 FAMC @F300@ +1 FAMS @F299@ +<< +[0078] INDI rkey: I454 offs: 0x0000272c lens: 0x0000005f +0x0000372c-0x0000378a: +>>0 @I454@ INDI +1 NAME Martha Louise // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1971 +1 FAMC @F299@ +<< +[0079] INDI rkey: I455 offs: 0x0000278b lens: 0x00000066 +0x0000378b-0x000037f0: +>>0 @I455@ INDI +1 NAME Haakon of_Norway /Magnus/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1973 +1 FAMC @F299@ +<< +[0080] INDI rkey: I456 offs: 0x000027f1 lens: 0x00000104 +0x000037f1-0x000038f4: +>>0 @I456@ INDI +1 NAME Gustav_V // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 16 JUN 1858 +2 PLAC Drottningholm,Near Stockholm,Sweden +1 DEAT +2 DATE 29 OCT 1950 +2 PLAC Drottningholm,Near Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMC @F301@ +1 FAMS @F88@ +<< +[0081] INDI rkey: I457 offs: 0x000028f5 lens: 0x000000c1 +0x000038f5-0x000039b5: +>>0 @I457@ INDI +1 NAME Victoria of_Baden // +1 SEX F +1 TITL Sweden +1 BIRT +2 DATE 7 AUG 1862 +2 PLAC Karlsruhe +1 DEAT +2 DATE 4 APR 1930 +2 PLAC Rome,Italy +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F88@ +<< +[0082] INDI rkey: I458 offs: 0x000029b6 lens: 0x000000de +0x000039b6-0x00003a93: +>>0 @I458@ INDI +1 NAME Oscar_II // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 21 JAN 1829 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 8 DEC 1907 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMC @F302@ +1 FAMS @F301@ +<< +[0083] INDI rkey: I459 offs: 0x00002a94 lens: 0x0000009f +0x00003a94-0x00003b32: +>>0 @I459@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 9 JUL 1836 +2 PLAC Biebrich +1 DEAT +2 DATE 30 DEC 1913 +2 PLAC Stockholm,Sweden +1 FAMC @F303@ +1 FAMS @F301@ +<< +[0084] INDI rkey: I460 offs: 0x00002b33 lens: 0x00000085 +0x00003b33-0x00003bb7: +>>0 @I460@ INDI +1 NAME Eleonore of_Solms- Hohensolms-Lich// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE 1937 +1 FAMS @F65@ +<< +[0085] INDI rkey: I461 offs: 0x00002bb8 lens: 0x0000008a +0x00003bb8-0x00003c41: +>>0 @I461@ INDI +1 NAME George Donatus of_Hesse// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1937 +1 FAMC @F65@ +1 FAMS @F304@ +<< +[0086] INDI rkey: I462 offs: 0x00002c42 lens: 0x00000068 +0x00003c42-0x00003ca9: +>>0 @I462@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1968 +1 FAMC @F65@ +1 FAMS @F305@ +<< +[0087] INDI rkey: I463 offs: 0x00002caa lens: 0x0000008e +0x00003caa-0x00003d37: +>>0 @I463@ INDI +1 NAME Cecilie of_Greece /Mountbatten/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1937 +1 FAMC @F45@ +1 FAMS @F304@ +<< +[0088] INDI rkey: I464 offs: 0x00002d38 lens: 0x00000074 +0x00003d38-0x00003dab: +>>0 @I464@ INDI +1 NAME Margaret /Campbell-Geddes/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1913 +1 FAMC @F306@ +1 FAMS @F305@ +<< +[0089] INDI rkey: I465 offs: 0x00002dac lens: 0x00000085 +0x00003dac-0x00003e30: +>>0 @I465@ INDI +1 NAME Christopher /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1940 +1 FAMC @F76@ +1 FAMS @F307@ +1 FAMS @F308@ +<< +[0090] INDI rkey: I466 offs: 0x00002e31 lens: 0x00000072 +0x00003e31-0x00003ea2: +>>0 @I466@ INDI +1 NAME George /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1957 +1 FAMC @F76@ +1 FAMS @F309@ +<< +[0091] INDI rkey: I467 offs: 0x00002ea3 lens: 0x00000033 +0x00003ea3-0x00003ed5: +>>0 @I467@ INDI +1 NAME Olga // +1 SEX F +1 FAMC @F76@ +<< +[0092] INDI rkey: I468 offs: 0x00002ed6 lens: 0x000000a0 +0x00003ed6-0x00003f75: +>>0 @I468@ INDI +1 NAME Michael /Hohenzollern/ +1 SEX M +1 TITL King of Romania +1 BIRT +2 DATE 25 OCT 1921 +2 PLAC Pelesch,Sinaia,Romania +1 FAMC @F160@ +1 FAMS @F310@ +<< +[0093] INDI rkey: I469 offs: 0x00002f76 lens: 0x00000090 +0x00003f76-0x00004005: +>>0 @I469@ INDI +1 NAME Anne of_Bourbon-Parma // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 18 SEP 1923 +2 PLAC Paris,France +1 FAMC @F184@ +1 FAMS @F310@ +<< +[0094] INDI rkey: I470 offs: 0x00003006 lens: 0x000000e3 +0x00004006-0x000040e8: +>>0 @I470@ INDI +1 NAME Frederica of_Hanover /Hanover/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 18 APR 1917 +2 PLAC Blankenburg,Harz,Germany +1 DEAT +2 DATE 6 FEB 1981 +2 PLAC Madrid,Spain +1 BURI +2 PLAC Tatoi +1 FAMC @F277@ +1 FAMS @F159@ +<< +[0095] INDI rkey: I471 offs: 0x000030e9 lens: 0x00000094 +0x000040e9-0x0000417c: +>>0 @I471@ INDI +1 NAME Constantine_II /Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 2 JUN 1940 +2 PLAC Psychiko +1 FAMC @F159@ +1 FAMS @F311@ +<< +[0096] INDI rkey: I472 offs: 0x0000317d lens: 0x00000086 +0x0000417d-0x00004202: +>>0 @I472@ INDI +1 NAME Anne-Marie of_Denmark // +1 SEX F +1 BIRT +2 DATE 30 AUG 1946 +2 PLAC Copenhagen,Denmark +1 FAMC @F312@ +1 FAMS @F311@ +<< +[0097] INDI rkey: I473 offs: 0x00003203 lens: 0x000000a5 +0x00004203-0x000042a7: +>>0 @I473@ INDI +1 NAME Aspasia /Manos/ +1 SEX F +1 BIRT +2 DATE 4 SEP 1896 +2 PLAC Athens,Greece +1 DEAT +2 DATE 7 AUG 1972 +2 PLAC Venice,Italy +1 FAMC @F313@ +1 FAMS @F161@ +<< +[0098] INDI rkey: I474 offs: 0x000032a8 lens: 0x00000073 +0x000042a8-0x0000431a: +>>0 @I474@ INDI +1 NAME Alexandra of_Greece // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1921 +1 FAMC @F161@ +1 FAMS @F314@ +<< +[0099] INDI rkey: I475 offs: 0x0000331b lens: 0x0000009b +0x0000431b-0x000043b5: +>>0 @I475@ INDI +1 NAME Peter_II of_Yugoslavia // +1 SEX M +1 TITL King +1 BIRT +2 DATE 6 SEP 1923 +2 PLAC Belgrade +1 DEAT +2 DATE 1970 +1 FAMC @F285@ +1 FAMS @F314@ +<< +[0100] INDI rkey: I476 offs: 0x000033b6 lens: 0x00000064 +0x000043b6-0x00004419: +>>0 @I476@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1914 +1 FAMC @F45@ +1 FAMS @F315@ +1 FAMS @F316@ +<< +[0101] INDI rkey: I477 offs: 0x0000341a lens: 0x00000083 +0x0000441a-0x0000449c: +>>0 @I477@ INDI +1 NAME Gottfried of_Hohenlohe- Lagenburg// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1897 +1 DEAT +2 DATE 1960 +1 FAMS @F110@ +<< +[0102] INDI rkey: I478 offs: 0x0000349d lens: 0x0000003d +0x0000449d-0x000044d9: +>>0 @I478@ INDI +1 NAME Five_children // +1 SEX M +1 FAMC @F110@ +<< +[0103] INDI rkey: I479 offs: 0x000034da lens: 0x00000076 +0x000044da-0x0000454f: +>>0 @I479@ INDI +1 NAME Berthold of_Baden // +1 SEX M +1 TITL Margrave +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1963 +1 FAMS @F111@ +<< +[0104] INDI rkey: I480 offs: 0x00003550 lens: 0x0000003d +0x00004550-0x0000458c: +>>0 @I480@ INDI +1 NAME Four_Children // +1 SEX M +1 FAMC @F111@ +<< +[0105] INDI rkey: I481 offs: 0x0000358d lens: 0x00000077 +0x0000458d-0x00004603: +>>0 @I481@ INDI +1 NAME Christopher of_Hesse // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1944 +1 FAMS @F315@ +<< +[0106] INDI rkey: I482 offs: 0x00003604 lens: 0x00000068 +0x00004604-0x0000466b: +>>0 @I482@ INDI +1 NAME George William of_Hanover// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1915 +1 FAMS @F316@ +<< +[0107] INDI rkey: I483 offs: 0x0000366c lens: 0x0000003e +0x0000466c-0x000046a9: +>>0 @I483@ INDI +1 NAME Eight_children // +1 SEX M +1 FAMC @F316@ +<< +[0108] INDI rkey: I484 offs: 0x000036aa lens: 0x00000050 +0x000046aa-0x000046f9: +>>0 @I484@ INDI +1 NAME Ludwig of_Wurttemberg // +1 SEX M +1 TITL Duke +1 FAMS @F204@ +<< +[0109] INDI rkey: I485 offs: 0x000036fa lens: 0x00000047 +0x000046fa-0x00004740: +>>0 @I485@ INDI +1 NAME Henriette // +1 SEX F +1 FAMC @F317@ +1 FAMS @F204@ +<< +[0110] INDI rkey: I486 offs: 0x00003741 lens: 0x00000085 +0x00004741-0x000047c5: +>>0 @I486@ INDI +1 NAME Alexander of_Bulgaria // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1893 +1 FAMC @F23@ +1 FAMS @F318@ +<< +[0111] INDI rkey: I487 offs: 0x000037c6 lens: 0x00000070 +0x000047c6-0x00004835: +>>0 @I487@ INDI +1 NAME Francis Joseph // +1 SEX M +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1924 +1 FAMC @F23@ +1 FAMS @F319@ +<< +[0112] INDI rkey: I488 offs: 0x00003836 lens: 0x0000007f +0x00004836-0x000048b4: +>>0 @I488@ INDI +1 NAME Gustav Ernst of_Erbach-Schonb// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1908 +1 FAMS @F156@ +<< +[0113] INDI rkey: I489 offs: 0x000038b5 lens: 0x00000074 +0x000048b5-0x00004928: +>>0 @I489@ INDI +1 NAME Johanna /Loisinger/ +1 SEX F +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1951 +1 FAMC @F320@ +1 FAMS @F318@ +<< +[0114] INDI rkey: I490 offs: 0x00003929 lens: 0x00000049 +0x00004929-0x00004971: +>>0 @I490@ INDI +1 NAME Anna of_Montenegro Princess// +1 SEX F +1 FAMS @F319@ +<< +[0115] INDI rkey: I491 offs: 0x00003972 lens: 0x00000071 +0x00004972-0x000049e2: +>>0 @I491@ INDI +1 NAME Alexandra Alexandrovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1842 +1 DEAT +2 DATE 1849 +1 FAMC @F35@ +<< +[0116] INDI rkey: I492 offs: 0x000039e3 lens: 0x00000071 +0x000049e3-0x00004a53: +>>0 @I492@ INDI +1 NAME Nicholas Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1865 +1 FAMC @F35@ +<< +[0117] INDI rkey: I493 offs: 0x00003a54 lens: 0x00000094 +0x00004a54-0x00004ae7: +>>0 @I493@ INDI +1 NAME Louis_III of_Hesse // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1877 +1 FAMC @F40@ +1 FAMS @F321@ +1 FAMS @F322@ +<< +[0118] INDI rkey: I494 offs: 0x00003ae8 lens: 0x0000007b +0x00004ae8-0x00004b62: +>>0 @I494@ INDI +1 NAME Edwina /Ashley/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1960 +1 FAMC @F323@ +1 FAMS @F75@ +<< +[0119] INDI rkey: I495 offs: 0x00003b63 lens: 0x0000007c +0x00004b63-0x00004bde: +>>0 @I495@ INDI +1 NAME Mathilde // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1862 +1 FAMC @F324@ +1 FAMS @F321@ +<< +[0120] INDI rkey: I496 offs: 0x00003bdf lens: 0x0000004b +0x00004bdf-0x00004c29: +>>0 @I496@ INDI +1 NAME Frederica of_Hesse- Darmstadt// +1 SEX F +1 FAMS @F177@ +<< +[0121] INDI rkey: I497 offs: 0x00003c2a lens: 0x00000076 +0x00004c2a-0x00004c9f: +>>0 @I497@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1900 +1 FAMC @F21@ +1 FAMS @F325@ +1 FAMS @F326@ +<< +[0122] INDI rkey: I498 offs: 0x00003ca0 lens: 0x00000071 +0x00004ca0-0x00004d10: +>>0 @I498@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE ABT 1845 +1 DEAT +2 DATE 1900 +1 FAMC @F21@ +1 FAMS @F327@ +<< +[0123] INDI rkey: I499 offs: 0x00003d11 lens: 0x00000067 +0x00004d11-0x00004d77: +>>0 @I499@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1865 +1 FAMC @F21@ +1 FAMS @F328@ +<< +[0124] INDI rkey: I500 offs: 0x00003d78 lens: 0x0000006f +0x00004d78-0x00004de6: +>>0 @I500@ INDI +1 NAME Patricia /Mountbatten/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1924 +1 FAMC @F75@ +1 FAMS @F329@ +<< +[0125] INDI rkey: I501 offs: 0x00003de7 lens: 0x0000006d +0x00004de7-0x00004e53: +>>0 @I501@ INDI +1 NAME Pamela /Mountbatten/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1929 +1 FAMC @F75@ +1 FAMS @F330@ +<< +[0126] INDI rkey: I502 offs: 0x00003e54 lens: 0x0000007a +0x00004e54-0x00004ecd: +>>0 @I502@ INDI +1 NAME Nadejda // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1896 +1 DEAT +2 DATE 1963 +1 FAMC @F116@ +1 FAMS @F74@ +<< + +0x00004ece: EOF (0x00004ece) GOOD + +BLOCK - DIRECTORY ac/ac +0x00000000:ix_self: 0x00020002 (ac/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I503' +0x00000016:ix_rkey[0001]: ' I504' +0x0000001e:ix_rkey[0002]: ' I505' +0x00000026:ix_rkey[0003]: ' I506' +0x0000002e:ix_rkey[0004]: ' I507' +0x00000036:ix_rkey[0005]: ' I508' +0x0000003e:ix_rkey[0006]: ' I509' +0x00000046:ix_rkey[0007]: ' I510' +0x0000004e:ix_rkey[0008]: ' I511' +0x00000056:ix_rkey[0009]: ' I512' +0x0000005e:ix_rkey[0010]: ' I513' +0x00000066:ix_rkey[0011]: ' I514' +0x0000006e:ix_rkey[0012]: ' I515' +0x00000076:ix_rkey[0013]: ' I516' +0x0000007e:ix_rkey[0014]: ' I517' +0x00000086:ix_rkey[0015]: ' I518' +0x0000008e:ix_rkey[0016]: ' I519' +0x00000096:ix_rkey[0017]: ' I520' +0x0000009e:ix_rkey[0018]: ' I521' +0x000000a6:ix_rkey[0019]: ' I522' +0x000000ae:ix_rkey[0020]: ' I523' +0x000000b6:ix_rkey[0021]: ' I524' +0x000000be:ix_rkey[0022]: ' I525' +0x000000c6:ix_rkey[0023]: ' I526' +0x000000ce:ix_rkey[0024]: ' I527' +0x000000d6:ix_rkey[0025]: ' I528' +0x000000de:ix_rkey[0026]: ' I529' +0x000000e6:ix_rkey[0027]: ' I530' +0x000000ee:ix_rkey[0028]: ' I531' +0x000000f6:ix_rkey[0029]: ' I532' +0x000000fe:ix_rkey[0030]: ' I533' +0x00000106:ix_rkey[0031]: ' I534' +0x0000010e:ix_rkey[0032]: ' I535' +0x00000116:ix_rkey[0033]: ' I536' +0x0000011e:ix_rkey[0034]: ' I537' +0x00000126:ix_rkey[0035]: ' I538' +0x0000012e:ix_rkey[0036]: ' I539' +0x00000136:ix_rkey[0037]: ' I540' +0x0000013e:ix_rkey[0038]: ' I541' +0x00000146:ix_rkey[0039]: ' I542' +0x0000014e:ix_rkey[0040]: ' I543' +0x00000156:ix_rkey[0041]: ' I544' +0x0000015e:ix_rkey[0042]: ' I545' +0x00000166:ix_rkey[0043]: ' I546' +0x0000016e:ix_rkey[0044]: ' I547' +0x00000176:ix_rkey[0045]: ' I548' +0x0000017e:ix_rkey[0046]: ' I549' +0x00000186:ix_rkey[0047]: ' I550' +0x0000018e:ix_rkey[0048]: ' I551' +0x00000196:ix_rkey[0049]: ' I552' +0x0000019e:ix_rkey[0050]: ' I553' +0x000001a6:ix_rkey[0051]: ' I554' +0x000001ae:ix_rkey[0052]: ' I555' +0x000001b6:ix_rkey[0053]: ' I556' +0x000001be:ix_rkey[0054]: ' I557' +0x000001c6:ix_rkey[0055]: ' I558' +0x000001ce:ix_rkey[0056]: ' I559' +0x000001d6:ix_rkey[0057]: ' I560' +0x000001de:ix_rkey[0058]: ' I561' +0x000001e6:ix_rkey[0059]: ' I562' +0x000001ee:ix_rkey[0060]: ' I563' +0x000001f6:ix_rkey[0061]: ' I564' +0x000001fe:ix_rkey[0062]: ' I565' +0x00000206:ix_rkey[0063]: ' I566' +0x0000020e:ix_rkey[0064]: ' I567' +0x00000216:ix_rkey[0065]: ' I568' +0x0000021e:ix_rkey[0066]: ' I569' +0x00000226:ix_rkey[0067]: ' I570' +0x0000022e:ix_rkey[0068]: ' I571' +0x00000236:ix_rkey[0069]: ' I572' +0x0000023e:ix_rkey[0070]: ' I573' +0x00000246:ix_rkey[0071]: ' I574' +0x0000024e:ix_rkey[0072]: ' I575' +0x00000256:ix_rkey[0073]: ' I576' +0x0000025e:ix_rkey[0074]: ' I577' +0x00000266:ix_rkey[0075]: ' I578' +0x0000026e:ix_rkey[0076]: ' I579' +0x00000276:ix_rkey[0077]: ' I580' +0x0000027e:ix_rkey[0078]: ' I581' +0x00000286:ix_rkey[0079]: ' I582' +0x0000028e:ix_rkey[0080]: ' I583' +0x00000296:ix_rkey[0081]: ' I584' +0x0000029e:ix_rkey[0082]: ' I585' +0x000002a6:ix_rkey[0083]: ' I586' +0x000002ae:ix_rkey[0084]: ' I587' +0x000002b6:ix_rkey[0085]: ' I588' +0x000002be:ix_rkey[0086]: ' I589' +0x000002c6:ix_rkey[0087]: ' I590' +0x000002ce:ix_rkey[0088]: ' I591' +0x000002d6:ix_rkey[0089]: ' I592' +0x000002de:ix_rkey[0090]: ' I593' +0x000002e6:ix_rkey[0091]: ' I594' +0x000002ee:ix_rkey[0092]: ' I595' +0x000002f6:ix_rkey[0093]: ' I596' +0x000002fe:ix_rkey[0094]: ' I597' +0x00000306:ix_rkey[0095]: ' I598' +0x0000030e:ix_rkey[0096]: ' I599' +0x00000316:ix_rkey[0097]: ' I600' +0x0000031e:ix_rkey[0098]: ' I601' +0x00000326:ix_rkey[0099]: ' I602' +0x0000032e:ix_rkey[0100]: ' I603' +0x00000336:ix_rkey[0101]: ' I604' +0x0000033e:ix_rkey[0102]: ' I605' +0x00000346:ix_rkey[0103]: ' I606' +0x0000034e:ix_rkey[0104]: ' I607' +0x00000356:ix_rkey[0105]: ' I608' +0x0000035e:ix_rkey[0106]: ' I609' +0x00000366:ix_rkey[0107]: ' I610' +0x0000036e:ix_rkey[0108]: ' I611' +0x00000376:ix_rkey[0109]: ' I612' +0x0000037e:ix_rkey[0110]: ' I613' +0x00000386:ix_rkey[0111]: ' I614' +0x0000038e:ix_rkey[0112]: ' I615' +0x00000396:ix_rkey[0113]: ' I616' +0x0000039e:ix_rkey[0114]: ' I617' +0x000003a6:ix_rkey[0115]: ' I618' +0x000003ae:ix_rkey[0116]: ' I619' +0x000003b6:ix_rkey[0117]: ' I620' +0x000003be:ix_rkey[0118]: ' I621' +0x000003c6:ix_rkey[0119]: ' I622' +0x000003ce:ix_rkey[0120]: ' I623' +0x000003d6:ix_rkey[0121]: ' I624' +0x000003de:ix_rkey[0122]: ' I625' +0x000003e6:ix_rkey[0123]: ' I626' +0x000003ee:ix_rkey[0124]: ' I627' +0x000003f6:ix_rkey[0125]: ' I628' +0x000003fe:ix_rkey[0126]: ' I629' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000069 +0x0000080c:ix_offs[0001]: 0x00000069 0x00000c08:ix_lens[0001]: 0x000000dc +0x00000810:ix_offs[0002]: 0x00000145 0x00000c0c:ix_lens[0002]: 0x0000006c +0x00000814:ix_offs[0003]: 0x000001b1 0x00000c10:ix_lens[0003]: 0x0000003d +0x00000818:ix_offs[0004]: 0x000001ee 0x00000c14:ix_lens[0004]: 0x0000004d +0x0000081c:ix_offs[0005]: 0x0000023b 0x00000c18:ix_lens[0005]: 0x0000003c +0x00000820:ix_offs[0006]: 0x00000277 0x00000c1c:ix_lens[0006]: 0x00000087 +0x00000824:ix_offs[0007]: 0x000002fe 0x00000c20:ix_lens[0007]: 0x00000068 +0x00000828:ix_offs[0008]: 0x00000366 0x00000c24:ix_lens[0008]: 0x00000040 +0x0000082c:ix_offs[0009]: 0x000003a6 0x00000c28:ix_lens[0009]: 0x0000005f +0x00000830:ix_offs[0010]: 0x00000405 0x00000c2c:ix_lens[0010]: 0x00000080 +0x00000834:ix_offs[0011]: 0x00000485 0x00000c30:ix_lens[0011]: 0x00000039 +0x00000838:ix_offs[0012]: 0x000004be 0x00000c34:ix_lens[0012]: 0x00000075 +0x0000083c:ix_offs[0013]: 0x00000533 0x00000c38:ix_lens[0013]: 0x00000072 +0x00000840:ix_offs[0014]: 0x000005a5 0x00000c3c:ix_lens[0014]: 0x00000046 +0x00000844:ix_offs[0015]: 0x000005eb 0x00000c40:ix_lens[0015]: 0x00000074 +0x00000848:ix_offs[0016]: 0x0000065f 0x00000c44:ix_lens[0016]: 0x0000006b +0x0000084c:ix_offs[0017]: 0x000006ca 0x00000c48:ix_lens[0017]: 0x00000077 +0x00000850:ix_offs[0018]: 0x00000741 0x00000c4c:ix_lens[0018]: 0x0000007a +0x00000854:ix_offs[0019]: 0x000007bb 0x00000c50:ix_lens[0019]: 0x0000006d +0x00000858:ix_offs[0020]: 0x00000828 0x00000c54:ix_lens[0020]: 0x00000061 +0x0000085c:ix_offs[0021]: 0x00000889 0x00000c58:ix_lens[0021]: 0x0000006b +0x00000860:ix_offs[0022]: 0x000008f4 0x00000c5c:ix_lens[0022]: 0x0000006a +0x00000864:ix_offs[0023]: 0x0000095e 0x00000c60:ix_lens[0023]: 0x00000036 +0x00000868:ix_offs[0024]: 0x00000994 0x00000c64:ix_lens[0024]: 0x00000036 +0x0000086c:ix_offs[0025]: 0x000009ca 0x00000c68:ix_lens[0025]: 0x00000085 +0x00000870:ix_offs[0026]: 0x00000a4f 0x00000c6c:ix_lens[0026]: 0x000000eb +0x00000874:ix_offs[0027]: 0x00000b3a 0x00000c70:ix_lens[0027]: 0x00000054 +0x00000878:ix_offs[0028]: 0x00000b8e 0x00000c74:ix_lens[0028]: 0x0000005c +0x0000087c:ix_offs[0029]: 0x00000bea 0x00000c78:ix_lens[0029]: 0x00000041 +0x00000880:ix_offs[0030]: 0x00000c2b 0x00000c7c:ix_lens[0030]: 0x00000057 +0x00000884:ix_offs[0031]: 0x00000c82 0x00000c80:ix_lens[0031]: 0x00000036 +0x00000888:ix_offs[0032]: 0x00000cb8 0x00000c84:ix_lens[0032]: 0x00000036 +0x0000088c:ix_offs[0033]: 0x00000cee 0x00000c88:ix_lens[0033]: 0x00000059 +0x00000890:ix_offs[0034]: 0x00000d47 0x00000c8c:ix_lens[0034]: 0x00000051 +0x00000894:ix_offs[0035]: 0x00000d98 0x00000c90:ix_lens[0035]: 0x00000036 +0x00000898:ix_offs[0036]: 0x00000dce 0x00000c94:ix_lens[0036]: 0x00000036 +0x0000089c:ix_offs[0037]: 0x00000e04 0x00000c98:ix_lens[0037]: 0x0000005d +0x000008a0:ix_offs[0038]: 0x00000e61 0x00000c9c:ix_lens[0038]: 0x00000035 +0x000008a4:ix_offs[0039]: 0x00000e96 0x00000ca0:ix_lens[0039]: 0x00000035 +0x000008a8:ix_offs[0040]: 0x00000ecb 0x00000ca4:ix_lens[0040]: 0x00000035 +0x000008ac:ix_offs[0041]: 0x00000f00 0x00000ca8:ix_lens[0041]: 0x00000036 +0x000008b0:ix_offs[0042]: 0x00000f36 0x00000cac:ix_lens[0042]: 0x00000036 +0x000008b4:ix_offs[0043]: 0x00000f6c 0x00000cb0:ix_lens[0043]: 0x0000003b +0x000008b8:ix_offs[0044]: 0x00000fa7 0x00000cb4:ix_lens[0044]: 0x00000065 +0x000008bc:ix_offs[0045]: 0x0000100c 0x00000cb8:ix_lens[0045]: 0x0000006f +0x000008c0:ix_offs[0046]: 0x0000107b 0x00000cbc:ix_lens[0046]: 0x0000006c +0x000008c4:ix_offs[0047]: 0x000010e7 0x00000cc0:ix_lens[0047]: 0x0000006b +0x000008c8:ix_offs[0048]: 0x00001152 0x00000cc4:ix_lens[0048]: 0x0000006b +0x000008cc:ix_offs[0049]: 0x000011bd 0x00000cc8:ix_lens[0049]: 0x00000091 +0x000008d0:ix_offs[0050]: 0x0000124e 0x00000ccc:ix_lens[0050]: 0x000000d4 +0x000008d4:ix_offs[0051]: 0x00001322 0x00000cd0:ix_lens[0051]: 0x000000a4 +0x000008d8:ix_offs[0052]: 0x000013c6 0x00000cd4:ix_lens[0052]: 0x000000e0 +0x000008dc:ix_offs[0053]: 0x000014a6 0x00000cd8:ix_lens[0053]: 0x000000ab +0x000008e0:ix_offs[0054]: 0x00001551 0x00000cdc:ix_lens[0054]: 0x0000005f +0x000008e4:ix_offs[0055]: 0x000015b0 0x00000ce0:ix_lens[0055]: 0x00000069 +0x000008e8:ix_offs[0056]: 0x00001619 0x00000ce4:ix_lens[0056]: 0x0000009c +0x000008ec:ix_offs[0057]: 0x000016b5 0x00000ce8:ix_lens[0057]: 0x0000003c +0x000008f0:ix_offs[0058]: 0x000016f1 0x00000cec:ix_lens[0058]: 0x0000006b +0x000008f4:ix_offs[0059]: 0x0000175c 0x00000cf0:ix_lens[0059]: 0x0000005d +0x000008f8:ix_offs[0060]: 0x000017b9 0x00000cf4:ix_lens[0060]: 0x0000006b +0x000008fc:ix_offs[0061]: 0x00001824 0x00000cf8:ix_lens[0061]: 0x00000060 +0x00000900:ix_offs[0062]: 0x00001884 0x00000cfc:ix_lens[0062]: 0x000000d6 +0x00000904:ix_offs[0063]: 0x0000195a 0x00000d00:ix_lens[0063]: 0x00000051 +0x00000908:ix_offs[0064]: 0x000019ab 0x00000d04:ix_lens[0064]: 0x00000067 +0x0000090c:ix_offs[0065]: 0x00001a12 0x00000d08:ix_lens[0065]: 0x00000073 +0x00000910:ix_offs[0066]: 0x00001a85 0x00000d0c:ix_lens[0066]: 0x00000068 +0x00000914:ix_offs[0067]: 0x00001aed 0x00000d10:ix_lens[0067]: 0x0000006b +0x00000918:ix_offs[0068]: 0x00001b58 0x00000d14:ix_lens[0068]: 0x0000006e +0x0000091c:ix_offs[0069]: 0x00001bc6 0x00000d18:ix_lens[0069]: 0x00000067 +0x00000920:ix_offs[0070]: 0x00001c2d 0x00000d1c:ix_lens[0070]: 0x00000042 +0x00000924:ix_offs[0071]: 0x00001c6f 0x00000d20:ix_lens[0071]: 0x00000083 +0x00000928:ix_offs[0072]: 0x00001cf2 0x00000d24:ix_lens[0072]: 0x0000006c +0x0000092c:ix_offs[0073]: 0x00001d5e 0x00000d28:ix_lens[0073]: 0x0000006b +0x00000930:ix_offs[0074]: 0x00001dc9 0x00000d2c:ix_lens[0074]: 0x00000037 +0x00000934:ix_offs[0075]: 0x00001e00 0x00000d30:ix_lens[0075]: 0x0000005a +0x00000938:ix_offs[0076]: 0x00001e5a 0x00000d34:ix_lens[0076]: 0x00000037 +0x0000093c:ix_offs[0077]: 0x00001e91 0x00000d38:ix_lens[0077]: 0x00000064 +0x00000940:ix_offs[0078]: 0x00001ef5 0x00000d3c:ix_lens[0078]: 0x00000037 +0x00000944:ix_offs[0079]: 0x00001f2c 0x00000d40:ix_lens[0079]: 0x00000069 +0x00000948:ix_offs[0080]: 0x00001f95 0x00000d44:ix_lens[0080]: 0x00000037 +0x0000094c:ix_offs[0081]: 0x00001fcc 0x00000d48:ix_lens[0081]: 0x00000069 +0x00000950:ix_offs[0082]: 0x00002035 0x00000d4c:ix_lens[0082]: 0x00000037 +0x00000954:ix_offs[0083]: 0x0000206c 0x00000d50:ix_lens[0083]: 0x00000053 +0x00000958:ix_offs[0084]: 0x000020bf 0x00000d54:ix_lens[0084]: 0x00000044 +0x0000095c:ix_offs[0085]: 0x00002103 0x00000d58:ix_lens[0085]: 0x000000b3 +0x00000960:ix_offs[0086]: 0x000021b6 0x00000d5c:ix_lens[0086]: 0x0000008b +0x00000964:ix_offs[0087]: 0x00002241 0x00000d60:ix_lens[0087]: 0x00000081 +0x00000968:ix_offs[0088]: 0x000022c2 0x00000d64:ix_lens[0088]: 0x0000008d +0x0000096c:ix_offs[0089]: 0x0000234f 0x00000d68:ix_lens[0089]: 0x00000065 +0x00000970:ix_offs[0090]: 0x000023b4 0x00000d6c:ix_lens[0090]: 0x00000070 +0x00000974:ix_offs[0091]: 0x00002424 0x00000d70:ix_lens[0091]: 0x00000084 +0x00000978:ix_offs[0092]: 0x000024a8 0x00000d74:ix_lens[0092]: 0x00000043 +0x0000097c:ix_offs[0093]: 0x000024eb 0x00000d78:ix_lens[0093]: 0x000000b6 +0x00000980:ix_offs[0094]: 0x000025a1 0x00000d7c:ix_lens[0094]: 0x00000082 +0x00000984:ix_offs[0095]: 0x00002623 0x00000d80:ix_lens[0095]: 0x00000075 +0x00000988:ix_offs[0096]: 0x00002698 0x00000d84:ix_lens[0096]: 0x000000c3 +0x0000098c:ix_offs[0097]: 0x0000275b 0x00000d88:ix_lens[0097]: 0x000000eb +0x00000990:ix_offs[0098]: 0x00002846 0x00000d8c:ix_lens[0098]: 0x0000009a +0x00000994:ix_offs[0099]: 0x000028e0 0x00000d90:ix_lens[0099]: 0x0000006b +0x00000998:ix_offs[0100]: 0x0000294b 0x00000d94:ix_lens[0100]: 0x0000008f +0x0000099c:ix_offs[0101]: 0x000029da 0x00000d98:ix_lens[0101]: 0x000000e4 +0x000009a0:ix_offs[0102]: 0x00002abe 0x00000d9c:ix_lens[0102]: 0x000000ab +0x000009a4:ix_offs[0103]: 0x00002b69 0x00000da0:ix_lens[0103]: 0x000000f2 +0x000009a8:ix_offs[0104]: 0x00002c5b 0x00000da4:ix_lens[0104]: 0x000000b6 +0x000009ac:ix_offs[0105]: 0x00002d11 0x00000da8:ix_lens[0105]: 0x000000f6 +0x000009b0:ix_offs[0106]: 0x00002e07 0x00000dac:ix_lens[0106]: 0x00000052 +0x000009b4:ix_offs[0107]: 0x00002e59 0x00000db0:ix_lens[0107]: 0x00000096 +0x000009b8:ix_offs[0108]: 0x00002eef 0x00000db4:ix_lens[0108]: 0x0000006f +0x000009bc:ix_offs[0109]: 0x00002f5e 0x00000db8:ix_lens[0109]: 0x00000037 +0x000009c0:ix_offs[0110]: 0x00002f95 0x00000dbc:ix_lens[0110]: 0x00000065 +0x000009c4:ix_offs[0111]: 0x00002ffa 0x00000dc0:ix_lens[0111]: 0x0000004d +0x000009c8:ix_offs[0112]: 0x00003047 0x00000dc4:ix_lens[0112]: 0x0000005c +0x000009cc:ix_offs[0113]: 0x000030a3 0x00000dc8:ix_lens[0113]: 0x0000008b +0x000009d0:ix_offs[0114]: 0x0000312e 0x00000dcc:ix_lens[0114]: 0x00000060 +0x000009d4:ix_offs[0115]: 0x0000318e 0x00000dd0:ix_lens[0115]: 0x00000085 +0x000009d8:ix_offs[0116]: 0x00003213 0x00000dd4:ix_lens[0116]: 0x00000073 +0x000009dc:ix_offs[0117]: 0x00003286 0x00000dd8:ix_lens[0117]: 0x0000007d +0x000009e0:ix_offs[0118]: 0x00003303 0x00000ddc:ix_lens[0118]: 0x00000065 +0x000009e4:ix_offs[0119]: 0x00003368 0x00000de0:ix_lens[0119]: 0x00000037 +0x000009e8:ix_offs[0120]: 0x0000339f 0x00000de4:ix_lens[0120]: 0x0000005e +0x000009ec:ix_offs[0121]: 0x000033fd 0x00000de8:ix_lens[0121]: 0x00000037 +0x000009f0:ix_offs[0122]: 0x00003434 0x00000dec:ix_lens[0122]: 0x0000005c +0x000009f4:ix_offs[0123]: 0x00003490 0x00000df0:ix_lens[0123]: 0x000000d6 +0x000009f8:ix_offs[0124]: 0x00003566 0x00000df4:ix_lens[0124]: 0x00000037 +0x000009fc:ix_offs[0125]: 0x0000359d 0x00000df8:ix_lens[0125]: 0x00000043 +0x00000a00:ix_offs[0126]: 0x000035e0 0x00000dfc:ix_lens[0126]: 0x00000057 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I503 offs: 0x00000000 lens: 0x00000069 +0x00001000-0x00001068: +>>0 @I503@ INDI +1 NAME Tatiana Elizabeth /Mountbatten/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1917 +1 FAMC @F74@ +<< +[0001] INDI rkey: I504 offs: 0x00000069 lens: 0x000000dc +0x00001069-0x00001144: +>>0 @I504@ INDI +1 NAME David of_Milford_Haven /Mountbatten/ +1 SEX M +1 TITL Marquess +1 BIRT +2 DATE 1919 +1 DEAT +2 DATE 14 APR 1970 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,England +1 FAMC @F74@ +1 FAMS @F331@ +1 FAMS @F332@ +<< +[0002] INDI rkey: I505 offs: 0x00000145 lens: 0x0000006c +0x00001145-0x000011b0: +>>0 @I505@ INDI +1 NAME John Knatchbull /Ulick/ +1 SEX M +1 TITL Lord Brabourne +1 BIRT +2 DATE 1918 +1 FAMS @F329@ +<< +[0003] INDI rkey: I506 offs: 0x000001b1 lens: 0x0000003d +0x000011b1-0x000011ed: +>>0 @I506@ INDI +1 NAME Five_children // +1 SEX M +1 FAMC @F329@ +<< +[0004] INDI rkey: I507 offs: 0x000001ee lens: 0x0000004d +0x000011ee-0x0000123a: +>>0 @I507@ INDI +1 NAME David /Hicks/ +1 SEX M +1 BIRT +2 DATE 1928 +1 FAMS @F330@ +<< +[0005] INDI rkey: I508 offs: 0x0000023b lens: 0x0000003c +0x0000123b-0x00001276: +>>0 @I508@ INDI +1 NAME Two_Children // +1 SEX M +1 FAMC @F330@ +<< +[0006] INDI rkey: I509 offs: 0x00000277 lens: 0x00000087 +0x00001277-0x000012fd: +>>0 @I509@ INDI +1 NAME Iris /Mountbatten/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1920 +1 FAMC @F24@ +1 FAMS @F333@ +1 FAMS @F334@ +1 FAMS @F335@ +<< +[0007] INDI rkey: I510 offs: 0x000002fe lens: 0x00000068 +0x000012fe-0x00001365: +>>0 @I510@ INDI +1 NAME Auguste /von_Harrach/ +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1873 +1 FAMS @F124@ +<< +[0008] INDI rkey: I511 offs: 0x00000366 lens: 0x00000040 +0x00001366-0x000013a5: +>>0 @I511@ INDI +1 NAME Daughter Stillborn // +1 SEX F +1 FAMC @F38@ +<< +[0009] INDI rkey: I512 offs: 0x000003a6 lens: 0x0000005f +0x000013a6-0x00001404: +>>0 @I512@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1834 +1 FAMC @F336@ +<< +[0010] INDI rkey: I513 offs: 0x00000405 lens: 0x00000080 +0x00001405-0x00001484: +>>0 @I513@ INDI +1 NAME Rosalie of_Hohenau /von_Rauch/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1879 +1 FAMS @F269@ +<< +[0011] INDI rkey: I514 offs: 0x00000485 lens: 0x00000039 +0x00001485-0x000014bd: +>>0 @I514@ INDI +1 NAME Himiltude // +1 SEX F +1 FAMS @F263@ +<< +[0012] INDI rkey: I515 offs: 0x000004be lens: 0x00000075 +0x000014be-0x00001532: +>>0 @I515@ INDI +1 NAME Paul Frederick // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1842 +1 FAMS @F337@ +<< +[0013] INDI rkey: I516 offs: 0x00000533 lens: 0x00000072 +0x00001533-0x000015a4: +>>0 @I516@ INDI +1 NAME Marie of_Saxe-Weimar- Eisenach// +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1877 +1 FAMS @F260@ +<< +[0014] INDI rkey: I517 offs: 0x000005a5 lens: 0x00000046 +0x000015a5-0x000015ea: +>>0 @I517@ INDI +1 NAME Caroline of_Zweibrucken // +1 SEX F +1 FAMS @F174@ +<< +[0015] INDI rkey: I518 offs: 0x000005eb lens: 0x00000074 +0x000015eb-0x0000165e: +>>0 @I518@ INDI +1 NAME Cecilie of_Mecklenburg- Schwerin// +1 SEX F +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1954 +1 FAMS @F271@ +<< +[0016] INDI rkey: I519 offs: 0x0000065f lens: 0x0000006b +0x0000165f-0x000016c9: +>>0 @I519@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1940 +1 FAMC @F271@ +1 FAMS @F338@ +<< +[0017] INDI rkey: I520 offs: 0x000006ca lens: 0x00000077 +0x000016ca-0x00001740: +>>0 @I520@ INDI +1 NAME Louis Ferdinand of_Prussia// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1907 +1 FAMC @F271@ +1 FAMS @F339@ +<< +[0018] INDI rkey: I521 offs: 0x00000741 lens: 0x0000007a +0x00001741-0x000017ba: +>>0 @I521@ INDI +1 NAME Hubertus // +1 SEX M +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1950 +1 FAMC @F271@ +1 FAMS @F340@ +1 FAMS @F341@ +<< +[0019] INDI rkey: I522 offs: 0x000007bb lens: 0x0000006d +0x000017bb-0x00001827: +>>0 @I522@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1966 +1 FAMC @F271@ +1 FAMS @F342@ +<< +[0020] INDI rkey: I523 offs: 0x00000828 lens: 0x00000061 +0x00001828-0x00001888: +>>0 @I523@ INDI +1 NAME Alexandrine // +1 SEX F +1 BIRT +2 DATE 1915 +1 DEAT +2 DATE 1980 +1 FAMC @F271@ +<< +[0021] INDI rkey: I524 offs: 0x00000889 lens: 0x0000006b +0x00001889-0x000018f3: +>>0 @I524@ INDI +1 NAME Cecilie // +1 SEX F +1 BIRT +2 DATE 1917 +1 DEAT +2 DATE 1975 +1 FAMC @F271@ +1 FAMS @F343@ +<< +[0022] INDI rkey: I525 offs: 0x000008f4 lens: 0x0000006a +0x000018f4-0x0000195d: +>>0 @I525@ INDI +1 NAME Dorothea /von_Salviati/ +1 SEX F +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1972 +1 FAMS @F338@ +<< +[0023] INDI rkey: I526 offs: 0x0000095e lens: 0x00000036 +0x0000195e-0x00001993: +>>0 @I526@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F338@ +<< +[0024] INDI rkey: I527 offs: 0x00000994 lens: 0x00000036 +0x00001994-0x000019c9: +>>0 @I527@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F338@ +<< +[0025] INDI rkey: I528 offs: 0x000009ca lens: 0x00000085 +0x000019ca-0x00001a4e: +>>0 @I528@ INDI +1 NAME Kira of_Russia // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1967 +1 FAMC @F71@ +1 FAMS @F339@ +<< +[0026] INDI rkey: I529 offs: 0x00000a4f lens: 0x000000eb +0x00001a4f-0x00001b39: +>>0 @I529@ INDI +1 NAME Louis_XIII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 27 SEP 1601 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 14 MAY 1643 +2 PLAC Germain-en-Laye,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F344@ +1 FAMS @F345@ +<< +[0027] INDI rkey: I530 offs: 0x00000b3a lens: 0x00000054 +0x00001b3a-0x00001b8d: +>>0 @I530@ INDI +1 NAME Joanna of_Austria // +1 SEX F +1 TITL Arch Duchess +1 FAMS @F346@ +<< +[0028] INDI rkey: I531 offs: 0x00000b8e lens: 0x0000005c +0x00001b8e-0x00001be9: +>>0 @I531@ INDI +1 NAME Francesco_I of_Tuscany Italy// +1 SEX M +1 TITL Grand Duke +1 FAMS @F346@ +<< +[0029] INDI rkey: I532 offs: 0x00000bea lens: 0x00000041 +0x00001bea-0x00001c2a: +>>0 @I532@ INDI +1 NAME Alice de_Courtenay // +1 SEX F +1 FAMS @F347@ +<< +[0030] INDI rkey: I533 offs: 0x00000c2b lens: 0x00000057 +0x00001c2b-0x00001c81: +>>0 @I533@ INDI +1 NAME Aymer of_Angouleme /Taillefer/ +1 SEX M +1 TITL Count +1 FAMS @F347@ +<< +[0031] INDI rkey: I534 offs: 0x00000c82 lens: 0x00000036 +0x00001c82-0x00001cb7: +>>0 @I534@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F339@ +<< +[0032] INDI rkey: I535 offs: 0x00000cb8 lens: 0x00000036 +0x00001cb8-0x00001ced: +>>0 @I535@ INDI +1 NAME Dau._3 // +1 SEX F +1 FAMC @F339@ +<< +[0033] INDI rkey: I536 offs: 0x00000cee lens: 0x00000059 +0x00001cee-0x00001d46: +>>0 @I536@ INDI +1 NAME Maria-Anna /von_Humboldt/ +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMS @F340@ +<< +[0034] INDI rkey: I537 offs: 0x00000d47 lens: 0x00000051 +0x00001d47-0x00001d97: +>>0 @I537@ INDI +1 NAME Magdalene /Reuss/ +1 SEX F +1 BIRT +2 DATE 1920 +1 FAMS @F341@ +<< +[0035] INDI rkey: I538 offs: 0x00000d98 lens: 0x00000036 +0x00001d98-0x00001dcd: +>>0 @I538@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F341@ +<< +[0036] INDI rkey: I539 offs: 0x00000dce lens: 0x00000036 +0x00001dce-0x00001e03: +>>0 @I539@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F341@ +<< +[0037] INDI rkey: I540 offs: 0x00000e04 lens: 0x0000005d +0x00001e04-0x00001e60: +>>0 @I540@ INDI +1 NAME Brigid /Guinness/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1920 +1 FAMS @F342@ +<< +[0038] INDI rkey: I541 offs: 0x00000e61 lens: 0x00000035 +0x00001e61-0x00001e95: +>>0 @I541@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F342@ +<< +[0039] INDI rkey: I542 offs: 0x00000e96 lens: 0x00000035 +0x00001e96-0x00001eca: +>>0 @I542@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F342@ +<< +[0040] INDI rkey: I543 offs: 0x00000ecb lens: 0x00000035 +0x00001ecb-0x00001eff: +>>0 @I543@ INDI +1 NAME Son_3 // +1 SEX M +1 FAMC @F342@ +<< +[0041] INDI rkey: I544 offs: 0x00000f00 lens: 0x00000036 +0x00001f00-0x00001f35: +>>0 @I544@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F342@ +<< +[0042] INDI rkey: I545 offs: 0x00000f36 lens: 0x00000036 +0x00001f36-0x00001f6b: +>>0 @I545@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F342@ +<< +[0043] INDI rkey: I546 offs: 0x00000f6c lens: 0x0000003b +0x00001f6c-0x00001fa6: +>>0 @I546@ INDI +1 NAME Clyde /Harris/ +1 SEX M +1 FAMS @F343@ +<< +[0044] INDI rkey: I547 offs: 0x00000fa7 lens: 0x00000065 +0x00001fa7-0x0000200b: +>>0 @I547@ INDI +1 NAME Sophie Charlotte // +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1964 +1 FAMS @F272@ +<< +[0045] INDI rkey: I548 offs: 0x0000100c lens: 0x0000006f +0x0000200c-0x0000207a: +>>0 @I548@ INDI +1 NAME Adelheid of_Saxe- Meiningen// +1 SEX F +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1971 +1 FAMS @F273@ +<< +[0046] INDI rkey: I549 offs: 0x0000107b lens: 0x0000006c +0x0000207b-0x000020e6: +>>0 @I549@ INDI +1 NAME Alexandra of_Schleswig- // +1 SEX F +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1957 +1 FAMS @F274@ +<< +[0047] INDI rkey: I550 offs: 0x000010e7 lens: 0x0000006b +0x000020e7-0x00002151: +>>0 @I550@ INDI +1 NAME Ina Maria /von_Bassewitz/ +1 SEX F +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1973 +1 FAMS @F275@ +<< +[0048] INDI rkey: I551 offs: 0x00001152 lens: 0x0000006b +0x00002152-0x000021bc: +>>0 @I551@ INDI +1 NAME Marie Auguste of_Anhalt// +1 SEX F +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1983 +1 FAMS @F276@ +<< +[0049] INDI rkey: I552 offs: 0x000011bd lens: 0x00000091 +0x000021bd-0x0000224d: +>>0 @I552@ INDI +1 NAME Ernest Augustus of_Brunswick/Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1953 +1 FAMC @F180@ +1 FAMS @F277@ +<< +[0050] INDI rkey: I553 offs: 0x0000124e lens: 0x000000d4 +0x0000224e-0x00002321: +>>0 @I553@ INDI +1 NAME Frederick William_II // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 25 SEP 1744 +2 PLAC Berlin +1 DEAT +2 DATE 16 DEC 1797 +2 PLAC Marmorpalais,Potsdam +1 FAMC @F348@ +1 FAMS @F349@ +1 FAMS @F123@ +<< +[0051] INDI rkey: I554 offs: 0x00001322 lens: 0x000000a4 +0x00002322-0x000023c5: +>>0 @I554@ INDI +1 NAME Elizabeth Christine of_Brunswick// +1 SEX F +1 BIRT +2 DATE 8 NOV 1746 +2 PLAC Wolfenbuttel +1 DEAT +2 DATE 18 FEB 1840 +2 PLAC Stettin +1 FAMS @F349@ +<< +[0052] INDI rkey: I555 offs: 0x000013c6 lens: 0x000000e0 +0x000023c6-0x000024a5: +>>0 @I555@ INDI +1 NAME Frederica Charlotte of_Prussia// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 7 MAY 1767 +2 PLAC Charlottenburg +1 DEAT +2 DATE 6 AUG 1820 +2 PLAC Oatlands Park,Weybridge,Surrey,England +1 FAMC @F349@ +1 FAMS @F146@ +<< +[0053] INDI rkey: I556 offs: 0x000014a6 lens: 0x000000ab +0x000024a6-0x00002550: +>>0 @I556@ INDI +1 NAME Frederica of_Hesse- Darmstadt// +1 SEX F +1 BIRT +2 DATE 16 OCT 1751 +2 PLAC Prenzlau +1 DEAT +2 DATE 25 FEB 1805 +2 PLAC Berlin +1 FAMC @F174@ +1 FAMS @F123@ +<< +[0054] INDI rkey: I557 offs: 0x00001551 lens: 0x0000005f +0x00002551-0x000025af: +>>0 @I557@ INDI +1 NAME Christine // +1 SEX F +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1773 +1 FAMC @F123@ +<< +[0055] INDI rkey: I558 offs: 0x000015b0 lens: 0x00000069 +0x000025b0-0x00002618: +>>0 @I558@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1773 +1 DEAT +2 DATE 1796 +1 FAMC @F123@ +1 FAMS @F178@ +<< +[0056] INDI rkey: I559 offs: 0x00001619 lens: 0x0000009c +0x00002619-0x000026b4: +>>0 @I559@ INDI +1 NAME Wilhelmina // +1 SEX F +1 BIRT +2 DATE 18 NOV 1774 +2 PLAC Potsdam +1 DEAT +2 DATE 12 OCT 1837 +2 PLAC The Hague +1 FAMC @F123@ +1 FAMS @F350@ +<< +[0057] INDI rkey: I560 offs: 0x000016b5 lens: 0x0000003c +0x000026b5-0x000026f0: +>>0 @I560@ INDI +1 NAME Son Stillborn // +1 SEX M +1 FAMC @F123@ +<< +[0058] INDI rkey: I561 offs: 0x000016f1 lens: 0x0000006b +0x000026f1-0x0000275b: +>>0 @I561@ INDI +1 NAME Augusta // +1 SEX F +1 BIRT +2 DATE 1780 +1 DEAT +2 DATE 1841 +1 FAMC @F123@ +1 FAMS @F351@ +<< +[0059] INDI rkey: I562 offs: 0x0000175c lens: 0x0000005d +0x0000275c-0x000027b8: +>>0 @I562@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1846 +1 FAMC @F123@ +<< +[0060] INDI rkey: I563 offs: 0x000017b9 lens: 0x0000006b +0x000027b9-0x00002823: +>>0 @I563@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1851 +1 FAMC @F123@ +1 FAMS @F352@ +<< +[0061] INDI rkey: I564 offs: 0x00001824 lens: 0x00000060 +0x00002824-0x00002883: +>>0 @I564@ INDI +1 NAME Charles of_Mecklenburg- Strelitz// +1 SEX M +1 TITL Grand Duke +1 FAMS @F177@ +<< +[0062] INDI rkey: I565 offs: 0x00001884 lens: 0x000000d6 +0x00002884-0x00002959: +>>0 @I565@ INDI +1 NAME William_I of_Netherlands // +1 SEX M +1 TITL King +1 BIRT +2 DATE 24 AUG 1772 +2 PLAC Oraniensaal,The Hague +1 DEAT +2 DATE 12 DEC 1843 +2 PLAC Berlin,Germany +1 FAMC @F353@ +1 FAMS @F350@ +1 FAMS @F354@ +<< +[0063] INDI rkey: I566 offs: 0x0000195a lens: 0x00000051 +0x0000295a-0x000029aa: +>>0 @I566@ INDI +1 NAME William_II of_Hesse // +1 SEX M +1 TITL Elector +1 FAMS @F351@ +<< +[0064] INDI rkey: I567 offs: 0x000019ab lens: 0x00000067 +0x000029ab-0x00002a11: +>>0 @I567@ INDI +1 NAME Maria Anna of_Hesse// +1 SEX F +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1846 +1 FAMS @F352@ +<< +[0065] INDI rkey: I568 offs: 0x00001a12 lens: 0x00000073 +0x00002a12-0x00002a84: +>>0 @I568@ INDI +1 NAME Augustus William // +1 SEX M +1 BIRT +2 DATE 1722 +1 DEAT +2 DATE 1758 +1 FAMC @F219@ +1 FAMS @F348@ +<< +[0066] INDI rkey: I569 offs: 0x00001a85 lens: 0x00000068 +0x00002a85-0x00002aec: +>>0 @I569@ INDI +1 NAME Louise of_Brunswick // +1 SEX F +1 BIRT +2 DATE 1722 +1 DEAT +2 DATE 1780 +1 FAMS @F348@ +<< +[0067] INDI rkey: I570 offs: 0x00001aed lens: 0x0000006b +0x00002aed-0x00002b57: +>>0 @I570@ INDI +1 NAME Frederick Henry Charles// +1 SEX M +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1767 +1 FAMC @F348@ +<< +[0068] INDI rkey: I571 offs: 0x00001b58 lens: 0x0000006e +0x00002b58-0x00002bc5: +>>0 @I571@ INDI +1 NAME Wilhelmine // +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1820 +1 FAMC @F348@ +1 FAMS @F355@ +<< +[0069] INDI rkey: I572 offs: 0x00001bc6 lens: 0x00000067 +0x00002bc6-0x00002c2c: +>>0 @I572@ INDI +1 NAME George Charles Emil// +1 SEX M +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1759 +1 FAMC @F348@ +<< +[0070] INDI rkey: I573 offs: 0x00001c2d lens: 0x00000042 +0x00002c2d-0x00002c6e: +>>0 @I573@ INDI +1 NAME William_V of_Orange // +1 SEX M +1 FAMS @F355@ +<< +[0071] INDI rkey: I574 offs: 0x00001c6f lens: 0x00000083 +0x00002c6f-0x00002cf1: +>>0 @I574@ INDI +1 NAME Charles Christian of_Nassau-Weilb// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1735 +1 DEAT +2 DATE 1788 +1 FAMS @F317@ +<< +[0072] INDI rkey: I575 offs: 0x00001cf2 lens: 0x0000006c +0x00002cf2-0x00002d5d: +>>0 @I575@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1743 +1 DEAT +2 DATE 1787 +1 FAMC @F212@ +1 FAMS @F317@ +<< +[0073] INDI rkey: I576 offs: 0x00001d5e lens: 0x0000006b +0x00002d5e-0x00002dc8: +>>0 @I576@ INDI +1 NAME Friedrich Wilhelm of_Nassau-Weilb// +1 SEX M +1 TITL Prince +1 FAMC @F317@ +1 FAMS @F356@ +<< +[0074] INDI rkey: I577 offs: 0x00001dc9 lens: 0x00000037 +0x00002dc9-0x00002dff: +>>0 @I577@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F356@ +<< +[0075] INDI rkey: I578 offs: 0x00001e00 lens: 0x0000005a +0x00002e00-0x00002e59: +>>0 @I578@ INDI +1 NAME Wilhelm of_Nassau // +1 SEX M +1 TITL Duke +1 FAMC @F356@ +1 FAMS @F303@ +<< +[0076] INDI rkey: I579 offs: 0x00001e5a lens: 0x00000037 +0x00002e5a-0x00002e90: +>>0 @I579@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F303@ +<< +[0077] INDI rkey: I580 offs: 0x00001e91 lens: 0x00000064 +0x00002e91-0x00002ef4: +>>0 @I580@ INDI +1 NAME Adolphe of_Luxembourg // +1 SEX M +1 TITL Grand Duke +1 FAMC @F303@ +1 FAMS @F357@ +<< +[0078] INDI rkey: I581 offs: 0x00001ef5 lens: 0x00000037 +0x00002ef5-0x00002f2b: +>>0 @I581@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F357@ +<< +[0079] INDI rkey: I582 offs: 0x00001f2c lens: 0x00000069 +0x00002f2c-0x00002f94: +>>0 @I582@ INDI +1 NAME Guillaume_IV of_Luxembourg // +1 SEX M +1 TITL Grand Duke +1 FAMC @F357@ +1 FAMS @F358@ +<< +[0080] INDI rkey: I583 offs: 0x00001f95 lens: 0x00000037 +0x00002f95-0x00002fcb: +>>0 @I583@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F358@ +<< +[0081] INDI rkey: I584 offs: 0x00001fcc lens: 0x00000069 +0x00002fcc-0x00003034: +>>0 @I584@ INDI +1 NAME Charlotte of_Luxembourg // +1 SEX F +1 TITL Grand Duchess +1 FAMC @F358@ +1 FAMS @F359@ +<< +[0082] INDI rkey: I585 offs: 0x00002035 lens: 0x00000037 +0x00003035-0x0000306b: +>>0 @I585@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F359@ +<< +[0083] INDI rkey: I586 offs: 0x0000206c lens: 0x00000053 +0x0000306c-0x000030be: +>>0 @I586@ INDI +1 NAME Jean of_Luxembourg // +1 SEX M +1 TITL Grand Duke +1 FAMC @F359@ +<< +[0084] INDI rkey: I587 offs: 0x000020bf lens: 0x00000044 +0x000030bf-0x00003102: +>>0 @I587@ INDI +1 NAME Marie-Josephe de_Saxe // +1 SEX F +1 FAMS @F360@ +<< +[0085] INDI rkey: I588 offs: 0x00002103 lens: 0x000000b3 +0x00003103-0x000031b5: +>>0 @I588@ INDI +1 NAME Vladimir Cyrilovitch /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 30 AUG 1917 +2 PLAC Near Borga,Finland,Finland +1 FAMC @F71@ +1 FAMS @F162@ +1 FAMS @F361@ +<< +[0086] INDI rkey: I589 offs: 0x000021b6 lens: 0x0000008b +0x000031b6-0x00003240: +>>0 @I589@ INDI +1 NAME Leonide Bagration- Moukhransky// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1914 +2 PLAC Tiflis +1 FAMC @F362@ +1 FAMS @F361@ +<< +[0087] INDI rkey: I590 offs: 0x00002241 lens: 0x00000081 +0x00003241-0x000032c1: +>>0 @I590@ INDI +1 NAME Gaston // +1 SEX M +1 TITL Duke of Orleans +1 BIRT +2 DATE 1608 +1 DEAT +2 DATE 1660 +1 FAMC @F344@ +1 FAMS @F363@ +<< +[0088] INDI rkey: I591 offs: 0x000022c2 lens: 0x0000008d +0x000032c2-0x0000334e: +>>0 @I591@ INDI +1 NAME James // +1 SEX M +1 TITL Duke of Segovia +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1975 +1 FAMC @F25@ +1 FAMS @F364@ +1 FAMS @F365@ +<< +[0089] INDI rkey: I592 offs: 0x0000234f lens: 0x00000065 +0x0000334f-0x000033b3: +>>0 @I592@ INDI +1 NAME Dona_Maria of_Bourbon // +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMC @F281@ +1 FAMS @F366@ +<< +[0090] INDI rkey: I593 offs: 0x000023b4 lens: 0x00000070 +0x000033b4-0x00003423: +>>0 @I593@ INDI +1 NAME Margarite // +1 SEX F +1 TITL Crown Princess +1 BIRT +2 DATE 1939 +1 FAMC @F281@ +1 FAMS @F367@ +<< +[0091] INDI rkey: I594 offs: 0x00002424 lens: 0x00000084 +0x00003424-0x000034a7: +>>0 @I594@ INDI +1 NAME Alphonso // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 1941 +1 DEAT +2 DATE 1956 +2 PLAC ,,Portugal +1 FAMC @F281@ +<< +[0092] INDI rkey: I595 offs: 0x000024a8 lens: 0x00000043 +0x000034a8-0x000034ea: +>>0 @I595@ INDI +1 NAME Maria // +1 SEX F +1 FAMC @F204@ +1 FAMS @F368@ +<< +[0093] INDI rkey: I596 offs: 0x000024eb lens: 0x000000b6 +0x000034eb-0x000035a0: +>>0 @I596@ INDI +1 NAME Isabella /Marshal/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 9 OCT 1200 +2 PLAC Pembroke Castle +1 DEAT +2 DATE 15 JAN 1240 +2 PLAC Berkhamsted +1 FAMC @F369@ +1 FAMS @F370@ +<< +[0094] INDI rkey: I597 offs: 0x000025a1 lens: 0x00000082 +0x000035a1-0x00003622: +>>0 @I597@ INDI +1 NAME Charles of_Sweden // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1951 +1 FAMC @F301@ +1 FAMS @F298@ +<< +[0095] INDI rkey: I598 offs: 0x00002623 lens: 0x00000075 +0x00003623-0x00003697: +>>0 @I598@ INDI +1 NAME Ingeborg of_Denmark // +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1958 +1 FAMC @F57@ +1 FAMS @F298@ +<< +[0096] INDI rkey: I599 offs: 0x00002698 lens: 0x000000c3 +0x00003698-0x0000375a: +>>0 @I599@ INDI +1 NAME Astrid of_Sweden // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 17 NOV 1905 +1 DEAT +2 DATE 29 AUG 1935 +2 PLAC Kussnacht,Switzerland +1 BURI +2 PLAC Laeken +1 FAMC @F298@ +1 FAMS @F371@ +<< +[0097] INDI rkey: I600 offs: 0x0000275b lens: 0x000000eb +0x0000375b-0x00003845: +>>0 @I600@ INDI +1 NAME Leopold_III // +1 SEX M +1 TITL King of Belgium +1 BIRT +2 DATE 3 NOV 1901 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 25 SEP 1983 +2 PLAC Near Brussels,Belgium +1 BURI +2 PLAC Laeken +1 FAMC @F372@ +1 FAMS @F371@ +1 FAMS @F373@ +<< +[0098] INDI rkey: I601 offs: 0x00002846 lens: 0x0000009a +0x00003846-0x000038df: +>>0 @I601@ INDI +1 NAME Baudouin_I of_the_Belgians // +1 SEX M +1 TITL King +1 BIRT +2 DATE 7 SEP 1930 +2 PLAC Chateau de,Stuyvenberg +1 FAMC @F371@ +1 FAMS @F374@ +<< +[0099] INDI rkey: I602 offs: 0x000028e0 lens: 0x0000006b +0x000038e0-0x0000394a: +>>0 @I602@ INDI +1 NAME Sibylla of_Saxe-Coburg // +1 SEX F +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1971 +1 FAMS @F290@ +<< +[0100] INDI rkey: I603 offs: 0x0000294b lens: 0x0000008f +0x0000394b-0x000039d9: +>>0 @I603@ INDI +1 NAME Carl_XVI Gustav // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 30 APR 1946 +2 PLAC Haga Castle +1 FAMC @F290@ +1 FAMS @F375@ +<< +[0101] INDI rkey: I604 offs: 0x000029da lens: 0x000000e4 +0x000039da-0x00003abd: +>>0 @I604@ INDI +1 NAME Frederick_VIII // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 3 JUN 1843 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 14 MAY 1912 +2 PLAC Hamburg,Germany +1 BURI +2 PLAC Roskilde,Denmark +1 FAMC @F13@ +1 FAMS @F57@ +<< +[0102] INDI rkey: I605 offs: 0x00002abe lens: 0x000000ab +0x00003abe-0x00003b68: +>>0 @I605@ INDI +1 NAME Louise of_Sweden // +1 SEX F +1 BIRT +2 DATE 31 OCT 1851 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 20 MAR 1926 +2 PLAC Amalienborg +1 FAMC @F376@ +1 FAMS @F57@ +<< +[0103] INDI rkey: I606 offs: 0x00002b69 lens: 0x000000f2 +0x00003b69-0x00003c5a: +>>0 @I606@ INDI +1 NAME Christian_X // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 26 SEP 1870 +2 PLAC Charlottenlund,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 20 APR 1947 +2 PLAC Amalienborg +1 BURI +2 PLAC Roskilde,Denmark +1 FAMC @F57@ +1 FAMS @F377@ +<< +[0104] INDI rkey: I607 offs: 0x00002c5b lens: 0x000000b6 +0x00003c5b-0x00003d10: +>>0 @I607@ INDI +1 NAME Alexandrine of_Mecklenburg- Schwerin// +1 SEX F +1 BIRT +2 DATE 24 DEC 1879 +2 PLAC Schwerin +1 DEAT +2 DATE 28 DEC 1952 +2 PLAC Copenhagen +1 FAMC @F378@ +1 FAMS @F377@ +<< +[0105] INDI rkey: I608 offs: 0x00002d11 lens: 0x000000f6 +0x00003d11-0x00003e06: +>>0 @I608@ INDI +1 NAME Frederick_IX // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 11 MAR 1899 +2 PLAC Sorgenfri,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 14 JAN 1972 +2 PLAC Copenhagen,Denmark +1 BURI +2 PLAC Roskilde,Denmark +1 FAMC @F377@ +1 FAMS @F312@ +<< +[0106] INDI rkey: I609 offs: 0x00002e07 lens: 0x00000052 +0x00003e07-0x00003e58: +>>0 @I609@ INDI +1 NAME Alexia /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F311@ +<< +[0107] INDI rkey: I610 offs: 0x00002e59 lens: 0x00000096 +0x00003e59-0x00003eee: +>>0 @I610@ INDI +1 NAME Mergrethe_II // +1 SEX F +1 TITL Queen of Denmark +1 BIRT +2 DATE 16 APR 1940 +2 PLAC Copenhagen,Denmark +1 FAMC @F312@ +1 FAMS @F379@ +<< +[0108] INDI rkey: I611 offs: 0x00002eef lens: 0x0000006f +0x00003eef-0x00003f5d: +>>0 @I611@ INDI +1 NAME Johann Georg_II of_Anhalt-Dessau// +1 SEX M +1 TITL Prince +1 DEAT +2 DATE 1693 +1 FAMS @F380@ +<< +[0109] INDI rkey: I612 offs: 0x00002f5e lens: 0x00000037 +0x00003f5e-0x00003f94: +>>0 @I612@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F380@ +<< +[0110] INDI rkey: I613 offs: 0x00002f95 lens: 0x00000065 +0x00003f95-0x00003ff9: +>>0 @I613@ INDI +1 NAME Leopold_I of_Anhalt-Dessau // +1 SEX M +1 TITL Prince +1 FAMC @F380@ +1 FAMS @F381@ +<< +[0111] INDI rkey: I614 offs: 0x00002ffa lens: 0x0000004d +0x00003ffa-0x00004046: +>>0 @I614@ INDI +1 NAME Henriette Amalie // +1 SEX F +1 FAMC @F380@ +1 FAMS @F382@ +<< +[0112] INDI rkey: I615 offs: 0x00003047 lens: 0x0000005c +0x00004047-0x000040a2: +>>0 @I615@ INDI +1 NAME Heinrich Kasimir of_Nassau-Dietz// +1 SEX M +1 TITL Prince +1 FAMS @F382@ +<< +[0113] INDI rkey: I616 offs: 0x000030a3 lens: 0x0000008b +0x000040a3-0x0000412d: +>>0 @I616@ INDI +1 NAME John William of_Orange/Friso/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1686 +1 DEAT +2 DATE 1711 +1 FAMC @F382@ +1 FAMS @F383@ +<< +[0114] INDI rkey: I617 offs: 0x0000312e lens: 0x00000060 +0x0000412e-0x0000418d: +>>0 @I617@ INDI +1 NAME Mary Louise // +1 SEX F +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1765 +1 FAMS @F383@ +<< +[0115] INDI rkey: I618 offs: 0x0000318e lens: 0x00000085 +0x0000418e-0x00004212: +>>0 @I618@ INDI +1 NAME William_IV of_Orange // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1711 +1 DEAT +2 DATE 1751 +1 FAMC @F383@ +1 FAMS @F212@ +<< +[0116] INDI rkey: I619 offs: 0x00003213 lens: 0x00000073 +0x00004213-0x00004285: +>>0 @I619@ INDI +1 NAME Charlotte Amalia // +1 SEX F +1 BIRT +2 DATE 1710 +1 DEAT +2 DATE 1777 +1 FAMC @F383@ +1 FAMS @F384@ +<< +[0117] INDI rkey: I620 offs: 0x00003286 lens: 0x0000007d +0x00004286-0x00004302: +>>0 @I620@ INDI +1 NAME Friedrich of_Baden-Durlach // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1703 +1 DEAT +2 DATE 1732 +1 FAMS @F384@ +<< +[0118] INDI rkey: I621 offs: 0x00003303 lens: 0x00000065 +0x00004303-0x00004367: +>>0 @I621@ INDI +1 NAME Karl Friedrich of_Baden// +1 SEX M +1 TITL Grand Duke +1 FAMC @F384@ +1 FAMS @F385@ +<< +[0119] INDI rkey: I622 offs: 0x00003368 lens: 0x00000037 +0x00004368-0x0000439e: +>>0 @I622@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F385@ +<< +[0120] INDI rkey: I623 offs: 0x0000339f lens: 0x0000005e +0x0000439f-0x000043fc: +>>0 @I623@ INDI +1 NAME Karl Ludwig of_Baden// +1 SEX M +1 TITL Prince +1 FAMC @F385@ +1 FAMS @F386@ +<< +[0121] INDI rkey: I624 offs: 0x000033fd lens: 0x00000037 +0x000043fd-0x00004433: +>>0 @I624@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F386@ +<< +[0122] INDI rkey: I625 offs: 0x00003434 lens: 0x0000005c +0x00004434-0x0000448f: +>>0 @I625@ INDI +1 NAME Karl of_Baden // +1 SEX M +1 TITL Grand Duke +1 FAMC @F386@ +1 FAMS @F387@ +<< +[0123] INDI rkey: I626 offs: 0x00003490 lens: 0x000000d6 +0x00004490-0x00004565: +>>0 @I626@ INDI +1 NAME Caroline of_Baden // +1 SEX F +1 BIRT +2 DATE 13 JUL 1776 +2 PLAC Karlsruhe +1 DEAT +2 DATE 13 NOV 1841 +2 PLAC Munich,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMC @F386@ +1 FAMS @F388@ +<< +[0124] INDI rkey: I627 offs: 0x00003566 lens: 0x00000037 +0x00004566-0x0000459c: +>>0 @I627@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F387@ +<< +[0125] INDI rkey: I628 offs: 0x0000359d lens: 0x00000043 +0x0000459d-0x000045df: +>>0 @I628@ INDI +1 NAME Marie // +1 SEX F +1 FAMC @F387@ +1 FAMS @F389@ +<< +[0126] INDI rkey: I629 offs: 0x000035e0 lens: 0x00000057 +0x000045e0-0x00004636: +>>0 @I629@ INDI +1 NAME William Alexander of_Hamilton// +1 SEX M +1 TITL Duke +1 FAMS @F389@ +<< + +0x00004637: EOF (0x00004637) GOOD + +BLOCK - DIRECTORY aa/ac +0x00000000:ix_self: 0x00000002 (aa/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I630' +0x00000016:ix_rkey[0001]: ' I631' +0x0000001e:ix_rkey[0002]: ' I632' +0x00000026:ix_rkey[0003]: ' I633' +0x0000002e:ix_rkey[0004]: ' I634' +0x00000036:ix_rkey[0005]: ' I635' +0x0000003e:ix_rkey[0006]: ' I636' +0x00000046:ix_rkey[0007]: ' I637' +0x0000004e:ix_rkey[0008]: ' I638' +0x00000056:ix_rkey[0009]: ' I639' +0x0000005e:ix_rkey[0010]: ' I640' +0x00000066:ix_rkey[0011]: ' I641' +0x0000006e:ix_rkey[0012]: ' I642' +0x00000076:ix_rkey[0013]: ' I643' +0x0000007e:ix_rkey[0014]: ' I644' +0x00000086:ix_rkey[0015]: ' I645' +0x0000008e:ix_rkey[0016]: ' I646' +0x00000096:ix_rkey[0017]: ' I647' +0x0000009e:ix_rkey[0018]: ' I648' +0x000000a6:ix_rkey[0019]: ' I649' +0x000000ae:ix_rkey[0020]: ' I650' +0x000000b6:ix_rkey[0021]: ' I651' +0x000000be:ix_rkey[0022]: ' I652' +0x000000c6:ix_rkey[0023]: ' I653' +0x000000ce:ix_rkey[0024]: ' I654' +0x000000d6:ix_rkey[0025]: ' I655' +0x000000de:ix_rkey[0026]: ' I656' +0x000000e6:ix_rkey[0027]: ' I657' +0x000000ee:ix_rkey[0028]: ' I658' +0x000000f6:ix_rkey[0029]: ' I659' +0x000000fe:ix_rkey[0030]: ' I660' +0x00000106:ix_rkey[0031]: ' I661' +0x0000010e:ix_rkey[0032]: ' I662' +0x00000116:ix_rkey[0033]: ' I663' +0x0000011e:ix_rkey[0034]: ' I664' +0x00000126:ix_rkey[0035]: ' I665' +0x0000012e:ix_rkey[0036]: ' I666' +0x00000136:ix_rkey[0037]: ' I667' +0x0000013e:ix_rkey[0038]: ' I668' +0x00000146:ix_rkey[0039]: ' I669' +0x0000014e:ix_rkey[0040]: ' I670' +0x00000156:ix_rkey[0041]: ' I671' +0x0000015e:ix_rkey[0042]: ' I672' +0x00000166:ix_rkey[0043]: ' I673' +0x0000016e:ix_rkey[0044]: ' I674' +0x00000176:ix_rkey[0045]: ' I675' +0x0000017e:ix_rkey[0046]: ' I676' +0x00000186:ix_rkey[0047]: ' I677' +0x0000018e:ix_rkey[0048]: ' I678' +0x00000196:ix_rkey[0049]: ' I679' +0x0000019e:ix_rkey[0050]: ' I680' +0x000001a6:ix_rkey[0051]: ' I681' +0x000001ae:ix_rkey[0052]: ' I682' +0x000001b6:ix_rkey[0053]: ' I683' +0x000001be:ix_rkey[0054]: ' I684' +0x000001c6:ix_rkey[0055]: ' I685' +0x000001ce:ix_rkey[0056]: ' I686' +0x000001d6:ix_rkey[0057]: ' I687' +0x000001de:ix_rkey[0058]: ' I688' +0x000001e6:ix_rkey[0059]: ' I689' +0x000001ee:ix_rkey[0060]: ' I690' +0x000001f6:ix_rkey[0061]: ' I691' +0x000001fe:ix_rkey[0062]: ' I692' +0x00000206:ix_rkey[0063]: ' I693' +0x0000020e:ix_rkey[0064]: ' I694' +0x00000216:ix_rkey[0065]: ' I695' +0x0000021e:ix_rkey[0066]: ' I696' +0x00000226:ix_rkey[0067]: ' I697' +0x0000022e:ix_rkey[0068]: ' I698' +0x00000236:ix_rkey[0069]: ' I699' +0x0000023e:ix_rkey[0070]: ' I700' +0x00000246:ix_rkey[0071]: ' I701' +0x0000024e:ix_rkey[0072]: ' I702' +0x00000256:ix_rkey[0073]: ' I703' +0x0000025e:ix_rkey[0074]: ' I704' +0x00000266:ix_rkey[0075]: ' I705' +0x0000026e:ix_rkey[0076]: ' I706' +0x00000276:ix_rkey[0077]: ' I707' +0x0000027e:ix_rkey[0078]: ' I708' +0x00000286:ix_rkey[0079]: ' I709' +0x0000028e:ix_rkey[0080]: ' I710' +0x00000296:ix_rkey[0081]: ' I711' +0x0000029e:ix_rkey[0082]: ' I712' +0x000002a6:ix_rkey[0083]: ' I713' +0x000002ae:ix_rkey[0084]: ' I714' +0x000002b6:ix_rkey[0085]: ' I715' +0x000002be:ix_rkey[0086]: ' I716' +0x000002c6:ix_rkey[0087]: ' I717' +0x000002ce:ix_rkey[0088]: ' I718' +0x000002d6:ix_rkey[0089]: ' I719' +0x000002de:ix_rkey[0090]: ' I720' +0x000002e6:ix_rkey[0091]: ' I721' +0x000002ee:ix_rkey[0092]: ' I722' +0x000002f6:ix_rkey[0093]: ' I723' +0x000002fe:ix_rkey[0094]: ' I724' +0x00000306:ix_rkey[0095]: ' I725' +0x0000030e:ix_rkey[0096]: ' I726' +0x00000316:ix_rkey[0097]: ' I727' +0x0000031e:ix_rkey[0098]: ' I728' +0x00000326:ix_rkey[0099]: ' I729' +0x0000032e:ix_rkey[0100]: ' I730' +0x00000336:ix_rkey[0101]: ' I731' +0x0000033e:ix_rkey[0102]: ' I732' +0x00000346:ix_rkey[0103]: ' I733' +0x0000034e:ix_rkey[0104]: ' I734' +0x00000356:ix_rkey[0105]: ' I735' +0x0000035e:ix_rkey[0106]: ' I736' +0x00000366:ix_rkey[0107]: ' I737' +0x0000036e:ix_rkey[0108]: ' I738' +0x00000376:ix_rkey[0109]: ' I739' +0x0000037e:ix_rkey[0110]: ' I740' +0x00000386:ix_rkey[0111]: ' I741' +0x0000038e:ix_rkey[0112]: ' I742' +0x00000396:ix_rkey[0113]: ' I743' +0x0000039e:ix_rkey[0114]: ' I744' +0x000003a6:ix_rkey[0115]: ' I745' +0x000003ae:ix_rkey[0116]: ' I746' +0x000003b6:ix_rkey[0117]: ' I747' +0x000003be:ix_rkey[0118]: ' I748' +0x000003c6:ix_rkey[0119]: ' I749' +0x000003ce:ix_rkey[0120]: ' I750' +0x000003d6:ix_rkey[0121]: ' I751' +0x000003de:ix_rkey[0122]: ' I752' +0x000003e6:ix_rkey[0123]: ' I753' +0x000003ee:ix_rkey[0124]: ' I754' +0x000003f6:ix_rkey[0125]: ' I755' +0x000003fe:ix_rkey[0126]: ' I756' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000042 +0x0000080c:ix_offs[0001]: 0x00000042 0x00000c08:ix_lens[0001]: 0x0000004f +0x00000810:ix_offs[0002]: 0x00000091 0x00000c0c:ix_lens[0002]: 0x0000005d +0x00000814:ix_offs[0003]: 0x000000ee 0x00000c10:ix_lens[0003]: 0x00000037 +0x00000818:ix_offs[0004]: 0x00000125 0x00000c14:ix_lens[0004]: 0x00000047 +0x0000081c:ix_offs[0005]: 0x0000016c 0x00000c18:ix_lens[0005]: 0x0000004f +0x00000820:ix_offs[0006]: 0x000001bb 0x00000c1c:ix_lens[0006]: 0x00000052 +0x00000824:ix_offs[0007]: 0x0000020d 0x00000c20:ix_lens[0007]: 0x000000ff +0x00000828:ix_offs[0008]: 0x0000030c 0x00000c24:ix_lens[0008]: 0x0000007b +0x0000082c:ix_offs[0009]: 0x00000387 0x00000c28:ix_lens[0009]: 0x00000053 +0x00000830:ix_offs[0010]: 0x000003da 0x00000c2c:ix_lens[0010]: 0x00000042 +0x00000834:ix_offs[0011]: 0x0000041c 0x00000c30:ix_lens[0011]: 0x0000004d +0x00000838:ix_offs[0012]: 0x00000469 0x00000c34:ix_lens[0012]: 0x00000037 +0x0000083c:ix_offs[0013]: 0x000004a0 0x00000c38:ix_lens[0013]: 0x0000005d +0x00000840:ix_offs[0014]: 0x000004fd 0x00000c3c:ix_lens[0014]: 0x00000037 +0x00000844:ix_offs[0015]: 0x00000534 0x00000c40:ix_lens[0015]: 0x0000004e +0x00000848:ix_offs[0016]: 0x00000582 0x00000c44:ix_lens[0016]: 0x00000048 +0x0000084c:ix_offs[0017]: 0x000005ca 0x00000c48:ix_lens[0017]: 0x00000037 +0x00000850:ix_offs[0018]: 0x00000601 0x00000c4c:ix_lens[0018]: 0x00000053 +0x00000854:ix_offs[0019]: 0x00000654 0x00000c50:ix_lens[0019]: 0x0000005d +0x00000858:ix_offs[0020]: 0x000006b1 0x00000c54:ix_lens[0020]: 0x00000084 +0x0000085c:ix_offs[0021]: 0x00000735 0x00000c58:ix_lens[0021]: 0x00000060 +0x00000860:ix_offs[0022]: 0x00000795 0x00000c5c:ix_lens[0022]: 0x000000c1 +0x00000864:ix_offs[0023]: 0x00000856 0x00000c60:ix_lens[0023]: 0x00000088 +0x00000868:ix_offs[0024]: 0x000008de 0x00000c64:ix_lens[0024]: 0x000000aa +0x0000086c:ix_offs[0025]: 0x00000988 0x00000c68:ix_lens[0025]: 0x000000cc +0x00000870:ix_offs[0026]: 0x00000a54 0x00000c6c:ix_lens[0026]: 0x000000b6 +0x00000874:ix_offs[0027]: 0x00000b0a 0x00000c70:ix_lens[0027]: 0x000000c3 +0x00000878:ix_offs[0028]: 0x00000bcd 0x00000c74:ix_lens[0028]: 0x000000bd +0x0000087c:ix_offs[0029]: 0x00000c8a 0x00000c78:ix_lens[0029]: 0x00000097 +0x00000880:ix_offs[0030]: 0x00000d21 0x00000c7c:ix_lens[0030]: 0x00000080 +0x00000884:ix_offs[0031]: 0x00000da1 0x00000c80:ix_lens[0031]: 0x0000009d +0x00000888:ix_offs[0032]: 0x00000e3e 0x00000c84:ix_lens[0032]: 0x00000037 +0x0000088c:ix_offs[0033]: 0x00000e75 0x00000c88:ix_lens[0033]: 0x00000066 +0x00000890:ix_offs[0034]: 0x00000edb 0x00000c8c:ix_lens[0034]: 0x00000037 +0x00000894:ix_offs[0035]: 0x00000f12 0x00000c90:ix_lens[0035]: 0x00000043 +0x00000898:ix_offs[0036]: 0x00000f55 0x00000c94:ix_lens[0036]: 0x00000050 +0x0000089c:ix_offs[0037]: 0x00000fa5 0x00000c98:ix_lens[0037]: 0x00000043 +0x000008a0:ix_offs[0038]: 0x00000fe8 0x00000c9c:ix_lens[0038]: 0x00000052 +0x000008a4:ix_offs[0039]: 0x0000103a 0x00000ca0:ix_lens[0039]: 0x00000062 +0x000008a8:ix_offs[0040]: 0x0000109c 0x00000ca4:ix_lens[0040]: 0x00000037 +0x000008ac:ix_offs[0041]: 0x000010d3 0x00000ca8:ix_lens[0041]: 0x00000048 +0x000008b0:ix_offs[0042]: 0x0000111b 0x00000cac:ix_lens[0042]: 0x00000057 +0x000008b4:ix_offs[0043]: 0x00001172 0x00000cb0:ix_lens[0043]: 0x00000065 +0x000008b8:ix_offs[0044]: 0x000011d7 0x00000cb4:ix_lens[0044]: 0x00000037 +0x000008bc:ix_offs[0045]: 0x0000120e 0x00000cb8:ix_lens[0045]: 0x00000047 +0x000008c0:ix_offs[0046]: 0x00001255 0x00000cbc:ix_lens[0046]: 0x0000004b +0x000008c4:ix_offs[0047]: 0x000012a0 0x00000cc0:ix_lens[0047]: 0x0000004c +0x000008c8:ix_offs[0048]: 0x000012ec 0x00000cc4:ix_lens[0048]: 0x0000004e +0x000008cc:ix_offs[0049]: 0x0000133a 0x00000cc8:ix_lens[0049]: 0x00000039 +0x000008d0:ix_offs[0050]: 0x00001373 0x00000ccc:ix_lens[0050]: 0x0000004b +0x000008d4:ix_offs[0051]: 0x000013be 0x00000cd0:ix_lens[0051]: 0x00000037 +0x000008d8:ix_offs[0052]: 0x000013f5 0x00000cd4:ix_lens[0052]: 0x00000091 +0x000008dc:ix_offs[0053]: 0x00001486 0x00000cd8:ix_lens[0053]: 0x000000a6 +0x000008e0:ix_offs[0054]: 0x0000152c 0x00000cdc:ix_lens[0054]: 0x00000050 +0x000008e4:ix_offs[0055]: 0x0000157c 0x00000ce0:ix_lens[0055]: 0x00000064 +0x000008e8:ix_offs[0056]: 0x000015e0 0x00000ce4:ix_lens[0056]: 0x00000058 +0x000008ec:ix_offs[0057]: 0x00001638 0x00000ce8:ix_lens[0057]: 0x000000cb +0x000008f0:ix_offs[0058]: 0x00001703 0x00000cec:ix_lens[0058]: 0x000000c9 +0x000008f4:ix_offs[0059]: 0x000017cc 0x00000cf0:ix_lens[0059]: 0x00000099 +0x000008f8:ix_offs[0060]: 0x00001865 0x00000cf4:ix_lens[0060]: 0x0000007b +0x000008fc:ix_offs[0061]: 0x000018e0 0x00000cf8:ix_lens[0061]: 0x0000006a +0x00000900:ix_offs[0062]: 0x0000194a 0x00000cfc:ix_lens[0062]: 0x000000cb +0x00000904:ix_offs[0063]: 0x00001a15 0x00000d00:ix_lens[0063]: 0x00000110 +0x00000908:ix_offs[0064]: 0x00001b25 0x00000d04:ix_lens[0064]: 0x0000006c +0x0000090c:ix_offs[0065]: 0x00001b91 0x00000d08:ix_lens[0065]: 0x000000a8 +0x00000910:ix_offs[0066]: 0x00001c39 0x00000d0c:ix_lens[0066]: 0x000000bd +0x00000914:ix_offs[0067]: 0x00001cf6 0x00000d10:ix_lens[0067]: 0x00000067 +0x00000918:ix_offs[0068]: 0x00001d5d 0x00000d14:ix_lens[0068]: 0x000000d0 +0x0000091c:ix_offs[0069]: 0x00001e2d 0x00000d18:ix_lens[0069]: 0x000000b6 +0x00000920:ix_offs[0070]: 0x00001ee3 0x00000d1c:ix_lens[0070]: 0x000000c6 +0x00000924:ix_offs[0071]: 0x00001fa9 0x00000d20:ix_lens[0071]: 0x000000aa +0x00000928:ix_offs[0072]: 0x00002053 0x00000d24:ix_lens[0072]: 0x0000006c +0x0000092c:ix_offs[0073]: 0x000020bf 0x00000d28:ix_lens[0073]: 0x000000a9 +0x00000930:ix_offs[0074]: 0x00002168 0x00000d2c:ix_lens[0074]: 0x00000067 +0x00000934:ix_offs[0075]: 0x000021cf 0x00000d30:ix_lens[0075]: 0x0000006c +0x00000938:ix_offs[0076]: 0x0000223b 0x00000d34:ix_lens[0076]: 0x00000118 +0x0000093c:ix_offs[0077]: 0x00002353 0x00000d38:ix_lens[0077]: 0x000000d3 +0x00000940:ix_offs[0078]: 0x00002426 0x00000d3c:ix_lens[0078]: 0x000000b9 +0x00000944:ix_offs[0079]: 0x000024df 0x00000d40:ix_lens[0079]: 0x0000010f +0x00000948:ix_offs[0080]: 0x000025ee 0x00000d44:ix_lens[0080]: 0x000000cf +0x0000094c:ix_offs[0081]: 0x000026bd 0x00000d48:ix_lens[0081]: 0x000000c7 +0x00000950:ix_offs[0082]: 0x00002784 0x00000d4c:ix_lens[0082]: 0x000000ce +0x00000954:ix_offs[0083]: 0x00002852 0x00000d50:ix_lens[0083]: 0x000000a8 +0x00000958:ix_offs[0084]: 0x000028fa 0x00000d54:ix_lens[0084]: 0x000000a6 +0x0000095c:ix_offs[0085]: 0x000029a0 0x00000d58:ix_lens[0085]: 0x000000d2 +0x00000960:ix_offs[0086]: 0x00002a72 0x00000d5c:ix_lens[0086]: 0x000000c0 +0x00000964:ix_offs[0087]: 0x00002b32 0x00000d60:ix_lens[0087]: 0x000000d6 +0x00000968:ix_offs[0088]: 0x00002c08 0x00000d64:ix_lens[0088]: 0x000000c5 +0x0000096c:ix_offs[0089]: 0x00002ccd 0x00000d68:ix_lens[0089]: 0x000000da +0x00000970:ix_offs[0090]: 0x00002da7 0x00000d6c:ix_lens[0090]: 0x000000c1 +0x00000974:ix_offs[0091]: 0x00002e68 0x00000d70:ix_lens[0091]: 0x000000a4 +0x00000978:ix_offs[0092]: 0x00002f0c 0x00000d74:ix_lens[0092]: 0x000000b0 +0x0000097c:ix_offs[0093]: 0x00002fbc 0x00000d78:ix_lens[0093]: 0x000000ba +0x00000980:ix_offs[0094]: 0x00003076 0x00000d7c:ix_lens[0094]: 0x000000af +0x00000984:ix_offs[0095]: 0x00003125 0x00000d80:ix_lens[0095]: 0x00000119 +0x00000988:ix_offs[0096]: 0x0000323e 0x00000d84:ix_lens[0096]: 0x000000e4 +0x0000098c:ix_offs[0097]: 0x00003322 0x00000d88:ix_lens[0097]: 0x000000c6 +0x00000990:ix_offs[0098]: 0x000033e8 0x00000d8c:ix_lens[0098]: 0x000000ba +0x00000994:ix_offs[0099]: 0x000034a2 0x00000d90:ix_lens[0099]: 0x00000098 +0x00000998:ix_offs[0100]: 0x0000353a 0x00000d94:ix_lens[0100]: 0x00000107 +0x0000099c:ix_offs[0101]: 0x00003641 0x00000d98:ix_lens[0101]: 0x000000ad +0x000009a0:ix_offs[0102]: 0x000036ee 0x00000d9c:ix_lens[0102]: 0x00000081 +0x000009a4:ix_offs[0103]: 0x0000376f 0x00000da0:ix_lens[0103]: 0x000000ac +0x000009a8:ix_offs[0104]: 0x0000381b 0x00000da4:ix_lens[0104]: 0x000000a0 +0x000009ac:ix_offs[0105]: 0x000038bb 0x00000da8:ix_lens[0105]: 0x00000085 +0x000009b0:ix_offs[0106]: 0x00003940 0x00000dac:ix_lens[0106]: 0x00000071 +0x000009b4:ix_offs[0107]: 0x000039b1 0x00000db0:ix_lens[0107]: 0x000000f2 +0x000009b8:ix_offs[0108]: 0x00003aa3 0x00000db4:ix_lens[0108]: 0x0000009c +0x000009bc:ix_offs[0109]: 0x00003b3f 0x00000db8:ix_lens[0109]: 0x000000e6 +0x000009c0:ix_offs[0110]: 0x00003c25 0x00000dbc:ix_lens[0110]: 0x000000f4 +0x000009c4:ix_offs[0111]: 0x00003d19 0x00000dc0:ix_lens[0111]: 0x00000073 +0x000009c8:ix_offs[0112]: 0x00003d8c 0x00000dc4:ix_lens[0112]: 0x000000be +0x000009cc:ix_offs[0113]: 0x00003e4a 0x00000dc8:ix_lens[0113]: 0x0000010f +0x000009d0:ix_offs[0114]: 0x00003f59 0x00000dcc:ix_lens[0114]: 0x000000d9 +0x000009d4:ix_offs[0115]: 0x00004032 0x00000dd0:ix_lens[0115]: 0x000000c9 +0x000009d8:ix_offs[0116]: 0x000040fb 0x00000dd4:ix_lens[0116]: 0x000000b4 +0x000009dc:ix_offs[0117]: 0x000041af 0x00000dd8:ix_lens[0117]: 0x000000b5 +0x000009e0:ix_offs[0118]: 0x00004264 0x00000ddc:ix_lens[0118]: 0x000000be +0x000009e4:ix_offs[0119]: 0x00004322 0x00000de0:ix_lens[0119]: 0x000000ba +0x000009e8:ix_offs[0120]: 0x000043dc 0x00000de4:ix_lens[0120]: 0x00000077 +0x000009ec:ix_offs[0121]: 0x00004453 0x00000de8:ix_lens[0121]: 0x00000090 +0x000009f0:ix_offs[0122]: 0x000044e3 0x00000dec:ix_lens[0122]: 0x000000e4 +0x000009f4:ix_offs[0123]: 0x000045c7 0x00000df0:ix_lens[0123]: 0x00000082 +0x000009f8:ix_offs[0124]: 0x00004649 0x00000df4:ix_lens[0124]: 0x00000043 +0x000009fc:ix_offs[0125]: 0x0000468c 0x00000df8:ix_lens[0125]: 0x00000056 +0x00000a00:ix_offs[0126]: 0x000046e2 0x00000dfc:ix_lens[0126]: 0x0000003f + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I630 offs: 0x00000000 lens: 0x00000042 +0x00001000-0x00001041: +>>0 @I630@ INDI +1 NAME Mary // +1 SEX F +1 FAMC @F389@ +1 FAMS @F390@ +<< +[0001] INDI rkey: I631 offs: 0x00000042 lens: 0x0000004f +0x00001042-0x00001090: +>>0 @I631@ INDI +1 NAME Albert_I of_Monaco // +1 SEX M +1 TITL Prince +1 FAMS @F390@ +<< +[0002] INDI rkey: I632 offs: 0x00000091 lens: 0x0000005d +0x00001091-0x000010ed: +>>0 @I632@ INDI +1 NAME Louis_II of_Monaco // +1 SEX M +1 TITL Prince +1 FAMC @F390@ +1 FAMS @F391@ +<< +[0003] INDI rkey: I633 offs: 0x000000ee lens: 0x00000037 +0x000010ee-0x00001124: +>>0 @I633@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F391@ +<< +[0004] INDI rkey: I634 offs: 0x00000125 lens: 0x00000047 +0x00001125-0x0000116b: +>>0 @I634@ INDI +1 NAME Charlotte // +1 SEX F +1 FAMC @F391@ +1 FAMS @F392@ +<< +[0005] INDI rkey: I635 offs: 0x0000016c lens: 0x0000004f +0x0000116c-0x000011ba: +>>0 @I635@ INDI +1 NAME Pierre /de_Polignac/ +1 SEX M +1 TITL Prince +1 FAMS @F392@ +<< +[0006] INDI rkey: I636 offs: 0x000001bb lens: 0x00000052 +0x000011bb-0x0000120c: +>>0 @I636@ INDI +1 NAME Rainier_III of_Monaco // +1 SEX M +1 TITL Prince +1 FAMC @F392@ +<< +[0007] INDI rkey: I637 offs: 0x0000020d lens: 0x000000ff +0x0000120d-0x0000130b: +>>0 @I637@ INDI +1 NAME Maximilian_I Joseph /Wittelsbach/ +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 27 MAY 1756 +2 PLAC Mannheim,Germany +1 DEAT +2 DATE 13 OCT 1825 +2 PLAC Schloss,Nymphenburg,Germany +1 BURI +2 PLAC Theatinerkirche +1 FAMS @F393@ +1 FAMS @F388@ +<< +[0008] INDI rkey: I638 offs: 0x0000030c lens: 0x0000007b +0x0000130c-0x00001386: +>>0 @I638@ INDI +1 NAME Sophie (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1872 +1 FAMC @F388@ +1 FAMS @F394@ +<< +[0009] INDI rkey: I639 offs: 0x00000387 lens: 0x00000053 +0x00001387-0x000013d9: +>>0 @I639@ INDI +1 NAME Franz Karl of_Austria// +1 SEX M +1 TITL Archduke +1 FAMS @F394@ +<< +[0010] INDI rkey: I640 offs: 0x000003da lens: 0x00000042 +0x000013da-0x0000141b: +>>0 @I640@ INDI +1 NAME Otto // +1 SEX M +1 FAMC @F395@ +1 FAMS @F396@ +<< +[0011] INDI rkey: I641 offs: 0x0000041c lens: 0x0000004d +0x0000141c-0x00001468: +>>0 @I641@ INDI +1 NAME Elisabeth Amalia // +1 SEX F +1 FAMC @F395@ +1 FAMS @F397@ +<< +[0012] INDI rkey: I642 offs: 0x00000469 lens: 0x00000037 +0x00001469-0x0000149f: +>>0 @I642@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F396@ +<< +[0013] INDI rkey: I643 offs: 0x000004a0 lens: 0x0000005d +0x000014a0-0x000014fc: +>>0 @I643@ INDI +1 NAME Karl_I of_Austria // +1 SEX M +1 TITL Emperor +1 FAMC @F396@ +1 FAMS @F398@ +<< +[0014] INDI rkey: I644 offs: 0x000004fd lens: 0x00000037 +0x000014fd-0x00001533: +>>0 @I644@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F398@ +<< +[0015] INDI rkey: I645 offs: 0x00000534 lens: 0x0000004e +0x00001534-0x00001581: +>>0 @I645@ INDI +1 NAME Otto of_Austria // +1 SEX M +1 TITL Archduke +1 FAMC @F398@ +<< +[0016] INDI rkey: I646 offs: 0x00000582 lens: 0x00000048 +0x00001582-0x000015c9: +>>0 @I646@ INDI +1 NAME Karl Ludwig // +1 SEX M +1 FAMC @F394@ +1 FAMS @F395@ +<< +[0017] INDI rkey: I647 offs: 0x000005ca lens: 0x00000037 +0x000015ca-0x00001600: +>>0 @I647@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F395@ +<< +[0018] INDI rkey: I648 offs: 0x00000601 lens: 0x00000053 +0x00001601-0x00001653: +>>0 @I648@ INDI +1 NAME Aloys of_Liechtenstein // +1 SEX M +1 TITL Prince +1 FAMS @F397@ +<< +[0019] INDI rkey: I649 offs: 0x00000654 lens: 0x0000005d +0x00001654-0x000016b0: +>>0 @I649@ INDI +1 NAME Franz_Joseph_II of_Liechtenstein // +1 SEX M +1 TITL Prince +1 FAMC @F397@ +<< +[0020] INDI rkey: I650 offs: 0x000006b1 lens: 0x00000084 +0x000016b1-0x00001734: +>>0 @I650@ INDI +1 NAME William_V of_Orange // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1748 +1 DEAT +2 DATE 1806 +1 FAMC @F212@ +1 FAMS @F353@ +<< +[0021] INDI rkey: I651 offs: 0x00000735 lens: 0x00000060 +0x00001735-0x00001794: +>>0 @I651@ INDI +1 NAME Wilhelmina // +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1820 +1 FAMS @F353@ +<< +[0022] INDI rkey: I652 offs: 0x00000795 lens: 0x000000c1 +0x00001795-0x00001855: +>>0 @I652@ INDI +1 NAME William_II of_Netherlands // +1 SEX M +1 TITL King +1 BIRT +2 DATE 6 DEC 1792 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 17 MAR 1849 +2 PLAC Tilburg +1 FAMC @F350@ +1 FAMS @F399@ +<< +[0023] INDI rkey: I653 offs: 0x00000856 lens: 0x00000088 +0x00001856-0x000018dd: +>>0 @I653@ INDI +1 NAME Frederik of_Netherlands // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1881 +1 FAMC @F350@ +1 FAMS @F336@ +<< +[0024] INDI rkey: I654 offs: 0x000008de lens: 0x000000aa +0x000018de-0x00001987: +>>0 @I654@ INDI +1 NAME Anna Pavlovna // +1 SEX F +1 BIRT +2 DATE 18 JAN 1795 +2 PLAC St. Petersburg,Russia +1 DEAT +2 DATE 1 MAR 1865 +2 PLAC The Hague +1 FAMC @F36@ +1 FAMS @F399@ +<< +[0025] INDI rkey: I655 offs: 0x00000988 lens: 0x000000cc +0x00001988-0x00001a53: +>>0 @I655@ INDI +1 NAME William_III of_Netherlands // +1 SEX M +1 TITL King +1 BIRT +2 DATE 19 FEB 1817 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 23 NOV 1890 +2 PLAC Het Loo +1 FAMC @F399@ +1 FAMS @F400@ +1 FAMS @F401@ +<< +[0026] INDI rkey: I656 offs: 0x00000a54 lens: 0x000000b6 +0x00001a54-0x00001b09: +>>0 @I656@ INDI +1 NAME Emma of_Netherlands // +1 SEX F +1 TITL Queen Regent +1 BIRT +2 DATE 2 AUG 1858 +2 PLAC Arolsen +1 DEAT +2 DATE 20 MAR 1934 +2 PLAC The Hague +1 FAMC @F17@ +1 FAMS @F401@ +<< +[0027] INDI rkey: I657 offs: 0x00000b0a lens: 0x000000c3 +0x00001b0a-0x00001bcc: +>>0 @I657@ INDI +1 NAME Wilhelmina of_Netherlands // +1 SEX F +1 TITL Queen +1 BIRT +2 DATE 31 AUG 1880 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 28 NOV 1962 +2 PLAC Het Loo +1 FAMC @F401@ +1 FAMS @F402@ +<< +[0028] INDI rkey: I658 offs: 0x00000bcd lens: 0x000000bd +0x00001bcd-0x00001c89: +>>0 @I658@ INDI +1 NAME Henry of_Mecklenburg // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 19 APR 1876 +2 PLAC Schwerin +1 DEAT +2 DATE 3 JUL 1934 +2 PLAC The Hague,Netherlands +1 FAMC @F403@ +1 FAMS @F402@ +<< +[0029] INDI rkey: I659 offs: 0x00000c8a lens: 0x00000097 +0x00001c8a-0x00001d20: +>>0 @I659@ INDI +1 NAME Juliana of_Netherlands // +1 SEX F +1 TITL Queen +1 BIRT +2 DATE 30 APR 1909 +2 PLAC The Hague,Netherlands +1 FAMC @F402@ +1 FAMS @F404@ +<< +[0030] INDI rkey: I660 offs: 0x00000d21 lens: 0x00000080 +0x00001d21-0x00001da0: +>>0 @I660@ INDI +1 NAME Bernhard of_Lippe- Biesterfeld// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 29 JUN 1911 +2 PLAC Jena +1 FAMS @F404@ +<< +[0031] INDI rkey: I661 offs: 0x00000da1 lens: 0x0000009d +0x00001da1-0x00001e3d: +>>0 @I661@ INDI +1 NAME Beatrix of_Netherlands // +1 SEX F +1 TITL Queen +1 BIRT +2 DATE 31 JAN 1938 +2 PLAC Soetdijk,Palace,Netherlands +1 FAMC @F404@ +1 FAMS @F405@ +<< +[0032] INDI rkey: I662 offs: 0x00000e3e lens: 0x00000037 +0x00001e3e-0x00001e74: +>>0 @I662@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F381@ +<< +[0033] INDI rkey: I663 offs: 0x00000e75 lens: 0x00000066 +0x00001e75-0x00001eda: +>>0 @I663@ INDI +1 NAME Leopold_II of_Anhalt-Dessau // +1 SEX M +1 TITL Prince +1 FAMC @F381@ +1 FAMS @F406@ +<< +[0034] INDI rkey: I664 offs: 0x00000edb lens: 0x00000037 +0x00001edb-0x00001f11: +>>0 @I664@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F406@ +<< +[0035] INDI rkey: I665 offs: 0x00000f12 lens: 0x00000043 +0x00001f12-0x00001f54: +>>0 @I665@ INDI +1 NAME Agnes // +1 SEX F +1 FAMC @F406@ +1 FAMS @F407@ +<< +[0036] INDI rkey: I666 offs: 0x00000f55 lens: 0x00000050 +0x00001f55-0x00001fa4: +>>0 @I666@ INDI +1 NAME Johann /Just/ +1 SEX M +1 TITL Baron von Loen +1 FAMS @F407@ +<< +[0037] INDI rkey: I667 offs: 0x00000fa5 lens: 0x00000043 +0x00001fa5-0x00001fe7: +>>0 @I667@ INDI +1 NAME Agnes // +1 SEX F +1 FAMC @F407@ +1 FAMS @F408@ +<< +[0038] INDI rkey: I668 offs: 0x00000fe8 lens: 0x00000052 +0x00001fe8-0x00002039: +>>0 @I668@ INDI +1 NAME Ernst von_Seherr-Thoss // +1 SEX M +1 TITL Count +1 FAMS @F408@ +<< +[0039] INDI rkey: I669 offs: 0x0000103a lens: 0x00000062 +0x0000203a-0x0000209b: +>>0 @I669@ INDI +1 NAME Hermann von_Seherr-Thoss // +1 SEX M +1 TITL Count +1 FAMC @F408@ +1 FAMS @F409@ +<< +[0040] INDI rkey: I670 offs: 0x0000109c lens: 0x00000037 +0x0000209c-0x000020d2: +>>0 @I670@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F409@ +<< +[0041] INDI rkey: I671 offs: 0x000010d3 lens: 0x00000048 +0x000020d3-0x0000211a: +>>0 @I671@ INDI +1 NAME Marguerite // +1 SEX F +1 FAMC @F409@ +1 FAMS @F410@ +<< +[0042] INDI rkey: I672 offs: 0x0000111b lens: 0x00000057 +0x0000211b-0x00002171: +>>0 @I672@ INDI +1 NAME Lajos Apponyi_de Nagy-Appony// +1 SEX M +1 TITL Count +1 FAMS @F410@ +<< +[0043] INDI rkey: I673 offs: 0x00001172 lens: 0x00000065 +0x00002172-0x000021d6: +>>0 @I673@ INDI +1 NAME Cyula Apponyi_de Nagy-Appony// +1 SEX M +1 TITL Count +1 FAMC @F410@ +1 FAMS @F411@ +<< +[0044] INDI rkey: I674 offs: 0x000011d7 lens: 0x00000037 +0x000021d7-0x0000220d: +>>0 @I674@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F411@ +<< +[0045] INDI rkey: I675 offs: 0x0000120e lens: 0x00000047 +0x0000220e-0x00002254: +>>0 @I675@ INDI +1 NAME Geraldine // +1 SEX F +1 FAMC @F411@ +1 FAMS @F412@ +<< +[0046] INDI rkey: I676 offs: 0x00001255 lens: 0x0000004b +0x00002255-0x0000229f: +>>0 @I676@ INDI +1 NAME Zog_I of_Albania // +1 SEX M +1 TITL King +1 FAMS @F412@ +<< +[0047] INDI rkey: I677 offs: 0x000012a0 lens: 0x0000004c +0x000022a0-0x000022eb: +>>0 @I677@ INDI +1 NAME Leka_I of_Albania // +1 SEX M +1 TITL King +1 FAMC @F412@ +<< +[0048] INDI rkey: I678 offs: 0x000012ec lens: 0x0000004e +0x000022ec-0x00002339: +>>0 @I678@ INDI +1 NAME Karl of_Austria // +1 SEX M +1 TITL Archduke +1 FAMS @F413@ +<< +[0049] INDI rkey: I679 offs: 0x0000133a lens: 0x00000039 +0x0000233a-0x00002372: +>>0 @I679@ INDI +1 NAME Henriette // +1 SEX F +1 FAMS @F413@ +<< +[0050] INDI rkey: I680 offs: 0x00001373 lens: 0x0000004b +0x00002373-0x000023bd: +>>0 @I680@ INDI +1 NAME Karl Ferdinand // +1 SEX M +1 FAMC @F413@ +1 FAMS @F414@ +<< +[0051] INDI rkey: I681 offs: 0x000013be lens: 0x00000037 +0x000023be-0x000023f4: +>>0 @I681@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F414@ +<< +[0052] INDI rkey: I682 offs: 0x000013f5 lens: 0x00000091 +0x000023f5-0x00002485: +>>0 @I682@ INDI +1 NAME Maria Cristina of_Austria// +1 SEX F +1 TITL Queen of Spain +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1929 +1 FAMC @F414@ +1 FAMS @F258@ +<< +[0053] INDI rkey: I683 offs: 0x00001486 lens: 0x000000a6 +0x00002486-0x0000252b: +>>0 @I683@ INDI +1 NAME Alfonso_XII // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1857 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 1885 +1 FAMC @F415@ +1 FAMS @F416@ +1 FAMS @F258@ +<< +[0054] INDI rkey: I684 offs: 0x0000152c lens: 0x00000050 +0x0000252c-0x0000257b: +>>0 @I684@ INDI +1 NAME Joseph of_Austria // +1 SEX M +1 TITL Archduke +1 FAMS @F368@ +<< +[0055] INDI rkey: I685 offs: 0x0000157c lens: 0x00000064 +0x0000257c-0x000025df: +>>0 @I685@ INDI +1 NAME Elisabeth of_Austria // +1 SEX F +1 TITL Archduchess +1 FAMC @F368@ +1 FAMS @F417@ +<< +[0056] INDI rkey: I686 offs: 0x000015e0 lens: 0x00000058 +0x000025e0-0x00002637: +>>0 @I686@ INDI +1 NAME Ferdinand of_Austria-Este // +1 SEX M +1 TITL Archduke +1 FAMS @F417@ +<< +[0057] INDI rkey: I687 offs: 0x00001638 lens: 0x000000cb +0x00002638-0x00002702: +>>0 @I687@ INDI +1 NAME Maria Theresa // +1 SEX F +1 BIRT +2 DATE 2 JUL 1849 +2 PLAC Brunn +1 DEAT +2 DATE 3 FEB 1919 +2 PLAC Schloss,Wildenwart +1 BURI +2 PLAC Dom Church,Munich,Germany +1 FAMC @F417@ +1 FAMS @F418@ +<< +[0058] INDI rkey: I688 offs: 0x00001703 lens: 0x000000c9 +0x00002703-0x000027cb: +>>0 @I688@ INDI +1 NAME Ludwig_III /Wittelsbach/ +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 7 JAN 1845 +2 PLAC Munich,Germany +1 DEAT +2 DATE 18 OCT 1921 +2 PLAC Sarvar,Hungary +1 FAMC @F419@ +1 FAMS @F418@ +<< +[0059] INDI rkey: I689 offs: 0x000017cc lens: 0x00000099 +0x000027cc-0x00002864: +>>0 @I689@ INDI +1 NAME Rupprecht of_Bavaria // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1955 +1 FAMC @F418@ +1 FAMS @F420@ +1 FAMS @F421@ +<< +[0060] INDI rkey: I690 offs: 0x00001865 lens: 0x0000007b +0x00002865-0x000028df: +>>0 @I690@ INDI +1 NAME Maria Gabriele of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1912 +1 FAMC @F422@ +1 FAMS @F420@ +<< +[0061] INDI rkey: I691 offs: 0x000018e0 lens: 0x0000006a +0x000028e0-0x00002949: +>>0 @I691@ INDI +1 NAME Albrecht (Albert) // +1 SEX M +1 TITL Duke of Bavaria +1 BIRT +2 DATE 1905 +1 FAMC @F420@ +<< +[0062] INDI rkey: I692 offs: 0x0000194a lens: 0x000000cb +0x0000294a-0x00002a14: +>>0 @I692@ INDI +1 NAME George of_Denmark // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 2 APR 1653 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 28 OCT 1708 +2 PLAC Kensington,Palace,,England +1 FAMC @F423@ +1 FAMS @F424@ +<< +[0063] INDI rkey: I693 offs: 0x00001a15 lens: 0x00000110 +0x00002a15-0x00002b24: +>>0 @I693@ INDI +1 NAME Anne /Stuart/ +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 6 FEB 1665 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 1 AUG 1714 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F425@ +1 FAMS @F424@ +<< +[0064] INDI rkey: I694 offs: 0x00001b25 lens: 0x0000006c +0x00002b25-0x00002b90: +>>0 @I694@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 12 MAY 1684 +1 DEAT +2 DATE 12 MAY 1684 +1 FAMC @F424@ +<< +[0065] INDI rkey: I695 offs: 0x00001b91 lens: 0x000000a8 +0x00002b91-0x00002c38: +>>0 @I695@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 2 JUN 1685 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 8 FEB 1687 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F424@ +<< +[0066] INDI rkey: I696 offs: 0x00001c39 lens: 0x000000bd +0x00002c39-0x00002cf5: +>>0 @I696@ INDI +1 NAME Anne Sophia // +1 SEX F +1 BIRT +2 DATE 12 MAY 1686 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 2 FEB 1687 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F424@ +<< +[0067] INDI rkey: I697 offs: 0x00001cf6 lens: 0x00000067 +0x00002cf6-0x00002d5c: +>>0 @I697@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 22 OCT 1687 +1 DEAT +2 DATE 22 OCT 1687 +1 FAMC @F424@ +<< +[0068] INDI rkey: I698 offs: 0x00001d5d lens: 0x000000d0 +0x00002d5d-0x00002e2c: +>>0 @I698@ INDI +1 NAME William of_Gloucester // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 24 JUL 1689 +2 PLAC Hampton Court,Palace,England +1 DEAT +2 DATE 30 JUL 1700 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F424@ +<< +[0069] INDI rkey: I699 offs: 0x00001e2d lens: 0x000000b6 +0x00002e2d-0x00002ee2: +>>0 @I699@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 14 OCT 1690 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 14 OCT 1690 +2 PLAC St. James Palace,London,England +1 FAMC @F424@ +<< +[0070] INDI rkey: I700 offs: 0x00001ee3 lens: 0x000000c6 +0x00002ee3-0x00002fa8: +>>0 @I700@ INDI +1 NAME George // +1 SEX M +1 BIRT +2 DATE 17 APR 1692 +2 PLAC Syon House,Brentford,Middlesex,England +1 DEAT +2 DATE 17 APR 1692 +2 PLAC Syon House,Brentford,Middlesex,England +1 FAMC @F424@ +<< +[0071] INDI rkey: I701 offs: 0x00001fa9 lens: 0x000000aa +0x00002fa9-0x00003052: +>>0 @I701@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 23 MAR 1693 +2 PLAC Berkeley House,,England +1 DEAT +2 DATE 23 MAR 1693 +2 PLAC Berkeley House,,England +1 FAMC @F424@ +<< +[0072] INDI rkey: I702 offs: 0x00002053 lens: 0x0000006c +0x00003053-0x000030be: +>>0 @I702@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 18 FEB 1696 +1 DEAT +2 DATE 18 FEB 1696 +1 FAMC @F424@ +<< +[0073] INDI rkey: I703 offs: 0x000020bf lens: 0x000000a9 +0x000030bf-0x00003167: +>>0 @I703@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 20 SEP 1696 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 20 SEP 1696 +2 PLAC Windsor,Berkshire,England +1 FAMC @F424@ +<< +[0074] INDI rkey: I704 offs: 0x00002168 lens: 0x00000067 +0x00003168-0x000031ce: +>>0 @I704@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 15 SEP 1698 +1 DEAT +2 DATE 15 SEP 1698 +1 FAMC @F424@ +<< +[0075] INDI rkey: I705 offs: 0x000021cf lens: 0x0000006c +0x000031cf-0x0000323a: +>>0 @I705@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 25 JAN 1700 +1 DEAT +2 DATE 25 JAN 1700 +1 FAMC @F424@ +<< +[0076] INDI rkey: I706 offs: 0x0000223b lens: 0x00000118 +0x0000323b-0x00003352: +>>0 @I706@ INDI +1 NAME James_II /Stuart/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 14 OCT 1633 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 SEP 1701 +2 PLAC St. Germain-,en-Laye,France +1 BURI +2 PLAC St. Germain-,en-Laye,France +1 FAMC @F426@ +1 FAMS @F425@ +1 FAMS @F427@ +<< +[0077] INDI rkey: I707 offs: 0x00002353 lens: 0x000000d3 +0x00003353-0x00003425: +>>0 @I707@ INDI +1 NAME Anne /Hyde/ +1 SEX F +1 BIRT +2 DATE 12 MAR 1637/1638 +2 PLAC Cranbourne Lodge,Near,Windsor,England +1 DEAT +2 DATE 31 MAR 1671 +2 PLAC St. James Palace,London,England +1 FAMC @F428@ +1 FAMS @F425@ +<< +[0078] INDI rkey: I708 offs: 0x00002426 lens: 0x000000b9 +0x00003426-0x000034de: +>>0 @I708@ INDI +1 NAME Charles of_Cambridge // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 22 OCT 1660 +2 PLAC Worcester House,London,England +1 DEAT +2 DATE 5 MAY 1661 +2 PLAC Whitehall +1 FAMC @F425@ +<< +[0079] INDI rkey: I709 offs: 0x000024df lens: 0x0000010f +0x000034df-0x000035ed: +>>0 @I709@ INDI +1 NAME Mary_II // +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 30 APR 1662 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 28 DEC 1694 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F425@ +1 FAMS @F429@ +<< +[0080] INDI rkey: I710 offs: 0x000025ee lens: 0x000000cf +0x000035ee-0x000036bc: +>>0 @I710@ INDI +1 NAME James of_Cambridge // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 12 JUL 1663 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 22 MAY 1667 +2 PLAC St. James Palace,London,England +1 FAMC @F425@ +<< +[0081] INDI rkey: I711 offs: 0x000026bd lens: 0x000000c7 +0x000036bd-0x00003783: +>>0 @I711@ INDI +1 NAME Charles // +1 SEX M +1 TITL Duke of Kendal +1 BIRT +2 DATE 4 JUL 1666 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 20 JUN 1667 +2 PLAC Richmond Palace,,England +1 FAMC @F425@ +<< +[0082] INDI rkey: I712 offs: 0x00002784 lens: 0x000000ce +0x00003784-0x00003851: +>>0 @I712@ INDI +1 NAME Edgar of_Cambridge // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 14 SEP 1667 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 15 NOV 1669 +2 PLAC Richmond Palace,London,England +1 FAMC @F425@ +<< +[0083] INDI rkey: I713 offs: 0x00002852 lens: 0x000000a8 +0x00003852-0x000038f9: +>>0 @I713@ INDI +1 NAME Henrietta // +1 SEX F +1 BIRT +2 DATE 13 JAN 1669 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 15 NOV 1669 +2 PLAC St. James Palace,,England +1 FAMC @F425@ +<< +[0084] INDI rkey: I714 offs: 0x000028fa lens: 0x000000a6 +0x000038fa-0x0000399f: +>>0 @I714@ INDI +1 NAME Catherine // +1 SEX F +1 BIRT +2 DATE 9 FEB 1671 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 5 DEC 1671 +2 PLAC St. James Palace,,England +1 FAMC @F425@ +<< +[0085] INDI rkey: I715 offs: 0x000029a0 lens: 0x000000d2 +0x000039a0-0x00003a71: +>>0 @I715@ INDI +1 NAME Mary Beatrice of_Modena// +1 SEX F +1 BIRT +2 DATE 25 SEP 1658 +1 DEAT +2 DATE 7 MAY 1718 +2 PLAC St. Germain-,en-Laye,France +1 BURI +2 PLAC Convent of,Chaillot,France +1 FAMC @F430@ +1 FAMS @F427@ +<< +[0086] INDI rkey: I716 offs: 0x00002a72 lens: 0x000000c0 +0x00003a72-0x00003b31: +>>0 @I716@ INDI +1 NAME Catherine Laura /Stuart/ +1 SEX F +1 BIRT +2 DATE 10 JAN +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 3 OCT 1675 +2 PLAC St. James Palace,London,England +1 FAMC @F427@ +<< +[0087] INDI rkey: I717 offs: 0x00002b32 lens: 0x000000d6 +0x00003b32-0x00003c07: +>>0 @I717@ INDI +1 NAME Charles of_Cambridge /Stuart/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 7 NOV 1677 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 12 DEC 1677 +2 PLAC St. James Palace,London,England +1 FAMC @F427@ +<< +[0088] INDI rkey: I718 offs: 0x00002c08 lens: 0x000000c5 +0x00003c08-0x00003ccc: +>>0 @I718@ INDI +1 NAME Charlotte Maria /Stuart/ +1 SEX F +1 BIRT +2 DATE 16 AUG 1682 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 OCT 1682 +2 PLAC St. James Palace,London,England +1 FAMC @F427@ +<< +[0089] INDI rkey: I719 offs: 0x00002ccd lens: 0x000000da +0x00003ccd-0x00003da6: +>>0 @I719@ INDI +1 NAME James Francis Edward/Stuart/ +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 10 JUN 1688 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 1 JAN 1766 +2 PLAC Rome,,Italy +1 FAMC @F427@ +1 FAMS @F431@ +<< +[0090] INDI rkey: I720 offs: 0x00002da7 lens: 0x000000c1 +0x00003da7-0x00003e67: +>>0 @I720@ INDI +1 NAME Louisa Maria Theresa/Stuart/ +1 SEX F +1 BIRT +2 DATE 28 JUN 1692 +2 PLAC St. Germain-,en-Laye,France +1 DEAT +2 DATE 8 APR 1712 +2 PLAC St. Germain-,en-Laye,France +1 FAMC @F427@ +<< +[0091] INDI rkey: I721 offs: 0x00002e68 lens: 0x000000a4 +0x00003e68-0x00003f0b: +>>0 @I721@ INDI +1 NAME Maria Casimire Clementina/Sobieska/ +1 SEX F +1 BIRT +2 DATE 18 JUL 1702 +1 DEAT +2 DATE 18 JAN 1735 +2 PLAC Rome,,Italy +1 FAMC @F432@ +1 FAMS @F431@ +<< +[0092] INDI rkey: I722 offs: 0x00002f0c lens: 0x000000b0 +0x00003f0c-0x00003fbb: +>>0 @I722@ INDI +1 NAME Charles Edward Louis/Stuart/ +1 SEX M +1 BIRT +2 DATE 31 DEC 1720 +2 PLAC Rome,,Italy +1 DEAT +2 DATE 31 JAN 1788 +2 PLAC Rome,,Italy +1 FAMC @F431@ +1 FAMS @F433@ +<< +[0093] INDI rkey: I723 offs: 0x00002fbc lens: 0x000000ba +0x00003fbc-0x00004075: +>>0 @I723@ INDI +1 NAME Henry Benedict Thomas/Stuart/ +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 6 MAR 1725 +2 PLAC Rome,,Italy +1 DEAT +2 DATE 13 JUL 1807 +2 PLAC Frascati,,Italy +1 FAMC @F431@ +<< +[0094] INDI rkey: I724 offs: 0x00003076 lens: 0x000000af +0x00004076-0x00004124: +>>0 @I724@ INDI +1 NAME Louise Maximilienne Caroline// +1 SEX F +1 BIRT +2 DATE 10 SEP 1752 +2 PLAC Mons +1 DEAT +2 DATE 29 JAN 1824 +2 PLAC Florence,,Italy +1 FAMC @F434@ +1 FAMS @F433@ +<< +[0095] INDI rkey: I725 offs: 0x00003125 lens: 0x00000119 +0x00004125-0x0000423d: +>>0 @I725@ INDI +1 NAME James_I /Stuart/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 19 JUN 1566 +2 PLAC Edinburgh Castle,,Scotland +1 DEAT +2 DATE 27 MAR 1625 +2 PLAC Theobalds Park,Hertfordshire,Herts,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F435@ +1 FAMS @F436@ +<< +[0096] INDI rkey: I726 offs: 0x0000323e lens: 0x000000e4 +0x0000423e-0x00004321: +>>0 @I726@ INDI +1 NAME Anne of_Denmark // +1 SEX F +1 BIRT +2 DATE 14 OCT 1574 +2 PLAC Skanderborg,Castle +1 DEAT +2 DATE 4 MAR 1619 +2 PLAC Hampton Court,Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F437@ +1 FAMS @F436@ +<< +[0097] INDI rkey: I727 offs: 0x00003322 lens: 0x000000c6 +0x00004322-0x000043e7: +>>0 @I727@ INDI +1 NAME Henry Frederick /Stuart/ +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 19 FEB 1594 +2 PLAC Stirling Castle +1 DEAT +2 DATE 6 NOV 1612 +2 PLAC St. James Palace,,England +1 FAMC @F436@ +<< +[0098] INDI rkey: I728 offs: 0x000033e8 lens: 0x000000ba +0x000043e8-0x000044a1: +>>0 @I728@ INDI +1 NAME Elizabeth /Stuart/ +1 SEX F +1 BIRT +2 DATE 19 AUG 1596 +2 PLAC Dunfermline +1 DEAT +2 DATE 13 FEB 1662 +2 PLAC Leicester House,London,England +1 FAMC @F436@ +1 FAMS @F438@ +<< +[0099] INDI rkey: I729 offs: 0x000034a2 lens: 0x00000098 +0x000044a2-0x00004539: +>>0 @I729@ INDI +1 NAME Margaret /Stuart/ +1 SEX F +1 BIRT +2 DATE 24 DEC 1598 +2 PLAC Dalkeith Palace +1 DEAT +2 DATE MAR 1600 +2 PLAC Linlithgow +1 FAMC @F436@ +<< +[0100] INDI rkey: I730 offs: 0x0000353a lens: 0x00000107 +0x0000453a-0x00004640: +>>0 @I730@ INDI +1 NAME Charles_I /Stuart/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 19 NOV 1600 +2 PLAC Dunfermline,Scotland +1 DEAT +2 DATE 30 JAN 1649 +2 PLAC Whitehall Palace,,England +1 BURI +2 PLAC St. George's,Chapel,Windsor,England +1 FAMC @F436@ +1 FAMS @F426@ +<< +[0101] INDI rkey: I731 offs: 0x00003641 lens: 0x000000ad +0x00004641-0x000046ed: +>>0 @I731@ INDI +1 NAME Robert /Stuart/ +1 SEX M +1 TITL Duke of Kintyre +1 BIRT +2 DATE 18 JAN 1602 +2 PLAC Dunfermline +1 DEAT +2 DATE 27 MAY 1602 +2 PLAC Dunfermline +1 FAMC @F436@ +<< +[0102] INDI rkey: I732 offs: 0x000036ee lens: 0x00000081 +0x000046ee-0x0000476e: +>>0 @I732@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE MAY 1603 +2 PLAC Stirling +1 DEAT +2 DATE MAY 1603 +2 PLAC Stirling +1 FAMC @F436@ +<< +[0103] INDI rkey: I733 offs: 0x0000376f lens: 0x000000ac +0x0000476f-0x0000481a: +>>0 @I733@ INDI +1 NAME Mary /Stuart/ +1 SEX F +1 BIRT +2 DATE 8 APR 1605 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 16 SEP 1607 +2 PLAC Stanwell Park,Middlesex,England +1 FAMC @F436@ +<< +[0104] INDI rkey: I734 offs: 0x0000381b lens: 0x000000a0 +0x0000481b-0x000048ba: +>>0 @I734@ INDI +1 NAME Sophia /Stuart/ +1 SEX F +1 BIRT +2 DATE 22 JUN 1606 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 23 JUN 1606 +2 PLAC Greenwich Palace +1 FAMC @F436@ +<< +[0105] INDI rkey: I735 offs: 0x000038bb lens: 0x00000085 +0x000048bb-0x0000493f: +>>0 @I735@ INDI +1 NAME Frederick_V of_Palatinate // +1 SEX M +1 TITL King of Bohemia +1 BIRT +2 DATE 1596 +1 DEAT +2 DATE 1632 +1 FAMS @F438@ +<< +[0106] INDI rkey: I736 offs: 0x00003940 lens: 0x00000071 +0x00004940-0x000049b0: +>>0 @I736@ INDI +1 NAME Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 1630 +1 DEAT +2 DATE 1714 +1 FAMC @F438@ +1 FAMS @F217@ +<< +[0107] INDI rkey: I737 offs: 0x000039b1 lens: 0x000000f2 +0x000049b1-0x00004aa2: +>>0 @I737@ INDI +1 NAME Frederick_II of_Denmark and_Norway// +1 SEX M +1 TITL King +1 BIRT +2 DATE 1 JUL 1534 +2 PLAC Haderslevhus +1 DEAT +2 DATE 4 APR 1588 +2 PLAC Antvorslev,Castle +1 BURI +2 PLAC Roskilde,Cathedral,Denmark +1 FAMC @F439@ +1 FAMS @F437@ +<< +[0108] INDI rkey: I738 offs: 0x00003aa3 lens: 0x0000009c +0x00004aa3-0x00004b3e: +>>0 @I738@ INDI +1 NAME Sophia of_Mecklenburg- Gustrow// +1 SEX F +1 BIRT +2 DATE 4 SEP 1557 +2 PLAC Wismar +1 DEAT +2 DATE 4 OCT 1631 +2 PLAC Nykobing +1 FAMS @F437@ +<< +[0109] INDI rkey: I739 offs: 0x00003b3f lens: 0x000000e6 +0x00004b3f-0x00004c24: +>>0 @I739@ INDI +1 NAME Henrietta Maria of_France// +1 SEX F +1 BIRT +2 DATE 26 NOV 1609 +2 PLAC Hotel du Louvre,Paris,France +1 DEAT +2 DATE 31 AUG 1669 +2 PLAC Colombe,Near Paris,France +1 BURI +2 PLAC St. Denis +1 FAMC @F344@ +1 FAMS @F426@ +<< +[0110] INDI rkey: I740 offs: 0x00003c25 lens: 0x000000f4 +0x00004c25-0x00004d18: +>>0 @I740@ INDI +1 NAME Henry_IV the_Great // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 13 DEC 1553 +2 PLAC Pau,Navarre,France +1 DEAT +2 DATE 14 MAY 1610 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F145@ +1 FAMS @F440@ +1 FAMS @F344@ +<< +[0111] INDI rkey: I741 offs: 0x00003d19 lens: 0x00000073 +0x00004d19-0x00004d8b: +>>0 @I741@ INDI +1 NAME Marie /de'_Medici/ +1 SEX F +1 BIRT +2 DATE 1573 +1 DEAT +2 DATE 1642 +1 FAMC @F346@ +1 FAMS @F344@ +<< +[0112] INDI rkey: I742 offs: 0x00003d8c lens: 0x000000be +0x00004d8c-0x00004e49: +>>0 @I742@ INDI +1 NAME Charles James /Stuart/ +1 SEX M +1 TITL Duke of Cornwall +1 BIRT +2 DATE 13 MAY 1629 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 13 MAY 1629 +2 PLAC Greenwich Palace +1 FAMC @F426@ +<< +[0113] INDI rkey: I743 offs: 0x00003e4a lens: 0x0000010f +0x00004e4a-0x00004f58: +>>0 @I743@ INDI +1 NAME Charles_II /Stuart/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 29 MAY 1630 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 FEB 1685 +2 PLAC Whitehall Palace,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F426@ +1 FAMS @F441@ +<< +[0114] INDI rkey: I744 offs: 0x00003f59 lens: 0x000000d9 +0x00004f59-0x00005031: +>>0 @I744@ INDI +1 NAME Mary /Stuart/ +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 4 NOV 1631 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 24 DEC 1660 +2 PLAC Whitehall Palace,,England +1 FAMC @F426@ +1 FAMS @F442@ +<< +[0115] INDI rkey: I745 offs: 0x00004032 lens: 0x000000c9 +0x00005032-0x000050fa: +>>0 @I745@ INDI +1 NAME Elizabeth /Stuart/ +1 SEX F +1 BIRT +2 DATE 29 DEC 1635 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 8 SEP 1650 +2 PLAC Carisbrooke,Castle,Isle of Wight,England +1 FAMC @F426@ +<< +[0116] INDI rkey: I746 offs: 0x000040fb lens: 0x000000b4 +0x000050fb-0x000051ae: +>>0 @I746@ INDI +1 NAME Anne /Stuart/ +1 SEX F +1 BIRT +2 DATE 17 MAR 1637 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 5 NOV 1640 +2 PLAC Richmond Palace,,England +1 FAMC @F426@ +<< +[0117] INDI rkey: I747 offs: 0x000041af lens: 0x000000b5 +0x000051af-0x00005263: +>>0 @I747@ INDI +1 NAME Catherine /Stuart/ +1 SEX F +1 BIRT +2 DATE 29 JUN 1639 +2 PLAC Whitehall Palace,,England +1 DEAT +2 DATE 29 JUN 1639 +2 PLAC Whitehall Palace,,England +1 FAMC @F426@ +<< +[0118] INDI rkey: I748 offs: 0x00004264 lens: 0x000000be +0x00005264-0x00005321: +>>0 @I748@ INDI +1 NAME Henry of_Gloucester /Stuart/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 8 JUL 1640 +2 PLAC Oatlands,Surrey,England +1 DEAT +2 DATE 13 SEP 1660 +2 PLAC Whitehall Palace +1 FAMC @F426@ +<< +[0119] INDI rkey: I749 offs: 0x00004322 lens: 0x000000ba +0x00005322-0x000053db: +>>0 @I749@ INDI +1 NAME Henrietta Anne /Stuart/ +1 SEX F +1 BIRT +2 DATE 16 JUN 1644 +2 PLAC Bedford House,Exeter,England +1 DEAT +2 DATE 30 JUN 1670 +2 PLAC St. Cloud +1 FAMC @F426@ +1 FAMS @F443@ +<< +[0120] INDI rkey: I750 offs: 0x000043dc lens: 0x00000077 +0x000053dc-0x00005452: +>>0 @I750@ INDI +1 NAME William_II of_Orange // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1626 +1 DEAT +2 DATE 1650 +1 FAMS @F442@ +<< +[0121] INDI rkey: I751 offs: 0x00004453 lens: 0x00000090 +0x00005453-0x000054e2: +>>0 @I751@ INDI +1 NAME Philippe of_Orleans // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1641 +1 DEAT +2 DATE 1701 +1 FAMC @F345@ +1 FAMS @F443@ +1 FAMS @F444@ +<< +[0122] INDI rkey: I752 offs: 0x000044e3 lens: 0x000000e4 +0x000054e3-0x000055c6: +>>0 @I752@ INDI +1 NAME Catherine of_Braganza // +1 SEX F +1 BIRT +2 DATE 25 NOV 1638 +2 PLAC Vila Vicosa,Lisbon,Portugal +1 DEAT +2 DATE 31 DEC 1705 +2 PLAC Bemposta,Palace,Lisbon,Portugal +1 BURI +2 PLAC Belem +1 FAMC @F445@ +1 FAMS @F441@ +<< +[0123] INDI rkey: I753 offs: 0x000045c7 lens: 0x00000082 +0x000055c7-0x00005648: +>>0 @I753@ INDI +1 NAME John_IV the_Fortunate // +1 SEX M +1 TITL King of Portugal +1 BIRT +2 DATE 1605 +1 DEAT +2 DATE 1656 +1 FAMS @F445@ +<< +[0124] INDI rkey: I754 offs: 0x00004649 lens: 0x00000043 +0x00005649-0x0000568b: +>>0 @I754@ INDI +1 NAME Luiza Maria /de_Guzman/ +1 SEX F +1 FAMS @F445@ +<< +[0125] INDI rkey: I755 offs: 0x0000468c lens: 0x00000056 +0x0000568c-0x000056e1: +>>0 @I755@ INDI +1 NAME Alfonso_IV /d'Este/ +1 SEX M +1 TITL Duke of Modena +1 FAMS @F430@ +<< +[0126] INDI rkey: I756 offs: 0x000046e2 lens: 0x0000003f +0x000056e2-0x00005720: +>>0 @I756@ INDI +1 NAME Laura /Mortinozzi/ +1 SEX F +1 FAMS @F430@ +<< + +0x00005721: EOF (0x00005721) GOOD + +BLOCK - DIRECTORY ab/ac +0x00000000:ix_self: 0x00010002 (ab/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I757' +0x00000016:ix_rkey[0001]: ' I758' +0x0000001e:ix_rkey[0002]: ' I759' +0x00000026:ix_rkey[0003]: ' I760' +0x0000002e:ix_rkey[0004]: ' I761' +0x00000036:ix_rkey[0005]: ' I762' +0x0000003e:ix_rkey[0006]: ' I763' +0x00000046:ix_rkey[0007]: ' I764' +0x0000004e:ix_rkey[0008]: ' I765' +0x00000056:ix_rkey[0009]: ' I766' +0x0000005e:ix_rkey[0010]: ' I767' +0x00000066:ix_rkey[0011]: ' I768' +0x0000006e:ix_rkey[0012]: ' I769' +0x00000076:ix_rkey[0013]: ' I770' +0x0000007e:ix_rkey[0014]: ' I771' +0x00000086:ix_rkey[0015]: ' I772' +0x0000008e:ix_rkey[0016]: ' I773' +0x00000096:ix_rkey[0017]: ' I774' +0x0000009e:ix_rkey[0018]: ' I775' +0x000000a6:ix_rkey[0019]: ' I776' +0x000000ae:ix_rkey[0020]: ' I777' +0x000000b6:ix_rkey[0021]: ' I778' +0x000000be:ix_rkey[0022]: ' I779' +0x000000c6:ix_rkey[0023]: ' I780' +0x000000ce:ix_rkey[0024]: ' I781' +0x000000d6:ix_rkey[0025]: ' I782' +0x000000de:ix_rkey[0026]: ' I783' +0x000000e6:ix_rkey[0027]: ' I784' +0x000000ee:ix_rkey[0028]: ' I785' +0x000000f6:ix_rkey[0029]: ' I786' +0x000000fe:ix_rkey[0030]: ' I787' +0x00000106:ix_rkey[0031]: ' I788' +0x0000010e:ix_rkey[0032]: ' I789' +0x00000116:ix_rkey[0033]: ' I790' +0x0000011e:ix_rkey[0034]: ' I791' +0x00000126:ix_rkey[0035]: ' I792' +0x0000012e:ix_rkey[0036]: ' I793' +0x00000136:ix_rkey[0037]: ' I794' +0x0000013e:ix_rkey[0038]: ' I795' +0x00000146:ix_rkey[0039]: ' I796' +0x0000014e:ix_rkey[0040]: ' I797' +0x00000156:ix_rkey[0041]: ' I798' +0x0000015e:ix_rkey[0042]: ' I799' +0x00000166:ix_rkey[0043]: ' I800' +0x0000016e:ix_rkey[0044]: ' I801' +0x00000176:ix_rkey[0045]: ' I802' +0x0000017e:ix_rkey[0046]: ' I803' +0x00000186:ix_rkey[0047]: ' I804' +0x0000018e:ix_rkey[0048]: ' I805' +0x00000196:ix_rkey[0049]: ' I806' +0x0000019e:ix_rkey[0050]: ' I807' +0x000001a6:ix_rkey[0051]: ' I808' +0x000001ae:ix_rkey[0052]: ' I809' +0x000001b6:ix_rkey[0053]: ' I810' +0x000001be:ix_rkey[0054]: ' I811' +0x000001c6:ix_rkey[0055]: ' I812' +0x000001ce:ix_rkey[0056]: ' I813' +0x000001d6:ix_rkey[0057]: ' I814' +0x000001de:ix_rkey[0058]: ' I815' +0x000001e6:ix_rkey[0059]: ' I816' +0x000001ee:ix_rkey[0060]: ' I817' +0x000001f6:ix_rkey[0061]: ' I818' +0x000001fe:ix_rkey[0062]: ' I819' +0x00000206:ix_rkey[0063]: ' I820' +0x0000020e:ix_rkey[0064]: ' I821' +0x00000216:ix_rkey[0065]: ' I822' +0x0000021e:ix_rkey[0066]: ' I823' +0x00000226:ix_rkey[0067]: ' I824' +0x0000022e:ix_rkey[0068]: ' I825' +0x00000236:ix_rkey[0069]: ' I826' +0x0000023e:ix_rkey[0070]: ' I827' +0x00000246:ix_rkey[0071]: ' I828' +0x0000024e:ix_rkey[0072]: ' I829' +0x00000256:ix_rkey[0073]: ' I830' +0x0000025e:ix_rkey[0074]: ' I831' +0x00000266:ix_rkey[0075]: ' I832' +0x0000026e:ix_rkey[0076]: ' I833' +0x00000276:ix_rkey[0077]: ' I834' +0x0000027e:ix_rkey[0078]: ' I835' +0x00000286:ix_rkey[0079]: ' I836' +0x0000028e:ix_rkey[0080]: ' I837' +0x00000296:ix_rkey[0081]: ' I838' +0x0000029e:ix_rkey[0082]: ' I839' +0x000002a6:ix_rkey[0083]: ' I840' +0x000002ae:ix_rkey[0084]: ' I841' +0x000002b6:ix_rkey[0085]: ' I842' +0x000002be:ix_rkey[0086]: ' I843' +0x000002c6:ix_rkey[0087]: ' I844' +0x000002ce:ix_rkey[0088]: ' I845' +0x000002d6:ix_rkey[0089]: ' I846' +0x000002de:ix_rkey[0090]: ' I847' +0x000002e6:ix_rkey[0091]: ' I848' +0x000002ee:ix_rkey[0092]: ' I849' +0x000002f6:ix_rkey[0093]: ' I850' +0x000002fe:ix_rkey[0094]: ' I851' +0x00000306:ix_rkey[0095]: ' I852' +0x0000030e:ix_rkey[0096]: ' I853' +0x00000316:ix_rkey[0097]: ' I854' +0x0000031e:ix_rkey[0098]: ' I855' +0x00000326:ix_rkey[0099]: ' I856' +0x0000032e:ix_rkey[0100]: ' I857' +0x00000336:ix_rkey[0101]: ' I858' +0x0000033e:ix_rkey[0102]: ' I859' +0x00000346:ix_rkey[0103]: ' I860' +0x0000034e:ix_rkey[0104]: ' I861' +0x00000356:ix_rkey[0105]: ' I862' +0x0000035e:ix_rkey[0106]: ' I863' +0x00000366:ix_rkey[0107]: ' I864' +0x0000036e:ix_rkey[0108]: ' I865' +0x00000376:ix_rkey[0109]: ' I866' +0x0000037e:ix_rkey[0110]: ' I867' +0x00000386:ix_rkey[0111]: ' I868' +0x0000038e:ix_rkey[0112]: ' I869' +0x00000396:ix_rkey[0113]: ' I870' +0x0000039e:ix_rkey[0114]: ' I871' +0x000003a6:ix_rkey[0115]: ' I872' +0x000003ae:ix_rkey[0116]: ' I873' +0x000003b6:ix_rkey[0117]: ' I874' +0x000003be:ix_rkey[0118]: ' I875' +0x000003c6:ix_rkey[0119]: ' I876' +0x000003ce:ix_rkey[0120]: ' I877' +0x000003d6:ix_rkey[0121]: ' I878' +0x000003de:ix_rkey[0122]: ' I879' +0x000003e6:ix_rkey[0123]: ' I880' +0x000003ee:ix_rkey[0124]: ' I881' +0x000003f6:ix_rkey[0125]: ' I882' +0x000003fe:ix_rkey[0126]: ' I883' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000110 +0x0000080c:ix_offs[0001]: 0x00000110 0x00000c08:ix_lens[0001]: 0x0000007c +0x00000810:ix_offs[0002]: 0x0000018c 0x00000c0c:ix_lens[0002]: 0x00000055 +0x00000814:ix_offs[0003]: 0x000001e1 0x00000c10:ix_lens[0003]: 0x0000005b +0x00000818:ix_offs[0004]: 0x0000023c 0x00000c14:ix_lens[0004]: 0x000000e6 +0x0000081c:ix_offs[0005]: 0x00000322 0x00000c18:ix_lens[0005]: 0x00000088 +0x00000820:ix_offs[0006]: 0x000003aa 0x00000c1c:ix_lens[0006]: 0x00000059 +0x00000824:ix_offs[0007]: 0x00000403 0x00000c20:ix_lens[0007]: 0x000000c1 +0x00000828:ix_offs[0008]: 0x000004c4 0x00000c24:ix_lens[0008]: 0x00000075 +0x0000082c:ix_offs[0009]: 0x00000539 0x00000c28:ix_lens[0009]: 0x00000075 +0x00000830:ix_offs[0010]: 0x000005ae 0x00000c2c:ix_lens[0010]: 0x0000004a +0x00000834:ix_offs[0011]: 0x000005f8 0x00000c30:ix_lens[0011]: 0x00000044 +0x00000838:ix_offs[0012]: 0x0000063c 0x00000c34:ix_lens[0012]: 0x00000050 +0x0000083c:ix_offs[0013]: 0x0000068c 0x00000c38:ix_lens[0013]: 0x00000052 +0x00000840:ix_offs[0014]: 0x000006de 0x00000c3c:ix_lens[0014]: 0x000000da +0x00000844:ix_offs[0015]: 0x000007b8 0x00000c40:ix_lens[0015]: 0x000000d2 +0x00000848:ix_offs[0016]: 0x0000088a 0x00000c44:ix_lens[0016]: 0x0000012c +0x0000084c:ix_offs[0017]: 0x000009b6 0x00000c48:ix_lens[0017]: 0x00000109 +0x00000850:ix_offs[0018]: 0x00000abf 0x00000c4c:ix_lens[0018]: 0x000000d7 +0x00000854:ix_offs[0019]: 0x00000b96 0x00000c50:ix_lens[0019]: 0x000000da +0x00000858:ix_offs[0020]: 0x00000c70 0x00000c54:ix_lens[0020]: 0x00000055 +0x0000085c:ix_offs[0021]: 0x00000cc5 0x00000c58:ix_lens[0021]: 0x0000005c +0x00000860:ix_offs[0022]: 0x00000d21 0x00000c5c:ix_lens[0022]: 0x00000085 +0x00000864:ix_offs[0023]: 0x00000da6 0x00000c60:ix_lens[0023]: 0x00000055 +0x00000868:ix_offs[0024]: 0x00000dfb 0x00000c64:ix_lens[0024]: 0x0000008c +0x0000086c:ix_offs[0025]: 0x00000e87 0x00000c68:ix_lens[0025]: 0x0000006b +0x00000870:ix_offs[0026]: 0x00000ef2 0x00000c6c:ix_lens[0026]: 0x0000004e +0x00000874:ix_offs[0027]: 0x00000f40 0x00000c70:ix_lens[0027]: 0x00000055 +0x00000878:ix_offs[0028]: 0x00000f95 0x00000c74:ix_lens[0028]: 0x00000054 +0x0000087c:ix_offs[0029]: 0x00000fe9 0x00000c78:ix_lens[0029]: 0x0000004b +0x00000880:ix_offs[0030]: 0x00001034 0x00000c7c:ix_lens[0030]: 0x0000006e +0x00000884:ix_offs[0031]: 0x000010a2 0x00000c80:ix_lens[0031]: 0x00000059 +0x00000888:ix_offs[0032]: 0x000010fb 0x00000c84:ix_lens[0032]: 0x0000008d +0x0000088c:ix_offs[0033]: 0x00001188 0x00000c88:ix_lens[0033]: 0x0000005c +0x00000890:ix_offs[0034]: 0x000011e4 0x00000c8c:ix_lens[0034]: 0x0000005c +0x00000894:ix_offs[0035]: 0x00001240 0x00000c90:ix_lens[0035]: 0x00000088 +0x00000898:ix_offs[0036]: 0x000012c8 0x00000c94:ix_lens[0036]: 0x00000039 +0x0000089c:ix_offs[0037]: 0x00001301 0x00000c98:ix_lens[0037]: 0x0000003b +0x000008a0:ix_offs[0038]: 0x0000133c 0x00000c9c:ix_lens[0038]: 0x00000053 +0x000008a4:ix_offs[0039]: 0x0000138f 0x00000ca0:ix_lens[0039]: 0x0000004c +0x000008a8:ix_offs[0040]: 0x000013db 0x00000ca4:ix_lens[0040]: 0x00000054 +0x000008ac:ix_offs[0041]: 0x0000142f 0x00000ca8:ix_lens[0041]: 0x0000004f +0x000008b0:ix_offs[0042]: 0x0000147e 0x00000cac:ix_lens[0042]: 0x0000004f +0x000008b4:ix_offs[0043]: 0x000014cd 0x00000cb0:ix_lens[0043]: 0x00000057 +0x000008b8:ix_offs[0044]: 0x00001524 0x00000cb4:ix_lens[0044]: 0x000000ca +0x000008bc:ix_offs[0045]: 0x000015ee 0x00000cb8:ix_lens[0045]: 0x00000040 +0x000008c0:ix_offs[0046]: 0x0000162e 0x00000cbc:ix_lens[0046]: 0x00000056 +0x000008c4:ix_offs[0047]: 0x00001684 0x00000cc0:ix_lens[0047]: 0x0000004d +0x000008c8:ix_offs[0048]: 0x000016d1 0x00000cc4:ix_lens[0048]: 0x00000037 +0x000008cc:ix_offs[0049]: 0x00001708 0x00000cc8:ix_lens[0049]: 0x0000007e +0x000008d0:ix_offs[0050]: 0x00001786 0x00000ccc:ix_lens[0050]: 0x0000006a +0x000008d4:ix_offs[0051]: 0x000017f0 0x00000cd0:ix_lens[0051]: 0x00000058 +0x000008d8:ix_offs[0052]: 0x00001848 0x00000cd4:ix_lens[0052]: 0x00000053 +0x000008dc:ix_offs[0053]: 0x0000189b 0x00000cd8:ix_lens[0053]: 0x0000004a +0x000008e0:ix_offs[0054]: 0x000018e5 0x00000cdc:ix_lens[0054]: 0x0000007f +0x000008e4:ix_offs[0055]: 0x00001964 0x00000ce0:ix_lens[0055]: 0x0000006d +0x000008e8:ix_offs[0056]: 0x000019d1 0x00000ce4:ix_lens[0056]: 0x00000042 +0x000008ec:ix_offs[0057]: 0x00001a13 0x00000ce8:ix_lens[0057]: 0x0000008d +0x000008f0:ix_offs[0058]: 0x00001aa0 0x00000cec:ix_lens[0058]: 0x00000059 +0x000008f4:ix_offs[0059]: 0x00001af9 0x00000cf0:ix_lens[0059]: 0x0000004c +0x000008f8:ix_offs[0060]: 0x00001b45 0x00000cf4:ix_lens[0060]: 0x0000003a +0x000008fc:ix_offs[0061]: 0x00001b7f 0x00000cf8:ix_lens[0061]: 0x0000004a +0x00000900:ix_offs[0062]: 0x00001bc9 0x00000cfc:ix_lens[0062]: 0x0000005b +0x00000904:ix_offs[0063]: 0x00001c24 0x00000d00:ix_lens[0063]: 0x00000075 +0x00000908:ix_offs[0064]: 0x00001c99 0x00000d04:ix_lens[0064]: 0x0000006c +0x0000090c:ix_offs[0065]: 0x00001d05 0x00000d08:ix_lens[0065]: 0x0000007b +0x00000910:ix_offs[0066]: 0x00001d80 0x00000d0c:ix_lens[0066]: 0x0000009f +0x00000914:ix_offs[0067]: 0x00001e1f 0x00000d10:ix_lens[0067]: 0x0000006f +0x00000918:ix_offs[0068]: 0x00001e8e 0x00000d14:ix_lens[0068]: 0x00000053 +0x0000091c:ix_offs[0069]: 0x00001ee1 0x00000d18:ix_lens[0069]: 0x00000055 +0x00000920:ix_offs[0070]: 0x00001f36 0x00000d1c:ix_lens[0070]: 0x00000093 +0x00000924:ix_offs[0071]: 0x00001fc9 0x00000d20:ix_lens[0071]: 0x0000014e +0x00000928:ix_offs[0072]: 0x00002117 0x00000d24:ix_lens[0072]: 0x0000008f +0x0000092c:ix_offs[0073]: 0x000021a6 0x00000d28:ix_lens[0073]: 0x000000ca +0x00000930:ix_offs[0074]: 0x00002270 0x00000d2c:ix_lens[0074]: 0x000000b5 +0x00000934:ix_offs[0075]: 0x00002325 0x00000d30:ix_lens[0075]: 0x0000009b +0x00000938:ix_offs[0076]: 0x000023c0 0x00000d34:ix_lens[0076]: 0x000000fe +0x0000093c:ix_offs[0077]: 0x000024be 0x00000d38:ix_lens[0077]: 0x0000008a +0x00000940:ix_offs[0078]: 0x00002548 0x00000d3c:ix_lens[0078]: 0x000000ad +0x00000944:ix_offs[0079]: 0x000025f5 0x00000d40:ix_lens[0079]: 0x00000072 +0x00000948:ix_offs[0080]: 0x00002667 0x00000d44:ix_lens[0080]: 0x0000006c +0x0000094c:ix_offs[0081]: 0x000026d3 0x00000d48:ix_lens[0081]: 0x000000f3 +0x00000950:ix_offs[0082]: 0x000027c6 0x00000d4c:ix_lens[0082]: 0x00000068 +0x00000954:ix_offs[0083]: 0x0000282e 0x00000d50:ix_lens[0083]: 0x00000085 +0x00000958:ix_offs[0084]: 0x000028b3 0x00000d54:ix_lens[0084]: 0x00000084 +0x0000095c:ix_offs[0085]: 0x00002937 0x00000d58:ix_lens[0085]: 0x00000071 +0x00000960:ix_offs[0086]: 0x000029a8 0x00000d5c:ix_lens[0086]: 0x000000c9 +0x00000964:ix_offs[0087]: 0x00002a71 0x00000d60:ix_lens[0087]: 0x000000c4 +0x00000968:ix_offs[0088]: 0x00002b35 0x00000d64:ix_lens[0088]: 0x00000066 +0x0000096c:ix_offs[0089]: 0x00002b9b 0x00000d68:ix_lens[0089]: 0x0000010c +0x00000970:ix_offs[0090]: 0x00002ca7 0x00000d6c:ix_lens[0090]: 0x00000071 +0x00000974:ix_offs[0091]: 0x00002d18 0x00000d70:ix_lens[0091]: 0x00000102 +0x00000978:ix_offs[0092]: 0x00002e1a 0x00000d74:ix_lens[0092]: 0x00000107 +0x0000097c:ix_offs[0093]: 0x00002f21 0x00000d78:ix_lens[0093]: 0x000000a0 +0x00000980:ix_offs[0094]: 0x00002fc1 0x00000d7c:ix_lens[0094]: 0x00000104 +0x00000984:ix_offs[0095]: 0x000030c5 0x00000d80:ix_lens[0095]: 0x000000fb +0x00000988:ix_offs[0096]: 0x000031c0 0x00000d84:ix_lens[0096]: 0x000000d8 +0x0000098c:ix_offs[0097]: 0x00003298 0x00000d88:ix_lens[0097]: 0x0000004e +0x00000990:ix_offs[0098]: 0x000032e6 0x00000d8c:ix_lens[0098]: 0x0000003e +0x00000994:ix_offs[0099]: 0x00003324 0x00000d90:ix_lens[0099]: 0x000000e0 +0x00000998:ix_offs[0100]: 0x00003404 0x00000d94:ix_lens[0100]: 0x00000077 +0x0000099c:ix_offs[0101]: 0x0000347b 0x00000d98:ix_lens[0101]: 0x0000003d +0x000009a0:ix_offs[0102]: 0x000034b8 0x00000d9c:ix_lens[0102]: 0x00000107 +0x000009a4:ix_offs[0103]: 0x000035bf 0x00000da0:ix_lens[0103]: 0x00000046 +0x000009a8:ix_offs[0104]: 0x00003605 0x00000da4:ix_lens[0104]: 0x00000040 +0x000009ac:ix_offs[0105]: 0x00003645 0x00000da8:ix_lens[0105]: 0x00000066 +0x000009b0:ix_offs[0106]: 0x000036ab 0x00000dac:ix_lens[0106]: 0x00000081 +0x000009b4:ix_offs[0107]: 0x0000372c 0x00000db0:ix_lens[0107]: 0x00000052 +0x000009b8:ix_offs[0108]: 0x0000377e 0x00000db4:ix_lens[0108]: 0x0000004e +0x000009bc:ix_offs[0109]: 0x000037cc 0x00000db8:ix_lens[0109]: 0x00000039 +0x000009c0:ix_offs[0110]: 0x00003805 0x00000dbc:ix_lens[0110]: 0x00000072 +0x000009c4:ix_offs[0111]: 0x00003877 0x00000dc0:ix_lens[0111]: 0x0000011a +0x000009c8:ix_offs[0112]: 0x00003991 0x00000dc4:ix_lens[0112]: 0x000000a5 +0x000009cc:ix_offs[0113]: 0x00003a36 0x00000dc8:ix_lens[0113]: 0x000000f3 +0x000009d0:ix_offs[0114]: 0x00003b29 0x00000dcc:ix_lens[0114]: 0x0000007c +0x000009d4:ix_offs[0115]: 0x00003ba5 0x00000dd0:ix_lens[0115]: 0x00000069 +0x000009d8:ix_offs[0116]: 0x00003c0e 0x00000dd4:ix_lens[0116]: 0x0000007e +0x000009dc:ix_offs[0117]: 0x00003c8c 0x00000dd8:ix_lens[0117]: 0x00000092 +0x000009e0:ix_offs[0118]: 0x00003d1e 0x00000ddc:ix_lens[0118]: 0x000000a2 +0x000009e4:ix_offs[0119]: 0x00003dc0 0x00000de0:ix_lens[0119]: 0x00000070 +0x000009e8:ix_offs[0120]: 0x00003e30 0x00000de4:ix_lens[0120]: 0x0000006e +0x000009ec:ix_offs[0121]: 0x00003e9e 0x00000de8:ix_lens[0121]: 0x00000053 +0x000009f0:ix_offs[0122]: 0x00003ef1 0x00000dec:ix_lens[0122]: 0x00000071 +0x000009f4:ix_offs[0123]: 0x00003f62 0x00000df0:ix_lens[0123]: 0x00000082 +0x000009f8:ix_offs[0124]: 0x00003fe4 0x00000df4:ix_lens[0124]: 0x00000085 +0x000009fc:ix_offs[0125]: 0x00004069 0x00000df8:ix_lens[0125]: 0x00000055 +0x00000a00:ix_offs[0126]: 0x000040be 0x00000dfc:ix_lens[0126]: 0x00000052 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I757 offs: 0x00000000 lens: 0x00000110 +0x00001000-0x0000110f: +>>0 @I757@ INDI +1 NAME William_III of_Orange /Stuart/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 14 NOV 1650 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 19 MAR 1702 +2 PLAC Kensington,Palace,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F442@ +1 FAMS @F429@ +<< +[0001] INDI rkey: I758 offs: 0x00000110 lens: 0x0000007c +0x00001110-0x0000118b: +>>0 @I758@ INDI +1 NAME Ernest Augustus of_Brunswick// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1629 +1 DEAT +2 DATE 1698 +1 FAMS @F217@ +<< +[0002] INDI rkey: I759 offs: 0x0000018c lens: 0x00000055 +0x0000118c-0x000011e0: +>>0 @I759@ INDI +1 NAME George_I of_Saxe- Meiningen// +1 SEX M +1 TITL Duke +1 FAMS @F155@ +<< +[0003] INDI rkey: I760 offs: 0x000001e1 lens: 0x0000005b +0x000011e1-0x0000123b: +>>0 @I760@ INDI +1 NAME Louisa Eleonora of_Hohenlohe-// +1 SEX F +1 TITL Princess +1 FAMS @F155@ +<< +[0004] INDI rkey: I761 offs: 0x0000023c lens: 0x000000e6 +0x0000123c-0x00001321: +>>0 @I761@ INDI +1 NAME Frederick William_I // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 14 AUG 1688 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 31 MAY 1740 +2 PLAC Potsdam,Germany +1 BURI +2 PLAC Potsdam,Germany +1 FAMC @F446@ +1 FAMS @F219@ +<< +[0005] INDI rkey: I762 offs: 0x00000322 lens: 0x00000088 +0x00001322-0x000013a9: +>>0 @I762@ INDI +1 NAME Maria of_Waldegrave /Walpole/ +1 SEX F +1 TITL Countess +1 DEAT +2 DATE 1790 +1 FAMC @F447@ +1 FAMS @F448@ +1 FAMS @F194@ +<< +[0006] INDI rkey: I763 offs: 0x000003aa lens: 0x00000059 +0x000013aa-0x00001402: +>>0 @I763@ INDI +1 NAME Anne /Horton/ +1 SEX F +1 TITL Hon. +1 DEAT +2 DATE 1808 +1 FAMS @F215@ +<< +[0007] INDI rkey: I764 offs: 0x00000403 lens: 0x000000c1 +0x00001403-0x000014c3: +>>0 @I764@ INDI +1 NAME Christian_VII // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 29 JAN 1749 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 13 MAR 1808 +2 PLAC Rendsborg +1 FAMC @F213@ +1 FAMS @F216@ +<< +[0008] INDI rkey: I765 offs: 0x000004c4 lens: 0x00000075 +0x000014c4-0x00001538: +>>0 @I765@ INDI +1 NAME Charles Louis // +1 SEX M +1 TITL Elector Palatine +1 DEAT +2 DATE 1680 +1 FAMC @F438@ +1 FAMS @F449@ +<< +[0009] INDI rkey: I766 offs: 0x00000539 lens: 0x00000075 +0x00001539-0x000015ad: +>>0 @I766@ INDI +1 NAME Rupert of_Cumberland // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1619 +1 DEAT +2 DATE 1682 +1 FAMC @F438@ +<< +[0010] INDI rkey: I767 offs: 0x000005ae lens: 0x0000004a +0x000015ae-0x000015f7: +>>0 @I767@ INDI +1 NAME Maurice // +1 SEX M +1 DEAT +2 DATE 1654 +1 FAMC @F438@ +<< +[0011] INDI rkey: I768 offs: 0x000005f8 lens: 0x00000044 +0x000015f8-0x0000163b: +>>0 @I768@ INDI +1 NAME Edward // +1 SEX M +1 FAMC @F438@ +1 FAMS @F450@ +<< +[0012] INDI rkey: I769 offs: 0x0000063c lens: 0x00000050 +0x0000163c-0x0000168b: +>>0 @I769@ INDI +1 NAME Charlotte /Landgrave/ +1 SEX F +1 FAMC @F451@ +1 FAMS @F449@ +<< +[0013] INDI rkey: I770 offs: 0x0000068c lens: 0x00000052 +0x0000168c-0x000016dd: +>>0 @I770@ INDI +1 NAME Ernest Augustus // +1 SEX M +1 TITL Duke of York +1 FAMC @F217@ +<< +[0014] INDI rkey: I771 offs: 0x000006de lens: 0x000000da +0x000016de-0x000017b7: +>>0 @I771@ INDI +1 NAME Sophia Charlotte // +1 SEX F +1 BIRT +2 DATE 20 OCT 1668 +2 PLAC Schloss Iburg,Near,Osnabruck +1 DEAT +2 DATE 1 FEB 1705 +2 PLAC Hanover +1 BURI +2 PLAC Berlin,Cathedral,Germany +1 FAMC @F217@ +1 FAMS @F446@ +<< +[0015] INDI rkey: I772 offs: 0x000007b8 lens: 0x000000d2 +0x000017b8-0x00001889: +>>0 @I772@ INDI +1 NAME Frederick_I // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 11 JUL 1657 +2 PLAC Konigsberg,Prussia +1 DEAT +2 DATE 25 FEB 1713 +2 PLAC Berlin,Germany +1 FAMS @F452@ +1 FAMS @F446@ +1 FAMS @F453@ +<< +[0016] INDI rkey: I773 offs: 0x0000088a lens: 0x0000012c +0x0000188a-0x000019b5: +>>0 @I773@ INDI +1 NAME Henry_VII /Tudor/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 28 JAN 1457 +2 PLAC Pembroke Castle,Pembrokeshire,England +1 DEAT +2 DATE 21 APR 1509 +2 PLAC Richmond Palace,Richmond Surrey,England +1 BURI +2 PLAC Henry VII Chapel,Westminster,Abbey,England +1 FAMC @F454@ +1 FAMS @F455@ +<< +[0017] INDI rkey: I774 offs: 0x000009b6 lens: 0x00000109 +0x000019b6-0x00001abe: +>>0 @I774@ INDI +1 NAME Elizabeth of_York // +1 SEX F +1 BIRT +2 DATE 11 FEB 1466 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 11 FEB 1503 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Henry VII Chapel,Westminster,Abbey,London +1 FAMC @F456@ +1 FAMS @F455@ +<< +[0018] INDI rkey: I775 offs: 0x00000abf lens: 0x000000d7 +0x00001abf-0x00001b95: +>>0 @I775@ INDI +1 NAME Arthur /Tudor/ +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 20 SEP 1486 +2 PLAC St. Swithin's,Priory,Winchester,England +1 DEAT +2 DATE 2 APR 1502 +2 PLAC Ludlow Castle +1 FAMC @F455@ +1 FAMS @F457@ +<< +[0019] INDI rkey: I776 offs: 0x00000b96 lens: 0x000000da +0x00001b96-0x00001c6f: +>>0 @I776@ INDI +1 NAME Margaret /Tudor/ +1 SEX F +1 BIRT +2 DATE 28 NOV 1489 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 18 OCT 1541 +2 PLAC Methven Castle +1 FAMC @F455@ +1 FAMS @F458@ +1 FAMS @F459@ +1 FAMS @F460@ +<< +[0020] INDI rkey: I777 offs: 0x00000c70 lens: 0x00000055 +0x00001c70-0x00001cc4: +>>0 @I777@ INDI +1 NAME John Crocker /Bulteel/ +1 SEX M +1 DEAT +2 DATE 1843 +1 FAMS @F256@ +<< +[0021] INDI rkey: I778 offs: 0x00000cc5 lens: 0x0000005c +0x00001cc5-0x00001d20: +>>0 @I778@ INDI +1 NAME Elizabeth /Grey/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1880 +1 FAMS @F256@ +<< +[0022] INDI rkey: I779 offs: 0x00000d21 lens: 0x00000085 +0x00001d21-0x00001da5: +>>0 @I779@ INDI +1 NAME Horace Beauchamp /Seymour/ +1 SEX M +1 TITL Sir +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1856 +1 FAMC @F461@ +1 FAMS @F254@ +<< +[0023] INDI rkey: I780 offs: 0x00000da6 lens: 0x00000055 +0x00001da6-0x00001dfa: +>>0 @I780@ INDI +1 NAME Elizabeth Malet /Palk/ +1 SEX F +1 DEAT +2 DATE 1827 +1 FAMS @F254@ +<< +[0024] INDI rkey: I781 offs: 0x00000dfb lens: 0x0000008c +0x00001dfb-0x00001e86: +>>0 @I781@ INDI +1 NAME George John /Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1834 +1 FAMC @F462@ +1 FAMS @F252@ +<< +[0025] INDI rkey: I782 offs: 0x00000e87 lens: 0x0000006b +0x00001e87-0x00001ef1: +>>0 @I782@ INDI +1 NAME Lavinia /Bingham/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1831 +1 FAMC @F463@ +1 FAMS @F252@ +<< +[0026] INDI rkey: I783 offs: 0x00000ef2 lens: 0x0000004e +0x00001ef2-0x00001f3f: +>>0 @I783@ INDI +1 NAME Henry /Baring/ +1 SEX M +1 DEAT +2 DATE 1848 +1 FAMS @F255@ +<< +[0027] INDI rkey: I784 offs: 0x00000f40 lens: 0x00000055 +0x00001f40-0x00001f94: +>>0 @I784@ INDI +1 NAME Cecilia Anne /Windham/ +1 SEX F +1 DEAT +2 DATE 1874 +1 FAMS @F255@ +<< +[0028] INDI rkey: I785 offs: 0x00000f95 lens: 0x00000054 +0x00001f95-0x00001fe8: +>>0 @I785@ INDI +1 NAME // +1 SEX M +1 TITL Earl Howe I +1 DEAT +2 DATE 1870 +1 FAMS @F241@ +<< +[0029] INDI rkey: I786 offs: 0x00000fe9 lens: 0x0000004b +0x00001fe9-0x00002033: +>>0 @I786@ INDI +1 NAME Anne /Gore/ +1 SEX F +1 DEAT +2 DATE 1877 +1 FAMS @F241@ +<< +[0030] INDI rkey: I787 offs: 0x00001034 lens: 0x0000006e +0x00002034-0x000020a1: +>>0 @I787@ INDI +1 NAME Louisa Jane /Russell/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1905 +1 FAMC @F464@ +1 FAMS @F240@ +<< +[0031] INDI rkey: I788 offs: 0x000010a2 lens: 0x00000059 +0x000020a2-0x000020fa: +>>0 @I788@ INDI +1 NAME // +1 SEX M +1 TITL Duke Albercorn I +1 DEAT +2 DATE 1885 +1 FAMS @F240@ +<< +[0032] INDI rkey: I789 offs: 0x000010fb lens: 0x0000008d +0x000020fb-0x00002187: +>>0 @I789@ INDI +1 NAME George Charles /Bingham/ +1 SEX M +1 TITL Earl of Lucan +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1888 +1 FAMC @F465@ +1 FAMS @F242@ +<< +[0033] INDI rkey: I790 offs: 0x00001188 lens: 0x0000005c +0x00002188-0x000021e3: +>>0 @I790@ INDI +1 NAME Anne /Brudenell/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1877 +1 FAMS @F242@ +<< +[0034] INDI rkey: I791 offs: 0x000011e4 lens: 0x0000005c +0x000021e4-0x0000223f: +>>0 @I791@ INDI +1 NAME Caroline /Paget/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1874 +1 FAMS @F243@ +<< +[0035] INDI rkey: I792 offs: 0x00001240 lens: 0x00000088 +0x00002240-0x000022c7: +>>0 @I792@ INDI +1 NAME Charles Lennox of_Richmond// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1860 +1 FAMC @F466@ +1 FAMS @F243@ +<< +[0036] INDI rkey: I793 offs: 0x000012c8 lens: 0x00000039 +0x000022c8-0x00002300: +>>0 @I793@ INDI +1 NAME David /Gill/ +1 SEX M +1 FAMS @F246@ +<< +[0037] INDI rkey: I794 offs: 0x00001301 lens: 0x0000003b +0x00002301-0x0000233b: +>>0 @I794@ INDI +1 NAME Sarah /Ogston/ +1 SEX F +1 FAMS @F246@ +<< +[0038] INDI rkey: I795 offs: 0x0000133c lens: 0x00000053 +0x0000233c-0x0000238e: +>>0 @I795@ INDI +1 NAME William Smith /Marr/ +1 SEX M +1 DEAT +2 DATE 1898 +1 FAMS @F247@ +<< +[0039] INDI rkey: I796 offs: 0x0000138f lens: 0x0000004c +0x0000238f-0x000023da: +>>0 @I796@ INDI +1 NAME Helen /Bean/ +1 SEX F +1 DEAT +2 DATE 1852 +1 FAMS @F247@ +<< +[0040] INDI rkey: I797 offs: 0x000013db lens: 0x00000054 +0x000023db-0x0000242e: +>>0 @I797@ INDI +1 NAME William /Littlejohn/ +1 SEX M +1 DEAT +2 DATE 1888 +1 FAMS @F248@ +<< +[0041] INDI rkey: I798 offs: 0x0000142f lens: 0x0000004f +0x0000242f-0x0000247d: +>>0 @I798@ INDI +1 NAME Janet /Bentley/ +1 SEX F +1 DEAT +2 DATE 1848 +1 FAMS @F248@ +<< +[0042] INDI rkey: I799 offs: 0x0000147e lens: 0x0000004f +0x0000247e-0x000024cc: +>>0 @I799@ INDI +1 NAME James /Crombie/ +1 SEX M +1 DEAT +2 DATE 1878 +1 FAMS @F249@ +<< +[0043] INDI rkey: I800 offs: 0x000014cd lens: 0x00000057 +0x000024cd-0x00002523: +>>0 @I800@ INDI +1 NAME Katherine Scott /Forbes/ +1 SEX F +1 DEAT +2 DATE 1893 +1 FAMS @F249@ +<< +[0044] INDI rkey: I801 offs: 0x00001524 lens: 0x000000ca +0x00002524-0x000025ed: +>>0 @I801@ INDI +1 NAME Gabriella Marina Alexandra/Windsor/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 23 APR 1981 +2 PLAC ,,England +1 CHR +2 DATE 8 JUN 1981 +2 PLAC Chapel Royal,St. James Palace,England +1 FAMC @F78@ +<< +[0045] INDI rkey: I802 offs: 0x000015ee lens: 0x00000040 +0x000025ee-0x0000262d: +>>0 @I802@ INDI +1 NAME Thomas /Troubridge/ +1 SEX M +1 FAMS @F208@ +<< +[0046] INDI rkey: I803 offs: 0x0000162e lens: 0x00000056 +0x0000262e-0x00002683: +>>0 @I803@ INDI +1 NAME John_Charles of_Buccleuch VII// +1 SEX M +1 TITL Duke +1 FAMS @F53@ +<< +[0047] INDI rkey: I804 offs: 0x00001684 lens: 0x0000004d +0x00002684-0x000026d0: +>>0 @I804@ INDI +1 NAME Peter /Shand-Kydde/ +1 SEX M +1 FAMS @F69@ +1 FAMS @F467@ +<< +[0048] INDI rkey: I805 offs: 0x000016d1 lens: 0x00000037 +0x000026d1-0x00002707: +>>0 @I805@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F467@ +<< +[0049] INDI rkey: I806 offs: 0x00001708 lens: 0x0000007e +0x00002708-0x00002785: +>>0 @I806@ INDI +1 NAME Barbara /Cartland/ +1 SEX F +1 TITL Dame +1 BIRT +2 DATE JUL 1900 +1 FAMC @F468@ +1 FAMS @F168@ +1 FAMS @F469@ +<< +[0050] INDI rkey: I807 offs: 0x00001786 lens: 0x0000006a +0x00002786-0x000027ef: +>>0 @I807@ INDI +1 NAME Robert /Fellowes/ +1 SEX M +1 TITL Sir +1 BIRT +2 DATE 1941 +1 FAMC @F470@ +1 FAMS @F166@ +<< +[0051] INDI rkey: I808 offs: 0x000017f0 lens: 0x00000058 +0x000027f0-0x00002847: +>>0 @I808@ INDI +1 NAME Laura Jane /Fellowes/ +1 SEX F +1 BIRT +2 DATE JUL 1980 +1 FAMC @F166@ +<< +[0052] INDI rkey: I809 offs: 0x00001848 lens: 0x00000053 +0x00002848-0x0000289a: +>>0 @I809@ INDI +1 NAME Neil /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 1951 +1 FAMS @F165@ +<< +[0053] INDI rkey: I810 offs: 0x0000189b lens: 0x0000004a +0x0000289b-0x000028e4: +>>0 @I810@ INDI +1 NAME William /Fellowes/ +1 SEX M +1 TITL Sir +1 FAMS @F470@ +<< +[0054] INDI rkey: I811 offs: 0x000018e5 lens: 0x0000007f +0x000028e5-0x00002963: +>>0 @I811@ INDI +1 NAME Andrew /Ferguson/ +1 SEX M +1 TITL Major +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1966 +1 FAMC @F471@ +1 FAMS @F130@ +<< +[0055] INDI rkey: I812 offs: 0x00001964 lens: 0x0000006d +0x00002964-0x000029d0: +>>0 @I812@ INDI +1 NAME Marian -Scott /Montagu-Douglas-/ +1 SEX F +1 BIRT +2 DATE 1980 +1 FAMC @F472@ +1 FAMS @F130@ +<< +[0056] INDI rkey: I813 offs: 0x000019d1 lens: 0x00000042 +0x000029d1-0x00002a12: +>>0 @I813@ INDI +1 NAME John Andrew /Ferguson/ +1 SEX M +1 FAMC @F130@ +<< +[0057] INDI rkey: I814 offs: 0x00001a13 lens: 0x0000008d +0x00002a13-0x00002a9f: +>>0 @I814@ INDI +1 NAME Algernon Francis /Ferguson/ +1 SEX M +1 TITL Brig. Gen. +1 BIRT +2 DATE 1867 +1 DEAT +2 DATE 1943 +1 FAMC @F473@ +1 FAMS @F471@ +<< +[0058] INDI rkey: I815 offs: 0x00001aa0 lens: 0x00000059 +0x00002aa0-0x00002af8: +>>0 @I815@ INDI +1 NAME John /Ferguson/ +1 SEX M +1 TITL Colonel +1 FAMC @F474@ +1 FAMS @F473@ +<< +[0059] INDI rkey: I816 offs: 0x00001af9 lens: 0x0000004c +0x00002af9-0x00002b44: +>>0 @I816@ INDI +1 NAME Thomas /Ferguson/ +1 SEX M +1 FAMC @F475@ +1 FAMS @F474@ +<< +[0060] INDI rkey: I817 offs: 0x00001b45 lens: 0x0000003a +0x00002b45-0x00002b7e: +>>0 @I817@ INDI +1 NAME Emma /Benyon/ +1 SEX F +1 FAMS @F474@ +<< +[0061] INDI rkey: I818 offs: 0x00001b7f lens: 0x0000004a +0x00002b7f-0x00002bc8: +>>0 @I818@ INDI +1 NAME John /Ferguson/ +1 SEX M +1 FAMC @F476@ +1 FAMS @F475@ +<< +[0062] INDI rkey: I819 offs: 0x00001bc9 lens: 0x0000005b +0x00002bc9-0x00002c23: +>>0 @I819@ INDI +1 NAME James /Ferguson/ +1 SEX M +1 TITL Dr. +1 DEAT +2 DATE 1789 +1 FAMS @F476@ +<< +[0063] INDI rkey: I820 offs: 0x00001c24 lens: 0x00000075 +0x00002c24-0x00002c98: +>>0 @I820@ INDI +1 NAME Fitzherbert /Wright/ +1 SEX M +1 BIRT +2 DATE 1905 +1 DEAT +2 DATE 1975 +1 FAMC @F477@ +1 FAMS @F132@ +<< +[0064] INDI rkey: I821 offs: 0x00001c99 lens: 0x0000006c +0x00002c99-0x00002d04: +>>0 @I821@ INDI +1 NAME Doreen /Wingfield/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1904 +1 FAMC @F478@ +1 FAMS @F132@ +<< +[0065] INDI rkey: I822 offs: 0x00001d05 lens: 0x0000007b +0x00002d05-0x00002d7f: +>>0 @I822@ INDI +1 NAME Jane Louisa /Ferguson/ +1 SEX F +1 BIRT +2 DATE 26 AUG 1957 +2 PLAC ,,England +1 FAMC @F129@ +1 FAMS @F479@ +<< +[0066] INDI rkey: I823 offs: 0x00001d80 lens: 0x0000009f +0x00002d80-0x00002e1e: +>>0 @I823@ INDI +1 NAME Hector /Barrantes/ +1 SEX M +1 BIRT +2 DATE ABT 1939 +1 DEAT +2 DATE 10 AUG 1990 +2 PLAC Buenos Aires,Argentina +1 FAMS @F480@ +1 FAMS @F133@ +<< +[0067] INDI rkey: I824 offs: 0x00001e1f lens: 0x0000006f +0x00002e1f-0x00002e8d: +>>0 @I824@ INDI +1 NAME Louise // +1 SEX F +1 DEAT +2 DATE ABT 1967 +2 PLAC Buenos Aires,,Argentina +1 FAMS @F480@ +<< +[0068] INDI rkey: I825 offs: 0x00001e8e lens: 0x00000053 +0x00002e8e-0x00002ee0: +>>0 @I825@ INDI +1 NAME Alex /Makim/ +1 SEX M +1 BIRT +2 DATE ABT 1951 +1 FAMS @F479@ +<< +[0069] INDI rkey: I826 offs: 0x00001ee1 lens: 0x00000055 +0x00002ee1-0x00002f35: +>>0 @I826@ INDI +1 NAME Seamus /Makim/ +1 SEX M +1 BIRT +2 DATE ABT 1980 +1 FAMC @F479@ +<< +[0070] INDI rkey: I827 offs: 0x00001f36 lens: 0x00000093 +0x00002f36-0x00002fc8: +>>0 @I827@ INDI +1 NAME Beatrice Elizabeth Mary/Windsor/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 8 AUG 1988 +2 PLAC Portland Hosp.,,England +1 FAMC @F48@ +<< +[0071] INDI rkey: I828 offs: 0x00001fc9 lens: 0x0000014e +0x00002fc9-0x00003116: +>>0 @I828@ INDI +1 NAME Henry_VIII /Tudor/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 28 JUN 1491 +2 PLAC Greenwich Palace,,England +1 DEAT +2 DATE 28 JAN 1547 +2 PLAC Whitehall,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMC @F455@ +1 FAMS @F481@ +1 FAMS @F482@ +1 FAMS @F483@ +1 FAMS @F484@ +1 FAMS @F485@ +1 FAMS @F486@ +<< +[0072] INDI rkey: I829 offs: 0x00002117 lens: 0x0000008f +0x00003117-0x000031a5: +>>0 @I829@ INDI +1 NAME Elizabeth /Tudor/ +1 SEX F +1 BIRT +2 DATE 2 JUL 1492 +1 DEAT +2 DATE 14 SEP 1495 +2 PLAC Eltham Palace,,England +1 FAMC @F455@ +<< +[0073] INDI rkey: I830 offs: 0x000021a6 lens: 0x000000ca +0x000031a6-0x0000326f: +>>0 @I830@ INDI +1 NAME Mary /Tudor/ +1 SEX F +1 BIRT +2 DATE 18 MAR 1496 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE 25 JUN 1533 +2 PLAC Westhorpe,Suffolk,England +1 FAMC @F455@ +1 FAMS @F487@ +1 FAMS @F488@ +<< +[0074] INDI rkey: I831 offs: 0x00002270 lens: 0x000000b5 +0x00003270-0x00003324: +>>0 @I831@ INDI +1 NAME Edmund /Tudor/ +1 SEX M +1 BIRT +2 DATE 21 FEB 1499 +2 PLAC Greenwich,Palace,England +1 DEAT +2 DATE 19 JUN 1500 +2 PLAC Bishops Hatfield,Herts,England +1 FAMC @F455@ +<< +[0075] INDI rkey: I832 offs: 0x00002325 lens: 0x0000009b +0x00003325-0x000033bf: +>>0 @I832@ INDI +1 NAME Katherine /Tudor/ +1 SEX F +1 BIRT +2 DATE 2 FEB 1503 +2 PLAC Tower of London,,England +1 DEAT +2 DATE 1503 +2 PLAC ,,England +1 FAMC @F455@ +<< +[0076] INDI rkey: I833 offs: 0x000023c0 lens: 0x000000fe +0x000033c0-0x000034bd: +>>0 @I833@ INDI +1 NAME Catherine of_Aragon // +1 SEX F +1 BIRT +2 DATE 15 DEC 1485 +2 PLAC Near Madrid,,Spain +1 DEAT +2 DATE 7 JAN 1536 +2 PLAC Kimbolton Castle,Hunts,England +1 BURI +2 PLAC Peterborough,Cathedral,England +1 FAMC @F489@ +1 FAMS @F457@ +1 FAMS @F481@ +<< +[0077] INDI rkey: I834 offs: 0x000024be lens: 0x0000008a +0x000034be-0x00003547: +>>0 @I834@ INDI +1 NAME James_IV // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1473 +1 DEAT +2 DATE 9 SEP 1513 +1 FAMC @F490@ +1 FAMS @F458@ +<< +[0078] INDI rkey: I835 offs: 0x00002548 lens: 0x000000ad +0x00003548-0x000035f4: +>>0 @I835@ INDI +1 NAME James_V // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1512 +2 PLAC Linlithgow,,Scotland +1 DEAT +2 DATE 1542 +1 FAMC @F458@ +1 FAMS @F491@ +1 FAMS @F492@ +<< +[0079] INDI rkey: I836 offs: 0x000025f5 lens: 0x00000072 +0x000035f5-0x00003666: +>>0 @I836@ INDI +1 NAME Archibald /Douglas/ +1 SEX M +1 TITL Earl of Angus VI +1 DEAT +2 DATE ABT 1557 +1 FAMS @F459@ +<< +[0080] INDI rkey: I837 offs: 0x00002667 lens: 0x0000006c +0x00003667-0x000036d2: +>>0 @I837@ INDI +1 NAME Henry /Stewart/ +1 SEX M +1 TITL Lord Methven I +1 DEAT +2 DATE ABT 1551 +1 FAMS @F460@ +<< +[0081] INDI rkey: I838 offs: 0x000026d3 lens: 0x000000f3 +0x000036d3-0x000037c5: +>>0 @I838@ INDI +1 NAME Louis_XII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 27 JUN 1462 +2 PLAC Blois,France +1 DEAT +2 DATE 1 JAN 1515 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F493@ +1 FAMS @F494@ +1 FAMS @F495@ +1 FAMS @F487@ +<< +[0082] INDI rkey: I839 offs: 0x000027c6 lens: 0x00000068 +0x000037c6-0x0000382d: +>>0 @I839@ INDI +1 NAME Charles /Brandon/ +1 SEX M +1 TITL Duke of Suffolk +1 DEAT +2 DATE 1545 +1 FAMS @F488@ +<< +[0083] INDI rkey: I840 offs: 0x0000282e lens: 0x00000085 +0x0000382e-0x000038b2: +>>0 @I840@ INDI +1 NAME Ferdinand_V // +1 SEX M +1 TITL King of Aragon +1 BIRT +2 DATE 1452 +1 DEAT +2 DATE 1516 +1 FAMS @F489@ +1 FAMS @F496@ +<< +[0084] INDI rkey: I841 offs: 0x000028b3 lens: 0x00000084 +0x000038b3-0x00003936: +>>0 @I841@ INDI +1 NAME Isabella // +1 SEX F +1 TITL Queen of Castile +1 BIRT +2 DATE 1451 +1 DEAT +2 DATE 1504 +1 FAMC @F497@ +1 FAMS @F489@ +<< +[0085] INDI rkey: I842 offs: 0x00002937 lens: 0x00000071 +0x00003937-0x000039a7: +>>0 @I842@ INDI +1 NAME Daughter /Tudor/ +1 SEX F +1 BIRT +2 DATE 31 JAN 1510 +1 DEAT +2 DATE 31 JAN 1510 +1 FAMC @F481@ +<< +[0086] INDI rkey: I843 offs: 0x000029a8 lens: 0x000000c9 +0x000039a8-0x00003a70: +>>0 @I843@ INDI +1 NAME Henry_(1) /Tudor/ +1 SEX M +1 TITL Duke of Cornwall +1 BIRT +2 DATE 1 JAN 1511 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE 22 FEB 1511 +2 PLAC Richmond Palace,,England +1 FAMC @F481@ +<< +[0087] INDI rkey: I844 offs: 0x00002a71 lens: 0x000000c4 +0x00003a71-0x00003b34: +>>0 @I844@ INDI +1 NAME Henry_(2) /Tudor/ +1 SEX M +1 TITL Duke of Cornwall +1 BIRT +2 DATE NOV 1513 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE NOV 1513 +2 PLAC Richmond Palace,,England +1 FAMC @F481@ +<< +[0088] INDI rkey: I845 offs: 0x00002b35 lens: 0x00000066 +0x00003b35-0x00003b9a: +>>0 @I845@ INDI +1 NAME Son /Tudor/ +1 SEX M +1 BIRT +2 DATE DEC 1514 +1 DEAT +2 DATE DEC 1514 +1 FAMC @F481@ +<< +[0089] INDI rkey: I846 offs: 0x00002b9b lens: 0x0000010c +0x00003b9b-0x00003ca6: +>>0 @I846@ INDI +1 NAME Mary_I /Tudor/ +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 18 FEB 1516 +2 PLAC Greenwich Palace,London,England +1 DEAT +2 DATE 17 NOV 1558 +2 PLAC St. James Palace,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F481@ +1 FAMS @F498@ +<< +[0090] INDI rkey: I847 offs: 0x00002ca7 lens: 0x00000071 +0x00003ca7-0x00003d17: +>>0 @I847@ INDI +1 NAME Daughter /Tudor/ +1 SEX F +1 BIRT +2 DATE 10 NOV 1518 +1 DEAT +2 DATE 10 NOV 1518 +1 FAMC @F481@ +<< +[0091] INDI rkey: I848 offs: 0x00002d18 lens: 0x00000102 +0x00003d18-0x00003e19: +>>0 @I848@ INDI +1 NAME Anne /Boleyn/ +1 SEX F +1 BIRT +2 DATE ABT 1501 +2 PLAC Blickling Hall,Norfolk,England +1 DEAT +2 DATE 19 MAY 1536 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Chapel Royal,Tower of London,London,England +1 FAMC @F499@ +1 FAMS @F482@ +<< +[0092] INDI rkey: I849 offs: 0x00002e1a lens: 0x00000107 +0x00003e1a-0x00003f20: +>>0 @I849@ INDI +1 NAME Elizabeth_I /Tudor/ +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 7 SEP 1533 +2 PLAC Greenwich Palace,London,England +1 DEAT +2 DATE 23 MAR 1603 +2 PLAC Richmond Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F482@ +<< +[0093] INDI rkey: I850 offs: 0x00002f21 lens: 0x000000a0 +0x00003f21-0x00003fc0: +>>0 @I850@ INDI +1 NAME Son /Tudor/ +1 SEX M +1 BIRT +2 DATE 29 JAN 1536 +2 PLAC Greenwich,,England +1 DEAT +2 DATE 29 JAN 1536 +2 PLAC Greenwich,,England +1 FAMC @F482@ +<< +[0094] INDI rkey: I851 offs: 0x00002fc1 lens: 0x00000104 +0x00003fc1-0x000040c4: +>>0 @I851@ INDI +1 NAME Jane /Seymour/ +1 SEX F +1 BIRT +2 DATE ABT 1505 +2 PLAC Wolf Hall,Savernake,Wilts +1 DEAT +2 DATE 24 OCT 1537 +2 PLAC Hampton Court,Palace,England +1 BURI +2 DATE 12 NOV 1537 +2 PLAC St. George Chap.,Windsor,England +1 FAMC @F500@ +1 FAMS @F483@ +<< +[0095] INDI rkey: I852 offs: 0x000030c5 lens: 0x000000fb +0x000040c5-0x000041bf: +>>0 @I852@ INDI +1 NAME Edward_VI /Tudor/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 12 OCT 1537 +2 PLAC Hampton Court,Palace,England +1 DEAT +2 DATE 6 JUL 1553 +2 PLAC Greenwich,Palace,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F483@ +<< +[0096] INDI rkey: I853 offs: 0x000031c0 lens: 0x000000d8 +0x000041c0-0x00004297: +>>0 @I853@ INDI +1 NAME Anne of_Cleves // +1 SEX F +1 BIRT +2 DATE 22 SEP 1515 +2 PLAC Dusseldorf +1 DEAT +2 DATE 17 JUL 1557 +2 PLAC Chelsea,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F501@ +1 FAMS @F484@ +<< +[0097] INDI rkey: I854 offs: 0x00003298 lens: 0x0000004e +0x00004298-0x000042e5: +>>0 @I854@ INDI +1 NAME John_III // +1 SEX M +1 TITL Duke of Cleves +1 FAMS @F501@ +<< +[0098] INDI rkey: I855 offs: 0x000032e6 lens: 0x0000003e +0x000042e6-0x00004323: +>>0 @I855@ INDI +1 NAME Marie of_Julich // +1 SEX F +1 FAMS @F501@ +<< +[0099] INDI rkey: I856 offs: 0x00003324 lens: 0x000000e0 +0x00004324-0x00004403: +>>0 @I856@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 BIRT +2 DATE ABT 1520 +2 PLAC Lambeth +1 DEAT +2 DATE 13 FEB 1542 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Chapel Royal,London,England +1 FAMC @F502@ +1 FAMS @F485@ +<< +[0100] INDI rkey: I857 offs: 0x00003404 lens: 0x00000077 +0x00004404-0x0000447a: +>>0 @I857@ INDI +1 NAME Edmund /Howard/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1513 +1 FAMC @F503@ +1 FAMS @F502@ +1 FAMS @F504@ +<< +[0101] INDI rkey: I858 offs: 0x0000347b lens: 0x0000003d +0x0000447b-0x000044b7: +>>0 @I858@ INDI +1 NAME Joyce /Culpeper/ +1 SEX F +1 FAMS @F502@ +<< +[0102] INDI rkey: I859 offs: 0x000034b8 lens: 0x00000107 +0x000044b8-0x000045be: +>>0 @I859@ INDI +1 NAME Catherine /Parr/ +1 SEX F +1 BIRT +2 DATE ABT 1512 +2 PLAC Kendal Castle +1 DEAT +2 DATE 5 SEP 1548 +2 PLAC Sudeley Castle,Gloucestershire +1 BURI +2 PLAC Sudeley Castle,Chapel +1 FAMC @F505@ +1 FAMS @F506@ +1 FAMS @F507@ +1 FAMS @F486@ +1 FAMS @F508@ +<< +[0103] INDI rkey: I860 offs: 0x000035bf lens: 0x00000046 +0x000045bf-0x00004604: +>>0 @I860@ INDI +1 NAME John /Seymour/ +1 SEX M +1 TITL Sir +1 FAMS @F500@ +<< +[0104] INDI rkey: I861 offs: 0x00003605 lens: 0x00000040 +0x00004605-0x00004644: +>>0 @I861@ INDI +1 NAME Margery /Wentworth/ +1 SEX F +1 FAMS @F500@ +<< +[0105] INDI rkey: I862 offs: 0x00003645 lens: 0x00000066 +0x00004645-0x000046aa: +>>0 @I862@ INDI +1 NAME Edward /Borough/ +1 SEX M +1 TITL Sir +1 DEAT +2 DATE BEF APR 1533 +1 FAMS @F506@ +<< +[0106] INDI rkey: I863 offs: 0x000036ab lens: 0x00000081 +0x000046ab-0x0000472b: +>>0 @I863@ INDI +1 NAME John /Nevill/ +1 SEX M +1 TITL Baron Latimer #3 +1 DEAT +2 DATE 2 MAR 1543 +2 PLAC London,England +1 FAMS @F507@ +<< +[0107] INDI rkey: I864 offs: 0x0000372c lens: 0x00000052 +0x0000472c-0x0000477d: +>>0 @I864@ INDI +1 NAME Thomas /Seymour/ +1 SEX M +1 TITL Baron Seymour +1 FAMS @F508@ +<< +[0108] INDI rkey: I865 offs: 0x0000377e lens: 0x0000004e +0x0000477e-0x000047cb: +>>0 @I865@ INDI +1 NAME Thomas of_Kendal /Parr/ +1 SEX M +1 TITL Sir +1 FAMS @F505@ +<< +[0109] INDI rkey: I866 offs: 0x000037cc lens: 0x00000039 +0x000047cc-0x00004804: +>>0 @I866@ INDI +1 NAME Maud /Green/ +1 SEX F +1 FAMS @F505@ +<< +[0110] INDI rkey: I867 offs: 0x00003805 lens: 0x00000072 +0x00004805-0x00004876: +>>0 @I867@ INDI +1 NAME Daughter /Seymour/ +1 SEX F +1 BIRT +2 DATE 29 AUG 1548 +1 DEAT +2 DATE 5 SEP 1548 +1 FAMC @F508@ +<< +[0111] INDI rkey: I868 offs: 0x00003877 lens: 0x0000011a +0x00004877-0x00004990: +>>0 @I868@ INDI +1 NAME Jane /Grey/ +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE OCT 1537 +2 PLAC Bradgate,Leicestershire +1 DEAT +2 DATE 12 FEB 1554 +2 PLAC Tower of London,Tower Green,London,England +1 BURI +2 PLAC Tower of London,Chapel Royal,London,England +1 FAMC @F509@ +1 FAMS @F510@ +<< +[0112] INDI rkey: I869 offs: 0x00003991 lens: 0x000000a5 +0x00004991-0x00004a35: +>>0 @I869@ INDI +1 NAME Guildford /Dudley/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 12 FEB 1554 +2 PLAC Tower of London,Tower Green,London,England +1 FAMC @F511@ +1 FAMS @F510@ +<< +[0113] INDI rkey: I870 offs: 0x00003a36 lens: 0x000000f3 +0x00004a36-0x00004b28: +>>0 @I870@ INDI +1 NAME Philip_II // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 21 MAY 1527 +2 PLAC Valladolid +1 DEAT +2 DATE 13 SEP 1598 +2 PLAC El Escorial,Palace,Madrid,Spain +1 FAMC @F512@ +1 FAMS @F513@ +1 FAMS @F498@ +1 FAMS @F514@ +1 FAMS @F515@ +<< +[0114] INDI rkey: I871 offs: 0x00003b29 lens: 0x0000007c +0x00004b29-0x00004ba4: +>>0 @I871@ INDI +1 NAME Charles_V // +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1500 +1 DEAT +2 DATE 1558 +1 FAMC @F516@ +1 FAMS @F512@ +<< +[0115] INDI rkey: I872 offs: 0x00003ba5 lens: 0x00000069 +0x00004ba5-0x00004c0d: +>>0 @I872@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 BIRT +2 DATE 1503 +1 DEAT +2 DATE 1539 +1 FAMS @F512@ +<< +[0116] INDI rkey: I873 offs: 0x00003c0e lens: 0x0000007e +0x00004c0e-0x00004c8b: +>>0 @I873@ INDI +1 NAME Simon /de_Montfort/ +1 SEX M +1 TITL Earl Leicester +1 DEAT +2 DATE 4 AUG 1265 +2 PLAC Evesham +1 FAMS @F517@ +<< +[0117] INDI rkey: I874 offs: 0x00003c8c lens: 0x00000092 +0x00004c8c-0x00004d1d: +>>0 @I874@ INDI +1 NAME Tomislav of_Yugoslavia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1928 +2 PLAC Belgrade +1 FAMC @F285@ +1 FAMS @F518@ +1 FAMS @F519@ +<< +[0118] INDI rkey: I875 offs: 0x00003d1e lens: 0x000000a2 +0x00004d1e-0x00004dbf: +>>0 @I875@ INDI +1 NAME Andrej of_Yugoslavia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1929 +2 PLAC ,,Yugoslavia +1 FAMC @F285@ +1 FAMS @F520@ +1 FAMS @F521@ +1 FAMS @F522@ +<< +[0119] INDI rkey: I876 offs: 0x00003dc0 lens: 0x00000070 +0x00004dc0-0x00004e2f: +>>0 @I876@ INDI +1 NAME William /Marshal/ +1 SEX M +1 TITL Earl of Pembroke +1 DEAT +2 DATE 24 APR 1231 +1 FAMS @F523@ +<< +[0120] INDI rkey: I877 offs: 0x00003e30 lens: 0x0000006e +0x00004e30-0x00004e9d: +>>0 @I877@ INDI +1 NAME Alexander // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 1945 +1 FAMC @F314@ +1 FAMS @F524@ +<< +[0121] INDI rkey: I878 offs: 0x00003e9e lens: 0x00000053 +0x00004e9e-0x00004ef0: +>>0 @I878@ INDI +1 NAME Dona_Maria da_Gloria // +1 SEX F +1 TITL Princess +1 FAMS @F524@ +<< +[0122] INDI rkey: I879 offs: 0x00003ef1 lens: 0x00000071 +0x00004ef1-0x00004f61: +>>0 @I879@ INDI +1 NAME Peter of_Yugoslavia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1980 +2 PLAC U.S.A. +1 FAMC @F524@ +<< +[0123] INDI rkey: I880 offs: 0x00003f62 lens: 0x00000082 +0x00004f62-0x00004fe3: +>>0 @I880@ INDI +1 NAME Philip of_Yugoslavia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1982 +2 PLAC Washington D.C.,U.S.A. +1 FAMC @F524@ +<< +[0124] INDI rkey: I881 offs: 0x00003fe4 lens: 0x00000085 +0x00004fe4-0x00005068: +>>0 @I881@ INDI +1 NAME Alexander of_Yugoslavia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1982 +2 PLAC Washington D.C.,U.S.A. +1 FAMC @F524@ +<< +[0125] INDI rkey: I882 offs: 0x00004069 lens: 0x00000055 +0x00005069-0x000050bd: +>>0 @I882@ INDI +1 NAME Alice /Scholastica/ +1 SEX F +1 TITL Grand Duchess +1 FAMS @F518@ +<< +[0126] INDI rkey: I883 offs: 0x000040be lens: 0x00000052 +0x000050be-0x0000510f: +>>0 @I883@ INDI +1 NAME Nikolas K. /George/ +1 SEX M +1 BIRT +2 DATE 1958 +1 FAMC @F518@ +<< + +0x00005110: EOF (0x00005110) GOOD + +BLOCK - DIRECTORY ad/ab +0x00000000:ix_self: 0x00030001 (ad/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 128 +0x0000000e:ix_rkey[0000]: ' I884' +0x00000016:ix_rkey[0001]: ' I885' +0x0000001e:ix_rkey[0002]: ' I886' +0x00000026:ix_rkey[0003]: ' I887' +0x0000002e:ix_rkey[0004]: ' I888' +0x00000036:ix_rkey[0005]: ' I889' +0x0000003e:ix_rkey[0006]: ' I890' +0x00000046:ix_rkey[0007]: ' I891' +0x0000004e:ix_rkey[0008]: ' I892' +0x00000056:ix_rkey[0009]: ' I893' +0x0000005e:ix_rkey[0010]: ' I894' +0x00000066:ix_rkey[0011]: ' I895' +0x0000006e:ix_rkey[0012]: ' I896' +0x00000076:ix_rkey[0013]: ' I897' +0x0000007e:ix_rkey[0014]: ' I898' +0x00000086:ix_rkey[0015]: ' I899' +0x0000008e:ix_rkey[0016]: ' I900' +0x00000096:ix_rkey[0017]: ' I901' +0x0000009e:ix_rkey[0018]: ' I902' +0x000000a6:ix_rkey[0019]: ' I903' +0x000000ae:ix_rkey[0020]: ' I904' +0x000000b6:ix_rkey[0021]: ' I905' +0x000000be:ix_rkey[0022]: ' I906' +0x000000c6:ix_rkey[0023]: ' I907' +0x000000ce:ix_rkey[0024]: ' I908' +0x000000d6:ix_rkey[0025]: ' I909' +0x000000de:ix_rkey[0026]: ' I910' +0x000000e6:ix_rkey[0027]: ' I911' +0x000000ee:ix_rkey[0028]: ' I912' +0x000000f6:ix_rkey[0029]: ' I913' +0x000000fe:ix_rkey[0030]: ' I914' +0x00000106:ix_rkey[0031]: ' I915' +0x0000010e:ix_rkey[0032]: ' I916' +0x00000116:ix_rkey[0033]: ' I917' +0x0000011e:ix_rkey[0034]: ' I918' +0x00000126:ix_rkey[0035]: ' I919' +0x0000012e:ix_rkey[0036]: ' I920' +0x00000136:ix_rkey[0037]: ' I921' +0x0000013e:ix_rkey[0038]: ' I922' +0x00000146:ix_rkey[0039]: ' I923' +0x0000014e:ix_rkey[0040]: ' I924' +0x00000156:ix_rkey[0041]: ' I925' +0x0000015e:ix_rkey[0042]: ' I926' +0x00000166:ix_rkey[0043]: ' I927' +0x0000016e:ix_rkey[0044]: ' I928' +0x00000176:ix_rkey[0045]: ' I929' +0x0000017e:ix_rkey[0046]: ' I930' +0x00000186:ix_rkey[0047]: ' I931' +0x0000018e:ix_rkey[0048]: ' I932' +0x00000196:ix_rkey[0049]: ' I933' +0x0000019e:ix_rkey[0050]: ' I934' +0x000001a6:ix_rkey[0051]: ' I935' +0x000001ae:ix_rkey[0052]: ' I936' +0x000001b6:ix_rkey[0053]: ' I937' +0x000001be:ix_rkey[0054]: ' I938' +0x000001c6:ix_rkey[0055]: ' I939' +0x000001ce:ix_rkey[0056]: ' I940' +0x000001d6:ix_rkey[0057]: ' I941' +0x000001de:ix_rkey[0058]: ' I942' +0x000001e6:ix_rkey[0059]: ' I943' +0x000001ee:ix_rkey[0060]: ' I944' +0x000001f6:ix_rkey[0061]: ' I945' +0x000001fe:ix_rkey[0062]: ' I946' +0x00000206:ix_rkey[0063]: ' I947' +0x0000020e:ix_rkey[0064]: ' I948' +0x00000216:ix_rkey[0065]: ' I949' +0x0000021e:ix_rkey[0066]: ' I950' +0x00000226:ix_rkey[0067]: ' I951' +0x0000022e:ix_rkey[0068]: ' I952' +0x00000236:ix_rkey[0069]: ' I953' +0x0000023e:ix_rkey[0070]: ' I954' +0x00000246:ix_rkey[0071]: ' I955' +0x0000024e:ix_rkey[0072]: ' I956' +0x00000256:ix_rkey[0073]: ' I957' +0x0000025e:ix_rkey[0074]: ' I958' +0x00000266:ix_rkey[0075]: ' I959' +0x0000026e:ix_rkey[0076]: ' I960' +0x00000276:ix_rkey[0077]: ' I961' +0x0000027e:ix_rkey[0078]: ' I962' +0x00000286:ix_rkey[0079]: ' I963' +0x0000028e:ix_rkey[0080]: ' I964' +0x00000296:ix_rkey[0081]: ' I965' +0x0000029e:ix_rkey[0082]: ' I966' +0x000002a6:ix_rkey[0083]: ' I967' +0x000002ae:ix_rkey[0084]: ' I968' +0x000002b6:ix_rkey[0085]: ' I969' +0x000002be:ix_rkey[0086]: ' I970' +0x000002c6:ix_rkey[0087]: ' I971' +0x000002ce:ix_rkey[0088]: ' I972' +0x000002d6:ix_rkey[0089]: ' I973' +0x000002de:ix_rkey[0090]: ' I974' +0x000002e6:ix_rkey[0091]: ' I975' +0x000002ee:ix_rkey[0092]: ' I976' +0x000002f6:ix_rkey[0093]: ' I977' +0x000002fe:ix_rkey[0094]: ' I978' +0x00000306:ix_rkey[0095]: ' I979' +0x0000030e:ix_rkey[0096]: ' I980' +0x00000316:ix_rkey[0097]: ' I981' +0x0000031e:ix_rkey[0098]: ' I982' +0x00000326:ix_rkey[0099]: ' I983' +0x0000032e:ix_rkey[0100]: ' I984' +0x00000336:ix_rkey[0101]: ' I985' +0x0000033e:ix_rkey[0102]: ' I986' +0x00000346:ix_rkey[0103]: ' I987' +0x0000034e:ix_rkey[0104]: ' I988' +0x00000356:ix_rkey[0105]: ' I989' +0x0000035e:ix_rkey[0106]: ' I990' +0x00000366:ix_rkey[0107]: ' I991' +0x0000036e:ix_rkey[0108]: ' I992' +0x00000376:ix_rkey[0109]: ' I993' +0x0000037e:ix_rkey[0110]: ' I994' +0x00000386:ix_rkey[0111]: ' I995' +0x0000038e:ix_rkey[0112]: ' I996' +0x00000396:ix_rkey[0113]: ' I997' +0x0000039e:ix_rkey[0114]: ' I998' +0x000003a6:ix_rkey[0115]: ' I999' +0x000003ae:ix_rkey[0116]: ' F1000' +0x000003b6:ix_rkey[0117]: ' F1001' +0x000003be:ix_rkey[0118]: ' F1002' +0x000003c6:ix_rkey[0119]: ' F1003' +0x000003ce:ix_rkey[0120]: ' F1004' +0x000003d6:ix_rkey[0121]: ' F1005' +0x000003de:ix_rkey[0122]: ' F1006' +0x000003e6:ix_rkey[0123]: ' F1007' +0x000003ee:ix_rkey[0124]: ' F1008' +0x000003f6:ix_rkey[0125]: ' F1009' +0x000003fe:ix_rkey[0126]: ' F1010' +0x00000406:ix_rkey[0127]: ' F1011' + +deleted/unused entries +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000053 +0x0000080c:ix_offs[0001]: 0x00000053 0x00000c08:ix_lens[0001]: 0x0000003b +0x00000810:ix_offs[0002]: 0x0000008e 0x00000c0c:ix_lens[0002]: 0x00000051 +0x00000814:ix_offs[0003]: 0x000000df 0x00000c10:ix_lens[0003]: 0x00000041 +0x00000818:ix_offs[0004]: 0x00000120 0x00000c14:ix_lens[0004]: 0x0000004f +0x0000081c:ix_offs[0005]: 0x0000016f 0x00000c18:ix_lens[0005]: 0x00000056 +0x00000820:ix_offs[0006]: 0x000001c5 0x00000c1c:ix_lens[0006]: 0x00000067 +0x00000824:ix_offs[0007]: 0x0000022c 0x00000c20:ix_lens[0007]: 0x00000053 +0x00000828:ix_offs[0008]: 0x0000027f 0x00000c24:ix_lens[0008]: 0x00000069 +0x0000082c:ix_offs[0009]: 0x000002e8 0x00000c28:ix_lens[0009]: 0x00000035 +0x00000830:ix_offs[0010]: 0x0000031d 0x00000c2c:ix_lens[0010]: 0x00000065 +0x00000834:ix_offs[0011]: 0x00000382 0x00000c30:ix_lens[0011]: 0x00000086 +0x00000838:ix_offs[0012]: 0x00000408 0x00000c34:ix_lens[0012]: 0x00000076 +0x0000083c:ix_offs[0013]: 0x0000047e 0x00000c38:ix_lens[0013]: 0x00000087 +0x00000840:ix_offs[0014]: 0x00000505 0x00000c3c:ix_lens[0014]: 0x00000097 +0x00000844:ix_offs[0015]: 0x0000059c 0x00000c40:ix_lens[0015]: 0x0000008e +0x00000848:ix_offs[0016]: 0x0000062a 0x00000c44:ix_lens[0016]: 0x0000006e +0x0000084c:ix_offs[0017]: 0x00000698 0x00000c48:ix_lens[0017]: 0x00000073 +0x00000850:ix_offs[0018]: 0x0000070b 0x00000c4c:ix_lens[0018]: 0x00000074 +0x00000854:ix_offs[0019]: 0x0000077f 0x00000c50:ix_lens[0019]: 0x00000070 +0x00000858:ix_offs[0020]: 0x000007ef 0x00000c54:ix_lens[0020]: 0x00000061 +0x0000085c:ix_offs[0021]: 0x00000850 0x00000c58:ix_lens[0021]: 0x0000005c +0x00000860:ix_offs[0022]: 0x000008ac 0x00000c5c:ix_lens[0022]: 0x0000006a +0x00000864:ix_offs[0023]: 0x00000916 0x00000c60:ix_lens[0023]: 0x00000066 +0x00000868:ix_offs[0024]: 0x0000097c 0x00000c64:ix_lens[0024]: 0x00000051 +0x0000086c:ix_offs[0025]: 0x000009cd 0x00000c68:ix_lens[0025]: 0x00000059 +0x00000870:ix_offs[0026]: 0x00000a26 0x00000c6c:ix_lens[0026]: 0x00000063 +0x00000874:ix_offs[0027]: 0x00000a89 0x00000c70:ix_lens[0027]: 0x00000066 +0x00000878:ix_offs[0028]: 0x00000aef 0x00000c74:ix_lens[0028]: 0x0000005c +0x0000087c:ix_offs[0029]: 0x00000b4b 0x00000c78:ix_lens[0029]: 0x00000060 +0x00000880:ix_offs[0030]: 0x00000bab 0x00000c7c:ix_lens[0030]: 0x00000053 +0x00000884:ix_offs[0031]: 0x00000bfe 0x00000c80:ix_lens[0031]: 0x0000005a +0x00000888:ix_offs[0032]: 0x00000c58 0x00000c84:ix_lens[0032]: 0x0000003c +0x0000088c:ix_offs[0033]: 0x00000c94 0x00000c88:ix_lens[0033]: 0x0000004e +0x00000890:ix_offs[0034]: 0x00000ce2 0x00000c8c:ix_lens[0034]: 0x00000053 +0x00000894:ix_offs[0035]: 0x00000d35 0x00000c90:ix_lens[0035]: 0x00000050 +0x00000898:ix_offs[0036]: 0x00000d85 0x00000c94:ix_lens[0036]: 0x00000072 +0x0000089c:ix_offs[0037]: 0x00000df7 0x00000c98:ix_lens[0037]: 0x00000087 +0x000008a0:ix_offs[0038]: 0x00000e7e 0x00000c9c:ix_lens[0038]: 0x00000070 +0x000008a4:ix_offs[0039]: 0x00000eee 0x00000ca0:ix_lens[0039]: 0x00000069 +0x000008a8:ix_offs[0040]: 0x00000f57 0x00000ca4:ix_lens[0040]: 0x0000008a +0x000008ac:ix_offs[0041]: 0x00000fe1 0x00000ca8:ix_lens[0041]: 0x0000007b +0x000008b0:ix_offs[0042]: 0x0000105c 0x00000cac:ix_lens[0042]: 0x00000050 +0x000008b4:ix_offs[0043]: 0x000010ac 0x00000cb0:ix_lens[0043]: 0x00000038 +0x000008b8:ix_offs[0044]: 0x000010e4 0x00000cb4:ix_lens[0044]: 0x0000004c +0x000008bc:ix_offs[0045]: 0x00001130 0x00000cb8:ix_lens[0045]: 0x0000005f +0x000008c0:ix_offs[0046]: 0x0000118f 0x00000cbc:ix_lens[0046]: 0x00000063 +0x000008c4:ix_offs[0047]: 0x000011f2 0x00000cc0:ix_lens[0047]: 0x00000039 +0x000008c8:ix_offs[0048]: 0x0000122b 0x00000cc4:ix_lens[0048]: 0x00000058 +0x000008cc:ix_offs[0049]: 0x00001283 0x00000cc8:ix_lens[0049]: 0x00000059 +0x000008d0:ix_offs[0050]: 0x000012dc 0x00000ccc:ix_lens[0050]: 0x0000003f +0x000008d4:ix_offs[0051]: 0x0000131b 0x00000cd0:ix_lens[0051]: 0x00000057 +0x000008d8:ix_offs[0052]: 0x00001372 0x00000cd4:ix_lens[0052]: 0x00000042 +0x000008dc:ix_offs[0053]: 0x000013b4 0x00000cd8:ix_lens[0053]: 0x0000005a +0x000008e0:ix_offs[0054]: 0x0000140e 0x00000cdc:ix_lens[0054]: 0x0000005b +0x000008e4:ix_offs[0055]: 0x00001469 0x00000ce0:ix_lens[0055]: 0x00000058 +0x000008e8:ix_offs[0056]: 0x000014c1 0x00000ce4:ix_lens[0056]: 0x00000041 +0x000008ec:ix_offs[0057]: 0x00001502 0x00000ce8:ix_lens[0057]: 0x00000054 +0x000008f0:ix_offs[0058]: 0x00001556 0x00000cec:ix_lens[0058]: 0x00000057 +0x000008f4:ix_offs[0059]: 0x000015ad 0x00000cf0:ix_lens[0059]: 0x00000061 +0x000008f8:ix_offs[0060]: 0x0000160e 0x00000cf4:ix_lens[0060]: 0x00000052 +0x000008fc:ix_offs[0061]: 0x00001660 0x00000cf8:ix_lens[0061]: 0x00000045 +0x00000900:ix_offs[0062]: 0x000016a5 0x00000cfc:ix_lens[0062]: 0x00000052 +0x00000904:ix_offs[0063]: 0x000016f7 0x00000d00:ix_lens[0063]: 0x00000051 +0x00000908:ix_offs[0064]: 0x00001748 0x00000d04:ix_lens[0064]: 0x0000003c +0x0000090c:ix_offs[0065]: 0x00001784 0x00000d08:ix_lens[0065]: 0x00000052 +0x00000910:ix_offs[0066]: 0x000017d6 0x00000d0c:ix_lens[0066]: 0x00000051 +0x00000914:ix_offs[0067]: 0x00001827 0x00000d10:ix_lens[0067]: 0x0000006f +0x00000918:ix_offs[0068]: 0x00001896 0x00000d14:ix_lens[0068]: 0x0000007b +0x0000091c:ix_offs[0069]: 0x00001911 0x00000d18:ix_lens[0069]: 0x00000064 +0x00000920:ix_offs[0070]: 0x00001975 0x00000d1c:ix_lens[0070]: 0x00000081 +0x00000924:ix_offs[0071]: 0x000019f6 0x00000d20:ix_lens[0071]: 0x00000049 +0x00000928:ix_offs[0072]: 0x00001a3f 0x00000d24:ix_lens[0072]: 0x00000060 +0x0000092c:ix_offs[0073]: 0x00001a9f 0x00000d28:ix_lens[0073]: 0x0000006e +0x00000930:ix_offs[0074]: 0x00001b0d 0x00000d2c:ix_lens[0074]: 0x00000085 +0x00000934:ix_offs[0075]: 0x00001b92 0x00000d30:ix_lens[0075]: 0x00000073 +0x00000938:ix_offs[0076]: 0x00001c05 0x00000d34:ix_lens[0076]: 0x00000054 +0x0000093c:ix_offs[0077]: 0x00001c59 0x00000d38:ix_lens[0077]: 0x00000051 +0x00000940:ix_offs[0078]: 0x00001caa 0x00000d3c:ix_lens[0078]: 0x00000053 +0x00000944:ix_offs[0079]: 0x00001cfd 0x00000d40:ix_lens[0079]: 0x00000052 +0x00000948:ix_offs[0080]: 0x00001d4f 0x00000d44:ix_lens[0080]: 0x00000052 +0x0000094c:ix_offs[0081]: 0x00001da1 0x00000d48:ix_lens[0081]: 0x00000056 +0x00000950:ix_offs[0082]: 0x00001df7 0x00000d4c:ix_lens[0082]: 0x0000003f +0x00000954:ix_offs[0083]: 0x00001e36 0x00000d50:ix_lens[0083]: 0x0000003f +0x00000958:ix_offs[0084]: 0x00001e75 0x00000d54:ix_lens[0084]: 0x00000041 +0x0000095c:ix_offs[0085]: 0x00001eb6 0x00000d58:ix_lens[0085]: 0x0000006d +0x00000960:ix_offs[0086]: 0x00001f23 0x00000d5c:ix_lens[0086]: 0x00000046 +0x00000964:ix_offs[0087]: 0x00001f69 0x00000d60:ix_lens[0087]: 0x000000b5 +0x00000968:ix_offs[0088]: 0x0000201e 0x00000d64:ix_lens[0088]: 0x00000076 +0x0000096c:ix_offs[0089]: 0x00002094 0x00000d68:ix_lens[0089]: 0x00000080 +0x00000970:ix_offs[0090]: 0x00002114 0x00000d6c:ix_lens[0090]: 0x00000076 +0x00000974:ix_offs[0091]: 0x0000218a 0x00000d70:ix_lens[0091]: 0x00000059 +0x00000978:ix_offs[0092]: 0x000021e3 0x00000d74:ix_lens[0092]: 0x00000058 +0x0000097c:ix_offs[0093]: 0x0000223b 0x00000d78:ix_lens[0093]: 0x00000054 +0x00000980:ix_offs[0094]: 0x0000228f 0x00000d7c:ix_lens[0094]: 0x00000059 +0x00000984:ix_offs[0095]: 0x000022e8 0x00000d80:ix_lens[0095]: 0x0000003b +0x00000988:ix_offs[0096]: 0x00002323 0x00000d84:ix_lens[0096]: 0x00000051 +0x0000098c:ix_offs[0097]: 0x00002374 0x00000d88:ix_lens[0097]: 0x00000048 +0x00000990:ix_offs[0098]: 0x000023bc 0x00000d8c:ix_lens[0098]: 0x00000052 +0x00000994:ix_offs[0099]: 0x0000240e 0x00000d90:ix_lens[0099]: 0x0000003f +0x00000998:ix_offs[0100]: 0x0000244d 0x00000d94:ix_lens[0100]: 0x000000e7 +0x0000099c:ix_offs[0101]: 0x00002534 0x00000d98:ix_lens[0101]: 0x00000114 +0x000009a0:ix_offs[0102]: 0x00002648 0x00000d9c:ix_lens[0102]: 0x000000d8 +0x000009a4:ix_offs[0103]: 0x00002720 0x00000da0:ix_lens[0103]: 0x00000076 +0x000009a8:ix_offs[0104]: 0x00002796 0x00000da4:ix_lens[0104]: 0x00000077 +0x000009ac:ix_offs[0105]: 0x0000280d 0x00000da8:ix_lens[0105]: 0x00000069 +0x000009b0:ix_offs[0106]: 0x00002876 0x00000dac:ix_lens[0106]: 0x00000053 +0x000009b4:ix_offs[0107]: 0x000028c9 0x00000db0:ix_lens[0107]: 0x000000fd +0x000009b8:ix_offs[0108]: 0x000029c6 0x00000db4:ix_lens[0108]: 0x00000060 +0x000009bc:ix_offs[0109]: 0x00002a26 0x00000db8:ix_lens[0109]: 0x0000005c +0x000009c0:ix_offs[0110]: 0x00002a82 0x00000dbc:ix_lens[0110]: 0x00000063 +0x000009c4:ix_offs[0111]: 0x00002ae5 0x00000dc0:ix_lens[0111]: 0x0000005a +0x000009c8:ix_offs[0112]: 0x00002b3f 0x00000dc4:ix_lens[0112]: 0x00000046 +0x000009cc:ix_offs[0113]: 0x00002b85 0x00000dc8:ix_lens[0113]: 0x00000036 +0x000009d0:ix_offs[0114]: 0x00002bbb 0x00000dcc:ix_lens[0114]: 0x000000f7 +0x000009d4:ix_offs[0115]: 0x00002cb2 0x00000dd0:ix_lens[0115]: 0x000000a7 +0x000009d8:ix_offs[0116]: 0x00002d59 0x00000dd4:ix_lens[0116]: 0x0000002c +0x000009dc:ix_offs[0117]: 0x00002d85 0x00000dd8:ix_lens[0117]: 0x0000002c +0x000009e0:ix_offs[0118]: 0x00002db1 0x00000ddc:ix_lens[0118]: 0x0000004a +0x000009e4:ix_offs[0119]: 0x00002dfb 0x00000de0:ix_lens[0119]: 0x0000002c +0x000009e8:ix_offs[0120]: 0x00002e27 0x00000de4:ix_lens[0120]: 0x0000002c +0x000009ec:ix_offs[0121]: 0x00002e53 0x00000de8:ix_lens[0121]: 0x0000003b +0x000009f0:ix_offs[0122]: 0x00002e8e 0x00000dec:ix_lens[0122]: 0x0000003b +0x000009f4:ix_offs[0123]: 0x00002ec9 0x00000df0:ix_lens[0123]: 0x0000003b +0x000009f8:ix_offs[0124]: 0x00002f04 0x00000df4:ix_lens[0124]: 0x0000003b +0x000009fc:ix_offs[0125]: 0x00002f3f 0x00000df8:ix_lens[0125]: 0x0000002c +0x00000a00:ix_offs[0126]: 0x00002f6b 0x00000dfc:ix_lens[0126]: 0x0000003b +0x00000a04:ix_offs[0127]: 0x00002fa6 0x00000e00:ix_lens[0127]: 0x0000003b + +0x00000a08-0x00000c03:ix_offs[0128-0254] default value 0x00000000 +0x00000e04-0x00000fff:ix_lens[0128-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I884 offs: 0x00000000 lens: 0x00000053 +0x00001000-0x00001052: +>>0 @I884@ INDI +1 NAME Katarina K. /George/ +1 SEX F +1 BIRT +2 DATE 1959 +1 FAMC @F518@ +<< +[0001] INDI rkey: I885 offs: 0x00000053 lens: 0x0000003b +0x00001053-0x0000108d: +>>0 @I885@ INDI +1 NAME Linda /Bonney/ +1 SEX F +1 FAMS @F519@ +<< +[0002] INDI rkey: I886 offs: 0x0000008e lens: 0x00000051 +0x0000108e-0x000010de: +>>0 @I886@ INDI +1 NAME George K. /George/ +1 SEX M +1 BIRT +2 DATE 1984 +1 FAMC @F519@ +<< +[0003] INDI rkey: I887 offs: 0x000000df lens: 0x00000041 +0x000010df-0x0000111f: +>>0 @I887@ INDI +1 NAME Christina of_Hesse // +1 SEX F +1 FAMS @F520@ +<< +[0004] INDI rkey: I888 offs: 0x00000120 lens: 0x0000004f +0x00001120-0x0000116e: +>>0 @I888@ INDI +1 NAME Tatiana Maria // +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMC @F520@ +<< +[0005] INDI rkey: I889 offs: 0x0000016f lens: 0x00000056 +0x0000116f-0x000011c4: +>>0 @I889@ INDI +1 NAME Christopher K. /George/ +1 SEX M +1 BIRT +2 DATE 1960 +1 FAMC @F520@ +<< +[0006] INDI rkey: I890 offs: 0x000001c5 lens: 0x00000067 +0x000011c5-0x0000122b: +>>0 @I890@ INDI +1 NAME Kira Melita of_Leiningen// +1 SEX F +1 BIRT +2 DATE 1930 +1 FAMC @F525@ +1 FAMS @F521@ +<< +[0007] INDI rkey: I891 offs: 0x0000022c lens: 0x00000053 +0x0000122c-0x0000127e: +>>0 @I891@ INDI +1 NAME Vladimir K. /George/ +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMC @F521@ +<< +[0008] INDI rkey: I892 offs: 0x0000027f lens: 0x00000069 +0x0000127f-0x000012e7: +>>0 @I892@ INDI +1 NAME Dimitrye K. /George/ +1 SEX M +1 BIRT +2 DATE 1965 +2 PLAC London,England +1 FAMC @F521@ +<< +[0009] INDI rkey: I893 offs: 0x000002e8 lens: 0x00000035 +0x000012e8-0x0000131c: +>>0 @I893@ INDI +1 NAME Mitsi // +1 SEX F +1 FAMS @F522@ +<< +[0010] INDI rkey: I894 offs: 0x0000031d lens: 0x00000065 +0x0000131d-0x00001381: +>>0 @I894@ INDI +1 NAME Louis // +1 SEX M +1 TITL Dauphin +1 DEAT +2 DATE 1765 +1 FAMC @F526@ +1 FAMS @F360@ +<< +[0011] INDI rkey: I895 offs: 0x00000382 lens: 0x00000086 +0x00001382-0x00001407: +>>0 @I895@ INDI +1 NAME Maria of_Russia // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1951 +1 FAMC @F71@ +1 FAMS @F525@ +<< +[0012] INDI rkey: I896 offs: 0x00000408 lens: 0x00000076 +0x00001408-0x0000147d: +>>0 @I896@ INDI +1 NAME Elizabeth of_France // +1 SEX F +1 BIRT +2 DATE 1602 +1 DEAT +2 DATE 1644 +1 FAMC @F344@ +1 FAMS @F527@ +<< +[0013] INDI rkey: I897 offs: 0x0000047e lens: 0x00000087 +0x0000147e-0x00001504: +>>0 @I897@ INDI +1 NAME Charles_X // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1757 +1 DEAT +2 DATE NOV 1836 +1 FAMC @F360@ +1 FAMS @F528@ +<< +[0014] INDI rkey: I898 offs: 0x00000505 lens: 0x00000097 +0x00001505-0x0000159b: +>>0 @I898@ INDI +1 NAME Louis_XVIII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1755 +2 PLAC Versailles,France +1 DEAT +2 DATE 16 SEP 1824 +1 FAMC @F360@ +<< +[0015] INDI rkey: I899 offs: 0x0000059c lens: 0x0000008e +0x0000159c-0x00001629: +>>0 @I899@ INDI +1 NAME Maria of_Russia // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1953 +2 PLAC Madrid,Spain,Spain +1 FAMC @F361@ +1 FAMS @F529@ +<< +[0016] INDI rkey: I900 offs: 0x0000062a lens: 0x0000006e +0x0000162a-0x00001697: +>>0 @I900@ INDI +1 NAME Franz Wilhelm of_Prussia// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE ABT 1943 +1 FAMS @F529@ +<< +[0017] INDI rkey: I901 offs: 0x00000698 lens: 0x00000073 +0x00001698-0x0000170a: +>>0 @I901@ INDI +1 NAME George of_Russia // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1981 +2 PLAC ,,Spain +1 FAMC @F529@ +<< +[0018] INDI rkey: I902 offs: 0x0000070b lens: 0x00000074 +0x0000170b-0x0000177e: +>>0 @I902@ INDI +1 NAME Karl of_Leiningen // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1946 +1 FAMS @F525@ +<< +[0019] INDI rkey: I903 offs: 0x0000077f lens: 0x00000070 +0x0000177f-0x000017ee: +>>0 @I903@ INDI +1 NAME Emich of_Leiningen // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1926 +1 FAMC @F525@ +1 FAMS @F530@ +<< +[0020] INDI rkey: I904 offs: 0x000007ef lens: 0x00000061 +0x000017ef-0x0000184f: +>>0 @I904@ INDI +1 NAME Karl of_Leiningen // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1928 +1 FAMC @F525@ +<< +[0021] INDI rkey: I905 offs: 0x00000850 lens: 0x0000005c +0x00001850-0x000018ab: +>>0 @I905@ INDI +1 NAME Margarita // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1932 +1 FAMC @F525@ +<< +[0022] INDI rkey: I906 offs: 0x000008ac lens: 0x0000006a +0x000018ac-0x00001915: +>>0 @I906@ INDI +1 NAME Mechtilde // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1936 +1 FAMC @F525@ +1 FAMS @F531@ +<< +[0023] INDI rkey: I907 offs: 0x00000916 lens: 0x00000066 +0x00001916-0x0000197b: +>>0 @I907@ INDI +1 NAME Friedrich of_Leiningen // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1938 +1 FAMC @F525@ +<< +[0024] INDI rkey: I908 offs: 0x0000097c lens: 0x00000051 +0x0000197c-0x000019cc: +>>0 @I908@ INDI +1 NAME Eilika of_Oldenberg // +1 SEX F +1 TITL Duchess +1 FAMS @F530@ +<< +[0025] INDI rkey: I909 offs: 0x000009cd lens: 0x00000059 +0x000019cd-0x00001a25: +>>0 @I909@ INDI +1 NAME Melita // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1951 +1 FAMC @F530@ +<< +[0026] INDI rkey: I910 offs: 0x00000a26 lens: 0x00000063 +0x00001a26-0x00001a88: +>>0 @I910@ INDI +1 NAME Karl // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1952 +1 FAMC @F530@ +1 FAMS @F532@ +<< +[0027] INDI rkey: I911 offs: 0x00000a89 lens: 0x00000066 +0x00001a89-0x00001aee: +>>0 @I911@ INDI +1 NAME Andreas // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1955 +1 FAMC @F530@ +1 FAMS @F533@ +<< +[0028] INDI rkey: I912 offs: 0x00000aef lens: 0x0000005c +0x00001aef-0x00001b4a: +>>0 @I912@ INDI +1 NAME Stephanie // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1958 +1 FAMC @F530@ +<< +[0029] INDI rkey: I913 offs: 0x00000b4b lens: 0x00000060 +0x00001b4b-0x00001baa: +>>0 @I913@ INDI +1 NAME Margarite of_Hohenloche- Ochringen// +1 SEX F +1 TITL Princess +1 FAMS @F532@ +<< +[0030] INDI rkey: I914 offs: 0x00000bab lens: 0x00000053 +0x00001bab-0x00001bfd: +>>0 @I914@ INDI +1 NAME Alexandra of_Hanover // +1 SEX F +1 TITL Princess +1 FAMS @F533@ +<< +[0031] INDI rkey: I915 offs: 0x00000bfe lens: 0x0000005a +0x00001bfe-0x00001c57: +>>0 @I915@ INDI +1 NAME Ferdinand // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1982 +1 FAMC @F533@ +<< +[0032] INDI rkey: I916 offs: 0x00000c58 lens: 0x0000003c +0x00001c58-0x00001c93: +>>0 @I916@ INDI +1 NAME Karl /Bauscher/ +1 SEX M +1 FAMS @F531@ +<< +[0033] INDI rkey: I917 offs: 0x00000c94 lens: 0x0000004e +0x00001c94-0x00001ce1: +>>0 @I917@ INDI +1 NAME Ulf /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F531@ +<< +[0034] INDI rkey: I918 offs: 0x00000ce2 lens: 0x00000053 +0x00001ce2-0x00001d34: +>>0 @I918@ INDI +1 NAME Berthold /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F531@ +<< +[0035] INDI rkey: I919 offs: 0x00000d35 lens: 0x00000050 +0x00001d35-0x00001d84: +>>0 @I919@ INDI +1 NAME Johan /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F531@ +<< +[0036] INDI rkey: I920 offs: 0x00000d85 lens: 0x00000072 +0x00001d85-0x00001df6: +>>0 @I920@ INDI +1 NAME Anne of_Austria // +1 SEX F +1 BIRT +2 DATE 1601 +1 DEAT +2 DATE 1666 +1 FAMC @F534@ +1 FAMS @F345@ +<< +[0037] INDI rkey: I921 offs: 0x00000df7 lens: 0x00000087 +0x00001df7-0x00001e7d: +>>0 @I921@ INDI +1 NAME Friedrich Wilhelm of_Prussia// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1939 +1 FAMC @F339@ +1 FAMS @F535@ +1 FAMS @F536@ +<< +[0038] INDI rkey: I922 offs: 0x00000e7e lens: 0x00000070 +0x00001e7e-0x00001eed: +>>0 @I922@ INDI +1 NAME Michael of_Prussia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1939 +1 FAMC @F339@ +1 FAMS @F537@ +<< +[0039] INDI rkey: I923 offs: 0x00000eee lens: 0x00000069 +0x00001eee-0x00001f56: +>>0 @I923@ INDI +1 NAME Marie-Cecile of_Prussia // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1942 +1 FAMC @F339@ +<< +[0040] INDI rkey: I924 offs: 0x00000f57 lens: 0x0000008a +0x00001f57-0x00001fe0: +>>0 @I924@ INDI +1 NAME Louis Ferdinand of_Prussia// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1944 +1 DEAT +2 DATE 1977 +1 FAMC @F339@ +1 FAMS @F538@ +<< +[0041] INDI rkey: I925 offs: 0x00000fe1 lens: 0x0000007b +0x00001fe1-0x0000205b: +>>0 @I925@ INDI +1 NAME Christian Sigismund of_Prussia// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1946 +1 FAMC @F339@ +1 FAMS @F539@ +<< +[0042] INDI rkey: I926 offs: 0x0000105c lens: 0x00000050 +0x0000205c-0x000020ab: +>>0 @I926@ INDI +1 NAME Nina zu_Reventlow // +1 SEX F +1 TITL Countess +1 FAMS @F539@ +<< +[0043] INDI rkey: I927 offs: 0x000010ac lens: 0x00000038 +0x000020ac-0x000020e3: +>>0 @I927@ INDI +1 NAME Daughter // +1 SEX F +1 FAMC @F539@ +<< +[0044] INDI rkey: I928 offs: 0x000010e4 lens: 0x0000004c +0x000020e4-0x0000212f: +>>0 @I928@ INDI +1 NAME Donata of_Castell- Rudenhausen// +1 SEX F +1 FAMS @F538@ +<< +[0045] INDI rkey: I929 offs: 0x00001130 lens: 0x0000005f +0x00002130-0x0000218e: +>>0 @I929@ INDI +1 NAME Georg Friedrich // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1976 +1 FAMC @F538@ +<< +[0046] INDI rkey: I930 offs: 0x0000118f lens: 0x00000063 +0x0000218f-0x000021f1: +>>0 @I930@ INDI +1 NAME Corneilie-Cecile // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1978 +1 FAMC @F538@ +<< +[0047] INDI rkey: I931 offs: 0x000011f2 lens: 0x00000039 +0x000021f2-0x0000222a: +>>0 @I931@ INDI +1 NAME Jutta /Jorn/ +1 SEX F +1 FAMS @F537@ +<< +[0048] INDI rkey: I932 offs: 0x0000122b lens: 0x00000058 +0x0000222b-0x00002282: +>>0 @I932@ INDI +1 NAME Micaela // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1967 +1 FAMC @F537@ +<< +[0049] INDI rkey: I933 offs: 0x00001283 lens: 0x00000059 +0x00002283-0x000022db: +>>0 @I933@ INDI +1 NAME Nataly // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1970 +1 FAMC @F537@ +<< +[0050] INDI rkey: I934 offs: 0x000012dc lens: 0x0000003f +0x000022dc-0x0000231a: +>>0 @I934@ INDI +1 NAME Waltraud /Freydag/ +1 SEX F +1 FAMS @F535@ +<< +[0051] INDI rkey: I935 offs: 0x0000131b lens: 0x00000057 +0x0000231b-0x00002371: +>>0 @I935@ INDI +1 NAME Philip // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1968 +1 FAMC @F535@ +<< +[0052] INDI rkey: I936 offs: 0x00001372 lens: 0x00000042 +0x00002372-0x000023b3: +>>0 @I936@ INDI +1 NAME Ehrengard /von_Reden/ +1 SEX F +1 FAMS @F536@ +<< +[0053] INDI rkey: I937 offs: 0x000013b4 lens: 0x0000005a +0x000023b4-0x0000240d: +>>0 @I937@ INDI +1 NAME Friedrich // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1979 +1 FAMC @F536@ +<< +[0054] INDI rkey: I938 offs: 0x0000140e lens: 0x0000005b +0x0000240e-0x00002468: +>>0 @I938@ INDI +1 NAME Viktoria // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1982 +1 FAMC @F536@ +<< +[0055] INDI rkey: I939 offs: 0x00001469 lens: 0x00000058 +0x00002469-0x000024c0: +>>0 @I939@ INDI +1 NAME Joachim // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1984 +1 FAMC @F536@ +<< +[0056] INDI rkey: I940 offs: 0x000014c1 lens: 0x00000041 +0x000024c1-0x00002501: +>>0 @I940@ INDI +1 NAME Margaret /Messenger/ +1 SEX F +1 FAMS @F198@ +<< +[0057] INDI rkey: I941 offs: 0x00001502 lens: 0x00000054 +0x00002502-0x00002555: +>>0 @I941@ INDI +1 NAME Emily // +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1976 +1 FAMC @F198@ +<< +[0058] INDI rkey: I942 offs: 0x00001556 lens: 0x00000057 +0x00002556-0x000025ac: +>>0 @I942@ INDI +1 NAME Benjamin // +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1978 +1 FAMC @F198@ +<< +[0059] INDI rkey: I943 offs: 0x000015ad lens: 0x00000061 +0x000025ad-0x0000260d: +>>0 @I943@ INDI +1 NAME Alexander /Lascelles/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1980 +1 FAMC @F198@ +<< +[0060] INDI rkey: I944 offs: 0x0000160e lens: 0x00000052 +0x0000260e-0x0000265f: +>>0 @I944@ INDI +1 NAME Edward /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1982 +1 FAMC @F198@ +<< +[0061] INDI rkey: I945 offs: 0x00001660 lens: 0x00000045 +0x00002660-0x000026a4: +>>0 @I945@ INDI +1 NAME Fredericka Ann /Duhrrson/ +1 SEX F +1 FAMS @F199@ +<< +[0062] INDI rkey: I946 offs: 0x000016a5 lens: 0x00000052 +0x000026a5-0x000026f6: +>>0 @I946@ INDI +1 NAME Sophie /Lascelles/ +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F199@ +<< +[0063] INDI rkey: I947 offs: 0x000016f7 lens: 0x00000051 +0x000026f7-0x00002747: +>>0 @I947@ INDI +1 NAME Rowan /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1977 +1 FAMC @F199@ +<< +[0064] INDI rkey: I948 offs: 0x00001748 lens: 0x0000003c +0x00002748-0x00002783: +>>0 @I948@ INDI +1 NAME Julie /Bayliss/ +1 SEX F +1 FAMS @F200@ +<< +[0065] INDI rkey: I949 offs: 0x00001784 lens: 0x00000052 +0x00002784-0x000027d5: +>>0 @I949@ INDI +1 NAME Thomas /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1982 +1 FAMC @F200@ +<< +[0066] INDI rkey: I950 offs: 0x000017d6 lens: 0x00000051 +0x000027d6-0x00002826: +>>0 @I950@ INDI +1 NAME Ellen /Lascelles/ +1 SEX F +1 BIRT +2 DATE 1984 +1 FAMC @F200@ +<< +[0067] INDI rkey: I951 offs: 0x00001827 lens: 0x0000006f +0x00002827-0x00002895: +>>0 @I951@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1662 +1 DEAT +2 DATE 1689 +1 FAMC @F443@ +1 FAMS @F540@ +<< +[0068] INDI rkey: I952 offs: 0x00001896 lens: 0x0000007b +0x00002896-0x00002910: +>>0 @I952@ INDI +1 NAME Maud /Carnegie/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1893 +1 DEAT +2 DATE 1945 +1 FAMC @F15@ +1 FAMS @F541@ +<< +[0069] INDI rkey: I953 offs: 0x00001911 lens: 0x00000064 +0x00002911-0x00002974: +>>0 @I953@ INDI +1 NAME Charles of_Southesk // +1 SEX M +1 TITL Earl XI +1 BIRT +2 DATE 1893 +1 FAMS @F541@ +<< +[0070] INDI rkey: I954 offs: 0x00001975 lens: 0x00000081 +0x00002975-0x000029f5: +>>0 @I954@ INDI +1 NAME James George Alexander/Carnegie/ +1 SEX M +1 TITL Duke of Fife +1 BIRT +2 DATE 1929 +1 FAMC @F541@ +1 FAMS @F542@ +<< +[0071] INDI rkey: I955 offs: 0x000019f6 lens: 0x00000049 +0x000029f6-0x00002a3e: +>>0 @I955@ INDI +1 NAME Caroline /Dewar/ +1 SEX F +1 TITL Hon. +1 FAMS @F542@ +<< +[0072] INDI rkey: I956 offs: 0x00001a3f lens: 0x00000060 +0x00002a3f-0x00002a9e: +>>0 @I956@ INDI +1 NAME Alexandra /Carnegie/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1959 +1 FAMC @F542@ +<< +[0073] INDI rkey: I957 offs: 0x00001a9f lens: 0x0000006e +0x00002a9f-0x00002b0c: +>>0 @I957@ INDI +1 NAME David Charles /Carnegie/ +1 SEX M +1 TITL Earl of Macduff +1 BIRT +2 DATE 1961 +1 FAMC @F542@ +<< +[0074] INDI rkey: I958 offs: 0x00001b0d lens: 0x00000085 +0x00002b0d-0x00002b91: +>>0 @I958@ INDI +1 NAME Ragnhild Alexandra // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1930 +2 PLAC Oslo,Norway +1 FAMC @F297@ +1 FAMS @F543@ +<< +[0075] INDI rkey: I959 offs: 0x00001b92 lens: 0x00000073 +0x00002b92-0x00002c04: +>>0 @I959@ INDI +1 NAME Astrid Maud Ingeborg// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1932 +1 FAMC @F297@ +1 FAMS @F544@ +<< +[0076] INDI rkey: I960 offs: 0x00001c05 lens: 0x00000054 +0x00002c05-0x00002c58: +>>0 @I960@ INDI +1 NAME Johan Martin /Ferner/ +1 SEX M +1 BIRT +2 DATE 1927 +1 FAMS @F544@ +<< +[0077] INDI rkey: I961 offs: 0x00001c59 lens: 0x00000051 +0x00002c59-0x00002ca9: +>>0 @I961@ INDI +1 NAME Cathrine /Ferner/ +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMC @F544@ +<< +[0078] INDI rkey: I962 offs: 0x00001caa lens: 0x00000053 +0x00002caa-0x00002cfc: +>>0 @I962@ INDI +1 NAME Benedickte /Ferner/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F544@ +<< +[0079] INDI rkey: I963 offs: 0x00001cfd lens: 0x00000052 +0x00002cfd-0x00002d4e: +>>0 @I963@ INDI +1 NAME Alexander /Ferner/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F544@ +<< +[0080] INDI rkey: I964 offs: 0x00001d4f lens: 0x00000052 +0x00002d4f-0x00002da0: +>>0 @I964@ INDI +1 NAME Elisabeth /Ferner/ +1 SEX F +1 BIRT +2 DATE 1969 +1 FAMC @F544@ +<< +[0081] INDI rkey: I965 offs: 0x00001da1 lens: 0x00000056 +0x00002da1-0x00002df6: +>>0 @I965@ INDI +1 NAME Carl Christian /Ferner/ +1 SEX M +1 BIRT +2 DATE 1972 +1 FAMC @F544@ +<< +[0082] INDI rkey: I966 offs: 0x00001df7 lens: 0x0000003f +0x00002df7-0x00002e35: +>>0 @I966@ INDI +1 NAME Erling /Lorentzen/ +1 SEX M +1 FAMS @F543@ +<< +[0083] INDI rkey: I967 offs: 0x00001e36 lens: 0x0000003f +0x00002e36-0x00002e74: +>>0 @I967@ INDI +1 NAME Haakon /Lorentzen/ +1 SEX M +1 FAMC @F543@ +<< +[0084] INDI rkey: I968 offs: 0x00001e75 lens: 0x00000041 +0x00002e75-0x00002eb5: +>>0 @I968@ INDI +1 NAME Ingeborg /Lorentzen/ +1 SEX F +1 FAMC @F543@ +<< +[0085] INDI rkey: I969 offs: 0x00001eb6 lens: 0x0000006d +0x00002eb6-0x00002f22: +>>0 @I969@ INDI +1 NAME Ragnhild Alexandra /Lorentzen/ +1 SEX F +1 BIRT +2 DATE 1968 +2 PLAC ,,Brazil +1 FAMC @F543@ +<< +[0086] INDI rkey: I970 offs: 0x00001f23 lens: 0x00000046 +0x00002f23-0x00002f68: +>>0 @I970@ INDI +1 NAME Anne of_Bourbon-Parma // +1 SEX F +1 TITL Princess +<< +[0087] INDI rkey: I971 offs: 0x00001f69 lens: 0x000000b5 +0x00002f69-0x0000301d: +>>0 @I971@ INDI +1 NAME Joana Maria Valentina/Lambrino/ +1 SEX F +1 BIRT +2 DATE 3 OCT 1898 +2 PLAC Roman,Romania +1 DEAT +2 DATE 11 MAR 1953 +2 PLAC Paris,France +1 FAMC @F545@ +1 FAMS @F287@ +<< +[0088] INDI rkey: I972 offs: 0x0000201e lens: 0x00000076 +0x0000301e-0x00003093: +>>0 @I972@ INDI +1 NAME Margarita of_Romania // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1949 +2 PLAC Lausanne +1 FAMC @F310@ +<< +[0089] INDI rkey: I973 offs: 0x00002094 lens: 0x00000080 +0x00003094-0x00003113: +>>0 @I973@ INDI +1 NAME Helen of_Romania // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1950 +2 PLAC Lausanne +1 FAMC @F310@ +1 FAMS @F546@ +<< +[0090] INDI rkey: I974 offs: 0x00002114 lens: 0x00000076 +0x00003114-0x00003189: +>>0 @I974@ INDI +1 NAME Irina // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1953 +2 PLAC Lausanne +1 FAMC @F310@ +1 FAMS @F547@ +<< +[0091] INDI rkey: I975 offs: 0x0000218a lens: 0x00000059 +0x0000318a-0x000031e2: +>>0 @I975@ INDI +1 NAME Sophie // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1957 +1 FAMC @F310@ +<< +[0092] INDI rkey: I976 offs: 0x000021e3 lens: 0x00000058 +0x000031e3-0x0000323a: +>>0 @I976@ INDI +1 NAME Maria // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1964 +1 FAMC @F310@ +<< +[0093] INDI rkey: I977 offs: 0x0000223b lens: 0x00000054 +0x0000323b-0x0000328e: +>>0 @I977@ INDI +1 NAME Robin /Medforth-Mills/ +1 SEX M +1 TITL Professor +1 FAMS @F546@ +<< +[0094] INDI rkey: I978 offs: 0x0000228f lens: 0x00000059 +0x0000328f-0x000032e7: +>>0 @I978@ INDI +1 NAME Nicholas /Medforth-Mills/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F546@ +<< +[0095] INDI rkey: I979 offs: 0x000022e8 lens: 0x0000003b +0x000032e8-0x00003322: +>>0 @I979@ INDI +1 NAME John /Kreuger/ +1 SEX M +1 FAMS @F547@ +<< +[0096] INDI rkey: I980 offs: 0x00002323 lens: 0x00000051 +0x00003323-0x00003373: +>>0 @I980@ INDI +1 NAME Michael /Kreuger/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F547@ +<< +[0097] INDI rkey: I981 offs: 0x00002374 lens: 0x00000048 +0x00003374-0x000033bb: +>>0 @I981@ INDI +1 NAME William /Worsley/ +1 SEX M +1 TITL Sir +1 FAMS @F81@ +<< +[0098] INDI rkey: I982 offs: 0x000023bc lens: 0x00000052 +0x000033bc-0x0000340d: +>>0 @I982@ INDI +1 NAME Martin /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F196@ +<< +[0099] INDI rkey: I983 offs: 0x0000240e lens: 0x0000003f +0x0000340e-0x0000344c: +>>0 @I983@ INDI +1 NAME Alexandra /Morton/ +1 SEX F +1 FAMS @F201@ +<< +[0100] INDI rkey: I984 offs: 0x0000244d lens: 0x000000e7 +0x0000344d-0x00003533: +>>0 @I984@ INDI +1 NAME Richard_III // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 2 OCT 1452 +2 PLAC Fotheringay,Castle +1 DEAT +2 DATE 22 AUG 1485 +2 PLAC Bosworth +1 BURI +2 PLAC Grey Friars,Abbey,Leicester +1 FAMC @F548@ +1 FAMS @F549@ +<< +[0101] INDI rkey: I985 offs: 0x00002534 lens: 0x00000114 +0x00003534-0x00003647: +>>0 @I985@ INDI +1 NAME Anne /Nevill/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 11 JUN 1456 +2 PLAC Warwick Castle,Warwick,England +1 DEAT +2 DATE 16 MAR 1485 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F550@ +1 FAMS @F551@ +1 FAMS @F549@ +<< +[0102] INDI rkey: I986 offs: 0x00002648 lens: 0x000000d8 +0x00003648-0x0000371f: +>>0 @I986@ INDI +1 NAME Edward // +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE ABT DEC 1473 +2 PLAC Middleham Castle,Yorkshire,England +1 DEAT +2 DATE 9 APR 1484 +2 PLAC Middleham Castle,Yorkshire,England +1 FAMC @F549@ +<< +[0103] INDI rkey: I987 offs: 0x00002720 lens: 0x00000076 +0x00003720-0x00003795: +>>0 @I987@ INDI +1 NAME Richard /Neville/ +1 SEX M +1 TITL Earl of Warwick +1 DEAT +2 DATE 1471 +1 FAMC @F552@ +1 FAMS @F550@ +<< +[0104] INDI rkey: I988 offs: 0x00002796 lens: 0x00000077 +0x00003796-0x0000380c: +>>0 @I988@ INDI +1 NAME Richard /Plantagenet/ +1 SEX M +1 TITL Duke of York +1 DEAT +2 DATE 1460 +1 FAMC @F553@ +1 FAMS @F548@ +<< +[0105] INDI rkey: I989 offs: 0x0000280d lens: 0x00000069 +0x0000380d-0x00003875: +>>0 @I989@ INDI +1 NAME Cicely /Nevill/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1495 +1 FAMC @F554@ +1 FAMS @F548@ +<< +[0106] INDI rkey: I990 offs: 0x00002876 lens: 0x00000053 +0x00003876-0x000038c8: +>>0 @I990@ INDI +1 NAME Ralph of_Westmoreland 1st// +1 SEX M +1 TITL Earl +1 FAMS @F554@ +<< +[0107] INDI rkey: I991 offs: 0x000028c9 lens: 0x000000fd +0x000038c9-0x000039c5: +>>0 @I991@ INDI +1 NAME Edward_IV // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 28 APR 1442 +2 PLAC Rouen,France +1 DEAT +2 DATE 9 APR 1483 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMC @F548@ +1 FAMS @F456@ +<< +[0108] INDI rkey: I992 offs: 0x000029c6 lens: 0x00000060 +0x000039c6-0x00003a25: +>>0 @I992@ INDI +1 NAME Edmund // +1 SEX M +1 TITL Earl of Rutland +1 DEAT +2 DATE 1460 +1 FAMC @F548@ +<< +[0109] INDI rkey: I993 offs: 0x00002a26 lens: 0x0000005c +0x00003a26-0x00003a81: +>>0 @I993@ INDI +1 NAME George // +1 SEX M +1 TITL Duke of Clarence +1 FAMC @F548@ +1 FAMS @F555@ +<< +[0110] INDI rkey: I994 offs: 0x00002a82 lens: 0x00000063 +0x00003a82-0x00003ae4: +>>0 @I994@ INDI +1 NAME Anne // +1 SEX F +1 DEAT +2 DATE 1476 +1 FAMC @F548@ +1 FAMS @F556@ +1 FAMS @F557@ +<< +[0111] INDI rkey: I995 offs: 0x00002ae5 lens: 0x0000005a +0x00003ae5-0x00003b3e: +>>0 @I995@ INDI +1 NAME Elizabeth // +1 SEX F +1 DEAT +2 DATE 1503 +1 FAMC @F548@ +1 FAMS @F558@ +<< +[0112] INDI rkey: I996 offs: 0x00002b3f lens: 0x00000046 +0x00003b3f-0x00003b84: +>>0 @I996@ INDI +1 NAME Margaret // +1 SEX F +1 FAMC @F548@ +1 FAMS @F559@ +<< +[0113] INDI rkey: I997 offs: 0x00002b85 lens: 0x00000036 +0x00003b85-0x00003bba: +>>0 @I997@ INDI +1 NAME Ursula // +1 SEX F +1 FAMC @F548@ +<< +[0114] INDI rkey: I998 offs: 0x00002bbb lens: 0x000000f7 +0x00003bbb-0x00003cb1: +>>0 @I998@ INDI +1 NAME Elizabeth /Woodville/ +1 SEX F +1 BIRT +2 DATE ABT 1437 +2 PLAC Grafton Regis,Northants +1 DEAT +2 DATE 8 JUN 1492 +2 PLAC Bermondsey Abbey +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMC @F560@ +1 FAMS @F561@ +1 FAMS @F456@ +<< +[0115] INDI rkey: I999 offs: 0x00002cb2 lens: 0x000000a7 +0x00003cb2-0x00003d58: +>>0 @I999@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE AUG 1466 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 23 MAY 1482 +2 PLAC Greenwich,,England +1 FAMC @F456@ +<< +[0116] FAM rkey: F1000 offs: 0x00002d59 lens: 0x0000002c +0x00003d59-0x00003d84: +>>0 @F1000@ FAM +1 HUSB @I1912@ +1 CHIL @I1919@ +<< +[0117] FAM rkey: F1001 offs: 0x00002d85 lens: 0x0000002c +0x00003d85-0x00003db0: +>>0 @F1001@ FAM +1 HUSB @I1953@ +1 CHIL @I1913@ +<< +[0118] FAM rkey: F1002 offs: 0x00002db1 lens: 0x0000004a +0x00003db1-0x00003dfa: +>>0 @F1002@ FAM +1 HUSB @I1915@ +1 WIFE @I1916@ +1 CHIL @I1917@ +1 CHIL @I1914@ +<< +[0119] FAM rkey: F1003 offs: 0x00002dfb lens: 0x0000002c +0x00003dfb-0x00003e26: +>>0 @F1003@ FAM +1 HUSB @I1918@ +1 CHIL @I1916@ +<< +[0120] FAM rkey: F1004 offs: 0x00002e27 lens: 0x0000002c +0x00003e27-0x00003e52: +>>0 @F1004@ FAM +1 HUSB @I2186@ +1 CHIL @I1918@ +<< +[0121] FAM rkey: F1005 offs: 0x00002e53 lens: 0x0000003b +0x00003e53-0x00003e8d: +>>0 @F1005@ FAM +1 HUSB @I1922@ +1 WIFE @I1923@ +1 CHIL @I1921@ +<< +[0122] FAM rkey: F1006 offs: 0x00002e8e lens: 0x0000003b +0x00003e8e-0x00003ec8: +>>0 @F1006@ FAM +1 HUSB @I1924@ +1 WIFE @I1925@ +1 CHIL @I1923@ +<< +[0123] FAM rkey: F1007 offs: 0x00002ec9 lens: 0x0000003b +0x00003ec9-0x00003f03: +>>0 @F1007@ FAM +1 HUSB @I1926@ +1 WIFE @I1927@ +1 CHIL @I1925@ +<< +[0124] FAM rkey: F1008 offs: 0x00002f04 lens: 0x0000003b +0x00003f04-0x00003f3e: +>>0 @F1008@ FAM +1 HUSB @I1930@ +1 WIFE @I1931@ +1 CHIL @I1928@ +<< +[0125] FAM rkey: F1009 offs: 0x00002f3f lens: 0x0000002c +0x00003f3f-0x00003f6a: +>>0 @F1009@ FAM +1 HUSB @I1934@ +1 CHIL @I1931@ +<< +[0126] FAM rkey: F1010 offs: 0x00002f6b lens: 0x0000003b +0x00003f6b-0x00003fa5: +>>0 @F1010@ FAM +1 HUSB @I1932@ +1 WIFE @I1931@ +1 CHIL @I1933@ +<< +[0127] FAM rkey: F1011 offs: 0x00002fa6 lens: 0x0000003b +0x00003fa6-0x00003fe0: +>>0 @F1011@ FAM +1 HUSB @I1935@ +1 CHIL @I1934@ +1 CHIL @I2185@ +<< + +0x00003fe1: EOF (0x00003fe1) GOOD + +BLOCK - DIRECTORY ad/af +0x00000000:ix_self: 0x00030005 (ad/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 128 +0x0000000e:ix_rkey[0000]: ' F1012' +0x00000016:ix_rkey[0001]: ' F1013' +0x0000001e:ix_rkey[0002]: ' F1014' +0x00000026:ix_rkey[0003]: ' F1015' +0x0000002e:ix_rkey[0004]: ' F1016' +0x00000036:ix_rkey[0005]: ' F1017' +0x0000003e:ix_rkey[0006]: ' F1018' +0x00000046:ix_rkey[0007]: ' F1019' +0x0000004e:ix_rkey[0008]: ' F1020' +0x00000056:ix_rkey[0009]: ' F1021' +0x0000005e:ix_rkey[0010]: ' F1022' +0x00000066:ix_rkey[0011]: ' F1023' +0x0000006e:ix_rkey[0012]: ' F1024' +0x00000076:ix_rkey[0013]: ' F1025' +0x0000007e:ix_rkey[0014]: ' F1026' +0x00000086:ix_rkey[0015]: ' F1027' +0x0000008e:ix_rkey[0016]: ' F1028' +0x00000096:ix_rkey[0017]: ' F1029' +0x0000009e:ix_rkey[0018]: ' F1030' +0x000000a6:ix_rkey[0019]: ' F1031' +0x000000ae:ix_rkey[0020]: ' F1032' +0x000000b6:ix_rkey[0021]: ' F1033' +0x000000be:ix_rkey[0022]: ' F1034' +0x000000c6:ix_rkey[0023]: ' F1035' +0x000000ce:ix_rkey[0024]: ' F1036' +0x000000d6:ix_rkey[0025]: ' F1037' +0x000000de:ix_rkey[0026]: ' F1038' +0x000000e6:ix_rkey[0027]: ' F1039' +0x000000ee:ix_rkey[0028]: ' F1040' +0x000000f6:ix_rkey[0029]: ' F1041' +0x000000fe:ix_rkey[0030]: ' F1042' +0x00000106:ix_rkey[0031]: ' F1043' +0x0000010e:ix_rkey[0032]: ' F1044' +0x00000116:ix_rkey[0033]: ' F1045' +0x0000011e:ix_rkey[0034]: ' F1046' +0x00000126:ix_rkey[0035]: ' F1047' +0x0000012e:ix_rkey[0036]: ' F1048' +0x00000136:ix_rkey[0037]: ' F1049' +0x0000013e:ix_rkey[0038]: ' F1050' +0x00000146:ix_rkey[0039]: ' F1051' +0x0000014e:ix_rkey[0040]: ' F1052' +0x00000156:ix_rkey[0041]: ' F1053' +0x0000015e:ix_rkey[0042]: ' F1054' +0x00000166:ix_rkey[0043]: ' F1055' +0x0000016e:ix_rkey[0044]: ' F1056' +0x00000176:ix_rkey[0045]: ' F1057' +0x0000017e:ix_rkey[0046]: ' F1058' +0x00000186:ix_rkey[0047]: ' F1059' +0x0000018e:ix_rkey[0048]: ' F1060' +0x00000196:ix_rkey[0049]: ' F1061' +0x0000019e:ix_rkey[0050]: ' F1062' +0x000001a6:ix_rkey[0051]: ' F1063' +0x000001ae:ix_rkey[0052]: ' F1064' +0x000001b6:ix_rkey[0053]: ' F1065' +0x000001be:ix_rkey[0054]: ' F1066' +0x000001c6:ix_rkey[0055]: ' F1067' +0x000001ce:ix_rkey[0056]: ' F1068' +0x000001d6:ix_rkey[0057]: ' F1069' +0x000001de:ix_rkey[0058]: ' F1070' +0x000001e6:ix_rkey[0059]: ' F1071' +0x000001ee:ix_rkey[0060]: ' F1072' +0x000001f6:ix_rkey[0061]: ' F1073' +0x000001fe:ix_rkey[0062]: ' F1074' +0x00000206:ix_rkey[0063]: ' F1075' +0x0000020e:ix_rkey[0064]: ' F1076' +0x00000216:ix_rkey[0065]: ' F1077' +0x0000021e:ix_rkey[0066]: ' F1078' +0x00000226:ix_rkey[0067]: ' F1079' +0x0000022e:ix_rkey[0068]: ' F1080' +0x00000236:ix_rkey[0069]: ' F1081' +0x0000023e:ix_rkey[0070]: ' F1082' +0x00000246:ix_rkey[0071]: ' F1083' +0x0000024e:ix_rkey[0072]: ' F1084' +0x00000256:ix_rkey[0073]: ' F1085' +0x0000025e:ix_rkey[0074]: ' F1086' +0x00000266:ix_rkey[0075]: ' F1087' +0x0000026e:ix_rkey[0076]: ' F1088' +0x00000276:ix_rkey[0077]: ' F1089' +0x0000027e:ix_rkey[0078]: ' F1090' +0x00000286:ix_rkey[0079]: ' F1091' +0x0000028e:ix_rkey[0080]: ' F1092' +0x00000296:ix_rkey[0081]: ' F1093' +0x0000029e:ix_rkey[0082]: ' F1094' +0x000002a6:ix_rkey[0083]: ' F1095' +0x000002ae:ix_rkey[0084]: ' F1096' +0x000002b6:ix_rkey[0085]: ' F1097' +0x000002be:ix_rkey[0086]: ' F1098' +0x000002c6:ix_rkey[0087]: ' F1099' +0x000002ce:ix_rkey[0088]: ' F1100' +0x000002d6:ix_rkey[0089]: ' F1101' +0x000002de:ix_rkey[0090]: ' F1102' +0x000002e6:ix_rkey[0091]: ' F1103' +0x000002ee:ix_rkey[0092]: ' F1104' +0x000002f6:ix_rkey[0093]: ' F1105' +0x000002fe:ix_rkey[0094]: ' F1106' +0x00000306:ix_rkey[0095]: ' F1107' +0x0000030e:ix_rkey[0096]: ' F1108' +0x00000316:ix_rkey[0097]: ' F1109' +0x0000031e:ix_rkey[0098]: ' F1110' +0x00000326:ix_rkey[0099]: ' F1111' +0x0000032e:ix_rkey[0100]: ' F1112' +0x00000336:ix_rkey[0101]: ' F1113' +0x0000033e:ix_rkey[0102]: ' F1114' +0x00000346:ix_rkey[0103]: ' F1115' +0x0000034e:ix_rkey[0104]: ' F1116' +0x00000356:ix_rkey[0105]: ' F1117' +0x0000035e:ix_rkey[0106]: ' F1118' +0x00000366:ix_rkey[0107]: ' F1119' +0x0000036e:ix_rkey[0108]: ' F1120' +0x00000376:ix_rkey[0109]: ' F1121' +0x0000037e:ix_rkey[0110]: ' F1122' +0x00000386:ix_rkey[0111]: ' F1123' +0x0000038e:ix_rkey[0112]: ' F1124' +0x00000396:ix_rkey[0113]: ' F1125' +0x0000039e:ix_rkey[0114]: ' F1126' +0x000003a6:ix_rkey[0115]: ' F1127' +0x000003ae:ix_rkey[0116]: ' F1128' +0x000003b6:ix_rkey[0117]: ' F1129' +0x000003be:ix_rkey[0118]: ' F1130' +0x000003c6:ix_rkey[0119]: ' F1131' +0x000003ce:ix_rkey[0120]: ' F1132' +0x000003d6:ix_rkey[0121]: ' F1133' +0x000003de:ix_rkey[0122]: ' F1134' +0x000003e6:ix_rkey[0123]: ' F1135' +0x000003ee:ix_rkey[0124]: ' F1136' +0x000003f6:ix_rkey[0125]: ' F1137' +0x000003fe:ix_rkey[0126]: ' F1138' +0x00000406:ix_rkey[0127]: ' F1139' + +deleted/unused entries +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000002c +0x0000080c:ix_offs[0001]: 0x0000002c 0x00000c08:ix_lens[0001]: 0x0000002c +0x00000810:ix_offs[0002]: 0x00000058 0x00000c0c:ix_lens[0002]: 0x0000003b +0x00000814:ix_offs[0003]: 0x00000093 0x00000c10:ix_lens[0003]: 0x0000002c +0x00000818:ix_offs[0004]: 0x000000bf 0x00000c14:ix_lens[0004]: 0x00000059 +0x0000081c:ix_offs[0005]: 0x00000118 0x00000c18:ix_lens[0005]: 0x0000003b +0x00000820:ix_offs[0006]: 0x00000153 0x00000c1c:ix_lens[0006]: 0x0000002c +0x00000824:ix_offs[0007]: 0x0000017f 0x00000c20:ix_lens[0007]: 0x0000002c +0x00000828:ix_offs[0008]: 0x000001ab 0x00000c24:ix_lens[0008]: 0x0000002c +0x0000082c:ix_offs[0009]: 0x000001d7 0x00000c28:ix_lens[0009]: 0x0000002c +0x00000830:ix_offs[0010]: 0x00000203 0x00000c2c:ix_lens[0010]: 0x0000002c +0x00000834:ix_offs[0011]: 0x0000022f 0x00000c30:ix_lens[0011]: 0x0000002c +0x00000838:ix_offs[0012]: 0x0000025b 0x00000c34:ix_lens[0012]: 0x0000004a +0x0000083c:ix_offs[0013]: 0x000002a5 0x00000c38:ix_lens[0013]: 0x0000002c +0x00000840:ix_offs[0014]: 0x000002d1 0x00000c3c:ix_lens[0014]: 0x0000003b +0x00000844:ix_offs[0015]: 0x0000030c 0x00000c40:ix_lens[0015]: 0x0000002c +0x00000848:ix_offs[0016]: 0x00000338 0x00000c44:ix_lens[0016]: 0x00000086 +0x0000084c:ix_offs[0017]: 0x000003be 0x00000c48:ix_lens[0017]: 0x0000002c +0x00000850:ix_offs[0018]: 0x000003ea 0x00000c4c:ix_lens[0018]: 0x0000004a +0x00000854:ix_offs[0019]: 0x00000434 0x00000c50:ix_lens[0019]: 0x0000002c +0x00000858:ix_offs[0020]: 0x00000460 0x00000c54:ix_lens[0020]: 0x0000002c +0x0000085c:ix_offs[0021]: 0x0000048c 0x00000c58:ix_lens[0021]: 0x0000002c +0x00000860:ix_offs[0022]: 0x000004b8 0x00000c5c:ix_lens[0022]: 0x0000003b +0x00000864:ix_offs[0023]: 0x000004f3 0x00000c60:ix_lens[0023]: 0x0000002c +0x00000868:ix_offs[0024]: 0x0000051f 0x00000c64:ix_lens[0024]: 0x0000002c +0x0000086c:ix_offs[0025]: 0x0000054b 0x00000c68:ix_lens[0025]: 0x0000003b +0x00000870:ix_offs[0026]: 0x00000586 0x00000c6c:ix_lens[0026]: 0x0000002c +0x00000874:ix_offs[0027]: 0x000005b2 0x00000c70:ix_lens[0027]: 0x0000002c +0x00000878:ix_offs[0028]: 0x000005de 0x00000c74:ix_lens[0028]: 0x0000003b +0x0000087c:ix_offs[0029]: 0x00000619 0x00000c78:ix_lens[0029]: 0x0000002c +0x00000880:ix_offs[0030]: 0x00000645 0x00000c7c:ix_lens[0030]: 0x0000003b +0x00000884:ix_offs[0031]: 0x00000680 0x00000c80:ix_lens[0031]: 0x0000002c +0x00000888:ix_offs[0032]: 0x000006ac 0x00000c84:ix_lens[0032]: 0x0000003b +0x0000088c:ix_offs[0033]: 0x000006e7 0x00000c88:ix_lens[0033]: 0x0000002c +0x00000890:ix_offs[0034]: 0x00000713 0x00000c8c:ix_lens[0034]: 0x0000002c +0x00000894:ix_offs[0035]: 0x0000073f 0x00000c90:ix_lens[0035]: 0x0000002c +0x00000898:ix_offs[0036]: 0x0000076b 0x00000c94:ix_lens[0036]: 0x0000002c +0x0000089c:ix_offs[0037]: 0x00000797 0x00000c98:ix_lens[0037]: 0x0000002c +0x000008a0:ix_offs[0038]: 0x000007c3 0x00000c9c:ix_lens[0038]: 0x0000002c +0x000008a4:ix_offs[0039]: 0x000007ef 0x00000ca0:ix_lens[0039]: 0x0000002c +0x000008a8:ix_offs[0040]: 0x0000081b 0x00000ca4:ix_lens[0040]: 0x0000002c +0x000008ac:ix_offs[0041]: 0x00000847 0x00000ca8:ix_lens[0041]: 0x0000002c +0x000008b0:ix_offs[0042]: 0x00000873 0x00000cac:ix_lens[0042]: 0x0000002c +0x000008b4:ix_offs[0043]: 0x0000089f 0x00000cb0:ix_lens[0043]: 0x0000002c +0x000008b8:ix_offs[0044]: 0x000008cb 0x00000cb4:ix_lens[0044]: 0x0000002c +0x000008bc:ix_offs[0045]: 0x000008f7 0x00000cb8:ix_lens[0045]: 0x0000002c +0x000008c0:ix_offs[0046]: 0x00000923 0x00000cbc:ix_lens[0046]: 0x0000002c +0x000008c4:ix_offs[0047]: 0x0000094f 0x00000cc0:ix_lens[0047]: 0x0000002c +0x000008c8:ix_offs[0048]: 0x0000097b 0x00000cc4:ix_lens[0048]: 0x0000002c +0x000008cc:ix_offs[0049]: 0x000009a7 0x00000cc8:ix_lens[0049]: 0x0000002c +0x000008d0:ix_offs[0050]: 0x000009d3 0x00000ccc:ix_lens[0050]: 0x0000002c +0x000008d4:ix_offs[0051]: 0x000009ff 0x00000cd0:ix_lens[0051]: 0x0000002c +0x000008d8:ix_offs[0052]: 0x00000a2b 0x00000cd4:ix_lens[0052]: 0x0000002c +0x000008dc:ix_offs[0053]: 0x00000a57 0x00000cd8:ix_lens[0053]: 0x0000002c +0x000008e0:ix_offs[0054]: 0x00000a83 0x00000cdc:ix_lens[0054]: 0x0000002c +0x000008e4:ix_offs[0055]: 0x00000aaf 0x00000ce0:ix_lens[0055]: 0x0000002c +0x000008e8:ix_offs[0056]: 0x00000adb 0x00000ce4:ix_lens[0056]: 0x0000003b +0x000008ec:ix_offs[0057]: 0x00000b16 0x00000ce8:ix_lens[0057]: 0x0000002c +0x000008f0:ix_offs[0058]: 0x00000b42 0x00000cec:ix_lens[0058]: 0x0000002c +0x000008f4:ix_offs[0059]: 0x00000b6e 0x00000cf0:ix_lens[0059]: 0x00000059 +0x000008f8:ix_offs[0060]: 0x00000bc7 0x00000cf4:ix_lens[0060]: 0x0000002c +0x000008fc:ix_offs[0061]: 0x00000bf3 0x00000cf8:ix_lens[0061]: 0x0000002c +0x00000900:ix_offs[0062]: 0x00000c1f 0x00000cfc:ix_lens[0062]: 0x0000002c +0x00000904:ix_offs[0063]: 0x00000c4b 0x00000d00:ix_lens[0063]: 0x0000002c +0x00000908:ix_offs[0064]: 0x00000c77 0x00000d04:ix_lens[0064]: 0x00000034 +0x0000090c:ix_offs[0065]: 0x00000cab 0x00000d08:ix_lens[0065]: 0x0000002c +0x00000910:ix_offs[0066]: 0x00000cd7 0x00000d0c:ix_lens[0066]: 0x0000002c +0x00000914:ix_offs[0067]: 0x00000d03 0x00000d10:ix_lens[0067]: 0x0000004a +0x00000918:ix_offs[0068]: 0x00000d4d 0x00000d14:ix_lens[0068]: 0x0000002c +0x0000091c:ix_offs[0069]: 0x00000d79 0x00000d18:ix_lens[0069]: 0x0000002c +0x00000920:ix_offs[0070]: 0x00000da5 0x00000d1c:ix_lens[0070]: 0x0000002c +0x00000924:ix_offs[0071]: 0x00000dd1 0x00000d20:ix_lens[0071]: 0x0000003b +0x00000928:ix_offs[0072]: 0x00000e0c 0x00000d24:ix_lens[0072]: 0x0000002c +0x0000092c:ix_offs[0073]: 0x00000e38 0x00000d28:ix_lens[0073]: 0x00000059 +0x00000930:ix_offs[0074]: 0x00000e91 0x00000d2c:ix_lens[0074]: 0x0000002c +0x00000934:ix_offs[0075]: 0x00000ebd 0x00000d30:ix_lens[0075]: 0x0000002c +0x00000938:ix_offs[0076]: 0x00000ee9 0x00000d34:ix_lens[0076]: 0x0000002c +0x0000093c:ix_offs[0077]: 0x00000f15 0x00000d38:ix_lens[0077]: 0x0000002c +0x00000940:ix_offs[0078]: 0x00000f41 0x00000d3c:ix_lens[0078]: 0x0000002c +0x00000944:ix_offs[0079]: 0x00000f6d 0x00000d40:ix_lens[0079]: 0x0000002c +0x00000948:ix_offs[0080]: 0x00000f99 0x00000d44:ix_lens[0080]: 0x0000002c +0x0000094c:ix_offs[0081]: 0x00000fc5 0x00000d48:ix_lens[0081]: 0x0000002c +0x00000950:ix_offs[0082]: 0x00000ff1 0x00000d4c:ix_lens[0082]: 0x0000002c +0x00000954:ix_offs[0083]: 0x0000101d 0x00000d50:ix_lens[0083]: 0x00000081 +0x00000958:ix_offs[0084]: 0x0000109e 0x00000d54:ix_lens[0084]: 0x0000002c +0x0000095c:ix_offs[0085]: 0x000010ca 0x00000d58:ix_lens[0085]: 0x0000002c +0x00000960:ix_offs[0086]: 0x000010f6 0x00000d5c:ix_lens[0086]: 0x0000002c +0x00000964:ix_offs[0087]: 0x00001122 0x00000d60:ix_lens[0087]: 0x0000002c +0x00000968:ix_offs[0088]: 0x0000114e 0x00000d64:ix_lens[0088]: 0x0000002c +0x0000096c:ix_offs[0089]: 0x0000117a 0x00000d68:ix_lens[0089]: 0x0000002c +0x00000970:ix_offs[0090]: 0x000011a6 0x00000d6c:ix_lens[0090]: 0x0000002c +0x00000974:ix_offs[0091]: 0x000011d2 0x00000d70:ix_lens[0091]: 0x0000002c +0x00000978:ix_offs[0092]: 0x000011fe 0x00000d74:ix_lens[0092]: 0x0000002c +0x0000097c:ix_offs[0093]: 0x0000122a 0x00000d78:ix_lens[0093]: 0x0000002c +0x00000980:ix_offs[0094]: 0x00001256 0x00000d7c:ix_lens[0094]: 0x0000002c +0x00000984:ix_offs[0095]: 0x00001282 0x00000d80:ix_lens[0095]: 0x0000002c +0x00000988:ix_offs[0096]: 0x000012ae 0x00000d84:ix_lens[0096]: 0x0000002c +0x0000098c:ix_offs[0097]: 0x000012da 0x00000d88:ix_lens[0097]: 0x00000034 +0x00000990:ix_offs[0098]: 0x0000130e 0x00000d8c:ix_lens[0098]: 0x0000004a +0x00000994:ix_offs[0099]: 0x00001358 0x00000d90:ix_lens[0099]: 0x0000002c +0x00000998:ix_offs[0100]: 0x00001384 0x00000d94:ix_lens[0100]: 0x00000059 +0x0000099c:ix_offs[0101]: 0x000013dd 0x00000d98:ix_lens[0101]: 0x0000002c +0x000009a0:ix_offs[0102]: 0x00001409 0x00000d9c:ix_lens[0102]: 0x0000002c +0x000009a4:ix_offs[0103]: 0x00001435 0x00000da0:ix_lens[0103]: 0x0000002c +0x000009a8:ix_offs[0104]: 0x00001461 0x00000da4:ix_lens[0104]: 0x0000002c +0x000009ac:ix_offs[0105]: 0x0000148d 0x00000da8:ix_lens[0105]: 0x0000002c +0x000009b0:ix_offs[0106]: 0x000014b9 0x00000dac:ix_lens[0106]: 0x0000002c +0x000009b4:ix_offs[0107]: 0x000014e5 0x00000db0:ix_lens[0107]: 0x0000005d +0x000009b8:ix_offs[0108]: 0x00001542 0x00000db4:ix_lens[0108]: 0x0000002c +0x000009bc:ix_offs[0109]: 0x0000156e 0x00000db8:ix_lens[0109]: 0x0000003b +0x000009c0:ix_offs[0110]: 0x000015a9 0x00000dbc:ix_lens[0110]: 0x0000002c +0x000009c4:ix_offs[0111]: 0x000015d5 0x00000dc0:ix_lens[0111]: 0x0000002c +0x000009c8:ix_offs[0112]: 0x00001601 0x00000dc4:ix_lens[0112]: 0x0000002c +0x000009cc:ix_offs[0113]: 0x0000162d 0x00000dc8:ix_lens[0113]: 0x0000003b +0x000009d0:ix_offs[0114]: 0x00001668 0x00000dcc:ix_lens[0114]: 0x0000002c +0x000009d4:ix_offs[0115]: 0x00001694 0x00000dd0:ix_lens[0115]: 0x0000002c +0x000009d8:ix_offs[0116]: 0x000016c0 0x00000dd4:ix_lens[0116]: 0x0000002c +0x000009dc:ix_offs[0117]: 0x000016ec 0x00000dd8:ix_lens[0117]: 0x0000003b +0x000009e0:ix_offs[0118]: 0x00001727 0x00000ddc:ix_lens[0118]: 0x0000002c +0x000009e4:ix_offs[0119]: 0x00001753 0x00000de0:ix_lens[0119]: 0x0000002c +0x000009e8:ix_offs[0120]: 0x0000177f 0x00000de4:ix_lens[0120]: 0x0000002c +0x000009ec:ix_offs[0121]: 0x000017ab 0x00000de8:ix_lens[0121]: 0x0000002c +0x000009f0:ix_offs[0122]: 0x000017d7 0x00000dec:ix_lens[0122]: 0x0000002c +0x000009f4:ix_offs[0123]: 0x00001803 0x00000df0:ix_lens[0123]: 0x0000002c +0x000009f8:ix_offs[0124]: 0x0000182f 0x00000df4:ix_lens[0124]: 0x0000003b +0x000009fc:ix_offs[0125]: 0x0000186a 0x00000df8:ix_lens[0125]: 0x0000003b +0x00000a00:ix_offs[0126]: 0x000018a5 0x00000dfc:ix_lens[0126]: 0x0000002c +0x00000a04:ix_offs[0127]: 0x000018d1 0x00000e00:ix_lens[0127]: 0x0000002c + +0x00000a08-0x00000c03:ix_offs[0128-0254] default value 0x00000000 +0x00000e04-0x00000fff:ix_lens[0128-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F1012 offs: 0x00000000 lens: 0x0000002c +0x00001000-0x0000102b: +>>0 @F1012@ FAM +1 HUSB @I1936@ +1 CHIL @I1935@ +<< +[0001] FAM rkey: F1013 offs: 0x0000002c lens: 0x0000002c +0x0000102c-0x00001057: +>>0 @F1013@ FAM +1 HUSB @I1937@ +1 CHIL @I1936@ +<< +[0002] FAM rkey: F1014 offs: 0x00000058 lens: 0x0000003b +0x00001058-0x00001092: +>>0 @F1014@ FAM +1 HUSB @I1938@ +1 CHIL @I1939@ +1 CHIL @I1937@ +<< +[0003] FAM rkey: F1015 offs: 0x00000093 lens: 0x0000002c +0x00001093-0x000010be: +>>0 @F1015@ FAM +1 HUSB @I1939@ +1 CHIL @I1940@ +<< +[0004] FAM rkey: F1016 offs: 0x000000bf lens: 0x00000059 +0x000010bf-0x00001117: +>>0 @F1016@ FAM +1 HUSB @I1940@ +1 WIFE @I1941@ +1 CHIL @I1942@ +1 CHIL @I1943@ +1 CHIL @I1944@ +<< +[0005] FAM rkey: F1017 offs: 0x00000118 lens: 0x0000003b +0x00001118-0x00001152: +>>0 @F1017@ FAM +1 HUSB @I1943@ +1 CHIL @I1945@ +1 CHIL @I1946@ +<< +[0006] FAM rkey: F1018 offs: 0x00000153 lens: 0x0000002c +0x00001153-0x0000117e: +>>0 @F1018@ FAM +1 HUSB @I1944@ +1 CHIL @I1948@ +<< +[0007] FAM rkey: F1019 offs: 0x0000017f lens: 0x0000002c +0x0000117f-0x000011aa: +>>0 @F1019@ FAM +1 HUSB @I1945@ +1 CHIL @I1947@ +<< +[0008] FAM rkey: F1020 offs: 0x000001ab lens: 0x0000002c +0x000011ab-0x000011d6: +>>0 @F1020@ FAM +1 HUSB @I1948@ +1 CHIL @I1949@ +<< +[0009] FAM rkey: F1021 offs: 0x000001d7 lens: 0x0000002c +0x000011d7-0x00001202: +>>0 @F1021@ FAM +1 HUSB @I1949@ +1 CHIL @I1950@ +<< +[0010] FAM rkey: F1022 offs: 0x00000203 lens: 0x0000002c +0x00001203-0x0000122e: +>>0 @F1022@ FAM +1 HUSB @I1950@ +1 CHIL @I1951@ +<< +[0011] FAM rkey: F1023 offs: 0x0000022f lens: 0x0000002c +0x0000122f-0x0000125a: +>>0 @F1023@ FAM +1 HUSB @I1951@ +1 CHIL @I1952@ +<< +[0012] FAM rkey: F1024 offs: 0x0000025b lens: 0x0000004a +0x0000125b-0x000012a4: +>>0 @F1024@ FAM +1 HUSB @I1952@ +1 WIFE @I1954@ +1 CHIL @I1955@ +1 CHIL @I1953@ +<< +[0013] FAM rkey: F1025 offs: 0x000002a5 lens: 0x0000002c +0x000012a5-0x000012d0: +>>0 @F1025@ FAM +1 HUSB @I1957@ +1 CHIL @I1961@ +<< +[0014] FAM rkey: F1026 offs: 0x000002d1 lens: 0x0000003b +0x000012d1-0x0000130b: +>>0 @F1026@ FAM +1 HUSB @I2166@ +1 WIFE @I1959@ +1 CHIL @I2167@ +<< +[0015] FAM rkey: F1027 offs: 0x0000030c lens: 0x0000002c +0x0000130c-0x00001337: +>>0 @F1027@ FAM +1 HUSB @I1961@ +1 CHIL @I1960@ +<< +[0016] FAM rkey: F1028 offs: 0x00000338 lens: 0x00000086 +0x00001338-0x000013bd: +>>0 @F1028@ FAM +1 HUSB @I1966@ +1 WIFE @I1967@ +1 CHIL @I1968@ +1 CHIL @I1969@ +1 CHIL @I1971@ +1 CHIL @I1977@ +1 CHIL @I1972@ +1 CHIL @I1964@ +<< +[0017] FAM rkey: F1029 offs: 0x000003be lens: 0x0000002c +0x000013be-0x000013e9: +>>0 @F1029@ FAM +1 HUSB @I1981@ +1 CHIL @I1965@ +<< +[0018] FAM rkey: F1030 offs: 0x000003ea lens: 0x0000004a +0x000013ea-0x00001433: +>>0 @F1030@ FAM +1 HUSB @I1973@ +1 WIFE @I1974@ +1 CHIL @I1966@ +1 CHIL @I1975@ +<< +[0019] FAM rkey: F1031 offs: 0x00000434 lens: 0x0000002c +0x00001434-0x0000145f: +>>0 @F1031@ FAM +1 HUSB @I1966@ +1 WIFE @I1970@ +<< +[0020] FAM rkey: F1032 offs: 0x00000460 lens: 0x0000002c +0x00001460-0x0000148b: +>>0 @F1032@ FAM +1 HUSB @I1976@ +1 CHIL @I1967@ +<< +[0021] FAM rkey: F1033 offs: 0x0000048c lens: 0x0000002c +0x0000148c-0x000014b7: +>>0 @F1033@ FAM +1 HUSB @I1969@ +1 WIFE @I1970@ +<< +[0022] FAM rkey: F1034 offs: 0x000004b8 lens: 0x0000003b +0x000014b8-0x000014f2: +>>0 @F1034@ FAM +1 HUSB @I1972@ +1 CHIL @I1978@ +1 CHIL @I1979@ +<< +[0023] FAM rkey: F1035 offs: 0x000004f3 lens: 0x0000002c +0x000014f3-0x0000151e: +>>0 @F1035@ FAM +1 HUSB @I2054@ +1 CHIL @I1973@ +<< +[0024] FAM rkey: F1036 offs: 0x0000051f lens: 0x0000002c +0x0000151f-0x0000154a: +>>0 @F1036@ FAM +1 HUSB @I1980@ +1 WIFE @I1977@ +<< +[0025] FAM rkey: F1037 offs: 0x0000054b lens: 0x0000003b +0x0000154b-0x00001585: +>>0 @F1037@ FAM +1 HUSB @I1982@ +1 CHIL @I1983@ +1 CHIL @I1984@ +<< +[0026] FAM rkey: F1038 offs: 0x00000586 lens: 0x0000002c +0x00001586-0x000015b1: +>>0 @F1038@ FAM +1 HUSB @I1989@ +1 WIFE @I1985@ +<< +[0027] FAM rkey: F1039 offs: 0x000005b2 lens: 0x0000002c +0x000015b2-0x000015dd: +>>0 @F1039@ FAM +1 HUSB @I1988@ +1 WIFE @I1987@ +<< +[0028] FAM rkey: F1040 offs: 0x000005de lens: 0x0000003b +0x000015de-0x00001618: +>>0 @F1040@ FAM +1 HUSB @I1995@ +1 CHIL @I1991@ +1 CHIL @I2019@ +<< +[0029] FAM rkey: F1041 offs: 0x00000619 lens: 0x0000002c +0x00001619-0x00001644: +>>0 @F1041@ FAM +1 HUSB @I1991@ +1 CHIL @I1992@ +<< +[0030] FAM rkey: F1042 offs: 0x00000645 lens: 0x0000003b +0x00001645-0x0000167f: +>>0 @F1042@ FAM +1 HUSB @I1992@ +1 CHIL @I1993@ +1 CHIL @I1994@ +<< +[0031] FAM rkey: F1043 offs: 0x00000680 lens: 0x0000002c +0x00001680-0x000016ab: +>>0 @F1043@ FAM +1 HUSB @I1993@ +1 CHIL @I2037@ +<< +[0032] FAM rkey: F1044 offs: 0x000006ac lens: 0x0000003b +0x000016ac-0x000016e6: +>>0 @F1044@ FAM +1 HUSB @I1994@ +1 CHIL @I2022@ +1 CHIL @I2023@ +<< +[0033] FAM rkey: F1045 offs: 0x000006e7 lens: 0x0000002c +0x000016e7-0x00001712: +>>0 @F1045@ FAM +1 HUSB @I1996@ +1 CHIL @I1995@ +<< +[0034] FAM rkey: F1046 offs: 0x00000713 lens: 0x0000002c +0x00001713-0x0000173e: +>>0 @F1046@ FAM +1 HUSB @I1997@ +1 CHIL @I1996@ +<< +[0035] FAM rkey: F1047 offs: 0x0000073f lens: 0x0000002c +0x0000173f-0x0000176a: +>>0 @F1047@ FAM +1 HUSB @I1998@ +1 CHIL @I1997@ +<< +[0036] FAM rkey: F1048 offs: 0x0000076b lens: 0x0000002c +0x0000176b-0x00001796: +>>0 @F1048@ FAM +1 HUSB @I1999@ +1 CHIL @I1998@ +<< +[0037] FAM rkey: F1049 offs: 0x00000797 lens: 0x0000002c +0x00001797-0x000017c2: +>>0 @F1049@ FAM +1 HUSB @I2000@ +1 CHIL @I1999@ +<< +[0038] FAM rkey: F1050 offs: 0x000007c3 lens: 0x0000002c +0x000017c3-0x000017ee: +>>0 @F1050@ FAM +1 HUSB @I2001@ +1 CHIL @I2000@ +<< +[0039] FAM rkey: F1051 offs: 0x000007ef lens: 0x0000002c +0x000017ef-0x0000181a: +>>0 @F1051@ FAM +1 HUSB @I2002@ +1 CHIL @I2001@ +<< +[0040] FAM rkey: F1052 offs: 0x0000081b lens: 0x0000002c +0x0000181b-0x00001846: +>>0 @F1052@ FAM +1 HUSB @I2003@ +1 CHIL @I2002@ +<< +[0041] FAM rkey: F1053 offs: 0x00000847 lens: 0x0000002c +0x00001847-0x00001872: +>>0 @F1053@ FAM +1 HUSB @I2004@ +1 CHIL @I2003@ +<< +[0042] FAM rkey: F1054 offs: 0x00000873 lens: 0x0000002c +0x00001873-0x0000189e: +>>0 @F1054@ FAM +1 HUSB @I2005@ +1 CHIL @I2004@ +<< +[0043] FAM rkey: F1055 offs: 0x0000089f lens: 0x0000002c +0x0000189f-0x000018ca: +>>0 @F1055@ FAM +1 HUSB @I2006@ +1 CHIL @I2005@ +<< +[0044] FAM rkey: F1056 offs: 0x000008cb lens: 0x0000002c +0x000018cb-0x000018f6: +>>0 @F1056@ FAM +1 HUSB @I2007@ +1 CHIL @I2006@ +<< +[0045] FAM rkey: F1057 offs: 0x000008f7 lens: 0x0000002c +0x000018f7-0x00001922: +>>0 @F1057@ FAM +1 HUSB @I2008@ +1 CHIL @I2007@ +<< +[0046] FAM rkey: F1058 offs: 0x00000923 lens: 0x0000002c +0x00001923-0x0000194e: +>>0 @F1058@ FAM +1 HUSB @I2009@ +1 CHIL @I2008@ +<< +[0047] FAM rkey: F1059 offs: 0x0000094f lens: 0x0000002c +0x0000194f-0x0000197a: +>>0 @F1059@ FAM +1 HUSB @I2010@ +1 CHIL @I2009@ +<< +[0048] FAM rkey: F1060 offs: 0x0000097b lens: 0x0000002c +0x0000197b-0x000019a6: +>>0 @F1060@ FAM +1 HUSB @I2011@ +1 CHIL @I2010@ +<< +[0049] FAM rkey: F1061 offs: 0x000009a7 lens: 0x0000002c +0x000019a7-0x000019d2: +>>0 @F1061@ FAM +1 HUSB @I2012@ +1 CHIL @I2011@ +<< +[0050] FAM rkey: F1062 offs: 0x000009d3 lens: 0x0000002c +0x000019d3-0x000019fe: +>>0 @F1062@ FAM +1 HUSB @I2013@ +1 CHIL @I2012@ +<< +[0051] FAM rkey: F1063 offs: 0x000009ff lens: 0x0000002c +0x000019ff-0x00001a2a: +>>0 @F1063@ FAM +1 HUSB @I2014@ +1 CHIL @I2013@ +<< +[0052] FAM rkey: F1064 offs: 0x00000a2b lens: 0x0000002c +0x00001a2b-0x00001a56: +>>0 @F1064@ FAM +1 HUSB @I2015@ +1 CHIL @I2014@ +<< +[0053] FAM rkey: F1065 offs: 0x00000a57 lens: 0x0000002c +0x00001a57-0x00001a82: +>>0 @F1065@ FAM +1 HUSB @I2016@ +1 CHIL @I2015@ +<< +[0054] FAM rkey: F1066 offs: 0x00000a83 lens: 0x0000002c +0x00001a83-0x00001aae: +>>0 @F1066@ FAM +1 HUSB @I2017@ +1 CHIL @I2016@ +<< +[0055] FAM rkey: F1067 offs: 0x00000aaf lens: 0x0000002c +0x00001aaf-0x00001ada: +>>0 @F1067@ FAM +1 HUSB @I2018@ +1 CHIL @I2017@ +<< +[0056] FAM rkey: F1068 offs: 0x00000adb lens: 0x0000003b +0x00001adb-0x00001b15: +>>0 @F1068@ FAM +1 WIFE @I2019@ +1 CHIL @I2020@ +1 CHIL @I2021@ +<< +[0057] FAM rkey: F1069 offs: 0x00000b16 lens: 0x0000002c +0x00001b16-0x00001b41: +>>0 @F1069@ FAM +1 HUSB @I2022@ +1 CHIL @I2024@ +<< +[0058] FAM rkey: F1070 offs: 0x00000b42 lens: 0x0000002c +0x00001b42-0x00001b6d: +>>0 @F1070@ FAM +1 HUSB @I2023@ +1 CHIL @I2028@ +<< +[0059] FAM rkey: F1071 offs: 0x00000b6e lens: 0x00000059 +0x00001b6e-0x00001bc6: +>>0 @F1071@ FAM +1 HUSB @I2024@ +1 CHIL @I2029@ +1 CHIL @I2030@ +1 CHIL @I2031@ +1 CHIL @I2032@ +<< +[0060] FAM rkey: F1072 offs: 0x00000bc7 lens: 0x0000002c +0x00001bc7-0x00001bf2: +>>0 @F1072@ FAM +1 HUSB @I2026@ +1 CHIL @I2025@ +<< +[0061] FAM rkey: F1073 offs: 0x00000bf3 lens: 0x0000002c +0x00001bf3-0x00001c1e: +>>0 @F1073@ FAM +1 HUSB @I2027@ +1 CHIL @I2026@ +<< +[0062] FAM rkey: F1074 offs: 0x00000c1f lens: 0x0000002c +0x00001c1f-0x00001c4a: +>>0 @F1074@ FAM +1 HUSB @I2028@ +1 CHIL @I2027@ +<< +[0063] FAM rkey: F1075 offs: 0x00000c4b lens: 0x0000002c +0x00001c4b-0x00001c76: +>>0 @F1075@ FAM +1 HUSB @I2029@ +1 CHIL @I2033@ +<< +[0064] FAM rkey: F1076 offs: 0x00000c77 lens: 0x00000034 +0x00001c77-0x00001caa: +>>0 @F1076@ FAM +1 HUSB @I2030@ +1 WIFE @I2034@ +1 DIV Y +<< +[0065] FAM rkey: F1077 offs: 0x00000cab lens: 0x0000002c +0x00001cab-0x00001cd6: +>>0 @F1077@ FAM +1 HUSB @I2030@ +1 WIFE @I2035@ +<< +[0066] FAM rkey: F1078 offs: 0x00000cd7 lens: 0x0000002c +0x00001cd7-0x00001d02: +>>0 @F1078@ FAM +1 HUSB @I2036@ +1 WIFE @I2032@ +<< +[0067] FAM rkey: F1079 offs: 0x00000d03 lens: 0x0000004a +0x00001d03-0x00001d4c: +>>0 @F1079@ FAM +1 HUSB @I2037@ +1 CHIL @I2038@ +1 CHIL @I2039@ +1 CHIL @I2040@ +<< +[0068] FAM rkey: F1080 offs: 0x00000d4d lens: 0x0000002c +0x00001d4d-0x00001d78: +>>0 @F1080@ FAM +1 HUSB @I2038@ +1 CHIL @I2041@ +<< +[0069] FAM rkey: F1081 offs: 0x00000d79 lens: 0x0000002c +0x00001d79-0x00001da4: +>>0 @F1081@ FAM +1 HUSB @I2039@ +1 CHIL @I2045@ +<< +[0070] FAM rkey: F1082 offs: 0x00000da5 lens: 0x0000002c +0x00001da5-0x00001dd0: +>>0 @F1082@ FAM +1 HUSB @I2040@ +1 CHIL @I2048@ +<< +[0071] FAM rkey: F1083 offs: 0x00000dd1 lens: 0x0000003b +0x00001dd1-0x00001e0b: +>>0 @F1083@ FAM +1 HUSB @I2041@ +1 CHIL @I2042@ +1 CHIL @I2043@ +<< +[0072] FAM rkey: F1084 offs: 0x00000e0c lens: 0x0000002c +0x00001e0c-0x00001e37: +>>0 @F1084@ FAM +1 HUSB @I2045@ +1 CHIL @I2044@ +<< +[0073] FAM rkey: F1085 offs: 0x00000e38 lens: 0x00000059 +0x00001e38-0x00001e90: +>>0 @F1085@ FAM +1 HUSB @I2047@ +1 CHIL @I2046@ +1 CHIL @I2050@ +1 CHIL @I2051@ +1 CHIL @I2052@ +<< +[0074] FAM rkey: F1086 offs: 0x00000e91 lens: 0x0000002c +0x00001e91-0x00001ebc: +>>0 @F1086@ FAM +1 HUSB @I2046@ +1 WIFE @I2049@ +<< +[0075] FAM rkey: F1087 offs: 0x00000ebd lens: 0x0000002c +0x00001ebd-0x00001ee8: +>>0 @F1087@ FAM +1 HUSB @I2048@ +1 CHIL @I2047@ +<< +[0076] FAM rkey: F1088 offs: 0x00000ee9 lens: 0x0000002c +0x00001ee9-0x00001f14: +>>0 @F1088@ FAM +1 HUSB @I2050@ +1 CHIL @I2056@ +<< +[0077] FAM rkey: F1089 offs: 0x00000f15 lens: 0x0000002c +0x00001f15-0x00001f40: +>>0 @F1089@ FAM +1 HUSB @I2053@ +1 WIFE @I2052@ +<< +[0078] FAM rkey: F1090 offs: 0x00000f41 lens: 0x0000002c +0x00001f41-0x00001f6c: +>>0 @F1090@ FAM +1 HUSB @I2055@ +1 CHIL @I2054@ +<< +[0079] FAM rkey: F1091 offs: 0x00000f6d lens: 0x0000002c +0x00001f6d-0x00001f98: +>>0 @F1091@ FAM +1 HUSB @I2056@ +1 CHIL @I2055@ +<< +[0080] FAM rkey: F1092 offs: 0x00000f99 lens: 0x0000002c +0x00001f99-0x00001fc4: +>>0 @F1092@ FAM +1 HUSB @I2066@ +1 WIFE @I2065@ +<< +[0081] FAM rkey: F1093 offs: 0x00000fc5 lens: 0x0000002c +0x00001fc5-0x00001ff0: +>>0 @F1093@ FAM +1 HUSB @I2067@ +1 CHIL @I2066@ +<< +[0082] FAM rkey: F1094 offs: 0x00000ff1 lens: 0x0000002c +0x00001ff1-0x0000201c: +>>0 @F1094@ FAM +1 HUSB @I2068@ +1 CHIL @I2067@ +<< +[0083] FAM rkey: F1095 offs: 0x0000101d lens: 0x00000081 +0x0000201d-0x0000209d: +>>0 @F1095@ FAM +1 HUSB @I2499@ +1 WIFE @I2500@ +1 MARR +2 DATE 8 APR 1350 +1 CHIL @I2075@ +1 CHIL @I2501@ +1 CHIL @I2502@ +1 CHIL @I2503@ +<< +[0084] FAM rkey: F1096 offs: 0x0000109e lens: 0x0000002c +0x0000209e-0x000020c9: +>>0 @F1096@ FAM +1 HUSB @I2078@ +1 CHIL @I2077@ +<< +[0085] FAM rkey: F1097 offs: 0x000010ca lens: 0x0000002c +0x000020ca-0x000020f5: +>>0 @F1097@ FAM +1 HUSB @I2080@ +1 WIFE @I2079@ +<< +[0086] FAM rkey: F1098 offs: 0x000010f6 lens: 0x0000002c +0x000020f6-0x00002121: +>>0 @F1098@ FAM +1 HUSB @I2082@ +1 CHIL @I2081@ +<< +[0087] FAM rkey: F1099 offs: 0x00001122 lens: 0x0000002c +0x00002122-0x0000214d: +>>0 @F1099@ FAM +1 HUSB @I2091@ +1 WIFE @I2086@ +<< +[0088] FAM rkey: F1100 offs: 0x0000114e lens: 0x0000002c +0x0000214e-0x00002179: +>>0 @F1100@ FAM +1 HUSB @I2092@ +1 WIFE @I2086@ +<< +[0089] FAM rkey: F1101 offs: 0x0000117a lens: 0x0000002c +0x0000217a-0x000021a5: +>>0 @F1101@ FAM +1 HUSB @I2093@ +1 WIFE @I2087@ +<< +[0090] FAM rkey: F1102 offs: 0x000011a6 lens: 0x0000002c +0x000021a6-0x000021d1: +>>0 @F1102@ FAM +1 HUSB @I2094@ +1 WIFE @I2087@ +<< +[0091] FAM rkey: F1103 offs: 0x000011d2 lens: 0x0000002c +0x000021d2-0x000021fd: +>>0 @F1103@ FAM +1 HUSB @I2095@ +1 WIFE @I2088@ +<< +[0092] FAM rkey: F1104 offs: 0x000011fe lens: 0x0000002c +0x000021fe-0x00002229: +>>0 @F1104@ FAM +1 HUSB @I2096@ +1 WIFE @I2089@ +<< +[0093] FAM rkey: F1105 offs: 0x0000122a lens: 0x0000002c +0x0000222a-0x00002255: +>>0 @F1105@ FAM +1 HUSB @I2097@ +1 WIFE @I2089@ +<< +[0094] FAM rkey: F1106 offs: 0x00001256 lens: 0x0000002c +0x00002256-0x00002281: +>>0 @F1106@ FAM +1 HUSB @I2098@ +1 WIFE @I2090@ +<< +[0095] FAM rkey: F1107 offs: 0x00001282 lens: 0x0000002c +0x00002282-0x000022ad: +>>0 @F1107@ FAM +1 HUSB @I2103@ +1 CHIL @I2102@ +<< +[0096] FAM rkey: F1108 offs: 0x000012ae lens: 0x0000002c +0x000022ae-0x000022d9: +>>0 @F1108@ FAM +1 HUSB @I2104@ +1 WIFE @I2336@ +<< +[0097] FAM rkey: F1109 offs: 0x000012da lens: 0x00000034 +0x000022da-0x0000230d: +>>0 @F1109@ FAM +1 HUSB @I2332@ +1 WIFE @I2106@ +1 DIV Y +<< +[0098] FAM rkey: F1110 offs: 0x0000130e lens: 0x0000004a +0x0000230e-0x00002357: +>>0 @F1110@ FAM +1 HUSB @I2108@ +1 WIFE @I2106@ +1 CHIL @I2109@ +1 CHIL @I2110@ +<< +[0099] FAM rkey: F1111 offs: 0x00001358 lens: 0x0000002c +0x00002358-0x00002383: +>>0 @F1111@ FAM +1 HUSB @I2333@ +1 WIFE @I2107@ +<< +[0100] FAM rkey: F1112 offs: 0x00001384 lens: 0x00000059 +0x00002384-0x000023dc: +>>0 @F1112@ FAM +1 HUSB @I2392@ +1 WIFE @I2393@ +1 CHIL @I2327@ +1 CHIL @I2108@ +1 CHIL @I2319@ +<< +[0101] FAM rkey: F1113 offs: 0x000013dd lens: 0x0000002c +0x000023dd-0x00002408: +>>0 @F1113@ FAM +1 HUSB @I2108@ +1 WIFE @I2389@ +<< +[0102] FAM rkey: F1114 offs: 0x00001409 lens: 0x0000002c +0x00002409-0x00002434: +>>0 @F1114@ FAM +1 HUSB @I2108@ +1 WIFE @I2390@ +<< +[0103] FAM rkey: F1115 offs: 0x00001435 lens: 0x0000002c +0x00002435-0x00002460: +>>0 @F1115@ FAM +1 HUSB @I2110@ +1 WIFE @I2111@ +<< +[0104] FAM rkey: F1116 offs: 0x00001461 lens: 0x0000002c +0x00002461-0x0000248c: +>>0 @F1116@ FAM +1 HUSB @I2113@ +1 CHIL @I2112@ +<< +[0105] FAM rkey: F1117 offs: 0x0000148d lens: 0x0000002c +0x0000248d-0x000024b8: +>>0 @F1117@ FAM +1 HUSB @I2122@ +1 WIFE @I2118@ +<< +[0106] FAM rkey: F1118 offs: 0x000014b9 lens: 0x0000002c +0x000024b9-0x000024e4: +>>0 @F1118@ FAM +1 HUSB @I2129@ +1 WIFE @I2128@ +<< +[0107] FAM rkey: F1119 offs: 0x000014e5 lens: 0x0000005d +0x000024e5-0x00002541: +>>0 @F1119@ FAM +1 HUSB @I2131@ +1 WIFE @I2416@ +1 MARR +2 DATE 1649 +1 CHIL @I2130@ +1 CHIL @I2421@ +<< +[0108] FAM rkey: F1120 offs: 0x00001542 lens: 0x0000002c +0x00002542-0x0000256d: +>>0 @F1120@ FAM +1 HUSB @I2138@ +1 CHIL @I2137@ +<< +[0109] FAM rkey: F1121 offs: 0x0000156e lens: 0x0000003b +0x0000256e-0x000025a8: +>>0 @F1121@ FAM +1 HUSB @I2168@ +1 WIFE @I2167@ +1 CHIL @I2169@ +<< +[0110] FAM rkey: F1122 offs: 0x000015a9 lens: 0x0000002c +0x000025a9-0x000025d4: +>>0 @F1122@ FAM +1 HUSB @I2169@ +1 CHIL @I2170@ +<< +[0111] FAM rkey: F1123 offs: 0x000015d5 lens: 0x0000002c +0x000025d5-0x00002600: +>>0 @F1123@ FAM +1 HUSB @I2170@ +1 CHIL @I2171@ +<< +[0112] FAM rkey: F1124 offs: 0x00001601 lens: 0x0000002c +0x00002601-0x0000262c: +>>0 @F1124@ FAM +1 HUSB @I2171@ +1 CHIL @I2172@ +<< +[0113] FAM rkey: F1125 offs: 0x0000162d lens: 0x0000003b +0x0000262d-0x00002667: +>>0 @F1125@ FAM +1 HUSB @I2173@ +1 WIFE @I2172@ +1 CHIL @I2174@ +<< +[0114] FAM rkey: F1126 offs: 0x00001668 lens: 0x0000002c +0x00002668-0x00002693: +>>0 @F1126@ FAM +1 HUSB @I2175@ +1 CHIL @I2173@ +<< +[0115] FAM rkey: F1127 offs: 0x00001694 lens: 0x0000002c +0x00002694-0x000026bf: +>>0 @F1127@ FAM +1 HUSB @I2176@ +1 CHIL @I2175@ +<< +[0116] FAM rkey: F1128 offs: 0x000016c0 lens: 0x0000002c +0x000026c0-0x000026eb: +>>0 @F1128@ FAM +1 HUSB @I2177@ +1 CHIL @I2176@ +<< +[0117] FAM rkey: F1129 offs: 0x000016ec lens: 0x0000003b +0x000026ec-0x00002726: +>>0 @F1129@ FAM +1 HUSB @I2178@ +1 WIFE @I2179@ +1 CHIL @I2177@ +<< +[0118] FAM rkey: F1130 offs: 0x00001727 lens: 0x0000002c +0x00002727-0x00002752: +>>0 @F1130@ FAM +1 HUSB @I2180@ +1 CHIL @I2179@ +<< +[0119] FAM rkey: F1131 offs: 0x00001753 lens: 0x0000002c +0x00002753-0x0000277e: +>>0 @F1131@ FAM +1 HUSB @I2181@ +1 CHIL @I2180@ +<< +[0120] FAM rkey: F1132 offs: 0x0000177f lens: 0x0000002c +0x0000277f-0x000027aa: +>>0 @F1132@ FAM +1 HUSB @I2182@ +1 CHIL @I2181@ +<< +[0121] FAM rkey: F1133 offs: 0x000017ab lens: 0x0000002c +0x000027ab-0x000027d6: +>>0 @F1133@ FAM +1 HUSB @I2183@ +1 CHIL @I2182@ +<< +[0122] FAM rkey: F1134 offs: 0x000017d7 lens: 0x0000002c +0x000027d7-0x00002802: +>>0 @F1134@ FAM +1 HUSB @I2184@ +1 CHIL @I2183@ +<< +[0123] FAM rkey: F1135 offs: 0x00001803 lens: 0x0000002c +0x00002803-0x0000282e: +>>0 @F1135@ FAM +1 HUSB @I2185@ +1 CHIL @I2184@ +<< +[0124] FAM rkey: F1136 offs: 0x0000182f lens: 0x0000003b +0x0000282f-0x00002869: +>>0 @F1136@ FAM +1 HUSB @I2187@ +1 WIFE @I2188@ +1 CHIL @I2186@ +<< +[0125] FAM rkey: F1137 offs: 0x0000186a lens: 0x0000003b +0x0000286a-0x000028a4: +>>0 @F1137@ FAM +1 HUSB @I2189@ +1 WIFE @I2190@ +1 CHIL @I2188@ +<< +[0126] FAM rkey: F1138 offs: 0x000018a5 lens: 0x0000002c +0x000028a5-0x000028d0: +>>0 @F1138@ FAM +1 HUSB @I2191@ +1 CHIL @I2190@ +<< +[0127] FAM rkey: F1139 offs: 0x000018d1 lens: 0x0000002c +0x000028d1-0x000028fc: +>>0 @F1139@ FAM +1 HUSB @I2192@ +1 CHIL @I2191@ +<< + +0x000028fd: EOF (0x000028fd) GOOD + +BLOCK - DIRECTORY ae/af +0x00000000:ix_self: 0x00040005 (ae/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 129 +0x0000000e:ix_rkey[0000]: ' F1140' +0x00000016:ix_rkey[0001]: ' F1141' +0x0000001e:ix_rkey[0002]: ' F1142' +0x00000026:ix_rkey[0003]: ' F1143' +0x0000002e:ix_rkey[0004]: ' F1144' +0x00000036:ix_rkey[0005]: ' F1145' +0x0000003e:ix_rkey[0006]: ' F1146' +0x00000046:ix_rkey[0007]: ' F1147' +0x0000004e:ix_rkey[0008]: ' F1148' +0x00000056:ix_rkey[0009]: ' F1149' +0x0000005e:ix_rkey[0010]: ' F1150' +0x00000066:ix_rkey[0011]: ' F1151' +0x0000006e:ix_rkey[0012]: ' F1152' +0x00000076:ix_rkey[0013]: ' F1153' +0x0000007e:ix_rkey[0014]: ' F1154' +0x00000086:ix_rkey[0015]: ' F1155' +0x0000008e:ix_rkey[0016]: ' F1156' +0x00000096:ix_rkey[0017]: ' F1157' +0x0000009e:ix_rkey[0018]: ' F1158' +0x000000a6:ix_rkey[0019]: ' F1159' +0x000000ae:ix_rkey[0020]: ' F1160' +0x000000b6:ix_rkey[0021]: ' F1161' +0x000000be:ix_rkey[0022]: ' F1162' +0x000000c6:ix_rkey[0023]: ' F1163' +0x000000ce:ix_rkey[0024]: ' F1164' +0x000000d6:ix_rkey[0025]: ' F1165' +0x000000de:ix_rkey[0026]: ' F1166' +0x000000e6:ix_rkey[0027]: ' F1167' +0x000000ee:ix_rkey[0028]: ' F1168' +0x000000f6:ix_rkey[0029]: ' F1169' +0x000000fe:ix_rkey[0030]: ' F1170' +0x00000106:ix_rkey[0031]: ' F1171' +0x0000010e:ix_rkey[0032]: ' F1172' +0x00000116:ix_rkey[0033]: ' F1173' +0x0000011e:ix_rkey[0034]: ' F1174' +0x00000126:ix_rkey[0035]: ' F1175' +0x0000012e:ix_rkey[0036]: ' F1176' +0x00000136:ix_rkey[0037]: ' F1177' +0x0000013e:ix_rkey[0038]: ' F1178' +0x00000146:ix_rkey[0039]: ' F1179' +0x0000014e:ix_rkey[0040]: ' F1180' +0x00000156:ix_rkey[0041]: ' F1181' +0x0000015e:ix_rkey[0042]: ' F1182' +0x00000166:ix_rkey[0043]: ' F1183' +0x0000016e:ix_rkey[0044]: ' F1184' +0x00000176:ix_rkey[0045]: ' F1185' +0x0000017e:ix_rkey[0046]: ' F1186' +0x00000186:ix_rkey[0047]: ' F1187' +0x0000018e:ix_rkey[0048]: ' F1188' +0x00000196:ix_rkey[0049]: ' F1189' +0x0000019e:ix_rkey[0050]: ' F1190' +0x000001a6:ix_rkey[0051]: ' F1191' +0x000001ae:ix_rkey[0052]: ' F1192' +0x000001b6:ix_rkey[0053]: ' F1193' +0x000001be:ix_rkey[0054]: ' F1194' +0x000001c6:ix_rkey[0055]: ' F1195' +0x000001ce:ix_rkey[0056]: ' F1196' +0x000001d6:ix_rkey[0057]: ' F1197' +0x000001de:ix_rkey[0058]: ' F1198' +0x000001e6:ix_rkey[0059]: ' F1199' +0x000001ee:ix_rkey[0060]: ' F1200' +0x000001f6:ix_rkey[0061]: ' F1201' +0x000001fe:ix_rkey[0062]: ' F1202' +0x00000206:ix_rkey[0063]: ' F1203' +0x0000020e:ix_rkey[0064]: ' F1204' +0x00000216:ix_rkey[0065]: ' F1205' +0x0000021e:ix_rkey[0066]: ' F1206' +0x00000226:ix_rkey[0067]: ' F1207' +0x0000022e:ix_rkey[0068]: ' F1208' +0x00000236:ix_rkey[0069]: ' F1209' +0x0000023e:ix_rkey[0070]: ' F1210' +0x00000246:ix_rkey[0071]: ' F1211' +0x0000024e:ix_rkey[0072]: ' F1212' +0x00000256:ix_rkey[0073]: ' F1213' +0x0000025e:ix_rkey[0074]: ' F1214' +0x00000266:ix_rkey[0075]: ' F1215' +0x0000026e:ix_rkey[0076]: ' F1216' +0x00000276:ix_rkey[0077]: ' F1217' +0x0000027e:ix_rkey[0078]: ' F1218' +0x00000286:ix_rkey[0079]: ' F1219' +0x0000028e:ix_rkey[0080]: ' F1220' +0x00000296:ix_rkey[0081]: ' F1221' +0x0000029e:ix_rkey[0082]: ' F1222' +0x000002a6:ix_rkey[0083]: ' F1223' +0x000002ae:ix_rkey[0084]: ' F1224' +0x000002b6:ix_rkey[0085]: ' F1225' +0x000002be:ix_rkey[0086]: ' F1226' +0x000002c6:ix_rkey[0087]: ' F1227' +0x000002ce:ix_rkey[0088]: ' F1228' +0x000002d6:ix_rkey[0089]: ' F1229' +0x000002de:ix_rkey[0090]: ' F1230' +0x000002e6:ix_rkey[0091]: ' F1231' +0x000002ee:ix_rkey[0092]: ' F1232' +0x000002f6:ix_rkey[0093]: ' F1233' +0x000002fe:ix_rkey[0094]: ' F1234' +0x00000306:ix_rkey[0095]: ' F1235' +0x0000030e:ix_rkey[0096]: ' F1236' +0x00000316:ix_rkey[0097]: ' F1237' +0x0000031e:ix_rkey[0098]: ' F1238' +0x00000326:ix_rkey[0099]: ' F1239' +0x0000032e:ix_rkey[0100]: ' F1240' +0x00000336:ix_rkey[0101]: ' F1241' +0x0000033e:ix_rkey[0102]: ' F1242' +0x00000346:ix_rkey[0103]: ' F1243' +0x0000034e:ix_rkey[0104]: ' F1244' +0x00000356:ix_rkey[0105]: ' F1245' +0x0000035e:ix_rkey[0106]: ' F1246' +0x00000366:ix_rkey[0107]: ' F1247' +0x0000036e:ix_rkey[0108]: ' F1248' +0x00000376:ix_rkey[0109]: ' F1249' +0x0000037e:ix_rkey[0110]: ' F1250' +0x00000386:ix_rkey[0111]: ' F1251' +0x0000038e:ix_rkey[0112]: ' F1252' +0x00000396:ix_rkey[0113]: ' F1253' +0x0000039e:ix_rkey[0114]: ' F1254' +0x000003a6:ix_rkey[0115]: ' F1255' +0x000003ae:ix_rkey[0116]: ' F1256' +0x000003b6:ix_rkey[0117]: ' F1257' +0x000003be:ix_rkey[0118]: ' F1258' +0x000003c6:ix_rkey[0119]: ' F1259' +0x000003ce:ix_rkey[0120]: ' F1260' +0x000003d6:ix_rkey[0121]: ' F1261' +0x000003de:ix_rkey[0122]: ' F1262' +0x000003e6:ix_rkey[0123]: ' F1263' +0x000003ee:ix_rkey[0124]: ' F1264' +0x000003f6:ix_rkey[0125]: ' F1265' +0x000003fe:ix_rkey[0126]: ' F1266' +0x00000406:ix_rkey[0127]: ' F1267' +0x0000040e:ix_rkey[0128]: ' F1268' + +deleted/unused entries +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000002c +0x0000080c:ix_offs[0001]: 0x0000002c 0x00000c08:ix_lens[0001]: 0x0000002c +0x00000810:ix_offs[0002]: 0x00000058 0x00000c0c:ix_lens[0002]: 0x0000002c +0x00000814:ix_offs[0003]: 0x00000084 0x00000c10:ix_lens[0003]: 0x0000002c +0x00000818:ix_offs[0004]: 0x000000b0 0x00000c14:ix_lens[0004]: 0x0000002c +0x0000081c:ix_offs[0005]: 0x000000dc 0x00000c18:ix_lens[0005]: 0x0000002c +0x00000820:ix_offs[0006]: 0x00000108 0x00000c1c:ix_lens[0006]: 0x0000002c +0x00000824:ix_offs[0007]: 0x00000134 0x00000c20:ix_lens[0007]: 0x0000002c +0x00000828:ix_offs[0008]: 0x00000160 0x00000c24:ix_lens[0008]: 0x0000002c +0x0000082c:ix_offs[0009]: 0x0000018c 0x00000c28:ix_lens[0009]: 0x0000002c +0x00000830:ix_offs[0010]: 0x000001b8 0x00000c2c:ix_lens[0010]: 0x0000002c +0x00000834:ix_offs[0011]: 0x000001e4 0x00000c30:ix_lens[0011]: 0x0000002c +0x00000838:ix_offs[0012]: 0x00000210 0x00000c34:ix_lens[0012]: 0x0000002c +0x0000083c:ix_offs[0013]: 0x0000023c 0x00000c38:ix_lens[0013]: 0x0000003b +0x00000840:ix_offs[0014]: 0x00000277 0x00000c3c:ix_lens[0014]: 0x0000002c +0x00000844:ix_offs[0015]: 0x000002a3 0x00000c40:ix_lens[0015]: 0x0000003b +0x00000848:ix_offs[0016]: 0x000002de 0x00000c44:ix_lens[0016]: 0x0000002c +0x0000084c:ix_offs[0017]: 0x0000030a 0x00000c48:ix_lens[0017]: 0x0000002c +0x00000850:ix_offs[0018]: 0x00000336 0x00000c4c:ix_lens[0018]: 0x0000002c +0x00000854:ix_offs[0019]: 0x00000362 0x00000c50:ix_lens[0019]: 0x0000003b +0x00000858:ix_offs[0020]: 0x0000039d 0x00000c54:ix_lens[0020]: 0x0000003b +0x0000085c:ix_offs[0021]: 0x000003d8 0x00000c58:ix_lens[0021]: 0x0000002c +0x00000860:ix_offs[0022]: 0x00000404 0x00000c5c:ix_lens[0022]: 0x0000003b +0x00000864:ix_offs[0023]: 0x0000043f 0x00000c60:ix_lens[0023]: 0x0000003b +0x00000868:ix_offs[0024]: 0x0000047a 0x00000c64:ix_lens[0024]: 0x0000002c +0x0000086c:ix_offs[0025]: 0x000004a6 0x00000c68:ix_lens[0025]: 0x0000002c +0x00000870:ix_offs[0026]: 0x000004d2 0x00000c6c:ix_lens[0026]: 0x0000002c +0x00000874:ix_offs[0027]: 0x000004fe 0x00000c70:ix_lens[0027]: 0x0000003b +0x00000878:ix_offs[0028]: 0x00000539 0x00000c74:ix_lens[0028]: 0x0000002c +0x0000087c:ix_offs[0029]: 0x00000565 0x00000c78:ix_lens[0029]: 0x0000003b +0x00000880:ix_offs[0030]: 0x000005a0 0x00000c7c:ix_lens[0030]: 0x0000002c +0x00000884:ix_offs[0031]: 0x000005cc 0x00000c80:ix_lens[0031]: 0x0000003b +0x00000888:ix_offs[0032]: 0x00000607 0x00000c84:ix_lens[0032]: 0x0000002c +0x0000088c:ix_offs[0033]: 0x00000633 0x00000c88:ix_lens[0033]: 0x0000002c +0x00000890:ix_offs[0034]: 0x0000065f 0x00000c8c:ix_lens[0034]: 0x0000002c +0x00000894:ix_offs[0035]: 0x0000068b 0x00000c90:ix_lens[0035]: 0x0000003b +0x00000898:ix_offs[0036]: 0x000006c6 0x00000c94:ix_lens[0036]: 0x0000002c +0x0000089c:ix_offs[0037]: 0x000006f2 0x00000c98:ix_lens[0037]: 0x0000002c +0x000008a0:ix_offs[0038]: 0x0000071e 0x00000c9c:ix_lens[0038]: 0x0000004a +0x000008a4:ix_offs[0039]: 0x00000768 0x00000ca0:ix_lens[0039]: 0x0000002c +0x000008a8:ix_offs[0040]: 0x00000794 0x00000ca4:ix_lens[0040]: 0x0000002c +0x000008ac:ix_offs[0041]: 0x000007c0 0x00000ca8:ix_lens[0041]: 0x0000002c +0x000008b0:ix_offs[0042]: 0x000007ec 0x00000cac:ix_lens[0042]: 0x0000002c +0x000008b4:ix_offs[0043]: 0x00000818 0x00000cb0:ix_lens[0043]: 0x0000002c +0x000008b8:ix_offs[0044]: 0x00000844 0x00000cb4:ix_lens[0044]: 0x0000002c +0x000008bc:ix_offs[0045]: 0x00000870 0x00000cb8:ix_lens[0045]: 0x0000003b +0x000008c0:ix_offs[0046]: 0x000008ab 0x00000cbc:ix_lens[0046]: 0x0000003b +0x000008c4:ix_offs[0047]: 0x000008e6 0x00000cc0:ix_lens[0047]: 0x0000002c +0x000008c8:ix_offs[0048]: 0x00000912 0x00000cc4:ix_lens[0048]: 0x0000002c +0x000008cc:ix_offs[0049]: 0x0000093e 0x00000cc8:ix_lens[0049]: 0x0000002c +0x000008d0:ix_offs[0050]: 0x0000096a 0x00000ccc:ix_lens[0050]: 0x0000002c +0x000008d4:ix_offs[0051]: 0x00000996 0x00000cd0:ix_lens[0051]: 0x0000002c +0x000008d8:ix_offs[0052]: 0x000009c2 0x00000cd4:ix_lens[0052]: 0x0000002c +0x000008dc:ix_offs[0053]: 0x000009ee 0x00000cd8:ix_lens[0053]: 0x0000002c +0x000008e0:ix_offs[0054]: 0x00000a1a 0x00000cdc:ix_lens[0054]: 0x0000002c +0x000008e4:ix_offs[0055]: 0x00000a46 0x00000ce0:ix_lens[0055]: 0x0000002c +0x000008e8:ix_offs[0056]: 0x00000a72 0x00000ce4:ix_lens[0056]: 0x0000003b +0x000008ec:ix_offs[0057]: 0x00000aad 0x00000ce8:ix_lens[0057]: 0x0000003b +0x000008f0:ix_offs[0058]: 0x00000ae8 0x00000cec:ix_lens[0058]: 0x0000003b +0x000008f4:ix_offs[0059]: 0x00000b23 0x00000cf0:ix_lens[0059]: 0x0000002c +0x000008f8:ix_offs[0060]: 0x00000b4f 0x00000cf4:ix_lens[0060]: 0x0000003b +0x000008fc:ix_offs[0061]: 0x00000b8a 0x00000cf8:ix_lens[0061]: 0x0000002c +0x00000900:ix_offs[0062]: 0x00000bb6 0x00000cfc:ix_lens[0062]: 0x0000002c +0x00000904:ix_offs[0063]: 0x00000be2 0x00000d00:ix_lens[0063]: 0x0000002c +0x00000908:ix_offs[0064]: 0x00000c0e 0x00000d04:ix_lens[0064]: 0x0000002c +0x0000090c:ix_offs[0065]: 0x00000c3a 0x00000d08:ix_lens[0065]: 0x0000002c +0x00000910:ix_offs[0066]: 0x00000c66 0x00000d0c:ix_lens[0066]: 0x0000002c +0x00000914:ix_offs[0067]: 0x00000c92 0x00000d10:ix_lens[0067]: 0x0000002c +0x00000918:ix_offs[0068]: 0x00000cbe 0x00000d14:ix_lens[0068]: 0x0000002c +0x0000091c:ix_offs[0069]: 0x00000cea 0x00000d18:ix_lens[0069]: 0x0000002c +0x00000920:ix_offs[0070]: 0x00000d16 0x00000d1c:ix_lens[0070]: 0x0000002c +0x00000924:ix_offs[0071]: 0x00000d42 0x00000d20:ix_lens[0071]: 0x00000077 +0x00000928:ix_offs[0072]: 0x00000db9 0x00000d24:ix_lens[0072]: 0x0000002c +0x0000092c:ix_offs[0073]: 0x00000de5 0x00000d28:ix_lens[0073]: 0x0000002c +0x00000930:ix_offs[0074]: 0x00000e11 0x00000d2c:ix_lens[0074]: 0x0000002c +0x00000934:ix_offs[0075]: 0x00000e3d 0x00000d30:ix_lens[0075]: 0x0000004a +0x00000938:ix_offs[0076]: 0x00000e87 0x00000d34:ix_lens[0076]: 0x00000059 +0x0000093c:ix_offs[0077]: 0x00000ee0 0x00000d38:ix_lens[0077]: 0x0000002c +0x00000940:ix_offs[0078]: 0x00000f0c 0x00000d3c:ix_lens[0078]: 0x00000059 +0x00000944:ix_offs[0079]: 0x00000f65 0x00000d40:ix_lens[0079]: 0x0000002c +0x00000948:ix_offs[0080]: 0x00000f91 0x00000d44:ix_lens[0080]: 0x0000002c +0x0000094c:ix_offs[0081]: 0x00000fbd 0x00000d48:ix_lens[0081]: 0x0000002c +0x00000950:ix_offs[0082]: 0x00000fe9 0x00000d4c:ix_lens[0082]: 0x0000002c +0x00000954:ix_offs[0083]: 0x00001015 0x00000d50:ix_lens[0083]: 0x00000077 +0x00000958:ix_offs[0084]: 0x0000108c 0x00000d54:ix_lens[0084]: 0x0000002c +0x0000095c:ix_offs[0085]: 0x000010b8 0x00000d58:ix_lens[0085]: 0x0000002c +0x00000960:ix_offs[0086]: 0x000010e4 0x00000d5c:ix_lens[0086]: 0x0000003b +0x00000964:ix_offs[0087]: 0x0000111f 0x00000d60:ix_lens[0087]: 0x0000004a +0x00000968:ix_offs[0088]: 0x00001169 0x00000d64:ix_lens[0088]: 0x0000003b +0x0000096c:ix_offs[0089]: 0x000011a4 0x00000d68:ix_lens[0089]: 0x0000002c +0x00000970:ix_offs[0090]: 0x000011d0 0x00000d6c:ix_lens[0090]: 0x0000002c +0x00000974:ix_offs[0091]: 0x000011fc 0x00000d70:ix_lens[0091]: 0x00000077 +0x00000978:ix_offs[0092]: 0x00001273 0x00000d74:ix_lens[0092]: 0x0000002c +0x0000097c:ix_offs[0093]: 0x0000129f 0x00000d78:ix_lens[0093]: 0x0000002c +0x00000980:ix_offs[0094]: 0x000012cb 0x00000d7c:ix_lens[0094]: 0x0000002c +0x00000984:ix_offs[0095]: 0x000012f7 0x00000d80:ix_lens[0095]: 0x0000002c +0x00000988:ix_offs[0096]: 0x00001323 0x00000d84:ix_lens[0096]: 0x00000034 +0x0000098c:ix_offs[0097]: 0x00001357 0x00000d88:ix_lens[0097]: 0x0000002c +0x00000990:ix_offs[0098]: 0x00001383 0x00000d8c:ix_lens[0098]: 0x0000002c +0x00000994:ix_offs[0099]: 0x000013af 0x00000d90:ix_lens[0099]: 0x0000002c +0x00000998:ix_offs[0100]: 0x000013db 0x00000d94:ix_lens[0100]: 0x0000002c +0x0000099c:ix_offs[0101]: 0x00001407 0x00000d98:ix_lens[0101]: 0x00000034 +0x000009a0:ix_offs[0102]: 0x0000143b 0x00000d9c:ix_lens[0102]: 0x0000002c +0x000009a4:ix_offs[0103]: 0x00001467 0x00000da0:ix_lens[0103]: 0x0000002c +0x000009a8:ix_offs[0104]: 0x00001493 0x00000da4:ix_lens[0104]: 0x0000002c +0x000009ac:ix_offs[0105]: 0x000014bf 0x00000da8:ix_lens[0105]: 0x0000002c +0x000009b0:ix_offs[0106]: 0x000014eb 0x00000dac:ix_lens[0106]: 0x0000002c +0x000009b4:ix_offs[0107]: 0x00001517 0x00000db0:ix_lens[0107]: 0x0000002c +0x000009b8:ix_offs[0108]: 0x00001543 0x00000db4:ix_lens[0108]: 0x0000002c +0x000009bc:ix_offs[0109]: 0x0000156f 0x00000db8:ix_lens[0109]: 0x0000002c +0x000009c0:ix_offs[0110]: 0x0000159b 0x00000dbc:ix_lens[0110]: 0x0000004a +0x000009c4:ix_offs[0111]: 0x000015e5 0x00000dc0:ix_lens[0111]: 0x0000002c +0x000009c8:ix_offs[0112]: 0x00001611 0x00000dc4:ix_lens[0112]: 0x0000003b +0x000009cc:ix_offs[0113]: 0x0000164c 0x00000dc8:ix_lens[0113]: 0x0000004a +0x000009d0:ix_offs[0114]: 0x00001696 0x00000dcc:ix_lens[0114]: 0x0000006c +0x000009d4:ix_offs[0115]: 0x00001702 0x00000dd0:ix_lens[0115]: 0x0000003f +0x000009d8:ix_offs[0116]: 0x00001741 0x00000dd4:ix_lens[0116]: 0x0000004e +0x000009dc:ix_offs[0117]: 0x0000178f 0x00000dd8:ix_lens[0117]: 0x0000003b +0x000009e0:ix_offs[0118]: 0x000017ca 0x00000ddc:ix_lens[0118]: 0x0000002c +0x000009e4:ix_offs[0119]: 0x000017f6 0x00000de0:ix_lens[0119]: 0x0000004e +0x000009e8:ix_offs[0120]: 0x00001844 0x00000de4:ix_lens[0120]: 0x0000004e +0x000009ec:ix_offs[0121]: 0x00001892 0x00000de8:ix_lens[0121]: 0x0000003f +0x000009f0:ix_offs[0122]: 0x000018d1 0x00000dec:ix_lens[0122]: 0x0000001d +0x000009f4:ix_offs[0123]: 0x000018ee 0x00000df0:ix_lens[0123]: 0x0000002c +0x000009f8:ix_offs[0124]: 0x0000191a 0x00000df4:ix_lens[0124]: 0x00000047 +0x000009fc:ix_offs[0125]: 0x00001961 0x00000df8:ix_lens[0125]: 0x00000056 +0x00000a00:ix_offs[0126]: 0x000019b7 0x00000dfc:ix_lens[0126]: 0x00000056 +0x00000a04:ix_offs[0127]: 0x00001a0d 0x00000e00:ix_lens[0127]: 0x0000004e +0x00000a08:ix_offs[0128]: 0x00001a5b 0x00000e04:ix_lens[0128]: 0x0000003f + +0x00000a0c-0x00000c03:ix_offs[0129-0254] default value 0x00000000 +0x00000e08-0x00000fff:ix_lens[0129-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F1140 offs: 0x00000000 lens: 0x0000002c +0x00001000-0x0000102b: +>>0 @F1140@ FAM +1 HUSB @I2193@ +1 CHIL @I2192@ +<< +[0001] FAM rkey: F1141 offs: 0x0000002c lens: 0x0000002c +0x0000102c-0x00001057: +>>0 @F1141@ FAM +1 HUSB @I2194@ +1 CHIL @I2193@ +<< +[0002] FAM rkey: F1142 offs: 0x00000058 lens: 0x0000002c +0x00001058-0x00001083: +>>0 @F1142@ FAM +1 HUSB @I2195@ +1 CHIL @I2194@ +<< +[0003] FAM rkey: F1143 offs: 0x00000084 lens: 0x0000002c +0x00001084-0x000010af: +>>0 @F1143@ FAM +1 HUSB @I2196@ +1 CHIL @I2195@ +<< +[0004] FAM rkey: F1144 offs: 0x000000b0 lens: 0x0000002c +0x000010b0-0x000010db: +>>0 @F1144@ FAM +1 HUSB @I2197@ +1 CHIL @I2196@ +<< +[0005] FAM rkey: F1145 offs: 0x000000dc lens: 0x0000002c +0x000010dc-0x00001107: +>>0 @F1145@ FAM +1 HUSB @I2198@ +1 CHIL @I2197@ +<< +[0006] FAM rkey: F1146 offs: 0x00000108 lens: 0x0000002c +0x00001108-0x00001133: +>>0 @F1146@ FAM +1 HUSB @I2199@ +1 CHIL @I2198@ +<< +[0007] FAM rkey: F1147 offs: 0x00000134 lens: 0x0000002c +0x00001134-0x0000115f: +>>0 @F1147@ FAM +1 HUSB @I2200@ +1 CHIL @I2199@ +<< +[0008] FAM rkey: F1148 offs: 0x00000160 lens: 0x0000002c +0x00001160-0x0000118b: +>>0 @F1148@ FAM +1 HUSB @I2201@ +1 CHIL @I2200@ +<< +[0009] FAM rkey: F1149 offs: 0x0000018c lens: 0x0000002c +0x0000118c-0x000011b7: +>>0 @F1149@ FAM +1 HUSB @I2202@ +1 CHIL @I2201@ +<< +[0010] FAM rkey: F1150 offs: 0x000001b8 lens: 0x0000002c +0x000011b8-0x000011e3: +>>0 @F1150@ FAM +1 HUSB @I2203@ +1 CHIL @I2202@ +<< +[0011] FAM rkey: F1151 offs: 0x000001e4 lens: 0x0000002c +0x000011e4-0x0000120f: +>>0 @F1151@ FAM +1 HUSB @I2204@ +1 CHIL @I2203@ +<< +[0012] FAM rkey: F1152 offs: 0x00000210 lens: 0x0000002c +0x00001210-0x0000123b: +>>0 @F1152@ FAM +1 HUSB @I2205@ +1 CHIL @I2204@ +<< +[0013] FAM rkey: F1153 offs: 0x0000023c lens: 0x0000003b +0x0000123c-0x00001276: +>>0 @F1153@ FAM +1 HUSB @I2206@ +1 WIFE @I2207@ +1 CHIL @I2205@ +<< +[0014] FAM rkey: F1154 offs: 0x00000277 lens: 0x0000002c +0x00001277-0x000012a2: +>>0 @F1154@ FAM +1 HUSB @I2208@ +1 CHIL @I2206@ +<< +[0015] FAM rkey: F1155 offs: 0x000002a3 lens: 0x0000003b +0x000012a3-0x000012dd: +>>0 @F1155@ FAM +1 HUSB @I2221@ +1 CHIL @I2220@ +1 CHIL @I2207@ +<< +[0016] FAM rkey: F1156 offs: 0x000002de lens: 0x0000002c +0x000012de-0x00001309: +>>0 @F1156@ FAM +1 HUSB @I2209@ +1 CHIL @I2208@ +<< +[0017] FAM rkey: F1157 offs: 0x0000030a lens: 0x0000002c +0x0000130a-0x00001335: +>>0 @F1157@ FAM +1 HUSB @I2210@ +1 CHIL @I2209@ +<< +[0018] FAM rkey: F1158 offs: 0x00000336 lens: 0x0000002c +0x00001336-0x00001361: +>>0 @F1158@ FAM +1 HUSB @I2211@ +1 CHIL @I2210@ +<< +[0019] FAM rkey: F1159 offs: 0x00000362 lens: 0x0000003b +0x00001362-0x0000139c: +>>0 @F1159@ FAM +1 HUSB @I2212@ +1 CHIL @I2211@ +1 CHIL @I2213@ +<< +[0020] FAM rkey: F1160 offs: 0x0000039d lens: 0x0000003b +0x0000139d-0x000013d7: +>>0 @F1160@ FAM +1 HUSB @I2214@ +1 WIFE @I2213@ +1 CHIL @I2215@ +<< +[0021] FAM rkey: F1161 offs: 0x000003d8 lens: 0x0000002c +0x000013d8-0x00001403: +>>0 @F1161@ FAM +1 HUSB @I2215@ +1 CHIL @I2223@ +<< +[0022] FAM rkey: F1162 offs: 0x00000404 lens: 0x0000003b +0x00001404-0x0000143e: +>>0 @F1162@ FAM +1 HUSB @I2217@ +1 WIFE @I2218@ +1 CHIL @I2216@ +<< +[0023] FAM rkey: F1163 offs: 0x0000043f lens: 0x0000003b +0x0000143f-0x00001479: +>>0 @F1163@ FAM +1 HUSB @I2219@ +1 WIFE @I2220@ +1 CHIL @I2218@ +<< +[0024] FAM rkey: F1164 offs: 0x0000047a lens: 0x0000002c +0x0000147a-0x000014a5: +>>0 @F1164@ FAM +1 HUSB @I2222@ +1 CHIL @I2221@ +<< +[0025] FAM rkey: F1165 offs: 0x000004a6 lens: 0x0000002c +0x000014a6-0x000014d1: +>>0 @F1165@ FAM +1 HUSB @I2223@ +1 CHIL @I2222@ +<< +[0026] FAM rkey: F1166 offs: 0x000004d2 lens: 0x0000002c +0x000014d2-0x000014fd: +>>0 @F1166@ FAM +1 HUSB @I2226@ +1 CHIL @I2225@ +<< +[0027] FAM rkey: F1167 offs: 0x000004fe lens: 0x0000003b +0x000014fe-0x00001538: +>>0 @F1167@ FAM +1 HUSB @I2235@ +1 WIFE @I2234@ +1 CHIL @I2236@ +<< +[0028] FAM rkey: F1168 offs: 0x00000539 lens: 0x0000002c +0x00001539-0x00001564: +>>0 @F1168@ FAM +1 HUSB @I2237@ +1 WIFE @I2238@ +<< +[0029] FAM rkey: F1169 offs: 0x00000565 lens: 0x0000003b +0x00001565-0x0000159f: +>>0 @F1169@ FAM +1 HUSB @I2242@ +1 WIFE @I2243@ +1 CHIL @I2239@ +<< +[0030] FAM rkey: F1170 offs: 0x000005a0 lens: 0x0000002c +0x000015a0-0x000015cb: +>>0 @F1170@ FAM +1 HUSB @I2248@ +1 CHIL @I2243@ +<< +[0031] FAM rkey: F1171 offs: 0x000005cc lens: 0x0000003b +0x000015cc-0x00001606: +>>0 @F1171@ FAM +1 HUSB @I2244@ +1 WIFE @I2245@ +1 CHIL @I2246@ +<< +[0032] FAM rkey: F1172 offs: 0x00000607 lens: 0x0000002c +0x00001607-0x00001632: +>>0 @F1172@ FAM +1 HUSB @I2255@ +1 CHIL @I2245@ +<< +[0033] FAM rkey: F1173 offs: 0x00000633 lens: 0x0000002c +0x00001633-0x0000165e: +>>0 @F1173@ FAM +1 HUSB @I2247@ +1 WIFE @I2245@ +<< +[0034] FAM rkey: F1174 offs: 0x0000065f lens: 0x0000002c +0x0000165f-0x0000168a: +>>0 @F1174@ FAM +1 HUSB @I2249@ +1 CHIL @I2248@ +<< +[0035] FAM rkey: F1175 offs: 0x0000068b lens: 0x0000003b +0x0000168b-0x000016c5: +>>0 @F1175@ FAM +1 HUSB @I2250@ +1 CHIL @I2249@ +1 CHIL @I2253@ +<< +[0036] FAM rkey: F1176 offs: 0x000006c6 lens: 0x0000002c +0x000016c6-0x000016f1: +>>0 @F1176@ FAM +1 HUSB @I2251@ +1 CHIL @I2250@ +<< +[0037] FAM rkey: F1177 offs: 0x000006f2 lens: 0x0000002c +0x000016f2-0x0000171d: +>>0 @F1177@ FAM +1 HUSB @I2252@ +1 CHIL @I2251@ +<< +[0038] FAM rkey: F1178 offs: 0x0000071e lens: 0x0000004a +0x0000171e-0x00001767: +>>0 @F1178@ FAM +1 HUSB @I2261@ +1 CHIL @I2252@ +1 CHIL @I2260@ +1 CHIL @I2262@ +<< +[0039] FAM rkey: F1179 offs: 0x00000768 lens: 0x0000002c +0x00001768-0x00001793: +>>0 @F1179@ FAM +1 HUSB @I2253@ +1 CHIL @I2254@ +<< +[0040] FAM rkey: F1180 offs: 0x00000794 lens: 0x0000002c +0x00001794-0x000017bf: +>>0 @F1180@ FAM +1 HUSB @I2254@ +1 CHIL @I2255@ +<< +[0041] FAM rkey: F1181 offs: 0x000007c0 lens: 0x0000002c +0x000017c0-0x000017eb: +>>0 @F1181@ FAM +1 HUSB @I2257@ +1 CHIL @I2256@ +<< +[0042] FAM rkey: F1182 offs: 0x000007ec lens: 0x0000002c +0x000017ec-0x00001817: +>>0 @F1182@ FAM +1 HUSB @I2258@ +1 CHIL @I2257@ +<< +[0043] FAM rkey: F1183 offs: 0x00000818 lens: 0x0000002c +0x00001818-0x00001843: +>>0 @F1183@ FAM +1 HUSB @I2259@ +1 CHIL @I2258@ +<< +[0044] FAM rkey: F1184 offs: 0x00000844 lens: 0x0000002c +0x00001844-0x0000186f: +>>0 @F1184@ FAM +1 HUSB @I2260@ +1 CHIL @I2259@ +<< +[0045] FAM rkey: F1185 offs: 0x00000870 lens: 0x0000003b +0x00001870-0x000018aa: +>>0 @F1185@ FAM +1 HUSB @I2265@ +1 CHIL @I2261@ +1 CHIL @I2266@ +<< +[0046] FAM rkey: F1186 offs: 0x000008ab lens: 0x0000003b +0x000018ab-0x000018e5: +>>0 @F1186@ FAM +1 HUSB @I2263@ +1 WIFE @I2262@ +1 CHIL @I2264@ +<< +[0047] FAM rkey: F1187 offs: 0x000008e6 lens: 0x0000002c +0x000018e6-0x00001911: +>>0 @F1187@ FAM +1 HUSB @I2282@ +1 WIFE @I2281@ +<< +[0048] FAM rkey: F1188 offs: 0x00000912 lens: 0x0000002c +0x00001912-0x0000193d: +>>0 @F1188@ FAM +1 HUSB @I2286@ +1 WIFE @I2284@ +<< +[0049] FAM rkey: F1189 offs: 0x0000093e lens: 0x0000002c +0x0000193e-0x00001969: +>>0 @F1189@ FAM +1 HUSB @I2287@ +1 WIFE @I2284@ +<< +[0050] FAM rkey: F1190 offs: 0x0000096a lens: 0x0000002c +0x0000196a-0x00001995: +>>0 @F1190@ FAM +1 HUSB @I2288@ +1 WIFE @I2285@ +<< +[0051] FAM rkey: F1191 offs: 0x00000996 lens: 0x0000002c +0x00001996-0x000019c1: +>>0 @F1191@ FAM +1 HUSB @I2289@ +1 WIFE @I2285@ +<< +[0052] FAM rkey: F1192 offs: 0x000009c2 lens: 0x0000002c +0x000019c2-0x000019ed: +>>0 @F1192@ FAM +1 HUSB @I2290@ +1 WIFE @I2285@ +<< +[0053] FAM rkey: F1193 offs: 0x000009ee lens: 0x0000002c +0x000019ee-0x00001a19: +>>0 @F1193@ FAM +1 HUSB @I2295@ +1 WIFE @I2294@ +<< +[0054] FAM rkey: F1194 offs: 0x00000a1a lens: 0x0000002c +0x00001a1a-0x00001a45: +>>0 @F1194@ FAM +1 HUSB @I2297@ +1 WIFE @I2296@ +<< +[0055] FAM rkey: F1195 offs: 0x00000a46 lens: 0x0000002c +0x00001a46-0x00001a71: +>>0 @F1195@ FAM +1 HUSB @I2298@ +1 WIFE @I2296@ +<< +[0056] FAM rkey: F1196 offs: 0x00000a72 lens: 0x0000003b +0x00001a72-0x00001aac: +>>0 @F1196@ FAM +1 HUSB @I2303@ +1 WIFE @I2304@ +1 CHIL @I2301@ +<< +[0057] FAM rkey: F1197 offs: 0x00000aad lens: 0x0000003b +0x00001aad-0x00001ae7: +>>0 @F1197@ FAM +1 HUSB @I2305@ +1 WIFE @I2306@ +1 CHIL @I2304@ +<< +[0058] FAM rkey: F1198 offs: 0x00000ae8 lens: 0x0000003b +0x00001ae8-0x00001b22: +>>0 @F1198@ FAM +1 HUSB @I2307@ +1 WIFE @I2308@ +1 CHIL @I2305@ +<< +[0059] FAM rkey: F1199 offs: 0x00000b23 lens: 0x0000002c +0x00001b23-0x00001b4e: +>>0 @F1199@ FAM +1 HUSB @I2312@ +1 WIFE @I2319@ +<< +[0060] FAM rkey: F1200 offs: 0x00000b4f lens: 0x0000003b +0x00001b4f-0x00001b89: +>>0 @F1200@ FAM +1 HUSB @I2313@ +1 WIFE @I2321@ +1 CHIL @I2324@ +<< +[0061] FAM rkey: F1201 offs: 0x00000b8a lens: 0x0000002c +0x00001b8a-0x00001bb5: +>>0 @F1201@ FAM +1 HUSB @I2313@ +1 WIFE @I2322@ +<< +[0062] FAM rkey: F1202 offs: 0x00000bb6 lens: 0x0000002c +0x00001bb6-0x00001be1: +>>0 @F1202@ FAM +1 HUSB @I2313@ +1 WIFE @I2323@ +<< +[0063] FAM rkey: F1203 offs: 0x00000be2 lens: 0x0000002c +0x00001be2-0x00001c0d: +>>0 @F1203@ FAM +1 HUSB @I2314@ +1 WIFE @I2325@ +<< +[0064] FAM rkey: F1204 offs: 0x00000c0e lens: 0x0000002c +0x00001c0e-0x00001c39: +>>0 @F1204@ FAM +1 HUSB @I2315@ +1 WIFE @I2330@ +<< +[0065] FAM rkey: F1205 offs: 0x00000c3a lens: 0x0000002c +0x00001c3a-0x00001c65: +>>0 @F1205@ FAM +1 HUSB @I2315@ +1 WIFE @I2331@ +<< +[0066] FAM rkey: F1206 offs: 0x00000c66 lens: 0x0000002c +0x00001c66-0x00001c91: +>>0 @F1206@ FAM +1 HUSB @I2327@ +1 WIFE @I2316@ +<< +[0067] FAM rkey: F1207 offs: 0x00000c92 lens: 0x0000002c +0x00001c92-0x00001cbd: +>>0 @F1207@ FAM +1 HUSB @I2328@ +1 WIFE @I2317@ +<< +[0068] FAM rkey: F1208 offs: 0x00000cbe lens: 0x0000002c +0x00001cbe-0x00001ce9: +>>0 @F1208@ FAM +1 HUSB @I2329@ +1 WIFE @I2318@ +<< +[0069] FAM rkey: F1209 offs: 0x00000cea lens: 0x0000002c +0x00001cea-0x00001d15: +>>0 @F1209@ FAM +1 HUSB @I2320@ +1 WIFE @I2319@ +<< +[0070] FAM rkey: F1210 offs: 0x00000d16 lens: 0x0000002c +0x00001d16-0x00001d41: +>>0 @F1210@ FAM +1 HUSB @I2326@ +1 WIFE @I2325@ +<< +[0071] FAM rkey: F1211 offs: 0x00000d42 lens: 0x00000077 +0x00001d42-0x00001db8: +>>0 @F1211@ FAM +1 HUSB @I2405@ +1 WIFE @I2403@ +1 CHIL @I2406@ +1 CHIL @I2407@ +1 CHIL @I2331@ +1 CHIL @I2408@ +1 CHIL @I2409@ +<< +[0072] FAM rkey: F1212 offs: 0x00000db9 lens: 0x0000002c +0x00001db9-0x00001de4: +>>0 @F1212@ FAM +1 HUSB @I2411@ +1 WIFE @I2331@ +<< +[0073] FAM rkey: F1213 offs: 0x00000de5 lens: 0x0000002c +0x00001de5-0x00001e10: +>>0 @F1213@ FAM +1 HUSB @I2412@ +1 WIFE @I2331@ +<< +[0074] FAM rkey: F1214 offs: 0x00000e11 lens: 0x0000002c +0x00001e11-0x00001e3c: +>>0 @F1214@ FAM +1 HUSB @I2335@ +1 WIFE @I2334@ +<< +[0075] FAM rkey: F1215 offs: 0x00000e3d lens: 0x0000004a +0x00001e3d-0x00001e86: +>>0 @F1215@ FAM +1 HUSB @I2340@ +1 WIFE @I2339@ +1 CHIL @I2394@ +1 CHIL @I2403@ +<< +[0076] FAM rkey: F1216 offs: 0x00000e87 lens: 0x00000059 +0x00001e87-0x00001edf: +>>0 @F1216@ FAM +1 HUSB @I2341@ +1 WIFE @I2347@ +1 CHIL @I2348@ +1 CHIL @I2349@ +1 CHIL @I2350@ +<< +[0077] FAM rkey: F1217 offs: 0x00000ee0 lens: 0x0000002c +0x00001ee0-0x00001f0b: +>>0 @F1217@ FAM +1 HUSB @I2343@ +1 WIFE @I2344@ +<< +[0078] FAM rkey: F1218 offs: 0x00000f0c lens: 0x00000059 +0x00001f0c-0x00001f64: +>>0 @F1218@ FAM +1 HUSB @I2343@ +1 WIFE @I2345@ +1 CHIL @I2355@ +1 CHIL @I2356@ +1 CHIL @I2357@ +<< +[0079] FAM rkey: F1219 offs: 0x00000f65 lens: 0x0000002c +0x00001f65-0x00001f90: +>>0 @F1219@ FAM +1 HUSB @I2348@ +1 WIFE @I2351@ +<< +[0080] FAM rkey: F1220 offs: 0x00000f91 lens: 0x0000002c +0x00001f91-0x00001fbc: +>>0 @F1220@ FAM +1 HUSB @I2348@ +1 WIFE @I2352@ +<< +[0081] FAM rkey: F1221 offs: 0x00000fbd lens: 0x0000002c +0x00001fbd-0x00001fe8: +>>0 @F1221@ FAM +1 HUSB @I2353@ +1 WIFE @I2349@ +<< +[0082] FAM rkey: F1222 offs: 0x00000fe9 lens: 0x0000002c +0x00001fe9-0x00002014: +>>0 @F1222@ FAM +1 HUSB @I2354@ +1 WIFE @I2350@ +<< +[0083] FAM rkey: F1223 offs: 0x00001015 lens: 0x00000077 +0x00002015-0x0000208b: +>>0 @F1223@ FAM +1 HUSB @I2355@ +1 WIFE @I2358@ +1 CHIL @I2359@ +1 CHIL @I2360@ +1 CHIL @I2361@ +1 CHIL @I2362@ +1 CHIL @I2363@ +<< +[0084] FAM rkey: F1224 offs: 0x0000108c lens: 0x0000002c +0x0000208c-0x000020b7: +>>0 @F1224@ FAM +1 HUSB @I2364@ +1 WIFE @I2356@ +<< +[0085] FAM rkey: F1225 offs: 0x000010b8 lens: 0x0000002c +0x000020b8-0x000020e3: +>>0 @F1225@ FAM +1 HUSB @I2357@ +1 WIFE @I2365@ +<< +[0086] FAM rkey: F1226 offs: 0x000010e4 lens: 0x0000003b +0x000020e4-0x0000211e: +>>0 @F1226@ FAM +1 HUSB @I2359@ +1 WIFE @I2366@ +1 CHIL @I2367@ +<< +[0087] FAM rkey: F1227 offs: 0x0000111f lens: 0x0000004a +0x0000211f-0x00002168: +>>0 @F1227@ FAM +1 HUSB @I2359@ +1 WIFE @I2371@ +1 CHIL @I2372@ +1 CHIL @I2387@ +<< +[0088] FAM rkey: F1228 offs: 0x00001169 lens: 0x0000003b +0x00002169-0x000021a3: +>>0 @F1228@ FAM +1 HUSB @I2367@ +1 WIFE @I2368@ +1 CHIL @I2369@ +<< +[0089] FAM rkey: F1229 offs: 0x000011a4 lens: 0x0000002c +0x000021a4-0x000021cf: +>>0 @F1229@ FAM +1 HUSB @I2369@ +1 WIFE @I2370@ +<< +[0090] FAM rkey: F1230 offs: 0x000011d0 lens: 0x0000002c +0x000021d0-0x000021fb: +>>0 @F1230@ FAM +1 HUSB @I2372@ +1 WIFE @I2373@ +<< +[0091] FAM rkey: F1231 offs: 0x000011fc lens: 0x00000077 +0x000021fc-0x00002272: +>>0 @F1231@ FAM +1 HUSB @I2372@ +1 WIFE @I2374@ +1 CHIL @I2375@ +1 CHIL @I2376@ +1 CHIL @I2377@ +1 CHIL @I2378@ +1 CHIL @I2379@ +<< +[0092] FAM rkey: F1232 offs: 0x00001273 lens: 0x0000002c +0x00002273-0x0000229e: +>>0 @F1232@ FAM +1 HUSB @I2375@ +1 WIFE @I2380@ +<< +[0093] FAM rkey: F1233 offs: 0x0000129f lens: 0x0000002c +0x0000229f-0x000022ca: +>>0 @F1233@ FAM +1 HUSB @I2376@ +1 WIFE @I2381@ +<< +[0094] FAM rkey: F1234 offs: 0x000012cb lens: 0x0000002c +0x000022cb-0x000022f6: +>>0 @F1234@ FAM +1 HUSB @I2377@ +1 WIFE @I2382@ +<< +[0095] FAM rkey: F1235 offs: 0x000012f7 lens: 0x0000002c +0x000022f7-0x00002322: +>>0 @F1235@ FAM +1 HUSB @I2384@ +1 WIFE @I2378@ +<< +[0096] FAM rkey: F1236 offs: 0x00001323 lens: 0x00000034 +0x00002323-0x00002356: +>>0 @F1236@ FAM +1 HUSB @I2385@ +1 WIFE @I2379@ +1 DIV Y +<< +[0097] FAM rkey: F1237 offs: 0x00001357 lens: 0x0000002c +0x00002357-0x00002382: +>>0 @F1237@ FAM +1 HUSB @I2386@ +1 WIFE @I2379@ +<< +[0098] FAM rkey: F1238 offs: 0x00001383 lens: 0x0000002c +0x00002383-0x000023ae: +>>0 @F1238@ FAM +1 HUSB @I2383@ +1 WIFE @I2382@ +<< +[0099] FAM rkey: F1239 offs: 0x000013af lens: 0x0000002c +0x000023af-0x000023da: +>>0 @F1239@ FAM +1 HUSB @I2387@ +1 WIFE @I2388@ +<< +[0100] FAM rkey: F1240 offs: 0x000013db lens: 0x0000002c +0x000023db-0x00002406: +>>0 @F1240@ FAM +1 HUSB @I2391@ +1 WIFE @I2390@ +<< +[0101] FAM rkey: F1241 offs: 0x00001407 lens: 0x00000034 +0x00002407-0x0000243a: +>>0 @F1241@ FAM +1 HUSB @I2392@ +1 WIFE @I2395@ +1 DIV Y +<< +[0102] FAM rkey: F1242 offs: 0x0000143b lens: 0x0000002c +0x0000243b-0x00002466: +>>0 @F1242@ FAM +1 HUSB @I2394@ +1 WIFE @I2404@ +<< +[0103] FAM rkey: F1243 offs: 0x00001467 lens: 0x0000002c +0x00002467-0x00002492: +>>0 @F1243@ FAM +1 HUSB @I2396@ +1 WIFE @I2399@ +<< +[0104] FAM rkey: F1244 offs: 0x00001493 lens: 0x0000002c +0x00002493-0x000024be: +>>0 @F1244@ FAM +1 HUSB @I2397@ +1 WIFE @I2401@ +<< +[0105] FAM rkey: F1245 offs: 0x000014bf lens: 0x0000002c +0x000024bf-0x000024ea: +>>0 @F1245@ FAM +1 HUSB @I2397@ +1 WIFE @I2402@ +<< +[0106] FAM rkey: F1246 offs: 0x000014eb lens: 0x0000002c +0x000024eb-0x00002516: +>>0 @F1246@ FAM +1 HUSB @I2400@ +1 WIFE @I2399@ +<< +[0107] FAM rkey: F1247 offs: 0x00001517 lens: 0x0000002c +0x00002517-0x00002542: +>>0 @F1247@ FAM +1 HUSB @I2406@ +1 WIFE @I2410@ +<< +[0108] FAM rkey: F1248 offs: 0x00001543 lens: 0x0000002c +0x00002543-0x0000256e: +>>0 @F1248@ FAM +1 HUSB @I2413@ +1 WIFE @I2408@ +<< +[0109] FAM rkey: F1249 offs: 0x0000156f lens: 0x0000002c +0x0000256f-0x0000259a: +>>0 @F1249@ FAM +1 HUSB @I2414@ +1 WIFE @I2409@ +<< +[0110] FAM rkey: F1250 offs: 0x0000159b lens: 0x0000004a +0x0000259b-0x000025e4: +>>0 @F1250@ FAM +1 HUSB @I2418@ +1 WIFE @I2417@ +1 CHIL @I2416@ +1 CHIL @I2420@ +<< +[0111] FAM rkey: F1251 offs: 0x000015e5 lens: 0x0000002c +0x000025e5-0x00002610: +>>0 @F1251@ FAM +1 HUSB @I2419@ +1 CHIL @I2418@ +<< +[0112] FAM rkey: F1252 offs: 0x00001611 lens: 0x0000003b +0x00002611-0x0000264b: +>>0 @F1252@ FAM +1 HUSB @I2420@ +1 WIFE @I2421@ +1 CHIL @I2427@ +<< +[0113] FAM rkey: F1253 offs: 0x0000164c lens: 0x0000004a +0x0000264c-0x00002695: +>>0 @F1253@ FAM +1 HUSB @I2420@ +1 WIFE @I2422@ +1 CHIL @I2430@ +1 CHIL @I2431@ +<< +[0114] FAM rkey: F1254 offs: 0x00001696 lens: 0x0000006c +0x00002696-0x00002701: +>>0 @F1254@ FAM +1 HUSB @I2423@ +1 WIFE @I2882@ +1 MARR +2 DATE 1680 +1 CHIL @I2426@ +1 CHIL @I2424@ +1 CHIL @I2507@ +<< +[0115] FAM rkey: F1255 offs: 0x00001702 lens: 0x0000003f +0x00002702-0x00002740: +>>0 @F1255@ FAM +1 HUSB @I2424@ +1 WIFE @I2883@ +1 MARR +2 DATE 1701 +<< +[0116] FAM rkey: F1256 offs: 0x00001741 lens: 0x0000004e +0x00002741-0x0000278e: +>>0 @F1256@ FAM +1 HUSB @I2424@ +1 WIFE @I2425@ +1 MARR +2 DATE 1714 +1 CHIL @I2880@ +<< +[0117] FAM rkey: F1257 offs: 0x0000178f lens: 0x0000003b +0x0000278f-0x000027c9: +>>0 @F1257@ FAM +1 HUSB @I2428@ +1 WIFE @I2427@ +1 CHIL @I2429@ +<< +[0118] FAM rkey: F1258 offs: 0x000017ca lens: 0x0000002c +0x000027ca-0x000027f5: +>>0 @F1258@ FAM +1 HUSB @I2431@ +1 CHIL @I2432@ +<< +[0119] FAM rkey: F1259 offs: 0x000017f6 lens: 0x0000004e +0x000027f6-0x00002843: +>>0 @F1259@ FAM +1 HUSB @I2433@ +1 WIFE @I2432@ +1 MARR +2 DATE 1736 +1 CHIL @I2434@ +<< +[0120] FAM rkey: F1260 offs: 0x00001844 lens: 0x0000004e +0x00002844-0x00002891: +>>0 @F1260@ FAM +1 HUSB @I2897@ +1 WIFE @I2898@ +1 MARR +2 DATE 1749 +1 CHIL @I2448@ +<< +[0121] FAM rkey: F1261 offs: 0x00001892 lens: 0x0000003f +0x00002892-0x000028d0: +>>0 @F1261@ FAM +1 HUSB @I2448@ +1 WIFE @I2908@ +1 MARR +2 DATE 1776 +<< +[0122] FAM rkey: F1262 offs: 0x000018d1 lens: 0x0000001d +0x000028d1-0x000028ed: +>>0 @F1262@ FAM +1 HUSB @I2448@ +<< +[0123] FAM rkey: F1263 offs: 0x000018ee lens: 0x0000002c +0x000028ee-0x00002919: +>>0 @F1263@ FAM +1 HUSB @I2450@ +1 CHIL @I2449@ +<< +[0124] FAM rkey: F1264 offs: 0x0000191a lens: 0x00000047 +0x0000291a-0x00002960: +>>0 @F1264@ FAM +1 HUSB @I2451@ +1 WIFE @I2478@ +1 DIV Y +1 MARR +2 DATE 1193 +<< +[0125] FAM rkey: F1265 offs: 0x00001961 lens: 0x00000056 +0x00002961-0x000029b6: +>>0 @F1265@ FAM +1 HUSB @I2451@ +1 WIFE @I2479@ +1 DIV Y +1 MARR +2 DATE 1196 +1 CHIL @I2480@ +<< +[0126] FAM rkey: F1266 offs: 0x000019b7 lens: 0x00000056 +0x000029b7-0x00002a0c: +>>0 @F1266@ FAM +1 HUSB @I2454@ +1 WIFE @I2455@ +1 DIV Y +1 MARR +2 DATE 1072 +1 CHIL @I2452@ +<< +[0127] FAM rkey: F1267 offs: 0x00001a0d lens: 0x0000004e +0x00002a0d-0x00002a5a: +>>0 @F1267@ FAM +1 HUSB @I2457@ +1 WIFE @I2535@ +1 MARR +2 DATE 1051 +1 CHIL @I2454@ +<< +[0128] FAM rkey: F1268 offs: 0x00001a5b lens: 0x0000003f +0x00002a5b-0x00002a99: +>>0 @F1268@ FAM +1 HUSB @I2454@ +1 WIFE @I2456@ +1 MARR +2 DATE 1095 +<< + +0x00002a9a: EOF (0x00002a9a) GOOD + +BLOCK - DIRECTORY ag/aa +0x00000000:ix_self: 0x00060000 (ag/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 165 +0x0000000e:ix_rkey[0000]: ' F1269' +0x00000016:ix_rkey[0001]: ' F1270' +0x0000001e:ix_rkey[0002]: ' F1271' +0x00000026:ix_rkey[0003]: ' F1272' +0x0000002e:ix_rkey[0004]: ' F1273' +0x00000036:ix_rkey[0005]: ' F1274' +0x0000003e:ix_rkey[0006]: ' F1275' +0x00000046:ix_rkey[0007]: ' F1276' +0x0000004e:ix_rkey[0008]: ' F1277' +0x00000056:ix_rkey[0009]: ' F1278' +0x0000005e:ix_rkey[0010]: ' F1279' +0x00000066:ix_rkey[0011]: ' F1280' +0x0000006e:ix_rkey[0012]: ' F1281' +0x00000076:ix_rkey[0013]: ' F1282' +0x0000007e:ix_rkey[0014]: ' F1283' +0x00000086:ix_rkey[0015]: ' F1284' +0x0000008e:ix_rkey[0016]: ' F1285' +0x00000096:ix_rkey[0017]: ' F1286' +0x0000009e:ix_rkey[0018]: ' F1287' +0x000000a6:ix_rkey[0019]: ' F1288' +0x000000ae:ix_rkey[0020]: ' F1289' +0x000000b6:ix_rkey[0021]: ' F1290' +0x000000be:ix_rkey[0022]: ' F1291' +0x000000c6:ix_rkey[0023]: ' F1292' +0x000000ce:ix_rkey[0024]: ' F1293' +0x000000d6:ix_rkey[0025]: ' F1294' +0x000000de:ix_rkey[0026]: ' F1295' +0x000000e6:ix_rkey[0027]: ' F1296' +0x000000ee:ix_rkey[0028]: ' F1297' +0x000000f6:ix_rkey[0029]: ' F1298' +0x000000fe:ix_rkey[0030]: ' F1299' +0x00000106:ix_rkey[0031]: ' F1300' +0x0000010e:ix_rkey[0032]: ' F1301' +0x00000116:ix_rkey[0033]: ' F1302' +0x0000011e:ix_rkey[0034]: ' F1303' +0x00000126:ix_rkey[0035]: ' F1304' +0x0000012e:ix_rkey[0036]: ' F1305' +0x00000136:ix_rkey[0037]: ' F1306' +0x0000013e:ix_rkey[0038]: ' F1307' +0x00000146:ix_rkey[0039]: ' F1308' +0x0000014e:ix_rkey[0040]: ' F1309' +0x00000156:ix_rkey[0041]: ' F1310' +0x0000015e:ix_rkey[0042]: ' F1311' +0x00000166:ix_rkey[0043]: ' F1312' +0x0000016e:ix_rkey[0044]: ' F1313' +0x00000176:ix_rkey[0045]: ' F1314' +0x0000017e:ix_rkey[0046]: ' F1315' +0x00000186:ix_rkey[0047]: ' F1316' +0x0000018e:ix_rkey[0048]: ' F1317' +0x00000196:ix_rkey[0049]: ' F1318' +0x0000019e:ix_rkey[0050]: ' F1319' +0x000001a6:ix_rkey[0051]: ' F1320' +0x000001ae:ix_rkey[0052]: ' F1321' +0x000001b6:ix_rkey[0053]: ' F1322' +0x000001be:ix_rkey[0054]: ' F1323' +0x000001c6:ix_rkey[0055]: ' F1324' +0x000001ce:ix_rkey[0056]: ' F1325' +0x000001d6:ix_rkey[0057]: ' F1326' +0x000001de:ix_rkey[0058]: ' F1327' +0x000001e6:ix_rkey[0059]: ' F1328' +0x000001ee:ix_rkey[0060]: ' F1329' +0x000001f6:ix_rkey[0061]: ' F1330' +0x000001fe:ix_rkey[0062]: ' F1331' +0x00000206:ix_rkey[0063]: ' F1332' +0x0000020e:ix_rkey[0064]: ' F1333' +0x00000216:ix_rkey[0065]: ' F1334' +0x0000021e:ix_rkey[0066]: ' F1335' +0x00000226:ix_rkey[0067]: ' F1336' +0x0000022e:ix_rkey[0068]: ' F1337' +0x00000236:ix_rkey[0069]: ' F1338' +0x0000023e:ix_rkey[0070]: ' F1339' +0x00000246:ix_rkey[0071]: ' F1340' +0x0000024e:ix_rkey[0072]: ' F1341' +0x00000256:ix_rkey[0073]: ' F1342' +0x0000025e:ix_rkey[0074]: ' F1343' +0x00000266:ix_rkey[0075]: ' F1344' +0x0000026e:ix_rkey[0076]: ' F1345' +0x00000276:ix_rkey[0077]: ' F1346' +0x0000027e:ix_rkey[0078]: ' F1347' +0x00000286:ix_rkey[0079]: ' F1348' +0x0000028e:ix_rkey[0080]: ' F1349' +0x00000296:ix_rkey[0081]: ' F1350' +0x0000029e:ix_rkey[0082]: ' F1351' +0x000002a6:ix_rkey[0083]: ' F1352' +0x000002ae:ix_rkey[0084]: ' F1353' +0x000002b6:ix_rkey[0085]: ' F1354' +0x000002be:ix_rkey[0086]: ' F1355' +0x000002c6:ix_rkey[0087]: ' F1356' +0x000002ce:ix_rkey[0088]: ' F1357' +0x000002d6:ix_rkey[0089]: ' F1358' +0x000002de:ix_rkey[0090]: ' F1359' +0x000002e6:ix_rkey[0091]: ' F1360' +0x000002ee:ix_rkey[0092]: ' F1361' +0x000002f6:ix_rkey[0093]: ' F1362' +0x000002fe:ix_rkey[0094]: ' F1363' +0x00000306:ix_rkey[0095]: ' F1364' +0x0000030e:ix_rkey[0096]: ' F1365' +0x00000316:ix_rkey[0097]: ' F1366' +0x0000031e:ix_rkey[0098]: ' F1367' +0x00000326:ix_rkey[0099]: ' F1368' +0x0000032e:ix_rkey[0100]: ' F1369' +0x00000336:ix_rkey[0101]: ' F1370' +0x0000033e:ix_rkey[0102]: ' F1371' +0x00000346:ix_rkey[0103]: ' F1372' +0x0000034e:ix_rkey[0104]: ' F1373' +0x00000356:ix_rkey[0105]: ' F1374' +0x0000035e:ix_rkey[0106]: ' F1375' +0x00000366:ix_rkey[0107]: ' F1376' +0x0000036e:ix_rkey[0108]: ' F1377' +0x00000376:ix_rkey[0109]: ' F1378' +0x0000037e:ix_rkey[0110]: ' F1379' +0x00000386:ix_rkey[0111]: ' F1380' +0x0000038e:ix_rkey[0112]: ' F1381' +0x00000396:ix_rkey[0113]: ' F1382' +0x0000039e:ix_rkey[0114]: ' F1383' +0x000003a6:ix_rkey[0115]: ' F1384' +0x000003ae:ix_rkey[0116]: ' F1385' +0x000003b6:ix_rkey[0117]: ' F1386' +0x000003be:ix_rkey[0118]: ' F1387' +0x000003c6:ix_rkey[0119]: ' F1388' +0x000003ce:ix_rkey[0120]: ' F1389' +0x000003d6:ix_rkey[0121]: ' F1390' +0x000003de:ix_rkey[0122]: ' F1391' +0x000003e6:ix_rkey[0123]: ' F1392' +0x000003ee:ix_rkey[0124]: ' F1393' +0x000003f6:ix_rkey[0125]: ' F1394' +0x000003fe:ix_rkey[0126]: ' F1395' +0x00000406:ix_rkey[0127]: ' F1396' +0x0000040e:ix_rkey[0128]: ' F1397' +0x00000416:ix_rkey[0129]: ' F1398' +0x0000041e:ix_rkey[0130]: ' F1399' +0x00000426:ix_rkey[0131]: ' F1400' +0x0000042e:ix_rkey[0132]: ' F1401' +0x00000436:ix_rkey[0133]: ' F1402' +0x0000043e:ix_rkey[0134]: ' F1403' +0x00000446:ix_rkey[0135]: ' F1404' +0x0000044e:ix_rkey[0136]: ' F1405' +0x00000456:ix_rkey[0137]: ' F1406' +0x0000045e:ix_rkey[0138]: ' F1407' +0x00000466:ix_rkey[0139]: ' F1408' +0x0000046e:ix_rkey[0140]: ' F1409' +0x00000476:ix_rkey[0141]: ' F1410' +0x0000047e:ix_rkey[0142]: ' F1411' +0x00000486:ix_rkey[0143]: ' F1412' +0x0000048e:ix_rkey[0144]: ' F1413' +0x00000496:ix_rkey[0145]: ' F1414' +0x0000049e:ix_rkey[0146]: ' F1415' +0x000004a6:ix_rkey[0147]: ' F1416' +0x000004ae:ix_rkey[0148]: ' F1417' +0x000004b6:ix_rkey[0149]: ' F1418' +0x000004be:ix_rkey[0150]: ' F1419' +0x000004c6:ix_rkey[0151]: ' F1420' +0x000004ce:ix_rkey[0152]: ' F1421' +0x000004d6:ix_rkey[0153]: ' F1422' +0x000004de:ix_rkey[0154]: ' I1000' +0x000004e6:ix_rkey[0155]: ' I1001' +0x000004ee:ix_rkey[0156]: ' I1002' +0x000004f6:ix_rkey[0157]: ' I1003' +0x000004fe:ix_rkey[0158]: ' I1004' +0x00000506:ix_rkey[0159]: ' I1005' +0x0000050e:ix_rkey[0160]: ' I1006' +0x00000516:ix_rkey[0161]: ' I1007' +0x0000051e:ix_rkey[0162]: ' I1008' +0x00000526:ix_rkey[0163]: ' I1009' +0x0000052e:ix_rkey[0164]: ' I1010' + +deleted/unused entries +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000006c +0x0000080c:ix_offs[0001]: 0x0000006c 0x00000c08:ix_lens[0001]: 0x0000003b +0x00000810:ix_offs[0002]: 0x000000a7 0x00000c0c:ix_lens[0002]: 0x0000002c +0x00000814:ix_offs[0003]: 0x000000d3 0x00000c10:ix_lens[0003]: 0x0000002c +0x00000818:ix_offs[0004]: 0x000000ff 0x00000c14:ix_lens[0004]: 0x00000046 +0x0000081c:ix_offs[0005]: 0x00000145 0x00000c18:ix_lens[0005]: 0x0000003f +0x00000820:ix_offs[0006]: 0x00000184 0x00000c1c:ix_lens[0006]: 0x00000052 +0x00000824:ix_offs[0007]: 0x000001d6 0x00000c20:ix_lens[0007]: 0x0000003f +0x00000828:ix_offs[0008]: 0x00000215 0x00000c24:ix_lens[0008]: 0x0000002c +0x0000082c:ix_offs[0009]: 0x00000241 0x00000c28:ix_lens[0009]: 0x0000002c +0x00000830:ix_offs[0010]: 0x0000026d 0x00000c2c:ix_lens[0010]: 0x0000002c +0x00000834:ix_offs[0011]: 0x00000299 0x00000c30:ix_lens[0011]: 0x0000002c +0x00000838:ix_offs[0012]: 0x000002c5 0x00000c34:ix_lens[0012]: 0x0000003b +0x0000083c:ix_offs[0013]: 0x00000300 0x00000c38:ix_lens[0013]: 0x00000052 +0x00000840:ix_offs[0014]: 0x00000352 0x00000c3c:ix_lens[0014]: 0x0000003f +0x00000844:ix_offs[0015]: 0x00000391 0x00000c40:ix_lens[0015]: 0x00000064 +0x00000848:ix_offs[0016]: 0x000003f5 0x00000c44:ix_lens[0016]: 0x00000046 +0x0000084c:ix_offs[0017]: 0x0000043b 0x00000c48:ix_lens[0017]: 0x0000002c +0x00000850:ix_offs[0018]: 0x00000467 0x00000c4c:ix_lens[0018]: 0x0000003b +0x00000854:ix_offs[0019]: 0x000004a2 0x00000c50:ix_lens[0019]: 0x0000002c +0x00000858:ix_offs[0020]: 0x000004ce 0x00000c54:ix_lens[0020]: 0x0000002c +0x0000085c:ix_offs[0021]: 0x000004fa 0x00000c58:ix_lens[0021]: 0x0000004a +0x00000860:ix_offs[0022]: 0x00000544 0x00000c5c:ix_lens[0022]: 0x0000002c +0x00000864:ix_offs[0023]: 0x00000570 0x00000c60:ix_lens[0023]: 0x00000055 +0x00000868:ix_offs[0024]: 0x000005c5 0x00000c64:ix_lens[0024]: 0x00000046 +0x0000086c:ix_offs[0025]: 0x0000060b 0x00000c68:ix_lens[0025]: 0x0000002c +0x00000870:ix_offs[0026]: 0x00000637 0x00000c6c:ix_lens[0026]: 0x00000073 +0x00000874:ix_offs[0027]: 0x000006aa 0x00000c70:ix_lens[0027]: 0x00000073 +0x00000878:ix_offs[0028]: 0x0000071d 0x00000c74:ix_lens[0028]: 0x00000072 +0x0000087c:ix_offs[0029]: 0x0000078f 0x00000c78:ix_lens[0029]: 0x00000073 +0x00000880:ix_offs[0030]: 0x00000802 0x00000c7c:ix_lens[0030]: 0x00000055 +0x00000884:ix_offs[0031]: 0x00000857 0x00000c80:ix_lens[0031]: 0x0000002c +0x00000888:ix_offs[0032]: 0x00000883 0x00000c84:ix_lens[0032]: 0x00000046 +0x0000088c:ix_offs[0033]: 0x000008c9 0x00000c88:ix_lens[0033]: 0x00000064 +0x00000890:ix_offs[0034]: 0x0000092d 0x00000c8c:ix_lens[0034]: 0x00000045 +0x00000894:ix_offs[0035]: 0x00000972 0x00000c90:ix_lens[0035]: 0x0000003b +0x00000898:ix_offs[0036]: 0x000009ad 0x00000c94:ix_lens[0036]: 0x0000007a +0x0000089c:ix_offs[0037]: 0x00000a27 0x00000c98:ix_lens[0037]: 0x0000003b +0x000008a0:ix_offs[0038]: 0x00000a62 0x00000c9c:ix_lens[0038]: 0x00000059 +0x000008a4:ix_offs[0039]: 0x00000abb 0x00000ca0:ix_lens[0039]: 0x0000002c +0x000008a8:ix_offs[0040]: 0x00000ae7 0x00000ca4:ix_lens[0040]: 0x00000059 +0x000008ac:ix_offs[0041]: 0x00000b40 0x00000ca8:ix_lens[0041]: 0x0000007a +0x000008b0:ix_offs[0042]: 0x00000bba 0x00000cac:ix_lens[0042]: 0x0000003b +0x000008b4:ix_offs[0043]: 0x00000bf5 0x00000cb0:ix_lens[0043]: 0x0000002c +0x000008b8:ix_offs[0044]: 0x00000c21 0x00000cb4:ix_lens[0044]: 0x0000002c +0x000008bc:ix_offs[0045]: 0x00000c4d 0x00000cb8:ix_lens[0045]: 0x0000003b +0x000008c0:ix_offs[0046]: 0x00000c88 0x00000cbc:ix_lens[0046]: 0x0000005c +0x000008c4:ix_offs[0047]: 0x00000ce4 0x00000cc0:ix_lens[0047]: 0x0000003b +0x000008c8:ix_offs[0048]: 0x00000d1f 0x00000cc4:ix_lens[0048]: 0x0000004d +0x000008cc:ix_offs[0049]: 0x00000d6c 0x00000cc8:ix_lens[0049]: 0x0000003b +0x000008d0:ix_offs[0050]: 0x00000da7 0x00000ccc:ix_lens[0050]: 0x00000059 +0x000008d4:ix_offs[0051]: 0x00000e00 0x00000cd0:ix_lens[0051]: 0x0000003b +0x000008d8:ix_offs[0052]: 0x00000e3b 0x00000cd4:ix_lens[0052]: 0x00000059 +0x000008dc:ix_offs[0053]: 0x00000e94 0x00000cd8:ix_lens[0053]: 0x0000004a +0x000008e0:ix_offs[0054]: 0x00000ede 0x00000cdc:ix_lens[0054]: 0x0000003b +0x000008e4:ix_offs[0055]: 0x00000f19 0x00000ce0:ix_lens[0055]: 0x0000002c +0x000008e8:ix_offs[0056]: 0x00000f45 0x00000ce4:ix_lens[0056]: 0x0000002c +0x000008ec:ix_offs[0057]: 0x00000f71 0x00000ce8:ix_lens[0057]: 0x0000004e +0x000008f0:ix_offs[0058]: 0x00000fbf 0x00000cec:ix_lens[0058]: 0x0000002c +0x000008f4:ix_offs[0059]: 0x00000feb 0x00000cf0:ix_lens[0059]: 0x0000003f +0x000008f8:ix_offs[0060]: 0x0000102a 0x00000cf4:ix_lens[0060]: 0x0000003f +0x000008fc:ix_offs[0061]: 0x00001069 0x00000cf8:ix_lens[0061]: 0x0000003f +0x00000900:ix_offs[0062]: 0x000010a8 0x00000cfc:ix_lens[0062]: 0x0000003b +0x00000904:ix_offs[0063]: 0x000010e3 0x00000d00:ix_lens[0063]: 0x0000002c +0x00000908:ix_offs[0064]: 0x0000110f 0x00000d04:ix_lens[0064]: 0x0000002c +0x0000090c:ix_offs[0065]: 0x0000113b 0x00000d08:ix_lens[0065]: 0x0000003b +0x00000910:ix_offs[0066]: 0x00001176 0x00000d0c:ix_lens[0066]: 0x0000002c +0x00000914:ix_offs[0067]: 0x000011a2 0x00000d10:ix_lens[0067]: 0x0000003f +0x00000918:ix_offs[0068]: 0x000011e1 0x00000d14:ix_lens[0068]: 0x0000008a +0x0000091c:ix_offs[0069]: 0x0000126b 0x00000d18:ix_lens[0069]: 0x0000003f +0x00000920:ix_offs[0070]: 0x000012aa 0x00000d1c:ix_lens[0070]: 0x0000006c +0x00000924:ix_offs[0071]: 0x00001316 0x00000d20:ix_lens[0071]: 0x0000003f +0x00000928:ix_offs[0072]: 0x00001355 0x00000d24:ix_lens[0072]: 0x0000003f +0x0000092c:ix_offs[0073]: 0x00001394 0x00000d28:ix_lens[0073]: 0x0000002c +0x00000930:ix_offs[0074]: 0x000013c0 0x00000d2c:ix_lens[0074]: 0x0000003f +0x00000934:ix_offs[0075]: 0x000013ff 0x00000d30:ix_lens[0075]: 0x0000002c +0x00000938:ix_offs[0076]: 0x0000142b 0x00000d34:ix_lens[0076]: 0x0000003f +0x0000093c:ix_offs[0077]: 0x0000146a 0x00000d38:ix_lens[0077]: 0x0000003f +0x00000940:ix_offs[0078]: 0x000014a9 0x00000d3c:ix_lens[0078]: 0x0000003f +0x00000944:ix_offs[0079]: 0x000014e8 0x00000d40:ix_lens[0079]: 0x0000003f +0x00000948:ix_offs[0080]: 0x00001527 0x00000d44:ix_lens[0080]: 0x0000003f +0x0000094c:ix_offs[0081]: 0x00001566 0x00000d48:ix_lens[0081]: 0x0000004e +0x00000950:ix_offs[0082]: 0x000015b4 0x00000d4c:ix_lens[0082]: 0x0000003f +0x00000954:ix_offs[0083]: 0x000015f3 0x00000d50:ix_lens[0083]: 0x00000045 +0x00000958:ix_offs[0084]: 0x00001638 0x00000d54:ix_lens[0084]: 0x0000003f +0x0000095c:ix_offs[0085]: 0x00001677 0x00000d58:ix_lens[0085]: 0x0000003f +0x00000960:ix_offs[0086]: 0x000016b6 0x00000d5c:ix_lens[0086]: 0x0000008a +0x00000964:ix_offs[0087]: 0x00001740 0x00000d60:ix_lens[0087]: 0x0000006c +0x00000968:ix_offs[0088]: 0x000017ac 0x00000d64:ix_lens[0088]: 0x0000003f +0x0000096c:ix_offs[0089]: 0x000017eb 0x00000d68:ix_lens[0089]: 0x0000004e +0x00000970:ix_offs[0090]: 0x00001839 0x00000d6c:ix_lens[0090]: 0x0000004e +0x00000974:ix_offs[0091]: 0x00001887 0x00000d70:ix_lens[0091]: 0x0000004e +0x00000978:ix_offs[0092]: 0x000018d5 0x00000d74:ix_lens[0092]: 0x0000003f +0x0000097c:ix_offs[0093]: 0x00001914 0x00000d78:ix_lens[0093]: 0x0000008a +0x00000980:ix_offs[0094]: 0x0000199e 0x00000d7c:ix_lens[0094]: 0x0000002c +0x00000984:ix_offs[0095]: 0x000019ca 0x00000d80:ix_lens[0095]: 0x0000006c +0x00000988:ix_offs[0096]: 0x00001a36 0x00000d84:ix_lens[0096]: 0x0000004e +0x0000098c:ix_offs[0097]: 0x00001a84 0x00000d88:ix_lens[0097]: 0x0000003f +0x00000990:ix_offs[0098]: 0x00001ac3 0x00000d8c:ix_lens[0098]: 0x0000003f +0x00000994:ix_offs[0099]: 0x00001b02 0x00000d90:ix_lens[0099]: 0x0000007b +0x00000998:ix_offs[0100]: 0x00001b7d 0x00000d94:ix_lens[0100]: 0x0000008a +0x0000099c:ix_offs[0101]: 0x00001c07 0x00000d98:ix_lens[0101]: 0x0000004e +0x000009a0:ix_offs[0102]: 0x00001c55 0x00000d9c:ix_lens[0102]: 0x0000006c +0x000009a4:ix_offs[0103]: 0x00001cc1 0x00000da0:ix_lens[0103]: 0x0000006c +0x000009a8:ix_offs[0104]: 0x00001d2d 0x00000da4:ix_lens[0104]: 0x0000004e +0x000009ac:ix_offs[0105]: 0x00001d7b 0x00000da8:ix_lens[0105]: 0x0000005d +0x000009b0:ix_offs[0106]: 0x00001dd8 0x00000dac:ix_lens[0106]: 0x0000005d +0x000009b4:ix_offs[0107]: 0x00001e35 0x00000db0:ix_lens[0107]: 0x0000003f +0x000009b8:ix_offs[0108]: 0x00001e74 0x00000db4:ix_lens[0108]: 0x0000005d +0x000009bc:ix_offs[0109]: 0x00001ed1 0x00000db8:ix_lens[0109]: 0x0000003f +0x000009c0:ix_offs[0110]: 0x00001f10 0x00000dbc:ix_lens[0110]: 0x0000005d +0x000009c4:ix_offs[0111]: 0x00001f6d 0x00000dc0:ix_lens[0111]: 0x0000007b +0x000009c8:ix_offs[0112]: 0x00001fe8 0x00000dc4:ix_lens[0112]: 0x0000003f +0x000009cc:ix_offs[0113]: 0x00002027 0x00000dc8:ix_lens[0113]: 0x0000007b +0x000009d0:ix_offs[0114]: 0x000020a2 0x00000dcc:ix_lens[0114]: 0x0000002c +0x000009d4:ix_offs[0115]: 0x000020ce 0x00000dd0:ix_lens[0115]: 0x00000047 +0x000009d8:ix_offs[0116]: 0x00002115 0x00000dd4:ix_lens[0116]: 0x00000047 +0x000009dc:ix_offs[0117]: 0x0000215c 0x00000dd8:ix_lens[0117]: 0x0000003f +0x000009e0:ix_offs[0118]: 0x0000219b 0x00000ddc:ix_lens[0118]: 0x0000003f +0x000009e4:ix_offs[0119]: 0x000021da 0x00000de0:ix_lens[0119]: 0x0000003f +0x000009e8:ix_offs[0120]: 0x00002219 0x00000de4:ix_lens[0120]: 0x0000004e +0x000009ec:ix_offs[0121]: 0x00002267 0x00000de8:ix_lens[0121]: 0x0000003f +0x000009f0:ix_offs[0122]: 0x000022a6 0x00000dec:ix_lens[0122]: 0x00000030 +0x000009f4:ix_offs[0123]: 0x000022d6 0x00000df0:ix_lens[0123]: 0x0000003f +0x000009f8:ix_offs[0124]: 0x00002315 0x00000df4:ix_lens[0124]: 0x0000003f +0x000009fc:ix_offs[0125]: 0x00002354 0x00000df8:ix_lens[0125]: 0x0000003f +0x00000a00:ix_offs[0126]: 0x00002393 0x00000dfc:ix_lens[0126]: 0x00000047 +0x00000a04:ix_offs[0127]: 0x000023da 0x00000e00:ix_lens[0127]: 0x0000003f +0x00000a08:ix_offs[0128]: 0x00002419 0x00000e04:ix_lens[0128]: 0x0000003f +0x00000a0c:ix_offs[0129]: 0x00002458 0x00000e08:ix_lens[0129]: 0x0000003f +0x00000a10:ix_offs[0130]: 0x00002497 0x00000e0c:ix_lens[0130]: 0x0000002c +0x00000a14:ix_offs[0131]: 0x000024c3 0x00000e10:ix_lens[0131]: 0x0000003b +0x00000a18:ix_offs[0132]: 0x000024fe 0x00000e14:ix_lens[0132]: 0x0000002c +0x00000a1c:ix_offs[0133]: 0x0000252a 0x00000e18:ix_lens[0133]: 0x0000003b +0x00000a20:ix_offs[0134]: 0x00002565 0x00000e1c:ix_lens[0134]: 0x0000003b +0x00000a24:ix_offs[0135]: 0x000025a0 0x00000e20:ix_lens[0135]: 0x0000003b +0x00000a28:ix_offs[0136]: 0x000025db 0x00000e24:ix_lens[0136]: 0x0000002c +0x00000a2c:ix_offs[0137]: 0x00002607 0x00000e28:ix_lens[0137]: 0x0000002c +0x00000a30:ix_offs[0138]: 0x00002633 0x00000e2c:ix_lens[0138]: 0x0000003b +0x00000a34:ix_offs[0139]: 0x0000266e 0x00000e30:ix_lens[0139]: 0x0000002c +0x00000a38:ix_offs[0140]: 0x0000269a 0x00000e34:ix_lens[0140]: 0x0000002c +0x00000a3c:ix_offs[0141]: 0x000026c6 0x00000e38:ix_lens[0141]: 0x0000002c +0x00000a40:ix_offs[0142]: 0x000026f2 0x00000e3c:ix_lens[0142]: 0x0000002c +0x00000a44:ix_offs[0143]: 0x0000271e 0x00000e40:ix_lens[0143]: 0x0000003b +0x00000a48:ix_offs[0144]: 0x00002759 0x00000e44:ix_lens[0144]: 0x0000002c +0x00000a4c:ix_offs[0145]: 0x00002785 0x00000e48:ix_lens[0145]: 0x0000003b +0x00000a50:ix_offs[0146]: 0x000027c0 0x00000e4c:ix_lens[0146]: 0x00000043 +0x00000a54:ix_offs[0147]: 0x00002803 0x00000e50:ix_lens[0147]: 0x00000034 +0x00000a58:ix_offs[0148]: 0x00002837 0x00000e54:ix_lens[0148]: 0x0000002c +0x00000a5c:ix_offs[0149]: 0x00002863 0x00000e58:ix_lens[0149]: 0x0000003b +0x00000a60:ix_offs[0150]: 0x0000289e 0x00000e5c:ix_lens[0150]: 0x0000003b +0x00000a64:ix_offs[0151]: 0x000028d9 0x00000e60:ix_lens[0151]: 0x00000077 +0x00000a68:ix_offs[0152]: 0x00002950 0x00000e64:ix_lens[0152]: 0x0000002c +0x00000a6c:ix_offs[0153]: 0x0000297c 0x00000e68:ix_lens[0153]: 0x0000002c +0x00000a70:ix_offs[0154]: 0x000029a8 0x00000e6c:ix_lens[0154]: 0x000000b0 +0x00000a74:ix_offs[0155]: 0x00002a58 0x00000e70:ix_lens[0155]: 0x000000a1 +0x00000a78:ix_offs[0156]: 0x00002af9 0x00000e74:ix_lens[0156]: 0x0000006d +0x00000a7c:ix_offs[0157]: 0x00002b66 0x00000e78:ix_lens[0157]: 0x000000a0 +0x00000a80:ix_offs[0158]: 0x00002c06 0x00000e7c:ix_lens[0158]: 0x00000090 +0x00000a84:ix_offs[0159]: 0x00002c96 0x00000e80:ix_lens[0159]: 0x000000cc +0x00000a88:ix_offs[0160]: 0x00002d62 0x00000e84:ix_lens[0160]: 0x000000a5 +0x00000a8c:ix_offs[0161]: 0x00002e07 0x00000e88:ix_lens[0161]: 0x0000008a +0x00000a90:ix_offs[0162]: 0x00002e91 0x00000e8c:ix_lens[0162]: 0x00000085 +0x00000a94:ix_offs[0163]: 0x00002f16 0x00000e90:ix_lens[0163]: 0x0000004b +0x00000a98:ix_offs[0164]: 0x00002f61 0x00000e94:ix_lens[0164]: 0x0000007c + +0x00000a9c-0x00000c03:ix_offs[0165-0254] default value 0x00000000 +0x00000e98-0x00000fff:ix_lens[0165-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F1269 offs: 0x00000000 lens: 0x0000006c +0x00001000-0x0000106b: +>>0 @F1269@ FAM +1 HUSB @I2458@ +1 WIFE @I2459@ +1 MARR +2 DATE 1003 +1 CHIL @I2460@ +1 CHIL @I2457@ +1 CHIL @I2533@ +<< +[0001] FAM rkey: F1270 offs: 0x0000006c lens: 0x0000003b +0x0000106c-0x000010a6: +>>0 @F1270@ FAM +1 HUSB @I2457@ +1 WIFE @I2536@ +1 CHIL @I2534@ +<< +[0002] FAM rkey: F1271 offs: 0x000000a7 lens: 0x0000002c +0x000010a7-0x000010d2: +>>0 @F1271@ FAM +1 HUSB @I2463@ +1 CHIL @I2458@ +<< +[0003] FAM rkey: F1272 offs: 0x000000d3 lens: 0x0000002c +0x000010d3-0x000010fe: +>>0 @F1272@ FAM +1 HUSB @I2458@ +1 WIFE @I2461@ +<< +[0004] FAM rkey: F1273 offs: 0x000000ff lens: 0x00000046 +0x000010ff-0x00001144: +>>0 @F1273@ FAM +1 HUSB @I2458@ +1 WIFE @I2462@ +1 DIV Y +1 MARR +2 DATE 996 +<< +[0005] FAM rkey: F1274 offs: 0x00000145 lens: 0x0000003f +0x00001145-0x00001183: +>>0 @F1274@ FAM +1 HUSB @I2464@ +1 WIFE @I2619@ +1 MARR +2 DATE 1305 +<< +[0006] FAM rkey: F1275 offs: 0x00000184 lens: 0x00000052 +0x00001184-0x000011d5: +>>0 @F1275@ FAM +1 HUSB @I2464@ +1 WIFE @I2487@ +1 MARR +2 DATE AUG 1315 +1 CHIL @I2466@ +<< +[0007] FAM rkey: F1276 offs: 0x000001d6 lens: 0x0000003f +0x000011d6-0x00001214: +>>0 @F1276@ FAM +1 HUSB @I2465@ +1 WIFE @I2490@ +1 MARR +2 DATE 1307 +<< +[0008] FAM rkey: F1277 offs: 0x00000215 lens: 0x0000002c +0x00001215-0x00001240: +>>0 @F1277@ FAM +1 HUSB @I2468@ +1 CHIL @I2467@ +<< +[0009] FAM rkey: F1278 offs: 0x00000241 lens: 0x0000002c +0x00001241-0x0000126c: +>>0 @F1278@ FAM +1 HUSB @I2483@ +1 CHIL @I2482@ +<< +[0010] FAM rkey: F1279 offs: 0x0000026d lens: 0x0000002c +0x0000126d-0x00001298: +>>0 @F1279@ FAM +1 HUSB @I2488@ +1 CHIL @I2487@ +<< +[0011] FAM rkey: F1280 offs: 0x00000299 lens: 0x0000002c +0x00001299-0x000012c4: +>>0 @F1280@ FAM +1 HUSB @I2489@ +1 CHIL @I2488@ +<< +[0012] FAM rkey: F1281 offs: 0x000002c5 lens: 0x0000003b +0x000012c5-0x000012ff: +>>0 @F1281@ FAM +1 HUSB @I2495@ +1 CHIL @I2494@ +1 CHIL @I2520@ +<< +[0013] FAM rkey: F1282 offs: 0x00000300 lens: 0x00000052 +0x00001300-0x00001351: +>>0 @F1282@ FAM +1 HUSB @I2494@ +1 WIFE @I2496@ +1 MARR +2 DATE JUL 1313 +1 CHIL @I2498@ +<< +[0014] FAM rkey: F1283 offs: 0x00000352 lens: 0x0000003f +0x00001352-0x00001390: +>>0 @F1283@ FAM +1 HUSB @I2494@ +1 WIFE @I2497@ +1 MARR +2 DATE 1349 +<< +[0015] FAM rkey: F1284 offs: 0x00000391 lens: 0x00000064 +0x00001391-0x000013f4: +>>0 @F1284@ FAM +1 HUSB @I2498@ +1 WIFE @I2519@ +1 MARR +2 DATE 28 JUL 1332 +1 CHIL @I2499@ +1 CHIL @I2518@ +<< +[0016] FAM rkey: F1285 offs: 0x000003f5 lens: 0x00000046 +0x000013f5-0x0000143a: +>>0 @F1285@ FAM +1 HUSB @I2498@ +1 WIFE @I2620@ +1 MARR +2 DATE 19 FEB 1350 +<< +[0017] FAM rkey: F1286 offs: 0x0000043b lens: 0x0000002c +0x0000143b-0x00001466: +>>0 @F1286@ FAM +1 HUSB @I2507@ +1 WIFE @I2921@ +<< +[0018] FAM rkey: F1287 offs: 0x00000467 lens: 0x0000003b +0x00001467-0x000014a1: +>>0 @F1287@ FAM +1 HUSB @I2513@ +1 WIFE @I2514@ +1 CHIL @I2511@ +<< +[0019] FAM rkey: F1288 offs: 0x000004a2 lens: 0x0000002c +0x000014a2-0x000014cd: +>>0 @F1288@ FAM +1 HUSB @I2515@ +1 CHIL @I2513@ +<< +[0020] FAM rkey: F1289 offs: 0x000004ce lens: 0x0000002c +0x000014ce-0x000014f9: +>>0 @F1289@ FAM +1 HUSB @I2516@ +1 CHIL @I2515@ +<< +[0021] FAM rkey: F1290 offs: 0x000004fa lens: 0x0000004a +0x000014fa-0x00001543: +>>0 @F1290@ FAM +1 HUSB @I2517@ +1 WIFE @I2919@ +1 CHIL @I2516@ +1 CHIL @I2921@ +<< +[0022] FAM rkey: F1291 offs: 0x00000544 lens: 0x0000002c +0x00001544-0x0000156f: +>>0 @F1291@ FAM +1 HUSB @I2521@ +1 WIFE @I2520@ +<< +[0023] FAM rkey: F1292 offs: 0x00000570 lens: 0x00000055 +0x00001570-0x000015c4: +>>0 @F1292@ FAM +1 HUSB @I2522@ +1 WIFE @I2615@ +1 MARR +2 DATE 26 NOV 1570 +1 CHIL @I2616@ +<< +[0024] FAM rkey: F1293 offs: 0x000005c5 lens: 0x00000046 +0x000015c5-0x0000160a: +>>0 @F1293@ FAM +1 HUSB @I2523@ +1 WIFE @I2617@ +1 MARR +2 DATE 15 FEB 1575 +<< +[0025] FAM rkey: F1294 offs: 0x0000060b lens: 0x0000002c +0x0000160b-0x00001636: +>>0 @F1294@ FAM +1 HUSB @I2525@ +1 CHIL @I2524@ +<< +[0026] FAM rkey: F1295 offs: 0x00000637 lens: 0x00000073 +0x00001637-0x000016a9: +>>0 @F1295@ FAM +1 HUSB @I2713@ +1 WIFE @I2526@ +1 MARR +2 DATE 30 JUN 1964 +1 CHIL @I2714@ +1 CHIL @I2715@ +1 CHIL @I2716@ +<< +[0027] FAM rkey: F1296 offs: 0x000006aa lens: 0x00000073 +0x000016aa-0x0000171c: +>>0 @F1296@ FAM +1 HUSB @I2717@ +1 WIFE @I2527@ +1 MARR +2 DATE 25 MAY 1961 +1 CHIL @I2718@ +1 CHIL @I2719@ +1 CHIL @I2720@ +<< +[0028] FAM rkey: F1297 offs: 0x0000071d lens: 0x00000072 +0x0000171d-0x0000178e: +>>0 @F1297@ FAM +1 HUSB @I2721@ +1 WIFE @I2528@ +1 MARR +2 DATE 5 JUN 1964 +1 CHIL @I2722@ +1 CHIL @I2723@ +1 CHIL @I2724@ +<< +[0029] FAM rkey: F1298 offs: 0x0000078f lens: 0x00000073 +0x0000178f-0x00001801: +>>0 @F1298@ FAM +1 HUSB @I2725@ +1 WIFE @I2529@ +1 MARR +2 DATE 15 JUN 1974 +1 CHIL @I2726@ +1 CHIL @I2727@ +1 CHIL @I2728@ +<< +[0030] FAM rkey: F1299 offs: 0x00000802 lens: 0x00000055 +0x00001802-0x00001856: +>>0 @F1299@ FAM +1 HUSB @I2537@ +1 WIFE @I2538@ +1 MARR +2 DATE 18 DEC 1422 +1 CHIL @I2540@ +<< +[0031] FAM rkey: F1300 offs: 0x00000857 lens: 0x0000002c +0x00001857-0x00001882: +>>0 @F1300@ FAM +1 WIFE @I2539@ +1 CHIL @I2538@ +<< +[0032] FAM rkey: F1301 offs: 0x00000883 lens: 0x00000046 +0x00001883-0x000018c8: +>>0 @F1301@ FAM +1 HUSB @I2540@ +1 WIFE @I2541@ +1 MARR +2 DATE 24 JUN 1436 +<< +[0033] FAM rkey: F1302 offs: 0x000008c9 lens: 0x00000064 +0x000018c9-0x0000192c: +>>0 @F1302@ FAM +1 HUSB @I2540@ +1 WIFE @I2542@ +1 MARR +2 DATE 14 FEB 1457 +1 CHIL @I2544@ +1 CHIL @I2543@ +<< +[0034] FAM rkey: F1303 offs: 0x0000092d lens: 0x00000045 +0x0000192d-0x00001971: +>>0 @F1303@ FAM +1 HUSB @I2543@ +1 WIFE @I2545@ +1 MARR +2 DATE 6 DEC 1491 +<< +[0035] FAM rkey: F1304 offs: 0x00000972 lens: 0x0000003b +0x00001972-0x000019ac: +>>0 @F1304@ FAM +1 HUSB @I2552@ +1 WIFE @I2557@ +1 CHIL @I2565@ +<< +[0036] FAM rkey: F1305 offs: 0x000009ad lens: 0x0000007a +0x000019ad-0x00001a26: +>>0 @F1305@ FAM +1 HUSB @I2553@ +1 WIFE @I2558@ +1 MARR +2 DATE 798 +1 CHIL @I2560@ +1 CHIL @I2561@ +1 CHIL @I2562@ +1 CHIL @I2563@ +<< +[0037] FAM rkey: F1306 offs: 0x00000a27 lens: 0x0000003b +0x00001a27-0x00001a61: +>>0 @F1306@ FAM +1 HUSB @I2553@ +1 WIFE @I2559@ +1 CHIL @I2564@ +<< +[0038] FAM rkey: F1307 offs: 0x00000a62 lens: 0x00000059 +0x00001a62-0x00001aba: +>>0 @F1307@ FAM +1 HUSB @I2560@ +1 WIFE @I2566@ +1 CHIL @I2567@ +1 CHIL @I2568@ +1 CHIL @I2569@ +<< +[0039] FAM rkey: F1308 offs: 0x00000abb lens: 0x0000002c +0x00001abb-0x00001ae6: +>>0 @F1308@ FAM +1 HUSB @I2561@ +1 CHIL @I2570@ +<< +[0040] FAM rkey: F1309 offs: 0x00000ae7 lens: 0x00000059 +0x00001ae7-0x00001b3f: +>>0 @F1309@ FAM +1 HUSB @I2563@ +1 WIFE @I2571@ +1 CHIL @I2572@ +1 CHIL @I2573@ +1 CHIL @I2574@ +<< +[0041] FAM rkey: F1310 offs: 0x00000b40 lens: 0x0000007a +0x00001b40-0x00001bb9: +>>0 @F1310@ FAM +1 HUSB @I2564@ +1 WIFE @I2575@ +1 MARR +2 DATE 842 +1 CHIL @I2576@ +1 CHIL @I2577@ +1 CHIL @I2578@ +1 CHIL @I2579@ +<< +[0042] FAM rkey: F1311 offs: 0x00000bba lens: 0x0000003b +0x00001bba-0x00001bf4: +>>0 @F1311@ FAM +1 HUSB @I2567@ +1 WIFE @I2586@ +1 CHIL @I2587@ +<< +[0043] FAM rkey: F1312 offs: 0x00000bf5 lens: 0x0000002c +0x00001bf5-0x00001c20: +>>0 @F1312@ FAM +1 HUSB @I2568@ +1 WIFE @I2590@ +<< +[0044] FAM rkey: F1313 offs: 0x00000c21 lens: 0x0000002c +0x00001c21-0x00001c4c: +>>0 @F1313@ FAM +1 HUSB @I2568@ +1 WIFE @I2591@ +<< +[0045] FAM rkey: F1314 offs: 0x00000c4d lens: 0x0000003b +0x00001c4d-0x00001c87: +>>0 @F1314@ FAM +1 HUSB @I2572@ +1 WIFE @I2592@ +1 CHIL @I2593@ +<< +[0046] FAM rkey: F1315 offs: 0x00000c88 lens: 0x0000005c +0x00001c88-0x00001ce3: +>>0 @F1315@ FAM +1 HUSB @I2576@ +1 WIFE @I2580@ +1 MARR +2 DATE 862 +1 CHIL @I2581@ +1 CHIL @I2582@ +<< +[0047] FAM rkey: F1316 offs: 0x00000ce4 lens: 0x0000003b +0x00001ce4-0x00001d1e: +>>0 @F1316@ FAM +1 HUSB @I2576@ +1 WIFE @I2583@ +1 CHIL @I2584@ +<< +[0048] FAM rkey: F1317 offs: 0x00000d1f lens: 0x0000004d +0x00001d1f-0x00001d6b: +>>0 @F1317@ FAM +1 HUSB @I2584@ +1 WIFE @I2585@ +1 MARR +2 DATE 917 +1 CHIL @I2604@ +<< +[0049] FAM rkey: F1318 offs: 0x00000d6c lens: 0x0000003b +0x00001d6c-0x00001da6: +>>0 @F1318@ FAM +1 HUSB @I2588@ +1 WIFE @I2587@ +1 CHIL @I2589@ +<< +[0050] FAM rkey: F1319 offs: 0x00000da7 lens: 0x00000059 +0x00001da7-0x00001dff: +>>0 @F1319@ FAM +1 HUSB @I2593@ +1 WIFE @I2594@ +1 CHIL @I2595@ +1 CHIL @I2596@ +1 CHIL @I2597@ +<< +[0051] FAM rkey: F1320 offs: 0x00000e00 lens: 0x0000003b +0x00001e00-0x00001e3a: +>>0 @F1320@ FAM +1 HUSB @I2598@ +1 WIFE @I2597@ +1 CHIL @I2599@ +<< +[0052] FAM rkey: F1321 offs: 0x00000e3b lens: 0x00000059 +0x00001e3b-0x00001e93: +>>0 @F1321@ FAM +1 HUSB @I2599@ +1 WIFE @I2600@ +1 CHIL @I2601@ +1 CHIL @I2602@ +1 CHIL @I2603@ +<< +[0053] FAM rkey: F1322 offs: 0x00000e94 lens: 0x0000004a +0x00001e94-0x00001edd: +>>0 @F1322@ FAM +1 HUSB @I2604@ +1 WIFE @I2603@ +1 CHIL @I2605@ +1 CHIL @I2606@ +<< +[0054] FAM rkey: F1323 offs: 0x00000ede lens: 0x0000003b +0x00001ede-0x00001f18: +>>0 @F1323@ FAM +1 HUSB @I2605@ +1 CHIL @I2607@ +1 CHIL @I2608@ +<< +[0055] FAM rkey: F1324 offs: 0x00000f19 lens: 0x0000002c +0x00001f19-0x00001f44: +>>0 @F1324@ FAM +1 HUSB @I2613@ +1 CHIL @I2609@ +<< +[0056] FAM rkey: F1325 offs: 0x00000f45 lens: 0x0000002c +0x00001f45-0x00001f70: +>>0 @F1325@ FAM +1 HUSB @I2611@ +1 WIFE @I2612@ +<< +[0057] FAM rkey: F1326 offs: 0x00000f71 lens: 0x0000004e +0x00001f71-0x00001fbe: +>>0 @F1326@ FAM +1 HUSB @I2895@ +1 WIFE @I2896@ +1 MARR +2 DATE 1754 +1 CHIL @I2614@ +<< +[0058] FAM rkey: F1327 offs: 0x00000fbf lens: 0x0000002c +0x00001fbf-0x00001fea: +>>0 @F1327@ FAM +1 HUSB @I2626@ +1 CHIL @I2625@ +<< +[0059] FAM rkey: F1328 offs: 0x00000feb lens: 0x0000003f +0x00001feb-0x00002029: +>>0 @F1328@ FAM +1 HUSB @I2636@ +1 WIFE @I2634@ +1 MARR +2 DATE 1901 +<< +[0060] FAM rkey: F1329 offs: 0x0000102a lens: 0x0000003f +0x0000202a-0x00002068: +>>0 @F1329@ FAM +1 HUSB @I2648@ +1 WIFE @I2635@ +1 MARR +2 DATE 1906 +<< +[0061] FAM rkey: F1330 offs: 0x00001069 lens: 0x0000003f +0x00002069-0x000020a7: +>>0 @F1330@ FAM +1 HUSB @I2644@ +1 WIFE @I2642@ +1 MARR +2 DATE 1940 +<< +[0062] FAM rkey: F1331 offs: 0x000010a8 lens: 0x0000003b +0x000020a8-0x000020e2: +>>0 @F1331@ FAM +1 HUSB @I2649@ +1 WIFE @I2650@ +1 CHIL @I2648@ +<< +[0063] FAM rkey: F1332 offs: 0x000010e3 lens: 0x0000002c +0x000020e3-0x0000210e: +>>0 @F1332@ FAM +1 HUSB @I2924@ +1 CHIL @I2659@ +<< +[0064] FAM rkey: F1333 offs: 0x0000110f lens: 0x0000002c +0x0000210f-0x0000213a: +>>0 @F1333@ FAM +1 HUSB @I2922@ +1 CHIL @I2661@ +<< +[0065] FAM rkey: F1334 offs: 0x0000113b lens: 0x0000003b +0x0000213b-0x00002175: +>>0 @F1334@ FAM +1 HUSB @I2663@ +1 WIFE @I2664@ +1 CHIL @I2662@ +<< +[0066] FAM rkey: F1335 offs: 0x00001176 lens: 0x0000002c +0x00002176-0x000021a1: +>>0 @F1335@ FAM +1 HUSB @I2923@ +1 CHIL @I2664@ +<< +[0067] FAM rkey: F1336 offs: 0x000011a2 lens: 0x0000003f +0x000021a2-0x000021e0: +>>0 @F1336@ FAM +1 HUSB @I2665@ +1 WIFE @I2667@ +1 MARR +2 DATE 1856 +<< +[0068] FAM rkey: F1337 offs: 0x000011e1 lens: 0x0000008a +0x000021e1-0x0000226a: +>>0 @F1337@ FAM +1 HUSB @I2666@ +1 WIFE @I2668@ +1 MARR +2 DATE 1857 +1 CHIL @I2669@ +1 CHIL @I2670@ +1 CHIL @I2674@ +1 CHIL @I2675@ +1 CHIL @I2672@ +<< +[0069] FAM rkey: F1338 offs: 0x0000126b lens: 0x0000003f +0x0000226b-0x000022a9: +>>0 @F1338@ FAM +1 HUSB @I2670@ +1 WIFE @I2676@ +1 MARR +2 DATE 1891 +<< +[0070] FAM rkey: F1339 offs: 0x000012aa lens: 0x0000006c +0x000022aa-0x00002315: +>>0 @F1339@ FAM +1 HUSB @I2671@ +1 WIFE @I2679@ +1 MARR +2 DATE 1884 +1 CHIL @I2684@ +1 CHIL @I2685@ +1 CHIL @I2686@ +<< +[0071] FAM rkey: F1340 offs: 0x00001316 lens: 0x0000003f +0x00002316-0x00002354: +>>0 @F1340@ FAM +1 HUSB @I2674@ +1 WIFE @I2673@ +1 MARR +2 DATE 1900 +<< +[0072] FAM rkey: F1341 offs: 0x00001355 lens: 0x0000003f +0x00002355-0x00002393: +>>0 @F1341@ FAM +1 HUSB @I2847@ +1 WIFE @I2673@ +1 MARR +2 DATE 1922 +<< +[0073] FAM rkey: F1342 offs: 0x00001394 lens: 0x0000002c +0x00002394-0x000023bf: +>>0 @F1342@ FAM +1 HUSB @I2680@ +1 CHIL @I2679@ +<< +[0074] FAM rkey: F1343 offs: 0x000013c0 lens: 0x0000003f +0x000023c0-0x000023fe: +>>0 @F1343@ FAM +1 HUSB @I2684@ +1 WIFE @I2687@ +1 MARR +2 DATE 1911 +<< +[0075] FAM rkey: F1344 offs: 0x000013ff lens: 0x0000002c +0x000023ff-0x0000242a: +>>0 @F1344@ FAM +1 HUSB @I2688@ +1 CHIL @I2687@ +<< +[0076] FAM rkey: F1345 offs: 0x0000142b lens: 0x0000003f +0x0000242b-0x00002469: +>>0 @F1345@ FAM +1 HUSB @I2693@ +1 WIFE @I2841@ +1 MARR +2 DATE 1939 +<< +[0077] FAM rkey: F1346 offs: 0x0000146a lens: 0x0000003f +0x0000246a-0x000024a8: +>>0 @F1346@ FAM +1 HUSB @I2698@ +1 WIFE @I2697@ +1 MARR +2 DATE 1896 +<< +[0078] FAM rkey: F1347 offs: 0x000014a9 lens: 0x0000003f +0x000024a9-0x000024e7: +>>0 @F1347@ FAM +1 HUSB @I2702@ +1 WIFE @I2703@ +1 MARR +2 DATE 1948 +<< +[0079] FAM rkey: F1348 offs: 0x000014e8 lens: 0x0000003f +0x000024e8-0x00002526: +>>0 @F1348@ FAM +1 HUSB @I2706@ +1 WIFE @I2709@ +1 MARR +2 DATE 1969 +<< +[0080] FAM rkey: F1349 offs: 0x00001527 lens: 0x0000003f +0x00002527-0x00002565: +>>0 @F1349@ FAM +1 HUSB @I2707@ +1 WIFE @I2710@ +1 MARR +2 DATE 1973 +<< +[0081] FAM rkey: F1350 offs: 0x00001566 lens: 0x0000004e +0x00002566-0x000025b3: +>>0 @F1350@ FAM +1 HUSB @I2738@ +1 WIFE @I2831@ +1 MARR +2 DATE 1937 +1 CHIL @I2832@ +<< +[0082] FAM rkey: F1351 offs: 0x000015b4 lens: 0x0000003f +0x000025b4-0x000025f2: +>>0 @F1351@ FAM +1 HUSB @I2738@ +1 WIFE @I2838@ +1 MARR +2 DATE 1954 +<< +[0083] FAM rkey: F1352 offs: 0x000015f3 lens: 0x00000045 +0x000025f3-0x00002637: +>>0 @F1352@ FAM +1 HUSB @I2738@ +1 WIFE @I2739@ +1 MARR +2 DATE 8 JUN 1978 +<< +[0084] FAM rkey: F1353 offs: 0x00001638 lens: 0x0000003f +0x00002638-0x00002676: +>>0 @F1353@ FAM +1 HUSB @I2740@ +1 WIFE @I2741@ +1 MARR +2 DATE 1976 +<< +[0085] FAM rkey: F1354 offs: 0x00001677 lens: 0x0000003f +0x00002677-0x000026b5: +>>0 @F1354@ FAM +1 HUSB @I2744@ +1 WIFE @I2742@ +1 MARR +2 DATE 1975 +<< +[0086] FAM rkey: F1355 offs: 0x000016b6 lens: 0x0000008a +0x000026b6-0x0000273f: +>>0 @F1355@ FAM +1 HUSB @I2749@ +1 WIFE @I2745@ +1 MARR +2 DATE 1955 +1 CHIL @I2750@ +1 CHIL @I2751@ +1 CHIL @I2752@ +1 CHIL @I2753@ +1 CHIL @I2754@ +<< +[0087] FAM rkey: F1356 offs: 0x00001740 lens: 0x0000006c +0x00002740-0x000027ab: +>>0 @F1356@ FAM +1 HUSB @I2755@ +1 WIFE @I2746@ +1 MARR +2 DATE 1956 +1 CHIL @I2756@ +1 CHIL @I2757@ +1 CHIL @I2758@ +<< +[0088] FAM rkey: F1357 offs: 0x000017ac lens: 0x0000003f +0x000027ac-0x000027ea: +>>0 @F1357@ FAM +1 HUSB @I2747@ +1 WIFE @I2759@ +1 MARR +2 DATE 1965 +<< +[0089] FAM rkey: F1358 offs: 0x000017eb lens: 0x0000004e +0x000027eb-0x00002838: +>>0 @F1358@ FAM +1 HUSB @I2747@ +1 WIFE @I2760@ +1 MARR +2 DATE 1967 +1 CHIL @I2761@ +<< +[0090] FAM rkey: F1359 offs: 0x00001839 lens: 0x0000004e +0x00002839-0x00002886: +>>0 @F1359@ FAM +1 HUSB @I2747@ +1 WIFE @I2762@ +1 MARR +2 DATE 1972 +1 CHIL @I2763@ +<< +[0091] FAM rkey: F1360 offs: 0x00001887 lens: 0x0000004e +0x00002887-0x000028d4: +>>0 @F1360@ FAM +1 HUSB @I2747@ +1 WIFE @I2764@ +1 MARR +2 DATE 1975 +1 CHIL @I2765@ +<< +[0092] FAM rkey: F1361 offs: 0x000018d5 lens: 0x0000003f +0x000028d5-0x00002913: +>>0 @F1361@ FAM +1 HUSB @I2766@ +1 WIFE @I2748@ +1 MARR +2 DATE 1967 +<< +[0093] FAM rkey: F1362 offs: 0x00001914 lens: 0x0000008a +0x00002914-0x0000299d: +>>0 @F1362@ FAM +1 HUSB @I2770@ +1 WIFE @I2772@ +1 MARR +2 DATE 1888 +1 CHIL @I2773@ +1 CHIL @I2774@ +1 CHIL @I2775@ +1 CHIL @I2776@ +1 CHIL @I2777@ +<< +[0094] FAM rkey: F1363 offs: 0x0000199e lens: 0x0000002c +0x0000299e-0x000029c9: +>>0 @F1363@ FAM +1 HUSB @I2778@ +1 CHIL @I2772@ +<< +[0095] FAM rkey: F1364 offs: 0x000019ca lens: 0x0000006c +0x000029ca-0x00002a35: +>>0 @F1364@ FAM +1 HUSB @I2774@ +1 WIFE @I2779@ +1 MARR +2 DATE 1915 +1 CHIL @I2780@ +1 CHIL @I2781@ +1 CHIL @I2782@ +<< +[0096] FAM rkey: F1365 offs: 0x00001a36 lens: 0x0000004e +0x00002a36-0x00002a83: +>>0 @F1365@ FAM +1 HUSB @I2774@ +1 WIFE @I2812@ +1 MARR +2 DATE 1937 +1 CHIL @I2813@ +<< +[0097] FAM rkey: F1366 offs: 0x00001a84 lens: 0x0000003f +0x00002a84-0x00002ac2: +>>0 @F1366@ FAM +1 HUSB @I2817@ +1 WIFE @I2775@ +1 MARR +2 DATE 1918 +<< +[0098] FAM rkey: F1367 offs: 0x00001ac3 lens: 0x0000003f +0x00002ac3-0x00002b01: +>>0 @F1367@ FAM +1 HUSB @I2818@ +1 WIFE @I2776@ +1 MARR +2 DATE 1929 +<< +[0099] FAM rkey: F1368 offs: 0x00001b02 lens: 0x0000007b +0x00002b02-0x00002b7c: +>>0 @F1368@ FAM +1 HUSB @I2777@ +1 WIFE @I2819@ +1 MARR +2 DATE 1928 +1 CHIL @I2820@ +1 CHIL @I2821@ +1 CHIL @I2822@ +1 CHIL @I2823@ +<< +[0100] FAM rkey: F1369 offs: 0x00001b7d lens: 0x0000008a +0x00002b7d-0x00002c06: +>>0 @F1369@ FAM +1 HUSB @I2783@ +1 WIFE @I2780@ +1 MARR +2 DATE 1936 +1 CHIL @I2784@ +1 CHIL @I2785@ +1 CHIL @I2786@ +1 CHIL @I2787@ +1 CHIL @I2788@ +<< +[0101] FAM rkey: F1370 offs: 0x00001c07 lens: 0x0000004e +0x00002c07-0x00002c54: +>>0 @F1370@ FAM +1 HUSB @I2781@ +1 WIFE @I2798@ +1 MARR +2 DATE 1944 +1 CHIL @I2799@ +<< +[0102] FAM rkey: F1371 offs: 0x00001c55 lens: 0x0000006c +0x00002c55-0x00002cc0: +>>0 @F1371@ FAM +1 HUSB @I2781@ +1 WIFE @I2803@ +1 MARR +2 DATE 1950 +1 CHIL @I2804@ +1 CHIL @I2806@ +1 CHIL @I2807@ +<< +[0103] FAM rkey: F1372 offs: 0x00001cc1 lens: 0x0000006c +0x00002cc1-0x00002d2c: +>>0 @F1372@ FAM +1 HUSB @I2808@ +1 WIFE @I2782@ +1 MARR +2 DATE 1948 +1 CHIL @I2809@ +1 CHIL @I2810@ +1 CHIL @I2811@ +<< +[0104] FAM rkey: F1373 offs: 0x00001d2d lens: 0x0000004e +0x00002d2d-0x00002d7a: +>>0 @F1373@ FAM +1 HUSB @I2789@ +1 WIFE @I2784@ +1 MARR +2 DATE 1958 +1 CHIL @I2790@ +<< +[0105] FAM rkey: F1374 offs: 0x00001d7b lens: 0x0000005d +0x00002d7b-0x00002dd7: +>>0 @F1374@ FAM +1 HUSB @I2791@ +1 WIFE @I2785@ +1 MARR +2 DATE 1961 +1 CHIL @I2792@ +1 CHIL @I2793@ +<< +[0106] FAM rkey: F1375 offs: 0x00001dd8 lens: 0x0000005d +0x00002dd8-0x00002e34: +>>0 @F1375@ FAM +1 HUSB @I2794@ +1 WIFE @I2786@ +1 MARR +2 DATE 1970 +1 CHIL @I2795@ +1 CHIL @I2796@ +<< +[0107] FAM rkey: F1376 offs: 0x00001e35 lens: 0x0000003f +0x00002e35-0x00002e73: +>>0 @F1376@ FAM +1 HUSB @I2797@ +1 WIFE @I2787@ +1 MARR +2 DATE 1976 +<< +[0108] FAM rkey: F1377 offs: 0x00001e74 lens: 0x0000005d +0x00002e74-0x00002ed0: +>>0 @F1377@ FAM +1 HUSB @I2800@ +1 WIFE @I2799@ +1 MARR +2 DATE 1970 +1 CHIL @I2801@ +1 CHIL @I2802@ +<< +[0109] FAM rkey: F1378 offs: 0x00001ed1 lens: 0x0000003f +0x00002ed1-0x00002f0f: +>>0 @F1378@ FAM +1 HUSB @I2805@ +1 WIFE @I2804@ +1 MARR +2 DATE 1977 +<< +[0110] FAM rkey: F1379 offs: 0x00001f10 lens: 0x0000005d +0x00002f10-0x00002f6c: +>>0 @F1379@ FAM +1 HUSB @I2813@ +1 WIFE @I2814@ +1 MARR +2 DATE 1969 +1 CHIL @I2815@ +1 CHIL @I2816@ +<< +[0111] FAM rkey: F1380 offs: 0x00001f6d lens: 0x0000007b +0x00002f6d-0x00002fe7: +>>0 @F1380@ FAM +1 HUSB @I2821@ +1 WIFE @I2824@ +1 MARR +2 DATE 1955 +1 CHIL @I2825@ +1 CHIL @I2826@ +1 CHIL @I2827@ +1 CHIL @I2828@ +<< +[0112] FAM rkey: F1381 offs: 0x00001fe8 lens: 0x0000003f +0x00002fe8-0x00003026: +>>0 @F1381@ FAM +1 HUSB @I2830@ +1 WIFE @I2829@ +1 MARR +2 DATE 1919 +<< +[0113] FAM rkey: F1382 offs: 0x00002027 lens: 0x0000007b +0x00003027-0x000030a1: +>>0 @F1382@ FAM +1 HUSB @I2833@ +1 WIFE @I2832@ +1 MARR +2 DATE 1962 +1 CHIL @I2834@ +1 CHIL @I2835@ +1 CHIL @I2836@ +1 CHIL @I2837@ +<< +[0114] FAM rkey: F1383 offs: 0x000020a2 lens: 0x0000002c +0x000030a2-0x000030cd: +>>0 @F1383@ FAM +1 HUSB @I2840@ +1 CHIL @I2839@ +<< +[0115] FAM rkey: F1384 offs: 0x000020ce lens: 0x00000047 +0x000030ce-0x00003114: +>>0 @F1384@ FAM +1 HUSB @I2843@ +1 WIFE @I2842@ +1 DIV Y +1 MARR +2 DATE 1938 +<< +[0116] FAM rkey: F1385 offs: 0x00002115 lens: 0x00000047 +0x00003115-0x0000315b: +>>0 @F1385@ FAM +1 HUSB @I2844@ +1 WIFE @I2842@ +1 DIV Y +1 MARR +2 DATE 1949 +<< +[0117] FAM rkey: F1386 offs: 0x0000215c lens: 0x0000003f +0x0000315c-0x0000319a: +>>0 @F1386@ FAM +1 HUSB @I2848@ +1 WIFE @I2849@ +1 MARR +2 DATE 1965 +<< +[0118] FAM rkey: F1387 offs: 0x0000219b lens: 0x0000003f +0x0000319b-0x000031d9: +>>0 @F1387@ FAM +1 HUSB @I2851@ +1 WIFE @I2850@ +1 MARR +2 DATE 1749 +<< +[0119] FAM rkey: F1388 offs: 0x000021da lens: 0x0000003f +0x000031da-0x00003218: +>>0 @F1388@ FAM +1 HUSB @I2859@ +1 WIFE @I2858@ +1 MARR +2 DATE 1680 +<< +[0120] FAM rkey: F1389 offs: 0x00002219 lens: 0x0000004e +0x00003219-0x00003266: +>>0 @F1389@ FAM +1 HUSB @I2880@ +1 WIFE @I2881@ +1 MARR +2 DATE 1738 +1 CHIL @I2878@ +<< +[0121] FAM rkey: F1390 offs: 0x00002267 lens: 0x0000003f +0x00003267-0x000032a5: +>>0 @F1390@ FAM +1 HUSB @I2890@ +1 WIFE @I2887@ +1 MARR +2 DATE 1490 +<< +[0122] FAM rkey: F1391 offs: 0x000022a6 lens: 0x00000030 +0x000032a6-0x000032d5: +>>0 @F1391@ FAM +1 WIFE @I2887@ +1 MARR +2 DATE 1497 +<< +[0123] FAM rkey: F1392 offs: 0x000022d6 lens: 0x0000003f +0x000032d6-0x00003314: +>>0 @F1392@ FAM +1 HUSB @I2889@ +1 WIFE @I2892@ +1 MARR +2 DATE 1497 +<< +[0124] FAM rkey: F1393 offs: 0x00002315 lens: 0x0000003f +0x00003315-0x00003353: +>>0 @F1393@ FAM +1 HUSB @I2891@ +1 WIFE @I2894@ +1 MARR +2 DATE 1519 +<< +[0125] FAM rkey: F1394 offs: 0x00002354 lens: 0x0000003f +0x00003354-0x00003392: +>>0 @F1394@ FAM +1 HUSB @I2893@ +1 WIFE @I2892@ +1 MARR +2 DATE 1501 +<< +[0126] FAM rkey: F1395 offs: 0x00002393 lens: 0x00000047 +0x00003393-0x000033d9: +>>0 @F1395@ FAM +1 HUSB @I2907@ +1 WIFE @I2901@ +1 DIV Y +1 MARR +2 DATE 1875 +<< +[0127] FAM rkey: F1396 offs: 0x000023da lens: 0x0000003f +0x000033da-0x00003418: +>>0 @F1396@ FAM +1 HUSB @I2905@ +1 WIFE @I2902@ +1 MARR +2 DATE 1881 +<< +[0128] FAM rkey: F1397 offs: 0x00002419 lens: 0x0000003f +0x00003419-0x00003457: +>>0 @F1397@ FAM +1 HUSB @I2906@ +1 WIFE @I2902@ +1 MARR +2 DATE 1900 +<< +[0129] FAM rkey: F1398 offs: 0x00002458 lens: 0x0000003f +0x00003458-0x00003496: +>>0 @F1398@ FAM +1 HUSB @I2904@ +1 WIFE @I2903@ +1 MARR +2 DATE 1910 +<< +[0130] FAM rkey: F1399 offs: 0x00002497 lens: 0x0000002c +0x00003497-0x000034c2: +>>0 @F1399@ FAM +1 HUSB @I2918@ +1 WIFE @I2917@ +<< +[0131] FAM rkey: F1400 offs: 0x000024c3 lens: 0x0000003b +0x000034c3-0x000034fd: +>>0 @F1400@ FAM +1 HUSB @I2934@ +1 WIFE @I2935@ +1 CHIL @I2933@ +<< +[0132] FAM rkey: F1401 offs: 0x000024fe lens: 0x0000002c +0x000034fe-0x00003529: +>>0 @F1401@ FAM +1 HUSB @I2953@ +1 CHIL @I2935@ +<< +[0133] FAM rkey: F1402 offs: 0x0000252a lens: 0x0000003b +0x0000352a-0x00003564: +>>0 @F1402@ FAM +1 HUSB @I2938@ +1 WIFE @I2939@ +1 CHIL @I2937@ +<< +[0134] FAM rkey: F1403 offs: 0x00002565 lens: 0x0000003b +0x00003565-0x0000359f: +>>0 @F1403@ FAM +1 HUSB @I2940@ +1 WIFE @I2941@ +1 CHIL @I2939@ +<< +[0135] FAM rkey: F1404 offs: 0x000025a0 lens: 0x0000003b +0x000035a0-0x000035da: +>>0 @F1404@ FAM +1 HUSB @I2942@ +1 CHIL @I2943@ +1 CHIL @I2941@ +<< +[0136] FAM rkey: F1405 offs: 0x000025db lens: 0x0000002c +0x000035db-0x00003606: +>>0 @F1405@ FAM +1 HUSB @I2950@ +1 CHIL @I2942@ +<< +[0137] FAM rkey: F1406 offs: 0x00002607 lens: 0x0000002c +0x00003607-0x00003632: +>>0 @F1406@ FAM +1 HUSB @I2943@ +1 CHIL @I2944@ +<< +[0138] FAM rkey: F1407 offs: 0x00002633 lens: 0x0000003b +0x00003633-0x0000366d: +>>0 @F1407@ FAM +1 HUSB @I2944@ +1 WIFE @I2945@ +1 CHIL @I2946@ +<< +[0139] FAM rkey: F1408 offs: 0x0000266e lens: 0x0000002c +0x0000366e-0x00003699: +>>0 @F1408@ FAM +1 HUSB @I2948@ +1 CHIL @I2947@ +<< +[0140] FAM rkey: F1409 offs: 0x0000269a lens: 0x0000002c +0x0000369a-0x000036c5: +>>0 @F1409@ FAM +1 HUSB @I2949@ +1 CHIL @I2948@ +<< +[0141] FAM rkey: F1410 offs: 0x000026c6 lens: 0x0000002c +0x000036c6-0x000036f1: +>>0 @F1410@ FAM +1 HUSB @I2951@ +1 CHIL @I2950@ +<< +[0142] FAM rkey: F1411 offs: 0x000026f2 lens: 0x0000002c +0x000036f2-0x0000371d: +>>0 @F1411@ FAM +1 HUSB @I2952@ +1 CHIL @I2951@ +<< +[0143] FAM rkey: F1412 offs: 0x0000271e lens: 0x0000003b +0x0000371e-0x00003758: +>>0 @F1412@ FAM +1 HUSB @I2954@ +1 WIFE @I2955@ +1 CHIL @I2953@ +<< +[0144] FAM rkey: F1413 offs: 0x00002759 lens: 0x0000002c +0x00003759-0x00003784: +>>0 @F1413@ FAM +1 HUSB @I2956@ +1 CHIL @I2955@ +<< +[0145] FAM rkey: F1414 offs: 0x00002785 lens: 0x0000003b +0x00003785-0x000037bf: +>>0 @F1414@ FAM +1 HUSB @I2965@ +1 WIFE @I2964@ +1 CHIL @I2966@ +<< +[0146] FAM rkey: F1415 offs: 0x000027c0 lens: 0x00000043 +0x000037c0-0x00003802: +>>0 @F1415@ FAM +1 HUSB @I2971@ +1 WIFE @I2972@ +1 DIV Y +1 CHIL @I2969@ +<< +[0147] FAM rkey: F1416 offs: 0x00002803 lens: 0x00000034 +0x00003803-0x00003836: +>>0 @F1416@ FAM +1 HUSB @I2970@ +1 WIFE @I2969@ +1 DIV Y +<< +[0148] FAM rkey: F1417 offs: 0x00002837 lens: 0x0000002c +0x00003837-0x00003862: +>>0 @F1417@ FAM +1 HUSB @I2994@ +1 CHIL @I2985@ +<< +[0149] FAM rkey: F1418 offs: 0x00002863 lens: 0x0000003b +0x00003863-0x0000389d: +>>0 @F1418@ FAM +1 HUSB @I2987@ +1 WIFE @I2988@ +1 CHIL @I2986@ +<< +[0150] FAM rkey: F1419 offs: 0x0000289e lens: 0x0000003b +0x0000389e-0x000038d8: +>>0 @F1419@ FAM +1 HUSB @I3007@ +1 WIFE @I3008@ +1 CHIL @I2995@ +<< +[0151] FAM rkey: F1420 offs: 0x000028d9 lens: 0x00000077 +0x000038d9-0x0000394f: +>>0 @F1420@ FAM +1 HUSB @I3002@ +1 WIFE @I2999@ +1 CHIL @I3003@ +1 CHIL @I3004@ +1 CHIL @I3005@ +1 CHIL @I2996@ +1 CHIL @I3006@ +<< +[0152] FAM rkey: F1421 offs: 0x00002950 lens: 0x0000002c +0x00003950-0x0000397b: +>>0 @F1421@ FAM +1 WIFE @I3000@ +1 CHIL @I2999@ +<< +[0153] FAM rkey: F1422 offs: 0x0000297c lens: 0x0000002c +0x0000397c-0x000039a7: +>>0 @F1422@ FAM +1 HUSB @I3001@ +1 CHIL @I3000@ +<< +[0154] INDI rkey: I1000 offs: 0x000029a8 lens: 0x000000b0 +0x000039a8-0x00003a57: +>>0 @I1000@ INDI +1 NAME Cicely // +1 SEX F +1 BIRT +2 DATE 20 MAR 1469 +1 DEAT +2 DATE 24 AUG 1507 +2 PLAC Quarr Abbey,Isle of Wight,England +1 FAMC @F456@ +1 FAMS @F562@ +1 FAMS @F563@ +<< +[0155] INDI rkey: I1001 offs: 0x00002a58 lens: 0x000000a1 +0x00003a58-0x00003af8: +>>0 @I1001@ INDI +1 NAME Edward_V // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 4 NOV 1470 +2 PLAC Sanctuary,Westminster,England +1 DEAT +2 DATE 1483 +1 FAMC @F456@ +<< +[0156] INDI rkey: I1002 offs: 0x00002af9 lens: 0x0000006d +0x00003af9-0x00003b65: +>>0 @I1002@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 10 APR 1472 +1 DEAT +2 DATE 11 DEC 1472 +1 FAMC @F456@ +<< +[0157] INDI rkey: I1003 offs: 0x00002b66 lens: 0x000000a0 +0x00003b66-0x00003c05: +>>0 @I1003@ INDI +1 NAME Richard // +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 17 AUG 1473 +2 PLAC Shrewsbury +1 DEAT +2 DATE AFT 1483 +1 FAMC @F456@ +1 FAMS @F564@ +<< +[0158] INDI rkey: I1004 offs: 0x00002c06 lens: 0x00000090 +0x00003c06-0x00003c95: +>>0 @I1004@ INDI +1 NAME Anne // +1 SEX F +1 BIRT +2 DATE 2 NOV 1475 +2 PLAC Westminster,Palace +1 DEAT +2 DATE 23 NOV 1511 +1 FAMC @F456@ +1 FAMS @F565@ +<< +[0159] INDI rkey: I1005 offs: 0x00002c96 lens: 0x000000cc +0x00003c96-0x00003d61: +>>0 @I1005@ INDI +1 NAME George // +1 SEX M +1 TITL Duke of Bedford +1 BIRT +2 DATE MAR 1477 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE MAR 1479 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F456@ +<< +[0160] INDI rkey: I1006 offs: 0x00002d62 lens: 0x000000a5 +0x00003d62-0x00003e06: +>>0 @I1006@ INDI +1 NAME Catherine // +1 SEX F +1 BIRT +2 DATE ABT 14 AUG 1479 +2 PLAC Eltham Palace +1 DEAT +2 DATE 15 NOV 1527 +2 PLAC Tiverton +1 FAMC @F456@ +1 FAMS @F566@ +<< +[0161] INDI rkey: I1007 offs: 0x00002e07 lens: 0x0000008a +0x00003e07-0x00003e90: +>>0 @I1007@ INDI +1 NAME Bridget // +1 SEX F +1 BIRT +2 DATE 10 NOV 1480 +2 PLAC Eltham Palace +1 DEAT +2 DATE 1517 +2 PLAC Dartford +1 FAMC @F456@ +<< +[0162] INDI rkey: I1008 offs: 0x00002e91 lens: 0x00000085 +0x00003e91-0x00003f15: +>>0 @I1008@ INDI +1 NAME John 1st /Welles/ +1 SEX M +1 TITL Viscount Welles +1 DEAT +2 DATE 9 FEB 1499 +2 PLAC London,,England +1 FAMS @F562@ +<< +[0163] INDI rkey: I1009 offs: 0x00002f16 lens: 0x0000004b +0x00003f16-0x00003f60: +>>0 @I1009@ INDI +1 NAME Thomas of_Isle_of_Wight /Kyme/ +1 SEX M +1 FAMS @F563@ +<< +[0164] INDI rkey: I1010 offs: 0x00002f61 lens: 0x0000007c +0x00003f61-0x00003fdc: +>>0 @I1010@ INDI +1 NAME Anne /Mowbray/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 19 NOV 1481 +2 PLAC Greenwich,,England +1 FAMS @F564@ +<< + +0x00003fdd: EOF (0x00003fdd) GOOD + +BLOCK - DIRECTORY ad/ac +0x00000000:ix_self: 0x00030002 (ad/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1011' +0x00000016:ix_rkey[0001]: ' I1012' +0x0000001e:ix_rkey[0002]: ' I1013' +0x00000026:ix_rkey[0003]: ' I1014' +0x0000002e:ix_rkey[0004]: ' I1015' +0x00000036:ix_rkey[0005]: ' I1016' +0x0000003e:ix_rkey[0006]: ' I1017' +0x00000046:ix_rkey[0007]: ' I1018' +0x0000004e:ix_rkey[0008]: ' I1019' +0x00000056:ix_rkey[0009]: ' I1020' +0x0000005e:ix_rkey[0010]: ' I1021' +0x00000066:ix_rkey[0011]: ' I1022' +0x0000006e:ix_rkey[0012]: ' I1023' +0x00000076:ix_rkey[0013]: ' I1024' +0x0000007e:ix_rkey[0014]: ' I1025' +0x00000086:ix_rkey[0015]: ' I1026' +0x0000008e:ix_rkey[0016]: ' I1027' +0x00000096:ix_rkey[0017]: ' I1028' +0x0000009e:ix_rkey[0018]: ' I1029' +0x000000a6:ix_rkey[0019]: ' I1030' +0x000000ae:ix_rkey[0020]: ' I1031' +0x000000b6:ix_rkey[0021]: ' I1032' +0x000000be:ix_rkey[0022]: ' I1033' +0x000000c6:ix_rkey[0023]: ' I1034' +0x000000ce:ix_rkey[0024]: ' I1035' +0x000000d6:ix_rkey[0025]: ' I1036' +0x000000de:ix_rkey[0026]: ' I1037' +0x000000e6:ix_rkey[0027]: ' I1038' +0x000000ee:ix_rkey[0028]: ' I1039' +0x000000f6:ix_rkey[0029]: ' I1040' +0x000000fe:ix_rkey[0030]: ' I1041' +0x00000106:ix_rkey[0031]: ' I1042' +0x0000010e:ix_rkey[0032]: ' I1043' +0x00000116:ix_rkey[0033]: ' I1044' +0x0000011e:ix_rkey[0034]: ' I1045' +0x00000126:ix_rkey[0035]: ' I1046' +0x0000012e:ix_rkey[0036]: ' I1047' +0x00000136:ix_rkey[0037]: ' I1048' +0x0000013e:ix_rkey[0038]: ' I1049' +0x00000146:ix_rkey[0039]: ' I1050' +0x0000014e:ix_rkey[0040]: ' I1051' +0x00000156:ix_rkey[0041]: ' I1052' +0x0000015e:ix_rkey[0042]: ' I1053' +0x00000166:ix_rkey[0043]: ' I1054' +0x0000016e:ix_rkey[0044]: ' I1055' +0x00000176:ix_rkey[0045]: ' I1056' +0x0000017e:ix_rkey[0046]: ' I1057' +0x00000186:ix_rkey[0047]: ' I1058' +0x0000018e:ix_rkey[0048]: ' I1059' +0x00000196:ix_rkey[0049]: ' I1060' +0x0000019e:ix_rkey[0050]: ' I1061' +0x000001a6:ix_rkey[0051]: ' I1062' +0x000001ae:ix_rkey[0052]: ' I1063' +0x000001b6:ix_rkey[0053]: ' I1064' +0x000001be:ix_rkey[0054]: ' I1065' +0x000001c6:ix_rkey[0055]: ' I1066' +0x000001ce:ix_rkey[0056]: ' I1067' +0x000001d6:ix_rkey[0057]: ' I1068' +0x000001de:ix_rkey[0058]: ' I1069' +0x000001e6:ix_rkey[0059]: ' I1070' +0x000001ee:ix_rkey[0060]: ' I1071' +0x000001f6:ix_rkey[0061]: ' I1072' +0x000001fe:ix_rkey[0062]: ' I1073' +0x00000206:ix_rkey[0063]: ' I1074' +0x0000020e:ix_rkey[0064]: ' I1075' +0x00000216:ix_rkey[0065]: ' I1076' +0x0000021e:ix_rkey[0066]: ' I1077' +0x00000226:ix_rkey[0067]: ' I1078' +0x0000022e:ix_rkey[0068]: ' I1079' +0x00000236:ix_rkey[0069]: ' I1080' +0x0000023e:ix_rkey[0070]: ' I1081' +0x00000246:ix_rkey[0071]: ' I1082' +0x0000024e:ix_rkey[0072]: ' I1083' +0x00000256:ix_rkey[0073]: ' I1084' +0x0000025e:ix_rkey[0074]: ' I1085' +0x00000266:ix_rkey[0075]: ' I1086' +0x0000026e:ix_rkey[0076]: ' I1087' +0x00000276:ix_rkey[0077]: ' I1088' +0x0000027e:ix_rkey[0078]: ' I1089' +0x00000286:ix_rkey[0079]: ' I1090' +0x0000028e:ix_rkey[0080]: ' I1091' +0x00000296:ix_rkey[0081]: ' I1092' +0x0000029e:ix_rkey[0082]: ' I1093' +0x000002a6:ix_rkey[0083]: ' I1094' +0x000002ae:ix_rkey[0084]: ' I1095' +0x000002b6:ix_rkey[0085]: ' I1096' +0x000002be:ix_rkey[0086]: ' I1097' +0x000002c6:ix_rkey[0087]: ' I1098' +0x000002ce:ix_rkey[0088]: ' I1099' +0x000002d6:ix_rkey[0089]: ' I1100' +0x000002de:ix_rkey[0090]: ' I1101' +0x000002e6:ix_rkey[0091]: ' I1102' +0x000002ee:ix_rkey[0092]: ' I1103' +0x000002f6:ix_rkey[0093]: ' I1104' +0x000002fe:ix_rkey[0094]: ' I1105' +0x00000306:ix_rkey[0095]: ' I1106' +0x0000030e:ix_rkey[0096]: ' I1107' +0x00000316:ix_rkey[0097]: ' I1108' +0x0000031e:ix_rkey[0098]: ' I1109' +0x00000326:ix_rkey[0099]: ' I1110' +0x0000032e:ix_rkey[0100]: ' I1111' +0x00000336:ix_rkey[0101]: ' I1112' +0x0000033e:ix_rkey[0102]: ' I1113' +0x00000346:ix_rkey[0103]: ' I1114' +0x0000034e:ix_rkey[0104]: ' I1115' +0x00000356:ix_rkey[0105]: ' I1116' +0x0000035e:ix_rkey[0106]: ' I1117' +0x00000366:ix_rkey[0107]: ' I1118' +0x0000036e:ix_rkey[0108]: ' I1119' +0x00000376:ix_rkey[0109]: ' I1120' +0x0000037e:ix_rkey[0110]: ' I1121' +0x00000386:ix_rkey[0111]: ' I1122' +0x0000038e:ix_rkey[0112]: ' I1123' +0x00000396:ix_rkey[0113]: ' I1124' +0x0000039e:ix_rkey[0114]: ' I1125' +0x000003a6:ix_rkey[0115]: ' I1126' +0x000003ae:ix_rkey[0116]: ' I1127' +0x000003b6:ix_rkey[0117]: ' I1128' +0x000003be:ix_rkey[0118]: ' I1129' +0x000003c6:ix_rkey[0119]: ' I1130' +0x000003ce:ix_rkey[0120]: ' I1131' +0x000003d6:ix_rkey[0121]: ' I1132' +0x000003de:ix_rkey[0122]: ' I1133' +0x000003e6:ix_rkey[0123]: ' I1134' +0x000003ee:ix_rkey[0124]: ' I1135' +0x000003f6:ix_rkey[0125]: ' I1136' +0x000003fe:ix_rkey[0126]: ' I1137' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000057 +0x0000080c:ix_offs[0001]: 0x00000057 0x00000c08:ix_lens[0001]: 0x00000056 +0x00000810:ix_offs[0002]: 0x000000ad 0x00000c0c:ix_lens[0002]: 0x0000005e +0x00000814:ix_offs[0003]: 0x0000010b 0x00000c10:ix_lens[0003]: 0x00000052 +0x00000818:ix_offs[0004]: 0x0000015d 0x00000c14:ix_lens[0004]: 0x00000054 +0x0000081c:ix_offs[0005]: 0x000001b1 0x00000c18:ix_lens[0005]: 0x000000c3 +0x00000820:ix_offs[0006]: 0x00000274 0x00000c1c:ix_lens[0006]: 0x00000077 +0x00000824:ix_offs[0007]: 0x000002eb 0x00000c20:ix_lens[0007]: 0x00000061 +0x00000828:ix_offs[0008]: 0x0000034c 0x00000c24:ix_lens[0008]: 0x00000090 +0x0000082c:ix_offs[0009]: 0x000003dc 0x00000c28:ix_lens[0009]: 0x0000004c +0x00000830:ix_offs[0010]: 0x00000428 0x00000c2c:ix_lens[0010]: 0x0000004b +0x00000834:ix_offs[0011]: 0x00000473 0x00000c30:ix_lens[0011]: 0x00000058 +0x00000838:ix_offs[0012]: 0x000004cb 0x00000c34:ix_lens[0012]: 0x0000008a +0x0000083c:ix_offs[0013]: 0x00000555 0x00000c38:ix_lens[0013]: 0x00000057 +0x00000840:ix_offs[0014]: 0x000005ac 0x00000c3c:ix_lens[0014]: 0x00000071 +0x00000844:ix_offs[0015]: 0x0000061d 0x00000c40:ix_lens[0015]: 0x00000065 +0x00000848:ix_offs[0016]: 0x00000682 0x00000c44:ix_lens[0016]: 0x000000d6 +0x0000084c:ix_offs[0017]: 0x00000758 0x00000c48:ix_lens[0017]: 0x000000c0 +0x00000850:ix_offs[0018]: 0x00000818 0x00000c4c:ix_lens[0018]: 0x00000074 +0x00000854:ix_offs[0019]: 0x0000088c 0x00000c50:ix_lens[0019]: 0x00000092 +0x00000858:ix_offs[0020]: 0x0000091e 0x00000c54:ix_lens[0020]: 0x00000066 +0x0000085c:ix_offs[0021]: 0x00000984 0x00000c58:ix_lens[0021]: 0x00000051 +0x00000860:ix_offs[0022]: 0x000009d5 0x00000c5c:ix_lens[0022]: 0x00000075 +0x00000864:ix_offs[0023]: 0x00000a4a 0x00000c60:ix_lens[0023]: 0x00000064 +0x00000868:ix_offs[0024]: 0x00000aae 0x00000c64:ix_lens[0024]: 0x00000061 +0x0000086c:ix_offs[0025]: 0x00000b0f 0x00000c68:ix_lens[0025]: 0x00000064 +0x00000870:ix_offs[0026]: 0x00000b73 0x00000c6c:ix_lens[0026]: 0x00000053 +0x00000874:ix_offs[0027]: 0x00000bc6 0x00000c70:ix_lens[0027]: 0x00000072 +0x00000878:ix_offs[0028]: 0x00000c38 0x00000c74:ix_lens[0028]: 0x0000005e +0x0000087c:ix_offs[0029]: 0x00000c96 0x00000c78:ix_lens[0029]: 0x0000007f +0x00000880:ix_offs[0030]: 0x00000d15 0x00000c7c:ix_lens[0030]: 0x000000c4 +0x00000884:ix_offs[0031]: 0x00000dd9 0x00000c80:ix_lens[0031]: 0x0000004f +0x00000888:ix_offs[0032]: 0x00000e28 0x00000c84:ix_lens[0032]: 0x00000062 +0x0000088c:ix_offs[0033]: 0x00000e8a 0x00000c88:ix_lens[0033]: 0x00000059 +0x00000890:ix_offs[0034]: 0x00000ee3 0x00000c8c:ix_lens[0034]: 0x00000051 +0x00000894:ix_offs[0035]: 0x00000f34 0x00000c90:ix_lens[0035]: 0x0000005a +0x00000898:ix_offs[0036]: 0x00000f8e 0x00000c94:ix_lens[0036]: 0x00000059 +0x0000089c:ix_offs[0037]: 0x00000fe7 0x00000c98:ix_lens[0037]: 0x0000005c +0x000008a0:ix_offs[0038]: 0x00001043 0x00000c9c:ix_lens[0038]: 0x000000b8 +0x000008a4:ix_offs[0039]: 0x000010fb 0x00000ca0:ix_lens[0039]: 0x0000004f +0x000008a8:ix_offs[0040]: 0x0000114a 0x00000ca4:ix_lens[0040]: 0x00000052 +0x000008ac:ix_offs[0041]: 0x0000119c 0x00000ca8:ix_lens[0041]: 0x0000004a +0x000008b0:ix_offs[0042]: 0x000011e6 0x00000cac:ix_lens[0042]: 0x00000064 +0x000008b4:ix_offs[0043]: 0x0000124a 0x00000cb0:ix_lens[0043]: 0x00000044 +0x000008b8:ix_offs[0044]: 0x0000128e 0x00000cb4:ix_lens[0044]: 0x00000050 +0x000008bc:ix_offs[0045]: 0x000012de 0x00000cb8:ix_lens[0045]: 0x00000040 +0x000008c0:ix_offs[0046]: 0x0000131e 0x00000cbc:ix_lens[0046]: 0x00000040 +0x000008c4:ix_offs[0047]: 0x0000135e 0x00000cc0:ix_lens[0047]: 0x0000009d +0x000008c8:ix_offs[0048]: 0x000013fb 0x00000cc4:ix_lens[0048]: 0x00000090 +0x000008cc:ix_offs[0049]: 0x0000148b 0x00000cc8:ix_lens[0049]: 0x00000066 +0x000008d0:ix_offs[0050]: 0x000014f1 0x00000ccc:ix_lens[0050]: 0x00000055 +0x000008d4:ix_offs[0051]: 0x00001546 0x00000cd0:ix_lens[0051]: 0x00000038 +0x000008d8:ix_offs[0052]: 0x0000157e 0x00000cd4:ix_lens[0052]: 0x00000038 +0x000008dc:ix_offs[0053]: 0x000015b6 0x00000cd8:ix_lens[0053]: 0x00000071 +0x000008e0:ix_offs[0054]: 0x00001627 0x00000cdc:ix_lens[0054]: 0x00000048 +0x000008e4:ix_offs[0055]: 0x0000166f 0x00000ce0:ix_lens[0055]: 0x00000042 +0x000008e8:ix_offs[0056]: 0x000016b1 0x00000ce4:ix_lens[0056]: 0x00000071 +0x000008ec:ix_offs[0057]: 0x00001722 0x00000ce8:ix_lens[0057]: 0x00000076 +0x000008f0:ix_offs[0058]: 0x00001798 0x00000cec:ix_lens[0058]: 0x0000006a +0x000008f4:ix_offs[0059]: 0x00001802 0x00000cf0:ix_lens[0059]: 0x000000af +0x000008f8:ix_offs[0060]: 0x000018b1 0x00000cf4:ix_lens[0060]: 0x0000006b +0x000008fc:ix_offs[0061]: 0x0000191c 0x00000cf8:ix_lens[0061]: 0x00000070 +0x00000900:ix_offs[0062]: 0x0000198c 0x00000cfc:ix_lens[0062]: 0x00000074 +0x00000904:ix_offs[0063]: 0x00001a00 0x00000d00:ix_lens[0063]: 0x00000083 +0x00000908:ix_offs[0064]: 0x00001a83 0x00000d04:ix_lens[0064]: 0x0000007e +0x0000090c:ix_offs[0065]: 0x00001b01 0x00000d08:ix_lens[0065]: 0x00000067 +0x00000910:ix_offs[0066]: 0x00001b68 0x00000d0c:ix_lens[0066]: 0x000000ad +0x00000914:ix_offs[0067]: 0x00001c15 0x00000d10:ix_lens[0067]: 0x0000006c +0x00000918:ix_offs[0068]: 0x00001c81 0x00000d14:ix_lens[0068]: 0x00000079 +0x0000091c:ix_offs[0069]: 0x00001cfa 0x00000d18:ix_lens[0069]: 0x00000093 +0x00000920:ix_offs[0070]: 0x00001d8d 0x00000d1c:ix_lens[0070]: 0x00000077 +0x00000924:ix_offs[0071]: 0x00001e04 0x00000d20:ix_lens[0071]: 0x00000079 +0x00000928:ix_offs[0072]: 0x00001e7d 0x00000d24:ix_lens[0072]: 0x00000054 +0x0000092c:ix_offs[0073]: 0x00001ed1 0x00000d28:ix_lens[0073]: 0x00000076 +0x00000930:ix_offs[0074]: 0x00001f47 0x00000d2c:ix_lens[0074]: 0x0000006b +0x00000934:ix_offs[0075]: 0x00001fb2 0x00000d30:ix_lens[0075]: 0x00000079 +0x00000938:ix_offs[0076]: 0x0000202b 0x00000d34:ix_lens[0076]: 0x00000066 +0x0000093c:ix_offs[0077]: 0x00002091 0x00000d38:ix_lens[0077]: 0x00000069 +0x00000940:ix_offs[0078]: 0x000020fa 0x00000d3c:ix_lens[0078]: 0x00000068 +0x00000944:ix_offs[0079]: 0x00002162 0x00000d40:ix_lens[0079]: 0x000000a2 +0x00000948:ix_offs[0080]: 0x00002204 0x00000d44:ix_lens[0080]: 0x00000071 +0x0000094c:ix_offs[0081]: 0x00002275 0x00000d48:ix_lens[0081]: 0x00000077 +0x00000950:ix_offs[0082]: 0x000022ec 0x00000d4c:ix_lens[0082]: 0x00000068 +0x00000954:ix_offs[0083]: 0x00002354 0x00000d50:ix_lens[0083]: 0x00000050 +0x00000958:ix_offs[0084]: 0x000023a4 0x00000d54:ix_lens[0084]: 0x00000073 +0x0000095c:ix_offs[0085]: 0x00002417 0x00000d58:ix_lens[0085]: 0x0000006a +0x00000960:ix_offs[0086]: 0x00002481 0x00000d5c:ix_lens[0086]: 0x00000055 +0x00000964:ix_offs[0087]: 0x000024d6 0x00000d60:ix_lens[0087]: 0x00000097 +0x00000968:ix_offs[0088]: 0x0000256d 0x00000d64:ix_lens[0088]: 0x00000095 +0x0000096c:ix_offs[0089]: 0x00002602 0x00000d68:ix_lens[0089]: 0x00000069 +0x00000970:ix_offs[0090]: 0x0000266b 0x00000d6c:ix_lens[0090]: 0x00000087 +0x00000974:ix_offs[0091]: 0x000026f2 0x00000d70:ix_lens[0091]: 0x0000007f +0x00000978:ix_offs[0092]: 0x00002771 0x00000d74:ix_lens[0092]: 0x00000078 +0x0000097c:ix_offs[0093]: 0x000027e9 0x00000d78:ix_lens[0093]: 0x0000007f +0x00000980:ix_offs[0094]: 0x00002868 0x00000d7c:ix_lens[0094]: 0x00000068 +0x00000984:ix_offs[0095]: 0x000028d0 0x00000d80:ix_lens[0095]: 0x0000007a +0x00000988:ix_offs[0096]: 0x0000294a 0x00000d84:ix_lens[0096]: 0x000000de +0x0000098c:ix_offs[0097]: 0x00002a28 0x00000d88:ix_lens[0097]: 0x0000006a +0x00000990:ix_offs[0098]: 0x00002a92 0x00000d8c:ix_lens[0098]: 0x0000007a +0x00000994:ix_offs[0099]: 0x00002b0c 0x00000d90:ix_lens[0099]: 0x00000076 +0x00000998:ix_offs[0100]: 0x00002b82 0x00000d94:ix_lens[0100]: 0x00000050 +0x0000099c:ix_offs[0101]: 0x00002bd2 0x00000d98:ix_lens[0101]: 0x000000aa +0x000009a0:ix_offs[0102]: 0x00002c7c 0x00000d9c:ix_lens[0102]: 0x00000048 +0x000009a4:ix_offs[0103]: 0x00002cc4 0x00000da0:ix_lens[0103]: 0x00000083 +0x000009a8:ix_offs[0104]: 0x00002d47 0x00000da4:ix_lens[0104]: 0x0000005f +0x000009ac:ix_offs[0105]: 0x00002da6 0x00000da8:ix_lens[0105]: 0x00000074 +0x000009b0:ix_offs[0106]: 0x00002e1a 0x00000dac:ix_lens[0106]: 0x00000066 +0x000009b4:ix_offs[0107]: 0x00002e80 0x00000db0:ix_lens[0107]: 0x000000cd +0x000009b8:ix_offs[0108]: 0x00002f4d 0x00000db4:ix_lens[0108]: 0x000000cc +0x000009bc:ix_offs[0109]: 0x00003019 0x00000db8:ix_lens[0109]: 0x00000076 +0x000009c0:ix_offs[0110]: 0x0000308f 0x00000dbc:ix_lens[0110]: 0x0000005b +0x000009c4:ix_offs[0111]: 0x000030ea 0x00000dc0:ix_lens[0111]: 0x00000076 +0x000009c8:ix_offs[0112]: 0x00003160 0x00000dc4:ix_lens[0112]: 0x00000064 +0x000009cc:ix_offs[0113]: 0x000031c4 0x00000dc8:ix_lens[0113]: 0x0000006f +0x000009d0:ix_offs[0114]: 0x00003233 0x00000dcc:ix_lens[0114]: 0x00000067 +0x000009d4:ix_offs[0115]: 0x0000329a 0x00000dd0:ix_lens[0115]: 0x00000076 +0x000009d8:ix_offs[0116]: 0x00003310 0x00000dd4:ix_lens[0116]: 0x00000059 +0x000009dc:ix_offs[0117]: 0x00003369 0x00000dd8:ix_lens[0117]: 0x0000004c +0x000009e0:ix_offs[0118]: 0x000033b5 0x00000ddc:ix_lens[0118]: 0x00000058 +0x000009e4:ix_offs[0119]: 0x0000340d 0x00000de0:ix_lens[0119]: 0x0000004b +0x000009e8:ix_offs[0120]: 0x00003458 0x00000de4:ix_lens[0120]: 0x00000069 +0x000009ec:ix_offs[0121]: 0x000034c1 0x00000de8:ix_lens[0121]: 0x0000007a +0x000009f0:ix_offs[0122]: 0x0000353b 0x00000dec:ix_lens[0122]: 0x0000004d +0x000009f4:ix_offs[0123]: 0x00003588 0x00000df0:ix_lens[0123]: 0x00000060 +0x000009f8:ix_offs[0124]: 0x000035e8 0x00000df4:ix_lens[0124]: 0x00000052 +0x000009fc:ix_offs[0125]: 0x0000363a 0x00000df8:ix_lens[0125]: 0x0000003b +0x00000a00:ix_offs[0126]: 0x00003675 0x00000dfc:ix_lens[0126]: 0x000000af + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1011 offs: 0x00000000 lens: 0x00000057 +0x00001000-0x00001056: +>>0 @I1011@ INDI +1 NAME Thomas 3rd /Howard/ +1 SEX M +1 TITL Duke of Norfolk +1 FAMS @F565@ +<< +[0001] INDI rkey: I1012 offs: 0x00000057 lens: 0x00000056 +0x00001057-0x000010ac: +>>0 @I1012@ INDI +1 NAME William /Courtenay/ +1 SEX M +1 TITL Earl of Devon +1 FAMS @F566@ +<< +[0002] INDI rkey: I1013 offs: 0x000000ad lens: 0x0000005e +0x000010ad-0x0000110a: +>>0 @I1013@ INDI +1 NAME John /Grey/ +1 SEX M +1 TITL Sir +1 DEAT +2 DATE 17 FEB 1461 +1 FAMS @F561@ +<< +[0003] INDI rkey: I1014 offs: 0x0000010b lens: 0x00000052 +0x0000110b-0x0000115c: +>>0 @I1014@ INDI +1 NAME Son /Grey/ +1 SEX M +1 BIRT +2 DATE BEF 1461 +1 FAMC @F561@ +<< +[0004] INDI rkey: I1015 offs: 0x0000015d lens: 0x00000054 +0x0000115d-0x000011b0: +>>0 @I1015@ INDI +1 NAME Son_2 /Grey/ +1 SEX M +1 BIRT +2 DATE BEF 1461 +1 FAMC @F561@ +<< +[0005] INDI rkey: I1016 offs: 0x000001b1 lens: 0x000000c3 +0x000011b1-0x00001273: +>>0 @I1016@ INDI +1 NAME Edward // +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 13 OCT 1453 +2 PLAC Westminster,Palace,England +1 DEAT +2 DATE 4 MAY 1471 +2 PLAC Tewkesbury +1 FAMC @F567@ +1 FAMS @F551@ +<< +[0006] INDI rkey: I1017 offs: 0x00000274 lens: 0x00000077 +0x00001274-0x000012ea: +>>0 @I1017@ INDI +1 NAME Margaret of_Austria // +1 SEX F +1 BIRT +2 DATE 1584 +1 DEAT +2 DATE 1611 +1 FAMC @F568@ +1 FAMS @F534@ +<< +[0007] INDI rkey: I1018 offs: 0x000002eb lens: 0x00000061 +0x000012eb-0x0000134b: +>>0 @I1018@ INDI +1 NAME Edward // +1 SEX M +1 TITL Earl of Warwick +1 DEAT +2 DATE 1499 +1 FAMC @F555@ +<< +[0008] INDI rkey: I1019 offs: 0x0000034c lens: 0x00000090 +0x0000134c-0x000013db: +>>0 @I1019@ INDI +1 NAME Margaret of_Salisbury // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE ABT 1469 +1 DEAT +2 DATE 1541 +1 FAMC @F555@ +1 FAMS @F569@ +<< +[0009] INDI rkey: I1020 offs: 0x000003dc lens: 0x0000004c +0x000013dc-0x00001427: +>>0 @I1020@ INDI +1 NAME Henry // +1 SEX M +1 TITL Duke of Exeter +1 FAMS @F556@ +<< +[0010] INDI rkey: I1021 offs: 0x00000428 lens: 0x0000004b +0x00001428-0x00001472: +>>0 @I1021@ INDI +1 NAME Thomas /St._Leger/ +1 SEX M +1 TITL Sir +1 FAMS @F557@ +<< +[0011] INDI rkey: I1022 offs: 0x00000473 lens: 0x00000058 +0x00001473-0x000014ca: +>>0 @I1022@ INDI +1 NAME Charles the_Bold // +1 SEX M +1 TITL Duke of Burgundy +1 FAMS @F559@ +<< +[0012] INDI rkey: I1023 offs: 0x000004cb lens: 0x0000008a +0x000014cb-0x00001554: +>>0 @I1023@ INDI +1 NAME Richard of_Cambridge /Plantagenet/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1415 +1 FAMC @F570@ +1 FAMS @F553@ +1 FAMS @F571@ +<< +[0013] INDI rkey: I1024 offs: 0x00000555 lens: 0x00000057 +0x00001555-0x000015ab: +>>0 @I1024@ INDI +1 NAME Anne /Mortimer/ +1 SEX F +1 TITL Lady +1 FAMC @F572@ +1 FAMS @F553@ +<< +[0014] INDI rkey: I1025 offs: 0x000005ac lens: 0x00000071 +0x000015ac-0x0000161c: +>>0 @I1025@ INDI +1 NAME Isabel /Plantagenet/ +1 SEX F +1 DEAT +2 DATE 1484 +1 FAMC @F553@ +1 FAMS @F573@ +1 FAMS @F574@ +<< +[0015] INDI rkey: I1026 offs: 0x0000061d lens: 0x00000065 +0x0000161d-0x00001681: +>>0 @I1026@ INDI +1 NAME Henry 1st /Bourchier/ +1 SEX M +1 TITL Earl of Essex +1 FAMC @F575@ +1 FAMS @F574@ +<< +[0016] INDI rkey: I1027 offs: 0x00000682 lens: 0x000000d6 +0x00001682-0x00001757: +>>0 @I1027@ INDI +1 NAME Charles_XV // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 3 MAY 1826 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 19 AUG 1872 +2 PLAC Malmo +1 BURI +2 PLAC Stockholm,Sweden +1 FAMC @F302@ +1 FAMS @F376@ +<< +[0017] INDI rkey: I1028 offs: 0x00000758 lens: 0x000000c0 +0x00001758-0x00001817: +>>0 @I1028@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 5 AUG 1828 +2 PLAC The Hague +1 DEAT +2 DATE 30 MAR 1871 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMC @F336@ +1 FAMS @F376@ +<< +[0018] INDI rkey: I1029 offs: 0x00000818 lens: 0x00000074 +0x00001818-0x0000188b: +>>0 @I1029@ INDI +1 NAME Louisa of_Prussia // +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1870 +1 FAMC @F38@ +1 FAMS @F336@ +<< +[0019] INDI rkey: I1030 offs: 0x0000088c lens: 0x00000092 +0x0000188c-0x0000191d: +>>0 @I1030@ INDI +1 NAME Ernest Augustus of_Hanover/Hanover/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1987 +1 FAMC @F277@ +1 FAMS @F576@ +<< +[0020] INDI rkey: I1031 offs: 0x0000091e lens: 0x00000066 +0x0000191e-0x00001983: +>>0 @I1031@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 1915 +1 FAMC @F277@ +1 FAMS @F577@ +<< +[0021] INDI rkey: I1032 offs: 0x00000984 lens: 0x00000051 +0x00001984-0x000019d4: +>>0 @I1032@ INDI +1 NAME Mireille /Dutry/ +1 SEX F +1 BIRT +2 DATE 1946 +1 FAMS @F578@ +<< +[0022] INDI rkey: I1033 offs: 0x000009d5 lens: 0x00000075 +0x000019d5-0x00001a49: +>>0 @I1033@ INDI +1 NAME Christian /Hanover/ +1 SEX M +1 BIRT +2 DATE 1919 +1 DEAT +2 DATE 1981 +1 FAMC @F277@ +1 FAMS @F578@ +<< +[0023] INDI rkey: I1034 offs: 0x00000a4a lens: 0x00000064 +0x00001a4a-0x00001aad: +>>0 @I1034@ INDI +1 NAME Guelph Henry /Hanover/ +1 SEX M +1 BIRT +2 DATE 1923 +1 FAMC @F277@ +1 FAMS @F579@ +<< +[0024] INDI rkey: I1035 offs: 0x00000aae lens: 0x00000061 +0x00001aae-0x00001b0e: +>>0 @I1035@ INDI +1 NAME Monika of_Solms-Laubach /Hanover/ +1 SEX F +1 BIRT +2 DATE 1929 +1 FAMC @F277@ +<< +[0025] INDI rkey: I1036 offs: 0x00000b0f lens: 0x00000064 +0x00001b0f-0x00001b72: +>>0 @I1036@ INDI +1 NAME Alexandra of_Ysenburg_and Budingen// +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F579@ +<< +[0026] INDI rkey: I1037 offs: 0x00000b73 lens: 0x00000053 +0x00001b73-0x00001bc5: +>>0 @I1037@ INDI +1 NAME Sophie of_Greece // +1 SEX F +1 BIRT +2 DATE 1914 +1 FAMS @F577@ +<< +[0027] INDI rkey: I1038 offs: 0x00000bc6 lens: 0x00000072 +0x00001bc6-0x00001c37: +>>0 @I1038@ INDI +1 NAME Ortrud of_Schleswig- Holstein// +1 SEX F +1 BIRT +2 DATE 1925 +1 DEAT +2 DATE 1980 +1 FAMS @F576@ +<< +[0028] INDI rkey: I1039 offs: 0x00000c38 lens: 0x0000005e +0x00001c38-0x00001c95: +>>0 @I1039@ INDI +1 NAME Marie /Hanover/ +1 SEX F +1 BIRT +2 DATE 1952 +1 FAMC @F576@ +1 FAMS @F580@ +<< +[0029] INDI rkey: I1040 offs: 0x00000c96 lens: 0x0000007f +0x00001c96-0x00001d14: +>>0 @I1040@ INDI +1 NAME Ernest Augustus of_Hanover/Hanover/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1954 +1 FAMC @F576@ +1 FAMS @F581@ +<< +[0030] INDI rkey: I1041 offs: 0x00000d15 lens: 0x000000c4 +0x00001d15-0x00001dd8: +>>0 @I1041@ INDI +1 NAME Ludwig Rudolph /Hanover/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 28 NOV 1955 +1 DEAT +2 DATE 29 NOV 1989 +1 BURI +2 DATE 2 DEC 1989 +2 PLAC Grunau,Austria +1 FAMC @F576@ +1 FAMS @F582@ +<< +[0031] INDI rkey: I1042 offs: 0x00000dd9 lens: 0x0000004f +0x00001dd9-0x00001e27: +>>0 @I1042@ INDI +1 NAME Olga /Hanover/ +1 SEX F +1 BIRT +2 DATE 1958 +1 FAMC @F576@ +<< +[0032] INDI rkey: I1043 offs: 0x00000e28 lens: 0x00000062 +0x00001e28-0x00001e89: +>>0 @I1043@ INDI +1 NAME Alexandra /Hanover/ +1 SEX F +1 BIRT +2 DATE 1959 +1 FAMC @F576@ +1 FAMS @F583@ +<< +[0033] INDI rkey: I1044 offs: 0x00000e8a lens: 0x00000059 +0x00001e8a-0x00001ee2: +>>0 @I1044@ INDI +1 NAME Heinrich Julius /Hanover/ +1 SEX M +1 BIRT +2 DATE 1961 +1 FAMC @F576@ +<< +[0034] INDI rkey: I1045 offs: 0x00000ee3 lens: 0x00000051 +0x00001ee3-0x00001f33: +>>0 @I1045@ INDI +1 NAME Michael /von_Hochberg/ +1 SEX M +1 TITL Count +1 FAMS @F580@ +<< +[0035] INDI rkey: I1046 offs: 0x00000f34 lens: 0x0000005a +0x00001f34-0x00001f8d: +>>0 @I1046@ INDI +1 NAME Chantal /Hochuli/ +1 SEX F +1 BIRT +2 PLAC ,Switzerland +1 FAMS @F581@ +<< +[0036] INDI rkey: I1047 offs: 0x00000f8e lens: 0x00000059 +0x00001f8e-0x00001fe6: +>>0 @I1047@ INDI +1 NAME Ernest Augustus /Hanover/ +1 SEX M +1 BIRT +2 DATE 1983 +1 FAMC @F581@ +<< +[0037] INDI rkey: I1048 offs: 0x00000fe7 lens: 0x0000005c +0x00001fe7-0x00002042: +>>0 @I1048@ INDI +1 NAME Christian Heinrich /Hanover/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F581@ +<< +[0038] INDI rkey: I1049 offs: 0x00001043 lens: 0x000000b8 +0x00002043-0x000020fa: +>>0 @I1049@ INDI +1 NAME Isabella Valsassina /von_Thurn/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1962 +1 DEAT +2 DATE 29 NOV 1989 +1 BURI +2 DATE 2 DEC 1989 +2 PLAC Grunau,Austria +1 FAMS @F582@ +<< +[0039] INDI rkey: I1050 offs: 0x000010fb lens: 0x0000004f +0x000020fb-0x00002149: +>>0 @I1050@ INDI +1 NAME Otto /Hanover/ +1 SEX M +1 BIRT +2 DATE 1988 +1 FAMC @F582@ +<< +[0040] INDI rkey: I1051 offs: 0x0000114a lens: 0x00000052 +0x0000214a-0x0000219b: +>>0 @I1051@ INDI +1 NAME Andreas of_Leiningen // +1 SEX M +1 TITL Prince +1 FAMS @F583@ +<< +[0041] INDI rkey: I1052 offs: 0x0000119c lens: 0x0000004a +0x0000219c-0x000021e5: +>>0 @I1052@ INDI +1 NAME Max of_Baden // +1 SEX M +1 TITL Prince +1 FAMS @F182@ +<< +[0042] INDI rkey: I1053 offs: 0x000011e6 lens: 0x00000064 +0x000021e6-0x00002249: +>>0 @I1053@ INDI +1 NAME Frederick Francis_IV of_Mecklenburg// +1 SEX M +1 TITL Grand Duke +1 FAMS @F183@ +<< +[0043] INDI rkey: I1054 offs: 0x0000124a lens: 0x00000044 +0x0000224a-0x0000228d: +>>0 @I1054@ INDI +1 NAME Margrethe of_Denmark // +1 SEX F +1 FAMS @F184@ +<< +[0044] INDI rkey: I1055 offs: 0x0000128e lens: 0x00000050 +0x0000228e-0x000022dd: +>>0 @I1055@ INDI +1 NAME Constantine /Lambrino/ +1 SEX M +1 TITL Col. +1 FAMS @F545@ +<< +[0045] INDI rkey: I1056 offs: 0x000012de lens: 0x00000040 +0x000022de-0x0000231d: +>>0 @I1056@ INDI +1 NAME Euphrosine /Alcaz/ +1 SEX F +1 FAMS @F545@ +<< +[0046] INDI rkey: I1057 offs: 0x0000131e lens: 0x00000040 +0x0000231e-0x0000235d: +>>0 @I1057@ INDI +1 NAME Son /Hohenzollern/ +1 SEX M +1 FAMC @F287@ +<< +[0047] INDI rkey: I1058 offs: 0x0000135e lens: 0x0000009d +0x0000235e-0x000023fa: +>>0 @I1058@ INDI +1 NAME Elena (Magda) /Lupescu/ +1 SEX F +1 BIRT +2 DATE 15 SEP 1895 +2 PLAC Jassy +1 DEAT +2 DATE 28 JUN 1977 +2 PLAC Estoril,Portugal +1 FAMS @F288@ +<< +[0048] INDI rkey: I1059 offs: 0x000013fb lens: 0x00000090 +0x000023fb-0x0000248a: +>>0 @I1059@ INDI +1 NAME Ingrid Victoria of_Sweden// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 28 MAR 1910 +2 PLAC Stockholm +1 FAMC @F85@ +1 FAMS @F312@ +<< +[0049] INDI rkey: I1060 offs: 0x0000148b lens: 0x00000066 +0x0000248b-0x000024f0: +>>0 @I1060@ INDI +1 NAME Paul of_Sparta /Oldenburg/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1967 +1 FAMC @F311@ +<< +[0050] INDI rkey: I1061 offs: 0x000014f1 lens: 0x00000055 +0x000024f1-0x00002545: +>>0 @I1061@ INDI +1 NAME Nicholas /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F311@ +<< +[0051] INDI rkey: I1062 offs: 0x00001546 lens: 0x00000038 +0x00002546-0x0000257d: +>>0 @I1062@ INDI +1 NAME /Oldenburg/ +1 SEX F +1 FAMC @F311@ +<< +[0052] INDI rkey: I1063 offs: 0x0000157e lens: 0x00000038 +0x0000257e-0x000025b5: +>>0 @I1063@ INDI +1 NAME /Oldenburg/ +1 SEX F +1 FAMC @F311@ +<< +[0053] INDI rkey: I1064 offs: 0x000015b6 lens: 0x00000071 +0x000025b6-0x00002626: +>>0 @I1064@ INDI +1 NAME Irene of_Greece /Oldenburg/ +1 SEX F +1 TITL Crown Princess +1 BIRT +2 DATE 1942 +1 FAMC @F159@ +<< +[0054] INDI rkey: I1065 offs: 0x00001627 lens: 0x00000048 +0x00002627-0x0000266e: +>>0 @I1065@ INDI +1 NAME Petros /Manos/ +1 SEX M +1 TITL Col. +1 FAMS @F313@ +<< +[0055] INDI rkey: I1066 offs: 0x0000166f lens: 0x00000042 +0x0000266f-0x000026b0: +>>0 @I1066@ INDI +1 NAME Maria /Argyropoulos/ +1 SEX F +1 FAMS @F313@ +<< +[0056] INDI rkey: I1067 offs: 0x000016b1 lens: 0x00000071 +0x000026b1-0x00002721: +>>0 @I1067@ INDI +1 NAME Frederick Eugene /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1732 +1 DEAT +2 DATE 1797 +1 FAMS @F175@ +<< +[0057] INDI rkey: I1068 offs: 0x00001722 lens: 0x00000076 +0x00002722-0x00002797: +>>0 @I1068@ INDI +1 NAME Frederica of_Brandenburg- Schwedt// +1 SEX F +1 BIRT +2 DATE 1736 +1 DEAT +2 DATE 1798 +1 FAMS @F175@ +<< +[0058] INDI rkey: I1069 offs: 0x00001798 lens: 0x0000006a +0x00002798-0x00002801: +>>0 @I1069@ INDI +1 NAME Augusta of_Brunswick // +1 SEX F +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1788 +1 FAMS @F176@ +<< +[0059] INDI rkey: I1070 offs: 0x00001802 lens: 0x000000af +0x00002802-0x000028b0: +>>0 @I1070@ INDI +1 NAME William_I of_Wurttemberg /Wurttemberg/ +1 SEX M +1 TITL King +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1864 +1 FAMC @F176@ +1 FAMS @F584@ +1 FAMS @F585@ +1 FAMS @F586@ +<< +[0060] INDI rkey: I1071 offs: 0x000018b1 lens: 0x0000006b +0x000028b1-0x0000291b: +>>0 @I1071@ INDI +1 NAME Catherine /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1835 +1 FAMC @F176@ +<< +[0061] INDI rkey: I1072 offs: 0x0000191c lens: 0x00000070 +0x0000291c-0x0000298b: +>>0 @I1072@ INDI +1 NAME Sophia Dorothea /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1784 +1 FAMC @F176@ +<< +[0062] INDI rkey: I1073 offs: 0x0000198c lens: 0x00000074 +0x0000298c-0x000029ff: +>>0 @I1073@ INDI +1 NAME Paul /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1852 +1 FAMC @F176@ +1 FAMS @F587@ +<< +[0063] INDI rkey: I1074 offs: 0x00001a00 lens: 0x00000083 +0x00002a00-0x00002a82: +>>0 @I1074@ INDI +1 NAME Charlotte of_Bavaria /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1873 +1 FAMC @F393@ +1 FAMS @F584@ +<< +[0064] INDI rkey: I1075 offs: 0x00001a83 lens: 0x0000007e +0x00002a83-0x00002b00: +>>0 @I1075@ INDI +1 NAME Catherine of_Russia // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1819 +1 FAMS @F585@ +<< +[0065] INDI rkey: I1076 offs: 0x00001b01 lens: 0x00000067 +0x00002b01-0x00002b67: +>>0 @I1076@ INDI +1 NAME Marie /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1816 +1 DEAT +2 DATE 1887 +1 FAMC @F585@ +<< +[0066] INDI rkey: I1077 offs: 0x00001b68 lens: 0x000000ad +0x00002b68-0x00002c14: +>>0 @I1077@ INDI +1 NAME Sophie /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 17 JUN 1818 +2 PLAC Stuttgart +1 DEAT +2 DATE 3 JUN 1877 +2 PLAC Het Loo,Apeldoorn +1 FAMC @F585@ +1 FAMS @F400@ +<< +[0067] INDI rkey: I1078 offs: 0x00001c15 lens: 0x0000006c +0x00002c15-0x00002c80: +>>0 @I1078@ INDI +1 NAME Pauline of_Wurttemberg // +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1873 +1 FAMS @F586@ +<< +[0068] INDI rkey: I1079 offs: 0x00001c81 lens: 0x00000079 +0x00002c81-0x00002cf9: +>>0 @I1079@ INDI +1 NAME Catherine /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1898 +1 FAMC @F586@ +1 FAMS @F588@ +<< +[0069] INDI rkey: I1080 offs: 0x00001cfa lens: 0x00000093 +0x00002cfa-0x00002d8c: +>>0 @I1080@ INDI +1 NAME Charles_I of_Wurttemberg /Wurttemberg/ +1 SEX M +1 TITL King +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1891 +1 FAMC @F586@ +1 FAMS @F589@ +<< +[0070] INDI rkey: I1081 offs: 0x00001d8d lens: 0x00000077 +0x00002d8d-0x00002e03: +>>0 @I1081@ INDI +1 NAME Augusta /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1898 +1 FAMC @F586@ +1 FAMS @F590@ +<< +[0071] INDI rkey: I1082 offs: 0x00001e04 lens: 0x00000079 +0x00002e04-0x00002e7c: +>>0 @I1082@ INDI +1 NAME Olga of_Russia // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1892 +1 FAMS @F589@ +<< +[0072] INDI rkey: I1083 offs: 0x00001e7d lens: 0x00000054 +0x00002e7d-0x00002ed0: +>>0 @I1083@ INDI +1 NAME Hermann of_Saxe-Weimar // +1 SEX M +1 TITL Prince +1 FAMS @F590@ +<< +[0073] INDI rkey: I1084 offs: 0x00001ed1 lens: 0x00000076 +0x00002ed1-0x00002f46: +>>0 @I1084@ INDI +1 NAME Charlotte of_Saxe- Hildburghausen// +1 SEX F +1 BIRT +2 DATE 1787 +1 DEAT +2 DATE 1847 +1 FAMS @F587@ +<< +[0074] INDI rkey: I1085 offs: 0x00001f47 lens: 0x0000006b +0x00002f47-0x00002fb1: +>>0 @I1085@ INDI +1 NAME Charlotte /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1807 +1 DEAT +2 DATE 1873 +1 FAMC @F587@ +<< +[0075] INDI rkey: I1086 offs: 0x00001fb2 lens: 0x00000079 +0x00002fb2-0x0000302a: +>>0 @I1086@ INDI +1 NAME Frederick /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1870 +1 FAMC @F587@ +1 FAMS @F588@ +<< +[0076] INDI rkey: I1087 offs: 0x0000202b lens: 0x00000066 +0x0000302b-0x00003090: +>>0 @I1087@ INDI +1 NAME Paul /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1810 +1 FAMC @F587@ +<< +[0077] INDI rkey: I1088 offs: 0x00002091 lens: 0x00000069 +0x00003091-0x000030f9: +>>0 @I1088@ INDI +1 NAME Pauline /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1856 +1 FAMC @F587@ +<< +[0078] INDI rkey: I1089 offs: 0x000020fa lens: 0x00000068 +0x000030fa-0x00003161: +>>0 @I1089@ INDI +1 NAME August /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1885 +1 FAMC @F587@ +<< +[0079] INDI rkey: I1090 offs: 0x00002162 lens: 0x000000a2 +0x00003162-0x00003203: +>>0 @I1090@ INDI +1 NAME William_II of_Wurttemberg /Wurttemberg/ +1 SEX M +1 TITL King +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1921 +1 FAMC @F588@ +1 FAMS @F591@ +1 FAMS @F592@ +<< +[0080] INDI rkey: I1091 offs: 0x00002204 lens: 0x00000071 +0x00003204-0x00003274: +>>0 @I1091@ INDI +1 NAME Marie of_Waldeck and_Pyrmont// +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1882 +1 FAMS @F591@ +<< +[0081] INDI rkey: I1092 offs: 0x00002275 lens: 0x00000077 +0x00003275-0x000032eb: +>>0 @I1092@ INDI +1 NAME Pauline /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1877 +1 DEAT +2 DATE 1965 +1 FAMC @F591@ +1 FAMS @F593@ +<< +[0082] INDI rkey: I1093 offs: 0x000022ec lens: 0x00000068 +0x000032ec-0x00003353: +>>0 @I1093@ INDI +1 NAME Ulrich /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1880 +1 FAMC @F591@ +<< +[0083] INDI rkey: I1094 offs: 0x00002354 lens: 0x00000050 +0x00003354-0x000033a3: +>>0 @I1094@ INDI +1 NAME Frederick // +1 SEX M +1 TITL Prince of Wied +1 FAMS @F593@ +<< +[0084] INDI rkey: I1095 offs: 0x000023a4 lens: 0x00000073 +0x000033a4-0x00003416: +>>0 @I1095@ INDI +1 NAME Charlotte of_Schaumburg- Lippe// +1 SEX F +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1946 +1 FAMS @F592@ +<< +[0085] INDI rkey: I1096 offs: 0x00002417 lens: 0x0000006a +0x00003417-0x00003480: +>>0 @I1096@ INDI +1 NAME Nicholas /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1903 +1 DEAT +2 DATE 1978 +1 FAMC @F70@ +<< +[0086] INDI rkey: I1097 offs: 0x00002481 lens: 0x00000055 +0x00003481-0x000034d5: +>>0 @I1097@ INDI +1 NAME Ileana /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMC @F70@ +<< +[0087] INDI rkey: I1098 offs: 0x000024d6 lens: 0x00000097 +0x000034d6-0x0000356c: +>>0 @I1098@ INDI +1 NAME Mircea /Hohenzollern/ +1 BIRT +2 DATE 1913 +1 DEAT +2 DATE 2 NOV 1916 +1 BURI +2 PLAC Cotroceni Palace,Bucharest,Romania +1 FAMC @F70@ +<< +[0088] INDI rkey: I1099 offs: 0x0000256d lens: 0x00000095 +0x0000356d-0x00003601: +>>0 @I1099@ INDI +1 NAME Leopold of_Hohenzollern /Hohenzollern/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1905 +1 FAMC @F594@ +1 FAMS @F206@ +<< +[0089] INDI rkey: I1100 offs: 0x00002602 lens: 0x00000069 +0x00003602-0x0000366a: +>>0 @I1100@ INDI +1 NAME Antonia of_Portugal // +1 SEX F +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1913 +1 FAMS @F206@ +<< +[0090] INDI rkey: I1101 offs: 0x0000266b lens: 0x00000087 +0x0000366b-0x000036f1: +>>0 @I1101@ INDI +1 NAME William of_Hohenzollern /Hohenzollern/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1927 +1 FAMC @F206@ +<< +[0091] INDI rkey: I1102 offs: 0x000026f2 lens: 0x0000007f +0x000036f2-0x00003770: +>>0 @I1102@ INDI +1 NAME Charles Anthony /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1919 +1 FAMC @F206@ +1 FAMS @F595@ +<< +[0092] INDI rkey: I1103 offs: 0x00002771 lens: 0x00000078 +0x00003771-0x000037e8: +>>0 @I1103@ INDI +1 NAME Josephine of_Belgium // +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1958 +1 FAMC @F596@ +1 FAMS @F595@ +<< +[0093] INDI rkey: I1104 offs: 0x000027e9 lens: 0x0000007f +0x000037e9-0x00003867: +>>0 @I1104@ INDI +1 NAME Charles Anthony /Hohenzollern/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1885 +1 FAMS @F594@ +<< +[0094] INDI rkey: I1105 offs: 0x00002868 lens: 0x00000068 +0x00003868-0x000038cf: +>>0 @I1105@ INDI +1 NAME Josephine of_Baden // +1 SEX F +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1900 +1 FAMS @F594@ +<< +[0095] INDI rkey: I1106 offs: 0x000028d0 lens: 0x0000007a +0x000038d0-0x00003949: +>>0 @I1106@ INDI +1 NAME Stephanie /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1859 +1 FAMC @F594@ +1 FAMS @F597@ +<< +[0096] INDI rkey: I1107 offs: 0x0000294a lens: 0x000000de +0x0000394a-0x00003a27: +>>0 @I1107@ INDI +1 NAME Carol_I of_Romania /Hohenzollern/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 20 APR 1839 +2 PLAC Sigmaringen,Germany +1 DEAT +2 DATE 10 OCT 1914 +2 PLAC Castle Pelesch,Sinaia,Romania +1 FAMC @F594@ +1 FAMS @F598@ +<< +[0097] INDI rkey: I1108 offs: 0x00002a28 lens: 0x0000006a +0x00003a28-0x00003a91: +>>0 @I1108@ INDI +1 NAME Anthony /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1866 +1 FAMC @F594@ +<< +[0098] INDI rkey: I1109 offs: 0x00002a92 lens: 0x0000007a +0x00003a92-0x00003b0b: +>>0 @I1109@ INDI +1 NAME Frederick /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1904 +1 FAMC @F594@ +1 FAMS @F599@ +<< +[0099] INDI rkey: I1110 offs: 0x00002b0c lens: 0x00000076 +0x00003b0c-0x00003b81: +>>0 @I1110@ INDI +1 NAME Marie /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1912 +1 FAMC @F594@ +1 FAMS @F596@ +<< +[0100] INDI rkey: I1111 offs: 0x00002b82 lens: 0x00000050 +0x00003b82-0x00003bd1: +>>0 @I1111@ INDI +1 NAME Pedro_V // +1 SEX M +1 TITL King of Portugal +1 FAMS @F597@ +<< +[0101] INDI rkey: I1112 offs: 0x00002bd2 lens: 0x000000aa +0x00003bd2-0x00003c7b: +>>0 @I1112@ INDI +1 NAME Elisabeth of_Wied // +1 SEX F +1 BIRT +2 DATE 29 DEC 1843 +2 PLAC Neuwied,Germany +1 DEAT +2 DATE 3 MAR 1916 +2 PLAC Curtea de Arges,Romania +1 FAMS @F598@ +<< +[0102] INDI rkey: I1113 offs: 0x00002c7c lens: 0x00000048 +0x00003c7c-0x00003cc3: +>>0 @I1113@ INDI +1 NAME Louise of_Thurn and_Taxis// +1 SEX F +1 FAMS @F599@ +<< +[0103] INDI rkey: I1114 offs: 0x00002cc4 lens: 0x00000083 +0x00003cc4-0x00003d46: +>>0 @I1114@ INDI +1 NAME Philip of_Flanders // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1905 +1 FAMC @F173@ +1 FAMS @F596@ +<< +[0104] INDI rkey: I1115 offs: 0x00002d47 lens: 0x0000005f +0x00003d47-0x00003da5: +>>0 @I1115@ INDI +1 NAME Baudouin // +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1891 +1 FAMC @F596@ +<< +[0105] INDI rkey: I1116 offs: 0x00002da6 lens: 0x00000074 +0x00003da6-0x00003e19: +>>0 @I1116@ INDI +1 NAME Henriette (twin) // +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1948 +1 FAMC @F596@ +1 FAMS @F600@ +<< +[0106] INDI rkey: I1117 offs: 0x00002e1a lens: 0x00000066 +0x00003e1a-0x00003e7f: +>>0 @I1117@ INDI +1 NAME Josephine (twin) // +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1871 +1 FAMC @F596@ +<< +[0107] INDI rkey: I1118 offs: 0x00002e80 lens: 0x000000cd +0x00003e80-0x00003f4c: +>>0 @I1118@ INDI +1 NAME Albert_I // +1 SEX M +1 TITL King of Belgians +1 BIRT +2 DATE 8 APR 1875 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 17 FEB 1934 +2 PLAC Marche-les-Dames,Near Namur +1 FAMC @F596@ +1 FAMS @F372@ +<< +[0108] INDI rkey: I1119 offs: 0x00002f4d lens: 0x000000cc +0x00003f4d-0x00004018: +>>0 @I1119@ INDI +1 NAME Elisabeth of_Bavaria // +1 SEX F +1 BIRT +2 DATE 25 JUL 1876 +2 PLAC Possenhofen +1 DEAT +2 DATE 23 NOV 1965 +2 PLAC Chateau de,Stuyvenberg +1 BURI +2 PLAC Laeken +1 FAMC @F422@ +1 FAMS @F372@ +<< +[0109] INDI rkey: I1120 offs: 0x00003019 lens: 0x00000076 +0x00004019-0x0000408e: +>>0 @I1120@ INDI +1 NAME Charles of_Belgium // +1 SEX M +1 TITL Regent +1 BIRT +2 DATE 1903 +1 DEAT +2 DATE 1983 +1 FAMC @F372@ +<< +[0110] INDI rkey: I1121 offs: 0x0000308f lens: 0x0000005b +0x0000408f-0x000040e9: +>>0 @I1121@ INDI +1 NAME Marie Jose // +1 SEX F +1 BIRT +2 DATE 1906 +1 FAMC @F372@ +1 FAMS @F601@ +<< +[0111] INDI rkey: I1122 offs: 0x000030ea lens: 0x00000076 +0x000040ea-0x0000415f: +>>0 @I1122@ INDI +1 NAME Umberto_II // +1 SEX M +1 TITL King of Italy +1 BIRT +2 DATE 1904 +1 DEAT +2 DATE 1983 +1 FAMS @F601@ +<< +[0112] INDI rkey: I1123 offs: 0x00003160 lens: 0x00000064 +0x00004160-0x000041c3: +>>0 @I1123@ INDI +1 NAME Josephine Charlotte // +1 SEX F +1 BIRT +2 DATE 1927 +1 FAMC @F371@ +1 FAMS @F602@ +<< +[0113] INDI rkey: I1124 offs: 0x000031c4 lens: 0x0000006f +0x000041c4-0x00004232: +>>0 @I1124@ INDI +1 NAME Albert // +1 SEX M +1 TITL Prince of Liege +1 BIRT +2 DATE 1934 +1 FAMC @F371@ +1 FAMS @F603@ +<< +[0114] INDI rkey: I1125 offs: 0x00003233 lens: 0x00000067 +0x00004233-0x00004299: +>>0 @I1125@ INDI +1 NAME Jean of_Luxembourg // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1921 +1 FAMS @F602@ +<< +[0115] INDI rkey: I1126 offs: 0x0000329a lens: 0x00000076 +0x0000429a-0x0000430f: +>>0 @I1126@ INDI +1 NAME Fabiola de_Mora_y_Aragon // +1 SEX F +1 BIRT +2 DATE 11 JUN 1928 +2 PLAC Madrid,Spain +1 FAMS @F374@ +<< +[0116] INDI rkey: I1127 offs: 0x00003310 lens: 0x00000059 +0x00004310-0x00004368: +>>0 @I1127@ INDI +1 NAME Paola di_Calabria /Ruffo/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F603@ +<< +[0117] INDI rkey: I1128 offs: 0x00003369 lens: 0x0000004c +0x00004369-0x000043b4: +>>0 @I1128@ INDI +1 NAME Philippe // +1 SEX M +1 BIRT +2 DATE 1960 +1 FAMC @F603@ +<< +[0118] INDI rkey: I1129 offs: 0x000033b5 lens: 0x00000058 +0x000043b5-0x0000440c: +>>0 @I1129@ INDI +1 NAME Astrid // +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMC @F603@ +1 FAMS @F604@ +<< +[0119] INDI rkey: I1130 offs: 0x0000340d lens: 0x0000004b +0x0000440d-0x00004457: +>>0 @I1130@ INDI +1 NAME Laurent // +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F603@ +<< +[0120] INDI rkey: I1131 offs: 0x00003458 lens: 0x00000069 +0x00004458-0x000044c0: +>>0 @I1131@ INDI +1 NAME Lorenz of_Austria-Este // +1 SEX M +1 TITL Archduke +1 BIRT +2 DATE 1955 +1 FAMS @F604@ +<< +[0121] INDI rkey: I1132 offs: 0x000034c1 lens: 0x0000007a +0x000044c1-0x0000453a: +>>0 @I1132@ INDI +1 NAME Mary Liliane /Baels/ +1 SEX F +1 BIRT +2 DATE 28 NOV 1916 +2 PLAC Highbury,London,England +1 FAMS @F373@ +<< +[0122] INDI rkey: I1133 offs: 0x0000353b lens: 0x0000004d +0x0000453b-0x00004587: +>>0 @I1133@ INDI +1 NAME Alexandre // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMC @F373@ +<< +[0123] INDI rkey: I1134 offs: 0x00003588 lens: 0x00000060 +0x00004588-0x000045e7: +>>0 @I1134@ INDI +1 NAME Marie Christine // +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMC @F373@ +1 FAMS @F605@ +<< +[0124] INDI rkey: I1135 offs: 0x000035e8 lens: 0x00000052 +0x000045e8-0x00004639: +>>0 @I1135@ INDI +1 NAME Marie Esmeralda // +1 SEX F +1 BIRT +2 DATE 1956 +1 FAMC @F373@ +<< +[0125] INDI rkey: I1136 offs: 0x0000363a lens: 0x0000003b +0x0000463a-0x00004674: +>>0 @I1136@ INDI +1 NAME Paul /Druker/ +1 SEX M +1 FAMS @F605@ +<< +[0126] INDI rkey: I1137 offs: 0x00003675 lens: 0x000000af +0x00004675-0x00004723: +>>0 @I1137@ INDI +1 NAME Augusta Wilhelmine of_Hesse-// +1 SEX F +1 BIRT +2 DATE 14 APR 1765 +2 PLAC Darmstadt +1 DEAT +2 DATE 30 MAR 1796 +2 PLAC Near,Heidelberg,Germany +1 FAMS @F393@ +<< + +0x00004724: EOF (0x00004724) GOOD + +BLOCK - DIRECTORY ad/ad +0x00000000:ix_self: 0x00030003 (ad/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1138' +0x00000016:ix_rkey[0001]: ' I1139' +0x0000001e:ix_rkey[0002]: ' I1140' +0x00000026:ix_rkey[0003]: ' I1141' +0x0000002e:ix_rkey[0004]: ' I1142' +0x00000036:ix_rkey[0005]: ' I1143' +0x0000003e:ix_rkey[0006]: ' I1144' +0x00000046:ix_rkey[0007]: ' I1145' +0x0000004e:ix_rkey[0008]: ' I1146' +0x00000056:ix_rkey[0009]: ' I1147' +0x0000005e:ix_rkey[0010]: ' I1148' +0x00000066:ix_rkey[0011]: ' I1149' +0x0000006e:ix_rkey[0012]: ' I1150' +0x00000076:ix_rkey[0013]: ' I1151' +0x0000007e:ix_rkey[0014]: ' I1152' +0x00000086:ix_rkey[0015]: ' I1153' +0x0000008e:ix_rkey[0016]: ' I1154' +0x00000096:ix_rkey[0017]: ' I1155' +0x0000009e:ix_rkey[0018]: ' I1156' +0x000000a6:ix_rkey[0019]: ' I1157' +0x000000ae:ix_rkey[0020]: ' I1158' +0x000000b6:ix_rkey[0021]: ' I1159' +0x000000be:ix_rkey[0022]: ' I1160' +0x000000c6:ix_rkey[0023]: ' I1161' +0x000000ce:ix_rkey[0024]: ' I1162' +0x000000d6:ix_rkey[0025]: ' I1163' +0x000000de:ix_rkey[0026]: ' I1164' +0x000000e6:ix_rkey[0027]: ' I1165' +0x000000ee:ix_rkey[0028]: ' I1166' +0x000000f6:ix_rkey[0029]: ' I1167' +0x000000fe:ix_rkey[0030]: ' I1168' +0x00000106:ix_rkey[0031]: ' I1169' +0x0000010e:ix_rkey[0032]: ' I1170' +0x00000116:ix_rkey[0033]: ' I1171' +0x0000011e:ix_rkey[0034]: ' I1172' +0x00000126:ix_rkey[0035]: ' I1173' +0x0000012e:ix_rkey[0036]: ' I1174' +0x00000136:ix_rkey[0037]: ' I1175' +0x0000013e:ix_rkey[0038]: ' I1176' +0x00000146:ix_rkey[0039]: ' I1177' +0x0000014e:ix_rkey[0040]: ' I1178' +0x00000156:ix_rkey[0041]: ' I1179' +0x0000015e:ix_rkey[0042]: ' I1180' +0x00000166:ix_rkey[0043]: ' I1181' +0x0000016e:ix_rkey[0044]: ' I1182' +0x00000176:ix_rkey[0045]: ' I1183' +0x0000017e:ix_rkey[0046]: ' I1184' +0x00000186:ix_rkey[0047]: ' I1185' +0x0000018e:ix_rkey[0048]: ' I1186' +0x00000196:ix_rkey[0049]: ' I1187' +0x0000019e:ix_rkey[0050]: ' I1188' +0x000001a6:ix_rkey[0051]: ' I1189' +0x000001ae:ix_rkey[0052]: ' I1190' +0x000001b6:ix_rkey[0053]: ' I1191' +0x000001be:ix_rkey[0054]: ' I1192' +0x000001c6:ix_rkey[0055]: ' I1193' +0x000001ce:ix_rkey[0056]: ' I1194' +0x000001d6:ix_rkey[0057]: ' I1195' +0x000001de:ix_rkey[0058]: ' I1196' +0x000001e6:ix_rkey[0059]: ' I1197' +0x000001ee:ix_rkey[0060]: ' I1198' +0x000001f6:ix_rkey[0061]: ' I1199' +0x000001fe:ix_rkey[0062]: ' I1200' +0x00000206:ix_rkey[0063]: ' I1201' +0x0000020e:ix_rkey[0064]: ' I1202' +0x00000216:ix_rkey[0065]: ' I1203' +0x0000021e:ix_rkey[0066]: ' I1204' +0x00000226:ix_rkey[0067]: ' I1205' +0x0000022e:ix_rkey[0068]: ' I1206' +0x00000236:ix_rkey[0069]: ' I1207' +0x0000023e:ix_rkey[0070]: ' I1208' +0x00000246:ix_rkey[0071]: ' I1209' +0x0000024e:ix_rkey[0072]: ' I1210' +0x00000256:ix_rkey[0073]: ' I1211' +0x0000025e:ix_rkey[0074]: ' I1212' +0x00000266:ix_rkey[0075]: ' I1213' +0x0000026e:ix_rkey[0076]: ' I1214' +0x00000276:ix_rkey[0077]: ' I1215' +0x0000027e:ix_rkey[0078]: ' I1216' +0x00000286:ix_rkey[0079]: ' I1217' +0x0000028e:ix_rkey[0080]: ' I1218' +0x00000296:ix_rkey[0081]: ' I1219' +0x0000029e:ix_rkey[0082]: ' I1220' +0x000002a6:ix_rkey[0083]: ' I1221' +0x000002ae:ix_rkey[0084]: ' I1222' +0x000002b6:ix_rkey[0085]: ' I1223' +0x000002be:ix_rkey[0086]: ' I1224' +0x000002c6:ix_rkey[0087]: ' I1225' +0x000002ce:ix_rkey[0088]: ' I1226' +0x000002d6:ix_rkey[0089]: ' I1227' +0x000002de:ix_rkey[0090]: ' I1228' +0x000002e6:ix_rkey[0091]: ' I1229' +0x000002ee:ix_rkey[0092]: ' I1230' +0x000002f6:ix_rkey[0093]: ' I1231' +0x000002fe:ix_rkey[0094]: ' I1232' +0x00000306:ix_rkey[0095]: ' I1233' +0x0000030e:ix_rkey[0096]: ' I1234' +0x00000316:ix_rkey[0097]: ' I1235' +0x0000031e:ix_rkey[0098]: ' I1236' +0x00000326:ix_rkey[0099]: ' I1237' +0x0000032e:ix_rkey[0100]: ' I1238' +0x00000336:ix_rkey[0101]: ' I1239' +0x0000033e:ix_rkey[0102]: ' I1240' +0x00000346:ix_rkey[0103]: ' I1241' +0x0000034e:ix_rkey[0104]: ' I1242' +0x00000356:ix_rkey[0105]: ' I1243' +0x0000035e:ix_rkey[0106]: ' I1244' +0x00000366:ix_rkey[0107]: ' I1245' +0x0000036e:ix_rkey[0108]: ' I1246' +0x00000376:ix_rkey[0109]: ' I1247' +0x0000037e:ix_rkey[0110]: ' I1248' +0x00000386:ix_rkey[0111]: ' I1249' +0x0000038e:ix_rkey[0112]: ' I1250' +0x00000396:ix_rkey[0113]: ' I1251' +0x0000039e:ix_rkey[0114]: ' I1252' +0x000003a6:ix_rkey[0115]: ' I1253' +0x000003ae:ix_rkey[0116]: ' I1254' +0x000003b6:ix_rkey[0117]: ' I1255' +0x000003be:ix_rkey[0118]: ' I1256' +0x000003c6:ix_rkey[0119]: ' I1257' +0x000003ce:ix_rkey[0120]: ' I1258' +0x000003d6:ix_rkey[0121]: ' I1259' +0x000003de:ix_rkey[0122]: ' I1260' +0x000003e6:ix_rkey[0123]: ' I1261' +0x000003ee:ix_rkey[0124]: ' I1262' +0x000003f6:ix_rkey[0125]: ' I1263' +0x000003fe:ix_rkey[0126]: ' I1264' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000e4 +0x0000080c:ix_offs[0001]: 0x000000e4 0x00000c08:ix_lens[0001]: 0x00000069 +0x00000810:ix_offs[0002]: 0x0000014d 0x00000c0c:ix_lens[0002]: 0x00000068 +0x00000814:ix_offs[0003]: 0x000001b5 0x00000c10:ix_lens[0003]: 0x00000069 +0x00000818:ix_offs[0004]: 0x0000021e 0x00000c14:ix_lens[0004]: 0x000000ce +0x0000081c:ix_offs[0005]: 0x000002ec 0x00000c18:ix_lens[0005]: 0x000000d1 +0x00000820:ix_offs[0006]: 0x000003bd 0x00000c1c:ix_lens[0006]: 0x000000ce +0x00000824:ix_offs[0007]: 0x0000048b 0x00000c20:ix_lens[0007]: 0x000000fc +0x00000828:ix_offs[0008]: 0x00000587 0x00000c24:ix_lens[0008]: 0x000000d7 +0x0000082c:ix_offs[0009]: 0x0000065e 0x00000c28:ix_lens[0009]: 0x00000033 +0x00000830:ix_offs[0010]: 0x00000691 0x00000c2c:ix_lens[0010]: 0x00000104 +0x00000834:ix_offs[0011]: 0x00000795 0x00000c30:ix_lens[0011]: 0x0000005a +0x00000838:ix_offs[0012]: 0x000007ef 0x00000c34:ix_lens[0012]: 0x0000007b +0x0000083c:ix_offs[0013]: 0x0000086a 0x00000c38:ix_lens[0013]: 0x00000060 +0x00000840:ix_offs[0014]: 0x000008ca 0x00000c3c:ix_lens[0014]: 0x00000061 +0x00000844:ix_offs[0015]: 0x0000092b 0x00000c40:ix_lens[0015]: 0x0000005f +0x00000848:ix_offs[0016]: 0x0000098a 0x00000c44:ix_lens[0016]: 0x0000006c +0x0000084c:ix_offs[0017]: 0x000009f6 0x00000c48:ix_lens[0017]: 0x00000089 +0x00000850:ix_offs[0018]: 0x00000a7f 0x00000c4c:ix_lens[0018]: 0x0000006e +0x00000854:ix_offs[0019]: 0x00000aed 0x00000c50:ix_lens[0019]: 0x0000006d +0x00000858:ix_offs[0020]: 0x00000b5a 0x00000c54:ix_lens[0020]: 0x00000080 +0x0000085c:ix_offs[0021]: 0x00000bda 0x00000c58:ix_lens[0021]: 0x0000006d +0x00000860:ix_offs[0022]: 0x00000c47 0x00000c5c:ix_lens[0022]: 0x00000065 +0x00000864:ix_offs[0023]: 0x00000cac 0x00000c60:ix_lens[0023]: 0x00000067 +0x00000868:ix_offs[0024]: 0x00000d13 0x00000c64:ix_lens[0024]: 0x000000d7 +0x0000086c:ix_offs[0025]: 0x00000dea 0x00000c68:ix_lens[0025]: 0x00000069 +0x00000870:ix_offs[0026]: 0x00000e53 0x00000c6c:ix_lens[0026]: 0x00000066 +0x00000874:ix_offs[0027]: 0x00000eb9 0x00000c70:ix_lens[0027]: 0x0000006a +0x00000878:ix_offs[0028]: 0x00000f23 0x00000c74:ix_lens[0028]: 0x0000006a +0x0000087c:ix_offs[0029]: 0x00000f8d 0x00000c78:ix_lens[0029]: 0x0000005d +0x00000880:ix_offs[0030]: 0x00000fea 0x00000c7c:ix_lens[0030]: 0x00000063 +0x00000884:ix_offs[0031]: 0x0000104d 0x00000c80:ix_lens[0031]: 0x00000061 +0x00000888:ix_offs[0032]: 0x000010ae 0x00000c84:ix_lens[0032]: 0x0000005c +0x0000088c:ix_offs[0033]: 0x0000110a 0x00000c88:ix_lens[0033]: 0x00000060 +0x00000890:ix_offs[0034]: 0x0000116a 0x00000c8c:ix_lens[0034]: 0x00000051 +0x00000894:ix_offs[0035]: 0x000011bb 0x00000c90:ix_lens[0035]: 0x000000ac +0x00000898:ix_offs[0036]: 0x00001267 0x00000c94:ix_lens[0036]: 0x0000005d +0x0000089c:ix_offs[0037]: 0x000012c4 0x00000c98:ix_lens[0037]: 0x00000052 +0x000008a0:ix_offs[0038]: 0x00001316 0x00000c9c:ix_lens[0038]: 0x0000008e +0x000008a4:ix_offs[0039]: 0x000013a4 0x00000ca0:ix_lens[0039]: 0x00000068 +0x000008a8:ix_offs[0040]: 0x0000140c 0x00000ca4:ix_lens[0040]: 0x0000003f +0x000008ac:ix_offs[0041]: 0x0000144b 0x00000ca8:ix_lens[0041]: 0x00000083 +0x000008b0:ix_offs[0042]: 0x000014ce 0x00000cac:ix_lens[0042]: 0x0000005e +0x000008b4:ix_offs[0043]: 0x0000152c 0x00000cb0:ix_lens[0043]: 0x0000005e +0x000008b8:ix_offs[0044]: 0x0000158a 0x00000cb4:ix_lens[0044]: 0x0000005c +0x000008bc:ix_offs[0045]: 0x000015e6 0x00000cb8:ix_lens[0045]: 0x0000005f +0x000008c0:ix_offs[0046]: 0x00001645 0x00000cbc:ix_lens[0046]: 0x00000060 +0x000008c4:ix_offs[0047]: 0x000016a5 0x00000cc0:ix_lens[0047]: 0x0000005d +0x000008c8:ix_offs[0048]: 0x00001702 0x00000cc4:ix_lens[0048]: 0x0000006e +0x000008cc:ix_offs[0049]: 0x00001770 0x00000cc8:ix_lens[0049]: 0x0000005c +0x000008d0:ix_offs[0050]: 0x000017cc 0x00000ccc:ix_lens[0050]: 0x0000004d +0x000008d4:ix_offs[0051]: 0x00001819 0x00000cd0:ix_lens[0051]: 0x0000004a +0x000008d8:ix_offs[0052]: 0x00001863 0x00000cd4:ix_lens[0052]: 0x00000049 +0x000008dc:ix_offs[0053]: 0x000018ac 0x00000cd8:ix_lens[0053]: 0x0000004c +0x000008e0:ix_offs[0054]: 0x000018f8 0x00000cdc:ix_lens[0054]: 0x0000004a +0x000008e4:ix_offs[0055]: 0x00001942 0x00000ce0:ix_lens[0055]: 0x00000058 +0x000008e8:ix_offs[0056]: 0x0000199a 0x00000ce4:ix_lens[0056]: 0x0000005d +0x000008ec:ix_offs[0057]: 0x000019f7 0x00000ce8:ix_lens[0057]: 0x0000005d +0x000008f0:ix_offs[0058]: 0x00001a54 0x00000cec:ix_lens[0058]: 0x0000007d +0x000008f4:ix_offs[0059]: 0x00001ad1 0x00000cf0:ix_lens[0059]: 0x00000077 +0x000008f8:ix_offs[0060]: 0x00001b48 0x00000cf4:ix_lens[0060]: 0x0000005c +0x000008fc:ix_offs[0061]: 0x00001ba4 0x00000cf8:ix_lens[0061]: 0x0000005f +0x00000900:ix_offs[0062]: 0x00001c03 0x00000cfc:ix_lens[0062]: 0x0000006b +0x00000904:ix_offs[0063]: 0x00001c6e 0x00000d00:ix_lens[0063]: 0x00000061 +0x00000908:ix_offs[0064]: 0x00001ccf 0x00000d04:ix_lens[0064]: 0x0000007c +0x0000090c:ix_offs[0065]: 0x00001d4b 0x00000d08:ix_lens[0065]: 0x00000041 +0x00000910:ix_offs[0066]: 0x00001d8c 0x00000d0c:ix_lens[0066]: 0x00000057 +0x00000914:ix_offs[0067]: 0x00001de3 0x00000d10:ix_lens[0067]: 0x0000005a +0x00000918:ix_offs[0068]: 0x00001e3d 0x00000d14:ix_lens[0068]: 0x0000005f +0x0000091c:ix_offs[0069]: 0x00001e9c 0x00000d18:ix_lens[0069]: 0x00000079 +0x00000920:ix_offs[0070]: 0x00001f15 0x00000d1c:ix_lens[0070]: 0x0000006c +0x00000924:ix_offs[0071]: 0x00001f81 0x00000d20:ix_lens[0071]: 0x0000004d +0x00000928:ix_offs[0072]: 0x00001fce 0x00000d24:ix_lens[0072]: 0x0000004f +0x0000092c:ix_offs[0073]: 0x0000201d 0x00000d28:ix_lens[0073]: 0x00000041 +0x00000930:ix_offs[0074]: 0x0000205e 0x00000d2c:ix_lens[0074]: 0x00000056 +0x00000934:ix_offs[0075]: 0x000020b4 0x00000d30:ix_lens[0075]: 0x00000099 +0x00000938:ix_offs[0076]: 0x0000214d 0x00000d34:ix_lens[0076]: 0x0000005d +0x0000093c:ix_offs[0077]: 0x000021aa 0x00000d38:ix_lens[0077]: 0x0000004b +0x00000940:ix_offs[0078]: 0x000021f5 0x00000d3c:ix_lens[0078]: 0x0000006e +0x00000944:ix_offs[0079]: 0x00002263 0x00000d40:ix_lens[0079]: 0x00000118 +0x00000948:ix_offs[0080]: 0x0000237b 0x00000d44:ix_lens[0080]: 0x000000e8 +0x0000094c:ix_offs[0081]: 0x00002463 0x00000d48:ix_lens[0081]: 0x000000e8 +0x00000950:ix_offs[0082]: 0x0000254b 0x00000d4c:ix_lens[0082]: 0x000000e6 +0x00000954:ix_offs[0083]: 0x00002631 0x00000d50:ix_lens[0083]: 0x000000fb +0x00000958:ix_offs[0084]: 0x0000272c 0x00000d54:ix_lens[0084]: 0x0000007f +0x0000095c:ix_offs[0085]: 0x000027ab 0x00000d58:ix_lens[0085]: 0x00000065 +0x00000960:ix_offs[0086]: 0x00002810 0x00000d5c:ix_lens[0086]: 0x000000aa +0x00000964:ix_offs[0087]: 0x000028ba 0x00000d60:ix_lens[0087]: 0x000000a9 +0x00000968:ix_offs[0088]: 0x00002963 0x00000d64:ix_lens[0088]: 0x000000b7 +0x0000096c:ix_offs[0089]: 0x00002a1a 0x00000d68:ix_lens[0089]: 0x0000009d +0x00000970:ix_offs[0090]: 0x00002ab7 0x00000d6c:ix_lens[0090]: 0x000000af +0x00000974:ix_offs[0091]: 0x00002b66 0x00000d70:ix_lens[0091]: 0x000000fe +0x00000978:ix_offs[0092]: 0x00002c64 0x00000d74:ix_lens[0092]: 0x000000f9 +0x0000097c:ix_offs[0093]: 0x00002d5d 0x00000d78:ix_lens[0093]: 0x0000010f +0x00000980:ix_offs[0094]: 0x00002e6c 0x00000d7c:ix_lens[0094]: 0x0000009e +0x00000984:ix_offs[0095]: 0x00002f0a 0x00000d80:ix_lens[0095]: 0x00000094 +0x00000988:ix_offs[0096]: 0x00002f9e 0x00000d84:ix_lens[0096]: 0x00000095 +0x0000098c:ix_offs[0097]: 0x00003033 0x00000d88:ix_lens[0097]: 0x000000d6 +0x00000990:ix_offs[0098]: 0x00003109 0x00000d8c:ix_lens[0098]: 0x000000d4 +0x00000994:ix_offs[0099]: 0x000031dd 0x00000d90:ix_lens[0099]: 0x000000d9 +0x00000998:ix_offs[0100]: 0x000032b6 0x00000d94:ix_lens[0100]: 0x00000094 +0x0000099c:ix_offs[0101]: 0x0000334a 0x00000d98:ix_lens[0101]: 0x00000094 +0x000009a0:ix_offs[0102]: 0x000033de 0x00000d9c:ix_lens[0102]: 0x000000a7 +0x000009a4:ix_offs[0103]: 0x00003485 0x00000da0:ix_lens[0103]: 0x0000009b +0x000009a8:ix_offs[0104]: 0x00003520 0x00000da4:ix_lens[0104]: 0x000000c0 +0x000009ac:ix_offs[0105]: 0x000035e0 0x00000da8:ix_lens[0105]: 0x00000099 +0x000009b0:ix_offs[0106]: 0x00003679 0x00000dac:ix_lens[0106]: 0x0000009a +0x000009b4:ix_offs[0107]: 0x00003713 0x00000db0:ix_lens[0107]: 0x0000006b +0x000009b8:ix_offs[0108]: 0x0000377e 0x00000db4:ix_lens[0108]: 0x000000b1 +0x000009bc:ix_offs[0109]: 0x0000382f 0x00000db8:ix_lens[0109]: 0x000000d8 +0x000009c0:ix_offs[0110]: 0x00003907 0x00000dbc:ix_lens[0110]: 0x000000e3 +0x000009c4:ix_offs[0111]: 0x000039ea 0x00000dc0:ix_lens[0111]: 0x00000084 +0x000009c8:ix_offs[0112]: 0x00003a6e 0x00000dc4:ix_lens[0112]: 0x00000067 +0x000009cc:ix_offs[0113]: 0x00003ad5 0x00000dc8:ix_lens[0113]: 0x00000071 +0x000009d0:ix_offs[0114]: 0x00003b46 0x00000dcc:ix_lens[0114]: 0x0000009f +0x000009d4:ix_offs[0115]: 0x00003be5 0x00000dd0:ix_lens[0115]: 0x00000056 +0x000009d8:ix_offs[0116]: 0x00003c3b 0x00000dd4:ix_lens[0116]: 0x0000008f +0x000009dc:ix_offs[0117]: 0x00003cca 0x00000dd8:ix_lens[0117]: 0x00000099 +0x000009e0:ix_offs[0118]: 0x00003d63 0x00000ddc:ix_lens[0118]: 0x000000b4 +0x000009e4:ix_offs[0119]: 0x00003e17 0x00000de0:ix_lens[0119]: 0x0000009a +0x000009e8:ix_offs[0120]: 0x00003eb1 0x00000de4:ix_lens[0120]: 0x000000b6 +0x000009ec:ix_offs[0121]: 0x00003f67 0x00000de8:ix_lens[0121]: 0x00000052 +0x000009f0:ix_offs[0122]: 0x00003fb9 0x00000dec:ix_lens[0122]: 0x0000007f +0x000009f4:ix_offs[0123]: 0x00004038 0x00000df0:ix_lens[0123]: 0x00000118 +0x000009f8:ix_offs[0124]: 0x00004150 0x00000df4:ix_lens[0124]: 0x000000ec +0x000009fc:ix_offs[0125]: 0x0000423c 0x00000df8:ix_lens[0125]: 0x000000a1 +0x00000a00:ix_offs[0126]: 0x000042dd 0x00000dfc:ix_lens[0126]: 0x0000005b + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1138 offs: 0x00000000 lens: 0x000000e4 +0x00001000-0x000010e3: +>>0 @I1138@ INDI +1 NAME Ludwig_I /Wittelsbach/ +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 25 AUG 1786 +2 PLAC Strassburg +1 DEAT +2 DATE 29 FEB 1868 +2 PLAC Nice +1 BURI +2 PLAC St. Boniface,Church,Munich +1 FAMC @F393@ +1 FAMS @F324@ +<< +[0001] INDI rkey: I1139 offs: 0x000000e4 lens: 0x00000069 +0x000010e4-0x0000114c: +>>0 @I1139@ INDI +1 NAME Auguste /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1851 +1 FAMC @F393@ +<< +[0002] INDI rkey: I1140 offs: 0x0000014d lens: 0x00000068 +0x0000114d-0x000011b4: +>>0 @I1140@ INDI +1 NAME Amelia /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1790 +1 DEAT +2 DATE 1794 +1 FAMC @F393@ +<< +[0003] INDI rkey: I1141 offs: 0x000001b5 lens: 0x00000069 +0x000011b5-0x0000121d: +>>0 @I1141@ INDI +1 NAME Charles /Wittelsbach/ +1 SEX M +1 BIRT +2 DATE 1795 +1 DEAT +2 DATE 1875 +1 FAMC @F393@ +<< +[0004] INDI rkey: I1142 offs: 0x0000021e lens: 0x000000ce +0x0000121e-0x000012eb: +>>0 @I1142@ INDI +1 NAME Therese of_Saxe- Hildburghausen// +1 SEX F +1 BIRT +2 DATE 8 JUL 1792 +2 PLAC Hildburghausen +1 DEAT +2 DATE 26 OCT 1854 +2 PLAC Munich +1 BURI +2 PLAC St. Boniface,Church,Munich +1 FAMS @F324@ +<< +[0005] INDI rkey: I1143 offs: 0x000002ec lens: 0x000000d1 +0x000012ec-0x000013bc: +>>0 @I1143@ INDI +1 NAME Maximilian_II // +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 28 NOV 1811 +2 PLAC Munich +1 DEAT +2 DATE 10 MAR 1864 +2 PLAC Munich +1 BURI +2 PLAC Theatinerkirche +1 FAMC @F324@ +1 FAMS @F606@ +<< +[0006] INDI rkey: I1144 offs: 0x000003bd lens: 0x000000ce +0x000013bd-0x0000148a: +>>0 @I1144@ INDI +1 NAME Marie of_Prussia // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 15 OCT 1825 +2 PLAC Berlin +1 DEAT +2 DATE 17 MAY 1889 +2 PLAC Schloss,Hohenschwangau +1 BURI +2 PLAC Theatinerkirche +1 FAMS @F606@ +<< +[0007] INDI rkey: I1145 offs: 0x0000048b lens: 0x000000fc +0x0000148b-0x00001586: +>>0 @I1145@ INDI +1 NAME Ludwig_II /Wittelsbach/ +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 25 AUG 1845 +2 PLAC Schloss,Nymphenburg +1 DEAT +2 DATE 13 JUN 1886 +2 PLAC Starnbergersee,Near Schloss,Berg +1 BURI +2 PLAC St. Michaels,Church,Munich +1 FAMC @F606@ +<< +[0008] INDI rkey: I1146 offs: 0x00000587 lens: 0x000000d7 +0x00001587-0x0000165d: +>>0 @I1146@ INDI +1 NAME Otto_I /Wittelsbach/ +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 27 APR 1848 +2 PLAC Munich +1 DEAT +2 DATE 11 OCT 1916 +2 PLAC Near,Munich +1 BURI +2 PLAC St. Michaels,Church,Munich +1 FAMC @F606@ +<< +[0009] INDI rkey: I1147 offs: 0x0000065e lens: 0x00000033 +0x0000165e-0x00001690: +>>0 @I1147@ INDI +1 NAME 5sons_1dau // +1 FAMC @F517@ +<< +[0010] INDI rkey: I1148 offs: 0x00000691 lens: 0x00000104 +0x00001691-0x00001794: +>>0 @I1148@ INDI +1 NAME Otto_I Friedrich Ludwig/Wittelsbach/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 1 JUN 1815 +2 PLAC Salzburg,Austria +1 DEAT +2 DATE 26 JUL 1867 +2 PLAC Bamberg,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMC @F324@ +1 FAMS @F607@ +<< +[0011] INDI rkey: I1149 offs: 0x00000795 lens: 0x0000005a +0x00001795-0x000017ee: +>>0 @I1149@ INDI +1 NAME Theodolinde // +1 BIRT +2 DATE 1816 +1 DEAT +2 DATE 1817 +1 FAMC @F324@ +<< +[0012] INDI rkey: I1150 offs: 0x000007ef lens: 0x0000007b +0x000017ef-0x00001869: +>>0 @I1150@ INDI +1 NAME Luitpold // +1 SEX M +1 TITL Regent +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1912 +1 FAMC @F324@ +1 FAMS @F419@ +<< +[0013] INDI rkey: I1151 offs: 0x0000086a lens: 0x00000060 +0x0000186a-0x000018c9: +>>0 @I1151@ INDI +1 NAME Adelgunde // +1 SEX F +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1914 +1 FAMC @F324@ +<< +[0014] INDI rkey: I1152 offs: 0x000008ca lens: 0x00000061 +0x000018ca-0x0000192a: +>>0 @I1152@ INDI +1 NAME Hildegarde // +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1864 +1 FAMC @F324@ +<< +[0015] INDI rkey: I1153 offs: 0x0000092b lens: 0x0000005f +0x0000192b-0x00001989: +>>0 @I1153@ INDI +1 NAME Adalbert // +1 SEX M +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1875 +1 FAMC @F324@ +<< +[0016] INDI rkey: I1154 offs: 0x0000098a lens: 0x0000006c +0x0000198a-0x000019f5: +>>0 @I1154@ INDI +1 NAME Maximilian /Wittelsbach/ +1 SEX M +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1803 +1 FAMC @F388@ +<< +[0017] INDI rkey: I1155 offs: 0x000009f6 lens: 0x00000089 +0x000019f6-0x00001a7e: +>>0 @I1155@ INDI +1 NAME Elizabeth (twin) of_Bavaria/Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1873 +1 FAMC @F388@ +1 FAMS @F259@ +<< +[0018] INDI rkey: I1156 offs: 0x00000a7f lens: 0x0000006e +0x00001a7f-0x00001aec: +>>0 @I1156@ INDI +1 NAME Amelia (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1877 +1 FAMC @F388@ +<< +[0019] INDI rkey: I1157 offs: 0x00000aed lens: 0x0000006d +0x00001aed-0x00001b59: +>>0 @I1157@ INDI +1 NAME Maria (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1877 +1 FAMC @F388@ +<< +[0020] INDI rkey: I1158 offs: 0x00000b5a lens: 0x00000080 +0x00001b5a-0x00001bd9: +>>0 @I1158@ INDI +1 NAME Ludovica (Louise) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1892 +1 FAMC @F388@ +1 FAMS @F608@ +<< +[0021] INDI rkey: I1159 offs: 0x00000bda lens: 0x0000006d +0x00001bda-0x00001c46: +>>0 @I1159@ INDI +1 NAME Maximiliana /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1821 +1 FAMC @F388@ +<< +[0022] INDI rkey: I1160 offs: 0x00000c47 lens: 0x00000065 +0x00001c47-0x00001cab: +>>0 @I1160@ INDI +1 NAME Frederick Louis // +1 SEX M +1 BIRT +2 DATE 1707 +1 DEAT +2 DATE 1708 +1 FAMC @F219@ +<< +[0023] INDI rkey: I1161 offs: 0x00000cac lens: 0x00000067 +0x00001cac-0x00001d12: +>>0 @I1161@ INDI +1 NAME Frederick William // +1 SEX M +1 BIRT +2 DATE 1710 +1 DEAT +2 DATE 1711 +1 FAMC @F219@ +<< +[0024] INDI rkey: I1162 offs: 0x00000d13 lens: 0x000000d7 +0x00001d13-0x00001de9: +>>0 @I1162@ INDI +1 NAME Frederick_II the_Great // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 24 JAN 1712 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 17 AUG 1786 +2 PLAC Sans Souci,Potsdam,Germany +1 FAMC @F219@ +1 FAMS @F609@ +<< +[0025] INDI rkey: I1163 offs: 0x00000dea lens: 0x00000069 +0x00001dea-0x00001e52: +>>0 @I1163@ INDI +1 NAME Charlotte Albertine // +1 SEX F +1 BIRT +2 DATE 1713 +1 DEAT +2 DATE 1714 +1 FAMC @F219@ +<< +[0026] INDI rkey: I1164 offs: 0x00000e53 lens: 0x00000066 +0x00001e53-0x00001eb8: +>>0 @I1164@ INDI +1 NAME Frederica Louise // +1 SEX F +1 BIRT +2 DATE 1714 +1 DEAT +2 DATE 1784 +1 FAMC @F219@ +<< +[0027] INDI rkey: I1165 offs: 0x00000eb9 lens: 0x0000006a +0x00001eb9-0x00001f22: +>>0 @I1165@ INDI +1 NAME Philippine Charlotte // +1 SEX F +1 BIRT +2 DATE 1716 +1 DEAT +2 DATE 1801 +1 FAMC @F219@ +<< +[0028] INDI rkey: I1166 offs: 0x00000f23 lens: 0x0000006a +0x00001f23-0x00001f8c: +>>0 @I1166@ INDI +1 NAME Louis Charles William// +1 SEX M +1 BIRT +2 DATE 1717 +1 DEAT +2 DATE 1719 +1 FAMC @F219@ +<< +[0029] INDI rkey: I1167 offs: 0x00000f8d lens: 0x0000005d +0x00001f8d-0x00001fe9: +>>0 @I1167@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1719 +1 DEAT +2 DATE 1765 +1 FAMC @F219@ +<< +[0030] INDI rkey: I1168 offs: 0x00000fea lens: 0x00000063 +0x00001fea-0x0000204c: +>>0 @I1168@ INDI +1 NAME Louise Ulrika // +1 SEX F +1 BIRT +2 DATE 1720 +1 DEAT +2 DATE 1782 +1 FAMC @F219@ +<< +[0031] INDI rkey: I1169 offs: 0x0000104d lens: 0x00000061 +0x0000204d-0x000020ad: +>>0 @I1169@ INDI +1 NAME Anna Amelia // +1 SEX F +1 BIRT +2 DATE 1725 +1 DEAT +2 DATE 1787 +1 FAMC @F219@ +<< +[0032] INDI rkey: I1170 offs: 0x000010ae lens: 0x0000005c +0x000020ae-0x00002109: +>>0 @I1170@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1802 +1 FAMC @F219@ +<< +[0033] INDI rkey: I1171 offs: 0x0000110a lens: 0x00000060 +0x0000210a-0x00002169: +>>0 @I1171@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1730 +1 DEAT +2 DATE 1813 +1 FAMC @F219@ +<< +[0034] INDI rkey: I1172 offs: 0x0000116a lens: 0x00000051 +0x0000216a-0x000021ba: +>>0 @I1172@ INDI +1 NAME Heinrich_XXII /Reuss/ +1 SEX M +1 TITL Prince +1 FAMS @F270@ +<< +[0035] INDI rkey: I1173 offs: 0x000011bb lens: 0x000000ac +0x000021bb-0x00002266: +>>0 @I1173@ INDI +1 NAME Elizabeth Henrietta of_Hesse-Cassel// +1 SEX F +1 BIRT +2 DATE 8 NOV 1661 +2 PLAC Cassel +1 DEAT +2 DATE 27 JUN 1683 +2 PLAC Coln au Der,Spree +1 FAMS @F452@ +<< +[0036] INDI rkey: I1174 offs: 0x00001267 lens: 0x0000005d +0x00002267-0x000022c3: +>>0 @I1174@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1705 +1 FAMC @F452@ +<< +[0037] INDI rkey: I1175 offs: 0x000012c4 lens: 0x00000052 +0x000022c4-0x00002315: +>>0 @I1175@ INDI +1 NAME Frederick_I // +1 SEX M +1 TITL King of Sweden +1 FAMC @F452@ +<< +[0038] INDI rkey: I1176 offs: 0x00001316 lens: 0x0000008e +0x00002316-0x000023a3: +>>0 @I1176@ INDI +1 NAME Sophia Louise of_Mecklenburg-// +1 SEX F +1 BIRT +2 DATE 16 MAY 1685 +1 DEAT +2 DATE 29 JUL 1735 +2 PLAC Grabow +1 FAMS @F453@ +<< +[0039] INDI rkey: I1177 offs: 0x000013a4 lens: 0x00000068 +0x000023a4-0x0000240b: +>>0 @I1177@ INDI +1 NAME Frederick Augustus // +1 SEX M +1 BIRT +2 DATE 1685 +1 DEAT +2 DATE 1686 +1 FAMC @F446@ +<< +[0040] INDI rkey: I1178 offs: 0x0000140c lens: 0x0000003f +0x0000240c-0x0000244a: +>>0 @I1178@ INDI +1 NAME Son (stillborn) // +1 SEX M +1 FAMC @F446@ +<< +[0041] INDI rkey: I1179 offs: 0x0000144b lens: 0x00000083 +0x0000244b-0x000024cd: +>>0 @I1179@ INDI +1 NAME Augusta of_Austria- Tuscany// +1 SEX F +1 TITL Archduchess +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1864 +1 FAMS @F419@ +<< +[0042] INDI rkey: I1180 offs: 0x000014ce lens: 0x0000005e +0x000024ce-0x0000252b: +>>0 @I1180@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1930 +1 FAMC @F419@ +<< +[0043] INDI rkey: I1181 offs: 0x0000152c lens: 0x0000005e +0x0000252c-0x00002589: +>>0 @I1181@ INDI +1 NAME Therese // +1 SEX F +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1925 +1 FAMC @F419@ +<< +[0044] INDI rkey: I1182 offs: 0x0000158a lens: 0x0000005c +0x0000258a-0x000025e5: +>>0 @I1182@ INDI +1 NAME Amulf // +1 SEX M +1 BIRT +2 DATE 1852 +1 DEAT +2 DATE 1907 +1 FAMC @F419@ +<< +[0045] INDI rkey: I1183 offs: 0x000015e6 lens: 0x0000005f +0x000025e6-0x00002644: +>>0 @I1183@ INDI +1 NAME Luitpold // +1 SEX M +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1914 +1 FAMC @F420@ +<< +[0046] INDI rkey: I1184 offs: 0x00001645 lens: 0x00000060 +0x00002645-0x000026a4: +>>0 @I1184@ INDI +1 NAME Irmingard // +1 SEX F +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1903 +1 FAMC @F420@ +<< +[0047] INDI rkey: I1185 offs: 0x000016a5 lens: 0x0000005d +0x000026a5-0x00002701: +>>0 @I1185@ INDI +1 NAME Rudolf // +1 SEX M +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1912 +1 FAMC @F420@ +<< +[0048] INDI rkey: I1186 offs: 0x00001702 lens: 0x0000006e +0x00002702-0x0000276f: +>>0 @I1186@ INDI +1 NAME Antoinette of_Luxembourg // +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1954 +1 FAMS @F421@ +<< +[0049] INDI rkey: I1187 offs: 0x00001770 lens: 0x0000005c +0x00002770-0x000027cb: +>>0 @I1187@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1922 +1 DEAT +2 DATE 1958 +1 FAMC @F421@ +<< +[0050] INDI rkey: I1188 offs: 0x000017cc lens: 0x0000004d +0x000027cc-0x00002818: +>>0 @I1188@ INDI +1 NAME Irmingard // +1 SEX F +1 BIRT +2 DATE 1923 +1 FAMC @F421@ +<< +[0051] INDI rkey: I1189 offs: 0x00001819 lens: 0x0000004a +0x00002819-0x00002862: +>>0 @I1189@ INDI +1 NAME Editha // +1 SEX F +1 BIRT +2 DATE 1924 +1 FAMC @F421@ +<< +[0052] INDI rkey: I1190 offs: 0x00001863 lens: 0x00000049 +0x00002863-0x000028ab: +>>0 @I1190@ INDI +1 NAME Hilda // +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMC @F421@ +<< +[0053] INDI rkey: I1191 offs: 0x000018ac lens: 0x0000004c +0x000028ac-0x000028f7: +>>0 @I1191@ INDI +1 NAME Gabriele // +1 SEX F +1 BIRT +2 DATE 1927 +1 FAMC @F421@ +<< +[0054] INDI rkey: I1192 offs: 0x000018f8 lens: 0x0000004a +0x000028f8-0x00002941: +>>0 @I1192@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMC @F421@ +<< +[0055] INDI rkey: I1193 offs: 0x00001942 lens: 0x00000058 +0x00002942-0x00002999: +>>0 @I1193@ INDI +1 NAME Maximilian Joseph // +1 SEX M +1 TITL Duke of Bavaria +1 FAMS @F608@ +<< +[0056] INDI rkey: I1194 offs: 0x0000199a lens: 0x0000005d +0x0000299a-0x000029f6: +>>0 @I1194@ INDI +1 NAME Ludwig // +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1920 +1 FAMC @F608@ +<< +[0057] INDI rkey: I1195 offs: 0x000019f7 lens: 0x0000005d +0x000029f7-0x00002a53: +>>0 @I1195@ INDI +1 NAME Helene // +1 SEX F +1 BIRT +2 DATE 1834 +1 DEAT +2 DATE 1858 +1 FAMC @F608@ +<< +[0058] INDI rkey: I1196 offs: 0x00001a54 lens: 0x0000007d +0x00002a54-0x00002ad0: +>>0 @I1196@ INDI +1 NAME Elizabeth // +1 SEX F +1 TITL Empress +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1898 +1 FAMC @F608@ +1 FAMS @F610@ +<< +[0059] INDI rkey: I1197 offs: 0x00001ad1 lens: 0x00000077 +0x00002ad1-0x00002b47: +>>0 @I1197@ INDI +1 NAME Karl Theodor "Gackl"// +1 SEX M +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1909 +1 FAMC @F608@ +1 FAMS @F422@ +<< +[0060] INDI rkey: I1198 offs: 0x00001b48 lens: 0x0000005c +0x00002b48-0x00002ba3: +>>0 @I1198@ INDI +1 NAME Maria // +1 SEX F +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1925 +1 FAMC @F608@ +<< +[0061] INDI rkey: I1199 offs: 0x00001ba4 lens: 0x0000005f +0x00002ba4-0x00002c02: +>>0 @I1199@ INDI +1 NAME Mathilde // +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1925 +1 FAMC @F608@ +<< +[0062] INDI rkey: I1200 offs: 0x00001c03 lens: 0x0000006b +0x00002c03-0x00002c6d: +>>0 @I1200@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1897 +1 FAMC @F608@ +1 FAMS @F611@ +<< +[0063] INDI rkey: I1201 offs: 0x00001c6e lens: 0x00000061 +0x00002c6e-0x00002cce: +>>0 @I1201@ INDI +1 NAME Maximilian // +1 SEX M +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1893 +1 FAMC @F608@ +<< +[0064] INDI rkey: I1202 offs: 0x00001ccf lens: 0x0000007c +0x00002ccf-0x00002d4a: +>>0 @I1202@ INDI +1 NAME Maria Josepha of_Portugal// +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1943 +1 FAMC @F612@ +1 FAMS @F422@ +<< +[0065] INDI rkey: I1203 offs: 0x00001d4b lens: 0x00000041 +0x00002d4b-0x00002d8b: +>>0 @I1203@ INDI +1 NAME Alexander /Zoubkoff/ +1 SEX M +1 FAMS @F60@ +<< +[0066] INDI rkey: I1204 offs: 0x00001d8c lens: 0x00000057 +0x00002d8c-0x00002de2: +>>0 @I1204@ INDI +1 NAME Irene // +1 SEX F +1 BIRT +2 DATE 1939 +1 FAMC @F404@ +1 FAMS @F613@ +<< +[0067] INDI rkey: I1205 offs: 0x00001de3 lens: 0x0000005a +0x00002de3-0x00002e3c: +>>0 @I1205@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 1943 +1 FAMC @F404@ +1 FAMS @F614@ +<< +[0068] INDI rkey: I1206 offs: 0x00001e3d lens: 0x0000005f +0x00002e3d-0x00002e9b: +>>0 @I1206@ INDI +1 NAME Mary Christina // +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMC @F404@ +1 FAMS @F615@ +<< +[0069] INDI rkey: I1207 offs: 0x00001e9c lens: 0x00000079 +0x00002e9c-0x00002f14: +>>0 @I1207@ INDI +1 NAME Claus /von_Amsberg/ +1 SEX M +1 BIRT +2 DATE 6 SEP 1926 +2 PLAC Dotzingen +1 FAMC @F616@ +1 FAMS @F405@ +<< +[0070] INDI rkey: I1208 offs: 0x00001f15 lens: 0x0000006c +0x00002f15-0x00002f80: +>>0 @I1208@ INDI +1 NAME William Alexander // +1 SEX M +1 TITL Prince of Orange +1 BIRT +2 DATE 1967 +1 FAMC @F405@ +<< +[0071] INDI rkey: I1209 offs: 0x00001f81 lens: 0x0000004d +0x00002f81-0x00002fcd: +>>0 @I1209@ INDI +1 NAME John Friso // +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F405@ +<< +[0072] INDI rkey: I1210 offs: 0x00001fce lens: 0x0000004f +0x00002fce-0x0000301c: +>>0 @I1210@ INDI +1 NAME Constantine // +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F405@ +<< +[0073] INDI rkey: I1211 offs: 0x0000201d lens: 0x00000041 +0x0000301d-0x0000305d: +>>0 @I1211@ INDI +1 NAME Claus /von_Amsberg/ +1 SEX M +1 FAMS @F616@ +<< +[0074] INDI rkey: I1212 offs: 0x0000205e lens: 0x00000056 +0x0000305e-0x000030b3: +>>0 @I1212@ INDI +1 NAME Gosta /von_dem_Bussche-/ +1 SEX F +1 TITL Baroness +1 FAMS @F616@ +<< +[0075] INDI rkey: I1213 offs: 0x000020b4 lens: 0x00000099 +0x000030b4-0x0000314c: +>>0 @I1213@ INDI +1 NAME Frederick Francis_II of_Mecklenburg-// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1883 +1 FAMC @F337@ +1 FAMS @F403@ +<< +[0076] INDI rkey: I1214 offs: 0x0000214d lens: 0x0000005d +0x0000314d-0x000031a9: +>>0 @I1214@ INDI +1 NAME Marie of_Schwarzburg- Rudolstadt// +1 SEX F +1 FAMC @F617@ +1 FAMS @F403@ +<< +[0077] INDI rkey: I1215 offs: 0x000021aa lens: 0x0000004b +0x000031aa-0x000031f4: +>>0 @I1215@ INDI +1 NAME Antoine de_Bourbon of_France// +1 SEX M +1 FAMS @F145@ +<< +[0078] INDI rkey: I1216 offs: 0x000021f5 lens: 0x0000006e +0x000031f5-0x00003262: +>>0 @I1216@ INDI +1 NAME Helene of_Nassau Henrietta// +1 SEX F +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1888 +1 FAMS @F17@ +<< +[0079] INDI rkey: I1217 offs: 0x00002263 lens: 0x00000118 +0x00003263-0x0000337a: +>>0 @I1217@ INDI +1 NAME Henry_VI // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 6 DEC 1421 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 21 MAY 1471 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMC @F618@ +1 FAMS @F567@ +<< +[0080] INDI rkey: I1218 offs: 0x0000237b lens: 0x000000e8 +0x0000337b-0x00003462: +>>0 @I1218@ INDI +1 NAME Margaret of_Anjou // +1 SEX F +1 BIRT +2 DATE 23 MAR 1429 +2 PLAC Pont-a-Mousson,Lorraine +1 DEAT +2 DATE 25 AUG 1482 +2 PLAC Chateau de,Dampiere,Near Saumur +1 BURI +2 PLAC Angers,Cathedral +1 FAMC @F619@ +1 FAMS @F567@ +<< +[0081] INDI rkey: I1219 offs: 0x00002463 lens: 0x000000e8 +0x00003463-0x0000354a: +>>0 @I1219@ INDI +1 NAME Henry_V // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 9 AUG 1387 +2 PLAC Monmouth +1 DEAT +2 DATE 31 AUG 1422 +2 PLAC Bois de,Vincennes +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F620@ +1 FAMS @F618@ +<< +[0082] INDI rkey: I1220 offs: 0x0000254b lens: 0x000000e6 +0x0000354b-0x00003630: +>>0 @I1220@ INDI +1 NAME Catherine of_Valois // +1 SEX F +1 BIRT +2 DATE 27 OCT 1401 +2 PLAC Paris +1 DEAT +2 DATE 3 JAN 1437 +2 PLAC Bermondsey,Abbey +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F621@ +1 FAMS @F618@ +1 FAMS @F622@ +<< +[0083] INDI rkey: I1221 offs: 0x00002631 lens: 0x000000fb +0x00003631-0x0000372b: +>>0 @I1221@ INDI +1 NAME Henry_IV // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 4 APR 1366 +2 PLAC Bolingbrooke,Castle +1 DEAT +2 DATE 20 MAR 1413 +2 PLAC London,England +1 BURI +2 PLAC Canterbury,Cathedral,England +1 FAMC @F623@ +1 FAMS @F620@ +1 FAMS @F624@ +<< +[0084] INDI rkey: I1222 offs: 0x0000272c lens: 0x0000007f +0x0000372c-0x000037aa: +>>0 @I1222@ INDI +1 NAME Mary /De_Bohun/ +1 SEX F +1 DEAT +2 DATE 4 JUL 1394 +2 PLAC Peterborough,Castle +1 FAMC @F625@ +1 FAMS @F620@ +<< +[0085] INDI rkey: I1223 offs: 0x000027ab lens: 0x00000065 +0x000037ab-0x0000380f: +>>0 @I1223@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE APR 1382 +1 DEAT +2 DATE ABT 1382 +1 FAMC @F620@ +<< +[0086] INDI rkey: I1224 offs: 0x00002810 lens: 0x000000aa +0x00003810-0x000038b9: +>>0 @I1224@ INDI +1 NAME Thomas // +1 SEX M +1 TITL Duke of Clarence +1 BIRT +2 DATE 1388 +2 PLAC Kenilworth +1 DEAT +2 DATE 22 MAR 1421 +2 PLAC Beauge +1 FAMC @F620@ +1 FAMS @F626@ +<< +[0087] INDI rkey: I1225 offs: 0x000028ba lens: 0x000000a9 +0x000038ba-0x00003962: +>>0 @I1225@ INDI +1 NAME John // +1 SEX M +1 TITL Duke of Bedford +1 BIRT +2 DATE 20 JUN 1389 +1 DEAT +2 DATE 15 SEP 1435 +2 PLAC Rouen +1 FAMC @F620@ +1 FAMS @F627@ +1 FAMS @F628@ +<< +[0088] INDI rkey: I1226 offs: 0x00002963 lens: 0x000000b7 +0x00003963-0x00003a19: +>>0 @I1226@ INDI +1 NAME Humphrey of_Gloucester // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE SEP 1390 +1 DEAT +2 DATE 23 FEB 1447 +2 PLAC Bury St. Edmunds +1 FAMC @F620@ +1 FAMS @F629@ +1 FAMS @F630@ +<< +[0089] INDI rkey: I1227 offs: 0x00002a1a lens: 0x0000009d +0x00003a1a-0x00003ab6: +>>0 @I1227@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE 1392 +2 PLAC Peterborough,Castle +1 DEAT +2 DATE 21 MAY 1409 +2 PLAC Germany +1 FAMC @F620@ +1 FAMS @F631@ +<< +[0090] INDI rkey: I1228 offs: 0x00002ab7 lens: 0x000000af +0x00003ab7-0x00003b65: +>>0 @I1228@ INDI +1 NAME Philippa // +1 SEX F +1 BIRT +2 DATE 4 JUL 1394 +2 PLAC Peterborough,Castle +1 DEAT +2 DATE 5 JAN 1430 +2 PLAC Convent,of Vadstena +1 FAMC @F620@ +1 FAMS @F632@ +<< +[0091] INDI rkey: I1229 offs: 0x00002b66 lens: 0x000000fe +0x00003b66-0x00003c63: +>>0 @I1229@ INDI +1 NAME Edward_III // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 13 NOV 1312 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 21 JUN 1377 +2 PLAC Sheen Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F92@ +1 FAMS @F633@ +<< +[0092] INDI rkey: I1230 offs: 0x00002c64 lens: 0x000000f9 +0x00003c64-0x00003d5c: +>>0 @I1230@ INDI +1 NAME Philippa of_Hainault // +1 SEX F +1 BIRT +2 DATE 24 JUN 1311 +2 PLAC Valenciennes +1 DEAT +2 DATE 14 AUG 1369 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F634@ +1 FAMS @F633@ +<< +[0093] INDI rkey: I1231 offs: 0x00002d5d lens: 0x0000010f +0x00003d5d-0x00003e6b: +>>0 @I1231@ INDI +1 NAME Edward // +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 15 JUN 1330 +2 PLAC Woodstock,Oxfordshire,England +1 DEAT +2 DATE 8 JUN 1376 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Canterbury,Cathedral,London,England +1 FAMC @F633@ +1 FAMS @F635@ +<< +[0094] INDI rkey: I1232 offs: 0x00002e6c lens: 0x0000009e +0x00003e6c-0x00003f09: +>>0 @I1232@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 16 JUN 1332 +2 PLAC Woodstock +1 DEAT +2 DATE BEF OCT 1382 +2 PLAC London +1 FAMC @F633@ +1 FAMS @F636@ +<< +[0095] INDI rkey: I1233 offs: 0x00002f0a lens: 0x00000094 +0x00003f0a-0x00003f9d: +>>0 @I1233@ INDI +1 NAME Joan (Joanna) // +1 SEX F +1 BIRT +2 DATE ABT FEB 1335 +2 PLAC Woodstock +1 DEAT +2 DATE 2 SEP 1348 +2 PLAC Bayonne +1 FAMC @F633@ +<< +[0096] INDI rkey: I1234 offs: 0x00002f9e lens: 0x00000095 +0x00003f9e-0x00004032: +>>0 @I1234@ INDI +1 NAME William of_Hatfield // +1 SEX M +1 BIRT +2 DATE BEF 16 FEB 1337 +2 PLAC Hatfield Herts +1 DEAT +2 DATE BEF 8 JUL 1337 +1 FAMC @F633@ +<< +[0097] INDI rkey: I1235 offs: 0x00003033 lens: 0x000000d6 +0x00004033-0x00004108: +>>0 @I1235@ INDI +1 NAME Lionel of_Antwerp // +1 SEX M +1 TITL Duke of Clarence +1 BIRT +2 DATE 29 NOV 1338 +2 PLAC Antwerp,Belgium +1 DEAT +2 DATE 10 DEC 1363 +2 PLAC Dublin,Ireland +1 FAMC @F633@ +1 FAMS @F637@ +1 FAMS @F638@ +<< +[0098] INDI rkey: I1236 offs: 0x00003109 lens: 0x000000d4 +0x00004109-0x000041dc: +>>0 @I1236@ INDI +1 NAME John of_Gaunt // +1 SEX M +1 TITL Duke of Lancast. +1 BIRT +2 DATE MAR 1340 +2 PLAC Ghent +1 DEAT +2 DATE 3 FEB 1399 +2 PLAC Leicester Castle +1 FAMC @F633@ +1 FAMS @F623@ +1 FAMS @F639@ +1 FAMS @F640@ +<< +[0099] INDI rkey: I1237 offs: 0x000031dd lens: 0x000000d9 +0x000041dd-0x000042b5: +>>0 @I1237@ INDI +1 NAME Edmund of_Langley // +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 5 JUN 1341 +2 PLAC Kings Langley,Herts +1 DEAT +2 DATE 1 AUG 1402 +2 PLAC Kings Langley,Herts +1 FAMC @F633@ +1 FAMS @F570@ +1 FAMS @F641@ +<< +[0100] INDI rkey: I1238 offs: 0x000032b6 lens: 0x00000094 +0x000042b6-0x00004349: +>>0 @I1238@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE MAR 1342 +2 PLAC Tower of London +1 DEAT +2 DATE MAR 1342 +2 PLAC Tower of London +1 FAMC @F633@ +<< +[0101] INDI rkey: I1239 offs: 0x0000334a lens: 0x00000094 +0x0000434a-0x000043dd: +>>0 @I1239@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 10 OCT 1344 +2 PLAC Waltham,Near Winchester +1 DEAT +2 DATE 1361/1362 +1 FAMC @F633@ +1 FAMS @F642@ +<< +[0102] INDI rkey: I1240 offs: 0x000033de lens: 0x000000a7 +0x000043de-0x00004484: +>>0 @I1240@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 20 JUL 1346 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE AFT 1 OCT 1361 +1 FAMC @F633@ +1 FAMS @F643@ +<< +[0103] INDI rkey: I1241 offs: 0x00003485 lens: 0x0000009b +0x00004485-0x0000451f: +>>0 @I1241@ INDI +1 NAME William of_Windsor // +1 SEX M +1 BIRT +2 DATE 24 JUN 1348 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE SEP 1348 +1 FAMC @F633@ +<< +[0104] INDI rkey: I1242 offs: 0x00003520 lens: 0x000000c0 +0x00004520-0x000045df: +>>0 @I1242@ INDI +1 NAME Thomas of_Woodstock // +1 SEX M +1 TITL Duke of Glouces. +1 BIRT +2 DATE 7 JAN 1355 +2 PLAC Woodstock +1 DEAT +2 DATE 15 SEP 1396/1397 +2 PLAC Calais +1 FAMC @F633@ +1 FAMS @F644@ +<< +[0105] INDI rkey: I1243 offs: 0x000035e0 lens: 0x00000099 +0x000045e0-0x00004678: +>>0 @I1243@ INDI +1 NAME Blanche of_Lancaster // +1 SEX F +1 BIRT +2 DATE 1341 +1 DEAT +2 DATE 12 SEP 1369 +2 PLAC Bolingbroke,Castle +1 FAMC @F645@ +1 FAMS @F623@ +<< +[0106] INDI rkey: I1244 offs: 0x00003679 lens: 0x0000009a +0x00004679-0x00004712: +>>0 @I1244@ INDI +1 NAME Isabella_II // +1 SEX F +1 TITL Queen of Spain +1 BIRT +2 DATE 1830 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 1904 +1 FAMC @F646@ +1 FAMS @F415@ +<< +[0107] INDI rkey: I1245 offs: 0x00003713 lens: 0x0000006b +0x00004713-0x0000477d: +>>0 @I1245@ INDI +1 NAME Don_Francisco /de_Asis/ +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1902 +1 FAMS @F415@ +<< +[0108] INDI rkey: I1246 offs: 0x0000377e lens: 0x000000b1 +0x0000477e-0x0000482e: +>>0 @I1246@ INDI +1 NAME Ferdinand_VII // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 1833 +1 FAMC @F647@ +1 FAMS @F648@ +1 FAMS @F649@ +1 FAMS @F650@ +1 FAMS @F646@ +<< +[0109] INDI rkey: I1247 offs: 0x0000382f lens: 0x000000d8 +0x0000482f-0x00004906: +>>0 @I1247@ INDI +1 NAME Mary /Stuart/ +1 SEX F +1 TITL Queen of Scots +1 BIRT +2 DATE 7 DEC 1542 +2 PLAC Linlithgow,Scotland +1 DEAT +2 DATE 8 FEB 1587 +2 PLAC ,England +1 FAMC @F492@ +1 FAMS @F651@ +1 FAMS @F435@ +1 FAMS @F652@ +<< +[0110] INDI rkey: I1248 offs: 0x00003907 lens: 0x000000e3 +0x00004907-0x000049e9: +>>0 @I1248@ INDI +1 NAME Francis_II // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 19 JAN 1544 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 5 DEC 1560 +2 PLAC Orleans,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F653@ +1 FAMS @F651@ +<< +[0111] INDI rkey: I1249 offs: 0x000039ea lens: 0x00000084 +0x000049ea-0x00004a6d: +>>0 @I1249@ INDI +1 NAME Henry /Stuart/ +1 SEX M +1 TITL Lord Darnley +1 BIRT +2 DATE 1545 +1 DEAT +2 DATE 1567 +1 FAMC @F654@ +1 FAMS @F435@ +<< +[0112] INDI rkey: I1250 offs: 0x00003a6e lens: 0x00000067 +0x00004a6e-0x00004ad4: +>>0 @I1250@ INDI +1 NAME James /Hepburn/ +1 SEX M +1 TITL Earl Bothwell-4 +1 DEAT +2 DATE 1576 +1 FAMS @F652@ +<< +[0113] INDI rkey: I1251 offs: 0x00003ad5 lens: 0x00000071 +0x00004ad5-0x00004b45: +>>0 @I1251@ INDI +1 NAME Mary of_Guise // +1 SEX F +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1560 +1 FAMC @F655@ +1 FAMS @F492@ +<< +[0114] INDI rkey: I1252 offs: 0x00003b46 lens: 0x0000009f +0x00004b46-0x00004be4: +>>0 @I1252@ INDI +1 NAME James_III // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1451 +2 PLAC Stirling,Scotland +1 DEAT +2 DATE 1488 +1 FAMC @F656@ +1 FAMS @F490@ +<< +[0115] INDI rkey: I1253 offs: 0x00003be5 lens: 0x00000056 +0x00004be5-0x00004c3a: +>>0 @I1253@ INDI +1 NAME Richard de_Burgh // +1 SEX M +1 TITL Earl of Ulster +1 FAMS @F657@ +<< +[0116] INDI rkey: I1254 offs: 0x00003c3b lens: 0x0000008f +0x00004c3b-0x00004cc9: +>>0 @I1254@ INDI +1 NAME Edmund /Tudor/ +1 SEX M +1 TITL Earl of Richmond +1 BIRT +2 DATE ABT 1430 +1 DEAT +2 DATE 1456 +1 FAMC @F622@ +1 FAMS @F454@ +<< +[0117] INDI rkey: I1255 offs: 0x00003cca lens: 0x00000099 +0x00004cca-0x00004d62: +>>0 @I1255@ INDI +1 NAME Margaret of_Richmond /Beaufort/ +1 SEX F +1 TITL Countess +1 DEAT +2 DATE 1509 +1 FAMC @F658@ +1 FAMS @F454@ +1 FAMS @F659@ +1 FAMS @F660@ +<< +[0118] INDI rkey: I1256 offs: 0x00003d63 lens: 0x000000b4 +0x00004d63-0x00004e16: +>>0 @I1256@ INDI +1 NAME John of_Eltham // +1 SEX M +1 TITL Earl of Cornwall +1 BIRT +2 DATE ABT 15 AUG 1316 +2 PLAC Eltham Palace,Kent +1 DEAT +2 DATE 14 SEP 1336 +2 PLAC Perth +1 FAMC @F92@ +<< +[0119] INDI rkey: I1257 offs: 0x00003e17 lens: 0x0000009a +0x00004e17-0x00004eb0: +>>0 @I1257@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 18 JUN 1318 +2 PLAC Woodstock +1 DEAT +2 DATE 22 APR 1355 +2 PLAC Deventer +1 FAMC @F92@ +1 FAMS @F661@ +<< +[0120] INDI rkey: I1258 offs: 0x00003eb1 lens: 0x000000b6 +0x00004eb1-0x00004f66: +>>0 @I1258@ INDI +1 NAME Joan of_the_Tower // +1 SEX F +1 BIRT +2 DATE 5 JUL 1321 +2 PLAC Tower of London,London,England +1 DEAT +2 DATE 7 SEP 1362 +2 PLAC Hertford +1 FAMC @F92@ +1 FAMS @F662@ +<< +[0121] INDI rkey: I1259 offs: 0x00003f67 lens: 0x00000052 +0x00004f67-0x00004fb8: +>>0 @I1259@ INDI +1 NAME Rainald_II of_Gueldres // +1 SEX M +1 TITL Duke +1 FAMS @F661@ +<< +[0122] INDI rkey: I1260 offs: 0x00003fb9 lens: 0x0000007f +0x00004fb9-0x00005037: +>>0 @I1260@ INDI +1 NAME Charles of_Orleans // +1 SEX M +1 TITL Duke of Orleans +1 BIRT +2 DATE 1391 +1 DEAT +2 DATE 1465 +1 FAMS @F493@ +<< +[0123] INDI rkey: I1261 offs: 0x00004038 lens: 0x00000118 +0x00005038-0x0000514f: +>>0 @I1261@ INDI +1 NAME Edward_I (Longshanks) // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 17 JUN 1239 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 7 JUL 1307 +2 PLAC Near Carlisle +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F663@ +1 FAMS @F192@ +1 FAMS @F664@ +<< +[0124] INDI rkey: I1262 offs: 0x00004150 lens: 0x000000ec +0x00005150-0x0000523b: +>>0 @I1262@ INDI +1 NAME Eleanor of_Castile // +1 SEX F +1 BIRT +2 DATE ABT 1244 +2 PLAC Castile +1 DEAT +2 DATE 24 NOV 1290 +2 PLAC Herdeby,Near Grantham,Lincolnshire +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F665@ +1 FAMS @F192@ +<< +[0125] INDI rkey: I1263 offs: 0x0000423c lens: 0x000000a1 +0x0000523c-0x000052dc: +>>0 @I1263@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 17 JUN 1264 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 12 OCT 1297 +2 PLAC Ghent +1 FAMC @F192@ +<< +[0126] INDI rkey: I1264 offs: 0x000042dd lens: 0x0000005b +0x000052dd-0x00005337: +>>0 @I1264@ INDI +1 NAME Joan // +1 SEX F +1 BIRT +2 DATE 1265 +1 DEAT +2 DATE 1265 +1 FAMC @F192@ +<< + +0x00005338: EOF (0x00005338) GOOD + +BLOCK - DIRECTORY aa/ad +0x00000000:ix_self: 0x00000003 (aa/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1265' +0x00000016:ix_rkey[0001]: ' I1266' +0x0000001e:ix_rkey[0002]: ' I1267' +0x00000026:ix_rkey[0003]: ' I1268' +0x0000002e:ix_rkey[0004]: ' I1269' +0x00000036:ix_rkey[0005]: ' I1270' +0x0000003e:ix_rkey[0006]: ' I1271' +0x00000046:ix_rkey[0007]: ' I1272' +0x0000004e:ix_rkey[0008]: ' I1273' +0x00000056:ix_rkey[0009]: ' I1274' +0x0000005e:ix_rkey[0010]: ' I1275' +0x00000066:ix_rkey[0011]: ' I1276' +0x0000006e:ix_rkey[0012]: ' I1277' +0x00000076:ix_rkey[0013]: ' I1278' +0x0000007e:ix_rkey[0014]: ' I1279' +0x00000086:ix_rkey[0015]: ' I1280' +0x0000008e:ix_rkey[0016]: ' I1281' +0x00000096:ix_rkey[0017]: ' I1282' +0x0000009e:ix_rkey[0018]: ' I1283' +0x000000a6:ix_rkey[0019]: ' I1284' +0x000000ae:ix_rkey[0020]: ' I1285' +0x000000b6:ix_rkey[0021]: ' I1286' +0x000000be:ix_rkey[0022]: ' I1287' +0x000000c6:ix_rkey[0023]: ' I1288' +0x000000ce:ix_rkey[0024]: ' I1289' +0x000000d6:ix_rkey[0025]: ' I1290' +0x000000de:ix_rkey[0026]: ' I1291' +0x000000e6:ix_rkey[0027]: ' I1292' +0x000000ee:ix_rkey[0028]: ' I1293' +0x000000f6:ix_rkey[0029]: ' I1294' +0x000000fe:ix_rkey[0030]: ' I1295' +0x00000106:ix_rkey[0031]: ' I1296' +0x0000010e:ix_rkey[0032]: ' I1297' +0x00000116:ix_rkey[0033]: ' I1298' +0x0000011e:ix_rkey[0034]: ' I1299' +0x00000126:ix_rkey[0035]: ' I1300' +0x0000012e:ix_rkey[0036]: ' I1301' +0x00000136:ix_rkey[0037]: ' I1302' +0x0000013e:ix_rkey[0038]: ' I1303' +0x00000146:ix_rkey[0039]: ' I1304' +0x0000014e:ix_rkey[0040]: ' I1305' +0x00000156:ix_rkey[0041]: ' I1306' +0x0000015e:ix_rkey[0042]: ' I1307' +0x00000166:ix_rkey[0043]: ' I1308' +0x0000016e:ix_rkey[0044]: ' I1309' +0x00000176:ix_rkey[0045]: ' I1310' +0x0000017e:ix_rkey[0046]: ' I1311' +0x00000186:ix_rkey[0047]: ' I1312' +0x0000018e:ix_rkey[0048]: ' I1313' +0x00000196:ix_rkey[0049]: ' I1314' +0x0000019e:ix_rkey[0050]: ' I1315' +0x000001a6:ix_rkey[0051]: ' I1316' +0x000001ae:ix_rkey[0052]: ' I1317' +0x000001b6:ix_rkey[0053]: ' I1318' +0x000001be:ix_rkey[0054]: ' I1319' +0x000001c6:ix_rkey[0055]: ' I1320' +0x000001ce:ix_rkey[0056]: ' I1321' +0x000001d6:ix_rkey[0057]: ' I1322' +0x000001de:ix_rkey[0058]: ' I1323' +0x000001e6:ix_rkey[0059]: ' I1324' +0x000001ee:ix_rkey[0060]: ' I1325' +0x000001f6:ix_rkey[0061]: ' I1326' +0x000001fe:ix_rkey[0062]: ' I1327' +0x00000206:ix_rkey[0063]: ' I1328' +0x0000020e:ix_rkey[0064]: ' I1329' +0x00000216:ix_rkey[0065]: ' I1330' +0x0000021e:ix_rkey[0066]: ' I1331' +0x00000226:ix_rkey[0067]: ' I1332' +0x0000022e:ix_rkey[0068]: ' I1333' +0x00000236:ix_rkey[0069]: ' I1334' +0x0000023e:ix_rkey[0070]: ' I1335' +0x00000246:ix_rkey[0071]: ' I1336' +0x0000024e:ix_rkey[0072]: ' I1337' +0x00000256:ix_rkey[0073]: ' I1338' +0x0000025e:ix_rkey[0074]: ' I1339' +0x00000266:ix_rkey[0075]: ' I1340' +0x0000026e:ix_rkey[0076]: ' I1341' +0x00000276:ix_rkey[0077]: ' I1342' +0x0000027e:ix_rkey[0078]: ' I1343' +0x00000286:ix_rkey[0079]: ' I1344' +0x0000028e:ix_rkey[0080]: ' I1345' +0x00000296:ix_rkey[0081]: ' I1346' +0x0000029e:ix_rkey[0082]: ' I1347' +0x000002a6:ix_rkey[0083]: ' I1348' +0x000002ae:ix_rkey[0084]: ' I1349' +0x000002b6:ix_rkey[0085]: ' I1350' +0x000002be:ix_rkey[0086]: ' I1351' +0x000002c6:ix_rkey[0087]: ' I1352' +0x000002ce:ix_rkey[0088]: ' I1353' +0x000002d6:ix_rkey[0089]: ' I1354' +0x000002de:ix_rkey[0090]: ' I1355' +0x000002e6:ix_rkey[0091]: ' I1356' +0x000002ee:ix_rkey[0092]: ' I1357' +0x000002f6:ix_rkey[0093]: ' I1358' +0x000002fe:ix_rkey[0094]: ' I1359' +0x00000306:ix_rkey[0095]: ' I1360' +0x0000030e:ix_rkey[0096]: ' I1361' +0x00000316:ix_rkey[0097]: ' I1362' +0x0000031e:ix_rkey[0098]: ' I1363' +0x00000326:ix_rkey[0099]: ' I1364' +0x0000032e:ix_rkey[0100]: ' I1365' +0x00000336:ix_rkey[0101]: ' I1366' +0x0000033e:ix_rkey[0102]: ' I1367' +0x00000346:ix_rkey[0103]: ' I1368' +0x0000034e:ix_rkey[0104]: ' I1369' +0x00000356:ix_rkey[0105]: ' I1370' +0x0000035e:ix_rkey[0106]: ' I1371' +0x00000366:ix_rkey[0107]: ' I1372' +0x0000036e:ix_rkey[0108]: ' I1373' +0x00000376:ix_rkey[0109]: ' I1374' +0x0000037e:ix_rkey[0110]: ' I1375' +0x00000386:ix_rkey[0111]: ' I1376' +0x0000038e:ix_rkey[0112]: ' I1377' +0x00000396:ix_rkey[0113]: ' I1378' +0x0000039e:ix_rkey[0114]: ' I1379' +0x000003a6:ix_rkey[0115]: ' I1380' +0x000003ae:ix_rkey[0116]: ' I1381' +0x000003b6:ix_rkey[0117]: ' I1382' +0x000003be:ix_rkey[0118]: ' I1383' +0x000003c6:ix_rkey[0119]: ' I1384' +0x000003ce:ix_rkey[0120]: ' I1385' +0x000003d6:ix_rkey[0121]: ' I1386' +0x000003de:ix_rkey[0122]: ' I1387' +0x000003e6:ix_rkey[0123]: ' I1388' +0x000003ee:ix_rkey[0124]: ' I1389' +0x000003f6:ix_rkey[0125]: ' I1390' +0x000003fe:ix_rkey[0126]: ' I1391' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000ab +0x0000080c:ix_offs[0001]: 0x000000ab 0x00000c08:ix_lens[0001]: 0x000000a0 +0x00000810:ix_offs[0002]: 0x0000014b 0x00000c0c:ix_lens[0002]: 0x0000008a +0x00000814:ix_offs[0003]: 0x000001d5 0x00000c10:ix_lens[0003]: 0x000000b8 +0x00000818:ix_offs[0004]: 0x0000028d 0x00000c14:ix_lens[0004]: 0x000000bb +0x0000081c:ix_offs[0005]: 0x00000348 0x00000c18:ix_lens[0005]: 0x000000ac +0x00000820:ix_offs[0006]: 0x000003f4 0x00000c1c:ix_lens[0006]: 0x0000007a +0x00000824:ix_offs[0007]: 0x0000046e 0x00000c20:ix_lens[0007]: 0x000000a5 +0x00000828:ix_offs[0008]: 0x00000513 0x00000c24:ix_lens[0008]: 0x00000074 +0x0000082c:ix_offs[0009]: 0x00000587 0x00000c28:ix_lens[0009]: 0x0000009d +0x00000830:ix_offs[0010]: 0x00000624 0x00000c2c:ix_lens[0010]: 0x00000064 +0x00000834:ix_offs[0011]: 0x00000688 0x00000c30:ix_lens[0011]: 0x0000005e +0x00000838:ix_offs[0012]: 0x000006e6 0x00000c34:ix_lens[0012]: 0x000000d6 +0x0000083c:ix_offs[0013]: 0x000007bc 0x00000c38:ix_lens[0013]: 0x000000cb +0x00000840:ix_offs[0014]: 0x00000887 0x00000c3c:ix_lens[0014]: 0x000000bb +0x00000844:ix_offs[0015]: 0x00000942 0x00000c40:ix_lens[0015]: 0x00000086 +0x00000848:ix_offs[0016]: 0x000009c8 0x00000c44:ix_lens[0016]: 0x00000103 +0x0000084c:ix_offs[0017]: 0x00000acb 0x00000c48:ix_lens[0017]: 0x000000dc +0x00000850:ix_offs[0018]: 0x00000ba7 0x00000c4c:ix_lens[0018]: 0x000000bc +0x00000854:ix_offs[0019]: 0x00000c63 0x00000c50:ix_lens[0019]: 0x000000a1 +0x00000858:ix_offs[0020]: 0x00000d04 0x00000c54:ix_lens[0020]: 0x000000cd +0x0000085c:ix_offs[0021]: 0x00000dd1 0x00000c58:ix_lens[0021]: 0x0000006c +0x00000860:ix_offs[0022]: 0x00000e3d 0x00000c5c:ix_lens[0022]: 0x00000069 +0x00000864:ix_offs[0023]: 0x00000ea6 0x00000c60:ix_lens[0023]: 0x000000a8 +0x00000868:ix_offs[0024]: 0x00000f4e 0x00000c64:ix_lens[0024]: 0x0000006c +0x0000086c:ix_offs[0025]: 0x00000fba 0x00000c68:ix_lens[0025]: 0x0000006a +0x00000870:ix_offs[0026]: 0x00001024 0x00000c6c:ix_lens[0026]: 0x0000007c +0x00000874:ix_offs[0027]: 0x000010a0 0x00000c70:ix_lens[0027]: 0x00000061 +0x00000878:ix_offs[0028]: 0x00001101 0x00000c74:ix_lens[0028]: 0x000000a0 +0x0000087c:ix_offs[0029]: 0x000011a1 0x00000c78:ix_lens[0029]: 0x00000080 +0x00000880:ix_offs[0030]: 0x00001221 0x00000c7c:ix_lens[0030]: 0x00000081 +0x00000884:ix_offs[0031]: 0x000012a2 0x00000c80:ix_lens[0031]: 0x0000008c +0x00000888:ix_offs[0032]: 0x0000132e 0x00000c84:ix_lens[0032]: 0x0000004e +0x0000088c:ix_offs[0033]: 0x0000137c 0x00000c88:ix_lens[0033]: 0x00000055 +0x00000890:ix_offs[0034]: 0x000013d1 0x00000c8c:ix_lens[0034]: 0x000000ca +0x00000894:ix_offs[0035]: 0x0000149b 0x00000c90:ix_lens[0035]: 0x000000a6 +0x00000898:ix_offs[0036]: 0x00001541 0x00000c94:ix_lens[0036]: 0x00000099 +0x0000089c:ix_offs[0037]: 0x000015da 0x00000c98:ix_lens[0037]: 0x0000008a +0x000008a0:ix_offs[0038]: 0x00001664 0x00000c9c:ix_lens[0038]: 0x00000078 +0x000008a4:ix_offs[0039]: 0x000016dc 0x00000ca0:ix_lens[0039]: 0x0000009d +0x000008a8:ix_offs[0040]: 0x00001779 0x00000ca4:ix_lens[0040]: 0x00000043 +0x000008ac:ix_offs[0041]: 0x000017bc 0x00000ca8:ix_lens[0041]: 0x00000072 +0x000008b0:ix_offs[0042]: 0x0000182e 0x00000cac:ix_lens[0042]: 0x00000038 +0x000008b4:ix_offs[0043]: 0x00001866 0x00000cb0:ix_lens[0043]: 0x00000066 +0x000008b8:ix_offs[0044]: 0x000018cc 0x00000cb4:ix_lens[0044]: 0x000000a2 +0x000008bc:ix_offs[0045]: 0x0000196e 0x00000cb8:ix_lens[0045]: 0x00000055 +0x000008c0:ix_offs[0046]: 0x000019c3 0x00000cbc:ix_lens[0046]: 0x0000008f +0x000008c4:ix_offs[0047]: 0x00001a52 0x00000cc0:ix_lens[0047]: 0x00000082 +0x000008c8:ix_offs[0048]: 0x00001ad4 0x00000cc4:ix_lens[0048]: 0x00000076 +0x000008cc:ix_offs[0049]: 0x00001b4a 0x00000cc8:ix_lens[0049]: 0x00000076 +0x000008d0:ix_offs[0050]: 0x00001bc0 0x00000ccc:ix_lens[0050]: 0x00000038 +0x000008d4:ix_offs[0051]: 0x00001bf8 0x00000cd0:ix_lens[0051]: 0x00000081 +0x000008d8:ix_offs[0052]: 0x00001c79 0x00000cd4:ix_lens[0052]: 0x00000038 +0x000008dc:ix_offs[0053]: 0x00001cb1 0x00000cd8:ix_lens[0053]: 0x0000007a +0x000008e0:ix_offs[0054]: 0x00001d2b 0x00000cdc:ix_lens[0054]: 0x00000057 +0x000008e4:ix_offs[0055]: 0x00001d82 0x00000ce0:ix_lens[0055]: 0x00000038 +0x000008e8:ix_offs[0056]: 0x00001dba 0x00000ce4:ix_lens[0056]: 0x0000005a +0x000008ec:ix_offs[0057]: 0x00001e14 0x00000ce8:ix_lens[0057]: 0x00000038 +0x000008f0:ix_offs[0058]: 0x00001e4c 0x00000cec:ix_lens[0058]: 0x00000074 +0x000008f4:ix_offs[0059]: 0x00001ec0 0x00000cf0:ix_lens[0059]: 0x0000003c +0x000008f8:ix_offs[0060]: 0x00001efc 0x00000cf4:ix_lens[0060]: 0x00000058 +0x000008fc:ix_offs[0061]: 0x00001f54 0x00000cf8:ix_lens[0061]: 0x00000065 +0x00000900:ix_offs[0062]: 0x00001fb9 0x00000cfc:ix_lens[0062]: 0x00000063 +0x00000904:ix_offs[0063]: 0x0000201c 0x00000d00:ix_lens[0063]: 0x0000009e +0x00000908:ix_offs[0064]: 0x000020ba 0x00000d04:ix_lens[0064]: 0x00000082 +0x0000090c:ix_offs[0065]: 0x0000213c 0x00000d08:ix_lens[0065]: 0x00000061 +0x00000910:ix_offs[0066]: 0x0000219d 0x00000d0c:ix_lens[0066]: 0x00000059 +0x00000914:ix_offs[0067]: 0x000021f6 0x00000d10:ix_lens[0067]: 0x00000059 +0x00000918:ix_offs[0068]: 0x0000224f 0x00000d14:ix_lens[0068]: 0x0000007a +0x0000091c:ix_offs[0069]: 0x000022c9 0x00000d18:ix_lens[0069]: 0x00000087 +0x00000920:ix_offs[0070]: 0x00002350 0x00000d1c:ix_lens[0070]: 0x00000076 +0x00000924:ix_offs[0071]: 0x000023c6 0x00000d20:ix_lens[0071]: 0x00000042 +0x00000928:ix_offs[0072]: 0x00002408 0x00000d24:ix_lens[0072]: 0x0000006b +0x0000092c:ix_offs[0073]: 0x00002473 0x00000d28:ix_lens[0073]: 0x0000007d +0x00000930:ix_offs[0074]: 0x000024f0 0x00000d2c:ix_lens[0074]: 0x0000004a +0x00000934:ix_offs[0075]: 0x0000253a 0x00000d30:ix_lens[0075]: 0x00000057 +0x00000938:ix_offs[0076]: 0x00002591 0x00000d34:ix_lens[0076]: 0x000000f7 +0x0000093c:ix_offs[0077]: 0x00002688 0x00000d38:ix_lens[0077]: 0x00000075 +0x00000940:ix_offs[0078]: 0x000026fd 0x00000d3c:ix_lens[0078]: 0x00000096 +0x00000944:ix_offs[0079]: 0x00002793 0x00000d40:ix_lens[0079]: 0x00000089 +0x00000948:ix_offs[0080]: 0x0000281c 0x00000d44:ix_lens[0080]: 0x0000006e +0x0000094c:ix_offs[0081]: 0x0000288a 0x00000d48:ix_lens[0081]: 0x00000075 +0x00000950:ix_offs[0082]: 0x000028ff 0x00000d4c:ix_lens[0082]: 0x00000078 +0x00000954:ix_offs[0083]: 0x00002977 0x00000d50:ix_lens[0083]: 0x00000073 +0x00000958:ix_offs[0084]: 0x000029ea 0x00000d54:ix_lens[0084]: 0x00000078 +0x0000095c:ix_offs[0085]: 0x00002a62 0x00000d58:ix_lens[0085]: 0x0000005c +0x00000960:ix_offs[0086]: 0x00002abe 0x00000d5c:ix_lens[0086]: 0x0000005d +0x00000964:ix_offs[0087]: 0x00002b1b 0x00000d60:ix_lens[0087]: 0x0000005b +0x00000968:ix_offs[0088]: 0x00002b76 0x00000d64:ix_lens[0088]: 0x0000007a +0x0000096c:ix_offs[0089]: 0x00002bf0 0x00000d68:ix_lens[0089]: 0x0000006d +0x00000970:ix_offs[0090]: 0x00002c5d 0x00000d6c:ix_lens[0090]: 0x00000079 +0x00000974:ix_offs[0091]: 0x00002cd6 0x00000d70:ix_lens[0091]: 0x00000082 +0x00000978:ix_offs[0092]: 0x00002d58 0x00000d74:ix_lens[0092]: 0x00000066 +0x0000097c:ix_offs[0093]: 0x00002dbe 0x00000d78:ix_lens[0093]: 0x00000052 +0x00000980:ix_offs[0094]: 0x00002e10 0x00000d7c:ix_lens[0094]: 0x00000050 +0x00000984:ix_offs[0095]: 0x00002e60 0x00000d80:ix_lens[0095]: 0x00000064 +0x00000988:ix_offs[0096]: 0x00002ec4 0x00000d84:ix_lens[0096]: 0x00000076 +0x0000098c:ix_offs[0097]: 0x00002f3a 0x00000d88:ix_lens[0097]: 0x0000009a +0x00000990:ix_offs[0098]: 0x00002fd4 0x00000d8c:ix_lens[0098]: 0x0000005d +0x00000994:ix_offs[0099]: 0x00003031 0x00000d90:ix_lens[0099]: 0x00000120 +0x00000998:ix_offs[0100]: 0x00003151 0x00000d94:ix_lens[0100]: 0x0000009f +0x0000099c:ix_offs[0101]: 0x000031f0 0x00000d98:ix_lens[0101]: 0x000000d7 +0x000009a0:ix_offs[0102]: 0x000032c7 0x00000d9c:ix_lens[0102]: 0x0000010d +0x000009a4:ix_offs[0103]: 0x000033d4 0x00000da0:ix_lens[0103]: 0x000000ab +0x000009a8:ix_offs[0104]: 0x0000347f 0x00000da4:ix_lens[0104]: 0x00000093 +0x000009ac:ix_offs[0105]: 0x00003512 0x00000da8:ix_lens[0105]: 0x000000ab +0x000009b0:ix_offs[0106]: 0x000035bd 0x00000dac:ix_lens[0106]: 0x000000d7 +0x000009b4:ix_offs[0107]: 0x00003694 0x00000db0:ix_lens[0107]: 0x000000e4 +0x000009b8:ix_offs[0108]: 0x00003778 0x00000db4:ix_lens[0108]: 0x000000b4 +0x000009bc:ix_offs[0109]: 0x0000382c 0x00000db8:ix_lens[0109]: 0x000000bd +0x000009c0:ix_offs[0110]: 0x000038e9 0x00000dbc:ix_lens[0110]: 0x000000a0 +0x000009c4:ix_offs[0111]: 0x00003989 0x00000dc0:ix_lens[0111]: 0x000000f4 +0x000009c8:ix_offs[0112]: 0x00003a7d 0x00000dc4:ix_lens[0112]: 0x000000a0 +0x000009cc:ix_offs[0113]: 0x00003b1d 0x00000dc8:ix_lens[0113]: 0x000000a1 +0x000009d0:ix_offs[0114]: 0x00003bbe 0x00000dcc:ix_lens[0114]: 0x0000009a +0x000009d4:ix_offs[0115]: 0x00003c58 0x00000dd0:ix_lens[0115]: 0x00000102 +0x000009d8:ix_offs[0116]: 0x00003d5a 0x00000dd4:ix_lens[0116]: 0x000000cd +0x000009dc:ix_offs[0117]: 0x00003e27 0x00000dd8:ix_lens[0117]: 0x000000bf +0x000009e0:ix_offs[0118]: 0x00003ee6 0x00000ddc:ix_lens[0118]: 0x0000007e +0x000009e4:ix_offs[0119]: 0x00003f64 0x00000de0:ix_lens[0119]: 0x000000d4 +0x000009e8:ix_offs[0120]: 0x00004038 0x00000de4:ix_lens[0120]: 0x0000007a +0x000009ec:ix_offs[0121]: 0x000040b2 0x00000de8:ix_lens[0121]: 0x00000037 +0x000009f0:ix_offs[0122]: 0x000040e9 0x00000dec:ix_lens[0122]: 0x0000003d +0x000009f4:ix_offs[0123]: 0x00004126 0x00000df0:ix_lens[0123]: 0x000000b5 +0x000009f8:ix_offs[0124]: 0x000041db 0x00000df4:ix_lens[0124]: 0x00000038 +0x000009fc:ix_offs[0125]: 0x00004213 0x00000df8:ix_lens[0125]: 0x000000aa +0x00000a00:ix_offs[0126]: 0x000042bd 0x00000dfc:ix_lens[0126]: 0x0000010e + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1265 offs: 0x00000000 lens: 0x000000ab +0x00001000-0x000010aa: +>>0 @I1265@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE 10 JUL 1266 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 3 AUG 1271 +2 PLAC Westminster,London,England +1 FAMC @F192@ +<< +[0001] INDI rkey: I1266 offs: 0x000000ab lens: 0x000000a0 +0x000010ab-0x0000114a: +>>0 @I1266@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 13 JUL 1267 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 14 OCT 1274 +2 PLAC Merton,Surrey +1 FAMC @F192@ +<< +[0002] INDI rkey: I1267 offs: 0x0000014b lens: 0x0000008a +0x0000114b-0x000011d4: +>>0 @I1267@ INDI +1 NAME Julian (Katherine) // +1 SEX F +1 BIRT +2 DATE 1271 +2 PLAC Holy Land +1 DEAT +2 DATE 1271 +2 PLAC Holy Land +1 FAMC @F192@ +<< +[0003] INDI rkey: I1268 offs: 0x000001d5 lens: 0x000000b8 +0x000011d5-0x0000128c: +>>0 @I1268@ INDI +1 NAME Joan of_Acre // +1 SEX F +1 BIRT +2 DATE 1272 +2 PLAC Acre,Palestine +1 DEAT +2 DATE 23 APR 1307 +2 PLAC Clare,Suffolk,England +1 FAMC @F192@ +1 FAMS @F666@ +1 FAMS @F667@ +<< +[0004] INDI rkey: I1269 offs: 0x0000028d lens: 0x000000bb +0x0000128d-0x00001347: +>>0 @I1269@ INDI +1 NAME Alfonso // +1 SEX M +1 TITL Earl of Chester +1 BIRT +2 DATE 24 NOV 1273 +2 PLAC Bordeaux +1 DEAT +2 DATE 19 AUG 1284 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F192@ +<< +[0005] INDI rkey: I1270 offs: 0x00000348 lens: 0x000000ac +0x00001348-0x000013f3: +>>0 @I1270@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 11 SEP 1275 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 1318 +2 PLAC Brussels +1 FAMC @F192@ +1 FAMS @F668@ +<< +[0006] INDI rkey: I1271 offs: 0x000003f4 lens: 0x0000007a +0x000013f4-0x0000146d: +>>0 @I1271@ INDI +1 NAME Berengaria // +1 SEX F +1 BIRT +2 DATE 1276 +2 PLAC Kennington +1 DEAT +2 DATE ABT 1279 +1 FAMC @F192@ +<< +[0007] INDI rkey: I1272 offs: 0x0000046e lens: 0x000000a5 +0x0000146e-0x00001512: +>>0 @I1272@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 11 MAR 1278 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE BEF 8 JUL 1332 +2 PLAC Amesbury +1 FAMC @F192@ +<< +[0008] INDI rkey: I1273 offs: 0x00000513 lens: 0x00000074 +0x00001513-0x00001586: +>>0 @I1273@ INDI +1 NAME Alice // +1 SEX F +1 BIRT +2 DATE 12 MAR 1279 +2 PLAC Woodstock +1 DEAT +2 DATE 1291 +1 FAMC @F192@ +<< +[0009] INDI rkey: I1274 offs: 0x00000587 lens: 0x0000009d +0x00001587-0x00001623: +>>0 @I1274@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE AUG 1282 +2 PLAC Rhuddlan Castle +1 DEAT +2 DATE 5 MAY 1316 +1 FAMC @F192@ +1 FAMS @F669@ +1 FAMS @F670@ +<< +[0010] INDI rkey: I1275 offs: 0x00000624 lens: 0x00000064 +0x00001624-0x00001687: +>>0 @I1275@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE ABT 1286 +2 PLAC Aquitaine +1 FAMC @F192@ +<< +[0011] INDI rkey: I1276 offs: 0x00000688 lens: 0x0000005e +0x00001688-0x000016e5: +>>0 @I1276@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE 1290 +1 DEAT +2 DATE 1290 +1 FAMC @F192@ +<< +[0012] INDI rkey: I1277 offs: 0x000006e6 lens: 0x000000d6 +0x000016e6-0x000017bb: +>>0 @I1277@ INDI +1 NAME Marguerite of_France // +1 SEX F +1 BIRT +2 DATE 1279 +2 PLAC Paris +1 DEAT +2 DATE 14 FEB 1317 +2 PLAC Marlborough,Castle +1 BURI +2 PLAC Grey Friars,Church,London,England +1 FAMC @F671@ +1 FAMS @F664@ +<< +[0013] INDI rkey: I1278 offs: 0x000007bc lens: 0x000000cb +0x000017bc-0x00001886: +>>0 @I1278@ INDI +1 NAME Thomas of_Brotherton // +1 SEX M +1 TITL Earl of Norfolk +1 BIRT +2 DATE 1 JUN 1300 +2 PLAC Brotherton,Yorkshire,England +1 DEAT +2 DATE AUG 1338 +1 FAMC @F664@ +1 FAMS @F672@ +1 FAMS @F673@ +<< +[0014] INDI rkey: I1279 offs: 0x00000887 lens: 0x000000bb +0x00001887-0x00001941: +>>0 @I1279@ INDI +1 NAME Edmund of_Woodstock // +1 SEX M +1 TITL Earl of Kent +1 BIRT +2 DATE 5 AUG 1301 +2 PLAC Woodstock +1 DEAT +2 DATE 19 MAR 1330 +2 PLAC Winchester +1 FAMC @F664@ +1 FAMS @F674@ +<< +[0015] INDI rkey: I1280 offs: 0x00000942 lens: 0x00000086 +0x00001942-0x000019c7: +>>0 @I1280@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 4 MAY 1306 +2 PLAC Winchester +1 DEAT +2 DATE 1311 +2 PLAC Amesbury +1 FAMC @F664@ +<< +[0016] INDI rkey: I1281 offs: 0x000009c8 lens: 0x00000103 +0x000019c8-0x00001aca: +>>0 @I1281@ INDI +1 NAME Henry_III // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 1 OCT 1207 +2 PLAC Winchester,Castle +1 DEAT +2 DATE 16 NOV 1272 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F675@ +1 FAMS @F663@ +<< +[0017] INDI rkey: I1282 offs: 0x00000acb lens: 0x000000dc +0x00001acb-0x00001ba6: +>>0 @I1282@ INDI +1 NAME Eleanor of_Provence // +1 SEX F +1 BIRT +2 DATE ABT 1217 +2 PLAC Aix-en-Provence +1 DEAT +2 DATE 24 JUN 1291 +2 PLAC Amesbury,Wiltshire +1 BURI +2 PLAC Convent Church,Amesbury +1 FAMC @F676@ +1 FAMS @F663@ +<< +[0018] INDI rkey: I1283 offs: 0x00000ba7 lens: 0x000000bc +0x00001ba7-0x00001c62: +>>0 @I1283@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 29 SEP 1240 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 26 FEB 1275 +2 PLAC Cupar Castle,Fife +1 FAMC @F663@ +1 FAMS @F677@ +<< +[0019] INDI rkey: I1284 offs: 0x00000c63 lens: 0x000000a1 +0x00001c63-0x00001d03: +>>0 @I1284@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE 25 JUN 1242 +2 PLAC Bordeaux +1 DEAT +2 DATE 24 MAR 1275 +2 PLAC London,England +1 FAMC @F663@ +1 FAMS @F678@ +<< +[0020] INDI rkey: I1285 offs: 0x00000d04 lens: 0x000000cd +0x00001d04-0x00001dd0: +>>0 @I1285@ INDI +1 NAME Edmund Crouchback of_Leicester// +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 16 JAN 1245 +2 PLAC London,England +1 DEAT +2 DATE 5 JUN 1296 +2 PLAC Bayonne +1 FAMC @F663@ +1 FAMS @F679@ +1 FAMS @F680@ +<< +[0021] INDI rkey: I1286 offs: 0x00000dd1 lens: 0x0000006c +0x00001dd1-0x00001e3c: +>>0 @I1286@ INDI +1 NAME Richard // +1 SEX M +1 BIRT +2 DATE ABT 1247 +1 DEAT +2 DATE BEF 1256 +1 FAMC @F663@ +<< +[0022] INDI rkey: I1287 offs: 0x00000e3d lens: 0x00000069 +0x00001e3d-0x00001ea5: +>>0 @I1287@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE ABT 1250 +1 DEAT +2 DATE BEF 1256 +1 FAMC @F663@ +<< +[0023] INDI rkey: I1288 offs: 0x00000ea6 lens: 0x000000a8 +0x00001ea6-0x00001f4d: +>>0 @I1288@ INDI +1 NAME Katherine // +1 SEX F +1 BIRT +2 DATE 25 NOV 1253 +2 PLAC Westminster +1 DEAT +2 DATE 3 MAY 1257 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F663@ +<< +[0024] INDI rkey: I1289 offs: 0x00000f4e lens: 0x0000006c +0x00001f4e-0x00001fb9: +>>0 @I1289@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE ABT 1256 +1 DEAT +2 DATE ABT 1256 +1 FAMC @F663@ +<< +[0025] INDI rkey: I1290 offs: 0x00000fba lens: 0x0000006a +0x00001fba-0x00002023: +>>0 @I1290@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE AFT 1256 +1 DEAT +2 DATE ABT 1257 +1 FAMC @F663@ +<< +[0026] INDI rkey: I1291 offs: 0x00001024 lens: 0x0000007c +0x00002024-0x0000209f: +>>0 @I1291@ INDI +1 NAME John /Spencer/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1734 +1 DEAT +2 DATE 1783 +1 FAMC @F681@ +1 FAMS @F462@ +<< +[0027] INDI rkey: I1292 offs: 0x000010a0 lens: 0x00000061 +0x000020a0-0x00002100: +>>0 @I1292@ INDI +1 NAME Georgiana /Carteret/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1780 +1 FAMS @F462@ +<< +[0028] INDI rkey: I1293 offs: 0x00001101 lens: 0x000000a0 +0x00002101-0x000021a0: +>>0 @I1293@ INDI +1 NAME Henrietta // +1 SEX F +1 BIRT +2 DATE 28 FEB 1792 +2 PLAC Maastricht +1 DEAT +2 DATE 26 OCT 1864 +2 PLAC Schloss Rahr,Near Aachen +1 FAMS @F354@ +<< +[0029] INDI rkey: I1294 offs: 0x000011a1 lens: 0x00000080 +0x000021a1-0x00002220: +>>0 @I1294@ INDI +1 NAME Paul_I /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1801 +1 FAMC @F682@ +1 FAMS @F36@ +<< +[0030] INDI rkey: I1295 offs: 0x00001221 lens: 0x00000081 +0x00002221-0x000022a1: +>>0 @I1295@ INDI +1 NAME Maria Feodorovna of_Wurttemberg// +1 SEX F +1 BIRT +2 DATE 1759 +1 DEAT +2 DATE 1828 +1 FAMC @F683@ +1 FAMS @F36@ +<< +[0031] INDI rkey: I1296 offs: 0x000012a2 lens: 0x0000008c +0x000022a2-0x0000232d: +>>0 @I1296@ INDI +1 NAME Alexander_I /Romanov/ +1 SEX M +1 TITL Tsar of Russia +1 BIRT +2 DATE 1777 +1 DEAT +2 DATE 1825 +1 FAMC @F36@ +1 FAMS @F684@ +<< +[0032] INDI rkey: I1297 offs: 0x0000132e lens: 0x0000004e +0x0000232e-0x0000237b: +>>0 @I1297@ INDI +1 NAME Yelizaveta Alekseyevna of_Baden// +1 SEX F +1 FAMS @F684@ +<< +[0033] INDI rkey: I1298 offs: 0x0000137c lens: 0x00000055 +0x0000237c-0x000023d0: +>>0 @I1298@ INDI +1 NAME Konstantin /Romanov/ +1 SEX M +1 BIRT +2 DATE 1779 +1 FAMC @F684@ +<< +[0034] INDI rkey: I1299 offs: 0x000013d1 lens: 0x000000ca +0x000023d1-0x0000249a: +>>0 @I1299@ INDI +1 NAME Catherine_II the_Great // +1 SEX F +1 TITL Empress +1 BIRT +2 DATE 2 MAY 1729 +2 PLAC Szczecin,Poland +1 DEAT +2 DATE 17 NOV 1796 +2 PLAC St. Petersburg,Russia +1 FAMC @F685@ +1 FAMS @F682@ +<< +[0035] INDI rkey: I1300 offs: 0x0000149b lens: 0x000000a6 +0x0000249b-0x00002540: +>>0 @I1300@ INDI +1 NAME Peter_III /Romanov/ +1 SEX M +1 TITL Emperor Russia +1 BIRT +2 DATE 1728 +2 PLAC Kiel,Germany +1 DEAT +2 DATE 17 JUL 1762 +1 FAMC @F686@ +1 FAMS @F682@ +<< +[0036] INDI rkey: I1301 offs: 0x00001541 lens: 0x00000099 +0x00002541-0x000025d9: +>>0 @I1301@ INDI +1 NAME Peter_I the_Great /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1672 +1 DEAT +2 DATE 1725 +1 FAMC @F687@ +1 FAMS @F688@ +1 FAMS @F689@ +<< +[0037] INDI rkey: I1302 offs: 0x000015da lens: 0x0000008a +0x000025da-0x00002663: +>>0 @I1302@ INDI +1 NAME Catherine_I // +1 SEX F +1 TITL Empress +1 BIRT +2 DATE 1683 +2 PLAC Jakobstadt,Latvia +1 DEAT +2 DATE 1727 +1 FAMS @F688@ +<< +[0038] INDI rkey: I1303 offs: 0x00001664 lens: 0x00000078 +0x00002664-0x000026db: +>>0 @I1303@ INDI +1 NAME Anna Petrovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1708 +1 DEAT +2 DATE 1728 +1 FAMC @F688@ +1 FAMS @F686@ +<< +[0039] INDI rkey: I1304 offs: 0x000016dc lens: 0x0000009d +0x000026dc-0x00002778: +>>0 @I1304@ INDI +1 NAME Elizabeth Petrovna /Romanov/ +1 SEX F +1 TITL Empress +1 BIRT +2 DATE 1709 +2 PLAC Near Moscow,Russia +1 DEAT +2 DATE 1761/1762 +1 FAMC @F688@ +<< +[0040] INDI rkey: I1305 offs: 0x00001779 lens: 0x00000043 +0x00002779-0x000027bb: +>>0 @I1305@ INDI +1 NAME Yevdokiya Lopukhina // +1 SEX F +1 FAMS @F689@ +<< +[0041] INDI rkey: I1306 offs: 0x000017bc lens: 0x00000072 +0x000027bc-0x0000282d: +>>0 @I1306@ INDI +1 NAME Alexis /Romanov/ +1 SEX M +1 BIRT +2 DATE 1690 +1 DEAT +2 DATE 1718 +1 FAMC @F689@ +1 FAMS @F690@ +<< +[0042] INDI rkey: I1307 offs: 0x0000182e lens: 0x00000038 +0x0000282e-0x00002865: +>>0 @I1307@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F690@ +<< +[0043] INDI rkey: I1308 offs: 0x00001866 lens: 0x00000066 +0x00002866-0x000028cb: +>>0 @I1308@ INDI +1 NAME Peter_II /Romanov/ +1 SEX M +1 BIRT +2 DATE 1715 +1 DEAT +2 DATE 1730 +1 FAMC @F690@ +<< +[0044] INDI rkey: I1309 offs: 0x000018cc lens: 0x000000a2 +0x000028cc-0x0000296d: +>>0 @I1309@ INDI +1 NAME Alexis_I Michaylovich /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1629 +1 DEAT +2 DATE 1675/1676 +1 FAMC @F691@ +1 FAMS @F692@ +1 FAMS @F687@ +<< +[0045] INDI rkey: I1310 offs: 0x0000196e lens: 0x00000055 +0x0000296e-0x000029c2: +>>0 @I1310@ INDI +1 NAME Maria Miroslavkaya // +1 SEX F +1 DEAT +2 DATE 1668 +1 FAMS @F692@ +<< +[0046] INDI rkey: I1311 offs: 0x000019c3 lens: 0x0000008f +0x000029c3-0x00002a51: +>>0 @I1311@ INDI +1 NAME Feodor_III (Theodore) /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1662 +1 DEAT +2 DATE 1682 +1 FAMC @F692@ +1 FAMS @F693@ +<< +[0047] INDI rkey: I1312 offs: 0x00001a52 lens: 0x00000082 +0x00002a52-0x00002ad3: +>>0 @I1312@ INDI +1 NAME Mikhail_III Feodorovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1597 +1 DEAT +2 DATE 1645 +1 FAMC @F694@ +1 FAMS @F691@ +<< +[0048] INDI rkey: I1313 offs: 0x00001ad4 lens: 0x00000076 +0x00002ad4-0x00002b49: +>>0 @I1313@ INDI +1 NAME Eudoxia /Streshniev/ +1 SEX F +1 BIRT +2 DATE 1608 +1 DEAT +2 DATE 1645 +1 FAMC @F695@ +1 FAMS @F691@ +<< +[0049] INDI rkey: I1314 offs: 0x00001b4a lens: 0x00000076 +0x00002b4a-0x00002bbf: +>>0 @I1314@ INDI +1 NAME Natalia Narishkina // +1 SEX F +1 BIRT +2 DATE 1651 +1 DEAT +2 DATE 1694 +1 FAMC @F696@ +1 FAMS @F687@ +<< +[0050] INDI rkey: I1315 offs: 0x00001bc0 lens: 0x00000038 +0x00002bc0-0x00002bf7: +>>0 @I1315@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F693@ +<< +[0051] INDI rkey: I1316 offs: 0x00001bf8 lens: 0x00000081 +0x00002bf8-0x00002c78: +>>0 @I1316@ INDI +1 NAME Ivan_V /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1666 +1 DEAT +2 DATE 1696 +1 FAMC @F693@ +1 FAMS @F697@ +<< +[0052] INDI rkey: I1317 offs: 0x00001c79 lens: 0x00000038 +0x00002c79-0x00002cb0: +>>0 @I1317@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F697@ +<< +[0053] INDI rkey: I1318 offs: 0x00001cb1 lens: 0x0000007a +0x00002cb1-0x00002d2a: +>>0 @I1318@ INDI +1 NAME Anna Ioannovna /Romanov/ +1 SEX F +1 TITL Empress +1 BIRT +2 DATE 1693 +1 DEAT +2 DATE 1740 +1 FAMC @F697@ +<< +[0054] INDI rkey: I1319 offs: 0x00001d2b lens: 0x00000057 +0x00002d2b-0x00002d81: +>>0 @I1319@ INDI +1 NAME Yekaterina of_Mecklenburg // +1 SEX F +1 FAMC @F697@ +1 FAMS @F698@ +<< +[0055] INDI rkey: I1320 offs: 0x00001d82 lens: 0x00000038 +0x00002d82-0x00002db9: +>>0 @I1320@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F698@ +<< +[0056] INDI rkey: I1321 offs: 0x00001dba lens: 0x0000005a +0x00002dba-0x00002e13: +>>0 @I1321@ INDI +1 NAME Anna Leopoldovna of_Brunswick// +1 SEX F +1 FAMC @F698@ +1 FAMS @F699@ +<< +[0057] INDI rkey: I1322 offs: 0x00001e14 lens: 0x00000038 +0x00002e14-0x00002e4b: +>>0 @I1322@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F699@ +<< +[0058] INDI rkey: I1323 offs: 0x00001e4c lens: 0x00000074 +0x00002e4c-0x00002ebf: +>>0 @I1323@ INDI +1 NAME Ivan_VI /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1740 +1 DEAT +2 DATE 1741 +1 FAMC @F699@ +<< +[0059] INDI rkey: I1324 offs: 0x00001ec0 lens: 0x0000003c +0x00002ec0-0x00002efb: +>>0 @I1324@ INDI +1 NAME Ivan /Romanov/ +1 SEX M +1 FAMC @F692@ +<< +[0060] INDI rkey: I1325 offs: 0x00001efc lens: 0x00000058 +0x00002efc-0x00002f53: +>>0 @I1325@ INDI +1 NAME Sophia /Romanov/ +1 SEX F +1 BIRT +2 DATE ABT 1657 +1 FAMC @F692@ +<< +[0061] INDI rkey: I1326 offs: 0x00001f54 lens: 0x00000065 +0x00002f54-0x00002fb8: +>>0 @I1326@ INDI +1 NAME Cyril /Naryshkin/ +1 SEX M +1 BIRT +2 DATE 1623 +1 DEAT +2 DATE 1691 +1 FAMS @F696@ +<< +[0062] INDI rkey: I1327 offs: 0x00001fb9 lens: 0x00000063 +0x00002fb9-0x0000301b: +>>0 @I1327@ INDI +1 NAME Jacquetta of_Luxembourg // +1 SEX F +1 FAMC @F700@ +1 FAMS @F628@ +1 FAMS @F560@ +<< +[0063] INDI rkey: I1328 offs: 0x0000201c lens: 0x0000009e +0x0000301c-0x000030b9: +>>0 @I1328@ INDI +1 NAME Catherine Swynford /Roet/ +1 SEX F +1 BIRT +2 DATE 1350 +1 DEAT +2 DATE 10 MAY 1403 +2 PLAC Lincoln +1 FAMC @F701@ +1 FAMS @F702@ +1 FAMS @F640@ +<< +[0064] INDI rkey: I1329 offs: 0x000020ba lens: 0x00000082 +0x000030ba-0x0000313b: +>>0 @I1329@ INDI +1 NAME John Beaufort // +1 SEX M +1 TITL Earl Sommerset +1 DEAT +2 DATE 1410 +1 FAMC @F640@ +1 FAMS @F703@ +1 FAMS @F704@ +<< +[0065] INDI rkey: I1330 offs: 0x0000213c lens: 0x00000061 +0x0000313c-0x0000319c: +>>0 @I1330@ INDI +1 NAME Henry Beaufort // +1 SEX M +1 TITL Cardinal +1 DEAT +2 DATE 1447 +1 FAMC @F640@ +<< +[0066] INDI rkey: I1331 offs: 0x0000219d lens: 0x00000059 +0x0000319d-0x000031f5: +>>0 @I1331@ INDI +1 NAME Joan Beaufort // +1 SEX F +1 FAMC @F640@ +1 FAMS @F705@ +1 FAMS @F554@ +<< +[0067] INDI rkey: I1332 offs: 0x000021f6 lens: 0x00000059 +0x000031f6-0x0000324e: +>>0 @I1332@ INDI +1 NAME Humphrey /De_Bohun/ +1 SEX M +1 TITL Earl of Hereford +1 FAMS @F625@ +<< +[0068] INDI rkey: I1333 offs: 0x0000224f lens: 0x0000007a +0x0000324f-0x000032c8: +>>0 @I1333@ INDI +1 NAME Henry /Beaufort/ +1 SEX M +1 TITL Earl Sommerset +1 BIRT +2 DATE 1401 +1 DEAT +2 DATE 1418 +1 FAMC @F703@ +<< +[0069] INDI rkey: I1334 offs: 0x000022c9 lens: 0x00000087 +0x000032c9-0x0000334f: +>>0 @I1334@ INDI +1 NAME John /Beaufort/ +1 SEX M +1 TITL Duke Sommerset +1 BIRT +2 DATE 1403 +1 DEAT +2 DATE 1444 +1 FAMC @F703@ +1 FAMS @F658@ +<< +[0070] INDI rkey: I1335 offs: 0x00002350 lens: 0x00000076 +0x00003350-0x000033c5: +>>0 @I1335@ INDI +1 NAME Edmund /Beaufort/ +1 SEX M +1 TITL Duke Sommerset +1 DEAT +2 DATE 1455 +1 FAMC @F703@ +1 FAMS @F706@ +<< +[0071] INDI rkey: I1336 offs: 0x000023c6 lens: 0x00000042 +0x000033c6-0x00003407: +>>0 @I1336@ INDI +1 NAME Margaret /Beauchamp/ +1 SEX F +1 FAMS @F658@ +<< +[0072] INDI rkey: I1337 offs: 0x00002408 lens: 0x0000006b +0x00003408-0x00003472: +>>0 @I1337@ INDI +1 NAME Isabella of_Castile // +1 SEX F +1 DEAT +2 DATE 23 NOV 1393 +1 FAMC @F707@ +1 FAMS @F570@ +<< +[0073] INDI rkey: I1338 offs: 0x00002473 lens: 0x0000007d +0x00003473-0x000034ef: +>>0 @I1338@ INDI +1 NAME Edward // +1 SEX M +1 TITL Duke of York +1 DEAT +2 DATE 1415 +2 PLAC Agincourt +1 FAMC @F570@ +1 FAMS @F708@ +<< +[0074] INDI rkey: I1339 offs: 0x000024f0 lens: 0x0000004a +0x000034f0-0x00003539: +>>0 @I1339@ INDI +1 NAME Anne /Beauchamp/ +1 SEX F +1 TITL Lady +1 FAMS @F550@ +<< +[0075] INDI rkey: I1340 offs: 0x0000253a lens: 0x00000057 +0x0000353a-0x00003590: +>>0 @I1340@ INDI +1 NAME Isabel /Nevill/ +1 SEX F +1 TITL Lady +1 FAMC @F550@ +1 FAMS @F555@ +<< +[0076] INDI rkey: I1341 offs: 0x00002591 lens: 0x000000f7 +0x00003591-0x00003687: +>>0 @I1341@ INDI +1 NAME Louis_XIV // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 5 SEP 1638 +2 PLAC St Germain-en-,Laye,France +1 DEAT +2 DATE 1 SEP 1715 +2 PLAC Versailles,France +1 BURI +2 PLAC St Denis,France +1 FAMC @F345@ +1 FAMS @F709@ +1 FAMS @F710@ +<< +[0077] INDI rkey: I1342 offs: 0x00002688 lens: 0x00000075 +0x00003688-0x000036fc: +>>0 @I1342@ INDI +1 NAME Richard /Nevill/ +1 SEX M +1 TITL Earl Salisbury +1 DEAT +2 DATE 1460 +1 FAMC @F554@ +1 FAMS @F552@ +<< +[0078] INDI rkey: I1343 offs: 0x000026fd lens: 0x00000096 +0x000036fd-0x00003792: +>>0 @I1343@ INDI +1 NAME Eleanor /De_Bohun/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 3 OCT 1399 +2 PLAC Barking Abbey,Essex,England +1 FAMC @F711@ +1 FAMS @F644@ +<< +[0079] INDI rkey: I1344 offs: 0x00002793 lens: 0x00000089 +0x00003793-0x0000381b: +>>0 @I1344@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 TITL Earl of March IV +1 DEAT +2 DATE 1398 +2 PLAC ,,,Ireland +1 FAMC @F712@ +1 FAMS @F572@ +<< +[0080] INDI rkey: I1345 offs: 0x0000281c lens: 0x0000006e +0x0000381c-0x00003889: +>>0 @I1345@ INDI +1 NAME Eleanor /Holland/ +1 SEX F +1 DEAT +2 DATE 1405 +1 FAMC @F713@ +1 FAMS @F572@ +1 FAMS @F714@ +<< +[0081] INDI rkey: I1346 offs: 0x0000288a lens: 0x00000075 +0x0000388a-0x000038fe: +>>0 @I1346@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 TITL Earl of March +1 DEAT +2 DATE 1425 +1 FAMC @F572@ +1 FAMS @F715@ +<< +[0082] INDI rkey: I1347 offs: 0x000028ff lens: 0x00000078 +0x000038ff-0x00003976: +>>0 @I1347@ INDI +1 NAME Violante of_Milan /Visconti/ +1 SEX F +1 DEAT +2 DATE 1404 +1 FAMC @F716@ +1 FAMS @F638@ +1 FAMS @F717@ +<< +[0083] INDI rkey: I1348 offs: 0x00002977 lens: 0x00000073 +0x00003977-0x000039e9: +>>0 @I1348@ INDI +1 NAME Philippa of_Ulster // +1 SEX F +1 TITL Countess +1 DEAT +2 DATE 1382 +1 FAMC @F637@ +1 FAMS @F712@ +<< +[0084] INDI rkey: I1349 offs: 0x000029ea lens: 0x00000078 +0x000039ea-0x00003a61: +>>0 @I1349@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 TITL Earl of March 3d +1 DEAT +2 DATE 1381 +1 FAMC @F718@ +1 FAMS @F712@ +<< +[0085] INDI rkey: I1350 offs: 0x00002a62 lens: 0x0000005c +0x00003a62-0x00003abd: +>>0 @I1350@ INDI +1 NAME Henry /Stafford/ +1 SEX M +1 TITL Sir +1 DEAT +2 DATE 1481 +1 FAMS @F659@ +<< +[0086] INDI rkey: I1351 offs: 0x00002abe lens: 0x0000005d +0x00003abe-0x00003b1a: +>>0 @I1351@ INDI +1 NAME Thomas /Stanley/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1504 +1 FAMS @F660@ +<< +[0087] INDI rkey: I1352 offs: 0x00002b1b lens: 0x0000005b +0x00003b1b-0x00003b75: +>>0 @I1352@ INDI +1 NAME Owen /Tudor/ +1 SEX M +1 DEAT +2 DATE 1461 +1 FAMC @F719@ +1 FAMS @F622@ +<< +[0088] INDI rkey: I1353 offs: 0x00002b76 lens: 0x0000007a +0x00003b76-0x00003bef: +>>0 @I1353@ INDI +1 NAME Jasper /Tudor/ +1 SEX M +1 TITL Earl of Pembroke +1 DEAT +2 DATE 1495/1496 +1 FAMC @F622@ +1 FAMS @F720@ +<< +[0089] INDI rkey: I1354 offs: 0x00002bf0 lens: 0x0000006d +0x00003bf0-0x00003c5c: +>>0 @I1354@ INDI +1 NAME Natalia /Sheremetevskaya/ +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1952 +1 FAMS @F116@ +<< +[0090] INDI rkey: I1355 offs: 0x00002c5d lens: 0x00000079 +0x00003c5d-0x00003cd5: +>>0 @I1355@ INDI +1 NAME Maria Pavlovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1958 +1 FAMC @F113@ +1 FAMS @F721@ +<< +[0091] INDI rkey: I1356 offs: 0x00002cd6 lens: 0x00000082 +0x00003cd6-0x00003d57: +>>0 @I1356@ INDI +1 NAME Olga /Karnovich/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1929 +1 FAMC @F722@ +1 FAMS @F114@ +<< +[0092] INDI rkey: I1357 offs: 0x00002d58 lens: 0x00000066 +0x00003d58-0x00003dbd: +>>0 @I1357@ INDI +1 NAME Vladimir /Romanov/ +1 SEX M +1 BIRT +2 DATE 1896 +1 DEAT +2 DATE 1918 +1 FAMC @F114@ +<< +[0093] INDI rkey: I1358 offs: 0x00002dbe lens: 0x00000052 +0x00003dbe-0x00003e0f: +>>0 @I1358@ INDI +1 NAME Natalie /Romanov/ +1 SEX F +1 BIRT +2 DATE 1905 +1 FAMC @F114@ +<< +[0094] INDI rkey: I1359 offs: 0x00002e10 lens: 0x00000050 +0x00003e10-0x00003e5f: +>>0 @I1359@ INDI +1 NAME Irina /Romanov/ +1 SEX F +1 BIRT +2 DATE 1908 +1 FAMC @F114@ +<< +[0095] INDI rkey: I1360 offs: 0x00002e60 lens: 0x00000064 +0x00003e60-0x00003ec3: +>>0 @I1360@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1910 +1 DEAT +2 DATE 1931 +1 FAMC @F116@ +<< +[0096] INDI rkey: I1361 offs: 0x00002ec4 lens: 0x00000076 +0x00003ec4-0x00003f39: +>>0 @I1361@ INDI +1 NAME Peter of_Oldenburg // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1924 +1 FAMS @F117@ +<< +[0097] INDI rkey: I1362 offs: 0x00002f3a lens: 0x0000009a +0x00003f3a-0x00003fd3: +>>0 @I1362@ INDI +1 NAME Helen Vladimirovna of_Russia/Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1957 +1 FAMC @F112@ +1 FAMS @F51@ +<< +[0098] INDI rkey: I1363 offs: 0x00002fd4 lens: 0x0000005d +0x00003fd4-0x00004030: +>>0 @I1363@ INDI +1 NAME Charles of_Brunswick- Wolfenbuttel// +1 SEX M +1 TITL Duke +1 FAMS @F106@ +<< +[0099] INDI rkey: I1364 offs: 0x00003031 lens: 0x00000120 +0x00004031-0x00004150: +>>0 @I1364@ INDI +1 NAME John Lackland // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 24 DEC 1167 +2 PLAC Beaumont Palace,Oxford,England +1 DEAT +2 DATE 19 OCT 1216 +2 PLAC Newark Castle,Newark,Nottinghamshire,England +1 BURI +2 PLAC Worcester,Cathedral +1 FAMC @F723@ +1 FAMS @F724@ +1 FAMS @F675@ +<< +[0100] INDI rkey: I1365 offs: 0x00003151 lens: 0x0000009f +0x00004151-0x000041ef: +>>0 @I1365@ INDI +1 NAME Isabella De_Clare of_Gloucester// +1 SEX F +1 TITL Countess +1 DEAT +2 DATE NOV 1217 +1 FAMC @F725@ +1 FAMS @F724@ +1 FAMS @F726@ +1 FAMS @F727@ +<< +[0101] INDI rkey: I1366 offs: 0x000031f0 lens: 0x000000d7 +0x000041f0-0x000042c6: +>>0 @I1366@ INDI +1 NAME Isabella of_Angouleme // +1 SEX F +1 BIRT +2 DATE ABT 1188 +2 PLAC Angouleme +1 DEAT +2 DATE 31 MAY 1246 +2 PLAC Fontevraud +1 BURI +2 PLAC Fontevraud Abbey +1 FAMC @F347@ +1 FAMS @F675@ +1 FAMS @F728@ +<< +[0102] INDI rkey: I1367 offs: 0x000032c7 lens: 0x0000010d +0x000042c7-0x000043d3: +>>0 @I1367@ INDI +1 NAME Richard // +1 SEX M +1 TITL Earl of Cornwall +1 BIRT +2 DATE 5 JAN 1209 +2 PLAC Winchester,Castle,England +1 DEAT +2 DATE 1272 +2 PLAC Newark Castle,Newark,England +1 BURI +2 PLAC Worcester,Cathedral +1 FAMC @F675@ +1 FAMS @F370@ +1 FAMS @F729@ +1 FAMS @F730@ +<< +[0103] INDI rkey: I1368 offs: 0x000033d4 lens: 0x000000ab +0x000043d4-0x0000447e: +>>0 @I1368@ INDI +1 NAME Joan // +1 SEX F +1 BIRT +2 DATE 22 JUL 1210 +2 PLAC Gloucester,England +1 DEAT +2 DATE 4 MAR 1238 +2 PLAC Near London,England +1 FAMC @F675@ +1 FAMS @F731@ +<< +[0104] INDI rkey: I1369 offs: 0x0000347f lens: 0x00000093 +0x0000447f-0x00004511: +>>0 @I1369@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1214 +2 PLAC Gloucester +1 DEAT +2 DATE 1 DEC 1241 +2 PLAC Foggia +1 FAMC @F675@ +1 FAMS @F732@ +<< +[0105] INDI rkey: I1370 offs: 0x00003512 lens: 0x000000ab +0x00004512-0x000045bc: +>>0 @I1370@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 1215 +2 PLAC Gloucester +1 DEAT +2 DATE 13 APR 1275 +2 PLAC Montargis,France +1 FAMC @F675@ +1 FAMS @F523@ +1 FAMS @F517@ +<< +[0106] INDI rkey: I1371 offs: 0x000035bd lens: 0x000000d7 +0x000045bd-0x00004693: +>>0 @I1371@ INDI +1 NAME Henry_II Curtmantle // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 25 MAR 1133 +2 PLAC Le Mans +1 DEAT +2 DATE 6 JUL 1189 +2 PLAC Chinon +1 BURI +2 PLAC Fontevraud Abbey +1 FAMC @F733@ +1 FAMS @F723@ +<< +[0107] INDI rkey: I1372 offs: 0x00003694 lens: 0x000000e4 +0x00004694-0x00004777: +>>0 @I1372@ INDI +1 NAME Eleanor of_Aquitaine // +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE ABT 1122 +2 PLAC Bordeaux/Berlin +1 DEAT +2 DATE 1 APR 1204 +2 PLAC Fontevraud +1 BURI +2 PLAC Fontevraud +1 FAMC @F734@ +1 FAMS @F735@ +1 FAMS @F723@ +<< +[0108] INDI rkey: I1373 offs: 0x00003778 lens: 0x000000b4 +0x00004778-0x0000482b: +>>0 @I1373@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 17 AUG 1152 +2 PLAC Normandy,England +1 DEAT +2 DATE ABT APR 1156 +2 PLAC Wallingford,Castle,Berkshire,England +1 FAMC @F723@ +<< +[0109] INDI rkey: I1374 offs: 0x0000382c lens: 0x000000bd +0x0000482c-0x000048e8: +>>0 @I1374@ INDI +1 NAME Henry the_Young_King // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 28 FEB 1155 +2 PLAC Bermondsey +1 DEAT +2 DATE 11 JUN 1183 +2 PLAC Martel +1 FAMC @F723@ +1 FAMS @F736@ +<< +[0110] INDI rkey: I1375 offs: 0x000038e9 lens: 0x000000a0 +0x000048e9-0x00004988: +>>0 @I1375@ INDI +1 NAME Matilda (Maud) // +1 SEX F +1 BIRT +2 DATE 1156 +2 PLAC London,England +1 DEAT +2 DATE 28 JUN 1189 +2 PLAC Brunswick +1 FAMC @F723@ +1 FAMS @F737@ +<< +[0111] INDI rkey: I1376 offs: 0x00003989 lens: 0x000000f4 +0x00004989-0x00004a7c: +>>0 @I1376@ INDI +1 NAME Richard_I Coeur_de_Lion // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 1157 +2 PLAC Beaumont Palace,Oxford,England +1 DEAT +2 DATE 6 APR 1199 +2 PLAC Chalus,Limousin +1 BURI +2 PLAC Fontevraud Abbey +1 FAMC @F723@ +1 FAMS @F738@ +<< +[0112] INDI rkey: I1377 offs: 0x00003a7d lens: 0x000000a0 +0x00004a7d-0x00004b1c: +>>0 @I1377@ INDI +1 NAME Geoffrey // +1 SEX M +1 TITL Duke of Brittany +1 BIRT +2 DATE 23 SEP 1158 +1 DEAT +2 DATE 19 AUG 1186 +2 PLAC Paris +1 FAMC @F723@ +1 FAMS @F739@ +<< +[0113] INDI rkey: I1378 offs: 0x00003b1d lens: 0x000000a1 +0x00004b1d-0x00004bbd: +>>0 @I1378@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 13 OCT 1162 +2 PLAC Domfront,Normandy +1 DEAT +2 DATE 31 OCT 1214 +2 PLAC Burgos +1 FAMC @F723@ +1 FAMS @F740@ +<< +[0114] INDI rkey: I1379 offs: 0x00003bbe lens: 0x0000009a +0x00004bbe-0x00004c57: +>>0 @I1379@ INDI +1 NAME Joan /Plantagenet/ +1 SEX F +1 BIRT +2 DATE OCT 1165 +2 PLAC Angers +1 DEAT +2 DATE 4 SEP 1199 +1 FAMC @F723@ +1 FAMS @F741@ +1 FAMS @F742@ +<< +[0115] INDI rkey: I1380 offs: 0x00003c58 lens: 0x00000102 +0x00004c58-0x00004d59: +>>0 @I1380@ INDI +1 NAME William_I the_Conqueror // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 1027/1028 +2 PLAC Falaise,Normandy,France +1 DEAT +2 DATE 7 SEP 1087 +2 PLAC Near Rouen,France +1 BURI +2 PLAC St Stephen Abbey,Caen,Normandy +1 FAMC @F743@ +1 FAMS @F744@ +<< +[0116] INDI rkey: I1381 offs: 0x00003d5a lens: 0x000000cd +0x00004d5a-0x00004e26: +>>0 @I1381@ INDI +1 NAME Matilda of_Flanders // +1 SEX F +1 BIRT +2 DATE ABT 1031 +2 PLAC Flanders,France +1 DEAT +2 DATE 2 NOV 1083 +2 PLAC Caen +1 BURI +2 PLAC Holy Trinity,Abbey,Caen +1 FAMC @F745@ +1 FAMS @F744@ +<< +[0117] INDI rkey: I1382 offs: 0x00003e27 lens: 0x000000bf +0x00004e27-0x00004ee5: +>>0 @I1382@ INDI +1 NAME Robert Curthose // +1 SEX M +1 TITL Duke of Normandy +1 BIRT +2 DATE 1054 +2 PLAC Normandy,France +1 DEAT +2 DATE 10 FEB 1134 +2 PLAC Cardiff Castle +1 FAMC @F744@ +1 FAMS @F746@ +<< +[0118] INDI rkey: I1383 offs: 0x00003ee6 lens: 0x0000007e +0x00004ee6-0x00004f63: +>>0 @I1383@ INDI +1 NAME Richard // +1 SEX M +1 BIRT +2 DATE ABT 1055 +1 DEAT +2 DATE ABT 1081 +2 PLAC New Forest +1 FAMC @F744@ +<< +[0119] INDI rkey: I1384 offs: 0x00003f64 lens: 0x000000d4 +0x00004f64-0x00005037: +>>0 @I1384@ INDI +1 NAME William_II Rufus // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 1056/1060 +2 PLAC Normandy,France +1 DEAT +2 DATE 2 AUG 1100 +2 PLAC New Forest +1 BURI +2 PLAC Winchester,Cathedral +1 FAMC @F744@ +<< +[0120] INDI rkey: I1385 offs: 0x00004038 lens: 0x0000007a +0x00005038-0x000050b1: +>>0 @I1385@ INDI +1 NAME Cecilia of_Holy_Trinity // +1 SEX F +1 TITL Abess +1 DEAT +2 DATE 30 JUL 1126 +2 PLAC Caen +1 FAMC @F744@ +<< +[0121] INDI rkey: I1386 offs: 0x000040b2 lens: 0x00000037 +0x000050b2-0x000050e8: +>>0 @I1386@ INDI +1 NAME Agatha // +1 SEX F +1 FAMC @F744@ +<< +[0122] INDI rkey: I1387 offs: 0x000040e9 lens: 0x0000003d +0x000050e9-0x00005125: +>>0 @I1387@ INDI +1 NAME Adeliza a_nun // +1 SEX F +1 FAMC @F744@ +<< +[0123] INDI rkey: I1388 offs: 0x00004126 lens: 0x000000b5 +0x00005126-0x000051da: +>>0 @I1388@ INDI +1 NAME Adela // +1 SEX F +1 BIRT +2 DATE ABT 1062 +2 PLAC Normandy,France +1 DEAT +2 DATE 8 MAR 1137/1138 +2 PLAC Marcigny-sur-,Loire,France +1 FAMC @F744@ +1 FAMS @F747@ +<< +[0124] INDI rkey: I1389 offs: 0x000041db lens: 0x00000038 +0x000051db-0x00005212: +>>0 @I1389@ INDI +1 NAME Matilda // +1 SEX F +1 FAMC @F744@ +<< +[0125] INDI rkey: I1390 offs: 0x00004213 lens: 0x000000aa +0x00005213-0x000052bc: +>>0 @I1390@ INDI +1 NAME Constance // +1 SEX F +1 BIRT +2 DATE ABT 1066 +2 PLAC Normandy,France +1 DEAT +2 DATE 13 AUG 1090 +2 PLAC Brittany,France +1 FAMC @F744@ +1 FAMS @F748@ +<< +[0126] INDI rkey: I1391 offs: 0x000042bd lens: 0x0000010e +0x000052bd-0x000053ca: +>>0 @I1391@ INDI +1 NAME Henry_I Beauclerc // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE ABT SEP 1068 +2 PLAC Selby,Yorkshire,England +1 DEAT +2 DATE 1 DEC 1135 +2 PLAC St Denis-le-,Fermont,Near Gisors +1 BURI +2 PLAC Reading Abbey +1 FAMC @F744@ +1 FAMS @F749@ +1 FAMS @F750@ +<< + +0x000053cb: EOF (0x000053cb) GOOD + +BLOCK - DIRECTORY ab/ad +0x00000000:ix_self: 0x00010003 (ab/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1392' +0x00000016:ix_rkey[0001]: ' I1393' +0x0000001e:ix_rkey[0002]: ' I1394' +0x00000026:ix_rkey[0003]: ' I1395' +0x0000002e:ix_rkey[0004]: ' I1396' +0x00000036:ix_rkey[0005]: ' I1397' +0x0000003e:ix_rkey[0006]: ' I1398' +0x00000046:ix_rkey[0007]: ' I1399' +0x0000004e:ix_rkey[0008]: ' I1400' +0x00000056:ix_rkey[0009]: ' I1401' +0x0000005e:ix_rkey[0010]: ' I1402' +0x00000066:ix_rkey[0011]: ' I1403' +0x0000006e:ix_rkey[0012]: ' I1404' +0x00000076:ix_rkey[0013]: ' I1405' +0x0000007e:ix_rkey[0014]: ' I1406' +0x00000086:ix_rkey[0015]: ' I1407' +0x0000008e:ix_rkey[0016]: ' I1408' +0x00000096:ix_rkey[0017]: ' I1409' +0x0000009e:ix_rkey[0018]: ' I1410' +0x000000a6:ix_rkey[0019]: ' I1411' +0x000000ae:ix_rkey[0020]: ' I1412' +0x000000b6:ix_rkey[0021]: ' I1413' +0x000000be:ix_rkey[0022]: ' I1414' +0x000000c6:ix_rkey[0023]: ' I1415' +0x000000ce:ix_rkey[0024]: ' I1416' +0x000000d6:ix_rkey[0025]: ' I1417' +0x000000de:ix_rkey[0026]: ' I1418' +0x000000e6:ix_rkey[0027]: ' I1419' +0x000000ee:ix_rkey[0028]: ' I1420' +0x000000f6:ix_rkey[0029]: ' I1421' +0x000000fe:ix_rkey[0030]: ' I1422' +0x00000106:ix_rkey[0031]: ' I1423' +0x0000010e:ix_rkey[0032]: ' I1424' +0x00000116:ix_rkey[0033]: ' I1425' +0x0000011e:ix_rkey[0034]: ' I1426' +0x00000126:ix_rkey[0035]: ' I1427' +0x0000012e:ix_rkey[0036]: ' I1428' +0x00000136:ix_rkey[0037]: ' I1429' +0x0000013e:ix_rkey[0038]: ' I1430' +0x00000146:ix_rkey[0039]: ' I1431' +0x0000014e:ix_rkey[0040]: ' I1432' +0x00000156:ix_rkey[0041]: ' I1433' +0x0000015e:ix_rkey[0042]: ' I1434' +0x00000166:ix_rkey[0043]: ' I1435' +0x0000016e:ix_rkey[0044]: ' I1436' +0x00000176:ix_rkey[0045]: ' I1437' +0x0000017e:ix_rkey[0046]: ' I1438' +0x00000186:ix_rkey[0047]: ' I1439' +0x0000018e:ix_rkey[0048]: ' I1440' +0x00000196:ix_rkey[0049]: ' I1441' +0x0000019e:ix_rkey[0050]: ' I1442' +0x000001a6:ix_rkey[0051]: ' I1443' +0x000001ae:ix_rkey[0052]: ' I1444' +0x000001b6:ix_rkey[0053]: ' I1445' +0x000001be:ix_rkey[0054]: ' I1446' +0x000001c6:ix_rkey[0055]: ' I1447' +0x000001ce:ix_rkey[0056]: ' I1448' +0x000001d6:ix_rkey[0057]: ' I1449' +0x000001de:ix_rkey[0058]: ' I1450' +0x000001e6:ix_rkey[0059]: ' I1451' +0x000001ee:ix_rkey[0060]: ' I1452' +0x000001f6:ix_rkey[0061]: ' I1453' +0x000001fe:ix_rkey[0062]: ' I1454' +0x00000206:ix_rkey[0063]: ' I1455' +0x0000020e:ix_rkey[0064]: ' I1456' +0x00000216:ix_rkey[0065]: ' I1457' +0x0000021e:ix_rkey[0066]: ' I1458' +0x00000226:ix_rkey[0067]: ' I1459' +0x0000022e:ix_rkey[0068]: ' I1460' +0x00000236:ix_rkey[0069]: ' I1461' +0x0000023e:ix_rkey[0070]: ' I1462' +0x00000246:ix_rkey[0071]: ' I1463' +0x0000024e:ix_rkey[0072]: ' I1464' +0x00000256:ix_rkey[0073]: ' I1465' +0x0000025e:ix_rkey[0074]: ' I1466' +0x00000266:ix_rkey[0075]: ' I1467' +0x0000026e:ix_rkey[0076]: ' I1468' +0x00000276:ix_rkey[0077]: ' I1469' +0x0000027e:ix_rkey[0078]: ' I1470' +0x00000286:ix_rkey[0079]: ' I1471' +0x0000028e:ix_rkey[0080]: ' I1472' +0x00000296:ix_rkey[0081]: ' I1473' +0x0000029e:ix_rkey[0082]: ' I1474' +0x000002a6:ix_rkey[0083]: ' I1475' +0x000002ae:ix_rkey[0084]: ' I1476' +0x000002b6:ix_rkey[0085]: ' I1477' +0x000002be:ix_rkey[0086]: ' I1478' +0x000002c6:ix_rkey[0087]: ' I1479' +0x000002ce:ix_rkey[0088]: ' I1480' +0x000002d6:ix_rkey[0089]: ' I1481' +0x000002de:ix_rkey[0090]: ' I1482' +0x000002e6:ix_rkey[0091]: ' I1483' +0x000002ee:ix_rkey[0092]: ' I1484' +0x000002f6:ix_rkey[0093]: ' I1485' +0x000002fe:ix_rkey[0094]: ' I1486' +0x00000306:ix_rkey[0095]: ' I1487' +0x0000030e:ix_rkey[0096]: ' I1488' +0x00000316:ix_rkey[0097]: ' I1489' +0x0000031e:ix_rkey[0098]: ' I1490' +0x00000326:ix_rkey[0099]: ' I1491' +0x0000032e:ix_rkey[0100]: ' I1492' +0x00000336:ix_rkey[0101]: ' I1493' +0x0000033e:ix_rkey[0102]: ' I1494' +0x00000346:ix_rkey[0103]: ' I1495' +0x0000034e:ix_rkey[0104]: ' I1496' +0x00000356:ix_rkey[0105]: ' I1497' +0x0000035e:ix_rkey[0106]: ' I1498' +0x00000366:ix_rkey[0107]: ' I1499' +0x0000036e:ix_rkey[0108]: ' I1500' +0x00000376:ix_rkey[0109]: ' I1501' +0x0000037e:ix_rkey[0110]: ' I1502' +0x00000386:ix_rkey[0111]: ' I1503' +0x0000038e:ix_rkey[0112]: ' I1504' +0x00000396:ix_rkey[0113]: ' I1505' +0x0000039e:ix_rkey[0114]: ' I1506' +0x000003a6:ix_rkey[0115]: ' I1507' +0x000003ae:ix_rkey[0116]: ' I1508' +0x000003b6:ix_rkey[0117]: ' I1509' +0x000003be:ix_rkey[0118]: ' I1510' +0x000003c6:ix_rkey[0119]: ' I1511' +0x000003ce:ix_rkey[0120]: ' I1512' +0x000003d6:ix_rkey[0121]: ' I1513' +0x000003de:ix_rkey[0122]: ' I1514' +0x000003e6:ix_rkey[0123]: ' I1515' +0x000003ee:ix_rkey[0124]: ' I1516' +0x000003f6:ix_rkey[0125]: ' I1517' +0x000003fe:ix_rkey[0126]: ' I1518' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000f4 +0x0000080c:ix_offs[0001]: 0x000000f4 0x00000c08:ix_lens[0001]: 0x00000057 +0x00000810:ix_offs[0002]: 0x0000014b 0x00000c0c:ix_lens[0002]: 0x000000a8 +0x00000814:ix_offs[0003]: 0x000001f3 0x00000c10:ix_lens[0003]: 0x000000ac +0x00000818:ix_offs[0004]: 0x0000029f 0x00000c14:ix_lens[0004]: 0x000000e8 +0x0000081c:ix_offs[0005]: 0x00000387 0x00000c18:ix_lens[0005]: 0x000000d7 +0x00000820:ix_offs[0006]: 0x0000045e 0x00000c1c:ix_lens[0006]: 0x000000dd +0x00000824:ix_offs[0007]: 0x0000053b 0x00000c20:ix_lens[0007]: 0x00000086 +0x00000828:ix_offs[0008]: 0x000005c1 0x00000c24:ix_lens[0008]: 0x000000a8 +0x0000082c:ix_offs[0009]: 0x00000669 0x00000c28:ix_lens[0009]: 0x0000006c +0x00000830:ix_offs[0010]: 0x000006d5 0x00000c2c:ix_lens[0010]: 0x000000a2 +0x00000834:ix_offs[0011]: 0x00000777 0x00000c30:ix_lens[0011]: 0x000000a0 +0x00000838:ix_offs[0012]: 0x00000817 0x00000c34:ix_lens[0012]: 0x0000008b +0x0000083c:ix_offs[0013]: 0x000008a2 0x00000c38:ix_lens[0013]: 0x0000008c +0x00000840:ix_offs[0014]: 0x0000092e 0x00000c3c:ix_lens[0014]: 0x0000005d +0x00000844:ix_offs[0015]: 0x0000098b 0x00000c40:ix_lens[0015]: 0x00000052 +0x00000848:ix_offs[0016]: 0x000009dd 0x00000c44:ix_lens[0016]: 0x00000083 +0x0000084c:ix_offs[0017]: 0x00000a60 0x00000c48:ix_lens[0017]: 0x000000ab +0x00000850:ix_offs[0018]: 0x00000b0b 0x00000c4c:ix_lens[0018]: 0x000000c8 +0x00000854:ix_offs[0019]: 0x00000bd3 0x00000c50:ix_lens[0019]: 0x0000008c +0x00000858:ix_offs[0020]: 0x00000c5f 0x00000c54:ix_lens[0020]: 0x000000ff +0x0000085c:ix_offs[0021]: 0x00000d5e 0x00000c58:ix_lens[0021]: 0x000000d6 +0x00000860:ix_offs[0022]: 0x00000e34 0x00000c5c:ix_lens[0022]: 0x000000e6 +0x00000864:ix_offs[0023]: 0x00000f1a 0x00000c60:ix_lens[0023]: 0x00000072 +0x00000868:ix_offs[0024]: 0x00000f8c 0x00000c64:ix_lens[0024]: 0x0000009e +0x0000086c:ix_offs[0025]: 0x0000102a 0x00000c68:ix_lens[0025]: 0x0000006a +0x00000870:ix_offs[0026]: 0x00001094 0x00000c6c:ix_lens[0026]: 0x00000084 +0x00000874:ix_offs[0027]: 0x00001118 0x00000c70:ix_lens[0027]: 0x0000007f +0x00000878:ix_offs[0028]: 0x00001197 0x00000c74:ix_lens[0028]: 0x000000cc +0x0000087c:ix_offs[0029]: 0x00001263 0x00000c78:ix_lens[0029]: 0x000000b5 +0x00000880:ix_offs[0030]: 0x00001318 0x00000c7c:ix_lens[0030]: 0x000000e2 +0x00000884:ix_offs[0031]: 0x000013fa 0x00000c80:ix_lens[0031]: 0x0000007c +0x00000888:ix_offs[0032]: 0x00001476 0x00000c84:ix_lens[0032]: 0x000000e9 +0x0000088c:ix_offs[0033]: 0x0000155f 0x00000c88:ix_lens[0033]: 0x000000d1 +0x00000890:ix_offs[0034]: 0x00001630 0x00000c8c:ix_lens[0034]: 0x0000007a +0x00000894:ix_offs[0035]: 0x000016aa 0x00000c90:ix_lens[0035]: 0x00000081 +0x00000898:ix_offs[0036]: 0x0000172b 0x00000c94:ix_lens[0036]: 0x00000060 +0x0000089c:ix_offs[0037]: 0x0000178b 0x00000c98:ix_lens[0037]: 0x00000064 +0x000008a0:ix_offs[0038]: 0x000017ef 0x00000c9c:ix_lens[0038]: 0x00000064 +0x000008a4:ix_offs[0039]: 0x00001853 0x00000ca0:ix_lens[0039]: 0x00000080 +0x000008a8:ix_offs[0040]: 0x000018d3 0x00000ca4:ix_lens[0040]: 0x00000089 +0x000008ac:ix_offs[0041]: 0x0000195c 0x00000ca8:ix_lens[0041]: 0x00000076 +0x000008b0:ix_offs[0042]: 0x000019d2 0x00000cac:ix_lens[0042]: 0x00000064 +0x000008b4:ix_offs[0043]: 0x00001a36 0x00000cb0:ix_lens[0043]: 0x00000060 +0x000008b8:ix_offs[0044]: 0x00001a96 0x00000cb4:ix_lens[0044]: 0x00000084 +0x000008bc:ix_offs[0045]: 0x00001b1a 0x00000cb8:ix_lens[0045]: 0x00000063 +0x000008c0:ix_offs[0046]: 0x00001b7d 0x00000cbc:ix_lens[0046]: 0x000000ac +0x000008c4:ix_offs[0047]: 0x00001c29 0x00000cc0:ix_lens[0047]: 0x0000006d +0x000008c8:ix_offs[0048]: 0x00001c96 0x00000cc4:ix_lens[0048]: 0x0000003b +0x000008cc:ix_offs[0049]: 0x00001cd1 0x00000cc8:ix_lens[0049]: 0x0000003b +0x000008d0:ix_offs[0050]: 0x00001d0c 0x00000ccc:ix_lens[0050]: 0x00000045 +0x000008d4:ix_offs[0051]: 0x00001d51 0x00000cd0:ix_lens[0051]: 0x0000004f +0x000008d8:ix_offs[0052]: 0x00001da0 0x00000cd4:ix_lens[0052]: 0x00000059 +0x000008dc:ix_offs[0053]: 0x00001df9 0x00000cd8:ix_lens[0053]: 0x0000004b +0x000008e0:ix_offs[0054]: 0x00001e44 0x00000cdc:ix_lens[0054]: 0x00000043 +0x000008e4:ix_offs[0055]: 0x00001e87 0x00000ce0:ix_lens[0055]: 0x000000c6 +0x000008e8:ix_offs[0056]: 0x00001f4d 0x00000ce4:ix_lens[0056]: 0x0000004b +0x000008ec:ix_offs[0057]: 0x00001f98 0x00000ce8:ix_lens[0057]: 0x0000005e +0x000008f0:ix_offs[0058]: 0x00001ff6 0x00000cec:ix_lens[0058]: 0x00000063 +0x000008f4:ix_offs[0059]: 0x00002059 0x00000cf0:ix_lens[0059]: 0x00000098 +0x000008f8:ix_offs[0060]: 0x000020f1 0x00000cf4:ix_lens[0060]: 0x00000056 +0x000008fc:ix_offs[0061]: 0x00002147 0x00000cf8:ix_lens[0061]: 0x00000070 +0x00000900:ix_offs[0062]: 0x000021b7 0x00000cfc:ix_lens[0062]: 0x00000064 +0x00000904:ix_offs[0063]: 0x0000221b 0x00000d00:ix_lens[0063]: 0x00000094 +0x00000908:ix_offs[0064]: 0x000022af 0x00000d04:ix_lens[0064]: 0x00000057 +0x0000090c:ix_offs[0065]: 0x00002306 0x00000d08:ix_lens[0065]: 0x00000061 +0x00000910:ix_offs[0066]: 0x00002367 0x00000d0c:ix_lens[0066]: 0x00000037 +0x00000914:ix_offs[0067]: 0x0000239e 0x00000d10:ix_lens[0067]: 0x00000059 +0x00000918:ix_offs[0068]: 0x000023f7 0x00000d14:ix_lens[0068]: 0x0000003a +0x0000091c:ix_offs[0069]: 0x00002431 0x00000d18:ix_lens[0069]: 0x0000005b +0x00000920:ix_offs[0070]: 0x0000248c 0x00000d1c:ix_lens[0070]: 0x0000004d +0x00000924:ix_offs[0071]: 0x000024d9 0x00000d20:ix_lens[0071]: 0x000000a0 +0x00000928:ix_offs[0072]: 0x00002579 0x00000d24:ix_lens[0072]: 0x0000004e +0x0000092c:ix_offs[0073]: 0x000025c7 0x00000d28:ix_lens[0073]: 0x0000006c +0x00000930:ix_offs[0074]: 0x00002633 0x00000d2c:ix_lens[0074]: 0x000000bf +0x00000934:ix_offs[0075]: 0x000026f2 0x00000d30:ix_lens[0075]: 0x00000062 +0x00000938:ix_offs[0076]: 0x00002754 0x00000d34:ix_lens[0076]: 0x00000080 +0x0000093c:ix_offs[0077]: 0x000027d4 0x00000d38:ix_lens[0077]: 0x0000007e +0x00000940:ix_offs[0078]: 0x00002852 0x00000d3c:ix_lens[0078]: 0x00000099 +0x00000944:ix_offs[0079]: 0x000028eb 0x00000d40:ix_lens[0079]: 0x00000048 +0x00000948:ix_offs[0080]: 0x00002933 0x00000d44:ix_lens[0080]: 0x00000051 +0x0000094c:ix_offs[0081]: 0x00002984 0x00000d48:ix_lens[0081]: 0x00000050 +0x00000950:ix_offs[0082]: 0x000029d4 0x00000d4c:ix_lens[0082]: 0x00000061 +0x00000954:ix_offs[0083]: 0x00002a35 0x00000d50:ix_lens[0083]: 0x00000048 +0x00000958:ix_offs[0084]: 0x00002a7d 0x00000d54:ix_lens[0084]: 0x00000089 +0x0000095c:ix_offs[0085]: 0x00002b06 0x00000d58:ix_lens[0085]: 0x00000055 +0x00000960:ix_offs[0086]: 0x00002b5b 0x00000d5c:ix_lens[0086]: 0x00000061 +0x00000964:ix_offs[0087]: 0x00002bbc 0x00000d60:ix_lens[0087]: 0x00000038 +0x00000968:ix_offs[0088]: 0x00002bf4 0x00000d64:ix_lens[0088]: 0x00000061 +0x0000096c:ix_offs[0089]: 0x00002c55 0x00000d68:ix_lens[0089]: 0x00000038 +0x00000970:ix_offs[0090]: 0x00002c8d 0x00000d6c:ix_lens[0090]: 0x00000063 +0x00000974:ix_offs[0091]: 0x00002cf0 0x00000d70:ix_lens[0091]: 0x00000042 +0x00000978:ix_offs[0092]: 0x00002d32 0x00000d74:ix_lens[0092]: 0x00000071 +0x0000097c:ix_offs[0093]: 0x00002da3 0x00000d78:ix_lens[0093]: 0x00000038 +0x00000980:ix_offs[0094]: 0x00002ddb 0x00000d7c:ix_lens[0094]: 0x0000004e +0x00000984:ix_offs[0095]: 0x00002e29 0x00000d80:ix_lens[0095]: 0x00000048 +0x00000988:ix_offs[0096]: 0x00002e71 0x00000d84:ix_lens[0096]: 0x00000052 +0x0000098c:ix_offs[0097]: 0x00002ec3 0x00000d88:ix_lens[0097]: 0x00000053 +0x00000990:ix_offs[0098]: 0x00002f16 0x00000d8c:ix_lens[0098]: 0x00000055 +0x00000994:ix_offs[0099]: 0x00002f6b 0x00000d90:ix_lens[0099]: 0x00000056 +0x00000998:ix_offs[0100]: 0x00002fc1 0x00000d94:ix_lens[0100]: 0x0000008a +0x0000099c:ix_offs[0101]: 0x0000304b 0x00000d98:ix_lens[0101]: 0x00000040 +0x000009a0:ix_offs[0102]: 0x0000308b 0x00000d9c:ix_lens[0102]: 0x00000069 +0x000009a4:ix_offs[0103]: 0x000030f4 0x00000da0:ix_lens[0103]: 0x00000068 +0x000009a8:ix_offs[0104]: 0x0000315c 0x00000da4:ix_lens[0104]: 0x0000004d +0x000009ac:ix_offs[0105]: 0x000031a9 0x00000da8:ix_lens[0105]: 0x0000005a +0x000009b0:ix_offs[0106]: 0x00003203 0x00000dac:ix_lens[0106]: 0x0000003d +0x000009b4:ix_offs[0107]: 0x00003240 0x00000db0:ix_lens[0107]: 0x0000006f +0x000009b8:ix_offs[0108]: 0x000032af 0x00000db4:ix_lens[0108]: 0x00000042 +0x000009bc:ix_offs[0109]: 0x000032f1 0x00000db8:ix_lens[0109]: 0x00000080 +0x000009c0:ix_offs[0110]: 0x00003371 0x00000dbc:ix_lens[0110]: 0x0000007c +0x000009c4:ix_offs[0111]: 0x000033ed 0x00000dc0:ix_lens[0111]: 0x00000075 +0x000009c8:ix_offs[0112]: 0x00003462 0x00000dc4:ix_lens[0112]: 0x00000070 +0x000009cc:ix_offs[0113]: 0x000034d2 0x00000dc8:ix_lens[0113]: 0x0000008d +0x000009d0:ix_offs[0114]: 0x0000355f 0x00000dcc:ix_lens[0114]: 0x00000091 +0x000009d4:ix_offs[0115]: 0x000035f0 0x00000dd0:ix_lens[0115]: 0x0000005d +0x000009d8:ix_offs[0116]: 0x0000364d 0x00000dd4:ix_lens[0116]: 0x00000079 +0x000009dc:ix_offs[0117]: 0x000036c6 0x00000dd8:ix_lens[0117]: 0x00000067 +0x000009e0:ix_offs[0118]: 0x0000372d 0x00000ddc:ix_lens[0118]: 0x00000063 +0x000009e4:ix_offs[0119]: 0x00003790 0x00000de0:ix_lens[0119]: 0x0000008a +0x000009e8:ix_offs[0120]: 0x0000381a 0x00000de4:ix_lens[0120]: 0x0000005d +0x000009ec:ix_offs[0121]: 0x00003877 0x00000de8:ix_lens[0121]: 0x0000007b +0x000009f0:ix_offs[0122]: 0x000038f2 0x00000dec:ix_lens[0122]: 0x00000092 +0x000009f4:ix_offs[0123]: 0x00003984 0x00000df0:ix_lens[0123]: 0x00000094 +0x000009f8:ix_offs[0124]: 0x00003a18 0x00000df4:ix_lens[0124]: 0x0000004e +0x000009fc:ix_offs[0125]: 0x00003a66 0x00000df8:ix_lens[0125]: 0x00000066 +0x00000a00:ix_offs[0126]: 0x00003acc 0x00000dfc:ix_lens[0126]: 0x00000070 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1392 offs: 0x00000000 lens: 0x000000f4 +0x00001000-0x000010f3: +>>0 @I1392@ INDI +1 NAME Matilda (Edith) of_Scotland// +1 SEX F +1 BIRT +2 DATE 1079/1080 +2 PLAC Dunfermline +1 DEAT +2 DATE 1 MAY 1118 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F751@ +1 FAMS @F749@ +<< +[0001] INDI rkey: I1393 offs: 0x000000f4 lens: 0x00000057 +0x000010f4-0x0000114a: +>>0 @I1393@ INDI +1 NAME Robert of_Gloucester // +1 SEX M +1 DEAT +2 DATE 1147 +1 FAMC @F749@ +<< +[0002] INDI rkey: I1394 offs: 0x0000014b lens: 0x000000a8 +0x0000114b-0x000011f2: +>>0 @I1394@ INDI +1 NAME William // +1 SEX M +1 TITL Duke of Normandy +1 BIRT +2 DATE BEF 5 AUG 1103 +2 PLAC Winchester +1 DEAT +2 DATE 25 NOV 1120 +1 FAMC @F749@ +1 FAMS @F752@ +<< +[0003] INDI rkey: I1395 offs: 0x000001f3 lens: 0x000000ac +0x000011f3-0x0000129e: +>>0 @I1395@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE ABT 1103/1104 +2 PLAC Winchester +1 DEAT +2 DATE 10 SEP 1167 +2 PLAC Rouen +1 FAMC @F749@ +1 FAMS @F753@ +1 FAMS @F733@ +<< +[0004] INDI rkey: I1396 offs: 0x0000029f lens: 0x000000e8 +0x0000129f-0x00001386: +>>0 @I1396@ INDI +1 NAME Adeliza of_Louvain // +1 SEX F +1 BIRT +2 DATE ABT 1105 +2 PLAC Louvain,Belgium +1 DEAT +2 DATE ABT 23 APR 1151 +2 PLAC Afflighem,Flanders +1 BURI +2 PLAC Afflighem,Flanders +1 FAMC @F754@ +1 FAMS @F750@ +1 FAMS @F755@ +<< +[0005] INDI rkey: I1397 offs: 0x00000387 lens: 0x000000d7 +0x00001387-0x0000145d: +>>0 @I1397@ INDI +1 NAME Stephen // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE ABT 1096 +2 PLAC Blois,France +1 DEAT +2 DATE 25 OCT 1154 +2 PLAC Dover Castle +1 BURI +2 PLAC Faversham Abbey +1 FAMC @F747@ +1 FAMS @F756@ +<< +[0006] INDI rkey: I1398 offs: 0x0000045e lens: 0x000000dd +0x0000145e-0x0000153a: +>>0 @I1398@ INDI +1 NAME Matilda of_Boulogne // +1 SEX F +1 BIRT +2 DATE ABT 1103/1105 +2 PLAC Boulogne +1 DEAT +2 DATE 3 MAY 1152 +2 PLAC Hedingham Castle,Essex,England +1 BURI +2 PLAC Faversham Abbey +1 FAMC @F757@ +1 FAMS @F756@ +<< +[0007] INDI rkey: I1399 offs: 0x0000053b lens: 0x00000086 +0x0000153b-0x000015c0: +>>0 @I1399@ INDI +1 NAME Baldwin // +1 SEX M +1 BIRT +2 DATE ABT 1126 +1 DEAT +2 DATE BEF 2 DEC 1135 +2 PLAC London,England +1 FAMC @F756@ +<< +[0008] INDI rkey: I1400 offs: 0x000005c1 lens: 0x000000a8 +0x000015c1-0x00001668: +>>0 @I1400@ INDI +1 NAME Eustace of_Boulongne // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1130/1131 +1 DEAT +2 DATE 10 AUG 1153 +2 PLAC Bury St Edmunds +1 FAMC @F756@ +1 FAMS @F758@ +<< +[0009] INDI rkey: I1401 offs: 0x00000669 lens: 0x0000006c +0x00001669-0x000016d4: +>>0 @I1401@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE ABT 1133 +1 DEAT +2 DATE ABT 1135 +1 FAMC @F756@ +<< +[0010] INDI rkey: I1402 offs: 0x000006d5 lens: 0x000000a2 +0x000016d5-0x00001776: +>>0 @I1402@ INDI +1 NAME William of_Boulogne // +1 SEX M +1 TITL Count +1 BIRT +2 DATE ABT 1134 +1 DEAT +2 DATE 11 OCT 1159 +2 PLAC Toulouse +1 FAMC @F756@ +1 FAMS @F759@ +<< +[0011] INDI rkey: I1403 offs: 0x00000777 lens: 0x000000a0 +0x00001777-0x00001816: +>>0 @I1403@ INDI +1 NAME Mary of_Boulogne // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE ABT 1136 +1 DEAT +2 DATE 1182 +2 PLAC St Austrebert +1 FAMC @F756@ +1 FAMS @F760@ +<< +[0012] INDI rkey: I1404 offs: 0x00000817 lens: 0x0000008b +0x00001817-0x000018a1: +>>0 @I1404@ INDI +1 NAME Henry_V // +1 SEX M +1 TITL Holy Roman Empr +1 BIRT +2 DATE 1086 +1 DEAT +2 DATE 23 MAY 1125 +2 PLAC Utrecht +1 FAMS @F753@ +<< +[0013] INDI rkey: I1405 offs: 0x000008a2 lens: 0x0000008c +0x000018a2-0x0000192d: +>>0 @I1405@ INDI +1 NAME Geoffrey_V /Plantagenet/ +1 SEX M +1 TITL Count of Anjou +1 DEAT +2 DATE 7 SEP 1151 +2 PLAC Chateau-du-Loir +1 FAMS @F733@ +<< +[0014] INDI rkey: I1406 offs: 0x0000092e lens: 0x0000005d +0x0000192e-0x0000198a: +>>0 @I1406@ INDI +1 NAME Audrey /Emery/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMC @F761@ +1 FAMS @F125@ +<< +[0015] INDI rkey: I1407 offs: 0x0000098b lens: 0x00000052 +0x0000198b-0x000019dc: +>>0 @I1407@ INDI +1 NAME Paul /Romanov/ +1 SEX M +1 TITL Prince Ilynsky +1 FAMC @F125@ +<< +[0016] INDI rkey: I1408 offs: 0x000009dd lens: 0x00000083 +0x000019dd-0x00001a5f: +>>0 @I1408@ INDI +1 NAME William // +1 SEX M +1 TITL Prince of Sweden +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1965 +1 FAMC @F88@ +1 FAMS @F721@ +<< +[0017] INDI rkey: I1409 offs: 0x00000a60 lens: 0x000000ab +0x00001a60-0x00001b0a: +>>0 @I1409@ INDI +1 NAME Lennart Gustaf Nicholas// +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 8 MAY 1909 +2 PLAC Stockholm,Sweden +1 FAMC @F721@ +1 FAMS @F762@ +1 FAMS @F763@ +<< +[0018] INDI rkey: I1410 offs: 0x00000b0b lens: 0x000000c8 +0x00001b0b-0x00001bd2: +>>0 @I1410@ INDI +1 NAME Joan // +1 SEX F +1 TITL Countess of Kent +1 BIRT +2 DATE 29 SEP 1328 +1 DEAT +2 DATE 8 AUG 1385 +2 PLAC Wallingford,Castle,Berkshire,England +1 FAMC @F674@ +1 FAMS @F764@ +1 FAMS @F635@ +<< +[0019] INDI rkey: I1411 offs: 0x00000bd3 lens: 0x0000008c +0x00001bd3-0x00001c5e: +>>0 @I1411@ INDI +1 NAME Edward // +1 SEX M +1 BIRT +2 DATE 27 JAN 1365 +2 PLAC Angouleme +1 DEAT +2 DATE 1372 +2 PLAC Bordeaux,France +1 FAMC @F635@ +<< +[0020] INDI rkey: I1412 offs: 0x00000c5f lens: 0x000000ff +0x00001c5f-0x00001d5d: +>>0 @I1412@ INDI +1 NAME Richard_II // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 6 JAN 1367 +2 PLAC Bordeaux,France +1 DEAT +2 DATE 6 JAN 1400 +2 PLAC Pontefract,Castle +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F635@ +1 FAMS @F765@ +1 FAMS @F766@ +<< +[0021] INDI rkey: I1413 offs: 0x00000d5e lens: 0x000000d6 +0x00001d5e-0x00001e33: +>>0 @I1413@ INDI +1 NAME Anne of_Bohemia // +1 SEX F +1 BIRT +2 DATE 11 MAY 1366 +2 PLAC Prague +1 DEAT +2 DATE BEF 3 JUN 1394 +2 PLAC Sheen Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F767@ +1 FAMS @F765@ +<< +[0022] INDI rkey: I1414 offs: 0x00000e34 lens: 0x000000e6 +0x00001e34-0x00001f19: +>>0 @I1414@ INDI +1 NAME Isabella of_France // +1 SEX F +1 BIRT +2 DATE 9 NOV 1387 +2 PLAC Hotel du Louvre,Paris,France +1 DEAT +2 DATE 13 SEP 1409 +2 PLAC Blois +1 BURI +2 DATE ABT 1624 +2 PLAC Celestines,Paris +1 FAMC @F621@ +1 FAMS @F766@ +<< +[0023] INDI rkey: I1415 offs: 0x00000f1a lens: 0x00000072 +0x00001f1a-0x00001f8b: +>>0 @I1415@ INDI +1 NAME Enguerrand_VII de_Courcy // +1 SEX M +1 TITL Earl of Bedford +1 DEAT +2 DATE 1396 +1 FAMS @F636@ +<< +[0024] INDI rkey: I1416 offs: 0x00000f8c lens: 0x0000009e +0x00001f8c-0x00002029: +>>0 @I1416@ INDI +1 NAME Constanza (Constance) // +1 SEX F +1 TITL Queen of Castile +1 DEAT +2 DATE 24 MAR 1394 +2 PLAC Leicester,England +1 FAMC @F768@ +1 FAMS @F639@ +<< +[0025] INDI rkey: I1417 offs: 0x0000102a lens: 0x0000006a +0x0000202a-0x00002093: +>>0 @I1417@ INDI +1 NAME John 2d /Hastings/ +1 SEX M +1 TITL Earl of Pembroke +1 DEAT +2 DATE 1375 +1 FAMS @F643@ +<< +[0026] INDI rkey: I1418 offs: 0x00001094 lens: 0x00000084 +0x00002094-0x00002117: +>>0 @I1418@ INDI +1 NAME Elizabeth de_Burgh // +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 10 DEC 1363 +2 PLAC Dublin +1 FAMC @F769@ +1 FAMS @F637@ +<< +[0027] INDI rkey: I1419 offs: 0x00001118 lens: 0x0000007f +0x00002118-0x00002196: +>>0 @I1419@ INDI +1 NAME Charles Frederick of_Holstein-// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1700 +1 DEAT +2 DATE 1739 +1 FAMS @F686@ +<< +[0028] INDI rkey: I1420 offs: 0x00001197 lens: 0x000000cc +0x00002197-0x00002262: +>>0 @I1420@ INDI +1 NAME Marie-Therese of_Spain // +1 SEX F +1 BIRT +2 DATE 20 SEP 1638 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 30 JUL 1683 +2 PLAC Versailles,France +1 BURI +2 PLAC St Denis +1 FAMC @F527@ +1 FAMS @F709@ +<< +[0029] INDI rkey: I1421 offs: 0x00001263 lens: 0x000000b5 +0x00002263-0x00002317: +>>0 @I1421@ INDI +1 NAME Francoise d'Aubigne // +1 SEX F +1 BIRT +2 DATE 27 NOV 1635 +2 PLAC Niort,France +1 DEAT +2 DATE 15 APR 1719 +2 PLAC St Cyr,France +1 BURI +2 PLAC St Cyr +1 FAMS @F710@ +<< +[0030] INDI rkey: I1422 offs: 0x00001318 lens: 0x000000e2 +0x00002318-0x000023f9: +>>0 @I1422@ INDI +1 NAME Louis_XV // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 15 FEB 1710 +2 PLAC Versailles,France +1 DEAT +2 DATE 10 MAY 1774 +2 PLAC Versailles,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F770@ +1 FAMS @F526@ +<< +[0031] INDI rkey: I1423 offs: 0x000013fa lens: 0x0000007c +0x000023fa-0x00002475: +>>0 @I1423@ INDI +1 NAME Maria of_Poland /Leczinska/ +1 SEX F +1 BIRT +2 DATE 1703 +1 DEAT +2 DATE 1768 +1 FAMC @F771@ +1 FAMS @F526@ +<< +[0032] INDI rkey: I1424 offs: 0x00001476 lens: 0x000000e9 +0x00002476-0x0000255e: +>>0 @I1424@ INDI +1 NAME Louis_XVI // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 23 AUG 1754 +2 PLAC Versailles,France +1 DEAT +2 DATE 21 JAN 1793 +2 PLAC Paris,France +1 BURI +2 DATE 1815 +2 PLAC St Denis,France +1 FAMC @F360@ +1 FAMS @F772@ +<< +[0033] INDI rkey: I1425 offs: 0x0000155f lens: 0x000000d1 +0x0000255f-0x0000262f: +>>0 @I1425@ INDI +1 NAME Marie Antoinette of_Austria// +1 SEX F +1 BIRT +2 DATE 2 NOV 1755 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 16 OCT 1793 +2 PLAC Paris,France +1 BURI +2 DATE 1815 +2 PLAC St Denis,France +1 FAMS @F772@ +<< +[0034] INDI rkey: I1426 offs: 0x00001630 lens: 0x0000007a +0x00002630-0x000026a9: +>>0 @I1426@ INDI +1 NAME Henry /Brandon/ +1 SEX M +1 TITL Earl of Lincoln +1 BIRT +2 DATE 1516 +1 DEAT +2 DATE 1534 +1 FAMC @F488@ +<< +[0035] INDI rkey: I1427 offs: 0x000016aa lens: 0x00000081 +0x000026aa-0x0000272a: +>>0 @I1427@ INDI +1 NAME Frances /Brandon/ +1 SEX F +1 BIRT +2 DATE 1517 +1 DEAT +2 DATE 1559 +1 FAMC @F488@ +1 FAMS @F509@ +1 FAMS @F773@ +<< +[0036] INDI rkey: I1428 offs: 0x0000172b lens: 0x00000060 +0x0000272b-0x0000278a: +>>0 @I1428@ INDI +1 NAME Eleanor /Brandon/ +1 SEX F +1 DEAT +2 DATE 1547 +1 FAMC @F488@ +1 FAMS @F774@ +<< +[0037] INDI rkey: I1429 offs: 0x0000178b lens: 0x00000064 +0x0000278b-0x000027ee: +>>0 @I1429@ INDI +1 NAME Madeleine of_France // +1 SEX F +1 DEAT +2 DATE 1537 +1 FAMC @F775@ +1 FAMS @F491@ +<< +[0038] INDI rkey: I1430 offs: 0x000017ef lens: 0x00000064 +0x000027ef-0x00002852: +>>0 @I1430@ INDI +1 NAME Henry /Grey/ +1 SEX M +1 TITL Duke of Suffolk +1 DEAT +2 DATE 1554 +1 FAMS @F509@ +<< +[0039] INDI rkey: I1431 offs: 0x00001853 lens: 0x00000080 +0x00002853-0x000028d2: +>>0 @I1431@ INDI +1 NAME Margaret /Douglas/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1578 +1 FAMC @F459@ +1 FAMS @F654@ +<< +[0040] INDI rkey: I1432 offs: 0x000018d3 lens: 0x00000089 +0x000028d3-0x0000295b: +>>0 @I1432@ INDI +1 NAME Matthew /Stuart/ +1 SEX M +1 TITL Earl Lennox 4th +1 BIRT +2 DATE 1516 +1 DEAT +2 DATE 1571 +1 FAMC @F776@ +1 FAMS @F654@ +<< +[0041] INDI rkey: I1433 offs: 0x0000195c lens: 0x00000076 +0x0000295c-0x000029d1: +>>0 @I1433@ INDI +1 NAME Charles /Stuart/ +1 SEX M +1 TITL Earl Lennox 6th +1 DEAT +2 DATE 1576 +1 FAMC @F654@ +1 FAMS @F777@ +<< +[0042] INDI rkey: I1434 offs: 0x000019d2 lens: 0x00000064 +0x000029d2-0x00002a35: +>>0 @I1434@ INDI +1 NAME Elizabeth /Cavendish/ +1 SEX F +1 DEAT +2 DATE 1581 +1 FAMC @F778@ +1 FAMS @F777@ +<< +[0043] INDI rkey: I1435 offs: 0x00001a36 lens: 0x00000060 +0x00002a36-0x00002a95: +>>0 @I1435@ INDI +1 NAME Arabella /Stuart/ +1 SEX F +1 DEAT +2 DATE 1615 +1 FAMC @F777@ +1 FAMS @F779@ +<< +[0044] INDI rkey: I1436 offs: 0x00001a96 lens: 0x00000084 +0x00002a96-0x00002b19: +>>0 @I1436@ INDI +1 NAME William /Seymour/ +1 SEX M +1 TITL Duke Sommerset +1 DEAT +2 DATE 1660 +1 FAMC @F780@ +1 FAMS @F779@ +1 FAMS @F781@ +<< +[0045] INDI rkey: I1437 offs: 0x00001b1a lens: 0x00000063 +0x00002b1a-0x00002b7c: +>>0 @I1437@ INDI +1 NAME Thomas /Beaufort/ +1 SEX M +1 TITL Duke of Exeter +1 FAMC @F640@ +1 FAMS @F782@ +<< +[0046] INDI rkey: I1438 offs: 0x00001b7d lens: 0x000000ac +0x00002b7d-0x00002c28: +>>0 @I1438@ INDI +1 NAME Franz Josef of_Austria// +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 18 AUG 1830 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 21 NOV 1916 +1 FAMC @F783@ +1 FAMS @F610@ +<< +[0047] INDI rkey: I1439 offs: 0x00001c29 lens: 0x0000006d +0x00002c29-0x00002c95: +>>0 @I1439@ INDI +1 NAME Rudolf // +1 SEX M +1 TITL Archduke +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1889 +1 FAMC @F610@ +<< +[0048] INDI rkey: I1440 offs: 0x00001c96 lens: 0x0000003b +0x00002c96-0x00002cd0: +>>0 @I1440@ INDI +1 NAME Daughter_1 // +1 SEX F +1 FAMC @F610@ +<< +[0049] INDI rkey: I1441 offs: 0x00001cd1 lens: 0x0000003b +0x00002cd1-0x00002d0b: +>>0 @I1441@ INDI +1 NAME Daughter_2 // +1 SEX F +1 FAMC @F610@ +<< +[0050] INDI rkey: I1442 offs: 0x00001d0c lens: 0x00000045 +0x00002d0c-0x00002d50: +>>0 @I1442@ INDI +1 NAME // +1 SEX M +1 TITL duc d' Alencon +1 FAMS @F611@ +<< +[0051] INDI rkey: I1443 offs: 0x00001d51 lens: 0x0000004f +0x00002d51-0x00002d9f: +>>0 @I1443@ INDI +1 NAME Joan /Holland/ +1 SEX F +1 DEAT +2 DATE 1434 +1 FAMS @F641@ +<< +[0052] INDI rkey: I1444 offs: 0x00001da0 lens: 0x00000059 +0x00002da0-0x00002df8: +>>0 @I1444@ INDI +1 NAME Maud /Clifford/ +1 SEX F +1 FAMC @F784@ +1 FAMS @F785@ +1 FAMS @F571@ +<< +[0053] INDI rkey: I1445 offs: 0x00001df9 lens: 0x0000004b +0x00002df9-0x00002e43: +>>0 @I1445@ INDI +1 NAME Anne /Stafford/ +1 SEX F +1 FAMC @F786@ +1 FAMS @F715@ +<< +[0054] INDI rkey: I1446 offs: 0x00001e44 lens: 0x00000043 +0x00002e44-0x00002e86: +>>0 @I1446@ INDI +1 NAME Catherine /Woodville/ +1 SEX F +1 FAMS @F720@ +<< +[0055] INDI rkey: I1447 offs: 0x00001e87 lens: 0x000000c6 +0x00002e87-0x00002f4c: +>>0 @I1447@ INDI +1 NAME Robert_I /Bruce/ +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1274 +1 DEAT +2 DATE 1329 +2 PLAC Cardoss Castle,Firth of Clyde,Scotland +1 FAMC @F787@ +1 FAMS @F788@ +1 FAMS @F789@ +<< +[0056] INDI rkey: I1448 offs: 0x00001f4d lens: 0x0000004b +0x00002f4d-0x00002f97: +>>0 @I1448@ INDI +1 NAME Isobel of_Mar // +1 SEX F +1 FAMC @F790@ +1 FAMS @F788@ +<< +[0057] INDI rkey: I1449 offs: 0x00001f98 lens: 0x0000005e +0x00002f98-0x00002ff5: +>>0 @I1449@ INDI +1 NAME Margery /Bruce/ +1 SEX F +1 DEAT +2 DATE 1316 +1 FAMC @F788@ +1 FAMS @F791@ +<< +[0058] INDI rkey: I1450 offs: 0x00001ff6 lens: 0x00000063 +0x00002ff6-0x00003058: +>>0 @I1450@ INDI +1 NAME Elizabeth de_Burgh // +1 SEX F +1 DEAT +2 DATE 1327 +1 FAMC @F657@ +1 FAMS @F789@ +<< +[0059] INDI rkey: I1451 offs: 0x00002059 lens: 0x00000098 +0x00003059-0x000030f0: +>>0 @I1451@ INDI +1 NAME David_II /Bruce/ +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1329 +1 DEAT +2 DATE 1371 +1 FAMC @F789@ +1 FAMS @F662@ +1 FAMS @F792@ +<< +[0060] INDI rkey: I1452 offs: 0x000020f1 lens: 0x00000056 +0x000030f1-0x00003146: +>>0 @I1452@ INDI +1 NAME Thored // +1 SEX M +1 TITL Ealdorman +1 FAMC @F793@ +1 FAMS @F794@ +<< +[0061] INDI rkey: I1453 offs: 0x00002147 lens: 0x00000070 +0x00003147-0x000031b6: +>>0 @I1453@ INDI +1 NAME Margaret /Drummond/ +1 SEX F +1 DEAT +2 DATE 1375 +1 FAMC @F795@ +1 FAMS @F796@ +1 FAMS @F792@ +<< +[0062] INDI rkey: I1454 offs: 0x000021b7 lens: 0x00000064 +0x000031b7-0x0000321a: +>>0 @I1454@ INDI +1 NAME Walter /Stewart/ +1 SEX M +1 BIRT +2 DATE 1292 +1 DEAT +2 DATE 1326 +1 FAMS @F791@ +<< +[0063] INDI rkey: I1455 offs: 0x0000221b lens: 0x00000094 +0x0000321b-0x000032ae: +>>0 @I1455@ INDI +1 NAME Robert_II // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1316 +1 DEAT +2 DATE 1390 +1 FAMC @F791@ +1 FAMS @F797@ +1 FAMS @F798@ +<< +[0064] INDI rkey: I1456 offs: 0x000022af lens: 0x00000057 +0x000032af-0x00003305: +>>0 @I1456@ INDI +1 NAME Elizabeth of_Rowallan /Mure/ +1 SEX F +1 FAMC @F799@ +1 FAMS @F797@ +<< +[0065] INDI rkey: I1457 offs: 0x00002306 lens: 0x00000061 +0x00003306-0x00003366: +>>0 @I1457@ INDI +1 NAME Robert_III // +1 SEX M +1 TITL King of Scotland +1 FAMC @F797@ +1 FAMS @F800@ +<< +[0066] INDI rkey: I1458 offs: 0x00002367 lens: 0x00000037 +0x00003367-0x0000339d: +>>0 @I1458@ INDI +1 NAME Walter // +1 SEX M +1 FAMC @F797@ +<< +[0067] INDI rkey: I1459 offs: 0x0000239e lens: 0x00000059 +0x0000339e-0x000033f6: +>>0 @I1459@ INDI +1 NAME Robert // +1 SEX M +1 TITL Earl of Fife +1 FAMC @F797@ +1 FAMS @F801@ +<< +[0068] INDI rkey: I1460 offs: 0x000023f7 lens: 0x0000003a +0x000033f7-0x00003430: +>>0 @I1460@ INDI +1 NAME Alexander // +1 SEX M +1 FAMC @F797@ +<< +[0069] INDI rkey: I1461 offs: 0x00002431 lens: 0x0000005b +0x00003431-0x0000348b: +>>0 @I1461@ INDI +1 NAME Annabella // +1 SEX F +1 DEAT +2 DATE 1401 +1 FAMC @F802@ +1 FAMS @F800@ +<< +[0070] INDI rkey: I1462 offs: 0x0000248c lens: 0x0000004d +0x0000348c-0x000034d8: +>>0 @I1462@ INDI +1 NAME David of_Rothesay // +1 SEX M +1 TITL Duke +1 FAMC @F800@ +<< +[0071] INDI rkey: I1463 offs: 0x000024d9 lens: 0x000000a0 +0x000034d9-0x00003578: +>>0 @I1463@ INDI +1 NAME James_I // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1394 +2 PLAC Dunfermline,Scotland +1 DEAT +2 DATE 1437 +1 FAMC @F800@ +1 FAMS @F803@ +<< +[0072] INDI rkey: I1464 offs: 0x00002579 lens: 0x0000004e +0x00003579-0x000035c6: +>>0 @I1464@ INDI +1 NAME Euphemia of_Ross // +1 SEX F +1 FAMC @F804@ +1 FAMS @F798@ +<< +[0073] INDI rkey: I1465 offs: 0x000025c7 lens: 0x0000006c +0x000035c7-0x00003632: +>>0 @I1465@ INDI +1 NAME Joan /Beaufort/ +1 SEX F +1 DEAT +2 DATE 1445 +1 FAMC @F703@ +1 FAMS @F803@ +1 FAMS @F805@ +<< +[0074] INDI rkey: I1466 offs: 0x00002633 lens: 0x000000bf +0x00003633-0x000036f1: +>>0 @I1466@ INDI +1 NAME James_II // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1430 +2 PLAC Edinburgh,Scotland +1 DEAT +2 DATE 1460 +2 PLAC Roxburgh Castle,Scotland +1 FAMC @F803@ +1 FAMS @F656@ +<< +[0075] INDI rkey: I1467 offs: 0x000026f2 lens: 0x00000062 +0x000036f2-0x00003753: +>>0 @I1467@ INDI +1 NAME Marie of_Gueldres // +1 SEX F +1 DEAT +2 DATE 1463 +1 FAMC @F806@ +1 FAMS @F656@ +<< +[0076] INDI rkey: I1468 offs: 0x00002754 lens: 0x00000080 +0x00003754-0x000037d3: +>>0 @I1468@ INDI +1 NAME John // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 1455 +1 DEAT +2 DATE 1513 +1 FAMC @F807@ +1 FAMS @F808@ +<< +[0077] INDI rkey: I1469 offs: 0x000027d4 lens: 0x0000007e +0x000037d4-0x00003851: +>>0 @I1469@ INDI +1 NAME Margaret of_Denmark // +1 SEX F +1 BIRT +2 DATE ABT 1457 +1 DEAT +2 DATE 1486 +1 FAMC @F807@ +1 FAMS @F490@ +<< +[0078] INDI rkey: I1470 offs: 0x00002852 lens: 0x00000099 +0x00003852-0x000038ea: +>>0 @I1470@ INDI +1 NAME Alexander // +1 SEX M +1 TITL Duke of Albany +1 BIRT +2 DATE ABT 1454 +1 DEAT +2 DATE 1485 +1 FAMC @F656@ +1 FAMS @F809@ +1 FAMS @F810@ +<< +[0079] INDI rkey: I1471 offs: 0x000028eb lens: 0x00000048 +0x000038eb-0x00003932: +>>0 @I1471@ INDI +1 NAME John // +1 SEX M +1 TITL Earl of Mar +1 FAMC @F656@ +<< +[0080] INDI rkey: I1472 offs: 0x00002933 lens: 0x00000051 +0x00003933-0x00003983: +>>0 @I1472@ INDI +1 NAME Mary // +1 SEX F +1 FAMC @F656@ +1 FAMS @F811@ +1 FAMS @F812@ +<< +[0081] INDI rkey: I1473 offs: 0x00002984 lens: 0x00000050 +0x00003984-0x000039d3: +>>0 @I1473@ INDI +1 NAME Thomas /Boyd/ +1 SEX M +1 TITL Earl of Arran +1 FAMS @F811@ +<< +[0082] INDI rkey: I1474 offs: 0x000029d4 lens: 0x00000061 +0x000039d4-0x00003a34: +>>0 @I1474@ INDI +1 NAME James /Hamilton/ +1 SEX M +1 TITL Lord 1st +1 BIRT +2 DATE 1479 +1 FAMS @F812@ +<< +[0083] INDI rkey: I1475 offs: 0x00002a35 lens: 0x00000048 +0x00003a35-0x00003a7c: +>>0 @I1475@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMC @F812@ +1 FAMS @F813@ +<< +[0084] INDI rkey: I1476 offs: 0x00002a7d lens: 0x00000089 +0x00003a7d-0x00003b05: +>>0 @I1476@ INDI +1 NAME James /Hamilton/ +1 SEX M +1 TITL Earl of Arran I +1 BIRT +2 DATE 1477 +1 DEAT +2 DATE 1529 +1 FAMC @F812@ +1 FAMS @F814@ +<< +[0085] INDI rkey: I1477 offs: 0x00002b06 lens: 0x00000055 +0x00003b06-0x00003b5a: +>>0 @I1477@ INDI +1 NAME Matthew /Stewart/ +1 SEX M +1 TITL Earl Lennox II +1 FAMS @F813@ +<< +[0086] INDI rkey: I1478 offs: 0x00002b5b lens: 0x00000061 +0x00003b5b-0x00003bbb: +>>0 @I1478@ INDI +1 NAME John /Stewart/ +1 SEX M +1 TITL Earl Lennox III +1 FAMC @F813@ +1 FAMS @F776@ +<< +[0087] INDI rkey: I1479 offs: 0x00002bbc lens: 0x00000038 +0x00003bbc-0x00003bf3: +>>0 @I1479@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F776@ +<< +[0088] INDI rkey: I1480 offs: 0x00002bf4 lens: 0x00000061 +0x00003bf4-0x00003c54: +>>0 @I1480@ INDI +1 NAME John /Stuart/ +1 SEX M +1 TITL Lord d'Aubigny V +1 FAMC @F776@ +1 FAMS @F815@ +<< +[0089] INDI rkey: I1481 offs: 0x00002c55 lens: 0x00000038 +0x00003c55-0x00003c8c: +>>0 @I1481@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F815@ +<< +[0090] INDI rkey: I1482 offs: 0x00002c8d lens: 0x00000063 +0x00003c8d-0x00003cef: +>>0 @I1482@ INDI +1 NAME Esme /Stuart/ +1 SEX M +1 TITL Duke Lennox I +1 DEAT +2 DATE 1583 +1 FAMC @F815@ +<< +[0091] INDI rkey: I1483 offs: 0x00002cf0 lens: 0x00000042 +0x00003cf0-0x00003d31: +>>0 @I1483@ INDI +1 NAME Catherine /Sinclair/ +1 SEX F +1 FAMS @F809@ +<< +[0092] INDI rkey: I1484 offs: 0x00002d32 lens: 0x00000071 +0x00003d32-0x00003da2: +>>0 @I1484@ INDI +1 NAME John // +1 SEX M +1 TITL Duke of Albany +1 BIRT +2 DATE 1484 +1 DEAT +2 DATE 1536 +1 FAMC @F810@ +<< +[0093] INDI rkey: I1485 offs: 0x00002da3 lens: 0x00000038 +0x00003da3-0x00003dda: +>>0 @I1485@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F801@ +<< +[0094] INDI rkey: I1486 offs: 0x00002ddb lens: 0x0000004e +0x00003ddb-0x00003e28: +>>0 @I1486@ INDI +1 NAME Murdoch // +1 SEX M +1 TITL Duke of Albany +1 FAMC @F801@ +<< +[0095] INDI rkey: I1487 offs: 0x00002e29 lens: 0x00000048 +0x00003e29-0x00003e70: +>>0 @I1487@ INDI +1 NAME James /Stewart/ +1 SEX M +1 TITL Sir +1 FAMS @F805@ +<< +[0096] INDI rkey: I1488 offs: 0x00002e71 lens: 0x00000052 +0x00003e71-0x00003ec2: +>>0 @I1488@ INDI +1 NAME John /Stewart/ +1 SEX M +1 TITL Earl of Atholl +1 FAMC @F805@ +<< +[0097] INDI rkey: I1489 offs: 0x00002ec3 lens: 0x00000053 +0x00003ec3-0x00003f15: +>>0 @I1489@ INDI +1 NAME James /Stewart/ +1 SEX M +1 TITL Earl of Buchan +1 FAMC @F805@ +<< +[0098] INDI rkey: I1490 offs: 0x00002f16 lens: 0x00000055 +0x00003f16-0x00003f6a: +>>0 @I1490@ INDI +1 NAME Andrew /Stewart/ +1 SEX M +1 TITL Bishop of Moray +1 FAMC @F805@ +<< +[0099] INDI rkey: I1491 offs: 0x00002f6b lens: 0x00000056 +0x00003f6b-0x00003fc0: +>>0 @I1491@ INDI +1 NAME Janet /Beaton/ +1 SEX F +1 DEAT +2 DATE ABT 1522 +1 FAMS @F814@ +<< +[0100] INDI rkey: I1492 offs: 0x00002fc1 lens: 0x0000008a +0x00003fc1-0x0000404a: +>>0 @I1492@ INDI +1 NAME James /Hamilton/ +1 SEX M +1 TITL Earl of Arran II +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1575 +1 FAMC @F814@ +1 FAMS @F816@ +<< +[0101] INDI rkey: I1493 offs: 0x0000304b lens: 0x00000040 +0x0000404b-0x0000408a: +>>0 @I1493@ INDI +1 NAME Margaret /Douglas/ +1 SEX F +1 FAMS @F816@ +<< +[0102] INDI rkey: I1494 offs: 0x0000308b lens: 0x00000069 +0x0000408b-0x000040f3: +>>0 @I1494@ INDI +1 NAME James /Hamilton/ +1 SEX M +1 TITL 3d Earl of Arran +1 DEAT +2 DATE 1609 +1 FAMC @F816@ +<< +[0103] INDI rkey: I1495 offs: 0x000030f4 lens: 0x00000068 +0x000040f4-0x0000415b: +>>0 @I1495@ INDI +1 NAME Blanche of_Artois // +1 SEX F +1 DEAT +2 DATE 2 MAY 1302 +1 FAMC @F817@ +1 FAMS @F680@ +<< +[0104] INDI rkey: I1496 offs: 0x0000315c lens: 0x0000004d +0x0000415c-0x000041a8: +>>0 @I1496@ INDI +1 NAME Thomas // +1 SEX M +1 TITL Earl Lancaster +1 FAMC @F680@ +<< +[0105] INDI rkey: I1497 offs: 0x000031a9 lens: 0x0000005a +0x000041a9-0x00004202: +>>0 @I1497@ INDI +1 NAME Henry // +1 SEX M +1 TITL Earl Lancaster +1 FAMC @F680@ +1 FAMS @F818@ +<< +[0106] INDI rkey: I1498 offs: 0x00003203 lens: 0x0000003d +0x00004203-0x0000423f: +>>0 @I1498@ INDI +1 NAME Maud /Chaworth/ +1 SEX F +1 FAMS @F818@ +<< +[0107] INDI rkey: I1499 offs: 0x00003240 lens: 0x0000006f +0x00004240-0x000042ae: +>>0 @I1499@ INDI +1 NAME Henry // +1 SEX M +1 TITL Duke Lancaster I +1 DEAT +2 DATE 1361 +1 FAMC @F818@ +1 FAMS @F645@ +<< +[0108] INDI rkey: I1500 offs: 0x000032af lens: 0x00000042 +0x000042af-0x000042f0: +>>0 @I1500@ INDI +1 NAME Isabel /de_Beaumont/ +1 SEX F +1 FAMS @F645@ +<< +[0109] INDI rkey: I1501 offs: 0x000032f1 lens: 0x00000080 +0x000042f1-0x00004370: +>>0 @I1501@ INDI +1 NAME Philippa of_Lancaster // +1 SEX F +1 BIRT +2 DATE ABT 1360 +1 DEAT +2 DATE 1415 +1 FAMC @F623@ +1 FAMS @F819@ +<< +[0110] INDI rkey: I1502 offs: 0x00003371 lens: 0x0000007c +0x00004371-0x000043ec: +>>0 @I1502@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1364 +1 DEAT +2 DATE 1426 +1 FAMC @F623@ +1 FAMS @F820@ +1 FAMS @F821@ +<< +[0111] INDI rkey: I1503 offs: 0x000033ed lens: 0x00000075 +0x000043ed-0x00004461: +>>0 @I1503@ INDI +1 NAME John_I // +1 SEX M +1 TITL King of Portugal +1 BIRT +2 DATE 1357 +1 DEAT +2 DATE 1433 +1 FAMS @F819@ +<< +[0112] INDI rkey: I1504 offs: 0x00003462 lens: 0x00000070 +0x00004462-0x000044d1: +>>0 @I1504@ INDI +1 NAME Alice (Itayls) /Hayles/ +1 SEX F +1 DEAT +2 DATE AFT 8 MAY 1326 +1 FAMC @F822@ +1 FAMS @F672@ +<< +[0113] INDI rkey: I1505 offs: 0x000034d2 lens: 0x0000008d +0x000044d2-0x0000455e: +>>0 @I1505@ INDI +1 NAME Margaret of_Liddell /Wake/ +1 SEX F +1 TITL Baroness +1 DEAT +2 DATE 29 SEP 1349 +1 FAMC @F823@ +1 FAMS @F824@ +1 FAMS @F674@ +<< +[0114] INDI rkey: I1506 offs: 0x0000355f lens: 0x00000091 +0x0000455f-0x000045ef: +>>0 @I1506@ INDI +1 NAME Constance of_Brittany // +1 SEX F +1 TITL Duchess +1 DEAT +2 DATE 1201 +1 FAMC @F825@ +1 FAMS @F739@ +1 FAMS @F826@ +1 FAMS @F827@ +<< +[0115] INDI rkey: I1507 offs: 0x000035f0 lens: 0x0000005d +0x000045f0-0x0000464c: +>>0 @I1507@ INDI +1 NAME Arthur // +1 SEX M +1 BIRT +2 DATE 1187 +1 DEAT +2 DATE 1203 +1 FAMC @F739@ +<< +[0116] INDI rkey: I1508 offs: 0x0000364d lens: 0x00000079 +0x0000464d-0x000046c5: +>>0 @I1508@ INDI +1 NAME Berengaria of_Navarre // +1 SEX F +1 BIRT +2 DATE 1163 +1 DEAT +2 DATE 1230 +1 FAMC @F828@ +1 FAMS @F738@ +<< +[0117] INDI rkey: I1509 offs: 0x000036c6 lens: 0x00000067 +0x000046c6-0x0000472c: +>>0 @I1509@ INDI +1 NAME Henry the_Lion // +1 SEX M +1 TITL Duke of Saxony +1 DEAT +2 DATE 1195 +1 FAMS @F737@ +<< +[0118] INDI rkey: I1510 offs: 0x0000372d lens: 0x00000063 +0x0000472d-0x0000478f: +>>0 @I1510@ INDI +1 NAME Margaret of_France // +1 SEX F +1 DEAT +2 DATE 1198 +1 FAMC @F735@ +1 FAMS @F736@ +<< +[0119] INDI rkey: I1511 offs: 0x00003790 lens: 0x0000008a +0x00004790-0x00004819: +>>0 @I1511@ INDI +1 NAME Malcolm_III Canmore // +1 SEX M +1 TITL King of Scotland +1 DEAT +2 DATE 1093 +1 FAMC @F829@ +1 FAMS @F830@ +1 FAMS @F751@ +<< +[0120] INDI rkey: I1512 offs: 0x0000381a lens: 0x0000005d +0x0000481a-0x00004876: +>>0 @I1512@ INDI +1 NAME St_Margaret // +1 SEX F +1 DEAT +2 DATE 1093 +1 FAMC @F831@ +1 FAMS @F751@ +<< +[0121] INDI rkey: I1513 offs: 0x00003877 lens: 0x0000007b +0x00004877-0x000048f1: +>>0 @I1513@ INDI +1 NAME Edgar // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE ABT 1074 +1 DEAT +2 DATE 1107 +1 FAMC @F751@ +<< +[0122] INDI rkey: I1514 offs: 0x000038f2 lens: 0x00000092 +0x000048f2-0x00004983: +>>0 @I1514@ INDI +1 NAME Alexander_I the_Fierce // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1078 +1 DEAT +2 DATE 1124 +1 FAMC @F751@ +1 FAMS @F832@ +<< +[0123] INDI rkey: I1515 offs: 0x00003984 lens: 0x00000094 +0x00004984-0x00004a17: +>>0 @I1515@ INDI +1 NAME David_I the_Saint // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE ABT 1080 +1 DEAT +2 DATE 1153 +1 FAMC @F751@ +1 FAMS @F833@ +<< +[0124] INDI rkey: I1516 offs: 0x00003a18 lens: 0x0000004e +0x00004a18-0x00004a65: +>>0 @I1516@ INDI +1 NAME Mary of_Scotland // +1 SEX F +1 FAMC @F751@ +1 FAMS @F757@ +<< +[0125] INDI rkey: I1517 offs: 0x00003a66 lens: 0x00000066 +0x00004a66-0x00004acb: +>>0 @I1517@ INDI +1 NAME Stephen Henry // +1 SEX M +1 TITL Count of Blois +1 DEAT +2 DATE 1102 +1 FAMS @F747@ +<< +[0126] INDI rkey: I1518 offs: 0x00003acc lens: 0x00000070 +0x00004acc-0x00004b3b: +>>0 @I1518@ INDI +1 NAME Theobald // +1 SEX M +1 TITL Count of Blois +1 DEAT +2 DATE 1151 +1 FAMC @F747@ +1 FAMS @F834@ +<< + +0x00004b3c: EOF (0x00004b3c) GOOD + +BLOCK - DIRECTORY ac/ad +0x00000000:ix_self: 0x00020003 (ac/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1519' +0x00000016:ix_rkey[0001]: ' I1520' +0x0000001e:ix_rkey[0002]: ' I1521' +0x00000026:ix_rkey[0003]: ' I1522' +0x0000002e:ix_rkey[0004]: ' I1523' +0x00000036:ix_rkey[0005]: ' I1524' +0x0000003e:ix_rkey[0006]: ' I1525' +0x00000046:ix_rkey[0007]: ' I1526' +0x0000004e:ix_rkey[0008]: ' I1527' +0x00000056:ix_rkey[0009]: ' I1528' +0x0000005e:ix_rkey[0010]: ' I1529' +0x00000066:ix_rkey[0011]: ' I1530' +0x0000006e:ix_rkey[0012]: ' I1531' +0x00000076:ix_rkey[0013]: ' I1532' +0x0000007e:ix_rkey[0014]: ' I1533' +0x00000086:ix_rkey[0015]: ' I1534' +0x0000008e:ix_rkey[0016]: ' I1535' +0x00000096:ix_rkey[0017]: ' I1536' +0x0000009e:ix_rkey[0018]: ' I1537' +0x000000a6:ix_rkey[0019]: ' I1538' +0x000000ae:ix_rkey[0020]: ' I1539' +0x000000b6:ix_rkey[0021]: ' I1540' +0x000000be:ix_rkey[0022]: ' I1541' +0x000000c6:ix_rkey[0023]: ' I1542' +0x000000ce:ix_rkey[0024]: ' I1543' +0x000000d6:ix_rkey[0025]: ' I1544' +0x000000de:ix_rkey[0026]: ' I1545' +0x000000e6:ix_rkey[0027]: ' I1546' +0x000000ee:ix_rkey[0028]: ' I1547' +0x000000f6:ix_rkey[0029]: ' I1548' +0x000000fe:ix_rkey[0030]: ' I1549' +0x00000106:ix_rkey[0031]: ' I1550' +0x0000010e:ix_rkey[0032]: ' I1551' +0x00000116:ix_rkey[0033]: ' I1552' +0x0000011e:ix_rkey[0034]: ' I1553' +0x00000126:ix_rkey[0035]: ' I1554' +0x0000012e:ix_rkey[0036]: ' I1555' +0x00000136:ix_rkey[0037]: ' I1556' +0x0000013e:ix_rkey[0038]: ' I1557' +0x00000146:ix_rkey[0039]: ' I1558' +0x0000014e:ix_rkey[0040]: ' I1559' +0x00000156:ix_rkey[0041]: ' I1560' +0x0000015e:ix_rkey[0042]: ' I1561' +0x00000166:ix_rkey[0043]: ' I1562' +0x0000016e:ix_rkey[0044]: ' I1563' +0x00000176:ix_rkey[0045]: ' I1564' +0x0000017e:ix_rkey[0046]: ' I1565' +0x00000186:ix_rkey[0047]: ' I1566' +0x0000018e:ix_rkey[0048]: ' I1567' +0x00000196:ix_rkey[0049]: ' I1568' +0x0000019e:ix_rkey[0050]: ' I1569' +0x000001a6:ix_rkey[0051]: ' I1570' +0x000001ae:ix_rkey[0052]: ' I1571' +0x000001b6:ix_rkey[0053]: ' I1572' +0x000001be:ix_rkey[0054]: ' I1573' +0x000001c6:ix_rkey[0055]: ' I1574' +0x000001ce:ix_rkey[0056]: ' I1575' +0x000001d6:ix_rkey[0057]: ' I1576' +0x000001de:ix_rkey[0058]: ' I1577' +0x000001e6:ix_rkey[0059]: ' I1578' +0x000001ee:ix_rkey[0060]: ' I1579' +0x000001f6:ix_rkey[0061]: ' I1580' +0x000001fe:ix_rkey[0062]: ' I1581' +0x00000206:ix_rkey[0063]: ' I1582' +0x0000020e:ix_rkey[0064]: ' I1583' +0x00000216:ix_rkey[0065]: ' I1584' +0x0000021e:ix_rkey[0066]: ' I1585' +0x00000226:ix_rkey[0067]: ' I1586' +0x0000022e:ix_rkey[0068]: ' I1587' +0x00000236:ix_rkey[0069]: ' I1588' +0x0000023e:ix_rkey[0070]: ' I1589' +0x00000246:ix_rkey[0071]: ' I1590' +0x0000024e:ix_rkey[0072]: ' I1591' +0x00000256:ix_rkey[0073]: ' I1592' +0x0000025e:ix_rkey[0074]: ' I1593' +0x00000266:ix_rkey[0075]: ' I1594' +0x0000026e:ix_rkey[0076]: ' I1595' +0x00000276:ix_rkey[0077]: ' I1596' +0x0000027e:ix_rkey[0078]: ' I1597' +0x00000286:ix_rkey[0079]: ' I1598' +0x0000028e:ix_rkey[0080]: ' I1599' +0x00000296:ix_rkey[0081]: ' I1600' +0x0000029e:ix_rkey[0082]: ' I1601' +0x000002a6:ix_rkey[0083]: ' I1602' +0x000002ae:ix_rkey[0084]: ' I1603' +0x000002b6:ix_rkey[0085]: ' I1604' +0x000002be:ix_rkey[0086]: ' I1605' +0x000002c6:ix_rkey[0087]: ' I1606' +0x000002ce:ix_rkey[0088]: ' I1607' +0x000002d6:ix_rkey[0089]: ' I1608' +0x000002de:ix_rkey[0090]: ' I1609' +0x000002e6:ix_rkey[0091]: ' I1610' +0x000002ee:ix_rkey[0092]: ' I1611' +0x000002f6:ix_rkey[0093]: ' I1612' +0x000002fe:ix_rkey[0094]: ' I1613' +0x00000306:ix_rkey[0095]: ' I1614' +0x0000030e:ix_rkey[0096]: ' I1615' +0x00000316:ix_rkey[0097]: ' I1616' +0x0000031e:ix_rkey[0098]: ' I1617' +0x00000326:ix_rkey[0099]: ' I1618' +0x0000032e:ix_rkey[0100]: ' I1619' +0x00000336:ix_rkey[0101]: ' I1620' +0x0000033e:ix_rkey[0102]: ' I1621' +0x00000346:ix_rkey[0103]: ' I1622' +0x0000034e:ix_rkey[0104]: ' I1623' +0x00000356:ix_rkey[0105]: ' I1624' +0x0000035e:ix_rkey[0106]: ' I1625' +0x00000366:ix_rkey[0107]: ' I1626' +0x0000036e:ix_rkey[0108]: ' I1627' +0x00000376:ix_rkey[0109]: ' I1628' +0x0000037e:ix_rkey[0110]: ' I1629' +0x00000386:ix_rkey[0111]: ' I1630' +0x0000038e:ix_rkey[0112]: ' I1631' +0x00000396:ix_rkey[0113]: ' I1632' +0x0000039e:ix_rkey[0114]: ' I1633' +0x000003a6:ix_rkey[0115]: ' I1634' +0x000003ae:ix_rkey[0116]: ' I1635' +0x000003b6:ix_rkey[0117]: ' I1636' +0x000003be:ix_rkey[0118]: ' I1637' +0x000003c6:ix_rkey[0119]: ' I1638' +0x000003ce:ix_rkey[0120]: ' I1639' +0x000003d6:ix_rkey[0121]: ' I1640' +0x000003de:ix_rkey[0122]: ' I1641' +0x000003e6:ix_rkey[0123]: ' I1642' +0x000003ee:ix_rkey[0124]: ' I1643' +0x000003f6:ix_rkey[0125]: ' I1644' +0x000003fe:ix_rkey[0126]: ' I1645' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000051 +0x0000080c:ix_offs[0001]: 0x00000051 0x00000c08:ix_lens[0001]: 0x00000088 +0x00000810:ix_offs[0002]: 0x000000d9 0x00000c0c:ix_lens[0002]: 0x00000065 +0x00000814:ix_offs[0003]: 0x0000013e 0x00000c10:ix_lens[0003]: 0x00000054 +0x00000818:ix_offs[0004]: 0x00000192 0x00000c14:ix_lens[0004]: 0x00000050 +0x0000081c:ix_offs[0005]: 0x000001e2 0x00000c18:ix_lens[0005]: 0x00000045 +0x00000820:ix_offs[0006]: 0x00000227 0x00000c1c:ix_lens[0006]: 0x0000006d +0x00000824:ix_offs[0007]: 0x00000294 0x00000c20:ix_lens[0007]: 0x00000046 +0x00000828:ix_offs[0008]: 0x000002da 0x00000c24:ix_lens[0008]: 0x00000073 +0x0000082c:ix_offs[0009]: 0x0000034d 0x00000c28:ix_lens[0009]: 0x00000042 +0x00000830:ix_offs[0010]: 0x0000038f 0x00000c2c:ix_lens[0010]: 0x00000066 +0x00000834:ix_offs[0011]: 0x000003f5 0x00000c30:ix_lens[0011]: 0x00000070 +0x00000838:ix_offs[0012]: 0x00000465 0x00000c34:ix_lens[0012]: 0x00000041 +0x0000083c:ix_offs[0013]: 0x000004a6 0x00000c38:ix_lens[0013]: 0x0000006f +0x00000840:ix_offs[0014]: 0x00000515 0x00000c3c:ix_lens[0014]: 0x000000bd +0x00000844:ix_offs[0015]: 0x000005d2 0x00000c40:ix_lens[0015]: 0x000000fe +0x00000848:ix_offs[0016]: 0x000006d0 0x00000c44:ix_lens[0016]: 0x00000096 +0x0000084c:ix_offs[0017]: 0x00000766 0x00000c48:ix_lens[0017]: 0x0000004d +0x00000850:ix_offs[0018]: 0x000007b3 0x00000c4c:ix_lens[0018]: 0x00000036 +0x00000854:ix_offs[0019]: 0x000007e9 0x00000c50:ix_lens[0019]: 0x0000008c +0x00000858:ix_offs[0020]: 0x00000875 0x00000c54:ix_lens[0020]: 0x00000065 +0x0000085c:ix_offs[0021]: 0x000008da 0x00000c58:ix_lens[0021]: 0x00000044 +0x00000860:ix_offs[0022]: 0x0000091e 0x00000c5c:ix_lens[0022]: 0x0000006d +0x00000864:ix_offs[0023]: 0x0000098b 0x00000c60:ix_lens[0023]: 0x0000004f +0x00000868:ix_offs[0024]: 0x000009da 0x00000c64:ix_lens[0024]: 0x00000063 +0x0000086c:ix_offs[0025]: 0x00000a3d 0x00000c68:ix_lens[0025]: 0x00000039 +0x00000870:ix_offs[0026]: 0x00000a76 0x00000c6c:ix_lens[0026]: 0x00000079 +0x00000874:ix_offs[0027]: 0x00000aef 0x00000c70:ix_lens[0027]: 0x00000045 +0x00000878:ix_offs[0028]: 0x00000b34 0x00000c74:ix_lens[0028]: 0x0000003d +0x0000087c:ix_offs[0029]: 0x00000b71 0x00000c78:ix_lens[0029]: 0x000000e0 +0x00000880:ix_offs[0030]: 0x00000c51 0x00000c7c:ix_lens[0030]: 0x00000054 +0x00000884:ix_offs[0031]: 0x00000ca5 0x00000c80:ix_lens[0031]: 0x000000b9 +0x00000888:ix_offs[0032]: 0x00000d5e 0x00000c84:ix_lens[0032]: 0x0000005f +0x0000088c:ix_offs[0033]: 0x00000dbd 0x00000c88:ix_lens[0033]: 0x000000c0 +0x00000890:ix_offs[0034]: 0x00000e7d 0x00000c8c:ix_lens[0034]: 0x00000055 +0x00000894:ix_offs[0035]: 0x00000ed2 0x00000c90:ix_lens[0035]: 0x0000005e +0x00000898:ix_offs[0036]: 0x00000f30 0x00000c94:ix_lens[0036]: 0x0000004f +0x0000089c:ix_offs[0037]: 0x00000f7f 0x00000c98:ix_lens[0037]: 0x00000057 +0x000008a0:ix_offs[0038]: 0x00000fd6 0x00000c9c:ix_lens[0038]: 0x00000094 +0x000008a4:ix_offs[0039]: 0x0000106a 0x00000ca0:ix_lens[0039]: 0x00000053 +0x000008a8:ix_offs[0040]: 0x000010bd 0x00000ca4:ix_lens[0040]: 0x000000da +0x000008ac:ix_offs[0041]: 0x00001197 0x00000ca8:ix_lens[0041]: 0x00000055 +0x000008b0:ix_offs[0042]: 0x000011ec 0x00000cac:ix_lens[0042]: 0x00000054 +0x000008b4:ix_offs[0043]: 0x00001240 0x00000cb0:ix_lens[0043]: 0x0000004a +0x000008b8:ix_offs[0044]: 0x0000128a 0x00000cb4:ix_lens[0044]: 0x0000004c +0x000008bc:ix_offs[0045]: 0x000012d6 0x00000cb8:ix_lens[0045]: 0x0000004a +0x000008c0:ix_offs[0046]: 0x00001320 0x00000cbc:ix_lens[0046]: 0x0000004b +0x000008c4:ix_offs[0047]: 0x0000136b 0x00000cc0:ix_lens[0047]: 0x0000004d +0x000008c8:ix_offs[0048]: 0x000013b8 0x00000cc4:ix_lens[0048]: 0x0000004b +0x000008cc:ix_offs[0049]: 0x00001403 0x00000cc8:ix_lens[0049]: 0x00000073 +0x000008d0:ix_offs[0050]: 0x00001476 0x00000ccc:ix_lens[0050]: 0x00000079 +0x000008d4:ix_offs[0051]: 0x000014ef 0x00000cd0:ix_lens[0051]: 0x00000071 +0x000008d8:ix_offs[0052]: 0x00001560 0x00000cd4:ix_lens[0052]: 0x0000006f +0x000008dc:ix_offs[0053]: 0x000015cf 0x00000cd8:ix_lens[0053]: 0x00000082 +0x000008e0:ix_offs[0054]: 0x00001651 0x00000cdc:ix_lens[0054]: 0x00000065 +0x000008e4:ix_offs[0055]: 0x000016b6 0x00000ce0:ix_lens[0055]: 0x00000061 +0x000008e8:ix_offs[0056]: 0x00001717 0x00000ce4:ix_lens[0056]: 0x0000006f +0x000008ec:ix_offs[0057]: 0x00001786 0x00000ce8:ix_lens[0057]: 0x0000004a +0x000008f0:ix_offs[0058]: 0x000017d0 0x00000cec:ix_lens[0058]: 0x00000048 +0x000008f4:ix_offs[0059]: 0x00001818 0x00000cf0:ix_lens[0059]: 0x0000007b +0x000008f8:ix_offs[0060]: 0x00001893 0x00000cf4:ix_lens[0060]: 0x00000068 +0x000008fc:ix_offs[0061]: 0x000018fb 0x00000cf8:ix_lens[0061]: 0x00000058 +0x00000900:ix_offs[0062]: 0x00001953 0x00000cfc:ix_lens[0062]: 0x00000060 +0x00000904:ix_offs[0063]: 0x000019b3 0x00000d00:ix_lens[0063]: 0x000000ae +0x00000908:ix_offs[0064]: 0x00001a61 0x00000d04:ix_lens[0064]: 0x00000087 +0x0000090c:ix_offs[0065]: 0x00001ae8 0x00000d08:ix_lens[0065]: 0x00000056 +0x00000910:ix_offs[0066]: 0x00001b3e 0x00000d0c:ix_lens[0066]: 0x00000098 +0x00000914:ix_offs[0067]: 0x00001bd6 0x00000d10:ix_lens[0067]: 0x00000055 +0x00000918:ix_offs[0068]: 0x00001c2b 0x00000d14:ix_lens[0068]: 0x00000078 +0x0000091c:ix_offs[0069]: 0x00001ca3 0x00000d18:ix_lens[0069]: 0x0000006a +0x00000920:ix_offs[0070]: 0x00001d0d 0x00000d1c:ix_lens[0070]: 0x00000063 +0x00000924:ix_offs[0071]: 0x00001d70 0x00000d20:ix_lens[0071]: 0x0000004f +0x00000928:ix_offs[0072]: 0x00001dbf 0x00000d24:ix_lens[0072]: 0x0000004f +0x0000092c:ix_offs[0073]: 0x00001e0e 0x00000d28:ix_lens[0073]: 0x00000059 +0x00000930:ix_offs[0074]: 0x00001e67 0x00000d2c:ix_lens[0074]: 0x00000057 +0x00000934:ix_offs[0075]: 0x00001ebe 0x00000d30:ix_lens[0075]: 0x00000081 +0x00000938:ix_offs[0076]: 0x00001f3f 0x00000d34:ix_lens[0076]: 0x00000076 +0x0000093c:ix_offs[0077]: 0x00001fb5 0x00000d38:ix_lens[0077]: 0x0000007c +0x00000940:ix_offs[0078]: 0x00002031 0x00000d3c:ix_lens[0078]: 0x00000055 +0x00000944:ix_offs[0079]: 0x00002086 0x00000d40:ix_lens[0079]: 0x00000080 +0x00000948:ix_offs[0080]: 0x00002106 0x00000d44:ix_lens[0080]: 0x00000053 +0x0000094c:ix_offs[0081]: 0x00002159 0x00000d48:ix_lens[0081]: 0x0000005a +0x00000950:ix_offs[0082]: 0x000021b3 0x00000d4c:ix_lens[0082]: 0x000000f3 +0x00000954:ix_offs[0083]: 0x000022a6 0x00000d50:ix_lens[0083]: 0x00000061 +0x00000958:ix_offs[0084]: 0x00002307 0x00000d54:ix_lens[0084]: 0x0000005e +0x0000095c:ix_offs[0085]: 0x00002365 0x00000d58:ix_lens[0085]: 0x00000083 +0x00000960:ix_offs[0086]: 0x000023e8 0x00000d5c:ix_lens[0086]: 0x00000077 +0x00000964:ix_offs[0087]: 0x0000245f 0x00000d60:ix_lens[0087]: 0x00000075 +0x00000968:ix_offs[0088]: 0x000024d4 0x00000d64:ix_lens[0088]: 0x00000052 +0x0000096c:ix_offs[0089]: 0x00002526 0x00000d68:ix_lens[0089]: 0x00000072 +0x00000970:ix_offs[0090]: 0x00002598 0x00000d6c:ix_lens[0090]: 0x00000078 +0x00000974:ix_offs[0091]: 0x00002610 0x00000d70:ix_lens[0091]: 0x0000004d +0x00000978:ix_offs[0092]: 0x0000265d 0x00000d74:ix_lens[0092]: 0x0000004b +0x0000097c:ix_offs[0093]: 0x000026a8 0x00000d78:ix_lens[0093]: 0x00000089 +0x00000980:ix_offs[0094]: 0x00002731 0x00000d7c:ix_lens[0094]: 0x000000d9 +0x00000984:ix_offs[0095]: 0x0000280a 0x00000d80:ix_lens[0095]: 0x000000b4 +0x00000988:ix_offs[0096]: 0x000028be 0x00000d84:ix_lens[0096]: 0x000000d8 +0x0000098c:ix_offs[0097]: 0x00002996 0x00000d88:ix_lens[0097]: 0x000000bb +0x00000990:ix_offs[0098]: 0x00002a51 0x00000d8c:ix_lens[0098]: 0x000000d5 +0x00000994:ix_offs[0099]: 0x00002b26 0x00000d90:ix_lens[0099]: 0x000000a0 +0x00000998:ix_offs[0100]: 0x00002bc6 0x00000d94:ix_lens[0100]: 0x0000009f +0x0000099c:ix_offs[0101]: 0x00002c65 0x00000d98:ix_lens[0101]: 0x000000c9 +0x000009a0:ix_offs[0102]: 0x00002d2e 0x00000d9c:ix_lens[0102]: 0x00000092 +0x000009a4:ix_offs[0103]: 0x00002dc0 0x00000da0:ix_lens[0103]: 0x000000d8 +0x000009a8:ix_offs[0104]: 0x00002e98 0x00000da4:ix_lens[0104]: 0x0000006b +0x000009ac:ix_offs[0105]: 0x00002f03 0x00000da8:ix_lens[0105]: 0x0000007f +0x000009b0:ix_offs[0106]: 0x00002f82 0x00000dac:ix_lens[0106]: 0x000000a6 +0x000009b4:ix_offs[0107]: 0x00003028 0x00000db0:ix_lens[0107]: 0x00000094 +0x000009b8:ix_offs[0108]: 0x000030bc 0x00000db4:ix_lens[0108]: 0x000000d3 +0x000009bc:ix_offs[0109]: 0x0000318f 0x00000db8:ix_lens[0109]: 0x00000080 +0x000009c0:ix_offs[0110]: 0x0000320f 0x00000dbc:ix_lens[0110]: 0x000000a0 +0x000009c4:ix_offs[0111]: 0x000032af 0x00000dc0:ix_lens[0111]: 0x000000c9 +0x000009c8:ix_offs[0112]: 0x00003378 0x00000dc4:ix_lens[0112]: 0x00000093 +0x000009cc:ix_offs[0113]: 0x0000340b 0x00000dc8:ix_lens[0113]: 0x000000b6 +0x000009d0:ix_offs[0114]: 0x000034c1 0x00000dcc:ix_lens[0114]: 0x0000007d +0x000009d4:ix_offs[0115]: 0x0000353e 0x00000dd0:ix_lens[0115]: 0x000000b1 +0x000009d8:ix_offs[0116]: 0x000035ef 0x00000dd4:ix_lens[0116]: 0x00000074 +0x000009dc:ix_offs[0117]: 0x00003663 0x00000dd8:ix_lens[0117]: 0x00000070 +0x000009e0:ix_offs[0118]: 0x000036d3 0x00000ddc:ix_lens[0118]: 0x00000060 +0x000009e4:ix_offs[0119]: 0x00003733 0x00000de0:ix_lens[0119]: 0x00000074 +0x000009e8:ix_offs[0120]: 0x000037a7 0x00000de4:ix_lens[0120]: 0x0000006d +0x000009ec:ix_offs[0121]: 0x00003814 0x00000de8:ix_lens[0121]: 0x0000006b +0x000009f0:ix_offs[0122]: 0x0000387f 0x00000dec:ix_lens[0122]: 0x0000006d +0x000009f4:ix_offs[0123]: 0x000038ec 0x00000df0:ix_lens[0123]: 0x00000060 +0x000009f8:ix_offs[0124]: 0x0000394c 0x00000df4:ix_lens[0124]: 0x0000006e +0x000009fc:ix_offs[0125]: 0x000039ba 0x00000df8:ix_lens[0125]: 0x00000075 +0x00000a00:ix_offs[0126]: 0x00003a2f 0x00000dfc:ix_lens[0126]: 0x000000cf + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1519 offs: 0x00000000 lens: 0x00000051 +0x00001000-0x00001050: +>>0 @I1519@ INDI +1 NAME Henry of_Winchester // +1 SEX M +1 TITL Bishop +1 FAMC @F747@ +<< +[0001] INDI rkey: I1520 offs: 0x00000051 lens: 0x00000088 +0x00001051-0x000010d8: +>>0 @I1520@ INDI +1 NAME Alfonso_VIII // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1155 +1 DEAT +2 DATE 1214 +1 FAMC @F835@ +1 FAMS @F740@ +<< +[0002] INDI rkey: I1521 offs: 0x000000d9 lens: 0x00000065 +0x000010d9-0x0000113d: +>>0 @I1521@ INDI +1 NAME Matthew of_Alsace // +1 SEX M +1 TITL Count Boulogne +1 FAMC @F836@ +1 FAMS @F760@ +<< +[0003] INDI rkey: I1522 offs: 0x0000013e lens: 0x00000054 +0x0000113e-0x00001191: +>>0 @I1522@ INDI +1 NAME Eustace_III of_Boulogne // +1 SEX M +1 TITL Count +1 FAMS @F757@ +<< +[0004] INDI rkey: I1523 offs: 0x00000192 lens: 0x00000050 +0x00001192-0x000011e1: +>>0 @I1523@ INDI +1 NAME Isabel de_Warrenne // +1 SEX F +1 FAMC @F837@ +1 FAMS @F759@ +<< +[0005] INDI rkey: I1524 offs: 0x000001e2 lens: 0x00000045 +0x000011e2-0x00001226: +>>0 @I1524@ INDI +1 NAME Constance of_Toulouse // +1 SEX F +1 FAMS @F758@ +<< +[0006] INDI rkey: I1525 offs: 0x00000227 lens: 0x0000006d +0x00001227-0x00001293: +>>0 @I1525@ INDI +1 NAME Robert the_Devil // +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1035 +1 FAMC @F838@ +1 FAMS @F743@ +<< +[0007] INDI rkey: I1526 offs: 0x00000294 lens: 0x00000046 +0x00001294-0x000012d9: +>>0 @I1526@ INDI +1 NAME Herleva // +1 SEX F +1 FAMS @F743@ +1 FAMS @F839@ +<< +[0008] INDI rkey: I1527 offs: 0x000002da lens: 0x00000073 +0x000012da-0x0000134c: +>>0 @I1527@ INDI +1 NAME Richard_II of_Normandy // +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1026 +1 FAMC @F840@ +1 FAMS @F838@ +<< +[0009] INDI rkey: I1528 offs: 0x0000034d lens: 0x00000042 +0x0000134d-0x0000138e: +>>0 @I1528@ INDI +1 NAME Judith of_Brittany // +1 SEX F +1 FAMS @F838@ +<< +[0010] INDI rkey: I1529 offs: 0x0000038f lens: 0x00000066 +0x0000138f-0x000013f4: +>>0 @I1529@ INDI +1 NAME Richard_III of_Normandy // +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1028 +1 FAMC @F838@ +<< +[0011] INDI rkey: I1530 offs: 0x000003f5 lens: 0x00000070 +0x000013f5-0x00001464: +>>0 @I1530@ INDI +1 NAME Richard_I the_Fearless of_Normandy// +1 SEX M +1 TITL Count +1 DEAT +2 DATE 996 +1 FAMS @F840@ +<< +[0012] INDI rkey: I1531 offs: 0x00000465 lens: 0x00000041 +0x00001465-0x000014a5: +>>0 @I1531@ INDI +1 NAME Gunnor of_Denmark // +1 SEX F +1 FAMS @F840@ +<< +[0013] INDI rkey: I1532 offs: 0x000004a6 lens: 0x0000006f +0x000014a6-0x00001514: +>>0 @I1532@ INDI +1 NAME Emma of_Normandy // +1 SEX F +1 DEAT +2 DATE 1052 +1 FAMC @F840@ +1 FAMS @F841@ +1 FAMS @F842@ +<< +[0014] INDI rkey: I1533 offs: 0x00000515 lens: 0x000000bd +0x00001515-0x000015d1: +>>0 @I1533@ INDI +1 NAME Ethelred_II the_Unready // +1 SEX M +1 TITL King of Kent +1 BIRT +2 DATE ABT 968 +1 DEAT +2 DATE 1016 +1 BURI +2 PLAC St. Paul's +1 FAMC @F843@ +1 FAMS @F844@ +1 FAMS @F841@ +<< +[0015] INDI rkey: I1534 offs: 0x000005d2 lens: 0x000000fe +0x000015d2-0x000016cf: +>>0 @I1534@ INDI +1 NAME Edward the_Confessor // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE ABT 1002 +2 PLAC Islip,Oxfordshire,England +1 DEAT +2 DATE 5 JAN 1066 +1 BURI +2 DATE 6 JAN 1066 +2 PLAC Westminster,Abbey,London,England +1 FAMC @F841@ +1 FAMS @F845@ +<< +[0016] INDI rkey: I1535 offs: 0x000006d0 lens: 0x00000096 +0x000016d0-0x00001765: +>>0 @I1535@ INDI +1 NAME Edith (Eadgyth) // +1 SEX F +1 DEAT +2 DATE 18 DEC 1075 +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F846@ +1 FAMS @F845@ +<< +[0017] INDI rkey: I1536 offs: 0x00000766 lens: 0x0000004d +0x00001766-0x000017b2: +>>0 @I1536@ INDI +1 NAME Godwin // +1 SEX M +1 TITL Earl of Wessex +1 FAMS @F846@ +<< +[0018] INDI rkey: I1537 offs: 0x000007b3 lens: 0x00000036 +0x000017b3-0x000017e8: +>>0 @I1537@ INDI +1 NAME Gytha // +1 SEX F +1 FAMS @F846@ +<< +[0019] INDI rkey: I1538 offs: 0x000007e9 lens: 0x0000008c +0x000017e9-0x00001874: +>>0 @I1538@ INDI +1 NAME Harold_II // +1 SEX M +1 BIRT +2 DATE ABT 1022 +1 DEAT +2 DATE 14 OCT 1066 +2 PLAC Hastings +1 FAMC @F846@ +1 FAMS @F847@ +<< +[0020] INDI rkey: I1539 offs: 0x00000875 lens: 0x00000065 +0x00001875-0x000018d9: +>>0 @I1539@ INDI +1 NAME Edith Swan-neck (Ealdgyth)// +1 SEX F +1 FAMC @F848@ +1 FAMS @F849@ +1 FAMS @F847@ +<< +[0021] INDI rkey: I1540 offs: 0x000008da lens: 0x00000044 +0x000018da-0x0000191d: +>>0 @I1540@ INDI +1 NAME Gytha // +1 SEX F +1 FAMC @F847@ +1 FAMS @F850@ +<< +[0022] INDI rkey: I1541 offs: 0x0000091e lens: 0x0000006d +0x0000191e-0x0000198a: +>>0 @I1541@ INDI +1 NAME Vladimir of_Kiev /Monomakh/ +1 SEX M +1 TITL Grand Duke +1 DEAT +2 DATE 1125 +1 FAMS @F850@ +<< +[0023] INDI rkey: I1542 offs: 0x0000098b lens: 0x0000004f +0x0000198b-0x000019d9: +>>0 @I1542@ INDI +1 NAME Elfreda (Elfgiva) // +1 SEX F +1 FAMC @F794@ +1 FAMS @F844@ +<< +[0024] INDI rkey: I1543 offs: 0x000009da lens: 0x00000063 +0x000019da-0x00001a3c: +>>0 @I1543@ INDI +1 NAME Edmund_II Ironside // +1 SEX M +1 DEAT +2 DATE 1016 +1 FAMC @F844@ +1 FAMS @F851@ +<< +[0025] INDI rkey: I1544 offs: 0x00000a3d lens: 0x00000039 +0x00001a3d-0x00001a75: +>>0 @I1544@ INDI +1 NAME Ealdgyth // +1 SEX F +1 FAMS @F851@ +<< +[0026] INDI rkey: I1545 offs: 0x00000a76 lens: 0x00000079 +0x00001a76-0x00001aee: +>>0 @I1545@ INDI +1 NAME Edward /Athling/ +1 SEX M +1 BIRT +2 DATE ABT 1016 +1 DEAT +2 DATE 1057 +1 FAMC @F851@ +1 FAMS @F831@ +<< +[0027] INDI rkey: I1546 offs: 0x00000aef lens: 0x00000045 +0x00001aef-0x00001b33: +>>0 @I1546@ INDI +1 NAME Agatha // +1 SEX F +1 FAMC @F852@ +1 FAMS @F831@ +<< +[0028] INDI rkey: I1547 offs: 0x00000b34 lens: 0x0000003d +0x00001b34-0x00001b70: +>>0 @I1547@ INDI +1 NAME Edgar /Athling/ +1 SEX M +1 FAMC @F831@ +<< +[0029] INDI rkey: I1548 offs: 0x00000b71 lens: 0x000000e0 +0x00001b71-0x00001c50: +>>0 @I1548@ INDI +1 NAME Canute_II the_Great // +1 SEX M +1 BIRT +2 DATE ABT 995 +1 DEAT +2 DATE 12 NOV 1035 +2 PLAC Shaftesbury,England +1 BURI +2 PLAC Winchester,Cathedral,London,England +1 FAMC @F853@ +1 FAMS @F854@ +1 FAMS @F842@ +<< +[0030] INDI rkey: I1549 offs: 0x00000c51 lens: 0x00000054 +0x00001c51-0x00001ca4: +>>0 @I1549@ INDI +1 NAME Elfgiva of_Northampton // +1 SEX F +1 FAMC @F855@ +1 FAMS @F854@ +<< +[0031] INDI rkey: I1550 offs: 0x00000ca5 lens: 0x000000b9 +0x00001ca5-0x00001d5d: +>>0 @I1550@ INDI +1 NAME Harold_I Harefoot // +1 SEX M +1 BIRT +2 DATE ABT 1015 +1 DEAT +2 DATE 17 MAR 1040 +2 PLAC Oxford,England +1 BURI +2 PLAC St Clement Danes,London,England +1 FAMC @F854@ +<< +[0032] INDI rkey: I1551 offs: 0x00000d5e lens: 0x0000005f +0x00001d5e-0x00001dbc: +>>0 @I1551@ INDI +1 NAME Sweyn // +1 SEX M +1 TITL King of Norway +1 DEAT +2 DATE 1036 +1 FAMC @F854@ +<< +[0033] INDI rkey: I1552 offs: 0x00000dbd lens: 0x000000c0 +0x00001dbd-0x00001e7c: +>>0 @I1552@ INDI +1 NAME Hardicanute // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 1018 +1 DEAT +2 DATE 8 JUN 1042 +2 PLAC Lambeth +1 BURI +2 PLAC Winchester,Cathedral,London,England +1 FAMC @F842@ +<< +[0034] INDI rkey: I1553 offs: 0x00000e7d lens: 0x00000055 +0x00001e7d-0x00001ed1: +>>0 @I1553@ INDI +1 NAME Herluin of_Conteville // +1 SEX M +1 TITL Viscount +1 FAMS @F839@ +<< +[0035] INDI rkey: I1554 offs: 0x00000ed2 lens: 0x0000005e +0x00001ed2-0x00001f2f: +>>0 @I1554@ INDI +1 NAME Odo of_Bayeux // +1 SEX M +1 TITL Bishop +1 DEAT +2 DATE 1097 +1 FAMC @F839@ +<< +[0036] INDI rkey: I1555 offs: 0x00000f30 lens: 0x0000004f +0x00001f30-0x00001f7e: +>>0 @I1555@ INDI +1 NAME Robert // +1 SEX M +1 TITL Count of Mortain +1 FAMC @F839@ +<< +[0037] INDI rkey: I1556 offs: 0x00000f7f lens: 0x00000057 +0x00001f7f-0x00001fd5: +>>0 @I1556@ INDI +1 NAME Alan_IV of_Brittany /Fergant/ +1 SEX M +1 TITL Count +1 FAMS @F748@ +<< +[0038] INDI rkey: I1557 offs: 0x00000fd6 lens: 0x00000094 +0x00001fd6-0x00002069: +>>0 @I1557@ INDI +1 NAME William_II the_Good // +1 SEX M +1 TITL King of Sicily +1 BIRT +2 DATE 1166 +1 DEAT +2 DATE 18 NOV 1189 +1 FAMC @F856@ +1 FAMS @F741@ +<< +[0039] INDI rkey: I1558 offs: 0x0000106a lens: 0x00000053 +0x0000206a-0x000020bc: +>>0 @I1558@ INDI +1 NAME Raymond_VI of_Toulouse // +1 SEX M +1 TITL Count +1 FAMS @F742@ +<< +[0040] INDI rkey: I1559 offs: 0x000010bd lens: 0x000000da +0x000020bd-0x00002196: +>>0 @I1559@ INDI +1 NAME Nicholas /Koulikovsky/ +1 SEX M +1 TITL Colonel +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1958 +2 PLAC Cooksville,Near Toronto,Ontario,Canada +1 BURI +2 PLAC York Cemetery,Toronto,Ontario,Canada +1 FAMS @F118@ +<< +[0041] INDI rkey: I1560 offs: 0x00001197 lens: 0x00000055 +0x00002197-0x000021eb: +>>0 @I1560@ INDI +1 NAME Tikhon /Koulikovsky/ +1 SEX M +1 BIRT +2 DATE 1917 +1 FAMC @F118@ +<< +[0042] INDI rkey: I1561 offs: 0x000011ec lens: 0x00000054 +0x000021ec-0x0000223f: +>>0 @I1561@ INDI +1 NAME Goury /Koulikovsky/ +1 SEX M +1 BIRT +2 DATE 1919 +1 FAMC @F118@ +<< +[0043] INDI rkey: I1562 offs: 0x00001240 lens: 0x0000004a +0x00002240-0x00002289: +>>0 @I1562@ INDI +1 NAME Andrew // +1 SEX M +1 BIRT +2 DATE 1897 +1 FAMC @F115@ +<< +[0044] INDI rkey: I1563 offs: 0x0000128a lens: 0x0000004c +0x0000228a-0x000022d5: +>>0 @I1563@ INDI +1 NAME Theodore // +1 SEX M +1 BIRT +2 DATE 1898 +1 FAMC @F115@ +<< +[0045] INDI rkey: I1564 offs: 0x000012d6 lens: 0x0000004a +0x000022d6-0x0000231f: +>>0 @I1564@ INDI +1 NAME Nikita // +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMC @F115@ +<< +[0046] INDI rkey: I1565 offs: 0x00001320 lens: 0x0000004b +0x00002320-0x0000236a: +>>0 @I1565@ INDI +1 NAME Dimitri // +1 SEX M +1 BIRT +2 DATE 1901 +1 FAMC @F115@ +<< +[0047] INDI rkey: I1566 offs: 0x0000136b lens: 0x0000004d +0x0000236b-0x000023b7: +>>0 @I1566@ INDI +1 NAME Rostislav // +1 SEX M +1 BIRT +2 DATE 1902 +1 FAMC @F115@ +<< +[0048] INDI rkey: I1567 offs: 0x000013b8 lens: 0x0000004b +0x000023b8-0x00002402: +>>0 @I1567@ INDI +1 NAME Vassily // +1 SEX M +1 BIRT +2 DATE 1907 +1 FAMC @F115@ +<< +[0049] INDI rkey: I1568 offs: 0x00001403 lens: 0x00000073 +0x00002403-0x00002475: +>>0 @I1568@ INDI +1 NAME Alexander Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1870 +1 FAMC @F32@ +<< +[0050] INDI rkey: I1569 offs: 0x00001476 lens: 0x00000079 +0x00002476-0x000024ee: +>>0 @I1569@ INDI +1 NAME Catherine /Yourievska/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1922 +1 FAMS @F39@ +<< +[0051] INDI rkey: I1570 offs: 0x000014ef lens: 0x00000071 +0x000024ef-0x0000255f: +>>0 @I1570@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1913 +1 FAMC @F39@ +1 FAMS @F857@ +<< +[0052] INDI rkey: I1571 offs: 0x00001560 lens: 0x0000006f +0x00002560-0x000025ce: +>>0 @I1571@ INDI +1 NAME Olga /Romanov/ +1 SEX F +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1925 +1 FAMC @F39@ +1 FAMS @F858@ +<< +[0053] INDI rkey: I1572 offs: 0x000015cf lens: 0x00000082 +0x000025cf-0x00002650: +>>0 @I1572@ INDI +1 NAME Catherine /Romanov/ +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1959 +1 FAMC @F39@ +1 FAMS @F859@ +1 FAMS @F860@ +<< +[0054] INDI rkey: I1573 offs: 0x00001651 lens: 0x00000065 +0x00002651-0x000026b5: +>>0 @I1573@ INDI +1 NAME Alexandra /Zarnekau/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1883 +1 FAMS @F857@ +<< +[0055] INDI rkey: I1574 offs: 0x000016b6 lens: 0x00000061 +0x000026b6-0x00002716: +>>0 @I1574@ INDI +1 NAME Alexander Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMC @F857@ +<< +[0056] INDI rkey: I1575 offs: 0x00001717 lens: 0x0000006f +0x00002717-0x00002785: +>>0 @I1575@ INDI +1 NAME /von_Merenberg/ +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE 1948 +1 FAMS @F858@ +<< +[0057] INDI rkey: I1576 offs: 0x00001786 lens: 0x0000004a +0x00002786-0x000027cf: +>>0 @I1576@ INDI +1 NAME George // +1 SEX M +1 BIRT +2 DATE 1897 +1 FAMC @F858@ +<< +[0058] INDI rkey: I1577 offs: 0x000017d0 lens: 0x00000048 +0x000027d0-0x00002817: +>>0 @I1577@ INDI +1 NAME Olga // +1 SEX F +1 BIRT +2 DATE 1898 +1 FAMC @F858@ +<< +[0059] INDI rkey: I1578 offs: 0x00001818 lens: 0x0000007b +0x00002818-0x00002892: +>>0 @I1578@ INDI +1 NAME Alexander V. /Bariatinsky/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1910 +1 FAMS @F859@ +<< +[0060] INDI rkey: I1579 offs: 0x00001893 lens: 0x00000068 +0x00002893-0x000028fa: +>>0 @I1579@ INDI +1 NAME Andrei /Bariatinsky/ +1 SEX M +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1931 +1 FAMC @F859@ +<< +[0061] INDI rkey: I1580 offs: 0x000018fb lens: 0x00000058 +0x000028fb-0x00002952: +>>0 @I1580@ INDI +1 NAME Alexander /Bariatinsky/ +1 SEX M +1 BIRT +2 DATE 1905 +1 FAMC @F859@ +<< +[0062] INDI rkey: I1581 offs: 0x00001953 lens: 0x00000060 +0x00002953-0x000029b2: +>>0 @I1581@ INDI +1 NAME Serge /Obelensky/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1890 +1 FAMS @F860@ +<< +[0063] INDI rkey: I1582 offs: 0x000019b3 lens: 0x000000ae +0x000029b3-0x00002a60: +>>0 @I1582@ INDI +1 NAME Sanchia of_Provence // +1 SEX F +1 BIRT +2 DATE ABT 1225 +2 PLAC Aix-en-Provence +1 DEAT +2 DATE 9 NOV 1261 +2 PLAC Berkhamsted +1 FAMC @F861@ +1 FAMS @F729@ +<< +[0064] INDI rkey: I1583 offs: 0x00001a61 lens: 0x00000087 +0x00002a61-0x00002ae7: +>>0 @I1583@ INDI +1 NAME Beatrix of_Falkenburg // +1 SEX F +1 BIRT +2 DATE ABT 1253 +1 DEAT +2 DATE 17 OCT 1277 +1 FAMC @F862@ +1 FAMS @F730@ +<< +[0065] INDI rkey: I1584 offs: 0x00001ae8 lens: 0x00000056 +0x00002ae8-0x00002b3d: +>>0 @I1584@ INDI +1 NAME Frederick_II of_Germany // +1 SEX M +1 TITL Emperor +1 FAMS @F732@ +<< +[0066] INDI rkey: I1585 offs: 0x00001b3e lens: 0x00000098 +0x00002b3e-0x00002bd5: +>>0 @I1585@ INDI +1 NAME Alexander_III // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1241 +1 DEAT +2 DATE 1286 +1 FAMC @F863@ +1 FAMS @F677@ +1 FAMS @F864@ +<< +[0067] INDI rkey: I1586 offs: 0x00001bd6 lens: 0x00000055 +0x00002bd6-0x00002c2a: +>>0 @I1586@ INDI +1 NAME John of_Dreux // +1 SEX M +1 TITL Earl of Richmond +1 FAMS @F678@ +<< +[0068] INDI rkey: I1587 offs: 0x00001c2b lens: 0x00000078 +0x00002c2b-0x00002ca2: +>>0 @I1587@ INDI +1 NAME Aveline de_Forz // +1 SEX F +1 DEAT +2 DATE 10 NOV 1274 +2 PLAC Stockwell +1 FAMC @F865@ +1 FAMS @F679@ +<< +[0069] INDI rkey: I1588 offs: 0x00001ca3 lens: 0x0000006a +0x00002ca3-0x00002d0c: +>>0 @I1588@ INDI +1 NAME Gilbert De_Clare // +1 SEX M +1 TITL Earl Gloucester +1 DEAT +2 DATE 1295 +1 FAMS @F666@ +<< +[0070] INDI rkey: I1589 offs: 0x00001d0d lens: 0x00000063 +0x00002d0d-0x00002d6f: +>>0 @I1589@ INDI +1 NAME Ralph de_Monthermer // +1 SEX M +1 TITL Baron +1 DEAT +2 DATE 1305 +1 FAMS @F667@ +<< +[0071] INDI rkey: I1590 offs: 0x00001d70 lens: 0x0000004f +0x00002d70-0x00002dbe: +>>0 @I1590@ INDI +1 NAME John_II // +1 SEX M +1 TITL Duke of Brabant +1 FAMS @F668@ +<< +[0072] INDI rkey: I1591 offs: 0x00001dbf lens: 0x0000004f +0x00002dbf-0x00002e0d: +>>0 @I1591@ INDI +1 NAME John_I // +1 SEX M +1 TITL Count of Holland +1 FAMS @F669@ +<< +[0073] INDI rkey: I1592 offs: 0x00001e0e lens: 0x00000059 +0x00002e0e-0x00002e66: +>>0 @I1592@ INDI +1 NAME Humphrey De_Bohun // +1 SEX M +1 TITL Earl of Hereford +1 FAMS @F670@ +<< +[0074] INDI rkey: I1593 offs: 0x00001e67 lens: 0x00000057 +0x00002e67-0x00002ebd: +>>0 @I1593@ INDI +1 NAME Mary de_Ros // +1 SEX F +1 FAMC @F866@ +1 FAMS @F867@ +1 FAMS @F673@ +<< +[0075] INDI rkey: I1594 offs: 0x00001ebe lens: 0x00000081 +0x00002ebe-0x00002f3e: +>>0 @I1594@ INDI +1 NAME John_V /de_Montfort/ +1 SEX M +1 TITL Duke of Brittany +1 DEAT +2 DATE 1 NOV 1399 +1 FAMS @F642@ +1 FAMS @F868@ +<< +[0076] INDI rkey: I1595 offs: 0x00001f3f lens: 0x00000076 +0x00002f3f-0x00002fb4: +>>0 @I1595@ INDI +1 NAME Margaret /Holland/ +1 SEX F +1 DEAT +2 DATE 31 DEC 1439 +1 FAMC @F764@ +1 FAMS @F703@ +1 FAMS @F626@ +<< +[0077] INDI rkey: I1596 offs: 0x00001fb5 lens: 0x0000007c +0x00002fb5-0x00003030: +>>0 @I1596@ INDI +1 NAME Anne of_Burgundy // +1 SEX F +1 DEAT +2 DATE 14 NOV 1432 +2 PLAC Paris,France +1 FAMC @F869@ +1 FAMS @F627@ +<< +[0078] INDI rkey: I1597 offs: 0x00002031 lens: 0x00000055 +0x00003031-0x00003085: +>>0 @I1597@ INDI +1 NAME Jacqueline of_Holland // +1 SEX F +1 TITL Countess +1 FAMS @F629@ +<< +[0079] INDI rkey: I1598 offs: 0x00002086 lens: 0x00000080 +0x00003086-0x00003105: +>>0 @I1598@ INDI +1 NAME Eleanor de_Cobham // +1 SEX F +1 DEAT +2 DATE 7 JUL 1452 +2 PLAC Beaumaris Castle +1 FAMC @F870@ +1 FAMS @F630@ +<< +[0080] INDI rkey: I1599 offs: 0x00002106 lens: 0x00000053 +0x00003106-0x00003158: +>>0 @I1599@ INDI +1 NAME Ludwig_III // +1 SEX M +1 TITL Elector Palatine +1 FAMS @F631@ +<< +[0081] INDI rkey: I1600 offs: 0x00002159 lens: 0x0000005a +0x00003159-0x000031b2: +>>0 @I1600@ INDI +1 NAME Eric_X of_Pomerania // +1 SEX M +1 TITL King of Denmark +1 FAMS @F632@ +<< +[0082] INDI rkey: I1601 offs: 0x000021b3 lens: 0x000000f3 +0x000031b3-0x000032a5: +>>0 @I1601@ INDI +1 NAME Joan of_Navarre // +1 SEX F +1 BIRT +2 DATE ABT 1370 +2 PLAC Pamplona +1 DEAT +2 DATE 9 JUL 1437 +2 PLAC Havering atte,Bower,Essex,England +1 BURI +2 PLAC Canterbury,Cathedral,,England +1 FAMC @F871@ +1 FAMS @F868@ +1 FAMS @F624@ +<< +[0083] INDI rkey: I1602 offs: 0x000022a6 lens: 0x00000061 +0x000032a6-0x00003306: +>>0 @I1602@ INDI +1 NAME William /Bourchier/ +1 SEX M +1 TITL Count +1 DEAT +2 DATE 1420 +1 FAMS @F575@ +<< +[0084] INDI rkey: I1603 offs: 0x00002307 lens: 0x0000005e +0x00003307-0x00003364: +>>0 @I1603@ INDI +1 NAME Anne of_Gloucester // +1 SEX F +1 FAMC @F644@ +1 FAMS @F872@ +1 FAMS @F575@ +<< +[0085] INDI rkey: I1604 offs: 0x00002365 lens: 0x00000083 +0x00003365-0x000033e7: +>>0 @I1604@ INDI +1 NAME Frederick_II of_Hesse-Cassel // +1 SEX M +1 TITL Landgrave +1 BIRT +2 DATE 1720 +1 DEAT +2 DATE 1785 +1 FAMS @F203@ +<< +[0086] INDI rkey: I1605 offs: 0x000023e8 lens: 0x00000077 +0x000033e8-0x0000345e: +>>0 @I1605@ INDI +1 NAME Elizabeth Christine // +1 SEX F +1 BIRT +2 DATE 1715 +1 DEAT +2 DATE 1797 +1 FAMC @F873@ +1 FAMS @F609@ +<< +[0087] INDI rkey: I1606 offs: 0x0000245f lens: 0x00000075 +0x0000345f-0x000034d3: +>>0 @I1606@ INDI +1 NAME Ferdinand Albert_II of_Brunswick// +1 SEX M +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1735 +1 FAMS @F873@ +<< +[0088] INDI rkey: I1607 offs: 0x000024d4 lens: 0x00000052 +0x000034d4-0x00003525: +>>0 @I1607@ INDI +1 NAME Margaret Alice /Bridgeman/ +1 SEX F +1 TITL Lady +1 FAMS @F53@ +<< +[0089] INDI rkey: I1608 offs: 0x00002526 lens: 0x00000072 +0x00003526-0x00003597: +>>0 @I1608@ INDI +1 NAME William /d'Aubigny/ +1 SEX M +1 TITL Earl of Arundel +1 DEAT +2 DATE 12 OCT 1176 +1 FAMS @F755@ +<< +[0090] INDI rkey: I1609 offs: 0x00002598 lens: 0x00000078 +0x00003598-0x0000360f: +>>0 @I1609@ INDI +1 NAME Henri /de_Laborde/ +1 SEX M +1 BIRT +2 DATE 11 JUN 1934 +2 PLAC Talence,Gironde,France +1 FAMS @F379@ +<< +[0091] INDI rkey: I1610 offs: 0x00002610 lens: 0x0000004d +0x00003610-0x0000365c: +>>0 @I1610@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F379@ +<< +[0092] INDI rkey: I1611 offs: 0x0000265d lens: 0x0000004b +0x0000365d-0x000036a7: +>>0 @I1611@ INDI +1 NAME Joachim // +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F379@ +<< +[0093] INDI rkey: I1612 offs: 0x000026a8 lens: 0x00000089 +0x000036a8-0x00003730: +>>0 @I1612@ INDI +1 NAME Silvia Renate /Sommerlath/ +1 SEX F +1 BIRT +2 DATE 23 DEC 1943 +2 PLAC Heidelberg,Germany +1 FAMC @F874@ +1 FAMS @F375@ +<< +[0094] INDI rkey: I1613 offs: 0x00002731 lens: 0x000000d9 +0x00003731-0x00003809: +>>0 @I1613@ INDI +1 NAME Oscar_I // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 4 JUL 1799 +2 PLAC Paris,France +1 DEAT +2 DATE 8 MAR 1844 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMC @F875@ +1 FAMS @F302@ +<< +[0095] INDI rkey: I1614 offs: 0x0000280a lens: 0x000000b4 +0x0000380a-0x000038bd: +>>0 @I1614@ INDI +1 NAME Josephine /de_Beauharnais/ +1 SEX F +1 BIRT +2 DATE 14 MAR 1807 +2 PLAC Milan,Italy +1 DEAT +2 DATE 7 JUN 1876 +2 PLAC Stockholm,Sweden +1 FAMC @F876@ +1 FAMS @F302@ +<< +[0096] INDI rkey: I1615 offs: 0x000028be lens: 0x000000d8 +0x000038be-0x00003995: +>>0 @I1615@ INDI +1 NAME Charles_XIV John // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 26 JAN 1763 +2 PLAC Pau,Bearn,France +1 DEAT +2 DATE 8 MAR 1844 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F875@ +<< +[0097] INDI rkey: I1616 offs: 0x00002996 lens: 0x000000bb +0x00003996-0x00003a50: +>>0 @I1616@ INDI +1 NAME Desiree // +1 SEX F +1 BIRT +2 DATE 9 NOV 1777 +2 PLAC Marseilles,France +1 DEAT +2 DATE 17 DEC 1860 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F875@ +<< +[0098] INDI rkey: I1617 offs: 0x00002a51 lens: 0x000000d5 +0x00003a51-0x00003b25: +>>0 @I1617@ INDI +1 NAME Frederick_VI // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 28 JAN 1768 +2 PLAC Christiansborg,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 3 DEC 1839 +2 PLAC Amalienborg +1 FAMC @F216@ +1 FAMS @F877@ +<< +[0099] INDI rkey: I1618 offs: 0x00002b26 lens: 0x000000a0 +0x00003b26-0x00003bc5: +>>0 @I1618@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 28 OCT 1767 +2 PLAC Hanau +1 DEAT +2 DATE 21 MAR 1852 +2 PLAC Amalienborg,Denmark +1 FAMC @F222@ +1 FAMS @F877@ +<< +[0100] INDI rkey: I1619 offs: 0x00002bc6 lens: 0x0000009f +0x00003bc6-0x00003c64: +>>0 @I1619@ INDI +1 NAME Juliana Maria // +1 SEX F +1 BIRT +2 DATE 4 SEP 1729 +2 PLAC Wolfenbuttel +1 DEAT +2 DATE 10 OCT 1796 +2 PLAC Fredensborg,Denmark +1 FAMS @F221@ +<< +[0101] INDI rkey: I1620 offs: 0x00002c65 lens: 0x000000c9 +0x00003c65-0x00003d2d: +>>0 @I1620@ INDI +1 NAME Christian_VI // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 10 DEC 1699 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 6 AUG 1746 +2 PLAC Copenhagen,Denmark +1 FAMC @F878@ +1 FAMS @F220@ +<< +[0102] INDI rkey: I1621 offs: 0x00002d2e lens: 0x00000092 +0x00003d2e-0x00003dbf: +>>0 @I1621@ INDI +1 NAME Sophie Magdalene // +1 SEX F +1 BIRT +2 DATE 28 NOV 1700 +1 DEAT +2 DATE 27 MAY 1770 +2 PLAC Christiansborg,Denmark +1 FAMS @F220@ +<< +[0103] INDI rkey: I1622 offs: 0x00002dc0 lens: 0x000000d8 +0x00003dc0-0x00003e97: +>>0 @I1622@ INDI +1 NAME Frederick_IV // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 21 OCT 1671 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 12 OCT 1730 +2 PLAC Copenhagen,Denmark +1 FAMC @F879@ +1 FAMS @F878@ +1 FAMS @F880@ +<< +[0104] INDI rkey: I1623 offs: 0x00002e98 lens: 0x0000006b +0x00003e98-0x00003f02: +>>0 @I1623@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 28 AUG 1667 +1 DEAT +2 DATE 15 MAR 1721 +1 FAMS @F878@ +<< +[0105] INDI rkey: I1624 offs: 0x00002f03 lens: 0x0000007f +0x00003f03-0x00003f81: +>>0 @I1624@ INDI +1 NAME Anna Sophie // +1 SEX F +1 BIRT +2 DATE 16 APR 1693 +1 DEAT +2 DATE 7 JAN 1743 +2 PLAC Klausholm +1 FAMS @F880@ +<< +[0106] INDI rkey: I1625 offs: 0x00002f82 lens: 0x000000a6 +0x00003f82-0x00004027: +>>0 @I1625@ INDI +1 NAME Christian_V // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 15 APR 1646 +2 PLAC Flensborg +1 DEAT +2 DATE 25 AUG 1699 +1 FAMC @F423@ +1 FAMS @F879@ +<< +[0107] INDI rkey: I1626 offs: 0x00003028 lens: 0x00000094 +0x00004028-0x000040bb: +>>0 @I1626@ INDI +1 NAME Charlotte Amelia // +1 SEX F +1 BIRT +2 DATE 27 APR 1650 +2 PLAC Cassel +1 DEAT +2 DATE 27 MAR 1714 +2 PLAC Copenhagen +1 FAMS @F879@ +<< +[0108] INDI rkey: I1627 offs: 0x000030bc lens: 0x000000d3 +0x000040bc-0x0000418e: +>>0 @I1627@ INDI +1 NAME Christian_IV // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 12 APR 1577 +2 PLAC Frederiksborg +1 DEAT +2 DATE 28 FEB 1648 +2 PLAC Copenhagen,Denmark +1 FAMC @F437@ +1 FAMS @F881@ +1 FAMS @F882@ +<< +[0109] INDI rkey: I1628 offs: 0x0000318f lens: 0x00000080 +0x0000418f-0x0000420e: +>>0 @I1628@ INDI +1 NAME Anne Catherine // +1 SEX F +1 BIRT +2 DATE 26 JUN 1575 +1 DEAT +2 DATE 29 MAR 1612 +1 FAMC @F883@ +1 FAMS @F881@ +<< +[0110] INDI rkey: I1629 offs: 0x0000320f lens: 0x000000a0 +0x0000420f-0x000042ae: +>>0 @I1629@ INDI +1 NAME Christine of_Schleswig- Holstein// +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 6 JUL 1598 +1 DEAT +2 DATE 19 APR 1658 +2 PLAC Odense +1 FAMS @F882@ +<< +[0111] INDI rkey: I1630 offs: 0x000032af lens: 0x000000c9 +0x000042af-0x00004377: +>>0 @I1630@ INDI +1 NAME Frederick_III // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 18 MAR 1609 +2 PLAC Haderslev,Denmark +1 DEAT +2 DATE 9 FEB 1670 +2 PLAC Copenhagen,Denmark +1 FAMC @F881@ +1 FAMS @F423@ +<< +[0112] INDI rkey: I1631 offs: 0x00003378 lens: 0x00000093 +0x00004378-0x0000440a: +>>0 @I1631@ INDI +1 NAME Sophia Amelia // +1 SEX F +1 BIRT +2 DATE 24 MAR 1628 +2 PLAC Herzberg +1 DEAT +2 DATE 20 FEB 1685 +2 PLAC Copenhagen +1 FAMS @F423@ +<< +[0113] INDI rkey: I1632 offs: 0x0000340b lens: 0x000000b6 +0x0000440b-0x000044c0: +>>0 @I1632@ INDI +1 NAME Christian_III // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 12 AUG 1503 +2 PLAC Gottorp +1 DEAT +2 DATE 1 JAN 1559 +2 PLAC Coldingen +1 FAMC @F884@ +1 FAMS @F439@ +<< +[0114] INDI rkey: I1633 offs: 0x000034c1 lens: 0x0000007d +0x000044c1-0x0000453d: +>>0 @I1633@ INDI +1 NAME Dorothea // +1 SEX F +1 BIRT +2 DATE 9 JUL 1511 +1 DEAT +2 DATE 7 OCT 1571 +2 PLAC Sonderburg +1 FAMS @F439@ +<< +[0115] INDI rkey: I1634 offs: 0x0000353e lens: 0x000000b1 +0x0000453e-0x000045ee: +>>0 @I1634@ INDI +1 NAME Frederick_I // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 7 OCT 1471 +1 DEAT +2 DATE 10 APR 1533 +2 PLAC Gottorp +1 FAMC @F807@ +1 FAMS @F884@ +1 FAMS @F885@ +<< +[0116] INDI rkey: I1635 offs: 0x000035ef lens: 0x00000074 +0x000045ef-0x00004662: +>>0 @I1635@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 27 AUG 1487 +1 DEAT +2 DATE 3 MAY 1547 +2 PLAC Kiel +1 FAMS @F884@ +<< +[0117] INDI rkey: I1636 offs: 0x00003663 lens: 0x00000070 +0x00004663-0x000046d2: +>>0 @I1636@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1498 +1 DEAT +2 DATE 13 MAY 1568 +2 PLAC Keil +1 FAMS @F885@ +<< +[0118] INDI rkey: I1637 offs: 0x000036d3 lens: 0x00000060 +0x000046d3-0x00004732: +>>0 @I1637@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1745 +1 DEAT +2 DATE 1747 +1 FAMC @F213@ +<< +[0119] INDI rkey: I1638 offs: 0x00003733 lens: 0x00000074 +0x00004733-0x000047a6: +>>0 @I1638@ INDI +1 NAME Sophia Magdalena // +1 SEX F +1 BIRT +2 DATE 1746 +1 DEAT +2 DATE 1813 +1 FAMC @F213@ +1 FAMS @F886@ +<< +[0120] INDI rkey: I1639 offs: 0x000037a7 lens: 0x0000006d +0x000047a7-0x00004813: +>>0 @I1639@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1820 +1 FAMC @F213@ +1 FAMS @F887@ +<< +[0121] INDI rkey: I1640 offs: 0x00003814 lens: 0x0000006b +0x00004814-0x0000487e: +>>0 @I1640@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1750 +1 DEAT +2 DATE 1831 +1 FAMC @F213@ +1 FAMS @F222@ +<< +[0122] INDI rkey: I1641 offs: 0x0000387f lens: 0x0000006d +0x0000487f-0x000048eb: +>>0 @I1641@ INDI +1 NAME Charles of_Hesse-Cassel // +1 SEX M +1 BIRT +2 DATE 1744 +1 DEAT +2 DATE 1836 +1 FAMS @F222@ +<< +[0123] INDI rkey: I1642 offs: 0x000038ec lens: 0x00000060 +0x000048ec-0x0000494b: +>>0 @I1642@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1791 +1 FAMC @F877@ +<< +[0124] INDI rkey: I1643 offs: 0x0000394c lens: 0x0000006e +0x0000494c-0x000049b9: +>>0 @I1643@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1753 +1 DEAT +2 DATE 1805 +1 FAMC @F221@ +1 FAMS @F202@ +<< +[0125] INDI rkey: I1644 offs: 0x000039ba lens: 0x00000075 +0x000049ba-0x00004a2e: +>>0 @I1644@ INDI +1 NAME Sophia Frederica of_Mecklenburg-// +1 SEX F +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1794 +1 FAMS @F202@ +<< +[0126] INDI rkey: I1645 offs: 0x00003a2f lens: 0x000000cf +0x00004a2f-0x00004afd: +>>0 @I1645@ INDI +1 NAME Christian_VIII // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 18 SEP 1786 +2 PLAC Christiansborg +1 DEAT +2 DATE 20 JAN 1848 +2 PLAC Amalienborg +1 FAMC @F202@ +1 FAMS @F888@ +1 FAMS @F889@ +<< + +0x00004afe: EOF (0x00004afe) GOOD + +BLOCK - DIRECTORY ae/aa +0x00000000:ix_self: 0x00040000 (ae/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1646' +0x00000016:ix_rkey[0001]: ' I1647' +0x0000001e:ix_rkey[0002]: ' I1648' +0x00000026:ix_rkey[0003]: ' I1649' +0x0000002e:ix_rkey[0004]: ' I1650' +0x00000036:ix_rkey[0005]: ' I1651' +0x0000003e:ix_rkey[0006]: ' I1652' +0x00000046:ix_rkey[0007]: ' I1653' +0x0000004e:ix_rkey[0008]: ' I1654' +0x00000056:ix_rkey[0009]: ' I1655' +0x0000005e:ix_rkey[0010]: ' I1656' +0x00000066:ix_rkey[0011]: ' I1657' +0x0000006e:ix_rkey[0012]: ' I1658' +0x00000076:ix_rkey[0013]: ' I1659' +0x0000007e:ix_rkey[0014]: ' I1660' +0x00000086:ix_rkey[0015]: ' I1661' +0x0000008e:ix_rkey[0016]: ' I1662' +0x00000096:ix_rkey[0017]: ' I1663' +0x0000009e:ix_rkey[0018]: ' I1664' +0x000000a6:ix_rkey[0019]: ' I1665' +0x000000ae:ix_rkey[0020]: ' I1666' +0x000000b6:ix_rkey[0021]: ' I1667' +0x000000be:ix_rkey[0022]: ' I1668' +0x000000c6:ix_rkey[0023]: ' I1669' +0x000000ce:ix_rkey[0024]: ' I1670' +0x000000d6:ix_rkey[0025]: ' I1671' +0x000000de:ix_rkey[0026]: ' I1672' +0x000000e6:ix_rkey[0027]: ' I1673' +0x000000ee:ix_rkey[0028]: ' I1674' +0x000000f6:ix_rkey[0029]: ' I1675' +0x000000fe:ix_rkey[0030]: ' I1676' +0x00000106:ix_rkey[0031]: ' I1677' +0x0000010e:ix_rkey[0032]: ' I1678' +0x00000116:ix_rkey[0033]: ' I1679' +0x0000011e:ix_rkey[0034]: ' I1680' +0x00000126:ix_rkey[0035]: ' I1681' +0x0000012e:ix_rkey[0036]: ' I1682' +0x00000136:ix_rkey[0037]: ' I1683' +0x0000013e:ix_rkey[0038]: ' I1684' +0x00000146:ix_rkey[0039]: ' I1685' +0x0000014e:ix_rkey[0040]: ' I1686' +0x00000156:ix_rkey[0041]: ' I1687' +0x0000015e:ix_rkey[0042]: ' I1688' +0x00000166:ix_rkey[0043]: ' I1689' +0x0000016e:ix_rkey[0044]: ' I1690' +0x00000176:ix_rkey[0045]: ' I1691' +0x0000017e:ix_rkey[0046]: ' I1692' +0x00000186:ix_rkey[0047]: ' I1693' +0x0000018e:ix_rkey[0048]: ' I1694' +0x00000196:ix_rkey[0049]: ' I1695' +0x0000019e:ix_rkey[0050]: ' I1696' +0x000001a6:ix_rkey[0051]: ' I1697' +0x000001ae:ix_rkey[0052]: ' I1698' +0x000001b6:ix_rkey[0053]: ' I1699' +0x000001be:ix_rkey[0054]: ' I1700' +0x000001c6:ix_rkey[0055]: ' I1701' +0x000001ce:ix_rkey[0056]: ' I1702' +0x000001d6:ix_rkey[0057]: ' I1703' +0x000001de:ix_rkey[0058]: ' I1704' +0x000001e6:ix_rkey[0059]: ' I1705' +0x000001ee:ix_rkey[0060]: ' I1706' +0x000001f6:ix_rkey[0061]: ' I1707' +0x000001fe:ix_rkey[0062]: ' I1708' +0x00000206:ix_rkey[0063]: ' I1709' +0x0000020e:ix_rkey[0064]: ' I1710' +0x00000216:ix_rkey[0065]: ' I1711' +0x0000021e:ix_rkey[0066]: ' I1712' +0x00000226:ix_rkey[0067]: ' I1713' +0x0000022e:ix_rkey[0068]: ' I1714' +0x00000236:ix_rkey[0069]: ' I1715' +0x0000023e:ix_rkey[0070]: ' I1716' +0x00000246:ix_rkey[0071]: ' I1717' +0x0000024e:ix_rkey[0072]: ' I1718' +0x00000256:ix_rkey[0073]: ' I1719' +0x0000025e:ix_rkey[0074]: ' I1720' +0x00000266:ix_rkey[0075]: ' I1721' +0x0000026e:ix_rkey[0076]: ' I1722' +0x00000276:ix_rkey[0077]: ' I1723' +0x0000027e:ix_rkey[0078]: ' I1724' +0x00000286:ix_rkey[0079]: ' I1725' +0x0000028e:ix_rkey[0080]: ' I1726' +0x00000296:ix_rkey[0081]: ' I1727' +0x0000029e:ix_rkey[0082]: ' I1728' +0x000002a6:ix_rkey[0083]: ' I1729' +0x000002ae:ix_rkey[0084]: ' I1730' +0x000002b6:ix_rkey[0085]: ' I1731' +0x000002be:ix_rkey[0086]: ' I1732' +0x000002c6:ix_rkey[0087]: ' I1733' +0x000002ce:ix_rkey[0088]: ' I1734' +0x000002d6:ix_rkey[0089]: ' I1735' +0x000002de:ix_rkey[0090]: ' I1736' +0x000002e6:ix_rkey[0091]: ' I1737' +0x000002ee:ix_rkey[0092]: ' I1738' +0x000002f6:ix_rkey[0093]: ' I1739' +0x000002fe:ix_rkey[0094]: ' I1740' +0x00000306:ix_rkey[0095]: ' I1741' +0x0000030e:ix_rkey[0096]: ' I1742' +0x00000316:ix_rkey[0097]: ' I1743' +0x0000031e:ix_rkey[0098]: ' I1744' +0x00000326:ix_rkey[0099]: ' I1745' +0x0000032e:ix_rkey[0100]: ' I1746' +0x00000336:ix_rkey[0101]: ' I1747' +0x0000033e:ix_rkey[0102]: ' I1748' +0x00000346:ix_rkey[0103]: ' I1749' +0x0000034e:ix_rkey[0104]: ' I1750' +0x00000356:ix_rkey[0105]: ' I1751' +0x0000035e:ix_rkey[0106]: ' I1752' +0x00000366:ix_rkey[0107]: ' I1753' +0x0000036e:ix_rkey[0108]: ' I1754' +0x00000376:ix_rkey[0109]: ' I1755' +0x0000037e:ix_rkey[0110]: ' I1756' +0x00000386:ix_rkey[0111]: ' I1757' +0x0000038e:ix_rkey[0112]: ' I1758' +0x00000396:ix_rkey[0113]: ' I1759' +0x0000039e:ix_rkey[0114]: ' I1760' +0x000003a6:ix_rkey[0115]: ' I1761' +0x000003ae:ix_rkey[0116]: ' I1762' +0x000003b6:ix_rkey[0117]: ' I1763' +0x000003be:ix_rkey[0118]: ' I1764' +0x000003c6:ix_rkey[0119]: ' I1765' +0x000003ce:ix_rkey[0120]: ' I1766' +0x000003d6:ix_rkey[0121]: ' I1767' +0x000003de:ix_rkey[0122]: ' I1768' +0x000003e6:ix_rkey[0123]: ' I1769' +0x000003ee:ix_rkey[0124]: ' I1770' +0x000003f6:ix_rkey[0125]: ' I1771' +0x000003fe:ix_rkey[0126]: ' I1772' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000006e +0x0000080c:ix_offs[0001]: 0x0000006e 0x00000c08:ix_lens[0001]: 0x00000092 +0x00000810:ix_offs[0002]: 0x00000100 0x00000c0c:ix_lens[0002]: 0x0000009f +0x00000814:ix_offs[0003]: 0x0000019f 0x00000c10:ix_lens[0003]: 0x000000d7 +0x00000818:ix_offs[0004]: 0x00000276 0x00000c14:ix_lens[0004]: 0x000000a9 +0x0000081c:ix_offs[0005]: 0x0000031f 0x00000c18:ix_lens[0005]: 0x00000092 +0x00000820:ix_offs[0006]: 0x000003b1 0x00000c1c:ix_lens[0006]: 0x000000a3 +0x00000824:ix_offs[0007]: 0x00000454 0x00000c20:ix_lens[0007]: 0x00000072 +0x00000828:ix_offs[0008]: 0x000004c6 0x00000c24:ix_lens[0008]: 0x00000082 +0x0000082c:ix_offs[0009]: 0x00000548 0x00000c28:ix_lens[0009]: 0x00000062 +0x00000830:ix_offs[0010]: 0x000005aa 0x00000c2c:ix_lens[0010]: 0x0000006d +0x00000834:ix_offs[0011]: 0x00000617 0x00000c30:ix_lens[0011]: 0x0000005d +0x00000838:ix_offs[0012]: 0x00000674 0x00000c34:ix_lens[0012]: 0x00000060 +0x0000083c:ix_offs[0013]: 0x000006d4 0x00000c38:ix_lens[0013]: 0x00000064 +0x00000840:ix_offs[0014]: 0x00000738 0x00000c3c:ix_lens[0014]: 0x00000065 +0x00000844:ix_offs[0015]: 0x0000079d 0x00000c40:ix_lens[0015]: 0x0000006a +0x00000848:ix_offs[0016]: 0x00000807 0x00000c44:ix_lens[0016]: 0x0000007b +0x0000084c:ix_offs[0017]: 0x00000882 0x00000c48:ix_lens[0017]: 0x0000006c +0x00000850:ix_offs[0018]: 0x000008ee 0x00000c4c:ix_lens[0018]: 0x0000006a +0x00000854:ix_offs[0019]: 0x00000958 0x00000c50:ix_lens[0019]: 0x0000005b +0x00000858:ix_offs[0020]: 0x000009b3 0x00000c54:ix_lens[0020]: 0x0000005c +0x0000085c:ix_offs[0021]: 0x00000a0f 0x00000c58:ix_lens[0021]: 0x0000006a +0x00000860:ix_offs[0022]: 0x00000a79 0x00000c5c:ix_lens[0022]: 0x00000056 +0x00000864:ix_offs[0023]: 0x00000acf 0x00000c60:ix_lens[0023]: 0x00000072 +0x00000868:ix_offs[0024]: 0x00000b41 0x00000c64:ix_lens[0024]: 0x00000062 +0x0000086c:ix_offs[0025]: 0x00000ba3 0x00000c68:ix_lens[0025]: 0x0000007c +0x00000870:ix_offs[0026]: 0x00000c1f 0x00000c6c:ix_lens[0026]: 0x0000005b +0x00000874:ix_offs[0027]: 0x00000c7a 0x00000c70:ix_lens[0027]: 0x0000006e +0x00000878:ix_offs[0028]: 0x00000ce8 0x00000c74:ix_lens[0028]: 0x0000004d +0x0000087c:ix_offs[0029]: 0x00000d35 0x00000c78:ix_lens[0029]: 0x00000058 +0x00000880:ix_offs[0030]: 0x00000d8d 0x00000c7c:ix_lens[0030]: 0x0000005b +0x00000884:ix_offs[0031]: 0x00000de8 0x00000c80:ix_lens[0031]: 0x0000005e +0x00000888:ix_offs[0032]: 0x00000e46 0x00000c84:ix_lens[0032]: 0x0000005e +0x0000088c:ix_offs[0033]: 0x00000ea4 0x00000c88:ix_lens[0033]: 0x0000005e +0x00000890:ix_offs[0034]: 0x00000f02 0x00000c8c:ix_lens[0034]: 0x00000060 +0x00000894:ix_offs[0035]: 0x00000f62 0x00000c90:ix_lens[0035]: 0x00000060 +0x00000898:ix_offs[0036]: 0x00000fc2 0x00000c94:ix_lens[0036]: 0x0000007b +0x0000089c:ix_offs[0037]: 0x0000103d 0x00000c98:ix_lens[0037]: 0x0000005e +0x000008a0:ix_offs[0038]: 0x0000109b 0x00000c9c:ix_lens[0038]: 0x0000006a +0x000008a4:ix_offs[0039]: 0x00001105 0x00000ca0:ix_lens[0039]: 0x00000073 +0x000008a8:ix_offs[0040]: 0x00001178 0x00000ca4:ix_lens[0040]: 0x0000005c +0x000008ac:ix_offs[0041]: 0x000011d4 0x00000ca8:ix_lens[0041]: 0x00000058 +0x000008b0:ix_offs[0042]: 0x0000122c 0x00000cac:ix_lens[0042]: 0x00000052 +0x000008b4:ix_offs[0043]: 0x0000127e 0x00000cb0:ix_lens[0043]: 0x00000060 +0x000008b8:ix_offs[0044]: 0x000012de 0x00000cb4:ix_lens[0044]: 0x00000078 +0x000008bc:ix_offs[0045]: 0x00001356 0x00000cb8:ix_lens[0045]: 0x0000005d +0x000008c0:ix_offs[0046]: 0x000013b3 0x00000cbc:ix_lens[0046]: 0x0000006b +0x000008c4:ix_offs[0047]: 0x0000141e 0x00000cc0:ix_lens[0047]: 0x00000087 +0x000008c8:ix_offs[0048]: 0x000014a5 0x00000cc4:ix_lens[0048]: 0x0000005d +0x000008cc:ix_offs[0049]: 0x00001502 0x00000cc8:ix_lens[0049]: 0x000000c8 +0x000008d0:ix_offs[0050]: 0x000015ca 0x00000ccc:ix_lens[0050]: 0x000000fe +0x000008d4:ix_offs[0051]: 0x000016c8 0x00000cd0:ix_lens[0051]: 0x0000005e +0x000008d8:ix_offs[0052]: 0x00001726 0x00000cd4:ix_lens[0052]: 0x000000ce +0x000008dc:ix_offs[0053]: 0x000017f4 0x00000cd8:ix_lens[0053]: 0x00000073 +0x000008e0:ix_offs[0054]: 0x00001867 0x00000cdc:ix_lens[0054]: 0x00000071 +0x000008e4:ix_offs[0055]: 0x000018d8 0x00000ce0:ix_lens[0055]: 0x000000dd +0x000008e8:ix_offs[0056]: 0x000019b5 0x00000ce4:ix_lens[0056]: 0x00000064 +0x000008ec:ix_offs[0057]: 0x00001a19 0x00000ce8:ix_lens[0057]: 0x0000007e +0x000008f0:ix_offs[0058]: 0x00001a97 0x00000cec:ix_lens[0058]: 0x00000055 +0x000008f4:ix_offs[0059]: 0x00001aec 0x00000cf0:ix_lens[0059]: 0x0000009b +0x000008f8:ix_offs[0060]: 0x00001b87 0x00000cf4:ix_lens[0060]: 0x00000073 +0x000008fc:ix_offs[0061]: 0x00001bfa 0x00000cf8:ix_lens[0061]: 0x0000005b +0x00000900:ix_offs[0062]: 0x00001c55 0x00000cfc:ix_lens[0062]: 0x00000053 +0x00000904:ix_offs[0063]: 0x00001ca8 0x00000d00:ix_lens[0063]: 0x0000005a +0x00000908:ix_offs[0064]: 0x00001d02 0x00000d04:ix_lens[0064]: 0x0000006c +0x0000090c:ix_offs[0065]: 0x00001d6e 0x00000d08:ix_lens[0065]: 0x00000062 +0x00000910:ix_offs[0066]: 0x00001dd0 0x00000d0c:ix_lens[0066]: 0x00000061 +0x00000914:ix_offs[0067]: 0x00001e31 0x00000d10:ix_lens[0067]: 0x00000060 +0x00000918:ix_offs[0068]: 0x00001e91 0x00000d14:ix_lens[0068]: 0x00000082 +0x0000091c:ix_offs[0069]: 0x00001f13 0x00000d18:ix_lens[0069]: 0x00000060 +0x00000920:ix_offs[0070]: 0x00001f73 0x00000d1c:ix_lens[0070]: 0x00000089 +0x00000924:ix_offs[0071]: 0x00001ffc 0x00000d20:ix_lens[0071]: 0x0000006f +0x00000928:ix_offs[0072]: 0x0000206b 0x00000d24:ix_lens[0072]: 0x00000068 +0x0000092c:ix_offs[0073]: 0x000020d3 0x00000d28:ix_lens[0073]: 0x00000089 +0x00000930:ix_offs[0074]: 0x0000215c 0x00000d2c:ix_lens[0074]: 0x0000007b +0x00000934:ix_offs[0075]: 0x000021d7 0x00000d30:ix_lens[0075]: 0x00000072 +0x00000938:ix_offs[0076]: 0x00002249 0x00000d34:ix_lens[0076]: 0x00000087 +0x0000093c:ix_offs[0077]: 0x000022d0 0x00000d38:ix_lens[0077]: 0x0000007a +0x00000940:ix_offs[0078]: 0x0000234a 0x00000d3c:ix_lens[0078]: 0x00000077 +0x00000944:ix_offs[0079]: 0x000023c1 0x00000d40:ix_lens[0079]: 0x0000008c +0x00000948:ix_offs[0080]: 0x0000244d 0x00000d44:ix_lens[0080]: 0x00000049 +0x0000094c:ix_offs[0081]: 0x00002496 0x00000d48:ix_lens[0081]: 0x0000005e +0x00000950:ix_offs[0082]: 0x000024f4 0x00000d4c:ix_lens[0082]: 0x00000088 +0x00000954:ix_offs[0083]: 0x0000257c 0x00000d50:ix_lens[0083]: 0x0000007a +0x00000958:ix_offs[0084]: 0x000025f6 0x00000d54:ix_lens[0084]: 0x00000053 +0x0000095c:ix_offs[0085]: 0x00002649 0x00000d58:ix_lens[0085]: 0x00000081 +0x00000960:ix_offs[0086]: 0x000026ca 0x00000d5c:ix_lens[0086]: 0x00000054 +0x00000964:ix_offs[0087]: 0x0000271e 0x00000d60:ix_lens[0087]: 0x0000006c +0x00000968:ix_offs[0088]: 0x0000278a 0x00000d64:ix_lens[0088]: 0x00000070 +0x0000096c:ix_offs[0089]: 0x000027fa 0x00000d68:ix_lens[0089]: 0x00000078 +0x00000970:ix_offs[0090]: 0x00002872 0x00000d6c:ix_lens[0090]: 0x00000059 +0x00000974:ix_offs[0091]: 0x000028cb 0x00000d70:ix_lens[0091]: 0x0000008f +0x00000978:ix_offs[0092]: 0x0000295a 0x00000d74:ix_lens[0092]: 0x00000036 +0x0000097c:ix_offs[0093]: 0x00002990 0x00000d78:ix_lens[0093]: 0x000000ee +0x00000980:ix_offs[0094]: 0x00002a7e 0x00000d7c:ix_lens[0094]: 0x000000d1 +0x00000984:ix_offs[0095]: 0x00002b4f 0x00000d80:ix_lens[0095]: 0x000000e3 +0x00000988:ix_offs[0096]: 0x00002c32 0x00000d84:ix_lens[0096]: 0x00000076 +0x0000098c:ix_offs[0097]: 0x00002ca8 0x00000d88:ix_lens[0097]: 0x000000ec +0x00000990:ix_offs[0098]: 0x00002d94 0x00000d8c:ix_lens[0098]: 0x00000045 +0x00000994:ix_offs[0099]: 0x00002dd9 0x00000d90:ix_lens[0099]: 0x00000039 +0x00000998:ix_offs[0100]: 0x00002e12 0x00000d94:ix_lens[0100]: 0x00000089 +0x0000099c:ix_offs[0101]: 0x00002e9b 0x00000d98:ix_lens[0101]: 0x0000006f +0x000009a0:ix_offs[0102]: 0x00002f0a 0x00000d9c:ix_lens[0102]: 0x00000086 +0x000009a4:ix_offs[0103]: 0x00002f90 0x00000da0:ix_lens[0103]: 0x000000ab +0x000009a8:ix_offs[0104]: 0x0000303b 0x00000da4:ix_lens[0104]: 0x00000036 +0x000009ac:ix_offs[0105]: 0x00003071 0x00000da8:ix_lens[0105]: 0x00000060 +0x000009b0:ix_offs[0106]: 0x000030d1 0x00000dac:ix_lens[0106]: 0x00000037 +0x000009b4:ix_offs[0107]: 0x00003108 0x00000db0:ix_lens[0107]: 0x00000032 +0x000009b8:ix_offs[0108]: 0x0000313a 0x00000db4:ix_lens[0108]: 0x0000004a +0x000009bc:ix_offs[0109]: 0x00003184 0x00000db8:ix_lens[0109]: 0x0000002e +0x000009c0:ix_offs[0110]: 0x000031b2 0x00000dbc:ix_lens[0110]: 0x00000040 +0x000009c4:ix_offs[0111]: 0x000031f2 0x00000dc0:ix_lens[0111]: 0x00000037 +0x000009c8:ix_offs[0112]: 0x00003229 0x00000dc4:ix_lens[0112]: 0x00000036 +0x000009cc:ix_offs[0113]: 0x0000325f 0x00000dc8:ix_lens[0113]: 0x00000044 +0x000009d0:ix_offs[0114]: 0x000032a3 0x00000dcc:ix_lens[0114]: 0x00000045 +0x000009d4:ix_offs[0115]: 0x000032e8 0x00000dd0:ix_lens[0115]: 0x00000048 +0x000009d8:ix_offs[0116]: 0x00003330 0x00000dd4:ix_lens[0116]: 0x00000049 +0x000009dc:ix_offs[0117]: 0x00003379 0x00000dd8:ix_lens[0117]: 0x0000007e +0x000009e0:ix_offs[0118]: 0x000033f7 0x00000ddc:ix_lens[0118]: 0x00000045 +0x000009e4:ix_offs[0119]: 0x0000343c 0x00000de0:ix_lens[0119]: 0x00000045 +0x000009e8:ix_offs[0120]: 0x00003481 0x00000de4:ix_lens[0120]: 0x0000003a +0x000009ec:ix_offs[0121]: 0x000034bb 0x00000de8:ix_lens[0121]: 0x00000051 +0x000009f0:ix_offs[0122]: 0x0000350c 0x00000dec:ix_lens[0122]: 0x0000005a +0x000009f4:ix_offs[0123]: 0x00003566 0x00000df0:ix_lens[0123]: 0x00000057 +0x000009f8:ix_offs[0124]: 0x000035bd 0x00000df4:ix_lens[0124]: 0x00000046 +0x000009fc:ix_offs[0125]: 0x00003603 0x00000df8:ix_lens[0125]: 0x00000055 +0x00000a00:ix_offs[0126]: 0x00003658 0x00000dfc:ix_lens[0126]: 0x00000060 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1646 offs: 0x00000000 lens: 0x0000006e +0x00001000-0x0000106d: +>>0 @I1646@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1863 +1 FAMC @F202@ +1 FAMS @F890@ +<< +[0001] INDI rkey: I1647 offs: 0x0000006e lens: 0x00000092 +0x0000106e-0x000010ff: +>>0 @I1647@ INDI +1 NAME Charlotte // +1 SEX F +1 BIRT +2 DATE 4 DEC 1784 +2 PLAC Ludwigslust +1 DEAT +2 DATE 13 JUL 1840 +2 PLAC Rome,Italy +1 FAMS @F888@ +<< +[0002] INDI rkey: I1648 offs: 0x00000100 lens: 0x0000009f +0x00001100-0x0000119e: +>>0 @I1648@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 22 JUN 1796 +2 PLAC Copenhagen +1 DEAT +2 DATE 9 MAR 1881 +2 PLAC Amalienborg +1 FAMC @F891@ +1 FAMS @F889@ +<< +[0003] INDI rkey: I1649 offs: 0x0000019f lens: 0x000000d7 +0x0000119f-0x00001275: +>>0 @I1649@ INDI +1 NAME Frederick_VII // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 6 OCT 1808 +2 PLAC Amalienborg +1 DEAT +2 DATE 15 NOV 1863 +2 PLAC Glucksburg +1 FAMC @F888@ +1 FAMS @F892@ +1 FAMS @F893@ +1 FAMS @F894@ +<< +[0004] INDI rkey: I1650 offs: 0x00000276 lens: 0x000000a9 +0x00001276-0x0000131e: +>>0 @I1650@ INDI +1 NAME Wilhelmine // +1 SEX F +1 BIRT +2 DATE 18 JAN 1808 +2 PLAC Kiel +1 DEAT +2 DATE 30 MAY 1891 +2 PLAC Glucksburg +1 FAMC @F877@ +1 FAMS @F892@ +1 FAMS @F895@ +<< +[0005] INDI rkey: I1651 offs: 0x0000031f lens: 0x00000092 +0x0000131f-0x000013b0: +>>0 @I1651@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 10 JAN 1821 +2 PLAC Neustrelitz +1 DEAT +2 DATE 1 JUN 1876 +2 PLAC Neustrelitz +1 FAMS @F893@ +<< +[0006] INDI rkey: I1652 offs: 0x000003b1 lens: 0x000000a3 +0x000013b1-0x00001453: +>>0 @I1652@ INDI +1 NAME Louise /Rasmussen/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 21 APR 1815 +2 PLAC Copenhagen +1 DEAT +2 DATE 6 MAR 1874 +2 PLAC Cannes +1 FAMS @F894@ +<< +[0007] INDI rkey: I1653 offs: 0x00000454 lens: 0x00000072 +0x00001454-0x000014c5: +>>0 @I1653@ INDI +1 NAME Louise Augusta // +1 SEX F +1 BIRT +2 DATE 1771 +1 DEAT +2 DATE 1843 +1 FAMC @F216@ +1 FAMS @F891@ +<< +[0008] INDI rkey: I1654 offs: 0x000004c6 lens: 0x00000082 +0x000014c6-0x00001547: +>>0 @I1654@ INDI +1 NAME Frederick Christian of_Schleswig-// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1765 +1 DEAT +2 DATE 1814 +1 FAMS @F891@ +<< +[0009] INDI rkey: I1655 offs: 0x00000548 lens: 0x00000062 +0x00001548-0x000015a9: +>>0 @I1655@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1793 +1 FAMC @F877@ +<< +[0010] INDI rkey: I1656 offs: 0x000005aa lens: 0x0000006d +0x000015aa-0x00001616: +>>0 @I1656@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1793 +1 DEAT +2 DATE 1881 +1 FAMC @F877@ +1 FAMS @F890@ +<< +[0011] INDI rkey: I1657 offs: 0x00000617 lens: 0x0000005d +0x00001617-0x00001673: +>>0 @I1657@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1795 +1 DEAT +2 DATE 1795 +1 FAMC @F877@ +<< +[0012] INDI rkey: I1658 offs: 0x00000674 lens: 0x00000060 +0x00001674-0x000016d3: +>>0 @I1658@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1797 +1 FAMC @F877@ +<< +[0013] INDI rkey: I1659 offs: 0x000006d4 lens: 0x00000064 +0x000016d4-0x00001737: +>>0 @I1659@ INDI +1 NAME Louise Juliane // +1 SEX F +1 BIRT +2 DATE 1802 +1 DEAT +2 DATE 1802 +1 FAMC @F877@ +<< +[0014] INDI rkey: I1660 offs: 0x00000738 lens: 0x00000065 +0x00001738-0x0000179c: +>>0 @I1660@ INDI +1 NAME Frederica Maria // +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1805 +1 FAMC @F877@ +<< +[0015] INDI rkey: I1661 offs: 0x0000079d lens: 0x0000006a +0x0000179d-0x00001806: +>>0 @I1661@ INDI +1 NAME Charles // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1878 +1 FAMS @F895@ +<< +[0016] INDI rkey: I1662 offs: 0x00000807 lens: 0x0000007b +0x00001807-0x00001881: +>>0 @I1662@ INDI +1 NAME Maximilian of_Austria // +1 SEX M +1 TITL Archduke +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1867 +1 FAMS @F896@ +<< +[0017] INDI rkey: I1663 offs: 0x00000882 lens: 0x0000006c +0x00001882-0x000018ed: +>>0 @I1663@ INDI +1 NAME Valdemar // +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1939 +1 FAMC @F13@ +1 FAMS @F897@ +<< +[0018] INDI rkey: I1664 offs: 0x000008ee lens: 0x0000006a +0x000018ee-0x00001957: +>>0 @I1664@ INDI +1 NAME Harold // +1 SEX M +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1949 +1 FAMC @F57@ +1 FAMS @F898@ +<< +[0019] INDI rkey: I1665 offs: 0x00000958 lens: 0x0000005b +0x00001958-0x000019b2: +>>0 @I1665@ INDI +1 NAME Thyra // +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1945 +1 FAMC @F57@ +<< +[0020] INDI rkey: I1666 offs: 0x000009b3 lens: 0x0000005c +0x000019b3-0x00001a0e: +>>0 @I1666@ INDI +1 NAME Gustav // +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1944 +1 FAMC @F57@ +<< +[0021] INDI rkey: I1667 offs: 0x00000a0f lens: 0x0000006a +0x00001a0f-0x00001a78: +>>0 @I1667@ INDI +1 NAME Dagmar // +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1961 +1 FAMC @F57@ +1 FAMS @F899@ +<< +[0022] INDI rkey: I1668 offs: 0x00000a79 lens: 0x00000056 +0x00001a79-0x00001ace: +>>0 @I1668@ INDI +1 NAME Jorgen /Castenskiold/ +1 SEX M +1 BIRT +2 DATE 1893 +1 FAMS @F899@ +<< +[0023] INDI rkey: I1669 offs: 0x00000acf lens: 0x00000072 +0x00001acf-0x00001b40: +>>0 @I1669@ INDI +1 NAME Helene of_Schleswig- Holstein// +1 SEX F +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1962 +1 FAMS @F898@ +<< +[0024] INDI rkey: I1670 offs: 0x00000b41 lens: 0x00000062 +0x00001b41-0x00001ba2: +>>0 @I1670@ INDI +1 NAME Caroline Mathilde // +1 SEX F +1 BIRT +2 DATE 1912 +1 FAMC @F898@ +1 FAMS @F900@ +<< +[0025] INDI rkey: I1671 offs: 0x00000ba3 lens: 0x0000007c +0x00001ba3-0x00001c1e: +>>0 @I1671@ INDI +1 NAME Knud // +1 SEX M +1 TITL Her. Prince +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1976 +1 FAMC @F377@ +1 FAMS @F900@ +<< +[0026] INDI rkey: I1672 offs: 0x00000c1f lens: 0x0000005b +0x00001c1f-0x00001c79: +>>0 @I1672@ INDI +1 NAME Benedikte // +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMC @F312@ +1 FAMS @F901@ +<< +[0027] INDI rkey: I1673 offs: 0x00000c7a lens: 0x0000006e +0x00001c7a-0x00001ce7: +>>0 @I1673@ INDI +1 NAME Richard of_Sayn- Wittgenstein-// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1934 +1 FAMS @F901@ +<< +[0028] INDI rkey: I1674 offs: 0x00000ce8 lens: 0x0000004d +0x00001ce8-0x00001d34: +>>0 @I1674@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMC @F900@ +<< +[0029] INDI rkey: I1675 offs: 0x00000d35 lens: 0x00000058 +0x00001d35-0x00001d8c: +>>0 @I1675@ INDI +1 NAME Ingolf // +1 SEX M +1 BIRT +2 DATE 1940 +1 FAMC @F900@ +1 FAMS @F902@ +<< +[0030] INDI rkey: I1676 offs: 0x00000d8d lens: 0x0000005b +0x00001d8d-0x00001de7: +>>0 @I1676@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMC @F900@ +1 FAMS @F903@ +<< +[0031] INDI rkey: I1677 offs: 0x00000de8 lens: 0x0000005e +0x00001de8-0x00001e45: +>>0 @I1677@ INDI +1 NAME Anne Dorothy Maltoft-Nielsen// +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F903@ +<< +[0032] INDI rkey: I1678 offs: 0x00000e46 lens: 0x0000005e +0x00001e46-0x00001ea3: +>>0 @I1678@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1879 +1 FAMC @F400@ +<< +[0033] INDI rkey: I1679 offs: 0x00000ea4 lens: 0x0000005e +0x00001ea4-0x00001f01: +>>0 @I1679@ INDI +1 NAME Maurice // +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1850 +1 FAMC @F400@ +<< +[0034] INDI rkey: I1680 offs: 0x00000f02 lens: 0x00000060 +0x00001f02-0x00001f61: +>>0 @I1680@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1884 +1 FAMC @F400@ +<< +[0035] INDI rkey: I1681 offs: 0x00000f62 lens: 0x00000060 +0x00001f62-0x00001fc1: +>>0 @I1681@ INDI +1 NAME Charlotte // +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1806 +1 FAMC @F350@ +<< +[0036] INDI rkey: I1682 offs: 0x00000fc2 lens: 0x0000007b +0x00001fc2-0x0000203c: +>>0 @I1682@ INDI +1 NAME Marianne of_Netherlands // +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1883 +1 FAMC @F350@ +1 FAMS @F268@ +<< +[0037] INDI rkey: I1683 offs: 0x0000103d lens: 0x0000005e +0x0000203d-0x0000209a: +>>0 @I1683@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1846 +1 FAMC @F336@ +<< +[0038] INDI rkey: I1684 offs: 0x0000109b lens: 0x0000006a +0x0000209b-0x00002104: +>>0 @I1684@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1910 +1 FAMC @F336@ +1 FAMS @F904@ +<< +[0039] INDI rkey: I1685 offs: 0x00001105 lens: 0x00000073 +0x00002105-0x00002177: +>>0 @I1685@ INDI +1 NAME William of_Wied // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1907 +1 FAMS @F904@ +<< +[0040] INDI rkey: I1686 offs: 0x00001178 lens: 0x0000005c +0x00002178-0x000021d3: +>>0 @I1686@ INDI +1 NAME Carlos Hugo // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1930 +1 FAMS @F613@ +<< +[0041] INDI rkey: I1687 offs: 0x000011d4 lens: 0x00000058 +0x000021d4-0x0000222b: +>>0 @I1687@ INDI +1 NAME Peter /van_Vollenhoven/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F614@ +<< +[0042] INDI rkey: I1688 offs: 0x0000122c lens: 0x00000052 +0x0000222c-0x0000227d: +>>0 @I1688@ INDI +1 NAME Jorge /Guillermo/ +1 SEX M +1 BIRT +2 DATE 1946 +1 FAMS @F615@ +<< +[0043] INDI rkey: I1689 offs: 0x0000127e lens: 0x00000060 +0x0000227e-0x000022dd: +>>0 @I1689@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1848 +1 FAMC @F399@ +<< +[0044] INDI rkey: I1690 offs: 0x000012de lens: 0x00000078 +0x000022de-0x00002355: +>>0 @I1690@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1879 +1 FAMC @F399@ +1 FAMS @F905@ +1 FAMS @F906@ +<< +[0045] INDI rkey: I1691 offs: 0x00001356 lens: 0x0000005d +0x00002356-0x000023b2: +>>0 @I1691@ INDI +1 NAME Ernest // +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1822 +1 FAMC @F399@ +<< +[0046] INDI rkey: I1692 offs: 0x000013b3 lens: 0x0000006b +0x000023b3-0x0000241d: +>>0 @I1692@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE 1897 +1 FAMC @F399@ +1 FAMS @F907@ +<< +[0047] INDI rkey: I1693 offs: 0x0000141e lens: 0x00000087 +0x0000241e-0x000024a4: +>>0 @I1693@ INDI +1 NAME Charles Alexander of_Saxe-Weimar// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1901 +1 FAMS @F907@ +<< +[0048] INDI rkey: I1694 offs: 0x000014a5 lens: 0x0000005d +0x000024a5-0x00002501: +>>0 @I1694@ INDI +1 NAME John Frederick of_Brandenburg-// +1 SEX M +1 TITL Margrave +1 FAMS @F211@ +<< +[0049] INDI rkey: I1695 offs: 0x00001502 lens: 0x000000c8 +0x00002502-0x000025c9: +>>0 @I1695@ INDI +1 NAME Amalia // +1 SEX F +1 BIRT +2 DATE 21 DEC 1818 +2 PLAC Oldenburg,Germany +1 DEAT +2 DATE 20 MAY 1875 +2 PLAC Bamberg,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMS @F607@ +<< +[0050] INDI rkey: I1696 offs: 0x000015ca lens: 0x000000fe +0x000025ca-0x000026c7: +>>0 @I1696@ INDI +1 NAME Leopold_I George of_Saxe-Coburg// +1 SEX M +1 TITL King of Belgium +1 BIRT +2 DATE 16 DEC 1790 +2 PLAC Coburg,Germany +1 DEAT +2 DATE 10 DEC 1865 +2 PLAC Laeken,Belgium +1 BURI +2 PLAC Laeken,Belgium +1 FAMC @F101@ +1 FAMS @F107@ +1 FAMS @F173@ +<< +[0051] INDI rkey: I1697 offs: 0x000016c8 lens: 0x0000005e +0x000026c8-0x00002725: +>>0 @I1697@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1834 +1 FAMC @F173@ +<< +[0052] INDI rkey: I1698 offs: 0x00001726 lens: 0x000000ce +0x00002726-0x000027f3: +>>0 @I1698@ INDI +1 NAME Leopold_II // +1 SEX M +1 TITL King of Belgium +1 BIRT +2 DATE 9 APR 1835 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 17 DEC 1909 +2 PLAC Laeken +1 BURI +2 PLAC Laeken +1 FAMC @F173@ +1 FAMS @F908@ +<< +[0053] INDI rkey: I1699 offs: 0x000017f4 lens: 0x00000073 +0x000027f4-0x00002866: +>>0 @I1699@ INDI +1 NAME Marie Charlotte // +1 SEX F +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1927 +1 FAMC @F173@ +1 FAMS @F896@ +<< +[0054] INDI rkey: I1700 offs: 0x00001867 lens: 0x00000071 +0x00002867-0x000028d7: +>>0 @I1700@ INDI +1 NAME Louis Joseph // +1 SEX M +1 TITL Dauphin +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1789 +1 FAMC @F772@ +<< +[0055] INDI rkey: I1701 offs: 0x000018d8 lens: 0x000000dd +0x000028d8-0x000029b4: +>>0 @I1701@ INDI +1 NAME Louis_XVII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 27 MAR 1785 +2 PLAC Versailles,France +1 DEAT +2 DATE 8 JUN 1795 +2 PLAC Paris,France +1 BURI +2 PLAC St Marguerite,Cemetery,France +1 FAMC @F772@ +<< +[0056] INDI rkey: I1702 offs: 0x000019b5 lens: 0x00000064 +0x000029b5-0x00002a18: +>>0 @I1702@ INDI +1 NAME Sophie Beatrix // +1 SEX F +1 BIRT +2 DATE 1786 +1 DEAT +2 DATE 1787 +1 FAMC @F772@ +<< +[0057] INDI rkey: I1703 offs: 0x00001a19 lens: 0x0000007e +0x00002a19-0x00002a96: +>>0 @I1703@ INDI +1 NAME Marie Therese of_Angouleme// +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 1778 +1 DEAT +2 DATE 1851 +1 FAMC @F772@ +<< +[0058] INDI rkey: I1704 offs: 0x00001a97 lens: 0x00000055 +0x00002a97-0x00002aeb: +>>0 @I1704@ INDI +1 NAME Pepin the_Hunchback // +1 SEX M +1 DEAT +2 DATE 811 +1 FAMC @F263@ +<< +[0059] INDI rkey: I1705 offs: 0x00001aec lens: 0x0000009b +0x00002aec-0x00002b86: +>>0 @I1705@ INDI +1 NAME Marie Amelie of_Bourbon// +1 SEX F +1 TITL Queen of France +1 BIRT +2 DATE 1782 +1 DEAT +2 DATE 24 MAR 1866 +2 PLAC Claremont +1 FAMS @F172@ +<< +[0060] INDI rkey: I1706 offs: 0x00001b87 lens: 0x00000073 +0x00002b87-0x00002bf9: +>>0 @I1706@ INDI +1 NAME Alexander of_Mar /Ramsay/ +1 SEX M +1 TITL Capt. +1 BIRT +2 DATE 1919 +1 FAMC @F87@ +1 FAMS @F909@ +<< +[0061] INDI rkey: I1707 offs: 0x00001bfa lens: 0x0000005b +0x00002bfa-0x00002c54: +>>0 @I1707@ INDI +1 NAME Flora Fraser // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1930 +1 FAMS @F909@ +<< +[0062] INDI rkey: I1708 offs: 0x00001c55 lens: 0x00000053 +0x00002c55-0x00002ca7: +>>0 @I1708@ INDI +1 NAME Dorothy /Hastings/ +1 SEX F +1 BIRT +2 DATE 1899 +1 FAMS @F189@ +<< +[0063] INDI rkey: I1709 offs: 0x00001ca8 lens: 0x0000005a +0x00002ca8-0x00002d01: +>>0 @I1709@ INDI +1 NAME // +1 SEX M +1 TITL Duke of Beaufort +1 BIRT +2 DATE 1900 +1 FAMS @F190@ +<< +[0064] INDI rkey: I1710 offs: 0x00001d02 lens: 0x0000006c +0x00002d02-0x00002d6d: +>>0 @I1710@ INDI +1 NAME J. E. /Gibbs/ +1 SEX M +1 TITL Col. +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1932 +1 FAMS @F191@ +<< +[0065] INDI rkey: I1711 offs: 0x00001d6e lens: 0x00000062 +0x00002d6e-0x00002dcf: +>>0 @I1711@ INDI +1 NAME Henry Abel /Smith/ +1 SEX M +1 TITL Col. Sir +1 BIRT +2 DATE 1900 +1 FAMS @F193@ +<< +[0066] INDI rkey: I1712 offs: 0x00001dd0 lens: 0x00000061 +0x00002dd0-0x00002e30: +>>0 @I1712@ INDI +1 NAME John /Spencer/ +1 SEX M +1 BIRT +2 DATE 1960 +1 DEAT +2 DATE 1960 +1 FAMC @F50@ +<< +[0067] INDI rkey: I1713 offs: 0x00001e31 lens: 0x00000060 +0x00002e31-0x00002e90: +>>0 @I1713@ INDI +1 NAME Katharine /Seymour/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1900 +1 FAMC @F229@ +<< +[0068] INDI rkey: I1714 offs: 0x00001e91 lens: 0x00000082 +0x00002e91-0x00002f12: +>>0 @I1714@ INDI +1 NAME James // +1 SEX M +1 TITL Duke of Abercorn +1 BIRT +2 DATE 1904 +1 DEAT +2 DATE 1979 +1 FAMC @F229@ +1 FAMS @F910@ +<< +[0069] INDI rkey: I1715 offs: 0x00001f13 lens: 0x00000060 +0x00002f13-0x00002f72: +>>0 @I1715@ INDI +1 NAME Kathleen /Crichton/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1905 +1 FAMS @F910@ +<< +[0070] INDI rkey: I1716 offs: 0x00001f73 lens: 0x00000089 +0x00002f73-0x00002ffb: +>>0 @I1716@ INDI +1 NAME Charles Lennox of_Richmond// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1819 +1 FAMC @F911@ +1 FAMS @F466@ +<< +[0071] INDI rkey: I1717 offs: 0x00001ffc lens: 0x0000006f +0x00002ffc-0x0000306a: +>>0 @I1717@ INDI +1 NAME George Henry Lennox// +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1805 +1 FAMC @F912@ +1 FAMS @F911@ +<< +[0072] INDI rkey: I1718 offs: 0x0000206b lens: 0x00000068 +0x0000306b-0x000030d2: +>>0 @I1718@ INDI +1 NAME Louisa /Kerr/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1830 +1 FAMC @F913@ +1 FAMS @F911@ +<< +[0073] INDI rkey: I1719 offs: 0x000020d3 lens: 0x00000089 +0x000030d3-0x0000315b: +>>0 @I1719@ INDI +1 NAME Charles Lennox of_Richmond// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1701 +1 DEAT +2 DATE 1750 +1 FAMC @F914@ +1 FAMS @F912@ +<< +[0074] INDI rkey: I1720 offs: 0x0000215c lens: 0x0000007b +0x0000315c-0x000031d6: +>>0 @I1720@ INDI +1 NAME Charles Lennox of_Richmond// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1672 +1 DEAT +2 DATE 1723 +1 FAMS @F914@ +<< +[0075] INDI rkey: I1721 offs: 0x000021d7 lens: 0x00000072 +0x000031d7-0x00003248: +>>0 @I1721@ INDI +1 NAME Anne of_Albemarle // +1 SEX F +1 TITL Countess +1 DEAT +2 DATE 1789 +1 FAMC @F914@ +1 FAMS @F915@ +<< +[0076] INDI rkey: I1722 offs: 0x00002249 lens: 0x00000087 +0x00003249-0x000032cf: +>>0 @I1722@ INDI +1 NAME John /Russell/ +1 SEX M +1 TITL Duke of Bedford +1 BIRT +2 DATE 1766 +1 DEAT +2 DATE 1839 +1 FAMC @F916@ +1 FAMS @F464@ +<< +[0077] INDI rkey: I1723 offs: 0x000022d0 lens: 0x0000007a +0x000032d0-0x00003349: +>>0 @I1723@ INDI +1 NAME Elizabeth of_Tavistock // +1 SEX F +1 TITL Marchioness +1 DEAT +2 DATE 1768 +1 FAMC @F915@ +1 FAMS @F916@ +<< +[0078] INDI rkey: I1724 offs: 0x0000234a lens: 0x00000077 +0x0000334a-0x000033c0: +>>0 @I1724@ INDI +1 NAME Caroline of_Lothian // +1 SEX F +1 TITL Marchioness +1 DEAT +2 DATE 1778 +1 FAMC @F917@ +1 FAMS @F913@ +<< +[0079] INDI rkey: I1725 offs: 0x000023c1 lens: 0x0000008c +0x000033c1-0x0000344c: +>>0 @I1725@ INDI +1 NAME Frederica of_Holdernesse // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1751 +1 FAMC @F918@ +1 FAMS @F917@ +<< +[0080] INDI rkey: I1726 offs: 0x0000244d lens: 0x00000049 +0x0000344d-0x00003495: +>>0 @I1726@ INDI +1 NAME of_Schomberg // +1 SEX M +1 TITL Duke +1 FAMS @F918@ +<< +[0081] INDI rkey: I1727 offs: 0x00002496 lens: 0x0000005e +0x00003496-0x000034f3: +>>0 @I1727@ INDI +1 NAME Charlot // +1 SEX F +1 BIRT +2 DATE 1659 +1 DEAT +2 DATE 1696 +1 FAMS @F918@ +<< +[0082] INDI rkey: I1728 offs: 0x000024f4 lens: 0x00000088 +0x000034f4-0x0000357b: +>>0 @I1728@ INDI +1 NAME Richard /Bingham/ +1 SEX M +1 TITL Earl of Lucan +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1839 +1 FAMC @F463@ +1 FAMS @F465@ +<< +[0083] INDI rkey: I1729 offs: 0x0000257c lens: 0x0000007a +0x0000357c-0x000035f5: +>>0 @I1729@ INDI +1 NAME Charles /Bingham/ +1 SEX M +1 TITL Earl of Lucan +1 BIRT +2 DATE 1735 +1 DEAT +2 DATE 1799 +1 FAMS @F463@ +<< +[0084] INDI rkey: I1730 offs: 0x000025f6 lens: 0x00000053 +0x000035f6-0x00003648: +>>0 @I1730@ INDI +1 NAME Elizabeth /Poyntz/ +1 SEX F +1 DEAT +2 DATE 1851 +1 FAMS @F253@ +<< +[0085] INDI rkey: I1731 offs: 0x00002649 lens: 0x00000081 +0x00003649-0x000036c9: +>>0 @I1731@ INDI +1 NAME /Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1910 +1 FAMC @F253@ +1 FAMS @F919@ +<< +[0086] INDI rkey: I1732 offs: 0x000026ca lens: 0x00000054 +0x000036ca-0x0000371d: +>>0 @I1732@ INDI +1 NAME Charlotte /Seymour/ +1 SEX F +1 DEAT +2 DATE 1903 +1 FAMS @F919@ +<< +[0087] INDI rkey: I1733 offs: 0x0000271e lens: 0x0000006c +0x0000371e-0x00003789: +>>0 @I1733@ INDI +1 NAME Delia Peel // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1981 +1 FAMC @F228@ +<< +[0088] INDI rkey: I1734 offs: 0x0000278a lens: 0x00000070 +0x0000378a-0x000037f9: +>>0 @I1734@ INDI +1 NAME Lavinia Annaly // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1955 +1 FAMC @F228@ +<< +[0089] INDI rkey: I1735 offs: 0x000027fa lens: 0x00000078 +0x000037fa-0x00003871: +>>0 @I1735@ INDI +1 NAME John of_Althorp /Spencer/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1708 +1 DEAT +2 DATE 1746 +1 FAMS @F681@ +<< +[0090] INDI rkey: I1736 offs: 0x00002872 lens: 0x00000059 +0x00003872-0x000038ca: +>>0 @I1736@ INDI +1 NAME William_IX of_Hesse-Cassel // +1 SEX M +1 TITL Elector +1 FAMC @F203@ +<< +[0091] INDI rkey: I1737 offs: 0x000028cb lens: 0x0000008f +0x000038cb-0x00003959: +>>0 @I1737@ INDI +1 NAME Ernest_II of_Saxe-Coburg- Saalfeld// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1893 +1 FAMC @F3@ +1 FAMS @F920@ +<< +[0092] INDI rkey: I1738 offs: 0x0000295a lens: 0x00000036 +0x0000395a-0x0000398f: +>>0 @I1738@ INDI +1 NAME Marie // +1 SEX F +1 FAMS @F897@ +<< +[0093] INDI rkey: I1739 offs: 0x00002990 lens: 0x000000ee +0x00003990-0x00003a7d: +>>0 @I1739@ INDI +1 NAME Philip_III the_Bold // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1 MAY 1245 +2 PLAC Poissy,,,France +1 DEAT +2 DATE 5 OCT 1285 +2 PLAC Perpignan +1 BURI +2 PLAC St. Denis,France +1 FAMC @F921@ +1 FAMS @F922@ +1 FAMS @F671@ +<< +[0094] INDI rkey: I1740 offs: 0x00002a7e lens: 0x000000d1 +0x00003a7e-0x00003b4e: +>>0 @I1740@ INDI +1 NAME Louis_IX (St._Louis) // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 25 APR 1214 +1 DEAT +2 DATE 25 AUG 1270 +2 PLAC Tunis,,,Africa +1 BURI +2 PLAC St. Denis,France +1 FAMC @F923@ +1 FAMS @F921@ +<< +[0095] INDI rkey: I1741 offs: 0x00002b4f lens: 0x000000e3 +0x00003b4f-0x00003c31: +>>0 @I1741@ INDI +1 NAME Louis_VIII the_Lion // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 5 SEP 1187 +2 PLAC Paris,France +1 DEAT +2 DATE 8 NOV 1226 +2 PLAC Auvergne,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F924@ +1 FAMS @F923@ +<< +[0096] INDI rkey: I1742 offs: 0x00002c32 lens: 0x00000076 +0x00003c32-0x00003ca7: +>>0 @I1742@ INDI +1 NAME Blanche of_Castile // +1 SEX F +1 BIRT +2 DATE 1188 +1 DEAT +2 DATE 1252 +1 FAMC @F925@ +1 FAMS @F923@ +<< +[0097] INDI rkey: I1743 offs: 0x00002ca8 lens: 0x000000ec +0x00003ca8-0x00003d93: +>>0 @I1743@ INDI +1 NAME Charles_IV the_Fair // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 1294 +1 DEAT +2 DATE 1 FEB 1328 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F91@ +1 FAMS @F926@ +1 FAMS @F927@ +1 FAMS @F928@ +<< +[0098] INDI rkey: I1744 offs: 0x00002d94 lens: 0x00000045 +0x00003d94-0x00003dd8: +>>0 @I1744@ INDI +1 NAME Edward // +1 SEX M +1 FAMC @F672@ +1 FAMS @F929@ +<< +[0099] INDI rkey: I1745 offs: 0x00002dd9 lens: 0x00000039 +0x00003dd9-0x00003e11: +>>0 @I1745@ INDI +1 NAME Beatrice // +1 SEX F +1 FAMS @F929@ +<< +[0100] INDI rkey: I1746 offs: 0x00002e12 lens: 0x00000089 +0x00003e12-0x00003e9a: +>>0 @I1746@ INDI +1 NAME Ferdinand_III // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1199 +1 DEAT +2 DATE 1252 +1 FAMC @F930@ +1 FAMS @F665@ +<< +[0101] INDI rkey: I1747 offs: 0x00002e9b lens: 0x0000006f +0x00003e9b-0x00003f09: +>>0 @I1747@ INDI +1 NAME Berengaria // +1 SEX F +1 BIRT +2 DATE 1171 +1 DEAT +2 DATE 1246 +1 FAMC @F740@ +1 FAMS @F930@ +<< +[0102] INDI rkey: I1748 offs: 0x00002f0a lens: 0x00000086 +0x00003f0a-0x00003f8f: +>>0 @I1748@ INDI +1 NAME Sancho_III // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE ABT 1134 +1 DEAT +2 DATE ABT 1158 +1 FAMS @F835@ +<< +[0103] INDI rkey: I1749 offs: 0x00002f90 lens: 0x000000ab +0x00003f90-0x0000403a: +>>0 @I1749@ INDI +1 NAME Alfonso_X the_Wise // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE ABT 1226 +1 DEAT +2 DATE 1284 +2 PLAC Seville,,,Spain +1 FAMC @F665@ +1 FAMS @F931@ +<< +[0104] INDI rkey: I1750 offs: 0x0000303b lens: 0x00000036 +0x0000403b-0x00004070: +>>0 @I1750@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F931@ +<< +[0105] INDI rkey: I1751 offs: 0x00003071 lens: 0x00000060 +0x00004071-0x000040d0: +>>0 @I1751@ INDI +1 NAME Sancho_IV // +1 SEX M +1 BIRT +2 DATE 1258 +1 DEAT +2 DATE 1296 +1 FAMC @F931@ +<< +[0106] INDI rkey: I1752 offs: 0x000030d1 lens: 0x00000037 +0x000040d1-0x00004107: +>>0 @I1752@ INDI +1 NAME Gunnor // +1 SEX M +1 FAMS @F793@ +<< +[0107] INDI rkey: I1753 offs: 0x00003108 lens: 0x00000032 +0x00004108-0x00004139: +>>0 @I1753@ INDI +1 NAME Athelstan // +1 FAMC @F844@ +<< +[0108] INDI rkey: I1754 offs: 0x0000313a lens: 0x0000004a +0x0000413a-0x00004183: +>>0 @I1754@ INDI +1 NAME Egbert // +1 SEX M +1 DEAT +2 DATE 1005 +1 FAMC @F844@ +<< +[0109] INDI rkey: I1755 offs: 0x00003184 lens: 0x0000002e +0x00004184-0x000041b1: +>>0 @I1755@ INDI +1 NAME Edred // +1 FAMC @F844@ +<< +[0110] INDI rkey: I1756 offs: 0x000031b2 lens: 0x00000040 +0x000041b2-0x000041f1: +>>0 @I1756@ INDI +1 NAME Edwy // +1 DEAT +2 DATE 1017 +1 FAMC @F844@ +<< +[0111] INDI rkey: I1757 offs: 0x000031f2 lens: 0x00000037 +0x000041f2-0x00004228: +>>0 @I1757@ INDI +1 NAME Edward // +1 SEX M +1 FAMC @F844@ +<< +[0112] INDI rkey: I1758 offs: 0x00003229 lens: 0x00000036 +0x00004229-0x0000425e: +>>0 @I1758@ INDI +1 NAME Edgar // +1 SEX M +1 FAMC @F844@ +<< +[0113] INDI rkey: I1759 offs: 0x0000325f lens: 0x00000044 +0x0000425f-0x000042a2: +>>0 @I1759@ INDI +1 NAME Edith // +1 SEX F +1 FAMC @F844@ +1 FAMS @F932@ +<< +[0114] INDI rkey: I1760 offs: 0x000032a3 lens: 0x00000045 +0x000042a3-0x000042e7: +>>0 @I1760@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMC @F844@ +1 FAMS @F933@ +<< +[0115] INDI rkey: I1761 offs: 0x000032e8 lens: 0x00000048 +0x000042e8-0x0000432f: +>>0 @I1761@ INDI +1 NAME Wulfhilda // +1 SEX F +1 FAMC @F844@ +1 FAMS @F934@ +<< +[0116] INDI rkey: I1762 offs: 0x00003330 lens: 0x00000049 +0x00004330-0x00004378: +>>0 @I1762@ INDI +1 NAME (Daughter) // +1 SEX F +1 FAMC @F844@ +1 FAMS @F935@ +<< +[0117] INDI rkey: I1763 offs: 0x00003379 lens: 0x0000007e +0x00004379-0x000043f6: +>>0 @I1763@ INDI +1 NAME Stephen_I // +1 SEX M +1 TITL King of Hungary +1 BIRT +2 DATE ABT 975 +1 DEAT +2 DATE 1038 +1 FAMS @F852@ +<< +[0118] INDI rkey: I1764 offs: 0x000033f7 lens: 0x00000045 +0x000043f7-0x0000443b: +>>0 @I1764@ INDI +1 NAME Edmund // +1 SEX M +1 FAMC @F851@ +1 FAMS @F936@ +<< +[0119] INDI rkey: I1765 offs: 0x0000343c lens: 0x00000045 +0x0000443c-0x00004480: +>>0 @I1765@ INDI +1 NAME Hedwig // +1 SEX F +1 FAMC @F852@ +1 FAMS @F936@ +<< +[0120] INDI rkey: I1766 offs: 0x00003481 lens: 0x0000003a +0x00004481-0x000044ba: +>>0 @I1766@ INDI +1 NAME Christina // +1 SEX F +1 FAMC @F831@ +<< +[0121] INDI rkey: I1767 offs: 0x000034bb lens: 0x00000051 +0x000044bb-0x0000450b: +>>0 @I1767@ INDI +1 NAME Alfred Athling // +1 SEX M +1 DEAT +2 DATE 1036 +1 FAMC @F841@ +<< +[0122] INDI rkey: I1768 offs: 0x0000350c lens: 0x0000005a +0x0000450c-0x00004565: +>>0 @I1768@ INDI +1 NAME Gunhilda // +1 SEX F +1 DEAT +2 DATE 1038 +1 FAMC @F842@ +1 FAMS @F937@ +<< +[0123] INDI rkey: I1769 offs: 0x00003566 lens: 0x00000057 +0x00004566-0x000045bc: +>>0 @I1769@ INDI +1 NAME Edric of_Mercia /Streona/ +1 SEX M +1 TITL Ealdorman +1 FAMS @F932@ +<< +[0124] INDI rkey: I1770 offs: 0x000035bd lens: 0x00000046 +0x000045bd-0x00004602: +>>0 @I1770@ INDI +1 NAME Uchtred // +1 SEX M +1 FAMC @F938@ +1 FAMS @F933@ +<< +[0125] INDI rkey: I1771 offs: 0x00003603 lens: 0x00000055 +0x00004603-0x00004657: +>>0 @I1771@ INDI +1 NAME Waltheof of Northumberland// +1 SEX M +1 TITL Earl +1 FAMS @F938@ +<< +[0126] INDI rkey: I1772 offs: 0x00003658 lens: 0x00000060 +0x00004658-0x000046b7: +>>0 @I1772@ INDI +1 NAME Ulfcytel of_East_Anglia /Snylling/ +1 SEX M +1 TITL Ealdorman +1 FAMS @F934@ +<< + +0x000046b8: EOF (0x000046b8) GOOD + +BLOCK - DIRECTORY ae/ab +0x00000000:ix_self: 0x00040001 (ae/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1773' +0x00000016:ix_rkey[0001]: ' I1774' +0x0000001e:ix_rkey[0002]: ' I1775' +0x00000026:ix_rkey[0003]: ' I1776' +0x0000002e:ix_rkey[0004]: ' I1777' +0x00000036:ix_rkey[0005]: ' I1778' +0x0000003e:ix_rkey[0006]: ' I1779' +0x00000046:ix_rkey[0007]: ' I1780' +0x0000004e:ix_rkey[0008]: ' I1781' +0x00000056:ix_rkey[0009]: ' I1782' +0x0000005e:ix_rkey[0010]: ' I1783' +0x00000066:ix_rkey[0011]: ' I1784' +0x0000006e:ix_rkey[0012]: ' I1785' +0x00000076:ix_rkey[0013]: ' I1786' +0x0000007e:ix_rkey[0014]: ' I1787' +0x00000086:ix_rkey[0015]: ' I1788' +0x0000008e:ix_rkey[0016]: ' I1789' +0x00000096:ix_rkey[0017]: ' I1790' +0x0000009e:ix_rkey[0018]: ' I1791' +0x000000a6:ix_rkey[0019]: ' I1792' +0x000000ae:ix_rkey[0020]: ' I1793' +0x000000b6:ix_rkey[0021]: ' I1794' +0x000000be:ix_rkey[0022]: ' I1795' +0x000000c6:ix_rkey[0023]: ' I1796' +0x000000ce:ix_rkey[0024]: ' I1797' +0x000000d6:ix_rkey[0025]: ' I1798' +0x000000de:ix_rkey[0026]: ' I1799' +0x000000e6:ix_rkey[0027]: ' I1800' +0x000000ee:ix_rkey[0028]: ' I1801' +0x000000f6:ix_rkey[0029]: ' I1802' +0x000000fe:ix_rkey[0030]: ' I1803' +0x00000106:ix_rkey[0031]: ' I1804' +0x0000010e:ix_rkey[0032]: ' I1805' +0x00000116:ix_rkey[0033]: ' I1806' +0x0000011e:ix_rkey[0034]: ' I1807' +0x00000126:ix_rkey[0035]: ' I1808' +0x0000012e:ix_rkey[0036]: ' I1809' +0x00000136:ix_rkey[0037]: ' I1810' +0x0000013e:ix_rkey[0038]: ' I1811' +0x00000146:ix_rkey[0039]: ' I1812' +0x0000014e:ix_rkey[0040]: ' I1813' +0x00000156:ix_rkey[0041]: ' I1814' +0x0000015e:ix_rkey[0042]: ' I1815' +0x00000166:ix_rkey[0043]: ' I1816' +0x0000016e:ix_rkey[0044]: ' I1817' +0x00000176:ix_rkey[0045]: ' I1818' +0x0000017e:ix_rkey[0046]: ' I1819' +0x00000186:ix_rkey[0047]: ' I1820' +0x0000018e:ix_rkey[0048]: ' I1821' +0x00000196:ix_rkey[0049]: ' I1822' +0x0000019e:ix_rkey[0050]: ' I1823' +0x000001a6:ix_rkey[0051]: ' I1824' +0x000001ae:ix_rkey[0052]: ' I1825' +0x000001b6:ix_rkey[0053]: ' I1826' +0x000001be:ix_rkey[0054]: ' I1827' +0x000001c6:ix_rkey[0055]: ' I1828' +0x000001ce:ix_rkey[0056]: ' I1829' +0x000001d6:ix_rkey[0057]: ' I1830' +0x000001de:ix_rkey[0058]: ' I1831' +0x000001e6:ix_rkey[0059]: ' I1832' +0x000001ee:ix_rkey[0060]: ' I1833' +0x000001f6:ix_rkey[0061]: ' I1834' +0x000001fe:ix_rkey[0062]: ' I1835' +0x00000206:ix_rkey[0063]: ' I1836' +0x0000020e:ix_rkey[0064]: ' I1837' +0x00000216:ix_rkey[0065]: ' I1838' +0x0000021e:ix_rkey[0066]: ' I1839' +0x00000226:ix_rkey[0067]: ' I1840' +0x0000022e:ix_rkey[0068]: ' I1841' +0x00000236:ix_rkey[0069]: ' I1842' +0x0000023e:ix_rkey[0070]: ' I1843' +0x00000246:ix_rkey[0071]: ' I1844' +0x0000024e:ix_rkey[0072]: ' I1845' +0x00000256:ix_rkey[0073]: ' I1846' +0x0000025e:ix_rkey[0074]: ' I1847' +0x00000266:ix_rkey[0075]: ' I1848' +0x0000026e:ix_rkey[0076]: ' I1849' +0x00000276:ix_rkey[0077]: ' I1850' +0x0000027e:ix_rkey[0078]: ' I1851' +0x00000286:ix_rkey[0079]: ' I1852' +0x0000028e:ix_rkey[0080]: ' I1853' +0x00000296:ix_rkey[0081]: ' I1854' +0x0000029e:ix_rkey[0082]: ' I1855' +0x000002a6:ix_rkey[0083]: ' I1856' +0x000002ae:ix_rkey[0084]: ' I1857' +0x000002b6:ix_rkey[0085]: ' I1858' +0x000002be:ix_rkey[0086]: ' I1859' +0x000002c6:ix_rkey[0087]: ' I1860' +0x000002ce:ix_rkey[0088]: ' I1861' +0x000002d6:ix_rkey[0089]: ' I1862' +0x000002de:ix_rkey[0090]: ' I1863' +0x000002e6:ix_rkey[0091]: ' I1864' +0x000002ee:ix_rkey[0092]: ' I1865' +0x000002f6:ix_rkey[0093]: ' I1866' +0x000002fe:ix_rkey[0094]: ' I1867' +0x00000306:ix_rkey[0095]: ' I1868' +0x0000030e:ix_rkey[0096]: ' I1869' +0x00000316:ix_rkey[0097]: ' I1870' +0x0000031e:ix_rkey[0098]: ' I1871' +0x00000326:ix_rkey[0099]: ' I1872' +0x0000032e:ix_rkey[0100]: ' I1873' +0x00000336:ix_rkey[0101]: ' I1874' +0x0000033e:ix_rkey[0102]: ' I1875' +0x00000346:ix_rkey[0103]: ' I1876' +0x0000034e:ix_rkey[0104]: ' I1877' +0x00000356:ix_rkey[0105]: ' I1878' +0x0000035e:ix_rkey[0106]: ' I1879' +0x00000366:ix_rkey[0107]: ' I1880' +0x0000036e:ix_rkey[0108]: ' I1881' +0x00000376:ix_rkey[0109]: ' I1882' +0x0000037e:ix_rkey[0110]: ' I1883' +0x00000386:ix_rkey[0111]: ' I1884' +0x0000038e:ix_rkey[0112]: ' I1885' +0x00000396:ix_rkey[0113]: ' I1886' +0x0000039e:ix_rkey[0114]: ' I1887' +0x000003a6:ix_rkey[0115]: ' I1888' +0x000003ae:ix_rkey[0116]: ' I1889' +0x000003b6:ix_rkey[0117]: ' I1890' +0x000003be:ix_rkey[0118]: ' I1891' +0x000003c6:ix_rkey[0119]: ' I1892' +0x000003ce:ix_rkey[0120]: ' I1893' +0x000003d6:ix_rkey[0121]: ' I1894' +0x000003de:ix_rkey[0122]: ' I1895' +0x000003e6:ix_rkey[0123]: ' I1896' +0x000003ee:ix_rkey[0124]: ' I1897' +0x000003f6:ix_rkey[0125]: ' I1898' +0x000003fe:ix_rkey[0126]: ' I1899' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000003a +0x0000080c:ix_offs[0001]: 0x0000003a 0x00000c08:ix_lens[0001]: 0x0000004c +0x00000810:ix_offs[0002]: 0x00000086 0x00000c0c:ix_lens[0002]: 0x00000053 +0x00000814:ix_offs[0003]: 0x000000d9 0x00000c10:ix_lens[0003]: 0x00000069 +0x00000818:ix_offs[0004]: 0x00000142 0x00000c14:ix_lens[0004]: 0x00000047 +0x0000081c:ix_offs[0005]: 0x00000189 0x00000c18:ix_lens[0005]: 0x00000052 +0x00000820:ix_offs[0006]: 0x000001db 0x00000c1c:ix_lens[0006]: 0x0000009c +0x00000824:ix_offs[0007]: 0x00000277 0x00000c20:ix_lens[0007]: 0x00000059 +0x00000828:ix_offs[0008]: 0x000002d0 0x00000c24:ix_lens[0008]: 0x00000049 +0x0000082c:ix_offs[0009]: 0x00000319 0x00000c28:ix_lens[0009]: 0x00000041 +0x00000830:ix_offs[0010]: 0x0000035a 0x00000c2c:ix_lens[0010]: 0x00000049 +0x00000834:ix_offs[0011]: 0x000003a3 0x00000c30:ix_lens[0011]: 0x00000049 +0x00000838:ix_offs[0012]: 0x000003ec 0x00000c34:ix_lens[0012]: 0x00000048 +0x0000083c:ix_offs[0013]: 0x00000434 0x00000c38:ix_lens[0013]: 0x0000009c +0x00000840:ix_offs[0014]: 0x000004d0 0x00000c3c:ix_lens[0014]: 0x0000003b +0x00000844:ix_offs[0015]: 0x0000050b 0x00000c40:ix_lens[0015]: 0x00000043 +0x00000848:ix_offs[0016]: 0x0000054e 0x00000c44:ix_lens[0016]: 0x00000037 +0x0000084c:ix_offs[0017]: 0x00000585 0x00000c48:ix_lens[0017]: 0x00000054 +0x00000850:ix_offs[0018]: 0x000005d9 0x00000c4c:ix_lens[0018]: 0x00000054 +0x00000854:ix_offs[0019]: 0x0000062d 0x00000c50:ix_lens[0019]: 0x00000095 +0x00000858:ix_offs[0020]: 0x000006c2 0x00000c54:ix_lens[0020]: 0x00000037 +0x0000085c:ix_offs[0021]: 0x000006f9 0x00000c58:ix_lens[0021]: 0x00000036 +0x00000860:ix_offs[0022]: 0x0000072f 0x00000c5c:ix_lens[0022]: 0x00000037 +0x00000864:ix_offs[0023]: 0x00000766 0x00000c60:ix_lens[0023]: 0x00000045 +0x00000868:ix_offs[0024]: 0x000007ab 0x00000c64:ix_lens[0024]: 0x0000004e +0x0000086c:ix_offs[0025]: 0x000007f9 0x00000c68:ix_lens[0025]: 0x00000037 +0x00000870:ix_offs[0026]: 0x00000830 0x00000c6c:ix_lens[0026]: 0x00000077 +0x00000874:ix_offs[0027]: 0x000008a7 0x00000c70:ix_lens[0027]: 0x00000047 +0x00000878:ix_offs[0028]: 0x000008ee 0x00000c74:ix_lens[0028]: 0x0000005f +0x0000087c:ix_offs[0029]: 0x0000094d 0x00000c78:ix_lens[0029]: 0x00000038 +0x00000880:ix_offs[0030]: 0x00000985 0x00000c7c:ix_lens[0030]: 0x00000044 +0x00000884:ix_offs[0031]: 0x000009c9 0x00000c80:ix_lens[0031]: 0x00000036 +0x00000888:ix_offs[0032]: 0x000009ff 0x00000c84:ix_lens[0032]: 0x00000038 +0x0000088c:ix_offs[0033]: 0x00000a37 0x00000c88:ix_lens[0033]: 0x00000045 +0x00000890:ix_offs[0034]: 0x00000a7c 0x00000c8c:ix_lens[0034]: 0x0000003b +0x00000894:ix_offs[0035]: 0x00000ab7 0x00000c90:ix_lens[0035]: 0x00000046 +0x00000898:ix_offs[0036]: 0x00000afd 0x00000c94:ix_lens[0036]: 0x0000004d +0x0000089c:ix_offs[0037]: 0x00000b4a 0x00000c98:ix_lens[0037]: 0x00000045 +0x000008a0:ix_offs[0038]: 0x00000b8f 0x00000c9c:ix_lens[0038]: 0x00000058 +0x000008a4:ix_offs[0039]: 0x00000be7 0x00000ca0:ix_lens[0039]: 0x00000054 +0x000008a8:ix_offs[0040]: 0x00000c3b 0x00000ca4:ix_lens[0040]: 0x00000057 +0x000008ac:ix_offs[0041]: 0x00000c92 0x00000ca8:ix_lens[0041]: 0x00000053 +0x000008b0:ix_offs[0042]: 0x00000ce5 0x00000cac:ix_lens[0042]: 0x0000004c +0x000008b4:ix_offs[0043]: 0x00000d31 0x00000cb0:ix_lens[0043]: 0x000000ee +0x000008b8:ix_offs[0044]: 0x00000e1f 0x00000cb4:ix_lens[0044]: 0x00000065 +0x000008bc:ix_offs[0045]: 0x00000e84 0x00000cb8:ix_lens[0045]: 0x0000004a +0x000008c0:ix_offs[0046]: 0x00000ece 0x00000cbc:ix_lens[0046]: 0x0000004f +0x000008c4:ix_offs[0047]: 0x00000f1d 0x00000cc0:ix_lens[0047]: 0x00000049 +0x000008c8:ix_offs[0048]: 0x00000f66 0x00000cc4:ix_lens[0048]: 0x0000006b +0x000008cc:ix_offs[0049]: 0x00000fd1 0x00000cc8:ix_lens[0049]: 0x00000045 +0x000008d0:ix_offs[0050]: 0x00001016 0x00000ccc:ix_lens[0050]: 0x0000004d +0x000008d4:ix_offs[0051]: 0x00001063 0x00000cd0:ix_lens[0051]: 0x0000004b +0x000008d8:ix_offs[0052]: 0x000010ae 0x00000cd4:ix_lens[0052]: 0x00000048 +0x000008dc:ix_offs[0053]: 0x000010f6 0x00000cd8:ix_lens[0053]: 0x0000004f +0x000008e0:ix_offs[0054]: 0x00001145 0x00000cdc:ix_lens[0054]: 0x00000079 +0x000008e4:ix_offs[0055]: 0x000011be 0x00000ce0:ix_lens[0055]: 0x0000007b +0x000008e8:ix_offs[0056]: 0x00001239 0x00000ce4:ix_lens[0056]: 0x00000036 +0x000008ec:ix_offs[0057]: 0x0000126f 0x00000ce8:ix_lens[0057]: 0x0000005d +0x000008f0:ix_offs[0058]: 0x000012cc 0x00000cec:ix_lens[0058]: 0x00000053 +0x000008f4:ix_offs[0059]: 0x0000131f 0x00000cf0:ix_lens[0059]: 0x0000005d +0x000008f8:ix_offs[0060]: 0x0000137c 0x00000cf4:ix_lens[0060]: 0x00000058 +0x000008fc:ix_offs[0061]: 0x000013d4 0x00000cf8:ix_lens[0061]: 0x00000059 +0x00000900:ix_offs[0062]: 0x0000142d 0x00000cfc:ix_lens[0062]: 0x00000054 +0x00000904:ix_offs[0063]: 0x00001481 0x00000d00:ix_lens[0063]: 0x00000058 +0x00000908:ix_offs[0064]: 0x000014d9 0x00000d04:ix_lens[0064]: 0x00000070 +0x0000090c:ix_offs[0065]: 0x00001549 0x00000d08:ix_lens[0065]: 0x00000059 +0x00000910:ix_offs[0066]: 0x000015a2 0x00000d0c:ix_lens[0066]: 0x00000055 +0x00000914:ix_offs[0067]: 0x000015f7 0x00000d10:ix_lens[0067]: 0x00000045 +0x00000918:ix_offs[0068]: 0x0000163c 0x00000d14:ix_lens[0068]: 0x0000004b +0x0000091c:ix_offs[0069]: 0x00001687 0x00000d18:ix_lens[0069]: 0x0000005a +0x00000920:ix_offs[0070]: 0x000016e1 0x00000d1c:ix_lens[0070]: 0x0000005b +0x00000924:ix_offs[0071]: 0x0000173c 0x00000d20:ix_lens[0071]: 0x0000005d +0x00000928:ix_offs[0072]: 0x00001799 0x00000d24:ix_lens[0072]: 0x0000003c +0x0000092c:ix_offs[0073]: 0x000017d5 0x00000d28:ix_lens[0073]: 0x0000005d +0x00000930:ix_offs[0074]: 0x00001832 0x00000d2c:ix_lens[0074]: 0x00000045 +0x00000934:ix_offs[0075]: 0x00001877 0x00000d30:ix_lens[0075]: 0x00000055 +0x00000938:ix_offs[0076]: 0x000018cc 0x00000d34:ix_lens[0076]: 0x00000051 +0x0000093c:ix_offs[0077]: 0x0000191d 0x00000d38:ix_lens[0077]: 0x00000052 +0x00000940:ix_offs[0078]: 0x0000196f 0x00000d3c:ix_lens[0078]: 0x00000046 +0x00000944:ix_offs[0079]: 0x000019b5 0x00000d40:ix_lens[0079]: 0x00000053 +0x00000948:ix_offs[0080]: 0x00001a08 0x00000d44:ix_lens[0080]: 0x00000084 +0x0000094c:ix_offs[0081]: 0x00001a8c 0x00000d48:ix_lens[0081]: 0x00000044 +0x00000950:ix_offs[0082]: 0x00001ad0 0x00000d4c:ix_lens[0082]: 0x0000004c +0x00000954:ix_offs[0083]: 0x00001b1c 0x00000d50:ix_lens[0083]: 0x00000047 +0x00000958:ix_offs[0084]: 0x00001b63 0x00000d54:ix_lens[0084]: 0x00000053 +0x0000095c:ix_offs[0085]: 0x00001bb6 0x00000d58:ix_lens[0085]: 0x00000047 +0x00000960:ix_offs[0086]: 0x00001bfd 0x00000d5c:ix_lens[0086]: 0x00000053 +0x00000964:ix_offs[0087]: 0x00001c50 0x00000d60:ix_lens[0087]: 0x0000004b +0x00000968:ix_offs[0088]: 0x00001c9b 0x00000d64:ix_lens[0088]: 0x00000046 +0x0000096c:ix_offs[0089]: 0x00001ce1 0x00000d68:ix_lens[0089]: 0x00000044 +0x00000970:ix_offs[0090]: 0x00001d25 0x00000d6c:ix_lens[0090]: 0x0000003e +0x00000974:ix_offs[0091]: 0x00001d63 0x00000d70:ix_lens[0091]: 0x00000043 +0x00000978:ix_offs[0092]: 0x00001da6 0x00000d74:ix_lens[0092]: 0x00000052 +0x0000097c:ix_offs[0093]: 0x00001df8 0x00000d78:ix_lens[0093]: 0x00000081 +0x00000980:ix_offs[0094]: 0x00001e79 0x00000d7c:ix_lens[0094]: 0x00000075 +0x00000984:ix_offs[0095]: 0x00001eee 0x00000d80:ix_lens[0095]: 0x00000078 +0x00000988:ix_offs[0096]: 0x00001f66 0x00000d84:ix_lens[0096]: 0x000000f7 +0x0000098c:ix_offs[0097]: 0x0000205d 0x00000d88:ix_lens[0097]: 0x00000058 +0x00000990:ix_offs[0098]: 0x000020b5 0x00000d8c:ix_lens[0098]: 0x00000051 +0x00000994:ix_offs[0099]: 0x00002106 0x00000d90:ix_lens[0099]: 0x00000051 +0x00000998:ix_offs[0100]: 0x00002157 0x00000d94:ix_lens[0100]: 0x0000004b +0x0000099c:ix_offs[0101]: 0x000021a2 0x00000d98:ix_lens[0101]: 0x0000004d +0x000009a0:ix_offs[0102]: 0x000021ef 0x00000d9c:ix_lens[0102]: 0x0000004f +0x000009a4:ix_offs[0103]: 0x0000223e 0x00000da0:ix_lens[0103]: 0x0000004e +0x000009a8:ix_offs[0104]: 0x0000228c 0x00000da4:ix_lens[0104]: 0x00000051 +0x000009ac:ix_offs[0105]: 0x000022dd 0x00000da8:ix_lens[0105]: 0x00000046 +0x000009b0:ix_offs[0106]: 0x00002323 0x00000dac:ix_lens[0106]: 0x0000003f +0x000009b4:ix_offs[0107]: 0x00002362 0x00000db0:ix_lens[0107]: 0x00000055 +0x000009b8:ix_offs[0108]: 0x000023b7 0x00000db4:ix_lens[0108]: 0x00000050 +0x000009bc:ix_offs[0109]: 0x00002407 0x00000db8:ix_lens[0109]: 0x00000049 +0x000009c0:ix_offs[0110]: 0x00002450 0x00000dbc:ix_lens[0110]: 0x00000056 +0x000009c4:ix_offs[0111]: 0x000024a6 0x00000dc0:ix_lens[0111]: 0x00000058 +0x000009c8:ix_offs[0112]: 0x000024fe 0x00000dc4:ix_lens[0112]: 0x0000005d +0x000009cc:ix_offs[0113]: 0x0000255b 0x00000dc8:ix_lens[0113]: 0x00000097 +0x000009d0:ix_offs[0114]: 0x000025f2 0x00000dcc:ix_lens[0114]: 0x00000070 +0x000009d4:ix_offs[0115]: 0x00002662 0x00000dd0:ix_lens[0115]: 0x0000004b +0x000009d8:ix_offs[0116]: 0x000026ad 0x00000dd4:ix_lens[0116]: 0x00000047 +0x000009dc:ix_offs[0117]: 0x000026f4 0x00000dd8:ix_lens[0117]: 0x00000059 +0x000009e0:ix_offs[0118]: 0x0000274d 0x00000ddc:ix_lens[0118]: 0x00000073 +0x000009e4:ix_offs[0119]: 0x000027c0 0x00000de0:ix_lens[0119]: 0x00000045 +0x000009e8:ix_offs[0120]: 0x00002805 0x00000de4:ix_lens[0120]: 0x00000058 +0x000009ec:ix_offs[0121]: 0x0000285d 0x00000de8:ix_lens[0121]: 0x0000005c +0x000009f0:ix_offs[0122]: 0x000028b9 0x00000dec:ix_lens[0122]: 0x00000036 +0x000009f4:ix_offs[0123]: 0x000028ef 0x00000df0:ix_lens[0123]: 0x00000046 +0x000009f8:ix_offs[0124]: 0x00002935 0x00000df4:ix_lens[0124]: 0x00000050 +0x000009fc:ix_offs[0125]: 0x00002985 0x00000df8:ix_lens[0125]: 0x00000051 +0x00000a00:ix_offs[0126]: 0x000029d6 0x00000dfc:ix_lens[0126]: 0x0000003f + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1773 offs: 0x00000000 lens: 0x0000003a +0x00001000-0x00001039: +>>0 @I1773@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMS @F935@ +<< +[0001] INDI rkey: I1774 offs: 0x0000003a lens: 0x0000004c +0x0000103a-0x00001085: +>>0 @I1774@ INDI +1 NAME Alfgar of_Mercia // +1 SEX M +1 TITL Earl +1 FAMS @F848@ +<< +[0002] INDI rkey: I1775 offs: 0x00000086 lens: 0x00000053 +0x00001086-0x000010d8: +>>0 @I1775@ INDI +1 NAME Alfhelm of_Northhampton // +1 SEX M +1 TITL Earl +1 FAMS @F855@ +<< +[0003] INDI rkey: I1776 offs: 0x000000d9 lens: 0x00000069 +0x000010d9-0x00001141: +>>0 @I1776@ INDI +1 NAME Sweyn Forkbeard // +1 SEX M +1 TITL King of Denmark +1 DEAT +2 DATE 1014 +1 FAMS @F853@ +<< +[0004] INDI rkey: I1777 offs: 0x00000142 lens: 0x00000047 +0x00001142-0x00001188: +>>0 @I1777@ INDI +1 NAME Gunhilda // +1 SEX F +1 FAMC @F939@ +1 FAMS @F853@ +<< +[0005] INDI rkey: I1778 offs: 0x00000189 lens: 0x00000052 +0x00001189-0x000011da: +>>0 @I1778@ INDI +1 NAME Mieczislaw_I of_Poland // +1 SEX M +1 TITL Duke +1 FAMS @F939@ +<< +[0006] INDI rkey: I1779 offs: 0x000001db lens: 0x0000009c +0x000011db-0x00001276: +>>0 @I1779@ INDI +1 NAME Edgar the_Peaceful // +1 SEX M +1 BIRT +2 DATE 944 +1 DEAT +2 DATE 975 +1 BURI +2 PLAC Glastonbury +1 FAMC @F940@ +1 FAMS @F843@ +1 FAMS @F941@ +<< +[0007] INDI rkey: I1780 offs: 0x00000277 lens: 0x00000059 +0x00001277-0x000012cf: +>>0 @I1780@ INDI +1 NAME Elfrida // +1 SEX F +1 DEAT +2 DATE 1000 +1 FAMC @F942@ +1 FAMS @F843@ +<< +[0008] INDI rkey: I1781 offs: 0x000002d0 lens: 0x00000049 +0x000012d0-0x00001318: +>>0 @I1781@ INDI +1 NAME Ethelfleda // +1 SEX F +1 FAMC @F943@ +1 FAMS @F941@ +<< +[0009] INDI rkey: I1782 offs: 0x00000319 lens: 0x00000041 +0x00001319-0x00001359: +>>0 @I1782@ INDI +1 NAME Edward the_Martyr // +1 SEX M +1 FAMC @F941@ +<< +[0010] INDI rkey: I1783 offs: 0x0000035a lens: 0x00000049 +0x0000135a-0x000013a2: +>>0 @I1783@ INDI +1 NAME Ordmaer // +1 SEX M +1 TITL Ealdorman +1 FAMS @F943@ +<< +[0011] INDI rkey: I1784 offs: 0x000003a3 lens: 0x00000049 +0x000013a3-0x000013eb: +>>0 @I1784@ INDI +1 NAME Edmund // +1 SEX M +1 DEAT +2 DATE 970 +1 FAMC @F843@ +<< +[0012] INDI rkey: I1785 offs: 0x000003ec lens: 0x00000048 +0x000013ec-0x00001433: +>>0 @I1785@ INDI +1 NAME Ordgar of_Devon Ealdorman// +1 SEX M +1 FAMS @F942@ +<< +[0013] INDI rkey: I1786 offs: 0x00000434 lens: 0x0000009c +0x00001434-0x000014cf: +>>0 @I1786@ INDI +1 NAME Edmund_I the_Elder // +1 SEX M +1 BIRT +2 DATE 939 +1 DEAT +2 DATE 946 +1 BURI +2 PLAC Glastonbury +1 FAMC @F944@ +1 FAMS @F940@ +1 FAMS @F945@ +<< +[0014] INDI rkey: I1787 offs: 0x000004d0 lens: 0x0000003b +0x000014d0-0x0000150a: +>>0 @I1787@ INDI +1 NAME St._Elgiva // +1 SEX F +1 FAMS @F940@ +<< +[0015] INDI rkey: I1788 offs: 0x0000050b lens: 0x00000043 +0x0000150b-0x0000154d: +>>0 @I1788@ INDI +1 NAME Edwy // +1 SEX M +1 FAMC @F940@ +1 FAMS @F946@ +<< +[0016] INDI rkey: I1789 offs: 0x0000054e lens: 0x00000037 +0x0000154e-0x00001584: +>>0 @I1789@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMS @F946@ +<< +[0017] INDI rkey: I1790 offs: 0x00000585 lens: 0x00000054 +0x00001585-0x000015d8: +>>0 @I1790@ INDI +1 NAME Ethelfleda of_Domerham // +1 SEX F +1 FAMC @F947@ +1 FAMS @F945@ +<< +[0018] INDI rkey: I1791 offs: 0x000005d9 lens: 0x00000054 +0x000015d9-0x0000162c: +>>0 @I1791@ INDI +1 NAME Alfgar of_Wiltshire // +1 SEX M +1 TITL Ealdorman +1 FAMS @F947@ +<< +[0019] INDI rkey: I1792 offs: 0x0000062d lens: 0x00000095 +0x0000162d-0x000016c1: +>>0 @I1792@ INDI +1 NAME Edward the_Elder // +1 SEX M +1 DEAT +2 DATE 924 +1 BURI +2 PLAC Winchester +1 FAMC @F948@ +1 FAMS @F949@ +1 FAMS @F950@ +1 FAMS @F944@ +<< +[0020] INDI rkey: I1793 offs: 0x000006c2 lens: 0x00000037 +0x000016c2-0x000016f8: +>>0 @I1793@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMS @F944@ +<< +[0021] INDI rkey: I1794 offs: 0x000006f9 lens: 0x00000036 +0x000016f9-0x0000172e: +>>0 @I1794@ INDI +1 NAME Edred // +1 SEX M +1 FAMC @F944@ +<< +[0022] INDI rkey: I1795 offs: 0x0000072f lens: 0x00000037 +0x0000172f-0x00001765: +>>0 @I1795@ INDI +1 NAME Edburh // +1 SEX F +1 FAMC @F944@ +<< +[0023] INDI rkey: I1796 offs: 0x00000766 lens: 0x00000045 +0x00001766-0x000017aa: +>>0 @I1796@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMC @F944@ +1 FAMS @F951@ +<< +[0024] INDI rkey: I1797 offs: 0x000007ab lens: 0x0000004e +0x000017ab-0x000017f8: +>>0 @I1797@ INDI +1 NAME Louis // +1 SEX M +1 TITL King of Provence +1 FAMS @F951@ +<< +[0025] INDI rkey: I1798 offs: 0x000007f9 lens: 0x00000037 +0x000017f9-0x0000182f: +>>0 @I1798@ INDI +1 NAME Ecgwyn // +1 SEX F +1 FAMS @F949@ +<< +[0026] INDI rkey: I1799 offs: 0x00000830 lens: 0x00000077 +0x00001830-0x000018a6: +>>0 @I1799@ INDI +1 NAME Athelstan // +1 SEX M +1 BIRT +2 DATE 895 +1 DEAT +2 DATE 940 +1 BURI +2 PLAC Malmesbury +1 FAMC @F949@ +<< +[0027] INDI rkey: I1800 offs: 0x000008a7 lens: 0x00000047 +0x000018a7-0x000018ed: +>>0 @I1800@ INDI +1 NAME Daughter // +1 SEX F +1 FAMC @F949@ +1 FAMS @F952@ +<< +[0028] INDI rkey: I1801 offs: 0x000008ee lens: 0x0000005f +0x000018ee-0x0000194c: +>>0 @I1801@ INDI +1 NAME Sihtric of Northumberland// +1 SEX M +1 TITL King of Denmark +1 FAMS @F952@ +<< +[0029] INDI rkey: I1802 offs: 0x0000094d lens: 0x00000038 +0x0000194d-0x00001984: +>>0 @I1802@ INDI +1 NAME Elfleda // +1 SEX F +1 FAMS @F950@ +<< +[0030] INDI rkey: I1803 offs: 0x00000985 lens: 0x00000044 +0x00001985-0x000019c8: +>>0 @I1803@ INDI +1 NAME Ethelwerd // +1 DEAT +2 DATE 924 +1 FAMC @F950@ +<< +[0031] INDI rkey: I1804 offs: 0x000009c9 lens: 0x00000036 +0x000019c9-0x000019fe: +>>0 @I1804@ INDI +1 NAME Edwin // +1 SEX M +1 FAMC @F950@ +<< +[0032] INDI rkey: I1805 offs: 0x000009ff lens: 0x00000038 +0x000019ff-0x00001a36: +>>0 @I1805@ INDI +1 NAME Elfleda // +1 SEX F +1 FAMC @F950@ +<< +[0033] INDI rkey: I1806 offs: 0x00000a37 lens: 0x00000045 +0x00001a37-0x00001a7b: +>>0 @I1806@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMC @F950@ +1 FAMS @F953@ +<< +[0034] INDI rkey: I1807 offs: 0x00000a7c lens: 0x0000003b +0x00001a7c-0x00001ab6: +>>0 @I1807@ INDI +1 NAME Ethelhilda // +1 SEX F +1 FAMC @F950@ +<< +[0035] INDI rkey: I1808 offs: 0x00000ab7 lens: 0x00000046 +0x00001ab7-0x00001afc: +>>0 @I1808@ INDI +1 NAME Edhilda // +1 SEX F +1 FAMC @F950@ +1 FAMS @F954@ +<< +[0036] INDI rkey: I1809 offs: 0x00000afd lens: 0x0000004d +0x00001afd-0x00001b49: +>>0 @I1809@ INDI +1 NAME Eadgyth (Edith) // +1 SEX F +1 FAMC @F950@ +1 FAMS @F955@ +<< +[0037] INDI rkey: I1810 offs: 0x00000b4a lens: 0x00000045 +0x00001b4a-0x00001b8e: +>>0 @I1810@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMC @F950@ +1 FAMS @F956@ +<< +[0038] INDI rkey: I1811 offs: 0x00000b8f lens: 0x00000058 +0x00001b8f-0x00001be6: +>>0 @I1811@ INDI +1 NAME Charles the_Simple // +1 SEX M +1 TITL King of France +1 FAMS @F953@ +<< +[0039] INDI rkey: I1812 offs: 0x00000be7 lens: 0x00000054 +0x00001be7-0x00001c3a: +>>0 @I1812@ INDI +1 NAME Hugh the_Great // +1 SEX M +1 TITL Count of Paris +1 FAMS @F954@ +<< +[0040] INDI rkey: I1813 offs: 0x00000c3b lens: 0x00000057 +0x00001c3b-0x00001c91: +>>0 @I1813@ INDI +1 NAME Otho_I the_Great // +1 SEX M +1 TITL King of Germany +1 FAMS @F955@ +<< +[0041] INDI rkey: I1814 offs: 0x00000c92 lens: 0x00000053 +0x00001c92-0x00001ce4: +>>0 @I1814@ INDI +1 NAME Boleslaw_II // +1 SEX M +1 TITL Duke of Bohemia +1 FAMS @F956@ +<< +[0042] INDI rkey: I1815 offs: 0x00000ce5 lens: 0x0000004c +0x00001ce5-0x00001d30: +>>0 @I1815@ INDI +1 NAME Claude // +1 SEX M +1 TITL Duke of Guise +1 FAMS @F655@ +<< +[0043] INDI rkey: I1816 offs: 0x00000d31 lens: 0x000000ee +0x00001d31-0x00001e1e: +>>0 @I1816@ INDI +1 NAME Francis_I // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 12 SEP 1494 +2 PLAC Cognac,France +1 DEAT +2 DATE 31 MAR 1547 +2 PLAC Rambouillet,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F957@ +1 FAMS @F775@ +1 FAMS @F958@ +<< +[0044] INDI rkey: I1817 offs: 0x00000e1f lens: 0x00000065 +0x00001e1f-0x00001e83: +>>0 @I1817@ INDI +1 NAME Louise of_Savoy // +1 SEX F +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 1531 +1 FAMS @F957@ +<< +[0045] INDI rkey: I1818 offs: 0x00000e84 lens: 0x0000004a +0x00001e84-0x00001ecd: +>>0 @I1818@ INDI +1 NAME Donald // +1 SEX M +1 TITL Earl of Mar +1 FAMS @F790@ +<< +[0046] INDI rkey: I1819 offs: 0x00000ece lens: 0x0000004f +0x00001ece-0x00001f1c: +>>0 @I1819@ INDI +1 NAME Adam of_Rowallan /Mure/ +1 SEX M +1 TITL Sir +1 FAMS @F799@ +<< +[0047] INDI rkey: I1820 offs: 0x00000f1d lens: 0x00000049 +0x00001f1d-0x00001f65: +>>0 @I1820@ INDI +1 NAME Hugh // +1 SEX M +1 TITL Earl of Ross +1 FAMS @F804@ +<< +[0048] INDI rkey: I1821 offs: 0x00000f66 lens: 0x0000006b +0x00001f66-0x00001fd0: +>>0 @I1821@ INDI +1 NAME Jean // +1 SEX F +1 TITL Lady +1 FAMC @F797@ +1 FAMS @F959@ +1 FAMS @F960@ +1 FAMS @F961@ +<< +[0049] INDI rkey: I1822 offs: 0x00000fd1 lens: 0x00000045 +0x00001fd1-0x00002015: +>>0 @I1822@ INDI +1 NAME John /Keith/ +1 SEX M +1 TITL Sir +1 FAMS @F959@ +<< +[0050] INDI rkey: I1823 offs: 0x00001016 lens: 0x0000004d +0x00002016-0x00002062: +>>0 @I1823@ INDI +1 NAME John of_Glamis /Lyon/ +1 SEX M +1 TITL Sir +1 FAMS @F960@ +<< +[0051] INDI rkey: I1824 offs: 0x00001063 lens: 0x0000004b +0x00002063-0x000020ad: +>>0 @I1824@ INDI +1 NAME James /Sandilands/ +1 SEX M +1 TITL Sir +1 FAMS @F961@ +<< +[0052] INDI rkey: I1825 offs: 0x000010ae lens: 0x00000048 +0x000020ae-0x000020f5: +>>0 @I1825@ INDI +1 NAME John /Drummond/ +1 SEX M +1 TITL Sir +1 FAMS @F802@ +<< +[0053] INDI rkey: I1826 offs: 0x000010f6 lens: 0x0000004f +0x000020f6-0x00002144: +>>0 @I1826@ INDI +1 NAME Arnold // +1 SEX M +1 TITL Duke of Gueldres +1 FAMS @F806@ +<< +[0054] INDI rkey: I1827 offs: 0x00001145 lens: 0x00000079 +0x00002145-0x000021bd: +>>0 @I1827@ INDI +1 NAME Christian_I // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 1426 +1 DEAT +2 DATE 1481 +1 FAMS @F807@ +<< +[0055] INDI rkey: I1828 offs: 0x000011be lens: 0x0000007b +0x000021be-0x00002238: +>>0 @I1828@ INDI +1 NAME Dorothea // +1 SEX F +1 BIRT +2 DATE 1430 +1 DEAT +2 DATE 1495 +1 FAMC @F962@ +1 FAMS @F807@ +1 FAMS @F963@ +<< +[0056] INDI rkey: I1829 offs: 0x00001239 lens: 0x00000036 +0x00002239-0x0000226e: +>>0 @I1829@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F657@ +<< +[0057] INDI rkey: I1830 offs: 0x0000126f lens: 0x0000005d +0x0000226f-0x000022cb: +>>0 @I1830@ INDI +1 NAME Robert /Bruce/ +1 SEX M +1 DEAT +2 DATE 1304 +1 FAMC @F964@ +1 FAMS @F787@ +<< +[0058] INDI rkey: I1831 offs: 0x000012cc lens: 0x00000053 +0x000022cc-0x0000231e: +>>0 @I1831@ INDI +1 NAME Margaret of_Carrick // +1 SEX F +1 TITL Countess +1 FAMS @F787@ +<< +[0059] INDI rkey: I1832 offs: 0x0000131f lens: 0x0000005d +0x0000231f-0x0000237b: +>>0 @I1832@ INDI +1 NAME Robert /Bruce/ +1 SEX M +1 DEAT +2 DATE 1295 +1 FAMC @F965@ +1 FAMS @F964@ +<< +[0060] INDI rkey: I1833 offs: 0x0000137c lens: 0x00000058 +0x0000237c-0x000023d3: +>>0 @I1833@ INDI +1 NAME Isobel // +1 SEX F +1 DEAT +2 DATE 1254 +1 FAMC @F966@ +1 FAMS @F964@ +<< +[0061] INDI rkey: I1834 offs: 0x000013d4 lens: 0x00000059 +0x000023d4-0x0000242c: +>>0 @I1834@ INDI +1 NAME Gilbert De_Clare of_Gloucester// +1 SEX M +1 TITL Earl +1 FAMS @F966@ +<< +[0062] INDI rkey: I1835 offs: 0x0000142d lens: 0x00000054 +0x0000242d-0x00002480: +>>0 @I1835@ INDI +1 NAME Robert of_Annandale /Bruce/ +1 SEX M +1 TITL Lord +1 FAMS @F965@ +<< +[0063] INDI rkey: I1836 offs: 0x00001481 lens: 0x00000058 +0x00002481-0x000024d8: +>>0 @I1836@ INDI +1 NAME Isobel // +1 SEX F +1 DEAT +2 DATE 1251 +1 FAMC @F967@ +1 FAMS @F965@ +<< +[0064] INDI rkey: I1837 offs: 0x000014d9 lens: 0x00000070 +0x000024d9-0x00002548: +>>0 @I1837@ INDI +1 NAME David of_Huntingdon // +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1219 +1 FAMC @F968@ +1 FAMS @F967@ +<< +[0065] INDI rkey: I1838 offs: 0x00001549 lens: 0x00000059 +0x00002549-0x000025a1: +>>0 @I1838@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1233 +1 FAMC @F969@ +1 FAMS @F967@ +<< +[0066] INDI rkey: I1839 offs: 0x000015a2 lens: 0x00000055 +0x000025a2-0x000025f6: +>>0 @I1839@ INDI +1 NAME Hugh /Keveliock/ +1 SEX M +1 TITL Earl of Chester +1 FAMS @F969@ +<< +[0067] INDI rkey: I1840 offs: 0x000015f7 lens: 0x00000045 +0x000025f7-0x0000263b: +>>0 @I1840@ INDI +1 NAME John /Logie/ +1 SEX M +1 TITL Sir +1 FAMS @F796@ +<< +[0068] INDI rkey: I1841 offs: 0x0000163c lens: 0x0000004b +0x0000263c-0x00002686: +>>0 @I1841@ INDI +1 NAME Malcolm /Drummond/ +1 SEX M +1 TITL Sir +1 FAMS @F795@ +<< +[0069] INDI rkey: I1842 offs: 0x00001687 lens: 0x0000005a +0x00002687-0x000026e0: +>>0 @I1842@ INDI +1 NAME Margaret // +1 SEX F +1 DEAT +2 DATE 1228 +1 FAMC @F967@ +1 FAMS @F970@ +<< +[0070] INDI rkey: I1843 offs: 0x000016e1 lens: 0x0000005b +0x000026e1-0x0000273b: +>>0 @I1843@ INDI +1 NAME Alan // +1 SEX M +1 TITL Lord of Galloway +1 FAMS @F971@ +1 FAMS @F970@ +<< +[0071] INDI rkey: I1844 offs: 0x0000173c lens: 0x0000005d +0x0000273c-0x00002798: +>>0 @I1844@ INDI +1 NAME Devorguilla // +1 SEX F +1 DEAT +2 DATE 1290 +1 FAMC @F970@ +1 FAMS @F972@ +<< +[0072] INDI rkey: I1845 offs: 0x00001799 lens: 0x0000003c +0x00002799-0x000027d4: +>>0 @I1845@ INDI +1 NAME John /Balliol/ +1 SEX M +1 FAMS @F972@ +<< +[0073] INDI rkey: I1846 offs: 0x000017d5 lens: 0x0000005d +0x000027d5-0x00002831: +>>0 @I1846@ INDI +1 NAME John /Balliol/ +1 SEX M +1 DEAT +2 DATE 1313 +1 FAMC @F972@ +1 FAMS @F973@ +<< +[0074] INDI rkey: I1847 offs: 0x00001832 lens: 0x00000045 +0x00002832-0x00002876: +>>0 @I1847@ INDI +1 NAME Isobel // +1 SEX F +1 FAMC @F974@ +1 FAMS @F973@ +<< +[0075] INDI rkey: I1848 offs: 0x00001877 lens: 0x00000055 +0x00002877-0x000028cb: +>>0 @I1848@ INDI +1 NAME John de_Warenne // +1 SEX M +1 TITL Earl of Surrey +1 FAMS @F974@ +<< +[0076] INDI rkey: I1849 offs: 0x000018cc lens: 0x00000051 +0x000028cc-0x0000291c: +>>0 @I1849@ INDI +1 NAME Edward /Balliol/ +1 SEX M +1 DEAT +2 DATE 1363 +1 FAMC @F973@ +<< +[0077] INDI rkey: I1850 offs: 0x0000191d lens: 0x00000052 +0x0000291d-0x0000296e: +>>0 @I1850@ INDI +1 NAME Baldwin_V of_Flanders // +1 SEX M +1 TITL Count +1 FAMS @F745@ +<< +[0078] INDI rkey: I1851 offs: 0x0000196f lens: 0x00000046 +0x0000296f-0x000029b4: +>>0 @I1851@ INDI +1 NAME Sybilla // +1 SEX F +1 FAMC @F975@ +1 FAMS @F746@ +<< +[0079] INDI rkey: I1852 offs: 0x000019b5 lens: 0x00000053 +0x000029b5-0x00002a07: +>>0 @I1852@ INDI +1 NAME Geoffrey of_Conversano // +1 SEX M +1 TITL Count +1 FAMS @F975@ +<< +[0080] INDI rkey: I1853 offs: 0x00001a08 lens: 0x00000084 +0x00002a08-0x00002a8b: +>>0 @I1853@ INDI +1 NAME William Clito of_Flanders// +1 SEX M +1 TITL Count +1 DEAT +2 DATE 1128 +1 FAMC @F746@ +1 FAMS @F976@ +1 FAMS @F977@ +<< +[0081] INDI rkey: I1854 offs: 0x00001a8c lens: 0x00000044 +0x00002a8c-0x00002acf: +>>0 @I1854@ INDI +1 NAME Sybil // +1 SEX F +1 FAMC @F978@ +1 FAMS @F976@ +<< +[0082] INDI rkey: I1855 offs: 0x00001ad0 lens: 0x0000004c +0x00002ad0-0x00002b1b: +>>0 @I1855@ INDI +1 NAME Fulke // +1 SEX M +1 TITL Count of Anjou +1 FAMS @F978@ +<< +[0083] INDI rkey: I1856 offs: 0x00001b1c lens: 0x00000047 +0x00002b1c-0x00002b62: +>>0 @I1856@ INDI +1 NAME Adelicia // +1 SEX F +1 FAMC @F979@ +1 FAMS @F977@ +<< +[0084] INDI rkey: I1857 offs: 0x00001b63 lens: 0x00000053 +0x00002b63-0x00002bb5: +>>0 @I1857@ INDI +1 NAME Reiner of_Montferrat // +1 SEX M +1 TITL Marquis +1 FAMS @F979@ +<< +[0085] INDI rkey: I1858 offs: 0x00001bb6 lens: 0x00000047 +0x00002bb6-0x00002bfc: +>>0 @I1858@ INDI +1 NAME Isabella // +1 SEX F +1 FAMC @F978@ +1 FAMS @F752@ +<< +[0086] INDI rkey: I1859 offs: 0x00001bfd lens: 0x00000053 +0x00002bfd-0x00002c4f: +>>0 @I1859@ INDI +1 NAME Geoffrey Lower_Lorraine // +1 SEX M +1 TITL Duke +1 FAMS @F754@ +<< +[0087] INDI rkey: I1860 offs: 0x00001c50 lens: 0x0000004b +0x00002c50-0x00002c9a: +>>0 @I1860@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1120 +1 FAMC @F747@ +<< +[0088] INDI rkey: I1861 offs: 0x00001c9b lens: 0x00000046 +0x00002c9b-0x00002ce0: +>>0 @I1861@ INDI +1 NAME William // +1 SEX M +1 FAMC @F747@ +1 FAMS @F980@ +<< +[0089] INDI rkey: I1862 offs: 0x00001ce1 lens: 0x00000044 +0x00002ce1-0x00002d24: +>>0 @I1862@ INDI +1 NAME Agnes // +1 SEX F +1 FAMC @F981@ +1 FAMS @F980@ +<< +[0090] INDI rkey: I1863 offs: 0x00001d25 lens: 0x0000003e +0x00002d25-0x00002d62: +>>0 @I1863@ INDI +1 NAME Giles de_Sulli // +1 SEX M +1 FAMS @F981@ +<< +[0091] INDI rkey: I1864 offs: 0x00001d63 lens: 0x00000043 +0x00002d63-0x00002da5: +>>0 @I1864@ INDI +1 NAME Maud // +1 SEX F +1 FAMC @F982@ +1 FAMS @F834@ +<< +[0092] INDI rkey: I1865 offs: 0x00001da6 lens: 0x00000052 +0x00002da6-0x00002df7: +>>0 @I1865@ INDI +1 NAME Ingelbert of_Carinthia // +1 SEX M +1 TITL Duke +1 FAMS @F982@ +<< +[0093] INDI rkey: I1866 offs: 0x00001df8 lens: 0x00000081 +0x00002df8-0x00002e78: +>>0 @I1866@ INDI +1 NAME Geoffrey_VI of_Anjou // +1 SEX M +1 TITL Count of Nantes +1 BIRT +2 DATE 1134 +1 DEAT +2 DATE 1158 +1 FAMC @F733@ +<< +[0094] INDI rkey: I1867 offs: 0x00001e79 lens: 0x00000075 +0x00002e79-0x00002eed: +>>0 @I1867@ INDI +1 NAME William // +1 SEX M +1 TITL Count of Poitou +1 BIRT +2 DATE 1136 +1 DEAT +2 DATE 1164 +1 FAMC @F733@ +<< +[0095] INDI rkey: I1868 offs: 0x00001eee lens: 0x00000078 +0x00002eee-0x00002f65: +>>0 @I1868@ INDI +1 NAME William_X of_Aquitaine // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1099 +1 DEAT +2 DATE 1137 +1 FAMS @F734@ +<< +[0096] INDI rkey: I1869 offs: 0x00001f66 lens: 0x000000f7 +0x00002f66-0x0000305c: +>>0 @I1869@ INDI +1 NAME Louis_VII the_Younger // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 1121 +1 DEAT +2 DATE 18 SEP 1180 +2 PLAC Paris,France +1 BURI +2 PLAC Abbey Barbeaux,Melun,France +1 FAMC @F983@ +1 FAMS @F735@ +1 FAMS @F984@ +1 FAMS @F985@ +<< +[0097] INDI rkey: I1870 offs: 0x0000205d lens: 0x00000058 +0x0000305d-0x000030b4: +>>0 @I1870@ INDI +1 NAME William de_Warenne // +1 SEX M +1 TITL Earl of Surrey +1 FAMS @F837@ +<< +[0098] INDI rkey: I1871 offs: 0x000020b5 lens: 0x00000051 +0x000030b5-0x00003105: +>>0 @I1871@ INDI +1 NAME Theodore of_Flanders // +1 SEX M +1 TITL Count +1 FAMS @F836@ +<< +[0099] INDI rkey: I1872 offs: 0x00002106 lens: 0x00000051 +0x00003106-0x00003156: +>>0 @I1872@ INDI +1 NAME Sancho_VI // +1 SEX M +1 TITL King of Navarre +1 FAMS @F828@ +<< +[0100] INDI rkey: I1873 offs: 0x00002157 lens: 0x0000004b +0x00003157-0x000031a1: +>>0 @I1873@ INDI +1 NAME Eleanor // +1 SEX F +1 DEAT +2 DATE 1241 +1 FAMC @F739@ +<< +[0101] INDI rkey: I1874 offs: 0x000021a2 lens: 0x0000004d +0x000031a2-0x000031ee: +>>0 @I1874@ INDI +1 NAME Conan of_Brittany // +1 SEX M +1 TITL Duke +1 FAMS @F825@ +<< +[0102] INDI rkey: I1875 offs: 0x000021ef lens: 0x0000004f +0x000031ef-0x0000323d: +>>0 @I1875@ INDI +1 NAME Ranulph // +1 SEX M +1 TITL Earl of Chester +1 FAMS @F826@ +<< +[0103] INDI rkey: I1876 offs: 0x0000223e lens: 0x0000004e +0x0000323e-0x0000328b: +>>0 @I1876@ INDI +1 NAME Guy of_Thouars // +1 SEX M +1 TITL Viscount +1 FAMS @F827@ +<< +[0104] INDI rkey: I1877 offs: 0x0000228c lens: 0x00000051 +0x0000328c-0x000032dc: +>>0 @I1877@ INDI +1 NAME William of_Gloucester // +1 SEX M +1 TITL Earl +1 FAMS @F725@ +<< +[0105] INDI rkey: I1878 offs: 0x000022dd lens: 0x00000046 +0x000032dd-0x00003322: +>>0 @I1878@ INDI +1 NAME Geoffrey de_Mandeville // +1 SEX M +1 FAMS @F726@ +<< +[0106] INDI rkey: I1879 offs: 0x00002323 lens: 0x0000003f +0x00003323-0x00003361: +>>0 @I1879@ INDI +1 NAME Hubert de_Burgh // +1 SEX M +1 FAMS @F727@ +<< +[0107] INDI rkey: I1880 offs: 0x00002362 lens: 0x00000055 +0x00003362-0x000033b6: +>>0 @I1880@ INDI +1 NAME Hugh de_la_Marche /le_Brun/ +1 SEX M +1 TITL Count +1 FAMS @F728@ +<< +[0108] INDI rkey: I1881 offs: 0x000023b7 lens: 0x00000050 +0x000033b7-0x00003406: +>>0 @I1881@ INDI +1 NAME Raymond of_Provence // +1 SEX M +1 TITL Count +1 FAMS @F676@ +<< +[0109] INDI rkey: I1882 offs: 0x00002407 lens: 0x00000049 +0x00003407-0x0000344f: +>>0 @I1882@ INDI +1 NAME Henry // +1 SEX M +1 DEAT +2 DATE 1271 +1 FAMC @F370@ +<< +[0110] INDI rkey: I1883 offs: 0x00002450 lens: 0x00000056 +0x00003450-0x000034a5: +>>0 @I1883@ INDI +1 NAME William of_Pembroke /Marshal/ +1 SEX M +1 TITL Earl +1 FAMS @F369@ +<< +[0111] INDI rkey: I1884 offs: 0x000024a6 lens: 0x00000058 +0x000034a6-0x000034fd: +>>0 @I1884@ INDI +1 NAME Raymond of_Provence /Berengar/ +1 SEX M +1 TITL Count +1 FAMS @F861@ +<< +[0112] INDI rkey: I1885 offs: 0x000024fe lens: 0x0000005d +0x000034fe-0x0000355a: +>>0 @I1885@ INDI +1 NAME William de_Fauquemont of_Montjoye// +1 SEX M +1 TITL Count +1 FAMS @F862@ +<< +[0113] INDI rkey: I1886 offs: 0x0000255b lens: 0x00000097 +0x0000355b-0x000035f1: +>>0 @I1886@ INDI +1 NAME Alexander_II // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1198 +1 DEAT +2 DATE 1249 +1 FAMC @F986@ +1 FAMS @F731@ +1 FAMS @F863@ +<< +[0114] INDI rkey: I1887 offs: 0x000025f2 lens: 0x00000070 +0x000035f2-0x00003661: +>>0 @I1887@ INDI +1 NAME Edmund // +1 SEX M +1 TITL Earl of Cornwall +1 DEAT +2 DATE 1300 +1 FAMC @F729@ +1 FAMS @F987@ +<< +[0115] INDI rkey: I1888 offs: 0x00002662 lens: 0x0000004b +0x00003662-0x000036ac: +>>0 @I1888@ INDI +1 NAME Richard // +1 SEX M +1 DEAT +2 DATE 1296 +1 FAMC @F729@ +<< +[0116] INDI rkey: I1889 offs: 0x000026ad lens: 0x00000047 +0x000036ad-0x000036f3: +>>0 @I1889@ INDI +1 NAME Margaret // +1 SEX F +1 FAMC @F988@ +1 FAMS @F987@ +<< +[0117] INDI rkey: I1890 offs: 0x000026f4 lens: 0x00000059 +0x000036f4-0x0000374c: +>>0 @I1890@ INDI +1 NAME Richard De_Clare of_Gloucester// +1 SEX M +1 TITL Earl +1 FAMS @F988@ +<< +[0118] INDI rkey: I1891 offs: 0x0000274d lens: 0x00000073 +0x0000374d-0x000037bf: +>>0 @I1891@ INDI +1 NAME Alfonso_IX // +1 SEX M +1 TITL King of Castile +1 DEAT +2 DATE 1230 +1 FAMS @F930@ +1 FAMS @F925@ +<< +[0119] INDI rkey: I1892 offs: 0x000027c0 lens: 0x00000045 +0x000037c0-0x00003804: +>>0 @I1892@ INDI +1 NAME Lucienne of_Rochefort // +1 SEX F +1 FAMS @F989@ +<< +[0120] INDI rkey: I1893 offs: 0x00002805 lens: 0x00000058 +0x00003805-0x0000385c: +>>0 @I1893@ INDI +1 NAME William of_Albemarle /de_Forz/ +1 SEX M +1 TITL Count +1 FAMS @F865@ +<< +[0121] INDI rkey: I1894 offs: 0x0000285d lens: 0x0000005c +0x0000385d-0x000038b8: +>>0 @I1894@ INDI +1 NAME Robert // +1 SEX M +1 TITL Count of Artois +1 FAMC @F923@ +1 FAMS @F817@ +<< +[0122] INDI rkey: I1895 offs: 0x000028b9 lens: 0x00000036 +0x000038b9-0x000038ee: +>>0 @I1895@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F817@ +<< +[0123] INDI rkey: I1896 offs: 0x000028ef lens: 0x00000046 +0x000038ef-0x00003934: +>>0 @I1896@ INDI +1 NAME Yolande // +1 SEX F +1 FAMC @F990@ +1 FAMS @F864@ +<< +[0124] INDI rkey: I1897 offs: 0x00002935 lens: 0x00000050 +0x00003935-0x00003984: +>>0 @I1897@ INDI +1 NAME Robert_IV // +1 SEX M +1 TITL Count of Dreux +1 FAMS @F990@ +<< +[0125] INDI rkey: I1898 offs: 0x00002985 lens: 0x00000051 +0x00003985-0x000039d5: +>>0 @I1898@ INDI +1 NAME Roger of_Harwich /Hayles/ +1 SEX M +1 TITL Sir +1 FAMS @F822@ +<< +[0126] INDI rkey: I1899 offs: 0x000029d6 lens: 0x0000003f +0x000039d6-0x00003a14: +>>0 @I1899@ INDI +1 NAME Piers De_Braose // +1 SEX M +1 FAMS @F866@ +<< + +0x00003a15: EOF (0x00003a15) GOOD + +BLOCK - DIRECTORY ae/ac +0x00000000:ix_self: 0x00040002 (ae/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1900' +0x00000016:ix_rkey[0001]: ' I1901' +0x0000001e:ix_rkey[0002]: ' I1902' +0x00000026:ix_rkey[0003]: ' I1903' +0x0000002e:ix_rkey[0004]: ' I1904' +0x00000036:ix_rkey[0005]: ' I1905' +0x0000003e:ix_rkey[0006]: ' I1906' +0x00000046:ix_rkey[0007]: ' I1907' +0x0000004e:ix_rkey[0008]: ' I1908' +0x00000056:ix_rkey[0009]: ' I1909' +0x0000005e:ix_rkey[0010]: ' I1910' +0x00000066:ix_rkey[0011]: ' I1911' +0x0000006e:ix_rkey[0012]: ' I1912' +0x00000076:ix_rkey[0013]: ' I1913' +0x0000007e:ix_rkey[0014]: ' I1914' +0x00000086:ix_rkey[0015]: ' I1915' +0x0000008e:ix_rkey[0016]: ' I1916' +0x00000096:ix_rkey[0017]: ' I1917' +0x0000009e:ix_rkey[0018]: ' I1918' +0x000000a6:ix_rkey[0019]: ' I1919' +0x000000ae:ix_rkey[0020]: ' I1920' +0x000000b6:ix_rkey[0021]: ' I1921' +0x000000be:ix_rkey[0022]: ' I1922' +0x000000c6:ix_rkey[0023]: ' I1923' +0x000000ce:ix_rkey[0024]: ' I1924' +0x000000d6:ix_rkey[0025]: ' I1925' +0x000000de:ix_rkey[0026]: ' I1926' +0x000000e6:ix_rkey[0027]: ' I1927' +0x000000ee:ix_rkey[0028]: ' I1928' +0x000000f6:ix_rkey[0029]: ' I1929' +0x000000fe:ix_rkey[0030]: ' I1930' +0x00000106:ix_rkey[0031]: ' I1931' +0x0000010e:ix_rkey[0032]: ' I1932' +0x00000116:ix_rkey[0033]: ' I1933' +0x0000011e:ix_rkey[0034]: ' I1934' +0x00000126:ix_rkey[0035]: ' I1935' +0x0000012e:ix_rkey[0036]: ' I1936' +0x00000136:ix_rkey[0037]: ' I1937' +0x0000013e:ix_rkey[0038]: ' I1938' +0x00000146:ix_rkey[0039]: ' I1939' +0x0000014e:ix_rkey[0040]: ' I1940' +0x00000156:ix_rkey[0041]: ' I1941' +0x0000015e:ix_rkey[0042]: ' I1942' +0x00000166:ix_rkey[0043]: ' I1943' +0x0000016e:ix_rkey[0044]: ' I1944' +0x00000176:ix_rkey[0045]: ' I1945' +0x0000017e:ix_rkey[0046]: ' I1946' +0x00000186:ix_rkey[0047]: ' I1947' +0x0000018e:ix_rkey[0048]: ' I1948' +0x00000196:ix_rkey[0049]: ' I1949' +0x0000019e:ix_rkey[0050]: ' I1950' +0x000001a6:ix_rkey[0051]: ' I1951' +0x000001ae:ix_rkey[0052]: ' I1952' +0x000001b6:ix_rkey[0053]: ' I1953' +0x000001be:ix_rkey[0054]: ' I1954' +0x000001c6:ix_rkey[0055]: ' I1955' +0x000001ce:ix_rkey[0056]: ' I1956' +0x000001d6:ix_rkey[0057]: ' I1957' +0x000001de:ix_rkey[0058]: ' I1958' +0x000001e6:ix_rkey[0059]: ' I1959' +0x000001ee:ix_rkey[0060]: ' I1960' +0x000001f6:ix_rkey[0061]: ' I1961' +0x000001fe:ix_rkey[0062]: ' I1962' +0x00000206:ix_rkey[0063]: ' I1963' +0x0000020e:ix_rkey[0064]: ' I1964' +0x00000216:ix_rkey[0065]: ' I1965' +0x0000021e:ix_rkey[0066]: ' I1966' +0x00000226:ix_rkey[0067]: ' I1967' +0x0000022e:ix_rkey[0068]: ' I1968' +0x00000236:ix_rkey[0069]: ' I1969' +0x0000023e:ix_rkey[0070]: ' I1970' +0x00000246:ix_rkey[0071]: ' I1971' +0x0000024e:ix_rkey[0072]: ' I1972' +0x00000256:ix_rkey[0073]: ' I1973' +0x0000025e:ix_rkey[0074]: ' I1974' +0x00000266:ix_rkey[0075]: ' I1975' +0x0000026e:ix_rkey[0076]: ' I1976' +0x00000276:ix_rkey[0077]: ' I1977' +0x0000027e:ix_rkey[0078]: ' I1978' +0x00000286:ix_rkey[0079]: ' I1979' +0x0000028e:ix_rkey[0080]: ' I1980' +0x00000296:ix_rkey[0081]: ' I1981' +0x0000029e:ix_rkey[0082]: ' I1982' +0x000002a6:ix_rkey[0083]: ' I1983' +0x000002ae:ix_rkey[0084]: ' I1984' +0x000002b6:ix_rkey[0085]: ' I1985' +0x000002be:ix_rkey[0086]: ' I1986' +0x000002c6:ix_rkey[0087]: ' I1987' +0x000002ce:ix_rkey[0088]: ' I1988' +0x000002d6:ix_rkey[0089]: ' I1989' +0x000002de:ix_rkey[0090]: ' I1990' +0x000002e6:ix_rkey[0091]: ' I1991' +0x000002ee:ix_rkey[0092]: ' I1992' +0x000002f6:ix_rkey[0093]: ' I1993' +0x000002fe:ix_rkey[0094]: ' I1994' +0x00000306:ix_rkey[0095]: ' I1995' +0x0000030e:ix_rkey[0096]: ' I1996' +0x00000316:ix_rkey[0097]: ' I1997' +0x0000031e:ix_rkey[0098]: ' I1998' +0x00000326:ix_rkey[0099]: ' I1999' +0x0000032e:ix_rkey[0100]: ' I2000' +0x00000336:ix_rkey[0101]: ' I2001' +0x0000033e:ix_rkey[0102]: ' I2002' +0x00000346:ix_rkey[0103]: ' I2003' +0x0000034e:ix_rkey[0104]: ' I2004' +0x00000356:ix_rkey[0105]: ' I2005' +0x0000035e:ix_rkey[0106]: ' I2006' +0x00000366:ix_rkey[0107]: ' I2007' +0x0000036e:ix_rkey[0108]: ' I2008' +0x00000376:ix_rkey[0109]: ' I2009' +0x0000037e:ix_rkey[0110]: ' I2010' +0x00000386:ix_rkey[0111]: ' I2011' +0x0000038e:ix_rkey[0112]: ' I2012' +0x00000396:ix_rkey[0113]: ' I2013' +0x0000039e:ix_rkey[0114]: ' I2014' +0x000003a6:ix_rkey[0115]: ' I2015' +0x000003ae:ix_rkey[0116]: ' I2016' +0x000003b6:ix_rkey[0117]: ' I2017' +0x000003be:ix_rkey[0118]: ' I2018' +0x000003c6:ix_rkey[0119]: ' I2019' +0x000003ce:ix_rkey[0120]: ' I2020' +0x000003d6:ix_rkey[0121]: ' I2021' +0x000003de:ix_rkey[0122]: ' I2022' +0x000003e6:ix_rkey[0123]: ' I2023' +0x000003ee:ix_rkey[0124]: ' I2024' +0x000003f6:ix_rkey[0125]: ' I2025' +0x000003fe:ix_rkey[0126]: ' I2026' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000047 +0x0000080c:ix_offs[0001]: 0x00000047 0x00000c08:ix_lens[0001]: 0x00000046 +0x00000810:ix_offs[0002]: 0x0000008d 0x00000c0c:ix_lens[0002]: 0x0000003a +0x00000814:ix_offs[0003]: 0x000000c7 0x00000c10:ix_lens[0003]: 0x000000e9 +0x00000818:ix_offs[0004]: 0x000001b0 0x00000c14:ix_lens[0004]: 0x00000077 +0x0000081c:ix_offs[0005]: 0x00000227 0x00000c18:ix_lens[0005]: 0x00000058 +0x00000820:ix_offs[0006]: 0x0000027f 0x00000c1c:ix_lens[0006]: 0x00000076 +0x00000824:ix_offs[0007]: 0x000002f5 0x00000c20:ix_lens[0007]: 0x00000064 +0x00000828:ix_offs[0008]: 0x00000359 0x00000c24:ix_lens[0008]: 0x0000004c +0x0000082c:ix_offs[0009]: 0x000003a5 0x00000c28:ix_lens[0009]: 0x00000043 +0x00000830:ix_offs[0010]: 0x000003e8 0x00000c2c:ix_lens[0010]: 0x0000003e +0x00000834:ix_offs[0011]: 0x00000426 0x00000c30:ix_lens[0011]: 0x00000057 +0x00000838:ix_offs[0012]: 0x0000047d 0x00000c34:ix_lens[0012]: 0x0000005f +0x0000083c:ix_offs[0013]: 0x000004dc 0x00000c38:ix_lens[0013]: 0x0000006c +0x00000840:ix_offs[0014]: 0x00000548 0x00000c3c:ix_lens[0014]: 0x00000073 +0x00000844:ix_offs[0015]: 0x000005bb 0x00000c40:ix_lens[0015]: 0x0000005a +0x00000848:ix_offs[0016]: 0x00000615 0x00000c44:ix_lens[0016]: 0x00000068 +0x0000084c:ix_offs[0017]: 0x0000067d 0x00000c48:ix_lens[0017]: 0x0000005a +0x00000850:ix_offs[0018]: 0x000006d7 0x00000c4c:ix_lens[0018]: 0x00000064 +0x00000854:ix_offs[0019]: 0x0000073b 0x00000c50:ix_lens[0019]: 0x00000050 +0x00000858:ix_offs[0020]: 0x0000078b 0x00000c54:ix_lens[0020]: 0x00000041 +0x0000085c:ix_offs[0021]: 0x000007cc 0x00000c58:ix_lens[0021]: 0x00000046 +0x00000860:ix_offs[0022]: 0x00000812 0x00000c5c:ix_lens[0022]: 0x0000005c +0x00000864:ix_offs[0023]: 0x0000086e 0x00000c60:ix_lens[0023]: 0x00000046 +0x00000868:ix_offs[0024]: 0x000008b4 0x00000c64:ix_lens[0024]: 0x00000046 +0x0000086c:ix_offs[0025]: 0x000008fa 0x00000c68:ix_lens[0025]: 0x00000045 +0x00000870:ix_offs[0026]: 0x0000093f 0x00000c6c:ix_lens[0026]: 0x00000043 +0x00000874:ix_offs[0027]: 0x00000982 0x00000c70:ix_lens[0027]: 0x00000044 +0x00000878:ix_offs[0028]: 0x000009c6 0x00000c74:ix_lens[0028]: 0x00000053 +0x0000087c:ix_offs[0029]: 0x00000a19 0x00000c78:ix_lens[0029]: 0x00000077 +0x00000880:ix_offs[0030]: 0x00000a90 0x00000c7c:ix_lens[0030]: 0x00000044 +0x00000884:ix_offs[0031]: 0x00000ad4 0x00000c80:ix_lens[0031]: 0x00000058 +0x00000888:ix_offs[0032]: 0x00000b2c 0x00000c84:ix_lens[0032]: 0x00000040 +0x0000088c:ix_offs[0033]: 0x00000b6c 0x00000c88:ix_lens[0033]: 0x00000039 +0x00000890:ix_offs[0034]: 0x00000ba5 0x00000c8c:ix_lens[0034]: 0x00000049 +0x00000894:ix_offs[0035]: 0x00000bee 0x00000c90:ix_lens[0035]: 0x00000058 +0x00000898:ix_offs[0036]: 0x00000c46 0x00000c94:ix_lens[0036]: 0x00000053 +0x0000089c:ix_offs[0037]: 0x00000c99 0x00000c98:ix_lens[0037]: 0x00000059 +0x000008a0:ix_offs[0038]: 0x00000cf2 0x00000c9c:ix_lens[0038]: 0x00000047 +0x000008a4:ix_offs[0039]: 0x00000d39 0x00000ca0:ix_lens[0039]: 0x00000048 +0x000008a8:ix_offs[0040]: 0x00000d81 0x00000ca4:ix_lens[0040]: 0x00000066 +0x000008ac:ix_offs[0041]: 0x00000de7 0x00000ca8:ix_lens[0041]: 0x00000037 +0x000008b0:ix_offs[0042]: 0x00000e1e 0x00000cac:ix_lens[0042]: 0x00000036 +0x000008b4:ix_offs[0043]: 0x00000e54 0x00000cb0:ix_lens[0043]: 0x0000004d +0x000008b8:ix_offs[0044]: 0x00000ea1 0x00000cb4:ix_lens[0044]: 0x00000059 +0x000008bc:ix_offs[0045]: 0x00000efa 0x00000cb8:ix_lens[0045]: 0x0000004f +0x000008c0:ix_offs[0046]: 0x00000f49 0x00000cbc:ix_lens[0046]: 0x0000003b +0x000008c4:ix_offs[0047]: 0x00000f84 0x00000cc0:ix_lens[0047]: 0x00000037 +0x000008c8:ix_offs[0048]: 0x00000fbb 0x00000cc4:ix_lens[0048]: 0x00000058 +0x000008cc:ix_offs[0049]: 0x00001013 0x00000cc8:ix_lens[0049]: 0x00000045 +0x000008d0:ix_offs[0050]: 0x00001058 0x00000ccc:ix_lens[0050]: 0x00000046 +0x000008d4:ix_offs[0051]: 0x0000109e 0x00000cd0:ix_lens[0051]: 0x00000051 +0x000008d8:ix_offs[0052]: 0x000010ef 0x00000cd4:ix_lens[0052]: 0x0000004d +0x000008dc:ix_offs[0053]: 0x0000113c 0x00000cd8:ix_lens[0053]: 0x00000051 +0x000008e0:ix_offs[0054]: 0x0000118d 0x00000cdc:ix_lens[0054]: 0x00000037 +0x000008e4:ix_offs[0055]: 0x000011c4 0x00000ce0:ix_lens[0055]: 0x00000038 +0x000008e8:ix_offs[0056]: 0x000011fc 0x00000ce4:ix_lens[0056]: 0x00000036 +0x000008ec:ix_offs[0057]: 0x00001232 0x00000ce8:ix_lens[0057]: 0x00000048 +0x000008f0:ix_offs[0058]: 0x0000127a 0x00000cec:ix_lens[0058]: 0x00000037 +0x000008f4:ix_offs[0059]: 0x000012b1 0x00000cf0:ix_lens[0059]: 0x00000048 +0x000008f8:ix_offs[0060]: 0x000012f9 0x00000cf4:ix_lens[0060]: 0x0000003b +0x000008fc:ix_offs[0061]: 0x00001334 0x00000cf8:ix_lens[0061]: 0x00000054 +0x00000900:ix_offs[0062]: 0x00001388 0x00000cfc:ix_lens[0062]: 0x00000038 +0x00000904:ix_offs[0063]: 0x000013c0 0x00000d00:ix_lens[0063]: 0x00000038 +0x00000908:ix_offs[0064]: 0x000013f8 0x00000d04:ix_lens[0064]: 0x000000a4 +0x0000090c:ix_offs[0065]: 0x0000149c 0x00000d08:ix_lens[0065]: 0x0000005b +0x00000910:ix_offs[0066]: 0x000014f7 0x00000d0c:ix_lens[0066]: 0x00000081 +0x00000914:ix_offs[0067]: 0x00001578 0x00000d10:ix_lens[0067]: 0x00000059 +0x00000918:ix_offs[0068]: 0x000015d1 0x00000d14:ix_lens[0068]: 0x0000003b +0x0000091c:ix_offs[0069]: 0x0000160c 0x00000d18:ix_lens[0069]: 0x00000072 +0x00000920:ix_offs[0070]: 0x0000167e 0x00000d1c:ix_lens[0070]: 0x00000047 +0x00000924:ix_offs[0071]: 0x000016c5 0x00000d20:ix_lens[0071]: 0x00000063 +0x00000928:ix_offs[0072]: 0x00001728 0x00000d24:ix_lens[0072]: 0x00000073 +0x0000092c:ix_offs[0073]: 0x0000179b 0x00000d28:ix_lens[0073]: 0x0000006f +0x00000930:ix_offs[0074]: 0x0000180a 0x00000d2c:ix_lens[0074]: 0x00000039 +0x00000934:ix_offs[0075]: 0x00001843 0x00000d30:ix_lens[0075]: 0x0000003b +0x00000938:ix_offs[0076]: 0x0000187e 0x00000d34:ix_lens[0076]: 0x00000037 +0x0000093c:ix_offs[0077]: 0x000018b5 0x00000d38:ix_lens[0077]: 0x0000005d +0x00000940:ix_offs[0078]: 0x00001912 0x00000d3c:ix_lens[0078]: 0x0000003b +0x00000944:ix_offs[0079]: 0x0000194d 0x00000d40:ix_lens[0079]: 0x0000004f +0x00000948:ix_offs[0080]: 0x0000199c 0x00000d44:ix_lens[0080]: 0x00000050 +0x0000094c:ix_offs[0081]: 0x000019ec 0x00000d48:ix_lens[0081]: 0x00000050 +0x00000950:ix_offs[0082]: 0x00001a3c 0x00000d4c:ix_lens[0082]: 0x0000005b +0x00000954:ix_offs[0083]: 0x00001a97 0x00000d50:ix_lens[0083]: 0x0000004b +0x00000958:ix_offs[0084]: 0x00001ae2 0x00000d54:ix_lens[0084]: 0x0000004d +0x0000095c:ix_offs[0085]: 0x00001b2f 0x00000d58:ix_lens[0085]: 0x00000072 +0x00000960:ix_offs[0086]: 0x00001ba1 0x00000d5c:ix_lens[0086]: 0x00000056 +0x00000964:ix_offs[0087]: 0x00001bf7 0x00000d60:ix_lens[0087]: 0x00000047 +0x00000968:ix_offs[0088]: 0x00001c3e 0x00000d64:ix_lens[0088]: 0x00000054 +0x0000096c:ix_offs[0089]: 0x00001c92 0x00000d68:ix_lens[0089]: 0x00000066 +0x00000970:ix_offs[0090]: 0x00001cf8 0x00000d6c:ix_lens[0090]: 0x000000aa +0x00000974:ix_offs[0091]: 0x00001da2 0x00000d70:ix_lens[0091]: 0x0000006f +0x00000978:ix_offs[0092]: 0x00001e11 0x00000d74:ix_lens[0092]: 0x0000006f +0x0000097c:ix_offs[0093]: 0x00001e80 0x00000d78:ix_lens[0093]: 0x0000005a +0x00000980:ix_offs[0094]: 0x00001eda 0x00000d7c:ix_lens[0094]: 0x0000006e +0x00000984:ix_offs[0095]: 0x00001f48 0x00000d80:ix_lens[0095]: 0x00000046 +0x00000988:ix_offs[0096]: 0x00001f8e 0x00000d84:ix_lens[0096]: 0x00000045 +0x0000098c:ix_offs[0097]: 0x00001fd3 0x00000d88:ix_lens[0097]: 0x00000046 +0x00000990:ix_offs[0098]: 0x00002019 0x00000d8c:ix_lens[0098]: 0x00000044 +0x00000994:ix_offs[0099]: 0x0000205d 0x00000d90:ix_lens[0099]: 0x00000049 +0x00000998:ix_offs[0100]: 0x000020a6 0x00000d94:ix_lens[0100]: 0x0000004a +0x0000099c:ix_offs[0101]: 0x000020f0 0x00000d98:ix_lens[0101]: 0x00000046 +0x000009a0:ix_offs[0102]: 0x00002136 0x00000d9c:ix_lens[0102]: 0x00000049 +0x000009a4:ix_offs[0103]: 0x0000217f 0x00000da0:ix_lens[0103]: 0x00000046 +0x000009a8:ix_offs[0104]: 0x000021c5 0x00000da4:ix_lens[0104]: 0x0000004b +0x000009ac:ix_offs[0105]: 0x00002210 0x00000da8:ix_lens[0105]: 0x00000048 +0x000009b0:ix_offs[0106]: 0x00002258 0x00000dac:ix_lens[0106]: 0x0000004b +0x000009b4:ix_offs[0107]: 0x000022a3 0x00000db0:ix_lens[0107]: 0x00000045 +0x000009b8:ix_offs[0108]: 0x000022e8 0x00000db4:ix_lens[0108]: 0x00000048 +0x000009bc:ix_offs[0109]: 0x00002330 0x00000db8:ix_lens[0109]: 0x00000046 +0x000009c0:ix_offs[0110]: 0x00002376 0x00000dbc:ix_lens[0110]: 0x00000047 +0x000009c4:ix_offs[0111]: 0x000023bd 0x00000dc0:ix_lens[0111]: 0x00000045 +0x000009c8:ix_offs[0112]: 0x00002402 0x00000dc4:ix_lens[0112]: 0x00000048 +0x000009cc:ix_offs[0113]: 0x0000244a 0x00000dc8:ix_lens[0113]: 0x00000048 +0x000009d0:ix_offs[0114]: 0x00002492 0x00000dcc:ix_lens[0114]: 0x00000048 +0x000009d4:ix_offs[0115]: 0x000024da 0x00000dd0:ix_lens[0115]: 0x00000047 +0x000009d8:ix_offs[0116]: 0x00002521 0x00000dd4:ix_lens[0116]: 0x00000046 +0x000009dc:ix_offs[0117]: 0x00002567 0x00000dd8:ix_lens[0117]: 0x00000047 +0x000009e0:ix_offs[0118]: 0x000025ae 0x00000ddc:ix_lens[0118]: 0x00000037 +0x000009e4:ix_offs[0119]: 0x000025e5 0x00000de0:ix_lens[0119]: 0x00000048 +0x000009e8:ix_offs[0120]: 0x0000262d 0x00000de4:ix_lens[0120]: 0x00000036 +0x000009ec:ix_offs[0121]: 0x00002663 0x00000de8:ix_lens[0121]: 0x00000064 +0x000009f0:ix_offs[0122]: 0x000026c7 0x00000dec:ix_lens[0122]: 0x00000070 +0x000009f4:ix_offs[0123]: 0x00002737 0x00000df0:ix_lens[0123]: 0x0000005f +0x000009f8:ix_offs[0124]: 0x00002796 0x00000df4:ix_lens[0124]: 0x0000005f +0x000009fc:ix_offs[0125]: 0x000027f5 0x00000df8:ix_lens[0125]: 0x00000050 +0x00000a00:ix_offs[0126]: 0x00002845 0x00000dfc:ix_lens[0126]: 0x00000047 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1900 offs: 0x00000000 lens: 0x00000047 +0x00001000-0x00001046: +>>0 @I1900@ INDI +1 NAME Ralph /Cobham/ +1 SEX M +1 TITL Sir +1 FAMS @F867@ +<< +[0001] INDI rkey: I1901 offs: 0x00000047 lens: 0x00000046 +0x00001047-0x0000108c: +>>0 @I1901@ INDI +1 NAME John // +1 SEX M +1 TITL Lord Wake +1 FAMS @F823@ +<< +[0002] INDI rkey: I1902 offs: 0x0000008d lens: 0x0000003a +0x0000108d-0x000010c6: +>>0 @I1902@ INDI +1 NAME John /Comyn/ +1 SEX M +1 FAMS @F824@ +<< +[0003] INDI rkey: I1903 offs: 0x000000c7 lens: 0x000000e9 +0x000010c7-0x000011af: +>>0 @I1903@ INDI +1 NAME Philip_IV the_Fair // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1268 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 29 NOV 1314 +2 PLAC Fontainebleau,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F671@ +1 FAMS @F91@ +<< +[0004] INDI rkey: I1904 offs: 0x000001b0 lens: 0x00000077 +0x000011b0-0x00001226: +>>0 @I1904@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 TITL Earl of March II +1 DEAT +2 DATE 1360 +1 FAMC @F991@ +1 FAMS @F718@ +<< +[0005] INDI rkey: I1905 offs: 0x00000227 lens: 0x00000058 +0x00001227-0x0000127e: +>>0 @I1905@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 TITL Sir +1 FAMC @F992@ +1 FAMS @F991@ +<< +[0006] INDI rkey: I1906 offs: 0x0000027f lens: 0x00000076 +0x0000127f-0x000012f4: +>>0 @I1906@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 TITL Earl of March I +1 DEAT +2 DATE 1330 +1 FAMC @F993@ +1 FAMS @F992@ +<< +[0007] INDI rkey: I1907 offs: 0x000002f5 lens: 0x00000064 +0x000012f5-0x00001358: +>>0 @I1907@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 TITL Lord Mortimer I +1 FAMC @F994@ +1 FAMS @F993@ +<< +[0008] INDI rkey: I1908 offs: 0x00000359 lens: 0x0000004c +0x00001359-0x000013a4: +>>0 @I1908@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 FAMC @F995@ +1 FAMS @F994@ +<< +[0009] INDI rkey: I1909 offs: 0x000003a5 lens: 0x00000043 +0x000013a5-0x000013e7: +>>0 @I1909@ INDI +1 NAME Maud // +1 SEX F +1 FAMC @F996@ +1 FAMS @F994@ +<< +[0010] INDI rkey: I1910 offs: 0x000003e8 lens: 0x0000003e +0x000013e8-0x00001425: +>>0 @I1910@ INDI +1 NAME Ralph /Mortimer/ +1 SEX M +1 FAMS @F995@ +<< +[0011] INDI rkey: I1911 offs: 0x00000426 lens: 0x00000057 +0x00001426-0x0000147c: +>>0 @I1911@ INDI +1 NAME Gwladus DDU // +1 SEX F +1 FAMC @F997@ +1 FAMS @F998@ +1 FAMS @F995@ +<< +[0012] INDI rkey: I1912 offs: 0x0000047d lens: 0x0000005f +0x0000147d-0x000014db: +>>0 @I1912@ INDI +1 NAME Reginald De_Braose // +1 SEX M +1 FAMC @F999@ +1 FAMS @F998@ +1 FAMS @F1000@ +<< +[0013] INDI rkey: I1913 offs: 0x000004dc lens: 0x0000006c +0x000014dc-0x00001547: +>>0 @I1913@ INDI +1 NAME Llywelyn Fawr the_Great// +1 SEX M +1 TITL Prince of Wales +1 FAMC @F1001@ +1 FAMS @F997@ +<< +[0014] INDI rkey: I1914 offs: 0x00000548 lens: 0x00000073 +0x00001548-0x000015ba: +>>0 @I1914@ INDI +1 NAME Richard /Wellesley/ +1 SEX M +1 TITL Marquess +1 DEAT +2 DATE 1842 +1 FAMC @F1002@ +1 FAMS @F227@ +<< +[0015] INDI rkey: I1915 offs: 0x000005bb lens: 0x0000005a +0x000015bb-0x00001614: +>>0 @I1915@ INDI +1 NAME Garret of_Mornington /Wellesley/ +1 SEX M +1 TITL Earl +1 FAMS @F1002@ +<< +[0016] INDI rkey: I1916 offs: 0x00000615 lens: 0x00000068 +0x00001615-0x0000167c: +>>0 @I1916@ INDI +1 NAME Anne /Hill/ +1 SEX F +1 TITL Hon. +1 DEAT +2 DATE 1831 +1 FAMC @F1003@ +1 FAMS @F1002@ +<< +[0017] INDI rkey: I1917 offs: 0x0000067d lens: 0x0000005a +0x0000167d-0x000016d6: +>>0 @I1917@ INDI +1 NAME Arthur of_Wellington /Wellesley/ +1 SEX M +1 TITL Duke +1 FAMC @F1002@ +<< +[0018] INDI rkey: I1918 offs: 0x000006d7 lens: 0x00000064 +0x000016d7-0x0000173a: +>>0 @I1918@ INDI +1 NAME Arthur Dungannon /Hill/ +1 SEX M +1 TITL Viscount +1 FAMC @F1004@ +1 FAMS @F1003@ +<< +[0019] INDI rkey: I1919 offs: 0x0000073b lens: 0x00000050 +0x0000173b-0x0000178a: +>>0 @I1919@ INDI +1 NAME William /De_Braose/ +1 SEX M +1 FAMC @F1000@ +1 FAMS @F996@ +<< +[0020] INDI rkey: I1920 offs: 0x0000078b lens: 0x00000041 +0x0000178b-0x000017cb: +>>0 @I1920@ INDI +1 NAME William /De_Braose/ +1 SEX M +1 FAMS @F999@ +<< +[0021] INDI rkey: I1921 offs: 0x000007cc lens: 0x00000046 +0x000017cc-0x00001811: +>>0 @I1921@ INDI +1 NAME Bertha // +1 SEX F +1 FAMC @F1005@ +1 FAMS @F999@ +<< +[0022] INDI rkey: I1922 offs: 0x00000812 lens: 0x0000005c +0x00001812-0x0000186d: +>>0 @I1922@ INDI +1 NAME Miles of_Gloucester // +1 SEX M +1 TITL Earl of Hereford +1 FAMS @F1005@ +<< +[0023] INDI rkey: I1923 offs: 0x0000086e lens: 0x00000046 +0x0000186e-0x000018b3: +>>0 @I1923@ INDI +1 NAME Sybil // +1 SEX F +1 FAMC @F1006@ +1 FAMS @F1005@ +<< +[0024] INDI rkey: I1924 offs: 0x000008b4 lens: 0x00000046 +0x000018b4-0x000018f9: +>>0 @I1924@ INDI +1 NAME Bernard of_Neufmarche // +1 SEX M +1 FAMS @F1006@ +<< +[0025] INDI rkey: I1925 offs: 0x000008fa lens: 0x00000045 +0x000018fa-0x0000193e: +>>0 @I1925@ INDI +1 NAME Nest // +1 SEX F +1 FAMC @F1007@ +1 FAMS @F1006@ +<< +[0026] INDI rkey: I1926 offs: 0x0000093f lens: 0x00000043 +0x0000193f-0x00001981: +>>0 @I1926@ INDI +1 NAME Osbern Fitz Richard// +1 SEX M +1 FAMS @F1007@ +<< +[0027] INDI rkey: I1927 offs: 0x00000982 lens: 0x00000044 +0x00001982-0x000019c5: +>>0 @I1927@ INDI +1 NAME Nest // +1 SEX F +1 FAMC @F849@ +1 FAMS @F1007@ +<< +[0028] INDI rkey: I1928 offs: 0x000009c6 lens: 0x00000053 +0x000019c6-0x00001a18: +>>0 @I1928@ INDI +1 NAME Gruffydd Ap_Llywelyn // +1 SEX M +1 FAMC @F1008@ +1 FAMS @F849@ +<< +[0029] INDI rkey: I1929 offs: 0x00000a19 lens: 0x00000077 +0x00001a19-0x00001a8f: +>>0 @I1929@ INDI +1 NAME Henry_III // +1 SEX M +1 TITL King of Germany +1 BIRT +2 DATE 1017 +1 DEAT +2 DATE 1056 +1 FAMS @F937@ +<< +[0030] INDI rkey: I1930 offs: 0x00000a90 lens: 0x00000044 +0x00001a90-0x00001ad3: +>>0 @I1930@ INDI +1 NAME Llywelyn Ap_Seisyll // +1 SEX M +1 FAMS @F1008@ +<< +[0031] INDI rkey: I1931 offs: 0x00000ad4 lens: 0x00000058 +0x00001ad4-0x00001b2b: +>>0 @I1931@ INDI +1 NAME Angharad // +1 SEX F +1 FAMC @F1009@ +1 FAMS @F1008@ +1 FAMS @F1010@ +<< +[0032] INDI rkey: I1932 offs: 0x00000b2c lens: 0x00000040 +0x00001b2c-0x00001b6b: +>>0 @I1932@ INDI +1 NAME Cynfyn of_Powys // +1 SEX M +1 FAMS @F1010@ +<< +[0033] INDI rkey: I1933 offs: 0x00000b6c lens: 0x00000039 +0x00001b6c-0x00001ba4: +>>0 @I1933@ INDI +1 NAME Bleddyn // +1 SEX M +1 FAMC @F1010@ +<< +[0034] INDI rkey: I1934 offs: 0x00000ba5 lens: 0x00000049 +0x00001ba5-0x00001bed: +>>0 @I1934@ INDI +1 NAME Maredudd // +1 SEX M +1 FAMC @F1011@ +1 FAMS @F1009@ +<< +[0035] INDI rkey: I1935 offs: 0x00000bee lens: 0x00000058 +0x00001bee-0x00001c45: +>>0 @I1935@ INDI +1 NAME Owain // +1 SEX M +1 DEAT +2 DATE 968 +1 FAMC @F1012@ +1 FAMS @F1011@ +<< +[0036] INDI rkey: I1936 offs: 0x00000c46 lens: 0x00000053 +0x00001c46-0x00001c98: +>>0 @I1936@ INDI +1 NAME Hywel Dda (the_Good)// +1 SEX M +1 FAMC @F1013@ +1 FAMS @F1012@ +<< +[0037] INDI rkey: I1937 offs: 0x00000c99 lens: 0x00000059 +0x00001c99-0x00001cf1: +>>0 @I1937@ INDI +1 NAME Cadell // +1 SEX M +1 DEAT +2 DATE 909 +1 FAMC @F1014@ +1 FAMS @F1013@ +<< +[0038] INDI rkey: I1938 offs: 0x00000cf2 lens: 0x00000047 +0x00001cf2-0x00001d38: +>>0 @I1938@ INDI +1 NAME Rhodri Mawr (the_Great)// +1 SEX M +1 FAMS @F1014@ +<< +[0039] INDI rkey: I1939 offs: 0x00000d39 lens: 0x00000048 +0x00001d39-0x00001d80: +>>0 @I1939@ INDI +1 NAME Anarawd // +1 SEX M +1 FAMC @F1014@ +1 FAMS @F1015@ +<< +[0040] INDI rkey: I1940 offs: 0x00000d81 lens: 0x00000066 +0x00001d81-0x00001de6: +>>0 @I1940@ INDI +1 NAME Idwal Foel (the_Bald)// +1 SEX M +1 DEAT +2 DATE 942 +1 FAMC @F1015@ +1 FAMS @F1016@ +<< +[0041] INDI rkey: I1941 offs: 0x00000de7 lens: 0x00000037 +0x00001de7-0x00001e1d: +>>0 @I1941@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F1016@ +<< +[0042] INDI rkey: I1942 offs: 0x00000e1e lens: 0x00000036 +0x00001e1e-0x00001e53: +>>0 @I1942@ INDI +1 NAME Iago // +1 SEX M +1 FAMC @F1016@ +<< +[0043] INDI rkey: I1943 offs: 0x00000e54 lens: 0x0000004d +0x00001e54-0x00001ea0: +>>0 @I1943@ INDI +1 NAME Ieuaf (Levan) // +1 SEX M +1 FAMC @F1016@ +1 FAMS @F1017@ +<< +[0044] INDI rkey: I1944 offs: 0x00000ea1 lens: 0x00000059 +0x00001ea1-0x00001ef9: +>>0 @I1944@ INDI +1 NAME Meurig // +1 SEX M +1 DEAT +2 DATE 986 +1 FAMC @F1016@ +1 FAMS @F1018@ +<< +[0045] INDI rkey: I1945 offs: 0x00000efa lens: 0x0000004f +0x00001efa-0x00001f48: +>>0 @I1945@ INDI +1 NAME Hywel (the_Bad) // +1 SEX M +1 FAMC @F1017@ +1 FAMS @F1019@ +<< +[0046] INDI rkey: I1946 offs: 0x00000f49 lens: 0x0000003b +0x00001f49-0x00001f83: +>>0 @I1946@ INDI +1 NAME Cadwallon // +1 SEX M +1 FAMC @F1017@ +<< +[0047] INDI rkey: I1947 offs: 0x00000f84 lens: 0x00000037 +0x00001f84-0x00001fba: +>>0 @I1947@ INDI +1 NAME Cynan // +1 SEX M +1 FAMC @F1019@ +<< +[0048] INDI rkey: I1948 offs: 0x00000fbb lens: 0x00000058 +0x00001fbb-0x00002012: +>>0 @I1948@ INDI +1 NAME Idwal // +1 SEX M +1 DEAT +2 DATE 996 +1 FAMC @F1018@ +1 FAMS @F1020@ +<< +[0049] INDI rkey: I1949 offs: 0x00001013 lens: 0x00000045 +0x00002013-0x00002057: +>>0 @I1949@ INDI +1 NAME Iago // +1 SEX M +1 FAMC @F1020@ +1 FAMS @F1021@ +<< +[0050] INDI rkey: I1950 offs: 0x00001058 lens: 0x00000046 +0x00002058-0x0000209d: +>>0 @I1950@ INDI +1 NAME Cynan // +1 SEX M +1 FAMC @F1021@ +1 FAMS @F1022@ +<< +[0051] INDI rkey: I1951 offs: 0x0000109e lens: 0x00000051 +0x0000209e-0x000020ee: +>>0 @I1951@ INDI +1 NAME Gruffydd Ap_Cynan // +1 SEX M +1 FAMC @F1022@ +1 FAMS @F1023@ +<< +[0052] INDI rkey: I1952 offs: 0x000010ef lens: 0x0000004d +0x000020ef-0x0000213b: +>>0 @I1952@ INDI +1 NAME Owain Gwynedd // +1 SEX M +1 FAMC @F1023@ +1 FAMS @F1024@ +<< +[0053] INDI rkey: I1953 offs: 0x0000113c lens: 0x00000051 +0x0000213c-0x0000218c: +>>0 @I1953@ INDI +1 NAME Iorwerth Drwyndwn // +1 SEX M +1 FAMC @F1024@ +1 FAMS @F1001@ +<< +[0054] INDI rkey: I1954 offs: 0x0000118d lens: 0x00000037 +0x0000218d-0x000021c3: +>>0 @I1954@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F1024@ +<< +[0055] INDI rkey: I1955 offs: 0x000011c4 lens: 0x00000038 +0x000021c4-0x000021fb: +>>0 @I1955@ INDI +1 NAME Dafydd // +1 SEX M +1 FAMC @F1024@ +<< +[0056] INDI rkey: I1956 offs: 0x000011fc lens: 0x00000036 +0x000021fc-0x00002231: +>>0 @I1956@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F997@ +<< +[0057] INDI rkey: I1957 offs: 0x00001232 lens: 0x00000048 +0x00002232-0x00002279: +>>0 @I1957@ INDI +1 NAME Gruffydd // +1 SEX M +1 FAMC @F997@ +1 FAMS @F1025@ +<< +[0058] INDI rkey: I1958 offs: 0x0000127a lens: 0x00000037 +0x0000227a-0x000022b0: +>>0 @I1958@ INDI +1 NAME Dafydd // +1 SEX M +1 FAMC @F997@ +<< +[0059] INDI rkey: I1959 offs: 0x000012b1 lens: 0x00000048 +0x000022b1-0x000022f8: +>>0 @I1959@ INDI +1 NAME Angharad // +1 SEX F +1 FAMC @F997@ +1 FAMS @F1026@ +<< +[0060] INDI rkey: I1960 offs: 0x000012f9 lens: 0x0000003b +0x000022f9-0x00002333: +>>0 @I1960@ INDI +1 NAME Gwenllian // +1 SEX F +1 FAMC @F1027@ +<< +[0061] INDI rkey: I1961 offs: 0x00001334 lens: 0x00000054 +0x00002334-0x00002387: +>>0 @I1961@ INDI +1 NAME Llywelyn Ap_Gruffydd // +1 SEX M +1 FAMC @F1025@ +1 FAMS @F1027@ +<< +[0062] INDI rkey: I1962 offs: 0x00001388 lens: 0x00000038 +0x00002388-0x000023bf: +>>0 @I1962@ INDI +1 NAME Kathryn // +1 SEX F +1 FAMC @F136@ +<< +[0063] INDI rkey: I1963 offs: 0x000013c0 lens: 0x00000038 +0x000023c0-0x000023f7: +>>0 @I1963@ INDI +1 NAME Norissa // +1 SEX F +1 FAMC @F136@ +<< +[0064] INDI rkey: I1964 offs: 0x000013f8 lens: 0x000000a4 +0x000023f8-0x0000249b: +>>0 @I1964@ INDI +1 NAME Alfred the_Great // +1 SEX M +1 TITL King West Saxons +1 BIRT +2 DATE 849 +2 PLAC Wantage,,,England +1 DEAT +2 DATE 899 +1 FAMC @F1028@ +1 FAMS @F948@ +<< +[0065] INDI rkey: I1965 offs: 0x0000149c lens: 0x0000005b +0x0000249c-0x000024f6: +>>0 @I1965@ INDI +1 NAME Ealhswith // +1 SEX F +1 DEAT +2 DATE 905 +1 FAMC @F1029@ +1 FAMS @F948@ +<< +[0066] INDI rkey: I1966 offs: 0x000014f7 lens: 0x00000081 +0x000024f7-0x00002577: +>>0 @I1966@ INDI +1 NAME Ethelwulf // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 858 +1 FAMC @F1030@ +1 FAMS @F1028@ +1 FAMS @F1031@ +<< +[0067] INDI rkey: I1967 offs: 0x00001578 lens: 0x00000059 +0x00002578-0x000025d0: +>>0 @I1967@ INDI +1 NAME Osburh // +1 SEX F +1 DEAT +2 DATE 846 +1 FAMC @F1032@ +1 FAMS @F1028@ +<< +[0068] INDI rkey: I1968 offs: 0x000015d1 lens: 0x0000003b +0x000025d1-0x0000260b: +>>0 @I1968@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMC @F1028@ +<< +[0069] INDI rkey: I1969 offs: 0x0000160c lens: 0x00000072 +0x0000260c-0x0000267d: +>>0 @I1969@ INDI +1 NAME Ethelbald // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 860 +1 FAMC @F1028@ +1 FAMS @F1033@ +<< +[0070] INDI rkey: I1970 offs: 0x0000167e lens: 0x00000047 +0x0000267e-0x000026c4: +>>0 @I1970@ INDI +1 NAME Judith // +1 SEX F +1 FAMS @F1033@ +1 FAMS @F1031@ +<< +[0071] INDI rkey: I1971 offs: 0x000016c5 lens: 0x00000063 +0x000026c5-0x00002727: +>>0 @I1971@ INDI +1 NAME Ethelbert // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 866 +1 FAMC @F1028@ +<< +[0072] INDI rkey: I1972 offs: 0x00001728 lens: 0x00000073 +0x00002728-0x0000279a: +>>0 @I1972@ INDI +1 NAME Ethelred_I // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 871 +1 FAMC @F1028@ +1 FAMS @F1034@ +<< +[0073] INDI rkey: I1973 offs: 0x0000179b lens: 0x0000006f +0x0000279b-0x00002809: +>>0 @I1973@ INDI +1 NAME Egbert // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 839 +1 FAMC @F1035@ +1 FAMS @F1030@ +<< +[0074] INDI rkey: I1974 offs: 0x0000180a lens: 0x00000039 +0x0000280a-0x00002842: +>>0 @I1974@ INDI +1 NAME Redburh // +1 SEX F +1 FAMS @F1030@ +<< +[0075] INDI rkey: I1975 offs: 0x00001843 lens: 0x0000003b +0x00002843-0x0000287d: +>>0 @I1975@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMC @F1030@ +<< +[0076] INDI rkey: I1976 offs: 0x0000187e lens: 0x00000037 +0x0000287e-0x000028b4: +>>0 @I1976@ INDI +1 NAME Oslac // +1 SEX M +1 FAMS @F1032@ +<< +[0077] INDI rkey: I1977 offs: 0x000018b5 lens: 0x0000005d +0x000028b5-0x00002911: +>>0 @I1977@ INDI +1 NAME Ethelswith // +1 SEX F +1 DEAT +2 DATE 888 +1 FAMC @F1028@ +1 FAMS @F1036@ +<< +[0078] INDI rkey: I1978 offs: 0x00001912 lens: 0x0000003b +0x00002912-0x0000294c: +>>0 @I1978@ INDI +1 NAME Ethelhelm // +1 SEX M +1 FAMC @F1034@ +<< +[0079] INDI rkey: I1979 offs: 0x0000194d lens: 0x0000004f +0x0000294d-0x0000299b: +>>0 @I1979@ INDI +1 NAME Ethelwald // +1 SEX M +1 TITL King of York +1 FAMC @F1034@ +<< +[0080] INDI rkey: I1980 offs: 0x0000199c lens: 0x00000050 +0x0000299c-0x000029eb: +>>0 @I1980@ INDI +1 NAME Burghred // +1 SEX M +1 TITL King of Mercia +1 FAMS @F1036@ +<< +[0081] INDI rkey: I1981 offs: 0x000019ec lens: 0x00000050 +0x000029ec-0x00002a3b: +>>0 @I1981@ INDI +1 NAME Ethelred /Mucel/ +1 SEX M +1 TITL Ealdorman +1 FAMS @F1029@ +<< +[0082] INDI rkey: I1982 offs: 0x00001a3c lens: 0x0000005b +0x00002a3c-0x00002a96: +>>0 @I1982@ INDI +1 NAME Ethelwerd // +1 SEX M +1 DEAT +2 DATE 922 +1 FAMC @F948@ +1 FAMS @F1037@ +<< +[0083] INDI rkey: I1983 offs: 0x00001a97 lens: 0x0000004b +0x00002a97-0x00002ae1: +>>0 @I1983@ INDI +1 NAME Elfwine // +1 SEX M +1 DEAT +2 DATE 937 +1 FAMC @F1037@ +<< +[0084] INDI rkey: I1984 offs: 0x00001ae2 lens: 0x0000004d +0x00002ae2-0x00002b2e: +>>0 @I1984@ INDI +1 NAME Ethelwine // +1 SEX M +1 DEAT +2 DATE 937 +1 FAMC @F1037@ +<< +[0085] INDI rkey: I1985 offs: 0x00001b2f lens: 0x00000072 +0x00002b2f-0x00002ba0: +>>0 @I1985@ INDI +1 NAME Ethelfleda // +1 SEX F +1 TITL Lady of Mercia +1 DEAT +2 DATE 918 +1 FAMC @F948@ +1 FAMS @F1038@ +<< +[0086] INDI rkey: I1986 offs: 0x00001ba1 lens: 0x00000056 +0x00002ba1-0x00002bf6: +>>0 @I1986@ INDI +1 NAME Ethelgiva of_Shaftesbury // +1 SEX F +1 TITL Abbess +1 FAMC @F948@ +<< +[0087] INDI rkey: I1987 offs: 0x00001bf7 lens: 0x00000047 +0x00002bf7-0x00002c3d: +>>0 @I1987@ INDI +1 NAME Elfrida // +1 SEX F +1 FAMC @F948@ +1 FAMS @F1039@ +<< +[0088] INDI rkey: I1988 offs: 0x00001c3e lens: 0x00000054 +0x00002c3e-0x00002c91: +>>0 @I1988@ INDI +1 NAME Baldwin_II of_Flanders // +1 SEX M +1 TITL Count +1 FAMS @F1039@ +<< +[0089] INDI rkey: I1989 offs: 0x00001c92 lens: 0x00000066 +0x00002c92-0x00002cf7: +>>0 @I1989@ INDI +1 NAME Ethelred of_Mercia // +1 SEX M +1 TITL Ealdorman +1 DEAT +2 DATE 910 +1 FAMS @F1038@ +<< +[0090] INDI rkey: I1990 offs: 0x00001cf8 lens: 0x000000aa +0x00002cf8-0x00002da1: +>>0 @I1990@ INDI +1 NAME Henry_IV // +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 11 NOV 1050 +2 PLAC Goslar,,,Germany +1 DEAT +2 DATE 7 AUG 1106 +2 PLAC Liege,,,Belgium +1 FAMC @F937@ +<< +[0091] INDI rkey: I1991 offs: 0x00001da2 lens: 0x0000006f +0x00002da2-0x00002e10: +>>0 @I1991@ INDI +1 NAME Cerdic // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 534 +1 FAMC @F1040@ +1 FAMS @F1041@ +<< +[0092] INDI rkey: I1992 offs: 0x00001e11 lens: 0x0000006f +0x00002e11-0x00002e7f: +>>0 @I1992@ INDI +1 NAME Cynric // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 560 +1 FAMC @F1041@ +1 FAMS @F1042@ +<< +[0093] INDI rkey: I1993 offs: 0x00001e80 lens: 0x0000005a +0x00002e80-0x00002ed9: +>>0 @I1993@ INDI +1 NAME Ceawlin // +1 SEX M +1 DEAT +2 DATE 593 +1 FAMC @F1042@ +1 FAMS @F1043@ +<< +[0094] INDI rkey: I1994 offs: 0x00001eda lens: 0x0000006e +0x00002eda-0x00002f47: +>>0 @I1994@ INDI +1 NAME Cutha // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 584 +1 FAMC @F1042@ +1 FAMS @F1044@ +<< +[0095] INDI rkey: I1995 offs: 0x00001f48 lens: 0x00000046 +0x00002f48-0x00002f8d: +>>0 @I1995@ INDI +1 NAME Elesa // +1 SEX M +1 FAMC @F1045@ +1 FAMS @F1040@ +<< +[0096] INDI rkey: I1996 offs: 0x00001f8e lens: 0x00000045 +0x00002f8e-0x00002fd2: +>>0 @I1996@ INDI +1 NAME Elsa // +1 SEX M +1 FAMC @F1046@ +1 FAMS @F1045@ +<< +[0097] INDI rkey: I1997 offs: 0x00001fd3 lens: 0x00000046 +0x00002fd3-0x00003018: +>>0 @I1997@ INDI +1 NAME Gewis // +1 SEX M +1 FAMC @F1047@ +1 FAMS @F1046@ +<< +[0098] INDI rkey: I1998 offs: 0x00002019 lens: 0x00000044 +0x00003019-0x0000305c: +>>0 @I1998@ INDI +1 NAME Wig // +1 SEX M +1 FAMC @F1048@ +1 FAMS @F1047@ +<< +[0099] INDI rkey: I1999 offs: 0x0000205d lens: 0x00000049 +0x0000305d-0x000030a5: +>>0 @I1999@ INDI +1 NAME Freawine // +1 SEX M +1 FAMC @F1049@ +1 FAMS @F1048@ +<< +[0100] INDI rkey: I2000 offs: 0x000020a6 lens: 0x0000004a +0x000030a6-0x000030ef: +>>0 @I2000@ INDI +1 NAME Frithogar // +1 SEX M +1 FAMC @F1050@ +1 FAMS @F1049@ +<< +[0101] INDI rkey: I2001 offs: 0x000020f0 lens: 0x00000046 +0x000030f0-0x00003135: +>>0 @I2001@ INDI +1 NAME Brond // +1 SEX M +1 FAMC @F1051@ +1 FAMS @F1050@ +<< +[0102] INDI rkey: I2002 offs: 0x00002136 lens: 0x00000049 +0x00003136-0x0000317e: +>>0 @I2002@ INDI +1 NAME Baeldaeg // +1 SEX M +1 FAMC @F1052@ +1 FAMS @F1051@ +<< +[0103] INDI rkey: I2003 offs: 0x0000217f lens: 0x00000046 +0x0000317f-0x000031c4: +>>0 @I2003@ INDI +1 NAME Woden // +1 SEX M +1 FAMC @F1053@ +1 FAMS @F1052@ +<< +[0104] INDI rkey: I2004 offs: 0x000021c5 lens: 0x0000004b +0x000031c5-0x0000320f: +>>0 @I2004@ INDI +1 NAME Frithuwald // +1 SEX M +1 FAMC @F1054@ +1 FAMS @F1053@ +<< +[0105] INDI rkey: I2005 offs: 0x00002210 lens: 0x00000048 +0x00003210-0x00003257: +>>0 @I2005@ INDI +1 NAME Frealaf // +1 SEX M +1 FAMC @F1055@ +1 FAMS @F1054@ +<< +[0106] INDI rkey: I2006 offs: 0x00002258 lens: 0x0000004b +0x00003258-0x000032a2: +>>0 @I2006@ INDI +1 NAME Frithuwulf // +1 SEX M +1 FAMC @F1056@ +1 FAMS @F1055@ +<< +[0107] INDI rkey: I2007 offs: 0x000022a3 lens: 0x00000045 +0x000032a3-0x000032e7: +>>0 @I2007@ INDI +1 NAME Finn // +1 SEX M +1 FAMC @F1057@ +1 FAMS @F1056@ +<< +[0108] INDI rkey: I2008 offs: 0x000022e8 lens: 0x00000048 +0x000032e8-0x0000332f: +>>0 @I2008@ INDI +1 NAME Godwulf // +1 SEX M +1 FAMC @F1058@ +1 FAMS @F1057@ +<< +[0109] INDI rkey: I2009 offs: 0x00002330 lens: 0x00000046 +0x00003330-0x00003375: +>>0 @I2009@ INDI +1 NAME Geata // +1 SEX M +1 FAMC @F1059@ +1 FAMS @F1058@ +<< +[0110] INDI rkey: I2010 offs: 0x00002376 lens: 0x00000047 +0x00003376-0x000033bc: +>>0 @I2010@ INDI +1 NAME Taetwa // +1 SEX M +1 FAMC @F1060@ +1 FAMS @F1059@ +<< +[0111] INDI rkey: I2011 offs: 0x000023bd lens: 0x00000045 +0x000033bd-0x00003401: +>>0 @I2011@ INDI +1 NAME Beaw // +1 SEX M +1 FAMC @F1061@ +1 FAMS @F1060@ +<< +[0112] INDI rkey: I2012 offs: 0x00002402 lens: 0x00000048 +0x00003402-0x00003449: +>>0 @I2012@ INDI +1 NAME Sceldwa // +1 SEX M +1 FAMC @F1062@ +1 FAMS @F1061@ +<< +[0113] INDI rkey: I2013 offs: 0x0000244a lens: 0x00000048 +0x0000344a-0x00003491: +>>0 @I2013@ INDI +1 NAME Heremod // +1 SEX M +1 FAMC @F1063@ +1 FAMS @F1062@ +<< +[0114] INDI rkey: I2014 offs: 0x00002492 lens: 0x00000048 +0x00003492-0x000034d9: +>>0 @I2014@ INDI +1 NAME Itermon // +1 SEX M +1 FAMC @F1064@ +1 FAMS @F1063@ +<< +[0115] INDI rkey: I2015 offs: 0x000024da lens: 0x00000047 +0x000034da-0x00003520: +>>0 @I2015@ INDI +1 NAME Hathra // +1 SEX M +1 FAMC @F1065@ +1 FAMS @F1064@ +<< +[0116] INDI rkey: I2016 offs: 0x00002521 lens: 0x00000046 +0x00003521-0x00003566: +>>0 @I2016@ INDI +1 NAME Hwala // +1 SEX M +1 FAMC @F1066@ +1 FAMS @F1065@ +<< +[0117] INDI rkey: I2017 offs: 0x00002567 lens: 0x00000047 +0x00003567-0x000035ad: +>>0 @I2017@ INDI +1 NAME Bedwig // +1 SEX M +1 FAMC @F1067@ +1 FAMS @F1066@ +<< +[0118] INDI rkey: I2018 offs: 0x000025ae lens: 0x00000037 +0x000035ae-0x000035e4: +>>0 @I2018@ INDI +1 NAME Sceaf // +1 SEX M +1 FAMS @F1067@ +<< +[0119] INDI rkey: I2019 offs: 0x000025e5 lens: 0x00000048 +0x000035e5-0x0000362c: +>>0 @I2019@ INDI +1 NAME Unknown // +1 SEX F +1 FAMC @F1040@ +1 FAMS @F1068@ +<< +[0120] INDI rkey: I2020 offs: 0x0000262d lens: 0x00000036 +0x0000362d-0x00003662: +>>0 @I2020@ INDI +1 NAME Stuf // +1 SEX M +1 FAMC @F1068@ +<< +[0121] INDI rkey: I2021 offs: 0x00002663 lens: 0x00000064 +0x00003663-0x000036c6: +>>0 @I2021@ INDI +1 NAME Wihtgar Isle_of_Wight // +1 SEX M +1 TITL King +1 DEAT +2 DATE 544 +1 FAMC @F1068@ +<< +[0122] INDI rkey: I2022 offs: 0x000026c7 lens: 0x00000070 +0x000036c7-0x00003736: +>>0 @I2022@ INDI +1 NAME Ceolric // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 597 +1 FAMC @F1044@ +1 FAMS @F1069@ +<< +[0123] INDI rkey: I2023 offs: 0x00002737 lens: 0x0000005f +0x00003737-0x00003795: +>>0 @I2023@ INDI +1 NAME Ceolwulf // +1 SEX M +1 TITL King of Wessex +1 FAMC @F1044@ +1 FAMS @F1070@ +<< +[0124] INDI rkey: I2024 offs: 0x00002796 lens: 0x0000005f +0x00003796-0x000037f4: +>>0 @I2024@ INDI +1 NAME Cynegils // +1 SEX M +1 TITL King of Wessex +1 FAMC @F1069@ +1 FAMS @F1071@ +<< +[0125] INDI rkey: I2025 offs: 0x000027f5 lens: 0x00000050 +0x000037f5-0x00003844: +>>0 @I2025@ INDI +1 NAME Aescwine // +1 SEX M +1 TITL King of Wessex +1 FAMC @F1072@ +<< +[0126] INDI rkey: I2026 offs: 0x00002845 lens: 0x00000047 +0x00003845-0x0000388b: +>>0 @I2026@ INDI +1 NAME Cenfus // +1 SEX M +1 FAMC @F1073@ +1 FAMS @F1072@ +<< + +0x0000388c: EOF (0x0000388c) GOOD + +BLOCK - DIRECTORY ae/ad +0x00000000:ix_self: 0x00040003 (ae/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2027' +0x00000016:ix_rkey[0001]: ' I2028' +0x0000001e:ix_rkey[0002]: ' I2029' +0x00000026:ix_rkey[0003]: ' I2030' +0x0000002e:ix_rkey[0004]: ' I2031' +0x00000036:ix_rkey[0005]: ' I2032' +0x0000003e:ix_rkey[0006]: ' I2033' +0x00000046:ix_rkey[0007]: ' I2034' +0x0000004e:ix_rkey[0008]: ' I2035' +0x00000056:ix_rkey[0009]: ' I2036' +0x0000005e:ix_rkey[0010]: ' I2037' +0x00000066:ix_rkey[0011]: ' I2038' +0x0000006e:ix_rkey[0012]: ' I2039' +0x00000076:ix_rkey[0013]: ' I2040' +0x0000007e:ix_rkey[0014]: ' I2041' +0x00000086:ix_rkey[0015]: ' I2042' +0x0000008e:ix_rkey[0016]: ' I2043' +0x00000096:ix_rkey[0017]: ' I2044' +0x0000009e:ix_rkey[0018]: ' I2045' +0x000000a6:ix_rkey[0019]: ' I2046' +0x000000ae:ix_rkey[0020]: ' I2047' +0x000000b6:ix_rkey[0021]: ' I2048' +0x000000be:ix_rkey[0022]: ' I2049' +0x000000c6:ix_rkey[0023]: ' I2050' +0x000000ce:ix_rkey[0024]: ' I2051' +0x000000d6:ix_rkey[0025]: ' I2052' +0x000000de:ix_rkey[0026]: ' I2053' +0x000000e6:ix_rkey[0027]: ' I2054' +0x000000ee:ix_rkey[0028]: ' I2055' +0x000000f6:ix_rkey[0029]: ' I2056' +0x000000fe:ix_rkey[0030]: ' I2057' +0x00000106:ix_rkey[0031]: ' I2058' +0x0000010e:ix_rkey[0032]: ' I2059' +0x00000116:ix_rkey[0033]: ' I2060' +0x0000011e:ix_rkey[0034]: ' I2061' +0x00000126:ix_rkey[0035]: ' I2062' +0x0000012e:ix_rkey[0036]: ' I2063' +0x00000136:ix_rkey[0037]: ' I2064' +0x0000013e:ix_rkey[0038]: ' I2065' +0x00000146:ix_rkey[0039]: ' I2066' +0x0000014e:ix_rkey[0040]: ' I2067' +0x00000156:ix_rkey[0041]: ' I2068' +0x0000015e:ix_rkey[0042]: ' I2069' +0x00000166:ix_rkey[0043]: ' I2070' +0x0000016e:ix_rkey[0044]: ' I2071' +0x00000176:ix_rkey[0045]: ' I2072' +0x0000017e:ix_rkey[0046]: ' I2073' +0x00000186:ix_rkey[0047]: ' I2074' +0x0000018e:ix_rkey[0048]: ' I2075' +0x00000196:ix_rkey[0049]: ' I2076' +0x0000019e:ix_rkey[0050]: ' I2077' +0x000001a6:ix_rkey[0051]: ' I2078' +0x000001ae:ix_rkey[0052]: ' I2079' +0x000001b6:ix_rkey[0053]: ' I2080' +0x000001be:ix_rkey[0054]: ' I2081' +0x000001c6:ix_rkey[0055]: ' I2082' +0x000001ce:ix_rkey[0056]: ' I2083' +0x000001d6:ix_rkey[0057]: ' I2084' +0x000001de:ix_rkey[0058]: ' I2085' +0x000001e6:ix_rkey[0059]: ' I2086' +0x000001ee:ix_rkey[0060]: ' I2087' +0x000001f6:ix_rkey[0061]: ' I2088' +0x000001fe:ix_rkey[0062]: ' I2089' +0x00000206:ix_rkey[0063]: ' I2090' +0x0000020e:ix_rkey[0064]: ' I2091' +0x00000216:ix_rkey[0065]: ' I2092' +0x0000021e:ix_rkey[0066]: ' I2093' +0x00000226:ix_rkey[0067]: ' I2094' +0x0000022e:ix_rkey[0068]: ' I2095' +0x00000236:ix_rkey[0069]: ' I2096' +0x0000023e:ix_rkey[0070]: ' I2097' +0x00000246:ix_rkey[0071]: ' I2098' +0x0000024e:ix_rkey[0072]: ' I2099' +0x00000256:ix_rkey[0073]: ' I2100' +0x0000025e:ix_rkey[0074]: ' I2101' +0x00000266:ix_rkey[0075]: ' I2102' +0x0000026e:ix_rkey[0076]: ' I2103' +0x00000276:ix_rkey[0077]: ' I2104' +0x0000027e:ix_rkey[0078]: ' I2105' +0x00000286:ix_rkey[0079]: ' I2106' +0x0000028e:ix_rkey[0080]: ' I2107' +0x00000296:ix_rkey[0081]: ' I2108' +0x0000029e:ix_rkey[0082]: ' I2109' +0x000002a6:ix_rkey[0083]: ' I2110' +0x000002ae:ix_rkey[0084]: ' I2111' +0x000002b6:ix_rkey[0085]: ' I2112' +0x000002be:ix_rkey[0086]: ' I2113' +0x000002c6:ix_rkey[0087]: ' I2114' +0x000002ce:ix_rkey[0088]: ' I2115' +0x000002d6:ix_rkey[0089]: ' I2116' +0x000002de:ix_rkey[0090]: ' I2117' +0x000002e6:ix_rkey[0091]: ' I2118' +0x000002ee:ix_rkey[0092]: ' I2119' +0x000002f6:ix_rkey[0093]: ' I2120' +0x000002fe:ix_rkey[0094]: ' I2121' +0x00000306:ix_rkey[0095]: ' I2122' +0x0000030e:ix_rkey[0096]: ' I2123' +0x00000316:ix_rkey[0097]: ' I2124' +0x0000031e:ix_rkey[0098]: ' I2125' +0x00000326:ix_rkey[0099]: ' I2126' +0x0000032e:ix_rkey[0100]: ' I2127' +0x00000336:ix_rkey[0101]: ' I2128' +0x0000033e:ix_rkey[0102]: ' I2129' +0x00000346:ix_rkey[0103]: ' I2130' +0x0000034e:ix_rkey[0104]: ' I2131' +0x00000356:ix_rkey[0105]: ' I2132' +0x0000035e:ix_rkey[0106]: ' I2133' +0x00000366:ix_rkey[0107]: ' I2134' +0x0000036e:ix_rkey[0108]: ' I2135' +0x00000376:ix_rkey[0109]: ' I2136' +0x0000037e:ix_rkey[0110]: ' I2137' +0x00000386:ix_rkey[0111]: ' I2138' +0x0000038e:ix_rkey[0112]: ' I2139' +0x00000396:ix_rkey[0113]: ' I2140' +0x0000039e:ix_rkey[0114]: ' I2141' +0x000003a6:ix_rkey[0115]: ' I2142' +0x000003ae:ix_rkey[0116]: ' I2143' +0x000003b6:ix_rkey[0117]: ' I2144' +0x000003be:ix_rkey[0118]: ' I2145' +0x000003c6:ix_rkey[0119]: ' I2146' +0x000003ce:ix_rkey[0120]: ' I2147' +0x000003d6:ix_rkey[0121]: ' I2148' +0x000003de:ix_rkey[0122]: ' I2149' +0x000003e6:ix_rkey[0123]: ' I2150' +0x000003ee:ix_rkey[0124]: ' I2151' +0x000003f6:ix_rkey[0125]: ' I2152' +0x000003fe:ix_rkey[0126]: ' I2153' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000049 +0x0000080c:ix_offs[0001]: 0x00000049 0x00000c08:ix_lens[0001]: 0x00000049 +0x00000810:ix_offs[0002]: 0x00000092 0x00000c0c:ix_lens[0002]: 0x0000005b +0x00000814:ix_offs[0003]: 0x000000ed 0x00000c10:ix_lens[0003]: 0x00000058 +0x00000818:ix_offs[0004]: 0x00000145 0x00000c14:ix_lens[0004]: 0x00000050 +0x0000081c:ix_offs[0005]: 0x00000195 0x00000c18:ix_lens[0005]: 0x00000049 +0x00000820:ix_offs[0006]: 0x000001de 0x00000c1c:ix_lens[0006]: 0x00000031 +0x00000824:ix_offs[0007]: 0x0000020f 0x00000c20:ix_lens[0007]: 0x00000039 +0x00000828:ix_offs[0008]: 0x00000248 0x00000c24:ix_lens[0008]: 0x00000050 +0x0000082c:ix_offs[0009]: 0x00000298 0x00000c28:ix_lens[0009]: 0x00000052 +0x00000830:ix_offs[0010]: 0x000002ea 0x00000c2c:ix_lens[0010]: 0x00000049 +0x00000834:ix_offs[0011]: 0x00000333 0x00000c30:ix_lens[0011]: 0x00000045 +0x00000838:ix_offs[0012]: 0x00000378 0x00000c34:ix_lens[0012]: 0x00000049 +0x0000083c:ix_offs[0013]: 0x000003c1 0x00000c38:ix_lens[0013]: 0x00000050 +0x00000840:ix_offs[0014]: 0x00000411 0x00000c3c:ix_lens[0014]: 0x0000005a +0x00000844:ix_offs[0015]: 0x0000046b 0x00000c40:ix_lens[0015]: 0x00000076 +0x00000848:ix_offs[0016]: 0x000004e1 0x00000c44:ix_lens[0016]: 0x0000005b +0x0000084c:ix_offs[0017]: 0x0000053c 0x00000c48:ix_lens[0017]: 0x00000052 +0x00000850:ix_offs[0018]: 0x0000058e 0x00000c4c:ix_lens[0018]: 0x0000004a +0x00000854:ix_offs[0019]: 0x000005d8 0x00000c50:ix_lens[0019]: 0x0000007f +0x00000858:ix_offs[0020]: 0x00000657 0x00000c54:ix_lens[0020]: 0x00000047 +0x0000085c:ix_offs[0021]: 0x0000069e 0x00000c58:ix_lens[0021]: 0x00000049 +0x00000860:ix_offs[0022]: 0x000006e7 0x00000c5c:ix_lens[0022]: 0x0000003b +0x00000864:ix_offs[0023]: 0x00000722 0x00000c60:ix_lens[0023]: 0x00000059 +0x00000868:ix_offs[0024]: 0x0000077b 0x00000c64:ix_lens[0024]: 0x00000053 +0x0000086c:ix_offs[0025]: 0x000007ce 0x00000c68:ix_lens[0025]: 0x00000049 +0x00000870:ix_offs[0026]: 0x00000817 0x00000c6c:ix_lens[0026]: 0x00000053 +0x00000874:ix_offs[0027]: 0x0000086a 0x00000c70:ix_lens[0027]: 0x00000074 +0x00000878:ix_offs[0028]: 0x000008de 0x00000c74:ix_lens[0028]: 0x00000045 +0x0000087c:ix_offs[0029]: 0x00000923 0x00000c78:ix_lens[0029]: 0x00000046 +0x00000880:ix_offs[0030]: 0x00000969 0x00000c7c:ix_lens[0030]: 0x00000050 +0x00000884:ix_offs[0031]: 0x000009b9 0x00000c80:ix_lens[0031]: 0x00000052 +0x00000888:ix_offs[0032]: 0x00000a0b 0x00000c84:ix_lens[0032]: 0x00000056 +0x0000088c:ix_offs[0033]: 0x00000a61 0x00000c88:ix_lens[0033]: 0x00000056 +0x00000890:ix_offs[0034]: 0x00000ab7 0x00000c8c:ix_lens[0034]: 0x00000051 +0x00000894:ix_offs[0035]: 0x00000b08 0x00000c90:ix_lens[0035]: 0x0000005e +0x00000898:ix_offs[0036]: 0x00000b66 0x00000c94:ix_lens[0036]: 0x0000004f +0x0000089c:ix_offs[0037]: 0x00000bb5 0x00000c98:ix_lens[0037]: 0x00000048 +0x000008a0:ix_offs[0038]: 0x00000bfd 0x00000c9c:ix_lens[0038]: 0x00000049 +0x000008a4:ix_offs[0039]: 0x00000c46 0x00000ca0:ix_lens[0039]: 0x00000087 +0x000008a8:ix_offs[0040]: 0x00000ccd 0x00000ca4:ix_lens[0040]: 0x0000008a +0x000008ac:ix_offs[0041]: 0x00000d57 0x00000ca8:ix_lens[0041]: 0x00000087 +0x000008b0:ix_offs[0042]: 0x00000dde 0x00000cac:ix_lens[0042]: 0x00000058 +0x000008b4:ix_offs[0043]: 0x00000e36 0x00000cb0:ix_lens[0043]: 0x0000004e +0x000008b8:ix_offs[0044]: 0x00000e84 0x00000cb4:ix_lens[0044]: 0x00000052 +0x000008bc:ix_offs[0045]: 0x00000ed6 0x00000cb8:ix_lens[0045]: 0x00000035 +0x000008c0:ix_offs[0046]: 0x00000f0b 0x00000cbc:ix_lens[0046]: 0x00000037 +0x000008c4:ix_offs[0047]: 0x00000f42 0x00000cc0:ix_lens[0047]: 0x00000069 +0x000008c8:ix_offs[0048]: 0x00000fab 0x00000cc4:ix_lens[0048]: 0x000000e5 +0x000008cc:ix_offs[0049]: 0x00001090 0x00000cc8:ix_lens[0049]: 0x00000049 +0x000008d0:ix_offs[0050]: 0x000010d9 0x00000ccc:ix_lens[0050]: 0x00000048 +0x000008d4:ix_offs[0051]: 0x00001121 0x00000cd0:ix_lens[0051]: 0x0000004a +0x000008d8:ix_offs[0052]: 0x0000116b 0x00000cd4:ix_lens[0052]: 0x00000050 +0x000008dc:ix_offs[0053]: 0x000011bb 0x00000cd8:ix_lens[0053]: 0x00000058 +0x000008e0:ix_offs[0054]: 0x00001213 0x00000cdc:ix_lens[0054]: 0x00000050 +0x000008e4:ix_offs[0055]: 0x00001263 0x00000ce0:ix_lens[0055]: 0x00000059 +0x000008e8:ix_offs[0056]: 0x000012bc 0x00000ce4:ix_lens[0056]: 0x00000067 +0x000008ec:ix_offs[0057]: 0x00001323 0x00000ce8:ix_lens[0057]: 0x00000068 +0x000008f0:ix_offs[0058]: 0x0000138b 0x00000cec:ix_lens[0058]: 0x00000050 +0x000008f4:ix_offs[0059]: 0x000013db 0x00000cf0:ix_lens[0059]: 0x0000005e +0x000008f8:ix_offs[0060]: 0x00001439 0x00000cf4:ix_lens[0060]: 0x0000005b +0x000008fc:ix_offs[0061]: 0x00001494 0x00000cf8:ix_lens[0061]: 0x0000004c +0x00000900:ix_offs[0062]: 0x000014e0 0x00000cfc:ix_lens[0062]: 0x0000005f +0x00000904:ix_offs[0063]: 0x0000153f 0x00000d00:ix_lens[0063]: 0x00000051 +0x00000908:ix_offs[0064]: 0x00001590 0x00000d04:ix_lens[0064]: 0x00000055 +0x0000090c:ix_offs[0065]: 0x000015e5 0x00000d08:ix_lens[0065]: 0x0000004a +0x00000910:ix_offs[0066]: 0x0000162f 0x00000d0c:ix_lens[0066]: 0x00000056 +0x00000914:ix_offs[0067]: 0x00001685 0x00000d10:ix_lens[0067]: 0x0000003c +0x00000918:ix_offs[0068]: 0x000016c1 0x00000d14:ix_lens[0068]: 0x0000003f +0x0000091c:ix_offs[0069]: 0x00001700 0x00000d18:ix_lens[0069]: 0x00000052 +0x00000920:ix_offs[0070]: 0x00001752 0x00000d1c:ix_lens[0070]: 0x0000004a +0x00000924:ix_offs[0071]: 0x0000179c 0x00000d20:ix_lens[0071]: 0x0000004b +0x00000928:ix_offs[0072]: 0x000017e7 0x00000d24:ix_lens[0072]: 0x00000068 +0x0000092c:ix_offs[0073]: 0x0000184f 0x00000d28:ix_lens[0073]: 0x00000079 +0x00000930:ix_offs[0074]: 0x000018c8 0x00000d2c:ix_lens[0074]: 0x0000004c +0x00000934:ix_offs[0075]: 0x00001914 0x00000d30:ix_lens[0075]: 0x00000062 +0x00000938:ix_offs[0076]: 0x00001976 0x00000d34:ix_lens[0076]: 0x00000055 +0x0000093c:ix_offs[0077]: 0x000019cb 0x00000d38:ix_lens[0077]: 0x00000079 +0x00000940:ix_offs[0078]: 0x00001a44 0x00000d3c:ix_lens[0078]: 0x00000057 +0x00000944:ix_offs[0079]: 0x00001a9b 0x00000d40:ix_lens[0079]: 0x00000082 +0x00000948:ix_offs[0080]: 0x00001b1d 0x00000d44:ix_lens[0080]: 0x00000067 +0x0000094c:ix_offs[0081]: 0x00001b84 0x00000d48:ix_lens[0081]: 0x00000084 +0x00000950:ix_offs[0082]: 0x00001c08 0x00000d4c:ix_lens[0082]: 0x00000075 +0x00000954:ix_offs[0083]: 0x00001c7d 0x00000d50:ix_lens[0083]: 0x00000061 +0x00000958:ix_offs[0084]: 0x00001cde 0x00000d54:ix_lens[0084]: 0x0000003d +0x0000095c:ix_offs[0085]: 0x00001d1b 0x00000d58:ix_lens[0085]: 0x0000004c +0x00000960:ix_offs[0086]: 0x00001d67 0x00000d5c:ix_lens[0086]: 0x0000004a +0x00000964:ix_offs[0087]: 0x00001db1 0x00000d60:ix_lens[0087]: 0x00000065 +0x00000968:ix_offs[0088]: 0x00001e16 0x00000d64:ix_lens[0088]: 0x0000004a +0x0000096c:ix_offs[0089]: 0x00001e60 0x00000d68:ix_lens[0089]: 0x00000067 +0x00000970:ix_offs[0090]: 0x00001ec7 0x00000d6c:ix_lens[0090]: 0x0000006e +0x00000974:ix_offs[0091]: 0x00001f35 0x00000d70:ix_lens[0091]: 0x00000061 +0x00000978:ix_offs[0092]: 0x00001f96 0x00000d74:ix_lens[0092]: 0x0000004d +0x0000097c:ix_offs[0093]: 0x00001fe3 0x00000d78:ix_lens[0093]: 0x00000049 +0x00000980:ix_offs[0094]: 0x0000202c 0x00000d7c:ix_lens[0094]: 0x00000035 +0x00000984:ix_offs[0095]: 0x00002061 0x00000d80:ix_lens[0095]: 0x00000060 +0x00000988:ix_offs[0096]: 0x000020c1 0x00000d84:ix_lens[0096]: 0x00000055 +0x0000098c:ix_offs[0097]: 0x00002116 0x00000d88:ix_lens[0097]: 0x00000055 +0x00000990:ix_offs[0098]: 0x0000216b 0x00000d8c:ix_lens[0098]: 0x00000051 +0x00000994:ix_offs[0099]: 0x000021bc 0x00000d90:ix_lens[0099]: 0x0000004d +0x00000998:ix_offs[0100]: 0x00002209 0x00000d94:ix_lens[0100]: 0x00000053 +0x0000099c:ix_offs[0101]: 0x0000225c 0x00000d98:ix_lens[0101]: 0x0000006f +0x000009a0:ix_offs[0102]: 0x000022cb 0x00000d9c:ix_lens[0102]: 0x0000007d +0x000009a4:ix_offs[0103]: 0x00002348 0x00000da0:ix_lens[0103]: 0x00000085 +0x000009a8:ix_offs[0104]: 0x000023cd 0x00000da4:ix_lens[0104]: 0x00000092 +0x000009ac:ix_offs[0105]: 0x0000245f 0x00000da8:ix_lens[0105]: 0x0000009a +0x000009b0:ix_offs[0106]: 0x000024f9 0x00000dac:ix_lens[0106]: 0x00000041 +0x000009b4:ix_offs[0107]: 0x0000253a 0x00000db0:ix_lens[0107]: 0x00000079 +0x000009b8:ix_offs[0108]: 0x000025b3 0x00000db4:ix_lens[0108]: 0x00000065 +0x000009bc:ix_offs[0109]: 0x00002618 0x00000db8:ix_lens[0109]: 0x0000003b +0x000009c0:ix_offs[0110]: 0x00002653 0x00000dbc:ix_lens[0110]: 0x00000060 +0x000009c4:ix_offs[0111]: 0x000026b3 0x00000dc0:ix_lens[0111]: 0x000000cb +0x000009c8:ix_offs[0112]: 0x0000277e 0x00000dc4:ix_lens[0112]: 0x0000005f +0x000009cc:ix_offs[0113]: 0x000027dd 0x00000dc8:ix_lens[0113]: 0x00000069 +0x000009d0:ix_offs[0114]: 0x00002846 0x00000dcc:ix_lens[0114]: 0x00000036 +0x000009d4:ix_offs[0115]: 0x0000287c 0x00000dd0:ix_lens[0115]: 0x00000056 +0x000009d8:ix_offs[0116]: 0x000028d2 0x00000dd4:ix_lens[0116]: 0x00000051 +0x000009dc:ix_offs[0117]: 0x00002923 0x00000dd8:ix_lens[0117]: 0x0000004e +0x000009e0:ix_offs[0118]: 0x00002971 0x00000ddc:ix_lens[0118]: 0x00000050 +0x000009e4:ix_offs[0119]: 0x000029c1 0x00000de0:ix_lens[0119]: 0x0000004a +0x000009e8:ix_offs[0120]: 0x00002a0b 0x00000de4:ix_lens[0120]: 0x00000051 +0x000009ec:ix_offs[0121]: 0x00002a5c 0x00000de8:ix_lens[0121]: 0x00000057 +0x000009f0:ix_offs[0122]: 0x00002ab3 0x00000dec:ix_lens[0122]: 0x0000004f +0x000009f4:ix_offs[0123]: 0x00002b02 0x00000df0:ix_lens[0123]: 0x0000005b +0x000009f8:ix_offs[0124]: 0x00002b5d 0x00000df4:ix_lens[0124]: 0x0000004b +0x000009fc:ix_offs[0125]: 0x00002ba8 0x00000df8:ix_lens[0125]: 0x00000053 +0x00000a00:ix_offs[0126]: 0x00002bfb 0x00000dfc:ix_lens[0126]: 0x00000049 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2027 offs: 0x00000000 lens: 0x00000049 +0x00001000-0x00001048: +>>0 @I2027@ INDI +1 NAME Cenferth // +1 SEX M +1 FAMC @F1074@ +1 FAMS @F1073@ +<< +[0001] INDI rkey: I2028 offs: 0x00000049 lens: 0x00000049 +0x00001049-0x00001091: +>>0 @I2028@ INDI +1 NAME Cuthgils // +1 SEX M +1 FAMC @F1070@ +1 FAMS @F1074@ +<< +[0002] INDI rkey: I2029 offs: 0x00000092 lens: 0x0000005b +0x00001092-0x000010ec: +>>0 @I2029@ INDI +1 NAME Cwichelm // +1 SEX M +1 DEAT +2 DATE 636 +1 FAMC @F1071@ +1 FAMS @F1075@ +<< +[0003] INDI rkey: I2030 offs: 0x000000ed lens: 0x00000058 +0x000010ed-0x00001144: +>>0 @I2030@ INDI +1 NAME Cenwealh // +1 SEX M +1 FAMC @F1071@ +1 FAMS @F1076@ +1 FAMS @F1077@ +<< +[0004] INDI rkey: I2031 offs: 0x00000145 lens: 0x00000050 +0x00001145-0x00001194: +>>0 @I2031@ INDI +1 NAME Centwine // +1 SEX M +1 TITL King of Wessex +1 FAMC @F1071@ +<< +[0005] INDI rkey: I2032 offs: 0x00000195 lens: 0x00000049 +0x00001195-0x000011dd: +>>0 @I2032@ INDI +1 NAME Cyneburh // +1 SEX F +1 FAMC @F1071@ +1 FAMS @F1078@ +<< +[0006] INDI rkey: I2033 offs: 0x000001de lens: 0x00000031 +0x000011de-0x0000120e: +>>0 @I2033@ INDI +1 NAME Cuthred // +1 FAMC @F1075@ +<< +[0007] INDI rkey: I2034 offs: 0x0000020f lens: 0x00000039 +0x0000120f-0x00001247: +>>0 @I2034@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F1076@ +<< +[0008] INDI rkey: I2035 offs: 0x00000248 lens: 0x00000050 +0x00001248-0x00001297: +>>0 @I2035@ INDI +1 NAME Sexburh // +1 SEX F +1 TITL Queen of Wessex +1 FAMS @F1077@ +<< +[0009] INDI rkey: I2036 offs: 0x00000298 lens: 0x00000052 +0x00001298-0x000012e9: +>>0 @I2036@ INDI +1 NAME Oswald of_Northumbria // +1 SEX M +1 TITL King +1 FAMS @F1078@ +<< +[0010] INDI rkey: I2037 offs: 0x000002ea lens: 0x00000049 +0x000012ea-0x00001332: +>>0 @I2037@ INDI +1 NAME Cuthwine // +1 SEX M +1 FAMC @F1043@ +1 FAMS @F1079@ +<< +[0011] INDI rkey: I2038 offs: 0x00000333 lens: 0x00000045 +0x00001333-0x00001377: +>>0 @I2038@ INDI +1 NAME Chad // +1 SEX M +1 FAMC @F1079@ +1 FAMS @F1080@ +<< +[0012] INDI rkey: I2039 offs: 0x00000378 lens: 0x00000049 +0x00001378-0x000013c0: +>>0 @I2039@ INDI +1 NAME Cynebald // +1 SEX M +1 FAMC @F1079@ +1 FAMS @F1081@ +<< +[0013] INDI rkey: I2040 offs: 0x000003c1 lens: 0x00000050 +0x000013c1-0x00001410: +>>0 @I2040@ INDI +1 NAME Cuthwulf (Cutha) // +1 SEX M +1 FAMC @F1079@ +1 FAMS @F1082@ +<< +[0014] INDI rkey: I2041 offs: 0x00000411 lens: 0x0000005a +0x00001411-0x0000146a: +>>0 @I2041@ INDI +1 NAME Cenbert // +1 SEX M +1 DEAT +2 DATE 661 +1 FAMC @F1080@ +1 FAMS @F1083@ +<< +[0015] INDI rkey: I2042 offs: 0x0000046b lens: 0x00000076 +0x0000146b-0x000014e0: +>>0 @I2042@ INDI +1 NAME Cedwalla // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 689 +2 PLAC Rome,,,Italy +1 FAMC @F1083@ +<< +[0016] INDI rkey: I2043 offs: 0x000004e1 lens: 0x0000005b +0x000014e1-0x0000153b: +>>0 @I2043@ INDI +1 NAME Mul // +1 SEX M +1 TITL King of Kent +1 DEAT +2 DATE 687 +1 FAMC @F1083@ +<< +[0017] INDI rkey: I2044 offs: 0x0000053c lens: 0x00000052 +0x0000153c-0x0000158d: +>>0 @I2044@ INDI +1 NAME Oswald /Atheling/ +1 SEX M +1 DEAT +2 DATE 729 +1 FAMC @F1084@ +<< +[0018] INDI rkey: I2045 offs: 0x0000058e lens: 0x0000004a +0x0000158e-0x000015d7: +>>0 @I2045@ INDI +1 NAME Ethelbald // +1 SEX M +1 FAMC @F1081@ +1 FAMS @F1084@ +<< +[0019] INDI rkey: I2046 offs: 0x000005d8 lens: 0x0000007f +0x000015d8-0x00001656: +>>0 @I2046@ INDI +1 NAME Ine // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 728 +2 PLAC Rome,,Italy +1 FAMC @F1085@ +1 FAMS @F1086@ +<< +[0020] INDI rkey: I2047 offs: 0x00000657 lens: 0x00000047 +0x00001657-0x0000169d: +>>0 @I2047@ INDI +1 NAME Cenred // +1 SEX M +1 FAMC @F1087@ +1 FAMS @F1085@ +<< +[0021] INDI rkey: I2048 offs: 0x0000069e lens: 0x00000049 +0x0000169e-0x000016e6: +>>0 @I2048@ INDI +1 NAME Ceolwald // +1 SEX M +1 FAMC @F1082@ +1 FAMS @F1087@ +<< +[0022] INDI rkey: I2049 offs: 0x000006e7 lens: 0x0000003b +0x000016e7-0x00001721: +>>0 @I2049@ INDI +1 NAME Ethelburh // +1 SEX F +1 FAMS @F1086@ +<< +[0023] INDI rkey: I2050 offs: 0x00000722 lens: 0x00000059 +0x00001722-0x0000177a: +>>0 @I2050@ INDI +1 NAME Ingild // +1 SEX M +1 DEAT +2 DATE 718 +1 FAMC @F1085@ +1 FAMS @F1088@ +<< +[0024] INDI rkey: I2051 offs: 0x0000077b lens: 0x00000053 +0x0000177b-0x000017cd: +>>0 @I2051@ INDI +1 NAME Cwenburh of_Wimborne // +1 SEX F +1 TITL Abbess +1 FAMC @F1085@ +<< +[0025] INDI rkey: I2052 offs: 0x000007ce lens: 0x00000049 +0x000017ce-0x00001816: +>>0 @I2052@ INDI +1 NAME Cuthburh // +1 SEX F +1 FAMC @F1085@ +1 FAMS @F1089@ +<< +[0026] INDI rkey: I2053 offs: 0x00000817 lens: 0x00000053 +0x00001817-0x00001869: +>>0 @I2053@ INDI +1 NAME Aldfrid of_Northumbria // +1 SEX M +1 TITL King +1 FAMS @F1089@ +<< +[0027] INDI rkey: I2054 offs: 0x0000086a lens: 0x00000074 +0x0000186a-0x000018dd: +>>0 @I2054@ INDI +1 NAME Ealhmund of_Kent // +1 SEX M +1 TITL Under-King +1 DEAT +2 DATE 786 +1 FAMC @F1090@ +1 FAMS @F1035@ +<< +[0028] INDI rkey: I2055 offs: 0x000008de lens: 0x00000045 +0x000018de-0x00001922: +>>0 @I2055@ INDI +1 NAME Eaba // +1 SEX M +1 FAMC @F1091@ +1 FAMS @F1090@ +<< +[0029] INDI rkey: I2056 offs: 0x00000923 lens: 0x00000046 +0x00001923-0x00001968: +>>0 @I2056@ INDI +1 NAME Eoppa // +1 SEX M +1 FAMC @F1088@ +1 FAMS @F1091@ +<< +[0030] INDI rkey: I2057 offs: 0x00000969 lens: 0x00000050 +0x00001969-0x000019b8: +>>0 @I2057@ INDI +1 NAME William of_Hainault // +1 SEX M +1 TITL Count +1 FAMS @F634@ +<< +[0031] INDI rkey: I2058 offs: 0x000009b9 lens: 0x00000052 +0x000019b9-0x00001a0a: +>>0 @I2058@ INDI +1 NAME Thomas /Holland/ +1 SEX M +1 TITL Earl of Kent +1 FAMS @F764@ +<< +[0032] INDI rkey: I2059 offs: 0x00000a0b lens: 0x00000056 +0x00001a0b-0x00001a60: +>>0 @I2059@ INDI +1 NAME William /de_Burgh/ +1 SEX M +1 TITL Earl of Ulster +1 FAMS @F769@ +<< +[0033] INDI rkey: I2060 offs: 0x00000a61 lens: 0x00000056 +0x00001a61-0x00001ab6: +>>0 @I2060@ INDI +1 NAME Galeazzo /Visconti/ +1 SEX M +1 TITL Duke of Milan +1 FAMS @F716@ +<< +[0034] INDI rkey: I2061 offs: 0x00000ab7 lens: 0x00000051 +0x00001ab7-0x00001b07: +>>0 @I2061@ INDI +1 NAME Otho of_Montferrat // +1 SEX M +1 TITL Marquis +1 FAMS @F717@ +<< +[0035] INDI rkey: I2062 offs: 0x00000b08 lens: 0x0000005e +0x00001b08-0x00001b65: +>>0 @I2062@ INDI +1 NAME Pedro_III of_Castile // +1 SEX M +1 TITL King +1 FAMS @F768@ +1 FAMS @F707@ +<< +[0036] INDI rkey: I2063 offs: 0x00000b66 lens: 0x0000004f +0x00001b66-0x00001bb4: +>>0 @I2063@ INDI +1 NAME Payne of_Guienne /Roet/ +1 SEX M +1 TITL Sir +1 FAMS @F701@ +<< +[0037] INDI rkey: I2064 offs: 0x00000bb5 lens: 0x00000048 +0x00001bb5-0x00001bfc: +>>0 @I2064@ INDI +1 NAME Hugh /Swynford/ +1 SEX M +1 TITL Sir +1 FAMS @F702@ +<< +[0038] INDI rkey: I2065 offs: 0x00000bfd lens: 0x00000049 +0x00001bfd-0x00001c45: +>>0 @I2065@ INDI +1 NAME Katherine // +1 SEX F +1 FAMC @F639@ +1 FAMS @F1092@ +<< +[0039] INDI rkey: I2066 offs: 0x00000c46 lens: 0x00000087 +0x00001c46-0x00001ccc: +>>0 @I2066@ INDI +1 NAME Henry_III // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1379 +1 DEAT +2 DATE 1406 +1 FAMC @F1093@ +1 FAMS @F1092@ +<< +[0040] INDI rkey: I2067 offs: 0x00000ccd lens: 0x0000008a +0x00001ccd-0x00001d56: +>>0 @I2067@ INDI +1 NAME John_I (Juan) // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1358 +1 DEAT +2 DATE 1390 +1 FAMC @F1094@ +1 FAMS @F1093@ +<< +[0041] INDI rkey: I2068 offs: 0x00000d57 lens: 0x00000087 +0x00001d57-0x00001ddd: +>>0 @I2068@ INDI +1 NAME Henry_II (Enrique) // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE ABT 1333 +1 DEAT +2 DATE 1379 +1 FAMS @F1094@ +<< +[0042] INDI rkey: I2069 offs: 0x00000dde lens: 0x00000058 +0x00001dde-0x00001e35: +>>0 @I2069@ INDI +1 NAME Humphrey of_Hereford /De_Bohun/ +1 SEX M +1 TITL Earl +1 FAMS @F711@ +<< +[0043] INDI rkey: I2070 offs: 0x00000e36 lens: 0x0000004e +0x00001e36-0x00001e83: +>>0 @I2070@ INDI +1 NAME Edmund of_Stafford // +1 SEX M +1 TITL Earl +1 FAMS @F872@ +<< +[0044] INDI rkey: I2071 offs: 0x00000e84 lens: 0x00000052 +0x00001e84-0x00001ed5: +>>0 @I2071@ INDI +1 NAME Humphrey of_Buckingham // +1 SEX M +1 TITL Earl +1 FAMC @F644@ +<< +[0045] INDI rkey: I2072 offs: 0x00000ed6 lens: 0x00000035 +0x00001ed6-0x00001f0a: +>>0 @I2072@ INDI +1 NAME Joan // +1 SEX F +1 FAMC @F644@ +<< +[0046] INDI rkey: I2073 offs: 0x00000f0b lens: 0x00000037 +0x00001f0b-0x00001f41: +>>0 @I2073@ INDI +1 NAME Isabel // +1 SEX F +1 FAMC @F644@ +<< +[0047] INDI rkey: I2074 offs: 0x00000f42 lens: 0x00000069 +0x00001f42-0x00001faa: +>>0 @I2074@ INDI +1 NAME Isabelle of_Bavaria // +1 SEX F +1 BIRT +2 DATE 1371 +1 DEAT +2 DATE 1435 +1 FAMS @F621@ +<< +[0048] INDI rkey: I2075 offs: 0x00000fab lens: 0x000000e5 +0x00001fab-0x0000208f: +>>0 @I2075@ INDI +1 NAME Charles_VI the_Beloved // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 3 DEC 1368 +2 PLAC Paris,France +1 DEAT +2 DATE 22 OCT 1422 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1095@ +1 FAMS @F621@ +<< +[0049] INDI rkey: I2076 offs: 0x00001090 lens: 0x00000049 +0x00002090-0x000020d8: +>>0 @I2076@ INDI +1 NAME Robert /Ferrers/ +1 SEX M +1 TITL Sir +1 FAMS @F705@ +<< +[0050] INDI rkey: I2077 offs: 0x000010d9 lens: 0x00000048 +0x000020d9-0x00002120: +>>0 @I2077@ INDI +1 NAME Margaret // +1 SEX F +1 FAMC @F1096@ +1 FAMS @F782@ +<< +[0051] INDI rkey: I2078 offs: 0x00001121 lens: 0x0000004a +0x00002121-0x0000216a: +>>0 @I2078@ INDI +1 NAME Thomas /Neville/ +1 SEX M +1 TITL Sir +1 FAMS @F1096@ +<< +[0052] INDI rkey: I2079 offs: 0x0000116b lens: 0x00000050 +0x0000216b-0x000021ba: +>>0 @I2079@ INDI +1 NAME Margaret /Beaufort/ +1 SEX F +1 FAMC @F703@ +1 FAMS @F1097@ +<< +[0053] INDI rkey: I2080 offs: 0x000011bb lens: 0x00000058 +0x000021bb-0x00002212: +>>0 @I2080@ INDI +1 NAME Thomas /Courtenay/ +1 SEX M +1 TITL Earl of Devon V +1 FAMS @F1097@ +<< +[0054] INDI rkey: I2081 offs: 0x00001213 lens: 0x00000050 +0x00002213-0x00002262: +>>0 @I2081@ INDI +1 NAME Eleanor /Beauchamp/ +1 SEX F +1 FAMC @F1098@ +1 FAMS @F706@ +<< +[0055] INDI rkey: I2082 offs: 0x00001263 lens: 0x00000059 +0x00002263-0x000022bb: +>>0 @I2082@ INDI +1 NAME Richard /Beauchamp/ +1 SEX M +1 TITL Earl of Warwick +1 FAMS @F1098@ +<< +[0056] INDI rkey: I2083 offs: 0x000012bc lens: 0x00000067 +0x000022bc-0x00002322: +>>0 @I2083@ INDI +1 NAME Henry /Beaufort/ +1 SEX M +1 TITL Duke Sommerset +1 DEAT +2 DATE 1463 +1 FAMC @F706@ +<< +[0057] INDI rkey: I2084 offs: 0x00001323 lens: 0x00000068 +0x00002323-0x0000238a: +>>0 @I2084@ INDI +1 NAME Edmund /Beaufort/ +1 SEX M +1 TITL Duke Sommerset +1 DEAT +2 DATE 1471 +1 FAMC @F706@ +<< +[0058] INDI rkey: I2085 offs: 0x0000138b lens: 0x00000050 +0x0000238b-0x000023da: +>>0 @I2085@ INDI +1 NAME John /Beaufort/ +1 SEX M +1 DEAT +2 DATE 1471 +1 FAMC @F706@ +<< +[0059] INDI rkey: I2086 offs: 0x000013db lens: 0x0000005e +0x000023db-0x00002438: +>>0 @I2086@ INDI +1 NAME Eleanor /Beaufort/ +1 SEX F +1 FAMC @F706@ +1 FAMS @F1099@ +1 FAMS @F1100@ +<< +[0060] INDI rkey: I2087 offs: 0x00001439 lens: 0x0000005b +0x00002439-0x00002493: +>>0 @I2087@ INDI +1 NAME Joan /Beaufort/ +1 SEX F +1 FAMC @F706@ +1 FAMS @F1101@ +1 FAMS @F1102@ +<< +[0061] INDI rkey: I2088 offs: 0x00001494 lens: 0x0000004c +0x00002494-0x000024df: +>>0 @I2088@ INDI +1 NAME Anne /Beaufort/ +1 SEX F +1 FAMC @F706@ +1 FAMS @F1103@ +<< +[0062] INDI rkey: I2089 offs: 0x000014e0 lens: 0x0000005f +0x000024e0-0x0000253e: +>>0 @I2089@ INDI +1 NAME Margaret /Beaufort/ +1 SEX F +1 FAMC @F706@ +1 FAMS @F1104@ +1 FAMS @F1105@ +<< +[0063] INDI rkey: I2090 offs: 0x0000153f lens: 0x00000051 +0x0000253f-0x0000258f: +>>0 @I2090@ INDI +1 NAME Elizabeth /Beaufort/ +1 SEX F +1 FAMC @F706@ +1 FAMS @F1106@ +<< +[0064] INDI rkey: I2091 offs: 0x00001590 lens: 0x00000055 +0x00002590-0x000025e4: +>>0 @I2091@ INDI +1 NAME James of_Wiltshire /Butler/ +1 SEX M +1 TITL Earl +1 FAMS @F1099@ +<< +[0065] INDI rkey: I2092 offs: 0x000015e5 lens: 0x0000004a +0x000025e5-0x0000262e: +>>0 @I2092@ INDI +1 NAME Robert /Spencer/ +1 SEX M +1 TITL Sir +1 FAMS @F1100@ +<< +[0066] INDI rkey: I2093 offs: 0x0000162f lens: 0x00000056 +0x0000262f-0x00002684: +>>0 @I2093@ INDI +1 NAME Robert /St._Lawrence/ +1 SEX M +1 TITL Lord Howth +1 FAMS @F1101@ +<< +[0067] INDI rkey: I2094 offs: 0x00001685 lens: 0x0000003c +0x00002685-0x000026c0: +>>0 @I2094@ INDI +1 NAME Richard /Fry/ +1 SEX M +1 FAMS @F1102@ +<< +[0068] INDI rkey: I2095 offs: 0x000016c1 lens: 0x0000003f +0x000026c1-0x000026ff: +>>0 @I2095@ INDI +1 NAME William /Paston/ +1 SEX M +1 FAMS @F1103@ +<< +[0069] INDI rkey: I2096 offs: 0x00001700 lens: 0x00000052 +0x00002700-0x00002751: +>>0 @I2096@ INDI +1 NAME Humphrey // +1 SEX M +1 TITL Earl of Stafford +1 FAMS @F1104@ +<< +[0070] INDI rkey: I2097 offs: 0x00001752 lens: 0x0000004a +0x00002752-0x0000279b: +>>0 @I2097@ INDI +1 NAME Richard /Darell/ +1 SEX M +1 TITL Sir +1 FAMS @F1105@ +<< +[0071] INDI rkey: I2098 offs: 0x0000179c lens: 0x0000004b +0x0000279c-0x000027e6: +>>0 @I2098@ INDI +1 NAME Henry Fitz /Lewes/ +1 SEX M +1 TITL Sir +1 FAMS @F1106@ +<< +[0072] INDI rkey: I2099 offs: 0x000017e7 lens: 0x00000068 +0x000027e7-0x0000284e: +>>0 @I2099@ INDI +1 NAME Thomas of_Wiltshire /Boleyn/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1536 +1 FAMS @F499@ +<< +[0073] INDI rkey: I2100 offs: 0x0000184f lens: 0x00000079 +0x0000284f-0x000028c7: +>>0 @I2100@ INDI +1 NAME Joanna the_Mad (Juana)// +1 SEX F +1 BIRT +2 DATE 1479 +1 DEAT +2 DATE 1555 +1 FAMC @F489@ +1 FAMS @F516@ +<< +[0074] INDI rkey: I2101 offs: 0x000018c8 lens: 0x0000004c +0x000028c8-0x00002913: +>>0 @I2101@ INDI +1 NAME William /Cavendish/ +1 SEX M +1 TITL Sir +1 FAMS @F778@ +<< +[0075] INDI rkey: I2102 offs: 0x00001914 lens: 0x00000062 +0x00002914-0x00002975: +>>0 @I2102@ INDI +1 NAME Frances /Devereux/ +1 SEX F +1 DEAT +2 DATE 1674 +1 FAMC @F1107@ +1 FAMS @F781@ +<< +[0076] INDI rkey: I2103 offs: 0x00001976 lens: 0x00000055 +0x00002976-0x000029ca: +>>0 @I2103@ INDI +1 NAME Robert /Devereux/ +1 SEX M +1 TITL Earl of Essex +1 FAMS @F1107@ +<< +[0077] INDI rkey: I2104 offs: 0x000019cb lens: 0x00000079 +0x000029cb-0x00002a43: +>>0 @I2104@ INDI +1 NAME Henry of_Cumberland /Clifford/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1569 +1 FAMS @F774@ +1 FAMS @F1108@ +<< +[0078] INDI rkey: I2105 offs: 0x00001a44 lens: 0x00000057 +0x00002a44-0x00002a9a: +>>0 @I2105@ INDI +1 NAME Adrian /Stokes/ +1 SEX M +1 DEAT +2 DATE ABT 1581 +1 FAMS @F773@ +<< +[0079] INDI rkey: I2106 offs: 0x00001a9b lens: 0x00000082 +0x00002a9b-0x00002b1c: +>>0 @I2106@ INDI +1 NAME Catherine /Grey/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE ABT 1568 +1 FAMC @F509@ +1 FAMS @F1109@ +1 FAMS @F1110@ +<< +[0080] INDI rkey: I2107 offs: 0x00001b1d lens: 0x00000067 +0x00002b1d-0x00002b83: +>>0 @I2107@ INDI +1 NAME Mary /Grey/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1578 +1 FAMC @F509@ +1 FAMS @F1111@ +<< +[0081] INDI rkey: I2108 offs: 0x00001b84 lens: 0x00000084 +0x00002b84-0x00002c07: +>>0 @I2108@ INDI +1 NAME Edward /Seymour/ +1 SEX M +1 TITL Earl of Hertford +1 FAMC @F1112@ +1 FAMS @F1110@ +1 FAMS @F1113@ +1 FAMS @F1114@ +<< +[0082] INDI rkey: I2109 offs: 0x00001c08 lens: 0x00000075 +0x00002c08-0x00002c7c: +>>0 @I2109@ INDI +1 NAME Edward Beauchamp /Seymour/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1612 +1 FAMC @F1110@ +1 FAMS @F780@ +<< +[0083] INDI rkey: I2110 offs: 0x00001c7d lens: 0x00000061 +0x00002c7d-0x00002cdd: +>>0 @I2110@ INDI +1 NAME Thomas /Seymour/ +1 SEX M +1 DEAT +2 DATE 1600 +1 FAMC @F1110@ +1 FAMS @F1115@ +<< +[0084] INDI rkey: I2111 offs: 0x00001cde lens: 0x0000003d +0x00002cde-0x00002d1a: +>>0 @I2111@ INDI +1 NAME Isabel /Onley/ +1 SEX F +1 FAMS @F1115@ +<< +[0085] INDI rkey: I2112 offs: 0x00001d1b lens: 0x0000004c +0x00002d1b-0x00002d66: +>>0 @I2112@ INDI +1 NAME Honora /Rogers/ +1 SEX F +1 FAMC @F1116@ +1 FAMS @F780@ +<< +[0086] INDI rkey: I2113 offs: 0x00001d67 lens: 0x0000004a +0x00002d67-0x00002db0: +>>0 @I2113@ INDI +1 NAME Richard /Rogers/ +1 SEX M +1 TITL Sir +1 FAMS @F1116@ +<< +[0087] INDI rkey: I2114 offs: 0x00001db1 lens: 0x00000065 +0x00002db1-0x00002e15: +>>0 @I2114@ INDI +1 NAME Frederick Henry // +1 SEX M +1 BIRT +2 DATE 1614 +1 DEAT +2 DATE 1629 +1 FAMC @F438@ +<< +[0088] INDI rkey: I2115 offs: 0x00001e16 lens: 0x0000004a +0x00002e16-0x00002e5f: +>>0 @I2115@ INDI +1 NAME Philip // +1 SEX M +1 DEAT +2 DATE 1650 +1 FAMC @F438@ +<< +[0089] INDI rkey: I2116 offs: 0x00001e60 lens: 0x00000067 +0x00002e60-0x00002ec6: +>>0 @I2116@ INDI +1 NAME Elizabeth of_Hervorden // +1 SEX F +1 TITL Abbess +1 DEAT +2 DATE 1680 +1 FAMC @F438@ +<< +[0090] INDI rkey: I2117 offs: 0x00001ec7 lens: 0x0000006e +0x00002ec7-0x00002f34: +>>0 @I2117@ INDI +1 NAME Louisa Hollandine of_Maubisson// +1 SEX F +1 TITL Abbess +1 DEAT +2 DATE 1709 +1 FAMC @F438@ +<< +[0091] INDI rkey: I2118 offs: 0x00001f35 lens: 0x00000061 +0x00002f35-0x00002f95: +>>0 @I2118@ INDI +1 NAME Henrietta Maria // +1 SEX F +1 DEAT +2 DATE 1651 +1 FAMC @F438@ +1 FAMS @F1117@ +<< +[0092] INDI rkey: I2119 offs: 0x00001f96 lens: 0x0000004d +0x00002f96-0x00002fe2: +>>0 @I2119@ INDI +1 NAME Charlotte // +1 SEX F +1 DEAT +2 DATE 1631 +1 FAMC @F438@ +<< +[0093] INDI rkey: I2120 offs: 0x00001fe3 lens: 0x00000049 +0x00002fe3-0x0000302b: +>>0 @I2120@ INDI +1 NAME William of_Hesse /Landgrave/ +1 SEX M +1 FAMS @F451@ +<< +[0094] INDI rkey: I2121 offs: 0x0000202c lens: 0x00000035 +0x0000302c-0x00003060: +>>0 @I2121@ INDI +1 NAME Anne // +1 SEX F +1 FAMS @F450@ +<< +[0095] INDI rkey: I2122 offs: 0x00002061 lens: 0x00000060 +0x00003061-0x000030c0: +>>0 @I2122@ INDI +1 NAME Sigismund of_Transylvania /Ragotski/ +1 SEX M +1 TITL Prince +1 FAMS @F1117@ +<< +[0096] INDI rkey: I2123 offs: 0x000020c1 lens: 0x00000055 +0x000030c1-0x00003115: +>>0 @I2123@ INDI +1 NAME Frederick Augustus // +1 SEX M +1 DEAT +2 DATE 1690 +1 FAMC @F217@ +<< +[0097] INDI rkey: I2124 offs: 0x00002116 lens: 0x00000055 +0x00003116-0x0000316a: +>>0 @I2124@ INDI +1 NAME Maximilian William // +1 SEX M +1 DEAT +2 DATE 1726 +1 FAMC @F217@ +<< +[0098] INDI rkey: I2125 offs: 0x0000216b lens: 0x00000051 +0x0000316b-0x000031bb: +>>0 @I2125@ INDI +1 NAME Charles Philip // +1 SEX M +1 DEAT +2 DATE 1690 +1 FAMC @F217@ +<< +[0099] INDI rkey: I2126 offs: 0x000021bc lens: 0x0000004d +0x000031bc-0x00003208: +>>0 @I2126@ INDI +1 NAME Christian // +1 SEX M +1 DEAT +2 DATE 1703 +1 FAMC @F217@ +<< +[0100] INDI rkey: I2127 offs: 0x00002209 lens: 0x00000053 +0x00003209-0x0000325b: +>>0 @I2127@ INDI +1 NAME Edward /Hyde/ +1 SEX M +1 TITL Earl of Claredon +1 FAMS @F428@ +<< +[0101] INDI rkey: I2128 offs: 0x0000225c lens: 0x0000006f +0x0000325c-0x000032ca: +>>0 @I2128@ INDI +1 NAME Anna Maria // +1 SEX F +1 BIRT +2 DATE 1669 +1 DEAT +2 DATE 1728 +1 FAMC @F443@ +1 FAMS @F1118@ +<< +[0102] INDI rkey: I2129 offs: 0x000022cb lens: 0x0000007d +0x000032cb-0x00003347: +>>0 @I2129@ INDI +1 NAME Victor Amadeus_II // +1 SEX M +1 TITL Duke of Savoy +1 BIRT +2 DATE 1666 +1 DEAT +2 DATE 1732 +1 FAMS @F1118@ +<< +[0103] INDI rkey: I2130 offs: 0x00002348 lens: 0x00000085 +0x00003348-0x000033cc: +>>0 @I2130@ INDI +1 NAME Charles_II // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1661 +1 DEAT +2 DATE 1700 +1 FAMC @F1119@ +1 FAMS @F540@ +<< +[0104] INDI rkey: I2131 offs: 0x000023cd lens: 0x00000092 +0x000033cd-0x0000345e: +>>0 @I2131@ INDI +1 NAME Philip_IV // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1605 +1 DEAT +2 DATE 1665 +1 FAMC @F534@ +1 FAMS @F527@ +1 FAMS @F1119@ +<< +[0105] INDI rkey: I2132 offs: 0x0000245f lens: 0x0000009a +0x0000345f-0x000034f8: +>>0 @I2132@ INDI +1 NAME Philip_III // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1578 +2 PLAC Madrid,,,Spain +1 DEAT +2 DATE 1621 +1 FAMC @F515@ +1 FAMS @F534@ +<< +[0106] INDI rkey: I2133 offs: 0x000024f9 lens: 0x00000041 +0x000034f9-0x00003539: +>>0 @I2133@ INDI +1 NAME Maria of_Portugal // +1 SEX F +1 FAMS @F513@ +<< +[0107] INDI rkey: I2134 offs: 0x0000253a lens: 0x00000079 +0x0000353a-0x000035b2: +>>0 @I2134@ INDI +1 NAME Elizabeth of_France // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1545 +1 DEAT +2 DATE 1568 +1 FAMS @F514@ +<< +[0108] INDI rkey: I2135 offs: 0x000025b3 lens: 0x00000065 +0x000035b3-0x00003617: +>>0 @I2135@ INDI +1 NAME Anne of_Austria // +1 SEX F +1 BIRT +2 DATE 1549 +1 DEAT +2 DATE 1580 +1 FAMS @F515@ +<< +[0109] INDI rkey: I2136 offs: 0x00002618 lens: 0x0000003b +0x00003618-0x00003652: +>>0 @I2136@ INDI +1 NAME Don_Carlos // +1 SEX M +1 FAMC @F513@ +<< +[0110] INDI rkey: I2137 offs: 0x00002653 lens: 0x00000060 +0x00003653-0x000036b2: +>>0 @I2137@ INDI +1 NAME James Louis /Sobieski/ +1 SEX M +1 TITL Prince +1 FAMC @F1120@ +1 FAMS @F432@ +<< +[0111] INDI rkey: I2138 offs: 0x000026b3 lens: 0x000000cb +0x000036b3-0x0000377d: +>>0 @I2138@ INDI +1 NAME John_III /Sobieski/ +1 SEX M +1 TITL King of Poland +1 BIRT +2 DATE 9 JUN 1624 +2 PLAC Olesko,Now:,Ukraine,SSR +1 DEAT +2 DATE 17 JUN 1696 +2 PLAC Wilanow,Nr.,Warsaw,Poland +1 FAMS @F1120@ +<< +[0112] INDI rkey: I2139 offs: 0x0000277e lens: 0x0000005f +0x0000377e-0x000037dc: +>>0 @I2139@ INDI +1 NAME Gustavus Adolphus of_Stolberg-Ged.// +1 SEX M +1 TITL Prince +1 FAMS @F434@ +<< +[0113] INDI rkey: I2140 offs: 0x000027dd lens: 0x00000069 +0x000037dd-0x00003845: +>>0 @I2140@ INDI +1 NAME George William of_Brunswick// +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1726 +1 FAMS @F218@ +<< +[0114] INDI rkey: I2141 offs: 0x00002846 lens: 0x00000036 +0x00003846-0x0000387b: +>>0 @I2141@ INDI +1 NAME Celle // +1 SEX F +1 FAMS @F218@ +<< +[0115] INDI rkey: I2142 offs: 0x0000287c lens: 0x00000056 +0x0000387c-0x000038d1: +>>0 @I2142@ INDI +1 NAME Frederick_II of_Saxe-Gotha // +1 SEX M +1 TITL Duke +1 FAMS @F214@ +<< +[0116] INDI rkey: I2143 offs: 0x000028d2 lens: 0x00000051 +0x000038d2-0x00003922: +>>0 @I2143@ INDI +1 NAME Magdalena Augusta of_Anhalt-Zerbst// +1 SEX F +1 FAMS @F214@ +<< +[0117] INDI rkey: I2144 offs: 0x00002923 lens: 0x0000004e +0x00003923-0x00003970: +>>0 @I2144@ INDI +1 NAME Edward /Walpole/ +1 SEX M +1 TITL Hon. Sir +1 FAMS @F447@ +<< +[0118] INDI rkey: I2145 offs: 0x00002971 lens: 0x00000050 +0x00003971-0x000039c0: +>>0 @I2145@ INDI +1 NAME James Waldegrave_2nd // +1 SEX M +1 TITL Earl +1 FAMS @F448@ +<< +[0119] INDI rkey: I2146 offs: 0x000029c1 lens: 0x0000004a +0x000039c1-0x00003a0a: +>>0 @I2146@ INDI +1 NAME Sophia // +1 SEX F +1 DEAT +2 DATE 1844 +1 FAMC @F194@ +<< +[0120] INDI rkey: I2147 offs: 0x00002a0b lens: 0x00000051 +0x00003a0b-0x00003a5b: +>>0 @I2147@ INDI +1 NAME Charles Louis Frederick// +1 SEX M +1 TITL Duke +1 FAMS @F96@ +<< +[0121] INDI rkey: I2148 offs: 0x00002a5c lens: 0x00000057 +0x00003a5c-0x00003ab2: +>>0 @I2148@ INDI +1 NAME Elizabeth of_Saxe- Hildburghausen/Albertin/ +1 SEX F +1 FAMS @F96@ +<< +[0122] INDI rkey: I2149 offs: 0x00002ab3 lens: 0x0000004f +0x00003ab3-0x00003b01: +>>0 @I2149@ INDI +1 NAME Alfonso // +1 SEX M +1 TITL Infante of Spain +1 FAMS @F73@ +<< +[0123] INDI rkey: I2150 offs: 0x00002b02 lens: 0x0000005b +0x00003b02-0x00003b5c: +>>0 @I2150@ INDI +1 NAME Ernest of_Hohenlohe- Langenburg// +1 SEX M +1 TITL Prince +1 FAMS @F72@ +<< +[0124] INDI rkey: I2151 offs: 0x00002b5d lens: 0x0000004b +0x00003b5d-0x00003ba7: +>>0 @I2151@ INDI +1 NAME of_Dalhousie XIII// +1 SEX M +1 TITL Earl +1 FAMS @F90@ +<< +[0125] INDI rkey: I2152 offs: 0x00002ba8 lens: 0x00000053 +0x00003ba8-0x00003bfa: +>>0 @I2152@ INDI +1 NAME Katharine Fraser // +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMC @F909@ +<< +[0126] INDI rkey: I2153 offs: 0x00002bfb lens: 0x00000049 +0x00003bfb-0x00003c43: +>>0 @I2153@ INDI +1 NAME Alice // +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F909@ +<< + +0x00003c44: EOF (0x00003c44) GOOD + +BLOCK - DIRECTORY ae/ae +0x00000000:ix_self: 0x00040004 (ae/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2154' +0x00000016:ix_rkey[0001]: ' I2155' +0x0000001e:ix_rkey[0002]: ' I2156' +0x00000026:ix_rkey[0003]: ' I2157' +0x0000002e:ix_rkey[0004]: ' I2158' +0x00000036:ix_rkey[0005]: ' I2159' +0x0000003e:ix_rkey[0006]: ' I2160' +0x00000046:ix_rkey[0007]: ' I2161' +0x0000004e:ix_rkey[0008]: ' I2162' +0x00000056:ix_rkey[0009]: ' I2163' +0x0000005e:ix_rkey[0010]: ' I2164' +0x00000066:ix_rkey[0011]: ' I2165' +0x0000006e:ix_rkey[0012]: ' I2166' +0x00000076:ix_rkey[0013]: ' I2167' +0x0000007e:ix_rkey[0014]: ' I2168' +0x00000086:ix_rkey[0015]: ' I2169' +0x0000008e:ix_rkey[0016]: ' I2170' +0x00000096:ix_rkey[0017]: ' I2171' +0x0000009e:ix_rkey[0018]: ' I2172' +0x000000a6:ix_rkey[0019]: ' I2173' +0x000000ae:ix_rkey[0020]: ' I2174' +0x000000b6:ix_rkey[0021]: ' I2175' +0x000000be:ix_rkey[0022]: ' I2176' +0x000000c6:ix_rkey[0023]: ' I2177' +0x000000ce:ix_rkey[0024]: ' I2178' +0x000000d6:ix_rkey[0025]: ' I2179' +0x000000de:ix_rkey[0026]: ' I2180' +0x000000e6:ix_rkey[0027]: ' I2181' +0x000000ee:ix_rkey[0028]: ' I2182' +0x000000f6:ix_rkey[0029]: ' I2183' +0x000000fe:ix_rkey[0030]: ' I2184' +0x00000106:ix_rkey[0031]: ' I2185' +0x0000010e:ix_rkey[0032]: ' I2186' +0x00000116:ix_rkey[0033]: ' I2187' +0x0000011e:ix_rkey[0034]: ' I2188' +0x00000126:ix_rkey[0035]: ' I2189' +0x0000012e:ix_rkey[0036]: ' I2190' +0x00000136:ix_rkey[0037]: ' I2191' +0x0000013e:ix_rkey[0038]: ' I2192' +0x00000146:ix_rkey[0039]: ' I2193' +0x0000014e:ix_rkey[0040]: ' I2194' +0x00000156:ix_rkey[0041]: ' I2195' +0x0000015e:ix_rkey[0042]: ' I2196' +0x00000166:ix_rkey[0043]: ' I2197' +0x0000016e:ix_rkey[0044]: ' I2198' +0x00000176:ix_rkey[0045]: ' I2199' +0x0000017e:ix_rkey[0046]: ' I2200' +0x00000186:ix_rkey[0047]: ' I2201' +0x0000018e:ix_rkey[0048]: ' I2202' +0x00000196:ix_rkey[0049]: ' I2203' +0x0000019e:ix_rkey[0050]: ' I2204' +0x000001a6:ix_rkey[0051]: ' I2205' +0x000001ae:ix_rkey[0052]: ' I2206' +0x000001b6:ix_rkey[0053]: ' I2207' +0x000001be:ix_rkey[0054]: ' I2208' +0x000001c6:ix_rkey[0055]: ' I2209' +0x000001ce:ix_rkey[0056]: ' I2210' +0x000001d6:ix_rkey[0057]: ' I2211' +0x000001de:ix_rkey[0058]: ' I2212' +0x000001e6:ix_rkey[0059]: ' I2213' +0x000001ee:ix_rkey[0060]: ' I2214' +0x000001f6:ix_rkey[0061]: ' I2215' +0x000001fe:ix_rkey[0062]: ' I2216' +0x00000206:ix_rkey[0063]: ' I2217' +0x0000020e:ix_rkey[0064]: ' I2218' +0x00000216:ix_rkey[0065]: ' I2219' +0x0000021e:ix_rkey[0066]: ' I2220' +0x00000226:ix_rkey[0067]: ' I2221' +0x0000022e:ix_rkey[0068]: ' I2222' +0x00000236:ix_rkey[0069]: ' I2223' +0x0000023e:ix_rkey[0070]: ' I2224' +0x00000246:ix_rkey[0071]: ' I2225' +0x0000024e:ix_rkey[0072]: ' I2226' +0x00000256:ix_rkey[0073]: ' I2227' +0x0000025e:ix_rkey[0074]: ' I2228' +0x00000266:ix_rkey[0075]: ' I2229' +0x0000026e:ix_rkey[0076]: ' I2230' +0x00000276:ix_rkey[0077]: ' I2231' +0x0000027e:ix_rkey[0078]: ' I2232' +0x00000286:ix_rkey[0079]: ' I2233' +0x0000028e:ix_rkey[0080]: ' I2234' +0x00000296:ix_rkey[0081]: ' I2235' +0x0000029e:ix_rkey[0082]: ' I2236' +0x000002a6:ix_rkey[0083]: ' I2237' +0x000002ae:ix_rkey[0084]: ' I2238' +0x000002b6:ix_rkey[0085]: ' I2239' +0x000002be:ix_rkey[0086]: ' I2240' +0x000002c6:ix_rkey[0087]: ' I2241' +0x000002ce:ix_rkey[0088]: ' I2242' +0x000002d6:ix_rkey[0089]: ' I2243' +0x000002de:ix_rkey[0090]: ' I2244' +0x000002e6:ix_rkey[0091]: ' I2245' +0x000002ee:ix_rkey[0092]: ' I2246' +0x000002f6:ix_rkey[0093]: ' I2247' +0x000002fe:ix_rkey[0094]: ' I2248' +0x00000306:ix_rkey[0095]: ' I2249' +0x0000030e:ix_rkey[0096]: ' I2250' +0x00000316:ix_rkey[0097]: ' I2251' +0x0000031e:ix_rkey[0098]: ' I2252' +0x00000326:ix_rkey[0099]: ' I2253' +0x0000032e:ix_rkey[0100]: ' I2254' +0x00000336:ix_rkey[0101]: ' I2255' +0x0000033e:ix_rkey[0102]: ' I2256' +0x00000346:ix_rkey[0103]: ' I2257' +0x0000034e:ix_rkey[0104]: ' I2258' +0x00000356:ix_rkey[0105]: ' I2259' +0x0000035e:ix_rkey[0106]: ' I2260' +0x00000366:ix_rkey[0107]: ' I2261' +0x0000036e:ix_rkey[0108]: ' I2262' +0x00000376:ix_rkey[0109]: ' I2263' +0x0000037e:ix_rkey[0110]: ' I2264' +0x00000386:ix_rkey[0111]: ' I2265' +0x0000038e:ix_rkey[0112]: ' I2266' +0x00000396:ix_rkey[0113]: ' I2267' +0x0000039e:ix_rkey[0114]: ' I2268' +0x000003a6:ix_rkey[0115]: ' I2269' +0x000003ae:ix_rkey[0116]: ' I2270' +0x000003b6:ix_rkey[0117]: ' I2271' +0x000003be:ix_rkey[0118]: ' I2272' +0x000003c6:ix_rkey[0119]: ' I2273' +0x000003ce:ix_rkey[0120]: ' I2274' +0x000003d6:ix_rkey[0121]: ' I2275' +0x000003de:ix_rkey[0122]: ' I2276' +0x000003e6:ix_rkey[0123]: ' I2277' +0x000003ee:ix_rkey[0124]: ' I2278' +0x000003f6:ix_rkey[0125]: ' I2279' +0x000003fe:ix_rkey[0126]: ' I2280' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000004d +0x0000080c:ix_offs[0001]: 0x0000004d 0x00000c08:ix_lens[0001]: 0x0000006d +0x00000810:ix_offs[0002]: 0x000000ba 0x00000c0c:ix_lens[0002]: 0x00000038 +0x00000814:ix_offs[0003]: 0x000000f2 0x00000c10:ix_lens[0003]: 0x0000003b +0x00000818:ix_offs[0004]: 0x0000012d 0x00000c14:ix_lens[0004]: 0x00000057 +0x0000081c:ix_offs[0005]: 0x00000184 0x00000c18:ix_lens[0005]: 0x00000041 +0x00000820:ix_offs[0006]: 0x000001c5 0x00000c1c:ix_lens[0006]: 0x0000004b +0x00000824:ix_offs[0007]: 0x00000210 0x00000c20:ix_lens[0007]: 0x0000004b +0x00000828:ix_offs[0008]: 0x0000025b 0x00000c24:ix_lens[0008]: 0x00000056 +0x0000082c:ix_offs[0009]: 0x000002b1 0x00000c28:ix_lens[0009]: 0x00000042 +0x00000830:ix_offs[0010]: 0x000002f3 0x00000c2c:ix_lens[0010]: 0x0000003c +0x00000834:ix_offs[0011]: 0x0000032f 0x00000c30:ix_lens[0011]: 0x0000003f +0x00000838:ix_offs[0012]: 0x0000036e 0x00000c34:ix_lens[0012]: 0x00000052 +0x0000083c:ix_offs[0013]: 0x000003c0 0x00000c38:ix_lens[0013]: 0x00000048 +0x00000840:ix_offs[0014]: 0x00000408 0x00000c3c:ix_lens[0014]: 0x00000055 +0x00000844:ix_offs[0015]: 0x0000045d 0x00000c40:ix_lens[0015]: 0x00000059 +0x00000848:ix_offs[0016]: 0x000004b6 0x00000c44:ix_lens[0016]: 0x0000005c +0x0000084c:ix_offs[0017]: 0x00000512 0x00000c48:ix_lens[0017]: 0x00000061 +0x00000850:ix_offs[0018]: 0x00000573 0x00000c4c:ix_lens[0018]: 0x00000049 +0x00000854:ix_offs[0019]: 0x000005bc 0x00000c50:ix_lens[0019]: 0x00000058 +0x00000858:ix_offs[0020]: 0x00000614 0x00000c54:ix_lens[0020]: 0x00000057 +0x0000085c:ix_offs[0021]: 0x0000066b 0x00000c58:ix_lens[0021]: 0x00000063 +0x00000860:ix_offs[0022]: 0x000006ce 0x00000c5c:ix_lens[0022]: 0x0000005c +0x00000864:ix_offs[0023]: 0x0000072a 0x00000c60:ix_lens[0023]: 0x00000048 +0x00000868:ix_offs[0024]: 0x00000772 0x00000c64:ix_lens[0024]: 0x0000003f +0x0000086c:ix_offs[0025]: 0x000007b1 0x00000c68:ix_lens[0025]: 0x0000005d +0x00000870:ix_offs[0026]: 0x0000080e 0x00000c6c:ix_lens[0026]: 0x00000074 +0x00000874:ix_offs[0027]: 0x00000882 0x00000c70:ix_lens[0027]: 0x0000005c +0x00000878:ix_offs[0028]: 0x000008de 0x00000c74:ix_lens[0028]: 0x00000065 +0x0000087c:ix_offs[0029]: 0x00000943 0x00000c78:ix_lens[0029]: 0x00000054 +0x00000880:ix_offs[0030]: 0x00000997 0x00000c7c:ix_lens[0030]: 0x00000047 +0x00000884:ix_offs[0031]: 0x000009de 0x00000c80:ix_lens[0031]: 0x00000059 +0x00000888:ix_offs[0032]: 0x00000a37 0x00000c84:ix_lens[0032]: 0x0000005b +0x0000088c:ix_offs[0033]: 0x00000a92 0x00000c88:ix_lens[0033]: 0x0000003d +0x00000890:ix_offs[0034]: 0x00000acf 0x00000c8c:ix_lens[0034]: 0x0000004d +0x00000894:ix_offs[0035]: 0x00000b1c 0x00000c90:ix_lens[0035]: 0x00000049 +0x00000898:ix_offs[0036]: 0x00000b65 0x00000c94:ix_lens[0036]: 0x0000004c +0x0000089c:ix_offs[0037]: 0x00000bb1 0x00000c98:ix_lens[0037]: 0x0000007a +0x000008a0:ix_offs[0038]: 0x00000c2b 0x00000c9c:ix_lens[0038]: 0x0000007b +0x000008a4:ix_offs[0039]: 0x00000ca6 0x00000ca0:ix_lens[0039]: 0x0000007b +0x000008a8:ix_offs[0040]: 0x00000d21 0x00000ca4:ix_lens[0040]: 0x00000079 +0x000008ac:ix_offs[0041]: 0x00000d9a 0x00000ca8:ix_lens[0041]: 0x00000073 +0x000008b0:ix_offs[0042]: 0x00000e0d 0x00000cac:ix_lens[0042]: 0x00000063 +0x000008b4:ix_offs[0043]: 0x00000e70 0x00000cb0:ix_lens[0043]: 0x00000067 +0x000008b8:ix_offs[0044]: 0x00000ed7 0x00000cb4:ix_lens[0044]: 0x0000006b +0x000008bc:ix_offs[0045]: 0x00000f42 0x00000cb8:ix_lens[0045]: 0x0000006d +0x000008c0:ix_offs[0046]: 0x00000faf 0x00000cbc:ix_lens[0046]: 0x00000064 +0x000008c4:ix_offs[0047]: 0x00001013 0x00000cc0:ix_lens[0047]: 0x0000005f +0x000008c8:ix_offs[0048]: 0x00001072 0x00000cc4:ix_lens[0048]: 0x00000073 +0x000008cc:ix_offs[0049]: 0x000010e5 0x00000cc8:ix_lens[0049]: 0x00000066 +0x000008d0:ix_offs[0050]: 0x0000114b 0x00000ccc:ix_lens[0050]: 0x00000067 +0x000008d4:ix_offs[0051]: 0x000011b2 0x00000cd0:ix_lens[0051]: 0x00000069 +0x000008d8:ix_offs[0052]: 0x0000121b 0x00000cd4:ix_lens[0052]: 0x00000076 +0x000008dc:ix_offs[0053]: 0x00001291 0x00000cd8:ix_lens[0053]: 0x00000049 +0x000008e0:ix_offs[0054]: 0x000012da 0x00000cdc:ix_lens[0054]: 0x00000060 +0x000008e4:ix_offs[0055]: 0x0000133a 0x00000ce0:ix_lens[0055]: 0x0000005e +0x000008e8:ix_offs[0056]: 0x00001398 0x00000ce4:ix_lens[0056]: 0x0000005f +0x000008ec:ix_offs[0057]: 0x000013f7 0x00000ce8:ix_lens[0057]: 0x00000062 +0x000008f0:ix_offs[0058]: 0x00001459 0x00000cec:ix_lens[0058]: 0x00000052 +0x000008f4:ix_offs[0059]: 0x000014ab 0x00000cf0:ix_lens[0059]: 0x00000060 +0x000008f8:ix_offs[0060]: 0x0000150b 0x00000cf4:ix_lens[0060]: 0x0000006d +0x000008fc:ix_offs[0061]: 0x00001578 0x00000cf8:ix_lens[0061]: 0x00000073 +0x00000900:ix_offs[0062]: 0x000015eb 0x00000cfc:ix_lens[0062]: 0x00000043 +0x00000904:ix_offs[0063]: 0x0000162e 0x00000d00:ix_lens[0063]: 0x00000058 +0x00000908:ix_offs[0064]: 0x00001686 0x00000d04:ix_lens[0064]: 0x00000047 +0x0000090c:ix_offs[0065]: 0x000016cd 0x00000d08:ix_lens[0065]: 0x0000005c +0x00000910:ix_offs[0066]: 0x00001729 0x00000d0c:ix_lens[0066]: 0x0000004b +0x00000914:ix_offs[0067]: 0x00001774 0x00000d10:ix_lens[0067]: 0x0000007d +0x00000918:ix_offs[0068]: 0x000017f1 0x00000d14:ix_lens[0068]: 0x00000070 +0x0000091c:ix_offs[0069]: 0x00001861 0x00000d18:ix_lens[0069]: 0x00000073 +0x00000920:ix_offs[0070]: 0x000018d4 0x00000d1c:ix_lens[0070]: 0x00000044 +0x00000924:ix_offs[0071]: 0x00001918 0x00000d20:ix_lens[0071]: 0x00000049 +0x00000928:ix_offs[0072]: 0x00001961 0x00000d24:ix_lens[0072]: 0x0000003e +0x0000092c:ix_offs[0073]: 0x0000199f 0x00000d28:ix_lens[0073]: 0x0000004b +0x00000930:ix_offs[0074]: 0x000019ea 0x00000d2c:ix_lens[0074]: 0x00000070 +0x00000934:ix_offs[0075]: 0x00001a5a 0x00000d30:ix_lens[0075]: 0x00000034 +0x00000938:ix_offs[0076]: 0x00001a8e 0x00000d34:ix_lens[0076]: 0x0000005d +0x0000093c:ix_offs[0077]: 0x00001aeb 0x00000d38:ix_lens[0077]: 0x00000068 +0x00000940:ix_offs[0078]: 0x00001b53 0x00000d3c:ix_lens[0078]: 0x0000004e +0x00000944:ix_offs[0079]: 0x00001ba1 0x00000d40:ix_lens[0079]: 0x0000003d +0x00000948:ix_offs[0080]: 0x00001bde 0x00000d44:ix_lens[0080]: 0x0000005b +0x0000094c:ix_offs[0081]: 0x00001c39 0x00000d48:ix_lens[0081]: 0x00000055 +0x00000950:ix_offs[0082]: 0x00001c8e 0x00000d4c:ix_lens[0082]: 0x00000075 +0x00000954:ix_offs[0083]: 0x00001d03 0x00000d50:ix_lens[0083]: 0x00000068 +0x00000958:ix_offs[0084]: 0x00001d6b 0x00000d54:ix_lens[0084]: 0x0000003b +0x0000095c:ix_offs[0085]: 0x00001da6 0x00000d58:ix_lens[0085]: 0x00000048 +0x00000960:ix_offs[0086]: 0x00001dee 0x00000d5c:ix_lens[0086]: 0x00000036 +0x00000964:ix_offs[0087]: 0x00001e24 0x00000d60:ix_lens[0087]: 0x00000057 +0x00000968:ix_offs[0088]: 0x00001e7b 0x00000d64:ix_lens[0088]: 0x00000038 +0x0000096c:ix_offs[0089]: 0x00001eb3 0x00000d68:ix_lens[0089]: 0x00000047 +0x00000970:ix_offs[0090]: 0x00001efa 0x00000d6c:ix_lens[0090]: 0x0000003d +0x00000974:ix_offs[0091]: 0x00001f37 0x00000d70:ix_lens[0091]: 0x00000056 +0x00000978:ix_offs[0092]: 0x00001f8d 0x00000d74:ix_lens[0092]: 0x00000050 +0x0000097c:ix_offs[0093]: 0x00001fdd 0x00000d78:ix_lens[0093]: 0x00000064 +0x00000980:ix_offs[0094]: 0x00002041 0x00000d7c:ix_lens[0094]: 0x00000063 +0x00000984:ix_offs[0095]: 0x000020a4 0x00000d80:ix_lens[0095]: 0x00000063 +0x00000988:ix_offs[0096]: 0x00002107 0x00000d84:ix_lens[0096]: 0x00000062 +0x0000098c:ix_offs[0097]: 0x00002169 0x00000d88:ix_lens[0097]: 0x00000062 +0x00000990:ix_offs[0098]: 0x000021cb 0x00000d8c:ix_lens[0098]: 0x00000067 +0x00000994:ix_offs[0099]: 0x00002232 0x00000d90:ix_lens[0099]: 0x0000005d +0x00000998:ix_offs[0100]: 0x0000228f 0x00000d94:ix_lens[0100]: 0x00000064 +0x0000099c:ix_offs[0101]: 0x000022f3 0x00000d98:ix_lens[0101]: 0x00000048 +0x000009a0:ix_offs[0102]: 0x0000233b 0x00000d9c:ix_lens[0102]: 0x00000058 +0x000009a4:ix_offs[0103]: 0x00002393 0x00000da0:ix_lens[0103]: 0x0000005e +0x000009a8:ix_offs[0104]: 0x000023f1 0x00000da4:ix_lens[0104]: 0x0000005f +0x000009ac:ix_offs[0105]: 0x00002450 0x00000da8:ix_lens[0105]: 0x00000068 +0x000009b0:ix_offs[0106]: 0x000024b8 0x00000dac:ix_lens[0106]: 0x0000005d +0x000009b4:ix_offs[0107]: 0x00002515 0x00000db0:ix_lens[0107]: 0x0000006a +0x000009b8:ix_offs[0108]: 0x0000257f 0x00000db4:ix_lens[0108]: 0x0000004d +0x000009bc:ix_offs[0109]: 0x000025cc 0x00000db8:ix_lens[0109]: 0x0000004f +0x000009c0:ix_offs[0110]: 0x0000261b 0x00000dbc:ix_lens[0110]: 0x0000004f +0x000009c4:ix_offs[0111]: 0x0000266a 0x00000dc0:ix_lens[0111]: 0x00000061 +0x000009c8:ix_offs[0112]: 0x000026cb 0x00000dc4:ix_lens[0112]: 0x00000052 +0x000009cc:ix_offs[0113]: 0x0000271d 0x00000dc8:ix_lens[0113]: 0x00000052 +0x000009d0:ix_offs[0114]: 0x0000276f 0x00000dcc:ix_lens[0114]: 0x00000049 +0x000009d4:ix_offs[0115]: 0x000027b8 0x00000dd0:ix_lens[0115]: 0x00000048 +0x000009d8:ix_offs[0116]: 0x00002800 0x00000dd4:ix_lens[0116]: 0x00000057 +0x000009dc:ix_offs[0117]: 0x00002857 0x00000dd8:ix_lens[0117]: 0x00000054 +0x000009e0:ix_offs[0118]: 0x000028ab 0x00000ddc:ix_lens[0118]: 0x0000004b +0x000009e4:ix_offs[0119]: 0x000028f6 0x00000de0:ix_lens[0119]: 0x0000004e +0x000009e8:ix_offs[0120]: 0x00002944 0x00000de4:ix_lens[0120]: 0x0000005e +0x000009ec:ix_offs[0121]: 0x000029a2 0x00000de8:ix_lens[0121]: 0x00000047 +0x000009f0:ix_offs[0122]: 0x000029e9 0x00000dec:ix_lens[0122]: 0x00000056 +0x000009f4:ix_offs[0123]: 0x00002a3f 0x00000df0:ix_lens[0123]: 0x00000052 +0x000009f8:ix_offs[0124]: 0x00002a91 0x00000df4:ix_lens[0124]: 0x0000004d +0x000009fc:ix_offs[0125]: 0x00002ade 0x00000df8:ix_lens[0125]: 0x0000004f +0x00000a00:ix_offs[0126]: 0x00002b2d 0x00000dfc:ix_lens[0126]: 0x00000051 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2154 offs: 0x00000000 lens: 0x0000004d +0x00001000-0x0000104c: +>>0 @I2154@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F909@ +<< +[0001] INDI rkey: I2155 offs: 0x0000004d lens: 0x0000006d +0x0000104d-0x000010b9: +>>0 @I2155@ INDI +1 NAME Alistair Arthur of_Connaught_2nd// +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1943 +1 FAMC @F86@ +<< +[0002] INDI rkey: I2156 offs: 0x000000ba lens: 0x00000038 +0x000010ba-0x000010f1: +>>0 @I2156@ INDI +1 NAME Romaine // +1 SEX F +1 FAMS @F331@ +<< +[0003] INDI rkey: I2157 offs: 0x000000f2 lens: 0x0000003b +0x000010f2-0x0000112c: +>>0 @I2157@ INDI +1 NAME Janet /Bryce/ +1 SEX F +1 FAMS @F332@ +<< +[0004] INDI rkey: I2158 offs: 0x0000012d lens: 0x00000057 +0x0000112d-0x00001183: +>>0 @I2158@ INDI +1 NAME George of_Milford_Haven // +1 SEX M +1 TITL Marquess +1 FAMC @F331@ +<< +[0005] INDI rkey: I2159 offs: 0x00000184 lens: 0x00000041 +0x00001184-0x000011c4: +>>0 @I2159@ INDI +1 NAME Ivar // +1 SEX M +1 TITL Lord +1 FAMC @F331@ +<< +[0006] INDI rkey: I2160 offs: 0x000001c5 lens: 0x0000004b +0x000011c5-0x0000120f: +>>0 @I2160@ INDI +1 NAME of_Mount_Temple // +1 SEX M +1 TITL Lord +1 FAMS @F323@ +<< +[0007] INDI rkey: I2161 offs: 0x00000210 lens: 0x0000004b +0x00001210-0x0000125a: +>>0 @I2161@ INDI +1 NAME of_Lodesborough // +1 SEX M +1 TITL Earl +1 FAMS @F257@ +<< +[0008] INDI rkey: I2162 offs: 0x0000025b lens: 0x00000056 +0x0000125b-0x000012b0: +>>0 @I2162@ INDI +1 NAME J. Keyes-O'Malley /Hamilton/ +1 SEX M +1 TITL Capt. +1 FAMS @F333@ +<< +[0009] INDI rkey: I2163 offs: 0x000002b1 lens: 0x00000042 +0x000012b1-0x000012f2: +>>0 @I2163@ INDI +1 NAME Michael Kelly Bryan// +1 SEX M +1 FAMS @F334@ +<< +[0010] INDI rkey: I2164 offs: 0x000002f3 lens: 0x0000003c +0x000012f3-0x0000132e: +>>0 @I2164@ INDI +1 NAME William Kemp // +1 SEX M +1 FAMS @F335@ +<< +[0011] INDI rkey: I2165 offs: 0x0000032f lens: 0x0000003f +0x0000132f-0x0000136d: +>>0 @I2165@ INDI +1 NAME Robin Alexander // +1 SEX M +1 FAMC @F334@ +<< +[0012] INDI rkey: I2166 offs: 0x0000036e lens: 0x00000052 +0x0000136e-0x000013bf: +>>0 @I2166@ INDI +1 NAME Maelgwn Fychan // +1 SEX M +1 DEAT +2 DATE 1257 +1 FAMS @F1026@ +<< +[0013] INDI rkey: I2167 offs: 0x000003c0 lens: 0x00000048 +0x000013c0-0x00001407: +>>0 @I2167@ INDI +1 NAME Eleanor // +1 SEX F +1 FAMC @F1026@ +1 FAMS @F1121@ +<< +[0014] INDI rkey: I2168 offs: 0x00000408 lens: 0x00000055 +0x00001408-0x0000145c: +>>0 @I2168@ INDI +1 NAME Maredudd Ap_Owain // +1 SEX M +1 DEAT +2 DATE 1265 +1 FAMS @F1121@ +<< +[0015] INDI rkey: I2169 offs: 0x0000045d lens: 0x00000059 +0x0000145d-0x000014b5: +>>0 @I2169@ INDI +1 NAME Owain // +1 SEX M +1 DEAT +2 DATE 1275 +1 FAMC @F1121@ +1 FAMS @F1122@ +<< +[0016] INDI rkey: I2170 offs: 0x000004b6 lens: 0x0000005c +0x000014b6-0x00001511: +>>0 @I2170@ INDI +1 NAME Llywelyn // +1 SEX M +1 DEAT +2 DATE 1309 +1 FAMC @F1122@ +1 FAMS @F1123@ +<< +[0017] INDI rkey: I2171 offs: 0x00000512 lens: 0x00000061 +0x00001512-0x00001572: +>>0 @I2171@ INDI +1 NAME Thomas // +1 SEX M +1 DEAT +2 DATE ABT 1343 +1 FAMC @F1123@ +1 FAMS @F1124@ +<< +[0018] INDI rkey: I2172 offs: 0x00000573 lens: 0x00000049 +0x00001573-0x000015bb: +>>0 @I2172@ INDI +1 NAME Margaret // +1 SEX F +1 FAMC @F1124@ +1 FAMS @F1125@ +<< +[0019] INDI rkey: I2173 offs: 0x000005bc lens: 0x00000058 +0x000015bc-0x00001613: +>>0 @I2173@ INDI +1 NAME Tudor Fychan of_Pemmynydd// +1 SEX M +1 FAMC @F1126@ +1 FAMS @F1125@ +<< +[0020] INDI rkey: I2174 offs: 0x00000614 lens: 0x00000057 +0x00001614-0x0000166a: +>>0 @I2174@ INDI +1 NAME Maredudd (Meredith) /Tudor/ +1 SEX M +1 FAMC @F1125@ +1 FAMS @F719@ +<< +[0021] INDI rkey: I2175 offs: 0x0000066b lens: 0x00000063 +0x0000166b-0x000016cd: +>>0 @I2175@ INDI +1 NAME Goronwy_Ap Tudor // +1 SEX M +1 DEAT +2 DATE 1331 +1 FAMC @F1127@ +1 FAMS @F1126@ +<< +[0022] INDI rkey: I2176 offs: 0x000006ce lens: 0x0000005c +0x000016ce-0x00001729: +>>0 @I2176@ INDI +1 NAME Tudor Hen // +1 SEX M +1 DEAT +2 DATE 1311 +1 FAMC @F1128@ +1 FAMS @F1127@ +<< +[0023] INDI rkey: I2177 offs: 0x0000072a lens: 0x00000048 +0x0000172a-0x00001771: +>>0 @I2177@ INDI +1 NAME Goronwy // +1 SEX M +1 FAMC @F1129@ +1 FAMS @F1128@ +<< +[0024] INDI rkey: I2178 offs: 0x00000772 lens: 0x0000003f +0x00001772-0x000017b0: +>>0 @I2178@ INDI +1 NAME Ednyfed Fychan // +1 SEX M +1 FAMS @F1129@ +<< +[0025] INDI rkey: I2179 offs: 0x000007b1 lens: 0x0000005d +0x000017b1-0x0000180d: +>>0 @I2179@ INDI +1 NAME Gwenllian // +1 SEX F +1 DEAT +2 DATE 1236 +1 FAMC @F1130@ +1 FAMS @F1129@ +<< +[0026] INDI rkey: I2180 offs: 0x0000080e lens: 0x00000074 +0x0000180e-0x00001881: +>>0 @I2180@ INDI +1 NAME Rhys_Ap Gruffydd // +1 SEX M +1 TITL Lord Rhys +1 DEAT +2 DATE 1197 +1 FAMC @F1131@ +1 FAMS @F1130@ +<< +[0027] INDI rkey: I2181 offs: 0x00000882 lens: 0x0000005c +0x00001882-0x000018dd: +>>0 @I2181@ INDI +1 NAME Gruffydd // +1 SEX M +1 DEAT +2 DATE 1137 +1 FAMC @F1132@ +1 FAMS @F1131@ +<< +[0028] INDI rkey: I2182 offs: 0x000008de lens: 0x00000065 +0x000018de-0x00001942: +>>0 @I2182@ INDI +1 NAME Rhys_Ap Twedwr // +1 SEX M +1 TITL Prince S. Wales +1 FAMC @F1133@ +1 FAMS @F1132@ +<< +[0029] INDI rkey: I2183 offs: 0x00000943 lens: 0x00000054 +0x00001943-0x00001996: +>>0 @I2183@ INDI +1 NAME Tewdwr Mawr the_Great// +1 SEX M +1 FAMC @F1134@ +1 FAMS @F1133@ +<< +[0030] INDI rkey: I2184 offs: 0x00000997 lens: 0x00000047 +0x00001997-0x000019dd: +>>0 @I2184@ INDI +1 NAME Cadell // +1 SEX M +1 FAMC @F1135@ +1 FAMS @F1134@ +<< +[0031] INDI rkey: I2185 offs: 0x000009de lens: 0x00000059 +0x000019de-0x00001a36: +>>0 @I2185@ INDI +1 NAME Einion // +1 SEX M +1 DEAT +2 DATE 984 +1 FAMC @F1011@ +1 FAMS @F1135@ +<< +[0032] INDI rkey: I2186 offs: 0x00000a37 lens: 0x0000005b +0x00001a37-0x00001a91: +>>0 @I2186@ INDI +1 NAME Michael of_Hillsborough /Hill/ +1 SEX M +1 FAMC @F1136@ +1 FAMS @F1004@ +<< +[0033] INDI rkey: I2187 offs: 0x00000a92 lens: 0x0000003d +0x00001a92-0x00001ace: +>>0 @I2187@ INDI +1 NAME William /Hill/ +1 SEX M +1 FAMS @F1136@ +<< +[0034] INDI rkey: I2188 offs: 0x00000acf lens: 0x0000004d +0x00001acf-0x00001b1b: +>>0 @I2188@ INDI +1 NAME Eleanor /Boyle/ +1 SEX F +1 FAMC @F1137@ +1 FAMS @F1136@ +<< +[0035] INDI rkey: I2189 offs: 0x00000b1c lens: 0x00000049 +0x00001b1c-0x00001b64: +>>0 @I2189@ INDI +1 NAME Michael /Boyle/ +1 SEX M +1 TITL Dr. +1 FAMS @F1137@ +<< +[0036] INDI rkey: I2190 offs: 0x00000b65 lens: 0x0000004c +0x00001b65-0x00001bb0: +>>0 @I2190@ INDI +1 NAME Mary /O'Brien/ +1 SEX F +1 FAMC @F1138@ +1 FAMS @F1137@ +<< +[0037] INDI rkey: I2191 offs: 0x00000bb1 lens: 0x0000007a +0x00001bb1-0x00001c2a: +>>0 @I2191@ INDI +1 NAME Dermont /O'Brien/ +1 SEX M +1 TITL Lord Inchiquin V +1 DEAT +2 DATE 1624 +1 FAMC @F1139@ +1 FAMS @F1138@ +<< +[0038] INDI rkey: I2192 offs: 0x00000c2b lens: 0x0000007b +0x00001c2b-0x00001ca5: +>>0 @I2192@ INDI +1 NAME Murrough /O'Brien/ +1 SEX M +1 TITL Lord Inchiquin 4 +1 DEAT +2 DATE 1597 +1 FAMC @F1140@ +1 FAMS @F1139@ +<< +[0039] INDI rkey: I2193 offs: 0x00000ca6 lens: 0x0000007b +0x00001ca6-0x00001d20: +>>0 @I2193@ INDI +1 NAME Murrough /O'Brien/ +1 SEX M +1 TITL Lord Inchiquin 3 +1 DEAT +2 DATE 1573 +1 FAMC @F1141@ +1 FAMS @F1140@ +<< +[0040] INDI rkey: I2194 offs: 0x00000d21 lens: 0x00000079 +0x00001d21-0x00001d99: +>>0 @I2194@ INDI +1 NAME Dermod /O'Brien/ +1 SEX M +1 TITL Lord Inchiquin 2 +1 DEAT +2 DATE 1557 +1 FAMC @F1142@ +1 FAMS @F1141@ +<< +[0041] INDI rkey: I2195 offs: 0x00000d9a lens: 0x00000073 +0x00001d9a-0x00001e0c: +>>0 @I2195@ INDI +1 NAME Murrough // +1 SEX M +1 TITL King of Thomond +1 DEAT +2 DATE 1551 +1 FAMC @F1143@ +1 FAMS @F1142@ +<< +[0042] INDI rkey: I2196 offs: 0x00000e0d lens: 0x00000063 +0x00001e0d-0x00001e6f: +>>0 @I2196@ INDI +1 NAME Turlough Don // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1144@ +1 FAMS @F1143@ +<< +[0043] INDI rkey: I2197 offs: 0x00000e70 lens: 0x00000067 +0x00001e70-0x00001ed6: +>>0 @I2197@ INDI +1 NAME Teige An_Chomard // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1145@ +1 FAMS @F1144@ +<< +[0044] INDI rkey: I2198 offs: 0x00000ed7 lens: 0x0000006b +0x00001ed7-0x00001f41: +>>0 @I2198@ INDI +1 NAME Turlough Bog the_Soft// +1 SEX M +1 TITL King of Thomond +1 FAMC @F1146@ +1 FAMS @F1145@ +<< +[0045] INDI rkey: I2199 offs: 0x00000f42 lens: 0x0000006d +0x00001f42-0x00001fae: +>>0 @I2199@ INDI +1 NAME Brian_Catha An_Eanaigh // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1147@ +1 FAMS @F1146@ +<< +[0046] INDI rkey: I2200 offs: 0x00000faf lens: 0x00000064 +0x00001faf-0x00002012: +>>0 @I2200@ INDI +1 NAME Mahon Moinmoy // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1148@ +1 FAMS @F1147@ +<< +[0047] INDI rkey: I2201 offs: 0x00001013 lens: 0x0000005f +0x00002013-0x00002071: +>>0 @I2201@ INDI +1 NAME Mortogh // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1149@ +1 FAMS @F1148@ +<< +[0048] INDI rkey: I2202 offs: 0x00001072 lens: 0x00000073 +0x00002072-0x000020e4: +>>0 @I2202@ INDI +1 NAME Turlough // +1 SEX M +1 TITL King of Thomond +1 DEAT +2 DATE 1306 +1 FAMC @F1150@ +1 FAMS @F1149@ +<< +[0049] INDI rkey: I2203 offs: 0x000010e5 lens: 0x00000066 +0x000020e5-0x0000214a: +>>0 @I2203@ INDI +1 NAME Teige Caeluisce // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1151@ +1 FAMS @F1150@ +<< +[0050] INDI rkey: I2204 offs: 0x0000114b lens: 0x00000067 +0x0000214b-0x000021b1: +>>0 @I2204@ INDI +1 NAME Conor Na_Suidane // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1152@ +1 FAMS @F1151@ +<< +[0051] INDI rkey: I2205 offs: 0x000011b2 lens: 0x00000069 +0x000021b2-0x0000221a: +>>0 @I2205@ INDI +1 NAME Donough Cairbreach // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1153@ +1 FAMS @F1152@ +<< +[0052] INDI rkey: I2206 offs: 0x0000121b lens: 0x00000076 +0x0000221b-0x00002290: +>>0 @I2206@ INDI +1 NAME Donnell More // +1 SEX M +1 TITL King of Thomond +1 DEAT +2 DATE 1194 +1 FAMC @F1154@ +1 FAMS @F1153@ +<< +[0053] INDI rkey: I2207 offs: 0x00001291 lens: 0x00000049 +0x00002291-0x000022d9: +>>0 @I2207@ INDI +1 NAME Urlachan // +1 SEX F +1 FAMC @F1155@ +1 FAMS @F1153@ +<< +[0054] INDI rkey: I2208 offs: 0x000012da lens: 0x00000060 +0x000022da-0x00002339: +>>0 @I2208@ INDI +1 NAME Turlough // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1156@ +1 FAMS @F1154@ +<< +[0055] INDI rkey: I2209 offs: 0x0000133a lens: 0x0000005e +0x0000233a-0x00002397: +>>0 @I2209@ INDI +1 NAME Dermot // +1 SEX M +1 TITL King of Munster +1 FAMC @F1157@ +1 FAMS @F1156@ +<< +[0056] INDI rkey: I2210 offs: 0x00001398 lens: 0x0000005f +0x00002398-0x000023f6: +>>0 @I2210@ INDI +1 NAME Turough // +1 SEX M +1 TITL King of Munster +1 FAMC @F1158@ +1 FAMS @F1157@ +<< +[0057] INDI rkey: I2211 offs: 0x000013f7 lens: 0x00000062 +0x000023f7-0x00002458: +>>0 @I2211@ INDI +1 NAME Teige (Terence) // +1 SEX M +1 DEAT +2 DATE 1023 +1 FAMC @F1159@ +1 FAMS @F1158@ +<< +[0058] INDI rkey: I2212 offs: 0x00001459 lens: 0x00000052 +0x00002459-0x000024aa: +>>0 @I2212@ INDI +1 NAME Brian Boru // +1 SEX M +1 TITL King of Ireland +1 FAMS @F1159@ +<< +[0059] INDI rkey: I2213 offs: 0x000014ab lens: 0x00000060 +0x000024ab-0x0000250a: +>>0 @I2213@ INDI +1 NAME Dearbforgail // +1 SEX F +1 DEAT +2 DATE 1080 +1 FAMC @F1159@ +1 FAMS @F1160@ +<< +[0060] INDI rkey: I2214 offs: 0x0000150b lens: 0x0000006d +0x0000250b-0x00002577: +>>0 @I2214@ INDI +1 NAME Dermot /MacMailnamo/ +1 SEX M +1 TITL King of Ireland +1 DEAT +2 DATE 1072 +1 FAMS @F1160@ +<< +[0061] INDI rkey: I2215 offs: 0x00001578 lens: 0x00000073 +0x00002578-0x000025ea: +>>0 @I2215@ INDI +1 NAME Murchad // +1 SEX M +1 TITL King of Leinster +1 DEAT +2 DATE 1090 +1 FAMC @F1160@ +1 FAMS @F1161@ +<< +[0062] INDI rkey: I2216 offs: 0x000015eb lens: 0x00000043 +0x000025eb-0x0000262d: +>>0 @I2216@ INDI +1 NAME Eva // +1 SEX F +1 FAMC @F1162@ +1 FAMS @F996@ +<< +[0063] INDI rkey: I2217 offs: 0x0000162e lens: 0x00000058 +0x0000262e-0x00002685: +>>0 @I2217@ INDI +1 NAME William /Marshal/ +1 SEX M +1 TITL Earl of Pembroke +1 FAMS @F1162@ +<< +[0064] INDI rkey: I2218 offs: 0x00001686 lens: 0x00000047 +0x00002686-0x000026cc: +>>0 @I2218@ INDI +1 NAME Isabel // +1 SEX F +1 FAMC @F1163@ +1 FAMS @F1162@ +<< +[0065] INDI rkey: I2219 offs: 0x000016cd lens: 0x0000005c +0x000026cd-0x00002728: +>>0 @I2219@ INDI +1 NAME Richard (Strongbow) // +1 SEX M +1 TITL Earl of Pembroke +1 FAMS @F1163@ +<< +[0066] INDI rkey: I2220 offs: 0x00001729 lens: 0x0000004b +0x00002729-0x00002773: +>>0 @I2220@ INDI +1 NAME Aoife (Eva) // +1 SEX F +1 FAMC @F1155@ +1 FAMS @F1163@ +<< +[0067] INDI rkey: I2221 offs: 0x00001774 lens: 0x0000007d +0x00002774-0x000027f0: +>>0 @I2221@ INDI +1 NAME Dermot /MacMurrough/ +1 SEX M +1 TITL King of Leinster +1 DEAT +2 DATE 1171 +1 FAMC @F1164@ +1 FAMS @F1155@ +<< +[0068] INDI rkey: I2222 offs: 0x000017f1 lens: 0x00000070 +0x000027f1-0x00002860: +>>0 @I2222@ INDI +1 NAME Enna // +1 SEX M +1 TITL King of Leinster +1 DEAT +2 DATE 1126 +1 FAMC @F1165@ +1 FAMS @F1164@ +<< +[0069] INDI rkey: I2223 offs: 0x00001861 lens: 0x00000073 +0x00002861-0x000028d3: +>>0 @I2223@ INDI +1 NAME Donchad // +1 SEX M +1 TITL King of Leinster +1 DEAT +2 DATE 1126 +1 FAMC @F1161@ +1 FAMS @F1165@ +<< +[0070] INDI rkey: I2224 offs: 0x000018d4 lens: 0x00000044 +0x000028d4-0x00002917: +>>0 @I2224@ INDI +1 NAME Sybil // +1 SEX F +1 FAMC @F749@ +1 FAMS @F832@ +<< +[0071] INDI rkey: I2225 offs: 0x00001918 lens: 0x00000049 +0x00002918-0x00002960: +>>0 @I2225@ INDI +1 NAME Ingibiorg // +1 SEX F +1 FAMC @F1166@ +1 FAMS @F830@ +<< +[0072] INDI rkey: I2226 offs: 0x00001961 lens: 0x0000003e +0x00002961-0x0000299e: +>>0 @I2226@ INDI +1 NAME Finn /Arnasson/ +1 SEX M +1 FAMS @F1166@ +<< +[0073] INDI rkey: I2227 offs: 0x0000199f lens: 0x0000004b +0x0000299f-0x000029e9: +>>0 @I2227@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1131 +1 FAMS @F833@ +<< +[0074] INDI rkey: I2228 offs: 0x000019ea lens: 0x00000070 +0x000029ea-0x00002a59: +>>0 @I2228@ INDI +1 NAME Henry of_Huntingdon // +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1152 +1 FAMC @F833@ +1 FAMS @F968@ +<< +[0075] INDI rkey: I2229 offs: 0x00001a5a lens: 0x00000034 +0x00002a5a-0x00002a8d: +>>0 @I2229@ INDI +1 NAME Ada // +1 SEX F +1 FAMS @F968@ +<< +[0076] INDI rkey: I2230 offs: 0x00001a8e lens: 0x0000005d +0x00002a8e-0x00002aea: +>>0 @I2230@ INDI +1 NAME Malcolm_IV the_Maiden // +1 SEX M +1 TITL King of Scotland +1 FAMC @F968@ +<< +[0077] INDI rkey: I2231 offs: 0x00001aeb lens: 0x00000068 +0x00002aeb-0x00002b52: +>>0 @I2231@ INDI +1 NAME Willaim_I the_Lion // +1 SEX M +1 TITL King of Scotland +1 FAMC @F968@ +1 FAMS @F986@ +<< +[0078] INDI rkey: I2232 offs: 0x00001b53 lens: 0x0000004e +0x00002b53-0x00002ba0: +>>0 @I2232@ INDI +1 NAME Ermengarde // +1 SEX F +1 DEAT +2 DATE 1234 +1 FAMS @F986@ +<< +[0079] INDI rkey: I2233 offs: 0x00001ba1 lens: 0x0000003d +0x00002ba1-0x00002bdd: +>>0 @I2233@ INDI +1 NAME Mary of_Coucy // +1 SEX F +1 FAMS @F863@ +<< +[0080] INDI rkey: I2234 offs: 0x00001bde lens: 0x0000005b +0x00002bde-0x00002c38: +>>0 @I2234@ INDI +1 NAME Margaret // +1 SEX F +1 DEAT +2 DATE 1283 +1 FAMC @F677@ +1 FAMS @F1167@ +<< +[0081] INDI rkey: I2235 offs: 0x00001c39 lens: 0x00000055 +0x00002c39-0x00002c8d: +>>0 @I2235@ INDI +1 NAME Eric /Magnusson/ +1 SEX M +1 TITL King of Norway +1 FAMS @F1167@ +<< +[0082] INDI rkey: I2236 offs: 0x00001c8e lens: 0x00000075 +0x00002c8e-0x00002d02: +>>0 @I2236@ INDI +1 NAME Margaret Maid_of_Norway // +1 SEX F +1 BIRT +2 DATE ABT 1282 +1 DEAT +2 DATE 1290 +1 FAMC @F1167@ +<< +[0083] INDI rkey: I2237 offs: 0x00001d03 lens: 0x00000068 +0x00002d03-0x00002d6a: +>>0 @I2237@ INDI +1 NAME Duncan_II May-Nov // +1 SEX M +1 TITL King of Scotland +1 FAMC @F830@ +1 FAMS @F1168@ +<< +[0084] INDI rkey: I2238 offs: 0x00001d6b lens: 0x0000003b +0x00002d6b-0x00002da5: +>>0 @I2238@ INDI +1 NAME Ethelreda // +1 SEX F +1 FAMS @F1168@ +<< +[0085] INDI rkey: I2239 offs: 0x00001da6 lens: 0x00000048 +0x00002da6-0x00002ded: +>>0 @I2239@ INDI +1 NAME Duncan_I // +1 SEX M +1 FAMC @F1169@ +1 FAMS @F829@ +<< +[0086] INDI rkey: I2240 offs: 0x00001dee lens: 0x00000036 +0x00002dee-0x00002e23: +>>0 @I2240@ INDI +1 NAME Sybil // +1 SEX F +1 FAMS @F829@ +<< +[0087] INDI rkey: I2241 offs: 0x00001e24 lens: 0x00000057 +0x00002e24-0x00002e7a: +>>0 @I2241@ INDI +1 NAME Donald_III Bane // +1 SEX M +1 TITL King of Scotland +1 FAMC @F829@ +<< +[0088] INDI rkey: I2242 offs: 0x00001e7b lens: 0x00000038 +0x00002e7b-0x00002eb2: +>>0 @I2242@ INDI +1 NAME Crinan // +1 SEX M +1 FAMS @F1169@ +<< +[0089] INDI rkey: I2243 offs: 0x00001eb3 lens: 0x00000047 +0x00002eb3-0x00002ef9: +>>0 @I2243@ INDI +1 NAME Bethoc // +1 SEX F +1 FAMC @F1170@ +1 FAMS @F1169@ +<< +[0090] INDI rkey: I2244 offs: 0x00001efa lens: 0x0000003d +0x00002efa-0x00002f36: +>>0 @I2244@ INDI +1 NAME Gillacomgan // +1 SEX M +1 FAMS @F1171@ +<< +[0091] INDI rkey: I2245 offs: 0x00001f37 lens: 0x00000056 +0x00002f37-0x00002f8c: +>>0 @I2245@ INDI +1 NAME Gruoch // +1 SEX F +1 FAMC @F1172@ +1 FAMS @F1171@ +1 FAMS @F1173@ +<< +[0092] INDI rkey: I2246 offs: 0x00001f8d lens: 0x00000050 +0x00002f8d-0x00002fdc: +>>0 @I2246@ INDI +1 NAME Lulach // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1171@ +<< +[0093] INDI rkey: I2247 offs: 0x00001fdd lens: 0x00000064 +0x00002fdd-0x00003040: +>>0 @I2247@ INDI +1 NAME Macbeth // +1 SEX M +1 TITL King of Scotland +1 DEAT +2 DATE 1057 +1 FAMS @F1173@ +<< +[0094] INDI rkey: I2248 offs: 0x00002041 lens: 0x00000063 +0x00003041-0x000030a3: +>>0 @I2248@ INDI +1 NAME Malcolm_II // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1174@ +1 FAMS @F1170@ +<< +[0095] INDI rkey: I2249 offs: 0x000020a4 lens: 0x00000063 +0x000030a4-0x00003106: +>>0 @I2249@ INDI +1 NAME Kenneth_II // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1175@ +1 FAMS @F1174@ +<< +[0096] INDI rkey: I2250 offs: 0x00002107 lens: 0x00000062 +0x00003107-0x00003168: +>>0 @I2250@ INDI +1 NAME Malcolm_I // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1176@ +1 FAMS @F1175@ +<< +[0097] INDI rkey: I2251 offs: 0x00002169 lens: 0x00000062 +0x00003169-0x000031ca: +>>0 @I2251@ INDI +1 NAME Donald_II // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1177@ +1 FAMS @F1176@ +<< +[0098] INDI rkey: I2252 offs: 0x000021cb lens: 0x00000067 +0x000031cb-0x00003231: +>>0 @I2252@ INDI +1 NAME Constantine_II // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1178@ +1 FAMS @F1177@ +<< +[0099] INDI rkey: I2253 offs: 0x00002232 lens: 0x0000005d +0x00003232-0x0000328e: +>>0 @I2253@ INDI +1 NAME Duff // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1175@ +1 FAMS @F1179@ +<< +[0100] INDI rkey: I2254 offs: 0x0000228f lens: 0x00000064 +0x0000328f-0x000032f2: +>>0 @I2254@ INDI +1 NAME Kenneth_III // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1179@ +1 FAMS @F1180@ +<< +[0101] INDI rkey: I2255 offs: 0x000022f3 lens: 0x00000048 +0x000032f3-0x0000333a: +>>0 @I2255@ INDI +1 NAME Beoedhe // +1 SEX M +1 FAMC @F1180@ +1 FAMS @F1172@ +<< +[0102] INDI rkey: I2256 offs: 0x0000233b lens: 0x00000058 +0x0000333b-0x00003392: +>>0 @I2256@ INDI +1 NAME Constantine_IV // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1181@ +<< +[0103] INDI rkey: I2257 offs: 0x00002393 lens: 0x0000005e +0x00003393-0x000033f0: +>>0 @I2257@ INDI +1 NAME Colin // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1182@ +1 FAMS @F1181@ +<< +[0104] INDI rkey: I2258 offs: 0x000023f1 lens: 0x0000005f +0x000033f1-0x0000344f: +>>0 @I2258@ INDI +1 NAME Indulf // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1183@ +1 FAMS @F1182@ +<< +[0105] INDI rkey: I2259 offs: 0x00002450 lens: 0x00000068 +0x00003450-0x000034b7: +>>0 @I2259@ INDI +1 NAME Constantine_III // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1184@ +1 FAMS @F1183@ +<< +[0106] INDI rkey: I2260 offs: 0x000024b8 lens: 0x0000005d +0x000034b8-0x00003514: +>>0 @I2260@ INDI +1 NAME Aedh // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1178@ +1 FAMS @F1184@ +<< +[0107] INDI rkey: I2261 offs: 0x00002515 lens: 0x0000006a +0x00003515-0x0000357e: +>>0 @I2261@ INDI +1 NAME Kenneth_I /MacAlpin/ +1 SEX M +1 TITL King of Scotland +1 FAMC @F1185@ +1 FAMS @F1178@ +<< +[0108] INDI rkey: I2262 offs: 0x0000257f lens: 0x0000004d +0x0000357f-0x000035cb: +>>0 @I2262@ INDI +1 NAME Unknown_Dau. // +1 SEX F +1 FAMC @F1178@ +1 FAMS @F1186@ +<< +[0109] INDI rkey: I2263 offs: 0x000025cc lens: 0x0000004f +0x000035cc-0x0000361a: +>>0 @I2263@ INDI +1 NAME Run of_Strathclyde // +1 SEX M +1 TITL King +1 FAMS @F1186@ +<< +[0110] INDI rkey: I2264 offs: 0x0000261b lens: 0x0000004f +0x0000361b-0x00003669: +>>0 @I2264@ INDI +1 NAME Eocha // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1186@ +<< +[0111] INDI rkey: I2265 offs: 0x0000266a lens: 0x00000061 +0x0000366a-0x000036ca: +>>0 @I2265@ INDI +1 NAME Alpin // +1 SEX M +1 TITL King of Scotland +1 DEAT +2 DATE 834 +1 FAMS @F1185@ +<< +[0112] INDI rkey: I2266 offs: 0x000026cb lens: 0x00000052 +0x000036cb-0x0000371c: +>>0 @I2266@ INDI +1 NAME Donald_I // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1185@ +<< +[0113] INDI rkey: I2267 offs: 0x0000271d lens: 0x00000052 +0x0000371d-0x0000376e: +>>0 @I2267@ INDI +1 NAME Charles_II // +1 SEX M +1 TITL King of Navarre +1 FAMS @F871@ +<< +[0114] INDI rkey: I2268 offs: 0x0000276f lens: 0x00000049 +0x0000376f-0x000037b7: +>>0 @I2268@ INDI +1 NAME Reynald /Cobham/ +1 SEX M +1 TITL Sir +1 FAMS @F870@ +<< +[0115] INDI rkey: I2269 offs: 0x000027b8 lens: 0x00000048 +0x000037b8-0x000037ff: +>>0 @I2269@ INDI +1 NAME of_Burgandy // +1 SEX M +1 TITL Duke +1 FAMS @F869@ +<< +[0116] INDI rkey: I2270 offs: 0x00002800 lens: 0x00000057 +0x00003800-0x00003856: +>>0 @I2270@ INDI +1 NAME Peter of_Luxemburg // +1 SEX M +1 TITL Count St. Pol +1 FAMS @F700@ +<< +[0117] INDI rkey: I2271 offs: 0x00002857 lens: 0x00000054 +0x00003857-0x000038aa: +>>0 @I2271@ INDI +1 NAME Richard /Woodville/ +1 SEX M +1 TITL Earl Rivers +1 FAMS @F560@ +<< +[0118] INDI rkey: I2272 offs: 0x000028ab lens: 0x0000004b +0x000038ab-0x000038f5: +>>0 @I2272@ INDI +1 NAME Rene // +1 SEX M +1 TITL Count of Anjou +1 FAMS @F619@ +<< +[0119] INDI rkey: I2273 offs: 0x000028f6 lens: 0x0000004e +0x000038f6-0x00003943: +>>0 @I2273@ INDI +1 NAME Thomas of_Heton /Grey/ +1 SEX M +1 TITL Sir +1 FAMS @F573@ +<< +[0120] INDI rkey: I2274 offs: 0x00002944 lens: 0x0000005e +0x00003944-0x000039a1: +>>0 @I2274@ INDI +1 NAME Joachim Frederick of_Brandenburg// +1 SEX M +1 TITL Elector +1 FAMS @F883@ +<< +[0121] INDI rkey: I2275 offs: 0x000029a2 lens: 0x00000047 +0x000039a2-0x000039e8: +>>0 @I2275@ INDI +1 NAME Richard /Pole/ +1 SEX M +1 TITL Sir +1 FAMS @F569@ +<< +[0122] INDI rkey: I2276 offs: 0x000029e9 lens: 0x00000056 +0x000039e9-0x00003a3e: +>>0 @I2276@ INDI +1 NAME John /De_La_Pole/ +1 SEX M +1 TITL Duke of Suffolk +1 FAMS @F558@ +<< +[0123] INDI rkey: I2277 offs: 0x00002a3f lens: 0x00000052 +0x00003a3f-0x00003a90: +>>0 @I2277@ INDI +1 NAME Thomas /Holland/ +1 SEX M +1 TITL Earl of Kent +1 FAMS @F713@ +<< +[0124] INDI rkey: I2278 offs: 0x00002a91 lens: 0x0000004d +0x00003a91-0x00003add: +>>0 @I2278@ INDI +1 NAME Edward // +1 SEX M +1 TITL Lord Cherleton +1 FAMS @F714@ +<< +[0125] INDI rkey: I2279 offs: 0x00002ade lens: 0x0000004f +0x00003ade-0x00003b2c: +>>0 @I2279@ INDI +1 NAME Edmund // +1 SEX M +1 TITL Earl of Stafford +1 FAMS @F786@ +<< +[0126] INDI rkey: I2280 offs: 0x00002b2d lens: 0x00000051 +0x00003b2d-0x00003b7d: +>>0 @I2280@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 DEAT +2 DATE 1409 +1 FAMC @F572@ +<< + +0x00003b7e: EOF (0x00003b7e) GOOD + +BLOCK - DIRECTORY ac/ae +0x00000000:ix_self: 0x00020004 (ac/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2281' +0x00000016:ix_rkey[0001]: ' I2282' +0x0000001e:ix_rkey[0002]: ' I2283' +0x00000026:ix_rkey[0003]: ' I2284' +0x0000002e:ix_rkey[0004]: ' I2285' +0x00000036:ix_rkey[0005]: ' I2286' +0x0000003e:ix_rkey[0006]: ' I2287' +0x00000046:ix_rkey[0007]: ' I2288' +0x0000004e:ix_rkey[0008]: ' I2289' +0x00000056:ix_rkey[0009]: ' I2290' +0x0000005e:ix_rkey[0010]: ' I2291' +0x00000066:ix_rkey[0011]: ' I2292' +0x0000006e:ix_rkey[0012]: ' I2293' +0x00000076:ix_rkey[0013]: ' I2294' +0x0000007e:ix_rkey[0014]: ' I2295' +0x00000086:ix_rkey[0015]: ' I2296' +0x0000008e:ix_rkey[0016]: ' I2297' +0x00000096:ix_rkey[0017]: ' I2298' +0x0000009e:ix_rkey[0018]: ' I2299' +0x000000a6:ix_rkey[0019]: ' I2300' +0x000000ae:ix_rkey[0020]: ' I2301' +0x000000b6:ix_rkey[0021]: ' I2302' +0x000000be:ix_rkey[0022]: ' I2303' +0x000000c6:ix_rkey[0023]: ' I2304' +0x000000ce:ix_rkey[0024]: ' I2305' +0x000000d6:ix_rkey[0025]: ' I2306' +0x000000de:ix_rkey[0026]: ' I2307' +0x000000e6:ix_rkey[0027]: ' I2308' +0x000000ee:ix_rkey[0028]: ' I2309' +0x000000f6:ix_rkey[0029]: ' I2310' +0x000000fe:ix_rkey[0030]: ' I2311' +0x00000106:ix_rkey[0031]: ' I2312' +0x0000010e:ix_rkey[0032]: ' I2313' +0x00000116:ix_rkey[0033]: ' I2314' +0x0000011e:ix_rkey[0034]: ' I2315' +0x00000126:ix_rkey[0035]: ' I2316' +0x0000012e:ix_rkey[0036]: ' I2317' +0x00000136:ix_rkey[0037]: ' I2318' +0x0000013e:ix_rkey[0038]: ' I2319' +0x00000146:ix_rkey[0039]: ' I2320' +0x0000014e:ix_rkey[0040]: ' I2321' +0x00000156:ix_rkey[0041]: ' I2322' +0x0000015e:ix_rkey[0042]: ' I2323' +0x00000166:ix_rkey[0043]: ' I2324' +0x0000016e:ix_rkey[0044]: ' I2325' +0x00000176:ix_rkey[0045]: ' I2326' +0x0000017e:ix_rkey[0046]: ' I2327' +0x00000186:ix_rkey[0047]: ' I2328' +0x0000018e:ix_rkey[0048]: ' I2329' +0x00000196:ix_rkey[0049]: ' I2330' +0x0000019e:ix_rkey[0050]: ' I2331' +0x000001a6:ix_rkey[0051]: ' I2332' +0x000001ae:ix_rkey[0052]: ' I2333' +0x000001b6:ix_rkey[0053]: ' I2334' +0x000001be:ix_rkey[0054]: ' I2335' +0x000001c6:ix_rkey[0055]: ' I2336' +0x000001ce:ix_rkey[0056]: ' I2337' +0x000001d6:ix_rkey[0057]: ' I2338' +0x000001de:ix_rkey[0058]: ' I2339' +0x000001e6:ix_rkey[0059]: ' I2340' +0x000001ee:ix_rkey[0060]: ' I2341' +0x000001f6:ix_rkey[0061]: ' I2342' +0x000001fe:ix_rkey[0062]: ' I2343' +0x00000206:ix_rkey[0063]: ' I2344' +0x0000020e:ix_rkey[0064]: ' I2345' +0x00000216:ix_rkey[0065]: ' I2346' +0x0000021e:ix_rkey[0066]: ' I2347' +0x00000226:ix_rkey[0067]: ' I2348' +0x0000022e:ix_rkey[0068]: ' I2349' +0x00000236:ix_rkey[0069]: ' I2350' +0x0000023e:ix_rkey[0070]: ' I2351' +0x00000246:ix_rkey[0071]: ' I2352' +0x0000024e:ix_rkey[0072]: ' I2353' +0x00000256:ix_rkey[0073]: ' I2354' +0x0000025e:ix_rkey[0074]: ' I2355' +0x00000266:ix_rkey[0075]: ' I2356' +0x0000026e:ix_rkey[0076]: ' I2357' +0x00000276:ix_rkey[0077]: ' I2358' +0x0000027e:ix_rkey[0078]: ' I2359' +0x00000286:ix_rkey[0079]: ' I2360' +0x0000028e:ix_rkey[0080]: ' I2361' +0x00000296:ix_rkey[0081]: ' I2362' +0x0000029e:ix_rkey[0082]: ' I2363' +0x000002a6:ix_rkey[0083]: ' I2364' +0x000002ae:ix_rkey[0084]: ' I2365' +0x000002b6:ix_rkey[0085]: ' I2366' +0x000002be:ix_rkey[0086]: ' I2367' +0x000002c6:ix_rkey[0087]: ' I2368' +0x000002ce:ix_rkey[0088]: ' I2369' +0x000002d6:ix_rkey[0089]: ' I2370' +0x000002de:ix_rkey[0090]: ' I2371' +0x000002e6:ix_rkey[0091]: ' I2372' +0x000002ee:ix_rkey[0092]: ' I2373' +0x000002f6:ix_rkey[0093]: ' I2374' +0x000002fe:ix_rkey[0094]: ' I2375' +0x00000306:ix_rkey[0095]: ' I2376' +0x0000030e:ix_rkey[0096]: ' I2377' +0x00000316:ix_rkey[0097]: ' I2378' +0x0000031e:ix_rkey[0098]: ' I2379' +0x00000326:ix_rkey[0099]: ' I2380' +0x0000032e:ix_rkey[0100]: ' I2381' +0x00000336:ix_rkey[0101]: ' I2382' +0x0000033e:ix_rkey[0102]: ' I2383' +0x00000346:ix_rkey[0103]: ' I2384' +0x0000034e:ix_rkey[0104]: ' I2385' +0x00000356:ix_rkey[0105]: ' I2386' +0x0000035e:ix_rkey[0106]: ' I2387' +0x00000366:ix_rkey[0107]: ' I2388' +0x0000036e:ix_rkey[0108]: ' I2389' +0x00000376:ix_rkey[0109]: ' I2390' +0x0000037e:ix_rkey[0110]: ' I2391' +0x00000386:ix_rkey[0111]: ' I2392' +0x0000038e:ix_rkey[0112]: ' I2393' +0x00000396:ix_rkey[0113]: ' I2394' +0x0000039e:ix_rkey[0114]: ' I2395' +0x000003a6:ix_rkey[0115]: ' I2396' +0x000003ae:ix_rkey[0116]: ' I2397' +0x000003b6:ix_rkey[0117]: ' I2398' +0x000003be:ix_rkey[0118]: ' I2399' +0x000003c6:ix_rkey[0119]: ' I2400' +0x000003ce:ix_rkey[0120]: ' I2401' +0x000003d6:ix_rkey[0121]: ' I2402' +0x000003de:ix_rkey[0122]: ' I2403' +0x000003e6:ix_rkey[0123]: ' I2404' +0x000003ee:ix_rkey[0124]: ' I2405' +0x000003f6:ix_rkey[0125]: ' I2406' +0x000003fe:ix_rkey[0126]: ' I2407' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000004f +0x0000080c:ix_offs[0001]: 0x0000004f 0x00000c08:ix_lens[0001]: 0x0000004c +0x00000810:ix_offs[0002]: 0x0000009b 0x00000c0c:ix_lens[0002]: 0x00000052 +0x00000814:ix_offs[0003]: 0x000000ed 0x00000c10:ix_lens[0003]: 0x00000060 +0x00000818:ix_offs[0004]: 0x0000014d 0x00000c14:ix_lens[0004]: 0x00000081 +0x0000081c:ix_offs[0005]: 0x000001ce 0x00000c18:ix_lens[0005]: 0x00000045 +0x00000820:ix_offs[0006]: 0x00000213 0x00000c1c:ix_lens[0006]: 0x0000004b +0x00000824:ix_offs[0007]: 0x0000025e 0x00000c20:ix_lens[0007]: 0x00000056 +0x00000828:ix_offs[0008]: 0x000002b4 0x00000c24:ix_lens[0008]: 0x00000058 +0x0000082c:ix_offs[0009]: 0x0000030c 0x00000c28:ix_lens[0009]: 0x0000005e +0x00000830:ix_offs[0010]: 0x0000036a 0x00000c2c:ix_lens[0010]: 0x00000070 +0x00000834:ix_offs[0011]: 0x000003da 0x00000c30:ix_lens[0011]: 0x00000052 +0x00000838:ix_offs[0012]: 0x0000042c 0x00000c34:ix_lens[0012]: 0x00000051 +0x0000083c:ix_offs[0013]: 0x0000047d 0x00000c38:ix_lens[0013]: 0x00000049 +0x00000840:ix_offs[0014]: 0x000004c6 0x00000c3c:ix_lens[0014]: 0x0000005a +0x00000844:ix_offs[0015]: 0x00000520 0x00000c40:ix_lens[0015]: 0x00000057 +0x00000848:ix_offs[0016]: 0x00000577 0x00000c44:ix_lens[0016]: 0x00000045 +0x0000084c:ix_offs[0017]: 0x000005bc 0x00000c48:ix_lens[0017]: 0x00000048 +0x00000850:ix_offs[0018]: 0x00000604 0x00000c4c:ix_lens[0018]: 0x0000004b +0x00000854:ix_offs[0019]: 0x0000064f 0x00000c50:ix_lens[0019]: 0x00000049 +0x00000858:ix_offs[0020]: 0x00000698 0x00000c54:ix_lens[0020]: 0x00000080 +0x0000085c:ix_offs[0021]: 0x00000718 0x00000c58:ix_lens[0021]: 0x00000065 +0x00000860:ix_offs[0022]: 0x0000077d 0x00000c5c:ix_lens[0022]: 0x00000082 +0x00000864:ix_offs[0023]: 0x000007ff 0x00000c60:ix_lens[0023]: 0x0000006f +0x00000868:ix_offs[0024]: 0x0000086e 0x00000c64:ix_lens[0024]: 0x0000008c +0x0000086c:ix_offs[0025]: 0x000008fa 0x00000c68:ix_lens[0025]: 0x00000062 +0x00000870:ix_offs[0026]: 0x0000095c 0x00000c6c:ix_lens[0026]: 0x0000007b +0x00000874:ix_offs[0027]: 0x000009d7 0x00000c70:ix_lens[0027]: 0x00000060 +0x00000878:ix_offs[0028]: 0x00000a37 0x00000c74:ix_lens[0028]: 0x0000005a +0x0000087c:ix_offs[0029]: 0x00000a91 0x00000c78:ix_lens[0029]: 0x00000068 +0x00000880:ix_offs[0030]: 0x00000af9 0x00000c7c:ix_lens[0030]: 0x0000003e +0x00000884:ix_offs[0031]: 0x00000b37 0x00000c80:ix_lens[0031]: 0x00000074 +0x00000888:ix_offs[0032]: 0x00000bab 0x00000c84:ix_lens[0032]: 0x00000095 +0x0000088c:ix_offs[0033]: 0x00000c40 0x00000c88:ix_lens[0033]: 0x0000004b +0x00000890:ix_offs[0034]: 0x00000c8b 0x00000c8c:ix_lens[0034]: 0x00000086 +0x00000894:ix_offs[0035]: 0x00000d11 0x00000c90:ix_lens[0035]: 0x0000004a +0x00000898:ix_offs[0036]: 0x00000d5b 0x00000c94:ix_lens[0036]: 0x0000005d +0x0000089c:ix_offs[0037]: 0x00000db8 0x00000c98:ix_lens[0037]: 0x0000004f +0x000008a0:ix_offs[0038]: 0x00000e07 0x00000c9c:ix_lens[0038]: 0x0000006e +0x000008a4:ix_offs[0039]: 0x00000e75 0x00000ca0:ix_lens[0039]: 0x0000003d +0x000008a8:ix_offs[0040]: 0x00000eb2 0x00000ca4:ix_lens[0040]: 0x00000051 +0x000008ac:ix_offs[0041]: 0x00000f03 0x00000ca8:ix_lens[0041]: 0x00000042 +0x000008b0:ix_offs[0042]: 0x00000f45 0x00000cac:ix_lens[0042]: 0x00000050 +0x000008b4:ix_offs[0043]: 0x00000f95 0x00000cb0:ix_lens[0043]: 0x0000003c +0x000008b8:ix_offs[0044]: 0x00000fd1 0x00000cb4:ix_lens[0044]: 0x00000062 +0x000008bc:ix_offs[0045]: 0x00001033 0x00000cb8:ix_lens[0045]: 0x00000068 +0x000008c0:ix_offs[0046]: 0x0000109b 0x00000cbc:ix_lens[0046]: 0x0000004d +0x000008c4:ix_offs[0047]: 0x000010e8 0x00000cc0:ix_lens[0047]: 0x00000050 +0x000008c8:ix_offs[0048]: 0x00001138 0x00000cc4:ix_lens[0048]: 0x0000006b +0x000008cc:ix_offs[0049]: 0x000011a3 0x00000cc8:ix_lens[0049]: 0x0000004f +0x000008d0:ix_offs[0050]: 0x000011f2 0x00000ccc:ix_lens[0050]: 0x00000080 +0x000008d4:ix_offs[0051]: 0x00001272 0x00000cd0:ix_lens[0051]: 0x0000003e +0x000008d8:ix_offs[0052]: 0x000012b0 0x00000cd4:ix_lens[0052]: 0x00000050 +0x000008dc:ix_offs[0053]: 0x00001300 0x00000cd8:ix_lens[0053]: 0x00000063 +0x000008e0:ix_offs[0054]: 0x00001363 0x00000cdc:ix_lens[0054]: 0x00000066 +0x000008e4:ix_offs[0055]: 0x000013c9 0x00000ce0:ix_lens[0055]: 0x0000004e +0x000008e8:ix_offs[0056]: 0x00001417 0x00000ce4:ix_lens[0056]: 0x00000061 +0x000008ec:ix_offs[0057]: 0x00001478 0x00000ce8:ix_lens[0057]: 0x00000068 +0x000008f0:ix_offs[0058]: 0x000014e0 0x00000cec:ix_lens[0058]: 0x0000005d +0x000008f4:ix_offs[0059]: 0x0000153d 0x00000cf0:ix_lens[0059]: 0x00000051 +0x000008f8:ix_offs[0060]: 0x0000158e 0x00000cf4:ix_lens[0060]: 0x00000076 +0x000008fc:ix_offs[0061]: 0x00001604 0x00000cf8:ix_lens[0061]: 0x00000053 +0x00000900:ix_offs[0062]: 0x00001657 0x00000cfc:ix_lens[0062]: 0x00000072 +0x00000904:ix_offs[0063]: 0x000016c9 0x00000d00:ix_lens[0063]: 0x00000050 +0x00000908:ix_offs[0064]: 0x00001719 0x00000d04:ix_lens[0064]: 0x00000056 +0x0000090c:ix_offs[0065]: 0x0000176f 0x00000d08:ix_lens[0065]: 0x0000003e +0x00000910:ix_offs[0066]: 0x000017ad 0x00000d0c:ix_lens[0066]: 0x00000050 +0x00000914:ix_offs[0067]: 0x000017fd 0x00000d10:ix_lens[0067]: 0x00000088 +0x00000918:ix_offs[0068]: 0x00001885 0x00000d14:ix_lens[0068]: 0x0000004e +0x0000091c:ix_offs[0069]: 0x000018d3 0x00000d18:ix_lens[0069]: 0x00000063 +0x00000920:ix_offs[0070]: 0x00001936 0x00000d1c:ix_lens[0070]: 0x00000057 +0x00000924:ix_offs[0071]: 0x0000198d 0x00000d20:ix_lens[0071]: 0x00000053 +0x00000928:ix_offs[0072]: 0x000019e0 0x00000d24:ix_lens[0072]: 0x00000067 +0x0000092c:ix_offs[0073]: 0x00001a47 0x00000d28:ix_lens[0073]: 0x0000006e +0x00000930:ix_offs[0074]: 0x00001ab5 0x00000d2c:ix_lens[0074]: 0x00000075 +0x00000934:ix_offs[0075]: 0x00001b2a 0x00000d30:ix_lens[0075]: 0x0000004b +0x00000938:ix_offs[0076]: 0x00001b75 0x00000d34:ix_lens[0076]: 0x00000077 +0x0000093c:ix_offs[0077]: 0x00001bec 0x00000d38:ix_lens[0077]: 0x00000053 +0x00000940:ix_offs[0078]: 0x00001c3f 0x00000d3c:ix_lens[0078]: 0x00000086 +0x00000944:ix_offs[0079]: 0x00001cc5 0x00000d40:ix_lens[0079]: 0x0000006b +0x00000948:ix_offs[0080]: 0x00001d30 0x00000d44:ix_lens[0080]: 0x00000054 +0x0000094c:ix_offs[0081]: 0x00001d84 0x00000d48:ix_lens[0081]: 0x0000004f +0x00000950:ix_offs[0082]: 0x00001dd3 0x00000d4c:ix_lens[0082]: 0x00000053 +0x00000954:ix_offs[0083]: 0x00001e26 0x00000d50:ix_lens[0083]: 0x00000069 +0x00000958:ix_offs[0084]: 0x00001e8f 0x00000d54:ix_lens[0084]: 0x0000003e +0x0000095c:ix_offs[0085]: 0x00001ecd 0x00000d58:ix_lens[0085]: 0x00000051 +0x00000960:ix_offs[0086]: 0x00001f1e 0x00000d5c:ix_lens[0086]: 0x00000077 +0x00000964:ix_offs[0087]: 0x00001f95 0x00000d60:ix_lens[0087]: 0x0000003b +0x00000968:ix_offs[0088]: 0x00001fd0 0x00000d64:ix_lens[0088]: 0x00000077 +0x0000096c:ix_offs[0089]: 0x00002047 0x00000d68:ix_lens[0089]: 0x00000053 +0x00000970:ix_offs[0090]: 0x0000209a 0x00000d6c:ix_lens[0090]: 0x00000053 +0x00000974:ix_offs[0091]: 0x000020ed 0x00000d70:ix_lens[0091]: 0x00000086 +0x00000978:ix_offs[0092]: 0x00002173 0x00000d74:ix_lens[0092]: 0x0000004e +0x0000097c:ix_offs[0093]: 0x000021c1 0x00000d78:ix_lens[0093]: 0x00000055 +0x00000980:ix_offs[0094]: 0x00002216 0x00000d7c:ix_lens[0094]: 0x0000007b +0x00000984:ix_offs[0095]: 0x00002291 0x00000d80:ix_lens[0095]: 0x00000078 +0x00000988:ix_offs[0096]: 0x00002309 0x00000d84:ix_lens[0096]: 0x0000004c +0x0000098c:ix_offs[0097]: 0x00002355 0x00000d88:ix_lens[0097]: 0x00000063 +0x00000990:ix_offs[0098]: 0x000023b8 0x00000d8c:ix_lens[0098]: 0x0000005d +0x00000994:ix_offs[0099]: 0x00002415 0x00000d90:ix_lens[0099]: 0x00000041 +0x00000998:ix_offs[0100]: 0x00002456 0x00000d94:ix_lens[0100]: 0x00000040 +0x0000099c:ix_offs[0101]: 0x00002496 0x00000d98:ix_lens[0101]: 0x00000064 +0x000009a0:ix_offs[0102]: 0x000024fa 0x00000d9c:ix_lens[0102]: 0x0000005a +0x000009a4:ix_offs[0103]: 0x00002554 0x00000da0:ix_lens[0103]: 0x00000069 +0x000009a8:ix_offs[0104]: 0x000025bd 0x00000da4:ix_lens[0104]: 0x00000068 +0x000009ac:ix_offs[0105]: 0x00002625 0x00000da8:ix_lens[0105]: 0x00000067 +0x000009b0:ix_offs[0106]: 0x0000268c 0x00000dac:ix_lens[0106]: 0x00000061 +0x000009b4:ix_offs[0107]: 0x000026ed 0x00000db0:ix_lens[0107]: 0x00000040 +0x000009b8:ix_offs[0108]: 0x0000272d 0x00000db4:ix_lens[0108]: 0x00000052 +0x000009bc:ix_offs[0109]: 0x0000277f 0x00000db8:ix_lens[0109]: 0x00000061 +0x000009c0:ix_offs[0110]: 0x000027e0 0x00000dbc:ix_lens[0110]: 0x00000060 +0x000009c4:ix_offs[0111]: 0x00002840 0x00000dc0:ix_lens[0111]: 0x00000079 +0x000009c8:ix_offs[0112]: 0x000028b9 0x00000dc4:ix_lens[0112]: 0x00000051 +0x000009cc:ix_offs[0113]: 0x0000290a 0x00000dc8:ix_lens[0113]: 0x00000073 +0x000009d0:ix_offs[0114]: 0x0000297d 0x00000dcc:ix_lens[0114]: 0x00000041 +0x000009d4:ix_offs[0115]: 0x000029be 0x00000dd0:ix_lens[0115]: 0x00000075 +0x000009d8:ix_offs[0116]: 0x00002a33 0x00000dd4:ix_lens[0116]: 0x00000085 +0x000009dc:ix_offs[0117]: 0x00002ab8 0x00000dd8:ix_lens[0117]: 0x00000051 +0x000009e0:ix_offs[0118]: 0x00002b09 0x00000ddc:ix_lens[0118]: 0x0000004e +0x000009e4:ix_offs[0119]: 0x00002b57 0x00000de0:ix_lens[0119]: 0x0000003d +0x000009e8:ix_offs[0120]: 0x00002b94 0x00000de4:ix_lens[0120]: 0x0000003f +0x000009ec:ix_offs[0121]: 0x00002bd3 0x00000de8:ix_lens[0121]: 0x00000051 +0x000009f0:ix_offs[0122]: 0x00002c24 0x00000dec:ix_lens[0122]: 0x00000062 +0x000009f4:ix_offs[0123]: 0x00002c86 0x00000df0:ix_lens[0123]: 0x0000003c +0x000009f8:ix_offs[0124]: 0x00002cc2 0x00000df4:ix_lens[0124]: 0x00000053 +0x000009fc:ix_offs[0125]: 0x00002d15 0x00000df8:ix_lens[0125]: 0x00000060 +0x00000a00:ix_offs[0126]: 0x00002d75 0x00000dfc:ix_lens[0126]: 0x0000006a + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2281 offs: 0x00000000 lens: 0x0000004f +0x00001000-0x0000104e: +>>0 @I2281@ INDI +1 NAME Eleanor /Mortimer/ +1 SEX F +1 FAMC @F572@ +1 FAMS @F1187@ +<< +[0001] INDI rkey: I2282 offs: 0x0000004f lens: 0x0000004c +0x0000104f-0x0000109a: +>>0 @I2282@ INDI +1 NAME Edward /Courtenay/ +1 SEX M +1 TITL Sir +1 FAMS @F1187@ +<< +[0002] INDI rkey: I2283 offs: 0x0000009b lens: 0x00000052 +0x0000109b-0x000010ec: +>>0 @I2283@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 DEAT +2 DATE 1409 +1 FAMC @F712@ +<< +[0003] INDI rkey: I2284 offs: 0x000000ed lens: 0x00000060 +0x000010ed-0x0000114c: +>>0 @I2284@ INDI +1 NAME Elizabeth /Mortimer/ +1 SEX F +1 FAMC @F712@ +1 FAMS @F1188@ +1 FAMS @F1189@ +<< +[0004] INDI rkey: I2285 offs: 0x0000014d lens: 0x00000081 +0x0000114d-0x000011cd: +>>0 @I2285@ INDI +1 NAME Philippa /Mortimer/ +1 SEX F +1 DEAT +2 DATE 1401 +1 FAMC @F712@ +1 FAMS @F1190@ +1 FAMS @F1191@ +1 FAMS @F1192@ +<< +[0005] INDI rkey: I2286 offs: 0x000001ce lens: 0x00000045 +0x000011ce-0x00001212: +>>0 @I2286@ INDI +1 NAME Henry (Hotspur) /Percy/ +1 SEX M +1 FAMS @F1188@ +<< +[0006] INDI rkey: I2287 offs: 0x00000213 lens: 0x0000004b +0x00001213-0x0000125d: +>>0 @I2287@ INDI +1 NAME Thomas // +1 SEX M +1 TITL Lord Camoys +1 FAMS @F1189@ +<< +[0007] INDI rkey: I2288 offs: 0x0000025e lens: 0x00000056 +0x0000125e-0x000012b3: +>>0 @I2288@ INDI +1 NAME John /Hastings/ +1 SEX M +1 TITL Earl of Pembroke +1 FAMS @F1190@ +<< +[0008] INDI rkey: I2289 offs: 0x000002b4 lens: 0x00000058 +0x000012b4-0x0000130b: +>>0 @I2289@ INDI +1 NAME Richard /Fitzalan/ +1 SEX M +1 TITL Earl of Arundel +1 FAMS @F1191@ +<< +[0009] INDI rkey: I2290 offs: 0x0000030c lens: 0x0000005e +0x0000130c-0x00001369: +>>0 @I2290@ INDI +1 NAME Thomas of_Basing /Poynings/ +1 SEX M +1 TITL Lord St. John +1 FAMS @F1192@ +<< +[0010] INDI rkey: I2291 offs: 0x0000036a lens: 0x00000070 +0x0000136a-0x000013d9: +>>0 @I2291@ INDI +1 NAME Charles_IV // +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1316 +1 DEAT +2 DATE 1378 +1 FAMS @F767@ +<< +[0011] INDI rkey: I2292 offs: 0x000003da lens: 0x00000052 +0x000013da-0x0000142b: +>>0 @I2292@ INDI +1 NAME John /Holland/ +1 SEX M +1 TITL Duke of Exeter +1 FAMS @F820@ +<< +[0012] INDI rkey: I2293 offs: 0x0000042c lens: 0x00000051 +0x0000142c-0x0000147c: +>>0 @I2293@ INDI +1 NAME John /Cornwall/ +1 SEX M +1 TITL Lord Fanhope +1 FAMS @F821@ +<< +[0013] INDI rkey: I2294 offs: 0x0000047d lens: 0x00000049 +0x0000147d-0x000014c5: +>>0 @I2294@ INDI +1 NAME Constance // +1 SEX F +1 FAMC @F570@ +1 FAMS @F1193@ +<< +[0014] INDI rkey: I2295 offs: 0x000004c6 lens: 0x0000005a +0x000014c6-0x0000151f: +>>0 @I2295@ INDI +1 NAME Thomas of_Gloucester /Despencer/ +1 SEX M +1 TITL Earl +1 FAMS @F1193@ +<< +[0015] INDI rkey: I2296 offs: 0x00000520 lens: 0x00000057 +0x00001520-0x00001576: +>>0 @I2296@ INDI +1 NAME Philippa // +1 SEX F +1 FAMS @F1194@ +1 FAMS @F1195@ +1 FAMS @F708@ +<< +[0016] INDI rkey: I2297 offs: 0x00000577 lens: 0x00000045 +0x00001577-0x000015bb: +>>0 @I2297@ INDI +1 NAME /Fitzwater/ +1 SEX M +1 TITL Lord +1 FAMS @F1194@ +<< +[0017] INDI rkey: I2298 offs: 0x000005bc lens: 0x00000048 +0x000015bc-0x00001603: +>>0 @I2298@ INDI +1 NAME John /Golafre/ +1 SEX M +1 TITL Sir +1 FAMS @F1195@ +<< +[0018] INDI rkey: I2299 offs: 0x00000604 lens: 0x0000004b +0x00001604-0x0000164e: +>>0 @I2299@ INDI +1 NAME Thomas /Clifford/ +1 SEX M +1 TITL Lord +1 FAMS @F784@ +<< +[0019] INDI rkey: I2300 offs: 0x0000064f lens: 0x00000049 +0x0000164f-0x00001697: +>>0 @I2300@ INDI +1 NAME John // +1 SEX M +1 TITL Lord Latymer +1 FAMS @F785@ +<< +[0020] INDI rkey: I2301 offs: 0x00000698 lens: 0x00000080 +0x00001698-0x00001717: +>>0 @I2301@ INDI +1 NAME Hugh /Seymour/ +1 SEX M +1 TITL Admiral +1 BIRT +2 DATE 1759 +1 DEAT +2 DATE 1801 +1 FAMC @F1196@ +1 FAMS @F461@ +<< +[0021] INDI rkey: I2302 offs: 0x00000718 lens: 0x00000065 +0x00001718-0x0000177c: +>>0 @I2302@ INDI +1 NAME Anne Horatia /Waldegrave/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1801 +1 FAMS @F461@ +<< +[0022] INDI rkey: I2303 offs: 0x0000077d lens: 0x00000082 +0x0000177d-0x000017fe: +>>0 @I2303@ INDI +1 NAME Francis of_Hertford I/Seymour/ +1 SEX M +1 TITL Marquess +1 BIRT +2 DATE 1718 +1 DEAT +2 DATE 1794 +1 FAMS @F1196@ +<< +[0023] INDI rkey: I2304 offs: 0x000007ff lens: 0x0000006f +0x000017ff-0x0000186d: +>>0 @I2304@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1782 +1 FAMC @F1197@ +1 FAMS @F1196@ +<< +[0024] INDI rkey: I2305 offs: 0x0000086e lens: 0x0000008c +0x0000186e-0x000018f9: +>>0 @I2305@ INDI +1 NAME Charles /Fitzroy/ +1 SEX M +1 TITL Duke of Grafton +1 BIRT +2 DATE 1683 +1 DEAT +2 DATE 1757 +1 FAMC @F1198@ +1 FAMS @F1197@ +<< +[0025] INDI rkey: I2306 offs: 0x000008fa lens: 0x00000062 +0x000018fa-0x0000195b: +>>0 @I2306@ INDI +1 NAME Henrietta /Somerset/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1726 +1 FAMS @F1197@ +<< +[0026] INDI rkey: I2307 offs: 0x0000095c lens: 0x0000007b +0x0000195c-0x000019d6: +>>0 @I2307@ INDI +1 NAME Henry /Fitzroy/ +1 SEX M +1 TITL Duke of Grafton +1 BIRT +2 DATE 1663 +1 DEAT +2 DATE 1690 +1 FAMS @F1198@ +<< +[0027] INDI rkey: I2308 offs: 0x000009d7 lens: 0x00000060 +0x000019d7-0x00001a36: +>>0 @I2308@ INDI +1 NAME Isabella /Bennett/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1723 +1 FAMS @F1198@ +<< +[0028] INDI rkey: I2309 offs: 0x00000a37 lens: 0x0000005a +0x00001a37-0x00001a90: +>>0 @I2309@ INDI +1 NAME William of_Northampton /Parr/ +1 SEX M +1 TITL Marquess +1 FAMC @F505@ +<< +[0029] INDI rkey: I2310 offs: 0x00000a91 lens: 0x00000068 +0x00001a91-0x00001af8: +>>0 @I2310@ INDI +1 NAME John Northumberland /Dudley/ +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1553 +1 FAMS @F511@ +<< +[0030] INDI rkey: I2311 offs: 0x00000af9 lens: 0x0000003e +0x00001af9-0x00001b36: +>>0 @I2311@ INDI +1 NAME Jane /Guildford/ +1 SEX F +1 FAMS @F511@ +<< +[0031] INDI rkey: I2312 offs: 0x00000b37 lens: 0x00000074 +0x00001b37-0x00001baa: +>>0 @I2312@ INDI +1 NAME John /Dudley/ +1 SEX M +1 TITL Earl of Warwick +1 DEAT +2 DATE 1554 +1 FAMC @F511@ +1 FAMS @F1199@ +<< +[0032] INDI rkey: I2313 offs: 0x00000bab lens: 0x00000095 +0x00001bab-0x00001c3f: +>>0 @I2313@ INDI +1 NAME Ambrose /Dudley/ +1 SEX M +1 TITL Earl of Warwick +1 DEAT +2 DATE 1590 +1 FAMC @F511@ +1 FAMS @F1200@ +1 FAMS @F1201@ +1 FAMS @F1202@ +<< +[0033] INDI rkey: I2314 offs: 0x00000c40 lens: 0x0000004b +0x00001c40-0x00001c8a: +>>0 @I2314@ INDI +1 NAME Henry /Dudley/ +1 SEX M +1 FAMC @F511@ +1 FAMS @F1203@ +<< +[0034] INDI rkey: I2315 offs: 0x00000c8b lens: 0x00000086 +0x00001c8b-0x00001d10: +>>0 @I2315@ INDI +1 NAME Robert of_Leicester /Dudley/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1588 +1 FAMC @F511@ +1 FAMS @F1204@ +1 FAMS @F1205@ +<< +[0035] INDI rkey: I2316 offs: 0x00000d11 lens: 0x0000004a +0x00001d11-0x00001d5a: +>>0 @I2316@ INDI +1 NAME Jane /Dudley/ +1 SEX F +1 FAMC @F511@ +1 FAMS @F1206@ +<< +[0036] INDI rkey: I2317 offs: 0x00000d5b lens: 0x0000005d +0x00001d5b-0x00001db7: +>>0 @I2317@ INDI +1 NAME Mary /Dudley/ +1 SEX F +1 DEAT +2 DATE 1586 +1 FAMC @F511@ +1 FAMS @F1207@ +<< +[0037] INDI rkey: I2318 offs: 0x00000db8 lens: 0x0000004f +0x00001db8-0x00001e06: +>>0 @I2318@ INDI +1 NAME Catherine /Dudley/ +1 SEX F +1 FAMC @F511@ +1 FAMS @F1208@ +<< +[0038] INDI rkey: I2319 offs: 0x00000e07 lens: 0x0000006e +0x00001e07-0x00001e74: +>>0 @I2319@ INDI +1 NAME Anne /Seymour/ +1 SEX F +1 DEAT +2 DATE 1588 +1 FAMC @F1112@ +1 FAMS @F1199@ +1 FAMS @F1209@ +<< +[0039] INDI rkey: I2320 offs: 0x00000e75 lens: 0x0000003d +0x00001e75-0x00001eb1: +>>0 @I2320@ INDI +1 NAME Edward /Unton/ +1 SEX M +1 FAMS @F1209@ +<< +[0040] INDI rkey: I2321 offs: 0x00000eb2 lens: 0x00000051 +0x00001eb2-0x00001f02: +>>0 @I2321@ INDI +1 NAME Anne /Whorwood/ +1 SEX F +1 DEAT +2 DATE 1552 +1 FAMS @F1200@ +<< +[0041] INDI rkey: I2322 offs: 0x00000f03 lens: 0x00000042 +0x00001f03-0x00001f44: +>>0 @I2322@ INDI +1 NAME Elizabeth /Talboys/ +1 SEX F +1 FAMS @F1201@ +<< +[0042] INDI rkey: I2323 offs: 0x00000f45 lens: 0x00000050 +0x00001f45-0x00001f94: +>>0 @I2323@ INDI +1 NAME Anne /Russell/ +1 SEX F +1 DEAT +2 DATE 1603 +1 FAMS @F1202@ +<< +[0043] INDI rkey: I2324 offs: 0x00000f95 lens: 0x0000003c +0x00001f95-0x00001fd0: +>>0 @I2324@ INDI +1 NAME John /Dudley/ +1 SEX M +1 FAMC @F1200@ +<< +[0044] INDI rkey: I2325 offs: 0x00000fd1 lens: 0x00000062 +0x00001fd1-0x00002032: +>>0 @I2325@ INDI +1 NAME Margaret /Audley/ +1 SEX F +1 DEAT +2 DATE 1563 +1 FAMS @F1203@ +1 FAMS @F1210@ +<< +[0045] INDI rkey: I2326 offs: 0x00001033 lens: 0x00000068 +0x00002033-0x0000209a: +>>0 @I2326@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Duke of Norfolk +1 DEAT +2 DATE 1572 +1 FAMS @F1210@ +<< +[0046] INDI rkey: I2327 offs: 0x0000109b lens: 0x0000004d +0x0000209b-0x000020e7: +>>0 @I2327@ INDI +1 NAME Henry /Seymour/ +1 SEX M +1 FAMC @F1112@ +1 FAMS @F1206@ +<< +[0047] INDI rkey: I2328 offs: 0x000010e8 lens: 0x00000050 +0x000020e8-0x00002137: +>>0 @I2328@ INDI +1 NAME Henry /Sidney/ +1 SEX M +1 DEAT +2 DATE 1586 +1 FAMS @F1207@ +<< +[0048] INDI rkey: I2329 offs: 0x00001138 lens: 0x0000006b +0x00002138-0x000021a2: +>>0 @I2329@ INDI +1 NAME Henry of_Huntington /Hastings/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1595 +1 FAMS @F1208@ +<< +[0049] INDI rkey: I2330 offs: 0x000011a3 lens: 0x0000004f +0x000021a3-0x000021f1: +>>0 @I2330@ INDI +1 NAME Amy /Robsart/ +1 SEX F +1 DEAT +2 DATE 1560 +1 FAMS @F1204@ +<< +[0050] INDI rkey: I2331 offs: 0x000011f2 lens: 0x00000080 +0x000021f2-0x00002271: +>>0 @I2331@ INDI +1 NAME Lettice /Knollys/ +1 SEX F +1 DEAT +2 DATE 1634 +1 FAMC @F1211@ +1 FAMS @F1212@ +1 FAMS @F1205@ +1 FAMS @F1213@ +<< +[0051] INDI rkey: I2332 offs: 0x00001272 lens: 0x0000003e +0x00002272-0x000022af: +>>0 @I2332@ INDI +1 NAME Henry /Herbert/ +1 SEX M +1 FAMS @F1109@ +<< +[0052] INDI rkey: I2333 offs: 0x000012b0 lens: 0x00000050 +0x000022b0-0x000022ff: +>>0 @I2333@ INDI +1 NAME Thomas /Keyes/ +1 SEX M +1 DEAT +2 DATE 1571 +1 FAMS @F1111@ +<< +[0053] INDI rkey: I2334 offs: 0x00001300 lens: 0x00000063 +0x00002300-0x00002362: +>>0 @I2334@ INDI +1 NAME Margaret /Clifford/ +1 SEX F +1 DEAT +2 DATE 1596 +1 FAMC @F774@ +1 FAMS @F1214@ +<< +[0054] INDI rkey: I2335 offs: 0x00001363 lens: 0x00000066 +0x00002363-0x000023c8: +>>0 @I2335@ INDI +1 NAME Henry /Stanley/ +1 SEX M +1 TITL Earl of Derby +1 DEAT +2 DATE 1593 +1 FAMS @F1214@ +<< +[0055] INDI rkey: I2336 offs: 0x000013c9 lens: 0x0000004e +0x000023c9-0x00002416: +>>0 @I2336@ INDI +1 NAME Anne /Dacre/ +1 SEX F +1 DEAT +2 DATE 1581 +1 FAMS @F1108@ +<< +[0056] INDI rkey: I2337 offs: 0x00001417 lens: 0x00000061 +0x00002417-0x00002477: +>>0 @I2337@ INDI +1 NAME Elizabeth /Howard/ +1 SEX F +1 DEAT +2 DATE 1512 +1 FAMC @F503@ +1 FAMS @F499@ +<< +[0057] INDI rkey: I2338 offs: 0x00001478 lens: 0x00000068 +0x00002478-0x000024df: +>>0 @I2338@ INDI +1 NAME George Rochford /Boleyn/ +1 SEX M +1 TITL Viscount +1 DEAT +2 DATE 1536 +1 FAMC @F499@ +<< +[0058] INDI rkey: I2339 offs: 0x000014e0 lens: 0x0000005d +0x000024e0-0x0000253c: +>>0 @I2339@ INDI +1 NAME Mary /Boleyn/ +1 SEX F +1 DEAT +2 DATE 1544 +1 FAMC @F499@ +1 FAMS @F1215@ +<< +[0059] INDI rkey: I2340 offs: 0x0000153d lens: 0x00000051 +0x0000253d-0x0000258d: +>>0 @I2340@ INDI +1 NAME William /Carey/ +1 SEX M +1 DEAT +2 DATE 1528 +1 FAMS @F1215@ +<< +[0060] INDI rkey: I2341 offs: 0x0000158e lens: 0x00000076 +0x0000258e-0x00002603: +>>0 @I2341@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Duke of Norfolk +1 DEAT +2 DATE 1524 +1 FAMS @F503@ +1 FAMS @F1216@ +<< +[0061] INDI rkey: I2342 offs: 0x00001604 lens: 0x00000053 +0x00002604-0x00002656: +>>0 @I2342@ INDI +1 NAME Elizabeth /Tilney/ +1 SEX F +1 DEAT +2 DATE 1497 +1 FAMS @F503@ +<< +[0062] INDI rkey: I2343 offs: 0x00001657 lens: 0x00000072 +0x00002657-0x000026c8: +>>0 @I2343@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Duke of Norfolk +1 FAMC @F503@ +1 FAMS @F1217@ +1 FAMS @F1218@ +<< +[0063] INDI rkey: I2344 offs: 0x000016c9 lens: 0x00000050 +0x000026c9-0x00002718: +>>0 @I2344@ INDI +1 NAME Anne of_York // +1 SEX F +1 DEAT +2 DATE 1511 +1 FAMS @F1217@ +<< +[0064] INDI rkey: I2345 offs: 0x00001719 lens: 0x00000056 +0x00002719-0x0000276e: +>>0 @I2345@ INDI +1 NAME Elizabeth /Stafford/ +1 SEX F +1 DEAT +2 DATE 1558 +1 FAMS @F1218@ +<< +[0065] INDI rkey: I2346 offs: 0x0000176f lens: 0x0000003e +0x0000276f-0x000027ac: +>>0 @I2346@ INDI +1 NAME Dorothy /Troyes/ +1 SEX F +1 FAMS @F504@ +<< +[0066] INDI rkey: I2347 offs: 0x000017ad lens: 0x00000050 +0x000027ad-0x000027fc: +>>0 @I2347@ INDI +1 NAME Agnes /Tilney/ +1 SEX F +1 DEAT +2 DATE 1545 +1 FAMS @F1216@ +<< +[0067] INDI rkey: I2348 offs: 0x000017fd lens: 0x00000088 +0x000027fd-0x00002884: +>>0 @I2348@ INDI +1 NAME William of_Effingham /Howard/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1572 +1 FAMC @F1216@ +1 FAMS @F1219@ +1 FAMS @F1220@ +<< +[0068] INDI rkey: I2349 offs: 0x00001885 lens: 0x0000004e +0x00002885-0x000028d2: +>>0 @I2349@ INDI +1 NAME Dorothy /Howard/ +1 SEX F +1 FAMC @F1216@ +1 FAMS @F1221@ +<< +[0069] INDI rkey: I2350 offs: 0x000018d3 lens: 0x00000063 +0x000028d3-0x00002935: +>>0 @I2350@ INDI +1 NAME Elizabeth /Howard/ +1 SEX F +1 DEAT +2 DATE 1534 +1 FAMC @F1216@ +1 FAMS @F1222@ +<< +[0070] INDI rkey: I2351 offs: 0x00001936 lens: 0x00000057 +0x00002936-0x0000298c: +>>0 @I2351@ INDI +1 NAME Catherine /Broughton/ +1 SEX F +1 DEAT +2 DATE 1531 +1 FAMS @F1219@ +<< +[0071] INDI rkey: I2352 offs: 0x0000198d lens: 0x00000053 +0x0000298d-0x000029df: +>>0 @I2352@ INDI +1 NAME Margaret /Gamage/ +1 SEX F +1 DEAT +2 DATE 1535 +1 FAMS @F1220@ +<< +[0072] INDI rkey: I2353 offs: 0x000019e0 lens: 0x00000067 +0x000029e0-0x00002a46: +>>0 @I2353@ INDI +1 NAME Edward /Stanley/ +1 SEX M +1 TITL Earl of Derby +1 DEAT +2 DATE 1572 +1 FAMS @F1221@ +<< +[0073] INDI rkey: I2354 offs: 0x00001a47 lens: 0x0000006e +0x00002a47-0x00002ab4: +>>0 @I2354@ INDI +1 NAME Henry /Radcliffe/ +1 SEX M +1 TITL Earl of Sussex +1 DEAT +2 DATE 1556/1557 +1 FAMS @F1222@ +<< +[0074] INDI rkey: I2355 offs: 0x00001ab5 lens: 0x00000075 +0x00002ab5-0x00002b29: +>>0 @I2355@ INDI +1 NAME Henry /Howard/ +1 SEX M +1 TITL Earl of Surrey +1 DEAT +2 DATE 1546 +1 FAMC @F1218@ +1 FAMS @F1223@ +<< +[0075] INDI rkey: I2356 offs: 0x00001b2a lens: 0x0000004b +0x00002b2a-0x00002b74: +>>0 @I2356@ INDI +1 NAME Mary /Howard/ +1 SEX F +1 FAMC @F1218@ +1 FAMS @F1224@ +<< +[0076] INDI rkey: I2357 offs: 0x00001b75 lens: 0x00000077 +0x00002b75-0x00002beb: +>>0 @I2357@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Viscount Bindon +1 DEAT +2 DATE 1582 +1 FAMC @F1218@ +1 FAMS @F1225@ +<< +[0077] INDI rkey: I2358 offs: 0x00001bec lens: 0x00000053 +0x00002bec-0x00002c3e: +>>0 @I2358@ INDI +1 NAME Frances de_Vere // +1 SEX F +1 DEAT +2 DATE 1577 +1 FAMS @F1223@ +<< +[0078] INDI rkey: I2359 offs: 0x00001c3f lens: 0x00000086 +0x00002c3f-0x00002cc4: +>>0 @I2359@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Duke of Norfolk +1 DEAT +2 DATE 1572 +1 FAMC @F1223@ +1 FAMS @F1226@ +1 FAMS @F1227@ +<< +[0079] INDI rkey: I2360 offs: 0x00001cc5 lens: 0x0000006b +0x00002cc5-0x00002d2f: +>>0 @I2360@ INDI +1 NAME Henry of_Northhampton /Howard/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1614 +1 FAMC @F1223@ +<< +[0080] INDI rkey: I2361 offs: 0x00001d30 lens: 0x00000054 +0x00002d30-0x00002d83: +>>0 @I2361@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 DEAT +2 DATE 1596 +1 FAMC @F1223@ +<< +[0081] INDI rkey: I2362 offs: 0x00001d84 lens: 0x0000004f +0x00002d84-0x00002dd2: +>>0 @I2362@ INDI +1 NAME Jane /Howard/ +1 SEX F +1 DEAT +2 DATE 1593 +1 FAMC @F1223@ +<< +[0082] INDI rkey: I2363 offs: 0x00001dd3 lens: 0x00000053 +0x00002dd3-0x00002e25: +>>0 @I2363@ INDI +1 NAME Margaret /Howard/ +1 SEX F +1 DEAT +2 DATE 1592 +1 FAMC @F1223@ +<< +[0083] INDI rkey: I2364 offs: 0x00001e26 lens: 0x00000069 +0x00002e26-0x00002e8e: +>>0 @I2364@ INDI +1 NAME Henry /Fitzroy/ +1 SEX M +1 TITL Duke of Richmond +1 DEAT +2 DATE 1533 +1 FAMS @F1224@ +<< +[0084] INDI rkey: I2365 offs: 0x00001e8f lens: 0x0000003e +0x00002e8f-0x00002ecc: +>>0 @I2365@ INDI +1 NAME Gertrude /Lyte/ +1 SEX F +1 FAMS @F1225@ +<< +[0085] INDI rkey: I2366 offs: 0x00001ecd lens: 0x00000051 +0x00002ecd-0x00002f1d: +>>0 @I2366@ INDI +1 NAME Mary /Fitzalan/ +1 SEX F +1 DEAT +2 DATE 1557 +1 FAMS @F1226@ +<< +[0086] INDI rkey: I2367 offs: 0x00001f1e lens: 0x00000077 +0x00002f1e-0x00002f94: +>>0 @I2367@ INDI +1 NAME Philip /Howard/ +1 SEX M +1 TITL Earl of Arundel +1 DEAT +2 DATE 1595 +1 FAMC @F1226@ +1 FAMS @F1228@ +<< +[0087] INDI rkey: I2368 offs: 0x00001f95 lens: 0x0000003b +0x00002f95-0x00002fcf: +>>0 @I2368@ INDI +1 NAME Anne /Dacre/ +1 SEX F +1 FAMS @F1228@ +<< +[0088] INDI rkey: I2369 offs: 0x00001fd0 lens: 0x00000077 +0x00002fd0-0x00003046: +>>0 @I2369@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Earl of Arundel +1 DEAT +2 DATE 1646 +1 FAMC @F1228@ +1 FAMS @F1229@ +<< +[0089] INDI rkey: I2370 offs: 0x00002047 lens: 0x00000053 +0x00003047-0x00003099: +>>0 @I2370@ INDI +1 NAME Aletheia /Talbot/ +1 SEX F +1 DEAT +2 DATE 1654 +1 FAMS @F1229@ +<< +[0090] INDI rkey: I2371 offs: 0x0000209a lens: 0x00000053 +0x0000309a-0x000030ec: +>>0 @I2371@ INDI +1 NAME Margaret /Audley/ +1 SEX F +1 DEAT +2 DATE 1563 +1 FAMS @F1227@ +<< +[0091] INDI rkey: I2372 offs: 0x000020ed lens: 0x00000086 +0x000030ed-0x00003172: +>>0 @I2372@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Earl of Suffolk +1 DEAT +2 DATE 1626 +1 FAMC @F1227@ +1 FAMS @F1230@ +1 FAMS @F1231@ +<< +[0092] INDI rkey: I2373 offs: 0x00002173 lens: 0x0000004e +0x00003173-0x000031c0: +>>0 @I2373@ INDI +1 NAME Mary /Dacre/ +1 SEX F +1 DEAT +2 DATE 1576 +1 FAMS @F1230@ +<< +[0093] INDI rkey: I2374 offs: 0x000021c1 lens: 0x00000055 +0x000031c1-0x00003215: +>>0 @I2374@ INDI +1 NAME Catherine /Knyvett/ +1 SEX F +1 DEAT +2 DATE 1633 +1 FAMS @F1231@ +<< +[0094] INDI rkey: I2375 offs: 0x00002216 lens: 0x0000007b +0x00003216-0x00003290: +>>0 @I2375@ INDI +1 NAME Theophilus /Howard/ +1 SEX M +1 TITL Earl of Suffolk +1 DEAT +2 DATE 1640 +1 FAMC @F1231@ +1 FAMS @F1232@ +<< +[0095] INDI rkey: I2376 offs: 0x00002291 lens: 0x00000078 +0x00003291-0x00003308: +>>0 @I2376@ INDI +1 NAME Thomas of_Berkshire /Howard/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1669 +1 FAMC @F1231@ +1 FAMS @F1233@ +<< +[0096] INDI rkey: I2377 offs: 0x00002309 lens: 0x0000004c +0x00003309-0x00003354: +>>0 @I2377@ INDI +1 NAME Henry /Howard/ +1 SEX M +1 FAMC @F1231@ +1 FAMS @F1234@ +<< +[0097] INDI rkey: I2378 offs: 0x00002355 lens: 0x00000063 +0x00003355-0x000033b7: +>>0 @I2378@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 DEAT +2 DATE 1672 +1 FAMC @F1231@ +1 FAMS @F1235@ +<< +[0098] INDI rkey: I2379 offs: 0x000023b8 lens: 0x0000005d +0x000033b8-0x00003414: +>>0 @I2379@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 FAMC @F1231@ +1 FAMS @F1236@ +1 FAMS @F1237@ +<< +[0099] INDI rkey: I2380 offs: 0x00002415 lens: 0x00000041 +0x00003415-0x00003455: +>>0 @I2380@ INDI +1 NAME Elizabeth /Dunbar/ +1 SEX F +1 FAMS @F1232@ +<< +[0100] INDI rkey: I2381 offs: 0x00002456 lens: 0x00000040 +0x00003456-0x00003495: +>>0 @I2381@ INDI +1 NAME Elizabeth /Cecil/ +1 SEX F +1 FAMS @F1233@ +<< +[0101] INDI rkey: I2382 offs: 0x00002496 lens: 0x00000064 +0x00003496-0x000034f9: +>>0 @I2382@ INDI +1 NAME Elizabeth /Bassett/ +1 SEX F +1 DEAT +2 DATE 1643 +1 FAMS @F1234@ +1 FAMS @F1238@ +<< +[0102] INDI rkey: I2383 offs: 0x000024fa lens: 0x0000005a +0x000034fa-0x00003553: +>>0 @I2383@ INDI +1 NAME William of_Newcastle /Cavendish/ +1 SEX M +1 TITL Earl +1 FAMS @F1238@ +<< +[0103] INDI rkey: I2384 offs: 0x00002554 lens: 0x00000069 +0x00003554-0x000035bc: +>>0 @I2384@ INDI +1 NAME William of_Berkshire /Cecil/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1668 +1 FAMS @F1235@ +<< +[0104] INDI rkey: I2385 offs: 0x000025bd lens: 0x00000068 +0x000035bd-0x00003624: +>>0 @I2385@ INDI +1 NAME Robert /Devereux/ +1 SEX M +1 TITL Earl of Essex +1 DEAT +2 DATE 1646 +1 FAMS @F1236@ +<< +[0105] INDI rkey: I2386 offs: 0x00002625 lens: 0x00000067 +0x00003625-0x0000368b: +>>0 @I2386@ INDI +1 NAME Robert /Carr/ +1 SEX M +1 TITL Earl of Somerset +1 DEAT +2 DATE 1645 +1 FAMS @F1237@ +<< +[0106] INDI rkey: I2387 offs: 0x0000268c lens: 0x00000061 +0x0000368c-0x000036ec: +>>0 @I2387@ INDI +1 NAME William /Howard/ +1 SEX M +1 DEAT +2 DATE 1640 +1 FAMC @F1227@ +1 FAMS @F1239@ +<< +[0107] INDI rkey: I2388 offs: 0x000026ed lens: 0x00000040 +0x000036ed-0x0000372c: +>>0 @I2388@ INDI +1 NAME Elizabeth /Dacre/ +1 SEX F +1 FAMS @F1239@ +<< +[0108] INDI rkey: I2389 offs: 0x0000272d lens: 0x00000052 +0x0000372d-0x0000377e: +>>0 @I2389@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 DEAT +2 DATE 1598 +1 FAMS @F1113@ +<< +[0109] INDI rkey: I2390 offs: 0x0000277f lens: 0x00000061 +0x0000377f-0x000037df: +>>0 @I2390@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 DEAT +2 DATE 1639 +1 FAMS @F1114@ +1 FAMS @F1240@ +<< +[0110] INDI rkey: I2391 offs: 0x000027e0 lens: 0x00000060 +0x000037e0-0x0000383f: +>>0 @I2391@ INDI +1 NAME Ludovic of_Richmond /Stuart/ +1 SEX M +1 TITL Duke of Lennox +1 FAMS @F1240@ +<< +[0111] INDI rkey: I2392 offs: 0x00002840 lens: 0x00000079 +0x00003840-0x000038b8: +>>0 @I2392@ INDI +1 NAME Edward /Seymour/ +1 SEX M +1 TITL Duke of Somerset +1 DEAT +2 DATE 1552 +1 FAMS @F1241@ +1 FAMS @F1112@ +<< +[0112] INDI rkey: I2393 offs: 0x000028b9 lens: 0x00000051 +0x000038b9-0x00003909: +>>0 @I2393@ INDI +1 NAME Anne /Stanhope/ +1 SEX F +1 DEAT +2 DATE 1587 +1 FAMS @F1112@ +<< +[0113] INDI rkey: I2394 offs: 0x0000290a lens: 0x00000073 +0x0000390a-0x0000397c: +>>0 @I2394@ INDI +1 NAME Henry /Carey/ +1 SEX M +1 TITL Baron Hunsdon +1 DEAT +2 DATE 1596 +1 FAMC @F1215@ +1 FAMS @F1242@ +<< +[0114] INDI rkey: I2395 offs: 0x0000297d lens: 0x00000041 +0x0000397d-0x000039bd: +>>0 @I2395@ INDI +1 NAME Catherine /Fillol/ +1 SEX F +1 FAMS @F1241@ +<< +[0115] INDI rkey: I2396 offs: 0x000029be lens: 0x00000075 +0x000039be-0x00003a32: +>>0 @I2396@ INDI +1 NAME Edward Beauchamp /Seymour/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1618 +1 FAMC @F780@ +1 FAMS @F1243@ +<< +[0116] INDI rkey: I2397 offs: 0x00002a33 lens: 0x00000085 +0x00003a33-0x00003ab7: +>>0 @I2397@ INDI +1 NAME Francis /Seymour/ +1 SEX M +1 TITL Baron Seymour +1 DEAT +2 DATE 1664 +1 FAMC @F780@ +1 FAMS @F1244@ +1 FAMS @F1245@ +<< +[0117] INDI rkey: I2398 offs: 0x00002ab8 lens: 0x00000051 +0x00003ab8-0x00003b08: +>>0 @I2398@ INDI +1 NAME Honora /Seymour/ +1 SEX F +1 DEAT +2 DATE 1620 +1 FAMC @F780@ +<< +[0118] INDI rkey: I2399 offs: 0x00002b09 lens: 0x0000004e +0x00003b09-0x00003b56: +>>0 @I2399@ INDI +1 NAME Anne /Sackville/ +1 SEX F +1 FAMS @F1243@ +1 FAMS @F1246@ +<< +[0119] INDI rkey: I2400 offs: 0x00002b57 lens: 0x0000003d +0x00003b57-0x00003b93: +>>0 @I2400@ INDI +1 NAME Edward /Lewes/ +1 SEX M +1 FAMS @F1246@ +<< +[0120] INDI rkey: I2401 offs: 0x00002b94 lens: 0x0000003f +0x00003b94-0x00003bd2: +>>0 @I2401@ INDI +1 NAME Frances /Prynne/ +1 SEX F +1 FAMS @F1244@ +<< +[0121] INDI rkey: I2402 offs: 0x00002bd3 lens: 0x00000051 +0x00003bd3-0x00003c23: +>>0 @I2402@ INDI +1 NAME Catherine /Lee/ +1 SEX F +1 DEAT +2 DATE 1700 +1 FAMS @F1245@ +<< +[0122] INDI rkey: I2403 offs: 0x00002c24 lens: 0x00000062 +0x00003c24-0x00003c85: +>>0 @I2403@ INDI +1 NAME Catherine /Carey/ +1 SEX F +1 DEAT +2 DATE 1568 +1 FAMC @F1215@ +1 FAMS @F1211@ +<< +[0123] INDI rkey: I2404 offs: 0x00002c86 lens: 0x0000003c +0x00003c86-0x00003cc1: +>>0 @I2404@ INDI +1 NAME Anne /Morgan/ +1 SEX F +1 FAMS @F1242@ +<< +[0124] INDI rkey: I2405 offs: 0x00002cc2 lens: 0x00000053 +0x00003cc2-0x00003d14: +>>0 @I2405@ INDI +1 NAME Francis /Knollys/ +1 SEX M +1 DEAT +2 DATE 1596 +1 FAMS @F1211@ +<< +[0125] INDI rkey: I2406 offs: 0x00002d15 lens: 0x00000060 +0x00003d15-0x00003d74: +>>0 @I2406@ INDI +1 NAME Henry /Knollys/ +1 SEX M +1 DEAT +2 DATE 1583 +1 FAMC @F1211@ +1 FAMS @F1247@ +<< +[0126] INDI rkey: I2407 offs: 0x00002d75 lens: 0x0000006a +0x00003d75-0x00003dde: +>>0 @I2407@ INDI +1 NAME William /Knollys/ +1 SEX M +1 TITL Earl of Banbury +1 DEAT +2 DATE 1632 +1 FAMC @F1211@ +<< + +0x00003ddf: EOF (0x00003ddf) GOOD + +BLOCK - DIRECTORY ad/ae +0x00000000:ix_self: 0x00030004 (ad/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2408' +0x00000016:ix_rkey[0001]: ' I2409' +0x0000001e:ix_rkey[0002]: ' I2410' +0x00000026:ix_rkey[0003]: ' I2411' +0x0000002e:ix_rkey[0004]: ' I2412' +0x00000036:ix_rkey[0005]: ' I2413' +0x0000003e:ix_rkey[0006]: ' I2414' +0x00000046:ix_rkey[0007]: ' I2415' +0x0000004e:ix_rkey[0008]: ' I2416' +0x00000056:ix_rkey[0009]: ' I2417' +0x0000005e:ix_rkey[0010]: ' I2418' +0x00000066:ix_rkey[0011]: ' I2419' +0x0000006e:ix_rkey[0012]: ' I2420' +0x00000076:ix_rkey[0013]: ' I2421' +0x0000007e:ix_rkey[0014]: ' I2422' +0x00000086:ix_rkey[0015]: ' I2423' +0x0000008e:ix_rkey[0016]: ' I2424' +0x00000096:ix_rkey[0017]: ' I2425' +0x0000009e:ix_rkey[0018]: ' I2426' +0x000000a6:ix_rkey[0019]: ' I2427' +0x000000ae:ix_rkey[0020]: ' I2428' +0x000000b6:ix_rkey[0021]: ' I2429' +0x000000be:ix_rkey[0022]: ' I2430' +0x000000c6:ix_rkey[0023]: ' I2431' +0x000000ce:ix_rkey[0024]: ' I2432' +0x000000d6:ix_rkey[0025]: ' I2433' +0x000000de:ix_rkey[0026]: ' I2434' +0x000000e6:ix_rkey[0027]: ' I2435' +0x000000ee:ix_rkey[0028]: ' I2436' +0x000000f6:ix_rkey[0029]: ' I2437' +0x000000fe:ix_rkey[0030]: ' I2438' +0x00000106:ix_rkey[0031]: ' I2439' +0x0000010e:ix_rkey[0032]: ' I2440' +0x00000116:ix_rkey[0033]: ' I2441' +0x0000011e:ix_rkey[0034]: ' I2442' +0x00000126:ix_rkey[0035]: ' I2443' +0x0000012e:ix_rkey[0036]: ' I2444' +0x00000136:ix_rkey[0037]: ' I2445' +0x0000013e:ix_rkey[0038]: ' I2446' +0x00000146:ix_rkey[0039]: ' I2447' +0x0000014e:ix_rkey[0040]: ' I2448' +0x00000156:ix_rkey[0041]: ' I2449' +0x0000015e:ix_rkey[0042]: ' I2450' +0x00000166:ix_rkey[0043]: ' I2451' +0x0000016e:ix_rkey[0044]: ' I2452' +0x00000176:ix_rkey[0045]: ' I2453' +0x0000017e:ix_rkey[0046]: ' I2454' +0x00000186:ix_rkey[0047]: ' I2455' +0x0000018e:ix_rkey[0048]: ' I2456' +0x00000196:ix_rkey[0049]: ' I2457' +0x0000019e:ix_rkey[0050]: ' I2458' +0x000001a6:ix_rkey[0051]: ' I2459' +0x000001ae:ix_rkey[0052]: ' I2460' +0x000001b6:ix_rkey[0053]: ' I2461' +0x000001be:ix_rkey[0054]: ' I2462' +0x000001c6:ix_rkey[0055]: ' I2463' +0x000001ce:ix_rkey[0056]: ' I2464' +0x000001d6:ix_rkey[0057]: ' I2465' +0x000001de:ix_rkey[0058]: ' I2466' +0x000001e6:ix_rkey[0059]: ' I2467' +0x000001ee:ix_rkey[0060]: ' I2468' +0x000001f6:ix_rkey[0061]: ' I2469' +0x000001fe:ix_rkey[0062]: ' I2470' +0x00000206:ix_rkey[0063]: ' I2471' +0x0000020e:ix_rkey[0064]: ' I2472' +0x00000216:ix_rkey[0065]: ' I2473' +0x0000021e:ix_rkey[0066]: ' I2474' +0x00000226:ix_rkey[0067]: ' I2475' +0x0000022e:ix_rkey[0068]: ' I2476' +0x00000236:ix_rkey[0069]: ' I2477' +0x0000023e:ix_rkey[0070]: ' I2478' +0x00000246:ix_rkey[0071]: ' I2479' +0x0000024e:ix_rkey[0072]: ' I2480' +0x00000256:ix_rkey[0073]: ' I2481' +0x0000025e:ix_rkey[0074]: ' I2482' +0x00000266:ix_rkey[0075]: ' I2483' +0x0000026e:ix_rkey[0076]: ' I2484' +0x00000276:ix_rkey[0077]: ' I2485' +0x0000027e:ix_rkey[0078]: ' I2486' +0x00000286:ix_rkey[0079]: ' I2487' +0x0000028e:ix_rkey[0080]: ' I2488' +0x00000296:ix_rkey[0081]: ' I2489' +0x0000029e:ix_rkey[0082]: ' I2490' +0x000002a6:ix_rkey[0083]: ' I2491' +0x000002ae:ix_rkey[0084]: ' I2492' +0x000002b6:ix_rkey[0085]: ' I2493' +0x000002be:ix_rkey[0086]: ' I2494' +0x000002c6:ix_rkey[0087]: ' I2495' +0x000002ce:ix_rkey[0088]: ' I2496' +0x000002d6:ix_rkey[0089]: ' I2497' +0x000002de:ix_rkey[0090]: ' I2498' +0x000002e6:ix_rkey[0091]: ' I2499' +0x000002ee:ix_rkey[0092]: ' I2500' +0x000002f6:ix_rkey[0093]: ' I2501' +0x000002fe:ix_rkey[0094]: ' I2502' +0x00000306:ix_rkey[0095]: ' I2503' +0x0000030e:ix_rkey[0096]: ' I2504' +0x00000316:ix_rkey[0097]: ' I2505' +0x0000031e:ix_rkey[0098]: ' I2506' +0x00000326:ix_rkey[0099]: ' I2507' +0x0000032e:ix_rkey[0100]: ' I2508' +0x00000336:ix_rkey[0101]: ' I2509' +0x0000033e:ix_rkey[0102]: ' I2510' +0x00000346:ix_rkey[0103]: ' I2511' +0x0000034e:ix_rkey[0104]: ' I2512' +0x00000356:ix_rkey[0105]: ' I2513' +0x0000035e:ix_rkey[0106]: ' I2514' +0x00000366:ix_rkey[0107]: ' I2515' +0x0000036e:ix_rkey[0108]: ' I2516' +0x00000376:ix_rkey[0109]: ' I2517' +0x0000037e:ix_rkey[0110]: ' I2518' +0x00000386:ix_rkey[0111]: ' I2519' +0x0000038e:ix_rkey[0112]: ' I2520' +0x00000396:ix_rkey[0113]: ' I2521' +0x0000039e:ix_rkey[0114]: ' I2522' +0x000003a6:ix_rkey[0115]: ' I2523' +0x000003ae:ix_rkey[0116]: ' I2524' +0x000003b6:ix_rkey[0117]: ' I2525' +0x000003be:ix_rkey[0118]: ' I2526' +0x000003c6:ix_rkey[0119]: ' I2527' +0x000003ce:ix_rkey[0120]: ' I2528' +0x000003d6:ix_rkey[0121]: ' I2529' +0x000003de:ix_rkey[0122]: ' I2530' +0x000003e6:ix_rkey[0123]: ' I2531' +0x000003ee:ix_rkey[0124]: ' I2532' +0x000003f6:ix_rkey[0125]: ' I2533' +0x000003fe:ix_rkey[0126]: ' I2534' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000004c +0x0000080c:ix_offs[0001]: 0x0000004c 0x00000c08:ix_lens[0001]: 0x00000051 +0x00000810:ix_offs[0002]: 0x0000009d 0x00000c0c:ix_lens[0002]: 0x00000051 +0x00000814:ix_offs[0003]: 0x000000ee 0x00000c10:ix_lens[0003]: 0x00000068 +0x00000818:ix_offs[0004]: 0x00000156 0x00000c14:ix_lens[0004]: 0x00000056 +0x0000081c:ix_offs[0005]: 0x000001ac 0x00000c18:ix_lens[0005]: 0x00000057 +0x00000820:ix_offs[0006]: 0x00000203 0x00000c1c:ix_lens[0006]: 0x00000069 +0x00000824:ix_offs[0007]: 0x0000026c 0x00000c20:ix_lens[0007]: 0x0000004b +0x00000828:ix_offs[0008]: 0x000002b7 0x00000c24:ix_lens[0008]: 0x00000052 +0x0000082c:ix_offs[0009]: 0x00000309 0x00000c28:ix_lens[0009]: 0x00000045 +0x00000830:ix_offs[0010]: 0x0000034e 0x00000c2c:ix_lens[0010]: 0x000000a0 +0x00000834:ix_offs[0011]: 0x000003ee 0x00000c30:ix_lens[0011]: 0x00000090 +0x00000838:ix_offs[0012]: 0x0000047e 0x00000c34:ix_lens[0012]: 0x000000b3 +0x0000083c:ix_offs[0013]: 0x00000531 0x00000c38:ix_lens[0013]: 0x00000075 +0x00000840:ix_offs[0014]: 0x000005a6 0x00000c3c:ix_lens[0014]: 0x00000043 +0x00000844:ix_offs[0015]: 0x000005e9 0x00000c40:ix_lens[0015]: 0x00000083 +0x00000848:ix_offs[0016]: 0x0000066c 0x00000c44:ix_lens[0016]: 0x000000ac +0x0000084c:ix_offs[0017]: 0x00000718 0x00000c48:ix_lens[0017]: 0x00000070 +0x00000850:ix_offs[0018]: 0x00000788 0x00000c4c:ix_lens[0018]: 0x00000083 +0x00000854:ix_offs[0019]: 0x0000080b 0x00000c50:ix_lens[0019]: 0x0000004d +0x00000858:ix_offs[0020]: 0x00000858 0x00000c54:ix_lens[0020]: 0x0000005d +0x0000085c:ix_offs[0021]: 0x000008b5 0x00000c58:ix_lens[0021]: 0x0000006c +0x00000860:ix_offs[0022]: 0x00000921 0x00000c5c:ix_lens[0022]: 0x00000078 +0x00000864:ix_offs[0023]: 0x00000999 0x00000c60:ix_lens[0023]: 0x0000009f +0x00000868:ix_offs[0024]: 0x00000a38 0x00000c64:ix_lens[0024]: 0x0000006f +0x0000086c:ix_offs[0025]: 0x00000aa7 0x00000c68:ix_lens[0025]: 0x00000096 +0x00000870:ix_offs[0026]: 0x00000b3d 0x00000c6c:ix_lens[0026]: 0x00000096 +0x00000874:ix_offs[0027]: 0x00000bd3 0x00000c70:ix_lens[0027]: 0x00000060 +0x00000878:ix_offs[0028]: 0x00000c33 0x00000c74:ix_lens[0028]: 0x00000042 +0x0000087c:ix_offs[0029]: 0x00000c75 0x00000c78:ix_lens[0029]: 0x00000075 +0x00000880:ix_offs[0030]: 0x00000cea 0x00000c7c:ix_lens[0030]: 0x000000e1 +0x00000884:ix_offs[0031]: 0x00000dcb 0x00000c80:ix_lens[0031]: 0x00000074 +0x00000888:ix_offs[0032]: 0x00000e3f 0x00000c84:ix_lens[0032]: 0x00000074 +0x0000088c:ix_offs[0033]: 0x00000eb3 0x00000c88:ix_lens[0033]: 0x00000043 +0x00000890:ix_offs[0034]: 0x00000ef6 0x00000c8c:ix_lens[0034]: 0x0000007e +0x00000894:ix_offs[0035]: 0x00000f74 0x00000c90:ix_lens[0035]: 0x00000044 +0x00000898:ix_offs[0036]: 0x00000fb8 0x00000c94:ix_lens[0036]: 0x00000041 +0x0000089c:ix_offs[0037]: 0x00000ff9 0x00000c98:ix_lens[0037]: 0x0000003f +0x000008a0:ix_offs[0038]: 0x00001038 0x00000c9c:ix_lens[0038]: 0x0000006e +0x000008a4:ix_offs[0039]: 0x000010a6 0x00000ca0:ix_lens[0039]: 0x0000006d +0x000008a8:ix_offs[0040]: 0x00001113 0x00000ca4:ix_lens[0040]: 0x000000b7 +0x000008ac:ix_offs[0041]: 0x000011ca 0x00000ca8:ix_lens[0041]: 0x00000074 +0x000008b0:ix_offs[0042]: 0x0000123e 0x00000cac:ix_lens[0042]: 0x00000078 +0x000008b4:ix_offs[0043]: 0x000012b6 0x00000cb0:ix_lens[0043]: 0x0000010c +0x000008b8:ix_offs[0044]: 0x000013c2 0x00000cb4:ix_lens[0044]: 0x000000ed +0x000008bc:ix_offs[0045]: 0x000014af 0x00000cb8:ix_lens[0045]: 0x00000054 +0x000008c0:ix_offs[0046]: 0x00001503 0x00000cbc:ix_lens[0046]: 0x000000a3 +0x000008c4:ix_offs[0047]: 0x000015a6 0x00000cc0:ix_lens[0047]: 0x00000055 +0x000008c8:ix_offs[0048]: 0x000015fb 0x00000cc4:ix_lens[0048]: 0x00000045 +0x000008cc:ix_offs[0049]: 0x00001640 0x00000cc8:ix_lens[0049]: 0x000000d8 +0x000008d0:ix_offs[0050]: 0x00001718 0x00000ccc:ix_lens[0050]: 0x000000ca +0x000008d4:ix_offs[0051]: 0x000017e2 0x00000cd0:ix_lens[0051]: 0x00000056 +0x000008d8:ix_offs[0052]: 0x00001838 0x00000cd4:ix_lens[0052]: 0x0000005c +0x000008dc:ix_offs[0053]: 0x00001894 0x00000cd8:ix_lens[0053]: 0x00000039 +0x000008e0:ix_offs[0054]: 0x000018cd 0x00000cdc:ix_lens[0054]: 0x0000005d +0x000008e4:ix_offs[0055]: 0x0000192a 0x00000ce0:ix_lens[0055]: 0x000000a1 +0x000008e8:ix_offs[0056]: 0x000019cb 0x00000ce4:ix_lens[0056]: 0x000000f6 +0x000008ec:ix_offs[0057]: 0x00001ac1 0x00000ce8:ix_lens[0057]: 0x000000e3 +0x000008f0:ix_offs[0058]: 0x00001ba4 0x00000cec:ix_lens[0058]: 0x000000c9 +0x000008f4:ix_offs[0059]: 0x00001c6d 0x00000cf0:ix_lens[0059]: 0x00000085 +0x000008f8:ix_offs[0060]: 0x00001cf2 0x00000cf4:ix_lens[0060]: 0x0000003a +0x000008fc:ix_offs[0061]: 0x00001d2c 0x00000cf8:ix_lens[0061]: 0x00000037 +0x00000900:ix_offs[0062]: 0x00001d63 0x00000cfc:ix_lens[0062]: 0x0000004d +0x00000904:ix_offs[0063]: 0x00001db0 0x00000d00:ix_lens[0063]: 0x00000043 +0x00000908:ix_offs[0064]: 0x00001df3 0x00000d04:ix_lens[0064]: 0x00000058 +0x0000090c:ix_offs[0065]: 0x00001e4b 0x00000d08:ix_lens[0065]: 0x0000004e +0x00000910:ix_offs[0066]: 0x00001e99 0x00000d0c:ix_lens[0066]: 0x00000056 +0x00000914:ix_offs[0067]: 0x00001eef 0x00000d10:ix_lens[0067]: 0x00000057 +0x00000918:ix_offs[0068]: 0x00001f46 0x00000d14:ix_lens[0068]: 0x00000055 +0x0000091c:ix_offs[0069]: 0x00001f9b 0x00000d18:ix_lens[0069]: 0x00000057 +0x00000920:ix_offs[0070]: 0x00001ff2 0x00000d1c:ix_lens[0070]: 0x00000060 +0x00000924:ix_offs[0071]: 0x00002052 0x00000d20:ix_lens[0071]: 0x00000064 +0x00000928:ix_offs[0072]: 0x000020b6 0x00000d24:ix_lens[0072]: 0x0000003f +0x0000092c:ix_offs[0073]: 0x000020f5 0x00000d28:ix_lens[0073]: 0x0000004c +0x00000930:ix_offs[0074]: 0x00002141 0x00000d2c:ix_lens[0074]: 0x00000079 +0x00000934:ix_offs[0075]: 0x000021ba 0x00000d30:ix_lens[0075]: 0x0000005c +0x00000938:ix_offs[0076]: 0x00002216 0x00000d34:ix_lens[0076]: 0x00000040 +0x0000093c:ix_offs[0077]: 0x00002256 0x00000d38:ix_lens[0077]: 0x00000052 +0x00000940:ix_offs[0078]: 0x000022a8 0x00000d3c:ix_lens[0078]: 0x00000064 +0x00000944:ix_offs[0079]: 0x0000230c 0x00000d40:ix_lens[0079]: 0x00000080 +0x00000948:ix_offs[0080]: 0x0000238c 0x00000d44:ix_lens[0080]: 0x00000087 +0x0000094c:ix_offs[0081]: 0x00002413 0x00000d48:ix_lens[0081]: 0x00000052 +0x00000950:ix_offs[0082]: 0x00002465 0x00000d4c:ix_lens[0082]: 0x0000006e +0x00000954:ix_offs[0083]: 0x000024d3 0x00000d50:ix_lens[0083]: 0x00000070 +0x00000958:ix_offs[0084]: 0x00002543 0x00000d54:ix_lens[0084]: 0x0000006f +0x0000095c:ix_offs[0085]: 0x000025b2 0x00000d58:ix_lens[0085]: 0x00000051 +0x00000960:ix_offs[0086]: 0x00002603 0x00000d5c:ix_lens[0086]: 0x000000e0 +0x00000964:ix_offs[0087]: 0x000026e3 0x00000d60:ix_lens[0087]: 0x00000084 +0x00000968:ix_offs[0088]: 0x00002767 0x00000d64:ix_lens[0088]: 0x00000068 +0x0000096c:ix_offs[0089]: 0x000027cf 0x00000d68:ix_lens[0089]: 0x00000056 +0x00000970:ix_offs[0090]: 0x00002825 0x00000d6c:ix_lens[0090]: 0x000000f3 +0x00000974:ix_offs[0091]: 0x00002918 0x00000d70:ix_lens[0091]: 0x000000eb +0x00000978:ix_offs[0092]: 0x00002a03 0x00000d74:ix_lens[0092]: 0x00000079 +0x0000097c:ix_offs[0093]: 0x00002a7c 0x00000d78:ix_lens[0093]: 0x0000006c +0x00000980:ix_offs[0094]: 0x00002ae8 0x00000d7c:ix_lens[0094]: 0x0000004b +0x00000984:ix_offs[0095]: 0x00002b33 0x00000d80:ix_lens[0095]: 0x00000068 +0x00000988:ix_offs[0096]: 0x00002b9b 0x00000d84:ix_lens[0096]: 0x00000059 +0x0000098c:ix_offs[0097]: 0x00002bf4 0x00000d88:ix_lens[0097]: 0x00000068 +0x00000990:ix_offs[0098]: 0x00002c5c 0x00000d8c:ix_lens[0098]: 0x0000003a +0x00000994:ix_offs[0099]: 0x00002c96 0x00000d90:ix_lens[0099]: 0x00000083 +0x00000998:ix_offs[0100]: 0x00002d19 0x00000d94:ix_lens[0100]: 0x00000054 +0x0000099c:ix_offs[0101]: 0x00002d6d 0x00000d98:ix_lens[0101]: 0x00000053 +0x000009a0:ix_offs[0102]: 0x00002dc0 0x00000d9c:ix_lens[0102]: 0x00000057 +0x000009a4:ix_offs[0103]: 0x00002e17 0x00000da0:ix_lens[0103]: 0x000000ae +0x000009a8:ix_offs[0104]: 0x00002ec5 0x00000da4:ix_lens[0104]: 0x0000003a +0x000009ac:ix_offs[0105]: 0x00002eff 0x00000da8:ix_lens[0105]: 0x00000068 +0x000009b0:ix_offs[0106]: 0x00002f67 0x00000dac:ix_lens[0106]: 0x0000005d +0x000009b4:ix_offs[0107]: 0x00002fc4 0x00000db0:ix_lens[0107]: 0x00000062 +0x000009b8:ix_offs[0108]: 0x00003026 0x00000db4:ix_lens[0108]: 0x00000063 +0x000009bc:ix_offs[0109]: 0x00003089 0x00000db8:ix_lens[0109]: 0x0000008a +0x000009c0:ix_offs[0110]: 0x00003113 0x00000dbc:ix_lens[0110]: 0x00000053 +0x000009c4:ix_offs[0111]: 0x00003166 0x00000dc0:ix_lens[0111]: 0x00000056 +0x000009c8:ix_offs[0112]: 0x000031bc 0x00000dc4:ix_lens[0112]: 0x0000004e +0x000009cc:ix_offs[0113]: 0x0000320a 0x00000dc8:ix_lens[0113]: 0x00000059 +0x000009d0:ix_offs[0114]: 0x00003263 0x00000dcc:ix_lens[0114]: 0x000000ee +0x000009d4:ix_offs[0115]: 0x00003351 0x00000dd0:ix_lens[0115]: 0x000000e1 +0x000009d8:ix_offs[0116]: 0x00003432 0x00000dd4:ix_lens[0116]: 0x00000067 +0x000009dc:ix_offs[0117]: 0x00003499 0x00000dd8:ix_lens[0117]: 0x00000056 +0x000009e0:ix_offs[0118]: 0x000034ef 0x00000ddc:ix_lens[0118]: 0x0000007d +0x000009e4:ix_offs[0119]: 0x0000356c 0x00000de0:ix_lens[0119]: 0x0000007b +0x000009e8:ix_offs[0120]: 0x000035e7 0x00000de4:ix_lens[0120]: 0x00000079 +0x000009ec:ix_offs[0121]: 0x00003660 0x00000de8:ix_lens[0121]: 0x0000007d +0x000009f0:ix_offs[0122]: 0x000036dd 0x00000dec:ix_lens[0122]: 0x00000061 +0x000009f4:ix_offs[0123]: 0x0000373e 0x00000df0:ix_lens[0123]: 0x0000006d +0x000009f8:ix_offs[0124]: 0x000037ab 0x00000df4:ix_lens[0124]: 0x00000047 +0x000009fc:ix_offs[0125]: 0x000037f2 0x00000df8:ix_lens[0125]: 0x00000038 +0x00000a00:ix_offs[0126]: 0x0000382a 0x00000dfc:ix_lens[0126]: 0x00000059 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2408 offs: 0x00000000 lens: 0x0000004c +0x00001000-0x0000104b: +>>0 @I2408@ INDI +1 NAME Anne /Knollys/ +1 SEX F +1 FAMC @F1211@ +1 FAMS @F1248@ +<< +[0001] INDI rkey: I2409 offs: 0x0000004c lens: 0x00000051 +0x0000104c-0x0000109c: +>>0 @I2409@ INDI +1 NAME Catherine /Knollys/ +1 SEX F +1 FAMC @F1211@ +1 FAMS @F1249@ +<< +[0002] INDI rkey: I2410 offs: 0x0000009d lens: 0x00000051 +0x0000109d-0x000010ed: +>>0 @I2410@ INDI +1 NAME Margaret /Cave/ +1 SEX F +1 DEAT +2 DATE 1606 +1 FAMS @F1247@ +<< +[0003] INDI rkey: I2411 offs: 0x000000ee lens: 0x00000068 +0x000010ee-0x00001155: +>>0 @I2411@ INDI +1 NAME Walter /Devereux/ +1 SEX M +1 TITL Earl of Essex +1 DEAT +2 DATE 1576 +1 FAMS @F1212@ +<< +[0004] INDI rkey: I2412 offs: 0x00000156 lens: 0x00000056 +0x00001156-0x000011ab: +>>0 @I2412@ INDI +1 NAME Christopher /Blount/ +1 SEX M +1 DEAT +2 DATE 1601 +1 FAMS @F1213@ +<< +[0005] INDI rkey: I2413 offs: 0x000001ac lens: 0x00000057 +0x000011ac-0x00001202: +>>0 @I2413@ INDI +1 NAME Thomas /Leighton/ +1 SEX M +1 TITL Lord De La Warr +1 FAMS @F1248@ +<< +[0006] INDI rkey: I2414 offs: 0x00000203 lens: 0x00000069 +0x00001203-0x0000126b: +>>0 @I2414@ INDI +1 NAME Gerald /Fitzgerald/ +1 SEX M +1 TITL Lord Offaley +1 DEAT +2 DATE 1580 +1 FAMS @F1249@ +<< +[0007] INDI rkey: I2415 offs: 0x0000026c lens: 0x0000004b +0x0000126c-0x000012b6: +>>0 @I2415@ INDI +1 NAME Charles // +1 SEX M +1 DEAT +2 DATE 1685 +1 FAMC @F449@ +<< +[0008] INDI rkey: I2416 offs: 0x000002b7 lens: 0x00000052 +0x000012b7-0x00001308: +>>0 @I2416@ INDI +1 NAME Mariana of_Austria // +1 SEX F +1 FAMC @F1250@ +1 FAMS @F1119@ +<< +[0009] INDI rkey: I2417 offs: 0x00000309 lens: 0x00000045 +0x00001309-0x0000134d: +>>0 @I2417@ INDI +1 NAME Maria // +1 SEX F +1 FAMC @F534@ +1 FAMS @F1250@ +<< +[0010] INDI rkey: I2418 offs: 0x0000034e lens: 0x000000a0 +0x0000134e-0x000013ed: +>>0 @I2418@ INDI +1 NAME Ferdinand_III // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1608 +2 PLAC Graz,Austria +1 DEAT +2 DATE 1657 +1 FAMC @F1251@ +1 FAMS @F1250@ +<< +[0011] INDI rkey: I2419 offs: 0x000003ee lens: 0x00000090 +0x000013ee-0x0000147d: +>>0 @I2419@ INDI +1 NAME Ferdinand_II // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1578 +2 PLAC Graz,Austria +1 DEAT +2 DATE 1637 +1 FAMS @F1251@ +<< +[0012] INDI rkey: I2420 offs: 0x0000047e lens: 0x000000b3 +0x0000147e-0x00001530: +>>0 @I2420@ INDI +1 NAME Leopold_I // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1640 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 5 MAY 1705 +1 FAMC @F1250@ +1 FAMS @F1252@ +1 FAMS @F1253@ +<< +[0013] INDI rkey: I2421 offs: 0x00000531 lens: 0x00000075 +0x00001531-0x000015a5: +>>0 @I2421@ INDI +1 NAME Margaret Teresa // +1 SEX F +1 BIRT +2 DATE 1651 +1 DEAT +2 DATE 1673 +1 FAMC @F1119@ +1 FAMS @F1252@ +<< +[0014] INDI rkey: I2422 offs: 0x000005a6 lens: 0x00000043 +0x000015a6-0x000015e8: +>>0 @I2422@ INDI +1 NAME Eleanor of_Neuburg // +1 SEX F +1 FAMS @F1253@ +<< +[0015] INDI rkey: I2423 offs: 0x000005e9 lens: 0x00000083 +0x000015e9-0x0000166b: +>>0 @I2423@ INDI +1 NAME Louis de_France // +1 SEX M +1 TITL Dauphin +1 BIRT +2 DATE 1661 +1 DEAT +2 DATE 1711 +1 FAMC @F709@ +1 FAMS @F1254@ +<< +[0016] INDI rkey: I2424 offs: 0x0000066c lens: 0x000000ac +0x0000166c-0x00001717: +>>0 @I2424@ INDI +1 NAME Philip_V // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1683 +2 PLAC Versailles,France +1 DEAT +2 DATE 1746 +1 FAMC @F1254@ +1 FAMS @F1255@ +1 FAMS @F1256@ +<< +[0017] INDI rkey: I2425 offs: 0x00000718 lens: 0x00000070 +0x00001718-0x00001787: +>>0 @I2425@ INDI +1 NAME Isabella Elizabeth /Farnese/ +1 SEX F +1 BIRT +2 DATE 1692 +1 DEAT +2 DATE 1766 +1 FAMS @F1256@ +<< +[0018] INDI rkey: I2426 offs: 0x00000788 lens: 0x00000083 +0x00001788-0x0000180a: +>>0 @I2426@ INDI +1 NAME Louis // +1 SEX M +1 TITL Duke of Burgundy +1 BIRT +2 DATE 1682 +1 DEAT +2 DATE 1712 +1 FAMC @F1254@ +1 FAMS @F770@ +<< +[0019] INDI rkey: I2427 offs: 0x0000080b lens: 0x0000004d +0x0000180b-0x00001857: +>>0 @I2427@ INDI +1 NAME Maria Antonia // +1 SEX F +1 FAMC @F1252@ +1 FAMS @F1257@ +<< +[0020] INDI rkey: I2428 offs: 0x00000858 lens: 0x0000005d +0x00001858-0x000018b4: +>>0 @I2428@ INDI +1 NAME Maximilian Emmanuel of_Bavaria// +1 SEX M +1 TITL Elector +1 FAMS @F1257@ +<< +[0021] INDI rkey: I2429 offs: 0x000008b5 lens: 0x0000006c +0x000018b5-0x00001920: +>>0 @I2429@ INDI +1 NAME Joseph Ferdinand // +1 SEX M +1 TITL Electoral Prince +1 DEAT +2 DATE 1699 +1 FAMC @F1257@ +<< +[0022] INDI rkey: I2430 offs: 0x00000921 lens: 0x00000078 +0x00001921-0x00001998: +>>0 @I2430@ INDI +1 NAME Joseph_I // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1678 +1 DEAT +2 DATE 1711 +1 FAMC @F1253@ +<< +[0023] INDI rkey: I2431 offs: 0x00000999 lens: 0x0000009f +0x00001999-0x00001a37: +>>0 @I2431@ INDI +1 NAME Charles_VI // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1685 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 1740 +1 FAMC @F1253@ +1 FAMS @F1258@ +<< +[0024] INDI rkey: I2432 offs: 0x00000a38 lens: 0x0000006f +0x00001a38-0x00001aa6: +>>0 @I2432@ INDI +1 NAME Maria Theresa // +1 SEX F +1 TITL Empress +1 DEAT +2 DATE 1780 +1 FAMC @F1258@ +1 FAMS @F1259@ +<< +[0025] INDI rkey: I2433 offs: 0x00000aa7 lens: 0x00000096 +0x00001aa7-0x00001b3c: +>>0 @I2433@ INDI +1 NAME Francis_I Stephen // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1708 +2 PLAC Nancy,Lorraine +1 DEAT +2 DATE 1765 +1 FAMS @F1259@ +<< +[0026] INDI rkey: I2434 offs: 0x00000b3d lens: 0x00000096 +0x00001b3d-0x00001bd2: +>>0 @I2434@ INDI +1 NAME Joseph_II // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 13 MAR 1741 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 1790 +1 FAMC @F1259@ +<< +[0027] INDI rkey: I2435 offs: 0x00000bd3 lens: 0x00000060 +0x00001bd3-0x00001c32: +>>0 @I2435@ INDI +1 NAME Eugene of_Leuchtenberg /de_Beauharnais/ +1 SEX M +1 TITL Duke +1 FAMS @F876@ +<< +[0028] INDI rkey: I2436 offs: 0x00000c33 lens: 0x00000042 +0x00001c33-0x00001c74: +>>0 @I2436@ INDI +1 NAME Augusta of_Bavaria // +1 SEX F +1 FAMS @F876@ +<< +[0029] INDI rkey: I2437 offs: 0x00000c75 lens: 0x00000075 +0x00001c75-0x00001ce9: +>>0 @I2437@ INDI +1 NAME Francis Charles // +1 SEX M +1 TITL Archduke +1 BIRT +2 DATE 1802 +1 DEAT +2 DATE 1878 +1 FAMS @F783@ +<< +[0030] INDI rkey: I2438 offs: 0x00000cea lens: 0x000000e1 +0x00001cea-0x00001dca: +>>0 @I2438@ INDI +1 NAME Henry_II // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 31 MAR 1519 +2 PLAC Saint-Germain,en-Laye +1 DEAT +2 DATE 10 JUL 1559 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F775@ +1 FAMS @F653@ +<< +[0031] INDI rkey: I2439 offs: 0x00000dcb lens: 0x00000074 +0x00001dcb-0x00001e3e: +>>0 @I2439@ INDI +1 NAME Catherine of_Florence /de_Medici/ +1 SEX F +1 BIRT +2 DATE 1519 +1 DEAT +2 DATE 1589 +1 FAMS @F653@ +<< +[0032] INDI rkey: I2440 offs: 0x00000e3f lens: 0x00000074 +0x00001e3f-0x00001eb2: +>>0 @I2440@ INDI +1 NAME Claude of_France // +1 SEX F +1 BIRT +2 DATE 1499 +1 DEAT +2 DATE 1524 +1 FAMC @F495@ +1 FAMS @F775@ +<< +[0033] INDI rkey: I2441 offs: 0x00000eb3 lens: 0x00000043 +0x00001eb3-0x00001ef5: +>>0 @I2441@ INDI +1 NAME Margaret of_Navarre // +1 SEX F +1 FAMC @F957@ +<< +[0034] INDI rkey: I2442 offs: 0x00000ef6 lens: 0x0000007e +0x00001ef6-0x00001f73: +>>0 @I2442@ INDI +1 NAME John_II (Juan_II) // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1405 +1 DEAT +2 DATE 1454 +1 FAMS @F497@ +<< +[0035] INDI rkey: I2443 offs: 0x00000f74 lens: 0x00000044 +0x00001f74-0x00001fb7: +>>0 @I2443@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 FAMS @F497@ +<< +[0036] INDI rkey: I2444 offs: 0x00000fb8 lens: 0x00000041 +0x00001fb8-0x00001ff8: +>>0 @I2444@ INDI +1 NAME Walter /Sommerlath/ +1 SEX M +1 FAMS @F874@ +<< +[0037] INDI rkey: I2445 offs: 0x00000ff9 lens: 0x0000003f +0x00001ff9-0x00002037: +>>0 @I2445@ INDI +1 NAME Alice /de_Toledo/ +1 SEX F +1 FAMS @F874@ +<< +[0038] INDI rkey: I2446 offs: 0x00001038 lens: 0x0000006e +0x00002038-0x000020a5: +>>0 @I2446@ INDI +1 NAME Victoria Ingrid Alice// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 14 JUL 1977 +1 FAMC @F375@ +<< +[0039] INDI rkey: I2447 offs: 0x000010a6 lens: 0x0000006d +0x000020a6-0x00002112: +>>0 @I2447@ INDI +1 NAME Carl Philip // +1 SEX M +1 TITL Prince of Sweden +1 BIRT +2 DATE 13 MAY 1979 +1 FAMC @F375@ +<< +[0040] INDI rkey: I2448 offs: 0x00001113 lens: 0x000000b7 +0x00002113-0x000021c9: +>>0 @I2448@ INDI +1 NAME Francis Frederick of_Saxe-Coburg// +1 REFN 6 +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1750 +1 DEAT +2 DATE 1806 +1 FAMC @F1260@ +1 FAMS @F1261@ +1 FAMS @F101@ +1 FAMS @F1262@ +<< +[0041] INDI rkey: I2449 offs: 0x000011ca lens: 0x00000074 +0x000021ca-0x0000223d: +>>0 @I2449@ INDI +1 NAME Maria Henrietta // +1 SEX F +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1902 +1 FAMC @F1263@ +1 FAMS @F908@ +<< +[0042] INDI rkey: I2450 offs: 0x0000123e lens: 0x00000078 +0x0000223e-0x000022b5: +>>0 @I2450@ INDI +1 NAME Joseph of_Austria // +1 SEX M +1 TITL Archduke +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1847 +1 FAMS @F1263@ +<< +[0043] INDI rkey: I2451 offs: 0x000012b6 lens: 0x0000010c +0x000022b6-0x000023c1: +>>0 @I2451@ INDI +1 NAME Philip_II Augustus // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 21 AUG 1165 +2 PLAC Gonesse,Nr: Paris,France +1 DEAT +2 DATE 14 JUL 1223 +2 PLAC Mantes,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F985@ +1 FAMS @F924@ +1 FAMS @F1264@ +1 FAMS @F1265@ +<< +[0044] INDI rkey: I2452 offs: 0x000013c2 lens: 0x000000ed +0x000023c2-0x000024ae: +>>0 @I2452@ INDI +1 NAME Louis_VI the_Fat // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 1081 +2 PLAC Paris,France +1 DEAT +2 DATE 1 AUG 1137 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1266@ +1 FAMS @F989@ +1 FAMS @F983@ +<< +[0045] INDI rkey: I2453 offs: 0x000014af lens: 0x00000054 +0x000024af-0x00002502: +>>0 @I2453@ INDI +1 NAME Adelaide of_Savoy // +1 SEX F +1 DEAT +2 DATE 1154 +1 FAMS @F983@ +<< +[0046] INDI rkey: I2454 offs: 0x00001503 lens: 0x000000a3 +0x00002503-0x000025a5: +>>0 @I2454@ INDI +1 NAME Philip_I the_Fair // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1052 +1 DEAT +2 DATE 29 JUL 1108 +1 FAMC @F1267@ +1 FAMS @F1266@ +1 FAMS @F1268@ +<< +[0047] INDI rkey: I2455 offs: 0x000015a6 lens: 0x00000055 +0x000025a6-0x000025fa: +>>0 @I2455@ INDI +1 NAME Bertha of_Holland // +1 SEX F +1 DEAT +2 DATE 1093 +1 FAMS @F1266@ +<< +[0048] INDI rkey: I2456 offs: 0x000015fb lens: 0x00000045 +0x000025fb-0x0000263f: +>>0 @I2456@ INDI +1 NAME Bertrada de_Montfort // +1 SEX F +1 FAMS @F1268@ +<< +[0049] INDI rkey: I2457 offs: 0x00001640 lens: 0x000000d8 +0x00002640-0x00002717: +>>0 @I2457@ INDI +1 NAME Henry_I // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE APR 1008 +1 DEAT +2 DATE 4 AUG 1060 +2 PLAC Vitry-en-Brie,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1269@ +1 FAMS @F1270@ +1 FAMS @F1267@ +<< +[0050] INDI rkey: I2458 offs: 0x00001718 lens: 0x000000ca +0x00002718-0x000027e1: +>>0 @I2458@ INDI +1 NAME Robert_II the_Pious // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 970 +2 PLAC Orleans,France +1 DEAT +2 DATE 1031 +1 FAMC @F1271@ +1 FAMS @F1272@ +1 FAMS @F1273@ +1 FAMS @F1269@ +<< +[0051] INDI rkey: I2459 offs: 0x000017e2 lens: 0x00000056 +0x000027e2-0x00002837: +>>0 @I2459@ INDI +1 NAME Constance of_Arles // +1 SEX F +1 DEAT +2 DATE 1032 +1 FAMS @F1269@ +<< +[0052] INDI rkey: I2460 offs: 0x00001838 lens: 0x0000005c +0x00002838-0x00002893: +>>0 @I2460@ INDI +1 NAME Hugh // +1 SEX M +1 BIRT +2 DATE 1007 +1 DEAT +2 DATE 1025 +1 FAMC @F1269@ +<< +[0053] INDI rkey: I2461 offs: 0x00001894 lens: 0x00000039 +0x00002894-0x000028cc: +>>0 @I2461@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F1272@ +<< +[0054] INDI rkey: I2462 offs: 0x000018cd lens: 0x0000005d +0x000028cd-0x00002929: +>>0 @I2462@ INDI +1 NAME Bertha of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 962 +1 FAMS @F1273@ +<< +[0055] INDI rkey: I2463 offs: 0x0000192a lens: 0x000000a1 +0x0000292a-0x000029ca: +>>0 @I2463@ INDI +1 NAME Hugh /Capet/ +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 938 +1 DEAT +2 DATE AUG 996 +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1271@ +<< +[0056] INDI rkey: I2464 offs: 0x000019cb lens: 0x000000f6 +0x000029cb-0x00002ac0: +>>0 @I2464@ INDI +1 NAME Louis_X the_Headstrong // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 4 OCT 1289 +2 PLAC Paris,France +1 DEAT +2 DATE 5 JUN 1316 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F91@ +1 FAMS @F1274@ +1 FAMS @F1275@ +<< +[0057] INDI rkey: I2465 offs: 0x00001ac1 lens: 0x000000e3 +0x00002ac1-0x00002ba3: +>>0 @I2465@ INDI +1 NAME Philip_V the_Tall // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 1294 +2 PLAC Lyons,France +1 DEAT +2 DATE 3 JAN 1322 +2 PLAC Longchamp,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F91@ +1 FAMS @F1276@ +<< +[0058] INDI rkey: I2466 offs: 0x00001ba4 lens: 0x000000c9 +0x00002ba4-0x00002c6c: +>>0 @I2466@ INDI +1 NAME John_I // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 15 NOV 1316 +2 PLAC Paris,France +1 DEAT +2 DATE 20 NOV 1316 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1275@ +<< +[0059] INDI rkey: I2467 offs: 0x00001c6d lens: 0x00000085 +0x00002c6d-0x00002cf1: +>>0 @I2467@ INDI +1 NAME William_I // +1 SEX M +1 TITL King of Sicily +1 BIRT +2 DATE 1120 +1 DEAT +2 DATE 1166 +1 FAMC @F1277@ +1 FAMS @F856@ +<< +[0060] INDI rkey: I2468 offs: 0x00001cf2 lens: 0x0000003a +0x00002cf2-0x00002d2b: +>>0 @I2468@ INDI +1 NAME Roger_II // +1 SEX M +1 FAMS @F1277@ +<< +[0061] INDI rkey: I2469 offs: 0x00001d2c lens: 0x00000037 +0x00002d2c-0x00002d62: +>>0 @I2469@ INDI +1 NAME Philip // +1 SEX M +1 FAMC @F983@ +<< +[0062] INDI rkey: I2470 offs: 0x00001d63 lens: 0x0000004d +0x00002d63-0x00002daf: +>>0 @I2470@ INDI +1 NAME Robert // +1 SEX M +1 TITL Count of Dreux +1 FAMC @F983@ +<< +[0063] INDI rkey: I2471 offs: 0x00001db0 lens: 0x00000043 +0x00002db0-0x00002df2: +>>0 @I2471@ INDI +1 NAME Pierre de_Courtenay // +1 SEX M +1 FAMC @F983@ +<< +[0064] INDI rkey: I2472 offs: 0x00001df3 lens: 0x00000058 +0x00002df3-0x00002e4a: +>>0 @I2472@ INDI +1 NAME Henry of_Beauvais // +1 SEX M +1 TITL Bishop of Rouen +1 FAMC @F983@ +<< +[0065] INDI rkey: I2473 offs: 0x00001e4b lens: 0x0000004e +0x00002e4b-0x00002e98: +>>0 @I2473@ INDI +1 NAME Philip // +1 SEX M +1 TITL Bishop of Paris +1 FAMC @F983@ +<< +[0066] INDI rkey: I2474 offs: 0x00001e99 lens: 0x00000056 +0x00002e99-0x00002eee: +>>0 @I2474@ INDI +1 NAME Constance of_Toulouse // +1 SEX F +1 TITL Constance +1 FAMC @F983@ +<< +[0067] INDI rkey: I2475 offs: 0x00001eef lens: 0x00000057 +0x00002eef-0x00002f45: +>>0 @I2475@ INDI +1 NAME Constance of_Castile // +1 SEX F +1 DEAT +2 DATE 1160 +1 FAMS @F984@ +<< +[0068] INDI rkey: I2476 offs: 0x00001f46 lens: 0x00000055 +0x00002f46-0x00002f9a: +>>0 @I2476@ INDI +1 NAME Adele of_Champagne // +1 SEX F +1 DEAT +2 DATE 1206 +1 FAMS @F985@ +<< +[0069] INDI rkey: I2477 offs: 0x00001f9b lens: 0x00000057 +0x00002f9b-0x00002ff1: +>>0 @I2477@ INDI +1 NAME Isabella of_Hainault // +1 SEX F +1 DEAT +2 DATE 1190 +1 FAMS @F924@ +<< +[0070] INDI rkey: I2478 offs: 0x00001ff2 lens: 0x00000060 +0x00002ff2-0x00003051: +>>0 @I2478@ INDI +1 NAME Ingeborg // +1 SEX F +1 BIRT +2 DATE 1175 +1 DEAT +2 DATE 1236 +1 FAMS @F1264@ +<< +[0071] INDI rkey: I2479 offs: 0x00002052 lens: 0x00000064 +0x00003052-0x000030b5: +>>0 @I2479@ INDI +1 NAME Agnes of_Meranie // +1 SEX F +1 TITL Princess +1 DEAT +2 DATE 1201 +1 FAMS @F1265@ +<< +[0072] INDI rkey: I2480 offs: 0x000020b6 lens: 0x0000003f +0x000030b6-0x000030f4: +>>0 @I2480@ INDI +1 NAME Philip /Hurepel/ +1 SEX M +1 FAMC @F1265@ +<< +[0073] INDI rkey: I2481 offs: 0x000020f5 lens: 0x0000004c +0x000030f5-0x00003140: +>>0 @I2481@ INDI +1 NAME Alphonse // +1 SEX M +1 DEAT +2 DATE 1271 +1 FAMC @F923@ +<< +[0074] INDI rkey: I2482 offs: 0x00002141 lens: 0x00000079 +0x00003141-0x000031b9: +>>0 @I2482@ INDI +1 NAME Margaret of_Provence // +1 SEX F +1 BIRT +2 DATE 1221 +1 DEAT +2 DATE 1295 +1 FAMC @F1278@ +1 FAMS @F921@ +<< +[0075] INDI rkey: I2483 offs: 0x000021ba lens: 0x0000005c +0x000031ba-0x00003215: +>>0 @I2483@ INDI +1 NAME Raymond of_Provence /Berenger/ +1 SEX M +1 TITL Count IV +1 FAMS @F1278@ +<< +[0076] INDI rkey: I2484 offs: 0x00002216 lens: 0x00000040 +0x00003216-0x00003255: +>>0 @I2484@ INDI +1 NAME Charles of_Anjou // +1 SEX M +1 FAMC @F923@ +<< +[0077] INDI rkey: I2485 offs: 0x00002256 lens: 0x00000052 +0x00003256-0x000032a7: +>>0 @I2485@ INDI +1 NAME Mary of_Brabant // +1 SEX F +1 DEAT +2 DATE 1321 +1 FAMS @F671@ +<< +[0078] INDI rkey: I2486 offs: 0x000022a8 lens: 0x00000064 +0x000032a8-0x0000330b: +>>0 @I2486@ INDI +1 NAME Joan of_Navarre // +1 SEX F +1 BIRT +2 DATE 1271 +1 DEAT +2 DATE 1305 +1 FAMS @F91@ +<< +[0079] INDI rkey: I2487 offs: 0x0000230c lens: 0x00000080 +0x0000330c-0x0000338b: +>>0 @I2487@ INDI +1 NAME Clemence of_Hungary // +1 SEX F +1 BIRT +2 DATE ABT 1293 +1 DEAT +2 DATE 1328 +1 FAMC @F1279@ +1 FAMS @F1275@ +<< +[0080] INDI rkey: I2488 offs: 0x0000238c lens: 0x00000087 +0x0000338c-0x00003412: +>>0 @I2488@ INDI +1 NAME Charles_I // +1 SEX M +1 TITL King of Hungary +1 BIRT +2 DATE 1288 +1 DEAT +2 DATE 1342 +1 FAMC @F1280@ +1 FAMS @F1279@ +<< +[0081] INDI rkey: I2489 offs: 0x00002413 lens: 0x00000052 +0x00003413-0x00003464: +>>0 @I2489@ INDI +1 NAME Charles_II // +1 SEX M +1 TITL King of Naples +1 FAMS @F1280@ +<< +[0082] INDI rkey: I2490 offs: 0x00002465 lens: 0x0000006e +0x00003465-0x000034d2: +>>0 @I2490@ INDI +1 NAME Joan of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 1293 +1 DEAT +2 DATE 1329 +1 FAMS @F1276@ +<< +[0083] INDI rkey: I2491 offs: 0x000024d3 lens: 0x00000070 +0x000034d3-0x00003542: +>>0 @I2491@ INDI +1 NAME Blanche of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 1296 +1 DEAT +2 DATE 1326 +1 FAMS @F926@ +<< +[0084] INDI rkey: I2492 offs: 0x00002543 lens: 0x0000006f +0x00003543-0x000035b1: +>>0 @I2492@ INDI +1 NAME Marie of_Luxemburg // +1 SEX F +1 BIRT +2 DATE 1305 +1 DEAT +2 DATE ABT 1323 +1 FAMS @F927@ +<< +[0085] INDI rkey: I2493 offs: 0x000025b2 lens: 0x00000051 +0x000035b2-0x00003602: +>>0 @I2493@ INDI +1 NAME Joan of_Evreux // +1 SEX F +1 DEAT +2 DATE 1371 +1 FAMS @F928@ +<< +[0086] INDI rkey: I2494 offs: 0x00002603 lens: 0x000000e0 +0x00003603-0x000036e2: +>>0 @I2494@ INDI +1 NAME Philip_VI of_Valois // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1293 +1 DEAT +2 DATE 22 AUG 1350 +2 PLAC Nogent-le-Roi,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1281@ +1 FAMS @F1282@ +1 FAMS @F1283@ +<< +[0087] INDI rkey: I2495 offs: 0x000026e3 lens: 0x00000084 +0x000036e3-0x00003766: +>>0 @I2495@ INDI +1 NAME Charles de_Valois // +1 SEX M +1 BIRT +2 DATE 1270 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 1325 +1 FAMS @F1281@ +<< +[0088] INDI rkey: I2496 offs: 0x00002767 lens: 0x00000068 +0x00003767-0x000037ce: +>>0 @I2496@ INDI +1 NAME Joan of_Burgundy // +1 SEX F +1 TITL Queen +1 DEAT +2 DATE ABT 1349 +1 FAMS @F1282@ +<< +[0089] INDI rkey: I2497 offs: 0x000027cf lens: 0x00000056 +0x000037cf-0x00003824: +>>0 @I2497@ INDI +1 NAME Blanche of_Navarre // +1 SEX F +1 DEAT +2 DATE 1398 +1 FAMS @F1283@ +<< +[0090] INDI rkey: I2498 offs: 0x00002825 lens: 0x000000f3 +0x00003825-0x00003917: +>>0 @I2498@ INDI +1 NAME John_II the_Good // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 26 APR 1319 +2 PLAC Le Mans,France +1 DEAT +2 DATE 8 APR 1364 +2 PLAC London,England +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1282@ +1 FAMS @F1284@ +1 FAMS @F1285@ +<< +[0091] INDI rkey: I2499 offs: 0x00002918 lens: 0x000000eb +0x00003918-0x00003a02: +>>0 @I2499@ INDI +1 NAME Charles_V the_Wise // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 21 JAN 1337 +2 PLAC Vincennes,France +1 DEAT +2 DATE 16 SEP 1380 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1284@ +1 FAMS @F1095@ +<< +[0092] INDI rkey: I2500 offs: 0x00002a03 lens: 0x00000079 +0x00003a03-0x00003a7b: +>>0 @I2500@ INDI +1 NAME Joan of_Bourbon // +1 SEX F +1 TITL Queen +1 BIRT +2 DATE 1338 +1 DEAT +2 DATE 4 FEB 1378 +1 FAMS @F1095@ +<< +[0093] INDI rkey: I2501 offs: 0x00002a7c lens: 0x0000006c +0x00003a7c-0x00003ae7: +>>0 @I2501@ INDI +1 NAME Louis of_Beaumont // +1 SEX M +1 TITL Count of Valois +1 DEAT +2 DATE 1407 +1 FAMC @F1095@ +<< +[0094] INDI rkey: I2502 offs: 0x00002ae8 lens: 0x0000004b +0x00003ae8-0x00003b32: +>>0 @I2502@ INDI +1 NAME Catherine // +1 SEX F +1 TITL Princess +1 FAMC @F1095@ +<< +[0095] INDI rkey: I2503 offs: 0x00002b33 lens: 0x00000068 +0x00003b33-0x00003b9a: +>>0 @I2503@ INDI +1 NAME Isabelle // +1 SEX F +1 BIRT +2 DATE FEB 1378 +1 DEAT +2 DATE FEB 1378 +1 FAMC @F1095@ +<< +[0096] INDI rkey: I2504 offs: 0x00002b9b lens: 0x00000059 +0x00003b9b-0x00003bf3: +>>0 @I2504@ INDI +1 NAME Stanislaw /Leczinski/ +1 SEX M +1 TITL King of Poland +1 FAMS @F771@ +<< +[0097] INDI rkey: I2505 offs: 0x00002bf4 lens: 0x00000068 +0x00003bf4-0x00003c5b: +>>0 @I2505@ INDI +1 NAME Margaret of_Valois // +1 SEX F +1 BIRT +2 DATE 1553 +1 DEAT +2 DATE 1615 +1 FAMS @F440@ +<< +[0098] INDI rkey: I2506 offs: 0x00002c5c lens: 0x0000003a +0x00003c5c-0x00003c95: +>>0 @I2506@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMC @F360@ +<< +[0099] INDI rkey: I2507 offs: 0x00002c96 lens: 0x00000083 +0x00003c96-0x00003d18: +>>0 @I2507@ INDI +1 NAME Charles // +1 SEX M +1 TITL Duke of Berry +1 BIRT +2 DATE 1686 +1 DEAT +2 DATE 1714 +1 FAMC @F1254@ +1 FAMS @F1286@ +<< +[0100] INDI rkey: I2508 offs: 0x00002d19 lens: 0x00000054 +0x00003d19-0x00003d6c: +>>0 @I2508@ INDI +1 NAME Clotilde of_Savoy // +1 SEX F +1 DEAT +2 DATE 1805 +1 FAMS @F528@ +<< +[0101] INDI rkey: I2509 offs: 0x00002d6d lens: 0x00000053 +0x00003d6d-0x00003dbf: +>>0 @I2509@ INDI +1 NAME of_Angouleme // +1 TITL Duke +1 BIRT +2 DATE 1775 +1 FAMC @F528@ +<< +[0102] INDI rkey: I2510 offs: 0x00002dc0 lens: 0x00000057 +0x00003dc0-0x00003e16: +>>0 @I2510@ INDI +1 NAME of_Berry // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1778 +1 FAMC @F528@ +<< +[0103] INDI rkey: I2511 offs: 0x00002e17 lens: 0x000000ae +0x00003e17-0x00003ec4: +>>0 @I2511@ INDI +1 NAME Louis_Philippe_I // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1773 +2 PLAC Palace Royal,France,France +1 DEAT +2 DATE 1850 +1 FAMC @F1287@ +1 FAMS @F172@ +<< +[0104] INDI rkey: I2512 offs: 0x00002ec5 lens: 0x0000003a +0x00003ec5-0x00003efe: +>>0 @I2512@ INDI +1 NAME Desideria // +1 SEX F +1 FAMS @F264@ +<< +[0105] INDI rkey: I2513 offs: 0x00002eff lens: 0x00000068 +0x00003eff-0x00003f66: +>>0 @I2513@ INDI +1 NAME Louis-Philippe Joseph // +1 SEX M +1 DEAT +2 DATE 1793 +1 FAMC @F1288@ +1 FAMS @F1287@ +<< +[0106] INDI rkey: I2514 offs: 0x00002f67 lens: 0x0000005d +0x00003f67-0x00003fc3: +>>0 @I2514@ INDI +1 NAME Louise Adelaide de_Penthievre// +1 SEX F +1 TITL Princess +1 FAMS @F1287@ +<< +[0107] INDI rkey: I2515 offs: 0x00002fc4 lens: 0x00000062 +0x00003fc4-0x00004025: +>>0 @I2515@ INDI +1 NAME Louis-Philippe // +1 SEX M +1 DEAT +2 DATE 1785 +1 FAMC @F1289@ +1 FAMS @F1288@ +<< +[0108] INDI rkey: I2516 offs: 0x00003026 lens: 0x00000063 +0x00004026-0x00004088: +>>0 @I2516@ INDI +1 NAME Louis of_Orleans // +1 SEX M +1 DEAT +2 DATE 1752 +1 FAMC @F1290@ +1 FAMS @F1289@ +<< +[0109] INDI rkey: I2517 offs: 0x00003089 lens: 0x0000008a +0x00004089-0x00004112: +>>0 @I2517@ INDI +1 NAME Philippe Duc_de_Chartes // +1 SEX M +1 TITL Regent +1 BIRT +2 DATE 1674 +1 DEAT +2 DATE 1723 +1 FAMC @F444@ +1 FAMS @F1290@ +<< +[0110] INDI rkey: I2518 offs: 0x00003113 lens: 0x00000053 +0x00004113-0x00004165: +>>0 @I2518@ INDI +1 NAME Philip the_Bold // +1 SEX M +1 DEAT +2 DATE 1404 +1 FAMC @F1284@ +<< +[0111] INDI rkey: I2519 offs: 0x00003166 lens: 0x00000056 +0x00004166-0x000041bb: +>>0 @I2519@ INDI +1 NAME Bonne of_Luxemburg // +1 SEX F +1 DEAT +2 DATE 1349 +1 FAMS @F1284@ +<< +[0112] INDI rkey: I2520 offs: 0x000031bc lens: 0x0000004e +0x000041bc-0x00004209: +>>0 @I2520@ INDI +1 NAME Joan of_Valois // +1 SEX F +1 FAMC @F1281@ +1 FAMS @F1291@ +<< +[0113] INDI rkey: I2521 offs: 0x0000320a lens: 0x00000059 +0x0000420a-0x00004262: +>>0 @I2521@ INDI +1 NAME Robert of_Artois // +1 SEX M +1 TITL Duke of Richmond +1 FAMS @F1291@ +<< +[0114] INDI rkey: I2522 offs: 0x00003263 lens: 0x000000ee +0x00004263-0x00004350: +>>0 @I2522@ INDI +1 NAME Charles_IX // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 27 JUN 1550 +2 PLAC St. Germain-,en-Laye,France +1 DEAT +2 DATE 30 MAY 1574 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F653@ +1 FAMS @F1292@ +<< +[0115] INDI rkey: I2523 offs: 0x00003351 lens: 0x000000e1 +0x00004351-0x00004431: +>>0 @I2523@ INDI +1 NAME Henry_III // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 19 SEP 1551 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 2 AUG 1589 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F653@ +1 FAMS @F1293@ +<< +[0116] INDI rkey: I2524 offs: 0x00003432 lens: 0x00000067 +0x00004432-0x00004498: +>>0 @I2524@ INDI +1 NAME Charles of_Valois // +1 SEX M +1 TITL Count Angouleme +1 FAMC @F1294@ +1 FAMS @F957@ +<< +[0117] INDI rkey: I2525 offs: 0x00003499 lens: 0x00000056 +0x00004499-0x000044ee: +>>0 @I2525@ INDI +1 NAME John of_Valois // +1 SEX M +1 TITL Count Angouleme +1 FAMS @F1294@ +<< +[0118] INDI rkey: I2526 offs: 0x000034ef lens: 0x0000007d +0x000044ef-0x0000456b: +>>0 @I2526@ INDI +1 NAME Margaretha of_Sweden // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 31 OCT 1934 +1 FAMC @F290@ +1 FAMS @F1295@ +<< +[0119] INDI rkey: I2527 offs: 0x0000356c lens: 0x0000007b +0x0000456c-0x000045e6: +>>0 @I2527@ INDI +1 NAME Birgitta of_Sweden // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 19 JAN 1937 +1 FAMC @F290@ +1 FAMS @F1296@ +<< +[0120] INDI rkey: I2528 offs: 0x000035e7 lens: 0x00000079 +0x000045e7-0x0000465f: +>>0 @I2528@ INDI +1 NAME Desiree of_Sweden // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 2 JUN 1938 +1 FAMC @F290@ +1 FAMS @F1297@ +<< +[0121] INDI rkey: I2529 offs: 0x00003660 lens: 0x0000007d +0x00004660-0x000046dc: +>>0 @I2529@ INDI +1 NAME Christina Louise Helen// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 3 AUG 1943 +1 FAMC @F290@ +1 FAMS @F1298@ +<< +[0122] INDI rkey: I2530 offs: 0x000036dd lens: 0x00000061 +0x000046dd-0x0000473d: +>>0 @I2530@ INDI +1 NAME Peter_I // +1 SEX M +1 TITL King of Serbia +1 DEAT +2 DATE 1921 +1 FAMS @F289@ +<< +[0123] INDI rkey: I2531 offs: 0x0000373e lens: 0x0000006d +0x0000473e-0x000047aa: +>>0 @I2531@ INDI +1 NAME Zorka of_Montenegro // +1 SEX F +1 TITL Princess +1 DEAT +2 DATE ABT 1889 +1 FAMS @F289@ +<< +[0124] INDI rkey: I2532 offs: 0x000037ab lens: 0x00000047 +0x000047ab-0x000047f1: +>>0 @I2532@ INDI +1 NAME George /Karageorgeovitch/ +1 SEX M +1 FAMC @F289@ +<< +[0125] INDI rkey: I2533 offs: 0x000037f2 lens: 0x00000038 +0x000047f2-0x00004829: +>>0 @I2533@ INDI +1 NAME Robert // +1 SEX M +1 FAMC @F1269@ +<< +[0126] INDI rkey: I2534 offs: 0x0000382a lens: 0x00000059 +0x0000482a-0x00004882: +>>0 @I2534@ INDI +1 NAME Hugh the_Great of_Vermandois// +1 SEX M +1 TITL Count +1 FAMC @F1270@ +<< + +0x00004883: EOF (0x00004883) GOOD + +BLOCK - DIRECTORY af/aa +0x00000000:ix_self: 0x00050000 (af/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2535' +0x00000016:ix_rkey[0001]: ' I2536' +0x0000001e:ix_rkey[0002]: ' I2537' +0x00000026:ix_rkey[0003]: ' I2538' +0x0000002e:ix_rkey[0004]: ' I2539' +0x00000036:ix_rkey[0005]: ' I2540' +0x0000003e:ix_rkey[0006]: ' I2541' +0x00000046:ix_rkey[0007]: ' I2542' +0x0000004e:ix_rkey[0008]: ' I2543' +0x00000056:ix_rkey[0009]: ' I2544' +0x0000005e:ix_rkey[0010]: ' I2545' +0x00000066:ix_rkey[0011]: ' I2546' +0x0000006e:ix_rkey[0012]: ' I2547' +0x00000076:ix_rkey[0013]: ' I2548' +0x0000007e:ix_rkey[0014]: ' I2549' +0x00000086:ix_rkey[0015]: ' I2550' +0x0000008e:ix_rkey[0016]: ' I2551' +0x00000096:ix_rkey[0017]: ' I2552' +0x0000009e:ix_rkey[0018]: ' I2553' +0x000000a6:ix_rkey[0019]: ' I2554' +0x000000ae:ix_rkey[0020]: ' I2555' +0x000000b6:ix_rkey[0021]: ' I2556' +0x000000be:ix_rkey[0022]: ' I2557' +0x000000c6:ix_rkey[0023]: ' I2558' +0x000000ce:ix_rkey[0024]: ' I2559' +0x000000d6:ix_rkey[0025]: ' I2560' +0x000000de:ix_rkey[0026]: ' I2561' +0x000000e6:ix_rkey[0027]: ' I2562' +0x000000ee:ix_rkey[0028]: ' I2563' +0x000000f6:ix_rkey[0029]: ' I2564' +0x000000fe:ix_rkey[0030]: ' I2565' +0x00000106:ix_rkey[0031]: ' I2566' +0x0000010e:ix_rkey[0032]: ' I2567' +0x00000116:ix_rkey[0033]: ' I2568' +0x0000011e:ix_rkey[0034]: ' I2569' +0x00000126:ix_rkey[0035]: ' I2570' +0x0000012e:ix_rkey[0036]: ' I2571' +0x00000136:ix_rkey[0037]: ' I2572' +0x0000013e:ix_rkey[0038]: ' I2573' +0x00000146:ix_rkey[0039]: ' I2574' +0x0000014e:ix_rkey[0040]: ' I2575' +0x00000156:ix_rkey[0041]: ' I2576' +0x0000015e:ix_rkey[0042]: ' I2577' +0x00000166:ix_rkey[0043]: ' I2578' +0x0000016e:ix_rkey[0044]: ' I2579' +0x00000176:ix_rkey[0045]: ' I2580' +0x0000017e:ix_rkey[0046]: ' I2581' +0x00000186:ix_rkey[0047]: ' I2582' +0x0000018e:ix_rkey[0048]: ' I2583' +0x00000196:ix_rkey[0049]: ' I2584' +0x0000019e:ix_rkey[0050]: ' I2585' +0x000001a6:ix_rkey[0051]: ' I2586' +0x000001ae:ix_rkey[0052]: ' I2587' +0x000001b6:ix_rkey[0053]: ' I2588' +0x000001be:ix_rkey[0054]: ' I2589' +0x000001c6:ix_rkey[0055]: ' I2590' +0x000001ce:ix_rkey[0056]: ' I2591' +0x000001d6:ix_rkey[0057]: ' I2592' +0x000001de:ix_rkey[0058]: ' I2593' +0x000001e6:ix_rkey[0059]: ' I2594' +0x000001ee:ix_rkey[0060]: ' I2595' +0x000001f6:ix_rkey[0061]: ' I2596' +0x000001fe:ix_rkey[0062]: ' I2597' +0x00000206:ix_rkey[0063]: ' I2598' +0x0000020e:ix_rkey[0064]: ' I2599' +0x00000216:ix_rkey[0065]: ' I2600' +0x0000021e:ix_rkey[0066]: ' I2601' +0x00000226:ix_rkey[0067]: ' I2602' +0x0000022e:ix_rkey[0068]: ' I2603' +0x00000236:ix_rkey[0069]: ' I2604' +0x0000023e:ix_rkey[0070]: ' I2605' +0x00000246:ix_rkey[0071]: ' I2606' +0x0000024e:ix_rkey[0072]: ' I2607' +0x00000256:ix_rkey[0073]: ' I2608' +0x0000025e:ix_rkey[0074]: ' I2609' +0x00000266:ix_rkey[0075]: ' I2610' +0x0000026e:ix_rkey[0076]: ' I2611' +0x00000276:ix_rkey[0077]: ' I2612' +0x0000027e:ix_rkey[0078]: ' I2613' +0x00000286:ix_rkey[0079]: ' I2614' +0x0000028e:ix_rkey[0080]: ' I2615' +0x00000296:ix_rkey[0081]: ' I2616' +0x0000029e:ix_rkey[0082]: ' I2617' +0x000002a6:ix_rkey[0083]: ' I2618' +0x000002ae:ix_rkey[0084]: ' I2619' +0x000002b6:ix_rkey[0085]: ' I2620' +0x000002be:ix_rkey[0086]: ' I2621' +0x000002c6:ix_rkey[0087]: ' I2622' +0x000002ce:ix_rkey[0088]: ' I2623' +0x000002d6:ix_rkey[0089]: ' I2624' +0x000002de:ix_rkey[0090]: ' I2625' +0x000002e6:ix_rkey[0091]: ' I2626' +0x000002ee:ix_rkey[0092]: ' I2627' +0x000002f6:ix_rkey[0093]: ' I2628' +0x000002fe:ix_rkey[0094]: ' I2629' +0x00000306:ix_rkey[0095]: ' I2630' +0x0000030e:ix_rkey[0096]: ' I2631' +0x00000316:ix_rkey[0097]: ' I2632' +0x0000031e:ix_rkey[0098]: ' I2633' +0x00000326:ix_rkey[0099]: ' I2634' +0x0000032e:ix_rkey[0100]: ' I2635' +0x00000336:ix_rkey[0101]: ' I2636' +0x0000033e:ix_rkey[0102]: ' I2637' +0x00000346:ix_rkey[0103]: ' I2638' +0x0000034e:ix_rkey[0104]: ' I2639' +0x00000356:ix_rkey[0105]: ' I2640' +0x0000035e:ix_rkey[0106]: ' I2641' +0x00000366:ix_rkey[0107]: ' I2642' +0x0000036e:ix_rkey[0108]: ' I2643' +0x00000376:ix_rkey[0109]: ' I2644' +0x0000037e:ix_rkey[0110]: ' I2645' +0x00000386:ix_rkey[0111]: ' I2646' +0x0000038e:ix_rkey[0112]: ' I2647' +0x00000396:ix_rkey[0113]: ' I2648' +0x0000039e:ix_rkey[0114]: ' I2649' +0x000003a6:ix_rkey[0115]: ' I2650' +0x000003ae:ix_rkey[0116]: ' I2651' +0x000003b6:ix_rkey[0117]: ' I2652' +0x000003be:ix_rkey[0118]: ' I2653' +0x000003c6:ix_rkey[0119]: ' I2654' +0x000003ce:ix_rkey[0120]: ' I2655' +0x000003d6:ix_rkey[0121]: ' I2656' +0x000003de:ix_rkey[0122]: ' I2657' +0x000003e6:ix_rkey[0123]: ' I2658' +0x000003ee:ix_rkey[0124]: ' I2659' +0x000003f6:ix_rkey[0125]: ' I2660' +0x000003fe:ix_rkey[0126]: ' I2661' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000071 +0x0000080c:ix_offs[0001]: 0x00000071 0x00000c08:ix_lens[0001]: 0x0000005d +0x00000810:ix_offs[0002]: 0x000000ce 0x00000c0c:ix_lens[0002]: 0x000000f0 +0x00000814:ix_offs[0003]: 0x000001be 0x00000c10:ix_lens[0003]: 0x00000073 +0x00000818:ix_offs[0004]: 0x00000231 0x00000c14:ix_lens[0004]: 0x00000042 +0x0000081c:ix_offs[0005]: 0x00000273 0x00000c18:ix_lens[0005]: 0x000000e0 +0x00000820:ix_offs[0006]: 0x00000353 0x00000c1c:ix_lens[0006]: 0x00000072 +0x00000824:ix_offs[0007]: 0x000003c5 0x00000c20:ix_lens[0007]: 0x00000070 +0x00000828:ix_offs[0008]: 0x00000435 0x00000c24:ix_lens[0008]: 0x000000c4 +0x0000082c:ix_offs[0009]: 0x000004f9 0x00000c28:ix_lens[0009]: 0x0000005c +0x00000830:ix_offs[0010]: 0x00000555 0x00000c2c:ix_lens[0010]: 0x00000067 +0x00000834:ix_offs[0011]: 0x000005bc 0x00000c30:ix_lens[0011]: 0x0000003e +0x00000838:ix_offs[0012]: 0x000005fa 0x00000c34:ix_lens[0012]: 0x00000064 +0x0000083c:ix_offs[0013]: 0x0000065e 0x00000c38:ix_lens[0013]: 0x0000006c +0x00000840:ix_offs[0014]: 0x000006ca 0x00000c3c:ix_lens[0014]: 0x00000050 +0x00000844:ix_offs[0015]: 0x0000071a 0x00000c40:ix_lens[0015]: 0x00000066 +0x00000848:ix_offs[0016]: 0x00000780 0x00000c44:ix_lens[0016]: 0x0000004a +0x0000084c:ix_offs[0017]: 0x000007ca 0x00000c48:ix_lens[0017]: 0x0000007e +0x00000850:ix_offs[0018]: 0x00000848 0x00000c4c:ix_lens[0018]: 0x0000009b +0x00000854:ix_offs[0019]: 0x000008e3 0x00000c50:ix_lens[0019]: 0x00000037 +0x00000858:ix_offs[0020]: 0x0000091a 0x00000c54:ix_lens[0020]: 0x0000004b +0x0000085c:ix_offs[0021]: 0x00000965 0x00000c58:ix_lens[0021]: 0x0000004b +0x00000860:ix_offs[0022]: 0x000009b0 0x00000c5c:ix_lens[0022]: 0x00000043 +0x00000864:ix_offs[0023]: 0x000009f3 0x00000c60:ix_lens[0023]: 0x00000045 +0x00000868:ix_offs[0024]: 0x00000a38 0x00000c64:ix_lens[0024]: 0x00000042 +0x0000086c:ix_offs[0025]: 0x00000a7a 0x00000c68:ix_lens[0025]: 0x00000085 +0x00000870:ix_offs[0026]: 0x00000aff 0x00000c6c:ix_lens[0026]: 0x00000072 +0x00000874:ix_offs[0027]: 0x00000b71 0x00000c70:ix_lens[0027]: 0x0000003a +0x00000878:ix_offs[0028]: 0x00000bab 0x00000c74:ix_lens[0028]: 0x00000097 +0x0000087c:ix_offs[0029]: 0x00000c42 0x00000c78:ix_lens[0029]: 0x000000a4 +0x00000880:ix_offs[0030]: 0x00000ce6 0x00000c7c:ix_lens[0030]: 0x0000007a +0x00000884:ix_offs[0031]: 0x00000d60 0x00000c80:ix_lens[0031]: 0x0000003b +0x00000888:ix_offs[0032]: 0x00000d9b 0x00000c84:ix_lens[0032]: 0x00000095 +0x0000088c:ix_offs[0033]: 0x00000e30 0x00000c88:ix_lens[0033]: 0x0000009c +0x00000890:ix_offs[0034]: 0x00000ecc 0x00000c8c:ix_lens[0034]: 0x00000063 +0x00000894:ix_offs[0035]: 0x00000f2f 0x00000c90:ix_lens[0035]: 0x00000064 +0x00000898:ix_offs[0036]: 0x00000f93 0x00000c94:ix_lens[0036]: 0x00000052 +0x0000089c:ix_offs[0037]: 0x00000fe5 0x00000c98:ix_lens[0037]: 0x0000008c +0x000008a0:ix_offs[0038]: 0x00001071 0x00000c9c:ix_lens[0038]: 0x0000006a +0x000008a4:ix_offs[0039]: 0x000010db 0x00000ca0:ix_lens[0039]: 0x00000080 +0x000008a8:ix_offs[0040]: 0x0000115b 0x00000ca4:ix_lens[0040]: 0x0000004e +0x000008ac:ix_offs[0041]: 0x000011a9 0x00000ca8:ix_lens[0041]: 0x0000009f +0x000008b0:ix_offs[0042]: 0x00001248 0x00000cac:ix_lens[0042]: 0x00000063 +0x000008b4:ix_offs[0043]: 0x000012ab 0x00000cb0:ix_lens[0043]: 0x0000004c +0x000008b8:ix_offs[0044]: 0x000012f7 0x00000cb4:ix_lens[0044]: 0x00000038 +0x000008bc:ix_offs[0045]: 0x0000132f 0x00000cb8:ix_lens[0045]: 0x00000045 +0x000008c0:ix_offs[0046]: 0x00001374 0x00000cbc:ix_lens[0046]: 0x0000007d +0x000008c4:ix_offs[0047]: 0x000013f1 0x00000cc0:ix_lens[0047]: 0x00000062 +0x000008c8:ix_offs[0048]: 0x00001453 0x00000cc4:ix_lens[0048]: 0x00000040 +0x000008cc:ix_offs[0049]: 0x00001493 0x00000cc8:ix_lens[0049]: 0x00000090 +0x000008d0:ix_offs[0050]: 0x00001523 0x00000ccc:ix_lens[0050]: 0x00000055 +0x000008d4:ix_offs[0051]: 0x00001578 0x00000cd0:ix_lens[0051]: 0x0000003b +0x000008d8:ix_offs[0052]: 0x000015b3 0x00000cd4:ix_lens[0052]: 0x0000004a +0x000008dc:ix_offs[0053]: 0x000015fd 0x00000cd8:ix_lens[0053]: 0x00000060 +0x000008e0:ix_offs[0054]: 0x0000165d 0x00000cdc:ix_lens[0054]: 0x00000088 +0x000008e4:ix_offs[0055]: 0x000016e5 0x00000ce0:ix_lens[0055]: 0x00000045 +0x000008e8:ix_offs[0056]: 0x0000172a 0x00000ce4:ix_lens[0056]: 0x0000003a +0x000008ec:ix_offs[0057]: 0x00001764 0x00000ce8:ix_lens[0057]: 0x0000003a +0x000008f0:ix_offs[0058]: 0x0000179e 0x00000cec:ix_lens[0058]: 0x0000008a +0x000008f4:ix_offs[0059]: 0x00001828 0x00000cf0:ix_lens[0059]: 0x0000003f +0x000008f8:ix_offs[0060]: 0x00001867 0x00000cf4:ix_lens[0060]: 0x0000007f +0x000008fc:ix_offs[0061]: 0x000018e6 0x00000cf8:ix_lens[0061]: 0x00000066 +0x00000900:ix_offs[0062]: 0x0000194c 0x00000cfc:ix_lens[0062]: 0x00000048 +0x00000904:ix_offs[0063]: 0x00001994 0x00000d00:ix_lens[0063]: 0x0000003f +0x00000908:ix_offs[0064]: 0x000019d3 0x00000d04:ix_lens[0064]: 0x0000005f +0x0000090c:ix_offs[0065]: 0x00001a32 0x00000d08:ix_lens[0065]: 0x00000046 +0x00000910:ix_offs[0066]: 0x00001a78 0x00000d0c:ix_lens[0066]: 0x00000053 +0x00000914:ix_offs[0067]: 0x00001acb 0x00000d10:ix_lens[0067]: 0x00000047 +0x00000918:ix_offs[0068]: 0x00001b12 0x00000d14:ix_lens[0068]: 0x0000005b +0x0000091c:ix_offs[0069]: 0x00001b6d 0x00000d18:ix_lens[0069]: 0x00000080 +0x00000920:ix_offs[0070]: 0x00001bed 0x00000d1c:ix_lens[0070]: 0x00000081 +0x00000924:ix_offs[0071]: 0x00001c6e 0x00000d20:ix_lens[0071]: 0x0000006b +0x00000928:ix_offs[0072]: 0x00001cd9 0x00000d24:ix_lens[0072]: 0x0000006f +0x0000092c:ix_offs[0073]: 0x00001d48 0x00000d28:ix_lens[0073]: 0x00000069 +0x00000930:ix_offs[0074]: 0x00001db1 0x00000d2c:ix_lens[0074]: 0x00000088 +0x00000934:ix_offs[0075]: 0x00001e39 0x00000d30:ix_lens[0075]: 0x00000049 +0x00000938:ix_offs[0076]: 0x00001e82 0x00000d34:ix_lens[0076]: 0x0000008a +0x0000093c:ix_offs[0077]: 0x00001f0c 0x00000d38:ix_lens[0077]: 0x00000048 +0x00000940:ix_offs[0078]: 0x00001f54 0x00000d3c:ix_lens[0078]: 0x0000006b +0x00000944:ix_offs[0079]: 0x00001fbf 0x00000d40:ix_lens[0079]: 0x0000008c +0x00000948:ix_offs[0080]: 0x0000204b 0x00000d44:ix_lens[0080]: 0x0000006b +0x0000094c:ix_offs[0081]: 0x000020b6 0x00000d48:ix_lens[0081]: 0x00000073 +0x00000950:ix_offs[0082]: 0x00002129 0x00000d4c:ix_lens[0082]: 0x00000069 +0x00000954:ix_offs[0083]: 0x00002192 0x00000d50:ix_lens[0083]: 0x00000068 +0x00000958:ix_offs[0084]: 0x000021fa 0x00000d54:ix_lens[0084]: 0x0000006d +0x0000095c:ix_offs[0085]: 0x00002267 0x00000d58:ix_lens[0085]: 0x0000006e +0x00000960:ix_offs[0086]: 0x000022d5 0x00000d5c:ix_lens[0086]: 0x0000007d +0x00000964:ix_offs[0087]: 0x00002352 0x00000d60:ix_lens[0087]: 0x00000050 +0x00000968:ix_offs[0088]: 0x000023a2 0x00000d64:ix_lens[0088]: 0x0000003e +0x0000096c:ix_offs[0089]: 0x000023e0 0x00000d68:ix_lens[0089]: 0x0000008a +0x00000970:ix_offs[0090]: 0x0000246a 0x00000d6c:ix_lens[0090]: 0x0000008d +0x00000974:ix_offs[0091]: 0x000024f7 0x00000d70:ix_lens[0091]: 0x0000003e +0x00000978:ix_offs[0092]: 0x00002535 0x00000d74:ix_lens[0092]: 0x00000077 +0x0000097c:ix_offs[0093]: 0x000025ac 0x00000d78:ix_lens[0093]: 0x00000077 +0x00000980:ix_offs[0094]: 0x00002623 0x00000d7c:ix_lens[0094]: 0x0000005c +0x00000984:ix_offs[0095]: 0x0000267f 0x00000d80:ix_lens[0095]: 0x00000060 +0x00000988:ix_offs[0096]: 0x000026df 0x00000d84:ix_lens[0096]: 0x0000005d +0x0000098c:ix_offs[0097]: 0x0000273c 0x00000d88:ix_lens[0097]: 0x0000004d +0x00000990:ix_offs[0098]: 0x00002789 0x00000d8c:ix_lens[0098]: 0x0000006b +0x00000994:ix_offs[0099]: 0x000027f4 0x00000d90:ix_lens[0099]: 0x0000007a +0x00000998:ix_offs[0100]: 0x0000286e 0x00000d94:ix_lens[0100]: 0x00000072 +0x0000099c:ix_offs[0101]: 0x000028e0 0x00000d98:ix_lens[0101]: 0x0000008c +0x000009a0:ix_offs[0102]: 0x0000296c 0x00000d9c:ix_lens[0102]: 0x0000005d +0x000009a4:ix_offs[0103]: 0x000029c9 0x00000da0:ix_lens[0103]: 0x0000006f +0x000009a8:ix_offs[0104]: 0x00002a38 0x00000da4:ix_lens[0104]: 0x0000005a +0x000009ac:ix_offs[0105]: 0x00002a92 0x00000da8:ix_lens[0105]: 0x0000004c +0x000009b0:ix_offs[0106]: 0x00002ade 0x00000dac:ix_lens[0106]: 0x0000004a +0x000009b4:ix_offs[0107]: 0x00002b28 0x00000db0:ix_lens[0107]: 0x00000060 +0x000009b8:ix_offs[0108]: 0x00002b88 0x00000db4:ix_lens[0108]: 0x0000005d +0x000009bc:ix_offs[0109]: 0x00002be5 0x00000db8:ix_lens[0109]: 0x00000065 +0x000009c0:ix_offs[0110]: 0x00002c4a 0x00000dbc:ix_lens[0110]: 0x00000075 +0x000009c4:ix_offs[0111]: 0x00002cbf 0x00000dc0:ix_lens[0111]: 0x00000059 +0x000009c8:ix_offs[0112]: 0x00002d18 0x00000dc4:ix_lens[0112]: 0x00000056 +0x000009cc:ix_offs[0113]: 0x00002d6e 0x00000dc8:ix_lens[0113]: 0x0000007a +0x000009d0:ix_offs[0114]: 0x00002de8 0x00000dcc:ix_lens[0114]: 0x0000007e +0x000009d4:ix_offs[0115]: 0x00002e66 0x00000dd0:ix_lens[0115]: 0x00000066 +0x000009d8:ix_offs[0116]: 0x00002ecc 0x00000dd4:ix_lens[0116]: 0x00000084 +0x000009dc:ix_offs[0117]: 0x00002f50 0x00000dd8:ix_lens[0117]: 0x0000005e +0x000009e0:ix_offs[0118]: 0x00002fae 0x00000ddc:ix_lens[0118]: 0x0000006e +0x000009e4:ix_offs[0119]: 0x0000301c 0x00000de0:ix_lens[0119]: 0x0000006f +0x000009e8:ix_offs[0120]: 0x0000308b 0x00000de4:ix_lens[0120]: 0x00000060 +0x000009ec:ix_offs[0121]: 0x000030eb 0x00000de8:ix_lens[0121]: 0x0000005d +0x000009f0:ix_offs[0122]: 0x00003148 0x00000dec:ix_lens[0122]: 0x0000005b +0x000009f4:ix_offs[0123]: 0x000031a3 0x00000df0:ix_lens[0123]: 0x00000053 +0x000009f8:ix_offs[0124]: 0x000031f6 0x00000df4:ix_lens[0124]: 0x0000004d +0x000009fc:ix_offs[0125]: 0x00003243 0x00000df8:ix_lens[0125]: 0x00000063 +0x00000a00:ix_offs[0126]: 0x000032a6 0x00000dfc:ix_lens[0126]: 0x00000058 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2535 offs: 0x00000000 lens: 0x00000071 +0x00001000-0x00001070: +>>0 @I2535@ INDI +1 NAME Anne of_Kiev // +1 SEX F +1 BIRT +2 DATE ABT 1024 +1 DEAT +2 DATE ABT 1066 +1 FAMS @F1267@ +<< +[0001] INDI rkey: I2536 offs: 0x00000071 lens: 0x0000005d +0x00001071-0x000010cd: +>>0 @I2536@ INDI +1 NAME Matilda of_Germany // +1 SEX F +1 DEAT +2 DATE BEF 1044 +1 FAMS @F1270@ +<< +[0002] INDI rkey: I2537 offs: 0x000000ce lens: 0x000000f0 +0x000010ce-0x000011bd: +>>0 @I2537@ INDI +1 NAME Charles_VII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 22 FEB 1403 +2 PLAC Paris,France +1 DEAT +2 DATE 21 JUL 1461 +2 PLAC Bourges,France +1 BURI +2 DATE 9 AUG 1461 +2 PLAC St. Denis,France +1 FAMC @F621@ +1 FAMS @F1299@ +<< +[0003] INDI rkey: I2538 offs: 0x000001be lens: 0x00000073 +0x000011be-0x00001230: +>>0 @I2538@ INDI +1 NAME Mary of_Anjou // +1 SEX F +1 BIRT +2 DATE 1404 +1 DEAT +2 DATE 1463 +1 FAMC @F1300@ +1 FAMS @F1299@ +<< +[0004] INDI rkey: I2539 offs: 0x00000231 lens: 0x00000042 +0x00001231-0x00001272: +>>0 @I2539@ INDI +1 NAME Yolande of_Aragon // +1 SEX F +1 FAMS @F1300@ +<< +[0005] INDI rkey: I2540 offs: 0x00000273 lens: 0x000000e0 +0x00001273-0x00001352: +>>0 @I2540@ INDI +1 NAME Louis_XI // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 3 JUL 1423 +2 PLAC Bourges,France +1 DEAT +2 DATE 30 AUG 1483 +1 BURI +2 PLAC Notre Dame,de Clery,France +1 FAMC @F1299@ +1 FAMS @F1301@ +1 FAMS @F1302@ +<< +[0006] INDI rkey: I2541 offs: 0x00000353 lens: 0x00000072 +0x00001353-0x000013c4: +>>0 @I2541@ INDI +1 NAME Margaret of_Scotland // +1 SEX F +1 BIRT +2 DATE ABT 1418 +1 DEAT +2 DATE 1445 +1 FAMS @F1301@ +<< +[0007] INDI rkey: I2542 offs: 0x000003c5 lens: 0x00000070 +0x000013c5-0x00001434: +>>0 @I2542@ INDI +1 NAME Charlotte of_Savoy // +1 SEX F +1 BIRT +2 DATE ABT 1445 +1 DEAT +2 DATE 1483 +1 FAMS @F1302@ +<< +[0008] INDI rkey: I2543 offs: 0x00000435 lens: 0x000000c4 +0x00001435-0x000014f8: +>>0 @I2543@ INDI +1 NAME Charles_VIII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 30 JUN 1490 +1 DEAT +2 DATE 7 APR 1498 +2 PLAC Amboise +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1302@ +1 FAMS @F1303@ +<< +[0009] INDI rkey: I2544 offs: 0x000004f9 lens: 0x0000005c +0x000014f9-0x00001554: +>>0 @I2544@ INDI +1 NAME Anne // +1 SEX F +1 BIRT +2 DATE 1461 +1 DEAT +2 DATE 1522 +1 FAMC @F1302@ +<< +[0010] INDI rkey: I2545 offs: 0x00000555 lens: 0x00000067 +0x00001555-0x000015bb: +>>0 @I2545@ INDI +1 NAME Anne of_Brittany // +1 SEX F +1 BIRT +2 DATE 1477 +1 DEAT +2 DATE 1514 +1 FAMS @F1303@ +<< +[0011] INDI rkey: I2546 offs: 0x000005bc lens: 0x0000003e +0x000015bc-0x000015f9: +>>0 @I2546@ INDI +1 NAME Anne of_Cleves // +1 SEX F +1 FAMS @F493@ +<< +[0012] INDI rkey: I2547 offs: 0x000005fa lens: 0x00000064 +0x000015fa-0x0000165d: +>>0 @I2547@ INDI +1 NAME Joan of_Valois // +1 SEX F +1 BIRT +2 DATE 1464 +1 DEAT +2 DATE 1505 +1 FAMS @F494@ +<< +[0013] INDI rkey: I2548 offs: 0x0000065e lens: 0x0000006c +0x0000165e-0x000016c9: +>>0 @I2548@ INDI +1 NAME Anne of_Brittany // +1 SEX F +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 9 JAN 1514 +1 FAMS @F495@ +<< +[0014] INDI rkey: I2549 offs: 0x000006ca lens: 0x00000050 +0x000016ca-0x00001719: +>>0 @I2549@ INDI +1 NAME Catherine of_Brandenburg -Kustrin// +1 SEX F +1 FAMS @F883@ +<< +[0015] INDI rkey: I2550 offs: 0x0000071a lens: 0x00000066 +0x0000171a-0x0000177f: +>>0 @I2550@ INDI +1 NAME Hildegard // +1 SEX F +1 BIRT +2 DATE ABT 757 +1 DEAT +2 DATE 783 +1 FAMS @F265@ +<< +[0016] INDI rkey: I2551 offs: 0x00000780 lens: 0x0000004a +0x00001780-0x000017c9: +>>0 @I2551@ INDI +1 NAME Charles // +1 SEX M +1 DEAT +2 DATE 811 +1 FAMC @F265@ +<< +[0017] INDI rkey: I2552 offs: 0x000007ca lens: 0x0000007e +0x000017ca-0x00001847: +>>0 @I2552@ INDI +1 NAME Pepin // +1 SEX M +1 TITL King of Italy +1 BIRT +2 DATE 777 +1 DEAT +2 DATE 810 +1 FAMC @F265@ +1 FAMS @F1304@ +<< +[0018] INDI rkey: I2553 offs: 0x00000848 lens: 0x0000009b +0x00001848-0x000018e2: +>>0 @I2553@ INDI +1 NAME Louis_I the_Pious of_Aquitaine// +1 SEX M +1 TITL King +1 BIRT +2 DATE 778 +1 DEAT +2 DATE 840 +1 FAMC @F265@ +1 FAMS @F1305@ +1 FAMS @F1306@ +<< +[0019] INDI rkey: I2554 offs: 0x000008e3 lens: 0x00000037 +0x000018e3-0x00001919: +>>0 @I2554@ INDI +1 NAME Berthe // +1 SEX F +1 FAMC @F265@ +<< +[0020] INDI rkey: I2555 offs: 0x0000091a lens: 0x0000004b +0x0000191a-0x00001964: +>>0 @I2555@ INDI +1 NAME Fastrada // +1 SEX F +1 DEAT +2 DATE 794 +1 FAMS @F266@ +<< +[0021] INDI rkey: I2556 offs: 0x00000965 lens: 0x0000004b +0x00001965-0x000019af: +>>0 @I2556@ INDI +1 NAME Luitgard // +1 SEX F +1 DEAT +2 DATE 800 +1 FAMS @F267@ +<< +[0022] INDI rkey: I2557 offs: 0x000009b0 lens: 0x00000043 +0x000019b0-0x000019f2: +>>0 @I2557@ INDI +1 NAME Bertha of_Toulouse // +1 SEX F +1 FAMS @F1304@ +<< +[0023] INDI rkey: I2558 offs: 0x000009f3 lens: 0x00000045 +0x000019f3-0x00001a37: +>>0 @I2558@ INDI +1 NAME Irmengard of_Hesbain // +1 SEX F +1 FAMS @F1305@ +<< +[0024] INDI rkey: I2559 offs: 0x00000a38 lens: 0x00000042 +0x00001a38-0x00001a79: +>>0 @I2559@ INDI +1 NAME Judith of_Bavaria // +1 SEX F +1 FAMS @F1306@ +<< +[0025] INDI rkey: I2560 offs: 0x00000a7a lens: 0x00000085 +0x00001a7a-0x00001afe: +>>0 @I2560@ INDI +1 NAME Lothar_I // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 795 +1 DEAT +2 DATE 855 +1 FAMC @F1305@ +1 FAMS @F1307@ +<< +[0026] INDI rkey: I2561 offs: 0x00000aff lens: 0x00000072 +0x00001aff-0x00001b70: +>>0 @I2561@ INDI +1 NAME Pepin_I of_Aquitaine // +1 SEX M +1 TITL King +1 DEAT +2 DATE 838 +1 FAMC @F1305@ +1 FAMS @F1308@ +<< +[0027] INDI rkey: I2562 offs: 0x00000b71 lens: 0x0000003a +0x00001b71-0x00001baa: +>>0 @I2562@ INDI +1 NAME Adelaide // +1 SEX F +1 FAMC @F1305@ +<< +[0028] INDI rkey: I2563 offs: 0x00000bab lens: 0x00000097 +0x00001bab-0x00001c41: +>>0 @I2563@ INDI +1 NAME Louis_II the_German // +1 SEX M +1 TITL King East Franks +1 BIRT +2 DATE ABT 805 +1 DEAT +2 DATE 876 +1 FAMC @F1305@ +1 FAMS @F1309@ +<< +[0029] INDI rkey: I2564 offs: 0x00000c42 lens: 0x000000a4 +0x00001c42-0x00001ce5: +>>0 @I2564@ INDI +1 NAME Charles_II the_Bald // +1 SEX M +1 TITL King West Franks +1 BIRT +2 DATE 823 +1 DEAT +2 DATE 6 OCT 877 +2 PLAC Modano +1 FAMC @F1306@ +1 FAMS @F1310@ +<< +[0030] INDI rkey: I2565 offs: 0x00000ce6 lens: 0x0000007a +0x00001ce6-0x00001d5f: +>>0 @I2565@ INDI +1 NAME Bernard // +1 SEX M +1 TITL King of Italy +1 BIRT +2 DATE ABT 799 +1 DEAT +2 DATE 818 +1 FAMC @F1304@ +<< +[0031] INDI rkey: I2566 offs: 0x00000d60 lens: 0x0000003b +0x00001d60-0x00001d9a: +>>0 @I2566@ INDI +1 NAME Irmengard // +1 SEX F +1 FAMS @F1307@ +<< +[0032] INDI rkey: I2567 offs: 0x00000d9b lens: 0x00000095 +0x00001d9b-0x00001e2f: +>>0 @I2567@ INDI +1 NAME Louis_II le_Jeune // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE ABT 822 +1 DEAT +2 DATE 875 +1 FAMC @F1307@ +1 FAMS @F1311@ +<< +[0033] INDI rkey: I2568 offs: 0x00000e30 lens: 0x0000009c +0x00001e30-0x00001ecb: +>>0 @I2568@ INDI +1 NAME Lothar_II of_Lorraine // +1 SEX M +1 TITL King +1 BIRT +2 DATE ABT 826 +1 DEAT +2 DATE 868 +1 FAMC @F1307@ +1 FAMS @F1312@ +1 FAMS @F1313@ +<< +[0034] INDI rkey: I2569 offs: 0x00000ecc lens: 0x00000063 +0x00001ecc-0x00001f2e: +>>0 @I2569@ INDI +1 NAME Charles // +1 SEX M +1 TITL King of Provence +1 DEAT +2 DATE 863 +1 FAMC @F1307@ +<< +[0035] INDI rkey: I2570 offs: 0x00000f2f lens: 0x00000064 +0x00001f2f-0x00001f92: +>>0 @I2570@ INDI +1 NAME Pepin_II of_Aquitaine // +1 SEX M +1 TITL King +1 DEAT +2 DATE 870 +1 FAMC @F1308@ +<< +[0036] INDI rkey: I2571 offs: 0x00000f93 lens: 0x00000052 +0x00001f93-0x00001fe4: +>>0 @I2571@ INDI +1 NAME Emma of_Bavaria // +1 SEX F +1 DEAT +2 DATE 876 +1 FAMS @F1309@ +<< +[0037] INDI rkey: I2572 offs: 0x00000fe5 lens: 0x0000008c +0x00001fe5-0x00002070: +>>0 @I2572@ INDI +1 NAME Carloman // +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE ABT 828 +1 DEAT +2 DATE 880 +1 FAMC @F1309@ +1 FAMS @F1314@ +<< +[0038] INDI rkey: I2573 offs: 0x00001071 lens: 0x0000006a +0x00002071-0x000020da: +>>0 @I2573@ INDI +1 NAME Louis the_Young // +1 SEX M +1 TITL King East Franks +1 DEAT +2 DATE 882 +1 FAMC @F1309@ +<< +[0039] INDI rkey: I2574 offs: 0x000010db lens: 0x00000080 +0x000020db-0x0000215a: +>>0 @I2574@ INDI +1 NAME Charles_III the_Fat // +1 SEX M +1 TITL King West Franks +1 BIRT +2 DATE 839 +1 DEAT +2 DATE 887 +1 FAMC @F1309@ +<< +[0040] INDI rkey: I2575 offs: 0x0000115b lens: 0x0000004e +0x0000215b-0x000021a8: +>>0 @I2575@ INDI +1 NAME Ermentrude // +1 SEX F +1 DEAT +2 DATE 869 +1 FAMS @F1310@ +<< +[0041] INDI rkey: I2576 offs: 0x000011a9 lens: 0x0000009f +0x000021a9-0x00002247: +>>0 @I2576@ INDI +1 NAME Louis_II the_Stammerer // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 846 +1 DEAT +2 DATE 879 +1 FAMC @F1310@ +1 FAMS @F1315@ +1 FAMS @F1316@ +<< +[0042] INDI rkey: I2577 offs: 0x00001248 lens: 0x00000063 +0x00002248-0x000022aa: +>>0 @I2577@ INDI +1 NAME Charles of_Aquitaine // +1 SEX M +1 TITL King +1 DEAT +2 DATE 866 +1 FAMC @F1310@ +<< +[0043] INDI rkey: I2578 offs: 0x000012ab lens: 0x0000004c +0x000022ab-0x000022f6: +>>0 @I2578@ INDI +1 NAME Carloman // +1 SEX M +1 DEAT +2 DATE 876 +1 FAMC @F1310@ +<< +[0044] INDI rkey: I2579 offs: 0x000012f7 lens: 0x00000038 +0x000022f7-0x0000232e: +>>0 @I2579@ INDI +1 NAME Judith // +1 SEX F +1 FAMC @F1310@ +<< +[0045] INDI rkey: I2580 offs: 0x0000132f lens: 0x00000045 +0x0000232f-0x00002373: +>>0 @I2580@ INDI +1 NAME Ansgarde of_Burgundy // +1 SEX F +1 FAMS @F1315@ +<< +[0046] INDI rkey: I2581 offs: 0x00001374 lens: 0x0000007d +0x00002374-0x000023f0: +>>0 @I2581@ INDI +1 NAME Louis_III // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 863 +1 DEAT +2 DATE 882 +1 FAMC @F1315@ +<< +[0047] INDI rkey: I2582 offs: 0x000013f1 lens: 0x00000062 +0x000023f1-0x00002452: +>>0 @I2582@ INDI +1 NAME Carloman // +1 SEX M +1 TITL King of France +1 DEAT +2 DATE 884 +1 FAMC @F1315@ +<< +[0048] INDI rkey: I2583 offs: 0x00001453 lens: 0x00000040 +0x00002453-0x00002492: +>>0 @I2583@ INDI +1 NAME Adelaide Judith // +1 SEX F +1 FAMS @F1316@ +<< +[0049] INDI rkey: I2584 offs: 0x00001493 lens: 0x00000090 +0x00002493-0x00002522: +>>0 @I2584@ INDI +1 NAME Charles_III the_Simple // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 879 +1 DEAT +2 DATE 929 +1 FAMC @F1316@ +1 FAMS @F1317@ +<< +[0050] INDI rkey: I2585 offs: 0x00001523 lens: 0x00000055 +0x00002523-0x00002577: +>>0 @I2585@ INDI +1 NAME Eadgifu of_England // +1 SEX F +1 BIRT +2 DATE 902 +1 FAMS @F1317@ +<< +[0051] INDI rkey: I2586 offs: 0x00001578 lens: 0x0000003b +0x00002578-0x000025b2: +>>0 @I2586@ INDI +1 NAME Engeberge // +1 SEX F +1 FAMS @F1311@ +<< +[0052] INDI rkey: I2587 offs: 0x000015b3 lens: 0x0000004a +0x000025b3-0x000025fc: +>>0 @I2587@ INDI +1 NAME Irmengard // +1 SEX F +1 FAMC @F1311@ +1 FAMS @F1318@ +<< +[0053] INDI rkey: I2588 offs: 0x000015fd lens: 0x00000060 +0x000025fd-0x0000265c: +>>0 @I2588@ INDI +1 NAME Boso // +1 SEX M +1 TITL King of Provence +1 DEAT +2 DATE 887 +1 FAMS @F1318@ +<< +[0054] INDI rkey: I2589 offs: 0x0000165d lens: 0x00000088 +0x0000265d-0x000026e4: +>>0 @I2589@ INDI +1 NAME Louis_III the_Blind // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE ABT 880 +1 DEAT +2 DATE 928 +1 FAMC @F1318@ +<< +[0055] INDI rkey: I2590 offs: 0x000016e5 lens: 0x00000045 +0x000026e5-0x00002729: +>>0 @I2590@ INDI +1 NAME Theutberga of_Valois // +1 SEX F +1 FAMS @F1312@ +<< +[0056] INDI rkey: I2591 offs: 0x0000172a lens: 0x0000003a +0x0000272a-0x00002763: +>>0 @I2591@ INDI +1 NAME Waldrada // +1 SEX F +1 FAMS @F1313@ +<< +[0057] INDI rkey: I2592 offs: 0x00001764 lens: 0x0000003a +0x00002764-0x0000279d: +>>0 @I2592@ INDI +1 NAME Litwinde // +1 SEX F +1 FAMS @F1314@ +<< +[0058] INDI rkey: I2593 offs: 0x0000179e lens: 0x0000008a +0x0000279e-0x00002827: +>>0 @I2593@ INDI +1 NAME Arnulf // +1 SEX M +1 TITL King of Germany +1 BIRT +2 DATE ABT 863 +1 DEAT +2 DATE 899 +1 FAMC @F1314@ +1 FAMS @F1319@ +<< +[0059] INDI rkey: I2594 offs: 0x00001828 lens: 0x0000003f +0x00002828-0x00002866: +>>0 @I2594@ INDI +1 NAME Oda of_Bavaria // +1 SEX F +1 FAMS @F1319@ +<< +[0060] INDI rkey: I2595 offs: 0x00001867 lens: 0x0000007f +0x00002867-0x000028e5: +>>0 @I2595@ INDI +1 NAME Louis_III the_Child // +1 SEX M +1 TITL King of Germany +1 BIRT +2 DATE 893 +1 DEAT +2 DATE 911 +1 FAMC @F1319@ +<< +[0061] INDI rkey: I2596 offs: 0x000018e6 lens: 0x00000066 +0x000028e6-0x0000294b: +>>0 @I2596@ INDI +1 NAME Zwentibold // +1 SEX M +1 TITL King of Lorraine +1 DEAT +2 DATE 900 +1 FAMC @F1319@ +<< +[0062] INDI rkey: I2597 offs: 0x0000194c lens: 0x00000048 +0x0000294c-0x00002993: +>>0 @I2597@ INDI +1 NAME Hedwige // +1 SEX F +1 FAMC @F1319@ +1 FAMS @F1320@ +<< +[0063] INDI rkey: I2598 offs: 0x00001994 lens: 0x0000003f +0x00002994-0x000029d2: +>>0 @I2598@ INDI +1 NAME Otto of_Saxony // +1 SEX M +1 FAMS @F1320@ +<< +[0064] INDI rkey: I2599 offs: 0x000019d3 lens: 0x0000005f +0x000029d3-0x00002a31: +>>0 @I2599@ INDI +1 NAME Henry the_Fowler // +1 SEX M +1 TITL Emperor +1 FAMC @F1320@ +1 FAMS @F1321@ +<< +[0065] INDI rkey: I2600 offs: 0x00001a32 lens: 0x00000046 +0x00002a32-0x00002a77: +>>0 @I2600@ INDI +1 NAME Matilda of_Ringelheim // +1 SEX F +1 FAMS @F1321@ +<< +[0066] INDI rkey: I2601 offs: 0x00001a78 lens: 0x00000053 +0x00002a78-0x00002aca: +>>0 @I2601@ INDI +1 NAME Bruno of_Cologne // +1 SEX M +1 TITL Archbishop +1 FAMC @F1321@ +<< +[0067] INDI rkey: I2602 offs: 0x00001acb lens: 0x00000047 +0x00002acb-0x00002b11: +>>0 @I2602@ INDI +1 NAME Otto_I // +1 SEX M +1 TITL Emperor +1 FAMC @F1321@ +<< +[0068] INDI rkey: I2603 offs: 0x00001b12 lens: 0x0000005b +0x00002b12-0x00002b6c: +>>0 @I2603@ INDI +1 NAME Gerberge // +1 SEX F +1 DEAT +2 DATE 968 +1 FAMC @F1321@ +1 FAMS @F1322@ +<< +[0069] INDI rkey: I2604 offs: 0x00001b6d lens: 0x00000080 +0x00002b6d-0x00002bec: +>>0 @I2604@ INDI +1 NAME Louis_IV d'Outre-Mer // +1 SEX M +1 BIRT +2 DATE ABT 920 +1 DEAT +2 DATE 954 +1 FAMC @F1317@ +1 FAMS @F1322@ +<< +[0070] INDI rkey: I2605 offs: 0x00001bed lens: 0x00000081 +0x00002bed-0x00002c6d: +>>0 @I2605@ INDI +1 NAME Lothar // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 941 +1 DEAT +2 DATE 986 +1 FAMC @F1322@ +1 FAMS @F1323@ +<< +[0071] INDI rkey: I2606 offs: 0x00001c6e lens: 0x0000006b +0x00002c6e-0x00002cd8: +>>0 @I2606@ INDI +1 NAME Charles Lower_Lorraine // +1 SEX M +1 BIRT +2 DATE 954 +1 DEAT +2 DATE 986 +1 FAMC @F1322@ +<< +[0072] INDI rkey: I2607 offs: 0x00001cd9 lens: 0x0000006f +0x00002cd9-0x00002d47: +>>0 @I2607@ INDI +1 NAME Louis_V the_Coward // +1 SEX M +1 BIRT +2 DATE ABT 986 +1 DEAT +2 DATE 997 +1 FAMC @F1323@ +<< +[0073] INDI rkey: I2608 offs: 0x00001d48 lens: 0x00000069 +0x00002d48-0x00002db0: +>>0 @I2608@ INDI +1 NAME Adalberon of_Rheims // +1 SEX M +1 TITL Archbishop +1 DEAT +2 DATE 1021 +1 FAMC @F1323@ +<< +[0074] INDI rkey: I2609 offs: 0x00001db1 lens: 0x00000088 +0x00002db1-0x00002e38: +>>0 @I2609@ INDI +1 NAME Pepin the_Short // +1 SEX M +1 TITL King of Franks +1 BIRT +2 DATE 714 +1 DEAT +2 DATE 768 +1 FAMC @F1324@ +1 FAMS @F262@ +<< +[0075] INDI rkey: I2610 offs: 0x00001e39 lens: 0x00000049 +0x00002e39-0x00002e81: +>>0 @I2610@ INDI +1 NAME Bertha // +1 SEX F +1 DEAT +2 DATE 783 +1 FAMS @F262@ +<< +[0076] INDI rkey: I2611 offs: 0x00001e82 lens: 0x0000008a +0x00002e82-0x00002f0b: +>>0 @I2611@ INDI +1 NAME Carloman // +1 SEX M +1 TITL King of Franks +1 BIRT +2 DATE ABT 751 +1 DEAT +2 DATE 771 +1 FAMC @F262@ +1 FAMS @F1325@ +<< +[0077] INDI rkey: I2612 offs: 0x00001f0c lens: 0x00000048 +0x00002f0c-0x00002f53: +>>0 @I2612@ INDI +1 NAME Gerberge of_the_Lombard // +1 SEX F +1 FAMS @F1325@ +<< +[0078] INDI rkey: I2613 offs: 0x00001f54 lens: 0x0000006b +0x00002f54-0x00002fbe: +>>0 @I2613@ INDI +1 NAME Charles /Martel/ +1 SEX M +1 BIRT +2 DATE ABT 686 +1 DEAT +2 DATE 741 +1 FAMS @F1324@ +<< +[0079] INDI rkey: I2614 offs: 0x00001fbf lens: 0x0000008c +0x00002fbf-0x0000304a: +>>0 @I2614@ INDI +1 NAME Augusta Reuss-Ebersdorf // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1757 +1 DEAT +2 DATE 1831 +1 FAMC @F1326@ +1 FAMS @F101@ +<< +[0080] INDI rkey: I2615 offs: 0x0000204b lens: 0x0000006b +0x0000304b-0x000030b5: +>>0 @I2615@ INDI +1 NAME Elisabeth of_Austria // +1 SEX F +1 BIRT +2 DATE 1554 +1 DEAT +2 DATE 1592 +1 FAMS @F1292@ +<< +[0081] INDI rkey: I2616 offs: 0x000020b6 lens: 0x00000073 +0x000030b6-0x00003128: +>>0 @I2616@ INDI +1 NAME Marie Elisabeth // +1 SEX F +1 BIRT +2 DATE 27 OCT 1572 +1 DEAT +2 DATE 2 APR 1578 +1 FAMC @F1292@ +<< +[0082] INDI rkey: I2617 offs: 0x00002129 lens: 0x00000069 +0x00003129-0x00003191: +>>0 @I2617@ INDI +1 NAME Louise of_Lorraine // +1 SEX F +1 BIRT +2 DATE 1553 +1 DEAT +2 DATE 1601 +1 FAMS @F1293@ +<< +[0083] INDI rkey: I2618 offs: 0x00002192 lens: 0x00000068 +0x00003192-0x000031f9: +>>0 @I2618@ INDI +1 NAME Isabelle of_Aragon // +1 SEX F +1 BIRT +2 DATE 1247 +1 DEAT +2 DATE 1271 +1 FAMS @F922@ +<< +[0084] INDI rkey: I2619 offs: 0x000021fa lens: 0x0000006d +0x000031fa-0x00003266: +>>0 @I2619@ INDI +1 NAME Marguerite of_Burgundy // +1 SEX F +1 BIRT +2 DATE 1290 +1 DEAT +2 DATE 1315 +1 FAMS @F1274@ +<< +[0085] INDI rkey: I2620 offs: 0x00002267 lens: 0x0000006e +0x00003267-0x000032d4: +>>0 @I2620@ INDI +1 NAME Joan of_Boulogne // +1 SEX F +1 BIRT +2 DATE ABT 1326 +1 DEAT +2 DATE 1361 +1 FAMS @F1285@ +<< +[0086] INDI rkey: I2621 offs: 0x000022d5 lens: 0x0000007d +0x000032d5-0x00003351: +>>0 @I2621@ INDI +1 NAME Magdalen of_Hochstadten // +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1917 +1 FAMS @F322@ +<< +[0087] INDI rkey: I2622 offs: 0x00002352 lens: 0x00000050 +0x00003352-0x000033a1: +>>0 @I2622@ INDI +1 NAME William of_Prussia // +1 SEX M +1 TITL Prince +1 FAMS @F226@ +<< +[0088] INDI rkey: I2623 offs: 0x000023a2 lens: 0x0000003e +0x000033a2-0x000033df: +>>0 @I2623@ INDI +1 NAME John /Loisinger/ +1 SEX M +1 FAMS @F320@ +<< +[0089] INDI rkey: I2624 offs: 0x000023e0 lens: 0x0000008a +0x000033e0-0x00003469: +>>0 @I2624@ INDI +1 NAME Francis_II Frederick of_Mecklenburg// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1883 +1 FAMS @F328@ +<< +[0090] INDI rkey: I2625 offs: 0x0000246a lens: 0x0000008d +0x0000346a-0x000034f6: +>>0 @I2625@ INDI +1 NAME Josephine of_Lichtenberg // +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1952 +1 FAMC @F1327@ +1 FAMS @F327@ +<< +[0091] INDI rkey: I2626 offs: 0x000024f7 lens: 0x0000003e +0x000034f7-0x00003534: +>>0 @I2626@ INDI +1 NAME Philip /Bender/ +1 SEX M +1 FAMS @F1327@ +<< +[0092] INDI rkey: I2627 offs: 0x00002535 lens: 0x00000077 +0x00003535-0x000035ab: +>>0 @I2627@ INDI +1 NAME Caroline of_Nidda // +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1879 +1 FAMS @F325@ +<< +[0093] INDI rkey: I2628 offs: 0x000025ac lens: 0x00000077 +0x000035ac-0x00003622: +>>0 @I2628@ INDI +1 NAME Emily of_Dornberg // +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1961 +1 FAMS @F326@ +<< +[0094] INDI rkey: I2629 offs: 0x00002623 lens: 0x0000005c +0x00003623-0x0000367e: +>>0 @I2629@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1931 +1 DEAT +2 DATE 1937 +1 FAMC @F304@ +<< +[0095] INDI rkey: I2630 offs: 0x0000267f lens: 0x00000060 +0x0000367f-0x000036de: +>>0 @I2630@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1933 +1 DEAT +2 DATE 1937 +1 FAMC @F304@ +<< +[0096] INDI rkey: I2631 offs: 0x000026df lens: 0x0000005d +0x000036df-0x0000373b: +>>0 @I2631@ INDI +1 NAME Joanna // +1 SEX F +1 BIRT +2 DATE 1936 +1 DEAT +2 DATE 1939 +1 FAMC @F304@ +<< +[0097] INDI rkey: I2632 offs: 0x0000273c lens: 0x0000004d +0x0000373c-0x00003788: +>>0 @I2632@ INDI +1 NAME Auckland L. of_Rolvenden/Geddes/ +1 SEX M +1 FAMS @F306@ +<< +[0098] INDI rkey: I2633 offs: 0x00002789 lens: 0x0000006b +0x00003789-0x000037f3: +>>0 @I2633@ INDI +1 NAME Maria de_las_Mercedes // +1 SEX F +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1878 +1 FAMS @F416@ +<< +[0099] INDI rkey: I2634 offs: 0x000027f4 lens: 0x0000007a +0x000037f4-0x0000386d: +>>0 @I2634@ INDI +1 NAME Maria de_las_Mercedes // +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1904 +1 FAMC @F258@ +1 FAMS @F1328@ +<< +[0100] INDI rkey: I2635 offs: 0x0000286e lens: 0x00000072 +0x0000386e-0x000038df: +>>0 @I2635@ INDI +1 NAME Maria Theresa // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1912 +1 FAMC @F258@ +1 FAMS @F1329@ +<< +[0101] INDI rkey: I2636 offs: 0x000028e0 lens: 0x0000008c +0x000038e0-0x0000396b: +>>0 @I2636@ INDI +1 NAME Charles of_Bourbon -Sicily// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1949 +1 FAMS @F1328@ +1 FAMS @F283@ +<< +[0102] INDI rkey: I2637 offs: 0x0000296c lens: 0x0000005d +0x0000396c-0x000039c8: +>>0 @I2637@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1952 +1 FAMS @F283@ +<< +[0103] INDI rkey: I2638 offs: 0x000029c9 lens: 0x0000006f +0x000039c9-0x00003a37: +>>0 @I2638@ INDI +1 NAME Louis de_la_Torre /Gomez-Acebo/ +1 SEX M +1 TITL Viscount +1 BIRT +2 DATE 1934 +1 FAMS @F366@ +<< +[0104] INDI rkey: I2639 offs: 0x00002a38 lens: 0x0000005a +0x00003a38-0x00003a91: +>>0 @I2639@ INDI +1 NAME Carlos Zurita_y_Delgado // +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F367@ +<< +[0105] INDI rkey: I2640 offs: 0x00002a92 lens: 0x0000004c +0x00003a92-0x00003add: +>>0 @I2640@ INDI +1 NAME Edelmira // +1 SEX F +1 BIRT +2 DATE 1906 +1 FAMS @F279@ +<< +[0106] INDI rkey: I2641 offs: 0x00002ade lens: 0x0000004a +0x00003ade-0x00003b27: +>>0 @I2641@ INDI +1 NAME Martha y_Altazurra /Rocafort/ +1 SEX F +1 FAMS @F280@ +<< +[0107] INDI rkey: I2642 offs: 0x00002b28 lens: 0x00000060 +0x00003b28-0x00003b87: +>>0 @I2642@ INDI +1 NAME Maria Christina // +1 SEX F +1 BIRT +2 DATE 1911 +1 FAMC @F25@ +1 FAMS @F1330@ +<< +[0108] INDI rkey: I2643 offs: 0x00002b88 lens: 0x0000005d +0x00003b88-0x00003be4: +>>0 @I2643@ INDI +1 NAME Gonzalo // +1 SEX M +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1934 +1 FAMC @F25@ +<< +[0109] INDI rkey: I2644 offs: 0x00002be5 lens: 0x00000065 +0x00003be5-0x00003c49: +>>0 @I2644@ INDI +1 NAME Henry C. /Marone/ +1 SEX M +1 BIRT +2 DATE 1895 +1 DEAT +2 DATE 1968 +1 FAMS @F1330@ +<< +[0110] INDI rkey: I2645 offs: 0x00002c4a lens: 0x00000075 +0x00003c4a-0x00003cbe: +>>0 @I2645@ INDI +1 NAME Alexander of_Civitella- Cessi/Torlonia/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1911 +1 FAMS @F282@ +<< +[0111] INDI rkey: I2646 offs: 0x00002cbf lens: 0x00000059 +0x00003cbf-0x00003d17: +>>0 @I2646@ INDI +1 NAME Emmanuela de_Dampierre // +1 SEX F +1 BIRT +2 DATE 1913 +1 FAMS @F364@ +<< +[0112] INDI rkey: I2647 offs: 0x00002d18 lens: 0x00000056 +0x00003d18-0x00003d6d: +>>0 @I2647@ INDI +1 NAME Charlotte /Tiedemann/ +1 SEX F +1 BIRT +2 DATE 1919 +1 FAMS @F365@ +<< +[0113] INDI rkey: I2648 offs: 0x00002d6e lens: 0x0000007a +0x00003d6e-0x00003de7: +>>0 @I2648@ INDI +1 NAME Ferdinand of_Bavaria // +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1958 +1 FAMC @F1331@ +1 FAMS @F1329@ +<< +[0114] INDI rkey: I2649 offs: 0x00002de8 lens: 0x0000007e +0x00003de8-0x00003e65: +>>0 @I2649@ INDI +1 NAME Louis Ferdinand of_Bavaria// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1949 +1 FAMS @F1331@ +<< +[0115] INDI rkey: I2650 offs: 0x00002e66 lens: 0x00000066 +0x00003e66-0x00003ecb: +>>0 @I2650@ INDI +1 NAME Maria de_la_Paz // +1 SEX F +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1946 +1 FAMS @F1331@ +<< +[0116] INDI rkey: I2651 offs: 0x00002ecc lens: 0x00000084 +0x00003ecc-0x00003f4f: +>>0 @I2651@ INDI +1 NAME Adolph of_Schwarzburg- Rudolstadt// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1875 +1 FAMS @F617@ +<< +[0117] INDI rkey: I2652 offs: 0x00002f50 lens: 0x0000005e +0x00003f50-0x00003fad: +>>0 @I2652@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1914 +1 FAMS @F617@ +<< +[0118] INDI rkey: I2653 offs: 0x00002fae lens: 0x0000006e +0x00003fae-0x0000401b: +>>0 @I2653@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1770 +1 DEAT +2 DATE 1819 +1 FAMC @F353@ +1 FAMS @F261@ +<< +[0119] INDI rkey: I2654 offs: 0x0000301c lens: 0x0000006f +0x0000401c-0x0000408a: +>>0 @I2654@ INDI +1 NAME Alexandrine // +1 SEX F +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1892 +1 FAMC @F38@ +1 FAMS @F337@ +<< +[0120] INDI rkey: I2655 offs: 0x0000308b lens: 0x00000060 +0x0000408b-0x000040ea: +>>0 @I2655@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1774 +1 DEAT +2 DATE 1799 +1 FAMC @F353@ +<< +[0121] INDI rkey: I2656 offs: 0x000030eb lens: 0x0000005d +0x000040eb-0x00004147: +>>0 @I2656@ INDI +1 NAME Amalia // +1 SEX F +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1872 +1 FAMS @F905@ +<< +[0122] INDI rkey: I2657 offs: 0x00003148 lens: 0x0000005b +0x00004148-0x000041a2: +>>0 @I2657@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1855 +1 DEAT +2 DATE 1888 +1 FAMS @F906@ +<< +[0123] INDI rkey: I2658 offs: 0x000031a3 lens: 0x00000053 +0x000041a3-0x000041f5: +>>0 @I2658@ INDI +1 NAME Lucas /Streshniev/ +1 SEX M +1 DEAT +2 DATE 1650 +1 FAMS @F695@ +<< +[0124] INDI rkey: I2659 offs: 0x000031f6 lens: 0x0000004d +0x000041f6-0x00004242: +>>0 @I2659@ INDI +1 NAME Anne /Volkonska/ +1 SEX F +1 FAMC @F1332@ +1 FAMS @F695@ +<< +[0125] INDI rkey: I2660 offs: 0x00003243 lens: 0x00000063 +0x00004243-0x000042a5: +>>0 @I2660@ INDI +1 NAME Theodore // +1 SEX M +1 TITL Patr. of Moscow +1 DEAT +2 DATE 1633 +1 FAMS @F694@ +<< +[0126] INDI rkey: I2661 offs: 0x000032a6 lens: 0x00000058 +0x000042a6-0x000042fd: +>>0 @I2661@ INDI +1 NAME Xenia // +1 SEX F +1 DEAT +2 DATE 1631 +1 FAMC @F1333@ +1 FAMS @F694@ +<< + +0x000042fe: EOF (0x000042fe) GOOD + +BLOCK - DIRECTORY af/ab +0x00000000:ix_self: 0x00050001 (af/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2662' +0x00000016:ix_rkey[0001]: ' I2663' +0x0000001e:ix_rkey[0002]: ' I2664' +0x00000026:ix_rkey[0003]: ' I2665' +0x0000002e:ix_rkey[0004]: ' I2666' +0x00000036:ix_rkey[0005]: ' I2667' +0x0000003e:ix_rkey[0006]: ' I2668' +0x00000046:ix_rkey[0007]: ' I2669' +0x0000004e:ix_rkey[0008]: ' I2670' +0x00000056:ix_rkey[0009]: ' I2671' +0x0000005e:ix_rkey[0010]: ' I2672' +0x00000066:ix_rkey[0011]: ' I2673' +0x0000006e:ix_rkey[0012]: ' I2674' +0x00000076:ix_rkey[0013]: ' I2675' +0x0000007e:ix_rkey[0014]: ' I2676' +0x00000086:ix_rkey[0015]: ' I2677' +0x0000008e:ix_rkey[0016]: ' I2678' +0x00000096:ix_rkey[0017]: ' I2679' +0x0000009e:ix_rkey[0018]: ' I2680' +0x000000a6:ix_rkey[0019]: ' I2681' +0x000000ae:ix_rkey[0020]: ' I2682' +0x000000b6:ix_rkey[0021]: ' I2683' +0x000000be:ix_rkey[0022]: ' I2684' +0x000000c6:ix_rkey[0023]: ' I2685' +0x000000ce:ix_rkey[0024]: ' I2686' +0x000000d6:ix_rkey[0025]: ' I2687' +0x000000de:ix_rkey[0026]: ' I2688' +0x000000e6:ix_rkey[0027]: ' I2689' +0x000000ee:ix_rkey[0028]: ' I2690' +0x000000f6:ix_rkey[0029]: ' I2691' +0x000000fe:ix_rkey[0030]: ' I2692' +0x00000106:ix_rkey[0031]: ' I2693' +0x0000010e:ix_rkey[0032]: ' I2694' +0x00000116:ix_rkey[0033]: ' I2695' +0x0000011e:ix_rkey[0034]: ' I2696' +0x00000126:ix_rkey[0035]: ' I2697' +0x0000012e:ix_rkey[0036]: ' I2698' +0x00000136:ix_rkey[0037]: ' I2699' +0x0000013e:ix_rkey[0038]: ' I2700' +0x00000146:ix_rkey[0039]: ' I2701' +0x0000014e:ix_rkey[0040]: ' I2702' +0x00000156:ix_rkey[0041]: ' I2703' +0x0000015e:ix_rkey[0042]: ' I2704' +0x00000166:ix_rkey[0043]: ' I2705' +0x0000016e:ix_rkey[0044]: ' I2706' +0x00000176:ix_rkey[0045]: ' I2707' +0x0000017e:ix_rkey[0046]: ' I2708' +0x00000186:ix_rkey[0047]: ' I2709' +0x0000018e:ix_rkey[0048]: ' I2710' +0x00000196:ix_rkey[0049]: ' I2711' +0x0000019e:ix_rkey[0050]: ' I2712' +0x000001a6:ix_rkey[0051]: ' I2713' +0x000001ae:ix_rkey[0052]: ' I2714' +0x000001b6:ix_rkey[0053]: ' I2715' +0x000001be:ix_rkey[0054]: ' I2716' +0x000001c6:ix_rkey[0055]: ' I2717' +0x000001ce:ix_rkey[0056]: ' I2718' +0x000001d6:ix_rkey[0057]: ' I2719' +0x000001de:ix_rkey[0058]: ' I2720' +0x000001e6:ix_rkey[0059]: ' I2721' +0x000001ee:ix_rkey[0060]: ' I2722' +0x000001f6:ix_rkey[0061]: ' I2723' +0x000001fe:ix_rkey[0062]: ' I2724' +0x00000206:ix_rkey[0063]: ' I2725' +0x0000020e:ix_rkey[0064]: ' I2726' +0x00000216:ix_rkey[0065]: ' I2727' +0x0000021e:ix_rkey[0066]: ' I2728' +0x00000226:ix_rkey[0067]: ' I2729' +0x0000022e:ix_rkey[0068]: ' I2730' +0x00000236:ix_rkey[0069]: ' I2731' +0x0000023e:ix_rkey[0070]: ' I2732' +0x00000246:ix_rkey[0071]: ' I2733' +0x0000024e:ix_rkey[0072]: ' I2734' +0x00000256:ix_rkey[0073]: ' I2735' +0x0000025e:ix_rkey[0074]: ' I2736' +0x00000266:ix_rkey[0075]: ' I2737' +0x0000026e:ix_rkey[0076]: ' I2738' +0x00000276:ix_rkey[0077]: ' I2739' +0x0000027e:ix_rkey[0078]: ' I2740' +0x00000286:ix_rkey[0079]: ' I2741' +0x0000028e:ix_rkey[0080]: ' I2742' +0x00000296:ix_rkey[0081]: ' I2743' +0x0000029e:ix_rkey[0082]: ' I2744' +0x000002a6:ix_rkey[0083]: ' I2745' +0x000002ae:ix_rkey[0084]: ' I2746' +0x000002b6:ix_rkey[0085]: ' I2747' +0x000002be:ix_rkey[0086]: ' I2748' +0x000002c6:ix_rkey[0087]: ' I2749' +0x000002ce:ix_rkey[0088]: ' I2750' +0x000002d6:ix_rkey[0089]: ' I2751' +0x000002de:ix_rkey[0090]: ' I2752' +0x000002e6:ix_rkey[0091]: ' I2753' +0x000002ee:ix_rkey[0092]: ' I2754' +0x000002f6:ix_rkey[0093]: ' I2755' +0x000002fe:ix_rkey[0094]: ' I2756' +0x00000306:ix_rkey[0095]: ' I2757' +0x0000030e:ix_rkey[0096]: ' I2758' +0x00000316:ix_rkey[0097]: ' I2759' +0x0000031e:ix_rkey[0098]: ' I2760' +0x00000326:ix_rkey[0099]: ' I2761' +0x0000032e:ix_rkey[0100]: ' I2762' +0x00000336:ix_rkey[0101]: ' I2763' +0x0000033e:ix_rkey[0102]: ' I2764' +0x00000346:ix_rkey[0103]: ' I2765' +0x0000034e:ix_rkey[0104]: ' I2766' +0x00000356:ix_rkey[0105]: ' I2767' +0x0000035e:ix_rkey[0106]: ' I2768' +0x00000366:ix_rkey[0107]: ' I2769' +0x0000036e:ix_rkey[0108]: ' I2770' +0x00000376:ix_rkey[0109]: ' I2771' +0x0000037e:ix_rkey[0110]: ' I2772' +0x00000386:ix_rkey[0111]: ' I2773' +0x0000038e:ix_rkey[0112]: ' I2774' +0x00000396:ix_rkey[0113]: ' I2775' +0x0000039e:ix_rkey[0114]: ' I2776' +0x000003a6:ix_rkey[0115]: ' I2777' +0x000003ae:ix_rkey[0116]: ' I2778' +0x000003b6:ix_rkey[0117]: ' I2779' +0x000003be:ix_rkey[0118]: ' I2780' +0x000003c6:ix_rkey[0119]: ' I2781' +0x000003ce:ix_rkey[0120]: ' I2782' +0x000003d6:ix_rkey[0121]: ' I2783' +0x000003de:ix_rkey[0122]: ' I2784' +0x000003e6:ix_rkey[0123]: ' I2785' +0x000003ee:ix_rkey[0124]: ' I2786' +0x000003f6:ix_rkey[0125]: ' I2787' +0x000003fe:ix_rkey[0126]: ' I2788' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000005f +0x0000080c:ix_offs[0001]: 0x0000005f 0x00000c08:ix_lens[0001]: 0x00000040 +0x00000810:ix_offs[0002]: 0x0000009f 0x00000c0c:ix_lens[0002]: 0x00000065 +0x00000814:ix_offs[0003]: 0x00000104 0x00000c10:ix_lens[0003]: 0x00000074 +0x00000818:ix_offs[0004]: 0x00000178 0x00000c14:ix_lens[0004]: 0x00000073 +0x0000081c:ix_offs[0005]: 0x000001eb 0x00000c18:ix_lens[0005]: 0x00000061 +0x00000820:ix_offs[0006]: 0x0000024c 0x00000c1c:ix_lens[0006]: 0x00000064 +0x00000824:ix_offs[0007]: 0x000002b0 0x00000c20:ix_lens[0007]: 0x00000067 +0x00000828:ix_offs[0008]: 0x00000317 0x00000c24:ix_lens[0008]: 0x00000075 +0x0000082c:ix_offs[0009]: 0x0000038c 0x00000c28:ix_lens[0009]: 0x00000078 +0x00000830:ix_offs[0010]: 0x00000404 0x00000c2c:ix_lens[0010]: 0x00000066 +0x00000834:ix_offs[0011]: 0x0000046a 0x00000c30:ix_lens[0011]: 0x00000078 +0x00000838:ix_offs[0012]: 0x000004e2 0x00000c34:ix_lens[0012]: 0x00000074 +0x0000083c:ix_offs[0013]: 0x00000556 0x00000c38:ix_lens[0013]: 0x0000009c +0x00000840:ix_offs[0014]: 0x000005f2 0x00000c3c:ix_lens[0014]: 0x00000067 +0x00000844:ix_offs[0015]: 0x00000659 0x00000c40:ix_lens[0015]: 0x00000065 +0x00000848:ix_offs[0016]: 0x000006be 0x00000c44:ix_lens[0016]: 0x00000065 +0x0000084c:ix_offs[0017]: 0x00000723 0x00000c48:ix_lens[0017]: 0x00000070 +0x00000850:ix_offs[0018]: 0x00000793 0x00000c4c:ix_lens[0018]: 0x00000058 +0x00000854:ix_offs[0019]: 0x000007eb 0x00000c50:ix_lens[0019]: 0x0000007b +0x00000858:ix_offs[0020]: 0x00000866 0x00000c54:ix_lens[0020]: 0x00000066 +0x0000085c:ix_offs[0021]: 0x000008cc 0x00000c58:ix_lens[0021]: 0x00000059 +0x00000860:ix_offs[0022]: 0x00000925 0x00000c5c:ix_lens[0022]: 0x00000072 +0x00000864:ix_offs[0023]: 0x00000997 0x00000c60:ix_lens[0023]: 0x0000006a +0x00000868:ix_offs[0024]: 0x00000a01 0x00000c64:ix_lens[0024]: 0x00000063 +0x0000086c:ix_offs[0025]: 0x00000a64 0x00000c68:ix_lens[0025]: 0x0000006c +0x00000870:ix_offs[0026]: 0x00000ad0 0x00000c6c:ix_lens[0026]: 0x0000004f +0x00000874:ix_offs[0027]: 0x00000b1f 0x00000c70:ix_lens[0027]: 0x00000080 +0x00000878:ix_offs[0028]: 0x00000b9f 0x00000c74:ix_lens[0028]: 0x00000085 +0x0000087c:ix_offs[0029]: 0x00000c24 0x00000c78:ix_lens[0029]: 0x00000076 +0x00000880:ix_offs[0030]: 0x00000c9a 0x00000c7c:ix_lens[0030]: 0x0000005d +0x00000884:ix_offs[0031]: 0x00000cf7 0x00000c80:ix_lens[0031]: 0x00000074 +0x00000888:ix_offs[0032]: 0x00000d6b 0x00000c84:ix_lens[0032]: 0x00000053 +0x0000088c:ix_offs[0033]: 0x00000dbe 0x00000c88:ix_lens[0033]: 0x0000008d +0x00000890:ix_offs[0034]: 0x00000e4b 0x00000c8c:ix_lens[0034]: 0x00000060 +0x00000894:ix_offs[0035]: 0x00000eab 0x00000c90:ix_lens[0035]: 0x0000006b +0x00000898:ix_offs[0036]: 0x00000f16 0x00000c94:ix_lens[0036]: 0x00000082 +0x0000089c:ix_offs[0037]: 0x00000f98 0x00000c98:ix_lens[0037]: 0x0000005e +0x000008a0:ix_offs[0038]: 0x00000ff6 0x00000c9c:ix_lens[0038]: 0x00000068 +0x000008a4:ix_offs[0039]: 0x0000105e 0x00000ca0:ix_lens[0039]: 0x00000048 +0x000008a8:ix_offs[0040]: 0x000010a6 0x00000ca4:ix_lens[0040]: 0x00000070 +0x000008ac:ix_offs[0041]: 0x00001116 0x00000ca8:ix_lens[0041]: 0x00000050 +0x000008b0:ix_offs[0042]: 0x00001166 0x00000cac:ix_lens[0042]: 0x0000004e +0x000008b4:ix_offs[0043]: 0x000011b4 0x00000cb0:ix_lens[0043]: 0x00000049 +0x000008b8:ix_offs[0044]: 0x000011fd 0x00000cb4:ix_lens[0044]: 0x00000073 +0x000008bc:ix_offs[0045]: 0x00001270 0x00000cb8:ix_lens[0045]: 0x00000060 +0x000008c0:ix_offs[0046]: 0x000012d0 0x00000cbc:ix_lens[0046]: 0x00000055 +0x000008c4:ix_offs[0047]: 0x00001325 0x00000cc0:ix_lens[0047]: 0x00000059 +0x000008c8:ix_offs[0048]: 0x0000137e 0x00000cc4:ix_lens[0048]: 0x00000050 +0x000008cc:ix_offs[0049]: 0x000013ce 0x00000cc8:ix_lens[0049]: 0x00000059 +0x000008d0:ix_offs[0050]: 0x00001427 0x00000ccc:ix_lens[0050]: 0x00000053 +0x000008d4:ix_offs[0051]: 0x0000147a 0x00000cd0:ix_lens[0051]: 0x0000005c +0x000008d8:ix_offs[0052]: 0x000014d6 0x00000cd4:ix_lens[0052]: 0x00000059 +0x000008dc:ix_offs[0053]: 0x0000152f 0x00000cd8:ix_lens[0053]: 0x00000059 +0x000008e0:ix_offs[0054]: 0x00001588 0x00000cdc:ix_lens[0054]: 0x00000058 +0x000008e4:ix_offs[0055]: 0x000015e0 0x00000ce0:ix_lens[0055]: 0x00000074 +0x000008e8:ix_offs[0056]: 0x00001654 0x00000ce4:ix_lens[0056]: 0x00000058 +0x000008ec:ix_offs[0057]: 0x000016ac 0x00000ce8:ix_lens[0057]: 0x00000065 +0x000008f0:ix_offs[0058]: 0x00001711 0x00000cec:ix_lens[0058]: 0x0000005f +0x000008f4:ix_offs[0059]: 0x00001770 0x00000cf0:ix_lens[0059]: 0x0000006f +0x000008f8:ix_offs[0060]: 0x000017df 0x00000cf4:ix_lens[0060]: 0x0000005a +0x000008fc:ix_offs[0061]: 0x00001839 0x00000cf8:ix_lens[0061]: 0x0000005b +0x00000900:ix_offs[0062]: 0x00001894 0x00000cfc:ix_lens[0062]: 0x0000005a +0x00000904:ix_offs[0063]: 0x000018ee 0x00000d00:ix_lens[0063]: 0x0000005c +0x00000908:ix_offs[0064]: 0x0000194a 0x00000d04:ix_lens[0064]: 0x0000005b +0x0000090c:ix_offs[0065]: 0x000019a5 0x00000d08:ix_lens[0065]: 0x0000005c +0x00000910:ix_offs[0066]: 0x00001a01 0x00000d0c:ix_lens[0066]: 0x0000005f +0x00000914:ix_offs[0067]: 0x00001a60 0x00000d10:ix_lens[0067]: 0x00000071 +0x00000918:ix_offs[0068]: 0x00001ad1 0x00000d14:ix_lens[0068]: 0x00000075 +0x0000091c:ix_offs[0069]: 0x00001b46 0x00000d18:ix_lens[0069]: 0x00000073 +0x00000920:ix_offs[0070]: 0x00001bb9 0x00000d1c:ix_lens[0070]: 0x0000005f +0x00000924:ix_offs[0071]: 0x00001c18 0x00000d20:ix_lens[0071]: 0x00000050 +0x00000928:ix_offs[0072]: 0x00001c68 0x00000d24:ix_lens[0072]: 0x00000090 +0x0000092c:ix_offs[0073]: 0x00001cf8 0x00000d28:ix_lens[0073]: 0x0000007a +0x00000930:ix_offs[0074]: 0x00001d72 0x00000d2c:ix_lens[0074]: 0x00000075 +0x00000934:ix_offs[0075]: 0x00001de7 0x00000d30:ix_lens[0075]: 0x0000006f +0x00000938:ix_offs[0076]: 0x00001e56 0x00000d34:ix_lens[0076]: 0x0000009f +0x0000093c:ix_offs[0077]: 0x00001ef5 0x00000d38:ix_lens[0077]: 0x0000006d +0x00000940:ix_offs[0078]: 0x00001f62 0x00000d3c:ix_lens[0078]: 0x00000067 +0x00000944:ix_offs[0079]: 0x00001fc9 0x00000d40:ix_lens[0079]: 0x00000058 +0x00000948:ix_offs[0080]: 0x00002021 0x00000d44:ix_lens[0080]: 0x00000059 +0x0000094c:ix_offs[0081]: 0x0000207a 0x00000d48:ix_lens[0081]: 0x0000004d +0x00000950:ix_offs[0082]: 0x000020c7 0x00000d4c:ix_lens[0082]: 0x0000005c +0x00000954:ix_offs[0083]: 0x00002123 0x00000d50:ix_lens[0083]: 0x0000005b +0x00000958:ix_offs[0084]: 0x0000217e 0x00000d54:ix_lens[0084]: 0x0000005e +0x0000095c:ix_offs[0085]: 0x000021dc 0x00000d58:ix_lens[0085]: 0x00000083 +0x00000960:ix_offs[0086]: 0x0000225f 0x00000d5c:ix_lens[0086]: 0x0000005a +0x00000964:ix_offs[0087]: 0x000022b9 0x00000d60:ix_lens[0087]: 0x00000055 +0x00000968:ix_offs[0088]: 0x0000230e 0x00000d64:ix_lens[0088]: 0x00000055 +0x0000096c:ix_offs[0089]: 0x00002363 0x00000d68:ix_lens[0089]: 0x00000053 +0x00000970:ix_offs[0090]: 0x000023b6 0x00000d6c:ix_lens[0090]: 0x00000055 +0x00000974:ix_offs[0091]: 0x0000240b 0x00000d70:ix_lens[0091]: 0x00000053 +0x00000978:ix_offs[0092]: 0x0000245e 0x00000d74:ix_lens[0092]: 0x00000053 +0x0000097c:ix_offs[0093]: 0x000024b1 0x00000d78:ix_lens[0093]: 0x00000050 +0x00000980:ix_offs[0094]: 0x00002501 0x00000d7c:ix_lens[0094]: 0x00000052 +0x00000984:ix_offs[0095]: 0x00002553 0x00000d80:ix_lens[0095]: 0x0000004f +0x00000988:ix_offs[0096]: 0x000025a2 0x00000d84:ix_lens[0096]: 0x00000053 +0x0000098c:ix_offs[0097]: 0x000025f5 0x00000d88:ix_lens[0097]: 0x00000052 +0x00000990:ix_offs[0098]: 0x00002647 0x00000d8c:ix_lens[0098]: 0x0000004f +0x00000994:ix_offs[0099]: 0x00002696 0x00000d90:ix_lens[0099]: 0x0000004b +0x00000998:ix_offs[0100]: 0x000026e1 0x00000d94:ix_lens[0100]: 0x00000055 +0x0000099c:ix_offs[0101]: 0x00002736 0x00000d98:ix_lens[0101]: 0x0000004c +0x000009a0:ix_offs[0102]: 0x00002782 0x00000d9c:ix_lens[0102]: 0x00000050 +0x000009a4:ix_offs[0103]: 0x000027d2 0x00000da0:ix_lens[0103]: 0x00000048 +0x000009a8:ix_offs[0104]: 0x0000281a 0x00000da4:ix_lens[0104]: 0x00000056 +0x000009ac:ix_offs[0105]: 0x00002870 0x00000da8:ix_lens[0105]: 0x0000004b +0x000009b0:ix_offs[0106]: 0x000028bb 0x00000dac:ix_lens[0106]: 0x00000049 +0x000009b4:ix_offs[0107]: 0x00002904 0x00000db0:ix_lens[0107]: 0x0000004d +0x000009b8:ix_offs[0108]: 0x00002951 0x00000db4:ix_lens[0108]: 0x00000083 +0x000009bc:ix_offs[0109]: 0x000029d4 0x00000db8:ix_lens[0109]: 0x00000072 +0x000009c0:ix_offs[0110]: 0x00002a46 0x00000dbc:ix_lens[0110]: 0x0000007a +0x000009c4:ix_offs[0111]: 0x00002ac0 0x00000dc0:ix_lens[0111]: 0x00000077 +0x000009c8:ix_offs[0112]: 0x00002b37 0x00000dc4:ix_lens[0112]: 0x0000009c +0x000009cc:ix_offs[0113]: 0x00002bd3 0x00000dc8:ix_lens[0113]: 0x00000091 +0x000009d0:ix_offs[0114]: 0x00002c64 0x00000dcc:ix_lens[0114]: 0x0000007c +0x000009d4:ix_offs[0115]: 0x00002ce0 0x00000dd0:ix_lens[0115]: 0x0000008e +0x000009d8:ix_offs[0116]: 0x00002d6e 0x00000dd4:ix_lens[0116]: 0x00000048 +0x000009dc:ix_offs[0117]: 0x00002db6 0x00000dd8:ix_lens[0117]: 0x0000006e +0x000009e0:ix_offs[0118]: 0x00002e24 0x00000ddc:ix_lens[0118]: 0x0000005a +0x000009e4:ix_offs[0119]: 0x00002e7e 0x00000de0:ix_lens[0119]: 0x00000068 +0x000009e8:ix_offs[0120]: 0x00002ee6 0x00000de4:ix_lens[0120]: 0x0000005d +0x000009ec:ix_offs[0121]: 0x00002f43 0x00000de8:ix_lens[0121]: 0x00000058 +0x000009f0:ix_offs[0122]: 0x00002f9b 0x00000dec:ix_lens[0122]: 0x00000065 +0x000009f4:ix_offs[0123]: 0x00003000 0x00000df0:ix_lens[0123]: 0x00000063 +0x000009f8:ix_offs[0124]: 0x00003063 0x00000df4:ix_lens[0124]: 0x00000066 +0x000009fc:ix_offs[0125]: 0x000030c9 0x00000df8:ix_lens[0125]: 0x00000065 +0x00000a00:ix_offs[0126]: 0x0000312e 0x00000dfc:ix_lens[0126]: 0x00000057 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2662 offs: 0x00000000 lens: 0x0000005f +0x00001000-0x0000105e: +>>0 @I2662@ INDI +1 NAME Anne /Leontiev/ +1 SEX F +1 DEAT +2 DATE 1706 +1 FAMC @F1334@ +1 FAMS @F696@ +<< +[0001] INDI rkey: I2663 offs: 0x0000005f lens: 0x00000040 +0x0000105f-0x0000109e: +>>0 @I2663@ INDI +1 NAME Leonti /Leontiev/ +1 SEX M +1 FAMS @F1334@ +<< +[0002] INDI rkey: I2664 offs: 0x0000009f lens: 0x00000065 +0x0000109f-0x00001103: +>>0 @I2664@ INDI +1 NAME Praskovia /Rayevska/ +1 SEX F +1 DEAT +2 DATE 1641 +1 FAMC @F1335@ +1 FAMS @F1334@ +<< +[0003] INDI rkey: I2665 offs: 0x00000104 lens: 0x00000074 +0x00001104-0x00001177: +>>0 @I2665@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1891 +1 FAMC @F37@ +1 FAMS @F1336@ +<< +[0004] INDI rkey: I2666 offs: 0x00000178 lens: 0x00000073 +0x00001178-0x000011ea: +>>0 @I2666@ INDI +1 NAME Michael /Romanov/ +1 SEX M +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1909 +1 FAMC @F37@ +1 FAMS @F1337@ +<< +[0005] INDI rkey: I2667 offs: 0x000001eb lens: 0x00000061 +0x000011eb-0x0000124b: +>>0 @I2667@ INDI +1 NAME Alexandra // +1 SEX F +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1900 +1 FAMS @F1336@ +<< +[0006] INDI rkey: I2668 offs: 0x0000024c lens: 0x00000064 +0x0000124c-0x000012af: +>>0 @I2668@ INDI +1 NAME Cecily (Olga) // +1 SEX F +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1891 +1 FAMS @F1337@ +<< +[0007] INDI rkey: I2669 offs: 0x000002b0 lens: 0x00000067 +0x000012b0-0x00001316: +>>0 @I2669@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1919 +1 FAMC @F1337@ +<< +[0008] INDI rkey: I2670 offs: 0x00000317 lens: 0x00000075 +0x00001317-0x0000138b: +>>0 @I2670@ INDI +1 NAME Michael /Romanov/ +1 SEX M +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1929 +1 FAMC @F1337@ +1 FAMS @F1338@ +<< +[0009] INDI rkey: I2671 offs: 0x0000038c lens: 0x00000078 +0x0000138c-0x00001403: +>>0 @I2671@ INDI +1 NAME Constantine /Romanov/ +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1915 +1 FAMC @F126@ +1 FAMS @F1339@ +<< +[0010] INDI rkey: I2672 offs: 0x00000404 lens: 0x00000066 +0x00001404-0x00001469: +>>0 @I2672@ INDI +1 NAME Sergius /Romanov/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1918 +1 FAMC @F1337@ +<< +[0011] INDI rkey: I2673 offs: 0x0000046a lens: 0x00000078 +0x0000146a-0x000014e1: +>>0 @I2673@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1940 +1 FAMC @F76@ +1 FAMS @F1340@ +1 FAMS @F1341@ +<< +[0012] INDI rkey: I2674 offs: 0x000004e2 lens: 0x00000074 +0x000014e2-0x00001555: +>>0 @I2674@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1919 +1 FAMC @F1337@ +1 FAMS @F1340@ +<< +[0013] INDI rkey: I2675 offs: 0x00000556 lens: 0x0000009c +0x00001556-0x000015f1: +>>0 @I2675@ INDI +1 NAME Alexander Mikhailovich (Sandro)/Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1933 +1 FAMC @F1337@ +1 FAMS @F115@ +<< +[0014] INDI rkey: I2676 offs: 0x000005f2 lens: 0x00000067 +0x000015f2-0x00001658: +>>0 @I2676@ INDI +1 NAME Sophia of_Nassau // +1 SEX F +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1927 +1 FAMS @F1338@ +<< +[0015] INDI rkey: I2677 offs: 0x00000659 lens: 0x00000065 +0x00001659-0x000016bd: +>>0 @I2677@ INDI +1 NAME Dimitri /Romanov/ +1 SEX M +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1919 +1 FAMC @F126@ +<< +[0016] INDI rkey: I2678 offs: 0x000006be lens: 0x00000065 +0x000016be-0x00001722: +>>0 @I2678@ INDI +1 NAME Nadezhda /Dreyer/ +1 SEX F +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1929 +1 FAMS @F127@ +<< +[0017] INDI rkey: I2679 offs: 0x00000723 lens: 0x00000070 +0x00001723-0x00001792: +>>0 @I2679@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1929 +1 FAMC @F1342@ +1 FAMS @F1339@ +<< +[0018] INDI rkey: I2680 offs: 0x00000793 lens: 0x00000058 +0x00001793-0x000017ea: +>>0 @I2680@ INDI +1 NAME Maurice of_Saxe- Altenburg// +1 SEX M +1 TITL Prince +1 FAMS @F1342@ +<< +[0019] INDI rkey: I2681 offs: 0x000007eb lens: 0x0000007b +0x000017eb-0x00001865: +>>0 @I2681@ INDI +1 NAME Artemi /Romanov/ +1 SEX M +1 TITL Prince Iskander +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1919 +1 FAMC @F127@ +<< +[0020] INDI rkey: I2682 offs: 0x00000866 lens: 0x00000066 +0x00001866-0x000018cb: +>>0 @I2682@ INDI +1 NAME Frederick Francis_II of_Mecklengb-Sch// +1 SEX M +1 TITL Grand Duke +1 FAMS @F119@ +<< +[0021] INDI rkey: I2683 offs: 0x000008cc lens: 0x00000059 +0x000018cc-0x00001924: +>>0 @I2683@ INDI +1 NAME George Bagration- Mukhranski// +1 SEX M +1 TITL Prince +1 FAMS @F362@ +<< +[0022] INDI rkey: I2684 offs: 0x00000925 lens: 0x00000072 +0x00001925-0x00001996: +>>0 @I2684@ INDI +1 NAME Ivan /Romanov/ +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1918 +1 FAMC @F1339@ +1 FAMS @F1343@ +<< +[0023] INDI rkey: I2685 offs: 0x00000997 lens: 0x0000006a +0x00001997-0x00001a00: +>>0 @I2685@ INDI +1 NAME Constantine /Romanov/ +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1918 +1 FAMC @F1339@ +<< +[0024] INDI rkey: I2686 offs: 0x00000a01 lens: 0x00000063 +0x00001a01-0x00001a63: +>>0 @I2686@ INDI +1 NAME Igor /Romanov/ +1 SEX M +1 BIRT +2 DATE 1894 +1 DEAT +2 DATE 1918 +1 FAMC @F1339@ +<< +[0025] INDI rkey: I2687 offs: 0x00000a64 lens: 0x0000006c +0x00001a64-0x00001acf: +>>0 @I2687@ INDI +1 NAME Helen // +1 SEX F +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1962 +1 FAMC @F1344@ +1 FAMS @F1343@ +<< +[0026] INDI rkey: I2688 offs: 0x00000ad0 lens: 0x0000004f +0x00001ad0-0x00001b1e: +>>0 @I2688@ INDI +1 NAME Peter_I // +1 SEX M +1 TITL King of Serbia +1 FAMS @F1344@ +<< +[0027] INDI rkey: I2689 offs: 0x00000b1f lens: 0x00000080 +0x00001b1f-0x00001b9e: +>>0 @I2689@ INDI +1 NAME Frederick Eugene of_Wurttemberg// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1732 +1 DEAT +2 DATE 1797 +1 FAMS @F683@ +<< +[0028] INDI rkey: I2690 offs: 0x00000b9f lens: 0x00000085 +0x00001b9f-0x00001c23: +>>0 @I2690@ INDI +1 NAME Dorothea of_Brandenburg -Schwedt// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1736 +1 DEAT +2 DATE 1798 +1 FAMS @F683@ +<< +[0029] INDI rkey: I2691 offs: 0x00000c24 lens: 0x00000076 +0x00001c24-0x00001c99: +>>0 @I2691@ INDI +1 NAME Christian Augustus // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1690 +1 DEAT +2 DATE 1747 +1 FAMS @F685@ +<< +[0030] INDI rkey: I2692 offs: 0x00000c9a lens: 0x0000005d +0x00001c9a-0x00001cf6: +>>0 @I2692@ INDI +1 NAME Joanna // +1 SEX F +1 BIRT +2 DATE 1712 +1 DEAT +2 DATE 1760 +1 FAMS @F685@ +<< +[0031] INDI rkey: I2693 offs: 0x00000cf7 lens: 0x00000074 +0x00001cf7-0x00001d6a: +>>0 @I2693@ INDI +1 NAME Peter /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1980 +1 FAMC @F309@ +1 FAMS @F1345@ +<< +[0032] INDI rkey: I2694 offs: 0x00000d6b lens: 0x00000053 +0x00001d6b-0x00001dbd: +>>0 @I2694@ INDI +1 NAME John of_Brandenburg // +1 SEX M +1 TITL Margrave +1 FAMS @F962@ +<< +[0033] INDI rkey: I2695 offs: 0x00000dbe lens: 0x0000008d +0x00001dbe-0x00001e4a: +>>0 @I2695@ INDI +1 NAME Frederick Francis_III Mecklenburg-Schw// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1897 +1 FAMS @F378@ +<< +[0034] INDI rkey: I2696 offs: 0x00000e4b lens: 0x00000060 +0x00001e4b-0x00001eaa: +>>0 @I2696@ INDI +1 NAME Anastasia // +1 SEX F +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1922 +1 FAMS @F378@ +<< +[0035] INDI rkey: I2697 offs: 0x00000eab lens: 0x0000006b +0x00001eab-0x00001f15: +>>0 @I2697@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1875 +1 DEAT +2 DATE 1906 +1 FAMC @F57@ +1 FAMS @F1346@ +<< +[0036] INDI rkey: I2698 offs: 0x00000f16 lens: 0x00000082 +0x00001f16-0x00001f97: +>>0 @I2698@ INDI +1 NAME Frederick of_Schaumburg -Lippe// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1945 +1 FAMS @F1346@ +<< +[0037] INDI rkey: I2699 offs: 0x00000f98 lens: 0x0000005e +0x00001f98-0x00001ff5: +>>0 @I2699@ INDI +1 NAME Feodora // +1 SEX F +1 BIRT +2 DATE 1910 +1 DEAT +2 DATE 1975 +1 FAMC @F898@ +<< +[0038] INDI rkey: I2700 offs: 0x00000ff6 lens: 0x00000068 +0x00001ff6-0x0000205d: +>>0 @I2700@ INDI +1 NAME Alexandrine Louise // +1 SEX F +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1962 +1 FAMC @F898@ +<< +[0039] INDI rkey: I2701 offs: 0x0000105e lens: 0x00000048 +0x0000205e-0x000020a5: +>>0 @I2701@ INDI +1 NAME Gorm // +1 SEX M +1 BIRT +2 DATE 1919 +1 FAMC @F898@ +<< +[0040] INDI rkey: I2702 offs: 0x000010a6 lens: 0x00000070 +0x000020a6-0x00002115: +>>0 @I2702@ INDI +1 NAME Oluf of_Rosenborg // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1923 +1 FAMC @F898@ +1 FAMS @F1347@ +<< +[0041] INDI rkey: I2703 offs: 0x00001116 lens: 0x00000050 +0x00002116-0x00002165: +>>0 @I2703@ INDI +1 NAME Helen /Dorrit/ +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMS @F1347@ +<< +[0042] INDI rkey: I2704 offs: 0x00001166 lens: 0x0000004e +0x00002166-0x000021b3: +>>0 @I2704@ INDI +1 NAME Inge /Terney/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F902@ +<< +[0043] INDI rkey: I2705 offs: 0x000011b4 lens: 0x00000049 +0x000021b4-0x000021fc: +>>0 @I2705@ INDI +1 NAME Charles Augustus /Haraldsen/ +1 SEX M +1 FAMS @F300@ +<< +[0044] INDI rkey: I2706 offs: 0x000011fd lens: 0x00000073 +0x000021fd-0x0000226f: +>>0 @I2706@ INDI +1 NAME Guelph /Hanover/ +1 SEX M +1 BIRT +2 DATE 1947 +1 DEAT +2 DATE 1981 +1 FAMC @F577@ +1 FAMS @F1348@ +<< +[0045] INDI rkey: I2707 offs: 0x00001270 lens: 0x00000060 +0x00002270-0x000022cf: +>>0 @I2707@ INDI +1 NAME George /Hanover/ +1 SEX M +1 BIRT +2 DATE 1949 +1 FAMC @F577@ +1 FAMS @F1349@ +<< +[0046] INDI rkey: I2708 offs: 0x000012d0 lens: 0x00000055 +0x000022d0-0x00002324: +>>0 @I2708@ INDI +1 NAME Fredericka /Hanover/ +1 SEX F +1 BIRT +2 DATE 1954 +1 FAMC @F577@ +<< +[0047] INDI rkey: I2709 offs: 0x00001325 lens: 0x00000059 +0x00002325-0x0000237d: +>>0 @I2709@ INDI +1 NAME Wilbeke /von_Gunsteren/ +1 SEX F +1 BIRT +2 DATE 1948 +1 FAMS @F1348@ +<< +[0048] INDI rkey: I2710 offs: 0x0000137e lens: 0x00000050 +0x0000237e-0x000023cd: +>>0 @I2710@ INDI +1 NAME Victoria /Bee/ +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMS @F1349@ +<< +[0049] INDI rkey: I2711 offs: 0x000013ce lens: 0x00000059 +0x000023ce-0x00002426: +>>0 @I2711@ INDI +1 NAME Caroline Louise /Hanover/ +1 SEX F +1 BIRT +2 DATE 1965 +1 FAMC @F578@ +<< +[0050] INDI rkey: I2712 offs: 0x00001427 lens: 0x00000053 +0x00002427-0x00002479: +>>0 @I2712@ INDI +1 NAME Mireille /Hanover/ +1 SEX F +1 BIRT +2 DATE 1971 +1 FAMC @F578@ +<< +[0051] INDI rkey: I2713 offs: 0x0000147a lens: 0x0000005c +0x0000247a-0x000024d5: +>>0 @I2713@ INDI +1 NAME John Kenneth /Ambler/ +1 SEX M +1 BIRT +2 DATE 6 JUN 1924 +1 FAMS @F1295@ +<< +[0052] INDI rkey: I2714 offs: 0x000014d6 lens: 0x00000059 +0x000024d6-0x0000252e: +>>0 @I2714@ INDI +1 NAME Sybilla Louise // +1 SEX F +1 BIRT +2 DATE 14 APR 1965 +1 FAMC @F1295@ +<< +[0053] INDI rkey: I2715 offs: 0x0000152f lens: 0x00000059 +0x0000252f-0x00002587: +>>0 @I2715@ INDI +1 NAME Charles Edward // +1 SEX M +1 BIRT +2 DATE 14 JUL 1966 +1 FAMC @F1295@ +<< +[0054] INDI rkey: I2716 offs: 0x00001588 lens: 0x00000058 +0x00002588-0x000025df: +>>0 @I2716@ INDI +1 NAME James Patrick // +1 SEX M +1 BIRT +2 DATE 10 JUN 1969 +1 FAMC @F1295@ +<< +[0055] INDI rkey: I2717 offs: 0x000015e0 lens: 0x00000074 +0x000025e0-0x00002653: +>>0 @I2717@ INDI +1 NAME Johann Georg of_Hohenzollern// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 31 JUL 1932 +1 FAMS @F1296@ +<< +[0056] INDI rkey: I2718 offs: 0x00001654 lens: 0x00000058 +0x00002654-0x000026ab: +>>0 @I2718@ INDI +1 NAME Carl Christian // +1 SEX M +1 BIRT +2 DATE 5 APR 1962 +1 FAMC @F1296@ +<< +[0057] INDI rkey: I2719 offs: 0x000016ac lens: 0x00000065 +0x000026ac-0x00002710: +>>0 @I2719@ INDI +1 NAME Desiree Margaretha Victoria// +1 SEX F +1 BIRT +2 DATE 27 NOV 1963 +1 FAMC @F1296@ +<< +[0058] INDI rkey: I2720 offs: 0x00001711 lens: 0x0000005f +0x00002711-0x0000276f: +>>0 @I2720@ INDI +1 NAME Hubertus Gustaf Adolf// +1 SEX M +1 BIRT +2 DATE 10 JUN 1966 +1 FAMC @F1296@ +<< +[0059] INDI rkey: I2721 offs: 0x00001770 lens: 0x0000006f +0x00002770-0x000027de: +>>0 @I2721@ INDI +1 NAME Nicholas /Silfverschiold/ +1 SEX M +1 TITL Baron +1 BIRT +2 DATE 31 MAY 1934 +1 FAMS @F1297@ +<< +[0060] INDI rkey: I2722 offs: 0x000017df lens: 0x0000005a +0x000027df-0x00002838: +>>0 @I2722@ INDI +1 NAME Carl Otto Edmund// +1 SEX M +1 BIRT +2 DATE 22 MAR 1965 +1 FAMC @F1297@ +<< +[0061] INDI rkey: I2723 offs: 0x00001839 lens: 0x0000005b +0x00002839-0x00002893: +>>0 @I2723@ INDI +1 NAME Christina Louise // +1 SEX F +1 BIRT +2 DATE 29 SEP 1966 +1 FAMC @F1297@ +<< +[0062] INDI rkey: I2724 offs: 0x00001894 lens: 0x0000005a +0x00002894-0x000028ed: +>>0 @I2724@ INDI +1 NAME Helene Ingeborg // +1 SEX F +1 BIRT +2 DATE 20 SEP 1968 +1 FAMC @F1297@ +<< +[0063] INDI rkey: I2725 offs: 0x000018ee lens: 0x0000005c +0x000028ee-0x00002949: +>>0 @I2725@ INDI +1 NAME Tord Gosta /Magnuson/ +1 SEX M +1 BIRT +2 DATE 7 APR 1941 +1 FAMS @F1298@ +<< +[0064] INDI rkey: I2726 offs: 0x0000194a lens: 0x0000005b +0x0000294a-0x000029a4: +>>0 @I2726@ INDI +1 NAME Carl Gustaf Victor// +1 SEX M +1 BIRT +2 DATE 8 AUG 1975 +1 FAMC @F1298@ +<< +[0065] INDI rkey: I2727 offs: 0x000019a5 lens: 0x0000005c +0x000029a5-0x00002a00: +>>0 @I2727@ INDI +1 NAME Tord Oscar Fredrik// +1 SEX M +1 BIRT +2 DATE 20 JUN 1977 +1 FAMC @F1298@ +<< +[0066] INDI rkey: I2728 offs: 0x00001a01 lens: 0x0000005f +0x00002a01-0x00002a5f: +>>0 @I2728@ INDI +1 NAME Victor Edmund Lennart// +1 SEX M +1 BIRT +2 DATE 10 SEP 1980 +1 FAMC @F1298@ +<< +[0067] INDI rkey: I2729 offs: 0x00001a60 lens: 0x00000071 +0x00002a60-0x00002ad0: +>>0 @I2729@ INDI +1 NAME Madeleine Therese Amelie// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 10 JUN 1982 +1 FAMC @F375@ +<< +[0068] INDI rkey: I2730 offs: 0x00001ad1 lens: 0x00000075 +0x00002ad1-0x00002b45: +>>0 @I2730@ INDI +1 NAME Marianne of_Wisborg /Lindberg/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 15 JUL 1924 +1 FAMS @F293@ +<< +[0069] INDI rkey: I2731 offs: 0x00001b46 lens: 0x00000073 +0x00002b46-0x00002bb8: +>>0 @I2731@ INDI +1 NAME Lilian May of_Sweden/Davies/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 30 AUG 1915 +1 FAMS @F294@ +<< +[0070] INDI rkey: I2732 offs: 0x00001bb9 lens: 0x0000005f +0x00002bb9-0x00002c17: +>>0 @I2732@ INDI +1 NAME Erika /Patzek/ +1 SEX F +1 BIRT +2 DATE 1911 +2 PLAC ,Germany +1 FAMS @F291@ +<< +[0071] INDI rkey: I2733 offs: 0x00001c18 lens: 0x00000050 +0x00002c18-0x00002c67: +>>0 @I2733@ INDI +1 NAME Sonia /Robbert/ +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMS @F292@ +<< +[0072] INDI rkey: I2734 offs: 0x00001c68 lens: 0x00000090 +0x00002c68-0x00002cf7: +>>0 @I2734@ INDI +1 NAME Elin Kerstin Margareta/Wijkmark/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 4 MAR 1910 +1 DEAT +2 DATE 11 SEP 1987 +1 FAMS @F295@ +<< +[0073] INDI rkey: I2735 offs: 0x00001cf8 lens: 0x0000007a +0x00002cf8-0x00002d71: +>>0 @I2735@ INDI +1 NAME Gunnila Martha Louise/Wachtmeister/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 12 MAY 1923 +1 FAMS @F296@ +<< +[0074] INDI rkey: I2736 offs: 0x00001d72 lens: 0x00000075 +0x00002d72-0x00002de6: +>>0 @I2736@ INDI +1 NAME Karin Emma Louise/Nissvandt/ +1 SEX F +1 BIRT +2 DATE 7 JUL 1911 +2 PLAC Nora,Sweden +1 FAMS @F762@ +<< +[0075] INDI rkey: I2737 offs: 0x00001de7 lens: 0x0000006f +0x00002de7-0x00002e55: +>>0 @I2737@ INDI +1 NAME Sonja Anita Maria/Hauntz/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 7 MAY 1944 +1 FAMS @F763@ +<< +[0076] INDI rkey: I2738 offs: 0x00001e56 lens: 0x0000009f +0x00002e56-0x00002ef4: +>>0 @I2738@ INDI +1 NAME Carl Gustaf Oscar// +1 SEX M +1 TITL Prince of Sweden +1 BIRT +2 DATE 10 JAN 1911 +1 FAMC @F298@ +1 FAMS @F1350@ +1 FAMS @F1351@ +1 FAMS @F1352@ +<< +[0077] INDI rkey: I2739 offs: 0x00001ef5 lens: 0x0000006d +0x00002ef5-0x00002f61: +>>0 @I2739@ INDI +1 NAME Kristine /Rivelsrud/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 22 APR 1932 +1 FAMS @F1352@ +<< +[0078] INDI rkey: I2740 offs: 0x00001f62 lens: 0x00000067 +0x00002f62-0x00002fc8: +>>0 @I2740@ INDI +1 NAME Michael // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1944 +1 FAMC @F292@ +1 FAMS @F1353@ +<< +[0079] INDI rkey: I2741 offs: 0x00001fc9 lens: 0x00000058 +0x00002fc9-0x00003020: +>>0 @I2741@ INDI +1 NAME Christine /Wellhoefer/ +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F1353@ +<< +[0080] INDI rkey: I2742 offs: 0x00002021 lens: 0x00000059 +0x00003021-0x00003079: +>>0 @I2742@ INDI +1 NAME Monica // +1 SEX F +1 BIRT +2 DATE 1948 +1 FAMC @F295@ +1 FAMS @F1354@ +<< +[0081] INDI rkey: I2743 offs: 0x0000207a lens: 0x0000004d +0x0000307a-0x000030c6: +>>0 @I2743@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1949 +1 FAMC @F295@ +<< +[0082] INDI rkey: I2744 offs: 0x000020c7 lens: 0x0000005c +0x000030c7-0x00003122: +>>0 @I2744@ INDI +1 NAME Johan /Bonde/ +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1950 +1 FAMS @F1354@ +<< +[0083] INDI rkey: I2745 offs: 0x00002123 lens: 0x0000005b +0x00003123-0x0000317d: +>>0 @I2745@ INDI +1 NAME Birgitta // +1 SEX F +1 BIRT +2 DATE 1933 +1 FAMC @F762@ +1 FAMS @F1355@ +<< +[0084] INDI rkey: I2746 offs: 0x0000217e lens: 0x0000005e +0x0000317e-0x000031db: +>>0 @I2746@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMC @F762@ +1 FAMS @F1356@ +<< +[0085] INDI rkey: I2747 offs: 0x000021dc lens: 0x00000083 +0x000031dc-0x0000325e: +>>0 @I2747@ INDI +1 NAME Jan // +1 SEX M +1 BIRT +2 DATE 1941 +1 FAMC @F762@ +1 FAMS @F1357@ +1 FAMS @F1358@ +1 FAMS @F1359@ +1 FAMS @F1360@ +<< +[0086] INDI rkey: I2748 offs: 0x0000225f lens: 0x0000005a +0x0000325f-0x000032b8: +>>0 @I2748@ INDI +1 NAME Cecilia // +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMC @F762@ +1 FAMS @F1361@ +<< +[0087] INDI rkey: I2749 offs: 0x000022b9 lens: 0x00000055 +0x000032b9-0x0000330d: +>>0 @I2749@ INDI +1 NAME Friedrich /Straehl/ +1 SEX M +1 BIRT +2 DATE 1922 +1 FAMS @F1355@ +<< +[0088] INDI rkey: I2750 offs: 0x0000230e lens: 0x00000055 +0x0000330e-0x00003362: +>>0 @I2750@ INDI +1 NAME Friedrich /Straehl/ +1 SEX M +1 BIRT +2 DATE 1956 +1 FAMC @F1355@ +<< +[0089] INDI rkey: I2751 offs: 0x00002363 lens: 0x00000053 +0x00003363-0x000033b5: +>>0 @I2751@ INDI +1 NAME Andreas /Straehl/ +1 SEX M +1 BIRT +2 DATE 1957 +1 FAMC @F1355@ +<< +[0090] INDI rkey: I2752 offs: 0x000023b6 lens: 0x00000055 +0x000033b6-0x0000340a: +>>0 @I2752@ INDI +1 NAME Christina /Straehl/ +1 SEX F +1 BIRT +2 DATE 1960 +1 FAMC @F1355@ +<< +[0091] INDI rkey: I2753 offs: 0x0000240b lens: 0x00000053 +0x0000340b-0x0000345d: +>>0 @I2753@ INDI +1 NAME Desiree /Straehl/ +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F1355@ +<< +[0092] INDI rkey: I2754 offs: 0x0000245e lens: 0x00000053 +0x0000345e-0x000034b0: +>>0 @I2754@ INDI +1 NAME Stephan /Straehl/ +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMC @F1355@ +<< +[0093] INDI rkey: I2755 offs: 0x000024b1 lens: 0x00000050 +0x000034b1-0x00003500: +>>0 @I2755@ INDI +1 NAME Rudolf /Kautz/ +1 SEX M +1 BIRT +2 DATE 1930 +1 FAMS @F1356@ +<< +[0094] INDI rkey: I2756 offs: 0x00002501 lens: 0x00000052 +0x00003501-0x00003552: +>>0 @I2756@ INDI +1 NAME Heinrich /Kautz/ +1 SEX M +1 BIRT +2 DATE 1957 +1 FAMC @F1356@ +<< +[0095] INDI rkey: I2757 offs: 0x00002553 lens: 0x0000004f +0x00003553-0x000035a1: +>>0 @I2757@ INDI +1 NAME Karin /Kautz/ +1 SEX F +1 BIRT +2 DATE 1958 +1 FAMC @F1356@ +<< +[0096] INDI rkey: I2758 offs: 0x000025a2 lens: 0x00000053 +0x000035a2-0x000035f4: +>>0 @I2758@ INDI +1 NAME Madeleine /Kautz/ +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F1356@ +<< +[0097] INDI rkey: I2759 offs: 0x000025f5 lens: 0x00000052 +0x000035f5-0x00003646: +>>0 @I2759@ INDI +1 NAME Gunilla /Stampe/ +1 SEX F +1 BIRT +2 DATE 1941 +1 FAMS @F1357@ +<< +[0098] INDI rkey: I2760 offs: 0x00002647 lens: 0x0000004f +0x00003647-0x00003695: +>>0 @I2760@ INDI +1 NAME Anna /Skarne/ +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMS @F1358@ +<< +[0099] INDI rkey: I2761 offs: 0x00002696 lens: 0x0000004b +0x00003696-0x000036e0: +>>0 @I2761@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1968 +1 FAMC @F1358@ +<< +[0100] INDI rkey: I2762 offs: 0x000026e1 lens: 0x00000055 +0x000036e1-0x00003735: +>>0 @I2762@ INDI +1 NAME Annegret /Thomssen/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F1359@ +<< +[0101] INDI rkey: I2763 offs: 0x00002736 lens: 0x0000004c +0x00003736-0x00003781: +>>0 @I2763@ INDI +1 NAME Cecilia // +1 SEX F +1 BIRT +2 DATE 1971 +1 FAMC @F1359@ +<< +[0102] INDI rkey: I2764 offs: 0x00002782 lens: 0x00000050 +0x00003782-0x000037d1: +>>0 @I2764@ INDI +1 NAME Maritta /Berg/ +1 SEX F +1 BIRT +2 DATE 1953 +1 FAMS @F1360@ +<< +[0103] INDI rkey: I2765 offs: 0x000027d2 lens: 0x00000048 +0x000037d2-0x00003819: +>>0 @I2765@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 1977 +1 FAMC @F1360@ +<< +[0104] INDI rkey: I2766 offs: 0x0000281a lens: 0x00000056 +0x0000381a-0x0000386f: +>>0 @I2766@ INDI +1 NAME Hans-Jorg /Baenkler/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F1361@ +<< +[0105] INDI rkey: I2767 offs: 0x00002870 lens: 0x0000004b +0x00003870-0x000038ba: +>>0 @I2767@ INDI +1 NAME Bettina // +1 SEX F +1 BIRT +2 DATE 1974 +1 FAMC @F763@ +<< +[0106] INDI rkey: I2768 offs: 0x000028bb lens: 0x00000049 +0x000038bb-0x00003903: +>>0 @I2768@ INDI +1 NAME Bjorn // +1 SEX M +1 BIRT +2 DATE 1975 +1 FAMC @F763@ +<< +[0107] INDI rkey: I2769 offs: 0x00002904 lens: 0x0000004d +0x00003904-0x00003950: +>>0 @I2769@ INDI +1 NAME Catherina // +1 SEX F +1 BIRT +2 DATE 1977 +1 FAMC @F763@ +<< +[0108] INDI rkey: I2770 offs: 0x00002951 lens: 0x00000083 +0x00003951-0x000039d3: +>>0 @I2770@ INDI +1 NAME Oscar // +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1953 +1 FAMC @F301@ +1 FAMS @F1362@ +<< +[0109] INDI rkey: I2771 offs: 0x000029d4 lens: 0x00000072 +0x000039d4-0x00003a45: +>>0 @I2771@ INDI +1 NAME Eugene // +1 SEX M +1 TITL Duke of Narke +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1947 +1 FAMC @F301@ +<< +[0110] INDI rkey: I2772 offs: 0x00002a46 lens: 0x0000007a +0x00003a46-0x00003abf: +>>0 @I2772@ INDI +1 NAME Ebba of_Fulkila /Munck/ +1 SEX F +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1946 +1 FAMC @F1363@ +1 FAMS @F1362@ +<< +[0111] INDI rkey: I2773 offs: 0x00002ac0 lens: 0x00000077 +0x00003ac0-0x00003b36: +>>0 @I2773@ INDI +1 NAME Maria Bernadotte // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1974 +1 FAMC @F1362@ +<< +[0112] INDI rkey: I2774 offs: 0x00002b37 lens: 0x0000009c +0x00003b37-0x00003bd2: +>>0 @I2774@ INDI +1 NAME Carl Bernadotte // +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1977 +1 FAMC @F1362@ +1 FAMS @F1364@ +1 FAMS @F1365@ +<< +[0113] INDI rkey: I2775 offs: 0x00002bd3 lens: 0x00000091 +0x00003bd3-0x00003c63: +>>0 @I2775@ INDI +1 NAME Sophia Bernadotte of_Wisborg// +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1936 +1 FAMC @F1362@ +1 FAMS @F1366@ +<< +[0114] INDI rkey: I2776 offs: 0x00002c64 lens: 0x0000007c +0x00003c64-0x00003cdf: +>>0 @I2776@ INDI +1 NAME Elsa Bernadotte of_Wisborg// +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1893 +1 FAMC @F1362@ +1 FAMS @F1367@ +<< +[0115] INDI rkey: I2777 offs: 0x00002ce0 lens: 0x0000008e +0x00003ce0-0x00003d6d: +>>0 @I2777@ INDI +1 NAME Folke Bernadotte // +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 1895 +1 DEAT +2 DATE 1948 +1 FAMC @F1362@ +1 FAMS @F1368@ +<< +[0116] INDI rkey: I2778 offs: 0x00002d6e lens: 0x00000048 +0x00003d6e-0x00003db5: +>>0 @I2778@ INDI +1 NAME Charles of_Fulkila /Munck/ +1 SEX M +1 FAMS @F1363@ +<< +[0117] INDI rkey: I2779 offs: 0x00002db6 lens: 0x0000006e +0x00003db6-0x00003e23: +>>0 @I2779@ INDI +1 NAME Marianne of_Leufsta /de_Geer/ +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 1893 +1 FAMS @F1364@ +<< +[0118] INDI rkey: I2780 offs: 0x00002e24 lens: 0x0000005a +0x00003e24-0x00003e7d: +>>0 @I2780@ INDI +1 NAME Dagmar // +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMC @F1364@ +1 FAMS @F1369@ +<< +[0119] INDI rkey: I2781 offs: 0x00002e7e lens: 0x00000068 +0x00003e7e-0x00003ee5: +>>0 @I2781@ INDI +1 NAME Oscar // +1 SEX M +1 BIRT +2 DATE 1921 +1 FAMC @F1364@ +1 FAMS @F1370@ +1 FAMS @F1371@ +<< +[0120] INDI rkey: I2782 offs: 0x00002ee6 lens: 0x0000005d +0x00003ee6-0x00003f42: +>>0 @I2782@ INDI +1 NAME Catharina // +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMC @F1364@ +1 FAMS @F1372@ +<< +[0121] INDI rkey: I2783 offs: 0x00002f43 lens: 0x00000058 +0x00003f43-0x00003f9a: +>>0 @I2783@ INDI +1 NAME Nils Magnus /von_Arbin/ +1 SEX M +1 BIRT +2 DATE 1910 +1 FAMS @F1369@ +<< +[0122] INDI rkey: I2784 offs: 0x00002f9b lens: 0x00000065 +0x00003f9b-0x00003fff: +>>0 @I2784@ INDI +1 NAME Marianne /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMC @F1369@ +1 FAMS @F1373@ +<< +[0123] INDI rkey: I2785 offs: 0x00003000 lens: 0x00000063 +0x00004000-0x00004062: +>>0 @I2785@ INDI +1 NAME Louise /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1940 +1 FAMC @F1369@ +1 FAMS @F1374@ +<< +[0124] INDI rkey: I2786 offs: 0x00003063 lens: 0x00000066 +0x00004063-0x000040c8: +>>0 @I2786@ INDI +1 NAME Catherine /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1946 +1 FAMC @F1369@ +1 FAMS @F1375@ +<< +[0125] INDI rkey: I2787 offs: 0x000030c9 lens: 0x00000065 +0x000040c9-0x0000412d: +>>0 @I2787@ INDI +1 NAME Jeanette /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMC @F1369@ +1 FAMS @F1376@ +<< +[0126] INDI rkey: I2788 offs: 0x0000312e lens: 0x00000057 +0x0000412e-0x00004184: +>>0 @I2788@ INDI +1 NAME Madeleine /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1955 +1 FAMC @F1369@ +<< + +0x00004185: EOF (0x00004185) GOOD + +BLOCK - DIRECTORY af/ac +0x00000000:ix_self: 0x00050002 (af/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2789' +0x00000016:ix_rkey[0001]: ' I2790' +0x0000001e:ix_rkey[0002]: ' I2791' +0x00000026:ix_rkey[0003]: ' I2792' +0x0000002e:ix_rkey[0004]: ' I2793' +0x00000036:ix_rkey[0005]: ' I2794' +0x0000003e:ix_rkey[0006]: ' I2795' +0x00000046:ix_rkey[0007]: ' I2796' +0x0000004e:ix_rkey[0008]: ' I2797' +0x00000056:ix_rkey[0009]: ' I2798' +0x0000005e:ix_rkey[0010]: ' I2799' +0x00000066:ix_rkey[0011]: ' I2800' +0x0000006e:ix_rkey[0012]: ' I2801' +0x00000076:ix_rkey[0013]: ' I2802' +0x0000007e:ix_rkey[0014]: ' I2803' +0x00000086:ix_rkey[0015]: ' I2804' +0x0000008e:ix_rkey[0016]: ' I2805' +0x00000096:ix_rkey[0017]: ' I2806' +0x0000009e:ix_rkey[0018]: ' I2807' +0x000000a6:ix_rkey[0019]: ' I2808' +0x000000ae:ix_rkey[0020]: ' I2809' +0x000000b6:ix_rkey[0021]: ' I2810' +0x000000be:ix_rkey[0022]: ' I2811' +0x000000c6:ix_rkey[0023]: ' I2812' +0x000000ce:ix_rkey[0024]: ' I2813' +0x000000d6:ix_rkey[0025]: ' I2814' +0x000000de:ix_rkey[0026]: ' I2815' +0x000000e6:ix_rkey[0027]: ' I2816' +0x000000ee:ix_rkey[0028]: ' I2817' +0x000000f6:ix_rkey[0029]: ' I2818' +0x000000fe:ix_rkey[0030]: ' I2819' +0x00000106:ix_rkey[0031]: ' I2820' +0x0000010e:ix_rkey[0032]: ' I2821' +0x00000116:ix_rkey[0033]: ' I2822' +0x0000011e:ix_rkey[0034]: ' I2823' +0x00000126:ix_rkey[0035]: ' I2824' +0x0000012e:ix_rkey[0036]: ' I2825' +0x00000136:ix_rkey[0037]: ' I2826' +0x0000013e:ix_rkey[0038]: ' I2827' +0x00000146:ix_rkey[0039]: ' I2828' +0x0000014e:ix_rkey[0040]: ' I2829' +0x00000156:ix_rkey[0041]: ' I2830' +0x0000015e:ix_rkey[0042]: ' I2831' +0x00000166:ix_rkey[0043]: ' I2832' +0x0000016e:ix_rkey[0044]: ' I2833' +0x00000176:ix_rkey[0045]: ' I2834' +0x0000017e:ix_rkey[0046]: ' I2835' +0x00000186:ix_rkey[0047]: ' I2836' +0x0000018e:ix_rkey[0048]: ' I2837' +0x00000196:ix_rkey[0049]: ' I2838' +0x0000019e:ix_rkey[0050]: ' I2839' +0x000001a6:ix_rkey[0051]: ' I2840' +0x000001ae:ix_rkey[0052]: ' I2841' +0x000001b6:ix_rkey[0053]: ' I2842' +0x000001be:ix_rkey[0054]: ' I2843' +0x000001c6:ix_rkey[0055]: ' I2844' +0x000001ce:ix_rkey[0056]: ' I2845' +0x000001d6:ix_rkey[0057]: ' I2846' +0x000001de:ix_rkey[0058]: ' I2847' +0x000001e6:ix_rkey[0059]: ' I2848' +0x000001ee:ix_rkey[0060]: ' I2849' +0x000001f6:ix_rkey[0061]: ' I2850' +0x000001fe:ix_rkey[0062]: ' I2851' +0x00000206:ix_rkey[0063]: ' I2852' +0x0000020e:ix_rkey[0064]: ' I2853' +0x00000216:ix_rkey[0065]: ' I2854' +0x0000021e:ix_rkey[0066]: ' I2855' +0x00000226:ix_rkey[0067]: ' I2856' +0x0000022e:ix_rkey[0068]: ' I2857' +0x00000236:ix_rkey[0069]: ' I2858' +0x0000023e:ix_rkey[0070]: ' I2859' +0x00000246:ix_rkey[0071]: ' I2860' +0x0000024e:ix_rkey[0072]: ' I2861' +0x00000256:ix_rkey[0073]: ' I2862' +0x0000025e:ix_rkey[0074]: ' I2863' +0x00000266:ix_rkey[0075]: ' I2864' +0x0000026e:ix_rkey[0076]: ' I2865' +0x00000276:ix_rkey[0077]: ' I2866' +0x0000027e:ix_rkey[0078]: ' I2867' +0x00000286:ix_rkey[0079]: ' I2868' +0x0000028e:ix_rkey[0080]: ' I2869' +0x00000296:ix_rkey[0081]: ' I2870' +0x0000029e:ix_rkey[0082]: ' I2871' +0x000002a6:ix_rkey[0083]: ' I2872' +0x000002ae:ix_rkey[0084]: ' I2873' +0x000002b6:ix_rkey[0085]: ' I2874' +0x000002be:ix_rkey[0086]: ' I2875' +0x000002c6:ix_rkey[0087]: ' I2876' +0x000002ce:ix_rkey[0088]: ' I2877' +0x000002d6:ix_rkey[0089]: ' I2878' +0x000002de:ix_rkey[0090]: ' I2879' +0x000002e6:ix_rkey[0091]: ' I2880' +0x000002ee:ix_rkey[0092]: ' I2881' +0x000002f6:ix_rkey[0093]: ' I2882' +0x000002fe:ix_rkey[0094]: ' I2883' +0x00000306:ix_rkey[0095]: ' I2884' +0x0000030e:ix_rkey[0096]: ' I2885' +0x00000316:ix_rkey[0097]: ' I2886' +0x0000031e:ix_rkey[0098]: ' I2887' +0x00000326:ix_rkey[0099]: ' I2888' +0x0000032e:ix_rkey[0100]: ' I2889' +0x00000336:ix_rkey[0101]: ' I2890' +0x0000033e:ix_rkey[0102]: ' I2891' +0x00000346:ix_rkey[0103]: ' I2892' +0x0000034e:ix_rkey[0104]: ' I2893' +0x00000356:ix_rkey[0105]: ' I2894' +0x0000035e:ix_rkey[0106]: ' I2895' +0x00000366:ix_rkey[0107]: ' I2896' +0x0000036e:ix_rkey[0108]: ' I2897' +0x00000376:ix_rkey[0109]: ' I2898' +0x0000037e:ix_rkey[0110]: ' I2899' +0x00000386:ix_rkey[0111]: ' I2900' +0x0000038e:ix_rkey[0112]: ' I2901' +0x00000396:ix_rkey[0113]: ' I2902' +0x0000039e:ix_rkey[0114]: ' I2903' +0x000003a6:ix_rkey[0115]: ' I2904' +0x000003ae:ix_rkey[0116]: ' I2905' +0x000003b6:ix_rkey[0117]: ' I2906' +0x000003be:ix_rkey[0118]: ' I2907' +0x000003c6:ix_rkey[0119]: ' I2908' +0x000003ce:ix_rkey[0120]: ' I2909' +0x000003d6:ix_rkey[0121]: ' I2910' +0x000003de:ix_rkey[0122]: ' I2911' +0x000003e6:ix_rkey[0123]: ' I2912' +0x000003ee:ix_rkey[0124]: ' I2913' +0x000003f6:ix_rkey[0125]: ' I2914' +0x000003fe:ix_rkey[0126]: ' I2915' + +deleted/unused entries +0x00000406:ix_rkey[0127]: '0x00 x 8' +0x0000040e:ix_rkey[0128]: '0x00 x 8' +0x00000416:ix_rkey[0129]: '0x00 x 8' +0x0000041e:ix_rkey[0130]: '0x00 x 8' +0x00000426:ix_rkey[0131]: '0x00 x 8' +0x0000042e:ix_rkey[0132]: '0x00 x 8' +0x00000436:ix_rkey[0133]: '0x00 x 8' +0x0000043e:ix_rkey[0134]: '0x00 x 8' +0x00000446:ix_rkey[0135]: '0x00 x 8' +0x0000044e:ix_rkey[0136]: '0x00 x 8' +0x00000456:ix_rkey[0137]: '0x00 x 8' +0x0000045e:ix_rkey[0138]: '0x00 x 8' +0x00000466:ix_rkey[0139]: '0x00 x 8' +0x0000046e:ix_rkey[0140]: '0x00 x 8' +0x00000476:ix_rkey[0141]: '0x00 x 8' +0x0000047e:ix_rkey[0142]: '0x00 x 8' +0x00000486:ix_rkey[0143]: '0x00 x 8' +0x0000048e:ix_rkey[0144]: '0x00 x 8' +0x00000496:ix_rkey[0145]: '0x00 x 8' +0x0000049e:ix_rkey[0146]: '0x00 x 8' +0x000004a6:ix_rkey[0147]: '0x00 x 8' +0x000004ae:ix_rkey[0148]: '0x00 x 8' +0x000004b6:ix_rkey[0149]: '0x00 x 8' +0x000004be:ix_rkey[0150]: '0x00 x 8' +0x000004c6:ix_rkey[0151]: '0x00 x 8' +0x000004ce:ix_rkey[0152]: '0x00 x 8' +0x000004d6:ix_rkey[0153]: '0x00 x 8' +0x000004de:ix_rkey[0154]: '0x00 x 8' +0x000004e6:ix_rkey[0155]: '0x00 x 8' +0x000004ee:ix_rkey[0156]: '0x00 x 8' +0x000004f6:ix_rkey[0157]: '0x00 x 8' +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000005c +0x0000080c:ix_offs[0001]: 0x0000005c 0x00000c08:ix_lens[0001]: 0x00000051 +0x00000810:ix_offs[0002]: 0x000000ad 0x00000c0c:ix_lens[0002]: 0x00000052 +0x00000814:ix_offs[0003]: 0x000000ff 0x00000c10:ix_lens[0003]: 0x00000055 +0x00000818:ix_offs[0004]: 0x00000154 0x00000c14:ix_lens[0004]: 0x00000055 +0x0000081c:ix_offs[0005]: 0x000001a9 0x00000c18:ix_lens[0005]: 0x00000050 +0x00000820:ix_offs[0006]: 0x000001f9 0x00000c1c:ix_lens[0006]: 0x00000051 +0x00000824:ix_offs[0007]: 0x0000024a 0x00000c20:ix_lens[0007]: 0x00000054 +0x00000828:ix_offs[0008]: 0x0000029e 0x00000c24:ix_lens[0008]: 0x00000051 +0x0000082c:ix_offs[0009]: 0x000002ef 0x00000c28:ix_lens[0009]: 0x00000053 +0x00000830:ix_offs[0010]: 0x00000342 0x00000c2c:ix_lens[0010]: 0x00000058 +0x00000834:ix_offs[0011]: 0x0000039a 0x00000c30:ix_lens[0011]: 0x00000056 +0x00000838:ix_offs[0012]: 0x000003f0 0x00000c34:ix_lens[0012]: 0x00000056 +0x0000083c:ix_offs[0013]: 0x00000446 0x00000c38:ix_lens[0013]: 0x00000054 +0x00000840:ix_offs[0014]: 0x0000049a 0x00000c3c:ix_lens[0014]: 0x00000052 +0x00000844:ix_offs[0015]: 0x000004ec 0x00000c40:ix_lens[0015]: 0x0000005d +0x00000848:ix_offs[0016]: 0x00000549 0x00000c44:ix_lens[0016]: 0x00000063 +0x0000084c:ix_offs[0017]: 0x000005ac 0x00000c48:ix_lens[0017]: 0x0000004d +0x00000850:ix_offs[0018]: 0x000005f9 0x00000c4c:ix_lens[0018]: 0x00000049 +0x00000854:ix_offs[0019]: 0x00000642 0x00000c50:ix_lens[0019]: 0x0000004f +0x00000858:ix_offs[0020]: 0x00000691 0x00000c54:ix_lens[0020]: 0x0000004e +0x0000085c:ix_offs[0021]: 0x000006df 0x00000c58:ix_lens[0021]: 0x00000054 +0x00000860:ix_offs[0022]: 0x00000733 0x00000c5c:ix_lens[0022]: 0x00000054 +0x00000864:ix_offs[0023]: 0x00000787 0x00000c60:ix_lens[0023]: 0x00000053 +0x00000868:ix_offs[0024]: 0x000007da 0x00000c64:ix_lens[0024]: 0x00000059 +0x0000086c:ix_offs[0025]: 0x00000833 0x00000c68:ix_lens[0025]: 0x00000056 +0x00000870:ix_offs[0026]: 0x00000889 0x00000c6c:ix_lens[0026]: 0x0000004f +0x00000874:ix_offs[0027]: 0x000008d8 0x00000c70:ix_lens[0027]: 0x0000004b +0x00000878:ix_offs[0028]: 0x00000923 0x00000c74:ix_lens[0028]: 0x00000078 +0x0000087c:ix_offs[0029]: 0x0000099b 0x00000c78:ix_lens[0029]: 0x00000065 +0x00000880:ix_offs[0030]: 0x00000a00 0x00000c7c:ix_lens[0030]: 0x00000054 +0x00000884:ix_offs[0031]: 0x00000a54 0x00000c80:ix_lens[0031]: 0x0000005e +0x00000888:ix_offs[0032]: 0x00000ab2 0x00000c84:ix_lens[0032]: 0x00000059 +0x0000088c:ix_offs[0033]: 0x00000b0b 0x00000c88:ix_lens[0033]: 0x00000064 +0x00000890:ix_offs[0034]: 0x00000b6f 0x00000c8c:ix_lens[0034]: 0x0000004b +0x00000894:ix_offs[0035]: 0x00000bba 0x00000c90:ix_lens[0035]: 0x00000054 +0x00000898:ix_offs[0036]: 0x00000c0e 0x00000c94:ix_lens[0036]: 0x00000049 +0x0000089c:ix_offs[0037]: 0x00000c57 0x00000c98:ix_lens[0037]: 0x0000004a +0x000008a0:ix_offs[0038]: 0x00000ca1 0x00000c9c:ix_lens[0038]: 0x0000004a +0x000008a4:ix_offs[0039]: 0x00000ceb 0x00000ca0:ix_lens[0039]: 0x0000004b +0x000008a8:ix_offs[0040]: 0x00000d36 0x00000ca4:ix_lens[0040]: 0x00000070 +0x000008ac:ix_offs[0041]: 0x00000da6 0x00000ca8:ix_lens[0041]: 0x00000040 +0x000008b0:ix_offs[0042]: 0x00000de6 0x00000cac:ix_lens[0042]: 0x00000062 +0x000008b4:ix_offs[0043]: 0x00000e48 0x00000cb0:ix_lens[0043]: 0x00000076 +0x000008b8:ix_offs[0044]: 0x00000ebe 0x00000cb4:ix_lens[0044]: 0x0000006a +0x000008bc:ix_offs[0045]: 0x00000f28 0x00000cb8:ix_lens[0045]: 0x00000059 +0x000008c0:ix_offs[0046]: 0x00000f81 0x00000cbc:ix_lens[0046]: 0x00000056 +0x000008c4:ix_offs[0047]: 0x00000fd7 0x00000cc0:ix_lens[0047]: 0x00000051 +0x000008c8:ix_offs[0048]: 0x00001028 0x00000cc4:ix_lens[0048]: 0x00000051 +0x000008cc:ix_offs[0049]: 0x00001079 0x00000cc8:ix_lens[0049]: 0x0000004f +0x000008d0:ix_offs[0050]: 0x000010c8 0x00000ccc:ix_lens[0050]: 0x0000006a +0x000008d4:ix_offs[0051]: 0x00001132 0x00000cd0:ix_lens[0051]: 0x0000004f +0x000008d8:ix_offs[0052]: 0x00001181 0x00000cd4:ix_lens[0052]: 0x00000055 +0x000008dc:ix_offs[0053]: 0x000011d6 0x00000cd8:ix_lens[0053]: 0x00000072 +0x000008e0:ix_offs[0054]: 0x00001248 0x00000cdc:ix_lens[0054]: 0x00000076 +0x000008e4:ix_offs[0055]: 0x000012be 0x00000ce0:ix_lens[0055]: 0x00000061 +0x000008e8:ix_offs[0056]: 0x0000131f 0x00000ce4:ix_lens[0056]: 0x00000067 +0x000008ec:ix_offs[0057]: 0x00001386 0x00000ce8:ix_lens[0057]: 0x00000066 +0x000008f0:ix_offs[0058]: 0x000013ec 0x00000cec:ix_lens[0058]: 0x00000069 +0x000008f4:ix_offs[0059]: 0x00001455 0x00000cf0:ix_lens[0059]: 0x00000063 +0x000008f8:ix_offs[0060]: 0x000014b8 0x00000cf4:ix_lens[0060]: 0x00000052 +0x000008fc:ix_offs[0061]: 0x0000150a 0x00000cf8:ix_lens[0061]: 0x0000006c +0x00000900:ix_offs[0062]: 0x00001576 0x00000cfc:ix_lens[0062]: 0x0000007f +0x00000904:ix_offs[0063]: 0x000015f5 0x00000d00:ix_lens[0063]: 0x00000077 +0x00000908:ix_offs[0064]: 0x0000166c 0x00000d04:ix_lens[0064]: 0x0000007e +0x0000090c:ix_offs[0065]: 0x000016ea 0x00000d08:ix_lens[0065]: 0x0000005e +0x00000910:ix_offs[0066]: 0x00001748 0x00000d0c:ix_lens[0066]: 0x0000005e +0x00000914:ix_offs[0067]: 0x000017a6 0x00000d10:ix_lens[0067]: 0x00000061 +0x00000918:ix_offs[0068]: 0x00001807 0x00000d14:ix_lens[0068]: 0x00000060 +0x0000091c:ix_offs[0069]: 0x00001867 0x00000d18:ix_lens[0069]: 0x0000006c +0x00000920:ix_offs[0070]: 0x000018d3 0x00000d1c:ix_lens[0070]: 0x00000078 +0x00000924:ix_offs[0071]: 0x0000194b 0x00000d20:ix_lens[0071]: 0x0000005d +0x00000928:ix_offs[0072]: 0x000019a8 0x00000d24:ix_lens[0072]: 0x0000005e +0x0000092c:ix_offs[0073]: 0x00001a06 0x00000d28:ix_lens[0073]: 0x0000005d +0x00000930:ix_offs[0074]: 0x00001a63 0x00000d2c:ix_lens[0074]: 0x0000007d +0x00000934:ix_offs[0075]: 0x00001ae0 0x00000d30:ix_lens[0075]: 0x00000060 +0x00000938:ix_offs[0076]: 0x00001b40 0x00000d34:ix_lens[0076]: 0x00000052 +0x0000093c:ix_offs[0077]: 0x00001b92 0x00000d38:ix_lens[0077]: 0x00000064 +0x00000940:ix_offs[0078]: 0x00001bf6 0x00000d3c:ix_lens[0078]: 0x00000070 +0x00000944:ix_offs[0079]: 0x00001c66 0x00000d40:ix_lens[0079]: 0x0000006e +0x00000948:ix_offs[0080]: 0x00001cd4 0x00000d44:ix_lens[0080]: 0x00000061 +0x0000094c:ix_offs[0081]: 0x00001d35 0x00000d48:ix_lens[0081]: 0x0000004a +0x00000950:ix_offs[0082]: 0x00001d7f 0x00000d4c:ix_lens[0082]: 0x0000004d +0x00000954:ix_offs[0083]: 0x00001dcc 0x00000d50:ix_lens[0083]: 0x00000049 +0x00000958:ix_offs[0084]: 0x00001e15 0x00000d54:ix_lens[0084]: 0x0000004a +0x0000095c:ix_offs[0085]: 0x00001e5f 0x00000d58:ix_lens[0085]: 0x0000006d +0x00000960:ix_offs[0086]: 0x00001ecc 0x00000d5c:ix_lens[0086]: 0x00000067 +0x00000964:ix_offs[0087]: 0x00001f33 0x00000d60:ix_lens[0087]: 0x0000006a +0x00000968:ix_offs[0088]: 0x00001f9d 0x00000d64:ix_lens[0088]: 0x00000062 +0x0000096c:ix_offs[0089]: 0x00001fff 0x00000d68:ix_lens[0089]: 0x00000070 +0x00000970:ix_offs[0090]: 0x0000206f 0x00000d6c:ix_lens[0090]: 0x0000006a +0x00000974:ix_offs[0091]: 0x000020d9 0x00000d70:ix_lens[0091]: 0x00000087 +0x00000978:ix_offs[0092]: 0x00002160 0x00000d74:ix_lens[0092]: 0x00000062 +0x0000097c:ix_offs[0093]: 0x000021c2 0x00000d78:ix_lens[0093]: 0x0000006a +0x00000980:ix_offs[0094]: 0x0000222c 0x00000d7c:ix_lens[0094]: 0x00000062 +0x00000984:ix_offs[0095]: 0x0000228e 0x00000d80:ix_lens[0095]: 0x00000074 +0x00000988:ix_offs[0096]: 0x00002302 0x00000d84:ix_lens[0096]: 0x00000099 +0x0000098c:ix_offs[0097]: 0x0000239b 0x00000d88:ix_lens[0097]: 0x00000057 +0x00000990:ix_offs[0098]: 0x000023f2 0x00000d8c:ix_lens[0098]: 0x0000007d +0x00000994:ix_offs[0099]: 0x0000246f 0x00000d90:ix_lens[0099]: 0x0000005b +0x00000998:ix_offs[0100]: 0x000024ca 0x00000d94:ix_lens[0100]: 0x0000006a +0x0000099c:ix_offs[0101]: 0x00002534 0x00000d98:ix_lens[0101]: 0x0000006b +0x000009a0:ix_offs[0102]: 0x0000259f 0x00000d9c:ix_lens[0102]: 0x00000077 +0x000009a4:ix_offs[0103]: 0x00002616 0x00000da0:ix_lens[0103]: 0x0000006f +0x000009a8:ix_offs[0104]: 0x00002685 0x00000da4:ix_lens[0104]: 0x00000066 +0x000009ac:ix_offs[0105]: 0x000026eb 0x00000da8:ix_lens[0105]: 0x0000007b +0x000009b0:ix_offs[0106]: 0x00002766 0x00000dac:ix_lens[0106]: 0x0000007e +0x000009b4:ix_offs[0107]: 0x000027e4 0x00000db0:ix_lens[0107]: 0x00000080 +0x000009b8:ix_offs[0108]: 0x00002864 0x00000db4:ix_lens[0108]: 0x00000081 +0x000009bc:ix_offs[0109]: 0x000028e5 0x00000db8:ix_lens[0109]: 0x00000081 +0x000009c0:ix_offs[0110]: 0x00002966 0x00000dbc:ix_lens[0110]: 0x00000051 +0x000009c4:ix_offs[0111]: 0x000029b7 0x00000dc0:ix_lens[0111]: 0x0000007f +0x000009c8:ix_offs[0112]: 0x00002a36 0x00000dc4:ix_lens[0112]: 0x0000006c +0x000009cc:ix_offs[0113]: 0x00002aa2 0x00000dc8:ix_lens[0113]: 0x0000007e +0x000009d0:ix_offs[0114]: 0x00002b20 0x00000dcc:ix_lens[0114]: 0x00000070 +0x000009d4:ix_offs[0115]: 0x00002b90 0x00000dd0:ix_lens[0115]: 0x00000075 +0x000009d8:ix_offs[0116]: 0x00002c05 0x00000dd4:ix_lens[0116]: 0x0000007d +0x000009dc:ix_offs[0117]: 0x00002c82 0x00000dd8:ix_lens[0117]: 0x00000073 +0x000009e0:ix_offs[0118]: 0x00002cf5 0x00000ddc:ix_lens[0118]: 0x0000007a +0x000009e4:ix_offs[0119]: 0x00002d6f 0x00000de0:ix_lens[0119]: 0x0000005e +0x000009e8:ix_offs[0120]: 0x00002dcd 0x00000de4:ix_lens[0120]: 0x0000006a +0x000009ec:ix_offs[0121]: 0x00002e37 0x00000de8:ix_lens[0121]: 0x00000070 +0x000009f0:ix_offs[0122]: 0x00002ea7 0x00000dec:ix_lens[0122]: 0x0000007f +0x000009f4:ix_offs[0123]: 0x00002f26 0x00000df0:ix_lens[0123]: 0x0000006d +0x000009f8:ix_offs[0124]: 0x00002f93 0x00000df4:ix_lens[0124]: 0x00000052 +0x000009fc:ix_offs[0125]: 0x00002fe5 0x00000df8:ix_lens[0125]: 0x00000040 +0x00000a00:ix_offs[0126]: 0x00003025 0x00000dfc:ix_lens[0126]: 0x00000074 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2789 offs: 0x00000000 lens: 0x0000005c +0x00001000-0x0000105b: +>>0 @I2789@ INDI +1 NAME Miles /Flach/ +1 SEX M +1 TITL Capt. +1 BIRT +2 DATE 1934 +1 FAMS @F1373@ +<< +[0001] INDI rkey: I2790 offs: 0x0000005c lens: 0x00000051 +0x0000105c-0x000010ac: +>>0 @I2790@ INDI +1 NAME Camilla /Flach/ +1 SEX F +1 BIRT +2 DATE 1960 +1 FAMC @F1373@ +<< +[0002] INDI rkey: I2791 offs: 0x000000ad lens: 0x00000052 +0x000010ad-0x000010fe: +>>0 @I2791@ INDI +1 NAME Dick /Bergstrom/ +1 SEX M +1 BIRT +2 DATE 1936 +1 FAMS @F1374@ +<< +[0003] INDI rkey: I2792 offs: 0x000000ff lens: 0x00000055 +0x000010ff-0x00001153: +>>0 @I2792@ INDI +1 NAME Therese /Bergstrom/ +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F1374@ +<< +[0004] INDI rkey: I2793 offs: 0x00000154 lens: 0x00000055 +0x00001154-0x000011a8: +>>0 @I2793@ INDI +1 NAME Michael /Bergstrom/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F1374@ +<< +[0005] INDI rkey: I2794 offs: 0x000001a9 lens: 0x00000050 +0x000011a9-0x000011f8: +>>0 @I2794@ INDI +1 NAME Johan /Ryding/ +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F1375@ +<< +[0006] INDI rkey: I2795 offs: 0x000001f9 lens: 0x00000051 +0x000011f9-0x00001249: +>>0 @I2795@ INDI +1 NAME Gustaf /Ryding/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F1375@ +<< +[0007] INDI rkey: I2796 offs: 0x0000024a lens: 0x00000054 +0x0000124a-0x0000129d: +>>0 @I2796@ INDI +1 NAME Charlotte /Ryding/ +1 SEX F +1 BIRT +2 DATE 1974 +1 FAMC @F1375@ +<< +[0008] INDI rkey: I2797 offs: 0x0000029e lens: 0x00000051 +0x0000129e-0x000012ee: +>>0 @I2797@ INDI +1 NAME Esben /Coljach/ +1 SEX M +1 BIRT +2 DATE 1947 +1 FAMS @F1376@ +<< +[0009] INDI rkey: I2798 offs: 0x000002ef lens: 0x00000053 +0x000012ef-0x00001341: +>>0 @I2798@ INDI +1 NAME Ebba /Gyllenkrok/ +1 SEX F +1 BIRT +2 DATE 1918 +1 FAMS @F1370@ +<< +[0010] INDI rkey: I2799 offs: 0x00000342 lens: 0x00000058 +0x00001342-0x00001399: +>>0 @I2799@ INDI +1 NAME Ebba // +1 SEX F +1 BIRT +2 DATE 1945 +1 FAMC @F1370@ +1 FAMS @F1377@ +<< +[0011] INDI rkey: I2800 offs: 0x0000039a lens: 0x00000056 +0x0000139a-0x000013ef: +>>0 @I2800@ INDI +1 NAME Pontus /Reutersward/ +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F1377@ +<< +[0012] INDI rkey: I2801 offs: 0x000003f0 lens: 0x00000056 +0x000013f0-0x00001445: +>>0 @I2801@ INDI +1 NAME Gustaf /Reutersward/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F1377@ +<< +[0013] INDI rkey: I2802 offs: 0x00000446 lens: 0x00000054 +0x00001446-0x00001499: +>>0 @I2802@ INDI +1 NAME Anna /Reutersward/ +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F1377@ +<< +[0014] INDI rkey: I2803 offs: 0x0000049a lens: 0x00000052 +0x0000149a-0x000014eb: +>>0 @I2803@ INDI +1 NAME Gertrude /Ollen/ +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMS @F1371@ +<< +[0015] INDI rkey: I2804 offs: 0x000004ec lens: 0x0000005d +0x000014ec-0x00001548: +>>0 @I2804@ INDI +1 NAME Christina // +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMC @F1371@ +1 FAMS @F1378@ +<< +[0016] INDI rkey: I2805 offs: 0x00000549 lens: 0x00000063 +0x00001549-0x000015ab: +>>0 @I2805@ INDI +1 NAME Peter /Langenskiold/ +1 SEX M +1 TITL Baron +1 BIRT +2 DATE 1950 +1 FAMS @F1378@ +<< +[0017] INDI rkey: I2806 offs: 0x000005ac lens: 0x0000004d +0x000015ac-0x000015f8: +>>0 @I2806@ INDI +1 NAME Birgitta // +1 SEX F +1 BIRT +2 DATE 1953 +1 FAMC @F1371@ +<< +[0018] INDI rkey: I2807 offs: 0x000005f9 lens: 0x00000049 +0x000015f9-0x00001641: +>>0 @I2807@ INDI +1 NAME Carl // +1 SEX M +1 BIRT +2 DATE 1955 +1 FAMC @F1371@ +<< +[0019] INDI rkey: I2808 offs: 0x00000642 lens: 0x0000004f +0x00001642-0x00001690: +>>0 @I2808@ INDI +1 NAME Tore /Nilert/ +1 SEX M +1 BIRT +2 DATE 1915 +1 FAMS @F1372@ +<< +[0020] INDI rkey: I2809 offs: 0x00000691 lens: 0x0000004e +0x00001691-0x000016de: +>>0 @I2809@ INDI +1 NAME Jan /Nilert/ +1 SEX M +1 BIRT +2 DATE 1950 +1 FAMC @F1372@ +<< +[0021] INDI rkey: I2810 offs: 0x000006df lens: 0x00000054 +0x000016df-0x00001732: +>>0 @I2810@ INDI +1 NAME Charlotte /Nilert/ +1 SEX F +1 BIRT +2 DATE 1952 +1 FAMC @F1372@ +<< +[0022] INDI rkey: I2811 offs: 0x00000733 lens: 0x00000054 +0x00001733-0x00001786: +>>0 @I2811@ INDI +1 NAME Anne Marie /Nilert/ +1 SEX F +1 BIRT +2 DATE 1954 +1 FAMC @F1372@ +<< +[0023] INDI rkey: I2812 offs: 0x00000787 lens: 0x00000053 +0x00001787-0x000017d9: +>>0 @I2812@ INDI +1 NAME Gerty /Borjesson/ +1 SEX F +1 BIRT +2 DATE 1910 +1 FAMS @F1365@ +<< +[0024] INDI rkey: I2813 offs: 0x000007da lens: 0x00000059 +0x000017da-0x00001832: +>>0 @I2813@ INDI +1 NAME Claes // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMC @F1365@ +1 FAMS @F1379@ +<< +[0025] INDI rkey: I2814 offs: 0x00000833 lens: 0x00000056 +0x00001833-0x00001888: +>>0 @I2814@ INDI +1 NAME Birgitta /Magnusson/ +1 SEX F +1 BIRT +2 DATE 1943 +1 FAMS @F1379@ +<< +[0026] INDI rkey: I2815 offs: 0x00000889 lens: 0x0000004f +0x00001889-0x000018d7: +>>0 @I2815@ INDI +1 NAME Carl Johann // +1 SEX M +1 BIRT +2 DATE 1970 +1 FAMC @F1379@ +<< +[0027] INDI rkey: I2816 offs: 0x000008d8 lens: 0x0000004b +0x000018d8-0x00001922: +>>0 @I2816@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F1379@ +<< +[0028] INDI rkey: I2817 offs: 0x00000923 lens: 0x00000078 +0x00001923-0x0000199a: +>>0 @I2817@ INDI +1 NAME Carl Marten /Fleetwood/ +1 SEX M +1 TITL Baron +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1966 +1 FAMS @F1366@ +<< +[0029] INDI rkey: I2818 offs: 0x0000099b lens: 0x00000065 +0x0000199b-0x000019ff: +>>0 @I2818@ INDI +1 NAME Hugo /Cedergren/ +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1971 +1 FAMS @F1367@ +<< +[0030] INDI rkey: I2819 offs: 0x00000a00 lens: 0x00000054 +0x00001a00-0x00001a53: +>>0 @I2819@ INDI +1 NAME Estelle /Manville/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F1368@ +<< +[0031] INDI rkey: I2820 offs: 0x00000a54 lens: 0x0000005e +0x00001a54-0x00001ab1: +>>0 @I2820@ INDI +1 NAME Gustaf // +1 SEX M +1 BIRT +2 DATE 1930 +1 DEAT +2 DATE 1966 +1 FAMC @F1368@ +<< +[0032] INDI rkey: I2821 offs: 0x00000ab2 lens: 0x00000059 +0x00001ab2-0x00001b0a: +>>0 @I2821@ INDI +1 NAME Folke // +1 SEX M +1 BIRT +2 DATE 1931 +1 FAMC @F1368@ +1 FAMS @F1380@ +<< +[0033] INDI rkey: I2822 offs: 0x00000b0b lens: 0x00000064 +0x00001b0b-0x00001b6e: +>>0 @I2822@ INDI +1 NAME Fredrik Oscar // +1 SEX M +1 BIRT +2 DATE 1934 +1 DEAT +2 DATE 1934 +1 FAMC @F1368@ +<< +[0034] INDI rkey: I2823 offs: 0x00000b6f lens: 0x0000004b +0x00001b6f-0x00001bb9: +>>0 @I2823@ INDI +1 NAME Bertil // +1 SEX M +1 BIRT +2 DATE 1925 +1 FAMC @F1368@ +<< +[0035] INDI rkey: I2824 offs: 0x00000bba lens: 0x00000054 +0x00001bba-0x00001c0d: +>>0 @I2824@ INDI +1 NAME Christine /Glahns/ +1 SEX F +1 BIRT +2 DATE 1932 +1 FAMS @F1380@ +<< +[0036] INDI rkey: I2825 offs: 0x00000c0e lens: 0x00000049 +0x00001c0e-0x00001c56: +>>0 @I2825@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 1956 +1 FAMC @F1380@ +<< +[0037] INDI rkey: I2826 offs: 0x00000c57 lens: 0x0000004a +0x00001c57-0x00001ca0: +>>0 @I2826@ INDI +1 NAME Folke // +1 SEX M +1 BIRT +2 DATE 1958 +1 FAMC @F1380@ +<< +[0038] INDI rkey: I2827 offs: 0x00000ca1 lens: 0x0000004a +0x00001ca1-0x00001cea: +>>0 @I2827@ INDI +1 NAME Maria // +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMC @F1380@ +<< +[0039] INDI rkey: I2828 offs: 0x00000ceb lens: 0x0000004b +0x00001ceb-0x00001d35: +>>0 @I2828@ INDI +1 NAME Gunnar // +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F1380@ +<< +[0040] INDI rkey: I2829 offs: 0x00000d36 lens: 0x00000070 +0x00001d36-0x00001da5: +>>0 @I2829@ INDI +1 NAME Margaretha // +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1977 +1 FAMC @F298@ +1 FAMS @F1381@ +<< +[0041] INDI rkey: I2830 offs: 0x00000da6 lens: 0x00000040 +0x00001da6-0x00001de5: +>>0 @I2830@ INDI +1 NAME Axel of_Denmark // +1 SEX M +1 FAMS @F1381@ +<< +[0042] INDI rkey: I2831 offs: 0x00000de6 lens: 0x00000062 +0x00001de6-0x00001e47: +>>0 @I2831@ INDI +1 NAME Elsa /von_Rosen/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1904 +1 FAMS @F1350@ +<< +[0043] INDI rkey: I2832 offs: 0x00000e48 lens: 0x00000076 +0x00001e48-0x00001ebd: +>>0 @I2832@ INDI +1 NAME Madeline Bernadotte // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1938 +1 FAMC @F1350@ +1 FAMS @F1382@ +<< +[0044] INDI rkey: I2833 offs: 0x00000ebe lens: 0x0000006a +0x00001ebe-0x00001f27: +>>0 @I2833@ INDI +1 NAME Charles de_Schooten /Ullens/ +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1927 +1 FAMS @F1382@ +<< +[0045] INDI rkey: I2834 offs: 0x00000f28 lens: 0x00000059 +0x00001f28-0x00001f80: +>>0 @I2834@ INDI +1 NAME Marie Christine /Ullens/ +1 SEX F +1 BIRT +2 DATE 1964 +1 FAMC @F1382@ +<< +[0046] INDI rkey: I2835 offs: 0x00000f81 lens: 0x00000056 +0x00001f81-0x00001fd6: +>>0 @I2835@ INDI +1 NAME Jean Charles /Ullens/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F1382@ +<< +[0047] INDI rkey: I2836 offs: 0x00000fd7 lens: 0x00000051 +0x00001fd7-0x00002027: +>>0 @I2836@ INDI +1 NAME Astrid /Ullens/ +1 SEX F +1 BIRT +2 DATE 1970 +1 FAMC @F1382@ +<< +[0048] INDI rkey: I2837 offs: 0x00001028 lens: 0x00000051 +0x00002028-0x00002078: +>>0 @I2837@ INDI +1 NAME Sophie /Ullens/ +1 SEX F +1 BIRT +2 DATE 1972 +1 FAMC @F1382@ +<< +[0049] INDI rkey: I2838 offs: 0x00001079 lens: 0x0000004f +0x00002079-0x000020c7: +>>0 @I2838@ INDI +1 NAME Ann /Larsson/ +1 SEX F +1 BIRT +2 DATE 1921 +1 FAMS @F1351@ +<< +[0050] INDI rkey: I2839 offs: 0x000010c8 lens: 0x0000006a +0x000020c8-0x00002131: +>>0 @I2839@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1962 +1 FAMC @F1383@ +1 FAMS @F309@ +<< +[0051] INDI rkey: I2840 offs: 0x00001132 lens: 0x0000004f +0x00002132-0x00002180: +>>0 @I2840@ INDI +1 NAME Roland /Bonaparte/ +1 SEX M +1 TITL Prince +1 FAMS @F1383@ +<< +[0052] INDI rkey: I2841 offs: 0x00001181 lens: 0x00000055 +0x00002181-0x000021d5: +>>0 @I2841@ INDI +1 NAME Irene /Ovchinnikov/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F1345@ +<< +[0053] INDI rkey: I2842 offs: 0x000011d6 lens: 0x00000072 +0x000021d6-0x00002247: +>>0 @I2842@ INDI +1 NAME Eugenia /Oldenburg/ +1 SEX F +1 BIRT +2 DATE 1910 +1 FAMC @F309@ +1 FAMS @F1384@ +1 FAMS @F1385@ +<< +[0054] INDI rkey: I2843 offs: 0x00001248 lens: 0x00000076 +0x00002248-0x000022bd: +>>0 @I2843@ INDI +1 NAME Dominic /Radziwill/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1976 +1 FAMS @F1384@ +<< +[0055] INDI rkey: I2844 offs: 0x000012be lens: 0x00000061 +0x000022be-0x0000231e: +>>0 @I2844@ INDI +1 NAME Raymond of_Castel // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1907 +1 FAMS @F1385@ +<< +[0056] INDI rkey: I2845 offs: 0x0000131f lens: 0x00000067 +0x0000231f-0x00002385: +>>0 @I2845@ INDI +1 NAME Anastasia /Stewart/ +1 SEX F +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1923 +1 FAMS @F307@ +<< +[0057] INDI rkey: I2846 offs: 0x00001386 lens: 0x00000066 +0x00002386-0x000023eb: +>>0 @I2846@ INDI +1 NAME Francis of_Guise // +1 SEX F +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1953 +1 FAMS @F308@ +<< +[0058] INDI rkey: I2847 offs: 0x000013ec lens: 0x00000069 +0x000023ec-0x00002454: +>>0 @I2847@ INDI +1 NAME Perikles Joannides // +1 SEX M +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1965 +1 FAMS @F1341@ +<< +[0059] INDI rkey: I2848 offs: 0x00001455 lens: 0x00000063 +0x00002455-0x000024b7: +>>0 @I2848@ INDI +1 NAME Michael /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMC @F307@ +1 FAMS @F1386@ +<< +[0060] INDI rkey: I2849 offs: 0x000014b8 lens: 0x00000052 +0x000024b8-0x00002509: +>>0 @I2849@ INDI +1 NAME Marina /Karella/ +1 SEX F +1 BIRT +2 DATE 1940 +1 FAMS @F1386@ +<< +[0061] INDI rkey: I2850 offs: 0x0000150a lens: 0x0000006c +0x0000250a-0x00002575: +>>0 @I2850@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1756 +1 FAMC @F220@ +1 FAMS @F1387@ +<< +[0062] INDI rkey: I2851 offs: 0x00001576 lens: 0x0000007f +0x00002576-0x000025f4: +>>0 @I2851@ INDI +1 NAME Ernest Frederick_III of_Saxe-// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1727 +1 DEAT +2 DATE 1780 +1 FAMS @F1387@ +<< +[0063] INDI rkey: I2852 offs: 0x000015f5 lens: 0x00000077 +0x000025f5-0x0000266b: +>>0 @I2852@ INDI +1 NAME Gustaf_III // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 1746 +1 DEAT +2 DATE 1792 +1 FAMS @F886@ +<< +[0064] INDI rkey: I2853 offs: 0x0000166c lens: 0x0000007e +0x0000266c-0x000026e9: +>>0 @I2853@ INDI +1 NAME William_I of_Hesse-Cassel // +1 SEX M +1 TITL Elector +1 BIRT +2 DATE 1743 +1 DEAT +2 DATE 1821 +1 FAMS @F887@ +<< +[0065] INDI rkey: I2854 offs: 0x000016ea lens: 0x0000005e +0x000026ea-0x00002747: +>>0 @I2854@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1729 +1 FAMC @F879@ +<< +[0066] INDI rkey: I2855 offs: 0x00001748 lens: 0x0000005e +0x00002748-0x000027a5: +>>0 @I2855@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1687 +1 DEAT +2 DATE 1705 +1 FAMC @F879@ +<< +[0067] INDI rkey: I2856 offs: 0x000017a6 lens: 0x00000061 +0x000027a6-0x00002806: +>>0 @I2856@ INDI +1 NAME Anne Sophia // +1 SEX F +1 BIRT +2 DATE 1647 +1 DEAT +2 DATE 1717 +1 FAMC @F423@ +<< +[0068] INDI rkey: I2857 offs: 0x00001807 lens: 0x00000060 +0x00002807-0x00002866: +>>0 @I2857@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1649 +1 DEAT +2 DATE 1704 +1 FAMC @F423@ +<< +[0069] INDI rkey: I2858 offs: 0x00001867 lens: 0x0000006c +0x00002867-0x000028d2: +>>0 @I2858@ INDI +1 NAME Ulrica // +1 SEX F +1 BIRT +2 DATE 1656 +1 DEAT +2 DATE 1693 +1 FAMC @F423@ +1 FAMS @F1388@ +<< +[0070] INDI rkey: I2859 offs: 0x000018d3 lens: 0x00000078 +0x000028d3-0x0000294a: +>>0 @I2859@ INDI +1 NAME Charles_XI // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 1655 +1 DEAT +2 DATE 1697 +1 FAMS @F1388@ +<< +[0071] INDI rkey: I2860 offs: 0x0000194b lens: 0x0000005d +0x0000294b-0x000029a7: +>>0 @I2860@ INDI +1 NAME Ulrich // +1 SEX M +1 BIRT +2 DATE 1578 +1 DEAT +2 DATE 1624 +1 FAMC @F437@ +<< +[0072] INDI rkey: I2861 offs: 0x000019a8 lens: 0x0000005e +0x000029a8-0x00002a05: +>>0 @I2861@ INDI +1 NAME Augusta // +1 SEX F +1 BIRT +2 DATE 1580 +1 DEAT +2 DATE 1639 +1 FAMC @F437@ +<< +[0073] INDI rkey: I2862 offs: 0x00001a06 lens: 0x0000005d +0x00002a06-0x00002a62: +>>0 @I2862@ INDI +1 NAME Hedwig // +1 SEX F +1 BIRT +2 DATE 1581 +1 DEAT +2 DATE 1641 +1 FAMC @F437@ +<< +[0074] INDI rkey: I2863 offs: 0x00001a63 lens: 0x0000007d +0x00002a63-0x00002adf: +>>0 @I2863@ INDI +1 NAME Christopher_III // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 1416 +1 DEAT +2 DATE 1448 +1 FAMS @F963@ +<< +[0075] INDI rkey: I2864 offs: 0x00001ae0 lens: 0x00000060 +0x00002ae0-0x00002b3f: +>>0 @I2864@ INDI +1 NAME Christina // +1 SEX F +1 BIRT +2 DATE 1461 +1 DEAT +2 DATE 1521 +1 FAMS @F808@ +<< +[0076] INDI rkey: I2865 offs: 0x00001b40 lens: 0x00000052 +0x00002b40-0x00002b91: +>>0 @I2865@ INDI +1 NAME Anne /de_la_Tour/ +1 SEX F +1 BIRT +2 DATE 1512 +1 FAMS @F810@ +<< +[0077] INDI rkey: I2866 offs: 0x00001b92 lens: 0x00000064 +0x00002b92-0x00002bf5: +>>0 @I2866@ INDI +1 NAME Alexander // +1 SEX M +1 TITL Bishop of Moray +1 BIRT +2 DATE 1534 +1 FAMC @F809@ +<< +[0078] INDI rkey: I2867 offs: 0x00001bf6 lens: 0x00000070 +0x00002bf6-0x00002c65: +>>0 @I2867@ INDI +1 NAME James // +1 SEX M +1 TITL Duke of Ross +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 1503 +1 FAMC @F490@ +<< +[0079] INDI rkey: I2868 offs: 0x00001c66 lens: 0x0000006e +0x00002c66-0x00002cd3: +>>0 @I2868@ INDI +1 NAME John // +1 SEX M +1 TITL Earl of Mar +1 BIRT +2 DATE 1479 +1 DEAT +2 DATE 1503 +1 FAMC @F490@ +<< +[0080] INDI rkey: I2869 offs: 0x00001cd4 lens: 0x00000061 +0x00002cd4-0x00002d34: +>>0 @I2869@ INDI +1 NAME Edward // +1 SEX M +1 TITL Earl of Carrick +1 DEAT +2 DATE 1318 +1 FAMC @F787@ +<< +[0081] INDI rkey: I2870 offs: 0x00001d35 lens: 0x0000004a +0x00002d35-0x00002d7e: +>>0 @I2870@ INDI +1 NAME Thomas // +1 SEX M +1 DEAT +2 DATE 1307 +1 FAMC @F787@ +<< +[0082] INDI rkey: I2871 offs: 0x00001d7f lens: 0x0000004d +0x00002d7f-0x00002dcb: +>>0 @I2871@ INDI +1 NAME Alexander // +1 SEX M +1 DEAT +2 DATE 1307 +1 FAMC @F787@ +<< +[0083] INDI rkey: I2872 offs: 0x00001dcc lens: 0x00000049 +0x00002dcc-0x00002e14: +>>0 @I2872@ INDI +1 NAME Nigel // +1 SEX M +1 DEAT +2 DATE 1306 +1 FAMC @F787@ +<< +[0084] INDI rkey: I2873 offs: 0x00001e15 lens: 0x0000004a +0x00002e15-0x00002e5e: +>>0 @I2873@ INDI +1 NAME Isabel // +1 SEX F +1 BIRT +2 DATE 1358 +1 FAMC @F787@ +<< +[0085] INDI rkey: I2874 offs: 0x00001e5f lens: 0x0000006d +0x00002e5f-0x00002ecb: +>>0 @I2874@ INDI +1 NAME Mary Christina of_Sicily// +1 SEX F +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1878 +1 FAMS @F646@ +<< +[0086] INDI rkey: I2875 offs: 0x00001ecc lens: 0x00000067 +0x00002ecc-0x00002f32: +>>0 @I2875@ INDI +1 NAME Antonia of_Sicily // +1 SEX F +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 1806 +1 FAMS @F648@ +<< +[0087] INDI rkey: I2876 offs: 0x00001f33 lens: 0x0000006a +0x00002f33-0x00002f9c: +>>0 @I2876@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1818 +1 FAMS @F649@ +<< +[0088] INDI rkey: I2877 offs: 0x00001f9d lens: 0x00000062 +0x00002f9d-0x00002ffe: +>>0 @I2877@ INDI +1 NAME Mary Josepha // +1 SEX F +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1829 +1 FAMS @F650@ +<< +[0089] INDI rkey: I2878 offs: 0x00001fff lens: 0x00000070 +0x00002fff-0x0000306e: +>>0 @I2878@ INDI +1 NAME Charles_IV // +1 SEX M +1 BIRT +2 DATE 1748 +1 DEAT +2 DATE 1819 +1 FAMC @F1389@ +1 FAMS @F647@ +<< +[0090] INDI rkey: I2879 offs: 0x0000206f lens: 0x0000006a +0x0000306f-0x000030d8: +>>0 @I2879@ INDI +1 NAME Maria Louisa of_Parma// +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1819 +1 FAMS @F647@ +<< +[0091] INDI rkey: I2880 offs: 0x000020d9 lens: 0x00000087 +0x000030d9-0x0000315f: +>>0 @I2880@ INDI +1 NAME Charles_III // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1716 +1 DEAT +2 DATE 1788 +1 FAMC @F1256@ +1 FAMS @F1389@ +<< +[0092] INDI rkey: I2881 offs: 0x00002160 lens: 0x00000062 +0x00003160-0x000031c1: +>>0 @I2881@ INDI +1 NAME Mary Amalia // +1 SEX F +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1760 +1 FAMS @F1389@ +<< +[0093] INDI rkey: I2882 offs: 0x000021c2 lens: 0x0000006a +0x000031c2-0x0000322b: +>>0 @I2882@ INDI +1 NAME Mary Anne of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1660 +1 DEAT +2 DATE 1690 +1 FAMS @F1254@ +<< +[0094] INDI rkey: I2883 offs: 0x0000222c lens: 0x00000062 +0x0000322c-0x0000328d: +>>0 @I2883@ INDI +1 NAME Mary Louise // +1 SEX F +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1714 +1 FAMS @F1255@ +<< +[0095] INDI rkey: I2884 offs: 0x0000228e lens: 0x00000074 +0x0000328e-0x00003301: +>>0 @I2884@ INDI +1 NAME Charles // +1 SEX M +1 TITL Duke of Styria +1 BIRT +2 DATE 1540 +1 DEAT +2 DATE 1590 +1 FAMS @F568@ +<< +[0096] INDI rkey: I2885 offs: 0x00002302 lens: 0x00000099 +0x00003302-0x0000339a: +>>0 @I2885@ INDI +1 NAME Philip_I the_Handsome // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1478 +2 PLAC Bruges,Flanders +1 DEAT +2 DATE 1506 +1 FAMS @F516@ +<< +[0097] INDI rkey: I2886 offs: 0x0000239b lens: 0x00000057 +0x0000339b-0x000033f1: +>>0 @I2886@ INDI +1 NAME Germaine of_Narbonne // +1 SEX F +1 DEAT +2 DATE 1536 +1 FAMS @F496@ +<< +[0098] INDI rkey: I2887 offs: 0x000023f2 lens: 0x0000007d +0x000033f2-0x0000346e: +>>0 @I2887@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1470 +1 DEAT +2 DATE 1498 +1 FAMC @F489@ +1 FAMS @F1390@ +1 FAMS @F1391@ +<< +[0099] INDI rkey: I2888 offs: 0x0000246f lens: 0x0000005b +0x0000346f-0x000034c9: +>>0 @I2888@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1482 +1 DEAT +2 DATE 1517 +1 FAMC @F489@ +<< +[0100] INDI rkey: I2889 offs: 0x000024ca lens: 0x0000006a +0x000034ca-0x00003533: +>>0 @I2889@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE 1478 +1 DEAT +2 DATE 1497 +1 FAMC @F489@ +1 FAMS @F1392@ +<< +[0101] INDI rkey: I2890 offs: 0x00002534 lens: 0x0000006b +0x00003534-0x0000359e: +>>0 @I2890@ INDI +1 NAME Alphonso of_Portugal // +1 SEX M +1 BIRT +2 DATE 1475 +1 DEAT +2 DATE 1491 +1 FAMS @F1390@ +<< +[0102] INDI rkey: I2891 offs: 0x0000259f lens: 0x00000077 +0x0000359f-0x00003615: +>>0 @I2891@ INDI +1 NAME Emanuel // +1 SEX M +1 TITL King of Portugal +1 BIRT +2 DATE 1469 +1 DEAT +2 DATE 1521 +1 FAMS @F1393@ +<< +[0103] INDI rkey: I2892 offs: 0x00002616 lens: 0x0000006f +0x00003616-0x00003684: +>>0 @I2892@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 1480 +1 DEAT +2 DATE 1530 +1 FAMS @F1392@ +1 FAMS @F1394@ +<< +[0104] INDI rkey: I2893 offs: 0x00002685 lens: 0x00000066 +0x00003685-0x000036ea: +>>0 @I2893@ INDI +1 NAME Philibert_II // +1 SEX M +1 TITL Duke of Savoy +1 DEAT +2 DATE 1504 +1 FAMS @F1394@ +<< +[0105] INDI rkey: I2894 offs: 0x000026eb lens: 0x0000007b +0x000036eb-0x00003765: +>>0 @I2894@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 1498 +1 DEAT +2 DATE 1558 +1 FAMC @F516@ +1 FAMS @F1393@ +1 FAMS @F958@ +<< +[0106] INDI rkey: I2895 offs: 0x00002766 lens: 0x0000007e +0x00003766-0x000037e3: +>>0 @I2895@ INDI +1 NAME Henry_XXIV Reuss-Ebersdorf // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1779 +1 FAMS @F1326@ +<< +[0107] INDI rkey: I2896 offs: 0x000027e4 lens: 0x00000080 +0x000037e4-0x00003863: +>>0 @I2896@ INDI +1 NAME Caroline Erbach-Schonberg // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1727 +1 DEAT +2 DATE 1795 +1 FAMS @F1326@ +<< +[0108] INDI rkey: I2897 offs: 0x00002864 lens: 0x00000081 +0x00003864-0x000038e4: +>>0 @I2897@ INDI +1 NAME Ernest Frederick of_Saxe-Coburg// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1800 +1 FAMS @F1260@ +<< +[0109] INDI rkey: I2898 offs: 0x000028e5 lens: 0x00000081 +0x000038e5-0x00003965: +>>0 @I2898@ INDI +1 NAME Sophia Antonia of_Brunswick// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1802 +1 FAMS @F1260@ +<< +[0110] INDI rkey: I2899 offs: 0x00002966 lens: 0x00000051 +0x00003966-0x000039b6: +>>0 @I2899@ INDI +1 NAME Michael of_Portugal // +1 SEX M +1 TITL Prince +1 FAMS @F612@ +<< +[0111] INDI rkey: I2900 offs: 0x000029b7 lens: 0x0000007f +0x000039b7-0x00003a35: +>>0 @I2900@ INDI +1 NAME Emanuel of_Orleans // +1 SEX M +1 TITL Duke of Vendome +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1931 +1 FAMS @F600@ +<< +[0112] INDI rkey: I2901 offs: 0x00002a36 lens: 0x0000006c +0x00003a36-0x00003aa1: +>>0 @I2901@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1924 +1 FAMC @F908@ +1 FAMS @F1395@ +<< +[0113] INDI rkey: I2902 offs: 0x00002aa2 lens: 0x0000007e +0x00003aa2-0x00003b1f: +>>0 @I2902@ INDI +1 NAME Stephanie // +1 SEX F +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1945 +1 FAMC @F908@ +1 FAMS @F1396@ +1 FAMS @F1397@ +<< +[0114] INDI rkey: I2903 offs: 0x00002b20 lens: 0x00000070 +0x00003b20-0x00003b8f: +>>0 @I2903@ INDI +1 NAME Clementine // +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1955 +1 FAMC @F908@ +1 FAMS @F1398@ +<< +[0115] INDI rkey: I2904 offs: 0x00002b90 lens: 0x00000075 +0x00003b90-0x00003c04: +>>0 @I2904@ INDI +1 NAME Victor // +1 SEX M +1 TITL Prince Napoleon +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1926 +1 FAMS @F1398@ +<< +[0116] INDI rkey: I2905 offs: 0x00002c05 lens: 0x0000007d +0x00003c05-0x00003c81: +>>0 @I2905@ INDI +1 NAME Rudolph of_Austria // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1889 +1 FAMS @F1396@ +<< +[0117] INDI rkey: I2906 offs: 0x00002c82 lens: 0x00000073 +0x00003c82-0x00003cf4: +>>0 @I2906@ INDI +1 NAME Elemer // +1 SEX M +1 TITL Prince Lonyai +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1946 +1 FAMS @F1397@ +<< +[0118] INDI rkey: I2907 offs: 0x00002cf5 lens: 0x0000007a +0x00003cf5-0x00003d6e: +>>0 @I2907@ INDI +1 NAME Philip of_Saxe-Coburg // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1844 +1 DEAT +2 DATE 1921 +1 FAMS @F1395@ +<< +[0119] INDI rkey: I2908 offs: 0x00002d6f lens: 0x0000005e +0x00003d6f-0x00003dcc: +>>0 @I2908@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1760 +1 DEAT +2 DATE 1776 +1 FAMS @F1261@ +<< +[0120] INDI rkey: I2909 offs: 0x00002dcd lens: 0x0000006a +0x00003dcd-0x00003e36: +>>0 @I2909@ INDI +1 NAME Alexandrine of_Baden // +1 SEX F +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1904 +1 FAMS @F920@ +<< +[0121] INDI rkey: I2910 offs: 0x00002e37 lens: 0x00000070 +0x00003e37-0x00003ea6: +>>0 @I2910@ INDI +1 NAME Antoinette (Antonia) /Kohary/ +1 SEX F +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1862 +1 FAMS @F149@ +<< +[0122] INDI rkey: I2911 offs: 0x00002ea7 lens: 0x0000007f +0x00003ea7-0x00003f25: +>>0 @I2911@ INDI +1 NAME Louis_I of_Hesse-Darmst. // +1 SEX M +1 TITL Landgrave +1 BIRT +2 DATE 1753 +1 DEAT +2 DATE 1830 +1 FAMS @F224@ +<< +[0123] INDI rkey: I2912 offs: 0x00002f26 lens: 0x0000006d +0x00003f26-0x00003f92: +>>0 @I2912@ INDI +1 NAME Louise of_Hesse-Darmst. // +1 SEX F +1 BIRT +2 DATE 1761 +1 DEAT +2 DATE 1829 +1 FAMS @F224@ +<< +[0124] INDI rkey: I2913 offs: 0x00002f93 lens: 0x00000052 +0x00003f93-0x00003fe4: +>>0 @I2913@ INDI +1 NAME Marie Christine // +1 SEX F +1 DEAT +2 DATE 1663 +1 FAMC @F344@ +<< +[0125] INDI rkey: I2914 offs: 0x00002fe5 lens: 0x00000040 +0x00003fe5-0x00004024: +>>0 @I2914@ INDI +1 NAME Marie de_Bourbon // +1 SEX F +1 FAMS @F363@ +<< +[0126] INDI rkey: I2915 offs: 0x00003025 lens: 0x00000074 +0x00004025-0x00004098: +>>0 @I2915@ INDI +1 NAME Ann Marie Louise// +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 1627 +1 DEAT +2 DATE 1693 +1 FAMC @F363@ +<< + +0x00004099: EOF (0x00004099) GOOD + +BLOCK - DIRECTORY af/ad +0x00000000:ix_self: 0x00050003 (af/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 192 +0x0000000e:ix_rkey[0000]: ' I2916' +0x00000016:ix_rkey[0001]: ' I2917' +0x0000001e:ix_rkey[0002]: ' I2918' +0x00000026:ix_rkey[0003]: ' I2919' +0x0000002e:ix_rkey[0004]: ' I2920' +0x00000036:ix_rkey[0005]: ' I2921' +0x0000003e:ix_rkey[0006]: ' I2922' +0x00000046:ix_rkey[0007]: ' I2923' +0x0000004e:ix_rkey[0008]: ' I2924' +0x00000056:ix_rkey[0009]: ' I2925' +0x0000005e:ix_rkey[0010]: ' I2926' +0x00000066:ix_rkey[0011]: ' I2927' +0x0000006e:ix_rkey[0012]: ' I2928' +0x00000076:ix_rkey[0013]: ' I2929' +0x0000007e:ix_rkey[0014]: ' I2930' +0x00000086:ix_rkey[0015]: ' I2931' +0x0000008e:ix_rkey[0016]: ' I2932' +0x00000096:ix_rkey[0017]: ' I2933' +0x0000009e:ix_rkey[0018]: ' I2934' +0x000000a6:ix_rkey[0019]: ' I2935' +0x000000ae:ix_rkey[0020]: ' I2936' +0x000000b6:ix_rkey[0021]: ' I2937' +0x000000be:ix_rkey[0022]: ' I2938' +0x000000c6:ix_rkey[0023]: ' I2939' +0x000000ce:ix_rkey[0024]: ' I2940' +0x000000d6:ix_rkey[0025]: ' I2941' +0x000000de:ix_rkey[0026]: ' I2942' +0x000000e6:ix_rkey[0027]: ' I2943' +0x000000ee:ix_rkey[0028]: ' I2944' +0x000000f6:ix_rkey[0029]: ' I2945' +0x000000fe:ix_rkey[0030]: ' I2946' +0x00000106:ix_rkey[0031]: ' I2947' +0x0000010e:ix_rkey[0032]: ' I2948' +0x00000116:ix_rkey[0033]: ' I2949' +0x0000011e:ix_rkey[0034]: ' I2950' +0x00000126:ix_rkey[0035]: ' I2951' +0x0000012e:ix_rkey[0036]: ' I2952' +0x00000136:ix_rkey[0037]: ' I2953' +0x0000013e:ix_rkey[0038]: ' I2954' +0x00000146:ix_rkey[0039]: ' I2955' +0x0000014e:ix_rkey[0040]: ' I2956' +0x00000156:ix_rkey[0041]: ' I2957' +0x0000015e:ix_rkey[0042]: ' I2958' +0x00000166:ix_rkey[0043]: ' I2959' +0x0000016e:ix_rkey[0044]: ' I2960' +0x00000176:ix_rkey[0045]: ' I2961' +0x0000017e:ix_rkey[0046]: ' I2962' +0x00000186:ix_rkey[0047]: ' I2963' +0x0000018e:ix_rkey[0048]: ' I2964' +0x00000196:ix_rkey[0049]: ' I2965' +0x0000019e:ix_rkey[0050]: ' I2966' +0x000001a6:ix_rkey[0051]: ' I2967' +0x000001ae:ix_rkey[0052]: ' I2968' +0x000001b6:ix_rkey[0053]: ' I2969' +0x000001be:ix_rkey[0054]: ' I2970' +0x000001c6:ix_rkey[0055]: ' I2971' +0x000001ce:ix_rkey[0056]: ' I2972' +0x000001d6:ix_rkey[0057]: ' I2973' +0x000001de:ix_rkey[0058]: ' I2974' +0x000001e6:ix_rkey[0059]: ' I2975' +0x000001ee:ix_rkey[0060]: ' I2976' +0x000001f6:ix_rkey[0061]: ' I2977' +0x000001fe:ix_rkey[0062]: ' I2978' +0x00000206:ix_rkey[0063]: ' I2979' +0x0000020e:ix_rkey[0064]: ' I2980' +0x00000216:ix_rkey[0065]: ' I2981' +0x0000021e:ix_rkey[0066]: ' I2982' +0x00000226:ix_rkey[0067]: ' I2983' +0x0000022e:ix_rkey[0068]: ' I2984' +0x00000236:ix_rkey[0069]: ' I2985' +0x0000023e:ix_rkey[0070]: ' I2986' +0x00000246:ix_rkey[0071]: ' I2987' +0x0000024e:ix_rkey[0072]: ' I2988' +0x00000256:ix_rkey[0073]: ' I2989' +0x0000025e:ix_rkey[0074]: ' I2990' +0x00000266:ix_rkey[0075]: ' I2991' +0x0000026e:ix_rkey[0076]: ' I2992' +0x00000276:ix_rkey[0077]: ' I2993' +0x0000027e:ix_rkey[0078]: ' I2994' +0x00000286:ix_rkey[0079]: ' I2995' +0x0000028e:ix_rkey[0080]: ' I2996' +0x00000296:ix_rkey[0081]: ' I2997' +0x0000029e:ix_rkey[0082]: ' I2998' +0x000002a6:ix_rkey[0083]: ' I2999' +0x000002ae:ix_rkey[0084]: ' I3000' +0x000002b6:ix_rkey[0085]: ' I3001' +0x000002be:ix_rkey[0086]: ' I3002' +0x000002c6:ix_rkey[0087]: ' I3003' +0x000002ce:ix_rkey[0088]: ' I3004' +0x000002d6:ix_rkey[0089]: ' I3005' +0x000002de:ix_rkey[0090]: ' I3006' +0x000002e6:ix_rkey[0091]: ' I3007' +0x000002ee:ix_rkey[0092]: ' I3008' +0x000002f6:ix_rkey[0093]: ' I3009' +0x000002fe:ix_rkey[0094]: ' I3010' +0x00000306:ix_rkey[0095]: ' N$C634' +0x0000030e:ix_rkey[0096]: ' N$E415' +0x00000316:ix_rkey[0097]: ' N$F323' +0x0000031e:ix_rkey[0098]: ' N$G651' +0x00000326:ix_rkey[0099]: ' N$L200' +0x0000032e:ix_rkey[0100]: ' N$M300' +0x00000336:ix_rkey[0101]: ' N$O435' +0x0000033e:ix_rkey[0102]: ' N$S152' +0x00000346:ix_rkey[0103]: ' N$S214' +0x0000034e:ix_rkey[0104]: ' N$S253' +0x00000356:ix_rkey[0105]: ' N$U525' +0x0000035e:ix_rkey[0106]: ' N$V556' +0x00000366:ix_rkey[0107]: ' N$Z999' +0x0000036e:ix_rkey[0108]: ' NAA652' +0x00000376:ix_rkey[0109]: ' NAB163' +0x0000037e:ix_rkey[0110]: ' NAB245' +0x00000386:ix_rkey[0111]: ' NAB251' +0x0000038e:ix_rkey[0112]: ' NAB450' +0x00000396:ix_rkey[0113]: ' NAB635' +0x0000039e:ix_rkey[0114]: ' NAC634' +0x000003a6:ix_rkey[0115]: ' NAC652' +0x000003ae:ix_rkey[0116]: ' NAD100' +0x000003b6:ix_rkey[0117]: ' NAD230' +0x000003be:ix_rkey[0118]: ' NAD242' +0x000003c6:ix_rkey[0119]: ' NAD260' +0x000003ce:ix_rkey[0120]: ' NAD340' +0x000003d6:ix_rkey[0121]: ' NAD343' +0x000003de:ix_rkey[0122]: ' NAD352' +0x000003e6:ix_rkey[0123]: ' NAD436' +0x000003ee:ix_rkey[0124]: ' NAE560' +0x000003f6:ix_rkey[0125]: ' NAF622' +0x000003fe:ix_rkey[0126]: ' NAF625' +0x00000406:ix_rkey[0127]: ' NAF656' +0x0000040e:ix_rkey[0128]: ' NAG320' +0x00000416:ix_rkey[0129]: ' NAG400' +0x0000041e:ix_rkey[0130]: ' NAG600' +0x00000426:ix_rkey[0131]: ' NAH300' +0x0000042e:ix_rkey[0132]: ' NAH400' +0x00000436:ix_rkey[0133]: ' NAH420' +0x0000043e:ix_rkey[0134]: ' NAH516' +0x00000446:ix_rkey[0135]: ' NAH524' +0x0000044e:ix_rkey[0136]: ' NAH543' +0x00000456:ix_rkey[0137]: ' NAH635' +0x0000045e:ix_rkey[0138]: ' NAK140' +0x00000466:ix_rkey[0139]: ' NAK542' +0x0000046e:ix_rkey[0140]: ' NAK600' +0x00000476:ix_rkey[0141]: ' NAL242' +0x0000047e:ix_rkey[0142]: ' NAL531' +0x00000486:ix_rkey[0143]: ' NAL625' +0x0000048e:ix_rkey[0144]: ' NAM160' +0x00000496:ix_rkey[0145]: ' NAM250' +0x0000049e:ix_rkey[0146]: ' NAM262' +0x000004a6:ix_rkey[0147]: ' NAM520' +0x000004ae:ix_rkey[0148]: ' NAM532' +0x000004b6:ix_rkey[0149]: ' NAM600' +0x000004be:ix_rkey[0150]: ' NAM625' +0x000004c6:ix_rkey[0151]: ' NAM635' +0x000004ce:ix_rkey[0152]: ' NAN140' +0x000004d6:ix_rkey[0153]: ' NAN463' +0x000004de:ix_rkey[0154]: ' NAO241' +0x000004e6:ix_rkey[0155]: ' NAO435' +0x000004ee:ix_rkey[0156]: ' NAP465' +0x000004f6:ix_rkey[0157]: ' NAR126' +0x000004fe:ix_rkey[0158]: ' NAR240' +0x00000506:ix_rkey[0159]: ' NAR362' +0x0000050e:ix_rkey[0160]: ' NAR520' +0x00000516:ix_rkey[0161]: ' NAR551' +0x0000051e:ix_rkey[0162]: ' NAS152' +0x00000526:ix_rkey[0163]: ' NAS214' +0x0000052e:ix_rkey[0164]: ' NAS242' +0x00000536:ix_rkey[0165]: ' NAS253' +0x0000053e:ix_rkey[0166]: ' NAS265' +0x00000546:ix_rkey[0167]: ' NAS316' +0x0000054e:ix_rkey[0168]: ' NAS322' +0x00000556:ix_rkey[0169]: ' NAS350' +0x0000055e:ix_rkey[0170]: ' NAS351' +0x00000566:ix_rkey[0171]: ' NAS363' +0x0000056e:ix_rkey[0172]: ' NAS364' +0x00000576:ix_rkey[0173]: ' NAS421' +0x0000057e:ix_rkey[0174]: ' NAS560' +0x00000586:ix_rkey[0175]: ' NAT360' +0x0000058e:ix_rkey[0176]: ' NAT413' +0x00000596:ix_rkey[0177]: ' NAT416' +0x0000059e:ix_rkey[0178]: ' NAT450' +0x000005a6:ix_rkey[0179]: ' NAT525' +0x000005ae:ix_rkey[0180]: ' NAT645' +0x000005b6:ix_rkey[0181]: ' NAU452' +0x000005be:ix_rkey[0182]: ' NAV425' +0x000005c6:ix_rkey[0183]: ' NAV562' +0x000005ce:ix_rkey[0184]: ' NAW342' +0x000005d6:ix_rkey[0185]: ' NAW424' +0x000005de:ix_rkey[0186]: ' NAW432' +0x000005e6:ix_rkey[0187]: ' NAW532' +0x000005ee:ix_rkey[0188]: ' NAW630' +0x000005f6:ix_rkey[0189]: ' NAW635' +0x000005fe:ix_rkey[0190]: ' NAZ121' +0x00000606:ix_rkey[0191]: ' NAZ652' + +deleted/unused entries +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000073 +0x0000080c:ix_offs[0001]: 0x00000073 0x00000c08:ix_lens[0001]: 0x00000065 +0x00000810:ix_offs[0002]: 0x000000d8 0x00000c0c:ix_lens[0002]: 0x00000056 +0x00000814:ix_offs[0003]: 0x0000012e 0x00000c10:ix_lens[0003]: 0x00000082 +0x00000818:ix_offs[0004]: 0x000001b0 0x00000c14:ix_lens[0004]: 0x0000006c +0x0000081c:ix_offs[0005]: 0x0000021c 0x00000c18:ix_lens[0005]: 0x0000007c +0x00000820:ix_offs[0006]: 0x00000298 0x00000c1c:ix_lens[0006]: 0x00000040 +0x00000824:ix_offs[0007]: 0x000002d8 0x00000c20:ix_lens[0007]: 0x0000003e +0x00000828:ix_offs[0008]: 0x00000316 0x00000c24:ix_lens[0008]: 0x00000046 +0x0000082c:ix_offs[0009]: 0x0000035c 0x00000c28:ix_lens[0009]: 0x00000067 +0x00000830:ix_offs[0010]: 0x000003c3 0x00000c2c:ix_lens[0010]: 0x00000040 +0x00000834:ix_offs[0011]: 0x00000403 0x00000c30:ix_lens[0011]: 0x00000042 +0x00000838:ix_offs[0012]: 0x00000445 0x00000c34:ix_lens[0012]: 0x0000003a +0x0000083c:ix_offs[0013]: 0x0000047f 0x00000c38:ix_lens[0013]: 0x0000003e +0x00000840:ix_offs[0014]: 0x000004bd 0x00000c3c:ix_lens[0014]: 0x00000052 +0x00000844:ix_offs[0015]: 0x0000050f 0x00000c40:ix_lens[0015]: 0x00000051 +0x00000848:ix_offs[0016]: 0x00000560 0x00000c44:ix_lens[0016]: 0x0000005c +0x0000084c:ix_offs[0017]: 0x000005bc 0x00000c48:ix_lens[0017]: 0x00000090 +0x00000850:ix_offs[0018]: 0x0000064c 0x00000c4c:ix_lens[0018]: 0x00000067 +0x00000854:ix_offs[0019]: 0x000006b3 0x00000c50:ix_lens[0019]: 0x0000007c +0x00000858:ix_offs[0020]: 0x0000072f 0x00000c54:ix_lens[0020]: 0x0000006d +0x0000085c:ix_offs[0021]: 0x0000079c 0x00000c58:ix_lens[0021]: 0x00000074 +0x00000860:ix_offs[0022]: 0x00000810 0x00000c5c:ix_lens[0022]: 0x00000071 +0x00000864:ix_offs[0023]: 0x00000881 0x00000c60:ix_lens[0023]: 0x00000081 +0x00000868:ix_offs[0024]: 0x00000902 0x00000c64:ix_lens[0024]: 0x0000007c +0x0000086c:ix_offs[0025]: 0x0000097e 0x00000c68:ix_lens[0025]: 0x00000091 +0x00000870:ix_offs[0026]: 0x00000a0f 0x00000c6c:ix_lens[0026]: 0x00000095 +0x00000874:ix_offs[0027]: 0x00000aa4 0x00000c70:ix_lens[0027]: 0x0000009b +0x00000878:ix_offs[0028]: 0x00000b3f 0x00000c74:ix_lens[0028]: 0x0000009c +0x0000087c:ix_offs[0029]: 0x00000bdb 0x00000c78:ix_lens[0029]: 0x00000072 +0x00000880:ix_offs[0030]: 0x00000c4d 0x00000c7c:ix_lens[0030]: 0x0000008f +0x00000884:ix_offs[0031]: 0x00000cdc 0x00000c80:ix_lens[0031]: 0x0000007f +0x00000888:ix_offs[0032]: 0x00000d5b 0x00000c84:ix_lens[0032]: 0x00000089 +0x0000088c:ix_offs[0033]: 0x00000de4 0x00000c88:ix_lens[0033]: 0x0000007a +0x00000890:ix_offs[0034]: 0x00000e5e 0x00000c8c:ix_lens[0034]: 0x00000089 +0x00000894:ix_offs[0035]: 0x00000ee7 0x00000c90:ix_lens[0035]: 0x0000008b +0x00000898:ix_offs[0036]: 0x00000f72 0x00000c94:ix_lens[0036]: 0x0000007c +0x0000089c:ix_offs[0037]: 0x00000fee 0x00000c98:ix_lens[0037]: 0x00000089 +0x000008a0:ix_offs[0038]: 0x00001077 0x00000c9c:ix_lens[0038]: 0x0000007a +0x000008a4:ix_offs[0039]: 0x000010f1 0x00000ca0:ix_lens[0039]: 0x0000007d +0x000008a8:ix_offs[0040]: 0x0000116e 0x00000ca4:ix_lens[0040]: 0x0000007d +0x000008ac:ix_offs[0041]: 0x000011eb 0x00000ca8:ix_lens[0041]: 0x0000004b +0x000008b0:ix_offs[0042]: 0x00001236 0x00000cac:ix_lens[0042]: 0x000000c0 +0x000008b4:ix_offs[0043]: 0x000012f6 0x00000cb0:ix_lens[0043]: 0x00000056 +0x000008b8:ix_offs[0044]: 0x0000134c 0x00000cb4:ix_lens[0044]: 0x00000054 +0x000008bc:ix_offs[0045]: 0x000013a0 0x00000cb8:ix_lens[0045]: 0x0000004e +0x000008c0:ix_offs[0046]: 0x000013ee 0x00000cbc:ix_lens[0046]: 0x00000054 +0x000008c4:ix_offs[0047]: 0x00001442 0x00000cc0:ix_lens[0047]: 0x00000050 +0x000008c8:ix_offs[0048]: 0x00001492 0x00000cc4:ix_lens[0048]: 0x00000053 +0x000008cc:ix_offs[0049]: 0x000014e5 0x00000cc8:ix_lens[0049]: 0x00000051 +0x000008d0:ix_offs[0050]: 0x00001536 0x00000ccc:ix_lens[0050]: 0x00000035 +0x000008d4:ix_offs[0051]: 0x0000156b 0x00000cd0:ix_lens[0051]: 0x00000039 +0x000008d8:ix_offs[0052]: 0x000015a4 0x00000cd4:ix_lens[0052]: 0x0000004a +0x000008dc:ix_offs[0053]: 0x000015ee 0x00000cd8:ix_lens[0053]: 0x00000086 +0x000008e0:ix_offs[0054]: 0x00001674 0x00000cdc:ix_lens[0054]: 0x0000003f +0x000008e4:ix_offs[0055]: 0x000016b3 0x00000ce0:ix_lens[0055]: 0x00000054 +0x000008e8:ix_offs[0056]: 0x00001707 0x00000ce4:ix_lens[0056]: 0x00000063 +0x000008ec:ix_offs[0057]: 0x0000176a 0x00000ce8:ix_lens[0057]: 0x0000003b +0x000008f0:ix_offs[0058]: 0x000017a5 0x00000cec:ix_lens[0058]: 0x00000037 +0x000008f4:ix_offs[0059]: 0x000017dc 0x00000cf0:ix_lens[0059]: 0x00000036 +0x000008f8:ix_offs[0060]: 0x00001812 0x00000cf4:ix_lens[0060]: 0x00000081 +0x000008fc:ix_offs[0061]: 0x00001893 0x00000cf8:ix_lens[0061]: 0x00000040 +0x00000900:ix_offs[0062]: 0x000018d3 0x00000cfc:ix_lens[0062]: 0x0000006c +0x00000904:ix_offs[0063]: 0x0000193f 0x00000d00:ix_lens[0063]: 0x0000003e +0x00000908:ix_offs[0064]: 0x0000197d 0x00000d04:ix_lens[0064]: 0x0000003d +0x0000090c:ix_offs[0065]: 0x000019ba 0x00000d08:ix_lens[0065]: 0x00000050 +0x00000910:ix_offs[0066]: 0x00001a0a 0x00000d0c:ix_lens[0066]: 0x0000003b +0x00000914:ix_offs[0067]: 0x00001a45 0x00000d10:ix_lens[0067]: 0x00000037 +0x00000918:ix_offs[0068]: 0x00001a7c 0x00000d14:ix_lens[0068]: 0x00000068 +0x0000091c:ix_offs[0069]: 0x00001ae4 0x00000d18:ix_lens[0069]: 0x00000061 +0x00000920:ix_offs[0070]: 0x00001b45 0x00000d1c:ix_lens[0070]: 0x00000050 +0x00000924:ix_offs[0071]: 0x00001b95 0x00000d20:ix_lens[0071]: 0x00000044 +0x00000928:ix_offs[0072]: 0x00001bd9 0x00000d24:ix_lens[0072]: 0x00000038 +0x0000092c:ix_offs[0073]: 0x00001c11 0x00000d28:ix_lens[0073]: 0x0000005a +0x00000930:ix_offs[0074]: 0x00001c6b 0x00000d2c:ix_lens[0074]: 0x0000002c +0x00000934:ix_offs[0075]: 0x00001c97 0x00000d30:ix_lens[0075]: 0x0000002c +0x00000938:ix_offs[0076]: 0x00001cc3 0x00000d34:ix_lens[0076]: 0x0000002c +0x0000093c:ix_offs[0077]: 0x00001cef 0x00000d38:ix_lens[0077]: 0x0000002c +0x00000940:ix_offs[0078]: 0x00001d1b 0x00000d3c:ix_lens[0078]: 0x0000004b +0x00000944:ix_offs[0079]: 0x00001d66 0x00000d40:ix_lens[0079]: 0x0000007e +0x00000948:ix_offs[0080]: 0x00001de4 0x00000d44:ix_lens[0080]: 0x00000073 +0x0000094c:ix_offs[0081]: 0x00001e57 0x00000d48:ix_lens[0081]: 0x0000008a +0x00000950:ix_offs[0082]: 0x00001ee1 0x00000d4c:ix_lens[0082]: 0x00000092 +0x00000954:ix_offs[0083]: 0x00001f73 0x00000d50:ix_lens[0083]: 0x0000004e +0x00000958:ix_offs[0084]: 0x00001fc1 0x00000d54:ix_lens[0084]: 0x00000051 +0x0000095c:ix_offs[0085]: 0x00002012 0x00000d58:ix_lens[0085]: 0x00000040 +0x00000960:ix_offs[0086]: 0x00002052 0x00000d5c:ix_lens[0086]: 0x0000003f +0x00000964:ix_offs[0087]: 0x00002091 0x00000d60:ix_lens[0087]: 0x00000041 +0x00000968:ix_offs[0088]: 0x000020d2 0x00000d64:ix_lens[0088]: 0x0000006e +0x0000096c:ix_offs[0089]: 0x00002140 0x00000d68:ix_lens[0089]: 0x0000003e +0x00000970:ix_offs[0090]: 0x0000217e 0x00000d6c:ix_lens[0090]: 0x00000062 +0x00000974:ix_offs[0091]: 0x000021e0 0x00000d70:ix_lens[0091]: 0x0000003f +0x00000978:ix_offs[0092]: 0x0000221f 0x00000d74:ix_lens[0092]: 0x00000037 +0x0000097c:ix_offs[0093]: 0x00002256 0x00000d78:ix_lens[0093]: 0x00000051 +0x00000980:ix_offs[0094]: 0x000022a7 0x00000d7c:ix_lens[0094]: 0x0000005b +0x00000984:ix_offs[0095]: 0x00002302 0x00000d80:ix_lens[0095]: 0x0000001b +0x00000988:ix_offs[0096]: 0x0000231d 0x00000d84:ix_lens[0096]: 0x0000001e +0x0000098c:ix_offs[0097]: 0x0000233b 0x00000d88:ix_lens[0097]: 0x0000001c +0x00000990:ix_offs[0098]: 0x00002357 0x00000d8c:ix_lens[0098]: 0x0000001c +0x00000994:ix_offs[0099]: 0x00002373 0x00000d90:ix_lens[0099]: 0x00000054 +0x00000998:ix_offs[0100]: 0x000023c7 0x00000d94:ix_lens[0100]: 0x00000019 +0x0000099c:ix_offs[0101]: 0x000023e0 0x00000d98:ix_lens[0101]: 0x00000034 +0x000009a0:ix_offs[0102]: 0x00002414 0x00000d9c:ix_lens[0102]: 0x0000001a +0x000009a4:ix_offs[0103]: 0x0000242e 0x00000da0:ix_lens[0103]: 0x0000001a +0x000009a8:ix_offs[0104]: 0x00002448 0x00000da4:ix_lens[0104]: 0x0000001a +0x000009ac:ix_offs[0105]: 0x00002462 0x00000da8:ix_lens[0105]: 0x00000088 +0x000009b0:ix_offs[0106]: 0x000024ea 0x00000dac:ix_lens[0106]: 0x00000020 +0x000009b4:ix_offs[0107]: 0x0000250a 0x00000db0:ix_lens[0107]: 0x000000c4 +0x000009b8:ix_offs[0108]: 0x000025ce 0x00000db4:ix_lens[0108]: 0x00000038 +0x000009bc:ix_offs[0109]: 0x00002606 0x00000db8:ix_lens[0109]: 0x00000021 +0x000009c0:ix_offs[0110]: 0x00002627 0x00000dbc:ix_lens[0110]: 0x0000002f +0x000009c4:ix_offs[0111]: 0x00002656 0x00000dc0:ix_lens[0111]: 0x00000022 +0x000009c8:ix_offs[0112]: 0x00002678 0x00000dc4:ix_lens[0112]: 0x0000001f +0x000009cc:ix_offs[0113]: 0x00002697 0x00000dc8:ix_lens[0113]: 0x00000090 +0x000009d0:ix_offs[0114]: 0x00002727 0x00000dcc:ix_lens[0114]: 0x0000002a +0x000009d4:ix_offs[0115]: 0x00002751 0x00000dd0:ix_lens[0115]: 0x00000026 +0x000009d8:ix_offs[0116]: 0x00002777 0x00000dd4:ix_lens[0116]: 0x00000022 +0x000009dc:ix_offs[0117]: 0x00002799 0x00000dd8:ix_lens[0117]: 0x00000025 +0x000009e0:ix_offs[0118]: 0x000027be 0x00000ddc:ix_lens[0118]: 0x00000025 +0x000009e4:ix_offs[0119]: 0x000027e3 0x00000de0:ix_lens[0119]: 0x00000038 +0x000009e8:ix_offs[0120]: 0x0000281b 0x00000de4:ix_lens[0120]: 0x00000022 +0x000009ec:ix_offs[0121]: 0x0000283d 0x00000de8:ix_lens[0121]: 0x00000023 +0x000009f0:ix_offs[0122]: 0x00002860 0x00000dec:ix_lens[0122]: 0x00000022 +0x000009f4:ix_offs[0123]: 0x00002882 0x00000df0:ix_lens[0123]: 0x00000023 +0x000009f8:ix_offs[0124]: 0x000028a5 0x00000df4:ix_lens[0124]: 0x00000020 +0x000009fc:ix_offs[0125]: 0x000028c5 0x00000df8:ix_lens[0125]: 0x00000088 +0x00000a00:ix_offs[0126]: 0x0000294d 0x00000dfc:ix_lens[0126]: 0x0000002e +0x00000a04:ix_offs[0127]: 0x0000297b 0x00000e00:ix_lens[0127]: 0x00000024 +0x00000a08:ix_offs[0128]: 0x0000299f 0x00000e04:ix_lens[0128]: 0x00000031 +0x00000a0c:ix_offs[0129]: 0x000029d0 0x00000e08:ix_lens[0129]: 0x00000028 +0x00000a10:ix_offs[0130]: 0x000029f8 0x00000e0c:ix_lens[0130]: 0x0000001d +0x00000a14:ix_offs[0131]: 0x00002a15 0x00000e10:ix_lens[0131]: 0x0000001d +0x00000a18:ix_offs[0132]: 0x00002a32 0x00000e14:ix_lens[0132]: 0x00000041 +0x00000a1c:ix_offs[0133]: 0x00002a73 0x00000e18:ix_lens[0133]: 0x00000028 +0x00000a20:ix_offs[0134]: 0x00002a9b 0x00000e1c:ix_lens[0134]: 0x00000162 +0x00000a24:ix_offs[0135]: 0x00002bfd 0x00000e20:ix_lens[0135]: 0x00000028 +0x00000a28:ix_offs[0136]: 0x00002c25 0x00000e24:ix_lens[0136]: 0x00000023 +0x00000a2c:ix_offs[0137]: 0x00002c48 0x00000e28:ix_lens[0137]: 0x0000001f +0x00000a30:ix_offs[0138]: 0x00002c67 0x00000e2c:ix_lens[0138]: 0x0000001f +0x00000a34:ix_offs[0139]: 0x00002c86 0x00000e30:ix_lens[0139]: 0x00000020 +0x00000a38:ix_offs[0140]: 0x00002ca6 0x00000e34:ix_lens[0140]: 0x0000002e +0x00000a3c:ix_offs[0141]: 0x00002cd4 0x00000e38:ix_lens[0141]: 0x00000027 +0x00000a40:ix_offs[0142]: 0x00002cfb 0x00000e3c:ix_lens[0142]: 0x00000021 +0x00000a44:ix_offs[0143]: 0x00002d1c 0x00000e40:ix_lens[0143]: 0x0000001f +0x00000a48:ix_offs[0144]: 0x00002d3b 0x00000e44:ix_lens[0144]: 0x00000020 +0x00000a4c:ix_offs[0145]: 0x00002d5b 0x00000e48:ix_lens[0145]: 0x0000003a +0x00000a50:ix_offs[0146]: 0x00002d95 0x00000e4c:ix_lens[0146]: 0x00000032 +0x00000a54:ix_offs[0147]: 0x00002dc7 0x00000e50:ix_lens[0147]: 0x00000021 +0x00000a58:ix_offs[0148]: 0x00002de8 0x00000e54:ix_lens[0148]: 0x00000051 +0x00000a5c:ix_offs[0149]: 0x00002e39 0x00000e58:ix_lens[0149]: 0x00000028 +0x00000a60:ix_offs[0150]: 0x00002e61 0x00000e5c:ix_lens[0150]: 0x0000001f +0x00000a64:ix_offs[0151]: 0x00002e80 0x00000e60:ix_lens[0151]: 0x00000041 +0x00000a68:ix_offs[0152]: 0x00002ec1 0x00000e64:ix_lens[0152]: 0x0000001f +0x00000a6c:ix_offs[0153]: 0x00002ee0 0x00000e68:ix_lens[0153]: 0x00000024 +0x00000a70:ix_offs[0154]: 0x00002f04 0x00000e6c:ix_lens[0154]: 0x00000020 +0x00000a74:ix_offs[0155]: 0x00002f24 0x00000e70:ix_lens[0155]: 0x00000049 +0x00000a78:ix_offs[0156]: 0x00002f6d 0x00000e74:ix_lens[0156]: 0x0000002a +0x00000a7c:ix_offs[0157]: 0x00002f97 0x00000e78:ix_lens[0157]: 0x0000001f +0x00000a80:ix_offs[0158]: 0x00002fb6 0x00000e7c:ix_lens[0158]: 0x00000020 +0x00000a84:ix_offs[0159]: 0x00002fd6 0x00000e80:ix_lens[0159]: 0x00000024 +0x00000a88:ix_offs[0160]: 0x00002ffa 0x00000e84:ix_lens[0160]: 0x0000004a +0x00000a8c:ix_offs[0161]: 0x00003044 0x00000e88:ix_lens[0161]: 0x0000029e +0x00000a90:ix_offs[0162]: 0x000032e2 0x00000e8c:ix_lens[0162]: 0x0000002c +0x00000a94:ix_offs[0163]: 0x0000330e 0x00000e90:ix_lens[0163]: 0x00000022 +0x00000a98:ix_offs[0164]: 0x00003330 0x00000e94:ix_lens[0164]: 0x00000025 +0x00000a9c:ix_offs[0165]: 0x00003355 0x00000e98:ix_lens[0165]: 0x00000021 +0x00000aa0:ix_offs[0166]: 0x00003376 0x00000e9c:ix_lens[0166]: 0x0000001f +0x00000aa4:ix_offs[0167]: 0x00003395 0x00000ea0:ix_lens[0167]: 0x00000021 +0x00000aa8:ix_offs[0168]: 0x000033b6 0x00000ea4:ix_lens[0168]: 0x00000021 +0x00000aac:ix_offs[0169]: 0x000033d7 0x00000ea8:ix_lens[0169]: 0x00000029 +0x00000ab0:ix_offs[0170]: 0x00003400 0x00000eac:ix_lens[0170]: 0x00000021 +0x00000ab4:ix_offs[0171]: 0x00003421 0x00000eb0:ix_lens[0171]: 0x00000098 +0x00000ab8:ix_offs[0172]: 0x000034b9 0x00000eb4:ix_lens[0172]: 0x00000023 +0x00000abc:ix_offs[0173]: 0x000034dc 0x00000eb8:ix_lens[0173]: 0x0000002a +0x00000ac0:ix_offs[0174]: 0x00003506 0x00000ebc:ix_lens[0174]: 0x00000050 +0x00000ac4:ix_offs[0175]: 0x00003556 0x00000ec0:ix_lens[0175]: 0x00000020 +0x00000ac8:ix_offs[0176]: 0x00003576 0x00000ec4:ix_lens[0176]: 0x00000023 +0x00000acc:ix_offs[0177]: 0x00003599 0x00000ec8:ix_lens[0177]: 0x0000002f +0x00000ad0:ix_offs[0178]: 0x000035c8 0x00000ecc:ix_lens[0178]: 0x00000020 +0x00000ad4:ix_offs[0179]: 0x000035e8 0x00000ed0:ix_lens[0179]: 0x00000025 +0x00000ad8:ix_offs[0180]: 0x0000360d 0x00000ed4:ix_lens[0180]: 0x00000038 +0x00000adc:ix_offs[0181]: 0x00003645 0x00000ed8:ix_lens[0181]: 0x00000021 +0x00000ae0:ix_offs[0182]: 0x00003666 0x00000edc:ix_lens[0182]: 0x00000022 +0x00000ae4:ix_offs[0183]: 0x00003688 0x00000ee0:ix_lens[0183]: 0x00000027 +0x00000ae8:ix_offs[0184]: 0x000036af 0x00000ee4:ix_lens[0184]: 0x00000071 +0x00000aec:ix_offs[0185]: 0x00003720 0x00000ee8:ix_lens[0185]: 0x0000004f +0x00000af0:ix_offs[0186]: 0x0000376f 0x00000eec:ix_lens[0186]: 0x0000002a +0x00000af4:ix_offs[0187]: 0x00003799 0x00000ef0:ix_lens[0187]: 0x0000007c +0x00000af8:ix_offs[0188]: 0x00003815 0x00000ef4:ix_lens[0188]: 0x00000021 +0x00000afc:ix_offs[0189]: 0x00003836 0x00000ef8:ix_lens[0189]: 0x00000049 +0x00000b00:ix_offs[0190]: 0x0000387f 0x00000efc:ix_lens[0190]: 0x00000026 +0x00000b04:ix_offs[0191]: 0x000038a5 0x00000f00:ix_lens[0191]: 0x00000026 + +0x00000b08-0x00000c03:ix_offs[0192-0254] default value 0x00000000 +0x00000f04-0x00000fff:ix_lens[0192-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2916 offs: 0x00000000 lens: 0x00000073 +0x00001000-0x00001072: +>>0 @I2916@ INDI +1 NAME Elizabeth Charlotte of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1652 +1 DEAT +2 DATE 1722 +1 FAMS @F444@ +<< +[0001] INDI rkey: I2917 offs: 0x00000073 lens: 0x00000065 +0x00001073-0x000010d7: +>>0 @I2917@ INDI +1 NAME Elizabeth Charlotte // +1 SEX F +1 BIRT +2 DATE 1676 +1 FAMC @F444@ +1 FAMS @F1399@ +<< +[0002] INDI rkey: I2918 offs: 0x000000d8 lens: 0x00000056 +0x000010d8-0x0000112d: +>>0 @I2918@ INDI +1 NAME Leopold Joseph de_Lorraine// +1 SEX M +1 TITL Duke +1 FAMS @F1399@ +<< +[0003] INDI rkey: I2919 offs: 0x0000012e lens: 0x00000082 +0x0000112e-0x000011af: +>>0 @I2919@ INDI +1 NAME Francoise Marie de_Blois// +1 SEX F +1 TITL Mademoiselle +1 BIRT +2 DATE 1677 +1 DEAT +2 DATE 1749 +1 FAMS @F1290@ +<< +[0004] INDI rkey: I2920 offs: 0x000001b0 lens: 0x0000006c +0x000011b0-0x0000121b: +>>0 @I2920@ INDI +1 NAME Marie Adelaide of_Savoy// +1 SEX F +1 BIRT +2 DATE 1685 +1 DEAT +2 DATE 1712 +1 FAMS @F770@ +<< +[0005] INDI rkey: I2921 offs: 0x0000021c lens: 0x0000007c +0x0000121c-0x00001297: +>>0 @I2921@ INDI +1 NAME Marie Louise of_Orleans// +1 SEX F +1 BIRT +2 DATE 1695 +1 DEAT +2 DATE 1715 +1 FAMC @F1290@ +1 FAMS @F1286@ +<< +[0006] INDI rkey: I2922 offs: 0x00000298 lens: 0x00000040 +0x00001298-0x000012d7: +>>0 @I2922@ INDI +1 NAME Ivan of_Shestov // +1 SEX M +1 FAMS @F1333@ +<< +[0007] INDI rkey: I2923 offs: 0x000002d8 lens: 0x0000003e +0x000012d8-0x00001315: +>>0 @I2923@ INDI +1 NAME Ivan /Rayevski/ +1 SEX M +1 FAMS @F1335@ +<< +[0008] INDI rkey: I2924 offs: 0x00000316 lens: 0x00000046 +0x00001316-0x0000135b: +>>0 @I2924@ INDI +1 NAME Constantine /Volkonski/ +1 SEX M +1 FAMS @F1332@ +<< +[0009] INDI rkey: I2925 offs: 0x0000035c lens: 0x00000067 +0x0000135c-0x000013c2: +>>0 @I2925@ INDI +1 NAME Zenaida /Rashevska/ +1 SEX F +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1963 +1 FAMS @F120@ +<< +[0010] INDI rkey: I2926 offs: 0x000003c3 lens: 0x00000040 +0x000013c3-0x00001402: +>>0 @I2926@ INDI +1 NAME Felix Krzesinski // +1 SEX M +1 FAMS @F122@ +<< +[0011] INDI rkey: I2927 offs: 0x00000403 lens: 0x00000042 +0x00001403-0x00001444: +>>0 @I2927@ INDI +1 NAME Valerian /Karnovich/ +1 SEX M +1 FAMS @F722@ +<< +[0012] INDI rkey: I2928 offs: 0x00000445 lens: 0x0000003a +0x00001445-0x0000147e: +>>0 @I2928@ INDI +1 NAME John /Emery/ +1 SEX M +1 FAMS @F761@ +<< +[0013] INDI rkey: I2929 offs: 0x0000047f lens: 0x0000003e +0x0000147f-0x000014bc: +>>0 @I2929@ INDI +1 NAME Susan /Deptford/ +1 SEX F +1 FAMS @F131@ +<< +[0014] INDI rkey: I2930 offs: 0x000004bd lens: 0x00000052 +0x000014bd-0x0000150e: +>>0 @I2930@ INDI +1 NAME Andrew /Ferguson/ +1 SEX M +1 BIRT +2 DATE 1978 +1 FAMC @F131@ +<< +[0015] INDI rkey: I2931 offs: 0x0000050f lens: 0x00000051 +0x0000150f-0x0000155f: +>>0 @I2931@ INDI +1 NAME Alice /Ferguson/ +1 SEX F +1 BIRT +2 DATE 1980 +1 FAMC @F131@ +<< +[0016] INDI rkey: I2932 offs: 0x00000560 lens: 0x0000005c +0x00001560-0x000015bb: +>>0 @I2932@ INDI +1 NAME Elizabeth (Eliza) /Ferguson/ +1 SEX F +1 BIRT +2 DATE 1985 +1 FAMC @F131@ +<< +[0017] INDI rkey: I2933 offs: 0x000005bc lens: 0x00000090 +0x000015bc-0x0000164b: +>>0 @I2933@ INDI +1 NAME Mervyn Powerscourt /Wingfield/ +1 SEX M +1 TITL Viscount +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1947 +1 FAMC @F1400@ +1 FAMS @F478@ +<< +[0018] INDI rkey: I2934 offs: 0x0000064c lens: 0x00000067 +0x0000164c-0x000016b2: +>>0 @I2934@ INDI +1 NAME Mervyn /Wingfield/ +1 SEX M +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1904 +1 FAMS @F1400@ +<< +[0019] INDI rkey: I2935 offs: 0x000006b3 lens: 0x0000007c +0x000016b3-0x0000172e: +>>0 @I2935@ INDI +1 NAME Julia /Coke/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1844 +1 DEAT +2 DATE 1931 +1 FAMC @F1401@ +1 FAMS @F1400@ +<< +[0020] INDI rkey: I2936 offs: 0x0000072f lens: 0x0000006d +0x0000172f-0x0000179b: +>>0 @I2936@ INDI +1 NAME Henry Fitzherbert /Wright/ +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1947 +1 FAMS @F477@ +<< +[0021] INDI rkey: I2937 offs: 0x0000079c lens: 0x00000074 +0x0000179c-0x0000180f: +>>0 @I2937@ INDI +1 NAME Muriel /Fletcher/ +1 SEX F +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1955 +1 FAMC @F1402@ +1 FAMS @F477@ +<< +[0022] INDI rkey: I2938 offs: 0x00000810 lens: 0x00000071 +0x00001810-0x00001880: +>>0 @I2938@ INDI +1 NAME Henry /Fletcher/ +1 SEX M +1 TITL Col. +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1879 +1 FAMS @F1402@ +<< +[0023] INDI rkey: I2939 offs: 0x00000881 lens: 0x00000081 +0x00001881-0x00001901: +>>0 @I2939@ INDI +1 NAME Harriet /Marsham/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1886 +1 FAMC @F1403@ +1 FAMS @F1402@ +<< +[0024] INDI rkey: I2940 offs: 0x00000902 lens: 0x0000007c +0x00001902-0x0000197d: +>>0 @I2940@ INDI +1 NAME Charles /Marsham/ +1 SEX M +1 TITL Earl of Romney +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1874 +1 FAMS @F1403@ +<< +[0025] INDI rkey: I2941 offs: 0x0000097e lens: 0x00000091 +0x0000197e-0x00001a0e: +>>0 @I2941@ INDI +1 NAME Margaret -Scott /Montagu-Douglas-/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1836 +1 FAMC @F1404@ +1 FAMS @F1403@ +<< +[0026] INDI rkey: I2942 offs: 0x00000a0f lens: 0x00000095 +0x00001a0f-0x00001aa3: +>>0 @I2942@ INDI +1 NAME Charles of_Buccleuch /Montagu-Douglas/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1819 +1 FAMC @F1405@ +1 FAMS @F1404@ +<< +[0027] INDI rkey: I2943 offs: 0x00000aa4 lens: 0x0000009b +0x00001aa4-0x00001b3e: +>>0 @I2943@ INDI +1 NAME Walter -Scott of_Buccleuch/Montagu-Douglas-/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1884 +1 FAMC @F1404@ +1 FAMS @F1406@ +<< +[0028] INDI rkey: I2944 offs: 0x00000b3f lens: 0x0000009c +0x00001b3f-0x00001bda: +>>0 @I2944@ INDI +1 NAME William -Scott of_Buccleuch/Montagu-Douglas-/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1914 +1 FAMC @F1406@ +1 FAMS @F1407@ +<< +[0029] INDI rkey: I2945 offs: 0x00000bdb lens: 0x00000072 +0x00001bdb-0x00001c4c: +>>0 @I2945@ INDI +1 NAME Louisa /Hamilton/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1912 +1 FAMS @F1407@ +<< +[0030] INDI rkey: I2946 offs: 0x00000c4d lens: 0x0000008f +0x00001c4d-0x00001cdb: +>>0 @I2946@ INDI +1 NAME Herbert -Scott /Montagu-Douglas-/ +1 SEX M +1 TITL Lord +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1944 +1 FAMC @F1407@ +1 FAMS @F472@ +<< +[0031] INDI rkey: I2947 offs: 0x00000cdc lens: 0x0000007f +0x00001cdc-0x00001d5a: +>>0 @I2947@ INDI +1 NAME Margaret /Brand/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1948 +1 FAMC @F1408@ +1 FAMS @F471@ +<< +[0032] INDI rkey: I2948 offs: 0x00000d5b lens: 0x00000089 +0x00001d5b-0x00001de3: +>>0 @I2948@ INDI +1 NAME Henry /Brand/ +1 SEX M +1 TITL Viscount Hampden +1 BIRT +2 DATE 1941 +1 DEAT +2 DATE 1906 +1 FAMC @F1409@ +1 FAMS @F1408@ +<< +[0033] INDI rkey: I2949 offs: 0x00000de4 lens: 0x0000007a +0x00001de4-0x00001e5d: +>>0 @I2949@ INDI +1 NAME Henry /Brand/ +1 SEX M +1 TITL Viscount Hampden +1 BIRT +2 DATE 1814 +1 DEAT +2 DATE 1892 +1 FAMS @F1409@ +<< +[0034] INDI rkey: I2950 offs: 0x00000e5e lens: 0x00000089 +0x00001e5e-0x00001ee6: +>>0 @I2950@ INDI +1 NAME Henry of_Buccleuch /Scott/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1819 +1 FAMC @F1410@ +1 FAMS @F1405@ +<< +[0035] INDI rkey: I2951 offs: 0x00000ee7 lens: 0x0000008b +0x00001ee7-0x00001f71: +>>0 @I2951@ INDI +1 NAME Francis /Scott/ +1 SEX M +1 TITL Earl of Dalkeith +1 BIRT +2 DATE 1721 +1 DEAT +2 DATE 1750 +1 FAMC @F1411@ +1 FAMS @F1410@ +<< +[0036] INDI rkey: I2952 offs: 0x00000f72 lens: 0x0000007c +0x00001f72-0x00001fed: +>>0 @I2952@ INDI +1 NAME Francis of_Buccleuch /Scott/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1695 +1 DEAT +2 DATE 1751 +1 FAMS @F1411@ +<< +[0037] INDI rkey: I2953 offs: 0x00000fee lens: 0x00000089 +0x00001fee-0x00002076: +>>0 @I2953@ INDI +1 NAME Thomas of_Leicester /Coke/ +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1902 +1 FAMC @F1412@ +1 FAMS @F1401@ +<< +[0038] INDI rkey: I2954 offs: 0x00001077 lens: 0x0000007a +0x00002077-0x000020f0: +>>0 @I2954@ INDI +1 NAME Thomas of_Leicester /Coke/ +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1842 +1 FAMS @F1412@ +<< +[0039] INDI rkey: I2955 offs: 0x000010f1 lens: 0x0000007d +0x000020f1-0x0000216d: +>>0 @I2955@ INDI +1 NAME Anne /Keppel/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1844 +1 FAMC @F1413@ +1 FAMS @F1412@ +<< +[0040] INDI rkey: I2956 offs: 0x0000116e lens: 0x0000007d +0x0000216e-0x000021ea: +>>0 @I2956@ INDI +1 NAME William of_Albemarle /Keppel/ +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1772 +1 FAMS @F1413@ +<< +[0041] INDI rkey: I2957 offs: 0x000011eb lens: 0x0000004b +0x000021eb-0x00002235: +>>0 @I2957@ INDI +1 NAME Richard // +1 SEX M +1 DEAT +2 DATE 1120 +1 FAMC @F749@ +<< +[0042] INDI rkey: I2958 offs: 0x00001236 lens: 0x000000c0 +0x00002236-0x000022f5: +>>0 @I2958@ INDI +1 NAME Eugenie Victoria Helena/Windsor/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 23 MAR 1990 +2 PLAC London,England +1 CHR +2 DATE 23 DEC 1990 +2 PLAC Sandringham,England +1 FAMC @F48@ +<< +[0043] INDI rkey: I2959 offs: 0x000012f6 lens: 0x00000056 +0x000022f6-0x0000234b: +>>0 @I2959@ INDI +1 NAME Ayesha /Makim/ +1 SEX F +1 BIRT +2 DATE ABT 1986 +1 FAMC @F479@ +<< +[0044] INDI rkey: I2960 offs: 0x0000134c lens: 0x00000054 +0x0000234c-0x0000239f: +>>0 @I2960@ INDI +1 NAME Paul /Mowatt/ +1 SEX M +1 BIRT +2 DATE ABT 1962 +1 FAMS @F80@ +<< +[0045] INDI rkey: I2961 offs: 0x000013a0 lens: 0x0000004e +0x000023a0-0x000023ed: +>>0 @I2961@ INDI +1 NAME /Mowatt/ +1 SEX F +1 BIRT +2 DATE 26 MAY 1990 +1 FAMC @F80@ +<< +[0046] INDI rkey: I2962 offs: 0x000013ee lens: 0x00000054 +0x000023ee-0x00002441: +>>0 @I2962@ INDI +1 NAME Victoria /Lockwood/ +1 SEX F +1 BIRT +2 DATE 1964 +1 FAMS @F167@ +<< +[0047] INDI rkey: I2963 offs: 0x00001442 lens: 0x00000050 +0x00002442-0x00002491: +>>0 @I2963@ INDI +1 NAME Kitty // +1 SEX F +1 BIRT +2 DATE ABT 1991 +1 FAMC @F167@ +<< +[0048] INDI rkey: I2964 offs: 0x00001492 lens: 0x00000053 +0x00002492-0x000024e4: +>>0 @I2964@ INDI +1 NAME Olga // +1 SEX F +1 TITL Princess +1 FAMC @F51@ +1 FAMS @F1414@ +<< +[0049] INDI rkey: I2965 offs: 0x000014e5 lens: 0x00000051 +0x000024e5-0x00002535: +>>0 @I2965@ INDI +1 NAME Paul of_Yugoslavia // +1 SEX M +1 TITL Prince +1 FAMS @F1414@ +<< +[0050] INDI rkey: I2966 offs: 0x00001536 lens: 0x00000035 +0x00002536-0x0000256a: +>>0 @I2966@ INDI +1 NAME Son // +1 SEX M +1 FAMC @F1414@ +<< +[0051] INDI rkey: I2967 offs: 0x0000156b lens: 0x00000039 +0x0000256b-0x000025a3: +>>0 @I2967@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMC @F51@ +<< +[0052] INDI rkey: I2968 offs: 0x000015a4 lens: 0x0000004a +0x000025a4-0x000025ed: +>>0 @I2968@ INDI +1 NAME Peter /Phillips/ +1 SEX M +1 TITL Major +1 FAMS @F49@ +<< +[0053] INDI rkey: I2969 offs: 0x000015ee lens: 0x00000086 +0x000025ee-0x00002673: +>>0 @I2969@ INDI +1 NAME Sylvana /Tomaselli/ +1 SEX F +1 BIRT +2 DATE ABT 1957 +2 PLAC Canada +1 FAMC @F1415@ +1 FAMS @F1416@ +1 FAMS @F82@ +<< +[0054] INDI rkey: I2970 offs: 0x00001674 lens: 0x0000003f +0x00002674-0x000026b2: +>>0 @I2970@ INDI +1 NAME John Paul /Jones/ +1 SEX M +1 FAMS @F1416@ +<< +[0055] INDI rkey: I2971 offs: 0x000016b3 lens: 0x00000054 +0x000026b3-0x00002706: +>>0 @I2971@ INDI +1 NAME Max /Tomaselli/ +1 SEX M +1 BIRT +2 PLAC Austria +1 FAMS @F1415@ +<< +[0056] INDI rkey: I2972 offs: 0x00001707 lens: 0x00000063 +0x00002707-0x00002769: +>>0 @I2972@ INDI +1 NAME Josiane /Derners/ +1 SEX F +1 TITL Madame +1 BIRT +2 PLAC France +1 FAMS @F1415@ +<< +[0057] INDI rkey: I2973 offs: 0x0000176a lens: 0x0000003b +0x0000276a-0x000027a4: +>>0 @I2973@ INDI +1 NAME Antoinette // +1 SEX F +1 FAMC @F101@ +<< +[0058] INDI rkey: I2974 offs: 0x000017a5 lens: 0x00000037 +0x000027a5-0x000027db: +>>0 @I2974@ INDI +1 NAME Sophie // +1 SEX F +1 FAMC @F101@ +<< +[0059] INDI rkey: I2975 offs: 0x000017dc lens: 0x00000036 +0x000027dc-0x00002811: +>>0 @I2975@ INDI +1 NAME Julie // +1 SEX F +1 FAMC @F101@ +<< +[0060] INDI rkey: I2976 offs: 0x00001812 lens: 0x00000081 +0x00002812-0x00002892: +>>0 @I2976@ INDI +1 NAME Emich Karl of_Leiningen// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE ABT 1762 +1 DEAT +2 DATE 1814 +1 FAMS @F102@ +<< +[0061] INDI rkey: I2977 offs: 0x00001893 lens: 0x00000040 +0x00002893-0x000028d2: +>>0 @I2977@ INDI +1 NAME Lucy /Lindsay-Hogg/ +1 SEX F +1 FAMS @F44@ +<< +[0062] INDI rkey: I2978 offs: 0x000018d3 lens: 0x0000006c +0x000028d3-0x0000293e: +>>0 @I2978@ INDI +1 NAME Frances /Armstrong-Jones/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 17 JUL 1979 +1 FAMC @F44@ +<< +[0063] INDI rkey: I2979 offs: 0x0000193f lens: 0x0000003e +0x0000293f-0x0000297c: +>>0 @I2979@ INDI +1 NAME Julia /Rawlinson/ +1 SEX F +1 FAMS @F79@ +<< +[0064] INDI rkey: I2980 offs: 0x0000197d lens: 0x0000003d +0x0000297d-0x000029b9: +>>0 @I2980@ INDI +1 NAME Athol /Schmith/ +1 SEX M +1 FAMS @F207@ +<< +[0065] INDI rkey: I2981 offs: 0x000019ba lens: 0x00000050 +0x000029ba-0x00002a09: +>>0 @I2981@ INDI +1 NAME /Schmith/ +1 SEX M +1 BIRT +2 DATE ABT 1943 +1 FAMC @F207@ +<< +[0066] INDI rkey: I2982 offs: 0x00001a0a lens: 0x0000003b +0x00002a0a-0x00002a44: +>>0 @I2982@ INDI +1 NAME Erwin /Stein/ +1 SEX M +1 FAMS @F197@ +<< +[0067] INDI rkey: I2983 offs: 0x00001a45 lens: 0x00000037 +0x00002a45-0x00002a7b: +>>0 @I2983@ INDI +1 NAME Sophie // +1 SEX F +1 FAMS @F197@ +<< +[0068] INDI rkey: I2984 offs: 0x00001a7c lens: 0x00000068 +0x00002a7c-0x00002ae3: +>>0 @I2984@ INDI +1 NAME Alexander (Sachie) /McCorquodale/ +1 SEX M +1 BIRT +2 DATE ABT 1898 +1 FAMS @F168@ +<< +[0069] INDI rkey: I2985 offs: 0x00001ae4 lens: 0x00000061 +0x00002ae4-0x00002b44: +>>0 @I2985@ INDI +1 NAME Gerald /Legge/ +1 SEX M +1 TITL Earl Dartmouth +1 FAMC @F1417@ +1 FAMS @F169@ +<< +[0070] INDI rkey: I2986 offs: 0x00001b45 lens: 0x00000050 +0x00002b45-0x00002b94: +>>0 @I2986@ INDI +1 NAME Hugh /McCorquodale/ +1 SEX M +1 FAMC @F1418@ +1 FAMS @F469@ +<< +[0071] INDI rkey: I2987 offs: 0x00001b95 lens: 0x00000044 +0x00002b95-0x00002bd8: +>>0 @I2987@ INDI +1 NAME Harold /McCorquodale/ +1 SEX M +1 FAMS @F1418@ +<< +[0072] INDI rkey: I2988 offs: 0x00001bd9 lens: 0x00000038 +0x00002bd9-0x00002c10: +>>0 @I2988@ INDI +1 NAME Gracie // +1 SEX F +1 FAMS @F1418@ +<< +[0073] INDI rkey: I2989 offs: 0x00001c11 lens: 0x0000005a +0x00002c11-0x00002c6a: +>>0 @I2989@ INDI +1 NAME Ian /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 11 OCT 1937 +1 FAMC @F469@ +<< +[0074] INDI rkey: I2990 offs: 0x00001c6b lens: 0x0000002c +0x00002c6b-0x00002c96: +>>0 @I2990@ INDI +1 NAME /Legge/ +1 FAMC @F169@ +<< +[0075] INDI rkey: I2991 offs: 0x00001c97 lens: 0x0000002c +0x00002c97-0x00002cc2: +>>0 @I2991@ INDI +1 NAME /Legge/ +1 FAMC @F169@ +<< +[0076] INDI rkey: I2992 offs: 0x00001cc3 lens: 0x0000002c +0x00002cc3-0x00002cee: +>>0 @I2992@ INDI +1 NAME /Legge/ +1 FAMC @F169@ +<< +[0077] INDI rkey: I2993 offs: 0x00001cef lens: 0x0000002c +0x00002cef-0x00002d1a: +>>0 @I2993@ INDI +1 NAME /Legge/ +1 FAMC @F169@ +<< +[0078] INDI rkey: I2994 offs: 0x00001d1b lens: 0x0000004b +0x00002d1b-0x00002d65: +>>0 @I2994@ INDI +1 NAME Humphrey /Legge/ +1 SEX M +1 TITL Hon. +1 FAMS @F1417@ +<< +[0079] INDI rkey: I2995 offs: 0x00001d66 lens: 0x0000007e +0x00002d66-0x00002de3: +>>0 @I2995@ INDI +1 NAME Bertram (Bertie) /Cartland/ +1 SEX M +1 TITL Major +1 DEAT +2 DATE 27 MAY 1917 +1 FAMC @F1419@ +1 FAMS @F468@ +<< +[0080] INDI rkey: I2996 offs: 0x00001de4 lens: 0x00000073 +0x00002de4-0x00002e56: +>>0 @I2996@ INDI +1 NAME Mary Hamilton (Polly)/Scobell/ +1 SEX F +1 BIRT +2 DATE 5 SEP 1877 +1 FAMC @F1420@ +1 FAMS @F468@ +<< +[0081] INDI rkey: I2997 offs: 0x00001e57 lens: 0x0000008a +0x00002e57-0x00002ee0: +>>0 @I2997@ INDI +1 NAME Ronald /Cartland/ +1 SEX M +1 BIRT +2 DATE 3 JAN 1907 +1 DEAT +2 DATE 30 MAY 1940 +2 PLAC Nr Cassel,France +1 FAMC @F468@ +<< +[0082] INDI rkey: I2998 offs: 0x00001ee1 lens: 0x00000092 +0x00002ee1-0x00002f72: +>>0 @I2998@ INDI +1 NAME Anthony (Tony) /Cartland/ +1 SEX M +1 BIRT +2 DATE 4 JAN 1912 +1 DEAT +2 DATE 29 MAY 1940 +1 BURI +2 PLAC Zuidschote +1 FAMC @F468@ +<< +[0083] INDI rkey: I2999 offs: 0x00001f73 lens: 0x0000004e +0x00002f73-0x00002fc0: +>>0 @I2999@ INDI +1 NAME Edith /Palairet/ +1 SEX F +1 FAMC @F1421@ +1 FAMS @F1420@ +<< +[0084] INDI rkey: I3000 offs: 0x00001fc1 lens: 0x00000051 +0x00002fc1-0x00003011: +>>0 @I3000@ INDI +1 NAME Mary Anne /Hamilton/ +1 SEX F +1 FAMC @F1422@ +1 FAMS @F1421@ +<< +[0085] INDI rkey: I3001 offs: 0x00002012 lens: 0x00000040 +0x00003012-0x00003051: +>>0 @I3001@ INDI +1 NAME Andrew /Hamilton/ +1 SEX M +1 FAMS @F1422@ +<< +[0086] INDI rkey: I3002 offs: 0x00002052 lens: 0x0000003f +0x00003052-0x00003090: +>>0 @I3002@ INDI +1 NAME George /Scobell/ +1 SEX M +1 FAMS @F1420@ +<< +[0087] INDI rkey: I3003 offs: 0x00002091 lens: 0x00000041 +0x00003091-0x000030d1: +>>0 @I3003@ INDI +1 NAME Melloney /Scobell/ +1 SEX F +1 FAMC @F1420@ +<< +[0088] INDI rkey: I3004 offs: 0x000020d2 lens: 0x0000006e +0x000030d2-0x0000313f: +>>0 @I3004@ INDI +1 NAME /Scobell/ +1 SEX M +1 BIRT +2 PLAC Florence,Italy +1 DEAT +2 DATE BEF 1877 +1 FAMC @F1420@ +<< +[0089] INDI rkey: I3005 offs: 0x00002140 lens: 0x0000003e +0x00003140-0x0000317d: +>>0 @I3005@ INDI +1 NAME Emily /Scobell/ +1 SEX F +1 FAMC @F1420@ +<< +[0090] INDI rkey: I3006 offs: 0x0000217e lens: 0x00000062 +0x0000317e-0x000031df: +>>0 @I3006@ INDI +1 NAME John Sanford /Scobell/ +1 SEX M +1 TITL Sir +1 BIRT +2 DATE 1879 +1 FAMC @F1420@ +<< +[0091] INDI rkey: I3007 offs: 0x000021e0 lens: 0x0000003f +0x000031e0-0x0000321e: +>>0 @I3007@ INDI +1 NAME James /Cartland/ +1 SEX M +1 FAMS @F1419@ +<< +[0092] INDI rkey: I3008 offs: 0x0000221f lens: 0x00000037 +0x0000321f-0x00003255: +>>0 @I3008@ INDI +1 NAME Flora // +1 SEX F +1 FAMS @F1419@ +<< +[0093] INDI rkey: I3009 offs: 0x00002256 lens: 0x00000051 +0x00003256-0x000032a6: +>>0 @I3009@ INDI +1 NAME /Cartland/ +1 SEX F +1 DEAT +2 DATE ABT 1911 +1 FAMC @F468@ +<< +[0094] INDI rkey: I3010 offs: 0x000022a7 lens: 0x0000005b +0x000032a7-0x00003301: +>>0 @I3010@ INDI +1 NAME Glen /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 31 DEC 1939 +1 FAMC @F469@ +<< +[0095] Name rkey: N$C634 offs: 0x00002302 lens: 0x0000001b + 0x00003302: Ncount 1 + Keys and string offsets, strings + 1. 0x00003306:RKEY I3009 0x0000330e:offset 0x00000000 + 0x00003312:string '/Cartland/' + Assembled data for N$C634 + 1. I3009 name /Cartland/ +[0096] Name rkey: N$E415 offs: 0x0000231d lens: 0x0000001e + 0x0000331d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003321:RKEY I191 0x00003329:offset 0x00000000 + 0x0000332d:string '/Elphinstone/' + Assembled data for N$E415 + 1. I191 name /Elphinstone/ +[0097] Name rkey: N$F323 offs: 0x0000233b lens: 0x0000001c + 0x0000333b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000333f:RKEY I2297 0x00003347:offset 0x00000000 + 0x0000334b:string '/Fitzwater/' + Assembled data for N$F323 + 1. I2297 name /Fitzwater/ +[0098] Name rkey: N$G651 offs: 0x00002357 lens: 0x0000001c + 0x00003357: Ncount 1 + Keys and string offsets, strings + 1. 0x0000335b:RKEY I195 0x00003363:offset 0x00000000 + 0x00003367:string '/Granville/' + Assembled data for N$G651 + 1. I195 name /Granville/ +[0099] Name rkey: N$L200 offs: 0x00002373 lens: 0x00000054 + 0x00003373: Ncount 4 + Keys and string offsets, strings + 1. 0x00003377:RKEY I2990 0x00003397:offset 0x00000000 + 0x000033a7:string '/Legge/' + 2. 0x0000337f:RKEY I2991 0x0000339b:offset 0x00000008 + 0x000033af:string '/Legge/' + 3. 0x00003387:RKEY I2992 0x0000339f:offset 0x00000010 + 0x000033b7:string '/Legge/' + 4. 0x0000338f:RKEY I2993 0x000033a3:offset 0x00000018 + 0x000033bf:string '/Legge/' + Assembled data for N$L200 + 1. I2990 name /Legge/ + 2. I2991 name /Legge/ + 3. I2992 name /Legge/ + 4. I2993 name /Legge/ +[0100] Name rkey: N$M300 offs: 0x000023c7 lens: 0x00000019 + 0x000033c7: Ncount 1 + Keys and string offsets, strings + 1. 0x000033cb:RKEY I2961 0x000033d3:offset 0x00000000 + 0x000033d7:string '/Mowatt/' + Assembled data for N$M300 + 1. I2961 name /Mowatt/ +[0101] Name rkey: N$O435 offs: 0x000023e0 lens: 0x00000034 + 0x000033e0: Ncount 2 + Keys and string offsets, strings + 1. 0x000033e4:RKEY I1062 0x000033f4:offset 0x00000000 + 0x000033fc:string '/Oldenburg/' + 2. 0x000033ec:RKEY I1063 0x000033f8:offset 0x0000000c + 0x00003408:string '/Oldenburg/' + Assembled data for N$O435 + 1. I1062 name /Oldenburg/ + 2. I1063 name /Oldenburg/ +[0102] Name rkey: N$S152 offs: 0x00002414 lens: 0x0000001a + 0x00003414: Ncount 1 + Keys and string offsets, strings + 1. 0x00003418:RKEY I1731 0x00003420:offset 0x00000000 + 0x00003424:string '/Spencer/' + Assembled data for N$S152 + 1. I1731 name /Spencer/ +[0103] Name rkey: N$S214 offs: 0x0000242e lens: 0x0000001a + 0x0000342e: Ncount 1 + Keys and string offsets, strings + 1. 0x00003432:RKEY I3004 0x0000343a:offset 0x00000000 + 0x0000343e:string '/Scobell/' + Assembled data for N$S214 + 1. I3004 name /Scobell/ +[0104] Name rkey: N$S253 offs: 0x00002448 lens: 0x0000001a + 0x00003448: Ncount 1 + Keys and string offsets, strings + 1. 0x0000344c:RKEY I2981 0x00003454:offset 0x00000000 + 0x00003458:string '/Schmith/' + Assembled data for N$S253 + 1. I2981 name /Schmith/ +[0105] Name rkey: N$U525 offs: 0x00002462 lens: 0x00000088 + 0x00003462: Ncount 6 + Keys and string offsets, strings + 1. 0x00003466:RKEY I1750 0x00003496:offset 0x00000000 + 0x000034ae:string '/Unknown/' + 2. 0x0000346e:RKEY I1829 0x0000349a:offset 0x0000000a + 0x000034b8:string '/Unknown/' + 3. 0x00003476:RKEY I1895 0x0000349e:offset 0x00000014 + 0x000034c2:string '/Unknown/' + 4. 0x0000347e:RKEY I1941 0x000034a2:offset 0x0000001e + 0x000034cc:string '/Unknown/' + 5. 0x00003486:RKEY I1954 0x000034a6:offset 0x00000028 + 0x000034d6:string '/Unknown/' + 6. 0x0000348e:RKEY I1956 0x000034aa:offset 0x00000032 + 0x000034e0:string '/Unknown/' + Assembled data for N$U525 + 1. I1750 name /Unknown/ + 2. I1829 name /Unknown/ + 3. I1895 name /Unknown/ + 4. I1941 name /Unknown/ + 5. I1954 name /Unknown/ + 6. I1956 name /Unknown/ +[0106] Name rkey: N$V556 offs: 0x000024ea lens: 0x00000020 + 0x000034ea: Ncount 1 + Keys and string offsets, strings + 1. 0x000034ee:RKEY I1575 0x000034f6:offset 0x00000000 + 0x000034fa:string '/von_Merenberg/' + Assembled data for N$V556 + 1. I1575 name /von_Merenberg/ +[0107] Name rkey: N$Z999 offs: 0x0000250a lens: 0x000000c4 + 0x0000350a: Ncount 8 + Keys and string offsets, strings + 1. 0x0000350e:RKEY I117 0x0000354e:offset 0x00000000 + 0x0000356e:string '(Frederick) Christian Charles//' + 2. 0x00003516:RKEY I131 0x00003552:offset 0x00000020 + 0x0000358e:string '(Sophia) Charlotte //' + 3. 0x0000351e:RKEY I785 0x00003556:offset 0x00000036 + 0x000035a4:string '//' + 4. 0x00003526:RKEY I788 0x0000355a:offset 0x00000039 + 0x000035a7:string '//' + 5. 0x0000352e:RKEY I1147 0x0000355e:offset 0x0000003c + 0x000035aa:string '5sons_1dau //' + 6. 0x00003536:RKEY I1442 0x00003562:offset 0x0000004b + 0x000035b9:string '//' + 7. 0x0000353e:RKEY I1709 0x00003566:offset 0x0000004e + 0x000035bc:string '//' + 8. 0x00003546:RKEY I1762 0x0000356a:offset 0x00000051 + 0x000035bf:string '(Daughter) //' + Assembled data for N$Z999 + 1. I117 name (Frederick) Christian Charles// + 2. I131 name (Sophia) Charlotte // + 3. I785 name // + 4. I788 name // + 5. I1147 name 5sons_1dau // + 6. I1442 name // + 7. I1709 name // + 8. I1762 name (Daughter) // +[0108] Name rkey: NAA652 offs: 0x000025ce lens: 0x00000038 + 0x000035ce: Ncount 1 + Keys and string offsets, strings + 1. 0x000035d2:RKEY I54 0x000035da:offset 0x00000000 + 0x000035de:string 'Anthony Charles Robert/Armstrong-Jones/' + Assembled data for NAA652 + 1. I54 name Anthony Charles Robert/Armstrong-Jones/ +[0109] Name rkey: NAB163 offs: 0x00002606 lens: 0x00000021 + 0x00003606: Ncount 1 + Keys and string offsets, strings + 1. 0x0000360a:RKEY I2088 0x00003612:offset 0x00000000 + 0x00003616:string 'Anne /Beaufort/' + Assembled data for NAB163 + 1. I2088 name Anne /Beaufort/ +[0110] Name rkey: NAB245 offs: 0x00002627 lens: 0x0000002f + 0x00003627: Ncount 1 + Keys and string offsets, strings + 1. 0x0000362b:RKEY I177 0x00003633:offset 0x00000000 + 0x00003637:string 'Alexander Francis /Bowes-Lyon/' + Assembled data for NAB245 + 1. I177 name Alexander Francis /Bowes-Lyon/ +[0111] Name rkey: NAB251 offs: 0x00002656 lens: 0x00000022 + 0x00003656: Ncount 1 + Keys and string offsets, strings + 1. 0x0000365a:RKEY I1339 0x00003662:offset 0x00000000 + 0x00003666:string 'Anne /Beauchamp/' + Assembled data for NAB251 + 1. I1339 name Anne /Beauchamp/ +[0112] Name rkey: NAB450 offs: 0x00002678 lens: 0x0000001f + 0x00003678: Ncount 1 + Keys and string offsets, strings + 1. 0x0000367c:RKEY I848 0x00003684:offset 0x00000000 + 0x00003688:string 'Anne /Boleyn/' + Assembled data for NAB450 + 1. I848 name Anne /Boleyn/ +[0113] Name rkey: NAB635 offs: 0x00002697 lens: 0x00000090 + 0x00003697: Ncount 4 + Keys and string offsets, strings + 1. 0x0000369b:RKEY I790 0x000036bb:offset 0x00000000 + 0x000036cb:string 'Anne /Brudenell/' + 2. 0x000036a3:RKEY I1578 0x000036bf:offset 0x00000012 + 0x000036dd:string 'Alexander V. /Bariatinsky/' + 3. 0x000036ab:RKEY I1579 0x000036c3:offset 0x0000002d + 0x000036f8:string 'Andrei /Bariatinsky/' + 4. 0x000036b3:RKEY I1580 0x000036c7:offset 0x00000043 + 0x0000370e:string 'Alexander /Bariatinsky/' + Assembled data for NAB635 + 1. I790 name Anne /Brudenell/ + 2. I1578 name Alexander V. /Bariatinsky/ + 3. I1579 name Andrei /Bariatinsky/ + 4. I1580 name Alexander /Bariatinsky/ +[0114] Name rkey: NAC634 offs: 0x00002727 lens: 0x0000002a + 0x00003727: Ncount 1 + Keys and string offsets, strings + 1. 0x0000372b:RKEY I2998 0x00003733:offset 0x00000000 + 0x00003737:string 'Anthony (Tony) /Cartland/' + Assembled data for NAC634 + 1. I2998 name Anthony (Tony) /Cartland/ +[0115] Name rkey: NAC652 offs: 0x00002751 lens: 0x00000026 + 0x00003751: Ncount 1 + Keys and string offsets, strings + 1. 0x00003755:RKEY I956 0x0000375d:offset 0x00000000 + 0x00003761:string 'Alexandra /Carnegie/' + Assembled data for NAC652 + 1. I956 name Alexandra /Carnegie/ +[0116] Name rkey: NAD100 offs: 0x00002777 lens: 0x00000022 + 0x00003777: Ncount 1 + Keys and string offsets, strings + 1. 0x0000377b:RKEY I105 0x00003783:offset 0x00000000 + 0x00003787:string 'Alexander /Duff/' + Assembled data for NAD100 + 1. I105 name Alexander /Duff/ +[0117] Name rkey: NAD230 offs: 0x00002799 lens: 0x00000025 + 0x00003799: Ncount 1 + Keys and string offsets, strings + 1. 0x0000379d:RKEY I755 0x000037a5:offset 0x00000000 + 0x000037a9:string 'Alfonso_IV /d'Este/' + Assembled data for NAD230 + 1. I755 name Alfonso_IV /d'Este/ +[0118] Name rkey: NAD242 offs: 0x000027be lens: 0x00000025 + 0x000037be: Ncount 1 + Keys and string offsets, strings + 1. 0x000037c2:RKEY I836 0x000037ca:offset 0x00000000 + 0x000037ce:string 'Archibald /Douglas/' + Assembled data for NAD242 + 1. I836 name Archibald /Douglas/ +[0119] Name rkey: NAD260 offs: 0x000027e3 lens: 0x00000038 + 0x000037e3: Ncount 2 + Keys and string offsets, strings + 1. 0x000037e7:RKEY I2336 0x000037f7:offset 0x00000000 + 0x000037ff:string 'Anne /Dacre/' + 2. 0x000037ef:RKEY I2368 0x000037fb:offset 0x0000000e + 0x0000380d:string 'Anne /Dacre/' + Assembled data for NAD260 + 1. I2336 name Anne /Dacre/ + 2. I2368 name Anne /Dacre/ +[0120] Name rkey: NAD340 offs: 0x0000281b lens: 0x00000022 + 0x0000381b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000381f:RKEY I2313 0x00003827:offset 0x00000000 + 0x0000382b:string 'Ambrose /Dudley/' + Assembled data for NAD340 + 1. I2313 name Ambrose /Dudley/ +[0121] Name rkey: NAD343 offs: 0x0000283d lens: 0x00000023 + 0x0000383d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003841:RKEY I2445 0x00003849:offset 0x00000000 + 0x0000384d:string 'Alice /de_Toledo/' + Assembled data for NAD343 + 1. I2445 name Alice /de_Toledo/ +[0122] Name rkey: NAD352 offs: 0x00002860 lens: 0x00000022 + 0x00003860: Ncount 1 + Keys and string offsets, strings + 1. 0x00003864:RKEY I296 0x0000386c:offset 0x00000000 + 0x00003870:string 'Angela /Dowding/' + Assembled data for NAD352 + 1. I296 name Angela /Dowding/ +[0123] Name rkey: NAD436 offs: 0x00002882 lens: 0x00000023 + 0x00003882: Ncount 1 + Keys and string offsets, strings + 1. 0x00003886:RKEY I2865 0x0000388e:offset 0x00000000 + 0x00003892:string 'Anne /de_la_Tour/' + Assembled data for NAD436 + 1. I2865 name Anne /de_la_Tour/ +[0124] Name rkey: NAE560 offs: 0x000028a5 lens: 0x00000020 + 0x000038a5: Ncount 1 + Keys and string offsets, strings + 1. 0x000038a9:RKEY I1406 0x000038b1:offset 0x00000000 + 0x000038b5:string 'Audrey /Emery/' + Assembled data for NAE560 + 1. I1406 name Audrey /Emery/ +[0125] Name rkey: NAF622 offs: 0x000028c5 lens: 0x00000088 + 0x000038c5: Ncount 4 + Keys and string offsets, strings + 1. 0x000038c9:RKEY I811 0x000038e9:offset 0x00000000 + 0x000038f9:string 'Andrew /Ferguson/' + 2. 0x000038d1:RKEY I814 0x000038ed:offset 0x00000013 + 0x0000390c:string 'Algernon Francis /Ferguson/' + 3. 0x000038d9:RKEY I2930 0x000038f1:offset 0x0000002f + 0x00003928:string 'Andrew /Ferguson/' + 4. 0x000038e1:RKEY I2931 0x000038f5:offset 0x00000042 + 0x0000393b:string 'Alice /Ferguson/' + Assembled data for NAF622 + 1. I811 name Andrew /Ferguson/ + 2. I814 name Algernon Francis /Ferguson/ + 3. I2930 name Andrew /Ferguson/ + 4. I2931 name Alice /Ferguson/ +[0126] Name rkey: NAF625 offs: 0x0000294d lens: 0x0000002e + 0x0000394d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003951:RKEY I1556 0x00003959:offset 0x00000000 + 0x0000395d:string 'Alan_IV of_Brittany /Fergant/' + Assembled data for NAF625 + 1. I1556 name Alan_IV of_Brittany /Fergant/ +[0127] Name rkey: NAF656 offs: 0x0000297b lens: 0x00000024 + 0x0000397b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000397f:RKEY I963 0x00003987:offset 0x00000000 + 0x0000398b:string 'Alexander /Ferner/' + Assembled data for NAF656 + 1. I963 name Alexander /Ferner/ +[0128] Name rkey: NAG320 offs: 0x0000299f lens: 0x00000031 + 0x0000399f: Ncount 1 + Keys and string offsets, strings + 1. 0x000039a3:RKEY I2632 0x000039ab:offset 0x00000000 + 0x000039af:string 'Auckland L. of_Rolvenden/Geddes/' + Assembled data for NAG320 + 1. I2632 name Auckland L. of_Rolvenden/Geddes/ +[0129] Name rkey: NAG400 offs: 0x000029d0 lens: 0x00000028 + 0x000039d0: Ncount 1 + Keys and string offsets, strings + 1. 0x000039d4:RKEY I392 0x000039dc:offset 0x00000000 + 0x000039e0:string 'Alexander Ogston /Gill/' + Assembled data for NAG400 + 1. I392 name Alexander Ogston /Gill/ +[0130] Name rkey: NAG600 offs: 0x000029f8 lens: 0x0000001d + 0x000039f8: Ncount 1 + Keys and string offsets, strings + 1. 0x000039fc:RKEY I786 0x00003a04:offset 0x00000000 + 0x00003a08:string 'Anne /Gore/' + Assembled data for NAG600 + 1. I786 name Anne /Gore/ +[0131] Name rkey: NAH300 offs: 0x00002a15 lens: 0x0000001d + 0x00003a15: Ncount 1 + Keys and string offsets, strings + 1. 0x00003a19:RKEY I707 0x00003a21:offset 0x00000000 + 0x00003a25:string 'Anne /Hyde/' + Assembled data for NAH300 + 1. I707 name Anne /Hyde/ +[0132] Name rkey: NAH400 offs: 0x00002a32 lens: 0x00000041 + 0x00003a32: Ncount 2 + Keys and string offsets, strings + 1. 0x00003a36:RKEY I1916 0x00003a46:offset 0x00000000 + 0x00003a4e:string 'Anne /Hill/' + 2. 0x00003a3e:RKEY I1918 0x00003a4a:offset 0x0000000d + 0x00003a5b:string 'Arthur Dungannon /Hill/' + Assembled data for NAH400 + 1. I1916 name Anne /Hill/ + 2. I1918 name Arthur Dungannon /Hill/ +[0133] Name rkey: NAH420 offs: 0x00002a73 lens: 0x00000028 + 0x00003a73: Ncount 1 + Keys and string offsets, strings + 1. 0x00003a77:RKEY I1504 0x00003a7f:offset 0x00000000 + 0x00003a83:string 'Alice (Itayls) /Hayles/' + Assembled data for NAH420 + 1. I1504 name Alice (Itayls) /Hayles/ +[0134] Name rkey: NAH516 offs: 0x00002a9b lens: 0x00000162 + 0x00003a9b: Ncount 10 + Keys and string offsets, strings + 1. 0x00003a9f:RKEY I132 0x00003aef:offset 0x00000000 + 0x00003b17:string 'Adolphus of_Cambridge /Hanover/' + 2. 0x00003aa7:RKEY I209 0x00003af3:offset 0x00000020 + 0x00003b37:string 'Augusta Sophia /Hanover/' + 3. 0x00003aaf:RKEY I213 0x00003af7:offset 0x00000039 + 0x00003b50:string 'Augustus Frederick /Hanover/' + 4. 0x00003ab7:RKEY I217 0x00003afb:offset 0x00000056 + 0x00003b6d:string 'Alfred /Hanover/' + 5. 0x00003abf:RKEY I218 0x00003aff:offset 0x00000068 + 0x00003b7f:string 'Amelia /Hanover/' + 6. 0x00003ac7:RKEY I257 0x00003b03:offset 0x0000007a + 0x00003b91:string 'Alexandra /Hanover/' + 7. 0x00003acf:RKEY I324 0x00003b07:offset 0x0000008f + 0x00003ba6:string 'Anne /Hanover/' + 8. 0x00003ad7:RKEY I325 0x00003b0b:offset 0x0000009f + 0x00003bb6:string 'Amelia Sophia Eleanor/Hanover/' + 9. 0x00003adf:RKEY I333 0x00003b0f:offset 0x000000be + 0x00003bd5:string 'Augusta /Hanover/' + 10. 0x00003ae7:RKEY I1043 0x00003b13:offset 0x000000d1 + 0x00003be8:string 'Alexandra /Hanover/' + Assembled data for NAH516 + 1. I132 name Adolphus of_Cambridge /Hanover/ + 2. I209 name Augusta Sophia /Hanover/ + 3. I213 name Augustus Frederick /Hanover/ + 4. I217 name Alfred /Hanover/ + 5. I218 name Amelia /Hanover/ + 6. I257 name Alexandra /Hanover/ + 7. I324 name Anne /Hanover/ + 8. I325 name Amelia Sophia Eleanor/Hanover/ + 9. I333 name Augusta /Hanover/ + 10. I1043 name Alexandra /Hanover/ +[0135] Name rkey: NAH524 offs: 0x00002bfd lens: 0x00000028 + 0x00003bfd: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c01:RKEY I1108 0x00003c09:offset 0x00000000 + 0x00003c0d:string 'Anthony /Hohenzollern/' + Assembled data for NAH524 + 1. I1108 name Anthony /Hohenzollern/ +[0136] Name rkey: NAH543 offs: 0x00002c25 lens: 0x00000023 + 0x00003c25: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c29:RKEY I3001 0x00003c31:offset 0x00000000 + 0x00003c35:string 'Andrew /Hamilton/' + Assembled data for NAH543 + 1. I3001 name Andrew /Hamilton/ +[0137] Name rkey: NAH635 offs: 0x00002c48 lens: 0x0000001f + 0x00003c48: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c4c:RKEY I763 0x00003c54:offset 0x00000000 + 0x00003c58:string 'Anne /Horton/' + Assembled data for NAH635 + 1. I763 name Anne /Horton/ +[0138] Name rkey: NAK140 offs: 0x00002c67 lens: 0x0000001f + 0x00003c67: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c6b:RKEY I2955 0x00003c73:offset 0x00000000 + 0x00003c77:string 'Anne /Keppel/' + Assembled data for NAK140 + 1. I2955 name Anne /Keppel/ +[0139] Name rkey: NAK542 offs: 0x00002c86 lens: 0x00000020 + 0x00003c86: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c8a:RKEY I2408 0x00003c92:offset 0x00000000 + 0x00003c96:string 'Anne /Knollys/' + Assembled data for NAK542 + 1. I2408 name Anne /Knollys/ +[0140] Name rkey: NAK600 offs: 0x00002ca6 lens: 0x0000002e + 0x00003ca6: Ncount 1 + Keys and string offsets, strings + 1. 0x00003caa:RKEY I2910 0x00003cb2:offset 0x00000000 + 0x00003cb6:string 'Antoinette (Antonia) /Kohary/' + Assembled data for NAK600 + 1. I2910 name Antoinette (Antonia) /Kohary/ +[0141] Name rkey: NAL242 offs: 0x00002cd4 lens: 0x00000027 + 0x00003cd4: Ncount 1 + Keys and string offsets, strings + 1. 0x00003cd8:RKEY I943 0x00003ce0:offset 0x00000000 + 0x00003ce4:string 'Alexander /Lascelles/' + Assembled data for NAL242 + 1. I943 name Alexander /Lascelles/ +[0142] Name rkey: NAL531 offs: 0x00002cfb lens: 0x00000021 + 0x00003cfb: Ncount 1 + Keys and string offsets, strings + 1. 0x00003cff:RKEY I2662 0x00003d07:offset 0x00000000 + 0x00003d0b:string 'Anne /Leontiev/' + Assembled data for NAL531 + 1. I2662 name Anne /Leontiev/ +[0143] Name rkey: NAL625 offs: 0x00002d1c lens: 0x0000001f + 0x00003d1c: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d20:RKEY I2838 0x00003d28:offset 0x00000000 + 0x00003d2c:string 'Ann /Larsson/' + Assembled data for NAL625 + 1. I2838 name Ann /Larsson/ +[0144] Name rkey: NAM160 offs: 0x00002d3b lens: 0x00000020 + 0x00003d3b: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d3f:RKEY I1010 0x00003d47:offset 0x00000000 + 0x00003d4b:string 'Anne /Mowbray/' + Assembled data for NAM160 + 1. I1010 name Anne /Mowbray/ +[0145] Name rkey: NAM250 offs: 0x00002d5b lens: 0x0000003a + 0x00003d5b: Ncount 2 + Keys and string offsets, strings + 1. 0x00003d5f:RKEY I825 0x00003d6f:offset 0x00000000 + 0x00003d77:string 'Alex /Makim/' + 2. 0x00003d67:RKEY I2959 0x00003d73:offset 0x0000000e + 0x00003d85:string 'Ayesha /Makim/' + Assembled data for NAM250 + 1. I825 name Alex /Makim/ + 2. I2959 name Ayesha /Makim/ +[0146] Name rkey: NAM262 offs: 0x00002d95 lens: 0x00000032 + 0x00003d95: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d99:RKEY I2984 0x00003da1:offset 0x00000000 + 0x00003da5:string 'Alexander (Sachie) /McCorquodale/' + Assembled data for NAM262 + 1. I2984 name Alexander (Sachie) /McCorquodale/ +[0147] Name rkey: NAM520 offs: 0x00002dc7 lens: 0x00000021 + 0x00003dc7: Ncount 1 + Keys and string offsets, strings + 1. 0x00003dcb:RKEY I473 0x00003dd3:offset 0x00000000 + 0x00003dd7:string 'Aspasia /Manos/' + Assembled data for NAM520 + 1. I473 name Aspasia /Manos/ +[0148] Name rkey: NAM532 offs: 0x00002de8 lens: 0x00000051 + 0x00003de8: Ncount 2 + Keys and string offsets, strings + 1. 0x00003dec:RKEY I69 0x00003dfc:offset 0x00000000 + 0x00003e04:string 'Alice Christabel /Montagu-Douglas/' + 2. 0x00003df4:RKEY I172 0x00003e00:offset 0x00000023 + 0x00003e27:string 'Alice /Montague/' + Assembled data for NAM532 + 1. I69 name Alice Christabel /Montagu-Douglas/ + 2. I172 name Alice /Montague/ +[0149] Name rkey: NAM600 offs: 0x00002e39 lens: 0x00000028 + 0x00003e39: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e3d:RKEY I1819 0x00003e45:offset 0x00000000 + 0x00003e49:string 'Adam of_Rowallan /Mure/' + Assembled data for NAM600 + 1. I1819 name Adam of_Rowallan /Mure/ +[0150] Name rkey: NAM625 offs: 0x00002e61 lens: 0x0000001f + 0x00003e61: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e65:RKEY I2404 0x00003e6d:offset 0x00000000 + 0x00003e71:string 'Anne /Morgan/' + Assembled data for NAM625 + 1. I2404 name Anne /Morgan/ +[0151] Name rkey: NAM635 offs: 0x00002e80 lens: 0x00000041 + 0x00003e80: Ncount 2 + Keys and string offsets, strings + 1. 0x00003e84:RKEY I983 0x00003e94:offset 0x00000000 + 0x00003e9c:string 'Alexandra /Morton/' + 2. 0x00003e8c:RKEY I1024 0x00003e98:offset 0x00000014 + 0x00003eb0:string 'Anne /Mortimer/' + Assembled data for NAM635 + 1. I983 name Alexandra /Morton/ + 2. I1024 name Anne /Mortimer/ +[0152] Name rkey: NAN140 offs: 0x00002ec1 lens: 0x0000001f + 0x00003ec1: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ec5:RKEY I985 0x00003ecd:offset 0x00000000 + 0x00003ed1:string 'Anne /Nevill/' + Assembled data for NAN140 + 1. I985 name Anne /Nevill/ +[0153] Name rkey: NAN463 offs: 0x00002ee0 lens: 0x00000024 + 0x00003ee0: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ee4:RKEY I2811 0x00003eec:offset 0x00000000 + 0x00003ef0:string 'Anne Marie /Nilert/' + Assembled data for NAN463 + 1. I2811 name Anne Marie /Nilert/ +[0154] Name rkey: NAO241 offs: 0x00002f04 lens: 0x00000020 + 0x00003f04: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f08:RKEY I108 0x00003f10:offset 0x00000000 + 0x00003f14:string 'Angus /Ogilvy/' + Assembled data for NAO241 + 1. I108 name Angus /Ogilvy/ +[0155] Name rkey: NAO435 offs: 0x00002f24 lens: 0x00000049 + 0x00003f24: Ncount 2 + Keys and string offsets, strings + 1. 0x00003f28:RKEY I234 0x00003f38:offset 0x00000000 + 0x00003f40:string 'Alexander_I /Oldenburg/' + 2. 0x00003f30:RKEY I609 0x00003f3c:offset 0x00000019 + 0x00003f59:string 'Alexia /Oldenburg/' + Assembled data for NAO435 + 1. I234 name Alexander_I /Oldenburg/ + 2. I609 name Alexia /Oldenburg/ +[0156] Name rkey: NAP465 offs: 0x00002f6d lens: 0x0000002a + 0x00003f6d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f71:RKEY I261 0x00003f79:offset 0x00000000 + 0x00003f7d:string 'Alfons /Pawel-Rammingen/' + Assembled data for NAP465 + 1. I261 name Alfons /Pawel-Rammingen/ +[0157] Name rkey: NAR126 offs: 0x00002f97 lens: 0x0000001f + 0x00003f97: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f9b:RKEY I2330 0x00003fa3:offset 0x00000000 + 0x00003fa7:string 'Amy /Robsart/' + Assembled data for NAR126 + 1. I2330 name Amy /Robsart/ +[0158] Name rkey: NAR240 offs: 0x00002fb6 lens: 0x00000020 + 0x00003fb6: Ncount 1 + Keys and string offsets, strings + 1. 0x00003fba:RKEY I2323 0x00003fc2:offset 0x00000000 + 0x00003fc6:string 'Anne /Russell/' + Assembled data for NAR240 + 1. I2323 name Anne /Russell/ +[0159] Name rkey: NAR362 offs: 0x00002fd6 lens: 0x00000024 + 0x00003fd6: Ncount 1 + Keys and string offsets, strings + 1. 0x00003fda:RKEY I2802 0x00003fe2:offset 0x00000000 + 0x00003fe6:string 'Anna /Reutersward/' + Assembled data for NAR362 + 1. I2802 name Anna /Reutersward/ +[0160] Name rkey: NAR520 offs: 0x00002ffa lens: 0x0000004a + 0x00003ffa: Ncount 2 + Keys and string offsets, strings + 1. 0x00003ffe:RKEY I126 0x0000400e:offset 0x00000000 + 0x00004016:string 'Alexander /Ramsay/' + 2. 0x00004006:RKEY I1706 0x00004012:offset 0x00000014 + 0x0000402a:string 'Alexander of_Mar /Ramsay/' + Assembled data for NAR520 + 1. I126 name Alexander /Ramsay/ + 2. I1706 name Alexander of_Mar /Ramsay/ +[0161] Name rkey: NAR551 offs: 0x00003044 lens: 0x0000029e + 0x00004044: Ncount 16 + Keys and string offsets, strings + 1. 0x00004048:RKEY I40 0x000040c8:offset 0x00000000 + 0x00004108:string 'Alexander_III Alexandrovich /Romanov/' + 2. 0x00004050:RKEY I44 0x000040cc:offset 0x00000026 + 0x0000412e:string 'Alexander_II Nicholoevich /Romanov/' + 3. 0x00004058:RKEY I49 0x000040d0:offset 0x0000004a + 0x00004152:string 'Anastasia Nicholovna /Romanov/' + 4. 0x00004060:RKEY I50 0x000040d4:offset 0x00000069 + 0x00004171:string 'Alexis Nicolaievich /Romanov/' + 5. 0x00004068:RKEY I150 0x000040d8:offset 0x00000087 + 0x0000418f:string 'Alexis /Romanov/' + 6. 0x00004070:RKEY I160 0x000040dc:offset 0x00000099 + 0x000041a1:string 'Andrei (Andrew) Vladimirovich/Romanov/' + 7. 0x00004078:RKEY I491 0x000040e0:offset 0x000000c0 + 0x000041c8:string 'Alexandra Alexandrovna /Romanov/' + 8. 0x00004080:RKEY I1296 0x000040e4:offset 0x000000e1 + 0x000041e9:string 'Alexander_I /Romanov/' + 9. 0x00004088:RKEY I1303 0x000040e8:offset 0x000000f8 + 0x00004200:string 'Anna Petrovna /Romanov/' + 10. 0x00004090:RKEY I1306 0x000040ec:offset 0x00000110 + 0x00004218:string 'Alexis /Romanov/' + 11. 0x00004098:RKEY I1309 0x000040f0:offset 0x00000122 + 0x0000422a:string 'Alexis_I Michaylovich /Romanov/' + 12. 0x000040a0:RKEY I1318 0x000040f4:offset 0x00000142 + 0x0000424a:string 'Anna Ioannovna /Romanov/' + 13. 0x000040a8:RKEY I1568 0x000040f8:offset 0x0000015b + 0x00004263:string 'Alexander Alexandrovich /Romanov/' + 14. 0x000040b0:RKEY I1574 0x000040fc:offset 0x0000017d + 0x00004285:string 'Alexander Alexandrovich /Romanov/' + 15. 0x000040b8:RKEY I2675 0x00004100:offset 0x0000019f + 0x000042a7:string 'Alexander Mikhailovich (Sandro)/Romanov/' + 16. 0x000040c0:RKEY I2681 0x00004104:offset 0x000001c8 + 0x000042d0:string 'Artemi /Romanov/' + Assembled data for NAR551 + 1. I40 name Alexander_III Alexandrovich /Romanov/ + 2. I44 name Alexander_II Nicholoevich /Romanov/ + 3. I49 name Anastasia Nicholovna /Romanov/ + 4. I50 name Alexis Nicolaievich /Romanov/ + 5. I150 name Alexis /Romanov/ + 6. I160 name Andrei (Andrew) Vladimirovich/Romanov/ + 7. I491 name Alexandra Alexandrovna /Romanov/ + 8. I1296 name Alexander_I /Romanov/ + 9. I1303 name Anna Petrovna /Romanov/ + 10. I1306 name Alexis /Romanov/ + 11. I1309 name Alexis_I Michaylovich /Romanov/ + 12. I1318 name Anna Ioannovna /Romanov/ + 13. I1568 name Alexander Alexandrovich /Romanov/ + 14. I1574 name Alexander Alexandrovich /Romanov/ + 15. I2675 name Alexander Mikhailovich (Sandro)/Romanov/ + 16. I2681 name Artemi /Romanov/ +[0162] Name rkey: NAS152 offs: 0x000032e2 lens: 0x0000002c + 0x000042e2: Ncount 1 + Keys and string offsets, strings + 1. 0x000042e6:RKEY I366 0x000042ee:offset 0x00000000 + 0x000042f2:string 'Albert Edward John/Spencer/' + Assembled data for NAS152 + 1. I366 name Albert Edward John/Spencer/ +[0163] Name rkey: NAS214 offs: 0x0000330e lens: 0x00000022 + 0x0000430e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004312:RKEY I2399 0x0000431a:offset 0x00000000 + 0x0000431e:string 'Anne /Sackville/' + Assembled data for NAS214 + 1. I2399 name Anne /Sackville/ +[0164] Name rkey: NAS242 offs: 0x00003330 lens: 0x00000025 + 0x00004330: Ncount 1 + Keys and string offsets, strings + 1. 0x00004334:RKEY I882 0x0000433c:offset 0x00000000 + 0x00004340:string 'Alice /Scholastica/' + Assembled data for NAS242 + 1. I882 name Alice /Scholastica/ +[0165] Name rkey: NAS253 offs: 0x00003355 lens: 0x00000021 + 0x00004355: Ncount 1 + Keys and string offsets, strings + 1. 0x00004359:RKEY I2980 0x00004361:offset 0x00000000 + 0x00004365:string 'Athol /Schmith/' + Assembled data for NAS253 + 1. I2980 name Athol /Schmith/ +[0166] Name rkey: NAS265 offs: 0x00003376 lens: 0x0000001f + 0x00004376: Ncount 1 + Keys and string offsets, strings + 1. 0x0000437a:RKEY I2760 0x00004382:offset 0x00000000 + 0x00004386:string 'Anna /Skarne/' + Assembled data for NAS265 + 1. I2760 name Anna /Skarne/ +[0167] Name rkey: NAS316 offs: 0x00003395 lens: 0x00000021 + 0x00004395: Ncount 1 + Keys and string offsets, strings + 1. 0x00004399:RKEY I1445 0x000043a1:offset 0x00000000 + 0x000043a5:string 'Anne /Stafford/' + Assembled data for NAS316 + 1. I1445 name Anne /Stafford/ +[0168] Name rkey: NAS322 offs: 0x000033b6 lens: 0x00000021 + 0x000043b6: Ncount 1 + Keys and string offsets, strings + 1. 0x000043ba:RKEY I2105 0x000043c2:offset 0x00000000 + 0x000043c6:string 'Adrian /Stokes/' + Assembled data for NAS322 + 1. I2105 name Adrian /Stokes/ +[0169] Name rkey: NAS350 offs: 0x000033d7 lens: 0x00000029 + 0x000043d7: Ncount 1 + Keys and string offsets, strings + 1. 0x000043db:RKEY I190 0x000043e3:offset 0x00000000 + 0x000043e7:string 'Andrew Robinson /Stoney/' + Assembled data for NAS350 + 1. I190 name Andrew Robinson /Stoney/ +[0170] Name rkey: NAS351 offs: 0x00003400 lens: 0x00000021 + 0x00004400: Ncount 1 + Keys and string offsets, strings + 1. 0x00004404:RKEY I2393 0x0000440c:offset 0x00000000 + 0x00004410:string 'Anne /Stanhope/' + Assembled data for NAS351 + 1. I2393 name Anne /Stanhope/ +[0171] Name rkey: NAS363 offs: 0x00003421 lens: 0x00000098 + 0x00004421: Ncount 5 + Keys and string offsets, strings + 1. 0x00004425:RKEY I693 0x0000444d:offset 0x00000000 + 0x00004461:string 'Anne /Stuart/' + 2. 0x0000442d:RKEY I746 0x00004451:offset 0x0000000f + 0x00004470:string 'Anne /Stuart/' + 3. 0x00004435:RKEY I1435 0x00004455:offset 0x0000001e + 0x0000447f:string 'Arabella /Stuart/' + 4. 0x0000443d:RKEY I1490 0x00004459:offset 0x00000031 + 0x00004492:string 'Andrew /Stewart/' + 5. 0x00004445:RKEY I2845 0x0000445d:offset 0x00000043 + 0x000044a4:string 'Anastasia /Stewart/' + Assembled data for NAS363 + 1. I693 name Anne /Stuart/ + 2. I746 name Anne /Stuart/ + 3. I1435 name Arabella /Stuart/ + 4. I1490 name Andrew /Stewart/ + 5. I2845 name Anastasia /Stewart/ +[0172] Name rkey: NAS364 offs: 0x000034b9 lens: 0x00000023 + 0x000044b9: Ncount 1 + Keys and string offsets, strings + 1. 0x000044bd:RKEY I2751 0x000044c5:offset 0x00000000 + 0x000044c9:string 'Andreas /Straehl/' + Assembled data for NAS364 + 1. I2751 name Andreas /Straehl/ +[0173] Name rkey: NAS421 offs: 0x000034dc lens: 0x0000002a + 0x000044dc: Ncount 1 + Keys and string offsets, strings + 1. 0x000044e0:RKEY I363 0x000044e8:offset 0x00000000 + 0x000044ec:string 'Anne Caroline /Salisbury/' + Assembled data for NAS421 + 1. I363 name Anne Caroline /Salisbury/ +[0174] Name rkey: NAS560 offs: 0x00003506 lens: 0x00000050 + 0x00004506: Ncount 2 + Keys and string offsets, strings + 1. 0x0000450a:RKEY I399 0x0000451a:offset 0x00000000 + 0x00004522:string 'Adelaide Horatia Elizabeth/Seymour/' + 2. 0x00004512:RKEY I2319 0x0000451e:offset 0x00000024 + 0x00004546:string 'Anne /Seymour/' + Assembled data for NAS560 + 1. I399 name Adelaide Horatia Elizabeth/Seymour/ + 2. I2319 name Anne /Seymour/ +[0175] Name rkey: NAT360 offs: 0x00003556 lens: 0x00000020 + 0x00004556: Ncount 1 + Keys and string offsets, strings + 1. 0x0000455a:RKEY I775 0x00004562:offset 0x00000000 + 0x00004566:string 'Arthur /Tudor/' + Assembled data for NAT360 + 1. I775 name Arthur /Tudor/ +[0176] Name rkey: NAT413 offs: 0x00003576 lens: 0x00000023 + 0x00004576: Ncount 1 + Keys and string offsets, strings + 1. 0x0000457a:RKEY I2370 0x00004582:offset 0x00000000 + 0x00004586:string 'Aletheia /Talbot/' + Assembled data for NAT413 + 1. I2370 name Aletheia /Talbot/ +[0177] Name rkey: NAT416 offs: 0x00003599 lens: 0x0000002f + 0x00004599: Ncount 1 + Keys and string offsets, strings + 1. 0x0000459d:RKEY I533 0x000045a5:offset 0x00000000 + 0x000045a9:string 'Aymer of_Angouleme /Taillefer/' + Assembled data for NAT416 + 1. I533 name Aymer of_Angouleme /Taillefer/ +[0178] Name rkey: NAT450 offs: 0x000035c8 lens: 0x00000020 + 0x000045c8: Ncount 1 + Keys and string offsets, strings + 1. 0x000045cc:RKEY I2347 0x000045d4:offset 0x00000000 + 0x000045d8:string 'Agnes /Tilney/' + Assembled data for NAT450 + 1. I2347 name Agnes /Tilney/ +[0179] Name rkey: NAT525 offs: 0x000035e8 lens: 0x00000025 + 0x000045e8: Ncount 1 + Keys and string offsets, strings + 1. 0x000045ec:RKEY I2762 0x000045f4:offset 0x00000000 + 0x000045f8:string 'Annegret /Thomssen/' + Assembled data for NAT525 + 1. I2762 name Annegret /Thomssen/ +[0180] Name rkey: NAT645 offs: 0x0000360d lens: 0x00000038 + 0x0000460d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004611:RKEY I2645 0x00004619:offset 0x00000000 + 0x0000461d:string 'Alexander of_Civitella- Cessi/Torlonia/' + Assembled data for NAT645 + 1. I2645 name Alexander of_Civitella- Cessi/Torlonia/ +[0181] Name rkey: NAU452 offs: 0x00003645 lens: 0x00000021 + 0x00004645: Ncount 1 + Keys and string offsets, strings + 1. 0x00004649:RKEY I2836 0x00004651:offset 0x00000000 + 0x00004655:string 'Astrid /Ullens/' + Assembled data for NAU452 + 1. I2836 name Astrid /Ullens/ +[0182] Name rkey: NAV425 offs: 0x00003666 lens: 0x00000022 + 0x00004666: Ncount 1 + Keys and string offsets, strings + 1. 0x0000466a:RKEY I2659 0x00004672:offset 0x00000000 + 0x00004676:string 'Anne /Volkonska/' + Assembled data for NAV425 + 1. I2659 name Anne /Volkonska/ +[0183] Name rkey: NAV562 offs: 0x00003688 lens: 0x00000027 + 0x00004688: Ncount 1 + Keys and string offsets, strings + 1. 0x0000468c:RKEY I510 0x00004694:offset 0x00000000 + 0x00004698:string 'Auguste /von_Harrach/' + Assembled data for NAV562 + 1. I510 name Auguste /von_Harrach/ +[0184] Name rkey: NAW342 offs: 0x000036af lens: 0x00000071 + 0x000046af: Ncount 3 + Keys and string offsets, strings + 1. 0x000046b3:RKEY I1139 0x000046cb:offset 0x00000000 + 0x000046d7:string 'Auguste /Wittelsbach/' + 2. 0x000046bb:RKEY I1140 0x000046cf:offset 0x00000017 + 0x000046ee:string 'Amelia /Wittelsbach/' + 3. 0x000046c3:RKEY I1156 0x000046d3:offset 0x0000002d + 0x00004704:string 'Amelia (twin) /Wittelsbach/' + Assembled data for NAW342 + 1. I1139 name Auguste /Wittelsbach/ + 2. I1140 name Amelia /Wittelsbach/ + 3. I1156 name Amelia (twin) /Wittelsbach/ +[0185] Name rkey: NAW424 offs: 0x00003720 lens: 0x0000004f + 0x00004720: Ncount 2 + Keys and string offsets, strings + 1. 0x00004724:RKEY I361 0x00004734:offset 0x00000000 + 0x0000473c:string 'Anne /Wellesley/' + 2. 0x0000472c:RKEY I1917 0x00004738:offset 0x00000012 + 0x0000474e:string 'Arthur of_Wellington /Wellesley/' + Assembled data for NAW424 + 1. I361 name Anne /Wellesley/ + 2. I1917 name Arthur of_Wellington /Wellesley/ +[0186] Name rkey: NAW432 offs: 0x0000376f lens: 0x0000002a + 0x0000476f: Ncount 1 + Keys and string offsets, strings + 1. 0x00004773:RKEY I2302 0x0000477b:offset 0x00000000 + 0x0000477f:string 'Anne Horatia /Waldegrave/' + Assembled data for NAW432 + 1. I2302 name Anne Horatia /Waldegrave/ +[0187] Name rkey: NAW532 offs: 0x00003799 lens: 0x0000007c + 0x00004799: Ncount 3 + Keys and string offsets, strings + 1. 0x0000479d:RKEY I59 0x000047b5:offset 0x00000000 + 0x000047c1:string 'Anne Elizabeth Alice/Windsor/' + 2. 0x000047a5:RKEY I60 0x000047b9:offset 0x0000001e + 0x000047df:string 'Andrew Albert Christian/Windsor/' + 3. 0x000047ad:RKEY I106 0x000047bd:offset 0x0000003f + 0x00004800:string 'Alexandra /Windsor/' + Assembled data for NAW532 + 1. I59 name Anne Elizabeth Alice/Windsor/ + 2. I60 name Andrew Albert Christian/Windsor/ + 3. I106 name Alexandra /Windsor/ +[0188] Name rkey: NAW630 offs: 0x00003815 lens: 0x00000021 + 0x00004815: Ncount 1 + Keys and string offsets, strings + 1. 0x00004819:RKEY I2321 0x00004821:offset 0x00000000 + 0x00004825:string 'Anne /Whorwood/' + Assembled data for NAW630 + 1. I2321 name Anne /Whorwood/ +[0189] Name rkey: NAW635 offs: 0x00003836 lens: 0x00000049 + 0x00004836: Ncount 2 + Keys and string offsets, strings + 1. 0x0000483a:RKEY I1081 0x0000484a:offset 0x00000000 + 0x00004852:string 'Augusta /Wurttemberg/' + 2. 0x00004842:RKEY I1089 0x0000484e:offset 0x00000017 + 0x00004869:string 'August /Wurttemberg/' + Assembled data for NAW635 + 1. I1081 name Augusta /Wurttemberg/ + 2. I1089 name August /Wurttemberg/ +[0190] Name rkey: NAZ121 offs: 0x0000387f lens: 0x00000026 + 0x0000487f: Ncount 1 + Keys and string offsets, strings + 1. 0x00004883:RKEY I1203 0x0000488b:offset 0x00000000 + 0x0000488f:string 'Alexander /Zoubkoff/' + Assembled data for NAZ121 + 1. I1203 name Alexander /Zoubkoff/ +[0191] Name rkey: NAZ652 offs: 0x000038a5 lens: 0x00000026 + 0x000048a5: Ncount 1 + Keys and string offsets, strings + 1. 0x000048a9:RKEY I1573 0x000048b1:offset 0x00000000 + 0x000048b5:string 'Alexandra /Zarnekau/' + Assembled data for NAZ652 + 1. I1573 name Alexandra /Zarnekau/ + +0x000048cb: EOF (0x000048cb) GOOD + +BLOCK - DIRECTORY ac/aa +0x00000000:ix_self: 0x00020000 (ac/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 182 +0x0000000e:ix_rkey[0000]: ' NAZ999' +0x00000016:ix_rkey[0001]: ' NBB260' +0x0000001e:ix_rkey[0002]: ' NBC634' +0x00000026:ix_rkey[0003]: ' NBF656' +0x0000002e:ix_rkey[0004]: ' NBG520' +0x00000036:ix_rkey[0005]: ' NBM252' +0x0000003e:ix_rkey[0006]: ' NBM600' +0x00000046:ix_rkey[0007]: ' NBR551' +0x0000004e:ix_rkey[0008]: ' NBV536' +0x00000056:ix_rkey[0009]: ' NBW532' +0x0000005e:ix_rkey[0010]: ' NBW614' +0x00000066:ix_rkey[0011]: ' NBZ999' +0x0000006e:ix_rkey[0012]: ' NCB245' +0x00000076:ix_rkey[0013]: ' NCB453' +0x0000007e:ix_rkey[0014]: ' NCB525' +0x00000086:ix_rkey[0015]: ' NCB623' +0x0000008e:ix_rkey[0016]: ' NCB651' +0x00000096:ix_rkey[0017]: ' NCB653' +0x0000009e:ix_rkey[0018]: ' NCC153' +0x000000a6:ix_rkey[0019]: ' NCC552' +0x000000ae:ix_rkey[0020]: ' NCC600' +0x000000b6:ix_rkey[0021]: ' NCD253' +0x000000be:ix_rkey[0022]: ' NCD340' +0x000000c6:ix_rkey[0023]: ' NCD532' +0x000000ce:ix_rkey[0024]: ' NCD600' +0x000000d6:ix_rkey[0025]: ' NCF326' +0x000000de:ix_rkey[0026]: ' NCF420' +0x000000e6:ix_rkey[0027]: ' NCF433' +0x000000ee:ix_rkey[0028]: ' NCF440' +0x000000f6:ix_rkey[0029]: ' NCF656' +0x000000fe:ix_rkey[0030]: ' NCG452' +0x00000106:ix_rkey[0031]: ' NCG600' +0x0000010e:ix_rkey[0032]: ' NCG620' +0x00000116:ix_rkey[0033]: ' NCG635' +0x0000011e:ix_rkey[0034]: ' NCH240' +0x00000126:ix_rkey[0035]: ' NCH516' +0x0000012e:ix_rkey[0036]: ' NCH524' +0x00000136:ix_rkey[0037]: ' NCH543' +0x0000013e:ix_rkey[0038]: ' NCH620' +0x00000146:ix_rkey[0039]: ' NCH630' +0x0000014e:ix_rkey[0040]: ' NCH643' +0x00000156:ix_rkey[0041]: ' NCK513' +0x0000015e:ix_rkey[0042]: ' NCK542' +0x00000166:ix_rkey[0043]: ' NCL000' +0x0000016e:ix_rkey[0044]: ' NCL516' +0x00000176:ix_rkey[0045]: ' NCL532' +0x0000017e:ix_rkey[0046]: ' NCM520' +0x00000186:ix_rkey[0047]: ' NCM531' +0x0000018e:ix_rkey[0048]: ' NCM532' +0x00000196:ix_rkey[0049]: ' NCM625' +0x0000019e:ix_rkey[0050]: ' NCM634' +0x000001a6:ix_rkey[0051]: ' NCN140' +0x000001ae:ix_rkey[0052]: ' NCN463' +0x000001b6:ix_rkey[0053]: ' NCN622' +0x000001be:ix_rkey[0054]: ' NCO435' +0x000001c6:ix_rkey[0055]: ' NCP230' +0x000001ce:ix_rkey[0056]: ' NCP600' +0x000001d6:ix_rkey[0057]: ' NCR300' +0x000001de:ix_rkey[0058]: ' NCR352' +0x000001e6:ix_rkey[0059]: ' NCR551' +0x000001ee:ix_rkey[0060]: ' NCS152' +0x000001f6:ix_rkey[0061]: ' NCS363' +0x000001fe:ix_rkey[0062]: ' NCS364' +0x00000206:ix_rkey[0063]: ' NCS524' +0x0000020e:ix_rkey[0064]: ' NCS560' +0x00000216:ix_rkey[0065]: ' NCT355' +0x0000021e:ix_rkey[0066]: ' NCU452' +0x00000226:ix_rkey[0067]: ' NCV425' +0x0000022e:ix_rkey[0068]: ' NCV552' +0x00000236:ix_rkey[0069]: ' NCV561' +0x0000023e:ix_rkey[0070]: ' NCW314' +0x00000246:ix_rkey[0071]: ' NCW342' +0x0000024e:ix_rkey[0072]: ' NCW416' +0x00000256:ix_rkey[0073]: ' NCW532' +0x0000025e:ix_rkey[0074]: ' NCW535' +0x00000266:ix_rkey[0075]: ' NCW635' +0x0000026e:ix_rkey[0076]: ' NCY612' +0x00000276:ix_rkey[0077]: ' NCZ999' +0x0000027e:ix_rkey[0078]: ' NDA652' +0x00000286:ix_rkey[0079]: ' NDB245' +0x0000028e:ix_rkey[0080]: ' NDB620' +0x00000296:ix_rkey[0081]: ' NDB623' +0x0000029e:ix_rkey[0082]: ' NDC652' +0x000002a6:ix_rkey[0083]: ' NDD220' +0x000002ae:ix_rkey[0084]: ' NDG400' +0x000002b6:ix_rkey[0085]: ' NDG620' +0x000002be:ix_rkey[0086]: ' NDH200' +0x000002c6:ix_rkey[0087]: ' NDH235' +0x000002ce:ix_rkey[0088]: ' NDH630' +0x000002d6:ix_rkey[0089]: ' NDL242' +0x000002de:ix_rkey[0090]: ' NDL342' +0x000002e6:ix_rkey[0091]: ' NDM254' +0x000002ee:ix_rkey[0092]: ' NDM256' +0x000002f6:ix_rkey[0093]: ' NDM531' +0x000002fe:ix_rkey[0094]: ' NDO165' +0x00000306:ix_rkey[0095]: ' NDO216' +0x0000030e:ix_rkey[0096]: ' NDR324' +0x00000316:ix_rkey[0097]: ' NDR551' +0x0000031e:ix_rkey[0098]: ' NDS152' +0x00000326:ix_rkey[0099]: ' NDS364' +0x0000032e:ix_rkey[0100]: ' NDS560' +0x00000336:ix_rkey[0101]: ' NDT360' +0x0000033e:ix_rkey[0102]: ' NDT620' +0x00000346:ix_rkey[0103]: ' NDV524' +0x0000034e:ix_rkey[0104]: ' NDW521' +0x00000356:ix_rkey[0105]: ' NDW532' +0x0000035e:ix_rkey[0106]: ' NDZ999' +0x00000366:ix_rkey[0107]: ' NEA240' +0x0000036e:ix_rkey[0108]: ' NEA345' +0x00000376:ix_rkey[0109]: ' NEA416' +0x0000037e:ix_rkey[0110]: ' NEA422' +0x00000386:ix_rkey[0111]: ' NEB163' +0x0000038e:ix_rkey[0112]: ' NEB230' +0x00000396:ix_rkey[0113]: ' NEB245' +0x0000039e:ix_rkey[0114]: ' NEB251' +0x000003a6:ix_rkey[0115]: ' NEB310' +0x000003ae:ix_rkey[0116]: ' NEB400' +0x000003b6:ix_rkey[0117]: ' NEB440' +0x000003be:ix_rkey[0118]: ' NEB550' +0x000003c6:ix_rkey[0119]: ' NEB620' +0x000003ce:ix_rkey[0120]: ' NEB626' +0x000003d6:ix_rkey[0121]: ' NEB651' +0x000003de:ix_rkey[0122]: ' NEB652' +0x000003e6:ix_rkey[0123]: ' NEB653' +0x000003ee:ix_rkey[0124]: ' NEC153' +0x000003f6:ix_rkey[0125]: ' NEC240' +0x000003fe:ix_rkey[0126]: ' NEC360' +0x00000406:ix_rkey[0127]: ' NEC415' +0x0000040e:ix_rkey[0128]: ' NEC422' +0x00000416:ix_rkey[0129]: ' NEC635' +0x0000041e:ix_rkey[0130]: ' NED150' +0x00000426:ix_rkey[0131]: ' NED165' +0x0000042e:ix_rkey[0132]: ' NED260' +0x00000436:ix_rkey[0133]: ' NED516' +0x0000043e:ix_rkey[0134]: ' NEF622' +0x00000446:ix_rkey[0135]: ' NEF656' +0x0000044e:ix_rkey[0136]: ' NEG452' +0x00000456:ix_rkey[0137]: ' NEG600' +0x0000045e:ix_rkey[0138]: ' NEH300' +0x00000466:ix_rkey[0139]: ' NEH453' +0x0000046e:ix_rkey[0140]: ' NEH516' +0x00000476:ix_rkey[0141]: ' NEH524' +0x0000047e:ix_rkey[0142]: ' NEH630' +0x00000486:ix_rkey[0143]: ' NEL120' +0x0000048e:ix_rkey[0144]: ' NEL200' +0x00000496:ix_rkey[0145]: ' NEL242' +0x0000049e:ix_rkey[0146]: ' NEL653' +0x000004a6:ix_rkey[0147]: ' NEM240' +0x000004ae:ix_rkey[0148]: ' NEM252' +0x000004b6:ix_rkey[0149]: ' NEM514' +0x000004be:ix_rkey[0150]: ' NEM520' +0x000004c6:ix_rkey[0151]: ' NEM600' +0x000004ce:ix_rkey[0152]: ' NEM635' +0x000004d6:ix_rkey[0153]: ' NEO435' +0x000004de:ix_rkey[0154]: ' NEP322' +0x000004e6:ix_rkey[0155]: ' NEP420' +0x000004ee:ix_rkey[0156]: ' NEP463' +0x000004f6:ix_rkey[0157]: ' NEP532' +0x000004fe:ix_rkey[0158]: ' NER200' +0x00000506:ix_rkey[0159]: ' NER551' +0x0000050e:ix_rkey[0160]: ' NES152' +0x00000516:ix_rkey[0161]: ' NES214' +0x0000051e:ix_rkey[0162]: ' NES316' +0x00000526:ix_rkey[0163]: ' NES350' +0x0000052e:ix_rkey[0164]: ' NES354' +0x00000536:ix_rkey[0165]: ' NES362' +0x0000053e:ix_rkey[0166]: ' NES363' +0x00000546:ix_rkey[0167]: ' NES365' +0x0000054e:ix_rkey[0168]: ' NES512' +0x00000556:ix_rkey[0169]: ' NES560' +0x0000055e:ix_rkey[0170]: ' NET360' +0x00000566:ix_rkey[0171]: ' NET412' +0x0000056e:ix_rkey[0172]: ' NET450' +0x00000576:ix_rkey[0173]: ' NEU535' +0x0000057e:ix_rkey[0174]: ' NEV562' +0x00000586:ix_rkey[0175]: ' NEV563' +0x0000058e:ix_rkey[0176]: ' NEW256' +0x00000596:ix_rkey[0177]: ' NEW300' +0x0000059e:ix_rkey[0178]: ' NEW314' +0x000005a6:ix_rkey[0179]: ' NEW342' +0x000005ae:ix_rkey[0180]: ' NEW350' +0x000005b6:ix_rkey[0181]: ' NEW414' + +deleted/unused entries +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000016c9 +0x0000080c:ix_offs[0001]: 0x000016c9 0x00000c08:ix_lens[0001]: 0x00000025 +0x00000810:ix_offs[0002]: 0x000016ee 0x00000c0c:ix_lens[0002]: 0x0000004c +0x00000814:ix_offs[0003]: 0x0000173a 0x00000c10:ix_lens[0003]: 0x00000025 +0x00000818:ix_offs[0004]: 0x0000175f 0x00000c14:ix_lens[0004]: 0x00000023 +0x0000081c:ix_offs[0005]: 0x00001782 0x00000c18:ix_lens[0005]: 0x00000026 +0x00000820:ix_offs[0006]: 0x000017a8 0x00000c1c:ix_lens[0006]: 0x00000025 +0x00000824:ix_offs[0007]: 0x000017cd 0x00000c20:ix_lens[0007]: 0x00000021 +0x00000828:ix_offs[0008]: 0x000017ee 0x00000c24:ix_lens[0008]: 0x00000030 +0x0000082c:ix_offs[0009]: 0x0000181e 0x00000c28:ix_lens[0009]: 0x00000031 +0x00000830:ix_offs[0010]: 0x0000184f 0x00000c2c:ix_lens[0010]: 0x00000029 +0x00000834:ix_offs[0011]: 0x00001878 0x00000c30:ix_lens[0011]: 0x000006dc +0x00000838:ix_offs[0012]: 0x00001f54 0x00000c34:ix_lens[0012]: 0x0000004c +0x0000083c:ix_offs[0013]: 0x00001fa0 0x00000c38:ix_lens[0013]: 0x00000026 +0x00000840:ix_offs[0014]: 0x00001fc6 0x00000c3c:ix_lens[0014]: 0x00000023 +0x00000844:ix_offs[0015]: 0x00001fe9 0x00000c40:ix_lens[0015]: 0x00000027 +0x00000848:ix_offs[0016]: 0x00002010 0x00000c44:ix_lens[0016]: 0x0000002a +0x0000084c:ix_offs[0017]: 0x0000203a 0x00000c48:ix_lens[0017]: 0x00000023 +0x00000850:ix_offs[0018]: 0x0000205d 0x00000c4c:ix_lens[0018]: 0x00000090 +0x00000854:ix_offs[0019]: 0x000020ed 0x00000c50:ix_lens[0019]: 0x00000028 +0x00000858:ix_offs[0020]: 0x00002115 0x00000c54:ix_lens[0020]: 0x00000023 +0x0000085c:ix_offs[0021]: 0x00002138 0x00000c58:ix_lens[0021]: 0x0000002f +0x00000860:ix_offs[0022]: 0x00002167 0x00000c5c:ix_lens[0022]: 0x00000024 +0x00000864:ix_offs[0023]: 0x0000218b 0x00000c60:ix_lens[0023]: 0x00000032 +0x00000868:ix_offs[0024]: 0x000021bd 0x00000c64:ix_lens[0024]: 0x00000022 +0x0000086c:ix_offs[0025]: 0x000021df 0x00000c68:ix_lens[0025]: 0x00000023 +0x00000870:ix_offs[0026]: 0x00002202 0x00000c6c:ix_lens[0026]: 0x00000021 +0x00000874:ix_offs[0027]: 0x00002223 0x00000c70:ix_lens[0027]: 0x00000028 +0x00000878:ix_offs[0028]: 0x0000224b 0x00000c74:ix_lens[0028]: 0x00000024 +0x0000087c:ix_offs[0029]: 0x0000226f 0x00000c78:ix_lens[0029]: 0x00000047 +0x00000880:ix_offs[0030]: 0x000022b6 0x00000c7c:ix_lens[0030]: 0x00000024 +0x00000884:ix_offs[0031]: 0x000022da 0x00000c80:ix_lens[0031]: 0x00000022 +0x00000888:ix_offs[0032]: 0x000022fc 0x00000c84:ix_lens[0032]: 0x00000028 +0x0000088c:ix_offs[0033]: 0x00002324 0x00000c88:ix_lens[0033]: 0x00000032 +0x00000890:ix_offs[0034]: 0x00002356 0x00000c8c:ix_lens[0034]: 0x00000023 +0x00000894:ix_offs[0035]: 0x00002379 0x00000c90:ix_lens[0035]: 0x0000016a +0x00000898:ix_offs[0036]: 0x000024e3 0x00000c94:ix_lens[0036]: 0x000000ad +0x0000089c:ix_offs[0037]: 0x00002590 0x00000c98:ix_lens[0037]: 0x00000031 +0x000008a0:ix_offs[0038]: 0x000025c1 0x00000c9c:ix_lens[0038]: 0x00000020 +0x000008a4:ix_offs[0039]: 0x000025e1 0x00000ca0:ix_lens[0039]: 0x00000064 +0x000008a8:ix_offs[0040]: 0x00002645 0x00000ca4:ix_lens[0040]: 0x0000002d +0x000008ac:ix_offs[0041]: 0x00002672 0x00000ca8:ix_lens[0041]: 0x00000025 +0x000008b0:ix_offs[0042]: 0x00002697 0x00000cac:ix_lens[0042]: 0x00000025 +0x000008b4:ix_offs[0043]: 0x000026bc 0x00000cb0:ix_lens[0043]: 0x00000021 +0x000008b8:ix_offs[0044]: 0x000026dd 0x00000cb4:ix_lens[0044]: 0x00000028 +0x000008bc:ix_offs[0045]: 0x00002705 0x00000cb8:ix_lens[0045]: 0x00000027 +0x000008c0:ix_offs[0046]: 0x0000272c 0x00000cbc:ix_lens[0046]: 0x0000002b +0x000008c4:ix_offs[0047]: 0x00002757 0x00000cc0:ix_lens[0047]: 0x00000030 +0x000008c8:ix_offs[0048]: 0x00002787 0x00000cc4:ix_lens[0048]: 0x00000037 +0x000008cc:ix_offs[0049]: 0x000027be 0x00000cc8:ix_lens[0049]: 0x00000023 +0x000008d0:ix_offs[0050]: 0x000027e1 0x00000ccc:ix_lens[0050]: 0x00000022 +0x000008d4:ix_offs[0051]: 0x00002803 0x00000cd0:ix_lens[0051]: 0x00000021 +0x000008d8:ix_offs[0052]: 0x00002824 0x00000cd4:ix_lens[0052]: 0x00000024 +0x000008dc:ix_offs[0053]: 0x00002848 0x00000cd8:ix_lens[0053]: 0x00000023 +0x000008e0:ix_offs[0054]: 0x0000286b 0x00000cdc:ix_lens[0054]: 0x00000078 +0x000008e4:ix_offs[0055]: 0x000028e3 0x00000ce0:ix_lens[0055]: 0x00000022 +0x000008e8:ix_offs[0056]: 0x00002905 0x00000ce4:ix_lens[0056]: 0x00000022 +0x000008ec:ix_offs[0057]: 0x00002927 0x00000ce8:ix_lens[0057]: 0x0000002a +0x000008f0:ix_offs[0058]: 0x00002951 0x00000cec:ix_lens[0058]: 0x00000024 +0x000008f4:ix_offs[0059]: 0x00002975 0x00000cf0:ix_lens[0059]: 0x00000096 +0x000008f8:ix_offs[0060]: 0x00002a0b 0x00000cf4:ix_lens[0060]: 0x00000048 +0x000008fc:ix_offs[0061]: 0x00002a53 0x00000cf8:ix_lens[0061]: 0x00000143 +0x00000900:ix_offs[0062]: 0x00002b96 0x00000cfc:ix_lens[0062]: 0x00000025 +0x00000904:ix_offs[0063]: 0x00002bbb 0x00000d00:ix_lens[0063]: 0x00000026 +0x00000908:ix_offs[0064]: 0x00002be1 0x00000d04:ix_lens[0064]: 0x00000025 +0x0000090c:ix_offs[0065]: 0x00002c06 0x00000d08:ix_lens[0065]: 0x00000027 +0x00000910:ix_offs[0066]: 0x00002c2d 0x00000d0c:ix_lens[0066]: 0x0000002d +0x00000914:ix_offs[0067]: 0x00002c5a 0x00000d10:ix_lens[0067]: 0x00000029 +0x00000918:ix_offs[0068]: 0x00002c83 0x00000d14:ix_lens[0068]: 0x00000046 +0x0000091c:ix_offs[0069]: 0x00002cc9 0x00000d18:ix_lens[0069]: 0x00000027 +0x00000920:ix_offs[0070]: 0x00002cf0 0x00000d1c:ix_lens[0070]: 0x00000027 +0x00000924:ix_offs[0071]: 0x00002d17 0x00000d20:ix_lens[0071]: 0x00000056 +0x00000928:ix_offs[0072]: 0x00002d6d 0x00000d24:ix_lens[0072]: 0x00000028 +0x0000092c:ix_offs[0073]: 0x00002d95 0x00000d28:ix_lens[0073]: 0x0000002f +0x00000930:ix_offs[0074]: 0x00002dc4 0x00000d2c:ix_lens[0074]: 0x00000027 +0x00000934:ix_offs[0075]: 0x00002deb 0x00000d30:ix_lens[0075]: 0x000000a6 +0x00000938:ix_offs[0076]: 0x00002e91 0x00000d34:ix_lens[0076]: 0x00000028 +0x0000093c:ix_offs[0077]: 0x00002eb9 0x00000d38:ix_lens[0077]: 0x00001a46 +0x00000940:ix_offs[0078]: 0x000048ff 0x00000d3c:ix_lens[0078]: 0x00000036 +0x00000944:ix_offs[0079]: 0x00004935 0x00000d40:ix_lens[0079]: 0x00000024 +0x00000948:ix_offs[0080]: 0x00004959 0x00000d44:ix_lens[0080]: 0x00000022 +0x0000094c:ix_offs[0081]: 0x0000497b 0x00000d48:ix_lens[0081]: 0x00000022 +0x00000950:ix_offs[0082]: 0x0000499d 0x00000d4c:ix_lens[0082]: 0x00000029 +0x00000954:ix_offs[0083]: 0x000049c6 0x00000d50:ix_lens[0083]: 0x00000029 +0x00000958:ix_offs[0084]: 0x000049ef 0x00000d54:ix_lens[0084]: 0x0000001e +0x0000095c:ix_offs[0085]: 0x00004a0d 0x00000d58:ix_lens[0085]: 0x00000025 +0x00000960:ix_offs[0086]: 0x00004a32 0x00000d5c:ix_lens[0086]: 0x0000001f +0x00000964:ix_offs[0087]: 0x00004a51 0x00000d60:ix_lens[0087]: 0x00000024 +0x00000968:ix_offs[0088]: 0x00004a75 0x00000d64:ix_lens[0088]: 0x00000022 +0x0000096c:ix_offs[0089]: 0x00004a97 0x00000d68:ix_lens[0089]: 0x00000023 +0x00000970:ix_offs[0090]: 0x00004aba 0x00000d6c:ix_lens[0090]: 0x00000024 +0x00000974:ix_offs[0091]: 0x00004ade 0x00000d70:ix_lens[0091]: 0x00000026 +0x00000978:ix_offs[0092]: 0x00004b04 0x00000d74:ix_lens[0092]: 0x00000026 +0x0000097c:ix_offs[0093]: 0x00004b2a 0x00000d78:ix_lens[0093]: 0x00000035 +0x00000980:ix_offs[0094]: 0x00004b5f 0x00000d7c:ix_lens[0094]: 0x00000041 +0x00000984:ix_offs[0095]: 0x00004ba0 0x00000d80:ix_lens[0095]: 0x0000002a +0x00000988:ix_offs[0096]: 0x00004bca 0x00000d84:ix_lens[0096]: 0x00000025 +0x0000098c:ix_offs[0097]: 0x00004bef 0x00000d88:ix_lens[0097]: 0x0000004a +0x00000990:ix_offs[0098]: 0x00004c39 0x00000d8c:ix_lens[0098]: 0x00000028 +0x00000994:ix_offs[0099]: 0x00004c61 0x00000d90:ix_lens[0099]: 0x00000023 +0x00000998:ix_offs[0100]: 0x00004c84 0x00000d94:ix_lens[0100]: 0x00000024 +0x0000099c:ix_offs[0101]: 0x00004ca8 0x00000d98:ix_lens[0101]: 0x00000040 +0x000009a0:ix_offs[0102]: 0x00004ce8 0x00000d9c:ix_lens[0102]: 0x00000022 +0x000009a4:ix_offs[0103]: 0x00004d0a 0x00000da0:ix_lens[0103]: 0x00000029 +0x000009a8:ix_offs[0104]: 0x00004d33 0x00000da4:ix_lens[0104]: 0x00000024 +0x000009ac:ix_offs[0105]: 0x00004d57 0x00000da8:ix_lens[0105]: 0x00000030 +0x000009b0:ix_offs[0106]: 0x00004d87 0x00000dac:ix_lens[0106]: 0x00000627 +0x000009b4:ix_offs[0107]: 0x000053ae 0x00000db0:ix_lens[0107]: 0x00000021 +0x000009b8:ix_offs[0108]: 0x000053cf 0x00000db4:ix_lens[0108]: 0x0000003f +0x000009bc:ix_offs[0109]: 0x0000540e 0x00000db8:ix_lens[0109]: 0x0000003c +0x000009c0:ix_offs[0110]: 0x0000544a 0x00000dbc:ix_lens[0110]: 0x00000024 +0x000009c4:ix_offs[0111]: 0x0000546e 0x00000dc0:ix_lens[0111]: 0x00000084 +0x000009c8:ix_offs[0112]: 0x000054f2 0x00000dc4:ix_lens[0112]: 0x00000025 +0x000009cc:ix_offs[0113]: 0x00005517 0x00000dc8:ix_lens[0113]: 0x00000038 +0x000009d0:ix_offs[0114]: 0x0000554f 0x00000dcc:ix_lens[0114]: 0x00000025 +0x000009d4:ix_offs[0115]: 0x00005574 0x00000dd0:ix_lens[0115]: 0x0000002d +0x000009d8:ix_offs[0116]: 0x000055a1 0x00000dd4:ix_lens[0116]: 0x00000021 +0x000009dc:ix_offs[0117]: 0x000055c2 0x00000dd8:ix_lens[0117]: 0x00000022 +0x000009e0:ix_offs[0118]: 0x000055e4 0x00000ddc:ix_lens[0118]: 0x0000001f +0x000009e4:ix_offs[0119]: 0x00005603 0x00000de0:ix_lens[0119]: 0x00000022 +0x000009e8:ix_offs[0120]: 0x00005625 0x00000de4:ix_lens[0120]: 0x0000004f +0x000009ec:ix_offs[0121]: 0x00005674 0x00000de8:ix_lens[0121]: 0x00000021 +0x000009f0:ix_offs[0122]: 0x00005695 0x00000dec:ix_lens[0122]: 0x00000028 +0x000009f4:ix_offs[0123]: 0x000056bd 0x00000df0:ix_lens[0123]: 0x00000023 +0x000009f8:ix_offs[0124]: 0x000056e0 0x00000df4:ix_lens[0124]: 0x00000027 +0x000009fc:ix_offs[0125]: 0x00005707 0x00000df8:ix_lens[0125]: 0x00000023 +0x00000a00:ix_offs[0126]: 0x0000572a 0x00000dfc:ix_lens[0126]: 0x00000023 +0x00000a04:ix_offs[0127]: 0x0000574d 0x00000e00:ix_lens[0127]: 0x0000002f +0x00000a08:ix_offs[0128]: 0x0000577c 0x00000e04:ix_lens[0128]: 0x00000021 +0x00000a0c:ix_offs[0129]: 0x0000579d 0x00000e08:ix_lens[0129]: 0x00000024 +0x00000a10:ix_offs[0130]: 0x000057c1 0x00000e0c:ix_lens[0130]: 0x00000024 +0x00000a14:ix_offs[0131]: 0x000057e5 0x00000e10:ix_lens[0131]: 0x00000038 +0x00000a18:ix_offs[0132]: 0x0000581d 0x00000e14:ix_lens[0132]: 0x00000023 +0x00000a1c:ix_offs[0133]: 0x00005840 0x00000e18:ix_lens[0133]: 0x00000024 +0x00000a20:ix_offs[0134]: 0x00005864 0x00000e1c:ix_lens[0134]: 0x0000002d +0x00000a24:ix_offs[0135]: 0x00005891 0x00000e20:ix_lens[0135]: 0x00000024 +0x00000a28:ix_offs[0136]: 0x000058b5 0x00000e24:ix_lens[0136]: 0x00000023 +0x00000a2c:ix_offs[0137]: 0x000058d8 0x00000e28:ix_lens[0137]: 0x00000022 +0x00000a30:ix_offs[0138]: 0x000058fa 0x00000e2c:ix_lens[0138]: 0x0000001f +0x00000a34:ix_offs[0139]: 0x00005919 0x00000e30:ix_lens[0139]: 0x00000023 +0x00000a38:ix_offs[0140]: 0x0000593c 0x00000e34:ix_lens[0140]: 0x0000020f +0x00000a3c:ix_offs[0141]: 0x00005b4b 0x00000e38:ix_lens[0141]: 0x00000034 +0x00000a40:ix_offs[0142]: 0x00005b7f 0x00000e3c:ix_lens[0142]: 0x00000061 +0x00000a44:ix_offs[0143]: 0x00005be0 0x00000e40:ix_lens[0143]: 0x00000028 +0x00000a48:ix_offs[0144]: 0x00005c08 0x00000e44:ix_lens[0144]: 0x00000020 +0x00000a4c:ix_offs[0145]: 0x00005c28 0x00000e48:ix_lens[0145]: 0x00000043 +0x00000a50:ix_offs[0146]: 0x00005c6b 0x00000e4c:ix_lens[0146]: 0x00000024 +0x00000a54:ix_offs[0147]: 0x00005c8f 0x00000e50:ix_lens[0147]: 0x00000022 +0x00000a58:ix_offs[0148]: 0x00005cb1 0x00000e54:ix_lens[0148]: 0x00000022 +0x00000a5c:ix_offs[0149]: 0x00005cd3 0x00000e58:ix_lens[0149]: 0x00000024 +0x00000a60:ix_offs[0150]: 0x00005cf7 0x00000e5c:ix_lens[0150]: 0x00000028 +0x00000a64:ix_offs[0151]: 0x00005d1f 0x00000e60:ix_lens[0151]: 0x0000002d +0x00000a68:ix_offs[0152]: 0x00005d4c 0x00000e64:ix_lens[0152]: 0x000000e1 +0x00000a6c:ix_offs[0153]: 0x00005e2d 0x00000e68:ix_lens[0153]: 0x00000025 +0x00000a70:ix_offs[0154]: 0x00005e52 0x00000e6c:ix_lens[0154]: 0x00000020 +0x00000a74:ix_offs[0155]: 0x00005e72 0x00000e70:ix_lens[0155]: 0x00000027 +0x00000a78:ix_offs[0156]: 0x00005e99 0x00000e74:ix_lens[0156]: 0x00000022 +0x00000a7c:ix_offs[0157]: 0x00005ebb 0x00000e78:ix_lens[0157]: 0x00000024 +0x00000a80:ix_offs[0158]: 0x00005edf 0x00000e7c:ix_lens[0158]: 0x00000020 +0x00000a84:ix_offs[0159]: 0x00005eff 0x00000e80:ix_lens[0159]: 0x0000002d +0x00000a88:ix_offs[0160]: 0x00005f2c 0x00000e84:ix_lens[0160]: 0x0000004e +0x00000a8c:ix_offs[0161]: 0x00005f7a 0x00000e88:ix_lens[0161]: 0x00000021 +0x00000a90:ix_offs[0162]: 0x00005f9b 0x00000e8c:ix_lens[0162]: 0x00000026 +0x00000a94:ix_offs[0163]: 0x00005fc1 0x00000e90:ix_lens[0163]: 0x0000001f +0x00000a98:ix_offs[0164]: 0x00005fe0 0x00000e94:ix_lens[0164]: 0x00000022 +0x00000a9c:ix_offs[0165]: 0x00006002 0x00000e98:ix_lens[0165]: 0x00000026 +0x00000aa0:ix_offs[0166]: 0x00006028 0x00000e9c:ix_lens[0166]: 0x0000005f +0x00000aa4:ix_offs[0167]: 0x00006087 0x00000ea0:ix_lens[0167]: 0x00000046 +0x00000aa8:ix_offs[0168]: 0x000060cd 0x00000ea4:ix_lens[0168]: 0x00000022 +0x00000aac:ix_offs[0169]: 0x000060ef 0x00000ea8:ix_lens[0169]: 0x0000008e +0x00000ab0:ix_offs[0170]: 0x0000617d 0x00000eac:ix_lens[0170]: 0x0000009b +0x00000ab4:ix_offs[0171]: 0x00006218 0x00000eb0:ix_lens[0171]: 0x00000025 +0x00000ab8:ix_offs[0172]: 0x0000623d 0x00000eb4:ix_lens[0172]: 0x00000024 +0x00000abc:ix_offs[0173]: 0x00006261 0x00000eb8:ix_lens[0173]: 0x00000020 +0x00000ac0:ix_offs[0174]: 0x00006281 0x00000ebc:ix_lens[0174]: 0x00000022 +0x00000ac4:ix_offs[0175]: 0x000062a3 0x00000ec0:ix_lens[0175]: 0x00000027 +0x00000ac8:ix_offs[0176]: 0x000062ca 0x00000ec4:ix_lens[0176]: 0x00000031 +0x00000acc:ix_offs[0177]: 0x000062fb 0x00000ec8:ix_lens[0177]: 0x0000001e +0x00000ad0:ix_offs[0178]: 0x00006319 0x00000ecc:ix_lens[0178]: 0x00000027 +0x00000ad4:ix_offs[0179]: 0x00006340 0x00000ed0:ix_lens[0179]: 0x00000039 +0x00000ad8:ix_offs[0180]: 0x00006379 0x00000ed4:ix_lens[0180]: 0x00000025 +0x00000adc:ix_offs[0181]: 0x0000639e 0x00000ed8:ix_lens[0181]: 0x00000022 + +0x00000ae0-0x00000c03:ix_offs[0182-0254] default value 0x00000000 +0x00000edc-0x00000fff:ix_lens[0182-0254] default value 0x00000000 + +BLOCK - DATA +[0000] Name rkey: NAZ999 offs: 0x00000000 lens: 0x000016c9 + 0x00001000: Ncount 188 + Keys and string offsets, strings + 1. 0x00001004:RKEY I2 0x000015e4:offset 0x00000000 + 0x000018d4:string 'Albert Augustus Charles//' + 2. 0x0000100c:RKEY I5 0x000015e8:offset 0x0000001a + 0x000018ee:string 'Alice Maud Mary//' + 3. 0x00001014:RKEY I6 0x000015ec:offset 0x0000002c + 0x00001900:string 'Alfred Ernest Albert//' + 4. 0x0000101c:RKEY I9 0x000015f0:offset 0x00000043 + 0x00001917:string 'Arthur William Patrick//' + 5. 0x00001024:RKEY I12 0x000015f4:offset 0x0000005c + 0x00001930:string 'Alexandra of_Denmark "Alix"//' + 6. 0x0000102c:RKEY I13 0x000015f8:offset 0x0000007a + 0x0000194e:string 'Albert Victor Christian//' + 7. 0x00001034:RKEY I24 0x000015fc:offset 0x00000094 + 0x00001968:string 'Alice of_Athlone //' + 8. 0x0000103c:RKEY I26 0x00001600:offset 0x000000a8 + 0x0000197c:string 'Alexander of_Carisbrooke //' + 9. 0x00001044:RKEY I39 0x00001604:offset 0x000000c4 + 0x00001998:string 'Alexandra Fedorovna "Alix"//' + 10. 0x0000104c:RKEY I90 0x00001608:offset 0x000000e1 + 0x000019b5:string 'Alexander Patrick Gregers//' + 11. 0x00001054:RKEY I95 0x0000160c:offset 0x000000fd + 0x000019d1:string 'Alfred //' + 12. 0x0000105c:RKEY I98 0x00001610:offset 0x00000108 + 0x000019dc:string 'Alexandra //' + 13. 0x00001064:RKEY I101 0x00001614:offset 0x00000116 + 0x000019ea:string 'Alice of_Battenberg //' + 14. 0x0000106c:RKEY I104 0x00001618:offset 0x0000012d + 0x00001a01:string 'Andrew of_Greece //' + 15. 0x00001074:RKEY I119 0x0000161c:offset 0x00000141 + 0x00001a15:string 'Aribert of_Anhalt //' + 16. 0x0000107c:RKEY I122 0x00001620:offset 0x00000156 + 0x00001a2a:string 'Arthur of_Connaught //' + 17. 0x00001084:RKEY I125 0x00001624:offset 0x0000016d + 0x00001a41:string 'Alexandra //' + 18. 0x0000108c:RKEY I134 0x00001628:offset 0x0000017b + 0x00001a4f:string 'Augusta of_Hesse-Cassel //' + 19. 0x00001094:RKEY I135 0x0000162c:offset 0x00000196 + 0x00001a6a:string 'Augusta Caroline //' + 20. 0x0000109c:RKEY I163 0x00001630:offset 0x000001aa + 0x00001a7e:string 'Alexandra of_Greece //' + 21. 0x000010a4:RKEY I219 0x00001634:offset 0x000001c1 + 0x00001a95:string 'Adelaide Louisa Theresa//' + 22. 0x000010ac:RKEY I265 0x00001638:offset 0x000001db + 0x00001aaf:string 'Adolphus //' + 23. 0x000010b4:RKEY I266 0x0000163c:offset 0x000001e8 + 0x00001abc:string 'Agustus //' + 24. 0x000010bc:RKEY I272 0x00001640:offset 0x000001f4 + 0x00001ac8:string 'Adolphus Frederick_V //' + 25. 0x000010c4:RKEY I278 0x00001644:offset 0x0000020c + 0x00001ae0:string 'Adolphus 2nd //' + 26. 0x000010cc:RKEY I280 0x00001648:offset 0x0000021c + 0x00001af0:string 'Alexander George of_Teck//' + 27. 0x000010d4:RKEY I303 0x0000164c:offset 0x00000237 + 0x00001b0b:string 'Alexander of_Wurttemberg //' + 28. 0x000010dc:RKEY I306 0x00001650:offset 0x00000253 + 0x00001b27:string 'Amelie //' + 29. 0x000010e4:RKEY I311 0x00001654:offset 0x0000025e + 0x00001b32:string 'Albert of_Schleswig- Holstein//' + 30. 0x000010ec:RKEY I332 0x00001658:offset 0x0000027e + 0x00001b52:string 'Augusta of_Saxe-Gotha //' + 31. 0x000010f4:RKEY I347 0x0000165c:offset 0x00000297 + 0x00001b6b:string 'Alexander of_Hesse and_the_Rhine//' + 32. 0x000010fc:RKEY I356 0x00001660:offset 0x000002ba + 0x00001b8e:string 'Amalie of_Wurttemberg //' + 33. 0x00001104:RKEY I402 0x00001664:offset 0x000002d3 + 0x00001ba7:string 'Augusta of_Schleswig- Holstein-//' + 34. 0x0000110c:RKEY I404 0x00001668:offset 0x000002f5 + 0x00001bc9:string 'Adolphus of_Schaumburg- Lippe//' + 35. 0x00001114:RKEY I409 0x0000166c:offset 0x00000315 + 0x00001be9:string 'Alfonso_XIII //' + 36. 0x0000111c:RKEY I418 0x00001670:offset 0x00000326 + 0x00001bfa:string 'Albert of_Prussia //' + 37. 0x00001124:RKEY I422 0x00001674:offset 0x0000033b + 0x00001c0f:string 'Adalbert //' + 38. 0x0000112c:RKEY I423 0x00001678:offset 0x00000348 + 0x00001c1c:string 'Augustus William //' + 39. 0x00001134:RKEY I427 0x0000167c:offset 0x0000035c + 0x00001c30:string 'Augusta of_Saxe-Weimar //' + 40. 0x0000113c:RKEY I430 0x00001680:offset 0x00000376 + 0x00001c4a:string 'Alphonso of_Cavadonga //' + 41. 0x00001144:RKEY I440 0x00001684:offset 0x0000038f + 0x00001c63:string 'Alexander_I of_Yugoslavia //' + 42. 0x0000114c:RKEY I469 0x00001688:offset 0x000003ac + 0x00001c80:string 'Anne of_Bourbon-Parma //' + 43. 0x00001154:RKEY I472 0x0000168c:offset 0x000003c5 + 0x00001c99:string 'Anne-Marie of_Denmark //' + 44. 0x0000115c:RKEY I474 0x00001690:offset 0x000003de + 0x00001cb2:string 'Alexandra of_Greece //' + 45. 0x00001164:RKEY I486 0x00001694:offset 0x000003f5 + 0x00001cc9:string 'Alexander of_Bulgaria //' + 46. 0x0000116c:RKEY I490 0x00001698:offset 0x0000040e + 0x00001ce2:string 'Anna of_Montenegro Princess//' + 47. 0x00001174:RKEY I499 0x0000169c:offset 0x0000042c + 0x00001d00:string 'Anna //' + 48. 0x0000117c:RKEY I523 0x000016a0:offset 0x00000435 + 0x00001d09:string 'Alexandrine //' + 49. 0x00001184:RKEY I532 0x000016a4:offset 0x00000445 + 0x00001d19:string 'Alice de_Courtenay //' + 50. 0x0000118c:RKEY I548 0x000016a8:offset 0x0000045b + 0x00001d2f:string 'Adelheid of_Saxe- Meiningen//' + 51. 0x00001194:RKEY I549 0x000016ac:offset 0x00000479 + 0x00001d4d:string 'Alexandra of_Schleswig- //' + 52. 0x0000119c:RKEY I561 0x000016b0:offset 0x00000494 + 0x00001d68:string 'Augusta //' + 53. 0x000011a4:RKEY I568 0x000016b4:offset 0x000004a0 + 0x00001d74:string 'Augustus William //' + 54. 0x000011ac:RKEY I580 0x000016b8:offset 0x000004b4 + 0x00001d88:string 'Adolphe of_Luxembourg //' + 55. 0x000011b4:RKEY I594 0x000016bc:offset 0x000004cd + 0x00001da1:string 'Alphonso //' + 56. 0x000011bc:RKEY I599 0x000016c0:offset 0x000004da + 0x00001dae:string 'Astrid of_Sweden //' + 57. 0x000011c4:RKEY I607 0x000016c4:offset 0x000004ee + 0x00001dc2:string 'Alexandrine of_Mecklenburg- Schwerin//' + 58. 0x000011cc:RKEY I631 0x000016c8:offset 0x00000515 + 0x00001de9:string 'Albert_I of_Monaco //' + 59. 0x000011d4:RKEY I648 0x000016cc:offset 0x0000052b + 0x00001dff:string 'Aloys of_Liechtenstein //' + 60. 0x000011dc:RKEY I654 0x000016d0:offset 0x00000545 + 0x00001e19:string 'Anna Pavlovna //' + 61. 0x000011e4:RKEY I665 0x000016d4:offset 0x00000556 + 0x00001e2a:string 'Agnes //' + 62. 0x000011ec:RKEY I667 0x000016d8:offset 0x00000560 + 0x00001e34:string 'Agnes //' + 63. 0x000011f4:RKEY I683 0x000016dc:offset 0x0000056a + 0x00001e3e:string 'Alfonso_XII //' + 64. 0x000011fc:RKEY I691 0x000016e0:offset 0x0000057a + 0x00001e4e:string 'Albrecht (Albert) //' + 65. 0x00001204:RKEY I696 0x000016e4:offset 0x0000058f + 0x00001e63:string 'Anne Sophia //' + 66. 0x0000120c:RKEY I726 0x000016e8:offset 0x0000059e + 0x00001e72:string 'Anne of_Denmark //' + 67. 0x00001214:RKEY I853 0x000016ec:offset 0x000005b1 + 0x00001e85:string 'Anne of_Cleves //' + 68. 0x0000121c:RKEY I875 0x000016f0:offset 0x000005c3 + 0x00001e97:string 'Andrej of_Yugoslavia //' + 69. 0x00001224:RKEY I877 0x000016f4:offset 0x000005db + 0x00001eaf:string 'Alexander //' + 70. 0x0000122c:RKEY I881 0x000016f8:offset 0x000005e9 + 0x00001ebd:string 'Alexander of_Yugoslavia //' + 71. 0x00001234:RKEY I911 0x000016fc:offset 0x00000604 + 0x00001ed8:string 'Andreas //' + 72. 0x0000123c:RKEY I914 0x00001700:offset 0x00000610 + 0x00001ee4:string 'Alexandra of_Hanover //' + 73. 0x00001244:RKEY I920 0x00001704:offset 0x00000628 + 0x00001efc:string 'Anne of_Austria //' + 74. 0x0000124c:RKEY I959 0x00001708:offset 0x0000063b + 0x00001f0f:string 'Astrid Maud Ingeborg//' + 75. 0x00001254:RKEY I970 0x0000170c:offset 0x00000652 + 0x00001f26:string 'Anne of_Bourbon-Parma //' + 76. 0x0000125c:RKEY I994 0x00001710:offset 0x0000066b + 0x00001f3f:string 'Anne //' + 77. 0x00001264:RKEY I1004 0x00001714:offset 0x00000674 + 0x00001f48:string 'Anne //' + 78. 0x0000126c:RKEY I1036 0x00001718:offset 0x0000067d + 0x00001f51:string 'Alexandra of_Ysenburg_and Budingen//' + 79. 0x00001274:RKEY I1051 0x0000171c:offset 0x000006a2 + 0x00001f76:string 'Andreas of_Leiningen //' + 80. 0x0000127c:RKEY I1069 0x00001720:offset 0x000006ba + 0x00001f8e:string 'Augusta of_Brunswick //' + 81. 0x00001284:RKEY I1100 0x00001724:offset 0x000006d2 + 0x00001fa6:string 'Antonia of_Portugal //' + 82. 0x0000128c:RKEY I1118 0x00001728:offset 0x000006e9 + 0x00001fbd:string 'Albert_I //' + 83. 0x00001294:RKEY I1124 0x0000172c:offset 0x000006f6 + 0x00001fca:string 'Albert //' + 84. 0x0000129c:RKEY I1129 0x00001730:offset 0x00000701 + 0x00001fd5:string 'Astrid //' + 85. 0x000012a4:RKEY I1133 0x00001734:offset 0x0000070c + 0x00001fe0:string 'Alexandre //' + 86. 0x000012ac:RKEY I1137 0x00001738:offset 0x0000071a + 0x00001fee:string 'Augusta Wilhelmine of_Hesse-//' + 87. 0x000012b4:RKEY I1151 0x0000173c:offset 0x00000739 + 0x0000200d:string 'Adelgunde //' + 88. 0x000012bc:RKEY I1153 0x00001740:offset 0x00000747 + 0x0000201b:string 'Adalbert //' + 89. 0x000012c4:RKEY I1169 0x00001744:offset 0x00000754 + 0x00002028:string 'Anna Amelia //' + 90. 0x000012cc:RKEY I1179 0x00001748:offset 0x00000763 + 0x00002037:string 'Augusta of_Austria- Tuscany//' + 91. 0x000012d4:RKEY I1182 0x0000174c:offset 0x00000781 + 0x00002055:string 'Amulf //' + 92. 0x000012dc:RKEY I1186 0x00001750:offset 0x0000078b + 0x0000205f:string 'Antoinette of_Luxembourg //' + 93. 0x000012e4:RKEY I1215 0x00001754:offset 0x000007a7 + 0x0000207b:string 'Antoine de_Bourbon of_France//' + 94. 0x000012ec:RKEY I1269 0x00001758:offset 0x000007c6 + 0x0000209a:string 'Alfonso //' + 95. 0x000012f4:RKEY I1273 0x0000175c:offset 0x000007d2 + 0x000020a6:string 'Alice //' + 96. 0x000012fc:RKEY I1321 0x00001760:offset 0x000007dc + 0x000020b0:string 'Anna Leopoldovna of_Brunswick//' + 97. 0x00001304:RKEY I1386 0x00001764:offset 0x000007fc + 0x000020d0:string 'Agatha //' + 98. 0x0000130c:RKEY I1387 0x00001768:offset 0x00000807 + 0x000020db:string 'Adeliza a_nun //' + 99. 0x00001314:RKEY I1388 0x0000176c:offset 0x00000818 + 0x000020ec:string 'Adela //' + 100. 0x0000131c:RKEY I1396 0x00001770:offset 0x00000822 + 0x000020f6:string 'Adeliza of_Louvain //' + 101. 0x00001324:RKEY I1413 0x00001774:offset 0x00000838 + 0x0000210c:string 'Anne of_Bohemia //' + 102. 0x0000132c:RKEY I1460 0x00001778:offset 0x0000084b + 0x0000211f:string 'Alexander //' + 103. 0x00001334:RKEY I1461 0x0000177c:offset 0x00000859 + 0x0000212d:string 'Annabella //' + 104. 0x0000133c:RKEY I1470 0x00001780:offset 0x00000867 + 0x0000213b:string 'Alexander //' + 105. 0x00001344:RKEY I1507 0x00001784:offset 0x00000875 + 0x00002149:string 'Arthur //' + 106. 0x0000134c:RKEY I1514 0x00001788:offset 0x00000880 + 0x00002154:string 'Alexander_I the_Fierce //' + 107. 0x00001354:RKEY I1520 0x0000178c:offset 0x0000089a + 0x0000216e:string 'Alfonso_VIII //' + 108. 0x0000135c:RKEY I1546 0x00001790:offset 0x000008ab + 0x0000217f:string 'Agatha //' + 109. 0x00001364:RKEY I1562 0x00001794:offset 0x000008b6 + 0x0000218a:string 'Andrew //' + 110. 0x0000136c:RKEY I1585 0x00001798:offset 0x000008c1 + 0x00002195:string 'Alexander_III //' + 111. 0x00001374:RKEY I1587 0x0000179c:offset 0x000008d3 + 0x000021a7:string 'Aveline de_Forz //' + 112. 0x0000137c:RKEY I1596 0x000017a0:offset 0x000008e6 + 0x000021ba:string 'Anne of_Burgundy //' + 113. 0x00001384:RKEY I1603 0x000017a4:offset 0x000008fa + 0x000021ce:string 'Anne of_Gloucester //' + 114. 0x0000138c:RKEY I1624 0x000017a8:offset 0x00000910 + 0x000021e4:string 'Anna Sophie //' + 115. 0x00001394:RKEY I1628 0x000017ac:offset 0x0000091f + 0x000021f3:string 'Anne Catherine //' + 116. 0x0000139c:RKEY I1635 0x000017b0:offset 0x00000931 + 0x00002205:string 'Anna //' + 117. 0x000013a4:RKEY I1677 0x000017b4:offset 0x0000093a + 0x0000220e:string 'Anne Dorothy Maltoft-Nielsen//' + 118. 0x000013ac:RKEY I1680 0x000017b8:offset 0x00000959 + 0x0000222d:string 'Alexander //' + 119. 0x000013b4:RKEY I1689 0x000017bc:offset 0x00000967 + 0x0000223b:string 'Alexander //' + 120. 0x000013bc:RKEY I1695 0x000017c0:offset 0x00000975 + 0x00002249:string 'Amalia //' + 121. 0x000013c4:RKEY I1721 0x000017c4:offset 0x00000980 + 0x00002254:string 'Anne of_Albemarle //' + 122. 0x000013cc:RKEY I1749 0x000017c8:offset 0x00000995 + 0x00002269:string 'Alfonso_X the_Wise //' + 123. 0x000013d4:RKEY I1753 0x000017cc:offset 0x000009ab + 0x0000227f:string 'Athelstan //' + 124. 0x000013dc:RKEY I1767 0x000017d0:offset 0x000009b9 + 0x0000228d:string 'Alfred Athling //' + 125. 0x000013e4:RKEY I1773 0x000017d4:offset 0x000009cb + 0x0000229f:string 'Athelstan //' + 126. 0x000013ec:RKEY I1774 0x000017d8:offset 0x000009d9 + 0x000022ad:string 'Alfgar of_Mercia //' + 127. 0x000013f4:RKEY I1775 0x000017dc:offset 0x000009ed + 0x000022c1:string 'Alfhelm of_Northhampton //' + 128. 0x000013fc:RKEY I1791 0x000017e0:offset 0x00000a08 + 0x000022dc:string 'Alfgar of_Wiltshire //' + 129. 0x00001404:RKEY I1799 0x000017e4:offset 0x00000a1f + 0x000022f3:string 'Athelstan //' + 130. 0x0000140c:RKEY I1826 0x000017e8:offset 0x00000a2d + 0x00002301:string 'Arnold //' + 131. 0x00001414:RKEY I1843 0x000017ec:offset 0x00000a38 + 0x0000230c:string 'Alan //' + 132. 0x0000141c:RKEY I1856 0x000017f0:offset 0x00000a41 + 0x00002315:string 'Adelicia //' + 133. 0x00001424:RKEY I1862 0x000017f4:offset 0x00000a4e + 0x00002322:string 'Agnes //' + 134. 0x0000142c:RKEY I1886 0x000017f8:offset 0x00000a58 + 0x0000232c:string 'Alexander_II //' + 135. 0x00001434:RKEY I1891 0x000017fc:offset 0x00000a69 + 0x0000233d:string 'Alfonso_IX //' + 136. 0x0000143c:RKEY I1931 0x00001800:offset 0x00000a78 + 0x0000234c:string 'Angharad //' + 137. 0x00001444:RKEY I1939 0x00001804:offset 0x00000a85 + 0x00002359:string 'Anarawd //' + 138. 0x0000144c:RKEY I1959 0x00001808:offset 0x00000a91 + 0x00002365:string 'Angharad //' + 139. 0x00001454:RKEY I1964 0x0000180c:offset 0x00000a9e + 0x00002372:string 'Alfred the_Great //' + 140. 0x0000145c:RKEY I1968 0x00001810:offset 0x00000ab2 + 0x00002386:string 'Athelstan //' + 141. 0x00001464:RKEY I1975 0x00001814:offset 0x00000ac0 + 0x00002394:string 'Athelstan //' + 142. 0x0000146c:RKEY I2025 0x00001818:offset 0x00000ace + 0x000023a2:string 'Aescwine //' + 143. 0x00001474:RKEY I2053 0x0000181c:offset 0x00000adb + 0x000023af:string 'Aldfrid of_Northumbria //' + 144. 0x0000147c:RKEY I2121 0x00001820:offset 0x00000af5 + 0x000023c9:string 'Anne //' + 145. 0x00001484:RKEY I2128 0x00001824:offset 0x00000afe + 0x000023d2:string 'Anna Maria //' + 146. 0x0000148c:RKEY I2135 0x00001828:offset 0x00000b0c + 0x000023e0:string 'Anne of_Austria //' + 147. 0x00001494:RKEY I2149 0x0000182c:offset 0x00000b1f + 0x000023f3:string 'Alfonso //' + 148. 0x0000149c:RKEY I2153 0x00001830:offset 0x00000b2b + 0x000023ff:string 'Alice //' + 149. 0x000014a4:RKEY I2155 0x00001834:offset 0x00000b35 + 0x00002409:string 'Alistair Arthur of_Connaught_2nd//' + 150. 0x000014ac:RKEY I2220 0x00001838:offset 0x00000b58 + 0x0000242c:string 'Aoife (Eva) //' + 151. 0x000014b4:RKEY I2229 0x0000183c:offset 0x00000b67 + 0x0000243b:string 'Ada //' + 152. 0x000014bc:RKEY I2260 0x00001840:offset 0x00000b6f + 0x00002443:string 'Aedh //' + 153. 0x000014c4:RKEY I2265 0x00001844:offset 0x00000b78 + 0x0000244c:string 'Alpin //' + 154. 0x000014cc:RKEY I2344 0x00001848:offset 0x00000b82 + 0x00002456:string 'Anne of_York //' + 155. 0x000014d4:RKEY I2436 0x0000184c:offset 0x00000b92 + 0x00002466:string 'Augusta of_Bavaria //' + 156. 0x000014dc:RKEY I2453 0x00001850:offset 0x00000ba8 + 0x0000247c:string 'Adelaide of_Savoy //' + 157. 0x000014e4:RKEY I2476 0x00001854:offset 0x00000bbd + 0x00002491:string 'Adele of_Champagne //' + 158. 0x000014ec:RKEY I2479 0x00001858:offset 0x00000bd3 + 0x000024a7:string 'Agnes of_Meranie //' + 159. 0x000014f4:RKEY I2481 0x0000185c:offset 0x00000be7 + 0x000024bb:string 'Alphonse //' + 160. 0x000014fc:RKEY I2535 0x00001860:offset 0x00000bf4 + 0x000024c8:string 'Anne of_Kiev //' + 161. 0x00001504:RKEY I2544 0x00001864:offset 0x00000c04 + 0x000024d8:string 'Anne //' + 162. 0x0000150c:RKEY I2545 0x00001868:offset 0x00000c0d + 0x000024e1:string 'Anne of_Brittany //' + 163. 0x00001514:RKEY I2546 0x0000186c:offset 0x00000c21 + 0x000024f5:string 'Anne of_Cleves //' + 164. 0x0000151c:RKEY I2548 0x00001870:offset 0x00000c33 + 0x00002507:string 'Anne of_Brittany //' + 165. 0x00001524:RKEY I2562 0x00001874:offset 0x00000c47 + 0x0000251b:string 'Adelaide //' + 166. 0x0000152c:RKEY I2580 0x00001878:offset 0x00000c54 + 0x00002528:string 'Ansgarde of_Burgundy //' + 167. 0x00001534:RKEY I2583 0x0000187c:offset 0x00000c6c + 0x00002540:string 'Adelaide Judith //' + 168. 0x0000153c:RKEY I2593 0x00001880:offset 0x00000c7f + 0x00002553:string 'Arnulf //' + 169. 0x00001544:RKEY I2608 0x00001884:offset 0x00000c8a + 0x0000255e:string 'Adalberon of_Rheims //' + 170. 0x0000154c:RKEY I2614 0x00001888:offset 0x00000ca1 + 0x00002575:string 'Augusta Reuss-Ebersdorf //' + 171. 0x00001554:RKEY I2630 0x0000188c:offset 0x00000cbc + 0x00002590:string 'Alexander //' + 172. 0x0000155c:RKEY I2651 0x00001890:offset 0x00000cca + 0x0000259e:string 'Adolph of_Schwarzburg- Rudolstadt//' + 173. 0x00001564:RKEY I2654 0x00001894:offset 0x00000cee + 0x000025c2:string 'Alexandrine //' + 174. 0x0000156c:RKEY I2656 0x00001898:offset 0x00000cfe + 0x000025d2:string 'Amalia //' + 175. 0x00001574:RKEY I2667 0x0000189c:offset 0x00000d09 + 0x000025dd:string 'Alexandra //' + 176. 0x0000157c:RKEY I2696 0x000018a0:offset 0x00000d17 + 0x000025eb:string 'Anastasia //' + 177. 0x00001584:RKEY I2700 0x000018a4:offset 0x00000d25 + 0x000025f9:string 'Alexandrine Louise //' + 178. 0x0000158c:RKEY I2825 0x000018a8:offset 0x00000d3b + 0x0000260f:string 'Anna //' + 179. 0x00001594:RKEY I2830 0x000018ac:offset 0x00000d44 + 0x00002618:string 'Axel of_Denmark //' + 180. 0x0000159c:RKEY I2856 0x000018b0:offset 0x00000d57 + 0x0000262b:string 'Anne Sophia //' + 181. 0x000015a4:RKEY I2861 0x000018b4:offset 0x00000d66 + 0x0000263a:string 'Augusta //' + 182. 0x000015ac:RKEY I2866 0x000018b8:offset 0x00000d72 + 0x00002646:string 'Alexander //' + 183. 0x000015b4:RKEY I2871 0x000018bc:offset 0x00000d80 + 0x00002654:string 'Alexander //' + 184. 0x000015bc:RKEY I2875 0x000018c0:offset 0x00000d8e + 0x00002662:string 'Antonia of_Sicily //' + 185. 0x000015c4:RKEY I2890 0x000018c4:offset 0x00000da3 + 0x00002677:string 'Alphonso of_Portugal //' + 186. 0x000015cc:RKEY I2909 0x000018c8:offset 0x00000dbb + 0x0000268f:string 'Alexandrine of_Baden //' + 187. 0x000015d4:RKEY I2915 0x000018cc:offset 0x00000dd3 + 0x000026a7:string 'Ann Marie Louise//' + 188. 0x000015dc:RKEY I2973 0x000018d0:offset 0x00000de6 + 0x000026ba:string 'Antoinette //' + Assembled data for NAZ999 + 1. I2 name Albert Augustus Charles// + 2. I5 name Alice Maud Mary// + 3. I6 name Alfred Ernest Albert// + 4. I9 name Arthur William Patrick// + 5. I12 name Alexandra of_Denmark "Alix"// + 6. I13 name Albert Victor Christian// + 7. I24 name Alice of_Athlone // + 8. I26 name Alexander of_Carisbrooke // + 9. I39 name Alexandra Fedorovna "Alix"// + 10. I90 name Alexander Patrick Gregers// + 11. I95 name Alfred // + 12. I98 name Alexandra // + 13. I101 name Alice of_Battenberg // + 14. I104 name Andrew of_Greece // + 15. I119 name Aribert of_Anhalt // + 16. I122 name Arthur of_Connaught // + 17. I125 name Alexandra // + 18. I134 name Augusta of_Hesse-Cassel // + 19. I135 name Augusta Caroline // + 20. I163 name Alexandra of_Greece // + 21. I219 name Adelaide Louisa Theresa// + 22. I265 name Adolphus // + 23. I266 name Agustus // + 24. I272 name Adolphus Frederick_V // + 25. I278 name Adolphus 2nd // + 26. I280 name Alexander George of_Teck// + 27. I303 name Alexander of_Wurttemberg // + 28. I306 name Amelie // + 29. I311 name Albert of_Schleswig- Holstein// + 30. I332 name Augusta of_Saxe-Gotha // + 31. I347 name Alexander of_Hesse and_the_Rhine// + 32. I356 name Amalie of_Wurttemberg // + 33. I402 name Augusta of_Schleswig- Holstein-// + 34. I404 name Adolphus of_Schaumburg- Lippe// + 35. I409 name Alfonso_XIII // + 36. I418 name Albert of_Prussia // + 37. I422 name Adalbert // + 38. I423 name Augustus William // + 39. I427 name Augusta of_Saxe-Weimar // + 40. I430 name Alphonso of_Cavadonga // + 41. I440 name Alexander_I of_Yugoslavia // + 42. I469 name Anne of_Bourbon-Parma // + 43. I472 name Anne-Marie of_Denmark // + 44. I474 name Alexandra of_Greece // + 45. I486 name Alexander of_Bulgaria // + 46. I490 name Anna of_Montenegro Princess// + 47. I499 name Anna // + 48. I523 name Alexandrine // + 49. I532 name Alice de_Courtenay // + 50. I548 name Adelheid of_Saxe- Meiningen// + 51. I549 name Alexandra of_Schleswig- // + 52. I561 name Augusta // + 53. I568 name Augustus William // + 54. I580 name Adolphe of_Luxembourg // + 55. I594 name Alphonso // + 56. I599 name Astrid of_Sweden // + 57. I607 name Alexandrine of_Mecklenburg- Schwerin// + 58. I631 name Albert_I of_Monaco // + 59. I648 name Aloys of_Liechtenstein // + 60. I654 name Anna Pavlovna // + 61. I665 name Agnes // + 62. I667 name Agnes // + 63. I683 name Alfonso_XII // + 64. I691 name Albrecht (Albert) // + 65. I696 name Anne Sophia // + 66. I726 name Anne of_Denmark // + 67. I853 name Anne of_Cleves // + 68. I875 name Andrej of_Yugoslavia // + 69. I877 name Alexander // + 70. I881 name Alexander of_Yugoslavia // + 71. I911 name Andreas // + 72. I914 name Alexandra of_Hanover // + 73. I920 name Anne of_Austria // + 74. I959 name Astrid Maud Ingeborg// + 75. I970 name Anne of_Bourbon-Parma // + 76. I994 name Anne // + 77. I1004 name Anne // + 78. I1036 name Alexandra of_Ysenburg_and Budingen// + 79. I1051 name Andreas of_Leiningen // + 80. I1069 name Augusta of_Brunswick // + 81. I1100 name Antonia of_Portugal // + 82. I1118 name Albert_I // + 83. I1124 name Albert // + 84. I1129 name Astrid // + 85. I1133 name Alexandre // + 86. I1137 name Augusta Wilhelmine of_Hesse-// + 87. I1151 name Adelgunde // + 88. I1153 name Adalbert // + 89. I1169 name Anna Amelia // + 90. I1179 name Augusta of_Austria- Tuscany// + 91. I1182 name Amulf // + 92. I1186 name Antoinette of_Luxembourg // + 93. I1215 name Antoine de_Bourbon of_France// + 94. I1269 name Alfonso // + 95. I1273 name Alice // + 96. I1321 name Anna Leopoldovna of_Brunswick// + 97. I1386 name Agatha // + 98. I1387 name Adeliza a_nun // + 99. I1388 name Adela // + 100. I1396 name Adeliza of_Louvain // + 101. I1413 name Anne of_Bohemia // + 102. I1460 name Alexander // + 103. I1461 name Annabella // + 104. I1470 name Alexander // + 105. I1507 name Arthur // + 106. I1514 name Alexander_I the_Fierce // + 107. I1520 name Alfonso_VIII // + 108. I1546 name Agatha // + 109. I1562 name Andrew // + 110. I1585 name Alexander_III // + 111. I1587 name Aveline de_Forz // + 112. I1596 name Anne of_Burgundy // + 113. I1603 name Anne of_Gloucester // + 114. I1624 name Anna Sophie // + 115. I1628 name Anne Catherine // + 116. I1635 name Anna // + 117. I1677 name Anne Dorothy Maltoft-Nielsen// + 118. I1680 name Alexander // + 119. I1689 name Alexander // + 120. I1695 name Amalia // + 121. I1721 name Anne of_Albemarle // + 122. I1749 name Alfonso_X the_Wise // + 123. I1753 name Athelstan // + 124. I1767 name Alfred Athling // + 125. I1773 name Athelstan // + 126. I1774 name Alfgar of_Mercia // + 127. I1775 name Alfhelm of_Northhampton // + 128. I1791 name Alfgar of_Wiltshire // + 129. I1799 name Athelstan // + 130. I1826 name Arnold // + 131. I1843 name Alan // + 132. I1856 name Adelicia // + 133. I1862 name Agnes // + 134. I1886 name Alexander_II // + 135. I1891 name Alfonso_IX // + 136. I1931 name Angharad // + 137. I1939 name Anarawd // + 138. I1959 name Angharad // + 139. I1964 name Alfred the_Great // + 140. I1968 name Athelstan // + 141. I1975 name Athelstan // + 142. I2025 name Aescwine // + 143. I2053 name Aldfrid of_Northumbria // + 144. I2121 name Anne // + 145. I2128 name Anna Maria // + 146. I2135 name Anne of_Austria // + 147. I2149 name Alfonso // + 148. I2153 name Alice // + 149. I2155 name Alistair Arthur of_Connaught_2nd// + 150. I2220 name Aoife (Eva) // + 151. I2229 name Ada // + 152. I2260 name Aedh // + 153. I2265 name Alpin // + 154. I2344 name Anne of_York // + 155. I2436 name Augusta of_Bavaria // + 156. I2453 name Adelaide of_Savoy // + 157. I2476 name Adele of_Champagne // + 158. I2479 name Agnes of_Meranie // + 159. I2481 name Alphonse // + 160. I2535 name Anne of_Kiev // + 161. I2544 name Anne // + 162. I2545 name Anne of_Brittany // + 163. I2546 name Anne of_Cleves // + 164. I2548 name Anne of_Brittany // + 165. I2562 name Adelaide // + 166. I2580 name Ansgarde of_Burgundy // + 167. I2583 name Adelaide Judith // + 168. I2593 name Arnulf // + 169. I2608 name Adalberon of_Rheims // + 170. I2614 name Augusta Reuss-Ebersdorf // + 171. I2630 name Alexander // + 172. I2651 name Adolph of_Schwarzburg- Rudolstadt// + 173. I2654 name Alexandrine // + 174. I2656 name Amalia // + 175. I2667 name Alexandra // + 176. I2696 name Anastasia // + 177. I2700 name Alexandrine Louise // + 178. I2825 name Anna // + 179. I2830 name Axel of_Denmark // + 180. I2856 name Anne Sophia // + 181. I2861 name Augusta // + 182. I2866 name Alexander // + 183. I2871 name Alexander // + 184. I2875 name Antonia of_Sicily // + 185. I2890 name Alphonso of_Portugal // + 186. I2909 name Alexandrine of_Baden // + 187. I2915 name Ann Marie Louise// + 188. I2973 name Antoinette // +[0001] Name rkey: NBB260 offs: 0x000016c9 lens: 0x00000025 + 0x000026c9: Ncount 1 + Keys and string offsets, strings + 1. 0x000026cd:RKEY I918 0x000026d5:offset 0x00000000 + 0x000026d9:string 'Berthold /Bauscher/' + Assembled data for NBB260 + 1. I918 name Berthold /Bauscher/ +[0002] Name rkey: NBC634 offs: 0x000016ee lens: 0x0000004c + 0x000026ee: Ncount 2 + Keys and string offsets, strings + 1. 0x000026f2:RKEY I806 0x00002702:offset 0x00000000 + 0x0000270a:string 'Barbara /Cartland/' + 2. 0x000026fa:RKEY I2995 0x00002706:offset 0x00000014 + 0x0000271e:string 'Bertram (Bertie) /Cartland/' + Assembled data for NBC634 + 1. I806 name Barbara /Cartland/ + 2. I2995 name Bertram (Bertie) /Cartland/ +[0003] Name rkey: NBF656 offs: 0x0000173a lens: 0x00000025 + 0x0000273a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000273e:RKEY I962 0x00002746:offset 0x00000000 + 0x0000274a:string 'Benedickte /Ferner/' + Assembled data for NBF656 + 1. I962 name Benedickte /Ferner/ +[0004] Name rkey: NBG520 offs: 0x0000175f lens: 0x00000023 + 0x0000275f: Ncount 1 + Keys and string offsets, strings + 1. 0x00002763:RKEY I540 0x0000276b:offset 0x00000000 + 0x0000276f:string 'Brigid /Guinness/' + Assembled data for NBG520 + 1. I540 name Brigid /Guinness/ +[0005] Name rkey: NBM252 offs: 0x00001782 lens: 0x00000026 + 0x00002782: Ncount 1 + Keys and string offsets, strings + 1. 0x00002786:RKEY I2814 0x0000278e:offset 0x00000000 + 0x00002792:string 'Birgitta /Magnusson/' + Assembled data for NBM252 + 1. I2814 name Birgitta /Magnusson/ +[0006] Name rkey: NBM600 offs: 0x000017a8 lens: 0x00000025 + 0x000027a8: Ncount 1 + Keys and string offsets, strings + 1. 0x000027ac:RKEY I393 0x000027b4:offset 0x00000000 + 0x000027b8:string 'Barbara Smith /Marr/' + Assembled data for NBM600 + 1. I393 name Barbara Smith /Marr/ +[0007] Name rkey: NBR551 offs: 0x000017cd lens: 0x00000021 + 0x000027cd: Ncount 1 + Keys and string offsets, strings + 1. 0x000027d1:RKEY I159 0x000027d9:offset 0x00000000 + 0x000027dd:string 'Boris /Romanov/' + Assembled data for NBR551 + 1. I159 name Boris /Romanov/ +[0008] Name rkey: NBV536 offs: 0x000017ee lens: 0x00000030 + 0x000027ee: Ncount 1 + Keys and string offsets, strings + 1. 0x000027f2:RKEY I89 0x000027fa:offset 0x00000000 + 0x000027fe:string 'Birgitte of_Denmark /von_Deurs/' + Assembled data for NBV536 + 1. I89 name Birgitte of_Denmark /von_Deurs/ +[0009] Name rkey: NBW532 offs: 0x0000181e lens: 0x00000031 + 0x0000281e: Ncount 1 + Keys and string offsets, strings + 1. 0x00002822:RKEY I827 0x0000282a:offset 0x00000000 + 0x0000282e:string 'Beatrice Elizabeth Mary/Windsor/' + Assembled data for NBW532 + 1. I827 name Beatrice Elizabeth Mary/Windsor/ +[0010] Name rkey: NBW614 offs: 0x0000184f lens: 0x00000029 + 0x0000284f: Ncount 1 + Keys and string offsets, strings + 1. 0x00002853:RKEY I70 0x0000285b:offset 0x00000000 + 0x0000285f:string 'Bessiewallis /Warfield/' + Assembled data for NBW614 + 1. I70 name Bessiewallis /Warfield/ +[0011] Name rkey: NBZ999 offs: 0x00001878 lens: 0x000006dc + 0x00002878: Ncount 60 + Keys and string offsets, strings + 1. 0x0000287c:RKEY I11 0x00002a5c:offset 0x00000000 + 0x00002b4c:string 'Beatrice Mary Victoria//' + 2. 0x00002884:RKEY I99 0x00002a60:offset 0x00000019 + 0x00002b65:string 'Beatrice //' + 3. 0x0000288c:RKEY I403 0x00002a64:offset 0x00000026 + 0x00002b72:string 'Bernard of_Saxe- Meiningen//' + 4. 0x00002894:RKEY I433 0x00002a68:offset 0x00000043 + 0x00002b8f:string 'Beatrice //' + 5. 0x0000289c:RKEY I448 0x00002a6c:offset 0x00000050 + 0x00002b9c:string 'Bertil Gustaf Oscar//' + 6. 0x000028a4:RKEY I479 0x00002a70:offset 0x00000066 + 0x00002bb2:string 'Berthold of_Baden //' + 7. 0x000028ac:RKEY I601 0x00002a74:offset 0x0000007b + 0x00002bc7:string 'Baudouin_I of_the_Belgians //' + 8. 0x000028b4:RKEY I660 0x00002a78:offset 0x00000099 + 0x00002be5:string 'Bernhard of_Lippe- Biesterfeld//' + 9. 0x000028bc:RKEY I661 0x00002a7c:offset 0x000000ba + 0x00002c06:string 'Beatrix of_Netherlands //' + 10. 0x000028c4:RKEY I942 0x00002a80:offset 0x000000d4 + 0x00002c20:string 'Benjamin //' + 11. 0x000028cc:RKEY I1007 0x00002a84:offset 0x000000e1 + 0x00002c2d:string 'Bridget //' + 12. 0x000028d4:RKEY I1115 0x00002a88:offset 0x000000ed + 0x00002c39:string 'Baudouin //' + 13. 0x000028dc:RKEY I1227 0x00002a8c:offset 0x000000fa + 0x00002c46:string 'Blanche //' + 14. 0x000028e4:RKEY I1238 0x00002a90:offset 0x00000106 + 0x00002c52:string 'Blanche //' + 15. 0x000028ec:RKEY I1243 0x00002a94:offset 0x00000112 + 0x00002c5e:string 'Blanche of_Lancaster //' + 16. 0x000028f4:RKEY I1271 0x00002a98:offset 0x0000012a + 0x00002c76:string 'Berengaria //' + 17. 0x000028fc:RKEY I1275 0x00002a9c:offset 0x00000139 + 0x00002c85:string 'Beatrice //' + 18. 0x00002904:RKEY I1276 0x00002aa0:offset 0x00000146 + 0x00002c92:string 'Blanche //' + 19. 0x0000290c:RKEY I1284 0x00002aa4:offset 0x00000152 + 0x00002c9e:string 'Beatrice //' + 20. 0x00002914:RKEY I1399 0x00002aa8:offset 0x0000015f + 0x00002cab:string 'Baldwin //' + 21. 0x0000291c:RKEY I1495 0x00002aac:offset 0x0000016b + 0x00002cb7:string 'Blanche of_Artois //' + 22. 0x00002924:RKEY I1508 0x00002ab0:offset 0x00000180 + 0x00002ccc:string 'Berengaria of_Navarre //' + 23. 0x0000292c:RKEY I1583 0x00002ab4:offset 0x00000199 + 0x00002ce5:string 'Beatrix of_Falkenburg //' + 24. 0x00002934:RKEY I1672 0x00002ab8:offset 0x000001b2 + 0x00002cfe:string 'Benedikte //' + 25. 0x0000293c:RKEY I1742 0x00002abc:offset 0x000001c0 + 0x00002d0c:string 'Blanche of_Castile //' + 26. 0x00002944:RKEY I1745 0x00002ac0:offset 0x000001d6 + 0x00002d22:string 'Beatrice //' + 27. 0x0000294c:RKEY I1747 0x00002ac4:offset 0x000001e3 + 0x00002d2f:string 'Berengaria //' + 28. 0x00002954:RKEY I1814 0x00002ac8:offset 0x000001f2 + 0x00002d3e:string 'Boleslaw_II //' + 29. 0x0000295c:RKEY I1850 0x00002acc:offset 0x00000202 + 0x00002d4e:string 'Baldwin_V of_Flanders //' + 30. 0x00002964:RKEY I1921 0x00002ad0:offset 0x0000021b + 0x00002d67:string 'Bertha //' + 31. 0x0000296c:RKEY I1924 0x00002ad4:offset 0x00000226 + 0x00002d72:string 'Bernard of_Neufmarche //' + 32. 0x00002974:RKEY I1933 0x00002ad8:offset 0x0000023f + 0x00002d8b:string 'Bleddyn //' + 33. 0x0000297c:RKEY I1980 0x00002adc:offset 0x0000024b + 0x00002d97:string 'Burghred //' + 34. 0x00002984:RKEY I1988 0x00002ae0:offset 0x00000258 + 0x00002da4:string 'Baldwin_II of_Flanders //' + 35. 0x0000298c:RKEY I2001 0x00002ae4:offset 0x00000272 + 0x00002dbe:string 'Brond //' + 36. 0x00002994:RKEY I2002 0x00002ae8:offset 0x0000027c + 0x00002dc8:string 'Baeldaeg //' + 37. 0x0000299c:RKEY I2011 0x00002aec:offset 0x00000289 + 0x00002dd5:string 'Beaw //' + 38. 0x000029a4:RKEY I2017 0x00002af0:offset 0x00000292 + 0x00002dde:string 'Bedwig //' + 39. 0x000029ac:RKEY I2199 0x00002af4:offset 0x0000029d + 0x00002de9:string 'Brian_Catha An_Eanaigh //' + 40. 0x000029b4:RKEY I2212 0x00002af8:offset 0x000002b7 + 0x00002e03:string 'Brian Boru //' + 41. 0x000029bc:RKEY I2243 0x00002afc:offset 0x000002c5 + 0x00002e11:string 'Bethoc //' + 42. 0x000029c4:RKEY I2255 0x00002b00:offset 0x000002d0 + 0x00002e1c:string 'Beoedhe //' + 43. 0x000029cc:RKEY I2455 0x00002b04:offset 0x000002dc + 0x00002e28:string 'Bertha of_Holland //' + 44. 0x000029d4:RKEY I2456 0x00002b08:offset 0x000002f1 + 0x00002e3d:string 'Bertrada de_Montfort //' + 45. 0x000029dc:RKEY I2462 0x00002b0c:offset 0x00000309 + 0x00002e55:string 'Bertha of_Burgundy //' + 46. 0x000029e4:RKEY I2491 0x00002b10:offset 0x0000031f + 0x00002e6b:string 'Blanche of_Burgundy //' + 47. 0x000029ec:RKEY I2497 0x00002b14:offset 0x00000336 + 0x00002e82:string 'Blanche of_Navarre //' + 48. 0x000029f4:RKEY I2519 0x00002b18:offset 0x0000034c + 0x00002e98:string 'Bonne of_Luxemburg //' + 49. 0x000029fc:RKEY I2527 0x00002b1c:offset 0x00000362 + 0x00002eae:string 'Birgitta of_Sweden //' + 50. 0x00002a04:RKEY I2554 0x00002b20:offset 0x00000378 + 0x00002ec4:string 'Berthe //' + 51. 0x00002a0c:RKEY I2557 0x00002b24:offset 0x00000383 + 0x00002ecf:string 'Bertha of_Toulouse //' + 52. 0x00002a14:RKEY I2565 0x00002b28:offset 0x00000399 + 0x00002ee5:string 'Bernard //' + 53. 0x00002a1c:RKEY I2588 0x00002b2c:offset 0x000003a5 + 0x00002ef1:string 'Boso //' + 54. 0x00002a24:RKEY I2601 0x00002b30:offset 0x000003ae + 0x00002efa:string 'Bruno of_Cologne //' + 55. 0x00002a2c:RKEY I2610 0x00002b34:offset 0x000003c2 + 0x00002f0e:string 'Bertha //' + 56. 0x00002a34:RKEY I2745 0x00002b38:offset 0x000003cd + 0x00002f19:string 'Birgitta //' + 57. 0x00002a3c:RKEY I2767 0x00002b3c:offset 0x000003da + 0x00002f26:string 'Bettina //' + 58. 0x00002a44:RKEY I2768 0x00002b40:offset 0x000003e6 + 0x00002f32:string 'Bjorn //' + 59. 0x00002a4c:RKEY I2806 0x00002b44:offset 0x000003f0 + 0x00002f3c:string 'Birgitta //' + 60. 0x00002a54:RKEY I2823 0x00002b48:offset 0x000003fd + 0x00002f49:string 'Bertil //' + Assembled data for NBZ999 + 1. I11 name Beatrice Mary Victoria// + 2. I99 name Beatrice // + 3. I403 name Bernard of_Saxe- Meiningen// + 4. I433 name Beatrice // + 5. I448 name Bertil Gustaf Oscar// + 6. I479 name Berthold of_Baden // + 7. I601 name Baudouin_I of_the_Belgians // + 8. I660 name Bernhard of_Lippe- Biesterfeld// + 9. I661 name Beatrix of_Netherlands // + 10. I942 name Benjamin // + 11. I1007 name Bridget // + 12. I1115 name Baudouin // + 13. I1227 name Blanche // + 14. I1238 name Blanche // + 15. I1243 name Blanche of_Lancaster // + 16. I1271 name Berengaria // + 17. I1275 name Beatrice // + 18. I1276 name Blanche // + 19. I1284 name Beatrice // + 20. I1399 name Baldwin // + 21. I1495 name Blanche of_Artois // + 22. I1508 name Berengaria of_Navarre // + 23. I1583 name Beatrix of_Falkenburg // + 24. I1672 name Benedikte // + 25. I1742 name Blanche of_Castile // + 26. I1745 name Beatrice // + 27. I1747 name Berengaria // + 28. I1814 name Boleslaw_II // + 29. I1850 name Baldwin_V of_Flanders // + 30. I1921 name Bertha // + 31. I1924 name Bernard of_Neufmarche // + 32. I1933 name Bleddyn // + 33. I1980 name Burghred // + 34. I1988 name Baldwin_II of_Flanders // + 35. I2001 name Brond // + 36. I2002 name Baeldaeg // + 37. I2011 name Beaw // + 38. I2017 name Bedwig // + 39. I2199 name Brian_Catha An_Eanaigh // + 40. I2212 name Brian Boru // + 41. I2243 name Bethoc // + 42. I2255 name Beoedhe // + 43. I2455 name Bertha of_Holland // + 44. I2456 name Bertrada de_Montfort // + 45. I2462 name Bertha of_Burgundy // + 46. I2491 name Blanche of_Burgundy // + 47. I2497 name Blanche of_Navarre // + 48. I2519 name Bonne of_Luxemburg // + 49. I2527 name Birgitta of_Sweden // + 50. I2554 name Berthe // + 51. I2557 name Bertha of_Toulouse // + 52. I2565 name Bernard // + 53. I2588 name Boso // + 54. I2601 name Bruno of_Cologne // + 55. I2610 name Bertha // + 56. I2745 name Birgitta // + 57. I2767 name Bettina // + 58. I2768 name Bjorn // + 59. I2806 name Birgitta // + 60. I2823 name Bertil // +[0012] Name rkey: NCB245 offs: 0x00001f54 lens: 0x0000004c + 0x00002f54: Ncount 2 + Keys and string offsets, strings + 1. 0x00002f58:RKEY I145 0x00002f68:offset 0x00000000 + 0x00002f70:string 'Claude George /Bowes-Lyon/' + 2. 0x00002f60:RKEY I182 0x00002f6c:offset 0x0000001b + 0x00002f8b:string 'Claude /Bowes-Lyon/' + Assembled data for NCB245 + 1. I145 name Claude George /Bowes-Lyon/ + 2. I182 name Claude /Bowes-Lyon/ +[0013] Name rkey: NCB453 offs: 0x00001fa0 lens: 0x00000026 + 0x00002fa0: Ncount 1 + Keys and string offsets, strings + 1. 0x00002fa4:RKEY I2412 0x00002fac:offset 0x00000000 + 0x00002fb0:string 'Christopher /Blount/' + Assembled data for NCB453 + 1. I2412 name Christopher /Blount/ +[0014] Name rkey: NCB525 offs: 0x00001fc6 lens: 0x00000023 + 0x00002fc6: Ncount 1 + Keys and string offsets, strings + 1. 0x00002fca:RKEY I1729 0x00002fd2:offset 0x00000000 + 0x00002fd6:string 'Charles /Bingham/' + Assembled data for NCB525 + 1. I1729 name Charles /Bingham/ +[0015] Name rkey: NCB623 offs: 0x00001fe9 lens: 0x00000027 + 0x00002fe9: Ncount 1 + Keys and string offsets, strings + 1. 0x00002fed:RKEY I2351 0x00002ff5:offset 0x00000000 + 0x00002ff9:string 'Catherine /Broughton/' + Assembled data for NCB623 + 1. I2351 name Catherine /Broughton/ +[0016] Name rkey: NCB651 offs: 0x00002010 lens: 0x0000002a + 0x00003010: Ncount 1 + Keys and string offsets, strings + 1. 0x00003014:RKEY I208 0x0000301c:offset 0x00000000 + 0x00003020:string 'Caroline Louisa /Burnaby/' + Assembled data for NCB651 + 1. I208 name Caroline Louisa /Burnaby/ +[0017] Name rkey: NCB653 offs: 0x0000203a lens: 0x00000023 + 0x0000303a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000303e:RKEY I839 0x00003046:offset 0x00000000 + 0x0000304a:string 'Charles /Brandon/' + Assembled data for NCB653 + 1. I839 name Charles /Brandon/ +[0018] Name rkey: NCC153 offs: 0x0000205d lens: 0x00000090 + 0x0000305d: Ncount 3 + Keys and string offsets, strings + 1. 0x00003061:RKEY I146 0x00003079:offset 0x00000000 + 0x00003085:string 'Cecilia Nina /Cavendish-Bentin/' + 2. 0x00003069:RKEY I207 0x0000307d:offset 0x00000020 + 0x000030a5:string 'Charles /Cavendish-Bentin/' + 3. 0x00003071:RKEY I359 0x00003081:offset 0x0000003c + 0x000030c1:string 'Charles William Frederick/Cavendish-Bentwi/' + Assembled data for NCC153 + 1. I146 name Cecilia Nina /Cavendish-Bentin/ + 2. I207 name Charles /Cavendish-Bentin/ + 3. I359 name Charles William Frederick/Cavendish-Bentwi/ +[0019] Name rkey: NCC552 offs: 0x000020ed lens: 0x00000028 + 0x000030ed: Ncount 1 + Keys and string offsets, strings + 1. 0x000030f1:RKEY I381 0x000030f9:offset 0x00000000 + 0x000030fd:string 'Charlotte /Cunningham/' + Assembled data for NCC552 + 1. I381 name Charlotte /Cunningham/ +[0020] Name rkey: NCC600 offs: 0x00002115 lens: 0x00000023 + 0x00003115: Ncount 1 + Keys and string offsets, strings + 1. 0x00003119:RKEY I2403 0x00003121:offset 0x00000000 + 0x00003125:string 'Catherine /Carey/' + Assembled data for NCC600 + 1. I2403 name Catherine /Carey/ +[0021] Name rkey: NCD253 offs: 0x00002138 lens: 0x0000002f + 0x00003138: Ncount 1 + Keys and string offsets, strings + 1. 0x0000313c:RKEY I194 0x00003144:offset 0x00000000 + 0x00003148:string 'Christian Norah /Dawson-Damer/' + Assembled data for NCD253 + 1. I194 name Christian Norah /Dawson-Damer/ +[0022] Name rkey: NCD340 offs: 0x00002167 lens: 0x00000024 + 0x00003167: Ncount 1 + Keys and string offsets, strings + 1. 0x0000316b:RKEY I2318 0x00003173:offset 0x00000000 + 0x00003177:string 'Catherine /Dudley/' + Assembled data for NCD340 + 1. I2318 name Catherine /Dudley/ +[0023] Name rkey: NCD532 offs: 0x0000218b lens: 0x00000032 + 0x0000318b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000318f:RKEY I2439 0x00003197:offset 0x00000000 + 0x0000319b:string 'Catherine of_Florence /de_Medici/' + Assembled data for NCD532 + 1. I2439 name Catherine of_Florence /de_Medici/ +[0024] Name rkey: NCD600 offs: 0x000021bd lens: 0x00000022 + 0x000031bd: Ncount 1 + Keys and string offsets, strings + 1. 0x000031c1:RKEY I955 0x000031c9:offset 0x00000000 + 0x000031cd:string 'Caroline /Dewar/' + Assembled data for NCD600 + 1. I955 name Caroline /Dewar/ +[0025] Name rkey: NCF326 offs: 0x000021df lens: 0x00000023 + 0x000031df: Ncount 1 + Keys and string offsets, strings + 1. 0x000031e3:RKEY I2305 0x000031eb:offset 0x00000000 + 0x000031ef:string 'Charles /Fitzroy/' + Assembled data for NCF326 + 1. I2305 name Charles /Fitzroy/ +[0026] Name rkey: NCF420 offs: 0x00002202 lens: 0x00000021 + 0x00003202: Ncount 1 + Keys and string offsets, strings + 1. 0x00003206:RKEY I2790 0x0000320e:offset 0x00000000 + 0x00003212:string 'Camilla /Flach/' + Assembled data for NCF420 + 1. I2790 name Camilla /Flach/ +[0027] Name rkey: NCF433 offs: 0x00002223 lens: 0x00000028 + 0x00003223: Ncount 1 + Keys and string offsets, strings + 1. 0x00003227:RKEY I2817 0x0000322f:offset 0x00000000 + 0x00003233:string 'Carl Marten /Fleetwood/' + Assembled data for NCF433 + 1. I2817 name Carl Marten /Fleetwood/ +[0028] Name rkey: NCF440 offs: 0x0000224b lens: 0x00000024 + 0x0000324b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000324f:RKEY I2395 0x00003257:offset 0x00000000 + 0x0000325b:string 'Catherine /Fillol/' + Assembled data for NCF440 + 1. I2395 name Catherine /Fillol/ +[0029] Name rkey: NCF656 offs: 0x0000226f lens: 0x00000047 + 0x0000326f: Ncount 2 + Keys and string offsets, strings + 1. 0x00003273:RKEY I961 0x00003283:offset 0x00000000 + 0x0000328b:string 'Cathrine /Ferner/' + 2. 0x0000327b:RKEY I965 0x00003287:offset 0x00000013 + 0x0000329e:string 'Carl Christian /Ferner/' + Assembled data for NCF656 + 1. I961 name Cathrine /Ferner/ + 2. I965 name Carl Christian /Ferner/ +[0030] Name rkey: NCG452 offs: 0x000022b6 lens: 0x00000024 + 0x000032b6: Ncount 1 + Keys and string offsets, strings + 1. 0x000032ba:RKEY I2824 0x000032c2:offset 0x00000000 + 0x000032c6:string 'Christine /Glahns/' + Assembled data for NCG452 + 1. I2824 name Christine /Glahns/ +[0031] Name rkey: NCG600 offs: 0x000022da lens: 0x00000022 + 0x000032da: Ncount 1 + Keys and string offsets, strings + 1. 0x000032de:RKEY I2106 0x000032e6:offset 0x00000000 + 0x000032ea:string 'Catherine /Grey/' + Assembled data for NCG600 + 1. I2106 name Catherine /Grey/ +[0032] Name rkey: NCG620 offs: 0x000022fc lens: 0x00000028 + 0x000032fc: Ncount 1 + Keys and string offsets, strings + 1. 0x00003300:RKEY I889 0x00003308:offset 0x00000000 + 0x0000330c:string 'Christopher K. /George/' + Assembled data for NCG620 + 1. I889 name Christopher K. /George/ +[0033] Name rkey: NCG635 offs: 0x00002324 lens: 0x00000032 + 0x00003324: Ncount 1 + Keys and string offsets, strings + 1. 0x00003328:RKEY I389 0x00003330:offset 0x00000000 + 0x00003334:string 'Cecilia Catherine /Gordon-Lennox/' + Assembled data for NCG635 + 1. I389 name Cecilia Catherine /Gordon-Lennox/ +[0034] Name rkey: NCH240 offs: 0x00002356 lens: 0x00000023 + 0x00003356: Ncount 1 + Keys and string offsets, strings + 1. 0x0000335a:RKEY I1046 0x00003362:offset 0x00000000 + 0x00003366:string 'Chantal /Hochuli/' + Assembled data for NCH240 + 1. I1046 name Chantal /Hochuli/ +[0035] Name rkey: NCH516 offs: 0x00002379 lens: 0x0000016a + 0x00003379: Ncount 9 + Keys and string offsets, strings + 1. 0x0000337d:RKEY I144 0x000033c5:offset 0x00000000 + 0x000033e9:string 'Charlotte Augusta /Hanover/' + 2. 0x00003385:RKEY I204 0x000033c9:offset 0x0000001c + 0x00003405:string 'Charlotte Augusta Matilda/Hanover/' + 3. 0x0000338d:RKEY I220 0x000033cd:offset 0x0000003f + 0x00003428:string 'Charlotte Augusta Louisa/Hanover/' + 4. 0x00003395:RKEY I259 0x000033d1:offset 0x00000061 + 0x0000344a:string 'Christian /Hanover/' + 5. 0x0000339d:RKEY I326 0x000033d5:offset 0x00000076 + 0x0000345f:string 'Caroline Elizabeth /Hanover/' + 6. 0x000033a5:RKEY I340 0x000033d9:offset 0x00000093 + 0x0000347c:string 'Caroline Matilda /Hanover/' + 7. 0x000033ad:RKEY I1033 0x000033dd:offset 0x000000ae + 0x00003497:string 'Christian /Hanover/' + 8. 0x000033b5:RKEY I1048 0x000033e1:offset 0x000000c3 + 0x000034ac:string 'Christian Heinrich /Hanover/' + 9. 0x000033bd:RKEY I2711 0x000033e5:offset 0x000000e0 + 0x000034c9:string 'Caroline Louise /Hanover/' + Assembled data for NCH516 + 1. I144 name Charlotte Augusta /Hanover/ + 2. I204 name Charlotte Augusta Matilda/Hanover/ + 3. I220 name Charlotte Augusta Louisa/Hanover/ + 4. I259 name Christian /Hanover/ + 5. I326 name Caroline Elizabeth /Hanover/ + 6. I340 name Caroline Matilda /Hanover/ + 7. I1033 name Christian /Hanover/ + 8. I1048 name Christian Heinrich /Hanover/ + 9. I2711 name Caroline Louise /Hanover/ +[0036] Name rkey: NCH524 offs: 0x000024e3 lens: 0x000000ad + 0x000034e3: Ncount 4 + Keys and string offsets, strings + 1. 0x000034e7:RKEY I438 0x00003507:offset 0x00000000 + 0x00003517:string 'Carol_II /Hohenzollern/' + 2. 0x000034ef:RKEY I1102 0x0000350b:offset 0x00000019 + 0x00003530:string 'Charles Anthony /Hohenzollern/' + 3. 0x000034f7:RKEY I1104 0x0000350f:offset 0x00000038 + 0x0000354f:string 'Charles Anthony /Hohenzollern/' + 4. 0x000034ff:RKEY I1107 0x00003513:offset 0x00000057 + 0x0000356e:string 'Carol_I of_Romania /Hohenzollern/' + Assembled data for NCH524 + 1. I438 name Carol_II /Hohenzollern/ + 2. I1102 name Charles Anthony /Hohenzollern/ + 3. I1104 name Charles Anthony /Hohenzollern/ + 4. I1107 name Carol_I of_Romania /Hohenzollern/ +[0037] Name rkey: NCH543 offs: 0x00002590 lens: 0x00000031 + 0x00003590: Ncount 1 + Keys and string offsets, strings + 1. 0x00003594:RKEY I367 0x0000359c:offset 0x00000000 + 0x000035a0:string 'Cynthia Elinor Beatrix/Hamilton/' + Assembled data for NCH543 + 1. I367 name Cynthia Elinor Beatrix/Hamilton/ +[0038] Name rkey: NCH620 offs: 0x000025c1 lens: 0x00000020 + 0x000035c1: Ncount 1 + Keys and string offsets, strings + 1. 0x000035c5:RKEY I546 0x000035cd:offset 0x00000000 + 0x000035d1:string 'Clyde /Harris/' + Assembled data for NCH620 + 1. I546 name Clyde /Harris/ +[0039] Name rkey: NCH630 offs: 0x000025e1 lens: 0x00000064 + 0x000035e1: Ncount 3 + Keys and string offsets, strings + 1. 0x000035e5:RKEY I856 0x000035fd:offset 0x00000000 + 0x00003609:string 'Catherine /Howard/' + 2. 0x000035ed:RKEY I2361 0x00003601:offset 0x00000014 + 0x0000361d:string 'Catherine /Howard/' + 3. 0x000035f5:RKEY I2378 0x00003605:offset 0x00000028 + 0x00003631:string 'Catherine /Howard/' + Assembled data for NCH630 + 1. I856 name Catherine /Howard/ + 2. I2361 name Catherine /Howard/ + 3. I2378 name Catherine /Howard/ +[0040] Name rkey: NCH643 offs: 0x00002645 lens: 0x0000002d + 0x00003645: Ncount 1 + Keys and string offsets, strings + 1. 0x00003649:RKEY I2705 0x00003651:offset 0x00000000 + 0x00003655:string 'Charles Augustus /Haraldsen/' + Assembled data for NCH643 + 1. I2705 name Charles Augustus /Haraldsen/ +[0041] Name rkey: NCK513 offs: 0x00002672 lens: 0x00000025 + 0x00003672: Ncount 1 + Keys and string offsets, strings + 1. 0x00003676:RKEY I2374 0x0000367e:offset 0x00000000 + 0x00003682:string 'Catherine /Knyvett/' + Assembled data for NCK513 + 1. I2374 name Catherine /Knyvett/ +[0042] Name rkey: NCK542 offs: 0x00002697 lens: 0x00000025 + 0x00003697: Ncount 1 + Keys and string offsets, strings + 1. 0x0000369b:RKEY I2409 0x000036a3:offset 0x00000000 + 0x000036a7:string 'Catherine /Knollys/' + Assembled data for NCK542 + 1. I2409 name Catherine /Knollys/ +[0043] Name rkey: NCL000 offs: 0x000026bc lens: 0x00000021 + 0x000036bc: Ncount 1 + Keys and string offsets, strings + 1. 0x000036c0:RKEY I2402 0x000036c8:offset 0x00000000 + 0x000036cc:string 'Catherine /Lee/' + Assembled data for NCL000 + 1. I2402 name Catherine /Lee/ +[0044] Name rkey: NCL516 offs: 0x000026dd lens: 0x00000028 + 0x000036dd: Ncount 1 + Keys and string offsets, strings + 1. 0x000036e1:RKEY I1055 0x000036e9:offset 0x00000000 + 0x000036ed:string 'Constantine /Lambrino/' + Assembled data for NCL516 + 1. I1055 name Constantine /Lambrino/ +[0045] Name rkey: NCL532 offs: 0x00002705 lens: 0x00000027 + 0x00003705: Ncount 1 + Keys and string offsets, strings + 1. 0x00003709:RKEY I769 0x00003711:offset 0x00000000 + 0x00003715:string 'Charlotte /Landgrave/' + Assembled data for NCL532 + 1. I769 name Charlotte /Landgrave/ +[0046] Name rkey: NCM520 offs: 0x0000272c lens: 0x0000002b + 0x0000372c: Ncount 1 + Keys and string offsets, strings + 1. 0x00003730:RKEY I2778 0x00003738:offset 0x00000000 + 0x0000373c:string 'Charles of_Fulkila /Munck/' + Assembled data for NCM520 + 1. I2778 name Charles of_Fulkila /Munck/ +[0047] Name rkey: NCM531 offs: 0x00002757 lens: 0x00000030 + 0x00003757: Ncount 1 + Keys and string offsets, strings + 1. 0x0000375b:RKEY I463 0x00003763:offset 0x00000000 + 0x00003767:string 'Cecilie of_Greece /Mountbatten/' + Assembled data for NCM531 + 1. I463 name Cecilie of_Greece /Mountbatten/ +[0048] Name rkey: NCM532 offs: 0x00002787 lens: 0x00000037 + 0x00003787: Ncount 1 + Keys and string offsets, strings + 1. 0x0000378b:RKEY I2942 0x00003793:offset 0x00000000 + 0x00003797:string 'Charles of_Buccleuch /Montagu-Douglas/' + Assembled data for NCM532 + 1. I2942 name Charles of_Buccleuch /Montagu-Douglas/ +[0049] Name rkey: NCM625 offs: 0x000027be lens: 0x00000023 + 0x000037be: Ncount 1 + Keys and string offsets, strings + 1. 0x000037c2:RKEY I2940 0x000037ca:offset 0x00000000 + 0x000037ce:string 'Charles /Marsham/' + Assembled data for NCM625 + 1. I2940 name Charles /Marsham/ +[0050] Name rkey: NCM634 offs: 0x000027e1 lens: 0x00000022 + 0x000037e1: Ncount 1 + Keys and string offsets, strings + 1. 0x000037e5:RKEY I2613 0x000037ed:offset 0x00000000 + 0x000037f1:string 'Charles /Martel/' + Assembled data for NCM634 + 1. I2613 name Charles /Martel/ +[0051] Name rkey: NCN140 offs: 0x00002803 lens: 0x00000021 + 0x00003803: Ncount 1 + Keys and string offsets, strings + 1. 0x00003807:RKEY I989 0x0000380f:offset 0x00000000 + 0x00003813:string 'Cicely /Nevill/' + Assembled data for NCN140 + 1. I989 name Cicely /Nevill/ +[0052] Name rkey: NCN463 offs: 0x00002824 lens: 0x00000024 + 0x00003824: Ncount 1 + Keys and string offsets, strings + 1. 0x00003828:RKEY I2810 0x00003830:offset 0x00000000 + 0x00003834:string 'Charlotte /Nilert/' + Assembled data for NCN463 + 1. I2810 name Charlotte /Nilert/ +[0053] Name rkey: NCN622 offs: 0x00002848 lens: 0x00000023 + 0x00003848: Ncount 1 + Keys and string offsets, strings + 1. 0x0000384c:RKEY I1326 0x00003854:offset 0x00000000 + 0x00003858:string 'Cyril /Naryshkin/' + Assembled data for NCN622 + 1. I1326 name Cyril /Naryshkin/ +[0054] Name rkey: NCO435 offs: 0x0000286b lens: 0x00000078 + 0x0000386b: Ncount 3 + Keys and string offsets, strings + 1. 0x0000386f:RKEY I405 0x00003887:offset 0x00000000 + 0x00003893:string 'Constantine_I /Oldenburg/' + 2. 0x00003877:RKEY I465 0x0000388b:offset 0x0000001b + 0x000038ae:string 'Christopher /Oldenburg/' + 3. 0x0000387f:RKEY I471 0x0000388f:offset 0x00000034 + 0x000038c7:string 'Constantine_II /Oldenburg/' + Assembled data for NCO435 + 1. I405 name Constantine_I /Oldenburg/ + 2. I465 name Christopher /Oldenburg/ + 3. I471 name Constantine_II /Oldenburg/ +[0055] Name rkey: NCP230 offs: 0x000028e3 lens: 0x00000022 + 0x000038e3: Ncount 1 + Keys and string offsets, strings + 1. 0x000038e7:RKEY I791 0x000038ef:offset 0x00000000 + 0x000038f3:string 'Caroline /Paget/' + Assembled data for NCP230 + 1. I791 name Caroline /Paget/ +[0056] Name rkey: NCP600 offs: 0x00002905 lens: 0x00000022 + 0x00003905: Ncount 1 + Keys and string offsets, strings + 1. 0x00003909:RKEY I859 0x00003911:offset 0x00000000 + 0x00003915:string 'Catherine /Parr/' + Assembled data for NCP600 + 1. I859 name Catherine /Parr/ +[0057] Name rkey: NCR300 offs: 0x00002927 lens: 0x0000002a + 0x00003927: Ncount 1 + Keys and string offsets, strings + 1. 0x0000392b:RKEY I1328 0x00003933:offset 0x00000000 + 0x00003937:string 'Catherine Swynford /Roet/' + Assembled data for NCR300 + 1. I1328 name Catherine Swynford /Roet/ +[0058] Name rkey: NCR352 offs: 0x00002951 lens: 0x00000024 + 0x00003951: Ncount 1 + Keys and string offsets, strings + 1. 0x00003955:RKEY I2796 0x0000395d:offset 0x00000000 + 0x00003961:string 'Charlotte /Ryding/' + Assembled data for NCR352 + 1. I2796 name Charlotte /Ryding/ +[0059] Name rkey: NCR551 offs: 0x00002975 lens: 0x00000096 + 0x00003975: Ncount 4 + Keys and string offsets, strings + 1. 0x00003979:RKEY I158 0x00003999:offset 0x00000000 + 0x000039a9:string 'Cyril Vladimirovitch /Romanov/' + 2. 0x00003981:RKEY I1572 0x0000399d:offset 0x0000001f + 0x000039c8:string 'Catherine /Romanov/' + 3. 0x00003989:RKEY I2671 0x000039a1:offset 0x00000034 + 0x000039dd:string 'Constantine /Romanov/' + 4. 0x00003991:RKEY I2685 0x000039a5:offset 0x0000004b + 0x000039f4:string 'Constantine /Romanov/' + Assembled data for NCR551 + 1. I158 name Cyril Vladimirovitch /Romanov/ + 2. I1572 name Catherine /Romanov/ + 3. I2671 name Constantine /Romanov/ + 4. I2685 name Constantine /Romanov/ +[0060] Name rkey: NCS152 offs: 0x00002a0b lens: 0x00000048 + 0x00003a0b: Ncount 2 + Keys and string offsets, strings + 1. 0x00003a0f:RKEY I242 0x00003a1f:offset 0x00000000 + 0x00003a27:string 'Charles /Spencer/' + 2. 0x00003a17:RKEY I396 0x00003a23:offset 0x00000013 + 0x00003a3a:string 'Charles Robert /Spencer/' + Assembled data for NCS152 + 1. I242 name Charles /Spencer/ + 2. I396 name Charles Robert /Spencer/ +[0061] Name rkey: NCS363 offs: 0x00002a53 lens: 0x00000143 + 0x00003a53: Ncount 9 + Keys and string offsets, strings + 1. 0x00003a57:RKEY I716 0x00003a9f:offset 0x00000000 + 0x00003ac3:string 'Catherine Laura /Stuart/' + 2. 0x00003a5f:RKEY I717 0x00003aa3:offset 0x00000019 + 0x00003adc:string 'Charles of_Cambridge /Stuart/' + 3. 0x00003a67:RKEY I718 0x00003aa7:offset 0x00000037 + 0x00003afa:string 'Charlotte Maria /Stuart/' + 4. 0x00003a6f:RKEY I722 0x00003aab:offset 0x00000050 + 0x00003b13:string 'Charles Edward Louis/Stuart/' + 5. 0x00003a77:RKEY I730 0x00003aaf:offset 0x0000006d + 0x00003b30:string 'Charles_I /Stuart/' + 6. 0x00003a7f:RKEY I742 0x00003ab3:offset 0x00000081 + 0x00003b44:string 'Charles James /Stuart/' + 7. 0x00003a87:RKEY I743 0x00003ab7:offset 0x00000098 + 0x00003b5b:string 'Charles_II /Stuart/' + 8. 0x00003a8f:RKEY I747 0x00003abb:offset 0x000000ad + 0x00003b70:string 'Catherine /Stuart/' + 9. 0x00003a97:RKEY I1433 0x00003abf:offset 0x000000c1 + 0x00003b84:string 'Charles /Stuart/' + Assembled data for NCS363 + 1. I716 name Catherine Laura /Stuart/ + 2. I717 name Charles of_Cambridge /Stuart/ + 3. I718 name Charlotte Maria /Stuart/ + 4. I722 name Charles Edward Louis/Stuart/ + 5. I730 name Charles_I /Stuart/ + 6. I742 name Charles James /Stuart/ + 7. I743 name Charles_II /Stuart/ + 8. I747 name Catherine /Stuart/ + 9. I1433 name Charles /Stuart/ +[0062] Name rkey: NCS364 offs: 0x00002b96 lens: 0x00000025 + 0x00003b96: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b9a:RKEY I2752 0x00003ba2:offset 0x00000000 + 0x00003ba6:string 'Christina /Straehl/' + Assembled data for NCS364 + 1. I2752 name Christina /Straehl/ +[0063] Name rkey: NCS524 offs: 0x00002bbb lens: 0x00000026 + 0x00003bbb: Ncount 1 + Keys and string offsets, strings + 1. 0x00003bbf:RKEY I1483 0x00003bc7:offset 0x00000000 + 0x00003bcb:string 'Catherine /Sinclair/' + Assembled data for NCS524 + 1. I1483 name Catherine /Sinclair/ +[0064] Name rkey: NCS560 offs: 0x00002be1 lens: 0x00000025 + 0x00003be1: Ncount 1 + Keys and string offsets, strings + 1. 0x00003be5:RKEY I1732 0x00003bed:offset 0x00000000 + 0x00003bf1:string 'Charlotte /Seymour/' + Assembled data for NCS560 + 1. I1732 name Charlotte /Seymour/ +[0065] Name rkey: NCT355 offs: 0x00002c06 lens: 0x00000027 + 0x00003c06: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c0a:RKEY I2647 0x00003c12:offset 0x00000000 + 0x00003c16:string 'Charlotte /Tiedemann/' + Assembled data for NCT355 + 1. I2647 name Charlotte /Tiedemann/ +[0066] Name rkey: NCU452 offs: 0x00002c2d lens: 0x0000002d + 0x00003c2d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c31:RKEY I2833 0x00003c39:offset 0x00000000 + 0x00003c3d:string 'Charles de_Schooten /Ullens/' + Assembled data for NCU452 + 1. I2833 name Charles de_Schooten /Ullens/ +[0067] Name rkey: NCV425 offs: 0x00002c5a lens: 0x00000029 + 0x00003c5a: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c5e:RKEY I2924 0x00003c66:offset 0x00000000 + 0x00003c6a:string 'Constantine /Volkonski/' + Assembled data for NCV425 + 1. I2924 name Constantine /Volkonski/ +[0068] Name rkey: NCV552 offs: 0x00002c83 lens: 0x00000046 + 0x00003c83: Ncount 2 + Keys and string offsets, strings + 1. 0x00003c87:RKEY I1207 0x00003c97:offset 0x00000000 + 0x00003c9f:string 'Claus /von_Amsberg/' + 2. 0x00003c8f:RKEY I1211 0x00003c9b:offset 0x00000015 + 0x00003cb4:string 'Claus /von_Amsberg/' + Assembled data for NCV552 + 1. I1207 name Claus /von_Amsberg/ + 2. I1211 name Claus /von_Amsberg/ +[0069] Name rkey: NCV561 offs: 0x00002cc9 lens: 0x00000027 + 0x00003cc9: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ccd:RKEY I2786 0x00003cd5:offset 0x00000000 + 0x00003cd9:string 'Catherine /von_Arbin/' + Assembled data for NCV561 + 1. I2786 name Catherine /von_Arbin/ +[0070] Name rkey: NCW314 offs: 0x00002cf0 lens: 0x00000027 + 0x00003cf0: Ncount 1 + Keys and string offsets, strings + 1. 0x00003cf4:RKEY I1446 0x00003cfc:offset 0x00000000 + 0x00003d00:string 'Catherine /Woodville/' + Assembled data for NCW314 + 1. I1446 name Catherine /Woodville/ +[0071] Name rkey: NCW342 offs: 0x00002d17 lens: 0x00000056 + 0x00003d17: Ncount 2 + Keys and string offsets, strings + 1. 0x00003d1b:RKEY I1074 0x00003d2b:offset 0x00000000 + 0x00003d33:string 'Charlotte of_Bavaria /Wittelsbach/' + 2. 0x00003d23:RKEY I1141 0x00003d2f:offset 0x00000023 + 0x00003d56:string 'Charles /Wittelsbach/' + Assembled data for NCW342 + 1. I1074 name Charlotte of_Bavaria /Wittelsbach/ + 2. I1141 name Charles /Wittelsbach/ +[0072] Name rkey: NCW416 offs: 0x00002d6d lens: 0x00000028 + 0x00003d6d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d71:RKEY I2741 0x00003d79:offset 0x00000000 + 0x00003d7d:string 'Christine /Wellhoefer/' + Assembled data for NCW416 + 1. I2741 name Christine /Wellhoefer/ +[0073] Name rkey: NCW532 offs: 0x00002d95 lens: 0x0000002f + 0x00003d95: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d99:RKEY I58 0x00003da1:offset 0x00000000 + 0x00003da5:string 'Charles Philip Arthur/Windsor/' + Assembled data for NCW532 + 1. I58 name Charles Philip Arthur/Windsor/ +[0074] Name rkey: NCW535 offs: 0x00002dc4 lens: 0x00000027 + 0x00003dc4: Ncount 1 + Keys and string offsets, strings + 1. 0x00003dc8:RKEY I784 0x00003dd0:offset 0x00000000 + 0x00003dd4:string 'Cecilia Anne /Windham/' + Assembled data for NCW535 + 1. I784 name Cecilia Anne /Windham/ +[0075] Name rkey: NCW635 offs: 0x00002deb lens: 0x000000a6 + 0x00003deb: Ncount 4 + Keys and string offsets, strings + 1. 0x00003def:RKEY I1071 0x00003e0f:offset 0x00000000 + 0x00003e1f:string 'Catherine /Wurttemberg/' + 2. 0x00003df7:RKEY I1079 0x00003e13:offset 0x00000019 + 0x00003e38:string 'Catherine /Wurttemberg/' + 3. 0x00003dff:RKEY I1080 0x00003e17:offset 0x00000032 + 0x00003e51:string 'Charles_I of_Wurttemberg /Wurttemberg/' + 4. 0x00003e07:RKEY I1085 0x00003e1b:offset 0x00000059 + 0x00003e78:string 'Charlotte /Wurttemberg/' + Assembled data for NCW635 + 1. I1071 name Catherine /Wurttemberg/ + 2. I1079 name Catherine /Wurttemberg/ + 3. I1080 name Charles_I of_Wurttemberg /Wurttemberg/ + 4. I1085 name Charlotte /Wurttemberg/ +[0076] Name rkey: NCY612 offs: 0x00002e91 lens: 0x00000028 + 0x00003e91: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e95:RKEY I1569 0x00003e9d:offset 0x00000000 + 0x00003ea1:string 'Catherine /Yourievska/' + Assembled data for NCY612 + 1. I1569 name Catherine /Yourievska/ +[0077] Name rkey: NCZ999 offs: 0x00002eb9 lens: 0x00001a46 + 0x00003eb9: Ncount 221 + Keys and string offsets, strings + 1. 0x00003ebd:RKEY I43 0x000045a5:offset 0x00000000 + 0x00004919:string 'Charlotte of_Prussia //' + 2. 0x00003ec5:RKEY I71 0x000045a9:offset 0x00000018 + 0x00004931:string 'Charles Haakon_VII //' + 3. 0x00003ecd:RKEY I77 0x000045ad:offset 0x0000002e + 0x00004947:string 'Charlotte of_Saxe- Meiningen//' + 4. 0x00003ed5:RKEY I82 0x000045b1:offset 0x0000004d + 0x00004966:string 'Child_#3 //' + 5. 0x00003edd:RKEY I129 0x000045b5:offset 0x0000005a + 0x00004973:string 'Charles Edward //' + 6. 0x00003ee5:RKEY I143 0x000045b9:offset 0x0000006c + 0x00004985:string 'Caroline Amelia of_Brunswick//' + 7. 0x00003eed:RKEY I225 0x000045bd:offset 0x0000008b + 0x000049a4:string 'Christian_IX //' + 8. 0x00003ef5:RKEY I230 0x000045c1:offset 0x0000009c + 0x000049b5:string 'Child_6 //' + 9. 0x00003efd:RKEY I231 0x000045c5:offset 0x000000a8 + 0x000049c1:string 'Child_5 //' + 10. 0x00003f05:RKEY I236 0x000045c9:offset 0x000000b4 + 0x000049cd:string 'Child_2 //' + 11. 0x00003f0d:RKEY I237 0x000045cd:offset 0x000000c0 + 0x000049d9:string 'Child_3 //' + 12. 0x00003f15:RKEY I302 0x000045d1:offset 0x000000cc + 0x000049e5:string 'Caroline of_Nassau- Usingen//' + 13. 0x00003f1d:RKEY I304 0x000045d5:offset 0x000000ea + 0x00004a03:string 'Claudine //' + 14. 0x00003f25:RKEY I305 0x000045d9:offset 0x000000f7 + 0x00004a10:string 'Claudine //' + 15. 0x00003f2d:RKEY I310 0x000045dd:offset 0x00000104 + 0x00004a1d:string 'Christian Victor //' + 16. 0x00003f35:RKEY I322 0x000045e1:offset 0x00000118 + 0x00004a31:string 'Caroline of_Ansbach //' + 17. 0x00003f3d:RKEY I353 0x000045e5:offset 0x0000012f + 0x00004a48:string 'Constantine Nikolaievitch of_Russia//' + 18. 0x00003f45:RKEY I357 0x000045e9:offset 0x00000155 + 0x00004a6e:string 'Charles of_Hesse //' + 19. 0x00003f4d:RKEY I414 0x000045ed:offset 0x00000169 + 0x00004a82:string 'Charles //' + 20. 0x00003f55:RKEY I415 0x000045f1:offset 0x00000175 + 0x00004a8e:string 'Charles //' + 21. 0x00003f5d:RKEY I417 0x000045f5:offset 0x00000181 + 0x00004a9a:string 'Charlemagne //' + 22. 0x00003f65:RKEY I443 0x000045f9:offset 0x00000191 + 0x00004aaa:string 'Christine //' + 23. 0x00003f6d:RKEY I449 0x000045fd:offset 0x0000019f + 0x00004ab8:string 'Carl Johan Arthur//' + 24. 0x00003f75:RKEY I481 0x00004601:offset 0x000001b3 + 0x00004acc:string 'Christopher of_Hesse //' + 25. 0x00003f7d:RKEY I517 0x00004605:offset 0x000001cb + 0x00004ae4:string 'Caroline of_Zweibrucken //' + 26. 0x00003f85:RKEY I518 0x00004609:offset 0x000001e6 + 0x00004aff:string 'Cecilie of_Mecklenburg- Schwerin//' + 27. 0x00003f8d:RKEY I524 0x0000460d:offset 0x00000209 + 0x00004b22:string 'Cecilie //' + 28. 0x00003f95:RKEY I557 0x00004611:offset 0x00000215 + 0x00004b2e:string 'Christine //' + 29. 0x00003f9d:RKEY I562 0x00004615:offset 0x00000223 + 0x00004b3c:string 'Charles //' + 30. 0x00003fa5:RKEY I564 0x00004619:offset 0x0000022f + 0x00004b48:string 'Charles of_Mecklenburg- Strelitz//' + 31. 0x00003fad:RKEY I574 0x0000461d:offset 0x00000252 + 0x00004b6b:string 'Charles Christian of_Nassau-Weilb//' + 32. 0x00003fb5:RKEY I575 0x00004621:offset 0x00000276 + 0x00004b8f:string 'Caroline //' + 33. 0x00003fbd:RKEY I584 0x00004625:offset 0x00000283 + 0x00004b9c:string 'Charlotte of_Luxembourg //' + 34. 0x00003fc5:RKEY I597 0x00004629:offset 0x0000029e + 0x00004bb7:string 'Charles of_Sweden //' + 35. 0x00003fcd:RKEY I603 0x0000462d:offset 0x000002b3 + 0x00004bcc:string 'Carl_XVI Gustav //' + 36. 0x00003fd5:RKEY I606 0x00004631:offset 0x000002c6 + 0x00004bdf:string 'Christian_X //' + 37. 0x00003fdd:RKEY I619 0x00004635:offset 0x000002d6 + 0x00004bef:string 'Charlotte Amalia //' + 38. 0x00003fe5:RKEY I626 0x00004639:offset 0x000002ea + 0x00004c03:string 'Caroline of_Baden //' + 39. 0x00003fed:RKEY I634 0x0000463d:offset 0x000002ff + 0x00004c18:string 'Charlotte //' + 40. 0x00003ff5:RKEY I673 0x00004641:offset 0x0000030d + 0x00004c26:string 'Cyula Apponyi_de Nagy-Appony//' + 41. 0x00003ffd:RKEY I708 0x00004645:offset 0x0000032c + 0x00004c45:string 'Charles of_Cambridge //' + 42. 0x00004005:RKEY I711 0x00004649:offset 0x00000344 + 0x00004c5d:string 'Charles //' + 43. 0x0000400d:RKEY I714 0x0000464d:offset 0x00000350 + 0x00004c69:string 'Catherine //' + 44. 0x00004015:RKEY I752 0x00004651:offset 0x0000035e + 0x00004c77:string 'Catherine of_Braganza //' + 45. 0x0000401d:RKEY I764 0x00004655:offset 0x00000377 + 0x00004c90:string 'Christian_VII //' + 46. 0x00004025:RKEY I765 0x00004659:offset 0x00000389 + 0x00004ca2:string 'Charles Louis //' + 47. 0x0000402d:RKEY I792 0x0000465d:offset 0x0000039a + 0x00004cb3:string 'Charles Lennox of_Richmond//' + 48. 0x00004035:RKEY I833 0x00004661:offset 0x000003b7 + 0x00004cd0:string 'Catherine of_Aragon //' + 49. 0x0000403d:RKEY I871 0x00004665:offset 0x000003ce + 0x00004ce7:string 'Charles_V //' + 50. 0x00004045:RKEY I887 0x00004669:offset 0x000003dc + 0x00004cf5:string 'Christina of_Hesse //' + 51. 0x0000404d:RKEY I897 0x0000466d:offset 0x000003f2 + 0x00004d0b:string 'Charles_X //' + 52. 0x00004055:RKEY I925 0x00004671:offset 0x00000400 + 0x00004d19:string 'Christian Sigismund of_Prussia//' + 53. 0x0000405d:RKEY I930 0x00004675:offset 0x00000421 + 0x00004d3a:string 'Corneilie-Cecile //' + 54. 0x00004065:RKEY I953 0x00004679:offset 0x00000436 + 0x00004d4f:string 'Charles of_Southesk //' + 55. 0x0000406d:RKEY I1000 0x0000467d:offset 0x0000044d + 0x00004d66:string 'Cicely //' + 56. 0x00004075:RKEY I1006 0x00004681:offset 0x00000458 + 0x00004d71:string 'Catherine //' + 57. 0x0000407d:RKEY I1022 0x00004685:offset 0x00000466 + 0x00004d7f:string 'Charles the_Bold //' + 58. 0x00004085:RKEY I1027 0x00004689:offset 0x0000047a + 0x00004d93:string 'Charles_XV //' + 59. 0x0000408d:RKEY I1075 0x0000468d:offset 0x00000489 + 0x00004da2:string 'Catherine of_Russia //' + 60. 0x00004095:RKEY I1084 0x00004691:offset 0x000004a0 + 0x00004db9:string 'Charlotte of_Saxe- Hildburghausen//' + 61. 0x0000409d:RKEY I1095 0x00004695:offset 0x000004c4 + 0x00004ddd:string 'Charlotte of_Schaumburg- Lippe//' + 62. 0x000040a5:RKEY I1120 0x00004699:offset 0x000004e5 + 0x00004dfe:string 'Charles of_Belgium //' + 63. 0x000040ad:RKEY I1163 0x0000469d:offset 0x000004fb + 0x00004e14:string 'Charlotte Albertine //' + 64. 0x000040b5:RKEY I1210 0x000046a1:offset 0x00000512 + 0x00004e2b:string 'Constantine //' + 65. 0x000040bd:RKEY I1220 0x000046a5:offset 0x00000522 + 0x00004e3b:string 'Catherine of_Valois //' + 66. 0x000040c5:RKEY I1260 0x000046a9:offset 0x00000539 + 0x00004e52:string 'Charles of_Orleans //' + 67. 0x000040cd:RKEY I1299 0x000046ad:offset 0x0000054f + 0x00004e68:string 'Catherine_II the_Great //' + 68. 0x000040d5:RKEY I1302 0x000046b1:offset 0x00000569 + 0x00004e82:string 'Catherine_I //' + 69. 0x000040dd:RKEY I1363 0x000046b5:offset 0x00000579 + 0x00004e92:string 'Charles of_Brunswick- Wolfenbuttel//' + 70. 0x000040e5:RKEY I1385 0x000046b9:offset 0x0000059e + 0x00004eb7:string 'Cecilia of_Holy_Trinity //' + 71. 0x000040ed:RKEY I1390 0x000046bd:offset 0x000005b9 + 0x00004ed2:string 'Constance //' + 72. 0x000040f5:RKEY I1416 0x000046c1:offset 0x000005c7 + 0x00004ee0:string 'Constanza (Constance) //' + 73. 0x000040fd:RKEY I1419 0x000046c5:offset 0x000005e0 + 0x00004ef9:string 'Charles Frederick of_Holstein-//' + 74. 0x00004105:RKEY I1506 0x000046c9:offset 0x00000601 + 0x00004f1a:string 'Constance of_Brittany //' + 75. 0x0000410d:RKEY I1524 0x000046cd:offset 0x0000061a + 0x00004f33:string 'Constance of_Toulouse //' + 76. 0x00004115:RKEY I1548 0x000046d1:offset 0x00000633 + 0x00004f4c:string 'Canute_II the_Great //' + 77. 0x0000411d:RKEY I1615 0x000046d5:offset 0x0000064a + 0x00004f63:string 'Charles_XIV John //' + 78. 0x00004125:RKEY I1620 0x000046d9:offset 0x0000065e + 0x00004f77:string 'Christian_VI //' + 79. 0x0000412d:RKEY I1625 0x000046dd:offset 0x0000066f + 0x00004f88:string 'Christian_V //' + 80. 0x00004135:RKEY I1626 0x000046e1:offset 0x0000067f + 0x00004f98:string 'Charlotte Amelia //' + 81. 0x0000413d:RKEY I1627 0x000046e5:offset 0x00000693 + 0x00004fac:string 'Christian_IV //' + 82. 0x00004145:RKEY I1629 0x000046e9:offset 0x000006a4 + 0x00004fbd:string 'Christine of_Schleswig- Holstein//' + 83. 0x0000414d:RKEY I1632 0x000046ed:offset 0x000006c7 + 0x00004fe0:string 'Christian_III //' + 84. 0x00004155:RKEY I1637 0x000046f1:offset 0x000006d9 + 0x00004ff2:string 'Christian //' + 85. 0x0000415d:RKEY I1639 0x000046f5:offset 0x000006e7 + 0x00005000:string 'Caroline //' + 86. 0x00004165:RKEY I1641 0x000046f9:offset 0x000006f4 + 0x0000500d:string 'Charles of_Hesse-Cassel //' + 87. 0x0000416d:RKEY I1642 0x000046fd:offset 0x0000070f + 0x00005028:string 'Christian //' + 88. 0x00004175:RKEY I1645 0x00004701:offset 0x0000071d + 0x00005036:string 'Christian_VIII //' + 89. 0x0000417d:RKEY I1647 0x00004705:offset 0x00000730 + 0x00005049:string 'Charlotte //' + 90. 0x00004185:RKEY I1648 0x00004709:offset 0x0000073e + 0x00005057:string 'Caroline //' + 91. 0x0000418d:RKEY I1651 0x0000470d:offset 0x0000074b + 0x00005064:string 'Caroline //' + 92. 0x00004195:RKEY I1656 0x00004711:offset 0x00000758 + 0x00005071:string 'Caroline //' + 93. 0x0000419d:RKEY I1658 0x00004715:offset 0x00000765 + 0x0000507e:string 'Christian //' + 94. 0x000041a5:RKEY I1661 0x00004719:offset 0x00000773 + 0x0000508c:string 'Charles //' + 95. 0x000041ad:RKEY I1670 0x0000471d:offset 0x0000077f + 0x00005098:string 'Caroline Mathilde //' + 96. 0x000041b5:RKEY I1676 0x00004721:offset 0x00000794 + 0x000050ad:string 'Christian //' + 97. 0x000041bd:RKEY I1681 0x00004725:offset 0x000007a2 + 0x000050bb:string 'Charlotte //' + 98. 0x000041c5:RKEY I1686 0x00004729:offset 0x000007b0 + 0x000050c9:string 'Carlos Hugo //' + 99. 0x000041cd:RKEY I1693 0x0000472d:offset 0x000007bf + 0x000050d8:string 'Charles Alexander of_Saxe-Weimar//' + 100. 0x000041d5:RKEY I1716 0x00004731:offset 0x000007e2 + 0x000050fb:string 'Charles Lennox of_Richmond//' + 101. 0x000041dd:RKEY I1719 0x00004735:offset 0x000007ff + 0x00005118:string 'Charles Lennox of_Richmond//' + 102. 0x000041e5:RKEY I1720 0x00004739:offset 0x0000081c + 0x00005135:string 'Charles Lennox of_Richmond//' + 103. 0x000041ed:RKEY I1724 0x0000473d:offset 0x00000839 + 0x00005152:string 'Caroline of_Lothian //' + 104. 0x000041f5:RKEY I1727 0x00004741:offset 0x00000850 + 0x00005169:string 'Charlot //' + 105. 0x000041fd:RKEY I1743 0x00004745:offset 0x0000085c + 0x00005175:string 'Charles_IV the_Fair //' + 106. 0x00004205:RKEY I1766 0x00004749:offset 0x00000873 + 0x0000518c:string 'Christina //' + 107. 0x0000420d:RKEY I1811 0x0000474d:offset 0x00000881 + 0x0000519a:string 'Charles the_Simple //' + 108. 0x00004215:RKEY I1815 0x00004751:offset 0x00000897 + 0x000051b0:string 'Claude //' + 109. 0x0000421d:RKEY I1827 0x00004755:offset 0x000008a2 + 0x000051bb:string 'Christian_I //' + 110. 0x00004225:RKEY I1874 0x00004759:offset 0x000008b2 + 0x000051cb:string 'Conan of_Brittany //' + 111. 0x0000422d:RKEY I1932 0x0000475d:offset 0x000008c7 + 0x000051e0:string 'Cynfyn of_Powys //' + 112. 0x00004235:RKEY I1937 0x00004761:offset 0x000008da + 0x000051f3:string 'Cadell //' + 113. 0x0000423d:RKEY I1946 0x00004765:offset 0x000008e5 + 0x000051fe:string 'Cadwallon //' + 114. 0x00004245:RKEY I1947 0x00004769:offset 0x000008f3 + 0x0000520c:string 'Cynan //' + 115. 0x0000424d:RKEY I1950 0x0000476d:offset 0x000008fd + 0x00005216:string 'Cynan //' + 116. 0x00004255:RKEY I1991 0x00004771:offset 0x00000907 + 0x00005220:string 'Cerdic //' + 117. 0x0000425d:RKEY I1992 0x00004775:offset 0x00000912 + 0x0000522b:string 'Cynric //' + 118. 0x00004265:RKEY I1993 0x00004779:offset 0x0000091d + 0x00005236:string 'Ceawlin //' + 119. 0x0000426d:RKEY I1994 0x0000477d:offset 0x00000929 + 0x00005242:string 'Cutha //' + 120. 0x00004275:RKEY I2022 0x00004781:offset 0x00000933 + 0x0000524c:string 'Ceolric //' + 121. 0x0000427d:RKEY I2023 0x00004785:offset 0x0000093f + 0x00005258:string 'Ceolwulf //' + 122. 0x00004285:RKEY I2024 0x00004789:offset 0x0000094c + 0x00005265:string 'Cynegils //' + 123. 0x0000428d:RKEY I2026 0x0000478d:offset 0x00000959 + 0x00005272:string 'Cenfus //' + 124. 0x00004295:RKEY I2027 0x00004791:offset 0x00000964 + 0x0000527d:string 'Cenferth //' + 125. 0x0000429d:RKEY I2028 0x00004795:offset 0x00000971 + 0x0000528a:string 'Cuthgils //' + 126. 0x000042a5:RKEY I2029 0x00004799:offset 0x0000097e + 0x00005297:string 'Cwichelm //' + 127. 0x000042ad:RKEY I2030 0x0000479d:offset 0x0000098b + 0x000052a4:string 'Cenwealh //' + 128. 0x000042b5:RKEY I2031 0x000047a1:offset 0x00000998 + 0x000052b1:string 'Centwine //' + 129. 0x000042bd:RKEY I2032 0x000047a5:offset 0x000009a5 + 0x000052be:string 'Cyneburh //' + 130. 0x000042c5:RKEY I2033 0x000047a9:offset 0x000009b2 + 0x000052cb:string 'Cuthred //' + 131. 0x000042cd:RKEY I2037 0x000047ad:offset 0x000009be + 0x000052d7:string 'Cuthwine //' + 132. 0x000042d5:RKEY I2038 0x000047b1:offset 0x000009cb + 0x000052e4:string 'Chad //' + 133. 0x000042dd:RKEY I2039 0x000047b5:offset 0x000009d4 + 0x000052ed:string 'Cynebald //' + 134. 0x000042e5:RKEY I2040 0x000047b9:offset 0x000009e1 + 0x000052fa:string 'Cuthwulf (Cutha) //' + 135. 0x000042ed:RKEY I2041 0x000047bd:offset 0x000009f5 + 0x0000530e:string 'Cenbert //' + 136. 0x000042f5:RKEY I2042 0x000047c1:offset 0x00000a01 + 0x0000531a:string 'Cedwalla //' + 137. 0x000042fd:RKEY I2047 0x000047c5:offset 0x00000a0e + 0x00005327:string 'Cenred //' + 138. 0x00004305:RKEY I2048 0x000047c9:offset 0x00000a19 + 0x00005332:string 'Ceolwald //' + 139. 0x0000430d:RKEY I2051 0x000047cd:offset 0x00000a26 + 0x0000533f:string 'Cwenburh of_Wimborne //' + 140. 0x00004315:RKEY I2052 0x000047d1:offset 0x00000a3e + 0x00005357:string 'Cuthburh //' + 141. 0x0000431d:RKEY I2075 0x000047d5:offset 0x00000a4b + 0x00005364:string 'Charles_VI the_Beloved //' + 142. 0x00004325:RKEY I2119 0x000047d9:offset 0x00000a65 + 0x0000537e:string 'Charlotte //' + 143. 0x0000432d:RKEY I2125 0x000047dd:offset 0x00000a73 + 0x0000538c:string 'Charles Philip //' + 144. 0x00004335:RKEY I2126 0x000047e1:offset 0x00000a85 + 0x0000539e:string 'Christian //' + 145. 0x0000433d:RKEY I2130 0x000047e5:offset 0x00000a93 + 0x000053ac:string 'Charles_II //' + 146. 0x00004345:RKEY I2141 0x000047e9:offset 0x00000aa2 + 0x000053bb:string 'Celle //' + 147. 0x0000434d:RKEY I2147 0x000047ed:offset 0x00000aac + 0x000053c5:string 'Charles Louis Frederick//' + 148. 0x00004355:RKEY I2184 0x000047f1:offset 0x00000ac6 + 0x000053df:string 'Cadell //' + 149. 0x0000435d:RKEY I2204 0x000047f5:offset 0x00000ad1 + 0x000053ea:string 'Conor Na_Suidane //' + 150. 0x00004365:RKEY I2242 0x000047f9:offset 0x00000ae5 + 0x000053fe:string 'Crinan //' + 151. 0x0000436d:RKEY I2252 0x000047fd:offset 0x00000af0 + 0x00005409:string 'Constantine_II //' + 152. 0x00004375:RKEY I2256 0x00004801:offset 0x00000b03 + 0x0000541c:string 'Constantine_IV //' + 153. 0x0000437d:RKEY I2257 0x00004805:offset 0x00000b16 + 0x0000542f:string 'Colin //' + 154. 0x00004385:RKEY I2259 0x00004809:offset 0x00000b20 + 0x00005439:string 'Constantine_III //' + 155. 0x0000438d:RKEY I2267 0x0000480d:offset 0x00000b34 + 0x0000544d:string 'Charles_II //' + 156. 0x00004395:RKEY I2291 0x00004811:offset 0x00000b43 + 0x0000545c:string 'Charles_IV //' + 157. 0x0000439d:RKEY I2294 0x00004815:offset 0x00000b52 + 0x0000546b:string 'Constance //' + 158. 0x000043a5:RKEY I2415 0x00004819:offset 0x00000b60 + 0x00005479:string 'Charles //' + 159. 0x000043ad:RKEY I2431 0x0000481d:offset 0x00000b6c + 0x00005485:string 'Charles_VI //' + 160. 0x000043b5:RKEY I2440 0x00004821:offset 0x00000b7b + 0x00005494:string 'Claude of_France //' + 161. 0x000043bd:RKEY I2447 0x00004825:offset 0x00000b8f + 0x000054a8:string 'Carl Philip //' + 162. 0x000043c5:RKEY I2459 0x00004829:offset 0x00000b9e + 0x000054b7:string 'Constance of_Arles //' + 163. 0x000043cd:RKEY I2474 0x0000482d:offset 0x00000bb4 + 0x000054cd:string 'Constance of_Toulouse //' + 164. 0x000043d5:RKEY I2475 0x00004831:offset 0x00000bcd + 0x000054e6:string 'Constance of_Castile //' + 165. 0x000043dd:RKEY I2484 0x00004835:offset 0x00000be5 + 0x000054fe:string 'Charles of_Anjou //' + 166. 0x000043e5:RKEY I2487 0x00004839:offset 0x00000bf9 + 0x00005512:string 'Clemence of_Hungary //' + 167. 0x000043ed:RKEY I2488 0x0000483d:offset 0x00000c10 + 0x00005529:string 'Charles_I //' + 168. 0x000043f5:RKEY I2489 0x00004841:offset 0x00000c1e + 0x00005537:string 'Charles_II //' + 169. 0x000043fd:RKEY I2495 0x00004845:offset 0x00000c2d + 0x00005546:string 'Charles de_Valois //' + 170. 0x00004405:RKEY I2499 0x00004849:offset 0x00000c42 + 0x0000555b:string 'Charles_V the_Wise //' + 171. 0x0000440d:RKEY I2502 0x0000484d:offset 0x00000c58 + 0x00005571:string 'Catherine //' + 172. 0x00004415:RKEY I2507 0x00004851:offset 0x00000c66 + 0x0000557f:string 'Charles //' + 173. 0x0000441d:RKEY I2508 0x00004855:offset 0x00000c72 + 0x0000558b:string 'Clotilde of_Savoy //' + 174. 0x00004425:RKEY I2522 0x00004859:offset 0x00000c87 + 0x000055a0:string 'Charles_IX //' + 175. 0x0000442d:RKEY I2524 0x0000485d:offset 0x00000c96 + 0x000055af:string 'Charles of_Valois //' + 176. 0x00004435:RKEY I2529 0x00004861:offset 0x00000cab + 0x000055c4:string 'Christina Louise Helen//' + 177. 0x0000443d:RKEY I2537 0x00004865:offset 0x00000cc4 + 0x000055dd:string 'Charles_VII //' + 178. 0x00004445:RKEY I2542 0x00004869:offset 0x00000cd4 + 0x000055ed:string 'Charlotte of_Savoy //' + 179. 0x0000444d:RKEY I2543 0x0000486d:offset 0x00000cea + 0x00005603:string 'Charles_VIII //' + 180. 0x00004455:RKEY I2549 0x00004871:offset 0x00000cfb + 0x00005614:string 'Catherine of_Brandenburg -Kustrin//' + 181. 0x0000445d:RKEY I2551 0x00004875:offset 0x00000d1f + 0x00005638:string 'Charles //' + 182. 0x00004465:RKEY I2564 0x00004879:offset 0x00000d2b + 0x00005644:string 'Charles_II the_Bald //' + 183. 0x0000446d:RKEY I2569 0x0000487d:offset 0x00000d42 + 0x0000565b:string 'Charles //' + 184. 0x00004475:RKEY I2572 0x00004881:offset 0x00000d4e + 0x00005667:string 'Carloman //' + 185. 0x0000447d:RKEY I2574 0x00004885:offset 0x00000d5b + 0x00005674:string 'Charles_III the_Fat //' + 186. 0x00004485:RKEY I2577 0x00004889:offset 0x00000d72 + 0x0000568b:string 'Charles of_Aquitaine //' + 187. 0x0000448d:RKEY I2578 0x0000488d:offset 0x00000d8a + 0x000056a3:string 'Carloman //' + 188. 0x00004495:RKEY I2582 0x00004891:offset 0x00000d97 + 0x000056b0:string 'Carloman //' + 189. 0x0000449d:RKEY I2584 0x00004895:offset 0x00000da4 + 0x000056bd:string 'Charles_III the_Simple //' + 190. 0x000044a5:RKEY I2606 0x00004899:offset 0x00000dbe + 0x000056d7:string 'Charles Lower_Lorraine //' + 191. 0x000044ad:RKEY I2611 0x0000489d:offset 0x00000dd8 + 0x000056f1:string 'Carloman //' + 192. 0x000044b5:RKEY I2627 0x000048a1:offset 0x00000de5 + 0x000056fe:string 'Caroline of_Nidda //' + 193. 0x000044bd:RKEY I2636 0x000048a5:offset 0x00000dfa + 0x00005713:string 'Charles of_Bourbon -Sicily//' + 194. 0x000044c5:RKEY I2639 0x000048a9:offset 0x00000e17 + 0x00005730:string 'Carlos Zurita_y_Delgado //' + 195. 0x000044cd:RKEY I2668 0x000048ad:offset 0x00000e32 + 0x0000574b:string 'Cecily (Olga) //' + 196. 0x000044d5:RKEY I2691 0x000048b1:offset 0x00000e43 + 0x0000575c:string 'Christian Augustus //' + 197. 0x000044dd:RKEY I2715 0x000048b5:offset 0x00000e59 + 0x00005772:string 'Charles Edward //' + 198. 0x000044e5:RKEY I2718 0x000048b9:offset 0x00000e6b + 0x00005784:string 'Carl Christian //' + 199. 0x000044ed:RKEY I2722 0x000048bd:offset 0x00000e7d + 0x00005796:string 'Carl Otto Edmund//' + 200. 0x000044f5:RKEY I2723 0x000048c1:offset 0x00000e90 + 0x000057a9:string 'Christina Louise //' + 201. 0x000044fd:RKEY I2726 0x000048c5:offset 0x00000ea4 + 0x000057bd:string 'Carl Gustaf Victor//' + 202. 0x00004505:RKEY I2738 0x000048c9:offset 0x00000eb9 + 0x000057d2:string 'Carl Gustaf Oscar//' + 203. 0x0000450d:RKEY I2743 0x000048cd:offset 0x00000ecd + 0x000057e6:string 'Christian //' + 204. 0x00004515:RKEY I2748 0x000048d1:offset 0x00000edb + 0x000057f4:string 'Cecilia //' + 205. 0x0000451d:RKEY I2763 0x000048d5:offset 0x00000ee7 + 0x00005800:string 'Cecilia //' + 206. 0x00004525:RKEY I2769 0x000048d9:offset 0x00000ef3 + 0x0000580c:string 'Catherina //' + 207. 0x0000452d:RKEY I2774 0x000048dd:offset 0x00000f01 + 0x0000581a:string 'Carl Bernadotte //' + 208. 0x00004535:RKEY I2782 0x000048e1:offset 0x00000f14 + 0x0000582d:string 'Catharina //' + 209. 0x0000453d:RKEY I2804 0x000048e5:offset 0x00000f22 + 0x0000583b:string 'Christina //' + 210. 0x00004545:RKEY I2807 0x000048e9:offset 0x00000f30 + 0x00005849:string 'Carl //' + 211. 0x0000454d:RKEY I2813 0x000048ed:offset 0x00000f39 + 0x00005852:string 'Claes //' + 212. 0x00004555:RKEY I2815 0x000048f1:offset 0x00000f43 + 0x0000585c:string 'Carl Johann //' + 213. 0x0000455d:RKEY I2854 0x000048f5:offset 0x00000f52 + 0x0000586b:string 'Charles //' + 214. 0x00004565:RKEY I2859 0x000048f9:offset 0x00000f5e + 0x00005877:string 'Charles_XI //' + 215. 0x0000456d:RKEY I2863 0x000048fd:offset 0x00000f6d + 0x00005886:string 'Christopher_III //' + 216. 0x00004575:RKEY I2864 0x00004901:offset 0x00000f81 + 0x0000589a:string 'Christina //' + 217. 0x0000457d:RKEY I2878 0x00004905:offset 0x00000f8f + 0x000058a8:string 'Charles_IV //' + 218. 0x00004585:RKEY I2880 0x00004909:offset 0x00000f9e + 0x000058b7:string 'Charles_III //' + 219. 0x0000458d:RKEY I2884 0x0000490d:offset 0x00000fae + 0x000058c7:string 'Charles //' + 220. 0x00004595:RKEY I2896 0x00004911:offset 0x00000fba + 0x000058d3:string 'Caroline Erbach-Schonberg //' + 221. 0x0000459d:RKEY I2903 0x00004915:offset 0x00000fd7 + 0x000058f0:string 'Clementine //' + Assembled data for NCZ999 + 1. I43 name Charlotte of_Prussia // + 2. I71 name Charles Haakon_VII // + 3. I77 name Charlotte of_Saxe- Meiningen// + 4. I82 name Child_#3 // + 5. I129 name Charles Edward // + 6. I143 name Caroline Amelia of_Brunswick// + 7. I225 name Christian_IX // + 8. I230 name Child_6 // + 9. I231 name Child_5 // + 10. I236 name Child_2 // + 11. I237 name Child_3 // + 12. I302 name Caroline of_Nassau- Usingen// + 13. I304 name Claudine // + 14. I305 name Claudine // + 15. I310 name Christian Victor // + 16. I322 name Caroline of_Ansbach // + 17. I353 name Constantine Nikolaievitch of_Russia// + 18. I357 name Charles of_Hesse // + 19. I414 name Charles // + 20. I415 name Charles // + 21. I417 name Charlemagne // + 22. I443 name Christine // + 23. I449 name Carl Johan Arthur// + 24. I481 name Christopher of_Hesse // + 25. I517 name Caroline of_Zweibrucken // + 26. I518 name Cecilie of_Mecklenburg- Schwerin// + 27. I524 name Cecilie // + 28. I557 name Christine // + 29. I562 name Charles // + 30. I564 name Charles of_Mecklenburg- Strelitz// + 31. I574 name Charles Christian of_Nassau-Weilb// + 32. I575 name Caroline // + 33. I584 name Charlotte of_Luxembourg // + 34. I597 name Charles of_Sweden // + 35. I603 name Carl_XVI Gustav // + 36. I606 name Christian_X // + 37. I619 name Charlotte Amalia // + 38. I626 name Caroline of_Baden // + 39. I634 name Charlotte // + 40. I673 name Cyula Apponyi_de Nagy-Appony// + 41. I708 name Charles of_Cambridge // + 42. I711 name Charles // + 43. I714 name Catherine // + 44. I752 name Catherine of_Braganza // + 45. I764 name Christian_VII // + 46. I765 name Charles Louis // + 47. I792 name Charles Lennox of_Richmond// + 48. I833 name Catherine of_Aragon // + 49. I871 name Charles_V // + 50. I887 name Christina of_Hesse // + 51. I897 name Charles_X // + 52. I925 name Christian Sigismund of_Prussia// + 53. I930 name Corneilie-Cecile // + 54. I953 name Charles of_Southesk // + 55. I1000 name Cicely // + 56. I1006 name Catherine // + 57. I1022 name Charles the_Bold // + 58. I1027 name Charles_XV // + 59. I1075 name Catherine of_Russia // + 60. I1084 name Charlotte of_Saxe- Hildburghausen// + 61. I1095 name Charlotte of_Schaumburg- Lippe// + 62. I1120 name Charles of_Belgium // + 63. I1163 name Charlotte Albertine // + 64. I1210 name Constantine // + 65. I1220 name Catherine of_Valois // + 66. I1260 name Charles of_Orleans // + 67. I1299 name Catherine_II the_Great // + 68. I1302 name Catherine_I // + 69. I1363 name Charles of_Brunswick- Wolfenbuttel// + 70. I1385 name Cecilia of_Holy_Trinity // + 71. I1390 name Constance // + 72. I1416 name Constanza (Constance) // + 73. I1419 name Charles Frederick of_Holstein-// + 74. I1506 name Constance of_Brittany // + 75. I1524 name Constance of_Toulouse // + 76. I1548 name Canute_II the_Great // + 77. I1615 name Charles_XIV John // + 78. I1620 name Christian_VI // + 79. I1625 name Christian_V // + 80. I1626 name Charlotte Amelia // + 81. I1627 name Christian_IV // + 82. I1629 name Christine of_Schleswig- Holstein// + 83. I1632 name Christian_III // + 84. I1637 name Christian // + 85. I1639 name Caroline // + 86. I1641 name Charles of_Hesse-Cassel // + 87. I1642 name Christian // + 88. I1645 name Christian_VIII // + 89. I1647 name Charlotte // + 90. I1648 name Caroline // + 91. I1651 name Caroline // + 92. I1656 name Caroline // + 93. I1658 name Christian // + 94. I1661 name Charles // + 95. I1670 name Caroline Mathilde // + 96. I1676 name Christian // + 97. I1681 name Charlotte // + 98. I1686 name Carlos Hugo // + 99. I1693 name Charles Alexander of_Saxe-Weimar// + 100. I1716 name Charles Lennox of_Richmond// + 101. I1719 name Charles Lennox of_Richmond// + 102. I1720 name Charles Lennox of_Richmond// + 103. I1724 name Caroline of_Lothian // + 104. I1727 name Charlot // + 105. I1743 name Charles_IV the_Fair // + 106. I1766 name Christina // + 107. I1811 name Charles the_Simple // + 108. I1815 name Claude // + 109. I1827 name Christian_I // + 110. I1874 name Conan of_Brittany // + 111. I1932 name Cynfyn of_Powys // + 112. I1937 name Cadell // + 113. I1946 name Cadwallon // + 114. I1947 name Cynan // + 115. I1950 name Cynan // + 116. I1991 name Cerdic // + 117. I1992 name Cynric // + 118. I1993 name Ceawlin // + 119. I1994 name Cutha // + 120. I2022 name Ceolric // + 121. I2023 name Ceolwulf // + 122. I2024 name Cynegils // + 123. I2026 name Cenfus // + 124. I2027 name Cenferth // + 125. I2028 name Cuthgils // + 126. I2029 name Cwichelm // + 127. I2030 name Cenwealh // + 128. I2031 name Centwine // + 129. I2032 name Cyneburh // + 130. I2033 name Cuthred // + 131. I2037 name Cuthwine // + 132. I2038 name Chad // + 133. I2039 name Cynebald // + 134. I2040 name Cuthwulf (Cutha) // + 135. I2041 name Cenbert // + 136. I2042 name Cedwalla // + 137. I2047 name Cenred // + 138. I2048 name Ceolwald // + 139. I2051 name Cwenburh of_Wimborne // + 140. I2052 name Cuthburh // + 141. I2075 name Charles_VI the_Beloved // + 142. I2119 name Charlotte // + 143. I2125 name Charles Philip // + 144. I2126 name Christian // + 145. I2130 name Charles_II // + 146. I2141 name Celle // + 147. I2147 name Charles Louis Frederick// + 148. I2184 name Cadell // + 149. I2204 name Conor Na_Suidane // + 150. I2242 name Crinan // + 151. I2252 name Constantine_II // + 152. I2256 name Constantine_IV // + 153. I2257 name Colin // + 154. I2259 name Constantine_III // + 155. I2267 name Charles_II // + 156. I2291 name Charles_IV // + 157. I2294 name Constance // + 158. I2415 name Charles // + 159. I2431 name Charles_VI // + 160. I2440 name Claude of_France // + 161. I2447 name Carl Philip // + 162. I2459 name Constance of_Arles // + 163. I2474 name Constance of_Toulouse // + 164. I2475 name Constance of_Castile // + 165. I2484 name Charles of_Anjou // + 166. I2487 name Clemence of_Hungary // + 167. I2488 name Charles_I // + 168. I2489 name Charles_II // + 169. I2495 name Charles de_Valois // + 170. I2499 name Charles_V the_Wise // + 171. I2502 name Catherine // + 172. I2507 name Charles // + 173. I2508 name Clotilde of_Savoy // + 174. I2522 name Charles_IX // + 175. I2524 name Charles of_Valois // + 176. I2529 name Christina Louise Helen// + 177. I2537 name Charles_VII // + 178. I2542 name Charlotte of_Savoy // + 179. I2543 name Charles_VIII // + 180. I2549 name Catherine of_Brandenburg -Kustrin// + 181. I2551 name Charles // + 182. I2564 name Charles_II the_Bald // + 183. I2569 name Charles // + 184. I2572 name Carloman // + 185. I2574 name Charles_III the_Fat // + 186. I2577 name Charles of_Aquitaine // + 187. I2578 name Carloman // + 188. I2582 name Carloman // + 189. I2584 name Charles_III the_Simple // + 190. I2606 name Charles Lower_Lorraine // + 191. I2611 name Carloman // + 192. I2627 name Caroline of_Nidda // + 193. I2636 name Charles of_Bourbon -Sicily// + 194. I2639 name Carlos Zurita_y_Delgado // + 195. I2668 name Cecily (Olga) // + 196. I2691 name Christian Augustus // + 197. I2715 name Charles Edward // + 198. I2718 name Carl Christian // + 199. I2722 name Carl Otto Edmund// + 200. I2723 name Christina Louise // + 201. I2726 name Carl Gustaf Victor// + 202. I2738 name Carl Gustaf Oscar// + 203. I2743 name Christian // + 204. I2748 name Cecilia // + 205. I2763 name Cecilia // + 206. I2769 name Catherina // + 207. I2774 name Carl Bernadotte // + 208. I2782 name Catharina // + 209. I2804 name Christina // + 210. I2807 name Carl // + 211. I2813 name Claes // + 212. I2815 name Carl Johann // + 213. I2854 name Charles // + 214. I2859 name Charles_XI // + 215. I2863 name Christopher_III // + 216. I2864 name Christina // + 217. I2878 name Charles_IV // + 218. I2880 name Charles_III // + 219. I2884 name Charles // + 220. I2896 name Caroline Erbach-Schonberg // + 221. I2903 name Clementine // +[0078] Name rkey: NDA652 offs: 0x000048ff lens: 0x00000036 + 0x000058ff: Ncount 1 + Keys and string offsets, strings + 1. 0x00005903:RKEY I55 0x0000590b:offset 0x00000000 + 0x0000590f:string 'David Albert Charles/Armstrong-Jones/' + Assembled data for NDA652 + 1. I55 name David Albert Charles/Armstrong-Jones/ +[0079] Name rkey: NDB245 offs: 0x00004935 lens: 0x00000024 + 0x00005935: Ncount 1 + Keys and string offsets, strings + 1. 0x00005939:RKEY I181 0x00005941:offset 0x00000000 + 0x00005945:string 'David /Bowes-Lyon/' + Assembled data for NDB245 + 1. I181 name David /Bowes-Lyon/ +[0080] Name rkey: NDB620 offs: 0x00004959 lens: 0x00000022 + 0x00005959: Ncount 1 + Keys and string offsets, strings + 1. 0x0000595d:RKEY I1451 0x00005965:offset 0x00000000 + 0x00005969:string 'David_II /Bruce/' + Assembled data for NDB620 + 1. I1451 name David_II /Bruce/ +[0081] Name rkey: NDB623 offs: 0x0000497b lens: 0x00000022 + 0x0000597b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000597f:RKEY I2791 0x00005987:offset 0x00000000 + 0x0000598b:string 'Dick /Bergstrom/' + Assembled data for NDB623 + 1. I2791 name Dick /Bergstrom/ +[0082] Name rkey: NDC652 offs: 0x0000499d lens: 0x00000029 + 0x0000599d: Ncount 1 + Keys and string offsets, strings + 1. 0x000059a1:RKEY I957 0x000059a9:offset 0x00000000 + 0x000059ad:string 'David Charles /Carnegie/' + Assembled data for NDC652 + 1. I957 name David Charles /Carnegie/ +[0083] Name rkey: NDD220 offs: 0x000049c6 lens: 0x00000029 + 0x000059c6: Ncount 1 + Keys and string offsets, strings + 1. 0x000059ca:RKEY I1245 0x000059d2:offset 0x00000000 + 0x000059d6:string 'Don_Francisco /de_Asis/' + Assembled data for NDD220 + 1. I1245 name Don_Francisco /de_Asis/ +[0084] Name rkey: NDG400 offs: 0x000049ef lens: 0x0000001e + 0x000059ef: Ncount 1 + Keys and string offsets, strings + 1. 0x000059f3:RKEY I793 0x000059fb:offset 0x00000000 + 0x000059ff:string 'David /Gill/' + Assembled data for NDG400 + 1. I793 name David /Gill/ +[0085] Name rkey: NDG620 offs: 0x00004a0d lens: 0x00000025 + 0x00005a0d: Ncount 1 + Keys and string offsets, strings + 1. 0x00005a11:RKEY I892 0x00005a19:offset 0x00000000 + 0x00005a1d:string 'Dimitrye K. /George/' + Assembled data for NDG620 + 1. I892 name Dimitrye K. /George/ +[0086] Name rkey: NDH200 offs: 0x00004a32 lens: 0x0000001f + 0x00005a32: Ncount 1 + Keys and string offsets, strings + 1. 0x00005a36:RKEY I507 0x00005a3e:offset 0x00000000 + 0x00005a42:string 'David /Hicks/' + Assembled data for NDH200 + 1. I507 name David /Hicks/ +[0087] Name rkey: NDH235 offs: 0x00004a51 lens: 0x00000024 + 0x00005a51: Ncount 1 + Keys and string offsets, strings + 1. 0x00005a55:RKEY I1708 0x00005a5d:offset 0x00000000 + 0x00005a61:string 'Dorothy /Hastings/' + Assembled data for NDH235 + 1. I1708 name Dorothy /Hastings/ +[0088] Name rkey: NDH630 offs: 0x00004a75 lens: 0x00000022 + 0x00005a75: Ncount 1 + Keys and string offsets, strings + 1. 0x00005a79:RKEY I2349 0x00005a81:offset 0x00000000 + 0x00005a85:string 'Dorothy /Howard/' + Assembled data for NDH630 + 1. I2349 name Dorothy /Howard/ +[0089] Name rkey: NDL242 offs: 0x00004a97 lens: 0x00000023 + 0x00005a97: Ncount 1 + Keys and string offsets, strings + 1. 0x00005a9b:RKEY I293 0x00005aa3:offset 0x00000000 + 0x00005aa7:string 'David /Lascelles/' + Assembled data for NDL242 + 1. I293 name David /Lascelles/ +[0090] Name rkey: NDL342 offs: 0x00004aba lens: 0x00000024 + 0x00005aba: Ncount 1 + Keys and string offsets, strings + 1. 0x00005abe:RKEY I394 0x00005ac6:offset 0x00000000 + 0x00005aca:string 'David /Littlejohn/' + Assembled data for NDL342 + 1. I394 name David /Littlejohn/ +[0091] Name rkey: NDM254 offs: 0x00004ade lens: 0x00000026 + 0x00005ade: Ncount 1 + Keys and string offsets, strings + 1. 0x00005ae2:RKEY I2214 0x00005aea:offset 0x00000000 + 0x00005aee:string 'Dermot /MacMailnamo/' + Assembled data for NDM254 + 1. I2214 name Dermot /MacMailnamo/ +[0092] Name rkey: NDM256 offs: 0x00004b04 lens: 0x00000026 + 0x00005b04: Ncount 1 + Keys and string offsets, strings + 1. 0x00005b08:RKEY I2221 0x00005b10:offset 0x00000000 + 0x00005b14:string 'Dermot /MacMurrough/' + Assembled data for NDM256 + 1. I2221 name Dermot /MacMurrough/ +[0093] Name rkey: NDM531 offs: 0x00004b2a lens: 0x00000035 + 0x00005b2a: Ncount 1 + Keys and string offsets, strings + 1. 0x00005b2e:RKEY I504 0x00005b36:offset 0x00000000 + 0x00005b3a:string 'David of_Milford_Haven /Mountbatten/' + Assembled data for NDM531 + 1. I504 name David of_Milford_Haven /Mountbatten/ +[0094] Name rkey: NDO165 offs: 0x00004b5f lens: 0x00000041 + 0x00005b5f: Ncount 2 + Keys and string offsets, strings + 1. 0x00005b63:RKEY I2191 0x00005b73:offset 0x00000000 + 0x00005b7b:string 'Dermont /O'Brien/' + 2. 0x00005b6b:RKEY I2194 0x00005b77:offset 0x00000013 + 0x00005b8e:string 'Dermod /O'Brien/' + Assembled data for NDO165 + 1. I2191 name Dermont /O'Brien/ + 2. I2194 name Dermod /O'Brien/ +[0095] Name rkey: NDO216 offs: 0x00004ba0 lens: 0x0000002a + 0x00005ba0: Ncount 1 + Keys and string offsets, strings + 1. 0x00005ba4:RKEY I192 0x00005bac:offset 0x00000000 + 0x00005bb0:string 'Dorothy Beatrix /Osborne/' + Assembled data for NDO216 + 1. I192 name Dorothy Beatrix /Osborne/ +[0096] Name rkey: NDR324 offs: 0x00004bca lens: 0x00000025 + 0x00005bca: Ncount 1 + Keys and string offsets, strings + 1. 0x00005bce:RKEY I2843 0x00005bd6:offset 0x00000000 + 0x00005bda:string 'Dominic /Radziwill/' + Assembled data for NDR324 + 1. I2843 name Dominic /Radziwill/ +[0097] Name rkey: NDR551 offs: 0x00004bef lens: 0x0000004a + 0x00005bef: Ncount 2 + Keys and string offsets, strings + 1. 0x00005bf3:RKEY I164 0x00005c03:offset 0x00000000 + 0x00005c0b:string 'Dmitri Pavlovich /Romanov/' + 2. 0x00005bfb:RKEY I2677 0x00005c07:offset 0x0000001b + 0x00005c26:string 'Dimitri /Romanov/' + Assembled data for NDR551 + 1. I164 name Dmitri Pavlovich /Romanov/ + 2. I2677 name Dimitri /Romanov/ +[0098] Name rkey: NDS152 offs: 0x00004c39 lens: 0x00000028 + 0x00005c39: Ncount 1 + Keys and string offsets, strings + 1. 0x00005c3d:RKEY I65 0x00005c45:offset 0x00000000 + 0x00005c49:string 'Diana Frances /Spencer/' + Assembled data for NDS152 + 1. I65 name Diana Frances /Spencer/ +[0099] Name rkey: NDS364 offs: 0x00004c61 lens: 0x00000023 + 0x00005c61: Ncount 1 + Keys and string offsets, strings + 1. 0x00005c65:RKEY I2753 0x00005c6d:offset 0x00000000 + 0x00005c71:string 'Desiree /Straehl/' + Assembled data for NDS364 + 1. I2753 name Desiree /Straehl/ +[0100] Name rkey: NDS560 offs: 0x00004c84 lens: 0x00000024 + 0x00005c84: Ncount 1 + Keys and string offsets, strings + 1. 0x00005c88:RKEY I867 0x00005c90:offset 0x00000000 + 0x00005c94:string 'Daughter /Seymour/' + Assembled data for NDS560 + 1. I867 name Daughter /Seymour/ +[0101] Name rkey: NDT360 offs: 0x00004ca8 lens: 0x00000040 + 0x00005ca8: Ncount 2 + Keys and string offsets, strings + 1. 0x00005cac:RKEY I842 0x00005cbc:offset 0x00000000 + 0x00005cc4:string 'Daughter /Tudor/' + 2. 0x00005cb4:RKEY I847 0x00005cc0:offset 0x00000012 + 0x00005cd6:string 'Daughter /Tudor/' + Assembled data for NDT360 + 1. I842 name Daughter /Tudor/ + 2. I847 name Daughter /Tudor/ +[0102] Name rkey: NDT620 offs: 0x00004ce8 lens: 0x00000022 + 0x00005ce8: Ncount 1 + Keys and string offsets, strings + 1. 0x00005cec:RKEY I2346 0x00005cf4:offset 0x00000000 + 0x00005cf8:string 'Dorothy /Troyes/' + Assembled data for NDT620 + 1. I2346 name Dorothy /Troyes/ +[0103] Name rkey: NDV524 offs: 0x00004d0a lens: 0x00000029 + 0x00005d0a: Ncount 1 + Keys and string offsets, strings + 1. 0x00005d0e:RKEY I525 0x00005d16:offset 0x00000000 + 0x00005d1a:string 'Dorothea /von_Salviati/' + Assembled data for NDV524 + 1. I525 name Dorothea /von_Salviati/ +[0104] Name rkey: NDW521 offs: 0x00004d33 lens: 0x00000024 + 0x00005d33: Ncount 1 + Keys and string offsets, strings + 1. 0x00005d37:RKEY I821 0x00005d3f:offset 0x00000000 + 0x00005d43:string 'Doreen /Wingfield/' + Assembled data for NDW521 + 1. I821 name Doreen /Wingfield/ +[0105] Name rkey: NDW532 offs: 0x00004d57 lens: 0x00000030 + 0x00005d57: Ncount 1 + Keys and string offsets, strings + 1. 0x00005d5b:RKEY I317 0x00005d63:offset 0x00000000 + 0x00005d67:string 'Davina Elizabeth Alice/Windsor/' + Assembled data for NDW532 + 1. I317 name Davina Elizabeth Alice/Windsor/ +[0106] Name rkey: NDZ999 offs: 0x00004d87 lens: 0x00000627 + 0x00005d87: Ncount 57 + Keys and string offsets, strings + 1. 0x00005d8b:RKEY I41 0x00005f53:offset 0x00000000 + 0x00006037:string 'Dagmar "Marie" of_Denmark//' + 2. 0x00005d93:RKEY I269 0x00005f57:offset 0x0000001c + 0x00006053:string 'Dau._1 //' + 3. 0x00005d9b:RKEY I270 0x00005f5b:offset 0x00000027 + 0x0000605e:string 'Dau._2 //' + 4. 0x00005da3:RKEY I276 0x00005f5f:offset 0x00000032 + 0x00006069:string 'Dau._1 //' + 5. 0x00005dab:RKEY I277 0x00005f63:offset 0x0000003d + 0x00006074:string 'Dau._2 //' + 6. 0x00005db3:RKEY I431 0x00005f67:offset 0x00000048 + 0x0000607f:string 'Don Jamie //' + 7. 0x00005dbb:RKEY I432 0x00005f6b:offset 0x00000055 + 0x0000608c:string 'Don Juan of_Spain//' + 8. 0x00005dc3:RKEY I511 0x00005f6f:offset 0x00000069 + 0x000060a0:string 'Daughter Stillborn //' + 9. 0x00005dcb:RKEY I526 0x00005f73:offset 0x0000007f + 0x000060b6:string 'Dau._1 //' + 10. 0x00005dd3:RKEY I527 0x00005f77:offset 0x0000008a + 0x000060c1:string 'Dau._2 //' + 11. 0x00005ddb:RKEY I534 0x00005f7b:offset 0x00000095 + 0x000060cc:string 'Dau._2 //' + 12. 0x00005de3:RKEY I535 0x00005f7f:offset 0x000000a0 + 0x000060d7:string 'Dau._3 //' + 13. 0x00005deb:RKEY I538 0x00005f83:offset 0x000000ab + 0x000060e2:string 'Dau._1 //' + 14. 0x00005df3:RKEY I539 0x00005f87:offset 0x000000b6 + 0x000060ed:string 'Dau._2 //' + 15. 0x00005dfb:RKEY I544 0x00005f8b:offset 0x000000c1 + 0x000060f8:string 'Dau._1 //' + 16. 0x00005e03:RKEY I545 0x00005f8f:offset 0x000000cc + 0x00006103:string 'Dau._2 //' + 17. 0x00005e0b:RKEY I592 0x00005f93:offset 0x000000d7 + 0x0000610e:string 'Dona_Maria of_Bourbon //' + 18. 0x00005e13:RKEY I694 0x00005f97:offset 0x000000f0 + 0x00006127:string 'Daughter //' + 19. 0x00005e1b:RKEY I701 0x00005f9b:offset 0x000000fd + 0x00006134:string 'Daughter //' + 20. 0x00005e23:RKEY I702 0x00005f9f:offset 0x0000010a + 0x00006141:string 'Daughter //' + 21. 0x00005e2b:RKEY I705 0x00005fa3:offset 0x00000117 + 0x0000614e:string 'Daughter //' + 22. 0x00005e33:RKEY I878 0x00005fa7:offset 0x00000124 + 0x0000615b:string 'Dona_Maria da_Gloria //' + 23. 0x00005e3b:RKEY I927 0x00005fab:offset 0x0000013c + 0x00006173:string 'Daughter //' + 24. 0x00005e43:RKEY I928 0x00005faf:offset 0x00000149 + 0x00006180:string 'Donata of_Castell- Rudenhausen//' + 25. 0x00005e4b:RKEY I1440 0x00005fb3:offset 0x0000016a + 0x000061a1:string 'Daughter_1 //' + 26. 0x00005e53:RKEY I1441 0x00005fb7:offset 0x00000179 + 0x000061b0:string 'Daughter_2 //' + 27. 0x00005e5b:RKEY I1462 0x00005fbb:offset 0x00000188 + 0x000061bf:string 'David of_Rothesay //' + 28. 0x00005e63:RKEY I1515 0x00005fbf:offset 0x0000019d + 0x000061d4:string 'David_I the_Saint //' + 29. 0x00005e6b:RKEY I1565 0x00005fc3:offset 0x000001b2 + 0x000061e9:string 'Dimitri //' + 30. 0x00005e73:RKEY I1616 0x00005fc7:offset 0x000001be + 0x000061f5:string 'Desiree //' + 31. 0x00005e7b:RKEY I1633 0x00005fcb:offset 0x000001ca + 0x00006201:string 'Dorothea //' + 32. 0x00005e83:RKEY I1667 0x00005fcf:offset 0x000001d7 + 0x0000620e:string 'Dagmar //' + 33. 0x00005e8b:RKEY I1733 0x00005fd3:offset 0x000001e2 + 0x00006219:string 'Delia Peel //' + 34. 0x00005e93:RKEY I1800 0x00005fd7:offset 0x000001f0 + 0x00006227:string 'Daughter //' + 35. 0x00005e9b:RKEY I1818 0x00005fdb:offset 0x000001fd + 0x00006234:string 'Donald //' + 36. 0x00005ea3:RKEY I1828 0x00005fdf:offset 0x00000208 + 0x0000623f:string 'Dorothea //' + 37. 0x00005eab:RKEY I1837 0x00005fe3:offset 0x00000215 + 0x0000624c:string 'David of_Huntingdon //' + 38. 0x00005eb3:RKEY I1844 0x00005fe7:offset 0x0000022c + 0x00006263:string 'Devorguilla //' + 39. 0x00005ebb:RKEY I1955 0x00005feb:offset 0x0000023c + 0x00006273:string 'Dafydd //' + 40. 0x00005ec3:RKEY I1958 0x00005fef:offset 0x00000247 + 0x0000627e:string 'Dafydd //' + 41. 0x00005ecb:RKEY I2136 0x00005ff3:offset 0x00000252 + 0x00006289:string 'Don_Carlos //' + 42. 0x00005ed3:RKEY I2205 0x00005ff7:offset 0x00000261 + 0x00006298:string 'Donough Cairbreach //' + 43. 0x00005edb:RKEY I2206 0x00005ffb:offset 0x00000277 + 0x000062ae:string 'Donnell More //' + 44. 0x00005ee3:RKEY I2209 0x00005fff:offset 0x00000287 + 0x000062be:string 'Dermot //' + 45. 0x00005eeb:RKEY I2213 0x00006003:offset 0x00000292 + 0x000062c9:string 'Dearbforgail //' + 46. 0x00005ef3:RKEY I2223 0x00006007:offset 0x000002a3 + 0x000062da:string 'Donchad //' + 47. 0x00005efb:RKEY I2237 0x0000600b:offset 0x000002af + 0x000062e6:string 'Duncan_II May-Nov //' + 48. 0x00005f03:RKEY I2239 0x0000600f:offset 0x000002c4 + 0x000062fb:string 'Duncan_I //' + 49. 0x00005f0b:RKEY I2241 0x00006013:offset 0x000002d1 + 0x00006308:string 'Donald_III Bane //' + 50. 0x00005f13:RKEY I2251 0x00006017:offset 0x000002e4 + 0x0000631b:string 'Donald_II //' + 51. 0x00005f1b:RKEY I2253 0x0000601b:offset 0x000002f2 + 0x00006329:string 'Duff //' + 52. 0x00005f23:RKEY I2266 0x0000601f:offset 0x000002fb + 0x00006332:string 'Donald_I //' + 53. 0x00005f2b:RKEY I2512 0x00006023:offset 0x00000308 + 0x0000633f:string 'Desideria //' + 54. 0x00005f33:RKEY I2528 0x00006027:offset 0x00000316 + 0x0000634d:string 'Desiree of_Sweden //' + 55. 0x00005f3b:RKEY I2690 0x0000602b:offset 0x0000032b + 0x00006362:string 'Dorothea of_Brandenburg -Schwedt//' + 56. 0x00005f43:RKEY I2719 0x0000602f:offset 0x0000034e + 0x00006385:string 'Desiree Margaretha Victoria//' + 57. 0x00005f4b:RKEY I2780 0x00006033:offset 0x0000036c + 0x000063a3:string 'Dagmar //' + Assembled data for NDZ999 + 1. I41 name Dagmar "Marie" of_Denmark// + 2. I269 name Dau._1 // + 3. I270 name Dau._2 // + 4. I276 name Dau._1 // + 5. I277 name Dau._2 // + 6. I431 name Don Jamie // + 7. I432 name Don Juan of_Spain// + 8. I511 name Daughter Stillborn // + 9. I526 name Dau._1 // + 10. I527 name Dau._2 // + 11. I534 name Dau._2 // + 12. I535 name Dau._3 // + 13. I538 name Dau._1 // + 14. I539 name Dau._2 // + 15. I544 name Dau._1 // + 16. I545 name Dau._2 // + 17. I592 name Dona_Maria of_Bourbon // + 18. I694 name Daughter // + 19. I701 name Daughter // + 20. I702 name Daughter // + 21. I705 name Daughter // + 22. I878 name Dona_Maria da_Gloria // + 23. I927 name Daughter // + 24. I928 name Donata of_Castell- Rudenhausen// + 25. I1440 name Daughter_1 // + 26. I1441 name Daughter_2 // + 27. I1462 name David of_Rothesay // + 28. I1515 name David_I the_Saint // + 29. I1565 name Dimitri // + 30. I1616 name Desiree // + 31. I1633 name Dorothea // + 32. I1667 name Dagmar // + 33. I1733 name Delia Peel // + 34. I1800 name Daughter // + 35. I1818 name Donald // + 36. I1828 name Dorothea // + 37. I1837 name David of_Huntingdon // + 38. I1844 name Devorguilla // + 39. I1955 name Dafydd // + 40. I1958 name Dafydd // + 41. I2136 name Don_Carlos // + 42. I2205 name Donough Cairbreach // + 43. I2206 name Donnell More // + 44. I2209 name Dermot // + 45. I2213 name Dearbforgail // + 46. I2223 name Donchad // + 47. I2237 name Duncan_II May-Nov // + 48. I2239 name Duncan_I // + 49. I2241 name Donald_III Bane // + 50. I2251 name Donald_II // + 51. I2253 name Duff // + 52. I2266 name Donald_I // + 53. I2512 name Desideria // + 54. I2528 name Desiree of_Sweden // + 55. I2690 name Dorothea of_Brandenburg -Schwedt// + 56. I2719 name Desiree Margaretha Victoria// + 57. I2780 name Dagmar // +[0107] Name rkey: NEA240 offs: 0x000053ae lens: 0x00000021 + 0x000063ae: Ncount 1 + Keys and string offsets, strings + 1. 0x000063b2:RKEY I494 0x000063ba:offset 0x00000000 + 0x000063be:string 'Edwina /Ashley/' + Assembled data for NEA240 + 1. I494 name Edwina /Ashley/ +[0108] Name rkey: NEA345 offs: 0x000053cf lens: 0x0000003f + 0x000063cf: Ncount 2 + Keys and string offsets, strings + 1. 0x000063d3:RKEY I1545 0x000063e3:offset 0x00000000 + 0x000063eb:string 'Edward /Athling/' + 2. 0x000063db:RKEY I1547 0x000063e7:offset 0x00000012 + 0x000063fd:string 'Edgar /Athling/' + Assembled data for NEA345 + 1. I1545 name Edward /Athling/ + 2. I1547 name Edgar /Athling/ +[0109] Name rkey: NEA416 offs: 0x0000540e lens: 0x0000003c + 0x0000640e: Ncount 1 + Keys and string offsets, strings + 1. 0x00006412:RKEY I2148 0x0000641a:offset 0x00000000 + 0x0000641e:string 'Elizabeth of_Saxe- Hildburghausen/Albertin/' + Assembled data for NEA416 + 1. I2148 name Elizabeth of_Saxe- Hildburghausen/Albertin/ +[0110] Name rkey: NEA422 offs: 0x0000544a lens: 0x00000024 + 0x0000644a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000644e:RKEY I1056 0x00006456:offset 0x00000000 + 0x0000645a:string 'Euphrosine /Alcaz/' + Assembled data for NEA422 + 1. I1056 name Euphrosine /Alcaz/ +[0111] Name rkey: NEB163 offs: 0x0000546e lens: 0x00000084 + 0x0000646e: Ncount 4 + Keys and string offsets, strings + 1. 0x00006472:RKEY I1335 0x00006492:offset 0x00000000 + 0x000064a2:string 'Edmund /Beaufort/' + 2. 0x0000647a:RKEY I2084 0x00006496:offset 0x00000013 + 0x000064b5:string 'Edmund /Beaufort/' + 3. 0x00006482:RKEY I2086 0x0000649a:offset 0x00000026 + 0x000064c8:string 'Eleanor /Beaufort/' + 4. 0x0000648a:RKEY I2090 0x0000649e:offset 0x0000003a + 0x000064dc:string 'Elizabeth /Beaufort/' + Assembled data for NEB163 + 1. I1335 name Edmund /Beaufort/ + 2. I2084 name Edmund /Beaufort/ + 3. I2086 name Eleanor /Beaufort/ + 4. I2090 name Elizabeth /Beaufort/ +[0112] Name rkey: NEB230 offs: 0x000054f2 lens: 0x00000025 + 0x000064f2: Ncount 1 + Keys and string offsets, strings + 1. 0x000064f6:RKEY I2382 0x000064fe:offset 0x00000000 + 0x00006502:string 'Elizabeth /Bassett/' + Assembled data for NEB230 + 1. I2382 name Elizabeth /Bassett/ +[0113] Name rkey: NEB245 offs: 0x00005517 lens: 0x00000038 + 0x00006517: Ncount 1 + Keys and string offsets, strings + 1. 0x0000651b:RKEY I51 0x00006523:offset 0x00000000 + 0x00006527:string 'Elizabeth Angela Marguerite/Bowes-Lyon/' + Assembled data for NEB245 + 1. I51 name Elizabeth Angela Marguerite/Bowes-Lyon/ +[0114] Name rkey: NEB251 offs: 0x0000554f lens: 0x00000025 + 0x0000654f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006553:RKEY I2081 0x0000655b:offset 0x00000000 + 0x0000655f:string 'Eleanor /Beauchamp/' + Assembled data for NEB251 + 1. I2081 name Eleanor /Beauchamp/ +[0115] Name rkey: NEB310 offs: 0x00005574 lens: 0x0000002d + 0x00006574: Ncount 1 + Keys and string offsets, strings + 1. 0x00006578:RKEY I379 0x00006580:offset 0x00000000 + 0x00006584:string 'Elizabeth Caroline /Boothby/' + Assembled data for NEB310 + 1. I379 name Elizabeth Caroline /Boothby/ +[0116] Name rkey: NEB400 offs: 0x000055a1 lens: 0x00000021 + 0x000065a1: Ncount 1 + Keys and string offsets, strings + 1. 0x000065a5:RKEY I2188 0x000065ad:offset 0x00000000 + 0x000065b1:string 'Eleanor /Boyle/' + Assembled data for NEB400 + 1. I2188 name Eleanor /Boyle/ +[0117] Name rkey: NEB440 offs: 0x000055c2 lens: 0x00000022 + 0x000065c2: Ncount 1 + Keys and string offsets, strings + 1. 0x000065c6:RKEY I1849 0x000065ce:offset 0x00000000 + 0x000065d2:string 'Edward /Balliol/' + Assembled data for NEB440 + 1. I1849 name Edward /Balliol/ +[0118] Name rkey: NEB550 offs: 0x000055e4 lens: 0x0000001f + 0x000065e4: Ncount 1 + Keys and string offsets, strings + 1. 0x000065e8:RKEY I817 0x000065f0:offset 0x00000000 + 0x000065f4:string 'Emma /Benyon/' + Assembled data for NEB550 + 1. I817 name Emma /Benyon/ +[0119] Name rkey: NEB620 offs: 0x00005603 lens: 0x00000022 + 0x00006603: Ncount 1 + Keys and string offsets, strings + 1. 0x00006607:RKEY I862 0x0000660f:offset 0x00000000 + 0x00006613:string 'Edward /Borough/' + Assembled data for NEB620 + 1. I862 name Edward /Borough/ +[0120] Name rkey: NEB626 offs: 0x00005625 lens: 0x0000004f + 0x00006625: Ncount 2 + Keys and string offsets, strings + 1. 0x00006629:RKEY I368 0x00006639:offset 0x00000000 + 0x00006641:string 'Edmund Maurice /Burke_Roche/' + 2. 0x00006631:RKEY I378 0x0000663d:offset 0x0000001d + 0x0000665e:string 'Edmund /Burke_Roche/' + Assembled data for NEB626 + 1. I368 name Edmund Maurice /Burke_Roche/ + 2. I378 name Edmund /Burke_Roche/ +[0121] Name rkey: NEB651 offs: 0x00005674 lens: 0x00000021 + 0x00006674: Ncount 1 + Keys and string offsets, strings + 1. 0x00006678:RKEY I362 0x00006680:offset 0x00000000 + 0x00006684:string 'Edwyn /Burnaby/' + Assembled data for NEB651 + 1. I362 name Edwyn /Burnaby/ +[0122] Name rkey: NEB652 offs: 0x00005695 lens: 0x00000028 + 0x00006695: Ncount 1 + Keys and string offsets, strings + 1. 0x00006699:RKEY I400 0x000066a1:offset 0x00000000 + 0x000066a5:string 'Edward Charles /Baring/' + Assembled data for NEB652 + 1. I400 name Edward Charles /Baring/ +[0123] Name rkey: NEB653 offs: 0x000056bd lens: 0x00000023 + 0x000066bd: Ncount 1 + Keys and string offsets, strings + 1. 0x000066c1:RKEY I1428 0x000066c9:offset 0x00000000 + 0x000066cd:string 'Eleanor /Brandon/' + Assembled data for NEB653 + 1. I1428 name Eleanor /Brandon/ +[0124] Name rkey: NEC153 offs: 0x000056e0 lens: 0x00000027 + 0x000066e0: Ncount 1 + Keys and string offsets, strings + 1. 0x000066e4:RKEY I1434 0x000066ec:offset 0x00000000 + 0x000066f0:string 'Elizabeth /Cavendish/' + Assembled data for NEC153 + 1. I1434 name Elizabeth /Cavendish/ +[0125] Name rkey: NEC240 offs: 0x00005707 lens: 0x00000023 + 0x00006707: Ncount 1 + Keys and string offsets, strings + 1. 0x0000670b:RKEY I2381 0x00006713:offset 0x00000000 + 0x00006717:string 'Elizabeth /Cecil/' + Assembled data for NEC240 + 1. I2381 name Elizabeth /Cecil/ +[0126] Name rkey: NEC360 offs: 0x0000572a lens: 0x00000023 + 0x0000672a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000672e:RKEY I196 0x00006736:offset 0x00000000 + 0x0000673a:string 'Elizabeth /Cator/' + Assembled data for NEC360 + 1. I196 name Elizabeth /Cator/ +[0127] Name rkey: NEC415 offs: 0x0000574d lens: 0x0000002f + 0x0000674d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006751:RKEY I316 0x00006759:offset 0x00000000 + 0x0000675d:string 'Elizabeth Collingwood /Colvin/' + Assembled data for NEC415 + 1. I316 name Elizabeth Collingwood /Colvin/ +[0128] Name rkey: NEC422 offs: 0x0000577c lens: 0x00000021 + 0x0000677c: Ncount 1 + Keys and string offsets, strings + 1. 0x00006780:RKEY I2797 0x00006788:offset 0x00000000 + 0x0000678c:string 'Esben /Coljach/' + Assembled data for NEC422 + 1. I2797 name Esben /Coljach/ +[0129] Name rkey: NEC635 offs: 0x0000579d lens: 0x00000024 + 0x0000679d: Ncount 1 + Keys and string offsets, strings + 1. 0x000067a1:RKEY I2282 0x000067a9:offset 0x00000000 + 0x000067ad:string 'Edward /Courtenay/' + Assembled data for NEC635 + 1. I2282 name Edward /Courtenay/ +[0130] Name rkey: NED150 offs: 0x000057c1 lens: 0x00000024 + 0x000067c1: Ncount 1 + Keys and string offsets, strings + 1. 0x000067c5:RKEY I1343 0x000067cd:offset 0x00000000 + 0x000067d1:string 'Eleanor /De_Bohun/' + Assembled data for NED150 + 1. I1343 name Eleanor /De_Bohun/ +[0131] Name rkey: NED165 offs: 0x000057e5 lens: 0x00000038 + 0x000067e5: Ncount 1 + Keys and string offsets, strings + 1. 0x000067e9:RKEY I2435 0x000067f1:offset 0x00000000 + 0x000067f5:string 'Eugene of_Leuchtenberg /de_Beauharnais/' + Assembled data for NED165 + 1. I2435 name Eugene of_Leuchtenberg /de_Beauharnais/ +[0132] Name rkey: NED260 offs: 0x0000581d lens: 0x00000023 + 0x0000681d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006821:RKEY I2388 0x00006829:offset 0x00000000 + 0x0000682d:string 'Elizabeth /Dacre/' + Assembled data for NED260 + 1. I2388 name Elizabeth /Dacre/ +[0133] Name rkey: NED516 offs: 0x00005840 lens: 0x00000024 + 0x00006840: Ncount 1 + Keys and string offsets, strings + 1. 0x00006844:RKEY I2380 0x0000684c:offset 0x00000000 + 0x00006850:string 'Elizabeth /Dunbar/' + Assembled data for NED516 + 1. I2380 name Elizabeth /Dunbar/ +[0134] Name rkey: NEF622 offs: 0x00005864 lens: 0x0000002d + 0x00006864: Ncount 1 + Keys and string offsets, strings + 1. 0x00006868:RKEY I2932 0x00006870:offset 0x00000000 + 0x00006874:string 'Elizabeth (Eliza) /Ferguson/' + Assembled data for NEF622 + 1. I2932 name Elizabeth (Eliza) /Ferguson/ +[0135] Name rkey: NEF656 offs: 0x00005891 lens: 0x00000024 + 0x00006891: Ncount 1 + Keys and string offsets, strings + 1. 0x00006895:RKEY I964 0x0000689d:offset 0x00000000 + 0x000068a1:string 'Elisabeth /Ferner/' + Assembled data for NEF656 + 1. I964 name Elisabeth /Ferner/ +[0136] Name rkey: NEG452 offs: 0x000058b5 lens: 0x00000023 + 0x000068b5: Ncount 1 + Keys and string offsets, strings + 1. 0x000068b9:RKEY I2798 0x000068c1:offset 0x00000000 + 0x000068c5:string 'Ebba /Gyllenkrok/' + Assembled data for NEG452 + 1. I2798 name Ebba /Gyllenkrok/ +[0137] Name rkey: NEG600 offs: 0x000058d8 lens: 0x00000022 + 0x000068d8: Ncount 1 + Keys and string offsets, strings + 1. 0x000068dc:RKEY I778 0x000068e4:offset 0x00000000 + 0x000068e8:string 'Elizabeth /Grey/' + Assembled data for NEG600 + 1. I778 name Elizabeth /Grey/ +[0138] Name rkey: NEH300 offs: 0x000058fa lens: 0x0000001f + 0x000068fa: Ncount 1 + Keys and string offsets, strings + 1. 0x000068fe:RKEY I2127 0x00006906:offset 0x00000000 + 0x0000690a:string 'Edward /Hyde/' + Assembled data for NEH300 + 1. I2127 name Edward /Hyde/ +[0139] Name rkey: NEH453 offs: 0x00005919 lens: 0x00000023 + 0x00006919: Ncount 1 + Keys and string offsets, strings + 1. 0x0000691d:RKEY I1345 0x00006925:offset 0x00000000 + 0x00006929:string 'Eleanor /Holland/' + Assembled data for NEH453 + 1. I1345 name Eleanor /Holland/ +[0140] Name rkey: NEH516 offs: 0x0000593c lens: 0x0000020f + 0x0000693c: Ncount 12 + Keys and string offsets, strings + 1. 0x00006940:RKEY I133 0x000069a0:offset 0x00000000 + 0x000069d0:string 'Edward Augustus /Hanover/' + 2. 0x00006948:RKEY I210 0x000069a4:offset 0x0000001a + 0x000069ea:string 'Elizabeth /Hanover/' + 3. 0x00006950:RKEY I212 0x000069a8:offset 0x0000002f + 0x000069ff:string 'Ernest Augustus_I /Hanover/' + 4. 0x00006958:RKEY I221 0x000069ac:offset 0x0000004b + 0x00006a1b:string 'Elizabeth Georgiana Adelaide/Hanover/' + 5. 0x00006960:RKEY I251 0x000069b0:offset 0x00000071 + 0x00006a41:string 'Ernest Augustus of_Cumberland/Hanover/' + 6. 0x00006968:RKEY I334 0x000069b4:offset 0x00000098 + 0x00006a68:string 'Edward Augustus /Hanover/' + 7. 0x00006970:RKEY I335 0x000069b8:offset 0x000000b2 + 0x00006a82:string 'Elizabeth Caroline /Hanover/' + 8. 0x00006978:RKEY I336 0x000069bc:offset 0x000000cf + 0x00006a9f:string 'Edward Henry of_Gloucester/Hanover/' + 9. 0x00006980:RKEY I552 0x000069c0:offset 0x000000f3 + 0x00006ac3:string 'Ernest Augustus of_Brunswick/Hanover/' + 10. 0x00006988:RKEY I1030 0x000069c4:offset 0x00000119 + 0x00006ae9:string 'Ernest Augustus of_Hanover/Hanover/' + 11. 0x00006990:RKEY I1040 0x000069c8:offset 0x0000013d + 0x00006b0d:string 'Ernest Augustus of_Hanover/Hanover/' + 12. 0x00006998:RKEY I1047 0x000069cc:offset 0x00000161 + 0x00006b31:string 'Ernest Augustus /Hanover/' + Assembled data for NEH516 + 1. I133 name Edward Augustus /Hanover/ + 2. I210 name Elizabeth /Hanover/ + 3. I212 name Ernest Augustus_I /Hanover/ + 4. I221 name Elizabeth Georgiana Adelaide/Hanover/ + 5. I251 name Ernest Augustus of_Cumberland/Hanover/ + 6. I334 name Edward Augustus /Hanover/ + 7. I335 name Elizabeth Caroline /Hanover/ + 8. I336 name Edward Henry of_Gloucester/Hanover/ + 9. I552 name Ernest Augustus of_Brunswick/Hanover/ + 10. I1030 name Ernest Augustus of_Hanover/Hanover/ + 11. I1040 name Ernest Augustus of_Hanover/Hanover/ + 12. I1047 name Ernest Augustus /Hanover/ +[0141] Name rkey: NEH524 offs: 0x00005b4b lens: 0x00000034 + 0x00006b4b: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b4f:RKEY I437 0x00006b57:offset 0x00000000 + 0x00006b5b:string 'Elizabeth of_Romania /Hohenzollern/' + Assembled data for NEH524 + 1. I437 name Elizabeth of_Romania /Hohenzollern/ +[0142] Name rkey: NEH630 offs: 0x00005b7f lens: 0x00000061 + 0x00006b7f: Ncount 3 + Keys and string offsets, strings + 1. 0x00006b83:RKEY I857 0x00006b9b:offset 0x00000000 + 0x00006ba7:string 'Edmund /Howard/' + 2. 0x00006b8b:RKEY I2337 0x00006b9f:offset 0x00000011 + 0x00006bb8:string 'Elizabeth /Howard/' + 3. 0x00006b93:RKEY I2350 0x00006ba3:offset 0x00000025 + 0x00006bcc:string 'Elizabeth /Howard/' + Assembled data for NEH630 + 1. I857 name Edmund /Howard/ + 2. I2337 name Elizabeth /Howard/ + 3. I2350 name Elizabeth /Howard/ +[0143] Name rkey: NEL120 offs: 0x00005be0 lens: 0x00000028 + 0x00006be0: Ncount 1 + Keys and string offsets, strings + 1. 0x00006be4:RKEY I1058 0x00006bec:offset 0x00000000 + 0x00006bf0:string 'Elena (Magda) /Lupescu/' + Assembled data for NEL120 + 1. I1058 name Elena (Magda) /Lupescu/ +[0144] Name rkey: NEL200 offs: 0x00005c08 lens: 0x00000020 + 0x00006c08: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c0c:RKEY I2400 0x00006c14:offset 0x00000000 + 0x00006c18:string 'Edward /Lewes/' + Assembled data for NEL200 + 1. I2400 name Edward /Lewes/ +[0145] Name rkey: NEL242 offs: 0x00005c28 lens: 0x00000043 + 0x00006c28: Ncount 2 + Keys and string offsets, strings + 1. 0x00006c2c:RKEY I944 0x00006c3c:offset 0x00000000 + 0x00006c44:string 'Edward /Lascelles/' + 2. 0x00006c34:RKEY I950 0x00006c40:offset 0x00000014 + 0x00006c58:string 'Ellen /Lascelles/' + Assembled data for NEL242 + 1. I944 name Edward /Lascelles/ + 2. I950 name Ellen /Lascelles/ +[0146] Name rkey: NEL653 offs: 0x00005c6b lens: 0x00000024 + 0x00006c6b: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c6f:RKEY I966 0x00006c77:offset 0x00000000 + 0x00006c7b:string 'Erling /Lorentzen/' + Assembled data for NEL653 + 1. I966 name Erling /Lorentzen/ +[0147] Name rkey: NEM240 offs: 0x00005c8f lens: 0x00000022 + 0x00006c8f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c93:RKEY I1981 0x00006c9b:offset 0x00000000 + 0x00006c9f:string 'Ethelred /Mucel/' + Assembled data for NEM240 + 1. I1981 name Ethelred /Mucel/ +[0148] Name rkey: NEM252 offs: 0x00005cb1 lens: 0x00000022 + 0x00006cb1: Ncount 1 + Keys and string offsets, strings + 1. 0x00006cb5:RKEY I2235 0x00006cbd:offset 0x00000000 + 0x00006cc1:string 'Eric /Magnusson/' + Assembled data for NEM252 + 1. I2235 name Eric /Magnusson/ +[0149] Name rkey: NEM514 offs: 0x00005cd3 lens: 0x00000024 + 0x00006cd3: Ncount 1 + Keys and string offsets, strings + 1. 0x00006cd7:RKEY I2819 0x00006cdf:offset 0x00000000 + 0x00006ce3:string 'Estelle /Manville/' + Assembled data for NEM514 + 1. I2819 name Estelle /Manville/ +[0150] Name rkey: NEM520 offs: 0x00005cf7 lens: 0x00000028 + 0x00006cf7: Ncount 1 + Keys and string offsets, strings + 1. 0x00006cfb:RKEY I2772 0x00006d03:offset 0x00000000 + 0x00006d07:string 'Ebba of_Fulkila /Munck/' + Assembled data for NEM520 + 1. I2772 name Ebba of_Fulkila /Munck/ +[0151] Name rkey: NEM600 offs: 0x00005d1f lens: 0x0000002d + 0x00006d1f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d23:RKEY I1456 0x00006d2b:offset 0x00000000 + 0x00006d2f:string 'Elizabeth of_Rowallan /Mure/' + Assembled data for NEM600 + 1. I1456 name Elizabeth of_Rowallan /Mure/ +[0152] Name rkey: NEM635 offs: 0x00005d4c lens: 0x000000e1 + 0x00006d4c: Ncount 7 + Keys and string offsets, strings + 1. 0x00006d50:RKEY I1346 0x00006d88:offset 0x00000000 + 0x00006da4:string 'Edmund /Mortimer/' + 2. 0x00006d58:RKEY I1349 0x00006d8c:offset 0x00000013 + 0x00006db7:string 'Edmund /Mortimer/' + 3. 0x00006d60:RKEY I1905 0x00006d90:offset 0x00000026 + 0x00006dca:string 'Edmund /Mortimer/' + 4. 0x00006d68:RKEY I1907 0x00006d94:offset 0x00000039 + 0x00006ddd:string 'Edmund /Mortimer/' + 5. 0x00006d70:RKEY I2281 0x00006d98:offset 0x0000004c + 0x00006df0:string 'Eleanor /Mortimer/' + 6. 0x00006d78:RKEY I2283 0x00006d9c:offset 0x00000060 + 0x00006e04:string 'Edmund /Mortimer/' + 7. 0x00006d80:RKEY I2284 0x00006da0:offset 0x00000073 + 0x00006e17:string 'Elizabeth /Mortimer/' + Assembled data for NEM635 + 1. I1346 name Edmund /Mortimer/ + 2. I1349 name Edmund /Mortimer/ + 3. I1905 name Edmund /Mortimer/ + 4. I1907 name Edmund /Mortimer/ + 5. I2281 name Eleanor /Mortimer/ + 6. I2283 name Edmund /Mortimer/ + 7. I2284 name Elizabeth /Mortimer/ +[0153] Name rkey: NEO435 offs: 0x00005e2d lens: 0x00000025 + 0x00006e2d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006e31:RKEY I2842 0x00006e39:offset 0x00000000 + 0x00006e3d:string 'Eugenia /Oldenburg/' + Assembled data for NEO435 + 1. I2842 name Eugenia /Oldenburg/ +[0154] Name rkey: NEP322 offs: 0x00005e52 lens: 0x00000020 + 0x00006e52: Ncount 1 + Keys and string offsets, strings + 1. 0x00006e56:RKEY I2732 0x00006e5e:offset 0x00000000 + 0x00006e62:string 'Erika /Patzek/' + Assembled data for NEP322 + 1. I2732 name Erika /Patzek/ +[0155] Name rkey: NEP420 offs: 0x00005e72 lens: 0x00000027 + 0x00006e72: Ncount 1 + Keys and string offsets, strings + 1. 0x00006e76:RKEY I780 0x00006e7e:offset 0x00000000 + 0x00006e82:string 'Elizabeth Malet /Palk/' + Assembled data for NEP420 + 1. I780 name Elizabeth Malet /Palk/ +[0156] Name rkey: NEP463 offs: 0x00005e99 lens: 0x00000022 + 0x00006e99: Ncount 1 + Keys and string offsets, strings + 1. 0x00006e9d:RKEY I2999 0x00006ea5:offset 0x00000000 + 0x00006ea9:string 'Edith /Palairet/' + Assembled data for NEP463 + 1. I2999 name Edith /Palairet/ +[0157] Name rkey: NEP532 offs: 0x00005ebb lens: 0x00000024 + 0x00006ebb: Ncount 1 + Keys and string offsets, strings + 1. 0x00006ebf:RKEY I1730 0x00006ec7:offset 0x00000000 + 0x00006ecb:string 'Elizabeth /Poyntz/' + Assembled data for NEP532 + 1. I1730 name Elizabeth /Poyntz/ +[0158] Name rkey: NER200 offs: 0x00005edf lens: 0x00000020 + 0x00006edf: Ncount 1 + Keys and string offsets, strings + 1. 0x00006ee3:RKEY I382 0x00006eeb:offset 0x00000000 + 0x00006eef:string 'Edward /Roche/' + Assembled data for NER200 + 1. I382 name Edward /Roche/ +[0159] Name rkey: NER551 offs: 0x00005eff lens: 0x0000002d + 0x00006eff: Ncount 1 + Keys and string offsets, strings + 1. 0x00006f03:RKEY I1304 0x00006f0b:offset 0x00000000 + 0x00006f0f:string 'Elizabeth Petrovna /Romanov/' + Assembled data for NER551 + 1. I1304 name Elizabeth Petrovna /Romanov/ +[0160] Name rkey: NES152 offs: 0x00005f2c lens: 0x0000004e + 0x00006f2c: Ncount 2 + Keys and string offsets, strings + 1. 0x00006f30:RKEY I91 0x00006f40:offset 0x00000000 + 0x00006f48:string 'Earl Winfield /Spencer/' + 2. 0x00006f38:RKEY I239 0x00006f44:offset 0x00000018 + 0x00006f60:string 'Edward John VIII/Spencer/' + Assembled data for NES152 + 1. I91 name Earl Winfield /Spencer/ + 2. I239 name Edward John VIII/Spencer/ +[0161] Name rkey: NES214 offs: 0x00005f7a lens: 0x00000021 + 0x00006f7a: Ncount 1 + Keys and string offsets, strings + 1. 0x00006f7e:RKEY I3005 0x00006f86:offset 0x00000000 + 0x00006f8a:string 'Emily /Scobell/' + Assembled data for NES214 + 1. I3005 name Emily /Scobell/ +[0162] Name rkey: NES316 offs: 0x00005f9b lens: 0x00000026 + 0x00006f9b: Ncount 1 + Keys and string offsets, strings + 1. 0x00006f9f:RKEY I2345 0x00006fa7:offset 0x00000000 + 0x00006fab:string 'Elizabeth /Stafford/' + Assembled data for NES316 + 1. I2345 name Elizabeth /Stafford/ +[0163] Name rkey: NES350 offs: 0x00005fc1 lens: 0x0000001f + 0x00006fc1: Ncount 1 + Keys and string offsets, strings + 1. 0x00006fc5:RKEY I2982 0x00006fcd:offset 0x00000000 + 0x00006fd1:string 'Erwin /Stein/' + Assembled data for NES350 + 1. I2982 name Erwin /Stein/ +[0164] Name rkey: NES354 offs: 0x00005fe0 lens: 0x00000022 + 0x00006fe0: Ncount 1 + Keys and string offsets, strings + 1. 0x00006fe4:RKEY I2353 0x00006fec:offset 0x00000000 + 0x00006ff0:string 'Edward /Stanley/' + Assembled data for NES354 + 1. I2353 name Edward /Stanley/ +[0165] Name rkey: NES362 offs: 0x00006002 lens: 0x00000026 + 0x00007002: Ncount 1 + Keys and string offsets, strings + 1. 0x00007006:RKEY I1313 0x0000700e:offset 0x00000000 + 0x00007012:string 'Eudoxia /Streshniev/' + Assembled data for NES362 + 1. I1313 name Eudoxia /Streshniev/ +[0166] Name rkey: NES363 offs: 0x00006028 lens: 0x0000005f + 0x00007028: Ncount 3 + Keys and string offsets, strings + 1. 0x0000702c:RKEY I728 0x00007044:offset 0x00000000 + 0x00007050:string 'Elizabeth /Stuart/' + 2. 0x00007034:RKEY I745 0x00007048:offset 0x00000014 + 0x00007064:string 'Elizabeth /Stuart/' + 3. 0x0000703c:RKEY I1482 0x0000704c:offset 0x00000028 + 0x00007078:string 'Esme /Stuart/' + Assembled data for NES363 + 1. I728 name Elizabeth /Stuart/ + 2. I745 name Elizabeth /Stuart/ + 3. I1482 name Esme /Stuart/ +[0167] Name rkey: NES365 offs: 0x00006087 lens: 0x00000046 + 0x00007087: Ncount 2 + Keys and string offsets, strings + 1. 0x0000708b:RKEY I375 0x0000709b:offset 0x00000000 + 0x000070a3:string 'Ellen /Strong/' + 2. 0x00007093:RKEY I1769 0x0000709f:offset 0x00000010 + 0x000070b3:string 'Edric of_Mercia /Streona/' + Assembled data for NES365 + 1. I375 name Ellen /Strong/ + 2. I1769 name Edric of_Mercia /Streona/ +[0168] Name rkey: NES512 offs: 0x000060cd lens: 0x00000022 + 0x000070cd: Ncount 1 + Keys and string offsets, strings + 1. 0x000070d1:RKEY I92 0x000070d9:offset 0x00000000 + 0x000070dd:string 'Ernest /Simpson/' + Assembled data for NES512 + 1. I92 name Ernest /Simpson/ +[0169] Name rkey: NES560 offs: 0x000060ef lens: 0x0000008e + 0x000070ef: Ncount 4 + Keys and string offsets, strings + 1. 0x000070f3:RKEY I2108 0x00007113:offset 0x00000000 + 0x00007123:string 'Edward /Seymour/' + 2. 0x000070fb:RKEY I2109 0x00007117:offset 0x00000012 + 0x00007135:string 'Edward Beauchamp /Seymour/' + 3. 0x00007103:RKEY I2392 0x0000711b:offset 0x0000002d + 0x00007150:string 'Edward /Seymour/' + 4. 0x0000710b:RKEY I2396 0x0000711f:offset 0x0000003f + 0x00007162:string 'Edward Beauchamp /Seymour/' + Assembled data for NES560 + 1. I2108 name Edward /Seymour/ + 2. I2109 name Edward Beauchamp /Seymour/ + 3. I2392 name Edward /Seymour/ + 4. I2396 name Edward Beauchamp /Seymour/ +[0170] Name rkey: NET360 offs: 0x0000617d lens: 0x0000009b + 0x0000717d: Ncount 5 + Keys and string offsets, strings + 1. 0x00007181:RKEY I829 0x000071a9:offset 0x00000000 + 0x000071bd:string 'Elizabeth /Tudor/' + 2. 0x00007189:RKEY I831 0x000071ad:offset 0x00000013 + 0x000071d0:string 'Edmund /Tudor/' + 3. 0x00007191:RKEY I849 0x000071b1:offset 0x00000023 + 0x000071e0:string 'Elizabeth_I /Tudor/' + 4. 0x00007199:RKEY I852 0x000071b5:offset 0x00000038 + 0x000071f5:string 'Edward_VI /Tudor/' + 5. 0x000071a1:RKEY I1254 0x000071b9:offset 0x0000004b + 0x00007208:string 'Edmund /Tudor/' + Assembled data for NET360 + 1. I829 name Elizabeth /Tudor/ + 2. I831 name Edmund /Tudor/ + 3. I849 name Elizabeth_I /Tudor/ + 4. I852 name Edward_VI /Tudor/ + 5. I1254 name Edmund /Tudor/ +[0171] Name rkey: NET412 offs: 0x00006218 lens: 0x00000025 + 0x00007218: Ncount 1 + Keys and string offsets, strings + 1. 0x0000721c:RKEY I2322 0x00007224:offset 0x00000000 + 0x00007228:string 'Elizabeth /Talboys/' + Assembled data for NET412 + 1. I2322 name Elizabeth /Talboys/ +[0172] Name rkey: NET450 offs: 0x0000623d lens: 0x00000024 + 0x0000723d: Ncount 1 + Keys and string offsets, strings + 1. 0x00007241:RKEY I2342 0x00007249:offset 0x00000000 + 0x0000724d:string 'Elizabeth /Tilney/' + Assembled data for NET450 + 1. I2342 name Elizabeth /Tilney/ +[0173] Name rkey: NEU535 offs: 0x00006261 lens: 0x00000020 + 0x00007261: Ncount 1 + Keys and string offsets, strings + 1. 0x00007265:RKEY I2320 0x0000726d:offset 0x00000000 + 0x00007271:string 'Edward /Unton/' + Assembled data for NEU535 + 1. I2320 name Edward /Unton/ +[0174] Name rkey: NEV562 offs: 0x00006281 lens: 0x00000022 + 0x00007281: Ncount 1 + Keys and string offsets, strings + 1. 0x00007285:RKEY I2831 0x0000728d:offset 0x00000000 + 0x00007291:string 'Elsa /von_Rosen/' + Assembled data for NEV562 + 1. I2831 name Elsa /von_Rosen/ +[0175] Name rkey: NEV563 offs: 0x000062a3 lens: 0x00000027 + 0x000072a3: Ncount 1 + Keys and string offsets, strings + 1. 0x000072a7:RKEY I936 0x000072af:offset 0x00000000 + 0x000072b3:string 'Ehrengard /von_Reden/' + Assembled data for NEV563 + 1. I936 name Ehrengard /von_Reden/ +[0176] Name rkey: NEW256 offs: 0x000062ca lens: 0x00000031 + 0x000072ca: Ncount 1 + Keys and string offsets, strings + 1. 0x000072ce:RKEY I2734 0x000072d6:offset 0x00000000 + 0x000072da:string 'Elin Kerstin Margareta/Wijkmark/' + Assembled data for NEW256 + 1. I2734 name Elin Kerstin Margareta/Wijkmark/ +[0177] Name rkey: NEW300 offs: 0x000062fb lens: 0x0000001e + 0x000072fb: Ncount 1 + Keys and string offsets, strings + 1. 0x000072ff:RKEY I373 0x00007307:offset 0x00000000 + 0x0000730b:string 'Ellen /Wood/' + Assembled data for NEW300 + 1. I373 name Ellen /Wood/ +[0178] Name rkey: NEW314 offs: 0x00006319 lens: 0x00000027 + 0x00007319: Ncount 1 + Keys and string offsets, strings + 1. 0x0000731d:RKEY I998 0x00007325:offset 0x00000000 + 0x00007329:string 'Elizabeth /Woodville/' + Assembled data for NEW314 + 1. I998 name Elizabeth /Woodville/ +[0179] Name rkey: NEW342 offs: 0x00006340 lens: 0x00000039 + 0x00007340: Ncount 1 + Keys and string offsets, strings + 1. 0x00007344:RKEY I1155 0x0000734c:offset 0x00000000 + 0x00007350:string 'Elizabeth (twin) of_Bavaria/Wittelsbach/' + Assembled data for NEW342 + 1. I1155 name Elizabeth (twin) of_Bavaria/Wittelsbach/ +[0180] Name rkey: NEW350 offs: 0x00006379 lens: 0x00000025 + 0x00007379: Ncount 1 + Keys and string offsets, strings + 1. 0x0000737d:RKEY I4 0x00007385:offset 0x00000000 + 0x00007389:string 'Edward_VII /Wettin/' + Assembled data for NEW350 + 1. I4 name Edward_VII /Wettin/ +[0181] Name rkey: NEW414 offs: 0x0000639e lens: 0x00000022 + 0x0000739e: Ncount 1 + Keys and string offsets, strings + 1. 0x000073a2:RKEY I2144 0x000073aa:offset 0x00000000 + 0x000073ae:string 'Edward /Walpole/' + Assembled data for NEW414 + 1. I2144 name Edward /Walpole/ + +0x000073c0: EOF (0x000073c0) GOOD + +BLOCK - DIRECTORY aa/ae +0x00000000:ix_self: 0x00000004 (aa/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 190 +0x0000000e:ix_rkey[0000]: ' NEW532' +0x00000016:ix_rkey[0001]: ' NEZ999' +0x0000001e:ix_rkey[0002]: ' NFA652' +0x00000026:ix_rkey[0003]: ' NFB245' +0x0000002e:ix_rkey[0004]: ' NFB626' +0x00000036:ix_rkey[0005]: ' NFB653' +0x0000003e:ix_rkey[0006]: ' NFD162' +0x00000046:ix_rkey[0007]: ' NFD625' +0x0000004e:ix_rkey[0008]: ' NFH165' +0x00000056:ix_rkey[0009]: ' NFH516' +0x0000005e:ix_rkey[0010]: ' NFH524' +0x00000066:ix_rkey[0011]: ' NFH630' +0x0000006e:ix_rkey[0012]: ' NFK542' +0x00000076:ix_rkey[0013]: ' NFP650' +0x0000007e:ix_rkey[0014]: ' NFR551' +0x00000086:ix_rkey[0015]: ' NFS152' +0x0000008e:ix_rkey[0016]: ' NFS230' +0x00000096:ix_rkey[0017]: ' NFS364' +0x0000009e:ix_rkey[0018]: ' NFS530' +0x000000a6:ix_rkey[0019]: ' NFS560' +0x000000ae:ix_rkey[0020]: ' NFW532' +0x000000b6:ix_rkey[0021]: ' NFW620' +0x000000be:ix_rkey[0022]: ' NFW623' +0x000000c6:ix_rkey[0023]: ' NFW635' +0x000000ce:ix_rkey[0024]: ' NFY211' +0x000000d6:ix_rkey[0025]: ' NFZ999' +0x000000de:ix_rkey[0026]: ' NGB450' +0x000000e6:ix_rkey[0027]: ' NGB525' +0x000000ee:ix_rkey[0028]: ' NGB622' +0x000000f6:ix_rkey[0029]: ' NGC636' +0x000000fe:ix_rkey[0030]: ' NGD340' +0x00000106:ix_rkey[0031]: ' NGF326' +0x0000010e:ix_rkey[0032]: ' NGG620' +0x00000116:ix_rkey[0033]: ' NGH516' +0x0000011e:ix_rkey[0034]: ' NGK421' +0x00000126:ix_rkey[0035]: ' NGK626' +0x0000012e:ix_rkey[0036]: ' NGL200' +0x00000136:ix_rkey[0037]: ' NGL242' +0x0000013e:ix_rkey[0038]: ' NGL300' +0x00000146:ix_rkey[0039]: ' NGM262' +0x0000014e:ix_rkey[0040]: ' NGM531' +0x00000156:ix_rkey[0041]: ' NGO435' +0x0000015e:ix_rkey[0042]: ' NGO450' +0x00000166:ix_rkey[0043]: ' NGP453' +0x0000016e:ix_rkey[0044]: ' NGR352' +0x00000176:ix_rkey[0045]: ' NGR362' +0x0000017e:ix_rkey[0046]: ' NGR551' +0x00000186:ix_rkey[0047]: ' NGS152' +0x0000018e:ix_rkey[0048]: ' NGS214' +0x00000196:ix_rkey[0049]: ' NGS351' +0x0000019e:ix_rkey[0050]: ' NGV253' +0x000001a6:ix_rkey[0051]: ' NGV535' +0x000001ae:ix_rkey[0052]: ' NGW235' +0x000001b6:ix_rkey[0053]: ' NGW424' +0x000001be:ix_rkey[0054]: ' NGW532' +0x000001c6:ix_rkey[0055]: ' NGZ999' +0x000001ce:ix_rkey[0056]: ' NHB163' +0x000001d6:ix_rkey[0057]: ' NHB500' +0x000001de:ix_rkey[0058]: ' NHB524' +0x000001e6:ix_rkey[0059]: ' NHB626' +0x000001ee:ix_rkey[0060]: ' NHB652' +0x000001f6:ix_rkey[0061]: ' NHB653' +0x000001fe:ix_rkey[0062]: ' NHC130' +0x00000206:ix_rkey[0063]: ' NHC362' +0x0000020e:ix_rkey[0064]: ' NHC416' +0x00000216:ix_rkey[0065]: ' NHC600' +0x0000021e:ix_rkey[0066]: ' NHD150' +0x00000226:ix_rkey[0067]: ' NHD340' +0x0000022e:ix_rkey[0068]: ' NHD416' +0x00000236:ix_rkey[0069]: ' NHD630' +0x0000023e:ix_rkey[0070]: ' NHF326' +0x00000246:ix_rkey[0071]: ' NHF432' +0x0000024e:ix_rkey[0072]: ' NHG600' +0x00000256:ix_rkey[0073]: ' NHH235' +0x0000025e:ix_rkey[0074]: ' NHH325' +0x00000266:ix_rkey[0075]: ' NHH516' +0x0000026e:ix_rkey[0076]: ' NHH616' +0x00000276:ix_rkey[0077]: ' NHH630' +0x0000027e:ix_rkey[0078]: ' NHK142' +0x00000286:ix_rkey[0079]: ' NHK320' +0x0000028e:ix_rkey[0080]: ' NHK542' +0x00000296:ix_rkey[0081]: ' NHL165' +0x0000029e:ix_rkey[0082]: ' NHL200' +0x000002a6:ix_rkey[0083]: ' NHL242' +0x000002ae:ix_rkey[0084]: ' NHL653' +0x000002b6:ix_rkey[0085]: ' NHM252' +0x000002be:ix_rkey[0086]: ' NHM262' +0x000002c6:ix_rkey[0087]: ' NHM532' +0x000002ce:ix_rkey[0088]: ' NHM625' +0x000002d6:ix_rkey[0089]: ' NHM650' +0x000002de:ix_rkey[0090]: ' NHP620' +0x000002e6:ix_rkey[0091]: ' NHR200' +0x000002ee:ix_rkey[0092]: ' NHR262' +0x000002f6:ix_rkey[0093]: ' NHR324' +0x000002fe:ix_rkey[0094]: ' NHR551' +0x00000306:ix_rkey[0095]: ' NHS230' +0x0000030e:ix_rkey[0096]: ' NHS316' +0x00000316:ix_rkey[0097]: ' NHS350' +0x0000031e:ix_rkey[0098]: ' NHS354' +0x00000326:ix_rkey[0099]: ' NHS363' +0x0000032e:ix_rkey[0100]: ' NHS516' +0x00000336:ix_rkey[0101]: ' NHS530' +0x0000033e:ix_rkey[0102]: ' NHS560' +0x00000346:ix_rkey[0103]: ' NHS562' +0x0000034e:ix_rkey[0104]: ' NHT360' +0x00000356:ix_rkey[0105]: ' NHW532' +0x0000035e:ix_rkey[0106]: ' NHW623' +0x00000366:ix_rkey[0107]: ' NHZ999' +0x0000036e:ix_rkey[0108]: ' NIB530' +0x00000376:ix_rkey[0109]: ' NID155' +0x0000037e:ix_rkey[0110]: ' NID525' +0x00000386:ix_rkey[0111]: ' NIF652' +0x0000038e:ix_rkey[0112]: ' NIH524' +0x00000396:ix_rkey[0113]: ' NIL653' +0x0000039e:ix_rkey[0114]: ' NIM262' +0x000003a6:ix_rkey[0115]: ' NIM531' +0x000003ae:ix_rkey[0116]: ' NIM624' +0x000003b6:ix_rkey[0117]: ' NIN140' +0x000003be:ix_rkey[0118]: ' NIO125' +0x000003c6:ix_rkey[0119]: ' NIO435' +0x000003ce:ix_rkey[0120]: ' NIO540' +0x000003d6:ix_rkey[0121]: ' NIP453' +0x000003de:ix_rkey[0122]: ' NIR120' +0x000003e6:ix_rkey[0123]: ' NIR551' +0x000003ee:ix_rkey[0124]: ' NIT650' +0x000003f6:ix_rkey[0125]: ' NIV512' +0x000003fe:ix_rkey[0126]: ' NIV536' +0x00000406:ix_rkey[0127]: ' NIZ999' +0x0000040e:ix_rkey[0128]: ' NJA514' +0x00000416:ix_rkey[0129]: ' NJB163' +0x0000041e:ix_rkey[0130]: ' NJB200' +0x00000426:ix_rkey[0131]: ' NJB245' +0x0000042e:ix_rkey[0132]: ' NJB260' +0x00000436:ix_rkey[0133]: ' NJB310' +0x0000043e:ix_rkey[0134]: ' NJB346' +0x00000446:ix_rkey[0135]: ' NJB350' +0x0000044e:ix_rkey[0136]: ' NJB420' +0x00000456:ix_rkey[0137]: ' NJB434' +0x0000045e:ix_rkey[0138]: ' NJB440' +0x00000466:ix_rkey[0139]: ' NJB530' +0x0000046e:ix_rkey[0140]: ' NJB534' +0x00000476:ix_rkey[0141]: ' NJB620' +0x0000047e:ix_rkey[0142]: ' NJB626' +0x00000486:ix_rkey[0143]: ' NJC200' +0x0000048e:ix_rkey[0144]: ' NJC235' +0x00000496:ix_rkey[0145]: ' NJC411' +0x0000049e:ix_rkey[0146]: ' NJC514' +0x000004a6:ix_rkey[0147]: ' NJC550' +0x000004ae:ix_rkey[0148]: ' NJC634' +0x000004b6:ix_rkey[0149]: ' NJC651' +0x000004be:ix_rkey[0150]: ' NJC652' +0x000004c6:ix_rkey[0151]: ' NJC654' +0x000004ce:ix_rkey[0152]: ' NJD165' +0x000004d6:ix_rkey[0153]: ' NJD340' +0x000004de:ix_rkey[0154]: ' NJD414' +0x000004e6:ix_rkey[0155]: ' NJD553' +0x000004ee:ix_rkey[0156]: ' NJD655' +0x000004f6:ix_rkey[0157]: ' NJD656' +0x000004fe:ix_rkey[0158]: ' NJE560' +0x00000506:ix_rkey[0159]: ' NJF620' +0x0000050e:ix_rkey[0160]: ' NJF622' +0x00000516:ix_rkey[0161]: ' NJF656' +0x0000051e:ix_rkey[0162]: ' NJG120' +0x00000526:ix_rkey[0163]: ' NJG416' +0x0000052e:ix_rkey[0164]: ' NJG431' +0x00000536:ix_rkey[0165]: ' NJG465' +0x0000053e:ix_rkey[0166]: ' NJG600' +0x00000546:ix_rkey[0167]: ' NJH165' +0x0000054e:ix_rkey[0168]: ' NJH235' +0x00000556:ix_rkey[0169]: ' NJH453' +0x0000055e:ix_rkey[0170]: ' NJH543' +0x00000566:ix_rkey[0171]: ' NJH630' +0x0000056e:ix_rkey[0172]: ' NJJ230' +0x00000576:ix_rkey[0173]: ' NJJ520' +0x0000057e:ix_rkey[0174]: ' NJJ650' +0x00000586:ix_rkey[0175]: ' NJK300' +0x0000058e:ix_rkey[0176]: ' NJK626' +0x00000596:ix_rkey[0177]: ' NJL200' +0x0000059e:ix_rkey[0178]: ' NJL242' +0x000005a6:ix_rkey[0179]: ' NJL252' +0x000005ae:ix_rkey[0180]: ' NJL500' +0x000005b6:ix_rkey[0181]: ' NJL516' +0x000005be:ix_rkey[0182]: ' NJN140' +0x000005c6:ix_rkey[0183]: ' NJN463' +0x000005ce:ix_rkey[0184]: ' NJO241' +0x000005d6:ix_rkey[0185]: ' NJP453' +0x000005de:ix_rkey[0186]: ' NJR240' +0x000005e6:ix_rkey[0187]: ' NJR352' +0x000005ee:ix_rkey[0188]: ' NJR452' +0x000005f6:ix_rkey[0189]: ' NJS120' + +deleted/unused entries +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000dd +0x0000080c:ix_offs[0001]: 0x000000dd 0x00000c08:ix_lens[0001]: 0x00001474 +0x00000810:ix_offs[0002]: 0x00001551 0x00000c0c:ix_lens[0002]: 0x00000048 +0x00000814:ix_offs[0003]: 0x00001599 0x00000c10:ix_lens[0003]: 0x00000025 +0x00000818:ix_offs[0004]: 0x000015be 0x00000c14:ix_lens[0004]: 0x00000027 +0x0000081c:ix_offs[0005]: 0x000015e5 0x00000c18:ix_lens[0005]: 0x00000023 +0x00000820:ix_offs[0006]: 0x00001608 0x00000c1c:ix_lens[0006]: 0x00000024 +0x00000824:ix_offs[0007]: 0x0000162c 0x00000c20:ix_lens[0007]: 0x0000002a +0x00000828:ix_offs[0008]: 0x00001656 0x00000c24:ix_lens[0008]: 0x00000038 +0x0000082c:ix_offs[0009]: 0x0000168e 0x00000c28:ix_lens[0009]: 0x000000e1 +0x00000830:ix_offs[0010]: 0x0000176f 0x00000c2c:ix_lens[0010]: 0x0000006d +0x00000834:ix_offs[0011]: 0x000017dc 0x00000c30:ix_lens[0011]: 0x0000005e +0x00000838:ix_offs[0012]: 0x0000183a 0x00000c34:ix_lens[0012]: 0x00000023 +0x0000083c:ix_offs[0013]: 0x0000185d 0x00000c38:ix_lens[0013]: 0x00000022 +0x00000840:ix_offs[0014]: 0x0000187f 0x00000c3c:ix_lens[0014]: 0x00000030 +0x00000844:ix_offs[0015]: 0x000018af 0x00000c40:ix_lens[0015]: 0x00000025 +0x00000848:ix_offs[0016]: 0x000018d4 0x00000c44:ix_lens[0016]: 0x0000004a +0x0000084c:ix_offs[0017]: 0x0000191e 0x00000c48:ix_lens[0017]: 0x00000046 +0x00000850:ix_offs[0018]: 0x00001964 0x00000c4c:ix_lens[0018]: 0x00000025 +0x00000854:ix_offs[0019]: 0x00001989 0x00000c50:ix_lens[0019]: 0x0000004e +0x00000858:ix_offs[0020]: 0x000019d7 0x00000c54:ix_lens[0020]: 0x00000025 +0x0000085c:ix_offs[0021]: 0x000019fc 0x00000c58:ix_lens[0021]: 0x0000003f +0x00000860:ix_offs[0022]: 0x00001a3b 0x00000c5c:ix_lens[0022]: 0x00000026 +0x00000864:ix_offs[0023]: 0x00001a61 0x00000c60:ix_lens[0023]: 0x00000054 +0x00000868:ix_offs[0024]: 0x00001ab5 0x00000c64:ix_lens[0024]: 0x00000023 +0x0000086c:ix_offs[0025]: 0x00001ad8 0x00000c68:ix_lens[0025]: 0x00000fb8 +0x00000870:ix_offs[0026]: 0x00002a90 0x00000c6c:ix_lens[0026]: 0x00000029 +0x00000874:ix_offs[0027]: 0x00002ab9 0x00000c70:ix_lens[0027]: 0x00000047 +0x00000878:ix_offs[0028]: 0x00002b00 0x00000c74:ix_lens[0028]: 0x00000023 +0x0000087c:ix_offs[0029]: 0x00002b23 0x00000c78:ix_lens[0029]: 0x00000026 +0x00000880:ix_offs[0030]: 0x00002b49 0x00000c7c:ix_lens[0030]: 0x00000024 +0x00000884:ix_offs[0031]: 0x00002b6d 0x00000c80:ix_lens[0031]: 0x00000046 +0x00000888:ix_offs[0032]: 0x00002bb3 0x00000c84:ix_lens[0032]: 0x00000023 +0x0000088c:ix_offs[0033]: 0x00002bd6 0x00000c88:ix_lens[0033]: 0x00000176 +0x00000890:ix_offs[0034]: 0x00002d4c 0x00000c8c:ix_lens[0034]: 0x00000025 +0x00000894:ix_offs[0035]: 0x00002d71 0x00000c90:ix_lens[0035]: 0x0000002b +0x00000898:ix_offs[0036]: 0x00002d9c 0x00000c94:ix_lens[0036]: 0x00000020 +0x0000089c:ix_offs[0037]: 0x00002dbc 0x00000c98:ix_lens[0037]: 0x00000054 +0x000008a0:ix_offs[0038]: 0x00002e10 0x00000c9c:ix_lens[0038]: 0x00000021 +0x000008a4:ix_offs[0039]: 0x00002e31 0x00000ca0:ix_lens[0039]: 0x00000025 +0x000008a8:ix_offs[0040]: 0x00002e56 0x00000ca4:ix_lens[0040]: 0x00000026 +0x000008ac:ix_offs[0041]: 0x00002e7c 0x00000ca8:ix_lens[0041]: 0x00000047 +0x000008b0:ix_offs[0042]: 0x00002ec3 0x00000cac:ix_lens[0042]: 0x00000022 +0x000008b4:ix_offs[0043]: 0x00002ee5 0x00000cb0:ix_lens[0043]: 0x0000002a +0x000008b8:ix_offs[0044]: 0x00002f0f 0x00000cb4:ix_lens[0044]: 0x00000021 +0x000008bc:ix_offs[0045]: 0x00002f30 0x00000cb8:ix_lens[0045]: 0x00000026 +0x000008c0:ix_offs[0046]: 0x00002f56 0x00000cbc:ix_lens[0046]: 0x00000089 +0x000008c4:ix_offs[0047]: 0x00002fdf 0x00000cc0:ix_lens[0047]: 0x00000026 +0x000008c8:ix_offs[0048]: 0x00003005 0x00000cc4:ix_lens[0048]: 0x00000022 +0x000008cc:ix_offs[0049]: 0x00003027 0x00000cc8:ix_lens[0049]: 0x00000022 +0x000008d0:ix_offs[0050]: 0x00003049 0x00000ccc:ix_lens[0050]: 0x00000025 +0x000008d4:ix_offs[0051]: 0x0000306e 0x00000cd0:ix_lens[0051]: 0x0000002a +0x000008d8:ix_offs[0052]: 0x00003098 0x00000cd4:ix_lens[0052]: 0x00000034 +0x000008dc:ix_offs[0053]: 0x000030cc 0x00000cd8:ix_lens[0053]: 0x00000031 +0x000008e0:ix_offs[0054]: 0x000030fd 0x00000cdc:ix_lens[0054]: 0x000000d4 +0x000008e4:ix_offs[0055]: 0x000031d1 0x00000ce0:ix_lens[0055]: 0x0000081d +0x000008e8:ix_offs[0056]: 0x000039ee 0x00000ce4:ix_lens[0056]: 0x00000040 +0x000008ec:ix_offs[0057]: 0x00003a2e 0x00000ce8:ix_lens[0057]: 0x0000001e +0x000008f0:ix_offs[0058]: 0x00003a4c 0x00000cec:ix_lens[0058]: 0x00000026 +0x000008f4:ix_offs[0059]: 0x00003a72 0x00000cf0:ix_lens[0059]: 0x00000026 +0x000008f8:ix_offs[0060]: 0x00003a98 0x00000cf4:ix_lens[0060]: 0x00000020 +0x000008fc:ix_offs[0061]: 0x00003ab8 0x00000cf8:ix_lens[0061]: 0x00000077 +0x00000900:ix_offs[0062]: 0x00003b2f 0x00000cfc:ix_lens[0062]: 0x0000001e +0x00000904:ix_offs[0063]: 0x00003b4d 0x00000d00:ix_lens[0063]: 0x00000022 +0x00000908:ix_offs[0064]: 0x00003b6f 0x00000d04:ix_lens[0064]: 0x0000002f +0x0000090c:ix_offs[0065]: 0x00003b9e 0x00000d08:ix_lens[0065]: 0x0000001f +0x00000910:ix_offs[0066]: 0x00003bbd 0x00000d0c:ix_lens[0066]: 0x00000051 +0x00000914:ix_offs[0067]: 0x00003c0e 0x00000d10:ix_lens[0067]: 0x00000020 +0x00000918:ix_offs[0068]: 0x00003c2e 0x00000d14:ix_lens[0068]: 0x00000024 +0x0000091c:ix_offs[0069]: 0x00003c52 0x00000d18:ix_lens[0069]: 0x00000020 +0x00000920:ix_offs[0070]: 0x00003c72 0x00000d1c:ix_lens[0070]: 0x0000003e +0x00000924:ix_offs[0071]: 0x00003cb0 0x00000d20:ix_lens[0071]: 0x00000022 +0x00000928:ix_offs[0072]: 0x00003cd2 0x00000d24:ix_lens[0072]: 0x0000001e +0x0000092c:ix_offs[0073]: 0x00003cf0 0x00000d28:ix_lens[0073]: 0x0000002f +0x00000930:ix_offs[0074]: 0x00003d1f 0x00000d2c:ix_lens[0074]: 0x0000002c +0x00000934:ix_offs[0075]: 0x00003d4b 0x00000d30:ix_lens[0075]: 0x0000005d +0x00000938:ix_offs[0076]: 0x00003da8 0x00000d34:ix_lens[0076]: 0x00000021 +0x0000093c:ix_offs[0077]: 0x00003dc9 0x00000d38:ix_lens[0077]: 0x00000067 +0x00000940:ix_offs[0078]: 0x00003e30 0x00000d3c:ix_lens[0078]: 0x00000022 +0x00000944:ix_offs[0079]: 0x00003e52 0x00000d40:ix_lens[0079]: 0x00000022 +0x00000948:ix_offs[0080]: 0x00003e74 0x00000d44:ix_lens[0080]: 0x00000021 +0x0000094c:ix_offs[0081]: 0x00003e95 0x00000d48:ix_lens[0081]: 0x0000002c +0x00000950:ix_offs[0082]: 0x00003ec1 0x00000d4c:ix_lens[0082]: 0x00000041 +0x00000954:ix_offs[0083]: 0x00003f02 0x00000d50:ix_lens[0083]: 0x0000004f +0x00000958:ix_offs[0084]: 0x00003f51 0x00000d54:ix_lens[0084]: 0x00000024 +0x0000095c:ix_offs[0085]: 0x00003f75 0x00000d58:ix_lens[0085]: 0x0000002a +0x00000960:ix_offs[0086]: 0x00003f9f 0x00000d5c:ix_lens[0086]: 0x00000048 +0x00000964:ix_offs[0087]: 0x00003fe7 0x00000d60:ix_lens[0087]: 0x00000032 +0x00000968:ix_offs[0088]: 0x00004019 0x00000d64:ix_lens[0088]: 0x00000023 +0x0000096c:ix_offs[0089]: 0x0000403c 0x00000d68:ix_lens[0089]: 0x00000022 +0x00000970:ix_offs[0090]: 0x0000405e 0x00000d6c:ix_lens[0090]: 0x00000028 +0x00000974:ix_offs[0091]: 0x00004086 0x00000d70:ix_lens[0091]: 0x00000027 +0x00000978:ix_offs[0092]: 0x000040ad 0x00000d74:ix_lens[0092]: 0x00000021 +0x0000097c:ix_offs[0093]: 0x000040ce 0x00000d78:ix_lens[0093]: 0x00000023 +0x00000980:ix_offs[0094]: 0x000040f1 0x00000d7c:ix_lens[0094]: 0x00000036 +0x00000984:ix_offs[0095]: 0x00004127 0x00000d80:ix_lens[0095]: 0x0000002b +0x00000988:ix_offs[0096]: 0x00004152 0x00000d84:ix_lens[0096]: 0x00000022 +0x0000098c:ix_offs[0097]: 0x00004174 0x00000d88:ix_lens[0097]: 0x00000020 +0x00000990:ix_offs[0098]: 0x00004194 0x00000d8c:ix_lens[0098]: 0x00000021 +0x00000994:ix_offs[0099]: 0x000041b5 0x00000d90:ix_lens[0099]: 0x000000d9 +0x00000998:ix_offs[0100]: 0x0000428e 0x00000d94:ix_lens[0100]: 0x00000021 +0x0000099c:ix_offs[0101]: 0x000042af 0x00000d98:ix_lens[0101]: 0x00000023 +0x000009a0:ix_offs[0102]: 0x000042d2 0x00000d9c:ix_lens[0102]: 0x00000082 +0x000009a4:ix_offs[0103]: 0x00004354 0x00000da0:ix_lens[0103]: 0x00000026 +0x000009a8:ix_offs[0104]: 0x0000437a 0x00000da4:ix_lens[0104]: 0x00000081 +0x000009ac:ix_offs[0105]: 0x000043fb 0x00000da8:ix_lens[0105]: 0x00000082 +0x000009b0:ix_offs[0106]: 0x0000447d 0x00000dac:ix_lens[0106]: 0x0000002b +0x000009b4:ix_offs[0107]: 0x000044a8 0x00000db0:ix_lens[0107]: 0x00000a62 +0x000009b8:ix_offs[0108]: 0x00004f0a 0x00000db4:ix_lens[0108]: 0x00000024 +0x000009bc:ix_offs[0109]: 0x00004f2e 0x00000db8:ix_lens[0109]: 0x00000026 +0x000009c0:ix_offs[0110]: 0x00004f54 0x00000dbc:ix_lens[0110]: 0x00000021 +0x000009c4:ix_offs[0111]: 0x00004f75 0x00000dc0:ix_lens[0111]: 0x0000002d +0x000009c8:ix_offs[0112]: 0x00004fa2 0x00000dc4:ix_lens[0112]: 0x00000027 +0x000009cc:ix_offs[0113]: 0x00004fc9 0x00000dc8:ix_lens[0113]: 0x00000026 +0x000009d0:ix_offs[0114]: 0x00004fef 0x00000dcc:ix_lens[0114]: 0x00000024 +0x000009d4:ix_offs[0115]: 0x00005013 0x00000dd0:ix_lens[0115]: 0x00000024 +0x000009d8:ix_offs[0116]: 0x00005037 0x00000dd4:ix_lens[0116]: 0x00000024 +0x000009dc:ix_offs[0117]: 0x0000505b 0x00000dd8:ix_lens[0117]: 0x00000021 +0x000009e0:ix_offs[0118]: 0x0000507c 0x00000ddc:ix_lens[0118]: 0x00000025 +0x000009e4:ix_offs[0119]: 0x000050a1 0x00000de0:ix_lens[0119]: 0x0000002c +0x000009e8:ix_offs[0120]: 0x000050cd 0x00000de4:ix_lens[0120]: 0x00000020 +0x000009ec:ix_offs[0121]: 0x000050ed 0x00000de8:ix_lens[0121]: 0x00000026 +0x000009f0:ix_offs[0122]: 0x00005113 0x00000dec:ix_lens[0122]: 0x00000021 +0x000009f4:ix_offs[0123]: 0x00005134 0x00000df0:ix_lens[0123]: 0x000000b2 +0x000009f8:ix_offs[0124]: 0x000051e6 0x00000df4:ix_lens[0124]: 0x0000001f +0x000009fc:ix_offs[0125]: 0x00005205 0x00000df8:ix_lens[0125]: 0x0000002a +0x00000a00:ix_offs[0126]: 0x0000522f 0x00000dfc:ix_lens[0126]: 0x00000030 +0x00000a04:ix_offs[0127]: 0x0000525f 0x00000e00:ix_lens[0127]: 0x0000061c +0x00000a08:ix_offs[0128]: 0x0000587b 0x00000e04:ix_lens[0128]: 0x00000026 +0x00000a0c:ix_offs[0129]: 0x000058a1 0x00000e08:ix_lens[0129]: 0x00000078 +0x00000a10:ix_offs[0130]: 0x00005919 0x00000e0c:ix_lens[0130]: 0x00000022 +0x00000a14:ix_offs[0131]: 0x0000593b 0x00000e10:ix_lens[0131]: 0x0000002a +0x00000a18:ix_offs[0132]: 0x00005965 0x00000e14:ix_lens[0132]: 0x00000022 +0x00000a1c:ix_offs[0133]: 0x00005987 0x00000e18:ix_lens[0133]: 0x00000029 +0x00000a20:ix_offs[0134]: 0x000059b0 0x00000e1c:ix_lens[0134]: 0x0000002c +0x00000a24:ix_offs[0135]: 0x000059dc 0x00000e20:ix_lens[0135]: 0x00000020 +0x00000a28:ix_offs[0136]: 0x000059fc 0x00000e24:ix_lens[0136]: 0x00000021 +0x00000a2c:ix_offs[0137]: 0x00005a1d 0x00000e28:ix_lens[0137]: 0x00000027 +0x00000a30:ix_offs[0138]: 0x00005a44 0x00000e2c:ix_lens[0138]: 0x0000003c +0x00000a34:ix_offs[0139]: 0x00005a80 0x00000e30:ix_lens[0139]: 0x0000001f +0x00000a38:ix_offs[0140]: 0x00005a9f 0x00000e34:ix_lens[0140]: 0x00000021 +0x00000a3c:ix_offs[0141]: 0x00005ac0 0x00000e38:ix_lens[0141]: 0x0000001f +0x00000a40:ix_offs[0142]: 0x00005adf 0x00000e3c:ix_lens[0142]: 0x0000002c +0x00000a44:ix_offs[0143]: 0x00005b0b 0x00000e40:ix_lens[0143]: 0x0000001e +0x00000a48:ix_offs[0144]: 0x00005b29 0x00000e44:ix_lens[0144]: 0x00000027 +0x00000a4c:ix_offs[0145]: 0x00005b50 0x00000e48:ix_lens[0145]: 0x00000022 +0x00000a50:ix_offs[0146]: 0x00005b72 0x00000e4c:ix_lens[0146]: 0x00000021 +0x00000a54:ix_offs[0147]: 0x00005b93 0x00000e50:ix_lens[0147]: 0x0000001e +0x00000a58:ix_offs[0148]: 0x00005bb1 0x00000e54:ix_lens[0148]: 0x00000022 +0x00000a5c:ix_offs[0149]: 0x00005bd3 0x00000e58:ix_lens[0149]: 0x0000003d +0x00000a60:ix_offs[0150]: 0x00005c10 0x00000e5c:ix_lens[0150]: 0x00000031 +0x00000a64:ix_offs[0151]: 0x00005c41 0x00000e60:ix_lens[0151]: 0x00000021 +0x00000a68:ix_offs[0152]: 0x00005c62 0x00000e64:ix_lens[0152]: 0x0000002c +0x00000a6c:ix_offs[0153]: 0x00005c8e 0x00000e68:ix_lens[0153]: 0x0000007e +0x00000a70:ix_offs[0154]: 0x00005d0c 0x00000e6c:ix_lens[0154]: 0x00000023 +0x00000a74:ix_offs[0155]: 0x00005d2f 0x00000e70:ix_lens[0155]: 0x00000026 +0x00000a78:ix_offs[0156]: 0x00005d55 0x00000e74:ix_lens[0156]: 0x00000021 +0x00000a7c:ix_offs[0157]: 0x00005d76 0x00000e78:ix_lens[0157]: 0x00000023 +0x00000a80:ix_offs[0158]: 0x00005d99 0x00000e7c:ix_lens[0158]: 0x0000001e +0x00000a84:ix_offs[0159]: 0x00005db7 0x00000e80:ix_lens[0159]: 0x0000002e +0x00000a88:ix_offs[0160]: 0x00005de5 0x00000e84:ix_lens[0160]: 0x000000a2 +0x00000a8c:ix_offs[0161]: 0x00005e87 0x00000e88:ix_lens[0161]: 0x00000026 +0x00000a90:ix_offs[0162]: 0x00005ead 0x00000e8c:ix_lens[0162]: 0x0000001e +0x00000a94:ix_offs[0163]: 0x00005ecb 0x00000e90:ix_lens[0163]: 0x00000020 +0x00000a98:ix_offs[0164]: 0x00005eeb 0x00000e94:ix_lens[0164]: 0x00000022 +0x00000a9c:ix_offs[0165]: 0x00005f0d 0x00000e98:ix_lens[0165]: 0x00000023 +0x00000aa0:ix_offs[0166]: 0x00005f30 0x00000e9c:ix_lens[0166]: 0x00000036 +0x00000aa4:ix_offs[0167]: 0x00005f66 0x00000ea0:ix_lens[0167]: 0x00000021 +0x00000aa8:ix_offs[0168]: 0x00005f87 0x00000ea4:ix_lens[0168]: 0x00000040 +0x00000aac:ix_offs[0169]: 0x00005fc7 0x00000ea8:ix_lens[0169]: 0x0000003c +0x00000ab0:ix_offs[0170]: 0x00006003 0x00000eac:ix_lens[0170]: 0x000000ed +0x00000ab4:ix_offs[0171]: 0x000060f0 0x00000eb0:ix_lens[0171]: 0x0000001f +0x00000ab8:ix_offs[0172]: 0x0000610f 0x00000eb4:ix_lens[0172]: 0x0000001f +0x00000abc:ix_offs[0173]: 0x0000612e 0x00000eb8:ix_lens[0173]: 0x00000022 +0x00000ac0:ix_offs[0174]: 0x00006150 0x00000ebc:ix_lens[0174]: 0x0000001e +0x00000ac4:ix_offs[0175]: 0x0000616e 0x00000ec0:ix_lens[0175]: 0x0000001e +0x00000ac8:ix_offs[0176]: 0x0000618c 0x00000ec4:ix_lens[0176]: 0x00000020 +0x00000acc:ix_offs[0177]: 0x000061ac 0x00000ec8:ix_lens[0177]: 0x0000001e +0x00000ad0:ix_offs[0178]: 0x000061ca 0x00000ecc:ix_lens[0178]: 0x00000043 +0x00000ad4:ix_offs[0179]: 0x0000620d 0x00000ed0:ix_lens[0179]: 0x00000043 +0x00000ad8:ix_offs[0180]: 0x00006250 0x00000ed4:ix_lens[0180]: 0x0000003f +0x00000adc:ix_offs[0181]: 0x0000628f 0x00000ed8:ix_lens[0181]: 0x00000030 +0x00000ae0:ix_offs[0182]: 0x000062bf 0x00000edc:ix_lens[0182]: 0x0000001f +0x00000ae4:ix_offs[0183]: 0x000062de 0x00000ee0:ix_lens[0183]: 0x0000001e +0x00000ae8:ix_offs[0184]: 0x000062fc 0x00000ee4:ix_lens[0184]: 0x0000002b +0x00000aec:ix_offs[0185]: 0x00006327 0x00000ee8:ix_lens[0185]: 0x00000024 +0x00000af0:ix_offs[0186]: 0x0000634b 0x00000eec:ix_lens[0186]: 0x00000020 +0x00000af4:ix_offs[0187]: 0x0000636b 0x00000ef0:ix_lens[0187]: 0x00000020 +0x00000af8:ix_offs[0188]: 0x0000638b 0x00000ef4:ix_lens[0188]: 0x00000023 +0x00000afc:ix_offs[0189]: 0x000063ae 0x00000ef8:ix_lens[0189]: 0x00000048 + +0x00000b00-0x00000c03:ix_offs[0190-0254] default value 0x00000000 +0x00000efc-0x00000fff:ix_lens[0190-0254] default value 0x00000000 + +BLOCK - DATA +[0000] Name rkey: NEW532 offs: 0x00000000 lens: 0x000000dd + 0x00001000: Ncount 5 + Keys and string offsets, strings + 1. 0x00001004:RKEY I31 0x0000102c:offset 0x00000000 + 0x00001040:string 'Edward_VIII /Windsor/' + 2. 0x0000100c:RKEY I52 0x00001030:offset 0x00000017 + 0x00001057:string 'Elizabeth_II Alexandra Mary/Windsor/' + 3. 0x00001014:RKEY I61 0x00001034:offset 0x0000003c + 0x0000107c:string 'Edward Anthony Richard/Windsor/' + 4. 0x0000101c:RKEY I67 0x00001038:offset 0x0000005c + 0x0000109c:string 'Edward George Nicholas/Windsor/' + 5. 0x00001024:RKEY I2958 0x0000103c:offset 0x0000007c + 0x000010bc:string 'Eugenie Victoria Helena/Windsor/' + Assembled data for NEW532 + 1. I31 name Edward_VIII /Windsor/ + 2. I52 name Elizabeth_II Alexandra Mary/Windsor/ + 3. I61 name Edward Anthony Richard/Windsor/ + 4. I67 name Edward George Nicholas/Windsor/ + 5. I2958 name Eugenie Victoria Helena/Windsor/ +[0001] Name rkey: NEZ999 offs: 0x000000dd lens: 0x00001474 + 0x000010dd: Ncount 177 + Keys and string offsets, strings + 1. 0x000010e1:RKEY I83 0x00001669:offset 0x00000000 + 0x0000192d:string 'Ernest Louis of_Hesse//' + 2. 0x000010e9:RKEY I84 0x0000166d:offset 0x00000018 + 0x00001945:string 'Elizabeth "Ella" //' + 3. 0x000010f1:RKEY I139 0x00001671:offset 0x0000002c + 0x00001959:string 'Ernest_I of_Saxe-Coburg- Saalfeld//' + 4. 0x000010f9:RKEY I273 0x00001675:offset 0x00000050 + 0x0000197d:string 'Elisabeth of_Anhalt //' + 5. 0x00001101:RKEY I286 0x00001679:offset 0x00000067 + 0x00001994:string 'Edward_II //' + 6. 0x00001109:RKEY I354 0x0000167d:offset 0x00000075 + 0x000019a2:string 'Elizabeth Alexandra of_Saxe-//' + 7. 0x00001111:RKEY I358 0x00001681:offset 0x00000094 + 0x000019c1:string 'Elizabeth of_Prussia //' + 8. 0x00001119:RKEY I421 0x00001685:offset 0x000000ac + 0x000019d9:string 'Eitel Frederick //' + 9. 0x00001121:RKEY I446 0x00001689:offset 0x000000bf + 0x000019ec:string 'Erik of_Vastmanland //' + 10. 0x00001129:RKEY I460 0x0000168d:offset 0x000000d6 + 0x00001a03:string 'Eleonore of_Solms- Hohensolms-Lich//' + 11. 0x00001131:RKEY I483 0x00001691:offset 0x000000fb + 0x00001a28:string 'Eight_children //' + 12. 0x00001139:RKEY I554 0x00001695:offset 0x0000010e + 0x00001a3b:string 'Elizabeth Christine of_Brunswick//' + 13. 0x00001141:RKEY I641 0x00001699:offset 0x00000131 + 0x00001a5e:string 'Elisabeth Amalia //' + 14. 0x00001149:RKEY I656 0x0000169d:offset 0x00000145 + 0x00001a72:string 'Emma of_Netherlands //' + 15. 0x00001151:RKEY I668 0x000016a1:offset 0x0000015c + 0x00001a89:string 'Ernst von_Seherr-Thoss //' + 16. 0x00001159:RKEY I685 0x000016a5:offset 0x00000176 + 0x00001aa3:string 'Elisabeth of_Austria //' + 17. 0x00001161:RKEY I712 0x000016a9:offset 0x0000018e + 0x00001abb:string 'Edgar of_Cambridge //' + 18. 0x00001169:RKEY I758 0x000016ad:offset 0x000001a4 + 0x00001ad1:string 'Ernest Augustus of_Brunswick//' + 19. 0x00001171:RKEY I768 0x000016b1:offset 0x000001c3 + 0x00001af0:string 'Edward //' + 20. 0x00001179:RKEY I770 0x000016b5:offset 0x000001ce + 0x00001afb:string 'Ernest Augustus //' + 21. 0x00001181:RKEY I774 0x000016b9:offset 0x000001e1 + 0x00001b0e:string 'Elizabeth of_York //' + 22. 0x00001189:RKEY I896 0x000016bd:offset 0x000001f6 + 0x00001b23:string 'Elizabeth of_France //' + 23. 0x00001191:RKEY I903 0x000016c1:offset 0x0000020d + 0x00001b3a:string 'Emich of_Leiningen //' + 24. 0x00001199:RKEY I908 0x000016c5:offset 0x00000223 + 0x00001b50:string 'Eilika of_Oldenberg //' + 25. 0x000011a1:RKEY I941 0x000016c9:offset 0x0000023a + 0x00001b67:string 'Emily //' + 26. 0x000011a9:RKEY I986 0x000016cd:offset 0x00000244 + 0x00001b71:string 'Edward //' + 27. 0x000011b1:RKEY I991 0x000016d1:offset 0x0000024f + 0x00001b7c:string 'Edward_IV //' + 28. 0x000011b9:RKEY I992 0x000016d5:offset 0x0000025d + 0x00001b8a:string 'Edmund //' + 29. 0x000011c1:RKEY I995 0x000016d9:offset 0x00000268 + 0x00001b95:string 'Elizabeth //' + 30. 0x000011c9:RKEY I1001 0x000016dd:offset 0x00000276 + 0x00001ba3:string 'Edward_V //' + 31. 0x000011d1:RKEY I1016 0x000016e1:offset 0x00000283 + 0x00001bb0:string 'Edward //' + 32. 0x000011d9:RKEY I1018 0x000016e5:offset 0x0000028e + 0x00001bbb:string 'Edward //' + 33. 0x000011e1:RKEY I1112 0x000016e9:offset 0x00000299 + 0x00001bc6:string 'Elisabeth of_Wied //' + 34. 0x000011e9:RKEY I1119 0x000016ed:offset 0x000002ae + 0x00001bdb:string 'Elisabeth of_Bavaria //' + 35. 0x000011f1:RKEY I1173 0x000016f1:offset 0x000002c6 + 0x00001bf3:string 'Elizabeth Henrietta of_Hesse-Cassel//' + 36. 0x000011f9:RKEY I1189 0x000016f5:offset 0x000002ec + 0x00001c19:string 'Editha //' + 37. 0x00001201:RKEY I1196 0x000016f9:offset 0x000002f7 + 0x00001c24:string 'Elizabeth //' + 38. 0x00001209:RKEY I1229 0x000016fd:offset 0x00000305 + 0x00001c32:string 'Edward_III //' + 39. 0x00001211:RKEY I1231 0x00001701:offset 0x00000314 + 0x00001c41:string 'Edward //' + 40. 0x00001219:RKEY I1237 0x00001705:offset 0x0000031f + 0x00001c4c:string 'Edmund of_Langley //' + 41. 0x00001221:RKEY I1257 0x00001709:offset 0x00000334 + 0x00001c61:string 'Eleanor //' + 42. 0x00001229:RKEY I1261 0x0000170d:offset 0x00000340 + 0x00001c6d:string 'Edward_I (Longshanks) //' + 43. 0x00001231:RKEY I1262 0x00001711:offset 0x00000359 + 0x00001c86:string 'Eleanor of_Castile //' + 44. 0x00001239:RKEY I1263 0x00001715:offset 0x0000036f + 0x00001c9c:string 'Eleanor //' + 45. 0x00001241:RKEY I1274 0x00001719:offset 0x0000037b + 0x00001ca8:string 'Elizabeth //' + 46. 0x00001249:RKEY I1279 0x0000171d:offset 0x00000389 + 0x00001cb6:string 'Edmund of_Woodstock //' + 47. 0x00001251:RKEY I1280 0x00001721:offset 0x000003a0 + 0x00001ccd:string 'Eleanor //' + 48. 0x00001259:RKEY I1282 0x00001725:offset 0x000003ac + 0x00001cd9:string 'Eleanor of_Provence //' + 49. 0x00001261:RKEY I1285 0x00001729:offset 0x000003c3 + 0x00001cf0:string 'Edmund Crouchback of_Leicester//' + 50. 0x00001269:RKEY I1338 0x0000172d:offset 0x000003e4 + 0x00001d11:string 'Edward //' + 51. 0x00001271:RKEY I1370 0x00001731:offset 0x000003ef + 0x00001d1c:string 'Eleanor //' + 52. 0x00001279:RKEY I1372 0x00001735:offset 0x000003fb + 0x00001d28:string 'Eleanor of_Aquitaine //' + 53. 0x00001281:RKEY I1378 0x00001739:offset 0x00000413 + 0x00001d40:string 'Eleanor //' + 54. 0x00001289:RKEY I1400 0x0000173d:offset 0x0000041f + 0x00001d4c:string 'Eustace of_Boulongne //' + 55. 0x00001291:RKEY I1411 0x00001741:offset 0x00000437 + 0x00001d64:string 'Edward //' + 56. 0x00001299:RKEY I1415 0x00001745:offset 0x00000442 + 0x00001d6f:string 'Enguerrand_VII de_Courcy //' + 57. 0x000012a1:RKEY I1418 0x00001749:offset 0x0000045e + 0x00001d8b:string 'Elizabeth de_Burgh //' + 58. 0x000012a9:RKEY I1450 0x0000174d:offset 0x00000474 + 0x00001da1:string 'Elizabeth de_Burgh //' + 59. 0x000012b1:RKEY I1464 0x00001751:offset 0x0000048a + 0x00001db7:string 'Euphemia of_Ross //' + 60. 0x000012b9:RKEY I1475 0x00001755:offset 0x0000049e + 0x00001dcb:string 'Elizabeth //' + 61. 0x000012c1:RKEY I1502 0x00001759:offset 0x000004ac + 0x00001dd9:string 'Elizabeth //' + 62. 0x000012c9:RKEY I1513 0x0000175d:offset 0x000004ba + 0x00001de7:string 'Edgar //' + 63. 0x000012d1:RKEY I1522 0x00001761:offset 0x000004c4 + 0x00001df1:string 'Eustace_III of_Boulogne //' + 64. 0x000012d9:RKEY I1532 0x00001765:offset 0x000004df + 0x00001e0c:string 'Emma of_Normandy //' + 65. 0x000012e1:RKEY I1533 0x00001769:offset 0x000004f3 + 0x00001e20:string 'Ethelred_II the_Unready //' + 66. 0x000012e9:RKEY I1534 0x0000176d:offset 0x0000050e + 0x00001e3b:string 'Edward the_Confessor //' + 67. 0x000012f1:RKEY I1535 0x00001771:offset 0x00000526 + 0x00001e53:string 'Edith (Eadgyth) //' + 68. 0x000012f9:RKEY I1539 0x00001775:offset 0x00000539 + 0x00001e66:string 'Edith Swan-neck (Ealdgyth)//' + 69. 0x00001301:RKEY I1542 0x00001779:offset 0x00000556 + 0x00001e83:string 'Elfreda (Elfgiva) //' + 70. 0x00001309:RKEY I1543 0x0000177d:offset 0x0000056b + 0x00001e98:string 'Edmund_II Ironside //' + 71. 0x00001311:RKEY I1544 0x00001781:offset 0x00000581 + 0x00001eae:string 'Ealdgyth //' + 72. 0x00001319:RKEY I1549 0x00001785:offset 0x0000058e + 0x00001ebb:string 'Elfgiva of_Northampton //' + 73. 0x00001321:RKEY I1598 0x00001789:offset 0x000005a8 + 0x00001ed5:string 'Eleanor de_Cobham //' + 74. 0x00001329:RKEY I1600 0x0000178d:offset 0x000005bd + 0x00001eea:string 'Eric_X of_Pomerania //' + 75. 0x00001331:RKEY I1605 0x00001791:offset 0x000005d4 + 0x00001f01:string 'Elizabeth Christine //' + 76. 0x00001339:RKEY I1674 0x00001795:offset 0x000005eb + 0x00001f18:string 'Elizabeth //' + 77. 0x00001341:RKEY I1691 0x00001799:offset 0x000005f9 + 0x00001f26:string 'Ernest //' + 78. 0x00001349:RKEY I1723 0x0000179d:offset 0x00000604 + 0x00001f31:string 'Elizabeth of_Tavistock //' + 79. 0x00001351:RKEY I1737 0x000017a1:offset 0x0000061e + 0x00001f4b:string 'Ernest_II of_Saxe-Coburg- Saalfeld//' + 80. 0x00001359:RKEY I1744 0x000017a5:offset 0x00000643 + 0x00001f70:string 'Edward //' + 81. 0x00001361:RKEY I1754 0x000017a9:offset 0x0000064e + 0x00001f7b:string 'Egbert //' + 82. 0x00001369:RKEY I1755 0x000017ad:offset 0x00000659 + 0x00001f86:string 'Edred //' + 83. 0x00001371:RKEY I1756 0x000017b1:offset 0x00000663 + 0x00001f90:string 'Edwy //' + 84. 0x00001379:RKEY I1757 0x000017b5:offset 0x0000066c + 0x00001f99:string 'Edward //' + 85. 0x00001381:RKEY I1758 0x000017b9:offset 0x00000677 + 0x00001fa4:string 'Edgar //' + 86. 0x00001389:RKEY I1759 0x000017bd:offset 0x00000681 + 0x00001fae:string 'Edith //' + 87. 0x00001391:RKEY I1760 0x000017c1:offset 0x0000068b + 0x00001fb8:string 'Elgiva //' + 88. 0x00001399:RKEY I1764 0x000017c5:offset 0x00000696 + 0x00001fc3:string 'Edmund //' + 89. 0x000013a1:RKEY I1779 0x000017c9:offset 0x000006a1 + 0x00001fce:string 'Edgar the_Peaceful //' + 90. 0x000013a9:RKEY I1780 0x000017cd:offset 0x000006b7 + 0x00001fe4:string 'Elfrida //' + 91. 0x000013b1:RKEY I1781 0x000017d1:offset 0x000006c3 + 0x00001ff0:string 'Ethelfleda //' + 92. 0x000013b9:RKEY I1782 0x000017d5:offset 0x000006d2 + 0x00001fff:string 'Edward the_Martyr //' + 93. 0x000013c1:RKEY I1784 0x000017d9:offset 0x000006e7 + 0x00002014:string 'Edmund //' + 94. 0x000013c9:RKEY I1786 0x000017dd:offset 0x000006f2 + 0x0000201f:string 'Edmund_I the_Elder //' + 95. 0x000013d1:RKEY I1788 0x000017e1:offset 0x00000708 + 0x00002035:string 'Edwy //' + 96. 0x000013d9:RKEY I1789 0x000017e5:offset 0x00000711 + 0x0000203e:string 'Elgiva //' + 97. 0x000013e1:RKEY I1790 0x000017e9:offset 0x0000071c + 0x00002049:string 'Ethelfleda of_Domerham //' + 98. 0x000013e9:RKEY I1792 0x000017ed:offset 0x00000736 + 0x00002063:string 'Edward the_Elder //' + 99. 0x000013f1:RKEY I1793 0x000017f1:offset 0x0000074a + 0x00002077:string 'Edgiva //' + 100. 0x000013f9:RKEY I1794 0x000017f5:offset 0x00000755 + 0x00002082:string 'Edred //' + 101. 0x00001401:RKEY I1795 0x000017f9:offset 0x0000075f + 0x0000208c:string 'Edburh //' + 102. 0x00001409:RKEY I1796 0x000017fd:offset 0x0000076a + 0x00002097:string 'Edgiva //' + 103. 0x00001411:RKEY I1798 0x00001801:offset 0x00000775 + 0x000020a2:string 'Ecgwyn //' + 104. 0x00001419:RKEY I1802 0x00001805:offset 0x00000780 + 0x000020ad:string 'Elfleda //' + 105. 0x00001421:RKEY I1803 0x00001809:offset 0x0000078c + 0x000020b9:string 'Ethelwerd //' + 106. 0x00001429:RKEY I1804 0x0000180d:offset 0x0000079a + 0x000020c7:string 'Edwin //' + 107. 0x00001431:RKEY I1805 0x00001811:offset 0x000007a4 + 0x000020d1:string 'Elfleda //' + 108. 0x00001439:RKEY I1806 0x00001815:offset 0x000007b0 + 0x000020dd:string 'Edgiva //' + 109. 0x00001441:RKEY I1807 0x00001819:offset 0x000007bb + 0x000020e8:string 'Ethelhilda //' + 110. 0x00001449:RKEY I1808 0x0000181d:offset 0x000007ca + 0x000020f7:string 'Edhilda //' + 111. 0x00001451:RKEY I1809 0x00001821:offset 0x000007d6 + 0x00002103:string 'Eadgyth (Edith) //' + 112. 0x00001459:RKEY I1810 0x00001825:offset 0x000007e9 + 0x00002116:string 'Elgiva //' + 113. 0x00001461:RKEY I1873 0x00001829:offset 0x000007f4 + 0x00002121:string 'Eleanor //' + 114. 0x00001469:RKEY I1887 0x0000182d:offset 0x00000800 + 0x0000212d:string 'Edmund //' + 115. 0x00001471:RKEY I1965 0x00001831:offset 0x0000080b + 0x00002138:string 'Ealhswith //' + 116. 0x00001479:RKEY I1966 0x00001835:offset 0x00000819 + 0x00002146:string 'Ethelwulf //' + 117. 0x00001481:RKEY I1969 0x00001839:offset 0x00000827 + 0x00002154:string 'Ethelbald //' + 118. 0x00001489:RKEY I1971 0x0000183d:offset 0x00000835 + 0x00002162:string 'Ethelbert //' + 119. 0x00001491:RKEY I1972 0x00001841:offset 0x00000843 + 0x00002170:string 'Ethelred_I //' + 120. 0x00001499:RKEY I1973 0x00001845:offset 0x00000852 + 0x0000217f:string 'Egbert //' + 121. 0x000014a1:RKEY I1977 0x00001849:offset 0x0000085d + 0x0000218a:string 'Ethelswith //' + 122. 0x000014a9:RKEY I1978 0x0000184d:offset 0x0000086c + 0x00002199:string 'Ethelhelm //' + 123. 0x000014b1:RKEY I1979 0x00001851:offset 0x0000087a + 0x000021a7:string 'Ethelwald //' + 124. 0x000014b9:RKEY I1982 0x00001855:offset 0x00000888 + 0x000021b5:string 'Ethelwerd //' + 125. 0x000014c1:RKEY I1983 0x00001859:offset 0x00000896 + 0x000021c3:string 'Elfwine //' + 126. 0x000014c9:RKEY I1984 0x0000185d:offset 0x000008a2 + 0x000021cf:string 'Ethelwine //' + 127. 0x000014d1:RKEY I1985 0x00001861:offset 0x000008b0 + 0x000021dd:string 'Ethelfleda //' + 128. 0x000014d9:RKEY I1986 0x00001865:offset 0x000008bf + 0x000021ec:string 'Ethelgiva of_Shaftesbury //' + 129. 0x000014e1:RKEY I1987 0x00001869:offset 0x000008db + 0x00002208:string 'Elfrida //' + 130. 0x000014e9:RKEY I1989 0x0000186d:offset 0x000008e7 + 0x00002214:string 'Ethelred of_Mercia //' + 131. 0x000014f1:RKEY I1995 0x00001871:offset 0x000008fd + 0x0000222a:string 'Elesa //' + 132. 0x000014f9:RKEY I1996 0x00001875:offset 0x00000907 + 0x00002234:string 'Elsa //' + 133. 0x00001501:RKEY I2045 0x00001879:offset 0x00000910 + 0x0000223d:string 'Ethelbald //' + 134. 0x00001509:RKEY I2049 0x0000187d:offset 0x0000091e + 0x0000224b:string 'Ethelburh //' + 135. 0x00001511:RKEY I2054 0x00001881:offset 0x0000092c + 0x00002259:string 'Ealhmund of_Kent //' + 136. 0x00001519:RKEY I2055 0x00001885:offset 0x00000940 + 0x0000226d:string 'Eaba //' + 137. 0x00001521:RKEY I2056 0x00001889:offset 0x00000949 + 0x00002276:string 'Eoppa //' + 138. 0x00001529:RKEY I2070 0x0000188d:offset 0x00000953 + 0x00002280:string 'Edmund of_Stafford //' + 139. 0x00001531:RKEY I2116 0x00001891:offset 0x00000969 + 0x00002296:string 'Elizabeth of_Hervorden //' + 140. 0x00001539:RKEY I2134 0x00001895:offset 0x00000983 + 0x000022b0:string 'Elizabeth of_France //' + 141. 0x00001541:RKEY I2150 0x00001899:offset 0x0000099a + 0x000022c7:string 'Ernest of_Hohenlohe- Langenburg//' + 142. 0x00001549:RKEY I2154 0x0000189d:offset 0x000009bc + 0x000022e9:string 'Elizabeth //' + 143. 0x00001551:RKEY I2167 0x000018a1:offset 0x000009ca + 0x000022f7:string 'Eleanor //' + 144. 0x00001559:RKEY I2178 0x000018a5:offset 0x000009d6 + 0x00002303:string 'Ednyfed Fychan //' + 145. 0x00001561:RKEY I2185 0x000018a9:offset 0x000009e8 + 0x00002315:string 'Einion //' + 146. 0x00001569:RKEY I2216 0x000018ad:offset 0x000009f3 + 0x00002320:string 'Eva //' + 147. 0x00001571:RKEY I2222 0x000018b1:offset 0x000009fb + 0x00002328:string 'Enna //' + 148. 0x00001579:RKEY I2232 0x000018b5:offset 0x00000a04 + 0x00002331:string 'Ermengarde //' + 149. 0x00001581:RKEY I2238 0x000018b9:offset 0x00000a13 + 0x00002340:string 'Ethelreda //' + 150. 0x00001589:RKEY I2264 0x000018bd:offset 0x00000a21 + 0x0000234e:string 'Eocha //' + 151. 0x00001591:RKEY I2278 0x000018c1:offset 0x00000a2b + 0x00002358:string 'Edward //' + 152. 0x00001599:RKEY I2279 0x000018c5:offset 0x00000a36 + 0x00002363:string 'Edmund //' + 153. 0x000015a1:RKEY I2422 0x000018c9:offset 0x00000a41 + 0x0000236e:string 'Eleanor of_Neuburg //' + 154. 0x000015a9:RKEY I2506 0x000018cd:offset 0x00000a57 + 0x00002384:string 'Elizabeth //' + 155. 0x000015b1:RKEY I2571 0x000018d1:offset 0x00000a65 + 0x00002392:string 'Emma of_Bavaria //' + 156. 0x000015b9:RKEY I2575 0x000018d5:offset 0x00000a78 + 0x000023a5:string 'Ermentrude //' + 157. 0x000015c1:RKEY I2585 0x000018d9:offset 0x00000a87 + 0x000023b4:string 'Eadgifu of_England //' + 158. 0x000015c9:RKEY I2586 0x000018dd:offset 0x00000a9d + 0x000023ca:string 'Engeberge //' + 159. 0x000015d1:RKEY I2615 0x000018e1:offset 0x00000aab + 0x000023d8:string 'Elisabeth of_Austria //' + 160. 0x000015d9:RKEY I2628 0x000018e5:offset 0x00000ac3 + 0x000023f0:string 'Emily of_Dornberg //' + 161. 0x000015e1:RKEY I2640 0x000018e9:offset 0x00000ad8 + 0x00002405:string 'Edelmira //' + 162. 0x000015e9:RKEY I2646 0x000018ed:offset 0x00000ae5 + 0x00002412:string 'Emmanuela de_Dampierre //' + 163. 0x000015f1:RKEY I2679 0x000018f1:offset 0x00000aff + 0x0000242c:string 'Elizabeth //' + 164. 0x000015f9:RKEY I2771 0x000018f5:offset 0x00000b0d + 0x0000243a:string 'Eugene //' + 165. 0x00001601:RKEY I2776 0x000018f9:offset 0x00000b18 + 0x00002445:string 'Elsa Bernadotte of_Wisborg//' + 166. 0x00001609:RKEY I2799 0x000018fd:offset 0x00000b35 + 0x00002462:string 'Ebba //' + 167. 0x00001611:RKEY I2851 0x00001901:offset 0x00000b3e + 0x0000246b:string 'Ernest Frederick_III of_Saxe-//' + 168. 0x00001619:RKEY I2869 0x00001905:offset 0x00000b5e + 0x0000248b:string 'Edward //' + 169. 0x00001621:RKEY I2891 0x00001909:offset 0x00000b69 + 0x00002496:string 'Emanuel //' + 170. 0x00001629:RKEY I2894 0x0000190d:offset 0x00000b75 + 0x000024a2:string 'Eleanor //' + 171. 0x00001631:RKEY I2897 0x00001911:offset 0x00000b81 + 0x000024ae:string 'Ernest Frederick of_Saxe-Coburg//' + 172. 0x00001639:RKEY I2900 0x00001915:offset 0x00000ba3 + 0x000024d0:string 'Emanuel of_Orleans //' + 173. 0x00001641:RKEY I2906 0x00001919:offset 0x00000bb9 + 0x000024e6:string 'Elemer //' + 174. 0x00001649:RKEY I2916 0x0000191d:offset 0x00000bc4 + 0x000024f1:string 'Elizabeth Charlotte of_Bavaria//' + 175. 0x00001651:RKEY I2917 0x00001921:offset 0x00000be5 + 0x00002512:string 'Elizabeth Charlotte //' + 176. 0x00001659:RKEY I2967 0x00001925:offset 0x00000bfc + 0x00002529:string 'Elizabeth //' + 177. 0x00001661:RKEY I2976 0x00001929:offset 0x00000c0a + 0x00002537:string 'Emich Karl of_Leiningen//' + Assembled data for NEZ999 + 1. I83 name Ernest Louis of_Hesse// + 2. I84 name Elizabeth "Ella" // + 3. I139 name Ernest_I of_Saxe-Coburg- Saalfeld// + 4. I273 name Elisabeth of_Anhalt // + 5. I286 name Edward_II // + 6. I354 name Elizabeth Alexandra of_Saxe-// + 7. I358 name Elizabeth of_Prussia // + 8. I421 name Eitel Frederick // + 9. I446 name Erik of_Vastmanland // + 10. I460 name Eleonore of_Solms- Hohensolms-Lich// + 11. I483 name Eight_children // + 12. I554 name Elizabeth Christine of_Brunswick// + 13. I641 name Elisabeth Amalia // + 14. I656 name Emma of_Netherlands // + 15. I668 name Ernst von_Seherr-Thoss // + 16. I685 name Elisabeth of_Austria // + 17. I712 name Edgar of_Cambridge // + 18. I758 name Ernest Augustus of_Brunswick// + 19. I768 name Edward // + 20. I770 name Ernest Augustus // + 21. I774 name Elizabeth of_York // + 22. I896 name Elizabeth of_France // + 23. I903 name Emich of_Leiningen // + 24. I908 name Eilika of_Oldenberg // + 25. I941 name Emily // + 26. I986 name Edward // + 27. I991 name Edward_IV // + 28. I992 name Edmund // + 29. I995 name Elizabeth // + 30. I1001 name Edward_V // + 31. I1016 name Edward // + 32. I1018 name Edward // + 33. I1112 name Elisabeth of_Wied // + 34. I1119 name Elisabeth of_Bavaria // + 35. I1173 name Elizabeth Henrietta of_Hesse-Cassel// + 36. I1189 name Editha // + 37. I1196 name Elizabeth // + 38. I1229 name Edward_III // + 39. I1231 name Edward // + 40. I1237 name Edmund of_Langley // + 41. I1257 name Eleanor // + 42. I1261 name Edward_I (Longshanks) // + 43. I1262 name Eleanor of_Castile // + 44. I1263 name Eleanor // + 45. I1274 name Elizabeth // + 46. I1279 name Edmund of_Woodstock // + 47. I1280 name Eleanor // + 48. I1282 name Eleanor of_Provence // + 49. I1285 name Edmund Crouchback of_Leicester// + 50. I1338 name Edward // + 51. I1370 name Eleanor // + 52. I1372 name Eleanor of_Aquitaine // + 53. I1378 name Eleanor // + 54. I1400 name Eustace of_Boulongne // + 55. I1411 name Edward // + 56. I1415 name Enguerrand_VII de_Courcy // + 57. I1418 name Elizabeth de_Burgh // + 58. I1450 name Elizabeth de_Burgh // + 59. I1464 name Euphemia of_Ross // + 60. I1475 name Elizabeth // + 61. I1502 name Elizabeth // + 62. I1513 name Edgar // + 63. I1522 name Eustace_III of_Boulogne // + 64. I1532 name Emma of_Normandy // + 65. I1533 name Ethelred_II the_Unready // + 66. I1534 name Edward the_Confessor // + 67. I1535 name Edith (Eadgyth) // + 68. I1539 name Edith Swan-neck (Ealdgyth)// + 69. I1542 name Elfreda (Elfgiva) // + 70. I1543 name Edmund_II Ironside // + 71. I1544 name Ealdgyth // + 72. I1549 name Elfgiva of_Northampton // + 73. I1598 name Eleanor de_Cobham // + 74. I1600 name Eric_X of_Pomerania // + 75. I1605 name Elizabeth Christine // + 76. I1674 name Elizabeth // + 77. I1691 name Ernest // + 78. I1723 name Elizabeth of_Tavistock // + 79. I1737 name Ernest_II of_Saxe-Coburg- Saalfeld// + 80. I1744 name Edward // + 81. I1754 name Egbert // + 82. I1755 name Edred // + 83. I1756 name Edwy // + 84. I1757 name Edward // + 85. I1758 name Edgar // + 86. I1759 name Edith // + 87. I1760 name Elgiva // + 88. I1764 name Edmund // + 89. I1779 name Edgar the_Peaceful // + 90. I1780 name Elfrida // + 91. I1781 name Ethelfleda // + 92. I1782 name Edward the_Martyr // + 93. I1784 name Edmund // + 94. I1786 name Edmund_I the_Elder // + 95. I1788 name Edwy // + 96. I1789 name Elgiva // + 97. I1790 name Ethelfleda of_Domerham // + 98. I1792 name Edward the_Elder // + 99. I1793 name Edgiva // + 100. I1794 name Edred // + 101. I1795 name Edburh // + 102. I1796 name Edgiva // + 103. I1798 name Ecgwyn // + 104. I1802 name Elfleda // + 105. I1803 name Ethelwerd // + 106. I1804 name Edwin // + 107. I1805 name Elfleda // + 108. I1806 name Edgiva // + 109. I1807 name Ethelhilda // + 110. I1808 name Edhilda // + 111. I1809 name Eadgyth (Edith) // + 112. I1810 name Elgiva // + 113. I1873 name Eleanor // + 114. I1887 name Edmund // + 115. I1965 name Ealhswith // + 116. I1966 name Ethelwulf // + 117. I1969 name Ethelbald // + 118. I1971 name Ethelbert // + 119. I1972 name Ethelred_I // + 120. I1973 name Egbert // + 121. I1977 name Ethelswith // + 122. I1978 name Ethelhelm // + 123. I1979 name Ethelwald // + 124. I1982 name Ethelwerd // + 125. I1983 name Elfwine // + 126. I1984 name Ethelwine // + 127. I1985 name Ethelfleda // + 128. I1986 name Ethelgiva of_Shaftesbury // + 129. I1987 name Elfrida // + 130. I1989 name Ethelred of_Mercia // + 131. I1995 name Elesa // + 132. I1996 name Elsa // + 133. I2045 name Ethelbald // + 134. I2049 name Ethelburh // + 135. I2054 name Ealhmund of_Kent // + 136. I2055 name Eaba // + 137. I2056 name Eoppa // + 138. I2070 name Edmund of_Stafford // + 139. I2116 name Elizabeth of_Hervorden // + 140. I2134 name Elizabeth of_France // + 141. I2150 name Ernest of_Hohenlohe- Langenburg// + 142. I2154 name Elizabeth // + 143. I2167 name Eleanor // + 144. I2178 name Ednyfed Fychan // + 145. I2185 name Einion // + 146. I2216 name Eva // + 147. I2222 name Enna // + 148. I2232 name Ermengarde // + 149. I2238 name Ethelreda // + 150. I2264 name Eocha // + 151. I2278 name Edward // + 152. I2279 name Edmund // + 153. I2422 name Eleanor of_Neuburg // + 154. I2506 name Elizabeth // + 155. I2571 name Emma of_Bavaria // + 156. I2575 name Ermentrude // + 157. I2585 name Eadgifu of_England // + 158. I2586 name Engeberge // + 159. I2615 name Elisabeth of_Austria // + 160. I2628 name Emily of_Dornberg // + 161. I2640 name Edelmira // + 162. I2646 name Emmanuela de_Dampierre // + 163. I2679 name Elizabeth // + 164. I2771 name Eugene // + 165. I2776 name Elsa Bernadotte of_Wisborg// + 166. I2799 name Ebba // + 167. I2851 name Ernest Frederick_III of_Saxe-// + 168. I2869 name Edward // + 169. I2891 name Emanuel // + 170. I2894 name Eleanor // + 171. I2897 name Ernest Frederick of_Saxe-Coburg// + 172. I2900 name Emanuel of_Orleans // + 173. I2906 name Elemer // + 174. I2916 name Elizabeth Charlotte of_Bavaria// + 175. I2917 name Elizabeth Charlotte // + 176. I2967 name Elizabeth // + 177. I2976 name Emich Karl of_Leiningen// +[0002] Name rkey: NFA652 offs: 0x00001551 lens: 0x00000048 + 0x00002551: Ncount 2 + Keys and string offsets, strings + 1. 0x00002555:RKEY I2226 0x00002565:offset 0x00000000 + 0x0000256d:string 'Finn /Arnasson/' + 2. 0x0000255d:RKEY I2978 0x00002569:offset 0x00000011 + 0x0000257e:string 'Frances /Armstrong-Jones/' + Assembled data for NFA652 + 1. I2226 name Finn /Arnasson/ + 2. I2978 name Frances /Armstrong-Jones/ +[0003] Name rkey: NFB245 offs: 0x00001599 lens: 0x00000025 + 0x00002599: Ncount 1 + Keys and string offsets, strings + 1. 0x0000259d:RKEY I178 0x000025a5:offset 0x00000000 + 0x000025a9:string 'Fergus /Bowes-Lyon/' + Assembled data for NFB245 + 1. I178 name Fergus /Bowes-Lyon/ +[0004] Name rkey: NFB626 offs: 0x000015be lens: 0x00000027 + 0x000025be: Ncount 1 + Keys and string offsets, strings + 1. 0x000025c2:RKEY I93 0x000025ca:offset 0x00000000 + 0x000025ce:string 'Frances /Burke_Roche/' + Assembled data for NFB626 + 1. I93 name Frances /Burke_Roche/ +[0005] Name rkey: NFB653 offs: 0x000015e5 lens: 0x00000023 + 0x000025e5: Ncount 1 + Keys and string offsets, strings + 1. 0x000025e9:RKEY I1427 0x000025f1:offset 0x00000000 + 0x000025f5:string 'Frances /Brandon/' + Assembled data for NFB653 + 1. I1427 name Frances /Brandon/ +[0006] Name rkey: NFD162 offs: 0x00001608 lens: 0x00000024 + 0x00002608: Ncount 1 + Keys and string offsets, strings + 1. 0x0000260c:RKEY I2102 0x00002614:offset 0x00000000 + 0x00002618:string 'Frances /Devereux/' + Assembled data for NFD162 + 1. I2102 name Frances /Devereux/ +[0007] Name rkey: NFD625 offs: 0x0000162c lens: 0x0000002a + 0x0000262c: Ncount 1 + Keys and string offsets, strings + 1. 0x00002630:RKEY I945 0x00002638:offset 0x00000000 + 0x0000263c:string 'Fredericka Ann /Duhrrson/' + Assembled data for NFD625 + 1. I945 name Fredericka Ann /Duhrrson/ +[0008] Name rkey: NFH165 offs: 0x00001656 lens: 0x00000038 + 0x00002656: Ncount 1 + Keys and string offsets, strings + 1. 0x0000265a:RKEY I193 0x00002662:offset 0x00000000 + 0x00002666:string 'Fenella Stuart-Forbes Trefusis/Hepburn/' + Assembled data for NFH165 + 1. I193 name Fenella Stuart-Forbes Trefusis/Hepburn/ +[0009] Name rkey: NFH516 offs: 0x0000168e lens: 0x000000e1 + 0x0000268e: Ncount 6 + Keys and string offsets, strings + 1. 0x00002692:RKEY I202 0x000026c2:offset 0x00000000 + 0x000026da:string 'Frederick /Hanover/' + 2. 0x0000269a:RKEY I252 0x000026c6:offset 0x00000015 + 0x000026ef:string 'Frederica /Hanover/' + 3. 0x000026a2:RKEY I323 0x000026ca:offset 0x0000002a + 0x00002704:string 'Frederick Louis /Hanover/' + 4. 0x000026aa:RKEY I339 0x000026ce:offset 0x00000044 + 0x0000271e:string 'Frederick William /Hanover/' + 5. 0x000026b2:RKEY I470 0x000026d2:offset 0x00000060 + 0x0000273a:string 'Frederica of_Hanover /Hanover/' + 6. 0x000026ba:RKEY I2708 0x000026d6:offset 0x0000007f + 0x00002759:string 'Fredericka /Hanover/' + Assembled data for NFH516 + 1. I202 name Frederick /Hanover/ + 2. I252 name Frederica /Hanover/ + 3. I323 name Frederick Louis /Hanover/ + 4. I339 name Frederick William /Hanover/ + 5. I470 name Frederica of_Hanover /Hanover/ + 6. I2708 name Fredericka /Hanover/ +[0010] Name rkey: NFH524 offs: 0x0000176f lens: 0x0000006d + 0x0000276f: Ncount 2 + Keys and string offsets, strings + 1. 0x00002773:RKEY I309 0x00002783:offset 0x00000000 + 0x0000278b:string 'Ferdinand_I of_Hohenzollern- Sigmaringen/Hohenzollern/' + 2. 0x0000277b:RKEY I1109 0x00002787:offset 0x00000037 + 0x000027c2:string 'Frederick /Hohenzollern/' + Assembled data for NFH524 + 1. I309 name Ferdinand_I of_Hohenzollern- Sigmaringen/Hohenzollern/ + 2. I1109 name Frederick /Hohenzollern/ +[0011] Name rkey: NFH630 offs: 0x000017dc lens: 0x0000005e + 0x000027dc: Ncount 3 + Keys and string offsets, strings + 1. 0x000027e0:RKEY I2379 0x000027f8:offset 0x00000000 + 0x00002804:string 'Frances /Howard/' + 2. 0x000027e8:RKEY I2389 0x000027fc:offset 0x00000012 + 0x00002816:string 'Frances /Howard/' + 3. 0x000027f0:RKEY I2390 0x00002800:offset 0x00000024 + 0x00002828:string 'Frances /Howard/' + Assembled data for NFH630 + 1. I2379 name Frances /Howard/ + 2. I2389 name Frances /Howard/ + 3. I2390 name Frances /Howard/ +[0012] Name rkey: NFK542 offs: 0x0000183a lens: 0x00000023 + 0x0000283a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000283e:RKEY I2405 0x00002846:offset 0x00000000 + 0x0000284a:string 'Francis /Knollys/' + Assembled data for NFK542 + 1. I2405 name Francis /Knollys/ +[0013] Name rkey: NFP650 offs: 0x0000185d lens: 0x00000022 + 0x0000285d: Ncount 1 + Keys and string offsets, strings + 1. 0x00002861:RKEY I2401 0x00002869:offset 0x00000000 + 0x0000286d:string 'Frances /Prynne/' + Assembled data for NFP650 + 1. I2401 name Frances /Prynne/ +[0014] Name rkey: NFR551 offs: 0x0000187f lens: 0x00000030 + 0x0000287f: Ncount 1 + Keys and string offsets, strings + 1. 0x00002883:RKEY I1311 0x0000288b:offset 0x00000000 + 0x0000288f:string 'Feodor_III (Theodore) /Romanov/' + Assembled data for NFR551 + 1. I1311 name Feodor_III (Theodore) /Romanov/ +[0015] Name rkey: NFS152 offs: 0x000018af lens: 0x00000025 + 0x000028af: Ncount 1 + Keys and string offsets, strings + 1. 0x000028b3:RKEY I398 0x000028bb:offset 0x00000000 + 0x000028bf:string 'Frederick /Spencer/' + Assembled data for NFS152 + 1. I398 name Frederick /Spencer/ +[0016] Name rkey: NFS230 offs: 0x000018d4 lens: 0x0000004a + 0x000028d4: Ncount 2 + Keys and string offsets, strings + 1. 0x000028d8:RKEY I2951 0x000028e8:offset 0x00000000 + 0x000028f0:string 'Francis /Scott/' + 2. 0x000028e0:RKEY I2952 0x000028ec:offset 0x00000011 + 0x00002901:string 'Francis of_Buccleuch /Scott/' + Assembled data for NFS230 + 1. I2951 name Francis /Scott/ + 2. I2952 name Francis of_Buccleuch /Scott/ +[0017] Name rkey: NFS364 offs: 0x0000191e lens: 0x00000046 + 0x0000291e: Ncount 2 + Keys and string offsets, strings + 1. 0x00002922:RKEY I2749 0x00002932:offset 0x00000000 + 0x0000293a:string 'Friedrich /Straehl/' + 2. 0x0000292a:RKEY I2750 0x00002936:offset 0x00000015 + 0x0000294f:string 'Friedrich /Straehl/' + Assembled data for NFS364 + 1. I2749 name Friedrich /Straehl/ + 2. I2750 name Friedrich /Straehl/ +[0018] Name rkey: NFS530 offs: 0x00001964 lens: 0x00000025 + 0x00002964: Ncount 1 + Keys and string offsets, strings + 1. 0x00002968:RKEY I183 0x00002970:offset 0x00000000 + 0x00002974:string 'Frances Dora /Smith/' + Assembled data for NFS530 + 1. I183 name Frances Dora /Smith/ +[0019] Name rkey: NFS560 offs: 0x00001989 lens: 0x0000004e + 0x00002989: Ncount 2 + Keys and string offsets, strings + 1. 0x0000298d:RKEY I2303 0x0000299d:offset 0x00000000 + 0x000029a5:string 'Francis of_Hertford I/Seymour/' + 2. 0x00002995:RKEY I2397 0x000029a1:offset 0x0000001f + 0x000029c4:string 'Francis /Seymour/' + Assembled data for NFS560 + 1. I2303 name Francis of_Hertford I/Seymour/ + 2. I2397 name Francis /Seymour/ +[0020] Name rkey: NFW532 offs: 0x000019d7 lens: 0x00000025 + 0x000029d7: Ncount 1 + Keys and string offsets, strings + 1. 0x000029db:RKEY I320 0x000029e3:offset 0x00000000 + 0x000029e7:string 'Frederick /Windsor/' + Assembled data for NFW532 + 1. I320 name Frederick /Windsor/ +[0021] Name rkey: NFW620 offs: 0x000019fc lens: 0x0000003f + 0x000029fc: Ncount 2 + Keys and string offsets, strings + 1. 0x00002a00:RKEY I371 0x00002a10:offset 0x00000000 + 0x00002a18:string 'Frances Ellen /Work/' + 2. 0x00002a08:RKEY I372 0x00002a14:offset 0x00000015 + 0x00002a2d:string 'Frank /Work/' + Assembled data for NFW620 + 1. I371 name Frances Ellen /Work/ + 2. I372 name Frank /Work/ +[0022] Name rkey: NFW623 offs: 0x00001a3b lens: 0x00000026 + 0x00002a3b: Ncount 1 + Keys and string offsets, strings + 1. 0x00002a3f:RKEY I820 0x00002a47:offset 0x00000000 + 0x00002a4b:string 'Fitzherbert /Wright/' + Assembled data for NFW623 + 1. I820 name Fitzherbert /Wright/ +[0023] Name rkey: NFW635 offs: 0x00001a61 lens: 0x00000054 + 0x00002a61: Ncount 2 + Keys and string offsets, strings + 1. 0x00002a65:RKEY I1067 0x00002a75:offset 0x00000000 + 0x00002a7d:string 'Frederick Eugene /Wurttemberg/' + 2. 0x00002a6d:RKEY I1086 0x00002a79:offset 0x0000001f + 0x00002a9c:string 'Frederick /Wurttemberg/' + Assembled data for NFW635 + 1. I1067 name Frederick Eugene /Wurttemberg/ + 2. I1086 name Frederick /Wurttemberg/ +[0024] Name rkey: NFY211 offs: 0x00001ab5 lens: 0x00000023 + 0x00002ab5: Ncount 1 + Keys and string offsets, strings + 1. 0x00002ab9:RKEY I167 0x00002ac1:offset 0x00000000 + 0x00002ac5:string 'Felix /Yussoupov/' + Assembled data for NFY211 + 1. I167 name Felix /Yussoupov/ +[0025] Name rkey: NFZ999 offs: 0x00001ad8 lens: 0x00000fb8 + 0x00002ad8: Ncount 118 + Keys and string offsets, strings + 1. 0x00002adc:RKEY I20 0x00002e8c:offset 0x00000000 + 0x00003064:string 'Frederick_III //' + 2. 0x00002ae4:RKEY I86 0x00002e90:offset 0x00000012 + 0x00003076:string 'Frederick //' + 3. 0x00002aec:RKEY I137 0x00002e94:offset 0x00000020 + 0x00003084:string 'Francis //' + 4. 0x00002af4:RKEY I162 0x00002e98:offset 0x0000002c + 0x00003090:string 'Frederick William_III //' + 5. 0x00002afc:RKEY I199 0x00002e9c:offset 0x00000045 + 0x000030a9:string 'Frederick Charles of_Prussia//' + 6. 0x00002b04:RKEY I205 0x00002ea0:offset 0x00000064 + 0x000030c8:string 'Ferdinand //' + 7. 0x00002b0c:RKEY I211 0x00002ea4:offset 0x00000072 + 0x000030d6:string 'Frederick_VI of_Hesse-Homburg //' + 8. 0x00002b14:RKEY I247 0x00002ea8:offset 0x00000093 + 0x000030f7:string 'Frederick_I of_Wurttemberg //' + 9. 0x00002b1c:RKEY I248 0x00002eac:offset 0x000000b1 + 0x00003115:string 'Frederica of_Mecklenburg- Strelitz//' + 10. 0x00002b24:RKEY I271 0x00002eb0:offset 0x000000d6 + 0x0000313a:string 'Frederick William //' + 11. 0x00002b2c:RKEY I279 0x00002eb4:offset 0x000000eb + 0x0000314f:string 'Francis //' + 12. 0x00002b34:RKEY I301 0x00002eb8:offset 0x000000f7 + 0x0000315b:string 'Frederick of_Hesse-Cassel //' + 13. 0x00002b3c:RKEY I313 0x00002ebc:offset 0x00000114 + 0x00003178:string 'Frederick Harold //' + 14. 0x00002b44:RKEY I344 0x00002ec0:offset 0x00000128 + 0x0000318c:string 'Frederick_V //' + 15. 0x00002b4c:RKEY I345 0x00002ec4:offset 0x00000138 + 0x0000319c:string 'Frederick William of_Schleswig-//' + 16. 0x00002b54:RKEY I406 0x00002ec8:offset 0x0000015a + 0x000031be:string 'Frederick Charles of_Hesse//' + 17. 0x00002b5c:RKEY I411 0x00002ecc:offset 0x00000177 + 0x000031db:string 'Frederick William_IV //' + 18. 0x00002b64:RKEY I413 0x00002ed0:offset 0x0000018f + 0x000031f3:string 'Frederica //' + 19. 0x00002b6c:RKEY I416 0x00002ed4:offset 0x0000019d + 0x00003201:string 'Ferdinand //' + 20. 0x00002b74:RKEY I429 0x00002ed8:offset 0x000001ab + 0x0000320f:string 'Frederick of_Baden //' + 21. 0x00002b7c:RKEY I478 0x00002edc:offset 0x000001c1 + 0x00003225:string 'Five_children //' + 22. 0x00002b84:RKEY I480 0x00002ee0:offset 0x000001d3 + 0x00003237:string 'Four_Children //' + 23. 0x00002b8c:RKEY I487 0x00002ee4:offset 0x000001e5 + 0x00003249:string 'Francis Joseph //' + 24. 0x00002b94:RKEY I496 0x00002ee8:offset 0x000001f7 + 0x0000325b:string 'Frederica of_Hesse- Darmstadt//' + 25. 0x00002b9c:RKEY I506 0x00002eec:offset 0x00000217 + 0x0000327b:string 'Five_children //' + 26. 0x00002ba4:RKEY I512 0x00002ef0:offset 0x00000229 + 0x0000328d:string 'Frederick //' + 27. 0x00002bac:RKEY I522 0x00002ef4:offset 0x00000237 + 0x0000329b:string 'Frederick //' + 28. 0x00002bb4:RKEY I531 0x00002ef8:offset 0x00000245 + 0x000032a9:string 'Francesco_I of_Tuscany Italy//' + 29. 0x00002bbc:RKEY I553 0x00002efc:offset 0x00000264 + 0x000032c8:string 'Frederick William_II //' + 30. 0x00002bc4:RKEY I555 0x00002f00:offset 0x0000027c + 0x000032e0:string 'Frederica Charlotte of_Prussia//' + 31. 0x00002bcc:RKEY I556 0x00002f04:offset 0x0000029d + 0x00003301:string 'Frederica of_Hesse- Darmstadt//' + 32. 0x00002bd4:RKEY I570 0x00002f08:offset 0x000002bd + 0x00003321:string 'Frederick Henry Charles//' + 33. 0x00002bdc:RKEY I576 0x00002f0c:offset 0x000002d7 + 0x0000333b:string 'Friedrich Wilhelm of_Nassau-Weilb//' + 34. 0x00002be4:RKEY I604 0x00002f10:offset 0x000002fb + 0x0000335f:string 'Frederick_VIII //' + 35. 0x00002bec:RKEY I608 0x00002f14:offset 0x0000030e + 0x00003372:string 'Frederick_IX //' + 36. 0x00002bf4:RKEY I620 0x00002f18:offset 0x0000031f + 0x00003383:string 'Friedrich of_Baden-Durlach //' + 37. 0x00002bfc:RKEY I639 0x00002f1c:offset 0x0000033d + 0x000033a1:string 'Franz Karl of_Austria//' + 38. 0x00002c04:RKEY I649 0x00002f20:offset 0x00000355 + 0x000033b9:string 'Franz_Joseph_II of_Liechtenstein //' + 39. 0x00002c0c:RKEY I653 0x00002f24:offset 0x00000379 + 0x000033dd:string 'Frederik of_Netherlands //' + 40. 0x00002c14:RKEY I686 0x00002f28:offset 0x00000394 + 0x000033f8:string 'Ferdinand of_Austria-Este //' + 41. 0x00002c1c:RKEY I735 0x00002f2c:offset 0x000003b1 + 0x00003415:string 'Frederick_V of_Palatinate //' + 42. 0x00002c24:RKEY I737 0x00002f30:offset 0x000003ce + 0x00003432:string 'Frederick_II of_Denmark and_Norway//' + 43. 0x00002c2c:RKEY I761 0x00002f34:offset 0x000003f3 + 0x00003457:string 'Frederick William_I //' + 44. 0x00002c34:RKEY I772 0x00002f38:offset 0x0000040a + 0x0000346e:string 'Frederick_I //' + 45. 0x00002c3c:RKEY I840 0x00002f3c:offset 0x0000041a + 0x0000347e:string 'Ferdinand_V //' + 46. 0x00002c44:RKEY I900 0x00002f40:offset 0x0000042a + 0x0000348e:string 'Franz Wilhelm of_Prussia//' + 47. 0x00002c4c:RKEY I907 0x00002f44:offset 0x00000445 + 0x000034a9:string 'Friedrich of_Leiningen //' + 48. 0x00002c54:RKEY I915 0x00002f48:offset 0x0000045f + 0x000034c3:string 'Ferdinand //' + 49. 0x00002c5c:RKEY I921 0x00002f4c:offset 0x0000046d + 0x000034d1:string 'Friedrich Wilhelm of_Prussia//' + 50. 0x00002c64:RKEY I937 0x00002f50:offset 0x0000048c + 0x000034f0:string 'Friedrich //' + 51. 0x00002c6c:RKEY I1053 0x00002f54:offset 0x0000049a + 0x000034fe:string 'Frederick Francis_IV of_Mecklenburg//' + 52. 0x00002c74:RKEY I1068 0x00002f58:offset 0x000004c0 + 0x00003524:string 'Frederica of_Brandenburg- Schwedt//' + 53. 0x00002c7c:RKEY I1094 0x00002f5c:offset 0x000004e4 + 0x00003548:string 'Frederick //' + 54. 0x00002c84:RKEY I1126 0x00002f60:offset 0x000004f2 + 0x00003556:string 'Fabiola de_Mora_y_Aragon //' + 55. 0x00002c8c:RKEY I1160 0x00002f64:offset 0x0000050e + 0x00003572:string 'Frederick Louis //' + 56. 0x00002c94:RKEY I1161 0x00002f68:offset 0x00000521 + 0x00003585:string 'Frederick William //' + 57. 0x00002c9c:RKEY I1162 0x00002f6c:offset 0x00000536 + 0x0000359a:string 'Frederick_II the_Great //' + 58. 0x00002ca4:RKEY I1164 0x00002f70:offset 0x00000550 + 0x000035b4:string 'Frederica Louise //' + 59. 0x00002cac:RKEY I1171 0x00002f74:offset 0x00000564 + 0x000035c8:string 'Ferdinand //' + 60. 0x00002cb4:RKEY I1175 0x00002f78:offset 0x00000572 + 0x000035d6:string 'Frederick_I //' + 61. 0x00002cbc:RKEY I1177 0x00002f7c:offset 0x00000582 + 0x000035e6:string 'Frederick Augustus //' + 62. 0x00002cc4:RKEY I1213 0x00002f80:offset 0x00000598 + 0x000035fc:string 'Frederick Francis_II of_Mecklenburg-//' + 63. 0x00002ccc:RKEY I1246 0x00002f84:offset 0x000005bf + 0x00003623:string 'Ferdinand_VII //' + 64. 0x00002cd4:RKEY I1248 0x00002f88:offset 0x000005d1 + 0x00003635:string 'Francis_II //' + 65. 0x00002cdc:RKEY I1421 0x00002f8c:offset 0x000005e0 + 0x00003644:string 'Francoise d'Aubigne //' + 66. 0x00002ce4:RKEY I1438 0x00002f90:offset 0x000005f7 + 0x0000365b:string 'Franz Josef of_Austria//' + 67. 0x00002cec:RKEY I1584 0x00002f94:offset 0x00000610 + 0x00003674:string 'Frederick_II of_Germany //' + 68. 0x00002cf4:RKEY I1604 0x00002f98:offset 0x0000062b + 0x0000368f:string 'Frederick_II of_Hesse-Cassel //' + 69. 0x00002cfc:RKEY I1606 0x00002f9c:offset 0x0000064b + 0x000036af:string 'Ferdinand Albert_II of_Brunswick//' + 70. 0x00002d04:RKEY I1610 0x00002fa0:offset 0x0000066e + 0x000036d2:string 'Frederick //' + 71. 0x00002d0c:RKEY I1617 0x00002fa4:offset 0x0000067c + 0x000036e0:string 'Frederick_VI //' + 72. 0x00002d14:RKEY I1622 0x00002fa8:offset 0x0000068d + 0x000036f1:string 'Frederick_IV //' + 73. 0x00002d1c:RKEY I1630 0x00002fac:offset 0x0000069e + 0x00003702:string 'Frederick_III //' + 74. 0x00002d24:RKEY I1634 0x00002fb0:offset 0x000006b0 + 0x00003714:string 'Frederick_I //' + 75. 0x00002d2c:RKEY I1643 0x00002fb4:offset 0x000006c0 + 0x00003724:string 'Frederick //' + 76. 0x00002d34:RKEY I1646 0x00002fb8:offset 0x000006ce + 0x00003732:string 'Ferdinand //' + 77. 0x00002d3c:RKEY I1649 0x00002fbc:offset 0x000006dc + 0x00003740:string 'Frederick_VII //' + 78. 0x00002d44:RKEY I1654 0x00002fc0:offset 0x000006ee + 0x00003752:string 'Frederick Christian of_Schleswig-//' + 79. 0x00002d4c:RKEY I1660 0x00002fc4:offset 0x00000712 + 0x00003776:string 'Frederica Maria //' + 80. 0x00002d54:RKEY I1707 0x00002fc8:offset 0x00000725 + 0x00003789:string 'Flora Fraser //' + 81. 0x00002d5c:RKEY I1725 0x00002fcc:offset 0x00000735 + 0x00003799:string 'Frederica of_Holdernesse //' + 82. 0x00002d64:RKEY I1746 0x00002fd0:offset 0x00000751 + 0x000037b5:string 'Ferdinand_III //' + 83. 0x00002d6c:RKEY I1816 0x00002fd4:offset 0x00000763 + 0x000037c7:string 'Francis_I //' + 84. 0x00002d74:RKEY I1855 0x00002fd8:offset 0x00000771 + 0x000037d5:string 'Fulke //' + 85. 0x00002d7c:RKEY I1999 0x00002fdc:offset 0x0000077b + 0x000037df:string 'Freawine //' + 86. 0x00002d84:RKEY I2000 0x00002fe0:offset 0x00000788 + 0x000037ec:string 'Frithogar //' + 87. 0x00002d8c:RKEY I2004 0x00002fe4:offset 0x00000796 + 0x000037fa:string 'Frithuwald //' + 88. 0x00002d94:RKEY I2005 0x00002fe8:offset 0x000007a5 + 0x00003809:string 'Frealaf //' + 89. 0x00002d9c:RKEY I2006 0x00002fec:offset 0x000007b1 + 0x00003815:string 'Frithuwulf //' + 90. 0x00002da4:RKEY I2007 0x00002ff0:offset 0x000007c0 + 0x00003824:string 'Finn //' + 91. 0x00002dac:RKEY I2114 0x00002ff4:offset 0x000007c9 + 0x0000382d:string 'Frederick Henry //' + 92. 0x00002db4:RKEY I2123 0x00002ff8:offset 0x000007dc + 0x00003840:string 'Frederick Augustus //' + 93. 0x00002dbc:RKEY I2142 0x00002ffc:offset 0x000007f2 + 0x00003856:string 'Frederick_II of_Saxe-Gotha //' + 94. 0x00002dc4:RKEY I2358 0x00003000:offset 0x00000810 + 0x00003874:string 'Frances de_Vere //' + 95. 0x00002dcc:RKEY I2418 0x00003004:offset 0x00000823 + 0x00003887:string 'Ferdinand_III //' + 96. 0x00002dd4:RKEY I2419 0x00003008:offset 0x00000835 + 0x00003899:string 'Ferdinand_II //' + 97. 0x00002ddc:RKEY I2433 0x0000300c:offset 0x00000846 + 0x000038aa:string 'Francis_I Stephen //' + 98. 0x00002de4:RKEY I2437 0x00003010:offset 0x0000085b + 0x000038bf:string 'Francis Charles //' + 99. 0x00002dec:RKEY I2448 0x00003014:offset 0x0000086e + 0x000038d2:string 'Francis Frederick of_Saxe-Coburg//' + 100. 0x00002df4:RKEY I2555 0x00003018:offset 0x00000891 + 0x000038f5:string 'Fastrada //' + 101. 0x00002dfc:RKEY I2624 0x0000301c:offset 0x0000089e + 0x00003902:string 'Francis_II Frederick of_Mecklenburg//' + 102. 0x00002e04:RKEY I2648 0x00003020:offset 0x000008c4 + 0x00003928:string 'Ferdinand of_Bavaria //' + 103. 0x00002e0c:RKEY I2653 0x00003024:offset 0x000008dc + 0x00003940:string 'Frederica //' + 104. 0x00002e14:RKEY I2655 0x00003028:offset 0x000008ea + 0x0000394e:string 'Frederick //' + 105. 0x00002e1c:RKEY I2682 0x0000302c:offset 0x000008f8 + 0x0000395c:string 'Frederick Francis_II of_Mecklengb-Sch//' + 106. 0x00002e24:RKEY I2689 0x00003030:offset 0x00000920 + 0x00003984:string 'Frederick Eugene of_Wurttemberg//' + 107. 0x00002e2c:RKEY I2695 0x00003034:offset 0x00000942 + 0x000039a6:string 'Frederick Francis_III Mecklenburg-Schw//' + 108. 0x00002e34:RKEY I2698 0x00003038:offset 0x0000096b + 0x000039cf:string 'Frederick of_Schaumburg -Lippe//' + 109. 0x00002e3c:RKEY I2699 0x0000303c:offset 0x0000098c + 0x000039f0:string 'Feodora //' + 110. 0x00002e44:RKEY I2777 0x00003040:offset 0x00000998 + 0x000039fc:string 'Folke Bernadotte //' + 111. 0x00002e4c:RKEY I2821 0x00003044:offset 0x000009ac + 0x00003a10:string 'Folke //' + 112. 0x00002e54:RKEY I2822 0x00003048:offset 0x000009b6 + 0x00003a1a:string 'Fredrik Oscar //' + 113. 0x00002e5c:RKEY I2826 0x0000304c:offset 0x000009c7 + 0x00003a2b:string 'Folke //' + 114. 0x00002e64:RKEY I2846 0x00003050:offset 0x000009d1 + 0x00003a35:string 'Francis of_Guise //' + 115. 0x00002e6c:RKEY I2857 0x00003054:offset 0x000009e5 + 0x00003a49:string 'Frederica //' + 116. 0x00002e74:RKEY I2919 0x00003058:offset 0x000009f3 + 0x00003a57:string 'Francoise Marie de_Blois//' + 117. 0x00002e7c:RKEY I2926 0x0000305c:offset 0x00000a0e + 0x00003a72:string 'Felix Krzesinski //' + 118. 0x00002e84:RKEY I3008 0x00003060:offset 0x00000a22 + 0x00003a86:string 'Flora //' + Assembled data for NFZ999 + 1. I20 name Frederick_III // + 2. I86 name Frederick // + 3. I137 name Francis // + 4. I162 name Frederick William_III // + 5. I199 name Frederick Charles of_Prussia// + 6. I205 name Ferdinand // + 7. I211 name Frederick_VI of_Hesse-Homburg // + 8. I247 name Frederick_I of_Wurttemberg // + 9. I248 name Frederica of_Mecklenburg- Strelitz// + 10. I271 name Frederick William // + 11. I279 name Francis // + 12. I301 name Frederick of_Hesse-Cassel // + 13. I313 name Frederick Harold // + 14. I344 name Frederick_V // + 15. I345 name Frederick William of_Schleswig-// + 16. I406 name Frederick Charles of_Hesse// + 17. I411 name Frederick William_IV // + 18. I413 name Frederica // + 19. I416 name Ferdinand // + 20. I429 name Frederick of_Baden // + 21. I478 name Five_children // + 22. I480 name Four_Children // + 23. I487 name Francis Joseph // + 24. I496 name Frederica of_Hesse- Darmstadt// + 25. I506 name Five_children // + 26. I512 name Frederick // + 27. I522 name Frederick // + 28. I531 name Francesco_I of_Tuscany Italy// + 29. I553 name Frederick William_II // + 30. I555 name Frederica Charlotte of_Prussia// + 31. I556 name Frederica of_Hesse- Darmstadt// + 32. I570 name Frederick Henry Charles// + 33. I576 name Friedrich Wilhelm of_Nassau-Weilb// + 34. I604 name Frederick_VIII // + 35. I608 name Frederick_IX // + 36. I620 name Friedrich of_Baden-Durlach // + 37. I639 name Franz Karl of_Austria// + 38. I649 name Franz_Joseph_II of_Liechtenstein // + 39. I653 name Frederik of_Netherlands // + 40. I686 name Ferdinand of_Austria-Este // + 41. I735 name Frederick_V of_Palatinate // + 42. I737 name Frederick_II of_Denmark and_Norway// + 43. I761 name Frederick William_I // + 44. I772 name Frederick_I // + 45. I840 name Ferdinand_V // + 46. I900 name Franz Wilhelm of_Prussia// + 47. I907 name Friedrich of_Leiningen // + 48. I915 name Ferdinand // + 49. I921 name Friedrich Wilhelm of_Prussia// + 50. I937 name Friedrich // + 51. I1053 name Frederick Francis_IV of_Mecklenburg// + 52. I1068 name Frederica of_Brandenburg- Schwedt// + 53. I1094 name Frederick // + 54. I1126 name Fabiola de_Mora_y_Aragon // + 55. I1160 name Frederick Louis // + 56. I1161 name Frederick William // + 57. I1162 name Frederick_II the_Great // + 58. I1164 name Frederica Louise // + 59. I1171 name Ferdinand // + 60. I1175 name Frederick_I // + 61. I1177 name Frederick Augustus // + 62. I1213 name Frederick Francis_II of_Mecklenburg-// + 63. I1246 name Ferdinand_VII // + 64. I1248 name Francis_II // + 65. I1421 name Francoise d'Aubigne // + 66. I1438 name Franz Josef of_Austria// + 67. I1584 name Frederick_II of_Germany // + 68. I1604 name Frederick_II of_Hesse-Cassel // + 69. I1606 name Ferdinand Albert_II of_Brunswick// + 70. I1610 name Frederick // + 71. I1617 name Frederick_VI // + 72. I1622 name Frederick_IV // + 73. I1630 name Frederick_III // + 74. I1634 name Frederick_I // + 75. I1643 name Frederick // + 76. I1646 name Ferdinand // + 77. I1649 name Frederick_VII // + 78. I1654 name Frederick Christian of_Schleswig-// + 79. I1660 name Frederica Maria // + 80. I1707 name Flora Fraser // + 81. I1725 name Frederica of_Holdernesse // + 82. I1746 name Ferdinand_III // + 83. I1816 name Francis_I // + 84. I1855 name Fulke // + 85. I1999 name Freawine // + 86. I2000 name Frithogar // + 87. I2004 name Frithuwald // + 88. I2005 name Frealaf // + 89. I2006 name Frithuwulf // + 90. I2007 name Finn // + 91. I2114 name Frederick Henry // + 92. I2123 name Frederick Augustus // + 93. I2142 name Frederick_II of_Saxe-Gotha // + 94. I2358 name Frances de_Vere // + 95. I2418 name Ferdinand_III // + 96. I2419 name Ferdinand_II // + 97. I2433 name Francis_I Stephen // + 98. I2437 name Francis Charles // + 99. I2448 name Francis Frederick of_Saxe-Coburg// + 100. I2555 name Fastrada // + 101. I2624 name Francis_II Frederick of_Mecklenburg// + 102. I2648 name Ferdinand of_Bavaria // + 103. I2653 name Frederica // + 104. I2655 name Frederick // + 105. I2682 name Frederick Francis_II of_Mecklengb-Sch// + 106. I2689 name Frederick Eugene of_Wurttemberg// + 107. I2695 name Frederick Francis_III Mecklenburg-Schw// + 108. I2698 name Frederick of_Schaumburg -Lippe// + 109. I2699 name Feodora // + 110. I2777 name Folke Bernadotte // + 111. I2821 name Folke // + 112. I2822 name Fredrik Oscar // + 113. I2826 name Folke // + 114. I2846 name Francis of_Guise // + 115. I2857 name Frederica // + 116. I2919 name Francoise Marie de_Blois// + 117. I2926 name Felix Krzesinski // + 118. I3008 name Flora // +[0026] Name rkey: NGB450 offs: 0x00002a90 lens: 0x00000029 + 0x00003a90: Ncount 1 + Keys and string offsets, strings + 1. 0x00003a94:RKEY I2338 0x00003a9c:offset 0x00000000 + 0x00003aa0:string 'George Rochford /Boleyn/' + Assembled data for NGB450 + 1. I2338 name George Rochford /Boleyn/ +[0027] Name rkey: NGB525 offs: 0x00002ab9 lens: 0x00000047 + 0x00003ab9: Ncount 2 + Keys and string offsets, strings + 1. 0x00003abd:RKEY I388 0x00003acd:offset 0x00000000 + 0x00003ad5:string 'George /Bingham/' + 2. 0x00003ac5:RKEY I789 0x00003ad1:offset 0x00000012 + 0x00003ae7:string 'George Charles /Bingham/' + Assembled data for NGB525 + 1. I388 name George /Bingham/ + 2. I789 name George Charles /Bingham/ +[0028] Name rkey: NGB622 offs: 0x00002b00 lens: 0x00000023 + 0x00003b00: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b04:RKEY I2812 0x00003b0c:offset 0x00000000 + 0x00003b10:string 'Gerty /Borjesson/' + Assembled data for NGB622 + 1. I2812 name Gerty /Borjesson/ +[0029] Name rkey: NGC636 offs: 0x00002b23 lens: 0x00000026 + 0x00003b23: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b27:RKEY I1292 0x00003b2f:offset 0x00000000 + 0x00003b33:string 'Georgiana /Carteret/' + Assembled data for NGC636 + 1. I1292 name Georgiana /Carteret/ +[0030] Name rkey: NGD340 offs: 0x00002b49 lens: 0x00000024 + 0x00003b49: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b4d:RKEY I869 0x00003b55:offset 0x00000000 + 0x00003b59:string 'Guildford /Dudley/' + Assembled data for NGD340 + 1. I869 name Guildford /Dudley/ +[0031] Name rkey: NGF326 offs: 0x00002b6d lens: 0x00000046 + 0x00003b6d: Ncount 2 + Keys and string offsets, strings + 1. 0x00003b71:RKEY I264 0x00003b81:offset 0x00000000 + 0x00003b89:string 'George /FitzGeorge/' + 2. 0x00003b79:RKEY I2414 0x00003b85:offset 0x00000015 + 0x00003b9e:string 'Gerald /Fitzgerald/' + Assembled data for NGF326 + 1. I264 name George /FitzGeorge/ + 2. I2414 name Gerald /Fitzgerald/ +[0032] Name rkey: NGG620 offs: 0x00002bb3 lens: 0x00000023 + 0x00003bb3: Ncount 1 + Keys and string offsets, strings + 1. 0x00003bb7:RKEY I886 0x00003bbf:offset 0x00000000 + 0x00003bc3:string 'George K. /George/' + Assembled data for NGG620 + 1. I886 name George K. /George/ +[0033] Name rkey: NGH516 offs: 0x00002bd6 lens: 0x00000176 + 0x00003bd6: Ncount 11 + Keys and string offsets, strings + 1. 0x00003bda:RKEY I130 0x00003c32:offset 0x00000000 + 0x00003c5e:string 'George_III /Hanover/' + 2. 0x00003be2:RKEY I141 0x00003c36:offset 0x00000016 + 0x00003c74:string 'George_IV /Hanover/' + 3. 0x00003bea:RKEY I249 0x00003c3a:offset 0x0000002b + 0x00003c89:string 'George_V /Hanover/' + 4. 0x00003bf2:RKEY I256 0x00003c3e:offset 0x0000003f + 0x00003c9d:string 'George William /Hanover/' + 5. 0x00003bfa:RKEY I321 0x00003c42:offset 0x00000058 + 0x00003cb6:string 'George_II /Hanover/' + 6. 0x00003c02:RKEY I328 0x00003c46:offset 0x0000006d + 0x00003ccb:string 'George William /Hanover/' + 7. 0x00003c0a:RKEY I341 0x00003c4a:offset 0x00000086 + 0x00003ce4:string 'George_I /Hanover/' + 8. 0x00003c12:RKEY I1031 0x00003c4e:offset 0x0000009a + 0x00003cf8:string 'George William /Hanover/' + 9. 0x00003c1a:RKEY I1034 0x00003c52:offset 0x000000b3 + 0x00003d11:string 'Guelph Henry /Hanover/' + 10. 0x00003c22:RKEY I2706 0x00003c56:offset 0x000000ca + 0x00003d28:string 'Guelph /Hanover/' + 11. 0x00003c2a:RKEY I2707 0x00003c5a:offset 0x000000dc + 0x00003d3a:string 'George /Hanover/' + Assembled data for NGH516 + 1. I130 name George_III /Hanover/ + 2. I141 name George_IV /Hanover/ + 3. I249 name George_V /Hanover/ + 4. I256 name George William /Hanover/ + 5. I321 name George_II /Hanover/ + 6. I328 name George William /Hanover/ + 7. I341 name George_I /Hanover/ + 8. I1031 name George William /Hanover/ + 9. I1034 name Guelph Henry /Hanover/ + 10. I2706 name Guelph /Hanover/ + 11. I2707 name George /Hanover/ +[0034] Name rkey: NGK421 offs: 0x00002d4c lens: 0x00000025 + 0x00003d4c: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d50:RKEY I1561 0x00003d58:offset 0x00000000 + 0x00003d5c:string 'Goury /Koulikovsky/' + Assembled data for NGK421 + 1. I1561 name Goury /Koulikovsky/ +[0035] Name rkey: NGK626 offs: 0x00002d71 lens: 0x0000002b + 0x00003d71: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d75:RKEY I2532 0x00003d7d:offset 0x00000000 + 0x00003d81:string 'George /Karageorgeovitch/' + Assembled data for NGK626 + 1. I2532 name George /Karageorgeovitch/ +[0036] Name rkey: NGL200 offs: 0x00002d9c lens: 0x00000020 + 0x00003d9c: Ncount 1 + Keys and string offsets, strings + 1. 0x00003da0:RKEY I2985 0x00003da8:offset 0x00000000 + 0x00003dac:string 'Gerald /Legge/' + Assembled data for NGL200 + 1. I2985 name Gerald /Legge/ +[0037] Name rkey: NGL242 offs: 0x00002dbc lens: 0x00000054 + 0x00003dbc: Ncount 2 + Keys and string offsets, strings + 1. 0x00003dc0:RKEY I244 0x00003dd0:offset 0x00000000 + 0x00003dd8:string 'George Earl_of_Harewood /Lascelles/' + 2. 0x00003dc8:RKEY I291 0x00003dd4:offset 0x00000024 + 0x00003dfc:string 'Gerald /Lascelles/' + Assembled data for NGL242 + 1. I244 name George Earl_of_Harewood /Lascelles/ + 2. I291 name Gerald /Lascelles/ +[0038] Name rkey: NGL300 offs: 0x00002e10 lens: 0x00000021 + 0x00003e10: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e14:RKEY I2365 0x00003e1c:offset 0x00000000 + 0x00003e20:string 'Gertrude /Lyte/' + Assembled data for NGL300 + 1. I2365 name Gertrude /Lyte/ +[0039] Name rkey: NGM262 offs: 0x00002e31 lens: 0x00000025 + 0x00003e31: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e35:RKEY I3010 0x00003e3d:offset 0x00000000 + 0x00003e41:string 'Glen /McCorquodale/' + Assembled data for NGM262 + 1. I3010 name Glen /McCorquodale/ +[0040] Name rkey: NGM531 offs: 0x00002e56 lens: 0x00000026 + 0x00003e56: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e5a:RKEY I102 0x00003e62:offset 0x00000000 + 0x00003e66:string 'George /Mountbatten/' + Assembled data for NGM531 + 1. I102 name George /Mountbatten/ +[0041] Name rkey: NGO435 offs: 0x00002e7c lens: 0x00000047 + 0x00003e7c: Ncount 2 + Keys and string offsets, strings + 1. 0x00003e80:RKEY I439 0x00003e90:offset 0x00000000 + 0x00003e98:string 'George_II /Oldenburg/' + 2. 0x00003e88:RKEY I466 0x00003e94:offset 0x00000017 + 0x00003eaf:string 'George /Oldenburg/' + Assembled data for NGO435 + 1. I439 name George_II /Oldenburg/ + 2. I466 name George /Oldenburg/ +[0042] Name rkey: NGO450 offs: 0x00002ec3 lens: 0x00000022 + 0x00003ec3: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ec7:RKEY I2803 0x00003ecf:offset 0x00000000 + 0x00003ed3:string 'Gertrude /Ollen/' + Assembled data for NGO450 + 1. I2803 name Gertrude /Ollen/ +[0043] Name rkey: NGP453 offs: 0x00002ee5 lens: 0x0000002a + 0x00003ee5: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ee9:RKEY I1405 0x00003ef1:offset 0x00000000 + 0x00003ef5:string 'Geoffrey_V /Plantagenet/' + Assembled data for NGP453 + 1. I1405 name Geoffrey_V /Plantagenet/ +[0044] Name rkey: NGR352 offs: 0x00002f0f lens: 0x00000021 + 0x00003f0f: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f13:RKEY I2795 0x00003f1b:offset 0x00000000 + 0x00003f1f:string 'Gustaf /Ryding/' + Assembled data for NGR352 + 1. I2795 name Gustaf /Ryding/ +[0045] Name rkey: NGR362 offs: 0x00002f30 lens: 0x00000026 + 0x00003f30: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f34:RKEY I2801 0x00003f3c:offset 0x00000000 + 0x00003f40:string 'Gustaf /Reutersward/' + Assembled data for NGR362 + 1. I2801 name Gustaf /Reutersward/ +[0046] Name rkey: NGR551 offs: 0x00002f56 lens: 0x00000089 + 0x00003f56: Ncount 4 + Keys and string offsets, strings + 1. 0x00003f5a:RKEY I153 0x00003f7a:offset 0x00000000 + 0x00003f8a:string 'George Alexandrovich /Romanov/' + 2. 0x00003f62:RKEY I1360 0x00003f7e:offset 0x0000001f + 0x00003fa9:string 'George /Romanov/' + 3. 0x00003f6a:RKEY I1570 0x00003f82:offset 0x00000031 + 0x00003fbb:string 'George /Romanov/' + 4. 0x00003f72:RKEY I2674 0x00003f86:offset 0x00000043 + 0x00003fcd:string 'George /Romanov/' + Assembled data for NGR551 + 1. I153 name George Alexandrovich /Romanov/ + 2. I1360 name George /Romanov/ + 3. I1570 name George /Romanov/ + 4. I2674 name George /Romanov/ +[0047] Name rkey: NGS152 offs: 0x00002fdf lens: 0x00000026 + 0x00003fdf: Ncount 1 + Keys and string offsets, strings + 1. 0x00003fe3:RKEY I781 0x00003feb:offset 0x00000000 + 0x00003fef:string 'George John /Spencer/' + Assembled data for NGS152 + 1. I781 name George John /Spencer/ +[0048] Name rkey: NGS214 offs: 0x00003005 lens: 0x00000022 + 0x00004005: Ncount 1 + Keys and string offsets, strings + 1. 0x00004009:RKEY I3002 0x00004011:offset 0x00000000 + 0x00004015:string 'George /Scobell/' + Assembled data for NGS214 + 1. I3002 name George /Scobell/ +[0049] Name rkey: NGS351 offs: 0x00003027 lens: 0x00000022 + 0x00004027: Ncount 1 + Keys and string offsets, strings + 1. 0x0000402b:RKEY I2759 0x00004033:offset 0x00000000 + 0x00004037:string 'Gunilla /Stampe/' + Assembled data for NGS351 + 1. I2759 name Gunilla /Stampe/ +[0050] Name rkey: NGV253 offs: 0x00003049 lens: 0x00000025 + 0x00004049: Ncount 1 + Keys and string offsets, strings + 1. 0x0000404d:RKEY I2060 0x00004055:offset 0x00000000 + 0x00004059:string 'Galeazzo /Visconti/' + Assembled data for NGV253 + 1. I2060 name Galeazzo /Visconti/ +[0051] Name rkey: NGV535 offs: 0x0000306e lens: 0x0000002a + 0x0000406e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004072:RKEY I1212 0x0000407a:offset 0x00000000 + 0x0000407e:string 'Gosta /von_dem_Bussche-/' + Assembled data for NGV535 + 1. I1212 name Gosta /von_dem_Bussche-/ +[0052] Name rkey: NGW235 offs: 0x00003098 lens: 0x00000034 + 0x00004098: Ncount 1 + Keys and string offsets, strings + 1. 0x0000409c:RKEY I2735 0x000040a4:offset 0x00000000 + 0x000040a8:string 'Gunnila Martha Louise/Wachtmeister/' + Assembled data for NGW235 + 1. I2735 name Gunnila Martha Louise/Wachtmeister/ +[0053] Name rkey: NGW424 offs: 0x000030cc lens: 0x00000031 + 0x000040cc: Ncount 1 + Keys and string offsets, strings + 1. 0x000040d0:RKEY I1915 0x000040d8:offset 0x00000000 + 0x000040dc:string 'Garret of_Mornington /Wellesley/' + Assembled data for NGW424 + 1. I1915 name Garret of_Mornington /Wellesley/ +[0054] Name rkey: NGW532 offs: 0x000030fd lens: 0x000000d4 + 0x000040fd: Ncount 5 + Keys and string offsets, strings + 1. 0x00004101:RKEY I14 0x00004129:offset 0x00000000 + 0x0000413d:string 'George_V /Windsor/' + 2. 0x00004109:RKEY I32 0x0000412d:offset 0x00000014 + 0x00004151:string 'George_VI /Windsor/' + 3. 0x00004111:RKEY I35 0x00004131:offset 0x00000029 + 0x00004166:string 'George Edward Alexander/Windsor/' + 4. 0x00004119:RKEY I112 0x00004135:offset 0x0000004a + 0x00004187:string 'George Philip of_St._Andrews/Windsor/' + 5. 0x00004121:RKEY I801 0x00004139:offset 0x00000070 + 0x000041ad:string 'Gabriella Marina Alexandra/Windsor/' + Assembled data for NGW532 + 1. I14 name George_V /Windsor/ + 2. I32 name George_VI /Windsor/ + 3. I35 name George Edward Alexander/Windsor/ + 4. I112 name George Philip of_St._Andrews/Windsor/ + 5. I801 name Gabriella Marina Alexandra/Windsor/ +[0055] Name rkey: NGZ999 offs: 0x000031d1 lens: 0x0000081d + 0x000041d1: Ncount 68 + Keys and string offsets, strings + 1. 0x000041d5:RKEY I19 0x000043f5:offset 0x00000000 + 0x00004505:string 'George Victor of_Waldeck//' + 2. 0x000041dd:RKEY I124 0x000043f9:offset 0x0000001b + 0x00004520:string 'Gustav_VI Adolf //' + 3. 0x000041e5:RKEY I262 0x000043fd:offset 0x0000002e + 0x00004533:string 'George of_Cambridge //' + 4. 0x000041ed:RKEY I282 0x00004401:offset 0x00000045 + 0x0000454a:string 'George of_Cambridge //' + 5. 0x000041f5:RKEY I445 0x00004405:offset 0x0000005c + 0x00004561:string 'Gustav Adolf //' + 6. 0x000041fd:RKEY I456 0x00004409:offset 0x0000006c + 0x00004571:string 'Gustav_V //' + 7. 0x00004205:RKEY I461 0x0000440d:offset 0x00000079 + 0x0000457e:string 'George Donatus of_Hesse//' + 8. 0x0000420d:RKEY I477 0x00004411:offset 0x00000093 + 0x00004598:string 'Gottfried of_Hohenlohe- Lagenburg//' + 9. 0x00004215:RKEY I482 0x00004415:offset 0x000000b7 + 0x000045bc:string 'George William of_Hanover//' + 10. 0x0000421d:RKEY I488 0x00004419:offset 0x000000d3 + 0x000045d8:string 'Gustav Ernst of_Erbach-Schonb//' + 11. 0x00004225:RKEY I572 0x0000441d:offset 0x000000f3 + 0x000045f8:string 'George Charles Emil//' + 12. 0x0000422d:RKEY I582 0x00004421:offset 0x00000109 + 0x0000460e:string 'Guillaume_IV of_Luxembourg //' + 13. 0x00004235:RKEY I590 0x00004425:offset 0x00000127 + 0x0000462c:string 'Gaston //' + 14. 0x0000423d:RKEY I675 0x00004429:offset 0x00000132 + 0x00004637:string 'Geraldine //' + 15. 0x00004245:RKEY I692 0x0000442d:offset 0x00000140 + 0x00004645:string 'George of_Denmark //' + 16. 0x0000424d:RKEY I700 0x00004431:offset 0x00000155 + 0x0000465a:string 'George //' + 17. 0x00004255:RKEY I759 0x00004435:offset 0x00000160 + 0x00004665:string 'George_I of_Saxe- Meiningen//' + 18. 0x0000425d:RKEY I901 0x00004439:offset 0x0000017e + 0x00004683:string 'George of_Russia //' + 19. 0x00004265:RKEY I929 0x0000443d:offset 0x00000192 + 0x00004697:string 'Georg Friedrich //' + 20. 0x0000426d:RKEY I993 0x00004441:offset 0x000001a5 + 0x000046aa:string 'George //' + 21. 0x00004275:RKEY I1005 0x00004445:offset 0x000001b0 + 0x000046b5:string 'George //' + 22. 0x0000427d:RKEY I1191 0x00004449:offset 0x000001bb + 0x000046c0:string 'Gabriele //' + 23. 0x00004285:RKEY I1377 0x0000444d:offset 0x000001c8 + 0x000046cd:string 'Geoffrey //' + 24. 0x0000428d:RKEY I1531 0x00004451:offset 0x000001d5 + 0x000046da:string 'Gunnor of_Denmark //' + 25. 0x00004295:RKEY I1536 0x00004455:offset 0x000001ea + 0x000046ef:string 'Godwin //' + 26. 0x0000429d:RKEY I1537 0x00004459:offset 0x000001f5 + 0x000046fa:string 'Gytha //' + 27. 0x000042a5:RKEY I1540 0x0000445d:offset 0x000001ff + 0x00004704:string 'Gytha //' + 28. 0x000042ad:RKEY I1576 0x00004461:offset 0x00000209 + 0x0000470e:string 'George //' + 29. 0x000042b5:RKEY I1588 0x00004465:offset 0x00000214 + 0x00004719:string 'Gilbert De_Clare //' + 30. 0x000042bd:RKEY I1666 0x00004469:offset 0x00000228 + 0x0000472d:string 'Gustav //' + 31. 0x000042c5:RKEY I1717 0x0000446d:offset 0x00000233 + 0x00004738:string 'George Henry Lennox//' + 32. 0x000042cd:RKEY I1752 0x00004471:offset 0x00000249 + 0x0000474e:string 'Gunnor //' + 33. 0x000042d5:RKEY I1768 0x00004475:offset 0x00000254 + 0x00004759:string 'Gunhilda //' + 34. 0x000042dd:RKEY I1777 0x00004479:offset 0x00000261 + 0x00004766:string 'Gunhilda //' + 35. 0x000042e5:RKEY I1834 0x0000447d:offset 0x0000026e + 0x00004773:string 'Gilbert De_Clare of_Gloucester//' + 36. 0x000042ed:RKEY I1852 0x00004481:offset 0x0000028f + 0x00004794:string 'Geoffrey of_Conversano //' + 37. 0x000042f5:RKEY I1859 0x00004485:offset 0x000002a9 + 0x000047ae:string 'Geoffrey Lower_Lorraine //' + 38. 0x000042fd:RKEY I1863 0x00004489:offset 0x000002c4 + 0x000047c9:string 'Giles de_Sulli //' + 39. 0x00004305:RKEY I1866 0x0000448d:offset 0x000002d6 + 0x000047db:string 'Geoffrey_VI of_Anjou //' + 40. 0x0000430d:RKEY I1876 0x00004491:offset 0x000002ee + 0x000047f3:string 'Guy of_Thouars //' + 41. 0x00004315:RKEY I1878 0x00004495:offset 0x00000300 + 0x00004805:string 'Geoffrey de_Mandeville //' + 42. 0x0000431d:RKEY I1911 0x00004499:offset 0x0000031a + 0x0000481f:string 'Gwladus DDU //' + 43. 0x00004325:RKEY I1928 0x0000449d:offset 0x00000329 + 0x0000482e:string 'Gruffydd Ap_Llywelyn //' + 44. 0x0000432d:RKEY I1951 0x000044a1:offset 0x00000341 + 0x00004846:string 'Gruffydd Ap_Cynan //' + 45. 0x00004335:RKEY I1957 0x000044a5:offset 0x00000356 + 0x0000485b:string 'Gruffydd //' + 46. 0x0000433d:RKEY I1960 0x000044a9:offset 0x00000363 + 0x00004868:string 'Gwenllian //' + 47. 0x00004345:RKEY I1997 0x000044ad:offset 0x00000371 + 0x00004876:string 'Gewis //' + 48. 0x0000434d:RKEY I2008 0x000044b1:offset 0x0000037b + 0x00004880:string 'Godwulf //' + 49. 0x00004355:RKEY I2009 0x000044b5:offset 0x00000387 + 0x0000488c:string 'Geata //' + 50. 0x0000435d:RKEY I2139 0x000044b9:offset 0x00000391 + 0x00004896:string 'Gustavus Adolphus of_Stolberg-Ged.//' + 51. 0x00004365:RKEY I2140 0x000044bd:offset 0x000003b6 + 0x000048bb:string 'George William of_Brunswick//' + 52. 0x0000436d:RKEY I2158 0x000044c1:offset 0x000003d4 + 0x000048d9:string 'George of_Milford_Haven //' + 53. 0x00004375:RKEY I2175 0x000044c5:offset 0x000003ef + 0x000048f4:string 'Goronwy_Ap Tudor //' + 54. 0x0000437d:RKEY I2177 0x000044c9:offset 0x00000403 + 0x00004908:string 'Goronwy //' + 55. 0x00004385:RKEY I2179 0x000044cd:offset 0x0000040f + 0x00004914:string 'Gwenllian //' + 56. 0x0000438d:RKEY I2181 0x000044d1:offset 0x0000041d + 0x00004922:string 'Gruffydd //' + 57. 0x00004395:RKEY I2244 0x000044d5:offset 0x0000042a + 0x0000492f:string 'Gillacomgan //' + 58. 0x0000439d:RKEY I2245 0x000044d9:offset 0x0000043a + 0x0000493f:string 'Gruoch //' + 59. 0x000043a5:RKEY I2603 0x000044dd:offset 0x00000445 + 0x0000494a:string 'Gerberge //' + 60. 0x000043ad:RKEY I2612 0x000044e1:offset 0x00000452 + 0x00004957:string 'Gerberge of_the_Lombard //' + 61. 0x000043b5:RKEY I2643 0x000044e5:offset 0x0000046d + 0x00004972:string 'Gonzalo //' + 62. 0x000043bd:RKEY I2683 0x000044e9:offset 0x00000479 + 0x0000497e:string 'George Bagration- Mukhranski//' + 63. 0x000043c5:RKEY I2701 0x000044ed:offset 0x00000498 + 0x0000499d:string 'Gorm //' + 64. 0x000043cd:RKEY I2820 0x000044f1:offset 0x000004a1 + 0x000049a6:string 'Gustaf //' + 65. 0x000043d5:RKEY I2828 0x000044f5:offset 0x000004ac + 0x000049b1:string 'Gunnar //' + 66. 0x000043dd:RKEY I2852 0x000044f9:offset 0x000004b7 + 0x000049bc:string 'Gustaf_III //' + 67. 0x000043e5:RKEY I2886 0x000044fd:offset 0x000004c6 + 0x000049cb:string 'Germaine of_Narbonne //' + 68. 0x000043ed:RKEY I2988 0x00004501:offset 0x000004de + 0x000049e3:string 'Gracie //' + Assembled data for NGZ999 + 1. I19 name George Victor of_Waldeck// + 2. I124 name Gustav_VI Adolf // + 3. I262 name George of_Cambridge // + 4. I282 name George of_Cambridge // + 5. I445 name Gustav Adolf // + 6. I456 name Gustav_V // + 7. I461 name George Donatus of_Hesse// + 8. I477 name Gottfried of_Hohenlohe- Lagenburg// + 9. I482 name George William of_Hanover// + 10. I488 name Gustav Ernst of_Erbach-Schonb// + 11. I572 name George Charles Emil// + 12. I582 name Guillaume_IV of_Luxembourg // + 13. I590 name Gaston // + 14. I675 name Geraldine // + 15. I692 name George of_Denmark // + 16. I700 name George // + 17. I759 name George_I of_Saxe- Meiningen// + 18. I901 name George of_Russia // + 19. I929 name Georg Friedrich // + 20. I993 name George // + 21. I1005 name George // + 22. I1191 name Gabriele // + 23. I1377 name Geoffrey // + 24. I1531 name Gunnor of_Denmark // + 25. I1536 name Godwin // + 26. I1537 name Gytha // + 27. I1540 name Gytha // + 28. I1576 name George // + 29. I1588 name Gilbert De_Clare // + 30. I1666 name Gustav // + 31. I1717 name George Henry Lennox// + 32. I1752 name Gunnor // + 33. I1768 name Gunhilda // + 34. I1777 name Gunhilda // + 35. I1834 name Gilbert De_Clare of_Gloucester// + 36. I1852 name Geoffrey of_Conversano // + 37. I1859 name Geoffrey Lower_Lorraine // + 38. I1863 name Giles de_Sulli // + 39. I1866 name Geoffrey_VI of_Anjou // + 40. I1876 name Guy of_Thouars // + 41. I1878 name Geoffrey de_Mandeville // + 42. I1911 name Gwladus DDU // + 43. I1928 name Gruffydd Ap_Llywelyn // + 44. I1951 name Gruffydd Ap_Cynan // + 45. I1957 name Gruffydd // + 46. I1960 name Gwenllian // + 47. I1997 name Gewis // + 48. I2008 name Godwulf // + 49. I2009 name Geata // + 50. I2139 name Gustavus Adolphus of_Stolberg-Ged.// + 51. I2140 name George William of_Brunswick// + 52. I2158 name George of_Milford_Haven // + 53. I2175 name Goronwy_Ap Tudor // + 54. I2177 name Goronwy // + 55. I2179 name Gwenllian // + 56. I2181 name Gruffydd // + 57. I2244 name Gillacomgan // + 58. I2245 name Gruoch // + 59. I2603 name Gerberge // + 60. I2612 name Gerberge of_the_Lombard // + 61. I2643 name Gonzalo // + 62. I2683 name George Bagration- Mukhranski// + 63. I2701 name Gorm // + 64. I2820 name Gustaf // + 65. I2828 name Gunnar // + 66. I2852 name Gustaf_III // + 67. I2886 name Germaine of_Narbonne // + 68. I2988 name Gracie // +[0056] Name rkey: NHB163 offs: 0x000039ee lens: 0x00000040 + 0x000049ee: Ncount 2 + Keys and string offsets, strings + 1. 0x000049f2:RKEY I1333 0x00004a02:offset 0x00000000 + 0x00004a0a:string 'Henry /Beaufort/' + 2. 0x000049fa:RKEY I2083 0x00004a06:offset 0x00000012 + 0x00004a1c:string 'Henry /Beaufort/' + Assembled data for NHB163 + 1. I1333 name Henry /Beaufort/ + 2. I2083 name Henry /Beaufort/ +[0057] Name rkey: NHB500 offs: 0x00003a2e lens: 0x0000001e + 0x00004a2e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a32:RKEY I796 0x00004a3a:offset 0x00000000 + 0x00004a3e:string 'Helen /Bean/' + Assembled data for NHB500 + 1. I796 name Helen /Bean/ +[0058] Name rkey: NHB524 offs: 0x00003a4c lens: 0x00000026 + 0x00004a4c: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a50:RKEY I2766 0x00004a58:offset 0x00000000 + 0x00004a5c:string 'Hans-Jorg /Baenkler/' + Assembled data for NHB524 + 1. I2766 name Hans-Jorg /Baenkler/ +[0059] Name rkey: NHB626 offs: 0x00003a72 lens: 0x00000026 + 0x00004a72: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a76:RKEY I1026 0x00004a7e:offset 0x00000000 + 0x00004a82:string 'Henry 1st /Bourchier/' + Assembled data for NHB626 + 1. I1026 name Henry 1st /Bourchier/ +[0060] Name rkey: NHB652 offs: 0x00003a98 lens: 0x00000020 + 0x00004a98: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a9c:RKEY I783 0x00004aa4:offset 0x00000000 + 0x00004aa8:string 'Henry /Baring/' + Assembled data for NHB652 + 1. I783 name Henry /Baring/ +[0061] Name rkey: NHB653 offs: 0x00003ab8 lens: 0x00000077 + 0x00004ab8: Ncount 4 + Keys and string offsets, strings + 1. 0x00004abc:RKEY I823 0x00004adc:offset 0x00000000 + 0x00004aec:string 'Hector /Barrantes/' + 2. 0x00004ac4:RKEY I1426 0x00004ae0:offset 0x00000014 + 0x00004b00:string 'Henry /Brandon/' + 3. 0x00004acc:RKEY I2948 0x00004ae4:offset 0x00000025 + 0x00004b11:string 'Henry /Brand/' + 4. 0x00004ad4:RKEY I2949 0x00004ae8:offset 0x00000034 + 0x00004b20:string 'Henry /Brand/' + Assembled data for NHB653 + 1. I823 name Hector /Barrantes/ + 2. I1426 name Henry /Brandon/ + 3. I2948 name Henry /Brand/ + 4. I2949 name Henry /Brand/ +[0062] Name rkey: NHC130 offs: 0x00003b2f lens: 0x0000001e + 0x00004b2f: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b33:RKEY I2463 0x00004b3b:offset 0x00000000 + 0x00004b3f:string 'Hugh /Capet/' + Assembled data for NHC130 + 1. I2463 name Hugh /Capet/ +[0063] Name rkey: NHC362 offs: 0x00003b4d lens: 0x00000022 + 0x00004b4d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b51:RKEY I2818 0x00004b59:offset 0x00000000 + 0x00004b5d:string 'Hugo /Cedergren/' + Assembled data for NHC362 + 1. I2818 name Hugo /Cedergren/ +[0064] Name rkey: NHC416 offs: 0x00003b6f lens: 0x0000002f + 0x00004b6f: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b73:RKEY I2104 0x00004b7b:offset 0x00000000 + 0x00004b7f:string 'Henry of_Cumberland /Clifford/' + Assembled data for NHC416 + 1. I2104 name Henry of_Cumberland /Clifford/ +[0065] Name rkey: NHC600 offs: 0x00003b9e lens: 0x0000001f + 0x00004b9e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004ba2:RKEY I2394 0x00004baa:offset 0x00000000 + 0x00004bae:string 'Henry /Carey/' + Assembled data for NHC600 + 1. I2394 name Henry /Carey/ +[0066] Name rkey: NHD150 offs: 0x00003bbd lens: 0x00000051 + 0x00004bbd: Ncount 2 + Keys and string offsets, strings + 1. 0x00004bc1:RKEY I1332 0x00004bd1:offset 0x00000000 + 0x00004bd9:string 'Humphrey /De_Bohun/' + 2. 0x00004bc9:RKEY I2069 0x00004bd5:offset 0x00000015 + 0x00004bee:string 'Humphrey of_Hereford /De_Bohun/' + Assembled data for NHD150 + 1. I1332 name Humphrey /De_Bohun/ + 2. I2069 name Humphrey of_Hereford /De_Bohun/ +[0067] Name rkey: NHD340 offs: 0x00003c0e lens: 0x00000020 + 0x00004c0e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004c12:RKEY I2314 0x00004c1a:offset 0x00000000 + 0x00004c1e:string 'Henry /Dudley/' + Assembled data for NHD340 + 1. I2314 name Henry /Dudley/ +[0068] Name rkey: NHD416 offs: 0x00003c2e lens: 0x00000024 + 0x00004c2e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004c32:RKEY I1609 0x00004c3a:offset 0x00000000 + 0x00004c3e:string 'Henri /de_Laborde/' + Assembled data for NHD416 + 1. I1609 name Henri /de_Laborde/ +[0069] Name rkey: NHD630 offs: 0x00003c52 lens: 0x00000020 + 0x00004c52: Ncount 1 + Keys and string offsets, strings + 1. 0x00004c56:RKEY I2703 0x00004c5e:offset 0x00000000 + 0x00004c62:string 'Helen /Dorrit/' + Assembled data for NHD630 + 1. I2703 name Helen /Dorrit/ +[0070] Name rkey: NHF326 offs: 0x00003c72 lens: 0x0000003e + 0x00004c72: Ncount 2 + Keys and string offsets, strings + 1. 0x00004c76:RKEY I2307 0x00004c86:offset 0x00000000 + 0x00004c8e:string 'Henry /Fitzroy/' + 2. 0x00004c7e:RKEY I2364 0x00004c8a:offset 0x00000011 + 0x00004c9f:string 'Henry /Fitzroy/' + Assembled data for NHF326 + 1. I2307 name Henry /Fitzroy/ + 2. I2364 name Henry /Fitzroy/ +[0071] Name rkey: NHF432 offs: 0x00003cb0 lens: 0x00000022 + 0x00004cb0: Ncount 1 + Keys and string offsets, strings + 1. 0x00004cb4:RKEY I2938 0x00004cbc:offset 0x00000000 + 0x00004cc0:string 'Henry /Fletcher/' + Assembled data for NHF432 + 1. I2938 name Henry /Fletcher/ +[0072] Name rkey: NHG600 offs: 0x00003cd2 lens: 0x0000001e + 0x00004cd2: Ncount 1 + Keys and string offsets, strings + 1. 0x00004cd6:RKEY I1430 0x00004cde:offset 0x00000000 + 0x00004ce2:string 'Henry /Grey/' + Assembled data for NHG600 + 1. I1430 name Henry /Grey/ +[0073] Name rkey: NHH235 offs: 0x00003cf0 lens: 0x0000002f + 0x00004cf0: Ncount 1 + Keys and string offsets, strings + 1. 0x00004cf4:RKEY I2329 0x00004cfc:offset 0x00000000 + 0x00004d00:string 'Henry of_Huntington /Hastings/' + Assembled data for NHH235 + 1. I2329 name Henry of_Huntington /Hastings/ +[0074] Name rkey: NHH325 offs: 0x00003d1f lens: 0x0000002c + 0x00004d1f: Ncount 1 + Keys and string offsets, strings + 1. 0x00004d23:RKEY I365 0x00004d2b:offset 0x00000000 + 0x00004d2f:string 'Henrietta Mildred /Hodgson/' + Assembled data for NHH325 + 1. I365 name Henrietta Mildred /Hodgson/ +[0075] Name rkey: NHH516 offs: 0x00003d4b lens: 0x0000005d + 0x00004d4b: Ncount 2 + Keys and string offsets, strings + 1. 0x00004d4f:RKEY I337 0x00004d5f:offset 0x00000000 + 0x00004d67:string 'Henry Frederick of_Cumberland/Hanover/' + 2. 0x00004d57:RKEY I1044 0x00004d63:offset 0x00000027 + 0x00004d8e:string 'Heinrich Julius /Hanover/' + Assembled data for NHH516 + 1. I337 name Henry Frederick of_Cumberland/Hanover/ + 2. I1044 name Heinrich Julius /Hanover/ +[0076] Name rkey: NHH616 offs: 0x00003da8 lens: 0x00000021 + 0x00004da8: Ncount 1 + Keys and string offsets, strings + 1. 0x00004dac:RKEY I2332 0x00004db4:offset 0x00000000 + 0x00004db8:string 'Henry /Herbert/' + Assembled data for NHH616 + 1. I2332 name Henry /Herbert/ +[0077] Name rkey: NHH630 offs: 0x00003dc9 lens: 0x00000067 + 0x00004dc9: Ncount 3 + Keys and string offsets, strings + 1. 0x00004dcd:RKEY I2355 0x00004de5:offset 0x00000000 + 0x00004df1:string 'Henry /Howard/' + 2. 0x00004dd5:RKEY I2360 0x00004de9:offset 0x00000010 + 0x00004e01:string 'Henry of_Northhampton /Howard/' + 3. 0x00004ddd:RKEY I2377 0x00004ded:offset 0x0000002f + 0x00004e20:string 'Henry /Howard/' + Assembled data for NHH630 + 1. I2355 name Henry /Howard/ + 2. I2360 name Henry of_Northhampton /Howard/ + 3. I2377 name Henry /Howard/ +[0078] Name rkey: NHK142 offs: 0x00003e30 lens: 0x00000022 + 0x00004e30: Ncount 1 + Keys and string offsets, strings + 1. 0x00004e34:RKEY I1839 0x00004e3c:offset 0x00000000 + 0x00004e40:string 'Hugh /Keveliock/' + Assembled data for NHK142 + 1. I1839 name Hugh /Keveliock/ +[0079] Name rkey: NHK320 offs: 0x00003e52 lens: 0x00000022 + 0x00004e52: Ncount 1 + Keys and string offsets, strings + 1. 0x00004e56:RKEY I2756 0x00004e5e:offset 0x00000000 + 0x00004e62:string 'Heinrich /Kautz/' + Assembled data for NHK320 + 1. I2756 name Heinrich /Kautz/ +[0080] Name rkey: NHK542 offs: 0x00003e74 lens: 0x00000021 + 0x00004e74: Ncount 1 + Keys and string offsets, strings + 1. 0x00004e78:RKEY I2406 0x00004e80:offset 0x00000000 + 0x00004e84:string 'Henry /Knollys/' + Assembled data for NHK542 + 1. I2406 name Henry /Knollys/ +[0081] Name rkey: NHL165 offs: 0x00003e95 lens: 0x0000002c + 0x00004e95: Ncount 1 + Keys and string offsets, strings + 1. 0x00004e99:RKEY I1880 0x00004ea1:offset 0x00000000 + 0x00004ea5:string 'Hugh de_la_Marche /le_Brun/' + Assembled data for NHL165 + 1. I1880 name Hugh de_la_Marche /le_Brun/ +[0082] Name rkey: NHL200 offs: 0x00003ec1 lens: 0x00000041 + 0x00004ec1: Ncount 2 + Keys and string offsets, strings + 1. 0x00004ec5:RKEY I2098 0x00004ed5:offset 0x00000000 + 0x00004edd:string 'Henry Fitz /Lewes/' + 2. 0x00004ecd:RKEY I2994 0x00004ed9:offset 0x00000013 + 0x00004ef0:string 'Humphrey /Legge/' + Assembled data for NHL200 + 1. I2098 name Henry Fitz /Lewes/ + 2. I2994 name Humphrey /Legge/ +[0083] Name rkey: NHL242 offs: 0x00003f02 lens: 0x0000004f + 0x00004f02: Ncount 2 + Keys and string offsets, strings + 1. 0x00004f06:RKEY I68 0x00004f16:offset 0x00000000 + 0x00004f1e:string 'Henry George Charles/Lascelles/' + 2. 0x00004f0e:RKEY I297 0x00004f1a:offset 0x00000020 + 0x00004f3e:string 'Henry /Lascelles/' + Assembled data for NHL242 + 1. I68 name Henry George Charles/Lascelles/ + 2. I297 name Henry /Lascelles/ +[0084] Name rkey: NHL653 offs: 0x00003f51 lens: 0x00000024 + 0x00004f51: Ncount 1 + Keys and string offsets, strings + 1. 0x00004f55:RKEY I967 0x00004f5d:offset 0x00000000 + 0x00004f61:string 'Haakon /Lorentzen/' + Assembled data for NHL653 + 1. I967 name Haakon /Lorentzen/ +[0085] Name rkey: NHM252 offs: 0x00003f75 lens: 0x0000002a + 0x00004f75: Ncount 1 + Keys and string offsets, strings + 1. 0x00004f79:RKEY I455 0x00004f81:offset 0x00000000 + 0x00004f85:string 'Haakon of_Norway /Magnus/' + Assembled data for NHM252 + 1. I455 name Haakon of_Norway /Magnus/ +[0086] Name rkey: NHM262 offs: 0x00003f9f lens: 0x00000048 + 0x00004f9f: Ncount 2 + Keys and string offsets, strings + 1. 0x00004fa3:RKEY I2986 0x00004fb3:offset 0x00000000 + 0x00004fbb:string 'Hugh /McCorquodale/' + 2. 0x00004fab:RKEY I2987 0x00004fb7:offset 0x00000015 + 0x00004fd0:string 'Harold /McCorquodale/' + Assembled data for NHM262 + 1. I2986 name Hugh /McCorquodale/ + 2. I2987 name Harold /McCorquodale/ +[0087] Name rkey: NHM532 offs: 0x00003fe7 lens: 0x00000032 + 0x00004fe7: Ncount 1 + Keys and string offsets, strings + 1. 0x00004feb:RKEY I2946 0x00004ff3:offset 0x00000000 + 0x00004ff7:string 'Herbert -Scott /Montagu-Douglas-/' + Assembled data for NHM532 + 1. I2946 name Herbert -Scott /Montagu-Douglas-/ +[0088] Name rkey: NHM625 offs: 0x00004019 lens: 0x00000023 + 0x00005019: Ncount 1 + Keys and string offsets, strings + 1. 0x0000501d:RKEY I2939 0x00005025:offset 0x00000000 + 0x00005029:string 'Harriet /Marsham/' + Assembled data for NHM625 + 1. I2939 name Harriet /Marsham/ +[0089] Name rkey: NHM650 offs: 0x0000403c lens: 0x00000022 + 0x0000503c: Ncount 1 + Keys and string offsets, strings + 1. 0x00005040:RKEY I2644 0x00005048:offset 0x00000000 + 0x0000504c:string 'Henry C. /Marone/' + Assembled data for NHM650 + 1. I2644 name Henry C. /Marone/ +[0090] Name rkey: NHP620 offs: 0x0000405e lens: 0x00000028 + 0x0000505e: Ncount 1 + Keys and string offsets, strings + 1. 0x00005062:RKEY I2286 0x0000506a:offset 0x00000000 + 0x0000506e:string 'Henry (Hotspur) /Percy/' + Assembled data for NHP620 + 1. I2286 name Henry (Hotspur) /Percy/ +[0091] Name rkey: NHR200 offs: 0x00004086 lens: 0x00000027 + 0x00005086: Ncount 1 + Keys and string offsets, strings + 1. 0x0000508a:RKEY I1172 0x00005092:offset 0x00000000 + 0x00005096:string 'Heinrich_XXII /Reuss/' + Assembled data for NHR200 + 1. I1172 name Heinrich_XXII /Reuss/ +[0092] Name rkey: NHR262 offs: 0x000040ad lens: 0x00000021 + 0x000050ad: Ncount 1 + Keys and string offsets, strings + 1. 0x000050b1:RKEY I2112 0x000050b9:offset 0x00000000 + 0x000050bd:string 'Honora /Rogers/' + Assembled data for NHR262 + 1. I2112 name Honora /Rogers/ +[0093] Name rkey: NHR324 offs: 0x000040ce lens: 0x00000023 + 0x000050ce: Ncount 1 + Keys and string offsets, strings + 1. 0x000050d2:RKEY I2354 0x000050da:offset 0x00000000 + 0x000050de:string 'Henry /Radcliffe/' + Assembled data for NHR324 + 1. I2354 name Henry /Radcliffe/ +[0094] Name rkey: NHR551 offs: 0x000040f1 lens: 0x00000036 + 0x000050f1: Ncount 1 + Keys and string offsets, strings + 1. 0x000050f5:RKEY I1362 0x000050fd:offset 0x00000000 + 0x00005101:string 'Helen Vladimirovna of_Russia/Romanov/' + Assembled data for NHR551 + 1. I1362 name Helen Vladimirovna of_Russia/Romanov/ +[0095] Name rkey: NHS230 offs: 0x00004127 lens: 0x0000002b + 0x00005127: Ncount 1 + Keys and string offsets, strings + 1. 0x0000512b:RKEY I2950 0x00005133:offset 0x00000000 + 0x00005137:string 'Henry of_Buccleuch /Scott/' + Assembled data for NHS230 + 1. I2950 name Henry of_Buccleuch /Scott/ +[0096] Name rkey: NHS316 offs: 0x00004152 lens: 0x00000022 + 0x00005152: Ncount 1 + Keys and string offsets, strings + 1. 0x00005156:RKEY I1350 0x0000515e:offset 0x00000000 + 0x00005162:string 'Henry /Stafford/' + Assembled data for NHS316 + 1. I1350 name Henry /Stafford/ +[0097] Name rkey: NHS350 offs: 0x00004174 lens: 0x00000020 + 0x00005174: Ncount 1 + Keys and string offsets, strings + 1. 0x00005178:RKEY I2328 0x00005180:offset 0x00000000 + 0x00005184:string 'Henry /Sidney/' + Assembled data for NHS350 + 1. I2328 name Henry /Sidney/ +[0098] Name rkey: NHS354 offs: 0x00004194 lens: 0x00000021 + 0x00005194: Ncount 1 + Keys and string offsets, strings + 1. 0x00005198:RKEY I2335 0x000051a0:offset 0x00000000 + 0x000051a4:string 'Henry /Stanley/' + Assembled data for NHS354 + 1. I2335 name Henry /Stanley/ +[0099] Name rkey: NHS363 offs: 0x000041b5 lens: 0x000000d9 + 0x000051b5: Ncount 6 + Keys and string offsets, strings + 1. 0x000051b9:RKEY I723 0x000051e9:offset 0x00000000 + 0x00005201:string 'Henry Benedict Thomas/Stuart/' + 2. 0x000051c1:RKEY I727 0x000051ed:offset 0x0000001e + 0x0000521f:string 'Henry Frederick /Stuart/' + 3. 0x000051c9:RKEY I748 0x000051f1:offset 0x00000037 + 0x00005238:string 'Henry of_Gloucester /Stuart/' + 4. 0x000051d1:RKEY I749 0x000051f5:offset 0x00000054 + 0x00005255:string 'Henrietta Anne /Stuart/' + 5. 0x000051d9:RKEY I837 0x000051f9:offset 0x0000006c + 0x0000526d:string 'Henry /Stewart/' + 6. 0x000051e1:RKEY I1249 0x000051fd:offset 0x0000007d + 0x0000527e:string 'Henry /Stuart/' + Assembled data for NHS363 + 1. I723 name Henry Benedict Thomas/Stuart/ + 2. I727 name Henry Frederick /Stuart/ + 3. I748 name Henry of_Gloucester /Stuart/ + 4. I749 name Henrietta Anne /Stuart/ + 5. I837 name Henry /Stewart/ + 6. I1249 name Henry /Stuart/ +[0100] Name rkey: NHS516 offs: 0x0000428e lens: 0x00000021 + 0x0000528e: Ncount 1 + Keys and string offsets, strings + 1. 0x00005292:RKEY I2064 0x0000529a:offset 0x00000000 + 0x0000529e:string 'Hugh /Swynford/' + Assembled data for NHS516 + 1. I2064 name Hugh /Swynford/ +[0101] Name rkey: NHS530 offs: 0x000042af lens: 0x00000023 + 0x000052af: Ncount 1 + Keys and string offsets, strings + 1. 0x000052b3:RKEY I1711 0x000052bb:offset 0x00000000 + 0x000052bf:string 'Henry Abel /Smith/' + Assembled data for NHS530 + 1. I1711 name Henry Abel /Smith/ +[0102] Name rkey: NHS560 offs: 0x000042d2 lens: 0x00000082 + 0x000052d2: Ncount 4 + Keys and string offsets, strings + 1. 0x000052d6:RKEY I779 0x000052f6:offset 0x00000000 + 0x00005306:string 'Horace Beauchamp /Seymour/' + 2. 0x000052de:RKEY I2301 0x000052fa:offset 0x0000001b + 0x00005321:string 'Hugh /Seymour/' + 3. 0x000052e6:RKEY I2327 0x000052fe:offset 0x0000002b + 0x00005331:string 'Henry /Seymour/' + 4. 0x000052ee:RKEY I2398 0x00005302:offset 0x0000003c + 0x00005342:string 'Honora /Seymour/' + Assembled data for NHS560 + 1. I779 name Horace Beauchamp /Seymour/ + 2. I2301 name Hugh /Seymour/ + 3. I2327 name Henry /Seymour/ + 4. I2398 name Honora /Seymour/ +[0103] Name rkey: NHS562 offs: 0x00004354 lens: 0x00000026 + 0x00005354: Ncount 1 + Keys and string offsets, strings + 1. 0x00005358:RKEY I2306 0x00005360:offset 0x00000000 + 0x00005364:string 'Henrietta /Somerset/' + Assembled data for NHS562 + 1. I2306 name Henrietta /Somerset/ +[0104] Name rkey: NHT360 offs: 0x0000437a lens: 0x00000081 + 0x0000537a: Ncount 4 + Keys and string offsets, strings + 1. 0x0000537e:RKEY I773 0x0000539e:offset 0x00000000 + 0x000053ae:string 'Henry_VII /Tudor/' + 2. 0x00005386:RKEY I828 0x000053a2:offset 0x00000013 + 0x000053c1:string 'Henry_VIII /Tudor/' + 3. 0x0000538e:RKEY I843 0x000053a6:offset 0x00000027 + 0x000053d5:string 'Henry_(1) /Tudor/' + 4. 0x00005396:RKEY I844 0x000053aa:offset 0x0000003a + 0x000053e8:string 'Henry_(2) /Tudor/' + Assembled data for NHT360 + 1. I773 name Henry_VII /Tudor/ + 2. I828 name Henry_VIII /Tudor/ + 3. I843 name Henry_(1) /Tudor/ + 4. I844 name Henry_(2) /Tudor/ +[0105] Name rkey: NHW532 offs: 0x000043fb lens: 0x00000082 + 0x000053fb: Ncount 3 + Keys and string offsets, strings + 1. 0x000053ff:RKEY I34 0x00005417:offset 0x00000000 + 0x00005423:string 'Henry William Frederick/Windsor/' + 2. 0x00005407:RKEY I113 0x0000541b:offset 0x00000021 + 0x00005444:string 'Helen Marina Lucy/Windsor/' + 3. 0x0000540f:RKEY I116 0x0000541f:offset 0x0000003c + 0x0000545f:string 'Henry Charles Albert/Windsor/' + Assembled data for NHW532 + 1. I34 name Henry William Frederick/Windsor/ + 2. I113 name Helen Marina Lucy/Windsor/ + 3. I116 name Henry Charles Albert/Windsor/ +[0106] Name rkey: NHW623 offs: 0x0000447d lens: 0x0000002b + 0x0000547d: Ncount 1 + Keys and string offsets, strings + 1. 0x00005481:RKEY I2936 0x00005489:offset 0x00000000 + 0x0000548d:string 'Henry Fitzherbert /Wright/' + Assembled data for NHW623 + 1. I2936 name Henry Fitzherbert /Wright/ +[0107] Name rkey: NHZ999 offs: 0x000044a8 lens: 0x00000a62 + 0x000054a8: Ncount 91 + Keys and string offsets, strings + 1. 0x000054ac:RKEY I7 0x00005784:offset 0x00000000 + 0x000058f0:string 'Helena Augusta Victoria//' + 2. 0x000054b4:RKEY I23 0x00005788:offset 0x0000001a + 0x0000590a:string 'Helena Frederica of_Waldeck//' + 3. 0x000054bc:RKEY I25 0x0000578c:offset 0x00000038 + 0x00005928:string 'Henry Maurice of_Battenberg//' + 4. 0x000054c4:RKEY I72 0x00005790:offset 0x00000056 + 0x00005946:string 'Henry of_Prussia //' + 5. 0x000054cc:RKEY I81 0x00005794:offset 0x0000006a + 0x0000595a:string 'Henry //' + 6. 0x000054d4:RKEY I233 0x00005798:offset 0x00000074 + 0x00005964:string 'Helen of_Greece //' + 7. 0x000054dc:RKEY I285 0x0000579c:offset 0x00000087 + 0x00005977:string 'Helena //' + 8. 0x000054e4:RKEY I312 0x000057a0:offset 0x00000092 + 0x00005982:string 'Helena Victoria //' + 9. 0x000054ec:RKEY I419 0x000057a4:offset 0x000000a5 + 0x00005995:string 'Hermine of_Reuss //' + 10. 0x000054f4:RKEY I442 0x000057a8:offset 0x000000b9 + 0x000059a9:string 'Helen //' + 11. 0x000054fc:RKEY I452 0x000057ac:offset 0x000000c3 + 0x000059b3:string 'Harald //' + 12. 0x00005504:RKEY I485 0x000057b0:offset 0x000000ce + 0x000059be:string 'Henriette //' + 13. 0x0000550c:RKEY I497 0x000057b4:offset 0x000000dc + 0x000059cc:string 'Henry //' + 14. 0x00005514:RKEY I514 0x000057b8:offset 0x000000e6 + 0x000059d6:string 'Himiltude //' + 15. 0x0000551c:RKEY I521 0x000057bc:offset 0x000000f4 + 0x000059e4:string 'Hubertus //' + 16. 0x00005524:RKEY I614 0x000057c0:offset 0x00000101 + 0x000059f1:string 'Henriette Amalie //' + 17. 0x0000552c:RKEY I615 0x000057c4:offset 0x00000115 + 0x00005a05:string 'Heinrich Kasimir of_Nassau-Dietz//' + 18. 0x00005534:RKEY I658 0x000057c8:offset 0x00000138 + 0x00005a28:string 'Henry of_Mecklenburg //' + 19. 0x0000553c:RKEY I669 0x000057cc:offset 0x00000150 + 0x00005a40:string 'Hermann von_Seherr-Thoss //' + 20. 0x00005544:RKEY I679 0x000057d0:offset 0x0000016c + 0x00005a5c:string 'Henriette //' + 21. 0x0000554c:RKEY I713 0x000057d4:offset 0x0000017a + 0x00005a6a:string 'Henrietta //' + 22. 0x00005554:RKEY I739 0x000057d8:offset 0x00000188 + 0x00005a78:string 'Henrietta Maria of_France//' + 23. 0x0000555c:RKEY I740 0x000057dc:offset 0x000001a4 + 0x00005a94:string 'Henry_IV the_Great //' + 24. 0x00005564:RKEY I973 0x000057e0:offset 0x000001ba + 0x00005aaa:string 'Helen of_Romania //' + 25. 0x0000556c:RKEY I1020 0x000057e4:offset 0x000001ce + 0x00005abe:string 'Henry //' + 26. 0x00005574:RKEY I1083 0x000057e8:offset 0x000001d8 + 0x00005ac8:string 'Hermann of_Saxe-Weimar //' + 27. 0x0000557c:RKEY I1116 0x000057ec:offset 0x000001f2 + 0x00005ae2:string 'Henriette (twin) //' + 28. 0x00005584:RKEY I1152 0x000057f0:offset 0x00000206 + 0x00005af6:string 'Hildegarde //' + 29. 0x0000558c:RKEY I1170 0x000057f4:offset 0x00000215 + 0x00005b05:string 'Henry //' + 30. 0x00005594:RKEY I1187 0x000057f8:offset 0x0000021f + 0x00005b0f:string 'Henry //' + 31. 0x0000559c:RKEY I1190 0x000057fc:offset 0x00000229 + 0x00005b19:string 'Hilda //' + 32. 0x000055a4:RKEY I1195 0x00005800:offset 0x00000233 + 0x00005b23:string 'Helene //' + 33. 0x000055ac:RKEY I1216 0x00005804:offset 0x0000023e + 0x00005b2e:string 'Helene of_Nassau Henrietta//' + 34. 0x000055b4:RKEY I1217 0x00005808:offset 0x0000025b + 0x00005b4b:string 'Henry_VI //' + 35. 0x000055bc:RKEY I1219 0x0000580c:offset 0x00000268 + 0x00005b58:string 'Henry_V //' + 36. 0x000055c4:RKEY I1221 0x00005810:offset 0x00000274 + 0x00005b64:string 'Henry_IV //' + 37. 0x000055cc:RKEY I1226 0x00005814:offset 0x00000281 + 0x00005b71:string 'Humphrey of_Gloucester //' + 38. 0x000055d4:RKEY I1266 0x00005818:offset 0x0000029b + 0x00005b8b:string 'Henry //' + 39. 0x000055dc:RKEY I1281 0x0000581c:offset 0x000002a5 + 0x00005b95:string 'Henry_III //' + 40. 0x000055e4:RKEY I1290 0x00005820:offset 0x000002b3 + 0x00005ba3:string 'Henry //' + 41. 0x000055ec:RKEY I1293 0x00005824:offset 0x000002bd + 0x00005bad:string 'Henrietta //' + 42. 0x000055f4:RKEY I1330 0x00005828:offset 0x000002cb + 0x00005bbb:string 'Henry Beaufort //' + 43. 0x000055fc:RKEY I1371 0x0000582c:offset 0x000002dd + 0x00005bcd:string 'Henry_II Curtmantle //' + 44. 0x00005604:RKEY I1374 0x00005830:offset 0x000002f4 + 0x00005be4:string 'Henry the_Young_King //' + 45. 0x0000560c:RKEY I1391 0x00005834:offset 0x0000030c + 0x00005bfc:string 'Henry_I Beauclerc //' + 46. 0x00005614:RKEY I1404 0x00005838:offset 0x00000321 + 0x00005c11:string 'Henry_V //' + 47. 0x0000561c:RKEY I1497 0x0000583c:offset 0x0000032d + 0x00005c1d:string 'Henry //' + 48. 0x00005624:RKEY I1499 0x00005840:offset 0x00000337 + 0x00005c27:string 'Henry //' + 49. 0x0000562c:RKEY I1509 0x00005844:offset 0x00000341 + 0x00005c31:string 'Henry the_Lion //' + 50. 0x00005634:RKEY I1519 0x00005848:offset 0x00000353 + 0x00005c43:string 'Henry of_Winchester //' + 51. 0x0000563c:RKEY I1526 0x0000584c:offset 0x0000036a + 0x00005c5a:string 'Herleva //' + 52. 0x00005644:RKEY I1538 0x00005850:offset 0x00000376 + 0x00005c66:string 'Harold_II //' + 53. 0x0000564c:RKEY I1550 0x00005854:offset 0x00000384 + 0x00005c74:string 'Harold_I Harefoot //' + 54. 0x00005654:RKEY I1552 0x00005858:offset 0x00000399 + 0x00005c89:string 'Hardicanute //' + 55. 0x0000565c:RKEY I1553 0x0000585c:offset 0x000003a9 + 0x00005c99:string 'Herluin of_Conteville //' + 56. 0x00005664:RKEY I1592 0x00005860:offset 0x000003c2 + 0x00005cb2:string 'Humphrey De_Bohun //' + 57. 0x0000566c:RKEY I1664 0x00005864:offset 0x000003d7 + 0x00005cc7:string 'Harold //' + 58. 0x00005674:RKEY I1669 0x00005868:offset 0x000003e2 + 0x00005cd2:string 'Helene of_Schleswig- Holstein//' + 59. 0x0000567c:RKEY I1690 0x0000586c:offset 0x00000402 + 0x00005cf2:string 'Henry //' + 60. 0x00005684:RKEY I1765 0x00005870:offset 0x0000040c + 0x00005cfc:string 'Hedwig //' + 61. 0x0000568c:RKEY I1812 0x00005874:offset 0x00000417 + 0x00005d07:string 'Hugh the_Great //' + 62. 0x00005694:RKEY I1820 0x00005878:offset 0x00000429 + 0x00005d19:string 'Hugh //' + 63. 0x0000569c:RKEY I1879 0x0000587c:offset 0x00000432 + 0x00005d22:string 'Hubert de_Burgh //' + 64. 0x000056a4:RKEY I1882 0x00005880:offset 0x00000445 + 0x00005d35:string 'Henry //' + 65. 0x000056ac:RKEY I1929 0x00005884:offset 0x0000044f + 0x00005d3f:string 'Henry_III //' + 66. 0x000056b4:RKEY I1936 0x00005888:offset 0x0000045d + 0x00005d4d:string 'Hywel Dda (the_Good)//' + 67. 0x000056bc:RKEY I1945 0x0000588c:offset 0x00000474 + 0x00005d64:string 'Hywel (the_Bad) //' + 68. 0x000056c4:RKEY I1990 0x00005890:offset 0x00000487 + 0x00005d77:string 'Henry_IV //' + 69. 0x000056cc:RKEY I2013 0x00005894:offset 0x00000494 + 0x00005d84:string 'Heremod //' + 70. 0x000056d4:RKEY I2015 0x00005898:offset 0x000004a0 + 0x00005d90:string 'Hathra //' + 71. 0x000056dc:RKEY I2016 0x0000589c:offset 0x000004ab + 0x00005d9b:string 'Hwala //' + 72. 0x000056e4:RKEY I2066 0x000058a0:offset 0x000004b5 + 0x00005da5:string 'Henry_III //' + 73. 0x000056ec:RKEY I2068 0x000058a4:offset 0x000004c3 + 0x00005db3:string 'Henry_II (Enrique) //' + 74. 0x000056f4:RKEY I2071 0x000058a8:offset 0x000004d9 + 0x00005dc9:string 'Humphrey of_Buckingham //' + 75. 0x000056fc:RKEY I2096 0x000058ac:offset 0x000004f3 + 0x00005de3:string 'Humphrey //' + 76. 0x00005704:RKEY I2118 0x000058b0:offset 0x00000500 + 0x00005df0:string 'Henrietta Maria //' + 77. 0x0000570c:RKEY I2228 0x000058b4:offset 0x00000513 + 0x00005e03:string 'Henry of_Huntingdon //' + 78. 0x00005714:RKEY I2438 0x000058b8:offset 0x0000052a + 0x00005e1a:string 'Henry_II //' + 79. 0x0000571c:RKEY I2457 0x000058bc:offset 0x00000537 + 0x00005e27:string 'Henry_I //' + 80. 0x00005724:RKEY I2460 0x000058c0:offset 0x00000543 + 0x00005e33:string 'Hugh //' + 81. 0x0000572c:RKEY I2472 0x000058c4:offset 0x0000054c + 0x00005e3c:string 'Henry of_Beauvais //' + 82. 0x00005734:RKEY I2523 0x000058c8:offset 0x00000561 + 0x00005e51:string 'Henry_III //' + 83. 0x0000573c:RKEY I2534 0x000058cc:offset 0x0000056f + 0x00005e5f:string 'Hugh the_Great of_Vermandois//' + 84. 0x00005744:RKEY I2550 0x000058d0:offset 0x0000058e + 0x00005e7e:string 'Hildegard //' + 85. 0x0000574c:RKEY I2597 0x000058d4:offset 0x0000059c + 0x00005e8c:string 'Hedwige //' + 86. 0x00005754:RKEY I2599 0x000058d8:offset 0x000005a8 + 0x00005e98:string 'Henry the_Fowler //' + 87. 0x0000575c:RKEY I2687 0x000058dc:offset 0x000005bc + 0x00005eac:string 'Helen //' + 88. 0x00005764:RKEY I2720 0x000058e0:offset 0x000005c6 + 0x00005eb6:string 'Hubertus Gustaf Adolf//' + 89. 0x0000576c:RKEY I2724 0x000058e4:offset 0x000005de + 0x00005ece:string 'Helene Ingeborg //' + 90. 0x00005774:RKEY I2862 0x000058e8:offset 0x000005f1 + 0x00005ee1:string 'Hedwig //' + 91. 0x0000577c:RKEY I2895 0x000058ec:offset 0x000005fc + 0x00005eec:string 'Henry_XXIV Reuss-Ebersdorf //' + Assembled data for NHZ999 + 1. I7 name Helena Augusta Victoria// + 2. I23 name Helena Frederica of_Waldeck// + 3. I25 name Henry Maurice of_Battenberg// + 4. I72 name Henry of_Prussia // + 5. I81 name Henry // + 6. I233 name Helen of_Greece // + 7. I285 name Helena // + 8. I312 name Helena Victoria // + 9. I419 name Hermine of_Reuss // + 10. I442 name Helen // + 11. I452 name Harald // + 12. I485 name Henriette // + 13. I497 name Henry // + 14. I514 name Himiltude // + 15. I521 name Hubertus // + 16. I614 name Henriette Amalie // + 17. I615 name Heinrich Kasimir of_Nassau-Dietz// + 18. I658 name Henry of_Mecklenburg // + 19. I669 name Hermann von_Seherr-Thoss // + 20. I679 name Henriette // + 21. I713 name Henrietta // + 22. I739 name Henrietta Maria of_France// + 23. I740 name Henry_IV the_Great // + 24. I973 name Helen of_Romania // + 25. I1020 name Henry // + 26. I1083 name Hermann of_Saxe-Weimar // + 27. I1116 name Henriette (twin) // + 28. I1152 name Hildegarde // + 29. I1170 name Henry // + 30. I1187 name Henry // + 31. I1190 name Hilda // + 32. I1195 name Helene // + 33. I1216 name Helene of_Nassau Henrietta// + 34. I1217 name Henry_VI // + 35. I1219 name Henry_V // + 36. I1221 name Henry_IV // + 37. I1226 name Humphrey of_Gloucester // + 38. I1266 name Henry // + 39. I1281 name Henry_III // + 40. I1290 name Henry // + 41. I1293 name Henrietta // + 42. I1330 name Henry Beaufort // + 43. I1371 name Henry_II Curtmantle // + 44. I1374 name Henry the_Young_King // + 45. I1391 name Henry_I Beauclerc // + 46. I1404 name Henry_V // + 47. I1497 name Henry // + 48. I1499 name Henry // + 49. I1509 name Henry the_Lion // + 50. I1519 name Henry of_Winchester // + 51. I1526 name Herleva // + 52. I1538 name Harold_II // + 53. I1550 name Harold_I Harefoot // + 54. I1552 name Hardicanute // + 55. I1553 name Herluin of_Conteville // + 56. I1592 name Humphrey De_Bohun // + 57. I1664 name Harold // + 58. I1669 name Helene of_Schleswig- Holstein// + 59. I1690 name Henry // + 60. I1765 name Hedwig // + 61. I1812 name Hugh the_Great // + 62. I1820 name Hugh // + 63. I1879 name Hubert de_Burgh // + 64. I1882 name Henry // + 65. I1929 name Henry_III // + 66. I1936 name Hywel Dda (the_Good)// + 67. I1945 name Hywel (the_Bad) // + 68. I1990 name Henry_IV // + 69. I2013 name Heremod // + 70. I2015 name Hathra // + 71. I2016 name Hwala // + 72. I2066 name Henry_III // + 73. I2068 name Henry_II (Enrique) // + 74. I2071 name Humphrey of_Buckingham // + 75. I2096 name Humphrey // + 76. I2118 name Henrietta Maria // + 77. I2228 name Henry of_Huntingdon // + 78. I2438 name Henry_II // + 79. I2457 name Henry_I // + 80. I2460 name Hugh // + 81. I2472 name Henry of_Beauvais // + 82. I2523 name Henry_III // + 83. I2534 name Hugh the_Great of_Vermandois// + 84. I2550 name Hildegard // + 85. I2597 name Hedwige // + 86. I2599 name Henry the_Fowler // + 87. I2687 name Helen // + 88. I2720 name Hubertus Gustaf Adolf// + 89. I2724 name Helene Ingeborg // + 90. I2862 name Hedwig // + 91. I2895 name Henry_XXIV Reuss-Ebersdorf // +[0108] Name rkey: NIB530 offs: 0x00004f0a lens: 0x00000024 + 0x00005f0a: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f0e:RKEY I2308 0x00005f16:offset 0x00000000 + 0x00005f1a:string 'Isabella /Bennett/' + Assembled data for NIB530 + 1. I2308 name Isabella /Bennett/ +[0109] Name rkey: NID155 offs: 0x00004f2e lens: 0x00000026 + 0x00005f2e: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f32:RKEY I1500 0x00005f3a:offset 0x00000000 + 0x00005f3e:string 'Isabel /de_Beaumont/' + Assembled data for NID155 + 1. I1500 name Isabel /de_Beaumont/ +[0110] Name rkey: NID525 offs: 0x00004f54 lens: 0x00000021 + 0x00005f54: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f58:RKEY I408 0x00005f60:offset 0x00000000 + 0x00005f64:string 'Irene /Denison/' + Assembled data for NID525 + 1. I408 name Irene /Denison/ +[0111] Name rkey: NIF652 offs: 0x00004f75 lens: 0x0000002d + 0x00005f75: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f79:RKEY I2425 0x00005f81:offset 0x00000000 + 0x00005f85:string 'Isabella Elizabeth /Farnese/' + Assembled data for NIF652 + 1. I2425 name Isabella Elizabeth /Farnese/ +[0112] Name rkey: NIH524 offs: 0x00004fa2 lens: 0x00000027 + 0x00005fa2: Ncount 1 + Keys and string offsets, strings + 1. 0x00005fa6:RKEY I1097 0x00005fae:offset 0x00000000 + 0x00005fb2:string 'Ileana /Hohenzollern/' + Assembled data for NIH524 + 1. I1097 name Ileana /Hohenzollern/ +[0113] Name rkey: NIL653 offs: 0x00004fc9 lens: 0x00000026 + 0x00005fc9: Ncount 1 + Keys and string offsets, strings + 1. 0x00005fcd:RKEY I968 0x00005fd5:offset 0x00000000 + 0x00005fd9:string 'Ingeborg /Lorentzen/' + Assembled data for NIL653 + 1. I968 name Ingeborg /Lorentzen/ +[0114] Name rkey: NIM262 offs: 0x00004fef lens: 0x00000024 + 0x00005fef: Ncount 1 + Keys and string offsets, strings + 1. 0x00005ff3:RKEY I2989 0x00005ffb:offset 0x00000000 + 0x00005fff:string 'Ian /McCorquodale/' + Assembled data for NIM262 + 1. I2989 name Ian /McCorquodale/ +[0115] Name rkey: NIM531 offs: 0x00005013 lens: 0x00000024 + 0x00006013: Ncount 1 + Keys and string offsets, strings + 1. 0x00006017:RKEY I509 0x0000601f:offset 0x00000000 + 0x00006023:string 'Iris /Mountbatten/' + Assembled data for NIM531 + 1. I509 name Iris /Mountbatten/ +[0116] Name rkey: NIM624 offs: 0x00005037 lens: 0x00000024 + 0x00006037: Ncount 1 + Keys and string offsets, strings + 1. 0x0000603b:RKEY I596 0x00006043:offset 0x00000000 + 0x00006047:string 'Isabella /Marshal/' + Assembled data for NIM624 + 1. I596 name Isabella /Marshal/ +[0117] Name rkey: NIN140 offs: 0x0000505b lens: 0x00000021 + 0x0000605b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000605f:RKEY I1340 0x00006067:offset 0x00000000 + 0x0000606b:string 'Isabel /Nevill/' + Assembled data for NIN140 + 1. I1340 name Isabel /Nevill/ +[0118] Name rkey: NIO125 offs: 0x0000507c lens: 0x00000025 + 0x0000607c: Ncount 1 + Keys and string offsets, strings + 1. 0x00006080:RKEY I2841 0x00006088:offset 0x00000000 + 0x0000608c:string 'Irene /Ovchinnikov/' + Assembled data for NIO125 + 1. I2841 name Irene /Ovchinnikov/ +[0119] Name rkey: NIO435 offs: 0x000050a1 lens: 0x0000002c + 0x000060a1: Ncount 1 + Keys and string offsets, strings + 1. 0x000060a5:RKEY I1064 0x000060ad:offset 0x00000000 + 0x000060b1:string 'Irene of_Greece /Oldenburg/' + Assembled data for NIO435 + 1. I1064 name Irene of_Greece /Oldenburg/ +[0120] Name rkey: NIO540 offs: 0x000050cd lens: 0x00000020 + 0x000060cd: Ncount 1 + Keys and string offsets, strings + 1. 0x000060d1:RKEY I2111 0x000060d9:offset 0x00000000 + 0x000060dd:string 'Isabel /Onley/' + Assembled data for NIO540 + 1. I2111 name Isabel /Onley/ +[0121] Name rkey: NIP453 offs: 0x000050ed lens: 0x00000026 + 0x000060ed: Ncount 1 + Keys and string offsets, strings + 1. 0x000060f1:RKEY I1025 0x000060f9:offset 0x00000000 + 0x000060fd:string 'Isabel /Plantagenet/' + Assembled data for NIP453 + 1. I1025 name Isabel /Plantagenet/ +[0122] Name rkey: NIR120 offs: 0x00005113 lens: 0x00000021 + 0x00006113: Ncount 1 + Keys and string offsets, strings + 1. 0x00006117:RKEY I2923 0x0000611f:offset 0x00000000 + 0x00006123:string 'Ivan /Rayevski/' + Assembled data for NIR120 + 1. I2923 name Ivan /Rayevski/ +[0123] Name rkey: NIR551 offs: 0x00005134 lens: 0x000000b2 + 0x00006134: Ncount 6 + Keys and string offsets, strings + 1. 0x00006138:RKEY I1316 0x00006168:offset 0x00000000 + 0x00006180:string 'Ivan_V /Romanov/' + 2. 0x00006140:RKEY I1323 0x0000616c:offset 0x00000012 + 0x00006192:string 'Ivan_VI /Romanov/' + 3. 0x00006148:RKEY I1324 0x00006170:offset 0x00000025 + 0x000061a5:string 'Ivan /Romanov/' + 4. 0x00006150:RKEY I1359 0x00006174:offset 0x00000035 + 0x000061b5:string 'Irina /Romanov/' + 5. 0x00006158:RKEY I2684 0x00006178:offset 0x00000046 + 0x000061c6:string 'Ivan /Romanov/' + 6. 0x00006160:RKEY I2686 0x0000617c:offset 0x00000056 + 0x000061d6:string 'Igor /Romanov/' + Assembled data for NIR551 + 1. I1316 name Ivan_V /Romanov/ + 2. I1323 name Ivan_VI /Romanov/ + 3. I1324 name Ivan /Romanov/ + 4. I1359 name Irina /Romanov/ + 5. I2684 name Ivan /Romanov/ + 6. I2686 name Igor /Romanov/ +[0124] Name rkey: NIT650 offs: 0x000051e6 lens: 0x0000001f + 0x000061e6: Ncount 1 + Keys and string offsets, strings + 1. 0x000061ea:RKEY I2704 0x000061f2:offset 0x00000000 + 0x000061f6:string 'Inge /Terney/' + Assembled data for NIT650 + 1. I2704 name Inge /Terney/ +[0125] Name rkey: NIV512 offs: 0x00005205 lens: 0x0000002a + 0x00006205: Ncount 1 + Keys and string offsets, strings + 1. 0x00006209:RKEY I550 0x00006211:offset 0x00000000 + 0x00006215:string 'Ina Maria /von_Bassewitz/' + Assembled data for NIV512 + 1. I550 name Ina Maria /von_Bassewitz/ +[0126] Name rkey: NIV536 offs: 0x0000522f lens: 0x00000030 + 0x0000622f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006233:RKEY I1049 0x0000623b:offset 0x00000000 + 0x0000623f:string 'Isabella Valsassina /von_Thurn/' + Assembled data for NIV536 + 1. I1049 name Isabella Valsassina /von_Thurn/ +[0127] Name rkey: NIZ999 offs: 0x0000525f lens: 0x0000061c + 0x0000625f: Ncount 55 + Keys and string offsets, strings + 1. 0x00006263:RKEY I79 0x0000641b:offset 0x00000000 + 0x000064f7:string 'Irene of_Hesse //' + 2. 0x0000626b:RKEY I127 0x0000641f:offset 0x00000012 + 0x00006509:string 'Isabella of_France //' + 3. 0x00006273:RKEY I128 0x00006423:offset 0x00000028 + 0x0000651f:string 'Issue_Unknown //' + 4. 0x0000627b:RKEY I166 0x00006427:offset 0x0000003a + 0x00006531:string 'Irina //' + 5. 0x00006283:RKEY I598 0x0000642b:offset 0x00000044 + 0x0000653b:string 'Ingeborg of_Denmark //' + 6. 0x0000628b:RKEY I841 0x0000642f:offset 0x0000005b + 0x00006552:string 'Isabella //' + 7. 0x00006293:RKEY I872 0x00006433:offset 0x00000068 + 0x0000655f:string 'Isabella of_Portugal //' + 8. 0x0000629b:RKEY I974 0x00006437:offset 0x00000080 + 0x00006577:string 'Irina //' + 9. 0x000062a3:RKEY I1059 0x0000643b:offset 0x0000008a + 0x00006581:string 'Ingrid Victoria of_Sweden//' + 10. 0x000062ab:RKEY I1184 0x0000643f:offset 0x000000a6 + 0x0000659d:string 'Irmingard //' + 11. 0x000062b3:RKEY I1188 0x00006443:offset 0x000000b4 + 0x000065ab:string 'Irmingard //' + 12. 0x000062bb:RKEY I1204 0x00006447:offset 0x000000c2 + 0x000065b9:string 'Irene //' + 13. 0x000062c3:RKEY I1232 0x0000644b:offset 0x000000cc + 0x000065c3:string 'Isabella //' + 14. 0x000062cb:RKEY I1244 0x0000644f:offset 0x000000d9 + 0x000065d0:string 'Isabella_II //' + 15. 0x000062d3:RKEY I1337 0x00006453:offset 0x000000e9 + 0x000065e0:string 'Isabella of_Castile //' + 16. 0x000062db:RKEY I1365 0x00006457:offset 0x00000100 + 0x000065f7:string 'Isabella De_Clare of_Gloucester//' + 17. 0x000062e3:RKEY I1366 0x0000645b:offset 0x00000122 + 0x00006619:string 'Isabella of_Angouleme //' + 18. 0x000062eb:RKEY I1369 0x0000645f:offset 0x0000013b + 0x00006632:string 'Isabella //' + 19. 0x000062f3:RKEY I1414 0x00006463:offset 0x00000148 + 0x0000663f:string 'Isabella of_France //' + 20. 0x000062fb:RKEY I1448 0x00006467:offset 0x0000015e + 0x00006655:string 'Isobel of_Mar //' + 21. 0x00006303:RKEY I1523 0x0000646b:offset 0x0000016f + 0x00006666:string 'Isabel de_Warrenne //' + 22. 0x0000630b:RKEY I1675 0x0000646f:offset 0x00000185 + 0x0000667c:string 'Ingolf //' + 23. 0x00006313:RKEY I1833 0x00006473:offset 0x00000190 + 0x00006687:string 'Isobel //' + 24. 0x0000631b:RKEY I1836 0x00006477:offset 0x0000019b + 0x00006692:string 'Isobel //' + 25. 0x00006323:RKEY I1847 0x0000647b:offset 0x000001a6 + 0x0000669d:string 'Isobel //' + 26. 0x0000632b:RKEY I1858 0x0000647f:offset 0x000001b1 + 0x000066a8:string 'Isabella //' + 27. 0x00006333:RKEY I1865 0x00006483:offset 0x000001be + 0x000066b5:string 'Ingelbert of_Carinthia //' + 28. 0x0000633b:RKEY I1940 0x00006487:offset 0x000001d8 + 0x000066cf:string 'Idwal Foel (the_Bald)//' + 29. 0x00006343:RKEY I1942 0x0000648b:offset 0x000001f0 + 0x000066e7:string 'Iago //' + 30. 0x0000634b:RKEY I1943 0x0000648f:offset 0x000001f9 + 0x000066f0:string 'Ieuaf (Levan) //' + 31. 0x00006353:RKEY I1948 0x00006493:offset 0x0000020a + 0x00006701:string 'Idwal //' + 32. 0x0000635b:RKEY I1949 0x00006497:offset 0x00000214 + 0x0000670b:string 'Iago //' + 33. 0x00006363:RKEY I1953 0x0000649b:offset 0x0000021d + 0x00006714:string 'Iorwerth Drwyndwn //' + 34. 0x0000636b:RKEY I2014 0x0000649f:offset 0x00000232 + 0x00006729:string 'Itermon //' + 35. 0x00006373:RKEY I2046 0x000064a3:offset 0x0000023e + 0x00006735:string 'Ine //' + 36. 0x0000637b:RKEY I2050 0x000064a7:offset 0x00000246 + 0x0000673d:string 'Ingild //' + 37. 0x00006383:RKEY I2073 0x000064ab:offset 0x00000251 + 0x00006748:string 'Isabel //' + 38. 0x0000638b:RKEY I2074 0x000064af:offset 0x0000025c + 0x00006753:string 'Isabelle of_Bavaria //' + 39. 0x00006393:RKEY I2159 0x000064b3:offset 0x00000273 + 0x0000676a:string 'Ivar //' + 40. 0x0000639b:RKEY I2218 0x000064b7:offset 0x0000027c + 0x00006773:string 'Isabel //' + 41. 0x000063a3:RKEY I2225 0x000064bb:offset 0x00000287 + 0x0000677e:string 'Ingibiorg //' + 42. 0x000063ab:RKEY I2258 0x000064bf:offset 0x00000295 + 0x0000678c:string 'Indulf //' + 43. 0x000063b3:RKEY I2304 0x000064c3:offset 0x000002a0 + 0x00006797:string 'Isabella //' + 44. 0x000063bb:RKEY I2443 0x000064c7:offset 0x000002ad + 0x000067a4:string 'Isabella of_Portugal //' + 45. 0x000063c3:RKEY I2477 0x000064cb:offset 0x000002c5 + 0x000067bc:string 'Isabella of_Hainault //' + 46. 0x000063cb:RKEY I2478 0x000064cf:offset 0x000002dd + 0x000067d4:string 'Ingeborg //' + 47. 0x000063d3:RKEY I2503 0x000064d3:offset 0x000002ea + 0x000067e1:string 'Isabelle //' + 48. 0x000063db:RKEY I2558 0x000064d7:offset 0x000002f7 + 0x000067ee:string 'Irmengard of_Hesbain //' + 49. 0x000063e3:RKEY I2566 0x000064db:offset 0x0000030f + 0x00006806:string 'Irmengard //' + 50. 0x000063eb:RKEY I2587 0x000064df:offset 0x0000031d + 0x00006814:string 'Irmengard //' + 51. 0x000063f3:RKEY I2618 0x000064e3:offset 0x0000032b + 0x00006822:string 'Isabelle of_Aragon //' + 52. 0x000063fb:RKEY I2873 0x000064e7:offset 0x00000341 + 0x00006838:string 'Isabel //' + 53. 0x00006403:RKEY I2876 0x000064eb:offset 0x0000034c + 0x00006843:string 'Isabella of_Portugal //' + 54. 0x0000640b:RKEY I2887 0x000064ef:offset 0x00000364 + 0x0000685b:string 'Isabella //' + 55. 0x00006413:RKEY I2922 0x000064f3:offset 0x00000371 + 0x00006868:string 'Ivan of_Shestov //' + Assembled data for NIZ999 + 1. I79 name Irene of_Hesse // + 2. I127 name Isabella of_France // + 3. I128 name Issue_Unknown // + 4. I166 name Irina // + 5. I598 name Ingeborg of_Denmark // + 6. I841 name Isabella // + 7. I872 name Isabella of_Portugal // + 8. I974 name Irina // + 9. I1059 name Ingrid Victoria of_Sweden// + 10. I1184 name Irmingard // + 11. I1188 name Irmingard // + 12. I1204 name Irene // + 13. I1232 name Isabella // + 14. I1244 name Isabella_II // + 15. I1337 name Isabella of_Castile // + 16. I1365 name Isabella De_Clare of_Gloucester// + 17. I1366 name Isabella of_Angouleme // + 18. I1369 name Isabella // + 19. I1414 name Isabella of_France // + 20. I1448 name Isobel of_Mar // + 21. I1523 name Isabel de_Warrenne // + 22. I1675 name Ingolf // + 23. I1833 name Isobel // + 24. I1836 name Isobel // + 25. I1847 name Isobel // + 26. I1858 name Isabella // + 27. I1865 name Ingelbert of_Carinthia // + 28. I1940 name Idwal Foel (the_Bald)// + 29. I1942 name Iago // + 30. I1943 name Ieuaf (Levan) // + 31. I1948 name Idwal // + 32. I1949 name Iago // + 33. I1953 name Iorwerth Drwyndwn // + 34. I2014 name Itermon // + 35. I2046 name Ine // + 36. I2050 name Ingild // + 37. I2073 name Isabel // + 38. I2074 name Isabelle of_Bavaria // + 39. I2159 name Ivar // + 40. I2218 name Isabel // + 41. I2225 name Ingibiorg // + 42. I2258 name Indulf // + 43. I2304 name Isabella // + 44. I2443 name Isabella of_Portugal // + 45. I2477 name Isabella of_Hainault // + 46. I2478 name Ingeborg // + 47. I2503 name Isabelle // + 48. I2558 name Irmengard of_Hesbain // + 49. I2566 name Irmengard // + 50. I2587 name Irmengard // + 51. I2618 name Isabelle of_Aragon // + 52. I2873 name Isabel // + 53. I2876 name Isabella of_Portugal // + 54. I2887 name Isabella // + 55. I2922 name Ivan of_Shestov // +[0128] Name rkey: NJA514 offs: 0x0000587b lens: 0x00000026 + 0x0000687b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000687f:RKEY I2713 0x00006887:offset 0x00000000 + 0x0000688b:string 'John Kenneth /Ambler/' + Assembled data for NJA514 + 1. I2713 name John Kenneth /Ambler/ +[0129] Name rkey: NJB163 offs: 0x000058a1 lens: 0x00000078 + 0x000068a1: Ncount 4 + Keys and string offsets, strings + 1. 0x000068a5:RKEY I1334 0x000068c5:offset 0x00000000 + 0x000068d5:string 'John /Beaufort/' + 2. 0x000068ad:RKEY I1465 0x000068c9:offset 0x00000011 + 0x000068e6:string 'Joan /Beaufort/' + 3. 0x000068b5:RKEY I2085 0x000068cd:offset 0x00000022 + 0x000068f7:string 'John /Beaufort/' + 4. 0x000068bd:RKEY I2087 0x000068d1:offset 0x00000033 + 0x00006908:string 'Joan /Beaufort/' + Assembled data for NJB163 + 1. I1334 name John /Beaufort/ + 2. I1465 name Joan /Beaufort/ + 3. I2085 name John /Beaufort/ + 4. I2087 name Joan /Beaufort/ +[0130] Name rkey: NJB200 offs: 0x00005919 lens: 0x00000022 + 0x00006919: Ncount 1 + Keys and string offsets, strings + 1. 0x0000691d:RKEY I189 0x00006925:offset 0x00000000 + 0x00006929:string 'John Lyon /Bowes/' + Assembled data for NJB200 + 1. I189 name John Lyon /Bowes/ +[0131] Name rkey: NJB245 offs: 0x0000593b lens: 0x0000002a + 0x0000693b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000693f:RKEY I176 0x00006947:offset 0x00000000 + 0x0000694b:string 'John Herbert /Bowes-Lyon/' + Assembled data for NJB245 + 1. I176 name John Herbert /Bowes-Lyon/ +[0132] Name rkey: NJB260 offs: 0x00005965 lens: 0x00000022 + 0x00006965: Ncount 1 + Keys and string offsets, strings + 1. 0x00006969:RKEY I919 0x00006971:offset 0x00000000 + 0x00006975:string 'Johan /Bauscher/' + Assembled data for NJB260 + 1. I919 name Johan /Bauscher/ +[0133] Name rkey: NJB310 offs: 0x00005987 lens: 0x00000029 + 0x00006987: Ncount 1 + Keys and string offsets, strings + 1. 0x0000698b:RKEY I380 0x00006993:offset 0x00000000 + 0x00006997:string 'James Brownell /Boothby/' + Assembled data for NJB310 + 1. I380 name James Brownell /Boothby/ +[0134] Name rkey: NJB346 offs: 0x000059b0 lens: 0x0000002c + 0x000069b0: Ncount 1 + Keys and string offsets, strings + 1. 0x000069b4:RKEY I2091 0x000069bc:offset 0x00000000 + 0x000069c0:string 'James of_Wiltshire /Butler/' + Assembled data for NJB346 + 1. I2091 name James of_Wiltshire /Butler/ +[0135] Name rkey: NJB350 offs: 0x000059dc lens: 0x00000020 + 0x000069dc: Ncount 1 + Keys and string offsets, strings + 1. 0x000069e0:RKEY I1491 0x000069e8:offset 0x00000000 + 0x000069ec:string 'Janet /Beaton/' + Assembled data for NJB350 + 1. I1491 name Janet /Beaton/ +[0136] Name rkey: NJB420 offs: 0x000059fc lens: 0x00000021 + 0x000069fc: Ncount 1 + Keys and string offsets, strings + 1. 0x00006a00:RKEY I948 0x00006a08:offset 0x00000000 + 0x00006a0c:string 'Julie /Bayliss/' + Assembled data for NJB420 + 1. I948 name Julie /Bayliss/ +[0137] Name rkey: NJB434 offs: 0x00005a1d lens: 0x00000027 + 0x00006a1d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006a21:RKEY I777 0x00006a29:offset 0x00000000 + 0x00006a2d:string 'John Crocker /Bulteel/' + Assembled data for NJB434 + 1. I777 name John Crocker /Bulteel/ +[0138] Name rkey: NJB440 offs: 0x00005a44 lens: 0x0000003c + 0x00006a44: Ncount 2 + Keys and string offsets, strings + 1. 0x00006a48:RKEY I1845 0x00006a58:offset 0x00000000 + 0x00006a60:string 'John /Balliol/' + 2. 0x00006a50:RKEY I1846 0x00006a5c:offset 0x00000010 + 0x00006a70:string 'John /Balliol/' + Assembled data for NJB440 + 1. I1845 name John /Balliol/ + 2. I1846 name John /Balliol/ +[0139] Name rkey: NJB530 offs: 0x00005a80 lens: 0x0000001f + 0x00006a80: Ncount 1 + Keys and string offsets, strings + 1. 0x00006a84:RKEY I2744 0x00006a8c:offset 0x00000000 + 0x00006a90:string 'Johan /Bonde/' + Assembled data for NJB530 + 1. I2744 name Johan /Bonde/ +[0140] Name rkey: NJB534 offs: 0x00005a9f lens: 0x00000021 + 0x00006a9f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006aa3:RKEY I798 0x00006aab:offset 0x00000000 + 0x00006aaf:string 'Janet /Bentley/' + Assembled data for NJB534 + 1. I798 name Janet /Bentley/ +[0141] Name rkey: NJB620 offs: 0x00005ac0 lens: 0x0000001f + 0x00006ac0: Ncount 1 + Keys and string offsets, strings + 1. 0x00006ac4:RKEY I2157 0x00006acc:offset 0x00000000 + 0x00006ad0:string 'Janet /Bryce/' + Assembled data for NJB620 + 1. I2157 name Janet /Bryce/ +[0142] Name rkey: NJB626 offs: 0x00005adf lens: 0x0000002c + 0x00006adf: Ncount 1 + Keys and string offsets, strings + 1. 0x00006ae3:RKEY I370 0x00006aeb:offset 0x00000000 + 0x00006aef:string 'James Boothby /Burke_Roche/' + Assembled data for NJB626 + 1. I370 name James Boothby /Burke_Roche/ +[0143] Name rkey: NJC200 offs: 0x00005b0b lens: 0x0000001e + 0x00006b0b: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b0f:RKEY I2935 0x00006b17:offset 0x00000000 + 0x00006b1b:string 'Julia /Coke/' + Assembled data for NJC200 + 1. I2935 name Julia /Coke/ +[0144] Name rkey: NJC235 offs: 0x00005b29 lens: 0x00000027 + 0x00006b29: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b2d:RKEY I1668 0x00006b35:offset 0x00000000 + 0x00006b39:string 'Jorgen /Castenskiold/' + Assembled data for NJC235 + 1. I1668 name Jorgen /Castenskiold/ +[0145] Name rkey: NJC411 offs: 0x00005b50 lens: 0x00000022 + 0x00006b50: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b54:RKEY I858 0x00006b5c:offset 0x00000000 + 0x00006b60:string 'Joyce /Culpeper/' + Assembled data for NJC411 + 1. I858 name Joyce /Culpeper/ +[0146] Name rkey: NJC514 offs: 0x00005b72 lens: 0x00000021 + 0x00006b72: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b76:RKEY I201 0x00006b7e:offset 0x00000000 + 0x00006b82:string 'John /Campbell/' + Assembled data for NJC514 + 1. I201 name John /Campbell/ +[0147] Name rkey: NJC550 offs: 0x00005b93 lens: 0x0000001e + 0x00006b93: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b97:RKEY I1902 0x00006b9f:offset 0x00000000 + 0x00006ba3:string 'John /Comyn/' + Assembled data for NJC550 + 1. I1902 name John /Comyn/ +[0148] Name rkey: NJC634 offs: 0x00005bb1 lens: 0x00000022 + 0x00006bb1: Ncount 1 + Keys and string offsets, strings + 1. 0x00006bb5:RKEY I3007 0x00006bbd:offset 0x00000000 + 0x00006bc1:string 'James /Cartland/' + Assembled data for NJC634 + 1. I3007 name James /Cartland/ +[0149] Name rkey: NJC651 offs: 0x00005bd3 lens: 0x0000003d + 0x00006bd3: Ncount 2 + Keys and string offsets, strings + 1. 0x00006bd7:RKEY I395 0x00006be7:offset 0x00000000 + 0x00006bef:string 'Jane /Crombie/' + 2. 0x00006bdf:RKEY I799 0x00006beb:offset 0x00000010 + 0x00006bff:string 'James /Crombie/' + Assembled data for NJC651 + 1. I395 name Jane /Crombie/ + 2. I799 name James /Crombie/ +[0150] Name rkey: NJC652 offs: 0x00005c10 lens: 0x00000031 + 0x00006c10: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c14:RKEY I954 0x00006c1c:offset 0x00000000 + 0x00006c20:string 'James George Alexander/Carnegie/' + Assembled data for NJC652 + 1. I954 name James George Alexander/Carnegie/ +[0151] Name rkey: NJC654 offs: 0x00005c41 lens: 0x00000021 + 0x00006c41: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c45:RKEY I2293 0x00006c4d:offset 0x00000000 + 0x00006c51:string 'John /Cornwall/' + Assembled data for NJC654 + 1. I2293 name John /Cornwall/ +[0152] Name rkey: NJD165 offs: 0x00005c62 lens: 0x0000002c + 0x00006c62: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c66:RKEY I1614 0x00006c6e:offset 0x00000000 + 0x00006c72:string 'Josephine /de_Beauharnais/' + Assembled data for NJD165 + 1. I1614 name Josephine /de_Beauharnais/ +[0153] Name rkey: NJD340 offs: 0x00005c8e lens: 0x0000007e + 0x00006c8e: Ncount 4 + Keys and string offsets, strings + 1. 0x00006c92:RKEY I2310 0x00006cb2:offset 0x00000000 + 0x00006cc2:string 'John Northumberland /Dudley/' + 2. 0x00006c9a:RKEY I2312 0x00006cb6:offset 0x0000001d + 0x00006cdf:string 'John /Dudley/' + 3. 0x00006ca2:RKEY I2316 0x00006cba:offset 0x0000002c + 0x00006cee:string 'Jane /Dudley/' + 4. 0x00006caa:RKEY I2324 0x00006cbe:offset 0x0000003b + 0x00006cfd:string 'John /Dudley/' + Assembled data for NJD340 + 1. I2310 name John Northumberland /Dudley/ + 2. I2312 name John /Dudley/ + 3. I2316 name Jane /Dudley/ + 4. I2324 name John /Dudley/ +[0154] Name rkey: NJD414 offs: 0x00005d0c lens: 0x00000023 + 0x00006d0c: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d10:RKEY I2276 0x00006d18:offset 0x00000000 + 0x00006d1c:string 'John /De_La_Pole/' + Assembled data for NJD414 + 1. I2276 name John /De_La_Pole/ +[0155] Name rkey: NJD553 offs: 0x00005d2f lens: 0x00000026 + 0x00006d2f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d33:RKEY I1594 0x00006d3b:offset 0x00000000 + 0x00006d3f:string 'John_V /de_Montfort/' + Assembled data for NJD553 + 1. I1594 name John_V /de_Montfort/ +[0156] Name rkey: NJD655 offs: 0x00005d55 lens: 0x00000021 + 0x00006d55: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d59:RKEY I1825 0x00006d61:offset 0x00000000 + 0x00006d65:string 'John /Drummond/' + Assembled data for NJD655 + 1. I1825 name John /Drummond/ +[0157] Name rkey: NJD656 offs: 0x00005d76 lens: 0x00000023 + 0x00006d76: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d7a:RKEY I2972 0x00006d82:offset 0x00000000 + 0x00006d86:string 'Josiane /Derners/' + Assembled data for NJD656 + 1. I2972 name Josiane /Derners/ +[0158] Name rkey: NJE560 offs: 0x00005d99 lens: 0x0000001e + 0x00006d99: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d9d:RKEY I2928 0x00006da5:offset 0x00000000 + 0x00006da9:string 'John /Emery/' + Assembled data for NJE560 + 1. I2928 name John /Emery/ +[0159] Name rkey: NJF620 offs: 0x00005db7 lens: 0x0000002e + 0x00006db7: Ncount 1 + Keys and string offsets, strings + 1. 0x00006dbb:RKEY I616 0x00006dc3:offset 0x00000000 + 0x00006dc7:string 'John William of_Orange/Friso/' + Assembled data for NJF620 + 1. I616 name John William of_Orange/Friso/ +[0160] Name rkey: NJF622 offs: 0x00005de5 lens: 0x000000a2 + 0x00006de5: Ncount 5 + Keys and string offsets, strings + 1. 0x00006de9:RKEY I813 0x00006e11:offset 0x00000000 + 0x00006e25:string 'John Andrew /Ferguson/' + 2. 0x00006df1:RKEY I815 0x00006e15:offset 0x00000017 + 0x00006e3c:string 'John /Ferguson/' + 3. 0x00006df9:RKEY I818 0x00006e19:offset 0x00000028 + 0x00006e4d:string 'John /Ferguson/' + 4. 0x00006e01:RKEY I819 0x00006e1d:offset 0x00000039 + 0x00006e5e:string 'James /Ferguson/' + 5. 0x00006e09:RKEY I822 0x00006e21:offset 0x0000004b + 0x00006e70:string 'Jane Louisa /Ferguson/' + Assembled data for NJF622 + 1. I813 name John Andrew /Ferguson/ + 2. I815 name John /Ferguson/ + 3. I818 name John /Ferguson/ + 4. I819 name James /Ferguson/ + 5. I822 name Jane Louisa /Ferguson/ +[0161] Name rkey: NJF656 offs: 0x00005e87 lens: 0x00000026 + 0x00006e87: Ncount 1 + Keys and string offsets, strings + 1. 0x00006e8b:RKEY I960 0x00006e93:offset 0x00000000 + 0x00006e97:string 'Johan Martin /Ferner/' + Assembled data for NJF656 + 1. I960 name Johan Martin /Ferner/ +[0162] Name rkey: NJG120 offs: 0x00005ead lens: 0x0000001e + 0x00006ead: Ncount 1 + Keys and string offsets, strings + 1. 0x00006eb1:RKEY I1710 0x00006eb9:offset 0x00000000 + 0x00006ebd:string 'J. E. /Gibbs/' + Assembled data for NJG120 + 1. I1710 name J. E. /Gibbs/ +[0163] Name rkey: NJG416 offs: 0x00005ecb lens: 0x00000020 + 0x00006ecb: Ncount 1 + Keys and string offsets, strings + 1. 0x00006ecf:RKEY I2298 0x00006ed7:offset 0x00000000 + 0x00006edb:string 'John /Golafre/' + Assembled data for NJG416 + 1. I2298 name John /Golafre/ +[0164] Name rkey: NJG431 offs: 0x00005eeb lens: 0x00000022 + 0x00006eeb: Ncount 1 + Keys and string offsets, strings + 1. 0x00006eef:RKEY I2311 0x00006ef7:offset 0x00000000 + 0x00006efb:string 'Jane /Guildford/' + Assembled data for NJG431 + 1. I2311 name Jane /Guildford/ +[0165] Name rkey: NJG465 offs: 0x00005f0d lens: 0x00000023 + 0x00006f0d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006f11:RKEY I1688 0x00006f19:offset 0x00000000 + 0x00006f1d:string 'Jorge /Guillermo/' + Assembled data for NJG465 + 1. I1688 name Jorge /Guillermo/ +[0166] Name rkey: NJG600 offs: 0x00005f30 lens: 0x00000036 + 0x00006f30: Ncount 2 + Keys and string offsets, strings + 1. 0x00006f34:RKEY I868 0x00006f44:offset 0x00000000 + 0x00006f4c:string 'Jane /Grey/' + 2. 0x00006f3c:RKEY I1013 0x00006f48:offset 0x0000000d + 0x00006f59:string 'John /Grey/' + Assembled data for NJG600 + 1. I868 name Jane /Grey/ + 2. I1013 name John /Grey/ +[0167] Name rkey: NJH165 offs: 0x00005f66 lens: 0x00000021 + 0x00006f66: Ncount 1 + Keys and string offsets, strings + 1. 0x00006f6a:RKEY I1250 0x00006f72:offset 0x00000000 + 0x00006f76:string 'James /Hepburn/' + Assembled data for NJH165 + 1. I1250 name James /Hepburn/ +[0168] Name rkey: NJH235 offs: 0x00005f87 lens: 0x00000040 + 0x00006f87: Ncount 2 + Keys and string offsets, strings + 1. 0x00006f8b:RKEY I1417 0x00006f9b:offset 0x00000000 + 0x00006fa3:string 'John 2d /Hastings/' + 2. 0x00006f93:RKEY I2288 0x00006f9f:offset 0x00000013 + 0x00006fb6:string 'John /Hastings/' + Assembled data for NJH235 + 1. I1417 name John 2d /Hastings/ + 2. I2288 name John /Hastings/ +[0169] Name rkey: NJH453 offs: 0x00005fc7 lens: 0x0000003c + 0x00006fc7: Ncount 2 + Keys and string offsets, strings + 1. 0x00006fcb:RKEY I1443 0x00006fdb:offset 0x00000000 + 0x00006fe3:string 'Joan /Holland/' + 2. 0x00006fd3:RKEY I2292 0x00006fdf:offset 0x00000010 + 0x00006ff3:string 'John /Holland/' + Assembled data for NJH453 + 1. I1443 name Joan /Holland/ + 2. I2292 name John /Holland/ +[0170] Name rkey: NJH543 offs: 0x00006003 lens: 0x000000ed + 0x00007003: Ncount 7 + Keys and string offsets, strings + 1. 0x00007007:RKEY I384 0x0000703f:offset 0x00000000 + 0x0000705b:string 'James Albert Edward/Hamilton/' + 2. 0x0000700f:RKEY I386 0x00007043:offset 0x0000001e + 0x00007079:string 'James /Hamilton/' + 3. 0x00007017:RKEY I1474 0x00007047:offset 0x00000030 + 0x0000708b:string 'James /Hamilton/' + 4. 0x0000701f:RKEY I1476 0x0000704b:offset 0x00000042 + 0x0000709d:string 'James /Hamilton/' + 5. 0x00007027:RKEY I1492 0x0000704f:offset 0x00000054 + 0x000070af:string 'James /Hamilton/' + 6. 0x0000702f:RKEY I1494 0x00007053:offset 0x00000066 + 0x000070c1:string 'James /Hamilton/' + 7. 0x00007037:RKEY I2162 0x00007057:offset 0x00000078 + 0x000070d3:string 'J. Keyes-O'Malley /Hamilton/' + Assembled data for NJH543 + 1. I384 name James Albert Edward/Hamilton/ + 2. I386 name James /Hamilton/ + 3. I1474 name James /Hamilton/ + 4. I1476 name James /Hamilton/ + 5. I1492 name James /Hamilton/ + 6. I1494 name James /Hamilton/ + 7. I2162 name J. Keyes-O'Malley /Hamilton/ +[0171] Name rkey: NJH630 offs: 0x000060f0 lens: 0x0000001f + 0x000070f0: Ncount 1 + Keys and string offsets, strings + 1. 0x000070f4:RKEY I2362 0x000070fc:offset 0x00000000 + 0x00007100:string 'Jane /Howard/' + Assembled data for NJH630 + 1. I2362 name Jane /Howard/ +[0172] Name rkey: NJJ230 offs: 0x0000610f lens: 0x0000001f + 0x0000710f: Ncount 1 + Keys and string offsets, strings + 1. 0x00007113:RKEY I666 0x0000711b:offset 0x00000000 + 0x0000711f:string 'Johann /Just/' + Assembled data for NJJ230 + 1. I666 name Johann /Just/ +[0173] Name rkey: NJJ520 offs: 0x0000612e lens: 0x00000022 + 0x0000712e: Ncount 1 + Keys and string offsets, strings + 1. 0x00007132:RKEY I2970 0x0000713a:offset 0x00000000 + 0x0000713e:string 'John Paul /Jones/' + Assembled data for NJJ520 + 1. I2970 name John Paul /Jones/ +[0174] Name rkey: NJJ650 offs: 0x00006150 lens: 0x0000001e + 0x00007150: Ncount 1 + Keys and string offsets, strings + 1. 0x00007154:RKEY I931 0x0000715c:offset 0x00000000 + 0x00007160:string 'Jutta /Jorn/' + Assembled data for NJJ650 + 1. I931 name Jutta /Jorn/ +[0175] Name rkey: NJK300 offs: 0x0000616e lens: 0x0000001e + 0x0000716e: Ncount 1 + Keys and string offsets, strings + 1. 0x00007172:RKEY I1822 0x0000717a:offset 0x00000000 + 0x0000717e:string 'John /Keith/' + Assembled data for NJK300 + 1. I1822 name John /Keith/ +[0176] Name rkey: NJK626 offs: 0x0000618c lens: 0x00000020 + 0x0000718c: Ncount 1 + Keys and string offsets, strings + 1. 0x00007190:RKEY I979 0x00007198:offset 0x00000000 + 0x0000719c:string 'John /Kreuger/' + Assembled data for NJK626 + 1. I979 name John /Kreuger/ +[0177] Name rkey: NJL200 offs: 0x000061ac lens: 0x0000001e + 0x000071ac: Ncount 1 + Keys and string offsets, strings + 1. 0x000071b0:RKEY I1840 0x000071b8:offset 0x00000000 + 0x000071bc:string 'John /Logie/' + Assembled data for NJL200 + 1. I1840 name John /Logie/ +[0178] Name rkey: NJL242 offs: 0x000061ca lens: 0x00000043 + 0x000071ca: Ncount 2 + Keys and string offsets, strings + 1. 0x000071ce:RKEY I294 0x000071de:offset 0x00000000 + 0x000071e6:string 'James /Lascelles/' + 2. 0x000071d6:RKEY I295 0x000071e2:offset 0x00000013 + 0x000071f9:string 'Jeremy /Lascelles/' + Assembled data for NJL242 + 1. I294 name James /Lascelles/ + 2. I295 name Jeremy /Lascelles/ +[0179] Name rkey: NJL252 offs: 0x0000620d lens: 0x00000043 + 0x0000720d: Ncount 2 + Keys and string offsets, strings + 1. 0x00007211:RKEY I489 0x00007221:offset 0x00000000 + 0x00007229:string 'Johanna /Loisinger/' + 2. 0x00007219:RKEY I2623 0x00007225:offset 0x00000015 + 0x0000723e:string 'John /Loisinger/' + Assembled data for NJL252 + 1. I489 name Johanna /Loisinger/ + 2. I2623 name John /Loisinger/ +[0180] Name rkey: NJL500 offs: 0x00006250 lens: 0x0000003f + 0x00007250: Ncount 2 + Keys and string offsets, strings + 1. 0x00007254:RKEY I187 0x00007264:offset 0x00000000 + 0x0000726c:string 'John /Lyon/' + 2. 0x0000725c:RKEY I1823 0x00007268:offset 0x0000000d + 0x00007279:string 'John of_Glamis /Lyon/' + Assembled data for NJL500 + 1. I187 name John /Lyon/ + 2. I1823 name John of_Glamis /Lyon/ +[0181] Name rkey: NJL516 offs: 0x0000628f lens: 0x00000030 + 0x0000728f: Ncount 1 + Keys and string offsets, strings + 1. 0x00007293:RKEY I971 0x0000729b:offset 0x00000000 + 0x0000729f:string 'Joana Maria Valentina/Lambrino/' + Assembled data for NJL516 + 1. I971 name Joana Maria Valentina/Lambrino/ +[0182] Name rkey: NJN140 offs: 0x000062bf lens: 0x0000001f + 0x000072bf: Ncount 1 + Keys and string offsets, strings + 1. 0x000072c3:RKEY I863 0x000072cb:offset 0x00000000 + 0x000072cf:string 'John /Nevill/' + Assembled data for NJN140 + 1. I863 name John /Nevill/ +[0183] Name rkey: NJN463 offs: 0x000062de lens: 0x0000001e + 0x000072de: Ncount 1 + Keys and string offsets, strings + 1. 0x000072e2:RKEY I2809 0x000072ea:offset 0x00000000 + 0x000072ee:string 'Jan /Nilert/' + Assembled data for NJN463 + 1. I2809 name Jan /Nilert/ +[0184] Name rkey: NJO241 offs: 0x000062fc lens: 0x0000002b + 0x000072fc: Ncount 1 + Keys and string offsets, strings + 1. 0x00007300:RKEY I109 0x00007308:offset 0x00000000 + 0x0000730c:string 'James Robert Bruce/Ogilvy/' + Assembled data for NJO241 + 1. I109 name James Robert Bruce/Ogilvy/ +[0185] Name rkey: NJP453 offs: 0x00006327 lens: 0x00000024 + 0x00007327: Ncount 1 + Keys and string offsets, strings + 1. 0x0000732b:RKEY I1379 0x00007333:offset 0x00000000 + 0x00007337:string 'Joan /Plantagenet/' + Assembled data for NJP453 + 1. I1379 name Joan /Plantagenet/ +[0186] Name rkey: NJR240 offs: 0x0000634b lens: 0x00000020 + 0x0000734b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000734f:RKEY I1722 0x00007357:offset 0x00000000 + 0x0000735b:string 'John /Russell/' + Assembled data for NJR240 + 1. I1722 name John /Russell/ +[0187] Name rkey: NJR352 offs: 0x0000636b lens: 0x00000020 + 0x0000736b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000736f:RKEY I2794 0x00007377:offset 0x00000000 + 0x0000737b:string 'Johan /Ryding/' + Assembled data for NJR352 + 1. I2794 name Johan /Ryding/ +[0188] Name rkey: NJR452 offs: 0x0000638b lens: 0x00000023 + 0x0000738b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000738f:RKEY I2979 0x00007397:offset 0x00000000 + 0x0000739b:string 'Julia /Rawlinson/' + Assembled data for NJR452 + 1. I2979 name Julia /Rawlinson/ +[0189] Name rkey: NJS120 offs: 0x000063ae lens: 0x00000048 + 0x000073ae: Ncount 2 + Keys and string offsets, strings + 1. 0x000073b2:RKEY I2137 0x000073c2:offset 0x00000000 + 0x000073ca:string 'James Louis /Sobieski/' + 2. 0x000073ba:RKEY I2138 0x000073c6:offset 0x00000017 + 0x000073e1:string 'John_III /Sobieski/' + Assembled data for NJS120 + 1. I2137 name James Louis /Sobieski/ + 2. I2138 name John_III /Sobieski/ + +0x000073f6: EOF (0x000073f6) GOOD + +BLOCK - DIRECTORY ad/aa +0x00000000:ix_self: 0x00030000 (ad/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 171 +0x0000000e:ix_rkey[0000]: ' NJS152' +0x00000016:ix_rkey[0001]: ' NJS214' +0x0000001e:ix_rkey[0002]: ' NJS363' +0x00000026:ix_rkey[0003]: ' NJS534' +0x0000002e:ix_rkey[0004]: ' NJS560' +0x00000036:ix_rkey[0005]: ' NJT360' +0x0000003e:ix_rkey[0006]: ' NJU420' +0x00000046:ix_rkey[0007]: ' NJU452' +0x0000004e:ix_rkey[0008]: ' NJV520' +0x00000056:ix_rkey[0009]: ' NJV561' +0x0000005e:ix_rkey[0010]: ' NJW300' +0x00000066:ix_rkey[0011]: ' NJW420' +0x0000006e:ix_rkey[0012]: ' NJW532' +0x00000076:ix_rkey[0013]: ' NJW620' +0x0000007e:ix_rkey[0014]: ' NJZ999' +0x00000086:ix_rkey[0015]: ' NKB260' +0x0000008e:ix_rkey[0016]: ' NKC623' +0x00000096:ix_rkey[0017]: ' NKF612' +0x0000009e:ix_rkey[0018]: ' NKG620' +0x000000a6:ix_rkey[0019]: ' NKK320' +0x000000ae:ix_rkey[0020]: ' NKM241' +0x000000b6:ix_rkey[0021]: ' NKN215' +0x000000be:ix_rkey[0022]: ' NKR142' +0x000000c6:ix_rkey[0023]: ' NKR551' +0x000000ce:ix_rkey[0024]: ' NKS560' +0x000000d6:ix_rkey[0025]: ' NKT360' +0x000000de:ix_rkey[0026]: ' NKW624' +0x000000e6:ix_rkey[0027]: ' NKZ999' +0x000000ee:ix_rkey[0028]: ' NLB434' +0x000000f6:ix_rkey[0029]: ' NLB500' +0x000000fe:ix_rkey[0030]: ' NLB525' +0x00000106:ix_rkey[0031]: ' NLD120' +0x0000010e:ix_rkey[0032]: ' NLD225' +0x00000116:ix_rkey[0033]: ' NLF420' +0x0000011e:ix_rkey[0034]: ' NLG522' +0x00000126:ix_rkey[0035]: ' NLH516' +0x0000012e:ix_rkey[0036]: ' NLH524' +0x00000136:ix_rkey[0037]: ' NLH543' +0x0000013e:ix_rkey[0038]: ' NLK542' +0x00000146:ix_rkey[0039]: ' NLK600' +0x0000014e:ix_rkey[0040]: ' NLL531' +0x00000156:ix_rkey[0041]: ' NLL532' +0x0000015e:ix_rkey[0042]: ' NLM531' +0x00000166:ix_rkey[0043]: ' NLM635' +0x0000016e:ix_rkey[0044]: ' NLR240' +0x00000176:ix_rkey[0045]: ' NLR252' +0x0000017e:ix_rkey[0046]: ' NLS362' +0x00000186:ix_rkey[0047]: ' NLS363' +0x0000018e:ix_rkey[0048]: ' NLV561' +0x00000196:ix_rkey[0049]: ' NLW342' +0x0000019e:ix_rkey[0050]: ' NLZ999' +0x000001a6:ix_rkey[0051]: ' NMA340' +0x000001ae:ix_rkey[0052]: ' NMA626' +0x000001b6:ix_rkey[0053]: ' NMB163' +0x000001be:ix_rkey[0054]: ' NMB200' +0x000001c6:ix_rkey[0055]: ' NMB245' +0x000001ce:ix_rkey[0056]: ' NMB251' +0x000001d6:ix_rkey[0057]: ' NMB400' +0x000001de:ix_rkey[0058]: ' NMB420' +0x000001e6:ix_rkey[0059]: ' NMB450' +0x000001ee:ix_rkey[0060]: ' NMB620' +0x000001f6:ix_rkey[0061]: ' NMB623' +0x000001fe:ix_rkey[0062]: ' NMB632' +0x00000206:ix_rkey[0063]: ' NMB652' +0x0000020e:ix_rkey[0064]: ' NMB653' +0x00000216:ix_rkey[0065]: ' NMC100' +0x0000021e:ix_rkey[0066]: ' NMC416' +0x00000226:ix_rkey[0067]: ' NMC514' +0x0000022e:ix_rkey[0068]: ' NMC615' +0x00000236:ix_rkey[0069]: ' NMC625' +0x0000023e:ix_rkey[0070]: ' NMC630' +0x00000246:ix_rkey[0071]: ' NMC635' +0x0000024e:ix_rkey[0072]: ' NMC652' +0x00000256:ix_rkey[0073]: ' NMD150' +0x0000025e:ix_rkey[0074]: ' NMD242' +0x00000266:ix_rkey[0075]: ' NMD260' +0x0000026e:ix_rkey[0076]: ' NMD340' +0x00000276:ix_rkey[0077]: ' NMD360' +0x0000027e:ix_rkey[0078]: ' NMD532' +0x00000286:ix_rkey[0079]: ' NMD655' +0x0000028e:ix_rkey[0080]: ' NMF324' +0x00000296:ix_rkey[0081]: ' NMF326' +0x0000029e:ix_rkey[0082]: ' NMF420' +0x000002a6:ix_rkey[0083]: ' NMF432' +0x000002ae:ix_rkey[0084]: ' NMG520' +0x000002b6:ix_rkey[0085]: ' NMG600' +0x000002be:ix_rkey[0086]: ' NMG621' +0x000002c6:ix_rkey[0087]: ' NMG650' +0x000002ce:ix_rkey[0088]: ' NMH400' +0x000002d6:ix_rkey[0089]: ' NMH453' +0x000002de:ix_rkey[0090]: ' NMH516' +0x000002e6:ix_rkey[0091]: ' NMH524' +0x000002ee:ix_rkey[0092]: ' NMH543' +0x000002f6:ix_rkey[0093]: ' NMH630' +0x000002fe:ix_rkey[0094]: ' NMK320' +0x00000306:ix_rkey[0095]: ' NMK622' +0x0000030e:ix_rkey[0096]: ' NMK626' +0x00000316:ix_rkey[0097]: ' NMK640' +0x0000031e:ix_rkey[0098]: ' NML242' +0x00000326:ix_rkey[0099]: ' NML252' +0x0000032e:ix_rkey[0100]: ' NML531' +0x00000336:ix_rkey[0101]: ' NMM252' +0x0000033e:ix_rkey[0102]: ' NMM531' +0x00000346:ix_rkey[0103]: ' NMM532' +0x0000034e:ix_rkey[0104]: ' NMO165' +0x00000356:ix_rkey[0105]: ' NMO241' +0x0000035e:ix_rkey[0106]: ' NMO435' +0x00000366:ix_rkey[0107]: ' NMP141' +0x0000036e:ix_rkey[0108]: ' NMP412' +0x00000376:ix_rkey[0109]: ' NMR200' +0x0000037e:ix_rkey[0110]: ' NMR216' +0x00000386:ix_rkey[0111]: ' NMR551' +0x0000038e:ix_rkey[0112]: ' NMS120' +0x00000396:ix_rkey[0113]: ' NMS214' +0x0000039e:ix_rkey[0114]: ' NMS350' +0x000003a6:ix_rkey[0115]: ' NMS363' +0x000003ae:ix_rkey[0116]: ' NMT360' +0x000003b6:ix_rkey[0117]: ' NMT524' +0x000003be:ix_rkey[0118]: ' NMU452' +0x000003c6:ix_rkey[0119]: ' NMV521' +0x000003ce:ix_rkey[0120]: ' NMV551' +0x000003d6:ix_rkey[0121]: ' NMV561' +0x000003de:ix_rkey[0122]: ' NMW200' +0x000003e6:ix_rkey[0123]: ' NMW342' +0x000003ee:ix_rkey[0124]: ' NMW414' +0x000003f6:ix_rkey[0125]: ' NMW521' +0x000003fe:ix_rkey[0126]: ' NMW532' +0x00000406:ix_rkey[0127]: ' NMW536' +0x0000040e:ix_rkey[0128]: ' NMW635' +0x00000416:ix_rkey[0129]: ' NMZ999' +0x0000041e:ix_rkey[0130]: ' NND660' +0x00000426:ix_rkey[0131]: ' NNG620' +0x0000042e:ix_rkey[0132]: ' NNH524' +0x00000436:ix_rkey[0133]: ' NNK421' +0x0000043e:ix_rkey[0134]: ' NNM262' +0x00000446:ix_rkey[0135]: ' NNM316' +0x0000044e:ix_rkey[0136]: ' NNO435' +0x00000456:ix_rkey[0137]: ' NNR551' +0x0000045e:ix_rkey[0138]: ' NNS416' +0x00000466:ix_rkey[0139]: ' NNS653' +0x0000046e:ix_rkey[0140]: ' NNV561' +0x00000476:ix_rkey[0141]: ' NNW532' +0x0000047e:ix_rkey[0142]: ' NNZ999' +0x00000486:ix_rkey[0143]: ' NOA345' +0x0000048e:ix_rkey[0144]: ' NOH516' +0x00000496:ix_rkey[0145]: ' NOK651' +0x0000049e:ix_rkey[0146]: ' NOR551' +0x000004a6:ix_rkey[0147]: ' NOS530' +0x000004ae:ix_rkey[0148]: ' NOT360' +0x000004b6:ix_rkey[0149]: ' NOW342' +0x000004be:ix_rkey[0150]: ' NOZ999' +0x000004c6:ix_rkey[0151]: ' NPB245' +0x000004ce:ix_rkey[0152]: ' NPB536' +0x000004d6:ix_rkey[0153]: ' NPD142' +0x000004de:ix_rkey[0154]: ' NPD626' +0x000004e6:ix_rkey[0155]: ' NPH614' +0x000004ee:ix_rkey[0156]: ' NPH630' +0x000004f6:ix_rkey[0157]: ' NPL525' +0x000004fe:ix_rkey[0158]: ' NPM300' +0x00000506:ix_rkey[0159]: ' NPM520' +0x0000050e:ix_rkey[0160]: ' NPM531' +0x00000516:ix_rkey[0161]: ' NPM635' +0x0000051e:ix_rkey[0162]: ' NPO435' +0x00000526:ix_rkey[0163]: ' NPP412' +0x0000052e:ix_rkey[0164]: ' NPR100' +0x00000536:ix_rkey[0165]: ' NPR120' +0x0000053e:ix_rkey[0166]: ' NPR300' +0x00000546:ix_rkey[0167]: ' NPR362' +0x0000054e:ix_rkey[0168]: ' NPR551' +0x00000556:ix_rkey[0169]: ' NPS532' +0x0000055e:ix_rkey[0170]: ' NPT240' + +deleted/unused entries +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000007e +0x0000080c:ix_offs[0001]: 0x0000007e 0x00000c08:ix_lens[0001]: 0x00000027 +0x00000810:ix_offs[0002]: 0x000000a5 0x00000c0c:ix_lens[0002]: 0x000000f7 +0x00000814:ix_offs[0003]: 0x0000019c 0x00000c10:ix_lens[0003]: 0x00000024 +0x00000818:ix_offs[0004]: 0x000001c0 0x00000c14:ix_lens[0004]: 0x0000003c +0x0000081c:ix_offs[0005]: 0x000001fc 0x00000c18:ix_lens[0005]: 0x00000020 +0x00000820:ix_offs[0006]: 0x0000021c 0x00000c1c:ix_lens[0006]: 0x00000028 +0x00000824:ix_offs[0007]: 0x00000244 0x00000c20:ix_lens[0007]: 0x00000026 +0x00000828:ix_offs[0008]: 0x0000026a 0x00000c24:ix_lens[0008]: 0x00000055 +0x0000082c:ix_offs[0009]: 0x000002bf 0x00000c28:ix_lens[0009]: 0x00000026 +0x00000830:ix_offs[0010]: 0x000002e5 0x00000c2c:ix_lens[0010]: 0x0000001d +0x00000834:ix_offs[0011]: 0x00000302 0x00000c30:ix_lens[0011]: 0x00000022 +0x00000838:ix_offs[0012]: 0x00000324 0x00000c34:ix_lens[0012]: 0x0000002e +0x0000083c:ix_offs[0013]: 0x00000352 0x00000c38:ix_lens[0013]: 0x0000001d +0x00000840:ix_offs[0014]: 0x0000036f 0x00000c3c:ix_lens[0014]: 0x00000af0 +0x00000844:ix_offs[0015]: 0x00000e5f 0x00000c40:ix_lens[0015]: 0x00000021 +0x00000848:ix_offs[0016]: 0x00000e80 0x00000c44:ix_lens[0016]: 0x00000025 +0x0000084c:ix_offs[0017]: 0x00000ea5 0x00000c48:ix_lens[0017]: 0x00000029 +0x00000850:ix_offs[0018]: 0x00000ece 0x00000c4c:ix_lens[0018]: 0x00000025 +0x00000854:ix_offs[0019]: 0x00000ef3 0x00000c50:ix_lens[0019]: 0x0000001f +0x00000858:ix_offs[0020]: 0x00000f12 0x00000c54:ix_lens[0020]: 0x00000026 +0x0000085c:ix_offs[0021]: 0x00000f38 0x00000c58:ix_lens[0021]: 0x0000002d +0x00000860:ix_offs[0022]: 0x00000f65 0x00000c5c:ix_lens[0022]: 0x00000026 +0x00000864:ix_offs[0023]: 0x00000f8b 0x00000c60:ix_lens[0023]: 0x00000026 +0x00000868:ix_offs[0024]: 0x00000fb1 0x00000c64:ix_lens[0024]: 0x00000025 +0x0000086c:ix_offs[0025]: 0x00000fd6 0x00000c68:ix_lens[0025]: 0x00000023 +0x00000870:ix_offs[0026]: 0x00000ff9 0x00000c6c:ix_lens[0026]: 0x00000025 +0x00000874:ix_offs[0027]: 0x0000101e 0x00000c70:ix_lens[0027]: 0x00000270 +0x00000878:ix_offs[0028]: 0x0000128e 0x00000c74:ix_lens[0028]: 0x00000030 +0x0000087c:ix_offs[0029]: 0x000012be 0x00000c78:ix_lens[0029]: 0x00000020 +0x00000880:ix_offs[0030]: 0x000012de 0x00000c7c:ix_lens[0030]: 0x00000023 +0x00000884:ix_offs[0031]: 0x00001301 0x00000c80:ix_lens[0031]: 0x0000002d +0x00000888:ix_offs[0032]: 0x0000132e 0x00000c84:ix_lens[0032]: 0x00000028 +0x0000088c:ix_offs[0033]: 0x00001356 0x00000c88:ix_lens[0033]: 0x00000026 +0x00000890:ix_offs[0034]: 0x0000137c 0x00000c8c:ix_lens[0034]: 0x00000030 +0x00000894:ix_offs[0035]: 0x000013ac 0x00000c90:ix_lens[0035]: 0x00000069 +0x00000898:ix_offs[0036]: 0x00001415 0x00000c94:ix_lens[0036]: 0x00000037 +0x0000089c:ix_offs[0037]: 0x0000144c 0x00000c98:ix_lens[0037]: 0x00000023 +0x000008a0:ix_offs[0038]: 0x0000146f 0x00000c9c:ix_lens[0038]: 0x00000023 +0x000008a4:ix_offs[0039]: 0x00001492 0x00000ca0:ix_lens[0039]: 0x0000001f +0x000008a8:ix_offs[0040]: 0x000014b1 0x00000ca4:ix_lens[0040]: 0x00000023 +0x000008ac:ix_offs[0041]: 0x000014d4 0x00000ca8:ix_lens[0041]: 0x00000025 +0x000008b0:ix_offs[0042]: 0x000014f9 0x00000cac:ix_lens[0042]: 0x00000058 +0x000008b4:ix_offs[0043]: 0x00001551 0x00000cb0:ix_lens[0043]: 0x00000024 +0x000008b8:ix_offs[0044]: 0x00001575 0x00000cb4:ix_lens[0044]: 0x00000026 +0x000008bc:ix_offs[0045]: 0x0000159b 0x00000cb8:ix_lens[0045]: 0x00000024 +0x000008c0:ix_offs[0046]: 0x000015bf 0x00000cbc:ix_lens[0046]: 0x00000024 +0x000008c4:ix_offs[0047]: 0x000015e3 0x00000cc0:ix_lens[0047]: 0x00000056 +0x000008c8:ix_offs[0048]: 0x00001639 0x00000cc4:ix_lens[0048]: 0x00000024 +0x000008cc:ix_offs[0049]: 0x0000165d 0x00000cc8:ix_lens[0049]: 0x0000009f +0x000008d0:ix_offs[0050]: 0x000016fc 0x00000ccc:ix_lens[0050]: 0x00000ed1 +0x000008d4:ix_offs[0051]: 0x000025cd 0x00000cd0:ix_lens[0051]: 0x00000042 +0x000008d8:ix_offs[0052]: 0x0000260f 0x00000cd4:ix_lens[0052]: 0x00000026 +0x000008dc:ix_offs[0053]: 0x00002635 0x00000cd8:ix_lens[0053]: 0x00000072 +0x000008e0:ix_offs[0054]: 0x000026a7 0x00000cdc:ix_lens[0054]: 0x00000025 +0x000008e4:ix_offs[0055]: 0x000026cc 0x00000ce0:ix_lens[0055]: 0x00000052 +0x000008e8:ix_offs[0056]: 0x0000271e 0x00000ce4:ix_lens[0056]: 0x00000026 +0x000008ec:ix_offs[0057]: 0x00002744 0x00000ce8:ix_lens[0057]: 0x00000021 +0x000008f0:ix_offs[0058]: 0x00002765 0x00000cec:ix_lens[0058]: 0x00000025 +0x000008f4:ix_offs[0059]: 0x0000278a 0x00000cf0:ix_lens[0059]: 0x0000001f +0x000008f8:ix_offs[0060]: 0x000027a9 0x00000cf4:ix_lens[0060]: 0x0000003d +0x000008fc:ix_offs[0061]: 0x000027e6 0x00000cf8:ix_lens[0061]: 0x00000025 +0x00000900:ix_offs[0062]: 0x0000280b 0x00000cfc:ix_lens[0062]: 0x0000002b +0x00000904:ix_offs[0063]: 0x00002836 0x00000d00:ix_lens[0063]: 0x00000023 +0x00000908:ix_offs[0064]: 0x00002859 0x00000d04:ix_lens[0064]: 0x00000022 +0x0000090c:ix_offs[0065]: 0x0000287b 0x00000d08:ix_lens[0065]: 0x00000021 +0x00000910:ix_offs[0066]: 0x0000289c 0x00000d0c:ix_lens[0066]: 0x00000042 +0x00000914:ix_offs[0067]: 0x000028de 0x00000d10:ix_lens[0067]: 0x0000002c +0x00000918:ix_offs[0068]: 0x0000290a 0x00000d14:ix_lens[0068]: 0x00000022 +0x0000091c:ix_offs[0069]: 0x0000292c 0x00000d18:ix_lens[0069]: 0x00000028 +0x00000920:ix_offs[0070]: 0x00002954 0x00000d1c:ix_lens[0070]: 0x00000021 +0x00000924:ix_offs[0071]: 0x00002975 0x00000d20:ix_lens[0071]: 0x0000002b +0x00000928:ix_offs[0072]: 0x000029a0 0x00000d24:ix_lens[0072]: 0x00000021 +0x0000092c:ix_offs[0073]: 0x000029c1 0x00000d28:ix_lens[0073]: 0x00000021 +0x00000930:ix_offs[0074]: 0x000029e2 0x00000d2c:ix_lens[0074]: 0x00000044 +0x00000934:ix_offs[0075]: 0x00002a26 0x00000d30:ix_lens[0075]: 0x00000048 +0x00000938:ix_offs[0076]: 0x00002a6e 0x00000d34:ix_lens[0076]: 0x0000001f +0x0000093c:ix_offs[0077]: 0x00002a8d 0x00000d38:ix_lens[0077]: 0x00000022 +0x00000940:ix_offs[0078]: 0x00002aaf 0x00000d3c:ix_lens[0078]: 0x00000024 +0x00000944:ix_offs[0079]: 0x00002ad3 0x00000d40:ix_lens[0079]: 0x00000045 +0x00000948:ix_offs[0080]: 0x00002b18 0x00000d44:ix_lens[0080]: 0x00000021 +0x0000094c:ix_offs[0081]: 0x00002b39 0x00000d48:ix_lens[0081]: 0x00000029 +0x00000950:ix_offs[0082]: 0x00002b62 0x00000d4c:ix_lens[0082]: 0x0000001f +0x00000954:ix_offs[0083]: 0x00002b81 0x00000d50:ix_lens[0083]: 0x00000023 +0x00000958:ix_offs[0084]: 0x00002ba4 0x00000d54:ix_lens[0084]: 0x00000023 +0x0000095c:ix_offs[0085]: 0x00002bc7 0x00000d58:ix_lens[0085]: 0x0000001d +0x00000960:ix_offs[0086]: 0x00002be4 0x00000d5c:ix_lens[0086]: 0x00000026 +0x00000964:ix_offs[0087]: 0x00002c0a 0x00000d60:ix_lens[0087]: 0x0000001e +0x00000968:ix_offs[0088]: 0x00002c28 0x00000d64:ix_lens[0088]: 0x0000002f +0x0000096c:ix_offs[0089]: 0x00002c57 0x00000d68:ix_lens[0089]: 0x00000024 +0x00000970:ix_offs[0090]: 0x00002c7b 0x00000d6c:ix_lens[0090]: 0x000000e6 +0x00000974:ix_offs[0091]: 0x00002d61 0x00000d70:ix_lens[0091]: 0x00000097 +0x00000978:ix_offs[0092]: 0x00002df8 0x00000d74:ix_lens[0092]: 0x00000025 +0x0000097c:ix_offs[0093]: 0x00002e1d 0x00000d78:ix_lens[0093]: 0x0000003e +0x00000980:ix_offs[0094]: 0x00002e5b 0x00000d7c:ix_lens[0094]: 0x00000023 +0x00000984:ix_offs[0095]: 0x00002e7e 0x00000d80:ix_lens[0095]: 0x0000002e +0x00000988:ix_offs[0096]: 0x00002eac 0x00000d84:ix_lens[0096]: 0x00000023 +0x0000098c:ix_offs[0097]: 0x00002ecf 0x00000d88:ix_lens[0097]: 0x00000022 +0x00000990:ix_offs[0098]: 0x00002ef1 0x00000d8c:ix_lens[0098]: 0x00000042 +0x00000994:ix_offs[0099]: 0x00002f33 0x00000d90:ix_lens[0099]: 0x0000002c +0x00000998:ix_offs[0100]: 0x00002f5f 0x00000d94:ix_lens[0100]: 0x0000002f +0x0000099c:ix_offs[0101]: 0x00002f8e 0x00000d98:ix_lens[0101]: 0x00000026 +0x000009a0:ix_offs[0102]: 0x00002fb4 0x00000d9c:ix_lens[0102]: 0x00000029 +0x000009a4:ix_offs[0103]: 0x00002fdd 0x00000da0:ix_lens[0103]: 0x00000060 +0x000009a8:ix_offs[0104]: 0x0000303d 0x00000da4:ix_lens[0104]: 0x00000060 +0x000009ac:ix_offs[0105]: 0x0000309d 0x00000da8:ix_lens[0105]: 0x00000032 +0x000009b0:ix_offs[0106]: 0x000030cf 0x00000dac:ix_lens[0106]: 0x00000025 +0x000009b4:ix_offs[0107]: 0x000030f4 0x00000db0:ix_lens[0107]: 0x00000022 +0x000009b8:ix_offs[0108]: 0x00003116 0x00000db4:ix_lens[0108]: 0x0000002d +0x000009bc:ix_offs[0109]: 0x00003143 0x00000db8:ix_lens[0109]: 0x00000023 +0x000009c0:ix_offs[0110]: 0x00003166 0x00000dbc:ix_lens[0110]: 0x0000002e +0x000009c4:ix_offs[0111]: 0x00003194 0x00000dc0:ix_lens[0111]: 0x000000f0 +0x000009c8:ix_offs[0112]: 0x00003284 0x00000dc4:ix_lens[0112]: 0x00000034 +0x000009cc:ix_offs[0113]: 0x000032b8 0x00000dc8:ix_lens[0113]: 0x0000004f +0x000009d0:ix_offs[0114]: 0x00003307 0x00000dcc:ix_lens[0114]: 0x0000002d +0x000009d4:ix_offs[0115]: 0x00003334 0x00000dd0:ix_lens[0115]: 0x000000b1 +0x000009d8:ix_offs[0116]: 0x000033e5 0x00000dd4:ix_lens[0116]: 0x00000080 +0x000009dc:ix_offs[0117]: 0x00003465 0x00000dd8:ix_lens[0117]: 0x00000021 +0x000009e0:ix_offs[0118]: 0x00003486 0x00000ddc:ix_lens[0118]: 0x00000029 +0x000009e4:ix_offs[0119]: 0x000034af 0x00000de0:ix_lens[0119]: 0x00000028 +0x000009e8:ix_offs[0120]: 0x000034d7 0x00000de4:ix_lens[0120]: 0x0000002b +0x000009ec:ix_offs[0121]: 0x00003502 0x00000de8:ix_lens[0121]: 0x00000075 +0x000009f0:ix_offs[0122]: 0x00003577 0x00000dec:ix_lens[0122]: 0x0000002b +0x000009f4:ix_offs[0123]: 0x000035a2 0x00000df0:ix_lens[0123]: 0x000000a6 +0x000009f8:ix_offs[0124]: 0x00003648 0x00000df4:ix_lens[0124]: 0x0000002e +0x000009fc:ix_offs[0125]: 0x00003676 0x00000df8:ix_lens[0125]: 0x0000004f +0x00000a00:ix_offs[0126]: 0x000036c5 0x00000dfc:ix_lens[0126]: 0x00000063 +0x00000a04:ix_offs[0127]: 0x00003728 0x00000e00:ix_lens[0127]: 0x00000025 +0x00000a08:ix_offs[0128]: 0x0000374d 0x00000e04:ix_lens[0128]: 0x00000025 +0x00000a0c:ix_offs[0129]: 0x00003772 0x00000e08:ix_lens[0129]: 0x000017d0 +0x00000a10:ix_offs[0130]: 0x00004f42 0x00000e0c:ix_lens[0130]: 0x00000023 +0x00000a14:ix_offs[0131]: 0x00004f65 0x00000e10:ix_lens[0131]: 0x00000024 +0x00000a18:ix_offs[0132]: 0x00004f89 0x00000e14:ix_lens[0132]: 0x00000029 +0x00000a1c:ix_offs[0133]: 0x00004fb2 0x00000e18:ix_lens[0133]: 0x00000028 +0x00000a20:ix_offs[0134]: 0x00004fda 0x00000e1c:ix_lens[0134]: 0x00000025 +0x00000a24:ix_offs[0135]: 0x00004fff 0x00000e20:ix_lens[0135]: 0x0000002b +0x00000a28:ix_offs[0136]: 0x0000502a 0x00000e24:ix_lens[0136]: 0x00000026 +0x00000a2c:ix_offs[0137]: 0x00005050 0x00000e28:ix_lens[0137]: 0x00000102 +0x00000a30:ix_offs[0138]: 0x00005152 0x00000e2c:ix_lens[0138]: 0x0000002b +0x00000a34:ix_offs[0139]: 0x0000517d 0x00000e30:ix_lens[0139]: 0x0000002b +0x00000a38:ix_offs[0140]: 0x000051a8 0x00000e34:ix_lens[0140]: 0x00000028 +0x00000a3c:ix_offs[0141]: 0x000051d0 0x00000e38:ix_lens[0141]: 0x00000031 +0x00000a40:ix_offs[0142]: 0x00005201 0x00000e3c:ix_lens[0142]: 0x00000107 +0x00000a44:ix_offs[0143]: 0x00005308 0x00000e40:ix_lens[0143]: 0x00000023 +0x00000a48:ix_offs[0144]: 0x0000532b 0x00000e44:ix_lens[0144]: 0x00000078 +0x00000a4c:ix_offs[0145]: 0x000053a3 0x00000e48:ix_lens[0145]: 0x00000022 +0x00000a50:ix_offs[0146]: 0x000053c5 0x00000e4c:ix_lens[0146]: 0x0000006e +0x00000a54:ix_offs[0147]: 0x00005433 0x00000e50:ix_lens[0147]: 0x00000020 +0x00000a58:ix_offs[0148]: 0x00005453 0x00000e54:ix_lens[0148]: 0x0000001e +0x00000a5c:ix_offs[0149]: 0x00005471 0x00000e58:ix_lens[0149]: 0x00000057 +0x00000a60:ix_offs[0150]: 0x000054c8 0x00000e5c:ix_lens[0150]: 0x00000425 +0x00000a64:ix_offs[0151]: 0x000058ed 0x00000e60:ix_lens[0151]: 0x00000026 +0x00000a68:ix_offs[0152]: 0x00005913 0x00000e64:ix_lens[0152]: 0x00000021 +0x00000a6c:ix_offs[0153]: 0x00005934 0x00000e68:ix_lens[0153]: 0x00000026 +0x00000a70:ix_offs[0154]: 0x0000595a 0x00000e6c:ix_lens[0154]: 0x0000001f +0x00000a74:ix_offs[0155]: 0x00005979 0x00000e70:ix_lens[0155]: 0x00000022 +0x00000a78:ix_offs[0156]: 0x0000599b 0x00000e74:ix_lens[0156]: 0x00000021 +0x00000a7c:ix_offs[0157]: 0x000059bc 0x00000e78:ix_lens[0157]: 0x00000026 +0x00000a80:ix_offs[0158]: 0x000059e2 0x00000e7c:ix_lens[0158]: 0x0000001f +0x00000a84:ix_offs[0159]: 0x00005a01 0x00000e80:ix_lens[0159]: 0x00000020 +0x00000a88:ix_offs[0160]: 0x00005a21 0x00000e84:ix_lens[0160]: 0x0000006c +0x00000a8c:ix_offs[0161]: 0x00005a8d 0x00000e88:ix_lens[0161]: 0x00000025 +0x00000a90:ix_offs[0162]: 0x00005ab2 0x00000e8c:ix_lens[0162]: 0x0000006a +0x00000a94:ix_offs[0163]: 0x00005b1c 0x00000e90:ix_lens[0163]: 0x0000004a +0x00000a98:ix_offs[0164]: 0x00005b66 0x00000e94:ix_lens[0164]: 0x0000002a +0x00000a9c:ix_offs[0165]: 0x00005b90 0x00000e98:ix_lens[0165]: 0x00000026 +0x00000aa0:ix_offs[0166]: 0x00005bb6 0x00000e9c:ix_lens[0166]: 0x00000028 +0x00000aa4:ix_offs[0167]: 0x00005bde 0x00000ea0:ix_lens[0167]: 0x00000026 +0x00000aa8:ix_offs[0168]: 0x00005c04 0x00000ea4:ix_lens[0168]: 0x000000d0 +0x00000aac:ix_offs[0169]: 0x00005cd4 0x00000ea8:ix_lens[0169]: 0x00000025 +0x00000ab0:ix_offs[0170]: 0x00005cf9 0x00000eac:ix_lens[0170]: 0x00000025 + +0x00000ab4-0x00000c03:ix_offs[0171-0254] default value 0x00000000 +0x00000eb0-0x00000fff:ix_lens[0171-0254] default value 0x00000000 + +BLOCK - DATA +[0000] Name rkey: NJS152 offs: 0x00000000 lens: 0x0000007e + 0x00001000: Ncount 4 + Keys and string offsets, strings + 1. 0x00001004:RKEY I241 0x00001024:offset 0x00000000 + 0x00001034:string 'Jane /Spencer/' + 2. 0x0000100c:RKEY I1291 0x00001028:offset 0x00000010 + 0x00001044:string 'John /Spencer/' + 3. 0x00001014:RKEY I1712 0x0000102c:offset 0x00000020 + 0x00001054:string 'John /Spencer/' + 4. 0x0000101c:RKEY I1735 0x00001030:offset 0x00000030 + 0x00001064:string 'John of_Althorp /Spencer/' + Assembled data for NJS152 + 1. I241 name Jane /Spencer/ + 2. I1291 name John /Spencer/ + 3. I1712 name John /Spencer/ + 4. I1735 name John of_Althorp /Spencer/ +[0001] Name rkey: NJS214 offs: 0x0000007e lens: 0x00000027 + 0x0000107e: Ncount 1 + Keys and string offsets, strings + 1. 0x00001082:RKEY I3006 0x0000108a:offset 0x00000000 + 0x0000108e:string 'John Sanford /Scobell/' + Assembled data for NJS214 + 1. I3006 name John Sanford /Scobell/ +[0002] Name rkey: NJS363 offs: 0x000000a5 lens: 0x000000f7 + 0x000010a5: Ncount 8 + Keys and string offsets, strings + 1. 0x000010a9:RKEY I706 0x000010e9:offset 0x00000000 + 0x00001109:string 'James_II /Stuart/' + 2. 0x000010b1:RKEY I719 0x000010ed:offset 0x00000013 + 0x0000111c:string 'James Francis Edward/Stuart/' + 3. 0x000010b9:RKEY I725 0x000010f1:offset 0x00000030 + 0x00001139:string 'James_I /Stuart/' + 4. 0x000010c1:RKEY I1478 0x000010f5:offset 0x00000042 + 0x0000114b:string 'John /Stewart/' + 5. 0x000010c9:RKEY I1480 0x000010f9:offset 0x00000052 + 0x0000115b:string 'John /Stuart/' + 6. 0x000010d1:RKEY I1487 0x000010fd:offset 0x00000061 + 0x0000116a:string 'James /Stewart/' + 7. 0x000010d9:RKEY I1488 0x00001101:offset 0x00000072 + 0x0000117b:string 'John /Stewart/' + 8. 0x000010e1:RKEY I1489 0x00001105:offset 0x00000082 + 0x0000118b:string 'James /Stewart/' + Assembled data for NJS363 + 1. I706 name James_II /Stuart/ + 2. I719 name James Francis Edward/Stuart/ + 3. I725 name James_I /Stuart/ + 4. I1478 name John /Stewart/ + 5. I1480 name John /Stuart/ + 6. I1487 name James /Stewart/ + 7. I1488 name John /Stewart/ + 8. I1489 name James /Stewart/ +[0003] Name rkey: NJS534 offs: 0x0000019c lens: 0x00000024 + 0x0000119c: Ncount 1 + Keys and string offsets, strings + 1. 0x000011a0:RKEY I1824 0x000011a8:offset 0x00000000 + 0x000011ac:string 'James /Sandilands/' + Assembled data for NJS534 + 1. I1824 name James /Sandilands/ +[0004] Name rkey: NJS560 offs: 0x000001c0 lens: 0x0000003c + 0x000011c0: Ncount 2 + Keys and string offsets, strings + 1. 0x000011c4:RKEY I851 0x000011d4:offset 0x00000000 + 0x000011dc:string 'Jane /Seymour/' + 2. 0x000011cc:RKEY I860 0x000011d8:offset 0x00000010 + 0x000011ec:string 'John /Seymour/' + Assembled data for NJS560 + 1. I851 name Jane /Seymour/ + 2. I860 name John /Seymour/ +[0005] Name rkey: NJT360 offs: 0x000001fc lens: 0x00000020 + 0x000011fc: Ncount 1 + Keys and string offsets, strings + 1. 0x00001200:RKEY I1353 0x00001208:offset 0x00000000 + 0x0000120c:string 'Jasper /Tudor/' + Assembled data for NJT360 + 1. I1353 name Jasper /Tudor/ +[0006] Name rkey: NJU420 offs: 0x0000021c lens: 0x00000028 + 0x0000121c: Ncount 1 + Keys and string offsets, strings + 1. 0x00001220:RKEY I505 0x00001228:offset 0x00000000 + 0x0000122c:string 'John Knatchbull /Ulick/' + Assembled data for NJU420 + 1. I505 name John Knatchbull /Ulick/ +[0007] Name rkey: NJU452 offs: 0x00000244 lens: 0x00000026 + 0x00001244: Ncount 1 + Keys and string offsets, strings + 1. 0x00001248:RKEY I2835 0x00001250:offset 0x00000000 + 0x00001254:string 'Jean Charles /Ullens/' + Assembled data for NJU452 + 1. I2835 name Jean Charles /Ullens/ +[0008] Name rkey: NJV520 offs: 0x0000026a lens: 0x00000055 + 0x0000126a: Ncount 2 + Keys and string offsets, strings + 1. 0x0000126e:RKEY I348 0x0000127e:offset 0x00000000 + 0x00001286:string 'Julia of_Battenberg /von_Hauke/' + 2. 0x00001276:RKEY I351 0x00001282:offset 0x00000020 + 0x000012a6:string 'John Maurice /von_Hauke/' + Assembled data for NJV520 + 1. I348 name Julia of_Battenberg /von_Hauke/ + 2. I351 name John Maurice /von_Hauke/ +[0009] Name rkey: NJV561 offs: 0x000002bf lens: 0x00000026 + 0x000012bf: Ncount 1 + Keys and string offsets, strings + 1. 0x000012c3:RKEY I2787 0x000012cb:offset 0x00000000 + 0x000012cf:string 'Jeanette /von_Arbin/' + Assembled data for NJV561 + 1. I2787 name Jeanette /von_Arbin/ +[0010] Name rkey: NJW300 offs: 0x000002e5 lens: 0x0000001d + 0x000012e5: Ncount 1 + Keys and string offsets, strings + 1. 0x000012e9:RKEY I374 0x000012f1:offset 0x00000000 + 0x000012f5:string 'John /Wood/' + Assembled data for NJW300 + 1. I374 name John /Wood/ +[0011] Name rkey: NJW420 offs: 0x00000302 lens: 0x00000022 + 0x00001302: Ncount 1 + Keys and string offsets, strings + 1. 0x00001306:RKEY I1008 0x0000130e:offset 0x00000000 + 0x00001312:string 'John 1st /Welles/' + Assembled data for NJW420 + 1. I1008 name John 1st /Welles/ +[0012] Name rkey: NJW532 offs: 0x00000324 lens: 0x0000002e + 0x00001324: Ncount 1 + Keys and string offsets, strings + 1. 0x00001328:RKEY I36 0x00001330:offset 0x00000000 + 0x00001334:string 'John Charles Francis/Windsor/' + Assembled data for NJW532 + 1. I36 name John Charles Francis/Windsor/ +[0013] Name rkey: NJW620 offs: 0x00000352 lens: 0x0000001d + 0x00001352: Ncount 1 + Keys and string offsets, strings + 1. 0x00001356:RKEY I376 0x0000135e:offset 0x00000000 + 0x00001362:string 'John /Work/' + Assembled data for NJW620 + 1. I376 name John /Work/ +[0014] Name rkey: NJZ999 offs: 0x0000036f lens: 0x00000af0 + 0x0000136f: Ncount 96 + Keys and string offsets, strings + 1. 0x00001373:RKEY I18 0x00001673:offset 0x00000000 + 0x000017f3:string 'John Alexander //' + 2. 0x0000137b:RKEY I198 0x00001677:offset 0x00000012 + 0x00001805:string 'Jeanne d'Albret of_France//' + 3. 0x00001383:RKEY I355 0x0000167b:offset 0x0000002e + 0x00001821:string 'Joseph of_Saxe- Altenburg//' + 4. 0x0000138b:RKEY I425 0x0000167f:offset 0x0000004a + 0x0000183d:string 'Joachim //' + 5. 0x00001393:RKEY I435 0x00001683:offset 0x00000056 + 0x00001849:string 'Juan Carlos //' + 6. 0x0000139b:RKEY I530 0x00001687:offset 0x00000065 + 0x00001858:string 'Joanna of_Austria //' + 7. 0x000013a3:RKEY I586 0x0000168b:offset 0x0000007a + 0x0000186d:string 'Jean of_Luxembourg //' + 8. 0x000013ab:RKEY I591 0x0000168f:offset 0x00000090 + 0x00001883:string 'James //' + 9. 0x000013b3:RKEY I611 0x00001693:offset 0x0000009a + 0x0000188d:string 'Johann Georg_II of_Anhalt-Dessau//' + 10. 0x000013bb:RKEY I659 0x00001697:offset 0x000000bd + 0x000018b0:string 'Juliana of_Netherlands //' + 11. 0x000013c3:RKEY I684 0x0000169b:offset 0x000000d7 + 0x000018ca:string 'Joseph of_Austria //' + 12. 0x000013cb:RKEY I710 0x0000169f:offset 0x000000ec + 0x000018df:string 'James of_Cambridge //' + 13. 0x000013d3:RKEY I753 0x000016a3:offset 0x00000102 + 0x000018f5:string 'John_IV the_Fortunate //' + 14. 0x000013db:RKEY I803 0x000016a7:offset 0x0000011b + 0x0000190e:string 'John_Charles of_Buccleuch VII//' + 15. 0x000013e3:RKEY I834 0x000016ab:offset 0x0000013b + 0x0000192e:string 'James_IV //' + 16. 0x000013eb:RKEY I835 0x000016af:offset 0x00000148 + 0x0000193b:string 'James_V //' + 17. 0x000013f3:RKEY I854 0x000016b3:offset 0x00000154 + 0x00001947:string 'John_III //' + 18. 0x000013fb:RKEY I939 0x000016b7:offset 0x00000161 + 0x00001954:string 'Joachim //' + 19. 0x00001403:RKEY I1103 0x000016bb:offset 0x0000016d + 0x00001960:string 'Josephine of_Belgium //' + 20. 0x0000140b:RKEY I1105 0x000016bf:offset 0x00000185 + 0x00001978:string 'Josephine of_Baden //' + 21. 0x00001413:RKEY I1117 0x000016c3:offset 0x0000019b + 0x0000198e:string 'Josephine (twin) //' + 22. 0x0000141b:RKEY I1123 0x000016c7:offset 0x000001af + 0x000019a2:string 'Josephine Charlotte //' + 23. 0x00001423:RKEY I1125 0x000016cb:offset 0x000001c6 + 0x000019b9:string 'Jean of_Luxembourg //' + 24. 0x0000142b:RKEY I1209 0x000016cf:offset 0x000001dc + 0x000019cf:string 'John Friso //' + 25. 0x00001433:RKEY I1225 0x000016d3:offset 0x000001ea + 0x000019dd:string 'John //' + 26. 0x0000143b:RKEY I1233 0x000016d7:offset 0x000001f3 + 0x000019e6:string 'Joan (Joanna) //' + 27. 0x00001443:RKEY I1236 0x000016db:offset 0x00000204 + 0x000019f7:string 'John of_Gaunt //' + 28. 0x0000144b:RKEY I1252 0x000016df:offset 0x00000215 + 0x00001a08:string 'James_III //' + 29. 0x00001453:RKEY I1256 0x000016e3:offset 0x00000223 + 0x00001a16:string 'John of_Eltham //' + 30. 0x0000145b:RKEY I1258 0x000016e7:offset 0x00000235 + 0x00001a28:string 'Joan of_the_Tower //' + 31. 0x00001463:RKEY I1264 0x000016eb:offset 0x0000024a + 0x00001a3d:string 'Joan //' + 32. 0x0000146b:RKEY I1265 0x000016ef:offset 0x00000253 + 0x00001a46:string 'John //' + 33. 0x00001473:RKEY I1267 0x000016f3:offset 0x0000025c + 0x00001a4f:string 'Julian (Katherine) //' + 34. 0x0000147b:RKEY I1268 0x000016f7:offset 0x00000272 + 0x00001a65:string 'Joan of_Acre //' + 35. 0x00001483:RKEY I1287 0x000016fb:offset 0x00000282 + 0x00001a75:string 'John //' + 36. 0x0000148b:RKEY I1327 0x000016ff:offset 0x0000028b + 0x00001a7e:string 'Jacquetta of_Luxembourg //' + 37. 0x00001493:RKEY I1329 0x00001703:offset 0x000002a6 + 0x00001a99:string 'John Beaufort //' + 38. 0x0000149b:RKEY I1331 0x00001707:offset 0x000002b7 + 0x00001aaa:string 'Joan Beaufort //' + 39. 0x000014a3:RKEY I1364 0x0000170b:offset 0x000002c8 + 0x00001abb:string 'John Lackland //' + 40. 0x000014ab:RKEY I1368 0x0000170f:offset 0x000002d9 + 0x00001acc:string 'Joan //' + 41. 0x000014b3:RKEY I1410 0x00001713:offset 0x000002e2 + 0x00001ad5:string 'Joan //' + 42. 0x000014bb:RKEY I1463 0x00001717:offset 0x000002eb + 0x00001ade:string 'James_I //' + 43. 0x000014c3:RKEY I1466 0x0000171b:offset 0x000002f7 + 0x00001aea:string 'James_II //' + 44. 0x000014cb:RKEY I1468 0x0000171f:offset 0x00000304 + 0x00001af7:string 'John //' + 45. 0x000014d3:RKEY I1471 0x00001723:offset 0x0000030d + 0x00001b00:string 'John //' + 46. 0x000014db:RKEY I1484 0x00001727:offset 0x00000316 + 0x00001b09:string 'John //' + 47. 0x000014e3:RKEY I1503 0x0000172b:offset 0x0000031f + 0x00001b12:string 'John_I //' + 48. 0x000014eb:RKEY I1528 0x0000172f:offset 0x0000032a + 0x00001b1d:string 'Judith of_Brittany //' + 49. 0x000014f3:RKEY I1586 0x00001733:offset 0x00000340 + 0x00001b33:string 'John of_Dreux //' + 50. 0x000014fb:RKEY I1590 0x00001737:offset 0x00000351 + 0x00001b44:string 'John_II //' + 51. 0x00001503:RKEY I1591 0x0000173b:offset 0x0000035d + 0x00001b50:string 'John_I //' + 52. 0x0000150b:RKEY I1597 0x0000173f:offset 0x00000368 + 0x00001b5b:string 'Jacqueline of_Holland //' + 53. 0x00001513:RKEY I1601 0x00001743:offset 0x00000381 + 0x00001b74:string 'Joan of_Navarre //' + 54. 0x0000151b:RKEY I1611 0x00001747:offset 0x00000394 + 0x00001b87:string 'Joachim //' + 55. 0x00001523:RKEY I1619 0x0000174b:offset 0x000003a0 + 0x00001b93:string 'Juliana Maria //' + 56. 0x0000152b:RKEY I1694 0x0000174f:offset 0x000003b1 + 0x00001ba4:string 'John Frederick of_Brandenburg-//' + 57. 0x00001533:RKEY I1714 0x00001753:offset 0x000003d2 + 0x00001bc5:string 'James //' + 58. 0x0000153b:RKEY I1821 0x00001757:offset 0x000003dc + 0x00001bcf:string 'Jean //' + 59. 0x00001543:RKEY I1848 0x0000175b:offset 0x000003e5 + 0x00001bd8:string 'John de_Warenne //' + 60. 0x0000154b:RKEY I1901 0x0000175f:offset 0x000003f8 + 0x00001beb:string 'John //' + 61. 0x00001553:RKEY I1970 0x00001763:offset 0x00000401 + 0x00001bf4:string 'Judith //' + 62. 0x0000155b:RKEY I2067 0x00001767:offset 0x0000040c + 0x00001bff:string 'John_I (Juan) //' + 63. 0x00001563:RKEY I2072 0x0000176b:offset 0x0000041d + 0x00001c10:string 'Joan //' + 64. 0x0000156b:RKEY I2100 0x0000176f:offset 0x00000426 + 0x00001c19:string 'Joanna the_Mad (Juana)//' + 65. 0x00001573:RKEY I2145 0x00001773:offset 0x0000043f + 0x00001c32:string 'James Waldegrave_2nd //' + 66. 0x0000157b:RKEY I2274 0x00001777:offset 0x00000457 + 0x00001c4a:string 'Joachim Frederick of_Brandenburg//' + 67. 0x00001583:RKEY I2300 0x0000177b:offset 0x0000047a + 0x00001c6d:string 'John //' + 68. 0x0000158b:RKEY I2429 0x0000177f:offset 0x00000483 + 0x00001c76:string 'Joseph Ferdinand //' + 69. 0x00001593:RKEY I2430 0x00001783:offset 0x00000497 + 0x00001c8a:string 'Joseph_I //' + 70. 0x0000159b:RKEY I2434 0x00001787:offset 0x000004a4 + 0x00001c97:string 'Joseph_II //' + 71. 0x000015a3:RKEY I2442 0x0000178b:offset 0x000004b2 + 0x00001ca5:string 'John_II (Juan_II) //' + 72. 0x000015ab:RKEY I2450 0x0000178f:offset 0x000004c7 + 0x00001cba:string 'Joseph of_Austria //' + 73. 0x000015b3:RKEY I2466 0x00001793:offset 0x000004dc + 0x00001ccf:string 'John_I //' + 74. 0x000015bb:RKEY I2486 0x00001797:offset 0x000004e7 + 0x00001cda:string 'Joan of_Navarre //' + 75. 0x000015c3:RKEY I2490 0x0000179b:offset 0x000004fa + 0x00001ced:string 'Joan of_Burgundy //' + 76. 0x000015cb:RKEY I2493 0x0000179f:offset 0x0000050e + 0x00001d01:string 'Joan of_Evreux //' + 77. 0x000015d3:RKEY I2496 0x000017a3:offset 0x00000520 + 0x00001d13:string 'Joan of_Burgundy //' + 78. 0x000015db:RKEY I2498 0x000017a7:offset 0x00000534 + 0x00001d27:string 'John_II the_Good //' + 79. 0x000015e3:RKEY I2500 0x000017ab:offset 0x00000548 + 0x00001d3b:string 'Joan of_Bourbon //' + 80. 0x000015eb:RKEY I2520 0x000017af:offset 0x0000055b + 0x00001d4e:string 'Joan of_Valois //' + 81. 0x000015f3:RKEY I2525 0x000017b3:offset 0x0000056d + 0x00001d60:string 'John of_Valois //' + 82. 0x000015fb:RKEY I2547 0x000017b7:offset 0x0000057f + 0x00001d72:string 'Joan of_Valois //' + 83. 0x00001603:RKEY I2559 0x000017bb:offset 0x00000591 + 0x00001d84:string 'Judith of_Bavaria //' + 84. 0x0000160b:RKEY I2579 0x000017bf:offset 0x000005a6 + 0x00001d99:string 'Judith //' + 85. 0x00001613:RKEY I2620 0x000017c3:offset 0x000005b1 + 0x00001da4:string 'Joan of_Boulogne //' + 86. 0x0000161b:RKEY I2625 0x000017c7:offset 0x000005c5 + 0x00001db8:string 'Josephine of_Lichtenberg //' + 87. 0x00001623:RKEY I2631 0x000017cb:offset 0x000005e1 + 0x00001dd4:string 'Joanna //' + 88. 0x0000162b:RKEY I2692 0x000017cf:offset 0x000005ec + 0x00001ddf:string 'Joanna //' + 89. 0x00001633:RKEY I2694 0x000017d3:offset 0x000005f7 + 0x00001dea:string 'John of_Brandenburg //' + 90. 0x0000163b:RKEY I2716 0x000017d7:offset 0x0000060e + 0x00001e01:string 'James Patrick //' + 91. 0x00001643:RKEY I2717 0x000017db:offset 0x0000061f + 0x00001e12:string 'Johann Georg of_Hohenzollern//' + 92. 0x0000164b:RKEY I2747 0x000017df:offset 0x0000063e + 0x00001e31:string 'Jan //' + 93. 0x00001653:RKEY I2867 0x000017e3:offset 0x00000646 + 0x00001e39:string 'James //' + 94. 0x0000165b:RKEY I2868 0x000017e7:offset 0x00000650 + 0x00001e43:string 'John //' + 95. 0x00001663:RKEY I2889 0x000017eb:offset 0x00000659 + 0x00001e4c:string 'John //' + 96. 0x0000166b:RKEY I2975 0x000017ef:offset 0x00000662 + 0x00001e55:string 'Julie //' + Assembled data for NJZ999 + 1. I18 name John Alexander // + 2. I198 name Jeanne d'Albret of_France// + 3. I355 name Joseph of_Saxe- Altenburg// + 4. I425 name Joachim // + 5. I435 name Juan Carlos // + 6. I530 name Joanna of_Austria // + 7. I586 name Jean of_Luxembourg // + 8. I591 name James // + 9. I611 name Johann Georg_II of_Anhalt-Dessau// + 10. I659 name Juliana of_Netherlands // + 11. I684 name Joseph of_Austria // + 12. I710 name James of_Cambridge // + 13. I753 name John_IV the_Fortunate // + 14. I803 name John_Charles of_Buccleuch VII// + 15. I834 name James_IV // + 16. I835 name James_V // + 17. I854 name John_III // + 18. I939 name Joachim // + 19. I1103 name Josephine of_Belgium // + 20. I1105 name Josephine of_Baden // + 21. I1117 name Josephine (twin) // + 22. I1123 name Josephine Charlotte // + 23. I1125 name Jean of_Luxembourg // + 24. I1209 name John Friso // + 25. I1225 name John // + 26. I1233 name Joan (Joanna) // + 27. I1236 name John of_Gaunt // + 28. I1252 name James_III // + 29. I1256 name John of_Eltham // + 30. I1258 name Joan of_the_Tower // + 31. I1264 name Joan // + 32. I1265 name John // + 33. I1267 name Julian (Katherine) // + 34. I1268 name Joan of_Acre // + 35. I1287 name John // + 36. I1327 name Jacquetta of_Luxembourg // + 37. I1329 name John Beaufort // + 38. I1331 name Joan Beaufort // + 39. I1364 name John Lackland // + 40. I1368 name Joan // + 41. I1410 name Joan // + 42. I1463 name James_I // + 43. I1466 name James_II // + 44. I1468 name John // + 45. I1471 name John // + 46. I1484 name John // + 47. I1503 name John_I // + 48. I1528 name Judith of_Brittany // + 49. I1586 name John of_Dreux // + 50. I1590 name John_II // + 51. I1591 name John_I // + 52. I1597 name Jacqueline of_Holland // + 53. I1601 name Joan of_Navarre // + 54. I1611 name Joachim // + 55. I1619 name Juliana Maria // + 56. I1694 name John Frederick of_Brandenburg-// + 57. I1714 name James // + 58. I1821 name Jean // + 59. I1848 name John de_Warenne // + 60. I1901 name John // + 61. I1970 name Judith // + 62. I2067 name John_I (Juan) // + 63. I2072 name Joan // + 64. I2100 name Joanna the_Mad (Juana)// + 65. I2145 name James Waldegrave_2nd // + 66. I2274 name Joachim Frederick of_Brandenburg// + 67. I2300 name John // + 68. I2429 name Joseph Ferdinand // + 69. I2430 name Joseph_I // + 70. I2434 name Joseph_II // + 71. I2442 name John_II (Juan_II) // + 72. I2450 name Joseph of_Austria // + 73. I2466 name John_I // + 74. I2486 name Joan of_Navarre // + 75. I2490 name Joan of_Burgundy // + 76. I2493 name Joan of_Evreux // + 77. I2496 name Joan of_Burgundy // + 78. I2498 name John_II the_Good // + 79. I2500 name Joan of_Bourbon // + 80. I2520 name Joan of_Valois // + 81. I2525 name John of_Valois // + 82. I2547 name Joan of_Valois // + 83. I2559 name Judith of_Bavaria // + 84. I2579 name Judith // + 85. I2620 name Joan of_Boulogne // + 86. I2625 name Josephine of_Lichtenberg // + 87. I2631 name Joanna // + 88. I2692 name Joanna // + 89. I2694 name John of_Brandenburg // + 90. I2716 name James Patrick // + 91. I2717 name Johann Georg of_Hohenzollern// + 92. I2747 name Jan // + 93. I2867 name James // + 94. I2868 name John // + 95. I2889 name John // + 96. I2975 name Julie // +[0015] Name rkey: NKB260 offs: 0x00000e5f lens: 0x00000021 + 0x00001e5f: Ncount 1 + Keys and string offsets, strings + 1. 0x00001e63:RKEY I916 0x00001e6b:offset 0x00000000 + 0x00001e6f:string 'Karl /Bauscher/' + Assembled data for NKB260 + 1. I916 name Karl /Bauscher/ +[0016] Name rkey: NKC623 offs: 0x00000e80 lens: 0x00000025 + 0x00001e80: Ncount 1 + Keys and string offsets, strings + 1. 0x00001e84:RKEY I1715 0x00001e8c:offset 0x00000000 + 0x00001e90:string 'Kathleen /Crichton/' + Assembled data for NKC623 + 1. I1715 name Kathleen /Crichton/ +[0017] Name rkey: NKF612 offs: 0x00000ea5 lens: 0x00000029 + 0x00001ea5: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ea9:RKEY I800 0x00001eb1:offset 0x00000000 + 0x00001eb5:string 'Katherine Scott /Forbes/' + Assembled data for NKF612 + 1. I800 name Katherine Scott /Forbes/ +[0018] Name rkey: NKG620 offs: 0x00000ece lens: 0x00000025 + 0x00001ece: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ed2:RKEY I884 0x00001eda:offset 0x00000000 + 0x00001ede:string 'Katarina K. /George/' + Assembled data for NKG620 + 1. I884 name Katarina K. /George/ +[0019] Name rkey: NKK320 offs: 0x00000ef3 lens: 0x0000001f + 0x00001ef3: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ef7:RKEY I2757 0x00001eff:offset 0x00000000 + 0x00001f03:string 'Karin /Kautz/' + Assembled data for NKK320 + 1. I2757 name Karin /Kautz/ +[0020] Name rkey: NKM241 offs: 0x00000f12 lens: 0x00000026 + 0x00001f12: Ncount 1 + Keys and string offsets, strings + 1. 0x00001f16:RKEY I2261 0x00001f1e:offset 0x00000000 + 0x00001f22:string 'Kenneth_I /MacAlpin/' + Assembled data for NKM241 + 1. I2261 name Kenneth_I /MacAlpin/ +[0021] Name rkey: NKN215 offs: 0x00000f38 lens: 0x0000002d + 0x00001f38: Ncount 1 + Keys and string offsets, strings + 1. 0x00001f3c:RKEY I2736 0x00001f44:offset 0x00000000 + 0x00001f48:string 'Karin Emma Louise/Nissvandt/' + Assembled data for NKN215 + 1. I2736 name Karin Emma Louise/Nissvandt/ +[0022] Name rkey: NKR142 offs: 0x00000f65 lens: 0x00000026 + 0x00001f65: Ncount 1 + Keys and string offsets, strings + 1. 0x00001f69:RKEY I2739 0x00001f71:offset 0x00000000 + 0x00001f75:string 'Kristine /Rivelsrud/' + Assembled data for NKR142 + 1. I2739 name Kristine /Rivelsrud/ +[0023] Name rkey: NKR551 offs: 0x00000f8b lens: 0x00000026 + 0x00001f8b: Ncount 1 + Keys and string offsets, strings + 1. 0x00001f8f:RKEY I1298 0x00001f97:offset 0x00000000 + 0x00001f9b:string 'Konstantin /Romanov/' + Assembled data for NKR551 + 1. I1298 name Konstantin /Romanov/ +[0024] Name rkey: NKS560 offs: 0x00000fb1 lens: 0x00000025 + 0x00001fb1: Ncount 1 + Keys and string offsets, strings + 1. 0x00001fb5:RKEY I1713 0x00001fbd:offset 0x00000000 + 0x00001fc1:string 'Katharine /Seymour/' + Assembled data for NKS560 + 1. I1713 name Katharine /Seymour/ +[0025] Name rkey: NKT360 offs: 0x00000fd6 lens: 0x00000023 + 0x00001fd6: Ncount 1 + Keys and string offsets, strings + 1. 0x00001fda:RKEY I832 0x00001fe2:offset 0x00000000 + 0x00001fe6:string 'Katherine /Tudor/' + Assembled data for NKT360 + 1. I832 name Katherine /Tudor/ +[0026] Name rkey: NKW624 offs: 0x00000ff9 lens: 0x00000025 + 0x00001ff9: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ffd:RKEY I111 0x00002005:offset 0x00000000 + 0x00002009:string 'Katharine /Worsley/' + Assembled data for NKW624 + 1. I111 name Katharine /Worsley/ +[0027] Name rkey: NKZ999 offs: 0x0000101e lens: 0x00000270 + 0x0000201e: Ncount 21 + Keys and string offsets, strings + 1. 0x00002022:RKEY I528 0x000020ca:offset 0x00000000 + 0x0000211e:string 'Kira of_Russia //' + 2. 0x0000202a:RKEY I621 0x000020ce:offset 0x00000012 + 0x00002130:string 'Karl Friedrich of_Baden//' + 3. 0x00002032:RKEY I623 0x000020d2:offset 0x0000002c + 0x0000214a:string 'Karl Ludwig of_Baden//' + 4. 0x0000203a:RKEY I625 0x000020d6:offset 0x00000043 + 0x00002161:string 'Karl of_Baden //' + 5. 0x00002042:RKEY I643 0x000020da:offset 0x00000054 + 0x00002172:string 'Karl_I of_Austria //' + 6. 0x0000204a:RKEY I646 0x000020de:offset 0x00000069 + 0x00002187:string 'Karl Ludwig //' + 7. 0x00002052:RKEY I678 0x000020e2:offset 0x00000078 + 0x00002196:string 'Karl of_Austria //' + 8. 0x0000205a:RKEY I680 0x000020e6:offset 0x0000008b + 0x000021a9:string 'Karl Ferdinand //' + 9. 0x00002062:RKEY I890 0x000020ea:offset 0x0000009d + 0x000021bb:string 'Kira Melita of_Leiningen//' + 10. 0x0000206a:RKEY I902 0x000020ee:offset 0x000000b8 + 0x000021d6:string 'Karl of_Leiningen //' + 11. 0x00002072:RKEY I904 0x000020f2:offset 0x000000cd + 0x000021eb:string 'Karl of_Leiningen //' + 12. 0x0000207a:RKEY I910 0x000020f6:offset 0x000000e2 + 0x00002200:string 'Karl //' + 13. 0x00002082:RKEY I1197 0x000020fa:offset 0x000000eb + 0x00002209:string 'Karl Theodor "Gackl"//' + 14. 0x0000208a:RKEY I1288 0x000020fe:offset 0x00000102 + 0x00002220:string 'Katherine //' + 15. 0x00002092:RKEY I1671 0x00002102:offset 0x00000110 + 0x0000222e:string 'Knud //' + 16. 0x0000209a:RKEY I1962 0x00002106:offset 0x00000119 + 0x00002237:string 'Kathryn //' + 17. 0x000020a2:RKEY I2065 0x0000210a:offset 0x00000125 + 0x00002243:string 'Katherine //' + 18. 0x000020aa:RKEY I2152 0x0000210e:offset 0x00000133 + 0x00002251:string 'Katharine Fraser //' + 19. 0x000020b2:RKEY I2249 0x00002112:offset 0x00000147 + 0x00002265:string 'Kenneth_II //' + 20. 0x000020ba:RKEY I2254 0x00002116:offset 0x00000156 + 0x00002274:string 'Kenneth_III //' + 21. 0x000020c2:RKEY I2963 0x0000211a:offset 0x00000166 + 0x00002284:string 'Kitty //' + Assembled data for NKZ999 + 1. I528 name Kira of_Russia // + 2. I621 name Karl Friedrich of_Baden// + 3. I623 name Karl Ludwig of_Baden// + 4. I625 name Karl of_Baden // + 5. I643 name Karl_I of_Austria // + 6. I646 name Karl Ludwig // + 7. I678 name Karl of_Austria // + 8. I680 name Karl Ferdinand // + 9. I890 name Kira Melita of_Leiningen// + 10. I902 name Karl of_Leiningen // + 11. I904 name Karl of_Leiningen // + 12. I910 name Karl // + 13. I1197 name Karl Theodor "Gackl"// + 14. I1288 name Katherine // + 15. I1671 name Knud // + 16. I1962 name Kathryn // + 17. I2065 name Katherine // + 18. I2152 name Katharine Fraser // + 19. I2249 name Kenneth_II // + 20. I2254 name Kenneth_III // + 21. I2963 name Kitty // +[0028] Name rkey: NLB434 offs: 0x0000128e lens: 0x00000030 + 0x0000228e: Ncount 1 + Keys and string offsets, strings + 1. 0x00002292:RKEY I401 0x0000229a:offset 0x00000000 + 0x0000229e:string 'Louisa Emily Charlotte/Bulteel/' + Assembled data for NLB434 + 1. I401 name Louisa Emily Charlotte/Bulteel/ +[0029] Name rkey: NLB500 offs: 0x000012be lens: 0x00000020 + 0x000022be: Ncount 1 + Keys and string offsets, strings + 1. 0x000022c2:RKEY I885 0x000022ca:offset 0x00000000 + 0x000022ce:string 'Linda /Bonney/' + Assembled data for NLB500 + 1. I885 name Linda /Bonney/ +[0030] Name rkey: NLB525 offs: 0x000012de lens: 0x00000023 + 0x000022de: Ncount 1 + Keys and string offsets, strings + 1. 0x000022e2:RKEY I782 0x000022ea:offset 0x00000000 + 0x000022ee:string 'Lavinia /Bingham/' + Assembled data for NLB525 + 1. I782 name Lavinia /Bingham/ +[0031] Name rkey: NLD120 offs: 0x00001301 lens: 0x0000002d + 0x00002301: Ncount 1 + Keys and string offsets, strings + 1. 0x00002305:RKEY I2731 0x0000230d:offset 0x00000000 + 0x00002311:string 'Lilian May of_Sweden/Davies/' + Assembled data for NLD120 + 1. I2731 name Lilian May of_Sweden/Davies/ +[0032] Name rkey: NLD225 offs: 0x0000132e lens: 0x00000028 + 0x0000232e: Ncount 1 + Keys and string offsets, strings + 1. 0x00002332:RKEY I754 0x0000233a:offset 0x00000000 + 0x0000233e:string 'Luiza Maria /de_Guzman/' + Assembled data for NLD225 + 1. I754 name Luiza Maria /de_Guzman/ +[0033] Name rkey: NLF420 offs: 0x00001356 lens: 0x00000026 + 0x00002356: Ncount 1 + Keys and string offsets, strings + 1. 0x0000235a:RKEY I808 0x00002362:offset 0x00000000 + 0x00002366:string 'Laura Jane /Fellowes/' + Assembled data for NLF420 + 1. I808 name Laura Jane /Fellowes/ +[0034] Name rkey: NLG522 offs: 0x0000137c lens: 0x00000030 + 0x0000237c: Ncount 1 + Keys and string offsets, strings + 1. 0x00002380:RKEY I2638 0x00002388:offset 0x00000000 + 0x0000238c:string 'Louis de_la_Torre /Gomez-Acebo/' + Assembled data for NLG522 + 1. I2638 name Louis de_la_Torre /Gomez-Acebo/ +[0035] Name rkey: NLH516 offs: 0x000013ac lens: 0x00000069 + 0x000023ac: Ncount 3 + Keys and string offsets, strings + 1. 0x000023b0:RKEY I331 0x000023c8:offset 0x00000000 + 0x000023d4:string 'Louisa /Hanover/' + 2. 0x000023b8:RKEY I338 0x000023cc:offset 0x00000012 + 0x000023e6:string 'Louisa Anne /Hanover/' + 3. 0x000023c0:RKEY I1041 0x000023d0:offset 0x00000028 + 0x000023fc:string 'Ludwig Rudolph /Hanover/' + Assembled data for NLH516 + 1. I331 name Louisa /Hanover/ + 2. I338 name Louisa Anne /Hanover/ + 3. I1041 name Ludwig Rudolph /Hanover/ +[0036] Name rkey: NLH524 offs: 0x00001415 lens: 0x00000037 + 0x00002415: Ncount 1 + Keys and string offsets, strings + 1. 0x00002419:RKEY I1099 0x00002421:offset 0x00000000 + 0x00002425:string 'Leopold of_Hohenzollern /Hohenzollern/' + Assembled data for NLH524 + 1. I1099 name Leopold of_Hohenzollern /Hohenzollern/ +[0037] Name rkey: NLH543 offs: 0x0000144c lens: 0x00000023 + 0x0000244c: Ncount 1 + Keys and string offsets, strings + 1. 0x00002450:RKEY I2945 0x00002458:offset 0x00000000 + 0x0000245c:string 'Louisa /Hamilton/' + Assembled data for NLH543 + 1. I2945 name Louisa /Hamilton/ +[0038] Name rkey: NLK542 offs: 0x0000146f lens: 0x00000023 + 0x0000246f: Ncount 1 + Keys and string offsets, strings + 1. 0x00002473:RKEY I2331 0x0000247b:offset 0x00000000 + 0x0000247f:string 'Lettice /Knollys/' + Assembled data for NLK542 + 1. I2331 name Lettice /Knollys/ +[0039] Name rkey: NLK600 offs: 0x00001492 lens: 0x0000001f + 0x00002492: Ncount 1 + Keys and string offsets, strings + 1. 0x00002496:RKEY I1718 0x0000249e:offset 0x00000000 + 0x000024a2:string 'Louisa /Kerr/' + Assembled data for NLK600 + 1. I1718 name Louisa /Kerr/ +[0040] Name rkey: NLL531 offs: 0x000014b1 lens: 0x00000023 + 0x000024b1: Ncount 1 + Keys and string offsets, strings + 1. 0x000024b5:RKEY I2663 0x000024bd:offset 0x00000000 + 0x000024c1:string 'Leonti /Leontiev/' + Assembled data for NLL531 + 1. I2663 name Leonti /Leontiev/ +[0041] Name rkey: NLL532 offs: 0x000014d4 lens: 0x00000025 + 0x000024d4: Ncount 1 + Keys and string offsets, strings + 1. 0x000024d8:RKEY I2977 0x000024e0:offset 0x00000000 + 0x000024e4:string 'Lucy /Lindsay-Hogg/' + Assembled data for NLL532 + 1. I2977 name Lucy /Lindsay-Hogg/ +[0042] Name rkey: NLM531 offs: 0x000014f9 lens: 0x00000058 + 0x000024f9: Ncount 2 + Keys and string offsets, strings + 1. 0x000024fd:RKEY I103 0x0000250d:offset 0x00000000 + 0x00002515:string 'Louis of_Burma /Mountbatten/' + 2. 0x00002505:RKEY I238 0x00002511:offset 0x0000001d + 0x00002532:string 'Louise Alexandra /Mountbatten/' + Assembled data for NLM531 + 1. I103 name Louis of_Burma /Mountbatten/ + 2. I238 name Louise Alexandra /Mountbatten/ +[0043] Name rkey: NLM635 offs: 0x00001551 lens: 0x00000024 + 0x00002551: Ncount 1 + Keys and string offsets, strings + 1. 0x00002555:RKEY I756 0x0000255d:offset 0x00000000 + 0x00002561:string 'Laura /Mortinozzi/' + Assembled data for NLM635 + 1. I756 name Laura /Mortinozzi/ +[0044] Name rkey: NLR240 offs: 0x00001575 lens: 0x00000026 + 0x00002575: Ncount 1 + Keys and string offsets, strings + 1. 0x00002579:RKEY I787 0x00002581:offset 0x00000000 + 0x00002585:string 'Louisa Jane /Russell/' + Assembled data for NLR240 + 1. I787 name Louisa Jane /Russell/ +[0045] Name rkey: NLR252 offs: 0x0000159b lens: 0x00000024 + 0x0000259b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000259f:RKEY I1652 0x000025a7:offset 0x00000000 + 0x000025ab:string 'Louise /Rasmussen/' + Assembled data for NLR252 + 1. I1652 name Louise /Rasmussen/ +[0046] Name rkey: NLS362 offs: 0x000015bf lens: 0x00000024 + 0x000025bf: Ncount 1 + Keys and string offsets, strings + 1. 0x000025c3:RKEY I2658 0x000025cb:offset 0x00000000 + 0x000025cf:string 'Lucas /Streshniev/' + Assembled data for NLS362 + 1. I2658 name Lucas /Streshniev/ +[0047] Name rkey: NLS363 offs: 0x000015e3 lens: 0x00000056 + 0x000025e3: Ncount 2 + Keys and string offsets, strings + 1. 0x000025e7:RKEY I720 0x000025f7:offset 0x00000000 + 0x000025ff:string 'Louisa Maria Theresa/Stuart/' + 2. 0x000025ef:RKEY I2391 0x000025fb:offset 0x0000001d + 0x0000261c:string 'Ludovic of_Richmond /Stuart/' + Assembled data for NLS363 + 1. I720 name Louisa Maria Theresa/Stuart/ + 2. I2391 name Ludovic of_Richmond /Stuart/ +[0048] Name rkey: NLV561 offs: 0x00001639 lens: 0x00000024 + 0x00002639: Ncount 1 + Keys and string offsets, strings + 1. 0x0000263d:RKEY I2785 0x00002645:offset 0x00000000 + 0x00002649:string 'Louise /von_Arbin/' + Assembled data for NLV561 + 1. I2785 name Louise /von_Arbin/ +[0049] Name rkey: NLW342 offs: 0x0000165d lens: 0x0000009f + 0x0000265d: Ncount 4 + Keys and string offsets, strings + 1. 0x00002661:RKEY I688 0x00002681:offset 0x00000000 + 0x00002691:string 'Ludwig_III /Wittelsbach/' + 2. 0x00002669:RKEY I1138 0x00002685:offset 0x0000001a + 0x000026ab:string 'Ludwig_I /Wittelsbach/' + 3. 0x00002671:RKEY I1145 0x00002689:offset 0x00000032 + 0x000026c3:string 'Ludwig_II /Wittelsbach/' + 4. 0x00002679:RKEY I1158 0x0000268d:offset 0x0000004b + 0x000026dc:string 'Ludovica (Louise) /Wittelsbach/' + Assembled data for NLW342 + 1. I688 name Ludwig_III /Wittelsbach/ + 2. I1138 name Ludwig_I /Wittelsbach/ + 3. I1145 name Ludwig_II /Wittelsbach/ + 4. I1158 name Ludovica (Louise) /Wittelsbach/ +[0050] Name rkey: NLZ999 offs: 0x000016fc lens: 0x00000ed1 + 0x000026fc: Ncount 117 + Keys and string offsets, strings + 1. 0x00002700:RKEY I8 0x00002aa8:offset 0x00000000 + 0x00002c7c:string 'Louise Caroline Alberta//' + 2. 0x00002708:RKEY I10 0x00002aac:offset 0x0000001a + 0x00002c96:string 'Leopold George Duncan//' + 3. 0x00002710:RKEY I15 0x00002ab0:offset 0x00000032 + 0x00002cae:string 'Louise Victoria Alexandra//' + 4. 0x00002718:RKEY I22 0x00002ab4:offset 0x0000004e + 0x00002cca:string 'Louis_IV of_Hesse //' + 5. 0x00002720:RKEY I28 0x00002ab8:offset 0x00000063 + 0x00002cdf:string 'Leopold //' + 6. 0x00002728:RKEY I100 0x00002abc:offset 0x0000006f + 0x00002ceb:string 'Louis of_Battenberg //' + 7. 0x00002730:RKEY I120 0x00002ac0:offset 0x00000086 + 0x00002d02:string 'Louise Margaret of_Prussia//' + 8. 0x00002738:RKEY I140 0x00002ac4:offset 0x000000a3 + 0x00002d1f:string 'Louise of_Saxe-Coburg- Altenburg//' + 9. 0x00002740:RKEY I226 0x00002ac8:offset 0x000000c6 + 0x00002d42:string 'Louise of_Hesse-Cassel //' + 10. 0x00002748:RKEY I245 0x00002acc:offset 0x000000e0 + 0x00002d5c:string 'Louise Marie d'Orleans//' + 11. 0x00002750:RKEY I246 0x00002ad0:offset 0x000000f9 + 0x00002d75:string 'Ludwig_IX of_Hesse- Darmstadt//' + 12. 0x00002758:RKEY I299 0x00002ad4:offset 0x00000119 + 0x00002d95:string 'Louise Charlotte of_Denmark//' + 13. 0x00002760:RKEY I346 0x00002ad8:offset 0x00000137 + 0x00002db3:string 'Louise Caroline of_Hesse-Cassel//' + 14. 0x00002768:RKEY I349 0x00002adc:offset 0x00000159 + 0x00002dd5:string 'Louis_II of_Hesse and_the_Rhine//' + 15. 0x00002770:RKEY I410 0x00002ae0:offset 0x0000017b + 0x00002df7:string 'Louise of_Mecklenburg- Strelitz//' + 16. 0x00002778:RKEY I428 0x00002ae4:offset 0x0000019d + 0x00002e19:string 'Louise //' + 17. 0x00002780:RKEY I462 0x00002ae8:offset 0x000001a8 + 0x00002e24:string 'Louis //' + 18. 0x00002788:RKEY I484 0x00002aec:offset 0x000001b2 + 0x00002e2e:string 'Ludwig of_Wurttemberg //' + 19. 0x00002790:RKEY I493 0x00002af0:offset 0x000001cb + 0x00002e47:string 'Louis_III of_Hesse //' + 20. 0x00002798:RKEY I520 0x00002af4:offset 0x000001e1 + 0x00002e5d:string 'Louis Ferdinand of_Prussia//' + 21. 0x000027a0:RKEY I529 0x00002af8:offset 0x000001fe + 0x00002e7a:string 'Louis_XIII //' + 22. 0x000027a8:RKEY I558 0x00002afc:offset 0x0000020d + 0x00002e89:string 'Louis //' + 23. 0x000027b0:RKEY I569 0x00002b00:offset 0x00000217 + 0x00002e93:string 'Louise of_Brunswick //' + 24. 0x000027b8:RKEY I589 0x00002b04:offset 0x0000022e + 0x00002eaa:string 'Leonide Bagration- Moukhransky//' + 25. 0x000027c0:RKEY I600 0x00002b08:offset 0x0000024f + 0x00002ecb:string 'Leopold_III //' + 26. 0x000027c8:RKEY I605 0x00002b0c:offset 0x0000025f + 0x00002edb:string 'Louise of_Sweden //' + 27. 0x000027d0:RKEY I613 0x00002b10:offset 0x00000273 + 0x00002eef:string 'Leopold_I of_Anhalt-Dessau //' + 28. 0x000027d8:RKEY I632 0x00002b14:offset 0x00000291 + 0x00002f0d:string 'Louis_II of_Monaco //' + 29. 0x000027e0:RKEY I663 0x00002b18:offset 0x000002a7 + 0x00002f23:string 'Leopold_II of_Anhalt-Dessau //' + 30. 0x000027e8:RKEY I672 0x00002b1c:offset 0x000002c6 + 0x00002f42:string 'Lajos Apponyi_de Nagy-Appony//' + 31. 0x000027f0:RKEY I677 0x00002b20:offset 0x000002e5 + 0x00002f61:string 'Leka_I of_Albania //' + 32. 0x000027f8:RKEY I724 0x00002b24:offset 0x000002fa + 0x00002f76:string 'Louise Maximilienne Caroline//' + 33. 0x00002800:RKEY I760 0x00002b28:offset 0x00000319 + 0x00002f95:string 'Louisa Eleonora of_Hohenlohe-//' + 34. 0x00002808:RKEY I824 0x00002b2c:offset 0x00000339 + 0x00002fb5:string 'Louise //' + 35. 0x00002810:RKEY I838 0x00002b30:offset 0x00000344 + 0x00002fc0:string 'Louis_XII //' + 36. 0x00002818:RKEY I894 0x00002b34:offset 0x00000352 + 0x00002fce:string 'Louis //' + 37. 0x00002820:RKEY I898 0x00002b38:offset 0x0000035c + 0x00002fd8:string 'Louis_XVIII //' + 38. 0x00002828:RKEY I924 0x00002b3c:offset 0x0000036c + 0x00002fe8:string 'Louis Ferdinand of_Prussia//' + 39. 0x00002830:RKEY I1028 0x00002b40:offset 0x00000389 + 0x00003005:string 'Louise //' + 40. 0x00002838:RKEY I1029 0x00002b44:offset 0x00000394 + 0x00003010:string 'Louisa of_Prussia //' + 41. 0x00002840:RKEY I1113 0x00002b48:offset 0x000003a9 + 0x00003025:string 'Louise of_Thurn and_Taxis//' + 42. 0x00002848:RKEY I1130 0x00002b4c:offset 0x000003c5 + 0x00003041:string 'Laurent //' + 43. 0x00002850:RKEY I1131 0x00002b50:offset 0x000003d1 + 0x0000304d:string 'Lorenz of_Austria-Este //' + 44. 0x00002858:RKEY I1150 0x00002b54:offset 0x000003eb + 0x00003067:string 'Luitpold //' + 45. 0x00002860:RKEY I1166 0x00002b58:offset 0x000003f8 + 0x00003074:string 'Louis Charles William//' + 46. 0x00002868:RKEY I1168 0x00002b5c:offset 0x00000410 + 0x0000308c:string 'Louise Ulrika //' + 47. 0x00002870:RKEY I1174 0x00002b60:offset 0x00000421 + 0x0000309d:string 'Louise //' + 48. 0x00002878:RKEY I1180 0x00002b64:offset 0x0000042c + 0x000030a8:string 'Leopold //' + 49. 0x00002880:RKEY I1183 0x00002b68:offset 0x00000438 + 0x000030b4:string 'Luitpold //' + 50. 0x00002888:RKEY I1194 0x00002b6c:offset 0x00000445 + 0x000030c1:string 'Ludwig //' + 51. 0x00002890:RKEY I1235 0x00002b70:offset 0x00000450 + 0x000030cc:string 'Lionel of_Antwerp //' + 52. 0x00002898:RKEY I1341 0x00002b74:offset 0x00000465 + 0x000030e1:string 'Louis_XIV //' + 53. 0x000028a0:RKEY I1409 0x00002b78:offset 0x00000473 + 0x000030ef:string 'Lennart Gustaf Nicholas//' + 54. 0x000028a8:RKEY I1422 0x00002b7c:offset 0x0000048d + 0x00003109:string 'Louis_XV //' + 55. 0x000028b0:RKEY I1424 0x00002b80:offset 0x0000049a + 0x00003116:string 'Louis_XVI //' + 56. 0x000028b8:RKEY I1599 0x00002b84:offset 0x000004a8 + 0x00003124:string 'Ludwig_III //' + 57. 0x000028c0:RKEY I1623 0x00002b88:offset 0x000004b7 + 0x00003133:string 'Louise //' + 58. 0x000028c8:RKEY I1640 0x00002b8c:offset 0x000004c2 + 0x0000313e:string 'Louise //' + 59. 0x000028d0:RKEY I1653 0x00002b90:offset 0x000004cd + 0x00003149:string 'Louise Augusta //' + 60. 0x000028d8:RKEY I1657 0x00002b94:offset 0x000004df + 0x0000315b:string 'Louise //' + 61. 0x000028e0:RKEY I1659 0x00002b98:offset 0x000004ea + 0x00003166:string 'Louise Juliane //' + 62. 0x000028e8:RKEY I1696 0x00002b9c:offset 0x000004fc + 0x00003178:string 'Leopold_I George of_Saxe-Coburg//' + 63. 0x000028f0:RKEY I1697 0x00002ba0:offset 0x0000051e + 0x0000319a:string 'Leopold //' + 64. 0x000028f8:RKEY I1698 0x00002ba4:offset 0x0000052a + 0x000031a6:string 'Leopold_II //' + 65. 0x00002900:RKEY I1700 0x00002ba8:offset 0x00000539 + 0x000031b5:string 'Louis Joseph //' + 66. 0x00002908:RKEY I1701 0x00002bac:offset 0x00000549 + 0x000031c5:string 'Louis_XVII //' + 67. 0x00002910:RKEY I1734 0x00002bb0:offset 0x00000558 + 0x000031d4:string 'Lavinia Annaly //' + 68. 0x00002918:RKEY I1740 0x00002bb4:offset 0x0000056a + 0x000031e6:string 'Louis_IX (St._Louis) //' + 69. 0x00002920:RKEY I1741 0x00002bb8:offset 0x00000582 + 0x000031fe:string 'Louis_VIII the_Lion //' + 70. 0x00002928:RKEY I1797 0x00002bbc:offset 0x00000599 + 0x00003215:string 'Louis //' + 71. 0x00002930:RKEY I1817 0x00002bc0:offset 0x000005a3 + 0x0000321f:string 'Louise of_Savoy //' + 72. 0x00002938:RKEY I1869 0x00002bc4:offset 0x000005b6 + 0x00003232:string 'Louis_VII the_Younger //' + 73. 0x00002940:RKEY I1892 0x00002bc8:offset 0x000005cf + 0x0000324b:string 'Lucienne of_Rochefort //' + 74. 0x00002948:RKEY I1913 0x00002bcc:offset 0x000005e8 + 0x00003264:string 'Llywelyn Fawr the_Great//' + 75. 0x00002950:RKEY I1930 0x00002bd0:offset 0x00000602 + 0x0000327e:string 'Llywelyn Ap_Seisyll //' + 76. 0x00002958:RKEY I1961 0x00002bd4:offset 0x00000619 + 0x00003295:string 'Llywelyn Ap_Gruffydd //' + 77. 0x00002960:RKEY I2117 0x00002bd8:offset 0x00000631 + 0x000032ad:string 'Louisa Hollandine of_Maubisson//' + 78. 0x00002968:RKEY I2170 0x00002bdc:offset 0x00000652 + 0x000032ce:string 'Llywelyn //' + 79. 0x00002970:RKEY I2246 0x00002be0:offset 0x0000065f + 0x000032db:string 'Lulach //' + 80. 0x00002978:RKEY I2420 0x00002be4:offset 0x0000066a + 0x000032e6:string 'Leopold_I //' + 81. 0x00002980:RKEY I2423 0x00002be8:offset 0x00000678 + 0x000032f4:string 'Louis de_France //' + 82. 0x00002988:RKEY I2426 0x00002bec:offset 0x0000068b + 0x00003307:string 'Louis //' + 83. 0x00002990:RKEY I2452 0x00002bf0:offset 0x00000695 + 0x00003311:string 'Louis_VI the_Fat //' + 84. 0x00002998:RKEY I2464 0x00002bf4:offset 0x000006a9 + 0x00003325:string 'Louis_X the_Headstrong //' + 85. 0x000029a0:RKEY I2501 0x00002bf8:offset 0x000006c3 + 0x0000333f:string 'Louis of_Beaumont //' + 86. 0x000029a8:RKEY I2511 0x00002bfc:offset 0x000006d8 + 0x00003354:string 'Louis_Philippe_I //' + 87. 0x000029b0:RKEY I2513 0x00002c00:offset 0x000006ed + 0x00003369:string 'Louis-Philippe Joseph //' + 88. 0x000029b8:RKEY I2514 0x00002c04:offset 0x00000706 + 0x00003382:string 'Louise Adelaide de_Penthievre//' + 89. 0x000029c0:RKEY I2515 0x00002c08:offset 0x00000726 + 0x000033a2:string 'Louis-Philippe //' + 90. 0x000029c8:RKEY I2516 0x00002c0c:offset 0x00000739 + 0x000033b5:string 'Louis of_Orleans //' + 91. 0x000029d0:RKEY I2540 0x00002c10:offset 0x0000074d + 0x000033c9:string 'Louis_XI //' + 92. 0x000029d8:RKEY I2553 0x00002c14:offset 0x0000075a + 0x000033d6:string 'Louis_I the_Pious of_Aquitaine//' + 93. 0x000029e0:RKEY I2556 0x00002c18:offset 0x0000077b + 0x000033f7:string 'Luitgard //' + 94. 0x000029e8:RKEY I2560 0x00002c1c:offset 0x00000788 + 0x00003404:string 'Lothar_I //' + 95. 0x000029f0:RKEY I2563 0x00002c20:offset 0x00000795 + 0x00003411:string 'Louis_II the_German //' + 96. 0x000029f8:RKEY I2567 0x00002c24:offset 0x000007ac + 0x00003428:string 'Louis_II le_Jeune //' + 97. 0x00002a00:RKEY I2568 0x00002c28:offset 0x000007c1 + 0x0000343d:string 'Lothar_II of_Lorraine //' + 98. 0x00002a08:RKEY I2573 0x00002c2c:offset 0x000007da + 0x00003456:string 'Louis the_Young //' + 99. 0x00002a10:RKEY I2576 0x00002c30:offset 0x000007ed + 0x00003469:string 'Louis_II the_Stammerer //' + 100. 0x00002a18:RKEY I2581 0x00002c34:offset 0x00000807 + 0x00003483:string 'Louis_III //' + 101. 0x00002a20:RKEY I2589 0x00002c38:offset 0x00000815 + 0x00003491:string 'Louis_III the_Blind //' + 102. 0x00002a28:RKEY I2592 0x00002c3c:offset 0x0000082c + 0x000034a8:string 'Litwinde //' + 103. 0x00002a30:RKEY I2595 0x00002c40:offset 0x00000839 + 0x000034b5:string 'Louis_III the_Child //' + 104. 0x00002a38:RKEY I2604 0x00002c44:offset 0x00000850 + 0x000034cc:string 'Louis_IV d'Outre-Mer //' + 105. 0x00002a40:RKEY I2605 0x00002c48:offset 0x00000868 + 0x000034e4:string 'Lothar //' + 106. 0x00002a48:RKEY I2607 0x00002c4c:offset 0x00000873 + 0x000034ef:string 'Louis_V the_Coward //' + 107. 0x00002a50:RKEY I2617 0x00002c50:offset 0x00000889 + 0x00003505:string 'Louise of_Lorraine //' + 108. 0x00002a58:RKEY I2629 0x00002c54:offset 0x0000089f + 0x0000351b:string 'Louis //' + 109. 0x00002a60:RKEY I2637 0x00002c58:offset 0x000008a9 + 0x00003525:string 'Louise //' + 110. 0x00002a68:RKEY I2649 0x00002c5c:offset 0x000008b4 + 0x00003530:string 'Louis Ferdinand of_Bavaria//' + 111. 0x00002a70:RKEY I2697 0x00002c60:offset 0x000008d1 + 0x0000354d:string 'Louise //' + 112. 0x00002a78:RKEY I2816 0x00002c64:offset 0x000008dc + 0x00003558:string 'Louise //' + 113. 0x00002a80:RKEY I2850 0x00002c68:offset 0x000008e7 + 0x00003563:string 'Louise //' + 114. 0x00002a88:RKEY I2901 0x00002c6c:offset 0x000008f2 + 0x0000356e:string 'Louise //' + 115. 0x00002a90:RKEY I2911 0x00002c70:offset 0x000008fd + 0x00003579:string 'Louis_I of_Hesse-Darmst. //' + 116. 0x00002a98:RKEY I2912 0x00002c74:offset 0x00000919 + 0x00003595:string 'Louise of_Hesse-Darmst. //' + 117. 0x00002aa0:RKEY I2918 0x00002c78:offset 0x00000934 + 0x000035b0:string 'Leopold Joseph de_Lorraine//' + Assembled data for NLZ999 + 1. I8 name Louise Caroline Alberta// + 2. I10 name Leopold George Duncan// + 3. I15 name Louise Victoria Alexandra// + 4. I22 name Louis_IV of_Hesse // + 5. I28 name Leopold // + 6. I100 name Louis of_Battenberg // + 7. I120 name Louise Margaret of_Prussia// + 8. I140 name Louise of_Saxe-Coburg- Altenburg// + 9. I226 name Louise of_Hesse-Cassel // + 10. I245 name Louise Marie d'Orleans// + 11. I246 name Ludwig_IX of_Hesse- Darmstadt// + 12. I299 name Louise Charlotte of_Denmark// + 13. I346 name Louise Caroline of_Hesse-Cassel// + 14. I349 name Louis_II of_Hesse and_the_Rhine// + 15. I410 name Louise of_Mecklenburg- Strelitz// + 16. I428 name Louise // + 17. I462 name Louis // + 18. I484 name Ludwig of_Wurttemberg // + 19. I493 name Louis_III of_Hesse // + 20. I520 name Louis Ferdinand of_Prussia// + 21. I529 name Louis_XIII // + 22. I558 name Louis // + 23. I569 name Louise of_Brunswick // + 24. I589 name Leonide Bagration- Moukhransky// + 25. I600 name Leopold_III // + 26. I605 name Louise of_Sweden // + 27. I613 name Leopold_I of_Anhalt-Dessau // + 28. I632 name Louis_II of_Monaco // + 29. I663 name Leopold_II of_Anhalt-Dessau // + 30. I672 name Lajos Apponyi_de Nagy-Appony// + 31. I677 name Leka_I of_Albania // + 32. I724 name Louise Maximilienne Caroline// + 33. I760 name Louisa Eleonora of_Hohenlohe-// + 34. I824 name Louise // + 35. I838 name Louis_XII // + 36. I894 name Louis // + 37. I898 name Louis_XVIII // + 38. I924 name Louis Ferdinand of_Prussia// + 39. I1028 name Louise // + 40. I1029 name Louisa of_Prussia // + 41. I1113 name Louise of_Thurn and_Taxis// + 42. I1130 name Laurent // + 43. I1131 name Lorenz of_Austria-Este // + 44. I1150 name Luitpold // + 45. I1166 name Louis Charles William// + 46. I1168 name Louise Ulrika // + 47. I1174 name Louise // + 48. I1180 name Leopold // + 49. I1183 name Luitpold // + 50. I1194 name Ludwig // + 51. I1235 name Lionel of_Antwerp // + 52. I1341 name Louis_XIV // + 53. I1409 name Lennart Gustaf Nicholas// + 54. I1422 name Louis_XV // + 55. I1424 name Louis_XVI // + 56. I1599 name Ludwig_III // + 57. I1623 name Louise // + 58. I1640 name Louise // + 59. I1653 name Louise Augusta // + 60. I1657 name Louise // + 61. I1659 name Louise Juliane // + 62. I1696 name Leopold_I George of_Saxe-Coburg// + 63. I1697 name Leopold // + 64. I1698 name Leopold_II // + 65. I1700 name Louis Joseph // + 66. I1701 name Louis_XVII // + 67. I1734 name Lavinia Annaly // + 68. I1740 name Louis_IX (St._Louis) // + 69. I1741 name Louis_VIII the_Lion // + 70. I1797 name Louis // + 71. I1817 name Louise of_Savoy // + 72. I1869 name Louis_VII the_Younger // + 73. I1892 name Lucienne of_Rochefort // + 74. I1913 name Llywelyn Fawr the_Great// + 75. I1930 name Llywelyn Ap_Seisyll // + 76. I1961 name Llywelyn Ap_Gruffydd // + 77. I2117 name Louisa Hollandine of_Maubisson// + 78. I2170 name Llywelyn // + 79. I2246 name Lulach // + 80. I2420 name Leopold_I // + 81. I2423 name Louis de_France // + 82. I2426 name Louis // + 83. I2452 name Louis_VI the_Fat // + 84. I2464 name Louis_X the_Headstrong // + 85. I2501 name Louis of_Beaumont // + 86. I2511 name Louis_Philippe_I // + 87. I2513 name Louis-Philippe Joseph // + 88. I2514 name Louise Adelaide de_Penthievre// + 89. I2515 name Louis-Philippe // + 90. I2516 name Louis of_Orleans // + 91. I2540 name Louis_XI // + 92. I2553 name Louis_I the_Pious of_Aquitaine// + 93. I2556 name Luitgard // + 94. I2560 name Lothar_I // + 95. I2563 name Louis_II the_German // + 96. I2567 name Louis_II le_Jeune // + 97. I2568 name Lothar_II of_Lorraine // + 98. I2573 name Louis the_Young // + 99. I2576 name Louis_II the_Stammerer // + 100. I2581 name Louis_III // + 101. I2589 name Louis_III the_Blind // + 102. I2592 name Litwinde // + 103. I2595 name Louis_III the_Child // + 104. I2604 name Louis_IV d'Outre-Mer // + 105. I2605 name Lothar // + 106. I2607 name Louis_V the_Coward // + 107. I2617 name Louise of_Lorraine // + 108. I2629 name Louis // + 109. I2637 name Louise // + 110. I2649 name Louis Ferdinand of_Bavaria// + 111. I2697 name Louise // + 112. I2816 name Louise // + 113. I2850 name Louise // + 114. I2901 name Louise // + 115. I2911 name Louis_I of_Hesse-Darmst. // + 116. I2912 name Louise of_Hesse-Darmst. // + 117. I2918 name Leopold Joseph de_Lorraine// +[0051] Name rkey: NMA340 offs: 0x000025cd lens: 0x00000042 + 0x000035cd: Ncount 2 + Keys and string offsets, strings + 1. 0x000035d1:RKEY I2325 0x000035e1:offset 0x00000000 + 0x000035e9:string 'Margaret /Audley/' + 2. 0x000035d9:RKEY I2371 0x000035e5:offset 0x00000013 + 0x000035fc:string 'Margaret /Audley/' + Assembled data for NMA340 + 1. I2325 name Margaret /Audley/ + 2. I2371 name Margaret /Audley/ +[0052] Name rkey: NMA626 offs: 0x0000260f lens: 0x00000026 + 0x0000360f: Ncount 1 + Keys and string offsets, strings + 1. 0x00003613:RKEY I1066 0x0000361b:offset 0x00000000 + 0x0000361f:string 'Maria /Argyropoulos/' + Assembled data for NMA626 + 1. I1066 name Maria /Argyropoulos/ +[0053] Name rkey: NMB163 offs: 0x00002635 lens: 0x00000072 + 0x00003635: Ncount 3 + Keys and string offsets, strings + 1. 0x00003639:RKEY I1255 0x00003651:offset 0x00000000 + 0x0000365d:string 'Margaret of_Richmond /Beaufort/' + 2. 0x00003641:RKEY I2079 0x00003655:offset 0x00000020 + 0x0000367d:string 'Margaret /Beaufort/' + 3. 0x00003649:RKEY I2089 0x00003659:offset 0x00000035 + 0x00003692:string 'Margaret /Beaufort/' + Assembled data for NMB163 + 1. I1255 name Margaret of_Richmond /Beaufort/ + 2. I2079 name Margaret /Beaufort/ + 3. I2089 name Margaret /Beaufort/ +[0054] Name rkey: NMB200 offs: 0x000026a7 lens: 0x00000025 + 0x000036a7: Ncount 1 + Keys and string offsets, strings + 1. 0x000036ab:RKEY I188 0x000036b3:offset 0x00000000 + 0x000036b7:string 'Mary Eleanor /Bowes/' + Assembled data for NMB200 + 1. I188 name Mary Eleanor /Bowes/ +[0055] Name rkey: NMB245 offs: 0x000026cc lens: 0x00000052 + 0x000036cc: Ncount 2 + Keys and string offsets, strings + 1. 0x000036d0:RKEY I174 0x000036e0:offset 0x00000000 + 0x000036e8:string 'Mary Frances /Bowes-Lyon/' + 2. 0x000036d8:RKEY I180 0x000036e4:offset 0x0000001a + 0x00003702:string 'Michael Claude /Bowes-Lyon/' + Assembled data for NMB245 + 1. I174 name Mary Frances /Bowes-Lyon/ + 2. I180 name Michael Claude /Bowes-Lyon/ +[0056] Name rkey: NMB251 offs: 0x0000271e lens: 0x00000026 + 0x0000371e: Ncount 1 + Keys and string offsets, strings + 1. 0x00003722:RKEY I1336 0x0000372a:offset 0x00000000 + 0x0000372e:string 'Margaret /Beauchamp/' + Assembled data for NMB251 + 1. I1336 name Margaret /Beauchamp/ +[0057] Name rkey: NMB400 offs: 0x00002744 lens: 0x00000021 + 0x00003744: Ncount 1 + Keys and string offsets, strings + 1. 0x00003748:RKEY I2189 0x00003750:offset 0x00000000 + 0x00003754:string 'Michael /Boyle/' + Assembled data for NMB400 + 1. I2189 name Michael /Boyle/ +[0058] Name rkey: NMB420 offs: 0x00002765 lens: 0x00000025 + 0x00003765: Ncount 1 + Keys and string offsets, strings + 1. 0x00003769:RKEY I1132 0x00003771:offset 0x00000000 + 0x00003775:string 'Mary Liliane /Baels/' + Assembled data for NMB420 + 1. I1132 name Mary Liliane /Baels/ +[0059] Name rkey: NMB450 offs: 0x0000278a lens: 0x0000001f + 0x0000378a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000378e:RKEY I2339 0x00003796:offset 0x00000000 + 0x0000379a:string 'Mary /Boleyn/' + Assembled data for NMB450 + 1. I2339 name Mary /Boleyn/ +[0060] Name rkey: NMB620 offs: 0x000027a9 lens: 0x0000003d + 0x000037a9: Ncount 2 + Keys and string offsets, strings + 1. 0x000037ad:RKEY I1449 0x000037bd:offset 0x00000000 + 0x000037c5:string 'Margery /Bruce/' + 2. 0x000037b5:RKEY I2764 0x000037c1:offset 0x00000011 + 0x000037d6:string 'Maritta /Berg/' + Assembled data for NMB620 + 1. I1449 name Margery /Bruce/ + 2. I2764 name Maritta /Berg/ +[0061] Name rkey: NMB623 offs: 0x000027e6 lens: 0x00000025 + 0x000037e6: Ncount 1 + Keys and string offsets, strings + 1. 0x000037ea:RKEY I2793 0x000037f2:offset 0x00000000 + 0x000037f6:string 'Michael /Bergstrom/' + Assembled data for NMB623 + 1. I2793 name Michael /Bergstrom/ +[0062] Name rkey: NMB632 offs: 0x0000280b lens: 0x0000002b + 0x0000380b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000380f:RKEY I1607 0x00003817:offset 0x00000000 + 0x0000381b:string 'Margaret Alice /Bridgeman/' + Assembled data for NMB632 + 1. I1607 name Margaret Alice /Bridgeman/ +[0063] Name rkey: NMB652 offs: 0x00002836 lens: 0x00000023 + 0x00003836: Ncount 1 + Keys and string offsets, strings + 1. 0x0000383a:RKEY I397 0x00003842:offset 0x00000000 + 0x00003846:string 'Margaret /Baring/' + Assembled data for NMB652 + 1. I397 name Margaret /Baring/ +[0064] Name rkey: NMB653 offs: 0x00002859 lens: 0x00000022 + 0x00003859: Ncount 1 + Keys and string offsets, strings + 1. 0x0000385d:RKEY I2947 0x00003865:offset 0x00000000 + 0x00003869:string 'Margaret /Brand/' + Assembled data for NMB653 + 1. I2947 name Margaret /Brand/ +[0065] Name rkey: NMC100 offs: 0x0000287b lens: 0x00000021 + 0x0000387b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000387f:RKEY I2410 0x00003887:offset 0x00000000 + 0x0000388b:string 'Margaret /Cave/' + Assembled data for NMC100 + 1. I2410 name Margaret /Cave/ +[0066] Name rkey: NMC416 offs: 0x0000289c lens: 0x00000042 + 0x0000389c: Ncount 2 + Keys and string offsets, strings + 1. 0x000038a0:RKEY I1444 0x000038b0:offset 0x00000000 + 0x000038b8:string 'Maud /Clifford/' + 2. 0x000038a8:RKEY I2334 0x000038b4:offset 0x00000011 + 0x000038c9:string 'Margaret /Clifford/' + Assembled data for NMC416 + 1. I1444 name Maud /Clifford/ + 2. I2334 name Margaret /Clifford/ +[0067] Name rkey: NMC514 offs: 0x000028de lens: 0x0000002c + 0x000038de: Ncount 1 + Keys and string offsets, strings + 1. 0x000038e2:RKEY I464 0x000038ea:offset 0x00000000 + 0x000038ee:string 'Margaret /Campbell-Geddes/' + Assembled data for NMC514 + 1. I464 name Margaret /Campbell-Geddes/ +[0068] Name rkey: NMC615 offs: 0x0000290a lens: 0x00000022 + 0x0000390a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000390e:RKEY I185 0x00003916:offset 0x00000000 + 0x0000391a:string 'Mary /Carpenter/' + Assembled data for NMC615 + 1. I185 name Mary /Carpenter/ +[0069] Name rkey: NMC625 offs: 0x0000292c lens: 0x00000028 + 0x0000392c: Ncount 1 + Keys and string offsets, strings + 1. 0x00003930:RKEY I387 0x00003938:offset 0x00000000 + 0x0000393c:string 'Mary Anna /Curzon-Howe/' + Assembled data for NMC625 + 1. I387 name Mary Anna /Curzon-Howe/ +[0070] Name rkey: NMC630 offs: 0x00002954 lens: 0x00000021 + 0x00003954: Ncount 1 + Keys and string offsets, strings + 1. 0x00003958:RKEY I1498 0x00003960:offset 0x00000000 + 0x00003964:string 'Maud /Chaworth/' + Assembled data for NMC630 + 1. I1498 name Maud /Chaworth/ +[0071] Name rkey: NMC635 offs: 0x00002975 lens: 0x0000002b + 0x00003975: Ncount 1 + Keys and string offsets, strings + 1. 0x00003979:RKEY I383 0x00003981:offset 0x00000000 + 0x00003985:string 'Margaret Honoria /Curtain/' + Assembled data for NMC635 + 1. I383 name Margaret Honoria /Curtain/ +[0072] Name rkey: NMC652 offs: 0x000029a0 lens: 0x00000021 + 0x000039a0: Ncount 1 + Keys and string offsets, strings + 1. 0x000039a4:RKEY I952 0x000039ac:offset 0x00000000 + 0x000039b0:string 'Maud /Carnegie/' + Assembled data for NMC652 + 1. I952 name Maud /Carnegie/ +[0073] Name rkey: NMD150 offs: 0x000029c1 lens: 0x00000021 + 0x000039c1: Ncount 1 + Keys and string offsets, strings + 1. 0x000039c5:RKEY I1222 0x000039cd:offset 0x00000000 + 0x000039d1:string 'Mary /De_Bohun/' + Assembled data for NMD150 + 1. I1222 name Mary /De_Bohun/ +[0074] Name rkey: NMD242 offs: 0x000029e2 lens: 0x00000044 + 0x000039e2: Ncount 2 + Keys and string offsets, strings + 1. 0x000039e6:RKEY I1431 0x000039f6:offset 0x00000000 + 0x000039fe:string 'Margaret /Douglas/' + 2. 0x000039ee:RKEY I1493 0x000039fa:offset 0x00000014 + 0x00003a12:string 'Margaret /Douglas/' + Assembled data for NMD242 + 1. I1431 name Margaret /Douglas/ + 2. I1493 name Margaret /Douglas/ +[0075] Name rkey: NMD260 offs: 0x00002a26 lens: 0x00000048 + 0x00003a26: Ncount 2 + Keys and string offsets, strings + 1. 0x00003a2a:RKEY I2373 0x00003a3a:offset 0x00000000 + 0x00003a42:string 'Mary /Dacre/' + 2. 0x00003a32:RKEY I2779 0x00003a3e:offset 0x0000000e + 0x00003a50:string 'Marianne of_Leufsta /de_Geer/' + Assembled data for NMD260 + 1. I2373 name Mary /Dacre/ + 2. I2779 name Marianne of_Leufsta /de_Geer/ +[0076] Name rkey: NMD340 offs: 0x00002a6e lens: 0x0000001f + 0x00003a6e: Ncount 1 + Keys and string offsets, strings + 1. 0x00003a72:RKEY I2317 0x00003a7a:offset 0x00000000 + 0x00003a7e:string 'Mary /Dudley/' + Assembled data for NMD340 + 1. I2317 name Mary /Dudley/ +[0077] Name rkey: NMD360 offs: 0x00002a8d lens: 0x00000022 + 0x00003a8d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003a91:RKEY I1032 0x00003a99:offset 0x00000000 + 0x00003a9d:string 'Mireille /Dutry/' + Assembled data for NMD360 + 1. I1032 name Mireille /Dutry/ +[0078] Name rkey: NMD532 offs: 0x00002aaf lens: 0x00000024 + 0x00003aaf: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ab3:RKEY I741 0x00003abb:offset 0x00000000 + 0x00003abf:string 'Marie /de'_Medici/' + Assembled data for NMD532 + 1. I741 name Marie /de'_Medici/ +[0079] Name rkey: NMD655 offs: 0x00002ad3 lens: 0x00000045 + 0x00003ad3: Ncount 2 + Keys and string offsets, strings + 1. 0x00003ad7:RKEY I1453 0x00003ae7:offset 0x00000000 + 0x00003aef:string 'Margaret /Drummond/' + 2. 0x00003adf:RKEY I1841 0x00003aeb:offset 0x00000015 + 0x00003b04:string 'Malcolm /Drummond/' + Assembled data for NMD655 + 1. I1453 name Margaret /Drummond/ + 2. I1841 name Malcolm /Drummond/ +[0080] Name rkey: NMF324 offs: 0x00002b18 lens: 0x00000021 + 0x00003b18: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b1c:RKEY I2366 0x00003b24:offset 0x00000000 + 0x00003b28:string 'Mary /Fitzalan/' + Assembled data for NMF324 + 1. I2366 name Mary /Fitzalan/ +[0081] Name rkey: NMF326 offs: 0x00002b39 lens: 0x00000029 + 0x00003b39: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b3d:RKEY I142 0x00003b45:offset 0x00000000 + 0x00003b49:string 'Maria Anne /Fitzherbert/' + Assembled data for NMF326 + 1. I142 name Maria Anne /Fitzherbert/ +[0082] Name rkey: NMF420 offs: 0x00002b62 lens: 0x0000001f + 0x00003b62: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b66:RKEY I2789 0x00003b6e:offset 0x00000000 + 0x00003b72:string 'Miles /Flach/' + Assembled data for NMF420 + 1. I2789 name Miles /Flach/ +[0083] Name rkey: NMF432 offs: 0x00002b81 lens: 0x00000023 + 0x00003b81: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b85:RKEY I2937 0x00003b8d:offset 0x00000000 + 0x00003b91:string 'Muriel /Fletcher/' + Assembled data for NMF432 + 1. I2937 name Muriel /Fletcher/ +[0084] Name rkey: NMG520 offs: 0x00002ba4 lens: 0x00000023 + 0x00003ba4: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ba8:RKEY I2352 0x00003bb0:offset 0x00000000 + 0x00003bb4:string 'Margaret /Gamage/' + Assembled data for NMG520 + 1. I2352 name Margaret /Gamage/ +[0085] Name rkey: NMG600 offs: 0x00002bc7 lens: 0x0000001d + 0x00003bc7: Ncount 1 + Keys and string offsets, strings + 1. 0x00003bcb:RKEY I2107 0x00003bd3:offset 0x00000000 + 0x00003bd7:string 'Mary /Grey/' + Assembled data for NMG600 + 1. I2107 name Mary /Grey/ +[0086] Name rkey: NMG621 offs: 0x00002be4 lens: 0x00000026 + 0x00003be4: Ncount 1 + Keys and string offsets, strings + 1. 0x00003be8:RKEY I281 0x00003bf0:offset 0x00000000 + 0x00003bf4:string 'Margaret /Grosvenor/' + Assembled data for NMG621 + 1. I281 name Margaret /Grosvenor/ +[0087] Name rkey: NMG650 offs: 0x00002c0a lens: 0x0000001e + 0x00003c0a: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c0e:RKEY I866 0x00003c16:offset 0x00000000 + 0x00003c1a:string 'Maud /Green/' + Assembled data for NMG650 + 1. I866 name Maud /Green/ +[0088] Name rkey: NMH400 offs: 0x00002c28 lens: 0x0000002f + 0x00003c28: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c2c:RKEY I2186 0x00003c34:offset 0x00000000 + 0x00003c38:string 'Michael of_Hillsborough /Hill/' + Assembled data for NMH400 + 1. I2186 name Michael of_Hillsborough /Hill/ +[0089] Name rkey: NMH453 offs: 0x00002c57 lens: 0x00000024 + 0x00003c57: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c5b:RKEY I1595 0x00003c63:offset 0x00000000 + 0x00003c67:string 'Margaret /Holland/' + Assembled data for NMH453 + 1. I1595 name Margaret /Holland/ +[0090] Name rkey: NMH516 offs: 0x00002c7b lens: 0x000000e6 + 0x00003c7b: Ncount 7 + Keys and string offsets, strings + 1. 0x00003c7f:RKEY I214 0x00003cb7:offset 0x00000000 + 0x00003cd3:string 'Mary /Hanover/' + 2. 0x00003c87:RKEY I253 0x00003cbb:offset 0x00000010 + 0x00003ce3:string 'Mary /Hanover/' + 3. 0x00003c8f:RKEY I255 0x00003cbf:offset 0x00000020 + 0x00003cf3:string 'Marie Louise /Hanover/' + 4. 0x00003c97:RKEY I330 0x00003cc3:offset 0x00000037 + 0x00003d0a:string 'Mary /Hanover/' + 5. 0x00003c9f:RKEY I1035 0x00003cc7:offset 0x00000047 + 0x00003d1a:string 'Monika of_Solms-Laubach /Hanover/' + 6. 0x00003ca7:RKEY I1039 0x00003ccb:offset 0x00000069 + 0x00003d3c:string 'Marie /Hanover/' + 7. 0x00003caf:RKEY I2712 0x00003ccf:offset 0x0000007a + 0x00003d4d:string 'Mireille /Hanover/' + Assembled data for NMH516 + 1. I214 name Mary /Hanover/ + 2. I253 name Mary /Hanover/ + 3. I255 name Marie Louise /Hanover/ + 4. I330 name Mary /Hanover/ + 5. I1035 name Monika of_Solms-Laubach /Hanover/ + 6. I1039 name Marie /Hanover/ + 7. I2712 name Mireille /Hanover/ +[0091] Name rkey: NMH524 offs: 0x00002d61 lens: 0x00000097 + 0x00003d61: Ncount 4 + Keys and string offsets, strings + 1. 0x00003d65:RKEY I436 0x00003d85:offset 0x00000000 + 0x00003d95:string 'Marie (Mignon) /Hohenzollern/' + 2. 0x00003d6d:RKEY I468 0x00003d89:offset 0x0000001e + 0x00003db3:string 'Michael /Hohenzollern/' + 3. 0x00003d75:RKEY I1098 0x00003d8d:offset 0x00000036 + 0x00003dcb:string 'Mircea /Hohenzollern/' + 4. 0x00003d7d:RKEY I1110 0x00003d91:offset 0x0000004d + 0x00003de2:string 'Marie /Hohenzollern/' + Assembled data for NMH524 + 1. I436 name Marie (Mignon) /Hohenzollern/ + 2. I468 name Michael /Hohenzollern/ + 3. I1098 name Mircea /Hohenzollern/ + 4. I1110 name Marie /Hohenzollern/ +[0092] Name rkey: NMH543 offs: 0x00002df8 lens: 0x00000025 + 0x00003df8: Ncount 1 + Keys and string offsets, strings + 1. 0x00003dfc:RKEY I3000 0x00003e04:offset 0x00000000 + 0x00003e08:string 'Mary Anne /Hamilton/' + Assembled data for NMH543 + 1. I3000 name Mary Anne /Hamilton/ +[0093] Name rkey: NMH630 offs: 0x00002e1d lens: 0x0000003e + 0x00003e1d: Ncount 2 + Keys and string offsets, strings + 1. 0x00003e21:RKEY I2356 0x00003e31:offset 0x00000000 + 0x00003e39:string 'Mary /Howard/' + 2. 0x00003e29:RKEY I2363 0x00003e35:offset 0x0000000f + 0x00003e48:string 'Margaret /Howard/' + Assembled data for NMH630 + 1. I2356 name Mary /Howard/ + 2. I2363 name Margaret /Howard/ +[0094] Name rkey: NMK320 offs: 0x00002e5b lens: 0x00000023 + 0x00003e5b: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e5f:RKEY I2758 0x00003e67:offset 0x00000000 + 0x00003e6b:string 'Madeleine /Kautz/' + Assembled data for NMK320 + 1. I2758 name Madeleine /Kautz/ +[0095] Name rkey: NMK622 offs: 0x00002e7e lens: 0x0000002e + 0x00003e7e: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e82:RKEY I161 0x00003e8a:offset 0x00000000 + 0x00003e8e:string 'Mathilde (Maria) /Krzesinska/' + Assembled data for NMK622 + 1. I161 name Mathilde (Maria) /Krzesinska/ +[0096] Name rkey: NMK626 offs: 0x00002eac lens: 0x00000023 + 0x00003eac: Ncount 1 + Keys and string offsets, strings + 1. 0x00003eb0:RKEY I980 0x00003eb8:offset 0x00000000 + 0x00003ebc:string 'Michael /Kreuger/' + Assembled data for NMK626 + 1. I980 name Michael /Kreuger/ +[0097] Name rkey: NMK640 offs: 0x00002ecf lens: 0x00000022 + 0x00003ecf: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ed3:RKEY I2849 0x00003edb:offset 0x00000000 + 0x00003edf:string 'Marina /Karella/' + Assembled data for NMK640 + 1. I2849 name Marina /Karella/ +[0098] Name rkey: NML242 offs: 0x00002ef1 lens: 0x00000042 + 0x00003ef1: Ncount 2 + Keys and string offsets, strings + 1. 0x00003ef5:RKEY I315 0x00003f05:offset 0x00000000 + 0x00003f0d:string 'Mark /Lascelles/' + 2. 0x00003efd:RKEY I982 0x00003f09:offset 0x00000012 + 0x00003f1f:string 'Martin /Lascelles/' + Assembled data for NML242 + 1. I315 name Mark /Lascelles/ + 2. I982 name Martin /Lascelles/ +[0099] Name rkey: NML252 offs: 0x00002f33 lens: 0x0000002c + 0x00003f33: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f37:RKEY I1423 0x00003f3f:offset 0x00000000 + 0x00003f43:string 'Maria of_Poland /Leczinska/' + Assembled data for NML252 + 1. I1423 name Maria of_Poland /Leczinska/ +[0100] Name rkey: NML531 offs: 0x00002f5f lens: 0x0000002f + 0x00003f5f: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f63:RKEY I2730 0x00003f6b:offset 0x00000000 + 0x00003f6f:string 'Marianne of_Wisborg /Lindberg/' + Assembled data for NML531 + 1. I2730 name Marianne of_Wisborg /Lindberg/ +[0101] Name rkey: NMM252 offs: 0x00002f8e lens: 0x00000026 + 0x00003f8e: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f92:RKEY I940 0x00003f9a:offset 0x00000000 + 0x00003f9e:string 'Margaret /Messenger/' + Assembled data for NMM252 + 1. I940 name Margaret /Messenger/ +[0102] Name rkey: NMM531 offs: 0x00002fb4 lens: 0x00000029 + 0x00003fb4: Ncount 1 + Keys and string offsets, strings + 1. 0x00003fb8:RKEY I147 0x00003fc0:offset 0x00000000 + 0x00003fc4:string 'Margarita /Mountbatten/' + Assembled data for NMM531 + 1. I147 name Margarita /Mountbatten/ +[0103] Name rkey: NMM532 offs: 0x00002fdd lens: 0x00000060 + 0x00003fdd: Ncount 2 + Keys and string offsets, strings + 1. 0x00003fe1:RKEY I812 0x00003ff1:offset 0x00000000 + 0x00003ff9:string 'Marian -Scott /Montagu-Douglas-/' + 2. 0x00003fe9:RKEY I2941 0x00003ff5:offset 0x00000021 + 0x0000401a:string 'Margaret -Scott /Montagu-Douglas-/' + Assembled data for NMM532 + 1. I812 name Marian -Scott /Montagu-Douglas-/ + 2. I2941 name Margaret -Scott /Montagu-Douglas-/ +[0104] Name rkey: NMO165 offs: 0x0000303d lens: 0x00000060 + 0x0000403d: Ncount 3 + Keys and string offsets, strings + 1. 0x00004041:RKEY I2190 0x00004059:offset 0x00000000 + 0x00004065:string 'Mary /O'Brien/' + 2. 0x00004049:RKEY I2192 0x0000405d:offset 0x00000010 + 0x00004075:string 'Murrough /O'Brien/' + 3. 0x00004051:RKEY I2193 0x00004061:offset 0x00000024 + 0x00004089:string 'Murrough /O'Brien/' + Assembled data for NMO165 + 1. I2190 name Mary /O'Brien/ + 2. I2192 name Murrough /O'Brien/ + 3. I2193 name Murrough /O'Brien/ +[0105] Name rkey: NMO241 offs: 0x0000309d lens: 0x00000032 + 0x0000409d: Ncount 1 + Keys and string offsets, strings + 1. 0x000040a1:RKEY I110 0x000040a9:offset 0x00000000 + 0x000040ad:string 'Marina Victoria Alexandra/Ogilvy/' + Assembled data for NMO241 + 1. I110 name Marina Victoria Alexandra/Ogilvy/ +[0106] Name rkey: NMO435 offs: 0x000030cf lens: 0x00000025 + 0x000040cf: Ncount 1 + Keys and string offsets, strings + 1. 0x000040d3:RKEY I2848 0x000040db:offset 0x00000000 + 0x000040df:string 'Michael /Oldenburg/' + Assembled data for NMO435 + 1. I2848 name Michael /Oldenburg/ +[0107] Name rkey: NMP141 offs: 0x000030f4 lens: 0x00000022 + 0x000040f4: Ncount 1 + Keys and string offsets, strings + 1. 0x000040f8:RKEY I157 0x00004100:offset 0x00000000 + 0x00004104:string 'Marie /Pavlovna/' + Assembled data for NMP141 + 1. I157 name Marie /Pavlovna/ +[0108] Name rkey: NMP412 offs: 0x00003116 lens: 0x0000002d + 0x00004116: Ncount 1 + Keys and string offsets, strings + 1. 0x0000411a:RKEY I62 0x00004122:offset 0x00000000 + 0x00004126:string 'Mark Anthony Peter/Phillips/' + Assembled data for NMP412 + 1. I62 name Mark Anthony Peter/Phillips/ +[0109] Name rkey: NMR200 offs: 0x00003143 lens: 0x00000023 + 0x00004143: Ncount 1 + Keys and string offsets, strings + 1. 0x00004147:RKEY I537 0x0000414f:offset 0x00000000 + 0x00004153:string 'Magdalene /Reuss/' + Assembled data for NMR200 + 1. I537 name Magdalene /Reuss/ +[0110] Name rkey: NMR216 offs: 0x00003166 lens: 0x0000002e + 0x00004166: Ncount 1 + Keys and string offsets, strings + 1. 0x0000416a:RKEY I2641 0x00004172:offset 0x00000000 + 0x00004176:string 'Martha y_Altazurra /Rocafort/' + Assembled data for NMR216 + 1. I2641 name Martha y_Altazurra /Rocafort/ +[0111] Name rkey: NMR551 offs: 0x00003194 lens: 0x000000f0 + 0x00004194: Ncount 6 + Keys and string offsets, strings + 1. 0x00004198:RKEY I48 0x000041c8:offset 0x00000000 + 0x000041e0:string 'Maria Nicholovna /Romanov/' + 2. 0x000041a0:RKEY I155 0x000041cc:offset 0x0000001b + 0x000041fb:string 'Michael "Mischa" Alexandrovich/Romanov/' + 3. 0x000041a8:RKEY I1312 0x000041d0:offset 0x00000043 + 0x00004223:string 'Mikhail_III Feodorovich /Romanov/' + 4. 0x000041b0:RKEY I1355 0x000041d4:offset 0x00000065 + 0x00004245:string 'Maria Pavlovna /Romanov/' + 5. 0x000041b8:RKEY I2666 0x000041d8:offset 0x0000007e + 0x0000425e:string 'Michael /Romanov/' + 6. 0x000041c0:RKEY I2670 0x000041dc:offset 0x00000091 + 0x00004271:string 'Michael /Romanov/' + Assembled data for NMR551 + 1. I48 name Maria Nicholovna /Romanov/ + 2. I155 name Michael "Mischa" Alexandrovich/Romanov/ + 3. I1312 name Mikhail_III Feodorovich /Romanov/ + 4. I1355 name Maria Pavlovna /Romanov/ + 5. I2666 name Michael /Romanov/ + 6. I2670 name Michael /Romanov/ +[0112] Name rkey: NMS120 offs: 0x00003284 lens: 0x00000034 + 0x00004284: Ncount 1 + Keys and string offsets, strings + 1. 0x00004288:RKEY I721 0x00004290:offset 0x00000000 + 0x00004294:string 'Maria Casimire Clementina/Sobieska/' + Assembled data for NMS120 + 1. I721 name Maria Casimire Clementina/Sobieska/ +[0113] Name rkey: NMS214 offs: 0x000032b8 lens: 0x0000004f + 0x000042b8: Ncount 2 + Keys and string offsets, strings + 1. 0x000042bc:RKEY I2996 0x000042cc:offset 0x00000000 + 0x000042d4:string 'Mary Hamilton (Polly)/Scobell/' + 2. 0x000042c4:RKEY I3003 0x000042d0:offset 0x0000001f + 0x000042f3:string 'Melloney /Scobell/' + Assembled data for NMS214 + 1. I2996 name Mary Hamilton (Polly)/Scobell/ + 2. I3003 name Melloney /Scobell/ +[0114] Name rkey: NMS350 offs: 0x00003307 lens: 0x0000002d + 0x00004307: Ncount 1 + Keys and string offsets, strings + 1. 0x0000430b:RKEY I292 0x00004313:offset 0x00000000 + 0x00004317:string 'Marion (Maria) Donata/Stein/' + Assembled data for NMS350 + 1. I292 name Marion (Maria) Donata/Stein/ +[0115] Name rkey: NMS363 offs: 0x00003334 lens: 0x000000b1 + 0x00004334: Ncount 6 + Keys and string offsets, strings + 1. 0x00004338:RKEY I729 0x00004368:offset 0x00000000 + 0x00004380:string 'Margaret /Stuart/' + 2. 0x00004340:RKEY I733 0x0000436c:offset 0x00000013 + 0x00004393:string 'Mary /Stuart/' + 3. 0x00004348:RKEY I744 0x00004370:offset 0x00000022 + 0x000043a2:string 'Mary /Stuart/' + 4. 0x00004350:RKEY I1247 0x00004374:offset 0x00000031 + 0x000043b1:string 'Mary /Stuart/' + 5. 0x00004358:RKEY I1432 0x00004378:offset 0x00000040 + 0x000043c0:string 'Matthew /Stuart/' + 6. 0x00004360:RKEY I1477 0x0000437c:offset 0x00000052 + 0x000043d2:string 'Matthew /Stewart/' + Assembled data for NMS363 + 1. I729 name Margaret /Stuart/ + 2. I733 name Mary /Stuart/ + 3. I744 name Mary /Stuart/ + 4. I1247 name Mary /Stuart/ + 5. I1432 name Matthew /Stuart/ + 6. I1477 name Matthew /Stewart/ +[0116] Name rkey: NMT360 offs: 0x000033e5 lens: 0x00000080 + 0x000043e5: Ncount 4 + Keys and string offsets, strings + 1. 0x000043e9:RKEY I776 0x00004409:offset 0x00000000 + 0x00004419:string 'Margaret /Tudor/' + 2. 0x000043f1:RKEY I830 0x0000440d:offset 0x00000012 + 0x0000442b:string 'Mary /Tudor/' + 3. 0x000043f9:RKEY I846 0x00004411:offset 0x00000020 + 0x00004439:string 'Mary_I /Tudor/' + 4. 0x00004401:RKEY I2174 0x00004415:offset 0x00000030 + 0x00004449:string 'Maredudd (Meredith) /Tudor/' + Assembled data for NMT360 + 1. I776 name Margaret /Tudor/ + 2. I830 name Mary /Tudor/ + 3. I846 name Mary_I /Tudor/ + 4. I2174 name Maredudd (Meredith) /Tudor/ +[0117] Name rkey: NMT524 offs: 0x00003465 lens: 0x00000021 + 0x00004465: Ncount 1 + Keys and string offsets, strings + 1. 0x00004469:RKEY I2971 0x00004471:offset 0x00000000 + 0x00004475:string 'Max /Tomaselli/' + Assembled data for NMT524 + 1. I2971 name Max /Tomaselli/ +[0118] Name rkey: NMU452 offs: 0x00003486 lens: 0x00000029 + 0x00004486: Ncount 1 + Keys and string offsets, strings + 1. 0x0000448a:RKEY I2834 0x00004492:offset 0x00000000 + 0x00004496:string 'Marie Christine /Ullens/' + Assembled data for NMU452 + 1. I2834 name Marie Christine /Ullens/ +[0119] Name rkey: NMV521 offs: 0x000034af lens: 0x00000028 + 0x000044af: Ncount 1 + Keys and string offsets, strings + 1. 0x000044b3:RKEY I1045 0x000044bb:offset 0x00000000 + 0x000044bf:string 'Michael /von_Hochberg/' + Assembled data for NMV521 + 1. I1045 name Michael /von_Hochberg/ +[0120] Name rkey: NMV551 offs: 0x000034d7 lens: 0x0000002b + 0x000044d7: Ncount 1 + Keys and string offsets, strings + 1. 0x000044db:RKEY I536 0x000044e3:offset 0x00000000 + 0x000044e7:string 'Maria-Anna /von_Humboldt/' + Assembled data for NMV551 + 1. I536 name Maria-Anna /von_Humboldt/ +[0121] Name rkey: NMV561 offs: 0x00003502 lens: 0x00000075 + 0x00004502: Ncount 3 + Keys and string offsets, strings + 1. 0x00004506:RKEY I319 0x0000451e:offset 0x00000000 + 0x0000452a:string 'Marie-Christine /von_Reibnitz/' + 2. 0x0000450e:RKEY I2784 0x00004522:offset 0x00000020 + 0x0000454a:string 'Marianne /von_Arbin/' + 3. 0x00004516:RKEY I2788 0x00004526:offset 0x00000036 + 0x00004560:string 'Madeleine /von_Arbin/' + Assembled data for NMV561 + 1. I319 name Marie-Christine /von_Reibnitz/ + 2. I2784 name Marianne /von_Arbin/ + 3. I2788 name Madeleine /von_Arbin/ +[0122] Name rkey: NMW200 offs: 0x00003577 lens: 0x0000002b + 0x00004577: Ncount 1 + Keys and string offsets, strings + 1. 0x0000457b:RKEY I1505 0x00004583:offset 0x00000000 + 0x00004587:string 'Margaret of_Liddell /Wake/' + Assembled data for NMW200 + 1. I1505 name Margaret of_Liddell /Wake/ +[0123] Name rkey: NMW342 offs: 0x000035a2 lens: 0x000000a6 + 0x000045a2: Ncount 4 + Keys and string offsets, strings + 1. 0x000045a6:RKEY I637 0x000045c6:offset 0x00000000 + 0x000045d6:string 'Maximilian_I Joseph /Wittelsbach/' + 2. 0x000045ae:RKEY I1154 0x000045ca:offset 0x00000022 + 0x000045f8:string 'Maximilian /Wittelsbach/' + 3. 0x000045b6:RKEY I1157 0x000045ce:offset 0x0000003c + 0x00004612:string 'Maria (twin) /Wittelsbach/' + 4. 0x000045be:RKEY I1159 0x000045d2:offset 0x00000057 + 0x0000462d:string 'Maximiliana /Wittelsbach/' + Assembled data for NMW342 + 1. I637 name Maximilian_I Joseph /Wittelsbach/ + 2. I1154 name Maximilian /Wittelsbach/ + 3. I1157 name Maria (twin) /Wittelsbach/ + 4. I1159 name Maximiliana /Wittelsbach/ +[0124] Name rkey: NMW414 offs: 0x00003648 lens: 0x0000002e + 0x00004648: Ncount 1 + Keys and string offsets, strings + 1. 0x0000464c:RKEY I762 0x00004654:offset 0x00000000 + 0x00004658:string 'Maria of_Waldegrave /Walpole/' + Assembled data for NMW414 + 1. I762 name Maria of_Waldegrave /Walpole/ +[0125] Name rkey: NMW521 offs: 0x00003676 lens: 0x0000004f + 0x00004676: Ncount 2 + Keys and string offsets, strings + 1. 0x0000467a:RKEY I2933 0x0000468a:offset 0x00000000 + 0x00004692:string 'Mervyn Powerscourt /Wingfield/' + 2. 0x00004682:RKEY I2934 0x0000468e:offset 0x0000001f + 0x000046b1:string 'Mervyn /Wingfield/' + Assembled data for NMW521 + 1. I2933 name Mervyn Powerscourt /Wingfield/ + 2. I2934 name Mervyn /Wingfield/ +[0126] Name rkey: NMW532 offs: 0x000036c5 lens: 0x00000063 + 0x000046c5: Ncount 3 + Keys and string offsets, strings + 1. 0x000046c9:RKEY I33 0x000046e1:offset 0x00000000 + 0x000046ed:string 'Mary /Windsor/' + 2. 0x000046d1:RKEY I53 0x000046e5:offset 0x00000010 + 0x000046fd:string 'Margaret Rose /Windsor/' + 3. 0x000046d9:RKEY I107 0x000046e9:offset 0x00000028 + 0x00004715:string 'Michael /Windsor/' + Assembled data for NMW532 + 1. I33 name Mary /Windsor/ + 2. I53 name Margaret Rose /Windsor/ + 3. I107 name Michael /Windsor/ +[0127] Name rkey: NMW536 offs: 0x00003728 lens: 0x00000025 + 0x00004728: Ncount 1 + Keys and string offsets, strings + 1. 0x0000472c:RKEY I861 0x00004734:offset 0x00000000 + 0x00004738:string 'Margery /Wentworth/' + Assembled data for NMW536 + 1. I861 name Margery /Wentworth/ +[0128] Name rkey: NMW635 offs: 0x0000374d lens: 0x00000025 + 0x0000474d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004751:RKEY I1076 0x00004759:offset 0x00000000 + 0x0000475d:string 'Marie /Wurttemberg/' + Assembled data for NMW635 + 1. I1076 name Marie /Wurttemberg/ +[0129] Name rkey: NMZ999 offs: 0x00003772 lens: 0x000017d0 + 0x00004772: Ncount 199 + Keys and string offsets, strings + 1. 0x00004776:RKEY I17 0x00004dae:offset 0x00000000 + 0x000050ca:string 'Maude Charlotte Mary//' + 2. 0x0000477e:RKEY I29 0x00004db2:offset 0x00000017 + 0x000050e1:string 'Maurice //' + 3. 0x00004786:RKEY I30 0x00004db6:offset 0x00000023 + 0x000050ed:string 'Mary_of_Teck (May) //' + 4. 0x0000478e:RKEY I45 0x00004dba:offset 0x00000039 + 0x00005103:string 'Marie of_Hesse- Darmstadt//' + 5. 0x00004796:RKEY I66 0x00004dbe:offset 0x00000055 + 0x0000511f:string 'Marina of_Greece //' + 6. 0x0000479e:RKEY I78 0x00004dc2:offset 0x00000069 + 0x00005133:string 'Margarete of_Hesse //' + 7. 0x000047a6:RKEY I85 0x00004dc6:offset 0x0000007f + 0x00005149:string 'Mary "May" //' + 8. 0x000047ae:RKEY I94 0x00004dca:offset 0x0000008d + 0x00005157:string 'Marie Alexandrovna //' + 9. 0x000047b6:RKEY I96 0x00004dce:offset 0x000000a3 + 0x0000516d:string 'Marie of_Saxe-Coburg and_Gotha//' + 10. 0x000047be:RKEY I118 0x00004dd2:offset 0x000000c4 + 0x0000518e:string 'Marie Louise //' + 11. 0x000047c6:RKEY I121 0x00004dd6:offset 0x000000d4 + 0x0000519e:string 'Margaret of_Sweden //' + 12. 0x000047ce:RKEY I136 0x00004dda:offset 0x000000ea + 0x000051b4:string 'Mary Adelaide "Fat_Mary"//' + 13. 0x000047d6:RKEY I200 0x00004dde:offset 0x00000105 + 0x000051cf:string 'Maria Anna of_Anhalt//' + 14. 0x000047de:RKEY I206 0x00004de2:offset 0x0000011c + 0x000051e6:string 'Mary //' + 15. 0x000047e6:RKEY I224 0x00004de6:offset 0x00000125 + 0x000051ef:string 'Marie //' + 16. 0x000047ee:RKEY I250 0x00004dea:offset 0x0000012f + 0x000051f9:string 'Mary of_Saxe- Altenburg//' + 17. 0x000047f6:RKEY I284 0x00004dee:offset 0x00000149 + 0x00005213:string 'Mary //' + 18. 0x000047fe:RKEY I289 0x00004df2:offset 0x00000152 + 0x0000521c:string 'May Cambridge //' + 19. 0x00004806:RKEY I434 0x00004df6:offset 0x00000163 + 0x0000522d:string 'Maria de_las_Mercedes of_Bourbon//' + 20. 0x0000480e:RKEY I451 0x00004dfa:offset 0x00000186 + 0x00005250:string 'Martha of_Sweden //' + 21. 0x00004816:RKEY I454 0x00004dfe:offset 0x0000019a + 0x00005264:string 'Martha Louise //' + 22. 0x0000481e:RKEY I495 0x00004e02:offset 0x000001ab + 0x00005275:string 'Mathilde //' + 23. 0x00004826:RKEY I516 0x00004e06:offset 0x000001b8 + 0x00005282:string 'Marie of_Saxe-Weimar- Eisenach//' + 24. 0x0000482e:RKEY I551 0x00004e0a:offset 0x000001d9 + 0x000052a3:string 'Marie Auguste of_Anhalt//' + 25. 0x00004836:RKEY I567 0x00004e0e:offset 0x000001f3 + 0x000052bd:string 'Maria Anna of_Hesse//' + 26. 0x0000483e:RKEY I587 0x00004e12:offset 0x00000209 + 0x000052d3:string 'Marie-Josephe de_Saxe //' + 27. 0x00004846:RKEY I593 0x00004e16:offset 0x00000222 + 0x000052ec:string 'Margarite //' + 28. 0x0000484e:RKEY I595 0x00004e1a:offset 0x00000230 + 0x000052fa:string 'Maria //' + 29. 0x00004856:RKEY I610 0x00004e1e:offset 0x0000023a + 0x00005304:string 'Mergrethe_II //' + 30. 0x0000485e:RKEY I617 0x00004e22:offset 0x0000024b + 0x00005315:string 'Mary Louise //' + 31. 0x00004866:RKEY I628 0x00004e26:offset 0x0000025a + 0x00005324:string 'Marie //' + 32. 0x0000486e:RKEY I630 0x00004e2a:offset 0x00000264 + 0x0000532e:string 'Mary //' + 33. 0x00004876:RKEY I671 0x00004e2e:offset 0x0000026d + 0x00005337:string 'Marguerite //' + 34. 0x0000487e:RKEY I682 0x00004e32:offset 0x0000027c + 0x00005346:string 'Maria Cristina of_Austria//' + 35. 0x00004886:RKEY I687 0x00004e36:offset 0x00000298 + 0x00005362:string 'Maria Theresa //' + 36. 0x0000488e:RKEY I690 0x00004e3a:offset 0x000002a9 + 0x00005373:string 'Maria Gabriele of_Bavaria//' + 37. 0x00004896:RKEY I695 0x00004e3e:offset 0x000002c5 + 0x0000538f:string 'Mary //' + 38. 0x0000489e:RKEY I699 0x00004e42:offset 0x000002ce + 0x00005398:string 'Mary //' + 39. 0x000048a6:RKEY I709 0x00004e46:offset 0x000002d7 + 0x000053a1:string 'Mary_II //' + 40. 0x000048ae:RKEY I715 0x00004e4a:offset 0x000002e3 + 0x000053ad:string 'Mary Beatrice of_Modena//' + 41. 0x000048b6:RKEY I767 0x00004e4e:offset 0x000002fd + 0x000053c7:string 'Maurice //' + 42. 0x000048be:RKEY I855 0x00004e52:offset 0x00000309 + 0x000053d3:string 'Marie of_Julich //' + 43. 0x000048c6:RKEY I893 0x00004e56:offset 0x0000031c + 0x000053e6:string 'Mitsi //' + 44. 0x000048ce:RKEY I895 0x00004e5a:offset 0x00000326 + 0x000053f0:string 'Maria of_Russia //' + 45. 0x000048d6:RKEY I899 0x00004e5e:offset 0x00000339 + 0x00005403:string 'Maria of_Russia //' + 46. 0x000048de:RKEY I905 0x00004e62:offset 0x0000034c + 0x00005416:string 'Margarita //' + 47. 0x000048e6:RKEY I906 0x00004e66:offset 0x0000035a + 0x00005424:string 'Mechtilde //' + 48. 0x000048ee:RKEY I909 0x00004e6a:offset 0x00000368 + 0x00005432:string 'Melita //' + 49. 0x000048f6:RKEY I913 0x00004e6e:offset 0x00000373 + 0x0000543d:string 'Margarite of_Hohenloche- Ochringen//' + 50. 0x000048fe:RKEY I922 0x00004e72:offset 0x00000398 + 0x00005462:string 'Michael of_Prussia //' + 51. 0x00004906:RKEY I923 0x00004e76:offset 0x000003ae + 0x00005478:string 'Marie-Cecile of_Prussia //' + 52. 0x0000490e:RKEY I932 0x00004e7a:offset 0x000003c9 + 0x00005493:string 'Micaela //' + 53. 0x00004916:RKEY I951 0x00004e7e:offset 0x000003d5 + 0x0000549f:string 'Marie Louise //' + 54. 0x0000491e:RKEY I972 0x00004e82:offset 0x000003e5 + 0x000054af:string 'Margarita of_Romania //' + 55. 0x00004926:RKEY I976 0x00004e86:offset 0x000003fd + 0x000054c7:string 'Maria //' + 56. 0x0000492e:RKEY I996 0x00004e8a:offset 0x00000407 + 0x000054d1:string 'Margaret //' + 57. 0x00004936:RKEY I999 0x00004e8e:offset 0x00000414 + 0x000054de:string 'Mary //' + 58. 0x0000493e:RKEY I1002 0x00004e92:offset 0x0000041d + 0x000054e7:string 'Margaret //' + 59. 0x00004946:RKEY I1017 0x00004e96:offset 0x0000042a + 0x000054f4:string 'Margaret of_Austria //' + 60. 0x0000494e:RKEY I1019 0x00004e9a:offset 0x00000441 + 0x0000550b:string 'Margaret of_Salisbury //' + 61. 0x00004956:RKEY I1052 0x00004e9e:offset 0x0000045a + 0x00005524:string 'Max of_Baden //' + 62. 0x0000495e:RKEY I1054 0x00004ea2:offset 0x0000046a + 0x00005534:string 'Margrethe of_Denmark //' + 63. 0x00004966:RKEY I1091 0x00004ea6:offset 0x00000482 + 0x0000554c:string 'Marie of_Waldeck and_Pyrmont//' + 64. 0x0000496e:RKEY I1121 0x00004eaa:offset 0x000004a1 + 0x0000556b:string 'Marie Jose //' + 65. 0x00004976:RKEY I1134 0x00004eae:offset 0x000004af + 0x00005579:string 'Marie Christine //' + 66. 0x0000497e:RKEY I1135 0x00004eb2:offset 0x000004c2 + 0x0000558c:string 'Marie Esmeralda //' + 67. 0x00004986:RKEY I1143 0x00004eb6:offset 0x000004d5 + 0x0000559f:string 'Maximilian_II //' + 68. 0x0000498e:RKEY I1144 0x00004eba:offset 0x000004e7 + 0x000055b1:string 'Marie of_Prussia //' + 69. 0x00004996:RKEY I1193 0x00004ebe:offset 0x000004fb + 0x000055c5:string 'Maximilian Joseph //' + 70. 0x0000499e:RKEY I1198 0x00004ec2:offset 0x00000510 + 0x000055da:string 'Maria //' + 71. 0x000049a6:RKEY I1199 0x00004ec6:offset 0x0000051a + 0x000055e4:string 'Mathilde //' + 72. 0x000049ae:RKEY I1201 0x00004eca:offset 0x00000527 + 0x000055f1:string 'Maximilian //' + 73. 0x000049b6:RKEY I1202 0x00004ece:offset 0x00000536 + 0x00005600:string 'Maria Josepha of_Portugal//' + 74. 0x000049be:RKEY I1205 0x00004ed2:offset 0x00000552 + 0x0000561c:string 'Margaret //' + 75. 0x000049c6:RKEY I1206 0x00004ed6:offset 0x0000055f + 0x00005629:string 'Mary Christina //' + 76. 0x000049ce:RKEY I1214 0x00004eda:offset 0x00000571 + 0x0000563b:string 'Marie of_Schwarzburg- Rudolstadt//' + 77. 0x000049d6:RKEY I1218 0x00004ede:offset 0x00000594 + 0x0000565e:string 'Margaret of_Anjou //' + 78. 0x000049de:RKEY I1239 0x00004ee2:offset 0x000005a9 + 0x00005673:string 'Mary //' + 79. 0x000049e6:RKEY I1240 0x00004ee6:offset 0x000005b2 + 0x0000567c:string 'Margaret //' + 80. 0x000049ee:RKEY I1251 0x00004eea:offset 0x000005bf + 0x00005689:string 'Mary of_Guise //' + 81. 0x000049f6:RKEY I1270 0x00004eee:offset 0x000005d0 + 0x0000569a:string 'Margaret //' + 82. 0x000049fe:RKEY I1272 0x00004ef2:offset 0x000005dd + 0x000056a7:string 'Mary //' + 83. 0x00004a06:RKEY I1277 0x00004ef6:offset 0x000005e6 + 0x000056b0:string 'Marguerite of_France //' + 84. 0x00004a0e:RKEY I1283 0x00004efa:offset 0x000005fe + 0x000056c8:string 'Margaret //' + 85. 0x00004a16:RKEY I1295 0x00004efe:offset 0x0000060b + 0x000056d5:string 'Maria Feodorovna of_Wurttemberg//' + 86. 0x00004a1e:RKEY I1310 0x00004f02:offset 0x0000062d + 0x000056f7:string 'Maria Miroslavkaya //' + 87. 0x00004a26:RKEY I1375 0x00004f06:offset 0x00000643 + 0x0000570d:string 'Matilda (Maud) //' + 88. 0x00004a2e:RKEY I1381 0x00004f0a:offset 0x00000655 + 0x0000571f:string 'Matilda of_Flanders //' + 89. 0x00004a36:RKEY I1389 0x00004f0e:offset 0x0000066c + 0x00005736:string 'Matilda //' + 90. 0x00004a3e:RKEY I1392 0x00004f12:offset 0x00000678 + 0x00005742:string 'Matilda (Edith) of_Scotland//' + 91. 0x00004a46:RKEY I1395 0x00004f16:offset 0x00000696 + 0x00005760:string 'Matilda //' + 92. 0x00004a4e:RKEY I1398 0x00004f1a:offset 0x000006a2 + 0x0000576c:string 'Matilda of_Boulogne //' + 93. 0x00004a56:RKEY I1401 0x00004f1e:offset 0x000006b9 + 0x00005783:string 'Matilda //' + 94. 0x00004a5e:RKEY I1403 0x00004f22:offset 0x000006c5 + 0x0000578f:string 'Mary of_Boulogne //' + 95. 0x00004a66:RKEY I1420 0x00004f26:offset 0x000006d9 + 0x000057a3:string 'Marie-Therese of_Spain //' + 96. 0x00004a6e:RKEY I1425 0x00004f2a:offset 0x000006f3 + 0x000057bd:string 'Marie Antoinette of_Austria//' + 97. 0x00004a76:RKEY I1429 0x00004f2e:offset 0x00000711 + 0x000057db:string 'Madeleine of_France //' + 98. 0x00004a7e:RKEY I1467 0x00004f32:offset 0x00000728 + 0x000057f2:string 'Marie of_Gueldres //' + 99. 0x00004a86:RKEY I1469 0x00004f36:offset 0x0000073d + 0x00005807:string 'Margaret of_Denmark //' + 100. 0x00004a8e:RKEY I1472 0x00004f3a:offset 0x00000754 + 0x0000581e:string 'Mary //' + 101. 0x00004a96:RKEY I1486 0x00004f3e:offset 0x0000075d + 0x00005827:string 'Murdoch //' + 102. 0x00004a9e:RKEY I1510 0x00004f42:offset 0x00000769 + 0x00005833:string 'Margaret of_France //' + 103. 0x00004aa6:RKEY I1511 0x00004f46:offset 0x0000077f + 0x00005849:string 'Malcolm_III Canmore //' + 104. 0x00004aae:RKEY I1516 0x00004f4a:offset 0x00000796 + 0x00005860:string 'Mary of_Scotland //' + 105. 0x00004ab6:RKEY I1521 0x00004f4e:offset 0x000007aa + 0x00005874:string 'Matthew of_Alsace //' + 106. 0x00004abe:RKEY I1593 0x00004f52:offset 0x000007bf + 0x00005889:string 'Mary de_Ros //' + 107. 0x00004ac6:RKEY I1618 0x00004f56:offset 0x000007ce + 0x00005898:string 'Marie //' + 108. 0x00004ace:RKEY I1655 0x00004f5a:offset 0x000007d8 + 0x000058a2:string 'Marie Louise //' + 109. 0x00004ad6:RKEY I1662 0x00004f5e:offset 0x000007e8 + 0x000058b2:string 'Maximilian of_Austria //' + 110. 0x00004ade:RKEY I1679 0x00004f62:offset 0x00000801 + 0x000058cb:string 'Maurice //' + 111. 0x00004ae6:RKEY I1682 0x00004f66:offset 0x0000080d + 0x000058d7:string 'Marianne of_Netherlands //' + 112. 0x00004aee:RKEY I1684 0x00004f6a:offset 0x00000828 + 0x000058f2:string 'Marie //' + 113. 0x00004af6:RKEY I1699 0x00004f6e:offset 0x00000832 + 0x000058fc:string 'Marie Charlotte //' + 114. 0x00004afe:RKEY I1703 0x00004f72:offset 0x00000845 + 0x0000590f:string 'Marie Therese of_Angouleme//' + 115. 0x00004b06:RKEY I1705 0x00004f76:offset 0x00000862 + 0x0000592c:string 'Marie Amelie of_Bourbon//' + 116. 0x00004b0e:RKEY I1738 0x00004f7a:offset 0x0000087c + 0x00005946:string 'Marie //' + 117. 0x00004b16:RKEY I1778 0x00004f7e:offset 0x00000886 + 0x00005950:string 'Mieczislaw_I of_Poland //' + 118. 0x00004b1e:RKEY I1831 0x00004f82:offset 0x000008a0 + 0x0000596a:string 'Margaret of_Carrick //' + 119. 0x00004b26:RKEY I1838 0x00004f86:offset 0x000008b7 + 0x00005981:string 'Matilda //' + 120. 0x00004b2e:RKEY I1842 0x00004f8a:offset 0x000008c3 + 0x0000598d:string 'Margaret //' + 121. 0x00004b36:RKEY I1860 0x00004f8e:offset 0x000008d0 + 0x0000599a:string 'Matilda //' + 122. 0x00004b3e:RKEY I1864 0x00004f92:offset 0x000008dc + 0x000059a6:string 'Maud //' + 123. 0x00004b46:RKEY I1889 0x00004f96:offset 0x000008e5 + 0x000059af:string 'Margaret //' + 124. 0x00004b4e:RKEY I1909 0x00004f9a:offset 0x000008f2 + 0x000059bc:string 'Maud //' + 125. 0x00004b56:RKEY I1922 0x00004f9e:offset 0x000008fb + 0x000059c5:string 'Miles of_Gloucester //' + 126. 0x00004b5e:RKEY I1934 0x00004fa2:offset 0x00000912 + 0x000059dc:string 'Maredudd //' + 127. 0x00004b66:RKEY I1944 0x00004fa6:offset 0x0000091f + 0x000059e9:string 'Meurig //' + 128. 0x00004b6e:RKEY I2043 0x00004faa:offset 0x0000092a + 0x000059f4:string 'Mul //' + 129. 0x00004b76:RKEY I2077 0x00004fae:offset 0x00000932 + 0x000059fc:string 'Margaret //' + 130. 0x00004b7e:RKEY I2124 0x00004fb2:offset 0x0000093f + 0x00005a09:string 'Maximilian William //' + 131. 0x00004b86:RKEY I2133 0x00004fb6:offset 0x00000955 + 0x00005a1f:string 'Maria of_Portugal //' + 132. 0x00004b8e:RKEY I2143 0x00004fba:offset 0x0000096a + 0x00005a34:string 'Magdalena Augusta of_Anhalt-Zerbst//' + 133. 0x00004b96:RKEY I2163 0x00004fbe:offset 0x0000098f + 0x00005a59:string 'Michael Kelly Bryan//' + 134. 0x00004b9e:RKEY I2166 0x00004fc2:offset 0x000009a5 + 0x00005a6f:string 'Maelgwn Fychan //' + 135. 0x00004ba6:RKEY I2168 0x00004fc6:offset 0x000009b7 + 0x00005a81:string 'Maredudd Ap_Owain //' + 136. 0x00004bae:RKEY I2172 0x00004fca:offset 0x000009cc + 0x00005a96:string 'Margaret //' + 137. 0x00004bb6:RKEY I2195 0x00004fce:offset 0x000009d9 + 0x00005aa3:string 'Murrough //' + 138. 0x00004bbe:RKEY I2200 0x00004fd2:offset 0x000009e6 + 0x00005ab0:string 'Mahon Moinmoy //' + 139. 0x00004bc6:RKEY I2201 0x00004fd6:offset 0x000009f7 + 0x00005ac1:string 'Mortogh //' + 140. 0x00004bce:RKEY I2215 0x00004fda:offset 0x00000a03 + 0x00005acd:string 'Murchad //' + 141. 0x00004bd6:RKEY I2227 0x00004fde:offset 0x00000a0f + 0x00005ad9:string 'Matilda //' + 142. 0x00004bde:RKEY I2230 0x00004fe2:offset 0x00000a1b + 0x00005ae5:string 'Malcolm_IV the_Maiden //' + 143. 0x00004be6:RKEY I2233 0x00004fe6:offset 0x00000a34 + 0x00005afe:string 'Mary of_Coucy //' + 144. 0x00004bee:RKEY I2234 0x00004fea:offset 0x00000a45 + 0x00005b0f:string 'Margaret //' + 145. 0x00004bf6:RKEY I2236 0x00004fee:offset 0x00000a52 + 0x00005b1c:string 'Margaret Maid_of_Norway //' + 146. 0x00004bfe:RKEY I2247 0x00004ff2:offset 0x00000a6d + 0x00005b37:string 'Macbeth //' + 147. 0x00004c06:RKEY I2248 0x00004ff6:offset 0x00000a79 + 0x00005b43:string 'Malcolm_II //' + 148. 0x00004c0e:RKEY I2250 0x00004ffa:offset 0x00000a88 + 0x00005b52:string 'Malcolm_I //' + 149. 0x00004c16:RKEY I2416 0x00004ffe:offset 0x00000a96 + 0x00005b60:string 'Mariana of_Austria //' + 150. 0x00004c1e:RKEY I2417 0x00005002:offset 0x00000aac + 0x00005b76:string 'Maria //' + 151. 0x00004c26:RKEY I2421 0x00005006:offset 0x00000ab6 + 0x00005b80:string 'Margaret Teresa //' + 152. 0x00004c2e:RKEY I2427 0x0000500a:offset 0x00000ac9 + 0x00005b93:string 'Maria Antonia //' + 153. 0x00004c36:RKEY I2428 0x0000500e:offset 0x00000ada + 0x00005ba4:string 'Maximilian Emmanuel of_Bavaria//' + 154. 0x00004c3e:RKEY I2432 0x00005012:offset 0x00000afb + 0x00005bc5:string 'Maria Theresa //' + 155. 0x00004c46:RKEY I2441 0x00005016:offset 0x00000b0c + 0x00005bd6:string 'Margaret of_Navarre //' + 156. 0x00004c4e:RKEY I2449 0x0000501a:offset 0x00000b23 + 0x00005bed:string 'Maria Henrietta //' + 157. 0x00004c56:RKEY I2482 0x0000501e:offset 0x00000b36 + 0x00005c00:string 'Margaret of_Provence //' + 158. 0x00004c5e:RKEY I2485 0x00005022:offset 0x00000b4e + 0x00005c18:string 'Mary of_Brabant //' + 159. 0x00004c66:RKEY I2492 0x00005026:offset 0x00000b61 + 0x00005c2b:string 'Marie of_Luxemburg //' + 160. 0x00004c6e:RKEY I2505 0x0000502a:offset 0x00000b77 + 0x00005c41:string 'Margaret of_Valois //' + 161. 0x00004c76:RKEY I2526 0x0000502e:offset 0x00000b8d + 0x00005c57:string 'Margaretha of_Sweden //' + 162. 0x00004c7e:RKEY I2536 0x00005032:offset 0x00000ba5 + 0x00005c6f:string 'Matilda of_Germany //' + 163. 0x00004c86:RKEY I2538 0x00005036:offset 0x00000bbb + 0x00005c85:string 'Mary of_Anjou //' + 164. 0x00004c8e:RKEY I2541 0x0000503a:offset 0x00000bcc + 0x00005c96:string 'Margaret of_Scotland //' + 165. 0x00004c96:RKEY I2600 0x0000503e:offset 0x00000be4 + 0x00005cae:string 'Matilda of_Ringelheim //' + 166. 0x00004c9e:RKEY I2616 0x00005042:offset 0x00000bfd + 0x00005cc7:string 'Marie Elisabeth //' + 167. 0x00004ca6:RKEY I2619 0x00005046:offset 0x00000c10 + 0x00005cda:string 'Marguerite of_Burgundy //' + 168. 0x00004cae:RKEY I2621 0x0000504a:offset 0x00000c2a + 0x00005cf4:string 'Magdalen of_Hochstadten //' + 169. 0x00004cb6:RKEY I2633 0x0000504e:offset 0x00000c45 + 0x00005d0f:string 'Maria de_las_Mercedes //' + 170. 0x00004cbe:RKEY I2634 0x00005052:offset 0x00000c5e + 0x00005d28:string 'Maria de_las_Mercedes //' + 171. 0x00004cc6:RKEY I2635 0x00005056:offset 0x00000c77 + 0x00005d41:string 'Maria Theresa //' + 172. 0x00004cce:RKEY I2642 0x0000505a:offset 0x00000c88 + 0x00005d52:string 'Maria Christina //' + 173. 0x00004cd6:RKEY I2650 0x0000505e:offset 0x00000c9b + 0x00005d65:string 'Maria de_la_Paz //' + 174. 0x00004cde:RKEY I2652 0x00005062:offset 0x00000cae + 0x00005d78:string 'Matilda //' + 175. 0x00004ce6:RKEY I2657 0x00005066:offset 0x00000cba + 0x00005d84:string 'Mary //' + 176. 0x00004cee:RKEY I2673 0x0000506a:offset 0x00000cc3 + 0x00005d8d:string 'Mary //' + 177. 0x00004cf6:RKEY I2680 0x0000506e:offset 0x00000ccc + 0x00005d96:string 'Maurice of_Saxe- Altenburg//' + 178. 0x00004cfe:RKEY I2729 0x00005072:offset 0x00000ce9 + 0x00005db3:string 'Madeleine Therese Amelie//' + 179. 0x00004d06:RKEY I2740 0x00005076:offset 0x00000d04 + 0x00005dce:string 'Michael //' + 180. 0x00004d0e:RKEY I2742 0x0000507a:offset 0x00000d10 + 0x00005dda:string 'Monica //' + 181. 0x00004d16:RKEY I2746 0x0000507e:offset 0x00000d1b + 0x00005de5:string 'Marie Louise //' + 182. 0x00004d1e:RKEY I2773 0x00005082:offset 0x00000d2b + 0x00005df5:string 'Maria Bernadotte //' + 183. 0x00004d26:RKEY I2827 0x00005086:offset 0x00000d3f + 0x00005e09:string 'Maria //' + 184. 0x00004d2e:RKEY I2829 0x0000508a:offset 0x00000d49 + 0x00005e13:string 'Margaretha //' + 185. 0x00004d36:RKEY I2832 0x0000508e:offset 0x00000d58 + 0x00005e22:string 'Madeline Bernadotte //' + 186. 0x00004d3e:RKEY I2839 0x00005092:offset 0x00000d6f + 0x00005e39:string 'Mary //' + 187. 0x00004d46:RKEY I2874 0x00005096:offset 0x00000d78 + 0x00005e42:string 'Mary Christina of_Sicily//' + 188. 0x00004d4e:RKEY I2877 0x0000509a:offset 0x00000d93 + 0x00005e5d:string 'Mary Josepha //' + 189. 0x00004d56:RKEY I2879 0x0000509e:offset 0x00000da3 + 0x00005e6d:string 'Maria Louisa of_Parma//' + 190. 0x00004d5e:RKEY I2881 0x000050a2:offset 0x00000dbb + 0x00005e85:string 'Mary Amalia //' + 191. 0x00004d66:RKEY I2882 0x000050a6:offset 0x00000dca + 0x00005e94:string 'Mary Anne of_Bavaria//' + 192. 0x00004d6e:RKEY I2883 0x000050aa:offset 0x00000de1 + 0x00005eab:string 'Mary Louise //' + 193. 0x00004d76:RKEY I2888 0x000050ae:offset 0x00000df0 + 0x00005eba:string 'Mary //' + 194. 0x00004d7e:RKEY I2892 0x000050b2:offset 0x00000df9 + 0x00005ec3:string 'Margaret //' + 195. 0x00004d86:RKEY I2899 0x000050b6:offset 0x00000e06 + 0x00005ed0:string 'Michael of_Portugal //' + 196. 0x00004d8e:RKEY I2913 0x000050ba:offset 0x00000e1d + 0x00005ee7:string 'Marie Christine //' + 197. 0x00004d96:RKEY I2914 0x000050be:offset 0x00000e30 + 0x00005efa:string 'Marie de_Bourbon //' + 198. 0x00004d9e:RKEY I2920 0x000050c2:offset 0x00000e44 + 0x00005f0e:string 'Marie Adelaide of_Savoy//' + 199. 0x00004da6:RKEY I2921 0x000050c6:offset 0x00000e5e + 0x00005f28:string 'Marie Louise of_Orleans//' + Assembled data for NMZ999 + 1. I17 name Maude Charlotte Mary// + 2. I29 name Maurice // + 3. I30 name Mary_of_Teck (May) // + 4. I45 name Marie of_Hesse- Darmstadt// + 5. I66 name Marina of_Greece // + 6. I78 name Margarete of_Hesse // + 7. I85 name Mary "May" // + 8. I94 name Marie Alexandrovna // + 9. I96 name Marie of_Saxe-Coburg and_Gotha// + 10. I118 name Marie Louise // + 11. I121 name Margaret of_Sweden // + 12. I136 name Mary Adelaide "Fat_Mary"// + 13. I200 name Maria Anna of_Anhalt// + 14. I206 name Mary // + 15. I224 name Marie // + 16. I250 name Mary of_Saxe- Altenburg// + 17. I284 name Mary // + 18. I289 name May Cambridge // + 19. I434 name Maria de_las_Mercedes of_Bourbon// + 20. I451 name Martha of_Sweden // + 21. I454 name Martha Louise // + 22. I495 name Mathilde // + 23. I516 name Marie of_Saxe-Weimar- Eisenach// + 24. I551 name Marie Auguste of_Anhalt// + 25. I567 name Maria Anna of_Hesse// + 26. I587 name Marie-Josephe de_Saxe // + 27. I593 name Margarite // + 28. I595 name Maria // + 29. I610 name Mergrethe_II // + 30. I617 name Mary Louise // + 31. I628 name Marie // + 32. I630 name Mary // + 33. I671 name Marguerite // + 34. I682 name Maria Cristina of_Austria// + 35. I687 name Maria Theresa // + 36. I690 name Maria Gabriele of_Bavaria// + 37. I695 name Mary // + 38. I699 name Mary // + 39. I709 name Mary_II // + 40. I715 name Mary Beatrice of_Modena// + 41. I767 name Maurice // + 42. I855 name Marie of_Julich // + 43. I893 name Mitsi // + 44. I895 name Maria of_Russia // + 45. I899 name Maria of_Russia // + 46. I905 name Margarita // + 47. I906 name Mechtilde // + 48. I909 name Melita // + 49. I913 name Margarite of_Hohenloche- Ochringen// + 50. I922 name Michael of_Prussia // + 51. I923 name Marie-Cecile of_Prussia // + 52. I932 name Micaela // + 53. I951 name Marie Louise // + 54. I972 name Margarita of_Romania // + 55. I976 name Maria // + 56. I996 name Margaret // + 57. I999 name Mary // + 58. I1002 name Margaret // + 59. I1017 name Margaret of_Austria // + 60. I1019 name Margaret of_Salisbury // + 61. I1052 name Max of_Baden // + 62. I1054 name Margrethe of_Denmark // + 63. I1091 name Marie of_Waldeck and_Pyrmont// + 64. I1121 name Marie Jose // + 65. I1134 name Marie Christine // + 66. I1135 name Marie Esmeralda // + 67. I1143 name Maximilian_II // + 68. I1144 name Marie of_Prussia // + 69. I1193 name Maximilian Joseph // + 70. I1198 name Maria // + 71. I1199 name Mathilde // + 72. I1201 name Maximilian // + 73. I1202 name Maria Josepha of_Portugal// + 74. I1205 name Margaret // + 75. I1206 name Mary Christina // + 76. I1214 name Marie of_Schwarzburg- Rudolstadt// + 77. I1218 name Margaret of_Anjou // + 78. I1239 name Mary // + 79. I1240 name Margaret // + 80. I1251 name Mary of_Guise // + 81. I1270 name Margaret // + 82. I1272 name Mary // + 83. I1277 name Marguerite of_France // + 84. I1283 name Margaret // + 85. I1295 name Maria Feodorovna of_Wurttemberg// + 86. I1310 name Maria Miroslavkaya // + 87. I1375 name Matilda (Maud) // + 88. I1381 name Matilda of_Flanders // + 89. I1389 name Matilda // + 90. I1392 name Matilda (Edith) of_Scotland// + 91. I1395 name Matilda // + 92. I1398 name Matilda of_Boulogne // + 93. I1401 name Matilda // + 94. I1403 name Mary of_Boulogne // + 95. I1420 name Marie-Therese of_Spain // + 96. I1425 name Marie Antoinette of_Austria// + 97. I1429 name Madeleine of_France // + 98. I1467 name Marie of_Gueldres // + 99. I1469 name Margaret of_Denmark // + 100. I1472 name Mary // + 101. I1486 name Murdoch // + 102. I1510 name Margaret of_France // + 103. I1511 name Malcolm_III Canmore // + 104. I1516 name Mary of_Scotland // + 105. I1521 name Matthew of_Alsace // + 106. I1593 name Mary de_Ros // + 107. I1618 name Marie // + 108. I1655 name Marie Louise // + 109. I1662 name Maximilian of_Austria // + 110. I1679 name Maurice // + 111. I1682 name Marianne of_Netherlands // + 112. I1684 name Marie // + 113. I1699 name Marie Charlotte // + 114. I1703 name Marie Therese of_Angouleme// + 115. I1705 name Marie Amelie of_Bourbon// + 116. I1738 name Marie // + 117. I1778 name Mieczislaw_I of_Poland // + 118. I1831 name Margaret of_Carrick // + 119. I1838 name Matilda // + 120. I1842 name Margaret // + 121. I1860 name Matilda // + 122. I1864 name Maud // + 123. I1889 name Margaret // + 124. I1909 name Maud // + 125. I1922 name Miles of_Gloucester // + 126. I1934 name Maredudd // + 127. I1944 name Meurig // + 128. I2043 name Mul // + 129. I2077 name Margaret // + 130. I2124 name Maximilian William // + 131. I2133 name Maria of_Portugal // + 132. I2143 name Magdalena Augusta of_Anhalt-Zerbst// + 133. I2163 name Michael Kelly Bryan// + 134. I2166 name Maelgwn Fychan // + 135. I2168 name Maredudd Ap_Owain // + 136. I2172 name Margaret // + 137. I2195 name Murrough // + 138. I2200 name Mahon Moinmoy // + 139. I2201 name Mortogh // + 140. I2215 name Murchad // + 141. I2227 name Matilda // + 142. I2230 name Malcolm_IV the_Maiden // + 143. I2233 name Mary of_Coucy // + 144. I2234 name Margaret // + 145. I2236 name Margaret Maid_of_Norway // + 146. I2247 name Macbeth // + 147. I2248 name Malcolm_II // + 148. I2250 name Malcolm_I // + 149. I2416 name Mariana of_Austria // + 150. I2417 name Maria // + 151. I2421 name Margaret Teresa // + 152. I2427 name Maria Antonia // + 153. I2428 name Maximilian Emmanuel of_Bavaria// + 154. I2432 name Maria Theresa // + 155. I2441 name Margaret of_Navarre // + 156. I2449 name Maria Henrietta // + 157. I2482 name Margaret of_Provence // + 158. I2485 name Mary of_Brabant // + 159. I2492 name Marie of_Luxemburg // + 160. I2505 name Margaret of_Valois // + 161. I2526 name Margaretha of_Sweden // + 162. I2536 name Matilda of_Germany // + 163. I2538 name Mary of_Anjou // + 164. I2541 name Margaret of_Scotland // + 165. I2600 name Matilda of_Ringelheim // + 166. I2616 name Marie Elisabeth // + 167. I2619 name Marguerite of_Burgundy // + 168. I2621 name Magdalen of_Hochstadten // + 169. I2633 name Maria de_las_Mercedes // + 170. I2634 name Maria de_las_Mercedes // + 171. I2635 name Maria Theresa // + 172. I2642 name Maria Christina // + 173. I2650 name Maria de_la_Paz // + 174. I2652 name Matilda // + 175. I2657 name Mary // + 176. I2673 name Mary // + 177. I2680 name Maurice of_Saxe- Altenburg// + 178. I2729 name Madeleine Therese Amelie// + 179. I2740 name Michael // + 180. I2742 name Monica // + 181. I2746 name Marie Louise // + 182. I2773 name Maria Bernadotte // + 183. I2827 name Maria // + 184. I2829 name Margaretha // + 185. I2832 name Madeline Bernadotte // + 186. I2839 name Mary // + 187. I2874 name Mary Christina of_Sicily// + 188. I2877 name Mary Josepha // + 189. I2879 name Maria Louisa of_Parma// + 190. I2881 name Mary Amalia // + 191. I2882 name Mary Anne of_Bavaria// + 192. I2883 name Mary Louise // + 193. I2888 name Mary // + 194. I2892 name Margaret // + 195. I2899 name Michael of_Portugal // + 196. I2913 name Marie Christine // + 197. I2914 name Marie de_Bourbon // + 198. I2920 name Marie Adelaide of_Savoy// + 199. I2921 name Marie Louise of_Orleans// +[0130] Name rkey: NND660 offs: 0x00004f42 lens: 0x00000023 + 0x00005f42: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f46:RKEY I2678 0x00005f4e:offset 0x00000000 + 0x00005f52:string 'Nadezhda /Dreyer/' + Assembled data for NND660 + 1. I2678 name Nadezhda /Dreyer/ +[0131] Name rkey: NNG620 offs: 0x00004f65 lens: 0x00000024 + 0x00005f65: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f69:RKEY I883 0x00005f71:offset 0x00000000 + 0x00005f75:string 'Nikolas K. /George/' + Assembled data for NNG620 + 1. I883 name Nikolas K. /George/ +[0132] Name rkey: NNH524 offs: 0x00004f89 lens: 0x00000029 + 0x00005f89: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f8d:RKEY I1096 0x00005f95:offset 0x00000000 + 0x00005f99:string 'Nicholas /Hohenzollern/' + Assembled data for NNH524 + 1. I1096 name Nicholas /Hohenzollern/ +[0133] Name rkey: NNK421 offs: 0x00004fb2 lens: 0x00000028 + 0x00005fb2: Ncount 1 + Keys and string offsets, strings + 1. 0x00005fb6:RKEY I1559 0x00005fbe:offset 0x00000000 + 0x00005fc2:string 'Nicholas /Koulikovsky/' + Assembled data for NNK421 + 1. I1559 name Nicholas /Koulikovsky/ +[0134] Name rkey: NNM262 offs: 0x00004fda lens: 0x00000025 + 0x00005fda: Ncount 1 + Keys and string offsets, strings + 1. 0x00005fde:RKEY I809 0x00005fe6:offset 0x00000000 + 0x00005fea:string 'Neil /McCorquodale/' + Assembled data for NNM262 + 1. I809 name Neil /McCorquodale/ +[0135] Name rkey: NNM316 offs: 0x00004fff lens: 0x0000002b + 0x00005fff: Ncount 1 + Keys and string offsets, strings + 1. 0x00006003:RKEY I978 0x0000600b:offset 0x00000000 + 0x0000600f:string 'Nicholas /Medforth-Mills/' + Assembled data for NNM316 + 1. I978 name Nicholas /Medforth-Mills/ +[0136] Name rkey: NNO435 offs: 0x0000502a lens: 0x00000026 + 0x0000602a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000602e:RKEY I1061 0x00006036:offset 0x00000000 + 0x0000603a:string 'Nicholas /Oldenburg/' + Assembled data for NNO435 + 1. I1061 name Nicholas /Oldenburg/ +[0137] Name rkey: NNR551 offs: 0x00005050 lens: 0x00000102 + 0x00006050: Ncount 7 + Keys and string offsets, strings + 1. 0x00006054:RKEY I37 0x0000608c:offset 0x00000000 + 0x000060a8:string 'Nicholas_II Alexandrovich /Romanov/' + 2. 0x0000605c:RKEY I42 0x00006090:offset 0x00000024 + 0x000060cc:string 'Nicholas_I /Romanov/' + 3. 0x00006064:RKEY I165 0x00006094:offset 0x0000003a + 0x000060e2:string 'Nicholas /Romanov/' + 4. 0x0000606c:RKEY I492 0x00006098:offset 0x0000004e + 0x000060f6:string 'Nicholas Alexandrovich /Romanov/' + 5. 0x00006074:RKEY I1358 0x0000609c:offset 0x0000006f + 0x00006117:string 'Natalie /Romanov/' + 6. 0x0000607c:RKEY I2665 0x000060a0:offset 0x00000082 + 0x0000612a:string 'Nicholas /Romanov/' + 7. 0x00006084:RKEY I2669 0x000060a4:offset 0x00000096 + 0x0000613e:string 'Nicholas /Romanov/' + Assembled data for NNR551 + 1. I37 name Nicholas_II Alexandrovich /Romanov/ + 2. I42 name Nicholas_I /Romanov/ + 3. I165 name Nicholas /Romanov/ + 4. I492 name Nicholas Alexandrovich /Romanov/ + 5. I1358 name Natalie /Romanov/ + 6. I2665 name Nicholas /Romanov/ + 7. I2669 name Nicholas /Romanov/ +[0138] Name rkey: NNS416 offs: 0x00005152 lens: 0x0000002b + 0x00006152: Ncount 1 + Keys and string offsets, strings + 1. 0x00006156:RKEY I2721 0x0000615e:offset 0x00000000 + 0x00006162:string 'Nicholas /Silfverschiold/' + Assembled data for NNS416 + 1. I2721 name Nicholas /Silfverschiold/ +[0139] Name rkey: NNS653 offs: 0x0000517d lens: 0x0000002b + 0x0000617d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006181:RKEY I1354 0x00006189:offset 0x00000000 + 0x0000618d:string 'Natalia /Sheremetevskaya/' + Assembled data for NNS653 + 1. I1354 name Natalia /Sheremetevskaya/ +[0140] Name rkey: NNV561 offs: 0x000051a8 lens: 0x00000028 + 0x000061a8: Ncount 1 + Keys and string offsets, strings + 1. 0x000061ac:RKEY I2783 0x000061b4:offset 0x00000000 + 0x000061b8:string 'Nils Magnus /von_Arbin/' + Assembled data for NNV561 + 1. I2783 name Nils Magnus /von_Arbin/ +[0141] Name rkey: NNW532 offs: 0x000051d0 lens: 0x00000031 + 0x000061d0: Ncount 1 + Keys and string offsets, strings + 1. 0x000061d4:RKEY I114 0x000061dc:offset 0x00000000 + 0x000061e0:string 'Nicholas Charles Edward/Windsor/' + Assembled data for NNW532 + 1. I114 name Nicholas Charles Edward/Windsor/ +[0142] Name rkey: NNZ999 offs: 0x00005201 lens: 0x00000107 + 0x00006201: Ncount 10 + Keys and string offsets, strings + 1. 0x00006205:RKEY I229 0x00006255:offset 0x00000000 + 0x0000627d:string 'Nicholas of_Greece //' + 2. 0x0000620d:RKEY I502 0x00006259:offset 0x00000016 + 0x00006293:string 'Nadejda //' + 3. 0x00006215:RKEY I926 0x0000625d:offset 0x00000022 + 0x0000629f:string 'Nina zu_Reventlow //' + 4. 0x0000621d:RKEY I933 0x00006261:offset 0x00000037 + 0x000062b4:string 'Nataly //' + 5. 0x00006225:RKEY I1314 0x00006265:offset 0x00000042 + 0x000062bf:string 'Natalia Narishkina //' + 6. 0x0000622d:RKEY I1564 0x00006269:offset 0x00000058 + 0x000062d5:string 'Nikita //' + 7. 0x00006235:RKEY I1925 0x0000626d:offset 0x00000063 + 0x000062e0:string 'Nest //' + 8. 0x0000623d:RKEY I1927 0x00006271:offset 0x0000006c + 0x000062e9:string 'Nest //' + 9. 0x00006245:RKEY I1963 0x00006275:offset 0x00000075 + 0x000062f2:string 'Norissa //' + 10. 0x0000624d:RKEY I2872 0x00006279:offset 0x00000081 + 0x000062fe:string 'Nigel //' + Assembled data for NNZ999 + 1. I229 name Nicholas of_Greece // + 2. I502 name Nadejda // + 3. I926 name Nina zu_Reventlow // + 4. I933 name Nataly // + 5. I1314 name Natalia Narishkina // + 6. I1564 name Nikita // + 7. I1925 name Nest // + 8. I1927 name Nest // + 9. I1963 name Norissa // + 10. I2872 name Nigel // +[0143] Name rkey: NOA345 offs: 0x00005308 lens: 0x00000023 + 0x00006308: Ncount 1 + Keys and string offsets, strings + 1. 0x0000630c:RKEY I2044 0x00006314:offset 0x00000000 + 0x00006318:string 'Oswald /Atheling/' + Assembled data for NOA345 + 1. I2044 name Oswald /Atheling/ +[0144] Name rkey: NOH516 offs: 0x0000532b lens: 0x00000078 + 0x0000632b: Ncount 4 + Keys and string offsets, strings + 1. 0x0000632f:RKEY I216 0x0000634f:offset 0x00000000 + 0x0000635f:string 'Octavius /Hanover/' + 2. 0x00006337:RKEY I258 0x00006353:offset 0x00000014 + 0x00006373:string 'Olga /Hanover/' + 3. 0x0000633f:RKEY I1042 0x00006357:offset 0x00000024 + 0x00006383:string 'Olga /Hanover/' + 4. 0x00006347:RKEY I1050 0x0000635b:offset 0x00000034 + 0x00006393:string 'Otto /Hanover/' + Assembled data for NOH516 + 1. I216 name Octavius /Hanover/ + 2. I258 name Olga /Hanover/ + 3. I1042 name Olga /Hanover/ + 4. I1050 name Otto /Hanover/ +[0145] Name rkey: NOK651 offs: 0x000053a3 lens: 0x00000022 + 0x000063a3: Ncount 1 + Keys and string offsets, strings + 1. 0x000063a7:RKEY I1356 0x000063af:offset 0x00000000 + 0x000063b3:string 'Olga /Karnovich/' + Assembled data for NOK651 + 1. I1356 name Olga /Karnovich/ +[0146] Name rkey: NOR551 offs: 0x000053c5 lens: 0x0000006e + 0x000063c5: Ncount 3 + Keys and string offsets, strings + 1. 0x000063c9:RKEY I46 0x000063e1:offset 0x00000000 + 0x000063ed:string 'Olga Nicholovna /Romanov/' + 2. 0x000063d1:RKEY I156 0x000063e5:offset 0x0000001a + 0x00006407:string 'Olga Alexandrovna /Romanov/' + 3. 0x000063d9:RKEY I1571 0x000063e9:offset 0x00000036 + 0x00006423:string 'Olga /Romanov/' + Assembled data for NOR551 + 1. I46 name Olga Nicholovna /Romanov/ + 2. I156 name Olga Alexandrovna /Romanov/ + 3. I1571 name Olga /Romanov/ +[0147] Name rkey: NOS530 offs: 0x00005433 lens: 0x00000020 + 0x00006433: Ncount 1 + Keys and string offsets, strings + 1. 0x00006437:RKEY I364 0x0000643f:offset 0x00000000 + 0x00006443:string 'Oswald /Smith/' + Assembled data for NOS530 + 1. I364 name Oswald /Smith/ +[0148] Name rkey: NOT360 offs: 0x00005453 lens: 0x0000001e + 0x00006453: Ncount 1 + Keys and string offsets, strings + 1. 0x00006457:RKEY I1352 0x0000645f:offset 0x00000000 + 0x00006463:string 'Owen /Tudor/' + Assembled data for NOT360 + 1. I1352 name Owen /Tudor/ +[0149] Name rkey: NOW342 offs: 0x00005471 lens: 0x00000057 + 0x00006471: Ncount 2 + Keys and string offsets, strings + 1. 0x00006475:RKEY I1146 0x00006485:offset 0x00000000 + 0x0000648d:string 'Otto_I /Wittelsbach/' + 2. 0x0000647d:RKEY I1148 0x00006489:offset 0x00000016 + 0x000064a3:string 'Otto_I Friedrich Ludwig/Wittelsbach/' + Assembled data for NOW342 + 1. I1146 name Otto_I /Wittelsbach/ + 2. I1148 name Otto_I Friedrich Ludwig/Wittelsbach/ +[0150] Name rkey: NOZ999 offs: 0x000054c8 lens: 0x00000425 + 0x000064c8: Ncount 38 + Keys and string offsets, strings + 1. 0x000064cc:RKEY I228 0x000065fc:offset 0x00000000 + 0x00006694:string 'Olga Constantinovna //' + 2. 0x000064d4:RKEY I300 0x00006600:offset 0x00000017 + 0x000066ab:string 'Other_issue //' + 3. 0x000064dc:RKEY I424 0x00006604:offset 0x00000027 + 0x000066bb:string 'Oscar //' + 4. 0x000064e4:RKEY I450 0x00006608:offset 0x00000031 + 0x000066c5:string 'Olav_V //' + 5. 0x000064ec:RKEY I458 0x0000660c:offset 0x0000003c + 0x000066d0:string 'Oscar_II //' + 6. 0x000064f4:RKEY I467 0x00006610:offset 0x00000049 + 0x000066dd:string 'Olga //' + 7. 0x000064fc:RKEY I640 0x00006614:offset 0x00000052 + 0x000066e6:string 'Otto //' + 8. 0x00006504:RKEY I645 0x00006618:offset 0x0000005b + 0x000066ef:string 'Otto of_Austria //' + 9. 0x0000650c:RKEY I1038 0x0000661c:offset 0x0000006e + 0x00006702:string 'Ortrud of_Schleswig- Holstein//' + 10. 0x00006514:RKEY I1082 0x00006620:offset 0x0000008e + 0x00006722:string 'Olga of_Russia //' + 11. 0x0000651c:RKEY I1554 0x00006624:offset 0x000000a0 + 0x00006734:string 'Odo of_Bayeux //' + 12. 0x00006524:RKEY I1577 0x00006628:offset 0x000000b1 + 0x00006745:string 'Olga //' + 13. 0x0000652c:RKEY I1613 0x0000662c:offset 0x000000ba + 0x0000674e:string 'Oscar_I //' + 14. 0x00006534:RKEY I1726 0x00006630:offset 0x000000c6 + 0x0000675a:string 'of_Schomberg //' + 15. 0x0000653c:RKEY I1783 0x00006634:offset 0x000000d7 + 0x0000676b:string 'Ordmaer //' + 16. 0x00006544:RKEY I1785 0x00006638:offset 0x000000e3 + 0x00006777:string 'Ordgar of_Devon Ealdorman//' + 17. 0x0000654c:RKEY I1813 0x0000663c:offset 0x000000ff + 0x00006793:string 'Otho_I the_Great //' + 18. 0x00006554:RKEY I1926 0x00006640:offset 0x00000113 + 0x000067a7:string 'Osbern Fitz Richard//' + 19. 0x0000655c:RKEY I1935 0x00006644:offset 0x00000129 + 0x000067bd:string 'Owain //' + 20. 0x00006564:RKEY I1952 0x00006648:offset 0x00000133 + 0x000067c7:string 'Owain Gwynedd //' + 21. 0x0000656c:RKEY I1967 0x0000664c:offset 0x00000144 + 0x000067d8:string 'Osburh //' + 22. 0x00006574:RKEY I1976 0x00006650:offset 0x0000014f + 0x000067e3:string 'Oslac //' + 23. 0x0000657c:RKEY I2036 0x00006654:offset 0x00000159 + 0x000067ed:string 'Oswald of_Northumbria //' + 24. 0x00006584:RKEY I2061 0x00006658:offset 0x00000172 + 0x00006806:string 'Otho of_Montferrat //' + 25. 0x0000658c:RKEY I2151 0x0000665c:offset 0x00000188 + 0x0000681c:string 'of_Dalhousie XIII//' + 26. 0x00006594:RKEY I2160 0x00006660:offset 0x0000019c + 0x00006830:string 'of_Mount_Temple //' + 27. 0x0000659c:RKEY I2161 0x00006664:offset 0x000001af + 0x00006843:string 'of_Lodesborough //' + 28. 0x000065a4:RKEY I2169 0x00006668:offset 0x000001c2 + 0x00006856:string 'Owain //' + 29. 0x000065ac:RKEY I2269 0x0000666c:offset 0x000001cc + 0x00006860:string 'of_Burgandy //' + 30. 0x000065b4:RKEY I2509 0x00006670:offset 0x000001dc + 0x00006870:string 'of_Angouleme //' + 31. 0x000065bc:RKEY I2510 0x00006674:offset 0x000001ec + 0x00006880:string 'of_Berry //' + 32. 0x000065c4:RKEY I2594 0x00006678:offset 0x000001f8 + 0x0000688c:string 'Oda of_Bavaria //' + 33. 0x000065cc:RKEY I2598 0x0000667c:offset 0x0000020a + 0x0000689e:string 'Otto of_Saxony //' + 34. 0x000065d4:RKEY I2602 0x00006680:offset 0x0000021c + 0x000068b0:string 'Otto_I //' + 35. 0x000065dc:RKEY I2702 0x00006684:offset 0x00000227 + 0x000068bb:string 'Oluf of_Rosenborg //' + 36. 0x000065e4:RKEY I2770 0x00006688:offset 0x0000023c + 0x000068d0:string 'Oscar //' + 37. 0x000065ec:RKEY I2781 0x0000668c:offset 0x00000246 + 0x000068da:string 'Oscar //' + 38. 0x000065f4:RKEY I2964 0x00006690:offset 0x00000250 + 0x000068e4:string 'Olga //' + Assembled data for NOZ999 + 1. I228 name Olga Constantinovna // + 2. I300 name Other_issue // + 3. I424 name Oscar // + 4. I450 name Olav_V // + 5. I458 name Oscar_II // + 6. I467 name Olga // + 7. I640 name Otto // + 8. I645 name Otto of_Austria // + 9. I1038 name Ortrud of_Schleswig- Holstein// + 10. I1082 name Olga of_Russia // + 11. I1554 name Odo of_Bayeux // + 12. I1577 name Olga // + 13. I1613 name Oscar_I // + 14. I1726 name of_Schomberg // + 15. I1783 name Ordmaer // + 16. I1785 name Ordgar of_Devon Ealdorman// + 17. I1813 name Otho_I the_Great // + 18. I1926 name Osbern Fitz Richard// + 19. I1935 name Owain // + 20. I1952 name Owain Gwynedd // + 21. I1967 name Osburh // + 22. I1976 name Oslac // + 23. I2036 name Oswald of_Northumbria // + 24. I2061 name Otho of_Montferrat // + 25. I2151 name of_Dalhousie XIII// + 26. I2160 name of_Mount_Temple // + 27. I2161 name of_Lodesborough // + 28. I2169 name Owain // + 29. I2269 name of_Burgandy // + 30. I2509 name of_Angouleme // + 31. I2510 name of_Berry // + 32. I2594 name Oda of_Bavaria // + 33. I2598 name Otto of_Saxony // + 34. I2602 name Otto_I // + 35. I2702 name Oluf of_Rosenborg // + 36. I2770 name Oscar // + 37. I2781 name Oscar // + 38. I2964 name Olga // +[0151] Name rkey: NPB245 offs: 0x000058ed lens: 0x00000026 + 0x000068ed: Ncount 1 + Keys and string offsets, strings + 1. 0x000068f1:RKEY I175 0x000068f9:offset 0x00000000 + 0x000068fd:string 'Patrick /Bowes-Lyon/' + Assembled data for NPB245 + 1. I175 name Patrick /Bowes-Lyon/ +[0152] Name rkey: NPB536 offs: 0x00005913 lens: 0x00000021 + 0x00006913: Ncount 1 + Keys and string offsets, strings + 1. 0x00006917:RKEY I2626 0x0000691f:offset 0x00000000 + 0x00006923:string 'Philip /Bender/' + Assembled data for NPB536 + 1. I2626 name Philip /Bender/ +[0153] Name rkey: NPD142 offs: 0x00005934 lens: 0x00000026 + 0x00006934: Ncount 1 + Keys and string offsets, strings + 1. 0x00006938:RKEY I635 0x00006940:offset 0x00000000 + 0x00006944:string 'Pierre /de_Polignac/' + Assembled data for NPD142 + 1. I635 name Pierre /de_Polignac/ +[0154] Name rkey: NPD626 offs: 0x0000595a lens: 0x0000001f + 0x0000695a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000695e:RKEY I1136 0x00006966:offset 0x00000000 + 0x0000696a:string 'Paul /Druker/' + Assembled data for NPD626 + 1. I1136 name Paul /Druker/ +[0155] Name rkey: NPH614 offs: 0x00005979 lens: 0x00000022 + 0x00006979: Ncount 1 + Keys and string offsets, strings + 1. 0x0000697d:RKEY I2480 0x00006985:offset 0x00000000 + 0x00006989:string 'Philip /Hurepel/' + Assembled data for NPH614 + 1. I2480 name Philip /Hurepel/ +[0156] Name rkey: NPH630 offs: 0x0000599b lens: 0x00000021 + 0x0000699b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000699f:RKEY I2367 0x000069a7:offset 0x00000000 + 0x000069ab:string 'Philip /Howard/' + Assembled data for NPH630 + 1. I2367 name Philip /Howard/ +[0157] Name rkey: NPL525 offs: 0x000059bc lens: 0x00000026 + 0x000069bc: Ncount 1 + Keys and string offsets, strings + 1. 0x000069c0:RKEY I2805 0x000069c8:offset 0x00000000 + 0x000069cc:string 'Peter /Langenskiold/' + Assembled data for NPL525 + 1. I2805 name Peter /Langenskiold/ +[0158] Name rkey: NPM300 offs: 0x000059e2 lens: 0x0000001f + 0x000069e2: Ncount 1 + Keys and string offsets, strings + 1. 0x000069e6:RKEY I2960 0x000069ee:offset 0x00000000 + 0x000069f2:string 'Paul /Mowatt/' + Assembled data for NPM300 + 1. I2960 name Paul /Mowatt/ +[0159] Name rkey: NPM520 offs: 0x00005a01 lens: 0x00000020 + 0x00006a01: Ncount 1 + Keys and string offsets, strings + 1. 0x00006a05:RKEY I1065 0x00006a0d:offset 0x00000000 + 0x00006a11:string 'Petros /Manos/' + Assembled data for NPM520 + 1. I1065 name Petros /Manos/ +[0160] Name rkey: NPM531 offs: 0x00005a21 lens: 0x0000006c + 0x00006a21: Ncount 3 + Keys and string offsets, strings + 1. 0x00006a25:RKEY I57 0x00006a3d:offset 0x00000000 + 0x00006a49:string 'Philip /Mountbatten/' + 2. 0x00006a2d:RKEY I500 0x00006a41:offset 0x00000016 + 0x00006a5f:string 'Patricia /Mountbatten/' + 3. 0x00006a35:RKEY I501 0x00006a45:offset 0x0000002e + 0x00006a77:string 'Pamela /Mountbatten/' + Assembled data for NPM531 + 1. I57 name Philip /Mountbatten/ + 2. I500 name Patricia /Mountbatten/ + 3. I501 name Pamela /Mountbatten/ +[0161] Name rkey: NPM635 offs: 0x00005a8d lens: 0x00000025 + 0x00006a8d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006a91:RKEY I2285 0x00006a99:offset 0x00000000 + 0x00006a9d:string 'Philippa /Mortimer/' + Assembled data for NPM635 + 1. I2285 name Philippa /Mortimer/ +[0162] Name rkey: NPO435 offs: 0x00005ab2 lens: 0x0000006a + 0x00006ab2: Ncount 3 + Keys and string offsets, strings + 1. 0x00006ab6:RKEY I232 0x00006ace:offset 0x00000000 + 0x00006ada:string 'Paul_I /Oldenburg/' + 2. 0x00006abe:RKEY I1060 0x00006ad2:offset 0x00000014 + 0x00006aee:string 'Paul of_Sparta /Oldenburg/' + 3. 0x00006ac6:RKEY I2693 0x00006ad6:offset 0x0000002f + 0x00006b09:string 'Peter /Oldenburg/' + Assembled data for NPO435 + 1. I232 name Paul_I /Oldenburg/ + 2. I1060 name Paul of_Sparta /Oldenburg/ + 3. I2693 name Peter /Oldenburg/ +[0163] Name rkey: NPP412 offs: 0x00005b1c lens: 0x0000004a + 0x00006b1c: Ncount 2 + Keys and string offsets, strings + 1. 0x00006b20:RKEY I63 0x00006b30:offset 0x00000000 + 0x00006b38:string 'Peter Mark Andrew/Phillips/' + 2. 0x00006b28:RKEY I2968 0x00006b34:offset 0x0000001c + 0x00006b54:string 'Peter /Phillips/' + Assembled data for NPP412 + 1. I63 name Peter Mark Andrew/Phillips/ + 2. I2968 name Peter /Phillips/ +[0164] Name rkey: NPR100 offs: 0x00005b66 lens: 0x0000002a + 0x00006b66: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b6a:RKEY I1127 0x00006b72:offset 0x00000000 + 0x00006b76:string 'Paola di_Calabria /Ruffo/' + Assembled data for NPR100 + 1. I1127 name Paola di_Calabria /Ruffo/ +[0165] Name rkey: NPR120 offs: 0x00005b90 lens: 0x00000026 + 0x00006b90: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b94:RKEY I2664 0x00006b9c:offset 0x00000000 + 0x00006ba0:string 'Praskovia /Rayevska/' + Assembled data for NPR120 + 1. I2664 name Praskovia /Rayevska/ +[0166] Name rkey: NPR300 offs: 0x00005bb6 lens: 0x00000028 + 0x00006bb6: Ncount 1 + Keys and string offsets, strings + 1. 0x00006bba:RKEY I2063 0x00006bc2:offset 0x00000000 + 0x00006bc6:string 'Payne of_Guienne /Roet/' + Assembled data for NPR300 + 1. I2063 name Payne of_Guienne /Roet/ +[0167] Name rkey: NPR362 offs: 0x00005bde lens: 0x00000026 + 0x00006bde: Ncount 1 + Keys and string offsets, strings + 1. 0x00006be2:RKEY I2800 0x00006bea:offset 0x00000000 + 0x00006bee:string 'Pontus /Reutersward/' + Assembled data for NPR362 + 1. I2800 name Pontus /Reutersward/ +[0168] Name rkey: NPR551 offs: 0x00005c04 lens: 0x000000d0 + 0x00006c04: Ncount 6 + Keys and string offsets, strings + 1. 0x00006c08:RKEY I152 0x00006c38:offset 0x00000000 + 0x00006c50:string 'Paul Alexandrovich /Romanov/' + 2. 0x00006c10:RKEY I1294 0x00006c3c:offset 0x0000001d + 0x00006c6d:string 'Paul_I /Romanov/' + 3. 0x00006c18:RKEY I1300 0x00006c40:offset 0x0000002f + 0x00006c7f:string 'Peter_III /Romanov/' + 4. 0x00006c20:RKEY I1301 0x00006c44:offset 0x00000044 + 0x00006c94:string 'Peter_I the_Great /Romanov/' + 5. 0x00006c28:RKEY I1308 0x00006c48:offset 0x00000060 + 0x00006cb0:string 'Peter_II /Romanov/' + 6. 0x00006c30:RKEY I1407 0x00006c4c:offset 0x00000074 + 0x00006cc4:string 'Paul /Romanov/' + Assembled data for NPR551 + 1. I152 name Paul Alexandrovich /Romanov/ + 2. I1294 name Paul_I /Romanov/ + 3. I1300 name Peter_III /Romanov/ + 4. I1301 name Peter_I the_Great /Romanov/ + 5. I1308 name Peter_II /Romanov/ + 6. I1407 name Paul /Romanov/ +[0169] Name rkey: NPS532 offs: 0x00005cd4 lens: 0x00000025 + 0x00006cd4: Ncount 1 + Keys and string offsets, strings + 1. 0x00006cd8:RKEY I804 0x00006ce0:offset 0x00000000 + 0x00006ce4:string 'Peter /Shand-Kydde/' + Assembled data for NPS532 + 1. I804 name Peter /Shand-Kydde/ +[0170] Name rkey: NPT240 offs: 0x00005cf9 lens: 0x00000025 + 0x00006cf9: Ncount 1 + Keys and string offsets, strings + 1. 0x00006cfd:RKEY I314 0x00006d05:offset 0x00000000 + 0x00006d09:string 'Patricia /Tuckwell/' + Assembled data for NPT240 + 1. I314 name Patricia /Tuckwell/ + +0x00006d1e: EOF (0x00006d1e) GOOD + +BLOCK - DIRECTORY ab/ae +0x00000000:ix_self: 0x00010004 (ab/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 158 +0x0000000e:ix_rkey[0000]: ' NPV514' +0x00000016:ix_rkey[0001]: ' NPV524' +0x0000001e:ix_rkey[0002]: ' NPW635' +0x00000026:ix_rkey[0003]: ' NPZ999' +0x0000002e:ix_rkey[0004]: ' NRB245' +0x00000036:ix_rkey[0005]: ' NRB251' +0x0000003e:ix_rkey[0006]: ' NRB516' +0x00000046:ix_rkey[0007]: ' NRB525' +0x0000004e:ix_rkey[0008]: ' NRB620' +0x00000056:ix_rkey[0009]: ' NRB652' +0x0000005e:ix_rkey[0010]: ' NRC150' +0x00000066:ix_rkey[0011]: ' NRC400' +0x0000006e:ix_rkey[0012]: ' NRC600' +0x00000076:ix_rkey[0013]: ' NRC634' +0x0000007e:ix_rkey[0014]: ' NRD162' +0x00000086:ix_rkey[0015]: ' NRD340' +0x0000008e:ix_rkey[0016]: ' NRD640' +0x00000096:ix_rkey[0017]: ' NRF324' +0x0000009e:ix_rkey[0018]: ' NRF420' +0x000000a6:ix_rkey[0019]: ' NRF600' +0x000000ae:ix_rkey[0020]: ' NRF622' +0x000000b6:ix_rkey[0021]: ' NRF662' +0x000000be:ix_rkey[0022]: ' NRG400' +0x000000c6:ix_rkey[0023]: ' NRH420' +0x000000ce:ix_rkey[0024]: ' NRK320' +0x000000d6:ix_rkey[0025]: ' NRL242' +0x000000de:ix_rkey[0026]: ' NRL342' +0x000000e6:ix_rkey[0027]: ' NRL653' +0x000000ee:ix_rkey[0028]: ' NRM262' +0x000000f6:ix_rkey[0029]: ' NRM316' +0x000000fe:ix_rkey[0030]: ' NRM635' +0x00000106:ix_rkey[0031]: ' NRN140' +0x0000010e:ix_rkey[0032]: ' NRP400' +0x00000116:ix_rkey[0033]: ' NRP453' +0x0000011e:ix_rkey[0034]: ' NRR262' +0x00000126:ix_rkey[0035]: ' NRS152' +0x0000012e:ix_rkey[0036]: ' NRS346' +0x00000136:ix_rkey[0037]: ' NRS363' +0x0000013e:ix_rkey[0038]: ' NRV562' +0x00000146:ix_rkey[0039]: ' NRW314' +0x0000014e:ix_rkey[0040]: ' NRW424' +0x00000156:ix_rkey[0041]: ' NRW532' +0x0000015e:ix_rkey[0042]: ' NRZ999' +0x00000166:ix_rkey[0043]: ' NSA652' +0x0000016e:ix_rkey[0044]: ' NSB300' +0x00000176:ix_rkey[0045]: ' NSD131' +0x0000017e:ix_rkey[0046]: ' NSD553' +0x00000186:ix_rkey[0047]: ' NSF616' +0x0000018e:ix_rkey[0048]: ' NSF622' +0x00000196:ix_rkey[0049]: ' NSG600' +0x0000019e:ix_rkey[0050]: ' NSH516' +0x000001a6:ix_rkey[0051]: ' NSH524' +0x000001ae:ix_rkey[0052]: ' NSH532' +0x000001b6:ix_rkey[0053]: ' NSH643' +0x000001be:ix_rkey[0054]: ' NSK610' +0x000001c6:ix_rkey[0055]: ' NSL153' +0x000001ce:ix_rkey[0056]: ' NSL242' +0x000001d6:ix_rkey[0057]: ' NSL252' +0x000001de:ix_rkey[0058]: ' NSM250' +0x000001e6:ix_rkey[0059]: ' NSO145' +0x000001ee:ix_rkey[0060]: ' NSO235' +0x000001f6:ix_rkey[0061]: ' NSO435' +0x000001fe:ix_rkey[0062]: ' NSR163' +0x00000206:ix_rkey[0063]: ' NSR232' +0x0000020e:ix_rkey[0064]: ' NSR551' +0x00000216:ix_rkey[0065]: ' NSS152' +0x0000021e:ix_rkey[0066]: ' NSS363' +0x00000226:ix_rkey[0067]: ' NSS364' +0x0000022e:ix_rkey[0068]: ' NSS564' +0x00000236:ix_rkey[0069]: ' NST360' +0x0000023e:ix_rkey[0070]: ' NST524' +0x00000246:ix_rkey[0071]: ' NSU452' +0x0000024e:ix_rkey[0072]: ' NSW342' +0x00000256:ix_rkey[0073]: ' NSW623' +0x0000025e:ix_rkey[0074]: ' NSW635' +0x00000266:ix_rkey[0075]: ' NSZ999' +0x0000026e:ix_rkey[0076]: ' NTB163' +0x00000276:ix_rkey[0077]: ' NTB300' +0x0000027e:ix_rkey[0078]: ' NTB450' +0x00000286:ix_rkey[0079]: ' NTB623' +0x0000028e:ix_rkey[0080]: ' NTC200' +0x00000296:ix_rkey[0081]: ' NTC416' +0x0000029e:ix_rkey[0082]: ' NTC635' +0x000002a6:ix_rkey[0083]: ' NTD215' +0x000002ae:ix_rkey[0084]: ' NTF622' +0x000002b6:ix_rkey[0085]: ' NTG600' +0x000002be:ix_rkey[0086]: ' NTH453' +0x000002c6:ix_rkey[0087]: ' NTH630' +0x000002ce:ix_rkey[0088]: ' NTK200' +0x000002d6:ix_rkey[0089]: ' NTK421' +0x000002de:ix_rkey[0090]: ' NTK500' +0x000002e6:ix_rkey[0091]: ' NTL235' +0x000002ee:ix_rkey[0092]: ' NTL242' +0x000002f6:ix_rkey[0093]: ' NTL512' +0x000002fe:ix_rkey[0094]: ' NTM252' +0x00000306:ix_rkey[0095]: ' NTM531' +0x0000030e:ix_rkey[0096]: ' NTN140' +0x00000316:ix_rkey[0097]: ' NTN463' +0x0000031e:ix_rkey[0098]: ' NTP552' +0x00000326:ix_rkey[0099]: ' NTP600' +0x0000032e:ix_rkey[0100]: ' NTS342' +0x00000336:ix_rkey[0101]: ' NTS354' +0x0000033e:ix_rkey[0102]: ' NTS560' +0x00000346:ix_rkey[0103]: ' NTT616' +0x0000034e:ix_rkey[0104]: ' NTW614' +0x00000356:ix_rkey[0105]: ' NTZ999' +0x0000035e:ix_rkey[0106]: ' NUB260' +0x00000366:ix_rkey[0107]: ' NUS545' +0x0000036e:ix_rkey[0108]: ' NUW635' +0x00000376:ix_rkey[0109]: ' NUZ999' +0x0000037e:ix_rkey[0110]: ' NVB000' +0x00000386:ix_rkey[0111]: ' NVB245' +0x0000038e:ix_rkey[0112]: ' NVG620' +0x00000396:ix_rkey[0113]: ' NVH516' +0x0000039e:ix_rkey[0114]: ' NVK651' +0x000003a6:ix_rkey[0115]: ' NVL230' +0x000003ae:ix_rkey[0116]: ' NVM552' +0x000003b6:ix_rkey[0117]: ' NVR551' +0x000003be:ix_rkey[0118]: ' NVV253' +0x000003c6:ix_rkey[0119]: ' NVZ999' +0x000003ce:ix_rkey[0120]: ' NWB626' +0x000003d6:ix_rkey[0121]: ' NWC153' +0x000003de:ix_rkey[0122]: ' NWC240' +0x000003e6:ix_rkey[0123]: ' NWC600' +0x000003ee:ix_rkey[0124]: ' NWC635' +0x000003f6:ix_rkey[0125]: ' NWD125' +0x000003fe:ix_rkey[0126]: ' NWD162' +0x00000406:ix_rkey[0127]: ' NWF420' +0x0000040e:ix_rkey[0128]: ' NWF632' +0x00000416:ix_rkey[0129]: ' NWG400' +0x0000041e:ix_rkey[0130]: ' NWH400' +0x00000426:ix_rkey[0131]: ' NWH516' +0x0000042e:ix_rkey[0132]: ' NWH524' +0x00000436:ix_rkey[0133]: ' NWH630' +0x0000043e:ix_rkey[0134]: ' NWK140' +0x00000446:ix_rkey[0135]: ' NWK542' +0x0000044e:ix_rkey[0136]: ' NWL342' +0x00000456:ix_rkey[0137]: ' NWL532' +0x0000045e:ix_rkey[0138]: ' NWM532' +0x00000466:ix_rkey[0139]: ' NWM600' +0x0000046e:ix_rkey[0140]: ' NWM624' +0x00000476:ix_rkey[0141]: ' NWO435' +0x0000047e:ix_rkey[0142]: ' NWP235' +0x00000486:ix_rkey[0143]: ' NWP600' +0x0000048e:ix_rkey[0144]: ' NWS363' +0x00000496:ix_rkey[0145]: ' NWS560' +0x0000049e:ix_rkey[0146]: ' NWS564' +0x000004a6:ix_rkey[0147]: ' NWV525' +0x000004ae:ix_rkey[0148]: ' NWW532' +0x000004b6:ix_rkey[0149]: ' NWW624' +0x000004be:ix_rkey[0150]: ' NWW635' +0x000004c6:ix_rkey[0151]: ' NWZ999' +0x000004ce:ix_rkey[0152]: ' NXR551' +0x000004d6:ix_rkey[0153]: ' NXZ999' +0x000004de:ix_rkey[0154]: ' NYZ999' +0x000004e6:ix_rkey[0155]: ' NZP412' +0x000004ee:ix_rkey[0156]: ' NZR212' +0x000004f6:ix_rkey[0157]: ' NZZ999' + +deleted/unused entries +0x000004fe:ix_rkey[0158]: '0x00 x 8' +0x00000506:ix_rkey[0159]: '0x00 x 8' +0x0000050e:ix_rkey[0160]: '0x00 x 8' +0x00000516:ix_rkey[0161]: '0x00 x 8' +0x0000051e:ix_rkey[0162]: '0x00 x 8' +0x00000526:ix_rkey[0163]: '0x00 x 8' +0x0000052e:ix_rkey[0164]: '0x00 x 8' +0x00000536:ix_rkey[0165]: '0x00 x 8' +0x0000053e:ix_rkey[0166]: '0x00 x 8' +0x00000546:ix_rkey[0167]: '0x00 x 8' +0x0000054e:ix_rkey[0168]: '0x00 x 8' +0x00000556:ix_rkey[0169]: '0x00 x 8' +0x0000055e:ix_rkey[0170]: '0x00 x 8' +0x00000566:ix_rkey[0171]: '0x00 x 8' +0x0000056e:ix_rkey[0172]: '0x00 x 8' +0x00000576:ix_rkey[0173]: '0x00 x 8' +0x0000057e:ix_rkey[0174]: '0x00 x 8' +0x00000586:ix_rkey[0175]: '0x00 x 8' +0x0000058e:ix_rkey[0176]: '0x00 x 8' +0x00000596:ix_rkey[0177]: '0x00 x 8' +0x0000059e:ix_rkey[0178]: '0x00 x 8' +0x000005a6:ix_rkey[0179]: '0x00 x 8' +0x000005ae:ix_rkey[0180]: '0x00 x 8' +0x000005b6:ix_rkey[0181]: '0x00 x 8' +0x000005be:ix_rkey[0182]: '0x00 x 8' +0x000005c6:ix_rkey[0183]: '0x00 x 8' +0x000005ce:ix_rkey[0184]: '0x00 x 8' +0x000005d6:ix_rkey[0185]: '0x00 x 8' +0x000005de:ix_rkey[0186]: '0x00 x 8' +0x000005e6:ix_rkey[0187]: '0x00 x 8' +0x000005ee:ix_rkey[0188]: '0x00 x 8' +0x000005f6:ix_rkey[0189]: '0x00 x 8' +0x000005fe:ix_rkey[0190]: '0x00 x 8' +0x00000606:ix_rkey[0191]: '0x00 x 8' +0x0000060e:ix_rkey[0192]: '0x00 x 8' +0x00000616:ix_rkey[0193]: '0x00 x 8' +0x0000061e:ix_rkey[0194]: '0x00 x 8' +0x00000626:ix_rkey[0195]: '0x00 x 8' +0x0000062e:ix_rkey[0196]: '0x00 x 8' +0x00000636:ix_rkey[0197]: '0x00 x 8' +0x0000063e:ix_rkey[0198]: '0x00 x 8' +0x00000646:ix_rkey[0199]: '0x00 x 8' +0x0000064e:ix_rkey[0200]: '0x00 x 8' +0x00000656:ix_rkey[0201]: '0x00 x 8' +0x0000065e:ix_rkey[0202]: '0x00 x 8' +0x00000666:ix_rkey[0203]: '0x00 x 8' +0x0000066e:ix_rkey[0204]: '0x00 x 8' +0x00000676:ix_rkey[0205]: '0x00 x 8' +0x0000067e:ix_rkey[0206]: '0x00 x 8' +0x00000686:ix_rkey[0207]: '0x00 x 8' +0x0000068e:ix_rkey[0208]: '0x00 x 8' +0x00000696:ix_rkey[0209]: '0x00 x 8' +0x0000069e:ix_rkey[0210]: '0x00 x 8' +0x000006a6:ix_rkey[0211]: '0x00 x 8' +0x000006ae:ix_rkey[0212]: '0x00 x 8' +0x000006b6:ix_rkey[0213]: '0x00 x 8' +0x000006be:ix_rkey[0214]: '0x00 x 8' +0x000006c6:ix_rkey[0215]: '0x00 x 8' +0x000006ce:ix_rkey[0216]: '0x00 x 8' +0x000006d6:ix_rkey[0217]: '0x00 x 8' +0x000006de:ix_rkey[0218]: '0x00 x 8' +0x000006e6:ix_rkey[0219]: '0x00 x 8' +0x000006ee:ix_rkey[0220]: '0x00 x 8' +0x000006f6:ix_rkey[0221]: '0x00 x 8' +0x000006fe:ix_rkey[0222]: '0x00 x 8' +0x00000706:ix_rkey[0223]: '0x00 x 8' +0x0000070e:ix_rkey[0224]: '0x00 x 8' +0x00000716:ix_rkey[0225]: '0x00 x 8' +0x0000071e:ix_rkey[0226]: '0x00 x 8' +0x00000726:ix_rkey[0227]: '0x00 x 8' +0x0000072e:ix_rkey[0228]: '0x00 x 8' +0x00000736:ix_rkey[0229]: '0x00 x 8' +0x0000073e:ix_rkey[0230]: '0x00 x 8' +0x00000746:ix_rkey[0231]: '0x00 x 8' +0x0000074e:ix_rkey[0232]: '0x00 x 8' +0x00000756:ix_rkey[0233]: '0x00 x 8' +0x0000075e:ix_rkey[0234]: '0x00 x 8' +0x00000766:ix_rkey[0235]: '0x00 x 8' +0x0000076e:ix_rkey[0236]: '0x00 x 8' +0x00000776:ix_rkey[0237]: '0x00 x 8' +0x0000077e:ix_rkey[0238]: '0x00 x 8' +0x00000786:ix_rkey[0239]: '0x00 x 8' +0x0000078e:ix_rkey[0240]: '0x00 x 8' +0x00000796:ix_rkey[0241]: '0x00 x 8' +0x0000079e:ix_rkey[0242]: '0x00 x 8' +0x000007a6:ix_rkey[0243]: '0x00 x 8' +0x000007ae:ix_rkey[0244]: '0x00 x 8' +0x000007b6:ix_rkey[0245]: '0x00 x 8' +0x000007be:ix_rkey[0246]: '0x00 x 8' +0x000007c6:ix_rkey[0247]: '0x00 x 8' +0x000007ce:ix_rkey[0248]: '0x00 x 8' +0x000007d6:ix_rkey[0249]: '0x00 x 8' +0x000007de:ix_rkey[0250]: '0x00 x 8' +0x000007e6:ix_rkey[0251]: '0x00 x 8' +0x000007ee:ix_rkey[0252]: '0x00 x 8' +0x000007f6:ix_rkey[0253]: '0x00 x 8' +0x000007fe:ix_rkey[0254]: '0x00 x 8' +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000029 +0x0000080c:ix_offs[0001]: 0x00000029 0x00000c08:ix_lens[0001]: 0x00000040 +0x00000810:ix_offs[0002]: 0x00000069 0x00000c0c:ix_lens[0002]: 0x0000008a +0x00000814:ix_offs[0003]: 0x000000f3 0x00000c10:ix_lens[0003]: 0x00000623 +0x00000818:ix_offs[0004]: 0x00000716 0x00000c14:ix_lens[0004]: 0x00000023 +0x0000081c:ix_offs[0005]: 0x00000739 0x00000c18:ix_lens[0005]: 0x00000025 +0x00000820:ix_offs[0006]: 0x0000075e 0x00000c1c:ix_lens[0006]: 0x00000024 +0x00000824:ix_offs[0007]: 0x00000782 0x00000c20:ix_lens[0007]: 0x00000052 +0x00000828:ix_offs[0008]: 0x000007d4 0x00000c24:ix_lens[0008]: 0x00000082 +0x0000082c:ix_offs[0009]: 0x00000856 0x00000c28:ix_lens[0009]: 0x00000075 +0x00000830:ix_offs[0010]: 0x000008cb 0x00000c2c:ix_lens[0010]: 0x0000003e +0x00000834:ix_offs[0011]: 0x00000909 0x00000c30:ix_lens[0011]: 0x0000001f +0x00000838:ix_offs[0012]: 0x00000928 0x00000c34:ix_lens[0012]: 0x0000001f +0x0000083c:ix_offs[0013]: 0x00000947 0x00000c38:ix_lens[0013]: 0x00000023 +0x00000840:ix_offs[0014]: 0x0000096a 0x00000c3c:ix_lens[0014]: 0x00000042 +0x00000844:ix_offs[0015]: 0x000009ac 0x00000c40:ix_lens[0015]: 0x0000002d +0x00000848:ix_offs[0016]: 0x000009d9 0x00000c44:ix_lens[0016]: 0x00000022 +0x0000084c:ix_offs[0017]: 0x000009fb 0x00000c48:ix_lens[0017]: 0x00000024 +0x00000850:ix_offs[0018]: 0x00000a1f 0x00000c4c:ix_lens[0018]: 0x00000023 +0x00000854:ix_offs[0019]: 0x00000a42 0x00000c50:ix_lens[0019]: 0x0000001f +0x00000858:ix_offs[0020]: 0x00000a61 0x00000c54:ix_lens[0020]: 0x00000027 +0x0000085c:ix_offs[0021]: 0x00000a88 0x00000c58:ix_lens[0021]: 0x00000022 +0x00000860:ix_offs[0022]: 0x00000aaa 0x00000c5c:ix_lens[0022]: 0x00000023 +0x00000864:ix_offs[0023]: 0x00000acd 0x00000c60:ix_lens[0023]: 0x0000002a +0x00000868:ix_offs[0024]: 0x00000af7 0x00000c64:ix_lens[0024]: 0x00000020 +0x0000086c:ix_offs[0025]: 0x00000b17 0x00000c68:ix_lens[0025]: 0x00000023 +0x00000870:ix_offs[0026]: 0x00000b3a 0x00000c6c:ix_lens[0026]: 0x00000023 +0x00000874:ix_offs[0027]: 0x00000b5d 0x00000c70:ix_lens[0027]: 0x0000002f +0x00000878:ix_offs[0028]: 0x00000b8c 0x00000c74:ix_lens[0028]: 0x00000032 +0x0000087c:ix_offs[0029]: 0x00000bbe 0x00000c78:ix_lens[0029]: 0x00000028 +0x00000880:ix_offs[0030]: 0x00000be6 0x00000c7c:ix_lens[0030]: 0x000000b8 +0x00000884:ix_offs[0031]: 0x00000c9e 0x00000c80:ix_lens[0031]: 0x00000041 +0x00000888:ix_offs[0032]: 0x00000cdf 0x00000c84:ix_lens[0032]: 0x00000020 +0x0000088c:ix_offs[0033]: 0x00000cff 0x00000c88:ix_lens[0033]: 0x00000056 +0x00000890:ix_offs[0034]: 0x00000d55 0x00000c8c:ix_lens[0034]: 0x00000022 +0x00000894:ix_offs[0035]: 0x00000d77 0x00000c90:ix_lens[0035]: 0x00000022 +0x00000898:ix_offs[0036]: 0x00000d99 0x00000c94:ix_lens[0036]: 0x00000027 +0x0000089c:ix_offs[0037]: 0x00000dc0 0x00000c98:ix_lens[0037]: 0x00000021 +0x000008a0:ix_offs[0038]: 0x00000de1 0x00000c9c:ix_lens[0038]: 0x0000002f +0x000008a4:ix_offs[0039]: 0x00000e10 0x00000ca0:ix_lens[0039]: 0x00000025 +0x000008a8:ix_offs[0040]: 0x00000e35 0x00000ca4:ix_lens[0040]: 0x00000025 +0x000008ac:ix_offs[0041]: 0x00000e5a 0x00000ca8:ix_lens[0041]: 0x0000005e +0x000008b0:ix_offs[0042]: 0x00000eb8 0x00000cac:ix_lens[0042]: 0x000006e6 +0x000008b4:ix_offs[0043]: 0x0000159e 0x00000cb0:ix_lens[0043]: 0x00000039 +0x000008b8:ix_offs[0044]: 0x000015d7 0x00000cb4:ix_lens[0044]: 0x0000001f +0x000008bc:ix_offs[0045]: 0x000015f6 0x00000cb8:ix_lens[0045]: 0x00000022 +0x000008c0:ix_offs[0046]: 0x00001618 0x00000cbc:ix_lens[0046]: 0x00000025 +0x000008c4:ix_offs[0047]: 0x0000163d 0x00000cc0:ix_lens[0047]: 0x0000002d +0x000008c8:ix_offs[0048]: 0x0000166a 0x00000cc4:ix_lens[0048]: 0x0000002a +0x000008cc:ix_offs[0049]: 0x00001694 0x00000cc8:ix_lens[0049]: 0x00000036 +0x000008d0:ix_offs[0050]: 0x000016ca 0x00000ccc:ix_lens[0050]: 0x00000066 +0x000008d4:ix_offs[0051]: 0x00001730 0x00000cd0:ix_lens[0051]: 0x0000004a +0x000008d8:ix_offs[0052]: 0x0000177a 0x00000cd4:ix_lens[0052]: 0x0000002a +0x000008dc:ix_offs[0053]: 0x000017a4 0x00000cd8:ix_lens[0053]: 0x00000023 +0x000008e0:ix_offs[0054]: 0x000017c7 0x00000cdc:ix_lens[0054]: 0x00000022 +0x000008e4:ix_offs[0055]: 0x000017e9 0x00000ce0:ix_lens[0055]: 0x00000026 +0x000008e8:ix_offs[0056]: 0x0000180f 0x00000ce4:ix_lens[0056]: 0x00000024 +0x000008ec:ix_offs[0057]: 0x00001833 0x00000ce8:ix_lens[0057]: 0x00000027 +0x000008f0:ix_offs[0058]: 0x0000185a 0x00000cec:ix_lens[0058]: 0x00000020 +0x000008f4:ix_offs[0059]: 0x0000187a 0x00000cf0:ix_lens[0059]: 0x00000023 +0x000008f8:ix_offs[0060]: 0x0000189d 0x00000cf4:ix_lens[0060]: 0x00000020 +0x000008fc:ix_offs[0061]: 0x000018bd 0x00000cf8:ix_lens[0061]: 0x0000002d +0x00000900:ix_offs[0062]: 0x000018ea 0x00000cfc:ix_lens[0062]: 0x00000021 +0x00000904:ix_offs[0063]: 0x0000190b 0x00000d00:ix_lens[0063]: 0x00000035 +0x00000908:ix_offs[0064]: 0x00001940 0x00000d04:ix_lens[0064]: 0x0000006b +0x0000090c:ix_offs[0065]: 0x000019ab 0x00000d08:ix_lens[0065]: 0x00000021 +0x00000910:ix_offs[0066]: 0x000019cc 0x00000d0c:ix_lens[0066]: 0x00000021 +0x00000914:ix_offs[0067]: 0x000019ed 0x00000d10:ix_lens[0067]: 0x00000023 +0x00000918:ix_offs[0068]: 0x00001a10 0x00000d14:ix_lens[0068]: 0x0000002b +0x0000091c:ix_offs[0069]: 0x00001a3b 0x00000d18:ix_lens[0069]: 0x00000036 +0x00000920:ix_offs[0070]: 0x00001a71 0x00000d1c:ix_lens[0070]: 0x00000025 +0x00000924:ix_offs[0071]: 0x00001a96 0x00000d20:ix_lens[0071]: 0x00000021 +0x00000928:ix_offs[0072]: 0x00001ab7 0x00000d24:ix_lens[0072]: 0x0000002c +0x0000092c:ix_offs[0073]: 0x00001ae3 0x00000d28:ix_lens[0073]: 0x00000024 +0x00000930:ix_offs[0074]: 0x00001b07 0x00000d2c:ix_lens[0074]: 0x00000050 +0x00000934:ix_offs[0075]: 0x00001b57 0x00000d30:ix_lens[0075]: 0x000007b1 +0x00000938:ix_offs[0076]: 0x00002308 0x00000d34:ix_lens[0076]: 0x00000023 +0x0000093c:ix_offs[0077]: 0x0000232b 0x00000d38:ix_lens[0077]: 0x0000001f +0x00000940:ix_offs[0078]: 0x0000234a 0x00000d3c:ix_lens[0078]: 0x0000002d +0x00000944:ix_offs[0079]: 0x00002377 0x00000d40:ix_lens[0079]: 0x00000025 +0x00000948:ix_offs[0080]: 0x0000239c 0x00000d44:ix_lens[0080]: 0x00000052 +0x0000094c:ix_offs[0081]: 0x000023ee 0x00000d48:ix_lens[0081]: 0x00000023 +0x00000950:ix_offs[0082]: 0x00002411 0x00000d4c:ix_lens[0082]: 0x00000024 +0x00000954:ix_offs[0083]: 0x00002435 0x00000d50:ix_lens[0083]: 0x00000031 +0x00000958:ix_offs[0084]: 0x00002466 0x00000d54:ix_lens[0084]: 0x00000023 +0x0000095c:ix_offs[0085]: 0x00002489 0x00000d58:ix_lens[0085]: 0x00000027 +0x00000960:ix_offs[0086]: 0x000024b0 0x00000d5c:ix_lens[0086]: 0x00000040 +0x00000964:ix_offs[0087]: 0x000024f0 0x00000d60:ix_lens[0087]: 0x00000139 +0x00000968:ix_offs[0088]: 0x00002629 0x00000d64:ix_lens[0088]: 0x00000020 +0x0000096c:ix_offs[0089]: 0x00002649 0x00000d68:ix_lens[0089]: 0x00000026 +0x00000970:ix_offs[0090]: 0x0000266f 0x00000d6c:ix_lens[0090]: 0x0000002f +0x00000974:ix_offs[0091]: 0x0000269e 0x00000d70:ix_lens[0091]: 0x00000023 +0x00000978:ix_offs[0092]: 0x000026c1 0x00000d74:ix_lens[0092]: 0x00000024 +0x0000097c:ix_offs[0093]: 0x000026e5 0x00000d78:ix_lens[0093]: 0x0000004c +0x00000980:ix_offs[0094]: 0x00002731 0x00000d7c:ix_lens[0094]: 0x00000026 +0x00000984:ix_offs[0095]: 0x00002757 0x00000d80:ix_lens[0095]: 0x00000054 +0x00000988:ix_offs[0096]: 0x000027ab 0x00000d84:ix_lens[0096]: 0x00000022 +0x0000098c:ix_offs[0097]: 0x000027cd 0x00000d88:ix_lens[0097]: 0x0000001f +0x00000990:ix_offs[0098]: 0x000027ec 0x00000d8c:ix_lens[0098]: 0x0000002c +0x00000994:ix_offs[0099]: 0x00002818 0x00000d90:ix_lens[0099]: 0x00000028 +0x00000998:ix_offs[0100]: 0x00002840 0x00000d94:ix_lens[0100]: 0x00000024 +0x0000099c:ix_offs[0101]: 0x00002864 0x00000d98:ix_lens[0101]: 0x00000022 +0x000009a0:ix_offs[0102]: 0x00002886 0x00000d9c:ix_lens[0102]: 0x00000040 +0x000009a4:ix_offs[0103]: 0x000028c6 0x00000da0:ix_lens[0103]: 0x00000025 +0x000009a8:ix_offs[0104]: 0x000028eb 0x00000da4:ix_lens[0104]: 0x0000002a +0x000009ac:ix_offs[0105]: 0x00002915 0x00000da8:ix_lens[0105]: 0x0000043d +0x000009b0:ix_offs[0106]: 0x00002d52 0x00000dac:ix_lens[0106]: 0x00000020 +0x000009b4:ix_offs[0107]: 0x00002d72 0x00000db0:ix_lens[0107]: 0x00000033 +0x000009b8:ix_offs[0108]: 0x00002da5 0x00000db4:ix_lens[0108]: 0x00000026 +0x000009bc:ix_offs[0109]: 0x00002dcb 0x00000db8:ix_lens[0109]: 0x00000382 +0x000009c0:ix_offs[0110]: 0x0000314d 0x00000dbc:ix_lens[0110]: 0x00000020 +0x000009c4:ix_offs[0111]: 0x0000316d 0x00000dc0:ix_lens[0111]: 0x0000002d +0x000009c8:ix_offs[0112]: 0x0000319a 0x00000dc4:ix_lens[0112]: 0x00000025 +0x000009cc:ix_offs[0113]: 0x000031bf 0x00000dc8:ix_lens[0113]: 0x00000024 +0x000009d0:ix_offs[0114]: 0x000031e3 0x00000dcc:ix_lens[0114]: 0x00000026 +0x000009d4:ix_offs[0115]: 0x00003209 0x00000dd0:ix_lens[0115]: 0x00000025 +0x000009d8:ix_offs[0116]: 0x0000322e 0x00000dd4:ix_lens[0116]: 0x0000002c +0x000009dc:ix_offs[0117]: 0x0000325a 0x00000dd8:ix_lens[0117]: 0x0000006f +0x000009e0:ix_offs[0118]: 0x000032c9 0x00000ddc:ix_lens[0118]: 0x0000002d +0x000009e4:ix_offs[0119]: 0x000032f6 0x00000de0:ix_lens[0119]: 0x00000245 +0x000009e8:ix_offs[0120]: 0x0000353b 0x00000de4:ix_lens[0120]: 0x00000025 +0x000009ec:ix_offs[0121]: 0x00003560 0x00000de8:ix_lens[0121]: 0x00000089 +0x000009f0:ix_offs[0122]: 0x000035e9 0x00000dec:ix_lens[0122]: 0x0000002d +0x000009f4:ix_offs[0123]: 0x00003616 0x00000df0:ix_lens[0123]: 0x00000021 +0x000009f8:ix_offs[0124]: 0x00003637 0x00000df4:ix_lens[0124]: 0x00000025 +0x000009fc:ix_offs[0125]: 0x0000365c 0x00000df8:ix_lens[0125]: 0x00000025 +0x00000a00:ix_offs[0126]: 0x00003681 0x00000dfc:ix_lens[0126]: 0x000000b0 +0x00000a04:ix_offs[0127]: 0x00003731 0x00000e00:ix_lens[0127]: 0x00000024 +0x00000a08:ix_offs[0128]: 0x00003755 0x00000e04:ix_lens[0128]: 0x00000024 +0x00000a0c:ix_offs[0129]: 0x00003779 0x00000e08:ix_lens[0129]: 0x00000025 +0x00000a10:ix_offs[0130]: 0x0000379e 0x00000e0c:ix_lens[0130]: 0x00000020 +0x00000a14:ix_offs[0131]: 0x000037be 0x00000e10:ix_lens[0131]: 0x0000005f +0x00000a18:ix_offs[0132]: 0x0000381d 0x00000e14:ix_lens[0132]: 0x00000037 +0x00000a1c:ix_offs[0133]: 0x00003854 0x00000e18:ix_lens[0133]: 0x0000004c +0x00000a20:ix_offs[0134]: 0x000038a0 0x00000e1c:ix_lens[0134]: 0x0000002e +0x00000a24:ix_offs[0135]: 0x000038ce 0x00000e20:ix_lens[0135]: 0x00000023 +0x00000a28:ix_offs[0136]: 0x000038f1 0x00000e24:ix_lens[0136]: 0x00000026 +0x00000a2c:ix_offs[0137]: 0x00003917 0x00000e28:ix_lens[0137]: 0x0000002d +0x00000a30:ix_offs[0138]: 0x00003944 0x00000e2c:ix_lens[0138]: 0x00000077 +0x00000a34:ix_offs[0139]: 0x000039bb 0x00000e30:ix_lens[0139]: 0x00000025 +0x00000a38:ix_offs[0140]: 0x000039e0 0x00000e34:ix_lens[0140]: 0x0000006c +0x00000a3c:ix_offs[0141]: 0x00003a4c 0x00000e38:ix_lens[0141]: 0x0000003c +0x00000a40:ix_offs[0142]: 0x00003a88 0x00000e3c:ix_lens[0142]: 0x00000022 +0x00000a44:ix_offs[0143]: 0x00003aaa 0x00000e40:ix_lens[0143]: 0x0000002e +0x00000a48:ix_offs[0144]: 0x00003ad8 0x00000e44:ix_lens[0144]: 0x0000004d +0x00000a4c:ix_offs[0145]: 0x00003b25 0x00000e48:ix_lens[0145]: 0x00000023 +0x00000a50:ix_offs[0146]: 0x00003b48 0x00000e4c:ix_lens[0146]: 0x00000025 +0x00000a54:ix_offs[0147]: 0x00003b6d 0x00000e50:ix_lens[0147]: 0x00000029 +0x00000a58:ix_offs[0148]: 0x00003b96 0x00000e54:ix_lens[0148]: 0x00000059 +0x00000a5c:ix_offs[0149]: 0x00003bef 0x00000e58:ix_lens[0149]: 0x00000023 +0x00000a60:ix_offs[0150]: 0x00003c12 0x00000e5c:ix_lens[0150]: 0x0000006b +0x00000a64:ix_offs[0151]: 0x00003c7d 0x00000e60:ix_lens[0151]: 0x000007e1 +0x00000a68:ix_offs[0152]: 0x0000445e 0x00000e64:ix_lens[0152]: 0x00000021 +0x00000a6c:ix_offs[0153]: 0x0000447f 0x00000e68:ix_lens[0153]: 0x0000001a +0x00000a70:ix_offs[0154]: 0x00004499 0x00000e6c:ix_lens[0154]: 0x000000b7 +0x00000a74:ix_offs[0155]: 0x00004550 0x00000e70:ix_lens[0155]: 0x0000002e +0x00000a78:ix_offs[0156]: 0x0000457e 0x00000e74:ix_lens[0156]: 0x00000025 +0x00000a7c:ix_offs[0157]: 0x000045a3 0x00000e78:ix_lens[0157]: 0x00000062 + +0x00000a80-0x00000c03:ix_offs[0158-0254] default value 0x00000000 +0x00000e7c-0x00000fff:ix_lens[0158-0254] default value 0x00000000 + +BLOCK - DATA +[0000] Name rkey: NPV514 offs: 0x00000000 lens: 0x00000029 + 0x00001000: Ncount 1 + Keys and string offsets, strings + 1. 0x00001004:RKEY I1687 0x0000100c:offset 0x00000000 + 0x00001010:string 'Peter /van_Vollenhoven/' + Assembled data for NPV514 + 1. I1687 name Peter /van_Vollenhoven/ +[0001] Name rkey: NPV524 offs: 0x00000029 lens: 0x00000040 + 0x00001029: Ncount 2 + Keys and string offsets, strings + 1. 0x0000102d:RKEY I307 0x0000103d:offset 0x00000000 + 0x00001045:string 'Paul /von_Hugel/' + 2. 0x00001035:RKEY I308 0x00001041:offset 0x00000012 + 0x00001057:string 'Paul /von_Hugel/' + Assembled data for NPV524 + 1. I307 name Paul /von_Hugel/ + 2. I308 name Paul /von_Hugel/ +[0002] Name rkey: NPW635 offs: 0x00000069 lens: 0x0000008a + 0x00001069: Ncount 4 + Keys and string offsets, strings + 1. 0x0000106d:RKEY I1073 0x0000108d:offset 0x00000000 + 0x0000109d:string 'Paul /Wurttemberg/' + 2. 0x00001075:RKEY I1087 0x00001091:offset 0x00000014 + 0x000010b1:string 'Paul /Wurttemberg/' + 3. 0x0000107d:RKEY I1088 0x00001095:offset 0x00000028 + 0x000010c5:string 'Pauline /Wurttemberg/' + 4. 0x00001085:RKEY I1092 0x00001099:offset 0x0000003f + 0x000010dc:string 'Pauline /Wurttemberg/' + Assembled data for NPW635 + 1. I1073 name Paul /Wurttemberg/ + 2. I1087 name Paul /Wurttemberg/ + 3. I1088 name Pauline /Wurttemberg/ + 4. I1092 name Pauline /Wurttemberg/ +[0003] Name rkey: NPZ999 offs: 0x000000f3 lens: 0x00000623 + 0x000010f3: Ncount 50 + Keys and string offsets, strings + 1. 0x000010f7:RKEY I123 0x00001287:offset 0x00000000 + 0x0000134f:string 'Patricia //' + 2. 0x000010ff:RKEY I444 0x0000128b:offset 0x0000000d + 0x0000135c:string 'Philip of_Asturias //' + 3. 0x00001107:RKEY I475 0x0000128f:offset 0x00000023 + 0x00001372:string 'Peter_II of_Yugoslavia //' + 4. 0x0000110f:RKEY I515 0x00001293:offset 0x0000003d + 0x0000138c:string 'Paul Frederick //' + 5. 0x00001117:RKEY I751 0x00001297:offset 0x0000004f + 0x0000139e:string 'Philippe of_Orleans //' + 6. 0x0000111f:RKEY I870 0x0000129b:offset 0x00000066 + 0x000013b5:string 'Philip_II //' + 7. 0x00001127:RKEY I879 0x0000129f:offset 0x00000074 + 0x000013c3:string 'Peter of_Yugoslavia //' + 8. 0x0000112f:RKEY I880 0x000012a3:offset 0x0000008b + 0x000013da:string 'Philip of_Yugoslavia //' + 9. 0x00001137:RKEY I935 0x000012a7:offset 0x000000a3 + 0x000013f2:string 'Philip //' + 10. 0x0000113f:RKEY I1078 0x000012ab:offset 0x000000ae + 0x000013fd:string 'Pauline of_Wurttemberg //' + 11. 0x00001147:RKEY I1111 0x000012af:offset 0x000000c8 + 0x00001417:string 'Pedro_V //' + 12. 0x0000114f:RKEY I1114 0x000012b3:offset 0x000000d4 + 0x00001423:string 'Philip of_Flanders //' + 13. 0x00001157:RKEY I1128 0x000012b7:offset 0x000000ea + 0x00001439:string 'Philippe //' + 14. 0x0000115f:RKEY I1165 0x000012bb:offset 0x000000f7 + 0x00001446:string 'Philippine Charlotte //' + 15. 0x00001167:RKEY I1228 0x000012bf:offset 0x0000010f + 0x0000145e:string 'Philippa //' + 16. 0x0000116f:RKEY I1230 0x000012c3:offset 0x0000011c + 0x0000146b:string 'Philippa of_Hainault //' + 17. 0x00001177:RKEY I1348 0x000012c7:offset 0x00000134 + 0x00001483:string 'Philippa of_Ulster //' + 18. 0x0000117f:RKEY I1361 0x000012cb:offset 0x0000014a + 0x00001499:string 'Peter of_Oldenburg //' + 19. 0x00001187:RKEY I1501 0x000012cf:offset 0x00000160 + 0x000014af:string 'Philippa of_Lancaster //' + 20. 0x0000118f:RKEY I1704 0x000012d3:offset 0x00000179 + 0x000014c8:string 'Pepin the_Hunchback //' + 21. 0x00001197:RKEY I1739 0x000012d7:offset 0x00000190 + 0x000014df:string 'Philip_III the_Bold //' + 22. 0x0000119f:RKEY I1899 0x000012db:offset 0x000001a7 + 0x000014f6:string 'Piers De_Braose //' + 23. 0x000011a7:RKEY I1903 0x000012df:offset 0x000001ba + 0x00001509:string 'Philip_IV the_Fair //' + 24. 0x000011af:RKEY I2062 0x000012e3:offset 0x000001d0 + 0x0000151f:string 'Pedro_III of_Castile //' + 25. 0x000011b7:RKEY I2115 0x000012e7:offset 0x000001e8 + 0x00001537:string 'Philip //' + 26. 0x000011bf:RKEY I2131 0x000012eb:offset 0x000001f3 + 0x00001542:string 'Philip_IV //' + 27. 0x000011c7:RKEY I2132 0x000012ef:offset 0x00000201 + 0x00001550:string 'Philip_III //' + 28. 0x000011cf:RKEY I2270 0x000012f3:offset 0x00000210 + 0x0000155f:string 'Peter of_Luxemburg //' + 29. 0x000011d7:RKEY I2296 0x000012f7:offset 0x00000226 + 0x00001575:string 'Philippa //' + 30. 0x000011df:RKEY I2424 0x000012fb:offset 0x00000233 + 0x00001582:string 'Philip_V //' + 31. 0x000011e7:RKEY I2451 0x000012ff:offset 0x00000240 + 0x0000158f:string 'Philip_II Augustus //' + 32. 0x000011ef:RKEY I2454 0x00001303:offset 0x00000256 + 0x000015a5:string 'Philip_I the_Fair //' + 33. 0x000011f7:RKEY I2465 0x00001307:offset 0x0000026b + 0x000015ba:string 'Philip_V the_Tall //' + 34. 0x000011ff:RKEY I2469 0x0000130b:offset 0x00000280 + 0x000015cf:string 'Philip //' + 35. 0x00001207:RKEY I2471 0x0000130f:offset 0x0000028b + 0x000015da:string 'Pierre de_Courtenay //' + 36. 0x0000120f:RKEY I2473 0x00001313:offset 0x000002a2 + 0x000015f1:string 'Philip //' + 37. 0x00001217:RKEY I2494 0x00001317:offset 0x000002ad + 0x000015fc:string 'Philip_VI of_Valois //' + 38. 0x0000121f:RKEY I2517 0x0000131b:offset 0x000002c4 + 0x00001613:string 'Philippe Duc_de_Chartes //' + 39. 0x00001227:RKEY I2518 0x0000131f:offset 0x000002df + 0x0000162e:string 'Philip the_Bold //' + 40. 0x0000122f:RKEY I2530 0x00001323:offset 0x000002f2 + 0x00001641:string 'Peter_I //' + 41. 0x00001237:RKEY I2552 0x00001327:offset 0x000002fe + 0x0000164d:string 'Pepin //' + 42. 0x0000123f:RKEY I2561 0x0000132b:offset 0x00000308 + 0x00001657:string 'Pepin_I of_Aquitaine //' + 43. 0x00001247:RKEY I2570 0x0000132f:offset 0x00000320 + 0x0000166f:string 'Pepin_II of_Aquitaine //' + 44. 0x0000124f:RKEY I2609 0x00001333:offset 0x00000339 + 0x00001688:string 'Pepin the_Short //' + 45. 0x00001257:RKEY I2688 0x00001337:offset 0x0000034c + 0x0000169b:string 'Peter_I //' + 46. 0x0000125f:RKEY I2847 0x0000133b:offset 0x00000358 + 0x000016a7:string 'Perikles Joannides //' + 47. 0x00001267:RKEY I2885 0x0000133f:offset 0x0000036e + 0x000016bd:string 'Philip_I the_Handsome //' + 48. 0x0000126f:RKEY I2893 0x00001343:offset 0x00000387 + 0x000016d6:string 'Philibert_II //' + 49. 0x00001277:RKEY I2907 0x00001347:offset 0x00000398 + 0x000016e7:string 'Philip of_Saxe-Coburg //' + 50. 0x0000127f:RKEY I2965 0x0000134b:offset 0x000003b1 + 0x00001700:string 'Paul of_Yugoslavia //' + Assembled data for NPZ999 + 1. I123 name Patricia // + 2. I444 name Philip of_Asturias // + 3. I475 name Peter_II of_Yugoslavia // + 4. I515 name Paul Frederick // + 5. I751 name Philippe of_Orleans // + 6. I870 name Philip_II // + 7. I879 name Peter of_Yugoslavia // + 8. I880 name Philip of_Yugoslavia // + 9. I935 name Philip // + 10. I1078 name Pauline of_Wurttemberg // + 11. I1111 name Pedro_V // + 12. I1114 name Philip of_Flanders // + 13. I1128 name Philippe // + 14. I1165 name Philippine Charlotte // + 15. I1228 name Philippa // + 16. I1230 name Philippa of_Hainault // + 17. I1348 name Philippa of_Ulster // + 18. I1361 name Peter of_Oldenburg // + 19. I1501 name Philippa of_Lancaster // + 20. I1704 name Pepin the_Hunchback // + 21. I1739 name Philip_III the_Bold // + 22. I1899 name Piers De_Braose // + 23. I1903 name Philip_IV the_Fair // + 24. I2062 name Pedro_III of_Castile // + 25. I2115 name Philip // + 26. I2131 name Philip_IV // + 27. I2132 name Philip_III // + 28. I2270 name Peter of_Luxemburg // + 29. I2296 name Philippa // + 30. I2424 name Philip_V // + 31. I2451 name Philip_II Augustus // + 32. I2454 name Philip_I the_Fair // + 33. I2465 name Philip_V the_Tall // + 34. I2469 name Philip // + 35. I2471 name Pierre de_Courtenay // + 36. I2473 name Philip // + 37. I2494 name Philip_VI of_Valois // + 38. I2517 name Philippe Duc_de_Chartes // + 39. I2518 name Philip the_Bold // + 40. I2530 name Peter_I // + 41. I2552 name Pepin // + 42. I2561 name Pepin_I of_Aquitaine // + 43. I2570 name Pepin_II of_Aquitaine // + 44. I2609 name Pepin the_Short // + 45. I2688 name Peter_I // + 46. I2847 name Perikles Joannides // + 47. I2885 name Philip_I the_Handsome // + 48. I2893 name Philibert_II // + 49. I2907 name Philip of_Saxe-Coburg // + 50. I2965 name Paul of_Yugoslavia // +[0004] Name rkey: NRB245 offs: 0x00000716 lens: 0x00000023 + 0x00001716: Ncount 1 + Keys and string offsets, strings + 1. 0x0000171a:RKEY I179 0x00001722:offset 0x00000000 + 0x00001726:string 'Rose /Bowes-Lyon/' + Assembled data for NRB245 + 1. I179 name Rose /Bowes-Lyon/ +[0005] Name rkey: NRB251 offs: 0x00000739 lens: 0x00000025 + 0x00001739: Ncount 1 + Keys and string offsets, strings + 1. 0x0000173d:RKEY I2082 0x00001745:offset 0x00000000 + 0x00001749:string 'Richard /Beauchamp/' + Assembled data for NRB251 + 1. I2082 name Richard /Beauchamp/ +[0006] Name rkey: NRB516 offs: 0x0000075e lens: 0x00000024 + 0x0000175e: Ncount 1 + Keys and string offsets, strings + 1. 0x00001762:RKEY I2840 0x0000176a:offset 0x00000000 + 0x0000176e:string 'Roland /Bonaparte/' + Assembled data for NRB516 + 1. I2840 name Roland /Bonaparte/ +[0007] Name rkey: NRB525 offs: 0x00000782 lens: 0x00000052 + 0x00001782: Ncount 2 + Keys and string offsets, strings + 1. 0x00001786:RKEY I385 0x00001796:offset 0x00000000 + 0x0000179e:string 'Rosalind Cecilia Caroline/Bingham/' + 2. 0x0000178e:RKEY I1728 0x0000179a:offset 0x00000023 + 0x000017c1:string 'Richard /Bingham/' + Assembled data for NRB525 + 1. I385 name Rosalind Cecilia Caroline/Bingham/ + 2. I1728 name Richard /Bingham/ +[0008] Name rkey: NRB620 offs: 0x000007d4 lens: 0x00000082 + 0x000017d4: Ncount 4 + Keys and string offsets, strings + 1. 0x000017d8:RKEY I1447 0x000017f8:offset 0x00000000 + 0x00001808:string 'Robert_I /Bruce/' + 2. 0x000017e0:RKEY I1830 0x000017fc:offset 0x00000012 + 0x0000181a:string 'Robert /Bruce/' + 3. 0x000017e8:RKEY I1832 0x00001800:offset 0x00000022 + 0x0000182a:string 'Robert /Bruce/' + 4. 0x000017f0:RKEY I1835 0x00001804:offset 0x00000032 + 0x0000183a:string 'Robert of_Annandale /Bruce/' + Assembled data for NRB620 + 1. I1447 name Robert_I /Bruce/ + 2. I1830 name Robert /Bruce/ + 3. I1832 name Robert /Bruce/ + 4. I1835 name Robert of_Annandale /Bruce/ +[0009] Name rkey: NRB652 offs: 0x00000856 lens: 0x00000075 + 0x00001856: Ncount 3 + Keys and string offsets, strings + 1. 0x0000185a:RKEY I267 0x00001872:offset 0x00000000 + 0x0000187e:string 'Rosa /Baring/' + 2. 0x00001862:RKEY I1884 0x00001876:offset 0x0000000f + 0x0000188d:string 'Raymond of_Provence /Berengar/' + 3. 0x0000186a:RKEY I2483 0x0000187a:offset 0x0000002e + 0x000018ac:string 'Raymond of_Provence /Berenger/' + Assembled data for NRB652 + 1. I267 name Rosa /Baring/ + 2. I1884 name Raymond of_Provence /Berengar/ + 3. I2483 name Raymond of_Provence /Berenger/ +[0010] Name rkey: NRC150 offs: 0x000008cb lens: 0x0000003e + 0x000018cb: Ncount 2 + Keys and string offsets, strings + 1. 0x000018cf:RKEY I1900 0x000018df:offset 0x00000000 + 0x000018e7:string 'Ralph /Cobham/' + 2. 0x000018d7:RKEY I2268 0x000018e3:offset 0x00000010 + 0x000018f7:string 'Reynald /Cobham/' + Assembled data for NRC150 + 1. I1900 name Ralph /Cobham/ + 2. I2268 name Reynald /Cobham/ +[0011] Name rkey: NRC400 offs: 0x00000909 lens: 0x0000001f + 0x00001909: Ncount 1 + Keys and string offsets, strings + 1. 0x0000190d:RKEY I197 0x00001915:offset 0x00000000 + 0x00001919:string 'Rachel /Clay/' + Assembled data for NRC400 + 1. I197 name Rachel /Clay/ +[0012] Name rkey: NRC600 offs: 0x00000928 lens: 0x0000001f + 0x00001928: Ncount 1 + Keys and string offsets, strings + 1. 0x0000192c:RKEY I2386 0x00001934:offset 0x00000000 + 0x00001938:string 'Robert /Carr/' + Assembled data for NRC600 + 1. I2386 name Robert /Carr/ +[0013] Name rkey: NRC634 offs: 0x00000947 lens: 0x00000023 + 0x00001947: Ncount 1 + Keys and string offsets, strings + 1. 0x0000194b:RKEY I2997 0x00001953:offset 0x00000000 + 0x00001957:string 'Ronald /Cartland/' + Assembled data for NRC634 + 1. I2997 name Ronald /Cartland/ +[0014] Name rkey: NRD162 offs: 0x0000096a lens: 0x00000042 + 0x0000196a: Ncount 2 + Keys and string offsets, strings + 1. 0x0000196e:RKEY I2103 0x0000197e:offset 0x00000000 + 0x00001986:string 'Robert /Devereux/' + 2. 0x00001976:RKEY I2385 0x00001982:offset 0x00000013 + 0x00001999:string 'Robert /Devereux/' + Assembled data for NRD162 + 1. I2103 name Robert /Devereux/ + 2. I2385 name Robert /Devereux/ +[0015] Name rkey: NRD340 offs: 0x000009ac lens: 0x0000002d + 0x000019ac: Ncount 1 + Keys and string offsets, strings + 1. 0x000019b0:RKEY I2315 0x000019b8:offset 0x00000000 + 0x000019bc:string 'Robert of_Leicester /Dudley/' + Assembled data for NRD340 + 1. I2315 name Robert of_Leicester /Dudley/ +[0016] Name rkey: NRD640 offs: 0x000009d9 lens: 0x00000022 + 0x000019d9: Ncount 1 + Keys and string offsets, strings + 1. 0x000019dd:RKEY I2097 0x000019e5:offset 0x00000000 + 0x000019e9:string 'Richard /Darell/' + Assembled data for NRD640 + 1. I2097 name Richard /Darell/ +[0017] Name rkey: NRF324 offs: 0x000009fb lens: 0x00000024 + 0x000019fb: Ncount 1 + Keys and string offsets, strings + 1. 0x000019ff:RKEY I2289 0x00001a07:offset 0x00000000 + 0x00001a0b:string 'Richard /Fitzalan/' + Assembled data for NRF324 + 1. I2289 name Richard /Fitzalan/ +[0018] Name rkey: NRF420 offs: 0x00000a1f lens: 0x00000023 + 0x00001a1f: Ncount 1 + Keys and string offsets, strings + 1. 0x00001a23:RKEY I807 0x00001a2b:offset 0x00000000 + 0x00001a2f:string 'Robert /Fellowes/' + Assembled data for NRF420 + 1. I807 name Robert /Fellowes/ +[0019] Name rkey: NRF600 offs: 0x00000a42 lens: 0x0000001f + 0x00001a42: Ncount 1 + Keys and string offsets, strings + 1. 0x00001a46:RKEY I2094 0x00001a4e:offset 0x00000000 + 0x00001a52:string 'Richard /Fry/' + Assembled data for NRF600 + 1. I2094 name Richard /Fry/ +[0020] Name rkey: NRF622 offs: 0x00000a61 lens: 0x00000027 + 0x00001a61: Ncount 1 + Keys and string offsets, strings + 1. 0x00001a65:RKEY I169 0x00001a6d:offset 0x00000000 + 0x00001a71:string 'Ronald Ivor /Ferguson/' + Assembled data for NRF622 + 1. I169 name Ronald Ivor /Ferguson/ +[0021] Name rkey: NRF662 offs: 0x00000a88 lens: 0x00000022 + 0x00001a88: Ncount 1 + Keys and string offsets, strings + 1. 0x00001a8c:RKEY I2076 0x00001a94:offset 0x00000000 + 0x00001a98:string 'Robert /Ferrers/' + Assembled data for NRF662 + 1. I2076 name Robert /Ferrers/ +[0022] Name rkey: NRG400 offs: 0x00000aaa lens: 0x00000023 + 0x00001aaa: Ncount 1 + Keys and string offsets, strings + 1. 0x00001aae:RKEY I369 0x00001ab6:offset 0x00000000 + 0x00001aba:string 'Ruth Sylvia /Gill/' + Assembled data for NRG400 + 1. I369 name Ruth Sylvia /Gill/ +[0023] Name rkey: NRH420 offs: 0x00000acd lens: 0x0000002a + 0x00001acd: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ad1:RKEY I1898 0x00001ad9:offset 0x00000000 + 0x00001add:string 'Roger of_Harwich /Hayles/' + Assembled data for NRH420 + 1. I1898 name Roger of_Harwich /Hayles/ +[0024] Name rkey: NRK320 offs: 0x00000af7 lens: 0x00000020 + 0x00001af7: Ncount 1 + Keys and string offsets, strings + 1. 0x00001afb:RKEY I2755 0x00001b03:offset 0x00000000 + 0x00001b07:string 'Rudolf /Kautz/' + Assembled data for NRK320 + 1. I2755 name Rudolf /Kautz/ +[0025] Name rkey: NRL242 offs: 0x00000b17 lens: 0x00000023 + 0x00001b17: Ncount 1 + Keys and string offsets, strings + 1. 0x00001b1b:RKEY I947 0x00001b23:offset 0x00000000 + 0x00001b27:string 'Rowan /Lascelles/' + Assembled data for NRL242 + 1. I947 name Rowan /Lascelles/ +[0026] Name rkey: NRL342 offs: 0x00000b3a lens: 0x00000023 + 0x00001b3a: Ncount 1 + Keys and string offsets, strings + 1. 0x00001b3e:RKEY I391 0x00001b46:offset 0x00000000 + 0x00001b4a:string 'Ruth /Littlejohn/' + Assembled data for NRL342 + 1. I391 name Ruth /Littlejohn/ +[0027] Name rkey: NRL653 offs: 0x00000b5d lens: 0x0000002f + 0x00001b5d: Ncount 1 + Keys and string offsets, strings + 1. 0x00001b61:RKEY I969 0x00001b69:offset 0x00000000 + 0x00001b6d:string 'Ragnhild Alexandra /Lorentzen/' + Assembled data for NRL653 + 1. I969 name Ragnhild Alexandra /Lorentzen/ +[0028] Name rkey: NRM262 offs: 0x00000b8c lens: 0x00000032 + 0x00001b8c: Ncount 1 + Keys and string offsets, strings + 1. 0x00001b90:RKEY I243 0x00001b98:offset 0x00000000 + 0x00001b9c:string 'Raine of_Dartmouth /McCorquodale/' + Assembled data for NRM262 + 1. I243 name Raine of_Dartmouth /McCorquodale/ +[0029] Name rkey: NRM316 offs: 0x00000bbe lens: 0x00000028 + 0x00001bbe: Ncount 1 + Keys and string offsets, strings + 1. 0x00001bc2:RKEY I977 0x00001bca:offset 0x00000000 + 0x00001bce:string 'Robin /Medforth-Mills/' + Assembled data for NRM316 + 1. I977 name Robin /Medforth-Mills/ +[0030] Name rkey: NRM635 offs: 0x00000be6 lens: 0x000000b8 + 0x00001be6: Ncount 6 + Keys and string offsets, strings + 1. 0x00001bea:RKEY I1344 0x00001c1a:offset 0x00000000 + 0x00001c32:string 'Roger /Mortimer/' + 2. 0x00001bf2:RKEY I1904 0x00001c1e:offset 0x00000012 + 0x00001c44:string 'Roger /Mortimer/' + 3. 0x00001bfa:RKEY I1906 0x00001c22:offset 0x00000024 + 0x00001c56:string 'Roger /Mortimer/' + 4. 0x00001c02:RKEY I1908 0x00001c26:offset 0x00000036 + 0x00001c68:string 'Roger /Mortimer/' + 5. 0x00001c0a:RKEY I1910 0x00001c2a:offset 0x00000048 + 0x00001c7a:string 'Ralph /Mortimer/' + 6. 0x00001c12:RKEY I2280 0x00001c2e:offset 0x0000005a + 0x00001c8c:string 'Roger /Mortimer/' + Assembled data for NRM635 + 1. I1344 name Roger /Mortimer/ + 2. I1904 name Roger /Mortimer/ + 3. I1906 name Roger /Mortimer/ + 4. I1908 name Roger /Mortimer/ + 5. I1910 name Ralph /Mortimer/ + 6. I2280 name Roger /Mortimer/ +[0031] Name rkey: NRN140 offs: 0x00000c9e lens: 0x00000041 + 0x00001c9e: Ncount 2 + Keys and string offsets, strings + 1. 0x00001ca2:RKEY I987 0x00001cb2:offset 0x00000000 + 0x00001cba:string 'Richard /Neville/' + 2. 0x00001caa:RKEY I1342 0x00001cb6:offset 0x00000013 + 0x00001ccd:string 'Richard /Nevill/' + Assembled data for NRN140 + 1. I987 name Richard /Neville/ + 2. I1342 name Richard /Nevill/ +[0032] Name rkey: NRP400 offs: 0x00000cdf lens: 0x00000020 + 0x00001cdf: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ce3:RKEY I2275 0x00001ceb:offset 0x00000000 + 0x00001cef:string 'Richard /Pole/' + Assembled data for NRP400 + 1. I2275 name Richard /Pole/ +[0033] Name rkey: NRP453 offs: 0x00000cff lens: 0x00000056 + 0x00001cff: Ncount 2 + Keys and string offsets, strings + 1. 0x00001d03:RKEY I988 0x00001d13:offset 0x00000000 + 0x00001d1b:string 'Richard /Plantagenet/' + 2. 0x00001d0b:RKEY I1023 0x00001d17:offset 0x00000017 + 0x00001d32:string 'Richard of_Cambridge /Plantagenet/' + Assembled data for NRP453 + 1. I988 name Richard /Plantagenet/ + 2. I1023 name Richard of_Cambridge /Plantagenet/ +[0034] Name rkey: NRR262 offs: 0x00000d55 lens: 0x00000022 + 0x00001d55: Ncount 1 + Keys and string offsets, strings + 1. 0x00001d59:RKEY I2113 0x00001d61:offset 0x00000000 + 0x00001d65:string 'Richard /Rogers/' + Assembled data for NRR262 + 1. I2113 name Richard /Rogers/ +[0035] Name rkey: NRS152 offs: 0x00000d77 lens: 0x00000022 + 0x00001d77: Ncount 1 + Keys and string offsets, strings + 1. 0x00001d7b:RKEY I2092 0x00001d83:offset 0x00000000 + 0x00001d87:string 'Robert /Spencer/' + Assembled data for NRS152 + 1. I2092 name Robert /Spencer/ +[0036] Name rkey: NRS346 offs: 0x00000d99 lens: 0x00000027 + 0x00001d99: Ncount 1 + Keys and string offsets, strings + 1. 0x00001d9d:RKEY I2093 0x00001da5:offset 0x00000000 + 0x00001da9:string 'Robert /St._Lawrence/' + Assembled data for NRS346 + 1. I2093 name Robert /St._Lawrence/ +[0037] Name rkey: NRS363 offs: 0x00000dc0 lens: 0x00000021 + 0x00001dc0: Ncount 1 + Keys and string offsets, strings + 1. 0x00001dc4:RKEY I731 0x00001dcc:offset 0x00000000 + 0x00001dd0:string 'Robert /Stuart/' + Assembled data for NRS363 + 1. I731 name Robert /Stuart/ +[0038] Name rkey: NRV562 offs: 0x00000de1 lens: 0x0000002f + 0x00001de1: Ncount 1 + Keys and string offsets, strings + 1. 0x00001de5:RKEY I513 0x00001ded:offset 0x00000000 + 0x00001df1:string 'Rosalie of_Hohenau /von_Rauch/' + Assembled data for NRV562 + 1. I513 name Rosalie of_Hohenau /von_Rauch/ +[0039] Name rkey: NRW314 offs: 0x00000e10 lens: 0x00000025 + 0x00001e10: Ncount 1 + Keys and string offsets, strings + 1. 0x00001e14:RKEY I2271 0x00001e1c:offset 0x00000000 + 0x00001e20:string 'Richard /Woodville/' + Assembled data for NRW314 + 1. I2271 name Richard /Woodville/ +[0040] Name rkey: NRW424 offs: 0x00000e35 lens: 0x00000025 + 0x00001e35: Ncount 1 + Keys and string offsets, strings + 1. 0x00001e39:RKEY I1914 0x00001e41:offset 0x00000000 + 0x00001e45:string 'Richard /Wellesley/' + Assembled data for NRW424 + 1. I1914 name Richard /Wellesley/ +[0041] Name rkey: NRW532 offs: 0x00000e5a lens: 0x0000005e + 0x00001e5a: Ncount 2 + Keys and string offsets, strings + 1. 0x00001e5e:RKEY I88 0x00001e6e:offset 0x00000000 + 0x00001e76:string 'Richard Alexander Walter/Windsor/' + 2. 0x00001e66:RKEY I318 0x00001e72:offset 0x00000022 + 0x00001e98:string 'Rose Victoria Birgitte/Windsor/' + Assembled data for NRW532 + 1. I88 name Richard Alexander Walter/Windsor/ + 2. I318 name Rose Victoria Birgitte/Windsor/ +[0042] Name rkey: NRZ999 offs: 0x00000eb8 lens: 0x000006e6 + 0x00001eb8: Ncount 57 + Keys and string offsets, strings + 1. 0x00001ebc:RKEY I260 0x00002084:offset 0x00000000 + 0x00002168:string 'Rene of_Bourbon-Parma //' + 2. 0x00001ec4:RKEY I287 0x00002088:offset 0x00000019 + 0x00002181:string 'Rupert //' + 3. 0x00001ecc:RKEY I636 0x0000208c:offset 0x00000024 + 0x0000218c:string 'Rainier_III of_Monaco //' + 4. 0x00001ed4:RKEY I689 0x00002090:offset 0x0000003d + 0x000021a5:string 'Rupprecht of_Bavaria //' + 5. 0x00001edc:RKEY I766 0x00002094:offset 0x00000055 + 0x000021bd:string 'Rupert of_Cumberland //' + 6. 0x00001ee4:RKEY I958 0x00002098:offset 0x0000006d + 0x000021d5:string 'Ragnhild Alexandra //' + 7. 0x00001eec:RKEY I984 0x0000209c:offset 0x00000083 + 0x000021eb:string 'Richard_III //' + 8. 0x00001ef4:RKEY I990 0x000020a0:offset 0x00000093 + 0x000021fb:string 'Ralph of_Westmoreland 1st//' + 9. 0x00001efc:RKEY I1003 0x000020a4:offset 0x000000af + 0x00002217:string 'Richard //' + 10. 0x00001f04:RKEY I1185 0x000020a8:offset 0x000000bb + 0x00002223:string 'Rudolf //' + 11. 0x00001f0c:RKEY I1253 0x000020ac:offset 0x000000c6 + 0x0000222e:string 'Richard de_Burgh //' + 12. 0x00001f14:RKEY I1259 0x000020b0:offset 0x000000da + 0x00002242:string 'Rainald_II of_Gueldres //' + 13. 0x00001f1c:RKEY I1286 0x000020b4:offset 0x000000f4 + 0x0000225c:string 'Richard //' + 14. 0x00001f24:RKEY I1367 0x000020b8:offset 0x00000100 + 0x00002268:string 'Richard //' + 15. 0x00001f2c:RKEY I1376 0x000020bc:offset 0x0000010c + 0x00002274:string 'Richard_I Coeur_de_Lion //' + 16. 0x00001f34:RKEY I1382 0x000020c0:offset 0x00000127 + 0x0000228f:string 'Robert Curthose //' + 17. 0x00001f3c:RKEY I1383 0x000020c4:offset 0x0000013a + 0x000022a2:string 'Richard //' + 18. 0x00001f44:RKEY I1393 0x000020c8:offset 0x00000146 + 0x000022ae:string 'Robert of_Gloucester //' + 19. 0x00001f4c:RKEY I1412 0x000020cc:offset 0x0000015e + 0x000022c6:string 'Richard_II //' + 20. 0x00001f54:RKEY I1439 0x000020d0:offset 0x0000016d + 0x000022d5:string 'Rudolf //' + 21. 0x00001f5c:RKEY I1455 0x000020d4:offset 0x00000178 + 0x000022e0:string 'Robert_II //' + 22. 0x00001f64:RKEY I1457 0x000020d8:offset 0x00000186 + 0x000022ee:string 'Robert_III //' + 23. 0x00001f6c:RKEY I1459 0x000020dc:offset 0x00000195 + 0x000022fd:string 'Robert //' + 24. 0x00001f74:RKEY I1525 0x000020e0:offset 0x000001a0 + 0x00002308:string 'Robert the_Devil //' + 25. 0x00001f7c:RKEY I1527 0x000020e4:offset 0x000001b4 + 0x0000231c:string 'Richard_II of_Normandy //' + 26. 0x00001f84:RKEY I1529 0x000020e8:offset 0x000001ce + 0x00002336:string 'Richard_III of_Normandy //' + 27. 0x00001f8c:RKEY I1530 0x000020ec:offset 0x000001e9 + 0x00002351:string 'Richard_I the_Fearless of_Normandy//' + 28. 0x00001f94:RKEY I1555 0x000020f0:offset 0x0000020e + 0x00002376:string 'Robert //' + 29. 0x00001f9c:RKEY I1558 0x000020f4:offset 0x00000219 + 0x00002381:string 'Raymond_VI of_Toulouse //' + 30. 0x00001fa4:RKEY I1566 0x000020f8:offset 0x00000233 + 0x0000239b:string 'Rostislav //' + 31. 0x00001fac:RKEY I1589 0x000020fc:offset 0x00000241 + 0x000023a9:string 'Ralph de_Monthermer //' + 32. 0x00001fb4:RKEY I1673 0x00002100:offset 0x00000258 + 0x000023c0:string 'Richard of_Sayn- Wittgenstein-//' + 33. 0x00001fbc:RKEY I1857 0x00002104:offset 0x00000279 + 0x000023e1:string 'Reiner of_Montferrat //' + 34. 0x00001fc4:RKEY I1875 0x00002108:offset 0x00000291 + 0x000023f9:string 'Ranulph //' + 35. 0x00001fcc:RKEY I1881 0x0000210c:offset 0x0000029d + 0x00002405:string 'Raymond of_Provence //' + 36. 0x00001fd4:RKEY I1888 0x00002110:offset 0x000002b4 + 0x0000241c:string 'Richard //' + 37. 0x00001fdc:RKEY I1890 0x00002114:offset 0x000002c0 + 0x00002428:string 'Richard De_Clare of_Gloucester//' + 38. 0x00001fe4:RKEY I1894 0x00002118:offset 0x000002e1 + 0x00002449:string 'Robert //' + 39. 0x00001fec:RKEY I1897 0x0000211c:offset 0x000002ec + 0x00002454:string 'Robert_IV //' + 40. 0x00001ff4:RKEY I1912 0x00002120:offset 0x000002fa + 0x00002462:string 'Reginald De_Braose //' + 41. 0x00001ffc:RKEY I1938 0x00002124:offset 0x00000310 + 0x00002478:string 'Rhodri Mawr (the_Great)//' + 42. 0x00002004:RKEY I1974 0x00002128:offset 0x0000032a + 0x00002492:string 'Redburh //' + 43. 0x0000200c:RKEY I2156 0x0000212c:offset 0x00000336 + 0x0000249e:string 'Romaine //' + 44. 0x00002014:RKEY I2165 0x00002130:offset 0x00000342 + 0x000024aa:string 'Robin Alexander //' + 45. 0x0000201c:RKEY I2180 0x00002134:offset 0x00000355 + 0x000024bd:string 'Rhys_Ap Gruffydd //' + 46. 0x00002024:RKEY I2182 0x00002138:offset 0x00000369 + 0x000024d1:string 'Rhys_Ap Twedwr //' + 47. 0x0000202c:RKEY I2219 0x0000213c:offset 0x0000037b + 0x000024e3:string 'Richard (Strongbow) //' + 48. 0x00002034:RKEY I2263 0x00002140:offset 0x00000392 + 0x000024fa:string 'Run of_Strathclyde //' + 49. 0x0000203c:RKEY I2272 0x00002144:offset 0x000003a8 + 0x00002510:string 'Rene //' + 50. 0x00002044:RKEY I2458 0x00002148:offset 0x000003b1 + 0x00002519:string 'Robert_II the_Pious //' + 51. 0x0000204c:RKEY I2468 0x0000214c:offset 0x000003c8 + 0x00002530:string 'Roger_II //' + 52. 0x00002054:RKEY I2470 0x00002150:offset 0x000003d5 + 0x0000253d:string 'Robert //' + 53. 0x0000205c:RKEY I2521 0x00002154:offset 0x000003e0 + 0x00002548:string 'Robert of_Artois //' + 54. 0x00002064:RKEY I2533 0x00002158:offset 0x000003f4 + 0x0000255c:string 'Robert //' + 55. 0x0000206c:RKEY I2844 0x0000215c:offset 0x000003ff + 0x00002567:string 'Raymond of_Castel //' + 56. 0x00002074:RKEY I2905 0x00002160:offset 0x00000414 + 0x0000257c:string 'Rudolph of_Austria //' + 57. 0x0000207c:RKEY I2957 0x00002164:offset 0x0000042a + 0x00002592:string 'Richard //' + Assembled data for NRZ999 + 1. I260 name Rene of_Bourbon-Parma // + 2. I287 name Rupert // + 3. I636 name Rainier_III of_Monaco // + 4. I689 name Rupprecht of_Bavaria // + 5. I766 name Rupert of_Cumberland // + 6. I958 name Ragnhild Alexandra // + 7. I984 name Richard_III // + 8. I990 name Ralph of_Westmoreland 1st// + 9. I1003 name Richard // + 10. I1185 name Rudolf // + 11. I1253 name Richard de_Burgh // + 12. I1259 name Rainald_II of_Gueldres // + 13. I1286 name Richard // + 14. I1367 name Richard // + 15. I1376 name Richard_I Coeur_de_Lion // + 16. I1382 name Robert Curthose // + 17. I1383 name Richard // + 18. I1393 name Robert of_Gloucester // + 19. I1412 name Richard_II // + 20. I1439 name Rudolf // + 21. I1455 name Robert_II // + 22. I1457 name Robert_III // + 23. I1459 name Robert // + 24. I1525 name Robert the_Devil // + 25. I1527 name Richard_II of_Normandy // + 26. I1529 name Richard_III of_Normandy // + 27. I1530 name Richard_I the_Fearless of_Normandy// + 28. I1555 name Robert // + 29. I1558 name Raymond_VI of_Toulouse // + 30. I1566 name Rostislav // + 31. I1589 name Ralph de_Monthermer // + 32. I1673 name Richard of_Sayn- Wittgenstein-// + 33. I1857 name Reiner of_Montferrat // + 34. I1875 name Ranulph // + 35. I1881 name Raymond of_Provence // + 36. I1888 name Richard // + 37. I1890 name Richard De_Clare of_Gloucester// + 38. I1894 name Robert // + 39. I1897 name Robert_IV // + 40. I1912 name Reginald De_Braose // + 41. I1938 name Rhodri Mawr (the_Great)// + 42. I1974 name Redburh // + 43. I2156 name Romaine // + 44. I2165 name Robin Alexander // + 45. I2180 name Rhys_Ap Gruffydd // + 46. I2182 name Rhys_Ap Twedwr // + 47. I2219 name Richard (Strongbow) // + 48. I2263 name Run of_Strathclyde // + 49. I2272 name Rene // + 50. I2458 name Robert_II the_Pious // + 51. I2468 name Roger_II // + 52. I2470 name Robert // + 53. I2521 name Robert of_Artois // + 54. I2533 name Robert // + 55. I2844 name Raymond of_Castel // + 56. I2905 name Rudolph of_Austria // + 57. I2957 name Richard // +[0043] Name rkey: NSA652 offs: 0x0000159e lens: 0x00000039 + 0x0000259e: Ncount 1 + Keys and string offsets, strings + 1. 0x000025a2:RKEY I56 0x000025aa:offset 0x00000000 + 0x000025ae:string 'Sarah Frances Elizabeth/Armstrong-Jones/' + Assembled data for NSA652 + 1. I56 name Sarah Frances Elizabeth/Armstrong-Jones/ +[0044] Name rkey: NSB300 offs: 0x000015d7 lens: 0x0000001f + 0x000025d7: Ncount 1 + Keys and string offsets, strings + 1. 0x000025db:RKEY I377 0x000025e3:offset 0x00000000 + 0x000025e7:string 'Sarah /Boude/' + Assembled data for NSB300 + 1. I377 name Sarah /Boude/ +[0045] Name rkey: NSD131 offs: 0x000015f6 lens: 0x00000022 + 0x000025f6: Ncount 1 + Keys and string offsets, strings + 1. 0x000025fa:RKEY I2929 0x00002602:offset 0x00000000 + 0x00002606:string 'Susan /Deptford/' + Assembled data for NSD131 + 1. I2929 name Susan /Deptford/ +[0046] Name rkey: NSD553 offs: 0x00001618 lens: 0x00000025 + 0x00002618: Ncount 1 + Keys and string offsets, strings + 1. 0x0000261c:RKEY I873 0x00002624:offset 0x00000000 + 0x00002628:string 'Simon /de_Montfort/' + Assembled data for NSD553 + 1. I873 name Simon /de_Montfort/ +[0047] Name rkey: NSF616 offs: 0x0000163d lens: 0x0000002d + 0x0000263d: Ncount 1 + Keys and string offsets, strings + 1. 0x00002641:RKEY I263 0x00002649:offset 0x00000000 + 0x0000264d:string 'Sarah (Louisa) /Fairbrother/' + Assembled data for NSF616 + 1. I263 name Sarah (Louisa) /Fairbrother/ +[0048] Name rkey: NSF622 offs: 0x0000166a lens: 0x0000002a + 0x0000266a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000266e:RKEY I168 0x00002676:offset 0x00000000 + 0x0000267a:string 'Sarah Margaret /Ferguson/' + Assembled data for NSF622 + 1. I168 name Sarah Margaret /Ferguson/ +[0049] Name rkey: NSG600 offs: 0x00001694 lens: 0x00000036 + 0x00002694: Ncount 2 + Keys and string offsets, strings + 1. 0x00002698:RKEY I1014 0x000026a8:offset 0x00000000 + 0x000026b0:string 'Son /Grey/' + 2. 0x000026a0:RKEY I1015 0x000026ac:offset 0x0000000c + 0x000026bc:string 'Son_2 /Grey/' + Assembled data for NSG600 + 1. I1014 name Son /Grey/ + 2. I1015 name Son_2 /Grey/ +[0050] Name rkey: NSH516 offs: 0x000016ca lens: 0x00000066 + 0x000026ca: Ncount 3 + Keys and string offsets, strings + 1. 0x000026ce:RKEY I215 0x000026e6:offset 0x00000000 + 0x000026f2:string 'Sophia /Hanover/' + 2. 0x000026d6:RKEY I343 0x000026ea:offset 0x00000012 + 0x00002704:string 'Sophia Dorothea /Hanover/' + 3. 0x000026de:RKEY I736 0x000026ee:offset 0x0000002c + 0x0000271e:string 'Sophia /Hanover/' + Assembled data for NSH516 + 1. I215 name Sophia /Hanover/ + 2. I343 name Sophia Dorothea /Hanover/ + 3. I736 name Sophia /Hanover/ +[0051] Name rkey: NSH524 offs: 0x00001730 lens: 0x0000004a + 0x00002730: Ncount 2 + Keys and string offsets, strings + 1. 0x00002734:RKEY I1057 0x00002744:offset 0x00000000 + 0x0000274c:string 'Son /Hohenzollern/' + 2. 0x0000273c:RKEY I1106 0x00002748:offset 0x00000014 + 0x00002760:string 'Stephanie /Hohenzollern/' + Assembled data for NSH524 + 1. I1057 name Son /Hohenzollern/ + 2. I1106 name Stephanie /Hohenzollern/ +[0052] Name rkey: NSH532 offs: 0x0000177a lens: 0x0000002a + 0x0000277a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000277e:RKEY I2737 0x00002786:offset 0x00000000 + 0x0000278a:string 'Sonja Anita Maria/Hauntz/' + Assembled data for NSH532 + 1. I2737 name Sonja Anita Maria/Hauntz/ +[0053] Name rkey: NSH643 offs: 0x000017a4 lens: 0x00000023 + 0x000027a4: Ncount 1 + Keys and string offsets, strings + 1. 0x000027a8:RKEY I453 0x000027b0:offset 0x00000000 + 0x000027b4:string 'Sonja /Haraldsen/' + Assembled data for NSH643 + 1. I453 name Sonja /Haraldsen/ +[0054] Name rkey: NSK610 offs: 0x000017c7 lens: 0x00000022 + 0x000027c7: Ncount 1 + Keys and string offsets, strings + 1. 0x000027cb:RKEY I235 0x000027d3:offset 0x00000000 + 0x000027d7:string 'Sumner M. /Kirby/' + Assembled data for NSK610 + 1. I235 name Sumner M. /Kirby/ +[0055] Name rkey: NSL153 offs: 0x000017e9 lens: 0x00000026 + 0x000027e9: Ncount 1 + Keys and string offsets, strings + 1. 0x000027ed:RKEY I352 0x000027f5:offset 0x00000000 + 0x000027f9:string 'Sophie /la_Fontaine/' + Assembled data for NSL153 + 1. I352 name Sophie /la_Fontaine/ +[0056] Name rkey: NSL242 offs: 0x0000180f lens: 0x00000024 + 0x0000280f: Ncount 1 + Keys and string offsets, strings + 1. 0x00002813:RKEY I946 0x0000281b:offset 0x00000000 + 0x0000281f:string 'Sophie /Lascelles/' + Assembled data for NSL242 + 1. I946 name Sophie /Lascelles/ +[0057] Name rkey: NSL252 offs: 0x00001833 lens: 0x00000027 + 0x00002833: Ncount 1 + Keys and string offsets, strings + 1. 0x00002837:RKEY I2504 0x0000283f:offset 0x00000000 + 0x00002843:string 'Stanislaw /Leczinski/' + Assembled data for NSL252 + 1. I2504 name Stanislaw /Leczinski/ +[0058] Name rkey: NSM250 offs: 0x0000185a lens: 0x00000020 + 0x0000285a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000285e:RKEY I826 0x00002866:offset 0x00000000 + 0x0000286a:string 'Seamus /Makim/' + Assembled data for NSM250 + 1. I826 name Seamus /Makim/ +[0059] Name rkey: NSO145 offs: 0x0000187a lens: 0x00000023 + 0x0000287a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000287e:RKEY I1581 0x00002886:offset 0x00000000 + 0x0000288a:string 'Serge /Obelensky/' + Assembled data for NSO145 + 1. I1581 name Serge /Obelensky/ +[0060] Name rkey: NSO235 offs: 0x0000189d lens: 0x00000020 + 0x0000289d: Ncount 1 + Keys and string offsets, strings + 1. 0x000028a1:RKEY I794 0x000028a9:offset 0x00000000 + 0x000028ad:string 'Sarah /Ogston/' + Assembled data for NSO235 + 1. I794 name Sarah /Ogston/ +[0061] Name rkey: NSO435 offs: 0x000018bd lens: 0x0000002d + 0x000028bd: Ncount 1 + Keys and string offsets, strings + 1. 0x000028c1:RKEY I441 0x000028c9:offset 0x00000000 + 0x000028cd:string 'Sophia of_Greece /Oldenburg/' + Assembled data for NSO435 + 1. I441 name Sophia of_Greece /Oldenburg/ +[0062] Name rkey: NSR163 offs: 0x000018ea lens: 0x00000021 + 0x000028ea: Ncount 1 + Keys and string offsets, strings + 1. 0x000028ee:RKEY I2733 0x000028f6:offset 0x00000000 + 0x000028fa:string 'Sonia /Robbert/' + Assembled data for NSR163 + 1. I2733 name Sonia /Robbert/ +[0063] Name rkey: NSR232 offs: 0x0000190b lens: 0x00000035 + 0x0000290b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000290f:RKEY I2122 0x00002917:offset 0x00000000 + 0x0000291b:string 'Sigismund of_Transylvania /Ragotski/' + Assembled data for NSR232 + 1. I2122 name Sigismund of_Transylvania /Ragotski/ +[0064] Name rkey: NSR551 offs: 0x00001940 lens: 0x0000006b + 0x00002940: Ncount 3 + Keys and string offsets, strings + 1. 0x00002944:RKEY I151 0x0000295c:offset 0x00000000 + 0x00002968:string 'Serge Alexandrovich /Romanov/' + 2. 0x0000294c:RKEY I1325 0x00002960:offset 0x0000001e + 0x00002986:string 'Sophia /Romanov/' + 3. 0x00002954:RKEY I2672 0x00002964:offset 0x00000030 + 0x00002998:string 'Sergius /Romanov/' + Assembled data for NSR551 + 1. I151 name Serge Alexandrovich /Romanov/ + 2. I1325 name Sophia /Romanov/ + 3. I2672 name Sergius /Romanov/ +[0065] Name rkey: NSS152 offs: 0x000019ab lens: 0x00000021 + 0x000029ab: Ncount 1 + Keys and string offsets, strings + 1. 0x000029af:RKEY I240 0x000029b7:offset 0x00000000 + 0x000029bb:string 'Sarah /Spencer/' + Assembled data for NSS152 + 1. I240 name Sarah /Spencer/ +[0066] Name rkey: NSS363 offs: 0x000019cc lens: 0x00000021 + 0x000029cc: Ncount 1 + Keys and string offsets, strings + 1. 0x000029d0:RKEY I734 0x000029d8:offset 0x00000000 + 0x000029dc:string 'Sophia /Stuart/' + Assembled data for NSS363 + 1. I734 name Sophia /Stuart/ +[0067] Name rkey: NSS364 offs: 0x000019ed lens: 0x00000023 + 0x000029ed: Ncount 1 + Keys and string offsets, strings + 1. 0x000029f1:RKEY I2754 0x000029f9:offset 0x00000000 + 0x000029fd:string 'Stephan /Straehl/' + Assembled data for NSS364 + 1. I2754 name Stephan /Straehl/ +[0068] Name rkey: NSS564 offs: 0x00001a10 lens: 0x0000002b + 0x00002a10: Ncount 1 + Keys and string offsets, strings + 1. 0x00002a14:RKEY I1612 0x00002a1c:offset 0x00000000 + 0x00002a20:string 'Silvia Renate /Sommerlath/' + Assembled data for NSS564 + 1. I1612 name Silvia Renate /Sommerlath/ +[0069] Name rkey: NST360 offs: 0x00001a3b lens: 0x00000036 + 0x00002a3b: Ncount 2 + Keys and string offsets, strings + 1. 0x00002a3f:RKEY I845 0x00002a4f:offset 0x00000000 + 0x00002a57:string 'Son /Tudor/' + 2. 0x00002a47:RKEY I850 0x00002a53:offset 0x0000000d + 0x00002a64:string 'Son /Tudor/' + Assembled data for NST360 + 1. I845 name Son /Tudor/ + 2. I850 name Son /Tudor/ +[0070] Name rkey: NST524 offs: 0x00001a71 lens: 0x00000025 + 0x00002a71: Ncount 1 + Keys and string offsets, strings + 1. 0x00002a75:RKEY I2969 0x00002a7d:offset 0x00000000 + 0x00002a81:string 'Sylvana /Tomaselli/' + Assembled data for NST524 + 1. I2969 name Sylvana /Tomaselli/ +[0071] Name rkey: NSU452 offs: 0x00001a96 lens: 0x00000021 + 0x00002a96: Ncount 1 + Keys and string offsets, strings + 1. 0x00002a9a:RKEY I2837 0x00002aa2:offset 0x00000000 + 0x00002aa6:string 'Sophie /Ullens/' + Assembled data for NSU452 + 1. I2837 name Sophie /Ullens/ +[0072] Name rkey: NSW342 offs: 0x00001ab7 lens: 0x0000002c + 0x00002ab7: Ncount 1 + Keys and string offsets, strings + 1. 0x00002abb:RKEY I638 0x00002ac3:offset 0x00000000 + 0x00002ac7:string 'Sophie (twin) /Wittelsbach/' + Assembled data for NSW342 + 1. I638 name Sophie (twin) /Wittelsbach/ +[0073] Name rkey: NSW623 offs: 0x00001ae3 lens: 0x00000024 + 0x00002ae3: Ncount 1 + Keys and string offsets, strings + 1. 0x00002ae7:RKEY I170 0x00002aef:offset 0x00000000 + 0x00002af3:string 'Susan Mary /Wright/' + Assembled data for NSW623 + 1. I170 name Susan Mary /Wright/ +[0074] Name rkey: NSW635 offs: 0x00001b07 lens: 0x00000050 + 0x00002b07: Ncount 2 + Keys and string offsets, strings + 1. 0x00002b0b:RKEY I1072 0x00002b1b:offset 0x00000000 + 0x00002b23:string 'Sophia Dorothea /Wurttemberg/' + 2. 0x00002b13:RKEY I1077 0x00002b1f:offset 0x0000001e + 0x00002b41:string 'Sophie /Wurttemberg/' + Assembled data for NSW635 + 1. I1072 name Sophia Dorothea /Wurttemberg/ + 2. I1077 name Sophie /Wurttemberg/ +[0075] Name rkey: NSZ999 offs: 0x00001b57 lens: 0x000007b1 + 0x00002b57: Ncount 73 + Keys and string offsets, strings + 1. 0x00002b5b:RKEY I73 0x00002da3:offset 0x00000000 + 0x00002ec7:string 'Sigismund //' + 2. 0x00002b63:RKEY I76 0x00002da7:offset 0x0000000e + 0x00002ed5:string 'Sophie of_Prussia //' + 3. 0x00002b6b:RKEY I268 0x00002dab:offset 0x00000023 + 0x00002eea:string 'Son_1 //' + 4. 0x00002b73:RKEY I274 0x00002daf:offset 0x0000002d + 0x00002ef4:string 'Son_1 //' + 5. 0x00002b7b:RKEY I275 0x00002db3:offset 0x00000037 + 0x00002efe:string 'Son_2 //' + 6. 0x00002b83:RKEY I283 0x00002db7:offset 0x00000041 + 0x00002f08:string 'Son_2 //' + 7. 0x00002b8b:RKEY I288 0x00002dbb:offset 0x0000004b + 0x00002f12:string 'Son_2 //' + 8. 0x00002b93:RKEY I327 0x00002dbf:offset 0x00000055 + 0x00002f1c:string 'Son //' + 9. 0x00002b9b:RKEY I342 0x00002dc3:offset 0x0000005d + 0x00002f24:string 'Sophia Dorothea of_Celle//' + 10. 0x00002ba3:RKEY I447 0x00002dc7:offset 0x00000078 + 0x00002f3f:string 'Sigvard Oscar Fredrik//' + 11. 0x00002bab:RKEY I459 0x00002dcb:offset 0x00000090 + 0x00002f57:string 'Sophia //' + 12. 0x00002bb3:RKEY I476 0x00002dcf:offset 0x0000009b + 0x00002f62:string 'Sophia //' + 13. 0x00002bbb:RKEY I541 0x00002dd3:offset 0x000000a6 + 0x00002f6d:string 'Son_1 //' + 14. 0x00002bc3:RKEY I542 0x00002dd7:offset 0x000000b0 + 0x00002f77:string 'Son_2 //' + 15. 0x00002bcb:RKEY I543 0x00002ddb:offset 0x000000ba + 0x00002f81:string 'Son_3 //' + 16. 0x00002bd3:RKEY I547 0x00002ddf:offset 0x000000c4 + 0x00002f8b:string 'Sophie Charlotte //' + 17. 0x00002bdb:RKEY I560 0x00002de3:offset 0x000000d8 + 0x00002f9f:string 'Son Stillborn //' + 18. 0x00002be3:RKEY I602 0x00002de7:offset 0x000000e9 + 0x00002fb0:string 'Sibylla of_Saxe-Coburg //' + 19. 0x00002beb:RKEY I697 0x00002deb:offset 0x00000103 + 0x00002fca:string 'Son //' + 20. 0x00002bf3:RKEY I703 0x00002def:offset 0x0000010b + 0x00002fd2:string 'Son //' + 21. 0x00002bfb:RKEY I704 0x00002df3:offset 0x00000113 + 0x00002fda:string 'Son //' + 22. 0x00002c03:RKEY I732 0x00002df7:offset 0x0000011b + 0x00002fe2:string 'Son //' + 23. 0x00002c0b:RKEY I738 0x00002dfb:offset 0x00000123 + 0x00002fea:string 'Sophia of_Mecklenburg- Gustrow//' + 24. 0x00002c13:RKEY I771 0x00002dff:offset 0x00000144 + 0x0000300b:string 'Sophia Charlotte //' + 25. 0x00002c1b:RKEY I912 0x00002e03:offset 0x00000158 + 0x0000301f:string 'Stephanie //' + 26. 0x00002c23:RKEY I975 0x00002e07:offset 0x00000166 + 0x0000302d:string 'Sophie //' + 27. 0x00002c2b:RKEY I1037 0x00002e0b:offset 0x00000171 + 0x00003038:string 'Sophie of_Greece //' + 28. 0x00002c33:RKEY I1167 0x00002e0f:offset 0x00000185 + 0x0000304c:string 'Sophia //' + 29. 0x00002c3b:RKEY I1176 0x00002e13:offset 0x00000190 + 0x00003057:string 'Sophia Louise of_Mecklenburg-//' + 30. 0x00002c43:RKEY I1178 0x00002e17:offset 0x000001b0 + 0x00003077:string 'Son (stillborn) //' + 31. 0x00002c4b:RKEY I1192 0x00002e1b:offset 0x000001c3 + 0x0000308a:string 'Sophie //' + 32. 0x00002c53:RKEY I1200 0x00002e1f:offset 0x000001ce + 0x00003095:string 'Sophie //' + 33. 0x00002c5b:RKEY I1223 0x00002e23:offset 0x000001d9 + 0x000030a0:string 'Son //' + 34. 0x00002c63:RKEY I1397 0x00002e27:offset 0x000001e1 + 0x000030a8:string 'Stephen //' + 35. 0x00002c6b:RKEY I1512 0x00002e2b:offset 0x000001ed + 0x000030b4:string 'St_Margaret //' + 36. 0x00002c73:RKEY I1517 0x00002e2f:offset 0x000001fd + 0x000030c4:string 'Stephen Henry //' + 37. 0x00002c7b:RKEY I1551 0x00002e33:offset 0x0000020e + 0x000030d5:string 'Sweyn //' + 38. 0x00002c83:RKEY I1582 0x00002e37:offset 0x00000218 + 0x000030df:string 'Sanchia of_Provence //' + 39. 0x00002c8b:RKEY I1621 0x00002e3b:offset 0x0000022f + 0x000030f6:string 'Sophie Magdalene //' + 40. 0x00002c93:RKEY I1631 0x00002e3f:offset 0x00000243 + 0x0000310a:string 'Sophia Amelia //' + 41. 0x00002c9b:RKEY I1636 0x00002e43:offset 0x00000254 + 0x0000311b:string 'Sophie //' + 42. 0x00002ca3:RKEY I1638 0x00002e47:offset 0x0000025f + 0x00003126:string 'Sophia Magdalena //' + 43. 0x00002cab:RKEY I1644 0x00002e4b:offset 0x00000273 + 0x0000313a:string 'Sophia Frederica of_Mecklenburg-//' + 44. 0x00002cb3:RKEY I1692 0x00002e4f:offset 0x00000296 + 0x0000315d:string 'Sophie //' + 45. 0x00002cbb:RKEY I1702 0x00002e53:offset 0x000002a1 + 0x00003168:string 'Sophie Beatrix //' + 46. 0x00002cc3:RKEY I1748 0x00002e57:offset 0x000002b3 + 0x0000317a:string 'Sancho_III //' + 47. 0x00002ccb:RKEY I1751 0x00002e5b:offset 0x000002c2 + 0x00003189:string 'Sancho_IV //' + 48. 0x00002cd3:RKEY I1763 0x00002e5f:offset 0x000002d0 + 0x00003197:string 'Stephen_I //' + 49. 0x00002cdb:RKEY I1776 0x00002e63:offset 0x000002de + 0x000031a5:string 'Sweyn Forkbeard //' + 50. 0x00002ce3:RKEY I1787 0x00002e67:offset 0x000002f1 + 0x000031b8:string 'St._Elgiva //' + 51. 0x00002ceb:RKEY I1801 0x00002e6b:offset 0x00000300 + 0x000031c7:string 'Sihtric of Northumberland//' + 52. 0x00002cf3:RKEY I1851 0x00002e6f:offset 0x0000031c + 0x000031e3:string 'Sybilla //' + 53. 0x00002cfb:RKEY I1854 0x00002e73:offset 0x00000328 + 0x000031ef:string 'Sybil //' + 54. 0x00002d03:RKEY I1872 0x00002e77:offset 0x00000332 + 0x000031f9:string 'Sancho_VI //' + 55. 0x00002d0b:RKEY I1923 0x00002e7b:offset 0x00000340 + 0x00003207:string 'Sybil //' + 56. 0x00002d13:RKEY I2012 0x00002e7f:offset 0x0000034a + 0x00003211:string 'Sceldwa //' + 57. 0x00002d1b:RKEY I2018 0x00002e83:offset 0x00000356 + 0x0000321d:string 'Sceaf //' + 58. 0x00002d23:RKEY I2020 0x00002e87:offset 0x00000360 + 0x00003227:string 'Stuf //' + 59. 0x00002d2b:RKEY I2035 0x00002e8b:offset 0x00000369 + 0x00003230:string 'Sexburh //' + 60. 0x00002d33:RKEY I2146 0x00002e8f:offset 0x00000375 + 0x0000323c:string 'Sophia //' + 61. 0x00002d3b:RKEY I2224 0x00002e93:offset 0x00000380 + 0x00003247:string 'Sybil //' + 62. 0x00002d43:RKEY I2240 0x00002e97:offset 0x0000038a + 0x00003251:string 'Sybil //' + 63. 0x00002d4b:RKEY I2676 0x00002e9b:offset 0x00000394 + 0x0000325b:string 'Sophia of_Nassau //' + 64. 0x00002d53:RKEY I2714 0x00002e9f:offset 0x000003a8 + 0x0000326f:string 'Sybilla Louise //' + 65. 0x00002d5b:RKEY I2761 0x00002ea3:offset 0x000003ba + 0x00003281:string 'Sophia //' + 66. 0x00002d63:RKEY I2765 0x00002ea7:offset 0x000003c5 + 0x0000328c:string 'Son //' + 67. 0x00002d6b:RKEY I2775 0x00002eab:offset 0x000003cd + 0x00003294:string 'Sophia Bernadotte of_Wisborg//' + 68. 0x00002d73:RKEY I2898 0x00002eaf:offset 0x000003ec + 0x000032b3:string 'Sophia Antonia of_Brunswick//' + 69. 0x00002d7b:RKEY I2902 0x00002eb3:offset 0x0000040a + 0x000032d1:string 'Stephanie //' + 70. 0x00002d83:RKEY I2908 0x00002eb7:offset 0x00000418 + 0x000032df:string 'Sophia //' + 71. 0x00002d8b:RKEY I2966 0x00002ebb:offset 0x00000423 + 0x000032ea:string 'Son //' + 72. 0x00002d93:RKEY I2974 0x00002ebf:offset 0x0000042b + 0x000032f2:string 'Sophie //' + 73. 0x00002d9b:RKEY I2983 0x00002ec3:offset 0x00000436 + 0x000032fd:string 'Sophie //' + Assembled data for NSZ999 + 1. I73 name Sigismund // + 2. I76 name Sophie of_Prussia // + 3. I268 name Son_1 // + 4. I274 name Son_1 // + 5. I275 name Son_2 // + 6. I283 name Son_2 // + 7. I288 name Son_2 // + 8. I327 name Son // + 9. I342 name Sophia Dorothea of_Celle// + 10. I447 name Sigvard Oscar Fredrik// + 11. I459 name Sophia // + 12. I476 name Sophia // + 13. I541 name Son_1 // + 14. I542 name Son_2 // + 15. I543 name Son_3 // + 16. I547 name Sophie Charlotte // + 17. I560 name Son Stillborn // + 18. I602 name Sibylla of_Saxe-Coburg // + 19. I697 name Son // + 20. I703 name Son // + 21. I704 name Son // + 22. I732 name Son // + 23. I738 name Sophia of_Mecklenburg- Gustrow// + 24. I771 name Sophia Charlotte // + 25. I912 name Stephanie // + 26. I975 name Sophie // + 27. I1037 name Sophie of_Greece // + 28. I1167 name Sophia // + 29. I1176 name Sophia Louise of_Mecklenburg-// + 30. I1178 name Son (stillborn) // + 31. I1192 name Sophie // + 32. I1200 name Sophie // + 33. I1223 name Son // + 34. I1397 name Stephen // + 35. I1512 name St_Margaret // + 36. I1517 name Stephen Henry // + 37. I1551 name Sweyn // + 38. I1582 name Sanchia of_Provence // + 39. I1621 name Sophie Magdalene // + 40. I1631 name Sophia Amelia // + 41. I1636 name Sophie // + 42. I1638 name Sophia Magdalena // + 43. I1644 name Sophia Frederica of_Mecklenburg-// + 44. I1692 name Sophie // + 45. I1702 name Sophie Beatrix // + 46. I1748 name Sancho_III // + 47. I1751 name Sancho_IV // + 48. I1763 name Stephen_I // + 49. I1776 name Sweyn Forkbeard // + 50. I1787 name St._Elgiva // + 51. I1801 name Sihtric of Northumberland// + 52. I1851 name Sybilla // + 53. I1854 name Sybil // + 54. I1872 name Sancho_VI // + 55. I1923 name Sybil // + 56. I2012 name Sceldwa // + 57. I2018 name Sceaf // + 58. I2020 name Stuf // + 59. I2035 name Sexburh // + 60. I2146 name Sophia // + 61. I2224 name Sybil // + 62. I2240 name Sybil // + 63. I2676 name Sophia of_Nassau // + 64. I2714 name Sybilla Louise // + 65. I2761 name Sophia // + 66. I2765 name Son // + 67. I2775 name Sophia Bernadotte of_Wisborg// + 68. I2898 name Sophia Antonia of_Brunswick// + 69. I2902 name Stephanie // + 70. I2908 name Sophia // + 71. I2966 name Son // + 72. I2974 name Sophie // + 73. I2983 name Sophie // +[0076] Name rkey: NTB163 offs: 0x00002308 lens: 0x00000023 + 0x00003308: Ncount 1 + Keys and string offsets, strings + 1. 0x0000330c:RKEY I1437 0x00003314:offset 0x00000000 + 0x00003318:string 'Thomas /Beaufort/' + Assembled data for NTB163 + 1. I1437 name Thomas /Beaufort/ +[0077] Name rkey: NTB300 offs: 0x0000232b lens: 0x0000001f + 0x0000332b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000332f:RKEY I1473 0x00003337:offset 0x00000000 + 0x0000333b:string 'Thomas /Boyd/' + Assembled data for NTB300 + 1. I1473 name Thomas /Boyd/ +[0078] Name rkey: NTB450 offs: 0x0000234a lens: 0x0000002d + 0x0000334a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000334e:RKEY I2099 0x00003356:offset 0x00000000 + 0x0000335a:string 'Thomas of_Wiltshire /Boleyn/' + Assembled data for NTB450 + 1. I2099 name Thomas of_Wiltshire /Boleyn/ +[0079] Name rkey: NTB623 offs: 0x00002377 lens: 0x00000025 + 0x00003377: Ncount 1 + Keys and string offsets, strings + 1. 0x0000337b:RKEY I2792 0x00003383:offset 0x00000000 + 0x00003387:string 'Therese /Bergstrom/' + Assembled data for NTB623 + 1. I2792 name Therese /Bergstrom/ +[0080] Name rkey: NTC200 offs: 0x0000239c lens: 0x00000052 + 0x0000339c: Ncount 2 + Keys and string offsets, strings + 1. 0x000033a0:RKEY I2953 0x000033b0:offset 0x00000000 + 0x000033b8:string 'Thomas of_Leicester /Coke/' + 2. 0x000033a8:RKEY I2954 0x000033b4:offset 0x0000001b + 0x000033d3:string 'Thomas of_Leicester /Coke/' + Assembled data for NTC200 + 1. I2953 name Thomas of_Leicester /Coke/ + 2. I2954 name Thomas of_Leicester /Coke/ +[0081] Name rkey: NTC416 offs: 0x000023ee lens: 0x00000023 + 0x000033ee: Ncount 1 + Keys and string offsets, strings + 1. 0x000033f2:RKEY I2299 0x000033fa:offset 0x00000000 + 0x000033fe:string 'Thomas /Clifford/' + Assembled data for NTC416 + 1. I2299 name Thomas /Clifford/ +[0082] Name rkey: NTC635 offs: 0x00002411 lens: 0x00000024 + 0x00003411: Ncount 1 + Keys and string offsets, strings + 1. 0x00003415:RKEY I2080 0x0000341d:offset 0x00000000 + 0x00003421:string 'Thomas /Courtenay/' + Assembled data for NTC635 + 1. I2080 name Thomas /Courtenay/ +[0083] Name rkey: NTD215 offs: 0x00002435 lens: 0x00000031 + 0x00003435: Ncount 1 + Keys and string offsets, strings + 1. 0x00003439:RKEY I2295 0x00003441:offset 0x00000000 + 0x00003445:string 'Thomas of_Gloucester /Despencer/' + Assembled data for NTD215 + 1. I2295 name Thomas of_Gloucester /Despencer/ +[0084] Name rkey: NTF622 offs: 0x00002466 lens: 0x00000023 + 0x00003466: Ncount 1 + Keys and string offsets, strings + 1. 0x0000346a:RKEY I816 0x00003472:offset 0x00000000 + 0x00003476:string 'Thomas /Ferguson/' + Assembled data for NTF622 + 1. I816 name Thomas /Ferguson/ +[0085] Name rkey: NTG600 offs: 0x00002489 lens: 0x00000027 + 0x00003489: Ncount 1 + Keys and string offsets, strings + 1. 0x0000348d:RKEY I2273 0x00003495:offset 0x00000000 + 0x00003499:string 'Thomas of_Heton /Grey/' + Assembled data for NTG600 + 1. I2273 name Thomas of_Heton /Grey/ +[0086] Name rkey: NTH453 offs: 0x000024b0 lens: 0x00000040 + 0x000034b0: Ncount 2 + Keys and string offsets, strings + 1. 0x000034b4:RKEY I2058 0x000034c4:offset 0x00000000 + 0x000034cc:string 'Thomas /Holland/' + 2. 0x000034bc:RKEY I2277 0x000034c8:offset 0x00000012 + 0x000034de:string 'Thomas /Holland/' + Assembled data for NTH453 + 1. I2058 name Thomas /Holland/ + 2. I2277 name Thomas /Holland/ +[0087] Name rkey: NTH630 offs: 0x000024f0 lens: 0x00000139 + 0x000034f0: Ncount 10 + Keys and string offsets, strings + 1. 0x000034f4:RKEY I1011 0x00003544:offset 0x00000000 + 0x0000356c:string 'Thomas 3rd /Howard/' + 2. 0x000034fc:RKEY I2326 0x00003548:offset 0x00000014 + 0x00003580:string 'Thomas /Howard/' + 3. 0x00003504:RKEY I2341 0x0000354c:offset 0x00000025 + 0x00003591:string 'Thomas /Howard/' + 4. 0x0000350c:RKEY I2343 0x00003550:offset 0x00000036 + 0x000035a2:string 'Thomas /Howard/' + 5. 0x00003514:RKEY I2357 0x00003554:offset 0x00000047 + 0x000035b3:string 'Thomas /Howard/' + 6. 0x0000351c:RKEY I2359 0x00003558:offset 0x00000058 + 0x000035c4:string 'Thomas /Howard/' + 7. 0x00003524:RKEY I2369 0x0000355c:offset 0x00000069 + 0x000035d5:string 'Thomas /Howard/' + 8. 0x0000352c:RKEY I2372 0x00003560:offset 0x0000007a + 0x000035e6:string 'Thomas /Howard/' + 9. 0x00003534:RKEY I2375 0x00003564:offset 0x0000008b + 0x000035f7:string 'Theophilus /Howard/' + 10. 0x0000353c:RKEY I2376 0x00003568:offset 0x000000a0 + 0x0000360c:string 'Thomas of_Berkshire /Howard/' + Assembled data for NTH630 + 1. I1011 name Thomas 3rd /Howard/ + 2. I2326 name Thomas /Howard/ + 3. I2341 name Thomas /Howard/ + 4. I2343 name Thomas /Howard/ + 5. I2357 name Thomas /Howard/ + 6. I2359 name Thomas /Howard/ + 7. I2369 name Thomas /Howard/ + 8. I2372 name Thomas /Howard/ + 9. I2375 name Theophilus /Howard/ + 10. I2376 name Thomas of_Berkshire /Howard/ +[0088] Name rkey: NTK200 offs: 0x00002629 lens: 0x00000020 + 0x00003629: Ncount 1 + Keys and string offsets, strings + 1. 0x0000362d:RKEY I2333 0x00003635:offset 0x00000000 + 0x00003639:string 'Thomas /Keyes/' + Assembled data for NTK200 + 1. I2333 name Thomas /Keyes/ +[0089] Name rkey: NTK421 offs: 0x00002649 lens: 0x00000026 + 0x00003649: Ncount 1 + Keys and string offsets, strings + 1. 0x0000364d:RKEY I1560 0x00003655:offset 0x00000000 + 0x00003659:string 'Tikhon /Koulikovsky/' + Assembled data for NTK421 + 1. I1560 name Tikhon /Koulikovsky/ +[0090] Name rkey: NTK500 offs: 0x0000266f lens: 0x0000002f + 0x0000366f: Ncount 1 + Keys and string offsets, strings + 1. 0x00003673:RKEY I1009 0x0000367b:offset 0x00000000 + 0x0000367f:string 'Thomas of_Isle_of_Wight /Kyme/' + Assembled data for NTK500 + 1. I1009 name Thomas of_Isle_of_Wight /Kyme/ +[0091] Name rkey: NTL235 offs: 0x0000269e lens: 0x00000023 + 0x0000369e: Ncount 1 + Keys and string offsets, strings + 1. 0x000036a2:RKEY I2413 0x000036aa:offset 0x00000000 + 0x000036ae:string 'Thomas /Leighton/' + Assembled data for NTL235 + 1. I2413 name Thomas /Leighton/ +[0092] Name rkey: NTL242 offs: 0x000026c1 lens: 0x00000024 + 0x000036c1: Ncount 1 + Keys and string offsets, strings + 1. 0x000036c5:RKEY I949 0x000036cd:offset 0x00000000 + 0x000036d1:string 'Thomas /Lascelles/' + Assembled data for NTL242 + 1. I949 name Thomas /Lascelles/ +[0093] Name rkey: NTL512 offs: 0x000026e5 lens: 0x0000004c + 0x000036e5: Ncount 2 + Keys and string offsets, strings + 1. 0x000036e9:RKEY I184 0x000036f9:offset 0x00000000 + 0x00003701:string 'Thomas /Lyon-Bowes/' + 2. 0x000036f1:RKEY I186 0x000036fd:offset 0x00000015 + 0x00003716:string 'Thomas George /Lyon-Bowes/' + Assembled data for NTL512 + 1. I184 name Thomas /Lyon-Bowes/ + 2. I186 name Thomas George /Lyon-Bowes/ +[0094] Name rkey: NTM252 offs: 0x00002731 lens: 0x00000026 + 0x00003731: Ncount 1 + Keys and string offsets, strings + 1. 0x00003735:RKEY I2725 0x0000373d:offset 0x00000000 + 0x00003741:string 'Tord Gosta /Magnuson/' + Assembled data for NTM252 + 1. I2725 name Tord Gosta /Magnuson/ +[0095] Name rkey: NTM531 offs: 0x00002757 lens: 0x00000054 + 0x00003757: Ncount 2 + Keys and string offsets, strings + 1. 0x0000375b:RKEY I148 0x0000376b:offset 0x00000000 + 0x00003773:string 'Theodora /Mountbatten/' + 2. 0x00003763:RKEY I503 0x0000376f:offset 0x00000018 + 0x0000378b:string 'Tatiana Elizabeth /Mountbatten/' + Assembled data for NTM531 + 1. I148 name Theodora /Mountbatten/ + 2. I503 name Tatiana Elizabeth /Mountbatten/ +[0096] Name rkey: NTN140 offs: 0x000027ab lens: 0x00000022 + 0x000037ab: Ncount 1 + Keys and string offsets, strings + 1. 0x000037af:RKEY I2078 0x000037b7:offset 0x00000000 + 0x000037bb:string 'Thomas /Neville/' + Assembled data for NTN140 + 1. I2078 name Thomas /Neville/ +[0097] Name rkey: NTN463 offs: 0x000027cd lens: 0x0000001f + 0x000037cd: Ncount 1 + Keys and string offsets, strings + 1. 0x000037d1:RKEY I2808 0x000037d9:offset 0x00000000 + 0x000037dd:string 'Tore /Nilert/' + Assembled data for NTN463 + 1. I2808 name Tore /Nilert/ +[0098] Name rkey: NTP552 offs: 0x000027ec lens: 0x0000002c + 0x000037ec: Ncount 1 + Keys and string offsets, strings + 1. 0x000037f0:RKEY I2290 0x000037f8:offset 0x00000000 + 0x000037fc:string 'Thomas of_Basing /Poynings/' + Assembled data for NTP552 + 1. I2290 name Thomas of_Basing /Poynings/ +[0099] Name rkey: NTP600 offs: 0x00002818 lens: 0x00000028 + 0x00003818: Ncount 1 + Keys and string offsets, strings + 1. 0x0000381c:RKEY I865 0x00003824:offset 0x00000000 + 0x00003828:string 'Thomas of_Kendal /Parr/' + Assembled data for NTP600 + 1. I865 name Thomas of_Kendal /Parr/ +[0100] Name rkey: NTS342 offs: 0x00002840 lens: 0x00000024 + 0x00003840: Ncount 1 + Keys and string offsets, strings + 1. 0x00003844:RKEY I1021 0x0000384c:offset 0x00000000 + 0x00003850:string 'Thomas /St._Leger/' + Assembled data for NTS342 + 1. I1021 name Thomas /St._Leger/ +[0101] Name rkey: NTS354 offs: 0x00002864 lens: 0x00000022 + 0x00003864: Ncount 1 + Keys and string offsets, strings + 1. 0x00003868:RKEY I1351 0x00003870:offset 0x00000000 + 0x00003874:string 'Thomas /Stanley/' + Assembled data for NTS354 + 1. I1351 name Thomas /Stanley/ +[0102] Name rkey: NTS560 offs: 0x00002886 lens: 0x00000040 + 0x00003886: Ncount 2 + Keys and string offsets, strings + 1. 0x0000388a:RKEY I864 0x0000389a:offset 0x00000000 + 0x000038a2:string 'Thomas /Seymour/' + 2. 0x00003892:RKEY I2110 0x0000389e:offset 0x00000012 + 0x000038b4:string 'Thomas /Seymour/' + Assembled data for NTS560 + 1. I864 name Thomas /Seymour/ + 2. I2110 name Thomas /Seymour/ +[0103] Name rkey: NTT616 offs: 0x000028c6 lens: 0x00000025 + 0x000038c6: Ncount 1 + Keys and string offsets, strings + 1. 0x000038ca:RKEY I802 0x000038d2:offset 0x00000000 + 0x000038d6:string 'Thomas /Troubridge/' + Assembled data for NTT616 + 1. I802 name Thomas /Troubridge/ +[0104] Name rkey: NTW614 offs: 0x000028eb lens: 0x0000002a + 0x000038eb: Ncount 1 + Keys and string offsets, strings + 1. 0x000038ef:RKEY I171 0x000038f7:offset 0x00000000 + 0x000038fb:string 'Teackle Wallis /Warfield/' + Assembled data for NTW614 + 1. I171 name Teackle Wallis /Warfield/ +[0105] Name rkey: NTZ999 offs: 0x00002915 lens: 0x0000043d + 0x00003915: Ncount 37 + Keys and string offsets, strings + 1. 0x00003919:RKEY I47 0x00003a41:offset 0x00000000 + 0x00003ad5:string 'Tatiana Nicholovna //' + 2. 0x00003921:RKEY I222 0x00003a45:offset 0x00000016 + 0x00003aeb:string 'Twin-Boy_1 //' + 3. 0x00003929:RKEY I223 0x00003a49:offset 0x00000025 + 0x00003afa:string 'Twin-Boy_2 //' + 4. 0x00003931:RKEY I254 0x00003a4d:offset 0x00000034 + 0x00003b09:string 'Thyra of_Denmark //' + 5. 0x00003939:RKEY I508 0x00003a51:offset 0x00000048 + 0x00003b1d:string 'Two_Children //' + 6. 0x00003941:RKEY I874 0x00003a55:offset 0x00000059 + 0x00003b2e:string 'Tomislav of_Yugoslavia //' + 7. 0x00003949:RKEY I888 0x00003a59:offset 0x00000073 + 0x00003b48:string 'Tatiana Maria //' + 8. 0x00003951:RKEY I1142 0x00003a5d:offset 0x00000084 + 0x00003b59:string 'Therese of_Saxe- Hildburghausen//' + 9. 0x00003959:RKEY I1149 0x00003a61:offset 0x000000a6 + 0x00003b7b:string 'Theodolinde //' + 10. 0x00003961:RKEY I1181 0x00003a65:offset 0x000000b6 + 0x00003b8b:string 'Therese //' + 11. 0x00003969:RKEY I1224 0x00003a69:offset 0x000000c2 + 0x00003b97:string 'Thomas //' + 12. 0x00003971:RKEY I1242 0x00003a6d:offset 0x000000cd + 0x00003ba2:string 'Thomas of_Woodstock //' + 13. 0x00003979:RKEY I1278 0x00003a71:offset 0x000000e4 + 0x00003bb9:string 'Thomas of_Brotherton //' + 14. 0x00003981:RKEY I1452 0x00003a75:offset 0x000000fc + 0x00003bd1:string 'Thored //' + 15. 0x00003989:RKEY I1496 0x00003a79:offset 0x00000107 + 0x00003bdc:string 'Thomas //' + 16. 0x00003991:RKEY I1518 0x00003a7d:offset 0x00000112 + 0x00003be7:string 'Theobald //' + 17. 0x00003999:RKEY I1563 0x00003a81:offset 0x0000011f + 0x00003bf4:string 'Theodore //' + 18. 0x000039a1:RKEY I1665 0x00003a85:offset 0x0000012c + 0x00003c01:string 'Thyra //' + 19. 0x000039a9:RKEY I1871 0x00003a89:offset 0x00000136 + 0x00003c0b:string 'Theodore of_Flanders //' + 20. 0x000039b1:RKEY I2010 0x00003a8d:offset 0x0000014e + 0x00003c23:string 'Taetwa //' + 21. 0x000039b9:RKEY I2171 0x00003a91:offset 0x00000159 + 0x00003c2e:string 'Thomas //' + 22. 0x000039c1:RKEY I2173 0x00003a95:offset 0x00000164 + 0x00003c39:string 'Tudor Fychan of_Pemmynydd//' + 23. 0x000039c9:RKEY I2176 0x00003a99:offset 0x00000180 + 0x00003c55:string 'Tudor Hen //' + 24. 0x000039d1:RKEY I2183 0x00003a9d:offset 0x0000018d + 0x00003c62:string 'Tewdwr Mawr the_Great//' + 25. 0x000039d9:RKEY I2196 0x00003aa1:offset 0x000001a5 + 0x00003c7a:string 'Turlough Don //' + 26. 0x000039e1:RKEY I2197 0x00003aa5:offset 0x000001b5 + 0x00003c8a:string 'Teige An_Chomard //' + 27. 0x000039e9:RKEY I2198 0x00003aa9:offset 0x000001c9 + 0x00003c9e:string 'Turlough Bog the_Soft//' + 28. 0x000039f1:RKEY I2202 0x00003aad:offset 0x000001e1 + 0x00003cb6:string 'Turlough //' + 29. 0x000039f9:RKEY I2203 0x00003ab1:offset 0x000001ee + 0x00003cc3:string 'Teige Caeluisce //' + 30. 0x00003a01:RKEY I2208 0x00003ab5:offset 0x00000201 + 0x00003cd6:string 'Turlough //' + 31. 0x00003a09:RKEY I2210 0x00003ab9:offset 0x0000020e + 0x00003ce3:string 'Turough //' + 32. 0x00003a11:RKEY I2211 0x00003abd:offset 0x0000021a + 0x00003cef:string 'Teige (Terence) //' + 33. 0x00003a19:RKEY I2287 0x00003ac1:offset 0x0000022d + 0x00003d02:string 'Thomas //' + 34. 0x00003a21:RKEY I2590 0x00003ac5:offset 0x00000238 + 0x00003d0d:string 'Theutberga of_Valois //' + 35. 0x00003a29:RKEY I2660 0x00003ac9:offset 0x00000250 + 0x00003d25:string 'Theodore //' + 36. 0x00003a31:RKEY I2727 0x00003acd:offset 0x0000025d + 0x00003d32:string 'Tord Oscar Fredrik//' + 37. 0x00003a39:RKEY I2870 0x00003ad1:offset 0x00000272 + 0x00003d47:string 'Thomas //' + Assembled data for NTZ999 + 1. I47 name Tatiana Nicholovna // + 2. I222 name Twin-Boy_1 // + 3. I223 name Twin-Boy_2 // + 4. I254 name Thyra of_Denmark // + 5. I508 name Two_Children // + 6. I874 name Tomislav of_Yugoslavia // + 7. I888 name Tatiana Maria // + 8. I1142 name Therese of_Saxe- Hildburghausen// + 9. I1149 name Theodolinde // + 10. I1181 name Therese // + 11. I1224 name Thomas // + 12. I1242 name Thomas of_Woodstock // + 13. I1278 name Thomas of_Brotherton // + 14. I1452 name Thored // + 15. I1496 name Thomas // + 16. I1518 name Theobald // + 17. I1563 name Theodore // + 18. I1665 name Thyra // + 19. I1871 name Theodore of_Flanders // + 20. I2010 name Taetwa // + 21. I2171 name Thomas // + 22. I2173 name Tudor Fychan of_Pemmynydd// + 23. I2176 name Tudor Hen // + 24. I2183 name Tewdwr Mawr the_Great// + 25. I2196 name Turlough Don // + 26. I2197 name Teige An_Chomard // + 27. I2198 name Turlough Bog the_Soft// + 28. I2202 name Turlough // + 29. I2203 name Teige Caeluisce // + 30. I2208 name Turlough // + 31. I2210 name Turough // + 32. I2211 name Teige (Terence) // + 33. I2287 name Thomas // + 34. I2590 name Theutberga of_Valois // + 35. I2660 name Theodore // + 36. I2727 name Tord Oscar Fredrik// + 37. I2870 name Thomas // +[0106] Name rkey: NUB260 offs: 0x00002d52 lens: 0x00000020 + 0x00003d52: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d56:RKEY I917 0x00003d5e:offset 0x00000000 + 0x00003d62:string 'Ulf /Bauscher/' + Assembled data for NUB260 + 1. I917 name Ulf /Bauscher/ +[0107] Name rkey: NUS545 offs: 0x00002d72 lens: 0x00000033 + 0x00003d72: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d76:RKEY I1772 0x00003d7e:offset 0x00000000 + 0x00003d82:string 'Ulfcytel of_East_Anglia /Snylling/' + Assembled data for NUS545 + 1. I1772 name Ulfcytel of_East_Anglia /Snylling/ +[0108] Name rkey: NUW635 offs: 0x00002da5 lens: 0x00000026 + 0x00003da5: Ncount 1 + Keys and string offsets, strings + 1. 0x00003da9:RKEY I1093 0x00003db1:offset 0x00000000 + 0x00003db5:string 'Ulrich /Wurttemberg/' + Assembled data for NUW635 + 1. I1093 name Ulrich /Wurttemberg/ +[0109] Name rkey: NUZ999 offs: 0x00002dcb lens: 0x00000382 + 0x00003dcb: Ncount 37 + Keys and string offsets, strings + 1. 0x00003dcf:RKEY I577 0x00003ef7:offset 0x00000000 + 0x00003f8b:string 'Unknown //' + 2. 0x00003dd7:RKEY I579 0x00003efb:offset 0x0000000c + 0x00003f97:string 'Unknown //' + 3. 0x00003ddf:RKEY I581 0x00003eff:offset 0x00000018 + 0x00003fa3:string 'Unknown //' + 4. 0x00003de7:RKEY I583 0x00003f03:offset 0x00000024 + 0x00003faf:string 'Unknown //' + 5. 0x00003def:RKEY I585 0x00003f07:offset 0x00000030 + 0x00003fbb:string 'Unknown //' + 6. 0x00003df7:RKEY I612 0x00003f0b:offset 0x0000003c + 0x00003fc7:string 'Unknown //' + 7. 0x00003dff:RKEY I622 0x00003f0f:offset 0x00000048 + 0x00003fd3:string 'Unknown //' + 8. 0x00003e07:RKEY I624 0x00003f13:offset 0x00000054 + 0x00003fdf:string 'Unknown //' + 9. 0x00003e0f:RKEY I627 0x00003f17:offset 0x00000060 + 0x00003feb:string 'Unknown //' + 10. 0x00003e17:RKEY I633 0x00003f1b:offset 0x0000006c + 0x00003ff7:string 'Unknown //' + 11. 0x00003e1f:RKEY I642 0x00003f1f:offset 0x00000078 + 0x00004003:string 'Unknown //' + 12. 0x00003e27:RKEY I644 0x00003f23:offset 0x00000084 + 0x0000400f:string 'Unknown //' + 13. 0x00003e2f:RKEY I647 0x00003f27:offset 0x00000090 + 0x0000401b:string 'Unknown //' + 14. 0x00003e37:RKEY I662 0x00003f2b:offset 0x0000009c + 0x00004027:string 'Unknown //' + 15. 0x00003e3f:RKEY I664 0x00003f2f:offset 0x000000a8 + 0x00004033:string 'Unknown //' + 16. 0x00003e47:RKEY I670 0x00003f33:offset 0x000000b4 + 0x0000403f:string 'Unknown //' + 17. 0x00003e4f:RKEY I674 0x00003f37:offset 0x000000c0 + 0x0000404b:string 'Unknown //' + 18. 0x00003e57:RKEY I681 0x00003f3b:offset 0x000000cc + 0x00004057:string 'Unknown //' + 19. 0x00003e5f:RKEY I805 0x00003f3f:offset 0x000000d8 + 0x00004063:string 'Unknown //' + 20. 0x00003e67:RKEY I997 0x00003f43:offset 0x000000e4 + 0x0000406f:string 'Ursula //' + 21. 0x00003e6f:RKEY I1122 0x00003f47:offset 0x000000ef + 0x0000407a:string 'Umberto_II //' + 22. 0x00003e77:RKEY I1307 0x00003f4b:offset 0x000000fe + 0x00004089:string 'Unknown //' + 23. 0x00003e7f:RKEY I1315 0x00003f4f:offset 0x0000010a + 0x00004095:string 'Unknown //' + 24. 0x00003e87:RKEY I1317 0x00003f53:offset 0x00000116 + 0x000040a1:string 'Unknown //' + 25. 0x00003e8f:RKEY I1320 0x00003f57:offset 0x00000122 + 0x000040ad:string 'Unknown //' + 26. 0x00003e97:RKEY I1322 0x00003f5b:offset 0x0000012e + 0x000040b9:string 'Unknown //' + 27. 0x00003e9f:RKEY I1479 0x00003f5f:offset 0x0000013a + 0x000040c5:string 'Unknown //' + 28. 0x00003ea7:RKEY I1481 0x00003f63:offset 0x00000146 + 0x000040d1:string 'Unknown //' + 29. 0x00003eaf:RKEY I1485 0x00003f67:offset 0x00000152 + 0x000040dd:string 'Unknown //' + 30. 0x00003eb7:RKEY I1770 0x00003f6b:offset 0x0000015e + 0x000040e9:string 'Uchtred //' + 31. 0x00003ebf:RKEY I2019 0x00003f6f:offset 0x0000016a + 0x000040f5:string 'Unknown //' + 32. 0x00003ec7:RKEY I2034 0x00003f73:offset 0x00000176 + 0x00004101:string 'Unknown //' + 33. 0x00003ecf:RKEY I2207 0x00003f77:offset 0x00000182 + 0x0000410d:string 'Urlachan //' + 34. 0x00003ed7:RKEY I2262 0x00003f7b:offset 0x0000018f + 0x0000411a:string 'Unknown_Dau. //' + 35. 0x00003edf:RKEY I2461 0x00003f7f:offset 0x000001a0 + 0x0000412b:string 'Unknown //' + 36. 0x00003ee7:RKEY I2858 0x00003f83:offset 0x000001ac + 0x00004137:string 'Ulrica //' + 37. 0x00003eef:RKEY I2860 0x00003f87:offset 0x000001b7 + 0x00004142:string 'Ulrich //' + Assembled data for NUZ999 + 1. I577 name Unknown // + 2. I579 name Unknown // + 3. I581 name Unknown // + 4. I583 name Unknown // + 5. I585 name Unknown // + 6. I612 name Unknown // + 7. I622 name Unknown // + 8. I624 name Unknown // + 9. I627 name Unknown // + 10. I633 name Unknown // + 11. I642 name Unknown // + 12. I644 name Unknown // + 13. I647 name Unknown // + 14. I662 name Unknown // + 15. I664 name Unknown // + 16. I670 name Unknown // + 17. I674 name Unknown // + 18. I681 name Unknown // + 19. I805 name Unknown // + 20. I997 name Ursula // + 21. I1122 name Umberto_II // + 22. I1307 name Unknown // + 23. I1315 name Unknown // + 24. I1317 name Unknown // + 25. I1320 name Unknown // + 26. I1322 name Unknown // + 27. I1479 name Unknown // + 28. I1481 name Unknown // + 29. I1485 name Unknown // + 30. I1770 name Uchtred // + 31. I2019 name Unknown // + 32. I2034 name Unknown // + 33. I2207 name Urlachan // + 34. I2262 name Unknown_Dau. // + 35. I2461 name Unknown // + 36. I2858 name Ulrica // + 37. I2860 name Ulrich // +[0110] Name rkey: NVB000 offs: 0x0000314d lens: 0x00000020 + 0x0000414d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004151:RKEY I2710 0x00004159:offset 0x00000000 + 0x0000415d:string 'Victoria /Bee/' + Assembled data for NVB000 + 1. I2710 name Victoria /Bee/ +[0111] Name rkey: NVB245 offs: 0x0000316d lens: 0x0000002d + 0x0000416d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004171:RKEY I173 0x00004179:offset 0x00000000 + 0x0000417d:string 'Violet Hyacinth /Bowes-Lyon/' + Assembled data for NVB245 + 1. I173 name Violet Hyacinth /Bowes-Lyon/ +[0112] Name rkey: NVG620 offs: 0x0000319a lens: 0x00000025 + 0x0000419a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000419e:RKEY I891 0x000041a6:offset 0x00000000 + 0x000041aa:string 'Vladimir K. /George/' + Assembled data for NVG620 + 1. I891 name Vladimir K. /George/ +[0113] Name rkey: NVH516 offs: 0x000031bf lens: 0x00000024 + 0x000041bf: Ncount 1 + Keys and string offsets, strings + 1. 0x000041c3:RKEY I1 0x000041cb:offset 0x00000000 + 0x000041cf:string 'Victoria /Hanover/' + Assembled data for NVH516 + 1. I1 name Victoria /Hanover/ +[0114] Name rkey: NVK651 offs: 0x000031e3 lens: 0x00000026 + 0x000041e3: Ncount 1 + Keys and string offsets, strings + 1. 0x000041e7:RKEY I2927 0x000041ef:offset 0x00000000 + 0x000041f3:string 'Valerian /Karnovich/' + Assembled data for NVK651 + 1. I2927 name Valerian /Karnovich/ +[0115] Name rkey: NVL230 offs: 0x00003209 lens: 0x00000025 + 0x00004209: Ncount 1 + Keys and string offsets, strings + 1. 0x0000420d:RKEY I2962 0x00004215:offset 0x00000000 + 0x00004219:string 'Victoria /Lockwood/' + Assembled data for NVL230 + 1. I2962 name Victoria /Lockwood/ +[0116] Name rkey: NVM552 offs: 0x0000322e lens: 0x0000002c + 0x0000422e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004232:RKEY I1541 0x0000423a:offset 0x00000000 + 0x0000423e:string 'Vladimir of_Kiev /Monomakh/' + Assembled data for NVM552 + 1. I1541 name Vladimir of_Kiev /Monomakh/ +[0117] Name rkey: NVR551 offs: 0x0000325a lens: 0x0000006f + 0x0000425a: Ncount 3 + Keys and string offsets, strings + 1. 0x0000425e:RKEY I149 0x00004276:offset 0x00000000 + 0x00004282:string 'Vladimir /Romanov/' + 2. 0x00004266:RKEY I588 0x0000427a:offset 0x00000014 + 0x00004296:string 'Vladimir Cyrilovitch /Romanov/' + 3. 0x0000426e:RKEY I1357 0x0000427e:offset 0x00000033 + 0x000042b5:string 'Vladimir /Romanov/' + Assembled data for NVR551 + 1. I149 name Vladimir /Romanov/ + 2. I588 name Vladimir Cyrilovitch /Romanov/ + 3. I1357 name Vladimir /Romanov/ +[0118] Name rkey: NVV253 offs: 0x000032c9 lens: 0x0000002d + 0x000042c9: Ncount 1 + Keys and string offsets, strings + 1. 0x000042cd:RKEY I1347 0x000042d5:offset 0x00000000 + 0x000042d9:string 'Violante of_Milan /Visconti/' + Assembled data for NVV253 + 1. I1347 name Violante of_Milan /Visconti/ +[0119] Name rkey: NVZ999 offs: 0x000032f6 lens: 0x00000245 + 0x000042f6: Ncount 17 + Keys and string offsets, strings + 1. 0x000042fa:RKEY I3 0x00004382:offset 0x00000000 + 0x000043c6:string 'Victoria Adelaide Mary//' + 2. 0x00004302:RKEY I16 0x00004386:offset 0x00000019 + 0x000043df:string 'Victoria Alexandra Olga//' + 3. 0x0000430a:RKEY I27 0x0000438a:offset 0x00000033 + 0x000043f9:string 'Victoria Eugenie "Ena"//' + 4. 0x00004312:RKEY I38 0x0000438e:offset 0x0000004c + 0x00004412:string 'Victoria Alberta of_Hesse//' + 5. 0x0000431a:RKEY I74 0x00004392:offset 0x00000068 + 0x0000442e:string 'Victoria //' + 6. 0x00004322:RKEY I97 0x00004396:offset 0x00000075 + 0x0000443b:string 'Victoria Melita of_Edinburgh//' + 7. 0x0000432a:RKEY I138 0x0000439a:offset 0x00000094 + 0x0000445a:string 'Victoria Mary Louisa//' + 8. 0x00004332:RKEY I407 0x0000439e:offset 0x000000ab + 0x00004471:string 'Victoria of_Schleswig- Holstein//' + 9. 0x0000433a:RKEY I426 0x000043a2:offset 0x000000cd + 0x00004493:string 'Victoria Louise of_Prussia//' + 10. 0x00004342:RKEY I457 0x000043a6:offset 0x000000ea + 0x000044b0:string 'Victoria of_Baden //' + 11. 0x0000434a:RKEY I938 0x000043aa:offset 0x000000ff + 0x000044c5:string 'Viktoria //' + 12. 0x00004352:RKEY I1567 0x000043ae:offset 0x0000010c + 0x000044d2:string 'Vassily //' + 13. 0x0000435a:RKEY I1663 0x000043b2:offset 0x00000118 + 0x000044de:string 'Valdemar //' + 14. 0x00004362:RKEY I2129 0x000043b6:offset 0x00000125 + 0x000044eb:string 'Victor Amadeus_II //' + 15. 0x0000436a:RKEY I2446 0x000043ba:offset 0x0000013a + 0x00004500:string 'Victoria Ingrid Alice//' + 16. 0x00004372:RKEY I2728 0x000043be:offset 0x00000152 + 0x00004518:string 'Victor Edmund Lennart//' + 17. 0x0000437a:RKEY I2904 0x000043c2:offset 0x0000016a + 0x00004530:string 'Victor //' + Assembled data for NVZ999 + 1. I3 name Victoria Adelaide Mary// + 2. I16 name Victoria Alexandra Olga// + 3. I27 name Victoria Eugenie "Ena"// + 4. I38 name Victoria Alberta of_Hesse// + 5. I74 name Victoria // + 6. I97 name Victoria Melita of_Edinburgh// + 7. I138 name Victoria Mary Louisa// + 8. I407 name Victoria of_Schleswig- Holstein// + 9. I426 name Victoria Louise of_Prussia// + 10. I457 name Victoria of_Baden // + 11. I938 name Viktoria // + 12. I1567 name Vassily // + 13. I1663 name Valdemar // + 14. I2129 name Victor Amadeus_II // + 15. I2446 name Victoria Ingrid Alice// + 16. I2728 name Victor Edmund Lennart// + 17. I2904 name Victor // +[0120] Name rkey: NWB626 offs: 0x0000353b lens: 0x00000025 + 0x0000453b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000453f:RKEY I1602 0x00004547:offset 0x00000000 + 0x0000454b:string 'William /Bourchier/' + Assembled data for NWB626 + 1. I1602 name William /Bourchier/ +[0121] Name rkey: NWC153 offs: 0x00003560 lens: 0x00000089 + 0x00004560: Ncount 3 + Keys and string offsets, strings + 1. 0x00004564:RKEY I360 0x0000457c:offset 0x00000000 + 0x00004588:string 'William Charles Augustus/Cavendish-Bentin/' + 2. 0x0000456c:RKEY I2101 0x00004580:offset 0x0000002b + 0x000045b3:string 'William /Cavendish/' + 3. 0x00004574:RKEY I2383 0x00004584:offset 0x00000040 + 0x000045c8:string 'William of_Newcastle /Cavendish/' + Assembled data for NWC153 + 1. I360 name William Charles Augustus/Cavendish-Bentin/ + 2. I2101 name William /Cavendish/ + 3. I2383 name William of_Newcastle /Cavendish/ +[0122] Name rkey: NWC240 offs: 0x000035e9 lens: 0x0000002d + 0x000045e9: Ncount 1 + Keys and string offsets, strings + 1. 0x000045ed:RKEY I2384 0x000045f5:offset 0x00000000 + 0x000045f9:string 'William of_Berkshire /Cecil/' + Assembled data for NWC240 + 1. I2384 name William of_Berkshire /Cecil/ +[0123] Name rkey: NWC600 offs: 0x00003616 lens: 0x00000021 + 0x00004616: Ncount 1 + Keys and string offsets, strings + 1. 0x0000461a:RKEY I2340 0x00004622:offset 0x00000000 + 0x00004626:string 'William /Carey/' + Assembled data for NWC600 + 1. I2340 name William /Carey/ +[0124] Name rkey: NWC635 offs: 0x00003637 lens: 0x00000025 + 0x00004637: Ncount 1 + Keys and string offsets, strings + 1. 0x0000463b:RKEY I1012 0x00004643:offset 0x00000000 + 0x00004647:string 'William /Courtenay/' + Assembled data for NWC635 + 1. I1012 name William /Courtenay/ +[0125] Name rkey: NWD125 offs: 0x0000365c lens: 0x00000025 + 0x0000465c: Ncount 1 + Keys and string offsets, strings + 1. 0x00004660:RKEY I1608 0x00004668:offset 0x00000000 + 0x0000466c:string 'William /d'Aubigny/' + Assembled data for NWD125 + 1. I1608 name William /d'Aubigny/ +[0126] Name rkey: NWD162 offs: 0x00003681 lens: 0x000000b0 + 0x00004681: Ncount 5 + Keys and string offsets, strings + 1. 0x00004685:RKEY I1893 0x000046ad:offset 0x00000000 + 0x000046c1:string 'William of_Albemarle /de_Forz/' + 2. 0x0000468d:RKEY I1919 0x000046b1:offset 0x0000001f + 0x000046e0:string 'William /De_Braose/' + 3. 0x00004695:RKEY I1920 0x000046b5:offset 0x00000034 + 0x000046f5:string 'William /De_Braose/' + 4. 0x0000469d:RKEY I2059 0x000046b9:offset 0x00000049 + 0x0000470a:string 'William /de_Burgh/' + 5. 0x000046a5:RKEY I2411 0x000046bd:offset 0x0000005d + 0x0000471e:string 'Walter /Devereux/' + Assembled data for NWD162 + 1. I1893 name William of_Albemarle /de_Forz/ + 2. I1919 name William /De_Braose/ + 3. I1920 name William /De_Braose/ + 4. I2059 name William /de_Burgh/ + 5. I2411 name Walter /Devereux/ +[0127] Name rkey: NWF420 offs: 0x00003731 lens: 0x00000024 + 0x00004731: Ncount 1 + Keys and string offsets, strings + 1. 0x00004735:RKEY I810 0x0000473d:offset 0x00000000 + 0x00004741:string 'William /Fellowes/' + Assembled data for NWF420 + 1. I810 name William /Fellowes/ +[0128] Name rkey: NWF632 offs: 0x00003755 lens: 0x00000024 + 0x00004755: Ncount 1 + Keys and string offsets, strings + 1. 0x00004759:RKEY I934 0x00004761:offset 0x00000000 + 0x00004765:string 'Waltraud /Freydag/' + Assembled data for NWF632 + 1. I934 name Waltraud /Freydag/ +[0129] Name rkey: NWG400 offs: 0x00003779 lens: 0x00000025 + 0x00004779: Ncount 1 + Keys and string offsets, strings + 1. 0x0000477d:RKEY I390 0x00004785:offset 0x00000000 + 0x00004789:string 'William Smith /Gill/' + Assembled data for NWG400 + 1. I390 name William Smith /Gill/ +[0130] Name rkey: NWH400 offs: 0x0000379e lens: 0x00000020 + 0x0000479e: Ncount 1 + Keys and string offsets, strings + 1. 0x000047a2:RKEY I2187 0x000047aa:offset 0x00000000 + 0x000047ae:string 'William /Hill/' + Assembled data for NWH400 + 1. I2187 name William /Hill/ +[0131] Name rkey: NWH516 offs: 0x000037be lens: 0x0000005f + 0x000047be: Ncount 2 + Keys and string offsets, strings + 1. 0x000047c2:RKEY I203 0x000047d2:offset 0x00000000 + 0x000047da:string 'William_IV Henry /Hanover/' + 2. 0x000047ca:RKEY I329 0x000047d6:offset 0x0000001b + 0x000047f5:string 'William Augustus of_Cumberland/Hanover/' + Assembled data for NWH516 + 1. I203 name William_IV Henry /Hanover/ + 2. I329 name William Augustus of_Cumberland/Hanover/ +[0132] Name rkey: NWH524 offs: 0x0000381d lens: 0x00000037 + 0x0000481d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004821:RKEY I1101 0x00004829:offset 0x00000000 + 0x0000482d:string 'William of_Hohenzollern /Hohenzollern/' + Assembled data for NWH524 + 1. I1101 name William of_Hohenzollern /Hohenzollern/ +[0133] Name rkey: NWH630 offs: 0x00003854 lens: 0x0000004c + 0x00004854: Ncount 2 + Keys and string offsets, strings + 1. 0x00004858:RKEY I2348 0x00004868:offset 0x00000000 + 0x00004870:string 'William of_Effingham /Howard/' + 2. 0x00004860:RKEY I2387 0x0000486c:offset 0x0000001e + 0x0000488e:string 'William /Howard/' + Assembled data for NWH630 + 1. I2348 name William of_Effingham /Howard/ + 2. I2387 name William /Howard/ +[0134] Name rkey: NWK140 offs: 0x000038a0 lens: 0x0000002e + 0x000048a0: Ncount 1 + Keys and string offsets, strings + 1. 0x000048a4:RKEY I2956 0x000048ac:offset 0x00000000 + 0x000048b0:string 'William of_Albemarle /Keppel/' + Assembled data for NWK140 + 1. I2956 name William of_Albemarle /Keppel/ +[0135] Name rkey: NWK542 offs: 0x000038ce lens: 0x00000023 + 0x000048ce: Ncount 1 + Keys and string offsets, strings + 1. 0x000048d2:RKEY I2407 0x000048da:offset 0x00000000 + 0x000048de:string 'William /Knollys/' + Assembled data for NWK542 + 1. I2407 name William /Knollys/ +[0136] Name rkey: NWL342 offs: 0x000038f1 lens: 0x00000026 + 0x000048f1: Ncount 1 + Keys and string offsets, strings + 1. 0x000048f5:RKEY I797 0x000048fd:offset 0x00000000 + 0x00004901:string 'William /Littlejohn/' + Assembled data for NWL342 + 1. I797 name William /Littlejohn/ +[0137] Name rkey: NWL532 offs: 0x00003917 lens: 0x0000002d + 0x00004917: Ncount 1 + Keys and string offsets, strings + 1. 0x0000491b:RKEY I2120 0x00004923:offset 0x00000000 + 0x00004927:string 'William of_Hesse /Landgrave/' + Assembled data for NWL532 + 1. I2120 name William of_Hesse /Landgrave/ +[0138] Name rkey: NWM532 offs: 0x00003944 lens: 0x00000077 + 0x00004944: Ncount 2 + Keys and string offsets, strings + 1. 0x00004948:RKEY I2943 0x00004958:offset 0x00000000 + 0x00004960:string 'Walter -Scott of_Buccleuch/Montagu-Douglas-/' + 2. 0x00004950:RKEY I2944 0x0000495c:offset 0x0000002d + 0x0000498d:string 'William -Scott of_Buccleuch/Montagu-Douglas-/' + Assembled data for NWM532 + 1. I2943 name Walter -Scott of_Buccleuch/Montagu-Douglas-/ + 2. I2944 name William -Scott of_Buccleuch/Montagu-Douglas-/ +[0139] Name rkey: NWM600 offs: 0x000039bb lens: 0x00000025 + 0x000049bb: Ncount 1 + Keys and string offsets, strings + 1. 0x000049bf:RKEY I795 0x000049c7:offset 0x00000000 + 0x000049cb:string 'William Smith /Marr/' + Assembled data for NWM600 + 1. I795 name William Smith /Marr/ +[0140] Name rkey: NWM624 offs: 0x000039e0 lens: 0x0000006c + 0x000049e0: Ncount 3 + Keys and string offsets, strings + 1. 0x000049e4:RKEY I876 0x000049fc:offset 0x00000000 + 0x00004a08:string 'William /Marshal/' + 2. 0x000049ec:RKEY I1883 0x00004a00:offset 0x00000013 + 0x00004a1b:string 'William of_Pembroke /Marshal/' + 3. 0x000049f4:RKEY I2217 0x00004a04:offset 0x00000031 + 0x00004a39:string 'William /Marshal/' + Assembled data for NWM624 + 1. I876 name William /Marshal/ + 2. I1883 name William of_Pembroke /Marshal/ + 3. I2217 name William /Marshal/ +[0141] Name rkey: NWO435 offs: 0x00003a4c lens: 0x0000003c + 0x00004a4c: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a50:RKEY I227 0x00004a58:offset 0x00000000 + 0x00004a5c:string 'William George_I of_the_Hellenes/Oldenburg/' + Assembled data for NWO435 + 1. I227 name William George_I of_the_Hellenes/Oldenburg/ +[0142] Name rkey: NWP235 offs: 0x00003a88 lens: 0x00000022 + 0x00004a88: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a8c:RKEY I2095 0x00004a94:offset 0x00000000 + 0x00004a98:string 'William /Paston/' + Assembled data for NWP235 + 1. I2095 name William /Paston/ +[0143] Name rkey: NWP600 offs: 0x00003aaa lens: 0x0000002e + 0x00004aaa: Ncount 1 + Keys and string offsets, strings + 1. 0x00004aae:RKEY I2309 0x00004ab6:offset 0x00000000 + 0x00004aba:string 'William of_Northampton /Parr/' + Assembled data for NWP600 + 1. I2309 name William of_Northampton /Parr/ +[0144] Name rkey: NWS363 offs: 0x00003ad8 lens: 0x0000004d + 0x00004ad8: Ncount 2 + Keys and string offsets, strings + 1. 0x00004adc:RKEY I757 0x00004aec:offset 0x00000000 + 0x00004af4:string 'William_III of_Orange /Stuart/' + 2. 0x00004ae4:RKEY I1454 0x00004af0:offset 0x0000001f + 0x00004b13:string 'Walter /Stewart/' + Assembled data for NWS363 + 1. I757 name William_III of_Orange /Stuart/ + 2. I1454 name Walter /Stewart/ +[0145] Name rkey: NWS560 offs: 0x00003b25 lens: 0x00000023 + 0x00004b25: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b29:RKEY I1436 0x00004b31:offset 0x00000000 + 0x00004b35:string 'William /Seymour/' + Assembled data for NWS560 + 1. I1436 name William /Seymour/ +[0146] Name rkey: NWS564 offs: 0x00003b48 lens: 0x00000025 + 0x00004b48: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b4c:RKEY I2444 0x00004b54:offset 0x00000000 + 0x00004b58:string 'Walter /Sommerlath/' + Assembled data for NWS564 + 1. I2444 name Walter /Sommerlath/ +[0147] Name rkey: NWV525 offs: 0x00003b6d lens: 0x00000029 + 0x00004b6d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b71:RKEY I2709 0x00004b79:offset 0x00000000 + 0x00004b7d:string 'Wilbeke /von_Gunsteren/' + Assembled data for NWV525 + 1. I2709 name Wilbeke /von_Gunsteren/ +[0148] Name rkey: NWW532 offs: 0x00003b96 lens: 0x00000059 + 0x00004b96: Ncount 2 + Keys and string offsets, strings + 1. 0x00004b9a:RKEY I87 0x00004baa:offset 0x00000000 + 0x00004bb2:string 'William Henry Andrew/Windsor/' + 2. 0x00004ba2:RKEY I115 0x00004bae:offset 0x0000001e + 0x00004bd0:string 'William Arthur Philip/Windsor/' + Assembled data for NWW532 + 1. I87 name William Henry Andrew/Windsor/ + 2. I115 name William Arthur Philip/Windsor/ +[0149] Name rkey: NWW624 offs: 0x00003bef lens: 0x00000023 + 0x00004bef: Ncount 1 + Keys and string offsets, strings + 1. 0x00004bf3:RKEY I981 0x00004bfb:offset 0x00000000 + 0x00004bff:string 'William /Worsley/' + Assembled data for NWW624 + 1. I981 name William /Worsley/ +[0150] Name rkey: NWW635 offs: 0x00003c12 lens: 0x0000006b + 0x00004c12: Ncount 2 + Keys and string offsets, strings + 1. 0x00004c16:RKEY I1070 0x00004c26:offset 0x00000000 + 0x00004c2e:string 'William_I of_Wurttemberg /Wurttemberg/' + 2. 0x00004c1e:RKEY I1090 0x00004c2a:offset 0x00000027 + 0x00004c55:string 'William_II of_Wurttemberg /Wurttemberg/' + Assembled data for NWW635 + 1. I1070 name William_I of_Wurttemberg /Wurttemberg/ + 2. I1090 name William_II of_Wurttemberg /Wurttemberg/ +[0151] Name rkey: NWZ999 offs: 0x00003c7d lens: 0x000007e1 + 0x00004c7d: Ncount 63 + Keys and string offsets, strings + 1. 0x00004c81:RKEY I21 0x00004e79:offset 0x00000000 + 0x00004f75:string 'William_II //' + 2. 0x00004c89:RKEY I75 0x00004e7d:offset 0x0000000f + 0x00004f84:string 'Waldemar //' + 3. 0x00004c91:RKEY I80 0x00004e81:offset 0x0000001c + 0x00004f91:string 'Waldemar //' + 4. 0x00004c99:RKEY I290 0x00004e85:offset 0x00000029 + 0x00004f9e:string 'William Frederick of_Gloucester//' + 5. 0x00004ca1:RKEY I298 0x00004e89:offset 0x0000004b + 0x00004fc0:string 'William of_Hesse-Cassel //' + 6. 0x00004ca9:RKEY I350 0x00004e8d:offset 0x00000066 + 0x00004fdb:string 'Wilhelmina of_Baden //' + 7. 0x00004cb1:RKEY I412 0x00004e91:offset 0x0000007d + 0x00004ff2:string 'William_I of_Germany //' + 8. 0x00004cb9:RKEY I420 0x00004e95:offset 0x00000095 + 0x0000500a:string 'William //' + 9. 0x00004cc1:RKEY I498 0x00004e99:offset 0x000000a1 + 0x00005016:string 'William //' + 10. 0x00004cc9:RKEY I519 0x00004e9d:offset 0x000000ad + 0x00005022:string 'William //' + 11. 0x00004cd1:RKEY I559 0x00004ea1:offset 0x000000b9 + 0x0000502e:string 'Wilhelmina //' + 12. 0x00004cd9:RKEY I563 0x00004ea5:offset 0x000000c8 + 0x0000503d:string 'William //' + 13. 0x00004ce1:RKEY I565 0x00004ea9:offset 0x000000d4 + 0x00005049:string 'William_I of_Netherlands //' + 14. 0x00004ce9:RKEY I566 0x00004ead:offset 0x000000f0 + 0x00005065:string 'William_II of_Hesse //' + 15. 0x00004cf1:RKEY I571 0x00004eb1:offset 0x00000107 + 0x0000507c:string 'Wilhelmine //' + 16. 0x00004cf9:RKEY I573 0x00004eb5:offset 0x00000116 + 0x0000508b:string 'William_V of_Orange //' + 17. 0x00004d01:RKEY I578 0x00004eb9:offset 0x0000012d + 0x000050a2:string 'Wilhelm of_Nassau //' + 18. 0x00004d09:RKEY I618 0x00004ebd:offset 0x00000142 + 0x000050b7:string 'William_IV of_Orange //' + 19. 0x00004d11:RKEY I629 0x00004ec1:offset 0x0000015a + 0x000050cf:string 'William Alexander of_Hamilton//' + 20. 0x00004d19:RKEY I650 0x00004ec5:offset 0x0000017a + 0x000050ef:string 'William_V of_Orange //' + 21. 0x00004d21:RKEY I651 0x00004ec9:offset 0x00000191 + 0x00005106:string 'Wilhelmina //' + 22. 0x00004d29:RKEY I652 0x00004ecd:offset 0x000001a0 + 0x00005115:string 'William_II of_Netherlands //' + 23. 0x00004d31:RKEY I655 0x00004ed1:offset 0x000001bd + 0x00005132:string 'William_III of_Netherlands //' + 24. 0x00004d39:RKEY I657 0x00004ed5:offset 0x000001db + 0x00005150:string 'Wilhelmina of_Netherlands //' + 25. 0x00004d41:RKEY I698 0x00004ed9:offset 0x000001f8 + 0x0000516d:string 'William of_Gloucester //' + 26. 0x00004d49:RKEY I750 0x00004edd:offset 0x00000211 + 0x00005186:string 'William_II of_Orange //' + 27. 0x00004d51:RKEY I1208 0x00004ee1:offset 0x00000229 + 0x0000519e:string 'William Alexander //' + 28. 0x00004d59:RKEY I1234 0x00004ee5:offset 0x0000023e + 0x000051b3:string 'William of_Hatfield //' + 29. 0x00004d61:RKEY I1241 0x00004ee9:offset 0x00000255 + 0x000051ca:string 'William of_Windsor //' + 30. 0x00004d69:RKEY I1289 0x00004eed:offset 0x0000026b + 0x000051e0:string 'William //' + 31. 0x00004d71:RKEY I1373 0x00004ef1:offset 0x00000277 + 0x000051ec:string 'William //' + 32. 0x00004d79:RKEY I1380 0x00004ef5:offset 0x00000283 + 0x000051f8:string 'William_I the_Conqueror //' + 33. 0x00004d81:RKEY I1384 0x00004ef9:offset 0x0000029e + 0x00005213:string 'William_II Rufus //' + 34. 0x00004d89:RKEY I1394 0x00004efd:offset 0x000002b2 + 0x00005227:string 'William //' + 35. 0x00004d91:RKEY I1402 0x00004f01:offset 0x000002be + 0x00005233:string 'William of_Boulogne //' + 36. 0x00004d99:RKEY I1408 0x00004f05:offset 0x000002d5 + 0x0000524a:string 'William //' + 37. 0x00004da1:RKEY I1458 0x00004f09:offset 0x000002e1 + 0x00005256:string 'Walter //' + 38. 0x00004da9:RKEY I1557 0x00004f0d:offset 0x000002ec + 0x00005261:string 'William_II the_Good //' + 39. 0x00004db1:RKEY I1650 0x00004f11:offset 0x00000303 + 0x00005278:string 'Wilhelmine //' + 40. 0x00004db9:RKEY I1678 0x00004f15:offset 0x00000312 + 0x00005287:string 'William //' + 41. 0x00004dc1:RKEY I1683 0x00004f19:offset 0x0000031e + 0x00005293:string 'William //' + 42. 0x00004dc9:RKEY I1685 0x00004f1d:offset 0x0000032a + 0x0000529f:string 'William of_Wied //' + 43. 0x00004dd1:RKEY I1736 0x00004f21:offset 0x0000033d + 0x000052b2:string 'William_IX of_Hesse-Cassel //' + 44. 0x00004dd9:RKEY I1761 0x00004f25:offset 0x0000035b + 0x000052d0:string 'Wulfhilda //' + 45. 0x00004de1:RKEY I1771 0x00004f29:offset 0x00000369 + 0x000052de:string 'Waltheof of Northumberland//' + 46. 0x00004de9:RKEY I1853 0x00004f2d:offset 0x00000386 + 0x000052fb:string 'William Clito of_Flanders//' + 47. 0x00004df1:RKEY I1861 0x00004f31:offset 0x000003a2 + 0x00005317:string 'William //' + 48. 0x00004df9:RKEY I1867 0x00004f35:offset 0x000003ae + 0x00005323:string 'William //' + 49. 0x00004e01:RKEY I1868 0x00004f39:offset 0x000003ba + 0x0000532f:string 'William_X of_Aquitaine //' + 50. 0x00004e09:RKEY I1870 0x00004f3d:offset 0x000003d4 + 0x00005349:string 'William de_Warenne //' + 51. 0x00004e11:RKEY I1877 0x00004f41:offset 0x000003ea + 0x0000535f:string 'William of_Gloucester //' + 52. 0x00004e19:RKEY I1885 0x00004f45:offset 0x00000403 + 0x00005378:string 'William de_Fauquemont of_Montjoye//' + 53. 0x00004e21:RKEY I1998 0x00004f49:offset 0x00000427 + 0x0000539c:string 'Wig //' + 54. 0x00004e29:RKEY I2003 0x00004f4d:offset 0x0000042f + 0x000053a4:string 'Woden //' + 55. 0x00004e31:RKEY I2021 0x00004f51:offset 0x00000439 + 0x000053ae:string 'Wihtgar Isle_of_Wight //' + 56. 0x00004e39:RKEY I2057 0x00004f55:offset 0x00000452 + 0x000053c7:string 'William of_Hainault //' + 57. 0x00004e41:RKEY I2164 0x00004f59:offset 0x00000469 + 0x000053de:string 'William Kemp //' + 58. 0x00004e49:RKEY I2231 0x00004f5d:offset 0x00000479 + 0x000053ee:string 'Willaim_I the_Lion //' + 59. 0x00004e51:RKEY I2467 0x00004f61:offset 0x0000048f + 0x00005404:string 'William_I //' + 60. 0x00004e59:RKEY I2591 0x00004f65:offset 0x0000049d + 0x00005412:string 'Waldrada //' + 61. 0x00004e61:RKEY I2622 0x00004f69:offset 0x000004aa + 0x0000541f:string 'William of_Prussia //' + 62. 0x00004e69:RKEY I2853 0x00004f6d:offset 0x000004c0 + 0x00005435:string 'William_I of_Hesse-Cassel //' + 63. 0x00004e71:RKEY I2855 0x00004f71:offset 0x000004dd + 0x00005452:string 'William //' + Assembled data for NWZ999 + 1. I21 name William_II // + 2. I75 name Waldemar // + 3. I80 name Waldemar // + 4. I290 name William Frederick of_Gloucester// + 5. I298 name William of_Hesse-Cassel // + 6. I350 name Wilhelmina of_Baden // + 7. I412 name William_I of_Germany // + 8. I420 name William // + 9. I498 name William // + 10. I519 name William // + 11. I559 name Wilhelmina // + 12. I563 name William // + 13. I565 name William_I of_Netherlands // + 14. I566 name William_II of_Hesse // + 15. I571 name Wilhelmine // + 16. I573 name William_V of_Orange // + 17. I578 name Wilhelm of_Nassau // + 18. I618 name William_IV of_Orange // + 19. I629 name William Alexander of_Hamilton// + 20. I650 name William_V of_Orange // + 21. I651 name Wilhelmina // + 22. I652 name William_II of_Netherlands // + 23. I655 name William_III of_Netherlands // + 24. I657 name Wilhelmina of_Netherlands // + 25. I698 name William of_Gloucester // + 26. I750 name William_II of_Orange // + 27. I1208 name William Alexander // + 28. I1234 name William of_Hatfield // + 29. I1241 name William of_Windsor // + 30. I1289 name William // + 31. I1373 name William // + 32. I1380 name William_I the_Conqueror // + 33. I1384 name William_II Rufus // + 34. I1394 name William // + 35. I1402 name William of_Boulogne // + 36. I1408 name William // + 37. I1458 name Walter // + 38. I1557 name William_II the_Good // + 39. I1650 name Wilhelmine // + 40. I1678 name William // + 41. I1683 name William // + 42. I1685 name William of_Wied // + 43. I1736 name William_IX of_Hesse-Cassel // + 44. I1761 name Wulfhilda // + 45. I1771 name Waltheof of Northumberland// + 46. I1853 name William Clito of_Flanders// + 47. I1861 name William // + 48. I1867 name William // + 49. I1868 name William_X of_Aquitaine // + 50. I1870 name William de_Warenne // + 51. I1877 name William of_Gloucester // + 52. I1885 name William de_Fauquemont of_Montjoye// + 53. I1998 name Wig // + 54. I2003 name Woden // + 55. I2021 name Wihtgar Isle_of_Wight // + 56. I2057 name William of_Hainault // + 57. I2164 name William Kemp // + 58. I2231 name Willaim_I the_Lion // + 59. I2467 name William_I // + 60. I2591 name Waldrada // + 61. I2622 name William of_Prussia // + 62. I2853 name William_I of_Hesse-Cassel // + 63. I2855 name William // +[0152] Name rkey: NXR551 offs: 0x0000445e lens: 0x00000021 + 0x0000545e: Ncount 1 + Keys and string offsets, strings + 1. 0x00005462:RKEY I154 0x0000546a:offset 0x00000000 + 0x0000546e:string 'Xenia /Romanov/' + Assembled data for NXR551 + 1. I154 name Xenia /Romanov/ +[0153] Name rkey: NXZ999 offs: 0x0000447f lens: 0x0000001a + 0x0000547f: Ncount 1 + Keys and string offsets, strings + 1. 0x00005483:RKEY I2661 0x0000548b:offset 0x00000000 + 0x0000548f:string 'Xenia //' + Assembled data for NXZ999 + 1. I2661 name Xenia // +[0154] Name rkey: NYZ999 offs: 0x00004499 lens: 0x000000b7 + 0x00005499: Ncount 5 + Keys and string offsets, strings + 1. 0x0000549d:RKEY I1297 0x000054c5:offset 0x00000000 + 0x000054d9:string 'Yelizaveta Alekseyevna of_Baden//' + 2. 0x000054a5:RKEY I1305 0x000054c9:offset 0x00000022 + 0x000054fb:string 'Yevdokiya Lopukhina //' + 3. 0x000054ad:RKEY I1319 0x000054cd:offset 0x00000039 + 0x00005512:string 'Yekaterina of_Mecklenburg //' + 4. 0x000054b5:RKEY I1896 0x000054d1:offset 0x00000056 + 0x0000552f:string 'Yolande //' + 5. 0x000054bd:RKEY I2539 0x000054d5:offset 0x00000062 + 0x0000553b:string 'Yolande of_Aragon //' + Assembled data for NYZ999 + 1. I1297 name Yelizaveta Alekseyevna of_Baden// + 2. I1305 name Yevdokiya Lopukhina // + 3. I1319 name Yekaterina of_Mecklenburg // + 4. I1896 name Yolande // + 5. I2539 name Yolande of_Aragon // +[0155] Name rkey: NZP412 offs: 0x00004550 lens: 0x0000002e + 0x00005550: Ncount 1 + Keys and string offsets, strings + 1. 0x00005554:RKEY I64 0x0000555c:offset 0x00000000 + 0x00005560:string 'Zara Anne Elizabeth/Phillips/' + Assembled data for NZP412 + 1. I64 name Zara Anne Elizabeth/Phillips/ +[0156] Name rkey: NZR212 offs: 0x0000457e lens: 0x00000025 + 0x0000557e: Ncount 1 + Keys and string offsets, strings + 1. 0x00005582:RKEY I2925 0x0000558a:offset 0x00000000 + 0x0000558e:string 'Zenaida /Rashevska/' + Assembled data for NZR212 + 1. I2925 name Zenaida /Rashevska/ +[0157] Name rkey: NZZ999 offs: 0x000045a3 lens: 0x00000062 + 0x000055a3: Ncount 3 + Keys and string offsets, strings + 1. 0x000055a7:RKEY I676 0x000055bf:offset 0x00000000 + 0x000055cb:string 'Zog_I of_Albania //' + 2. 0x000055af:RKEY I2531 0x000055c3:offset 0x00000014 + 0x000055df:string 'Zorka of_Montenegro //' + 3. 0x000055b7:RKEY I2596 0x000055c7:offset 0x0000002b + 0x000055f6:string 'Zwentibold //' + Assembled data for NZZ999 + 1. I676 name Zog_I of_Albania // + 2. I2531 name Zorka of_Montenegro // + 3. I2596 name Zwentibold // + +0x00005605: EOF (0x00005605) GOOD + + +Summary of data entries by key type (includes deleted entries) +Deleted Items remain in the database. ISEXF records are marked +as deleted in xrefs file, soundex entries (N) has a record +but the count of INDI's with this soundex value is 0. + F 1422 + I 3010 + N 798 + R 12 + X 1 diff --git a/tests/Royal92/Royal92.lldump_2.stdout.ref b/tests/Royal92/Royal92.lldump_2.stdout.ref new file mode 100644 index 000000000..f66bbe816 --- /dev/null +++ b/tests/Royal92/Royal92.lldump_2.stdout.ref @@ -0,0 +1,67521 @@ +KEYFILE key +KEYFILE1 +======== +0x0000:mkey: 0x00000000 (aa/aa) +0x0004:fkey: 0x00060001 (ag/ab) +0x0008:ostat: 0x00000000 (0) + +KEYFILE2 +======== +0x000c:name: 'LifeLines Keyfile ' +0x001e:pad1: 0x0000 +0x0020:magic: 0x12345678 +0x0024:version: 0x00000001 (1) +0x00000028: EOF (0x00000028) GOOD + +XREFFILE xrefs +======== +NOTE: n is always the number of deleted keys PLUS ONE. +NOTE: Each entry indicates the next available key value. + +0x00000000: I n: 0x00000001 (1) +0x00000004: F n: 0x00000001 (1) +0x00000008: E n: 0x00000001 (1) +0x0000000c: S n: 0x00000001 (1) +0x00000010: X n: 0x00000001 (1) +0x00000014: I[0000]: 0x00000bc3 (3011) +0x00000018: F[0000]: 0x0000058f (1423) +0x0000001c: E[0000]: 0x00000001 (1) +0x00000020: S[0000]: 0x00000001 (1) +0x00000024: X[0000]: 0x00000002 (2) +0x00000028: EOF (0x00000028) GOOD + +INDEX - DIRECTORY aa/aa +0x00000000:ix_self: 0x00000000 (aa/aa) +0x00000004:ix_type: 1 (INDEX) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 35 +0x00000e:ix_rkeys[0000]:'0x00 x 8' 0x000ab0:ix_fkeys[0000]:0x00010000(ab/aa) +0x000016:ix_rkeys[0001]:' I62' 0x000ab4:ix_fkeys[0001]:0x00050004(af/ae) +0x00001e:ix_rkeys[0002]:' F239' 0x000ab8:ix_fkeys[0002]:0x00050005(af/af) +0x000026:ix_rkeys[0003]:' F436' 0x000abc:ix_fkeys[0003]:0x00000005(aa/af) +0x00002e:ix_rkeys[0004]:' F604' 0x000ac0:ix_fkeys[0004]:0x00010005(ab/af) +0x000036:ix_rkeys[0005]:' F797' 0x000ac4:ix_fkeys[0005]:0x00020005(ac/af) +0x00003e:ix_rkeys[0006]:' I122' 0x000ac8:ix_fkeys[0006]:0x00010001(ab/ab) +0x000046:ix_rkeys[0007]:' I249' 0x000acc:ix_fkeys[0007]:0x00000001(aa/ab) +0x00004e:ix_rkeys[0008]:' I376' 0x000ad0:ix_fkeys[0008]:0x00020001(ac/ab) +0x000056:ix_rkeys[0009]:' I503' 0x000ad4:ix_fkeys[0009]:0x00020002(ac/ac) +0x00005e:ix_rkeys[0010]:' I630' 0x000ad8:ix_fkeys[0010]:0x00000002(aa/ac) +0x000066:ix_rkeys[0011]:' I757' 0x000adc:ix_fkeys[0011]:0x00010002(ab/ac) +0x00006e:ix_rkeys[0012]:' I884' 0x000ae0:ix_fkeys[0012]:0x00030001(ad/ab) +0x000076:ix_rkeys[0013]:' F1012' 0x000ae4:ix_fkeys[0013]:0x00030005(ad/af) +0x00007e:ix_rkeys[0014]:' F1140' 0x000ae8:ix_fkeys[0014]:0x00040005(ae/af) +0x000086:ix_rkeys[0015]:' F1269' 0x000aec:ix_fkeys[0015]:0x00060000(ag/aa) +0x00008e:ix_rkeys[0016]:' I1011' 0x000af0:ix_fkeys[0016]:0x00030002(ad/ac) +0x000096:ix_rkeys[0017]:' I1138' 0x000af4:ix_fkeys[0017]:0x00030003(ad/ad) +0x00009e:ix_rkeys[0018]:' I1265' 0x000af8:ix_fkeys[0018]:0x00000003(aa/ad) +0x0000a6:ix_rkeys[0019]:' I1392' 0x000afc:ix_fkeys[0019]:0x00010003(ab/ad) +0x0000ae:ix_rkeys[0020]:' I1519' 0x000b00:ix_fkeys[0020]:0x00020003(ac/ad) +0x0000b6:ix_rkeys[0021]:' I1646' 0x000b04:ix_fkeys[0021]:0x00040000(ae/aa) +0x0000be:ix_rkeys[0022]:' I1773' 0x000b08:ix_fkeys[0022]:0x00040001(ae/ab) +0x0000c6:ix_rkeys[0023]:' I1900' 0x000b0c:ix_fkeys[0023]:0x00040002(ae/ac) +0x0000ce:ix_rkeys[0024]:' I2027' 0x000b10:ix_fkeys[0024]:0x00040003(ae/ad) +0x0000d6:ix_rkeys[0025]:' I2154' 0x000b14:ix_fkeys[0025]:0x00040004(ae/ae) +0x0000de:ix_rkeys[0026]:' I2281' 0x000b18:ix_fkeys[0026]:0x00020004(ac/ae) +0x0000e6:ix_rkeys[0027]:' I2408' 0x000b1c:ix_fkeys[0027]:0x00030004(ad/ae) +0x0000ee:ix_rkeys[0028]:' I2535' 0x000b20:ix_fkeys[0028]:0x00050000(af/aa) +0x0000f6:ix_rkeys[0029]:' I2662' 0x000b24:ix_fkeys[0029]:0x00050001(af/ab) +0x0000fe:ix_rkeys[0030]:' I2789' 0x000b28:ix_fkeys[0030]:0x00050002(af/ac) +0x000106:ix_rkeys[0031]:' I2916' 0x000b2c:ix_fkeys[0031]:0x00050003(af/ad) +0x00010e:ix_rkeys[0032]:' NAZ999' 0x000b30:ix_fkeys[0032]:0x00020000(ac/aa) +0x000116:ix_rkeys[0033]:' NEW532' 0x000b34:ix_fkeys[0033]:0x00000004(aa/ae) +0x00011e:ix_rkeys[0034]:' NJS152' 0x000b38:ix_fkeys[0034]:0x00030000(ad/aa) +0x000126:ix_rkeys[0035]:' NPV514' 0x000b3c:ix_fkeys[0035]:0x00010004(ab/ae) + +deleted/unused entries +0x0000012e-0x00000aad:ix_rkeys[0036-0339] default value 0x0000000000000000 +0x00000b40-0x00000fff:ix_fkeys[0036-0339] default value 0x00000000 +0x00000aae:ix_pad2: 0x0000 +0x00001000: EOF (0x00001000) GOOD + +BLOCK - DIRECTORY ab/aa +0x00000000:ix_self: 0x00010000 (ab/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 161 +0x0000000e:ix_rkey[0000]: ' F1' +0x00000016:ix_rkey[0001]: ' F2' +0x0000001e:ix_rkey[0002]: ' F3' +0x00000026:ix_rkey[0003]: ' F4' +0x0000002e:ix_rkey[0004]: ' F5' +0x00000036:ix_rkey[0005]: ' F6' +0x0000003e:ix_rkey[0006]: ' F7' +0x00000046:ix_rkey[0007]: ' F8' +0x0000004e:ix_rkey[0008]: ' F9' +0x00000056:ix_rkey[0009]: ' I1' +0x0000005e:ix_rkey[0010]: ' I2' +0x00000066:ix_rkey[0011]: ' I3' +0x0000006e:ix_rkey[0012]: ' I4' +0x00000076:ix_rkey[0013]: ' I5' +0x0000007e:ix_rkey[0014]: ' I6' +0x00000086:ix_rkey[0015]: ' I7' +0x0000008e:ix_rkey[0016]: ' I8' +0x00000096:ix_rkey[0017]: ' I9' +0x0000009e:ix_rkey[0018]: ' X1' +0x000000a6:ix_rkey[0019]: ' F10' +0x000000ae:ix_rkey[0020]: ' F11' +0x000000b6:ix_rkey[0021]: ' F12' +0x000000be:ix_rkey[0022]: ' F13' +0x000000c6:ix_rkey[0023]: ' F14' +0x000000ce:ix_rkey[0024]: ' F15' +0x000000d6:ix_rkey[0025]: ' F16' +0x000000de:ix_rkey[0026]: ' F17' +0x000000e6:ix_rkey[0027]: ' F18' +0x000000ee:ix_rkey[0028]: ' F19' +0x000000f6:ix_rkey[0029]: ' F20' +0x000000fe:ix_rkey[0030]: ' F21' +0x00000106:ix_rkey[0031]: ' F22' +0x0000010e:ix_rkey[0032]: ' F23' +0x00000116:ix_rkey[0033]: ' F24' +0x0000011e:ix_rkey[0034]: ' F25' +0x00000126:ix_rkey[0035]: ' F26' +0x0000012e:ix_rkey[0036]: ' F27' +0x00000136:ix_rkey[0037]: ' F28' +0x0000013e:ix_rkey[0038]: ' F29' +0x00000146:ix_rkey[0039]: ' F30' +0x0000014e:ix_rkey[0040]: ' F31' +0x00000156:ix_rkey[0041]: ' F32' +0x0000015e:ix_rkey[0042]: ' F33' +0x00000166:ix_rkey[0043]: ' F34' +0x0000016e:ix_rkey[0044]: ' F35' +0x00000176:ix_rkey[0045]: ' F36' +0x0000017e:ix_rkey[0046]: ' F37' +0x00000186:ix_rkey[0047]: ' F38' +0x0000018e:ix_rkey[0048]: ' F39' +0x00000196:ix_rkey[0049]: ' F40' +0x0000019e:ix_rkey[0050]: ' F41' +0x000001a6:ix_rkey[0051]: ' F42' +0x000001ae:ix_rkey[0052]: ' F43' +0x000001b6:ix_rkey[0053]: ' F44' +0x000001be:ix_rkey[0054]: ' F45' +0x000001c6:ix_rkey[0055]: ' F46' +0x000001ce:ix_rkey[0056]: ' F47' +0x000001d6:ix_rkey[0057]: ' F48' +0x000001de:ix_rkey[0058]: ' F49' +0x000001e6:ix_rkey[0059]: ' F50' +0x000001ee:ix_rkey[0060]: ' F51' +0x000001f6:ix_rkey[0061]: ' F52' +0x000001fe:ix_rkey[0062]: ' F53' +0x00000206:ix_rkey[0063]: ' F54' +0x0000020e:ix_rkey[0064]: ' F55' +0x00000216:ix_rkey[0065]: ' F56' +0x0000021e:ix_rkey[0066]: ' F57' +0x00000226:ix_rkey[0067]: ' F58' +0x0000022e:ix_rkey[0068]: ' F59' +0x00000236:ix_rkey[0069]: ' F60' +0x0000023e:ix_rkey[0070]: ' F61' +0x00000246:ix_rkey[0071]: ' F62' +0x0000024e:ix_rkey[0072]: ' F63' +0x00000256:ix_rkey[0073]: ' F64' +0x0000025e:ix_rkey[0074]: ' F65' +0x00000266:ix_rkey[0075]: ' F66' +0x0000026e:ix_rkey[0076]: ' F67' +0x00000276:ix_rkey[0077]: ' F68' +0x0000027e:ix_rkey[0078]: ' F69' +0x00000286:ix_rkey[0079]: ' F70' +0x0000028e:ix_rkey[0080]: ' F71' +0x00000296:ix_rkey[0081]: ' F72' +0x0000029e:ix_rkey[0082]: ' F73' +0x000002a6:ix_rkey[0083]: ' F74' +0x000002ae:ix_rkey[0084]: ' F75' +0x000002b6:ix_rkey[0085]: ' F76' +0x000002be:ix_rkey[0086]: ' F77' +0x000002c6:ix_rkey[0087]: ' F78' +0x000002ce:ix_rkey[0088]: ' F79' +0x000002d6:ix_rkey[0089]: ' F80' +0x000002de:ix_rkey[0090]: ' F81' +0x000002e6:ix_rkey[0091]: ' F82' +0x000002ee:ix_rkey[0092]: ' F83' +0x000002f6:ix_rkey[0093]: ' F84' +0x000002fe:ix_rkey[0094]: ' F85' +0x00000306:ix_rkey[0095]: ' F86' +0x0000030e:ix_rkey[0096]: ' F87' +0x00000316:ix_rkey[0097]: ' F88' +0x0000031e:ix_rkey[0098]: ' F89' +0x00000326:ix_rkey[0099]: ' F90' +0x0000032e:ix_rkey[0100]: ' F91' +0x00000336:ix_rkey[0101]: ' F92' +0x0000033e:ix_rkey[0102]: ' F93' +0x00000346:ix_rkey[0103]: ' F94' +0x0000034e:ix_rkey[0104]: ' F95' +0x00000356:ix_rkey[0105]: ' F96' +0x0000035e:ix_rkey[0106]: ' F97' +0x00000366:ix_rkey[0107]: ' F98' +0x0000036e:ix_rkey[0108]: ' F99' +0x00000376:ix_rkey[0109]: ' I10' +0x0000037e:ix_rkey[0110]: ' I11' +0x00000386:ix_rkey[0111]: ' I12' +0x0000038e:ix_rkey[0112]: ' I13' +0x00000396:ix_rkey[0113]: ' I14' +0x0000039e:ix_rkey[0114]: ' I15' +0x000003a6:ix_rkey[0115]: ' I16' +0x000003ae:ix_rkey[0116]: ' I17' +0x000003b6:ix_rkey[0117]: ' I18' +0x000003be:ix_rkey[0118]: ' I19' +0x000003c6:ix_rkey[0119]: ' I20' +0x000003ce:ix_rkey[0120]: ' I21' +0x000003d6:ix_rkey[0121]: ' I22' +0x000003de:ix_rkey[0122]: ' I23' +0x000003e6:ix_rkey[0123]: ' I24' +0x000003ee:ix_rkey[0124]: ' I25' +0x000003f6:ix_rkey[0125]: ' I26' +0x000003fe:ix_rkey[0126]: ' I27' +0x00000406:ix_rkey[0127]: ' I28' +0x0000040e:ix_rkey[0128]: ' I29' +0x00000416:ix_rkey[0129]: ' I30' +0x0000041e:ix_rkey[0130]: ' I31' +0x00000426:ix_rkey[0131]: ' I32' +0x0000042e:ix_rkey[0132]: ' I33' +0x00000436:ix_rkey[0133]: ' I34' +0x0000043e:ix_rkey[0134]: ' I35' +0x00000446:ix_rkey[0135]: ' I36' +0x0000044e:ix_rkey[0136]: ' I37' +0x00000456:ix_rkey[0137]: ' I38' +0x0000045e:ix_rkey[0138]: ' I39' +0x00000466:ix_rkey[0139]: ' I40' +0x0000046e:ix_rkey[0140]: ' I41' +0x00000476:ix_rkey[0141]: ' I42' +0x0000047e:ix_rkey[0142]: ' I43' +0x00000486:ix_rkey[0143]: ' I44' +0x0000048e:ix_rkey[0144]: ' I45' +0x00000496:ix_rkey[0145]: ' I46' +0x0000049e:ix_rkey[0146]: ' I47' +0x000004a6:ix_rkey[0147]: ' I48' +0x000004ae:ix_rkey[0148]: ' I49' +0x000004b6:ix_rkey[0149]: ' I50' +0x000004be:ix_rkey[0150]: ' I51' +0x000004c6:ix_rkey[0151]: ' I52' +0x000004ce:ix_rkey[0152]: ' I53' +0x000004d6:ix_rkey[0153]: ' I54' +0x000004de:ix_rkey[0154]: ' I55' +0x000004e6:ix_rkey[0155]: ' I56' +0x000004ee:ix_rkey[0156]: ' I57' +0x000004f6:ix_rkey[0157]: ' I58' +0x000004fe:ix_rkey[0158]: ' I59' +0x00000506:ix_rkey[0159]: ' I60' +0x0000050e:ix_rkey[0160]: ' I61' + +deleted/unused entries +0x00000516-0x00000805:ix_rkey[0161-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000005f +0x0000080c:ix_offs[0001]: 0x0000005f 0x00000c08:ix_lens[0001]: 0x000000e0 +0x00000810:ix_offs[0002]: 0x0000013f 0x00000c0c:ix_lens[0002]: 0x00000071 +0x00000814:ix_offs[0003]: 0x000001b0 0x00000c10:ix_lens[0003]: 0x000000bc +0x00000818:ix_offs[0004]: 0x0000026c 0x00000c14:ix_lens[0004]: 0x000000b5 +0x0000081c:ix_offs[0005]: 0x00000321 0x00000c18:ix_lens[0005]: 0x000000bb +0x00000820:ix_offs[0006]: 0x000003dc 0x00000c1c:ix_lens[0006]: 0x000000aa +0x00000824:ix_offs[0007]: 0x00000486 0x00000c20:ix_lens[0007]: 0x000000a4 +0x00000828:ix_offs[0008]: 0x0000052a 0x00000c24:ix_lens[0008]: 0x00000068 +0x0000082c:ix_offs[0009]: 0x00000592 0x00000c28:ix_lens[0009]: 0x00000128 +0x00000830:ix_offs[0010]: 0x000006ba 0x00000c2c:ix_lens[0010]: 0x00000118 +0x00000834:ix_offs[0011]: 0x000007d2 0x00000c30:ix_lens[0011]: 0x00000151 +0x00000838:ix_offs[0012]: 0x00000923 0x00000c34:ix_lens[0012]: 0x0000011c +0x0000083c:ix_offs[0013]: 0x00000a3f 0x00000c38:ix_lens[0013]: 0x000000cc +0x00000840:ix_offs[0014]: 0x00000b0b 0x00000c3c:ix_lens[0014]: 0x000000d6 +0x00000844:ix_offs[0015]: 0x00000be1 0x00000c40:ix_lens[0015]: 0x000000e8 +0x00000848:ix_offs[0016]: 0x00000cc9 0x00000c44:ix_lens[0016]: 0x00000101 +0x0000084c:ix_offs[0017]: 0x00000dca 0x00000c48:ix_lens[0017]: 0x000000d1 +0x00000850:ix_offs[0018]: 0x00000e9b 0x00000c4c:ix_lens[0018]: 0x0000067e +0x00000854:ix_offs[0019]: 0x00001519 0x00000c50:ix_lens[0019]: 0x00000093 +0x00000858:ix_offs[0020]: 0x000015ac 0x00000c54:ix_lens[0020]: 0x00000084 +0x0000085c:ix_offs[0021]: 0x00001630 0x00000c58:ix_lens[0021]: 0x00000095 +0x00000860:ix_offs[0022]: 0x000016c5 0x00000c5c:ix_lens[0022]: 0x0000008e +0x00000864:ix_offs[0023]: 0x00001753 0x00000c60:ix_lens[0023]: 0x000000b2 +0x00000868:ix_offs[0024]: 0x00001805 0x00000c64:ix_lens[0024]: 0x00000085 +0x0000086c:ix_offs[0025]: 0x0000188a 0x00000c68:ix_lens[0025]: 0x00000076 +0x00000870:ix_offs[0026]: 0x00001900 0x00000c6c:ix_lens[0026]: 0x00000043 +0x00000874:ix_offs[0027]: 0x00001943 0x00000c70:ix_lens[0027]: 0x00000043 +0x00000878:ix_offs[0028]: 0x00001986 0x00000c74:ix_lens[0028]: 0x00000089 +0x0000087c:ix_offs[0029]: 0x00001a0f 0x00000c78:ix_lens[0029]: 0x0000005e +0x00000880:ix_offs[0030]: 0x00001a6d 0x00000c7c:ix_lens[0030]: 0x00000072 +0x00000884:ix_offs[0031]: 0x00001adf 0x00000c80:ix_lens[0031]: 0x00000051 +0x00000888:ix_offs[0032]: 0x00001b30 0x00000c84:ix_lens[0032]: 0x00000080 +0x0000088c:ix_offs[0033]: 0x00001bb0 0x00000c88:ix_lens[0033]: 0x00000035 +0x00000890:ix_offs[0034]: 0x00001be5 0x00000c8c:ix_lens[0034]: 0x000000c9 +0x00000894:ix_offs[0035]: 0x00001cae 0x00000c90:ix_lens[0035]: 0x0000005f +0x00000898:ix_offs[0036]: 0x00001d0d 0x00000c94:ix_lens[0036]: 0x0000006d +0x0000089c:ix_offs[0037]: 0x00001d7a 0x00000c98:ix_lens[0037]: 0x00000062 +0x000008a0:ix_offs[0038]: 0x00001ddc 0x00000c9c:ix_lens[0038]: 0x00000084 +0x000008a4:ix_offs[0039]: 0x00001e60 0x00000ca0:ix_lens[0039]: 0x00000081 +0x000008a8:ix_offs[0040]: 0x00001ee1 0x00000ca4:ix_lens[0040]: 0x00000091 +0x000008ac:ix_offs[0041]: 0x00001f72 0x00000ca8:ix_lens[0041]: 0x0000008d +0x000008b0:ix_offs[0042]: 0x00001fff 0x00000cac:ix_lens[0042]: 0x000000b5 +0x000008b4:ix_offs[0043]: 0x000020b4 0x00000cb0:ix_lens[0043]: 0x00000072 +0x000008b8:ix_offs[0044]: 0x00002126 0x00000cb4:ix_lens[0044]: 0x000000a7 +0x000008bc:ix_offs[0045]: 0x000021cd 0x00000cb8:ix_lens[0045]: 0x00000067 +0x000008c0:ix_offs[0046]: 0x00002234 0x00000cbc:ix_lens[0046]: 0x00000072 +0x000008c4:ix_offs[0047]: 0x000022a6 0x00000cc0:ix_lens[0047]: 0x000000b5 +0x000008c8:ix_offs[0048]: 0x0000235b 0x00000cc4:ix_lens[0048]: 0x00000055 +0x000008cc:ix_offs[0049]: 0x000023b0 0x00000cc8:ix_lens[0049]: 0x00000072 +0x000008d0:ix_offs[0050]: 0x00002422 0x00000ccc:ix_lens[0050]: 0x000000b3 +0x000008d4:ix_offs[0051]: 0x000024d5 0x00000cd0:ix_lens[0051]: 0x000000a4 +0x000008d8:ix_offs[0052]: 0x00002579 0x00000cd4:ix_lens[0052]: 0x0000008d +0x000008dc:ix_offs[0053]: 0x00002606 0x00000cd8:ix_lens[0053]: 0x00000051 +0x000008e0:ix_offs[0054]: 0x00002657 0x00000cdc:ix_lens[0054]: 0x00000080 +0x000008e4:ix_offs[0055]: 0x000026d7 0x00000ce0:ix_lens[0055]: 0x0000008f +0x000008e8:ix_offs[0056]: 0x00002766 0x00000ce4:ix_lens[0056]: 0x0000008a +0x000008ec:ix_offs[0057]: 0x000027f0 0x00000ce8:ix_lens[0057]: 0x00000086 +0x000008f0:ix_offs[0058]: 0x00002876 0x00000cec:ix_lens[0058]: 0x00000028 +0x000008f4:ix_offs[0059]: 0x0000289e 0x00000cf0:ix_lens[0059]: 0x000000b0 +0x000008f8:ix_offs[0060]: 0x0000294e 0x00000cf4:ix_lens[0060]: 0x00000083 +0x000008fc:ix_offs[0061]: 0x000029d1 0x00000cf8:ix_lens[0061]: 0x00000064 +0x00000900:ix_offs[0062]: 0x00002a35 0x00000cfc:ix_lens[0062]: 0x00000036 +0x00000904:ix_offs[0063]: 0x00002a6b 0x00000d00:ix_lens[0063]: 0x00000035 +0x00000908:ix_offs[0064]: 0x00002aa0 0x00000d04:ix_lens[0064]: 0x00000041 +0x0000090c:ix_offs[0065]: 0x00002ae1 0x00000d08:ix_lens[0065]: 0x00000041 +0x00000910:ix_offs[0066]: 0x00002b22 0x00000d0c:ix_lens[0066]: 0x0000009c +0x00000914:ix_offs[0067]: 0x00002bbe 0x00000d10:ix_lens[0067]: 0x00000060 +0x00000918:ix_offs[0068]: 0x00002c1e 0x00000d14:ix_lens[0068]: 0x00000027 +0x0000091c:ix_offs[0069]: 0x00002c45 0x00000d18:ix_lens[0069]: 0x00000028 +0x00000920:ix_offs[0070]: 0x00002c6d 0x00000d1c:ix_lens[0070]: 0x000000aa +0x00000924:ix_offs[0071]: 0x00002d17 0x00000d20:ix_lens[0071]: 0x00000027 +0x00000928:ix_offs[0072]: 0x00002d3e 0x00000d24:ix_lens[0072]: 0x00000027 +0x0000092c:ix_offs[0073]: 0x00002d65 0x00000d28:ix_lens[0073]: 0x00000041 +0x00000930:ix_offs[0074]: 0x00002da6 0x00000d2c:ix_lens[0074]: 0x00000056 +0x00000934:ix_offs[0075]: 0x00002dfc 0x00000d30:ix_lens[0075]: 0x0000003a +0x00000938:ix_offs[0076]: 0x00002e36 0x00000d34:ix_lens[0076]: 0x00000066 +0x0000093c:ix_offs[0077]: 0x00002e9c 0x00000d38:ix_lens[0077]: 0x00000035 +0x00000940:ix_offs[0078]: 0x00002ed1 0x00000d3c:ix_lens[0078]: 0x0000003a +0x00000944:ix_offs[0079]: 0x00002f0b 0x00000d40:ix_lens[0079]: 0x000000b3 +0x00000948:ix_offs[0080]: 0x00002fbe 0x00000d44:ix_lens[0080]: 0x0000007e +0x0000094c:ix_offs[0081]: 0x0000303c 0x00000d48:ix_lens[0081]: 0x00000028 +0x00000950:ix_offs[0082]: 0x00003064 0x00000d4c:ix_lens[0082]: 0x00000028 +0x00000954:ix_offs[0083]: 0x0000308c 0x00000d50:ix_lens[0083]: 0x00000044 +0x00000958:ix_offs[0084]: 0x000030d0 0x00000d54:ix_lens[0084]: 0x00000044 +0x0000095c:ix_offs[0085]: 0x00003114 0x00000d58:ix_lens[0085]: 0x000000ac +0x00000960:ix_offs[0086]: 0x000031c0 0x00000d5c:ix_lens[0086]: 0x0000006c +0x00000964:ix_offs[0087]: 0x0000322c 0x00000d60:ix_lens[0087]: 0x00000074 +0x00000968:ix_offs[0088]: 0x000032a0 0x00000d64:ix_lens[0088]: 0x00000043 +0x0000096c:ix_offs[0089]: 0x000032e3 0x00000d68:ix_lens[0089]: 0x0000004f +0x00000970:ix_offs[0090]: 0x00003332 0x00000d6c:ix_lens[0090]: 0x00000028 +0x00000974:ix_offs[0091]: 0x0000335a 0x00000d70:ix_lens[0091]: 0x00000040 +0x00000978:ix_offs[0092]: 0x0000339a 0x00000d74:ix_lens[0092]: 0x00000030 +0x0000097c:ix_offs[0093]: 0x000033ca 0x00000d78:ix_lens[0093]: 0x00000036 +0x00000980:ix_offs[0094]: 0x00003400 0x00000d7c:ix_lens[0094]: 0x000000a0 +0x00000984:ix_offs[0095]: 0x000034a0 0x00000d80:ix_lens[0095]: 0x00000037 +0x00000988:ix_offs[0096]: 0x000034d7 0x00000d84:ix_lens[0096]: 0x00000037 +0x0000098c:ix_offs[0097]: 0x0000350e 0x00000d88:ix_lens[0097]: 0x00000066 +0x00000990:ix_offs[0098]: 0x00003574 0x00000d8c:ix_lens[0098]: 0x0000006e +0x00000994:ix_offs[0099]: 0x000035e2 0x00000d90:ix_lens[0099]: 0x00000029 +0x00000998:ix_offs[0100]: 0x0000360b 0x00000d94:ix_lens[0100]: 0x00000078 +0x0000099c:ix_offs[0101]: 0x00003683 0x00000d98:ix_lens[0101]: 0x0000008e +0x000009a0:ix_offs[0102]: 0x00003711 0x00000d9c:ix_lens[0102]: 0x00000028 +0x000009a4:ix_offs[0103]: 0x00003739 0x00000da0:ix_lens[0103]: 0x000000dd +0x000009a8:ix_offs[0104]: 0x00003816 0x00000da4:ix_lens[0104]: 0x000000fa +0x000009ac:ix_offs[0105]: 0x00003910 0x00000da8:ix_lens[0105]: 0x00000038 +0x000009b0:ix_offs[0106]: 0x00003948 0x00000dac:ix_lens[0106]: 0x00000052 +0x000009b4:ix_offs[0107]: 0x0000399a 0x00000db0:ix_lens[0107]: 0x00000044 +0x000009b8:ix_offs[0108]: 0x000039de 0x00000db4:ix_lens[0108]: 0x00000036 +0x000009bc:ix_offs[0109]: 0x00003a14 0x00000db8:ix_lens[0109]: 0x000000c4 +0x000009c0:ix_offs[0110]: 0x00003ad8 0x00000dbc:ix_lens[0110]: 0x000000e8 +0x000009c4:ix_offs[0111]: 0x00003bc0 0x00000dc0:ix_lens[0111]: 0x0000011b +0x000009c8:ix_offs[0112]: 0x00003cdb 0x00000dc4:ix_lens[0112]: 0x00000110 +0x000009cc:ix_offs[0113]: 0x00003deb 0x00000dc8:ix_lens[0113]: 0x00000147 +0x000009d0:ix_offs[0114]: 0x00003f32 0x00000dcc:ix_lens[0114]: 0x000000e7 +0x000009d4:ix_offs[0115]: 0x00004019 0x00000dd0:ix_lens[0115]: 0x000000be +0x000009d8:ix_offs[0116]: 0x000040d7 0x00000dd4:ix_lens[0116]: 0x000000ce +0x000009dc:ix_offs[0117]: 0x000041a5 0x00000dd8:ix_lens[0117]: 0x0000006c +0x000009e0:ix_offs[0118]: 0x00004211 0x00000ddc:ix_lens[0118]: 0x00000078 +0x000009e4:ix_offs[0119]: 0x00004289 0x00000de0:ix_lens[0119]: 0x00000106 +0x000009e8:ix_offs[0120]: 0x0000438f 0x00000de4:ix_lens[0120]: 0x000000ce +0x000009ec:ix_offs[0121]: 0x0000445d 0x00000de8:ix_lens[0121]: 0x00000082 +0x000009f0:ix_offs[0122]: 0x000044df 0x00000dec:ix_lens[0122]: 0x000000b3 +0x000009f4:ix_offs[0123]: 0x00004592 0x00000df0:ix_lens[0123]: 0x00000084 +0x000009f8:ix_offs[0124]: 0x00004616 0x00000df4:ix_lens[0124]: 0x00000088 +0x000009fc:ix_offs[0125]: 0x0000469e 0x00000df8:ix_lens[0125]: 0x000000c3 +0x00000a00:ix_offs[0126]: 0x00004761 0x00000dfc:ix_lens[0126]: 0x0000009b +0x00000a04:ix_offs[0127]: 0x000047fc 0x00000e00:ix_lens[0127]: 0x0000005b +0x00000a08:ix_offs[0128]: 0x00004857 0x00000e04:ix_lens[0128]: 0x00000069 +0x00000a0c:ix_offs[0129]: 0x000048c0 0x00000e08:ix_lens[0129]: 0x00000127 +0x00000a10:ix_offs[0130]: 0x000049e7 0x00000e0c:ix_lens[0130]: 0x0000010f +0x00000a14:ix_offs[0131]: 0x00004af6 0x00000e10:ix_lens[0131]: 0x0000012b +0x00000a18:ix_offs[0132]: 0x00004c21 0x00000e14:ix_lens[0132]: 0x000000e9 +0x00000a1c:ix_offs[0133]: 0x00004d0a 0x00000e18:ix_lens[0133]: 0x000000c0 +0x00000a20:ix_offs[0134]: 0x00004dca 0x00000e1c:ix_lens[0134]: 0x000000e8 +0x00000a24:ix_offs[0135]: 0x00004eb2 0x00000e20:ix_lens[0135]: 0x0000010f +0x00000a28:ix_offs[0136]: 0x00004fc1 0x00000e24:ix_lens[0136]: 0x000000e7 +0x00000a2c:ix_offs[0137]: 0x000050a8 0x00000e28:ix_lens[0137]: 0x00000087 +0x00000a30:ix_offs[0138]: 0x0000512f 0x00000e2c:ix_lens[0138]: 0x000000cc +0x00000a34:ix_offs[0139]: 0x000051fb 0x00000e30:ix_lens[0139]: 0x0000011e +0x00000a38:ix_offs[0140]: 0x00005319 0x00000e34:ix_lens[0140]: 0x000000a7 +0x00000a3c:ix_offs[0141]: 0x000053c0 0x00000e38:ix_lens[0141]: 0x00000088 +0x00000a40:ix_offs[0142]: 0x00005448 0x00000e3c:ix_lens[0142]: 0x00000084 +0x00000a44:ix_offs[0143]: 0x000054cc 0x00000e40:ix_lens[0143]: 0x000000aa +0x00000a48:ix_offs[0144]: 0x00005576 0x00000e44:ix_lens[0144]: 0x00000078 +0x00000a4c:ix_offs[0145]: 0x000055ee 0x00000e48:ix_lens[0145]: 0x000000d4 +0x00000a50:ix_offs[0146]: 0x000056c2 0x00000e4c:ix_lens[0146]: 0x000000a2 +0x00000a54:ix_offs[0147]: 0x00005764 0x00000e50:ix_lens[0147]: 0x000000a7 +0x00000a58:ix_offs[0148]: 0x0000580b 0x00000e54:ix_lens[0148]: 0x000000ab +0x00000a5c:ix_offs[0149]: 0x000058b6 0x00000e58:ix_lens[0149]: 0x000000d4 +0x00000a60:ix_offs[0150]: 0x0000598a 0x00000e5c:ix_lens[0150]: 0x000000b4 +0x00000a64:ix_offs[0151]: 0x00005a3e 0x00000e60:ix_lens[0151]: 0x000000b4 +0x00000a68:ix_offs[0152]: 0x00005af2 0x00000e64:ix_lens[0152]: 0x0000009d +0x00000a6c:ix_offs[0153]: 0x00005b8f 0x00000e68:ix_lens[0153]: 0x0000008e +0x00000a70:ix_offs[0154]: 0x00005c1d 0x00000e6c:ix_lens[0154]: 0x0000007e +0x00000a74:ix_offs[0155]: 0x00005c9b 0x00000e70:ix_lens[0155]: 0x00000077 +0x00000a78:ix_offs[0156]: 0x00005d12 0x00000e74:ix_lens[0156]: 0x000000a2 +0x00000a7c:ix_offs[0157]: 0x00005db4 0x00000e78:ix_lens[0157]: 0x000000ea +0x00000a80:ix_offs[0158]: 0x00005e9e 0x00000e7c:ix_lens[0158]: 0x000000d2 +0x00000a84:ix_offs[0159]: 0x00005f70 0x00000e80:ix_lens[0159]: 0x000000b4 +0x00000a88:ix_offs[0160]: 0x00006024 0x00000e84:ix_lens[0160]: 0x000000b1 + +0x00000a8c-0x00000c03:ix_offs[0161-0254] default value 0x00000000 +0x00000e88-0x00000fff:ix_lens[0161-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F1 offs: 0x00000000 lens: 0x0000005f +0x00001000-0x0000105e: +>>0 @F1@ FAM +1 HUSB @I133@ +1 WIFE @I138@ +1 MARR +2 DATE 11 JUL 1818 +2 PLAC Kew Palace +1 CHIL @I1@ +<< +[0001] FAM rkey: F2 offs: 0x0000005f lens: 0x000000e0 +0x0000105f-0x0000113e: +>>0 @F2@ FAM +1 HUSB @I2@ +1 WIFE @I1@ +1 DIV N +1 MARR +2 DATE 10 FEB 1840 +2 PLAC Chapel Royal,St. James Palace,England +1 CHIL @I3@ +1 CHIL @I4@ +1 CHIL @I5@ +1 CHIL @I6@ +1 CHIL @I7@ +1 CHIL @I8@ +1 CHIL @I9@ +1 CHIL @I10@ +1 CHIL @I11@ +<< +[0002] FAM rkey: F3 offs: 0x0000013f lens: 0x00000071 +0x0000113f-0x000011af: +>>0 @F3@ FAM +1 HUSB @I139@ +1 WIFE @I140@ +1 DIV Y +1 MARR +2 DATE 31 JUL 1817 +2 PLAC Gotha +1 CHIL @I1737@ +1 CHIL @I2@ +<< +[0003] FAM rkey: F4 offs: 0x000001b0 lens: 0x000000bc +0x000011b0-0x0000126b: +>>0 @F4@ FAM +1 HUSB @I20@ +1 WIFE @I3@ +1 MARR +2 DATE 25 JAN 1858 +2 PLAC London,England +1 CHIL @I21@ +1 CHIL @I77@ +1 CHIL @I72@ +1 CHIL @I73@ +1 CHIL @I74@ +1 CHIL @I75@ +1 CHIL @I76@ +1 CHIL @I78@ +<< +[0004] FAM rkey: F5 offs: 0x0000026c lens: 0x000000b5 +0x0000126c-0x00001320: +>>0 @F5@ FAM +1 HUSB @I4@ +1 WIFE @I12@ +1 MARR +2 DATE 10 MAR 1863 +2 PLAC St. George Chap.,Windsor,,England +1 CHIL @I13@ +1 CHIL @I14@ +1 CHIL @I15@ +1 CHIL @I16@ +1 CHIL @I17@ +1 CHIL @I18@ +<< +[0005] FAM rkey: F6 offs: 0x00000321 lens: 0x000000bb +0x00001321-0x000013db: +>>0 @F6@ FAM +1 HUSB @I22@ +1 WIFE @I5@ +1 MARR +2 DATE 1 JUL 1862 +2 PLAC Osborne House,Isle of Wight +1 CHIL @I38@ +1 CHIL @I84@ +1 CHIL @I79@ +1 CHIL @I83@ +1 CHIL @I86@ +1 CHIL @I39@ +1 CHIL @I85@ +<< +[0006] FAM rkey: F7 offs: 0x000003dc lens: 0x000000aa +0x000013dc-0x00001485: +>>0 @F7@ FAM +1 HUSB @I6@ +1 WIFE @I94@ +1 MARR +2 DATE 23 JAN 1874 +2 PLAC Winter Palace,St. Petersburg,Russia +1 CHIL @I95@ +1 CHIL @I96@ +1 CHIL @I97@ +1 CHIL @I98@ +1 CHIL @I99@ +<< +[0007] FAM rkey: F8 offs: 0x00000486 lens: 0x000000a4 +0x00001486-0x00001529: +>>0 @F8@ FAM +1 HUSB @I117@ +1 WIFE @I7@ +1 MARR +2 DATE 5 JUL 1866 +2 PLAC Windsor Castle,,,England +1 CHIL @I310@ +1 CHIL @I311@ +1 CHIL @I312@ +1 CHIL @I118@ +1 CHIL @I313@ +<< +[0008] FAM rkey: F9 offs: 0x0000052a lens: 0x00000068 +0x0000152a-0x00001591: +>>0 @F9@ FAM +1 HUSB @I201@ +1 WIFE @I8@ +1 MARR +2 DATE 21 MAR 1871 +2 PLAC St. George Chap.,Windsor,,England +<< +[0009] INDI rkey: I1 offs: 0x00000592 lens: 0x00000128 +0x00001592-0x000016b9: +>>0 @I1@ INDI +1 NAME Victoria /Hanover/ +1 REFN 1 +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 24 MAY 1819 +2 PLAC Kensington,Palace,London,England +1 DEAT +2 DATE 22 JAN 1901 +2 PLAC Osborne House,Isle of Wight,England +1 BURI +2 PLAC Royal Mausoleum,Frogmore,Berkshire,England +1 FAMC @F1@ +1 FAMS @F2@ +<< +[0010] INDI rkey: I2 offs: 0x000006ba lens: 0x00000118 +0x000016ba-0x000017d1: +>>0 @I2@ INDI +1 NAME Albert Augustus Charles// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 26 AUG 1819 +2 PLAC Schloss Rosenau,Near Coburg,Germany +1 DEAT +2 DATE 14 DEC 1861 +2 PLAC Windsor Castle,Berkshire,England +1 BURI +2 PLAC Royal Masoleum,Frogmore,Windsor,England +1 FAMC @F3@ +1 FAMS @F2@ +<< +[0011] INDI rkey: I3 offs: 0x000007d2 lens: 0x00000151 +0x000017d2-0x00001922: +>>0 @I3@ INDI +1 NAME Victoria Adelaide Mary// +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 21 NOV 1840 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 10 FEB 1841 +2 PLAC Throne Room,Buckingham Palac,England +1 DEAT +2 DATE 5 AUG 1901 +2 PLAC Friedrichshof,Near,Kronberg,Taunus +1 BURI +2 PLAC Friedenskirche,Potsdam +1 FAMC @F2@ +1 FAMS @F4@ +<< +[0012] INDI rkey: I4 offs: 0x00000923 lens: 0x0000011c +0x00001923-0x00001a3e: +>>0 @I4@ INDI +1 NAME Edward_VII /Wettin/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 9 NOV 1841 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 6 MAY 1910 +2 PLAC Buckingham,Palace,London,England +1 BURI +2 DATE 20 MAY 1910 +2 PLAC Windsor,Berkshire,England +1 FAMC @F2@ +1 FAMS @F5@ +<< +[0013] INDI rkey: I5 offs: 0x00000a3f lens: 0x000000cc +0x00001a3f-0x00001b0a: +>>0 @I5@ INDI +1 NAME Alice Maud Mary// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 25 APR 1843 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 14 DEC 1878 +2 PLAC Darmstadt,,,Germany +1 FAMC @F2@ +1 FAMS @F6@ +<< +[0014] INDI rkey: I6 offs: 0x00000b0b lens: 0x000000d6 +0x00001b0b-0x00001be0: +>>0 @I6@ INDI +1 NAME Alfred Ernest Albert// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 6 AUG 1844 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 30 JUL 1900 +2 PLAC Schloss Rosenau,Near Coburg +1 FAMC @F2@ +1 FAMS @F7@ +<< +[0015] INDI rkey: I7 offs: 0x00000be1 lens: 0x000000e8 +0x00001be1-0x00001cc8: +>>0 @I7@ INDI +1 NAME Helena Augusta Victoria// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 25 MAY 1846 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 9 JUN 1923 +2 PLAC Schomberg House,Pall Mall,London,England +1 FAMC @F2@ +1 FAMS @F8@ +<< +[0016] INDI rkey: I8 offs: 0x00000cc9 lens: 0x00000101 +0x00001cc9-0x00001dc9: +>>0 @I8@ INDI +1 NAME Louise Caroline Alberta// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 18 MAR 1848 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 3 DEC 1939 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Frogmore,,,England +1 FAMC @F2@ +1 FAMS @F9@ +<< +[0017] INDI rkey: I9 offs: 0x00000dca lens: 0x000000d1 +0x00001dca-0x00001e9a: +>>0 @I9@ INDI +1 NAME Arthur William Patrick// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1 MAY 1850 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 16 JAN 1942 +2 PLAC Bagshot Park,Surrey +1 FAMC @F2@ +1 FAMS @F10@ +<< +[0018] Other rkey: X1 offs: 0x00000e9b lens: 0x0000067e +0x00001e9b-0x00002518: +>>0 @X1@ SUBM +1 NAME Denis R. Reid +1 ADDR 149 Kimrose Lane +2 CONT Broadview Heights, Ohio 44147-1258 +2 CONT Internet Email address: ah189@cleveland.freenet.edu +1 PHON (216) 237-5364 +1 COMM >> In a message to Cliff Manis (cmanis@csoftec.csf.com) +2 CONT >> Denis Reid wrote the following: +2 CONT >> Date: Fri, 25 Dec 92 14:12:32 -0500 +2 CONT >> From: ah189@cleveland.Freenet.Edu (Denis Reid) +2 CONT >> Subject: THE ROYALS +2 CONT >> First of all, MERRY CHRISTMAS! +2 CONT >> +2 CONT >> You may make this Royal GEDCOM available available to whomever. +2 CONT >> As you know this is a work in process and have received suggestions, +2 CONT >> corrections and additions from all over the planet... +2 CONT >> some even who claim to be descended from Charlemange, himself! +2 CONT >> +2 CONT >> The weakest part of the Royals is in the French and Spanish lines. +2 CONT >> I found that many of the French Kings had multiple mistresses whose +2 CONT >> descendants claimed noble titles, and the Throne itself in some +2 CONT >> cases. I have had the hardest time finding good published sources +2 CONT >> for French and Spanish Royalty. +2 CONT >> +2 CONT >> If you do post it to a BBS or send it around, I would appreciate +2 CONT >> it if you'd append a message to the effect that I would welcome +2 CONT >> comments and suggestions and possible sources to improve +2 CONT >> the database. +2 CONT >> +2 CONT >> Since the Royals had so many names and many titles it was difficult +2 CONT >> to "fill in the blanks" with their name. In the previous version, +2 CONT >> I included all their titles, names, monikers in the notes. +2 CONT >> +2 CONT >> Thanks for your interest. Denis Reid +<< +[0019] FAM rkey: F10 offs: 0x00001519 lens: 0x00000093 +0x00002519-0x000025ab: +>>0 @F10@ FAM +1 HUSB @I9@ +1 WIFE @I120@ +1 MARR +2 DATE 13 MAR 1879 +2 PLAC St. George Chap.,Windsor,,England +1 CHIL @I121@ +1 CHIL @I122@ +1 CHIL @I123@ +<< +[0020] FAM rkey: F11 offs: 0x000015ac lens: 0x00000084 +0x000025ac-0x0000262f: +>>0 @F11@ FAM +1 HUSB @I10@ +1 WIFE @I23@ +1 MARR +2 DATE 27 APR 1882 +2 PLAC St. George Chap.,Windsor,,England +1 CHIL @I24@ +1 CHIL @I129@ +<< +[0021] FAM rkey: F12 offs: 0x00001630 lens: 0x00000095 +0x00002630-0x000026c4: +>>0 @F12@ FAM +1 HUSB @I25@ +1 WIFE @I11@ +1 MARR +2 DATE 23 JUL 1885 +2 PLAC Whippingham,Isle of Wight +1 CHIL @I26@ +1 CHIL @I27@ +1 CHIL @I28@ +1 CHIL @I29@ +<< +[0022] FAM rkey: F13 offs: 0x000016c5 lens: 0x0000008e +0x000026c5-0x00002752: +>>0 @F13@ FAM +1 HUSB @I225@ +1 WIFE @I226@ +1 MARR +2 DATE 1842 +1 CHIL @I604@ +1 CHIL @I12@ +1 CHIL @I227@ +1 CHIL @I41@ +1 CHIL @I254@ +1 CHIL @I1663@ +<< +[0023] FAM rkey: F14 offs: 0x00001753 lens: 0x000000b2 +0x00002753-0x00002804: +>>0 @F14@ FAM +1 HUSB @I14@ +1 WIFE @I30@ +1 MARR +2 DATE 6 JUL 1893 +2 PLAC Chapel Royal,St. James Palace +1 CHIL @I31@ +1 CHIL @I32@ +1 CHIL @I33@ +1 CHIL @I34@ +1 CHIL @I35@ +1 CHIL @I36@ +<< +[0024] FAM rkey: F15 offs: 0x00001805 lens: 0x00000085 +0x00002805-0x00002889: +>>0 @F15@ FAM +1 HUSB @I105@ +1 WIFE @I15@ +1 MARR +2 DATE 27 JUL 1889 +2 PLAC Buckingham,Palace,London,England +1 CHIL @I125@ +1 CHIL @I952@ +<< +[0025] FAM rkey: F16 offs: 0x0000188a lens: 0x00000076 +0x0000288a-0x000028ff: +>>0 @F16@ FAM +1 HUSB @I71@ +1 WIFE @I17@ +1 MARR +2 DATE 22 JUL 1896 +2 PLAC Buckingham,Palace,London,England +1 CHIL @I450@ +<< +[0026] FAM rkey: F17 offs: 0x00001900 lens: 0x00000043 +0x00002900-0x00002942: +>>0 @F17@ FAM +1 HUSB @I19@ +1 WIFE @I1216@ +1 CHIL @I23@ +1 CHIL @I656@ +<< +[0027] FAM rkey: F18 offs: 0x00001943 lens: 0x00000043 +0x00002943-0x00002985: +>>0 @F18@ FAM +1 HUSB @I412@ +1 WIFE @I427@ +1 CHIL @I428@ +1 CHIL @I20@ +<< +[0028] FAM rkey: F19 offs: 0x00001986 lens: 0x00000089 +0x00002986-0x00002a0e: +>>0 @F19@ FAM +1 HUSB @I21@ +1 WIFE @I402@ +1 CHIL @I420@ +1 CHIL @I421@ +1 CHIL @I422@ +1 CHIL @I423@ +1 CHIL @I424@ +1 CHIL @I425@ +1 CHIL @I426@ +<< +[0029] FAM rkey: F20 offs: 0x00001a0f lens: 0x0000005e +0x00002a0f-0x00002a6c: +>>0 @F20@ FAM +1 HUSB @I21@ +1 WIFE @I419@ +1 MARR +2 DATE 5 NOV 1922 +2 PLAC Haus Doorn,Netherlands +<< +[0030] FAM rkey: F21 offs: 0x00001a6d lens: 0x00000072 +0x00002a6d-0x00002ade: +>>0 @F21@ FAM +1 HUSB @I357@ +1 WIFE @I358@ +1 MARR +2 DATE 1836 +1 CHIL @I22@ +1 CHIL @I497@ +1 CHIL @I498@ +1 CHIL @I499@ +<< +[0031] FAM rkey: F22 offs: 0x00001adf lens: 0x00000051 +0x00002adf-0x00002b2f: +>>0 @F22@ FAM +1 HUSB @I280@ +1 WIFE @I24@ +1 CHIL @I287@ +1 CHIL @I288@ +1 CHIL @I289@ +<< +[0032] FAM rkey: F23 offs: 0x00001b30 lens: 0x00000080 +0x00002b30-0x00002baf: +>>0 @F23@ FAM +1 HUSB @I347@ +1 WIFE @I348@ +1 MARR +2 DATE 1851 +1 CHIL @I224@ +1 CHIL @I100@ +1 CHIL @I486@ +1 CHIL @I25@ +1 CHIL @I487@ +<< +[0033] FAM rkey: F24 offs: 0x00001bb0 lens: 0x00000035 +0x00002bb0-0x00002be4: +>>0 @F24@ FAM +1 HUSB @I26@ +1 WIFE @I408@ +1 CHIL @I509@ +<< +[0034] FAM rkey: F25 offs: 0x00001be5 lens: 0x000000c9 +0x00002be5-0x00002cad: +>>0 @F25@ FAM +1 HUSB @I409@ +1 WIFE @I27@ +1 MARR +2 DATE 1906 +2 PLAC Church of,San Jeronimo,Madrid,Spain +1 CHIL @I430@ +1 CHIL @I591@ +1 CHIL @I433@ +1 CHIL @I2642@ +1 CHIL @I431@ +1 CHIL @I432@ +1 CHIL @I2643@ +<< +[0035] FAM rkey: F26 offs: 0x00001cae lens: 0x0000005f +0x00002cae-0x00002d0c: +>>0 @F26@ FAM +1 HUSB @I137@ +1 WIFE @I136@ +1 CHIL @I30@ +1 CHIL @I278@ +1 CHIL @I279@ +1 CHIL @I280@ +<< +[0036] FAM rkey: F27 offs: 0x00001d0d lens: 0x0000006d +0x00002d0d-0x00002d79: +>>0 @F27@ FAM +1 HUSB @I31@ +1 WIFE @I70@ +1 DIV N +1 MARR +2 DATE 3 JUN 1937 +2 PLAC Chateau de Cande,Monts,,France +<< +[0037] FAM rkey: F28 offs: 0x00001d7a lens: 0x00000062 +0x00002d7a-0x00002ddb: +>>0 @F28@ FAM +1 HUSB @I32@ +1 WIFE @I51@ +1 DIV N +1 MARR +2 DATE 26 APR 1923 +1 CHIL @I52@ +1 CHIL @I53@ +<< +[0038] FAM rkey: F29 offs: 0x00001ddc lens: 0x00000084 +0x00002ddc-0x00002e5f: +>>0 @F29@ FAM +1 HUSB @I68@ +1 WIFE @I33@ +1 MARR +2 DATE 28 FEB 1922 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I244@ +1 CHIL @I291@ +<< +[0039] FAM rkey: F30 offs: 0x00001e60 lens: 0x00000081 +0x00002e60-0x00002ee0: +>>0 @F30@ FAM +1 HUSB @I34@ +1 WIFE @I69@ +1 MARR +2 DATE 6 NOV 1935 +2 PLAC Buckingham,Palace,London,England +1 CHIL @I87@ +1 CHIL @I88@ +<< +[0040] FAM rkey: F31 offs: 0x00001ee1 lens: 0x00000091 +0x00002ee1-0x00002f71: +>>0 @F31@ FAM +1 HUSB @I35@ +1 WIFE @I66@ +1 MARR +2 DATE 29 NOV 1934 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I67@ +1 CHIL @I106@ +1 CHIL @I107@ +<< +[0041] FAM rkey: F32 offs: 0x00001f72 lens: 0x0000008d +0x00002f72-0x00002ffe: +>>0 @F32@ FAM +1 HUSB @I40@ +1 WIFE @I41@ +1 MARR +2 DATE 1866 +1 CHIL @I37@ +1 CHIL @I1568@ +1 CHIL @I153@ +1 CHIL @I154@ +1 CHIL @I155@ +1 CHIL @I156@ +<< +[0042] FAM rkey: F33 offs: 0x00001fff lens: 0x000000b5 +0x00002fff-0x000030b3: +>>0 @F33@ FAM +1 HUSB @I37@ +1 WIFE @I39@ +1 DIV N +1 MARR +2 DATE 26 NOV 1894 +2 PLAC Winter Palace,,St. Petersburg,Russia +1 CHIL @I46@ +1 CHIL @I47@ +1 CHIL @I48@ +1 CHIL @I49@ +1 CHIL @I50@ +<< +[0043] FAM rkey: F34 offs: 0x000020b4 lens: 0x00000072 +0x000030b4-0x00003125: +>>0 @F34@ FAM +1 HUSB @I100@ +1 WIFE @I38@ +1 MARR +2 DATE 1884 +1 CHIL @I101@ +1 CHIL @I238@ +1 CHIL @I102@ +1 CHIL @I103@ +<< +[0044] FAM rkey: F35 offs: 0x00002126 lens: 0x000000a7 +0x00003126-0x000031cc: +>>0 @F35@ FAM +1 HUSB @I44@ +1 WIFE @I45@ +1 MARR +2 DATE 1840 +1 CHIL @I491@ +1 CHIL @I492@ +1 CHIL @I40@ +1 CHIL @I149@ +1 CHIL @I150@ +1 CHIL @I94@ +1 CHIL @I151@ +1 CHIL @I152@ +<< +[0045] FAM rkey: F36 offs: 0x000021cd lens: 0x00000067 +0x000031cd-0x00003233: +>>0 @F36@ FAM +1 HUSB @I1294@ +1 WIFE @I1295@ +1 MARR +2 DATE 1776 +1 CHIL @I1296@ +1 CHIL @I654@ +1 CHIL @I42@ +<< +[0046] FAM rkey: F37 offs: 0x00002234 lens: 0x00000072 +0x00003234-0x000032a5: +>>0 @F37@ FAM +1 HUSB @I42@ +1 WIFE @I43@ +1 MARR +2 DATE 1817 +1 CHIL @I44@ +1 CHIL @I353@ +1 CHIL @I2665@ +1 CHIL @I2666@ +<< +[0047] FAM rkey: F38 offs: 0x000022a6 lens: 0x000000b5 +0x000032a6-0x0000335a: +>>0 @F38@ FAM +1 HUSB @I162@ +1 WIFE @I410@ +1 CHIL @I511@ +1 CHIL @I411@ +1 CHIL @I412@ +1 CHIL @I43@ +1 CHIL @I413@ +1 CHIL @I414@ +1 CHIL @I2654@ +1 CHIL @I416@ +1 CHIL @I1029@ +1 CHIL @I418@ +<< +[0048] FAM rkey: F39 offs: 0x0000235b lens: 0x00000055 +0x0000335b-0x000033af: +>>0 @F39@ FAM +1 HUSB @I44@ +1 WIFE @I1569@ +1 CHIL @I1570@ +1 CHIL @I1571@ +1 CHIL @I1572@ +<< +[0049] FAM rkey: F40 offs: 0x000023b0 lens: 0x00000072 +0x000033b0-0x00003421: +>>0 @F40@ FAM +1 HUSB @I349@ +1 WIFE @I350@ +1 MARR +2 DATE 1804 +1 CHIL @I493@ +1 CHIL @I357@ +1 CHIL @I347@ +1 CHIL @I45@ +<< +[0050] FAM rkey: F41 offs: 0x00002422 lens: 0x000000b3 +0x00003422-0x000034d4: +>>0 @F41@ FAM +1 HUSB @I145@ +1 WIFE @I146@ +1 CHIL @I173@ +1 CHIL @I174@ +1 CHIL @I175@ +1 CHIL @I176@ +1 CHIL @I177@ +1 CHIL @I178@ +1 CHIL @I179@ +1 CHIL @I180@ +1 CHIL @I51@ +1 CHIL @I181@ +<< +[0051] FAM rkey: F42 offs: 0x000024d5 lens: 0x000000a4 +0x000034d5-0x00003578: +>>0 @F42@ FAM +1 HUSB @I57@ +1 WIFE @I52@ +1 DIV N +1 MARR +2 DATE 20 NOV 1947 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I58@ +1 CHIL @I59@ +1 CHIL @I60@ +1 CHIL @I61@ +<< +[0052] FAM rkey: F43 offs: 0x00002579 lens: 0x0000008d +0x00003579-0x00003605: +>>0 @F43@ FAM +1 HUSB @I54@ +1 WIFE @I53@ +1 DIV Y +1 MARR +2 DATE 6 MAY 1960 +2 PLAC Westminster,Cathedral,London,England +1 CHIL @I55@ +1 CHIL @I56@ +<< +[0053] FAM rkey: F44 offs: 0x00002606 lens: 0x00000051 +0x00003606-0x00003656: +>>0 @F44@ FAM +1 HUSB @I54@ +1 WIFE @I2977@ +1 MARR +2 DATE 17 DEC 1978 +1 CHIL @I2978@ +<< +[0054] FAM rkey: F45 offs: 0x00002657 lens: 0x00000080 +0x00003657-0x000036d6: +>>0 @F45@ FAM +1 HUSB @I104@ +1 WIFE @I101@ +1 MARR +2 DATE 1903 +1 CHIL @I147@ +1 CHIL @I148@ +1 CHIL @I463@ +1 CHIL @I476@ +1 CHIL @I57@ +<< +[0055] FAM rkey: F46 offs: 0x000026d7 lens: 0x0000008f +0x000036d7-0x00003765: +>>0 @F46@ FAM +1 HUSB @I58@ +1 WIFE @I65@ +1 DIV N +1 MARR +2 DATE 29 JUL 1981 +2 PLAC St. Paul's,Cathedral,London,England +1 CHIL @I115@ +1 CHIL @I116@ +<< +[0056] FAM rkey: F47 offs: 0x00002766 lens: 0x0000008a +0x00003766-0x000037ef: +>>0 @F47@ FAM +1 HUSB @I62@ +1 WIFE @I59@ +1 DIV N +1 MARR +2 DATE 14 NOV 1973 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I63@ +1 CHIL @I64@ +<< +[0057] FAM rkey: F48 offs: 0x000027f0 lens: 0x00000086 +0x000037f0-0x00003875: +>>0 @F48@ FAM +1 HUSB @I60@ +1 WIFE @I168@ +1 MARR +2 DATE 23 JUL 1986 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I827@ +1 CHIL @I2958@ +<< +[0058] FAM rkey: F49 offs: 0x00002876 lens: 0x00000028 +0x00003876-0x0000389d: +>>0 @F49@ FAM +1 HUSB @I2968@ +1 CHIL @I62@ +<< +[0059] FAM rkey: F50 offs: 0x0000289e lens: 0x000000b0 +0x0000389e-0x0000394d: +>>0 @F50@ FAM +1 HUSB @I239@ +1 WIFE @I93@ +1 DIV Y +1 MARR +2 DATE 1954 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I240@ +1 CHIL @I241@ +1 CHIL @I1712@ +1 CHIL @I65@ +1 CHIL @I242@ +<< +[0060] FAM rkey: F51 offs: 0x0000294e lens: 0x00000083 +0x0000394e-0x000039d0: +>>0 @F51@ FAM +1 HUSB @I229@ +1 WIFE @I1362@ +1 MARR +2 DATE 1902 +1 CHIL @I66@ +1 CHIL @I236@ +1 CHIL @I237@ +1 CHIL @I2964@ +1 CHIL @I2967@ +<< +[0061] FAM rkey: F52 offs: 0x000029d1 lens: 0x00000064 +0x000039d1-0x00003a34: +>>0 @F52@ FAM +1 HUSB @I67@ +1 WIFE @I111@ +1 MARR +2 DATE 1961 +1 CHIL @I112@ +1 CHIL @I113@ +1 CHIL @I114@ +<< +[0062] FAM rkey: F53 offs: 0x00002a35 lens: 0x00000036 +0x00003a35-0x00003a6a: +>>0 @F53@ FAM +1 HUSB @I803@ +1 WIFE @I1607@ +1 CHIL @I69@ +<< +[0063] FAM rkey: F54 offs: 0x00002a6b lens: 0x00000035 +0x00003a6b-0x00003a9f: +>>0 @F54@ FAM +1 HUSB @I171@ +1 WIFE @I172@ +1 CHIL @I70@ +<< +[0064] FAM rkey: F55 offs: 0x00002aa0 lens: 0x00000041 +0x00003aa0-0x00003ae0: +>>0 @F55@ FAM +1 HUSB @I91@ +1 WIFE @I70@ +1 DIV Y +1 MARR +2 DATE 1916 +<< +[0065] FAM rkey: F56 offs: 0x00002ae1 lens: 0x00000041 +0x00003ae1-0x00003b21: +>>0 @F56@ FAM +1 HUSB @I92@ +1 WIFE @I70@ +1 DIV Y +1 MARR +2 DATE 1928 +<< +[0066] FAM rkey: F57 offs: 0x00002b22 lens: 0x0000009c +0x00003b22-0x00003bbd: +>>0 @F57@ FAM +1 HUSB @I604@ +1 WIFE @I605@ +1 CHIL @I606@ +1 CHIL @I71@ +1 CHIL @I2697@ +1 CHIL @I1664@ +1 CHIL @I598@ +1 CHIL @I1665@ +1 CHIL @I1666@ +1 CHIL @I1667@ +<< +[0067] FAM rkey: F58 offs: 0x00002bbe lens: 0x00000060 +0x00003bbe-0x00003c1d: +>>0 @F58@ FAM +1 HUSB @I72@ +1 WIFE @I79@ +1 MARR +2 DATE 1888 +1 CHIL @I80@ +1 CHIL @I81@ +1 CHIL @I82@ +<< +[0068] FAM rkey: F59 offs: 0x00002c1e lens: 0x00000027 +0x00003c1e-0x00003c44: +>>0 @F59@ FAM +1 HUSB @I404@ +1 WIFE @I74@ +<< +[0069] FAM rkey: F60 offs: 0x00002c45 lens: 0x00000028 +0x00003c45-0x00003c6c: +>>0 @F60@ FAM +1 HUSB @I1203@ +1 WIFE @I74@ +<< +[0070] FAM rkey: F61 offs: 0x00002c6d lens: 0x000000aa +0x00003c6d-0x00003d16: +>>0 @F61@ FAM +1 HUSB @I405@ +1 WIFE @I76@ +1 MARR +2 DATE 27 OCT 1889 +2 PLAC Athens,Greece +1 CHIL @I439@ +1 CHIL @I234@ +1 CHIL @I233@ +1 CHIL @I232@ +1 CHIL @I231@ +1 CHIL @I230@ +<< +[0071] FAM rkey: F62 offs: 0x00002d17 lens: 0x00000027 +0x00003d17-0x00003d3d: +>>0 @F62@ FAM +1 HUSB @I403@ +1 WIFE @I77@ +<< +[0072] FAM rkey: F63 offs: 0x00002d3e lens: 0x00000027 +0x00003d3e-0x00003d64: +>>0 @F63@ FAM +1 HUSB @I406@ +1 WIFE @I78@ +<< +[0073] FAM rkey: F64 offs: 0x00002d65 lens: 0x00000041 +0x00003d65-0x00003da5: +>>0 @F64@ FAM +1 HUSB @I83@ +1 WIFE @I97@ +1 DIV Y +1 MARR +2 DATE 1894 +<< +[0074] FAM rkey: F65 offs: 0x00002da6 lens: 0x00000056 +0x00003da6-0x00003dfb: +>>0 @F65@ FAM +1 HUSB @I83@ +1 WIFE @I460@ +1 MARR +2 DATE 1905 +1 CHIL @I461@ +1 CHIL @I462@ +<< +[0075] FAM rkey: F66 offs: 0x00002dfc lens: 0x0000003a +0x00003dfc-0x00003e35: +>>0 @F66@ FAM +1 HUSB @I151@ +1 WIFE @I84@ +1 MARR +2 DATE 1884 +<< +[0076] FAM rkey: F67 offs: 0x00002e36 lens: 0x00000066 +0x00003e36-0x00003e9b: +>>0 @F67@ FAM +1 HUSB @I88@ +1 WIFE @I89@ +1 MARR +2 DATE JUL 1972 +1 CHIL @I90@ +1 CHIL @I317@ +1 CHIL @I318@ +<< +[0077] FAM rkey: F68 offs: 0x00002e9c lens: 0x00000035 +0x00003e9c-0x00003ed0: +>>0 @F68@ FAM +1 HUSB @I368@ +1 WIFE @I369@ +1 CHIL @I93@ +<< +[0078] FAM rkey: F69 offs: 0x00002ed1 lens: 0x0000003a +0x00003ed1-0x00003f0a: +>>0 @F69@ FAM +1 HUSB @I804@ +1 WIFE @I93@ +1 MARR +2 DATE 1969 +<< +[0079] FAM rkey: F70 offs: 0x00002f0b lens: 0x000000b3 +0x00003f0b-0x00003fbd: +>>0 @F70@ FAM +1 HUSB @I309@ +1 WIFE @I96@ +1 MARR +2 DATE 10 JAN 1893 +2 PLAC Sigmaringen,Germany +1 CHIL @I438@ +1 CHIL @I437@ +1 CHIL @I436@ +1 CHIL @I1096@ +1 CHIL @I1097@ +1 CHIL @I1098@ +<< +[0080] FAM rkey: F71 offs: 0x00002fbe lens: 0x0000007e +0x00003fbe-0x0000403b: +>>0 @F71@ FAM +1 HUSB @I158@ +1 WIFE @I97@ +1 MARR +2 DATE 1905 +2 PLAC Tegernsee,,Bavaria +1 CHIL @I895@ +1 CHIL @I528@ +1 CHIL @I588@ +<< +[0081] FAM rkey: F72 offs: 0x0000303c lens: 0x00000028 +0x0000403c-0x00004063: +>>0 @F72@ FAM +1 HUSB @I2150@ +1 WIFE @I98@ +<< +[0082] FAM rkey: F73 offs: 0x00003064 lens: 0x00000028 +0x00004064-0x0000408b: +>>0 @F73@ FAM +1 HUSB @I2149@ +1 WIFE @I99@ +<< +[0083] FAM rkey: F74 offs: 0x0000308c lens: 0x00000044 +0x0000408c-0x000040cf: +>>0 @F74@ FAM +1 HUSB @I102@ +1 WIFE @I502@ +1 CHIL @I503@ +1 CHIL @I504@ +<< +[0084] FAM rkey: F75 offs: 0x000030d0 lens: 0x00000044 +0x000040d0-0x00004113: +>>0 @F75@ FAM +1 HUSB @I103@ +1 WIFE @I494@ +1 CHIL @I500@ +1 CHIL @I501@ +<< +[0085] FAM rkey: F76 offs: 0x00003114 lens: 0x000000ac +0x00004114-0x000041bf: +>>0 @F76@ FAM +1 HUSB @I227@ +1 WIFE @I228@ +1 MARR +2 DATE 1867 +1 CHIL @I405@ +1 CHIL @I466@ +1 CHIL @I163@ +1 CHIL @I229@ +1 CHIL @I2673@ +1 CHIL @I104@ +1 CHIL @I465@ +1 CHIL @I467@ +<< +[0086] FAM rkey: F77 offs: 0x000031c0 lens: 0x0000006c +0x000041c0-0x0000422b: +>>0 @F77@ FAM +1 HUSB @I108@ +1 WIFE @I106@ +1 MARR +2 DATE APR 1963 +2 PLAC ,,England +1 CHIL @I109@ +1 CHIL @I110@ +<< +[0087] FAM rkey: F78 offs: 0x0000322c lens: 0x00000074 +0x0000422c-0x0000429f: +>>0 @F78@ FAM +1 HUSB @I107@ +1 WIFE @I319@ +1 MARR +2 DATE 30 JUN 1978 +2 PLAC Vienna,Austria +1 CHIL @I320@ +1 CHIL @I801@ +<< +[0088] FAM rkey: F79 offs: 0x000032a0 lens: 0x00000043 +0x000042a0-0x000042e2: +>>0 @F79@ FAM +1 HUSB @I109@ +1 WIFE @I2979@ +1 MARR +2 DATE AFT 1989 +<< +[0089] FAM rkey: F80 offs: 0x000032e3 lens: 0x0000004f +0x000042e3-0x00004331: +>>0 @F80@ FAM +1 HUSB @I2960@ +1 WIFE @I110@ +1 MARR +2 DATE FEB 1990 +1 CHIL @I2961@ +<< +[0090] FAM rkey: F81 offs: 0x00003332 lens: 0x00000028 +0x00004332-0x00004359: +>>0 @F81@ FAM +1 HUSB @I981@ +1 CHIL @I111@ +<< +[0091] FAM rkey: F82 offs: 0x0000335a lens: 0x00000040 +0x0000435a-0x00004399: +>>0 @F82@ FAM +1 HUSB @I112@ +1 WIFE @I2969@ +1 MARR +2 DATE JAN 1988 +<< +[0092] FAM rkey: F83 offs: 0x0000339a lens: 0x00000030 +0x0000439a-0x000043c9: +>>0 @F83@ FAM +1 HUSB @I119@ +1 WIFE @I118@ +1 DIV Y +<< +[0093] FAM rkey: F84 offs: 0x000033ca lens: 0x00000036 +0x000043ca-0x000043ff: +>>0 @F84@ FAM +1 HUSB @I199@ +1 WIFE @I200@ +1 CHIL @I120@ +<< +[0094] FAM rkey: F85 offs: 0x00003400 lens: 0x000000a0 +0x00004400-0x0000449f: +>>0 @F85@ FAM +1 HUSB @I124@ +1 WIFE @I121@ +1 MARR +2 DATE 15 JUN 1905 +2 PLAC Windsor,England +1 CHIL @I445@ +1 CHIL @I1059@ +1 CHIL @I447@ +1 CHIL @I448@ +1 CHIL @I449@ +<< +[0095] FAM rkey: F86 offs: 0x000034a0 lens: 0x00000037 +0x000044a0-0x000044d6: +>>0 @F86@ FAM +1 HUSB @I122@ +1 WIFE @I125@ +1 CHIL @I2155@ +<< +[0096] FAM rkey: F87 offs: 0x000034d7 lens: 0x00000037 +0x000044d7-0x0000450d: +>>0 @F87@ FAM +1 HUSB @I126@ +1 WIFE @I123@ +1 CHIL @I1706@ +<< +[0097] FAM rkey: F88 offs: 0x0000350e lens: 0x00000066 +0x0000450e-0x00004573: +>>0 @F88@ FAM +1 HUSB @I456@ +1 WIFE @I457@ +1 MARR +2 DATE 1881 +1 CHIL @I124@ +1 CHIL @I1408@ +1 CHIL @I446@ +<< +[0098] FAM rkey: F89 offs: 0x00003574 lens: 0x0000006e +0x00004574-0x000045e1: +>>0 @F89@ FAM +1 HUSB @I124@ +1 WIFE @I238@ +1 MARR +2 DATE 3 NOV 1923 +2 PLAC Chapel Royal,St. James Palace,England +<< +[0099] FAM rkey: F90 offs: 0x000035e2 lens: 0x00000029 +0x000045e2-0x0000460a: +>>0 @F90@ FAM +1 HUSB @I2151@ +1 CHIL @I126@ +<< +[0100] FAM rkey: F91 offs: 0x0000360b lens: 0x00000078 +0x0000460b-0x00004682: +>>0 @F91@ FAM +1 HUSB @I1903@ +1 WIFE @I2486@ +1 MARR +2 DATE 1284 +1 CHIL @I2464@ +1 CHIL @I127@ +1 CHIL @I2465@ +1 CHIL @I1743@ +<< +[0101] FAM rkey: F92 offs: 0x00003683 lens: 0x0000008e +0x00004683-0x00004710: +>>0 @F92@ FAM +1 HUSB @I286@ +1 WIFE @I127@ +1 MARR +2 DATE 25 JAN 1308 +2 PLAC Bolongne +1 CHIL @I1229@ +1 CHIL @I1256@ +1 CHIL @I1257@ +1 CHIL @I1258@ +<< +[0102] FAM rkey: F93 offs: 0x00003711 lens: 0x00000028 +0x00004711-0x00004738: +>>0 @F93@ FAM +1 HUSB @I129@ +1 WIFE @I407@ +<< +[0103] FAM rkey: F94 offs: 0x00003739 lens: 0x000000dd +0x00004739-0x00004815: +>>0 @F94@ FAM +1 HUSB @I323@ +1 WIFE @I332@ +1 MARR +2 DATE 8 MAY 1736 +2 PLAC Chapel Royal,St. James +1 CHIL @I333@ +1 CHIL @I130@ +1 CHIL @I334@ +1 CHIL @I335@ +1 CHIL @I336@ +1 CHIL @I337@ +1 CHIL @I338@ +1 CHIL @I339@ +1 CHIL @I340@ +<< +[0104] FAM rkey: F95 offs: 0x00003816 lens: 0x000000fa +0x00004816-0x0000490f: +>>0 @F95@ FAM +1 HUSB @I130@ +1 WIFE @I131@ +1 CHIL @I141@ +1 CHIL @I202@ +1 CHIL @I203@ +1 CHIL @I204@ +1 CHIL @I133@ +1 CHIL @I209@ +1 CHIL @I210@ +1 CHIL @I212@ +1 CHIL @I213@ +1 CHIL @I132@ +1 CHIL @I214@ +1 CHIL @I215@ +1 CHIL @I216@ +1 CHIL @I217@ +1 CHIL @I218@ +<< +[0105] FAM rkey: F96 offs: 0x00003910 lens: 0x00000038 +0x00004910-0x00004947: +>>0 @F96@ FAM +1 HUSB @I2147@ +1 WIFE @I2148@ +1 CHIL @I131@ +<< +[0106] FAM rkey: F97 offs: 0x00003948 lens: 0x00000052 +0x00004948-0x00004999: +>>0 @F97@ FAM +1 HUSB @I132@ +1 WIFE @I134@ +1 CHIL @I262@ +1 CHIL @I135@ +1 CHIL @I136@ +<< +[0107] FAM rkey: F98 offs: 0x0000399a lens: 0x00000044 +0x0000499a-0x000049dd: +>>0 @F98@ FAM +1 HUSB @I301@ +1 WIFE @I302@ +1 CHIL @I298@ +1 CHIL @I134@ +<< +[0108] FAM rkey: F99 offs: 0x000039de lens: 0x00000036 +0x000049de-0x00004a13: +>>0 @F99@ FAM +1 HUSB @I271@ +1 WIFE @I135@ +1 CHIL @I272@ +<< +[0109] INDI rkey: I10 offs: 0x00003a14 lens: 0x000000c4 +0x00004a14-0x00004ad7: +>>0 @I10@ INDI +1 NAME Leopold George Duncan// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 7 APR 1853 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 28 MAR 1884 +2 PLAC Cannes +1 FAMC @F2@ +1 FAMS @F11@ +<< +[0110] INDI rkey: I11 offs: 0x00003ad8 lens: 0x000000e8 +0x00004ad8-0x00004bbf: +>>0 @I11@ INDI +1 NAME Beatrice Mary Victoria// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 14 APR 1857 +2 PLAC Buckingham,Palace,London,England +1 DEAT +2 DATE 26 OCT 1944 +2 PLAC Bantridge Park,Balcombe,Sussex,England +1 FAMC @F2@ +1 FAMS @F12@ +<< +[0111] INDI rkey: I12 offs: 0x00003bc0 lens: 0x0000011b +0x00004bc0-0x00004cda: +>>0 @I12@ INDI +1 NAME Alexandra of_Denmark "Alix"// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1 DEC 1844 +2 PLAC Yellow Palace,Copenhagen,Denmark +1 DEAT +2 DATE 20 NOV 1925 +2 PLAC Sandringham,,Norfolk,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMC @F13@ +1 FAMS @F5@ +<< +[0112] INDI rkey: I13 offs: 0x00003cdb lens: 0x00000110 +0x00004cdb-0x00004dea: +>>0 @I13@ INDI +1 NAME Albert Victor Christian// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 8 JAN 1864 +2 PLAC Frogmore House,Windsor,Berkshire,England +1 DEAT +2 DATE 14 JAN 1892 +2 PLAC Sandringham,,Norfolk,England +1 BURI +2 DATE 20 JAN 1892 +2 PLAC Windsor,Berkshire,England +1 FAMC @F5@ +<< +[0113] INDI rkey: I14 offs: 0x00003deb lens: 0x00000147 +0x00004deb-0x00004f31: +>>0 @I14@ INDI +1 NAME George_V /Windsor/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 3 JUN 1865 +2 PLAC Marlborough Hse,London,England +1 CHR +2 DATE 7 JUL 1865 +1 DEAT +2 DATE 20 JAN 1936 +2 PLAC Sandringham,Norfolk,England +1 BURI +2 DATE 28 JAN 1936 +2 PLAC Windsor Castle,St. George Chap.,Berkshire,England +1 FAMC @F5@ +1 FAMS @F14@ +<< +[0114] INDI rkey: I15 offs: 0x00003f32 lens: 0x000000e7 +0x00004f32-0x00005018: +>>0 @I15@ INDI +1 NAME Louise Victoria Alexandra// +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 20 FEB 1867 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 4 JAN 1931 +2 PLAC Portman Square,London,England +1 FAMC @F5@ +1 FAMS @F15@ +<< +[0115] INDI rkey: I16 offs: 0x00004019 lens: 0x000000be +0x00005019-0x000050d6: +>>0 @I16@ INDI +1 NAME Victoria Alexandra Olga// +1 SEX F +1 BIRT +2 DATE 6 JUL 1868 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 3 DEC 1935 +2 PLAC Coppins,Iver,Bucks,England +1 FAMC @F5@ +<< +[0116] INDI rkey: I17 offs: 0x000040d7 lens: 0x000000ce +0x000050d7-0x000051a4: +>>0 @I17@ INDI +1 NAME Maude Charlotte Mary// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 26 NOV 1869 +2 PLAC Marlborough,House,London,England +1 DEAT +2 DATE 20 NOV 1938 +2 PLAC London,England +1 FAMC @F5@ +1 FAMS @F16@ +<< +[0117] INDI rkey: I18 offs: 0x000041a5 lens: 0x0000006c +0x000051a5-0x00005210: +>>0 @I18@ INDI +1 NAME John Alexander // +1 SEX M +1 BIRT +2 DATE 6 APR 1871 +1 DEAT +2 DATE 7 APR 1871 +1 FAMC @F5@ +<< +[0118] INDI rkey: I19 offs: 0x00004211 lens: 0x00000078 +0x00005211-0x00005288: +>>0 @I19@ INDI +1 NAME George Victor of_Waldeck// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1889 +1 FAMS @F17@ +<< +[0119] INDI rkey: I20 offs: 0x00004289 lens: 0x00000106 +0x00005289-0x0000538e: +>>0 @I20@ INDI +1 NAME Frederick_III // +1 SEX M +1 TITL German Emperor +1 BIRT +2 DATE 18 OCT 1831 +2 PLAC Neues Palais,Potsdam,Germany +1 DEAT +2 DATE 15 JUN 1888 +2 PLAC Neues Palais,Potsdam,Germany +1 BURI +2 PLAC Friedenskirche,Potsdam,Germany +1 FAMC @F18@ +1 FAMS @F4@ +<< +[0120] INDI rkey: I21 offs: 0x0000438f lens: 0x000000ce +0x0000538f-0x0000545c: +>>0 @I21@ INDI +1 NAME William_II // +1 SEX M +1 TITL German Emperor +1 BIRT +2 DATE 27 JAN 1859 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 4 JUN 1941 +2 PLAC Haus Doorn,Netherlands +1 FAMC @F4@ +1 FAMS @F19@ +1 FAMS @F20@ +<< +[0121] INDI rkey: I22 offs: 0x0000445d lens: 0x00000082 +0x0000545d-0x000054de: +>>0 @I22@ INDI +1 NAME Louis_IV of_Hesse // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1892 +1 FAMC @F21@ +1 FAMS @F6@ +<< +[0122] INDI rkey: I23 offs: 0x000044df lens: 0x000000b3 +0x000054df-0x00005591: +>>0 @I23@ INDI +1 NAME Helena Frederica of_Waldeck// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 17 FEB 1861 +2 PLAC Arolsen +1 DEAT +2 DATE 1 SEP 1922 +2 PLAC Tyrol +1 FAMC @F17@ +1 FAMS @F11@ +<< +[0123] INDI rkey: I24 offs: 0x00004592 lens: 0x00000084 +0x00005592-0x00005615: +>>0 @I24@ INDI +1 NAME Alice of_Athlone // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE JAN 1981 +1 FAMC @F11@ +1 FAMS @F22@ +<< +[0124] INDI rkey: I25 offs: 0x00004616 lens: 0x00000088 +0x00005616-0x0000569d: +>>0 @I25@ INDI +1 NAME Henry Maurice of_Battenberg// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1896 +1 FAMC @F23@ +1 FAMS @F12@ +<< +[0125] INDI rkey: I26 offs: 0x0000469e lens: 0x000000c3 +0x0000569e-0x00005760: +>>0 @I26@ INDI +1 NAME Alexander of_Carisbrooke // +1 SEX M +1 TITL Marquess +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 23 FEB 1960 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,England +1 FAMC @F12@ +1 FAMS @F24@ +<< +[0126] INDI rkey: I27 offs: 0x00004761 lens: 0x0000009b +0x00005761-0x000057fb: +>>0 @I27@ INDI +1 NAME Victoria Eugenie "Ena"// +1 SEX F +1 TITL Queen of Spain +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1969 +2 PLAC Lausanne +1 FAMC @F12@ +1 FAMS @F25@ +<< +[0127] INDI rkey: I28 offs: 0x000047fc lens: 0x0000005b +0x000057fc-0x00005856: +>>0 @I28@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1922 +1 FAMC @F12@ +<< +[0128] INDI rkey: I29 offs: 0x00004857 lens: 0x00000069 +0x00005857-0x000058bf: +>>0 @I29@ INDI +1 NAME Maurice // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1914 +1 FAMC @F12@ +<< +[0129] INDI rkey: I30 offs: 0x000048c0 lens: 0x00000127 +0x000058c0-0x000059e6: +>>0 @I30@ INDI +1 NAME Mary_of_Teck (May) // +1 SEX F +1 TITL Queen +1 BIRT +2 DATE 26 MAY 1867 +2 PLAC Kensington,Palace,London,England +1 DEAT +2 DATE 24 MAR 1953 +2 PLAC Marlborough Hse,London,England +1 BURI +2 DATE 31 MAR 1953 +2 PLAC St. George's,Chapel,Windsor Castle,England +1 FAMC @F26@ +1 FAMS @F14@ +<< +[0130] INDI rkey: I31 offs: 0x000049e7 lens: 0x0000010f +0x000059e7-0x00005af5: +>>0 @I31@ INDI +1 NAME Edward_VIII /Windsor/ +1 SEX M +1 TITL Duke of Windsor +1 BIRT +2 DATE 23 JUN 1894 +2 PLAC White Lodge,Richmond Park,Surrey,England +1 DEAT +2 DATE 28 MAY 1972 +2 PLAC Paris,,,France +1 BURI +2 PLAC Frogmore,Windsor,Berkshire,England +1 FAMC @F14@ +1 FAMS @F27@ +<< +[0131] INDI rkey: I32 offs: 0x00004af6 lens: 0x0000012b +0x00005af6-0x00005c20: +>>0 @I32@ INDI +1 NAME George_VI /Windsor/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 14 DEC 1895 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 6 FEB 1952 +2 PLAC Sandringham,Norfolk,England +1 BURI +2 DATE 11 MAR 1952 +2 PLAC St. George Chap.,,Windsor,England +1 FAMC @F14@ +1 FAMS @F28@ +<< +[0132] INDI rkey: I33 offs: 0x00004c21 lens: 0x000000e9 +0x00005c21-0x00005d09: +>>0 @I33@ INDI +1 NAME Mary /Windsor/ +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 25 APR 1897 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 28 MAR 1965 +2 PLAC Harewood House,Yorkshire,,England +1 FAMC @F14@ +1 FAMS @F29@ +<< +[0133] INDI rkey: I34 offs: 0x00004d0a lens: 0x000000c0 +0x00005d0a-0x00005dc9: +>>0 @I34@ INDI +1 NAME Henry William Frederick/Windsor/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 31 MAR 1900 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 1974 +1 FAMC @F14@ +1 FAMS @F30@ +<< +[0134] INDI rkey: I35 offs: 0x00004dca lens: 0x000000e8 +0x00005dca-0x00005eb1: +>>0 @I35@ INDI +1 NAME George Edward Alexander/Windsor/ +1 SEX M +1 TITL Duke of Kent +1 BIRT +2 DATE 20 DEC 1902 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 25 AUG 1942 +2 PLAC Morven,,,Scotland +1 FAMC @F14@ +1 FAMS @F31@ +<< +[0135] INDI rkey: I36 offs: 0x00004eb2 lens: 0x0000010f +0x00005eb2-0x00005fc0: +>>0 @I36@ INDI +1 NAME John Charles Francis/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 12 JUL 1905 +2 PLAC York Cottage,Sandringham,Norfolk,England +1 DEAT +2 DATE 18 JAN 1919 +2 PLAC Wood Farm,Wolferton,Norfolk,England +1 BURI +2 PLAC Sandringham,Norfolk,,England +1 FAMC @F14@ +<< +[0136] INDI rkey: I37 offs: 0x00004fc1 lens: 0x000000e7 +0x00005fc1-0x000060a7: +>>0 @I37@ INDI +1 NAME Nicholas_II Alexandrovich /Romanov/ +1 SEX M +1 TITL Tsar of Russia +1 BIRT +2 DATE 18 MAY 1868 +2 PLAC Tsarskoye Selo,Pushkin,,Russia +1 DEAT +2 DATE 16 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F32@ +1 FAMS @F33@ +<< +[0137] INDI rkey: I38 offs: 0x000050a8 lens: 0x00000087 +0x000060a8-0x0000612e: +>>0 @I38@ INDI +1 NAME Victoria Alberta of_Hesse// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1950 +1 FAMC @F6@ +1 FAMS @F34@ +<< +[0138] INDI rkey: I39 offs: 0x0000512f lens: 0x000000cc +0x0000612f-0x000061fa: +>>0 @I39@ INDI +1 NAME Alexandra Fedorovna "Alix"// +1 SEX F +1 TITL Tsarina +1 BIRT +2 DATE 6 JUN 1872 +2 PLAC Darmstadt,,,Germany +1 DEAT +2 DATE 16 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F6@ +1 FAMS @F33@ +<< +[0139] INDI rkey: I40 offs: 0x000051fb lens: 0x0000011e +0x000061fb-0x00006318: +>>0 @I40@ INDI +1 NAME Alexander_III Alexandrovich /Romanov/ +1 SEX M +1 TITL Tsar of Russia +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1 NOV 1894 +2 PLAC Livadia,Crimea,Near Yalta,Russia +1 BURI +2 DATE 19 NOV 1894 +2 PLAC Cathedral of the,Fortress of P&P,St. Petersburg,Russia +1 FAMC @F35@ +1 FAMS @F32@ +<< +[0140] INDI rkey: I41 offs: 0x00005319 lens: 0x000000a7 +0x00006319-0x000063bf: +>>0 @I41@ INDI +1 NAME Dagmar "Marie" of_Denmark// +1 SEX F +1 TITL Tsarina +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE OCT 1928 +2 PLAC Copenhagen,,,Denmark +1 FAMC @F13@ +1 FAMS @F32@ +<< +[0141] INDI rkey: I42 offs: 0x000053c0 lens: 0x00000088 +0x000063c0-0x00006447: +>>0 @I42@ INDI +1 NAME Nicholas_I /Romanov/ +1 SEX M +1 TITL Tsar of Russia +1 BIRT +2 DATE 1796 +1 DEAT +2 DATE 1855 +1 FAMC @F36@ +1 FAMS @F37@ +<< +[0142] INDI rkey: I43 offs: 0x00005448 lens: 0x00000084 +0x00006448-0x000064cb: +>>0 @I43@ INDI +1 NAME Charlotte of_Prussia // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1798 +1 DEAT +2 DATE 1860 +1 FAMC @F38@ +1 FAMS @F37@ +<< +[0143] INDI rkey: I44 offs: 0x000054cc lens: 0x000000aa +0x000064cc-0x00006575: +>>0 @I44@ INDI +1 NAME Alexander_II Nicholoevich /Romanov/ +1 SEX M +1 TITL Tsar of Russia +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 13 MAR 1881 +1 FAMC @F37@ +1 FAMS @F35@ +1 FAMS @F39@ +<< +[0144] INDI rkey: I45 offs: 0x00005576 lens: 0x00000078 +0x00006576-0x000065ed: +>>0 @I45@ INDI +1 NAME Marie of_Hesse- Darmstadt// +1 SEX F +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE 1880 +1 FAMC @F40@ +1 FAMS @F35@ +<< +[0145] INDI rkey: I46 offs: 0x000055ee lens: 0x000000d4 +0x000065ee-0x000066c1: +>>0 @I46@ INDI +1 NAME Olga Nicholovna /Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE NOV 1895 +2 PLAC Alexander Palace,Tsarskoe Selo,,Russia +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F33@ +<< +[0146] INDI rkey: I47 offs: 0x000056c2 lens: 0x000000a2 +0x000066c2-0x00006763: +>>0 @I47@ INDI +1 NAME Tatiana Nicholovna // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE JUN 1897 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F33@ +<< +[0147] INDI rkey: I48 offs: 0x00005764 lens: 0x000000a7 +0x00006764-0x0000680a: +>>0 @I48@ INDI +1 NAME Maria Nicholovna /Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE MAY 1899 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F33@ +<< +[0148] INDI rkey: I49 offs: 0x0000580b lens: 0x000000ab +0x0000680b-0x000068b5: +>>0 @I49@ INDI +1 NAME Anastasia Nicholovna /Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE JUN 1901 +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F33@ +<< +[0149] INDI rkey: I50 offs: 0x000058b6 lens: 0x000000d4 +0x000068b6-0x00006989: +>>0 @I50@ INDI +1 NAME Alexis Nicolaievich /Romanov/ +1 SEX M +1 TITL Tsarevich +1 BIRT +2 DATE 12 AUG 1904 +2 PLAC Peterhof,Near,St. Petersburg,Russia +1 DEAT +2 DATE 18 JUL 1918 +2 PLAC Ekaterinburg,,,Russia +1 FAMC @F33@ +<< +[0150] INDI rkey: I51 offs: 0x0000598a lens: 0x000000b4 +0x0000698a-0x00006a3d: +>>0 @I51@ INDI +1 NAME Elizabeth Angela Marguerite/Bowes-Lyon/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 4 AUG 1900 +2 PLAC ,,London,England +1 CHR +2 DATE 23 SEP 1900 +1 FAMC @F41@ +1 FAMS @F28@ +<< +[0151] INDI rkey: I52 offs: 0x00005a3e lens: 0x000000b4 +0x00006a3e-0x00006af1: +>>0 @I52@ INDI +1 NAME Elizabeth_II Alexandra Mary/Windsor/ +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 21 APR 1926 +2 PLAC 17 Bruton St.,London,W1,England +1 FAMC @F28@ +1 FAMS @F42@ +<< +[0152] INDI rkey: I53 offs: 0x00005af2 lens: 0x0000009d +0x00006af2-0x00006b8e: +>>0 @I53@ INDI +1 NAME Margaret Rose /Windsor/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 21 AUG 1930 +2 PLAC Glamis Castle,,Angus,Scotland +1 FAMC @F28@ +1 FAMS @F43@ +<< +[0153] INDI rkey: I54 offs: 0x00005b8f lens: 0x0000008e +0x00006b8f-0x00006c1c: +>>0 @I54@ INDI +1 NAME Anthony Charles Robert/Armstrong-Jones/ +1 SEX M +1 TITL Earl of Snowdon +1 BIRT +2 DATE 7 MAR 1930 +1 FAMS @F43@ +1 FAMS @F44@ +<< +[0154] INDI rkey: I55 offs: 0x00005c1d lens: 0x0000007e +0x00006c1d-0x00006c9a: +>>0 @I55@ INDI +1 NAME David Albert Charles/Armstrong-Jones/ +1 SEX M +1 TITL Vicount Linley +1 BIRT +2 DATE 3 NOV 1961 +1 FAMC @F43@ +<< +[0155] INDI rkey: I56 offs: 0x00005c9b lens: 0x00000077 +0x00006c9b-0x00006d11: +>>0 @I56@ INDI +1 NAME Sarah Frances Elizabeth/Armstrong-Jones/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1 MAY 1964 +1 FAMC @F43@ +<< +[0156] INDI rkey: I57 offs: 0x00005d12 lens: 0x000000a2 +0x00006d12-0x00006db3: +>>0 @I57@ INDI +1 NAME Philip /Mountbatten/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 10 JUN 1921 +2 PLAC Isle of Kerkira,Mon Repos,Corfu,Greece +1 FAMC @F45@ +1 FAMS @F42@ +<< +[0157] INDI rkey: I58 offs: 0x00005db4 lens: 0x000000ea +0x00006db4-0x00006e9d: +>>0 @I58@ INDI +1 NAME Charles Philip Arthur/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 14 NOV 1948 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 15 DEC 1948 +2 PLAC Buckingham,Palace,Music Room,England +1 FAMC @F42@ +1 FAMS @F46@ +<< +[0158] INDI rkey: I59 offs: 0x00005e9e lens: 0x000000d2 +0x00006e9e-0x00006f6f: +>>0 @I59@ INDI +1 NAME Anne Elizabeth Alice/Windsor/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 15 AUG 1950 +2 PLAC Clarence House,St. James,,England +1 CHR +2 DATE 21 OCT 1950 +2 PLAC ,,,England +1 FAMC @F42@ +1 FAMS @F47@ +<< +[0159] INDI rkey: I60 offs: 0x00005f70 lens: 0x000000b4 +0x00006f70-0x00007023: +>>0 @I60@ INDI +1 NAME Andrew Albert Christian/Windsor/ +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 19 FEB 1960 +2 PLAC Belgian Suite,Buckingham,Palace,England +1 FAMC @F42@ +1 FAMS @F48@ +<< +[0160] INDI rkey: I61 offs: 0x00006024 lens: 0x000000b1 +0x00007024-0x000070d4: +>>0 @I61@ INDI +1 NAME Edward Anthony Richard/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 10 MAR 1964 +2 PLAC Buckingham,Palace,London,England +1 CHR +2 DATE 2 MAY 1964 +1 FAMC @F42@ +<< + +0x000070d5: EOF (0x000070d5) GOOD + +BLOCK - DIRECTORY af/ae +0x00000000:ix_self: 0x00050004 (af/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 189 +0x0000000e:ix_rkey[0000]: ' I62' +0x00000016:ix_rkey[0001]: ' I63' +0x0000001e:ix_rkey[0002]: ' I64' +0x00000026:ix_rkey[0003]: ' I65' +0x0000002e:ix_rkey[0004]: ' I66' +0x00000036:ix_rkey[0005]: ' I67' +0x0000003e:ix_rkey[0006]: ' I68' +0x00000046:ix_rkey[0007]: ' I69' +0x0000004e:ix_rkey[0008]: ' I70' +0x00000056:ix_rkey[0009]: ' I71' +0x0000005e:ix_rkey[0010]: ' I72' +0x00000066:ix_rkey[0011]: ' I73' +0x0000006e:ix_rkey[0012]: ' I74' +0x00000076:ix_rkey[0013]: ' I75' +0x0000007e:ix_rkey[0014]: ' I76' +0x00000086:ix_rkey[0015]: ' I77' +0x0000008e:ix_rkey[0016]: ' I78' +0x00000096:ix_rkey[0017]: ' I79' +0x0000009e:ix_rkey[0018]: ' I80' +0x000000a6:ix_rkey[0019]: ' I81' +0x000000ae:ix_rkey[0020]: ' I82' +0x000000b6:ix_rkey[0021]: ' I83' +0x000000be:ix_rkey[0022]: ' I84' +0x000000c6:ix_rkey[0023]: ' I85' +0x000000ce:ix_rkey[0024]: ' I86' +0x000000d6:ix_rkey[0025]: ' I87' +0x000000de:ix_rkey[0026]: ' I88' +0x000000e6:ix_rkey[0027]: ' I89' +0x000000ee:ix_rkey[0028]: ' I90' +0x000000f6:ix_rkey[0029]: ' I91' +0x000000fe:ix_rkey[0030]: ' I92' +0x00000106:ix_rkey[0031]: ' I93' +0x0000010e:ix_rkey[0032]: ' I94' +0x00000116:ix_rkey[0033]: ' I95' +0x0000011e:ix_rkey[0034]: ' I96' +0x00000126:ix_rkey[0035]: ' I97' +0x0000012e:ix_rkey[0036]: ' I98' +0x00000136:ix_rkey[0037]: ' I99' +Warning, embedded null in RKEY R1 (0x2020202020523100) +0x0000013e:ix_rkey[0038]: ' R1 ' +0x00000146:ix_rkey[0039]: ' R16' +0x0000014e:ix_rkey[0040]: ' R17' +Warning, embedded null in RKEY R2 (0x2020202020523200) +0x00000156:ix_rkey[0041]: ' R2 ' +Warning, embedded null in RKEY R3 (0x2020202020523300) +0x0000015e:ix_rkey[0042]: ' R3 ' +0x00000166:ix_rkey[0043]: ' R32' +0x0000016e:ix_rkey[0044]: ' R33' +Warning, embedded null in RKEY R4 (0x2020202020523400) +0x00000176:ix_rkey[0045]: ' R4 ' +Warning, embedded null in RKEY R5 (0x2020202020523500) +0x0000017e:ix_rkey[0046]: ' R5 ' +Warning, embedded null in RKEY R6 (0x2020202020523600) +0x00000186:ix_rkey[0047]: ' R6 ' +Warning, embedded null in RKEY R8 (0x2020202020523800) +0x0000018e:ix_rkey[0048]: ' R8 ' +Warning, embedded null in RKEY R9 (0x2020202020523900) +0x00000196:ix_rkey[0049]: ' R9 ' +0x0000019e:ix_rkey[0050]: ' F100' +0x000001a6:ix_rkey[0051]: ' F101' +0x000001ae:ix_rkey[0052]: ' F102' +0x000001b6:ix_rkey[0053]: ' F103' +0x000001be:ix_rkey[0054]: ' F104' +0x000001c6:ix_rkey[0055]: ' F105' +0x000001ce:ix_rkey[0056]: ' F106' +0x000001d6:ix_rkey[0057]: ' F107' +0x000001de:ix_rkey[0058]: ' F108' +0x000001e6:ix_rkey[0059]: ' F109' +0x000001ee:ix_rkey[0060]: ' F110' +0x000001f6:ix_rkey[0061]: ' F111' +0x000001fe:ix_rkey[0062]: ' F112' +0x00000206:ix_rkey[0063]: ' F113' +0x0000020e:ix_rkey[0064]: ' F114' +0x00000216:ix_rkey[0065]: ' F115' +0x0000021e:ix_rkey[0066]: ' F116' +0x00000226:ix_rkey[0067]: ' F117' +0x0000022e:ix_rkey[0068]: ' F118' +0x00000236:ix_rkey[0069]: ' F119' +0x0000023e:ix_rkey[0070]: ' F120' +0x00000246:ix_rkey[0071]: ' F121' +0x0000024e:ix_rkey[0072]: ' F122' +0x00000256:ix_rkey[0073]: ' F123' +0x0000025e:ix_rkey[0074]: ' F124' +0x00000266:ix_rkey[0075]: ' F125' +0x0000026e:ix_rkey[0076]: ' F126' +0x00000276:ix_rkey[0077]: ' F127' +0x0000027e:ix_rkey[0078]: ' F128' +0x00000286:ix_rkey[0079]: ' F129' +0x0000028e:ix_rkey[0080]: ' F130' +0x00000296:ix_rkey[0081]: ' F131' +0x0000029e:ix_rkey[0082]: ' F132' +0x000002a6:ix_rkey[0083]: ' F133' +0x000002ae:ix_rkey[0084]: ' F134' +0x000002b6:ix_rkey[0085]: ' F135' +0x000002be:ix_rkey[0086]: ' F136' +0x000002c6:ix_rkey[0087]: ' F137' +0x000002ce:ix_rkey[0088]: ' F138' +0x000002d6:ix_rkey[0089]: ' F139' +0x000002de:ix_rkey[0090]: ' F140' +0x000002e6:ix_rkey[0091]: ' F141' +0x000002ee:ix_rkey[0092]: ' F142' +0x000002f6:ix_rkey[0093]: ' F143' +0x000002fe:ix_rkey[0094]: ' F144' +0x00000306:ix_rkey[0095]: ' F145' +0x0000030e:ix_rkey[0096]: ' F146' +0x00000316:ix_rkey[0097]: ' F147' +0x0000031e:ix_rkey[0098]: ' F148' +0x00000326:ix_rkey[0099]: ' F149' +0x0000032e:ix_rkey[0100]: ' F150' +0x00000336:ix_rkey[0101]: ' F151' +0x0000033e:ix_rkey[0102]: ' F152' +0x00000346:ix_rkey[0103]: ' F153' +0x0000034e:ix_rkey[0104]: ' F154' +0x00000356:ix_rkey[0105]: ' F155' +0x0000035e:ix_rkey[0106]: ' F156' +0x00000366:ix_rkey[0107]: ' F157' +0x0000036e:ix_rkey[0108]: ' F158' +0x00000376:ix_rkey[0109]: ' F159' +0x0000037e:ix_rkey[0110]: ' F160' +0x00000386:ix_rkey[0111]: ' F161' +0x0000038e:ix_rkey[0112]: ' F162' +0x00000396:ix_rkey[0113]: ' F163' +0x0000039e:ix_rkey[0114]: ' F164' +0x000003a6:ix_rkey[0115]: ' F165' +0x000003ae:ix_rkey[0116]: ' F166' +0x000003b6:ix_rkey[0117]: ' F167' +0x000003be:ix_rkey[0118]: ' F168' +0x000003c6:ix_rkey[0119]: ' F169' +0x000003ce:ix_rkey[0120]: ' F170' +0x000003d6:ix_rkey[0121]: ' F171' +0x000003de:ix_rkey[0122]: ' F172' +0x000003e6:ix_rkey[0123]: ' F173' +0x000003ee:ix_rkey[0124]: ' F174' +0x000003f6:ix_rkey[0125]: ' F175' +0x000003fe:ix_rkey[0126]: ' F176' +0x00000406:ix_rkey[0127]: ' F177' +0x0000040e:ix_rkey[0128]: ' F178' +0x00000416:ix_rkey[0129]: ' F179' +0x0000041e:ix_rkey[0130]: ' F180' +0x00000426:ix_rkey[0131]: ' F181' +0x0000042e:ix_rkey[0132]: ' F182' +0x00000436:ix_rkey[0133]: ' F183' +0x0000043e:ix_rkey[0134]: ' F184' +0x00000446:ix_rkey[0135]: ' F185' +0x0000044e:ix_rkey[0136]: ' F186' +0x00000456:ix_rkey[0137]: ' F187' +0x0000045e:ix_rkey[0138]: ' F188' +0x00000466:ix_rkey[0139]: ' F189' +0x0000046e:ix_rkey[0140]: ' F190' +0x00000476:ix_rkey[0141]: ' F191' +0x0000047e:ix_rkey[0142]: ' F192' +0x00000486:ix_rkey[0143]: ' F193' +0x0000048e:ix_rkey[0144]: ' F194' +0x00000496:ix_rkey[0145]: ' F195' +0x0000049e:ix_rkey[0146]: ' F196' +0x000004a6:ix_rkey[0147]: ' F197' +0x000004ae:ix_rkey[0148]: ' F198' +0x000004b6:ix_rkey[0149]: ' F199' +0x000004be:ix_rkey[0150]: ' F200' +0x000004c6:ix_rkey[0151]: ' F201' +0x000004ce:ix_rkey[0152]: ' F202' +0x000004d6:ix_rkey[0153]: ' F203' +0x000004de:ix_rkey[0154]: ' F204' +0x000004e6:ix_rkey[0155]: ' F205' +0x000004ee:ix_rkey[0156]: ' F206' +0x000004f6:ix_rkey[0157]: ' F207' +0x000004fe:ix_rkey[0158]: ' F208' +0x00000506:ix_rkey[0159]: ' F209' +0x0000050e:ix_rkey[0160]: ' F210' +0x00000516:ix_rkey[0161]: ' F211' +0x0000051e:ix_rkey[0162]: ' F212' +0x00000526:ix_rkey[0163]: ' F213' +0x0000052e:ix_rkey[0164]: ' F214' +0x00000536:ix_rkey[0165]: ' F215' +0x0000053e:ix_rkey[0166]: ' F216' +0x00000546:ix_rkey[0167]: ' F217' +0x0000054e:ix_rkey[0168]: ' F218' +0x00000556:ix_rkey[0169]: ' F219' +0x0000055e:ix_rkey[0170]: ' F220' +0x00000566:ix_rkey[0171]: ' F221' +0x0000056e:ix_rkey[0172]: ' F222' +0x00000576:ix_rkey[0173]: ' F223' +0x0000057e:ix_rkey[0174]: ' F224' +0x00000586:ix_rkey[0175]: ' F225' +0x0000058e:ix_rkey[0176]: ' F226' +0x00000596:ix_rkey[0177]: ' F227' +0x0000059e:ix_rkey[0178]: ' F228' +0x000005a6:ix_rkey[0179]: ' F229' +0x000005ae:ix_rkey[0180]: ' F230' +0x000005b6:ix_rkey[0181]: ' F231' +0x000005be:ix_rkey[0182]: ' F232' +0x000005c6:ix_rkey[0183]: ' F233' +0x000005ce:ix_rkey[0184]: ' F234' +0x000005d6:ix_rkey[0185]: ' F235' +0x000005de:ix_rkey[0186]: ' F236' +0x000005e6:ix_rkey[0187]: ' F237' +0x000005ee:ix_rkey[0188]: ' F238' + +deleted/unused entries +0x000005f6-0x00000805:ix_rkey[0189-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000007c +0x0000080c:ix_offs[0001]: 0x0000007c 0x00000c08:ix_lens[0001]: 0x000000d6 +0x00000810:ix_offs[0002]: 0x00000152 0x00000c0c:ix_lens[0002]: 0x00000092 +0x00000814:ix_offs[0003]: 0x000001e4 0x00000c10:ix_lens[0003]: 0x000000d1 +0x00000818:ix_offs[0004]: 0x000002b5 0x00000c14:ix_lens[0004]: 0x000000be +0x0000081c:ix_offs[0005]: 0x00000373 0x00000c18:ix_lens[0005]: 0x000000a2 +0x00000820:ix_offs[0006]: 0x00000415 0x00000c1c:ix_lens[0006]: 0x0000007f +0x00000824:ix_offs[0007]: 0x00000494 0x00000c20:ix_lens[0007]: 0x00000095 +0x00000828:ix_offs[0008]: 0x00000529 0x00000c24:ix_lens[0008]: 0x000000ee +0x0000082c:ix_offs[0009]: 0x00000617 0x00000c28:ix_lens[0009]: 0x000000a6 +0x00000830:ix_offs[0010]: 0x000006bd 0x00000c2c:ix_lens[0010]: 0x0000007d +0x00000834:ix_offs[0011]: 0x0000073a 0x00000c30:ix_lens[0011]: 0x0000005c +0x00000838:ix_offs[0012]: 0x00000796 0x00000c34:ix_lens[0012]: 0x00000085 +0x0000083c:ix_offs[0013]: 0x0000081b 0x00000c38:ix_lens[0013]: 0x0000005b +0x00000840:ix_offs[0014]: 0x00000876 0x00000c3c:ix_lens[0014]: 0x000000fc +0x00000844:ix_offs[0015]: 0x00000972 0x00000c40:ix_lens[0015]: 0x00000089 +0x00000848:ix_offs[0016]: 0x000009fb 0x00000c44:ix_lens[0016]: 0x00000081 +0x0000084c:ix_offs[0017]: 0x00000a7c 0x00000c48:ix_lens[0017]: 0x0000007d +0x00000850:ix_offs[0018]: 0x00000af9 0x00000c4c:ix_lens[0018]: 0x0000005c +0x00000854:ix_offs[0019]: 0x00000b55 0x00000c50:ix_lens[0019]: 0x00000059 +0x00000858:ix_offs[0020]: 0x00000bae 0x00000c54:ix_lens[0020]: 0x00000036 +0x0000085c:ix_offs[0021]: 0x00000be4 0x00000c58:ix_lens[0021]: 0x00000092 +0x00000860:ix_offs[0022]: 0x00000c76 0x00000c5c:ix_lens[0022]: 0x000000af +0x00000864:ix_offs[0023]: 0x00000d25 0x00000c60:ix_lens[0023]: 0x00000083 +0x00000868:ix_offs[0024]: 0x00000da8 0x00000c64:ix_lens[0024]: 0x0000005c +0x0000086c:ix_offs[0025]: 0x00000e04 0x00000c68:ix_lens[0025]: 0x00000126 +0x00000870:ix_offs[0026]: 0x00000f2a 0x00000c6c:ix_lens[0026]: 0x000000fb +0x00000874:ix_offs[0027]: 0x00001025 0x00000c70:ix_lens[0027]: 0x0000006b +0x00000878:ix_offs[0028]: 0x00001090 0x00000c74:ix_lens[0028]: 0x000000d5 +0x0000087c:ix_offs[0029]: 0x00001165 0x00000c78:ix_lens[0029]: 0x0000004c +0x00000880:ix_offs[0030]: 0x000011b1 0x00000c7c:ix_lens[0030]: 0x0000003b +0x00000884:ix_offs[0031]: 0x000011ec 0x00000c80:ix_lens[0031]: 0x00000079 +0x00000888:ix_offs[0032]: 0x00001265 0x00000c84:ix_lens[0032]: 0x000000cf +0x0000088c:ix_offs[0033]: 0x00001334 0x00000c88:ix_lens[0033]: 0x00000067 +0x00000890:ix_offs[0034]: 0x0000139b 0x00000c8c:ix_lens[0034]: 0x000000e9 +0x00000894:ix_offs[0035]: 0x00001484 0x00000c90:ix_lens[0035]: 0x000000a9 +0x00000898:ix_offs[0036]: 0x0000152d 0x00000c94:ix_lens[0036]: 0x00000079 +0x0000089c:ix_offs[0037]: 0x000015a6 0x00000c98:ix_lens[0037]: 0x00000078 +0x000008a0:ix_offs[0038]: 0x0000161e 0x00000c9c:ix_lens[0038]: 0x00000012 +0x000008a4:ix_offs[0039]: 0x00001630 0x00000ca0:ix_lens[0039]: 0x00000013 +0x000008a8:ix_offs[0040]: 0x00001643 0x00000ca4:ix_lens[0040]: 0x00000013 +0x000008ac:ix_offs[0041]: 0x00001656 0x00000ca8:ix_lens[0041]: 0x00000012 +0x000008b0:ix_offs[0042]: 0x00001668 0x00000cac:ix_lens[0042]: 0x00000012 +0x000008b4:ix_offs[0043]: 0x0000167a 0x00000cb0:ix_lens[0043]: 0x00000013 +0x000008b8:ix_offs[0044]: 0x0000168d 0x00000cb4:ix_lens[0044]: 0x00000013 +0x000008bc:ix_offs[0045]: 0x000016a0 0x00000cb8:ix_lens[0045]: 0x00000012 +0x000008c0:ix_offs[0046]: 0x000016b2 0x00000cbc:ix_lens[0046]: 0x00000012 +0x000008c4:ix_offs[0047]: 0x000016c4 0x00000cc0:ix_lens[0047]: 0x00000012 +0x000008c8:ix_offs[0048]: 0x000016d6 0x00000cc4:ix_lens[0048]: 0x00000012 +0x000008cc:ix_offs[0049]: 0x000016e8 0x00000cc8:ix_lens[0049]: 0x00000012 +0x000008d0:ix_offs[0050]: 0x000016fa 0x00000ccc:ix_lens[0050]: 0x00000053 +0x000008d4:ix_offs[0051]: 0x0000174d 0x00000cd0:ix_lens[0051]: 0x000000a4 +0x000008d8:ix_offs[0052]: 0x000017f1 0x00000cd4:ix_lens[0052]: 0x00000044 +0x000008dc:ix_offs[0053]: 0x00001835 0x00000cd8:ix_lens[0053]: 0x0000003c +0x000008e0:ix_offs[0054]: 0x00001871 0x00000cdc:ix_lens[0054]: 0x0000003c +0x000008e4:ix_offs[0055]: 0x000018ad 0x00000ce0:ix_lens[0055]: 0x0000007d +0x000008e8:ix_offs[0056]: 0x0000192a 0x00000ce4:ix_lens[0056]: 0x00000038 +0x000008ec:ix_offs[0057]: 0x00001962 0x00000ce8:ix_lens[0057]: 0x00000067 +0x000008f0:ix_offs[0058]: 0x000019c9 0x00000cec:ix_lens[0058]: 0x00000037 +0x000008f4:ix_offs[0059]: 0x00001a00 0x00000cf0:ix_lens[0059]: 0x00000037 +0x000008f8:ix_offs[0060]: 0x00001a37 0x00000cf4:ix_lens[0060]: 0x0000004a +0x000008fc:ix_offs[0061]: 0x00001a81 0x00000cf8:ix_lens[0061]: 0x0000004a +0x00000900:ix_offs[0062]: 0x00001acb 0x00000cfc:ix_lens[0062]: 0x00000075 +0x00000904:ix_offs[0063]: 0x00001b40 0x00000d00:ix_lens[0063]: 0x00000059 +0x00000908:ix_offs[0064]: 0x00001b99 0x00000d04:ix_lens[0064]: 0x00000079 +0x0000090c:ix_offs[0065]: 0x00001c12 0x00000d08:ix_lens[0065]: 0x000000a5 +0x00000910:ix_offs[0066]: 0x00001cb7 0x00000d0c:ix_lens[0066]: 0x00000074 +0x00000914:ix_offs[0067]: 0x00001d2b 0x00000d10:ix_lens[0067]: 0x00000049 +0x00000918:ix_offs[0068]: 0x00001d74 0x00000d14:ix_lens[0068]: 0x0000006c +0x0000091c:ix_offs[0069]: 0x00001de0 0x00000d18:ix_lens[0069]: 0x0000002a +0x00000920:ix_offs[0070]: 0x00001e0a 0x00000d1c:ix_lens[0070]: 0x0000003d +0x00000924:ix_offs[0071]: 0x00001e47 0x00000d20:ix_lens[0071]: 0x0000003c +0x00000928:ix_offs[0072]: 0x00001e83 0x00000d24:ix_lens[0072]: 0x0000002a +0x0000092c:ix_offs[0073]: 0x00001ead 0x00000d28:ix_lens[0073]: 0x000000c9 +0x00000930:ix_offs[0074]: 0x00001f76 0x00000d2c:ix_lens[0074]: 0x00000029 +0x00000934:ix_offs[0075]: 0x00001f9f 0x00000d30:ix_lens[0075]: 0x00000064 +0x00000938:ix_offs[0076]: 0x00002003 0x00000d34:ix_lens[0076]: 0x00000076 +0x0000093c:ix_offs[0077]: 0x00002079 0x00000d38:ix_lens[0077]: 0x0000004c +0x00000940:ix_offs[0078]: 0x000020c5 0x00000d3c:ix_lens[0078]: 0x00000029 +0x00000944:ix_offs[0079]: 0x000020ee 0x00000d40:ix_lens[0079]: 0x0000008d +0x00000948:ix_offs[0080]: 0x0000217b 0x00000d44:ix_lens[0080]: 0x00000045 +0x0000094c:ix_offs[0081]: 0x000021c0 0x00000d48:ix_lens[0081]: 0x00000057 +0x00000950:ix_offs[0082]: 0x00002217 0x00000d4c:ix_lens[0082]: 0x00000037 +0x00000954:ix_offs[0083]: 0x0000224e 0x00000d50:ix_lens[0083]: 0x0000006a +0x00000958:ix_offs[0084]: 0x000022b8 0x00000d54:ix_lens[0084]: 0x00000029 +0x0000095c:ix_offs[0085]: 0x000022e1 0x00000d58:ix_lens[0085]: 0x00000029 +0x00000960:ix_offs[0086]: 0x0000230a 0x00000d5c:ix_lens[0086]: 0x00000047 +0x00000964:ix_offs[0087]: 0x00002351 0x00000d60:ix_lens[0087]: 0x00000029 +0x00000968:ix_offs[0088]: 0x0000237a 0x00000d64:ix_lens[0088]: 0x00000029 +0x0000096c:ix_offs[0089]: 0x000023a3 0x00000d68:ix_lens[0089]: 0x00000029 +0x00000970:ix_offs[0090]: 0x000023cc 0x00000d6c:ix_lens[0090]: 0x00000029 +0x00000974:ix_offs[0091]: 0x000023f5 0x00000d70:ix_lens[0091]: 0x00000045 +0x00000978:ix_offs[0092]: 0x0000243a 0x00000d74:ix_lens[0092]: 0x00000037 +0x0000097c:ix_offs[0093]: 0x00002471 0x00000d78:ix_lens[0093]: 0x00000045 +0x00000980:ix_offs[0094]: 0x000024b6 0x00000d7c:ix_lens[0094]: 0x00000029 +0x00000984:ix_offs[0095]: 0x000024df 0x00000d80:ix_lens[0095]: 0x00000038 +0x00000988:ix_offs[0096]: 0x00002517 0x00000d84:ix_lens[0096]: 0x00000029 +0x0000098c:ix_offs[0097]: 0x00002540 0x00000d88:ix_lens[0097]: 0x0000008d +0x00000990:ix_offs[0098]: 0x000025cd 0x00000d8c:ix_lens[0098]: 0x00000070 +0x00000994:ix_offs[0099]: 0x0000263d 0x00000d90:ix_lens[0099]: 0x0000003d +0x00000998:ix_offs[0100]: 0x0000267a 0x00000d94:ix_lens[0100]: 0x00000037 +0x0000099c:ix_offs[0101]: 0x000026b1 0x00000d98:ix_lens[0101]: 0x00000037 +0x000009a0:ix_offs[0102]: 0x000026e8 0x00000d9c:ix_lens[0102]: 0x0000005a +0x000009a4:ix_offs[0103]: 0x00002742 0x00000da0:ix_lens[0103]: 0x00000075 +0x000009a8:ix_offs[0104]: 0x000027b7 0x00000da4:ix_lens[0104]: 0x00000029 +0x000009ac:ix_offs[0105]: 0x000027e0 0x00000da8:ix_lens[0105]: 0x00000037 +0x000009b0:ix_offs[0106]: 0x00002817 0x00000dac:ix_lens[0106]: 0x00000029 +0x000009b4:ix_offs[0107]: 0x00002840 0x00000db0:ix_lens[0107]: 0x0000004a +0x000009b8:ix_offs[0108]: 0x0000288a 0x00000db4:ix_lens[0108]: 0x00000058 +0x000009bc:ix_offs[0109]: 0x000028e2 0x00000db8:ix_lens[0109]: 0x00000054 +0x000009c0:ix_offs[0110]: 0x00002936 0x00000dbc:ix_lens[0110]: 0x0000006e +0x000009c4:ix_offs[0111]: 0x000029a4 0x00000dc0:ix_lens[0111]: 0x00000065 +0x000009c8:ix_offs[0112]: 0x00002a09 0x00000dc4:ix_lens[0112]: 0x0000003c +0x000009cc:ix_offs[0113]: 0x00002a45 0x00000dc8:ix_lens[0113]: 0x00000037 +0x000009d0:ix_offs[0114]: 0x00002a7c 0x00000dcc:ix_lens[0114]: 0x0000005e +0x000009d4:ix_offs[0115]: 0x00002ada 0x00000dd0:ix_lens[0115]: 0x00000040 +0x000009d8:ix_offs[0116]: 0x00002b1a 0x00000dd4:ix_lens[0116]: 0x00000065 +0x000009dc:ix_offs[0117]: 0x00002b7f 0x00000dd8:ix_lens[0117]: 0x00000053 +0x000009e0:ix_offs[0118]: 0x00002bd2 0x00000ddc:ix_lens[0118]: 0x0000005a +0x000009e4:ix_offs[0119]: 0x00002c2c 0x00000de0:ix_lens[0119]: 0x00000088 +0x000009e8:ix_offs[0120]: 0x00002cb4 0x00000de4:ix_lens[0120]: 0x0000006e +0x000009ec:ix_offs[0121]: 0x00002d22 0x00000de8:ix_lens[0121]: 0x0000004a +0x000009f0:ix_offs[0122]: 0x00002d6c 0x00000dec:ix_lens[0122]: 0x00000039 +0x000009f4:ix_offs[0123]: 0x00002da5 0x00000df0:ix_lens[0123]: 0x00000090 +0x000009f8:ix_offs[0124]: 0x00002e35 0x00000df4:ix_lens[0124]: 0x00000037 +0x000009fc:ix_offs[0125]: 0x00002e6c 0x00000df8:ix_lens[0125]: 0x00000039 +0x00000a00:ix_offs[0126]: 0x00002ea5 0x00000dfc:ix_lens[0126]: 0x00000066 +0x00000a04:ix_offs[0127]: 0x00002f0b 0x00000e00:ix_lens[0127]: 0x00000037 +0x00000a08:ix_offs[0128]: 0x00002f42 0x00000e04:ix_lens[0128]: 0x00000059 +0x00000a0c:ix_offs[0129]: 0x00002f9b 0x00000e08:ix_lens[0129]: 0x00000084 +0x00000a10:ix_offs[0130]: 0x0000301f 0x00000e0c:ix_lens[0130]: 0x0000007d +0x00000a14:ix_offs[0131]: 0x0000309c 0x00000e10:ix_lens[0131]: 0x00000029 +0x00000a18:ix_offs[0132]: 0x000030c5 0x00000e14:ix_lens[0132]: 0x0000002a +0x00000a1c:ix_offs[0133]: 0x000030ef 0x00000e18:ix_lens[0133]: 0x0000002a +0x00000a20:ix_offs[0134]: 0x00003119 0x00000e1c:ix_lens[0134]: 0x00000038 +0x00000a24:ix_offs[0135]: 0x00003151 0x00000e20:ix_lens[0135]: 0x00000053 +0x00000a28:ix_offs[0136]: 0x000031a4 0x00000e24:ix_lens[0136]: 0x00000053 +0x00000a2c:ix_offs[0137]: 0x000031f7 0x00000e28:ix_lens[0137]: 0x00000061 +0x00000a30:ix_offs[0138]: 0x00003258 0x00000e2c:ix_lens[0138]: 0x00000061 +0x00000a34:ix_offs[0139]: 0x000032b9 0x00000e30:ix_lens[0139]: 0x0000002a +0x00000a38:ix_offs[0140]: 0x000032e3 0x00000e34:ix_lens[0140]: 0x0000002a +0x00000a3c:ix_offs[0141]: 0x0000330d 0x00000e38:ix_lens[0141]: 0x0000002a +0x00000a40:ix_offs[0142]: 0x00003337 0x00000e3c:ix_lens[0142]: 0x00000135 +0x00000a44:ix_offs[0143]: 0x0000346c 0x00000e40:ix_lens[0143]: 0x0000002a +0x00000a48:ix_offs[0144]: 0x00003496 0x00000e44:ix_lens[0144]: 0x00000046 +0x00000a4c:ix_offs[0145]: 0x000034dc 0x00000e48:ix_lens[0145]: 0x00000052 +0x00000a50:ix_offs[0146]: 0x0000352e 0x00000e4c:ix_lens[0146]: 0x0000004a +0x00000a54:ix_offs[0147]: 0x00003578 0x00000e50:ix_lens[0147]: 0x00000039 +0x00000a58:ix_offs[0148]: 0x000035b1 0x00000e54:ix_lens[0148]: 0x00000074 +0x00000a5c:ix_offs[0149]: 0x00003625 0x00000e58:ix_lens[0149]: 0x00000058 +0x00000a60:ix_offs[0150]: 0x0000367d 0x00000e5c:ix_lens[0150]: 0x00000058 +0x00000a64:ix_offs[0151]: 0x000036d5 0x00000e60:ix_lens[0151]: 0x0000003c +0x00000a68:ix_offs[0152]: 0x00003711 0x00000e64:ix_lens[0152]: 0x0000006a +0x00000a6c:ix_offs[0153]: 0x0000377b 0x00000e68:ix_lens[0153]: 0x0000006f +0x00000a70:ix_offs[0154]: 0x000037ea 0x00000e6c:ix_lens[0154]: 0x00000053 +0x00000a74:ix_offs[0155]: 0x0000383d 0x00000e70:ix_lens[0155]: 0x00000037 +0x00000a78:ix_offs[0156]: 0x00003874 0x00000e74:ix_lens[0156]: 0x00000057 +0x00000a7c:ix_offs[0157]: 0x000038cb 0x00000e78:ix_lens[0157]: 0x00000039 +0x00000a80:ix_offs[0158]: 0x00003904 0x00000e7c:ix_lens[0158]: 0x00000048 +0x00000a84:ix_offs[0159]: 0x0000394c 0x00000e80:ix_lens[0159]: 0x00000074 +0x00000a88:ix_offs[0160]: 0x000039c0 0x00000e84:ix_lens[0160]: 0x000000d5 +0x00000a8c:ix_offs[0161]: 0x00003a95 0x00000e88:ix_lens[0161]: 0x0000002a +0x00000a90:ix_offs[0162]: 0x00003abf 0x00000e8c:ix_lens[0162]: 0x00000045 +0x00000a94:ix_offs[0163]: 0x00003b04 0x00000e90:ix_lens[0163]: 0x000000a3 +0x00000a98:ix_offs[0164]: 0x00003ba7 0x00000e94:ix_lens[0164]: 0x00000039 +0x00000a9c:ix_offs[0165]: 0x00003be0 0x00000e98:ix_lens[0165]: 0x00000029 +0x00000aa0:ix_offs[0166]: 0x00003c09 0x00000e9c:ix_lens[0166]: 0x0000007e +0x00000aa4:ix_offs[0167]: 0x00003c87 0x00000ea0:ix_lens[0167]: 0x0000008f +0x00000aa8:ix_offs[0168]: 0x00003d16 0x00000ea4:ix_lens[0168]: 0x00000039 +0x00000aac:ix_offs[0169]: 0x00003d4f 0x00000ea8:ix_lens[0169]: 0x00000113 +0x00000ab0:ix_offs[0170]: 0x00003e62 0x00000eac:ix_lens[0170]: 0x00000061 +0x00000ab4:ix_offs[0171]: 0x00003ec3 0x00000eb0:ix_lens[0171]: 0x0000006f +0x00000ab8:ix_offs[0172]: 0x00003f32 0x00000eb4:ix_lens[0172]: 0x00000048 +0x00000abc:ix_offs[0173]: 0x00003f7a 0x00000eb8:ix_lens[0173]: 0x00000037 +0x00000ac0:ix_offs[0174]: 0x00003fb1 0x00000ebc:ix_lens[0174]: 0x0000004c +0x00000ac4:ix_offs[0175]: 0x00003ffd 0x00000ec0:ix_lens[0175]: 0x00000037 +0x00000ac8:ix_offs[0176]: 0x00004034 0x00000ec4:ix_lens[0176]: 0x0000002a +0x00000acc:ix_offs[0177]: 0x0000405e 0x00000ec8:ix_lens[0177]: 0x0000002a +0x00000ad0:ix_offs[0178]: 0x00004088 0x00000ecc:ix_lens[0178]: 0x00000055 +0x00000ad4:ix_offs[0179]: 0x000040dd 0x00000ed0:ix_lens[0179]: 0x00000055 +0x00000ad8:ix_offs[0180]: 0x00004132 0x00000ed4:ix_lens[0180]: 0x00000037 +0x00000adc:ix_offs[0181]: 0x00004169 0x00000ed8:ix_lens[0181]: 0x00000037 +0x00000ae0:ix_offs[0182]: 0x000041a0 0x00000edc:ix_lens[0182]: 0x00000037 +0x00000ae4:ix_offs[0183]: 0x000041d7 0x00000ee0:ix_lens[0183]: 0x00000037 +0x00000ae8:ix_offs[0184]: 0x0000420e 0x00000ee4:ix_lens[0184]: 0x00000037 +0x00000aec:ix_offs[0185]: 0x00004245 0x00000ee8:ix_lens[0185]: 0x00000037 +0x00000af0:ix_offs[0186]: 0x0000427c 0x00000eec:ix_lens[0186]: 0x00000037 +0x00000af4:ix_offs[0187]: 0x000042b3 0x00000ef0:ix_lens[0187]: 0x00000037 +0x00000af8:ix_offs[0188]: 0x000042ea 0x00000ef4:ix_lens[0188]: 0x00000037 + +0x00000afc-0x00000c03:ix_offs[0189-0254] default value 0x00000000 +0x00000ef8-0x00000fff:ix_lens[0189-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I62 offs: 0x00000000 lens: 0x0000007c +0x00001000-0x0000107b: +>>0 @I62@ INDI +1 NAME Mark Anthony Peter/Phillips/ +1 SEX M +1 TITL Captain +1 BIRT +2 DATE 22 SEP 1948 +1 FAMC @F49@ +1 FAMS @F47@ +<< +[0001] INDI rkey: I63 offs: 0x0000007c lens: 0x000000d6 +0x0000107c-0x00001151: +>>0 @I63@ INDI +1 NAME Peter Mark Andrew/Phillips/ +1 SEX M +1 BIRT +2 DATE 15 NOV 1977 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 22 DEC 1977 +2 PLAC Music Room,Buckingham,Palace,England +1 FAMC @F47@ +<< +[0002] INDI rkey: I64 offs: 0x00000152 lens: 0x00000092 +0x00001152-0x000011e3: +>>0 @I64@ INDI +1 NAME Zara Anne Elizabeth/Phillips/ +1 SEX F +1 BIRT +2 DATE 15 MAY 1981 +2 PLAC St. Marys Hosp.,Paddington,London,England +1 FAMC @F47@ +<< +[0003] INDI rkey: I65 offs: 0x000001e4 lens: 0x000000d1 +0x000011e4-0x000012b4: +>>0 @I65@ INDI +1 NAME Diana Frances /Spencer/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1 JUL 1961 +2 PLAC Park House,Sandringham,Norfolk,England +1 CHR +2 PLAC Sandringham,Church,Norfolk,England +1 FAMC @F50@ +1 FAMS @F46@ +<< +[0004] INDI rkey: I66 offs: 0x000002b5 lens: 0x000000be +0x000012b5-0x00001372: +>>0 @I66@ INDI +1 NAME Marina of_Greece // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 30 NOV 1906 +2 PLAC Athens,Greece +1 DEAT +2 DATE 1968 +2 PLAC Kensington,Palace,,England +1 FAMC @F51@ +1 FAMS @F31@ +<< +[0005] INDI rkey: I67 offs: 0x00000373 lens: 0x000000a2 +0x00001373-0x00001414: +>>0 @I67@ INDI +1 NAME Edward George Nicholas/Windsor/ +1 SEX M +1 TITL Duke of Kent +1 BIRT +2 DATE 9 SEP 1935 +2 PLAC 3 Belgrave Sq.,,England +1 FAMC @F31@ +1 FAMS @F52@ +<< +[0006] INDI rkey: I68 offs: 0x00000415 lens: 0x0000007f +0x00001415-0x00001493: +>>0 @I68@ INDI +1 NAME Henry George Charles/Lascelles/ +1 SEX M +1 TITL Viscount +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1947 +1 FAMS @F29@ +<< +[0007] INDI rkey: I69 offs: 0x00000494 lens: 0x00000095 +0x00001494-0x00001528: +>>0 @I69@ INDI +1 NAME Alice Christabel /Montagu-Douglas/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 25 DEC 1901 +2 PLAC London,England +1 FAMC @F53@ +1 FAMS @F30@ +<< +[0008] INDI rkey: I70 offs: 0x00000529 lens: 0x000000ee +0x00001529-0x00001616: +>>0 @I70@ INDI +1 NAME Bessiewallis /Warfield/ +1 SEX F +1 BIRT +2 DATE 1896 +2 PLAC ,,,U.S.A. +1 DEAT +2 DATE 24 APR 1986 +2 PLAC Paris,,,France +1 BURI +2 PLAC Frogmore,Windsor,Berkshire,England +1 FAMC @F54@ +1 FAMS @F27@ +1 FAMS @F55@ +1 FAMS @F56@ +<< +[0009] INDI rkey: I71 offs: 0x00000617 lens: 0x000000a6 +0x00001617-0x000016bc: +>>0 @I71@ INDI +1 NAME Charles Haakon_VII // +1 SEX M +1 TITL King of Norway +1 BIRT +2 DATE 1872 +2 PLAC Charlottenlund,Denmark +1 DEAT +2 DATE 1957 +1 FAMC @F57@ +1 FAMS @F16@ +<< +[0010] INDI rkey: I72 offs: 0x000006bd lens: 0x0000007d +0x000016bd-0x00001739: +>>0 @I72@ INDI +1 NAME Henry of_Prussia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1929 +1 FAMC @F4@ +1 FAMS @F58@ +<< +[0011] INDI rkey: I73 offs: 0x0000073a lens: 0x0000005c +0x0000173a-0x00001795: +>>0 @I73@ INDI +1 NAME Sigismund // +1 SEX M +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1866 +1 FAMC @F4@ +<< +[0012] INDI rkey: I74 offs: 0x00000796 lens: 0x00000085 +0x00001796-0x0000181a: +>>0 @I74@ INDI +1 NAME Victoria // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1929 +1 FAMC @F4@ +1 FAMS @F59@ +1 FAMS @F60@ +<< +[0013] INDI rkey: I75 offs: 0x0000081b lens: 0x0000005b +0x0000181b-0x00001875: +>>0 @I75@ INDI +1 NAME Waldemar // +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1879 +1 FAMC @F4@ +<< +[0014] INDI rkey: I76 offs: 0x00000876 lens: 0x000000fc +0x00001876-0x00001971: +>>0 @I76@ INDI +1 NAME Sophie of_Prussia // +1 SEX F +1 TITL Queen of Greece +1 BIRT +2 DATE 14 JUN 1870 +2 PLAC Potsdam,Germany +1 DEAT +2 DATE 13 JAN 1932 +2 PLAC Frankfurt,Germany +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMC @F4@ +1 FAMS @F61@ +<< +[0015] INDI rkey: I77 offs: 0x00000972 lens: 0x00000089 +0x00001972-0x000019fa: +>>0 @I77@ INDI +1 NAME Charlotte of_Saxe- Meiningen// +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1919 +1 FAMC @F4@ +1 FAMS @F62@ +<< +[0016] INDI rkey: I78 offs: 0x000009fb lens: 0x00000081 +0x000019fb-0x00001a7b: +>>0 @I78@ INDI +1 NAME Margarete of_Hesse // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1954 +1 FAMC @F4@ +1 FAMS @F63@ +<< +[0017] INDI rkey: I79 offs: 0x00000a7c lens: 0x0000007d +0x00001a7c-0x00001af8: +>>0 @I79@ INDI +1 NAME Irene of_Hesse // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1953 +1 FAMC @F6@ +1 FAMS @F58@ +<< +[0018] INDI rkey: I80 offs: 0x00000af9 lens: 0x0000005c +0x00001af9-0x00001b54: +>>0 @I80@ INDI +1 NAME Waldemar // +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1945 +1 FAMC @F58@ +<< +[0019] INDI rkey: I81 offs: 0x00000b55 lens: 0x00000059 +0x00001b55-0x00001bad: +>>0 @I81@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1904 +1 FAMC @F58@ +<< +[0020] INDI rkey: I82 offs: 0x00000bae lens: 0x00000036 +0x00001bae-0x00001be3: +>>0 @I82@ INDI +1 NAME Child_#3 // +1 SEX M +1 FAMC @F58@ +<< +[0021] INDI rkey: I83 offs: 0x00000be4 lens: 0x00000092 +0x00001be4-0x00001c75: +>>0 @I83@ INDI +1 NAME Ernest Louis of_Hesse// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1937 +1 FAMC @F6@ +1 FAMS @F64@ +1 FAMS @F65@ +<< +[0022] INDI rkey: I84 offs: 0x00000c76 lens: 0x000000af +0x00001c76-0x00001d24: +>>0 @I84@ INDI +1 NAME Elizabeth "Ella" // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 17 JUL 1918 +2 PLAC Alapayevsk,Ural Mts.,,Russia +1 FAMC @F6@ +1 FAMS @F66@ +<< +[0023] INDI rkey: I85 offs: 0x00000d25 lens: 0x00000083 +0x00001d25-0x00001da7: +>>0 @I85@ INDI +1 NAME Mary "May" // +1 SEX F +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1878 +2 PLAC Hesse-Darmstadt,Palace,,Germany +1 FAMC @F6@ +<< +[0024] INDI rkey: I86 offs: 0x00000da8 lens: 0x0000005c +0x00001da8-0x00001e03: +>>0 @I86@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1873 +1 FAMC @F6@ +<< +[0025] INDI rkey: I87 offs: 0x00000e04 lens: 0x00000126 +0x00001e04-0x00001f29: +>>0 @I87@ INDI +1 NAME William Henry Andrew/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 18 DEC 1941 +2 PLAC Hadley Common,Hertfordshire,England +1 CHR +2 DATE 22 FEB 1942 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 DEAT +2 DATE 28 AUG 1972 +2 PLAC Near,Wolverhampton,England +1 FAMC @F30@ +<< +[0026] INDI rkey: I88 offs: 0x00000f2a lens: 0x000000fb +0x00001f2a-0x00002024: +>>0 @I88@ INDI +1 NAME Richard Alexander Walter/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 26 AUG 1944 +2 PLAC Hadley Common,Hertfordshire,England +1 CHR +2 DATE 20 OCT 1944 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMC @F30@ +1 FAMS @F67@ +<< +[0027] INDI rkey: I89 offs: 0x00001025 lens: 0x0000006b +0x00002025-0x0000208f: +>>0 @I89@ INDI +1 NAME Birgitte of_Denmark /von_Deurs/ +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 1947 +1 FAMS @F67@ +<< +[0028] INDI rkey: I90 offs: 0x00001090 lens: 0x000000d5 +0x00002090-0x00002164: +>>0 @I90@ INDI +1 NAME Alexander Patrick Gregers// +1 SEX M +1 TITL Earl of Ulster +1 BIRT +2 DATE 24 OCT 1974 +2 PLAC St. Marys Hosp.,Paddington,London,England +1 CHR +2 DATE 9 FEB 1975 +2 PLAC Barnwell Church +1 FAMC @F67@ +<< +[0029] INDI rkey: I91 offs: 0x00001165 lens: 0x0000004c +0x00002165-0x000021b0: +>>0 @I91@ INDI +1 NAME Earl Winfield /Spencer/ +1 SEX M +1 TITL Jr. +1 FAMS @F55@ +<< +[0030] INDI rkey: I92 offs: 0x000011b1 lens: 0x0000003b +0x000021b1-0x000021eb: +>>0 @I92@ INDI +1 NAME Ernest /Simpson/ +1 SEX M +1 FAMS @F56@ +<< +[0031] INDI rkey: I93 offs: 0x000011ec lens: 0x00000079 +0x000021ec-0x00002264: +>>0 @I93@ INDI +1 NAME Frances /Burke_Roche/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1936 +1 FAMC @F68@ +1 FAMS @F50@ +1 FAMS @F69@ +<< +[0032] INDI rkey: I94 offs: 0x00001265 lens: 0x000000cf +0x00002265-0x00002333: +>>0 @I94@ INDI +1 NAME Marie Alexandrovna // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 17 OCT 1853 +2 PLAC St. Petersburg,,,Russia +1 DEAT +2 DATE 25 OCT 1920 +2 PLAC Zurich,,,Switzerland +1 FAMC @F35@ +1 FAMS @F7@ +<< +[0033] INDI rkey: I95 offs: 0x00001334 lens: 0x00000067 +0x00002334-0x0000239a: +>>0 @I95@ INDI +1 NAME Alfred // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1899 +1 FAMC @F7@ +<< +[0034] INDI rkey: I96 offs: 0x0000139b lens: 0x000000e9 +0x0000239b-0x00002483: +>>0 @I96@ INDI +1 NAME Marie of_Saxe-Coburg and_Gotha// +1 SEX F +1 TITL Queen of Romania +1 BIRT +2 DATE 29 OCT 1875 +2 PLAC Eastwell Park,Kent,England +1 DEAT +2 DATE 10 JUL 1938 +2 PLAC Castle Pelesch,Sinaia,Romania +1 FAMC @F7@ +1 FAMS @F70@ +<< +[0035] INDI rkey: I97 offs: 0x00001484 lens: 0x000000a9 +0x00002484-0x0000252c: +>>0 @I97@ INDI +1 NAME Victoria Melita of_Edinburgh// +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1876 +2 PLAC Malta +1 DEAT +2 DATE 1936 +1 FAMC @F7@ +1 FAMS @F64@ +1 FAMS @F71@ +<< +[0036] INDI rkey: I98 offs: 0x0000152d lens: 0x00000079 +0x0000252d-0x000025a5: +>>0 @I98@ INDI +1 NAME Alexandra // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1942 +1 FAMC @F7@ +1 FAMS @F72@ +<< +[0037] INDI rkey: I99 offs: 0x000015a6 lens: 0x00000078 +0x000025a6-0x0000261d: +>>0 @I99@ INDI +1 NAME Beatrice // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1966 +1 FAMC @F7@ +1 FAMS @F73@ +<< +Warning, embedded null in RKEY R1 (0x2020202020523100) +[0038] REFN rkey: R1 offs: 0x0000161e lens: 0x00000012 + 0x0000261e: Ncount 1 + Keys and string offsets, strings + 1. 0x00002622:RKEY I1 0x0000262a:offset 0x00000000 + 0x0000262e:string '1' + Assembled data for R1 + 1. I1 identified by 'REFN 1' +[0039] REFN rkey: R16 offs: 0x00001630 lens: 0x00000013 + 0x00002630: Ncount 1 + Keys and string offsets, strings + 1. 0x00002634:RKEY I321 0x0000263c:offset 0x00000000 + 0x00002640:string '16' + Assembled data for R16 + 1. I321 identified by 'REFN 16' +[0040] REFN rkey: R17 offs: 0x00001643 lens: 0x00000013 + 0x00002643: Ncount 1 + Keys and string offsets, strings + 1. 0x00002647:RKEY I322 0x0000264f:offset 0x00000000 + 0x00002653:string '17' + Assembled data for R17 + 1. I322 identified by 'REFN 17' +Warning, embedded null in RKEY R2 (0x2020202020523200) +[0041] REFN rkey: R2 offs: 0x00001656 lens: 0x00000012 + 0x00002656: Ncount 1 + Keys and string offsets, strings + 1. 0x0000265a:RKEY I133 0x00002662:offset 0x00000000 + 0x00002666:string '2' + Assembled data for R2 + 1. I133 identified by 'REFN 2' +Warning, embedded null in RKEY R3 (0x2020202020523300) +[0042] REFN rkey: R3 offs: 0x00001668 lens: 0x00000012 + 0x00002668: Ncount 1 + Keys and string offsets, strings + 1. 0x0000266c:RKEY I138 0x00002674:offset 0x00000000 + 0x00002678:string '3' + Assembled data for R3 + 1. I138 identified by 'REFN 3' +[0043] REFN rkey: R32 offs: 0x0000167a lens: 0x00000013 + 0x0000267a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000267e:RKEY I341 0x00002686:offset 0x00000000 + 0x0000268a:string '32' + Assembled data for R32 + 1. I341 identified by 'REFN 32' +[0044] REFN rkey: R33 offs: 0x0000168d lens: 0x00000013 + 0x0000268d: Ncount 1 + Keys and string offsets, strings + 1. 0x00002691:RKEY I342 0x00002699:offset 0x00000000 + 0x0000269d:string '33' + Assembled data for R33 + 1. I342 identified by 'REFN 33' +Warning, embedded null in RKEY R4 (0x2020202020523400) +[0045] REFN rkey: R4 offs: 0x000016a0 lens: 0x00000012 + 0x000026a0: Ncount 1 + Keys and string offsets, strings + 1. 0x000026a4:RKEY I130 0x000026ac:offset 0x00000000 + 0x000026b0:string '4' + Assembled data for R4 + 1. I130 identified by 'REFN 4' +Warning, embedded null in RKEY R5 (0x2020202020523500) +[0046] REFN rkey: R5 offs: 0x000016b2 lens: 0x00000012 + 0x000026b2: Ncount 1 + Keys and string offsets, strings + 1. 0x000026b6:RKEY I131 0x000026be:offset 0x00000000 + 0x000026c2:string '5' + Assembled data for R5 + 1. I131 identified by 'REFN 5' +Warning, embedded null in RKEY R6 (0x2020202020523600) +[0047] REFN rkey: R6 offs: 0x000016c4 lens: 0x00000012 + 0x000026c4: Ncount 1 + Keys and string offsets, strings + 1. 0x000026c8:RKEY I2448 0x000026d0:offset 0x00000000 + 0x000026d4:string '6' + Assembled data for R6 + 1. I2448 identified by 'REFN 6' +Warning, embedded null in RKEY R8 (0x2020202020523800) +[0048] REFN rkey: R8 offs: 0x000016d6 lens: 0x00000012 + 0x000026d6: Ncount 1 + Keys and string offsets, strings + 1. 0x000026da:RKEY I323 0x000026e2:offset 0x00000000 + 0x000026e6:string '8' + Assembled data for R8 + 1. I323 identified by 'REFN 8' +Warning, embedded null in RKEY R9 (0x2020202020523900) +[0049] REFN rkey: R9 offs: 0x000016e8 lens: 0x00000012 + 0x000026e8: Ncount 1 + Keys and string offsets, strings + 1. 0x000026ec:RKEY I332 0x000026f4:offset 0x00000000 + 0x000026f8:string '9' + Assembled data for R9 + 1. I332 identified by 'REFN 9' +[0050] FAM rkey: F100 offs: 0x000016fa lens: 0x00000053 +0x000026fa-0x0000274c: +>>0 @F100@ FAM +1 HUSB @I303@ +1 WIFE @I304@ +1 CHIL @I305@ +1 CHIL @I137@ +1 CHIL @I306@ +<< +[0051] FAM rkey: F101 offs: 0x0000174d lens: 0x000000a4 +0x0000274d-0x000027f0: +>>0 @F101@ FAM +1 HUSB @I2448@ +1 WIFE @I2614@ +1 MARR +2 DATE 1777 +1 CHIL @I2973@ +1 CHIL @I2974@ +1 CHIL @I2975@ +1 CHIL @I139@ +1 CHIL @I205@ +1 CHIL @I138@ +1 CHIL @I1696@ +<< +[0052] FAM rkey: F102 offs: 0x000017f1 lens: 0x00000044 +0x000027f1-0x00002834: +>>0 @F102@ FAM +1 HUSB @I2976@ +1 WIFE @I138@ +1 MARR +2 DATE ABT 1802 +<< +[0053] FAM rkey: F103 offs: 0x00001835 lens: 0x0000003c +0x00002835-0x00002870: +>>0 @F103@ FAM +1 HUSB @I139@ +1 WIFE @I206@ +1 MARR +2 DATE 1832 +<< +[0054] FAM rkey: F104 offs: 0x00001871 lens: 0x0000003c +0x00002871-0x000028ac: +>>0 @F104@ FAM +1 HUSB @I141@ +1 WIFE @I142@ +1 MARR +2 DATE 1785 +<< +[0055] FAM rkey: F105 offs: 0x000018ad lens: 0x0000007d +0x000028ad-0x00002929: +>>0 @F105@ FAM +1 HUSB @I141@ +1 WIFE @I143@ +1 MARR +2 DATE 8 APR 1795 +2 PLAC Chapel Royal,St James Palace,,England +1 CHIL @I144@ +<< +[0056] FAM rkey: F106 offs: 0x0000192a lens: 0x00000038 +0x0000292a-0x00002961: +>>0 @F106@ FAM +1 HUSB @I1363@ +1 WIFE @I333@ +1 CHIL @I143@ +<< +[0057] FAM rkey: F107 offs: 0x00001962 lens: 0x00000067 +0x00002962-0x000029c8: +>>0 @F107@ FAM +1 HUSB @I1696@ +1 WIFE @I144@ +1 MARR +2 DATE 2 MAY 1816 +2 PLAC Carlton House,London,England +<< +[0058] FAM rkey: F108 offs: 0x000019c9 lens: 0x00000037 +0x000029c9-0x000029ff: +>>0 @F108@ FAM +1 HUSB @I182@ +1 WIFE @I183@ +1 CHIL @I145@ +<< +[0059] FAM rkey: F109 offs: 0x00001a00 lens: 0x00000037 +0x00002a00-0x00002a36: +>>0 @F109@ FAM +1 HUSB @I207@ +1 WIFE @I208@ +1 CHIL @I146@ +<< +[0060] FAM rkey: F110 offs: 0x00001a37 lens: 0x0000004a +0x00002a37-0x00002a80: +>>0 @F110@ FAM +1 HUSB @I477@ +1 WIFE @I147@ +1 MARR +2 DATE 1931 +1 CHIL @I478@ +<< +[0061] FAM rkey: F111 offs: 0x00001a81 lens: 0x0000004a +0x00002a81-0x00002aca: +>>0 @F111@ FAM +1 HUSB @I479@ +1 WIFE @I148@ +1 MARR +2 DATE 1931 +1 CHIL @I480@ +<< +[0062] FAM rkey: F112 offs: 0x00001acb lens: 0x00000075 +0x00002acb-0x00002b3f: +>>0 @F112@ FAM +1 HUSB @I149@ +1 WIFE @I157@ +1 MARR +2 DATE 1874 +1 CHIL @I158@ +1 CHIL @I159@ +1 CHIL @I160@ +1 CHIL @I1362@ +<< +[0063] FAM rkey: F113 offs: 0x00001b40 lens: 0x00000059 +0x00002b40-0x00002b98: +>>0 @F113@ FAM +1 HUSB @I152@ +1 WIFE @I163@ +1 MARR +2 DATE 1889 +1 CHIL @I1355@ +1 CHIL @I164@ +<< +[0064] FAM rkey: F114 offs: 0x00001b99 lens: 0x00000079 +0x00002b99-0x00002c11: +>>0 @F114@ FAM +1 HUSB @I152@ +1 WIFE @I1356@ +1 MARR +2 DATE 1902 +2 PLAC Leghorn +1 CHIL @I1357@ +1 CHIL @I1358@ +1 CHIL @I1359@ +<< +[0065] FAM rkey: F115 offs: 0x00001c12 lens: 0x000000a5 +0x00002c12-0x00002cb6: +>>0 @F115@ FAM +1 HUSB @I2675@ +1 WIFE @I154@ +1 MARR +2 DATE 1894 +1 CHIL @I166@ +1 CHIL @I1562@ +1 CHIL @I1563@ +1 CHIL @I1564@ +1 CHIL @I1565@ +1 CHIL @I1566@ +1 CHIL @I1567@ +<< +[0066] FAM rkey: F116 offs: 0x00001cb7 lens: 0x00000074 +0x00002cb7-0x00002d2a: +>>0 @F116@ FAM +1 HUSB @I155@ +1 WIFE @I1354@ +1 MARR +2 DATE JUL 1912 +2 PLAC Vienna,Austria +1 CHIL @I502@ +1 CHIL @I1360@ +<< +[0067] FAM rkey: F117 offs: 0x00001d2b lens: 0x00000049 +0x00002d2b-0x00002d73: +>>0 @F117@ FAM +1 HUSB @I1361@ +1 WIFE @I156@ +1 DIV Y +1 MARR +2 DATE JUL 1901 +<< +[0068] FAM rkey: F118 offs: 0x00001d74 lens: 0x0000006c +0x00002d74-0x00002ddf: +>>0 @F118@ FAM +1 HUSB @I1559@ +1 WIFE @I156@ +1 MARR +2 DATE 1916 +2 PLAC ,,,Russia +1 CHIL @I1560@ +1 CHIL @I1561@ +<< +[0069] FAM rkey: F119 offs: 0x00001de0 lens: 0x0000002a +0x00002de0-0x00002e09: +>>0 @F119@ FAM +1 HUSB @I2682@ +1 CHIL @I157@ +<< +[0070] FAM rkey: F120 offs: 0x00001e0a lens: 0x0000003d +0x00002e0a-0x00002e46: +>>0 @F120@ FAM +1 HUSB @I159@ +1 WIFE @I2925@ +1 MARR +2 DATE 1919 +<< +[0071] FAM rkey: F121 offs: 0x00001e47 lens: 0x0000003c +0x00002e47-0x00002e82: +>>0 @F121@ FAM +1 HUSB @I160@ +1 WIFE @I161@ +1 MARR +2 DATE 1921 +<< +[0072] FAM rkey: F122 offs: 0x00001e83 lens: 0x0000002a +0x00002e83-0x00002eac: +>>0 @F122@ FAM +1 HUSB @I2926@ +1 CHIL @I161@ +<< +[0073] FAM rkey: F123 offs: 0x00001ead lens: 0x000000c9 +0x00002ead-0x00002f75: +>>0 @F123@ FAM +1 HUSB @I553@ +1 WIFE @I556@ +1 MARR +2 DATE 14 JUL 1769 +2 PLAC Charlottenburg +1 CHIL @I162@ +1 CHIL @I557@ +1 CHIL @I558@ +1 CHIL @I559@ +1 CHIL @I560@ +1 CHIL @I561@ +1 CHIL @I562@ +1 CHIL @I563@ +<< +[0074] FAM rkey: F124 offs: 0x00001f76 lens: 0x00000029 +0x00002f76-0x00002f9e: +>>0 @F124@ FAM +1 HUSB @I162@ +1 WIFE @I510@ +<< +[0075] FAM rkey: F125 offs: 0x00001f9f lens: 0x00000064 +0x00002f9f-0x00003002: +>>0 @F125@ FAM +1 HUSB @I164@ +1 WIFE @I1406@ +1 DIV Y +1 MARR +2 DATE 1926 +2 PLAC Biarritz +1 CHIL @I1407@ +<< +[0076] FAM rkey: F126 offs: 0x00002003 lens: 0x00000076 +0x00003003-0x00003078: +>>0 @F126@ FAM +1 HUSB @I353@ +1 WIFE @I354@ +1 MARR +2 DATE 1848 +1 CHIL @I165@ +1 CHIL @I228@ +1 CHIL @I2671@ +1 CHIL @I2677@ +<< +[0077] FAM rkey: F127 offs: 0x00002079 lens: 0x0000004c +0x00003079-0x000030c4: +>>0 @F127@ FAM +1 HUSB @I165@ +1 WIFE @I2678@ +1 MARR +2 DATE 1882 +1 CHIL @I2681@ +<< +[0078] FAM rkey: F128 offs: 0x000020c5 lens: 0x00000029 +0x000030c5-0x000030ed: +>>0 @F128@ FAM +1 HUSB @I167@ +1 WIFE @I166@ +<< +[0079] FAM rkey: F129 offs: 0x000020ee lens: 0x0000008d +0x000030ee-0x0000317a: +>>0 @F129@ FAM +1 HUSB @I169@ +1 WIFE @I170@ +1 DIV Y +1 MARR +2 DATE JAN 1956 +2 PLAC St. Margarets,Westminster,England +1 CHIL @I822@ +1 CHIL @I168@ +<< +[0080] FAM rkey: F130 offs: 0x0000217b lens: 0x00000045 +0x0000317b-0x000031bf: +>>0 @F130@ FAM +1 HUSB @I811@ +1 WIFE @I812@ +1 CHIL @I813@ +1 CHIL @I169@ +<< +[0081] FAM rkey: F131 offs: 0x000021c0 lens: 0x00000057 +0x000031c0-0x00003216: +>>0 @F131@ FAM +1 HUSB @I169@ +1 WIFE @I2929@ +1 CHIL @I2930@ +1 CHIL @I2931@ +1 CHIL @I2932@ +<< +[0082] FAM rkey: F132 offs: 0x00002217 lens: 0x00000037 +0x00003217-0x0000324d: +>>0 @F132@ FAM +1 HUSB @I820@ +1 WIFE @I821@ +1 CHIL @I170@ +<< +[0083] FAM rkey: F133 offs: 0x0000224e lens: 0x0000006a +0x0000324e-0x000032b7: +>>0 @F133@ FAM +1 HUSB @I823@ +1 WIFE @I170@ +1 MARR +2 DATE JUL 1975 +2 PLAC Chichester,Register Office,England +<< +[0084] FAM rkey: F134 offs: 0x000022b8 lens: 0x00000029 +0x000032b8-0x000032e0: +>>0 @F134@ FAM +1 HUSB @I191@ +1 WIFE @I174@ +<< +[0085] FAM rkey: F135 offs: 0x000022e1 lens: 0x00000029 +0x000032e1-0x00003309: +>>0 @F135@ FAM +1 HUSB @I175@ +1 WIFE @I192@ +<< +[0086] FAM rkey: F136 offs: 0x0000230a lens: 0x00000047 +0x0000330a-0x00003350: +>>0 @F136@ FAM +1 HUSB @I176@ +1 WIFE @I193@ +1 CHIL @I1962@ +1 CHIL @I1963@ +<< +[0087] FAM rkey: F137 offs: 0x00002351 lens: 0x00000029 +0x00003351-0x00003379: +>>0 @F137@ FAM +1 HUSB @I178@ +1 WIFE @I194@ +<< +[0088] FAM rkey: F138 offs: 0x0000237a lens: 0x00000029 +0x0000337a-0x000033a2: +>>0 @F138@ FAM +1 HUSB @I195@ +1 WIFE @I179@ +<< +[0089] FAM rkey: F139 offs: 0x000023a3 lens: 0x00000029 +0x000033a3-0x000033cb: +>>0 @F139@ FAM +1 HUSB @I180@ +1 WIFE @I196@ +<< +[0090] FAM rkey: F140 offs: 0x000023cc lens: 0x00000029 +0x000033cc-0x000033f4: +>>0 @F140@ FAM +1 HUSB @I181@ +1 WIFE @I197@ +<< +[0091] FAM rkey: F141 offs: 0x000023f5 lens: 0x00000045 +0x000033f5-0x00003439: +>>0 @F141@ FAM +1 HUSB @I184@ +1 WIFE @I185@ +1 CHIL @I186@ +1 CHIL @I182@ +<< +[0092] FAM rkey: F142 offs: 0x0000243a lens: 0x00000037 +0x0000343a-0x00003470: +>>0 @F142@ FAM +1 HUSB @I364@ +1 WIFE @I365@ +1 CHIL @I183@ +<< +[0093] FAM rkey: F143 offs: 0x00002471 lens: 0x00000045 +0x00003471-0x000034b5: +>>0 @F143@ FAM +1 HUSB @I187@ +1 WIFE @I188@ +1 CHIL @I189@ +1 CHIL @I184@ +<< +[0094] FAM rkey: F144 offs: 0x000024b6 lens: 0x00000029 +0x000034b6-0x000034de: +>>0 @F144@ FAM +1 HUSB @I190@ +1 WIFE @I188@ +<< +[0095] FAM rkey: F145 offs: 0x000024df lens: 0x00000038 +0x000034df-0x00003516: +>>0 @F145@ FAM +1 HUSB @I1215@ +1 WIFE @I198@ +1 CHIL @I740@ +<< +[0096] FAM rkey: F146 offs: 0x00002517 lens: 0x00000029 +0x00003517-0x0000353f: +>>0 @F146@ FAM +1 HUSB @I202@ +1 WIFE @I555@ +<< +[0097] FAM rkey: F147 offs: 0x00002540 lens: 0x0000008d +0x00003540-0x000035cc: +>>0 @F147@ FAM +1 HUSB @I203@ +1 WIFE @I219@ +1 MARR +2 DATE 11 JUL 1818 +2 PLAC Kew Palace +1 CHIL @I220@ +1 CHIL @I221@ +1 CHIL @I222@ +1 CHIL @I223@ +<< +[0098] FAM rkey: F148 offs: 0x000025cd lens: 0x00000070 +0x000035cd-0x0000363c: +>>0 @F148@ FAM +1 HUSB @I247@ +1 WIFE @I204@ +1 MARR +2 DATE 18 MAY 1797 +2 PLAC Chapel Royal,St James Palace,,England +<< +[0099] FAM rkey: F149 offs: 0x0000263d lens: 0x0000003d +0x0000363d-0x00003679: +>>0 @F149@ FAM +1 HUSB @I205@ +1 WIFE @I2910@ +1 MARR +2 DATE 1816 +<< +[0100] FAM rkey: F150 offs: 0x0000267a lens: 0x00000037 +0x0000367a-0x000036b0: +>>0 @F150@ FAM +1 HUSB @I360@ +1 WIFE @I361@ +1 CHIL @I207@ +<< +[0101] FAM rkey: F151 offs: 0x000026b1 lens: 0x00000037 +0x000036b1-0x000036e7: +>>0 @F151@ FAM +1 HUSB @I362@ +1 WIFE @I363@ +1 CHIL @I208@ +<< +[0102] FAM rkey: F152 offs: 0x000026e8 lens: 0x0000005a +0x000036e8-0x00003741: +>>0 @F152@ FAM +1 HUSB @I211@ +1 WIFE @I210@ +1 MARR +2 DATE 7 APR 1818 +2 PLAC Buckingham House +<< +[0103] FAM rkey: F153 offs: 0x00002742 lens: 0x00000075 +0x00003742-0x000037b6: +>>0 @F153@ FAM +1 HUSB @I212@ +1 WIFE @I248@ +1 MARR +2 DATE 29 AUG 1815 +2 PLAC Carlton House,London,England +1 CHIL @I249@ +<< +[0104] FAM rkey: F154 offs: 0x000027b7 lens: 0x00000029 +0x000037b7-0x000037df: +>>0 @F154@ FAM +1 HUSB @I290@ +1 WIFE @I214@ +<< +[0105] FAM rkey: F155 offs: 0x000027e0 lens: 0x00000037 +0x000037e0-0x00003816: +>>0 @F155@ FAM +1 HUSB @I759@ +1 WIFE @I760@ +1 CHIL @I219@ +<< +[0106] FAM rkey: F156 offs: 0x00002817 lens: 0x00000029 +0x00003817-0x0000383f: +>>0 @F156@ FAM +1 HUSB @I488@ +1 WIFE @I224@ +<< +[0107] FAM rkey: F157 offs: 0x00002840 lens: 0x0000004a +0x00003840-0x00003889: +>>0 @F157@ FAM +1 HUSB @I345@ +1 WIFE @I346@ +1 MARR +2 DATE 1810 +1 CHIL @I225@ +<< +[0108] FAM rkey: F158 offs: 0x0000288a lens: 0x00000058 +0x0000388a-0x000038e1: +>>0 @F158@ FAM +1 HUSB @I298@ +1 WIFE @I299@ +1 MARR +2 DATE 1810 +1 CHIL @I226@ +1 CHIL @I300@ +<< +[0109] FAM rkey: F159 offs: 0x000028e2 lens: 0x00000054 +0x000038e2-0x00003935: +>>0 @F159@ FAM +1 HUSB @I232@ +1 WIFE @I470@ +1 CHIL @I441@ +1 CHIL @I471@ +1 CHIL @I1064@ +<< +[0110] FAM rkey: F160 offs: 0x00002936 lens: 0x0000006e +0x00003936-0x000039a3: +>>0 @F160@ FAM +1 HUSB @I438@ +1 WIFE @I233@ +1 DIV Y +1 MARR +2 DATE 10 MAR 1921 +2 PLAC Athens,Greece +1 CHIL @I468@ +<< +[0111] FAM rkey: F161 offs: 0x000029a4 lens: 0x00000065 +0x000039a4-0x00003a08: +>>0 @F161@ FAM +1 HUSB @I234@ +1 WIFE @I473@ +1 MARR +2 DATE 4 NOV 1919 +2 PLAC Athens,Greece +1 CHIL @I474@ +<< +[0112] FAM rkey: F162 offs: 0x00002a09 lens: 0x0000003c +0x00003a09-0x00003a44: +>>0 @F162@ FAM +1 HUSB @I588@ +1 WIFE @I235@ +1 MARR +2 DATE 1934 +<< +[0113] FAM rkey: F163 offs: 0x00002a45 lens: 0x00000037 +0x00003a45-0x00003a7b: +>>0 @F163@ FAM +1 HUSB @I366@ +1 WIFE @I367@ +1 CHIL @I239@ +<< +[0114] FAM rkey: F164 offs: 0x00002a7c lens: 0x0000005e +0x00003a7c-0x00003ad9: +>>0 @F164@ FAM +1 HUSB @I239@ +1 WIFE @I243@ +1 DIV N +1 MARR +2 DATE 14 JUL 1976 +2 PLAC Caxton Hall +<< +[0115] FAM rkey: F165 offs: 0x00002ada lens: 0x00000040 +0x00003ada-0x00003b19: +>>0 @F165@ FAM +1 HUSB @I809@ +1 WIFE @I240@ +1 MARR +2 DATE MAY 1980 +<< +[0116] FAM rkey: F166 offs: 0x00002b1a lens: 0x00000065 +0x00003b1a-0x00003b7e: +>>0 @F166@ FAM +1 HUSB @I807@ +1 WIFE @I241@ +1 MARR +2 DATE MAR 1978 +2 PLAC ,London,England +1 CHIL @I808@ +<< +[0117] FAM rkey: F167 offs: 0x00002b7f lens: 0x00000053 +0x00003b7f-0x00003bd1: +>>0 @F167@ FAM +1 HUSB @I242@ +1 WIFE @I2962@ +1 MARR +2 DATE ABT 1990 +1 CHIL @I2963@ +<< +[0118] FAM rkey: F168 offs: 0x00002bd2 lens: 0x0000005a +0x00003bd2-0x00003c2b: +>>0 @F168@ FAM +1 HUSB @I2984@ +1 WIFE @I806@ +1 DIV Y +1 MARR +2 DATE 23 APR 1927 +1 CHIL @I243@ +<< +[0119] FAM rkey: F169 offs: 0x00002c2c lens: 0x00000088 +0x00003c2c-0x00003cb3: +>>0 @F169@ FAM +1 HUSB @I2985@ +1 WIFE @I243@ +1 DIV Y +1 MARR +2 DATE ABT 1947 +1 CHIL @I2990@ +1 CHIL @I2991@ +1 CHIL @I2992@ +1 CHIL @I2993@ +<< +[0120] FAM rkey: F170 offs: 0x00002cb4 lens: 0x0000006e +0x00003cb4-0x00003d21: +>>0 @F170@ FAM +1 HUSB @I244@ +1 WIFE @I292@ +1 DIV Y +1 MARR +2 DATE 1949 +1 CHIL @I293@ +1 CHIL @I294@ +1 CHIL @I295@ +<< +[0121] FAM rkey: F171 offs: 0x00002d22 lens: 0x0000004a +0x00003d22-0x00003d6b: +>>0 @F171@ FAM +1 HUSB @I244@ +1 WIFE @I314@ +1 MARR +2 DATE 1967 +1 CHIL @I315@ +<< +[0122] FAM rkey: F172 offs: 0x00002d6c lens: 0x00000039 +0x00003d6c-0x00003da4: +>>0 @F172@ FAM +1 HUSB @I2511@ +1 WIFE @I1705@ +1 CHIL @I245@ +<< +[0123] FAM rkey: F173 offs: 0x00002da5 lens: 0x00000090 +0x00003da5-0x00003e34: +>>0 @F173@ FAM +1 HUSB @I1696@ +1 WIFE @I245@ +1 MARR +2 DATE 9 AUG 1832 +2 PLAC Compiegne +1 CHIL @I1697@ +1 CHIL @I1698@ +1 CHIL @I1114@ +1 CHIL @I1699@ +<< +[0124] FAM rkey: F174 offs: 0x00002e35 lens: 0x00000037 +0x00003e35-0x00003e6b: +>>0 @F174@ FAM +1 HUSB @I246@ +1 WIFE @I517@ +1 CHIL @I556@ +<< +[0125] FAM rkey: F175 offs: 0x00002e6c lens: 0x00000039 +0x00003e6c-0x00003ea4: +>>0 @F175@ FAM +1 HUSB @I1067@ +1 WIFE @I1068@ +1 CHIL @I247@ +<< +[0126] FAM rkey: F176 offs: 0x00002ea5 lens: 0x00000066 +0x00003ea5-0x00003f0a: +>>0 @F176@ FAM +1 HUSB @I247@ +1 WIFE @I1069@ +1 CHIL @I1070@ +1 CHIL @I1071@ +1 CHIL @I1072@ +1 CHIL @I1073@ +<< +[0127] FAM rkey: F177 offs: 0x00002f0b lens: 0x00000037 +0x00003f0b-0x00003f41: +>>0 @F177@ FAM +1 HUSB @I564@ +1 WIFE @I496@ +1 CHIL @I248@ +<< +[0128] FAM rkey: F178 offs: 0x00002f42 lens: 0x00000059 +0x00003f42-0x00003f9a: +>>0 @F178@ FAM +1 HUSB @I558@ +1 WIFE @I248@ +1 MARR +2 DATE 29 AUG 1815 +2 PLAC London,England +<< +[0129] FAM rkey: F179 offs: 0x00002f9b lens: 0x00000084 +0x00003f9b-0x0000401e: +>>0 @F179@ FAM +1 HUSB @I249@ +1 WIFE @I250@ +1 MARR +2 DATE 18 FEB 1843 +2 PLAC Hanover,Germany +1 CHIL @I251@ +1 CHIL @I252@ +1 CHIL @I253@ +<< +[0130] FAM rkey: F180 offs: 0x0000301f lens: 0x0000007d +0x0000401f-0x0000409b: +>>0 @F180@ FAM +1 HUSB @I251@ +1 WIFE @I254@ +1 CHIL @I255@ +1 CHIL @I256@ +1 CHIL @I257@ +1 CHIL @I258@ +1 CHIL @I259@ +1 CHIL @I552@ +<< +[0131] FAM rkey: F181 offs: 0x0000309c lens: 0x00000029 +0x0000409c-0x000040c4: +>>0 @F181@ FAM +1 HUSB @I261@ +1 WIFE @I252@ +<< +[0132] FAM rkey: F182 offs: 0x000030c5 lens: 0x0000002a +0x000040c5-0x000040ee: +>>0 @F182@ FAM +1 HUSB @I1052@ +1 WIFE @I255@ +<< +[0133] FAM rkey: F183 offs: 0x000030ef lens: 0x0000002a +0x000040ef-0x00004118: +>>0 @F183@ FAM +1 HUSB @I1053@ +1 WIFE @I257@ +<< +[0134] FAM rkey: F184 offs: 0x00003119 lens: 0x00000038 +0x00004119-0x00004150: +>>0 @F184@ FAM +1 HUSB @I260@ +1 WIFE @I1054@ +1 CHIL @I469@ +<< +[0135] FAM rkey: F185 offs: 0x00003151 lens: 0x00000053 +0x00004151-0x000041a3: +>>0 @F185@ FAM +1 HUSB @I262@ +1 WIFE @I263@ +1 CHIL @I264@ +1 CHIL @I265@ +1 CHIL @I266@ +<< +[0136] FAM rkey: F186 offs: 0x000031a4 lens: 0x00000053 +0x000041a4-0x000041f6: +>>0 @F186@ FAM +1 HUSB @I264@ +1 WIFE @I267@ +1 CHIL @I268@ +1 CHIL @I269@ +1 CHIL @I270@ +<< +[0137] FAM rkey: F187 offs: 0x000031f7 lens: 0x00000061 +0x000041f7-0x00004257: +>>0 @F187@ FAM +1 HUSB @I272@ +1 WIFE @I273@ +1 CHIL @I274@ +1 CHIL @I275@ +1 CHIL @I276@ +1 CHIL @I277@ +<< +[0138] FAM rkey: F188 offs: 0x00003258 lens: 0x00000061 +0x00004258-0x000042b8: +>>0 @F188@ FAM +1 HUSB @I278@ +1 WIFE @I281@ +1 CHIL @I282@ +1 CHIL @I283@ +1 CHIL @I284@ +1 CHIL @I285@ +<< +[0139] FAM rkey: F189 offs: 0x000032b9 lens: 0x0000002a +0x000042b9-0x000042e2: +>>0 @F189@ FAM +1 HUSB @I282@ +1 WIFE @I1708@ +<< +[0140] FAM rkey: F190 offs: 0x000032e3 lens: 0x0000002a +0x000042e3-0x0000430c: +>>0 @F190@ FAM +1 HUSB @I1709@ +1 WIFE @I284@ +<< +[0141] FAM rkey: F191 offs: 0x0000330d lens: 0x0000002a +0x0000430d-0x00004336: +>>0 @F191@ FAM +1 HUSB @I1710@ +1 WIFE @I285@ +<< +[0142] FAM rkey: F192 offs: 0x00003337 lens: 0x00000135 +0x00004337-0x0000446b: +>>0 @F192@ FAM +1 HUSB @I1261@ +1 WIFE @I1262@ +1 MARR +2 DATE OCT 1254 +2 PLAC Las Huelgas +1 CHIL @I1263@ +1 CHIL @I1264@ +1 CHIL @I1265@ +1 CHIL @I1266@ +1 CHIL @I1267@ +1 CHIL @I1268@ +1 CHIL @I1269@ +1 CHIL @I1270@ +1 CHIL @I1271@ +1 CHIL @I1272@ +1 CHIL @I1273@ +1 CHIL @I1274@ +1 CHIL @I286@ +1 CHIL @I1275@ +1 CHIL @I1276@ +<< +[0143] FAM rkey: F193 offs: 0x0000346c lens: 0x0000002a +0x0000446c-0x00004495: +>>0 @F193@ FAM +1 HUSB @I1711@ +1 WIFE @I289@ +<< +[0144] FAM rkey: F194 offs: 0x00003496 lens: 0x00000046 +0x00004496-0x000044db: +>>0 @F194@ FAM +1 HUSB @I336@ +1 WIFE @I762@ +1 CHIL @I290@ +1 CHIL @I2146@ +<< +[0145] FAM rkey: F195 offs: 0x000034dc lens: 0x00000052 +0x000044dc-0x0000452d: +>>0 @F195@ FAM +1 HUSB @I291@ +1 WIFE @I296@ +1 DIV Y +1 MARR +2 DATE 1952 +1 CHIL @I297@ +<< +[0146] FAM rkey: F196 offs: 0x0000352e lens: 0x0000004a +0x0000452e-0x00004577: +>>0 @F196@ FAM +1 HUSB @I291@ +1 WIFE @I316@ +1 MARR +2 DATE 1978 +1 CHIL @I982@ +<< +[0147] FAM rkey: F197 offs: 0x00003578 lens: 0x00000039 +0x00004578-0x000045b0: +>>0 @F197@ FAM +1 HUSB @I2982@ +1 WIFE @I2983@ +1 CHIL @I292@ +<< +[0148] FAM rkey: F198 offs: 0x000035b1 lens: 0x00000074 +0x000045b1-0x00004624: +>>0 @F198@ FAM +1 HUSB @I293@ +1 WIFE @I940@ +1 MARR +2 DATE 1979 +1 CHIL @I941@ +1 CHIL @I942@ +1 CHIL @I943@ +1 CHIL @I944@ +<< +[0149] FAM rkey: F199 offs: 0x00003625 lens: 0x00000058 +0x00004625-0x0000467c: +>>0 @F199@ FAM +1 HUSB @I294@ +1 WIFE @I945@ +1 MARR +2 DATE 1973 +1 CHIL @I946@ +1 CHIL @I947@ +<< +[0150] FAM rkey: F200 offs: 0x0000367d lens: 0x00000058 +0x0000467d-0x000046d4: +>>0 @F200@ FAM +1 HUSB @I295@ +1 WIFE @I948@ +1 MARR +2 DATE 1981 +1 CHIL @I949@ +1 CHIL @I950@ +<< +[0151] FAM rkey: F201 offs: 0x000036d5 lens: 0x0000003c +0x000046d5-0x00004710: +>>0 @F201@ FAM +1 HUSB @I297@ +1 WIFE @I983@ +1 MARR +2 DATE 1979 +<< +[0152] FAM rkey: F202 offs: 0x00003711 lens: 0x0000006a +0x00004711-0x0000477a: +>>0 @F202@ FAM +1 HUSB @I1643@ +1 WIFE @I1644@ +1 MARR +2 DATE 1774 +1 CHIL @I1645@ +1 CHIL @I299@ +1 CHIL @I1646@ +<< +[0153] FAM rkey: F203 offs: 0x0000377b lens: 0x0000006f +0x0000477b-0x000047e9: +>>0 @F203@ FAM +1 HUSB @I1604@ +1 WIFE @I330@ +1 MARR +2 DATE 28 JUN 1740 +2 PLAC Cassel +1 CHIL @I1736@ +1 CHIL @I301@ +<< +[0154] FAM rkey: F204 offs: 0x000037ea lens: 0x00000053 +0x000047ea-0x0000483c: +>>0 @F204@ FAM +1 HUSB @I484@ +1 WIFE @I485@ +1 CHIL @I303@ +1 CHIL @I595@ +1 CHIL @I356@ +<< +[0155] FAM rkey: F205 offs: 0x0000383d lens: 0x00000037 +0x0000483d-0x00004873: +>>0 @F205@ FAM +1 HUSB @I307@ +1 WIFE @I306@ +1 CHIL @I308@ +<< +[0156] FAM rkey: F206 offs: 0x00003874 lens: 0x00000057 +0x00004874-0x000048ca: +>>0 @F206@ FAM +1 HUSB @I1099@ +1 WIFE @I1100@ +1 CHIL @I1101@ +1 CHIL @I309@ +1 CHIL @I1102@ +<< +[0157] FAM rkey: F207 offs: 0x000038cb lens: 0x00000039 +0x000048cb-0x00004903: +>>0 @F207@ FAM +1 HUSB @I2980@ +1 WIFE @I314@ +1 CHIL @I2981@ +<< +[0158] FAM rkey: F208 offs: 0x00003904 lens: 0x00000048 +0x00004904-0x0000494b: +>>0 @F208@ FAM +1 HUSB @I802@ +1 WIFE @I319@ +1 DIV Y +1 MARR +2 DATE SEP 1971 +<< +[0159] FAM rkey: F209 offs: 0x0000394c lens: 0x00000074 +0x0000494c-0x000049bf: +>>0 @F209@ FAM +1 HUSB @I341@ +1 WIFE @I342@ +1 DIV Y +1 MARR +2 DATE 22 NOV 1682 +2 PLAC Celle +1 CHIL @I321@ +1 CHIL @I343@ +<< +[0160] FAM rkey: F210 offs: 0x000039c0 lens: 0x000000d5 +0x000049c0-0x00004a94: +>>0 @F210@ FAM +1 HUSB @I321@ +1 WIFE @I322@ +1 MARR +2 DATE 22 AUG 1705 +2 PLAC Herrenhausen +1 CHIL @I323@ +1 CHIL @I324@ +1 CHIL @I325@ +1 CHIL @I326@ +1 CHIL @I327@ +1 CHIL @I328@ +1 CHIL @I329@ +1 CHIL @I330@ +1 CHIL @I331@ +<< +[0161] FAM rkey: F211 offs: 0x00003a95 lens: 0x0000002a +0x00004a95-0x00004abe: +>>0 @F211@ FAM +1 HUSB @I1694@ +1 CHIL @I322@ +<< +[0162] FAM rkey: F212 offs: 0x00003abf lens: 0x00000045 +0x00004abf-0x00004b03: +>>0 @F212@ FAM +1 HUSB @I618@ +1 WIFE @I324@ +1 CHIL @I650@ +1 CHIL @I575@ +<< +[0163] FAM rkey: F213 offs: 0x00003b04 lens: 0x000000a3 +0x00004b04-0x00004ba6: +>>0 @F213@ FAM +1 HUSB @I344@ +1 WIFE @I331@ +1 MARR +2 DATE 11 DEC 1743 +2 PLAC Christiansborg +1 CHIL @I1637@ +1 CHIL @I1638@ +1 CHIL @I1639@ +1 CHIL @I764@ +1 CHIL @I1640@ +<< +[0164] FAM rkey: F214 offs: 0x00003ba7 lens: 0x00000039 +0x00004ba7-0x00004bdf: +>>0 @F214@ FAM +1 HUSB @I2142@ +1 WIFE @I2143@ +1 CHIL @I332@ +<< +[0165] FAM rkey: F215 offs: 0x00003be0 lens: 0x00000029 +0x00004be0-0x00004c08: +>>0 @F215@ FAM +1 HUSB @I337@ +1 WIFE @I763@ +<< +[0166] FAM rkey: F216 offs: 0x00003c09 lens: 0x0000007e +0x00004c09-0x00004c86: +>>0 @F216@ FAM +1 HUSB @I764@ +1 WIFE @I340@ +1 DIV Y +1 MARR +2 DATE 8 NOV 1766 +2 PLAC Christiansborg +1 CHIL @I1617@ +1 CHIL @I1653@ +<< +[0167] FAM rkey: F217 offs: 0x00003c87 lens: 0x0000008f +0x00004c87-0x00004d15: +>>0 @F217@ FAM +1 HUSB @I758@ +1 WIFE @I736@ +1 CHIL @I341@ +1 CHIL @I2123@ +1 CHIL @I2124@ +1 CHIL @I2125@ +1 CHIL @I2126@ +1 CHIL @I770@ +1 CHIL @I771@ +<< +[0168] FAM rkey: F218 offs: 0x00003d16 lens: 0x00000039 +0x00004d16-0x00004d4e: +>>0 @F218@ FAM +1 HUSB @I2140@ +1 WIFE @I2141@ +1 CHIL @I342@ +<< +[0169] FAM rkey: F219 offs: 0x00003d4f lens: 0x00000113 +0x00004d4f-0x00004e61: +>>0 @F219@ FAM +1 HUSB @I761@ +1 WIFE @I343@ +1 MARR +2 DATE 28 NOV 1706 +2 PLAC Berlin +1 CHIL @I1160@ +1 CHIL @I1161@ +1 CHIL @I1162@ +1 CHIL @I1163@ +1 CHIL @I1164@ +1 CHIL @I1165@ +1 CHIL @I1166@ +1 CHIL @I1167@ +1 CHIL @I1168@ +1 CHIL @I568@ +1 CHIL @I1169@ +1 CHIL @I1170@ +1 CHIL @I1171@ +<< +[0170] FAM rkey: F220 offs: 0x00003e62 lens: 0x00000061 +0x00004e62-0x00004ec2: +>>0 @F220@ FAM +1 HUSB @I1620@ +1 WIFE @I1621@ +1 MARR +2 DATE 7 AUG 1721 +1 CHIL @I344@ +1 CHIL @I2850@ +<< +[0171] FAM rkey: F221 offs: 0x00003ec3 lens: 0x0000006f +0x00004ec3-0x00004f31: +>>0 @F221@ FAM +1 HUSB @I344@ +1 WIFE @I1619@ +1 MARR +2 DATE 8 JUL 1752 +2 PLAC Frederiksborg,Denmark +1 CHIL @I1643@ +<< +[0172] FAM rkey: F222 offs: 0x00003f32 lens: 0x00000048 +0x00004f32-0x00004f79: +>>0 @F222@ FAM +1 HUSB @I1641@ +1 WIFE @I1640@ +1 CHIL @I1618@ +1 CHIL @I346@ +<< +[0173] FAM rkey: F223 offs: 0x00003f7a lens: 0x00000037 +0x00004f7a-0x00004fb0: +>>0 @F223@ FAM +1 HUSB @I351@ +1 WIFE @I352@ +1 CHIL @I348@ +<< +[0174] FAM rkey: F224 offs: 0x00003fb1 lens: 0x0000004c +0x00004fb1-0x00004ffc: +>>0 @F224@ FAM +1 HUSB @I2911@ +1 WIFE @I2912@ +1 MARR +2 DATE 1777 +1 CHIL @I349@ +<< +[0175] FAM rkey: F225 offs: 0x00003ffd lens: 0x00000037 +0x00004ffd-0x00005033: +>>0 @F225@ FAM +1 HUSB @I355@ +1 WIFE @I356@ +1 CHIL @I354@ +<< +[0176] FAM rkey: F226 offs: 0x00004034 lens: 0x0000002a +0x00005034-0x0000505d: +>>0 @F226@ FAM +1 HUSB @I2622@ +1 CHIL @I358@ +<< +[0177] FAM rkey: F227 offs: 0x0000405e lens: 0x0000002a +0x0000505e-0x00005087: +>>0 @F227@ FAM +1 HUSB @I1914@ +1 CHIL @I361@ +<< +[0178] FAM rkey: F228 offs: 0x00004088 lens: 0x00000055 +0x00005088-0x000050dc: +>>0 @F228@ FAM +1 HUSB @I396@ +1 WIFE @I397@ +1 CHIL @I1733@ +1 CHIL @I366@ +1 CHIL @I1734@ +<< +[0179] FAM rkey: F229 offs: 0x000040dd lens: 0x00000055 +0x000050dd-0x00005131: +>>0 @F229@ FAM +1 HUSB @I384@ +1 WIFE @I385@ +1 CHIL @I367@ +1 CHIL @I1713@ +1 CHIL @I1714@ +<< +[0180] FAM rkey: F230 offs: 0x00004132 lens: 0x00000037 +0x00005132-0x00005168: +>>0 @F230@ FAM +1 HUSB @I370@ +1 WIFE @I371@ +1 CHIL @I368@ +<< +[0181] FAM rkey: F231 offs: 0x00004169 lens: 0x00000037 +0x00005169-0x0000519f: +>>0 @F231@ FAM +1 HUSB @I390@ +1 WIFE @I391@ +1 CHIL @I369@ +<< +[0182] FAM rkey: F232 offs: 0x000041a0 lens: 0x00000037 +0x000051a0-0x000051d6: +>>0 @F232@ FAM +1 HUSB @I378@ +1 WIFE @I379@ +1 CHIL @I370@ +<< +[0183] FAM rkey: F233 offs: 0x000041d7 lens: 0x00000037 +0x000051d7-0x0000520d: +>>0 @F233@ FAM +1 HUSB @I372@ +1 WIFE @I373@ +1 CHIL @I371@ +<< +[0184] FAM rkey: F234 offs: 0x0000420e lens: 0x00000037 +0x0000520e-0x00005244: +>>0 @F234@ FAM +1 HUSB @I376@ +1 WIFE @I377@ +1 CHIL @I372@ +<< +[0185] FAM rkey: F235 offs: 0x00004245 lens: 0x00000037 +0x00005245-0x0000527b: +>>0 @F235@ FAM +1 HUSB @I374@ +1 WIFE @I375@ +1 CHIL @I373@ +<< +[0186] FAM rkey: F236 offs: 0x0000427c lens: 0x00000037 +0x0000527c-0x000052b2: +>>0 @F236@ FAM +1 HUSB @I382@ +1 WIFE @I383@ +1 CHIL @I378@ +<< +[0187] FAM rkey: F237 offs: 0x000042b3 lens: 0x00000037 +0x000052b3-0x000052e9: +>>0 @F237@ FAM +1 HUSB @I380@ +1 WIFE @I381@ +1 CHIL @I379@ +<< +[0188] FAM rkey: F238 offs: 0x000042ea lens: 0x00000037 +0x000052ea-0x00005320: +>>0 @F238@ FAM +1 HUSB @I386@ +1 WIFE @I387@ +1 CHIL @I384@ +<< + +0x00005321: EOF (0x00005321) GOOD + +BLOCK - DIRECTORY af/af +0x00000000:ix_self: 0x00050005 (af/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 197 +0x0000000e:ix_rkey[0000]: ' F239' +0x00000016:ix_rkey[0001]: ' F240' +0x0000001e:ix_rkey[0002]: ' F241' +0x00000026:ix_rkey[0003]: ' F242' +0x0000002e:ix_rkey[0004]: ' F243' +0x00000036:ix_rkey[0005]: ' F244' +0x0000003e:ix_rkey[0006]: ' F245' +0x00000046:ix_rkey[0007]: ' F246' +0x0000004e:ix_rkey[0008]: ' F247' +0x00000056:ix_rkey[0009]: ' F248' +0x0000005e:ix_rkey[0010]: ' F249' +0x00000066:ix_rkey[0011]: ' F250' +0x0000006e:ix_rkey[0012]: ' F251' +0x00000076:ix_rkey[0013]: ' F252' +0x0000007e:ix_rkey[0014]: ' F253' +0x00000086:ix_rkey[0015]: ' F254' +0x0000008e:ix_rkey[0016]: ' F255' +0x00000096:ix_rkey[0017]: ' F256' +0x0000009e:ix_rkey[0018]: ' F257' +0x000000a6:ix_rkey[0019]: ' F258' +0x000000ae:ix_rkey[0020]: ' F259' +0x000000b6:ix_rkey[0021]: ' F260' +0x000000be:ix_rkey[0022]: ' F261' +0x000000c6:ix_rkey[0023]: ' F262' +0x000000ce:ix_rkey[0024]: ' F263' +0x000000d6:ix_rkey[0025]: ' F264' +0x000000de:ix_rkey[0026]: ' F265' +0x000000e6:ix_rkey[0027]: ' F266' +0x000000ee:ix_rkey[0028]: ' F267' +0x000000f6:ix_rkey[0029]: ' F268' +0x000000fe:ix_rkey[0030]: ' F269' +0x00000106:ix_rkey[0031]: ' F270' +0x0000010e:ix_rkey[0032]: ' F271' +0x00000116:ix_rkey[0033]: ' F272' +0x0000011e:ix_rkey[0034]: ' F273' +0x00000126:ix_rkey[0035]: ' F274' +0x0000012e:ix_rkey[0036]: ' F275' +0x00000136:ix_rkey[0037]: ' F276' +0x0000013e:ix_rkey[0038]: ' F277' +0x00000146:ix_rkey[0039]: ' F278' +0x0000014e:ix_rkey[0040]: ' F279' +0x00000156:ix_rkey[0041]: ' F280' +0x0000015e:ix_rkey[0042]: ' F281' +0x00000166:ix_rkey[0043]: ' F282' +0x0000016e:ix_rkey[0044]: ' F283' +0x00000176:ix_rkey[0045]: ' F284' +0x0000017e:ix_rkey[0046]: ' F285' +0x00000186:ix_rkey[0047]: ' F286' +0x0000018e:ix_rkey[0048]: ' F287' +0x00000196:ix_rkey[0049]: ' F288' +0x0000019e:ix_rkey[0050]: ' F289' +0x000001a6:ix_rkey[0051]: ' F290' +0x000001ae:ix_rkey[0052]: ' F291' +0x000001b6:ix_rkey[0053]: ' F292' +0x000001be:ix_rkey[0054]: ' F293' +0x000001c6:ix_rkey[0055]: ' F294' +0x000001ce:ix_rkey[0056]: ' F295' +0x000001d6:ix_rkey[0057]: ' F296' +0x000001de:ix_rkey[0058]: ' F297' +0x000001e6:ix_rkey[0059]: ' F298' +0x000001ee:ix_rkey[0060]: ' F299' +0x000001f6:ix_rkey[0061]: ' F300' +0x000001fe:ix_rkey[0062]: ' F301' +0x00000206:ix_rkey[0063]: ' F302' +0x0000020e:ix_rkey[0064]: ' F303' +0x00000216:ix_rkey[0065]: ' F304' +0x0000021e:ix_rkey[0066]: ' F305' +0x00000226:ix_rkey[0067]: ' F306' +0x0000022e:ix_rkey[0068]: ' F307' +0x00000236:ix_rkey[0069]: ' F308' +0x0000023e:ix_rkey[0070]: ' F309' +0x00000246:ix_rkey[0071]: ' F310' +0x0000024e:ix_rkey[0072]: ' F311' +0x00000256:ix_rkey[0073]: ' F312' +0x0000025e:ix_rkey[0074]: ' F313' +0x00000266:ix_rkey[0075]: ' F314' +0x0000026e:ix_rkey[0076]: ' F315' +0x00000276:ix_rkey[0077]: ' F316' +0x0000027e:ix_rkey[0078]: ' F317' +0x00000286:ix_rkey[0079]: ' F318' +0x0000028e:ix_rkey[0080]: ' F319' +0x00000296:ix_rkey[0081]: ' F320' +0x0000029e:ix_rkey[0082]: ' F321' +0x000002a6:ix_rkey[0083]: ' F322' +0x000002ae:ix_rkey[0084]: ' F323' +0x000002b6:ix_rkey[0085]: ' F324' +0x000002be:ix_rkey[0086]: ' F325' +0x000002c6:ix_rkey[0087]: ' F326' +0x000002ce:ix_rkey[0088]: ' F327' +0x000002d6:ix_rkey[0089]: ' F328' +0x000002de:ix_rkey[0090]: ' F329' +0x000002e6:ix_rkey[0091]: ' F330' +0x000002ee:ix_rkey[0092]: ' F331' +0x000002f6:ix_rkey[0093]: ' F332' +0x000002fe:ix_rkey[0094]: ' F333' +0x00000306:ix_rkey[0095]: ' F334' +0x0000030e:ix_rkey[0096]: ' F335' +0x00000316:ix_rkey[0097]: ' F336' +0x0000031e:ix_rkey[0098]: ' F337' +0x00000326:ix_rkey[0099]: ' F338' +0x0000032e:ix_rkey[0100]: ' F339' +0x00000336:ix_rkey[0101]: ' F340' +0x0000033e:ix_rkey[0102]: ' F341' +0x00000346:ix_rkey[0103]: ' F342' +0x0000034e:ix_rkey[0104]: ' F343' +0x00000356:ix_rkey[0105]: ' F344' +0x0000035e:ix_rkey[0106]: ' F345' +0x00000366:ix_rkey[0107]: ' F346' +0x0000036e:ix_rkey[0108]: ' F347' +0x00000376:ix_rkey[0109]: ' F348' +0x0000037e:ix_rkey[0110]: ' F349' +0x00000386:ix_rkey[0111]: ' F350' +0x0000038e:ix_rkey[0112]: ' F351' +0x00000396:ix_rkey[0113]: ' F352' +0x0000039e:ix_rkey[0114]: ' F353' +0x000003a6:ix_rkey[0115]: ' F354' +0x000003ae:ix_rkey[0116]: ' F355' +0x000003b6:ix_rkey[0117]: ' F356' +0x000003be:ix_rkey[0118]: ' F357' +0x000003c6:ix_rkey[0119]: ' F358' +0x000003ce:ix_rkey[0120]: ' F359' +0x000003d6:ix_rkey[0121]: ' F360' +0x000003de:ix_rkey[0122]: ' F361' +0x000003e6:ix_rkey[0123]: ' F362' +0x000003ee:ix_rkey[0124]: ' F363' +0x000003f6:ix_rkey[0125]: ' F364' +0x000003fe:ix_rkey[0126]: ' F365' +0x00000406:ix_rkey[0127]: ' F366' +0x0000040e:ix_rkey[0128]: ' F367' +0x00000416:ix_rkey[0129]: ' F368' +0x0000041e:ix_rkey[0130]: ' F369' +0x00000426:ix_rkey[0131]: ' F370' +0x0000042e:ix_rkey[0132]: ' F371' +0x00000436:ix_rkey[0133]: ' F372' +0x0000043e:ix_rkey[0134]: ' F373' +0x00000446:ix_rkey[0135]: ' F374' +0x0000044e:ix_rkey[0136]: ' F375' +0x00000456:ix_rkey[0137]: ' F376' +0x0000045e:ix_rkey[0138]: ' F377' +0x00000466:ix_rkey[0139]: ' F378' +0x0000046e:ix_rkey[0140]: ' F379' +0x00000476:ix_rkey[0141]: ' F380' +0x0000047e:ix_rkey[0142]: ' F381' +0x00000486:ix_rkey[0143]: ' F382' +0x0000048e:ix_rkey[0144]: ' F383' +0x00000496:ix_rkey[0145]: ' F384' +0x0000049e:ix_rkey[0146]: ' F385' +0x000004a6:ix_rkey[0147]: ' F386' +0x000004ae:ix_rkey[0148]: ' F387' +0x000004b6:ix_rkey[0149]: ' F388' +0x000004be:ix_rkey[0150]: ' F389' +0x000004c6:ix_rkey[0151]: ' F390' +0x000004ce:ix_rkey[0152]: ' F391' +0x000004d6:ix_rkey[0153]: ' F392' +0x000004de:ix_rkey[0154]: ' F393' +0x000004e6:ix_rkey[0155]: ' F394' +0x000004ee:ix_rkey[0156]: ' F395' +0x000004f6:ix_rkey[0157]: ' F396' +0x000004fe:ix_rkey[0158]: ' F397' +0x00000506:ix_rkey[0159]: ' F398' +0x0000050e:ix_rkey[0160]: ' F399' +0x00000516:ix_rkey[0161]: ' F400' +0x0000051e:ix_rkey[0162]: ' F401' +0x00000526:ix_rkey[0163]: ' F402' +0x0000052e:ix_rkey[0164]: ' F403' +0x00000536:ix_rkey[0165]: ' F404' +0x0000053e:ix_rkey[0166]: ' F405' +0x00000546:ix_rkey[0167]: ' F406' +0x0000054e:ix_rkey[0168]: ' F407' +0x00000556:ix_rkey[0169]: ' F408' +0x0000055e:ix_rkey[0170]: ' F409' +0x00000566:ix_rkey[0171]: ' F410' +0x0000056e:ix_rkey[0172]: ' F411' +0x00000576:ix_rkey[0173]: ' F412' +0x0000057e:ix_rkey[0174]: ' F413' +0x00000586:ix_rkey[0175]: ' F414' +0x0000058e:ix_rkey[0176]: ' F415' +0x00000596:ix_rkey[0177]: ' F416' +0x0000059e:ix_rkey[0178]: ' F417' +0x000005a6:ix_rkey[0179]: ' F418' +0x000005ae:ix_rkey[0180]: ' F419' +0x000005b6:ix_rkey[0181]: ' F420' +0x000005be:ix_rkey[0182]: ' F421' +0x000005c6:ix_rkey[0183]: ' F422' +0x000005ce:ix_rkey[0184]: ' F423' +0x000005d6:ix_rkey[0185]: ' F424' +0x000005de:ix_rkey[0186]: ' F425' +0x000005e6:ix_rkey[0187]: ' F426' +0x000005ee:ix_rkey[0188]: ' F427' +0x000005f6:ix_rkey[0189]: ' F428' +0x000005fe:ix_rkey[0190]: ' F429' +0x00000606:ix_rkey[0191]: ' F430' +0x0000060e:ix_rkey[0192]: ' F431' +0x00000616:ix_rkey[0193]: ' F432' +0x0000061e:ix_rkey[0194]: ' F433' +0x00000626:ix_rkey[0195]: ' F434' +0x0000062e:ix_rkey[0196]: ' F435' + +deleted/unused entries +0x00000636-0x00000805:ix_rkey[0197-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000037 +0x0000080c:ix_offs[0001]: 0x00000037 0x00000c08:ix_lens[0001]: 0x00000037 +0x00000810:ix_offs[0002]: 0x0000006e 0x00000c0c:ix_lens[0002]: 0x00000037 +0x00000814:ix_offs[0003]: 0x000000a5 0x00000c10:ix_lens[0003]: 0x00000037 +0x00000818:ix_offs[0004]: 0x000000dc 0x00000c14:ix_lens[0004]: 0x00000037 +0x0000081c:ix_offs[0005]: 0x00000113 0x00000c18:ix_lens[0005]: 0x00000037 +0x00000820:ix_offs[0006]: 0x0000014a 0x00000c1c:ix_lens[0006]: 0x00000037 +0x00000824:ix_offs[0007]: 0x00000181 0x00000c20:ix_lens[0007]: 0x00000037 +0x00000828:ix_offs[0008]: 0x000001b8 0x00000c24:ix_lens[0008]: 0x00000037 +0x0000082c:ix_offs[0009]: 0x000001ef 0x00000c28:ix_lens[0009]: 0x00000037 +0x00000830:ix_offs[0010]: 0x00000226 0x00000c2c:ix_lens[0010]: 0x00000037 +0x00000834:ix_offs[0011]: 0x0000025d 0x00000c30:ix_lens[0011]: 0x00000037 +0x00000838:ix_offs[0012]: 0x00000294 0x00000c34:ix_lens[0012]: 0x00000037 +0x0000083c:ix_offs[0013]: 0x000002cb 0x00000c38:ix_lens[0013]: 0x00000037 +0x00000840:ix_offs[0014]: 0x00000302 0x00000c3c:ix_lens[0014]: 0x00000039 +0x00000844:ix_offs[0015]: 0x0000033b 0x00000c40:ix_lens[0015]: 0x00000037 +0x00000848:ix_offs[0016]: 0x00000372 0x00000c44:ix_lens[0016]: 0x00000037 +0x0000084c:ix_offs[0017]: 0x000003a9 0x00000c48:ix_lens[0017]: 0x00000037 +0x00000850:ix_offs[0018]: 0x000003e0 0x00000c4c:ix_lens[0018]: 0x0000002a +0x00000854:ix_offs[0019]: 0x0000040a 0x00000c50:ix_lens[0019]: 0x00000068 +0x00000858:ix_offs[0020]: 0x00000472 0x00000c54:ix_lens[0020]: 0x0000002a +0x0000085c:ix_offs[0021]: 0x0000049c 0x00000c58:ix_lens[0021]: 0x00000029 +0x00000860:ix_offs[0022]: 0x000004c5 0x00000c5c:ix_lens[0022]: 0x0000003d +0x00000864:ix_offs[0023]: 0x00000502 0x00000c60:ix_lens[0023]: 0x00000048 +0x00000868:ix_offs[0024]: 0x0000054a 0x00000c64:ix_lens[0024]: 0x00000038 +0x0000086c:ix_offs[0025]: 0x00000582 0x00000c68:ix_lens[0025]: 0x0000003c +0x00000870:ix_offs[0026]: 0x000005be 0x00000c6c:ix_lens[0026]: 0x00000078 +0x00000874:ix_offs[0027]: 0x00000636 0x00000c70:ix_lens[0027]: 0x0000003c +0x00000878:ix_offs[0028]: 0x00000672 0x00000c74:ix_lens[0028]: 0x0000003c +0x0000087c:ix_offs[0029]: 0x000006ae 0x00000c78:ix_lens[0029]: 0x00000045 +0x00000880:ix_offs[0030]: 0x000006f3 0x00000c7c:ix_lens[0030]: 0x00000029 +0x00000884:ix_offs[0031]: 0x0000071c 0x00000c80:ix_lens[0031]: 0x0000002a +0x00000888:ix_offs[0032]: 0x00000746 0x00000c84:ix_lens[0032]: 0x0000007d +0x0000088c:ix_offs[0033]: 0x000007c3 0x00000c88:ix_lens[0033]: 0x00000029 +0x00000890:ix_offs[0034]: 0x000007ec 0x00000c8c:ix_lens[0034]: 0x00000029 +0x00000894:ix_offs[0035]: 0x00000815 0x00000c90:ix_lens[0035]: 0x00000029 +0x00000898:ix_offs[0036]: 0x0000083e 0x00000c94:ix_lens[0036]: 0x00000029 +0x0000089c:ix_offs[0037]: 0x00000867 0x00000c98:ix_lens[0037]: 0x00000029 +0x000008a0:ix_offs[0038]: 0x00000890 0x00000c9c:ix_lens[0038]: 0x00000095 +0x000008a4:ix_offs[0039]: 0x00000925 0x00000ca0:ix_lens[0039]: 0x00000029 +0x000008a8:ix_offs[0040]: 0x0000094e 0x00000ca4:ix_lens[0040]: 0x00000045 +0x000008ac:ix_offs[0041]: 0x00000993 0x00000ca8:ix_lens[0041]: 0x00000045 +0x000008b0:ix_offs[0042]: 0x000009d8 0x00000cac:ix_lens[0042]: 0x00000087 +0x000008b4:ix_offs[0043]: 0x00000a5f 0x00000cb0:ix_lens[0043]: 0x0000003d +0x000008b8:ix_offs[0044]: 0x00000a9c 0x00000cb4:ix_lens[0044]: 0x0000004c +0x000008bc:ix_offs[0045]: 0x00000ae8 0x00000cb8:ix_lens[0045]: 0x00000066 +0x000008c0:ix_offs[0046]: 0x00000b4e 0x00000cbc:ix_lens[0046]: 0x00000053 +0x000008c4:ix_offs[0047]: 0x00000ba1 0x00000cc0:ix_lens[0047]: 0x00000064 +0x000008c8:ix_offs[0048]: 0x00000c05 0x00000cc4:ix_lens[0048]: 0x00000068 +0x000008cc:ix_offs[0049]: 0x00000c6d 0x00000cc8:ix_lens[0049]: 0x00000060 +0x000008d0:ix_offs[0050]: 0x00000ccd 0x00000ccc:ix_lens[0050]: 0x00000048 +0x000008d4:ix_offs[0051]: 0x00000d15 0x00000cd0:ix_lens[0051]: 0x00000086 +0x000008d8:ix_offs[0052]: 0x00000d9b 0x00000cd4:ix_lens[0052]: 0x00000045 +0x000008dc:ix_offs[0053]: 0x00000de0 0x00000cd8:ix_lens[0053]: 0x00000054 +0x000008e0:ix_offs[0054]: 0x00000e34 0x00000cdc:ix_lens[0054]: 0x00000044 +0x000008e4:ix_offs[0055]: 0x00000e78 0x00000ce0:ix_lens[0055]: 0x00000043 +0x000008e8:ix_offs[0056]: 0x00000ebb 0x00000ce4:ix_lens[0056]: 0x00000062 +0x000008ec:ix_offs[0057]: 0x00000f1d 0x00000ce8:ix_lens[0057]: 0x00000044 +0x000008f0:ix_offs[0058]: 0x00000f61 0x00000cec:ix_lens[0058]: 0x00000066 +0x000008f4:ix_offs[0059]: 0x00000fc7 0x00000cf0:ix_lens[0059]: 0x00000076 +0x000008f8:ix_offs[0060]: 0x0000103d 0x00000cf4:ix_lens[0060]: 0x0000007e +0x000008fc:ix_offs[0061]: 0x000010bb 0x00000cf8:ix_lens[0061]: 0x0000002a +0x00000900:ix_offs[0062]: 0x000010e5 0x00000cfc:ix_lens[0062]: 0x0000008c +0x00000904:ix_offs[0063]: 0x00001171 0x00000d00:ix_lens[0063]: 0x0000007a +0x00000908:ix_offs[0064]: 0x000011eb 0x00000d04:ix_lens[0064]: 0x00000045 +0x0000090c:ix_offs[0065]: 0x00001230 0x00000d08:ix_lens[0065]: 0x00000069 +0x00000910:ix_offs[0066]: 0x00001299 0x00000d0c:ix_lens[0066]: 0x0000003c +0x00000914:ix_offs[0067]: 0x000012d5 0x00000d10:ix_lens[0067]: 0x0000002a +0x00000918:ix_offs[0068]: 0x000012ff 0x00000d14:ix_lens[0068]: 0x0000004c +0x0000091c:ix_offs[0069]: 0x0000134b 0x00000d18:ix_lens[0069]: 0x0000003d +0x00000920:ix_offs[0070]: 0x00001388 0x00000d1c:ix_lens[0070]: 0x0000005b +0x00000924:ix_offs[0071]: 0x000013e3 0x00000d20:ix_lens[0071]: 0x0000009e +0x00000928:ix_offs[0072]: 0x00001481 0x00000d24:ix_lens[0072]: 0x000000a2 +0x0000092c:ix_offs[0073]: 0x00001523 0x00000d28:ix_lens[0073]: 0x00000087 +0x00000930:ix_offs[0074]: 0x000015aa 0x00000d2c:ix_lens[0074]: 0x00000039 +0x00000934:ix_offs[0075]: 0x000015e3 0x00000d30:ix_lens[0075]: 0x00000037 +0x00000938:ix_offs[0076]: 0x0000161a 0x00000d34:ix_lens[0076]: 0x0000003c +0x0000093c:ix_offs[0077]: 0x00001656 0x00000d38:ix_lens[0077]: 0x0000004a +0x00000940:ix_offs[0078]: 0x000016a0 0x00000d3c:ix_lens[0078]: 0x00000058 +0x00000944:ix_offs[0079]: 0x000016f8 0x00000d40:ix_lens[0079]: 0x0000003c +0x00000948:ix_offs[0080]: 0x00001734 0x00000d44:ix_lens[0080]: 0x00000029 +0x0000094c:ix_offs[0081]: 0x0000175d 0x00000d48:ix_lens[0081]: 0x0000002a +0x00000950:ix_offs[0082]: 0x00001787 0x00000d4c:ix_lens[0082]: 0x0000003c +0x00000954:ix_offs[0083]: 0x000017c3 0x00000d50:ix_lens[0083]: 0x0000003d +0x00000958:ix_offs[0084]: 0x00001800 0x00000d54:ix_lens[0084]: 0x0000002a +0x0000095c:ix_offs[0085]: 0x0000182a 0x00000d58:ix_lens[0085]: 0x000000ca +0x00000960:ix_offs[0086]: 0x000018f4 0x00000d5c:ix_lens[0086]: 0x0000003d +0x00000964:ix_offs[0087]: 0x00001931 0x00000d60:ix_lens[0087]: 0x0000003d +0x00000968:ix_offs[0088]: 0x0000196e 0x00000d64:ix_lens[0088]: 0x0000003d +0x0000096c:ix_offs[0089]: 0x000019ab 0x00000d68:ix_lens[0089]: 0x0000003d +0x00000970:ix_offs[0090]: 0x000019e8 0x00000d6c:ix_lens[0090]: 0x00000037 +0x00000974:ix_offs[0091]: 0x00001a1f 0x00000d70:ix_lens[0091]: 0x00000037 +0x00000978:ix_offs[0092]: 0x00001a56 0x00000d74:ix_lens[0092]: 0x00000050 +0x0000097c:ix_offs[0093]: 0x00001aa6 0x00000d78:ix_lens[0093]: 0x0000002a +0x00000980:ix_offs[0094]: 0x00001ad0 0x00000d7c:ix_lens[0094]: 0x00000045 +0x00000984:ix_offs[0095]: 0x00001b15 0x00000d80:ix_lens[0095]: 0x00000054 +0x00000988:ix_offs[0096]: 0x00001b69 0x00000d84:ix_lens[0096]: 0x0000003d +0x0000098c:ix_offs[0097]: 0x00001ba6 0x00000d88:ix_lens[0097]: 0x00000078 +0x00000990:ix_offs[0098]: 0x00001c1e 0x00000d8c:ix_lens[0098]: 0x0000004c +0x00000994:ix_offs[0099]: 0x00001c6a 0x00000d90:ix_lens[0099]: 0x00000045 +0x00000998:ix_offs[0100]: 0x00001caf 0x00000d94:ix_lens[0100]: 0x0000009e +0x0000099c:ix_offs[0101]: 0x00001d4d 0x00000d98:ix_lens[0101]: 0x00000031 +0x000009a0:ix_offs[0102]: 0x00001d7e 0x00000d9c:ix_lens[0102]: 0x00000045 +0x000009a4:ix_offs[0103]: 0x00001dc3 0x00000da0:ix_lens[0103]: 0x0000006f +0x000009a8:ix_offs[0104]: 0x00001e32 0x00000da4:ix_lens[0104]: 0x00000029 +0x000009ac:ix_offs[0105]: 0x00001e5b 0x00000da8:ix_lens[0105]: 0x0000008a +0x000009b0:ix_offs[0106]: 0x00001ee5 0x00000dac:ix_lens[0106]: 0x00000060 +0x000009b4:ix_offs[0107]: 0x00001f45 0x00000db0:ix_lens[0107]: 0x00000037 +0x000009b8:ix_offs[0108]: 0x00001f7c 0x00000db4:ix_lens[0108]: 0x00000038 +0x000009bc:ix_offs[0109]: 0x00001fb4 0x00000db8:ix_lens[0109]: 0x00000061 +0x000009c0:ix_offs[0110]: 0x00002015 0x00000dbc:ix_lens[0110]: 0x0000006f +0x000009c4:ix_offs[0111]: 0x00002084 0x00000dc0:ix_lens[0111]: 0x00000092 +0x000009c8:ix_offs[0112]: 0x00002116 0x00000dc4:ix_lens[0112]: 0x00000029 +0x000009cc:ix_offs[0113]: 0x0000213f 0x00000dc8:ix_lens[0113]: 0x00000029 +0x000009d0:ix_offs[0114]: 0x00002168 0x00000dcc:ix_lens[0114]: 0x00000055 +0x000009d4:ix_offs[0115]: 0x000021bd 0x00000dd0:ix_lens[0115]: 0x0000005a +0x000009d8:ix_offs[0116]: 0x00002217 0x00000dd4:ix_lens[0116]: 0x00000029 +0x000009dc:ix_offs[0117]: 0x00002240 0x00000dd8:ix_lens[0117]: 0x00000037 +0x000009e0:ix_offs[0118]: 0x00002277 0x00000ddc:ix_lens[0118]: 0x00000037 +0x000009e4:ix_offs[0119]: 0x000022ae 0x00000de0:ix_lens[0119]: 0x00000037 +0x000009e8:ix_offs[0120]: 0x000022e5 0x00000de4:ix_lens[0120]: 0x00000037 +0x000009ec:ix_offs[0121]: 0x0000231c 0x00000de8:ix_lens[0121]: 0x00000063 +0x000009f0:ix_offs[0122]: 0x0000237f 0x00000dec:ix_lens[0122]: 0x0000005e +0x000009f4:ix_offs[0123]: 0x000023dd 0x00000df0:ix_lens[0123]: 0x0000002a +0x000009f8:ix_offs[0124]: 0x00002407 0x00000df4:ix_lens[0124]: 0x00000039 +0x000009fc:ix_offs[0125]: 0x00002440 0x00000df8:ix_lens[0125]: 0x00000045 +0x00000a00:ix_offs[0126]: 0x00002485 0x00000dfc:ix_lens[0126]: 0x0000003d +0x00000a04:ix_offs[0127]: 0x000024c2 0x00000e00:ix_lens[0127]: 0x0000003d +0x00000a08:ix_offs[0128]: 0x000024ff 0x00000e04:ix_lens[0128]: 0x0000003d +0x00000a0c:ix_offs[0129]: 0x0000253c 0x00000e08:ix_lens[0129]: 0x00000037 +0x00000a10:ix_offs[0130]: 0x00002573 0x00000e0c:ix_lens[0130]: 0x0000002a +0x00000a14:ix_offs[0131]: 0x0000259d 0x00000e10:ix_lens[0131]: 0x00000067 +0x00000a18:ix_offs[0132]: 0x00002604 0x00000e14:ix_lens[0132]: 0x00000087 +0x00000a1c:ix_offs[0133]: 0x0000268b 0x00000e18:ix_lens[0133]: 0x00000086 +0x00000a20:ix_offs[0134]: 0x00002711 0x00000e1c:ix_lens[0134]: 0x0000007f +0x00000a24:ix_offs[0135]: 0x00002790 0x00000e20:ix_lens[0135]: 0x0000005c +0x00000a28:ix_offs[0136]: 0x000027ec 0x00000e24:ix_lens[0136]: 0x00000089 +0x00000a2c:ix_offs[0137]: 0x00002875 0x00000e28:ix_lens[0137]: 0x0000004c +0x00000a30:ix_offs[0138]: 0x000028c1 0x00000e2c:ix_lens[0138]: 0x00000059 +0x00000a34:ix_offs[0139]: 0x0000291a 0x00000e30:ix_lens[0139]: 0x0000004c +0x00000a38:ix_offs[0140]: 0x00002966 0x00000e34:ix_lens[0140]: 0x0000007c +0x00000a3c:ix_offs[0141]: 0x000029e2 0x00000e38:ix_lens[0141]: 0x00000045 +0x00000a40:ix_offs[0142]: 0x00002a27 0x00000e3c:ix_lens[0142]: 0x00000037 +0x00000a44:ix_offs[0143]: 0x00002a5e 0x00000e40:ix_lens[0143]: 0x00000037 +0x00000a48:ix_offs[0144]: 0x00002a95 0x00000e44:ix_lens[0144]: 0x00000058 +0x00000a4c:ix_offs[0145]: 0x00002aed 0x00000e48:ix_lens[0145]: 0x0000004a +0x00000a50:ix_offs[0146]: 0x00002b37 0x00000e4c:ix_lens[0146]: 0x00000037 +0x00000a54:ix_offs[0147]: 0x00002b6e 0x00000e50:ix_lens[0147]: 0x00000045 +0x00000a58:ix_offs[0148]: 0x00002bb3 0x00000e54:ix_lens[0148]: 0x00000037 +0x00000a5c:ix_offs[0149]: 0x00002bea 0x00000e58:ix_lens[0149]: 0x000000a4 +0x00000a60:ix_offs[0150]: 0x00002c8e 0x00000e5c:ix_lens[0150]: 0x00000037 +0x00000a64:ix_offs[0151]: 0x00002cc5 0x00000e60:ix_lens[0151]: 0x00000037 +0x00000a68:ix_offs[0152]: 0x00002cfc 0x00000e64:ix_lens[0152]: 0x00000037 +0x00000a6c:ix_offs[0153]: 0x00002d33 0x00000e68:ix_lens[0153]: 0x00000037 +0x00000a70:ix_offs[0154]: 0x00002d6a 0x00000e6c:ix_lens[0154]: 0x000000a0 +0x00000a74:ix_offs[0155]: 0x00002e0a 0x00000e70:ix_lens[0155]: 0x00000037 +0x00000a78:ix_offs[0156]: 0x00002e41 0x00000e74:ix_lens[0156]: 0x00000045 +0x00000a7c:ix_offs[0157]: 0x00002e86 0x00000e78:ix_lens[0157]: 0x00000037 +0x00000a80:ix_offs[0158]: 0x00002ebd 0x00000e7c:ix_lens[0158]: 0x00000037 +0x00000a84:ix_offs[0159]: 0x00002ef4 0x00000e80:ix_lens[0159]: 0x00000037 +0x00000a88:ix_offs[0160]: 0x00002f2b 0x00000e84:ix_lens[0160]: 0x00000086 +0x00000a8c:ix_offs[0161]: 0x00002fb1 0x00000e88:ix_lens[0161]: 0x00000082 +0x00000a90:ix_offs[0162]: 0x00003033 0x00000e8c:ix_lens[0162]: 0x0000005f +0x00000a94:ix_offs[0163]: 0x00003092 0x00000e90:ix_lens[0163]: 0x0000006d +0x00000a98:ix_offs[0164]: 0x000030ff 0x00000e94:ix_lens[0164]: 0x0000004c +0x00000a9c:ix_offs[0165]: 0x0000314b 0x00000e98:ix_lens[0165]: 0x0000009a +0x00000aa0:ix_offs[0166]: 0x000031e5 0x00000e9c:ix_lens[0166]: 0x0000008e +0x00000aa4:ix_offs[0167]: 0x00003273 0x00000ea0:ix_lens[0167]: 0x00000037 +0x00000aa8:ix_offs[0168]: 0x000032aa 0x00000ea4:ix_lens[0168]: 0x00000037 +0x00000aac:ix_offs[0169]: 0x000032e1 0x00000ea8:ix_lens[0169]: 0x00000037 +0x00000ab0:ix_offs[0170]: 0x00003318 0x00000eac:ix_lens[0170]: 0x00000037 +0x00000ab4:ix_offs[0171]: 0x0000334f 0x00000eb0:ix_lens[0171]: 0x00000037 +0x00000ab8:ix_offs[0172]: 0x00003386 0x00000eb4:ix_lens[0172]: 0x00000037 +0x00000abc:ix_offs[0173]: 0x000033bd 0x00000eb8:ix_lens[0173]: 0x00000037 +0x00000ac0:ix_offs[0174]: 0x000033f4 0x00000ebc:ix_lens[0174]: 0x00000037 +0x00000ac4:ix_offs[0175]: 0x0000342b 0x00000ec0:ix_lens[0175]: 0x00000037 +0x00000ac8:ix_offs[0176]: 0x00003462 0x00000ec4:ix_lens[0176]: 0x0000004c +0x00000acc:ix_offs[0177]: 0x000034ae 0x00000ec8:ix_lens[0177]: 0x0000003d +0x00000ad0:ix_offs[0178]: 0x000034eb 0x00000ecc:ix_lens[0178]: 0x00000037 +0x00000ad4:ix_offs[0179]: 0x00003522 0x00000ed0:ix_lens[0179]: 0x00000067 +0x00000ad8:ix_offs[0180]: 0x00003589 0x00000ed4:ix_lens[0180]: 0x00000066 +0x00000adc:ix_offs[0181]: 0x000035ef 0x00000ed8:ix_lens[0181]: 0x00000064 +0x00000ae0:ix_offs[0182]: 0x00003653 0x00000edc:ix_lens[0182]: 0x00000084 +0x00000ae4:ix_offs[0183]: 0x000036d7 0x00000ee0:ix_lens[0183]: 0x0000005b +0x00000ae8:ix_offs[0184]: 0x00003732 0x00000ee4:ix_lens[0184]: 0x000000a0 +0x00000aec:ix_offs[0185]: 0x000037d2 0x00000ee8:ix_lens[0185]: 0x00000111 +0x00000af0:ix_offs[0186]: 0x000038e3 0x00000eec:ix_lens[0186]: 0x000000c0 +0x00000af4:ix_offs[0187]: 0x000039a3 0x00000ef0:ix_lens[0187]: 0x000000dc +0x00000af8:ix_offs[0188]: 0x00003a7f 0x00000ef4:ix_lens[0188]: 0x0000009f +0x00000afc:ix_offs[0189]: 0x00003b1e 0x00000ef8:ix_lens[0189]: 0x0000002a +0x00000b00:ix_offs[0190]: 0x00003b48 0x00000efc:ix_lens[0190]: 0x00000063 +0x00000b04:ix_offs[0191]: 0x00003bab 0x00000f00:ix_lens[0191]: 0x00000037 +0x00000b08:ix_offs[0192]: 0x00003be2 0x00000f04:ix_lens[0192]: 0x00000074 +0x00000b0c:ix_offs[0193]: 0x00003c56 0x00000f08:ix_lens[0193]: 0x0000002a +0x00000b10:ix_offs[0194]: 0x00003c80 0x00000f0c:ix_lens[0194]: 0x00000054 +0x00000b14:ix_offs[0195]: 0x00003cd4 0x00000f10:ix_lens[0195]: 0x0000002a +0x00000b18:ix_offs[0196]: 0x00003cfe 0x00000f14:ix_lens[0196]: 0x0000006d + +0x00000b1c-0x00000c03:ix_offs[0197-0254] default value 0x00000000 +0x00000f18-0x00000fff:ix_lens[0197-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F239 offs: 0x00000000 lens: 0x00000037 +0x00001000-0x00001036: +>>0 @F239@ FAM +1 HUSB @I388@ +1 WIFE @I389@ +1 CHIL @I385@ +<< +[0001] FAM rkey: F240 offs: 0x00000037 lens: 0x00000037 +0x00001037-0x0000106d: +>>0 @F240@ FAM +1 HUSB @I788@ +1 WIFE @I787@ +1 CHIL @I386@ +<< +[0002] FAM rkey: F241 offs: 0x0000006e lens: 0x00000037 +0x0000106e-0x000010a4: +>>0 @F241@ FAM +1 HUSB @I785@ +1 WIFE @I786@ +1 CHIL @I387@ +<< +[0003] FAM rkey: F242 offs: 0x000000a5 lens: 0x00000037 +0x000010a5-0x000010db: +>>0 @F242@ FAM +1 HUSB @I789@ +1 WIFE @I790@ +1 CHIL @I388@ +<< +[0004] FAM rkey: F243 offs: 0x000000dc lens: 0x00000037 +0x000010dc-0x00001112: +>>0 @F243@ FAM +1 HUSB @I792@ +1 WIFE @I791@ +1 CHIL @I389@ +<< +[0005] FAM rkey: F244 offs: 0x00000113 lens: 0x00000037 +0x00001113-0x00001149: +>>0 @F244@ FAM +1 HUSB @I392@ +1 WIFE @I393@ +1 CHIL @I390@ +<< +[0006] FAM rkey: F245 offs: 0x0000014a lens: 0x00000037 +0x0000114a-0x00001180: +>>0 @F245@ FAM +1 HUSB @I394@ +1 WIFE @I395@ +1 CHIL @I391@ +<< +[0007] FAM rkey: F246 offs: 0x00000181 lens: 0x00000037 +0x00001181-0x000011b7: +>>0 @F246@ FAM +1 HUSB @I793@ +1 WIFE @I794@ +1 CHIL @I392@ +<< +[0008] FAM rkey: F247 offs: 0x000001b8 lens: 0x00000037 +0x000011b8-0x000011ee: +>>0 @F247@ FAM +1 HUSB @I795@ +1 WIFE @I796@ +1 CHIL @I393@ +<< +[0009] FAM rkey: F248 offs: 0x000001ef lens: 0x00000037 +0x000011ef-0x00001225: +>>0 @F248@ FAM +1 HUSB @I797@ +1 WIFE @I798@ +1 CHIL @I394@ +<< +[0010] FAM rkey: F249 offs: 0x00000226 lens: 0x00000037 +0x00001226-0x0000125c: +>>0 @F249@ FAM +1 HUSB @I799@ +1 WIFE @I800@ +1 CHIL @I395@ +<< +[0011] FAM rkey: F250 offs: 0x0000025d lens: 0x00000037 +0x0000125d-0x00001293: +>>0 @F250@ FAM +1 HUSB @I398@ +1 WIFE @I399@ +1 CHIL @I396@ +<< +[0012] FAM rkey: F251 offs: 0x00000294 lens: 0x00000037 +0x00001294-0x000012ca: +>>0 @F251@ FAM +1 HUSB @I400@ +1 WIFE @I401@ +1 CHIL @I397@ +<< +[0013] FAM rkey: F252 offs: 0x000002cb lens: 0x00000037 +0x000012cb-0x00001301: +>>0 @F252@ FAM +1 HUSB @I781@ +1 WIFE @I782@ +1 CHIL @I398@ +<< +[0014] FAM rkey: F253 offs: 0x00000302 lens: 0x00000039 +0x00001302-0x0000133a: +>>0 @F253@ FAM +1 HUSB @I398@ +1 WIFE @I1730@ +1 CHIL @I1731@ +<< +[0015] FAM rkey: F254 offs: 0x0000033b lens: 0x00000037 +0x0000133b-0x00001371: +>>0 @F254@ FAM +1 HUSB @I779@ +1 WIFE @I780@ +1 CHIL @I399@ +<< +[0016] FAM rkey: F255 offs: 0x00000372 lens: 0x00000037 +0x00001372-0x000013a8: +>>0 @F255@ FAM +1 HUSB @I783@ +1 WIFE @I784@ +1 CHIL @I400@ +<< +[0017] FAM rkey: F256 offs: 0x000003a9 lens: 0x00000037 +0x000013a9-0x000013df: +>>0 @F256@ FAM +1 HUSB @I777@ +1 WIFE @I778@ +1 CHIL @I401@ +<< +[0018] FAM rkey: F257 offs: 0x000003e0 lens: 0x0000002a +0x000013e0-0x00001409: +>>0 @F257@ FAM +1 HUSB @I2161@ +1 CHIL @I408@ +<< +[0019] FAM rkey: F258 offs: 0x0000040a lens: 0x00000068 +0x0000140a-0x00001471: +>>0 @F258@ FAM +1 HUSB @I683@ +1 WIFE @I682@ +1 MARR +2 DATE 1879 +1 CHIL @I2634@ +1 CHIL @I2635@ +1 CHIL @I409@ +<< +[0020] FAM rkey: F259 offs: 0x00000472 lens: 0x0000002a +0x00001472-0x0000149b: +>>0 @F259@ FAM +1 HUSB @I411@ +1 WIFE @I1155@ +<< +[0021] FAM rkey: F260 offs: 0x0000049c lens: 0x00000029 +0x0000149c-0x000014c4: +>>0 @F260@ FAM +1 HUSB @I414@ +1 WIFE @I516@ +<< +[0022] FAM rkey: F261 offs: 0x000004c5 lens: 0x0000003d +0x000014c5-0x00001501: +>>0 @F261@ FAM +1 HUSB @I415@ +1 WIFE @I2653@ +1 MARR +2 DATE 1790 +<< +[0023] FAM rkey: F262 offs: 0x00000502 lens: 0x00000048 +0x00001502-0x00001549: +>>0 @F262@ FAM +1 HUSB @I2609@ +1 WIFE @I2610@ +1 CHIL @I417@ +1 CHIL @I2611@ +<< +[0024] FAM rkey: F263 offs: 0x0000054a lens: 0x00000038 +0x0000154a-0x00001581: +>>0 @F263@ FAM +1 HUSB @I417@ +1 WIFE @I514@ +1 CHIL @I1704@ +<< +[0025] FAM rkey: F264 offs: 0x00000582 lens: 0x0000003c +0x00001582-0x000015bd: +>>0 @F264@ FAM +1 HUSB @I417@ +1 WIFE @I2512@ +1 MARR +2 DATE 770 +<< +[0026] FAM rkey: F265 offs: 0x000005be lens: 0x00000078 +0x000015be-0x00001635: +>>0 @F265@ FAM +1 HUSB @I417@ +1 WIFE @I2550@ +1 MARR +2 DATE 771 +1 CHIL @I2551@ +1 CHIL @I2552@ +1 CHIL @I2553@ +1 CHIL @I2554@ +<< +[0027] FAM rkey: F266 offs: 0x00000636 lens: 0x0000003c +0x00001636-0x00001671: +>>0 @F266@ FAM +1 HUSB @I417@ +1 WIFE @I2555@ +1 MARR +2 DATE 784 +<< +[0028] FAM rkey: F267 offs: 0x00000672 lens: 0x0000003c +0x00001672-0x000016ad: +>>0 @F267@ FAM +1 HUSB @I417@ +1 WIFE @I2556@ +1 MARR +2 DATE 794 +<< +[0029] FAM rkey: F268 offs: 0x000006ae lens: 0x00000045 +0x000016ae-0x000016f2: +>>0 @F268@ FAM +1 HUSB @I418@ +1 WIFE @I1682@ +1 DIV Y +1 MARR +2 DATE 1830 +<< +[0030] FAM rkey: F269 offs: 0x000006f3 lens: 0x00000029 +0x000016f3-0x0000171b: +>>0 @F269@ FAM +1 HUSB @I418@ +1 WIFE @I513@ +<< +[0031] FAM rkey: F270 offs: 0x0000071c lens: 0x0000002a +0x0000171c-0x00001745: +>>0 @F270@ FAM +1 HUSB @I1172@ +1 WIFE @I419@ +<< +[0032] FAM rkey: F271 offs: 0x00000746 lens: 0x0000007d +0x00001746-0x000017c2: +>>0 @F271@ FAM +1 HUSB @I420@ +1 WIFE @I518@ +1 CHIL @I519@ +1 CHIL @I520@ +1 CHIL @I521@ +1 CHIL @I522@ +1 CHIL @I523@ +1 CHIL @I524@ +<< +[0033] FAM rkey: F272 offs: 0x000007c3 lens: 0x00000029 +0x000017c3-0x000017eb: +>>0 @F272@ FAM +1 HUSB @I421@ +1 WIFE @I547@ +<< +[0034] FAM rkey: F273 offs: 0x000007ec lens: 0x00000029 +0x000017ec-0x00001814: +>>0 @F273@ FAM +1 HUSB @I422@ +1 WIFE @I548@ +<< +[0035] FAM rkey: F274 offs: 0x00000815 lens: 0x00000029 +0x00001815-0x0000183d: +>>0 @F274@ FAM +1 HUSB @I423@ +1 WIFE @I549@ +<< +[0036] FAM rkey: F275 offs: 0x0000083e lens: 0x00000029 +0x0000183e-0x00001866: +>>0 @F275@ FAM +1 HUSB @I424@ +1 WIFE @I550@ +<< +[0037] FAM rkey: F276 offs: 0x00000867 lens: 0x00000029 +0x00001867-0x0000188f: +>>0 @F276@ FAM +1 HUSB @I425@ +1 WIFE @I551@ +<< +[0038] FAM rkey: F277 offs: 0x00000890 lens: 0x00000095 +0x00001890-0x00001924: +>>0 @F277@ FAM +1 HUSB @I552@ +1 WIFE @I426@ +1 MARR +2 DATE 1913 +1 CHIL @I1030@ +1 CHIL @I1031@ +1 CHIL @I470@ +1 CHIL @I1033@ +1 CHIL @I1034@ +1 CHIL @I1035@ +<< +[0039] FAM rkey: F278 offs: 0x00000925 lens: 0x00000029 +0x00001925-0x0000194d: +>>0 @F278@ FAM +1 HUSB @I429@ +1 WIFE @I428@ +<< +[0040] FAM rkey: F279 offs: 0x0000094e lens: 0x00000045 +0x0000194e-0x00001992: +>>0 @F279@ FAM +1 HUSB @I430@ +1 WIFE @I2640@ +1 DIV Y +1 MARR +2 DATE 1933 +<< +[0041] FAM rkey: F280 offs: 0x00000993 lens: 0x00000045 +0x00001993-0x000019d7: +>>0 @F280@ FAM +1 HUSB @I430@ +1 WIFE @I2641@ +1 DIV Y +1 MARR +2 DATE 1937 +<< +[0042] FAM rkey: F281 offs: 0x000009d8 lens: 0x00000087 +0x000019d8-0x00001a5e: +>>0 @F281@ FAM +1 HUSB @I432@ +1 WIFE @I434@ +1 MARR +2 DATE 1935 +2 PLAC Rome,,Italy +1 CHIL @I592@ +1 CHIL @I435@ +1 CHIL @I593@ +1 CHIL @I594@ +<< +[0043] FAM rkey: F282 offs: 0x00000a5f lens: 0x0000003d +0x00001a5f-0x00001a9b: +>>0 @F282@ FAM +1 HUSB @I2645@ +1 WIFE @I433@ +1 MARR +2 DATE 1935 +<< +[0044] FAM rkey: F283 offs: 0x00000a9c lens: 0x0000004c +0x00001a9c-0x00001ae7: +>>0 @F283@ FAM +1 HUSB @I2636@ +1 WIFE @I2637@ +1 MARR +2 DATE 1907 +1 CHIL @I434@ +<< +[0045] FAM rkey: F284 offs: 0x00000ae8 lens: 0x00000066 +0x00001ae8-0x00001b4d: +>>0 @F284@ FAM +1 HUSB @I435@ +1 WIFE @I441@ +1 MARR +2 DATE 1962 +1 CHIL @I442@ +1 CHIL @I443@ +1 CHIL @I444@ +<< +[0046] FAM rkey: F285 offs: 0x00000b4e lens: 0x00000053 +0x00001b4e-0x00001ba0: +>>0 @F285@ FAM +1 HUSB @I440@ +1 WIFE @I436@ +1 CHIL @I475@ +1 CHIL @I874@ +1 CHIL @I875@ +<< +[0047] FAM rkey: F286 offs: 0x00000ba1 lens: 0x00000064 +0x00001ba1-0x00001c04: +>>0 @F286@ FAM +1 HUSB @I439@ +1 WIFE @I437@ +1 DIV Y +1 MARR +2 DATE 27 FEB 1921 +2 PLAC Bucharest,Romania +<< +[0048] FAM rkey: F287 offs: 0x00000c05 lens: 0x00000068 +0x00001c05-0x00001c6c: +>>0 @F287@ FAM +1 HUSB @I438@ +1 WIFE @I971@ +1 DIV Y +1 MARR +2 DATE 31 AUG 1918 +2 PLAC Odessa +1 CHIL @I1057@ +<< +[0049] FAM rkey: F288 offs: 0x00000c6d lens: 0x00000060 +0x00001c6d-0x00001ccc: +>>0 @F288@ FAM +1 HUSB @I438@ +1 WIFE @I1058@ +1 MARR +2 DATE 3 JUN 1947 +2 PLAC Rio de Janerio,Brazil +<< +[0050] FAM rkey: F289 offs: 0x00000ccd lens: 0x00000048 +0x00001ccd-0x00001d14: +>>0 @F289@ FAM +1 HUSB @I2530@ +1 WIFE @I2531@ +1 CHIL @I2532@ +1 CHIL @I440@ +<< +[0051] FAM rkey: F290 offs: 0x00000d15 lens: 0x00000086 +0x00001d15-0x00001d9a: +>>0 @F290@ FAM +1 HUSB @I445@ +1 WIFE @I602@ +1 MARR +2 DATE 1932 +1 CHIL @I2526@ +1 CHIL @I2527@ +1 CHIL @I2528@ +1 CHIL @I2529@ +1 CHIL @I603@ +<< +[0052] FAM rkey: F291 offs: 0x00000d9b lens: 0x00000045 +0x00001d9b-0x00001ddf: +>>0 @F291@ FAM +1 HUSB @I447@ +1 WIFE @I2732@ +1 DIV Y +1 MARR +2 DATE 1934 +<< +[0053] FAM rkey: F292 offs: 0x00000de0 lens: 0x00000054 +0x00001de0-0x00001e33: +>>0 @F292@ FAM +1 HUSB @I447@ +1 WIFE @I2733@ +1 DIV Y +1 MARR +2 DATE 1943 +1 CHIL @I2740@ +<< +[0054] FAM rkey: F293 offs: 0x00000e34 lens: 0x00000044 +0x00001e34-0x00001e77: +>>0 @F293@ FAM +1 HUSB @I447@ +1 WIFE @I2730@ +1 MARR +2 DATE 30 JUL 1961 +<< +[0055] FAM rkey: F294 offs: 0x00000e78 lens: 0x00000043 +0x00001e78-0x00001eba: +>>0 @F294@ FAM +1 HUSB @I448@ +1 WIFE @I2731@ +1 MARR +2 DATE 7 DEC 1976 +<< +[0056] FAM rkey: F295 offs: 0x00000ebb lens: 0x00000062 +0x00001ebb-0x00001f1c: +>>0 @F295@ FAM +1 HUSB @I449@ +1 WIFE @I2734@ +1 MARR +2 DATE 19 FEB 1946 +1 CHIL @I2742@ +1 CHIL @I2743@ +<< +[0057] FAM rkey: F296 offs: 0x00000f1d lens: 0x00000044 +0x00001f1d-0x00001f60: +>>0 @F296@ FAM +1 HUSB @I449@ +1 WIFE @I2735@ +1 MARR +2 DATE 29 SEP 1988 +<< +[0058] FAM rkey: F297 offs: 0x00000f61 lens: 0x00000066 +0x00001f61-0x00001fc6: +>>0 @F297@ FAM +1 HUSB @I450@ +1 WIFE @I451@ +1 MARR +2 DATE 1929 +1 CHIL @I958@ +1 CHIL @I959@ +1 CHIL @I452@ +<< +[0059] FAM rkey: F298 offs: 0x00000fc7 lens: 0x00000076 +0x00001fc7-0x0000203c: +>>0 @F298@ FAM +1 HUSB @I597@ +1 WIFE @I598@ +1 MARR +2 DATE 1897 +1 CHIL @I2829@ +1 CHIL @I451@ +1 CHIL @I599@ +1 CHIL @I2738@ +<< +[0060] FAM rkey: F299 offs: 0x0000103d lens: 0x0000007e +0x0000203d-0x000020ba: +>>0 @F299@ FAM +1 HUSB @I452@ +1 WIFE @I453@ +1 MARR +2 DATE AUG 1968 +2 PLAC Oslo Cathedral,Oslo,Norway +1 CHIL @I454@ +1 CHIL @I455@ +<< +[0061] FAM rkey: F300 offs: 0x000010bb lens: 0x0000002a +0x000020bb-0x000020e4: +>>0 @F300@ FAM +1 HUSB @I2705@ +1 CHIL @I453@ +<< +[0062] FAM rkey: F301 offs: 0x000010e5 lens: 0x0000008c +0x000020e5-0x00002170: +>>0 @F301@ FAM +1 HUSB @I458@ +1 WIFE @I459@ +1 MARR +2 DATE 6 JUN 1857 +2 PLAC Biebrich +1 CHIL @I456@ +1 CHIL @I2770@ +1 CHIL @I597@ +1 CHIL @I2771@ +<< +[0063] FAM rkey: F302 offs: 0x00001171 lens: 0x0000007a +0x00002171-0x000021ea: +>>0 @F302@ FAM +1 HUSB @I1613@ +1 WIFE @I1614@ +1 MARR +2 DATE 19 JUN 1823 +2 PLAC Stockholm,Sweden +1 CHIL @I1027@ +1 CHIL @I458@ +<< +[0064] FAM rkey: F303 offs: 0x000011eb lens: 0x00000045 +0x000021eb-0x0000222f: +>>0 @F303@ FAM +1 HUSB @I578@ +1 WIFE @I579@ +1 CHIL @I580@ +1 CHIL @I459@ +<< +[0065] FAM rkey: F304 offs: 0x00001230 lens: 0x00000069 +0x00002230-0x00002298: +>>0 @F304@ FAM +1 HUSB @I461@ +1 WIFE @I463@ +1 MARR +2 DATE 1931 +1 CHIL @I2629@ +1 CHIL @I2630@ +1 CHIL @I2631@ +<< +[0066] FAM rkey: F305 offs: 0x00001299 lens: 0x0000003c +0x00002299-0x000022d4: +>>0 @F305@ FAM +1 HUSB @I462@ +1 WIFE @I464@ +1 MARR +2 DATE 1937 +<< +[0067] FAM rkey: F306 offs: 0x000012d5 lens: 0x0000002a +0x000022d5-0x000022fe: +>>0 @F306@ FAM +1 HUSB @I2632@ +1 CHIL @I464@ +<< +[0068] FAM rkey: F307 offs: 0x000012ff lens: 0x0000004c +0x000022ff-0x0000234a: +>>0 @F307@ FAM +1 HUSB @I465@ +1 WIFE @I2845@ +1 MARR +2 DATE 1920 +1 CHIL @I2848@ +<< +[0069] FAM rkey: F308 offs: 0x0000134b lens: 0x0000003d +0x0000234b-0x00002387: +>>0 @F308@ FAM +1 HUSB @I465@ +1 WIFE @I2846@ +1 MARR +2 DATE 1929 +<< +[0070] FAM rkey: F309 offs: 0x00001388 lens: 0x0000005b +0x00002388-0x000023e2: +>>0 @F309@ FAM +1 HUSB @I466@ +1 WIFE @I2839@ +1 MARR +2 DATE 1907 +1 CHIL @I2693@ +1 CHIL @I2842@ +<< +[0071] FAM rkey: F310 offs: 0x000013e3 lens: 0x0000009e +0x000023e3-0x00002480: +>>0 @F310@ FAM +1 HUSB @I468@ +1 WIFE @I469@ +1 MARR +2 DATE 10 JUN 1948 +2 PLAC Athens,Greece +1 CHIL @I972@ +1 CHIL @I973@ +1 CHIL @I974@ +1 CHIL @I975@ +1 CHIL @I976@ +<< +[0072] FAM rkey: F311 offs: 0x00001481 lens: 0x000000a2 +0x00002481-0x00002522: +>>0 @F311@ FAM +1 HUSB @I471@ +1 WIFE @I472@ +1 MARR +2 DATE 18 SEP 1964 +2 PLAC Athens,Greece +1 CHIL @I609@ +1 CHIL @I1060@ +1 CHIL @I1061@ +1 CHIL @I1062@ +1 CHIL @I1063@ +<< +[0073] FAM rkey: F312 offs: 0x00001523 lens: 0x00000087 +0x00002523-0x000025a9: +>>0 @F312@ FAM +1 HUSB @I608@ +1 WIFE @I1059@ +1 MARR +2 DATE 24 MAY 1935 +2 PLAC Stockholm,Sweden +1 CHIL @I610@ +1 CHIL @I1672@ +1 CHIL @I472@ +<< +[0074] FAM rkey: F313 offs: 0x000015aa lens: 0x00000039 +0x000025aa-0x000025e2: +>>0 @F313@ FAM +1 HUSB @I1065@ +1 WIFE @I1066@ +1 CHIL @I473@ +<< +[0075] FAM rkey: F314 offs: 0x000015e3 lens: 0x00000037 +0x000025e3-0x00002619: +>>0 @F314@ FAM +1 HUSB @I475@ +1 WIFE @I474@ +1 CHIL @I877@ +<< +[0076] FAM rkey: F315 offs: 0x0000161a lens: 0x0000003c +0x0000261a-0x00002655: +>>0 @F315@ FAM +1 HUSB @I481@ +1 WIFE @I476@ +1 MARR +2 DATE 1930 +<< +[0077] FAM rkey: F316 offs: 0x00001656 lens: 0x0000004a +0x00002656-0x0000269f: +>>0 @F316@ FAM +1 HUSB @I482@ +1 WIFE @I476@ +1 MARR +2 DATE 1946 +1 CHIL @I483@ +<< +[0078] FAM rkey: F317 offs: 0x000016a0 lens: 0x00000058 +0x000026a0-0x000026f7: +>>0 @F317@ FAM +1 HUSB @I574@ +1 WIFE @I575@ +1 MARR +2 DATE 1760 +1 CHIL @I576@ +1 CHIL @I485@ +<< +[0079] FAM rkey: F318 offs: 0x000016f8 lens: 0x0000003c +0x000026f8-0x00002733: +>>0 @F318@ FAM +1 HUSB @I486@ +1 WIFE @I489@ +1 MARR +2 DATE 1889 +<< +[0080] FAM rkey: F319 offs: 0x00001734 lens: 0x00000029 +0x00002734-0x0000275c: +>>0 @F319@ FAM +1 HUSB @I487@ +1 WIFE @I490@ +<< +[0081] FAM rkey: F320 offs: 0x0000175d lens: 0x0000002a +0x0000275d-0x00002786: +>>0 @F320@ FAM +1 HUSB @I2623@ +1 CHIL @I489@ +<< +[0082] FAM rkey: F321 offs: 0x00001787 lens: 0x0000003c +0x00002787-0x000027c2: +>>0 @F321@ FAM +1 HUSB @I493@ +1 WIFE @I495@ +1 MARR +2 DATE 1833 +<< +[0083] FAM rkey: F322 offs: 0x000017c3 lens: 0x0000003d +0x000027c3-0x000027ff: +>>0 @F322@ FAM +1 HUSB @I493@ +1 WIFE @I2621@ +1 MARR +2 DATE 1868 +<< +[0084] FAM rkey: F323 offs: 0x00001800 lens: 0x0000002a +0x00002800-0x00002829: +>>0 @F323@ FAM +1 HUSB @I2160@ +1 CHIL @I494@ +<< +[0085] FAM rkey: F324 offs: 0x0000182a lens: 0x000000ca +0x0000282a-0x000028f3: +>>0 @F324@ FAM +1 HUSB @I1138@ +1 WIFE @I1142@ +1 MARR +2 DATE 12 OCT 1810 +2 PLAC Munich +1 CHIL @I1143@ +1 CHIL @I495@ +1 CHIL @I1148@ +1 CHIL @I1149@ +1 CHIL @I1150@ +1 CHIL @I1151@ +1 CHIL @I1152@ +1 CHIL @I1153@ +<< +[0086] FAM rkey: F325 offs: 0x000018f4 lens: 0x0000003d +0x000028f4-0x00002930: +>>0 @F325@ FAM +1 HUSB @I497@ +1 WIFE @I2627@ +1 MARR +2 DATE 1878 +<< +[0087] FAM rkey: F326 offs: 0x00001931 lens: 0x0000003d +0x00002931-0x0000296d: +>>0 @F326@ FAM +1 HUSB @I497@ +1 WIFE @I2628@ +1 MARR +2 DATE 1892 +<< +[0088] FAM rkey: F327 offs: 0x0000196e lens: 0x0000003d +0x0000296e-0x000029aa: +>>0 @F327@ FAM +1 HUSB @I498@ +1 WIFE @I2625@ +1 MARR +2 DATE 1884 +<< +[0089] FAM rkey: F328 offs: 0x000019ab lens: 0x0000003d +0x000029ab-0x000029e7: +>>0 @F328@ FAM +1 HUSB @I2624@ +1 WIFE @I499@ +1 MARR +2 DATE 1864 +<< +[0090] FAM rkey: F329 offs: 0x000019e8 lens: 0x00000037 +0x000029e8-0x00002a1e: +>>0 @F329@ FAM +1 HUSB @I505@ +1 WIFE @I500@ +1 CHIL @I506@ +<< +[0091] FAM rkey: F330 offs: 0x00001a1f lens: 0x00000037 +0x00002a1f-0x00002a55: +>>0 @F330@ FAM +1 HUSB @I507@ +1 WIFE @I501@ +1 CHIL @I508@ +<< +[0092] FAM rkey: F331 offs: 0x00001a56 lens: 0x00000050 +0x00002a56-0x00002aa5: +>>0 @F331@ FAM +1 HUSB @I504@ +1 WIFE @I2156@ +1 DIV Y +1 CHIL @I2158@ +1 CHIL @I2159@ +<< +[0093] FAM rkey: F332 offs: 0x00001aa6 lens: 0x0000002a +0x00002aa6-0x00002acf: +>>0 @F332@ FAM +1 HUSB @I504@ +1 WIFE @I2157@ +<< +[0094] FAM rkey: F333 offs: 0x00001ad0 lens: 0x00000045 +0x00002ad0-0x00002b14: +>>0 @F333@ FAM +1 HUSB @I2162@ +1 WIFE @I509@ +1 DIV Y +1 MARR +2 DATE 1941 +<< +[0095] FAM rkey: F334 offs: 0x00001b15 lens: 0x00000054 +0x00002b15-0x00002b68: +>>0 @F334@ FAM +1 HUSB @I2163@ +1 WIFE @I509@ +1 DIV Y +1 MARR +2 DATE 1957 +1 CHIL @I2165@ +<< +[0096] FAM rkey: F335 offs: 0x00001b69 lens: 0x0000003d +0x00002b69-0x00002ba5: +>>0 @F335@ FAM +1 HUSB @I2164@ +1 WIFE @I509@ +1 MARR +2 DATE 1965 +<< +[0097] FAM rkey: F336 offs: 0x00001ba6 lens: 0x00000078 +0x00002ba6-0x00002c1d: +>>0 @F336@ FAM +1 HUSB @I653@ +1 WIFE @I1029@ +1 MARR +2 DATE 1825 +1 CHIL @I1028@ +1 CHIL @I512@ +1 CHIL @I1683@ +1 CHIL @I1684@ +<< +[0098] FAM rkey: F337 offs: 0x00001c1e lens: 0x0000004c +0x00002c1e-0x00002c69: +>>0 @F337@ FAM +1 HUSB @I515@ +1 WIFE @I2654@ +1 MARR +2 DATE 1822 +1 CHIL @I1213@ +<< +[0099] FAM rkey: F338 offs: 0x00001c6a lens: 0x00000045 +0x00002c6a-0x00002cae: +>>0 @F338@ FAM +1 HUSB @I519@ +1 WIFE @I525@ +1 CHIL @I526@ +1 CHIL @I527@ +<< +[0100] FAM rkey: F339 offs: 0x00001caf lens: 0x0000009e +0x00002caf-0x00002d4c: +>>0 @F339@ FAM +1 HUSB @I520@ +1 WIFE @I528@ +1 MARR +2 DATE 1938 +1 CHIL @I921@ +1 CHIL @I922@ +1 CHIL @I923@ +1 CHIL @I924@ +1 CHIL @I925@ +1 CHIL @I534@ +1 CHIL @I535@ +<< +[0101] FAM rkey: F340 offs: 0x00001d4d lens: 0x00000031 +0x00002d4d-0x00002d7d: +>>0 @F340@ FAM +1 HUSB @I521@ +1 WIFE @I536@ +1 DIV Y +<< +[0102] FAM rkey: F341 offs: 0x00001d7e lens: 0x00000045 +0x00002d7e-0x00002dc2: +>>0 @F341@ FAM +1 HUSB @I521@ +1 WIFE @I537@ +1 CHIL @I538@ +1 CHIL @I539@ +<< +[0103] FAM rkey: F342 offs: 0x00001dc3 lens: 0x0000006f +0x00002dc3-0x00002e31: +>>0 @F342@ FAM +1 HUSB @I522@ +1 WIFE @I540@ +1 CHIL @I541@ +1 CHIL @I542@ +1 CHIL @I543@ +1 CHIL @I544@ +1 CHIL @I545@ +<< +[0104] FAM rkey: F343 offs: 0x00001e32 lens: 0x00000029 +0x00002e32-0x00002e5a: +>>0 @F343@ FAM +1 HUSB @I546@ +1 WIFE @I524@ +<< +[0105] FAM rkey: F344 offs: 0x00001e5b lens: 0x0000008a +0x00002e5b-0x00002ee4: +>>0 @F344@ FAM +1 HUSB @I740@ +1 WIFE @I741@ +1 MARR +2 DATE 17 DEC 1600 +1 CHIL @I529@ +1 CHIL @I896@ +1 CHIL @I2913@ +1 CHIL @I590@ +1 CHIL @I739@ +<< +[0106] FAM rkey: F345 offs: 0x00001ee5 lens: 0x00000060 +0x00002ee5-0x00002f44: +>>0 @F345@ FAM +1 HUSB @I529@ +1 WIFE @I920@ +1 MARR +2 DATE 24 NOV 1615 +1 CHIL @I1341@ +1 CHIL @I751@ +<< +[0107] FAM rkey: F346 offs: 0x00001f45 lens: 0x00000037 +0x00002f45-0x00002f7b: +>>0 @F346@ FAM +1 HUSB @I531@ +1 WIFE @I530@ +1 CHIL @I741@ +<< +[0108] FAM rkey: F347 offs: 0x00001f7c lens: 0x00000038 +0x00002f7c-0x00002fb3: +>>0 @F347@ FAM +1 HUSB @I533@ +1 WIFE @I532@ +1 CHIL @I1366@ +<< +[0109] FAM rkey: F348 offs: 0x00001fb4 lens: 0x00000061 +0x00002fb4-0x00003014: +>>0 @F348@ FAM +1 HUSB @I568@ +1 WIFE @I569@ +1 CHIL @I553@ +1 CHIL @I570@ +1 CHIL @I571@ +1 CHIL @I572@ +<< +[0110] FAM rkey: F349 offs: 0x00002015 lens: 0x0000006f +0x00003015-0x00003083: +>>0 @F349@ FAM +1 HUSB @I553@ +1 WIFE @I554@ +1 DIV Y +1 MARR +2 DATE 14 JUL 1765 +2 PLAC Charlottenburg +1 CHIL @I555@ +<< +[0111] FAM rkey: F350 offs: 0x00002084 lens: 0x00000092 +0x00003084-0x00003115: +>>0 @F350@ FAM +1 HUSB @I565@ +1 WIFE @I559@ +1 MARR +2 DATE 1 OCT 1791 +2 PLAC Berlin,Germany +1 CHIL @I652@ +1 CHIL @I653@ +1 CHIL @I1681@ +1 CHIL @I1682@ +<< +[0112] FAM rkey: F351 offs: 0x00002116 lens: 0x00000029 +0x00003116-0x0000313e: +>>0 @F351@ FAM +1 HUSB @I566@ +1 WIFE @I561@ +<< +[0113] FAM rkey: F352 offs: 0x0000213f lens: 0x00000029 +0x0000313f-0x00003167: +>>0 @F352@ FAM +1 HUSB @I563@ +1 WIFE @I567@ +<< +[0114] FAM rkey: F353 offs: 0x00002168 lens: 0x00000055 +0x00003168-0x000031bc: +>>0 @F353@ FAM +1 HUSB @I650@ +1 WIFE @I651@ +1 CHIL @I2653@ +1 CHIL @I565@ +1 CHIL @I2655@ +<< +[0115] FAM rkey: F354 offs: 0x000021bd lens: 0x0000005a +0x000031bd-0x00003216: +>>0 @F354@ FAM +1 HUSB @I565@ +1 WIFE @I1293@ +1 MARR +2 DATE 17 FEB 1841 +2 PLAC Berlin,Germany +<< +[0116] FAM rkey: F355 offs: 0x00002217 lens: 0x00000029 +0x00003217-0x0000323f: +>>0 @F355@ FAM +1 HUSB @I573@ +1 WIFE @I571@ +<< +[0117] FAM rkey: F356 offs: 0x00002240 lens: 0x00000037 +0x00003240-0x00003276: +>>0 @F356@ FAM +1 HUSB @I576@ +1 WIFE @I577@ +1 CHIL @I578@ +<< +[0118] FAM rkey: F357 offs: 0x00002277 lens: 0x00000037 +0x00003277-0x000032ad: +>>0 @F357@ FAM +1 HUSB @I580@ +1 WIFE @I581@ +1 CHIL @I582@ +<< +[0119] FAM rkey: F358 offs: 0x000022ae lens: 0x00000037 +0x000032ae-0x000032e4: +>>0 @F358@ FAM +1 HUSB @I582@ +1 WIFE @I583@ +1 CHIL @I584@ +<< +[0120] FAM rkey: F359 offs: 0x000022e5 lens: 0x00000037 +0x000032e5-0x0000331b: +>>0 @F359@ FAM +1 HUSB @I585@ +1 WIFE @I584@ +1 CHIL @I586@ +<< +[0121] FAM rkey: F360 offs: 0x0000231c lens: 0x00000063 +0x0000331c-0x0000337e: +>>0 @F360@ FAM +1 HUSB @I894@ +1 WIFE @I587@ +1 CHIL @I1424@ +1 CHIL @I898@ +1 CHIL @I897@ +1 CHIL @I2506@ +<< +[0122] FAM rkey: F361 offs: 0x0000237f lens: 0x0000005e +0x0000337f-0x000033dc: +>>0 @F361@ FAM +1 HUSB @I588@ +1 WIFE @I589@ +1 MARR +2 DATE 1948 +2 PLAC ,Switzerland +1 CHIL @I899@ +<< +[0123] FAM rkey: F362 offs: 0x000023dd lens: 0x0000002a +0x000033dd-0x00003406: +>>0 @F362@ FAM +1 HUSB @I2683@ +1 CHIL @I589@ +<< +[0124] FAM rkey: F363 offs: 0x00002407 lens: 0x00000039 +0x00003407-0x0000343f: +>>0 @F363@ FAM +1 HUSB @I590@ +1 WIFE @I2914@ +1 CHIL @I2915@ +<< +[0125] FAM rkey: F364 offs: 0x00002440 lens: 0x00000045 +0x00003440-0x00003484: +>>0 @F364@ FAM +1 HUSB @I591@ +1 WIFE @I2646@ +1 DIV Y +1 MARR +2 DATE 1935 +<< +[0126] FAM rkey: F365 offs: 0x00002485 lens: 0x0000003d +0x00003485-0x000034c1: +>>0 @F365@ FAM +1 HUSB @I591@ +1 WIFE @I2647@ +1 MARR +2 DATE 1949 +<< +[0127] FAM rkey: F366 offs: 0x000024c2 lens: 0x0000003d +0x000034c2-0x000034fe: +>>0 @F366@ FAM +1 HUSB @I2638@ +1 WIFE @I592@ +1 MARR +2 DATE 1967 +<< +[0128] FAM rkey: F367 offs: 0x000024ff lens: 0x0000003d +0x000034ff-0x0000353b: +>>0 @F367@ FAM +1 HUSB @I2639@ +1 WIFE @I593@ +1 MARR +2 DATE 1972 +<< +[0129] FAM rkey: F368 offs: 0x0000253c lens: 0x00000037 +0x0000353c-0x00003572: +>>0 @F368@ FAM +1 HUSB @I684@ +1 WIFE @I595@ +1 CHIL @I685@ +<< +[0130] FAM rkey: F369 offs: 0x00002573 lens: 0x0000002a +0x00003573-0x0000359c: +>>0 @F369@ FAM +1 HUSB @I1883@ +1 CHIL @I596@ +<< +[0131] FAM rkey: F370 offs: 0x0000259d lens: 0x00000067 +0x0000359d-0x00003603: +>>0 @F370@ FAM +1 HUSB @I1367@ +1 WIFE @I596@ +1 MARR +2 DATE 13 MAR 1231 +2 PLAC Fawley,Bucks +1 CHIL @I1882@ +<< +[0132] FAM rkey: F371 offs: 0x00002604 lens: 0x00000087 +0x00003604-0x0000368a: +>>0 @F371@ FAM +1 HUSB @I600@ +1 WIFE @I599@ +1 MARR +2 DATE 10 NOV 1926 +2 PLAC Brussels,Belgium +1 CHIL @I1123@ +1 CHIL @I601@ +1 CHIL @I1124@ +<< +[0133] FAM rkey: F372 offs: 0x0000268b lens: 0x00000086 +0x0000368b-0x00003710: +>>0 @F372@ FAM +1 HUSB @I1118@ +1 WIFE @I1119@ +1 MARR +2 DATE 2 OCT 1900 +2 PLAC Munich,Germany +1 CHIL @I600@ +1 CHIL @I1120@ +1 CHIL @I1121@ +<< +[0134] FAM rkey: F373 offs: 0x00002711 lens: 0x0000007f +0x00003711-0x0000378f: +>>0 @F373@ FAM +1 HUSB @I600@ +1 WIFE @I1132@ +1 MARR +2 DATE 11 SEP 1941 +2 PLAC Laeken +1 CHIL @I1133@ +1 CHIL @I1134@ +1 CHIL @I1135@ +<< +[0135] FAM rkey: F374 offs: 0x00002790 lens: 0x0000005c +0x00003790-0x000037eb: +>>0 @F374@ FAM +1 HUSB @I601@ +1 WIFE @I1126@ +1 MARR +2 DATE 15 DEC 1960 +2 PLAC Brussels,Belgium +<< +[0136] FAM rkey: F375 offs: 0x000027ec lens: 0x00000089 +0x000037ec-0x00003874: +>>0 @F375@ FAM +1 HUSB @I603@ +1 WIFE @I1612@ +1 MARR +2 DATE 19 JUN 1976 +2 PLAC Stockholm,Sweden +1 CHIL @I2446@ +1 CHIL @I2447@ +1 CHIL @I2729@ +<< +[0137] FAM rkey: F376 offs: 0x00002875 lens: 0x0000004c +0x00003875-0x000038c0: +>>0 @F376@ FAM +1 HUSB @I1027@ +1 WIFE @I1028@ +1 MARR +2 DATE 1850 +1 CHIL @I605@ +<< +[0138] FAM rkey: F377 offs: 0x000028c1 lens: 0x00000059 +0x000038c1-0x00003919: +>>0 @F377@ FAM +1 HUSB @I606@ +1 WIFE @I607@ +1 MARR +2 DATE 1898 +1 CHIL @I608@ +1 CHIL @I1671@ +<< +[0139] FAM rkey: F378 offs: 0x0000291a lens: 0x0000004c +0x0000391a-0x00003965: +>>0 @F378@ FAM +1 HUSB @I2695@ +1 WIFE @I2696@ +1 MARR +2 DATE 1879 +1 CHIL @I607@ +<< +[0140] FAM rkey: F379 offs: 0x00002966 lens: 0x0000007c +0x00003966-0x000039e1: +>>0 @F379@ FAM +1 HUSB @I1609@ +1 WIFE @I610@ +1 MARR +2 DATE 10 JUN 1967 +2 PLAC Copenhagen,Denmark +1 CHIL @I1610@ +1 CHIL @I1611@ +<< +[0141] FAM rkey: F380 offs: 0x000029e2 lens: 0x00000045 +0x000039e2-0x00003a26: +>>0 @F380@ FAM +1 HUSB @I611@ +1 WIFE @I612@ +1 CHIL @I613@ +1 CHIL @I614@ +<< +[0142] FAM rkey: F381 offs: 0x00002a27 lens: 0x00000037 +0x00003a27-0x00003a5d: +>>0 @F381@ FAM +1 HUSB @I613@ +1 WIFE @I662@ +1 CHIL @I663@ +<< +[0143] FAM rkey: F382 offs: 0x00002a5e lens: 0x00000037 +0x00003a5e-0x00003a94: +>>0 @F382@ FAM +1 HUSB @I615@ +1 WIFE @I614@ +1 CHIL @I616@ +<< +[0144] FAM rkey: F383 offs: 0x00002a95 lens: 0x00000058 +0x00003a95-0x00003aec: +>>0 @F383@ FAM +1 HUSB @I616@ +1 WIFE @I617@ +1 MARR +2 DATE 1709 +1 CHIL @I618@ +1 CHIL @I619@ +<< +[0145] FAM rkey: F384 offs: 0x00002aed lens: 0x0000004a +0x00003aed-0x00003b36: +>>0 @F384@ FAM +1 HUSB @I620@ +1 WIFE @I619@ +1 MARR +2 DATE 1727 +1 CHIL @I621@ +<< +[0146] FAM rkey: F385 offs: 0x00002b37 lens: 0x00000037 +0x00003b37-0x00003b6d: +>>0 @F385@ FAM +1 HUSB @I621@ +1 WIFE @I622@ +1 CHIL @I623@ +<< +[0147] FAM rkey: F386 offs: 0x00002b6e lens: 0x00000045 +0x00003b6e-0x00003bb2: +>>0 @F386@ FAM +1 HUSB @I623@ +1 WIFE @I624@ +1 CHIL @I625@ +1 CHIL @I626@ +<< +[0148] FAM rkey: F387 offs: 0x00002bb3 lens: 0x00000037 +0x00003bb3-0x00003be9: +>>0 @F387@ FAM +1 HUSB @I625@ +1 WIFE @I627@ +1 CHIL @I628@ +<< +[0149] FAM rkey: F388 offs: 0x00002bea lens: 0x000000a4 +0x00003bea-0x00003c8d: +>>0 @F388@ FAM +1 HUSB @I637@ +1 WIFE @I626@ +1 MARR +2 DATE 1797 +1 CHIL @I1154@ +1 CHIL @I1155@ +1 CHIL @I1156@ +1 CHIL @I1157@ +1 CHIL @I638@ +1 CHIL @I1158@ +1 CHIL @I1159@ +<< +[0150] FAM rkey: F389 offs: 0x00002c8e lens: 0x00000037 +0x00003c8e-0x00003cc4: +>>0 @F389@ FAM +1 HUSB @I629@ +1 WIFE @I628@ +1 CHIL @I630@ +<< +[0151] FAM rkey: F390 offs: 0x00002cc5 lens: 0x00000037 +0x00003cc5-0x00003cfb: +>>0 @F390@ FAM +1 HUSB @I631@ +1 WIFE @I630@ +1 CHIL @I632@ +<< +[0152] FAM rkey: F391 offs: 0x00002cfc lens: 0x00000037 +0x00003cfc-0x00003d32: +>>0 @F391@ FAM +1 HUSB @I632@ +1 WIFE @I633@ +1 CHIL @I634@ +<< +[0153] FAM rkey: F392 offs: 0x00002d33 lens: 0x00000037 +0x00003d33-0x00003d69: +>>0 @F392@ FAM +1 HUSB @I635@ +1 WIFE @I634@ +1 CHIL @I636@ +<< +[0154] FAM rkey: F393 offs: 0x00002d6a lens: 0x000000a0 +0x00003d6a-0x00003e09: +>>0 @F393@ FAM +1 HUSB @I637@ +1 WIFE @I1137@ +1 MARR +2 DATE 30 SEP 1785 +2 PLAC Darmstadt +1 CHIL @I1138@ +1 CHIL @I1139@ +1 CHIL @I1140@ +1 CHIL @I1074@ +1 CHIL @I1141@ +<< +[0155] FAM rkey: F394 offs: 0x00002e0a lens: 0x00000037 +0x00003e0a-0x00003e40: +>>0 @F394@ FAM +1 HUSB @I639@ +1 WIFE @I638@ +1 CHIL @I646@ +<< +[0156] FAM rkey: F395 offs: 0x00002e41 lens: 0x00000045 +0x00003e41-0x00003e85: +>>0 @F395@ FAM +1 HUSB @I646@ +1 WIFE @I647@ +1 CHIL @I640@ +1 CHIL @I641@ +<< +[0157] FAM rkey: F396 offs: 0x00002e86 lens: 0x00000037 +0x00003e86-0x00003ebc: +>>0 @F396@ FAM +1 HUSB @I640@ +1 WIFE @I642@ +1 CHIL @I643@ +<< +[0158] FAM rkey: F397 offs: 0x00002ebd lens: 0x00000037 +0x00003ebd-0x00003ef3: +>>0 @F397@ FAM +1 HUSB @I648@ +1 WIFE @I641@ +1 CHIL @I649@ +<< +[0159] FAM rkey: F398 offs: 0x00002ef4 lens: 0x00000037 +0x00003ef4-0x00003f2a: +>>0 @F398@ FAM +1 HUSB @I643@ +1 WIFE @I644@ +1 CHIL @I645@ +<< +[0160] FAM rkey: F399 offs: 0x00002f2b lens: 0x00000086 +0x00003f2b-0x00003fb0: +>>0 @F399@ FAM +1 HUSB @I652@ +1 WIFE @I654@ +1 MARR +2 DATE 1816 +1 CHIL @I655@ +1 CHIL @I1689@ +1 CHIL @I1690@ +1 CHIL @I1691@ +1 CHIL @I1692@ +<< +[0161] FAM rkey: F400 offs: 0x00002fb1 lens: 0x00000082 +0x00003fb1-0x00004032: +>>0 @F400@ FAM +1 HUSB @I655@ +1 WIFE @I1077@ +1 MARR +2 DATE 18 JUN 1839 +2 PLAC Stuttgart +1 CHIL @I1678@ +1 CHIL @I1679@ +1 CHIL @I1680@ +<< +[0162] FAM rkey: F401 offs: 0x00003033 lens: 0x0000005f +0x00004033-0x00004091: +>>0 @F401@ FAM +1 HUSB @I655@ +1 WIFE @I656@ +1 MARR +2 DATE 7 JAN 1879 +2 PLAC Arolsen +1 CHIL @I657@ +<< +[0163] FAM rkey: F402 offs: 0x00003092 lens: 0x0000006d +0x00004092-0x000040fe: +>>0 @F402@ FAM +1 HUSB @I658@ +1 WIFE @I657@ +1 MARR +2 DATE 7 FEB 1901 +2 PLAC The Hague,Netherlands +1 CHIL @I659@ +<< +[0164] FAM rkey: F403 offs: 0x000030ff lens: 0x0000004c +0x000040ff-0x0000414a: +>>0 @F403@ FAM +1 HUSB @I1213@ +1 WIFE @I1214@ +1 MARR +2 DATE 1868 +1 CHIL @I658@ +<< +[0165] FAM rkey: F404 offs: 0x0000314b lens: 0x0000009a +0x0000414b-0x000041e4: +>>0 @F404@ FAM +1 HUSB @I660@ +1 WIFE @I659@ +1 MARR +2 DATE 7 JAN 1937 +2 PLAC The Hague,Netherlands +1 CHIL @I661@ +1 CHIL @I1204@ +1 CHIL @I1205@ +1 CHIL @I1206@ +<< +[0166] FAM rkey: F405 offs: 0x000031e5 lens: 0x0000008e +0x000041e5-0x00004272: +>>0 @F405@ FAM +1 HUSB @I1207@ +1 WIFE @I661@ +1 MARR +2 DATE 10 MAR 1966 +2 PLAC Amsterdam,Netherlands +1 CHIL @I1208@ +1 CHIL @I1209@ +1 CHIL @I1210@ +<< +[0167] FAM rkey: F406 offs: 0x00003273 lens: 0x00000037 +0x00004273-0x000042a9: +>>0 @F406@ FAM +1 HUSB @I663@ +1 WIFE @I664@ +1 CHIL @I665@ +<< +[0168] FAM rkey: F407 offs: 0x000032aa lens: 0x00000037 +0x000042aa-0x000042e0: +>>0 @F407@ FAM +1 HUSB @I666@ +1 WIFE @I665@ +1 CHIL @I667@ +<< +[0169] FAM rkey: F408 offs: 0x000032e1 lens: 0x00000037 +0x000042e1-0x00004317: +>>0 @F408@ FAM +1 HUSB @I668@ +1 WIFE @I667@ +1 CHIL @I669@ +<< +[0170] FAM rkey: F409 offs: 0x00003318 lens: 0x00000037 +0x00004318-0x0000434e: +>>0 @F409@ FAM +1 HUSB @I669@ +1 WIFE @I670@ +1 CHIL @I671@ +<< +[0171] FAM rkey: F410 offs: 0x0000334f lens: 0x00000037 +0x0000434f-0x00004385: +>>0 @F410@ FAM +1 HUSB @I672@ +1 WIFE @I671@ +1 CHIL @I673@ +<< +[0172] FAM rkey: F411 offs: 0x00003386 lens: 0x00000037 +0x00004386-0x000043bc: +>>0 @F411@ FAM +1 HUSB @I673@ +1 WIFE @I674@ +1 CHIL @I675@ +<< +[0173] FAM rkey: F412 offs: 0x000033bd lens: 0x00000037 +0x000043bd-0x000043f3: +>>0 @F412@ FAM +1 HUSB @I676@ +1 WIFE @I675@ +1 CHIL @I677@ +<< +[0174] FAM rkey: F413 offs: 0x000033f4 lens: 0x00000037 +0x000043f4-0x0000442a: +>>0 @F413@ FAM +1 HUSB @I678@ +1 WIFE @I679@ +1 CHIL @I680@ +<< +[0175] FAM rkey: F414 offs: 0x0000342b lens: 0x00000037 +0x0000442b-0x00004461: +>>0 @F414@ FAM +1 HUSB @I680@ +1 WIFE @I681@ +1 CHIL @I682@ +<< +[0176] FAM rkey: F415 offs: 0x00003462 lens: 0x0000004c +0x00004462-0x000044ad: +>>0 @F415@ FAM +1 HUSB @I1245@ +1 WIFE @I1244@ +1 MARR +2 DATE 1846 +1 CHIL @I683@ +<< +[0177] FAM rkey: F416 offs: 0x000034ae lens: 0x0000003d +0x000044ae-0x000044ea: +>>0 @F416@ FAM +1 HUSB @I683@ +1 WIFE @I2633@ +1 MARR +2 DATE 1878 +<< +[0178] FAM rkey: F417 offs: 0x000034eb lens: 0x00000037 +0x000044eb-0x00004521: +>>0 @F417@ FAM +1 HUSB @I686@ +1 WIFE @I685@ +1 CHIL @I687@ +<< +[0179] FAM rkey: F418 offs: 0x00003522 lens: 0x00000067 +0x00004522-0x00004588: +>>0 @F418@ FAM +1 HUSB @I688@ +1 WIFE @I687@ +1 MARR +2 DATE 20 FEB 1868 +2 PLAC Vienna,Austria +1 CHIL @I689@ +<< +[0180] FAM rkey: F419 offs: 0x00003589 lens: 0x00000066 +0x00004589-0x000045ee: +>>0 @F419@ FAM +1 HUSB @I1150@ +1 WIFE @I1179@ +1 CHIL @I688@ +1 CHIL @I1180@ +1 CHIL @I1181@ +1 CHIL @I1182@ +<< +[0181] FAM rkey: F420 offs: 0x000035ef lens: 0x00000064 +0x000045ef-0x00004652: +>>0 @F420@ FAM +1 HUSB @I689@ +1 WIFE @I690@ +1 CHIL @I1183@ +1 CHIL @I1184@ +1 CHIL @I691@ +1 CHIL @I1185@ +<< +[0182] FAM rkey: F421 offs: 0x00003653 lens: 0x00000084 +0x00004653-0x000046d6: +>>0 @F421@ FAM +1 HUSB @I689@ +1 WIFE @I1186@ +1 CHIL @I1187@ +1 CHIL @I1188@ +1 CHIL @I1189@ +1 CHIL @I1190@ +1 CHIL @I1191@ +1 CHIL @I1192@ +<< +[0183] FAM rkey: F422 offs: 0x000036d7 lens: 0x0000005b +0x000046d7-0x00004731: +>>0 @F422@ FAM +1 HUSB @I1197@ +1 WIFE @I1202@ +1 MARR +2 DATE 1874 +1 CHIL @I1119@ +1 CHIL @I690@ +<< +[0184] FAM rkey: F423 offs: 0x00003732 lens: 0x000000a0 +0x00004732-0x000047d1: +>>0 @F423@ FAM +1 HUSB @I1630@ +1 WIFE @I1631@ +1 MARR +2 DATE 1 OCT 1643 +2 PLAC Gluckstadt +1 CHIL @I1625@ +1 CHIL @I2856@ +1 CHIL @I2857@ +1 CHIL @I692@ +1 CHIL @I2858@ +<< +[0185] FAM rkey: F424 offs: 0x000037d2 lens: 0x00000111 +0x000047d2-0x000048e2: +>>0 @F424@ FAM +1 HUSB @I692@ +1 WIFE @I693@ +1 MARR +2 DATE 28 JUL 1683 +2 PLAC Chapel Royal,St. James,England +1 CHIL @I694@ +1 CHIL @I695@ +1 CHIL @I696@ +1 CHIL @I697@ +1 CHIL @I698@ +1 CHIL @I699@ +1 CHIL @I700@ +1 CHIL @I701@ +1 CHIL @I702@ +1 CHIL @I703@ +1 CHIL @I704@ +1 CHIL @I705@ +<< +[0186] FAM rkey: F425 offs: 0x000038e3 lens: 0x000000c0 +0x000048e3-0x000049a2: +>>0 @F425@ FAM +1 HUSB @I706@ +1 WIFE @I707@ +1 MARR +2 DATE 24 NOV 1659 +2 PLAC Breda +1 CHIL @I708@ +1 CHIL @I709@ +1 CHIL @I710@ +1 CHIL @I693@ +1 CHIL @I711@ +1 CHIL @I712@ +1 CHIL @I713@ +1 CHIL @I714@ +<< +[0187] FAM rkey: F426 offs: 0x000039a3 lens: 0x000000dc +0x000049a3-0x00004a7e: +>>0 @F426@ FAM +1 HUSB @I730@ +1 WIFE @I739@ +1 MARR +2 DATE 13 JUN 1625 +2 PLAC Canterbury,,England +1 CHIL @I742@ +1 CHIL @I743@ +1 CHIL @I744@ +1 CHIL @I706@ +1 CHIL @I745@ +1 CHIL @I746@ +1 CHIL @I747@ +1 CHIL @I748@ +1 CHIL @I749@ +<< +[0188] FAM rkey: F427 offs: 0x00003a7f lens: 0x0000009f +0x00004a7f-0x00004b1d: +>>0 @F427@ FAM +1 HUSB @I706@ +1 WIFE @I715@ +1 MARR +2 DATE 21 NOV 1673 +2 PLAC Dover,,England +1 CHIL @I716@ +1 CHIL @I717@ +1 CHIL @I718@ +1 CHIL @I719@ +1 CHIL @I720@ +<< +[0189] FAM rkey: F428 offs: 0x00003b1e lens: 0x0000002a +0x00004b1e-0x00004b47: +>>0 @F428@ FAM +1 HUSB @I2127@ +1 CHIL @I707@ +<< +[0190] FAM rkey: F429 offs: 0x00003b48 lens: 0x00000063 +0x00004b48-0x00004baa: +>>0 @F429@ FAM +1 HUSB @I757@ +1 WIFE @I709@ +1 MARR +2 DATE 4 NOV 1677 +2 PLAC St. James Palace,,England +<< +[0191] FAM rkey: F430 offs: 0x00003bab lens: 0x00000037 +0x00004bab-0x00004be1: +>>0 @F430@ FAM +1 HUSB @I755@ +1 WIFE @I756@ +1 CHIL @I715@ +<< +[0192] FAM rkey: F431 offs: 0x00003be2 lens: 0x00000074 +0x00004be2-0x00004c55: +>>0 @F431@ FAM +1 HUSB @I719@ +1 WIFE @I721@ +1 MARR +2 DATE 3 SEP 1719 +2 PLAC Monte Fiascone +1 CHIL @I722@ +1 CHIL @I723@ +<< +[0193] FAM rkey: F432 offs: 0x00003c56 lens: 0x0000002a +0x00004c56-0x00004c7f: +>>0 @F432@ FAM +1 HUSB @I2137@ +1 CHIL @I721@ +<< +[0194] FAM rkey: F433 offs: 0x00003c80 lens: 0x00000054 +0x00004c80-0x00004cd3: +>>0 @F433@ FAM +1 HUSB @I722@ +1 WIFE @I724@ +1 MARR +2 DATE 17 APR 1772 +2 PLAC Marcerata +<< +[0195] FAM rkey: F434 offs: 0x00003cd4 lens: 0x0000002a +0x00004cd4-0x00004cfd: +>>0 @F434@ FAM +1 HUSB @I2139@ +1 CHIL @I724@ +<< +[0196] FAM rkey: F435 offs: 0x00003cfe lens: 0x0000006d +0x00004cfe-0x00004d6a: +>>0 @F435@ FAM +1 HUSB @I1249@ +1 WIFE @I1247@ +1 MARR +2 DATE 29 JUL 1565 +2 PLAC Edinburgh,Scotland +1 CHIL @I725@ +<< + +0x00004d6b: EOF (0x00004d6b) GOOD + +BLOCK - DIRECTORY aa/af +0x00000000:ix_self: 0x00000005 (aa/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 168 +0x0000000e:ix_rkey[0000]: ' F436' +0x00000016:ix_rkey[0001]: ' F437' +0x0000001e:ix_rkey[0002]: ' F438' +0x00000026:ix_rkey[0003]: ' F439' +0x0000002e:ix_rkey[0004]: ' F440' +0x00000036:ix_rkey[0005]: ' F441' +0x0000003e:ix_rkey[0006]: ' F442' +0x00000046:ix_rkey[0007]: ' F443' +0x0000004e:ix_rkey[0008]: ' F444' +0x00000056:ix_rkey[0009]: ' F445' +0x0000005e:ix_rkey[0010]: ' F446' +0x00000066:ix_rkey[0011]: ' F447' +0x0000006e:ix_rkey[0012]: ' F448' +0x00000076:ix_rkey[0013]: ' F449' +0x0000007e:ix_rkey[0014]: ' F450' +0x00000086:ix_rkey[0015]: ' F451' +0x0000008e:ix_rkey[0016]: ' F452' +0x00000096:ix_rkey[0017]: ' F453' +0x0000009e:ix_rkey[0018]: ' F454' +0x000000a6:ix_rkey[0019]: ' F455' +0x000000ae:ix_rkey[0020]: ' F456' +0x000000b6:ix_rkey[0021]: ' F457' +0x000000be:ix_rkey[0022]: ' F458' +0x000000c6:ix_rkey[0023]: ' F459' +0x000000ce:ix_rkey[0024]: ' F460' +0x000000d6:ix_rkey[0025]: ' F461' +0x000000de:ix_rkey[0026]: ' F462' +0x000000e6:ix_rkey[0027]: ' F463' +0x000000ee:ix_rkey[0028]: ' F464' +0x000000f6:ix_rkey[0029]: ' F465' +0x000000fe:ix_rkey[0030]: ' F466' +0x00000106:ix_rkey[0031]: ' F467' +0x0000010e:ix_rkey[0032]: ' F468' +0x00000116:ix_rkey[0033]: ' F469' +0x0000011e:ix_rkey[0034]: ' F470' +0x00000126:ix_rkey[0035]: ' F471' +0x0000012e:ix_rkey[0036]: ' F472' +0x00000136:ix_rkey[0037]: ' F473' +0x0000013e:ix_rkey[0038]: ' F474' +0x00000146:ix_rkey[0039]: ' F475' +0x0000014e:ix_rkey[0040]: ' F476' +0x00000156:ix_rkey[0041]: ' F477' +0x0000015e:ix_rkey[0042]: ' F478' +0x00000166:ix_rkey[0043]: ' F479' +0x0000016e:ix_rkey[0044]: ' F480' +0x00000176:ix_rkey[0045]: ' F481' +0x0000017e:ix_rkey[0046]: ' F482' +0x00000186:ix_rkey[0047]: ' F483' +0x0000018e:ix_rkey[0048]: ' F484' +0x00000196:ix_rkey[0049]: ' F485' +0x0000019e:ix_rkey[0050]: ' F486' +0x000001a6:ix_rkey[0051]: ' F487' +0x000001ae:ix_rkey[0052]: ' F488' +0x000001b6:ix_rkey[0053]: ' F489' +0x000001be:ix_rkey[0054]: ' F490' +0x000001c6:ix_rkey[0055]: ' F491' +0x000001ce:ix_rkey[0056]: ' F492' +0x000001d6:ix_rkey[0057]: ' F493' +0x000001de:ix_rkey[0058]: ' F494' +0x000001e6:ix_rkey[0059]: ' F495' +0x000001ee:ix_rkey[0060]: ' F496' +0x000001f6:ix_rkey[0061]: ' F497' +0x000001fe:ix_rkey[0062]: ' F498' +0x00000206:ix_rkey[0063]: ' F499' +0x0000020e:ix_rkey[0064]: ' F500' +0x00000216:ix_rkey[0065]: ' F501' +0x0000021e:ix_rkey[0066]: ' F502' +0x00000226:ix_rkey[0067]: ' F503' +0x0000022e:ix_rkey[0068]: ' F504' +0x00000236:ix_rkey[0069]: ' F505' +0x0000023e:ix_rkey[0070]: ' F506' +0x00000246:ix_rkey[0071]: ' F507' +0x0000024e:ix_rkey[0072]: ' F508' +0x00000256:ix_rkey[0073]: ' F509' +0x0000025e:ix_rkey[0074]: ' F510' +0x00000266:ix_rkey[0075]: ' F511' +0x0000026e:ix_rkey[0076]: ' F512' +0x00000276:ix_rkey[0077]: ' F513' +0x0000027e:ix_rkey[0078]: ' F514' +0x00000286:ix_rkey[0079]: ' F515' +0x0000028e:ix_rkey[0080]: ' F516' +0x00000296:ix_rkey[0081]: ' F517' +0x0000029e:ix_rkey[0082]: ' F518' +0x000002a6:ix_rkey[0083]: ' F519' +0x000002ae:ix_rkey[0084]: ' F520' +0x000002b6:ix_rkey[0085]: ' F521' +0x000002be:ix_rkey[0086]: ' F522' +0x000002c6:ix_rkey[0087]: ' F523' +0x000002ce:ix_rkey[0088]: ' F524' +0x000002d6:ix_rkey[0089]: ' F525' +0x000002de:ix_rkey[0090]: ' F526' +0x000002e6:ix_rkey[0091]: ' F527' +0x000002ee:ix_rkey[0092]: ' F528' +0x000002f6:ix_rkey[0093]: ' F529' +0x000002fe:ix_rkey[0094]: ' F530' +0x00000306:ix_rkey[0095]: ' F531' +0x0000030e:ix_rkey[0096]: ' F532' +0x00000316:ix_rkey[0097]: ' F533' +0x0000031e:ix_rkey[0098]: ' F534' +0x00000326:ix_rkey[0099]: ' F535' +0x0000032e:ix_rkey[0100]: ' F536' +0x00000336:ix_rkey[0101]: ' F537' +0x0000033e:ix_rkey[0102]: ' F538' +0x00000346:ix_rkey[0103]: ' F539' +0x0000034e:ix_rkey[0104]: ' F540' +0x00000356:ix_rkey[0105]: ' F541' +0x0000035e:ix_rkey[0106]: ' F542' +0x00000366:ix_rkey[0107]: ' F543' +0x0000036e:ix_rkey[0108]: ' F544' +0x00000376:ix_rkey[0109]: ' F545' +0x0000037e:ix_rkey[0110]: ' F546' +0x00000386:ix_rkey[0111]: ' F547' +0x0000038e:ix_rkey[0112]: ' F548' +0x00000396:ix_rkey[0113]: ' F549' +0x0000039e:ix_rkey[0114]: ' F550' +0x000003a6:ix_rkey[0115]: ' F551' +0x000003ae:ix_rkey[0116]: ' F552' +0x000003b6:ix_rkey[0117]: ' F553' +0x000003be:ix_rkey[0118]: ' F554' +0x000003c6:ix_rkey[0119]: ' F555' +0x000003ce:ix_rkey[0120]: ' F556' +0x000003d6:ix_rkey[0121]: ' F557' +0x000003de:ix_rkey[0122]: ' F558' +0x000003e6:ix_rkey[0123]: ' F559' +0x000003ee:ix_rkey[0124]: ' F560' +0x000003f6:ix_rkey[0125]: ' F561' +0x000003fe:ix_rkey[0126]: ' F562' +0x00000406:ix_rkey[0127]: ' F563' +0x0000040e:ix_rkey[0128]: ' F564' +0x00000416:ix_rkey[0129]: ' F565' +0x0000041e:ix_rkey[0130]: ' F566' +0x00000426:ix_rkey[0131]: ' F567' +0x0000042e:ix_rkey[0132]: ' F568' +0x00000436:ix_rkey[0133]: ' F569' +0x0000043e:ix_rkey[0134]: ' F570' +0x00000446:ix_rkey[0135]: ' F571' +0x0000044e:ix_rkey[0136]: ' F572' +0x00000456:ix_rkey[0137]: ' F573' +0x0000045e:ix_rkey[0138]: ' F574' +0x00000466:ix_rkey[0139]: ' F575' +0x0000046e:ix_rkey[0140]: ' F576' +0x00000476:ix_rkey[0141]: ' F577' +0x0000047e:ix_rkey[0142]: ' F578' +0x00000486:ix_rkey[0143]: ' F579' +0x0000048e:ix_rkey[0144]: ' F580' +0x00000496:ix_rkey[0145]: ' F581' +0x0000049e:ix_rkey[0146]: ' F582' +0x000004a6:ix_rkey[0147]: ' F583' +0x000004ae:ix_rkey[0148]: ' F584' +0x000004b6:ix_rkey[0149]: ' F585' +0x000004be:ix_rkey[0150]: ' F586' +0x000004c6:ix_rkey[0151]: ' F587' +0x000004ce:ix_rkey[0152]: ' F588' +0x000004d6:ix_rkey[0153]: ' F589' +0x000004de:ix_rkey[0154]: ' F590' +0x000004e6:ix_rkey[0155]: ' F591' +0x000004ee:ix_rkey[0156]: ' F592' +0x000004f6:ix_rkey[0157]: ' F593' +0x000004fe:ix_rkey[0158]: ' F594' +0x00000506:ix_rkey[0159]: ' F595' +0x0000050e:ix_rkey[0160]: ' F596' +0x00000516:ix_rkey[0161]: ' F597' +0x0000051e:ix_rkey[0162]: ' F598' +0x00000526:ix_rkey[0163]: ' F599' +0x0000052e:ix_rkey[0164]: ' F600' +0x00000536:ix_rkey[0165]: ' F601' +0x0000053e:ix_rkey[0166]: ' F602' +0x00000546:ix_rkey[0167]: ' F603' + +deleted/unused entries +0x0000054e-0x00000805:ix_rkey[0168-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000c6 +0x0000080c:ix_offs[0001]: 0x000000c6 0x00000c08:ix_lens[0001]: 0x000000a7 +0x00000810:ix_offs[0002]: 0x0000016d 0x00000c0c:ix_lens[0002]: 0x000000f4 +0x00000814:ix_offs[0003]: 0x00000261 0x00000c10:ix_lens[0003]: 0x00000064 +0x00000818:ix_offs[0004]: 0x000002c5 0x00000c14:ix_lens[0004]: 0x00000044 +0x0000081c:ix_offs[0005]: 0x00000309 0x00000c18:ix_lens[0005]: 0x0000005d +0x00000820:ix_offs[0006]: 0x00000366 0x00000c1c:ix_lens[0006]: 0x00000037 +0x00000824:ix_offs[0007]: 0x0000039d 0x00000c20:ix_lens[0007]: 0x00000075 +0x00000828:ix_offs[0008]: 0x00000412 0x00000c24:ix_lens[0008]: 0x00000048 +0x0000082c:ix_offs[0009]: 0x0000045a 0x00000c28:ix_lens[0009]: 0x00000037 +0x00000830:ix_offs[0010]: 0x00000491 0x00000c2c:ix_lens[0010]: 0x00000082 +0x00000834:ix_offs[0011]: 0x00000513 0x00000c30:ix_lens[0011]: 0x0000002a +0x00000838:ix_offs[0012]: 0x0000053d 0x00000c34:ix_lens[0012]: 0x0000002a +0x0000083c:ix_offs[0013]: 0x00000567 0x00000c38:ix_lens[0013]: 0x00000038 +0x00000840:ix_offs[0014]: 0x0000059f 0x00000c3c:ix_lens[0014]: 0x0000002a +0x00000844:ix_offs[0015]: 0x000005c9 0x00000c40:ix_lens[0015]: 0x0000002a +0x00000848:ix_offs[0016]: 0x000005f3 0x00000c44:ix_lens[0016]: 0x00000071 +0x0000084c:ix_offs[0017]: 0x00000664 0x00000c48:ix_lens[0017]: 0x00000052 +0x00000850:ix_offs[0018]: 0x000006b6 0x00000c4c:ix_lens[0018]: 0x00000039 +0x00000854:ix_offs[0019]: 0x000006ef 0x00000c50:ix_lens[0019]: 0x000000c1 +0x00000858:ix_offs[0020]: 0x000007b0 0x00000c54:ix_lens[0020]: 0x000000f5 +0x0000085c:ix_offs[0021]: 0x000008a5 0x00000c58:ix_lens[0021]: 0x00000069 +0x00000860:ix_offs[0022]: 0x0000090e 0x00000c5c:ix_lens[0022]: 0x00000065 +0x00000864:ix_offs[0023]: 0x00000973 0x00000c60:ix_lens[0023]: 0x00000059 +0x00000868:ix_offs[0024]: 0x000009cc 0x00000c64:ix_lens[0024]: 0x00000042 +0x0000086c:ix_offs[0025]: 0x00000a0e 0x00000c68:ix_lens[0025]: 0x00000039 +0x00000870:ix_offs[0026]: 0x00000a47 0x00000c6c:ix_lens[0026]: 0x00000039 +0x00000874:ix_offs[0027]: 0x00000a80 0x00000c70:ix_lens[0027]: 0x00000039 +0x00000878:ix_offs[0028]: 0x00000ab9 0x00000c74:ix_lens[0028]: 0x0000002a +0x0000087c:ix_offs[0029]: 0x00000ae3 0x00000c78:ix_lens[0029]: 0x0000002a +0x00000880:ix_offs[0030]: 0x00000b0d 0x00000c7c:ix_lens[0030]: 0x0000002a +0x00000884:ix_offs[0031]: 0x00000b37 0x00000c80:ix_lens[0031]: 0x00000029 +0x00000888:ix_offs[0032]: 0x00000b60 0x00000c84:ix_lens[0032]: 0x0000007d +0x0000088c:ix_offs[0033]: 0x00000bdd 0x00000c88:ix_lens[0033]: 0x00000082 +0x00000890:ix_offs[0034]: 0x00000c5f 0x00000c8c:ix_lens[0034]: 0x00000029 +0x00000894:ix_offs[0035]: 0x00000c88 0x00000c90:ix_lens[0035]: 0x00000038 +0x00000898:ix_offs[0036]: 0x00000cc0 0x00000c94:ix_lens[0036]: 0x0000002a +0x0000089c:ix_offs[0037]: 0x00000cea 0x00000c98:ix_lens[0037]: 0x00000029 +0x000008a0:ix_offs[0038]: 0x00000d13 0x00000c9c:ix_lens[0038]: 0x00000037 +0x000008a4:ix_offs[0039]: 0x00000d4a 0x00000ca0:ix_lens[0039]: 0x00000029 +0x000008a8:ix_offs[0040]: 0x00000d73 0x00000ca4:ix_lens[0040]: 0x00000029 +0x000008ac:ix_offs[0041]: 0x00000d9c 0x00000ca8:ix_lens[0041]: 0x00000039 +0x000008b0:ix_offs[0042]: 0x00000dd5 0x00000cac:ix_lens[0042]: 0x0000002a +0x000008b4:ix_offs[0043]: 0x00000dff 0x00000cb0:ix_lens[0043]: 0x0000007c +0x000008b8:ix_offs[0044]: 0x00000e7b 0x00000cb4:ix_lens[0044]: 0x00000043 +0x000008bc:ix_offs[0045]: 0x00000ebe 0x00000cb8:ix_lens[0045]: 0x000000c8 +0x000008c0:ix_offs[0046]: 0x00000f86 0x00000cbc:ix_lens[0046]: 0x00000081 +0x000008c4:ix_offs[0047]: 0x00001007 0x00000cc0:ix_lens[0047]: 0x0000006c +0x000008c8:ix_offs[0048]: 0x00001073 0x00000cc4:ix_lens[0048]: 0x00000064 +0x000008cc:ix_offs[0049]: 0x000010d7 0x00000cc8:ix_lens[0049]: 0x00000067 +0x000008d0:ix_offs[0050]: 0x0000113e 0x00000ccc:ix_lens[0050]: 0x0000005f +0x000008d4:ix_offs[0051]: 0x0000119d 0x00000cd0:ix_lens[0051]: 0x00000053 +0x000008d8:ix_offs[0052]: 0x000011f0 0x00000cd4:ix_lens[0052]: 0x00000083 +0x000008dc:ix_offs[0053]: 0x00001273 0x00000cd8:ix_lens[0053]: 0x00000086 +0x000008e0:ix_offs[0054]: 0x000012f9 0x00000cdc:ix_lens[0054]: 0x0000006a +0x000008e4:ix_offs[0055]: 0x00001363 0x00000ce0:ix_lens[0055]: 0x0000002a +0x000008e8:ix_offs[0056]: 0x0000138d 0x00000ce4:ix_lens[0056]: 0x0000004c +0x000008ec:ix_offs[0057]: 0x000013d9 0x00000ce8:ix_lens[0057]: 0x0000004c +0x000008f0:ix_offs[0058]: 0x00001425 0x00000cec:ix_lens[0058]: 0x0000004b +0x000008f4:ix_offs[0059]: 0x00001470 0x00000cf0:ix_lens[0059]: 0x00000052 +0x000008f8:ix_offs[0060]: 0x000014c2 0x00000cf4:ix_lens[0060]: 0x0000003d +0x000008fc:ix_offs[0061]: 0x000014ff 0x00000cf8:ix_lens[0061]: 0x00000039 +0x00000900:ix_offs[0062]: 0x00001538 0x00000cfc:ix_lens[0062]: 0x00000068 +0x00000904:ix_offs[0063]: 0x000015a0 0x00000d00:ix_lens[0063]: 0x00000057 +0x00000908:ix_offs[0064]: 0x000015f7 0x00000d04:ix_lens[0064]: 0x00000037 +0x0000090c:ix_offs[0065]: 0x0000162e 0x00000d08:ix_lens[0065]: 0x00000037 +0x00000910:ix_offs[0066]: 0x00001665 0x00000d0c:ix_lens[0066]: 0x00000037 +0x00000914:ix_offs[0067]: 0x0000169c 0x00000d10:ix_lens[0067]: 0x00000057 +0x00000918:ix_offs[0068]: 0x000016f3 0x00000d14:ix_lens[0068]: 0x0000002a +0x0000091c:ix_offs[0069]: 0x0000171d 0x00000d18:ix_lens[0069]: 0x00000046 +0x00000920:ix_offs[0070]: 0x00001763 0x00000d1c:ix_lens[0070]: 0x00000043 +0x00000924:ix_offs[0071]: 0x000017a6 0x00000d20:ix_lens[0071]: 0x0000003c +0x00000928:ix_offs[0072]: 0x000017e2 0x00000d24:ix_lens[0072]: 0x00000050 +0x0000092c:ix_offs[0073]: 0x00001832 0x00000d28:ix_lens[0073]: 0x00000057 +0x00000930:ix_offs[0074]: 0x00001889 0x00000d2c:ix_lens[0074]: 0x00000066 +0x00000934:ix_offs[0075]: 0x000018ef 0x00000d30:ix_lens[0075]: 0x000000a2 +0x00000938:ix_offs[0076]: 0x00001991 0x00000d34:ix_lens[0076]: 0x00000037 +0x0000093c:ix_offs[0077]: 0x000019c8 0x00000d38:ix_lens[0077]: 0x0000004c +0x00000940:ix_offs[0078]: 0x00001a14 0x00000d3c:ix_lens[0078]: 0x0000002a +0x00000944:ix_offs[0079]: 0x00001a3e 0x00000d40:ix_lens[0079]: 0x0000004c +0x00000948:ix_offs[0080]: 0x00001a8a 0x00000d44:ix_lens[0080]: 0x0000005b +0x0000094c:ix_offs[0081]: 0x00001ae5 0x00000d48:ix_lens[0081]: 0x00000065 +0x00000950:ix_offs[0082]: 0x00001b4a 0x00000d4c:ix_lens[0082]: 0x00000075 +0x00000954:ix_offs[0083]: 0x00001bbf 0x00000d50:ix_lens[0083]: 0x00000037 +0x00000958:ix_offs[0084]: 0x00001bf6 0x00000d54:ix_lens[0084]: 0x00000045 +0x0000095c:ix_offs[0085]: 0x00001c3b 0x00000d58:ix_lens[0085]: 0x00000045 +0x00000960:ix_offs[0086]: 0x00001c80 0x00000d5c:ix_lens[0086]: 0x00000029 +0x00000964:ix_offs[0087]: 0x00001ca9 0x00000d60:ix_lens[0087]: 0x00000044 +0x00000968:ix_offs[0088]: 0x00001ced 0x00000d64:ix_lens[0088]: 0x00000053 +0x0000096c:ix_offs[0089]: 0x00001d40 0x00000d68:ix_lens[0089]: 0x00000090 +0x00000970:ix_offs[0090]: 0x00001dd0 0x00000d6c:ix_lens[0090]: 0x00000052 +0x00000974:ix_offs[0091]: 0x00001e22 0x00000d70:ix_lens[0091]: 0x0000004c +0x00000978:ix_offs[0092]: 0x00001e6e 0x00000d74:ix_lens[0092]: 0x00000048 +0x0000097c:ix_offs[0093]: 0x00001eb6 0x00000d78:ix_lens[0093]: 0x00000068 +0x00000980:ix_offs[0094]: 0x00001f1e 0x00000d7c:ix_lens[0094]: 0x00000061 +0x00000984:ix_offs[0095]: 0x00001f7f 0x00000d80:ix_lens[0095]: 0x00000053 +0x00000988:ix_offs[0096]: 0x00001fd2 0x00000d84:ix_lens[0096]: 0x00000029 +0x0000098c:ix_offs[0097]: 0x00001ffb 0x00000d88:ix_lens[0097]: 0x00000037 +0x00000990:ix_offs[0098]: 0x00002032 0x00000d8c:ix_lens[0098]: 0x0000006a +0x00000994:ix_offs[0099]: 0x0000209c 0x00000d90:ix_lens[0099]: 0x0000003f +0x00000998:ix_offs[0100]: 0x000020db 0x00000d94:ix_lens[0100]: 0x00000053 +0x0000099c:ix_offs[0101]: 0x0000212e 0x00000d98:ix_lens[0101]: 0x00000045 +0x000009a0:ix_offs[0102]: 0x00002173 0x00000d9c:ix_lens[0102]: 0x00000045 +0x000009a4:ix_offs[0103]: 0x000021b8 0x00000da0:ix_lens[0103]: 0x0000004a +0x000009a8:ix_offs[0104]: 0x00002202 0x00000da4:ix_lens[0104]: 0x0000002a +0x000009ac:ix_offs[0105]: 0x0000222c 0x00000da8:ix_lens[0105]: 0x0000004a +0x000009b0:ix_offs[0106]: 0x00002276 0x00000dac:ix_lens[0106]: 0x00000060 +0x000009b4:ix_offs[0107]: 0x000022d6 0x00000db0:ix_lens[0107]: 0x00000066 +0x000009b8:ix_offs[0108]: 0x0000233c 0x00000db4:ix_lens[0108]: 0x000000a0 +0x000009bc:ix_offs[0109]: 0x000023dc 0x00000db8:ix_lens[0109]: 0x00000039 +0x000009c0:ix_offs[0110]: 0x00002415 0x00000dbc:ix_lens[0110]: 0x0000004a +0x000009c4:ix_offs[0111]: 0x0000245f 0x00000dc0:ix_lens[0111]: 0x0000004a +0x000009c8:ix_offs[0112]: 0x000024a9 0x00000dc4:ix_lens[0112]: 0x00000099 +0x000009cc:ix_offs[0113]: 0x00002542 0x00000dc8:ix_lens[0113]: 0x00000074 +0x000009d0:ix_offs[0114]: 0x000025b6 0x00000dcc:ix_lens[0114]: 0x00000047 +0x000009d4:ix_offs[0115]: 0x000025fd 0x00000dd0:ix_lens[0115]: 0x00000050 +0x000009d8:ix_offs[0116]: 0x0000264d 0x00000dd4:ix_lens[0116]: 0x0000002a +0x000009dc:ix_offs[0117]: 0x00002677 0x00000dd8:ix_lens[0117]: 0x00000048 +0x000009e0:ix_offs[0118]: 0x000026bf 0x00000ddc:ix_lens[0118]: 0x00000047 +0x000009e4:ix_offs[0119]: 0x00002706 0x00000de0:ix_lens[0119]: 0x00000048 +0x000009e8:ix_offs[0120]: 0x0000274e 0x00000de4:ix_lens[0120]: 0x0000002a +0x000009ec:ix_offs[0121]: 0x00002778 0x00000de8:ix_lens[0121]: 0x0000002a +0x000009f0:ix_offs[0122]: 0x000027a2 0x00000dec:ix_lens[0122]: 0x0000002a +0x000009f4:ix_offs[0123]: 0x000027cc 0x00000df0:ix_lens[0123]: 0x0000002a +0x000009f8:ix_offs[0124]: 0x000027f6 0x00000df4:ix_lens[0124]: 0x00000039 +0x000009fc:ix_offs[0125]: 0x0000282f 0x00000df8:ix_lens[0125]: 0x00000062 +0x00000a00:ix_offs[0126]: 0x00002891 0x00000dfc:ix_lens[0126]: 0x00000049 +0x00000a04:ix_offs[0127]: 0x000028da 0x00000e00:ix_lens[0127]: 0x00000049 +0x00000a08:ix_offs[0128]: 0x00002923 0x00000e04:ix_lens[0128]: 0x00000075 +0x00000a0c:ix_offs[0129]: 0x00002998 0x00000e08:ix_lens[0129]: 0x00000044 +0x00000a10:ix_offs[0130]: 0x000029dc 0x00000e0c:ix_lens[0130]: 0x00000049 +0x00000a14:ix_offs[0131]: 0x00002a25 0x00000e10:ix_lens[0131]: 0x00000072 +0x00000a18:ix_offs[0132]: 0x00002a97 0x00000e14:ix_lens[0132]: 0x0000002b +0x00000a1c:ix_offs[0133]: 0x00002ac2 0x00000e18:ix_lens[0133]: 0x0000002b +0x00000a20:ix_offs[0134]: 0x00002aed 0x00000e1c:ix_lens[0134]: 0x00000086 +0x00000a24:ix_offs[0135]: 0x00002b73 0x00000e20:ix_lens[0135]: 0x0000002b +0x00000a28:ix_offs[0136]: 0x00002b9e 0x00000e24:ix_lens[0136]: 0x00000067 +0x00000a2c:ix_offs[0137]: 0x00002c05 0x00000e28:ix_lens[0137]: 0x0000002b +0x00000a30:ix_offs[0138]: 0x00002c30 0x00000e2c:ix_lens[0138]: 0x0000002b +0x00000a34:ix_offs[0139]: 0x00002c5b 0x00000e30:ix_lens[0139]: 0x0000003a +0x00000a38:ix_offs[0140]: 0x00002c95 0x00000e34:ix_lens[0140]: 0x00000085 +0x00000a3c:ix_offs[0141]: 0x00002d1a 0x00000e38:ix_lens[0141]: 0x0000006b +0x00000a40:ix_offs[0142]: 0x00002d85 0x00000e3c:ix_lens[0142]: 0x0000005c +0x00000a44:ix_offs[0143]: 0x00002de1 0x00000e40:ix_lens[0143]: 0x0000003e +0x00000a48:ix_offs[0144]: 0x00002e1f 0x00000e44:ix_lens[0144]: 0x0000002b +0x00000a4c:ix_offs[0145]: 0x00002e4a 0x00000e48:ix_lens[0145]: 0x00000049 +0x00000a50:ix_offs[0146]: 0x00002e93 0x00000e4c:ix_lens[0146]: 0x00000059 +0x00000a54:ix_offs[0147]: 0x00002eec 0x00000e50:ix_lens[0147]: 0x0000002b +0x00000a58:ix_offs[0148]: 0x00002f17 0x00000e54:ix_lens[0148]: 0x00000033 +0x00000a5c:ix_offs[0149]: 0x00002f4a 0x00000e58:ix_lens[0149]: 0x00000049 +0x00000a60:ix_offs[0150]: 0x00002f93 0x00000e5c:ix_lens[0150]: 0x00000058 +0x00000a64:ix_offs[0151]: 0x00002feb 0x00000e60:ix_lens[0151]: 0x00000076 +0x00000a68:ix_offs[0152]: 0x00003061 0x00000e64:ix_lens[0152]: 0x0000003a +0x00000a6c:ix_offs[0153]: 0x0000309b 0x00000e68:ix_lens[0153]: 0x0000002b +0x00000a70:ix_offs[0154]: 0x000030c6 0x00000e6c:ix_lens[0154]: 0x0000002b +0x00000a74:ix_offs[0155]: 0x000030f1 0x00000e70:ix_lens[0155]: 0x00000049 +0x00000a78:ix_offs[0156]: 0x0000313a 0x00000e74:ix_lens[0156]: 0x0000002b +0x00000a7c:ix_offs[0157]: 0x00003165 0x00000e78:ix_lens[0157]: 0x0000002b +0x00000a80:ix_offs[0158]: 0x00003190 0x00000e7c:ix_lens[0158]: 0x00000085 +0x00000a84:ix_offs[0159]: 0x00003215 0x00000e80:ix_lens[0159]: 0x0000003e +0x00000a88:ix_offs[0160]: 0x00003253 0x00000e84:ix_lens[0160]: 0x00000089 +0x00000a8c:ix_offs[0161]: 0x000032dc 0x00000e88:ix_lens[0161]: 0x0000002b +0x00000a90:ix_offs[0162]: 0x00003307 0x00000e8c:ix_lens[0162]: 0x0000005c +0x00000a94:ix_offs[0163]: 0x00003363 0x00000e90:ix_lens[0163]: 0x0000002b +0x00000a98:ix_offs[0164]: 0x0000338e 0x00000e94:ix_lens[0164]: 0x0000003e +0x00000a9c:ix_offs[0165]: 0x000033cc 0x00000e98:ix_lens[0165]: 0x0000003e +0x00000aa0:ix_offs[0166]: 0x0000340a 0x00000e9c:ix_lens[0166]: 0x0000003e +0x00000aa4:ix_offs[0167]: 0x00003448 0x00000ea0:ix_lens[0167]: 0x0000006b + +0x00000aa8-0x00000c03:ix_offs[0168-0254] default value 0x00000000 +0x00000ea4-0x00000fff:ix_lens[0168-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F436 offs: 0x00000000 lens: 0x000000c6 +0x00001000-0x000010c5: +>>0 @F436@ FAM +1 HUSB @I725@ +1 WIFE @I726@ +1 MARR +2 DATE 23 NOV 1589 +2 PLAC Oslo,Norway +1 CHIL @I727@ +1 CHIL @I728@ +1 CHIL @I729@ +1 CHIL @I730@ +1 CHIL @I731@ +1 CHIL @I732@ +1 CHIL @I733@ +1 CHIL @I734@ +<< +[0001] FAM rkey: F437 offs: 0x000000c6 lens: 0x000000a7 +0x000010c6-0x0000116c: +>>0 @F437@ FAM +1 HUSB @I737@ +1 WIFE @I738@ +1 MARR +2 DATE 20 JUL 1572 +2 PLAC Copenhagen,Denmark +1 CHIL @I726@ +1 CHIL @I1627@ +1 CHIL @I2860@ +1 CHIL @I2861@ +1 CHIL @I2862@ +<< +[0002] FAM rkey: F438 offs: 0x0000016d lens: 0x000000f4 +0x0000116d-0x00001260: +>>0 @F438@ FAM +1 HUSB @I735@ +1 WIFE @I728@ +1 MARR +2 DATE 14 FEB 1613 +2 PLAC Whitehall +1 CHIL @I2114@ +1 CHIL @I765@ +1 CHIL @I766@ +1 CHIL @I767@ +1 CHIL @I768@ +1 CHIL @I2115@ +1 CHIL @I2116@ +1 CHIL @I2117@ +1 CHIL @I2118@ +1 CHIL @I2119@ +1 CHIL @I736@ +<< +[0003] FAM rkey: F439 offs: 0x00000261 lens: 0x00000064 +0x00001261-0x000012c4: +>>0 @F439@ FAM +1 HUSB @I1632@ +1 WIFE @I1633@ +1 MARR +2 DATE 29 OCT 1525 +2 PLAC Lauenburg +1 CHIL @I737@ +<< +[0004] FAM rkey: F440 offs: 0x000002c5 lens: 0x00000044 +0x000012c5-0x00001308: +>>0 @F440@ FAM +1 HUSB @I740@ +1 WIFE @I2505@ +1 MARR +2 DATE 18 AUG 1572 +<< +[0005] FAM rkey: F441 offs: 0x00000309 lens: 0x0000005d +0x00001309-0x00001365: +>>0 @F441@ FAM +1 HUSB @I743@ +1 WIFE @I752@ +1 MARR +2 DATE 20 MAY 1662 +2 PLAC Portsmouth,England +<< +[0006] FAM rkey: F442 offs: 0x00000366 lens: 0x00000037 +0x00001366-0x0000139c: +>>0 @F442@ FAM +1 HUSB @I750@ +1 WIFE @I744@ +1 CHIL @I757@ +<< +[0007] FAM rkey: F443 offs: 0x0000039d lens: 0x00000075 +0x0000139d-0x00001411: +>>0 @F443@ FAM +1 HUSB @I751@ +1 WIFE @I749@ +1 MARR +2 DATE 31 MAR 1661 +2 PLAC Paris,,France +1 CHIL @I951@ +1 CHIL @I2128@ +<< +[0008] FAM rkey: F444 offs: 0x00000412 lens: 0x00000048 +0x00001412-0x00001459: +>>0 @F444@ FAM +1 HUSB @I751@ +1 WIFE @I2916@ +1 CHIL @I2517@ +1 CHIL @I2917@ +<< +[0009] FAM rkey: F445 offs: 0x0000045a lens: 0x00000037 +0x0000145a-0x00001490: +>>0 @F445@ FAM +1 HUSB @I753@ +1 WIFE @I754@ +1 CHIL @I752@ +<< +[0010] FAM rkey: F446 offs: 0x00000491 lens: 0x00000082 +0x00001491-0x00001512: +>>0 @F446@ FAM +1 HUSB @I772@ +1 WIFE @I771@ +1 MARR +2 DATE 8 OCT 1684 +2 PLAC Herrenhausen +1 CHIL @I1177@ +1 CHIL @I1178@ +1 CHIL @I761@ +<< +[0011] FAM rkey: F447 offs: 0x00000513 lens: 0x0000002a +0x00001513-0x0000153c: +>>0 @F447@ FAM +1 HUSB @I2144@ +1 CHIL @I762@ +<< +[0012] FAM rkey: F448 offs: 0x0000053d lens: 0x0000002a +0x0000153d-0x00001566: +>>0 @F448@ FAM +1 HUSB @I2145@ +1 WIFE @I762@ +<< +[0013] FAM rkey: F449 offs: 0x00000567 lens: 0x00000038 +0x00001567-0x0000159e: +>>0 @F449@ FAM +1 HUSB @I765@ +1 WIFE @I769@ +1 CHIL @I2415@ +<< +[0014] FAM rkey: F450 offs: 0x0000059f lens: 0x0000002a +0x0000159f-0x000015c8: +>>0 @F450@ FAM +1 HUSB @I768@ +1 WIFE @I2121@ +<< +[0015] FAM rkey: F451 offs: 0x000005c9 lens: 0x0000002a +0x000015c9-0x000015f2: +>>0 @F451@ FAM +1 HUSB @I2120@ +1 CHIL @I769@ +<< +[0016] FAM rkey: F452 offs: 0x000005f3 lens: 0x00000071 +0x000015f3-0x00001663: +>>0 @F452@ FAM +1 HUSB @I772@ +1 WIFE @I1173@ +1 MARR +2 DATE 23 AUG 1679 +2 PLAC Potsdam +1 CHIL @I1174@ +1 CHIL @I1175@ +<< +[0017] FAM rkey: F453 offs: 0x00000664 lens: 0x00000052 +0x00001664-0x000016b5: +>>0 @F453@ FAM +1 HUSB @I772@ +1 WIFE @I1176@ +1 MARR +2 DATE 28 NOV 1708 +2 PLAC Berlin +<< +[0018] FAM rkey: F454 offs: 0x000006b6 lens: 0x00000039 +0x000016b6-0x000016ee: +>>0 @F454@ FAM +1 HUSB @I1254@ +1 WIFE @I1255@ +1 CHIL @I773@ +<< +[0019] FAM rkey: F455 offs: 0x000006ef lens: 0x000000c1 +0x000016ef-0x000017af: +>>0 @F455@ FAM +1 HUSB @I773@ +1 WIFE @I774@ +1 MARR +2 DATE 18 JAN 1486 +2 PLAC Westminster,,England +1 CHIL @I775@ +1 CHIL @I776@ +1 CHIL @I828@ +1 CHIL @I829@ +1 CHIL @I830@ +1 CHIL @I831@ +1 CHIL @I832@ +<< +[0020] FAM rkey: F456 offs: 0x000007b0 lens: 0x000000f5 +0x000017b0-0x000018a4: +>>0 @F456@ FAM +1 HUSB @I991@ +1 WIFE @I998@ +1 MARR +2 DATE 1 MAY 1464 +2 PLAC Grafton Regis,Northants +1 CHIL @I774@ +1 CHIL @I999@ +1 CHIL @I1000@ +1 CHIL @I1001@ +1 CHIL @I1002@ +1 CHIL @I1003@ +1 CHIL @I1004@ +1 CHIL @I1005@ +1 CHIL @I1006@ +1 CHIL @I1007@ +<< +[0021] FAM rkey: F457 offs: 0x000008a5 lens: 0x00000069 +0x000018a5-0x0000190d: +>>0 @F457@ FAM +1 HUSB @I775@ +1 WIFE @I833@ +1 MARR +2 DATE 14 NOV 1501 +2 PLAC St. Pauls Cath.,London,England +<< +[0022] FAM rkey: F458 offs: 0x0000090e lens: 0x00000065 +0x0000190e-0x00001972: +>>0 @F458@ FAM +1 HUSB @I834@ +1 WIFE @I776@ +1 MARR +2 DATE 8 AUG 1503 +2 PLAC Holyrod Abbey +1 CHIL @I835@ +<< +[0023] FAM rkey: F459 offs: 0x00000973 lens: 0x00000059 +0x00001973-0x000019cb: +>>0 @F459@ FAM +1 HUSB @I836@ +1 WIFE @I776@ +1 DIV Y +1 MARR +2 DATE 4 AUG 1514 +1 CHIL @I1431@ +<< +[0024] FAM rkey: F460 offs: 0x000009cc lens: 0x00000042 +0x000019cc-0x00001a0d: +>>0 @F460@ FAM +1 HUSB @I837@ +1 WIFE @I776@ +1 MARR +2 DATE 3 MAR 1528 +<< +[0025] FAM rkey: F461 offs: 0x00000a0e lens: 0x00000039 +0x00001a0e-0x00001a46: +>>0 @F461@ FAM +1 HUSB @I2301@ +1 WIFE @I2302@ +1 CHIL @I779@ +<< +[0026] FAM rkey: F462 offs: 0x00000a47 lens: 0x00000039 +0x00001a47-0x00001a7f: +>>0 @F462@ FAM +1 HUSB @I1291@ +1 WIFE @I1292@ +1 CHIL @I781@ +<< +[0027] FAM rkey: F463 offs: 0x00000a80 lens: 0x00000039 +0x00001a80-0x00001ab8: +>>0 @F463@ FAM +1 HUSB @I1729@ +1 CHIL @I782@ +1 CHIL @I1728@ +<< +[0028] FAM rkey: F464 offs: 0x00000ab9 lens: 0x0000002a +0x00001ab9-0x00001ae2: +>>0 @F464@ FAM +1 HUSB @I1722@ +1 CHIL @I787@ +<< +[0029] FAM rkey: F465 offs: 0x00000ae3 lens: 0x0000002a +0x00001ae3-0x00001b0c: +>>0 @F465@ FAM +1 HUSB @I1728@ +1 CHIL @I789@ +<< +[0030] FAM rkey: F466 offs: 0x00000b0d lens: 0x0000002a +0x00001b0d-0x00001b36: +>>0 @F466@ FAM +1 HUSB @I1716@ +1 CHIL @I792@ +<< +[0031] FAM rkey: F467 offs: 0x00000b37 lens: 0x00000029 +0x00001b37-0x00001b5f: +>>0 @F467@ FAM +1 HUSB @I804@ +1 WIFE @I805@ +<< +[0032] FAM rkey: F468 offs: 0x00000b60 lens: 0x0000007d +0x00001b60-0x00001bdc: +>>0 @F468@ FAM +1 HUSB @I2995@ +1 WIFE @I2996@ +1 MARR +2 DATE JUL 1900 +1 CHIL @I806@ +1 CHIL @I2997@ +1 CHIL @I3009@ +1 CHIL @I2998@ +<< +[0033] FAM rkey: F469 offs: 0x00000bdd lens: 0x00000082 +0x00001bdd-0x00001c5e: +>>0 @F469@ FAM +1 HUSB @I2986@ +1 WIFE @I806@ +1 MARR +2 DATE 28 DEC 1936 +2 PLAC Guildhall,London,England +1 CHIL @I2989@ +1 CHIL @I3010@ +<< +[0034] FAM rkey: F470 offs: 0x00000c5f lens: 0x00000029 +0x00001c5f-0x00001c87: +>>0 @F470@ FAM +1 HUSB @I810@ +1 CHIL @I807@ +<< +[0035] FAM rkey: F471 offs: 0x00000c88 lens: 0x00000038 +0x00001c88-0x00001cbf: +>>0 @F471@ FAM +1 HUSB @I814@ +1 WIFE @I2947@ +1 CHIL @I811@ +<< +[0036] FAM rkey: F472 offs: 0x00000cc0 lens: 0x0000002a +0x00001cc0-0x00001ce9: +>>0 @F472@ FAM +1 HUSB @I2946@ +1 CHIL @I812@ +<< +[0037] FAM rkey: F473 offs: 0x00000cea lens: 0x00000029 +0x00001cea-0x00001d12: +>>0 @F473@ FAM +1 HUSB @I815@ +1 CHIL @I814@ +<< +[0038] FAM rkey: F474 offs: 0x00000d13 lens: 0x00000037 +0x00001d13-0x00001d49: +>>0 @F474@ FAM +1 HUSB @I816@ +1 WIFE @I817@ +1 CHIL @I815@ +<< +[0039] FAM rkey: F475 offs: 0x00000d4a lens: 0x00000029 +0x00001d4a-0x00001d72: +>>0 @F475@ FAM +1 HUSB @I818@ +1 CHIL @I816@ +<< +[0040] FAM rkey: F476 offs: 0x00000d73 lens: 0x00000029 +0x00001d73-0x00001d9b: +>>0 @F476@ FAM +1 HUSB @I819@ +1 CHIL @I818@ +<< +[0041] FAM rkey: F477 offs: 0x00000d9c lens: 0x00000039 +0x00001d9c-0x00001dd4: +>>0 @F477@ FAM +1 HUSB @I2936@ +1 WIFE @I2937@ +1 CHIL @I820@ +<< +[0042] FAM rkey: F478 offs: 0x00000dd5 lens: 0x0000002a +0x00001dd5-0x00001dfe: +>>0 @F478@ FAM +1 HUSB @I2933@ +1 CHIL @I821@ +<< +[0043] FAM rkey: F479 offs: 0x00000dff lens: 0x0000007c +0x00001dff-0x00001e7a: +>>0 @F479@ FAM +1 HUSB @I825@ +1 WIFE @I822@ +1 DIV Y +1 MARR +2 DATE JUL 1976 +2 PLAC Dummer,,England +1 CHIL @I826@ +1 CHIL @I2959@ +<< +[0044] FAM rkey: F480 offs: 0x00000e7b lens: 0x00000043 +0x00001e7b-0x00001ebd: +>>0 @F480@ FAM +1 HUSB @I823@ +1 WIFE @I824@ +1 MARR +2 DATE ABT 1953 +<< +[0045] FAM rkey: F481 offs: 0x00000ebe lens: 0x000000c8 +0x00001ebe-0x00001f85: +>>0 @F481@ FAM +1 HUSB @I828@ +1 WIFE @I833@ +1 DIV Y +1 MARR +2 DATE 11 JUN 1509 +2 PLAC Grey Friars Ch.,Greenwich,England +1 CHIL @I842@ +1 CHIL @I843@ +1 CHIL @I844@ +1 CHIL @I845@ +1 CHIL @I846@ +1 CHIL @I847@ +<< +[0046] FAM rkey: F482 offs: 0x00000f86 lens: 0x00000081 +0x00001f86-0x00002006: +>>0 @F482@ FAM +1 HUSB @I828@ +1 WIFE @I848@ +1 MARR +2 DATE 25 JAN 1533 +2 PLAC Westminster,London,England +1 CHIL @I849@ +1 CHIL @I850@ +<< +[0047] FAM rkey: F483 offs: 0x00001007 lens: 0x0000006c +0x00002007-0x00002072: +>>0 @F483@ FAM +1 HUSB @I828@ +1 WIFE @I851@ +1 MARR +2 DATE 30 MAY 1536 +2 PLAC York Place,,England +1 CHIL @I852@ +<< +[0048] FAM rkey: F484 offs: 0x00001073 lens: 0x00000064 +0x00002073-0x000020d6: +>>0 @F484@ FAM +1 HUSB @I828@ +1 WIFE @I853@ +1 DIV Y +1 MARR +2 DATE 6 JAN 1540 +2 PLAC Greenwich,,England +<< +[0049] FAM rkey: F485 offs: 0x000010d7 lens: 0x00000067 +0x000020d7-0x0000213d: +>>0 @F485@ FAM +1 HUSB @I828@ +1 WIFE @I856@ +1 MARR +2 DATE 28 JUL 1540 +2 PLAC Hampton Court,Palace,England +<< +[0050] FAM rkey: F486 offs: 0x0000113e lens: 0x0000005f +0x0000213e-0x0000219c: +>>0 @F486@ FAM +1 HUSB @I828@ +1 WIFE @I859@ +1 MARR +2 DATE 12 JUL 1543 +2 PLAC Hampton Court,Palace +<< +[0051] FAM rkey: F487 offs: 0x0000119d lens: 0x00000053 +0x0000219d-0x000021ef: +>>0 @F487@ FAM +1 HUSB @I838@ +1 WIFE @I830@ +1 MARR +2 DATE 9 OCT 1514 +2 PLAC Abbeville +<< +[0052] FAM rkey: F488 offs: 0x000011f0 lens: 0x00000083 +0x000021f0-0x00002272: +>>0 @F488@ FAM +1 HUSB @I839@ +1 WIFE @I830@ +1 MARR +2 DATE 3 MAR 1515 +2 PLAC Paris,France +1 CHIL @I1426@ +1 CHIL @I1427@ +1 CHIL @I1428@ +<< +[0053] FAM rkey: F489 offs: 0x00001273 lens: 0x00000086 +0x00002273-0x000022f8: +>>0 @F489@ FAM +1 HUSB @I840@ +1 WIFE @I841@ +1 MARR +2 DATE 1469 +1 CHIL @I2887@ +1 CHIL @I2889@ +1 CHIL @I2100@ +1 CHIL @I2888@ +1 CHIL @I833@ +<< +[0054] FAM rkey: F490 offs: 0x000012f9 lens: 0x0000006a +0x000022f9-0x00002362: +>>0 @F490@ FAM +1 HUSB @I1252@ +1 WIFE @I1469@ +1 MARR +2 DATE 1469 +1 CHIL @I834@ +1 CHIL @I2867@ +1 CHIL @I2868@ +<< +[0055] FAM rkey: F491 offs: 0x00001363 lens: 0x0000002a +0x00002363-0x0000238c: +>>0 @F491@ FAM +1 HUSB @I835@ +1 WIFE @I1429@ +<< +[0056] FAM rkey: F492 offs: 0x0000138d lens: 0x0000004c +0x0000238d-0x000023d8: +>>0 @F492@ FAM +1 HUSB @I835@ +1 WIFE @I1251@ +1 MARR +2 DATE 1538 +1 CHIL @I1247@ +<< +[0057] FAM rkey: F493 offs: 0x000013d9 lens: 0x0000004c +0x000023d9-0x00002424: +>>0 @F493@ FAM +1 HUSB @I1260@ +1 WIFE @I2546@ +1 MARR +2 DATE 1462 +1 CHIL @I838@ +<< +[0058] FAM rkey: F494 offs: 0x00001425 lens: 0x0000004b +0x00002425-0x0000246f: +>>0 @F494@ FAM +1 HUSB @I838@ +1 WIFE @I2547@ +1 DIV Y +1 MARR +2 DATE 8 SEP 1476 +<< +[0059] FAM rkey: F495 offs: 0x00001470 lens: 0x00000052 +0x00002470-0x000024c1: +>>0 @F495@ FAM +1 HUSB @I838@ +1 WIFE @I2548@ +1 MARR +2 DATE 8 JAN 1499 +1 CHIL @I2440@ +<< +[0060] FAM rkey: F496 offs: 0x000014c2 lens: 0x0000003d +0x000024c2-0x000024fe: +>>0 @F496@ FAM +1 HUSB @I840@ +1 WIFE @I2886@ +1 MARR +2 DATE 1506 +<< +[0061] FAM rkey: F497 offs: 0x000014ff lens: 0x00000039 +0x000024ff-0x00002537: +>>0 @F497@ FAM +1 HUSB @I2442@ +1 WIFE @I2443@ +1 CHIL @I841@ +<< +[0062] FAM rkey: F498 offs: 0x00001538 lens: 0x00000068 +0x00002538-0x0000259f: +>>0 @F498@ FAM +1 HUSB @I870@ +1 WIFE @I846@ +1 MARR +2 DATE 25 JUL 1554 +2 PLAC Winchester,Cathedral,,England +<< +[0063] FAM rkey: F499 offs: 0x000015a0 lens: 0x00000057 +0x000025a0-0x000025f6: +>>0 @F499@ FAM +1 HUSB @I2099@ +1 WIFE @I2337@ +1 CHIL @I2338@ +1 CHIL @I2339@ +1 CHIL @I848@ +<< +[0064] FAM rkey: F500 offs: 0x000015f7 lens: 0x00000037 +0x000025f7-0x0000262d: +>>0 @F500@ FAM +1 HUSB @I860@ +1 WIFE @I861@ +1 CHIL @I851@ +<< +[0065] FAM rkey: F501 offs: 0x0000162e lens: 0x00000037 +0x0000262e-0x00002664: +>>0 @F501@ FAM +1 HUSB @I854@ +1 WIFE @I855@ +1 CHIL @I853@ +<< +[0066] FAM rkey: F502 offs: 0x00001665 lens: 0x00000037 +0x00002665-0x0000269b: +>>0 @F502@ FAM +1 HUSB @I857@ +1 WIFE @I858@ +1 CHIL @I856@ +<< +[0067] FAM rkey: F503 offs: 0x0000169c lens: 0x00000057 +0x0000269c-0x000026f2: +>>0 @F503@ FAM +1 HUSB @I2341@ +1 WIFE @I2342@ +1 CHIL @I2343@ +1 CHIL @I2337@ +1 CHIL @I857@ +<< +[0068] FAM rkey: F504 offs: 0x000016f3 lens: 0x0000002a +0x000026f3-0x0000271c: +>>0 @F504@ FAM +1 HUSB @I857@ +1 WIFE @I2346@ +<< +[0069] FAM rkey: F505 offs: 0x0000171d lens: 0x00000046 +0x0000271d-0x00002762: +>>0 @F505@ FAM +1 HUSB @I865@ +1 WIFE @I866@ +1 CHIL @I859@ +1 CHIL @I2309@ +<< +[0070] FAM rkey: F506 offs: 0x00001763 lens: 0x00000043 +0x00002763-0x000027a5: +>>0 @F506@ FAM +1 HUSB @I862@ +1 WIFE @I859@ +1 MARR +2 DATE ABT 1529 +<< +[0071] FAM rkey: F507 offs: 0x000017a6 lens: 0x0000003c +0x000027a6-0x000027e1: +>>0 @F507@ FAM +1 HUSB @I863@ +1 WIFE @I859@ +1 MARR +2 DATE 1533 +<< +[0072] FAM rkey: F508 offs: 0x000017e2 lens: 0x00000050 +0x000027e2-0x00002831: +>>0 @F508@ FAM +1 HUSB @I864@ +1 WIFE @I859@ +1 MARR +2 DATE 4 APR 1547 +1 CHIL @I867@ +<< +[0073] FAM rkey: F509 offs: 0x00001832 lens: 0x00000057 +0x00002832-0x00002888: +>>0 @F509@ FAM +1 HUSB @I1430@ +1 WIFE @I1427@ +1 CHIL @I868@ +1 CHIL @I2106@ +1 CHIL @I2107@ +<< +[0074] FAM rkey: F510 offs: 0x00001889 lens: 0x00000066 +0x00002889-0x000028ee: +>>0 @F510@ FAM +1 HUSB @I869@ +1 WIFE @I868@ +1 MARR +2 DATE 21 MAY 1553 +2 PLAC Durham House,London,England +<< +[0075] FAM rkey: F511 offs: 0x000018ef lens: 0x000000a2 +0x000028ef-0x00002990: +>>0 @F511@ FAM +1 HUSB @I2310@ +1 WIFE @I2311@ +1 CHIL @I2312@ +1 CHIL @I2313@ +1 CHIL @I2314@ +1 CHIL @I869@ +1 CHIL @I2315@ +1 CHIL @I2316@ +1 CHIL @I2317@ +1 CHIL @I2318@ +<< +[0076] FAM rkey: F512 offs: 0x00001991 lens: 0x00000037 +0x00002991-0x000029c7: +>>0 @F512@ FAM +1 HUSB @I871@ +1 WIFE @I872@ +1 CHIL @I870@ +<< +[0077] FAM rkey: F513 offs: 0x000019c8 lens: 0x0000004c +0x000029c8-0x00002a13: +>>0 @F513@ FAM +1 HUSB @I870@ +1 WIFE @I2133@ +1 MARR +2 DATE 1543 +1 CHIL @I2136@ +<< +[0078] FAM rkey: F514 offs: 0x00001a14 lens: 0x0000002a +0x00002a14-0x00002a3d: +>>0 @F514@ FAM +1 HUSB @I870@ +1 WIFE @I2134@ +<< +[0079] FAM rkey: F515 offs: 0x00001a3e lens: 0x0000004c +0x00002a3e-0x00002a89: +>>0 @F515@ FAM +1 HUSB @I870@ +1 WIFE @I2135@ +1 MARR +2 DATE 1570 +1 CHIL @I2132@ +<< +[0080] FAM rkey: F516 offs: 0x00001a8a lens: 0x0000005b +0x00002a8a-0x00002ae4: +>>0 @F516@ FAM +1 HUSB @I2885@ +1 WIFE @I2100@ +1 MARR +2 DATE 1496 +1 CHIL @I2894@ +1 CHIL @I871@ +<< +[0081] FAM rkey: F517 offs: 0x00001ae5 lens: 0x00000065 +0x00002ae5-0x00002b49: +>>0 @F517@ FAM +1 HUSB @I873@ +1 WIFE @I1370@ +1 MARR +2 DATE 7 JAN 1239 +2 PLAC Westminster +1 CHIL @I1147@ +<< +[0082] FAM rkey: F518 offs: 0x00001b4a lens: 0x00000075 +0x00002b4a-0x00002bbe: +>>0 @F518@ FAM +1 HUSB @I874@ +1 WIFE @I882@ +1 DIV Y +1 MARR +2 DATE 1957 +2 PLAC Salem,Bavaria +1 CHIL @I883@ +1 CHIL @I884@ +<< +[0083] FAM rkey: F519 offs: 0x00001bbf lens: 0x00000037 +0x00002bbf-0x00002bf5: +>>0 @F519@ FAM +1 HUSB @I874@ +1 WIFE @I885@ +1 CHIL @I886@ +<< +[0084] FAM rkey: F520 offs: 0x00001bf6 lens: 0x00000045 +0x00002bf6-0x00002c3a: +>>0 @F520@ FAM +1 HUSB @I875@ +1 WIFE @I887@ +1 CHIL @I888@ +1 CHIL @I889@ +<< +[0085] FAM rkey: F521 offs: 0x00001c3b lens: 0x00000045 +0x00002c3b-0x00002c7f: +>>0 @F521@ FAM +1 HUSB @I875@ +1 WIFE @I890@ +1 CHIL @I891@ +1 CHIL @I892@ +<< +[0086] FAM rkey: F522 offs: 0x00001c80 lens: 0x00000029 +0x00002c80-0x00002ca8: +>>0 @F522@ FAM +1 HUSB @I875@ +1 WIFE @I893@ +<< +[0087] FAM rkey: F523 offs: 0x00001ca9 lens: 0x00000044 +0x00002ca9-0x00002cec: +>>0 @F523@ FAM +1 HUSB @I876@ +1 WIFE @I1370@ +1 MARR +2 DATE 23 APR 1224 +<< +[0088] FAM rkey: F524 offs: 0x00001ced lens: 0x00000053 +0x00002ced-0x00002d3f: +>>0 @F524@ FAM +1 HUSB @I877@ +1 WIFE @I878@ +1 CHIL @I879@ +1 CHIL @I880@ +1 CHIL @I881@ +<< +[0089] FAM rkey: F525 offs: 0x00001d40 lens: 0x00000090 +0x00002d40-0x00002dcf: +>>0 @F525@ FAM +1 HUSB @I902@ +1 WIFE @I895@ +1 MARR +2 DATE 1925 +1 CHIL @I903@ +1 CHIL @I904@ +1 CHIL @I890@ +1 CHIL @I905@ +1 CHIL @I906@ +1 CHIL @I907@ +<< +[0090] FAM rkey: F526 offs: 0x00001dd0 lens: 0x00000052 +0x00002dd0-0x00002e21: +>>0 @F526@ FAM +1 HUSB @I1422@ +1 WIFE @I1423@ +1 MARR +2 DATE 4 SEP 1725 +1 CHIL @I894@ +<< +[0091] FAM rkey: F527 offs: 0x00001e22 lens: 0x0000004c +0x00002e22-0x00002e6d: +>>0 @F527@ FAM +1 HUSB @I2131@ +1 WIFE @I896@ +1 MARR +2 DATE 1621 +1 CHIL @I1420@ +<< +[0092] FAM rkey: F528 offs: 0x00001e6e lens: 0x00000048 +0x00002e6e-0x00002eb5: +>>0 @F528@ FAM +1 HUSB @I897@ +1 WIFE @I2508@ +1 CHIL @I2509@ +1 CHIL @I2510@ +<< +[0093] FAM rkey: F529 offs: 0x00001eb6 lens: 0x00000068 +0x00002eb6-0x00002f1d: +>>0 @F529@ FAM +1 HUSB @I900@ +1 WIFE @I899@ +1 DIV Y +1 MARR +2 DATE 1976 +2 PLAC Dinard,,France +1 CHIL @I901@ +<< +[0094] FAM rkey: F530 offs: 0x00001f1e lens: 0x00000061 +0x00002f1e-0x00002f7e: +>>0 @F530@ FAM +1 HUSB @I903@ +1 WIFE @I908@ +1 CHIL @I909@ +1 CHIL @I910@ +1 CHIL @I911@ +1 CHIL @I912@ +<< +[0095] FAM rkey: F531 offs: 0x00001f7f lens: 0x00000053 +0x00002f7f-0x00002fd1: +>>0 @F531@ FAM +1 HUSB @I916@ +1 WIFE @I906@ +1 CHIL @I917@ +1 CHIL @I918@ +1 CHIL @I919@ +<< +[0096] FAM rkey: F532 offs: 0x00001fd2 lens: 0x00000029 +0x00002fd2-0x00002ffa: +>>0 @F532@ FAM +1 HUSB @I910@ +1 WIFE @I913@ +<< +[0097] FAM rkey: F533 offs: 0x00001ffb lens: 0x00000037 +0x00002ffb-0x00003031: +>>0 @F533@ FAM +1 HUSB @I911@ +1 WIFE @I914@ +1 CHIL @I915@ +<< +[0098] FAM rkey: F534 offs: 0x00002032 lens: 0x0000006a +0x00003032-0x0000309b: +>>0 @F534@ FAM +1 HUSB @I2132@ +1 WIFE @I1017@ +1 MARR +2 DATE 1599 +1 CHIL @I920@ +1 CHIL @I2131@ +1 CHIL @I2417@ +<< +[0099] FAM rkey: F535 offs: 0x0000209c lens: 0x0000003f +0x0000309c-0x000030da: +>>0 @F535@ FAM +1 HUSB @I921@ +1 WIFE @I934@ +1 DIV Y +1 CHIL @I935@ +<< +[0100] FAM rkey: F536 offs: 0x000020db lens: 0x00000053 +0x000030db-0x0000312d: +>>0 @F536@ FAM +1 HUSB @I921@ +1 WIFE @I936@ +1 CHIL @I937@ +1 CHIL @I938@ +1 CHIL @I939@ +<< +[0101] FAM rkey: F537 offs: 0x0000212e lens: 0x00000045 +0x0000312e-0x00003172: +>>0 @F537@ FAM +1 HUSB @I922@ +1 WIFE @I931@ +1 CHIL @I932@ +1 CHIL @I933@ +<< +[0102] FAM rkey: F538 offs: 0x00002173 lens: 0x00000045 +0x00003173-0x000031b7: +>>0 @F538@ FAM +1 HUSB @I924@ +1 WIFE @I928@ +1 CHIL @I929@ +1 CHIL @I930@ +<< +[0103] FAM rkey: F539 offs: 0x000021b8 lens: 0x0000004a +0x000031b8-0x00003201: +>>0 @F539@ FAM +1 HUSB @I925@ +1 WIFE @I926@ +1 MARR +2 DATE 1984 +1 CHIL @I927@ +<< +[0104] FAM rkey: F540 offs: 0x00002202 lens: 0x0000002a +0x00003202-0x0000322b: +>>0 @F540@ FAM +1 HUSB @I2130@ +1 WIFE @I951@ +<< +[0105] FAM rkey: F541 offs: 0x0000222c lens: 0x0000004a +0x0000322c-0x00003275: +>>0 @F541@ FAM +1 HUSB @I953@ +1 WIFE @I952@ +1 MARR +2 DATE 1923 +1 CHIL @I954@ +<< +[0106] FAM rkey: F542 offs: 0x00002276 lens: 0x00000060 +0x00003276-0x000032d5: +>>0 @F542@ FAM +1 HUSB @I954@ +1 WIFE @I955@ +1 DIV Y +1 MARR +2 DATE 1956 +1 CHIL @I956@ +1 CHIL @I957@ +<< +[0107] FAM rkey: F543 offs: 0x000022d6 lens: 0x00000066 +0x000032d6-0x0000333b: +>>0 @F543@ FAM +1 HUSB @I966@ +1 WIFE @I958@ +1 MARR +2 DATE 1953 +1 CHIL @I967@ +1 CHIL @I968@ +1 CHIL @I969@ +<< +[0108] FAM rkey: F544 offs: 0x0000233c lens: 0x000000a0 +0x0000333c-0x000033db: +>>0 @F544@ FAM +1 HUSB @I960@ +1 WIFE @I959@ +1 MARR +2 DATE 1961 +2 PLAC Asker,Near Oslo,Norway +1 CHIL @I961@ +1 CHIL @I962@ +1 CHIL @I963@ +1 CHIL @I964@ +1 CHIL @I965@ +<< +[0109] FAM rkey: F545 offs: 0x000023dc lens: 0x00000039 +0x000033dc-0x00003414: +>>0 @F545@ FAM +1 HUSB @I1055@ +1 WIFE @I1056@ +1 CHIL @I971@ +<< +[0110] FAM rkey: F546 offs: 0x00002415 lens: 0x0000004a +0x00003415-0x0000345e: +>>0 @F546@ FAM +1 HUSB @I977@ +1 WIFE @I973@ +1 MARR +2 DATE 1983 +1 CHIL @I978@ +<< +[0111] FAM rkey: F547 offs: 0x0000245f lens: 0x0000004a +0x0000345f-0x000034a8: +>>0 @F547@ FAM +1 HUSB @I979@ +1 WIFE @I974@ +1 MARR +2 DATE 1984 +1 CHIL @I980@ +<< +[0112] FAM rkey: F548 offs: 0x000024a9 lens: 0x00000099 +0x000034a9-0x00003541: +>>0 @F548@ FAM +1 HUSB @I988@ +1 WIFE @I989@ +1 CHIL @I991@ +1 CHIL @I992@ +1 CHIL @I993@ +1 CHIL @I984@ +1 CHIL @I994@ +1 CHIL @I995@ +1 CHIL @I996@ +1 CHIL @I997@ +<< +[0113] FAM rkey: F549 offs: 0x00002542 lens: 0x00000074 +0x00003542-0x000035b5: +>>0 @F549@ FAM +1 HUSB @I984@ +1 WIFE @I985@ +1 MARR +2 DATE 12 JUL 1472 +2 PLAC Westminster,,London,England +1 CHIL @I986@ +<< +[0114] FAM rkey: F550 offs: 0x000025b6 lens: 0x00000047 +0x000035b6-0x000035fc: +>>0 @F550@ FAM +1 HUSB @I987@ +1 WIFE @I1339@ +1 CHIL @I1340@ +1 CHIL @I985@ +<< +[0115] FAM rkey: F551 offs: 0x000025fd lens: 0x00000050 +0x000035fd-0x0000364c: +>>0 @F551@ FAM +1 HUSB @I1016@ +1 WIFE @I985@ +1 MARR +2 DATE AUG 1470 +2 PLAC Amboise +<< +[0116] FAM rkey: F552 offs: 0x0000264d lens: 0x0000002a +0x0000364d-0x00003676: +>>0 @F552@ FAM +1 HUSB @I1342@ +1 CHIL @I987@ +<< +[0117] FAM rkey: F553 offs: 0x00002677 lens: 0x00000048 +0x00003677-0x000036be: +>>0 @F553@ FAM +1 HUSB @I1023@ +1 WIFE @I1024@ +1 CHIL @I988@ +1 CHIL @I1025@ +<< +[0118] FAM rkey: F554 offs: 0x000026bf lens: 0x00000047 +0x000036bf-0x00003705: +>>0 @F554@ FAM +1 HUSB @I990@ +1 WIFE @I1331@ +1 CHIL @I1342@ +1 CHIL @I989@ +<< +[0119] FAM rkey: F555 offs: 0x00002706 lens: 0x00000048 +0x00003706-0x0000374d: +>>0 @F555@ FAM +1 HUSB @I993@ +1 WIFE @I1340@ +1 CHIL @I1018@ +1 CHIL @I1019@ +<< +[0120] FAM rkey: F556 offs: 0x0000274e lens: 0x0000002a +0x0000374e-0x00003777: +>>0 @F556@ FAM +1 HUSB @I1020@ +1 WIFE @I994@ +<< +[0121] FAM rkey: F557 offs: 0x00002778 lens: 0x0000002a +0x00003778-0x000037a1: +>>0 @F557@ FAM +1 HUSB @I1021@ +1 WIFE @I994@ +<< +[0122] FAM rkey: F558 offs: 0x000027a2 lens: 0x0000002a +0x000037a2-0x000037cb: +>>0 @F558@ FAM +1 HUSB @I2276@ +1 WIFE @I995@ +<< +[0123] FAM rkey: F559 offs: 0x000027cc lens: 0x0000002a +0x000037cc-0x000037f5: +>>0 @F559@ FAM +1 HUSB @I1022@ +1 WIFE @I996@ +<< +[0124] FAM rkey: F560 offs: 0x000027f6 lens: 0x00000039 +0x000037f6-0x0000382e: +>>0 @F560@ FAM +1 HUSB @I2271@ +1 WIFE @I1327@ +1 CHIL @I998@ +<< +[0125] FAM rkey: F561 offs: 0x0000282f lens: 0x00000062 +0x0000382f-0x00003890: +>>0 @F561@ FAM +1 HUSB @I1013@ +1 WIFE @I998@ +1 MARR +2 DATE BEF 1460 +1 CHIL @I1014@ +1 CHIL @I1015@ +<< +[0126] FAM rkey: F562 offs: 0x00002891 lens: 0x00000049 +0x00003891-0x000038d9: +>>0 @F562@ FAM +1 HUSB @I1008@ +1 WIFE @I1000@ +1 MARR +2 DATE BEF DEC 1487 +<< +[0127] FAM rkey: F563 offs: 0x000028da lens: 0x00000049 +0x000038da-0x00003922: +>>0 @F563@ FAM +1 HUSB @I1009@ +1 WIFE @I1000@ +1 MARR +2 DATE BEF JAN 1504 +<< +[0128] FAM rkey: F564 offs: 0x00002923 lens: 0x00000075 +0x00003923-0x00003997: +>>0 @F564@ FAM +1 HUSB @I1003@ +1 WIFE @I1010@ +1 MARR +2 DATE 15 JAN 1478 +2 PLAC St. Stephen's,Chapel,Westminster,England +<< +[0129] FAM rkey: F565 offs: 0x00002998 lens: 0x00000044 +0x00003998-0x000039db: +>>0 @F565@ FAM +1 HUSB @I1011@ +1 WIFE @I1004@ +1 MARR +2 DATE 4 FEB 1495 +<< +[0130] FAM rkey: F566 offs: 0x000029dc lens: 0x00000049 +0x000039dc-0x00003a24: +>>0 @F566@ FAM +1 HUSB @I1012@ +1 WIFE @I1006@ +1 MARR +2 DATE BEF OCT 1495 +<< +[0131] FAM rkey: F567 offs: 0x00002a25 lens: 0x00000072 +0x00003a25-0x00003a96: +>>0 @F567@ FAM +1 HUSB @I1217@ +1 WIFE @I1218@ +1 MARR +2 DATE 22 APR 1445 +2 PLAC Titchfield,Abbey,Hants +1 CHIL @I1016@ +<< +[0132] FAM rkey: F568 offs: 0x00002a97 lens: 0x0000002b +0x00003a97-0x00003ac1: +>>0 @F568@ FAM +1 HUSB @I2884@ +1 CHIL @I1017@ +<< +[0133] FAM rkey: F569 offs: 0x00002ac2 lens: 0x0000002b +0x00003ac2-0x00003aec: +>>0 @F569@ FAM +1 HUSB @I2275@ +1 WIFE @I1019@ +<< +[0134] FAM rkey: F570 offs: 0x00002aed lens: 0x00000086 +0x00003aed-0x00003b72: +>>0 @F570@ FAM +1 HUSB @I1237@ +1 WIFE @I1337@ +1 MARR +2 DATE ABT 1 MAR 1372 +2 PLAC Hertford +1 CHIL @I1023@ +1 CHIL @I1338@ +1 CHIL @I2294@ +<< +[0135] FAM rkey: F571 offs: 0x00002b73 lens: 0x0000002b +0x00003b73-0x00003b9d: +>>0 @F571@ FAM +1 HUSB @I1023@ +1 WIFE @I1444@ +<< +[0136] FAM rkey: F572 offs: 0x00002b9e lens: 0x00000067 +0x00003b9e-0x00003c04: +>>0 @F572@ FAM +1 HUSB @I1344@ +1 WIFE @I1345@ +1 CHIL @I1346@ +1 CHIL @I2280@ +1 CHIL @I1024@ +1 CHIL @I2281@ +<< +[0137] FAM rkey: F573 offs: 0x00002c05 lens: 0x0000002b +0x00003c05-0x00003c2f: +>>0 @F573@ FAM +1 HUSB @I2273@ +1 WIFE @I1025@ +<< +[0138] FAM rkey: F574 offs: 0x00002c30 lens: 0x0000002b +0x00003c30-0x00003c5a: +>>0 @F574@ FAM +1 HUSB @I1026@ +1 WIFE @I1025@ +<< +[0139] FAM rkey: F575 offs: 0x00002c5b lens: 0x0000003a +0x00003c5b-0x00003c94: +>>0 @F575@ FAM +1 HUSB @I1602@ +1 WIFE @I1603@ +1 CHIL @I1026@ +<< +[0140] FAM rkey: F576 offs: 0x00002c95 lens: 0x00000085 +0x00003c95-0x00003d19: +>>0 @F576@ FAM +1 HUSB @I1030@ +1 WIFE @I1038@ +1 CHIL @I1039@ +1 CHIL @I1040@ +1 CHIL @I1041@ +1 CHIL @I1042@ +1 CHIL @I1043@ +1 CHIL @I1044@ +<< +[0141] FAM rkey: F577 offs: 0x00002d1a lens: 0x0000006b +0x00003d1a-0x00003d84: +>>0 @F577@ FAM +1 HUSB @I1031@ +1 WIFE @I1037@ +1 MARR +2 DATE 1946 +1 CHIL @I2706@ +1 CHIL @I2707@ +1 CHIL @I2708@ +<< +[0142] FAM rkey: F578 offs: 0x00002d85 lens: 0x0000005c +0x00003d85-0x00003de0: +>>0 @F578@ FAM +1 HUSB @I1033@ +1 WIFE @I1032@ +1 MARR +2 DATE 1963 +1 CHIL @I2711@ +1 CHIL @I2712@ +<< +[0143] FAM rkey: F579 offs: 0x00002de1 lens: 0x0000003e +0x00003de1-0x00003e1e: +>>0 @F579@ FAM +1 HUSB @I1034@ +1 WIFE @I1036@ +1 MARR +2 DATE 1960 +<< +[0144] FAM rkey: F580 offs: 0x00002e1f lens: 0x0000002b +0x00003e1f-0x00003e49: +>>0 @F580@ FAM +1 HUSB @I1045@ +1 WIFE @I1039@ +<< +[0145] FAM rkey: F581 offs: 0x00002e4a lens: 0x00000049 +0x00003e4a-0x00003e92: +>>0 @F581@ FAM +1 HUSB @I1040@ +1 WIFE @I1046@ +1 CHIL @I1047@ +1 CHIL @I1048@ +<< +[0146] FAM rkey: F582 offs: 0x00002e93 lens: 0x00000059 +0x00003e93-0x00003eeb: +>>0 @F582@ FAM +1 HUSB @I1041@ +1 WIFE @I1049@ +1 DIV N +1 MARR +2 DATE SEP 1988 +1 CHIL @I1050@ +<< +[0147] FAM rkey: F583 offs: 0x00002eec lens: 0x0000002b +0x00003eec-0x00003f16: +>>0 @F583@ FAM +1 HUSB @I1051@ +1 WIFE @I1043@ +<< +[0148] FAM rkey: F584 offs: 0x00002f17 lens: 0x00000033 +0x00003f17-0x00003f49: +>>0 @F584@ FAM +1 HUSB @I1070@ +1 WIFE @I1074@ +1 DIV Y +<< +[0149] FAM rkey: F585 offs: 0x00002f4a lens: 0x00000049 +0x00003f4a-0x00003f92: +>>0 @F585@ FAM +1 HUSB @I1070@ +1 WIFE @I1075@ +1 CHIL @I1076@ +1 CHIL @I1077@ +<< +[0150] FAM rkey: F586 offs: 0x00002f93 lens: 0x00000058 +0x00003f93-0x00003fea: +>>0 @F586@ FAM +1 HUSB @I1070@ +1 WIFE @I1078@ +1 CHIL @I1079@ +1 CHIL @I1080@ +1 CHIL @I1081@ +<< +[0151] FAM rkey: F587 offs: 0x00002feb lens: 0x00000076 +0x00003feb-0x00004060: +>>0 @F587@ FAM +1 HUSB @I1073@ +1 WIFE @I1084@ +1 CHIL @I1085@ +1 CHIL @I1086@ +1 CHIL @I1087@ +1 CHIL @I1088@ +1 CHIL @I1089@ +<< +[0152] FAM rkey: F588 offs: 0x00003061 lens: 0x0000003a +0x00004061-0x0000409a: +>>0 @F588@ FAM +1 HUSB @I1086@ +1 WIFE @I1079@ +1 CHIL @I1090@ +<< +[0153] FAM rkey: F589 offs: 0x0000309b lens: 0x0000002b +0x0000409b-0x000040c5: +>>0 @F589@ FAM +1 HUSB @I1080@ +1 WIFE @I1082@ +<< +[0154] FAM rkey: F590 offs: 0x000030c6 lens: 0x0000002b +0x000040c6-0x000040f0: +>>0 @F590@ FAM +1 HUSB @I1083@ +1 WIFE @I1081@ +<< +[0155] FAM rkey: F591 offs: 0x000030f1 lens: 0x00000049 +0x000040f1-0x00004139: +>>0 @F591@ FAM +1 HUSB @I1090@ +1 WIFE @I1091@ +1 CHIL @I1092@ +1 CHIL @I1093@ +<< +[0156] FAM rkey: F592 offs: 0x0000313a lens: 0x0000002b +0x0000413a-0x00004164: +>>0 @F592@ FAM +1 HUSB @I1090@ +1 WIFE @I1095@ +<< +[0157] FAM rkey: F593 offs: 0x00003165 lens: 0x0000002b +0x00004165-0x0000418f: +>>0 @F593@ FAM +1 HUSB @I1094@ +1 WIFE @I1092@ +<< +[0158] FAM rkey: F594 offs: 0x00003190 lens: 0x00000085 +0x00004190-0x00004214: +>>0 @F594@ FAM +1 HUSB @I1104@ +1 WIFE @I1105@ +1 CHIL @I1099@ +1 CHIL @I1106@ +1 CHIL @I1107@ +1 CHIL @I1108@ +1 CHIL @I1109@ +1 CHIL @I1110@ +<< +[0159] FAM rkey: F595 offs: 0x00003215 lens: 0x0000003e +0x00004215-0x00004252: +>>0 @F595@ FAM +1 HUSB @I1102@ +1 WIFE @I1103@ +1 MARR +2 DATE 1894 +<< +[0160] FAM rkey: F596 offs: 0x00003253 lens: 0x00000089 +0x00004253-0x000042db: +>>0 @F596@ FAM +1 HUSB @I1114@ +1 WIFE @I1110@ +1 MARR +2 DATE 1867 +1 CHIL @I1115@ +1 CHIL @I1116@ +1 CHIL @I1117@ +1 CHIL @I1103@ +1 CHIL @I1118@ +<< +[0161] FAM rkey: F597 offs: 0x000032dc lens: 0x0000002b +0x000042dc-0x00004306: +>>0 @F597@ FAM +1 HUSB @I1111@ +1 WIFE @I1106@ +<< +[0162] FAM rkey: F598 offs: 0x00003307 lens: 0x0000005c +0x00004307-0x00004362: +>>0 @F598@ FAM +1 HUSB @I1107@ +1 WIFE @I1112@ +1 MARR +2 DATE 15 NOV 1869 +2 PLAC Neuwied,Germany +<< +[0163] FAM rkey: F599 offs: 0x00003363 lens: 0x0000002b +0x00004363-0x0000438d: +>>0 @F599@ FAM +1 HUSB @I1109@ +1 WIFE @I1113@ +<< +[0164] FAM rkey: F600 offs: 0x0000338e lens: 0x0000003e +0x0000438e-0x000043cb: +>>0 @F600@ FAM +1 HUSB @I2900@ +1 WIFE @I1116@ +1 MARR +2 DATE 1896 +<< +[0165] FAM rkey: F601 offs: 0x000033cc lens: 0x0000003e +0x000043cc-0x00004409: +>>0 @F601@ FAM +1 HUSB @I1122@ +1 WIFE @I1121@ +1 MARR +2 DATE 1930 +<< +[0166] FAM rkey: F602 offs: 0x0000340a lens: 0x0000003e +0x0000440a-0x00004447: +>>0 @F602@ FAM +1 HUSB @I1125@ +1 WIFE @I1123@ +1 MARR +2 DATE 1953 +<< +[0167] FAM rkey: F603 offs: 0x00003448 lens: 0x0000006b +0x00004448-0x000044b2: +>>0 @F603@ FAM +1 HUSB @I1124@ +1 WIFE @I1127@ +1 MARR +2 DATE 1959 +1 CHIL @I1128@ +1 CHIL @I1129@ +1 CHIL @I1130@ +<< + +0x000044b3: EOF (0x000044b3) GOOD + +BLOCK - DIRECTORY ab/af +0x00000000:ix_self: 0x00010005 (ab/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 193 +0x0000000e:ix_rkey[0000]: ' F604' +0x00000016:ix_rkey[0001]: ' F605' +0x0000001e:ix_rkey[0002]: ' F606' +0x00000026:ix_rkey[0003]: ' F607' +0x0000002e:ix_rkey[0004]: ' F608' +0x00000036:ix_rkey[0005]: ' F609' +0x0000003e:ix_rkey[0006]: ' F610' +0x00000046:ix_rkey[0007]: ' F611' +0x0000004e:ix_rkey[0008]: ' F612' +0x00000056:ix_rkey[0009]: ' F613' +0x0000005e:ix_rkey[0010]: ' F614' +0x00000066:ix_rkey[0011]: ' F615' +0x0000006e:ix_rkey[0012]: ' F616' +0x00000076:ix_rkey[0013]: ' F617' +0x0000007e:ix_rkey[0014]: ' F618' +0x00000086:ix_rkey[0015]: ' F619' +0x0000008e:ix_rkey[0016]: ' F620' +0x00000096:ix_rkey[0017]: ' F621' +0x0000009e:ix_rkey[0018]: ' F622' +0x000000a6:ix_rkey[0019]: ' F623' +0x000000ae:ix_rkey[0020]: ' F624' +0x000000b6:ix_rkey[0021]: ' F625' +0x000000be:ix_rkey[0022]: ' F626' +0x000000c6:ix_rkey[0023]: ' F627' +0x000000ce:ix_rkey[0024]: ' F628' +0x000000d6:ix_rkey[0025]: ' F629' +0x000000de:ix_rkey[0026]: ' F630' +0x000000e6:ix_rkey[0027]: ' F631' +0x000000ee:ix_rkey[0028]: ' F632' +0x000000f6:ix_rkey[0029]: ' F633' +0x000000fe:ix_rkey[0030]: ' F634' +0x00000106:ix_rkey[0031]: ' F635' +0x0000010e:ix_rkey[0032]: ' F636' +0x00000116:ix_rkey[0033]: ' F637' +0x0000011e:ix_rkey[0034]: ' F638' +0x00000126:ix_rkey[0035]: ' F639' +0x0000012e:ix_rkey[0036]: ' F640' +0x00000136:ix_rkey[0037]: ' F641' +0x0000013e:ix_rkey[0038]: ' F642' +0x00000146:ix_rkey[0039]: ' F643' +0x0000014e:ix_rkey[0040]: ' F644' +0x00000156:ix_rkey[0041]: ' F645' +0x0000015e:ix_rkey[0042]: ' F646' +0x00000166:ix_rkey[0043]: ' F647' +0x0000016e:ix_rkey[0044]: ' F648' +0x00000176:ix_rkey[0045]: ' F649' +0x0000017e:ix_rkey[0046]: ' F650' +0x00000186:ix_rkey[0047]: ' F651' +0x0000018e:ix_rkey[0048]: ' F652' +0x00000196:ix_rkey[0049]: ' F653' +0x0000019e:ix_rkey[0050]: ' F654' +0x000001a6:ix_rkey[0051]: ' F655' +0x000001ae:ix_rkey[0052]: ' F656' +0x000001b6:ix_rkey[0053]: ' F657' +0x000001be:ix_rkey[0054]: ' F658' +0x000001c6:ix_rkey[0055]: ' F659' +0x000001ce:ix_rkey[0056]: ' F660' +0x000001d6:ix_rkey[0057]: ' F661' +0x000001de:ix_rkey[0058]: ' F662' +0x000001e6:ix_rkey[0059]: ' F663' +0x000001ee:ix_rkey[0060]: ' F664' +0x000001f6:ix_rkey[0061]: ' F665' +0x000001fe:ix_rkey[0062]: ' F666' +0x00000206:ix_rkey[0063]: ' F667' +0x0000020e:ix_rkey[0064]: ' F668' +0x00000216:ix_rkey[0065]: ' F669' +0x0000021e:ix_rkey[0066]: ' F670' +0x00000226:ix_rkey[0067]: ' F671' +0x0000022e:ix_rkey[0068]: ' F672' +0x00000236:ix_rkey[0069]: ' F673' +0x0000023e:ix_rkey[0070]: ' F674' +0x00000246:ix_rkey[0071]: ' F675' +0x0000024e:ix_rkey[0072]: ' F676' +0x00000256:ix_rkey[0073]: ' F677' +0x0000025e:ix_rkey[0074]: ' F678' +0x00000266:ix_rkey[0075]: ' F679' +0x0000026e:ix_rkey[0076]: ' F680' +0x00000276:ix_rkey[0077]: ' F681' +0x0000027e:ix_rkey[0078]: ' F682' +0x00000286:ix_rkey[0079]: ' F683' +0x0000028e:ix_rkey[0080]: ' F684' +0x00000296:ix_rkey[0081]: ' F685' +0x0000029e:ix_rkey[0082]: ' F686' +0x000002a6:ix_rkey[0083]: ' F687' +0x000002ae:ix_rkey[0084]: ' F688' +0x000002b6:ix_rkey[0085]: ' F689' +0x000002be:ix_rkey[0086]: ' F690' +0x000002c6:ix_rkey[0087]: ' F691' +0x000002ce:ix_rkey[0088]: ' F692' +0x000002d6:ix_rkey[0089]: ' F693' +0x000002de:ix_rkey[0090]: ' F694' +0x000002e6:ix_rkey[0091]: ' F695' +0x000002ee:ix_rkey[0092]: ' F696' +0x000002f6:ix_rkey[0093]: ' F697' +0x000002fe:ix_rkey[0094]: ' F698' +0x00000306:ix_rkey[0095]: ' F699' +0x0000030e:ix_rkey[0096]: ' F700' +0x00000316:ix_rkey[0097]: ' F701' +0x0000031e:ix_rkey[0098]: ' F702' +0x00000326:ix_rkey[0099]: ' F703' +0x0000032e:ix_rkey[0100]: ' F704' +0x00000336:ix_rkey[0101]: ' F705' +0x0000033e:ix_rkey[0102]: ' F706' +0x00000346:ix_rkey[0103]: ' F707' +0x0000034e:ix_rkey[0104]: ' F708' +0x00000356:ix_rkey[0105]: ' F709' +0x0000035e:ix_rkey[0106]: ' F710' +0x00000366:ix_rkey[0107]: ' F711' +0x0000036e:ix_rkey[0108]: ' F712' +0x00000376:ix_rkey[0109]: ' F713' +0x0000037e:ix_rkey[0110]: ' F714' +0x00000386:ix_rkey[0111]: ' F715' +0x0000038e:ix_rkey[0112]: ' F716' +0x00000396:ix_rkey[0113]: ' F717' +0x0000039e:ix_rkey[0114]: ' F718' +0x000003a6:ix_rkey[0115]: ' F719' +0x000003ae:ix_rkey[0116]: ' F720' +0x000003b6:ix_rkey[0117]: ' F721' +0x000003be:ix_rkey[0118]: ' F722' +0x000003c6:ix_rkey[0119]: ' F723' +0x000003ce:ix_rkey[0120]: ' F724' +0x000003d6:ix_rkey[0121]: ' F725' +0x000003de:ix_rkey[0122]: ' F726' +0x000003e6:ix_rkey[0123]: ' F727' +0x000003ee:ix_rkey[0124]: ' F728' +0x000003f6:ix_rkey[0125]: ' F729' +0x000003fe:ix_rkey[0126]: ' F730' +0x00000406:ix_rkey[0127]: ' F731' +0x0000040e:ix_rkey[0128]: ' F732' +0x00000416:ix_rkey[0129]: ' F733' +0x0000041e:ix_rkey[0130]: ' F734' +0x00000426:ix_rkey[0131]: ' F735' +0x0000042e:ix_rkey[0132]: ' F736' +0x00000436:ix_rkey[0133]: ' F737' +0x0000043e:ix_rkey[0134]: ' F738' +0x00000446:ix_rkey[0135]: ' F739' +0x0000044e:ix_rkey[0136]: ' F740' +0x00000456:ix_rkey[0137]: ' F741' +0x0000045e:ix_rkey[0138]: ' F742' +0x00000466:ix_rkey[0139]: ' F743' +0x0000046e:ix_rkey[0140]: ' F744' +0x00000476:ix_rkey[0141]: ' F745' +0x0000047e:ix_rkey[0142]: ' F746' +0x00000486:ix_rkey[0143]: ' F747' +0x0000048e:ix_rkey[0144]: ' F748' +0x00000496:ix_rkey[0145]: ' F749' +0x0000049e:ix_rkey[0146]: ' F750' +0x000004a6:ix_rkey[0147]: ' F751' +0x000004ae:ix_rkey[0148]: ' F752' +0x000004b6:ix_rkey[0149]: ' F753' +0x000004be:ix_rkey[0150]: ' F754' +0x000004c6:ix_rkey[0151]: ' F755' +0x000004ce:ix_rkey[0152]: ' F756' +0x000004d6:ix_rkey[0153]: ' F757' +0x000004de:ix_rkey[0154]: ' F758' +0x000004e6:ix_rkey[0155]: ' F759' +0x000004ee:ix_rkey[0156]: ' F760' +0x000004f6:ix_rkey[0157]: ' F761' +0x000004fe:ix_rkey[0158]: ' F762' +0x00000506:ix_rkey[0159]: ' F763' +0x0000050e:ix_rkey[0160]: ' F764' +0x00000516:ix_rkey[0161]: ' F765' +0x0000051e:ix_rkey[0162]: ' F766' +0x00000526:ix_rkey[0163]: ' F767' +0x0000052e:ix_rkey[0164]: ' F768' +0x00000536:ix_rkey[0165]: ' F769' +0x0000053e:ix_rkey[0166]: ' F770' +0x00000546:ix_rkey[0167]: ' F771' +0x0000054e:ix_rkey[0168]: ' F772' +0x00000556:ix_rkey[0169]: ' F773' +0x0000055e:ix_rkey[0170]: ' F774' +0x00000566:ix_rkey[0171]: ' F775' +0x0000056e:ix_rkey[0172]: ' F776' +0x00000576:ix_rkey[0173]: ' F777' +0x0000057e:ix_rkey[0174]: ' F778' +0x00000586:ix_rkey[0175]: ' F779' +0x0000058e:ix_rkey[0176]: ' F780' +0x00000596:ix_rkey[0177]: ' F781' +0x0000059e:ix_rkey[0178]: ' F782' +0x000005a6:ix_rkey[0179]: ' F783' +0x000005ae:ix_rkey[0180]: ' F784' +0x000005b6:ix_rkey[0181]: ' F785' +0x000005be:ix_rkey[0182]: ' F786' +0x000005c6:ix_rkey[0183]: ' F787' +0x000005ce:ix_rkey[0184]: ' F788' +0x000005d6:ix_rkey[0185]: ' F789' +0x000005de:ix_rkey[0186]: ' F790' +0x000005e6:ix_rkey[0187]: ' F791' +0x000005ee:ix_rkey[0188]: ' F792' +0x000005f6:ix_rkey[0189]: ' F793' +0x000005fe:ix_rkey[0190]: ' F794' +0x00000606:ix_rkey[0191]: ' F795' +0x0000060e:ix_rkey[0192]: ' F796' + +deleted/unused entries +0x00000616-0x00000805:ix_rkey[0193-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000002b +0x0000080c:ix_offs[0001]: 0x0000002b 0x00000c08:ix_lens[0001]: 0x00000033 +0x00000810:ix_offs[0002]: 0x0000005e 0x00000c0c:ix_lens[0002]: 0x00000071 +0x00000814:ix_offs[0003]: 0x000000cf 0x00000c10:ix_lens[0003]: 0x0000005e +0x00000818:ix_offs[0004]: 0x0000012d 0x00000c14:ix_lens[0004]: 0x000000a3 +0x0000081c:ix_offs[0005]: 0x000001d0 0x00000c18:ix_lens[0005]: 0x0000003e +0x00000820:ix_offs[0006]: 0x0000020e 0x00000c1c:ix_lens[0006]: 0x0000006b +0x00000824:ix_offs[0007]: 0x00000279 0x00000c20:ix_lens[0007]: 0x0000003e +0x00000828:ix_offs[0008]: 0x000002b7 0x00000c24:ix_lens[0008]: 0x0000002b +0x0000082c:ix_offs[0009]: 0x000002e2 0x00000c28:ix_lens[0009]: 0x00000046 +0x00000830:ix_offs[0010]: 0x00000328 0x00000c2c:ix_lens[0010]: 0x0000003e +0x00000834:ix_offs[0011]: 0x00000366 0x00000c30:ix_lens[0011]: 0x0000003e +0x00000838:ix_offs[0012]: 0x000003a4 0x00000c34:ix_lens[0012]: 0x0000003a +0x0000083c:ix_offs[0013]: 0x000003de 0x00000c38:ix_lens[0013]: 0x0000003a +0x00000840:ix_offs[0014]: 0x00000418 0x00000c3c:ix_lens[0014]: 0x00000061 +0x00000844:ix_offs[0015]: 0x00000479 0x00000c40:ix_lens[0015]: 0x0000002b +0x00000848:ix_offs[0016]: 0x000004a4 0x00000c44:ix_lens[0016]: 0x000000c2 +0x0000084c:ix_offs[0017]: 0x00000566 0x00000c48:ix_lens[0017]: 0x00000072 +0x00000850:ix_offs[0018]: 0x000005d8 0x00000c4c:ix_lens[0018]: 0x00000049 +0x00000854:ix_offs[0019]: 0x00000621 0x00000c50:ix_lens[0019]: 0x00000081 +0x00000858:ix_offs[0020]: 0x000006a2 0x00000c54:ix_lens[0020]: 0x0000006f +0x0000085c:ix_offs[0021]: 0x00000711 0x00000c58:ix_lens[0021]: 0x0000002b +0x00000860:ix_offs[0022]: 0x0000073c 0x00000c5c:ix_lens[0022]: 0x0000003e +0x00000864:ix_offs[0023]: 0x0000077a 0x00000c60:ix_lens[0023]: 0x00000053 +0x00000868:ix_offs[0024]: 0x000007cd 0x00000c64:ix_lens[0024]: 0x00000057 +0x0000086c:ix_offs[0025]: 0x00000824 0x00000c68:ix_lens[0025]: 0x0000003e +0x00000870:ix_offs[0026]: 0x00000862 0x00000c6c:ix_lens[0026]: 0x00000045 +0x00000874:ix_offs[0027]: 0x000008a7 0x00000c70:ix_lens[0027]: 0x0000005b +0x00000878:ix_offs[0028]: 0x00000902 0x00000c74:ix_lens[0028]: 0x00000051 +0x0000087c:ix_offs[0029]: 0x00000953 0x00000c78:ix_lens[0029]: 0x0000010d +0x00000880:ix_offs[0030]: 0x00000a60 0x00000c7c:ix_lens[0030]: 0x0000002b +0x00000884:ix_offs[0031]: 0x00000a8b 0x00000c80:ix_lens[0031]: 0x0000007a +0x00000888:ix_offs[0032]: 0x00000b05 0x00000c84:ix_lens[0032]: 0x0000005c +0x0000088c:ix_offs[0033]: 0x00000b61 0x00000c88:ix_lens[0033]: 0x00000079 +0x00000890:ix_offs[0034]: 0x00000bda 0x00000c8c:ix_lens[0034]: 0x00000058 +0x00000894:ix_offs[0035]: 0x00000c32 0x00000c90:ix_lens[0035]: 0x00000062 +0x00000898:ix_offs[0036]: 0x00000c94 0x00000c94:ix_lens[0036]: 0x00000090 +0x0000089c:ix_offs[0037]: 0x00000d24 0x00000c98:ix_lens[0037]: 0x00000049 +0x000008a0:ix_offs[0038]: 0x00000d6d 0x00000c9c:ix_lens[0038]: 0x0000004f +0x000008a4:ix_offs[0039]: 0x00000dbc 0x00000ca0:ix_lens[0039]: 0x00000054 +0x000008a8:ix_offs[0040]: 0x00000e10 0x00000ca4:ix_lens[0040]: 0x0000007a +0x000008ac:ix_offs[0041]: 0x00000e8a 0x00000ca8:ix_lens[0041]: 0x0000003a +0x000008b0:ix_offs[0042]: 0x00000ec4 0x00000cac:ix_lens[0042]: 0x0000004d +0x000008b4:ix_offs[0043]: 0x00000f11 0x00000cb0:ix_lens[0043]: 0x0000004d +0x000008b8:ix_offs[0044]: 0x00000f5e 0x00000cb4:ix_lens[0044]: 0x0000003e +0x000008bc:ix_offs[0045]: 0x00000f9c 0x00000cb8:ix_lens[0045]: 0x0000003e +0x000008c0:ix_offs[0046]: 0x00000fda 0x00000cbc:ix_lens[0046]: 0x0000003e +0x000008c4:ix_offs[0047]: 0x00001018 0x00000cc0:ix_lens[0047]: 0x00000059 +0x000008c8:ix_offs[0048]: 0x00001071 0x00000cc4:ix_lens[0048]: 0x00000045 +0x000008cc:ix_offs[0049]: 0x000010b6 0x00000cc8:ix_lens[0049]: 0x00000072 +0x000008d0:ix_offs[0050]: 0x00001128 0x00000ccc:ix_lens[0050]: 0x00000049 +0x000008d4:ix_offs[0051]: 0x00001171 0x00000cd0:ix_lens[0051]: 0x0000002b +0x000008d8:ix_offs[0052]: 0x0000119c 0x00000cd4:ix_lens[0052]: 0x00000067 +0x000008dc:ix_offs[0053]: 0x00001203 0x00000cd8:ix_lens[0053]: 0x0000003a +0x000008e0:ix_offs[0054]: 0x0000123d 0x00000cdc:ix_lens[0054]: 0x0000003a +0x000008e4:ix_offs[0055]: 0x00001277 0x00000ce0:ix_lens[0055]: 0x0000002b +0x000008e8:ix_offs[0056]: 0x000012a2 0x00000ce4:ix_lens[0056]: 0x0000002b +0x000008ec:ix_offs[0057]: 0x000012cd 0x00000ce8:ix_lens[0057]: 0x00000053 +0x000008f0:ix_offs[0058]: 0x00001320 0x00000cec:ix_lens[0058]: 0x0000005d +0x000008f4:ix_offs[0059]: 0x0000137d 0x00000cf0:ix_lens[0059]: 0x000000e7 +0x000008f8:ix_offs[0060]: 0x00001464 0x00000cf4:ix_lens[0060]: 0x0000008e +0x000008fc:ix_offs[0061]: 0x000014f2 0x00000cf8:ix_lens[0061]: 0x0000003a +0x00000900:ix_offs[0062]: 0x0000152c 0x00000cfc:ix_lens[0062]: 0x0000006d +0x00000904:ix_offs[0063]: 0x00001599 0x00000d00:ix_lens[0063]: 0x00000042 +0x00000908:ix_offs[0064]: 0x000015db 0x00000d04:ix_lens[0064]: 0x0000006c +0x0000090c:ix_offs[0065]: 0x00001647 0x00000d08:ix_lens[0065]: 0x00000054 +0x00000910:ix_offs[0066]: 0x0000169b 0x00000d0c:ix_lens[0066]: 0x00000058 +0x00000914:ix_offs[0067]: 0x000016f3 0x00000d10:ix_lens[0067]: 0x0000005c +0x00000918:ix_offs[0068]: 0x0000174f 0x00000d14:ix_lens[0068]: 0x00000054 +0x0000091c:ix_offs[0069]: 0x000017a3 0x00000d18:ix_lens[0069]: 0x00000045 +0x00000920:ix_offs[0070]: 0x000017e8 0x00000d1c:ix_lens[0070]: 0x00000051 +0x00000924:ix_offs[0071]: 0x00001839 0x00000d20:ix_lens[0071]: 0x000000a0 +0x00000928:ix_offs[0072]: 0x000018d9 0x00000d24:ix_lens[0072]: 0x0000002b +0x0000092c:ix_offs[0073]: 0x00001904 0x00000d28:ix_lens[0073]: 0x00000060 +0x00000930:ix_offs[0074]: 0x00001964 0x00000d2c:ix_lens[0074]: 0x00000055 +0x00000934:ix_offs[0075]: 0x000019b9 0x00000d30:ix_lens[0075]: 0x0000006c +0x00000938:ix_offs[0076]: 0x00001a25 0x00000d34:ix_lens[0076]: 0x0000007b +0x0000093c:ix_offs[0077]: 0x00001aa0 0x00000d38:ix_lens[0077]: 0x0000002b +0x00000940:ix_offs[0078]: 0x00001acb 0x00000d3c:ix_lens[0078]: 0x0000004d +0x00000944:ix_offs[0079]: 0x00001b18 0x00000d40:ix_lens[0079]: 0x0000004d +0x00000948:ix_offs[0080]: 0x00001b65 0x00000d44:ix_lens[0080]: 0x0000003a +0x0000094c:ix_offs[0081]: 0x00001b9f 0x00000d48:ix_lens[0081]: 0x0000003a +0x00000950:ix_offs[0082]: 0x00001bd9 0x00000d4c:ix_lens[0082]: 0x0000004d +0x00000954:ix_offs[0083]: 0x00001c26 0x00000d50:ix_lens[0083]: 0x00000054 +0x00000958:ix_offs[0084]: 0x00001c7a 0x00000d54:ix_lens[0084]: 0x0000005c +0x0000095c:ix_offs[0085]: 0x00001cd6 0x00000d58:ix_lens[0085]: 0x00000042 +0x00000960:ix_offs[0086]: 0x00001d18 0x00000d5c:ix_lens[0086]: 0x0000003a +0x00000964:ix_offs[0087]: 0x00001d52 0x00000d60:ix_lens[0087]: 0x0000004d +0x00000968:ix_offs[0088]: 0x00001d9f 0x00000d64:ix_lens[0088]: 0x00000072 +0x0000096c:ix_offs[0089]: 0x00001e11 0x00000d68:ix_lens[0089]: 0x0000003a +0x00000970:ix_offs[0090]: 0x00001e4b 0x00000d6c:ix_lens[0090]: 0x0000003a +0x00000974:ix_offs[0091]: 0x00001e85 0x00000d70:ix_lens[0091]: 0x0000003a +0x00000978:ix_offs[0092]: 0x00001ebf 0x00000d74:ix_lens[0092]: 0x0000003a +0x0000097c:ix_offs[0093]: 0x00001ef9 0x00000d78:ix_lens[0093]: 0x00000049 +0x00000980:ix_offs[0094]: 0x00001f42 0x00000d7c:ix_lens[0094]: 0x0000003a +0x00000984:ix_offs[0095]: 0x00001f7c 0x00000d80:ix_lens[0095]: 0x0000003a +0x00000988:ix_offs[0096]: 0x00001fb6 0x00000d84:ix_lens[0096]: 0x0000002b +0x0000098c:ix_offs[0097]: 0x00001fe1 0x00000d88:ix_lens[0097]: 0x0000002b +0x00000990:ix_offs[0098]: 0x0000200c 0x00000d8c:ix_lens[0098]: 0x0000002b +0x00000994:ix_offs[0099]: 0x00002037 0x00000d90:ix_lens[0099]: 0x00000076 +0x00000998:ix_offs[0100]: 0x000020ad 0x00000d94:ix_lens[0100]: 0x0000001c +0x0000099c:ix_offs[0101]: 0x000020c9 0x00000d98:ix_lens[0101]: 0x0000002b +0x000009a0:ix_offs[0102]: 0x000020f4 0x00000d9c:ix_lens[0102]: 0x000000a3 +0x000009a4:ix_offs[0103]: 0x00002197 0x00000da0:ix_lens[0103]: 0x0000002b +0x000009a8:ix_offs[0104]: 0x000021c2 0x00000da4:ix_lens[0104]: 0x0000002b +0x000009ac:ix_offs[0105]: 0x000021ed 0x00000da8:ix_lens[0105]: 0x00000070 +0x000009b0:ix_offs[0106]: 0x0000225d 0x00000dac:ix_lens[0106]: 0x0000005e +0x000009b4:ix_offs[0107]: 0x000022bb 0x00000db0:ix_lens[0107]: 0x0000002b +0x000009b8:ix_offs[0108]: 0x000022e6 0x00000db4:ix_lens[0108]: 0x00000067 +0x000009bc:ix_offs[0109]: 0x0000234d 0x00000db8:ix_lens[0109]: 0x0000002b +0x000009c0:ix_offs[0110]: 0x00002378 0x00000dbc:ix_lens[0110]: 0x0000002b +0x000009c4:ix_offs[0111]: 0x000023a3 0x00000dc0:ix_lens[0111]: 0x0000002b +0x000009c8:ix_offs[0112]: 0x000023ce 0x00000dc4:ix_lens[0112]: 0x0000002b +0x000009cc:ix_offs[0113]: 0x000023f9 0x00000dc8:ix_lens[0113]: 0x0000002b +0x000009d0:ix_offs[0114]: 0x00002424 0x00000dcc:ix_lens[0114]: 0x0000002b +0x000009d4:ix_offs[0115]: 0x0000244f 0x00000dd0:ix_lens[0115]: 0x0000002b +0x000009d8:ix_offs[0116]: 0x0000247a 0x00000dd4:ix_lens[0116]: 0x0000002b +0x000009dc:ix_offs[0117]: 0x000024a5 0x00000dd8:ix_lens[0117]: 0x00000055 +0x000009e0:ix_offs[0118]: 0x000024fa 0x00000ddc:ix_lens[0118]: 0x0000002b +0x000009e4:ix_offs[0119]: 0x00002525 0x00000de0:ix_lens[0119]: 0x000000d4 +0x000009e8:ix_offs[0120]: 0x000025f9 0x00000de4:ix_lens[0120]: 0x00000060 +0x000009ec:ix_offs[0121]: 0x00002659 0x00000de8:ix_lens[0121]: 0x0000002b +0x000009f0:ix_offs[0122]: 0x00002684 0x00000dec:ix_lens[0122]: 0x0000002b +0x000009f4:ix_offs[0123]: 0x000026af 0x00000df0:ix_lens[0123]: 0x0000002b +0x000009f8:ix_offs[0124]: 0x000026da 0x00000df4:ix_lens[0124]: 0x0000002b +0x000009fc:ix_offs[0125]: 0x00002705 0x00000df8:ix_lens[0125]: 0x0000008b +0x00000a00:ix_offs[0126]: 0x00002790 0x00000dfc:ix_lens[0126]: 0x00000063 +0x00000a04:ix_offs[0127]: 0x000027f3 0x00000e00:ix_lens[0127]: 0x0000002b +0x00000a08:ix_offs[0128]: 0x0000281e 0x00000e04:ix_lens[0128]: 0x0000004d +0x00000a0c:ix_offs[0129]: 0x0000286b 0x00000e08:ix_lens[0129]: 0x00000081 +0x00000a10:ix_offs[0130]: 0x000028ec 0x00000e0c:ix_lens[0130]: 0x0000002b +0x00000a14:ix_offs[0131]: 0x00002917 0x00000e10:ix_lens[0131]: 0x00000055 +0x00000a18:ix_offs[0132]: 0x0000296c 0x00000e14:ix_lens[0132]: 0x0000002b +0x00000a1c:ix_offs[0133]: 0x00002997 0x00000e18:ix_lens[0133]: 0x00000061 +0x00000a20:ix_offs[0134]: 0x000029f8 0x00000e1c:ix_lens[0134]: 0x0000002b +0x00000a24:ix_offs[0135]: 0x00002a23 0x00000e20:ix_lens[0135]: 0x00000060 +0x00000a28:ix_offs[0136]: 0x00002a83 0x00000e24:ix_lens[0136]: 0x0000005f +0x00000a2c:ix_offs[0137]: 0x00002ae2 0x00000e28:ix_lens[0137]: 0x0000005a +0x00000a30:ix_offs[0138]: 0x00002b3c 0x00000e2c:ix_lens[0138]: 0x0000004f +0x00000a34:ix_offs[0139]: 0x00002b8b 0x00000e30:ix_lens[0139]: 0x0000003a +0x00000a38:ix_offs[0140]: 0x00002bc5 0x00000e34:ix_lens[0140]: 0x000000d4 +0x00000a3c:ix_offs[0141]: 0x00002c99 0x00000e38:ix_lens[0141]: 0x0000002b +0x00000a40:ix_offs[0142]: 0x00002cc4 0x00000e3c:ix_lens[0142]: 0x0000003a +0x00000a44:ix_offs[0143]: 0x00002cfe 0x00000e40:ix_lens[0143]: 0x00000076 +0x00000a48:ix_offs[0144]: 0x00002d74 0x00000e44:ix_lens[0144]: 0x0000004a +0x00000a4c:ix_offs[0145]: 0x00002dbe 0x00000e48:ix_lens[0145]: 0x000000b7 +0x00000a50:ix_offs[0146]: 0x00002e75 0x00000e4c:ix_lens[0146]: 0x0000006d +0x00000a54:ix_offs[0147]: 0x00002ee2 0x00000e50:ix_lens[0147]: 0x00000076 +0x00000a58:ix_offs[0148]: 0x00002f58 0x00000e54:ix_lens[0148]: 0x0000002b +0x00000a5c:ix_offs[0149]: 0x00002f83 0x00000e58:ix_lens[0149]: 0x00000051 +0x00000a60:ix_offs[0150]: 0x00002fd4 0x00000e5c:ix_lens[0150]: 0x0000002b +0x00000a64:ix_offs[0151]: 0x00002fff 0x00000e60:ix_lens[0151]: 0x0000003e +0x00000a68:ix_offs[0152]: 0x0000303d 0x00000e64:ix_lens[0152]: 0x000000a4 +0x00000a6c:ix_offs[0153]: 0x000030e1 0x00000e68:ix_lens[0153]: 0x0000003a +0x00000a70:ix_offs[0154]: 0x0000311b 0x00000e6c:ix_lens[0154]: 0x00000049 +0x00000a74:ix_offs[0155]: 0x00003164 0x00000e70:ix_lens[0155]: 0x00000045 +0x00000a78:ix_offs[0156]: 0x000031a9 0x00000e74:ix_lens[0156]: 0x0000004d +0x00000a7c:ix_offs[0157]: 0x000031f6 0x00000e78:ix_lens[0157]: 0x0000002b +0x00000a80:ix_offs[0158]: 0x00003221 0x00000e7c:ix_lens[0158]: 0x0000009f +0x00000a84:ix_offs[0159]: 0x000032c0 0x00000e80:ix_lens[0159]: 0x00000072 +0x00000a88:ix_offs[0160]: 0x00003332 0x00000e84:ix_lens[0160]: 0x0000003a +0x00000a8c:ix_offs[0161]: 0x0000336c 0x00000e88:ix_lens[0161]: 0x0000006e +0x00000a90:ix_offs[0162]: 0x000033da 0x00000e8c:ix_lens[0162]: 0x00000052 +0x00000a94:ix_offs[0163]: 0x0000342c 0x00000e90:ix_lens[0163]: 0x0000002b +0x00000a98:ix_offs[0164]: 0x00003457 0x00000e94:ix_lens[0164]: 0x0000002b +0x00000a9c:ix_offs[0165]: 0x00003482 0x00000e98:ix_lens[0165]: 0x0000002b +0x00000aa0:ix_offs[0166]: 0x000034ad 0x00000e9c:ix_lens[0166]: 0x0000003a +0x00000aa4:ix_offs[0167]: 0x000034e7 0x00000ea0:ix_lens[0167]: 0x0000002b +0x00000aa8:ix_offs[0168]: 0x00003512 0x00000ea4:ix_lens[0168]: 0x0000009a +0x00000aac:ix_offs[0169]: 0x000035ac 0x00000ea8:ix_lens[0169]: 0x0000002b +0x00000ab0:ix_offs[0170]: 0x000035d7 0x00000eac:ix_lens[0170]: 0x0000003a +0x00000ab4:ix_offs[0171]: 0x00003611 0x00000eb0:ix_lens[0171]: 0x00000063 +0x00000ab8:ix_offs[0172]: 0x00003674 0x00000eb4:ix_lens[0172]: 0x00000049 +0x00000abc:ix_offs[0173]: 0x000036bd 0x00000eb8:ix_lens[0173]: 0x0000003a +0x00000ac0:ix_offs[0174]: 0x000036f7 0x00000ebc:ix_lens[0174]: 0x0000002b +0x00000ac4:ix_offs[0175]: 0x00003722 0x00000ec0:ix_lens[0175]: 0x0000002b +0x00000ac8:ix_offs[0176]: 0x0000374d 0x00000ec4:ix_lens[0176]: 0x00000067 +0x00000acc:ix_offs[0177]: 0x000037b4 0x00000ec8:ix_lens[0177]: 0x0000002b +0x00000ad0:ix_offs[0178]: 0x000037df 0x00000ecc:ix_lens[0178]: 0x0000002b +0x00000ad4:ix_offs[0179]: 0x0000380a 0x00000ed0:ix_lens[0179]: 0x0000002b +0x00000ad8:ix_offs[0180]: 0x00003835 0x00000ed4:ix_lens[0180]: 0x0000002b +0x00000adc:ix_offs[0181]: 0x00003860 0x00000ed8:ix_lens[0181]: 0x00000033 +0x00000ae0:ix_offs[0182]: 0x00003893 0x00000edc:ix_lens[0182]: 0x0000002b +0x00000ae4:ix_offs[0183]: 0x000038be 0x00000ee0:ix_lens[0183]: 0x00000085 +0x00000ae8:ix_offs[0184]: 0x00003943 0x00000ee4:ix_lens[0184]: 0x0000004d +0x00000aec:ix_offs[0185]: 0x00003990 0x00000ee8:ix_lens[0185]: 0x0000004d +0x00000af0:ix_offs[0186]: 0x000039dd 0x00000eec:ix_lens[0186]: 0x0000002b +0x00000af4:ix_offs[0187]: 0x00003a08 0x00000ef0:ix_lens[0187]: 0x0000004d +0x00000af8:ix_offs[0188]: 0x00003a55 0x00000ef4:ix_lens[0188]: 0x00000033 +0x00000afc:ix_offs[0189]: 0x00003a88 0x00000ef8:ix_lens[0189]: 0x0000002b +0x00000b00:ix_offs[0190]: 0x00003ab3 0x00000efc:ix_lens[0190]: 0x0000002b +0x00000b04:ix_offs[0191]: 0x00003ade 0x00000f00:ix_lens[0191]: 0x0000002b +0x00000b08:ix_offs[0192]: 0x00003b09 0x00000f04:ix_lens[0192]: 0x0000002b + +0x00000b0c-0x00000c03:ix_offs[0193-0254] default value 0x00000000 +0x00000f08-0x00000fff:ix_lens[0193-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F604 offs: 0x00000000 lens: 0x0000002b +0x00001000-0x0000102a: +>>0 @F604@ FAM +1 HUSB @I1131@ +1 WIFE @I1129@ +<< +[0001] FAM rkey: F605 offs: 0x0000002b lens: 0x00000033 +0x0000102b-0x0000105d: +>>0 @F605@ FAM +1 HUSB @I1136@ +1 WIFE @I1134@ +1 DIV Y +<< +[0002] FAM rkey: F606 offs: 0x0000005e lens: 0x00000071 +0x0000105e-0x000010ce: +>>0 @F606@ FAM +1 HUSB @I1143@ +1 WIFE @I1144@ +1 MARR +2 DATE 12 OCT 1842 +2 PLAC Munich +1 CHIL @I1145@ +1 CHIL @I1146@ +<< +[0003] FAM rkey: F607 offs: 0x000000cf lens: 0x0000005e +0x000010cf-0x0000112c: +>>0 @F607@ FAM +1 HUSB @I1148@ +1 WIFE @I1695@ +1 MARR +2 DATE 22 NOV 1836 +2 PLAC Oldenburg,Germany +<< +[0004] FAM rkey: F608 offs: 0x0000012d lens: 0x000000a3 +0x0000112d-0x000011cf: +>>0 @F608@ FAM +1 HUSB @I1193@ +1 WIFE @I1158@ +1 CHIL @I1194@ +1 CHIL @I1195@ +1 CHIL @I1196@ +1 CHIL @I1197@ +1 CHIL @I1198@ +1 CHIL @I1199@ +1 CHIL @I1200@ +1 CHIL @I1201@ +<< +[0005] FAM rkey: F609 offs: 0x000001d0 lens: 0x0000003e +0x000011d0-0x0000120d: +>>0 @F609@ FAM +1 HUSB @I1162@ +1 WIFE @I1605@ +1 MARR +2 DATE 1733 +<< +[0006] FAM rkey: F610 offs: 0x0000020e lens: 0x0000006b +0x0000120e-0x00001278: +>>0 @F610@ FAM +1 HUSB @I1438@ +1 WIFE @I1196@ +1 MARR +2 DATE 1854 +1 CHIL @I1439@ +1 CHIL @I1440@ +1 CHIL @I1441@ +<< +[0007] FAM rkey: F611 offs: 0x00000279 lens: 0x0000003e +0x00001279-0x000012b6: +>>0 @F611@ FAM +1 HUSB @I1442@ +1 WIFE @I1200@ +1 MARR +2 DATE 1868 +<< +[0008] FAM rkey: F612 offs: 0x000002b7 lens: 0x0000002b +0x000012b7-0x000012e1: +>>0 @F612@ FAM +1 HUSB @I2899@ +1 CHIL @I1202@ +<< +[0009] FAM rkey: F613 offs: 0x000002e2 lens: 0x00000046 +0x000012e2-0x00001327: +>>0 @F613@ FAM +1 HUSB @I1686@ +1 WIFE @I1204@ +1 DIV Y +1 MARR +2 DATE 1964 +<< +[0010] FAM rkey: F614 offs: 0x00000328 lens: 0x0000003e +0x00001328-0x00001365: +>>0 @F614@ FAM +1 HUSB @I1687@ +1 WIFE @I1205@ +1 MARR +2 DATE 1967 +<< +[0011] FAM rkey: F615 offs: 0x00000366 lens: 0x0000003e +0x00001366-0x000013a3: +>>0 @F615@ FAM +1 HUSB @I1688@ +1 WIFE @I1206@ +1 MARR +2 DATE 1975 +<< +[0012] FAM rkey: F616 offs: 0x000003a4 lens: 0x0000003a +0x000013a4-0x000013dd: +>>0 @F616@ FAM +1 HUSB @I1211@ +1 WIFE @I1212@ +1 CHIL @I1207@ +<< +[0013] FAM rkey: F617 offs: 0x000003de lens: 0x0000003a +0x000013de-0x00001417: +>>0 @F617@ FAM +1 HUSB @I2651@ +1 WIFE @I2652@ +1 CHIL @I1214@ +<< +[0014] FAM rkey: F618 offs: 0x00000418 lens: 0x00000061 +0x00001418-0x00001478: +>>0 @F618@ FAM +1 HUSB @I1219@ +1 WIFE @I1220@ +1 MARR +2 DATE 2 JUN 1420 +2 PLAC Troyes +1 CHIL @I1217@ +<< +[0015] FAM rkey: F619 offs: 0x00000479 lens: 0x0000002b +0x00001479-0x000014a3: +>>0 @F619@ FAM +1 HUSB @I2272@ +1 CHIL @I1218@ +<< +[0016] FAM rkey: F620 offs: 0x000004a4 lens: 0x000000c2 +0x000014a4-0x00001565: +>>0 @F620@ FAM +1 HUSB @I1221@ +1 WIFE @I1222@ +1 MARR +2 DATE 1380/1381 +2 PLAC Arundel Castle +1 CHIL @I1223@ +1 CHIL @I1219@ +1 CHIL @I1224@ +1 CHIL @I1225@ +1 CHIL @I1226@ +1 CHIL @I1227@ +1 CHIL @I1228@ +<< +[0017] FAM rkey: F621 offs: 0x00000566 lens: 0x00000072 +0x00001566-0x000015d7: +>>0 @F621@ FAM +1 HUSB @I2075@ +1 WIFE @I2074@ +1 MARR +2 DATE 17 JUL 1385 +1 CHIL @I1414@ +1 CHIL @I1220@ +1 CHIL @I2537@ +<< +[0018] FAM rkey: F622 offs: 0x000005d8 lens: 0x00000049 +0x000015d8-0x00001620: +>>0 @F622@ FAM +1 HUSB @I1352@ +1 WIFE @I1220@ +1 CHIL @I1353@ +1 CHIL @I1254@ +<< +[0019] FAM rkey: F623 offs: 0x00000621 lens: 0x00000081 +0x00001621-0x000016a1: +>>0 @F623@ FAM +1 HUSB @I1236@ +1 WIFE @I1243@ +1 MARR +2 DATE 13 MAY 1359 +2 PLAC Reading +1 CHIL @I1501@ +1 CHIL @I1502@ +1 CHIL @I1221@ +<< +[0020] FAM rkey: F624 offs: 0x000006a2 lens: 0x0000006f +0x000016a2-0x00001710: +>>0 @F624@ FAM +1 HUSB @I1221@ +1 WIFE @I1601@ +1 MARR +2 DATE 7 FEB 1403 +2 PLAC Winchester,Cathedral,London,England +<< +[0021] FAM rkey: F625 offs: 0x00000711 lens: 0x0000002b +0x00001711-0x0000173b: +>>0 @F625@ FAM +1 HUSB @I1332@ +1 CHIL @I1222@ +<< +[0022] FAM rkey: F626 offs: 0x0000073c lens: 0x0000003e +0x0000173c-0x00001779: +>>0 @F626@ FAM +1 HUSB @I1224@ +1 WIFE @I1595@ +1 MARR +2 DATE 1412 +<< +[0023] FAM rkey: F627 offs: 0x0000077a lens: 0x00000053 +0x0000177a-0x000017cc: +>>0 @F627@ FAM +1 HUSB @I1225@ +1 WIFE @I1596@ +1 MARR +2 DATE 17 APR 1423 +2 PLAC Troyes +<< +[0024] FAM rkey: F628 offs: 0x000007cd lens: 0x00000057 +0x000017cd-0x00001823: +>>0 @F628@ FAM +1 HUSB @I1225@ +1 WIFE @I1327@ +1 MARR +2 DATE 22 APR 1433 +2 PLAC Therouenne +<< +[0025] FAM rkey: F629 offs: 0x00000824 lens: 0x0000003e +0x00001824-0x00001861: +>>0 @F629@ FAM +1 HUSB @I1226@ +1 WIFE @I1597@ +1 MARR +2 DATE 1422 +<< +[0026] FAM rkey: F630 offs: 0x00000862 lens: 0x00000045 +0x00001862-0x000018a6: +>>0 @F630@ FAM +1 HUSB @I1226@ +1 WIFE @I1598@ +1 MARR +2 DATE BEF 1431 +<< +[0027] FAM rkey: F631 offs: 0x000008a7 lens: 0x0000005b +0x000018a7-0x00001901: +>>0 @F631@ FAM +1 HUSB @I1599@ +1 WIFE @I1227@ +1 MARR +2 DATE 6 JUL 1402 +2 PLAC Cologne,Germany +<< +[0028] FAM rkey: F632 offs: 0x00000902 lens: 0x00000051 +0x00001902-0x00001952: +>>0 @F632@ FAM +1 HUSB @I1600@ +1 WIFE @I1228@ +1 MARR +2 DATE 26 OCT 1406 +2 PLAC Lund +<< +[0029] FAM rkey: F633 offs: 0x00000953 lens: 0x0000010d +0x00001953-0x00001a5f: +>>0 @F633@ FAM +1 HUSB @I1229@ +1 WIFE @I1230@ +1 MARR +2 DATE 24 JAN 1328 +2 PLAC York Minster +1 CHIL @I1231@ +1 CHIL @I1232@ +1 CHIL @I1233@ +1 CHIL @I1234@ +1 CHIL @I1235@ +1 CHIL @I1236@ +1 CHIL @I1237@ +1 CHIL @I1238@ +1 CHIL @I1239@ +1 CHIL @I1240@ +1 CHIL @I1241@ +1 CHIL @I1242@ +<< +[0030] FAM rkey: F634 offs: 0x00000a60 lens: 0x0000002b +0x00001a60-0x00001a8a: +>>0 @F634@ FAM +1 HUSB @I2057@ +1 CHIL @I1230@ +<< +[0031] FAM rkey: F635 offs: 0x00000a8b lens: 0x0000007a +0x00001a8b-0x00001b04: +>>0 @F635@ FAM +1 HUSB @I1231@ +1 WIFE @I1410@ +1 MARR +2 DATE 10 OCT 1361 +2 PLAC Windsor,England +1 CHIL @I1411@ +1 CHIL @I1412@ +<< +[0032] FAM rkey: F636 offs: 0x00000b05 lens: 0x0000005c +0x00001b05-0x00001b60: +>>0 @F636@ FAM +1 HUSB @I1415@ +1 WIFE @I1232@ +1 MARR +2 DATE 27 JUL 1365 +2 PLAC Windsor,England +<< +[0033] FAM rkey: F637 offs: 0x00000b61 lens: 0x00000079 +0x00001b61-0x00001bd9: +>>0 @F637@ FAM +1 HUSB @I1235@ +1 WIFE @I1418@ +1 MARR +2 DATE 9 SEP 1342 +2 PLAC Tower of London,London,England +1 CHIL @I1348@ +<< +[0034] FAM rkey: F638 offs: 0x00000bda lens: 0x00000058 +0x00001bda-0x00001c31: +>>0 @F638@ FAM +1 HUSB @I1235@ +1 WIFE @I1347@ +1 MARR +2 DATE 28 MAY 1368 +2 PLAC Milan,Italy +<< +[0035] FAM rkey: F639 offs: 0x00000c32 lens: 0x00000062 +0x00001c32-0x00001c93: +>>0 @F639@ FAM +1 HUSB @I1236@ +1 WIFE @I1416@ +1 MARR +2 DATE SEP 1371 +2 PLAC Roquefort +1 CHIL @I2065@ +<< +[0036] FAM rkey: F640 offs: 0x00000c94 lens: 0x00000090 +0x00001c94-0x00001d23: +>>0 @F640@ FAM +1 HUSB @I1236@ +1 WIFE @I1328@ +1 MARR +2 DATE 13 JAN 1396 +2 PLAC Lincoln +1 CHIL @I1329@ +1 CHIL @I1330@ +1 CHIL @I1331@ +1 CHIL @I1437@ +<< +[0037] FAM rkey: F641 offs: 0x00000d24 lens: 0x00000049 +0x00001d24-0x00001d6c: +>>0 @F641@ FAM +1 HUSB @I1237@ +1 WIFE @I1443@ +1 MARR +2 DATE BEF 4 NOV 1393 +<< +[0038] FAM rkey: F642 offs: 0x00000d6d lens: 0x0000004f +0x00001d6d-0x00001dbb: +>>0 @F642@ FAM +1 HUSB @I1594@ +1 WIFE @I1239@ +1 MARR +2 DATE 1361 +2 PLAC Woodstock +<< +[0039] FAM rkey: F643 offs: 0x00000dbc lens: 0x00000054 +0x00001dbc-0x00001e0f: +>>0 @F643@ FAM +1 HUSB @I1417@ +1 WIFE @I1240@ +1 MARR +2 DATE 19 MAY 1359 +2 PLAC Reading +<< +[0040] FAM rkey: F644 offs: 0x00000e10 lens: 0x0000007a +0x00001e10-0x00001e89: +>>0 @F644@ FAM +1 HUSB @I1242@ +1 WIFE @I1343@ +1 MARR +2 DATE 1374 +1 CHIL @I2071@ +1 CHIL @I1603@ +1 CHIL @I2072@ +1 CHIL @I2073@ +<< +[0041] FAM rkey: F645 offs: 0x00000e8a lens: 0x0000003a +0x00001e8a-0x00001ec3: +>>0 @F645@ FAM +1 HUSB @I1499@ +1 WIFE @I1500@ +1 CHIL @I1243@ +<< +[0042] FAM rkey: F646 offs: 0x00000ec4 lens: 0x0000004d +0x00001ec4-0x00001f10: +>>0 @F646@ FAM +1 HUSB @I1246@ +1 WIFE @I2874@ +1 MARR +2 DATE 1829 +1 CHIL @I1244@ +<< +[0043] FAM rkey: F647 offs: 0x00000f11 lens: 0x0000004d +0x00001f11-0x00001f5d: +>>0 @F647@ FAM +1 HUSB @I2878@ +1 WIFE @I2879@ +1 MARR +2 DATE 1765 +1 CHIL @I1246@ +<< +[0044] FAM rkey: F648 offs: 0x00000f5e lens: 0x0000003e +0x00001f5e-0x00001f9b: +>>0 @F648@ FAM +1 HUSB @I1246@ +1 WIFE @I2875@ +1 MARR +2 DATE 1802 +<< +[0045] FAM rkey: F649 offs: 0x00000f9c lens: 0x0000003e +0x00001f9c-0x00001fd9: +>>0 @F649@ FAM +1 HUSB @I1246@ +1 WIFE @I2876@ +1 MARR +2 DATE 1816 +<< +[0046] FAM rkey: F650 offs: 0x00000fda lens: 0x0000003e +0x00001fda-0x00002017: +>>0 @F650@ FAM +1 HUSB @I1246@ +1 WIFE @I2877@ +1 MARR +2 DATE 1819 +<< +[0047] FAM rkey: F651 offs: 0x00001018 lens: 0x00000059 +0x00002018-0x00002070: +>>0 @F651@ FAM +1 HUSB @I1248@ +1 WIFE @I1247@ +1 MARR +2 DATE 24 APR 1558 +2 PLAC Paris,France +<< +[0048] FAM rkey: F652 offs: 0x00001071 lens: 0x00000045 +0x00002071-0x000020b5: +>>0 @F652@ FAM +1 HUSB @I1250@ +1 WIFE @I1247@ +1 MARR +2 DATE ABT 1567 +<< +[0049] FAM rkey: F653 offs: 0x000010b6 lens: 0x00000072 +0x000020b6-0x00002127: +>>0 @F653@ FAM +1 HUSB @I2438@ +1 WIFE @I2439@ +1 MARR +2 DATE 28 OCT 1533 +1 CHIL @I1248@ +1 CHIL @I2522@ +1 CHIL @I2523@ +<< +[0050] FAM rkey: F654 offs: 0x00001128 lens: 0x00000049 +0x00002128-0x00002170: +>>0 @F654@ FAM +1 HUSB @I1432@ +1 WIFE @I1431@ +1 CHIL @I1249@ +1 CHIL @I1433@ +<< +[0051] FAM rkey: F655 offs: 0x00001171 lens: 0x0000002b +0x00002171-0x0000219b: +>>0 @F655@ FAM +1 HUSB @I1815@ +1 CHIL @I1251@ +<< +[0052] FAM rkey: F656 offs: 0x0000119c lens: 0x00000067 +0x0000219c-0x00002202: +>>0 @F656@ FAM +1 HUSB @I1466@ +1 WIFE @I1467@ +1 CHIL @I1252@ +1 CHIL @I1470@ +1 CHIL @I1471@ +1 CHIL @I1472@ +<< +[0053] FAM rkey: F657 offs: 0x00001203 lens: 0x0000003a +0x00002203-0x0000223c: +>>0 @F657@ FAM +1 HUSB @I1253@ +1 WIFE @I1829@ +1 CHIL @I1450@ +<< +[0054] FAM rkey: F658 offs: 0x0000123d lens: 0x0000003a +0x0000223d-0x00002276: +>>0 @F658@ FAM +1 HUSB @I1334@ +1 WIFE @I1336@ +1 CHIL @I1255@ +<< +[0055] FAM rkey: F659 offs: 0x00001277 lens: 0x0000002b +0x00002277-0x000022a1: +>>0 @F659@ FAM +1 HUSB @I1350@ +1 WIFE @I1255@ +<< +[0056] FAM rkey: F660 offs: 0x000012a2 lens: 0x0000002b +0x000022a2-0x000022cc: +>>0 @F660@ FAM +1 HUSB @I1351@ +1 WIFE @I1255@ +<< +[0057] FAM rkey: F661 offs: 0x000012cd lens: 0x00000053 +0x000022cd-0x0000231f: +>>0 @F661@ FAM +1 HUSB @I1259@ +1 WIFE @I1257@ +1 MARR +2 DATE MAY 1332 +2 PLAC Ni jmegen +<< +[0058] FAM rkey: F662 offs: 0x00001320 lens: 0x0000005d +0x00002320-0x0000237c: +>>0 @F662@ FAM +1 HUSB @I1451@ +1 WIFE @I1258@ +1 MARR +2 DATE 17 JUL 1328 +2 PLAC Berwick-on-Tweed +<< +[0059] FAM rkey: F663 offs: 0x0000137d lens: 0x000000e7 +0x0000237d-0x00002463: +>>0 @F663@ FAM +1 HUSB @I1281@ +1 WIFE @I1282@ +1 MARR +2 DATE 4 JAN 1236 +2 PLAC Canterbury,Cathedral +1 CHIL @I1261@ +1 CHIL @I1283@ +1 CHIL @I1284@ +1 CHIL @I1285@ +1 CHIL @I1286@ +1 CHIL @I1287@ +1 CHIL @I1288@ +1 CHIL @I1289@ +1 CHIL @I1290@ +<< +[0060] FAM rkey: F664 offs: 0x00001464 lens: 0x0000008e +0x00002464-0x000024f1: +>>0 @F664@ FAM +1 HUSB @I1261@ +1 WIFE @I1277@ +1 MARR +2 DATE 10 SEP 1299 +2 PLAC Canterbury,Cathedral +1 CHIL @I1278@ +1 CHIL @I1279@ +1 CHIL @I1280@ +<< +[0061] FAM rkey: F665 offs: 0x000014f2 lens: 0x0000003a +0x000024f2-0x0000252b: +>>0 @F665@ FAM +1 HUSB @I1746@ +1 CHIL @I1749@ +1 CHIL @I1262@ +<< +[0062] FAM rkey: F666 offs: 0x0000152c lens: 0x0000006d +0x0000252c-0x00002598: +>>0 @F666@ FAM +1 HUSB @I1588@ +1 WIFE @I1268@ +1 MARR +2 DATE 30 APR 1290 +2 PLAC Westminster,Abbey,London,England +<< +[0063] FAM rkey: F667 offs: 0x00001599 lens: 0x00000042 +0x00002599-0x000025da: +>>0 @F667@ FAM +1 HUSB @I1589@ +1 WIFE @I1268@ +1 MARR +2 DATE JAN 1297 +<< +[0064] FAM rkey: F668 offs: 0x000015db lens: 0x0000006c +0x000025db-0x00002646: +>>0 @F668@ FAM +1 HUSB @I1590@ +1 WIFE @I1270@ +1 MARR +2 DATE 8 JUL 1290 +2 PLAC Westminster,Abbey,London,England +<< +[0065] FAM rkey: F669 offs: 0x00001647 lens: 0x00000054 +0x00002647-0x0000269a: +>>0 @F669@ FAM +1 HUSB @I1591@ +1 WIFE @I1274@ +1 MARR +2 DATE 18 JAN 1297 +2 PLAC Ipswich +<< +[0066] FAM rkey: F670 offs: 0x0000169b lens: 0x00000058 +0x0000269b-0x000026f2: +>>0 @F670@ FAM +1 HUSB @I1592@ +1 WIFE @I1274@ +1 MARR +2 DATE 14 NOV 1302 +2 PLAC Westminster +<< +[0067] FAM rkey: F671 offs: 0x000016f3 lens: 0x0000005c +0x000026f3-0x0000274e: +>>0 @F671@ FAM +1 HUSB @I1739@ +1 WIFE @I2485@ +1 MARR +2 DATE 1274 +1 CHIL @I1903@ +1 CHIL @I1277@ +<< +[0068] FAM rkey: F672 offs: 0x0000174f lens: 0x00000054 +0x0000274f-0x000027a2: +>>0 @F672@ FAM +1 HUSB @I1278@ +1 WIFE @I1504@ +1 MARR +2 DATE ABT 1316 +1 CHIL @I1744@ +<< +[0069] FAM rkey: F673 offs: 0x000017a3 lens: 0x00000045 +0x000027a3-0x000027e7: +>>0 @F673@ FAM +1 HUSB @I1278@ +1 WIFE @I1593@ +1 MARR +2 DATE ABT 1328 +<< +[0070] FAM rkey: F674 offs: 0x000017e8 lens: 0x00000051 +0x000027e8-0x00002838: +>>0 @F674@ FAM +1 HUSB @I1279@ +1 WIFE @I1505@ +1 MARR +2 DATE DEC 1325 +1 CHIL @I1410@ +<< +[0071] FAM rkey: F675 offs: 0x00001839 lens: 0x000000a0 +0x00002839-0x000028d8: +>>0 @F675@ FAM +1 HUSB @I1364@ +1 WIFE @I1366@ +1 MARR +2 DATE 24 AUG 1200 +2 PLAC Bordeaux +1 CHIL @I1281@ +1 CHIL @I1367@ +1 CHIL @I1368@ +1 CHIL @I1369@ +1 CHIL @I1370@ +<< +[0072] FAM rkey: F676 offs: 0x000018d9 lens: 0x0000002b +0x000028d9-0x00002903: +>>0 @F676@ FAM +1 HUSB @I1881@ +1 CHIL @I1282@ +<< +[0073] FAM rkey: F677 offs: 0x00001904 lens: 0x00000060 +0x00002904-0x00002963: +>>0 @F677@ FAM +1 HUSB @I1585@ +1 WIFE @I1283@ +1 MARR +2 DATE 26 DEC 1251 +2 PLAC York +1 CHIL @I2234@ +<< +[0074] FAM rkey: F678 offs: 0x00001964 lens: 0x00000055 +0x00002964-0x000029b8: +>>0 @F678@ FAM +1 HUSB @I1586@ +1 WIFE @I1284@ +1 MARR +2 DATE 22 JAN 1260 +2 PLAC St Denis +<< +[0075] FAM rkey: F679 offs: 0x000019b9 lens: 0x0000006c +0x000029b9-0x00002a24: +>>0 @F679@ FAM +1 HUSB @I1285@ +1 WIFE @I1587@ +1 MARR +2 DATE 9 APR 1269 +2 PLAC Westminster,Abbey,London,England +<< +[0076] FAM rkey: F680 offs: 0x00001a25 lens: 0x0000007b +0x00002a25-0x00002a9f: +>>0 @F680@ FAM +1 HUSB @I1285@ +1 WIFE @I1495@ +1 MARR +2 DATE BEF 3 FEB 1276 +2 PLAC Paris,France +1 CHIL @I1496@ +1 CHIL @I1497@ +<< +[0077] FAM rkey: F681 offs: 0x00001aa0 lens: 0x0000002b +0x00002aa0-0x00002aca: +>>0 @F681@ FAM +1 HUSB @I1735@ +1 CHIL @I1291@ +<< +[0078] FAM rkey: F682 offs: 0x00001acb lens: 0x0000004d +0x00002acb-0x00002b17: +>>0 @F682@ FAM +1 HUSB @I1300@ +1 WIFE @I1299@ +1 MARR +2 DATE 1745 +1 CHIL @I1294@ +<< +[0079] FAM rkey: F683 offs: 0x00001b18 lens: 0x0000004d +0x00002b18-0x00002b64: +>>0 @F683@ FAM +1 HUSB @I2689@ +1 WIFE @I2690@ +1 MARR +2 DATE 1753 +1 CHIL @I1295@ +<< +[0080] FAM rkey: F684 offs: 0x00001b65 lens: 0x0000003a +0x00002b65-0x00002b9e: +>>0 @F684@ FAM +1 HUSB @I1296@ +1 WIFE @I1297@ +1 CHIL @I1298@ +<< +[0081] FAM rkey: F685 offs: 0x00001b9f lens: 0x0000003a +0x00002b9f-0x00002bd8: +>>0 @F685@ FAM +1 HUSB @I2691@ +1 WIFE @I2692@ +1 CHIL @I1299@ +<< +[0082] FAM rkey: F686 offs: 0x00001bd9 lens: 0x0000004d +0x00002bd9-0x00002c25: +>>0 @F686@ FAM +1 HUSB @I1419@ +1 WIFE @I1303@ +1 MARR +2 DATE 1725 +1 CHIL @I1300@ +<< +[0083] FAM rkey: F687 offs: 0x00001c26 lens: 0x00000054 +0x00002c26-0x00002c79: +>>0 @F687@ FAM +1 HUSB @I1309@ +1 WIFE @I1314@ +1 MARR +2 DATE ABT 1670 +1 CHIL @I1301@ +<< +[0084] FAM rkey: F688 offs: 0x00001c7a lens: 0x0000005c +0x00002c7a-0x00002cd5: +>>0 @F688@ FAM +1 HUSB @I1301@ +1 WIFE @I1302@ +1 MARR +2 DATE 1712 +1 CHIL @I1303@ +1 CHIL @I1304@ +<< +[0085] FAM rkey: F689 offs: 0x00001cd6 lens: 0x00000042 +0x00002cd6-0x00002d17: +>>0 @F689@ FAM +1 HUSB @I1301@ +1 WIFE @I1305@ +1 DIV Y +1 CHIL @I1306@ +<< +[0086] FAM rkey: F690 offs: 0x00001d18 lens: 0x0000003a +0x00002d18-0x00002d51: +>>0 @F690@ FAM +1 HUSB @I1306@ +1 WIFE @I1307@ +1 CHIL @I1308@ +<< +[0087] FAM rkey: F691 offs: 0x00001d52 lens: 0x0000004d +0x00002d52-0x00002d9e: +>>0 @F691@ FAM +1 HUSB @I1312@ +1 WIFE @I1313@ +1 MARR +2 DATE 1626 +1 CHIL @I1309@ +<< +[0088] FAM rkey: F692 offs: 0x00001d9f lens: 0x00000072 +0x00002d9f-0x00002e10: +>>0 @F692@ FAM +1 HUSB @I1309@ +1 WIFE @I1310@ +1 MARR +2 DATE ABT 1641 +1 CHIL @I1325@ +1 CHIL @I1324@ +1 CHIL @I1311@ +<< +[0089] FAM rkey: F693 offs: 0x00001e11 lens: 0x0000003a +0x00002e11-0x00002e4a: +>>0 @F693@ FAM +1 HUSB @I1311@ +1 WIFE @I1315@ +1 CHIL @I1316@ +<< +[0090] FAM rkey: F694 offs: 0x00001e4b lens: 0x0000003a +0x00002e4b-0x00002e84: +>>0 @F694@ FAM +1 HUSB @I2660@ +1 WIFE @I2661@ +1 CHIL @I1312@ +<< +[0091] FAM rkey: F695 offs: 0x00001e85 lens: 0x0000003a +0x00002e85-0x00002ebe: +>>0 @F695@ FAM +1 HUSB @I2658@ +1 WIFE @I2659@ +1 CHIL @I1313@ +<< +[0092] FAM rkey: F696 offs: 0x00001ebf lens: 0x0000003a +0x00002ebf-0x00002ef8: +>>0 @F696@ FAM +1 HUSB @I1326@ +1 WIFE @I2662@ +1 CHIL @I1314@ +<< +[0093] FAM rkey: F697 offs: 0x00001ef9 lens: 0x00000049 +0x00002ef9-0x00002f41: +>>0 @F697@ FAM +1 HUSB @I1316@ +1 WIFE @I1317@ +1 CHIL @I1319@ +1 CHIL @I1318@ +<< +[0094] FAM rkey: F698 offs: 0x00001f42 lens: 0x0000003a +0x00002f42-0x00002f7b: +>>0 @F698@ FAM +1 HUSB @I1320@ +1 WIFE @I1319@ +1 CHIL @I1321@ +<< +[0095] FAM rkey: F699 offs: 0x00001f7c lens: 0x0000003a +0x00002f7c-0x00002fb5: +>>0 @F699@ FAM +1 HUSB @I1322@ +1 WIFE @I1321@ +1 CHIL @I1323@ +<< +[0096] FAM rkey: F700 offs: 0x00001fb6 lens: 0x0000002b +0x00002fb6-0x00002fe0: +>>0 @F700@ FAM +1 HUSB @I2270@ +1 CHIL @I1327@ +<< +[0097] FAM rkey: F701 offs: 0x00001fe1 lens: 0x0000002b +0x00002fe1-0x0000300b: +>>0 @F701@ FAM +1 HUSB @I2063@ +1 CHIL @I1328@ +<< +[0098] FAM rkey: F702 offs: 0x0000200c lens: 0x0000002b +0x0000300c-0x00003036: +>>0 @F702@ FAM +1 HUSB @I2064@ +1 WIFE @I1328@ +<< +[0099] FAM rkey: F703 offs: 0x00002037 lens: 0x00000076 +0x00003037-0x000030ac: +>>0 @F703@ FAM +1 HUSB @I1329@ +1 WIFE @I1595@ +1 CHIL @I1333@ +1 CHIL @I1334@ +1 CHIL @I1335@ +1 CHIL @I1465@ +1 CHIL @I2079@ +<< +[0100] FAM rkey: F704 offs: 0x000020ad lens: 0x0000001c +0x000030ad-0x000030c8: +>>0 @F704@ FAM +1 HUSB @I1329@ +<< +[0101] FAM rkey: F705 offs: 0x000020c9 lens: 0x0000002b +0x000030c9-0x000030f3: +>>0 @F705@ FAM +1 HUSB @I2076@ +1 WIFE @I1331@ +<< +[0102] FAM rkey: F706 offs: 0x000020f4 lens: 0x000000a3 +0x000030f4-0x00003196: +>>0 @F706@ FAM +1 HUSB @I1335@ +1 WIFE @I2081@ +1 CHIL @I2083@ +1 CHIL @I2084@ +1 CHIL @I2085@ +1 CHIL @I2086@ +1 CHIL @I2087@ +1 CHIL @I2088@ +1 CHIL @I2089@ +1 CHIL @I2090@ +<< +[0103] FAM rkey: F707 offs: 0x00002197 lens: 0x0000002b +0x00003197-0x000031c1: +>>0 @F707@ FAM +1 HUSB @I2062@ +1 CHIL @I1337@ +<< +[0104] FAM rkey: F708 offs: 0x000021c2 lens: 0x0000002b +0x000031c2-0x000031ec: +>>0 @F708@ FAM +1 HUSB @I1338@ +1 WIFE @I2296@ +<< +[0105] FAM rkey: F709 offs: 0x000021ed lens: 0x00000070 +0x000031ed-0x0000325c: +>>0 @F709@ FAM +1 HUSB @I1341@ +1 WIFE @I1420@ +1 MARR +2 DATE 9 JUN 1660 +2 PLAC St Jean-de-Luz,France +1 CHIL @I2423@ +<< +[0106] FAM rkey: F710 offs: 0x0000225d lens: 0x0000005e +0x0000325d-0x000032ba: +>>0 @F710@ FAM +1 HUSB @I1341@ +1 WIFE @I1421@ +1 MARR +2 DATE 12 JUN 1684 +2 PLAC Versailles,France +<< +[0107] FAM rkey: F711 offs: 0x000022bb lens: 0x0000002b +0x000032bb-0x000032e5: +>>0 @F711@ FAM +1 HUSB @I2069@ +1 CHIL @I1343@ +<< +[0108] FAM rkey: F712 offs: 0x000022e6 lens: 0x00000067 +0x000032e6-0x0000334c: +>>0 @F712@ FAM +1 HUSB @I1349@ +1 WIFE @I1348@ +1 CHIL @I1344@ +1 CHIL @I2283@ +1 CHIL @I2284@ +1 CHIL @I2285@ +<< +[0109] FAM rkey: F713 offs: 0x0000234d lens: 0x0000002b +0x0000334d-0x00003377: +>>0 @F713@ FAM +1 HUSB @I2277@ +1 CHIL @I1345@ +<< +[0110] FAM rkey: F714 offs: 0x00002378 lens: 0x0000002b +0x00003378-0x000033a2: +>>0 @F714@ FAM +1 HUSB @I2278@ +1 WIFE @I1345@ +<< +[0111] FAM rkey: F715 offs: 0x000023a3 lens: 0x0000002b +0x000033a3-0x000033cd: +>>0 @F715@ FAM +1 HUSB @I1346@ +1 WIFE @I1445@ +<< +[0112] FAM rkey: F716 offs: 0x000023ce lens: 0x0000002b +0x000033ce-0x000033f8: +>>0 @F716@ FAM +1 HUSB @I2060@ +1 CHIL @I1347@ +<< +[0113] FAM rkey: F717 offs: 0x000023f9 lens: 0x0000002b +0x000033f9-0x00003423: +>>0 @F717@ FAM +1 HUSB @I2061@ +1 WIFE @I1347@ +<< +[0114] FAM rkey: F718 offs: 0x00002424 lens: 0x0000002b +0x00003424-0x0000344e: +>>0 @F718@ FAM +1 HUSB @I1904@ +1 CHIL @I1349@ +<< +[0115] FAM rkey: F719 offs: 0x0000244f lens: 0x0000002b +0x0000344f-0x00003479: +>>0 @F719@ FAM +1 HUSB @I2174@ +1 CHIL @I1352@ +<< +[0116] FAM rkey: F720 offs: 0x0000247a lens: 0x0000002b +0x0000347a-0x000034a4: +>>0 @F720@ FAM +1 HUSB @I1353@ +1 WIFE @I1446@ +<< +[0117] FAM rkey: F721 offs: 0x000024a5 lens: 0x00000055 +0x000034a5-0x000034f9: +>>0 @F721@ FAM +1 HUSB @I1408@ +1 WIFE @I1355@ +1 DIV Y +1 MARR +2 DATE 1908 +1 CHIL @I1409@ +<< +[0118] FAM rkey: F722 offs: 0x000024fa lens: 0x0000002b +0x000034fa-0x00003524: +>>0 @F722@ FAM +1 HUSB @I2927@ +1 CHIL @I1356@ +<< +[0119] FAM rkey: F723 offs: 0x00002525 lens: 0x000000d4 +0x00003525-0x000035f8: +>>0 @F723@ FAM +1 HUSB @I1371@ +1 WIFE @I1372@ +1 MARR +2 DATE 18 MAY 1152 +2 PLAC Bordeaux,France +1 CHIL @I1373@ +1 CHIL @I1374@ +1 CHIL @I1375@ +1 CHIL @I1376@ +1 CHIL @I1377@ +1 CHIL @I1378@ +1 CHIL @I1379@ +1 CHIL @I1364@ +<< +[0120] FAM rkey: F724 offs: 0x000025f9 lens: 0x00000060 +0x000035f9-0x00003658: +>>0 @F724@ FAM +1 HUSB @I1364@ +1 WIFE @I1365@ +1 DIV Y +1 MARR +2 DATE 29 AUG 1189 +2 PLAC Marlebridge +<< +[0121] FAM rkey: F725 offs: 0x00002659 lens: 0x0000002b +0x00003659-0x00003683: +>>0 @F725@ FAM +1 HUSB @I1877@ +1 CHIL @I1365@ +<< +[0122] FAM rkey: F726 offs: 0x00002684 lens: 0x0000002b +0x00003684-0x000036ae: +>>0 @F726@ FAM +1 HUSB @I1878@ +1 WIFE @I1365@ +<< +[0123] FAM rkey: F727 offs: 0x000026af lens: 0x0000002b +0x000036af-0x000036d9: +>>0 @F727@ FAM +1 HUSB @I1879@ +1 WIFE @I1365@ +<< +[0124] FAM rkey: F728 offs: 0x000026da lens: 0x0000002b +0x000036da-0x00003704: +>>0 @F728@ FAM +1 HUSB @I1880@ +1 WIFE @I1366@ +<< +[0125] FAM rkey: F729 offs: 0x00002705 lens: 0x0000008b +0x00003705-0x0000378f: +>>0 @F729@ FAM +1 HUSB @I1367@ +1 WIFE @I1582@ +1 MARR +2 DATE 23 NOV 1243 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I1887@ +1 CHIL @I1888@ +<< +[0126] FAM rkey: F730 offs: 0x00002790 lens: 0x00000063 +0x00003790-0x000037f2: +>>0 @F730@ FAM +1 HUSB @I1367@ +1 WIFE @I1583@ +1 MARR +2 DATE 16 JUN 1269 +2 PLAC Kaiserslautern,Germany +<< +[0127] FAM rkey: F731 offs: 0x000027f3 lens: 0x0000002b +0x000037f3-0x0000381d: +>>0 @F731@ FAM +1 HUSB @I1886@ +1 WIFE @I1368@ +<< +[0128] FAM rkey: F732 offs: 0x0000281e lens: 0x0000004d +0x0000381e-0x0000386a: +>>0 @F732@ FAM +1 HUSB @I1584@ +1 WIFE @I1369@ +1 MARR +2 DATE 20 JUL +2 PLAC Worms +<< +[0129] FAM rkey: F733 offs: 0x0000286b lens: 0x00000081 +0x0000386b-0x000038eb: +>>0 @F733@ FAM +1 HUSB @I1405@ +1 WIFE @I1395@ +1 MARR +2 DATE 22 MAY 1127 +2 PLAC Le Mans +1 CHIL @I1371@ +1 CHIL @I1866@ +1 CHIL @I1867@ +<< +[0130] FAM rkey: F734 offs: 0x000028ec lens: 0x0000002b +0x000038ec-0x00003916: +>>0 @F734@ FAM +1 HUSB @I1868@ +1 CHIL @I1372@ +<< +[0131] FAM rkey: F735 offs: 0x00002917 lens: 0x00000055 +0x00003917-0x0000396b: +>>0 @F735@ FAM +1 HUSB @I1869@ +1 WIFE @I1372@ +1 DIV Y +1 MARR +2 DATE 1137 +1 CHIL @I1510@ +<< +[0132] FAM rkey: F736 offs: 0x0000296c lens: 0x0000002b +0x0000396c-0x00003996: +>>0 @F736@ FAM +1 HUSB @I1374@ +1 WIFE @I1510@ +<< +[0133] FAM rkey: F737 offs: 0x00002997 lens: 0x00000061 +0x00003997-0x000039f7: +>>0 @F737@ FAM +1 HUSB @I1509@ +1 WIFE @I1375@ +1 MARR +2 DATE 1 FEB 1168 +2 PLAC Minden,Saxony,Germany +<< +[0134] FAM rkey: F738 offs: 0x000029f8 lens: 0x0000002b +0x000039f8-0x00003a22: +>>0 @F738@ FAM +1 HUSB @I1376@ +1 WIFE @I1508@ +<< +[0135] FAM rkey: F739 offs: 0x00002a23 lens: 0x00000060 +0x00003a23-0x00003a82: +>>0 @F739@ FAM +1 HUSB @I1377@ +1 WIFE @I1506@ +1 MARR +2 DATE JUL 1181 +1 CHIL @I1507@ +1 CHIL @I1873@ +<< +[0136] FAM rkey: F740 offs: 0x00002a83 lens: 0x0000005f +0x00003a83-0x00003ae1: +>>0 @F740@ FAM +1 HUSB @I1520@ +1 WIFE @I1378@ +1 MARR +2 DATE SEP 1170 +2 PLAC Burgos +1 CHIL @I1747@ +<< +[0137] FAM rkey: F741 offs: 0x00002ae2 lens: 0x0000005a +0x00003ae2-0x00003b3b: +>>0 @F741@ FAM +1 HUSB @I1557@ +1 WIFE @I1379@ +1 MARR +2 DATE 13 FEB 1177 +2 PLAC Palermo,Italy +<< +[0138] FAM rkey: F742 offs: 0x00002b3c lens: 0x0000004f +0x00003b3c-0x00003b8a: +>>0 @F742@ FAM +1 HUSB @I1558@ +1 WIFE @I1379@ +1 MARR +2 DATE OCT 1196 +2 PLAC Rouen +<< +[0139] FAM rkey: F743 offs: 0x00002b8b lens: 0x0000003a +0x00003b8b-0x00003bc4: +>>0 @F743@ FAM +1 HUSB @I1525@ +1 WIFE @I1526@ +1 CHIL @I1380@ +<< +[0140] FAM rkey: F744 offs: 0x00002bc5 lens: 0x000000d4 +0x00003bc5-0x00003c98: +>>0 @F744@ FAM +1 HUSB @I1380@ +1 WIFE @I1381@ +1 MARR +2 DATE 1053 +1 CHIL @I1382@ +1 CHIL @I1383@ +1 CHIL @I1384@ +1 CHIL @I1385@ +1 CHIL @I1386@ +1 CHIL @I1387@ +1 CHIL @I1388@ +1 CHIL @I1389@ +1 CHIL @I1390@ +1 CHIL @I1391@ +<< +[0141] FAM rkey: F745 offs: 0x00002c99 lens: 0x0000002b +0x00003c99-0x00003cc3: +>>0 @F745@ FAM +1 HUSB @I1850@ +1 CHIL @I1381@ +<< +[0142] FAM rkey: F746 offs: 0x00002cc4 lens: 0x0000003a +0x00003cc4-0x00003cfd: +>>0 @F746@ FAM +1 HUSB @I1382@ +1 WIFE @I1851@ +1 CHIL @I1853@ +<< +[0143] FAM rkey: F747 offs: 0x00002cfe lens: 0x00000076 +0x00003cfe-0x00003d73: +>>0 @F747@ FAM +1 HUSB @I1517@ +1 WIFE @I1388@ +1 CHIL @I1860@ +1 CHIL @I1518@ +1 CHIL @I1519@ +1 CHIL @I1397@ +1 CHIL @I1861@ +<< +[0144] FAM rkey: F748 offs: 0x00002d74 lens: 0x0000004a +0x00003d74-0x00003dbd: +>>0 @F748@ FAM +1 HUSB @I1556@ +1 WIFE @I1390@ +1 MARR +2 DATE 1086 +2 PLAC Caen +<< +[0145] FAM rkey: F749 offs: 0x00002dbe lens: 0x000000b7 +0x00003dbe-0x00003e74: +>>0 @F749@ FAM +1 HUSB @I1391@ +1 WIFE @I1392@ +1 MARR +2 DATE 6 AUG 1100 +2 PLAC Westminster,Abbey,London,England +1 CHIL @I1393@ +1 CHIL @I2957@ +1 CHIL @I1394@ +1 CHIL @I1395@ +1 CHIL @I2224@ +<< +[0146] FAM rkey: F750 offs: 0x00002e75 lens: 0x0000006d +0x00003e75-0x00003ee1: +>>0 @F750@ FAM +1 HUSB @I1391@ +1 WIFE @I1396@ +1 MARR +2 DATE 29 JAN 1122 +2 PLAC Westminster,Abbey,London,England +<< +[0147] FAM rkey: F751 offs: 0x00002ee2 lens: 0x00000076 +0x00003ee2-0x00003f57: +>>0 @F751@ FAM +1 HUSB @I1511@ +1 WIFE @I1512@ +1 CHIL @I1513@ +1 CHIL @I1514@ +1 CHIL @I1392@ +1 CHIL @I1515@ +1 CHIL @I1516@ +<< +[0148] FAM rkey: F752 offs: 0x00002f58 lens: 0x0000002b +0x00003f58-0x00003f82: +>>0 @F752@ FAM +1 HUSB @I1394@ +1 WIFE @I1858@ +<< +[0149] FAM rkey: F753 offs: 0x00002f83 lens: 0x00000051 +0x00003f83-0x00003fd3: +>>0 @F753@ FAM +1 HUSB @I1404@ +1 WIFE @I1395@ +1 MARR +2 DATE 7 JAN 1114 +2 PLAC Mainz +<< +[0150] FAM rkey: F754 offs: 0x00002fd4 lens: 0x0000002b +0x00003fd4-0x00003ffe: +>>0 @F754@ FAM +1 HUSB @I1859@ +1 CHIL @I1396@ +<< +[0151] FAM rkey: F755 offs: 0x00002fff lens: 0x0000003e +0x00003fff-0x0000403c: +>>0 @F755@ FAM +1 HUSB @I1608@ +1 WIFE @I1396@ +1 MARR +2 DATE 1138 +<< +[0152] FAM rkey: F756 offs: 0x0000303d lens: 0x000000a4 +0x0000403d-0x000040e0: +>>0 @F756@ FAM +1 HUSB @I1397@ +1 WIFE @I1398@ +1 MARR +2 DATE 1125 +2 PLAC Westminster,England +1 CHIL @I1399@ +1 CHIL @I1400@ +1 CHIL @I1401@ +1 CHIL @I1402@ +1 CHIL @I1403@ +<< +[0153] FAM rkey: F757 offs: 0x000030e1 lens: 0x0000003a +0x000040e1-0x0000411a: +>>0 @F757@ FAM +1 HUSB @I1522@ +1 WIFE @I1516@ +1 CHIL @I1398@ +<< +[0154] FAM rkey: F758 offs: 0x0000311b lens: 0x00000049 +0x0000411b-0x00004163: +>>0 @F758@ FAM +1 HUSB @I1400@ +1 WIFE @I1524@ +1 MARR +2 DATE AFT FEB 1140 +<< +[0155] FAM rkey: F759 offs: 0x00003164 lens: 0x00000045 +0x00004164-0x000041a8: +>>0 @F759@ FAM +1 HUSB @I1402@ +1 WIFE @I1523@ +1 MARR +2 DATE ABT 1149 +<< +[0156] FAM rkey: F760 offs: 0x000031a9 lens: 0x0000004d +0x000041a9-0x000041f5: +>>0 @F760@ FAM +1 HUSB @I1521@ +1 WIFE @I1403@ +1 DIV Y +1 MARR +2 DATE ABT 1160 +<< +[0157] FAM rkey: F761 offs: 0x000031f6 lens: 0x0000002b +0x000041f6-0x00004220: +>>0 @F761@ FAM +1 HUSB @I2928@ +1 CHIL @I1406@ +<< +[0158] FAM rkey: F762 offs: 0x00003221 lens: 0x0000009f +0x00004221-0x000042bf: +>>0 @F762@ FAM +1 HUSB @I1409@ +1 WIFE @I2736@ +1 DIV Y +1 MARR +2 DATE 11 MAR 1932 +2 PLAC London,England +1 CHIL @I2745@ +1 CHIL @I2746@ +1 CHIL @I2747@ +1 CHIL @I2748@ +<< +[0159] FAM rkey: F763 offs: 0x000032c0 lens: 0x00000072 +0x000042c0-0x00004331: +>>0 @F763@ FAM +1 HUSB @I1409@ +1 WIFE @I2737@ +1 MARR +2 DATE 29 APR 1972 +1 CHIL @I2767@ +1 CHIL @I2768@ +1 CHIL @I2769@ +<< +[0160] FAM rkey: F764 offs: 0x00003332 lens: 0x0000003a +0x00004332-0x0000436b: +>>0 @F764@ FAM +1 HUSB @I2058@ +1 WIFE @I1410@ +1 CHIL @I1595@ +<< +[0161] FAM rkey: F765 offs: 0x0000336c lens: 0x0000006e +0x0000436c-0x000043d9: +>>0 @F765@ FAM +1 HUSB @I1412@ +1 WIFE @I1413@ +1 MARR +2 DATE 20 JAN 1382 +2 PLAC Westminster,Palace,London,England +<< +[0162] FAM rkey: F766 offs: 0x000033da lens: 0x00000052 +0x000043da-0x0000442b: +>>0 @F766@ FAM +1 HUSB @I1412@ +1 WIFE @I1414@ +1 MARR +2 DATE 1 NOV 1396 +2 PLAC Calais +<< +[0163] FAM rkey: F767 offs: 0x0000342c lens: 0x0000002b +0x0000442c-0x00004456: +>>0 @F767@ FAM +1 HUSB @I2291@ +1 CHIL @I1413@ +<< +[0164] FAM rkey: F768 offs: 0x00003457 lens: 0x0000002b +0x00004457-0x00004481: +>>0 @F768@ FAM +1 HUSB @I2062@ +1 CHIL @I1416@ +<< +[0165] FAM rkey: F769 offs: 0x00003482 lens: 0x0000002b +0x00004482-0x000044ac: +>>0 @F769@ FAM +1 HUSB @I2059@ +1 CHIL @I1418@ +<< +[0166] FAM rkey: F770 offs: 0x000034ad lens: 0x0000003a +0x000044ad-0x000044e6: +>>0 @F770@ FAM +1 HUSB @I2426@ +1 WIFE @I2920@ +1 CHIL @I1422@ +<< +[0167] FAM rkey: F771 offs: 0x000034e7 lens: 0x0000002b +0x000044e7-0x00004511: +>>0 @F771@ FAM +1 HUSB @I2504@ +1 CHIL @I1423@ +<< +[0168] FAM rkey: F772 offs: 0x00003512 lens: 0x0000009a +0x00004512-0x000045ab: +>>0 @F772@ FAM +1 HUSB @I1424@ +1 WIFE @I1425@ +1 MARR +2 DATE 16 MAY 1770 +2 PLAC Versailles,France +1 CHIL @I1703@ +1 CHIL @I1700@ +1 CHIL @I1701@ +1 CHIL @I1702@ +<< +[0169] FAM rkey: F773 offs: 0x000035ac lens: 0x0000002b +0x000045ac-0x000045d6: +>>0 @F773@ FAM +1 HUSB @I2105@ +1 WIFE @I1427@ +<< +[0170] FAM rkey: F774 offs: 0x000035d7 lens: 0x0000003a +0x000045d7-0x00004610: +>>0 @F774@ FAM +1 HUSB @I2104@ +1 WIFE @I1428@ +1 CHIL @I2334@ +<< +[0171] FAM rkey: F775 offs: 0x00003611 lens: 0x00000063 +0x00004611-0x00004673: +>>0 @F775@ FAM +1 HUSB @I1816@ +1 WIFE @I2440@ +1 MARR +2 DATE 18 MAY 1514 +1 CHIL @I1429@ +1 CHIL @I2438@ +<< +[0172] FAM rkey: F776 offs: 0x00003674 lens: 0x00000049 +0x00004674-0x000046bc: +>>0 @F776@ FAM +1 HUSB @I1478@ +1 WIFE @I1479@ +1 CHIL @I1432@ +1 CHIL @I1480@ +<< +[0173] FAM rkey: F777 offs: 0x000036bd lens: 0x0000003a +0x000046bd-0x000046f6: +>>0 @F777@ FAM +1 HUSB @I1433@ +1 WIFE @I1434@ +1 CHIL @I1435@ +<< +[0174] FAM rkey: F778 offs: 0x000036f7 lens: 0x0000002b +0x000046f7-0x00004721: +>>0 @F778@ FAM +1 HUSB @I2101@ +1 CHIL @I1434@ +<< +[0175] FAM rkey: F779 offs: 0x00003722 lens: 0x0000002b +0x00004722-0x0000474c: +>>0 @F779@ FAM +1 HUSB @I1436@ +1 WIFE @I1435@ +<< +[0176] FAM rkey: F780 offs: 0x0000374d lens: 0x00000067 +0x0000474d-0x000047b3: +>>0 @F780@ FAM +1 HUSB @I2109@ +1 WIFE @I2112@ +1 CHIL @I1436@ +1 CHIL @I2396@ +1 CHIL @I2397@ +1 CHIL @I2398@ +<< +[0177] FAM rkey: F781 offs: 0x000037b4 lens: 0x0000002b +0x000047b4-0x000047de: +>>0 @F781@ FAM +1 HUSB @I1436@ +1 WIFE @I2102@ +<< +[0178] FAM rkey: F782 offs: 0x000037df lens: 0x0000002b +0x000047df-0x00004809: +>>0 @F782@ FAM +1 HUSB @I1437@ +1 WIFE @I2077@ +<< +[0179] FAM rkey: F783 offs: 0x0000380a lens: 0x0000002b +0x0000480a-0x00004834: +>>0 @F783@ FAM +1 HUSB @I2437@ +1 CHIL @I1438@ +<< +[0180] FAM rkey: F784 offs: 0x00003835 lens: 0x0000002b +0x00004835-0x0000485f: +>>0 @F784@ FAM +1 HUSB @I2299@ +1 CHIL @I1444@ +<< +[0181] FAM rkey: F785 offs: 0x00003860 lens: 0x00000033 +0x00004860-0x00004892: +>>0 @F785@ FAM +1 HUSB @I2300@ +1 WIFE @I1444@ +1 DIV Y +<< +[0182] FAM rkey: F786 offs: 0x00003893 lens: 0x0000002b +0x00004893-0x000048bd: +>>0 @F786@ FAM +1 HUSB @I2279@ +1 CHIL @I1445@ +<< +[0183] FAM rkey: F787 offs: 0x000038be lens: 0x00000085 +0x000048be-0x00004942: +>>0 @F787@ FAM +1 HUSB @I1830@ +1 WIFE @I1831@ +1 CHIL @I1447@ +1 CHIL @I2869@ +1 CHIL @I2870@ +1 CHIL @I2871@ +1 CHIL @I2872@ +1 CHIL @I2873@ +<< +[0184] FAM rkey: F788 offs: 0x00003943 lens: 0x0000004d +0x00004943-0x0000498f: +>>0 @F788@ FAM +1 HUSB @I1447@ +1 WIFE @I1448@ +1 MARR +2 DATE 1296 +1 CHIL @I1449@ +<< +[0185] FAM rkey: F789 offs: 0x00003990 lens: 0x0000004d +0x00004990-0x000049dc: +>>0 @F789@ FAM +1 HUSB @I1447@ +1 WIFE @I1450@ +1 MARR +2 DATE 1302 +1 CHIL @I1451@ +<< +[0186] FAM rkey: F790 offs: 0x000039dd lens: 0x0000002b +0x000049dd-0x00004a07: +>>0 @F790@ FAM +1 HUSB @I1818@ +1 CHIL @I1448@ +<< +[0187] FAM rkey: F791 offs: 0x00003a08 lens: 0x0000004d +0x00004a08-0x00004a54: +>>0 @F791@ FAM +1 HUSB @I1454@ +1 WIFE @I1449@ +1 MARR +2 DATE 1315 +1 CHIL @I1455@ +<< +[0188] FAM rkey: F792 offs: 0x00003a55 lens: 0x00000033 +0x00004a55-0x00004a87: +>>0 @F792@ FAM +1 HUSB @I1451@ +1 WIFE @I1453@ +1 DIV Y +<< +[0189] FAM rkey: F793 offs: 0x00003a88 lens: 0x0000002b +0x00004a88-0x00004ab2: +>>0 @F793@ FAM +1 HUSB @I1752@ +1 CHIL @I1452@ +<< +[0190] FAM rkey: F794 offs: 0x00003ab3 lens: 0x0000002b +0x00004ab3-0x00004add: +>>0 @F794@ FAM +1 HUSB @I1452@ +1 CHIL @I1542@ +<< +[0191] FAM rkey: F795 offs: 0x00003ade lens: 0x0000002b +0x00004ade-0x00004b08: +>>0 @F795@ FAM +1 HUSB @I1841@ +1 CHIL @I1453@ +<< +[0192] FAM rkey: F796 offs: 0x00003b09 lens: 0x0000002b +0x00004b09-0x00004b33: +>>0 @F796@ FAM +1 HUSB @I1840@ +1 WIFE @I1453@ +<< + +0x00004b34: EOF (0x00004b34) GOOD + +BLOCK - DIRECTORY ac/af +0x00000000:ix_self: 0x00020005 (ac/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 225 +0x0000000e:ix_rkey[0000]: ' F797' +0x00000016:ix_rkey[0001]: ' F798' +0x0000001e:ix_rkey[0002]: ' F799' +0x00000026:ix_rkey[0003]: ' F800' +0x0000002e:ix_rkey[0004]: ' F801' +0x00000036:ix_rkey[0005]: ' F802' +0x0000003e:ix_rkey[0006]: ' F803' +0x00000046:ix_rkey[0007]: ' F804' +0x0000004e:ix_rkey[0008]: ' F805' +0x00000056:ix_rkey[0009]: ' F806' +0x0000005e:ix_rkey[0010]: ' F807' +0x00000066:ix_rkey[0011]: ' F808' +0x0000006e:ix_rkey[0012]: ' F809' +0x00000076:ix_rkey[0013]: ' F810' +0x0000007e:ix_rkey[0014]: ' F811' +0x00000086:ix_rkey[0015]: ' F812' +0x0000008e:ix_rkey[0016]: ' F813' +0x00000096:ix_rkey[0017]: ' F814' +0x0000009e:ix_rkey[0018]: ' F815' +0x000000a6:ix_rkey[0019]: ' F816' +0x000000ae:ix_rkey[0020]: ' F817' +0x000000b6:ix_rkey[0021]: ' F818' +0x000000be:ix_rkey[0022]: ' F819' +0x000000c6:ix_rkey[0023]: ' F820' +0x000000ce:ix_rkey[0024]: ' F821' +0x000000d6:ix_rkey[0025]: ' F822' +0x000000de:ix_rkey[0026]: ' F823' +0x000000e6:ix_rkey[0027]: ' F824' +0x000000ee:ix_rkey[0028]: ' F825' +0x000000f6:ix_rkey[0029]: ' F826' +0x000000fe:ix_rkey[0030]: ' F827' +0x00000106:ix_rkey[0031]: ' F828' +0x0000010e:ix_rkey[0032]: ' F829' +0x00000116:ix_rkey[0033]: ' F830' +0x0000011e:ix_rkey[0034]: ' F831' +0x00000126:ix_rkey[0035]: ' F832' +0x0000012e:ix_rkey[0036]: ' F833' +0x00000136:ix_rkey[0037]: ' F834' +0x0000013e:ix_rkey[0038]: ' F835' +0x00000146:ix_rkey[0039]: ' F836' +0x0000014e:ix_rkey[0040]: ' F837' +0x00000156:ix_rkey[0041]: ' F838' +0x0000015e:ix_rkey[0042]: ' F839' +0x00000166:ix_rkey[0043]: ' F840' +0x0000016e:ix_rkey[0044]: ' F841' +0x00000176:ix_rkey[0045]: ' F842' +0x0000017e:ix_rkey[0046]: ' F843' +0x00000186:ix_rkey[0047]: ' F844' +0x0000018e:ix_rkey[0048]: ' F845' +0x00000196:ix_rkey[0049]: ' F846' +0x0000019e:ix_rkey[0050]: ' F847' +0x000001a6:ix_rkey[0051]: ' F848' +0x000001ae:ix_rkey[0052]: ' F849' +0x000001b6:ix_rkey[0053]: ' F850' +0x000001be:ix_rkey[0054]: ' F851' +0x000001c6:ix_rkey[0055]: ' F852' +0x000001ce:ix_rkey[0056]: ' F853' +0x000001d6:ix_rkey[0057]: ' F854' +0x000001de:ix_rkey[0058]: ' F855' +0x000001e6:ix_rkey[0059]: ' F856' +0x000001ee:ix_rkey[0060]: ' F857' +0x000001f6:ix_rkey[0061]: ' F858' +0x000001fe:ix_rkey[0062]: ' F859' +0x00000206:ix_rkey[0063]: ' F860' +0x0000020e:ix_rkey[0064]: ' F861' +0x00000216:ix_rkey[0065]: ' F862' +0x0000021e:ix_rkey[0066]: ' F863' +0x00000226:ix_rkey[0067]: ' F864' +0x0000022e:ix_rkey[0068]: ' F865' +0x00000236:ix_rkey[0069]: ' F866' +0x0000023e:ix_rkey[0070]: ' F867' +0x00000246:ix_rkey[0071]: ' F868' +0x0000024e:ix_rkey[0072]: ' F869' +0x00000256:ix_rkey[0073]: ' F870' +0x0000025e:ix_rkey[0074]: ' F871' +0x00000266:ix_rkey[0075]: ' F872' +0x0000026e:ix_rkey[0076]: ' F873' +0x00000276:ix_rkey[0077]: ' F874' +0x0000027e:ix_rkey[0078]: ' F875' +0x00000286:ix_rkey[0079]: ' F876' +0x0000028e:ix_rkey[0080]: ' F877' +0x00000296:ix_rkey[0081]: ' F878' +0x0000029e:ix_rkey[0082]: ' F879' +0x000002a6:ix_rkey[0083]: ' F880' +0x000002ae:ix_rkey[0084]: ' F881' +0x000002b6:ix_rkey[0085]: ' F882' +0x000002be:ix_rkey[0086]: ' F883' +0x000002c6:ix_rkey[0087]: ' F884' +0x000002ce:ix_rkey[0088]: ' F885' +0x000002d6:ix_rkey[0089]: ' F886' +0x000002de:ix_rkey[0090]: ' F887' +0x000002e6:ix_rkey[0091]: ' F888' +0x000002ee:ix_rkey[0092]: ' F889' +0x000002f6:ix_rkey[0093]: ' F890' +0x000002fe:ix_rkey[0094]: ' F891' +0x00000306:ix_rkey[0095]: ' F892' +0x0000030e:ix_rkey[0096]: ' F893' +0x00000316:ix_rkey[0097]: ' F894' +0x0000031e:ix_rkey[0098]: ' F895' +0x00000326:ix_rkey[0099]: ' F896' +0x0000032e:ix_rkey[0100]: ' F897' +0x00000336:ix_rkey[0101]: ' F898' +0x0000033e:ix_rkey[0102]: ' F899' +0x00000346:ix_rkey[0103]: ' F900' +0x0000034e:ix_rkey[0104]: ' F901' +0x00000356:ix_rkey[0105]: ' F902' +0x0000035e:ix_rkey[0106]: ' F903' +0x00000366:ix_rkey[0107]: ' F904' +0x0000036e:ix_rkey[0108]: ' F905' +0x00000376:ix_rkey[0109]: ' F906' +0x0000037e:ix_rkey[0110]: ' F907' +0x00000386:ix_rkey[0111]: ' F908' +0x0000038e:ix_rkey[0112]: ' F909' +0x00000396:ix_rkey[0113]: ' F910' +0x0000039e:ix_rkey[0114]: ' F911' +0x000003a6:ix_rkey[0115]: ' F912' +0x000003ae:ix_rkey[0116]: ' F913' +0x000003b6:ix_rkey[0117]: ' F914' +0x000003be:ix_rkey[0118]: ' F915' +0x000003c6:ix_rkey[0119]: ' F916' +0x000003ce:ix_rkey[0120]: ' F917' +0x000003d6:ix_rkey[0121]: ' F918' +0x000003de:ix_rkey[0122]: ' F919' +0x000003e6:ix_rkey[0123]: ' F920' +0x000003ee:ix_rkey[0124]: ' F921' +0x000003f6:ix_rkey[0125]: ' F922' +0x000003fe:ix_rkey[0126]: ' F923' +0x00000406:ix_rkey[0127]: ' F924' +0x0000040e:ix_rkey[0128]: ' F925' +0x00000416:ix_rkey[0129]: ' F926' +0x0000041e:ix_rkey[0130]: ' F927' +0x00000426:ix_rkey[0131]: ' F928' +0x0000042e:ix_rkey[0132]: ' F929' +0x00000436:ix_rkey[0133]: ' F930' +0x0000043e:ix_rkey[0134]: ' F931' +0x00000446:ix_rkey[0135]: ' F932' +0x0000044e:ix_rkey[0136]: ' F933' +0x00000456:ix_rkey[0137]: ' F934' +0x0000045e:ix_rkey[0138]: ' F935' +0x00000466:ix_rkey[0139]: ' F936' +0x0000046e:ix_rkey[0140]: ' F937' +0x00000476:ix_rkey[0141]: ' F938' +0x0000047e:ix_rkey[0142]: ' F939' +0x00000486:ix_rkey[0143]: ' F940' +0x0000048e:ix_rkey[0144]: ' F941' +0x00000496:ix_rkey[0145]: ' F942' +0x0000049e:ix_rkey[0146]: ' F943' +0x000004a6:ix_rkey[0147]: ' F944' +0x000004ae:ix_rkey[0148]: ' F945' +0x000004b6:ix_rkey[0149]: ' F946' +0x000004be:ix_rkey[0150]: ' F947' +0x000004c6:ix_rkey[0151]: ' F948' +0x000004ce:ix_rkey[0152]: ' F949' +0x000004d6:ix_rkey[0153]: ' F950' +0x000004de:ix_rkey[0154]: ' F951' +0x000004e6:ix_rkey[0155]: ' F952' +0x000004ee:ix_rkey[0156]: ' F953' +0x000004f6:ix_rkey[0157]: ' F954' +0x000004fe:ix_rkey[0158]: ' F955' +0x00000506:ix_rkey[0159]: ' F956' +0x0000050e:ix_rkey[0160]: ' F957' +0x00000516:ix_rkey[0161]: ' F958' +0x0000051e:ix_rkey[0162]: ' F959' +0x00000526:ix_rkey[0163]: ' F960' +0x0000052e:ix_rkey[0164]: ' F961' +0x00000536:ix_rkey[0165]: ' F962' +0x0000053e:ix_rkey[0166]: ' F963' +0x00000546:ix_rkey[0167]: ' F964' +0x0000054e:ix_rkey[0168]: ' F965' +0x00000556:ix_rkey[0169]: ' F966' +0x0000055e:ix_rkey[0170]: ' F967' +0x00000566:ix_rkey[0171]: ' F968' +0x0000056e:ix_rkey[0172]: ' F969' +0x00000576:ix_rkey[0173]: ' F970' +0x0000057e:ix_rkey[0174]: ' F971' +0x00000586:ix_rkey[0175]: ' F972' +0x0000058e:ix_rkey[0176]: ' F973' +0x00000596:ix_rkey[0177]: ' F974' +0x0000059e:ix_rkey[0178]: ' F975' +0x000005a6:ix_rkey[0179]: ' F976' +0x000005ae:ix_rkey[0180]: ' F977' +0x000005b6:ix_rkey[0181]: ' F978' +0x000005be:ix_rkey[0182]: ' F979' +0x000005c6:ix_rkey[0183]: ' F980' +0x000005ce:ix_rkey[0184]: ' F981' +0x000005d6:ix_rkey[0185]: ' F982' +0x000005de:ix_rkey[0186]: ' F983' +0x000005e6:ix_rkey[0187]: ' F984' +0x000005ee:ix_rkey[0188]: ' F985' +0x000005f6:ix_rkey[0189]: ' F986' +0x000005fe:ix_rkey[0190]: ' F987' +0x00000606:ix_rkey[0191]: ' F988' +0x0000060e:ix_rkey[0192]: ' F989' +0x00000616:ix_rkey[0193]: ' F990' +0x0000061e:ix_rkey[0194]: ' F991' +0x00000626:ix_rkey[0195]: ' F992' +0x0000062e:ix_rkey[0196]: ' F993' +0x00000636:ix_rkey[0197]: ' F994' +0x0000063e:ix_rkey[0198]: ' F995' +0x00000646:ix_rkey[0199]: ' F996' +0x0000064e:ix_rkey[0200]: ' F997' +0x00000656:ix_rkey[0201]: ' F998' +0x0000065e:ix_rkey[0202]: ' F999' +0x00000666:ix_rkey[0203]: ' I100' +0x0000066e:ix_rkey[0204]: ' I101' +0x00000676:ix_rkey[0205]: ' I102' +0x0000067e:ix_rkey[0206]: ' I103' +0x00000686:ix_rkey[0207]: ' I104' +0x0000068e:ix_rkey[0208]: ' I105' +0x00000696:ix_rkey[0209]: ' I106' +0x0000069e:ix_rkey[0210]: ' I107' +0x000006a6:ix_rkey[0211]: ' I108' +0x000006ae:ix_rkey[0212]: ' I109' +0x000006b6:ix_rkey[0213]: ' I110' +0x000006be:ix_rkey[0214]: ' I111' +0x000006c6:ix_rkey[0215]: ' I112' +0x000006ce:ix_rkey[0216]: ' I113' +0x000006d6:ix_rkey[0217]: ' I114' +0x000006de:ix_rkey[0218]: ' I115' +0x000006e6:ix_rkey[0219]: ' I116' +0x000006ee:ix_rkey[0220]: ' I117' +0x000006f6:ix_rkey[0221]: ' I118' +0x000006fe:ix_rkey[0222]: ' I119' +0x00000706:ix_rkey[0223]: ' I120' +0x0000070e:ix_rkey[0224]: ' I121' + +deleted/unused entries +0x00000716-0x00000805:ix_rkey[0225-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000076 +0x0000080c:ix_offs[0001]: 0x00000076 0x00000c08:ix_lens[0001]: 0x0000002b +0x00000810:ix_offs[0002]: 0x000000a1 0x00000c0c:ix_lens[0002]: 0x0000002b +0x00000814:ix_offs[0003]: 0x000000cc 0x00000c10:ix_lens[0003]: 0x00000049 +0x00000818:ix_offs[0004]: 0x00000115 0x00000c14:ix_lens[0004]: 0x0000003a +0x0000081c:ix_offs[0005]: 0x0000014f 0x00000c18:ix_lens[0005]: 0x0000002b +0x00000820:ix_offs[0006]: 0x0000017a 0x00000c1c:ix_lens[0006]: 0x0000003a +0x00000824:ix_offs[0007]: 0x000001b4 0x00000c20:ix_lens[0007]: 0x0000002b +0x00000828:ix_offs[0008]: 0x000001df 0x00000c24:ix_lens[0008]: 0x00000058 +0x0000082c:ix_offs[0009]: 0x00000237 0x00000c28:ix_lens[0009]: 0x0000002b +0x00000830:ix_offs[0010]: 0x00000262 0x00000c2c:ix_lens[0010]: 0x0000006b +0x00000834:ix_offs[0011]: 0x000002cd 0x00000c30:ix_lens[0011]: 0x0000003e +0x00000838:ix_offs[0012]: 0x0000030b 0x00000c34:ix_lens[0012]: 0x00000042 +0x0000083c:ix_offs[0013]: 0x0000034d 0x00000c38:ix_lens[0013]: 0x0000004d +0x00000840:ix_offs[0014]: 0x0000039a 0x00000c3c:ix_lens[0014]: 0x0000002b +0x00000844:ix_offs[0015]: 0x000003c5 0x00000c40:ix_lens[0015]: 0x00000049 +0x00000848:ix_offs[0016]: 0x0000040e 0x00000c44:ix_lens[0016]: 0x0000003a +0x0000084c:ix_offs[0017]: 0x00000448 0x00000c48:ix_lens[0017]: 0x0000003a +0x00000850:ix_offs[0018]: 0x00000482 0x00000c4c:ix_lens[0018]: 0x0000003a +0x00000854:ix_offs[0019]: 0x000004bc 0x00000c50:ix_lens[0019]: 0x0000004d +0x00000858:ix_offs[0020]: 0x00000509 0x00000c54:ix_lens[0020]: 0x0000003a +0x0000085c:ix_offs[0021]: 0x00000543 0x00000c58:ix_lens[0021]: 0x0000003a +0x00000860:ix_offs[0022]: 0x0000057d 0x00000c5c:ix_lens[0022]: 0x0000002b +0x00000864:ix_offs[0023]: 0x000005a8 0x00000c60:ix_lens[0023]: 0x0000002b +0x00000868:ix_offs[0024]: 0x000005d3 0x00000c64:ix_lens[0024]: 0x0000002b +0x0000086c:ix_offs[0025]: 0x000005fe 0x00000c68:ix_lens[0025]: 0x0000002b +0x00000870:ix_offs[0026]: 0x00000629 0x00000c6c:ix_lens[0026]: 0x0000002b +0x00000874:ix_offs[0027]: 0x00000654 0x00000c70:ix_lens[0027]: 0x0000002b +0x00000878:ix_offs[0028]: 0x0000067f 0x00000c74:ix_lens[0028]: 0x0000002b +0x0000087c:ix_offs[0029]: 0x000006aa 0x00000c78:ix_lens[0029]: 0x0000002b +0x00000880:ix_offs[0030]: 0x000006d5 0x00000c7c:ix_lens[0030]: 0x0000002b +0x00000884:ix_offs[0031]: 0x00000700 0x00000c80:ix_lens[0031]: 0x0000002b +0x00000888:ix_offs[0032]: 0x0000072b 0x00000c84:ix_lens[0032]: 0x00000049 +0x0000088c:ix_offs[0033]: 0x00000774 0x00000c88:ix_lens[0033]: 0x0000003a +0x00000890:ix_offs[0034]: 0x000007ae 0x00000c8c:ix_lens[0034]: 0x00000058 +0x00000894:ix_offs[0035]: 0x00000806 0x00000c90:ix_lens[0035]: 0x0000002b +0x00000898:ix_offs[0036]: 0x00000831 0x00000c94:ix_lens[0036]: 0x0000003a +0x0000089c:ix_offs[0037]: 0x0000086b 0x00000c98:ix_lens[0037]: 0x0000002b +0x000008a0:ix_offs[0038]: 0x00000896 0x00000c9c:ix_lens[0038]: 0x0000002b +0x000008a4:ix_offs[0039]: 0x000008c1 0x00000ca0:ix_lens[0039]: 0x0000002b +0x000008a8:ix_offs[0040]: 0x000008ec 0x00000ca4:ix_lens[0040]: 0x0000002b +0x000008ac:ix_offs[0041]: 0x00000917 0x00000ca8:ix_lens[0041]: 0x00000049 +0x000008b0:ix_offs[0042]: 0x00000960 0x00000cac:ix_lens[0042]: 0x00000049 +0x000008b4:ix_offs[0043]: 0x000009a9 0x00000cb0:ix_lens[0043]: 0x00000049 +0x000008b8:ix_offs[0044]: 0x000009f2 0x00000cb4:ix_lens[0044]: 0x0000005c +0x000008bc:ix_offs[0045]: 0x00000a4e 0x00000cb8:ix_lens[0045]: 0x00000062 +0x000008c0:ix_offs[0046]: 0x00000ab0 0x00000cbc:ix_lens[0046]: 0x00000049 +0x000008c4:ix_offs[0047]: 0x00000af9 0x00000cc0:ix_lens[0047]: 0x000000ea +0x000008c8:ix_offs[0048]: 0x00000be3 0x00000cc4:ix_lens[0048]: 0x00000045 +0x000008cc:ix_offs[0049]: 0x00000c28 0x00000cc8:ix_lens[0049]: 0x00000049 +0x000008d0:ix_offs[0050]: 0x00000c71 0x00000ccc:ix_lens[0050]: 0x00000054 +0x000008d4:ix_offs[0051]: 0x00000cc5 0x00000cd0:ix_lens[0051]: 0x0000002b +0x000008d8:ix_offs[0052]: 0x00000cf0 0x00000cd4:ix_lens[0052]: 0x0000003a +0x000008dc:ix_offs[0053]: 0x00000d2a 0x00000cd8:ix_lens[0053]: 0x0000002b +0x000008e0:ix_offs[0054]: 0x00000d55 0x00000cdc:ix_lens[0054]: 0x00000049 +0x000008e4:ix_offs[0055]: 0x00000d9e 0x00000ce0:ix_lens[0055]: 0x0000003a +0x000008e8:ix_offs[0056]: 0x00000dd8 0x00000ce4:ix_lens[0056]: 0x0000003a +0x000008ec:ix_offs[0057]: 0x00000e12 0x00000ce8:ix_lens[0057]: 0x00000051 +0x000008f0:ix_offs[0058]: 0x00000e63 0x00000cec:ix_lens[0058]: 0x0000002b +0x000008f4:ix_offs[0059]: 0x00000e8e 0x00000cf0:ix_lens[0059]: 0x0000002b +0x000008f8:ix_offs[0060]: 0x00000eb9 0x00000cf4:ix_lens[0060]: 0x0000003a +0x000008fc:ix_offs[0061]: 0x00000ef3 0x00000cf8:ix_lens[0061]: 0x00000049 +0x00000900:ix_offs[0062]: 0x00000f3c 0x00000cfc:ix_lens[0062]: 0x00000049 +0x00000904:ix_offs[0063]: 0x00000f85 0x00000d00:ix_lens[0063]: 0x0000002b +0x00000908:ix_offs[0064]: 0x00000fb0 0x00000d04:ix_lens[0064]: 0x0000002b +0x0000090c:ix_offs[0065]: 0x00000fdb 0x00000d08:ix_lens[0065]: 0x0000002b +0x00000910:ix_offs[0066]: 0x00001006 0x00000d0c:ix_lens[0066]: 0x00000054 +0x00000914:ix_offs[0067]: 0x0000105a 0x00000d10:ix_lens[0067]: 0x0000002b +0x00000918:ix_offs[0068]: 0x00001085 0x00000d14:ix_lens[0068]: 0x0000002b +0x0000091c:ix_offs[0069]: 0x000010b0 0x00000d18:ix_lens[0069]: 0x0000002b +0x00000920:ix_offs[0070]: 0x000010db 0x00000d1c:ix_lens[0070]: 0x0000002b +0x00000924:ix_offs[0071]: 0x00001106 0x00000d20:ix_lens[0071]: 0x00000061 +0x00000928:ix_offs[0072]: 0x00001167 0x00000d24:ix_lens[0072]: 0x0000002b +0x0000092c:ix_offs[0073]: 0x00001192 0x00000d28:ix_lens[0073]: 0x0000002b +0x00000930:ix_offs[0074]: 0x000011bd 0x00000d2c:ix_lens[0074]: 0x0000002b +0x00000934:ix_offs[0075]: 0x000011e8 0x00000d30:ix_lens[0075]: 0x0000002b +0x00000938:ix_offs[0076]: 0x00001213 0x00000d34:ix_lens[0076]: 0x0000002b +0x0000093c:ix_offs[0077]: 0x0000123e 0x00000d38:ix_lens[0077]: 0x0000003a +0x00000940:ix_offs[0078]: 0x00001278 0x00000d3c:ix_lens[0078]: 0x00000062 +0x00000944:ix_offs[0079]: 0x000012da 0x00000d40:ix_lens[0079]: 0x0000003a +0x00000948:ix_offs[0080]: 0x00001314 0x00000d44:ix_lens[0080]: 0x000000cc +0x0000094c:ix_offs[0081]: 0x000013e0 0x00000d48:ix_lens[0081]: 0x00000053 +0x00000950:ix_offs[0082]: 0x00001433 0x00000d4c:ix_lens[0082]: 0x0000008c +0x00000954:ix_offs[0083]: 0x000014bf 0x00000d50:ix_lens[0083]: 0x00000044 +0x00000958:ix_offs[0084]: 0x00001503 0x00000d54:ix_lens[0084]: 0x00000054 +0x0000095c:ix_offs[0085]: 0x00001557 0x00000d58:ix_lens[0085]: 0x0000004d +0x00000960:ix_offs[0086]: 0x000015a4 0x00000d5c:ix_lens[0086]: 0x0000003a +0x00000964:ix_offs[0087]: 0x000015de 0x00000d60:ix_lens[0087]: 0x00000054 +0x00000968:ix_offs[0088]: 0x00001632 0x00000d64:ix_lens[0088]: 0x00000050 +0x0000096c:ix_offs[0089]: 0x00001682 0x00000d68:ix_lens[0089]: 0x0000003e +0x00000970:ix_offs[0090]: 0x000016c0 0x00000d6c:ix_lens[0090]: 0x0000003e +0x00000974:ix_offs[0091]: 0x000016fe 0x00000d70:ix_lens[0091]: 0x0000006f +0x00000978:ix_offs[0092]: 0x0000176d 0x00000d74:ix_lens[0092]: 0x00000059 +0x0000097c:ix_offs[0093]: 0x000017c6 0x00000d78:ix_lens[0093]: 0x0000002b +0x00000980:ix_offs[0094]: 0x000017f1 0x00000d7c:ix_lens[0094]: 0x0000003a +0x00000984:ix_offs[0095]: 0x0000182b 0x00000d80:ix_lens[0095]: 0x0000005e +0x00000988:ix_offs[0096]: 0x00001889 0x00000d84:ix_lens[0096]: 0x00000060 +0x0000098c:ix_offs[0097]: 0x000018e9 0x00000d88:ix_lens[0097]: 0x00000059 +0x00000990:ix_offs[0098]: 0x00001942 0x00000d8c:ix_lens[0098]: 0x0000002b +0x00000994:ix_offs[0099]: 0x0000196d 0x00000d90:ix_lens[0099]: 0x0000003e +0x00000998:ix_offs[0100]: 0x000019ab 0x00000d94:ix_lens[0100]: 0x0000002b +0x0000099c:ix_offs[0101]: 0x000019d6 0x00000d98:ix_lens[0101]: 0x00000089 +0x000009a0:ix_offs[0102]: 0x00001a5f 0x00000d9c:ix_lens[0102]: 0x0000003e +0x000009a4:ix_offs[0103]: 0x00001a9d 0x00000da0:ix_lens[0103]: 0x0000006b +0x000009a8:ix_offs[0104]: 0x00001b08 0x00000da4:ix_lens[0104]: 0x0000003e +0x000009ac:ix_offs[0105]: 0x00001b46 0x00000da8:ix_lens[0105]: 0x0000003e +0x000009b0:ix_offs[0106]: 0x00001b84 0x00000dac:ix_lens[0106]: 0x0000003e +0x000009b4:ix_offs[0107]: 0x00001bc2 0x00000db0:ix_lens[0107]: 0x0000003e +0x000009b8:ix_offs[0108]: 0x00001c00 0x00000db4:ix_lens[0108]: 0x0000003e +0x000009bc:ix_offs[0109]: 0x00001c3e 0x00000db8:ix_lens[0109]: 0x0000003e +0x000009c0:ix_offs[0110]: 0x00001c7c 0x00000dbc:ix_lens[0110]: 0x0000003e +0x000009c4:ix_offs[0111]: 0x00001cba 0x00000dc0:ix_lens[0111]: 0x0000006b +0x000009c8:ix_offs[0112]: 0x00001d25 0x00000dc4:ix_lens[0112]: 0x0000006b +0x000009cc:ix_offs[0113]: 0x00001d90 0x00000dc8:ix_lens[0113]: 0x0000002b +0x000009d0:ix_offs[0114]: 0x00001dbb 0x00000dcc:ix_lens[0114]: 0x0000003a +0x000009d4:ix_offs[0115]: 0x00001df5 0x00000dd0:ix_lens[0115]: 0x0000002b +0x000009d8:ix_offs[0116]: 0x00001e20 0x00000dd4:ix_lens[0116]: 0x0000002b +0x000009dc:ix_offs[0117]: 0x00001e4b 0x00000dd8:ix_lens[0117]: 0x0000003a +0x000009e0:ix_offs[0118]: 0x00001e85 0x00000ddc:ix_lens[0118]: 0x0000002b +0x000009e4:ix_offs[0119]: 0x00001eb0 0x00000de0:ix_lens[0119]: 0x0000002b +0x000009e8:ix_offs[0120]: 0x00001edb 0x00000de4:ix_lens[0120]: 0x0000002b +0x000009ec:ix_offs[0121]: 0x00001f06 0x00000de8:ix_lens[0121]: 0x0000003a +0x000009f0:ix_offs[0122]: 0x00001f40 0x00000dec:ix_lens[0122]: 0x0000002b +0x000009f4:ix_offs[0123]: 0x00001f6b 0x00000df0:ix_lens[0123]: 0x0000003e +0x000009f8:ix_offs[0124]: 0x00001fa9 0x00000df4:ix_lens[0124]: 0x0000004d +0x000009fc:ix_offs[0125]: 0x00001ff6 0x00000df8:ix_lens[0125]: 0x0000003e +0x00000a00:ix_offs[0126]: 0x00002034 0x00000dfc:ix_lens[0126]: 0x0000007a +0x00000a04:ix_offs[0127]: 0x000020ae 0x00000e00:ix_lens[0127]: 0x0000004d +0x00000a08:ix_offs[0128]: 0x000020fb 0x00000e04:ix_lens[0128]: 0x0000002b +0x00000a0c:ix_offs[0129]: 0x00002126 0x00000e08:ix_lens[0129]: 0x00000046 +0x00000a10:ix_offs[0130]: 0x0000216c 0x00000e0c:ix_lens[0130]: 0x00000045 +0x00000a14:ix_offs[0131]: 0x000021b1 0x00000e10:ix_lens[0131]: 0x00000042 +0x00000a18:ix_offs[0132]: 0x000021f3 0x00000e14:ix_lens[0132]: 0x0000002b +0x00000a1c:ix_offs[0133]: 0x0000221e 0x00000e18:ix_lens[0133]: 0x00000055 +0x00000a20:ix_offs[0134]: 0x00002273 0x00000e1c:ix_lens[0134]: 0x0000003a +0x00000a24:ix_offs[0135]: 0x000022ad 0x00000e20:ix_lens[0135]: 0x0000002b +0x00000a28:ix_offs[0136]: 0x000022d8 0x00000e24:ix_lens[0136]: 0x0000002b +0x00000a2c:ix_offs[0137]: 0x00002303 0x00000e28:ix_lens[0137]: 0x0000002b +0x00000a30:ix_offs[0138]: 0x0000232e 0x00000e2c:ix_lens[0138]: 0x0000002b +0x00000a34:ix_offs[0139]: 0x00002359 0x00000e30:ix_lens[0139]: 0x0000002b +0x00000a38:ix_offs[0140]: 0x00002384 0x00000e34:ix_lens[0140]: 0x0000003a +0x00000a3c:ix_offs[0141]: 0x000023be 0x00000e38:ix_lens[0141]: 0x0000002b +0x00000a40:ix_offs[0142]: 0x000023e9 0x00000e3c:ix_lens[0142]: 0x0000002b +0x00000a44:ix_offs[0143]: 0x00002414 0x00000e40:ix_lens[0143]: 0x00000049 +0x00000a48:ix_offs[0144]: 0x0000245d 0x00000e44:ix_lens[0144]: 0x0000003a +0x00000a4c:ix_offs[0145]: 0x00002497 0x00000e48:ix_lens[0145]: 0x0000002b +0x00000a50:ix_offs[0146]: 0x000024c2 0x00000e4c:ix_lens[0146]: 0x0000002b +0x00000a54:ix_offs[0147]: 0x000024ed 0x00000e50:ix_lens[0147]: 0x00000067 +0x00000a58:ix_offs[0148]: 0x00002554 0x00000e54:ix_lens[0148]: 0x0000002b +0x00000a5c:ix_offs[0149]: 0x0000257f 0x00000e58:ix_lens[0149]: 0x0000002b +0x00000a60:ix_offs[0150]: 0x000025aa 0x00000e5c:ix_lens[0150]: 0x0000002b +0x00000a64:ix_offs[0151]: 0x000025d5 0x00000e60:ix_lens[0151]: 0x00000076 +0x00000a68:ix_offs[0152]: 0x0000264b 0x00000e64:ix_lens[0152]: 0x00000049 +0x00000a6c:ix_offs[0153]: 0x00002694 0x00000e68:ix_lens[0153]: 0x000000a3 +0x00000a70:ix_offs[0154]: 0x00002737 0x00000e6c:ix_lens[0154]: 0x0000002b +0x00000a74:ix_offs[0155]: 0x00002762 0x00000e70:ix_lens[0155]: 0x0000002b +0x00000a78:ix_offs[0156]: 0x0000278d 0x00000e74:ix_lens[0156]: 0x0000002b +0x00000a7c:ix_offs[0157]: 0x000027b8 0x00000e78:ix_lens[0157]: 0x0000002b +0x00000a80:ix_offs[0158]: 0x000027e3 0x00000e7c:ix_lens[0158]: 0x0000002b +0x00000a84:ix_offs[0159]: 0x0000280e 0x00000e80:ix_lens[0159]: 0x0000002b +0x00000a88:ix_offs[0160]: 0x00002839 0x00000e84:ix_lens[0160]: 0x00000049 +0x00000a8c:ix_offs[0161]: 0x00002882 0x00000e88:ix_lens[0161]: 0x00000044 +0x00000a90:ix_offs[0162]: 0x000028c6 0x00000e8c:ix_lens[0162]: 0x0000002b +0x00000a94:ix_offs[0163]: 0x000028f1 0x00000e90:ix_lens[0163]: 0x0000002b +0x00000a98:ix_offs[0164]: 0x0000291c 0x00000e94:ix_lens[0164]: 0x0000002b +0x00000a9c:ix_offs[0165]: 0x00002947 0x00000e98:ix_lens[0165]: 0x0000002b +0x00000aa0:ix_offs[0166]: 0x00002972 0x00000e9c:ix_lens[0166]: 0x0000003e +0x00000aa4:ix_offs[0167]: 0x000029b0 0x00000ea0:ix_lens[0167]: 0x0000003a +0x00000aa8:ix_offs[0168]: 0x000029ea 0x00000ea4:ix_lens[0168]: 0x0000003a +0x00000aac:ix_offs[0169]: 0x00002a24 0x00000ea8:ix_lens[0169]: 0x0000002b +0x00000ab0:ix_offs[0170]: 0x00002a4f 0x00000eac:ix_lens[0170]: 0x00000049 +0x00000ab4:ix_offs[0171]: 0x00002a98 0x00000eb0:ix_lens[0171]: 0x00000058 +0x00000ab8:ix_offs[0172]: 0x00002af0 0x00000eb4:ix_lens[0172]: 0x0000002b +0x00000abc:ix_offs[0173]: 0x00002b1b 0x00000eb8:ix_lens[0173]: 0x0000003a +0x00000ac0:ix_offs[0174]: 0x00002b55 0x00000ebc:ix_lens[0174]: 0x0000001c +0x00000ac4:ix_offs[0175]: 0x00002b71 0x00000ec0:ix_lens[0175]: 0x0000003a +0x00000ac8:ix_offs[0176]: 0x00002bab 0x00000ec4:ix_lens[0176]: 0x0000003a +0x00000acc:ix_offs[0177]: 0x00002be5 0x00000ec8:ix_lens[0177]: 0x0000002b +0x00000ad0:ix_offs[0178]: 0x00002c10 0x00000ecc:ix_lens[0178]: 0x0000002b +0x00000ad4:ix_offs[0179]: 0x00002c3b 0x00000ed0:ix_lens[0179]: 0x00000033 +0x00000ad8:ix_offs[0180]: 0x00002c6e 0x00000ed4:ix_lens[0180]: 0x0000002b +0x00000adc:ix_offs[0181]: 0x00002c99 0x00000ed8:ix_lens[0181]: 0x0000003a +0x00000ae0:ix_offs[0182]: 0x00002cd3 0x00000edc:ix_lens[0182]: 0x0000002b +0x00000ae4:ix_offs[0183]: 0x00002cfe 0x00000ee0:ix_lens[0183]: 0x0000002b +0x00000ae8:ix_offs[0184]: 0x00002d29 0x00000ee4:ix_lens[0184]: 0x0000002b +0x00000aec:ix_offs[0185]: 0x00002d54 0x00000ee8:ix_lens[0185]: 0x0000002b +0x00000af0:ix_offs[0186]: 0x00002d7f 0x00000eec:ix_lens[0186]: 0x000000a7 +0x00000af4:ix_offs[0187]: 0x00002e26 0x00000ef0:ix_lens[0187]: 0x0000003e +0x00000af8:ix_offs[0188]: 0x00002e64 0x00000ef4:ix_lens[0188]: 0x0000004d +0x00000afc:ix_offs[0189]: 0x00002eb1 0x00000ef8:ix_lens[0189]: 0x0000003a +0x00000b00:ix_offs[0190]: 0x00002eeb 0x00000efc:ix_lens[0190]: 0x0000002b +0x00000b04:ix_offs[0191]: 0x00002f16 0x00000f00:ix_lens[0191]: 0x0000002b +0x00000b08:ix_offs[0192]: 0x00002f41 0x00000f04:ix_lens[0192]: 0x00000046 +0x00000b0c:ix_offs[0193]: 0x00002f87 0x00000f08:ix_lens[0193]: 0x0000002b +0x00000b10:ix_offs[0194]: 0x00002fb2 0x00000f0c:ix_lens[0194]: 0x0000002b +0x00000b14:ix_offs[0195]: 0x00002fdd 0x00000f10:ix_lens[0195]: 0x0000002b +0x00000b18:ix_offs[0196]: 0x00003008 0x00000f14:ix_lens[0196]: 0x0000002b +0x00000b1c:ix_offs[0197]: 0x00003033 0x00000f18:ix_lens[0197]: 0x0000003a +0x00000b20:ix_offs[0198]: 0x0000306d 0x00000f1c:ix_lens[0198]: 0x0000003a +0x00000b24:ix_offs[0199]: 0x000030a7 0x00000f20:ix_lens[0199]: 0x0000003a +0x00000b28:ix_offs[0200]: 0x000030e1 0x00000f24:ix_lens[0200]: 0x00000067 +0x00000b2c:ix_offs[0201]: 0x00003148 0x00000f28:ix_lens[0201]: 0x0000002b +0x00000b30:ix_offs[0202]: 0x00003173 0x00000f2c:ix_lens[0202]: 0x0000003a +0x00000b34:ix_offs[0203]: 0x000031ad 0x00000f30:ix_lens[0203]: 0x00000082 +0x00000b38:ix_offs[0204]: 0x0000322f 0x00000f34:ix_lens[0204]: 0x000000b3 +0x00000b3c:ix_offs[0205]: 0x000032e2 0x00000f38:ix_lens[0205]: 0x00000083 +0x00000b40:ix_offs[0206]: 0x00003365 0x00000f3c:ix_lens[0206]: 0x000000e2 +0x00000b44:ix_offs[0207]: 0x00003447 0x00000f40:ix_lens[0207]: 0x0000007f +0x00000b48:ix_offs[0208]: 0x000034c6 0x00000f44:ix_lens[0208]: 0x00000076 +0x00000b4c:ix_offs[0209]: 0x0000353c 0x00000f48:ix_lens[0209]: 0x00000076 +0x00000b50:ix_offs[0210]: 0x000035b2 0x00000f4c:ix_lens[0210]: 0x00000089 +0x00000b54:ix_offs[0211]: 0x0000363b 0x00000f50:ix_lens[0211]: 0x00000059 +0x00000b58:ix_offs[0212]: 0x00003694 0x00000f54:ix_lens[0212]: 0x00000091 +0x00000b5c:ix_offs[0213]: 0x00003725 0x00000f58:ix_lens[0213]: 0x000000a5 +0x00000b60:ix_offs[0214]: 0x000037ca 0x00000f5c:ix_lens[0214]: 0x00000076 +0x00000b64:ix_offs[0215]: 0x00003840 0x00000f60:ix_lens[0215]: 0x000000c8 +0x00000b68:ix_offs[0216]: 0x00003908 0x00000f64:ix_lens[0216]: 0x000000bb +0x00000b6c:ix_offs[0217]: 0x000039c3 0x00000f68:ix_lens[0217]: 0x000000d9 +0x00000b70:ix_offs[0218]: 0x00003a9c 0x00000f6c:ix_lens[0218]: 0x000000e7 +0x00000b74:ix_offs[0219]: 0x00003b83 0x00000f70:ix_lens[0219]: 0x000000a2 +0x00000b78:ix_offs[0220]: 0x00003c25 0x00000f74:ix_lens[0220]: 0x0000007d +0x00000b7c:ix_offs[0221]: 0x00003ca2 0x00000f78:ix_lens[0221]: 0x0000007c +0x00000b80:ix_offs[0222]: 0x00003d1e 0x00000f7c:ix_lens[0222]: 0x00000065 +0x00000b84:ix_offs[0223]: 0x00003d83 0x00000f80:ix_lens[0223]: 0x000000ed +0x00000b88:ix_offs[0224]: 0x00003e70 0x00000f84:ix_lens[0224]: 0x000000c2 + +0x00000b8c-0x00000c03:ix_offs[0225-0254] default value 0x00000000 +0x00000f88-0x00000fff:ix_lens[0225-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F797 offs: 0x00000000 lens: 0x00000076 +0x00001000-0x00001075: +>>0 @F797@ FAM +1 HUSB @I1455@ +1 WIFE @I1456@ +1 CHIL @I1457@ +1 CHIL @I1458@ +1 CHIL @I1459@ +1 CHIL @I1460@ +1 CHIL @I1821@ +<< +[0001] FAM rkey: F798 offs: 0x00000076 lens: 0x0000002b +0x00001076-0x000010a0: +>>0 @F798@ FAM +1 HUSB @I1455@ +1 WIFE @I1464@ +<< +[0002] FAM rkey: F799 offs: 0x000000a1 lens: 0x0000002b +0x000010a1-0x000010cb: +>>0 @F799@ FAM +1 HUSB @I1819@ +1 CHIL @I1456@ +<< +[0003] FAM rkey: F800 offs: 0x000000cc lens: 0x00000049 +0x000010cc-0x00001114: +>>0 @F800@ FAM +1 HUSB @I1457@ +1 WIFE @I1461@ +1 CHIL @I1462@ +1 CHIL @I1463@ +<< +[0004] FAM rkey: F801 offs: 0x00000115 lens: 0x0000003a +0x00001115-0x0000114e: +>>0 @F801@ FAM +1 HUSB @I1459@ +1 WIFE @I1485@ +1 CHIL @I1486@ +<< +[0005] FAM rkey: F802 offs: 0x0000014f lens: 0x0000002b +0x0000114f-0x00001179: +>>0 @F802@ FAM +1 HUSB @I1825@ +1 CHIL @I1461@ +<< +[0006] FAM rkey: F803 offs: 0x0000017a lens: 0x0000003a +0x0000117a-0x000011b3: +>>0 @F803@ FAM +1 HUSB @I1463@ +1 WIFE @I1465@ +1 CHIL @I1466@ +<< +[0007] FAM rkey: F804 offs: 0x000001b4 lens: 0x0000002b +0x000011b4-0x000011de: +>>0 @F804@ FAM +1 HUSB @I1820@ +1 CHIL @I1464@ +<< +[0008] FAM rkey: F805 offs: 0x000001df lens: 0x00000058 +0x000011df-0x00001236: +>>0 @F805@ FAM +1 HUSB @I1487@ +1 WIFE @I1465@ +1 CHIL @I1488@ +1 CHIL @I1489@ +1 CHIL @I1490@ +<< +[0009] FAM rkey: F806 offs: 0x00000237 lens: 0x0000002b +0x00001237-0x00001261: +>>0 @F806@ FAM +1 HUSB @I1826@ +1 CHIL @I1467@ +<< +[0010] FAM rkey: F807 offs: 0x00000262 lens: 0x0000006b +0x00001262-0x000012cc: +>>0 @F807@ FAM +1 HUSB @I1827@ +1 WIFE @I1828@ +1 MARR +2 DATE 1449 +1 CHIL @I1469@ +1 CHIL @I1468@ +1 CHIL @I1634@ +<< +[0011] FAM rkey: F808 offs: 0x000002cd lens: 0x0000003e +0x000012cd-0x0000130a: +>>0 @F808@ FAM +1 HUSB @I1468@ +1 WIFE @I2864@ +1 MARR +2 DATE 1478 +<< +[0012] FAM rkey: F809 offs: 0x0000030b lens: 0x00000042 +0x0000130b-0x0000134c: +>>0 @F809@ FAM +1 HUSB @I1470@ +1 WIFE @I1483@ +1 DIV Y +1 CHIL @I2866@ +<< +[0013] FAM rkey: F810 offs: 0x0000034d lens: 0x0000004d +0x0000134d-0x00001399: +>>0 @F810@ FAM +1 HUSB @I1470@ +1 WIFE @I2865@ +1 MARR +2 DATE 1480 +1 CHIL @I1484@ +<< +[0014] FAM rkey: F811 offs: 0x0000039a lens: 0x0000002b +0x0000139a-0x000013c4: +>>0 @F811@ FAM +1 HUSB @I1473@ +1 WIFE @I1472@ +<< +[0015] FAM rkey: F812 offs: 0x000003c5 lens: 0x00000049 +0x000013c5-0x0000140d: +>>0 @F812@ FAM +1 HUSB @I1474@ +1 WIFE @I1472@ +1 CHIL @I1475@ +1 CHIL @I1476@ +<< +[0016] FAM rkey: F813 offs: 0x0000040e lens: 0x0000003a +0x0000140e-0x00001447: +>>0 @F813@ FAM +1 HUSB @I1477@ +1 WIFE @I1475@ +1 CHIL @I1478@ +<< +[0017] FAM rkey: F814 offs: 0x00000448 lens: 0x0000003a +0x00001448-0x00001481: +>>0 @F814@ FAM +1 HUSB @I1476@ +1 WIFE @I1491@ +1 CHIL @I1492@ +<< +[0018] FAM rkey: F815 offs: 0x00000482 lens: 0x0000003a +0x00001482-0x000014bb: +>>0 @F815@ FAM +1 HUSB @I1480@ +1 WIFE @I1481@ +1 CHIL @I1482@ +<< +[0019] FAM rkey: F816 offs: 0x000004bc lens: 0x0000004d +0x000014bc-0x00001508: +>>0 @F816@ FAM +1 HUSB @I1492@ +1 WIFE @I1493@ +1 MARR +2 DATE 1532 +1 CHIL @I1494@ +<< +[0020] FAM rkey: F817 offs: 0x00000509 lens: 0x0000003a +0x00001509-0x00001542: +>>0 @F817@ FAM +1 HUSB @I1894@ +1 WIFE @I1895@ +1 CHIL @I1495@ +<< +[0021] FAM rkey: F818 offs: 0x00000543 lens: 0x0000003a +0x00001543-0x0000157c: +>>0 @F818@ FAM +1 HUSB @I1497@ +1 WIFE @I1498@ +1 CHIL @I1499@ +<< +[0022] FAM rkey: F819 offs: 0x0000057d lens: 0x0000002b +0x0000157d-0x000015a7: +>>0 @F819@ FAM +1 HUSB @I1503@ +1 WIFE @I1501@ +<< +[0023] FAM rkey: F820 offs: 0x000005a8 lens: 0x0000002b +0x000015a8-0x000015d2: +>>0 @F820@ FAM +1 HUSB @I2292@ +1 WIFE @I1502@ +<< +[0024] FAM rkey: F821 offs: 0x000005d3 lens: 0x0000002b +0x000015d3-0x000015fd: +>>0 @F821@ FAM +1 HUSB @I2293@ +1 WIFE @I1502@ +<< +[0025] FAM rkey: F822 offs: 0x000005fe lens: 0x0000002b +0x000015fe-0x00001628: +>>0 @F822@ FAM +1 HUSB @I1898@ +1 CHIL @I1504@ +<< +[0026] FAM rkey: F823 offs: 0x00000629 lens: 0x0000002b +0x00001629-0x00001653: +>>0 @F823@ FAM +1 HUSB @I1901@ +1 CHIL @I1505@ +<< +[0027] FAM rkey: F824 offs: 0x00000654 lens: 0x0000002b +0x00001654-0x0000167e: +>>0 @F824@ FAM +1 HUSB @I1902@ +1 WIFE @I1505@ +<< +[0028] FAM rkey: F825 offs: 0x0000067f lens: 0x0000002b +0x0000167f-0x000016a9: +>>0 @F825@ FAM +1 HUSB @I1874@ +1 CHIL @I1506@ +<< +[0029] FAM rkey: F826 offs: 0x000006aa lens: 0x0000002b +0x000016aa-0x000016d4: +>>0 @F826@ FAM +1 HUSB @I1875@ +1 WIFE @I1506@ +<< +[0030] FAM rkey: F827 offs: 0x000006d5 lens: 0x0000002b +0x000016d5-0x000016ff: +>>0 @F827@ FAM +1 HUSB @I1876@ +1 WIFE @I1506@ +<< +[0031] FAM rkey: F828 offs: 0x00000700 lens: 0x0000002b +0x00001700-0x0000172a: +>>0 @F828@ FAM +1 HUSB @I1872@ +1 CHIL @I1508@ +<< +[0032] FAM rkey: F829 offs: 0x0000072b lens: 0x00000049 +0x0000172b-0x00001773: +>>0 @F829@ FAM +1 HUSB @I2239@ +1 WIFE @I2240@ +1 CHIL @I1511@ +1 CHIL @I2241@ +<< +[0033] FAM rkey: F830 offs: 0x00000774 lens: 0x0000003a +0x00001774-0x000017ad: +>>0 @F830@ FAM +1 HUSB @I1511@ +1 WIFE @I2225@ +1 CHIL @I2237@ +<< +[0034] FAM rkey: F831 offs: 0x000007ae lens: 0x00000058 +0x000017ae-0x00001805: +>>0 @F831@ FAM +1 HUSB @I1545@ +1 WIFE @I1546@ +1 CHIL @I1512@ +1 CHIL @I1547@ +1 CHIL @I1766@ +<< +[0035] FAM rkey: F832 offs: 0x00000806 lens: 0x0000002b +0x00001806-0x00001830: +>>0 @F832@ FAM +1 HUSB @I1514@ +1 WIFE @I2224@ +<< +[0036] FAM rkey: F833 offs: 0x00000831 lens: 0x0000003a +0x00001831-0x0000186a: +>>0 @F833@ FAM +1 HUSB @I1515@ +1 WIFE @I2227@ +1 CHIL @I2228@ +<< +[0037] FAM rkey: F834 offs: 0x0000086b lens: 0x0000002b +0x0000186b-0x00001895: +>>0 @F834@ FAM +1 HUSB @I1518@ +1 WIFE @I1864@ +<< +[0038] FAM rkey: F835 offs: 0x00000896 lens: 0x0000002b +0x00001896-0x000018c0: +>>0 @F835@ FAM +1 HUSB @I1748@ +1 CHIL @I1520@ +<< +[0039] FAM rkey: F836 offs: 0x000008c1 lens: 0x0000002b +0x000018c1-0x000018eb: +>>0 @F836@ FAM +1 HUSB @I1871@ +1 CHIL @I1521@ +<< +[0040] FAM rkey: F837 offs: 0x000008ec lens: 0x0000002b +0x000018ec-0x00001916: +>>0 @F837@ FAM +1 HUSB @I1870@ +1 CHIL @I1523@ +<< +[0041] FAM rkey: F838 offs: 0x00000917 lens: 0x00000049 +0x00001917-0x0000195f: +>>0 @F838@ FAM +1 HUSB @I1527@ +1 WIFE @I1528@ +1 CHIL @I1529@ +1 CHIL @I1525@ +<< +[0042] FAM rkey: F839 offs: 0x00000960 lens: 0x00000049 +0x00001960-0x000019a8: +>>0 @F839@ FAM +1 HUSB @I1553@ +1 WIFE @I1526@ +1 CHIL @I1554@ +1 CHIL @I1555@ +<< +[0043] FAM rkey: F840 offs: 0x000009a9 lens: 0x00000049 +0x000019a9-0x000019f1: +>>0 @F840@ FAM +1 HUSB @I1530@ +1 WIFE @I1531@ +1 CHIL @I1527@ +1 CHIL @I1532@ +<< +[0044] FAM rkey: F841 offs: 0x000009f2 lens: 0x0000005c +0x000019f2-0x00001a4d: +>>0 @F841@ FAM +1 HUSB @I1533@ +1 WIFE @I1532@ +1 MARR +2 DATE 1002 +1 CHIL @I1767@ +1 CHIL @I1534@ +<< +[0045] FAM rkey: F842 offs: 0x00000a4e lens: 0x00000062 +0x00001a4e-0x00001aaf: +>>0 @F842@ FAM +1 HUSB @I1548@ +1 WIFE @I1532@ +1 MARR +2 DATE 2 JUL 1017 +1 CHIL @I1552@ +1 CHIL @I1768@ +<< +[0046] FAM rkey: F843 offs: 0x00000ab0 lens: 0x00000049 +0x00001ab0-0x00001af8: +>>0 @F843@ FAM +1 HUSB @I1779@ +1 WIFE @I1780@ +1 CHIL @I1784@ +1 CHIL @I1533@ +<< +[0047] FAM rkey: F844 offs: 0x00000af9 lens: 0x000000ea +0x00001af9-0x00001be2: +>>0 @F844@ FAM +1 HUSB @I1533@ +1 WIFE @I1542@ +1 MARR +2 DATE ABT 985 +1 CHIL @I1753@ +1 CHIL @I1754@ +1 CHIL @I1543@ +1 CHIL @I1755@ +1 CHIL @I1756@ +1 CHIL @I1757@ +1 CHIL @I1758@ +1 CHIL @I1759@ +1 CHIL @I1760@ +1 CHIL @I1761@ +1 CHIL @I1762@ +<< +[0048] FAM rkey: F845 offs: 0x00000be3 lens: 0x00000045 +0x00001be3-0x00001c27: +>>0 @F845@ FAM +1 HUSB @I1534@ +1 WIFE @I1535@ +1 MARR +2 DATE 23 JAN 1045 +<< +[0049] FAM rkey: F846 offs: 0x00000c28 lens: 0x00000049 +0x00001c28-0x00001c70: +>>0 @F846@ FAM +1 HUSB @I1536@ +1 WIFE @I1537@ +1 CHIL @I1538@ +1 CHIL @I1535@ +<< +[0050] FAM rkey: F847 offs: 0x00000c71 lens: 0x00000054 +0x00001c71-0x00001cc4: +>>0 @F847@ FAM +1 HUSB @I1538@ +1 WIFE @I1539@ +1 MARR +2 DATE BEF 1065 +1 CHIL @I1540@ +<< +[0051] FAM rkey: F848 offs: 0x00000cc5 lens: 0x0000002b +0x00001cc5-0x00001cef: +>>0 @F848@ FAM +1 HUSB @I1774@ +1 CHIL @I1539@ +<< +[0052] FAM rkey: F849 offs: 0x00000cf0 lens: 0x0000003a +0x00001cf0-0x00001d29: +>>0 @F849@ FAM +1 HUSB @I1928@ +1 WIFE @I1539@ +1 CHIL @I1927@ +<< +[0053] FAM rkey: F850 offs: 0x00000d2a lens: 0x0000002b +0x00001d2a-0x00001d54: +>>0 @F850@ FAM +1 HUSB @I1541@ +1 WIFE @I1540@ +<< +[0054] FAM rkey: F851 offs: 0x00000d55 lens: 0x00000049 +0x00001d55-0x00001d9d: +>>0 @F851@ FAM +1 HUSB @I1543@ +1 WIFE @I1544@ +1 CHIL @I1764@ +1 CHIL @I1545@ +<< +[0055] FAM rkey: F852 offs: 0x00000d9e lens: 0x0000003a +0x00001d9e-0x00001dd7: +>>0 @F852@ FAM +1 HUSB @I1763@ +1 CHIL @I1765@ +1 CHIL @I1546@ +<< +[0056] FAM rkey: F853 offs: 0x00000dd8 lens: 0x0000003a +0x00001dd8-0x00001e11: +>>0 @F853@ FAM +1 HUSB @I1776@ +1 WIFE @I1777@ +1 CHIL @I1548@ +<< +[0057] FAM rkey: F854 offs: 0x00000e12 lens: 0x00000051 +0x00001e12-0x00001e62: +>>0 @F854@ FAM +1 HUSB @I1548@ +1 WIFE @I1549@ +1 DIV Y +1 CHIL @I1550@ +1 CHIL @I1551@ +<< +[0058] FAM rkey: F855 offs: 0x00000e63 lens: 0x0000002b +0x00001e63-0x00001e8d: +>>0 @F855@ FAM +1 HUSB @I1775@ +1 CHIL @I1549@ +<< +[0059] FAM rkey: F856 offs: 0x00000e8e lens: 0x0000002b +0x00001e8e-0x00001eb8: +>>0 @F856@ FAM +1 HUSB @I2467@ +1 CHIL @I1557@ +<< +[0060] FAM rkey: F857 offs: 0x00000eb9 lens: 0x0000003a +0x00001eb9-0x00001ef2: +>>0 @F857@ FAM +1 HUSB @I1570@ +1 WIFE @I1573@ +1 CHIL @I1574@ +<< +[0061] FAM rkey: F858 offs: 0x00000ef3 lens: 0x00000049 +0x00001ef3-0x00001f3b: +>>0 @F858@ FAM +1 HUSB @I1575@ +1 WIFE @I1571@ +1 CHIL @I1576@ +1 CHIL @I1577@ +<< +[0062] FAM rkey: F859 offs: 0x00000f3c lens: 0x00000049 +0x00001f3c-0x00001f84: +>>0 @F859@ FAM +1 HUSB @I1578@ +1 WIFE @I1572@ +1 CHIL @I1579@ +1 CHIL @I1580@ +<< +[0063] FAM rkey: F860 offs: 0x00000f85 lens: 0x0000002b +0x00001f85-0x00001faf: +>>0 @F860@ FAM +1 HUSB @I1581@ +1 WIFE @I1572@ +<< +[0064] FAM rkey: F861 offs: 0x00000fb0 lens: 0x0000002b +0x00001fb0-0x00001fda: +>>0 @F861@ FAM +1 HUSB @I1884@ +1 CHIL @I1582@ +<< +[0065] FAM rkey: F862 offs: 0x00000fdb lens: 0x0000002b +0x00001fdb-0x00002005: +>>0 @F862@ FAM +1 HUSB @I1885@ +1 CHIL @I1583@ +<< +[0066] FAM rkey: F863 offs: 0x00001006 lens: 0x00000054 +0x00002006-0x00002059: +>>0 @F863@ FAM +1 HUSB @I1886@ +1 WIFE @I2233@ +1 MARR +2 DATE AFT 1238 +1 CHIL @I1585@ +<< +[0067] FAM rkey: F864 offs: 0x0000105a lens: 0x0000002b +0x0000205a-0x00002084: +>>0 @F864@ FAM +1 HUSB @I1585@ +1 WIFE @I1896@ +<< +[0068] FAM rkey: F865 offs: 0x00001085 lens: 0x0000002b +0x00002085-0x000020af: +>>0 @F865@ FAM +1 HUSB @I1893@ +1 CHIL @I1587@ +<< +[0069] FAM rkey: F866 offs: 0x000010b0 lens: 0x0000002b +0x000020b0-0x000020da: +>>0 @F866@ FAM +1 HUSB @I1899@ +1 CHIL @I1593@ +<< +[0070] FAM rkey: F867 offs: 0x000010db lens: 0x0000002b +0x000020db-0x00002105: +>>0 @F867@ FAM +1 HUSB @I1900@ +1 WIFE @I1593@ +<< +[0071] FAM rkey: F868 offs: 0x00001106 lens: 0x00000061 +0x00002106-0x00002166: +>>0 @F868@ FAM +1 HUSB @I1594@ +1 WIFE @I1601@ +1 MARR +2 DATE 11 SEP 1386 +2 PLAC Saille,Near Guerrand +<< +[0072] FAM rkey: F869 offs: 0x00001167 lens: 0x0000002b +0x00002167-0x00002191: +>>0 @F869@ FAM +1 HUSB @I2269@ +1 CHIL @I1596@ +<< +[0073] FAM rkey: F870 offs: 0x00001192 lens: 0x0000002b +0x00002192-0x000021bc: +>>0 @F870@ FAM +1 HUSB @I2268@ +1 CHIL @I1598@ +<< +[0074] FAM rkey: F871 offs: 0x000011bd lens: 0x0000002b +0x000021bd-0x000021e7: +>>0 @F871@ FAM +1 HUSB @I2267@ +1 CHIL @I1601@ +<< +[0075] FAM rkey: F872 offs: 0x000011e8 lens: 0x0000002b +0x000021e8-0x00002212: +>>0 @F872@ FAM +1 HUSB @I2070@ +1 WIFE @I1603@ +<< +[0076] FAM rkey: F873 offs: 0x00001213 lens: 0x0000002b +0x00002213-0x0000223d: +>>0 @F873@ FAM +1 HUSB @I1606@ +1 CHIL @I1605@ +<< +[0077] FAM rkey: F874 offs: 0x0000123e lens: 0x0000003a +0x0000223e-0x00002277: +>>0 @F874@ FAM +1 HUSB @I2444@ +1 WIFE @I2445@ +1 CHIL @I1612@ +<< +[0078] FAM rkey: F875 offs: 0x00001278 lens: 0x00000062 +0x00002278-0x000022d9: +>>0 @F875@ FAM +1 HUSB @I1615@ +1 WIFE @I1616@ +1 MARR +2 DATE 17 AUG 1798 +2 PLAC Sceaux +1 CHIL @I1613@ +<< +[0079] FAM rkey: F876 offs: 0x000012da lens: 0x0000003a +0x000022da-0x00002313: +>>0 @F876@ FAM +1 HUSB @I2435@ +1 WIFE @I2436@ +1 CHIL @I1614@ +<< +[0080] FAM rkey: F877 offs: 0x00001314 lens: 0x000000cc +0x00002314-0x000023df: +>>0 @F877@ FAM +1 HUSB @I1617@ +1 WIFE @I1618@ +1 MARR +2 DATE 31 JUL 1790 +2 PLAC Gottorp +1 CHIL @I1642@ +1 CHIL @I1655@ +1 CHIL @I1656@ +1 CHIL @I1657@ +1 CHIL @I1658@ +1 CHIL @I1659@ +1 CHIL @I1660@ +1 CHIL @I1650@ +<< +[0081] FAM rkey: F878 offs: 0x000013e0 lens: 0x00000053 +0x000023e0-0x00002432: +>>0 @F878@ FAM +1 HUSB @I1622@ +1 WIFE @I1623@ +1 MARR +2 DATE 5 DEC 1695 +1 CHIL @I1620@ +<< +[0082] FAM rkey: F879 offs: 0x00001433 lens: 0x0000008c +0x00002433-0x000024be: +>>0 @F879@ FAM +1 HUSB @I1625@ +1 WIFE @I1626@ +1 MARR +2 DATE 25 JUN 1667 +2 PLAC Copenhagen,Denmark +1 CHIL @I1622@ +1 CHIL @I2854@ +1 CHIL @I2855@ +<< +[0083] FAM rkey: F880 offs: 0x000014bf lens: 0x00000044 +0x000024bf-0x00002502: +>>0 @F880@ FAM +1 HUSB @I1622@ +1 WIFE @I1624@ +1 MARR +2 DATE 4 APR 1721 +<< +[0084] FAM rkey: F881 offs: 0x00001503 lens: 0x00000054 +0x00002503-0x00002556: +>>0 @F881@ FAM +1 HUSB @I1627@ +1 WIFE @I1628@ +1 MARR +2 DATE 27 NOV 1597 +1 CHIL @I1630@ +<< +[0085] FAM rkey: F882 offs: 0x00001557 lens: 0x0000004d +0x00002557-0x000025a3: +>>0 @F882@ FAM +1 HUSB @I1627@ +1 WIFE @I1629@ +1 DIV Y +1 MARR +2 DATE 31 DEC 1615 +<< +[0086] FAM rkey: F883 offs: 0x000015a4 lens: 0x0000003a +0x000025a4-0x000025dd: +>>0 @F883@ FAM +1 HUSB @I2274@ +1 WIFE @I2549@ +1 CHIL @I1628@ +<< +[0087] FAM rkey: F884 offs: 0x000015de lens: 0x00000054 +0x000025de-0x00002631: +>>0 @F884@ FAM +1 HUSB @I1634@ +1 WIFE @I1635@ +1 MARR +2 DATE 10 APR 1502 +1 CHIL @I1632@ +<< +[0088] FAM rkey: F885 offs: 0x00001632 lens: 0x00000050 +0x00002632-0x00002681: +>>0 @F885@ FAM +1 HUSB @I1634@ +1 WIFE @I1636@ +1 MARR +2 DATE 9 OCT 1518 +2 PLAC Keil +<< +[0089] FAM rkey: F886 offs: 0x00001682 lens: 0x0000003e +0x00002682-0x000026bf: +>>0 @F886@ FAM +1 HUSB @I2852@ +1 WIFE @I1638@ +1 MARR +2 DATE 1766 +<< +[0090] FAM rkey: F887 offs: 0x000016c0 lens: 0x0000003e +0x000026c0-0x000026fd: +>>0 @F887@ FAM +1 HUSB @I2853@ +1 WIFE @I1639@ +1 MARR +2 DATE 1763 +<< +[0091] FAM rkey: F888 offs: 0x000016fe lens: 0x0000006f +0x000026fe-0x0000276c: +>>0 @F888@ FAM +1 HUSB @I1645@ +1 WIFE @I1647@ +1 DIV Y +1 MARR +2 DATE 21 JUN 1806 +2 PLAC Ludwigslust +1 CHIL @I1649@ +<< +[0092] FAM rkey: F889 offs: 0x0000176d lens: 0x00000059 +0x0000276d-0x000027c5: +>>0 @F889@ FAM +1 HUSB @I1645@ +1 WIFE @I1648@ +1 MARR +2 DATE 22 MAY 1815 +2 PLAC Augustenburg +<< +[0093] FAM rkey: F890 offs: 0x000017c6 lens: 0x0000002b +0x000027c6-0x000027f0: +>>0 @F890@ FAM +1 HUSB @I1646@ +1 WIFE @I1656@ +<< +[0094] FAM rkey: F891 offs: 0x000017f1 lens: 0x0000003a +0x000027f1-0x0000282a: +>>0 @F891@ FAM +1 HUSB @I1654@ +1 WIFE @I1653@ +1 CHIL @I1648@ +<< +[0095] FAM rkey: F892 offs: 0x0000182b lens: 0x0000005e +0x0000282b-0x00002888: +>>0 @F892@ FAM +1 HUSB @I1649@ +1 WIFE @I1650@ +1 DIV Y +1 MARR +2 DATE 1 NOV 1828 +2 PLAC Copenhagen +<< +[0096] FAM rkey: F893 offs: 0x00001889 lens: 0x00000060 +0x00002889-0x000028e8: +>>0 @F893@ FAM +1 HUSB @I1649@ +1 WIFE @I1651@ +1 DIV Y +1 MARR +2 DATE 10 JUN 1841 +2 PLAC Neustrelitz +<< +[0097] FAM rkey: F894 offs: 0x000018e9 lens: 0x00000059 +0x000028e9-0x00002941: +>>0 @F894@ FAM +1 HUSB @I1649@ +1 WIFE @I1652@ +1 MARR +2 DATE 7 AUG 1850 +2 PLAC Frederiksborg +<< +[0098] FAM rkey: F895 offs: 0x00001942 lens: 0x0000002b +0x00002942-0x0000296c: +>>0 @F895@ FAM +1 HUSB @I1661@ +1 WIFE @I1650@ +<< +[0099] FAM rkey: F896 offs: 0x0000196d lens: 0x0000003e +0x0000296d-0x000029aa: +>>0 @F896@ FAM +1 HUSB @I1662@ +1 WIFE @I1699@ +1 MARR +2 DATE 1857 +<< +[0100] FAM rkey: F897 offs: 0x000019ab lens: 0x0000002b +0x000029ab-0x000029d5: +>>0 @F897@ FAM +1 HUSB @I1663@ +1 WIFE @I1738@ +<< +[0101] FAM rkey: F898 offs: 0x000019d6 lens: 0x00000089 +0x000029d6-0x00002a5e: +>>0 @F898@ FAM +1 HUSB @I1664@ +1 WIFE @I1669@ +1 MARR +2 DATE 1909 +1 CHIL @I2699@ +1 CHIL @I1670@ +1 CHIL @I2700@ +1 CHIL @I2701@ +1 CHIL @I2702@ +<< +[0102] FAM rkey: F899 offs: 0x00001a5f lens: 0x0000003e +0x00002a5f-0x00002a9c: +>>0 @F899@ FAM +1 HUSB @I1668@ +1 WIFE @I1667@ +1 MARR +2 DATE 1922 +<< +[0103] FAM rkey: F900 offs: 0x00001a9d lens: 0x0000006b +0x00002a9d-0x00002b07: +>>0 @F900@ FAM +1 HUSB @I1671@ +1 WIFE @I1670@ +1 MARR +2 DATE 1933 +1 CHIL @I1674@ +1 CHIL @I1675@ +1 CHIL @I1676@ +<< +[0104] FAM rkey: F901 offs: 0x00001b08 lens: 0x0000003e +0x00002b08-0x00002b45: +>>0 @F901@ FAM +1 HUSB @I1673@ +1 WIFE @I1672@ +1 MARR +2 DATE 1968 +<< +[0105] FAM rkey: F902 offs: 0x00001b46 lens: 0x0000003e +0x00002b46-0x00002b83: +>>0 @F902@ FAM +1 HUSB @I1675@ +1 WIFE @I2704@ +1 MARR +2 DATE 1968 +<< +[0106] FAM rkey: F903 offs: 0x00001b84 lens: 0x0000003e +0x00002b84-0x00002bc1: +>>0 @F903@ FAM +1 HUSB @I1676@ +1 WIFE @I1677@ +1 MARR +2 DATE 1971 +<< +[0107] FAM rkey: F904 offs: 0x00001bc2 lens: 0x0000003e +0x00002bc2-0x00002bff: +>>0 @F904@ FAM +1 HUSB @I1685@ +1 WIFE @I1684@ +1 MARR +2 DATE 1871 +<< +[0108] FAM rkey: F905 offs: 0x00001c00 lens: 0x0000003e +0x00002c00-0x00002c3d: +>>0 @F905@ FAM +1 HUSB @I1690@ +1 WIFE @I2656@ +1 MARR +2 DATE 1853 +<< +[0109] FAM rkey: F906 offs: 0x00001c3e lens: 0x0000003e +0x00002c3e-0x00002c7b: +>>0 @F906@ FAM +1 HUSB @I1690@ +1 WIFE @I2657@ +1 MARR +2 DATE 1878 +<< +[0110] FAM rkey: F907 offs: 0x00001c7c lens: 0x0000003e +0x00002c7c-0x00002cb9: +>>0 @F907@ FAM +1 HUSB @I1693@ +1 WIFE @I1692@ +1 MARR +2 DATE 1842 +<< +[0111] FAM rkey: F908 offs: 0x00001cba lens: 0x0000006b +0x00002cba-0x00002d24: +>>0 @F908@ FAM +1 HUSB @I1698@ +1 WIFE @I2449@ +1 MARR +2 DATE 1853 +1 CHIL @I2901@ +1 CHIL @I2902@ +1 CHIL @I2903@ +<< +[0112] FAM rkey: F909 offs: 0x00001d25 lens: 0x0000006b +0x00002d25-0x00002d8f: +>>0 @F909@ FAM +1 HUSB @I1706@ +1 WIFE @I1707@ +1 MARR +2 DATE 1956 +1 CHIL @I2152@ +1 CHIL @I2153@ +1 CHIL @I2154@ +<< +[0113] FAM rkey: F910 offs: 0x00001d90 lens: 0x0000002b +0x00002d90-0x00002dba: +>>0 @F910@ FAM +1 HUSB @I1714@ +1 WIFE @I1715@ +<< +[0114] FAM rkey: F911 offs: 0x00001dbb lens: 0x0000003a +0x00002dbb-0x00002df4: +>>0 @F911@ FAM +1 HUSB @I1717@ +1 WIFE @I1718@ +1 CHIL @I1716@ +<< +[0115] FAM rkey: F912 offs: 0x00001df5 lens: 0x0000002b +0x00002df5-0x00002e1f: +>>0 @F912@ FAM +1 HUSB @I1719@ +1 CHIL @I1717@ +<< +[0116] FAM rkey: F913 offs: 0x00001e20 lens: 0x0000002b +0x00002e20-0x00002e4a: +>>0 @F913@ FAM +1 WIFE @I1724@ +1 CHIL @I1718@ +<< +[0117] FAM rkey: F914 offs: 0x00001e4b lens: 0x0000003a +0x00002e4b-0x00002e84: +>>0 @F914@ FAM +1 HUSB @I1720@ +1 CHIL @I1719@ +1 CHIL @I1721@ +<< +[0118] FAM rkey: F915 offs: 0x00001e85 lens: 0x0000002b +0x00002e85-0x00002eaf: +>>0 @F915@ FAM +1 WIFE @I1721@ +1 CHIL @I1723@ +<< +[0119] FAM rkey: F916 offs: 0x00001eb0 lens: 0x0000002b +0x00002eb0-0x00002eda: +>>0 @F916@ FAM +1 WIFE @I1723@ +1 CHIL @I1722@ +<< +[0120] FAM rkey: F917 offs: 0x00001edb lens: 0x0000002b +0x00002edb-0x00002f05: +>>0 @F917@ FAM +1 WIFE @I1725@ +1 CHIL @I1724@ +<< +[0121] FAM rkey: F918 offs: 0x00001f06 lens: 0x0000003a +0x00002f06-0x00002f3f: +>>0 @F918@ FAM +1 HUSB @I1726@ +1 WIFE @I1727@ +1 CHIL @I1725@ +<< +[0122] FAM rkey: F919 offs: 0x00001f40 lens: 0x0000002b +0x00002f40-0x00002f6a: +>>0 @F919@ FAM +1 HUSB @I1731@ +1 WIFE @I1732@ +<< +[0123] FAM rkey: F920 offs: 0x00001f6b lens: 0x0000003e +0x00002f6b-0x00002fa8: +>>0 @F920@ FAM +1 HUSB @I1737@ +1 WIFE @I2909@ +1 MARR +2 DATE 1842 +<< +[0124] FAM rkey: F921 offs: 0x00001fa9 lens: 0x0000004d +0x00002fa9-0x00002ff5: +>>0 @F921@ FAM +1 HUSB @I1740@ +1 WIFE @I2482@ +1 MARR +2 DATE 1234 +1 CHIL @I1739@ +<< +[0125] FAM rkey: F922 offs: 0x00001ff6 lens: 0x0000003e +0x00002ff6-0x00003033: +>>0 @F922@ FAM +1 HUSB @I1739@ +1 WIFE @I2618@ +1 MARR +2 DATE 1262 +<< +[0126] FAM rkey: F923 offs: 0x00002034 lens: 0x0000007a +0x00003034-0x000030ad: +>>0 @F923@ FAM +1 HUSB @I1741@ +1 WIFE @I1742@ +1 MARR +2 DATE 1200 +1 CHIL @I1740@ +1 CHIL @I1894@ +1 CHIL @I2481@ +1 CHIL @I2484@ +<< +[0127] FAM rkey: F924 offs: 0x000020ae lens: 0x0000004d +0x000030ae-0x000030fa: +>>0 @F924@ FAM +1 HUSB @I2451@ +1 WIFE @I2477@ +1 MARR +2 DATE 1180 +1 CHIL @I1741@ +<< +[0128] FAM rkey: F925 offs: 0x000020fb lens: 0x0000002b +0x000030fb-0x00003125: +>>0 @F925@ FAM +1 HUSB @I1891@ +1 CHIL @I1742@ +<< +[0129] FAM rkey: F926 offs: 0x00002126 lens: 0x00000046 +0x00003126-0x0000316b: +>>0 @F926@ FAM +1 HUSB @I1743@ +1 WIFE @I2491@ +1 DIV Y +1 MARR +2 DATE 1307 +<< +[0130] FAM rkey: F927 offs: 0x0000216c lens: 0x00000045 +0x0000316c-0x000031b0: +>>0 @F927@ FAM +1 HUSB @I1743@ +1 WIFE @I2492@ +1 MARR +2 DATE 21 SEP 1322 +<< +[0131] FAM rkey: F928 offs: 0x000021b1 lens: 0x00000042 +0x000031b1-0x000031f2: +>>0 @F928@ FAM +1 HUSB @I1743@ +1 WIFE @I2493@ +1 MARR +2 DATE JUL 1325 +<< +[0132] FAM rkey: F929 offs: 0x000021f3 lens: 0x0000002b +0x000031f3-0x0000321d: +>>0 @F929@ FAM +1 HUSB @I1744@ +1 WIFE @I1745@ +<< +[0133] FAM rkey: F930 offs: 0x0000221e lens: 0x00000055 +0x0000321e-0x00003272: +>>0 @F930@ FAM +1 HUSB @I1891@ +1 WIFE @I1747@ +1 DIV Y +1 MARR +2 DATE 1197 +1 CHIL @I1746@ +<< +[0134] FAM rkey: F931 offs: 0x00002273 lens: 0x0000003a +0x00003273-0x000032ac: +>>0 @F931@ FAM +1 HUSB @I1749@ +1 WIFE @I1750@ +1 CHIL @I1751@ +<< +[0135] FAM rkey: F932 offs: 0x000022ad lens: 0x0000002b +0x000032ad-0x000032d7: +>>0 @F932@ FAM +1 HUSB @I1769@ +1 WIFE @I1759@ +<< +[0136] FAM rkey: F933 offs: 0x000022d8 lens: 0x0000002b +0x000032d8-0x00003302: +>>0 @F933@ FAM +1 HUSB @I1770@ +1 WIFE @I1760@ +<< +[0137] FAM rkey: F934 offs: 0x00002303 lens: 0x0000002b +0x00003303-0x0000332d: +>>0 @F934@ FAM +1 HUSB @I1772@ +1 WIFE @I1761@ +<< +[0138] FAM rkey: F935 offs: 0x0000232e lens: 0x0000002b +0x0000332e-0x00003358: +>>0 @F935@ FAM +1 HUSB @I1773@ +1 WIFE @I1762@ +<< +[0139] FAM rkey: F936 offs: 0x00002359 lens: 0x0000002b +0x00003359-0x00003383: +>>0 @F936@ FAM +1 HUSB @I1764@ +1 WIFE @I1765@ +<< +[0140] FAM rkey: F937 offs: 0x00002384 lens: 0x0000003a +0x00003384-0x000033bd: +>>0 @F937@ FAM +1 HUSB @I1929@ +1 WIFE @I1768@ +1 CHIL @I1990@ +<< +[0141] FAM rkey: F938 offs: 0x000023be lens: 0x0000002b +0x000033be-0x000033e8: +>>0 @F938@ FAM +1 HUSB @I1771@ +1 CHIL @I1770@ +<< +[0142] FAM rkey: F939 offs: 0x000023e9 lens: 0x0000002b +0x000033e9-0x00003413: +>>0 @F939@ FAM +1 HUSB @I1778@ +1 CHIL @I1777@ +<< +[0143] FAM rkey: F940 offs: 0x00002414 lens: 0x00000049 +0x00003414-0x0000345c: +>>0 @F940@ FAM +1 HUSB @I1786@ +1 WIFE @I1787@ +1 CHIL @I1788@ +1 CHIL @I1779@ +<< +[0144] FAM rkey: F941 offs: 0x0000245d lens: 0x0000003a +0x0000345d-0x00003496: +>>0 @F941@ FAM +1 HUSB @I1779@ +1 WIFE @I1781@ +1 CHIL @I1782@ +<< +[0145] FAM rkey: F942 offs: 0x00002497 lens: 0x0000002b +0x00003497-0x000034c1: +>>0 @F942@ FAM +1 HUSB @I1785@ +1 CHIL @I1780@ +<< +[0146] FAM rkey: F943 offs: 0x000024c2 lens: 0x0000002b +0x000034c2-0x000034ec: +>>0 @F943@ FAM +1 HUSB @I1783@ +1 CHIL @I1781@ +<< +[0147] FAM rkey: F944 offs: 0x000024ed lens: 0x00000067 +0x000034ed-0x00003553: +>>0 @F944@ FAM +1 HUSB @I1792@ +1 WIFE @I1793@ +1 CHIL @I1786@ +1 CHIL @I1794@ +1 CHIL @I1795@ +1 CHIL @I1796@ +<< +[0148] FAM rkey: F945 offs: 0x00002554 lens: 0x0000002b +0x00003554-0x0000357e: +>>0 @F945@ FAM +1 HUSB @I1786@ +1 WIFE @I1790@ +<< +[0149] FAM rkey: F946 offs: 0x0000257f lens: 0x0000002b +0x0000357f-0x000035a9: +>>0 @F946@ FAM +1 HUSB @I1788@ +1 WIFE @I1789@ +<< +[0150] FAM rkey: F947 offs: 0x000025aa lens: 0x0000002b +0x000035aa-0x000035d4: +>>0 @F947@ FAM +1 HUSB @I1791@ +1 CHIL @I1790@ +<< +[0151] FAM rkey: F948 offs: 0x000025d5 lens: 0x00000076 +0x000035d5-0x0000364a: +>>0 @F948@ FAM +1 HUSB @I1964@ +1 WIFE @I1965@ +1 CHIL @I1792@ +1 CHIL @I1982@ +1 CHIL @I1985@ +1 CHIL @I1986@ +1 CHIL @I1987@ +<< +[0152] FAM rkey: F949 offs: 0x0000264b lens: 0x00000049 +0x0000364b-0x00003693: +>>0 @F949@ FAM +1 HUSB @I1792@ +1 WIFE @I1798@ +1 CHIL @I1799@ +1 CHIL @I1800@ +<< +[0153] FAM rkey: F950 offs: 0x00002694 lens: 0x000000a3 +0x00003694-0x00003736: +>>0 @F950@ FAM +1 HUSB @I1792@ +1 WIFE @I1802@ +1 CHIL @I1803@ +1 CHIL @I1804@ +1 CHIL @I1805@ +1 CHIL @I1806@ +1 CHIL @I1807@ +1 CHIL @I1808@ +1 CHIL @I1809@ +1 CHIL @I1810@ +<< +[0154] FAM rkey: F951 offs: 0x00002737 lens: 0x0000002b +0x00003737-0x00003761: +>>0 @F951@ FAM +1 HUSB @I1797@ +1 WIFE @I1796@ +<< +[0155] FAM rkey: F952 offs: 0x00002762 lens: 0x0000002b +0x00003762-0x0000378c: +>>0 @F952@ FAM +1 HUSB @I1801@ +1 WIFE @I1800@ +<< +[0156] FAM rkey: F953 offs: 0x0000278d lens: 0x0000002b +0x0000378d-0x000037b7: +>>0 @F953@ FAM +1 HUSB @I1811@ +1 WIFE @I1806@ +<< +[0157] FAM rkey: F954 offs: 0x000027b8 lens: 0x0000002b +0x000037b8-0x000037e2: +>>0 @F954@ FAM +1 HUSB @I1812@ +1 WIFE @I1808@ +<< +[0158] FAM rkey: F955 offs: 0x000027e3 lens: 0x0000002b +0x000037e3-0x0000380d: +>>0 @F955@ FAM +1 HUSB @I1813@ +1 WIFE @I1809@ +<< +[0159] FAM rkey: F956 offs: 0x0000280e lens: 0x0000002b +0x0000380e-0x00003838: +>>0 @F956@ FAM +1 HUSB @I1814@ +1 WIFE @I1810@ +<< +[0160] FAM rkey: F957 offs: 0x00002839 lens: 0x00000049 +0x00003839-0x00003881: +>>0 @F957@ FAM +1 HUSB @I2524@ +1 WIFE @I1817@ +1 CHIL @I2441@ +1 CHIL @I1816@ +<< +[0161] FAM rkey: F958 offs: 0x00002882 lens: 0x00000044 +0x00003882-0x000038c5: +>>0 @F958@ FAM +1 HUSB @I1816@ +1 WIFE @I2894@ +1 MARR +2 DATE 8 JUL 1530 +<< +[0162] FAM rkey: F959 offs: 0x000028c6 lens: 0x0000002b +0x000038c6-0x000038f0: +>>0 @F959@ FAM +1 HUSB @I1822@ +1 WIFE @I1821@ +<< +[0163] FAM rkey: F960 offs: 0x000028f1 lens: 0x0000002b +0x000038f1-0x0000391b: +>>0 @F960@ FAM +1 HUSB @I1823@ +1 WIFE @I1821@ +<< +[0164] FAM rkey: F961 offs: 0x0000291c lens: 0x0000002b +0x0000391c-0x00003946: +>>0 @F961@ FAM +1 HUSB @I1824@ +1 WIFE @I1821@ +<< +[0165] FAM rkey: F962 offs: 0x00002947 lens: 0x0000002b +0x00003947-0x00003971: +>>0 @F962@ FAM +1 HUSB @I2694@ +1 CHIL @I1828@ +<< +[0166] FAM rkey: F963 offs: 0x00002972 lens: 0x0000003e +0x00003972-0x000039af: +>>0 @F963@ FAM +1 HUSB @I2863@ +1 WIFE @I1828@ +1 MARR +2 DATE 1445 +<< +[0167] FAM rkey: F964 offs: 0x000029b0 lens: 0x0000003a +0x000039b0-0x000039e9: +>>0 @F964@ FAM +1 HUSB @I1832@ +1 WIFE @I1833@ +1 CHIL @I1830@ +<< +[0168] FAM rkey: F965 offs: 0x000029ea lens: 0x0000003a +0x000039ea-0x00003a23: +>>0 @F965@ FAM +1 HUSB @I1835@ +1 WIFE @I1836@ +1 CHIL @I1832@ +<< +[0169] FAM rkey: F966 offs: 0x00002a24 lens: 0x0000002b +0x00003a24-0x00003a4e: +>>0 @F966@ FAM +1 HUSB @I1834@ +1 CHIL @I1833@ +<< +[0170] FAM rkey: F967 offs: 0x00002a4f lens: 0x00000049 +0x00003a4f-0x00003a97: +>>0 @F967@ FAM +1 HUSB @I1837@ +1 WIFE @I1838@ +1 CHIL @I1842@ +1 CHIL @I1836@ +<< +[0171] FAM rkey: F968 offs: 0x00002a98 lens: 0x00000058 +0x00003a98-0x00003aef: +>>0 @F968@ FAM +1 HUSB @I2228@ +1 WIFE @I2229@ +1 CHIL @I2230@ +1 CHIL @I2231@ +1 CHIL @I1837@ +<< +[0172] FAM rkey: F969 offs: 0x00002af0 lens: 0x0000002b +0x00003af0-0x00003b1a: +>>0 @F969@ FAM +1 HUSB @I1839@ +1 CHIL @I1838@ +<< +[0173] FAM rkey: F970 offs: 0x00002b1b lens: 0x0000003a +0x00003b1b-0x00003b54: +>>0 @F970@ FAM +1 HUSB @I1843@ +1 WIFE @I1842@ +1 CHIL @I1844@ +<< +[0174] FAM rkey: F971 offs: 0x00002b55 lens: 0x0000001c +0x00003b55-0x00003b70: +>>0 @F971@ FAM +1 HUSB @I1843@ +<< +[0175] FAM rkey: F972 offs: 0x00002b71 lens: 0x0000003a +0x00003b71-0x00003baa: +>>0 @F972@ FAM +1 HUSB @I1845@ +1 WIFE @I1844@ +1 CHIL @I1846@ +<< +[0176] FAM rkey: F973 offs: 0x00002bab lens: 0x0000003a +0x00003bab-0x00003be4: +>>0 @F973@ FAM +1 HUSB @I1846@ +1 WIFE @I1847@ +1 CHIL @I1849@ +<< +[0177] FAM rkey: F974 offs: 0x00002be5 lens: 0x0000002b +0x00003be5-0x00003c0f: +>>0 @F974@ FAM +1 HUSB @I1848@ +1 CHIL @I1847@ +<< +[0178] FAM rkey: F975 offs: 0x00002c10 lens: 0x0000002b +0x00003c10-0x00003c3a: +>>0 @F975@ FAM +1 HUSB @I1852@ +1 CHIL @I1851@ +<< +[0179] FAM rkey: F976 offs: 0x00002c3b lens: 0x00000033 +0x00003c3b-0x00003c6d: +>>0 @F976@ FAM +1 HUSB @I1853@ +1 WIFE @I1854@ +1 DIV Y +<< +[0180] FAM rkey: F977 offs: 0x00002c6e lens: 0x0000002b +0x00003c6e-0x00003c98: +>>0 @F977@ FAM +1 HUSB @I1853@ +1 WIFE @I1856@ +<< +[0181] FAM rkey: F978 offs: 0x00002c99 lens: 0x0000003a +0x00003c99-0x00003cd2: +>>0 @F978@ FAM +1 HUSB @I1855@ +1 CHIL @I1858@ +1 CHIL @I1854@ +<< +[0182] FAM rkey: F979 offs: 0x00002cd3 lens: 0x0000002b +0x00003cd3-0x00003cfd: +>>0 @F979@ FAM +1 HUSB @I1857@ +1 CHIL @I1856@ +<< +[0183] FAM rkey: F980 offs: 0x00002cfe lens: 0x0000002b +0x00003cfe-0x00003d28: +>>0 @F980@ FAM +1 HUSB @I1861@ +1 WIFE @I1862@ +<< +[0184] FAM rkey: F981 offs: 0x00002d29 lens: 0x0000002b +0x00003d29-0x00003d53: +>>0 @F981@ FAM +1 HUSB @I1863@ +1 CHIL @I1862@ +<< +[0185] FAM rkey: F982 offs: 0x00002d54 lens: 0x0000002b +0x00003d54-0x00003d7e: +>>0 @F982@ FAM +1 HUSB @I1865@ +1 CHIL @I1864@ +<< +[0186] FAM rkey: F983 offs: 0x00002d7f lens: 0x000000a7 +0x00003d7f-0x00003e25: +>>0 @F983@ FAM +1 HUSB @I2452@ +1 WIFE @I2453@ +1 MARR +2 DATE 1115 +1 CHIL @I2469@ +1 CHIL @I1869@ +1 CHIL @I2470@ +1 CHIL @I2471@ +1 CHIL @I2472@ +1 CHIL @I2473@ +1 CHIL @I2474@ +<< +[0187] FAM rkey: F984 offs: 0x00002e26 lens: 0x0000003e +0x00003e26-0x00003e63: +>>0 @F984@ FAM +1 HUSB @I1869@ +1 WIFE @I2475@ +1 MARR +2 DATE 1154 +<< +[0188] FAM rkey: F985 offs: 0x00002e64 lens: 0x0000004d +0x00003e64-0x00003eb0: +>>0 @F985@ FAM +1 HUSB @I1869@ +1 WIFE @I2476@ +1 MARR +2 DATE 1160 +1 CHIL @I2451@ +<< +[0189] FAM rkey: F986 offs: 0x00002eb1 lens: 0x0000003a +0x00003eb1-0x00003eea: +>>0 @F986@ FAM +1 HUSB @I2231@ +1 WIFE @I2232@ +1 CHIL @I1886@ +<< +[0190] FAM rkey: F987 offs: 0x00002eeb lens: 0x0000002b +0x00003eeb-0x00003f15: +>>0 @F987@ FAM +1 HUSB @I1887@ +1 WIFE @I1889@ +<< +[0191] FAM rkey: F988 offs: 0x00002f16 lens: 0x0000002b +0x00003f16-0x00003f40: +>>0 @F988@ FAM +1 HUSB @I1890@ +1 CHIL @I1889@ +<< +[0192] FAM rkey: F989 offs: 0x00002f41 lens: 0x00000046 +0x00003f41-0x00003f86: +>>0 @F989@ FAM +1 HUSB @I2452@ +1 WIFE @I1892@ +1 DIV Y +1 MARR +2 DATE 1104 +<< +[0193] FAM rkey: F990 offs: 0x00002f87 lens: 0x0000002b +0x00003f87-0x00003fb1: +>>0 @F990@ FAM +1 HUSB @I1897@ +1 CHIL @I1896@ +<< +[0194] FAM rkey: F991 offs: 0x00002fb2 lens: 0x0000002b +0x00003fb2-0x00003fdc: +>>0 @F991@ FAM +1 HUSB @I1905@ +1 CHIL @I1904@ +<< +[0195] FAM rkey: F992 offs: 0x00002fdd lens: 0x0000002b +0x00003fdd-0x00004007: +>>0 @F992@ FAM +1 HUSB @I1906@ +1 CHIL @I1905@ +<< +[0196] FAM rkey: F993 offs: 0x00003008 lens: 0x0000002b +0x00004008-0x00004032: +>>0 @F993@ FAM +1 HUSB @I1907@ +1 CHIL @I1906@ +<< +[0197] FAM rkey: F994 offs: 0x00003033 lens: 0x0000003a +0x00004033-0x0000406c: +>>0 @F994@ FAM +1 HUSB @I1908@ +1 WIFE @I1909@ +1 CHIL @I1907@ +<< +[0198] FAM rkey: F995 offs: 0x0000306d lens: 0x0000003a +0x0000406d-0x000040a6: +>>0 @F995@ FAM +1 HUSB @I1910@ +1 WIFE @I1911@ +1 CHIL @I1908@ +<< +[0199] FAM rkey: F996 offs: 0x000030a7 lens: 0x0000003a +0x000040a7-0x000040e0: +>>0 @F996@ FAM +1 HUSB @I1919@ +1 WIFE @I2216@ +1 CHIL @I1909@ +<< +[0200] FAM rkey: F997 offs: 0x000030e1 lens: 0x00000067 +0x000040e1-0x00004147: +>>0 @F997@ FAM +1 HUSB @I1913@ +1 WIFE @I1956@ +1 CHIL @I1957@ +1 CHIL @I1958@ +1 CHIL @I1911@ +1 CHIL @I1959@ +<< +[0201] FAM rkey: F998 offs: 0x00003148 lens: 0x0000002b +0x00004148-0x00004172: +>>0 @F998@ FAM +1 HUSB @I1912@ +1 WIFE @I1911@ +<< +[0202] FAM rkey: F999 offs: 0x00003173 lens: 0x0000003a +0x00004173-0x000041ac: +>>0 @F999@ FAM +1 HUSB @I1920@ +1 WIFE @I1921@ +1 CHIL @I1912@ +<< +[0203] INDI rkey: I100 offs: 0x000031ad lens: 0x00000082 +0x000041ad-0x0000422e: +>>0 @I100@ INDI +1 NAME Louis of_Battenberg // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1854 +1 DEAT +2 DATE 1921 +1 FAMC @F23@ +1 FAMS @F34@ +<< +[0204] INDI rkey: I101 offs: 0x0000322f lens: 0x000000b3 +0x0000422f-0x000042e1: +>>0 @I101@ INDI +1 NAME Alice of_Battenberg // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE ABT 1969 +2 PLAC Buckingham,Palace,London,England +1 FAMC @F34@ +1 FAMS @F45@ +<< +[0205] INDI rkey: I102 offs: 0x000032e2 lens: 0x00000083 +0x000042e2-0x00004364: +>>0 @I102@ INDI +1 NAME George /Mountbatten/ +1 SEX M +1 TITL Marquess +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1938 +1 FAMC @F34@ +1 FAMS @F74@ +<< +[0206] INDI rkey: I103 offs: 0x00003365 lens: 0x000000e2 +0x00004365-0x00004446: +>>0 @I103@ INDI +1 NAME Louis of_Burma /Mountbatten/ +1 SEX M +1 TITL Earl Mountbatten +1 BIRT +2 DATE 1900 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 27 AUG 1979 +2 PLAC Donegal Bay,County Sligo,Ireland +1 FAMC @F34@ +1 FAMS @F75@ +<< +[0207] INDI rkey: I104 offs: 0x00003447 lens: 0x0000007f +0x00004447-0x000044c5: +>>0 @I104@ INDI +1 NAME Andrew of_Greece // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1944 +1 FAMC @F76@ +1 FAMS @F45@ +<< +[0208] INDI rkey: I105 offs: 0x000034c6 lens: 0x00000076 +0x000044c6-0x0000453b: +>>0 @I105@ INDI +1 NAME Alexander /Duff/ +1 SEX M +1 TITL Duke of Fife +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1912 +1 FAMS @F15@ +<< +[0209] INDI rkey: I106 offs: 0x0000353c lens: 0x00000076 +0x0000453c-0x000045b1: +>>0 @I106@ INDI +1 NAME Alexandra /Windsor/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 25 DEC 1936 +1 FAMC @F31@ +1 FAMS @F77@ +<< +[0210] INDI rkey: I107 offs: 0x000035b2 lens: 0x00000089 +0x000045b2-0x0000463a: +>>0 @I107@ INDI +1 NAME Michael /Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 4 JUL 1942 +2 PLAC Coppins,,England +1 FAMC @F31@ +1 FAMS @F78@ +<< +[0211] INDI rkey: I108 offs: 0x0000363b lens: 0x00000059 +0x0000463b-0x00004693: +>>0 @I108@ INDI +1 NAME Angus /Ogilvy/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1928 +1 FAMS @F77@ +<< +[0212] INDI rkey: I109 offs: 0x00003694 lens: 0x00000091 +0x00004694-0x00004724: +>>0 @I109@ INDI +1 NAME James Robert Bruce/Ogilvy/ +1 SEX M +1 BIRT +2 DATE 29 FEB 1964 +2 PLAC Thatched House,Lodge,,England +1 FAMC @F77@ +1 FAMS @F79@ +<< +[0213] INDI rkey: I110 offs: 0x00003725 lens: 0x000000a5 +0x00004725-0x000047c9: +>>0 @I110@ INDI +1 NAME Marina Victoria Alexandra/Ogilvy/ +1 SEX F +1 BIRT +2 DATE 31 JUL 1966 +2 PLAC Thatched House,Lodge,Richmond Park,England +1 FAMC @F77@ +1 FAMS @F80@ +<< +[0214] INDI rkey: I111 offs: 0x000037ca lens: 0x00000076 +0x000047ca-0x0000483f: +>>0 @I111@ INDI +1 NAME Katharine /Worsley/ +1 SEX F +1 TITL Duchess of Kent +1 BIRT +2 DATE 1933 +1 FAMC @F81@ +1 FAMS @F52@ +<< +[0215] INDI rkey: I112 offs: 0x00003840 lens: 0x000000c8 +0x00004840-0x00004907: +>>0 @I112@ INDI +1 NAME George Philip of_St._Andrews/Windsor/ +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 26 JUN 1962 +1 CHR +2 DATE 14 SEP 1962 +2 PLAC Buckingham,Palace,Music Room,England +1 FAMC @F52@ +1 FAMS @F82@ +<< +[0216] INDI rkey: I113 offs: 0x00003908 lens: 0x000000bb +0x00004908-0x000049c2: +>>0 @I113@ INDI +1 NAME Helen Marina Lucy/Windsor/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 28 APR 1964 +1 CHR +2 DATE 12 MAY 1964 +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMC @F52@ +<< +[0217] INDI rkey: I114 offs: 0x000039c3 lens: 0x000000d9 +0x000049c3-0x00004a9b: +>>0 @I114@ INDI +1 NAME Nicholas Charles Edward/Windsor/ +1 SEX M +1 TITL Lord +1 BIRT +2 DATE 25 JUL 1970 +2 PLAC Kings College,Hospital,Denmark Hill +1 CHR +2 PLAC Private Chapel,Windsor Castle,Berkshire,England +1 FAMC @F52@ +<< +[0218] INDI rkey: I115 offs: 0x00003a9c lens: 0x000000e7 +0x00004a9c-0x00004b82: +>>0 @I115@ INDI +1 NAME William Arthur Philip/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 21 JUN 1982 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 4 AUG 1982 +2 PLAC Music Room,Buckingham,Palace,England +1 FAMC @F46@ +<< +[0219] INDI rkey: I116 offs: 0x00003b83 lens: 0x000000a2 +0x00004b83-0x00004c24: +>>0 @I116@ INDI +1 NAME Henry Charles Albert/Windsor/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 15 SEP 1984 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 FAMC @F46@ +<< +[0220] INDI rkey: I117 offs: 0x00003c25 lens: 0x0000007d +0x00004c25-0x00004ca1: +>>0 @I117@ INDI +1 NAME (Frederick) Christian Charles// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1917 +1 FAMS @F8@ +<< +[0221] INDI rkey: I118 offs: 0x00003ca2 lens: 0x0000007c +0x00004ca2-0x00004d1d: +>>0 @I118@ INDI +1 NAME Marie Louise // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1956 +1 FAMC @F8@ +1 FAMS @F83@ +<< +[0222] INDI rkey: I119 offs: 0x00003d1e lens: 0x00000065 +0x00004d1e-0x00004d82: +>>0 @I119@ INDI +1 NAME Aribert of_Anhalt // +1 SEX M +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1933 +1 FAMS @F83@ +<< +[0223] INDI rkey: I120 offs: 0x00003d83 lens: 0x000000ed +0x00004d83-0x00004e6f: +>>0 @I120@ INDI +1 NAME Louise Margaret of_Prussia// +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 25 JUN 1860 +2 PLAC Potsdam +1 DEAT +2 DATE 14 MAR 1917 +2 PLAC Clarence House,London,,England +1 BURI +2 PLAC Frogmore,,,England +1 FAMC @F84@ +1 FAMS @F10@ +<< +[0224] INDI rkey: I121 offs: 0x00003e70 lens: 0x000000c2 +0x00004e70-0x00004f31: +>>0 @I121@ INDI +1 NAME Margaret of_Sweden // +1 SEX F +1 TITL Crown Princess +1 BIRT +2 DATE 15 JAN 1882 +2 PLAC Bagshot Park +1 DEAT +2 DATE 1 MAY 1920 +2 PLAC Stockholm,Sweden +1 FAMC @F10@ +1 FAMS @F85@ +<< + +0x00004f32: EOF (0x00004f32) GOOD + +BLOCK - DIRECTORY ab/ab +0x00000000:ix_self: 0x00010001 (ab/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I122' +0x00000016:ix_rkey[0001]: ' I123' +0x0000001e:ix_rkey[0002]: ' I124' +0x00000026:ix_rkey[0003]: ' I125' +0x0000002e:ix_rkey[0004]: ' I126' +0x00000036:ix_rkey[0005]: ' I127' +0x0000003e:ix_rkey[0006]: ' I128' +0x00000046:ix_rkey[0007]: ' I129' +0x0000004e:ix_rkey[0008]: ' I130' +0x00000056:ix_rkey[0009]: ' I131' +0x0000005e:ix_rkey[0010]: ' I132' +0x00000066:ix_rkey[0011]: ' I133' +0x0000006e:ix_rkey[0012]: ' I134' +0x00000076:ix_rkey[0013]: ' I135' +0x0000007e:ix_rkey[0014]: ' I136' +0x00000086:ix_rkey[0015]: ' I137' +0x0000008e:ix_rkey[0016]: ' I138' +0x00000096:ix_rkey[0017]: ' I139' +0x0000009e:ix_rkey[0018]: ' I140' +0x000000a6:ix_rkey[0019]: ' I141' +0x000000ae:ix_rkey[0020]: ' I142' +0x000000b6:ix_rkey[0021]: ' I143' +0x000000be:ix_rkey[0022]: ' I144' +0x000000c6:ix_rkey[0023]: ' I145' +0x000000ce:ix_rkey[0024]: ' I146' +0x000000d6:ix_rkey[0025]: ' I147' +0x000000de:ix_rkey[0026]: ' I148' +0x000000e6:ix_rkey[0027]: ' I149' +0x000000ee:ix_rkey[0028]: ' I150' +0x000000f6:ix_rkey[0029]: ' I151' +0x000000fe:ix_rkey[0030]: ' I152' +0x00000106:ix_rkey[0031]: ' I153' +0x0000010e:ix_rkey[0032]: ' I154' +0x00000116:ix_rkey[0033]: ' I155' +0x0000011e:ix_rkey[0034]: ' I156' +0x00000126:ix_rkey[0035]: ' I157' +0x0000012e:ix_rkey[0036]: ' I158' +0x00000136:ix_rkey[0037]: ' I159' +0x0000013e:ix_rkey[0038]: ' I160' +0x00000146:ix_rkey[0039]: ' I161' +0x0000014e:ix_rkey[0040]: ' I162' +0x00000156:ix_rkey[0041]: ' I163' +0x0000015e:ix_rkey[0042]: ' I164' +0x00000166:ix_rkey[0043]: ' I165' +0x0000016e:ix_rkey[0044]: ' I166' +0x00000176:ix_rkey[0045]: ' I167' +0x0000017e:ix_rkey[0046]: ' I168' +0x00000186:ix_rkey[0047]: ' I169' +0x0000018e:ix_rkey[0048]: ' I170' +0x00000196:ix_rkey[0049]: ' I171' +0x0000019e:ix_rkey[0050]: ' I172' +0x000001a6:ix_rkey[0051]: ' I173' +0x000001ae:ix_rkey[0052]: ' I174' +0x000001b6:ix_rkey[0053]: ' I175' +0x000001be:ix_rkey[0054]: ' I176' +0x000001c6:ix_rkey[0055]: ' I177' +0x000001ce:ix_rkey[0056]: ' I178' +0x000001d6:ix_rkey[0057]: ' I179' +0x000001de:ix_rkey[0058]: ' I180' +0x000001e6:ix_rkey[0059]: ' I181' +0x000001ee:ix_rkey[0060]: ' I182' +0x000001f6:ix_rkey[0061]: ' I183' +0x000001fe:ix_rkey[0062]: ' I184' +0x00000206:ix_rkey[0063]: ' I185' +0x0000020e:ix_rkey[0064]: ' I186' +0x00000216:ix_rkey[0065]: ' I187' +0x0000021e:ix_rkey[0066]: ' I188' +0x00000226:ix_rkey[0067]: ' I189' +0x0000022e:ix_rkey[0068]: ' I190' +0x00000236:ix_rkey[0069]: ' I191' +0x0000023e:ix_rkey[0070]: ' I192' +0x00000246:ix_rkey[0071]: ' I193' +0x0000024e:ix_rkey[0072]: ' I194' +0x00000256:ix_rkey[0073]: ' I195' +0x0000025e:ix_rkey[0074]: ' I196' +0x00000266:ix_rkey[0075]: ' I197' +0x0000026e:ix_rkey[0076]: ' I198' +0x00000276:ix_rkey[0077]: ' I199' +0x0000027e:ix_rkey[0078]: ' I200' +0x00000286:ix_rkey[0079]: ' I201' +0x0000028e:ix_rkey[0080]: ' I202' +0x00000296:ix_rkey[0081]: ' I203' +0x0000029e:ix_rkey[0082]: ' I204' +0x000002a6:ix_rkey[0083]: ' I205' +0x000002ae:ix_rkey[0084]: ' I206' +0x000002b6:ix_rkey[0085]: ' I207' +0x000002be:ix_rkey[0086]: ' I208' +0x000002c6:ix_rkey[0087]: ' I209' +0x000002ce:ix_rkey[0088]: ' I210' +0x000002d6:ix_rkey[0089]: ' I211' +0x000002de:ix_rkey[0090]: ' I212' +0x000002e6:ix_rkey[0091]: ' I213' +0x000002ee:ix_rkey[0092]: ' I214' +0x000002f6:ix_rkey[0093]: ' I215' +0x000002fe:ix_rkey[0094]: ' I216' +0x00000306:ix_rkey[0095]: ' I217' +0x0000030e:ix_rkey[0096]: ' I218' +0x00000316:ix_rkey[0097]: ' I219' +0x0000031e:ix_rkey[0098]: ' I220' +0x00000326:ix_rkey[0099]: ' I221' +0x0000032e:ix_rkey[0100]: ' I222' +0x00000336:ix_rkey[0101]: ' I223' +0x0000033e:ix_rkey[0102]: ' I224' +0x00000346:ix_rkey[0103]: ' I225' +0x0000034e:ix_rkey[0104]: ' I226' +0x00000356:ix_rkey[0105]: ' I227' +0x0000035e:ix_rkey[0106]: ' I228' +0x00000366:ix_rkey[0107]: ' I229' +0x0000036e:ix_rkey[0108]: ' I230' +0x00000376:ix_rkey[0109]: ' I231' +0x0000037e:ix_rkey[0110]: ' I232' +0x00000386:ix_rkey[0111]: ' I233' +0x0000038e:ix_rkey[0112]: ' I234' +0x00000396:ix_rkey[0113]: ' I235' +0x0000039e:ix_rkey[0114]: ' I236' +0x000003a6:ix_rkey[0115]: ' I237' +0x000003ae:ix_rkey[0116]: ' I238' +0x000003b6:ix_rkey[0117]: ' I239' +0x000003be:ix_rkey[0118]: ' I240' +0x000003c6:ix_rkey[0119]: ' I241' +0x000003ce:ix_rkey[0120]: ' I242' +0x000003d6:ix_rkey[0121]: ' I243' +0x000003de:ix_rkey[0122]: ' I244' +0x000003e6:ix_rkey[0123]: ' I245' +0x000003ee:ix_rkey[0124]: ' I246' +0x000003f6:ix_rkey[0125]: ' I247' +0x000003fe:ix_rkey[0126]: ' I248' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000080 +0x0000080c:ix_offs[0001]: 0x00000080 0x00000c08:ix_lens[0001]: 0x0000007d +0x00000810:ix_offs[0002]: 0x000000fd 0x00000c0c:ix_lens[0002]: 0x000000fa +0x00000814:ix_offs[0003]: 0x000001f7 0x00000c10:ix_lens[0003]: 0x000000bf +0x00000818:ix_offs[0004]: 0x000002b6 0x00000c14:ix_lens[0004]: 0x00000084 +0x0000081c:ix_offs[0005]: 0x0000033a 0x00000c18:ix_lens[0005]: 0x000000dc +0x00000820:ix_offs[0006]: 0x00000416 0x00000c1c:ix_lens[0006]: 0x0000002f +0x00000824:ix_offs[0007]: 0x00000445 0x00000c20:ix_lens[0007]: 0x0000007b +0x00000828:ix_offs[0008]: 0x000004c0 0x00000c24:ix_lens[0008]: 0x00000145 +0x0000082c:ix_offs[0009]: 0x00000605 0x00000c28:ix_lens[0009]: 0x000000d9 +0x00000830:ix_offs[0010]: 0x000006de 0x00000c2c:ix_lens[0010]: 0x00000089 +0x00000834:ix_offs[0011]: 0x00000767 0x00000c30:ix_lens[0011]: 0x000000e7 +0x00000838:ix_offs[0012]: 0x0000084e 0x00000c34:ix_lens[0012]: 0x00000088 +0x0000083c:ix_offs[0013]: 0x000008d6 0x00000c38:ix_lens[0013]: 0x00000071 +0x00000840:ix_offs[0014]: 0x00000947 0x00000c3c:ix_lens[0014]: 0x00000078 +0x00000844:ix_offs[0015]: 0x000009bf 0x00000c40:ix_lens[0015]: 0x0000007e +0x00000848:ix_offs[0016]: 0x00000a3d 0x00000c44:ix_lens[0016]: 0x000000ce +0x0000084c:ix_offs[0017]: 0x00000b0b 0x00000c48:ix_lens[0017]: 0x000000a2 +0x00000850:ix_offs[0018]: 0x00000bad 0x00000c4c:ix_lens[0018]: 0x00000097 +0x00000854:ix_offs[0019]: 0x00000c44 0x00000c50:ix_lens[0019]: 0x000000e6 +0x00000858:ix_offs[0020]: 0x00000d2a 0x00000c54:ix_lens[0020]: 0x0000006a +0x0000085c:ix_offs[0021]: 0x00000d94 0x00000c58:ix_lens[0021]: 0x0000007e +0x00000860:ix_offs[0022]: 0x00000e12 0x00000c5c:ix_lens[0022]: 0x00000107 +0x00000864:ix_offs[0023]: 0x00000f19 0x00000c60:ix_lens[0023]: 0x00000090 +0x00000868:ix_offs[0024]: 0x00000fa9 0x00000c64:ix_lens[0024]: 0x00000094 +0x0000086c:ix_offs[0025]: 0x0000103d 0x00000c68:ix_lens[0025]: 0x00000077 +0x00000870:ix_offs[0026]: 0x000010b4 0x00000c6c:ix_lens[0026]: 0x00000076 +0x00000874:ix_offs[0027]: 0x0000112a 0x00000c70:ix_lens[0027]: 0x00000084 +0x00000878:ix_offs[0028]: 0x000011ae 0x00000c74:ix_lens[0028]: 0x00000074 +0x0000087c:ix_offs[0029]: 0x00001222 0x00000c78:ix_lens[0029]: 0x00000091 +0x00000880:ix_offs[0030]: 0x000012b3 0x00000c7c:ix_lens[0030]: 0x000000c9 +0x00000884:ix_offs[0031]: 0x0000137c 0x00000c80:ix_lens[0031]: 0x000000d7 +0x00000888:ix_offs[0032]: 0x00001453 0x00000c84:ix_lens[0032]: 0x000000a1 +0x0000088c:ix_offs[0033]: 0x000014f4 0x00000c88:ix_lens[0033]: 0x000000b4 +0x00000890:ix_offs[0034]: 0x000015a8 0x00000c8c:ix_lens[0034]: 0x00000114 +0x00000894:ix_offs[0035]: 0x000016bc 0x00000c90:ix_lens[0035]: 0x00000086 +0x00000898:ix_offs[0036]: 0x00001742 0x00000c94:ix_lens[0036]: 0x0000008f +0x0000089c:ix_offs[0037]: 0x000017d1 0x00000c98:ix_lens[0037]: 0x00000082 +0x000008a0:ix_offs[0038]: 0x00001853 0x00000c9c:ix_lens[0038]: 0x00000098 +0x000008a4:ix_offs[0039]: 0x000018eb 0x00000ca0:ix_lens[0039]: 0x0000007d +0x000008a8:ix_offs[0040]: 0x00001968 0x00000ca4:ix_lens[0040]: 0x000000b3 +0x000008ac:ix_offs[0041]: 0x00001a1b 0x00000ca8:ix_lens[0041]: 0x00000085 +0x000008b0:ix_offs[0042]: 0x00001aa0 0x00000cac:ix_lens[0042]: 0x0000009f +0x000008b4:ix_offs[0043]: 0x00001b3f 0x00000cb0:ix_lens[0043]: 0x00000073 +0x000008b8:ix_offs[0044]: 0x00001bb2 0x00000cb4:ix_lens[0044]: 0x00000056 +0x000008bc:ix_offs[0045]: 0x00001c08 0x00000cb8:ix_lens[0045]: 0x00000051 +0x000008c0:ix_offs[0046]: 0x00001c59 0x00000cbc:ix_lens[0046]: 0x000000b3 +0x000008c4:ix_offs[0047]: 0x00001d0c 0x00000cc0:ix_lens[0047]: 0x0000007e +0x000008c8:ix_offs[0048]: 0x00001d8a 0x00000cc4:ix_lens[0048]: 0x0000006e +0x000008cc:ix_offs[0049]: 0x00001df8 0x00000cc8:ix_lens[0049]: 0x00000044 +0x000008d0:ix_offs[0050]: 0x00001e3c 0x00000ccc:ix_lens[0050]: 0x0000003c +0x000008d4:ix_offs[0051]: 0x00001e78 0x00000cd0:ix_lens[0051]: 0x0000006d +0x000008d8:ix_offs[0052]: 0x00001ee5 0x00000cd4:ix_lens[0052]: 0x00000078 +0x000008dc:ix_offs[0053]: 0x00001f5d 0x00000cd8:ix_lens[0053]: 0x00000074 +0x000008e0:ix_offs[0054]: 0x00001fd1 0x00000cdc:ix_lens[0054]: 0x00000078 +0x000008e4:ix_offs[0055]: 0x00002049 0x00000ce0:ix_lens[0055]: 0x0000006f +0x000008e8:ix_offs[0056]: 0x000020b8 0x00000ce4:ix_lens[0056]: 0x00000073 +0x000008ec:ix_offs[0057]: 0x0000212b 0x00000ce8:ix_lens[0057]: 0x00000071 +0x000008f0:ix_offs[0058]: 0x0000219c 0x00000cec:ix_lens[0058]: 0x0000007a +0x000008f4:ix_offs[0059]: 0x00002216 0x00000cf0:ix_lens[0059]: 0x00000093 +0x000008f8:ix_offs[0060]: 0x000022a9 0x00000cf4:ix_lens[0060]: 0x00000084 +0x000008fc:ix_offs[0061]: 0x0000232d 0x00000cf8:ix_lens[0061]: 0x00000074 +0x00000900:ix_offs[0062]: 0x000023a1 0x00000cfc:ix_lens[0062]: 0x00000074 +0x00000904:ix_offs[0063]: 0x00002415 0x00000d00:ix_lens[0063]: 0x0000003d +0x00000908:ix_offs[0064]: 0x00002452 0x00000d04:ix_lens[0064]: 0x0000006c +0x0000090c:ix_offs[0065]: 0x000024be 0x00000d08:ix_lens[0065]: 0x0000005e +0x00000910:ix_offs[0066]: 0x0000251c 0x00000d0c:ix_lens[0066]: 0x00000074 +0x00000914:ix_offs[0067]: 0x00002590 0x00000d10:ix_lens[0067]: 0x00000063 +0x00000918:ix_offs[0068]: 0x000025f3 0x00000d14:ix_lens[0068]: 0x00000044 +0x0000091c:ix_offs[0069]: 0x00002637 0x00000d18:ix_lens[0069]: 0x0000006b +0x00000920:ix_offs[0070]: 0x000026a2 0x00000d1c:ix_lens[0070]: 0x00000077 +0x00000924:ix_offs[0071]: 0x00002719 0x00000d20:ix_lens[0071]: 0x00000084 +0x00000928:ix_offs[0072]: 0x0000279d 0x00000d24:ix_lens[0072]: 0x0000007c +0x0000092c:ix_offs[0073]: 0x00002819 0x00000d28:ix_lens[0073]: 0x00000069 +0x00000930:ix_offs[0074]: 0x00002882 0x00000d2c:ix_lens[0074]: 0x00000064 +0x00000934:ix_offs[0075]: 0x000028e6 0x00000d30:ix_lens[0075]: 0x00000059 +0x00000938:ix_offs[0076]: 0x0000293f 0x00000d34:ix_lens[0076]: 0x00000047 +0x0000093c:ix_offs[0077]: 0x00002986 0x00000d38:ix_lens[0077]: 0x00000057 +0x00000940:ix_offs[0078]: 0x000029dd 0x00000d3c:ix_lens[0078]: 0x00000041 +0x00000944:ix_offs[0079]: 0x00002a1e 0x00000d40:ix_lens[0079]: 0x00000076 +0x00000948:ix_offs[0080]: 0x00002a94 0x00000d44:ix_lens[0080]: 0x000000ed +0x0000094c:ix_offs[0081]: 0x00002b81 0x00000d48:ix_lens[0081]: 0x0000012e +0x00000950:ix_offs[0082]: 0x00002caf 0x00000d4c:ix_lens[0082]: 0x000000ed +0x00000954:ix_offs[0083]: 0x00002d9c 0x00000d50:ix_lens[0083]: 0x0000006d +0x00000958:ix_offs[0084]: 0x00002e09 0x00000d54:ix_lens[0084]: 0x0000005a +0x0000095c:ix_offs[0085]: 0x00002e63 0x00000d58:ix_lens[0085]: 0x0000008b +0x00000960:ix_offs[0086]: 0x00002eee 0x00000d5c:ix_lens[0086]: 0x00000079 +0x00000964:ix_offs[0087]: 0x00002f67 0x00000d60:ix_lens[0087]: 0x000000ae +0x00000968:ix_offs[0088]: 0x00003015 0x00000d64:ix_lens[0088]: 0x000000b3 +0x0000096c:ix_offs[0089]: 0x000030c8 0x00000d68:ix_lens[0089]: 0x00000083 +0x00000970:ix_offs[0090]: 0x0000314b 0x00000d6c:ix_lens[0090]: 0x000000f4 +0x00000974:ix_offs[0091]: 0x0000323f 0x00000d70:ix_lens[0091]: 0x000000c1 +0x00000978:ix_offs[0092]: 0x00003300 0x00000d74:ix_lens[0092]: 0x000000c6 +0x0000097c:ix_offs[0093]: 0x000033c6 0x00000d78:ix_lens[0093]: 0x000000a8 +0x00000980:ix_offs[0094]: 0x0000346e 0x00000d7c:ix_lens[0094]: 0x0000009b +0x00000984:ix_offs[0095]: 0x00003509 0x00000d80:ix_lens[0095]: 0x000000d0 +0x00000988:ix_offs[0096]: 0x000035d9 0x00000d84:ix_lens[0096]: 0x000000ca +0x0000098c:ix_offs[0097]: 0x000036a3 0x00000d88:ix_lens[0097]: 0x000000fd +0x00000990:ix_offs[0098]: 0x000037a0 0x00000d8c:ix_lens[0098]: 0x00000094 +0x00000994:ix_offs[0099]: 0x00003834 0x00000d90:ix_lens[0099]: 0x000000b2 +0x00000998:ix_offs[0100]: 0x000038e6 0x00000d94:ix_lens[0100]: 0x00000092 +0x0000099c:ix_offs[0101]: 0x00003978 0x00000d98:ix_lens[0101]: 0x00000092 +0x000009a0:ix_offs[0102]: 0x00003a0a 0x00000d9c:ix_lens[0102]: 0x00000068 +0x000009a4:ix_offs[0103]: 0x00003a72 0x00000da0:ix_lens[0103]: 0x000000d4 +0x000009a8:ix_offs[0104]: 0x00003b46 0x00000da4:ix_lens[0104]: 0x000000b5 +0x000009ac:ix_offs[0105]: 0x00003bfb 0x00000da8:ix_lens[0105]: 0x000000eb +0x000009b0:ix_offs[0106]: 0x00003ce6 0x00000dac:ix_lens[0106]: 0x000000bc +0x000009b4:ix_offs[0107]: 0x00003da2 0x00000db0:ix_lens[0107]: 0x00000081 +0x000009b8:ix_offs[0108]: 0x00003e23 0x00000db4:ix_lens[0108]: 0x00000049 +0x000009bc:ix_offs[0109]: 0x00003e6c 0x00000db8:ix_lens[0109]: 0x00000036 +0x000009c0:ix_offs[0110]: 0x00003ea2 0x00000dbc:ix_lens[0110]: 0x000000f1 +0x000009c4:ix_offs[0111]: 0x00003f93 0x00000dc0:ix_lens[0111]: 0x000000bf +0x000009c8:ix_offs[0112]: 0x00004052 0x00000dc4:ix_lens[0112]: 0x000000d0 +0x000009cc:ix_offs[0113]: 0x00004122 0x00000dc8:ix_lens[0113]: 0x00000050 +0x000009d0:ix_offs[0114]: 0x00004172 0x00000dcc:ix_lens[0114]: 0x00000036 +0x000009d4:ix_offs[0115]: 0x000041a8 0x00000dd0:ix_lens[0115]: 0x00000036 +0x000009d8:ix_offs[0116]: 0x000041de 0x00000dd4:ix_lens[0116]: 0x000000cd +0x000009dc:ix_offs[0117]: 0x000042ab 0x00000dd8:ix_lens[0117]: 0x000000d0 +0x000009e0:ix_offs[0118]: 0x0000437b 0x00000ddc:ix_lens[0118]: 0x00000068 +0x000009e4:ix_offs[0119]: 0x000043e3 0x00000de0:ix_lens[0119]: 0x00000067 +0x000009e8:ix_offs[0120]: 0x0000444a 0x00000de4:ix_lens[0120]: 0x00000075 +0x000009ec:ix_offs[0121]: 0x000044bf 0x00000de8:ix_lens[0121]: 0x00000090 +0x000009f0:ix_offs[0122]: 0x0000454f 0x00000dec:ix_lens[0122]: 0x0000008d +0x000009f4:ix_offs[0123]: 0x000045dc 0x00000df0:ix_lens[0123]: 0x000000c6 +0x000009f8:ix_offs[0124]: 0x000046a2 0x00000df4:ix_lens[0124]: 0x0000005c +0x000009fc:ix_offs[0125]: 0x000046fe 0x00000df8:ix_lens[0125]: 0x00000097 +0x00000a00:ix_offs[0126]: 0x00004795 0x00000dfc:ix_lens[0126]: 0x000000ef + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I122 offs: 0x00000000 lens: 0x00000080 +0x00001000-0x0000107f: +>>0 @I122@ INDI +1 NAME Arthur of_Connaught // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1938 +1 FAMC @F10@ +1 FAMS @F86@ +<< +[0001] INDI rkey: I123 offs: 0x00000080 lens: 0x0000007d +0x00001080-0x000010fc: +>>0 @I123@ INDI +1 NAME Patricia // +1 SEX F +1 TITL Lady Ramsay +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1974 +1 FAMC @F10@ +1 FAMS @F87@ +<< +[0002] INDI rkey: I124 offs: 0x000000fd lens: 0x000000fa +0x000010fd-0x000011f6: +>>0 @I124@ INDI +1 NAME Gustav_VI Adolf // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 11 NOV 1882 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 15 SEP 1973 +2 PLAC Helsingborg +1 BURI +2 PLAC Royal Cemetery,Haga Castle Park +1 FAMC @F88@ +1 FAMS @F85@ +1 FAMS @F89@ +<< +[0003] INDI rkey: I125 offs: 0x000001f7 lens: 0x000000bf +0x000011f7-0x000012b5: +>>0 @I125@ INDI +1 NAME Alexandra // +1 SEX F +1 TITL Duchess of Fife +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 26 FEB 1959 +1 BURI +2 PLAC Mar Lodge,Braemar,Aberdeenshire,England +1 FAMC @F15@ +1 FAMS @F86@ +<< +[0004] INDI rkey: I126 offs: 0x000002b6 lens: 0x00000084 +0x000012b6-0x00001339: +>>0 @I126@ INDI +1 NAME Alexander /Ramsay/ +1 SEX M +1 TITL Admiral Sir +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1972 +1 FAMC @F90@ +1 FAMS @F87@ +<< +[0005] INDI rkey: I127 offs: 0x0000033a lens: 0x000000dc +0x0000133a-0x00001415: +>>0 @I127@ INDI +1 NAME Isabella of_France // +1 SEX F +1 BIRT +2 DATE 1292 +2 PLAC Paris +1 DEAT +2 DATE 22 AUG 1358 +2 PLAC Castle Rising,Norfolk,England +1 BURI +2 PLAC Grey Friars,Church,London,England +1 FAMC @F91@ +1 FAMS @F92@ +<< +[0006] INDI rkey: I128 offs: 0x00000416 lens: 0x0000002f +0x00001416-0x00001444: +>>0 @I128@ INDI +1 NAME Issue_Unknown // +1 SEX M +<< +[0007] INDI rkey: I129 offs: 0x00000445 lens: 0x0000007b +0x00001445-0x000014bf: +>>0 @I129@ INDI +1 NAME Charles Edward // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1954 +1 FAMC @F11@ +1 FAMS @F93@ +<< +[0008] INDI rkey: I130 offs: 0x000004c0 lens: 0x00000145 +0x000014c0-0x00001604: +>>0 @I130@ INDI +1 NAME George_III /Hanover/ +1 REFN 4 +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 4 JUN 1738 +2 PLAC Norfolk-House,St. James Square,London,England +1 DEAT +2 DATE 29 JAN 1820 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC St. George Chap.,Windsor Castle,Berkshire,England +1 FAMC @F94@ +1 FAMS @F95@ +<< +[0009] INDI rkey: I131 offs: 0x00000605 lens: 0x000000d9 +0x00001605-0x000016dd: +>>0 @I131@ INDI +1 NAME (Sophia) Charlotte // +1 REFN 5 +1 SEX F +1 BIRT +2 DATE 19 MAY 1744 +2 PLAC Mirow +1 DEAT +2 DATE 17 NOV 1818 +2 PLAC Kew Palace +1 BURI +2 PLAC St. George Chap.,Windsor,,England +1 FAMC @F96@ +1 FAMS @F95@ +<< +[0010] INDI rkey: I132 offs: 0x000006de lens: 0x00000089 +0x000016de-0x00001766: +>>0 @I132@ INDI +1 NAME Adolphus of_Cambridge /Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1774 +1 DEAT +2 DATE 1850 +1 FAMC @F95@ +1 FAMS @F97@ +<< +[0011] INDI rkey: I133 offs: 0x00000767 lens: 0x000000e7 +0x00001767-0x0000184d: +>>0 @I133@ INDI +1 NAME Edward Augustus /Hanover/ +1 REFN 2 +1 SEX M +1 TITL Duke of Kent +1 BIRT +2 DATE 2 NOV 1767 +2 PLAC Buckingham House,,London,England +1 DEAT +2 DATE 23 JAN 1820 +2 PLAC Sidmouth,Devon,,England +1 FAMC @F95@ +1 FAMS @F1@ +<< +[0012] INDI rkey: I134 offs: 0x0000084e lens: 0x00000088 +0x0000184e-0x000018d5: +>>0 @I134@ INDI +1 NAME Augusta of_Hesse-Cassel // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1889 +1 FAMC @F98@ +1 FAMS @F97@ +<< +[0013] INDI rkey: I135 offs: 0x000008d6 lens: 0x00000071 +0x000018d6-0x00001946: +>>0 @I135@ INDI +1 NAME Augusta Caroline // +1 SEX F +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1916 +1 FAMC @F97@ +1 FAMS @F99@ +<< +[0014] INDI rkey: I136 offs: 0x00000947 lens: 0x00000078 +0x00001947-0x000019be: +>>0 @I136@ INDI +1 NAME Mary Adelaide "Fat_Mary"// +1 SEX F +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1897 +1 FAMC @F97@ +1 FAMS @F26@ +<< +[0015] INDI rkey: I137 offs: 0x000009bf lens: 0x0000007e +0x000019bf-0x00001a3c: +>>0 @I137@ INDI +1 NAME Francis // +1 SEX M +1 TITL Duke of Teck +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1900 +1 FAMC @F100@ +1 FAMS @F26@ +<< +[0016] INDI rkey: I138 offs: 0x00000a3d lens: 0x000000ce +0x00001a3d-0x00001b0a: +>>0 @I138@ INDI +1 NAME Victoria Mary Louisa// +1 REFN 3 +1 SEX F +1 BIRT +2 DATE 17 AUG 1786 +2 PLAC Coburg +1 DEAT +2 DATE 16 MAR 1861 +2 PLAC Frogmore House,Windsor,,England +1 FAMC @F101@ +1 FAMS @F102@ +1 FAMS @F1@ +<< +[0017] INDI rkey: I139 offs: 0x00000b0b lens: 0x000000a2 +0x00001b0b-0x00001bac: +>>0 @I139@ INDI +1 NAME Ernest_I of_Saxe-Coburg- Saalfeld// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 29 JAN 1844 +1 FAMC @F101@ +1 FAMS @F3@ +1 FAMS @F103@ +<< +[0018] INDI rkey: I140 offs: 0x00000bad lens: 0x00000097 +0x00001bad-0x00001c43: +>>0 @I140@ INDI +1 NAME Louise of_Saxe-Coburg- Altenburg// +1 SEX F +1 BIRT +2 DATE 1800 +2 PLAC Thuringia +1 DEAT +2 DATE 1831 +2 PLAC Paris,France +1 FAMS @F3@ +<< +[0019] INDI rkey: I141 offs: 0x00000c44 lens: 0x000000e6 +0x00001c44-0x00001d29: +>>0 @I141@ INDI +1 NAME George_IV /Hanover/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 12 AUG 1762 +2 PLAC ,,London,England +1 DEAT +2 DATE 26 JUN 1830 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F95@ +1 FAMS @F104@ +1 FAMS @F105@ +<< +[0020] INDI rkey: I142 offs: 0x00000d2a lens: 0x0000006a +0x00001d2a-0x00001d93: +>>0 @I142@ INDI +1 NAME Maria Anne /Fitzherbert/ +1 SEX F +1 BIRT +2 DATE 1756 +1 DEAT +2 DATE 1837 +1 FAMS @F104@ +<< +[0021] INDI rkey: I143 offs: 0x00000d94 lens: 0x0000007e +0x00001d94-0x00001e11: +>>0 @I143@ INDI +1 NAME Caroline Amelia of_Brunswick// +1 SEX F +1 BIRT +2 DATE 1768 +1 DEAT +2 DATE 1821 +1 FAMC @F106@ +1 FAMS @F105@ +<< +[0022] INDI rkey: I144 offs: 0x00000e12 lens: 0x00000107 +0x00001e12-0x00001f18: +>>0 @I144@ INDI +1 NAME Charlotte Augusta /Hanover/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 7 JAN 1796 +2 PLAC Carlton House +1 DEAT +2 DATE 6 NOV 1817 +2 PLAC Claremont House,Esher,Surrey,England +1 BURI +2 PLAC St George Chapel,Windsor,England +1 FAMC @F105@ +1 FAMS @F107@ +<< +[0023] INDI rkey: I145 offs: 0x00000f19 lens: 0x00000090 +0x00001f19-0x00001fa8: +>>0 @I145@ INDI +1 NAME Claude George /Bowes-Lyon/ +1 SEX M +1 TITL Earl of Strath. +1 BIRT +2 DATE 1855 +1 DEAT +2 DATE 1944 +1 FAMC @F108@ +1 FAMS @F41@ +<< +[0024] INDI rkey: I146 offs: 0x00000fa9 lens: 0x00000094 +0x00001fa9-0x0000203c: +>>0 @I146@ INDI +1 NAME Cecilia Nina /Cavendish-Bentin/ +1 SEX F +1 TITL Countess of S. +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1938 +1 FAMC @F109@ +1 FAMS @F41@ +<< +[0025] INDI rkey: I147 offs: 0x0000103d lens: 0x00000077 +0x0000203d-0x000020b3: +>>0 @I147@ INDI +1 NAME Margarita /Mountbatten/ +1 SEX F +1 BIRT +2 DATE 1905 +1 DEAT +2 DATE 1981 +1 FAMC @F45@ +1 FAMS @F110@ +<< +[0026] INDI rkey: I148 offs: 0x000010b4 lens: 0x00000076 +0x000020b4-0x00002129: +>>0 @I148@ INDI +1 NAME Theodora /Mountbatten/ +1 SEX F +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1960 +1 FAMC @F45@ +1 FAMS @F111@ +<< +[0027] INDI rkey: I149 offs: 0x0000112a lens: 0x00000084 +0x0000212a-0x000021ad: +>>0 @I149@ INDI +1 NAME Vladimir /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1909 +1 FAMC @F35@ +1 FAMS @F112@ +<< +[0028] INDI rkey: I150 offs: 0x000011ae lens: 0x00000074 +0x000021ae-0x00002221: +>>0 @I150@ INDI +1 NAME Alexis /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1908 +1 FAMC @F35@ +<< +[0029] INDI rkey: I151 offs: 0x00001222 lens: 0x00000091 +0x00002222-0x000022b2: +>>0 @I151@ INDI +1 NAME Serge Alexandrovich /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE FEB 1905 +1 FAMC @F35@ +1 FAMS @F66@ +<< +[0030] INDI rkey: I152 offs: 0x000012b3 lens: 0x000000c9 +0x000022b3-0x0000237b: +>>0 @I152@ INDI +1 NAME Paul Alexandrovich /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE JAN 1919 +2 PLAC Fortress of,Peter and Paul,,Russia +1 FAMC @F35@ +1 FAMS @F113@ +1 FAMS @F114@ +<< +[0031] INDI rkey: I153 offs: 0x0000137c lens: 0x000000d7 +0x0000237c-0x00002452: +>>0 @I153@ INDI +1 NAME George Alexandrovich /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE JUL 1899 +2 PLAC Abbas Tuman,Caucasus,Russia +1 BURI +2 PLAC Peter and Paul,Cathedral,,Russia +1 FAMC @F32@ +<< +[0032] INDI rkey: I154 offs: 0x00001453 lens: 0x000000a1 +0x00002453-0x000024f3: +>>0 @I154@ INDI +1 NAME Xenia /Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1875 +1 DEAT +2 DATE 20 APR 1960 +2 PLAC London,England +1 FAMC @F32@ +1 FAMS @F115@ +<< +[0033] INDI rkey: I155 offs: 0x000014f4 lens: 0x000000b4 +0x000024f4-0x000025a7: +>>0 @I155@ INDI +1 NAME Michael "Mischa" Alexandrovich/Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 10 JUL 1918 +2 PLAC Perm,,,Russia +1 FAMC @F32@ +1 FAMS @F116@ +<< +[0034] INDI rkey: I156 offs: 0x000015a8 lens: 0x00000114 +0x000025a8-0x000026bb: +>>0 @I156@ INDI +1 NAME Olga Alexandrovna /Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1 JUN 1882 +1 DEAT +2 DATE 24 NOV 1960 +2 PLAC East Toronto,Ontario,,Canada +1 BURI +2 DATE 30 NOV 1960 +2 PLAC York Cemetery,Toronto,Ontario,Canada +1 FAMC @F32@ +1 FAMS @F117@ +1 FAMS @F118@ +<< +[0035] INDI rkey: I157 offs: 0x000016bc lens: 0x00000086 +0x000026bc-0x00002741: +>>0 @I157@ INDI +1 NAME Marie /Pavlovna/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1854 +1 DEAT +2 DATE 1920 +1 FAMC @F119@ +1 FAMS @F112@ +<< +[0036] INDI rkey: I158 offs: 0x00001742 lens: 0x0000008f +0x00002742-0x000027d0: +>>0 @I158@ INDI +1 NAME Cyril Vladimirovitch /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1938 +1 FAMC @F112@ +1 FAMS @F71@ +<< +[0037] INDI rkey: I159 offs: 0x000017d1 lens: 0x00000082 +0x000027d1-0x00002852: +>>0 @I159@ INDI +1 NAME Boris /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1877 +1 DEAT +2 DATE 1943 +1 FAMC @F112@ +1 FAMS @F120@ +<< +[0038] INDI rkey: I160 offs: 0x00001853 lens: 0x00000098 +0x00002853-0x000028ea: +>>0 @I160@ INDI +1 NAME Andrei (Andrew) Vladimirovich/Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1956 +1 FAMC @F112@ +1 FAMS @F121@ +<< +[0039] INDI rkey: I161 offs: 0x000018eb lens: 0x0000007d +0x000028eb-0x00002967: +>>0 @I161@ INDI +1 NAME Mathilde (Maria) /Krzesinska/ +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1971 +1 FAMC @F122@ +1 FAMS @F121@ +<< +[0040] INDI rkey: I162 offs: 0x00001968 lens: 0x000000b3 +0x00002968-0x00002a1a: +>>0 @I162@ INDI +1 NAME Frederick William_III // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 1770 +2 PLAC Potsdam,Germany +1 DEAT +2 DATE 1840 +1 FAMC @F123@ +1 FAMS @F38@ +1 FAMS @F124@ +<< +[0041] INDI rkey: I163 offs: 0x00001a1b lens: 0x00000085 +0x00002a1b-0x00002a9f: +>>0 @I163@ INDI +1 NAME Alexandra of_Greece // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1891 +1 FAMC @F76@ +1 FAMS @F113@ +<< +[0042] INDI rkey: I164 offs: 0x00001aa0 lens: 0x0000009f +0x00002aa0-0x00002b3e: +>>0 @I164@ INDI +1 NAME Dmitri Pavlovich /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1941 +2 PLAC Switzerland +1 FAMC @F113@ +1 FAMS @F125@ +<< +[0043] INDI rkey: I165 offs: 0x00001b3f lens: 0x00000073 +0x00002b3f-0x00002bb1: +>>0 @I165@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1918 +1 FAMC @F126@ +1 FAMS @F127@ +<< +[0044] INDI rkey: I166 offs: 0x00001bb2 lens: 0x00000056 +0x00002bb2-0x00002c07: +>>0 @I166@ INDI +1 NAME Irina // +1 SEX F +1 BIRT +2 DATE 1895 +1 FAMC @F115@ +1 FAMS @F128@ +<< +[0045] INDI rkey: I167 offs: 0x00001c08 lens: 0x00000051 +0x00002c08-0x00002c58: +>>0 @I167@ INDI +1 NAME Felix /Yussoupov/ +1 SEX M +1 BIRT +2 DATE 1887 +1 FAMS @F128@ +<< +[0046] INDI rkey: I168 offs: 0x00001c59 lens: 0x000000b3 +0x00002c59-0x00002d0b: +>>0 @I168@ INDI +1 NAME Sarah Margaret /Ferguson/ +1 SEX F +1 TITL Duchess of York +1 BIRT +2 DATE 15 OCT 1959 +2 PLAC 27 Welbech St.,Marylebone,London,England +1 FAMC @F129@ +1 FAMS @F48@ +<< +[0047] INDI rkey: I169 offs: 0x00001d0c lens: 0x0000007e +0x00002d0c-0x00002d89: +>>0 @I169@ INDI +1 NAME Ronald Ivor /Ferguson/ +1 SEX M +1 TITL Major +1 BIRT +2 DATE 1931 +1 FAMC @F130@ +1 FAMS @F129@ +1 FAMS @F131@ +<< +[0048] INDI rkey: I170 offs: 0x00001d8a lens: 0x0000006e +0x00002d8a-0x00002df7: +>>0 @I170@ INDI +1 NAME Susan Mary /Wright/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMC @F132@ +1 FAMS @F129@ +1 FAMS @F133@ +<< +[0049] INDI rkey: I171 offs: 0x00001df8 lens: 0x00000044 +0x00002df8-0x00002e3b: +>>0 @I171@ INDI +1 NAME Teackle Wallis /Warfield/ +1 SEX M +1 FAMS @F54@ +<< +[0050] INDI rkey: I172 offs: 0x00001e3c lens: 0x0000003c +0x00002e3c-0x00002e77: +>>0 @I172@ INDI +1 NAME Alice /Montague/ +1 SEX F +1 FAMS @F54@ +<< +[0051] INDI rkey: I173 offs: 0x00001e78 lens: 0x0000006d +0x00002e78-0x00002ee4: +>>0 @I173@ INDI +1 NAME Violet Hyacinth /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1893 +1 FAMC @F41@ +<< +[0052] INDI rkey: I174 offs: 0x00001ee5 lens: 0x00000078 +0x00002ee5-0x00002f5c: +>>0 @I174@ INDI +1 NAME Mary Frances /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1961 +1 FAMC @F41@ +1 FAMS @F134@ +<< +[0053] INDI rkey: I175 offs: 0x00001f5d lens: 0x00000074 +0x00002f5d-0x00002fd0: +>>0 @I175@ INDI +1 NAME Patrick /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1949 +1 FAMC @F41@ +1 FAMS @F135@ +<< +[0054] INDI rkey: I176 offs: 0x00001fd1 lens: 0x00000078 +0x00002fd1-0x00003048: +>>0 @I176@ INDI +1 NAME John Herbert /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1930 +1 FAMC @F41@ +1 FAMS @F136@ +<< +[0055] INDI rkey: I177 offs: 0x00002049 lens: 0x0000006f +0x00003049-0x000030b7: +>>0 @I177@ INDI +1 NAME Alexander Francis /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1911 +1 FAMC @F41@ +<< +[0056] INDI rkey: I178 offs: 0x000020b8 lens: 0x00000073 +0x000030b8-0x0000312a: +>>0 @I178@ INDI +1 NAME Fergus /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1915 +1 FAMC @F41@ +1 FAMS @F137@ +<< +[0057] INDI rkey: I179 offs: 0x0000212b lens: 0x00000071 +0x0000312b-0x0000319b: +>>0 @I179@ INDI +1 NAME Rose /Bowes-Lyon/ +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1967 +1 FAMC @F41@ +1 FAMS @F138@ +<< +[0058] INDI rkey: I180 offs: 0x0000219c lens: 0x0000007a +0x0000319c-0x00003215: +>>0 @I180@ INDI +1 NAME Michael Claude /Bowes-Lyon/ +1 SEX M +1 BIRT +2 DATE 1893 +1 DEAT +2 DATE 1953 +1 FAMC @F41@ +1 FAMS @F139@ +<< +[0059] INDI rkey: I181 offs: 0x00002216 lens: 0x00000093 +0x00003216-0x000032a8: +>>0 @I181@ INDI +1 NAME David /Bowes-Lyon/ +1 SEX M +1 TITL Sir +1 BIRT +2 DATE 2 MAY 1902 +1 DEAT +2 DATE 1961 +2 PLAC Birkhall +1 FAMC @F41@ +1 FAMS @F140@ +<< +[0060] INDI rkey: I182 offs: 0x000022a9 lens: 0x00000084 +0x000032a9-0x0000332c: +>>0 @I182@ INDI +1 NAME Claude /Bowes-Lyon/ +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE FEB 1904 +1 FAMC @F141@ +1 FAMS @F108@ +<< +[0061] INDI rkey: I183 offs: 0x0000232d lens: 0x00000074 +0x0000332d-0x000033a0: +>>0 @I183@ INDI +1 NAME Frances Dora /Smith/ +1 SEX F +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1922 +1 FAMC @F142@ +1 FAMS @F108@ +<< +[0062] INDI rkey: I184 offs: 0x000023a1 lens: 0x00000074 +0x000033a1-0x00003414: +>>0 @I184@ INDI +1 NAME Thomas /Lyon-Bowes/ +1 SEX M +1 BIRT +2 DATE 1773 +1 DEAT +2 DATE 1846 +1 FAMC @F143@ +1 FAMS @F141@ +<< +[0063] INDI rkey: I185 offs: 0x00002415 lens: 0x0000003d +0x00003415-0x00003451: +>>0 @I185@ INDI +1 NAME Mary /Carpenter/ +1 SEX F +1 FAMS @F141@ +<< +[0064] INDI rkey: I186 offs: 0x00002452 lens: 0x0000006c +0x00003452-0x000034bd: +>>0 @I186@ INDI +1 NAME Thomas George /Lyon-Bowes/ +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1865 +1 FAMC @F141@ +<< +[0065] INDI rkey: I187 offs: 0x000024be lens: 0x0000005e +0x000034be-0x0000351b: +>>0 @I187@ INDI +1 NAME John /Lyon/ +1 SEX M +1 BIRT +2 DATE 1737 +1 DEAT +2 DATE 1776 +1 FAMS @F143@ +<< +[0066] INDI rkey: I188 offs: 0x0000251c lens: 0x00000074 +0x0000351c-0x0000358f: +>>0 @I188@ INDI +1 NAME Mary Eleanor /Bowes/ +1 SEX F +1 BIRT +2 DATE 1749 +1 DEAT +2 DATE 1800 +1 FAMS @F143@ +1 FAMS @F144@ +<< +[0067] INDI rkey: I189 offs: 0x00002590 lens: 0x00000063 +0x00003590-0x000035f2: +>>0 @I189@ INDI +1 NAME John Lyon /Bowes/ +1 SEX M +1 BIRT +2 DATE 1769 +1 DEAT +2 DATE 1820 +1 FAMC @F143@ +<< +[0068] INDI rkey: I190 offs: 0x000025f3 lens: 0x00000044 +0x000035f3-0x00003636: +>>0 @I190@ INDI +1 NAME Andrew Robinson /Stoney/ +1 SEX M +1 FAMS @F144@ +<< +[0069] INDI rkey: I191 offs: 0x00002637 lens: 0x0000006b +0x00003637-0x000036a1: +>>0 @I191@ INDI +1 NAME /Elphinstone/ +1 SEX M +1 TITL Lord +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1955 +1 FAMS @F134@ +<< +[0070] INDI rkey: I192 offs: 0x000026a2 lens: 0x00000077 +0x000036a2-0x00003718: +>>0 @I192@ INDI +1 NAME Dorothy Beatrix /Osborne/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1946 +1 FAMS @F135@ +<< +[0071] INDI rkey: I193 offs: 0x00002719 lens: 0x00000084 +0x00003719-0x0000379c: +>>0 @I193@ INDI +1 NAME Fenella Stuart-Forbes Trefusis/Hepburn/ +1 SEX F +1 TITL Hon +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1966 +1 FAMS @F136@ +<< +[0072] INDI rkey: I194 offs: 0x0000279d lens: 0x0000007c +0x0000379d-0x00003818: +>>0 @I194@ INDI +1 NAME Christian Norah /Dawson-Damer/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1959 +1 FAMS @F137@ +<< +[0073] INDI rkey: I195 offs: 0x00002819 lens: 0x00000069 +0x00003819-0x00003881: +>>0 @I195@ INDI +1 NAME /Granville/ +1 SEX M +1 TITL Lord +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1953 +1 FAMS @F138@ +<< +[0074] INDI rkey: I196 offs: 0x00002882 lens: 0x00000064 +0x00003882-0x000038e5: +>>0 @I196@ INDI +1 NAME Elizabeth /Cator/ +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1959 +1 FAMS @F139@ +<< +[0075] INDI rkey: I197 offs: 0x000028e6 lens: 0x00000059 +0x000038e6-0x0000393e: +>>0 @I197@ INDI +1 NAME Rachel /Clay/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1907 +1 FAMS @F140@ +<< +[0076] INDI rkey: I198 offs: 0x0000293f lens: 0x00000047 +0x0000393f-0x00003985: +>>0 @I198@ INDI +1 NAME Jeanne d'Albret of_France// +1 SEX F +1 FAMS @F145@ +<< +[0077] INDI rkey: I199 offs: 0x00002986 lens: 0x00000057 +0x00003986-0x000039dc: +>>0 @I199@ INDI +1 NAME Frederick Charles of_Prussia// +1 SEX M +1 TITL Prince +1 FAMS @F84@ +<< +[0078] INDI rkey: I200 offs: 0x000029dd lens: 0x00000041 +0x000039dd-0x00003a1d: +>>0 @I200@ INDI +1 NAME Maria Anna of_Anhalt// +1 SEX F +1 FAMS @F84@ +<< +[0079] INDI rkey: I201 offs: 0x00002a1e lens: 0x00000076 +0x00003a1e-0x00003a93: +>>0 @I201@ INDI +1 NAME John /Campbell/ +1 SEX M +1 TITL Duke of Argyll +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1914 +1 FAMS @F9@ +<< +[0080] INDI rkey: I202 offs: 0x00002a94 lens: 0x000000ed +0x00003a94-0x00003b80: +>>0 @I202@ INDI +1 NAME Frederick /Hanover/ +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 16 AUG 1763 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 5 JAN 1827 +2 PLAC Rutland House,Arlington St.,London,England +1 FAMC @F95@ +1 FAMS @F146@ +<< +[0081] INDI rkey: I203 offs: 0x00002b81 lens: 0x0000012e +0x00003b81-0x00003cae: +>>0 @I203@ INDI +1 NAME William_IV Henry /Hanover/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 21 AUG 1765 +2 PLAC Buckingham House,London,England +1 DEAT +2 DATE 20 JUN 1837 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMC @F95@ +1 FAMS @F147@ +<< +[0082] INDI rkey: I204 offs: 0x00002caf lens: 0x000000ed +0x00003caf-0x00003d9b: +>>0 @I204@ INDI +1 NAME Charlotte Augusta Matilda/Hanover/ +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 29 SEP 1766 +2 PLAC Buckingham House,St. James Park,London,England +1 DEAT +2 DATE 6 OCT 1828 +2 PLAC Ludwigsburg +1 FAMC @F95@ +1 FAMS @F148@ +<< +[0083] INDI rkey: I205 offs: 0x00002d9c lens: 0x0000006d +0x00003d9c-0x00003e08: +>>0 @I205@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1851 +1 FAMC @F101@ +1 FAMS @F149@ +<< +[0084] INDI rkey: I206 offs: 0x00002e09 lens: 0x0000005a +0x00003e09-0x00003e62: +>>0 @I206@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1799 +1 DEAT +2 DATE 1860 +1 FAMS @F103@ +<< +[0085] INDI rkey: I207 offs: 0x00002e63 lens: 0x0000008b +0x00003e63-0x00003eed: +>>0 @I207@ INDI +1 NAME Charles /Cavendish-Bentin/ +1 SEX M +1 TITL Reverend +1 BIRT +2 DATE 1817 +1 DEAT +2 DATE 1865 +1 FAMC @F150@ +1 FAMS @F109@ +<< +[0086] INDI rkey: I208 offs: 0x00002eee lens: 0x00000079 +0x00003eee-0x00003f66: +>>0 @I208@ INDI +1 NAME Caroline Louisa /Burnaby/ +1 SEX F +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1918 +1 FAMC @F151@ +1 FAMS @F109@ +<< +[0087] INDI rkey: I209 offs: 0x00002f67 lens: 0x000000ae +0x00003f67-0x00004014: +>>0 @I209@ INDI +1 NAME Augusta Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 8 NOV 1768 +2 PLAC Buckingham House +1 DEAT +2 DATE 22 SEP 1840 +2 PLAC Clarence House,St. James +1 FAMC @F95@ +<< +[0088] INDI rkey: I210 offs: 0x00003015 lens: 0x000000b3 +0x00004015-0x000040c7: +>>0 @I210@ INDI +1 NAME Elizabeth /Hanover/ +1 SEX F +1 BIRT +2 DATE 22 MAY 1770 +2 PLAC Buckingham House +1 DEAT +2 DATE 10 JAN 1840 +2 PLAC Frankfurt,-am-Main +1 FAMC @F95@ +1 FAMS @F152@ +<< +[0089] INDI rkey: I211 offs: 0x000030c8 lens: 0x00000083 +0x000040c8-0x0000414a: +>>0 @I211@ INDI +1 NAME Frederick_VI of_Hesse-Homburg // +1 SEX M +1 TITL Landgrave +1 BIRT +2 DATE 1769 +1 DEAT +2 DATE 1829 +1 FAMS @F152@ +<< +[0090] INDI rkey: I212 offs: 0x0000314b lens: 0x000000f4 +0x0000414b-0x0000423e: +>>0 @I212@ INDI +1 NAME Ernest Augustus_I /Hanover/ +1 SEX M +1 TITL King of Hanover +1 BIRT +2 DATE 5 JUN 1771 +2 PLAC Buckingham House,London,England +1 DEAT +2 DATE 18 NOV 1851 +2 PLAC Herrenhausen +1 BURI +2 PLAC Herrenhausen +1 FAMC @F95@ +1 FAMS @F153@ +<< +[0091] INDI rkey: I213 offs: 0x0000323f lens: 0x000000c1 +0x0000423f-0x000042ff: +>>0 @I213@ INDI +1 NAME Augustus Frederick /Hanover/ +1 SEX M +1 TITL Duke of Sussex +1 BIRT +2 DATE 27 JAN 1773 +2 PLAC Buckingham House +1 DEAT +2 DATE 21 APR 1843 +2 PLAC Kensington Palac +1 FAMC @F95@ +<< +[0092] INDI rkey: I214 offs: 0x00003300 lens: 0x000000c6 +0x00004300-0x000043c5: +>>0 @I214@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 25 APR 1776 +2 PLAC Buckingham House +1 DEAT +2 DATE 30 APR 1857 +2 PLAC Gloucester House,Piccadilly,London,England +1 FAMC @F95@ +1 FAMS @F154@ +<< +[0093] INDI rkey: I215 offs: 0x000033c6 lens: 0x000000a8 +0x000043c6-0x0000446d: +>>0 @I215@ INDI +1 NAME Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 2 NOV 1777 +2 PLAC Buckingham House +1 DEAT +2 DATE 27 MAY 1848 +2 PLAC Vicarage Place,Kensington +1 FAMC @F95@ +<< +[0094] INDI rkey: I216 offs: 0x0000346e lens: 0x0000009b +0x0000446e-0x00004508: +>>0 @I216@ INDI +1 NAME Octavius /Hanover/ +1 SEX M +1 BIRT +2 DATE 23 FEB 1779 +2 PLAC Buckingham House +1 DEAT +2 DATE 3 MAY 1783 +2 PLAC Kew Palace +1 FAMC @F95@ +<< +[0095] INDI rkey: I217 offs: 0x00003509 lens: 0x000000d0 +0x00004509-0x000045d8: +>>0 @I217@ INDI +1 NAME Alfred /Hanover/ +1 SEX M +1 BIRT +2 DATE 22 SEP 1780 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 DEAT +2 DATE 20 AUG 1783 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 FAMC @F95@ +<< +[0096] INDI rkey: I218 offs: 0x000035d9 lens: 0x000000ca +0x000045d9-0x000046a2: +>>0 @I218@ INDI +1 NAME Amelia /Hanover/ +1 SEX F +1 BIRT +2 DATE 7 AUG 1783 +2 PLAC Royal Lodge,Windsor,Berkshire,England +1 DEAT +2 DATE 2 NOV 1810 +2 PLAC Augusta Lodge,Windsor,Berkshire,England +1 FAMC @F95@ +<< +[0097] INDI rkey: I219 offs: 0x000036a3 lens: 0x000000fd +0x000046a3-0x0000479f: +>>0 @I219@ INDI +1 NAME Adelaide Louisa Theresa// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 13 AUG 1792 +2 PLAC Meiningen +1 DEAT +2 DATE 2 DEC 1849 +2 PLAC Near Stanmore,Middlesex,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMC @F155@ +1 FAMS @F147@ +<< +[0098] INDI rkey: I220 offs: 0x000037a0 lens: 0x00000094 +0x000047a0-0x00004833: +>>0 @I220@ INDI +1 NAME Charlotte Augusta Louisa/Hanover/ +1 SEX F +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 27 MAR 1819 +2 PLAC Furstenhof,Hanover +1 FAMC @F147@ +<< +[0099] INDI rkey: I221 offs: 0x00003834 lens: 0x000000b2 +0x00004834-0x000048e5: +>>0 @I221@ INDI +1 NAME Elizabeth Georgiana Adelaide/Hanover/ +1 SEX F +1 BIRT +2 DATE 10 DEC 1820 +2 PLAC St. James Palac +1 DEAT +2 DATE 4 MAR 1821 +2 PLAC St. James Palac +1 FAMC @F147@ +<< +[0100] INDI rkey: I222 offs: 0x000038e6 lens: 0x00000092 +0x000048e6-0x00004977: +>>0 @I222@ INDI +1 NAME Twin-Boy_1 // +1 SEX M +1 BIRT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 DEAT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 FAMC @F147@ +<< +[0101] INDI rkey: I223 offs: 0x00003978 lens: 0x00000092 +0x00004978-0x00004a09: +>>0 @I223@ INDI +1 NAME Twin-Boy_2 // +1 SEX M +1 BIRT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 DEAT +2 DATE 23 APR 1822 +2 PLAC Bushy Park +1 FAMC @F147@ +<< +[0102] INDI rkey: I224 offs: 0x00003a0a lens: 0x00000068 +0x00004a0a-0x00004a71: +>>0 @I224@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 1852 +1 DEAT +2 DATE 1923 +1 FAMC @F23@ +1 FAMS @F156@ +<< +[0103] INDI rkey: I225 offs: 0x00003a72 lens: 0x000000d4 +0x00004a72-0x00004b45: +>>0 @I225@ INDI +1 NAME Christian_IX // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 8 APR 1818 +2 PLAC Gottorp +1 DEAT +2 DATE 29 JAN 1906 +2 PLAC Amalienborg +1 BURI +2 PLAC Roskilde,Denmark +1 FAMC @F157@ +1 FAMS @F13@ +<< +[0104] INDI rkey: I226 offs: 0x00003b46 lens: 0x000000b5 +0x00004b46-0x00004bfa: +>>0 @I226@ INDI +1 NAME Louise of_Hesse-Cassel // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 7 SEP 1817 +2 PLAC Cassel +1 DEAT +2 DATE 29 SEP 1898 +2 PLAC Bernstorff +1 FAMC @F158@ +1 FAMS @F13@ +<< +[0105] INDI rkey: I227 offs: 0x00003bfb lens: 0x000000eb +0x00004bfb-0x00004ce5: +>>0 @I227@ INDI +1 NAME William George_I of_the_Hellenes/Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 24 DEC 1845 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 18 MAR 1913 +2 PLAC Salonika +1 BURI +2 PLAC Tatoi +1 FAMC @F13@ +1 FAMS @F76@ +<< +[0106] INDI rkey: I228 offs: 0x00003ce6 lens: 0x000000bc +0x00004ce6-0x00004da1: +>>0 @I228@ INDI +1 NAME Olga Constantinovna // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1926 +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMC @F126@ +1 FAMS @F76@ +<< +[0107] INDI rkey: I229 offs: 0x00003da2 lens: 0x00000081 +0x00004da2-0x00004e22: +>>0 @I229@ INDI +1 NAME Nicholas of_Greece // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1938 +1 FAMC @F76@ +1 FAMS @F51@ +<< +[0108] INDI rkey: I230 offs: 0x00003e23 lens: 0x00000049 +0x00004e23-0x00004e6b: +>>0 @I230@ INDI +1 NAME Child_6 // +1 SEX M +1 BIRT +2 DATE 1913 +1 FAMC @F61@ +<< +[0109] INDI rkey: I231 offs: 0x00003e6c lens: 0x00000036 +0x00004e6c-0x00004ea1: +>>0 @I231@ INDI +1 NAME Child_5 // +1 SEX M +1 FAMC @F61@ +<< +[0110] INDI rkey: I232 offs: 0x00003ea2 lens: 0x000000f1 +0x00004ea2-0x00004f92: +>>0 @I232@ INDI +1 NAME Paul_I /Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 14 DEC 1901 +2 PLAC Athens,Greece +1 DEAT +2 DATE 6 MAR 1964 +2 PLAC Tatoi,Near Athens,Greece +1 BURI +2 PLAC Tatoi,Near Athens,Greece +1 FAMC @F61@ +1 FAMS @F159@ +<< +[0111] INDI rkey: I233 offs: 0x00003f93 lens: 0x000000bf +0x00004f93-0x00005051: +>>0 @I233@ INDI +1 NAME Helen of_Greece // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 2 MAY 1896 +2 PLAC Athens,Greece +1 DEAT +2 DATE 28 NOV 1982 +2 PLAC Lausanne,Switzerland +1 FAMC @F61@ +1 FAMS @F160@ +<< +[0112] INDI rkey: I234 offs: 0x00004052 lens: 0x000000d0 +0x00005052-0x00005121: +>>0 @I234@ INDI +1 NAME Alexander_I /Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 1 AUG 1893 +2 PLAC Tatoi +1 DEAT +2 DATE 25 OCT 1920 +2 PLAC Athens,Greece +1 BURI +2 PLAC Tatoi +1 FAMC @F61@ +1 FAMS @F161@ +<< +[0113] INDI rkey: I235 offs: 0x00004122 lens: 0x00000050 +0x00005122-0x00005171: +>>0 @I235@ INDI +1 NAME Sumner M. /Kirby/ +1 SEX F +1 DEAT +2 DATE 1945 +1 FAMS @F162@ +<< +[0114] INDI rkey: I236 offs: 0x00004172 lens: 0x00000036 +0x00005172-0x000051a7: +>>0 @I236@ INDI +1 NAME Child_2 // +1 SEX M +1 FAMC @F51@ +<< +[0115] INDI rkey: I237 offs: 0x000041a8 lens: 0x00000036 +0x000051a8-0x000051dd: +>>0 @I237@ INDI +1 NAME Child_3 // +1 SEX M +1 FAMC @F51@ +<< +[0116] INDI rkey: I238 offs: 0x000041de lens: 0x000000cd +0x000051de-0x000052aa: +>>0 @I238@ INDI +1 NAME Louise Alexandra /Mountbatten/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 13 JUL 1889 +2 PLAC Schloss,Heiligenberg +1 DEAT +2 DATE 7 MAR 1965 +2 PLAC Stockholm,Sweden +1 FAMC @F34@ +1 FAMS @F89@ +<< +[0117] INDI rkey: I239 offs: 0x000042ab lens: 0x000000d0 +0x000052ab-0x0000537a: +>>0 @I239@ INDI +1 NAME Edward John VIII/Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 24 JAN 1924 +2 PLAC England +1 DEAT +2 DATE 29 MAR 1992 +2 PLAC London,England +1 FAMC @F163@ +1 FAMS @F50@ +1 FAMS @F164@ +<< +[0118] INDI rkey: I240 offs: 0x0000437b lens: 0x00000068 +0x0000537b-0x000053e2: +>>0 @I240@ INDI +1 NAME Sarah /Spencer/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1955 +1 FAMC @F50@ +1 FAMS @F165@ +<< +[0119] INDI rkey: I241 offs: 0x000043e3 lens: 0x00000067 +0x000053e3-0x00005449: +>>0 @I241@ INDI +1 NAME Jane /Spencer/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1957 +1 FAMC @F50@ +1 FAMS @F166@ +<< +[0120] INDI rkey: I242 offs: 0x0000444a lens: 0x00000075 +0x0000544a-0x000054be: +>>0 @I242@ INDI +1 NAME Charles /Spencer/ +1 SEX M +1 TITL Vicount Althorp +1 BIRT +2 DATE 1964 +1 FAMC @F50@ +1 FAMS @F167@ +<< +[0121] INDI rkey: I243 offs: 0x000044bf lens: 0x00000090 +0x000054bf-0x0000554e: +>>0 @I243@ INDI +1 NAME Raine of_Dartmouth /McCorquodale/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE SEP 1929 +1 FAMC @F168@ +1 FAMS @F169@ +1 FAMS @F164@ +<< +[0122] INDI rkey: I244 offs: 0x0000454f lens: 0x0000008d +0x0000554f-0x000055db: +>>0 @I244@ INDI +1 NAME George Earl_of_Harewood /Lascelles/ +1 SEX M +1 TITL Viscount +1 BIRT +2 DATE 1923 +1 FAMC @F29@ +1 FAMS @F170@ +1 FAMS @F171@ +<< +[0123] INDI rkey: I245 offs: 0x000045dc lens: 0x000000c6 +0x000055dc-0x000056a1: +>>0 @I245@ INDI +1 NAME Louise Marie d'Orleans// +1 SEX F +1 BIRT +2 DATE 3 APR 1812 +2 PLAC Palermo,Italy +1 DEAT +2 DATE 11 OCT 1850 +2 PLAC Ostende +1 BURI +2 PLAC Laeken,Belgium +1 FAMC @F172@ +1 FAMS @F173@ +<< +[0124] INDI rkey: I246 offs: 0x000046a2 lens: 0x0000005c +0x000056a2-0x000056fd: +>>0 @I246@ INDI +1 NAME Ludwig_IX of_Hesse- Darmstadt// +1 SEX M +1 TITL Landgrave +1 FAMS @F174@ +<< +[0125] INDI rkey: I247 offs: 0x000046fe lens: 0x00000097 +0x000056fe-0x00005794: +>>0 @I247@ INDI +1 NAME Frederick_I of_Wurttemberg // +1 SEX M +1 TITL King +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1816 +1 FAMC @F175@ +1 FAMS @F148@ +1 FAMS @F176@ +<< +[0126] INDI rkey: I248 offs: 0x00004795 lens: 0x000000ef +0x00005795-0x00005883: +>>0 @I248@ INDI +1 NAME Frederica of_Mecklenburg- Strelitz// +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 2 MAR 1778 +2 PLAC Hanover,Germany +1 DEAT +2 DATE 29 JUN 1841 +2 PLAC Hanover +1 BURI +2 PLAC Herrenhausen +1 FAMC @F177@ +1 FAMS @F178@ +1 FAMS @F153@ +<< + +0x00005884: EOF (0x00005884) GOOD + +BLOCK - DIRECTORY aa/ab +0x00000000:ix_self: 0x00000001 (aa/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I249' +0x00000016:ix_rkey[0001]: ' I250' +0x0000001e:ix_rkey[0002]: ' I251' +0x00000026:ix_rkey[0003]: ' I252' +0x0000002e:ix_rkey[0004]: ' I253' +0x00000036:ix_rkey[0005]: ' I254' +0x0000003e:ix_rkey[0006]: ' I255' +0x00000046:ix_rkey[0007]: ' I256' +0x0000004e:ix_rkey[0008]: ' I257' +0x00000056:ix_rkey[0009]: ' I258' +0x0000005e:ix_rkey[0010]: ' I259' +0x00000066:ix_rkey[0011]: ' I260' +0x0000006e:ix_rkey[0012]: ' I261' +0x00000076:ix_rkey[0013]: ' I262' +0x0000007e:ix_rkey[0014]: ' I263' +0x00000086:ix_rkey[0015]: ' I264' +0x0000008e:ix_rkey[0016]: ' I265' +0x00000096:ix_rkey[0017]: ' I266' +0x0000009e:ix_rkey[0018]: ' I267' +0x000000a6:ix_rkey[0019]: ' I268' +0x000000ae:ix_rkey[0020]: ' I269' +0x000000b6:ix_rkey[0021]: ' I270' +0x000000be:ix_rkey[0022]: ' I271' +0x000000c6:ix_rkey[0023]: ' I272' +0x000000ce:ix_rkey[0024]: ' I273' +0x000000d6:ix_rkey[0025]: ' I274' +0x000000de:ix_rkey[0026]: ' I275' +0x000000e6:ix_rkey[0027]: ' I276' +0x000000ee:ix_rkey[0028]: ' I277' +0x000000f6:ix_rkey[0029]: ' I278' +0x000000fe:ix_rkey[0030]: ' I279' +0x00000106:ix_rkey[0031]: ' I280' +0x0000010e:ix_rkey[0032]: ' I281' +0x00000116:ix_rkey[0033]: ' I282' +0x0000011e:ix_rkey[0034]: ' I283' +0x00000126:ix_rkey[0035]: ' I284' +0x0000012e:ix_rkey[0036]: ' I285' +0x00000136:ix_rkey[0037]: ' I286' +0x0000013e:ix_rkey[0038]: ' I287' +0x00000146:ix_rkey[0039]: ' I288' +0x0000014e:ix_rkey[0040]: ' I289' +0x00000156:ix_rkey[0041]: ' I290' +0x0000015e:ix_rkey[0042]: ' I291' +0x00000166:ix_rkey[0043]: ' I292' +0x0000016e:ix_rkey[0044]: ' I293' +0x00000176:ix_rkey[0045]: ' I294' +0x0000017e:ix_rkey[0046]: ' I295' +0x00000186:ix_rkey[0047]: ' I296' +0x0000018e:ix_rkey[0048]: ' I297' +0x00000196:ix_rkey[0049]: ' I298' +0x0000019e:ix_rkey[0050]: ' I299' +0x000001a6:ix_rkey[0051]: ' I300' +0x000001ae:ix_rkey[0052]: ' I301' +0x000001b6:ix_rkey[0053]: ' I302' +0x000001be:ix_rkey[0054]: ' I303' +0x000001c6:ix_rkey[0055]: ' I304' +0x000001ce:ix_rkey[0056]: ' I305' +0x000001d6:ix_rkey[0057]: ' I306' +0x000001de:ix_rkey[0058]: ' I307' +0x000001e6:ix_rkey[0059]: ' I308' +0x000001ee:ix_rkey[0060]: ' I309' +0x000001f6:ix_rkey[0061]: ' I310' +0x000001fe:ix_rkey[0062]: ' I311' +0x00000206:ix_rkey[0063]: ' I312' +0x0000020e:ix_rkey[0064]: ' I313' +0x00000216:ix_rkey[0065]: ' I314' +0x0000021e:ix_rkey[0066]: ' I315' +0x00000226:ix_rkey[0067]: ' I316' +0x0000022e:ix_rkey[0068]: ' I317' +0x00000236:ix_rkey[0069]: ' I318' +0x0000023e:ix_rkey[0070]: ' I319' +0x00000246:ix_rkey[0071]: ' I320' +0x0000024e:ix_rkey[0072]: ' I321' +0x00000256:ix_rkey[0073]: ' I322' +0x0000025e:ix_rkey[0074]: ' I323' +0x00000266:ix_rkey[0075]: ' I324' +0x0000026e:ix_rkey[0076]: ' I325' +0x00000276:ix_rkey[0077]: ' I326' +0x0000027e:ix_rkey[0078]: ' I327' +0x00000286:ix_rkey[0079]: ' I328' +0x0000028e:ix_rkey[0080]: ' I329' +0x00000296:ix_rkey[0081]: ' I330' +0x0000029e:ix_rkey[0082]: ' I331' +0x000002a6:ix_rkey[0083]: ' I332' +0x000002ae:ix_rkey[0084]: ' I333' +0x000002b6:ix_rkey[0085]: ' I334' +0x000002be:ix_rkey[0086]: ' I335' +0x000002c6:ix_rkey[0087]: ' I336' +0x000002ce:ix_rkey[0088]: ' I337' +0x000002d6:ix_rkey[0089]: ' I338' +0x000002de:ix_rkey[0090]: ' I339' +0x000002e6:ix_rkey[0091]: ' I340' +0x000002ee:ix_rkey[0092]: ' I341' +0x000002f6:ix_rkey[0093]: ' I342' +0x000002fe:ix_rkey[0094]: ' I343' +0x00000306:ix_rkey[0095]: ' I344' +0x0000030e:ix_rkey[0096]: ' I345' +0x00000316:ix_rkey[0097]: ' I346' +0x0000031e:ix_rkey[0098]: ' I347' +0x00000326:ix_rkey[0099]: ' I348' +0x0000032e:ix_rkey[0100]: ' I349' +0x00000336:ix_rkey[0101]: ' I350' +0x0000033e:ix_rkey[0102]: ' I351' +0x00000346:ix_rkey[0103]: ' I352' +0x0000034e:ix_rkey[0104]: ' I353' +0x00000356:ix_rkey[0105]: ' I354' +0x0000035e:ix_rkey[0106]: ' I355' +0x00000366:ix_rkey[0107]: ' I356' +0x0000036e:ix_rkey[0108]: ' I357' +0x00000376:ix_rkey[0109]: ' I358' +0x0000037e:ix_rkey[0110]: ' I359' +0x00000386:ix_rkey[0111]: ' I360' +0x0000038e:ix_rkey[0112]: ' I361' +0x00000396:ix_rkey[0113]: ' I362' +0x0000039e:ix_rkey[0114]: ' I363' +0x000003a6:ix_rkey[0115]: ' I364' +0x000003ae:ix_rkey[0116]: ' I365' +0x000003b6:ix_rkey[0117]: ' I366' +0x000003be:ix_rkey[0118]: ' I367' +0x000003c6:ix_rkey[0119]: ' I368' +0x000003ce:ix_rkey[0120]: ' I369' +0x000003d6:ix_rkey[0121]: ' I370' +0x000003de:ix_rkey[0122]: ' I371' +0x000003e6:ix_rkey[0123]: ' I372' +0x000003ee:ix_rkey[0124]: ' I373' +0x000003f6:ix_rkey[0125]: ' I374' +0x000003fe:ix_rkey[0126]: ' I375' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000f1 +0x0000080c:ix_offs[0001]: 0x000000f1 0x00000c08:ix_lens[0001]: 0x000000cb +0x00000810:ix_offs[0002]: 0x000001bc 0x00000c0c:ix_lens[0002]: 0x00000092 +0x00000814:ix_offs[0003]: 0x0000024e 0x00000c10:ix_lens[0003]: 0x00000074 +0x00000818:ix_offs[0004]: 0x000002c2 0x00000c14:ix_lens[0004]: 0x00000061 +0x0000081c:ix_offs[0005]: 0x00000323 0x00000c18:ix_lens[0005]: 0x00000082 +0x00000820:ix_offs[0006]: 0x000003a5 0x00000c1c:ix_lens[0006]: 0x00000076 +0x00000824:ix_offs[0007]: 0x0000041b 0x00000c20:ix_lens[0007]: 0x0000006a +0x00000828:ix_offs[0008]: 0x00000485 0x00000c24:ix_lens[0008]: 0x00000074 +0x0000082c:ix_offs[0009]: 0x000004f9 0x00000c28:ix_lens[0009]: 0x00000061 +0x00000830:ix_offs[0010]: 0x0000055a 0x00000c2c:ix_lens[0010]: 0x00000066 +0x00000834:ix_offs[0011]: 0x000005c0 0x00000c30:ix_lens[0011]: 0x00000052 +0x00000838:ix_offs[0012]: 0x00000612 0x00000c34:ix_lens[0012]: 0x0000007c +0x0000083c:ix_offs[0013]: 0x0000068e 0x00000c38:ix_lens[0013]: 0x00000081 +0x00000840:ix_offs[0014]: 0x0000070f 0x00000c3c:ix_lens[0014]: 0x00000073 +0x00000844:ix_offs[0015]: 0x00000782 0x00000c40:ix_lens[0015]: 0x00000074 +0x00000848:ix_offs[0016]: 0x000007f6 0x00000c44:ix_lens[0016]: 0x0000005e +0x0000084c:ix_offs[0017]: 0x00000854 0x00000c48:ix_lens[0017]: 0x0000005d +0x00000850:ix_offs[0018]: 0x000008b1 0x00000c4c:ix_lens[0018]: 0x0000003a +0x00000854:ix_offs[0019]: 0x000008eb 0x00000c50:ix_lens[0019]: 0x00000035 +0x00000858:ix_offs[0020]: 0x00000920 0x00000c54:ix_lens[0020]: 0x00000036 +0x0000085c:ix_offs[0021]: 0x00000956 0x00000c58:ix_lens[0021]: 0x00000036 +0x00000860:ix_offs[0022]: 0x0000098c 0x00000c5c:ix_lens[0022]: 0x00000077 +0x00000864:ix_offs[0023]: 0x00000a03 0x00000c60:ix_lens[0023]: 0x00000088 +0x00000868:ix_offs[0024]: 0x00000a8b 0x00000c64:ix_lens[0024]: 0x00000078 +0x0000086c:ix_offs[0025]: 0x00000b03 0x00000c68:ix_lens[0025]: 0x00000035 +0x00000870:ix_offs[0026]: 0x00000b38 0x00000c6c:ix_lens[0026]: 0x00000035 +0x00000874:ix_offs[0027]: 0x00000b6d 0x00000c70:ix_lens[0027]: 0x00000036 +0x00000878:ix_offs[0028]: 0x00000ba3 0x00000c74:ix_lens[0028]: 0x00000036 +0x0000087c:ix_offs[0029]: 0x00000bd9 0x00000c78:ix_lens[0029]: 0x00000082 +0x00000880:ix_offs[0030]: 0x00000c5b 0x00000c7c:ix_lens[0030]: 0x0000006a +0x00000884:ix_offs[0031]: 0x00000cc5 0x00000c80:ix_lens[0031]: 0x0000008f +0x00000888:ix_offs[0032]: 0x00000d54 0x00000c84:ix_lens[0032]: 0x00000073 +0x0000088c:ix_offs[0033]: 0x00000dc7 0x00000c88:ix_lens[0033]: 0x00000073 +0x00000890:ix_offs[0034]: 0x00000e3a 0x00000c8c:ix_lens[0034]: 0x00000035 +0x00000894:ix_offs[0035]: 0x00000e6f 0x00000c90:ix_lens[0035]: 0x00000061 +0x00000898:ix_offs[0036]: 0x00000ed0 0x00000c94:ix_lens[0036]: 0x00000076 +0x0000089c:ix_offs[0037]: 0x00000f46 0x00000c98:ix_lens[0037]: 0x000000fa +0x000008a0:ix_offs[0038]: 0x00001040 0x00000c9c:ix_lens[0038]: 0x00000060 +0x000008a4:ix_offs[0039]: 0x000010a0 0x00000ca0:ix_lens[0039]: 0x00000034 +0x000008a8:ix_offs[0040]: 0x000010d4 0x00000ca4:ix_lens[0040]: 0x00000068 +0x000008ac:ix_offs[0041]: 0x0000113c 0x00000ca8:ix_lens[0041]: 0x0000008d +0x000008b0:ix_offs[0042]: 0x000011c9 0x00000cac:ix_lens[0042]: 0x00000079 +0x000008b4:ix_offs[0043]: 0x00001242 0x00000cb0:ix_lens[0043]: 0x00000079 +0x000008b8:ix_offs[0044]: 0x000012bb 0x00000cb4:ix_lens[0044]: 0x0000006f +0x000008bc:ix_offs[0045]: 0x0000132a 0x00000cb8:ix_lens[0045]: 0x0000006b +0x000008c0:ix_offs[0046]: 0x00001395 0x00000cbc:ix_lens[0046]: 0x0000006c +0x000008c4:ix_offs[0047]: 0x00001401 0x00000cc0:ix_lens[0047]: 0x00000050 +0x000008c8:ix_offs[0048]: 0x00001451 0x00000cc4:ix_lens[0048]: 0x0000005f +0x000008cc:ix_offs[0049]: 0x000014b0 0x00000cc8:ix_lens[0049]: 0x0000008a +0x000008d0:ix_offs[0050]: 0x0000153a 0x00000ccc:ix_lens[0050]: 0x0000008d +0x000008d4:ix_offs[0051]: 0x000015c7 0x00000cd0:ix_lens[0051]: 0x0000003b +0x000008d8:ix_offs[0052]: 0x00001602 0x00000cd4:ix_lens[0052]: 0x0000008c +0x000008dc:ix_offs[0053]: 0x0000168e 0x00000cd8:ix_lens[0053]: 0x0000007e +0x000008e0:ix_offs[0054]: 0x0000170c 0x00000cdc:ix_lens[0054]: 0x00000087 +0x000008e4:ix_offs[0055]: 0x00001793 0x00000ce0:ix_lens[0055]: 0x00000075 +0x000008e8:ix_offs[0056]: 0x00001808 0x00000ce4:ix_lens[0056]: 0x00000076 +0x000008ec:ix_offs[0057]: 0x0000187e 0x00000ce8:ix_lens[0057]: 0x00000082 +0x000008f0:ix_offs[0058]: 0x00001900 0x00000cec:ix_lens[0058]: 0x00000070 +0x000008f4:ix_offs[0059]: 0x00001970 0x00000cf0:ix_lens[0059]: 0x00000070 +0x000008f8:ix_offs[0060]: 0x000019e0 0x00000cf4:ix_lens[0060]: 0x000000eb +0x000008fc:ix_offs[0061]: 0x00001acb 0x00000cf8:ix_lens[0061]: 0x00000063 +0x00000900:ix_offs[0062]: 0x00001b2e 0x00000cfc:ix_lens[0062]: 0x0000007b +0x00000904:ix_offs[0063]: 0x00001ba9 0x00000d00:ix_lens[0063]: 0x00000072 +0x00000908:ix_offs[0064]: 0x00001c1b 0x00000d04:ix_lens[0064]: 0x00000071 +0x0000090c:ix_offs[0065]: 0x00001c8c 0x00000d08:ix_lens[0065]: 0x00000061 +0x00000910:ix_offs[0066]: 0x00001ced 0x00000d0c:ix_lens[0066]: 0x0000005c +0x00000914:ix_offs[0067]: 0x00001d49 0x00000d10:ix_lens[0067]: 0x0000005d +0x00000918:ix_offs[0068]: 0x00001da6 0x00000d14:ix_lens[0068]: 0x00000096 +0x0000091c:ix_offs[0069]: 0x00001e3c 0x00000d18:ix_lens[0069]: 0x000000d2 +0x00000920:ix_offs[0070]: 0x00001f0e 0x00000d1c:ix_lens[0070]: 0x00000098 +0x00000924:ix_offs[0071]: 0x00001fa6 0x00000d20:ix_lens[0071]: 0x000000dc +0x00000928:ix_offs[0072]: 0x00002082 0x00000d24:ix_lens[0072]: 0x00000126 +0x0000092c:ix_offs[0073]: 0x000021a8 0x00000d28:ix_lens[0073]: 0x00000080 +0x00000930:ix_offs[0074]: 0x00002228 0x00000d2c:ix_lens[0074]: 0x000000dc +0x00000934:ix_offs[0075]: 0x00002304 0x00000d30:ix_lens[0075]: 0x000000b7 +0x00000938:ix_offs[0076]: 0x000023bb 0x00000d34:ix_lens[0076]: 0x000000ba +0x0000093c:ix_offs[0077]: 0x00002475 0x00000d38:ix_lens[0077]: 0x000000b2 +0x00000940:ix_offs[0078]: 0x00002527 0x00000d3c:ix_lens[0078]: 0x000000b5 +0x00000944:ix_offs[0079]: 0x000025dc 0x00000d40:ix_lens[0079]: 0x000000c7 +0x00000948:ix_offs[0080]: 0x000026a3 0x00000d44:ix_lens[0080]: 0x000000c2 +0x0000094c:ix_offs[0081]: 0x00002765 0x00000d48:ix_lens[0081]: 0x000000a0 +0x00000950:ix_offs[0082]: 0x00002805 0x00000d4c:ix_lens[0082]: 0x000000c3 +0x00000954:ix_offs[0083]: 0x000028c8 0x00000d50:ix_lens[0083]: 0x000000af +0x00000958:ix_offs[0084]: 0x00002977 0x00000d54:ix_lens[0084]: 0x000000bc +0x0000095c:ix_offs[0085]: 0x00002a33 0x00000d58:ix_lens[0085]: 0x000000af +0x00000960:ix_offs[0086]: 0x00002ae2 0x00000d5c:ix_lens[0086]: 0x0000008c +0x00000964:ix_offs[0087]: 0x00002b6e 0x00000d60:ix_lens[0087]: 0x000000cb +0x00000968:ix_offs[0088]: 0x00002c39 0x00000d64:ix_lens[0088]: 0x000000cd +0x0000096c:ix_offs[0089]: 0x00002d06 0x00000d68:ix_lens[0089]: 0x000000a0 +0x00000970:ix_offs[0090]: 0x00002da6 0x00000d6c:ix_lens[0090]: 0x000000a8 +0x00000974:ix_offs[0091]: 0x00002e4e 0x00000d70:ix_lens[0091]: 0x000000bf +0x00000978:ix_offs[0092]: 0x00002f0d 0x00000d74:ix_lens[0092]: 0x0000010d +0x0000097c:ix_offs[0093]: 0x0000301a 0x00000d78:ix_lens[0093]: 0x000000a6 +0x00000980:ix_offs[0094]: 0x000030c0 0x00000d7c:ix_lens[0094]: 0x000000bd +0x00000984:ix_offs[0095]: 0x0000317d 0x00000d80:ix_lens[0095]: 0x000000d2 +0x00000988:ix_offs[0096]: 0x0000324f 0x00000d84:ix_lens[0096]: 0x0000007f +0x0000098c:ix_offs[0097]: 0x000032ce 0x00000d88:ix_lens[0097]: 0x00000091 +0x00000990:ix_offs[0098]: 0x0000335f 0x00000d8c:ix_lens[0098]: 0x0000008e +0x00000994:ix_offs[0099]: 0x000033ed 0x00000d90:ix_lens[0099]: 0x0000008e +0x00000998:ix_offs[0100]: 0x0000347b 0x00000d94:ix_lens[0100]: 0x00000092 +0x0000099c:ix_offs[0101]: 0x0000350d 0x00000d98:ix_lens[0101]: 0x00000077 +0x000009a0:ix_offs[0102]: 0x00003584 0x00000d9c:ix_lens[0102]: 0x00000064 +0x000009a4:ix_offs[0103]: 0x000035e8 0x00000da0:ix_lens[0103]: 0x00000054 +0x000009a8:ix_offs[0104]: 0x0000363c 0x00000da4:ix_lens[0104]: 0x00000096 +0x000009ac:ix_offs[0105]: 0x000036d2 0x00000da8:ix_lens[0105]: 0x0000008e +0x000009b0:ix_offs[0106]: 0x00003760 0x00000dac:ix_lens[0106]: 0x00000066 +0x000009b4:ix_offs[0107]: 0x000037c6 0x00000db0:ix_lens[0107]: 0x00000074 +0x000009b8:ix_offs[0108]: 0x0000383a 0x00000db4:ix_lens[0108]: 0x0000007f +0x000009bc:ix_offs[0109]: 0x000038b9 0x00000db8:ix_lens[0109]: 0x00000086 +0x000009c0:ix_offs[0110]: 0x0000393f 0x00000dbc:ix_lens[0110]: 0x0000006c +0x000009c4:ix_offs[0111]: 0x000039ab 0x00000dc0:ix_lens[0111]: 0x00000075 +0x000009c8:ix_offs[0112]: 0x00003a20 0x00000dc4:ix_lens[0112]: 0x0000005e +0x000009cc:ix_offs[0113]: 0x00003a7e 0x00000dc8:ix_lens[0113]: 0x0000004f +0x000009d0:ix_offs[0114]: 0x00003acd 0x00000dcc:ix_lens[0114]: 0x00000058 +0x000009d4:ix_offs[0115]: 0x00003b25 0x00000dd0:ix_lens[0115]: 0x0000004e +0x000009d8:ix_offs[0116]: 0x00003b73 0x00000dd4:ix_lens[0116]: 0x00000047 +0x000009dc:ix_offs[0117]: 0x00003bba 0x00000dd8:ix_lens[0117]: 0x00000092 +0x000009e0:ix_offs[0118]: 0x00003c4c 0x00000ddc:ix_lens[0118]: 0x0000008c +0x000009e4:ix_offs[0119]: 0x00003cd8 0x00000de0:ix_lens[0119]: 0x0000008f +0x000009e8:ix_offs[0120]: 0x00003d67 0x00000de4:ix_lens[0120]: 0x0000005e +0x000009ec:ix_offs[0121]: 0x00003dc5 0x00000de8:ix_lens[0121]: 0x0000008f +0x000009f0:ix_offs[0122]: 0x00003e54 0x00000dec:ix_lens[0122]: 0x00000074 +0x000009f4:ix_offs[0123]: 0x00003ec8 0x00000df0:ix_lens[0123]: 0x0000006d +0x000009f8:ix_offs[0124]: 0x00003f35 0x00000df4:ix_lens[0124]: 0x0000006d +0x000009fc:ix_offs[0125]: 0x00003fa2 0x00000df8:ix_lens[0125]: 0x0000004b +0x00000a00:ix_offs[0126]: 0x00003fed 0x00000dfc:ix_lens[0126]: 0x0000004e + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I249 offs: 0x00000000 lens: 0x000000f1 +0x00001000-0x000010f0: +>>0 @I249@ INDI +1 NAME George_V /Hanover/ +1 SEX M +1 TITL King of Hanover +1 BIRT +2 DATE 27 MAY 1819 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 12 JUN 1878 +2 PLAC Paris,France +1 BURI +2 PLAC St George Chapel,Windsor,England +1 FAMC @F153@ +1 FAMS @F179@ +<< +[0001] INDI rkey: I250 offs: 0x000000f1 lens: 0x000000cb +0x000010f1-0x000011bb: +>>0 @I250@ INDI +1 NAME Mary of_Saxe- Altenburg// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 14 APR 1818 +2 PLAC Hildburghausen +1 DEAT +2 DATE 9 JAN 1907 +2 PLAC Gmunden,Austria +1 BURI +2 PLAC Gmunden +1 FAMS @F179@ +<< +[0002] INDI rkey: I251 offs: 0x000001bc lens: 0x00000092 +0x000011bc-0x0000124d: +>>0 @I251@ INDI +1 NAME Ernest Augustus of_Cumberland/Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1923 +1 FAMC @F179@ +1 FAMS @F180@ +<< +[0003] INDI rkey: I252 offs: 0x0000024e lens: 0x00000074 +0x0000124e-0x000012c1: +>>0 @I252@ INDI +1 NAME Frederica /Hanover/ +1 SEX F +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1926 +1 FAMC @F179@ +1 FAMS @F181@ +<< +[0004] INDI rkey: I253 offs: 0x000002c2 lens: 0x00000061 +0x000012c2-0x00001322: +>>0 @I253@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1904 +1 FAMC @F179@ +<< +[0005] INDI rkey: I254 offs: 0x00000323 lens: 0x00000082 +0x00001323-0x000013a4: +>>0 @I254@ INDI +1 NAME Thyra of_Denmark // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1853 +1 DEAT +2 DATE 1933 +1 FAMC @F13@ +1 FAMS @F180@ +<< +[0006] INDI rkey: I255 offs: 0x000003a5 lens: 0x00000076 +0x000013a5-0x0000141a: +>>0 @I255@ INDI +1 NAME Marie Louise /Hanover/ +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1948 +1 FAMC @F180@ +1 FAMS @F182@ +<< +[0007] INDI rkey: I256 offs: 0x0000041b lens: 0x0000006a +0x0000141b-0x00001484: +>>0 @I256@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1912 +1 FAMC @F180@ +<< +[0008] INDI rkey: I257 offs: 0x00000485 lens: 0x00000074 +0x00001485-0x000014f8: +>>0 @I257@ INDI +1 NAME Alexandra /Hanover/ +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1963 +1 FAMC @F180@ +1 FAMS @F183@ +<< +[0009] INDI rkey: I258 offs: 0x000004f9 lens: 0x00000061 +0x000014f9-0x00001559: +>>0 @I258@ INDI +1 NAME Olga /Hanover/ +1 SEX F +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1958 +1 FAMC @F180@ +<< +[0010] INDI rkey: I259 offs: 0x0000055a lens: 0x00000066 +0x0000155a-0x000015bf: +>>0 @I259@ INDI +1 NAME Christian /Hanover/ +1 SEX M +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1901 +1 FAMC @F180@ +<< +[0011] INDI rkey: I260 offs: 0x000005c0 lens: 0x00000052 +0x000015c0-0x00001611: +>>0 @I260@ INDI +1 NAME Rene of_Bourbon-Parma // +1 SEX M +1 TITL Prince +1 FAMS @F184@ +<< +[0012] INDI rkey: I261 offs: 0x00000612 lens: 0x0000007c +0x00001612-0x0000168d: +>>0 @I261@ INDI +1 NAME Alfons /Pawel-Rammingen/ +1 SEX M +1 TITL Baron von +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1932 +1 FAMS @F181@ +<< +[0013] INDI rkey: I262 offs: 0x0000068e lens: 0x00000081 +0x0000168e-0x0000170e: +>>0 @I262@ INDI +1 NAME George of_Cambridge // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1904 +1 FAMC @F97@ +1 FAMS @F185@ +<< +[0014] INDI rkey: I263 offs: 0x0000070f lens: 0x00000073 +0x0000170f-0x00001781: +>>0 @I263@ INDI +1 NAME Sarah (Louisa) /Fairbrother/ +1 SEX F +1 BIRT +2 DATE 1815/1816 +1 DEAT +2 DATE 1890 +1 FAMS @F185@ +<< +[0015] INDI rkey: I264 offs: 0x00000782 lens: 0x00000074 +0x00001782-0x000017f5: +>>0 @I264@ INDI +1 NAME George /FitzGeorge/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1907 +1 FAMC @F185@ +1 FAMS @F186@ +<< +[0016] INDI rkey: I265 offs: 0x000007f6 lens: 0x0000005e +0x000017f6-0x00001853: +>>0 @I265@ INDI +1 NAME Adolphus // +1 SEX M +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1922 +1 FAMC @F185@ +<< +[0017] INDI rkey: I266 offs: 0x00000854 lens: 0x0000005d +0x00001854-0x000018b0: +>>0 @I266@ INDI +1 NAME Agustus // +1 SEX M +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1933 +1 FAMC @F185@ +<< +[0018] INDI rkey: I267 offs: 0x000008b1 lens: 0x0000003a +0x000018b1-0x000018ea: +>>0 @I267@ INDI +1 NAME Rosa /Baring/ +1 SEX F +1 FAMS @F186@ +<< +[0019] INDI rkey: I268 offs: 0x000008eb lens: 0x00000035 +0x000018eb-0x0000191f: +>>0 @I268@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F186@ +<< +[0020] INDI rkey: I269 offs: 0x00000920 lens: 0x00000036 +0x00001920-0x00001955: +>>0 @I269@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F186@ +<< +[0021] INDI rkey: I270 offs: 0x00000956 lens: 0x00000036 +0x00001956-0x0000198b: +>>0 @I270@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F186@ +<< +[0022] INDI rkey: I271 offs: 0x0000098c lens: 0x00000077 +0x0000198c-0x00001a02: +>>0 @I271@ INDI +1 NAME Frederick William // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1904 +1 FAMS @F99@ +<< +[0023] INDI rkey: I272 offs: 0x00000a03 lens: 0x00000088 +0x00001a03-0x00001a8a: +>>0 @I272@ INDI +1 NAME Adolphus Frederick_V // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1914 +1 FAMC @F99@ +1 FAMS @F187@ +<< +[0024] INDI rkey: I273 offs: 0x00000a8b lens: 0x00000078 +0x00001a8b-0x00001b02: +>>0 @I273@ INDI +1 NAME Elisabeth of_Anhalt // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1933 +1 FAMS @F187@ +<< +[0025] INDI rkey: I274 offs: 0x00000b03 lens: 0x00000035 +0x00001b03-0x00001b37: +>>0 @I274@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F187@ +<< +[0026] INDI rkey: I275 offs: 0x00000b38 lens: 0x00000035 +0x00001b38-0x00001b6c: +>>0 @I275@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F187@ +<< +[0027] INDI rkey: I276 offs: 0x00000b6d lens: 0x00000036 +0x00001b6d-0x00001ba2: +>>0 @I276@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F187@ +<< +[0028] INDI rkey: I277 offs: 0x00000ba3 lens: 0x00000036 +0x00001ba3-0x00001bd8: +>>0 @I277@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F187@ +<< +[0029] INDI rkey: I278 offs: 0x00000bd9 lens: 0x00000082 +0x00001bd9-0x00001c5a: +>>0 @I278@ INDI +1 NAME Adolphus 2nd // +1 SEX M +1 TITL Duke of Teck +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1927 +1 FAMC @F26@ +1 FAMS @F188@ +<< +[0030] INDI rkey: I279 offs: 0x00000c5b lens: 0x0000006a +0x00001c5b-0x00001cc4: +>>0 @I279@ INDI +1 NAME Francis // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1910 +1 FAMC @F26@ +<< +[0031] INDI rkey: I280 offs: 0x00000cc5 lens: 0x0000008f +0x00001cc5-0x00001d53: +>>0 @I280@ INDI +1 NAME Alexander George of_Teck// +1 SEX M +1 TITL Earl of Athlone +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1957 +1 FAMC @F26@ +1 FAMS @F22@ +<< +[0032] INDI rkey: I281 offs: 0x00000d54 lens: 0x00000073 +0x00001d54-0x00001dc6: +>>0 @I281@ INDI +1 NAME Margaret /Grosvenor/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1929 +1 FAMS @F188@ +<< +[0033] INDI rkey: I282 offs: 0x00000dc7 lens: 0x00000073 +0x00001dc7-0x00001e39: +>>0 @I282@ INDI +1 NAME George of_Cambridge // +1 SEX M +1 TITL Marquess +1 BIRT +2 DATE 1895 +1 FAMC @F188@ +1 FAMS @F189@ +<< +[0034] INDI rkey: I283 offs: 0x00000e3a lens: 0x00000035 +0x00001e3a-0x00001e6e: +>>0 @I283@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F188@ +<< +[0035] INDI rkey: I284 offs: 0x00000e6f lens: 0x00000061 +0x00001e6f-0x00001ecf: +>>0 @I284@ INDI +1 NAME Mary // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1897 +1 FAMC @F188@ +1 FAMS @F190@ +<< +[0036] INDI rkey: I285 offs: 0x00000ed0 lens: 0x00000076 +0x00001ed0-0x00001f45: +>>0 @I285@ INDI +1 NAME Helena // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1969 +1 FAMC @F188@ +1 FAMS @F191@ +<< +[0037] INDI rkey: I286 offs: 0x00000f46 lens: 0x000000fa +0x00001f46-0x0000203f: +>>0 @I286@ INDI +1 NAME Edward_II // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 25 APR 1284 +2 PLAC Caernarvon,Castle,Wales +1 DEAT +2 DATE 21 SEP 1327 +2 PLAC Berkeley Castle,Gloucestershire +1 BURI +2 PLAC Gloucester,Cathedral +1 FAMC @F192@ +1 FAMS @F92@ +<< +[0038] INDI rkey: I287 offs: 0x00001040 lens: 0x00000060 +0x00002040-0x0000209f: +>>0 @I287@ INDI +1 NAME Rupert // +1 SEX M +1 TITL Vicount Trematon +1 DEAT +2 DATE 1928 +1 FAMC @F22@ +<< +[0039] INDI rkey: I288 offs: 0x000010a0 lens: 0x00000034 +0x000020a0-0x000020d3: +>>0 @I288@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F22@ +<< +[0040] INDI rkey: I289 offs: 0x000010d4 lens: 0x00000068 +0x000020d4-0x0000213b: +>>0 @I289@ INDI +1 NAME May Cambridge // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1906 +1 FAMC @F22@ +1 FAMS @F193@ +<< +[0041] INDI rkey: I290 offs: 0x0000113c lens: 0x0000008d +0x0000213c-0x000021c8: +>>0 @I290@ INDI +1 NAME William Frederick of_Gloucester// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1834 +1 FAMC @F194@ +1 FAMS @F154@ +<< +[0042] INDI rkey: I291 offs: 0x000011c9 lens: 0x00000079 +0x000021c9-0x00002241: +>>0 @I291@ INDI +1 NAME Gerald /Lascelles/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1924 +1 FAMC @F29@ +1 FAMS @F195@ +1 FAMS @F196@ +<< +[0043] INDI rkey: I292 offs: 0x00001242 lens: 0x00000079 +0x00002242-0x000022ba: +>>0 @I292@ INDI +1 NAME Marion (Maria) Donata/Stein/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1926 +1 FAMC @F197@ +1 FAMS @F170@ +<< +[0044] INDI rkey: I293 offs: 0x000012bb lens: 0x0000006f +0x000022bb-0x00002329: +>>0 @I293@ INDI +1 NAME David /Lascelles/ +1 SEX M +1 TITL Viscount +1 BIRT +2 DATE 1950 +1 FAMC @F170@ +1 FAMS @F198@ +<< +[0045] INDI rkey: I294 offs: 0x0000132a lens: 0x0000006b +0x0000232a-0x00002394: +>>0 @I294@ INDI +1 NAME James /Lascelles/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1953 +1 FAMC @F170@ +1 FAMS @F199@ +<< +[0046] INDI rkey: I295 offs: 0x00001395 lens: 0x0000006c +0x00002395-0x00002400: +>>0 @I295@ INDI +1 NAME Jeremy /Lascelles/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1955 +1 FAMC @F170@ +1 FAMS @F200@ +<< +[0047] INDI rkey: I296 offs: 0x00001401 lens: 0x00000050 +0x00002401-0x00002450: +>>0 @I296@ INDI +1 NAME Angela /Dowding/ +1 SEX F +1 BIRT +2 DATE 1919 +1 FAMS @F195@ +<< +[0048] INDI rkey: I297 offs: 0x00001451 lens: 0x0000005f +0x00002451-0x000024af: +>>0 @I297@ INDI +1 NAME Henry /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1953 +1 FAMC @F195@ +1 FAMS @F201@ +<< +[0049] INDI rkey: I298 offs: 0x000014b0 lens: 0x0000008a +0x000024b0-0x00002539: +>>0 @I298@ INDI +1 NAME William of_Hesse-Cassel // +1 SEX M +1 TITL Landgrave +1 BIRT +2 DATE 1787 +1 DEAT +2 DATE 1867 +1 FAMC @F98@ +1 FAMS @F158@ +<< +[0050] INDI rkey: I299 offs: 0x0000153a lens: 0x0000008d +0x0000253a-0x000025c6: +>>0 @I299@ INDI +1 NAME Louise Charlotte of_Denmark// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1789 +1 DEAT +2 DATE 1864 +1 FAMC @F202@ +1 FAMS @F158@ +<< +[0051] INDI rkey: I300 offs: 0x000015c7 lens: 0x0000003b +0x000025c7-0x00002601: +>>0 @I300@ INDI +1 NAME Other_issue // +1 SEX M +1 FAMC @F158@ +<< +[0052] INDI rkey: I301 offs: 0x00001602 lens: 0x0000008c +0x00002602-0x0000268d: +>>0 @I301@ INDI +1 NAME Frederick of_Hesse-Cassel // +1 SEX M +1 TITL Landgrave +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1837 +1 FAMC @F203@ +1 FAMS @F98@ +<< +[0053] INDI rkey: I302 offs: 0x0000168e lens: 0x0000007e +0x0000268e-0x0000270b: +>>0 @I302@ INDI +1 NAME Caroline of_Nassau- Usingen// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1762 +1 DEAT +2 DATE 1823 +1 FAMS @F98@ +<< +[0054] INDI rkey: I303 offs: 0x0000170c lens: 0x00000087 +0x0000270c-0x00002792: +>>0 @I303@ INDI +1 NAME Alexander of_Wurttemberg // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1804 +1 DEAT +2 DATE 1885 +1 FAMC @F204@ +1 FAMS @F100@ +<< +[0055] INDI rkey: I304 offs: 0x00001793 lens: 0x00000075 +0x00002793-0x00002807: +>>0 @I304@ INDI +1 NAME Claudine // +1 SEX F +1 TITL Countess Rhedey +1 BIRT +2 DATE 1814 +1 DEAT +2 DATE 1841 +1 FAMS @F100@ +<< +[0056] INDI rkey: I305 offs: 0x00001808 lens: 0x00000076 +0x00002808-0x0000287d: +>>0 @I305@ INDI +1 NAME Claudine // +1 SEX F +1 TITL Princess of Teck +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1894 +1 FAMC @F100@ +<< +[0057] INDI rkey: I306 offs: 0x0000187e lens: 0x00000082 +0x0000287e-0x000028ff: +>>0 @I306@ INDI +1 NAME Amelie // +1 SEX F +1 TITL Princess of Teck +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1893 +1 FAMC @F100@ +1 FAMS @F205@ +<< +[0058] INDI rkey: I307 offs: 0x00001900 lens: 0x00000070 +0x00002900-0x0000296f: +>>0 @I307@ INDI +1 NAME Paul /von_Hugel/ +1 SEX M +1 TITL Baron +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1897 +1 FAMS @F205@ +<< +[0059] INDI rkey: I308 offs: 0x00001970 lens: 0x00000070 +0x00002970-0x000029df: +>>0 @I308@ INDI +1 NAME Paul /von_Hugel/ +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1912 +1 FAMC @F205@ +<< +[0060] INDI rkey: I309 offs: 0x000019e0 lens: 0x000000eb +0x000029e0-0x00002aca: +>>0 @I309@ INDI +1 NAME Ferdinand_I of_Hohenzollern- Sigmaringen/Hohenzollern/ +1 SEX M +1 TITL King of Romania +1 BIRT +2 DATE 24 AUG 1865 +2 PLAC Sigmaringen,Germany +1 DEAT +2 DATE 20 JUL 1927 +2 PLAC Sinaia,Romania +1 FAMC @F206@ +1 FAMS @F70@ +<< +[0061] INDI rkey: I310 offs: 0x00001acb lens: 0x00000063 +0x00002acb-0x00002b2d: +>>0 @I310@ INDI +1 NAME Christian Victor // +1 SEX M +1 BIRT +2 DATE 1867 +1 DEAT +2 DATE 1900 +1 FAMC @F8@ +<< +[0062] INDI rkey: I311 offs: 0x00001b2e lens: 0x0000007b +0x00002b2e-0x00002ba8: +>>0 @I311@ INDI +1 NAME Albert of_Schleswig- Holstein// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1931 +1 FAMC @F8@ +<< +[0063] INDI rkey: I312 offs: 0x00001ba9 lens: 0x00000072 +0x00002ba9-0x00002c1a: +>>0 @I312@ INDI +1 NAME Helena Victoria // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1948 +1 FAMC @F8@ +<< +[0064] INDI rkey: I313 offs: 0x00001c1b lens: 0x00000071 +0x00002c1b-0x00002c8b: +>>0 @I313@ INDI +1 NAME Frederick Harold // +1 SEX M +1 BIRT +2 DATE 12 MAY 1876 +1 DEAT +2 DATE 20 MAY 1876 +1 FAMC @F8@ +<< +[0065] INDI rkey: I314 offs: 0x00001c8c lens: 0x00000061 +0x00002c8c-0x00002cec: +>>0 @I314@ INDI +1 NAME Patricia /Tuckwell/ +1 SEX F +1 BIRT +2 DATE 1923 +1 FAMS @F171@ +1 FAMS @F207@ +<< +[0066] INDI rkey: I315 offs: 0x00001ced lens: 0x0000005c +0x00002ced-0x00002d48: +>>0 @I315@ INDI +1 NAME Mark /Lascelles/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1964 +1 FAMC @F171@ +<< +[0067] INDI rkey: I316 offs: 0x00001d49 lens: 0x0000005d +0x00002d49-0x00002da5: +>>0 @I316@ INDI +1 NAME Elizabeth Collingwood /Colvin/ +1 SEX F +1 BIRT +2 DATE 1924 +1 FAMS @F196@ +<< +[0068] INDI rkey: I317 offs: 0x00001da6 lens: 0x00000096 +0x00002da6-0x00002e3b: +>>0 @I317@ INDI +1 NAME Davina Elizabeth Alice/Windsor/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 19 NOV 1977 +1 CHR +2 PLAC Barnwell Church,,England +1 FAMC @F67@ +<< +[0069] INDI rkey: I318 offs: 0x00001e3c lens: 0x000000d2 +0x00002e3c-0x00002f0d: +>>0 @I318@ INDI +1 NAME Rose Victoria Birgitte/Windsor/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1 MAR 1980 +2 PLAC St. Marys Hosp.,Paddington,England +1 CHR +2 DATE 13 JUL 1980 +2 PLAC Barnwell Church,,England +1 FAMC @F67@ +<< +[0070] INDI rkey: I319 offs: 0x00001f0e lens: 0x00000098 +0x00002f0e-0x00002fa5: +>>0 @I319@ INDI +1 NAME Marie-Christine /von_Reibnitz/ +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 15 JAN 1945 +2 PLAC Czechoslovakia +1 FAMS @F208@ +1 FAMS @F78@ +<< +[0071] INDI rkey: I320 offs: 0x00001fa6 lens: 0x000000dc +0x00002fa6-0x00003081: +>>0 @I320@ INDI +1 NAME Frederick /Windsor/ +1 SEX M +1 TITL Lord +1 BIRT +2 DATE 6 APR 1979 +2 PLAC St. Mary's Hosp.,Paddington,London,England +1 CHR +2 DATE 11 JUL 1979 +2 PLAC Chapel Royal,St. James Palace,England +1 FAMC @F78@ +<< +[0072] INDI rkey: I321 offs: 0x00002082 lens: 0x00000126 +0x00003082-0x000031a7: +>>0 @I321@ INDI +1 NAME George_II /Hanover/ +1 REFN 16 +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 30 OCT 1683 +2 PLAC Herrenhausen,Palace,Hannover,Germany +1 DEAT +2 DATE 25 OCT 1760 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F209@ +1 FAMS @F210@ +<< +[0073] INDI rkey: I322 offs: 0x000021a8 lens: 0x00000080 +0x000031a8-0x00003227: +>>0 @I322@ INDI +1 NAME Caroline of_Ansbach // +1 REFN 17 +1 SEX F +1 BIRT +2 DATE 1683 +1 DEAT +2 DATE 1737 +1 FAMC @F211@ +1 FAMS @F210@ +<< +[0074] INDI rkey: I323 offs: 0x00002228 lens: 0x000000dc +0x00003228-0x00003303: +>>0 @I323@ INDI +1 NAME Frederick Louis /Hanover/ +1 REFN 8 +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 31 JAN 1701 +2 PLAC Hanover +1 DEAT +2 DATE 31 MAR 1751 +2 PLAC Leicester-House,,London,England +1 FAMC @F210@ +1 FAMS @F94@ +<< +[0075] INDI rkey: I324 offs: 0x00002304 lens: 0x000000b7 +0x00003304-0x000033ba: +>>0 @I324@ INDI +1 NAME Anne /Hanover/ +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 2 NOV 1709 +2 PLAC Herrenhausen +1 DEAT +2 DATE 12 JAN 1759 +2 PLAC The Hague +1 FAMC @F210@ +1 FAMS @F212@ +<< +[0076] INDI rkey: I325 offs: 0x000023bb lens: 0x000000ba +0x000033bb-0x00003474: +>>0 @I325@ INDI +1 NAME Amelia Sophia Eleanor/Hanover/ +1 SEX F +1 BIRT +2 DATE 10 JUL 1711 +2 PLAC Herrenhausen +1 DEAT +2 DATE 31 OCT 1786 +2 PLAC Cavendish Square,,London,England +1 FAMC @F210@ +<< +[0077] INDI rkey: I326 offs: 0x00002475 lens: 0x000000b2 +0x00003475-0x00003526: +>>0 @I326@ INDI +1 NAME Caroline Elizabeth /Hanover/ +1 SEX F +1 BIRT +2 DATE 21 JUN 1713 +2 PLAC Herrenhausen +1 DEAT +2 DATE 28 DEC 1757 +2 PLAC St. James Palace,,,England +1 FAMC @F210@ +<< +[0078] INDI rkey: I327 offs: 0x00002527 lens: 0x000000b5 +0x00003527-0x000035db: +>>0 @I327@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 20 NOV 1716 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 20 NOV 1716 +2 PLAC St. James Palace,London,England +1 FAMC @F210@ +<< +[0079] INDI rkey: I328 offs: 0x000025dc lens: 0x000000c7 +0x000035dc-0x000036a2: +>>0 @I328@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 13 NOV 1717 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 17 FEB 1718 +2 PLAC Kensington,Palace,London,England +1 FAMC @F210@ +<< +[0080] INDI rkey: I329 offs: 0x000026a3 lens: 0x000000c2 +0x000036a3-0x00003764: +>>0 @I329@ INDI +1 NAME William Augustus of_Cumberland/Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 26 APR 1721 +2 PLAC Leicester House +1 DEAT +2 DATE 31 OCT 1765 +2 PLAC London,,,England +1 FAMC @F210@ +<< +[0081] INDI rkey: I330 offs: 0x00002765 lens: 0x000000a0 +0x00003765-0x00003804: +>>0 @I330@ INDI +1 NAME Mary /Hanover/ +1 SEX F +1 BIRT +2 DATE 5 MAR 1723 +2 PLAC Leicester House +1 DEAT +2 DATE 14 JAN 1772 +2 PLAC Hanau +1 FAMC @F210@ +1 FAMS @F203@ +<< +[0082] INDI rkey: I331 offs: 0x00002805 lens: 0x000000c3 +0x00003805-0x000038c7: +>>0 @I331@ INDI +1 NAME Louisa /Hanover/ +1 SEX F +1 BIRT +2 DATE 18 DEC 1724 +2 PLAC Leicester House,London,England +1 DEAT +2 DATE 19 DEC 1751 +2 PLAC Christiansborg,Denmark +1 FAMC @F210@ +1 FAMS @F213@ +<< +[0083] INDI rkey: I332 offs: 0x000028c8 lens: 0x000000af +0x000038c8-0x00003976: +>>0 @I332@ INDI +1 NAME Augusta of_Saxe-Gotha // +1 REFN 9 +1 SEX F +1 BIRT +2 DATE 30 NOV 1719 +2 PLAC Gotha +1 DEAT +2 DATE 8 FEB 1772 +2 PLAC Carlton House +1 FAMC @F214@ +1 FAMS @F94@ +<< +[0084] INDI rkey: I333 offs: 0x00002977 lens: 0x000000bc +0x00003977-0x00003a32: +>>0 @I333@ INDI +1 NAME Augusta /Hanover/ +1 SEX F +1 BIRT +2 DATE 12 AUG 1737 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 23 MAR 1813 +2 PLAC London,England +1 FAMC @F94@ +1 FAMS @F106@ +<< +[0085] INDI rkey: I334 offs: 0x00002a33 lens: 0x000000af +0x00003a33-0x00003ae1: +>>0 @I334@ INDI +1 NAME Edward Augustus /Hanover/ +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 25 MAR 1739 +2 PLAC Norfolk House +1 DEAT +2 DATE 17 SEP 1767 +2 PLAC Monaco +1 FAMC @F94@ +<< +[0086] INDI rkey: I335 offs: 0x00002ae2 lens: 0x0000008c +0x00003ae2-0x00003b6d: +>>0 @I335@ INDI +1 NAME Elizabeth Caroline /Hanover/ +1 SEX F +1 BIRT +2 DATE 10 JAN 1741 +1 DEAT +2 DATE 4 SEP 1759 +2 PLAC Kew Palace +1 FAMC @F94@ +<< +[0087] INDI rkey: I336 offs: 0x00002b6e lens: 0x000000cb +0x00003b6e-0x00003c38: +>>0 @I336@ INDI +1 NAME Edward Henry of_Gloucester/Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 25 NOV 1743 +2 PLAC Leicester House +1 DEAT +2 DATE 25 AUG 1805 +2 PLAC Gloucester House +1 FAMC @F94@ +1 FAMS @F194@ +<< +[0088] INDI rkey: I337 offs: 0x00002c39 lens: 0x000000cd +0x00003c39-0x00003d05: +>>0 @I337@ INDI +1 NAME Henry Frederick of_Cumberland/Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 7 NOV 1745 +2 PLAC Leicester House +1 DEAT +2 DATE 18 SEP 1790 +2 PLAC London,,,England +1 FAMC @F94@ +1 FAMS @F215@ +<< +[0089] INDI rkey: I338 offs: 0x00002d06 lens: 0x000000a0 +0x00003d06-0x00003da5: +>>0 @I338@ INDI +1 NAME Louisa Anne /Hanover/ +1 SEX F +1 BIRT +2 DATE 19 MAR 1749 +2 PLAC Leicester House +1 DEAT +2 DATE 13 MAY 1768 +2 PLAC Carlton House +1 FAMC @F94@ +<< +[0090] INDI rkey: I339 offs: 0x00002da6 lens: 0x000000a8 +0x00003da6-0x00003e4d: +>>0 @I339@ INDI +1 NAME Frederick William /Hanover/ +1 SEX M +1 BIRT +2 DATE 24 MAY 1750 +2 PLAC Leicester House +1 DEAT +2 DATE 29 DEC 1765 +2 PLAC Leicester House +1 FAMC @F94@ +<< +[0091] INDI rkey: I340 offs: 0x00002e4e lens: 0x000000bf +0x00003e4e-0x00003f0c: +>>0 @I340@ INDI +1 NAME Caroline Matilda /Hanover/ +1 SEX F +1 BIRT +2 DATE 22 JUL 1751 +2 PLAC Leicester House +1 DEAT +2 DATE 10 MAY 1775 +2 PLAC Celle +1 BURI +2 PLAC Celle +1 FAMC @F94@ +1 FAMS @F216@ +<< +[0092] INDI rkey: I341 offs: 0x00002f0d lens: 0x0000010d +0x00003f0d-0x00004019: +>>0 @I341@ INDI +1 NAME George_I /Hanover/ +1 REFN 32 +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 28 MAY 1660 +2 PLAC Leineschloss,Osnabruck,Hanover,Germany +1 DEAT +2 DATE 11 JUN 1727 +2 PLAC Osnabruck +1 BURI +2 PLAC Moved in 1957 to,Herrenhausen +1 FAMC @F217@ +1 FAMS @F209@ +<< +[0093] INDI rkey: I342 offs: 0x0000301a lens: 0x000000a6 +0x0000401a-0x000040bf: +>>0 @I342@ INDI +1 NAME Sophia Dorothea of_Celle// +1 REFN 33 +1 SEX F +1 BIRT +2 DATE 10 SEP 1666 +1 DEAT +2 DATE 13 NOV 1726 +1 BURI +2 PLAC Celle +1 FAMC @F218@ +1 FAMS @F209@ +<< +[0094] INDI rkey: I343 offs: 0x000030c0 lens: 0x000000bd +0x000040c0-0x0000417c: +>>0 @I343@ INDI +1 NAME Sophia Dorothea /Hanover/ +1 SEX F +1 BIRT +2 DATE 26 MAR 1687 +2 PLAC Hanover +1 DEAT +2 DATE 28 JUN 1757 +2 PLAC Monbijou Palace,,Berlin,Germany +1 FAMC @F209@ +1 FAMS @F219@ +<< +[0095] INDI rkey: I344 offs: 0x0000317d lens: 0x000000d2 +0x0000417d-0x0000424e: +>>0 @I344@ INDI +1 NAME Frederick_V // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 31 MAR 1723 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 14 JAN 1766 +2 PLAC Christiansborg +1 FAMC @F220@ +1 FAMS @F213@ +1 FAMS @F221@ +<< +[0096] INDI rkey: I345 offs: 0x0000324f lens: 0x0000007f +0x0000424f-0x000042cd: +>>0 @I345@ INDI +1 NAME Frederick William of_Schleswig-// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1831 +1 FAMS @F157@ +<< +[0097] INDI rkey: I346 offs: 0x000032ce lens: 0x00000091 +0x000042ce-0x0000435e: +>>0 @I346@ INDI +1 NAME Louise Caroline of_Hesse-Cassel// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1789 +1 DEAT +2 DATE 1867 +1 FAMC @F222@ +1 FAMS @F157@ +<< +[0098] INDI rkey: I347 offs: 0x0000335f lens: 0x0000008e +0x0000435f-0x000043ec: +>>0 @I347@ INDI +1 NAME Alexander of_Hesse and_the_Rhine// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1888 +1 FAMC @F40@ +1 FAMS @F23@ +<< +[0099] INDI rkey: I348 offs: 0x000033ed lens: 0x0000008e +0x000043ed-0x0000447a: +>>0 @I348@ INDI +1 NAME Julia of_Battenberg /von_Hauke/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1895 +1 FAMC @F223@ +1 FAMS @F23@ +<< +[0100] INDI rkey: I349 offs: 0x0000347b lens: 0x00000092 +0x0000447b-0x0000450c: +>>0 @I349@ INDI +1 NAME Louis_II of_Hesse and_the_Rhine// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1777 +1 DEAT +2 DATE 1848 +1 FAMC @F224@ +1 FAMS @F40@ +<< +[0101] INDI rkey: I350 offs: 0x0000350d lens: 0x00000077 +0x0000450d-0x00004583: +>>0 @I350@ INDI +1 NAME Wilhelmina of_Baden // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1836 +1 FAMS @F40@ +<< +[0102] INDI rkey: I351 offs: 0x00003584 lens: 0x00000064 +0x00004584-0x000045e7: +>>0 @I351@ INDI +1 NAME John Maurice /von_Hauke/ +1 SEX M +1 TITL Count +1 DEAT +2 DATE 1830 +1 FAMS @F223@ +<< +[0103] INDI rkey: I352 offs: 0x000035e8 lens: 0x00000054 +0x000045e8-0x0000463b: +>>0 @I352@ INDI +1 NAME Sophie /la_Fontaine/ +1 SEX F +1 DEAT +2 DATE 1831 +1 FAMS @F223@ +<< +[0104] INDI rkey: I353 offs: 0x0000363c lens: 0x00000096 +0x0000463c-0x000046d1: +>>0 @I353@ INDI +1 NAME Constantine Nikolaievitch of_Russia// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1827 +1 DEAT +2 DATE 1892 +1 FAMC @F37@ +1 FAMS @F126@ +<< +[0105] INDI rkey: I354 offs: 0x000036d2 lens: 0x0000008e +0x000046d2-0x0000475f: +>>0 @I354@ INDI +1 NAME Elizabeth Alexandra of_Saxe-// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1911 +1 FAMC @F225@ +1 FAMS @F126@ +<< +[0106] INDI rkey: I355 offs: 0x00003760 lens: 0x00000066 +0x00004760-0x000047c5: +>>0 @I355@ INDI +1 NAME Joseph of_Saxe- Altenburg// +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1868 +1 FAMS @F225@ +<< +[0107] INDI rkey: I356 offs: 0x000037c6 lens: 0x00000074 +0x000047c6-0x00004839: +>>0 @I356@ INDI +1 NAME Amalie of_Wurttemberg // +1 SEX F +1 TITL Duchess +1 DEAT +2 DATE 1848 +1 FAMC @F204@ +1 FAMS @F225@ +<< +[0108] INDI rkey: I357 offs: 0x0000383a lens: 0x0000007f +0x0000483a-0x000048b8: +>>0 @I357@ INDI +1 NAME Charles of_Hesse // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1877 +1 FAMC @F40@ +1 FAMS @F21@ +<< +[0109] INDI rkey: I358 offs: 0x000038b9 lens: 0x00000086 +0x000048b9-0x0000493e: +>>0 @I358@ INDI +1 NAME Elizabeth of_Prussia // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1815 +1 DEAT +2 DATE 1885 +1 FAMC @F226@ +1 FAMS @F21@ +<< +[0110] INDI rkey: I359 offs: 0x0000393f lens: 0x0000006c +0x0000493f-0x000049aa: +>>0 @I359@ INDI +1 NAME Charles William Frederick/Cavendish-Bentwi/ +1 SEX M +1 TITL Reverend +1 DEAT +2 DATE 1865 +<< +[0111] INDI rkey: I360 offs: 0x000039ab lens: 0x00000075 +0x000049ab-0x00004a1f: +>>0 @I360@ INDI +1 NAME William Charles Augustus/Cavendish-Bentin/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1826 +1 FAMS @F150@ +<< +[0112] INDI rkey: I361 offs: 0x00003a20 lens: 0x0000005e +0x00004a20-0x00004a7d: +>>0 @I361@ INDI +1 NAME Anne /Wellesley/ +1 SEX F +1 DEAT +2 DATE 1875 +1 FAMC @F227@ +1 FAMS @F150@ +<< +[0113] INDI rkey: I362 offs: 0x00003a7e lens: 0x0000004f +0x00004a7e-0x00004acc: +>>0 @I362@ INDI +1 NAME Edwyn /Burnaby/ +1 SEX M +1 DEAT +2 DATE 1867 +1 FAMS @F151@ +<< +[0114] INDI rkey: I363 offs: 0x00003acd lens: 0x00000058 +0x00004acd-0x00004b24: +>>0 @I363@ INDI +1 NAME Anne Caroline /Salisbury/ +1 SEX F +1 DEAT +2 DATE 1881 +1 FAMS @F151@ +<< +[0115] INDI rkey: I364 offs: 0x00003b25 lens: 0x0000004e +0x00004b25-0x00004b72: +>>0 @I364@ INDI +1 NAME Oswald /Smith/ +1 SEX M +1 DEAT +2 DATE 1863 +1 FAMS @F142@ +<< +[0116] INDI rkey: I365 offs: 0x00003b73 lens: 0x00000047 +0x00004b73-0x00004bb9: +>>0 @I365@ INDI +1 NAME Henrietta Mildred /Hodgson/ +1 SEX F +1 FAMS @F142@ +<< +[0117] INDI rkey: I366 offs: 0x00003bba lens: 0x00000092 +0x00004bba-0x00004c4b: +>>0 @I366@ INDI +1 NAME Albert Edward John/Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1975 +1 FAMC @F228@ +1 FAMS @F163@ +<< +[0118] INDI rkey: I367 offs: 0x00003c4c lens: 0x0000008c +0x00004c4c-0x00004cd7: +>>0 @I367@ INDI +1 NAME Cynthia Elinor Beatrix/Hamilton/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1897 +1 DEAT +2 DATE 1972 +1 FAMC @F229@ +1 FAMS @F163@ +<< +[0119] INDI rkey: I368 offs: 0x00003cd8 lens: 0x0000008f +0x00004cd8-0x00004d66: +>>0 @I368@ INDI +1 NAME Edmund Maurice /Burke_Roche/ +1 SEX M +1 TITL Baron Fermoy +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1955 +1 FAMC @F230@ +1 FAMS @F68@ +<< +[0120] INDI rkey: I369 offs: 0x00003d67 lens: 0x0000005e +0x00004d67-0x00004dc4: +>>0 @I369@ INDI +1 NAME Ruth Sylvia /Gill/ +1 SEX F +1 BIRT +2 DATE 1908 +1 FAMC @F231@ +1 FAMS @F68@ +<< +[0121] INDI rkey: I370 offs: 0x00003dc5 lens: 0x0000008f +0x00004dc5-0x00004e53: +>>0 @I370@ INDI +1 NAME James Boothby /Burke_Roche/ +1 SEX M +1 TITL Baron Fermoy +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1920 +1 FAMC @F232@ +1 FAMS @F230@ +<< +[0122] INDI rkey: I371 offs: 0x00003e54 lens: 0x00000074 +0x00004e54-0x00004ec7: +>>0 @I371@ INDI +1 NAME Frances Ellen /Work/ +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1947 +1 FAMC @F233@ +1 FAMS @F230@ +<< +[0123] INDI rkey: I372 offs: 0x00003ec8 lens: 0x0000006d +0x00004ec8-0x00004f34: +>>0 @I372@ INDI +1 NAME Frank /Work/ +1 SEX M +1 BIRT +2 DATE 1819 +1 DEAT +2 DATE 1911 +1 FAMC @F234@ +1 FAMS @F233@ +<< +[0124] INDI rkey: I373 offs: 0x00003f35 lens: 0x0000006d +0x00004f35-0x00004fa1: +>>0 @I373@ INDI +1 NAME Ellen /Wood/ +1 SEX F +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1877 +1 FAMC @F235@ +1 FAMS @F233@ +<< +[0125] INDI rkey: I374 offs: 0x00003fa2 lens: 0x0000004b +0x00004fa2-0x00004fec: +>>0 @I374@ INDI +1 NAME John /Wood/ +1 SEX M +1 DEAT +2 DATE 1847 +1 FAMS @F235@ +<< +[0126] INDI rkey: I375 offs: 0x00003fed lens: 0x0000004e +0x00004fed-0x0000503a: +>>0 @I375@ INDI +1 NAME Ellen /Strong/ +1 SEX F +1 DEAT +2 DATE 1863 +1 FAMS @F235@ +<< + +0x0000503b: EOF (0x0000503b) GOOD + +BLOCK - DIRECTORY ac/ab +0x00000000:ix_self: 0x00020001 (ac/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I376' +0x00000016:ix_rkey[0001]: ' I377' +0x0000001e:ix_rkey[0002]: ' I378' +0x00000026:ix_rkey[0003]: ' I379' +0x0000002e:ix_rkey[0004]: ' I380' +0x00000036:ix_rkey[0005]: ' I381' +0x0000003e:ix_rkey[0006]: ' I382' +0x00000046:ix_rkey[0007]: ' I383' +0x0000004e:ix_rkey[0008]: ' I384' +0x00000056:ix_rkey[0009]: ' I385' +0x0000005e:ix_rkey[0010]: ' I386' +0x00000066:ix_rkey[0011]: ' I387' +0x0000006e:ix_rkey[0012]: ' I388' +0x00000076:ix_rkey[0013]: ' I389' +0x0000007e:ix_rkey[0014]: ' I390' +0x00000086:ix_rkey[0015]: ' I391' +0x0000008e:ix_rkey[0016]: ' I392' +0x00000096:ix_rkey[0017]: ' I393' +0x0000009e:ix_rkey[0018]: ' I394' +0x000000a6:ix_rkey[0019]: ' I395' +0x000000ae:ix_rkey[0020]: ' I396' +0x000000b6:ix_rkey[0021]: ' I397' +0x000000be:ix_rkey[0022]: ' I398' +0x000000c6:ix_rkey[0023]: ' I399' +0x000000ce:ix_rkey[0024]: ' I400' +0x000000d6:ix_rkey[0025]: ' I401' +0x000000de:ix_rkey[0026]: ' I402' +0x000000e6:ix_rkey[0027]: ' I403' +0x000000ee:ix_rkey[0028]: ' I404' +0x000000f6:ix_rkey[0029]: ' I405' +0x000000fe:ix_rkey[0030]: ' I406' +0x00000106:ix_rkey[0031]: ' I407' +0x0000010e:ix_rkey[0032]: ' I408' +0x00000116:ix_rkey[0033]: ' I409' +0x0000011e:ix_rkey[0034]: ' I410' +0x00000126:ix_rkey[0035]: ' I411' +0x0000012e:ix_rkey[0036]: ' I412' +0x00000136:ix_rkey[0037]: ' I413' +0x0000013e:ix_rkey[0038]: ' I414' +0x00000146:ix_rkey[0039]: ' I415' +0x0000014e:ix_rkey[0040]: ' I416' +0x00000156:ix_rkey[0041]: ' I417' +0x0000015e:ix_rkey[0042]: ' I418' +0x00000166:ix_rkey[0043]: ' I419' +0x0000016e:ix_rkey[0044]: ' I420' +0x00000176:ix_rkey[0045]: ' I421' +0x0000017e:ix_rkey[0046]: ' I422' +0x00000186:ix_rkey[0047]: ' I423' +0x0000018e:ix_rkey[0048]: ' I424' +0x00000196:ix_rkey[0049]: ' I425' +0x0000019e:ix_rkey[0050]: ' I426' +0x000001a6:ix_rkey[0051]: ' I427' +0x000001ae:ix_rkey[0052]: ' I428' +0x000001b6:ix_rkey[0053]: ' I429' +0x000001be:ix_rkey[0054]: ' I430' +0x000001c6:ix_rkey[0055]: ' I431' +0x000001ce:ix_rkey[0056]: ' I432' +0x000001d6:ix_rkey[0057]: ' I433' +0x000001de:ix_rkey[0058]: ' I434' +0x000001e6:ix_rkey[0059]: ' I435' +0x000001ee:ix_rkey[0060]: ' I436' +0x000001f6:ix_rkey[0061]: ' I437' +0x000001fe:ix_rkey[0062]: ' I438' +0x00000206:ix_rkey[0063]: ' I439' +0x0000020e:ix_rkey[0064]: ' I440' +0x00000216:ix_rkey[0065]: ' I441' +0x0000021e:ix_rkey[0066]: ' I442' +0x00000226:ix_rkey[0067]: ' I443' +0x0000022e:ix_rkey[0068]: ' I444' +0x00000236:ix_rkey[0069]: ' I445' +0x0000023e:ix_rkey[0070]: ' I446' +0x00000246:ix_rkey[0071]: ' I447' +0x0000024e:ix_rkey[0072]: ' I448' +0x00000256:ix_rkey[0073]: ' I449' +0x0000025e:ix_rkey[0074]: ' I450' +0x00000266:ix_rkey[0075]: ' I451' +0x0000026e:ix_rkey[0076]: ' I452' +0x00000276:ix_rkey[0077]: ' I453' +0x0000027e:ix_rkey[0078]: ' I454' +0x00000286:ix_rkey[0079]: ' I455' +0x0000028e:ix_rkey[0080]: ' I456' +0x00000296:ix_rkey[0081]: ' I457' +0x0000029e:ix_rkey[0082]: ' I458' +0x000002a6:ix_rkey[0083]: ' I459' +0x000002ae:ix_rkey[0084]: ' I460' +0x000002b6:ix_rkey[0085]: ' I461' +0x000002be:ix_rkey[0086]: ' I462' +0x000002c6:ix_rkey[0087]: ' I463' +0x000002ce:ix_rkey[0088]: ' I464' +0x000002d6:ix_rkey[0089]: ' I465' +0x000002de:ix_rkey[0090]: ' I466' +0x000002e6:ix_rkey[0091]: ' I467' +0x000002ee:ix_rkey[0092]: ' I468' +0x000002f6:ix_rkey[0093]: ' I469' +0x000002fe:ix_rkey[0094]: ' I470' +0x00000306:ix_rkey[0095]: ' I471' +0x0000030e:ix_rkey[0096]: ' I472' +0x00000316:ix_rkey[0097]: ' I473' +0x0000031e:ix_rkey[0098]: ' I474' +0x00000326:ix_rkey[0099]: ' I475' +0x0000032e:ix_rkey[0100]: ' I476' +0x00000336:ix_rkey[0101]: ' I477' +0x0000033e:ix_rkey[0102]: ' I478' +0x00000346:ix_rkey[0103]: ' I479' +0x0000034e:ix_rkey[0104]: ' I480' +0x00000356:ix_rkey[0105]: ' I481' +0x0000035e:ix_rkey[0106]: ' I482' +0x00000366:ix_rkey[0107]: ' I483' +0x0000036e:ix_rkey[0108]: ' I484' +0x00000376:ix_rkey[0109]: ' I485' +0x0000037e:ix_rkey[0110]: ' I486' +0x00000386:ix_rkey[0111]: ' I487' +0x0000038e:ix_rkey[0112]: ' I488' +0x00000396:ix_rkey[0113]: ' I489' +0x0000039e:ix_rkey[0114]: ' I490' +0x000003a6:ix_rkey[0115]: ' I491' +0x000003ae:ix_rkey[0116]: ' I492' +0x000003b6:ix_rkey[0117]: ' I493' +0x000003be:ix_rkey[0118]: ' I494' +0x000003c6:ix_rkey[0119]: ' I495' +0x000003ce:ix_rkey[0120]: ' I496' +0x000003d6:ix_rkey[0121]: ' I497' +0x000003de:ix_rkey[0122]: ' I498' +0x000003e6:ix_rkey[0123]: ' I499' +0x000003ee:ix_rkey[0124]: ' I500' +0x000003f6:ix_rkey[0125]: ' I501' +0x000003fe:ix_rkey[0126]: ' I502' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000038 +0x0000080c:ix_offs[0001]: 0x00000038 0x00000c08:ix_lens[0001]: 0x0000003a +0x00000810:ix_offs[0002]: 0x00000072 0x00000c0c:ix_lens[0002]: 0x00000089 +0x00000814:ix_offs[0003]: 0x000000fb 0x00000c10:ix_lens[0003]: 0x0000007c +0x00000818:ix_offs[0004]: 0x00000177 0x00000c14:ix_lens[0004]: 0x00000057 +0x0000081c:ix_offs[0005]: 0x000001ce 0x00000c18:ix_lens[0005]: 0x00000056 +0x00000820:ix_offs[0006]: 0x00000224 0x00000c1c:ix_lens[0006]: 0x0000004e +0x00000824:ix_offs[0007]: 0x00000272 0x00000c20:ix_lens[0007]: 0x00000059 +0x00000828:ix_offs[0008]: 0x000002cb 0x00000c24:ix_lens[0008]: 0x00000095 +0x0000082c:ix_offs[0009]: 0x00000360 0x00000c28:ix_lens[0009]: 0x0000008e +0x00000830:ix_offs[0010]: 0x000003ee 0x00000c2c:ix_lens[0010]: 0x00000089 +0x00000834:ix_offs[0011]: 0x00000477 0x00000c30:ix_lens[0011]: 0x00000083 +0x00000838:ix_offs[0012]: 0x000004fa 0x00000c34:ix_lens[0012]: 0x00000086 +0x0000083c:ix_offs[0013]: 0x00000580 0x00000c38:ix_lens[0013]: 0x0000008d +0x00000840:ix_offs[0014]: 0x0000060d 0x00000c3c:ix_lens[0014]: 0x00000074 +0x00000844:ix_offs[0015]: 0x00000681 0x00000c40:ix_lens[0015]: 0x00000072 +0x00000848:ix_offs[0016]: 0x000006f3 0x00000c44:ix_lens[0016]: 0x00000077 +0x0000084c:ix_offs[0017]: 0x0000076a 0x00000c48:ix_lens[0017]: 0x00000061 +0x00000850:ix_offs[0018]: 0x000007cb 0x00000c4c:ix_lens[0018]: 0x00000073 +0x00000854:ix_offs[0019]: 0x0000083e 0x00000c50:ix_lens[0019]: 0x0000006f +0x00000858:ix_offs[0020]: 0x000008ad 0x00000c54:ix_lens[0020]: 0x0000008f +0x0000085c:ix_offs[0021]: 0x0000093c 0x00000c58:ix_lens[0021]: 0x0000007e +0x00000860:ix_offs[0022]: 0x000009ba 0x00000c5c:ix_lens[0022]: 0x00000099 +0x00000864:ix_offs[0023]: 0x00000a53 0x00000c60:ix_lens[0023]: 0x00000083 +0x00000868:ix_offs[0024]: 0x00000ad6 0x00000c64:ix_lens[0024]: 0x0000008f +0x0000086c:ix_offs[0025]: 0x00000b65 0x00000c68:ix_lens[0025]: 0x0000007f +0x00000870:ix_offs[0026]: 0x00000be4 0x00000c6c:ix_lens[0026]: 0x000000ac +0x00000874:ix_offs[0027]: 0x00000c90 0x00000c70:ix_lens[0027]: 0x0000006d +0x00000878:ix_offs[0028]: 0x00000cfd 0x00000c74:ix_lens[0028]: 0x00000070 +0x0000087c:ix_offs[0029]: 0x00000d6d 0x00000c78:ix_lens[0029]: 0x000000fc +0x00000880:ix_offs[0030]: 0x00000e69 0x00000c7c:ix_lens[0030]: 0x0000006d +0x00000884:ix_offs[0031]: 0x00000ed6 0x00000c80:ix_lens[0031]: 0x0000005c +0x00000888:ix_offs[0032]: 0x00000f32 0x00000c84:ix_lens[0032]: 0x000000b7 +0x0000088c:ix_offs[0033]: 0x00000fe9 0x00000c88:ix_lens[0033]: 0x00000096 +0x00000890:ix_offs[0034]: 0x0000107f 0x00000c8c:ix_lens[0034]: 0x00000072 +0x00000894:ix_offs[0035]: 0x000010f1 0x00000c90:ix_lens[0035]: 0x000000b0 +0x00000898:ix_offs[0036]: 0x000011a1 0x00000c94:ix_lens[0036]: 0x000000bd +0x0000089c:ix_offs[0037]: 0x0000125e 0x00000c98:ix_lens[0037]: 0x0000005e +0x000008a0:ix_offs[0038]: 0x000012bc 0x00000c9c:ix_lens[0038]: 0x0000006a +0x000008a4:ix_offs[0039]: 0x00001326 0x00000ca0:ix_lens[0039]: 0x0000005d +0x000008a8:ix_offs[0040]: 0x00001383 0x00000ca4:ix_lens[0040]: 0x0000005e +0x000008ac:ix_offs[0041]: 0x000013e1 0x00000ca8:ix_lens[0041]: 0x000000dd +0x000008b0:ix_offs[0042]: 0x000014be 0x00000cac:ix_lens[0042]: 0x0000008f +0x000008b4:ix_offs[0043]: 0x0000154d 0x00000cb0:ix_lens[0043]: 0x000000b9 +0x000008b8:ix_offs[0044]: 0x00001606 0x00000cb4:ix_lens[0044]: 0x00000083 +0x000008bc:ix_offs[0045]: 0x00001689 0x00000cb8:ix_lens[0045]: 0x00000076 +0x000008c0:ix_offs[0046]: 0x000016ff 0x00000cbc:ix_lens[0046]: 0x0000006b +0x000008c4:ix_offs[0047]: 0x0000176a 0x00000cc0:ix_lens[0047]: 0x00000072 +0x000008c8:ix_offs[0048]: 0x000017dc 0x00000cc4:ix_lens[0048]: 0x00000068 +0x000008cc:ix_offs[0049]: 0x00001844 0x00000cc8:ix_lens[0049]: 0x0000006a +0x000008d0:ix_offs[0050]: 0x000018ae 0x00000ccc:ix_lens[0050]: 0x0000007b +0x000008d4:ix_offs[0051]: 0x00001929 0x00000cd0:ix_lens[0051]: 0x0000006a +0x000008d8:ix_offs[0052]: 0x00001993 0x00000cd4:ix_lens[0052]: 0x00000069 +0x000008dc:ix_offs[0053]: 0x000019fc 0x00000cd8:ix_lens[0053]: 0x00000079 +0x000008e0:ix_offs[0054]: 0x00001a75 0x00000cdc:ix_lens[0054]: 0x00000092 +0x000008e4:ix_offs[0055]: 0x00001b07 0x00000ce0:ix_lens[0055]: 0x00000037 +0x000008e8:ix_offs[0056]: 0x00001b3e 0x00000ce4:ix_lens[0056]: 0x0000007f +0x000008ec:ix_offs[0057]: 0x00001bbd 0x00000ce8:ix_lens[0057]: 0x00000058 +0x000008f0:ix_offs[0058]: 0x00001c15 0x00000cec:ix_lens[0058]: 0x00000094 +0x000008f4:ix_offs[0059]: 0x00001ca9 0x00000cf0:ix_lens[0059]: 0x00000070 +0x000008f8:ix_offs[0060]: 0x00001d19 0x00000cf4:ix_lens[0060]: 0x0000007c +0x000008fc:ix_offs[0061]: 0x00001d95 0x00000cf8:ix_lens[0061]: 0x000000c4 +0x00000900:ix_offs[0062]: 0x00001e59 0x00000cfc:ix_lens[0062]: 0x00000104 +0x00000904:ix_offs[0063]: 0x00001f5d 0x00000d00:ix_lens[0063]: 0x000000f4 +0x00000908:ix_offs[0064]: 0x00002051 0x00000d04:ix_lens[0064]: 0x00000088 +0x0000090c:ix_offs[0065]: 0x000020d9 0x00000d08:ix_lens[0065]: 0x00000069 +0x00000910:ix_offs[0066]: 0x00002142 0x00000d0c:ix_lens[0066]: 0x00000048 +0x00000914:ix_offs[0067]: 0x0000218a 0x00000d10:ix_lens[0067]: 0x0000004c +0x00000918:ix_offs[0068]: 0x000021d6 0x00000d14:ix_lens[0068]: 0x00000062 +0x0000091c:ix_offs[0069]: 0x00002238 0x00000d18:ix_lens[0069]: 0x0000007c +0x00000920:ix_offs[0070]: 0x000022b4 0x00000d1c:ix_lens[0070]: 0x00000073 +0x00000924:ix_offs[0071]: 0x00002327 0x00000d20:ix_lens[0071]: 0x0000009d +0x00000928:ix_offs[0072]: 0x000023c4 0x00000d24:ix_lens[0072]: 0x00000080 +0x0000092c:ix_offs[0073]: 0x00002444 0x00000d28:ix_lens[0073]: 0x0000008c +0x00000930:ix_offs[0074]: 0x000024d0 0x00000d2c:ix_lens[0074]: 0x000000cc +0x00000934:ix_offs[0075]: 0x0000259c 0x00000d30:ix_lens[0075]: 0x00000089 +0x00000938:ix_offs[0076]: 0x00002625 0x00000d34:ix_lens[0076]: 0x00000092 +0x0000093c:ix_offs[0077]: 0x000026b7 0x00000d38:ix_lens[0077]: 0x00000075 +0x00000940:ix_offs[0078]: 0x0000272c 0x00000d3c:ix_lens[0078]: 0x0000005f +0x00000944:ix_offs[0079]: 0x0000278b 0x00000d40:ix_lens[0079]: 0x00000066 +0x00000948:ix_offs[0080]: 0x000027f1 0x00000d44:ix_lens[0080]: 0x00000104 +0x0000094c:ix_offs[0081]: 0x000028f5 0x00000d48:ix_lens[0081]: 0x000000c1 +0x00000950:ix_offs[0082]: 0x000029b6 0x00000d4c:ix_lens[0082]: 0x000000de +0x00000954:ix_offs[0083]: 0x00002a94 0x00000d50:ix_lens[0083]: 0x0000009f +0x00000958:ix_offs[0084]: 0x00002b33 0x00000d54:ix_lens[0084]: 0x00000085 +0x0000095c:ix_offs[0085]: 0x00002bb8 0x00000d58:ix_lens[0085]: 0x0000008a +0x00000960:ix_offs[0086]: 0x00002c42 0x00000d5c:ix_lens[0086]: 0x00000068 +0x00000964:ix_offs[0087]: 0x00002caa 0x00000d60:ix_lens[0087]: 0x0000008e +0x00000968:ix_offs[0088]: 0x00002d38 0x00000d64:ix_lens[0088]: 0x00000074 +0x0000096c:ix_offs[0089]: 0x00002dac 0x00000d68:ix_lens[0089]: 0x00000085 +0x00000970:ix_offs[0090]: 0x00002e31 0x00000d6c:ix_lens[0090]: 0x00000072 +0x00000974:ix_offs[0091]: 0x00002ea3 0x00000d70:ix_lens[0091]: 0x00000033 +0x00000978:ix_offs[0092]: 0x00002ed6 0x00000d74:ix_lens[0092]: 0x000000a0 +0x0000097c:ix_offs[0093]: 0x00002f76 0x00000d78:ix_lens[0093]: 0x00000090 +0x00000980:ix_offs[0094]: 0x00003006 0x00000d7c:ix_lens[0094]: 0x000000e3 +0x00000984:ix_offs[0095]: 0x000030e9 0x00000d80:ix_lens[0095]: 0x00000094 +0x00000988:ix_offs[0096]: 0x0000317d 0x00000d84:ix_lens[0096]: 0x00000086 +0x0000098c:ix_offs[0097]: 0x00003203 0x00000d88:ix_lens[0097]: 0x000000a5 +0x00000990:ix_offs[0098]: 0x000032a8 0x00000d8c:ix_lens[0098]: 0x00000073 +0x00000994:ix_offs[0099]: 0x0000331b 0x00000d90:ix_lens[0099]: 0x0000009b +0x00000998:ix_offs[0100]: 0x000033b6 0x00000d94:ix_lens[0100]: 0x00000064 +0x0000099c:ix_offs[0101]: 0x0000341a 0x00000d98:ix_lens[0101]: 0x00000083 +0x000009a0:ix_offs[0102]: 0x0000349d 0x00000d9c:ix_lens[0102]: 0x0000003d +0x000009a4:ix_offs[0103]: 0x000034da 0x00000da0:ix_lens[0103]: 0x00000076 +0x000009a8:ix_offs[0104]: 0x00003550 0x00000da4:ix_lens[0104]: 0x0000003d +0x000009ac:ix_offs[0105]: 0x0000358d 0x00000da8:ix_lens[0105]: 0x00000077 +0x000009b0:ix_offs[0106]: 0x00003604 0x00000dac:ix_lens[0106]: 0x00000068 +0x000009b4:ix_offs[0107]: 0x0000366c 0x00000db0:ix_lens[0107]: 0x0000003e +0x000009b8:ix_offs[0108]: 0x000036aa 0x00000db4:ix_lens[0108]: 0x00000050 +0x000009bc:ix_offs[0109]: 0x000036fa 0x00000db8:ix_lens[0109]: 0x00000047 +0x000009c0:ix_offs[0110]: 0x00003741 0x00000dbc:ix_lens[0110]: 0x00000085 +0x000009c4:ix_offs[0111]: 0x000037c6 0x00000dc0:ix_lens[0111]: 0x00000070 +0x000009c8:ix_offs[0112]: 0x00003836 0x00000dc4:ix_lens[0112]: 0x0000007f +0x000009cc:ix_offs[0113]: 0x000038b5 0x00000dc8:ix_lens[0113]: 0x00000074 +0x000009d0:ix_offs[0114]: 0x00003929 0x00000dcc:ix_lens[0114]: 0x00000049 +0x000009d4:ix_offs[0115]: 0x00003972 0x00000dd0:ix_lens[0115]: 0x00000071 +0x000009d8:ix_offs[0116]: 0x000039e3 0x00000dd4:ix_lens[0116]: 0x00000071 +0x000009dc:ix_offs[0117]: 0x00003a54 0x00000dd8:ix_lens[0117]: 0x00000094 +0x000009e0:ix_offs[0118]: 0x00003ae8 0x00000ddc:ix_lens[0118]: 0x0000007b +0x000009e4:ix_offs[0119]: 0x00003b63 0x00000de0:ix_lens[0119]: 0x0000007c +0x000009e8:ix_offs[0120]: 0x00003bdf 0x00000de4:ix_lens[0120]: 0x0000004b +0x000009ec:ix_offs[0121]: 0x00003c2a 0x00000de8:ix_lens[0121]: 0x00000076 +0x000009f0:ix_offs[0122]: 0x00003ca0 0x00000dec:ix_lens[0122]: 0x00000071 +0x000009f4:ix_offs[0123]: 0x00003d11 0x00000df0:ix_lens[0123]: 0x00000067 +0x000009f8:ix_offs[0124]: 0x00003d78 0x00000df4:ix_lens[0124]: 0x0000006f +0x000009fc:ix_offs[0125]: 0x00003de7 0x00000df8:ix_lens[0125]: 0x0000006d +0x00000a00:ix_offs[0126]: 0x00003e54 0x00000dfc:ix_lens[0126]: 0x0000007a + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I376 offs: 0x00000000 lens: 0x00000038 +0x00001000-0x00001037: +>>0 @I376@ INDI +1 NAME John /Work/ +1 SEX M +1 FAMS @F234@ +<< +[0001] INDI rkey: I377 offs: 0x00000038 lens: 0x0000003a +0x00001038-0x00001071: +>>0 @I377@ INDI +1 NAME Sarah /Boude/ +1 SEX F +1 FAMS @F234@ +<< +[0002] INDI rkey: I378 offs: 0x00000072 lens: 0x00000089 +0x00001072-0x000010fa: +>>0 @I378@ INDI +1 NAME Edmund /Burke_Roche/ +1 SEX M +1 TITL Baron Fermoy +1 BIRT +2 DATE 1815 +1 DEAT +2 DATE 1874 +1 FAMC @F236@ +1 FAMS @F232@ +<< +[0003] INDI rkey: I379 offs: 0x000000fb lens: 0x0000007c +0x000010fb-0x00001176: +>>0 @I379@ INDI +1 NAME Elizabeth Caroline /Boothby/ +1 SEX F +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1897 +1 FAMC @F237@ +1 FAMS @F232@ +<< +[0004] INDI rkey: I380 offs: 0x00000177 lens: 0x00000057 +0x00001177-0x000011cd: +>>0 @I380@ INDI +1 NAME James Brownell /Boothby/ +1 SEX M +1 DEAT +2 DATE 1850 +1 FAMS @F237@ +<< +[0005] INDI rkey: I381 offs: 0x000001ce lens: 0x00000056 +0x000011ce-0x00001223: +>>0 @I381@ INDI +1 NAME Charlotte /Cunningham/ +1 SEX F +1 DEAT +2 DATE 1893 +1 FAMS @F237@ +<< +[0006] INDI rkey: I382 offs: 0x00000224 lens: 0x0000004e +0x00001224-0x00001271: +>>0 @I382@ INDI +1 NAME Edward /Roche/ +1 SEX M +1 DEAT +2 DATE 1855 +1 FAMS @F236@ +<< +[0007] INDI rkey: I383 offs: 0x00000272 lens: 0x00000059 +0x00001272-0x000012ca: +>>0 @I383@ INDI +1 NAME Margaret Honoria /Curtain/ +1 SEX F +1 DEAT +2 DATE 1862 +1 FAMS @F236@ +<< +[0008] INDI rkey: I384 offs: 0x000002cb lens: 0x00000095 +0x000012cb-0x0000135f: +>>0 @I384@ INDI +1 NAME James Albert Edward/Hamilton/ +1 SEX M +1 TITL Duke of Abercorn +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1953 +1 FAMC @F238@ +1 FAMS @F229@ +<< +[0009] INDI rkey: I385 offs: 0x00000360 lens: 0x0000008e +0x00001360-0x000013ed: +>>0 @I385@ INDI +1 NAME Rosalind Cecilia Caroline/Bingham/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1958 +1 FAMC @F239@ +1 FAMS @F229@ +<< +[0010] INDI rkey: I386 offs: 0x000003ee lens: 0x00000089 +0x000013ee-0x00001476: +>>0 @I386@ INDI +1 NAME James /Hamilton/ +1 SEX M +1 TITL Duke of Abercorn +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1913 +1 FAMC @F240@ +1 FAMS @F238@ +<< +[0011] INDI rkey: I387 offs: 0x00000477 lens: 0x00000083 +0x00001477-0x000014f9: +>>0 @I387@ INDI +1 NAME Mary Anna /Curzon-Howe/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1929 +1 FAMC @F241@ +1 FAMS @F238@ +<< +[0012] INDI rkey: I388 offs: 0x000004fa lens: 0x00000086 +0x000014fa-0x0000157f: +>>0 @I388@ INDI +1 NAME George /Bingham/ +1 SEX M +1 TITL Earl of Lucan +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1914 +1 FAMC @F242@ +1 FAMS @F239@ +<< +[0013] INDI rkey: I389 offs: 0x00000580 lens: 0x0000008d +0x00001580-0x0000160c: +>>0 @I389@ INDI +1 NAME Cecilia Catherine /Gordon-Lennox/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1910 +1 FAMC @F243@ +1 FAMS @F239@ +<< +[0014] INDI rkey: I390 offs: 0x0000060d lens: 0x00000074 +0x0000160d-0x00001680: +>>0 @I390@ INDI +1 NAME William Smith /Gill/ +1 SEX M +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1957 +1 FAMC @F244@ +1 FAMS @F231@ +<< +[0015] INDI rkey: I391 offs: 0x00000681 lens: 0x00000072 +0x00001681-0x000016f2: +>>0 @I391@ INDI +1 NAME Ruth /Littlejohn/ +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1964 +1 FAMC @F245@ +1 FAMS @F231@ +<< +[0016] INDI rkey: I392 offs: 0x000006f3 lens: 0x00000077 +0x000016f3-0x00001769: +>>0 @I392@ INDI +1 NAME Alexander Ogston /Gill/ +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1908 +1 FAMC @F246@ +1 FAMS @F244@ +<< +[0017] INDI rkey: I393 offs: 0x0000076a lens: 0x00000061 +0x0000176a-0x000017ca: +>>0 @I393@ INDI +1 NAME Barbara Smith /Marr/ +1 SEX F +1 BIRT +2 DATE 1843 +1 FAMC @F247@ +1 FAMS @F244@ +<< +[0018] INDI rkey: I394 offs: 0x000007cb lens: 0x00000073 +0x000017cb-0x0000183d: +>>0 @I394@ INDI +1 NAME David /Littlejohn/ +1 SEX M +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1924 +1 FAMC @F248@ +1 FAMS @F245@ +<< +[0019] INDI rkey: I395 offs: 0x0000083e lens: 0x0000006f +0x0000183e-0x000018ac: +>>0 @I395@ INDI +1 NAME Jane /Crombie/ +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1917 +1 FAMC @F249@ +1 FAMS @F245@ +<< +[0020] INDI rkey: I396 offs: 0x000008ad lens: 0x0000008f +0x000018ad-0x0000193b: +>>0 @I396@ INDI +1 NAME Charles Robert /Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1922 +1 FAMC @F250@ +1 FAMS @F228@ +<< +[0021] INDI rkey: I397 offs: 0x0000093c lens: 0x0000007e +0x0000193c-0x000019b9: +>>0 @I397@ INDI +1 NAME Margaret /Baring/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1906 +1 FAMC @F251@ +1 FAMS @F228@ +<< +[0022] INDI rkey: I398 offs: 0x000009ba lens: 0x00000099 +0x000019ba-0x00001a52: +>>0 @I398@ INDI +1 NAME Frederick /Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 1798 +1 DEAT +2 DATE 1857 +1 FAMC @F252@ +1 FAMS @F250@ +1 FAMS @F253@ +<< +[0023] INDI rkey: I399 offs: 0x00000a53 lens: 0x00000083 +0x00001a53-0x00001ad5: +>>0 @I399@ INDI +1 NAME Adelaide Horatia Elizabeth/Seymour/ +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1877 +1 FAMC @F254@ +1 FAMS @F250@ +<< +[0024] INDI rkey: I400 offs: 0x00000ad6 lens: 0x0000008f +0x00001ad6-0x00001b64: +>>0 @I400@ INDI +1 NAME Edward Charles /Baring/ +1 SEX M +1 TITL Baron Revelstoke +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1897 +1 FAMC @F255@ +1 FAMS @F251@ +<< +[0025] INDI rkey: I401 offs: 0x00000b65 lens: 0x0000007f +0x00001b65-0x00001be3: +>>0 @I401@ INDI +1 NAME Louisa Emily Charlotte/Bulteel/ +1 SEX F +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1892 +1 FAMC @F256@ +1 FAMS @F251@ +<< +[0026] INDI rkey: I402 offs: 0x00000be4 lens: 0x000000ac +0x00001be4-0x00001c8f: +>>0 @I402@ INDI +1 NAME Augusta of_Schleswig- Holstein-// +1 SEX F +1 BIRT +2 DATE 22 OCT 1858 +2 PLAC Dolzig +1 DEAT +2 DATE 11 APR 1921 +2 PLAC Haus Doorn,Netherlands +1 FAMS @F19@ +<< +[0027] INDI rkey: I403 offs: 0x00000c90 lens: 0x0000006d +0x00001c90-0x00001cfc: +>>0 @I403@ INDI +1 NAME Bernard of_Saxe- Meiningen// +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1928 +1 FAMS @F62@ +<< +[0028] INDI rkey: I404 offs: 0x00000cfd lens: 0x00000070 +0x00001cfd-0x00001d6c: +>>0 @I404@ INDI +1 NAME Adolphus of_Schaumburg- Lippe// +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1916 +1 FAMS @F59@ +<< +[0029] INDI rkey: I405 offs: 0x00000d6d lens: 0x000000fc +0x00001d6d-0x00001e68: +>>0 @I405@ INDI +1 NAME Constantine_I /Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 2 AUG 1868 +2 PLAC Athens,Greece +1 DEAT +2 DATE 11 JAN 1923 +2 PLAC Palermo,Italy +1 BURI +2 DATE NOV 1936 +2 PLAC Tatoi,Near Athens,Greece +1 FAMC @F76@ +1 FAMS @F61@ +<< +[0030] INDI rkey: I406 offs: 0x00000e69 lens: 0x0000006d +0x00001e69-0x00001ed5: +>>0 @I406@ INDI +1 NAME Frederick Charles of_Hesse// +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1940 +1 FAMS @F63@ +<< +[0031] INDI rkey: I407 offs: 0x00000ed6 lens: 0x0000005c +0x00001ed6-0x00001f31: +>>0 @I407@ INDI +1 NAME Victoria of_Schleswig- Holstein// +1 SEX F +1 TITL Princess +1 FAMS @F93@ +<< +[0032] INDI rkey: I408 offs: 0x00000f32 lens: 0x000000b7 +0x00001f32-0x00001fe8: +>>0 @I408@ INDI +1 NAME Irene /Denison/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 16 JUL 1956 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,,England +1 FAMC @F257@ +1 FAMS @F24@ +<< +[0033] INDI rkey: I409 offs: 0x00000fe9 lens: 0x00000096 +0x00001fe9-0x0000207e: +>>0 @I409@ INDI +1 NAME Alfonso_XIII // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1941 +2 PLAC ,,Portugal +1 FAMC @F258@ +1 FAMS @F25@ +<< +[0034] INDI rkey: I410 offs: 0x0000107f lens: 0x00000072 +0x0000207f-0x000020f0: +>>0 @I410@ INDI +1 NAME Louise of_Mecklenburg- Strelitz// +1 SEX F +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1810 +1 FAMS @F38@ +<< +[0035] INDI rkey: I411 offs: 0x000010f1 lens: 0x000000b0 +0x000020f1-0x000021a0: +>>0 @I411@ INDI +1 NAME Frederick William_IV // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 15 OCT 1795 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 2 JAN 1861 +1 FAMC @F38@ +1 FAMS @F259@ +<< +[0036] INDI rkey: I412 offs: 0x000011a1 lens: 0x000000bd +0x000021a1-0x0000225d: +>>0 @I412@ INDI +1 NAME William_I of_Germany // +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 22 MAR 1797 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 9 MAR 1888 +2 PLAC Berlin,Germany +1 FAMC @F38@ +1 FAMS @F18@ +<< +[0037] INDI rkey: I413 offs: 0x0000125e lens: 0x0000005e +0x0000225e-0x000022bb: +>>0 @I413@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1799 +1 DEAT +2 DATE 1800 +1 FAMC @F38@ +<< +[0038] INDI rkey: I414 offs: 0x000012bc lens: 0x0000006a +0x000022bc-0x00002325: +>>0 @I414@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1883 +1 FAMC @F38@ +1 FAMS @F260@ +<< +[0039] INDI rkey: I415 offs: 0x00001326 lens: 0x0000005d +0x00002326-0x00002382: +>>0 @I415@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1766 +1 DEAT +2 DATE 1806 +1 FAMS @F261@ +<< +[0040] INDI rkey: I416 offs: 0x00001383 lens: 0x0000005e +0x00002383-0x000023e0: +>>0 @I416@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1804 +1 DEAT +2 DATE 1806 +1 FAMC @F38@ +<< +[0041] INDI rkey: I417 offs: 0x000013e1 lens: 0x000000dd +0x000023e1-0x000024bd: +>>0 @I417@ INDI +1 NAME Charlemagne // +1 SEX M +1 TITL King of Franks +1 BIRT +2 DATE 2 APR 742 +2 PLAC Aachen,West Germany +1 DEAT +2 DATE 814 +1 FAMC @F262@ +1 FAMS @F263@ +1 FAMS @F264@ +1 FAMS @F265@ +1 FAMS @F266@ +1 FAMS @F267@ +<< +[0042] INDI rkey: I418 offs: 0x000014be lens: 0x0000008f +0x000024be-0x0000254c: +>>0 @I418@ INDI +1 NAME Albert of_Prussia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1872 +1 FAMC @F38@ +1 FAMS @F268@ +1 FAMS @F269@ +<< +[0043] INDI rkey: I419 offs: 0x0000154d lens: 0x000000b9 +0x0000254d-0x00002605: +>>0 @I419@ INDI +1 NAME Hermine of_Reuss // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 17 DEC 1887 +2 PLAC Greiz +1 DEAT +2 DATE 7 AUG 1947 +2 PLAC Frankfurt an der,Oder +1 FAMS @F270@ +1 FAMS @F20@ +<< +[0044] INDI rkey: I420 offs: 0x00001606 lens: 0x00000083 +0x00002606-0x00002688: +>>0 @I420@ INDI +1 NAME William // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1951/1952 +1 FAMC @F19@ +1 FAMS @F271@ +<< +[0045] INDI rkey: I421 offs: 0x00001689 lens: 0x00000076 +0x00002689-0x000026fe: +>>0 @I421@ INDI +1 NAME Eitel Frederick // +1 SEX M +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1942/1943 +1 FAMC @F19@ +1 FAMS @F272@ +<< +[0046] INDI rkey: I422 offs: 0x000016ff lens: 0x0000006b +0x000026ff-0x00002769: +>>0 @I422@ INDI +1 NAME Adalbert // +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1948 +1 FAMC @F19@ +1 FAMS @F273@ +<< +[0047] INDI rkey: I423 offs: 0x0000176a lens: 0x00000072 +0x0000276a-0x000027db: +>>0 @I423@ INDI +1 NAME Augustus William // +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1949 +1 FAMC @F19@ +1 FAMS @F274@ +<< +[0048] INDI rkey: I424 offs: 0x000017dc lens: 0x00000068 +0x000027dc-0x00002843: +>>0 @I424@ INDI +1 NAME Oscar // +1 SEX M +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1958 +1 FAMC @F19@ +1 FAMS @F275@ +<< +[0049] INDI rkey: I425 offs: 0x00001844 lens: 0x0000006a +0x00002844-0x000028ad: +>>0 @I425@ INDI +1 NAME Joachim // +1 SEX M +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1920 +1 FAMC @F19@ +1 FAMS @F276@ +<< +[0050] INDI rkey: I426 offs: 0x000018ae lens: 0x0000007b +0x000028ae-0x00002928: +>>0 @I426@ INDI +1 NAME Victoria Louise of_Prussia// +1 SEX F +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1980 +1 FAMC @F19@ +1 FAMS @F277@ +<< +[0051] INDI rkey: I427 offs: 0x00001929 lens: 0x0000006a +0x00002929-0x00002992: +>>0 @I427@ INDI +1 NAME Augusta of_Saxe-Weimar // +1 SEX F +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1890 +1 FAMS @F18@ +<< +[0052] INDI rkey: I428 offs: 0x00001993 lens: 0x00000069 +0x00002993-0x000029fb: +>>0 @I428@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1923 +1 FAMC @F18@ +1 FAMS @F278@ +<< +[0053] INDI rkey: I429 offs: 0x000019fc lens: 0x00000079 +0x000029fc-0x00002a74: +>>0 @I429@ INDI +1 NAME Frederick of_Baden // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1907 +1 FAMS @F278@ +<< +[0054] INDI rkey: I430 offs: 0x00001a75 lens: 0x00000092 +0x00002a75-0x00002b06: +>>0 @I430@ INDI +1 NAME Alphonso of_Cavadonga // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1938 +1 FAMC @F25@ +1 FAMS @F279@ +1 FAMS @F280@ +<< +[0055] INDI rkey: I431 offs: 0x00001b07 lens: 0x00000037 +0x00002b07-0x00002b3d: +>>0 @I431@ INDI +1 NAME Don Jamie // +1 SEX M +1 FAMC @F25@ +<< +[0056] INDI rkey: I432 offs: 0x00001b3e lens: 0x0000007f +0x00002b3e-0x00002bbc: +>>0 @I432@ INDI +1 NAME Don Juan of_Spain// +1 SEX M +1 BIRT +2 DATE JUN 1913 +2 PLAC San Ildefonso,,Spain +1 FAMC @F25@ +1 FAMS @F281@ +<< +[0057] INDI rkey: I433 offs: 0x00001bbd lens: 0x00000058 +0x00002bbd-0x00002c14: +>>0 @I433@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMC @F25@ +1 FAMS @F282@ +<< +[0058] INDI rkey: I434 offs: 0x00001c15 lens: 0x00000094 +0x00002c15-0x00002ca8: +>>0 @I434@ INDI +1 NAME Maria de_las_Mercedes of_Bourbon// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1910 +2 PLAC Madrid,,Spain +1 FAMC @F283@ +1 FAMS @F281@ +<< +[0059] INDI rkey: I435 offs: 0x00001ca9 lens: 0x00000070 +0x00002ca9-0x00002d18: +>>0 @I435@ INDI +1 NAME Juan Carlos // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1938 +1 FAMC @F281@ +1 FAMS @F284@ +<< +[0060] INDI rkey: I436 offs: 0x00001d19 lens: 0x0000007c +0x00002d19-0x00002d94: +>>0 @I436@ INDI +1 NAME Marie (Mignon) /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1961 +1 FAMC @F70@ +1 FAMS @F285@ +<< +[0061] INDI rkey: I437 offs: 0x00001d95 lens: 0x000000c4 +0x00002d95-0x00002e58: +>>0 @I437@ INDI +1 NAME Elizabeth of_Romania /Hohenzollern/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 12 OCT 1894 +2 PLAC Pelesch +1 DEAT +2 DATE 14 NOV 1956 +2 PLAC Cannes,France +1 FAMC @F70@ +1 FAMS @F286@ +<< +[0062] INDI rkey: I438 offs: 0x00001e59 lens: 0x00000104 +0x00002e59-0x00002f5c: +>>0 @I438@ INDI +1 NAME Carol_II /Hohenzollern/ +1 SEX M +1 TITL King of Romania +1 BIRT +2 DATE 15 OCT 1893 +2 PLAC Castle Pelesch,Sinaia,Romania +1 DEAT +2 DATE 4 APR 1953 +2 PLAC Villa Mar y Sol,Estoril,Portugal +1 FAMC @F70@ +1 FAMS @F287@ +1 FAMS @F160@ +1 FAMS @F288@ +<< +[0063] INDI rkey: I439 offs: 0x00001f5d lens: 0x000000f4 +0x00002f5d-0x00003050: +>>0 @I439@ INDI +1 NAME George_II /Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 19 JUL 1890 +2 PLAC Tatoi,Near Athens,Greece +1 DEAT +2 DATE 1 APR 1947 +2 PLAC Athens,Greece +1 BURI +2 PLAC Tatoi,Near Athens,Greece +1 FAMC @F61@ +1 FAMS @F286@ +<< +[0064] INDI rkey: I440 offs: 0x00002051 lens: 0x00000088 +0x00003051-0x000030d8: +>>0 @I440@ INDI +1 NAME Alexander_I of_Yugoslavia // +1 SEX M +1 TITL King +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1934 +1 FAMC @F289@ +1 FAMS @F285@ +<< +[0065] INDI rkey: I441 offs: 0x000020d9 lens: 0x00000069 +0x000030d9-0x00003141: +>>0 @I441@ INDI +1 NAME Sophia of_Greece /Oldenburg/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMC @F159@ +1 FAMS @F284@ +<< +[0066] INDI rkey: I442 offs: 0x00002142 lens: 0x00000048 +0x00003142-0x00003189: +>>0 @I442@ INDI +1 NAME Helen // +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F284@ +<< +[0067] INDI rkey: I443 offs: 0x0000218a lens: 0x0000004c +0x0000318a-0x000031d5: +>>0 @I443@ INDI +1 NAME Christine // +1 SEX F +1 BIRT +2 DATE 1965 +1 FAMC @F284@ +<< +[0068] INDI rkey: I444 offs: 0x000021d6 lens: 0x00000062 +0x000031d6-0x00003237: +>>0 @I444@ INDI +1 NAME Philip of_Asturias // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1968 +1 FAMC @F284@ +<< +[0069] INDI rkey: I445 offs: 0x00002238 lens: 0x0000007c +0x00003238-0x000032b3: +>>0 @I445@ INDI +1 NAME Gustav Adolf // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1947 +1 FAMC @F85@ +1 FAMS @F290@ +<< +[0070] INDI rkey: I446 offs: 0x000022b4 lens: 0x00000073 +0x000032b4-0x00003326: +>>0 @I446@ INDI +1 NAME Erik of_Vastmanland // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1918 +1 FAMC @F88@ +<< +[0071] INDI rkey: I447 offs: 0x00002327 lens: 0x0000009d +0x00003327-0x000033c3: +>>0 @I447@ INDI +1 NAME Sigvard Oscar Fredrik// +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 7 JUN 1907 +1 FAMC @F85@ +1 FAMS @F291@ +1 FAMS @F292@ +1 FAMS @F293@ +<< +[0072] INDI rkey: I448 offs: 0x000023c4 lens: 0x00000080 +0x000033c4-0x00003443: +>>0 @I448@ INDI +1 NAME Bertil Gustaf Oscar// +1 SEX M +1 TITL Prince of Sweden +1 BIRT +2 DATE 28 FEB 1912 +1 FAMC @F85@ +1 FAMS @F294@ +<< +[0073] INDI rkey: I449 offs: 0x00002444 lens: 0x0000008c +0x00003444-0x000034cf: +>>0 @I449@ INDI +1 NAME Carl Johan Arthur// +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 31 OCT 1916 +1 FAMC @F85@ +1 FAMS @F295@ +1 FAMS @F296@ +<< +[0074] INDI rkey: I450 offs: 0x000024d0 lens: 0x000000cc +0x000034d0-0x0000359b: +>>0 @I450@ INDI +1 NAME Olav_V // +1 SEX M +1 TITL King of Norway +1 BIRT +2 DATE 2 JUL 1903 +2 PLAC Appleton House,Sandringham,Norfolk,England +1 DEAT +2 DATE 17 JAN 1991 +2 PLAC Norway +1 FAMC @F16@ +1 FAMS @F297@ +<< +[0075] INDI rkey: I451 offs: 0x0000259c lens: 0x00000089 +0x0000359c-0x00003624: +>>0 @I451@ INDI +1 NAME Martha of_Sweden // +1 SEX F +1 TITL Crown Princess +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1954 +1 FAMC @F298@ +1 FAMS @F297@ +<< +[0076] INDI rkey: I452 offs: 0x00002625 lens: 0x00000092 +0x00003625-0x000036b6: +>>0 @I452@ INDI +1 NAME Harald // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 21 FEB 1937 +2 PLAC Skaugum,Near Oslo,Norway +1 FAMC @F297@ +1 FAMS @F299@ +<< +[0077] INDI rkey: I453 offs: 0x000026b7 lens: 0x00000075 +0x000036b7-0x0000372b: +>>0 @I453@ INDI +1 NAME Sonja /Haraldsen/ +1 SEX F +1 TITL Crown Princess +1 BIRT +2 DATE 1937 +1 FAMC @F300@ +1 FAMS @F299@ +<< +[0078] INDI rkey: I454 offs: 0x0000272c lens: 0x0000005f +0x0000372c-0x0000378a: +>>0 @I454@ INDI +1 NAME Martha Louise // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1971 +1 FAMC @F299@ +<< +[0079] INDI rkey: I455 offs: 0x0000278b lens: 0x00000066 +0x0000378b-0x000037f0: +>>0 @I455@ INDI +1 NAME Haakon of_Norway /Magnus/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1973 +1 FAMC @F299@ +<< +[0080] INDI rkey: I456 offs: 0x000027f1 lens: 0x00000104 +0x000037f1-0x000038f4: +>>0 @I456@ INDI +1 NAME Gustav_V // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 16 JUN 1858 +2 PLAC Drottningholm,Near Stockholm,Sweden +1 DEAT +2 DATE 29 OCT 1950 +2 PLAC Drottningholm,Near Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMC @F301@ +1 FAMS @F88@ +<< +[0081] INDI rkey: I457 offs: 0x000028f5 lens: 0x000000c1 +0x000038f5-0x000039b5: +>>0 @I457@ INDI +1 NAME Victoria of_Baden // +1 SEX F +1 TITL Sweden +1 BIRT +2 DATE 7 AUG 1862 +2 PLAC Karlsruhe +1 DEAT +2 DATE 4 APR 1930 +2 PLAC Rome,Italy +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F88@ +<< +[0082] INDI rkey: I458 offs: 0x000029b6 lens: 0x000000de +0x000039b6-0x00003a93: +>>0 @I458@ INDI +1 NAME Oscar_II // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 21 JAN 1829 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 8 DEC 1907 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMC @F302@ +1 FAMS @F301@ +<< +[0083] INDI rkey: I459 offs: 0x00002a94 lens: 0x0000009f +0x00003a94-0x00003b32: +>>0 @I459@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 9 JUL 1836 +2 PLAC Biebrich +1 DEAT +2 DATE 30 DEC 1913 +2 PLAC Stockholm,Sweden +1 FAMC @F303@ +1 FAMS @F301@ +<< +[0084] INDI rkey: I460 offs: 0x00002b33 lens: 0x00000085 +0x00003b33-0x00003bb7: +>>0 @I460@ INDI +1 NAME Eleonore of_Solms- Hohensolms-Lich// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE 1937 +1 FAMS @F65@ +<< +[0085] INDI rkey: I461 offs: 0x00002bb8 lens: 0x0000008a +0x00003bb8-0x00003c41: +>>0 @I461@ INDI +1 NAME George Donatus of_Hesse// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1937 +1 FAMC @F65@ +1 FAMS @F304@ +<< +[0086] INDI rkey: I462 offs: 0x00002c42 lens: 0x00000068 +0x00003c42-0x00003ca9: +>>0 @I462@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1968 +1 FAMC @F65@ +1 FAMS @F305@ +<< +[0087] INDI rkey: I463 offs: 0x00002caa lens: 0x0000008e +0x00003caa-0x00003d37: +>>0 @I463@ INDI +1 NAME Cecilie of_Greece /Mountbatten/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1937 +1 FAMC @F45@ +1 FAMS @F304@ +<< +[0088] INDI rkey: I464 offs: 0x00002d38 lens: 0x00000074 +0x00003d38-0x00003dab: +>>0 @I464@ INDI +1 NAME Margaret /Campbell-Geddes/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1913 +1 FAMC @F306@ +1 FAMS @F305@ +<< +[0089] INDI rkey: I465 offs: 0x00002dac lens: 0x00000085 +0x00003dac-0x00003e30: +>>0 @I465@ INDI +1 NAME Christopher /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1940 +1 FAMC @F76@ +1 FAMS @F307@ +1 FAMS @F308@ +<< +[0090] INDI rkey: I466 offs: 0x00002e31 lens: 0x00000072 +0x00003e31-0x00003ea2: +>>0 @I466@ INDI +1 NAME George /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1957 +1 FAMC @F76@ +1 FAMS @F309@ +<< +[0091] INDI rkey: I467 offs: 0x00002ea3 lens: 0x00000033 +0x00003ea3-0x00003ed5: +>>0 @I467@ INDI +1 NAME Olga // +1 SEX F +1 FAMC @F76@ +<< +[0092] INDI rkey: I468 offs: 0x00002ed6 lens: 0x000000a0 +0x00003ed6-0x00003f75: +>>0 @I468@ INDI +1 NAME Michael /Hohenzollern/ +1 SEX M +1 TITL King of Romania +1 BIRT +2 DATE 25 OCT 1921 +2 PLAC Pelesch,Sinaia,Romania +1 FAMC @F160@ +1 FAMS @F310@ +<< +[0093] INDI rkey: I469 offs: 0x00002f76 lens: 0x00000090 +0x00003f76-0x00004005: +>>0 @I469@ INDI +1 NAME Anne of_Bourbon-Parma // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 18 SEP 1923 +2 PLAC Paris,France +1 FAMC @F184@ +1 FAMS @F310@ +<< +[0094] INDI rkey: I470 offs: 0x00003006 lens: 0x000000e3 +0x00004006-0x000040e8: +>>0 @I470@ INDI +1 NAME Frederica of_Hanover /Hanover/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 18 APR 1917 +2 PLAC Blankenburg,Harz,Germany +1 DEAT +2 DATE 6 FEB 1981 +2 PLAC Madrid,Spain +1 BURI +2 PLAC Tatoi +1 FAMC @F277@ +1 FAMS @F159@ +<< +[0095] INDI rkey: I471 offs: 0x000030e9 lens: 0x00000094 +0x000040e9-0x0000417c: +>>0 @I471@ INDI +1 NAME Constantine_II /Oldenburg/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 2 JUN 1940 +2 PLAC Psychiko +1 FAMC @F159@ +1 FAMS @F311@ +<< +[0096] INDI rkey: I472 offs: 0x0000317d lens: 0x00000086 +0x0000417d-0x00004202: +>>0 @I472@ INDI +1 NAME Anne-Marie of_Denmark // +1 SEX F +1 BIRT +2 DATE 30 AUG 1946 +2 PLAC Copenhagen,Denmark +1 FAMC @F312@ +1 FAMS @F311@ +<< +[0097] INDI rkey: I473 offs: 0x00003203 lens: 0x000000a5 +0x00004203-0x000042a7: +>>0 @I473@ INDI +1 NAME Aspasia /Manos/ +1 SEX F +1 BIRT +2 DATE 4 SEP 1896 +2 PLAC Athens,Greece +1 DEAT +2 DATE 7 AUG 1972 +2 PLAC Venice,Italy +1 FAMC @F313@ +1 FAMS @F161@ +<< +[0098] INDI rkey: I474 offs: 0x000032a8 lens: 0x00000073 +0x000042a8-0x0000431a: +>>0 @I474@ INDI +1 NAME Alexandra of_Greece // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1921 +1 FAMC @F161@ +1 FAMS @F314@ +<< +[0099] INDI rkey: I475 offs: 0x0000331b lens: 0x0000009b +0x0000431b-0x000043b5: +>>0 @I475@ INDI +1 NAME Peter_II of_Yugoslavia // +1 SEX M +1 TITL King +1 BIRT +2 DATE 6 SEP 1923 +2 PLAC Belgrade +1 DEAT +2 DATE 1970 +1 FAMC @F285@ +1 FAMS @F314@ +<< +[0100] INDI rkey: I476 offs: 0x000033b6 lens: 0x00000064 +0x000043b6-0x00004419: +>>0 @I476@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1914 +1 FAMC @F45@ +1 FAMS @F315@ +1 FAMS @F316@ +<< +[0101] INDI rkey: I477 offs: 0x0000341a lens: 0x00000083 +0x0000441a-0x0000449c: +>>0 @I477@ INDI +1 NAME Gottfried of_Hohenlohe- Lagenburg// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1897 +1 DEAT +2 DATE 1960 +1 FAMS @F110@ +<< +[0102] INDI rkey: I478 offs: 0x0000349d lens: 0x0000003d +0x0000449d-0x000044d9: +>>0 @I478@ INDI +1 NAME Five_children // +1 SEX M +1 FAMC @F110@ +<< +[0103] INDI rkey: I479 offs: 0x000034da lens: 0x00000076 +0x000044da-0x0000454f: +>>0 @I479@ INDI +1 NAME Berthold of_Baden // +1 SEX M +1 TITL Margrave +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1963 +1 FAMS @F111@ +<< +[0104] INDI rkey: I480 offs: 0x00003550 lens: 0x0000003d +0x00004550-0x0000458c: +>>0 @I480@ INDI +1 NAME Four_Children // +1 SEX M +1 FAMC @F111@ +<< +[0105] INDI rkey: I481 offs: 0x0000358d lens: 0x00000077 +0x0000458d-0x00004603: +>>0 @I481@ INDI +1 NAME Christopher of_Hesse // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1944 +1 FAMS @F315@ +<< +[0106] INDI rkey: I482 offs: 0x00003604 lens: 0x00000068 +0x00004604-0x0000466b: +>>0 @I482@ INDI +1 NAME George William of_Hanover// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1915 +1 FAMS @F316@ +<< +[0107] INDI rkey: I483 offs: 0x0000366c lens: 0x0000003e +0x0000466c-0x000046a9: +>>0 @I483@ INDI +1 NAME Eight_children // +1 SEX M +1 FAMC @F316@ +<< +[0108] INDI rkey: I484 offs: 0x000036aa lens: 0x00000050 +0x000046aa-0x000046f9: +>>0 @I484@ INDI +1 NAME Ludwig of_Wurttemberg // +1 SEX M +1 TITL Duke +1 FAMS @F204@ +<< +[0109] INDI rkey: I485 offs: 0x000036fa lens: 0x00000047 +0x000046fa-0x00004740: +>>0 @I485@ INDI +1 NAME Henriette // +1 SEX F +1 FAMC @F317@ +1 FAMS @F204@ +<< +[0110] INDI rkey: I486 offs: 0x00003741 lens: 0x00000085 +0x00004741-0x000047c5: +>>0 @I486@ INDI +1 NAME Alexander of_Bulgaria // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1893 +1 FAMC @F23@ +1 FAMS @F318@ +<< +[0111] INDI rkey: I487 offs: 0x000037c6 lens: 0x00000070 +0x000047c6-0x00004835: +>>0 @I487@ INDI +1 NAME Francis Joseph // +1 SEX M +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1924 +1 FAMC @F23@ +1 FAMS @F319@ +<< +[0112] INDI rkey: I488 offs: 0x00003836 lens: 0x0000007f +0x00004836-0x000048b4: +>>0 @I488@ INDI +1 NAME Gustav Ernst of_Erbach-Schonb// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1908 +1 FAMS @F156@ +<< +[0113] INDI rkey: I489 offs: 0x000038b5 lens: 0x00000074 +0x000048b5-0x00004928: +>>0 @I489@ INDI +1 NAME Johanna /Loisinger/ +1 SEX F +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1951 +1 FAMC @F320@ +1 FAMS @F318@ +<< +[0114] INDI rkey: I490 offs: 0x00003929 lens: 0x00000049 +0x00004929-0x00004971: +>>0 @I490@ INDI +1 NAME Anna of_Montenegro Princess// +1 SEX F +1 FAMS @F319@ +<< +[0115] INDI rkey: I491 offs: 0x00003972 lens: 0x00000071 +0x00004972-0x000049e2: +>>0 @I491@ INDI +1 NAME Alexandra Alexandrovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1842 +1 DEAT +2 DATE 1849 +1 FAMC @F35@ +<< +[0116] INDI rkey: I492 offs: 0x000039e3 lens: 0x00000071 +0x000049e3-0x00004a53: +>>0 @I492@ INDI +1 NAME Nicholas Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1865 +1 FAMC @F35@ +<< +[0117] INDI rkey: I493 offs: 0x00003a54 lens: 0x00000094 +0x00004a54-0x00004ae7: +>>0 @I493@ INDI +1 NAME Louis_III of_Hesse // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1877 +1 FAMC @F40@ +1 FAMS @F321@ +1 FAMS @F322@ +<< +[0118] INDI rkey: I494 offs: 0x00003ae8 lens: 0x0000007b +0x00004ae8-0x00004b62: +>>0 @I494@ INDI +1 NAME Edwina /Ashley/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1960 +1 FAMC @F323@ +1 FAMS @F75@ +<< +[0119] INDI rkey: I495 offs: 0x00003b63 lens: 0x0000007c +0x00004b63-0x00004bde: +>>0 @I495@ INDI +1 NAME Mathilde // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1862 +1 FAMC @F324@ +1 FAMS @F321@ +<< +[0120] INDI rkey: I496 offs: 0x00003bdf lens: 0x0000004b +0x00004bdf-0x00004c29: +>>0 @I496@ INDI +1 NAME Frederica of_Hesse- Darmstadt// +1 SEX F +1 FAMS @F177@ +<< +[0121] INDI rkey: I497 offs: 0x00003c2a lens: 0x00000076 +0x00004c2a-0x00004c9f: +>>0 @I497@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1900 +1 FAMC @F21@ +1 FAMS @F325@ +1 FAMS @F326@ +<< +[0122] INDI rkey: I498 offs: 0x00003ca0 lens: 0x00000071 +0x00004ca0-0x00004d10: +>>0 @I498@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE ABT 1845 +1 DEAT +2 DATE 1900 +1 FAMC @F21@ +1 FAMS @F327@ +<< +[0123] INDI rkey: I499 offs: 0x00003d11 lens: 0x00000067 +0x00004d11-0x00004d77: +>>0 @I499@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1865 +1 FAMC @F21@ +1 FAMS @F328@ +<< +[0124] INDI rkey: I500 offs: 0x00003d78 lens: 0x0000006f +0x00004d78-0x00004de6: +>>0 @I500@ INDI +1 NAME Patricia /Mountbatten/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1924 +1 FAMC @F75@ +1 FAMS @F329@ +<< +[0125] INDI rkey: I501 offs: 0x00003de7 lens: 0x0000006d +0x00004de7-0x00004e53: +>>0 @I501@ INDI +1 NAME Pamela /Mountbatten/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1929 +1 FAMC @F75@ +1 FAMS @F330@ +<< +[0126] INDI rkey: I502 offs: 0x00003e54 lens: 0x0000007a +0x00004e54-0x00004ecd: +>>0 @I502@ INDI +1 NAME Nadejda // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1896 +1 DEAT +2 DATE 1963 +1 FAMC @F116@ +1 FAMS @F74@ +<< + +0x00004ece: EOF (0x00004ece) GOOD + +BLOCK - DIRECTORY ac/ac +0x00000000:ix_self: 0x00020002 (ac/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I503' +0x00000016:ix_rkey[0001]: ' I504' +0x0000001e:ix_rkey[0002]: ' I505' +0x00000026:ix_rkey[0003]: ' I506' +0x0000002e:ix_rkey[0004]: ' I507' +0x00000036:ix_rkey[0005]: ' I508' +0x0000003e:ix_rkey[0006]: ' I509' +0x00000046:ix_rkey[0007]: ' I510' +0x0000004e:ix_rkey[0008]: ' I511' +0x00000056:ix_rkey[0009]: ' I512' +0x0000005e:ix_rkey[0010]: ' I513' +0x00000066:ix_rkey[0011]: ' I514' +0x0000006e:ix_rkey[0012]: ' I515' +0x00000076:ix_rkey[0013]: ' I516' +0x0000007e:ix_rkey[0014]: ' I517' +0x00000086:ix_rkey[0015]: ' I518' +0x0000008e:ix_rkey[0016]: ' I519' +0x00000096:ix_rkey[0017]: ' I520' +0x0000009e:ix_rkey[0018]: ' I521' +0x000000a6:ix_rkey[0019]: ' I522' +0x000000ae:ix_rkey[0020]: ' I523' +0x000000b6:ix_rkey[0021]: ' I524' +0x000000be:ix_rkey[0022]: ' I525' +0x000000c6:ix_rkey[0023]: ' I526' +0x000000ce:ix_rkey[0024]: ' I527' +0x000000d6:ix_rkey[0025]: ' I528' +0x000000de:ix_rkey[0026]: ' I529' +0x000000e6:ix_rkey[0027]: ' I530' +0x000000ee:ix_rkey[0028]: ' I531' +0x000000f6:ix_rkey[0029]: ' I532' +0x000000fe:ix_rkey[0030]: ' I533' +0x00000106:ix_rkey[0031]: ' I534' +0x0000010e:ix_rkey[0032]: ' I535' +0x00000116:ix_rkey[0033]: ' I536' +0x0000011e:ix_rkey[0034]: ' I537' +0x00000126:ix_rkey[0035]: ' I538' +0x0000012e:ix_rkey[0036]: ' I539' +0x00000136:ix_rkey[0037]: ' I540' +0x0000013e:ix_rkey[0038]: ' I541' +0x00000146:ix_rkey[0039]: ' I542' +0x0000014e:ix_rkey[0040]: ' I543' +0x00000156:ix_rkey[0041]: ' I544' +0x0000015e:ix_rkey[0042]: ' I545' +0x00000166:ix_rkey[0043]: ' I546' +0x0000016e:ix_rkey[0044]: ' I547' +0x00000176:ix_rkey[0045]: ' I548' +0x0000017e:ix_rkey[0046]: ' I549' +0x00000186:ix_rkey[0047]: ' I550' +0x0000018e:ix_rkey[0048]: ' I551' +0x00000196:ix_rkey[0049]: ' I552' +0x0000019e:ix_rkey[0050]: ' I553' +0x000001a6:ix_rkey[0051]: ' I554' +0x000001ae:ix_rkey[0052]: ' I555' +0x000001b6:ix_rkey[0053]: ' I556' +0x000001be:ix_rkey[0054]: ' I557' +0x000001c6:ix_rkey[0055]: ' I558' +0x000001ce:ix_rkey[0056]: ' I559' +0x000001d6:ix_rkey[0057]: ' I560' +0x000001de:ix_rkey[0058]: ' I561' +0x000001e6:ix_rkey[0059]: ' I562' +0x000001ee:ix_rkey[0060]: ' I563' +0x000001f6:ix_rkey[0061]: ' I564' +0x000001fe:ix_rkey[0062]: ' I565' +0x00000206:ix_rkey[0063]: ' I566' +0x0000020e:ix_rkey[0064]: ' I567' +0x00000216:ix_rkey[0065]: ' I568' +0x0000021e:ix_rkey[0066]: ' I569' +0x00000226:ix_rkey[0067]: ' I570' +0x0000022e:ix_rkey[0068]: ' I571' +0x00000236:ix_rkey[0069]: ' I572' +0x0000023e:ix_rkey[0070]: ' I573' +0x00000246:ix_rkey[0071]: ' I574' +0x0000024e:ix_rkey[0072]: ' I575' +0x00000256:ix_rkey[0073]: ' I576' +0x0000025e:ix_rkey[0074]: ' I577' +0x00000266:ix_rkey[0075]: ' I578' +0x0000026e:ix_rkey[0076]: ' I579' +0x00000276:ix_rkey[0077]: ' I580' +0x0000027e:ix_rkey[0078]: ' I581' +0x00000286:ix_rkey[0079]: ' I582' +0x0000028e:ix_rkey[0080]: ' I583' +0x00000296:ix_rkey[0081]: ' I584' +0x0000029e:ix_rkey[0082]: ' I585' +0x000002a6:ix_rkey[0083]: ' I586' +0x000002ae:ix_rkey[0084]: ' I587' +0x000002b6:ix_rkey[0085]: ' I588' +0x000002be:ix_rkey[0086]: ' I589' +0x000002c6:ix_rkey[0087]: ' I590' +0x000002ce:ix_rkey[0088]: ' I591' +0x000002d6:ix_rkey[0089]: ' I592' +0x000002de:ix_rkey[0090]: ' I593' +0x000002e6:ix_rkey[0091]: ' I594' +0x000002ee:ix_rkey[0092]: ' I595' +0x000002f6:ix_rkey[0093]: ' I596' +0x000002fe:ix_rkey[0094]: ' I597' +0x00000306:ix_rkey[0095]: ' I598' +0x0000030e:ix_rkey[0096]: ' I599' +0x00000316:ix_rkey[0097]: ' I600' +0x0000031e:ix_rkey[0098]: ' I601' +0x00000326:ix_rkey[0099]: ' I602' +0x0000032e:ix_rkey[0100]: ' I603' +0x00000336:ix_rkey[0101]: ' I604' +0x0000033e:ix_rkey[0102]: ' I605' +0x00000346:ix_rkey[0103]: ' I606' +0x0000034e:ix_rkey[0104]: ' I607' +0x00000356:ix_rkey[0105]: ' I608' +0x0000035e:ix_rkey[0106]: ' I609' +0x00000366:ix_rkey[0107]: ' I610' +0x0000036e:ix_rkey[0108]: ' I611' +0x00000376:ix_rkey[0109]: ' I612' +0x0000037e:ix_rkey[0110]: ' I613' +0x00000386:ix_rkey[0111]: ' I614' +0x0000038e:ix_rkey[0112]: ' I615' +0x00000396:ix_rkey[0113]: ' I616' +0x0000039e:ix_rkey[0114]: ' I617' +0x000003a6:ix_rkey[0115]: ' I618' +0x000003ae:ix_rkey[0116]: ' I619' +0x000003b6:ix_rkey[0117]: ' I620' +0x000003be:ix_rkey[0118]: ' I621' +0x000003c6:ix_rkey[0119]: ' I622' +0x000003ce:ix_rkey[0120]: ' I623' +0x000003d6:ix_rkey[0121]: ' I624' +0x000003de:ix_rkey[0122]: ' I625' +0x000003e6:ix_rkey[0123]: ' I626' +0x000003ee:ix_rkey[0124]: ' I627' +0x000003f6:ix_rkey[0125]: ' I628' +0x000003fe:ix_rkey[0126]: ' I629' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000069 +0x0000080c:ix_offs[0001]: 0x00000069 0x00000c08:ix_lens[0001]: 0x000000dc +0x00000810:ix_offs[0002]: 0x00000145 0x00000c0c:ix_lens[0002]: 0x0000006c +0x00000814:ix_offs[0003]: 0x000001b1 0x00000c10:ix_lens[0003]: 0x0000003d +0x00000818:ix_offs[0004]: 0x000001ee 0x00000c14:ix_lens[0004]: 0x0000004d +0x0000081c:ix_offs[0005]: 0x0000023b 0x00000c18:ix_lens[0005]: 0x0000003c +0x00000820:ix_offs[0006]: 0x00000277 0x00000c1c:ix_lens[0006]: 0x00000087 +0x00000824:ix_offs[0007]: 0x000002fe 0x00000c20:ix_lens[0007]: 0x00000068 +0x00000828:ix_offs[0008]: 0x00000366 0x00000c24:ix_lens[0008]: 0x00000040 +0x0000082c:ix_offs[0009]: 0x000003a6 0x00000c28:ix_lens[0009]: 0x0000005f +0x00000830:ix_offs[0010]: 0x00000405 0x00000c2c:ix_lens[0010]: 0x00000080 +0x00000834:ix_offs[0011]: 0x00000485 0x00000c30:ix_lens[0011]: 0x00000039 +0x00000838:ix_offs[0012]: 0x000004be 0x00000c34:ix_lens[0012]: 0x00000075 +0x0000083c:ix_offs[0013]: 0x00000533 0x00000c38:ix_lens[0013]: 0x00000072 +0x00000840:ix_offs[0014]: 0x000005a5 0x00000c3c:ix_lens[0014]: 0x00000046 +0x00000844:ix_offs[0015]: 0x000005eb 0x00000c40:ix_lens[0015]: 0x00000074 +0x00000848:ix_offs[0016]: 0x0000065f 0x00000c44:ix_lens[0016]: 0x0000006b +0x0000084c:ix_offs[0017]: 0x000006ca 0x00000c48:ix_lens[0017]: 0x00000077 +0x00000850:ix_offs[0018]: 0x00000741 0x00000c4c:ix_lens[0018]: 0x0000007a +0x00000854:ix_offs[0019]: 0x000007bb 0x00000c50:ix_lens[0019]: 0x0000006d +0x00000858:ix_offs[0020]: 0x00000828 0x00000c54:ix_lens[0020]: 0x00000061 +0x0000085c:ix_offs[0021]: 0x00000889 0x00000c58:ix_lens[0021]: 0x0000006b +0x00000860:ix_offs[0022]: 0x000008f4 0x00000c5c:ix_lens[0022]: 0x0000006a +0x00000864:ix_offs[0023]: 0x0000095e 0x00000c60:ix_lens[0023]: 0x00000036 +0x00000868:ix_offs[0024]: 0x00000994 0x00000c64:ix_lens[0024]: 0x00000036 +0x0000086c:ix_offs[0025]: 0x000009ca 0x00000c68:ix_lens[0025]: 0x00000085 +0x00000870:ix_offs[0026]: 0x00000a4f 0x00000c6c:ix_lens[0026]: 0x000000eb +0x00000874:ix_offs[0027]: 0x00000b3a 0x00000c70:ix_lens[0027]: 0x00000054 +0x00000878:ix_offs[0028]: 0x00000b8e 0x00000c74:ix_lens[0028]: 0x0000005c +0x0000087c:ix_offs[0029]: 0x00000bea 0x00000c78:ix_lens[0029]: 0x00000041 +0x00000880:ix_offs[0030]: 0x00000c2b 0x00000c7c:ix_lens[0030]: 0x00000057 +0x00000884:ix_offs[0031]: 0x00000c82 0x00000c80:ix_lens[0031]: 0x00000036 +0x00000888:ix_offs[0032]: 0x00000cb8 0x00000c84:ix_lens[0032]: 0x00000036 +0x0000088c:ix_offs[0033]: 0x00000cee 0x00000c88:ix_lens[0033]: 0x00000059 +0x00000890:ix_offs[0034]: 0x00000d47 0x00000c8c:ix_lens[0034]: 0x00000051 +0x00000894:ix_offs[0035]: 0x00000d98 0x00000c90:ix_lens[0035]: 0x00000036 +0x00000898:ix_offs[0036]: 0x00000dce 0x00000c94:ix_lens[0036]: 0x00000036 +0x0000089c:ix_offs[0037]: 0x00000e04 0x00000c98:ix_lens[0037]: 0x0000005d +0x000008a0:ix_offs[0038]: 0x00000e61 0x00000c9c:ix_lens[0038]: 0x00000035 +0x000008a4:ix_offs[0039]: 0x00000e96 0x00000ca0:ix_lens[0039]: 0x00000035 +0x000008a8:ix_offs[0040]: 0x00000ecb 0x00000ca4:ix_lens[0040]: 0x00000035 +0x000008ac:ix_offs[0041]: 0x00000f00 0x00000ca8:ix_lens[0041]: 0x00000036 +0x000008b0:ix_offs[0042]: 0x00000f36 0x00000cac:ix_lens[0042]: 0x00000036 +0x000008b4:ix_offs[0043]: 0x00000f6c 0x00000cb0:ix_lens[0043]: 0x0000003b +0x000008b8:ix_offs[0044]: 0x00000fa7 0x00000cb4:ix_lens[0044]: 0x00000065 +0x000008bc:ix_offs[0045]: 0x0000100c 0x00000cb8:ix_lens[0045]: 0x0000006f +0x000008c0:ix_offs[0046]: 0x0000107b 0x00000cbc:ix_lens[0046]: 0x0000006c +0x000008c4:ix_offs[0047]: 0x000010e7 0x00000cc0:ix_lens[0047]: 0x0000006b +0x000008c8:ix_offs[0048]: 0x00001152 0x00000cc4:ix_lens[0048]: 0x0000006b +0x000008cc:ix_offs[0049]: 0x000011bd 0x00000cc8:ix_lens[0049]: 0x00000091 +0x000008d0:ix_offs[0050]: 0x0000124e 0x00000ccc:ix_lens[0050]: 0x000000d4 +0x000008d4:ix_offs[0051]: 0x00001322 0x00000cd0:ix_lens[0051]: 0x000000a4 +0x000008d8:ix_offs[0052]: 0x000013c6 0x00000cd4:ix_lens[0052]: 0x000000e0 +0x000008dc:ix_offs[0053]: 0x000014a6 0x00000cd8:ix_lens[0053]: 0x000000ab +0x000008e0:ix_offs[0054]: 0x00001551 0x00000cdc:ix_lens[0054]: 0x0000005f +0x000008e4:ix_offs[0055]: 0x000015b0 0x00000ce0:ix_lens[0055]: 0x00000069 +0x000008e8:ix_offs[0056]: 0x00001619 0x00000ce4:ix_lens[0056]: 0x0000009c +0x000008ec:ix_offs[0057]: 0x000016b5 0x00000ce8:ix_lens[0057]: 0x0000003c +0x000008f0:ix_offs[0058]: 0x000016f1 0x00000cec:ix_lens[0058]: 0x0000006b +0x000008f4:ix_offs[0059]: 0x0000175c 0x00000cf0:ix_lens[0059]: 0x0000005d +0x000008f8:ix_offs[0060]: 0x000017b9 0x00000cf4:ix_lens[0060]: 0x0000006b +0x000008fc:ix_offs[0061]: 0x00001824 0x00000cf8:ix_lens[0061]: 0x00000060 +0x00000900:ix_offs[0062]: 0x00001884 0x00000cfc:ix_lens[0062]: 0x000000d6 +0x00000904:ix_offs[0063]: 0x0000195a 0x00000d00:ix_lens[0063]: 0x00000051 +0x00000908:ix_offs[0064]: 0x000019ab 0x00000d04:ix_lens[0064]: 0x00000067 +0x0000090c:ix_offs[0065]: 0x00001a12 0x00000d08:ix_lens[0065]: 0x00000073 +0x00000910:ix_offs[0066]: 0x00001a85 0x00000d0c:ix_lens[0066]: 0x00000068 +0x00000914:ix_offs[0067]: 0x00001aed 0x00000d10:ix_lens[0067]: 0x0000006b +0x00000918:ix_offs[0068]: 0x00001b58 0x00000d14:ix_lens[0068]: 0x0000006e +0x0000091c:ix_offs[0069]: 0x00001bc6 0x00000d18:ix_lens[0069]: 0x00000067 +0x00000920:ix_offs[0070]: 0x00001c2d 0x00000d1c:ix_lens[0070]: 0x00000042 +0x00000924:ix_offs[0071]: 0x00001c6f 0x00000d20:ix_lens[0071]: 0x00000083 +0x00000928:ix_offs[0072]: 0x00001cf2 0x00000d24:ix_lens[0072]: 0x0000006c +0x0000092c:ix_offs[0073]: 0x00001d5e 0x00000d28:ix_lens[0073]: 0x0000006b +0x00000930:ix_offs[0074]: 0x00001dc9 0x00000d2c:ix_lens[0074]: 0x00000037 +0x00000934:ix_offs[0075]: 0x00001e00 0x00000d30:ix_lens[0075]: 0x0000005a +0x00000938:ix_offs[0076]: 0x00001e5a 0x00000d34:ix_lens[0076]: 0x00000037 +0x0000093c:ix_offs[0077]: 0x00001e91 0x00000d38:ix_lens[0077]: 0x00000064 +0x00000940:ix_offs[0078]: 0x00001ef5 0x00000d3c:ix_lens[0078]: 0x00000037 +0x00000944:ix_offs[0079]: 0x00001f2c 0x00000d40:ix_lens[0079]: 0x00000069 +0x00000948:ix_offs[0080]: 0x00001f95 0x00000d44:ix_lens[0080]: 0x00000037 +0x0000094c:ix_offs[0081]: 0x00001fcc 0x00000d48:ix_lens[0081]: 0x00000069 +0x00000950:ix_offs[0082]: 0x00002035 0x00000d4c:ix_lens[0082]: 0x00000037 +0x00000954:ix_offs[0083]: 0x0000206c 0x00000d50:ix_lens[0083]: 0x00000053 +0x00000958:ix_offs[0084]: 0x000020bf 0x00000d54:ix_lens[0084]: 0x00000044 +0x0000095c:ix_offs[0085]: 0x00002103 0x00000d58:ix_lens[0085]: 0x000000b3 +0x00000960:ix_offs[0086]: 0x000021b6 0x00000d5c:ix_lens[0086]: 0x0000008b +0x00000964:ix_offs[0087]: 0x00002241 0x00000d60:ix_lens[0087]: 0x00000081 +0x00000968:ix_offs[0088]: 0x000022c2 0x00000d64:ix_lens[0088]: 0x0000008d +0x0000096c:ix_offs[0089]: 0x0000234f 0x00000d68:ix_lens[0089]: 0x00000065 +0x00000970:ix_offs[0090]: 0x000023b4 0x00000d6c:ix_lens[0090]: 0x00000070 +0x00000974:ix_offs[0091]: 0x00002424 0x00000d70:ix_lens[0091]: 0x00000084 +0x00000978:ix_offs[0092]: 0x000024a8 0x00000d74:ix_lens[0092]: 0x00000043 +0x0000097c:ix_offs[0093]: 0x000024eb 0x00000d78:ix_lens[0093]: 0x000000b6 +0x00000980:ix_offs[0094]: 0x000025a1 0x00000d7c:ix_lens[0094]: 0x00000082 +0x00000984:ix_offs[0095]: 0x00002623 0x00000d80:ix_lens[0095]: 0x00000075 +0x00000988:ix_offs[0096]: 0x00002698 0x00000d84:ix_lens[0096]: 0x000000c3 +0x0000098c:ix_offs[0097]: 0x0000275b 0x00000d88:ix_lens[0097]: 0x000000eb +0x00000990:ix_offs[0098]: 0x00002846 0x00000d8c:ix_lens[0098]: 0x0000009a +0x00000994:ix_offs[0099]: 0x000028e0 0x00000d90:ix_lens[0099]: 0x0000006b +0x00000998:ix_offs[0100]: 0x0000294b 0x00000d94:ix_lens[0100]: 0x0000008f +0x0000099c:ix_offs[0101]: 0x000029da 0x00000d98:ix_lens[0101]: 0x000000e4 +0x000009a0:ix_offs[0102]: 0x00002abe 0x00000d9c:ix_lens[0102]: 0x000000ab +0x000009a4:ix_offs[0103]: 0x00002b69 0x00000da0:ix_lens[0103]: 0x000000f2 +0x000009a8:ix_offs[0104]: 0x00002c5b 0x00000da4:ix_lens[0104]: 0x000000b6 +0x000009ac:ix_offs[0105]: 0x00002d11 0x00000da8:ix_lens[0105]: 0x000000f6 +0x000009b0:ix_offs[0106]: 0x00002e07 0x00000dac:ix_lens[0106]: 0x00000052 +0x000009b4:ix_offs[0107]: 0x00002e59 0x00000db0:ix_lens[0107]: 0x00000096 +0x000009b8:ix_offs[0108]: 0x00002eef 0x00000db4:ix_lens[0108]: 0x0000006f +0x000009bc:ix_offs[0109]: 0x00002f5e 0x00000db8:ix_lens[0109]: 0x00000037 +0x000009c0:ix_offs[0110]: 0x00002f95 0x00000dbc:ix_lens[0110]: 0x00000065 +0x000009c4:ix_offs[0111]: 0x00002ffa 0x00000dc0:ix_lens[0111]: 0x0000004d +0x000009c8:ix_offs[0112]: 0x00003047 0x00000dc4:ix_lens[0112]: 0x0000005c +0x000009cc:ix_offs[0113]: 0x000030a3 0x00000dc8:ix_lens[0113]: 0x0000008b +0x000009d0:ix_offs[0114]: 0x0000312e 0x00000dcc:ix_lens[0114]: 0x00000060 +0x000009d4:ix_offs[0115]: 0x0000318e 0x00000dd0:ix_lens[0115]: 0x00000085 +0x000009d8:ix_offs[0116]: 0x00003213 0x00000dd4:ix_lens[0116]: 0x00000073 +0x000009dc:ix_offs[0117]: 0x00003286 0x00000dd8:ix_lens[0117]: 0x0000007d +0x000009e0:ix_offs[0118]: 0x00003303 0x00000ddc:ix_lens[0118]: 0x00000065 +0x000009e4:ix_offs[0119]: 0x00003368 0x00000de0:ix_lens[0119]: 0x00000037 +0x000009e8:ix_offs[0120]: 0x0000339f 0x00000de4:ix_lens[0120]: 0x0000005e +0x000009ec:ix_offs[0121]: 0x000033fd 0x00000de8:ix_lens[0121]: 0x00000037 +0x000009f0:ix_offs[0122]: 0x00003434 0x00000dec:ix_lens[0122]: 0x0000005c +0x000009f4:ix_offs[0123]: 0x00003490 0x00000df0:ix_lens[0123]: 0x000000d6 +0x000009f8:ix_offs[0124]: 0x00003566 0x00000df4:ix_lens[0124]: 0x00000037 +0x000009fc:ix_offs[0125]: 0x0000359d 0x00000df8:ix_lens[0125]: 0x00000043 +0x00000a00:ix_offs[0126]: 0x000035e0 0x00000dfc:ix_lens[0126]: 0x00000057 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I503 offs: 0x00000000 lens: 0x00000069 +0x00001000-0x00001068: +>>0 @I503@ INDI +1 NAME Tatiana Elizabeth /Mountbatten/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1917 +1 FAMC @F74@ +<< +[0001] INDI rkey: I504 offs: 0x00000069 lens: 0x000000dc +0x00001069-0x00001144: +>>0 @I504@ INDI +1 NAME David of_Milford_Haven /Mountbatten/ +1 SEX M +1 TITL Marquess +1 BIRT +2 DATE 1919 +1 DEAT +2 DATE 14 APR 1970 +1 BURI +2 PLAC Whippingham Ch.,Isle of Wight,England +1 FAMC @F74@ +1 FAMS @F331@ +1 FAMS @F332@ +<< +[0002] INDI rkey: I505 offs: 0x00000145 lens: 0x0000006c +0x00001145-0x000011b0: +>>0 @I505@ INDI +1 NAME John Knatchbull /Ulick/ +1 SEX M +1 TITL Lord Brabourne +1 BIRT +2 DATE 1918 +1 FAMS @F329@ +<< +[0003] INDI rkey: I506 offs: 0x000001b1 lens: 0x0000003d +0x000011b1-0x000011ed: +>>0 @I506@ INDI +1 NAME Five_children // +1 SEX M +1 FAMC @F329@ +<< +[0004] INDI rkey: I507 offs: 0x000001ee lens: 0x0000004d +0x000011ee-0x0000123a: +>>0 @I507@ INDI +1 NAME David /Hicks/ +1 SEX M +1 BIRT +2 DATE 1928 +1 FAMS @F330@ +<< +[0005] INDI rkey: I508 offs: 0x0000023b lens: 0x0000003c +0x0000123b-0x00001276: +>>0 @I508@ INDI +1 NAME Two_Children // +1 SEX M +1 FAMC @F330@ +<< +[0006] INDI rkey: I509 offs: 0x00000277 lens: 0x00000087 +0x00001277-0x000012fd: +>>0 @I509@ INDI +1 NAME Iris /Mountbatten/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1920 +1 FAMC @F24@ +1 FAMS @F333@ +1 FAMS @F334@ +1 FAMS @F335@ +<< +[0007] INDI rkey: I510 offs: 0x000002fe lens: 0x00000068 +0x000012fe-0x00001365: +>>0 @I510@ INDI +1 NAME Auguste /von_Harrach/ +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1873 +1 FAMS @F124@ +<< +[0008] INDI rkey: I511 offs: 0x00000366 lens: 0x00000040 +0x00001366-0x000013a5: +>>0 @I511@ INDI +1 NAME Daughter Stillborn // +1 SEX F +1 FAMC @F38@ +<< +[0009] INDI rkey: I512 offs: 0x000003a6 lens: 0x0000005f +0x000013a6-0x00001404: +>>0 @I512@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1834 +1 FAMC @F336@ +<< +[0010] INDI rkey: I513 offs: 0x00000405 lens: 0x00000080 +0x00001405-0x00001484: +>>0 @I513@ INDI +1 NAME Rosalie of_Hohenau /von_Rauch/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1879 +1 FAMS @F269@ +<< +[0011] INDI rkey: I514 offs: 0x00000485 lens: 0x00000039 +0x00001485-0x000014bd: +>>0 @I514@ INDI +1 NAME Himiltude // +1 SEX F +1 FAMS @F263@ +<< +[0012] INDI rkey: I515 offs: 0x000004be lens: 0x00000075 +0x000014be-0x00001532: +>>0 @I515@ INDI +1 NAME Paul Frederick // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1842 +1 FAMS @F337@ +<< +[0013] INDI rkey: I516 offs: 0x00000533 lens: 0x00000072 +0x00001533-0x000015a4: +>>0 @I516@ INDI +1 NAME Marie of_Saxe-Weimar- Eisenach// +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1877 +1 FAMS @F260@ +<< +[0014] INDI rkey: I517 offs: 0x000005a5 lens: 0x00000046 +0x000015a5-0x000015ea: +>>0 @I517@ INDI +1 NAME Caroline of_Zweibrucken // +1 SEX F +1 FAMS @F174@ +<< +[0015] INDI rkey: I518 offs: 0x000005eb lens: 0x00000074 +0x000015eb-0x0000165e: +>>0 @I518@ INDI +1 NAME Cecilie of_Mecklenburg- Schwerin// +1 SEX F +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1954 +1 FAMS @F271@ +<< +[0016] INDI rkey: I519 offs: 0x0000065f lens: 0x0000006b +0x0000165f-0x000016c9: +>>0 @I519@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1906 +1 DEAT +2 DATE 1940 +1 FAMC @F271@ +1 FAMS @F338@ +<< +[0017] INDI rkey: I520 offs: 0x000006ca lens: 0x00000077 +0x000016ca-0x00001740: +>>0 @I520@ INDI +1 NAME Louis Ferdinand of_Prussia// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1907 +1 FAMC @F271@ +1 FAMS @F339@ +<< +[0018] INDI rkey: I521 offs: 0x00000741 lens: 0x0000007a +0x00001741-0x000017ba: +>>0 @I521@ INDI +1 NAME Hubertus // +1 SEX M +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1950 +1 FAMC @F271@ +1 FAMS @F340@ +1 FAMS @F341@ +<< +[0019] INDI rkey: I522 offs: 0x000007bb lens: 0x0000006d +0x000017bb-0x00001827: +>>0 @I522@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1966 +1 FAMC @F271@ +1 FAMS @F342@ +<< +[0020] INDI rkey: I523 offs: 0x00000828 lens: 0x00000061 +0x00001828-0x00001888: +>>0 @I523@ INDI +1 NAME Alexandrine // +1 SEX F +1 BIRT +2 DATE 1915 +1 DEAT +2 DATE 1980 +1 FAMC @F271@ +<< +[0021] INDI rkey: I524 offs: 0x00000889 lens: 0x0000006b +0x00001889-0x000018f3: +>>0 @I524@ INDI +1 NAME Cecilie // +1 SEX F +1 BIRT +2 DATE 1917 +1 DEAT +2 DATE 1975 +1 FAMC @F271@ +1 FAMS @F343@ +<< +[0022] INDI rkey: I525 offs: 0x000008f4 lens: 0x0000006a +0x000018f4-0x0000195d: +>>0 @I525@ INDI +1 NAME Dorothea /von_Salviati/ +1 SEX F +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1972 +1 FAMS @F338@ +<< +[0023] INDI rkey: I526 offs: 0x0000095e lens: 0x00000036 +0x0000195e-0x00001993: +>>0 @I526@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F338@ +<< +[0024] INDI rkey: I527 offs: 0x00000994 lens: 0x00000036 +0x00001994-0x000019c9: +>>0 @I527@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F338@ +<< +[0025] INDI rkey: I528 offs: 0x000009ca lens: 0x00000085 +0x000019ca-0x00001a4e: +>>0 @I528@ INDI +1 NAME Kira of_Russia // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1967 +1 FAMC @F71@ +1 FAMS @F339@ +<< +[0026] INDI rkey: I529 offs: 0x00000a4f lens: 0x000000eb +0x00001a4f-0x00001b39: +>>0 @I529@ INDI +1 NAME Louis_XIII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 27 SEP 1601 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 14 MAY 1643 +2 PLAC Germain-en-Laye,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F344@ +1 FAMS @F345@ +<< +[0027] INDI rkey: I530 offs: 0x00000b3a lens: 0x00000054 +0x00001b3a-0x00001b8d: +>>0 @I530@ INDI +1 NAME Joanna of_Austria // +1 SEX F +1 TITL Arch Duchess +1 FAMS @F346@ +<< +[0028] INDI rkey: I531 offs: 0x00000b8e lens: 0x0000005c +0x00001b8e-0x00001be9: +>>0 @I531@ INDI +1 NAME Francesco_I of_Tuscany Italy// +1 SEX M +1 TITL Grand Duke +1 FAMS @F346@ +<< +[0029] INDI rkey: I532 offs: 0x00000bea lens: 0x00000041 +0x00001bea-0x00001c2a: +>>0 @I532@ INDI +1 NAME Alice de_Courtenay // +1 SEX F +1 FAMS @F347@ +<< +[0030] INDI rkey: I533 offs: 0x00000c2b lens: 0x00000057 +0x00001c2b-0x00001c81: +>>0 @I533@ INDI +1 NAME Aymer of_Angouleme /Taillefer/ +1 SEX M +1 TITL Count +1 FAMS @F347@ +<< +[0031] INDI rkey: I534 offs: 0x00000c82 lens: 0x00000036 +0x00001c82-0x00001cb7: +>>0 @I534@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F339@ +<< +[0032] INDI rkey: I535 offs: 0x00000cb8 lens: 0x00000036 +0x00001cb8-0x00001ced: +>>0 @I535@ INDI +1 NAME Dau._3 // +1 SEX F +1 FAMC @F339@ +<< +[0033] INDI rkey: I536 offs: 0x00000cee lens: 0x00000059 +0x00001cee-0x00001d46: +>>0 @I536@ INDI +1 NAME Maria-Anna /von_Humboldt/ +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMS @F340@ +<< +[0034] INDI rkey: I537 offs: 0x00000d47 lens: 0x00000051 +0x00001d47-0x00001d97: +>>0 @I537@ INDI +1 NAME Magdalene /Reuss/ +1 SEX F +1 BIRT +2 DATE 1920 +1 FAMS @F341@ +<< +[0035] INDI rkey: I538 offs: 0x00000d98 lens: 0x00000036 +0x00001d98-0x00001dcd: +>>0 @I538@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F341@ +<< +[0036] INDI rkey: I539 offs: 0x00000dce lens: 0x00000036 +0x00001dce-0x00001e03: +>>0 @I539@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F341@ +<< +[0037] INDI rkey: I540 offs: 0x00000e04 lens: 0x0000005d +0x00001e04-0x00001e60: +>>0 @I540@ INDI +1 NAME Brigid /Guinness/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1920 +1 FAMS @F342@ +<< +[0038] INDI rkey: I541 offs: 0x00000e61 lens: 0x00000035 +0x00001e61-0x00001e95: +>>0 @I541@ INDI +1 NAME Son_1 // +1 SEX M +1 FAMC @F342@ +<< +[0039] INDI rkey: I542 offs: 0x00000e96 lens: 0x00000035 +0x00001e96-0x00001eca: +>>0 @I542@ INDI +1 NAME Son_2 // +1 SEX M +1 FAMC @F342@ +<< +[0040] INDI rkey: I543 offs: 0x00000ecb lens: 0x00000035 +0x00001ecb-0x00001eff: +>>0 @I543@ INDI +1 NAME Son_3 // +1 SEX M +1 FAMC @F342@ +<< +[0041] INDI rkey: I544 offs: 0x00000f00 lens: 0x00000036 +0x00001f00-0x00001f35: +>>0 @I544@ INDI +1 NAME Dau._1 // +1 SEX F +1 FAMC @F342@ +<< +[0042] INDI rkey: I545 offs: 0x00000f36 lens: 0x00000036 +0x00001f36-0x00001f6b: +>>0 @I545@ INDI +1 NAME Dau._2 // +1 SEX F +1 FAMC @F342@ +<< +[0043] INDI rkey: I546 offs: 0x00000f6c lens: 0x0000003b +0x00001f6c-0x00001fa6: +>>0 @I546@ INDI +1 NAME Clyde /Harris/ +1 SEX M +1 FAMS @F343@ +<< +[0044] INDI rkey: I547 offs: 0x00000fa7 lens: 0x00000065 +0x00001fa7-0x0000200b: +>>0 @I547@ INDI +1 NAME Sophie Charlotte // +1 SEX F +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1964 +1 FAMS @F272@ +<< +[0045] INDI rkey: I548 offs: 0x0000100c lens: 0x0000006f +0x0000200c-0x0000207a: +>>0 @I548@ INDI +1 NAME Adelheid of_Saxe- Meiningen// +1 SEX F +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1971 +1 FAMS @F273@ +<< +[0046] INDI rkey: I549 offs: 0x0000107b lens: 0x0000006c +0x0000207b-0x000020e6: +>>0 @I549@ INDI +1 NAME Alexandra of_Schleswig- // +1 SEX F +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1957 +1 FAMS @F274@ +<< +[0047] INDI rkey: I550 offs: 0x000010e7 lens: 0x0000006b +0x000020e7-0x00002151: +>>0 @I550@ INDI +1 NAME Ina Maria /von_Bassewitz/ +1 SEX F +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1973 +1 FAMS @F275@ +<< +[0048] INDI rkey: I551 offs: 0x00001152 lens: 0x0000006b +0x00002152-0x000021bc: +>>0 @I551@ INDI +1 NAME Marie Auguste of_Anhalt// +1 SEX F +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1983 +1 FAMS @F276@ +<< +[0049] INDI rkey: I552 offs: 0x000011bd lens: 0x00000091 +0x000021bd-0x0000224d: +>>0 @I552@ INDI +1 NAME Ernest Augustus of_Brunswick/Hanover/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1953 +1 FAMC @F180@ +1 FAMS @F277@ +<< +[0050] INDI rkey: I553 offs: 0x0000124e lens: 0x000000d4 +0x0000224e-0x00002321: +>>0 @I553@ INDI +1 NAME Frederick William_II // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 25 SEP 1744 +2 PLAC Berlin +1 DEAT +2 DATE 16 DEC 1797 +2 PLAC Marmorpalais,Potsdam +1 FAMC @F348@ +1 FAMS @F349@ +1 FAMS @F123@ +<< +[0051] INDI rkey: I554 offs: 0x00001322 lens: 0x000000a4 +0x00002322-0x000023c5: +>>0 @I554@ INDI +1 NAME Elizabeth Christine of_Brunswick// +1 SEX F +1 BIRT +2 DATE 8 NOV 1746 +2 PLAC Wolfenbuttel +1 DEAT +2 DATE 18 FEB 1840 +2 PLAC Stettin +1 FAMS @F349@ +<< +[0052] INDI rkey: I555 offs: 0x000013c6 lens: 0x000000e0 +0x000023c6-0x000024a5: +>>0 @I555@ INDI +1 NAME Frederica Charlotte of_Prussia// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 7 MAY 1767 +2 PLAC Charlottenburg +1 DEAT +2 DATE 6 AUG 1820 +2 PLAC Oatlands Park,Weybridge,Surrey,England +1 FAMC @F349@ +1 FAMS @F146@ +<< +[0053] INDI rkey: I556 offs: 0x000014a6 lens: 0x000000ab +0x000024a6-0x00002550: +>>0 @I556@ INDI +1 NAME Frederica of_Hesse- Darmstadt// +1 SEX F +1 BIRT +2 DATE 16 OCT 1751 +2 PLAC Prenzlau +1 DEAT +2 DATE 25 FEB 1805 +2 PLAC Berlin +1 FAMC @F174@ +1 FAMS @F123@ +<< +[0054] INDI rkey: I557 offs: 0x00001551 lens: 0x0000005f +0x00002551-0x000025af: +>>0 @I557@ INDI +1 NAME Christine // +1 SEX F +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1773 +1 FAMC @F123@ +<< +[0055] INDI rkey: I558 offs: 0x000015b0 lens: 0x00000069 +0x000025b0-0x00002618: +>>0 @I558@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1773 +1 DEAT +2 DATE 1796 +1 FAMC @F123@ +1 FAMS @F178@ +<< +[0056] INDI rkey: I559 offs: 0x00001619 lens: 0x0000009c +0x00002619-0x000026b4: +>>0 @I559@ INDI +1 NAME Wilhelmina // +1 SEX F +1 BIRT +2 DATE 18 NOV 1774 +2 PLAC Potsdam +1 DEAT +2 DATE 12 OCT 1837 +2 PLAC The Hague +1 FAMC @F123@ +1 FAMS @F350@ +<< +[0057] INDI rkey: I560 offs: 0x000016b5 lens: 0x0000003c +0x000026b5-0x000026f0: +>>0 @I560@ INDI +1 NAME Son Stillborn // +1 SEX M +1 FAMC @F123@ +<< +[0058] INDI rkey: I561 offs: 0x000016f1 lens: 0x0000006b +0x000026f1-0x0000275b: +>>0 @I561@ INDI +1 NAME Augusta // +1 SEX F +1 BIRT +2 DATE 1780 +1 DEAT +2 DATE 1841 +1 FAMC @F123@ +1 FAMS @F351@ +<< +[0059] INDI rkey: I562 offs: 0x0000175c lens: 0x0000005d +0x0000275c-0x000027b8: +>>0 @I562@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1846 +1 FAMC @F123@ +<< +[0060] INDI rkey: I563 offs: 0x000017b9 lens: 0x0000006b +0x000027b9-0x00002823: +>>0 @I563@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1851 +1 FAMC @F123@ +1 FAMS @F352@ +<< +[0061] INDI rkey: I564 offs: 0x00001824 lens: 0x00000060 +0x00002824-0x00002883: +>>0 @I564@ INDI +1 NAME Charles of_Mecklenburg- Strelitz// +1 SEX M +1 TITL Grand Duke +1 FAMS @F177@ +<< +[0062] INDI rkey: I565 offs: 0x00001884 lens: 0x000000d6 +0x00002884-0x00002959: +>>0 @I565@ INDI +1 NAME William_I of_Netherlands // +1 SEX M +1 TITL King +1 BIRT +2 DATE 24 AUG 1772 +2 PLAC Oraniensaal,The Hague +1 DEAT +2 DATE 12 DEC 1843 +2 PLAC Berlin,Germany +1 FAMC @F353@ +1 FAMS @F350@ +1 FAMS @F354@ +<< +[0063] INDI rkey: I566 offs: 0x0000195a lens: 0x00000051 +0x0000295a-0x000029aa: +>>0 @I566@ INDI +1 NAME William_II of_Hesse // +1 SEX M +1 TITL Elector +1 FAMS @F351@ +<< +[0064] INDI rkey: I567 offs: 0x000019ab lens: 0x00000067 +0x000029ab-0x00002a11: +>>0 @I567@ INDI +1 NAME Maria Anna of_Hesse// +1 SEX F +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1846 +1 FAMS @F352@ +<< +[0065] INDI rkey: I568 offs: 0x00001a12 lens: 0x00000073 +0x00002a12-0x00002a84: +>>0 @I568@ INDI +1 NAME Augustus William // +1 SEX M +1 BIRT +2 DATE 1722 +1 DEAT +2 DATE 1758 +1 FAMC @F219@ +1 FAMS @F348@ +<< +[0066] INDI rkey: I569 offs: 0x00001a85 lens: 0x00000068 +0x00002a85-0x00002aec: +>>0 @I569@ INDI +1 NAME Louise of_Brunswick // +1 SEX F +1 BIRT +2 DATE 1722 +1 DEAT +2 DATE 1780 +1 FAMS @F348@ +<< +[0067] INDI rkey: I570 offs: 0x00001aed lens: 0x0000006b +0x00002aed-0x00002b57: +>>0 @I570@ INDI +1 NAME Frederick Henry Charles// +1 SEX M +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1767 +1 FAMC @F348@ +<< +[0068] INDI rkey: I571 offs: 0x00001b58 lens: 0x0000006e +0x00002b58-0x00002bc5: +>>0 @I571@ INDI +1 NAME Wilhelmine // +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1820 +1 FAMC @F348@ +1 FAMS @F355@ +<< +[0069] INDI rkey: I572 offs: 0x00001bc6 lens: 0x00000067 +0x00002bc6-0x00002c2c: +>>0 @I572@ INDI +1 NAME George Charles Emil// +1 SEX M +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1759 +1 FAMC @F348@ +<< +[0070] INDI rkey: I573 offs: 0x00001c2d lens: 0x00000042 +0x00002c2d-0x00002c6e: +>>0 @I573@ INDI +1 NAME William_V of_Orange // +1 SEX M +1 FAMS @F355@ +<< +[0071] INDI rkey: I574 offs: 0x00001c6f lens: 0x00000083 +0x00002c6f-0x00002cf1: +>>0 @I574@ INDI +1 NAME Charles Christian of_Nassau-Weilb// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1735 +1 DEAT +2 DATE 1788 +1 FAMS @F317@ +<< +[0072] INDI rkey: I575 offs: 0x00001cf2 lens: 0x0000006c +0x00002cf2-0x00002d5d: +>>0 @I575@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1743 +1 DEAT +2 DATE 1787 +1 FAMC @F212@ +1 FAMS @F317@ +<< +[0073] INDI rkey: I576 offs: 0x00001d5e lens: 0x0000006b +0x00002d5e-0x00002dc8: +>>0 @I576@ INDI +1 NAME Friedrich Wilhelm of_Nassau-Weilb// +1 SEX M +1 TITL Prince +1 FAMC @F317@ +1 FAMS @F356@ +<< +[0074] INDI rkey: I577 offs: 0x00001dc9 lens: 0x00000037 +0x00002dc9-0x00002dff: +>>0 @I577@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F356@ +<< +[0075] INDI rkey: I578 offs: 0x00001e00 lens: 0x0000005a +0x00002e00-0x00002e59: +>>0 @I578@ INDI +1 NAME Wilhelm of_Nassau // +1 SEX M +1 TITL Duke +1 FAMC @F356@ +1 FAMS @F303@ +<< +[0076] INDI rkey: I579 offs: 0x00001e5a lens: 0x00000037 +0x00002e5a-0x00002e90: +>>0 @I579@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F303@ +<< +[0077] INDI rkey: I580 offs: 0x00001e91 lens: 0x00000064 +0x00002e91-0x00002ef4: +>>0 @I580@ INDI +1 NAME Adolphe of_Luxembourg // +1 SEX M +1 TITL Grand Duke +1 FAMC @F303@ +1 FAMS @F357@ +<< +[0078] INDI rkey: I581 offs: 0x00001ef5 lens: 0x00000037 +0x00002ef5-0x00002f2b: +>>0 @I581@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F357@ +<< +[0079] INDI rkey: I582 offs: 0x00001f2c lens: 0x00000069 +0x00002f2c-0x00002f94: +>>0 @I582@ INDI +1 NAME Guillaume_IV of_Luxembourg // +1 SEX M +1 TITL Grand Duke +1 FAMC @F357@ +1 FAMS @F358@ +<< +[0080] INDI rkey: I583 offs: 0x00001f95 lens: 0x00000037 +0x00002f95-0x00002fcb: +>>0 @I583@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F358@ +<< +[0081] INDI rkey: I584 offs: 0x00001fcc lens: 0x00000069 +0x00002fcc-0x00003034: +>>0 @I584@ INDI +1 NAME Charlotte of_Luxembourg // +1 SEX F +1 TITL Grand Duchess +1 FAMC @F358@ +1 FAMS @F359@ +<< +[0082] INDI rkey: I585 offs: 0x00002035 lens: 0x00000037 +0x00003035-0x0000306b: +>>0 @I585@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F359@ +<< +[0083] INDI rkey: I586 offs: 0x0000206c lens: 0x00000053 +0x0000306c-0x000030be: +>>0 @I586@ INDI +1 NAME Jean of_Luxembourg // +1 SEX M +1 TITL Grand Duke +1 FAMC @F359@ +<< +[0084] INDI rkey: I587 offs: 0x000020bf lens: 0x00000044 +0x000030bf-0x00003102: +>>0 @I587@ INDI +1 NAME Marie-Josephe de_Saxe // +1 SEX F +1 FAMS @F360@ +<< +[0085] INDI rkey: I588 offs: 0x00002103 lens: 0x000000b3 +0x00003103-0x000031b5: +>>0 @I588@ INDI +1 NAME Vladimir Cyrilovitch /Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 30 AUG 1917 +2 PLAC Near Borga,Finland,Finland +1 FAMC @F71@ +1 FAMS @F162@ +1 FAMS @F361@ +<< +[0086] INDI rkey: I589 offs: 0x000021b6 lens: 0x0000008b +0x000031b6-0x00003240: +>>0 @I589@ INDI +1 NAME Leonide Bagration- Moukhransky// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1914 +2 PLAC Tiflis +1 FAMC @F362@ +1 FAMS @F361@ +<< +[0087] INDI rkey: I590 offs: 0x00002241 lens: 0x00000081 +0x00003241-0x000032c1: +>>0 @I590@ INDI +1 NAME Gaston // +1 SEX M +1 TITL Duke of Orleans +1 BIRT +2 DATE 1608 +1 DEAT +2 DATE 1660 +1 FAMC @F344@ +1 FAMS @F363@ +<< +[0088] INDI rkey: I591 offs: 0x000022c2 lens: 0x0000008d +0x000032c2-0x0000334e: +>>0 @I591@ INDI +1 NAME James // +1 SEX M +1 TITL Duke of Segovia +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1975 +1 FAMC @F25@ +1 FAMS @F364@ +1 FAMS @F365@ +<< +[0089] INDI rkey: I592 offs: 0x0000234f lens: 0x00000065 +0x0000334f-0x000033b3: +>>0 @I592@ INDI +1 NAME Dona_Maria of_Bourbon // +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMC @F281@ +1 FAMS @F366@ +<< +[0090] INDI rkey: I593 offs: 0x000023b4 lens: 0x00000070 +0x000033b4-0x00003423: +>>0 @I593@ INDI +1 NAME Margarite // +1 SEX F +1 TITL Crown Princess +1 BIRT +2 DATE 1939 +1 FAMC @F281@ +1 FAMS @F367@ +<< +[0091] INDI rkey: I594 offs: 0x00002424 lens: 0x00000084 +0x00003424-0x000034a7: +>>0 @I594@ INDI +1 NAME Alphonso // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 1941 +1 DEAT +2 DATE 1956 +2 PLAC ,,Portugal +1 FAMC @F281@ +<< +[0092] INDI rkey: I595 offs: 0x000024a8 lens: 0x00000043 +0x000034a8-0x000034ea: +>>0 @I595@ INDI +1 NAME Maria // +1 SEX F +1 FAMC @F204@ +1 FAMS @F368@ +<< +[0093] INDI rkey: I596 offs: 0x000024eb lens: 0x000000b6 +0x000034eb-0x000035a0: +>>0 @I596@ INDI +1 NAME Isabella /Marshal/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 9 OCT 1200 +2 PLAC Pembroke Castle +1 DEAT +2 DATE 15 JAN 1240 +2 PLAC Berkhamsted +1 FAMC @F369@ +1 FAMS @F370@ +<< +[0094] INDI rkey: I597 offs: 0x000025a1 lens: 0x00000082 +0x000035a1-0x00003622: +>>0 @I597@ INDI +1 NAME Charles of_Sweden // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1951 +1 FAMC @F301@ +1 FAMS @F298@ +<< +[0095] INDI rkey: I598 offs: 0x00002623 lens: 0x00000075 +0x00003623-0x00003697: +>>0 @I598@ INDI +1 NAME Ingeborg of_Denmark // +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1958 +1 FAMC @F57@ +1 FAMS @F298@ +<< +[0096] INDI rkey: I599 offs: 0x00002698 lens: 0x000000c3 +0x00003698-0x0000375a: +>>0 @I599@ INDI +1 NAME Astrid of_Sweden // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 17 NOV 1905 +1 DEAT +2 DATE 29 AUG 1935 +2 PLAC Kussnacht,Switzerland +1 BURI +2 PLAC Laeken +1 FAMC @F298@ +1 FAMS @F371@ +<< +[0097] INDI rkey: I600 offs: 0x0000275b lens: 0x000000eb +0x0000375b-0x00003845: +>>0 @I600@ INDI +1 NAME Leopold_III // +1 SEX M +1 TITL King of Belgium +1 BIRT +2 DATE 3 NOV 1901 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 25 SEP 1983 +2 PLAC Near Brussels,Belgium +1 BURI +2 PLAC Laeken +1 FAMC @F372@ +1 FAMS @F371@ +1 FAMS @F373@ +<< +[0098] INDI rkey: I601 offs: 0x00002846 lens: 0x0000009a +0x00003846-0x000038df: +>>0 @I601@ INDI +1 NAME Baudouin_I of_the_Belgians // +1 SEX M +1 TITL King +1 BIRT +2 DATE 7 SEP 1930 +2 PLAC Chateau de,Stuyvenberg +1 FAMC @F371@ +1 FAMS @F374@ +<< +[0099] INDI rkey: I602 offs: 0x000028e0 lens: 0x0000006b +0x000038e0-0x0000394a: +>>0 @I602@ INDI +1 NAME Sibylla of_Saxe-Coburg // +1 SEX F +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1971 +1 FAMS @F290@ +<< +[0100] INDI rkey: I603 offs: 0x0000294b lens: 0x0000008f +0x0000394b-0x000039d9: +>>0 @I603@ INDI +1 NAME Carl_XVI Gustav // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 30 APR 1946 +2 PLAC Haga Castle +1 FAMC @F290@ +1 FAMS @F375@ +<< +[0101] INDI rkey: I604 offs: 0x000029da lens: 0x000000e4 +0x000039da-0x00003abd: +>>0 @I604@ INDI +1 NAME Frederick_VIII // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 3 JUN 1843 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 14 MAY 1912 +2 PLAC Hamburg,Germany +1 BURI +2 PLAC Roskilde,Denmark +1 FAMC @F13@ +1 FAMS @F57@ +<< +[0102] INDI rkey: I605 offs: 0x00002abe lens: 0x000000ab +0x00003abe-0x00003b68: +>>0 @I605@ INDI +1 NAME Louise of_Sweden // +1 SEX F +1 BIRT +2 DATE 31 OCT 1851 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 20 MAR 1926 +2 PLAC Amalienborg +1 FAMC @F376@ +1 FAMS @F57@ +<< +[0103] INDI rkey: I606 offs: 0x00002b69 lens: 0x000000f2 +0x00003b69-0x00003c5a: +>>0 @I606@ INDI +1 NAME Christian_X // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 26 SEP 1870 +2 PLAC Charlottenlund,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 20 APR 1947 +2 PLAC Amalienborg +1 BURI +2 PLAC Roskilde,Denmark +1 FAMC @F57@ +1 FAMS @F377@ +<< +[0104] INDI rkey: I607 offs: 0x00002c5b lens: 0x000000b6 +0x00003c5b-0x00003d10: +>>0 @I607@ INDI +1 NAME Alexandrine of_Mecklenburg- Schwerin// +1 SEX F +1 BIRT +2 DATE 24 DEC 1879 +2 PLAC Schwerin +1 DEAT +2 DATE 28 DEC 1952 +2 PLAC Copenhagen +1 FAMC @F378@ +1 FAMS @F377@ +<< +[0105] INDI rkey: I608 offs: 0x00002d11 lens: 0x000000f6 +0x00003d11-0x00003e06: +>>0 @I608@ INDI +1 NAME Frederick_IX // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 11 MAR 1899 +2 PLAC Sorgenfri,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 14 JAN 1972 +2 PLAC Copenhagen,Denmark +1 BURI +2 PLAC Roskilde,Denmark +1 FAMC @F377@ +1 FAMS @F312@ +<< +[0106] INDI rkey: I609 offs: 0x00002e07 lens: 0x00000052 +0x00003e07-0x00003e58: +>>0 @I609@ INDI +1 NAME Alexia /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F311@ +<< +[0107] INDI rkey: I610 offs: 0x00002e59 lens: 0x00000096 +0x00003e59-0x00003eee: +>>0 @I610@ INDI +1 NAME Mergrethe_II // +1 SEX F +1 TITL Queen of Denmark +1 BIRT +2 DATE 16 APR 1940 +2 PLAC Copenhagen,Denmark +1 FAMC @F312@ +1 FAMS @F379@ +<< +[0108] INDI rkey: I611 offs: 0x00002eef lens: 0x0000006f +0x00003eef-0x00003f5d: +>>0 @I611@ INDI +1 NAME Johann Georg_II of_Anhalt-Dessau// +1 SEX M +1 TITL Prince +1 DEAT +2 DATE 1693 +1 FAMS @F380@ +<< +[0109] INDI rkey: I612 offs: 0x00002f5e lens: 0x00000037 +0x00003f5e-0x00003f94: +>>0 @I612@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F380@ +<< +[0110] INDI rkey: I613 offs: 0x00002f95 lens: 0x00000065 +0x00003f95-0x00003ff9: +>>0 @I613@ INDI +1 NAME Leopold_I of_Anhalt-Dessau // +1 SEX M +1 TITL Prince +1 FAMC @F380@ +1 FAMS @F381@ +<< +[0111] INDI rkey: I614 offs: 0x00002ffa lens: 0x0000004d +0x00003ffa-0x00004046: +>>0 @I614@ INDI +1 NAME Henriette Amalie // +1 SEX F +1 FAMC @F380@ +1 FAMS @F382@ +<< +[0112] INDI rkey: I615 offs: 0x00003047 lens: 0x0000005c +0x00004047-0x000040a2: +>>0 @I615@ INDI +1 NAME Heinrich Kasimir of_Nassau-Dietz// +1 SEX M +1 TITL Prince +1 FAMS @F382@ +<< +[0113] INDI rkey: I616 offs: 0x000030a3 lens: 0x0000008b +0x000040a3-0x0000412d: +>>0 @I616@ INDI +1 NAME John William of_Orange/Friso/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1686 +1 DEAT +2 DATE 1711 +1 FAMC @F382@ +1 FAMS @F383@ +<< +[0114] INDI rkey: I617 offs: 0x0000312e lens: 0x00000060 +0x0000412e-0x0000418d: +>>0 @I617@ INDI +1 NAME Mary Louise // +1 SEX F +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1765 +1 FAMS @F383@ +<< +[0115] INDI rkey: I618 offs: 0x0000318e lens: 0x00000085 +0x0000418e-0x00004212: +>>0 @I618@ INDI +1 NAME William_IV of_Orange // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1711 +1 DEAT +2 DATE 1751 +1 FAMC @F383@ +1 FAMS @F212@ +<< +[0116] INDI rkey: I619 offs: 0x00003213 lens: 0x00000073 +0x00004213-0x00004285: +>>0 @I619@ INDI +1 NAME Charlotte Amalia // +1 SEX F +1 BIRT +2 DATE 1710 +1 DEAT +2 DATE 1777 +1 FAMC @F383@ +1 FAMS @F384@ +<< +[0117] INDI rkey: I620 offs: 0x00003286 lens: 0x0000007d +0x00004286-0x00004302: +>>0 @I620@ INDI +1 NAME Friedrich of_Baden-Durlach // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1703 +1 DEAT +2 DATE 1732 +1 FAMS @F384@ +<< +[0118] INDI rkey: I621 offs: 0x00003303 lens: 0x00000065 +0x00004303-0x00004367: +>>0 @I621@ INDI +1 NAME Karl Friedrich of_Baden// +1 SEX M +1 TITL Grand Duke +1 FAMC @F384@ +1 FAMS @F385@ +<< +[0119] INDI rkey: I622 offs: 0x00003368 lens: 0x00000037 +0x00004368-0x0000439e: +>>0 @I622@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F385@ +<< +[0120] INDI rkey: I623 offs: 0x0000339f lens: 0x0000005e +0x0000439f-0x000043fc: +>>0 @I623@ INDI +1 NAME Karl Ludwig of_Baden// +1 SEX M +1 TITL Prince +1 FAMC @F385@ +1 FAMS @F386@ +<< +[0121] INDI rkey: I624 offs: 0x000033fd lens: 0x00000037 +0x000043fd-0x00004433: +>>0 @I624@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F386@ +<< +[0122] INDI rkey: I625 offs: 0x00003434 lens: 0x0000005c +0x00004434-0x0000448f: +>>0 @I625@ INDI +1 NAME Karl of_Baden // +1 SEX M +1 TITL Grand Duke +1 FAMC @F386@ +1 FAMS @F387@ +<< +[0123] INDI rkey: I626 offs: 0x00003490 lens: 0x000000d6 +0x00004490-0x00004565: +>>0 @I626@ INDI +1 NAME Caroline of_Baden // +1 SEX F +1 BIRT +2 DATE 13 JUL 1776 +2 PLAC Karlsruhe +1 DEAT +2 DATE 13 NOV 1841 +2 PLAC Munich,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMC @F386@ +1 FAMS @F388@ +<< +[0124] INDI rkey: I627 offs: 0x00003566 lens: 0x00000037 +0x00004566-0x0000459c: +>>0 @I627@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F387@ +<< +[0125] INDI rkey: I628 offs: 0x0000359d lens: 0x00000043 +0x0000459d-0x000045df: +>>0 @I628@ INDI +1 NAME Marie // +1 SEX F +1 FAMC @F387@ +1 FAMS @F389@ +<< +[0126] INDI rkey: I629 offs: 0x000035e0 lens: 0x00000057 +0x000045e0-0x00004636: +>>0 @I629@ INDI +1 NAME William Alexander of_Hamilton// +1 SEX M +1 TITL Duke +1 FAMS @F389@ +<< + +0x00004637: EOF (0x00004637) GOOD + +BLOCK - DIRECTORY aa/ac +0x00000000:ix_self: 0x00000002 (aa/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I630' +0x00000016:ix_rkey[0001]: ' I631' +0x0000001e:ix_rkey[0002]: ' I632' +0x00000026:ix_rkey[0003]: ' I633' +0x0000002e:ix_rkey[0004]: ' I634' +0x00000036:ix_rkey[0005]: ' I635' +0x0000003e:ix_rkey[0006]: ' I636' +0x00000046:ix_rkey[0007]: ' I637' +0x0000004e:ix_rkey[0008]: ' I638' +0x00000056:ix_rkey[0009]: ' I639' +0x0000005e:ix_rkey[0010]: ' I640' +0x00000066:ix_rkey[0011]: ' I641' +0x0000006e:ix_rkey[0012]: ' I642' +0x00000076:ix_rkey[0013]: ' I643' +0x0000007e:ix_rkey[0014]: ' I644' +0x00000086:ix_rkey[0015]: ' I645' +0x0000008e:ix_rkey[0016]: ' I646' +0x00000096:ix_rkey[0017]: ' I647' +0x0000009e:ix_rkey[0018]: ' I648' +0x000000a6:ix_rkey[0019]: ' I649' +0x000000ae:ix_rkey[0020]: ' I650' +0x000000b6:ix_rkey[0021]: ' I651' +0x000000be:ix_rkey[0022]: ' I652' +0x000000c6:ix_rkey[0023]: ' I653' +0x000000ce:ix_rkey[0024]: ' I654' +0x000000d6:ix_rkey[0025]: ' I655' +0x000000de:ix_rkey[0026]: ' I656' +0x000000e6:ix_rkey[0027]: ' I657' +0x000000ee:ix_rkey[0028]: ' I658' +0x000000f6:ix_rkey[0029]: ' I659' +0x000000fe:ix_rkey[0030]: ' I660' +0x00000106:ix_rkey[0031]: ' I661' +0x0000010e:ix_rkey[0032]: ' I662' +0x00000116:ix_rkey[0033]: ' I663' +0x0000011e:ix_rkey[0034]: ' I664' +0x00000126:ix_rkey[0035]: ' I665' +0x0000012e:ix_rkey[0036]: ' I666' +0x00000136:ix_rkey[0037]: ' I667' +0x0000013e:ix_rkey[0038]: ' I668' +0x00000146:ix_rkey[0039]: ' I669' +0x0000014e:ix_rkey[0040]: ' I670' +0x00000156:ix_rkey[0041]: ' I671' +0x0000015e:ix_rkey[0042]: ' I672' +0x00000166:ix_rkey[0043]: ' I673' +0x0000016e:ix_rkey[0044]: ' I674' +0x00000176:ix_rkey[0045]: ' I675' +0x0000017e:ix_rkey[0046]: ' I676' +0x00000186:ix_rkey[0047]: ' I677' +0x0000018e:ix_rkey[0048]: ' I678' +0x00000196:ix_rkey[0049]: ' I679' +0x0000019e:ix_rkey[0050]: ' I680' +0x000001a6:ix_rkey[0051]: ' I681' +0x000001ae:ix_rkey[0052]: ' I682' +0x000001b6:ix_rkey[0053]: ' I683' +0x000001be:ix_rkey[0054]: ' I684' +0x000001c6:ix_rkey[0055]: ' I685' +0x000001ce:ix_rkey[0056]: ' I686' +0x000001d6:ix_rkey[0057]: ' I687' +0x000001de:ix_rkey[0058]: ' I688' +0x000001e6:ix_rkey[0059]: ' I689' +0x000001ee:ix_rkey[0060]: ' I690' +0x000001f6:ix_rkey[0061]: ' I691' +0x000001fe:ix_rkey[0062]: ' I692' +0x00000206:ix_rkey[0063]: ' I693' +0x0000020e:ix_rkey[0064]: ' I694' +0x00000216:ix_rkey[0065]: ' I695' +0x0000021e:ix_rkey[0066]: ' I696' +0x00000226:ix_rkey[0067]: ' I697' +0x0000022e:ix_rkey[0068]: ' I698' +0x00000236:ix_rkey[0069]: ' I699' +0x0000023e:ix_rkey[0070]: ' I700' +0x00000246:ix_rkey[0071]: ' I701' +0x0000024e:ix_rkey[0072]: ' I702' +0x00000256:ix_rkey[0073]: ' I703' +0x0000025e:ix_rkey[0074]: ' I704' +0x00000266:ix_rkey[0075]: ' I705' +0x0000026e:ix_rkey[0076]: ' I706' +0x00000276:ix_rkey[0077]: ' I707' +0x0000027e:ix_rkey[0078]: ' I708' +0x00000286:ix_rkey[0079]: ' I709' +0x0000028e:ix_rkey[0080]: ' I710' +0x00000296:ix_rkey[0081]: ' I711' +0x0000029e:ix_rkey[0082]: ' I712' +0x000002a6:ix_rkey[0083]: ' I713' +0x000002ae:ix_rkey[0084]: ' I714' +0x000002b6:ix_rkey[0085]: ' I715' +0x000002be:ix_rkey[0086]: ' I716' +0x000002c6:ix_rkey[0087]: ' I717' +0x000002ce:ix_rkey[0088]: ' I718' +0x000002d6:ix_rkey[0089]: ' I719' +0x000002de:ix_rkey[0090]: ' I720' +0x000002e6:ix_rkey[0091]: ' I721' +0x000002ee:ix_rkey[0092]: ' I722' +0x000002f6:ix_rkey[0093]: ' I723' +0x000002fe:ix_rkey[0094]: ' I724' +0x00000306:ix_rkey[0095]: ' I725' +0x0000030e:ix_rkey[0096]: ' I726' +0x00000316:ix_rkey[0097]: ' I727' +0x0000031e:ix_rkey[0098]: ' I728' +0x00000326:ix_rkey[0099]: ' I729' +0x0000032e:ix_rkey[0100]: ' I730' +0x00000336:ix_rkey[0101]: ' I731' +0x0000033e:ix_rkey[0102]: ' I732' +0x00000346:ix_rkey[0103]: ' I733' +0x0000034e:ix_rkey[0104]: ' I734' +0x00000356:ix_rkey[0105]: ' I735' +0x0000035e:ix_rkey[0106]: ' I736' +0x00000366:ix_rkey[0107]: ' I737' +0x0000036e:ix_rkey[0108]: ' I738' +0x00000376:ix_rkey[0109]: ' I739' +0x0000037e:ix_rkey[0110]: ' I740' +0x00000386:ix_rkey[0111]: ' I741' +0x0000038e:ix_rkey[0112]: ' I742' +0x00000396:ix_rkey[0113]: ' I743' +0x0000039e:ix_rkey[0114]: ' I744' +0x000003a6:ix_rkey[0115]: ' I745' +0x000003ae:ix_rkey[0116]: ' I746' +0x000003b6:ix_rkey[0117]: ' I747' +0x000003be:ix_rkey[0118]: ' I748' +0x000003c6:ix_rkey[0119]: ' I749' +0x000003ce:ix_rkey[0120]: ' I750' +0x000003d6:ix_rkey[0121]: ' I751' +0x000003de:ix_rkey[0122]: ' I752' +0x000003e6:ix_rkey[0123]: ' I753' +0x000003ee:ix_rkey[0124]: ' I754' +0x000003f6:ix_rkey[0125]: ' I755' +0x000003fe:ix_rkey[0126]: ' I756' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000042 +0x0000080c:ix_offs[0001]: 0x00000042 0x00000c08:ix_lens[0001]: 0x0000004f +0x00000810:ix_offs[0002]: 0x00000091 0x00000c0c:ix_lens[0002]: 0x0000005d +0x00000814:ix_offs[0003]: 0x000000ee 0x00000c10:ix_lens[0003]: 0x00000037 +0x00000818:ix_offs[0004]: 0x00000125 0x00000c14:ix_lens[0004]: 0x00000047 +0x0000081c:ix_offs[0005]: 0x0000016c 0x00000c18:ix_lens[0005]: 0x0000004f +0x00000820:ix_offs[0006]: 0x000001bb 0x00000c1c:ix_lens[0006]: 0x00000052 +0x00000824:ix_offs[0007]: 0x0000020d 0x00000c20:ix_lens[0007]: 0x000000ff +0x00000828:ix_offs[0008]: 0x0000030c 0x00000c24:ix_lens[0008]: 0x0000007b +0x0000082c:ix_offs[0009]: 0x00000387 0x00000c28:ix_lens[0009]: 0x00000053 +0x00000830:ix_offs[0010]: 0x000003da 0x00000c2c:ix_lens[0010]: 0x00000042 +0x00000834:ix_offs[0011]: 0x0000041c 0x00000c30:ix_lens[0011]: 0x0000004d +0x00000838:ix_offs[0012]: 0x00000469 0x00000c34:ix_lens[0012]: 0x00000037 +0x0000083c:ix_offs[0013]: 0x000004a0 0x00000c38:ix_lens[0013]: 0x0000005d +0x00000840:ix_offs[0014]: 0x000004fd 0x00000c3c:ix_lens[0014]: 0x00000037 +0x00000844:ix_offs[0015]: 0x00000534 0x00000c40:ix_lens[0015]: 0x0000004e +0x00000848:ix_offs[0016]: 0x00000582 0x00000c44:ix_lens[0016]: 0x00000048 +0x0000084c:ix_offs[0017]: 0x000005ca 0x00000c48:ix_lens[0017]: 0x00000037 +0x00000850:ix_offs[0018]: 0x00000601 0x00000c4c:ix_lens[0018]: 0x00000053 +0x00000854:ix_offs[0019]: 0x00000654 0x00000c50:ix_lens[0019]: 0x0000005d +0x00000858:ix_offs[0020]: 0x000006b1 0x00000c54:ix_lens[0020]: 0x00000084 +0x0000085c:ix_offs[0021]: 0x00000735 0x00000c58:ix_lens[0021]: 0x00000060 +0x00000860:ix_offs[0022]: 0x00000795 0x00000c5c:ix_lens[0022]: 0x000000c1 +0x00000864:ix_offs[0023]: 0x00000856 0x00000c60:ix_lens[0023]: 0x00000088 +0x00000868:ix_offs[0024]: 0x000008de 0x00000c64:ix_lens[0024]: 0x000000aa +0x0000086c:ix_offs[0025]: 0x00000988 0x00000c68:ix_lens[0025]: 0x000000cc +0x00000870:ix_offs[0026]: 0x00000a54 0x00000c6c:ix_lens[0026]: 0x000000b6 +0x00000874:ix_offs[0027]: 0x00000b0a 0x00000c70:ix_lens[0027]: 0x000000c3 +0x00000878:ix_offs[0028]: 0x00000bcd 0x00000c74:ix_lens[0028]: 0x000000bd +0x0000087c:ix_offs[0029]: 0x00000c8a 0x00000c78:ix_lens[0029]: 0x00000097 +0x00000880:ix_offs[0030]: 0x00000d21 0x00000c7c:ix_lens[0030]: 0x00000080 +0x00000884:ix_offs[0031]: 0x00000da1 0x00000c80:ix_lens[0031]: 0x0000009d +0x00000888:ix_offs[0032]: 0x00000e3e 0x00000c84:ix_lens[0032]: 0x00000037 +0x0000088c:ix_offs[0033]: 0x00000e75 0x00000c88:ix_lens[0033]: 0x00000066 +0x00000890:ix_offs[0034]: 0x00000edb 0x00000c8c:ix_lens[0034]: 0x00000037 +0x00000894:ix_offs[0035]: 0x00000f12 0x00000c90:ix_lens[0035]: 0x00000043 +0x00000898:ix_offs[0036]: 0x00000f55 0x00000c94:ix_lens[0036]: 0x00000050 +0x0000089c:ix_offs[0037]: 0x00000fa5 0x00000c98:ix_lens[0037]: 0x00000043 +0x000008a0:ix_offs[0038]: 0x00000fe8 0x00000c9c:ix_lens[0038]: 0x00000052 +0x000008a4:ix_offs[0039]: 0x0000103a 0x00000ca0:ix_lens[0039]: 0x00000062 +0x000008a8:ix_offs[0040]: 0x0000109c 0x00000ca4:ix_lens[0040]: 0x00000037 +0x000008ac:ix_offs[0041]: 0x000010d3 0x00000ca8:ix_lens[0041]: 0x00000048 +0x000008b0:ix_offs[0042]: 0x0000111b 0x00000cac:ix_lens[0042]: 0x00000057 +0x000008b4:ix_offs[0043]: 0x00001172 0x00000cb0:ix_lens[0043]: 0x00000065 +0x000008b8:ix_offs[0044]: 0x000011d7 0x00000cb4:ix_lens[0044]: 0x00000037 +0x000008bc:ix_offs[0045]: 0x0000120e 0x00000cb8:ix_lens[0045]: 0x00000047 +0x000008c0:ix_offs[0046]: 0x00001255 0x00000cbc:ix_lens[0046]: 0x0000004b +0x000008c4:ix_offs[0047]: 0x000012a0 0x00000cc0:ix_lens[0047]: 0x0000004c +0x000008c8:ix_offs[0048]: 0x000012ec 0x00000cc4:ix_lens[0048]: 0x0000004e +0x000008cc:ix_offs[0049]: 0x0000133a 0x00000cc8:ix_lens[0049]: 0x00000039 +0x000008d0:ix_offs[0050]: 0x00001373 0x00000ccc:ix_lens[0050]: 0x0000004b +0x000008d4:ix_offs[0051]: 0x000013be 0x00000cd0:ix_lens[0051]: 0x00000037 +0x000008d8:ix_offs[0052]: 0x000013f5 0x00000cd4:ix_lens[0052]: 0x00000091 +0x000008dc:ix_offs[0053]: 0x00001486 0x00000cd8:ix_lens[0053]: 0x000000a6 +0x000008e0:ix_offs[0054]: 0x0000152c 0x00000cdc:ix_lens[0054]: 0x00000050 +0x000008e4:ix_offs[0055]: 0x0000157c 0x00000ce0:ix_lens[0055]: 0x00000064 +0x000008e8:ix_offs[0056]: 0x000015e0 0x00000ce4:ix_lens[0056]: 0x00000058 +0x000008ec:ix_offs[0057]: 0x00001638 0x00000ce8:ix_lens[0057]: 0x000000cb +0x000008f0:ix_offs[0058]: 0x00001703 0x00000cec:ix_lens[0058]: 0x000000c9 +0x000008f4:ix_offs[0059]: 0x000017cc 0x00000cf0:ix_lens[0059]: 0x00000099 +0x000008f8:ix_offs[0060]: 0x00001865 0x00000cf4:ix_lens[0060]: 0x0000007b +0x000008fc:ix_offs[0061]: 0x000018e0 0x00000cf8:ix_lens[0061]: 0x0000006a +0x00000900:ix_offs[0062]: 0x0000194a 0x00000cfc:ix_lens[0062]: 0x000000cb +0x00000904:ix_offs[0063]: 0x00001a15 0x00000d00:ix_lens[0063]: 0x00000110 +0x00000908:ix_offs[0064]: 0x00001b25 0x00000d04:ix_lens[0064]: 0x0000006c +0x0000090c:ix_offs[0065]: 0x00001b91 0x00000d08:ix_lens[0065]: 0x000000a8 +0x00000910:ix_offs[0066]: 0x00001c39 0x00000d0c:ix_lens[0066]: 0x000000bd +0x00000914:ix_offs[0067]: 0x00001cf6 0x00000d10:ix_lens[0067]: 0x00000067 +0x00000918:ix_offs[0068]: 0x00001d5d 0x00000d14:ix_lens[0068]: 0x000000d0 +0x0000091c:ix_offs[0069]: 0x00001e2d 0x00000d18:ix_lens[0069]: 0x000000b6 +0x00000920:ix_offs[0070]: 0x00001ee3 0x00000d1c:ix_lens[0070]: 0x000000c6 +0x00000924:ix_offs[0071]: 0x00001fa9 0x00000d20:ix_lens[0071]: 0x000000aa +0x00000928:ix_offs[0072]: 0x00002053 0x00000d24:ix_lens[0072]: 0x0000006c +0x0000092c:ix_offs[0073]: 0x000020bf 0x00000d28:ix_lens[0073]: 0x000000a9 +0x00000930:ix_offs[0074]: 0x00002168 0x00000d2c:ix_lens[0074]: 0x00000067 +0x00000934:ix_offs[0075]: 0x000021cf 0x00000d30:ix_lens[0075]: 0x0000006c +0x00000938:ix_offs[0076]: 0x0000223b 0x00000d34:ix_lens[0076]: 0x00000118 +0x0000093c:ix_offs[0077]: 0x00002353 0x00000d38:ix_lens[0077]: 0x000000d3 +0x00000940:ix_offs[0078]: 0x00002426 0x00000d3c:ix_lens[0078]: 0x000000b9 +0x00000944:ix_offs[0079]: 0x000024df 0x00000d40:ix_lens[0079]: 0x0000010f +0x00000948:ix_offs[0080]: 0x000025ee 0x00000d44:ix_lens[0080]: 0x000000cf +0x0000094c:ix_offs[0081]: 0x000026bd 0x00000d48:ix_lens[0081]: 0x000000c7 +0x00000950:ix_offs[0082]: 0x00002784 0x00000d4c:ix_lens[0082]: 0x000000ce +0x00000954:ix_offs[0083]: 0x00002852 0x00000d50:ix_lens[0083]: 0x000000a8 +0x00000958:ix_offs[0084]: 0x000028fa 0x00000d54:ix_lens[0084]: 0x000000a6 +0x0000095c:ix_offs[0085]: 0x000029a0 0x00000d58:ix_lens[0085]: 0x000000d2 +0x00000960:ix_offs[0086]: 0x00002a72 0x00000d5c:ix_lens[0086]: 0x000000c0 +0x00000964:ix_offs[0087]: 0x00002b32 0x00000d60:ix_lens[0087]: 0x000000d6 +0x00000968:ix_offs[0088]: 0x00002c08 0x00000d64:ix_lens[0088]: 0x000000c5 +0x0000096c:ix_offs[0089]: 0x00002ccd 0x00000d68:ix_lens[0089]: 0x000000da +0x00000970:ix_offs[0090]: 0x00002da7 0x00000d6c:ix_lens[0090]: 0x000000c1 +0x00000974:ix_offs[0091]: 0x00002e68 0x00000d70:ix_lens[0091]: 0x000000a4 +0x00000978:ix_offs[0092]: 0x00002f0c 0x00000d74:ix_lens[0092]: 0x000000b0 +0x0000097c:ix_offs[0093]: 0x00002fbc 0x00000d78:ix_lens[0093]: 0x000000ba +0x00000980:ix_offs[0094]: 0x00003076 0x00000d7c:ix_lens[0094]: 0x000000af +0x00000984:ix_offs[0095]: 0x00003125 0x00000d80:ix_lens[0095]: 0x00000119 +0x00000988:ix_offs[0096]: 0x0000323e 0x00000d84:ix_lens[0096]: 0x000000e4 +0x0000098c:ix_offs[0097]: 0x00003322 0x00000d88:ix_lens[0097]: 0x000000c6 +0x00000990:ix_offs[0098]: 0x000033e8 0x00000d8c:ix_lens[0098]: 0x000000ba +0x00000994:ix_offs[0099]: 0x000034a2 0x00000d90:ix_lens[0099]: 0x00000098 +0x00000998:ix_offs[0100]: 0x0000353a 0x00000d94:ix_lens[0100]: 0x00000107 +0x0000099c:ix_offs[0101]: 0x00003641 0x00000d98:ix_lens[0101]: 0x000000ad +0x000009a0:ix_offs[0102]: 0x000036ee 0x00000d9c:ix_lens[0102]: 0x00000081 +0x000009a4:ix_offs[0103]: 0x0000376f 0x00000da0:ix_lens[0103]: 0x000000ac +0x000009a8:ix_offs[0104]: 0x0000381b 0x00000da4:ix_lens[0104]: 0x000000a0 +0x000009ac:ix_offs[0105]: 0x000038bb 0x00000da8:ix_lens[0105]: 0x00000085 +0x000009b0:ix_offs[0106]: 0x00003940 0x00000dac:ix_lens[0106]: 0x00000071 +0x000009b4:ix_offs[0107]: 0x000039b1 0x00000db0:ix_lens[0107]: 0x000000f2 +0x000009b8:ix_offs[0108]: 0x00003aa3 0x00000db4:ix_lens[0108]: 0x0000009c +0x000009bc:ix_offs[0109]: 0x00003b3f 0x00000db8:ix_lens[0109]: 0x000000e6 +0x000009c0:ix_offs[0110]: 0x00003c25 0x00000dbc:ix_lens[0110]: 0x000000f4 +0x000009c4:ix_offs[0111]: 0x00003d19 0x00000dc0:ix_lens[0111]: 0x00000073 +0x000009c8:ix_offs[0112]: 0x00003d8c 0x00000dc4:ix_lens[0112]: 0x000000be +0x000009cc:ix_offs[0113]: 0x00003e4a 0x00000dc8:ix_lens[0113]: 0x0000010f +0x000009d0:ix_offs[0114]: 0x00003f59 0x00000dcc:ix_lens[0114]: 0x000000d9 +0x000009d4:ix_offs[0115]: 0x00004032 0x00000dd0:ix_lens[0115]: 0x000000c9 +0x000009d8:ix_offs[0116]: 0x000040fb 0x00000dd4:ix_lens[0116]: 0x000000b4 +0x000009dc:ix_offs[0117]: 0x000041af 0x00000dd8:ix_lens[0117]: 0x000000b5 +0x000009e0:ix_offs[0118]: 0x00004264 0x00000ddc:ix_lens[0118]: 0x000000be +0x000009e4:ix_offs[0119]: 0x00004322 0x00000de0:ix_lens[0119]: 0x000000ba +0x000009e8:ix_offs[0120]: 0x000043dc 0x00000de4:ix_lens[0120]: 0x00000077 +0x000009ec:ix_offs[0121]: 0x00004453 0x00000de8:ix_lens[0121]: 0x00000090 +0x000009f0:ix_offs[0122]: 0x000044e3 0x00000dec:ix_lens[0122]: 0x000000e4 +0x000009f4:ix_offs[0123]: 0x000045c7 0x00000df0:ix_lens[0123]: 0x00000082 +0x000009f8:ix_offs[0124]: 0x00004649 0x00000df4:ix_lens[0124]: 0x00000043 +0x000009fc:ix_offs[0125]: 0x0000468c 0x00000df8:ix_lens[0125]: 0x00000056 +0x00000a00:ix_offs[0126]: 0x000046e2 0x00000dfc:ix_lens[0126]: 0x0000003f + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I630 offs: 0x00000000 lens: 0x00000042 +0x00001000-0x00001041: +>>0 @I630@ INDI +1 NAME Mary // +1 SEX F +1 FAMC @F389@ +1 FAMS @F390@ +<< +[0001] INDI rkey: I631 offs: 0x00000042 lens: 0x0000004f +0x00001042-0x00001090: +>>0 @I631@ INDI +1 NAME Albert_I of_Monaco // +1 SEX M +1 TITL Prince +1 FAMS @F390@ +<< +[0002] INDI rkey: I632 offs: 0x00000091 lens: 0x0000005d +0x00001091-0x000010ed: +>>0 @I632@ INDI +1 NAME Louis_II of_Monaco // +1 SEX M +1 TITL Prince +1 FAMC @F390@ +1 FAMS @F391@ +<< +[0003] INDI rkey: I633 offs: 0x000000ee lens: 0x00000037 +0x000010ee-0x00001124: +>>0 @I633@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F391@ +<< +[0004] INDI rkey: I634 offs: 0x00000125 lens: 0x00000047 +0x00001125-0x0000116b: +>>0 @I634@ INDI +1 NAME Charlotte // +1 SEX F +1 FAMC @F391@ +1 FAMS @F392@ +<< +[0005] INDI rkey: I635 offs: 0x0000016c lens: 0x0000004f +0x0000116c-0x000011ba: +>>0 @I635@ INDI +1 NAME Pierre /de_Polignac/ +1 SEX M +1 TITL Prince +1 FAMS @F392@ +<< +[0006] INDI rkey: I636 offs: 0x000001bb lens: 0x00000052 +0x000011bb-0x0000120c: +>>0 @I636@ INDI +1 NAME Rainier_III of_Monaco // +1 SEX M +1 TITL Prince +1 FAMC @F392@ +<< +[0007] INDI rkey: I637 offs: 0x0000020d lens: 0x000000ff +0x0000120d-0x0000130b: +>>0 @I637@ INDI +1 NAME Maximilian_I Joseph /Wittelsbach/ +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 27 MAY 1756 +2 PLAC Mannheim,Germany +1 DEAT +2 DATE 13 OCT 1825 +2 PLAC Schloss,Nymphenburg,Germany +1 BURI +2 PLAC Theatinerkirche +1 FAMS @F393@ +1 FAMS @F388@ +<< +[0008] INDI rkey: I638 offs: 0x0000030c lens: 0x0000007b +0x0000130c-0x00001386: +>>0 @I638@ INDI +1 NAME Sophie (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1872 +1 FAMC @F388@ +1 FAMS @F394@ +<< +[0009] INDI rkey: I639 offs: 0x00000387 lens: 0x00000053 +0x00001387-0x000013d9: +>>0 @I639@ INDI +1 NAME Franz Karl of_Austria// +1 SEX M +1 TITL Archduke +1 FAMS @F394@ +<< +[0010] INDI rkey: I640 offs: 0x000003da lens: 0x00000042 +0x000013da-0x0000141b: +>>0 @I640@ INDI +1 NAME Otto // +1 SEX M +1 FAMC @F395@ +1 FAMS @F396@ +<< +[0011] INDI rkey: I641 offs: 0x0000041c lens: 0x0000004d +0x0000141c-0x00001468: +>>0 @I641@ INDI +1 NAME Elisabeth Amalia // +1 SEX F +1 FAMC @F395@ +1 FAMS @F397@ +<< +[0012] INDI rkey: I642 offs: 0x00000469 lens: 0x00000037 +0x00001469-0x0000149f: +>>0 @I642@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F396@ +<< +[0013] INDI rkey: I643 offs: 0x000004a0 lens: 0x0000005d +0x000014a0-0x000014fc: +>>0 @I643@ INDI +1 NAME Karl_I of_Austria // +1 SEX M +1 TITL Emperor +1 FAMC @F396@ +1 FAMS @F398@ +<< +[0014] INDI rkey: I644 offs: 0x000004fd lens: 0x00000037 +0x000014fd-0x00001533: +>>0 @I644@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F398@ +<< +[0015] INDI rkey: I645 offs: 0x00000534 lens: 0x0000004e +0x00001534-0x00001581: +>>0 @I645@ INDI +1 NAME Otto of_Austria // +1 SEX M +1 TITL Archduke +1 FAMC @F398@ +<< +[0016] INDI rkey: I646 offs: 0x00000582 lens: 0x00000048 +0x00001582-0x000015c9: +>>0 @I646@ INDI +1 NAME Karl Ludwig // +1 SEX M +1 FAMC @F394@ +1 FAMS @F395@ +<< +[0017] INDI rkey: I647 offs: 0x000005ca lens: 0x00000037 +0x000015ca-0x00001600: +>>0 @I647@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F395@ +<< +[0018] INDI rkey: I648 offs: 0x00000601 lens: 0x00000053 +0x00001601-0x00001653: +>>0 @I648@ INDI +1 NAME Aloys of_Liechtenstein // +1 SEX M +1 TITL Prince +1 FAMS @F397@ +<< +[0019] INDI rkey: I649 offs: 0x00000654 lens: 0x0000005d +0x00001654-0x000016b0: +>>0 @I649@ INDI +1 NAME Franz_Joseph_II of_Liechtenstein // +1 SEX M +1 TITL Prince +1 FAMC @F397@ +<< +[0020] INDI rkey: I650 offs: 0x000006b1 lens: 0x00000084 +0x000016b1-0x00001734: +>>0 @I650@ INDI +1 NAME William_V of_Orange // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1748 +1 DEAT +2 DATE 1806 +1 FAMC @F212@ +1 FAMS @F353@ +<< +[0021] INDI rkey: I651 offs: 0x00000735 lens: 0x00000060 +0x00001735-0x00001794: +>>0 @I651@ INDI +1 NAME Wilhelmina // +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1820 +1 FAMS @F353@ +<< +[0022] INDI rkey: I652 offs: 0x00000795 lens: 0x000000c1 +0x00001795-0x00001855: +>>0 @I652@ INDI +1 NAME William_II of_Netherlands // +1 SEX M +1 TITL King +1 BIRT +2 DATE 6 DEC 1792 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 17 MAR 1849 +2 PLAC Tilburg +1 FAMC @F350@ +1 FAMS @F399@ +<< +[0023] INDI rkey: I653 offs: 0x00000856 lens: 0x00000088 +0x00001856-0x000018dd: +>>0 @I653@ INDI +1 NAME Frederik of_Netherlands // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1881 +1 FAMC @F350@ +1 FAMS @F336@ +<< +[0024] INDI rkey: I654 offs: 0x000008de lens: 0x000000aa +0x000018de-0x00001987: +>>0 @I654@ INDI +1 NAME Anna Pavlovna // +1 SEX F +1 BIRT +2 DATE 18 JAN 1795 +2 PLAC St. Petersburg,Russia +1 DEAT +2 DATE 1 MAR 1865 +2 PLAC The Hague +1 FAMC @F36@ +1 FAMS @F399@ +<< +[0025] INDI rkey: I655 offs: 0x00000988 lens: 0x000000cc +0x00001988-0x00001a53: +>>0 @I655@ INDI +1 NAME William_III of_Netherlands // +1 SEX M +1 TITL King +1 BIRT +2 DATE 19 FEB 1817 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 23 NOV 1890 +2 PLAC Het Loo +1 FAMC @F399@ +1 FAMS @F400@ +1 FAMS @F401@ +<< +[0026] INDI rkey: I656 offs: 0x00000a54 lens: 0x000000b6 +0x00001a54-0x00001b09: +>>0 @I656@ INDI +1 NAME Emma of_Netherlands // +1 SEX F +1 TITL Queen Regent +1 BIRT +2 DATE 2 AUG 1858 +2 PLAC Arolsen +1 DEAT +2 DATE 20 MAR 1934 +2 PLAC The Hague +1 FAMC @F17@ +1 FAMS @F401@ +<< +[0027] INDI rkey: I657 offs: 0x00000b0a lens: 0x000000c3 +0x00001b0a-0x00001bcc: +>>0 @I657@ INDI +1 NAME Wilhelmina of_Netherlands // +1 SEX F +1 TITL Queen +1 BIRT +2 DATE 31 AUG 1880 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 28 NOV 1962 +2 PLAC Het Loo +1 FAMC @F401@ +1 FAMS @F402@ +<< +[0028] INDI rkey: I658 offs: 0x00000bcd lens: 0x000000bd +0x00001bcd-0x00001c89: +>>0 @I658@ INDI +1 NAME Henry of_Mecklenburg // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 19 APR 1876 +2 PLAC Schwerin +1 DEAT +2 DATE 3 JUL 1934 +2 PLAC The Hague,Netherlands +1 FAMC @F403@ +1 FAMS @F402@ +<< +[0029] INDI rkey: I659 offs: 0x00000c8a lens: 0x00000097 +0x00001c8a-0x00001d20: +>>0 @I659@ INDI +1 NAME Juliana of_Netherlands // +1 SEX F +1 TITL Queen +1 BIRT +2 DATE 30 APR 1909 +2 PLAC The Hague,Netherlands +1 FAMC @F402@ +1 FAMS @F404@ +<< +[0030] INDI rkey: I660 offs: 0x00000d21 lens: 0x00000080 +0x00001d21-0x00001da0: +>>0 @I660@ INDI +1 NAME Bernhard of_Lippe- Biesterfeld// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 29 JUN 1911 +2 PLAC Jena +1 FAMS @F404@ +<< +[0031] INDI rkey: I661 offs: 0x00000da1 lens: 0x0000009d +0x00001da1-0x00001e3d: +>>0 @I661@ INDI +1 NAME Beatrix of_Netherlands // +1 SEX F +1 TITL Queen +1 BIRT +2 DATE 31 JAN 1938 +2 PLAC Soetdijk,Palace,Netherlands +1 FAMC @F404@ +1 FAMS @F405@ +<< +[0032] INDI rkey: I662 offs: 0x00000e3e lens: 0x00000037 +0x00001e3e-0x00001e74: +>>0 @I662@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F381@ +<< +[0033] INDI rkey: I663 offs: 0x00000e75 lens: 0x00000066 +0x00001e75-0x00001eda: +>>0 @I663@ INDI +1 NAME Leopold_II of_Anhalt-Dessau // +1 SEX M +1 TITL Prince +1 FAMC @F381@ +1 FAMS @F406@ +<< +[0034] INDI rkey: I664 offs: 0x00000edb lens: 0x00000037 +0x00001edb-0x00001f11: +>>0 @I664@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F406@ +<< +[0035] INDI rkey: I665 offs: 0x00000f12 lens: 0x00000043 +0x00001f12-0x00001f54: +>>0 @I665@ INDI +1 NAME Agnes // +1 SEX F +1 FAMC @F406@ +1 FAMS @F407@ +<< +[0036] INDI rkey: I666 offs: 0x00000f55 lens: 0x00000050 +0x00001f55-0x00001fa4: +>>0 @I666@ INDI +1 NAME Johann /Just/ +1 SEX M +1 TITL Baron von Loen +1 FAMS @F407@ +<< +[0037] INDI rkey: I667 offs: 0x00000fa5 lens: 0x00000043 +0x00001fa5-0x00001fe7: +>>0 @I667@ INDI +1 NAME Agnes // +1 SEX F +1 FAMC @F407@ +1 FAMS @F408@ +<< +[0038] INDI rkey: I668 offs: 0x00000fe8 lens: 0x00000052 +0x00001fe8-0x00002039: +>>0 @I668@ INDI +1 NAME Ernst von_Seherr-Thoss // +1 SEX M +1 TITL Count +1 FAMS @F408@ +<< +[0039] INDI rkey: I669 offs: 0x0000103a lens: 0x00000062 +0x0000203a-0x0000209b: +>>0 @I669@ INDI +1 NAME Hermann von_Seherr-Thoss // +1 SEX M +1 TITL Count +1 FAMC @F408@ +1 FAMS @F409@ +<< +[0040] INDI rkey: I670 offs: 0x0000109c lens: 0x00000037 +0x0000209c-0x000020d2: +>>0 @I670@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F409@ +<< +[0041] INDI rkey: I671 offs: 0x000010d3 lens: 0x00000048 +0x000020d3-0x0000211a: +>>0 @I671@ INDI +1 NAME Marguerite // +1 SEX F +1 FAMC @F409@ +1 FAMS @F410@ +<< +[0042] INDI rkey: I672 offs: 0x0000111b lens: 0x00000057 +0x0000211b-0x00002171: +>>0 @I672@ INDI +1 NAME Lajos Apponyi_de Nagy-Appony// +1 SEX M +1 TITL Count +1 FAMS @F410@ +<< +[0043] INDI rkey: I673 offs: 0x00001172 lens: 0x00000065 +0x00002172-0x000021d6: +>>0 @I673@ INDI +1 NAME Cyula Apponyi_de Nagy-Appony// +1 SEX M +1 TITL Count +1 FAMC @F410@ +1 FAMS @F411@ +<< +[0044] INDI rkey: I674 offs: 0x000011d7 lens: 0x00000037 +0x000021d7-0x0000220d: +>>0 @I674@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F411@ +<< +[0045] INDI rkey: I675 offs: 0x0000120e lens: 0x00000047 +0x0000220e-0x00002254: +>>0 @I675@ INDI +1 NAME Geraldine // +1 SEX F +1 FAMC @F411@ +1 FAMS @F412@ +<< +[0046] INDI rkey: I676 offs: 0x00001255 lens: 0x0000004b +0x00002255-0x0000229f: +>>0 @I676@ INDI +1 NAME Zog_I of_Albania // +1 SEX M +1 TITL King +1 FAMS @F412@ +<< +[0047] INDI rkey: I677 offs: 0x000012a0 lens: 0x0000004c +0x000022a0-0x000022eb: +>>0 @I677@ INDI +1 NAME Leka_I of_Albania // +1 SEX M +1 TITL King +1 FAMC @F412@ +<< +[0048] INDI rkey: I678 offs: 0x000012ec lens: 0x0000004e +0x000022ec-0x00002339: +>>0 @I678@ INDI +1 NAME Karl of_Austria // +1 SEX M +1 TITL Archduke +1 FAMS @F413@ +<< +[0049] INDI rkey: I679 offs: 0x0000133a lens: 0x00000039 +0x0000233a-0x00002372: +>>0 @I679@ INDI +1 NAME Henriette // +1 SEX F +1 FAMS @F413@ +<< +[0050] INDI rkey: I680 offs: 0x00001373 lens: 0x0000004b +0x00002373-0x000023bd: +>>0 @I680@ INDI +1 NAME Karl Ferdinand // +1 SEX M +1 FAMC @F413@ +1 FAMS @F414@ +<< +[0051] INDI rkey: I681 offs: 0x000013be lens: 0x00000037 +0x000023be-0x000023f4: +>>0 @I681@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F414@ +<< +[0052] INDI rkey: I682 offs: 0x000013f5 lens: 0x00000091 +0x000023f5-0x00002485: +>>0 @I682@ INDI +1 NAME Maria Cristina of_Austria// +1 SEX F +1 TITL Queen of Spain +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1929 +1 FAMC @F414@ +1 FAMS @F258@ +<< +[0053] INDI rkey: I683 offs: 0x00001486 lens: 0x000000a6 +0x00002486-0x0000252b: +>>0 @I683@ INDI +1 NAME Alfonso_XII // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1857 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 1885 +1 FAMC @F415@ +1 FAMS @F416@ +1 FAMS @F258@ +<< +[0054] INDI rkey: I684 offs: 0x0000152c lens: 0x00000050 +0x0000252c-0x0000257b: +>>0 @I684@ INDI +1 NAME Joseph of_Austria // +1 SEX M +1 TITL Archduke +1 FAMS @F368@ +<< +[0055] INDI rkey: I685 offs: 0x0000157c lens: 0x00000064 +0x0000257c-0x000025df: +>>0 @I685@ INDI +1 NAME Elisabeth of_Austria // +1 SEX F +1 TITL Archduchess +1 FAMC @F368@ +1 FAMS @F417@ +<< +[0056] INDI rkey: I686 offs: 0x000015e0 lens: 0x00000058 +0x000025e0-0x00002637: +>>0 @I686@ INDI +1 NAME Ferdinand of_Austria-Este // +1 SEX M +1 TITL Archduke +1 FAMS @F417@ +<< +[0057] INDI rkey: I687 offs: 0x00001638 lens: 0x000000cb +0x00002638-0x00002702: +>>0 @I687@ INDI +1 NAME Maria Theresa // +1 SEX F +1 BIRT +2 DATE 2 JUL 1849 +2 PLAC Brunn +1 DEAT +2 DATE 3 FEB 1919 +2 PLAC Schloss,Wildenwart +1 BURI +2 PLAC Dom Church,Munich,Germany +1 FAMC @F417@ +1 FAMS @F418@ +<< +[0058] INDI rkey: I688 offs: 0x00001703 lens: 0x000000c9 +0x00002703-0x000027cb: +>>0 @I688@ INDI +1 NAME Ludwig_III /Wittelsbach/ +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 7 JAN 1845 +2 PLAC Munich,Germany +1 DEAT +2 DATE 18 OCT 1921 +2 PLAC Sarvar,Hungary +1 FAMC @F419@ +1 FAMS @F418@ +<< +[0059] INDI rkey: I689 offs: 0x000017cc lens: 0x00000099 +0x000027cc-0x00002864: +>>0 @I689@ INDI +1 NAME Rupprecht of_Bavaria // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1955 +1 FAMC @F418@ +1 FAMS @F420@ +1 FAMS @F421@ +<< +[0060] INDI rkey: I690 offs: 0x00001865 lens: 0x0000007b +0x00002865-0x000028df: +>>0 @I690@ INDI +1 NAME Maria Gabriele of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1912 +1 FAMC @F422@ +1 FAMS @F420@ +<< +[0061] INDI rkey: I691 offs: 0x000018e0 lens: 0x0000006a +0x000028e0-0x00002949: +>>0 @I691@ INDI +1 NAME Albrecht (Albert) // +1 SEX M +1 TITL Duke of Bavaria +1 BIRT +2 DATE 1905 +1 FAMC @F420@ +<< +[0062] INDI rkey: I692 offs: 0x0000194a lens: 0x000000cb +0x0000294a-0x00002a14: +>>0 @I692@ INDI +1 NAME George of_Denmark // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 2 APR 1653 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 28 OCT 1708 +2 PLAC Kensington,Palace,,England +1 FAMC @F423@ +1 FAMS @F424@ +<< +[0063] INDI rkey: I693 offs: 0x00001a15 lens: 0x00000110 +0x00002a15-0x00002b24: +>>0 @I693@ INDI +1 NAME Anne /Stuart/ +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 6 FEB 1665 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 1 AUG 1714 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F425@ +1 FAMS @F424@ +<< +[0064] INDI rkey: I694 offs: 0x00001b25 lens: 0x0000006c +0x00002b25-0x00002b90: +>>0 @I694@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 12 MAY 1684 +1 DEAT +2 DATE 12 MAY 1684 +1 FAMC @F424@ +<< +[0065] INDI rkey: I695 offs: 0x00001b91 lens: 0x000000a8 +0x00002b91-0x00002c38: +>>0 @I695@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 2 JUN 1685 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 8 FEB 1687 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F424@ +<< +[0066] INDI rkey: I696 offs: 0x00001c39 lens: 0x000000bd +0x00002c39-0x00002cf5: +>>0 @I696@ INDI +1 NAME Anne Sophia // +1 SEX F +1 BIRT +2 DATE 12 MAY 1686 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 2 FEB 1687 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F424@ +<< +[0067] INDI rkey: I697 offs: 0x00001cf6 lens: 0x00000067 +0x00002cf6-0x00002d5c: +>>0 @I697@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 22 OCT 1687 +1 DEAT +2 DATE 22 OCT 1687 +1 FAMC @F424@ +<< +[0068] INDI rkey: I698 offs: 0x00001d5d lens: 0x000000d0 +0x00002d5d-0x00002e2c: +>>0 @I698@ INDI +1 NAME William of_Gloucester // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 24 JUL 1689 +2 PLAC Hampton Court,Palace,England +1 DEAT +2 DATE 30 JUL 1700 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F424@ +<< +[0069] INDI rkey: I699 offs: 0x00001e2d lens: 0x000000b6 +0x00002e2d-0x00002ee2: +>>0 @I699@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 14 OCT 1690 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 14 OCT 1690 +2 PLAC St. James Palace,London,England +1 FAMC @F424@ +<< +[0070] INDI rkey: I700 offs: 0x00001ee3 lens: 0x000000c6 +0x00002ee3-0x00002fa8: +>>0 @I700@ INDI +1 NAME George // +1 SEX M +1 BIRT +2 DATE 17 APR 1692 +2 PLAC Syon House,Brentford,Middlesex,England +1 DEAT +2 DATE 17 APR 1692 +2 PLAC Syon House,Brentford,Middlesex,England +1 FAMC @F424@ +<< +[0071] INDI rkey: I701 offs: 0x00001fa9 lens: 0x000000aa +0x00002fa9-0x00003052: +>>0 @I701@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 23 MAR 1693 +2 PLAC Berkeley House,,England +1 DEAT +2 DATE 23 MAR 1693 +2 PLAC Berkeley House,,England +1 FAMC @F424@ +<< +[0072] INDI rkey: I702 offs: 0x00002053 lens: 0x0000006c +0x00003053-0x000030be: +>>0 @I702@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 18 FEB 1696 +1 DEAT +2 DATE 18 FEB 1696 +1 FAMC @F424@ +<< +[0073] INDI rkey: I703 offs: 0x000020bf lens: 0x000000a9 +0x000030bf-0x00003167: +>>0 @I703@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 20 SEP 1696 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 20 SEP 1696 +2 PLAC Windsor,Berkshire,England +1 FAMC @F424@ +<< +[0074] INDI rkey: I704 offs: 0x00002168 lens: 0x00000067 +0x00003168-0x000031ce: +>>0 @I704@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 15 SEP 1698 +1 DEAT +2 DATE 15 SEP 1698 +1 FAMC @F424@ +<< +[0075] INDI rkey: I705 offs: 0x000021cf lens: 0x0000006c +0x000031cf-0x0000323a: +>>0 @I705@ INDI +1 NAME Daughter // +1 SEX F +1 BIRT +2 DATE 25 JAN 1700 +1 DEAT +2 DATE 25 JAN 1700 +1 FAMC @F424@ +<< +[0076] INDI rkey: I706 offs: 0x0000223b lens: 0x00000118 +0x0000323b-0x00003352: +>>0 @I706@ INDI +1 NAME James_II /Stuart/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 14 OCT 1633 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 SEP 1701 +2 PLAC St. Germain-,en-Laye,France +1 BURI +2 PLAC St. Germain-,en-Laye,France +1 FAMC @F426@ +1 FAMS @F425@ +1 FAMS @F427@ +<< +[0077] INDI rkey: I707 offs: 0x00002353 lens: 0x000000d3 +0x00003353-0x00003425: +>>0 @I707@ INDI +1 NAME Anne /Hyde/ +1 SEX F +1 BIRT +2 DATE 12 MAR 1637/1638 +2 PLAC Cranbourne Lodge,Near,Windsor,England +1 DEAT +2 DATE 31 MAR 1671 +2 PLAC St. James Palace,London,England +1 FAMC @F428@ +1 FAMS @F425@ +<< +[0078] INDI rkey: I708 offs: 0x00002426 lens: 0x000000b9 +0x00003426-0x000034de: +>>0 @I708@ INDI +1 NAME Charles of_Cambridge // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 22 OCT 1660 +2 PLAC Worcester House,London,England +1 DEAT +2 DATE 5 MAY 1661 +2 PLAC Whitehall +1 FAMC @F425@ +<< +[0079] INDI rkey: I709 offs: 0x000024df lens: 0x0000010f +0x000034df-0x000035ed: +>>0 @I709@ INDI +1 NAME Mary_II // +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 30 APR 1662 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 28 DEC 1694 +2 PLAC Kensington,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F425@ +1 FAMS @F429@ +<< +[0080] INDI rkey: I710 offs: 0x000025ee lens: 0x000000cf +0x000035ee-0x000036bc: +>>0 @I710@ INDI +1 NAME James of_Cambridge // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 12 JUL 1663 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 22 MAY 1667 +2 PLAC St. James Palace,London,England +1 FAMC @F425@ +<< +[0081] INDI rkey: I711 offs: 0x000026bd lens: 0x000000c7 +0x000036bd-0x00003783: +>>0 @I711@ INDI +1 NAME Charles // +1 SEX M +1 TITL Duke of Kendal +1 BIRT +2 DATE 4 JUL 1666 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 20 JUN 1667 +2 PLAC Richmond Palace,,England +1 FAMC @F425@ +<< +[0082] INDI rkey: I712 offs: 0x00002784 lens: 0x000000ce +0x00003784-0x00003851: +>>0 @I712@ INDI +1 NAME Edgar of_Cambridge // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 14 SEP 1667 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 15 NOV 1669 +2 PLAC Richmond Palace,London,England +1 FAMC @F425@ +<< +[0083] INDI rkey: I713 offs: 0x00002852 lens: 0x000000a8 +0x00003852-0x000038f9: +>>0 @I713@ INDI +1 NAME Henrietta // +1 SEX F +1 BIRT +2 DATE 13 JAN 1669 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 15 NOV 1669 +2 PLAC St. James Palace,,England +1 FAMC @F425@ +<< +[0084] INDI rkey: I714 offs: 0x000028fa lens: 0x000000a6 +0x000038fa-0x0000399f: +>>0 @I714@ INDI +1 NAME Catherine // +1 SEX F +1 BIRT +2 DATE 9 FEB 1671 +2 PLAC Whitehall,,England +1 DEAT +2 DATE 5 DEC 1671 +2 PLAC St. James Palace,,England +1 FAMC @F425@ +<< +[0085] INDI rkey: I715 offs: 0x000029a0 lens: 0x000000d2 +0x000039a0-0x00003a71: +>>0 @I715@ INDI +1 NAME Mary Beatrice of_Modena// +1 SEX F +1 BIRT +2 DATE 25 SEP 1658 +1 DEAT +2 DATE 7 MAY 1718 +2 PLAC St. Germain-,en-Laye,France +1 BURI +2 PLAC Convent of,Chaillot,France +1 FAMC @F430@ +1 FAMS @F427@ +<< +[0086] INDI rkey: I716 offs: 0x00002a72 lens: 0x000000c0 +0x00003a72-0x00003b31: +>>0 @I716@ INDI +1 NAME Catherine Laura /Stuart/ +1 SEX F +1 BIRT +2 DATE 10 JAN +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 3 OCT 1675 +2 PLAC St. James Palace,London,England +1 FAMC @F427@ +<< +[0087] INDI rkey: I717 offs: 0x00002b32 lens: 0x000000d6 +0x00003b32-0x00003c07: +>>0 @I717@ INDI +1 NAME Charles of_Cambridge /Stuart/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 7 NOV 1677 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 12 DEC 1677 +2 PLAC St. James Palace,London,England +1 FAMC @F427@ +<< +[0088] INDI rkey: I718 offs: 0x00002c08 lens: 0x000000c5 +0x00003c08-0x00003ccc: +>>0 @I718@ INDI +1 NAME Charlotte Maria /Stuart/ +1 SEX F +1 BIRT +2 DATE 16 AUG 1682 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 OCT 1682 +2 PLAC St. James Palace,London,England +1 FAMC @F427@ +<< +[0089] INDI rkey: I719 offs: 0x00002ccd lens: 0x000000da +0x00003ccd-0x00003da6: +>>0 @I719@ INDI +1 NAME James Francis Edward/Stuart/ +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 10 JUN 1688 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 1 JAN 1766 +2 PLAC Rome,,Italy +1 FAMC @F427@ +1 FAMS @F431@ +<< +[0090] INDI rkey: I720 offs: 0x00002da7 lens: 0x000000c1 +0x00003da7-0x00003e67: +>>0 @I720@ INDI +1 NAME Louisa Maria Theresa/Stuart/ +1 SEX F +1 BIRT +2 DATE 28 JUN 1692 +2 PLAC St. Germain-,en-Laye,France +1 DEAT +2 DATE 8 APR 1712 +2 PLAC St. Germain-,en-Laye,France +1 FAMC @F427@ +<< +[0091] INDI rkey: I721 offs: 0x00002e68 lens: 0x000000a4 +0x00003e68-0x00003f0b: +>>0 @I721@ INDI +1 NAME Maria Casimire Clementina/Sobieska/ +1 SEX F +1 BIRT +2 DATE 18 JUL 1702 +1 DEAT +2 DATE 18 JAN 1735 +2 PLAC Rome,,Italy +1 FAMC @F432@ +1 FAMS @F431@ +<< +[0092] INDI rkey: I722 offs: 0x00002f0c lens: 0x000000b0 +0x00003f0c-0x00003fbb: +>>0 @I722@ INDI +1 NAME Charles Edward Louis/Stuart/ +1 SEX M +1 BIRT +2 DATE 31 DEC 1720 +2 PLAC Rome,,Italy +1 DEAT +2 DATE 31 JAN 1788 +2 PLAC Rome,,Italy +1 FAMC @F431@ +1 FAMS @F433@ +<< +[0093] INDI rkey: I723 offs: 0x00002fbc lens: 0x000000ba +0x00003fbc-0x00004075: +>>0 @I723@ INDI +1 NAME Henry Benedict Thomas/Stuart/ +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 6 MAR 1725 +2 PLAC Rome,,Italy +1 DEAT +2 DATE 13 JUL 1807 +2 PLAC Frascati,,Italy +1 FAMC @F431@ +<< +[0094] INDI rkey: I724 offs: 0x00003076 lens: 0x000000af +0x00004076-0x00004124: +>>0 @I724@ INDI +1 NAME Louise Maximilienne Caroline// +1 SEX F +1 BIRT +2 DATE 10 SEP 1752 +2 PLAC Mons +1 DEAT +2 DATE 29 JAN 1824 +2 PLAC Florence,,Italy +1 FAMC @F434@ +1 FAMS @F433@ +<< +[0095] INDI rkey: I725 offs: 0x00003125 lens: 0x00000119 +0x00004125-0x0000423d: +>>0 @I725@ INDI +1 NAME James_I /Stuart/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 19 JUN 1566 +2 PLAC Edinburgh Castle,,Scotland +1 DEAT +2 DATE 27 MAR 1625 +2 PLAC Theobalds Park,Hertfordshire,Herts,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F435@ +1 FAMS @F436@ +<< +[0096] INDI rkey: I726 offs: 0x0000323e lens: 0x000000e4 +0x0000423e-0x00004321: +>>0 @I726@ INDI +1 NAME Anne of_Denmark // +1 SEX F +1 BIRT +2 DATE 14 OCT 1574 +2 PLAC Skanderborg,Castle +1 DEAT +2 DATE 4 MAR 1619 +2 PLAC Hampton Court,Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F437@ +1 FAMS @F436@ +<< +[0097] INDI rkey: I727 offs: 0x00003322 lens: 0x000000c6 +0x00004322-0x000043e7: +>>0 @I727@ INDI +1 NAME Henry Frederick /Stuart/ +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 19 FEB 1594 +2 PLAC Stirling Castle +1 DEAT +2 DATE 6 NOV 1612 +2 PLAC St. James Palace,,England +1 FAMC @F436@ +<< +[0098] INDI rkey: I728 offs: 0x000033e8 lens: 0x000000ba +0x000043e8-0x000044a1: +>>0 @I728@ INDI +1 NAME Elizabeth /Stuart/ +1 SEX F +1 BIRT +2 DATE 19 AUG 1596 +2 PLAC Dunfermline +1 DEAT +2 DATE 13 FEB 1662 +2 PLAC Leicester House,London,England +1 FAMC @F436@ +1 FAMS @F438@ +<< +[0099] INDI rkey: I729 offs: 0x000034a2 lens: 0x00000098 +0x000044a2-0x00004539: +>>0 @I729@ INDI +1 NAME Margaret /Stuart/ +1 SEX F +1 BIRT +2 DATE 24 DEC 1598 +2 PLAC Dalkeith Palace +1 DEAT +2 DATE MAR 1600 +2 PLAC Linlithgow +1 FAMC @F436@ +<< +[0100] INDI rkey: I730 offs: 0x0000353a lens: 0x00000107 +0x0000453a-0x00004640: +>>0 @I730@ INDI +1 NAME Charles_I /Stuart/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 19 NOV 1600 +2 PLAC Dunfermline,Scotland +1 DEAT +2 DATE 30 JAN 1649 +2 PLAC Whitehall Palace,,England +1 BURI +2 PLAC St. George's,Chapel,Windsor,England +1 FAMC @F436@ +1 FAMS @F426@ +<< +[0101] INDI rkey: I731 offs: 0x00003641 lens: 0x000000ad +0x00004641-0x000046ed: +>>0 @I731@ INDI +1 NAME Robert /Stuart/ +1 SEX M +1 TITL Duke of Kintyre +1 BIRT +2 DATE 18 JAN 1602 +2 PLAC Dunfermline +1 DEAT +2 DATE 27 MAY 1602 +2 PLAC Dunfermline +1 FAMC @F436@ +<< +[0102] INDI rkey: I732 offs: 0x000036ee lens: 0x00000081 +0x000046ee-0x0000476e: +>>0 @I732@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE MAY 1603 +2 PLAC Stirling +1 DEAT +2 DATE MAY 1603 +2 PLAC Stirling +1 FAMC @F436@ +<< +[0103] INDI rkey: I733 offs: 0x0000376f lens: 0x000000ac +0x0000476f-0x0000481a: +>>0 @I733@ INDI +1 NAME Mary /Stuart/ +1 SEX F +1 BIRT +2 DATE 8 APR 1605 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 16 SEP 1607 +2 PLAC Stanwell Park,Middlesex,England +1 FAMC @F436@ +<< +[0104] INDI rkey: I734 offs: 0x0000381b lens: 0x000000a0 +0x0000481b-0x000048ba: +>>0 @I734@ INDI +1 NAME Sophia /Stuart/ +1 SEX F +1 BIRT +2 DATE 22 JUN 1606 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 23 JUN 1606 +2 PLAC Greenwich Palace +1 FAMC @F436@ +<< +[0105] INDI rkey: I735 offs: 0x000038bb lens: 0x00000085 +0x000048bb-0x0000493f: +>>0 @I735@ INDI +1 NAME Frederick_V of_Palatinate // +1 SEX M +1 TITL King of Bohemia +1 BIRT +2 DATE 1596 +1 DEAT +2 DATE 1632 +1 FAMS @F438@ +<< +[0106] INDI rkey: I736 offs: 0x00003940 lens: 0x00000071 +0x00004940-0x000049b0: +>>0 @I736@ INDI +1 NAME Sophia /Hanover/ +1 SEX F +1 BIRT +2 DATE 1630 +1 DEAT +2 DATE 1714 +1 FAMC @F438@ +1 FAMS @F217@ +<< +[0107] INDI rkey: I737 offs: 0x000039b1 lens: 0x000000f2 +0x000049b1-0x00004aa2: +>>0 @I737@ INDI +1 NAME Frederick_II of_Denmark and_Norway// +1 SEX M +1 TITL King +1 BIRT +2 DATE 1 JUL 1534 +2 PLAC Haderslevhus +1 DEAT +2 DATE 4 APR 1588 +2 PLAC Antvorslev,Castle +1 BURI +2 PLAC Roskilde,Cathedral,Denmark +1 FAMC @F439@ +1 FAMS @F437@ +<< +[0108] INDI rkey: I738 offs: 0x00003aa3 lens: 0x0000009c +0x00004aa3-0x00004b3e: +>>0 @I738@ INDI +1 NAME Sophia of_Mecklenburg- Gustrow// +1 SEX F +1 BIRT +2 DATE 4 SEP 1557 +2 PLAC Wismar +1 DEAT +2 DATE 4 OCT 1631 +2 PLAC Nykobing +1 FAMS @F437@ +<< +[0109] INDI rkey: I739 offs: 0x00003b3f lens: 0x000000e6 +0x00004b3f-0x00004c24: +>>0 @I739@ INDI +1 NAME Henrietta Maria of_France// +1 SEX F +1 BIRT +2 DATE 26 NOV 1609 +2 PLAC Hotel du Louvre,Paris,France +1 DEAT +2 DATE 31 AUG 1669 +2 PLAC Colombe,Near Paris,France +1 BURI +2 PLAC St. Denis +1 FAMC @F344@ +1 FAMS @F426@ +<< +[0110] INDI rkey: I740 offs: 0x00003c25 lens: 0x000000f4 +0x00004c25-0x00004d18: +>>0 @I740@ INDI +1 NAME Henry_IV the_Great // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 13 DEC 1553 +2 PLAC Pau,Navarre,France +1 DEAT +2 DATE 14 MAY 1610 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F145@ +1 FAMS @F440@ +1 FAMS @F344@ +<< +[0111] INDI rkey: I741 offs: 0x00003d19 lens: 0x00000073 +0x00004d19-0x00004d8b: +>>0 @I741@ INDI +1 NAME Marie /de'_Medici/ +1 SEX F +1 BIRT +2 DATE 1573 +1 DEAT +2 DATE 1642 +1 FAMC @F346@ +1 FAMS @F344@ +<< +[0112] INDI rkey: I742 offs: 0x00003d8c lens: 0x000000be +0x00004d8c-0x00004e49: +>>0 @I742@ INDI +1 NAME Charles James /Stuart/ +1 SEX M +1 TITL Duke of Cornwall +1 BIRT +2 DATE 13 MAY 1629 +2 PLAC Greenwich Palace +1 DEAT +2 DATE 13 MAY 1629 +2 PLAC Greenwich Palace +1 FAMC @F426@ +<< +[0113] INDI rkey: I743 offs: 0x00003e4a lens: 0x0000010f +0x00004e4a-0x00004f58: +>>0 @I743@ INDI +1 NAME Charles_II /Stuart/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 29 MAY 1630 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 6 FEB 1685 +2 PLAC Whitehall Palace,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F426@ +1 FAMS @F441@ +<< +[0114] INDI rkey: I744 offs: 0x00003f59 lens: 0x000000d9 +0x00004f59-0x00005031: +>>0 @I744@ INDI +1 NAME Mary /Stuart/ +1 SEX F +1 TITL Princess Royal +1 BIRT +2 DATE 4 NOV 1631 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 24 DEC 1660 +2 PLAC Whitehall Palace,,England +1 FAMC @F426@ +1 FAMS @F442@ +<< +[0115] INDI rkey: I745 offs: 0x00004032 lens: 0x000000c9 +0x00005032-0x000050fa: +>>0 @I745@ INDI +1 NAME Elizabeth /Stuart/ +1 SEX F +1 BIRT +2 DATE 29 DEC 1635 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 8 SEP 1650 +2 PLAC Carisbrooke,Castle,Isle of Wight,England +1 FAMC @F426@ +<< +[0116] INDI rkey: I746 offs: 0x000040fb lens: 0x000000b4 +0x000050fb-0x000051ae: +>>0 @I746@ INDI +1 NAME Anne /Stuart/ +1 SEX F +1 BIRT +2 DATE 17 MAR 1637 +2 PLAC St. James Palace,London,England +1 DEAT +2 DATE 5 NOV 1640 +2 PLAC Richmond Palace,,England +1 FAMC @F426@ +<< +[0117] INDI rkey: I747 offs: 0x000041af lens: 0x000000b5 +0x000051af-0x00005263: +>>0 @I747@ INDI +1 NAME Catherine /Stuart/ +1 SEX F +1 BIRT +2 DATE 29 JUN 1639 +2 PLAC Whitehall Palace,,England +1 DEAT +2 DATE 29 JUN 1639 +2 PLAC Whitehall Palace,,England +1 FAMC @F426@ +<< +[0118] INDI rkey: I748 offs: 0x00004264 lens: 0x000000be +0x00005264-0x00005321: +>>0 @I748@ INDI +1 NAME Henry of_Gloucester /Stuart/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 8 JUL 1640 +2 PLAC Oatlands,Surrey,England +1 DEAT +2 DATE 13 SEP 1660 +2 PLAC Whitehall Palace +1 FAMC @F426@ +<< +[0119] INDI rkey: I749 offs: 0x00004322 lens: 0x000000ba +0x00005322-0x000053db: +>>0 @I749@ INDI +1 NAME Henrietta Anne /Stuart/ +1 SEX F +1 BIRT +2 DATE 16 JUN 1644 +2 PLAC Bedford House,Exeter,England +1 DEAT +2 DATE 30 JUN 1670 +2 PLAC St. Cloud +1 FAMC @F426@ +1 FAMS @F443@ +<< +[0120] INDI rkey: I750 offs: 0x000043dc lens: 0x00000077 +0x000053dc-0x00005452: +>>0 @I750@ INDI +1 NAME William_II of_Orange // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1626 +1 DEAT +2 DATE 1650 +1 FAMS @F442@ +<< +[0121] INDI rkey: I751 offs: 0x00004453 lens: 0x00000090 +0x00005453-0x000054e2: +>>0 @I751@ INDI +1 NAME Philippe of_Orleans // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1641 +1 DEAT +2 DATE 1701 +1 FAMC @F345@ +1 FAMS @F443@ +1 FAMS @F444@ +<< +[0122] INDI rkey: I752 offs: 0x000044e3 lens: 0x000000e4 +0x000054e3-0x000055c6: +>>0 @I752@ INDI +1 NAME Catherine of_Braganza // +1 SEX F +1 BIRT +2 DATE 25 NOV 1638 +2 PLAC Vila Vicosa,Lisbon,Portugal +1 DEAT +2 DATE 31 DEC 1705 +2 PLAC Bemposta,Palace,Lisbon,Portugal +1 BURI +2 PLAC Belem +1 FAMC @F445@ +1 FAMS @F441@ +<< +[0123] INDI rkey: I753 offs: 0x000045c7 lens: 0x00000082 +0x000055c7-0x00005648: +>>0 @I753@ INDI +1 NAME John_IV the_Fortunate // +1 SEX M +1 TITL King of Portugal +1 BIRT +2 DATE 1605 +1 DEAT +2 DATE 1656 +1 FAMS @F445@ +<< +[0124] INDI rkey: I754 offs: 0x00004649 lens: 0x00000043 +0x00005649-0x0000568b: +>>0 @I754@ INDI +1 NAME Luiza Maria /de_Guzman/ +1 SEX F +1 FAMS @F445@ +<< +[0125] INDI rkey: I755 offs: 0x0000468c lens: 0x00000056 +0x0000568c-0x000056e1: +>>0 @I755@ INDI +1 NAME Alfonso_IV /d'Este/ +1 SEX M +1 TITL Duke of Modena +1 FAMS @F430@ +<< +[0126] INDI rkey: I756 offs: 0x000046e2 lens: 0x0000003f +0x000056e2-0x00005720: +>>0 @I756@ INDI +1 NAME Laura /Mortinozzi/ +1 SEX F +1 FAMS @F430@ +<< + +0x00005721: EOF (0x00005721) GOOD + +BLOCK - DIRECTORY ab/ac +0x00000000:ix_self: 0x00010002 (ab/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I757' +0x00000016:ix_rkey[0001]: ' I758' +0x0000001e:ix_rkey[0002]: ' I759' +0x00000026:ix_rkey[0003]: ' I760' +0x0000002e:ix_rkey[0004]: ' I761' +0x00000036:ix_rkey[0005]: ' I762' +0x0000003e:ix_rkey[0006]: ' I763' +0x00000046:ix_rkey[0007]: ' I764' +0x0000004e:ix_rkey[0008]: ' I765' +0x00000056:ix_rkey[0009]: ' I766' +0x0000005e:ix_rkey[0010]: ' I767' +0x00000066:ix_rkey[0011]: ' I768' +0x0000006e:ix_rkey[0012]: ' I769' +0x00000076:ix_rkey[0013]: ' I770' +0x0000007e:ix_rkey[0014]: ' I771' +0x00000086:ix_rkey[0015]: ' I772' +0x0000008e:ix_rkey[0016]: ' I773' +0x00000096:ix_rkey[0017]: ' I774' +0x0000009e:ix_rkey[0018]: ' I775' +0x000000a6:ix_rkey[0019]: ' I776' +0x000000ae:ix_rkey[0020]: ' I777' +0x000000b6:ix_rkey[0021]: ' I778' +0x000000be:ix_rkey[0022]: ' I779' +0x000000c6:ix_rkey[0023]: ' I780' +0x000000ce:ix_rkey[0024]: ' I781' +0x000000d6:ix_rkey[0025]: ' I782' +0x000000de:ix_rkey[0026]: ' I783' +0x000000e6:ix_rkey[0027]: ' I784' +0x000000ee:ix_rkey[0028]: ' I785' +0x000000f6:ix_rkey[0029]: ' I786' +0x000000fe:ix_rkey[0030]: ' I787' +0x00000106:ix_rkey[0031]: ' I788' +0x0000010e:ix_rkey[0032]: ' I789' +0x00000116:ix_rkey[0033]: ' I790' +0x0000011e:ix_rkey[0034]: ' I791' +0x00000126:ix_rkey[0035]: ' I792' +0x0000012e:ix_rkey[0036]: ' I793' +0x00000136:ix_rkey[0037]: ' I794' +0x0000013e:ix_rkey[0038]: ' I795' +0x00000146:ix_rkey[0039]: ' I796' +0x0000014e:ix_rkey[0040]: ' I797' +0x00000156:ix_rkey[0041]: ' I798' +0x0000015e:ix_rkey[0042]: ' I799' +0x00000166:ix_rkey[0043]: ' I800' +0x0000016e:ix_rkey[0044]: ' I801' +0x00000176:ix_rkey[0045]: ' I802' +0x0000017e:ix_rkey[0046]: ' I803' +0x00000186:ix_rkey[0047]: ' I804' +0x0000018e:ix_rkey[0048]: ' I805' +0x00000196:ix_rkey[0049]: ' I806' +0x0000019e:ix_rkey[0050]: ' I807' +0x000001a6:ix_rkey[0051]: ' I808' +0x000001ae:ix_rkey[0052]: ' I809' +0x000001b6:ix_rkey[0053]: ' I810' +0x000001be:ix_rkey[0054]: ' I811' +0x000001c6:ix_rkey[0055]: ' I812' +0x000001ce:ix_rkey[0056]: ' I813' +0x000001d6:ix_rkey[0057]: ' I814' +0x000001de:ix_rkey[0058]: ' I815' +0x000001e6:ix_rkey[0059]: ' I816' +0x000001ee:ix_rkey[0060]: ' I817' +0x000001f6:ix_rkey[0061]: ' I818' +0x000001fe:ix_rkey[0062]: ' I819' +0x00000206:ix_rkey[0063]: ' I820' +0x0000020e:ix_rkey[0064]: ' I821' +0x00000216:ix_rkey[0065]: ' I822' +0x0000021e:ix_rkey[0066]: ' I823' +0x00000226:ix_rkey[0067]: ' I824' +0x0000022e:ix_rkey[0068]: ' I825' +0x00000236:ix_rkey[0069]: ' I826' +0x0000023e:ix_rkey[0070]: ' I827' +0x00000246:ix_rkey[0071]: ' I828' +0x0000024e:ix_rkey[0072]: ' I829' +0x00000256:ix_rkey[0073]: ' I830' +0x0000025e:ix_rkey[0074]: ' I831' +0x00000266:ix_rkey[0075]: ' I832' +0x0000026e:ix_rkey[0076]: ' I833' +0x00000276:ix_rkey[0077]: ' I834' +0x0000027e:ix_rkey[0078]: ' I835' +0x00000286:ix_rkey[0079]: ' I836' +0x0000028e:ix_rkey[0080]: ' I837' +0x00000296:ix_rkey[0081]: ' I838' +0x0000029e:ix_rkey[0082]: ' I839' +0x000002a6:ix_rkey[0083]: ' I840' +0x000002ae:ix_rkey[0084]: ' I841' +0x000002b6:ix_rkey[0085]: ' I842' +0x000002be:ix_rkey[0086]: ' I843' +0x000002c6:ix_rkey[0087]: ' I844' +0x000002ce:ix_rkey[0088]: ' I845' +0x000002d6:ix_rkey[0089]: ' I846' +0x000002de:ix_rkey[0090]: ' I847' +0x000002e6:ix_rkey[0091]: ' I848' +0x000002ee:ix_rkey[0092]: ' I849' +0x000002f6:ix_rkey[0093]: ' I850' +0x000002fe:ix_rkey[0094]: ' I851' +0x00000306:ix_rkey[0095]: ' I852' +0x0000030e:ix_rkey[0096]: ' I853' +0x00000316:ix_rkey[0097]: ' I854' +0x0000031e:ix_rkey[0098]: ' I855' +0x00000326:ix_rkey[0099]: ' I856' +0x0000032e:ix_rkey[0100]: ' I857' +0x00000336:ix_rkey[0101]: ' I858' +0x0000033e:ix_rkey[0102]: ' I859' +0x00000346:ix_rkey[0103]: ' I860' +0x0000034e:ix_rkey[0104]: ' I861' +0x00000356:ix_rkey[0105]: ' I862' +0x0000035e:ix_rkey[0106]: ' I863' +0x00000366:ix_rkey[0107]: ' I864' +0x0000036e:ix_rkey[0108]: ' I865' +0x00000376:ix_rkey[0109]: ' I866' +0x0000037e:ix_rkey[0110]: ' I867' +0x00000386:ix_rkey[0111]: ' I868' +0x0000038e:ix_rkey[0112]: ' I869' +0x00000396:ix_rkey[0113]: ' I870' +0x0000039e:ix_rkey[0114]: ' I871' +0x000003a6:ix_rkey[0115]: ' I872' +0x000003ae:ix_rkey[0116]: ' I873' +0x000003b6:ix_rkey[0117]: ' I874' +0x000003be:ix_rkey[0118]: ' I875' +0x000003c6:ix_rkey[0119]: ' I876' +0x000003ce:ix_rkey[0120]: ' I877' +0x000003d6:ix_rkey[0121]: ' I878' +0x000003de:ix_rkey[0122]: ' I879' +0x000003e6:ix_rkey[0123]: ' I880' +0x000003ee:ix_rkey[0124]: ' I881' +0x000003f6:ix_rkey[0125]: ' I882' +0x000003fe:ix_rkey[0126]: ' I883' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000110 +0x0000080c:ix_offs[0001]: 0x00000110 0x00000c08:ix_lens[0001]: 0x0000007c +0x00000810:ix_offs[0002]: 0x0000018c 0x00000c0c:ix_lens[0002]: 0x00000055 +0x00000814:ix_offs[0003]: 0x000001e1 0x00000c10:ix_lens[0003]: 0x0000005b +0x00000818:ix_offs[0004]: 0x0000023c 0x00000c14:ix_lens[0004]: 0x000000e6 +0x0000081c:ix_offs[0005]: 0x00000322 0x00000c18:ix_lens[0005]: 0x00000088 +0x00000820:ix_offs[0006]: 0x000003aa 0x00000c1c:ix_lens[0006]: 0x00000059 +0x00000824:ix_offs[0007]: 0x00000403 0x00000c20:ix_lens[0007]: 0x000000c1 +0x00000828:ix_offs[0008]: 0x000004c4 0x00000c24:ix_lens[0008]: 0x00000075 +0x0000082c:ix_offs[0009]: 0x00000539 0x00000c28:ix_lens[0009]: 0x00000075 +0x00000830:ix_offs[0010]: 0x000005ae 0x00000c2c:ix_lens[0010]: 0x0000004a +0x00000834:ix_offs[0011]: 0x000005f8 0x00000c30:ix_lens[0011]: 0x00000044 +0x00000838:ix_offs[0012]: 0x0000063c 0x00000c34:ix_lens[0012]: 0x00000050 +0x0000083c:ix_offs[0013]: 0x0000068c 0x00000c38:ix_lens[0013]: 0x00000052 +0x00000840:ix_offs[0014]: 0x000006de 0x00000c3c:ix_lens[0014]: 0x000000da +0x00000844:ix_offs[0015]: 0x000007b8 0x00000c40:ix_lens[0015]: 0x000000d2 +0x00000848:ix_offs[0016]: 0x0000088a 0x00000c44:ix_lens[0016]: 0x0000012c +0x0000084c:ix_offs[0017]: 0x000009b6 0x00000c48:ix_lens[0017]: 0x00000109 +0x00000850:ix_offs[0018]: 0x00000abf 0x00000c4c:ix_lens[0018]: 0x000000d7 +0x00000854:ix_offs[0019]: 0x00000b96 0x00000c50:ix_lens[0019]: 0x000000da +0x00000858:ix_offs[0020]: 0x00000c70 0x00000c54:ix_lens[0020]: 0x00000055 +0x0000085c:ix_offs[0021]: 0x00000cc5 0x00000c58:ix_lens[0021]: 0x0000005c +0x00000860:ix_offs[0022]: 0x00000d21 0x00000c5c:ix_lens[0022]: 0x00000085 +0x00000864:ix_offs[0023]: 0x00000da6 0x00000c60:ix_lens[0023]: 0x00000055 +0x00000868:ix_offs[0024]: 0x00000dfb 0x00000c64:ix_lens[0024]: 0x0000008c +0x0000086c:ix_offs[0025]: 0x00000e87 0x00000c68:ix_lens[0025]: 0x0000006b +0x00000870:ix_offs[0026]: 0x00000ef2 0x00000c6c:ix_lens[0026]: 0x0000004e +0x00000874:ix_offs[0027]: 0x00000f40 0x00000c70:ix_lens[0027]: 0x00000055 +0x00000878:ix_offs[0028]: 0x00000f95 0x00000c74:ix_lens[0028]: 0x00000054 +0x0000087c:ix_offs[0029]: 0x00000fe9 0x00000c78:ix_lens[0029]: 0x0000004b +0x00000880:ix_offs[0030]: 0x00001034 0x00000c7c:ix_lens[0030]: 0x0000006e +0x00000884:ix_offs[0031]: 0x000010a2 0x00000c80:ix_lens[0031]: 0x00000059 +0x00000888:ix_offs[0032]: 0x000010fb 0x00000c84:ix_lens[0032]: 0x0000008d +0x0000088c:ix_offs[0033]: 0x00001188 0x00000c88:ix_lens[0033]: 0x0000005c +0x00000890:ix_offs[0034]: 0x000011e4 0x00000c8c:ix_lens[0034]: 0x0000005c +0x00000894:ix_offs[0035]: 0x00001240 0x00000c90:ix_lens[0035]: 0x00000088 +0x00000898:ix_offs[0036]: 0x000012c8 0x00000c94:ix_lens[0036]: 0x00000039 +0x0000089c:ix_offs[0037]: 0x00001301 0x00000c98:ix_lens[0037]: 0x0000003b +0x000008a0:ix_offs[0038]: 0x0000133c 0x00000c9c:ix_lens[0038]: 0x00000053 +0x000008a4:ix_offs[0039]: 0x0000138f 0x00000ca0:ix_lens[0039]: 0x0000004c +0x000008a8:ix_offs[0040]: 0x000013db 0x00000ca4:ix_lens[0040]: 0x00000054 +0x000008ac:ix_offs[0041]: 0x0000142f 0x00000ca8:ix_lens[0041]: 0x0000004f +0x000008b0:ix_offs[0042]: 0x0000147e 0x00000cac:ix_lens[0042]: 0x0000004f +0x000008b4:ix_offs[0043]: 0x000014cd 0x00000cb0:ix_lens[0043]: 0x00000057 +0x000008b8:ix_offs[0044]: 0x00001524 0x00000cb4:ix_lens[0044]: 0x000000ca +0x000008bc:ix_offs[0045]: 0x000015ee 0x00000cb8:ix_lens[0045]: 0x00000040 +0x000008c0:ix_offs[0046]: 0x0000162e 0x00000cbc:ix_lens[0046]: 0x00000056 +0x000008c4:ix_offs[0047]: 0x00001684 0x00000cc0:ix_lens[0047]: 0x0000004d +0x000008c8:ix_offs[0048]: 0x000016d1 0x00000cc4:ix_lens[0048]: 0x00000037 +0x000008cc:ix_offs[0049]: 0x00001708 0x00000cc8:ix_lens[0049]: 0x0000007e +0x000008d0:ix_offs[0050]: 0x00001786 0x00000ccc:ix_lens[0050]: 0x0000006a +0x000008d4:ix_offs[0051]: 0x000017f0 0x00000cd0:ix_lens[0051]: 0x00000058 +0x000008d8:ix_offs[0052]: 0x00001848 0x00000cd4:ix_lens[0052]: 0x00000053 +0x000008dc:ix_offs[0053]: 0x0000189b 0x00000cd8:ix_lens[0053]: 0x0000004a +0x000008e0:ix_offs[0054]: 0x000018e5 0x00000cdc:ix_lens[0054]: 0x0000007f +0x000008e4:ix_offs[0055]: 0x00001964 0x00000ce0:ix_lens[0055]: 0x0000006d +0x000008e8:ix_offs[0056]: 0x000019d1 0x00000ce4:ix_lens[0056]: 0x00000042 +0x000008ec:ix_offs[0057]: 0x00001a13 0x00000ce8:ix_lens[0057]: 0x0000008d +0x000008f0:ix_offs[0058]: 0x00001aa0 0x00000cec:ix_lens[0058]: 0x00000059 +0x000008f4:ix_offs[0059]: 0x00001af9 0x00000cf0:ix_lens[0059]: 0x0000004c +0x000008f8:ix_offs[0060]: 0x00001b45 0x00000cf4:ix_lens[0060]: 0x0000003a +0x000008fc:ix_offs[0061]: 0x00001b7f 0x00000cf8:ix_lens[0061]: 0x0000004a +0x00000900:ix_offs[0062]: 0x00001bc9 0x00000cfc:ix_lens[0062]: 0x0000005b +0x00000904:ix_offs[0063]: 0x00001c24 0x00000d00:ix_lens[0063]: 0x00000075 +0x00000908:ix_offs[0064]: 0x00001c99 0x00000d04:ix_lens[0064]: 0x0000006c +0x0000090c:ix_offs[0065]: 0x00001d05 0x00000d08:ix_lens[0065]: 0x0000007b +0x00000910:ix_offs[0066]: 0x00001d80 0x00000d0c:ix_lens[0066]: 0x0000009f +0x00000914:ix_offs[0067]: 0x00001e1f 0x00000d10:ix_lens[0067]: 0x0000006f +0x00000918:ix_offs[0068]: 0x00001e8e 0x00000d14:ix_lens[0068]: 0x00000053 +0x0000091c:ix_offs[0069]: 0x00001ee1 0x00000d18:ix_lens[0069]: 0x00000055 +0x00000920:ix_offs[0070]: 0x00001f36 0x00000d1c:ix_lens[0070]: 0x00000093 +0x00000924:ix_offs[0071]: 0x00001fc9 0x00000d20:ix_lens[0071]: 0x0000014e +0x00000928:ix_offs[0072]: 0x00002117 0x00000d24:ix_lens[0072]: 0x0000008f +0x0000092c:ix_offs[0073]: 0x000021a6 0x00000d28:ix_lens[0073]: 0x000000ca +0x00000930:ix_offs[0074]: 0x00002270 0x00000d2c:ix_lens[0074]: 0x000000b5 +0x00000934:ix_offs[0075]: 0x00002325 0x00000d30:ix_lens[0075]: 0x0000009b +0x00000938:ix_offs[0076]: 0x000023c0 0x00000d34:ix_lens[0076]: 0x000000fe +0x0000093c:ix_offs[0077]: 0x000024be 0x00000d38:ix_lens[0077]: 0x0000008a +0x00000940:ix_offs[0078]: 0x00002548 0x00000d3c:ix_lens[0078]: 0x000000ad +0x00000944:ix_offs[0079]: 0x000025f5 0x00000d40:ix_lens[0079]: 0x00000072 +0x00000948:ix_offs[0080]: 0x00002667 0x00000d44:ix_lens[0080]: 0x0000006c +0x0000094c:ix_offs[0081]: 0x000026d3 0x00000d48:ix_lens[0081]: 0x000000f3 +0x00000950:ix_offs[0082]: 0x000027c6 0x00000d4c:ix_lens[0082]: 0x00000068 +0x00000954:ix_offs[0083]: 0x0000282e 0x00000d50:ix_lens[0083]: 0x00000085 +0x00000958:ix_offs[0084]: 0x000028b3 0x00000d54:ix_lens[0084]: 0x00000084 +0x0000095c:ix_offs[0085]: 0x00002937 0x00000d58:ix_lens[0085]: 0x00000071 +0x00000960:ix_offs[0086]: 0x000029a8 0x00000d5c:ix_lens[0086]: 0x000000c9 +0x00000964:ix_offs[0087]: 0x00002a71 0x00000d60:ix_lens[0087]: 0x000000c4 +0x00000968:ix_offs[0088]: 0x00002b35 0x00000d64:ix_lens[0088]: 0x00000066 +0x0000096c:ix_offs[0089]: 0x00002b9b 0x00000d68:ix_lens[0089]: 0x0000010c +0x00000970:ix_offs[0090]: 0x00002ca7 0x00000d6c:ix_lens[0090]: 0x00000071 +0x00000974:ix_offs[0091]: 0x00002d18 0x00000d70:ix_lens[0091]: 0x00000102 +0x00000978:ix_offs[0092]: 0x00002e1a 0x00000d74:ix_lens[0092]: 0x00000107 +0x0000097c:ix_offs[0093]: 0x00002f21 0x00000d78:ix_lens[0093]: 0x000000a0 +0x00000980:ix_offs[0094]: 0x00002fc1 0x00000d7c:ix_lens[0094]: 0x00000104 +0x00000984:ix_offs[0095]: 0x000030c5 0x00000d80:ix_lens[0095]: 0x000000fb +0x00000988:ix_offs[0096]: 0x000031c0 0x00000d84:ix_lens[0096]: 0x000000d8 +0x0000098c:ix_offs[0097]: 0x00003298 0x00000d88:ix_lens[0097]: 0x0000004e +0x00000990:ix_offs[0098]: 0x000032e6 0x00000d8c:ix_lens[0098]: 0x0000003e +0x00000994:ix_offs[0099]: 0x00003324 0x00000d90:ix_lens[0099]: 0x000000e0 +0x00000998:ix_offs[0100]: 0x00003404 0x00000d94:ix_lens[0100]: 0x00000077 +0x0000099c:ix_offs[0101]: 0x0000347b 0x00000d98:ix_lens[0101]: 0x0000003d +0x000009a0:ix_offs[0102]: 0x000034b8 0x00000d9c:ix_lens[0102]: 0x00000107 +0x000009a4:ix_offs[0103]: 0x000035bf 0x00000da0:ix_lens[0103]: 0x00000046 +0x000009a8:ix_offs[0104]: 0x00003605 0x00000da4:ix_lens[0104]: 0x00000040 +0x000009ac:ix_offs[0105]: 0x00003645 0x00000da8:ix_lens[0105]: 0x00000066 +0x000009b0:ix_offs[0106]: 0x000036ab 0x00000dac:ix_lens[0106]: 0x00000081 +0x000009b4:ix_offs[0107]: 0x0000372c 0x00000db0:ix_lens[0107]: 0x00000052 +0x000009b8:ix_offs[0108]: 0x0000377e 0x00000db4:ix_lens[0108]: 0x0000004e +0x000009bc:ix_offs[0109]: 0x000037cc 0x00000db8:ix_lens[0109]: 0x00000039 +0x000009c0:ix_offs[0110]: 0x00003805 0x00000dbc:ix_lens[0110]: 0x00000072 +0x000009c4:ix_offs[0111]: 0x00003877 0x00000dc0:ix_lens[0111]: 0x0000011a +0x000009c8:ix_offs[0112]: 0x00003991 0x00000dc4:ix_lens[0112]: 0x000000a5 +0x000009cc:ix_offs[0113]: 0x00003a36 0x00000dc8:ix_lens[0113]: 0x000000f3 +0x000009d0:ix_offs[0114]: 0x00003b29 0x00000dcc:ix_lens[0114]: 0x0000007c +0x000009d4:ix_offs[0115]: 0x00003ba5 0x00000dd0:ix_lens[0115]: 0x00000069 +0x000009d8:ix_offs[0116]: 0x00003c0e 0x00000dd4:ix_lens[0116]: 0x0000007e +0x000009dc:ix_offs[0117]: 0x00003c8c 0x00000dd8:ix_lens[0117]: 0x00000092 +0x000009e0:ix_offs[0118]: 0x00003d1e 0x00000ddc:ix_lens[0118]: 0x000000a2 +0x000009e4:ix_offs[0119]: 0x00003dc0 0x00000de0:ix_lens[0119]: 0x00000070 +0x000009e8:ix_offs[0120]: 0x00003e30 0x00000de4:ix_lens[0120]: 0x0000006e +0x000009ec:ix_offs[0121]: 0x00003e9e 0x00000de8:ix_lens[0121]: 0x00000053 +0x000009f0:ix_offs[0122]: 0x00003ef1 0x00000dec:ix_lens[0122]: 0x00000071 +0x000009f4:ix_offs[0123]: 0x00003f62 0x00000df0:ix_lens[0123]: 0x00000082 +0x000009f8:ix_offs[0124]: 0x00003fe4 0x00000df4:ix_lens[0124]: 0x00000085 +0x000009fc:ix_offs[0125]: 0x00004069 0x00000df8:ix_lens[0125]: 0x00000055 +0x00000a00:ix_offs[0126]: 0x000040be 0x00000dfc:ix_lens[0126]: 0x00000052 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I757 offs: 0x00000000 lens: 0x00000110 +0x00001000-0x0000110f: +>>0 @I757@ INDI +1 NAME William_III of_Orange /Stuart/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 14 NOV 1650 +2 PLAC The Hague,Netherlands +1 DEAT +2 DATE 19 MAR 1702 +2 PLAC Kensington,Palace,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F442@ +1 FAMS @F429@ +<< +[0001] INDI rkey: I758 offs: 0x00000110 lens: 0x0000007c +0x00001110-0x0000118b: +>>0 @I758@ INDI +1 NAME Ernest Augustus of_Brunswick// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1629 +1 DEAT +2 DATE 1698 +1 FAMS @F217@ +<< +[0002] INDI rkey: I759 offs: 0x0000018c lens: 0x00000055 +0x0000118c-0x000011e0: +>>0 @I759@ INDI +1 NAME George_I of_Saxe- Meiningen// +1 SEX M +1 TITL Duke +1 FAMS @F155@ +<< +[0003] INDI rkey: I760 offs: 0x000001e1 lens: 0x0000005b +0x000011e1-0x0000123b: +>>0 @I760@ INDI +1 NAME Louisa Eleonora of_Hohenlohe-// +1 SEX F +1 TITL Princess +1 FAMS @F155@ +<< +[0004] INDI rkey: I761 offs: 0x0000023c lens: 0x000000e6 +0x0000123c-0x00001321: +>>0 @I761@ INDI +1 NAME Frederick William_I // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 14 AUG 1688 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 31 MAY 1740 +2 PLAC Potsdam,Germany +1 BURI +2 PLAC Potsdam,Germany +1 FAMC @F446@ +1 FAMS @F219@ +<< +[0005] INDI rkey: I762 offs: 0x00000322 lens: 0x00000088 +0x00001322-0x000013a9: +>>0 @I762@ INDI +1 NAME Maria of_Waldegrave /Walpole/ +1 SEX F +1 TITL Countess +1 DEAT +2 DATE 1790 +1 FAMC @F447@ +1 FAMS @F448@ +1 FAMS @F194@ +<< +[0006] INDI rkey: I763 offs: 0x000003aa lens: 0x00000059 +0x000013aa-0x00001402: +>>0 @I763@ INDI +1 NAME Anne /Horton/ +1 SEX F +1 TITL Hon. +1 DEAT +2 DATE 1808 +1 FAMS @F215@ +<< +[0007] INDI rkey: I764 offs: 0x00000403 lens: 0x000000c1 +0x00001403-0x000014c3: +>>0 @I764@ INDI +1 NAME Christian_VII // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 29 JAN 1749 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 13 MAR 1808 +2 PLAC Rendsborg +1 FAMC @F213@ +1 FAMS @F216@ +<< +[0008] INDI rkey: I765 offs: 0x000004c4 lens: 0x00000075 +0x000014c4-0x00001538: +>>0 @I765@ INDI +1 NAME Charles Louis // +1 SEX M +1 TITL Elector Palatine +1 DEAT +2 DATE 1680 +1 FAMC @F438@ +1 FAMS @F449@ +<< +[0009] INDI rkey: I766 offs: 0x00000539 lens: 0x00000075 +0x00001539-0x000015ad: +>>0 @I766@ INDI +1 NAME Rupert of_Cumberland // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1619 +1 DEAT +2 DATE 1682 +1 FAMC @F438@ +<< +[0010] INDI rkey: I767 offs: 0x000005ae lens: 0x0000004a +0x000015ae-0x000015f7: +>>0 @I767@ INDI +1 NAME Maurice // +1 SEX M +1 DEAT +2 DATE 1654 +1 FAMC @F438@ +<< +[0011] INDI rkey: I768 offs: 0x000005f8 lens: 0x00000044 +0x000015f8-0x0000163b: +>>0 @I768@ INDI +1 NAME Edward // +1 SEX M +1 FAMC @F438@ +1 FAMS @F450@ +<< +[0012] INDI rkey: I769 offs: 0x0000063c lens: 0x00000050 +0x0000163c-0x0000168b: +>>0 @I769@ INDI +1 NAME Charlotte /Landgrave/ +1 SEX F +1 FAMC @F451@ +1 FAMS @F449@ +<< +[0013] INDI rkey: I770 offs: 0x0000068c lens: 0x00000052 +0x0000168c-0x000016dd: +>>0 @I770@ INDI +1 NAME Ernest Augustus // +1 SEX M +1 TITL Duke of York +1 FAMC @F217@ +<< +[0014] INDI rkey: I771 offs: 0x000006de lens: 0x000000da +0x000016de-0x000017b7: +>>0 @I771@ INDI +1 NAME Sophia Charlotte // +1 SEX F +1 BIRT +2 DATE 20 OCT 1668 +2 PLAC Schloss Iburg,Near,Osnabruck +1 DEAT +2 DATE 1 FEB 1705 +2 PLAC Hanover +1 BURI +2 PLAC Berlin,Cathedral,Germany +1 FAMC @F217@ +1 FAMS @F446@ +<< +[0015] INDI rkey: I772 offs: 0x000007b8 lens: 0x000000d2 +0x000017b8-0x00001889: +>>0 @I772@ INDI +1 NAME Frederick_I // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 11 JUL 1657 +2 PLAC Konigsberg,Prussia +1 DEAT +2 DATE 25 FEB 1713 +2 PLAC Berlin,Germany +1 FAMS @F452@ +1 FAMS @F446@ +1 FAMS @F453@ +<< +[0016] INDI rkey: I773 offs: 0x0000088a lens: 0x0000012c +0x0000188a-0x000019b5: +>>0 @I773@ INDI +1 NAME Henry_VII /Tudor/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 28 JAN 1457 +2 PLAC Pembroke Castle,Pembrokeshire,England +1 DEAT +2 DATE 21 APR 1509 +2 PLAC Richmond Palace,Richmond Surrey,England +1 BURI +2 PLAC Henry VII Chapel,Westminster,Abbey,England +1 FAMC @F454@ +1 FAMS @F455@ +<< +[0017] INDI rkey: I774 offs: 0x000009b6 lens: 0x00000109 +0x000019b6-0x00001abe: +>>0 @I774@ INDI +1 NAME Elizabeth of_York // +1 SEX F +1 BIRT +2 DATE 11 FEB 1466 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 11 FEB 1503 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Henry VII Chapel,Westminster,Abbey,London +1 FAMC @F456@ +1 FAMS @F455@ +<< +[0018] INDI rkey: I775 offs: 0x00000abf lens: 0x000000d7 +0x00001abf-0x00001b95: +>>0 @I775@ INDI +1 NAME Arthur /Tudor/ +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 20 SEP 1486 +2 PLAC St. Swithin's,Priory,Winchester,England +1 DEAT +2 DATE 2 APR 1502 +2 PLAC Ludlow Castle +1 FAMC @F455@ +1 FAMS @F457@ +<< +[0019] INDI rkey: I776 offs: 0x00000b96 lens: 0x000000da +0x00001b96-0x00001c6f: +>>0 @I776@ INDI +1 NAME Margaret /Tudor/ +1 SEX F +1 BIRT +2 DATE 28 NOV 1489 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 18 OCT 1541 +2 PLAC Methven Castle +1 FAMC @F455@ +1 FAMS @F458@ +1 FAMS @F459@ +1 FAMS @F460@ +<< +[0020] INDI rkey: I777 offs: 0x00000c70 lens: 0x00000055 +0x00001c70-0x00001cc4: +>>0 @I777@ INDI +1 NAME John Crocker /Bulteel/ +1 SEX M +1 DEAT +2 DATE 1843 +1 FAMS @F256@ +<< +[0021] INDI rkey: I778 offs: 0x00000cc5 lens: 0x0000005c +0x00001cc5-0x00001d20: +>>0 @I778@ INDI +1 NAME Elizabeth /Grey/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1880 +1 FAMS @F256@ +<< +[0022] INDI rkey: I779 offs: 0x00000d21 lens: 0x00000085 +0x00001d21-0x00001da5: +>>0 @I779@ INDI +1 NAME Horace Beauchamp /Seymour/ +1 SEX M +1 TITL Sir +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1856 +1 FAMC @F461@ +1 FAMS @F254@ +<< +[0023] INDI rkey: I780 offs: 0x00000da6 lens: 0x00000055 +0x00001da6-0x00001dfa: +>>0 @I780@ INDI +1 NAME Elizabeth Malet /Palk/ +1 SEX F +1 DEAT +2 DATE 1827 +1 FAMS @F254@ +<< +[0024] INDI rkey: I781 offs: 0x00000dfb lens: 0x0000008c +0x00001dfb-0x00001e86: +>>0 @I781@ INDI +1 NAME George John /Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1834 +1 FAMC @F462@ +1 FAMS @F252@ +<< +[0025] INDI rkey: I782 offs: 0x00000e87 lens: 0x0000006b +0x00001e87-0x00001ef1: +>>0 @I782@ INDI +1 NAME Lavinia /Bingham/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1831 +1 FAMC @F463@ +1 FAMS @F252@ +<< +[0026] INDI rkey: I783 offs: 0x00000ef2 lens: 0x0000004e +0x00001ef2-0x00001f3f: +>>0 @I783@ INDI +1 NAME Henry /Baring/ +1 SEX M +1 DEAT +2 DATE 1848 +1 FAMS @F255@ +<< +[0027] INDI rkey: I784 offs: 0x00000f40 lens: 0x00000055 +0x00001f40-0x00001f94: +>>0 @I784@ INDI +1 NAME Cecilia Anne /Windham/ +1 SEX F +1 DEAT +2 DATE 1874 +1 FAMS @F255@ +<< +[0028] INDI rkey: I785 offs: 0x00000f95 lens: 0x00000054 +0x00001f95-0x00001fe8: +>>0 @I785@ INDI +1 NAME // +1 SEX M +1 TITL Earl Howe I +1 DEAT +2 DATE 1870 +1 FAMS @F241@ +<< +[0029] INDI rkey: I786 offs: 0x00000fe9 lens: 0x0000004b +0x00001fe9-0x00002033: +>>0 @I786@ INDI +1 NAME Anne /Gore/ +1 SEX F +1 DEAT +2 DATE 1877 +1 FAMS @F241@ +<< +[0030] INDI rkey: I787 offs: 0x00001034 lens: 0x0000006e +0x00002034-0x000020a1: +>>0 @I787@ INDI +1 NAME Louisa Jane /Russell/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1905 +1 FAMC @F464@ +1 FAMS @F240@ +<< +[0031] INDI rkey: I788 offs: 0x000010a2 lens: 0x00000059 +0x000020a2-0x000020fa: +>>0 @I788@ INDI +1 NAME // +1 SEX M +1 TITL Duke Albercorn I +1 DEAT +2 DATE 1885 +1 FAMS @F240@ +<< +[0032] INDI rkey: I789 offs: 0x000010fb lens: 0x0000008d +0x000020fb-0x00002187: +>>0 @I789@ INDI +1 NAME George Charles /Bingham/ +1 SEX M +1 TITL Earl of Lucan +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1888 +1 FAMC @F465@ +1 FAMS @F242@ +<< +[0033] INDI rkey: I790 offs: 0x00001188 lens: 0x0000005c +0x00002188-0x000021e3: +>>0 @I790@ INDI +1 NAME Anne /Brudenell/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1877 +1 FAMS @F242@ +<< +[0034] INDI rkey: I791 offs: 0x000011e4 lens: 0x0000005c +0x000021e4-0x0000223f: +>>0 @I791@ INDI +1 NAME Caroline /Paget/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1874 +1 FAMS @F243@ +<< +[0035] INDI rkey: I792 offs: 0x00001240 lens: 0x00000088 +0x00002240-0x000022c7: +>>0 @I792@ INDI +1 NAME Charles Lennox of_Richmond// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1860 +1 FAMC @F466@ +1 FAMS @F243@ +<< +[0036] INDI rkey: I793 offs: 0x000012c8 lens: 0x00000039 +0x000022c8-0x00002300: +>>0 @I793@ INDI +1 NAME David /Gill/ +1 SEX M +1 FAMS @F246@ +<< +[0037] INDI rkey: I794 offs: 0x00001301 lens: 0x0000003b +0x00002301-0x0000233b: +>>0 @I794@ INDI +1 NAME Sarah /Ogston/ +1 SEX F +1 FAMS @F246@ +<< +[0038] INDI rkey: I795 offs: 0x0000133c lens: 0x00000053 +0x0000233c-0x0000238e: +>>0 @I795@ INDI +1 NAME William Smith /Marr/ +1 SEX M +1 DEAT +2 DATE 1898 +1 FAMS @F247@ +<< +[0039] INDI rkey: I796 offs: 0x0000138f lens: 0x0000004c +0x0000238f-0x000023da: +>>0 @I796@ INDI +1 NAME Helen /Bean/ +1 SEX F +1 DEAT +2 DATE 1852 +1 FAMS @F247@ +<< +[0040] INDI rkey: I797 offs: 0x000013db lens: 0x00000054 +0x000023db-0x0000242e: +>>0 @I797@ INDI +1 NAME William /Littlejohn/ +1 SEX M +1 DEAT +2 DATE 1888 +1 FAMS @F248@ +<< +[0041] INDI rkey: I798 offs: 0x0000142f lens: 0x0000004f +0x0000242f-0x0000247d: +>>0 @I798@ INDI +1 NAME Janet /Bentley/ +1 SEX F +1 DEAT +2 DATE 1848 +1 FAMS @F248@ +<< +[0042] INDI rkey: I799 offs: 0x0000147e lens: 0x0000004f +0x0000247e-0x000024cc: +>>0 @I799@ INDI +1 NAME James /Crombie/ +1 SEX M +1 DEAT +2 DATE 1878 +1 FAMS @F249@ +<< +[0043] INDI rkey: I800 offs: 0x000014cd lens: 0x00000057 +0x000024cd-0x00002523: +>>0 @I800@ INDI +1 NAME Katherine Scott /Forbes/ +1 SEX F +1 DEAT +2 DATE 1893 +1 FAMS @F249@ +<< +[0044] INDI rkey: I801 offs: 0x00001524 lens: 0x000000ca +0x00002524-0x000025ed: +>>0 @I801@ INDI +1 NAME Gabriella Marina Alexandra/Windsor/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 23 APR 1981 +2 PLAC ,,England +1 CHR +2 DATE 8 JUN 1981 +2 PLAC Chapel Royal,St. James Palace,England +1 FAMC @F78@ +<< +[0045] INDI rkey: I802 offs: 0x000015ee lens: 0x00000040 +0x000025ee-0x0000262d: +>>0 @I802@ INDI +1 NAME Thomas /Troubridge/ +1 SEX M +1 FAMS @F208@ +<< +[0046] INDI rkey: I803 offs: 0x0000162e lens: 0x00000056 +0x0000262e-0x00002683: +>>0 @I803@ INDI +1 NAME John_Charles of_Buccleuch VII// +1 SEX M +1 TITL Duke +1 FAMS @F53@ +<< +[0047] INDI rkey: I804 offs: 0x00001684 lens: 0x0000004d +0x00002684-0x000026d0: +>>0 @I804@ INDI +1 NAME Peter /Shand-Kydde/ +1 SEX M +1 FAMS @F69@ +1 FAMS @F467@ +<< +[0048] INDI rkey: I805 offs: 0x000016d1 lens: 0x00000037 +0x000026d1-0x00002707: +>>0 @I805@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F467@ +<< +[0049] INDI rkey: I806 offs: 0x00001708 lens: 0x0000007e +0x00002708-0x00002785: +>>0 @I806@ INDI +1 NAME Barbara /Cartland/ +1 SEX F +1 TITL Dame +1 BIRT +2 DATE JUL 1900 +1 FAMC @F468@ +1 FAMS @F168@ +1 FAMS @F469@ +<< +[0050] INDI rkey: I807 offs: 0x00001786 lens: 0x0000006a +0x00002786-0x000027ef: +>>0 @I807@ INDI +1 NAME Robert /Fellowes/ +1 SEX M +1 TITL Sir +1 BIRT +2 DATE 1941 +1 FAMC @F470@ +1 FAMS @F166@ +<< +[0051] INDI rkey: I808 offs: 0x000017f0 lens: 0x00000058 +0x000027f0-0x00002847: +>>0 @I808@ INDI +1 NAME Laura Jane /Fellowes/ +1 SEX F +1 BIRT +2 DATE JUL 1980 +1 FAMC @F166@ +<< +[0052] INDI rkey: I809 offs: 0x00001848 lens: 0x00000053 +0x00002848-0x0000289a: +>>0 @I809@ INDI +1 NAME Neil /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 1951 +1 FAMS @F165@ +<< +[0053] INDI rkey: I810 offs: 0x0000189b lens: 0x0000004a +0x0000289b-0x000028e4: +>>0 @I810@ INDI +1 NAME William /Fellowes/ +1 SEX M +1 TITL Sir +1 FAMS @F470@ +<< +[0054] INDI rkey: I811 offs: 0x000018e5 lens: 0x0000007f +0x000028e5-0x00002963: +>>0 @I811@ INDI +1 NAME Andrew /Ferguson/ +1 SEX M +1 TITL Major +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1966 +1 FAMC @F471@ +1 FAMS @F130@ +<< +[0055] INDI rkey: I812 offs: 0x00001964 lens: 0x0000006d +0x00002964-0x000029d0: +>>0 @I812@ INDI +1 NAME Marian -Scott /Montagu-Douglas-/ +1 SEX F +1 BIRT +2 DATE 1980 +1 FAMC @F472@ +1 FAMS @F130@ +<< +[0056] INDI rkey: I813 offs: 0x000019d1 lens: 0x00000042 +0x000029d1-0x00002a12: +>>0 @I813@ INDI +1 NAME John Andrew /Ferguson/ +1 SEX M +1 FAMC @F130@ +<< +[0057] INDI rkey: I814 offs: 0x00001a13 lens: 0x0000008d +0x00002a13-0x00002a9f: +>>0 @I814@ INDI +1 NAME Algernon Francis /Ferguson/ +1 SEX M +1 TITL Brig. Gen. +1 BIRT +2 DATE 1867 +1 DEAT +2 DATE 1943 +1 FAMC @F473@ +1 FAMS @F471@ +<< +[0058] INDI rkey: I815 offs: 0x00001aa0 lens: 0x00000059 +0x00002aa0-0x00002af8: +>>0 @I815@ INDI +1 NAME John /Ferguson/ +1 SEX M +1 TITL Colonel +1 FAMC @F474@ +1 FAMS @F473@ +<< +[0059] INDI rkey: I816 offs: 0x00001af9 lens: 0x0000004c +0x00002af9-0x00002b44: +>>0 @I816@ INDI +1 NAME Thomas /Ferguson/ +1 SEX M +1 FAMC @F475@ +1 FAMS @F474@ +<< +[0060] INDI rkey: I817 offs: 0x00001b45 lens: 0x0000003a +0x00002b45-0x00002b7e: +>>0 @I817@ INDI +1 NAME Emma /Benyon/ +1 SEX F +1 FAMS @F474@ +<< +[0061] INDI rkey: I818 offs: 0x00001b7f lens: 0x0000004a +0x00002b7f-0x00002bc8: +>>0 @I818@ INDI +1 NAME John /Ferguson/ +1 SEX M +1 FAMC @F476@ +1 FAMS @F475@ +<< +[0062] INDI rkey: I819 offs: 0x00001bc9 lens: 0x0000005b +0x00002bc9-0x00002c23: +>>0 @I819@ INDI +1 NAME James /Ferguson/ +1 SEX M +1 TITL Dr. +1 DEAT +2 DATE 1789 +1 FAMS @F476@ +<< +[0063] INDI rkey: I820 offs: 0x00001c24 lens: 0x00000075 +0x00002c24-0x00002c98: +>>0 @I820@ INDI +1 NAME Fitzherbert /Wright/ +1 SEX M +1 BIRT +2 DATE 1905 +1 DEAT +2 DATE 1975 +1 FAMC @F477@ +1 FAMS @F132@ +<< +[0064] INDI rkey: I821 offs: 0x00001c99 lens: 0x0000006c +0x00002c99-0x00002d04: +>>0 @I821@ INDI +1 NAME Doreen /Wingfield/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1904 +1 FAMC @F478@ +1 FAMS @F132@ +<< +[0065] INDI rkey: I822 offs: 0x00001d05 lens: 0x0000007b +0x00002d05-0x00002d7f: +>>0 @I822@ INDI +1 NAME Jane Louisa /Ferguson/ +1 SEX F +1 BIRT +2 DATE 26 AUG 1957 +2 PLAC ,,England +1 FAMC @F129@ +1 FAMS @F479@ +<< +[0066] INDI rkey: I823 offs: 0x00001d80 lens: 0x0000009f +0x00002d80-0x00002e1e: +>>0 @I823@ INDI +1 NAME Hector /Barrantes/ +1 SEX M +1 BIRT +2 DATE ABT 1939 +1 DEAT +2 DATE 10 AUG 1990 +2 PLAC Buenos Aires,Argentina +1 FAMS @F480@ +1 FAMS @F133@ +<< +[0067] INDI rkey: I824 offs: 0x00001e1f lens: 0x0000006f +0x00002e1f-0x00002e8d: +>>0 @I824@ INDI +1 NAME Louise // +1 SEX F +1 DEAT +2 DATE ABT 1967 +2 PLAC Buenos Aires,,Argentina +1 FAMS @F480@ +<< +[0068] INDI rkey: I825 offs: 0x00001e8e lens: 0x00000053 +0x00002e8e-0x00002ee0: +>>0 @I825@ INDI +1 NAME Alex /Makim/ +1 SEX M +1 BIRT +2 DATE ABT 1951 +1 FAMS @F479@ +<< +[0069] INDI rkey: I826 offs: 0x00001ee1 lens: 0x00000055 +0x00002ee1-0x00002f35: +>>0 @I826@ INDI +1 NAME Seamus /Makim/ +1 SEX M +1 BIRT +2 DATE ABT 1980 +1 FAMC @F479@ +<< +[0070] INDI rkey: I827 offs: 0x00001f36 lens: 0x00000093 +0x00002f36-0x00002fc8: +>>0 @I827@ INDI +1 NAME Beatrice Elizabeth Mary/Windsor/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 8 AUG 1988 +2 PLAC Portland Hosp.,,England +1 FAMC @F48@ +<< +[0071] INDI rkey: I828 offs: 0x00001fc9 lens: 0x0000014e +0x00002fc9-0x00003116: +>>0 @I828@ INDI +1 NAME Henry_VIII /Tudor/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 28 JUN 1491 +2 PLAC Greenwich Palace,,England +1 DEAT +2 DATE 28 JAN 1547 +2 PLAC Whitehall,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMC @F455@ +1 FAMS @F481@ +1 FAMS @F482@ +1 FAMS @F483@ +1 FAMS @F484@ +1 FAMS @F485@ +1 FAMS @F486@ +<< +[0072] INDI rkey: I829 offs: 0x00002117 lens: 0x0000008f +0x00003117-0x000031a5: +>>0 @I829@ INDI +1 NAME Elizabeth /Tudor/ +1 SEX F +1 BIRT +2 DATE 2 JUL 1492 +1 DEAT +2 DATE 14 SEP 1495 +2 PLAC Eltham Palace,,England +1 FAMC @F455@ +<< +[0073] INDI rkey: I830 offs: 0x000021a6 lens: 0x000000ca +0x000031a6-0x0000326f: +>>0 @I830@ INDI +1 NAME Mary /Tudor/ +1 SEX F +1 BIRT +2 DATE 18 MAR 1496 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE 25 JUN 1533 +2 PLAC Westhorpe,Suffolk,England +1 FAMC @F455@ +1 FAMS @F487@ +1 FAMS @F488@ +<< +[0074] INDI rkey: I831 offs: 0x00002270 lens: 0x000000b5 +0x00003270-0x00003324: +>>0 @I831@ INDI +1 NAME Edmund /Tudor/ +1 SEX M +1 BIRT +2 DATE 21 FEB 1499 +2 PLAC Greenwich,Palace,England +1 DEAT +2 DATE 19 JUN 1500 +2 PLAC Bishops Hatfield,Herts,England +1 FAMC @F455@ +<< +[0075] INDI rkey: I832 offs: 0x00002325 lens: 0x0000009b +0x00003325-0x000033bf: +>>0 @I832@ INDI +1 NAME Katherine /Tudor/ +1 SEX F +1 BIRT +2 DATE 2 FEB 1503 +2 PLAC Tower of London,,England +1 DEAT +2 DATE 1503 +2 PLAC ,,England +1 FAMC @F455@ +<< +[0076] INDI rkey: I833 offs: 0x000023c0 lens: 0x000000fe +0x000033c0-0x000034bd: +>>0 @I833@ INDI +1 NAME Catherine of_Aragon // +1 SEX F +1 BIRT +2 DATE 15 DEC 1485 +2 PLAC Near Madrid,,Spain +1 DEAT +2 DATE 7 JAN 1536 +2 PLAC Kimbolton Castle,Hunts,England +1 BURI +2 PLAC Peterborough,Cathedral,England +1 FAMC @F489@ +1 FAMS @F457@ +1 FAMS @F481@ +<< +[0077] INDI rkey: I834 offs: 0x000024be lens: 0x0000008a +0x000034be-0x00003547: +>>0 @I834@ INDI +1 NAME James_IV // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1473 +1 DEAT +2 DATE 9 SEP 1513 +1 FAMC @F490@ +1 FAMS @F458@ +<< +[0078] INDI rkey: I835 offs: 0x00002548 lens: 0x000000ad +0x00003548-0x000035f4: +>>0 @I835@ INDI +1 NAME James_V // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1512 +2 PLAC Linlithgow,,Scotland +1 DEAT +2 DATE 1542 +1 FAMC @F458@ +1 FAMS @F491@ +1 FAMS @F492@ +<< +[0079] INDI rkey: I836 offs: 0x000025f5 lens: 0x00000072 +0x000035f5-0x00003666: +>>0 @I836@ INDI +1 NAME Archibald /Douglas/ +1 SEX M +1 TITL Earl of Angus VI +1 DEAT +2 DATE ABT 1557 +1 FAMS @F459@ +<< +[0080] INDI rkey: I837 offs: 0x00002667 lens: 0x0000006c +0x00003667-0x000036d2: +>>0 @I837@ INDI +1 NAME Henry /Stewart/ +1 SEX M +1 TITL Lord Methven I +1 DEAT +2 DATE ABT 1551 +1 FAMS @F460@ +<< +[0081] INDI rkey: I838 offs: 0x000026d3 lens: 0x000000f3 +0x000036d3-0x000037c5: +>>0 @I838@ INDI +1 NAME Louis_XII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 27 JUN 1462 +2 PLAC Blois,France +1 DEAT +2 DATE 1 JAN 1515 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F493@ +1 FAMS @F494@ +1 FAMS @F495@ +1 FAMS @F487@ +<< +[0082] INDI rkey: I839 offs: 0x000027c6 lens: 0x00000068 +0x000037c6-0x0000382d: +>>0 @I839@ INDI +1 NAME Charles /Brandon/ +1 SEX M +1 TITL Duke of Suffolk +1 DEAT +2 DATE 1545 +1 FAMS @F488@ +<< +[0083] INDI rkey: I840 offs: 0x0000282e lens: 0x00000085 +0x0000382e-0x000038b2: +>>0 @I840@ INDI +1 NAME Ferdinand_V // +1 SEX M +1 TITL King of Aragon +1 BIRT +2 DATE 1452 +1 DEAT +2 DATE 1516 +1 FAMS @F489@ +1 FAMS @F496@ +<< +[0084] INDI rkey: I841 offs: 0x000028b3 lens: 0x00000084 +0x000038b3-0x00003936: +>>0 @I841@ INDI +1 NAME Isabella // +1 SEX F +1 TITL Queen of Castile +1 BIRT +2 DATE 1451 +1 DEAT +2 DATE 1504 +1 FAMC @F497@ +1 FAMS @F489@ +<< +[0085] INDI rkey: I842 offs: 0x00002937 lens: 0x00000071 +0x00003937-0x000039a7: +>>0 @I842@ INDI +1 NAME Daughter /Tudor/ +1 SEX F +1 BIRT +2 DATE 31 JAN 1510 +1 DEAT +2 DATE 31 JAN 1510 +1 FAMC @F481@ +<< +[0086] INDI rkey: I843 offs: 0x000029a8 lens: 0x000000c9 +0x000039a8-0x00003a70: +>>0 @I843@ INDI +1 NAME Henry_(1) /Tudor/ +1 SEX M +1 TITL Duke of Cornwall +1 BIRT +2 DATE 1 JAN 1511 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE 22 FEB 1511 +2 PLAC Richmond Palace,,England +1 FAMC @F481@ +<< +[0087] INDI rkey: I844 offs: 0x00002a71 lens: 0x000000c4 +0x00003a71-0x00003b34: +>>0 @I844@ INDI +1 NAME Henry_(2) /Tudor/ +1 SEX M +1 TITL Duke of Cornwall +1 BIRT +2 DATE NOV 1513 +2 PLAC Richmond Palace,,England +1 DEAT +2 DATE NOV 1513 +2 PLAC Richmond Palace,,England +1 FAMC @F481@ +<< +[0088] INDI rkey: I845 offs: 0x00002b35 lens: 0x00000066 +0x00003b35-0x00003b9a: +>>0 @I845@ INDI +1 NAME Son /Tudor/ +1 SEX M +1 BIRT +2 DATE DEC 1514 +1 DEAT +2 DATE DEC 1514 +1 FAMC @F481@ +<< +[0089] INDI rkey: I846 offs: 0x00002b9b lens: 0x0000010c +0x00003b9b-0x00003ca6: +>>0 @I846@ INDI +1 NAME Mary_I /Tudor/ +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 18 FEB 1516 +2 PLAC Greenwich Palace,London,England +1 DEAT +2 DATE 17 NOV 1558 +2 PLAC St. James Palace,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F481@ +1 FAMS @F498@ +<< +[0090] INDI rkey: I847 offs: 0x00002ca7 lens: 0x00000071 +0x00003ca7-0x00003d17: +>>0 @I847@ INDI +1 NAME Daughter /Tudor/ +1 SEX F +1 BIRT +2 DATE 10 NOV 1518 +1 DEAT +2 DATE 10 NOV 1518 +1 FAMC @F481@ +<< +[0091] INDI rkey: I848 offs: 0x00002d18 lens: 0x00000102 +0x00003d18-0x00003e19: +>>0 @I848@ INDI +1 NAME Anne /Boleyn/ +1 SEX F +1 BIRT +2 DATE ABT 1501 +2 PLAC Blickling Hall,Norfolk,England +1 DEAT +2 DATE 19 MAY 1536 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Chapel Royal,Tower of London,London,England +1 FAMC @F499@ +1 FAMS @F482@ +<< +[0092] INDI rkey: I849 offs: 0x00002e1a lens: 0x00000107 +0x00003e1a-0x00003f20: +>>0 @I849@ INDI +1 NAME Elizabeth_I /Tudor/ +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE 7 SEP 1533 +2 PLAC Greenwich Palace,London,England +1 DEAT +2 DATE 23 MAR 1603 +2 PLAC Richmond Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F482@ +<< +[0093] INDI rkey: I850 offs: 0x00002f21 lens: 0x000000a0 +0x00003f21-0x00003fc0: +>>0 @I850@ INDI +1 NAME Son /Tudor/ +1 SEX M +1 BIRT +2 DATE 29 JAN 1536 +2 PLAC Greenwich,,England +1 DEAT +2 DATE 29 JAN 1536 +2 PLAC Greenwich,,England +1 FAMC @F482@ +<< +[0094] INDI rkey: I851 offs: 0x00002fc1 lens: 0x00000104 +0x00003fc1-0x000040c4: +>>0 @I851@ INDI +1 NAME Jane /Seymour/ +1 SEX F +1 BIRT +2 DATE ABT 1505 +2 PLAC Wolf Hall,Savernake,Wilts +1 DEAT +2 DATE 24 OCT 1537 +2 PLAC Hampton Court,Palace,England +1 BURI +2 DATE 12 NOV 1537 +2 PLAC St. George Chap.,Windsor,England +1 FAMC @F500@ +1 FAMS @F483@ +<< +[0095] INDI rkey: I852 offs: 0x000030c5 lens: 0x000000fb +0x000040c5-0x000041bf: +>>0 @I852@ INDI +1 NAME Edward_VI /Tudor/ +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 12 OCT 1537 +2 PLAC Hampton Court,Palace,England +1 DEAT +2 DATE 6 JUL 1553 +2 PLAC Greenwich,Palace,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F483@ +<< +[0096] INDI rkey: I853 offs: 0x000031c0 lens: 0x000000d8 +0x000041c0-0x00004297: +>>0 @I853@ INDI +1 NAME Anne of_Cleves // +1 SEX F +1 BIRT +2 DATE 22 SEP 1515 +2 PLAC Dusseldorf +1 DEAT +2 DATE 17 JUL 1557 +2 PLAC Chelsea,,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F501@ +1 FAMS @F484@ +<< +[0097] INDI rkey: I854 offs: 0x00003298 lens: 0x0000004e +0x00004298-0x000042e5: +>>0 @I854@ INDI +1 NAME John_III // +1 SEX M +1 TITL Duke of Cleves +1 FAMS @F501@ +<< +[0098] INDI rkey: I855 offs: 0x000032e6 lens: 0x0000003e +0x000042e6-0x00004323: +>>0 @I855@ INDI +1 NAME Marie of_Julich // +1 SEX F +1 FAMS @F501@ +<< +[0099] INDI rkey: I856 offs: 0x00003324 lens: 0x000000e0 +0x00004324-0x00004403: +>>0 @I856@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 BIRT +2 DATE ABT 1520 +2 PLAC Lambeth +1 DEAT +2 DATE 13 FEB 1542 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC Chapel Royal,London,England +1 FAMC @F502@ +1 FAMS @F485@ +<< +[0100] INDI rkey: I857 offs: 0x00003404 lens: 0x00000077 +0x00004404-0x0000447a: +>>0 @I857@ INDI +1 NAME Edmund /Howard/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1513 +1 FAMC @F503@ +1 FAMS @F502@ +1 FAMS @F504@ +<< +[0101] INDI rkey: I858 offs: 0x0000347b lens: 0x0000003d +0x0000447b-0x000044b7: +>>0 @I858@ INDI +1 NAME Joyce /Culpeper/ +1 SEX F +1 FAMS @F502@ +<< +[0102] INDI rkey: I859 offs: 0x000034b8 lens: 0x00000107 +0x000044b8-0x000045be: +>>0 @I859@ INDI +1 NAME Catherine /Parr/ +1 SEX F +1 BIRT +2 DATE ABT 1512 +2 PLAC Kendal Castle +1 DEAT +2 DATE 5 SEP 1548 +2 PLAC Sudeley Castle,Gloucestershire +1 BURI +2 PLAC Sudeley Castle,Chapel +1 FAMC @F505@ +1 FAMS @F506@ +1 FAMS @F507@ +1 FAMS @F486@ +1 FAMS @F508@ +<< +[0103] INDI rkey: I860 offs: 0x000035bf lens: 0x00000046 +0x000045bf-0x00004604: +>>0 @I860@ INDI +1 NAME John /Seymour/ +1 SEX M +1 TITL Sir +1 FAMS @F500@ +<< +[0104] INDI rkey: I861 offs: 0x00003605 lens: 0x00000040 +0x00004605-0x00004644: +>>0 @I861@ INDI +1 NAME Margery /Wentworth/ +1 SEX F +1 FAMS @F500@ +<< +[0105] INDI rkey: I862 offs: 0x00003645 lens: 0x00000066 +0x00004645-0x000046aa: +>>0 @I862@ INDI +1 NAME Edward /Borough/ +1 SEX M +1 TITL Sir +1 DEAT +2 DATE BEF APR 1533 +1 FAMS @F506@ +<< +[0106] INDI rkey: I863 offs: 0x000036ab lens: 0x00000081 +0x000046ab-0x0000472b: +>>0 @I863@ INDI +1 NAME John /Nevill/ +1 SEX M +1 TITL Baron Latimer #3 +1 DEAT +2 DATE 2 MAR 1543 +2 PLAC London,England +1 FAMS @F507@ +<< +[0107] INDI rkey: I864 offs: 0x0000372c lens: 0x00000052 +0x0000472c-0x0000477d: +>>0 @I864@ INDI +1 NAME Thomas /Seymour/ +1 SEX M +1 TITL Baron Seymour +1 FAMS @F508@ +<< +[0108] INDI rkey: I865 offs: 0x0000377e lens: 0x0000004e +0x0000477e-0x000047cb: +>>0 @I865@ INDI +1 NAME Thomas of_Kendal /Parr/ +1 SEX M +1 TITL Sir +1 FAMS @F505@ +<< +[0109] INDI rkey: I866 offs: 0x000037cc lens: 0x00000039 +0x000047cc-0x00004804: +>>0 @I866@ INDI +1 NAME Maud /Green/ +1 SEX F +1 FAMS @F505@ +<< +[0110] INDI rkey: I867 offs: 0x00003805 lens: 0x00000072 +0x00004805-0x00004876: +>>0 @I867@ INDI +1 NAME Daughter /Seymour/ +1 SEX F +1 BIRT +2 DATE 29 AUG 1548 +1 DEAT +2 DATE 5 SEP 1548 +1 FAMC @F508@ +<< +[0111] INDI rkey: I868 offs: 0x00003877 lens: 0x0000011a +0x00004877-0x00004990: +>>0 @I868@ INDI +1 NAME Jane /Grey/ +1 SEX F +1 TITL Queen of England +1 BIRT +2 DATE OCT 1537 +2 PLAC Bradgate,Leicestershire +1 DEAT +2 DATE 12 FEB 1554 +2 PLAC Tower of London,Tower Green,London,England +1 BURI +2 PLAC Tower of London,Chapel Royal,London,England +1 FAMC @F509@ +1 FAMS @F510@ +<< +[0112] INDI rkey: I869 offs: 0x00003991 lens: 0x000000a5 +0x00004991-0x00004a35: +>>0 @I869@ INDI +1 NAME Guildford /Dudley/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 12 FEB 1554 +2 PLAC Tower of London,Tower Green,London,England +1 FAMC @F511@ +1 FAMS @F510@ +<< +[0113] INDI rkey: I870 offs: 0x00003a36 lens: 0x000000f3 +0x00004a36-0x00004b28: +>>0 @I870@ INDI +1 NAME Philip_II // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 21 MAY 1527 +2 PLAC Valladolid +1 DEAT +2 DATE 13 SEP 1598 +2 PLAC El Escorial,Palace,Madrid,Spain +1 FAMC @F512@ +1 FAMS @F513@ +1 FAMS @F498@ +1 FAMS @F514@ +1 FAMS @F515@ +<< +[0114] INDI rkey: I871 offs: 0x00003b29 lens: 0x0000007c +0x00004b29-0x00004ba4: +>>0 @I871@ INDI +1 NAME Charles_V // +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1500 +1 DEAT +2 DATE 1558 +1 FAMC @F516@ +1 FAMS @F512@ +<< +[0115] INDI rkey: I872 offs: 0x00003ba5 lens: 0x00000069 +0x00004ba5-0x00004c0d: +>>0 @I872@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 BIRT +2 DATE 1503 +1 DEAT +2 DATE 1539 +1 FAMS @F512@ +<< +[0116] INDI rkey: I873 offs: 0x00003c0e lens: 0x0000007e +0x00004c0e-0x00004c8b: +>>0 @I873@ INDI +1 NAME Simon /de_Montfort/ +1 SEX M +1 TITL Earl Leicester +1 DEAT +2 DATE 4 AUG 1265 +2 PLAC Evesham +1 FAMS @F517@ +<< +[0117] INDI rkey: I874 offs: 0x00003c8c lens: 0x00000092 +0x00004c8c-0x00004d1d: +>>0 @I874@ INDI +1 NAME Tomislav of_Yugoslavia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1928 +2 PLAC Belgrade +1 FAMC @F285@ +1 FAMS @F518@ +1 FAMS @F519@ +<< +[0118] INDI rkey: I875 offs: 0x00003d1e lens: 0x000000a2 +0x00004d1e-0x00004dbf: +>>0 @I875@ INDI +1 NAME Andrej of_Yugoslavia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1929 +2 PLAC ,,Yugoslavia +1 FAMC @F285@ +1 FAMS @F520@ +1 FAMS @F521@ +1 FAMS @F522@ +<< +[0119] INDI rkey: I876 offs: 0x00003dc0 lens: 0x00000070 +0x00004dc0-0x00004e2f: +>>0 @I876@ INDI +1 NAME William /Marshal/ +1 SEX M +1 TITL Earl of Pembroke +1 DEAT +2 DATE 24 APR 1231 +1 FAMS @F523@ +<< +[0120] INDI rkey: I877 offs: 0x00003e30 lens: 0x0000006e +0x00004e30-0x00004e9d: +>>0 @I877@ INDI +1 NAME Alexander // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 1945 +1 FAMC @F314@ +1 FAMS @F524@ +<< +[0121] INDI rkey: I878 offs: 0x00003e9e lens: 0x00000053 +0x00004e9e-0x00004ef0: +>>0 @I878@ INDI +1 NAME Dona_Maria da_Gloria // +1 SEX F +1 TITL Princess +1 FAMS @F524@ +<< +[0122] INDI rkey: I879 offs: 0x00003ef1 lens: 0x00000071 +0x00004ef1-0x00004f61: +>>0 @I879@ INDI +1 NAME Peter of_Yugoslavia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1980 +2 PLAC U.S.A. +1 FAMC @F524@ +<< +[0123] INDI rkey: I880 offs: 0x00003f62 lens: 0x00000082 +0x00004f62-0x00004fe3: +>>0 @I880@ INDI +1 NAME Philip of_Yugoslavia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1982 +2 PLAC Washington D.C.,U.S.A. +1 FAMC @F524@ +<< +[0124] INDI rkey: I881 offs: 0x00003fe4 lens: 0x00000085 +0x00004fe4-0x00005068: +>>0 @I881@ INDI +1 NAME Alexander of_Yugoslavia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1982 +2 PLAC Washington D.C.,U.S.A. +1 FAMC @F524@ +<< +[0125] INDI rkey: I882 offs: 0x00004069 lens: 0x00000055 +0x00005069-0x000050bd: +>>0 @I882@ INDI +1 NAME Alice /Scholastica/ +1 SEX F +1 TITL Grand Duchess +1 FAMS @F518@ +<< +[0126] INDI rkey: I883 offs: 0x000040be lens: 0x00000052 +0x000050be-0x0000510f: +>>0 @I883@ INDI +1 NAME Nikolas K. /George/ +1 SEX M +1 BIRT +2 DATE 1958 +1 FAMC @F518@ +<< + +0x00005110: EOF (0x00005110) GOOD + +BLOCK - DIRECTORY ad/ab +0x00000000:ix_self: 0x00030001 (ad/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 128 +0x0000000e:ix_rkey[0000]: ' I884' +0x00000016:ix_rkey[0001]: ' I885' +0x0000001e:ix_rkey[0002]: ' I886' +0x00000026:ix_rkey[0003]: ' I887' +0x0000002e:ix_rkey[0004]: ' I888' +0x00000036:ix_rkey[0005]: ' I889' +0x0000003e:ix_rkey[0006]: ' I890' +0x00000046:ix_rkey[0007]: ' I891' +0x0000004e:ix_rkey[0008]: ' I892' +0x00000056:ix_rkey[0009]: ' I893' +0x0000005e:ix_rkey[0010]: ' I894' +0x00000066:ix_rkey[0011]: ' I895' +0x0000006e:ix_rkey[0012]: ' I896' +0x00000076:ix_rkey[0013]: ' I897' +0x0000007e:ix_rkey[0014]: ' I898' +0x00000086:ix_rkey[0015]: ' I899' +0x0000008e:ix_rkey[0016]: ' I900' +0x00000096:ix_rkey[0017]: ' I901' +0x0000009e:ix_rkey[0018]: ' I902' +0x000000a6:ix_rkey[0019]: ' I903' +0x000000ae:ix_rkey[0020]: ' I904' +0x000000b6:ix_rkey[0021]: ' I905' +0x000000be:ix_rkey[0022]: ' I906' +0x000000c6:ix_rkey[0023]: ' I907' +0x000000ce:ix_rkey[0024]: ' I908' +0x000000d6:ix_rkey[0025]: ' I909' +0x000000de:ix_rkey[0026]: ' I910' +0x000000e6:ix_rkey[0027]: ' I911' +0x000000ee:ix_rkey[0028]: ' I912' +0x000000f6:ix_rkey[0029]: ' I913' +0x000000fe:ix_rkey[0030]: ' I914' +0x00000106:ix_rkey[0031]: ' I915' +0x0000010e:ix_rkey[0032]: ' I916' +0x00000116:ix_rkey[0033]: ' I917' +0x0000011e:ix_rkey[0034]: ' I918' +0x00000126:ix_rkey[0035]: ' I919' +0x0000012e:ix_rkey[0036]: ' I920' +0x00000136:ix_rkey[0037]: ' I921' +0x0000013e:ix_rkey[0038]: ' I922' +0x00000146:ix_rkey[0039]: ' I923' +0x0000014e:ix_rkey[0040]: ' I924' +0x00000156:ix_rkey[0041]: ' I925' +0x0000015e:ix_rkey[0042]: ' I926' +0x00000166:ix_rkey[0043]: ' I927' +0x0000016e:ix_rkey[0044]: ' I928' +0x00000176:ix_rkey[0045]: ' I929' +0x0000017e:ix_rkey[0046]: ' I930' +0x00000186:ix_rkey[0047]: ' I931' +0x0000018e:ix_rkey[0048]: ' I932' +0x00000196:ix_rkey[0049]: ' I933' +0x0000019e:ix_rkey[0050]: ' I934' +0x000001a6:ix_rkey[0051]: ' I935' +0x000001ae:ix_rkey[0052]: ' I936' +0x000001b6:ix_rkey[0053]: ' I937' +0x000001be:ix_rkey[0054]: ' I938' +0x000001c6:ix_rkey[0055]: ' I939' +0x000001ce:ix_rkey[0056]: ' I940' +0x000001d6:ix_rkey[0057]: ' I941' +0x000001de:ix_rkey[0058]: ' I942' +0x000001e6:ix_rkey[0059]: ' I943' +0x000001ee:ix_rkey[0060]: ' I944' +0x000001f6:ix_rkey[0061]: ' I945' +0x000001fe:ix_rkey[0062]: ' I946' +0x00000206:ix_rkey[0063]: ' I947' +0x0000020e:ix_rkey[0064]: ' I948' +0x00000216:ix_rkey[0065]: ' I949' +0x0000021e:ix_rkey[0066]: ' I950' +0x00000226:ix_rkey[0067]: ' I951' +0x0000022e:ix_rkey[0068]: ' I952' +0x00000236:ix_rkey[0069]: ' I953' +0x0000023e:ix_rkey[0070]: ' I954' +0x00000246:ix_rkey[0071]: ' I955' +0x0000024e:ix_rkey[0072]: ' I956' +0x00000256:ix_rkey[0073]: ' I957' +0x0000025e:ix_rkey[0074]: ' I958' +0x00000266:ix_rkey[0075]: ' I959' +0x0000026e:ix_rkey[0076]: ' I960' +0x00000276:ix_rkey[0077]: ' I961' +0x0000027e:ix_rkey[0078]: ' I962' +0x00000286:ix_rkey[0079]: ' I963' +0x0000028e:ix_rkey[0080]: ' I964' +0x00000296:ix_rkey[0081]: ' I965' +0x0000029e:ix_rkey[0082]: ' I966' +0x000002a6:ix_rkey[0083]: ' I967' +0x000002ae:ix_rkey[0084]: ' I968' +0x000002b6:ix_rkey[0085]: ' I969' +0x000002be:ix_rkey[0086]: ' I970' +0x000002c6:ix_rkey[0087]: ' I971' +0x000002ce:ix_rkey[0088]: ' I972' +0x000002d6:ix_rkey[0089]: ' I973' +0x000002de:ix_rkey[0090]: ' I974' +0x000002e6:ix_rkey[0091]: ' I975' +0x000002ee:ix_rkey[0092]: ' I976' +0x000002f6:ix_rkey[0093]: ' I977' +0x000002fe:ix_rkey[0094]: ' I978' +0x00000306:ix_rkey[0095]: ' I979' +0x0000030e:ix_rkey[0096]: ' I980' +0x00000316:ix_rkey[0097]: ' I981' +0x0000031e:ix_rkey[0098]: ' I982' +0x00000326:ix_rkey[0099]: ' I983' +0x0000032e:ix_rkey[0100]: ' I984' +0x00000336:ix_rkey[0101]: ' I985' +0x0000033e:ix_rkey[0102]: ' I986' +0x00000346:ix_rkey[0103]: ' I987' +0x0000034e:ix_rkey[0104]: ' I988' +0x00000356:ix_rkey[0105]: ' I989' +0x0000035e:ix_rkey[0106]: ' I990' +0x00000366:ix_rkey[0107]: ' I991' +0x0000036e:ix_rkey[0108]: ' I992' +0x00000376:ix_rkey[0109]: ' I993' +0x0000037e:ix_rkey[0110]: ' I994' +0x00000386:ix_rkey[0111]: ' I995' +0x0000038e:ix_rkey[0112]: ' I996' +0x00000396:ix_rkey[0113]: ' I997' +0x0000039e:ix_rkey[0114]: ' I998' +0x000003a6:ix_rkey[0115]: ' I999' +0x000003ae:ix_rkey[0116]: ' F1000' +0x000003b6:ix_rkey[0117]: ' F1001' +0x000003be:ix_rkey[0118]: ' F1002' +0x000003c6:ix_rkey[0119]: ' F1003' +0x000003ce:ix_rkey[0120]: ' F1004' +0x000003d6:ix_rkey[0121]: ' F1005' +0x000003de:ix_rkey[0122]: ' F1006' +0x000003e6:ix_rkey[0123]: ' F1007' +0x000003ee:ix_rkey[0124]: ' F1008' +0x000003f6:ix_rkey[0125]: ' F1009' +0x000003fe:ix_rkey[0126]: ' F1010' +0x00000406:ix_rkey[0127]: ' F1011' + +deleted/unused entries +0x0000040e-0x00000805:ix_rkey[0128-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000053 +0x0000080c:ix_offs[0001]: 0x00000053 0x00000c08:ix_lens[0001]: 0x0000003b +0x00000810:ix_offs[0002]: 0x0000008e 0x00000c0c:ix_lens[0002]: 0x00000051 +0x00000814:ix_offs[0003]: 0x000000df 0x00000c10:ix_lens[0003]: 0x00000041 +0x00000818:ix_offs[0004]: 0x00000120 0x00000c14:ix_lens[0004]: 0x0000004f +0x0000081c:ix_offs[0005]: 0x0000016f 0x00000c18:ix_lens[0005]: 0x00000056 +0x00000820:ix_offs[0006]: 0x000001c5 0x00000c1c:ix_lens[0006]: 0x00000067 +0x00000824:ix_offs[0007]: 0x0000022c 0x00000c20:ix_lens[0007]: 0x00000053 +0x00000828:ix_offs[0008]: 0x0000027f 0x00000c24:ix_lens[0008]: 0x00000069 +0x0000082c:ix_offs[0009]: 0x000002e8 0x00000c28:ix_lens[0009]: 0x00000035 +0x00000830:ix_offs[0010]: 0x0000031d 0x00000c2c:ix_lens[0010]: 0x00000065 +0x00000834:ix_offs[0011]: 0x00000382 0x00000c30:ix_lens[0011]: 0x00000086 +0x00000838:ix_offs[0012]: 0x00000408 0x00000c34:ix_lens[0012]: 0x00000076 +0x0000083c:ix_offs[0013]: 0x0000047e 0x00000c38:ix_lens[0013]: 0x00000087 +0x00000840:ix_offs[0014]: 0x00000505 0x00000c3c:ix_lens[0014]: 0x00000097 +0x00000844:ix_offs[0015]: 0x0000059c 0x00000c40:ix_lens[0015]: 0x0000008e +0x00000848:ix_offs[0016]: 0x0000062a 0x00000c44:ix_lens[0016]: 0x0000006e +0x0000084c:ix_offs[0017]: 0x00000698 0x00000c48:ix_lens[0017]: 0x00000073 +0x00000850:ix_offs[0018]: 0x0000070b 0x00000c4c:ix_lens[0018]: 0x00000074 +0x00000854:ix_offs[0019]: 0x0000077f 0x00000c50:ix_lens[0019]: 0x00000070 +0x00000858:ix_offs[0020]: 0x000007ef 0x00000c54:ix_lens[0020]: 0x00000061 +0x0000085c:ix_offs[0021]: 0x00000850 0x00000c58:ix_lens[0021]: 0x0000005c +0x00000860:ix_offs[0022]: 0x000008ac 0x00000c5c:ix_lens[0022]: 0x0000006a +0x00000864:ix_offs[0023]: 0x00000916 0x00000c60:ix_lens[0023]: 0x00000066 +0x00000868:ix_offs[0024]: 0x0000097c 0x00000c64:ix_lens[0024]: 0x00000051 +0x0000086c:ix_offs[0025]: 0x000009cd 0x00000c68:ix_lens[0025]: 0x00000059 +0x00000870:ix_offs[0026]: 0x00000a26 0x00000c6c:ix_lens[0026]: 0x00000063 +0x00000874:ix_offs[0027]: 0x00000a89 0x00000c70:ix_lens[0027]: 0x00000066 +0x00000878:ix_offs[0028]: 0x00000aef 0x00000c74:ix_lens[0028]: 0x0000005c +0x0000087c:ix_offs[0029]: 0x00000b4b 0x00000c78:ix_lens[0029]: 0x00000060 +0x00000880:ix_offs[0030]: 0x00000bab 0x00000c7c:ix_lens[0030]: 0x00000053 +0x00000884:ix_offs[0031]: 0x00000bfe 0x00000c80:ix_lens[0031]: 0x0000005a +0x00000888:ix_offs[0032]: 0x00000c58 0x00000c84:ix_lens[0032]: 0x0000003c +0x0000088c:ix_offs[0033]: 0x00000c94 0x00000c88:ix_lens[0033]: 0x0000004e +0x00000890:ix_offs[0034]: 0x00000ce2 0x00000c8c:ix_lens[0034]: 0x00000053 +0x00000894:ix_offs[0035]: 0x00000d35 0x00000c90:ix_lens[0035]: 0x00000050 +0x00000898:ix_offs[0036]: 0x00000d85 0x00000c94:ix_lens[0036]: 0x00000072 +0x0000089c:ix_offs[0037]: 0x00000df7 0x00000c98:ix_lens[0037]: 0x00000087 +0x000008a0:ix_offs[0038]: 0x00000e7e 0x00000c9c:ix_lens[0038]: 0x00000070 +0x000008a4:ix_offs[0039]: 0x00000eee 0x00000ca0:ix_lens[0039]: 0x00000069 +0x000008a8:ix_offs[0040]: 0x00000f57 0x00000ca4:ix_lens[0040]: 0x0000008a +0x000008ac:ix_offs[0041]: 0x00000fe1 0x00000ca8:ix_lens[0041]: 0x0000007b +0x000008b0:ix_offs[0042]: 0x0000105c 0x00000cac:ix_lens[0042]: 0x00000050 +0x000008b4:ix_offs[0043]: 0x000010ac 0x00000cb0:ix_lens[0043]: 0x00000038 +0x000008b8:ix_offs[0044]: 0x000010e4 0x00000cb4:ix_lens[0044]: 0x0000004c +0x000008bc:ix_offs[0045]: 0x00001130 0x00000cb8:ix_lens[0045]: 0x0000005f +0x000008c0:ix_offs[0046]: 0x0000118f 0x00000cbc:ix_lens[0046]: 0x00000063 +0x000008c4:ix_offs[0047]: 0x000011f2 0x00000cc0:ix_lens[0047]: 0x00000039 +0x000008c8:ix_offs[0048]: 0x0000122b 0x00000cc4:ix_lens[0048]: 0x00000058 +0x000008cc:ix_offs[0049]: 0x00001283 0x00000cc8:ix_lens[0049]: 0x00000059 +0x000008d0:ix_offs[0050]: 0x000012dc 0x00000ccc:ix_lens[0050]: 0x0000003f +0x000008d4:ix_offs[0051]: 0x0000131b 0x00000cd0:ix_lens[0051]: 0x00000057 +0x000008d8:ix_offs[0052]: 0x00001372 0x00000cd4:ix_lens[0052]: 0x00000042 +0x000008dc:ix_offs[0053]: 0x000013b4 0x00000cd8:ix_lens[0053]: 0x0000005a +0x000008e0:ix_offs[0054]: 0x0000140e 0x00000cdc:ix_lens[0054]: 0x0000005b +0x000008e4:ix_offs[0055]: 0x00001469 0x00000ce0:ix_lens[0055]: 0x00000058 +0x000008e8:ix_offs[0056]: 0x000014c1 0x00000ce4:ix_lens[0056]: 0x00000041 +0x000008ec:ix_offs[0057]: 0x00001502 0x00000ce8:ix_lens[0057]: 0x00000054 +0x000008f0:ix_offs[0058]: 0x00001556 0x00000cec:ix_lens[0058]: 0x00000057 +0x000008f4:ix_offs[0059]: 0x000015ad 0x00000cf0:ix_lens[0059]: 0x00000061 +0x000008f8:ix_offs[0060]: 0x0000160e 0x00000cf4:ix_lens[0060]: 0x00000052 +0x000008fc:ix_offs[0061]: 0x00001660 0x00000cf8:ix_lens[0061]: 0x00000045 +0x00000900:ix_offs[0062]: 0x000016a5 0x00000cfc:ix_lens[0062]: 0x00000052 +0x00000904:ix_offs[0063]: 0x000016f7 0x00000d00:ix_lens[0063]: 0x00000051 +0x00000908:ix_offs[0064]: 0x00001748 0x00000d04:ix_lens[0064]: 0x0000003c +0x0000090c:ix_offs[0065]: 0x00001784 0x00000d08:ix_lens[0065]: 0x00000052 +0x00000910:ix_offs[0066]: 0x000017d6 0x00000d0c:ix_lens[0066]: 0x00000051 +0x00000914:ix_offs[0067]: 0x00001827 0x00000d10:ix_lens[0067]: 0x0000006f +0x00000918:ix_offs[0068]: 0x00001896 0x00000d14:ix_lens[0068]: 0x0000007b +0x0000091c:ix_offs[0069]: 0x00001911 0x00000d18:ix_lens[0069]: 0x00000064 +0x00000920:ix_offs[0070]: 0x00001975 0x00000d1c:ix_lens[0070]: 0x00000081 +0x00000924:ix_offs[0071]: 0x000019f6 0x00000d20:ix_lens[0071]: 0x00000049 +0x00000928:ix_offs[0072]: 0x00001a3f 0x00000d24:ix_lens[0072]: 0x00000060 +0x0000092c:ix_offs[0073]: 0x00001a9f 0x00000d28:ix_lens[0073]: 0x0000006e +0x00000930:ix_offs[0074]: 0x00001b0d 0x00000d2c:ix_lens[0074]: 0x00000085 +0x00000934:ix_offs[0075]: 0x00001b92 0x00000d30:ix_lens[0075]: 0x00000073 +0x00000938:ix_offs[0076]: 0x00001c05 0x00000d34:ix_lens[0076]: 0x00000054 +0x0000093c:ix_offs[0077]: 0x00001c59 0x00000d38:ix_lens[0077]: 0x00000051 +0x00000940:ix_offs[0078]: 0x00001caa 0x00000d3c:ix_lens[0078]: 0x00000053 +0x00000944:ix_offs[0079]: 0x00001cfd 0x00000d40:ix_lens[0079]: 0x00000052 +0x00000948:ix_offs[0080]: 0x00001d4f 0x00000d44:ix_lens[0080]: 0x00000052 +0x0000094c:ix_offs[0081]: 0x00001da1 0x00000d48:ix_lens[0081]: 0x00000056 +0x00000950:ix_offs[0082]: 0x00001df7 0x00000d4c:ix_lens[0082]: 0x0000003f +0x00000954:ix_offs[0083]: 0x00001e36 0x00000d50:ix_lens[0083]: 0x0000003f +0x00000958:ix_offs[0084]: 0x00001e75 0x00000d54:ix_lens[0084]: 0x00000041 +0x0000095c:ix_offs[0085]: 0x00001eb6 0x00000d58:ix_lens[0085]: 0x0000006d +0x00000960:ix_offs[0086]: 0x00001f23 0x00000d5c:ix_lens[0086]: 0x00000046 +0x00000964:ix_offs[0087]: 0x00001f69 0x00000d60:ix_lens[0087]: 0x000000b5 +0x00000968:ix_offs[0088]: 0x0000201e 0x00000d64:ix_lens[0088]: 0x00000076 +0x0000096c:ix_offs[0089]: 0x00002094 0x00000d68:ix_lens[0089]: 0x00000080 +0x00000970:ix_offs[0090]: 0x00002114 0x00000d6c:ix_lens[0090]: 0x00000076 +0x00000974:ix_offs[0091]: 0x0000218a 0x00000d70:ix_lens[0091]: 0x00000059 +0x00000978:ix_offs[0092]: 0x000021e3 0x00000d74:ix_lens[0092]: 0x00000058 +0x0000097c:ix_offs[0093]: 0x0000223b 0x00000d78:ix_lens[0093]: 0x00000054 +0x00000980:ix_offs[0094]: 0x0000228f 0x00000d7c:ix_lens[0094]: 0x00000059 +0x00000984:ix_offs[0095]: 0x000022e8 0x00000d80:ix_lens[0095]: 0x0000003b +0x00000988:ix_offs[0096]: 0x00002323 0x00000d84:ix_lens[0096]: 0x00000051 +0x0000098c:ix_offs[0097]: 0x00002374 0x00000d88:ix_lens[0097]: 0x00000048 +0x00000990:ix_offs[0098]: 0x000023bc 0x00000d8c:ix_lens[0098]: 0x00000052 +0x00000994:ix_offs[0099]: 0x0000240e 0x00000d90:ix_lens[0099]: 0x0000003f +0x00000998:ix_offs[0100]: 0x0000244d 0x00000d94:ix_lens[0100]: 0x000000e7 +0x0000099c:ix_offs[0101]: 0x00002534 0x00000d98:ix_lens[0101]: 0x00000114 +0x000009a0:ix_offs[0102]: 0x00002648 0x00000d9c:ix_lens[0102]: 0x000000d8 +0x000009a4:ix_offs[0103]: 0x00002720 0x00000da0:ix_lens[0103]: 0x00000076 +0x000009a8:ix_offs[0104]: 0x00002796 0x00000da4:ix_lens[0104]: 0x00000077 +0x000009ac:ix_offs[0105]: 0x0000280d 0x00000da8:ix_lens[0105]: 0x00000069 +0x000009b0:ix_offs[0106]: 0x00002876 0x00000dac:ix_lens[0106]: 0x00000053 +0x000009b4:ix_offs[0107]: 0x000028c9 0x00000db0:ix_lens[0107]: 0x000000fd +0x000009b8:ix_offs[0108]: 0x000029c6 0x00000db4:ix_lens[0108]: 0x00000060 +0x000009bc:ix_offs[0109]: 0x00002a26 0x00000db8:ix_lens[0109]: 0x0000005c +0x000009c0:ix_offs[0110]: 0x00002a82 0x00000dbc:ix_lens[0110]: 0x00000063 +0x000009c4:ix_offs[0111]: 0x00002ae5 0x00000dc0:ix_lens[0111]: 0x0000005a +0x000009c8:ix_offs[0112]: 0x00002b3f 0x00000dc4:ix_lens[0112]: 0x00000046 +0x000009cc:ix_offs[0113]: 0x00002b85 0x00000dc8:ix_lens[0113]: 0x00000036 +0x000009d0:ix_offs[0114]: 0x00002bbb 0x00000dcc:ix_lens[0114]: 0x000000f7 +0x000009d4:ix_offs[0115]: 0x00002cb2 0x00000dd0:ix_lens[0115]: 0x000000a7 +0x000009d8:ix_offs[0116]: 0x00002d59 0x00000dd4:ix_lens[0116]: 0x0000002c +0x000009dc:ix_offs[0117]: 0x00002d85 0x00000dd8:ix_lens[0117]: 0x0000002c +0x000009e0:ix_offs[0118]: 0x00002db1 0x00000ddc:ix_lens[0118]: 0x0000004a +0x000009e4:ix_offs[0119]: 0x00002dfb 0x00000de0:ix_lens[0119]: 0x0000002c +0x000009e8:ix_offs[0120]: 0x00002e27 0x00000de4:ix_lens[0120]: 0x0000002c +0x000009ec:ix_offs[0121]: 0x00002e53 0x00000de8:ix_lens[0121]: 0x0000003b +0x000009f0:ix_offs[0122]: 0x00002e8e 0x00000dec:ix_lens[0122]: 0x0000003b +0x000009f4:ix_offs[0123]: 0x00002ec9 0x00000df0:ix_lens[0123]: 0x0000003b +0x000009f8:ix_offs[0124]: 0x00002f04 0x00000df4:ix_lens[0124]: 0x0000003b +0x000009fc:ix_offs[0125]: 0x00002f3f 0x00000df8:ix_lens[0125]: 0x0000002c +0x00000a00:ix_offs[0126]: 0x00002f6b 0x00000dfc:ix_lens[0126]: 0x0000003b +0x00000a04:ix_offs[0127]: 0x00002fa6 0x00000e00:ix_lens[0127]: 0x0000003b + +0x00000a08-0x00000c03:ix_offs[0128-0254] default value 0x00000000 +0x00000e04-0x00000fff:ix_lens[0128-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I884 offs: 0x00000000 lens: 0x00000053 +0x00001000-0x00001052: +>>0 @I884@ INDI +1 NAME Katarina K. /George/ +1 SEX F +1 BIRT +2 DATE 1959 +1 FAMC @F518@ +<< +[0001] INDI rkey: I885 offs: 0x00000053 lens: 0x0000003b +0x00001053-0x0000108d: +>>0 @I885@ INDI +1 NAME Linda /Bonney/ +1 SEX F +1 FAMS @F519@ +<< +[0002] INDI rkey: I886 offs: 0x0000008e lens: 0x00000051 +0x0000108e-0x000010de: +>>0 @I886@ INDI +1 NAME George K. /George/ +1 SEX M +1 BIRT +2 DATE 1984 +1 FAMC @F519@ +<< +[0003] INDI rkey: I887 offs: 0x000000df lens: 0x00000041 +0x000010df-0x0000111f: +>>0 @I887@ INDI +1 NAME Christina of_Hesse // +1 SEX F +1 FAMS @F520@ +<< +[0004] INDI rkey: I888 offs: 0x00000120 lens: 0x0000004f +0x00001120-0x0000116e: +>>0 @I888@ INDI +1 NAME Tatiana Maria // +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMC @F520@ +<< +[0005] INDI rkey: I889 offs: 0x0000016f lens: 0x00000056 +0x0000116f-0x000011c4: +>>0 @I889@ INDI +1 NAME Christopher K. /George/ +1 SEX M +1 BIRT +2 DATE 1960 +1 FAMC @F520@ +<< +[0006] INDI rkey: I890 offs: 0x000001c5 lens: 0x00000067 +0x000011c5-0x0000122b: +>>0 @I890@ INDI +1 NAME Kira Melita of_Leiningen// +1 SEX F +1 BIRT +2 DATE 1930 +1 FAMC @F525@ +1 FAMS @F521@ +<< +[0007] INDI rkey: I891 offs: 0x0000022c lens: 0x00000053 +0x0000122c-0x0000127e: +>>0 @I891@ INDI +1 NAME Vladimir K. /George/ +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMC @F521@ +<< +[0008] INDI rkey: I892 offs: 0x0000027f lens: 0x00000069 +0x0000127f-0x000012e7: +>>0 @I892@ INDI +1 NAME Dimitrye K. /George/ +1 SEX M +1 BIRT +2 DATE 1965 +2 PLAC London,England +1 FAMC @F521@ +<< +[0009] INDI rkey: I893 offs: 0x000002e8 lens: 0x00000035 +0x000012e8-0x0000131c: +>>0 @I893@ INDI +1 NAME Mitsi // +1 SEX F +1 FAMS @F522@ +<< +[0010] INDI rkey: I894 offs: 0x0000031d lens: 0x00000065 +0x0000131d-0x00001381: +>>0 @I894@ INDI +1 NAME Louis // +1 SEX M +1 TITL Dauphin +1 DEAT +2 DATE 1765 +1 FAMC @F526@ +1 FAMS @F360@ +<< +[0011] INDI rkey: I895 offs: 0x00000382 lens: 0x00000086 +0x00001382-0x00001407: +>>0 @I895@ INDI +1 NAME Maria of_Russia // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1907 +1 DEAT +2 DATE 1951 +1 FAMC @F71@ +1 FAMS @F525@ +<< +[0012] INDI rkey: I896 offs: 0x00000408 lens: 0x00000076 +0x00001408-0x0000147d: +>>0 @I896@ INDI +1 NAME Elizabeth of_France // +1 SEX F +1 BIRT +2 DATE 1602 +1 DEAT +2 DATE 1644 +1 FAMC @F344@ +1 FAMS @F527@ +<< +[0013] INDI rkey: I897 offs: 0x0000047e lens: 0x00000087 +0x0000147e-0x00001504: +>>0 @I897@ INDI +1 NAME Charles_X // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1757 +1 DEAT +2 DATE NOV 1836 +1 FAMC @F360@ +1 FAMS @F528@ +<< +[0014] INDI rkey: I898 offs: 0x00000505 lens: 0x00000097 +0x00001505-0x0000159b: +>>0 @I898@ INDI +1 NAME Louis_XVIII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1755 +2 PLAC Versailles,France +1 DEAT +2 DATE 16 SEP 1824 +1 FAMC @F360@ +<< +[0015] INDI rkey: I899 offs: 0x0000059c lens: 0x0000008e +0x0000159c-0x00001629: +>>0 @I899@ INDI +1 NAME Maria of_Russia // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1953 +2 PLAC Madrid,Spain,Spain +1 FAMC @F361@ +1 FAMS @F529@ +<< +[0016] INDI rkey: I900 offs: 0x0000062a lens: 0x0000006e +0x0000162a-0x00001697: +>>0 @I900@ INDI +1 NAME Franz Wilhelm of_Prussia// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE ABT 1943 +1 FAMS @F529@ +<< +[0017] INDI rkey: I901 offs: 0x00000698 lens: 0x00000073 +0x00001698-0x0000170a: +>>0 @I901@ INDI +1 NAME George of_Russia // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1981 +2 PLAC ,,Spain +1 FAMC @F529@ +<< +[0018] INDI rkey: I902 offs: 0x0000070b lens: 0x00000074 +0x0000170b-0x0000177e: +>>0 @I902@ INDI +1 NAME Karl of_Leiningen // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1946 +1 FAMS @F525@ +<< +[0019] INDI rkey: I903 offs: 0x0000077f lens: 0x00000070 +0x0000177f-0x000017ee: +>>0 @I903@ INDI +1 NAME Emich of_Leiningen // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1926 +1 FAMC @F525@ +1 FAMS @F530@ +<< +[0020] INDI rkey: I904 offs: 0x000007ef lens: 0x00000061 +0x000017ef-0x0000184f: +>>0 @I904@ INDI +1 NAME Karl of_Leiningen // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1928 +1 FAMC @F525@ +<< +[0021] INDI rkey: I905 offs: 0x00000850 lens: 0x0000005c +0x00001850-0x000018ab: +>>0 @I905@ INDI +1 NAME Margarita // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1932 +1 FAMC @F525@ +<< +[0022] INDI rkey: I906 offs: 0x000008ac lens: 0x0000006a +0x000018ac-0x00001915: +>>0 @I906@ INDI +1 NAME Mechtilde // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1936 +1 FAMC @F525@ +1 FAMS @F531@ +<< +[0023] INDI rkey: I907 offs: 0x00000916 lens: 0x00000066 +0x00001916-0x0000197b: +>>0 @I907@ INDI +1 NAME Friedrich of_Leiningen // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1938 +1 FAMC @F525@ +<< +[0024] INDI rkey: I908 offs: 0x0000097c lens: 0x00000051 +0x0000197c-0x000019cc: +>>0 @I908@ INDI +1 NAME Eilika of_Oldenberg // +1 SEX F +1 TITL Duchess +1 FAMS @F530@ +<< +[0025] INDI rkey: I909 offs: 0x000009cd lens: 0x00000059 +0x000019cd-0x00001a25: +>>0 @I909@ INDI +1 NAME Melita // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1951 +1 FAMC @F530@ +<< +[0026] INDI rkey: I910 offs: 0x00000a26 lens: 0x00000063 +0x00001a26-0x00001a88: +>>0 @I910@ INDI +1 NAME Karl // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1952 +1 FAMC @F530@ +1 FAMS @F532@ +<< +[0027] INDI rkey: I911 offs: 0x00000a89 lens: 0x00000066 +0x00001a89-0x00001aee: +>>0 @I911@ INDI +1 NAME Andreas // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1955 +1 FAMC @F530@ +1 FAMS @F533@ +<< +[0028] INDI rkey: I912 offs: 0x00000aef lens: 0x0000005c +0x00001aef-0x00001b4a: +>>0 @I912@ INDI +1 NAME Stephanie // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1958 +1 FAMC @F530@ +<< +[0029] INDI rkey: I913 offs: 0x00000b4b lens: 0x00000060 +0x00001b4b-0x00001baa: +>>0 @I913@ INDI +1 NAME Margarite of_Hohenloche- Ochringen// +1 SEX F +1 TITL Princess +1 FAMS @F532@ +<< +[0030] INDI rkey: I914 offs: 0x00000bab lens: 0x00000053 +0x00001bab-0x00001bfd: +>>0 @I914@ INDI +1 NAME Alexandra of_Hanover // +1 SEX F +1 TITL Princess +1 FAMS @F533@ +<< +[0031] INDI rkey: I915 offs: 0x00000bfe lens: 0x0000005a +0x00001bfe-0x00001c57: +>>0 @I915@ INDI +1 NAME Ferdinand // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1982 +1 FAMC @F533@ +<< +[0032] INDI rkey: I916 offs: 0x00000c58 lens: 0x0000003c +0x00001c58-0x00001c93: +>>0 @I916@ INDI +1 NAME Karl /Bauscher/ +1 SEX M +1 FAMS @F531@ +<< +[0033] INDI rkey: I917 offs: 0x00000c94 lens: 0x0000004e +0x00001c94-0x00001ce1: +>>0 @I917@ INDI +1 NAME Ulf /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F531@ +<< +[0034] INDI rkey: I918 offs: 0x00000ce2 lens: 0x00000053 +0x00001ce2-0x00001d34: +>>0 @I918@ INDI +1 NAME Berthold /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F531@ +<< +[0035] INDI rkey: I919 offs: 0x00000d35 lens: 0x00000050 +0x00001d35-0x00001d84: +>>0 @I919@ INDI +1 NAME Johan /Bauscher/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F531@ +<< +[0036] INDI rkey: I920 offs: 0x00000d85 lens: 0x00000072 +0x00001d85-0x00001df6: +>>0 @I920@ INDI +1 NAME Anne of_Austria // +1 SEX F +1 BIRT +2 DATE 1601 +1 DEAT +2 DATE 1666 +1 FAMC @F534@ +1 FAMS @F345@ +<< +[0037] INDI rkey: I921 offs: 0x00000df7 lens: 0x00000087 +0x00001df7-0x00001e7d: +>>0 @I921@ INDI +1 NAME Friedrich Wilhelm of_Prussia// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1939 +1 FAMC @F339@ +1 FAMS @F535@ +1 FAMS @F536@ +<< +[0038] INDI rkey: I922 offs: 0x00000e7e lens: 0x00000070 +0x00001e7e-0x00001eed: +>>0 @I922@ INDI +1 NAME Michael of_Prussia // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1939 +1 FAMC @F339@ +1 FAMS @F537@ +<< +[0039] INDI rkey: I923 offs: 0x00000eee lens: 0x00000069 +0x00001eee-0x00001f56: +>>0 @I923@ INDI +1 NAME Marie-Cecile of_Prussia // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1942 +1 FAMC @F339@ +<< +[0040] INDI rkey: I924 offs: 0x00000f57 lens: 0x0000008a +0x00001f57-0x00001fe0: +>>0 @I924@ INDI +1 NAME Louis Ferdinand of_Prussia// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1944 +1 DEAT +2 DATE 1977 +1 FAMC @F339@ +1 FAMS @F538@ +<< +[0041] INDI rkey: I925 offs: 0x00000fe1 lens: 0x0000007b +0x00001fe1-0x0000205b: +>>0 @I925@ INDI +1 NAME Christian Sigismund of_Prussia// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1946 +1 FAMC @F339@ +1 FAMS @F539@ +<< +[0042] INDI rkey: I926 offs: 0x0000105c lens: 0x00000050 +0x0000205c-0x000020ab: +>>0 @I926@ INDI +1 NAME Nina zu_Reventlow // +1 SEX F +1 TITL Countess +1 FAMS @F539@ +<< +[0043] INDI rkey: I927 offs: 0x000010ac lens: 0x00000038 +0x000020ac-0x000020e3: +>>0 @I927@ INDI +1 NAME Daughter // +1 SEX F +1 FAMC @F539@ +<< +[0044] INDI rkey: I928 offs: 0x000010e4 lens: 0x0000004c +0x000020e4-0x0000212f: +>>0 @I928@ INDI +1 NAME Donata of_Castell- Rudenhausen// +1 SEX F +1 FAMS @F538@ +<< +[0045] INDI rkey: I929 offs: 0x00001130 lens: 0x0000005f +0x00002130-0x0000218e: +>>0 @I929@ INDI +1 NAME Georg Friedrich // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1976 +1 FAMC @F538@ +<< +[0046] INDI rkey: I930 offs: 0x0000118f lens: 0x00000063 +0x0000218f-0x000021f1: +>>0 @I930@ INDI +1 NAME Corneilie-Cecile // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1978 +1 FAMC @F538@ +<< +[0047] INDI rkey: I931 offs: 0x000011f2 lens: 0x00000039 +0x000021f2-0x0000222a: +>>0 @I931@ INDI +1 NAME Jutta /Jorn/ +1 SEX F +1 FAMS @F537@ +<< +[0048] INDI rkey: I932 offs: 0x0000122b lens: 0x00000058 +0x0000222b-0x00002282: +>>0 @I932@ INDI +1 NAME Micaela // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1967 +1 FAMC @F537@ +<< +[0049] INDI rkey: I933 offs: 0x00001283 lens: 0x00000059 +0x00002283-0x000022db: +>>0 @I933@ INDI +1 NAME Nataly // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1970 +1 FAMC @F537@ +<< +[0050] INDI rkey: I934 offs: 0x000012dc lens: 0x0000003f +0x000022dc-0x0000231a: +>>0 @I934@ INDI +1 NAME Waltraud /Freydag/ +1 SEX F +1 FAMS @F535@ +<< +[0051] INDI rkey: I935 offs: 0x0000131b lens: 0x00000057 +0x0000231b-0x00002371: +>>0 @I935@ INDI +1 NAME Philip // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1968 +1 FAMC @F535@ +<< +[0052] INDI rkey: I936 offs: 0x00001372 lens: 0x00000042 +0x00002372-0x000023b3: +>>0 @I936@ INDI +1 NAME Ehrengard /von_Reden/ +1 SEX F +1 FAMS @F536@ +<< +[0053] INDI rkey: I937 offs: 0x000013b4 lens: 0x0000005a +0x000023b4-0x0000240d: +>>0 @I937@ INDI +1 NAME Friedrich // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1979 +1 FAMC @F536@ +<< +[0054] INDI rkey: I938 offs: 0x0000140e lens: 0x0000005b +0x0000240e-0x00002468: +>>0 @I938@ INDI +1 NAME Viktoria // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1982 +1 FAMC @F536@ +<< +[0055] INDI rkey: I939 offs: 0x00001469 lens: 0x00000058 +0x00002469-0x000024c0: +>>0 @I939@ INDI +1 NAME Joachim // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1984 +1 FAMC @F536@ +<< +[0056] INDI rkey: I940 offs: 0x000014c1 lens: 0x00000041 +0x000024c1-0x00002501: +>>0 @I940@ INDI +1 NAME Margaret /Messenger/ +1 SEX F +1 FAMS @F198@ +<< +[0057] INDI rkey: I941 offs: 0x00001502 lens: 0x00000054 +0x00002502-0x00002555: +>>0 @I941@ INDI +1 NAME Emily // +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1976 +1 FAMC @F198@ +<< +[0058] INDI rkey: I942 offs: 0x00001556 lens: 0x00000057 +0x00002556-0x000025ac: +>>0 @I942@ INDI +1 NAME Benjamin // +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1978 +1 FAMC @F198@ +<< +[0059] INDI rkey: I943 offs: 0x000015ad lens: 0x00000061 +0x000025ad-0x0000260d: +>>0 @I943@ INDI +1 NAME Alexander /Lascelles/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1980 +1 FAMC @F198@ +<< +[0060] INDI rkey: I944 offs: 0x0000160e lens: 0x00000052 +0x0000260e-0x0000265f: +>>0 @I944@ INDI +1 NAME Edward /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1982 +1 FAMC @F198@ +<< +[0061] INDI rkey: I945 offs: 0x00001660 lens: 0x00000045 +0x00002660-0x000026a4: +>>0 @I945@ INDI +1 NAME Fredericka Ann /Duhrrson/ +1 SEX F +1 FAMS @F199@ +<< +[0062] INDI rkey: I946 offs: 0x000016a5 lens: 0x00000052 +0x000026a5-0x000026f6: +>>0 @I946@ INDI +1 NAME Sophie /Lascelles/ +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F199@ +<< +[0063] INDI rkey: I947 offs: 0x000016f7 lens: 0x00000051 +0x000026f7-0x00002747: +>>0 @I947@ INDI +1 NAME Rowan /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1977 +1 FAMC @F199@ +<< +[0064] INDI rkey: I948 offs: 0x00001748 lens: 0x0000003c +0x00002748-0x00002783: +>>0 @I948@ INDI +1 NAME Julie /Bayliss/ +1 SEX F +1 FAMS @F200@ +<< +[0065] INDI rkey: I949 offs: 0x00001784 lens: 0x00000052 +0x00002784-0x000027d5: +>>0 @I949@ INDI +1 NAME Thomas /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1982 +1 FAMC @F200@ +<< +[0066] INDI rkey: I950 offs: 0x000017d6 lens: 0x00000051 +0x000027d6-0x00002826: +>>0 @I950@ INDI +1 NAME Ellen /Lascelles/ +1 SEX F +1 BIRT +2 DATE 1984 +1 FAMC @F200@ +<< +[0067] INDI rkey: I951 offs: 0x00001827 lens: 0x0000006f +0x00002827-0x00002895: +>>0 @I951@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1662 +1 DEAT +2 DATE 1689 +1 FAMC @F443@ +1 FAMS @F540@ +<< +[0068] INDI rkey: I952 offs: 0x00001896 lens: 0x0000007b +0x00002896-0x00002910: +>>0 @I952@ INDI +1 NAME Maud /Carnegie/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1893 +1 DEAT +2 DATE 1945 +1 FAMC @F15@ +1 FAMS @F541@ +<< +[0069] INDI rkey: I953 offs: 0x00001911 lens: 0x00000064 +0x00002911-0x00002974: +>>0 @I953@ INDI +1 NAME Charles of_Southesk // +1 SEX M +1 TITL Earl XI +1 BIRT +2 DATE 1893 +1 FAMS @F541@ +<< +[0070] INDI rkey: I954 offs: 0x00001975 lens: 0x00000081 +0x00002975-0x000029f5: +>>0 @I954@ INDI +1 NAME James George Alexander/Carnegie/ +1 SEX M +1 TITL Duke of Fife +1 BIRT +2 DATE 1929 +1 FAMC @F541@ +1 FAMS @F542@ +<< +[0071] INDI rkey: I955 offs: 0x000019f6 lens: 0x00000049 +0x000029f6-0x00002a3e: +>>0 @I955@ INDI +1 NAME Caroline /Dewar/ +1 SEX F +1 TITL Hon. +1 FAMS @F542@ +<< +[0072] INDI rkey: I956 offs: 0x00001a3f lens: 0x00000060 +0x00002a3f-0x00002a9e: +>>0 @I956@ INDI +1 NAME Alexandra /Carnegie/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1959 +1 FAMC @F542@ +<< +[0073] INDI rkey: I957 offs: 0x00001a9f lens: 0x0000006e +0x00002a9f-0x00002b0c: +>>0 @I957@ INDI +1 NAME David Charles /Carnegie/ +1 SEX M +1 TITL Earl of Macduff +1 BIRT +2 DATE 1961 +1 FAMC @F542@ +<< +[0074] INDI rkey: I958 offs: 0x00001b0d lens: 0x00000085 +0x00002b0d-0x00002b91: +>>0 @I958@ INDI +1 NAME Ragnhild Alexandra // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1930 +2 PLAC Oslo,Norway +1 FAMC @F297@ +1 FAMS @F543@ +<< +[0075] INDI rkey: I959 offs: 0x00001b92 lens: 0x00000073 +0x00002b92-0x00002c04: +>>0 @I959@ INDI +1 NAME Astrid Maud Ingeborg// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1932 +1 FAMC @F297@ +1 FAMS @F544@ +<< +[0076] INDI rkey: I960 offs: 0x00001c05 lens: 0x00000054 +0x00002c05-0x00002c58: +>>0 @I960@ INDI +1 NAME Johan Martin /Ferner/ +1 SEX M +1 BIRT +2 DATE 1927 +1 FAMS @F544@ +<< +[0077] INDI rkey: I961 offs: 0x00001c59 lens: 0x00000051 +0x00002c59-0x00002ca9: +>>0 @I961@ INDI +1 NAME Cathrine /Ferner/ +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMC @F544@ +<< +[0078] INDI rkey: I962 offs: 0x00001caa lens: 0x00000053 +0x00002caa-0x00002cfc: +>>0 @I962@ INDI +1 NAME Benedickte /Ferner/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F544@ +<< +[0079] INDI rkey: I963 offs: 0x00001cfd lens: 0x00000052 +0x00002cfd-0x00002d4e: +>>0 @I963@ INDI +1 NAME Alexander /Ferner/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F544@ +<< +[0080] INDI rkey: I964 offs: 0x00001d4f lens: 0x00000052 +0x00002d4f-0x00002da0: +>>0 @I964@ INDI +1 NAME Elisabeth /Ferner/ +1 SEX F +1 BIRT +2 DATE 1969 +1 FAMC @F544@ +<< +[0081] INDI rkey: I965 offs: 0x00001da1 lens: 0x00000056 +0x00002da1-0x00002df6: +>>0 @I965@ INDI +1 NAME Carl Christian /Ferner/ +1 SEX M +1 BIRT +2 DATE 1972 +1 FAMC @F544@ +<< +[0082] INDI rkey: I966 offs: 0x00001df7 lens: 0x0000003f +0x00002df7-0x00002e35: +>>0 @I966@ INDI +1 NAME Erling /Lorentzen/ +1 SEX M +1 FAMS @F543@ +<< +[0083] INDI rkey: I967 offs: 0x00001e36 lens: 0x0000003f +0x00002e36-0x00002e74: +>>0 @I967@ INDI +1 NAME Haakon /Lorentzen/ +1 SEX M +1 FAMC @F543@ +<< +[0084] INDI rkey: I968 offs: 0x00001e75 lens: 0x00000041 +0x00002e75-0x00002eb5: +>>0 @I968@ INDI +1 NAME Ingeborg /Lorentzen/ +1 SEX F +1 FAMC @F543@ +<< +[0085] INDI rkey: I969 offs: 0x00001eb6 lens: 0x0000006d +0x00002eb6-0x00002f22: +>>0 @I969@ INDI +1 NAME Ragnhild Alexandra /Lorentzen/ +1 SEX F +1 BIRT +2 DATE 1968 +2 PLAC ,,Brazil +1 FAMC @F543@ +<< +[0086] INDI rkey: I970 offs: 0x00001f23 lens: 0x00000046 +0x00002f23-0x00002f68: +>>0 @I970@ INDI +1 NAME Anne of_Bourbon-Parma // +1 SEX F +1 TITL Princess +<< +[0087] INDI rkey: I971 offs: 0x00001f69 lens: 0x000000b5 +0x00002f69-0x0000301d: +>>0 @I971@ INDI +1 NAME Joana Maria Valentina/Lambrino/ +1 SEX F +1 BIRT +2 DATE 3 OCT 1898 +2 PLAC Roman,Romania +1 DEAT +2 DATE 11 MAR 1953 +2 PLAC Paris,France +1 FAMC @F545@ +1 FAMS @F287@ +<< +[0088] INDI rkey: I972 offs: 0x0000201e lens: 0x00000076 +0x0000301e-0x00003093: +>>0 @I972@ INDI +1 NAME Margarita of_Romania // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1949 +2 PLAC Lausanne +1 FAMC @F310@ +<< +[0089] INDI rkey: I973 offs: 0x00002094 lens: 0x00000080 +0x00003094-0x00003113: +>>0 @I973@ INDI +1 NAME Helen of_Romania // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1950 +2 PLAC Lausanne +1 FAMC @F310@ +1 FAMS @F546@ +<< +[0090] INDI rkey: I974 offs: 0x00002114 lens: 0x00000076 +0x00003114-0x00003189: +>>0 @I974@ INDI +1 NAME Irina // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1953 +2 PLAC Lausanne +1 FAMC @F310@ +1 FAMS @F547@ +<< +[0091] INDI rkey: I975 offs: 0x0000218a lens: 0x00000059 +0x0000318a-0x000031e2: +>>0 @I975@ INDI +1 NAME Sophie // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1957 +1 FAMC @F310@ +<< +[0092] INDI rkey: I976 offs: 0x000021e3 lens: 0x00000058 +0x000031e3-0x0000323a: +>>0 @I976@ INDI +1 NAME Maria // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1964 +1 FAMC @F310@ +<< +[0093] INDI rkey: I977 offs: 0x0000223b lens: 0x00000054 +0x0000323b-0x0000328e: +>>0 @I977@ INDI +1 NAME Robin /Medforth-Mills/ +1 SEX M +1 TITL Professor +1 FAMS @F546@ +<< +[0094] INDI rkey: I978 offs: 0x0000228f lens: 0x00000059 +0x0000328f-0x000032e7: +>>0 @I978@ INDI +1 NAME Nicholas /Medforth-Mills/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F546@ +<< +[0095] INDI rkey: I979 offs: 0x000022e8 lens: 0x0000003b +0x000032e8-0x00003322: +>>0 @I979@ INDI +1 NAME John /Kreuger/ +1 SEX M +1 FAMS @F547@ +<< +[0096] INDI rkey: I980 offs: 0x00002323 lens: 0x00000051 +0x00003323-0x00003373: +>>0 @I980@ INDI +1 NAME Michael /Kreuger/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F547@ +<< +[0097] INDI rkey: I981 offs: 0x00002374 lens: 0x00000048 +0x00003374-0x000033bb: +>>0 @I981@ INDI +1 NAME William /Worsley/ +1 SEX M +1 TITL Sir +1 FAMS @F81@ +<< +[0098] INDI rkey: I982 offs: 0x000023bc lens: 0x00000052 +0x000033bc-0x0000340d: +>>0 @I982@ INDI +1 NAME Martin /Lascelles/ +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F196@ +<< +[0099] INDI rkey: I983 offs: 0x0000240e lens: 0x0000003f +0x0000340e-0x0000344c: +>>0 @I983@ INDI +1 NAME Alexandra /Morton/ +1 SEX F +1 FAMS @F201@ +<< +[0100] INDI rkey: I984 offs: 0x0000244d lens: 0x000000e7 +0x0000344d-0x00003533: +>>0 @I984@ INDI +1 NAME Richard_III // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 2 OCT 1452 +2 PLAC Fotheringay,Castle +1 DEAT +2 DATE 22 AUG 1485 +2 PLAC Bosworth +1 BURI +2 PLAC Grey Friars,Abbey,Leicester +1 FAMC @F548@ +1 FAMS @F549@ +<< +[0101] INDI rkey: I985 offs: 0x00002534 lens: 0x00000114 +0x00003534-0x00003647: +>>0 @I985@ INDI +1 NAME Anne /Nevill/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 11 JUN 1456 +2 PLAC Warwick Castle,Warwick,England +1 DEAT +2 DATE 16 MAR 1485 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F550@ +1 FAMS @F551@ +1 FAMS @F549@ +<< +[0102] INDI rkey: I986 offs: 0x00002648 lens: 0x000000d8 +0x00003648-0x0000371f: +>>0 @I986@ INDI +1 NAME Edward // +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE ABT DEC 1473 +2 PLAC Middleham Castle,Yorkshire,England +1 DEAT +2 DATE 9 APR 1484 +2 PLAC Middleham Castle,Yorkshire,England +1 FAMC @F549@ +<< +[0103] INDI rkey: I987 offs: 0x00002720 lens: 0x00000076 +0x00003720-0x00003795: +>>0 @I987@ INDI +1 NAME Richard /Neville/ +1 SEX M +1 TITL Earl of Warwick +1 DEAT +2 DATE 1471 +1 FAMC @F552@ +1 FAMS @F550@ +<< +[0104] INDI rkey: I988 offs: 0x00002796 lens: 0x00000077 +0x00003796-0x0000380c: +>>0 @I988@ INDI +1 NAME Richard /Plantagenet/ +1 SEX M +1 TITL Duke of York +1 DEAT +2 DATE 1460 +1 FAMC @F553@ +1 FAMS @F548@ +<< +[0105] INDI rkey: I989 offs: 0x0000280d lens: 0x00000069 +0x0000380d-0x00003875: +>>0 @I989@ INDI +1 NAME Cicely /Nevill/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1495 +1 FAMC @F554@ +1 FAMS @F548@ +<< +[0106] INDI rkey: I990 offs: 0x00002876 lens: 0x00000053 +0x00003876-0x000038c8: +>>0 @I990@ INDI +1 NAME Ralph of_Westmoreland 1st// +1 SEX M +1 TITL Earl +1 FAMS @F554@ +<< +[0107] INDI rkey: I991 offs: 0x000028c9 lens: 0x000000fd +0x000038c9-0x000039c5: +>>0 @I991@ INDI +1 NAME Edward_IV // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 28 APR 1442 +2 PLAC Rouen,France +1 DEAT +2 DATE 9 APR 1483 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMC @F548@ +1 FAMS @F456@ +<< +[0108] INDI rkey: I992 offs: 0x000029c6 lens: 0x00000060 +0x000039c6-0x00003a25: +>>0 @I992@ INDI +1 NAME Edmund // +1 SEX M +1 TITL Earl of Rutland +1 DEAT +2 DATE 1460 +1 FAMC @F548@ +<< +[0109] INDI rkey: I993 offs: 0x00002a26 lens: 0x0000005c +0x00003a26-0x00003a81: +>>0 @I993@ INDI +1 NAME George // +1 SEX M +1 TITL Duke of Clarence +1 FAMC @F548@ +1 FAMS @F555@ +<< +[0110] INDI rkey: I994 offs: 0x00002a82 lens: 0x00000063 +0x00003a82-0x00003ae4: +>>0 @I994@ INDI +1 NAME Anne // +1 SEX F +1 DEAT +2 DATE 1476 +1 FAMC @F548@ +1 FAMS @F556@ +1 FAMS @F557@ +<< +[0111] INDI rkey: I995 offs: 0x00002ae5 lens: 0x0000005a +0x00003ae5-0x00003b3e: +>>0 @I995@ INDI +1 NAME Elizabeth // +1 SEX F +1 DEAT +2 DATE 1503 +1 FAMC @F548@ +1 FAMS @F558@ +<< +[0112] INDI rkey: I996 offs: 0x00002b3f lens: 0x00000046 +0x00003b3f-0x00003b84: +>>0 @I996@ INDI +1 NAME Margaret // +1 SEX F +1 FAMC @F548@ +1 FAMS @F559@ +<< +[0113] INDI rkey: I997 offs: 0x00002b85 lens: 0x00000036 +0x00003b85-0x00003bba: +>>0 @I997@ INDI +1 NAME Ursula // +1 SEX F +1 FAMC @F548@ +<< +[0114] INDI rkey: I998 offs: 0x00002bbb lens: 0x000000f7 +0x00003bbb-0x00003cb1: +>>0 @I998@ INDI +1 NAME Elizabeth /Woodville/ +1 SEX F +1 BIRT +2 DATE ABT 1437 +2 PLAC Grafton Regis,Northants +1 DEAT +2 DATE 8 JUN 1492 +2 PLAC Bermondsey Abbey +1 BURI +2 PLAC St. George Chap.,Windsor,England +1 FAMC @F560@ +1 FAMS @F561@ +1 FAMS @F456@ +<< +[0115] INDI rkey: I999 offs: 0x00002cb2 lens: 0x000000a7 +0x00003cb2-0x00003d58: +>>0 @I999@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE AUG 1466 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 23 MAY 1482 +2 PLAC Greenwich,,England +1 FAMC @F456@ +<< +[0116] FAM rkey: F1000 offs: 0x00002d59 lens: 0x0000002c +0x00003d59-0x00003d84: +>>0 @F1000@ FAM +1 HUSB @I1912@ +1 CHIL @I1919@ +<< +[0117] FAM rkey: F1001 offs: 0x00002d85 lens: 0x0000002c +0x00003d85-0x00003db0: +>>0 @F1001@ FAM +1 HUSB @I1953@ +1 CHIL @I1913@ +<< +[0118] FAM rkey: F1002 offs: 0x00002db1 lens: 0x0000004a +0x00003db1-0x00003dfa: +>>0 @F1002@ FAM +1 HUSB @I1915@ +1 WIFE @I1916@ +1 CHIL @I1917@ +1 CHIL @I1914@ +<< +[0119] FAM rkey: F1003 offs: 0x00002dfb lens: 0x0000002c +0x00003dfb-0x00003e26: +>>0 @F1003@ FAM +1 HUSB @I1918@ +1 CHIL @I1916@ +<< +[0120] FAM rkey: F1004 offs: 0x00002e27 lens: 0x0000002c +0x00003e27-0x00003e52: +>>0 @F1004@ FAM +1 HUSB @I2186@ +1 CHIL @I1918@ +<< +[0121] FAM rkey: F1005 offs: 0x00002e53 lens: 0x0000003b +0x00003e53-0x00003e8d: +>>0 @F1005@ FAM +1 HUSB @I1922@ +1 WIFE @I1923@ +1 CHIL @I1921@ +<< +[0122] FAM rkey: F1006 offs: 0x00002e8e lens: 0x0000003b +0x00003e8e-0x00003ec8: +>>0 @F1006@ FAM +1 HUSB @I1924@ +1 WIFE @I1925@ +1 CHIL @I1923@ +<< +[0123] FAM rkey: F1007 offs: 0x00002ec9 lens: 0x0000003b +0x00003ec9-0x00003f03: +>>0 @F1007@ FAM +1 HUSB @I1926@ +1 WIFE @I1927@ +1 CHIL @I1925@ +<< +[0124] FAM rkey: F1008 offs: 0x00002f04 lens: 0x0000003b +0x00003f04-0x00003f3e: +>>0 @F1008@ FAM +1 HUSB @I1930@ +1 WIFE @I1931@ +1 CHIL @I1928@ +<< +[0125] FAM rkey: F1009 offs: 0x00002f3f lens: 0x0000002c +0x00003f3f-0x00003f6a: +>>0 @F1009@ FAM +1 HUSB @I1934@ +1 CHIL @I1931@ +<< +[0126] FAM rkey: F1010 offs: 0x00002f6b lens: 0x0000003b +0x00003f6b-0x00003fa5: +>>0 @F1010@ FAM +1 HUSB @I1932@ +1 WIFE @I1931@ +1 CHIL @I1933@ +<< +[0127] FAM rkey: F1011 offs: 0x00002fa6 lens: 0x0000003b +0x00003fa6-0x00003fe0: +>>0 @F1011@ FAM +1 HUSB @I1935@ +1 CHIL @I1934@ +1 CHIL @I2185@ +<< + +0x00003fe1: EOF (0x00003fe1) GOOD + +BLOCK - DIRECTORY ad/af +0x00000000:ix_self: 0x00030005 (ad/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 128 +0x0000000e:ix_rkey[0000]: ' F1012' +0x00000016:ix_rkey[0001]: ' F1013' +0x0000001e:ix_rkey[0002]: ' F1014' +0x00000026:ix_rkey[0003]: ' F1015' +0x0000002e:ix_rkey[0004]: ' F1016' +0x00000036:ix_rkey[0005]: ' F1017' +0x0000003e:ix_rkey[0006]: ' F1018' +0x00000046:ix_rkey[0007]: ' F1019' +0x0000004e:ix_rkey[0008]: ' F1020' +0x00000056:ix_rkey[0009]: ' F1021' +0x0000005e:ix_rkey[0010]: ' F1022' +0x00000066:ix_rkey[0011]: ' F1023' +0x0000006e:ix_rkey[0012]: ' F1024' +0x00000076:ix_rkey[0013]: ' F1025' +0x0000007e:ix_rkey[0014]: ' F1026' +0x00000086:ix_rkey[0015]: ' F1027' +0x0000008e:ix_rkey[0016]: ' F1028' +0x00000096:ix_rkey[0017]: ' F1029' +0x0000009e:ix_rkey[0018]: ' F1030' +0x000000a6:ix_rkey[0019]: ' F1031' +0x000000ae:ix_rkey[0020]: ' F1032' +0x000000b6:ix_rkey[0021]: ' F1033' +0x000000be:ix_rkey[0022]: ' F1034' +0x000000c6:ix_rkey[0023]: ' F1035' +0x000000ce:ix_rkey[0024]: ' F1036' +0x000000d6:ix_rkey[0025]: ' F1037' +0x000000de:ix_rkey[0026]: ' F1038' +0x000000e6:ix_rkey[0027]: ' F1039' +0x000000ee:ix_rkey[0028]: ' F1040' +0x000000f6:ix_rkey[0029]: ' F1041' +0x000000fe:ix_rkey[0030]: ' F1042' +0x00000106:ix_rkey[0031]: ' F1043' +0x0000010e:ix_rkey[0032]: ' F1044' +0x00000116:ix_rkey[0033]: ' F1045' +0x0000011e:ix_rkey[0034]: ' F1046' +0x00000126:ix_rkey[0035]: ' F1047' +0x0000012e:ix_rkey[0036]: ' F1048' +0x00000136:ix_rkey[0037]: ' F1049' +0x0000013e:ix_rkey[0038]: ' F1050' +0x00000146:ix_rkey[0039]: ' F1051' +0x0000014e:ix_rkey[0040]: ' F1052' +0x00000156:ix_rkey[0041]: ' F1053' +0x0000015e:ix_rkey[0042]: ' F1054' +0x00000166:ix_rkey[0043]: ' F1055' +0x0000016e:ix_rkey[0044]: ' F1056' +0x00000176:ix_rkey[0045]: ' F1057' +0x0000017e:ix_rkey[0046]: ' F1058' +0x00000186:ix_rkey[0047]: ' F1059' +0x0000018e:ix_rkey[0048]: ' F1060' +0x00000196:ix_rkey[0049]: ' F1061' +0x0000019e:ix_rkey[0050]: ' F1062' +0x000001a6:ix_rkey[0051]: ' F1063' +0x000001ae:ix_rkey[0052]: ' F1064' +0x000001b6:ix_rkey[0053]: ' F1065' +0x000001be:ix_rkey[0054]: ' F1066' +0x000001c6:ix_rkey[0055]: ' F1067' +0x000001ce:ix_rkey[0056]: ' F1068' +0x000001d6:ix_rkey[0057]: ' F1069' +0x000001de:ix_rkey[0058]: ' F1070' +0x000001e6:ix_rkey[0059]: ' F1071' +0x000001ee:ix_rkey[0060]: ' F1072' +0x000001f6:ix_rkey[0061]: ' F1073' +0x000001fe:ix_rkey[0062]: ' F1074' +0x00000206:ix_rkey[0063]: ' F1075' +0x0000020e:ix_rkey[0064]: ' F1076' +0x00000216:ix_rkey[0065]: ' F1077' +0x0000021e:ix_rkey[0066]: ' F1078' +0x00000226:ix_rkey[0067]: ' F1079' +0x0000022e:ix_rkey[0068]: ' F1080' +0x00000236:ix_rkey[0069]: ' F1081' +0x0000023e:ix_rkey[0070]: ' F1082' +0x00000246:ix_rkey[0071]: ' F1083' +0x0000024e:ix_rkey[0072]: ' F1084' +0x00000256:ix_rkey[0073]: ' F1085' +0x0000025e:ix_rkey[0074]: ' F1086' +0x00000266:ix_rkey[0075]: ' F1087' +0x0000026e:ix_rkey[0076]: ' F1088' +0x00000276:ix_rkey[0077]: ' F1089' +0x0000027e:ix_rkey[0078]: ' F1090' +0x00000286:ix_rkey[0079]: ' F1091' +0x0000028e:ix_rkey[0080]: ' F1092' +0x00000296:ix_rkey[0081]: ' F1093' +0x0000029e:ix_rkey[0082]: ' F1094' +0x000002a6:ix_rkey[0083]: ' F1095' +0x000002ae:ix_rkey[0084]: ' F1096' +0x000002b6:ix_rkey[0085]: ' F1097' +0x000002be:ix_rkey[0086]: ' F1098' +0x000002c6:ix_rkey[0087]: ' F1099' +0x000002ce:ix_rkey[0088]: ' F1100' +0x000002d6:ix_rkey[0089]: ' F1101' +0x000002de:ix_rkey[0090]: ' F1102' +0x000002e6:ix_rkey[0091]: ' F1103' +0x000002ee:ix_rkey[0092]: ' F1104' +0x000002f6:ix_rkey[0093]: ' F1105' +0x000002fe:ix_rkey[0094]: ' F1106' +0x00000306:ix_rkey[0095]: ' F1107' +0x0000030e:ix_rkey[0096]: ' F1108' +0x00000316:ix_rkey[0097]: ' F1109' +0x0000031e:ix_rkey[0098]: ' F1110' +0x00000326:ix_rkey[0099]: ' F1111' +0x0000032e:ix_rkey[0100]: ' F1112' +0x00000336:ix_rkey[0101]: ' F1113' +0x0000033e:ix_rkey[0102]: ' F1114' +0x00000346:ix_rkey[0103]: ' F1115' +0x0000034e:ix_rkey[0104]: ' F1116' +0x00000356:ix_rkey[0105]: ' F1117' +0x0000035e:ix_rkey[0106]: ' F1118' +0x00000366:ix_rkey[0107]: ' F1119' +0x0000036e:ix_rkey[0108]: ' F1120' +0x00000376:ix_rkey[0109]: ' F1121' +0x0000037e:ix_rkey[0110]: ' F1122' +0x00000386:ix_rkey[0111]: ' F1123' +0x0000038e:ix_rkey[0112]: ' F1124' +0x00000396:ix_rkey[0113]: ' F1125' +0x0000039e:ix_rkey[0114]: ' F1126' +0x000003a6:ix_rkey[0115]: ' F1127' +0x000003ae:ix_rkey[0116]: ' F1128' +0x000003b6:ix_rkey[0117]: ' F1129' +0x000003be:ix_rkey[0118]: ' F1130' +0x000003c6:ix_rkey[0119]: ' F1131' +0x000003ce:ix_rkey[0120]: ' F1132' +0x000003d6:ix_rkey[0121]: ' F1133' +0x000003de:ix_rkey[0122]: ' F1134' +0x000003e6:ix_rkey[0123]: ' F1135' +0x000003ee:ix_rkey[0124]: ' F1136' +0x000003f6:ix_rkey[0125]: ' F1137' +0x000003fe:ix_rkey[0126]: ' F1138' +0x00000406:ix_rkey[0127]: ' F1139' + +deleted/unused entries +0x0000040e-0x00000805:ix_rkey[0128-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000002c +0x0000080c:ix_offs[0001]: 0x0000002c 0x00000c08:ix_lens[0001]: 0x0000002c +0x00000810:ix_offs[0002]: 0x00000058 0x00000c0c:ix_lens[0002]: 0x0000003b +0x00000814:ix_offs[0003]: 0x00000093 0x00000c10:ix_lens[0003]: 0x0000002c +0x00000818:ix_offs[0004]: 0x000000bf 0x00000c14:ix_lens[0004]: 0x00000059 +0x0000081c:ix_offs[0005]: 0x00000118 0x00000c18:ix_lens[0005]: 0x0000003b +0x00000820:ix_offs[0006]: 0x00000153 0x00000c1c:ix_lens[0006]: 0x0000002c +0x00000824:ix_offs[0007]: 0x0000017f 0x00000c20:ix_lens[0007]: 0x0000002c +0x00000828:ix_offs[0008]: 0x000001ab 0x00000c24:ix_lens[0008]: 0x0000002c +0x0000082c:ix_offs[0009]: 0x000001d7 0x00000c28:ix_lens[0009]: 0x0000002c +0x00000830:ix_offs[0010]: 0x00000203 0x00000c2c:ix_lens[0010]: 0x0000002c +0x00000834:ix_offs[0011]: 0x0000022f 0x00000c30:ix_lens[0011]: 0x0000002c +0x00000838:ix_offs[0012]: 0x0000025b 0x00000c34:ix_lens[0012]: 0x0000004a +0x0000083c:ix_offs[0013]: 0x000002a5 0x00000c38:ix_lens[0013]: 0x0000002c +0x00000840:ix_offs[0014]: 0x000002d1 0x00000c3c:ix_lens[0014]: 0x0000003b +0x00000844:ix_offs[0015]: 0x0000030c 0x00000c40:ix_lens[0015]: 0x0000002c +0x00000848:ix_offs[0016]: 0x00000338 0x00000c44:ix_lens[0016]: 0x00000086 +0x0000084c:ix_offs[0017]: 0x000003be 0x00000c48:ix_lens[0017]: 0x0000002c +0x00000850:ix_offs[0018]: 0x000003ea 0x00000c4c:ix_lens[0018]: 0x0000004a +0x00000854:ix_offs[0019]: 0x00000434 0x00000c50:ix_lens[0019]: 0x0000002c +0x00000858:ix_offs[0020]: 0x00000460 0x00000c54:ix_lens[0020]: 0x0000002c +0x0000085c:ix_offs[0021]: 0x0000048c 0x00000c58:ix_lens[0021]: 0x0000002c +0x00000860:ix_offs[0022]: 0x000004b8 0x00000c5c:ix_lens[0022]: 0x0000003b +0x00000864:ix_offs[0023]: 0x000004f3 0x00000c60:ix_lens[0023]: 0x0000002c +0x00000868:ix_offs[0024]: 0x0000051f 0x00000c64:ix_lens[0024]: 0x0000002c +0x0000086c:ix_offs[0025]: 0x0000054b 0x00000c68:ix_lens[0025]: 0x0000003b +0x00000870:ix_offs[0026]: 0x00000586 0x00000c6c:ix_lens[0026]: 0x0000002c +0x00000874:ix_offs[0027]: 0x000005b2 0x00000c70:ix_lens[0027]: 0x0000002c +0x00000878:ix_offs[0028]: 0x000005de 0x00000c74:ix_lens[0028]: 0x0000003b +0x0000087c:ix_offs[0029]: 0x00000619 0x00000c78:ix_lens[0029]: 0x0000002c +0x00000880:ix_offs[0030]: 0x00000645 0x00000c7c:ix_lens[0030]: 0x0000003b +0x00000884:ix_offs[0031]: 0x00000680 0x00000c80:ix_lens[0031]: 0x0000002c +0x00000888:ix_offs[0032]: 0x000006ac 0x00000c84:ix_lens[0032]: 0x0000003b +0x0000088c:ix_offs[0033]: 0x000006e7 0x00000c88:ix_lens[0033]: 0x0000002c +0x00000890:ix_offs[0034]: 0x00000713 0x00000c8c:ix_lens[0034]: 0x0000002c +0x00000894:ix_offs[0035]: 0x0000073f 0x00000c90:ix_lens[0035]: 0x0000002c +0x00000898:ix_offs[0036]: 0x0000076b 0x00000c94:ix_lens[0036]: 0x0000002c +0x0000089c:ix_offs[0037]: 0x00000797 0x00000c98:ix_lens[0037]: 0x0000002c +0x000008a0:ix_offs[0038]: 0x000007c3 0x00000c9c:ix_lens[0038]: 0x0000002c +0x000008a4:ix_offs[0039]: 0x000007ef 0x00000ca0:ix_lens[0039]: 0x0000002c +0x000008a8:ix_offs[0040]: 0x0000081b 0x00000ca4:ix_lens[0040]: 0x0000002c +0x000008ac:ix_offs[0041]: 0x00000847 0x00000ca8:ix_lens[0041]: 0x0000002c +0x000008b0:ix_offs[0042]: 0x00000873 0x00000cac:ix_lens[0042]: 0x0000002c +0x000008b4:ix_offs[0043]: 0x0000089f 0x00000cb0:ix_lens[0043]: 0x0000002c +0x000008b8:ix_offs[0044]: 0x000008cb 0x00000cb4:ix_lens[0044]: 0x0000002c +0x000008bc:ix_offs[0045]: 0x000008f7 0x00000cb8:ix_lens[0045]: 0x0000002c +0x000008c0:ix_offs[0046]: 0x00000923 0x00000cbc:ix_lens[0046]: 0x0000002c +0x000008c4:ix_offs[0047]: 0x0000094f 0x00000cc0:ix_lens[0047]: 0x0000002c +0x000008c8:ix_offs[0048]: 0x0000097b 0x00000cc4:ix_lens[0048]: 0x0000002c +0x000008cc:ix_offs[0049]: 0x000009a7 0x00000cc8:ix_lens[0049]: 0x0000002c +0x000008d0:ix_offs[0050]: 0x000009d3 0x00000ccc:ix_lens[0050]: 0x0000002c +0x000008d4:ix_offs[0051]: 0x000009ff 0x00000cd0:ix_lens[0051]: 0x0000002c +0x000008d8:ix_offs[0052]: 0x00000a2b 0x00000cd4:ix_lens[0052]: 0x0000002c +0x000008dc:ix_offs[0053]: 0x00000a57 0x00000cd8:ix_lens[0053]: 0x0000002c +0x000008e0:ix_offs[0054]: 0x00000a83 0x00000cdc:ix_lens[0054]: 0x0000002c +0x000008e4:ix_offs[0055]: 0x00000aaf 0x00000ce0:ix_lens[0055]: 0x0000002c +0x000008e8:ix_offs[0056]: 0x00000adb 0x00000ce4:ix_lens[0056]: 0x0000003b +0x000008ec:ix_offs[0057]: 0x00000b16 0x00000ce8:ix_lens[0057]: 0x0000002c +0x000008f0:ix_offs[0058]: 0x00000b42 0x00000cec:ix_lens[0058]: 0x0000002c +0x000008f4:ix_offs[0059]: 0x00000b6e 0x00000cf0:ix_lens[0059]: 0x00000059 +0x000008f8:ix_offs[0060]: 0x00000bc7 0x00000cf4:ix_lens[0060]: 0x0000002c +0x000008fc:ix_offs[0061]: 0x00000bf3 0x00000cf8:ix_lens[0061]: 0x0000002c +0x00000900:ix_offs[0062]: 0x00000c1f 0x00000cfc:ix_lens[0062]: 0x0000002c +0x00000904:ix_offs[0063]: 0x00000c4b 0x00000d00:ix_lens[0063]: 0x0000002c +0x00000908:ix_offs[0064]: 0x00000c77 0x00000d04:ix_lens[0064]: 0x00000034 +0x0000090c:ix_offs[0065]: 0x00000cab 0x00000d08:ix_lens[0065]: 0x0000002c +0x00000910:ix_offs[0066]: 0x00000cd7 0x00000d0c:ix_lens[0066]: 0x0000002c +0x00000914:ix_offs[0067]: 0x00000d03 0x00000d10:ix_lens[0067]: 0x0000004a +0x00000918:ix_offs[0068]: 0x00000d4d 0x00000d14:ix_lens[0068]: 0x0000002c +0x0000091c:ix_offs[0069]: 0x00000d79 0x00000d18:ix_lens[0069]: 0x0000002c +0x00000920:ix_offs[0070]: 0x00000da5 0x00000d1c:ix_lens[0070]: 0x0000002c +0x00000924:ix_offs[0071]: 0x00000dd1 0x00000d20:ix_lens[0071]: 0x0000003b +0x00000928:ix_offs[0072]: 0x00000e0c 0x00000d24:ix_lens[0072]: 0x0000002c +0x0000092c:ix_offs[0073]: 0x00000e38 0x00000d28:ix_lens[0073]: 0x00000059 +0x00000930:ix_offs[0074]: 0x00000e91 0x00000d2c:ix_lens[0074]: 0x0000002c +0x00000934:ix_offs[0075]: 0x00000ebd 0x00000d30:ix_lens[0075]: 0x0000002c +0x00000938:ix_offs[0076]: 0x00000ee9 0x00000d34:ix_lens[0076]: 0x0000002c +0x0000093c:ix_offs[0077]: 0x00000f15 0x00000d38:ix_lens[0077]: 0x0000002c +0x00000940:ix_offs[0078]: 0x00000f41 0x00000d3c:ix_lens[0078]: 0x0000002c +0x00000944:ix_offs[0079]: 0x00000f6d 0x00000d40:ix_lens[0079]: 0x0000002c +0x00000948:ix_offs[0080]: 0x00000f99 0x00000d44:ix_lens[0080]: 0x0000002c +0x0000094c:ix_offs[0081]: 0x00000fc5 0x00000d48:ix_lens[0081]: 0x0000002c +0x00000950:ix_offs[0082]: 0x00000ff1 0x00000d4c:ix_lens[0082]: 0x0000002c +0x00000954:ix_offs[0083]: 0x0000101d 0x00000d50:ix_lens[0083]: 0x00000081 +0x00000958:ix_offs[0084]: 0x0000109e 0x00000d54:ix_lens[0084]: 0x0000002c +0x0000095c:ix_offs[0085]: 0x000010ca 0x00000d58:ix_lens[0085]: 0x0000002c +0x00000960:ix_offs[0086]: 0x000010f6 0x00000d5c:ix_lens[0086]: 0x0000002c +0x00000964:ix_offs[0087]: 0x00001122 0x00000d60:ix_lens[0087]: 0x0000002c +0x00000968:ix_offs[0088]: 0x0000114e 0x00000d64:ix_lens[0088]: 0x0000002c +0x0000096c:ix_offs[0089]: 0x0000117a 0x00000d68:ix_lens[0089]: 0x0000002c +0x00000970:ix_offs[0090]: 0x000011a6 0x00000d6c:ix_lens[0090]: 0x0000002c +0x00000974:ix_offs[0091]: 0x000011d2 0x00000d70:ix_lens[0091]: 0x0000002c +0x00000978:ix_offs[0092]: 0x000011fe 0x00000d74:ix_lens[0092]: 0x0000002c +0x0000097c:ix_offs[0093]: 0x0000122a 0x00000d78:ix_lens[0093]: 0x0000002c +0x00000980:ix_offs[0094]: 0x00001256 0x00000d7c:ix_lens[0094]: 0x0000002c +0x00000984:ix_offs[0095]: 0x00001282 0x00000d80:ix_lens[0095]: 0x0000002c +0x00000988:ix_offs[0096]: 0x000012ae 0x00000d84:ix_lens[0096]: 0x0000002c +0x0000098c:ix_offs[0097]: 0x000012da 0x00000d88:ix_lens[0097]: 0x00000034 +0x00000990:ix_offs[0098]: 0x0000130e 0x00000d8c:ix_lens[0098]: 0x0000004a +0x00000994:ix_offs[0099]: 0x00001358 0x00000d90:ix_lens[0099]: 0x0000002c +0x00000998:ix_offs[0100]: 0x00001384 0x00000d94:ix_lens[0100]: 0x00000059 +0x0000099c:ix_offs[0101]: 0x000013dd 0x00000d98:ix_lens[0101]: 0x0000002c +0x000009a0:ix_offs[0102]: 0x00001409 0x00000d9c:ix_lens[0102]: 0x0000002c +0x000009a4:ix_offs[0103]: 0x00001435 0x00000da0:ix_lens[0103]: 0x0000002c +0x000009a8:ix_offs[0104]: 0x00001461 0x00000da4:ix_lens[0104]: 0x0000002c +0x000009ac:ix_offs[0105]: 0x0000148d 0x00000da8:ix_lens[0105]: 0x0000002c +0x000009b0:ix_offs[0106]: 0x000014b9 0x00000dac:ix_lens[0106]: 0x0000002c +0x000009b4:ix_offs[0107]: 0x000014e5 0x00000db0:ix_lens[0107]: 0x0000005d +0x000009b8:ix_offs[0108]: 0x00001542 0x00000db4:ix_lens[0108]: 0x0000002c +0x000009bc:ix_offs[0109]: 0x0000156e 0x00000db8:ix_lens[0109]: 0x0000003b +0x000009c0:ix_offs[0110]: 0x000015a9 0x00000dbc:ix_lens[0110]: 0x0000002c +0x000009c4:ix_offs[0111]: 0x000015d5 0x00000dc0:ix_lens[0111]: 0x0000002c +0x000009c8:ix_offs[0112]: 0x00001601 0x00000dc4:ix_lens[0112]: 0x0000002c +0x000009cc:ix_offs[0113]: 0x0000162d 0x00000dc8:ix_lens[0113]: 0x0000003b +0x000009d0:ix_offs[0114]: 0x00001668 0x00000dcc:ix_lens[0114]: 0x0000002c +0x000009d4:ix_offs[0115]: 0x00001694 0x00000dd0:ix_lens[0115]: 0x0000002c +0x000009d8:ix_offs[0116]: 0x000016c0 0x00000dd4:ix_lens[0116]: 0x0000002c +0x000009dc:ix_offs[0117]: 0x000016ec 0x00000dd8:ix_lens[0117]: 0x0000003b +0x000009e0:ix_offs[0118]: 0x00001727 0x00000ddc:ix_lens[0118]: 0x0000002c +0x000009e4:ix_offs[0119]: 0x00001753 0x00000de0:ix_lens[0119]: 0x0000002c +0x000009e8:ix_offs[0120]: 0x0000177f 0x00000de4:ix_lens[0120]: 0x0000002c +0x000009ec:ix_offs[0121]: 0x000017ab 0x00000de8:ix_lens[0121]: 0x0000002c +0x000009f0:ix_offs[0122]: 0x000017d7 0x00000dec:ix_lens[0122]: 0x0000002c +0x000009f4:ix_offs[0123]: 0x00001803 0x00000df0:ix_lens[0123]: 0x0000002c +0x000009f8:ix_offs[0124]: 0x0000182f 0x00000df4:ix_lens[0124]: 0x0000003b +0x000009fc:ix_offs[0125]: 0x0000186a 0x00000df8:ix_lens[0125]: 0x0000003b +0x00000a00:ix_offs[0126]: 0x000018a5 0x00000dfc:ix_lens[0126]: 0x0000002c +0x00000a04:ix_offs[0127]: 0x000018d1 0x00000e00:ix_lens[0127]: 0x0000002c + +0x00000a08-0x00000c03:ix_offs[0128-0254] default value 0x00000000 +0x00000e04-0x00000fff:ix_lens[0128-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F1012 offs: 0x00000000 lens: 0x0000002c +0x00001000-0x0000102b: +>>0 @F1012@ FAM +1 HUSB @I1936@ +1 CHIL @I1935@ +<< +[0001] FAM rkey: F1013 offs: 0x0000002c lens: 0x0000002c +0x0000102c-0x00001057: +>>0 @F1013@ FAM +1 HUSB @I1937@ +1 CHIL @I1936@ +<< +[0002] FAM rkey: F1014 offs: 0x00000058 lens: 0x0000003b +0x00001058-0x00001092: +>>0 @F1014@ FAM +1 HUSB @I1938@ +1 CHIL @I1939@ +1 CHIL @I1937@ +<< +[0003] FAM rkey: F1015 offs: 0x00000093 lens: 0x0000002c +0x00001093-0x000010be: +>>0 @F1015@ FAM +1 HUSB @I1939@ +1 CHIL @I1940@ +<< +[0004] FAM rkey: F1016 offs: 0x000000bf lens: 0x00000059 +0x000010bf-0x00001117: +>>0 @F1016@ FAM +1 HUSB @I1940@ +1 WIFE @I1941@ +1 CHIL @I1942@ +1 CHIL @I1943@ +1 CHIL @I1944@ +<< +[0005] FAM rkey: F1017 offs: 0x00000118 lens: 0x0000003b +0x00001118-0x00001152: +>>0 @F1017@ FAM +1 HUSB @I1943@ +1 CHIL @I1945@ +1 CHIL @I1946@ +<< +[0006] FAM rkey: F1018 offs: 0x00000153 lens: 0x0000002c +0x00001153-0x0000117e: +>>0 @F1018@ FAM +1 HUSB @I1944@ +1 CHIL @I1948@ +<< +[0007] FAM rkey: F1019 offs: 0x0000017f lens: 0x0000002c +0x0000117f-0x000011aa: +>>0 @F1019@ FAM +1 HUSB @I1945@ +1 CHIL @I1947@ +<< +[0008] FAM rkey: F1020 offs: 0x000001ab lens: 0x0000002c +0x000011ab-0x000011d6: +>>0 @F1020@ FAM +1 HUSB @I1948@ +1 CHIL @I1949@ +<< +[0009] FAM rkey: F1021 offs: 0x000001d7 lens: 0x0000002c +0x000011d7-0x00001202: +>>0 @F1021@ FAM +1 HUSB @I1949@ +1 CHIL @I1950@ +<< +[0010] FAM rkey: F1022 offs: 0x00000203 lens: 0x0000002c +0x00001203-0x0000122e: +>>0 @F1022@ FAM +1 HUSB @I1950@ +1 CHIL @I1951@ +<< +[0011] FAM rkey: F1023 offs: 0x0000022f lens: 0x0000002c +0x0000122f-0x0000125a: +>>0 @F1023@ FAM +1 HUSB @I1951@ +1 CHIL @I1952@ +<< +[0012] FAM rkey: F1024 offs: 0x0000025b lens: 0x0000004a +0x0000125b-0x000012a4: +>>0 @F1024@ FAM +1 HUSB @I1952@ +1 WIFE @I1954@ +1 CHIL @I1955@ +1 CHIL @I1953@ +<< +[0013] FAM rkey: F1025 offs: 0x000002a5 lens: 0x0000002c +0x000012a5-0x000012d0: +>>0 @F1025@ FAM +1 HUSB @I1957@ +1 CHIL @I1961@ +<< +[0014] FAM rkey: F1026 offs: 0x000002d1 lens: 0x0000003b +0x000012d1-0x0000130b: +>>0 @F1026@ FAM +1 HUSB @I2166@ +1 WIFE @I1959@ +1 CHIL @I2167@ +<< +[0015] FAM rkey: F1027 offs: 0x0000030c lens: 0x0000002c +0x0000130c-0x00001337: +>>0 @F1027@ FAM +1 HUSB @I1961@ +1 CHIL @I1960@ +<< +[0016] FAM rkey: F1028 offs: 0x00000338 lens: 0x00000086 +0x00001338-0x000013bd: +>>0 @F1028@ FAM +1 HUSB @I1966@ +1 WIFE @I1967@ +1 CHIL @I1968@ +1 CHIL @I1969@ +1 CHIL @I1971@ +1 CHIL @I1977@ +1 CHIL @I1972@ +1 CHIL @I1964@ +<< +[0017] FAM rkey: F1029 offs: 0x000003be lens: 0x0000002c +0x000013be-0x000013e9: +>>0 @F1029@ FAM +1 HUSB @I1981@ +1 CHIL @I1965@ +<< +[0018] FAM rkey: F1030 offs: 0x000003ea lens: 0x0000004a +0x000013ea-0x00001433: +>>0 @F1030@ FAM +1 HUSB @I1973@ +1 WIFE @I1974@ +1 CHIL @I1966@ +1 CHIL @I1975@ +<< +[0019] FAM rkey: F1031 offs: 0x00000434 lens: 0x0000002c +0x00001434-0x0000145f: +>>0 @F1031@ FAM +1 HUSB @I1966@ +1 WIFE @I1970@ +<< +[0020] FAM rkey: F1032 offs: 0x00000460 lens: 0x0000002c +0x00001460-0x0000148b: +>>0 @F1032@ FAM +1 HUSB @I1976@ +1 CHIL @I1967@ +<< +[0021] FAM rkey: F1033 offs: 0x0000048c lens: 0x0000002c +0x0000148c-0x000014b7: +>>0 @F1033@ FAM +1 HUSB @I1969@ +1 WIFE @I1970@ +<< +[0022] FAM rkey: F1034 offs: 0x000004b8 lens: 0x0000003b +0x000014b8-0x000014f2: +>>0 @F1034@ FAM +1 HUSB @I1972@ +1 CHIL @I1978@ +1 CHIL @I1979@ +<< +[0023] FAM rkey: F1035 offs: 0x000004f3 lens: 0x0000002c +0x000014f3-0x0000151e: +>>0 @F1035@ FAM +1 HUSB @I2054@ +1 CHIL @I1973@ +<< +[0024] FAM rkey: F1036 offs: 0x0000051f lens: 0x0000002c +0x0000151f-0x0000154a: +>>0 @F1036@ FAM +1 HUSB @I1980@ +1 WIFE @I1977@ +<< +[0025] FAM rkey: F1037 offs: 0x0000054b lens: 0x0000003b +0x0000154b-0x00001585: +>>0 @F1037@ FAM +1 HUSB @I1982@ +1 CHIL @I1983@ +1 CHIL @I1984@ +<< +[0026] FAM rkey: F1038 offs: 0x00000586 lens: 0x0000002c +0x00001586-0x000015b1: +>>0 @F1038@ FAM +1 HUSB @I1989@ +1 WIFE @I1985@ +<< +[0027] FAM rkey: F1039 offs: 0x000005b2 lens: 0x0000002c +0x000015b2-0x000015dd: +>>0 @F1039@ FAM +1 HUSB @I1988@ +1 WIFE @I1987@ +<< +[0028] FAM rkey: F1040 offs: 0x000005de lens: 0x0000003b +0x000015de-0x00001618: +>>0 @F1040@ FAM +1 HUSB @I1995@ +1 CHIL @I1991@ +1 CHIL @I2019@ +<< +[0029] FAM rkey: F1041 offs: 0x00000619 lens: 0x0000002c +0x00001619-0x00001644: +>>0 @F1041@ FAM +1 HUSB @I1991@ +1 CHIL @I1992@ +<< +[0030] FAM rkey: F1042 offs: 0x00000645 lens: 0x0000003b +0x00001645-0x0000167f: +>>0 @F1042@ FAM +1 HUSB @I1992@ +1 CHIL @I1993@ +1 CHIL @I1994@ +<< +[0031] FAM rkey: F1043 offs: 0x00000680 lens: 0x0000002c +0x00001680-0x000016ab: +>>0 @F1043@ FAM +1 HUSB @I1993@ +1 CHIL @I2037@ +<< +[0032] FAM rkey: F1044 offs: 0x000006ac lens: 0x0000003b +0x000016ac-0x000016e6: +>>0 @F1044@ FAM +1 HUSB @I1994@ +1 CHIL @I2022@ +1 CHIL @I2023@ +<< +[0033] FAM rkey: F1045 offs: 0x000006e7 lens: 0x0000002c +0x000016e7-0x00001712: +>>0 @F1045@ FAM +1 HUSB @I1996@ +1 CHIL @I1995@ +<< +[0034] FAM rkey: F1046 offs: 0x00000713 lens: 0x0000002c +0x00001713-0x0000173e: +>>0 @F1046@ FAM +1 HUSB @I1997@ +1 CHIL @I1996@ +<< +[0035] FAM rkey: F1047 offs: 0x0000073f lens: 0x0000002c +0x0000173f-0x0000176a: +>>0 @F1047@ FAM +1 HUSB @I1998@ +1 CHIL @I1997@ +<< +[0036] FAM rkey: F1048 offs: 0x0000076b lens: 0x0000002c +0x0000176b-0x00001796: +>>0 @F1048@ FAM +1 HUSB @I1999@ +1 CHIL @I1998@ +<< +[0037] FAM rkey: F1049 offs: 0x00000797 lens: 0x0000002c +0x00001797-0x000017c2: +>>0 @F1049@ FAM +1 HUSB @I2000@ +1 CHIL @I1999@ +<< +[0038] FAM rkey: F1050 offs: 0x000007c3 lens: 0x0000002c +0x000017c3-0x000017ee: +>>0 @F1050@ FAM +1 HUSB @I2001@ +1 CHIL @I2000@ +<< +[0039] FAM rkey: F1051 offs: 0x000007ef lens: 0x0000002c +0x000017ef-0x0000181a: +>>0 @F1051@ FAM +1 HUSB @I2002@ +1 CHIL @I2001@ +<< +[0040] FAM rkey: F1052 offs: 0x0000081b lens: 0x0000002c +0x0000181b-0x00001846: +>>0 @F1052@ FAM +1 HUSB @I2003@ +1 CHIL @I2002@ +<< +[0041] FAM rkey: F1053 offs: 0x00000847 lens: 0x0000002c +0x00001847-0x00001872: +>>0 @F1053@ FAM +1 HUSB @I2004@ +1 CHIL @I2003@ +<< +[0042] FAM rkey: F1054 offs: 0x00000873 lens: 0x0000002c +0x00001873-0x0000189e: +>>0 @F1054@ FAM +1 HUSB @I2005@ +1 CHIL @I2004@ +<< +[0043] FAM rkey: F1055 offs: 0x0000089f lens: 0x0000002c +0x0000189f-0x000018ca: +>>0 @F1055@ FAM +1 HUSB @I2006@ +1 CHIL @I2005@ +<< +[0044] FAM rkey: F1056 offs: 0x000008cb lens: 0x0000002c +0x000018cb-0x000018f6: +>>0 @F1056@ FAM +1 HUSB @I2007@ +1 CHIL @I2006@ +<< +[0045] FAM rkey: F1057 offs: 0x000008f7 lens: 0x0000002c +0x000018f7-0x00001922: +>>0 @F1057@ FAM +1 HUSB @I2008@ +1 CHIL @I2007@ +<< +[0046] FAM rkey: F1058 offs: 0x00000923 lens: 0x0000002c +0x00001923-0x0000194e: +>>0 @F1058@ FAM +1 HUSB @I2009@ +1 CHIL @I2008@ +<< +[0047] FAM rkey: F1059 offs: 0x0000094f lens: 0x0000002c +0x0000194f-0x0000197a: +>>0 @F1059@ FAM +1 HUSB @I2010@ +1 CHIL @I2009@ +<< +[0048] FAM rkey: F1060 offs: 0x0000097b lens: 0x0000002c +0x0000197b-0x000019a6: +>>0 @F1060@ FAM +1 HUSB @I2011@ +1 CHIL @I2010@ +<< +[0049] FAM rkey: F1061 offs: 0x000009a7 lens: 0x0000002c +0x000019a7-0x000019d2: +>>0 @F1061@ FAM +1 HUSB @I2012@ +1 CHIL @I2011@ +<< +[0050] FAM rkey: F1062 offs: 0x000009d3 lens: 0x0000002c +0x000019d3-0x000019fe: +>>0 @F1062@ FAM +1 HUSB @I2013@ +1 CHIL @I2012@ +<< +[0051] FAM rkey: F1063 offs: 0x000009ff lens: 0x0000002c +0x000019ff-0x00001a2a: +>>0 @F1063@ FAM +1 HUSB @I2014@ +1 CHIL @I2013@ +<< +[0052] FAM rkey: F1064 offs: 0x00000a2b lens: 0x0000002c +0x00001a2b-0x00001a56: +>>0 @F1064@ FAM +1 HUSB @I2015@ +1 CHIL @I2014@ +<< +[0053] FAM rkey: F1065 offs: 0x00000a57 lens: 0x0000002c +0x00001a57-0x00001a82: +>>0 @F1065@ FAM +1 HUSB @I2016@ +1 CHIL @I2015@ +<< +[0054] FAM rkey: F1066 offs: 0x00000a83 lens: 0x0000002c +0x00001a83-0x00001aae: +>>0 @F1066@ FAM +1 HUSB @I2017@ +1 CHIL @I2016@ +<< +[0055] FAM rkey: F1067 offs: 0x00000aaf lens: 0x0000002c +0x00001aaf-0x00001ada: +>>0 @F1067@ FAM +1 HUSB @I2018@ +1 CHIL @I2017@ +<< +[0056] FAM rkey: F1068 offs: 0x00000adb lens: 0x0000003b +0x00001adb-0x00001b15: +>>0 @F1068@ FAM +1 WIFE @I2019@ +1 CHIL @I2020@ +1 CHIL @I2021@ +<< +[0057] FAM rkey: F1069 offs: 0x00000b16 lens: 0x0000002c +0x00001b16-0x00001b41: +>>0 @F1069@ FAM +1 HUSB @I2022@ +1 CHIL @I2024@ +<< +[0058] FAM rkey: F1070 offs: 0x00000b42 lens: 0x0000002c +0x00001b42-0x00001b6d: +>>0 @F1070@ FAM +1 HUSB @I2023@ +1 CHIL @I2028@ +<< +[0059] FAM rkey: F1071 offs: 0x00000b6e lens: 0x00000059 +0x00001b6e-0x00001bc6: +>>0 @F1071@ FAM +1 HUSB @I2024@ +1 CHIL @I2029@ +1 CHIL @I2030@ +1 CHIL @I2031@ +1 CHIL @I2032@ +<< +[0060] FAM rkey: F1072 offs: 0x00000bc7 lens: 0x0000002c +0x00001bc7-0x00001bf2: +>>0 @F1072@ FAM +1 HUSB @I2026@ +1 CHIL @I2025@ +<< +[0061] FAM rkey: F1073 offs: 0x00000bf3 lens: 0x0000002c +0x00001bf3-0x00001c1e: +>>0 @F1073@ FAM +1 HUSB @I2027@ +1 CHIL @I2026@ +<< +[0062] FAM rkey: F1074 offs: 0x00000c1f lens: 0x0000002c +0x00001c1f-0x00001c4a: +>>0 @F1074@ FAM +1 HUSB @I2028@ +1 CHIL @I2027@ +<< +[0063] FAM rkey: F1075 offs: 0x00000c4b lens: 0x0000002c +0x00001c4b-0x00001c76: +>>0 @F1075@ FAM +1 HUSB @I2029@ +1 CHIL @I2033@ +<< +[0064] FAM rkey: F1076 offs: 0x00000c77 lens: 0x00000034 +0x00001c77-0x00001caa: +>>0 @F1076@ FAM +1 HUSB @I2030@ +1 WIFE @I2034@ +1 DIV Y +<< +[0065] FAM rkey: F1077 offs: 0x00000cab lens: 0x0000002c +0x00001cab-0x00001cd6: +>>0 @F1077@ FAM +1 HUSB @I2030@ +1 WIFE @I2035@ +<< +[0066] FAM rkey: F1078 offs: 0x00000cd7 lens: 0x0000002c +0x00001cd7-0x00001d02: +>>0 @F1078@ FAM +1 HUSB @I2036@ +1 WIFE @I2032@ +<< +[0067] FAM rkey: F1079 offs: 0x00000d03 lens: 0x0000004a +0x00001d03-0x00001d4c: +>>0 @F1079@ FAM +1 HUSB @I2037@ +1 CHIL @I2038@ +1 CHIL @I2039@ +1 CHIL @I2040@ +<< +[0068] FAM rkey: F1080 offs: 0x00000d4d lens: 0x0000002c +0x00001d4d-0x00001d78: +>>0 @F1080@ FAM +1 HUSB @I2038@ +1 CHIL @I2041@ +<< +[0069] FAM rkey: F1081 offs: 0x00000d79 lens: 0x0000002c +0x00001d79-0x00001da4: +>>0 @F1081@ FAM +1 HUSB @I2039@ +1 CHIL @I2045@ +<< +[0070] FAM rkey: F1082 offs: 0x00000da5 lens: 0x0000002c +0x00001da5-0x00001dd0: +>>0 @F1082@ FAM +1 HUSB @I2040@ +1 CHIL @I2048@ +<< +[0071] FAM rkey: F1083 offs: 0x00000dd1 lens: 0x0000003b +0x00001dd1-0x00001e0b: +>>0 @F1083@ FAM +1 HUSB @I2041@ +1 CHIL @I2042@ +1 CHIL @I2043@ +<< +[0072] FAM rkey: F1084 offs: 0x00000e0c lens: 0x0000002c +0x00001e0c-0x00001e37: +>>0 @F1084@ FAM +1 HUSB @I2045@ +1 CHIL @I2044@ +<< +[0073] FAM rkey: F1085 offs: 0x00000e38 lens: 0x00000059 +0x00001e38-0x00001e90: +>>0 @F1085@ FAM +1 HUSB @I2047@ +1 CHIL @I2046@ +1 CHIL @I2050@ +1 CHIL @I2051@ +1 CHIL @I2052@ +<< +[0074] FAM rkey: F1086 offs: 0x00000e91 lens: 0x0000002c +0x00001e91-0x00001ebc: +>>0 @F1086@ FAM +1 HUSB @I2046@ +1 WIFE @I2049@ +<< +[0075] FAM rkey: F1087 offs: 0x00000ebd lens: 0x0000002c +0x00001ebd-0x00001ee8: +>>0 @F1087@ FAM +1 HUSB @I2048@ +1 CHIL @I2047@ +<< +[0076] FAM rkey: F1088 offs: 0x00000ee9 lens: 0x0000002c +0x00001ee9-0x00001f14: +>>0 @F1088@ FAM +1 HUSB @I2050@ +1 CHIL @I2056@ +<< +[0077] FAM rkey: F1089 offs: 0x00000f15 lens: 0x0000002c +0x00001f15-0x00001f40: +>>0 @F1089@ FAM +1 HUSB @I2053@ +1 WIFE @I2052@ +<< +[0078] FAM rkey: F1090 offs: 0x00000f41 lens: 0x0000002c +0x00001f41-0x00001f6c: +>>0 @F1090@ FAM +1 HUSB @I2055@ +1 CHIL @I2054@ +<< +[0079] FAM rkey: F1091 offs: 0x00000f6d lens: 0x0000002c +0x00001f6d-0x00001f98: +>>0 @F1091@ FAM +1 HUSB @I2056@ +1 CHIL @I2055@ +<< +[0080] FAM rkey: F1092 offs: 0x00000f99 lens: 0x0000002c +0x00001f99-0x00001fc4: +>>0 @F1092@ FAM +1 HUSB @I2066@ +1 WIFE @I2065@ +<< +[0081] FAM rkey: F1093 offs: 0x00000fc5 lens: 0x0000002c +0x00001fc5-0x00001ff0: +>>0 @F1093@ FAM +1 HUSB @I2067@ +1 CHIL @I2066@ +<< +[0082] FAM rkey: F1094 offs: 0x00000ff1 lens: 0x0000002c +0x00001ff1-0x0000201c: +>>0 @F1094@ FAM +1 HUSB @I2068@ +1 CHIL @I2067@ +<< +[0083] FAM rkey: F1095 offs: 0x0000101d lens: 0x00000081 +0x0000201d-0x0000209d: +>>0 @F1095@ FAM +1 HUSB @I2499@ +1 WIFE @I2500@ +1 MARR +2 DATE 8 APR 1350 +1 CHIL @I2075@ +1 CHIL @I2501@ +1 CHIL @I2502@ +1 CHIL @I2503@ +<< +[0084] FAM rkey: F1096 offs: 0x0000109e lens: 0x0000002c +0x0000209e-0x000020c9: +>>0 @F1096@ FAM +1 HUSB @I2078@ +1 CHIL @I2077@ +<< +[0085] FAM rkey: F1097 offs: 0x000010ca lens: 0x0000002c +0x000020ca-0x000020f5: +>>0 @F1097@ FAM +1 HUSB @I2080@ +1 WIFE @I2079@ +<< +[0086] FAM rkey: F1098 offs: 0x000010f6 lens: 0x0000002c +0x000020f6-0x00002121: +>>0 @F1098@ FAM +1 HUSB @I2082@ +1 CHIL @I2081@ +<< +[0087] FAM rkey: F1099 offs: 0x00001122 lens: 0x0000002c +0x00002122-0x0000214d: +>>0 @F1099@ FAM +1 HUSB @I2091@ +1 WIFE @I2086@ +<< +[0088] FAM rkey: F1100 offs: 0x0000114e lens: 0x0000002c +0x0000214e-0x00002179: +>>0 @F1100@ FAM +1 HUSB @I2092@ +1 WIFE @I2086@ +<< +[0089] FAM rkey: F1101 offs: 0x0000117a lens: 0x0000002c +0x0000217a-0x000021a5: +>>0 @F1101@ FAM +1 HUSB @I2093@ +1 WIFE @I2087@ +<< +[0090] FAM rkey: F1102 offs: 0x000011a6 lens: 0x0000002c +0x000021a6-0x000021d1: +>>0 @F1102@ FAM +1 HUSB @I2094@ +1 WIFE @I2087@ +<< +[0091] FAM rkey: F1103 offs: 0x000011d2 lens: 0x0000002c +0x000021d2-0x000021fd: +>>0 @F1103@ FAM +1 HUSB @I2095@ +1 WIFE @I2088@ +<< +[0092] FAM rkey: F1104 offs: 0x000011fe lens: 0x0000002c +0x000021fe-0x00002229: +>>0 @F1104@ FAM +1 HUSB @I2096@ +1 WIFE @I2089@ +<< +[0093] FAM rkey: F1105 offs: 0x0000122a lens: 0x0000002c +0x0000222a-0x00002255: +>>0 @F1105@ FAM +1 HUSB @I2097@ +1 WIFE @I2089@ +<< +[0094] FAM rkey: F1106 offs: 0x00001256 lens: 0x0000002c +0x00002256-0x00002281: +>>0 @F1106@ FAM +1 HUSB @I2098@ +1 WIFE @I2090@ +<< +[0095] FAM rkey: F1107 offs: 0x00001282 lens: 0x0000002c +0x00002282-0x000022ad: +>>0 @F1107@ FAM +1 HUSB @I2103@ +1 CHIL @I2102@ +<< +[0096] FAM rkey: F1108 offs: 0x000012ae lens: 0x0000002c +0x000022ae-0x000022d9: +>>0 @F1108@ FAM +1 HUSB @I2104@ +1 WIFE @I2336@ +<< +[0097] FAM rkey: F1109 offs: 0x000012da lens: 0x00000034 +0x000022da-0x0000230d: +>>0 @F1109@ FAM +1 HUSB @I2332@ +1 WIFE @I2106@ +1 DIV Y +<< +[0098] FAM rkey: F1110 offs: 0x0000130e lens: 0x0000004a +0x0000230e-0x00002357: +>>0 @F1110@ FAM +1 HUSB @I2108@ +1 WIFE @I2106@ +1 CHIL @I2109@ +1 CHIL @I2110@ +<< +[0099] FAM rkey: F1111 offs: 0x00001358 lens: 0x0000002c +0x00002358-0x00002383: +>>0 @F1111@ FAM +1 HUSB @I2333@ +1 WIFE @I2107@ +<< +[0100] FAM rkey: F1112 offs: 0x00001384 lens: 0x00000059 +0x00002384-0x000023dc: +>>0 @F1112@ FAM +1 HUSB @I2392@ +1 WIFE @I2393@ +1 CHIL @I2327@ +1 CHIL @I2108@ +1 CHIL @I2319@ +<< +[0101] FAM rkey: F1113 offs: 0x000013dd lens: 0x0000002c +0x000023dd-0x00002408: +>>0 @F1113@ FAM +1 HUSB @I2108@ +1 WIFE @I2389@ +<< +[0102] FAM rkey: F1114 offs: 0x00001409 lens: 0x0000002c +0x00002409-0x00002434: +>>0 @F1114@ FAM +1 HUSB @I2108@ +1 WIFE @I2390@ +<< +[0103] FAM rkey: F1115 offs: 0x00001435 lens: 0x0000002c +0x00002435-0x00002460: +>>0 @F1115@ FAM +1 HUSB @I2110@ +1 WIFE @I2111@ +<< +[0104] FAM rkey: F1116 offs: 0x00001461 lens: 0x0000002c +0x00002461-0x0000248c: +>>0 @F1116@ FAM +1 HUSB @I2113@ +1 CHIL @I2112@ +<< +[0105] FAM rkey: F1117 offs: 0x0000148d lens: 0x0000002c +0x0000248d-0x000024b8: +>>0 @F1117@ FAM +1 HUSB @I2122@ +1 WIFE @I2118@ +<< +[0106] FAM rkey: F1118 offs: 0x000014b9 lens: 0x0000002c +0x000024b9-0x000024e4: +>>0 @F1118@ FAM +1 HUSB @I2129@ +1 WIFE @I2128@ +<< +[0107] FAM rkey: F1119 offs: 0x000014e5 lens: 0x0000005d +0x000024e5-0x00002541: +>>0 @F1119@ FAM +1 HUSB @I2131@ +1 WIFE @I2416@ +1 MARR +2 DATE 1649 +1 CHIL @I2130@ +1 CHIL @I2421@ +<< +[0108] FAM rkey: F1120 offs: 0x00001542 lens: 0x0000002c +0x00002542-0x0000256d: +>>0 @F1120@ FAM +1 HUSB @I2138@ +1 CHIL @I2137@ +<< +[0109] FAM rkey: F1121 offs: 0x0000156e lens: 0x0000003b +0x0000256e-0x000025a8: +>>0 @F1121@ FAM +1 HUSB @I2168@ +1 WIFE @I2167@ +1 CHIL @I2169@ +<< +[0110] FAM rkey: F1122 offs: 0x000015a9 lens: 0x0000002c +0x000025a9-0x000025d4: +>>0 @F1122@ FAM +1 HUSB @I2169@ +1 CHIL @I2170@ +<< +[0111] FAM rkey: F1123 offs: 0x000015d5 lens: 0x0000002c +0x000025d5-0x00002600: +>>0 @F1123@ FAM +1 HUSB @I2170@ +1 CHIL @I2171@ +<< +[0112] FAM rkey: F1124 offs: 0x00001601 lens: 0x0000002c +0x00002601-0x0000262c: +>>0 @F1124@ FAM +1 HUSB @I2171@ +1 CHIL @I2172@ +<< +[0113] FAM rkey: F1125 offs: 0x0000162d lens: 0x0000003b +0x0000262d-0x00002667: +>>0 @F1125@ FAM +1 HUSB @I2173@ +1 WIFE @I2172@ +1 CHIL @I2174@ +<< +[0114] FAM rkey: F1126 offs: 0x00001668 lens: 0x0000002c +0x00002668-0x00002693: +>>0 @F1126@ FAM +1 HUSB @I2175@ +1 CHIL @I2173@ +<< +[0115] FAM rkey: F1127 offs: 0x00001694 lens: 0x0000002c +0x00002694-0x000026bf: +>>0 @F1127@ FAM +1 HUSB @I2176@ +1 CHIL @I2175@ +<< +[0116] FAM rkey: F1128 offs: 0x000016c0 lens: 0x0000002c +0x000026c0-0x000026eb: +>>0 @F1128@ FAM +1 HUSB @I2177@ +1 CHIL @I2176@ +<< +[0117] FAM rkey: F1129 offs: 0x000016ec lens: 0x0000003b +0x000026ec-0x00002726: +>>0 @F1129@ FAM +1 HUSB @I2178@ +1 WIFE @I2179@ +1 CHIL @I2177@ +<< +[0118] FAM rkey: F1130 offs: 0x00001727 lens: 0x0000002c +0x00002727-0x00002752: +>>0 @F1130@ FAM +1 HUSB @I2180@ +1 CHIL @I2179@ +<< +[0119] FAM rkey: F1131 offs: 0x00001753 lens: 0x0000002c +0x00002753-0x0000277e: +>>0 @F1131@ FAM +1 HUSB @I2181@ +1 CHIL @I2180@ +<< +[0120] FAM rkey: F1132 offs: 0x0000177f lens: 0x0000002c +0x0000277f-0x000027aa: +>>0 @F1132@ FAM +1 HUSB @I2182@ +1 CHIL @I2181@ +<< +[0121] FAM rkey: F1133 offs: 0x000017ab lens: 0x0000002c +0x000027ab-0x000027d6: +>>0 @F1133@ FAM +1 HUSB @I2183@ +1 CHIL @I2182@ +<< +[0122] FAM rkey: F1134 offs: 0x000017d7 lens: 0x0000002c +0x000027d7-0x00002802: +>>0 @F1134@ FAM +1 HUSB @I2184@ +1 CHIL @I2183@ +<< +[0123] FAM rkey: F1135 offs: 0x00001803 lens: 0x0000002c +0x00002803-0x0000282e: +>>0 @F1135@ FAM +1 HUSB @I2185@ +1 CHIL @I2184@ +<< +[0124] FAM rkey: F1136 offs: 0x0000182f lens: 0x0000003b +0x0000282f-0x00002869: +>>0 @F1136@ FAM +1 HUSB @I2187@ +1 WIFE @I2188@ +1 CHIL @I2186@ +<< +[0125] FAM rkey: F1137 offs: 0x0000186a lens: 0x0000003b +0x0000286a-0x000028a4: +>>0 @F1137@ FAM +1 HUSB @I2189@ +1 WIFE @I2190@ +1 CHIL @I2188@ +<< +[0126] FAM rkey: F1138 offs: 0x000018a5 lens: 0x0000002c +0x000028a5-0x000028d0: +>>0 @F1138@ FAM +1 HUSB @I2191@ +1 CHIL @I2190@ +<< +[0127] FAM rkey: F1139 offs: 0x000018d1 lens: 0x0000002c +0x000028d1-0x000028fc: +>>0 @F1139@ FAM +1 HUSB @I2192@ +1 CHIL @I2191@ +<< + +0x000028fd: EOF (0x000028fd) GOOD + +BLOCK - DIRECTORY ae/af +0x00000000:ix_self: 0x00040005 (ae/af) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 129 +0x0000000e:ix_rkey[0000]: ' F1140' +0x00000016:ix_rkey[0001]: ' F1141' +0x0000001e:ix_rkey[0002]: ' F1142' +0x00000026:ix_rkey[0003]: ' F1143' +0x0000002e:ix_rkey[0004]: ' F1144' +0x00000036:ix_rkey[0005]: ' F1145' +0x0000003e:ix_rkey[0006]: ' F1146' +0x00000046:ix_rkey[0007]: ' F1147' +0x0000004e:ix_rkey[0008]: ' F1148' +0x00000056:ix_rkey[0009]: ' F1149' +0x0000005e:ix_rkey[0010]: ' F1150' +0x00000066:ix_rkey[0011]: ' F1151' +0x0000006e:ix_rkey[0012]: ' F1152' +0x00000076:ix_rkey[0013]: ' F1153' +0x0000007e:ix_rkey[0014]: ' F1154' +0x00000086:ix_rkey[0015]: ' F1155' +0x0000008e:ix_rkey[0016]: ' F1156' +0x00000096:ix_rkey[0017]: ' F1157' +0x0000009e:ix_rkey[0018]: ' F1158' +0x000000a6:ix_rkey[0019]: ' F1159' +0x000000ae:ix_rkey[0020]: ' F1160' +0x000000b6:ix_rkey[0021]: ' F1161' +0x000000be:ix_rkey[0022]: ' F1162' +0x000000c6:ix_rkey[0023]: ' F1163' +0x000000ce:ix_rkey[0024]: ' F1164' +0x000000d6:ix_rkey[0025]: ' F1165' +0x000000de:ix_rkey[0026]: ' F1166' +0x000000e6:ix_rkey[0027]: ' F1167' +0x000000ee:ix_rkey[0028]: ' F1168' +0x000000f6:ix_rkey[0029]: ' F1169' +0x000000fe:ix_rkey[0030]: ' F1170' +0x00000106:ix_rkey[0031]: ' F1171' +0x0000010e:ix_rkey[0032]: ' F1172' +0x00000116:ix_rkey[0033]: ' F1173' +0x0000011e:ix_rkey[0034]: ' F1174' +0x00000126:ix_rkey[0035]: ' F1175' +0x0000012e:ix_rkey[0036]: ' F1176' +0x00000136:ix_rkey[0037]: ' F1177' +0x0000013e:ix_rkey[0038]: ' F1178' +0x00000146:ix_rkey[0039]: ' F1179' +0x0000014e:ix_rkey[0040]: ' F1180' +0x00000156:ix_rkey[0041]: ' F1181' +0x0000015e:ix_rkey[0042]: ' F1182' +0x00000166:ix_rkey[0043]: ' F1183' +0x0000016e:ix_rkey[0044]: ' F1184' +0x00000176:ix_rkey[0045]: ' F1185' +0x0000017e:ix_rkey[0046]: ' F1186' +0x00000186:ix_rkey[0047]: ' F1187' +0x0000018e:ix_rkey[0048]: ' F1188' +0x00000196:ix_rkey[0049]: ' F1189' +0x0000019e:ix_rkey[0050]: ' F1190' +0x000001a6:ix_rkey[0051]: ' F1191' +0x000001ae:ix_rkey[0052]: ' F1192' +0x000001b6:ix_rkey[0053]: ' F1193' +0x000001be:ix_rkey[0054]: ' F1194' +0x000001c6:ix_rkey[0055]: ' F1195' +0x000001ce:ix_rkey[0056]: ' F1196' +0x000001d6:ix_rkey[0057]: ' F1197' +0x000001de:ix_rkey[0058]: ' F1198' +0x000001e6:ix_rkey[0059]: ' F1199' +0x000001ee:ix_rkey[0060]: ' F1200' +0x000001f6:ix_rkey[0061]: ' F1201' +0x000001fe:ix_rkey[0062]: ' F1202' +0x00000206:ix_rkey[0063]: ' F1203' +0x0000020e:ix_rkey[0064]: ' F1204' +0x00000216:ix_rkey[0065]: ' F1205' +0x0000021e:ix_rkey[0066]: ' F1206' +0x00000226:ix_rkey[0067]: ' F1207' +0x0000022e:ix_rkey[0068]: ' F1208' +0x00000236:ix_rkey[0069]: ' F1209' +0x0000023e:ix_rkey[0070]: ' F1210' +0x00000246:ix_rkey[0071]: ' F1211' +0x0000024e:ix_rkey[0072]: ' F1212' +0x00000256:ix_rkey[0073]: ' F1213' +0x0000025e:ix_rkey[0074]: ' F1214' +0x00000266:ix_rkey[0075]: ' F1215' +0x0000026e:ix_rkey[0076]: ' F1216' +0x00000276:ix_rkey[0077]: ' F1217' +0x0000027e:ix_rkey[0078]: ' F1218' +0x00000286:ix_rkey[0079]: ' F1219' +0x0000028e:ix_rkey[0080]: ' F1220' +0x00000296:ix_rkey[0081]: ' F1221' +0x0000029e:ix_rkey[0082]: ' F1222' +0x000002a6:ix_rkey[0083]: ' F1223' +0x000002ae:ix_rkey[0084]: ' F1224' +0x000002b6:ix_rkey[0085]: ' F1225' +0x000002be:ix_rkey[0086]: ' F1226' +0x000002c6:ix_rkey[0087]: ' F1227' +0x000002ce:ix_rkey[0088]: ' F1228' +0x000002d6:ix_rkey[0089]: ' F1229' +0x000002de:ix_rkey[0090]: ' F1230' +0x000002e6:ix_rkey[0091]: ' F1231' +0x000002ee:ix_rkey[0092]: ' F1232' +0x000002f6:ix_rkey[0093]: ' F1233' +0x000002fe:ix_rkey[0094]: ' F1234' +0x00000306:ix_rkey[0095]: ' F1235' +0x0000030e:ix_rkey[0096]: ' F1236' +0x00000316:ix_rkey[0097]: ' F1237' +0x0000031e:ix_rkey[0098]: ' F1238' +0x00000326:ix_rkey[0099]: ' F1239' +0x0000032e:ix_rkey[0100]: ' F1240' +0x00000336:ix_rkey[0101]: ' F1241' +0x0000033e:ix_rkey[0102]: ' F1242' +0x00000346:ix_rkey[0103]: ' F1243' +0x0000034e:ix_rkey[0104]: ' F1244' +0x00000356:ix_rkey[0105]: ' F1245' +0x0000035e:ix_rkey[0106]: ' F1246' +0x00000366:ix_rkey[0107]: ' F1247' +0x0000036e:ix_rkey[0108]: ' F1248' +0x00000376:ix_rkey[0109]: ' F1249' +0x0000037e:ix_rkey[0110]: ' F1250' +0x00000386:ix_rkey[0111]: ' F1251' +0x0000038e:ix_rkey[0112]: ' F1252' +0x00000396:ix_rkey[0113]: ' F1253' +0x0000039e:ix_rkey[0114]: ' F1254' +0x000003a6:ix_rkey[0115]: ' F1255' +0x000003ae:ix_rkey[0116]: ' F1256' +0x000003b6:ix_rkey[0117]: ' F1257' +0x000003be:ix_rkey[0118]: ' F1258' +0x000003c6:ix_rkey[0119]: ' F1259' +0x000003ce:ix_rkey[0120]: ' F1260' +0x000003d6:ix_rkey[0121]: ' F1261' +0x000003de:ix_rkey[0122]: ' F1262' +0x000003e6:ix_rkey[0123]: ' F1263' +0x000003ee:ix_rkey[0124]: ' F1264' +0x000003f6:ix_rkey[0125]: ' F1265' +0x000003fe:ix_rkey[0126]: ' F1266' +0x00000406:ix_rkey[0127]: ' F1267' +0x0000040e:ix_rkey[0128]: ' F1268' + +deleted/unused entries +0x00000416-0x00000805:ix_rkey[0129-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000002c +0x0000080c:ix_offs[0001]: 0x0000002c 0x00000c08:ix_lens[0001]: 0x0000002c +0x00000810:ix_offs[0002]: 0x00000058 0x00000c0c:ix_lens[0002]: 0x0000002c +0x00000814:ix_offs[0003]: 0x00000084 0x00000c10:ix_lens[0003]: 0x0000002c +0x00000818:ix_offs[0004]: 0x000000b0 0x00000c14:ix_lens[0004]: 0x0000002c +0x0000081c:ix_offs[0005]: 0x000000dc 0x00000c18:ix_lens[0005]: 0x0000002c +0x00000820:ix_offs[0006]: 0x00000108 0x00000c1c:ix_lens[0006]: 0x0000002c +0x00000824:ix_offs[0007]: 0x00000134 0x00000c20:ix_lens[0007]: 0x0000002c +0x00000828:ix_offs[0008]: 0x00000160 0x00000c24:ix_lens[0008]: 0x0000002c +0x0000082c:ix_offs[0009]: 0x0000018c 0x00000c28:ix_lens[0009]: 0x0000002c +0x00000830:ix_offs[0010]: 0x000001b8 0x00000c2c:ix_lens[0010]: 0x0000002c +0x00000834:ix_offs[0011]: 0x000001e4 0x00000c30:ix_lens[0011]: 0x0000002c +0x00000838:ix_offs[0012]: 0x00000210 0x00000c34:ix_lens[0012]: 0x0000002c +0x0000083c:ix_offs[0013]: 0x0000023c 0x00000c38:ix_lens[0013]: 0x0000003b +0x00000840:ix_offs[0014]: 0x00000277 0x00000c3c:ix_lens[0014]: 0x0000002c +0x00000844:ix_offs[0015]: 0x000002a3 0x00000c40:ix_lens[0015]: 0x0000003b +0x00000848:ix_offs[0016]: 0x000002de 0x00000c44:ix_lens[0016]: 0x0000002c +0x0000084c:ix_offs[0017]: 0x0000030a 0x00000c48:ix_lens[0017]: 0x0000002c +0x00000850:ix_offs[0018]: 0x00000336 0x00000c4c:ix_lens[0018]: 0x0000002c +0x00000854:ix_offs[0019]: 0x00000362 0x00000c50:ix_lens[0019]: 0x0000003b +0x00000858:ix_offs[0020]: 0x0000039d 0x00000c54:ix_lens[0020]: 0x0000003b +0x0000085c:ix_offs[0021]: 0x000003d8 0x00000c58:ix_lens[0021]: 0x0000002c +0x00000860:ix_offs[0022]: 0x00000404 0x00000c5c:ix_lens[0022]: 0x0000003b +0x00000864:ix_offs[0023]: 0x0000043f 0x00000c60:ix_lens[0023]: 0x0000003b +0x00000868:ix_offs[0024]: 0x0000047a 0x00000c64:ix_lens[0024]: 0x0000002c +0x0000086c:ix_offs[0025]: 0x000004a6 0x00000c68:ix_lens[0025]: 0x0000002c +0x00000870:ix_offs[0026]: 0x000004d2 0x00000c6c:ix_lens[0026]: 0x0000002c +0x00000874:ix_offs[0027]: 0x000004fe 0x00000c70:ix_lens[0027]: 0x0000003b +0x00000878:ix_offs[0028]: 0x00000539 0x00000c74:ix_lens[0028]: 0x0000002c +0x0000087c:ix_offs[0029]: 0x00000565 0x00000c78:ix_lens[0029]: 0x0000003b +0x00000880:ix_offs[0030]: 0x000005a0 0x00000c7c:ix_lens[0030]: 0x0000002c +0x00000884:ix_offs[0031]: 0x000005cc 0x00000c80:ix_lens[0031]: 0x0000003b +0x00000888:ix_offs[0032]: 0x00000607 0x00000c84:ix_lens[0032]: 0x0000002c +0x0000088c:ix_offs[0033]: 0x00000633 0x00000c88:ix_lens[0033]: 0x0000002c +0x00000890:ix_offs[0034]: 0x0000065f 0x00000c8c:ix_lens[0034]: 0x0000002c +0x00000894:ix_offs[0035]: 0x0000068b 0x00000c90:ix_lens[0035]: 0x0000003b +0x00000898:ix_offs[0036]: 0x000006c6 0x00000c94:ix_lens[0036]: 0x0000002c +0x0000089c:ix_offs[0037]: 0x000006f2 0x00000c98:ix_lens[0037]: 0x0000002c +0x000008a0:ix_offs[0038]: 0x0000071e 0x00000c9c:ix_lens[0038]: 0x0000004a +0x000008a4:ix_offs[0039]: 0x00000768 0x00000ca0:ix_lens[0039]: 0x0000002c +0x000008a8:ix_offs[0040]: 0x00000794 0x00000ca4:ix_lens[0040]: 0x0000002c +0x000008ac:ix_offs[0041]: 0x000007c0 0x00000ca8:ix_lens[0041]: 0x0000002c +0x000008b0:ix_offs[0042]: 0x000007ec 0x00000cac:ix_lens[0042]: 0x0000002c +0x000008b4:ix_offs[0043]: 0x00000818 0x00000cb0:ix_lens[0043]: 0x0000002c +0x000008b8:ix_offs[0044]: 0x00000844 0x00000cb4:ix_lens[0044]: 0x0000002c +0x000008bc:ix_offs[0045]: 0x00000870 0x00000cb8:ix_lens[0045]: 0x0000003b +0x000008c0:ix_offs[0046]: 0x000008ab 0x00000cbc:ix_lens[0046]: 0x0000003b +0x000008c4:ix_offs[0047]: 0x000008e6 0x00000cc0:ix_lens[0047]: 0x0000002c +0x000008c8:ix_offs[0048]: 0x00000912 0x00000cc4:ix_lens[0048]: 0x0000002c +0x000008cc:ix_offs[0049]: 0x0000093e 0x00000cc8:ix_lens[0049]: 0x0000002c +0x000008d0:ix_offs[0050]: 0x0000096a 0x00000ccc:ix_lens[0050]: 0x0000002c +0x000008d4:ix_offs[0051]: 0x00000996 0x00000cd0:ix_lens[0051]: 0x0000002c +0x000008d8:ix_offs[0052]: 0x000009c2 0x00000cd4:ix_lens[0052]: 0x0000002c +0x000008dc:ix_offs[0053]: 0x000009ee 0x00000cd8:ix_lens[0053]: 0x0000002c +0x000008e0:ix_offs[0054]: 0x00000a1a 0x00000cdc:ix_lens[0054]: 0x0000002c +0x000008e4:ix_offs[0055]: 0x00000a46 0x00000ce0:ix_lens[0055]: 0x0000002c +0x000008e8:ix_offs[0056]: 0x00000a72 0x00000ce4:ix_lens[0056]: 0x0000003b +0x000008ec:ix_offs[0057]: 0x00000aad 0x00000ce8:ix_lens[0057]: 0x0000003b +0x000008f0:ix_offs[0058]: 0x00000ae8 0x00000cec:ix_lens[0058]: 0x0000003b +0x000008f4:ix_offs[0059]: 0x00000b23 0x00000cf0:ix_lens[0059]: 0x0000002c +0x000008f8:ix_offs[0060]: 0x00000b4f 0x00000cf4:ix_lens[0060]: 0x0000003b +0x000008fc:ix_offs[0061]: 0x00000b8a 0x00000cf8:ix_lens[0061]: 0x0000002c +0x00000900:ix_offs[0062]: 0x00000bb6 0x00000cfc:ix_lens[0062]: 0x0000002c +0x00000904:ix_offs[0063]: 0x00000be2 0x00000d00:ix_lens[0063]: 0x0000002c +0x00000908:ix_offs[0064]: 0x00000c0e 0x00000d04:ix_lens[0064]: 0x0000002c +0x0000090c:ix_offs[0065]: 0x00000c3a 0x00000d08:ix_lens[0065]: 0x0000002c +0x00000910:ix_offs[0066]: 0x00000c66 0x00000d0c:ix_lens[0066]: 0x0000002c +0x00000914:ix_offs[0067]: 0x00000c92 0x00000d10:ix_lens[0067]: 0x0000002c +0x00000918:ix_offs[0068]: 0x00000cbe 0x00000d14:ix_lens[0068]: 0x0000002c +0x0000091c:ix_offs[0069]: 0x00000cea 0x00000d18:ix_lens[0069]: 0x0000002c +0x00000920:ix_offs[0070]: 0x00000d16 0x00000d1c:ix_lens[0070]: 0x0000002c +0x00000924:ix_offs[0071]: 0x00000d42 0x00000d20:ix_lens[0071]: 0x00000077 +0x00000928:ix_offs[0072]: 0x00000db9 0x00000d24:ix_lens[0072]: 0x0000002c +0x0000092c:ix_offs[0073]: 0x00000de5 0x00000d28:ix_lens[0073]: 0x0000002c +0x00000930:ix_offs[0074]: 0x00000e11 0x00000d2c:ix_lens[0074]: 0x0000002c +0x00000934:ix_offs[0075]: 0x00000e3d 0x00000d30:ix_lens[0075]: 0x0000004a +0x00000938:ix_offs[0076]: 0x00000e87 0x00000d34:ix_lens[0076]: 0x00000059 +0x0000093c:ix_offs[0077]: 0x00000ee0 0x00000d38:ix_lens[0077]: 0x0000002c +0x00000940:ix_offs[0078]: 0x00000f0c 0x00000d3c:ix_lens[0078]: 0x00000059 +0x00000944:ix_offs[0079]: 0x00000f65 0x00000d40:ix_lens[0079]: 0x0000002c +0x00000948:ix_offs[0080]: 0x00000f91 0x00000d44:ix_lens[0080]: 0x0000002c +0x0000094c:ix_offs[0081]: 0x00000fbd 0x00000d48:ix_lens[0081]: 0x0000002c +0x00000950:ix_offs[0082]: 0x00000fe9 0x00000d4c:ix_lens[0082]: 0x0000002c +0x00000954:ix_offs[0083]: 0x00001015 0x00000d50:ix_lens[0083]: 0x00000077 +0x00000958:ix_offs[0084]: 0x0000108c 0x00000d54:ix_lens[0084]: 0x0000002c +0x0000095c:ix_offs[0085]: 0x000010b8 0x00000d58:ix_lens[0085]: 0x0000002c +0x00000960:ix_offs[0086]: 0x000010e4 0x00000d5c:ix_lens[0086]: 0x0000003b +0x00000964:ix_offs[0087]: 0x0000111f 0x00000d60:ix_lens[0087]: 0x0000004a +0x00000968:ix_offs[0088]: 0x00001169 0x00000d64:ix_lens[0088]: 0x0000003b +0x0000096c:ix_offs[0089]: 0x000011a4 0x00000d68:ix_lens[0089]: 0x0000002c +0x00000970:ix_offs[0090]: 0x000011d0 0x00000d6c:ix_lens[0090]: 0x0000002c +0x00000974:ix_offs[0091]: 0x000011fc 0x00000d70:ix_lens[0091]: 0x00000077 +0x00000978:ix_offs[0092]: 0x00001273 0x00000d74:ix_lens[0092]: 0x0000002c +0x0000097c:ix_offs[0093]: 0x0000129f 0x00000d78:ix_lens[0093]: 0x0000002c +0x00000980:ix_offs[0094]: 0x000012cb 0x00000d7c:ix_lens[0094]: 0x0000002c +0x00000984:ix_offs[0095]: 0x000012f7 0x00000d80:ix_lens[0095]: 0x0000002c +0x00000988:ix_offs[0096]: 0x00001323 0x00000d84:ix_lens[0096]: 0x00000034 +0x0000098c:ix_offs[0097]: 0x00001357 0x00000d88:ix_lens[0097]: 0x0000002c +0x00000990:ix_offs[0098]: 0x00001383 0x00000d8c:ix_lens[0098]: 0x0000002c +0x00000994:ix_offs[0099]: 0x000013af 0x00000d90:ix_lens[0099]: 0x0000002c +0x00000998:ix_offs[0100]: 0x000013db 0x00000d94:ix_lens[0100]: 0x0000002c +0x0000099c:ix_offs[0101]: 0x00001407 0x00000d98:ix_lens[0101]: 0x00000034 +0x000009a0:ix_offs[0102]: 0x0000143b 0x00000d9c:ix_lens[0102]: 0x0000002c +0x000009a4:ix_offs[0103]: 0x00001467 0x00000da0:ix_lens[0103]: 0x0000002c +0x000009a8:ix_offs[0104]: 0x00001493 0x00000da4:ix_lens[0104]: 0x0000002c +0x000009ac:ix_offs[0105]: 0x000014bf 0x00000da8:ix_lens[0105]: 0x0000002c +0x000009b0:ix_offs[0106]: 0x000014eb 0x00000dac:ix_lens[0106]: 0x0000002c +0x000009b4:ix_offs[0107]: 0x00001517 0x00000db0:ix_lens[0107]: 0x0000002c +0x000009b8:ix_offs[0108]: 0x00001543 0x00000db4:ix_lens[0108]: 0x0000002c +0x000009bc:ix_offs[0109]: 0x0000156f 0x00000db8:ix_lens[0109]: 0x0000002c +0x000009c0:ix_offs[0110]: 0x0000159b 0x00000dbc:ix_lens[0110]: 0x0000004a +0x000009c4:ix_offs[0111]: 0x000015e5 0x00000dc0:ix_lens[0111]: 0x0000002c +0x000009c8:ix_offs[0112]: 0x00001611 0x00000dc4:ix_lens[0112]: 0x0000003b +0x000009cc:ix_offs[0113]: 0x0000164c 0x00000dc8:ix_lens[0113]: 0x0000004a +0x000009d0:ix_offs[0114]: 0x00001696 0x00000dcc:ix_lens[0114]: 0x0000006c +0x000009d4:ix_offs[0115]: 0x00001702 0x00000dd0:ix_lens[0115]: 0x0000003f +0x000009d8:ix_offs[0116]: 0x00001741 0x00000dd4:ix_lens[0116]: 0x0000004e +0x000009dc:ix_offs[0117]: 0x0000178f 0x00000dd8:ix_lens[0117]: 0x0000003b +0x000009e0:ix_offs[0118]: 0x000017ca 0x00000ddc:ix_lens[0118]: 0x0000002c +0x000009e4:ix_offs[0119]: 0x000017f6 0x00000de0:ix_lens[0119]: 0x0000004e +0x000009e8:ix_offs[0120]: 0x00001844 0x00000de4:ix_lens[0120]: 0x0000004e +0x000009ec:ix_offs[0121]: 0x00001892 0x00000de8:ix_lens[0121]: 0x0000003f +0x000009f0:ix_offs[0122]: 0x000018d1 0x00000dec:ix_lens[0122]: 0x0000001d +0x000009f4:ix_offs[0123]: 0x000018ee 0x00000df0:ix_lens[0123]: 0x0000002c +0x000009f8:ix_offs[0124]: 0x0000191a 0x00000df4:ix_lens[0124]: 0x00000047 +0x000009fc:ix_offs[0125]: 0x00001961 0x00000df8:ix_lens[0125]: 0x00000056 +0x00000a00:ix_offs[0126]: 0x000019b7 0x00000dfc:ix_lens[0126]: 0x00000056 +0x00000a04:ix_offs[0127]: 0x00001a0d 0x00000e00:ix_lens[0127]: 0x0000004e +0x00000a08:ix_offs[0128]: 0x00001a5b 0x00000e04:ix_lens[0128]: 0x0000003f + +0x00000a0c-0x00000c03:ix_offs[0129-0254] default value 0x00000000 +0x00000e08-0x00000fff:ix_lens[0129-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F1140 offs: 0x00000000 lens: 0x0000002c +0x00001000-0x0000102b: +>>0 @F1140@ FAM +1 HUSB @I2193@ +1 CHIL @I2192@ +<< +[0001] FAM rkey: F1141 offs: 0x0000002c lens: 0x0000002c +0x0000102c-0x00001057: +>>0 @F1141@ FAM +1 HUSB @I2194@ +1 CHIL @I2193@ +<< +[0002] FAM rkey: F1142 offs: 0x00000058 lens: 0x0000002c +0x00001058-0x00001083: +>>0 @F1142@ FAM +1 HUSB @I2195@ +1 CHIL @I2194@ +<< +[0003] FAM rkey: F1143 offs: 0x00000084 lens: 0x0000002c +0x00001084-0x000010af: +>>0 @F1143@ FAM +1 HUSB @I2196@ +1 CHIL @I2195@ +<< +[0004] FAM rkey: F1144 offs: 0x000000b0 lens: 0x0000002c +0x000010b0-0x000010db: +>>0 @F1144@ FAM +1 HUSB @I2197@ +1 CHIL @I2196@ +<< +[0005] FAM rkey: F1145 offs: 0x000000dc lens: 0x0000002c +0x000010dc-0x00001107: +>>0 @F1145@ FAM +1 HUSB @I2198@ +1 CHIL @I2197@ +<< +[0006] FAM rkey: F1146 offs: 0x00000108 lens: 0x0000002c +0x00001108-0x00001133: +>>0 @F1146@ FAM +1 HUSB @I2199@ +1 CHIL @I2198@ +<< +[0007] FAM rkey: F1147 offs: 0x00000134 lens: 0x0000002c +0x00001134-0x0000115f: +>>0 @F1147@ FAM +1 HUSB @I2200@ +1 CHIL @I2199@ +<< +[0008] FAM rkey: F1148 offs: 0x00000160 lens: 0x0000002c +0x00001160-0x0000118b: +>>0 @F1148@ FAM +1 HUSB @I2201@ +1 CHIL @I2200@ +<< +[0009] FAM rkey: F1149 offs: 0x0000018c lens: 0x0000002c +0x0000118c-0x000011b7: +>>0 @F1149@ FAM +1 HUSB @I2202@ +1 CHIL @I2201@ +<< +[0010] FAM rkey: F1150 offs: 0x000001b8 lens: 0x0000002c +0x000011b8-0x000011e3: +>>0 @F1150@ FAM +1 HUSB @I2203@ +1 CHIL @I2202@ +<< +[0011] FAM rkey: F1151 offs: 0x000001e4 lens: 0x0000002c +0x000011e4-0x0000120f: +>>0 @F1151@ FAM +1 HUSB @I2204@ +1 CHIL @I2203@ +<< +[0012] FAM rkey: F1152 offs: 0x00000210 lens: 0x0000002c +0x00001210-0x0000123b: +>>0 @F1152@ FAM +1 HUSB @I2205@ +1 CHIL @I2204@ +<< +[0013] FAM rkey: F1153 offs: 0x0000023c lens: 0x0000003b +0x0000123c-0x00001276: +>>0 @F1153@ FAM +1 HUSB @I2206@ +1 WIFE @I2207@ +1 CHIL @I2205@ +<< +[0014] FAM rkey: F1154 offs: 0x00000277 lens: 0x0000002c +0x00001277-0x000012a2: +>>0 @F1154@ FAM +1 HUSB @I2208@ +1 CHIL @I2206@ +<< +[0015] FAM rkey: F1155 offs: 0x000002a3 lens: 0x0000003b +0x000012a3-0x000012dd: +>>0 @F1155@ FAM +1 HUSB @I2221@ +1 CHIL @I2220@ +1 CHIL @I2207@ +<< +[0016] FAM rkey: F1156 offs: 0x000002de lens: 0x0000002c +0x000012de-0x00001309: +>>0 @F1156@ FAM +1 HUSB @I2209@ +1 CHIL @I2208@ +<< +[0017] FAM rkey: F1157 offs: 0x0000030a lens: 0x0000002c +0x0000130a-0x00001335: +>>0 @F1157@ FAM +1 HUSB @I2210@ +1 CHIL @I2209@ +<< +[0018] FAM rkey: F1158 offs: 0x00000336 lens: 0x0000002c +0x00001336-0x00001361: +>>0 @F1158@ FAM +1 HUSB @I2211@ +1 CHIL @I2210@ +<< +[0019] FAM rkey: F1159 offs: 0x00000362 lens: 0x0000003b +0x00001362-0x0000139c: +>>0 @F1159@ FAM +1 HUSB @I2212@ +1 CHIL @I2211@ +1 CHIL @I2213@ +<< +[0020] FAM rkey: F1160 offs: 0x0000039d lens: 0x0000003b +0x0000139d-0x000013d7: +>>0 @F1160@ FAM +1 HUSB @I2214@ +1 WIFE @I2213@ +1 CHIL @I2215@ +<< +[0021] FAM rkey: F1161 offs: 0x000003d8 lens: 0x0000002c +0x000013d8-0x00001403: +>>0 @F1161@ FAM +1 HUSB @I2215@ +1 CHIL @I2223@ +<< +[0022] FAM rkey: F1162 offs: 0x00000404 lens: 0x0000003b +0x00001404-0x0000143e: +>>0 @F1162@ FAM +1 HUSB @I2217@ +1 WIFE @I2218@ +1 CHIL @I2216@ +<< +[0023] FAM rkey: F1163 offs: 0x0000043f lens: 0x0000003b +0x0000143f-0x00001479: +>>0 @F1163@ FAM +1 HUSB @I2219@ +1 WIFE @I2220@ +1 CHIL @I2218@ +<< +[0024] FAM rkey: F1164 offs: 0x0000047a lens: 0x0000002c +0x0000147a-0x000014a5: +>>0 @F1164@ FAM +1 HUSB @I2222@ +1 CHIL @I2221@ +<< +[0025] FAM rkey: F1165 offs: 0x000004a6 lens: 0x0000002c +0x000014a6-0x000014d1: +>>0 @F1165@ FAM +1 HUSB @I2223@ +1 CHIL @I2222@ +<< +[0026] FAM rkey: F1166 offs: 0x000004d2 lens: 0x0000002c +0x000014d2-0x000014fd: +>>0 @F1166@ FAM +1 HUSB @I2226@ +1 CHIL @I2225@ +<< +[0027] FAM rkey: F1167 offs: 0x000004fe lens: 0x0000003b +0x000014fe-0x00001538: +>>0 @F1167@ FAM +1 HUSB @I2235@ +1 WIFE @I2234@ +1 CHIL @I2236@ +<< +[0028] FAM rkey: F1168 offs: 0x00000539 lens: 0x0000002c +0x00001539-0x00001564: +>>0 @F1168@ FAM +1 HUSB @I2237@ +1 WIFE @I2238@ +<< +[0029] FAM rkey: F1169 offs: 0x00000565 lens: 0x0000003b +0x00001565-0x0000159f: +>>0 @F1169@ FAM +1 HUSB @I2242@ +1 WIFE @I2243@ +1 CHIL @I2239@ +<< +[0030] FAM rkey: F1170 offs: 0x000005a0 lens: 0x0000002c +0x000015a0-0x000015cb: +>>0 @F1170@ FAM +1 HUSB @I2248@ +1 CHIL @I2243@ +<< +[0031] FAM rkey: F1171 offs: 0x000005cc lens: 0x0000003b +0x000015cc-0x00001606: +>>0 @F1171@ FAM +1 HUSB @I2244@ +1 WIFE @I2245@ +1 CHIL @I2246@ +<< +[0032] FAM rkey: F1172 offs: 0x00000607 lens: 0x0000002c +0x00001607-0x00001632: +>>0 @F1172@ FAM +1 HUSB @I2255@ +1 CHIL @I2245@ +<< +[0033] FAM rkey: F1173 offs: 0x00000633 lens: 0x0000002c +0x00001633-0x0000165e: +>>0 @F1173@ FAM +1 HUSB @I2247@ +1 WIFE @I2245@ +<< +[0034] FAM rkey: F1174 offs: 0x0000065f lens: 0x0000002c +0x0000165f-0x0000168a: +>>0 @F1174@ FAM +1 HUSB @I2249@ +1 CHIL @I2248@ +<< +[0035] FAM rkey: F1175 offs: 0x0000068b lens: 0x0000003b +0x0000168b-0x000016c5: +>>0 @F1175@ FAM +1 HUSB @I2250@ +1 CHIL @I2249@ +1 CHIL @I2253@ +<< +[0036] FAM rkey: F1176 offs: 0x000006c6 lens: 0x0000002c +0x000016c6-0x000016f1: +>>0 @F1176@ FAM +1 HUSB @I2251@ +1 CHIL @I2250@ +<< +[0037] FAM rkey: F1177 offs: 0x000006f2 lens: 0x0000002c +0x000016f2-0x0000171d: +>>0 @F1177@ FAM +1 HUSB @I2252@ +1 CHIL @I2251@ +<< +[0038] FAM rkey: F1178 offs: 0x0000071e lens: 0x0000004a +0x0000171e-0x00001767: +>>0 @F1178@ FAM +1 HUSB @I2261@ +1 CHIL @I2252@ +1 CHIL @I2260@ +1 CHIL @I2262@ +<< +[0039] FAM rkey: F1179 offs: 0x00000768 lens: 0x0000002c +0x00001768-0x00001793: +>>0 @F1179@ FAM +1 HUSB @I2253@ +1 CHIL @I2254@ +<< +[0040] FAM rkey: F1180 offs: 0x00000794 lens: 0x0000002c +0x00001794-0x000017bf: +>>0 @F1180@ FAM +1 HUSB @I2254@ +1 CHIL @I2255@ +<< +[0041] FAM rkey: F1181 offs: 0x000007c0 lens: 0x0000002c +0x000017c0-0x000017eb: +>>0 @F1181@ FAM +1 HUSB @I2257@ +1 CHIL @I2256@ +<< +[0042] FAM rkey: F1182 offs: 0x000007ec lens: 0x0000002c +0x000017ec-0x00001817: +>>0 @F1182@ FAM +1 HUSB @I2258@ +1 CHIL @I2257@ +<< +[0043] FAM rkey: F1183 offs: 0x00000818 lens: 0x0000002c +0x00001818-0x00001843: +>>0 @F1183@ FAM +1 HUSB @I2259@ +1 CHIL @I2258@ +<< +[0044] FAM rkey: F1184 offs: 0x00000844 lens: 0x0000002c +0x00001844-0x0000186f: +>>0 @F1184@ FAM +1 HUSB @I2260@ +1 CHIL @I2259@ +<< +[0045] FAM rkey: F1185 offs: 0x00000870 lens: 0x0000003b +0x00001870-0x000018aa: +>>0 @F1185@ FAM +1 HUSB @I2265@ +1 CHIL @I2261@ +1 CHIL @I2266@ +<< +[0046] FAM rkey: F1186 offs: 0x000008ab lens: 0x0000003b +0x000018ab-0x000018e5: +>>0 @F1186@ FAM +1 HUSB @I2263@ +1 WIFE @I2262@ +1 CHIL @I2264@ +<< +[0047] FAM rkey: F1187 offs: 0x000008e6 lens: 0x0000002c +0x000018e6-0x00001911: +>>0 @F1187@ FAM +1 HUSB @I2282@ +1 WIFE @I2281@ +<< +[0048] FAM rkey: F1188 offs: 0x00000912 lens: 0x0000002c +0x00001912-0x0000193d: +>>0 @F1188@ FAM +1 HUSB @I2286@ +1 WIFE @I2284@ +<< +[0049] FAM rkey: F1189 offs: 0x0000093e lens: 0x0000002c +0x0000193e-0x00001969: +>>0 @F1189@ FAM +1 HUSB @I2287@ +1 WIFE @I2284@ +<< +[0050] FAM rkey: F1190 offs: 0x0000096a lens: 0x0000002c +0x0000196a-0x00001995: +>>0 @F1190@ FAM +1 HUSB @I2288@ +1 WIFE @I2285@ +<< +[0051] FAM rkey: F1191 offs: 0x00000996 lens: 0x0000002c +0x00001996-0x000019c1: +>>0 @F1191@ FAM +1 HUSB @I2289@ +1 WIFE @I2285@ +<< +[0052] FAM rkey: F1192 offs: 0x000009c2 lens: 0x0000002c +0x000019c2-0x000019ed: +>>0 @F1192@ FAM +1 HUSB @I2290@ +1 WIFE @I2285@ +<< +[0053] FAM rkey: F1193 offs: 0x000009ee lens: 0x0000002c +0x000019ee-0x00001a19: +>>0 @F1193@ FAM +1 HUSB @I2295@ +1 WIFE @I2294@ +<< +[0054] FAM rkey: F1194 offs: 0x00000a1a lens: 0x0000002c +0x00001a1a-0x00001a45: +>>0 @F1194@ FAM +1 HUSB @I2297@ +1 WIFE @I2296@ +<< +[0055] FAM rkey: F1195 offs: 0x00000a46 lens: 0x0000002c +0x00001a46-0x00001a71: +>>0 @F1195@ FAM +1 HUSB @I2298@ +1 WIFE @I2296@ +<< +[0056] FAM rkey: F1196 offs: 0x00000a72 lens: 0x0000003b +0x00001a72-0x00001aac: +>>0 @F1196@ FAM +1 HUSB @I2303@ +1 WIFE @I2304@ +1 CHIL @I2301@ +<< +[0057] FAM rkey: F1197 offs: 0x00000aad lens: 0x0000003b +0x00001aad-0x00001ae7: +>>0 @F1197@ FAM +1 HUSB @I2305@ +1 WIFE @I2306@ +1 CHIL @I2304@ +<< +[0058] FAM rkey: F1198 offs: 0x00000ae8 lens: 0x0000003b +0x00001ae8-0x00001b22: +>>0 @F1198@ FAM +1 HUSB @I2307@ +1 WIFE @I2308@ +1 CHIL @I2305@ +<< +[0059] FAM rkey: F1199 offs: 0x00000b23 lens: 0x0000002c +0x00001b23-0x00001b4e: +>>0 @F1199@ FAM +1 HUSB @I2312@ +1 WIFE @I2319@ +<< +[0060] FAM rkey: F1200 offs: 0x00000b4f lens: 0x0000003b +0x00001b4f-0x00001b89: +>>0 @F1200@ FAM +1 HUSB @I2313@ +1 WIFE @I2321@ +1 CHIL @I2324@ +<< +[0061] FAM rkey: F1201 offs: 0x00000b8a lens: 0x0000002c +0x00001b8a-0x00001bb5: +>>0 @F1201@ FAM +1 HUSB @I2313@ +1 WIFE @I2322@ +<< +[0062] FAM rkey: F1202 offs: 0x00000bb6 lens: 0x0000002c +0x00001bb6-0x00001be1: +>>0 @F1202@ FAM +1 HUSB @I2313@ +1 WIFE @I2323@ +<< +[0063] FAM rkey: F1203 offs: 0x00000be2 lens: 0x0000002c +0x00001be2-0x00001c0d: +>>0 @F1203@ FAM +1 HUSB @I2314@ +1 WIFE @I2325@ +<< +[0064] FAM rkey: F1204 offs: 0x00000c0e lens: 0x0000002c +0x00001c0e-0x00001c39: +>>0 @F1204@ FAM +1 HUSB @I2315@ +1 WIFE @I2330@ +<< +[0065] FAM rkey: F1205 offs: 0x00000c3a lens: 0x0000002c +0x00001c3a-0x00001c65: +>>0 @F1205@ FAM +1 HUSB @I2315@ +1 WIFE @I2331@ +<< +[0066] FAM rkey: F1206 offs: 0x00000c66 lens: 0x0000002c +0x00001c66-0x00001c91: +>>0 @F1206@ FAM +1 HUSB @I2327@ +1 WIFE @I2316@ +<< +[0067] FAM rkey: F1207 offs: 0x00000c92 lens: 0x0000002c +0x00001c92-0x00001cbd: +>>0 @F1207@ FAM +1 HUSB @I2328@ +1 WIFE @I2317@ +<< +[0068] FAM rkey: F1208 offs: 0x00000cbe lens: 0x0000002c +0x00001cbe-0x00001ce9: +>>0 @F1208@ FAM +1 HUSB @I2329@ +1 WIFE @I2318@ +<< +[0069] FAM rkey: F1209 offs: 0x00000cea lens: 0x0000002c +0x00001cea-0x00001d15: +>>0 @F1209@ FAM +1 HUSB @I2320@ +1 WIFE @I2319@ +<< +[0070] FAM rkey: F1210 offs: 0x00000d16 lens: 0x0000002c +0x00001d16-0x00001d41: +>>0 @F1210@ FAM +1 HUSB @I2326@ +1 WIFE @I2325@ +<< +[0071] FAM rkey: F1211 offs: 0x00000d42 lens: 0x00000077 +0x00001d42-0x00001db8: +>>0 @F1211@ FAM +1 HUSB @I2405@ +1 WIFE @I2403@ +1 CHIL @I2406@ +1 CHIL @I2407@ +1 CHIL @I2331@ +1 CHIL @I2408@ +1 CHIL @I2409@ +<< +[0072] FAM rkey: F1212 offs: 0x00000db9 lens: 0x0000002c +0x00001db9-0x00001de4: +>>0 @F1212@ FAM +1 HUSB @I2411@ +1 WIFE @I2331@ +<< +[0073] FAM rkey: F1213 offs: 0x00000de5 lens: 0x0000002c +0x00001de5-0x00001e10: +>>0 @F1213@ FAM +1 HUSB @I2412@ +1 WIFE @I2331@ +<< +[0074] FAM rkey: F1214 offs: 0x00000e11 lens: 0x0000002c +0x00001e11-0x00001e3c: +>>0 @F1214@ FAM +1 HUSB @I2335@ +1 WIFE @I2334@ +<< +[0075] FAM rkey: F1215 offs: 0x00000e3d lens: 0x0000004a +0x00001e3d-0x00001e86: +>>0 @F1215@ FAM +1 HUSB @I2340@ +1 WIFE @I2339@ +1 CHIL @I2394@ +1 CHIL @I2403@ +<< +[0076] FAM rkey: F1216 offs: 0x00000e87 lens: 0x00000059 +0x00001e87-0x00001edf: +>>0 @F1216@ FAM +1 HUSB @I2341@ +1 WIFE @I2347@ +1 CHIL @I2348@ +1 CHIL @I2349@ +1 CHIL @I2350@ +<< +[0077] FAM rkey: F1217 offs: 0x00000ee0 lens: 0x0000002c +0x00001ee0-0x00001f0b: +>>0 @F1217@ FAM +1 HUSB @I2343@ +1 WIFE @I2344@ +<< +[0078] FAM rkey: F1218 offs: 0x00000f0c lens: 0x00000059 +0x00001f0c-0x00001f64: +>>0 @F1218@ FAM +1 HUSB @I2343@ +1 WIFE @I2345@ +1 CHIL @I2355@ +1 CHIL @I2356@ +1 CHIL @I2357@ +<< +[0079] FAM rkey: F1219 offs: 0x00000f65 lens: 0x0000002c +0x00001f65-0x00001f90: +>>0 @F1219@ FAM +1 HUSB @I2348@ +1 WIFE @I2351@ +<< +[0080] FAM rkey: F1220 offs: 0x00000f91 lens: 0x0000002c +0x00001f91-0x00001fbc: +>>0 @F1220@ FAM +1 HUSB @I2348@ +1 WIFE @I2352@ +<< +[0081] FAM rkey: F1221 offs: 0x00000fbd lens: 0x0000002c +0x00001fbd-0x00001fe8: +>>0 @F1221@ FAM +1 HUSB @I2353@ +1 WIFE @I2349@ +<< +[0082] FAM rkey: F1222 offs: 0x00000fe9 lens: 0x0000002c +0x00001fe9-0x00002014: +>>0 @F1222@ FAM +1 HUSB @I2354@ +1 WIFE @I2350@ +<< +[0083] FAM rkey: F1223 offs: 0x00001015 lens: 0x00000077 +0x00002015-0x0000208b: +>>0 @F1223@ FAM +1 HUSB @I2355@ +1 WIFE @I2358@ +1 CHIL @I2359@ +1 CHIL @I2360@ +1 CHIL @I2361@ +1 CHIL @I2362@ +1 CHIL @I2363@ +<< +[0084] FAM rkey: F1224 offs: 0x0000108c lens: 0x0000002c +0x0000208c-0x000020b7: +>>0 @F1224@ FAM +1 HUSB @I2364@ +1 WIFE @I2356@ +<< +[0085] FAM rkey: F1225 offs: 0x000010b8 lens: 0x0000002c +0x000020b8-0x000020e3: +>>0 @F1225@ FAM +1 HUSB @I2357@ +1 WIFE @I2365@ +<< +[0086] FAM rkey: F1226 offs: 0x000010e4 lens: 0x0000003b +0x000020e4-0x0000211e: +>>0 @F1226@ FAM +1 HUSB @I2359@ +1 WIFE @I2366@ +1 CHIL @I2367@ +<< +[0087] FAM rkey: F1227 offs: 0x0000111f lens: 0x0000004a +0x0000211f-0x00002168: +>>0 @F1227@ FAM +1 HUSB @I2359@ +1 WIFE @I2371@ +1 CHIL @I2372@ +1 CHIL @I2387@ +<< +[0088] FAM rkey: F1228 offs: 0x00001169 lens: 0x0000003b +0x00002169-0x000021a3: +>>0 @F1228@ FAM +1 HUSB @I2367@ +1 WIFE @I2368@ +1 CHIL @I2369@ +<< +[0089] FAM rkey: F1229 offs: 0x000011a4 lens: 0x0000002c +0x000021a4-0x000021cf: +>>0 @F1229@ FAM +1 HUSB @I2369@ +1 WIFE @I2370@ +<< +[0090] FAM rkey: F1230 offs: 0x000011d0 lens: 0x0000002c +0x000021d0-0x000021fb: +>>0 @F1230@ FAM +1 HUSB @I2372@ +1 WIFE @I2373@ +<< +[0091] FAM rkey: F1231 offs: 0x000011fc lens: 0x00000077 +0x000021fc-0x00002272: +>>0 @F1231@ FAM +1 HUSB @I2372@ +1 WIFE @I2374@ +1 CHIL @I2375@ +1 CHIL @I2376@ +1 CHIL @I2377@ +1 CHIL @I2378@ +1 CHIL @I2379@ +<< +[0092] FAM rkey: F1232 offs: 0x00001273 lens: 0x0000002c +0x00002273-0x0000229e: +>>0 @F1232@ FAM +1 HUSB @I2375@ +1 WIFE @I2380@ +<< +[0093] FAM rkey: F1233 offs: 0x0000129f lens: 0x0000002c +0x0000229f-0x000022ca: +>>0 @F1233@ FAM +1 HUSB @I2376@ +1 WIFE @I2381@ +<< +[0094] FAM rkey: F1234 offs: 0x000012cb lens: 0x0000002c +0x000022cb-0x000022f6: +>>0 @F1234@ FAM +1 HUSB @I2377@ +1 WIFE @I2382@ +<< +[0095] FAM rkey: F1235 offs: 0x000012f7 lens: 0x0000002c +0x000022f7-0x00002322: +>>0 @F1235@ FAM +1 HUSB @I2384@ +1 WIFE @I2378@ +<< +[0096] FAM rkey: F1236 offs: 0x00001323 lens: 0x00000034 +0x00002323-0x00002356: +>>0 @F1236@ FAM +1 HUSB @I2385@ +1 WIFE @I2379@ +1 DIV Y +<< +[0097] FAM rkey: F1237 offs: 0x00001357 lens: 0x0000002c +0x00002357-0x00002382: +>>0 @F1237@ FAM +1 HUSB @I2386@ +1 WIFE @I2379@ +<< +[0098] FAM rkey: F1238 offs: 0x00001383 lens: 0x0000002c +0x00002383-0x000023ae: +>>0 @F1238@ FAM +1 HUSB @I2383@ +1 WIFE @I2382@ +<< +[0099] FAM rkey: F1239 offs: 0x000013af lens: 0x0000002c +0x000023af-0x000023da: +>>0 @F1239@ FAM +1 HUSB @I2387@ +1 WIFE @I2388@ +<< +[0100] FAM rkey: F1240 offs: 0x000013db lens: 0x0000002c +0x000023db-0x00002406: +>>0 @F1240@ FAM +1 HUSB @I2391@ +1 WIFE @I2390@ +<< +[0101] FAM rkey: F1241 offs: 0x00001407 lens: 0x00000034 +0x00002407-0x0000243a: +>>0 @F1241@ FAM +1 HUSB @I2392@ +1 WIFE @I2395@ +1 DIV Y +<< +[0102] FAM rkey: F1242 offs: 0x0000143b lens: 0x0000002c +0x0000243b-0x00002466: +>>0 @F1242@ FAM +1 HUSB @I2394@ +1 WIFE @I2404@ +<< +[0103] FAM rkey: F1243 offs: 0x00001467 lens: 0x0000002c +0x00002467-0x00002492: +>>0 @F1243@ FAM +1 HUSB @I2396@ +1 WIFE @I2399@ +<< +[0104] FAM rkey: F1244 offs: 0x00001493 lens: 0x0000002c +0x00002493-0x000024be: +>>0 @F1244@ FAM +1 HUSB @I2397@ +1 WIFE @I2401@ +<< +[0105] FAM rkey: F1245 offs: 0x000014bf lens: 0x0000002c +0x000024bf-0x000024ea: +>>0 @F1245@ FAM +1 HUSB @I2397@ +1 WIFE @I2402@ +<< +[0106] FAM rkey: F1246 offs: 0x000014eb lens: 0x0000002c +0x000024eb-0x00002516: +>>0 @F1246@ FAM +1 HUSB @I2400@ +1 WIFE @I2399@ +<< +[0107] FAM rkey: F1247 offs: 0x00001517 lens: 0x0000002c +0x00002517-0x00002542: +>>0 @F1247@ FAM +1 HUSB @I2406@ +1 WIFE @I2410@ +<< +[0108] FAM rkey: F1248 offs: 0x00001543 lens: 0x0000002c +0x00002543-0x0000256e: +>>0 @F1248@ FAM +1 HUSB @I2413@ +1 WIFE @I2408@ +<< +[0109] FAM rkey: F1249 offs: 0x0000156f lens: 0x0000002c +0x0000256f-0x0000259a: +>>0 @F1249@ FAM +1 HUSB @I2414@ +1 WIFE @I2409@ +<< +[0110] FAM rkey: F1250 offs: 0x0000159b lens: 0x0000004a +0x0000259b-0x000025e4: +>>0 @F1250@ FAM +1 HUSB @I2418@ +1 WIFE @I2417@ +1 CHIL @I2416@ +1 CHIL @I2420@ +<< +[0111] FAM rkey: F1251 offs: 0x000015e5 lens: 0x0000002c +0x000025e5-0x00002610: +>>0 @F1251@ FAM +1 HUSB @I2419@ +1 CHIL @I2418@ +<< +[0112] FAM rkey: F1252 offs: 0x00001611 lens: 0x0000003b +0x00002611-0x0000264b: +>>0 @F1252@ FAM +1 HUSB @I2420@ +1 WIFE @I2421@ +1 CHIL @I2427@ +<< +[0113] FAM rkey: F1253 offs: 0x0000164c lens: 0x0000004a +0x0000264c-0x00002695: +>>0 @F1253@ FAM +1 HUSB @I2420@ +1 WIFE @I2422@ +1 CHIL @I2430@ +1 CHIL @I2431@ +<< +[0114] FAM rkey: F1254 offs: 0x00001696 lens: 0x0000006c +0x00002696-0x00002701: +>>0 @F1254@ FAM +1 HUSB @I2423@ +1 WIFE @I2882@ +1 MARR +2 DATE 1680 +1 CHIL @I2426@ +1 CHIL @I2424@ +1 CHIL @I2507@ +<< +[0115] FAM rkey: F1255 offs: 0x00001702 lens: 0x0000003f +0x00002702-0x00002740: +>>0 @F1255@ FAM +1 HUSB @I2424@ +1 WIFE @I2883@ +1 MARR +2 DATE 1701 +<< +[0116] FAM rkey: F1256 offs: 0x00001741 lens: 0x0000004e +0x00002741-0x0000278e: +>>0 @F1256@ FAM +1 HUSB @I2424@ +1 WIFE @I2425@ +1 MARR +2 DATE 1714 +1 CHIL @I2880@ +<< +[0117] FAM rkey: F1257 offs: 0x0000178f lens: 0x0000003b +0x0000278f-0x000027c9: +>>0 @F1257@ FAM +1 HUSB @I2428@ +1 WIFE @I2427@ +1 CHIL @I2429@ +<< +[0118] FAM rkey: F1258 offs: 0x000017ca lens: 0x0000002c +0x000027ca-0x000027f5: +>>0 @F1258@ FAM +1 HUSB @I2431@ +1 CHIL @I2432@ +<< +[0119] FAM rkey: F1259 offs: 0x000017f6 lens: 0x0000004e +0x000027f6-0x00002843: +>>0 @F1259@ FAM +1 HUSB @I2433@ +1 WIFE @I2432@ +1 MARR +2 DATE 1736 +1 CHIL @I2434@ +<< +[0120] FAM rkey: F1260 offs: 0x00001844 lens: 0x0000004e +0x00002844-0x00002891: +>>0 @F1260@ FAM +1 HUSB @I2897@ +1 WIFE @I2898@ +1 MARR +2 DATE 1749 +1 CHIL @I2448@ +<< +[0121] FAM rkey: F1261 offs: 0x00001892 lens: 0x0000003f +0x00002892-0x000028d0: +>>0 @F1261@ FAM +1 HUSB @I2448@ +1 WIFE @I2908@ +1 MARR +2 DATE 1776 +<< +[0122] FAM rkey: F1262 offs: 0x000018d1 lens: 0x0000001d +0x000028d1-0x000028ed: +>>0 @F1262@ FAM +1 HUSB @I2448@ +<< +[0123] FAM rkey: F1263 offs: 0x000018ee lens: 0x0000002c +0x000028ee-0x00002919: +>>0 @F1263@ FAM +1 HUSB @I2450@ +1 CHIL @I2449@ +<< +[0124] FAM rkey: F1264 offs: 0x0000191a lens: 0x00000047 +0x0000291a-0x00002960: +>>0 @F1264@ FAM +1 HUSB @I2451@ +1 WIFE @I2478@ +1 DIV Y +1 MARR +2 DATE 1193 +<< +[0125] FAM rkey: F1265 offs: 0x00001961 lens: 0x00000056 +0x00002961-0x000029b6: +>>0 @F1265@ FAM +1 HUSB @I2451@ +1 WIFE @I2479@ +1 DIV Y +1 MARR +2 DATE 1196 +1 CHIL @I2480@ +<< +[0126] FAM rkey: F1266 offs: 0x000019b7 lens: 0x00000056 +0x000029b7-0x00002a0c: +>>0 @F1266@ FAM +1 HUSB @I2454@ +1 WIFE @I2455@ +1 DIV Y +1 MARR +2 DATE 1072 +1 CHIL @I2452@ +<< +[0127] FAM rkey: F1267 offs: 0x00001a0d lens: 0x0000004e +0x00002a0d-0x00002a5a: +>>0 @F1267@ FAM +1 HUSB @I2457@ +1 WIFE @I2535@ +1 MARR +2 DATE 1051 +1 CHIL @I2454@ +<< +[0128] FAM rkey: F1268 offs: 0x00001a5b lens: 0x0000003f +0x00002a5b-0x00002a99: +>>0 @F1268@ FAM +1 HUSB @I2454@ +1 WIFE @I2456@ +1 MARR +2 DATE 1095 +<< + +0x00002a9a: EOF (0x00002a9a) GOOD + +BLOCK - DIRECTORY ag/aa +0x00000000:ix_self: 0x00060000 (ag/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 165 +0x0000000e:ix_rkey[0000]: ' F1269' +0x00000016:ix_rkey[0001]: ' F1270' +0x0000001e:ix_rkey[0002]: ' F1271' +0x00000026:ix_rkey[0003]: ' F1272' +0x0000002e:ix_rkey[0004]: ' F1273' +0x00000036:ix_rkey[0005]: ' F1274' +0x0000003e:ix_rkey[0006]: ' F1275' +0x00000046:ix_rkey[0007]: ' F1276' +0x0000004e:ix_rkey[0008]: ' F1277' +0x00000056:ix_rkey[0009]: ' F1278' +0x0000005e:ix_rkey[0010]: ' F1279' +0x00000066:ix_rkey[0011]: ' F1280' +0x0000006e:ix_rkey[0012]: ' F1281' +0x00000076:ix_rkey[0013]: ' F1282' +0x0000007e:ix_rkey[0014]: ' F1283' +0x00000086:ix_rkey[0015]: ' F1284' +0x0000008e:ix_rkey[0016]: ' F1285' +0x00000096:ix_rkey[0017]: ' F1286' +0x0000009e:ix_rkey[0018]: ' F1287' +0x000000a6:ix_rkey[0019]: ' F1288' +0x000000ae:ix_rkey[0020]: ' F1289' +0x000000b6:ix_rkey[0021]: ' F1290' +0x000000be:ix_rkey[0022]: ' F1291' +0x000000c6:ix_rkey[0023]: ' F1292' +0x000000ce:ix_rkey[0024]: ' F1293' +0x000000d6:ix_rkey[0025]: ' F1294' +0x000000de:ix_rkey[0026]: ' F1295' +0x000000e6:ix_rkey[0027]: ' F1296' +0x000000ee:ix_rkey[0028]: ' F1297' +0x000000f6:ix_rkey[0029]: ' F1298' +0x000000fe:ix_rkey[0030]: ' F1299' +0x00000106:ix_rkey[0031]: ' F1300' +0x0000010e:ix_rkey[0032]: ' F1301' +0x00000116:ix_rkey[0033]: ' F1302' +0x0000011e:ix_rkey[0034]: ' F1303' +0x00000126:ix_rkey[0035]: ' F1304' +0x0000012e:ix_rkey[0036]: ' F1305' +0x00000136:ix_rkey[0037]: ' F1306' +0x0000013e:ix_rkey[0038]: ' F1307' +0x00000146:ix_rkey[0039]: ' F1308' +0x0000014e:ix_rkey[0040]: ' F1309' +0x00000156:ix_rkey[0041]: ' F1310' +0x0000015e:ix_rkey[0042]: ' F1311' +0x00000166:ix_rkey[0043]: ' F1312' +0x0000016e:ix_rkey[0044]: ' F1313' +0x00000176:ix_rkey[0045]: ' F1314' +0x0000017e:ix_rkey[0046]: ' F1315' +0x00000186:ix_rkey[0047]: ' F1316' +0x0000018e:ix_rkey[0048]: ' F1317' +0x00000196:ix_rkey[0049]: ' F1318' +0x0000019e:ix_rkey[0050]: ' F1319' +0x000001a6:ix_rkey[0051]: ' F1320' +0x000001ae:ix_rkey[0052]: ' F1321' +0x000001b6:ix_rkey[0053]: ' F1322' +0x000001be:ix_rkey[0054]: ' F1323' +0x000001c6:ix_rkey[0055]: ' F1324' +0x000001ce:ix_rkey[0056]: ' F1325' +0x000001d6:ix_rkey[0057]: ' F1326' +0x000001de:ix_rkey[0058]: ' F1327' +0x000001e6:ix_rkey[0059]: ' F1328' +0x000001ee:ix_rkey[0060]: ' F1329' +0x000001f6:ix_rkey[0061]: ' F1330' +0x000001fe:ix_rkey[0062]: ' F1331' +0x00000206:ix_rkey[0063]: ' F1332' +0x0000020e:ix_rkey[0064]: ' F1333' +0x00000216:ix_rkey[0065]: ' F1334' +0x0000021e:ix_rkey[0066]: ' F1335' +0x00000226:ix_rkey[0067]: ' F1336' +0x0000022e:ix_rkey[0068]: ' F1337' +0x00000236:ix_rkey[0069]: ' F1338' +0x0000023e:ix_rkey[0070]: ' F1339' +0x00000246:ix_rkey[0071]: ' F1340' +0x0000024e:ix_rkey[0072]: ' F1341' +0x00000256:ix_rkey[0073]: ' F1342' +0x0000025e:ix_rkey[0074]: ' F1343' +0x00000266:ix_rkey[0075]: ' F1344' +0x0000026e:ix_rkey[0076]: ' F1345' +0x00000276:ix_rkey[0077]: ' F1346' +0x0000027e:ix_rkey[0078]: ' F1347' +0x00000286:ix_rkey[0079]: ' F1348' +0x0000028e:ix_rkey[0080]: ' F1349' +0x00000296:ix_rkey[0081]: ' F1350' +0x0000029e:ix_rkey[0082]: ' F1351' +0x000002a6:ix_rkey[0083]: ' F1352' +0x000002ae:ix_rkey[0084]: ' F1353' +0x000002b6:ix_rkey[0085]: ' F1354' +0x000002be:ix_rkey[0086]: ' F1355' +0x000002c6:ix_rkey[0087]: ' F1356' +0x000002ce:ix_rkey[0088]: ' F1357' +0x000002d6:ix_rkey[0089]: ' F1358' +0x000002de:ix_rkey[0090]: ' F1359' +0x000002e6:ix_rkey[0091]: ' F1360' +0x000002ee:ix_rkey[0092]: ' F1361' +0x000002f6:ix_rkey[0093]: ' F1362' +0x000002fe:ix_rkey[0094]: ' F1363' +0x00000306:ix_rkey[0095]: ' F1364' +0x0000030e:ix_rkey[0096]: ' F1365' +0x00000316:ix_rkey[0097]: ' F1366' +0x0000031e:ix_rkey[0098]: ' F1367' +0x00000326:ix_rkey[0099]: ' F1368' +0x0000032e:ix_rkey[0100]: ' F1369' +0x00000336:ix_rkey[0101]: ' F1370' +0x0000033e:ix_rkey[0102]: ' F1371' +0x00000346:ix_rkey[0103]: ' F1372' +0x0000034e:ix_rkey[0104]: ' F1373' +0x00000356:ix_rkey[0105]: ' F1374' +0x0000035e:ix_rkey[0106]: ' F1375' +0x00000366:ix_rkey[0107]: ' F1376' +0x0000036e:ix_rkey[0108]: ' F1377' +0x00000376:ix_rkey[0109]: ' F1378' +0x0000037e:ix_rkey[0110]: ' F1379' +0x00000386:ix_rkey[0111]: ' F1380' +0x0000038e:ix_rkey[0112]: ' F1381' +0x00000396:ix_rkey[0113]: ' F1382' +0x0000039e:ix_rkey[0114]: ' F1383' +0x000003a6:ix_rkey[0115]: ' F1384' +0x000003ae:ix_rkey[0116]: ' F1385' +0x000003b6:ix_rkey[0117]: ' F1386' +0x000003be:ix_rkey[0118]: ' F1387' +0x000003c6:ix_rkey[0119]: ' F1388' +0x000003ce:ix_rkey[0120]: ' F1389' +0x000003d6:ix_rkey[0121]: ' F1390' +0x000003de:ix_rkey[0122]: ' F1391' +0x000003e6:ix_rkey[0123]: ' F1392' +0x000003ee:ix_rkey[0124]: ' F1393' +0x000003f6:ix_rkey[0125]: ' F1394' +0x000003fe:ix_rkey[0126]: ' F1395' +0x00000406:ix_rkey[0127]: ' F1396' +0x0000040e:ix_rkey[0128]: ' F1397' +0x00000416:ix_rkey[0129]: ' F1398' +0x0000041e:ix_rkey[0130]: ' F1399' +0x00000426:ix_rkey[0131]: ' F1400' +0x0000042e:ix_rkey[0132]: ' F1401' +0x00000436:ix_rkey[0133]: ' F1402' +0x0000043e:ix_rkey[0134]: ' F1403' +0x00000446:ix_rkey[0135]: ' F1404' +0x0000044e:ix_rkey[0136]: ' F1405' +0x00000456:ix_rkey[0137]: ' F1406' +0x0000045e:ix_rkey[0138]: ' F1407' +0x00000466:ix_rkey[0139]: ' F1408' +0x0000046e:ix_rkey[0140]: ' F1409' +0x00000476:ix_rkey[0141]: ' F1410' +0x0000047e:ix_rkey[0142]: ' F1411' +0x00000486:ix_rkey[0143]: ' F1412' +0x0000048e:ix_rkey[0144]: ' F1413' +0x00000496:ix_rkey[0145]: ' F1414' +0x0000049e:ix_rkey[0146]: ' F1415' +0x000004a6:ix_rkey[0147]: ' F1416' +0x000004ae:ix_rkey[0148]: ' F1417' +0x000004b6:ix_rkey[0149]: ' F1418' +0x000004be:ix_rkey[0150]: ' F1419' +0x000004c6:ix_rkey[0151]: ' F1420' +0x000004ce:ix_rkey[0152]: ' F1421' +0x000004d6:ix_rkey[0153]: ' F1422' +0x000004de:ix_rkey[0154]: ' I1000' +0x000004e6:ix_rkey[0155]: ' I1001' +0x000004ee:ix_rkey[0156]: ' I1002' +0x000004f6:ix_rkey[0157]: ' I1003' +0x000004fe:ix_rkey[0158]: ' I1004' +0x00000506:ix_rkey[0159]: ' I1005' +0x0000050e:ix_rkey[0160]: ' I1006' +0x00000516:ix_rkey[0161]: ' I1007' +0x0000051e:ix_rkey[0162]: ' I1008' +0x00000526:ix_rkey[0163]: ' I1009' +0x0000052e:ix_rkey[0164]: ' I1010' + +deleted/unused entries +0x00000536-0x00000805:ix_rkey[0165-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000006c +0x0000080c:ix_offs[0001]: 0x0000006c 0x00000c08:ix_lens[0001]: 0x0000003b +0x00000810:ix_offs[0002]: 0x000000a7 0x00000c0c:ix_lens[0002]: 0x0000002c +0x00000814:ix_offs[0003]: 0x000000d3 0x00000c10:ix_lens[0003]: 0x0000002c +0x00000818:ix_offs[0004]: 0x000000ff 0x00000c14:ix_lens[0004]: 0x00000046 +0x0000081c:ix_offs[0005]: 0x00000145 0x00000c18:ix_lens[0005]: 0x0000003f +0x00000820:ix_offs[0006]: 0x00000184 0x00000c1c:ix_lens[0006]: 0x00000052 +0x00000824:ix_offs[0007]: 0x000001d6 0x00000c20:ix_lens[0007]: 0x0000003f +0x00000828:ix_offs[0008]: 0x00000215 0x00000c24:ix_lens[0008]: 0x0000002c +0x0000082c:ix_offs[0009]: 0x00000241 0x00000c28:ix_lens[0009]: 0x0000002c +0x00000830:ix_offs[0010]: 0x0000026d 0x00000c2c:ix_lens[0010]: 0x0000002c +0x00000834:ix_offs[0011]: 0x00000299 0x00000c30:ix_lens[0011]: 0x0000002c +0x00000838:ix_offs[0012]: 0x000002c5 0x00000c34:ix_lens[0012]: 0x0000003b +0x0000083c:ix_offs[0013]: 0x00000300 0x00000c38:ix_lens[0013]: 0x00000052 +0x00000840:ix_offs[0014]: 0x00000352 0x00000c3c:ix_lens[0014]: 0x0000003f +0x00000844:ix_offs[0015]: 0x00000391 0x00000c40:ix_lens[0015]: 0x00000064 +0x00000848:ix_offs[0016]: 0x000003f5 0x00000c44:ix_lens[0016]: 0x00000046 +0x0000084c:ix_offs[0017]: 0x0000043b 0x00000c48:ix_lens[0017]: 0x0000002c +0x00000850:ix_offs[0018]: 0x00000467 0x00000c4c:ix_lens[0018]: 0x0000003b +0x00000854:ix_offs[0019]: 0x000004a2 0x00000c50:ix_lens[0019]: 0x0000002c +0x00000858:ix_offs[0020]: 0x000004ce 0x00000c54:ix_lens[0020]: 0x0000002c +0x0000085c:ix_offs[0021]: 0x000004fa 0x00000c58:ix_lens[0021]: 0x0000004a +0x00000860:ix_offs[0022]: 0x00000544 0x00000c5c:ix_lens[0022]: 0x0000002c +0x00000864:ix_offs[0023]: 0x00000570 0x00000c60:ix_lens[0023]: 0x00000055 +0x00000868:ix_offs[0024]: 0x000005c5 0x00000c64:ix_lens[0024]: 0x00000046 +0x0000086c:ix_offs[0025]: 0x0000060b 0x00000c68:ix_lens[0025]: 0x0000002c +0x00000870:ix_offs[0026]: 0x00000637 0x00000c6c:ix_lens[0026]: 0x00000073 +0x00000874:ix_offs[0027]: 0x000006aa 0x00000c70:ix_lens[0027]: 0x00000073 +0x00000878:ix_offs[0028]: 0x0000071d 0x00000c74:ix_lens[0028]: 0x00000072 +0x0000087c:ix_offs[0029]: 0x0000078f 0x00000c78:ix_lens[0029]: 0x00000073 +0x00000880:ix_offs[0030]: 0x00000802 0x00000c7c:ix_lens[0030]: 0x00000055 +0x00000884:ix_offs[0031]: 0x00000857 0x00000c80:ix_lens[0031]: 0x0000002c +0x00000888:ix_offs[0032]: 0x00000883 0x00000c84:ix_lens[0032]: 0x00000046 +0x0000088c:ix_offs[0033]: 0x000008c9 0x00000c88:ix_lens[0033]: 0x00000064 +0x00000890:ix_offs[0034]: 0x0000092d 0x00000c8c:ix_lens[0034]: 0x00000045 +0x00000894:ix_offs[0035]: 0x00000972 0x00000c90:ix_lens[0035]: 0x0000003b +0x00000898:ix_offs[0036]: 0x000009ad 0x00000c94:ix_lens[0036]: 0x0000007a +0x0000089c:ix_offs[0037]: 0x00000a27 0x00000c98:ix_lens[0037]: 0x0000003b +0x000008a0:ix_offs[0038]: 0x00000a62 0x00000c9c:ix_lens[0038]: 0x00000059 +0x000008a4:ix_offs[0039]: 0x00000abb 0x00000ca0:ix_lens[0039]: 0x0000002c +0x000008a8:ix_offs[0040]: 0x00000ae7 0x00000ca4:ix_lens[0040]: 0x00000059 +0x000008ac:ix_offs[0041]: 0x00000b40 0x00000ca8:ix_lens[0041]: 0x0000007a +0x000008b0:ix_offs[0042]: 0x00000bba 0x00000cac:ix_lens[0042]: 0x0000003b +0x000008b4:ix_offs[0043]: 0x00000bf5 0x00000cb0:ix_lens[0043]: 0x0000002c +0x000008b8:ix_offs[0044]: 0x00000c21 0x00000cb4:ix_lens[0044]: 0x0000002c +0x000008bc:ix_offs[0045]: 0x00000c4d 0x00000cb8:ix_lens[0045]: 0x0000003b +0x000008c0:ix_offs[0046]: 0x00000c88 0x00000cbc:ix_lens[0046]: 0x0000005c +0x000008c4:ix_offs[0047]: 0x00000ce4 0x00000cc0:ix_lens[0047]: 0x0000003b +0x000008c8:ix_offs[0048]: 0x00000d1f 0x00000cc4:ix_lens[0048]: 0x0000004d +0x000008cc:ix_offs[0049]: 0x00000d6c 0x00000cc8:ix_lens[0049]: 0x0000003b +0x000008d0:ix_offs[0050]: 0x00000da7 0x00000ccc:ix_lens[0050]: 0x00000059 +0x000008d4:ix_offs[0051]: 0x00000e00 0x00000cd0:ix_lens[0051]: 0x0000003b +0x000008d8:ix_offs[0052]: 0x00000e3b 0x00000cd4:ix_lens[0052]: 0x00000059 +0x000008dc:ix_offs[0053]: 0x00000e94 0x00000cd8:ix_lens[0053]: 0x0000004a +0x000008e0:ix_offs[0054]: 0x00000ede 0x00000cdc:ix_lens[0054]: 0x0000003b +0x000008e4:ix_offs[0055]: 0x00000f19 0x00000ce0:ix_lens[0055]: 0x0000002c +0x000008e8:ix_offs[0056]: 0x00000f45 0x00000ce4:ix_lens[0056]: 0x0000002c +0x000008ec:ix_offs[0057]: 0x00000f71 0x00000ce8:ix_lens[0057]: 0x0000004e +0x000008f0:ix_offs[0058]: 0x00000fbf 0x00000cec:ix_lens[0058]: 0x0000002c +0x000008f4:ix_offs[0059]: 0x00000feb 0x00000cf0:ix_lens[0059]: 0x0000003f +0x000008f8:ix_offs[0060]: 0x0000102a 0x00000cf4:ix_lens[0060]: 0x0000003f +0x000008fc:ix_offs[0061]: 0x00001069 0x00000cf8:ix_lens[0061]: 0x0000003f +0x00000900:ix_offs[0062]: 0x000010a8 0x00000cfc:ix_lens[0062]: 0x0000003b +0x00000904:ix_offs[0063]: 0x000010e3 0x00000d00:ix_lens[0063]: 0x0000002c +0x00000908:ix_offs[0064]: 0x0000110f 0x00000d04:ix_lens[0064]: 0x0000002c +0x0000090c:ix_offs[0065]: 0x0000113b 0x00000d08:ix_lens[0065]: 0x0000003b +0x00000910:ix_offs[0066]: 0x00001176 0x00000d0c:ix_lens[0066]: 0x0000002c +0x00000914:ix_offs[0067]: 0x000011a2 0x00000d10:ix_lens[0067]: 0x0000003f +0x00000918:ix_offs[0068]: 0x000011e1 0x00000d14:ix_lens[0068]: 0x0000008a +0x0000091c:ix_offs[0069]: 0x0000126b 0x00000d18:ix_lens[0069]: 0x0000003f +0x00000920:ix_offs[0070]: 0x000012aa 0x00000d1c:ix_lens[0070]: 0x0000006c +0x00000924:ix_offs[0071]: 0x00001316 0x00000d20:ix_lens[0071]: 0x0000003f +0x00000928:ix_offs[0072]: 0x00001355 0x00000d24:ix_lens[0072]: 0x0000003f +0x0000092c:ix_offs[0073]: 0x00001394 0x00000d28:ix_lens[0073]: 0x0000002c +0x00000930:ix_offs[0074]: 0x000013c0 0x00000d2c:ix_lens[0074]: 0x0000003f +0x00000934:ix_offs[0075]: 0x000013ff 0x00000d30:ix_lens[0075]: 0x0000002c +0x00000938:ix_offs[0076]: 0x0000142b 0x00000d34:ix_lens[0076]: 0x0000003f +0x0000093c:ix_offs[0077]: 0x0000146a 0x00000d38:ix_lens[0077]: 0x0000003f +0x00000940:ix_offs[0078]: 0x000014a9 0x00000d3c:ix_lens[0078]: 0x0000003f +0x00000944:ix_offs[0079]: 0x000014e8 0x00000d40:ix_lens[0079]: 0x0000003f +0x00000948:ix_offs[0080]: 0x00001527 0x00000d44:ix_lens[0080]: 0x0000003f +0x0000094c:ix_offs[0081]: 0x00001566 0x00000d48:ix_lens[0081]: 0x0000004e +0x00000950:ix_offs[0082]: 0x000015b4 0x00000d4c:ix_lens[0082]: 0x0000003f +0x00000954:ix_offs[0083]: 0x000015f3 0x00000d50:ix_lens[0083]: 0x00000045 +0x00000958:ix_offs[0084]: 0x00001638 0x00000d54:ix_lens[0084]: 0x0000003f +0x0000095c:ix_offs[0085]: 0x00001677 0x00000d58:ix_lens[0085]: 0x0000003f +0x00000960:ix_offs[0086]: 0x000016b6 0x00000d5c:ix_lens[0086]: 0x0000008a +0x00000964:ix_offs[0087]: 0x00001740 0x00000d60:ix_lens[0087]: 0x0000006c +0x00000968:ix_offs[0088]: 0x000017ac 0x00000d64:ix_lens[0088]: 0x0000003f +0x0000096c:ix_offs[0089]: 0x000017eb 0x00000d68:ix_lens[0089]: 0x0000004e +0x00000970:ix_offs[0090]: 0x00001839 0x00000d6c:ix_lens[0090]: 0x0000004e +0x00000974:ix_offs[0091]: 0x00001887 0x00000d70:ix_lens[0091]: 0x0000004e +0x00000978:ix_offs[0092]: 0x000018d5 0x00000d74:ix_lens[0092]: 0x0000003f +0x0000097c:ix_offs[0093]: 0x00001914 0x00000d78:ix_lens[0093]: 0x0000008a +0x00000980:ix_offs[0094]: 0x0000199e 0x00000d7c:ix_lens[0094]: 0x0000002c +0x00000984:ix_offs[0095]: 0x000019ca 0x00000d80:ix_lens[0095]: 0x0000006c +0x00000988:ix_offs[0096]: 0x00001a36 0x00000d84:ix_lens[0096]: 0x0000004e +0x0000098c:ix_offs[0097]: 0x00001a84 0x00000d88:ix_lens[0097]: 0x0000003f +0x00000990:ix_offs[0098]: 0x00001ac3 0x00000d8c:ix_lens[0098]: 0x0000003f +0x00000994:ix_offs[0099]: 0x00001b02 0x00000d90:ix_lens[0099]: 0x0000007b +0x00000998:ix_offs[0100]: 0x00001b7d 0x00000d94:ix_lens[0100]: 0x0000008a +0x0000099c:ix_offs[0101]: 0x00001c07 0x00000d98:ix_lens[0101]: 0x0000004e +0x000009a0:ix_offs[0102]: 0x00001c55 0x00000d9c:ix_lens[0102]: 0x0000006c +0x000009a4:ix_offs[0103]: 0x00001cc1 0x00000da0:ix_lens[0103]: 0x0000006c +0x000009a8:ix_offs[0104]: 0x00001d2d 0x00000da4:ix_lens[0104]: 0x0000004e +0x000009ac:ix_offs[0105]: 0x00001d7b 0x00000da8:ix_lens[0105]: 0x0000005d +0x000009b0:ix_offs[0106]: 0x00001dd8 0x00000dac:ix_lens[0106]: 0x0000005d +0x000009b4:ix_offs[0107]: 0x00001e35 0x00000db0:ix_lens[0107]: 0x0000003f +0x000009b8:ix_offs[0108]: 0x00001e74 0x00000db4:ix_lens[0108]: 0x0000005d +0x000009bc:ix_offs[0109]: 0x00001ed1 0x00000db8:ix_lens[0109]: 0x0000003f +0x000009c0:ix_offs[0110]: 0x00001f10 0x00000dbc:ix_lens[0110]: 0x0000005d +0x000009c4:ix_offs[0111]: 0x00001f6d 0x00000dc0:ix_lens[0111]: 0x0000007b +0x000009c8:ix_offs[0112]: 0x00001fe8 0x00000dc4:ix_lens[0112]: 0x0000003f +0x000009cc:ix_offs[0113]: 0x00002027 0x00000dc8:ix_lens[0113]: 0x0000007b +0x000009d0:ix_offs[0114]: 0x000020a2 0x00000dcc:ix_lens[0114]: 0x0000002c +0x000009d4:ix_offs[0115]: 0x000020ce 0x00000dd0:ix_lens[0115]: 0x00000047 +0x000009d8:ix_offs[0116]: 0x00002115 0x00000dd4:ix_lens[0116]: 0x00000047 +0x000009dc:ix_offs[0117]: 0x0000215c 0x00000dd8:ix_lens[0117]: 0x0000003f +0x000009e0:ix_offs[0118]: 0x0000219b 0x00000ddc:ix_lens[0118]: 0x0000003f +0x000009e4:ix_offs[0119]: 0x000021da 0x00000de0:ix_lens[0119]: 0x0000003f +0x000009e8:ix_offs[0120]: 0x00002219 0x00000de4:ix_lens[0120]: 0x0000004e +0x000009ec:ix_offs[0121]: 0x00002267 0x00000de8:ix_lens[0121]: 0x0000003f +0x000009f0:ix_offs[0122]: 0x000022a6 0x00000dec:ix_lens[0122]: 0x00000030 +0x000009f4:ix_offs[0123]: 0x000022d6 0x00000df0:ix_lens[0123]: 0x0000003f +0x000009f8:ix_offs[0124]: 0x00002315 0x00000df4:ix_lens[0124]: 0x0000003f +0x000009fc:ix_offs[0125]: 0x00002354 0x00000df8:ix_lens[0125]: 0x0000003f +0x00000a00:ix_offs[0126]: 0x00002393 0x00000dfc:ix_lens[0126]: 0x00000047 +0x00000a04:ix_offs[0127]: 0x000023da 0x00000e00:ix_lens[0127]: 0x0000003f +0x00000a08:ix_offs[0128]: 0x00002419 0x00000e04:ix_lens[0128]: 0x0000003f +0x00000a0c:ix_offs[0129]: 0x00002458 0x00000e08:ix_lens[0129]: 0x0000003f +0x00000a10:ix_offs[0130]: 0x00002497 0x00000e0c:ix_lens[0130]: 0x0000002c +0x00000a14:ix_offs[0131]: 0x000024c3 0x00000e10:ix_lens[0131]: 0x0000003b +0x00000a18:ix_offs[0132]: 0x000024fe 0x00000e14:ix_lens[0132]: 0x0000002c +0x00000a1c:ix_offs[0133]: 0x0000252a 0x00000e18:ix_lens[0133]: 0x0000003b +0x00000a20:ix_offs[0134]: 0x00002565 0x00000e1c:ix_lens[0134]: 0x0000003b +0x00000a24:ix_offs[0135]: 0x000025a0 0x00000e20:ix_lens[0135]: 0x0000003b +0x00000a28:ix_offs[0136]: 0x000025db 0x00000e24:ix_lens[0136]: 0x0000002c +0x00000a2c:ix_offs[0137]: 0x00002607 0x00000e28:ix_lens[0137]: 0x0000002c +0x00000a30:ix_offs[0138]: 0x00002633 0x00000e2c:ix_lens[0138]: 0x0000003b +0x00000a34:ix_offs[0139]: 0x0000266e 0x00000e30:ix_lens[0139]: 0x0000002c +0x00000a38:ix_offs[0140]: 0x0000269a 0x00000e34:ix_lens[0140]: 0x0000002c +0x00000a3c:ix_offs[0141]: 0x000026c6 0x00000e38:ix_lens[0141]: 0x0000002c +0x00000a40:ix_offs[0142]: 0x000026f2 0x00000e3c:ix_lens[0142]: 0x0000002c +0x00000a44:ix_offs[0143]: 0x0000271e 0x00000e40:ix_lens[0143]: 0x0000003b +0x00000a48:ix_offs[0144]: 0x00002759 0x00000e44:ix_lens[0144]: 0x0000002c +0x00000a4c:ix_offs[0145]: 0x00002785 0x00000e48:ix_lens[0145]: 0x0000003b +0x00000a50:ix_offs[0146]: 0x000027c0 0x00000e4c:ix_lens[0146]: 0x00000043 +0x00000a54:ix_offs[0147]: 0x00002803 0x00000e50:ix_lens[0147]: 0x00000034 +0x00000a58:ix_offs[0148]: 0x00002837 0x00000e54:ix_lens[0148]: 0x0000002c +0x00000a5c:ix_offs[0149]: 0x00002863 0x00000e58:ix_lens[0149]: 0x0000003b +0x00000a60:ix_offs[0150]: 0x0000289e 0x00000e5c:ix_lens[0150]: 0x0000003b +0x00000a64:ix_offs[0151]: 0x000028d9 0x00000e60:ix_lens[0151]: 0x00000077 +0x00000a68:ix_offs[0152]: 0x00002950 0x00000e64:ix_lens[0152]: 0x0000002c +0x00000a6c:ix_offs[0153]: 0x0000297c 0x00000e68:ix_lens[0153]: 0x0000002c +0x00000a70:ix_offs[0154]: 0x000029a8 0x00000e6c:ix_lens[0154]: 0x000000b0 +0x00000a74:ix_offs[0155]: 0x00002a58 0x00000e70:ix_lens[0155]: 0x000000a1 +0x00000a78:ix_offs[0156]: 0x00002af9 0x00000e74:ix_lens[0156]: 0x0000006d +0x00000a7c:ix_offs[0157]: 0x00002b66 0x00000e78:ix_lens[0157]: 0x000000a0 +0x00000a80:ix_offs[0158]: 0x00002c06 0x00000e7c:ix_lens[0158]: 0x00000090 +0x00000a84:ix_offs[0159]: 0x00002c96 0x00000e80:ix_lens[0159]: 0x000000cc +0x00000a88:ix_offs[0160]: 0x00002d62 0x00000e84:ix_lens[0160]: 0x000000a5 +0x00000a8c:ix_offs[0161]: 0x00002e07 0x00000e88:ix_lens[0161]: 0x0000008a +0x00000a90:ix_offs[0162]: 0x00002e91 0x00000e8c:ix_lens[0162]: 0x00000085 +0x00000a94:ix_offs[0163]: 0x00002f16 0x00000e90:ix_lens[0163]: 0x0000004b +0x00000a98:ix_offs[0164]: 0x00002f61 0x00000e94:ix_lens[0164]: 0x0000007c + +0x00000a9c-0x00000c03:ix_offs[0165-0254] default value 0x00000000 +0x00000e98-0x00000fff:ix_lens[0165-0254] default value 0x00000000 + +BLOCK - DATA +[0000] FAM rkey: F1269 offs: 0x00000000 lens: 0x0000006c +0x00001000-0x0000106b: +>>0 @F1269@ FAM +1 HUSB @I2458@ +1 WIFE @I2459@ +1 MARR +2 DATE 1003 +1 CHIL @I2460@ +1 CHIL @I2457@ +1 CHIL @I2533@ +<< +[0001] FAM rkey: F1270 offs: 0x0000006c lens: 0x0000003b +0x0000106c-0x000010a6: +>>0 @F1270@ FAM +1 HUSB @I2457@ +1 WIFE @I2536@ +1 CHIL @I2534@ +<< +[0002] FAM rkey: F1271 offs: 0x000000a7 lens: 0x0000002c +0x000010a7-0x000010d2: +>>0 @F1271@ FAM +1 HUSB @I2463@ +1 CHIL @I2458@ +<< +[0003] FAM rkey: F1272 offs: 0x000000d3 lens: 0x0000002c +0x000010d3-0x000010fe: +>>0 @F1272@ FAM +1 HUSB @I2458@ +1 WIFE @I2461@ +<< +[0004] FAM rkey: F1273 offs: 0x000000ff lens: 0x00000046 +0x000010ff-0x00001144: +>>0 @F1273@ FAM +1 HUSB @I2458@ +1 WIFE @I2462@ +1 DIV Y +1 MARR +2 DATE 996 +<< +[0005] FAM rkey: F1274 offs: 0x00000145 lens: 0x0000003f +0x00001145-0x00001183: +>>0 @F1274@ FAM +1 HUSB @I2464@ +1 WIFE @I2619@ +1 MARR +2 DATE 1305 +<< +[0006] FAM rkey: F1275 offs: 0x00000184 lens: 0x00000052 +0x00001184-0x000011d5: +>>0 @F1275@ FAM +1 HUSB @I2464@ +1 WIFE @I2487@ +1 MARR +2 DATE AUG 1315 +1 CHIL @I2466@ +<< +[0007] FAM rkey: F1276 offs: 0x000001d6 lens: 0x0000003f +0x000011d6-0x00001214: +>>0 @F1276@ FAM +1 HUSB @I2465@ +1 WIFE @I2490@ +1 MARR +2 DATE 1307 +<< +[0008] FAM rkey: F1277 offs: 0x00000215 lens: 0x0000002c +0x00001215-0x00001240: +>>0 @F1277@ FAM +1 HUSB @I2468@ +1 CHIL @I2467@ +<< +[0009] FAM rkey: F1278 offs: 0x00000241 lens: 0x0000002c +0x00001241-0x0000126c: +>>0 @F1278@ FAM +1 HUSB @I2483@ +1 CHIL @I2482@ +<< +[0010] FAM rkey: F1279 offs: 0x0000026d lens: 0x0000002c +0x0000126d-0x00001298: +>>0 @F1279@ FAM +1 HUSB @I2488@ +1 CHIL @I2487@ +<< +[0011] FAM rkey: F1280 offs: 0x00000299 lens: 0x0000002c +0x00001299-0x000012c4: +>>0 @F1280@ FAM +1 HUSB @I2489@ +1 CHIL @I2488@ +<< +[0012] FAM rkey: F1281 offs: 0x000002c5 lens: 0x0000003b +0x000012c5-0x000012ff: +>>0 @F1281@ FAM +1 HUSB @I2495@ +1 CHIL @I2494@ +1 CHIL @I2520@ +<< +[0013] FAM rkey: F1282 offs: 0x00000300 lens: 0x00000052 +0x00001300-0x00001351: +>>0 @F1282@ FAM +1 HUSB @I2494@ +1 WIFE @I2496@ +1 MARR +2 DATE JUL 1313 +1 CHIL @I2498@ +<< +[0014] FAM rkey: F1283 offs: 0x00000352 lens: 0x0000003f +0x00001352-0x00001390: +>>0 @F1283@ FAM +1 HUSB @I2494@ +1 WIFE @I2497@ +1 MARR +2 DATE 1349 +<< +[0015] FAM rkey: F1284 offs: 0x00000391 lens: 0x00000064 +0x00001391-0x000013f4: +>>0 @F1284@ FAM +1 HUSB @I2498@ +1 WIFE @I2519@ +1 MARR +2 DATE 28 JUL 1332 +1 CHIL @I2499@ +1 CHIL @I2518@ +<< +[0016] FAM rkey: F1285 offs: 0x000003f5 lens: 0x00000046 +0x000013f5-0x0000143a: +>>0 @F1285@ FAM +1 HUSB @I2498@ +1 WIFE @I2620@ +1 MARR +2 DATE 19 FEB 1350 +<< +[0017] FAM rkey: F1286 offs: 0x0000043b lens: 0x0000002c +0x0000143b-0x00001466: +>>0 @F1286@ FAM +1 HUSB @I2507@ +1 WIFE @I2921@ +<< +[0018] FAM rkey: F1287 offs: 0x00000467 lens: 0x0000003b +0x00001467-0x000014a1: +>>0 @F1287@ FAM +1 HUSB @I2513@ +1 WIFE @I2514@ +1 CHIL @I2511@ +<< +[0019] FAM rkey: F1288 offs: 0x000004a2 lens: 0x0000002c +0x000014a2-0x000014cd: +>>0 @F1288@ FAM +1 HUSB @I2515@ +1 CHIL @I2513@ +<< +[0020] FAM rkey: F1289 offs: 0x000004ce lens: 0x0000002c +0x000014ce-0x000014f9: +>>0 @F1289@ FAM +1 HUSB @I2516@ +1 CHIL @I2515@ +<< +[0021] FAM rkey: F1290 offs: 0x000004fa lens: 0x0000004a +0x000014fa-0x00001543: +>>0 @F1290@ FAM +1 HUSB @I2517@ +1 WIFE @I2919@ +1 CHIL @I2516@ +1 CHIL @I2921@ +<< +[0022] FAM rkey: F1291 offs: 0x00000544 lens: 0x0000002c +0x00001544-0x0000156f: +>>0 @F1291@ FAM +1 HUSB @I2521@ +1 WIFE @I2520@ +<< +[0023] FAM rkey: F1292 offs: 0x00000570 lens: 0x00000055 +0x00001570-0x000015c4: +>>0 @F1292@ FAM +1 HUSB @I2522@ +1 WIFE @I2615@ +1 MARR +2 DATE 26 NOV 1570 +1 CHIL @I2616@ +<< +[0024] FAM rkey: F1293 offs: 0x000005c5 lens: 0x00000046 +0x000015c5-0x0000160a: +>>0 @F1293@ FAM +1 HUSB @I2523@ +1 WIFE @I2617@ +1 MARR +2 DATE 15 FEB 1575 +<< +[0025] FAM rkey: F1294 offs: 0x0000060b lens: 0x0000002c +0x0000160b-0x00001636: +>>0 @F1294@ FAM +1 HUSB @I2525@ +1 CHIL @I2524@ +<< +[0026] FAM rkey: F1295 offs: 0x00000637 lens: 0x00000073 +0x00001637-0x000016a9: +>>0 @F1295@ FAM +1 HUSB @I2713@ +1 WIFE @I2526@ +1 MARR +2 DATE 30 JUN 1964 +1 CHIL @I2714@ +1 CHIL @I2715@ +1 CHIL @I2716@ +<< +[0027] FAM rkey: F1296 offs: 0x000006aa lens: 0x00000073 +0x000016aa-0x0000171c: +>>0 @F1296@ FAM +1 HUSB @I2717@ +1 WIFE @I2527@ +1 MARR +2 DATE 25 MAY 1961 +1 CHIL @I2718@ +1 CHIL @I2719@ +1 CHIL @I2720@ +<< +[0028] FAM rkey: F1297 offs: 0x0000071d lens: 0x00000072 +0x0000171d-0x0000178e: +>>0 @F1297@ FAM +1 HUSB @I2721@ +1 WIFE @I2528@ +1 MARR +2 DATE 5 JUN 1964 +1 CHIL @I2722@ +1 CHIL @I2723@ +1 CHIL @I2724@ +<< +[0029] FAM rkey: F1298 offs: 0x0000078f lens: 0x00000073 +0x0000178f-0x00001801: +>>0 @F1298@ FAM +1 HUSB @I2725@ +1 WIFE @I2529@ +1 MARR +2 DATE 15 JUN 1974 +1 CHIL @I2726@ +1 CHIL @I2727@ +1 CHIL @I2728@ +<< +[0030] FAM rkey: F1299 offs: 0x00000802 lens: 0x00000055 +0x00001802-0x00001856: +>>0 @F1299@ FAM +1 HUSB @I2537@ +1 WIFE @I2538@ +1 MARR +2 DATE 18 DEC 1422 +1 CHIL @I2540@ +<< +[0031] FAM rkey: F1300 offs: 0x00000857 lens: 0x0000002c +0x00001857-0x00001882: +>>0 @F1300@ FAM +1 WIFE @I2539@ +1 CHIL @I2538@ +<< +[0032] FAM rkey: F1301 offs: 0x00000883 lens: 0x00000046 +0x00001883-0x000018c8: +>>0 @F1301@ FAM +1 HUSB @I2540@ +1 WIFE @I2541@ +1 MARR +2 DATE 24 JUN 1436 +<< +[0033] FAM rkey: F1302 offs: 0x000008c9 lens: 0x00000064 +0x000018c9-0x0000192c: +>>0 @F1302@ FAM +1 HUSB @I2540@ +1 WIFE @I2542@ +1 MARR +2 DATE 14 FEB 1457 +1 CHIL @I2544@ +1 CHIL @I2543@ +<< +[0034] FAM rkey: F1303 offs: 0x0000092d lens: 0x00000045 +0x0000192d-0x00001971: +>>0 @F1303@ FAM +1 HUSB @I2543@ +1 WIFE @I2545@ +1 MARR +2 DATE 6 DEC 1491 +<< +[0035] FAM rkey: F1304 offs: 0x00000972 lens: 0x0000003b +0x00001972-0x000019ac: +>>0 @F1304@ FAM +1 HUSB @I2552@ +1 WIFE @I2557@ +1 CHIL @I2565@ +<< +[0036] FAM rkey: F1305 offs: 0x000009ad lens: 0x0000007a +0x000019ad-0x00001a26: +>>0 @F1305@ FAM +1 HUSB @I2553@ +1 WIFE @I2558@ +1 MARR +2 DATE 798 +1 CHIL @I2560@ +1 CHIL @I2561@ +1 CHIL @I2562@ +1 CHIL @I2563@ +<< +[0037] FAM rkey: F1306 offs: 0x00000a27 lens: 0x0000003b +0x00001a27-0x00001a61: +>>0 @F1306@ FAM +1 HUSB @I2553@ +1 WIFE @I2559@ +1 CHIL @I2564@ +<< +[0038] FAM rkey: F1307 offs: 0x00000a62 lens: 0x00000059 +0x00001a62-0x00001aba: +>>0 @F1307@ FAM +1 HUSB @I2560@ +1 WIFE @I2566@ +1 CHIL @I2567@ +1 CHIL @I2568@ +1 CHIL @I2569@ +<< +[0039] FAM rkey: F1308 offs: 0x00000abb lens: 0x0000002c +0x00001abb-0x00001ae6: +>>0 @F1308@ FAM +1 HUSB @I2561@ +1 CHIL @I2570@ +<< +[0040] FAM rkey: F1309 offs: 0x00000ae7 lens: 0x00000059 +0x00001ae7-0x00001b3f: +>>0 @F1309@ FAM +1 HUSB @I2563@ +1 WIFE @I2571@ +1 CHIL @I2572@ +1 CHIL @I2573@ +1 CHIL @I2574@ +<< +[0041] FAM rkey: F1310 offs: 0x00000b40 lens: 0x0000007a +0x00001b40-0x00001bb9: +>>0 @F1310@ FAM +1 HUSB @I2564@ +1 WIFE @I2575@ +1 MARR +2 DATE 842 +1 CHIL @I2576@ +1 CHIL @I2577@ +1 CHIL @I2578@ +1 CHIL @I2579@ +<< +[0042] FAM rkey: F1311 offs: 0x00000bba lens: 0x0000003b +0x00001bba-0x00001bf4: +>>0 @F1311@ FAM +1 HUSB @I2567@ +1 WIFE @I2586@ +1 CHIL @I2587@ +<< +[0043] FAM rkey: F1312 offs: 0x00000bf5 lens: 0x0000002c +0x00001bf5-0x00001c20: +>>0 @F1312@ FAM +1 HUSB @I2568@ +1 WIFE @I2590@ +<< +[0044] FAM rkey: F1313 offs: 0x00000c21 lens: 0x0000002c +0x00001c21-0x00001c4c: +>>0 @F1313@ FAM +1 HUSB @I2568@ +1 WIFE @I2591@ +<< +[0045] FAM rkey: F1314 offs: 0x00000c4d lens: 0x0000003b +0x00001c4d-0x00001c87: +>>0 @F1314@ FAM +1 HUSB @I2572@ +1 WIFE @I2592@ +1 CHIL @I2593@ +<< +[0046] FAM rkey: F1315 offs: 0x00000c88 lens: 0x0000005c +0x00001c88-0x00001ce3: +>>0 @F1315@ FAM +1 HUSB @I2576@ +1 WIFE @I2580@ +1 MARR +2 DATE 862 +1 CHIL @I2581@ +1 CHIL @I2582@ +<< +[0047] FAM rkey: F1316 offs: 0x00000ce4 lens: 0x0000003b +0x00001ce4-0x00001d1e: +>>0 @F1316@ FAM +1 HUSB @I2576@ +1 WIFE @I2583@ +1 CHIL @I2584@ +<< +[0048] FAM rkey: F1317 offs: 0x00000d1f lens: 0x0000004d +0x00001d1f-0x00001d6b: +>>0 @F1317@ FAM +1 HUSB @I2584@ +1 WIFE @I2585@ +1 MARR +2 DATE 917 +1 CHIL @I2604@ +<< +[0049] FAM rkey: F1318 offs: 0x00000d6c lens: 0x0000003b +0x00001d6c-0x00001da6: +>>0 @F1318@ FAM +1 HUSB @I2588@ +1 WIFE @I2587@ +1 CHIL @I2589@ +<< +[0050] FAM rkey: F1319 offs: 0x00000da7 lens: 0x00000059 +0x00001da7-0x00001dff: +>>0 @F1319@ FAM +1 HUSB @I2593@ +1 WIFE @I2594@ +1 CHIL @I2595@ +1 CHIL @I2596@ +1 CHIL @I2597@ +<< +[0051] FAM rkey: F1320 offs: 0x00000e00 lens: 0x0000003b +0x00001e00-0x00001e3a: +>>0 @F1320@ FAM +1 HUSB @I2598@ +1 WIFE @I2597@ +1 CHIL @I2599@ +<< +[0052] FAM rkey: F1321 offs: 0x00000e3b lens: 0x00000059 +0x00001e3b-0x00001e93: +>>0 @F1321@ FAM +1 HUSB @I2599@ +1 WIFE @I2600@ +1 CHIL @I2601@ +1 CHIL @I2602@ +1 CHIL @I2603@ +<< +[0053] FAM rkey: F1322 offs: 0x00000e94 lens: 0x0000004a +0x00001e94-0x00001edd: +>>0 @F1322@ FAM +1 HUSB @I2604@ +1 WIFE @I2603@ +1 CHIL @I2605@ +1 CHIL @I2606@ +<< +[0054] FAM rkey: F1323 offs: 0x00000ede lens: 0x0000003b +0x00001ede-0x00001f18: +>>0 @F1323@ FAM +1 HUSB @I2605@ +1 CHIL @I2607@ +1 CHIL @I2608@ +<< +[0055] FAM rkey: F1324 offs: 0x00000f19 lens: 0x0000002c +0x00001f19-0x00001f44: +>>0 @F1324@ FAM +1 HUSB @I2613@ +1 CHIL @I2609@ +<< +[0056] FAM rkey: F1325 offs: 0x00000f45 lens: 0x0000002c +0x00001f45-0x00001f70: +>>0 @F1325@ FAM +1 HUSB @I2611@ +1 WIFE @I2612@ +<< +[0057] FAM rkey: F1326 offs: 0x00000f71 lens: 0x0000004e +0x00001f71-0x00001fbe: +>>0 @F1326@ FAM +1 HUSB @I2895@ +1 WIFE @I2896@ +1 MARR +2 DATE 1754 +1 CHIL @I2614@ +<< +[0058] FAM rkey: F1327 offs: 0x00000fbf lens: 0x0000002c +0x00001fbf-0x00001fea: +>>0 @F1327@ FAM +1 HUSB @I2626@ +1 CHIL @I2625@ +<< +[0059] FAM rkey: F1328 offs: 0x00000feb lens: 0x0000003f +0x00001feb-0x00002029: +>>0 @F1328@ FAM +1 HUSB @I2636@ +1 WIFE @I2634@ +1 MARR +2 DATE 1901 +<< +[0060] FAM rkey: F1329 offs: 0x0000102a lens: 0x0000003f +0x0000202a-0x00002068: +>>0 @F1329@ FAM +1 HUSB @I2648@ +1 WIFE @I2635@ +1 MARR +2 DATE 1906 +<< +[0061] FAM rkey: F1330 offs: 0x00001069 lens: 0x0000003f +0x00002069-0x000020a7: +>>0 @F1330@ FAM +1 HUSB @I2644@ +1 WIFE @I2642@ +1 MARR +2 DATE 1940 +<< +[0062] FAM rkey: F1331 offs: 0x000010a8 lens: 0x0000003b +0x000020a8-0x000020e2: +>>0 @F1331@ FAM +1 HUSB @I2649@ +1 WIFE @I2650@ +1 CHIL @I2648@ +<< +[0063] FAM rkey: F1332 offs: 0x000010e3 lens: 0x0000002c +0x000020e3-0x0000210e: +>>0 @F1332@ FAM +1 HUSB @I2924@ +1 CHIL @I2659@ +<< +[0064] FAM rkey: F1333 offs: 0x0000110f lens: 0x0000002c +0x0000210f-0x0000213a: +>>0 @F1333@ FAM +1 HUSB @I2922@ +1 CHIL @I2661@ +<< +[0065] FAM rkey: F1334 offs: 0x0000113b lens: 0x0000003b +0x0000213b-0x00002175: +>>0 @F1334@ FAM +1 HUSB @I2663@ +1 WIFE @I2664@ +1 CHIL @I2662@ +<< +[0066] FAM rkey: F1335 offs: 0x00001176 lens: 0x0000002c +0x00002176-0x000021a1: +>>0 @F1335@ FAM +1 HUSB @I2923@ +1 CHIL @I2664@ +<< +[0067] FAM rkey: F1336 offs: 0x000011a2 lens: 0x0000003f +0x000021a2-0x000021e0: +>>0 @F1336@ FAM +1 HUSB @I2665@ +1 WIFE @I2667@ +1 MARR +2 DATE 1856 +<< +[0068] FAM rkey: F1337 offs: 0x000011e1 lens: 0x0000008a +0x000021e1-0x0000226a: +>>0 @F1337@ FAM +1 HUSB @I2666@ +1 WIFE @I2668@ +1 MARR +2 DATE 1857 +1 CHIL @I2669@ +1 CHIL @I2670@ +1 CHIL @I2674@ +1 CHIL @I2675@ +1 CHIL @I2672@ +<< +[0069] FAM rkey: F1338 offs: 0x0000126b lens: 0x0000003f +0x0000226b-0x000022a9: +>>0 @F1338@ FAM +1 HUSB @I2670@ +1 WIFE @I2676@ +1 MARR +2 DATE 1891 +<< +[0070] FAM rkey: F1339 offs: 0x000012aa lens: 0x0000006c +0x000022aa-0x00002315: +>>0 @F1339@ FAM +1 HUSB @I2671@ +1 WIFE @I2679@ +1 MARR +2 DATE 1884 +1 CHIL @I2684@ +1 CHIL @I2685@ +1 CHIL @I2686@ +<< +[0071] FAM rkey: F1340 offs: 0x00001316 lens: 0x0000003f +0x00002316-0x00002354: +>>0 @F1340@ FAM +1 HUSB @I2674@ +1 WIFE @I2673@ +1 MARR +2 DATE 1900 +<< +[0072] FAM rkey: F1341 offs: 0x00001355 lens: 0x0000003f +0x00002355-0x00002393: +>>0 @F1341@ FAM +1 HUSB @I2847@ +1 WIFE @I2673@ +1 MARR +2 DATE 1922 +<< +[0073] FAM rkey: F1342 offs: 0x00001394 lens: 0x0000002c +0x00002394-0x000023bf: +>>0 @F1342@ FAM +1 HUSB @I2680@ +1 CHIL @I2679@ +<< +[0074] FAM rkey: F1343 offs: 0x000013c0 lens: 0x0000003f +0x000023c0-0x000023fe: +>>0 @F1343@ FAM +1 HUSB @I2684@ +1 WIFE @I2687@ +1 MARR +2 DATE 1911 +<< +[0075] FAM rkey: F1344 offs: 0x000013ff lens: 0x0000002c +0x000023ff-0x0000242a: +>>0 @F1344@ FAM +1 HUSB @I2688@ +1 CHIL @I2687@ +<< +[0076] FAM rkey: F1345 offs: 0x0000142b lens: 0x0000003f +0x0000242b-0x00002469: +>>0 @F1345@ FAM +1 HUSB @I2693@ +1 WIFE @I2841@ +1 MARR +2 DATE 1939 +<< +[0077] FAM rkey: F1346 offs: 0x0000146a lens: 0x0000003f +0x0000246a-0x000024a8: +>>0 @F1346@ FAM +1 HUSB @I2698@ +1 WIFE @I2697@ +1 MARR +2 DATE 1896 +<< +[0078] FAM rkey: F1347 offs: 0x000014a9 lens: 0x0000003f +0x000024a9-0x000024e7: +>>0 @F1347@ FAM +1 HUSB @I2702@ +1 WIFE @I2703@ +1 MARR +2 DATE 1948 +<< +[0079] FAM rkey: F1348 offs: 0x000014e8 lens: 0x0000003f +0x000024e8-0x00002526: +>>0 @F1348@ FAM +1 HUSB @I2706@ +1 WIFE @I2709@ +1 MARR +2 DATE 1969 +<< +[0080] FAM rkey: F1349 offs: 0x00001527 lens: 0x0000003f +0x00002527-0x00002565: +>>0 @F1349@ FAM +1 HUSB @I2707@ +1 WIFE @I2710@ +1 MARR +2 DATE 1973 +<< +[0081] FAM rkey: F1350 offs: 0x00001566 lens: 0x0000004e +0x00002566-0x000025b3: +>>0 @F1350@ FAM +1 HUSB @I2738@ +1 WIFE @I2831@ +1 MARR +2 DATE 1937 +1 CHIL @I2832@ +<< +[0082] FAM rkey: F1351 offs: 0x000015b4 lens: 0x0000003f +0x000025b4-0x000025f2: +>>0 @F1351@ FAM +1 HUSB @I2738@ +1 WIFE @I2838@ +1 MARR +2 DATE 1954 +<< +[0083] FAM rkey: F1352 offs: 0x000015f3 lens: 0x00000045 +0x000025f3-0x00002637: +>>0 @F1352@ FAM +1 HUSB @I2738@ +1 WIFE @I2739@ +1 MARR +2 DATE 8 JUN 1978 +<< +[0084] FAM rkey: F1353 offs: 0x00001638 lens: 0x0000003f +0x00002638-0x00002676: +>>0 @F1353@ FAM +1 HUSB @I2740@ +1 WIFE @I2741@ +1 MARR +2 DATE 1976 +<< +[0085] FAM rkey: F1354 offs: 0x00001677 lens: 0x0000003f +0x00002677-0x000026b5: +>>0 @F1354@ FAM +1 HUSB @I2744@ +1 WIFE @I2742@ +1 MARR +2 DATE 1975 +<< +[0086] FAM rkey: F1355 offs: 0x000016b6 lens: 0x0000008a +0x000026b6-0x0000273f: +>>0 @F1355@ FAM +1 HUSB @I2749@ +1 WIFE @I2745@ +1 MARR +2 DATE 1955 +1 CHIL @I2750@ +1 CHIL @I2751@ +1 CHIL @I2752@ +1 CHIL @I2753@ +1 CHIL @I2754@ +<< +[0087] FAM rkey: F1356 offs: 0x00001740 lens: 0x0000006c +0x00002740-0x000027ab: +>>0 @F1356@ FAM +1 HUSB @I2755@ +1 WIFE @I2746@ +1 MARR +2 DATE 1956 +1 CHIL @I2756@ +1 CHIL @I2757@ +1 CHIL @I2758@ +<< +[0088] FAM rkey: F1357 offs: 0x000017ac lens: 0x0000003f +0x000027ac-0x000027ea: +>>0 @F1357@ FAM +1 HUSB @I2747@ +1 WIFE @I2759@ +1 MARR +2 DATE 1965 +<< +[0089] FAM rkey: F1358 offs: 0x000017eb lens: 0x0000004e +0x000027eb-0x00002838: +>>0 @F1358@ FAM +1 HUSB @I2747@ +1 WIFE @I2760@ +1 MARR +2 DATE 1967 +1 CHIL @I2761@ +<< +[0090] FAM rkey: F1359 offs: 0x00001839 lens: 0x0000004e +0x00002839-0x00002886: +>>0 @F1359@ FAM +1 HUSB @I2747@ +1 WIFE @I2762@ +1 MARR +2 DATE 1972 +1 CHIL @I2763@ +<< +[0091] FAM rkey: F1360 offs: 0x00001887 lens: 0x0000004e +0x00002887-0x000028d4: +>>0 @F1360@ FAM +1 HUSB @I2747@ +1 WIFE @I2764@ +1 MARR +2 DATE 1975 +1 CHIL @I2765@ +<< +[0092] FAM rkey: F1361 offs: 0x000018d5 lens: 0x0000003f +0x000028d5-0x00002913: +>>0 @F1361@ FAM +1 HUSB @I2766@ +1 WIFE @I2748@ +1 MARR +2 DATE 1967 +<< +[0093] FAM rkey: F1362 offs: 0x00001914 lens: 0x0000008a +0x00002914-0x0000299d: +>>0 @F1362@ FAM +1 HUSB @I2770@ +1 WIFE @I2772@ +1 MARR +2 DATE 1888 +1 CHIL @I2773@ +1 CHIL @I2774@ +1 CHIL @I2775@ +1 CHIL @I2776@ +1 CHIL @I2777@ +<< +[0094] FAM rkey: F1363 offs: 0x0000199e lens: 0x0000002c +0x0000299e-0x000029c9: +>>0 @F1363@ FAM +1 HUSB @I2778@ +1 CHIL @I2772@ +<< +[0095] FAM rkey: F1364 offs: 0x000019ca lens: 0x0000006c +0x000029ca-0x00002a35: +>>0 @F1364@ FAM +1 HUSB @I2774@ +1 WIFE @I2779@ +1 MARR +2 DATE 1915 +1 CHIL @I2780@ +1 CHIL @I2781@ +1 CHIL @I2782@ +<< +[0096] FAM rkey: F1365 offs: 0x00001a36 lens: 0x0000004e +0x00002a36-0x00002a83: +>>0 @F1365@ FAM +1 HUSB @I2774@ +1 WIFE @I2812@ +1 MARR +2 DATE 1937 +1 CHIL @I2813@ +<< +[0097] FAM rkey: F1366 offs: 0x00001a84 lens: 0x0000003f +0x00002a84-0x00002ac2: +>>0 @F1366@ FAM +1 HUSB @I2817@ +1 WIFE @I2775@ +1 MARR +2 DATE 1918 +<< +[0098] FAM rkey: F1367 offs: 0x00001ac3 lens: 0x0000003f +0x00002ac3-0x00002b01: +>>0 @F1367@ FAM +1 HUSB @I2818@ +1 WIFE @I2776@ +1 MARR +2 DATE 1929 +<< +[0099] FAM rkey: F1368 offs: 0x00001b02 lens: 0x0000007b +0x00002b02-0x00002b7c: +>>0 @F1368@ FAM +1 HUSB @I2777@ +1 WIFE @I2819@ +1 MARR +2 DATE 1928 +1 CHIL @I2820@ +1 CHIL @I2821@ +1 CHIL @I2822@ +1 CHIL @I2823@ +<< +[0100] FAM rkey: F1369 offs: 0x00001b7d lens: 0x0000008a +0x00002b7d-0x00002c06: +>>0 @F1369@ FAM +1 HUSB @I2783@ +1 WIFE @I2780@ +1 MARR +2 DATE 1936 +1 CHIL @I2784@ +1 CHIL @I2785@ +1 CHIL @I2786@ +1 CHIL @I2787@ +1 CHIL @I2788@ +<< +[0101] FAM rkey: F1370 offs: 0x00001c07 lens: 0x0000004e +0x00002c07-0x00002c54: +>>0 @F1370@ FAM +1 HUSB @I2781@ +1 WIFE @I2798@ +1 MARR +2 DATE 1944 +1 CHIL @I2799@ +<< +[0102] FAM rkey: F1371 offs: 0x00001c55 lens: 0x0000006c +0x00002c55-0x00002cc0: +>>0 @F1371@ FAM +1 HUSB @I2781@ +1 WIFE @I2803@ +1 MARR +2 DATE 1950 +1 CHIL @I2804@ +1 CHIL @I2806@ +1 CHIL @I2807@ +<< +[0103] FAM rkey: F1372 offs: 0x00001cc1 lens: 0x0000006c +0x00002cc1-0x00002d2c: +>>0 @F1372@ FAM +1 HUSB @I2808@ +1 WIFE @I2782@ +1 MARR +2 DATE 1948 +1 CHIL @I2809@ +1 CHIL @I2810@ +1 CHIL @I2811@ +<< +[0104] FAM rkey: F1373 offs: 0x00001d2d lens: 0x0000004e +0x00002d2d-0x00002d7a: +>>0 @F1373@ FAM +1 HUSB @I2789@ +1 WIFE @I2784@ +1 MARR +2 DATE 1958 +1 CHIL @I2790@ +<< +[0105] FAM rkey: F1374 offs: 0x00001d7b lens: 0x0000005d +0x00002d7b-0x00002dd7: +>>0 @F1374@ FAM +1 HUSB @I2791@ +1 WIFE @I2785@ +1 MARR +2 DATE 1961 +1 CHIL @I2792@ +1 CHIL @I2793@ +<< +[0106] FAM rkey: F1375 offs: 0x00001dd8 lens: 0x0000005d +0x00002dd8-0x00002e34: +>>0 @F1375@ FAM +1 HUSB @I2794@ +1 WIFE @I2786@ +1 MARR +2 DATE 1970 +1 CHIL @I2795@ +1 CHIL @I2796@ +<< +[0107] FAM rkey: F1376 offs: 0x00001e35 lens: 0x0000003f +0x00002e35-0x00002e73: +>>0 @F1376@ FAM +1 HUSB @I2797@ +1 WIFE @I2787@ +1 MARR +2 DATE 1976 +<< +[0108] FAM rkey: F1377 offs: 0x00001e74 lens: 0x0000005d +0x00002e74-0x00002ed0: +>>0 @F1377@ FAM +1 HUSB @I2800@ +1 WIFE @I2799@ +1 MARR +2 DATE 1970 +1 CHIL @I2801@ +1 CHIL @I2802@ +<< +[0109] FAM rkey: F1378 offs: 0x00001ed1 lens: 0x0000003f +0x00002ed1-0x00002f0f: +>>0 @F1378@ FAM +1 HUSB @I2805@ +1 WIFE @I2804@ +1 MARR +2 DATE 1977 +<< +[0110] FAM rkey: F1379 offs: 0x00001f10 lens: 0x0000005d +0x00002f10-0x00002f6c: +>>0 @F1379@ FAM +1 HUSB @I2813@ +1 WIFE @I2814@ +1 MARR +2 DATE 1969 +1 CHIL @I2815@ +1 CHIL @I2816@ +<< +[0111] FAM rkey: F1380 offs: 0x00001f6d lens: 0x0000007b +0x00002f6d-0x00002fe7: +>>0 @F1380@ FAM +1 HUSB @I2821@ +1 WIFE @I2824@ +1 MARR +2 DATE 1955 +1 CHIL @I2825@ +1 CHIL @I2826@ +1 CHIL @I2827@ +1 CHIL @I2828@ +<< +[0112] FAM rkey: F1381 offs: 0x00001fe8 lens: 0x0000003f +0x00002fe8-0x00003026: +>>0 @F1381@ FAM +1 HUSB @I2830@ +1 WIFE @I2829@ +1 MARR +2 DATE 1919 +<< +[0113] FAM rkey: F1382 offs: 0x00002027 lens: 0x0000007b +0x00003027-0x000030a1: +>>0 @F1382@ FAM +1 HUSB @I2833@ +1 WIFE @I2832@ +1 MARR +2 DATE 1962 +1 CHIL @I2834@ +1 CHIL @I2835@ +1 CHIL @I2836@ +1 CHIL @I2837@ +<< +[0114] FAM rkey: F1383 offs: 0x000020a2 lens: 0x0000002c +0x000030a2-0x000030cd: +>>0 @F1383@ FAM +1 HUSB @I2840@ +1 CHIL @I2839@ +<< +[0115] FAM rkey: F1384 offs: 0x000020ce lens: 0x00000047 +0x000030ce-0x00003114: +>>0 @F1384@ FAM +1 HUSB @I2843@ +1 WIFE @I2842@ +1 DIV Y +1 MARR +2 DATE 1938 +<< +[0116] FAM rkey: F1385 offs: 0x00002115 lens: 0x00000047 +0x00003115-0x0000315b: +>>0 @F1385@ FAM +1 HUSB @I2844@ +1 WIFE @I2842@ +1 DIV Y +1 MARR +2 DATE 1949 +<< +[0117] FAM rkey: F1386 offs: 0x0000215c lens: 0x0000003f +0x0000315c-0x0000319a: +>>0 @F1386@ FAM +1 HUSB @I2848@ +1 WIFE @I2849@ +1 MARR +2 DATE 1965 +<< +[0118] FAM rkey: F1387 offs: 0x0000219b lens: 0x0000003f +0x0000319b-0x000031d9: +>>0 @F1387@ FAM +1 HUSB @I2851@ +1 WIFE @I2850@ +1 MARR +2 DATE 1749 +<< +[0119] FAM rkey: F1388 offs: 0x000021da lens: 0x0000003f +0x000031da-0x00003218: +>>0 @F1388@ FAM +1 HUSB @I2859@ +1 WIFE @I2858@ +1 MARR +2 DATE 1680 +<< +[0120] FAM rkey: F1389 offs: 0x00002219 lens: 0x0000004e +0x00003219-0x00003266: +>>0 @F1389@ FAM +1 HUSB @I2880@ +1 WIFE @I2881@ +1 MARR +2 DATE 1738 +1 CHIL @I2878@ +<< +[0121] FAM rkey: F1390 offs: 0x00002267 lens: 0x0000003f +0x00003267-0x000032a5: +>>0 @F1390@ FAM +1 HUSB @I2890@ +1 WIFE @I2887@ +1 MARR +2 DATE 1490 +<< +[0122] FAM rkey: F1391 offs: 0x000022a6 lens: 0x00000030 +0x000032a6-0x000032d5: +>>0 @F1391@ FAM +1 WIFE @I2887@ +1 MARR +2 DATE 1497 +<< +[0123] FAM rkey: F1392 offs: 0x000022d6 lens: 0x0000003f +0x000032d6-0x00003314: +>>0 @F1392@ FAM +1 HUSB @I2889@ +1 WIFE @I2892@ +1 MARR +2 DATE 1497 +<< +[0124] FAM rkey: F1393 offs: 0x00002315 lens: 0x0000003f +0x00003315-0x00003353: +>>0 @F1393@ FAM +1 HUSB @I2891@ +1 WIFE @I2894@ +1 MARR +2 DATE 1519 +<< +[0125] FAM rkey: F1394 offs: 0x00002354 lens: 0x0000003f +0x00003354-0x00003392: +>>0 @F1394@ FAM +1 HUSB @I2893@ +1 WIFE @I2892@ +1 MARR +2 DATE 1501 +<< +[0126] FAM rkey: F1395 offs: 0x00002393 lens: 0x00000047 +0x00003393-0x000033d9: +>>0 @F1395@ FAM +1 HUSB @I2907@ +1 WIFE @I2901@ +1 DIV Y +1 MARR +2 DATE 1875 +<< +[0127] FAM rkey: F1396 offs: 0x000023da lens: 0x0000003f +0x000033da-0x00003418: +>>0 @F1396@ FAM +1 HUSB @I2905@ +1 WIFE @I2902@ +1 MARR +2 DATE 1881 +<< +[0128] FAM rkey: F1397 offs: 0x00002419 lens: 0x0000003f +0x00003419-0x00003457: +>>0 @F1397@ FAM +1 HUSB @I2906@ +1 WIFE @I2902@ +1 MARR +2 DATE 1900 +<< +[0129] FAM rkey: F1398 offs: 0x00002458 lens: 0x0000003f +0x00003458-0x00003496: +>>0 @F1398@ FAM +1 HUSB @I2904@ +1 WIFE @I2903@ +1 MARR +2 DATE 1910 +<< +[0130] FAM rkey: F1399 offs: 0x00002497 lens: 0x0000002c +0x00003497-0x000034c2: +>>0 @F1399@ FAM +1 HUSB @I2918@ +1 WIFE @I2917@ +<< +[0131] FAM rkey: F1400 offs: 0x000024c3 lens: 0x0000003b +0x000034c3-0x000034fd: +>>0 @F1400@ FAM +1 HUSB @I2934@ +1 WIFE @I2935@ +1 CHIL @I2933@ +<< +[0132] FAM rkey: F1401 offs: 0x000024fe lens: 0x0000002c +0x000034fe-0x00003529: +>>0 @F1401@ FAM +1 HUSB @I2953@ +1 CHIL @I2935@ +<< +[0133] FAM rkey: F1402 offs: 0x0000252a lens: 0x0000003b +0x0000352a-0x00003564: +>>0 @F1402@ FAM +1 HUSB @I2938@ +1 WIFE @I2939@ +1 CHIL @I2937@ +<< +[0134] FAM rkey: F1403 offs: 0x00002565 lens: 0x0000003b +0x00003565-0x0000359f: +>>0 @F1403@ FAM +1 HUSB @I2940@ +1 WIFE @I2941@ +1 CHIL @I2939@ +<< +[0135] FAM rkey: F1404 offs: 0x000025a0 lens: 0x0000003b +0x000035a0-0x000035da: +>>0 @F1404@ FAM +1 HUSB @I2942@ +1 CHIL @I2943@ +1 CHIL @I2941@ +<< +[0136] FAM rkey: F1405 offs: 0x000025db lens: 0x0000002c +0x000035db-0x00003606: +>>0 @F1405@ FAM +1 HUSB @I2950@ +1 CHIL @I2942@ +<< +[0137] FAM rkey: F1406 offs: 0x00002607 lens: 0x0000002c +0x00003607-0x00003632: +>>0 @F1406@ FAM +1 HUSB @I2943@ +1 CHIL @I2944@ +<< +[0138] FAM rkey: F1407 offs: 0x00002633 lens: 0x0000003b +0x00003633-0x0000366d: +>>0 @F1407@ FAM +1 HUSB @I2944@ +1 WIFE @I2945@ +1 CHIL @I2946@ +<< +[0139] FAM rkey: F1408 offs: 0x0000266e lens: 0x0000002c +0x0000366e-0x00003699: +>>0 @F1408@ FAM +1 HUSB @I2948@ +1 CHIL @I2947@ +<< +[0140] FAM rkey: F1409 offs: 0x0000269a lens: 0x0000002c +0x0000369a-0x000036c5: +>>0 @F1409@ FAM +1 HUSB @I2949@ +1 CHIL @I2948@ +<< +[0141] FAM rkey: F1410 offs: 0x000026c6 lens: 0x0000002c +0x000036c6-0x000036f1: +>>0 @F1410@ FAM +1 HUSB @I2951@ +1 CHIL @I2950@ +<< +[0142] FAM rkey: F1411 offs: 0x000026f2 lens: 0x0000002c +0x000036f2-0x0000371d: +>>0 @F1411@ FAM +1 HUSB @I2952@ +1 CHIL @I2951@ +<< +[0143] FAM rkey: F1412 offs: 0x0000271e lens: 0x0000003b +0x0000371e-0x00003758: +>>0 @F1412@ FAM +1 HUSB @I2954@ +1 WIFE @I2955@ +1 CHIL @I2953@ +<< +[0144] FAM rkey: F1413 offs: 0x00002759 lens: 0x0000002c +0x00003759-0x00003784: +>>0 @F1413@ FAM +1 HUSB @I2956@ +1 CHIL @I2955@ +<< +[0145] FAM rkey: F1414 offs: 0x00002785 lens: 0x0000003b +0x00003785-0x000037bf: +>>0 @F1414@ FAM +1 HUSB @I2965@ +1 WIFE @I2964@ +1 CHIL @I2966@ +<< +[0146] FAM rkey: F1415 offs: 0x000027c0 lens: 0x00000043 +0x000037c0-0x00003802: +>>0 @F1415@ FAM +1 HUSB @I2971@ +1 WIFE @I2972@ +1 DIV Y +1 CHIL @I2969@ +<< +[0147] FAM rkey: F1416 offs: 0x00002803 lens: 0x00000034 +0x00003803-0x00003836: +>>0 @F1416@ FAM +1 HUSB @I2970@ +1 WIFE @I2969@ +1 DIV Y +<< +[0148] FAM rkey: F1417 offs: 0x00002837 lens: 0x0000002c +0x00003837-0x00003862: +>>0 @F1417@ FAM +1 HUSB @I2994@ +1 CHIL @I2985@ +<< +[0149] FAM rkey: F1418 offs: 0x00002863 lens: 0x0000003b +0x00003863-0x0000389d: +>>0 @F1418@ FAM +1 HUSB @I2987@ +1 WIFE @I2988@ +1 CHIL @I2986@ +<< +[0150] FAM rkey: F1419 offs: 0x0000289e lens: 0x0000003b +0x0000389e-0x000038d8: +>>0 @F1419@ FAM +1 HUSB @I3007@ +1 WIFE @I3008@ +1 CHIL @I2995@ +<< +[0151] FAM rkey: F1420 offs: 0x000028d9 lens: 0x00000077 +0x000038d9-0x0000394f: +>>0 @F1420@ FAM +1 HUSB @I3002@ +1 WIFE @I2999@ +1 CHIL @I3003@ +1 CHIL @I3004@ +1 CHIL @I3005@ +1 CHIL @I2996@ +1 CHIL @I3006@ +<< +[0152] FAM rkey: F1421 offs: 0x00002950 lens: 0x0000002c +0x00003950-0x0000397b: +>>0 @F1421@ FAM +1 WIFE @I3000@ +1 CHIL @I2999@ +<< +[0153] FAM rkey: F1422 offs: 0x0000297c lens: 0x0000002c +0x0000397c-0x000039a7: +>>0 @F1422@ FAM +1 HUSB @I3001@ +1 CHIL @I3000@ +<< +[0154] INDI rkey: I1000 offs: 0x000029a8 lens: 0x000000b0 +0x000039a8-0x00003a57: +>>0 @I1000@ INDI +1 NAME Cicely // +1 SEX F +1 BIRT +2 DATE 20 MAR 1469 +1 DEAT +2 DATE 24 AUG 1507 +2 PLAC Quarr Abbey,Isle of Wight,England +1 FAMC @F456@ +1 FAMS @F562@ +1 FAMS @F563@ +<< +[0155] INDI rkey: I1001 offs: 0x00002a58 lens: 0x000000a1 +0x00003a58-0x00003af8: +>>0 @I1001@ INDI +1 NAME Edward_V // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 4 NOV 1470 +2 PLAC Sanctuary,Westminster,England +1 DEAT +2 DATE 1483 +1 FAMC @F456@ +<< +[0156] INDI rkey: I1002 offs: 0x00002af9 lens: 0x0000006d +0x00003af9-0x00003b65: +>>0 @I1002@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 10 APR 1472 +1 DEAT +2 DATE 11 DEC 1472 +1 FAMC @F456@ +<< +[0157] INDI rkey: I1003 offs: 0x00002b66 lens: 0x000000a0 +0x00003b66-0x00003c05: +>>0 @I1003@ INDI +1 NAME Richard // +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 17 AUG 1473 +2 PLAC Shrewsbury +1 DEAT +2 DATE AFT 1483 +1 FAMC @F456@ +1 FAMS @F564@ +<< +[0158] INDI rkey: I1004 offs: 0x00002c06 lens: 0x00000090 +0x00003c06-0x00003c95: +>>0 @I1004@ INDI +1 NAME Anne // +1 SEX F +1 BIRT +2 DATE 2 NOV 1475 +2 PLAC Westminster,Palace +1 DEAT +2 DATE 23 NOV 1511 +1 FAMC @F456@ +1 FAMS @F565@ +<< +[0159] INDI rkey: I1005 offs: 0x00002c96 lens: 0x000000cc +0x00003c96-0x00003d61: +>>0 @I1005@ INDI +1 NAME George // +1 SEX M +1 TITL Duke of Bedford +1 BIRT +2 DATE MAR 1477 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE MAR 1479 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F456@ +<< +[0160] INDI rkey: I1006 offs: 0x00002d62 lens: 0x000000a5 +0x00003d62-0x00003e06: +>>0 @I1006@ INDI +1 NAME Catherine // +1 SEX F +1 BIRT +2 DATE ABT 14 AUG 1479 +2 PLAC Eltham Palace +1 DEAT +2 DATE 15 NOV 1527 +2 PLAC Tiverton +1 FAMC @F456@ +1 FAMS @F566@ +<< +[0161] INDI rkey: I1007 offs: 0x00002e07 lens: 0x0000008a +0x00003e07-0x00003e90: +>>0 @I1007@ INDI +1 NAME Bridget // +1 SEX F +1 BIRT +2 DATE 10 NOV 1480 +2 PLAC Eltham Palace +1 DEAT +2 DATE 1517 +2 PLAC Dartford +1 FAMC @F456@ +<< +[0162] INDI rkey: I1008 offs: 0x00002e91 lens: 0x00000085 +0x00003e91-0x00003f15: +>>0 @I1008@ INDI +1 NAME John 1st /Welles/ +1 SEX M +1 TITL Viscount Welles +1 DEAT +2 DATE 9 FEB 1499 +2 PLAC London,,England +1 FAMS @F562@ +<< +[0163] INDI rkey: I1009 offs: 0x00002f16 lens: 0x0000004b +0x00003f16-0x00003f60: +>>0 @I1009@ INDI +1 NAME Thomas of_Isle_of_Wight /Kyme/ +1 SEX M +1 FAMS @F563@ +<< +[0164] INDI rkey: I1010 offs: 0x00002f61 lens: 0x0000007c +0x00003f61-0x00003fdc: +>>0 @I1010@ INDI +1 NAME Anne /Mowbray/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 19 NOV 1481 +2 PLAC Greenwich,,England +1 FAMS @F564@ +<< + +0x00003fdd: EOF (0x00003fdd) GOOD + +BLOCK - DIRECTORY ad/ac +0x00000000:ix_self: 0x00030002 (ad/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1011' +0x00000016:ix_rkey[0001]: ' I1012' +0x0000001e:ix_rkey[0002]: ' I1013' +0x00000026:ix_rkey[0003]: ' I1014' +0x0000002e:ix_rkey[0004]: ' I1015' +0x00000036:ix_rkey[0005]: ' I1016' +0x0000003e:ix_rkey[0006]: ' I1017' +0x00000046:ix_rkey[0007]: ' I1018' +0x0000004e:ix_rkey[0008]: ' I1019' +0x00000056:ix_rkey[0009]: ' I1020' +0x0000005e:ix_rkey[0010]: ' I1021' +0x00000066:ix_rkey[0011]: ' I1022' +0x0000006e:ix_rkey[0012]: ' I1023' +0x00000076:ix_rkey[0013]: ' I1024' +0x0000007e:ix_rkey[0014]: ' I1025' +0x00000086:ix_rkey[0015]: ' I1026' +0x0000008e:ix_rkey[0016]: ' I1027' +0x00000096:ix_rkey[0017]: ' I1028' +0x0000009e:ix_rkey[0018]: ' I1029' +0x000000a6:ix_rkey[0019]: ' I1030' +0x000000ae:ix_rkey[0020]: ' I1031' +0x000000b6:ix_rkey[0021]: ' I1032' +0x000000be:ix_rkey[0022]: ' I1033' +0x000000c6:ix_rkey[0023]: ' I1034' +0x000000ce:ix_rkey[0024]: ' I1035' +0x000000d6:ix_rkey[0025]: ' I1036' +0x000000de:ix_rkey[0026]: ' I1037' +0x000000e6:ix_rkey[0027]: ' I1038' +0x000000ee:ix_rkey[0028]: ' I1039' +0x000000f6:ix_rkey[0029]: ' I1040' +0x000000fe:ix_rkey[0030]: ' I1041' +0x00000106:ix_rkey[0031]: ' I1042' +0x0000010e:ix_rkey[0032]: ' I1043' +0x00000116:ix_rkey[0033]: ' I1044' +0x0000011e:ix_rkey[0034]: ' I1045' +0x00000126:ix_rkey[0035]: ' I1046' +0x0000012e:ix_rkey[0036]: ' I1047' +0x00000136:ix_rkey[0037]: ' I1048' +0x0000013e:ix_rkey[0038]: ' I1049' +0x00000146:ix_rkey[0039]: ' I1050' +0x0000014e:ix_rkey[0040]: ' I1051' +0x00000156:ix_rkey[0041]: ' I1052' +0x0000015e:ix_rkey[0042]: ' I1053' +0x00000166:ix_rkey[0043]: ' I1054' +0x0000016e:ix_rkey[0044]: ' I1055' +0x00000176:ix_rkey[0045]: ' I1056' +0x0000017e:ix_rkey[0046]: ' I1057' +0x00000186:ix_rkey[0047]: ' I1058' +0x0000018e:ix_rkey[0048]: ' I1059' +0x00000196:ix_rkey[0049]: ' I1060' +0x0000019e:ix_rkey[0050]: ' I1061' +0x000001a6:ix_rkey[0051]: ' I1062' +0x000001ae:ix_rkey[0052]: ' I1063' +0x000001b6:ix_rkey[0053]: ' I1064' +0x000001be:ix_rkey[0054]: ' I1065' +0x000001c6:ix_rkey[0055]: ' I1066' +0x000001ce:ix_rkey[0056]: ' I1067' +0x000001d6:ix_rkey[0057]: ' I1068' +0x000001de:ix_rkey[0058]: ' I1069' +0x000001e6:ix_rkey[0059]: ' I1070' +0x000001ee:ix_rkey[0060]: ' I1071' +0x000001f6:ix_rkey[0061]: ' I1072' +0x000001fe:ix_rkey[0062]: ' I1073' +0x00000206:ix_rkey[0063]: ' I1074' +0x0000020e:ix_rkey[0064]: ' I1075' +0x00000216:ix_rkey[0065]: ' I1076' +0x0000021e:ix_rkey[0066]: ' I1077' +0x00000226:ix_rkey[0067]: ' I1078' +0x0000022e:ix_rkey[0068]: ' I1079' +0x00000236:ix_rkey[0069]: ' I1080' +0x0000023e:ix_rkey[0070]: ' I1081' +0x00000246:ix_rkey[0071]: ' I1082' +0x0000024e:ix_rkey[0072]: ' I1083' +0x00000256:ix_rkey[0073]: ' I1084' +0x0000025e:ix_rkey[0074]: ' I1085' +0x00000266:ix_rkey[0075]: ' I1086' +0x0000026e:ix_rkey[0076]: ' I1087' +0x00000276:ix_rkey[0077]: ' I1088' +0x0000027e:ix_rkey[0078]: ' I1089' +0x00000286:ix_rkey[0079]: ' I1090' +0x0000028e:ix_rkey[0080]: ' I1091' +0x00000296:ix_rkey[0081]: ' I1092' +0x0000029e:ix_rkey[0082]: ' I1093' +0x000002a6:ix_rkey[0083]: ' I1094' +0x000002ae:ix_rkey[0084]: ' I1095' +0x000002b6:ix_rkey[0085]: ' I1096' +0x000002be:ix_rkey[0086]: ' I1097' +0x000002c6:ix_rkey[0087]: ' I1098' +0x000002ce:ix_rkey[0088]: ' I1099' +0x000002d6:ix_rkey[0089]: ' I1100' +0x000002de:ix_rkey[0090]: ' I1101' +0x000002e6:ix_rkey[0091]: ' I1102' +0x000002ee:ix_rkey[0092]: ' I1103' +0x000002f6:ix_rkey[0093]: ' I1104' +0x000002fe:ix_rkey[0094]: ' I1105' +0x00000306:ix_rkey[0095]: ' I1106' +0x0000030e:ix_rkey[0096]: ' I1107' +0x00000316:ix_rkey[0097]: ' I1108' +0x0000031e:ix_rkey[0098]: ' I1109' +0x00000326:ix_rkey[0099]: ' I1110' +0x0000032e:ix_rkey[0100]: ' I1111' +0x00000336:ix_rkey[0101]: ' I1112' +0x0000033e:ix_rkey[0102]: ' I1113' +0x00000346:ix_rkey[0103]: ' I1114' +0x0000034e:ix_rkey[0104]: ' I1115' +0x00000356:ix_rkey[0105]: ' I1116' +0x0000035e:ix_rkey[0106]: ' I1117' +0x00000366:ix_rkey[0107]: ' I1118' +0x0000036e:ix_rkey[0108]: ' I1119' +0x00000376:ix_rkey[0109]: ' I1120' +0x0000037e:ix_rkey[0110]: ' I1121' +0x00000386:ix_rkey[0111]: ' I1122' +0x0000038e:ix_rkey[0112]: ' I1123' +0x00000396:ix_rkey[0113]: ' I1124' +0x0000039e:ix_rkey[0114]: ' I1125' +0x000003a6:ix_rkey[0115]: ' I1126' +0x000003ae:ix_rkey[0116]: ' I1127' +0x000003b6:ix_rkey[0117]: ' I1128' +0x000003be:ix_rkey[0118]: ' I1129' +0x000003c6:ix_rkey[0119]: ' I1130' +0x000003ce:ix_rkey[0120]: ' I1131' +0x000003d6:ix_rkey[0121]: ' I1132' +0x000003de:ix_rkey[0122]: ' I1133' +0x000003e6:ix_rkey[0123]: ' I1134' +0x000003ee:ix_rkey[0124]: ' I1135' +0x000003f6:ix_rkey[0125]: ' I1136' +0x000003fe:ix_rkey[0126]: ' I1137' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000057 +0x0000080c:ix_offs[0001]: 0x00000057 0x00000c08:ix_lens[0001]: 0x00000056 +0x00000810:ix_offs[0002]: 0x000000ad 0x00000c0c:ix_lens[0002]: 0x0000005e +0x00000814:ix_offs[0003]: 0x0000010b 0x00000c10:ix_lens[0003]: 0x00000052 +0x00000818:ix_offs[0004]: 0x0000015d 0x00000c14:ix_lens[0004]: 0x00000054 +0x0000081c:ix_offs[0005]: 0x000001b1 0x00000c18:ix_lens[0005]: 0x000000c3 +0x00000820:ix_offs[0006]: 0x00000274 0x00000c1c:ix_lens[0006]: 0x00000077 +0x00000824:ix_offs[0007]: 0x000002eb 0x00000c20:ix_lens[0007]: 0x00000061 +0x00000828:ix_offs[0008]: 0x0000034c 0x00000c24:ix_lens[0008]: 0x00000090 +0x0000082c:ix_offs[0009]: 0x000003dc 0x00000c28:ix_lens[0009]: 0x0000004c +0x00000830:ix_offs[0010]: 0x00000428 0x00000c2c:ix_lens[0010]: 0x0000004b +0x00000834:ix_offs[0011]: 0x00000473 0x00000c30:ix_lens[0011]: 0x00000058 +0x00000838:ix_offs[0012]: 0x000004cb 0x00000c34:ix_lens[0012]: 0x0000008a +0x0000083c:ix_offs[0013]: 0x00000555 0x00000c38:ix_lens[0013]: 0x00000057 +0x00000840:ix_offs[0014]: 0x000005ac 0x00000c3c:ix_lens[0014]: 0x00000071 +0x00000844:ix_offs[0015]: 0x0000061d 0x00000c40:ix_lens[0015]: 0x00000065 +0x00000848:ix_offs[0016]: 0x00000682 0x00000c44:ix_lens[0016]: 0x000000d6 +0x0000084c:ix_offs[0017]: 0x00000758 0x00000c48:ix_lens[0017]: 0x000000c0 +0x00000850:ix_offs[0018]: 0x00000818 0x00000c4c:ix_lens[0018]: 0x00000074 +0x00000854:ix_offs[0019]: 0x0000088c 0x00000c50:ix_lens[0019]: 0x00000092 +0x00000858:ix_offs[0020]: 0x0000091e 0x00000c54:ix_lens[0020]: 0x00000066 +0x0000085c:ix_offs[0021]: 0x00000984 0x00000c58:ix_lens[0021]: 0x00000051 +0x00000860:ix_offs[0022]: 0x000009d5 0x00000c5c:ix_lens[0022]: 0x00000075 +0x00000864:ix_offs[0023]: 0x00000a4a 0x00000c60:ix_lens[0023]: 0x00000064 +0x00000868:ix_offs[0024]: 0x00000aae 0x00000c64:ix_lens[0024]: 0x00000061 +0x0000086c:ix_offs[0025]: 0x00000b0f 0x00000c68:ix_lens[0025]: 0x00000064 +0x00000870:ix_offs[0026]: 0x00000b73 0x00000c6c:ix_lens[0026]: 0x00000053 +0x00000874:ix_offs[0027]: 0x00000bc6 0x00000c70:ix_lens[0027]: 0x00000072 +0x00000878:ix_offs[0028]: 0x00000c38 0x00000c74:ix_lens[0028]: 0x0000005e +0x0000087c:ix_offs[0029]: 0x00000c96 0x00000c78:ix_lens[0029]: 0x0000007f +0x00000880:ix_offs[0030]: 0x00000d15 0x00000c7c:ix_lens[0030]: 0x000000c4 +0x00000884:ix_offs[0031]: 0x00000dd9 0x00000c80:ix_lens[0031]: 0x0000004f +0x00000888:ix_offs[0032]: 0x00000e28 0x00000c84:ix_lens[0032]: 0x00000062 +0x0000088c:ix_offs[0033]: 0x00000e8a 0x00000c88:ix_lens[0033]: 0x00000059 +0x00000890:ix_offs[0034]: 0x00000ee3 0x00000c8c:ix_lens[0034]: 0x00000051 +0x00000894:ix_offs[0035]: 0x00000f34 0x00000c90:ix_lens[0035]: 0x0000005a +0x00000898:ix_offs[0036]: 0x00000f8e 0x00000c94:ix_lens[0036]: 0x00000059 +0x0000089c:ix_offs[0037]: 0x00000fe7 0x00000c98:ix_lens[0037]: 0x0000005c +0x000008a0:ix_offs[0038]: 0x00001043 0x00000c9c:ix_lens[0038]: 0x000000b8 +0x000008a4:ix_offs[0039]: 0x000010fb 0x00000ca0:ix_lens[0039]: 0x0000004f +0x000008a8:ix_offs[0040]: 0x0000114a 0x00000ca4:ix_lens[0040]: 0x00000052 +0x000008ac:ix_offs[0041]: 0x0000119c 0x00000ca8:ix_lens[0041]: 0x0000004a +0x000008b0:ix_offs[0042]: 0x000011e6 0x00000cac:ix_lens[0042]: 0x00000064 +0x000008b4:ix_offs[0043]: 0x0000124a 0x00000cb0:ix_lens[0043]: 0x00000044 +0x000008b8:ix_offs[0044]: 0x0000128e 0x00000cb4:ix_lens[0044]: 0x00000050 +0x000008bc:ix_offs[0045]: 0x000012de 0x00000cb8:ix_lens[0045]: 0x00000040 +0x000008c0:ix_offs[0046]: 0x0000131e 0x00000cbc:ix_lens[0046]: 0x00000040 +0x000008c4:ix_offs[0047]: 0x0000135e 0x00000cc0:ix_lens[0047]: 0x0000009d +0x000008c8:ix_offs[0048]: 0x000013fb 0x00000cc4:ix_lens[0048]: 0x00000090 +0x000008cc:ix_offs[0049]: 0x0000148b 0x00000cc8:ix_lens[0049]: 0x00000066 +0x000008d0:ix_offs[0050]: 0x000014f1 0x00000ccc:ix_lens[0050]: 0x00000055 +0x000008d4:ix_offs[0051]: 0x00001546 0x00000cd0:ix_lens[0051]: 0x00000038 +0x000008d8:ix_offs[0052]: 0x0000157e 0x00000cd4:ix_lens[0052]: 0x00000038 +0x000008dc:ix_offs[0053]: 0x000015b6 0x00000cd8:ix_lens[0053]: 0x00000071 +0x000008e0:ix_offs[0054]: 0x00001627 0x00000cdc:ix_lens[0054]: 0x00000048 +0x000008e4:ix_offs[0055]: 0x0000166f 0x00000ce0:ix_lens[0055]: 0x00000042 +0x000008e8:ix_offs[0056]: 0x000016b1 0x00000ce4:ix_lens[0056]: 0x00000071 +0x000008ec:ix_offs[0057]: 0x00001722 0x00000ce8:ix_lens[0057]: 0x00000076 +0x000008f0:ix_offs[0058]: 0x00001798 0x00000cec:ix_lens[0058]: 0x0000006a +0x000008f4:ix_offs[0059]: 0x00001802 0x00000cf0:ix_lens[0059]: 0x000000af +0x000008f8:ix_offs[0060]: 0x000018b1 0x00000cf4:ix_lens[0060]: 0x0000006b +0x000008fc:ix_offs[0061]: 0x0000191c 0x00000cf8:ix_lens[0061]: 0x00000070 +0x00000900:ix_offs[0062]: 0x0000198c 0x00000cfc:ix_lens[0062]: 0x00000074 +0x00000904:ix_offs[0063]: 0x00001a00 0x00000d00:ix_lens[0063]: 0x00000083 +0x00000908:ix_offs[0064]: 0x00001a83 0x00000d04:ix_lens[0064]: 0x0000007e +0x0000090c:ix_offs[0065]: 0x00001b01 0x00000d08:ix_lens[0065]: 0x00000067 +0x00000910:ix_offs[0066]: 0x00001b68 0x00000d0c:ix_lens[0066]: 0x000000ad +0x00000914:ix_offs[0067]: 0x00001c15 0x00000d10:ix_lens[0067]: 0x0000006c +0x00000918:ix_offs[0068]: 0x00001c81 0x00000d14:ix_lens[0068]: 0x00000079 +0x0000091c:ix_offs[0069]: 0x00001cfa 0x00000d18:ix_lens[0069]: 0x00000093 +0x00000920:ix_offs[0070]: 0x00001d8d 0x00000d1c:ix_lens[0070]: 0x00000077 +0x00000924:ix_offs[0071]: 0x00001e04 0x00000d20:ix_lens[0071]: 0x00000079 +0x00000928:ix_offs[0072]: 0x00001e7d 0x00000d24:ix_lens[0072]: 0x00000054 +0x0000092c:ix_offs[0073]: 0x00001ed1 0x00000d28:ix_lens[0073]: 0x00000076 +0x00000930:ix_offs[0074]: 0x00001f47 0x00000d2c:ix_lens[0074]: 0x0000006b +0x00000934:ix_offs[0075]: 0x00001fb2 0x00000d30:ix_lens[0075]: 0x00000079 +0x00000938:ix_offs[0076]: 0x0000202b 0x00000d34:ix_lens[0076]: 0x00000066 +0x0000093c:ix_offs[0077]: 0x00002091 0x00000d38:ix_lens[0077]: 0x00000069 +0x00000940:ix_offs[0078]: 0x000020fa 0x00000d3c:ix_lens[0078]: 0x00000068 +0x00000944:ix_offs[0079]: 0x00002162 0x00000d40:ix_lens[0079]: 0x000000a2 +0x00000948:ix_offs[0080]: 0x00002204 0x00000d44:ix_lens[0080]: 0x00000071 +0x0000094c:ix_offs[0081]: 0x00002275 0x00000d48:ix_lens[0081]: 0x00000077 +0x00000950:ix_offs[0082]: 0x000022ec 0x00000d4c:ix_lens[0082]: 0x00000068 +0x00000954:ix_offs[0083]: 0x00002354 0x00000d50:ix_lens[0083]: 0x00000050 +0x00000958:ix_offs[0084]: 0x000023a4 0x00000d54:ix_lens[0084]: 0x00000073 +0x0000095c:ix_offs[0085]: 0x00002417 0x00000d58:ix_lens[0085]: 0x0000006a +0x00000960:ix_offs[0086]: 0x00002481 0x00000d5c:ix_lens[0086]: 0x00000055 +0x00000964:ix_offs[0087]: 0x000024d6 0x00000d60:ix_lens[0087]: 0x00000097 +0x00000968:ix_offs[0088]: 0x0000256d 0x00000d64:ix_lens[0088]: 0x00000095 +0x0000096c:ix_offs[0089]: 0x00002602 0x00000d68:ix_lens[0089]: 0x00000069 +0x00000970:ix_offs[0090]: 0x0000266b 0x00000d6c:ix_lens[0090]: 0x00000087 +0x00000974:ix_offs[0091]: 0x000026f2 0x00000d70:ix_lens[0091]: 0x0000007f +0x00000978:ix_offs[0092]: 0x00002771 0x00000d74:ix_lens[0092]: 0x00000078 +0x0000097c:ix_offs[0093]: 0x000027e9 0x00000d78:ix_lens[0093]: 0x0000007f +0x00000980:ix_offs[0094]: 0x00002868 0x00000d7c:ix_lens[0094]: 0x00000068 +0x00000984:ix_offs[0095]: 0x000028d0 0x00000d80:ix_lens[0095]: 0x0000007a +0x00000988:ix_offs[0096]: 0x0000294a 0x00000d84:ix_lens[0096]: 0x000000de +0x0000098c:ix_offs[0097]: 0x00002a28 0x00000d88:ix_lens[0097]: 0x0000006a +0x00000990:ix_offs[0098]: 0x00002a92 0x00000d8c:ix_lens[0098]: 0x0000007a +0x00000994:ix_offs[0099]: 0x00002b0c 0x00000d90:ix_lens[0099]: 0x00000076 +0x00000998:ix_offs[0100]: 0x00002b82 0x00000d94:ix_lens[0100]: 0x00000050 +0x0000099c:ix_offs[0101]: 0x00002bd2 0x00000d98:ix_lens[0101]: 0x000000aa +0x000009a0:ix_offs[0102]: 0x00002c7c 0x00000d9c:ix_lens[0102]: 0x00000048 +0x000009a4:ix_offs[0103]: 0x00002cc4 0x00000da0:ix_lens[0103]: 0x00000083 +0x000009a8:ix_offs[0104]: 0x00002d47 0x00000da4:ix_lens[0104]: 0x0000005f +0x000009ac:ix_offs[0105]: 0x00002da6 0x00000da8:ix_lens[0105]: 0x00000074 +0x000009b0:ix_offs[0106]: 0x00002e1a 0x00000dac:ix_lens[0106]: 0x00000066 +0x000009b4:ix_offs[0107]: 0x00002e80 0x00000db0:ix_lens[0107]: 0x000000cd +0x000009b8:ix_offs[0108]: 0x00002f4d 0x00000db4:ix_lens[0108]: 0x000000cc +0x000009bc:ix_offs[0109]: 0x00003019 0x00000db8:ix_lens[0109]: 0x00000076 +0x000009c0:ix_offs[0110]: 0x0000308f 0x00000dbc:ix_lens[0110]: 0x0000005b +0x000009c4:ix_offs[0111]: 0x000030ea 0x00000dc0:ix_lens[0111]: 0x00000076 +0x000009c8:ix_offs[0112]: 0x00003160 0x00000dc4:ix_lens[0112]: 0x00000064 +0x000009cc:ix_offs[0113]: 0x000031c4 0x00000dc8:ix_lens[0113]: 0x0000006f +0x000009d0:ix_offs[0114]: 0x00003233 0x00000dcc:ix_lens[0114]: 0x00000067 +0x000009d4:ix_offs[0115]: 0x0000329a 0x00000dd0:ix_lens[0115]: 0x00000076 +0x000009d8:ix_offs[0116]: 0x00003310 0x00000dd4:ix_lens[0116]: 0x00000059 +0x000009dc:ix_offs[0117]: 0x00003369 0x00000dd8:ix_lens[0117]: 0x0000004c +0x000009e0:ix_offs[0118]: 0x000033b5 0x00000ddc:ix_lens[0118]: 0x00000058 +0x000009e4:ix_offs[0119]: 0x0000340d 0x00000de0:ix_lens[0119]: 0x0000004b +0x000009e8:ix_offs[0120]: 0x00003458 0x00000de4:ix_lens[0120]: 0x00000069 +0x000009ec:ix_offs[0121]: 0x000034c1 0x00000de8:ix_lens[0121]: 0x0000007a +0x000009f0:ix_offs[0122]: 0x0000353b 0x00000dec:ix_lens[0122]: 0x0000004d +0x000009f4:ix_offs[0123]: 0x00003588 0x00000df0:ix_lens[0123]: 0x00000060 +0x000009f8:ix_offs[0124]: 0x000035e8 0x00000df4:ix_lens[0124]: 0x00000052 +0x000009fc:ix_offs[0125]: 0x0000363a 0x00000df8:ix_lens[0125]: 0x0000003b +0x00000a00:ix_offs[0126]: 0x00003675 0x00000dfc:ix_lens[0126]: 0x000000af + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1011 offs: 0x00000000 lens: 0x00000057 +0x00001000-0x00001056: +>>0 @I1011@ INDI +1 NAME Thomas 3rd /Howard/ +1 SEX M +1 TITL Duke of Norfolk +1 FAMS @F565@ +<< +[0001] INDI rkey: I1012 offs: 0x00000057 lens: 0x00000056 +0x00001057-0x000010ac: +>>0 @I1012@ INDI +1 NAME William /Courtenay/ +1 SEX M +1 TITL Earl of Devon +1 FAMS @F566@ +<< +[0002] INDI rkey: I1013 offs: 0x000000ad lens: 0x0000005e +0x000010ad-0x0000110a: +>>0 @I1013@ INDI +1 NAME John /Grey/ +1 SEX M +1 TITL Sir +1 DEAT +2 DATE 17 FEB 1461 +1 FAMS @F561@ +<< +[0003] INDI rkey: I1014 offs: 0x0000010b lens: 0x00000052 +0x0000110b-0x0000115c: +>>0 @I1014@ INDI +1 NAME Son /Grey/ +1 SEX M +1 BIRT +2 DATE BEF 1461 +1 FAMC @F561@ +<< +[0004] INDI rkey: I1015 offs: 0x0000015d lens: 0x00000054 +0x0000115d-0x000011b0: +>>0 @I1015@ INDI +1 NAME Son_2 /Grey/ +1 SEX M +1 BIRT +2 DATE BEF 1461 +1 FAMC @F561@ +<< +[0005] INDI rkey: I1016 offs: 0x000001b1 lens: 0x000000c3 +0x000011b1-0x00001273: +>>0 @I1016@ INDI +1 NAME Edward // +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 13 OCT 1453 +2 PLAC Westminster,Palace,England +1 DEAT +2 DATE 4 MAY 1471 +2 PLAC Tewkesbury +1 FAMC @F567@ +1 FAMS @F551@ +<< +[0006] INDI rkey: I1017 offs: 0x00000274 lens: 0x00000077 +0x00001274-0x000012ea: +>>0 @I1017@ INDI +1 NAME Margaret of_Austria // +1 SEX F +1 BIRT +2 DATE 1584 +1 DEAT +2 DATE 1611 +1 FAMC @F568@ +1 FAMS @F534@ +<< +[0007] INDI rkey: I1018 offs: 0x000002eb lens: 0x00000061 +0x000012eb-0x0000134b: +>>0 @I1018@ INDI +1 NAME Edward // +1 SEX M +1 TITL Earl of Warwick +1 DEAT +2 DATE 1499 +1 FAMC @F555@ +<< +[0008] INDI rkey: I1019 offs: 0x0000034c lens: 0x00000090 +0x0000134c-0x000013db: +>>0 @I1019@ INDI +1 NAME Margaret of_Salisbury // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE ABT 1469 +1 DEAT +2 DATE 1541 +1 FAMC @F555@ +1 FAMS @F569@ +<< +[0009] INDI rkey: I1020 offs: 0x000003dc lens: 0x0000004c +0x000013dc-0x00001427: +>>0 @I1020@ INDI +1 NAME Henry // +1 SEX M +1 TITL Duke of Exeter +1 FAMS @F556@ +<< +[0010] INDI rkey: I1021 offs: 0x00000428 lens: 0x0000004b +0x00001428-0x00001472: +>>0 @I1021@ INDI +1 NAME Thomas /St._Leger/ +1 SEX M +1 TITL Sir +1 FAMS @F557@ +<< +[0011] INDI rkey: I1022 offs: 0x00000473 lens: 0x00000058 +0x00001473-0x000014ca: +>>0 @I1022@ INDI +1 NAME Charles the_Bold // +1 SEX M +1 TITL Duke of Burgundy +1 FAMS @F559@ +<< +[0012] INDI rkey: I1023 offs: 0x000004cb lens: 0x0000008a +0x000014cb-0x00001554: +>>0 @I1023@ INDI +1 NAME Richard of_Cambridge /Plantagenet/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1415 +1 FAMC @F570@ +1 FAMS @F553@ +1 FAMS @F571@ +<< +[0013] INDI rkey: I1024 offs: 0x00000555 lens: 0x00000057 +0x00001555-0x000015ab: +>>0 @I1024@ INDI +1 NAME Anne /Mortimer/ +1 SEX F +1 TITL Lady +1 FAMC @F572@ +1 FAMS @F553@ +<< +[0014] INDI rkey: I1025 offs: 0x000005ac lens: 0x00000071 +0x000015ac-0x0000161c: +>>0 @I1025@ INDI +1 NAME Isabel /Plantagenet/ +1 SEX F +1 DEAT +2 DATE 1484 +1 FAMC @F553@ +1 FAMS @F573@ +1 FAMS @F574@ +<< +[0015] INDI rkey: I1026 offs: 0x0000061d lens: 0x00000065 +0x0000161d-0x00001681: +>>0 @I1026@ INDI +1 NAME Henry 1st /Bourchier/ +1 SEX M +1 TITL Earl of Essex +1 FAMC @F575@ +1 FAMS @F574@ +<< +[0016] INDI rkey: I1027 offs: 0x00000682 lens: 0x000000d6 +0x00001682-0x00001757: +>>0 @I1027@ INDI +1 NAME Charles_XV // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 3 MAY 1826 +2 PLAC Stockholm,Sweden +1 DEAT +2 DATE 19 AUG 1872 +2 PLAC Malmo +1 BURI +2 PLAC Stockholm,Sweden +1 FAMC @F302@ +1 FAMS @F376@ +<< +[0017] INDI rkey: I1028 offs: 0x00000758 lens: 0x000000c0 +0x00001758-0x00001817: +>>0 @I1028@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 5 AUG 1828 +2 PLAC The Hague +1 DEAT +2 DATE 30 MAR 1871 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMC @F336@ +1 FAMS @F376@ +<< +[0018] INDI rkey: I1029 offs: 0x00000818 lens: 0x00000074 +0x00001818-0x0000188b: +>>0 @I1029@ INDI +1 NAME Louisa of_Prussia // +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1870 +1 FAMC @F38@ +1 FAMS @F336@ +<< +[0019] INDI rkey: I1030 offs: 0x0000088c lens: 0x00000092 +0x0000188c-0x0000191d: +>>0 @I1030@ INDI +1 NAME Ernest Augustus of_Hanover/Hanover/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1987 +1 FAMC @F277@ +1 FAMS @F576@ +<< +[0020] INDI rkey: I1031 offs: 0x0000091e lens: 0x00000066 +0x0000191e-0x00001983: +>>0 @I1031@ INDI +1 NAME George William /Hanover/ +1 SEX M +1 BIRT +2 DATE 1915 +1 FAMC @F277@ +1 FAMS @F577@ +<< +[0021] INDI rkey: I1032 offs: 0x00000984 lens: 0x00000051 +0x00001984-0x000019d4: +>>0 @I1032@ INDI +1 NAME Mireille /Dutry/ +1 SEX F +1 BIRT +2 DATE 1946 +1 FAMS @F578@ +<< +[0022] INDI rkey: I1033 offs: 0x000009d5 lens: 0x00000075 +0x000019d5-0x00001a49: +>>0 @I1033@ INDI +1 NAME Christian /Hanover/ +1 SEX M +1 BIRT +2 DATE 1919 +1 DEAT +2 DATE 1981 +1 FAMC @F277@ +1 FAMS @F578@ +<< +[0023] INDI rkey: I1034 offs: 0x00000a4a lens: 0x00000064 +0x00001a4a-0x00001aad: +>>0 @I1034@ INDI +1 NAME Guelph Henry /Hanover/ +1 SEX M +1 BIRT +2 DATE 1923 +1 FAMC @F277@ +1 FAMS @F579@ +<< +[0024] INDI rkey: I1035 offs: 0x00000aae lens: 0x00000061 +0x00001aae-0x00001b0e: +>>0 @I1035@ INDI +1 NAME Monika of_Solms-Laubach /Hanover/ +1 SEX F +1 BIRT +2 DATE 1929 +1 FAMC @F277@ +<< +[0025] INDI rkey: I1036 offs: 0x00000b0f lens: 0x00000064 +0x00001b0f-0x00001b72: +>>0 @I1036@ INDI +1 NAME Alexandra of_Ysenburg_and Budingen// +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F579@ +<< +[0026] INDI rkey: I1037 offs: 0x00000b73 lens: 0x00000053 +0x00001b73-0x00001bc5: +>>0 @I1037@ INDI +1 NAME Sophie of_Greece // +1 SEX F +1 BIRT +2 DATE 1914 +1 FAMS @F577@ +<< +[0027] INDI rkey: I1038 offs: 0x00000bc6 lens: 0x00000072 +0x00001bc6-0x00001c37: +>>0 @I1038@ INDI +1 NAME Ortrud of_Schleswig- Holstein// +1 SEX F +1 BIRT +2 DATE 1925 +1 DEAT +2 DATE 1980 +1 FAMS @F576@ +<< +[0028] INDI rkey: I1039 offs: 0x00000c38 lens: 0x0000005e +0x00001c38-0x00001c95: +>>0 @I1039@ INDI +1 NAME Marie /Hanover/ +1 SEX F +1 BIRT +2 DATE 1952 +1 FAMC @F576@ +1 FAMS @F580@ +<< +[0029] INDI rkey: I1040 offs: 0x00000c96 lens: 0x0000007f +0x00001c96-0x00001d14: +>>0 @I1040@ INDI +1 NAME Ernest Augustus of_Hanover/Hanover/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1954 +1 FAMC @F576@ +1 FAMS @F581@ +<< +[0030] INDI rkey: I1041 offs: 0x00000d15 lens: 0x000000c4 +0x00001d15-0x00001dd8: +>>0 @I1041@ INDI +1 NAME Ludwig Rudolph /Hanover/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 28 NOV 1955 +1 DEAT +2 DATE 29 NOV 1989 +1 BURI +2 DATE 2 DEC 1989 +2 PLAC Grunau,Austria +1 FAMC @F576@ +1 FAMS @F582@ +<< +[0031] INDI rkey: I1042 offs: 0x00000dd9 lens: 0x0000004f +0x00001dd9-0x00001e27: +>>0 @I1042@ INDI +1 NAME Olga /Hanover/ +1 SEX F +1 BIRT +2 DATE 1958 +1 FAMC @F576@ +<< +[0032] INDI rkey: I1043 offs: 0x00000e28 lens: 0x00000062 +0x00001e28-0x00001e89: +>>0 @I1043@ INDI +1 NAME Alexandra /Hanover/ +1 SEX F +1 BIRT +2 DATE 1959 +1 FAMC @F576@ +1 FAMS @F583@ +<< +[0033] INDI rkey: I1044 offs: 0x00000e8a lens: 0x00000059 +0x00001e8a-0x00001ee2: +>>0 @I1044@ INDI +1 NAME Heinrich Julius /Hanover/ +1 SEX M +1 BIRT +2 DATE 1961 +1 FAMC @F576@ +<< +[0034] INDI rkey: I1045 offs: 0x00000ee3 lens: 0x00000051 +0x00001ee3-0x00001f33: +>>0 @I1045@ INDI +1 NAME Michael /von_Hochberg/ +1 SEX M +1 TITL Count +1 FAMS @F580@ +<< +[0035] INDI rkey: I1046 offs: 0x00000f34 lens: 0x0000005a +0x00001f34-0x00001f8d: +>>0 @I1046@ INDI +1 NAME Chantal /Hochuli/ +1 SEX F +1 BIRT +2 PLAC ,Switzerland +1 FAMS @F581@ +<< +[0036] INDI rkey: I1047 offs: 0x00000f8e lens: 0x00000059 +0x00001f8e-0x00001fe6: +>>0 @I1047@ INDI +1 NAME Ernest Augustus /Hanover/ +1 SEX M +1 BIRT +2 DATE 1983 +1 FAMC @F581@ +<< +[0037] INDI rkey: I1048 offs: 0x00000fe7 lens: 0x0000005c +0x00001fe7-0x00002042: +>>0 @I1048@ INDI +1 NAME Christian Heinrich /Hanover/ +1 SEX M +1 BIRT +2 DATE 1985 +1 FAMC @F581@ +<< +[0038] INDI rkey: I1049 offs: 0x00001043 lens: 0x000000b8 +0x00002043-0x000020fa: +>>0 @I1049@ INDI +1 NAME Isabella Valsassina /von_Thurn/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1962 +1 DEAT +2 DATE 29 NOV 1989 +1 BURI +2 DATE 2 DEC 1989 +2 PLAC Grunau,Austria +1 FAMS @F582@ +<< +[0039] INDI rkey: I1050 offs: 0x000010fb lens: 0x0000004f +0x000020fb-0x00002149: +>>0 @I1050@ INDI +1 NAME Otto /Hanover/ +1 SEX M +1 BIRT +2 DATE 1988 +1 FAMC @F582@ +<< +[0040] INDI rkey: I1051 offs: 0x0000114a lens: 0x00000052 +0x0000214a-0x0000219b: +>>0 @I1051@ INDI +1 NAME Andreas of_Leiningen // +1 SEX M +1 TITL Prince +1 FAMS @F583@ +<< +[0041] INDI rkey: I1052 offs: 0x0000119c lens: 0x0000004a +0x0000219c-0x000021e5: +>>0 @I1052@ INDI +1 NAME Max of_Baden // +1 SEX M +1 TITL Prince +1 FAMS @F182@ +<< +[0042] INDI rkey: I1053 offs: 0x000011e6 lens: 0x00000064 +0x000021e6-0x00002249: +>>0 @I1053@ INDI +1 NAME Frederick Francis_IV of_Mecklenburg// +1 SEX M +1 TITL Grand Duke +1 FAMS @F183@ +<< +[0043] INDI rkey: I1054 offs: 0x0000124a lens: 0x00000044 +0x0000224a-0x0000228d: +>>0 @I1054@ INDI +1 NAME Margrethe of_Denmark // +1 SEX F +1 FAMS @F184@ +<< +[0044] INDI rkey: I1055 offs: 0x0000128e lens: 0x00000050 +0x0000228e-0x000022dd: +>>0 @I1055@ INDI +1 NAME Constantine /Lambrino/ +1 SEX M +1 TITL Col. +1 FAMS @F545@ +<< +[0045] INDI rkey: I1056 offs: 0x000012de lens: 0x00000040 +0x000022de-0x0000231d: +>>0 @I1056@ INDI +1 NAME Euphrosine /Alcaz/ +1 SEX F +1 FAMS @F545@ +<< +[0046] INDI rkey: I1057 offs: 0x0000131e lens: 0x00000040 +0x0000231e-0x0000235d: +>>0 @I1057@ INDI +1 NAME Son /Hohenzollern/ +1 SEX M +1 FAMC @F287@ +<< +[0047] INDI rkey: I1058 offs: 0x0000135e lens: 0x0000009d +0x0000235e-0x000023fa: +>>0 @I1058@ INDI +1 NAME Elena (Magda) /Lupescu/ +1 SEX F +1 BIRT +2 DATE 15 SEP 1895 +2 PLAC Jassy +1 DEAT +2 DATE 28 JUN 1977 +2 PLAC Estoril,Portugal +1 FAMS @F288@ +<< +[0048] INDI rkey: I1059 offs: 0x000013fb lens: 0x00000090 +0x000023fb-0x0000248a: +>>0 @I1059@ INDI +1 NAME Ingrid Victoria of_Sweden// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 28 MAR 1910 +2 PLAC Stockholm +1 FAMC @F85@ +1 FAMS @F312@ +<< +[0049] INDI rkey: I1060 offs: 0x0000148b lens: 0x00000066 +0x0000248b-0x000024f0: +>>0 @I1060@ INDI +1 NAME Paul of_Sparta /Oldenburg/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1967 +1 FAMC @F311@ +<< +[0050] INDI rkey: I1061 offs: 0x000014f1 lens: 0x00000055 +0x000024f1-0x00002545: +>>0 @I1061@ INDI +1 NAME Nicholas /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F311@ +<< +[0051] INDI rkey: I1062 offs: 0x00001546 lens: 0x00000038 +0x00002546-0x0000257d: +>>0 @I1062@ INDI +1 NAME /Oldenburg/ +1 SEX F +1 FAMC @F311@ +<< +[0052] INDI rkey: I1063 offs: 0x0000157e lens: 0x00000038 +0x0000257e-0x000025b5: +>>0 @I1063@ INDI +1 NAME /Oldenburg/ +1 SEX F +1 FAMC @F311@ +<< +[0053] INDI rkey: I1064 offs: 0x000015b6 lens: 0x00000071 +0x000025b6-0x00002626: +>>0 @I1064@ INDI +1 NAME Irene of_Greece /Oldenburg/ +1 SEX F +1 TITL Crown Princess +1 BIRT +2 DATE 1942 +1 FAMC @F159@ +<< +[0054] INDI rkey: I1065 offs: 0x00001627 lens: 0x00000048 +0x00002627-0x0000266e: +>>0 @I1065@ INDI +1 NAME Petros /Manos/ +1 SEX M +1 TITL Col. +1 FAMS @F313@ +<< +[0055] INDI rkey: I1066 offs: 0x0000166f lens: 0x00000042 +0x0000266f-0x000026b0: +>>0 @I1066@ INDI +1 NAME Maria /Argyropoulos/ +1 SEX F +1 FAMS @F313@ +<< +[0056] INDI rkey: I1067 offs: 0x000016b1 lens: 0x00000071 +0x000026b1-0x00002721: +>>0 @I1067@ INDI +1 NAME Frederick Eugene /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1732 +1 DEAT +2 DATE 1797 +1 FAMS @F175@ +<< +[0057] INDI rkey: I1068 offs: 0x00001722 lens: 0x00000076 +0x00002722-0x00002797: +>>0 @I1068@ INDI +1 NAME Frederica of_Brandenburg- Schwedt// +1 SEX F +1 BIRT +2 DATE 1736 +1 DEAT +2 DATE 1798 +1 FAMS @F175@ +<< +[0058] INDI rkey: I1069 offs: 0x00001798 lens: 0x0000006a +0x00002798-0x00002801: +>>0 @I1069@ INDI +1 NAME Augusta of_Brunswick // +1 SEX F +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1788 +1 FAMS @F176@ +<< +[0059] INDI rkey: I1070 offs: 0x00001802 lens: 0x000000af +0x00002802-0x000028b0: +>>0 @I1070@ INDI +1 NAME William_I of_Wurttemberg /Wurttemberg/ +1 SEX M +1 TITL King +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1864 +1 FAMC @F176@ +1 FAMS @F584@ +1 FAMS @F585@ +1 FAMS @F586@ +<< +[0060] INDI rkey: I1071 offs: 0x000018b1 lens: 0x0000006b +0x000028b1-0x0000291b: +>>0 @I1071@ INDI +1 NAME Catherine /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1835 +1 FAMC @F176@ +<< +[0061] INDI rkey: I1072 offs: 0x0000191c lens: 0x00000070 +0x0000291c-0x0000298b: +>>0 @I1072@ INDI +1 NAME Sophia Dorothea /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1783 +1 DEAT +2 DATE 1784 +1 FAMC @F176@ +<< +[0062] INDI rkey: I1073 offs: 0x0000198c lens: 0x00000074 +0x0000298c-0x000029ff: +>>0 @I1073@ INDI +1 NAME Paul /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1785 +1 DEAT +2 DATE 1852 +1 FAMC @F176@ +1 FAMS @F587@ +<< +[0063] INDI rkey: I1074 offs: 0x00001a00 lens: 0x00000083 +0x00002a00-0x00002a82: +>>0 @I1074@ INDI +1 NAME Charlotte of_Bavaria /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1873 +1 FAMC @F393@ +1 FAMS @F584@ +<< +[0064] INDI rkey: I1075 offs: 0x00001a83 lens: 0x0000007e +0x00002a83-0x00002b00: +>>0 @I1075@ INDI +1 NAME Catherine of_Russia // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1819 +1 FAMS @F585@ +<< +[0065] INDI rkey: I1076 offs: 0x00001b01 lens: 0x00000067 +0x00002b01-0x00002b67: +>>0 @I1076@ INDI +1 NAME Marie /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1816 +1 DEAT +2 DATE 1887 +1 FAMC @F585@ +<< +[0066] INDI rkey: I1077 offs: 0x00001b68 lens: 0x000000ad +0x00002b68-0x00002c14: +>>0 @I1077@ INDI +1 NAME Sophie /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 17 JUN 1818 +2 PLAC Stuttgart +1 DEAT +2 DATE 3 JUN 1877 +2 PLAC Het Loo,Apeldoorn +1 FAMC @F585@ +1 FAMS @F400@ +<< +[0067] INDI rkey: I1078 offs: 0x00001c15 lens: 0x0000006c +0x00002c15-0x00002c80: +>>0 @I1078@ INDI +1 NAME Pauline of_Wurttemberg // +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1873 +1 FAMS @F586@ +<< +[0068] INDI rkey: I1079 offs: 0x00001c81 lens: 0x00000079 +0x00002c81-0x00002cf9: +>>0 @I1079@ INDI +1 NAME Catherine /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1898 +1 FAMC @F586@ +1 FAMS @F588@ +<< +[0069] INDI rkey: I1080 offs: 0x00001cfa lens: 0x00000093 +0x00002cfa-0x00002d8c: +>>0 @I1080@ INDI +1 NAME Charles_I of_Wurttemberg /Wurttemberg/ +1 SEX M +1 TITL King +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1891 +1 FAMC @F586@ +1 FAMS @F589@ +<< +[0070] INDI rkey: I1081 offs: 0x00001d8d lens: 0x00000077 +0x00002d8d-0x00002e03: +>>0 @I1081@ INDI +1 NAME Augusta /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1898 +1 FAMC @F586@ +1 FAMS @F590@ +<< +[0071] INDI rkey: I1082 offs: 0x00001e04 lens: 0x00000079 +0x00002e04-0x00002e7c: +>>0 @I1082@ INDI +1 NAME Olga of_Russia // +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1892 +1 FAMS @F589@ +<< +[0072] INDI rkey: I1083 offs: 0x00001e7d lens: 0x00000054 +0x00002e7d-0x00002ed0: +>>0 @I1083@ INDI +1 NAME Hermann of_Saxe-Weimar // +1 SEX M +1 TITL Prince +1 FAMS @F590@ +<< +[0073] INDI rkey: I1084 offs: 0x00001ed1 lens: 0x00000076 +0x00002ed1-0x00002f46: +>>0 @I1084@ INDI +1 NAME Charlotte of_Saxe- Hildburghausen// +1 SEX F +1 BIRT +2 DATE 1787 +1 DEAT +2 DATE 1847 +1 FAMS @F587@ +<< +[0074] INDI rkey: I1085 offs: 0x00001f47 lens: 0x0000006b +0x00002f47-0x00002fb1: +>>0 @I1085@ INDI +1 NAME Charlotte /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1807 +1 DEAT +2 DATE 1873 +1 FAMC @F587@ +<< +[0075] INDI rkey: I1086 offs: 0x00001fb2 lens: 0x00000079 +0x00002fb2-0x0000302a: +>>0 @I1086@ INDI +1 NAME Frederick /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1870 +1 FAMC @F587@ +1 FAMS @F588@ +<< +[0076] INDI rkey: I1087 offs: 0x0000202b lens: 0x00000066 +0x0000302b-0x00003090: +>>0 @I1087@ INDI +1 NAME Paul /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1809 +1 DEAT +2 DATE 1810 +1 FAMC @F587@ +<< +[0077] INDI rkey: I1088 offs: 0x00002091 lens: 0x00000069 +0x00003091-0x000030f9: +>>0 @I1088@ INDI +1 NAME Pauline /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1856 +1 FAMC @F587@ +<< +[0078] INDI rkey: I1089 offs: 0x000020fa lens: 0x00000068 +0x000030fa-0x00003161: +>>0 @I1089@ INDI +1 NAME August /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1885 +1 FAMC @F587@ +<< +[0079] INDI rkey: I1090 offs: 0x00002162 lens: 0x000000a2 +0x00003162-0x00003203: +>>0 @I1090@ INDI +1 NAME William_II of_Wurttemberg /Wurttemberg/ +1 SEX M +1 TITL King +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1921 +1 FAMC @F588@ +1 FAMS @F591@ +1 FAMS @F592@ +<< +[0080] INDI rkey: I1091 offs: 0x00002204 lens: 0x00000071 +0x00003204-0x00003274: +>>0 @I1091@ INDI +1 NAME Marie of_Waldeck and_Pyrmont// +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1882 +1 FAMS @F591@ +<< +[0081] INDI rkey: I1092 offs: 0x00002275 lens: 0x00000077 +0x00003275-0x000032eb: +>>0 @I1092@ INDI +1 NAME Pauline /Wurttemberg/ +1 SEX F +1 BIRT +2 DATE 1877 +1 DEAT +2 DATE 1965 +1 FAMC @F591@ +1 FAMS @F593@ +<< +[0082] INDI rkey: I1093 offs: 0x000022ec lens: 0x00000068 +0x000032ec-0x00003353: +>>0 @I1093@ INDI +1 NAME Ulrich /Wurttemberg/ +1 SEX M +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1880 +1 FAMC @F591@ +<< +[0083] INDI rkey: I1094 offs: 0x00002354 lens: 0x00000050 +0x00003354-0x000033a3: +>>0 @I1094@ INDI +1 NAME Frederick // +1 SEX M +1 TITL Prince of Wied +1 FAMS @F593@ +<< +[0084] INDI rkey: I1095 offs: 0x000023a4 lens: 0x00000073 +0x000033a4-0x00003416: +>>0 @I1095@ INDI +1 NAME Charlotte of_Schaumburg- Lippe// +1 SEX F +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1946 +1 FAMS @F592@ +<< +[0085] INDI rkey: I1096 offs: 0x00002417 lens: 0x0000006a +0x00003417-0x00003480: +>>0 @I1096@ INDI +1 NAME Nicholas /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1903 +1 DEAT +2 DATE 1978 +1 FAMC @F70@ +<< +[0086] INDI rkey: I1097 offs: 0x00002481 lens: 0x00000055 +0x00003481-0x000034d5: +>>0 @I1097@ INDI +1 NAME Ileana /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMC @F70@ +<< +[0087] INDI rkey: I1098 offs: 0x000024d6 lens: 0x00000097 +0x000034d6-0x0000356c: +>>0 @I1098@ INDI +1 NAME Mircea /Hohenzollern/ +1 BIRT +2 DATE 1913 +1 DEAT +2 DATE 2 NOV 1916 +1 BURI +2 PLAC Cotroceni Palace,Bucharest,Romania +1 FAMC @F70@ +<< +[0088] INDI rkey: I1099 offs: 0x0000256d lens: 0x00000095 +0x0000356d-0x00003601: +>>0 @I1099@ INDI +1 NAME Leopold of_Hohenzollern /Hohenzollern/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1905 +1 FAMC @F594@ +1 FAMS @F206@ +<< +[0089] INDI rkey: I1100 offs: 0x00002602 lens: 0x00000069 +0x00003602-0x0000366a: +>>0 @I1100@ INDI +1 NAME Antonia of_Portugal // +1 SEX F +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1913 +1 FAMS @F206@ +<< +[0090] INDI rkey: I1101 offs: 0x0000266b lens: 0x00000087 +0x0000366b-0x000036f1: +>>0 @I1101@ INDI +1 NAME William of_Hohenzollern /Hohenzollern/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1927 +1 FAMC @F206@ +<< +[0091] INDI rkey: I1102 offs: 0x000026f2 lens: 0x0000007f +0x000036f2-0x00003770: +>>0 @I1102@ INDI +1 NAME Charles Anthony /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1919 +1 FAMC @F206@ +1 FAMS @F595@ +<< +[0092] INDI rkey: I1103 offs: 0x00002771 lens: 0x00000078 +0x00003771-0x000037e8: +>>0 @I1103@ INDI +1 NAME Josephine of_Belgium // +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1958 +1 FAMC @F596@ +1 FAMS @F595@ +<< +[0093] INDI rkey: I1104 offs: 0x000027e9 lens: 0x0000007f +0x000037e9-0x00003867: +>>0 @I1104@ INDI +1 NAME Charles Anthony /Hohenzollern/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1885 +1 FAMS @F594@ +<< +[0094] INDI rkey: I1105 offs: 0x00002868 lens: 0x00000068 +0x00003868-0x000038cf: +>>0 @I1105@ INDI +1 NAME Josephine of_Baden // +1 SEX F +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1900 +1 FAMS @F594@ +<< +[0095] INDI rkey: I1106 offs: 0x000028d0 lens: 0x0000007a +0x000038d0-0x00003949: +>>0 @I1106@ INDI +1 NAME Stephanie /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1859 +1 FAMC @F594@ +1 FAMS @F597@ +<< +[0096] INDI rkey: I1107 offs: 0x0000294a lens: 0x000000de +0x0000394a-0x00003a27: +>>0 @I1107@ INDI +1 NAME Carol_I of_Romania /Hohenzollern/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 20 APR 1839 +2 PLAC Sigmaringen,Germany +1 DEAT +2 DATE 10 OCT 1914 +2 PLAC Castle Pelesch,Sinaia,Romania +1 FAMC @F594@ +1 FAMS @F598@ +<< +[0097] INDI rkey: I1108 offs: 0x00002a28 lens: 0x0000006a +0x00003a28-0x00003a91: +>>0 @I1108@ INDI +1 NAME Anthony /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1866 +1 FAMC @F594@ +<< +[0098] INDI rkey: I1109 offs: 0x00002a92 lens: 0x0000007a +0x00003a92-0x00003b0b: +>>0 @I1109@ INDI +1 NAME Frederick /Hohenzollern/ +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1904 +1 FAMC @F594@ +1 FAMS @F599@ +<< +[0099] INDI rkey: I1110 offs: 0x00002b0c lens: 0x00000076 +0x00003b0c-0x00003b81: +>>0 @I1110@ INDI +1 NAME Marie /Hohenzollern/ +1 SEX F +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1912 +1 FAMC @F594@ +1 FAMS @F596@ +<< +[0100] INDI rkey: I1111 offs: 0x00002b82 lens: 0x00000050 +0x00003b82-0x00003bd1: +>>0 @I1111@ INDI +1 NAME Pedro_V // +1 SEX M +1 TITL King of Portugal +1 FAMS @F597@ +<< +[0101] INDI rkey: I1112 offs: 0x00002bd2 lens: 0x000000aa +0x00003bd2-0x00003c7b: +>>0 @I1112@ INDI +1 NAME Elisabeth of_Wied // +1 SEX F +1 BIRT +2 DATE 29 DEC 1843 +2 PLAC Neuwied,Germany +1 DEAT +2 DATE 3 MAR 1916 +2 PLAC Curtea de Arges,Romania +1 FAMS @F598@ +<< +[0102] INDI rkey: I1113 offs: 0x00002c7c lens: 0x00000048 +0x00003c7c-0x00003cc3: +>>0 @I1113@ INDI +1 NAME Louise of_Thurn and_Taxis// +1 SEX F +1 FAMS @F599@ +<< +[0103] INDI rkey: I1114 offs: 0x00002cc4 lens: 0x00000083 +0x00003cc4-0x00003d46: +>>0 @I1114@ INDI +1 NAME Philip of_Flanders // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1905 +1 FAMC @F173@ +1 FAMS @F596@ +<< +[0104] INDI rkey: I1115 offs: 0x00002d47 lens: 0x0000005f +0x00003d47-0x00003da5: +>>0 @I1115@ INDI +1 NAME Baudouin // +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1891 +1 FAMC @F596@ +<< +[0105] INDI rkey: I1116 offs: 0x00002da6 lens: 0x00000074 +0x00003da6-0x00003e19: +>>0 @I1116@ INDI +1 NAME Henriette (twin) // +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1948 +1 FAMC @F596@ +1 FAMS @F600@ +<< +[0106] INDI rkey: I1117 offs: 0x00002e1a lens: 0x00000066 +0x00003e1a-0x00003e7f: +>>0 @I1117@ INDI +1 NAME Josephine (twin) // +1 SEX F +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1871 +1 FAMC @F596@ +<< +[0107] INDI rkey: I1118 offs: 0x00002e80 lens: 0x000000cd +0x00003e80-0x00003f4c: +>>0 @I1118@ INDI +1 NAME Albert_I // +1 SEX M +1 TITL King of Belgians +1 BIRT +2 DATE 8 APR 1875 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 17 FEB 1934 +2 PLAC Marche-les-Dames,Near Namur +1 FAMC @F596@ +1 FAMS @F372@ +<< +[0108] INDI rkey: I1119 offs: 0x00002f4d lens: 0x000000cc +0x00003f4d-0x00004018: +>>0 @I1119@ INDI +1 NAME Elisabeth of_Bavaria // +1 SEX F +1 BIRT +2 DATE 25 JUL 1876 +2 PLAC Possenhofen +1 DEAT +2 DATE 23 NOV 1965 +2 PLAC Chateau de,Stuyvenberg +1 BURI +2 PLAC Laeken +1 FAMC @F422@ +1 FAMS @F372@ +<< +[0109] INDI rkey: I1120 offs: 0x00003019 lens: 0x00000076 +0x00004019-0x0000408e: +>>0 @I1120@ INDI +1 NAME Charles of_Belgium // +1 SEX M +1 TITL Regent +1 BIRT +2 DATE 1903 +1 DEAT +2 DATE 1983 +1 FAMC @F372@ +<< +[0110] INDI rkey: I1121 offs: 0x0000308f lens: 0x0000005b +0x0000408f-0x000040e9: +>>0 @I1121@ INDI +1 NAME Marie Jose // +1 SEX F +1 BIRT +2 DATE 1906 +1 FAMC @F372@ +1 FAMS @F601@ +<< +[0111] INDI rkey: I1122 offs: 0x000030ea lens: 0x00000076 +0x000040ea-0x0000415f: +>>0 @I1122@ INDI +1 NAME Umberto_II // +1 SEX M +1 TITL King of Italy +1 BIRT +2 DATE 1904 +1 DEAT +2 DATE 1983 +1 FAMS @F601@ +<< +[0112] INDI rkey: I1123 offs: 0x00003160 lens: 0x00000064 +0x00004160-0x000041c3: +>>0 @I1123@ INDI +1 NAME Josephine Charlotte // +1 SEX F +1 BIRT +2 DATE 1927 +1 FAMC @F371@ +1 FAMS @F602@ +<< +[0113] INDI rkey: I1124 offs: 0x000031c4 lens: 0x0000006f +0x000041c4-0x00004232: +>>0 @I1124@ INDI +1 NAME Albert // +1 SEX M +1 TITL Prince of Liege +1 BIRT +2 DATE 1934 +1 FAMC @F371@ +1 FAMS @F603@ +<< +[0114] INDI rkey: I1125 offs: 0x00003233 lens: 0x00000067 +0x00004233-0x00004299: +>>0 @I1125@ INDI +1 NAME Jean of_Luxembourg // +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1921 +1 FAMS @F602@ +<< +[0115] INDI rkey: I1126 offs: 0x0000329a lens: 0x00000076 +0x0000429a-0x0000430f: +>>0 @I1126@ INDI +1 NAME Fabiola de_Mora_y_Aragon // +1 SEX F +1 BIRT +2 DATE 11 JUN 1928 +2 PLAC Madrid,Spain +1 FAMS @F374@ +<< +[0116] INDI rkey: I1127 offs: 0x00003310 lens: 0x00000059 +0x00004310-0x00004368: +>>0 @I1127@ INDI +1 NAME Paola di_Calabria /Ruffo/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMS @F603@ +<< +[0117] INDI rkey: I1128 offs: 0x00003369 lens: 0x0000004c +0x00004369-0x000043b4: +>>0 @I1128@ INDI +1 NAME Philippe // +1 SEX M +1 BIRT +2 DATE 1960 +1 FAMC @F603@ +<< +[0118] INDI rkey: I1129 offs: 0x000033b5 lens: 0x00000058 +0x000043b5-0x0000440c: +>>0 @I1129@ INDI +1 NAME Astrid // +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMC @F603@ +1 FAMS @F604@ +<< +[0119] INDI rkey: I1130 offs: 0x0000340d lens: 0x0000004b +0x0000440d-0x00004457: +>>0 @I1130@ INDI +1 NAME Laurent // +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F603@ +<< +[0120] INDI rkey: I1131 offs: 0x00003458 lens: 0x00000069 +0x00004458-0x000044c0: +>>0 @I1131@ INDI +1 NAME Lorenz of_Austria-Este // +1 SEX M +1 TITL Archduke +1 BIRT +2 DATE 1955 +1 FAMS @F604@ +<< +[0121] INDI rkey: I1132 offs: 0x000034c1 lens: 0x0000007a +0x000044c1-0x0000453a: +>>0 @I1132@ INDI +1 NAME Mary Liliane /Baels/ +1 SEX F +1 BIRT +2 DATE 28 NOV 1916 +2 PLAC Highbury,London,England +1 FAMS @F373@ +<< +[0122] INDI rkey: I1133 offs: 0x0000353b lens: 0x0000004d +0x0000453b-0x00004587: +>>0 @I1133@ INDI +1 NAME Alexandre // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMC @F373@ +<< +[0123] INDI rkey: I1134 offs: 0x00003588 lens: 0x00000060 +0x00004588-0x000045e7: +>>0 @I1134@ INDI +1 NAME Marie Christine // +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMC @F373@ +1 FAMS @F605@ +<< +[0124] INDI rkey: I1135 offs: 0x000035e8 lens: 0x00000052 +0x000045e8-0x00004639: +>>0 @I1135@ INDI +1 NAME Marie Esmeralda // +1 SEX F +1 BIRT +2 DATE 1956 +1 FAMC @F373@ +<< +[0125] INDI rkey: I1136 offs: 0x0000363a lens: 0x0000003b +0x0000463a-0x00004674: +>>0 @I1136@ INDI +1 NAME Paul /Druker/ +1 SEX M +1 FAMS @F605@ +<< +[0126] INDI rkey: I1137 offs: 0x00003675 lens: 0x000000af +0x00004675-0x00004723: +>>0 @I1137@ INDI +1 NAME Augusta Wilhelmine of_Hesse-// +1 SEX F +1 BIRT +2 DATE 14 APR 1765 +2 PLAC Darmstadt +1 DEAT +2 DATE 30 MAR 1796 +2 PLAC Near,Heidelberg,Germany +1 FAMS @F393@ +<< + +0x00004724: EOF (0x00004724) GOOD + +BLOCK - DIRECTORY ad/ad +0x00000000:ix_self: 0x00030003 (ad/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1138' +0x00000016:ix_rkey[0001]: ' I1139' +0x0000001e:ix_rkey[0002]: ' I1140' +0x00000026:ix_rkey[0003]: ' I1141' +0x0000002e:ix_rkey[0004]: ' I1142' +0x00000036:ix_rkey[0005]: ' I1143' +0x0000003e:ix_rkey[0006]: ' I1144' +0x00000046:ix_rkey[0007]: ' I1145' +0x0000004e:ix_rkey[0008]: ' I1146' +0x00000056:ix_rkey[0009]: ' I1147' +0x0000005e:ix_rkey[0010]: ' I1148' +0x00000066:ix_rkey[0011]: ' I1149' +0x0000006e:ix_rkey[0012]: ' I1150' +0x00000076:ix_rkey[0013]: ' I1151' +0x0000007e:ix_rkey[0014]: ' I1152' +0x00000086:ix_rkey[0015]: ' I1153' +0x0000008e:ix_rkey[0016]: ' I1154' +0x00000096:ix_rkey[0017]: ' I1155' +0x0000009e:ix_rkey[0018]: ' I1156' +0x000000a6:ix_rkey[0019]: ' I1157' +0x000000ae:ix_rkey[0020]: ' I1158' +0x000000b6:ix_rkey[0021]: ' I1159' +0x000000be:ix_rkey[0022]: ' I1160' +0x000000c6:ix_rkey[0023]: ' I1161' +0x000000ce:ix_rkey[0024]: ' I1162' +0x000000d6:ix_rkey[0025]: ' I1163' +0x000000de:ix_rkey[0026]: ' I1164' +0x000000e6:ix_rkey[0027]: ' I1165' +0x000000ee:ix_rkey[0028]: ' I1166' +0x000000f6:ix_rkey[0029]: ' I1167' +0x000000fe:ix_rkey[0030]: ' I1168' +0x00000106:ix_rkey[0031]: ' I1169' +0x0000010e:ix_rkey[0032]: ' I1170' +0x00000116:ix_rkey[0033]: ' I1171' +0x0000011e:ix_rkey[0034]: ' I1172' +0x00000126:ix_rkey[0035]: ' I1173' +0x0000012e:ix_rkey[0036]: ' I1174' +0x00000136:ix_rkey[0037]: ' I1175' +0x0000013e:ix_rkey[0038]: ' I1176' +0x00000146:ix_rkey[0039]: ' I1177' +0x0000014e:ix_rkey[0040]: ' I1178' +0x00000156:ix_rkey[0041]: ' I1179' +0x0000015e:ix_rkey[0042]: ' I1180' +0x00000166:ix_rkey[0043]: ' I1181' +0x0000016e:ix_rkey[0044]: ' I1182' +0x00000176:ix_rkey[0045]: ' I1183' +0x0000017e:ix_rkey[0046]: ' I1184' +0x00000186:ix_rkey[0047]: ' I1185' +0x0000018e:ix_rkey[0048]: ' I1186' +0x00000196:ix_rkey[0049]: ' I1187' +0x0000019e:ix_rkey[0050]: ' I1188' +0x000001a6:ix_rkey[0051]: ' I1189' +0x000001ae:ix_rkey[0052]: ' I1190' +0x000001b6:ix_rkey[0053]: ' I1191' +0x000001be:ix_rkey[0054]: ' I1192' +0x000001c6:ix_rkey[0055]: ' I1193' +0x000001ce:ix_rkey[0056]: ' I1194' +0x000001d6:ix_rkey[0057]: ' I1195' +0x000001de:ix_rkey[0058]: ' I1196' +0x000001e6:ix_rkey[0059]: ' I1197' +0x000001ee:ix_rkey[0060]: ' I1198' +0x000001f6:ix_rkey[0061]: ' I1199' +0x000001fe:ix_rkey[0062]: ' I1200' +0x00000206:ix_rkey[0063]: ' I1201' +0x0000020e:ix_rkey[0064]: ' I1202' +0x00000216:ix_rkey[0065]: ' I1203' +0x0000021e:ix_rkey[0066]: ' I1204' +0x00000226:ix_rkey[0067]: ' I1205' +0x0000022e:ix_rkey[0068]: ' I1206' +0x00000236:ix_rkey[0069]: ' I1207' +0x0000023e:ix_rkey[0070]: ' I1208' +0x00000246:ix_rkey[0071]: ' I1209' +0x0000024e:ix_rkey[0072]: ' I1210' +0x00000256:ix_rkey[0073]: ' I1211' +0x0000025e:ix_rkey[0074]: ' I1212' +0x00000266:ix_rkey[0075]: ' I1213' +0x0000026e:ix_rkey[0076]: ' I1214' +0x00000276:ix_rkey[0077]: ' I1215' +0x0000027e:ix_rkey[0078]: ' I1216' +0x00000286:ix_rkey[0079]: ' I1217' +0x0000028e:ix_rkey[0080]: ' I1218' +0x00000296:ix_rkey[0081]: ' I1219' +0x0000029e:ix_rkey[0082]: ' I1220' +0x000002a6:ix_rkey[0083]: ' I1221' +0x000002ae:ix_rkey[0084]: ' I1222' +0x000002b6:ix_rkey[0085]: ' I1223' +0x000002be:ix_rkey[0086]: ' I1224' +0x000002c6:ix_rkey[0087]: ' I1225' +0x000002ce:ix_rkey[0088]: ' I1226' +0x000002d6:ix_rkey[0089]: ' I1227' +0x000002de:ix_rkey[0090]: ' I1228' +0x000002e6:ix_rkey[0091]: ' I1229' +0x000002ee:ix_rkey[0092]: ' I1230' +0x000002f6:ix_rkey[0093]: ' I1231' +0x000002fe:ix_rkey[0094]: ' I1232' +0x00000306:ix_rkey[0095]: ' I1233' +0x0000030e:ix_rkey[0096]: ' I1234' +0x00000316:ix_rkey[0097]: ' I1235' +0x0000031e:ix_rkey[0098]: ' I1236' +0x00000326:ix_rkey[0099]: ' I1237' +0x0000032e:ix_rkey[0100]: ' I1238' +0x00000336:ix_rkey[0101]: ' I1239' +0x0000033e:ix_rkey[0102]: ' I1240' +0x00000346:ix_rkey[0103]: ' I1241' +0x0000034e:ix_rkey[0104]: ' I1242' +0x00000356:ix_rkey[0105]: ' I1243' +0x0000035e:ix_rkey[0106]: ' I1244' +0x00000366:ix_rkey[0107]: ' I1245' +0x0000036e:ix_rkey[0108]: ' I1246' +0x00000376:ix_rkey[0109]: ' I1247' +0x0000037e:ix_rkey[0110]: ' I1248' +0x00000386:ix_rkey[0111]: ' I1249' +0x0000038e:ix_rkey[0112]: ' I1250' +0x00000396:ix_rkey[0113]: ' I1251' +0x0000039e:ix_rkey[0114]: ' I1252' +0x000003a6:ix_rkey[0115]: ' I1253' +0x000003ae:ix_rkey[0116]: ' I1254' +0x000003b6:ix_rkey[0117]: ' I1255' +0x000003be:ix_rkey[0118]: ' I1256' +0x000003c6:ix_rkey[0119]: ' I1257' +0x000003ce:ix_rkey[0120]: ' I1258' +0x000003d6:ix_rkey[0121]: ' I1259' +0x000003de:ix_rkey[0122]: ' I1260' +0x000003e6:ix_rkey[0123]: ' I1261' +0x000003ee:ix_rkey[0124]: ' I1262' +0x000003f6:ix_rkey[0125]: ' I1263' +0x000003fe:ix_rkey[0126]: ' I1264' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000e4 +0x0000080c:ix_offs[0001]: 0x000000e4 0x00000c08:ix_lens[0001]: 0x00000069 +0x00000810:ix_offs[0002]: 0x0000014d 0x00000c0c:ix_lens[0002]: 0x00000068 +0x00000814:ix_offs[0003]: 0x000001b5 0x00000c10:ix_lens[0003]: 0x00000069 +0x00000818:ix_offs[0004]: 0x0000021e 0x00000c14:ix_lens[0004]: 0x000000ce +0x0000081c:ix_offs[0005]: 0x000002ec 0x00000c18:ix_lens[0005]: 0x000000d1 +0x00000820:ix_offs[0006]: 0x000003bd 0x00000c1c:ix_lens[0006]: 0x000000ce +0x00000824:ix_offs[0007]: 0x0000048b 0x00000c20:ix_lens[0007]: 0x000000fc +0x00000828:ix_offs[0008]: 0x00000587 0x00000c24:ix_lens[0008]: 0x000000d7 +0x0000082c:ix_offs[0009]: 0x0000065e 0x00000c28:ix_lens[0009]: 0x00000033 +0x00000830:ix_offs[0010]: 0x00000691 0x00000c2c:ix_lens[0010]: 0x00000104 +0x00000834:ix_offs[0011]: 0x00000795 0x00000c30:ix_lens[0011]: 0x0000005a +0x00000838:ix_offs[0012]: 0x000007ef 0x00000c34:ix_lens[0012]: 0x0000007b +0x0000083c:ix_offs[0013]: 0x0000086a 0x00000c38:ix_lens[0013]: 0x00000060 +0x00000840:ix_offs[0014]: 0x000008ca 0x00000c3c:ix_lens[0014]: 0x00000061 +0x00000844:ix_offs[0015]: 0x0000092b 0x00000c40:ix_lens[0015]: 0x0000005f +0x00000848:ix_offs[0016]: 0x0000098a 0x00000c44:ix_lens[0016]: 0x0000006c +0x0000084c:ix_offs[0017]: 0x000009f6 0x00000c48:ix_lens[0017]: 0x00000089 +0x00000850:ix_offs[0018]: 0x00000a7f 0x00000c4c:ix_lens[0018]: 0x0000006e +0x00000854:ix_offs[0019]: 0x00000aed 0x00000c50:ix_lens[0019]: 0x0000006d +0x00000858:ix_offs[0020]: 0x00000b5a 0x00000c54:ix_lens[0020]: 0x00000080 +0x0000085c:ix_offs[0021]: 0x00000bda 0x00000c58:ix_lens[0021]: 0x0000006d +0x00000860:ix_offs[0022]: 0x00000c47 0x00000c5c:ix_lens[0022]: 0x00000065 +0x00000864:ix_offs[0023]: 0x00000cac 0x00000c60:ix_lens[0023]: 0x00000067 +0x00000868:ix_offs[0024]: 0x00000d13 0x00000c64:ix_lens[0024]: 0x000000d7 +0x0000086c:ix_offs[0025]: 0x00000dea 0x00000c68:ix_lens[0025]: 0x00000069 +0x00000870:ix_offs[0026]: 0x00000e53 0x00000c6c:ix_lens[0026]: 0x00000066 +0x00000874:ix_offs[0027]: 0x00000eb9 0x00000c70:ix_lens[0027]: 0x0000006a +0x00000878:ix_offs[0028]: 0x00000f23 0x00000c74:ix_lens[0028]: 0x0000006a +0x0000087c:ix_offs[0029]: 0x00000f8d 0x00000c78:ix_lens[0029]: 0x0000005d +0x00000880:ix_offs[0030]: 0x00000fea 0x00000c7c:ix_lens[0030]: 0x00000063 +0x00000884:ix_offs[0031]: 0x0000104d 0x00000c80:ix_lens[0031]: 0x00000061 +0x00000888:ix_offs[0032]: 0x000010ae 0x00000c84:ix_lens[0032]: 0x0000005c +0x0000088c:ix_offs[0033]: 0x0000110a 0x00000c88:ix_lens[0033]: 0x00000060 +0x00000890:ix_offs[0034]: 0x0000116a 0x00000c8c:ix_lens[0034]: 0x00000051 +0x00000894:ix_offs[0035]: 0x000011bb 0x00000c90:ix_lens[0035]: 0x000000ac +0x00000898:ix_offs[0036]: 0x00001267 0x00000c94:ix_lens[0036]: 0x0000005d +0x0000089c:ix_offs[0037]: 0x000012c4 0x00000c98:ix_lens[0037]: 0x00000052 +0x000008a0:ix_offs[0038]: 0x00001316 0x00000c9c:ix_lens[0038]: 0x0000008e +0x000008a4:ix_offs[0039]: 0x000013a4 0x00000ca0:ix_lens[0039]: 0x00000068 +0x000008a8:ix_offs[0040]: 0x0000140c 0x00000ca4:ix_lens[0040]: 0x0000003f +0x000008ac:ix_offs[0041]: 0x0000144b 0x00000ca8:ix_lens[0041]: 0x00000083 +0x000008b0:ix_offs[0042]: 0x000014ce 0x00000cac:ix_lens[0042]: 0x0000005e +0x000008b4:ix_offs[0043]: 0x0000152c 0x00000cb0:ix_lens[0043]: 0x0000005e +0x000008b8:ix_offs[0044]: 0x0000158a 0x00000cb4:ix_lens[0044]: 0x0000005c +0x000008bc:ix_offs[0045]: 0x000015e6 0x00000cb8:ix_lens[0045]: 0x0000005f +0x000008c0:ix_offs[0046]: 0x00001645 0x00000cbc:ix_lens[0046]: 0x00000060 +0x000008c4:ix_offs[0047]: 0x000016a5 0x00000cc0:ix_lens[0047]: 0x0000005d +0x000008c8:ix_offs[0048]: 0x00001702 0x00000cc4:ix_lens[0048]: 0x0000006e +0x000008cc:ix_offs[0049]: 0x00001770 0x00000cc8:ix_lens[0049]: 0x0000005c +0x000008d0:ix_offs[0050]: 0x000017cc 0x00000ccc:ix_lens[0050]: 0x0000004d +0x000008d4:ix_offs[0051]: 0x00001819 0x00000cd0:ix_lens[0051]: 0x0000004a +0x000008d8:ix_offs[0052]: 0x00001863 0x00000cd4:ix_lens[0052]: 0x00000049 +0x000008dc:ix_offs[0053]: 0x000018ac 0x00000cd8:ix_lens[0053]: 0x0000004c +0x000008e0:ix_offs[0054]: 0x000018f8 0x00000cdc:ix_lens[0054]: 0x0000004a +0x000008e4:ix_offs[0055]: 0x00001942 0x00000ce0:ix_lens[0055]: 0x00000058 +0x000008e8:ix_offs[0056]: 0x0000199a 0x00000ce4:ix_lens[0056]: 0x0000005d +0x000008ec:ix_offs[0057]: 0x000019f7 0x00000ce8:ix_lens[0057]: 0x0000005d +0x000008f0:ix_offs[0058]: 0x00001a54 0x00000cec:ix_lens[0058]: 0x0000007d +0x000008f4:ix_offs[0059]: 0x00001ad1 0x00000cf0:ix_lens[0059]: 0x00000077 +0x000008f8:ix_offs[0060]: 0x00001b48 0x00000cf4:ix_lens[0060]: 0x0000005c +0x000008fc:ix_offs[0061]: 0x00001ba4 0x00000cf8:ix_lens[0061]: 0x0000005f +0x00000900:ix_offs[0062]: 0x00001c03 0x00000cfc:ix_lens[0062]: 0x0000006b +0x00000904:ix_offs[0063]: 0x00001c6e 0x00000d00:ix_lens[0063]: 0x00000061 +0x00000908:ix_offs[0064]: 0x00001ccf 0x00000d04:ix_lens[0064]: 0x0000007c +0x0000090c:ix_offs[0065]: 0x00001d4b 0x00000d08:ix_lens[0065]: 0x00000041 +0x00000910:ix_offs[0066]: 0x00001d8c 0x00000d0c:ix_lens[0066]: 0x00000057 +0x00000914:ix_offs[0067]: 0x00001de3 0x00000d10:ix_lens[0067]: 0x0000005a +0x00000918:ix_offs[0068]: 0x00001e3d 0x00000d14:ix_lens[0068]: 0x0000005f +0x0000091c:ix_offs[0069]: 0x00001e9c 0x00000d18:ix_lens[0069]: 0x00000079 +0x00000920:ix_offs[0070]: 0x00001f15 0x00000d1c:ix_lens[0070]: 0x0000006c +0x00000924:ix_offs[0071]: 0x00001f81 0x00000d20:ix_lens[0071]: 0x0000004d +0x00000928:ix_offs[0072]: 0x00001fce 0x00000d24:ix_lens[0072]: 0x0000004f +0x0000092c:ix_offs[0073]: 0x0000201d 0x00000d28:ix_lens[0073]: 0x00000041 +0x00000930:ix_offs[0074]: 0x0000205e 0x00000d2c:ix_lens[0074]: 0x00000056 +0x00000934:ix_offs[0075]: 0x000020b4 0x00000d30:ix_lens[0075]: 0x00000099 +0x00000938:ix_offs[0076]: 0x0000214d 0x00000d34:ix_lens[0076]: 0x0000005d +0x0000093c:ix_offs[0077]: 0x000021aa 0x00000d38:ix_lens[0077]: 0x0000004b +0x00000940:ix_offs[0078]: 0x000021f5 0x00000d3c:ix_lens[0078]: 0x0000006e +0x00000944:ix_offs[0079]: 0x00002263 0x00000d40:ix_lens[0079]: 0x00000118 +0x00000948:ix_offs[0080]: 0x0000237b 0x00000d44:ix_lens[0080]: 0x000000e8 +0x0000094c:ix_offs[0081]: 0x00002463 0x00000d48:ix_lens[0081]: 0x000000e8 +0x00000950:ix_offs[0082]: 0x0000254b 0x00000d4c:ix_lens[0082]: 0x000000e6 +0x00000954:ix_offs[0083]: 0x00002631 0x00000d50:ix_lens[0083]: 0x000000fb +0x00000958:ix_offs[0084]: 0x0000272c 0x00000d54:ix_lens[0084]: 0x0000007f +0x0000095c:ix_offs[0085]: 0x000027ab 0x00000d58:ix_lens[0085]: 0x00000065 +0x00000960:ix_offs[0086]: 0x00002810 0x00000d5c:ix_lens[0086]: 0x000000aa +0x00000964:ix_offs[0087]: 0x000028ba 0x00000d60:ix_lens[0087]: 0x000000a9 +0x00000968:ix_offs[0088]: 0x00002963 0x00000d64:ix_lens[0088]: 0x000000b7 +0x0000096c:ix_offs[0089]: 0x00002a1a 0x00000d68:ix_lens[0089]: 0x0000009d +0x00000970:ix_offs[0090]: 0x00002ab7 0x00000d6c:ix_lens[0090]: 0x000000af +0x00000974:ix_offs[0091]: 0x00002b66 0x00000d70:ix_lens[0091]: 0x000000fe +0x00000978:ix_offs[0092]: 0x00002c64 0x00000d74:ix_lens[0092]: 0x000000f9 +0x0000097c:ix_offs[0093]: 0x00002d5d 0x00000d78:ix_lens[0093]: 0x0000010f +0x00000980:ix_offs[0094]: 0x00002e6c 0x00000d7c:ix_lens[0094]: 0x0000009e +0x00000984:ix_offs[0095]: 0x00002f0a 0x00000d80:ix_lens[0095]: 0x00000094 +0x00000988:ix_offs[0096]: 0x00002f9e 0x00000d84:ix_lens[0096]: 0x00000095 +0x0000098c:ix_offs[0097]: 0x00003033 0x00000d88:ix_lens[0097]: 0x000000d6 +0x00000990:ix_offs[0098]: 0x00003109 0x00000d8c:ix_lens[0098]: 0x000000d4 +0x00000994:ix_offs[0099]: 0x000031dd 0x00000d90:ix_lens[0099]: 0x000000d9 +0x00000998:ix_offs[0100]: 0x000032b6 0x00000d94:ix_lens[0100]: 0x00000094 +0x0000099c:ix_offs[0101]: 0x0000334a 0x00000d98:ix_lens[0101]: 0x00000094 +0x000009a0:ix_offs[0102]: 0x000033de 0x00000d9c:ix_lens[0102]: 0x000000a7 +0x000009a4:ix_offs[0103]: 0x00003485 0x00000da0:ix_lens[0103]: 0x0000009b +0x000009a8:ix_offs[0104]: 0x00003520 0x00000da4:ix_lens[0104]: 0x000000c0 +0x000009ac:ix_offs[0105]: 0x000035e0 0x00000da8:ix_lens[0105]: 0x00000099 +0x000009b0:ix_offs[0106]: 0x00003679 0x00000dac:ix_lens[0106]: 0x0000009a +0x000009b4:ix_offs[0107]: 0x00003713 0x00000db0:ix_lens[0107]: 0x0000006b +0x000009b8:ix_offs[0108]: 0x0000377e 0x00000db4:ix_lens[0108]: 0x000000b1 +0x000009bc:ix_offs[0109]: 0x0000382f 0x00000db8:ix_lens[0109]: 0x000000d8 +0x000009c0:ix_offs[0110]: 0x00003907 0x00000dbc:ix_lens[0110]: 0x000000e3 +0x000009c4:ix_offs[0111]: 0x000039ea 0x00000dc0:ix_lens[0111]: 0x00000084 +0x000009c8:ix_offs[0112]: 0x00003a6e 0x00000dc4:ix_lens[0112]: 0x00000067 +0x000009cc:ix_offs[0113]: 0x00003ad5 0x00000dc8:ix_lens[0113]: 0x00000071 +0x000009d0:ix_offs[0114]: 0x00003b46 0x00000dcc:ix_lens[0114]: 0x0000009f +0x000009d4:ix_offs[0115]: 0x00003be5 0x00000dd0:ix_lens[0115]: 0x00000056 +0x000009d8:ix_offs[0116]: 0x00003c3b 0x00000dd4:ix_lens[0116]: 0x0000008f +0x000009dc:ix_offs[0117]: 0x00003cca 0x00000dd8:ix_lens[0117]: 0x00000099 +0x000009e0:ix_offs[0118]: 0x00003d63 0x00000ddc:ix_lens[0118]: 0x000000b4 +0x000009e4:ix_offs[0119]: 0x00003e17 0x00000de0:ix_lens[0119]: 0x0000009a +0x000009e8:ix_offs[0120]: 0x00003eb1 0x00000de4:ix_lens[0120]: 0x000000b6 +0x000009ec:ix_offs[0121]: 0x00003f67 0x00000de8:ix_lens[0121]: 0x00000052 +0x000009f0:ix_offs[0122]: 0x00003fb9 0x00000dec:ix_lens[0122]: 0x0000007f +0x000009f4:ix_offs[0123]: 0x00004038 0x00000df0:ix_lens[0123]: 0x00000118 +0x000009f8:ix_offs[0124]: 0x00004150 0x00000df4:ix_lens[0124]: 0x000000ec +0x000009fc:ix_offs[0125]: 0x0000423c 0x00000df8:ix_lens[0125]: 0x000000a1 +0x00000a00:ix_offs[0126]: 0x000042dd 0x00000dfc:ix_lens[0126]: 0x0000005b + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1138 offs: 0x00000000 lens: 0x000000e4 +0x00001000-0x000010e3: +>>0 @I1138@ INDI +1 NAME Ludwig_I /Wittelsbach/ +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 25 AUG 1786 +2 PLAC Strassburg +1 DEAT +2 DATE 29 FEB 1868 +2 PLAC Nice +1 BURI +2 PLAC St. Boniface,Church,Munich +1 FAMC @F393@ +1 FAMS @F324@ +<< +[0001] INDI rkey: I1139 offs: 0x000000e4 lens: 0x00000069 +0x000010e4-0x0000114c: +>>0 @I1139@ INDI +1 NAME Auguste /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1788 +1 DEAT +2 DATE 1851 +1 FAMC @F393@ +<< +[0002] INDI rkey: I1140 offs: 0x0000014d lens: 0x00000068 +0x0000114d-0x000011b4: +>>0 @I1140@ INDI +1 NAME Amelia /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1790 +1 DEAT +2 DATE 1794 +1 FAMC @F393@ +<< +[0003] INDI rkey: I1141 offs: 0x000001b5 lens: 0x00000069 +0x000011b5-0x0000121d: +>>0 @I1141@ INDI +1 NAME Charles /Wittelsbach/ +1 SEX M +1 BIRT +2 DATE 1795 +1 DEAT +2 DATE 1875 +1 FAMC @F393@ +<< +[0004] INDI rkey: I1142 offs: 0x0000021e lens: 0x000000ce +0x0000121e-0x000012eb: +>>0 @I1142@ INDI +1 NAME Therese of_Saxe- Hildburghausen// +1 SEX F +1 BIRT +2 DATE 8 JUL 1792 +2 PLAC Hildburghausen +1 DEAT +2 DATE 26 OCT 1854 +2 PLAC Munich +1 BURI +2 PLAC St. Boniface,Church,Munich +1 FAMS @F324@ +<< +[0005] INDI rkey: I1143 offs: 0x000002ec lens: 0x000000d1 +0x000012ec-0x000013bc: +>>0 @I1143@ INDI +1 NAME Maximilian_II // +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 28 NOV 1811 +2 PLAC Munich +1 DEAT +2 DATE 10 MAR 1864 +2 PLAC Munich +1 BURI +2 PLAC Theatinerkirche +1 FAMC @F324@ +1 FAMS @F606@ +<< +[0006] INDI rkey: I1144 offs: 0x000003bd lens: 0x000000ce +0x000013bd-0x0000148a: +>>0 @I1144@ INDI +1 NAME Marie of_Prussia // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 15 OCT 1825 +2 PLAC Berlin +1 DEAT +2 DATE 17 MAY 1889 +2 PLAC Schloss,Hohenschwangau +1 BURI +2 PLAC Theatinerkirche +1 FAMS @F606@ +<< +[0007] INDI rkey: I1145 offs: 0x0000048b lens: 0x000000fc +0x0000148b-0x00001586: +>>0 @I1145@ INDI +1 NAME Ludwig_II /Wittelsbach/ +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 25 AUG 1845 +2 PLAC Schloss,Nymphenburg +1 DEAT +2 DATE 13 JUN 1886 +2 PLAC Starnbergersee,Near Schloss,Berg +1 BURI +2 PLAC St. Michaels,Church,Munich +1 FAMC @F606@ +<< +[0008] INDI rkey: I1146 offs: 0x00000587 lens: 0x000000d7 +0x00001587-0x0000165d: +>>0 @I1146@ INDI +1 NAME Otto_I /Wittelsbach/ +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE 27 APR 1848 +2 PLAC Munich +1 DEAT +2 DATE 11 OCT 1916 +2 PLAC Near,Munich +1 BURI +2 PLAC St. Michaels,Church,Munich +1 FAMC @F606@ +<< +[0009] INDI rkey: I1147 offs: 0x0000065e lens: 0x00000033 +0x0000165e-0x00001690: +>>0 @I1147@ INDI +1 NAME 5sons_1dau // +1 FAMC @F517@ +<< +[0010] INDI rkey: I1148 offs: 0x00000691 lens: 0x00000104 +0x00001691-0x00001794: +>>0 @I1148@ INDI +1 NAME Otto_I Friedrich Ludwig/Wittelsbach/ +1 SEX M +1 TITL King of Greece +1 BIRT +2 DATE 1 JUN 1815 +2 PLAC Salzburg,Austria +1 DEAT +2 DATE 26 JUL 1867 +2 PLAC Bamberg,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMC @F324@ +1 FAMS @F607@ +<< +[0011] INDI rkey: I1149 offs: 0x00000795 lens: 0x0000005a +0x00001795-0x000017ee: +>>0 @I1149@ INDI +1 NAME Theodolinde // +1 BIRT +2 DATE 1816 +1 DEAT +2 DATE 1817 +1 FAMC @F324@ +<< +[0012] INDI rkey: I1150 offs: 0x000007ef lens: 0x0000007b +0x000017ef-0x00001869: +>>0 @I1150@ INDI +1 NAME Luitpold // +1 SEX M +1 TITL Regent +1 BIRT +2 DATE 1821 +1 DEAT +2 DATE 1912 +1 FAMC @F324@ +1 FAMS @F419@ +<< +[0013] INDI rkey: I1151 offs: 0x0000086a lens: 0x00000060 +0x0000186a-0x000018c9: +>>0 @I1151@ INDI +1 NAME Adelgunde // +1 SEX F +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1914 +1 FAMC @F324@ +<< +[0014] INDI rkey: I1152 offs: 0x000008ca lens: 0x00000061 +0x000018ca-0x0000192a: +>>0 @I1152@ INDI +1 NAME Hildegarde // +1 SEX F +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1864 +1 FAMC @F324@ +<< +[0015] INDI rkey: I1153 offs: 0x0000092b lens: 0x0000005f +0x0000192b-0x00001989: +>>0 @I1153@ INDI +1 NAME Adalbert // +1 SEX M +1 BIRT +2 DATE 1828 +1 DEAT +2 DATE 1875 +1 FAMC @F324@ +<< +[0016] INDI rkey: I1154 offs: 0x0000098a lens: 0x0000006c +0x0000198a-0x000019f5: +>>0 @I1154@ INDI +1 NAME Maximilian /Wittelsbach/ +1 SEX M +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1803 +1 FAMC @F388@ +<< +[0017] INDI rkey: I1155 offs: 0x000009f6 lens: 0x00000089 +0x000019f6-0x00001a7e: +>>0 @I1155@ INDI +1 NAME Elizabeth (twin) of_Bavaria/Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1873 +1 FAMC @F388@ +1 FAMS @F259@ +<< +[0018] INDI rkey: I1156 offs: 0x00000a7f lens: 0x0000006e +0x00001a7f-0x00001aec: +>>0 @I1156@ INDI +1 NAME Amelia (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1877 +1 FAMC @F388@ +<< +[0019] INDI rkey: I1157 offs: 0x00000aed lens: 0x0000006d +0x00001aed-0x00001b59: +>>0 @I1157@ INDI +1 NAME Maria (twin) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1877 +1 FAMC @F388@ +<< +[0020] INDI rkey: I1158 offs: 0x00000b5a lens: 0x00000080 +0x00001b5a-0x00001bd9: +>>0 @I1158@ INDI +1 NAME Ludovica (Louise) /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1892 +1 FAMC @F388@ +1 FAMS @F608@ +<< +[0021] INDI rkey: I1159 offs: 0x00000bda lens: 0x0000006d +0x00001bda-0x00001c46: +>>0 @I1159@ INDI +1 NAME Maximiliana /Wittelsbach/ +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1821 +1 FAMC @F388@ +<< +[0022] INDI rkey: I1160 offs: 0x00000c47 lens: 0x00000065 +0x00001c47-0x00001cab: +>>0 @I1160@ INDI +1 NAME Frederick Louis // +1 SEX M +1 BIRT +2 DATE 1707 +1 DEAT +2 DATE 1708 +1 FAMC @F219@ +<< +[0023] INDI rkey: I1161 offs: 0x00000cac lens: 0x00000067 +0x00001cac-0x00001d12: +>>0 @I1161@ INDI +1 NAME Frederick William // +1 SEX M +1 BIRT +2 DATE 1710 +1 DEAT +2 DATE 1711 +1 FAMC @F219@ +<< +[0024] INDI rkey: I1162 offs: 0x00000d13 lens: 0x000000d7 +0x00001d13-0x00001de9: +>>0 @I1162@ INDI +1 NAME Frederick_II the_Great // +1 SEX M +1 TITL King of Prussia +1 BIRT +2 DATE 24 JAN 1712 +2 PLAC Berlin,Germany +1 DEAT +2 DATE 17 AUG 1786 +2 PLAC Sans Souci,Potsdam,Germany +1 FAMC @F219@ +1 FAMS @F609@ +<< +[0025] INDI rkey: I1163 offs: 0x00000dea lens: 0x00000069 +0x00001dea-0x00001e52: +>>0 @I1163@ INDI +1 NAME Charlotte Albertine // +1 SEX F +1 BIRT +2 DATE 1713 +1 DEAT +2 DATE 1714 +1 FAMC @F219@ +<< +[0026] INDI rkey: I1164 offs: 0x00000e53 lens: 0x00000066 +0x00001e53-0x00001eb8: +>>0 @I1164@ INDI +1 NAME Frederica Louise // +1 SEX F +1 BIRT +2 DATE 1714 +1 DEAT +2 DATE 1784 +1 FAMC @F219@ +<< +[0027] INDI rkey: I1165 offs: 0x00000eb9 lens: 0x0000006a +0x00001eb9-0x00001f22: +>>0 @I1165@ INDI +1 NAME Philippine Charlotte // +1 SEX F +1 BIRT +2 DATE 1716 +1 DEAT +2 DATE 1801 +1 FAMC @F219@ +<< +[0028] INDI rkey: I1166 offs: 0x00000f23 lens: 0x0000006a +0x00001f23-0x00001f8c: +>>0 @I1166@ INDI +1 NAME Louis Charles William// +1 SEX M +1 BIRT +2 DATE 1717 +1 DEAT +2 DATE 1719 +1 FAMC @F219@ +<< +[0029] INDI rkey: I1167 offs: 0x00000f8d lens: 0x0000005d +0x00001f8d-0x00001fe9: +>>0 @I1167@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1719 +1 DEAT +2 DATE 1765 +1 FAMC @F219@ +<< +[0030] INDI rkey: I1168 offs: 0x00000fea lens: 0x00000063 +0x00001fea-0x0000204c: +>>0 @I1168@ INDI +1 NAME Louise Ulrika // +1 SEX F +1 BIRT +2 DATE 1720 +1 DEAT +2 DATE 1782 +1 FAMC @F219@ +<< +[0031] INDI rkey: I1169 offs: 0x0000104d lens: 0x00000061 +0x0000204d-0x000020ad: +>>0 @I1169@ INDI +1 NAME Anna Amelia // +1 SEX F +1 BIRT +2 DATE 1725 +1 DEAT +2 DATE 1787 +1 FAMC @F219@ +<< +[0032] INDI rkey: I1170 offs: 0x000010ae lens: 0x0000005c +0x000020ae-0x00002109: +>>0 @I1170@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1802 +1 FAMC @F219@ +<< +[0033] INDI rkey: I1171 offs: 0x0000110a lens: 0x00000060 +0x0000210a-0x00002169: +>>0 @I1171@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1730 +1 DEAT +2 DATE 1813 +1 FAMC @F219@ +<< +[0034] INDI rkey: I1172 offs: 0x0000116a lens: 0x00000051 +0x0000216a-0x000021ba: +>>0 @I1172@ INDI +1 NAME Heinrich_XXII /Reuss/ +1 SEX M +1 TITL Prince +1 FAMS @F270@ +<< +[0035] INDI rkey: I1173 offs: 0x000011bb lens: 0x000000ac +0x000021bb-0x00002266: +>>0 @I1173@ INDI +1 NAME Elizabeth Henrietta of_Hesse-Cassel// +1 SEX F +1 BIRT +2 DATE 8 NOV 1661 +2 PLAC Cassel +1 DEAT +2 DATE 27 JUN 1683 +2 PLAC Coln au Der,Spree +1 FAMS @F452@ +<< +[0036] INDI rkey: I1174 offs: 0x00001267 lens: 0x0000005d +0x00002267-0x000022c3: +>>0 @I1174@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1705 +1 FAMC @F452@ +<< +[0037] INDI rkey: I1175 offs: 0x000012c4 lens: 0x00000052 +0x000022c4-0x00002315: +>>0 @I1175@ INDI +1 NAME Frederick_I // +1 SEX M +1 TITL King of Sweden +1 FAMC @F452@ +<< +[0038] INDI rkey: I1176 offs: 0x00001316 lens: 0x0000008e +0x00002316-0x000023a3: +>>0 @I1176@ INDI +1 NAME Sophia Louise of_Mecklenburg-// +1 SEX F +1 BIRT +2 DATE 16 MAY 1685 +1 DEAT +2 DATE 29 JUL 1735 +2 PLAC Grabow +1 FAMS @F453@ +<< +[0039] INDI rkey: I1177 offs: 0x000013a4 lens: 0x00000068 +0x000023a4-0x0000240b: +>>0 @I1177@ INDI +1 NAME Frederick Augustus // +1 SEX M +1 BIRT +2 DATE 1685 +1 DEAT +2 DATE 1686 +1 FAMC @F446@ +<< +[0040] INDI rkey: I1178 offs: 0x0000140c lens: 0x0000003f +0x0000240c-0x0000244a: +>>0 @I1178@ INDI +1 NAME Son (stillborn) // +1 SEX M +1 FAMC @F446@ +<< +[0041] INDI rkey: I1179 offs: 0x0000144b lens: 0x00000083 +0x0000244b-0x000024cd: +>>0 @I1179@ INDI +1 NAME Augusta of_Austria- Tuscany// +1 SEX F +1 TITL Archduchess +1 BIRT +2 DATE 1825 +1 DEAT +2 DATE 1864 +1 FAMS @F419@ +<< +[0042] INDI rkey: I1180 offs: 0x000014ce lens: 0x0000005e +0x000024ce-0x0000252b: +>>0 @I1180@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1930 +1 FAMC @F419@ +<< +[0043] INDI rkey: I1181 offs: 0x0000152c lens: 0x0000005e +0x0000252c-0x00002589: +>>0 @I1181@ INDI +1 NAME Therese // +1 SEX F +1 BIRT +2 DATE 1850 +1 DEAT +2 DATE 1925 +1 FAMC @F419@ +<< +[0044] INDI rkey: I1182 offs: 0x0000158a lens: 0x0000005c +0x0000258a-0x000025e5: +>>0 @I1182@ INDI +1 NAME Amulf // +1 SEX M +1 BIRT +2 DATE 1852 +1 DEAT +2 DATE 1907 +1 FAMC @F419@ +<< +[0045] INDI rkey: I1183 offs: 0x000015e6 lens: 0x0000005f +0x000025e6-0x00002644: +>>0 @I1183@ INDI +1 NAME Luitpold // +1 SEX M +1 BIRT +2 DATE 1901 +1 DEAT +2 DATE 1914 +1 FAMC @F420@ +<< +[0046] INDI rkey: I1184 offs: 0x00001645 lens: 0x00000060 +0x00002645-0x000026a4: +>>0 @I1184@ INDI +1 NAME Irmingard // +1 SEX F +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1903 +1 FAMC @F420@ +<< +[0047] INDI rkey: I1185 offs: 0x000016a5 lens: 0x0000005d +0x000026a5-0x00002701: +>>0 @I1185@ INDI +1 NAME Rudolf // +1 SEX M +1 BIRT +2 DATE 1909 +1 DEAT +2 DATE 1912 +1 FAMC @F420@ +<< +[0048] INDI rkey: I1186 offs: 0x00001702 lens: 0x0000006e +0x00002702-0x0000276f: +>>0 @I1186@ INDI +1 NAME Antoinette of_Luxembourg // +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1954 +1 FAMS @F421@ +<< +[0049] INDI rkey: I1187 offs: 0x00001770 lens: 0x0000005c +0x00002770-0x000027cb: +>>0 @I1187@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1922 +1 DEAT +2 DATE 1958 +1 FAMC @F421@ +<< +[0050] INDI rkey: I1188 offs: 0x000017cc lens: 0x0000004d +0x000027cc-0x00002818: +>>0 @I1188@ INDI +1 NAME Irmingard // +1 SEX F +1 BIRT +2 DATE 1923 +1 FAMC @F421@ +<< +[0051] INDI rkey: I1189 offs: 0x00001819 lens: 0x0000004a +0x00002819-0x00002862: +>>0 @I1189@ INDI +1 NAME Editha // +1 SEX F +1 BIRT +2 DATE 1924 +1 FAMC @F421@ +<< +[0052] INDI rkey: I1190 offs: 0x00001863 lens: 0x00000049 +0x00002863-0x000028ab: +>>0 @I1190@ INDI +1 NAME Hilda // +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMC @F421@ +<< +[0053] INDI rkey: I1191 offs: 0x000018ac lens: 0x0000004c +0x000028ac-0x000028f7: +>>0 @I1191@ INDI +1 NAME Gabriele // +1 SEX F +1 BIRT +2 DATE 1927 +1 FAMC @F421@ +<< +[0054] INDI rkey: I1192 offs: 0x000018f8 lens: 0x0000004a +0x000028f8-0x00002941: +>>0 @I1192@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMC @F421@ +<< +[0055] INDI rkey: I1193 offs: 0x00001942 lens: 0x00000058 +0x00002942-0x00002999: +>>0 @I1193@ INDI +1 NAME Maximilian Joseph // +1 SEX M +1 TITL Duke of Bavaria +1 FAMS @F608@ +<< +[0056] INDI rkey: I1194 offs: 0x0000199a lens: 0x0000005d +0x0000299a-0x000029f6: +>>0 @I1194@ INDI +1 NAME Ludwig // +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1920 +1 FAMC @F608@ +<< +[0057] INDI rkey: I1195 offs: 0x000019f7 lens: 0x0000005d +0x000029f7-0x00002a53: +>>0 @I1195@ INDI +1 NAME Helene // +1 SEX F +1 BIRT +2 DATE 1834 +1 DEAT +2 DATE 1858 +1 FAMC @F608@ +<< +[0058] INDI rkey: I1196 offs: 0x00001a54 lens: 0x0000007d +0x00002a54-0x00002ad0: +>>0 @I1196@ INDI +1 NAME Elizabeth // +1 SEX F +1 TITL Empress +1 BIRT +2 DATE 1837 +1 DEAT +2 DATE 1898 +1 FAMC @F608@ +1 FAMS @F610@ +<< +[0059] INDI rkey: I1197 offs: 0x00001ad1 lens: 0x00000077 +0x00002ad1-0x00002b47: +>>0 @I1197@ INDI +1 NAME Karl Theodor "Gackl"// +1 SEX M +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1909 +1 FAMC @F608@ +1 FAMS @F422@ +<< +[0060] INDI rkey: I1198 offs: 0x00001b48 lens: 0x0000005c +0x00002b48-0x00002ba3: +>>0 @I1198@ INDI +1 NAME Maria // +1 SEX F +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1925 +1 FAMC @F608@ +<< +[0061] INDI rkey: I1199 offs: 0x00001ba4 lens: 0x0000005f +0x00002ba4-0x00002c02: +>>0 @I1199@ INDI +1 NAME Mathilde // +1 SEX F +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1925 +1 FAMC @F608@ +<< +[0062] INDI rkey: I1200 offs: 0x00001c03 lens: 0x0000006b +0x00002c03-0x00002c6d: +>>0 @I1200@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1897 +1 FAMC @F608@ +1 FAMS @F611@ +<< +[0063] INDI rkey: I1201 offs: 0x00001c6e lens: 0x00000061 +0x00002c6e-0x00002cce: +>>0 @I1201@ INDI +1 NAME Maximilian // +1 SEX M +1 BIRT +2 DATE 1849 +1 DEAT +2 DATE 1893 +1 FAMC @F608@ +<< +[0064] INDI rkey: I1202 offs: 0x00001ccf lens: 0x0000007c +0x00002ccf-0x00002d4a: +>>0 @I1202@ INDI +1 NAME Maria Josepha of_Portugal// +1 SEX F +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1943 +1 FAMC @F612@ +1 FAMS @F422@ +<< +[0065] INDI rkey: I1203 offs: 0x00001d4b lens: 0x00000041 +0x00002d4b-0x00002d8b: +>>0 @I1203@ INDI +1 NAME Alexander /Zoubkoff/ +1 SEX M +1 FAMS @F60@ +<< +[0066] INDI rkey: I1204 offs: 0x00001d8c lens: 0x00000057 +0x00002d8c-0x00002de2: +>>0 @I1204@ INDI +1 NAME Irene // +1 SEX F +1 BIRT +2 DATE 1939 +1 FAMC @F404@ +1 FAMS @F613@ +<< +[0067] INDI rkey: I1205 offs: 0x00001de3 lens: 0x0000005a +0x00002de3-0x00002e3c: +>>0 @I1205@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 1943 +1 FAMC @F404@ +1 FAMS @F614@ +<< +[0068] INDI rkey: I1206 offs: 0x00001e3d lens: 0x0000005f +0x00002e3d-0x00002e9b: +>>0 @I1206@ INDI +1 NAME Mary Christina // +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMC @F404@ +1 FAMS @F615@ +<< +[0069] INDI rkey: I1207 offs: 0x00001e9c lens: 0x00000079 +0x00002e9c-0x00002f14: +>>0 @I1207@ INDI +1 NAME Claus /von_Amsberg/ +1 SEX M +1 BIRT +2 DATE 6 SEP 1926 +2 PLAC Dotzingen +1 FAMC @F616@ +1 FAMS @F405@ +<< +[0070] INDI rkey: I1208 offs: 0x00001f15 lens: 0x0000006c +0x00002f15-0x00002f80: +>>0 @I1208@ INDI +1 NAME William Alexander // +1 SEX M +1 TITL Prince of Orange +1 BIRT +2 DATE 1967 +1 FAMC @F405@ +<< +[0071] INDI rkey: I1209 offs: 0x00001f81 lens: 0x0000004d +0x00002f81-0x00002fcd: +>>0 @I1209@ INDI +1 NAME John Friso // +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F405@ +<< +[0072] INDI rkey: I1210 offs: 0x00001fce lens: 0x0000004f +0x00002fce-0x0000301c: +>>0 @I1210@ INDI +1 NAME Constantine // +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F405@ +<< +[0073] INDI rkey: I1211 offs: 0x0000201d lens: 0x00000041 +0x0000301d-0x0000305d: +>>0 @I1211@ INDI +1 NAME Claus /von_Amsberg/ +1 SEX M +1 FAMS @F616@ +<< +[0074] INDI rkey: I1212 offs: 0x0000205e lens: 0x00000056 +0x0000305e-0x000030b3: +>>0 @I1212@ INDI +1 NAME Gosta /von_dem_Bussche-/ +1 SEX F +1 TITL Baroness +1 FAMS @F616@ +<< +[0075] INDI rkey: I1213 offs: 0x000020b4 lens: 0x00000099 +0x000030b4-0x0000314c: +>>0 @I1213@ INDI +1 NAME Frederick Francis_II of_Mecklenburg-// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1883 +1 FAMC @F337@ +1 FAMS @F403@ +<< +[0076] INDI rkey: I1214 offs: 0x0000214d lens: 0x0000005d +0x0000314d-0x000031a9: +>>0 @I1214@ INDI +1 NAME Marie of_Schwarzburg- Rudolstadt// +1 SEX F +1 FAMC @F617@ +1 FAMS @F403@ +<< +[0077] INDI rkey: I1215 offs: 0x000021aa lens: 0x0000004b +0x000031aa-0x000031f4: +>>0 @I1215@ INDI +1 NAME Antoine de_Bourbon of_France// +1 SEX M +1 FAMS @F145@ +<< +[0078] INDI rkey: I1216 offs: 0x000021f5 lens: 0x0000006e +0x000031f5-0x00003262: +>>0 @I1216@ INDI +1 NAME Helene of_Nassau Henrietta// +1 SEX F +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1888 +1 FAMS @F17@ +<< +[0079] INDI rkey: I1217 offs: 0x00002263 lens: 0x00000118 +0x00003263-0x0000337a: +>>0 @I1217@ INDI +1 NAME Henry_VI // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 6 DEC 1421 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 21 MAY 1471 +2 PLAC Tower of London,London,England +1 BURI +2 PLAC St. George Chap.,Windsor,Berkshire,England +1 FAMC @F618@ +1 FAMS @F567@ +<< +[0080] INDI rkey: I1218 offs: 0x0000237b lens: 0x000000e8 +0x0000337b-0x00003462: +>>0 @I1218@ INDI +1 NAME Margaret of_Anjou // +1 SEX F +1 BIRT +2 DATE 23 MAR 1429 +2 PLAC Pont-a-Mousson,Lorraine +1 DEAT +2 DATE 25 AUG 1482 +2 PLAC Chateau de,Dampiere,Near Saumur +1 BURI +2 PLAC Angers,Cathedral +1 FAMC @F619@ +1 FAMS @F567@ +<< +[0081] INDI rkey: I1219 offs: 0x00002463 lens: 0x000000e8 +0x00003463-0x0000354a: +>>0 @I1219@ INDI +1 NAME Henry_V // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 9 AUG 1387 +2 PLAC Monmouth +1 DEAT +2 DATE 31 AUG 1422 +2 PLAC Bois de,Vincennes +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F620@ +1 FAMS @F618@ +<< +[0082] INDI rkey: I1220 offs: 0x0000254b lens: 0x000000e6 +0x0000354b-0x00003630: +>>0 @I1220@ INDI +1 NAME Catherine of_Valois // +1 SEX F +1 BIRT +2 DATE 27 OCT 1401 +2 PLAC Paris +1 DEAT +2 DATE 3 JAN 1437 +2 PLAC Bermondsey,Abbey +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F621@ +1 FAMS @F618@ +1 FAMS @F622@ +<< +[0083] INDI rkey: I1221 offs: 0x00002631 lens: 0x000000fb +0x00003631-0x0000372b: +>>0 @I1221@ INDI +1 NAME Henry_IV // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 4 APR 1366 +2 PLAC Bolingbrooke,Castle +1 DEAT +2 DATE 20 MAR 1413 +2 PLAC London,England +1 BURI +2 PLAC Canterbury,Cathedral,England +1 FAMC @F623@ +1 FAMS @F620@ +1 FAMS @F624@ +<< +[0084] INDI rkey: I1222 offs: 0x0000272c lens: 0x0000007f +0x0000372c-0x000037aa: +>>0 @I1222@ INDI +1 NAME Mary /De_Bohun/ +1 SEX F +1 DEAT +2 DATE 4 JUL 1394 +2 PLAC Peterborough,Castle +1 FAMC @F625@ +1 FAMS @F620@ +<< +[0085] INDI rkey: I1223 offs: 0x000027ab lens: 0x00000065 +0x000037ab-0x0000380f: +>>0 @I1223@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE APR 1382 +1 DEAT +2 DATE ABT 1382 +1 FAMC @F620@ +<< +[0086] INDI rkey: I1224 offs: 0x00002810 lens: 0x000000aa +0x00003810-0x000038b9: +>>0 @I1224@ INDI +1 NAME Thomas // +1 SEX M +1 TITL Duke of Clarence +1 BIRT +2 DATE 1388 +2 PLAC Kenilworth +1 DEAT +2 DATE 22 MAR 1421 +2 PLAC Beauge +1 FAMC @F620@ +1 FAMS @F626@ +<< +[0087] INDI rkey: I1225 offs: 0x000028ba lens: 0x000000a9 +0x000038ba-0x00003962: +>>0 @I1225@ INDI +1 NAME John // +1 SEX M +1 TITL Duke of Bedford +1 BIRT +2 DATE 20 JUN 1389 +1 DEAT +2 DATE 15 SEP 1435 +2 PLAC Rouen +1 FAMC @F620@ +1 FAMS @F627@ +1 FAMS @F628@ +<< +[0088] INDI rkey: I1226 offs: 0x00002963 lens: 0x000000b7 +0x00003963-0x00003a19: +>>0 @I1226@ INDI +1 NAME Humphrey of_Gloucester // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE SEP 1390 +1 DEAT +2 DATE 23 FEB 1447 +2 PLAC Bury St. Edmunds +1 FAMC @F620@ +1 FAMS @F629@ +1 FAMS @F630@ +<< +[0089] INDI rkey: I1227 offs: 0x00002a1a lens: 0x0000009d +0x00003a1a-0x00003ab6: +>>0 @I1227@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE 1392 +2 PLAC Peterborough,Castle +1 DEAT +2 DATE 21 MAY 1409 +2 PLAC Germany +1 FAMC @F620@ +1 FAMS @F631@ +<< +[0090] INDI rkey: I1228 offs: 0x00002ab7 lens: 0x000000af +0x00003ab7-0x00003b65: +>>0 @I1228@ INDI +1 NAME Philippa // +1 SEX F +1 BIRT +2 DATE 4 JUL 1394 +2 PLAC Peterborough,Castle +1 DEAT +2 DATE 5 JAN 1430 +2 PLAC Convent,of Vadstena +1 FAMC @F620@ +1 FAMS @F632@ +<< +[0091] INDI rkey: I1229 offs: 0x00002b66 lens: 0x000000fe +0x00003b66-0x00003c63: +>>0 @I1229@ INDI +1 NAME Edward_III // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 13 NOV 1312 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 21 JUN 1377 +2 PLAC Sheen Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F92@ +1 FAMS @F633@ +<< +[0092] INDI rkey: I1230 offs: 0x00002c64 lens: 0x000000f9 +0x00003c64-0x00003d5c: +>>0 @I1230@ INDI +1 NAME Philippa of_Hainault // +1 SEX F +1 BIRT +2 DATE 24 JUN 1311 +2 PLAC Valenciennes +1 DEAT +2 DATE 14 AUG 1369 +2 PLAC Windsor Castle,Windsor,Berkshire,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F634@ +1 FAMS @F633@ +<< +[0093] INDI rkey: I1231 offs: 0x00002d5d lens: 0x0000010f +0x00003d5d-0x00003e6b: +>>0 @I1231@ INDI +1 NAME Edward // +1 SEX M +1 TITL Prince of Wales +1 BIRT +2 DATE 15 JUN 1330 +2 PLAC Woodstock,Oxfordshire,England +1 DEAT +2 DATE 8 JUN 1376 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Canterbury,Cathedral,London,England +1 FAMC @F633@ +1 FAMS @F635@ +<< +[0094] INDI rkey: I1232 offs: 0x00002e6c lens: 0x0000009e +0x00003e6c-0x00003f09: +>>0 @I1232@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 16 JUN 1332 +2 PLAC Woodstock +1 DEAT +2 DATE BEF OCT 1382 +2 PLAC London +1 FAMC @F633@ +1 FAMS @F636@ +<< +[0095] INDI rkey: I1233 offs: 0x00002f0a lens: 0x00000094 +0x00003f0a-0x00003f9d: +>>0 @I1233@ INDI +1 NAME Joan (Joanna) // +1 SEX F +1 BIRT +2 DATE ABT FEB 1335 +2 PLAC Woodstock +1 DEAT +2 DATE 2 SEP 1348 +2 PLAC Bayonne +1 FAMC @F633@ +<< +[0096] INDI rkey: I1234 offs: 0x00002f9e lens: 0x00000095 +0x00003f9e-0x00004032: +>>0 @I1234@ INDI +1 NAME William of_Hatfield // +1 SEX M +1 BIRT +2 DATE BEF 16 FEB 1337 +2 PLAC Hatfield Herts +1 DEAT +2 DATE BEF 8 JUL 1337 +1 FAMC @F633@ +<< +[0097] INDI rkey: I1235 offs: 0x00003033 lens: 0x000000d6 +0x00004033-0x00004108: +>>0 @I1235@ INDI +1 NAME Lionel of_Antwerp // +1 SEX M +1 TITL Duke of Clarence +1 BIRT +2 DATE 29 NOV 1338 +2 PLAC Antwerp,Belgium +1 DEAT +2 DATE 10 DEC 1363 +2 PLAC Dublin,Ireland +1 FAMC @F633@ +1 FAMS @F637@ +1 FAMS @F638@ +<< +[0098] INDI rkey: I1236 offs: 0x00003109 lens: 0x000000d4 +0x00004109-0x000041dc: +>>0 @I1236@ INDI +1 NAME John of_Gaunt // +1 SEX M +1 TITL Duke of Lancast. +1 BIRT +2 DATE MAR 1340 +2 PLAC Ghent +1 DEAT +2 DATE 3 FEB 1399 +2 PLAC Leicester Castle +1 FAMC @F633@ +1 FAMS @F623@ +1 FAMS @F639@ +1 FAMS @F640@ +<< +[0099] INDI rkey: I1237 offs: 0x000031dd lens: 0x000000d9 +0x000041dd-0x000042b5: +>>0 @I1237@ INDI +1 NAME Edmund of_Langley // +1 SEX M +1 TITL Duke of York +1 BIRT +2 DATE 5 JUN 1341 +2 PLAC Kings Langley,Herts +1 DEAT +2 DATE 1 AUG 1402 +2 PLAC Kings Langley,Herts +1 FAMC @F633@ +1 FAMS @F570@ +1 FAMS @F641@ +<< +[0100] INDI rkey: I1238 offs: 0x000032b6 lens: 0x00000094 +0x000042b6-0x00004349: +>>0 @I1238@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE MAR 1342 +2 PLAC Tower of London +1 DEAT +2 DATE MAR 1342 +2 PLAC Tower of London +1 FAMC @F633@ +<< +[0101] INDI rkey: I1239 offs: 0x0000334a lens: 0x00000094 +0x0000434a-0x000043dd: +>>0 @I1239@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 10 OCT 1344 +2 PLAC Waltham,Near Winchester +1 DEAT +2 DATE 1361/1362 +1 FAMC @F633@ +1 FAMS @F642@ +<< +[0102] INDI rkey: I1240 offs: 0x000033de lens: 0x000000a7 +0x000043de-0x00004484: +>>0 @I1240@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 20 JUL 1346 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE AFT 1 OCT 1361 +1 FAMC @F633@ +1 FAMS @F643@ +<< +[0103] INDI rkey: I1241 offs: 0x00003485 lens: 0x0000009b +0x00004485-0x0000451f: +>>0 @I1241@ INDI +1 NAME William of_Windsor // +1 SEX M +1 BIRT +2 DATE 24 JUN 1348 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE SEP 1348 +1 FAMC @F633@ +<< +[0104] INDI rkey: I1242 offs: 0x00003520 lens: 0x000000c0 +0x00004520-0x000045df: +>>0 @I1242@ INDI +1 NAME Thomas of_Woodstock // +1 SEX M +1 TITL Duke of Glouces. +1 BIRT +2 DATE 7 JAN 1355 +2 PLAC Woodstock +1 DEAT +2 DATE 15 SEP 1396/1397 +2 PLAC Calais +1 FAMC @F633@ +1 FAMS @F644@ +<< +[0105] INDI rkey: I1243 offs: 0x000035e0 lens: 0x00000099 +0x000045e0-0x00004678: +>>0 @I1243@ INDI +1 NAME Blanche of_Lancaster // +1 SEX F +1 BIRT +2 DATE 1341 +1 DEAT +2 DATE 12 SEP 1369 +2 PLAC Bolingbroke,Castle +1 FAMC @F645@ +1 FAMS @F623@ +<< +[0106] INDI rkey: I1244 offs: 0x00003679 lens: 0x0000009a +0x00004679-0x00004712: +>>0 @I1244@ INDI +1 NAME Isabella_II // +1 SEX F +1 TITL Queen of Spain +1 BIRT +2 DATE 1830 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 1904 +1 FAMC @F646@ +1 FAMS @F415@ +<< +[0107] INDI rkey: I1245 offs: 0x00003713 lens: 0x0000006b +0x00004713-0x0000477d: +>>0 @I1245@ INDI +1 NAME Don_Francisco /de_Asis/ +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1902 +1 FAMS @F415@ +<< +[0108] INDI rkey: I1246 offs: 0x0000377e lens: 0x000000b1 +0x0000477e-0x0000482e: +>>0 @I1246@ INDI +1 NAME Ferdinand_VII // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 1833 +1 FAMC @F647@ +1 FAMS @F648@ +1 FAMS @F649@ +1 FAMS @F650@ +1 FAMS @F646@ +<< +[0109] INDI rkey: I1247 offs: 0x0000382f lens: 0x000000d8 +0x0000482f-0x00004906: +>>0 @I1247@ INDI +1 NAME Mary /Stuart/ +1 SEX F +1 TITL Queen of Scots +1 BIRT +2 DATE 7 DEC 1542 +2 PLAC Linlithgow,Scotland +1 DEAT +2 DATE 8 FEB 1587 +2 PLAC ,England +1 FAMC @F492@ +1 FAMS @F651@ +1 FAMS @F435@ +1 FAMS @F652@ +<< +[0110] INDI rkey: I1248 offs: 0x00003907 lens: 0x000000e3 +0x00004907-0x000049e9: +>>0 @I1248@ INDI +1 NAME Francis_II // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 19 JAN 1544 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 5 DEC 1560 +2 PLAC Orleans,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F653@ +1 FAMS @F651@ +<< +[0111] INDI rkey: I1249 offs: 0x000039ea lens: 0x00000084 +0x000049ea-0x00004a6d: +>>0 @I1249@ INDI +1 NAME Henry /Stuart/ +1 SEX M +1 TITL Lord Darnley +1 BIRT +2 DATE 1545 +1 DEAT +2 DATE 1567 +1 FAMC @F654@ +1 FAMS @F435@ +<< +[0112] INDI rkey: I1250 offs: 0x00003a6e lens: 0x00000067 +0x00004a6e-0x00004ad4: +>>0 @I1250@ INDI +1 NAME James /Hepburn/ +1 SEX M +1 TITL Earl Bothwell-4 +1 DEAT +2 DATE 1576 +1 FAMS @F652@ +<< +[0113] INDI rkey: I1251 offs: 0x00003ad5 lens: 0x00000071 +0x00004ad5-0x00004b45: +>>0 @I1251@ INDI +1 NAME Mary of_Guise // +1 SEX F +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1560 +1 FAMC @F655@ +1 FAMS @F492@ +<< +[0114] INDI rkey: I1252 offs: 0x00003b46 lens: 0x0000009f +0x00004b46-0x00004be4: +>>0 @I1252@ INDI +1 NAME James_III // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1451 +2 PLAC Stirling,Scotland +1 DEAT +2 DATE 1488 +1 FAMC @F656@ +1 FAMS @F490@ +<< +[0115] INDI rkey: I1253 offs: 0x00003be5 lens: 0x00000056 +0x00004be5-0x00004c3a: +>>0 @I1253@ INDI +1 NAME Richard de_Burgh // +1 SEX M +1 TITL Earl of Ulster +1 FAMS @F657@ +<< +[0116] INDI rkey: I1254 offs: 0x00003c3b lens: 0x0000008f +0x00004c3b-0x00004cc9: +>>0 @I1254@ INDI +1 NAME Edmund /Tudor/ +1 SEX M +1 TITL Earl of Richmond +1 BIRT +2 DATE ABT 1430 +1 DEAT +2 DATE 1456 +1 FAMC @F622@ +1 FAMS @F454@ +<< +[0117] INDI rkey: I1255 offs: 0x00003cca lens: 0x00000099 +0x00004cca-0x00004d62: +>>0 @I1255@ INDI +1 NAME Margaret of_Richmond /Beaufort/ +1 SEX F +1 TITL Countess +1 DEAT +2 DATE 1509 +1 FAMC @F658@ +1 FAMS @F454@ +1 FAMS @F659@ +1 FAMS @F660@ +<< +[0118] INDI rkey: I1256 offs: 0x00003d63 lens: 0x000000b4 +0x00004d63-0x00004e16: +>>0 @I1256@ INDI +1 NAME John of_Eltham // +1 SEX M +1 TITL Earl of Cornwall +1 BIRT +2 DATE ABT 15 AUG 1316 +2 PLAC Eltham Palace,Kent +1 DEAT +2 DATE 14 SEP 1336 +2 PLAC Perth +1 FAMC @F92@ +<< +[0119] INDI rkey: I1257 offs: 0x00003e17 lens: 0x0000009a +0x00004e17-0x00004eb0: +>>0 @I1257@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 18 JUN 1318 +2 PLAC Woodstock +1 DEAT +2 DATE 22 APR 1355 +2 PLAC Deventer +1 FAMC @F92@ +1 FAMS @F661@ +<< +[0120] INDI rkey: I1258 offs: 0x00003eb1 lens: 0x000000b6 +0x00004eb1-0x00004f66: +>>0 @I1258@ INDI +1 NAME Joan of_the_Tower // +1 SEX F +1 BIRT +2 DATE 5 JUL 1321 +2 PLAC Tower of London,London,England +1 DEAT +2 DATE 7 SEP 1362 +2 PLAC Hertford +1 FAMC @F92@ +1 FAMS @F662@ +<< +[0121] INDI rkey: I1259 offs: 0x00003f67 lens: 0x00000052 +0x00004f67-0x00004fb8: +>>0 @I1259@ INDI +1 NAME Rainald_II of_Gueldres // +1 SEX M +1 TITL Duke +1 FAMS @F661@ +<< +[0122] INDI rkey: I1260 offs: 0x00003fb9 lens: 0x0000007f +0x00004fb9-0x00005037: +>>0 @I1260@ INDI +1 NAME Charles of_Orleans // +1 SEX M +1 TITL Duke of Orleans +1 BIRT +2 DATE 1391 +1 DEAT +2 DATE 1465 +1 FAMS @F493@ +<< +[0123] INDI rkey: I1261 offs: 0x00004038 lens: 0x00000118 +0x00005038-0x0000514f: +>>0 @I1261@ INDI +1 NAME Edward_I (Longshanks) // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 17 JUN 1239 +2 PLAC Westminster,Palace,London,England +1 DEAT +2 DATE 7 JUL 1307 +2 PLAC Near Carlisle +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F663@ +1 FAMS @F192@ +1 FAMS @F664@ +<< +[0124] INDI rkey: I1262 offs: 0x00004150 lens: 0x000000ec +0x00005150-0x0000523b: +>>0 @I1262@ INDI +1 NAME Eleanor of_Castile // +1 SEX F +1 BIRT +2 DATE ABT 1244 +2 PLAC Castile +1 DEAT +2 DATE 24 NOV 1290 +2 PLAC Herdeby,Near Grantham,Lincolnshire +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F665@ +1 FAMS @F192@ +<< +[0125] INDI rkey: I1263 offs: 0x0000423c lens: 0x000000a1 +0x0000523c-0x000052dc: +>>0 @I1263@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 17 JUN 1264 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 12 OCT 1297 +2 PLAC Ghent +1 FAMC @F192@ +<< +[0126] INDI rkey: I1264 offs: 0x000042dd lens: 0x0000005b +0x000052dd-0x00005337: +>>0 @I1264@ INDI +1 NAME Joan // +1 SEX F +1 BIRT +2 DATE 1265 +1 DEAT +2 DATE 1265 +1 FAMC @F192@ +<< + +0x00005338: EOF (0x00005338) GOOD + +BLOCK - DIRECTORY aa/ad +0x00000000:ix_self: 0x00000003 (aa/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1265' +0x00000016:ix_rkey[0001]: ' I1266' +0x0000001e:ix_rkey[0002]: ' I1267' +0x00000026:ix_rkey[0003]: ' I1268' +0x0000002e:ix_rkey[0004]: ' I1269' +0x00000036:ix_rkey[0005]: ' I1270' +0x0000003e:ix_rkey[0006]: ' I1271' +0x00000046:ix_rkey[0007]: ' I1272' +0x0000004e:ix_rkey[0008]: ' I1273' +0x00000056:ix_rkey[0009]: ' I1274' +0x0000005e:ix_rkey[0010]: ' I1275' +0x00000066:ix_rkey[0011]: ' I1276' +0x0000006e:ix_rkey[0012]: ' I1277' +0x00000076:ix_rkey[0013]: ' I1278' +0x0000007e:ix_rkey[0014]: ' I1279' +0x00000086:ix_rkey[0015]: ' I1280' +0x0000008e:ix_rkey[0016]: ' I1281' +0x00000096:ix_rkey[0017]: ' I1282' +0x0000009e:ix_rkey[0018]: ' I1283' +0x000000a6:ix_rkey[0019]: ' I1284' +0x000000ae:ix_rkey[0020]: ' I1285' +0x000000b6:ix_rkey[0021]: ' I1286' +0x000000be:ix_rkey[0022]: ' I1287' +0x000000c6:ix_rkey[0023]: ' I1288' +0x000000ce:ix_rkey[0024]: ' I1289' +0x000000d6:ix_rkey[0025]: ' I1290' +0x000000de:ix_rkey[0026]: ' I1291' +0x000000e6:ix_rkey[0027]: ' I1292' +0x000000ee:ix_rkey[0028]: ' I1293' +0x000000f6:ix_rkey[0029]: ' I1294' +0x000000fe:ix_rkey[0030]: ' I1295' +0x00000106:ix_rkey[0031]: ' I1296' +0x0000010e:ix_rkey[0032]: ' I1297' +0x00000116:ix_rkey[0033]: ' I1298' +0x0000011e:ix_rkey[0034]: ' I1299' +0x00000126:ix_rkey[0035]: ' I1300' +0x0000012e:ix_rkey[0036]: ' I1301' +0x00000136:ix_rkey[0037]: ' I1302' +0x0000013e:ix_rkey[0038]: ' I1303' +0x00000146:ix_rkey[0039]: ' I1304' +0x0000014e:ix_rkey[0040]: ' I1305' +0x00000156:ix_rkey[0041]: ' I1306' +0x0000015e:ix_rkey[0042]: ' I1307' +0x00000166:ix_rkey[0043]: ' I1308' +0x0000016e:ix_rkey[0044]: ' I1309' +0x00000176:ix_rkey[0045]: ' I1310' +0x0000017e:ix_rkey[0046]: ' I1311' +0x00000186:ix_rkey[0047]: ' I1312' +0x0000018e:ix_rkey[0048]: ' I1313' +0x00000196:ix_rkey[0049]: ' I1314' +0x0000019e:ix_rkey[0050]: ' I1315' +0x000001a6:ix_rkey[0051]: ' I1316' +0x000001ae:ix_rkey[0052]: ' I1317' +0x000001b6:ix_rkey[0053]: ' I1318' +0x000001be:ix_rkey[0054]: ' I1319' +0x000001c6:ix_rkey[0055]: ' I1320' +0x000001ce:ix_rkey[0056]: ' I1321' +0x000001d6:ix_rkey[0057]: ' I1322' +0x000001de:ix_rkey[0058]: ' I1323' +0x000001e6:ix_rkey[0059]: ' I1324' +0x000001ee:ix_rkey[0060]: ' I1325' +0x000001f6:ix_rkey[0061]: ' I1326' +0x000001fe:ix_rkey[0062]: ' I1327' +0x00000206:ix_rkey[0063]: ' I1328' +0x0000020e:ix_rkey[0064]: ' I1329' +0x00000216:ix_rkey[0065]: ' I1330' +0x0000021e:ix_rkey[0066]: ' I1331' +0x00000226:ix_rkey[0067]: ' I1332' +0x0000022e:ix_rkey[0068]: ' I1333' +0x00000236:ix_rkey[0069]: ' I1334' +0x0000023e:ix_rkey[0070]: ' I1335' +0x00000246:ix_rkey[0071]: ' I1336' +0x0000024e:ix_rkey[0072]: ' I1337' +0x00000256:ix_rkey[0073]: ' I1338' +0x0000025e:ix_rkey[0074]: ' I1339' +0x00000266:ix_rkey[0075]: ' I1340' +0x0000026e:ix_rkey[0076]: ' I1341' +0x00000276:ix_rkey[0077]: ' I1342' +0x0000027e:ix_rkey[0078]: ' I1343' +0x00000286:ix_rkey[0079]: ' I1344' +0x0000028e:ix_rkey[0080]: ' I1345' +0x00000296:ix_rkey[0081]: ' I1346' +0x0000029e:ix_rkey[0082]: ' I1347' +0x000002a6:ix_rkey[0083]: ' I1348' +0x000002ae:ix_rkey[0084]: ' I1349' +0x000002b6:ix_rkey[0085]: ' I1350' +0x000002be:ix_rkey[0086]: ' I1351' +0x000002c6:ix_rkey[0087]: ' I1352' +0x000002ce:ix_rkey[0088]: ' I1353' +0x000002d6:ix_rkey[0089]: ' I1354' +0x000002de:ix_rkey[0090]: ' I1355' +0x000002e6:ix_rkey[0091]: ' I1356' +0x000002ee:ix_rkey[0092]: ' I1357' +0x000002f6:ix_rkey[0093]: ' I1358' +0x000002fe:ix_rkey[0094]: ' I1359' +0x00000306:ix_rkey[0095]: ' I1360' +0x0000030e:ix_rkey[0096]: ' I1361' +0x00000316:ix_rkey[0097]: ' I1362' +0x0000031e:ix_rkey[0098]: ' I1363' +0x00000326:ix_rkey[0099]: ' I1364' +0x0000032e:ix_rkey[0100]: ' I1365' +0x00000336:ix_rkey[0101]: ' I1366' +0x0000033e:ix_rkey[0102]: ' I1367' +0x00000346:ix_rkey[0103]: ' I1368' +0x0000034e:ix_rkey[0104]: ' I1369' +0x00000356:ix_rkey[0105]: ' I1370' +0x0000035e:ix_rkey[0106]: ' I1371' +0x00000366:ix_rkey[0107]: ' I1372' +0x0000036e:ix_rkey[0108]: ' I1373' +0x00000376:ix_rkey[0109]: ' I1374' +0x0000037e:ix_rkey[0110]: ' I1375' +0x00000386:ix_rkey[0111]: ' I1376' +0x0000038e:ix_rkey[0112]: ' I1377' +0x00000396:ix_rkey[0113]: ' I1378' +0x0000039e:ix_rkey[0114]: ' I1379' +0x000003a6:ix_rkey[0115]: ' I1380' +0x000003ae:ix_rkey[0116]: ' I1381' +0x000003b6:ix_rkey[0117]: ' I1382' +0x000003be:ix_rkey[0118]: ' I1383' +0x000003c6:ix_rkey[0119]: ' I1384' +0x000003ce:ix_rkey[0120]: ' I1385' +0x000003d6:ix_rkey[0121]: ' I1386' +0x000003de:ix_rkey[0122]: ' I1387' +0x000003e6:ix_rkey[0123]: ' I1388' +0x000003ee:ix_rkey[0124]: ' I1389' +0x000003f6:ix_rkey[0125]: ' I1390' +0x000003fe:ix_rkey[0126]: ' I1391' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000ab +0x0000080c:ix_offs[0001]: 0x000000ab 0x00000c08:ix_lens[0001]: 0x000000a0 +0x00000810:ix_offs[0002]: 0x0000014b 0x00000c0c:ix_lens[0002]: 0x0000008a +0x00000814:ix_offs[0003]: 0x000001d5 0x00000c10:ix_lens[0003]: 0x000000b8 +0x00000818:ix_offs[0004]: 0x0000028d 0x00000c14:ix_lens[0004]: 0x000000bb +0x0000081c:ix_offs[0005]: 0x00000348 0x00000c18:ix_lens[0005]: 0x000000ac +0x00000820:ix_offs[0006]: 0x000003f4 0x00000c1c:ix_lens[0006]: 0x0000007a +0x00000824:ix_offs[0007]: 0x0000046e 0x00000c20:ix_lens[0007]: 0x000000a5 +0x00000828:ix_offs[0008]: 0x00000513 0x00000c24:ix_lens[0008]: 0x00000074 +0x0000082c:ix_offs[0009]: 0x00000587 0x00000c28:ix_lens[0009]: 0x0000009d +0x00000830:ix_offs[0010]: 0x00000624 0x00000c2c:ix_lens[0010]: 0x00000064 +0x00000834:ix_offs[0011]: 0x00000688 0x00000c30:ix_lens[0011]: 0x0000005e +0x00000838:ix_offs[0012]: 0x000006e6 0x00000c34:ix_lens[0012]: 0x000000d6 +0x0000083c:ix_offs[0013]: 0x000007bc 0x00000c38:ix_lens[0013]: 0x000000cb +0x00000840:ix_offs[0014]: 0x00000887 0x00000c3c:ix_lens[0014]: 0x000000bb +0x00000844:ix_offs[0015]: 0x00000942 0x00000c40:ix_lens[0015]: 0x00000086 +0x00000848:ix_offs[0016]: 0x000009c8 0x00000c44:ix_lens[0016]: 0x00000103 +0x0000084c:ix_offs[0017]: 0x00000acb 0x00000c48:ix_lens[0017]: 0x000000dc +0x00000850:ix_offs[0018]: 0x00000ba7 0x00000c4c:ix_lens[0018]: 0x000000bc +0x00000854:ix_offs[0019]: 0x00000c63 0x00000c50:ix_lens[0019]: 0x000000a1 +0x00000858:ix_offs[0020]: 0x00000d04 0x00000c54:ix_lens[0020]: 0x000000cd +0x0000085c:ix_offs[0021]: 0x00000dd1 0x00000c58:ix_lens[0021]: 0x0000006c +0x00000860:ix_offs[0022]: 0x00000e3d 0x00000c5c:ix_lens[0022]: 0x00000069 +0x00000864:ix_offs[0023]: 0x00000ea6 0x00000c60:ix_lens[0023]: 0x000000a8 +0x00000868:ix_offs[0024]: 0x00000f4e 0x00000c64:ix_lens[0024]: 0x0000006c +0x0000086c:ix_offs[0025]: 0x00000fba 0x00000c68:ix_lens[0025]: 0x0000006a +0x00000870:ix_offs[0026]: 0x00001024 0x00000c6c:ix_lens[0026]: 0x0000007c +0x00000874:ix_offs[0027]: 0x000010a0 0x00000c70:ix_lens[0027]: 0x00000061 +0x00000878:ix_offs[0028]: 0x00001101 0x00000c74:ix_lens[0028]: 0x000000a0 +0x0000087c:ix_offs[0029]: 0x000011a1 0x00000c78:ix_lens[0029]: 0x00000080 +0x00000880:ix_offs[0030]: 0x00001221 0x00000c7c:ix_lens[0030]: 0x00000081 +0x00000884:ix_offs[0031]: 0x000012a2 0x00000c80:ix_lens[0031]: 0x0000008c +0x00000888:ix_offs[0032]: 0x0000132e 0x00000c84:ix_lens[0032]: 0x0000004e +0x0000088c:ix_offs[0033]: 0x0000137c 0x00000c88:ix_lens[0033]: 0x00000055 +0x00000890:ix_offs[0034]: 0x000013d1 0x00000c8c:ix_lens[0034]: 0x000000ca +0x00000894:ix_offs[0035]: 0x0000149b 0x00000c90:ix_lens[0035]: 0x000000a6 +0x00000898:ix_offs[0036]: 0x00001541 0x00000c94:ix_lens[0036]: 0x00000099 +0x0000089c:ix_offs[0037]: 0x000015da 0x00000c98:ix_lens[0037]: 0x0000008a +0x000008a0:ix_offs[0038]: 0x00001664 0x00000c9c:ix_lens[0038]: 0x00000078 +0x000008a4:ix_offs[0039]: 0x000016dc 0x00000ca0:ix_lens[0039]: 0x0000009d +0x000008a8:ix_offs[0040]: 0x00001779 0x00000ca4:ix_lens[0040]: 0x00000043 +0x000008ac:ix_offs[0041]: 0x000017bc 0x00000ca8:ix_lens[0041]: 0x00000072 +0x000008b0:ix_offs[0042]: 0x0000182e 0x00000cac:ix_lens[0042]: 0x00000038 +0x000008b4:ix_offs[0043]: 0x00001866 0x00000cb0:ix_lens[0043]: 0x00000066 +0x000008b8:ix_offs[0044]: 0x000018cc 0x00000cb4:ix_lens[0044]: 0x000000a2 +0x000008bc:ix_offs[0045]: 0x0000196e 0x00000cb8:ix_lens[0045]: 0x00000055 +0x000008c0:ix_offs[0046]: 0x000019c3 0x00000cbc:ix_lens[0046]: 0x0000008f +0x000008c4:ix_offs[0047]: 0x00001a52 0x00000cc0:ix_lens[0047]: 0x00000082 +0x000008c8:ix_offs[0048]: 0x00001ad4 0x00000cc4:ix_lens[0048]: 0x00000076 +0x000008cc:ix_offs[0049]: 0x00001b4a 0x00000cc8:ix_lens[0049]: 0x00000076 +0x000008d0:ix_offs[0050]: 0x00001bc0 0x00000ccc:ix_lens[0050]: 0x00000038 +0x000008d4:ix_offs[0051]: 0x00001bf8 0x00000cd0:ix_lens[0051]: 0x00000081 +0x000008d8:ix_offs[0052]: 0x00001c79 0x00000cd4:ix_lens[0052]: 0x00000038 +0x000008dc:ix_offs[0053]: 0x00001cb1 0x00000cd8:ix_lens[0053]: 0x0000007a +0x000008e0:ix_offs[0054]: 0x00001d2b 0x00000cdc:ix_lens[0054]: 0x00000057 +0x000008e4:ix_offs[0055]: 0x00001d82 0x00000ce0:ix_lens[0055]: 0x00000038 +0x000008e8:ix_offs[0056]: 0x00001dba 0x00000ce4:ix_lens[0056]: 0x0000005a +0x000008ec:ix_offs[0057]: 0x00001e14 0x00000ce8:ix_lens[0057]: 0x00000038 +0x000008f0:ix_offs[0058]: 0x00001e4c 0x00000cec:ix_lens[0058]: 0x00000074 +0x000008f4:ix_offs[0059]: 0x00001ec0 0x00000cf0:ix_lens[0059]: 0x0000003c +0x000008f8:ix_offs[0060]: 0x00001efc 0x00000cf4:ix_lens[0060]: 0x00000058 +0x000008fc:ix_offs[0061]: 0x00001f54 0x00000cf8:ix_lens[0061]: 0x00000065 +0x00000900:ix_offs[0062]: 0x00001fb9 0x00000cfc:ix_lens[0062]: 0x00000063 +0x00000904:ix_offs[0063]: 0x0000201c 0x00000d00:ix_lens[0063]: 0x0000009e +0x00000908:ix_offs[0064]: 0x000020ba 0x00000d04:ix_lens[0064]: 0x00000082 +0x0000090c:ix_offs[0065]: 0x0000213c 0x00000d08:ix_lens[0065]: 0x00000061 +0x00000910:ix_offs[0066]: 0x0000219d 0x00000d0c:ix_lens[0066]: 0x00000059 +0x00000914:ix_offs[0067]: 0x000021f6 0x00000d10:ix_lens[0067]: 0x00000059 +0x00000918:ix_offs[0068]: 0x0000224f 0x00000d14:ix_lens[0068]: 0x0000007a +0x0000091c:ix_offs[0069]: 0x000022c9 0x00000d18:ix_lens[0069]: 0x00000087 +0x00000920:ix_offs[0070]: 0x00002350 0x00000d1c:ix_lens[0070]: 0x00000076 +0x00000924:ix_offs[0071]: 0x000023c6 0x00000d20:ix_lens[0071]: 0x00000042 +0x00000928:ix_offs[0072]: 0x00002408 0x00000d24:ix_lens[0072]: 0x0000006b +0x0000092c:ix_offs[0073]: 0x00002473 0x00000d28:ix_lens[0073]: 0x0000007d +0x00000930:ix_offs[0074]: 0x000024f0 0x00000d2c:ix_lens[0074]: 0x0000004a +0x00000934:ix_offs[0075]: 0x0000253a 0x00000d30:ix_lens[0075]: 0x00000057 +0x00000938:ix_offs[0076]: 0x00002591 0x00000d34:ix_lens[0076]: 0x000000f7 +0x0000093c:ix_offs[0077]: 0x00002688 0x00000d38:ix_lens[0077]: 0x00000075 +0x00000940:ix_offs[0078]: 0x000026fd 0x00000d3c:ix_lens[0078]: 0x00000096 +0x00000944:ix_offs[0079]: 0x00002793 0x00000d40:ix_lens[0079]: 0x00000089 +0x00000948:ix_offs[0080]: 0x0000281c 0x00000d44:ix_lens[0080]: 0x0000006e +0x0000094c:ix_offs[0081]: 0x0000288a 0x00000d48:ix_lens[0081]: 0x00000075 +0x00000950:ix_offs[0082]: 0x000028ff 0x00000d4c:ix_lens[0082]: 0x00000078 +0x00000954:ix_offs[0083]: 0x00002977 0x00000d50:ix_lens[0083]: 0x00000073 +0x00000958:ix_offs[0084]: 0x000029ea 0x00000d54:ix_lens[0084]: 0x00000078 +0x0000095c:ix_offs[0085]: 0x00002a62 0x00000d58:ix_lens[0085]: 0x0000005c +0x00000960:ix_offs[0086]: 0x00002abe 0x00000d5c:ix_lens[0086]: 0x0000005d +0x00000964:ix_offs[0087]: 0x00002b1b 0x00000d60:ix_lens[0087]: 0x0000005b +0x00000968:ix_offs[0088]: 0x00002b76 0x00000d64:ix_lens[0088]: 0x0000007a +0x0000096c:ix_offs[0089]: 0x00002bf0 0x00000d68:ix_lens[0089]: 0x0000006d +0x00000970:ix_offs[0090]: 0x00002c5d 0x00000d6c:ix_lens[0090]: 0x00000079 +0x00000974:ix_offs[0091]: 0x00002cd6 0x00000d70:ix_lens[0091]: 0x00000082 +0x00000978:ix_offs[0092]: 0x00002d58 0x00000d74:ix_lens[0092]: 0x00000066 +0x0000097c:ix_offs[0093]: 0x00002dbe 0x00000d78:ix_lens[0093]: 0x00000052 +0x00000980:ix_offs[0094]: 0x00002e10 0x00000d7c:ix_lens[0094]: 0x00000050 +0x00000984:ix_offs[0095]: 0x00002e60 0x00000d80:ix_lens[0095]: 0x00000064 +0x00000988:ix_offs[0096]: 0x00002ec4 0x00000d84:ix_lens[0096]: 0x00000076 +0x0000098c:ix_offs[0097]: 0x00002f3a 0x00000d88:ix_lens[0097]: 0x0000009a +0x00000990:ix_offs[0098]: 0x00002fd4 0x00000d8c:ix_lens[0098]: 0x0000005d +0x00000994:ix_offs[0099]: 0x00003031 0x00000d90:ix_lens[0099]: 0x00000120 +0x00000998:ix_offs[0100]: 0x00003151 0x00000d94:ix_lens[0100]: 0x0000009f +0x0000099c:ix_offs[0101]: 0x000031f0 0x00000d98:ix_lens[0101]: 0x000000d7 +0x000009a0:ix_offs[0102]: 0x000032c7 0x00000d9c:ix_lens[0102]: 0x0000010d +0x000009a4:ix_offs[0103]: 0x000033d4 0x00000da0:ix_lens[0103]: 0x000000ab +0x000009a8:ix_offs[0104]: 0x0000347f 0x00000da4:ix_lens[0104]: 0x00000093 +0x000009ac:ix_offs[0105]: 0x00003512 0x00000da8:ix_lens[0105]: 0x000000ab +0x000009b0:ix_offs[0106]: 0x000035bd 0x00000dac:ix_lens[0106]: 0x000000d7 +0x000009b4:ix_offs[0107]: 0x00003694 0x00000db0:ix_lens[0107]: 0x000000e4 +0x000009b8:ix_offs[0108]: 0x00003778 0x00000db4:ix_lens[0108]: 0x000000b4 +0x000009bc:ix_offs[0109]: 0x0000382c 0x00000db8:ix_lens[0109]: 0x000000bd +0x000009c0:ix_offs[0110]: 0x000038e9 0x00000dbc:ix_lens[0110]: 0x000000a0 +0x000009c4:ix_offs[0111]: 0x00003989 0x00000dc0:ix_lens[0111]: 0x000000f4 +0x000009c8:ix_offs[0112]: 0x00003a7d 0x00000dc4:ix_lens[0112]: 0x000000a0 +0x000009cc:ix_offs[0113]: 0x00003b1d 0x00000dc8:ix_lens[0113]: 0x000000a1 +0x000009d0:ix_offs[0114]: 0x00003bbe 0x00000dcc:ix_lens[0114]: 0x0000009a +0x000009d4:ix_offs[0115]: 0x00003c58 0x00000dd0:ix_lens[0115]: 0x00000102 +0x000009d8:ix_offs[0116]: 0x00003d5a 0x00000dd4:ix_lens[0116]: 0x000000cd +0x000009dc:ix_offs[0117]: 0x00003e27 0x00000dd8:ix_lens[0117]: 0x000000bf +0x000009e0:ix_offs[0118]: 0x00003ee6 0x00000ddc:ix_lens[0118]: 0x0000007e +0x000009e4:ix_offs[0119]: 0x00003f64 0x00000de0:ix_lens[0119]: 0x000000d4 +0x000009e8:ix_offs[0120]: 0x00004038 0x00000de4:ix_lens[0120]: 0x0000007a +0x000009ec:ix_offs[0121]: 0x000040b2 0x00000de8:ix_lens[0121]: 0x00000037 +0x000009f0:ix_offs[0122]: 0x000040e9 0x00000dec:ix_lens[0122]: 0x0000003d +0x000009f4:ix_offs[0123]: 0x00004126 0x00000df0:ix_lens[0123]: 0x000000b5 +0x000009f8:ix_offs[0124]: 0x000041db 0x00000df4:ix_lens[0124]: 0x00000038 +0x000009fc:ix_offs[0125]: 0x00004213 0x00000df8:ix_lens[0125]: 0x000000aa +0x00000a00:ix_offs[0126]: 0x000042bd 0x00000dfc:ix_lens[0126]: 0x0000010e + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1265 offs: 0x00000000 lens: 0x000000ab +0x00001000-0x000010aa: +>>0 @I1265@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE 10 JUL 1266 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 3 AUG 1271 +2 PLAC Westminster,London,England +1 FAMC @F192@ +<< +[0001] INDI rkey: I1266 offs: 0x000000ab lens: 0x000000a0 +0x000010ab-0x0000114a: +>>0 @I1266@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 13 JUL 1267 +2 PLAC Windsor,Berkshire,England +1 DEAT +2 DATE 14 OCT 1274 +2 PLAC Merton,Surrey +1 FAMC @F192@ +<< +[0002] INDI rkey: I1267 offs: 0x0000014b lens: 0x0000008a +0x0000114b-0x000011d4: +>>0 @I1267@ INDI +1 NAME Julian (Katherine) // +1 SEX F +1 BIRT +2 DATE 1271 +2 PLAC Holy Land +1 DEAT +2 DATE 1271 +2 PLAC Holy Land +1 FAMC @F192@ +<< +[0003] INDI rkey: I1268 offs: 0x000001d5 lens: 0x000000b8 +0x000011d5-0x0000128c: +>>0 @I1268@ INDI +1 NAME Joan of_Acre // +1 SEX F +1 BIRT +2 DATE 1272 +2 PLAC Acre,Palestine +1 DEAT +2 DATE 23 APR 1307 +2 PLAC Clare,Suffolk,England +1 FAMC @F192@ +1 FAMS @F666@ +1 FAMS @F667@ +<< +[0004] INDI rkey: I1269 offs: 0x0000028d lens: 0x000000bb +0x0000128d-0x00001347: +>>0 @I1269@ INDI +1 NAME Alfonso // +1 SEX M +1 TITL Earl of Chester +1 BIRT +2 DATE 24 NOV 1273 +2 PLAC Bordeaux +1 DEAT +2 DATE 19 AUG 1284 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F192@ +<< +[0005] INDI rkey: I1270 offs: 0x00000348 lens: 0x000000ac +0x00001348-0x000013f3: +>>0 @I1270@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 11 SEP 1275 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 1318 +2 PLAC Brussels +1 FAMC @F192@ +1 FAMS @F668@ +<< +[0006] INDI rkey: I1271 offs: 0x000003f4 lens: 0x0000007a +0x000013f4-0x0000146d: +>>0 @I1271@ INDI +1 NAME Berengaria // +1 SEX F +1 BIRT +2 DATE 1276 +2 PLAC Kennington +1 DEAT +2 DATE ABT 1279 +1 FAMC @F192@ +<< +[0007] INDI rkey: I1272 offs: 0x0000046e lens: 0x000000a5 +0x0000146e-0x00001512: +>>0 @I1272@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 11 MAR 1278 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE BEF 8 JUL 1332 +2 PLAC Amesbury +1 FAMC @F192@ +<< +[0008] INDI rkey: I1273 offs: 0x00000513 lens: 0x00000074 +0x00001513-0x00001586: +>>0 @I1273@ INDI +1 NAME Alice // +1 SEX F +1 BIRT +2 DATE 12 MAR 1279 +2 PLAC Woodstock +1 DEAT +2 DATE 1291 +1 FAMC @F192@ +<< +[0009] INDI rkey: I1274 offs: 0x00000587 lens: 0x0000009d +0x00001587-0x00001623: +>>0 @I1274@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE AUG 1282 +2 PLAC Rhuddlan Castle +1 DEAT +2 DATE 5 MAY 1316 +1 FAMC @F192@ +1 FAMS @F669@ +1 FAMS @F670@ +<< +[0010] INDI rkey: I1275 offs: 0x00000624 lens: 0x00000064 +0x00001624-0x00001687: +>>0 @I1275@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE ABT 1286 +2 PLAC Aquitaine +1 FAMC @F192@ +<< +[0011] INDI rkey: I1276 offs: 0x00000688 lens: 0x0000005e +0x00001688-0x000016e5: +>>0 @I1276@ INDI +1 NAME Blanche // +1 SEX F +1 BIRT +2 DATE 1290 +1 DEAT +2 DATE 1290 +1 FAMC @F192@ +<< +[0012] INDI rkey: I1277 offs: 0x000006e6 lens: 0x000000d6 +0x000016e6-0x000017bb: +>>0 @I1277@ INDI +1 NAME Marguerite of_France // +1 SEX F +1 BIRT +2 DATE 1279 +2 PLAC Paris +1 DEAT +2 DATE 14 FEB 1317 +2 PLAC Marlborough,Castle +1 BURI +2 PLAC Grey Friars,Church,London,England +1 FAMC @F671@ +1 FAMS @F664@ +<< +[0013] INDI rkey: I1278 offs: 0x000007bc lens: 0x000000cb +0x000017bc-0x00001886: +>>0 @I1278@ INDI +1 NAME Thomas of_Brotherton // +1 SEX M +1 TITL Earl of Norfolk +1 BIRT +2 DATE 1 JUN 1300 +2 PLAC Brotherton,Yorkshire,England +1 DEAT +2 DATE AUG 1338 +1 FAMC @F664@ +1 FAMS @F672@ +1 FAMS @F673@ +<< +[0014] INDI rkey: I1279 offs: 0x00000887 lens: 0x000000bb +0x00001887-0x00001941: +>>0 @I1279@ INDI +1 NAME Edmund of_Woodstock // +1 SEX M +1 TITL Earl of Kent +1 BIRT +2 DATE 5 AUG 1301 +2 PLAC Woodstock +1 DEAT +2 DATE 19 MAR 1330 +2 PLAC Winchester +1 FAMC @F664@ +1 FAMS @F674@ +<< +[0015] INDI rkey: I1280 offs: 0x00000942 lens: 0x00000086 +0x00001942-0x000019c7: +>>0 @I1280@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 4 MAY 1306 +2 PLAC Winchester +1 DEAT +2 DATE 1311 +2 PLAC Amesbury +1 FAMC @F664@ +<< +[0016] INDI rkey: I1281 offs: 0x000009c8 lens: 0x00000103 +0x000019c8-0x00001aca: +>>0 @I1281@ INDI +1 NAME Henry_III // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 1 OCT 1207 +2 PLAC Winchester,Castle +1 DEAT +2 DATE 16 NOV 1272 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F675@ +1 FAMS @F663@ +<< +[0017] INDI rkey: I1282 offs: 0x00000acb lens: 0x000000dc +0x00001acb-0x00001ba6: +>>0 @I1282@ INDI +1 NAME Eleanor of_Provence // +1 SEX F +1 BIRT +2 DATE ABT 1217 +2 PLAC Aix-en-Provence +1 DEAT +2 DATE 24 JUN 1291 +2 PLAC Amesbury,Wiltshire +1 BURI +2 PLAC Convent Church,Amesbury +1 FAMC @F676@ +1 FAMS @F663@ +<< +[0018] INDI rkey: I1283 offs: 0x00000ba7 lens: 0x000000bc +0x00001ba7-0x00001c62: +>>0 @I1283@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 29 SEP 1240 +2 PLAC Windsor Castle,Berkshire,England +1 DEAT +2 DATE 26 FEB 1275 +2 PLAC Cupar Castle,Fife +1 FAMC @F663@ +1 FAMS @F677@ +<< +[0019] INDI rkey: I1284 offs: 0x00000c63 lens: 0x000000a1 +0x00001c63-0x00001d03: +>>0 @I1284@ INDI +1 NAME Beatrice // +1 SEX F +1 BIRT +2 DATE 25 JUN 1242 +2 PLAC Bordeaux +1 DEAT +2 DATE 24 MAR 1275 +2 PLAC London,England +1 FAMC @F663@ +1 FAMS @F678@ +<< +[0020] INDI rkey: I1285 offs: 0x00000d04 lens: 0x000000cd +0x00001d04-0x00001dd0: +>>0 @I1285@ INDI +1 NAME Edmund Crouchback of_Leicester// +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 16 JAN 1245 +2 PLAC London,England +1 DEAT +2 DATE 5 JUN 1296 +2 PLAC Bayonne +1 FAMC @F663@ +1 FAMS @F679@ +1 FAMS @F680@ +<< +[0021] INDI rkey: I1286 offs: 0x00000dd1 lens: 0x0000006c +0x00001dd1-0x00001e3c: +>>0 @I1286@ INDI +1 NAME Richard // +1 SEX M +1 BIRT +2 DATE ABT 1247 +1 DEAT +2 DATE BEF 1256 +1 FAMC @F663@ +<< +[0022] INDI rkey: I1287 offs: 0x00000e3d lens: 0x00000069 +0x00001e3d-0x00001ea5: +>>0 @I1287@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE ABT 1250 +1 DEAT +2 DATE BEF 1256 +1 FAMC @F663@ +<< +[0023] INDI rkey: I1288 offs: 0x00000ea6 lens: 0x000000a8 +0x00001ea6-0x00001f4d: +>>0 @I1288@ INDI +1 NAME Katherine // +1 SEX F +1 BIRT +2 DATE 25 NOV 1253 +2 PLAC Westminster +1 DEAT +2 DATE 3 MAY 1257 +2 PLAC Windsor Castle,Berkshire,England +1 FAMC @F663@ +<< +[0024] INDI rkey: I1289 offs: 0x00000f4e lens: 0x0000006c +0x00001f4e-0x00001fb9: +>>0 @I1289@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE ABT 1256 +1 DEAT +2 DATE ABT 1256 +1 FAMC @F663@ +<< +[0025] INDI rkey: I1290 offs: 0x00000fba lens: 0x0000006a +0x00001fba-0x00002023: +>>0 @I1290@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE AFT 1256 +1 DEAT +2 DATE ABT 1257 +1 FAMC @F663@ +<< +[0026] INDI rkey: I1291 offs: 0x00001024 lens: 0x0000007c +0x00002024-0x0000209f: +>>0 @I1291@ INDI +1 NAME John /Spencer/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1734 +1 DEAT +2 DATE 1783 +1 FAMC @F681@ +1 FAMS @F462@ +<< +[0027] INDI rkey: I1292 offs: 0x000010a0 lens: 0x00000061 +0x000020a0-0x00002100: +>>0 @I1292@ INDI +1 NAME Georgiana /Carteret/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1780 +1 FAMS @F462@ +<< +[0028] INDI rkey: I1293 offs: 0x00001101 lens: 0x000000a0 +0x00002101-0x000021a0: +>>0 @I1293@ INDI +1 NAME Henrietta // +1 SEX F +1 BIRT +2 DATE 28 FEB 1792 +2 PLAC Maastricht +1 DEAT +2 DATE 26 OCT 1864 +2 PLAC Schloss Rahr,Near Aachen +1 FAMS @F354@ +<< +[0029] INDI rkey: I1294 offs: 0x000011a1 lens: 0x00000080 +0x000021a1-0x00002220: +>>0 @I1294@ INDI +1 NAME Paul_I /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1801 +1 FAMC @F682@ +1 FAMS @F36@ +<< +[0030] INDI rkey: I1295 offs: 0x00001221 lens: 0x00000081 +0x00002221-0x000022a1: +>>0 @I1295@ INDI +1 NAME Maria Feodorovna of_Wurttemberg// +1 SEX F +1 BIRT +2 DATE 1759 +1 DEAT +2 DATE 1828 +1 FAMC @F683@ +1 FAMS @F36@ +<< +[0031] INDI rkey: I1296 offs: 0x000012a2 lens: 0x0000008c +0x000022a2-0x0000232d: +>>0 @I1296@ INDI +1 NAME Alexander_I /Romanov/ +1 SEX M +1 TITL Tsar of Russia +1 BIRT +2 DATE 1777 +1 DEAT +2 DATE 1825 +1 FAMC @F36@ +1 FAMS @F684@ +<< +[0032] INDI rkey: I1297 offs: 0x0000132e lens: 0x0000004e +0x0000232e-0x0000237b: +>>0 @I1297@ INDI +1 NAME Yelizaveta Alekseyevna of_Baden// +1 SEX F +1 FAMS @F684@ +<< +[0033] INDI rkey: I1298 offs: 0x0000137c lens: 0x00000055 +0x0000237c-0x000023d0: +>>0 @I1298@ INDI +1 NAME Konstantin /Romanov/ +1 SEX M +1 BIRT +2 DATE 1779 +1 FAMC @F684@ +<< +[0034] INDI rkey: I1299 offs: 0x000013d1 lens: 0x000000ca +0x000023d1-0x0000249a: +>>0 @I1299@ INDI +1 NAME Catherine_II the_Great // +1 SEX F +1 TITL Empress +1 BIRT +2 DATE 2 MAY 1729 +2 PLAC Szczecin,Poland +1 DEAT +2 DATE 17 NOV 1796 +2 PLAC St. Petersburg,Russia +1 FAMC @F685@ +1 FAMS @F682@ +<< +[0035] INDI rkey: I1300 offs: 0x0000149b lens: 0x000000a6 +0x0000249b-0x00002540: +>>0 @I1300@ INDI +1 NAME Peter_III /Romanov/ +1 SEX M +1 TITL Emperor Russia +1 BIRT +2 DATE 1728 +2 PLAC Kiel,Germany +1 DEAT +2 DATE 17 JUL 1762 +1 FAMC @F686@ +1 FAMS @F682@ +<< +[0036] INDI rkey: I1301 offs: 0x00001541 lens: 0x00000099 +0x00002541-0x000025d9: +>>0 @I1301@ INDI +1 NAME Peter_I the_Great /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1672 +1 DEAT +2 DATE 1725 +1 FAMC @F687@ +1 FAMS @F688@ +1 FAMS @F689@ +<< +[0037] INDI rkey: I1302 offs: 0x000015da lens: 0x0000008a +0x000025da-0x00002663: +>>0 @I1302@ INDI +1 NAME Catherine_I // +1 SEX F +1 TITL Empress +1 BIRT +2 DATE 1683 +2 PLAC Jakobstadt,Latvia +1 DEAT +2 DATE 1727 +1 FAMS @F688@ +<< +[0038] INDI rkey: I1303 offs: 0x00001664 lens: 0x00000078 +0x00002664-0x000026db: +>>0 @I1303@ INDI +1 NAME Anna Petrovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1708 +1 DEAT +2 DATE 1728 +1 FAMC @F688@ +1 FAMS @F686@ +<< +[0039] INDI rkey: I1304 offs: 0x000016dc lens: 0x0000009d +0x000026dc-0x00002778: +>>0 @I1304@ INDI +1 NAME Elizabeth Petrovna /Romanov/ +1 SEX F +1 TITL Empress +1 BIRT +2 DATE 1709 +2 PLAC Near Moscow,Russia +1 DEAT +2 DATE 1761/1762 +1 FAMC @F688@ +<< +[0040] INDI rkey: I1305 offs: 0x00001779 lens: 0x00000043 +0x00002779-0x000027bb: +>>0 @I1305@ INDI +1 NAME Yevdokiya Lopukhina // +1 SEX F +1 FAMS @F689@ +<< +[0041] INDI rkey: I1306 offs: 0x000017bc lens: 0x00000072 +0x000027bc-0x0000282d: +>>0 @I1306@ INDI +1 NAME Alexis /Romanov/ +1 SEX M +1 BIRT +2 DATE 1690 +1 DEAT +2 DATE 1718 +1 FAMC @F689@ +1 FAMS @F690@ +<< +[0042] INDI rkey: I1307 offs: 0x0000182e lens: 0x00000038 +0x0000282e-0x00002865: +>>0 @I1307@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F690@ +<< +[0043] INDI rkey: I1308 offs: 0x00001866 lens: 0x00000066 +0x00002866-0x000028cb: +>>0 @I1308@ INDI +1 NAME Peter_II /Romanov/ +1 SEX M +1 BIRT +2 DATE 1715 +1 DEAT +2 DATE 1730 +1 FAMC @F690@ +<< +[0044] INDI rkey: I1309 offs: 0x000018cc lens: 0x000000a2 +0x000028cc-0x0000296d: +>>0 @I1309@ INDI +1 NAME Alexis_I Michaylovich /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1629 +1 DEAT +2 DATE 1675/1676 +1 FAMC @F691@ +1 FAMS @F692@ +1 FAMS @F687@ +<< +[0045] INDI rkey: I1310 offs: 0x0000196e lens: 0x00000055 +0x0000296e-0x000029c2: +>>0 @I1310@ INDI +1 NAME Maria Miroslavkaya // +1 SEX F +1 DEAT +2 DATE 1668 +1 FAMS @F692@ +<< +[0046] INDI rkey: I1311 offs: 0x000019c3 lens: 0x0000008f +0x000029c3-0x00002a51: +>>0 @I1311@ INDI +1 NAME Feodor_III (Theodore) /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1662 +1 DEAT +2 DATE 1682 +1 FAMC @F692@ +1 FAMS @F693@ +<< +[0047] INDI rkey: I1312 offs: 0x00001a52 lens: 0x00000082 +0x00002a52-0x00002ad3: +>>0 @I1312@ INDI +1 NAME Mikhail_III Feodorovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1597 +1 DEAT +2 DATE 1645 +1 FAMC @F694@ +1 FAMS @F691@ +<< +[0048] INDI rkey: I1313 offs: 0x00001ad4 lens: 0x00000076 +0x00002ad4-0x00002b49: +>>0 @I1313@ INDI +1 NAME Eudoxia /Streshniev/ +1 SEX F +1 BIRT +2 DATE 1608 +1 DEAT +2 DATE 1645 +1 FAMC @F695@ +1 FAMS @F691@ +<< +[0049] INDI rkey: I1314 offs: 0x00001b4a lens: 0x00000076 +0x00002b4a-0x00002bbf: +>>0 @I1314@ INDI +1 NAME Natalia Narishkina // +1 SEX F +1 BIRT +2 DATE 1651 +1 DEAT +2 DATE 1694 +1 FAMC @F696@ +1 FAMS @F687@ +<< +[0050] INDI rkey: I1315 offs: 0x00001bc0 lens: 0x00000038 +0x00002bc0-0x00002bf7: +>>0 @I1315@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F693@ +<< +[0051] INDI rkey: I1316 offs: 0x00001bf8 lens: 0x00000081 +0x00002bf8-0x00002c78: +>>0 @I1316@ INDI +1 NAME Ivan_V /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1666 +1 DEAT +2 DATE 1696 +1 FAMC @F693@ +1 FAMS @F697@ +<< +[0052] INDI rkey: I1317 offs: 0x00001c79 lens: 0x00000038 +0x00002c79-0x00002cb0: +>>0 @I1317@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F697@ +<< +[0053] INDI rkey: I1318 offs: 0x00001cb1 lens: 0x0000007a +0x00002cb1-0x00002d2a: +>>0 @I1318@ INDI +1 NAME Anna Ioannovna /Romanov/ +1 SEX F +1 TITL Empress +1 BIRT +2 DATE 1693 +1 DEAT +2 DATE 1740 +1 FAMC @F697@ +<< +[0054] INDI rkey: I1319 offs: 0x00001d2b lens: 0x00000057 +0x00002d2b-0x00002d81: +>>0 @I1319@ INDI +1 NAME Yekaterina of_Mecklenburg // +1 SEX F +1 FAMC @F697@ +1 FAMS @F698@ +<< +[0055] INDI rkey: I1320 offs: 0x00001d82 lens: 0x00000038 +0x00002d82-0x00002db9: +>>0 @I1320@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F698@ +<< +[0056] INDI rkey: I1321 offs: 0x00001dba lens: 0x0000005a +0x00002dba-0x00002e13: +>>0 @I1321@ INDI +1 NAME Anna Leopoldovna of_Brunswick// +1 SEX F +1 FAMC @F698@ +1 FAMS @F699@ +<< +[0057] INDI rkey: I1322 offs: 0x00001e14 lens: 0x00000038 +0x00002e14-0x00002e4b: +>>0 @I1322@ INDI +1 NAME Unknown // +1 SEX M +1 FAMS @F699@ +<< +[0058] INDI rkey: I1323 offs: 0x00001e4c lens: 0x00000074 +0x00002e4c-0x00002ebf: +>>0 @I1323@ INDI +1 NAME Ivan_VI /Romanov/ +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1740 +1 DEAT +2 DATE 1741 +1 FAMC @F699@ +<< +[0059] INDI rkey: I1324 offs: 0x00001ec0 lens: 0x0000003c +0x00002ec0-0x00002efb: +>>0 @I1324@ INDI +1 NAME Ivan /Romanov/ +1 SEX M +1 FAMC @F692@ +<< +[0060] INDI rkey: I1325 offs: 0x00001efc lens: 0x00000058 +0x00002efc-0x00002f53: +>>0 @I1325@ INDI +1 NAME Sophia /Romanov/ +1 SEX F +1 BIRT +2 DATE ABT 1657 +1 FAMC @F692@ +<< +[0061] INDI rkey: I1326 offs: 0x00001f54 lens: 0x00000065 +0x00002f54-0x00002fb8: +>>0 @I1326@ INDI +1 NAME Cyril /Naryshkin/ +1 SEX M +1 BIRT +2 DATE 1623 +1 DEAT +2 DATE 1691 +1 FAMS @F696@ +<< +[0062] INDI rkey: I1327 offs: 0x00001fb9 lens: 0x00000063 +0x00002fb9-0x0000301b: +>>0 @I1327@ INDI +1 NAME Jacquetta of_Luxembourg // +1 SEX F +1 FAMC @F700@ +1 FAMS @F628@ +1 FAMS @F560@ +<< +[0063] INDI rkey: I1328 offs: 0x0000201c lens: 0x0000009e +0x0000301c-0x000030b9: +>>0 @I1328@ INDI +1 NAME Catherine Swynford /Roet/ +1 SEX F +1 BIRT +2 DATE 1350 +1 DEAT +2 DATE 10 MAY 1403 +2 PLAC Lincoln +1 FAMC @F701@ +1 FAMS @F702@ +1 FAMS @F640@ +<< +[0064] INDI rkey: I1329 offs: 0x000020ba lens: 0x00000082 +0x000030ba-0x0000313b: +>>0 @I1329@ INDI +1 NAME John Beaufort // +1 SEX M +1 TITL Earl Sommerset +1 DEAT +2 DATE 1410 +1 FAMC @F640@ +1 FAMS @F703@ +1 FAMS @F704@ +<< +[0065] INDI rkey: I1330 offs: 0x0000213c lens: 0x00000061 +0x0000313c-0x0000319c: +>>0 @I1330@ INDI +1 NAME Henry Beaufort // +1 SEX M +1 TITL Cardinal +1 DEAT +2 DATE 1447 +1 FAMC @F640@ +<< +[0066] INDI rkey: I1331 offs: 0x0000219d lens: 0x00000059 +0x0000319d-0x000031f5: +>>0 @I1331@ INDI +1 NAME Joan Beaufort // +1 SEX F +1 FAMC @F640@ +1 FAMS @F705@ +1 FAMS @F554@ +<< +[0067] INDI rkey: I1332 offs: 0x000021f6 lens: 0x00000059 +0x000031f6-0x0000324e: +>>0 @I1332@ INDI +1 NAME Humphrey /De_Bohun/ +1 SEX M +1 TITL Earl of Hereford +1 FAMS @F625@ +<< +[0068] INDI rkey: I1333 offs: 0x0000224f lens: 0x0000007a +0x0000324f-0x000032c8: +>>0 @I1333@ INDI +1 NAME Henry /Beaufort/ +1 SEX M +1 TITL Earl Sommerset +1 BIRT +2 DATE 1401 +1 DEAT +2 DATE 1418 +1 FAMC @F703@ +<< +[0069] INDI rkey: I1334 offs: 0x000022c9 lens: 0x00000087 +0x000032c9-0x0000334f: +>>0 @I1334@ INDI +1 NAME John /Beaufort/ +1 SEX M +1 TITL Duke Sommerset +1 BIRT +2 DATE 1403 +1 DEAT +2 DATE 1444 +1 FAMC @F703@ +1 FAMS @F658@ +<< +[0070] INDI rkey: I1335 offs: 0x00002350 lens: 0x00000076 +0x00003350-0x000033c5: +>>0 @I1335@ INDI +1 NAME Edmund /Beaufort/ +1 SEX M +1 TITL Duke Sommerset +1 DEAT +2 DATE 1455 +1 FAMC @F703@ +1 FAMS @F706@ +<< +[0071] INDI rkey: I1336 offs: 0x000023c6 lens: 0x00000042 +0x000033c6-0x00003407: +>>0 @I1336@ INDI +1 NAME Margaret /Beauchamp/ +1 SEX F +1 FAMS @F658@ +<< +[0072] INDI rkey: I1337 offs: 0x00002408 lens: 0x0000006b +0x00003408-0x00003472: +>>0 @I1337@ INDI +1 NAME Isabella of_Castile // +1 SEX F +1 DEAT +2 DATE 23 NOV 1393 +1 FAMC @F707@ +1 FAMS @F570@ +<< +[0073] INDI rkey: I1338 offs: 0x00002473 lens: 0x0000007d +0x00003473-0x000034ef: +>>0 @I1338@ INDI +1 NAME Edward // +1 SEX M +1 TITL Duke of York +1 DEAT +2 DATE 1415 +2 PLAC Agincourt +1 FAMC @F570@ +1 FAMS @F708@ +<< +[0074] INDI rkey: I1339 offs: 0x000024f0 lens: 0x0000004a +0x000034f0-0x00003539: +>>0 @I1339@ INDI +1 NAME Anne /Beauchamp/ +1 SEX F +1 TITL Lady +1 FAMS @F550@ +<< +[0075] INDI rkey: I1340 offs: 0x0000253a lens: 0x00000057 +0x0000353a-0x00003590: +>>0 @I1340@ INDI +1 NAME Isabel /Nevill/ +1 SEX F +1 TITL Lady +1 FAMC @F550@ +1 FAMS @F555@ +<< +[0076] INDI rkey: I1341 offs: 0x00002591 lens: 0x000000f7 +0x00003591-0x00003687: +>>0 @I1341@ INDI +1 NAME Louis_XIV // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 5 SEP 1638 +2 PLAC St Germain-en-,Laye,France +1 DEAT +2 DATE 1 SEP 1715 +2 PLAC Versailles,France +1 BURI +2 PLAC St Denis,France +1 FAMC @F345@ +1 FAMS @F709@ +1 FAMS @F710@ +<< +[0077] INDI rkey: I1342 offs: 0x00002688 lens: 0x00000075 +0x00003688-0x000036fc: +>>0 @I1342@ INDI +1 NAME Richard /Nevill/ +1 SEX M +1 TITL Earl Salisbury +1 DEAT +2 DATE 1460 +1 FAMC @F554@ +1 FAMS @F552@ +<< +[0078] INDI rkey: I1343 offs: 0x000026fd lens: 0x00000096 +0x000036fd-0x00003792: +>>0 @I1343@ INDI +1 NAME Eleanor /De_Bohun/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 3 OCT 1399 +2 PLAC Barking Abbey,Essex,England +1 FAMC @F711@ +1 FAMS @F644@ +<< +[0079] INDI rkey: I1344 offs: 0x00002793 lens: 0x00000089 +0x00003793-0x0000381b: +>>0 @I1344@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 TITL Earl of March IV +1 DEAT +2 DATE 1398 +2 PLAC ,,,Ireland +1 FAMC @F712@ +1 FAMS @F572@ +<< +[0080] INDI rkey: I1345 offs: 0x0000281c lens: 0x0000006e +0x0000381c-0x00003889: +>>0 @I1345@ INDI +1 NAME Eleanor /Holland/ +1 SEX F +1 DEAT +2 DATE 1405 +1 FAMC @F713@ +1 FAMS @F572@ +1 FAMS @F714@ +<< +[0081] INDI rkey: I1346 offs: 0x0000288a lens: 0x00000075 +0x0000388a-0x000038fe: +>>0 @I1346@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 TITL Earl of March +1 DEAT +2 DATE 1425 +1 FAMC @F572@ +1 FAMS @F715@ +<< +[0082] INDI rkey: I1347 offs: 0x000028ff lens: 0x00000078 +0x000038ff-0x00003976: +>>0 @I1347@ INDI +1 NAME Violante of_Milan /Visconti/ +1 SEX F +1 DEAT +2 DATE 1404 +1 FAMC @F716@ +1 FAMS @F638@ +1 FAMS @F717@ +<< +[0083] INDI rkey: I1348 offs: 0x00002977 lens: 0x00000073 +0x00003977-0x000039e9: +>>0 @I1348@ INDI +1 NAME Philippa of_Ulster // +1 SEX F +1 TITL Countess +1 DEAT +2 DATE 1382 +1 FAMC @F637@ +1 FAMS @F712@ +<< +[0084] INDI rkey: I1349 offs: 0x000029ea lens: 0x00000078 +0x000039ea-0x00003a61: +>>0 @I1349@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 TITL Earl of March 3d +1 DEAT +2 DATE 1381 +1 FAMC @F718@ +1 FAMS @F712@ +<< +[0085] INDI rkey: I1350 offs: 0x00002a62 lens: 0x0000005c +0x00003a62-0x00003abd: +>>0 @I1350@ INDI +1 NAME Henry /Stafford/ +1 SEX M +1 TITL Sir +1 DEAT +2 DATE 1481 +1 FAMS @F659@ +<< +[0086] INDI rkey: I1351 offs: 0x00002abe lens: 0x0000005d +0x00003abe-0x00003b1a: +>>0 @I1351@ INDI +1 NAME Thomas /Stanley/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1504 +1 FAMS @F660@ +<< +[0087] INDI rkey: I1352 offs: 0x00002b1b lens: 0x0000005b +0x00003b1b-0x00003b75: +>>0 @I1352@ INDI +1 NAME Owen /Tudor/ +1 SEX M +1 DEAT +2 DATE 1461 +1 FAMC @F719@ +1 FAMS @F622@ +<< +[0088] INDI rkey: I1353 offs: 0x00002b76 lens: 0x0000007a +0x00003b76-0x00003bef: +>>0 @I1353@ INDI +1 NAME Jasper /Tudor/ +1 SEX M +1 TITL Earl of Pembroke +1 DEAT +2 DATE 1495/1496 +1 FAMC @F622@ +1 FAMS @F720@ +<< +[0089] INDI rkey: I1354 offs: 0x00002bf0 lens: 0x0000006d +0x00003bf0-0x00003c5c: +>>0 @I1354@ INDI +1 NAME Natalia /Sheremetevskaya/ +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1952 +1 FAMS @F116@ +<< +[0090] INDI rkey: I1355 offs: 0x00002c5d lens: 0x00000079 +0x00003c5d-0x00003cd5: +>>0 @I1355@ INDI +1 NAME Maria Pavlovna /Romanov/ +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1958 +1 FAMC @F113@ +1 FAMS @F721@ +<< +[0091] INDI rkey: I1356 offs: 0x00002cd6 lens: 0x00000082 +0x00003cd6-0x00003d57: +>>0 @I1356@ INDI +1 NAME Olga /Karnovich/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1929 +1 FAMC @F722@ +1 FAMS @F114@ +<< +[0092] INDI rkey: I1357 offs: 0x00002d58 lens: 0x00000066 +0x00003d58-0x00003dbd: +>>0 @I1357@ INDI +1 NAME Vladimir /Romanov/ +1 SEX M +1 BIRT +2 DATE 1896 +1 DEAT +2 DATE 1918 +1 FAMC @F114@ +<< +[0093] INDI rkey: I1358 offs: 0x00002dbe lens: 0x00000052 +0x00003dbe-0x00003e0f: +>>0 @I1358@ INDI +1 NAME Natalie /Romanov/ +1 SEX F +1 BIRT +2 DATE 1905 +1 FAMC @F114@ +<< +[0094] INDI rkey: I1359 offs: 0x00002e10 lens: 0x00000050 +0x00003e10-0x00003e5f: +>>0 @I1359@ INDI +1 NAME Irina /Romanov/ +1 SEX F +1 BIRT +2 DATE 1908 +1 FAMC @F114@ +<< +[0095] INDI rkey: I1360 offs: 0x00002e60 lens: 0x00000064 +0x00003e60-0x00003ec3: +>>0 @I1360@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1910 +1 DEAT +2 DATE 1931 +1 FAMC @F116@ +<< +[0096] INDI rkey: I1361 offs: 0x00002ec4 lens: 0x00000076 +0x00003ec4-0x00003f39: +>>0 @I1361@ INDI +1 NAME Peter of_Oldenburg // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1924 +1 FAMS @F117@ +<< +[0097] INDI rkey: I1362 offs: 0x00002f3a lens: 0x0000009a +0x00003f3a-0x00003fd3: +>>0 @I1362@ INDI +1 NAME Helen Vladimirovna of_Russia/Romanov/ +1 SEX F +1 TITL Grand Duchess +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1957 +1 FAMC @F112@ +1 FAMS @F51@ +<< +[0098] INDI rkey: I1363 offs: 0x00002fd4 lens: 0x0000005d +0x00003fd4-0x00004030: +>>0 @I1363@ INDI +1 NAME Charles of_Brunswick- Wolfenbuttel// +1 SEX M +1 TITL Duke +1 FAMS @F106@ +<< +[0099] INDI rkey: I1364 offs: 0x00003031 lens: 0x00000120 +0x00004031-0x00004150: +>>0 @I1364@ INDI +1 NAME John Lackland // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 24 DEC 1167 +2 PLAC Beaumont Palace,Oxford,England +1 DEAT +2 DATE 19 OCT 1216 +2 PLAC Newark Castle,Newark,Nottinghamshire,England +1 BURI +2 PLAC Worcester,Cathedral +1 FAMC @F723@ +1 FAMS @F724@ +1 FAMS @F675@ +<< +[0100] INDI rkey: I1365 offs: 0x00003151 lens: 0x0000009f +0x00004151-0x000041ef: +>>0 @I1365@ INDI +1 NAME Isabella De_Clare of_Gloucester// +1 SEX F +1 TITL Countess +1 DEAT +2 DATE NOV 1217 +1 FAMC @F725@ +1 FAMS @F724@ +1 FAMS @F726@ +1 FAMS @F727@ +<< +[0101] INDI rkey: I1366 offs: 0x000031f0 lens: 0x000000d7 +0x000041f0-0x000042c6: +>>0 @I1366@ INDI +1 NAME Isabella of_Angouleme // +1 SEX F +1 BIRT +2 DATE ABT 1188 +2 PLAC Angouleme +1 DEAT +2 DATE 31 MAY 1246 +2 PLAC Fontevraud +1 BURI +2 PLAC Fontevraud Abbey +1 FAMC @F347@ +1 FAMS @F675@ +1 FAMS @F728@ +<< +[0102] INDI rkey: I1367 offs: 0x000032c7 lens: 0x0000010d +0x000042c7-0x000043d3: +>>0 @I1367@ INDI +1 NAME Richard // +1 SEX M +1 TITL Earl of Cornwall +1 BIRT +2 DATE 5 JAN 1209 +2 PLAC Winchester,Castle,England +1 DEAT +2 DATE 1272 +2 PLAC Newark Castle,Newark,England +1 BURI +2 PLAC Worcester,Cathedral +1 FAMC @F675@ +1 FAMS @F370@ +1 FAMS @F729@ +1 FAMS @F730@ +<< +[0103] INDI rkey: I1368 offs: 0x000033d4 lens: 0x000000ab +0x000043d4-0x0000447e: +>>0 @I1368@ INDI +1 NAME Joan // +1 SEX F +1 BIRT +2 DATE 22 JUL 1210 +2 PLAC Gloucester,England +1 DEAT +2 DATE 4 MAR 1238 +2 PLAC Near London,England +1 FAMC @F675@ +1 FAMS @F731@ +<< +[0104] INDI rkey: I1369 offs: 0x0000347f lens: 0x00000093 +0x0000447f-0x00004511: +>>0 @I1369@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1214 +2 PLAC Gloucester +1 DEAT +2 DATE 1 DEC 1241 +2 PLAC Foggia +1 FAMC @F675@ +1 FAMS @F732@ +<< +[0105] INDI rkey: I1370 offs: 0x00003512 lens: 0x000000ab +0x00004512-0x000045bc: +>>0 @I1370@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 1215 +2 PLAC Gloucester +1 DEAT +2 DATE 13 APR 1275 +2 PLAC Montargis,France +1 FAMC @F675@ +1 FAMS @F523@ +1 FAMS @F517@ +<< +[0106] INDI rkey: I1371 offs: 0x000035bd lens: 0x000000d7 +0x000045bd-0x00004693: +>>0 @I1371@ INDI +1 NAME Henry_II Curtmantle // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 25 MAR 1133 +2 PLAC Le Mans +1 DEAT +2 DATE 6 JUL 1189 +2 PLAC Chinon +1 BURI +2 PLAC Fontevraud Abbey +1 FAMC @F733@ +1 FAMS @F723@ +<< +[0107] INDI rkey: I1372 offs: 0x00003694 lens: 0x000000e4 +0x00004694-0x00004777: +>>0 @I1372@ INDI +1 NAME Eleanor of_Aquitaine // +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE ABT 1122 +2 PLAC Bordeaux/Berlin +1 DEAT +2 DATE 1 APR 1204 +2 PLAC Fontevraud +1 BURI +2 PLAC Fontevraud +1 FAMC @F734@ +1 FAMS @F735@ +1 FAMS @F723@ +<< +[0108] INDI rkey: I1373 offs: 0x00003778 lens: 0x000000b4 +0x00004778-0x0000482b: +>>0 @I1373@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 17 AUG 1152 +2 PLAC Normandy,England +1 DEAT +2 DATE ABT APR 1156 +2 PLAC Wallingford,Castle,Berkshire,England +1 FAMC @F723@ +<< +[0109] INDI rkey: I1374 offs: 0x0000382c lens: 0x000000bd +0x0000482c-0x000048e8: +>>0 @I1374@ INDI +1 NAME Henry the_Young_King // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 28 FEB 1155 +2 PLAC Bermondsey +1 DEAT +2 DATE 11 JUN 1183 +2 PLAC Martel +1 FAMC @F723@ +1 FAMS @F736@ +<< +[0110] INDI rkey: I1375 offs: 0x000038e9 lens: 0x000000a0 +0x000048e9-0x00004988: +>>0 @I1375@ INDI +1 NAME Matilda (Maud) // +1 SEX F +1 BIRT +2 DATE 1156 +2 PLAC London,England +1 DEAT +2 DATE 28 JUN 1189 +2 PLAC Brunswick +1 FAMC @F723@ +1 FAMS @F737@ +<< +[0111] INDI rkey: I1376 offs: 0x00003989 lens: 0x000000f4 +0x00004989-0x00004a7c: +>>0 @I1376@ INDI +1 NAME Richard_I Coeur_de_Lion // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 1157 +2 PLAC Beaumont Palace,Oxford,England +1 DEAT +2 DATE 6 APR 1199 +2 PLAC Chalus,Limousin +1 BURI +2 PLAC Fontevraud Abbey +1 FAMC @F723@ +1 FAMS @F738@ +<< +[0112] INDI rkey: I1377 offs: 0x00003a7d lens: 0x000000a0 +0x00004a7d-0x00004b1c: +>>0 @I1377@ INDI +1 NAME Geoffrey // +1 SEX M +1 TITL Duke of Brittany +1 BIRT +2 DATE 23 SEP 1158 +1 DEAT +2 DATE 19 AUG 1186 +2 PLAC Paris +1 FAMC @F723@ +1 FAMS @F739@ +<< +[0113] INDI rkey: I1378 offs: 0x00003b1d lens: 0x000000a1 +0x00004b1d-0x00004bbd: +>>0 @I1378@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 13 OCT 1162 +2 PLAC Domfront,Normandy +1 DEAT +2 DATE 31 OCT 1214 +2 PLAC Burgos +1 FAMC @F723@ +1 FAMS @F740@ +<< +[0114] INDI rkey: I1379 offs: 0x00003bbe lens: 0x0000009a +0x00004bbe-0x00004c57: +>>0 @I1379@ INDI +1 NAME Joan /Plantagenet/ +1 SEX F +1 BIRT +2 DATE OCT 1165 +2 PLAC Angers +1 DEAT +2 DATE 4 SEP 1199 +1 FAMC @F723@ +1 FAMS @F741@ +1 FAMS @F742@ +<< +[0115] INDI rkey: I1380 offs: 0x00003c58 lens: 0x00000102 +0x00004c58-0x00004d59: +>>0 @I1380@ INDI +1 NAME William_I the_Conqueror // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 1027/1028 +2 PLAC Falaise,Normandy,France +1 DEAT +2 DATE 7 SEP 1087 +2 PLAC Near Rouen,France +1 BURI +2 PLAC St Stephen Abbey,Caen,Normandy +1 FAMC @F743@ +1 FAMS @F744@ +<< +[0116] INDI rkey: I1381 offs: 0x00003d5a lens: 0x000000cd +0x00004d5a-0x00004e26: +>>0 @I1381@ INDI +1 NAME Matilda of_Flanders // +1 SEX F +1 BIRT +2 DATE ABT 1031 +2 PLAC Flanders,France +1 DEAT +2 DATE 2 NOV 1083 +2 PLAC Caen +1 BURI +2 PLAC Holy Trinity,Abbey,Caen +1 FAMC @F745@ +1 FAMS @F744@ +<< +[0117] INDI rkey: I1382 offs: 0x00003e27 lens: 0x000000bf +0x00004e27-0x00004ee5: +>>0 @I1382@ INDI +1 NAME Robert Curthose // +1 SEX M +1 TITL Duke of Normandy +1 BIRT +2 DATE 1054 +2 PLAC Normandy,France +1 DEAT +2 DATE 10 FEB 1134 +2 PLAC Cardiff Castle +1 FAMC @F744@ +1 FAMS @F746@ +<< +[0118] INDI rkey: I1383 offs: 0x00003ee6 lens: 0x0000007e +0x00004ee6-0x00004f63: +>>0 @I1383@ INDI +1 NAME Richard // +1 SEX M +1 BIRT +2 DATE ABT 1055 +1 DEAT +2 DATE ABT 1081 +2 PLAC New Forest +1 FAMC @F744@ +<< +[0119] INDI rkey: I1384 offs: 0x00003f64 lens: 0x000000d4 +0x00004f64-0x00005037: +>>0 @I1384@ INDI +1 NAME William_II Rufus // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 1056/1060 +2 PLAC Normandy,France +1 DEAT +2 DATE 2 AUG 1100 +2 PLAC New Forest +1 BURI +2 PLAC Winchester,Cathedral +1 FAMC @F744@ +<< +[0120] INDI rkey: I1385 offs: 0x00004038 lens: 0x0000007a +0x00005038-0x000050b1: +>>0 @I1385@ INDI +1 NAME Cecilia of_Holy_Trinity // +1 SEX F +1 TITL Abess +1 DEAT +2 DATE 30 JUL 1126 +2 PLAC Caen +1 FAMC @F744@ +<< +[0121] INDI rkey: I1386 offs: 0x000040b2 lens: 0x00000037 +0x000050b2-0x000050e8: +>>0 @I1386@ INDI +1 NAME Agatha // +1 SEX F +1 FAMC @F744@ +<< +[0122] INDI rkey: I1387 offs: 0x000040e9 lens: 0x0000003d +0x000050e9-0x00005125: +>>0 @I1387@ INDI +1 NAME Adeliza a_nun // +1 SEX F +1 FAMC @F744@ +<< +[0123] INDI rkey: I1388 offs: 0x00004126 lens: 0x000000b5 +0x00005126-0x000051da: +>>0 @I1388@ INDI +1 NAME Adela // +1 SEX F +1 BIRT +2 DATE ABT 1062 +2 PLAC Normandy,France +1 DEAT +2 DATE 8 MAR 1137/1138 +2 PLAC Marcigny-sur-,Loire,France +1 FAMC @F744@ +1 FAMS @F747@ +<< +[0124] INDI rkey: I1389 offs: 0x000041db lens: 0x00000038 +0x000051db-0x00005212: +>>0 @I1389@ INDI +1 NAME Matilda // +1 SEX F +1 FAMC @F744@ +<< +[0125] INDI rkey: I1390 offs: 0x00004213 lens: 0x000000aa +0x00005213-0x000052bc: +>>0 @I1390@ INDI +1 NAME Constance // +1 SEX F +1 BIRT +2 DATE ABT 1066 +2 PLAC Normandy,France +1 DEAT +2 DATE 13 AUG 1090 +2 PLAC Brittany,France +1 FAMC @F744@ +1 FAMS @F748@ +<< +[0126] INDI rkey: I1391 offs: 0x000042bd lens: 0x0000010e +0x000052bd-0x000053ca: +>>0 @I1391@ INDI +1 NAME Henry_I Beauclerc // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE ABT SEP 1068 +2 PLAC Selby,Yorkshire,England +1 DEAT +2 DATE 1 DEC 1135 +2 PLAC St Denis-le-,Fermont,Near Gisors +1 BURI +2 PLAC Reading Abbey +1 FAMC @F744@ +1 FAMS @F749@ +1 FAMS @F750@ +<< + +0x000053cb: EOF (0x000053cb) GOOD + +BLOCK - DIRECTORY ab/ad +0x00000000:ix_self: 0x00010003 (ab/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1392' +0x00000016:ix_rkey[0001]: ' I1393' +0x0000001e:ix_rkey[0002]: ' I1394' +0x00000026:ix_rkey[0003]: ' I1395' +0x0000002e:ix_rkey[0004]: ' I1396' +0x00000036:ix_rkey[0005]: ' I1397' +0x0000003e:ix_rkey[0006]: ' I1398' +0x00000046:ix_rkey[0007]: ' I1399' +0x0000004e:ix_rkey[0008]: ' I1400' +0x00000056:ix_rkey[0009]: ' I1401' +0x0000005e:ix_rkey[0010]: ' I1402' +0x00000066:ix_rkey[0011]: ' I1403' +0x0000006e:ix_rkey[0012]: ' I1404' +0x00000076:ix_rkey[0013]: ' I1405' +0x0000007e:ix_rkey[0014]: ' I1406' +0x00000086:ix_rkey[0015]: ' I1407' +0x0000008e:ix_rkey[0016]: ' I1408' +0x00000096:ix_rkey[0017]: ' I1409' +0x0000009e:ix_rkey[0018]: ' I1410' +0x000000a6:ix_rkey[0019]: ' I1411' +0x000000ae:ix_rkey[0020]: ' I1412' +0x000000b6:ix_rkey[0021]: ' I1413' +0x000000be:ix_rkey[0022]: ' I1414' +0x000000c6:ix_rkey[0023]: ' I1415' +0x000000ce:ix_rkey[0024]: ' I1416' +0x000000d6:ix_rkey[0025]: ' I1417' +0x000000de:ix_rkey[0026]: ' I1418' +0x000000e6:ix_rkey[0027]: ' I1419' +0x000000ee:ix_rkey[0028]: ' I1420' +0x000000f6:ix_rkey[0029]: ' I1421' +0x000000fe:ix_rkey[0030]: ' I1422' +0x00000106:ix_rkey[0031]: ' I1423' +0x0000010e:ix_rkey[0032]: ' I1424' +0x00000116:ix_rkey[0033]: ' I1425' +0x0000011e:ix_rkey[0034]: ' I1426' +0x00000126:ix_rkey[0035]: ' I1427' +0x0000012e:ix_rkey[0036]: ' I1428' +0x00000136:ix_rkey[0037]: ' I1429' +0x0000013e:ix_rkey[0038]: ' I1430' +0x00000146:ix_rkey[0039]: ' I1431' +0x0000014e:ix_rkey[0040]: ' I1432' +0x00000156:ix_rkey[0041]: ' I1433' +0x0000015e:ix_rkey[0042]: ' I1434' +0x00000166:ix_rkey[0043]: ' I1435' +0x0000016e:ix_rkey[0044]: ' I1436' +0x00000176:ix_rkey[0045]: ' I1437' +0x0000017e:ix_rkey[0046]: ' I1438' +0x00000186:ix_rkey[0047]: ' I1439' +0x0000018e:ix_rkey[0048]: ' I1440' +0x00000196:ix_rkey[0049]: ' I1441' +0x0000019e:ix_rkey[0050]: ' I1442' +0x000001a6:ix_rkey[0051]: ' I1443' +0x000001ae:ix_rkey[0052]: ' I1444' +0x000001b6:ix_rkey[0053]: ' I1445' +0x000001be:ix_rkey[0054]: ' I1446' +0x000001c6:ix_rkey[0055]: ' I1447' +0x000001ce:ix_rkey[0056]: ' I1448' +0x000001d6:ix_rkey[0057]: ' I1449' +0x000001de:ix_rkey[0058]: ' I1450' +0x000001e6:ix_rkey[0059]: ' I1451' +0x000001ee:ix_rkey[0060]: ' I1452' +0x000001f6:ix_rkey[0061]: ' I1453' +0x000001fe:ix_rkey[0062]: ' I1454' +0x00000206:ix_rkey[0063]: ' I1455' +0x0000020e:ix_rkey[0064]: ' I1456' +0x00000216:ix_rkey[0065]: ' I1457' +0x0000021e:ix_rkey[0066]: ' I1458' +0x00000226:ix_rkey[0067]: ' I1459' +0x0000022e:ix_rkey[0068]: ' I1460' +0x00000236:ix_rkey[0069]: ' I1461' +0x0000023e:ix_rkey[0070]: ' I1462' +0x00000246:ix_rkey[0071]: ' I1463' +0x0000024e:ix_rkey[0072]: ' I1464' +0x00000256:ix_rkey[0073]: ' I1465' +0x0000025e:ix_rkey[0074]: ' I1466' +0x00000266:ix_rkey[0075]: ' I1467' +0x0000026e:ix_rkey[0076]: ' I1468' +0x00000276:ix_rkey[0077]: ' I1469' +0x0000027e:ix_rkey[0078]: ' I1470' +0x00000286:ix_rkey[0079]: ' I1471' +0x0000028e:ix_rkey[0080]: ' I1472' +0x00000296:ix_rkey[0081]: ' I1473' +0x0000029e:ix_rkey[0082]: ' I1474' +0x000002a6:ix_rkey[0083]: ' I1475' +0x000002ae:ix_rkey[0084]: ' I1476' +0x000002b6:ix_rkey[0085]: ' I1477' +0x000002be:ix_rkey[0086]: ' I1478' +0x000002c6:ix_rkey[0087]: ' I1479' +0x000002ce:ix_rkey[0088]: ' I1480' +0x000002d6:ix_rkey[0089]: ' I1481' +0x000002de:ix_rkey[0090]: ' I1482' +0x000002e6:ix_rkey[0091]: ' I1483' +0x000002ee:ix_rkey[0092]: ' I1484' +0x000002f6:ix_rkey[0093]: ' I1485' +0x000002fe:ix_rkey[0094]: ' I1486' +0x00000306:ix_rkey[0095]: ' I1487' +0x0000030e:ix_rkey[0096]: ' I1488' +0x00000316:ix_rkey[0097]: ' I1489' +0x0000031e:ix_rkey[0098]: ' I1490' +0x00000326:ix_rkey[0099]: ' I1491' +0x0000032e:ix_rkey[0100]: ' I1492' +0x00000336:ix_rkey[0101]: ' I1493' +0x0000033e:ix_rkey[0102]: ' I1494' +0x00000346:ix_rkey[0103]: ' I1495' +0x0000034e:ix_rkey[0104]: ' I1496' +0x00000356:ix_rkey[0105]: ' I1497' +0x0000035e:ix_rkey[0106]: ' I1498' +0x00000366:ix_rkey[0107]: ' I1499' +0x0000036e:ix_rkey[0108]: ' I1500' +0x00000376:ix_rkey[0109]: ' I1501' +0x0000037e:ix_rkey[0110]: ' I1502' +0x00000386:ix_rkey[0111]: ' I1503' +0x0000038e:ix_rkey[0112]: ' I1504' +0x00000396:ix_rkey[0113]: ' I1505' +0x0000039e:ix_rkey[0114]: ' I1506' +0x000003a6:ix_rkey[0115]: ' I1507' +0x000003ae:ix_rkey[0116]: ' I1508' +0x000003b6:ix_rkey[0117]: ' I1509' +0x000003be:ix_rkey[0118]: ' I1510' +0x000003c6:ix_rkey[0119]: ' I1511' +0x000003ce:ix_rkey[0120]: ' I1512' +0x000003d6:ix_rkey[0121]: ' I1513' +0x000003de:ix_rkey[0122]: ' I1514' +0x000003e6:ix_rkey[0123]: ' I1515' +0x000003ee:ix_rkey[0124]: ' I1516' +0x000003f6:ix_rkey[0125]: ' I1517' +0x000003fe:ix_rkey[0126]: ' I1518' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000f4 +0x0000080c:ix_offs[0001]: 0x000000f4 0x00000c08:ix_lens[0001]: 0x00000057 +0x00000810:ix_offs[0002]: 0x0000014b 0x00000c0c:ix_lens[0002]: 0x000000a8 +0x00000814:ix_offs[0003]: 0x000001f3 0x00000c10:ix_lens[0003]: 0x000000ac +0x00000818:ix_offs[0004]: 0x0000029f 0x00000c14:ix_lens[0004]: 0x000000e8 +0x0000081c:ix_offs[0005]: 0x00000387 0x00000c18:ix_lens[0005]: 0x000000d7 +0x00000820:ix_offs[0006]: 0x0000045e 0x00000c1c:ix_lens[0006]: 0x000000dd +0x00000824:ix_offs[0007]: 0x0000053b 0x00000c20:ix_lens[0007]: 0x00000086 +0x00000828:ix_offs[0008]: 0x000005c1 0x00000c24:ix_lens[0008]: 0x000000a8 +0x0000082c:ix_offs[0009]: 0x00000669 0x00000c28:ix_lens[0009]: 0x0000006c +0x00000830:ix_offs[0010]: 0x000006d5 0x00000c2c:ix_lens[0010]: 0x000000a2 +0x00000834:ix_offs[0011]: 0x00000777 0x00000c30:ix_lens[0011]: 0x000000a0 +0x00000838:ix_offs[0012]: 0x00000817 0x00000c34:ix_lens[0012]: 0x0000008b +0x0000083c:ix_offs[0013]: 0x000008a2 0x00000c38:ix_lens[0013]: 0x0000008c +0x00000840:ix_offs[0014]: 0x0000092e 0x00000c3c:ix_lens[0014]: 0x0000005d +0x00000844:ix_offs[0015]: 0x0000098b 0x00000c40:ix_lens[0015]: 0x00000052 +0x00000848:ix_offs[0016]: 0x000009dd 0x00000c44:ix_lens[0016]: 0x00000083 +0x0000084c:ix_offs[0017]: 0x00000a60 0x00000c48:ix_lens[0017]: 0x000000ab +0x00000850:ix_offs[0018]: 0x00000b0b 0x00000c4c:ix_lens[0018]: 0x000000c8 +0x00000854:ix_offs[0019]: 0x00000bd3 0x00000c50:ix_lens[0019]: 0x0000008c +0x00000858:ix_offs[0020]: 0x00000c5f 0x00000c54:ix_lens[0020]: 0x000000ff +0x0000085c:ix_offs[0021]: 0x00000d5e 0x00000c58:ix_lens[0021]: 0x000000d6 +0x00000860:ix_offs[0022]: 0x00000e34 0x00000c5c:ix_lens[0022]: 0x000000e6 +0x00000864:ix_offs[0023]: 0x00000f1a 0x00000c60:ix_lens[0023]: 0x00000072 +0x00000868:ix_offs[0024]: 0x00000f8c 0x00000c64:ix_lens[0024]: 0x0000009e +0x0000086c:ix_offs[0025]: 0x0000102a 0x00000c68:ix_lens[0025]: 0x0000006a +0x00000870:ix_offs[0026]: 0x00001094 0x00000c6c:ix_lens[0026]: 0x00000084 +0x00000874:ix_offs[0027]: 0x00001118 0x00000c70:ix_lens[0027]: 0x0000007f +0x00000878:ix_offs[0028]: 0x00001197 0x00000c74:ix_lens[0028]: 0x000000cc +0x0000087c:ix_offs[0029]: 0x00001263 0x00000c78:ix_lens[0029]: 0x000000b5 +0x00000880:ix_offs[0030]: 0x00001318 0x00000c7c:ix_lens[0030]: 0x000000e2 +0x00000884:ix_offs[0031]: 0x000013fa 0x00000c80:ix_lens[0031]: 0x0000007c +0x00000888:ix_offs[0032]: 0x00001476 0x00000c84:ix_lens[0032]: 0x000000e9 +0x0000088c:ix_offs[0033]: 0x0000155f 0x00000c88:ix_lens[0033]: 0x000000d1 +0x00000890:ix_offs[0034]: 0x00001630 0x00000c8c:ix_lens[0034]: 0x0000007a +0x00000894:ix_offs[0035]: 0x000016aa 0x00000c90:ix_lens[0035]: 0x00000081 +0x00000898:ix_offs[0036]: 0x0000172b 0x00000c94:ix_lens[0036]: 0x00000060 +0x0000089c:ix_offs[0037]: 0x0000178b 0x00000c98:ix_lens[0037]: 0x00000064 +0x000008a0:ix_offs[0038]: 0x000017ef 0x00000c9c:ix_lens[0038]: 0x00000064 +0x000008a4:ix_offs[0039]: 0x00001853 0x00000ca0:ix_lens[0039]: 0x00000080 +0x000008a8:ix_offs[0040]: 0x000018d3 0x00000ca4:ix_lens[0040]: 0x00000089 +0x000008ac:ix_offs[0041]: 0x0000195c 0x00000ca8:ix_lens[0041]: 0x00000076 +0x000008b0:ix_offs[0042]: 0x000019d2 0x00000cac:ix_lens[0042]: 0x00000064 +0x000008b4:ix_offs[0043]: 0x00001a36 0x00000cb0:ix_lens[0043]: 0x00000060 +0x000008b8:ix_offs[0044]: 0x00001a96 0x00000cb4:ix_lens[0044]: 0x00000084 +0x000008bc:ix_offs[0045]: 0x00001b1a 0x00000cb8:ix_lens[0045]: 0x00000063 +0x000008c0:ix_offs[0046]: 0x00001b7d 0x00000cbc:ix_lens[0046]: 0x000000ac +0x000008c4:ix_offs[0047]: 0x00001c29 0x00000cc0:ix_lens[0047]: 0x0000006d +0x000008c8:ix_offs[0048]: 0x00001c96 0x00000cc4:ix_lens[0048]: 0x0000003b +0x000008cc:ix_offs[0049]: 0x00001cd1 0x00000cc8:ix_lens[0049]: 0x0000003b +0x000008d0:ix_offs[0050]: 0x00001d0c 0x00000ccc:ix_lens[0050]: 0x00000045 +0x000008d4:ix_offs[0051]: 0x00001d51 0x00000cd0:ix_lens[0051]: 0x0000004f +0x000008d8:ix_offs[0052]: 0x00001da0 0x00000cd4:ix_lens[0052]: 0x00000059 +0x000008dc:ix_offs[0053]: 0x00001df9 0x00000cd8:ix_lens[0053]: 0x0000004b +0x000008e0:ix_offs[0054]: 0x00001e44 0x00000cdc:ix_lens[0054]: 0x00000043 +0x000008e4:ix_offs[0055]: 0x00001e87 0x00000ce0:ix_lens[0055]: 0x000000c6 +0x000008e8:ix_offs[0056]: 0x00001f4d 0x00000ce4:ix_lens[0056]: 0x0000004b +0x000008ec:ix_offs[0057]: 0x00001f98 0x00000ce8:ix_lens[0057]: 0x0000005e +0x000008f0:ix_offs[0058]: 0x00001ff6 0x00000cec:ix_lens[0058]: 0x00000063 +0x000008f4:ix_offs[0059]: 0x00002059 0x00000cf0:ix_lens[0059]: 0x00000098 +0x000008f8:ix_offs[0060]: 0x000020f1 0x00000cf4:ix_lens[0060]: 0x00000056 +0x000008fc:ix_offs[0061]: 0x00002147 0x00000cf8:ix_lens[0061]: 0x00000070 +0x00000900:ix_offs[0062]: 0x000021b7 0x00000cfc:ix_lens[0062]: 0x00000064 +0x00000904:ix_offs[0063]: 0x0000221b 0x00000d00:ix_lens[0063]: 0x00000094 +0x00000908:ix_offs[0064]: 0x000022af 0x00000d04:ix_lens[0064]: 0x00000057 +0x0000090c:ix_offs[0065]: 0x00002306 0x00000d08:ix_lens[0065]: 0x00000061 +0x00000910:ix_offs[0066]: 0x00002367 0x00000d0c:ix_lens[0066]: 0x00000037 +0x00000914:ix_offs[0067]: 0x0000239e 0x00000d10:ix_lens[0067]: 0x00000059 +0x00000918:ix_offs[0068]: 0x000023f7 0x00000d14:ix_lens[0068]: 0x0000003a +0x0000091c:ix_offs[0069]: 0x00002431 0x00000d18:ix_lens[0069]: 0x0000005b +0x00000920:ix_offs[0070]: 0x0000248c 0x00000d1c:ix_lens[0070]: 0x0000004d +0x00000924:ix_offs[0071]: 0x000024d9 0x00000d20:ix_lens[0071]: 0x000000a0 +0x00000928:ix_offs[0072]: 0x00002579 0x00000d24:ix_lens[0072]: 0x0000004e +0x0000092c:ix_offs[0073]: 0x000025c7 0x00000d28:ix_lens[0073]: 0x0000006c +0x00000930:ix_offs[0074]: 0x00002633 0x00000d2c:ix_lens[0074]: 0x000000bf +0x00000934:ix_offs[0075]: 0x000026f2 0x00000d30:ix_lens[0075]: 0x00000062 +0x00000938:ix_offs[0076]: 0x00002754 0x00000d34:ix_lens[0076]: 0x00000080 +0x0000093c:ix_offs[0077]: 0x000027d4 0x00000d38:ix_lens[0077]: 0x0000007e +0x00000940:ix_offs[0078]: 0x00002852 0x00000d3c:ix_lens[0078]: 0x00000099 +0x00000944:ix_offs[0079]: 0x000028eb 0x00000d40:ix_lens[0079]: 0x00000048 +0x00000948:ix_offs[0080]: 0x00002933 0x00000d44:ix_lens[0080]: 0x00000051 +0x0000094c:ix_offs[0081]: 0x00002984 0x00000d48:ix_lens[0081]: 0x00000050 +0x00000950:ix_offs[0082]: 0x000029d4 0x00000d4c:ix_lens[0082]: 0x00000061 +0x00000954:ix_offs[0083]: 0x00002a35 0x00000d50:ix_lens[0083]: 0x00000048 +0x00000958:ix_offs[0084]: 0x00002a7d 0x00000d54:ix_lens[0084]: 0x00000089 +0x0000095c:ix_offs[0085]: 0x00002b06 0x00000d58:ix_lens[0085]: 0x00000055 +0x00000960:ix_offs[0086]: 0x00002b5b 0x00000d5c:ix_lens[0086]: 0x00000061 +0x00000964:ix_offs[0087]: 0x00002bbc 0x00000d60:ix_lens[0087]: 0x00000038 +0x00000968:ix_offs[0088]: 0x00002bf4 0x00000d64:ix_lens[0088]: 0x00000061 +0x0000096c:ix_offs[0089]: 0x00002c55 0x00000d68:ix_lens[0089]: 0x00000038 +0x00000970:ix_offs[0090]: 0x00002c8d 0x00000d6c:ix_lens[0090]: 0x00000063 +0x00000974:ix_offs[0091]: 0x00002cf0 0x00000d70:ix_lens[0091]: 0x00000042 +0x00000978:ix_offs[0092]: 0x00002d32 0x00000d74:ix_lens[0092]: 0x00000071 +0x0000097c:ix_offs[0093]: 0x00002da3 0x00000d78:ix_lens[0093]: 0x00000038 +0x00000980:ix_offs[0094]: 0x00002ddb 0x00000d7c:ix_lens[0094]: 0x0000004e +0x00000984:ix_offs[0095]: 0x00002e29 0x00000d80:ix_lens[0095]: 0x00000048 +0x00000988:ix_offs[0096]: 0x00002e71 0x00000d84:ix_lens[0096]: 0x00000052 +0x0000098c:ix_offs[0097]: 0x00002ec3 0x00000d88:ix_lens[0097]: 0x00000053 +0x00000990:ix_offs[0098]: 0x00002f16 0x00000d8c:ix_lens[0098]: 0x00000055 +0x00000994:ix_offs[0099]: 0x00002f6b 0x00000d90:ix_lens[0099]: 0x00000056 +0x00000998:ix_offs[0100]: 0x00002fc1 0x00000d94:ix_lens[0100]: 0x0000008a +0x0000099c:ix_offs[0101]: 0x0000304b 0x00000d98:ix_lens[0101]: 0x00000040 +0x000009a0:ix_offs[0102]: 0x0000308b 0x00000d9c:ix_lens[0102]: 0x00000069 +0x000009a4:ix_offs[0103]: 0x000030f4 0x00000da0:ix_lens[0103]: 0x00000068 +0x000009a8:ix_offs[0104]: 0x0000315c 0x00000da4:ix_lens[0104]: 0x0000004d +0x000009ac:ix_offs[0105]: 0x000031a9 0x00000da8:ix_lens[0105]: 0x0000005a +0x000009b0:ix_offs[0106]: 0x00003203 0x00000dac:ix_lens[0106]: 0x0000003d +0x000009b4:ix_offs[0107]: 0x00003240 0x00000db0:ix_lens[0107]: 0x0000006f +0x000009b8:ix_offs[0108]: 0x000032af 0x00000db4:ix_lens[0108]: 0x00000042 +0x000009bc:ix_offs[0109]: 0x000032f1 0x00000db8:ix_lens[0109]: 0x00000080 +0x000009c0:ix_offs[0110]: 0x00003371 0x00000dbc:ix_lens[0110]: 0x0000007c +0x000009c4:ix_offs[0111]: 0x000033ed 0x00000dc0:ix_lens[0111]: 0x00000075 +0x000009c8:ix_offs[0112]: 0x00003462 0x00000dc4:ix_lens[0112]: 0x00000070 +0x000009cc:ix_offs[0113]: 0x000034d2 0x00000dc8:ix_lens[0113]: 0x0000008d +0x000009d0:ix_offs[0114]: 0x0000355f 0x00000dcc:ix_lens[0114]: 0x00000091 +0x000009d4:ix_offs[0115]: 0x000035f0 0x00000dd0:ix_lens[0115]: 0x0000005d +0x000009d8:ix_offs[0116]: 0x0000364d 0x00000dd4:ix_lens[0116]: 0x00000079 +0x000009dc:ix_offs[0117]: 0x000036c6 0x00000dd8:ix_lens[0117]: 0x00000067 +0x000009e0:ix_offs[0118]: 0x0000372d 0x00000ddc:ix_lens[0118]: 0x00000063 +0x000009e4:ix_offs[0119]: 0x00003790 0x00000de0:ix_lens[0119]: 0x0000008a +0x000009e8:ix_offs[0120]: 0x0000381a 0x00000de4:ix_lens[0120]: 0x0000005d +0x000009ec:ix_offs[0121]: 0x00003877 0x00000de8:ix_lens[0121]: 0x0000007b +0x000009f0:ix_offs[0122]: 0x000038f2 0x00000dec:ix_lens[0122]: 0x00000092 +0x000009f4:ix_offs[0123]: 0x00003984 0x00000df0:ix_lens[0123]: 0x00000094 +0x000009f8:ix_offs[0124]: 0x00003a18 0x00000df4:ix_lens[0124]: 0x0000004e +0x000009fc:ix_offs[0125]: 0x00003a66 0x00000df8:ix_lens[0125]: 0x00000066 +0x00000a00:ix_offs[0126]: 0x00003acc 0x00000dfc:ix_lens[0126]: 0x00000070 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1392 offs: 0x00000000 lens: 0x000000f4 +0x00001000-0x000010f3: +>>0 @I1392@ INDI +1 NAME Matilda (Edith) of_Scotland// +1 SEX F +1 BIRT +2 DATE 1079/1080 +2 PLAC Dunfermline +1 DEAT +2 DATE 1 MAY 1118 +2 PLAC Westminster,Palace,London,England +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F751@ +1 FAMS @F749@ +<< +[0001] INDI rkey: I1393 offs: 0x000000f4 lens: 0x00000057 +0x000010f4-0x0000114a: +>>0 @I1393@ INDI +1 NAME Robert of_Gloucester // +1 SEX M +1 DEAT +2 DATE 1147 +1 FAMC @F749@ +<< +[0002] INDI rkey: I1394 offs: 0x0000014b lens: 0x000000a8 +0x0000114b-0x000011f2: +>>0 @I1394@ INDI +1 NAME William // +1 SEX M +1 TITL Duke of Normandy +1 BIRT +2 DATE BEF 5 AUG 1103 +2 PLAC Winchester +1 DEAT +2 DATE 25 NOV 1120 +1 FAMC @F749@ +1 FAMS @F752@ +<< +[0003] INDI rkey: I1395 offs: 0x000001f3 lens: 0x000000ac +0x000011f3-0x0000129e: +>>0 @I1395@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE ABT 1103/1104 +2 PLAC Winchester +1 DEAT +2 DATE 10 SEP 1167 +2 PLAC Rouen +1 FAMC @F749@ +1 FAMS @F753@ +1 FAMS @F733@ +<< +[0004] INDI rkey: I1396 offs: 0x0000029f lens: 0x000000e8 +0x0000129f-0x00001386: +>>0 @I1396@ INDI +1 NAME Adeliza of_Louvain // +1 SEX F +1 BIRT +2 DATE ABT 1105 +2 PLAC Louvain,Belgium +1 DEAT +2 DATE ABT 23 APR 1151 +2 PLAC Afflighem,Flanders +1 BURI +2 PLAC Afflighem,Flanders +1 FAMC @F754@ +1 FAMS @F750@ +1 FAMS @F755@ +<< +[0005] INDI rkey: I1397 offs: 0x00000387 lens: 0x000000d7 +0x00001387-0x0000145d: +>>0 @I1397@ INDI +1 NAME Stephen // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE ABT 1096 +2 PLAC Blois,France +1 DEAT +2 DATE 25 OCT 1154 +2 PLAC Dover Castle +1 BURI +2 PLAC Faversham Abbey +1 FAMC @F747@ +1 FAMS @F756@ +<< +[0006] INDI rkey: I1398 offs: 0x0000045e lens: 0x000000dd +0x0000145e-0x0000153a: +>>0 @I1398@ INDI +1 NAME Matilda of_Boulogne // +1 SEX F +1 BIRT +2 DATE ABT 1103/1105 +2 PLAC Boulogne +1 DEAT +2 DATE 3 MAY 1152 +2 PLAC Hedingham Castle,Essex,England +1 BURI +2 PLAC Faversham Abbey +1 FAMC @F757@ +1 FAMS @F756@ +<< +[0007] INDI rkey: I1399 offs: 0x0000053b lens: 0x00000086 +0x0000153b-0x000015c0: +>>0 @I1399@ INDI +1 NAME Baldwin // +1 SEX M +1 BIRT +2 DATE ABT 1126 +1 DEAT +2 DATE BEF 2 DEC 1135 +2 PLAC London,England +1 FAMC @F756@ +<< +[0008] INDI rkey: I1400 offs: 0x000005c1 lens: 0x000000a8 +0x000015c1-0x00001668: +>>0 @I1400@ INDI +1 NAME Eustace of_Boulongne // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1130/1131 +1 DEAT +2 DATE 10 AUG 1153 +2 PLAC Bury St Edmunds +1 FAMC @F756@ +1 FAMS @F758@ +<< +[0009] INDI rkey: I1401 offs: 0x00000669 lens: 0x0000006c +0x00001669-0x000016d4: +>>0 @I1401@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE ABT 1133 +1 DEAT +2 DATE ABT 1135 +1 FAMC @F756@ +<< +[0010] INDI rkey: I1402 offs: 0x000006d5 lens: 0x000000a2 +0x000016d5-0x00001776: +>>0 @I1402@ INDI +1 NAME William of_Boulogne // +1 SEX M +1 TITL Count +1 BIRT +2 DATE ABT 1134 +1 DEAT +2 DATE 11 OCT 1159 +2 PLAC Toulouse +1 FAMC @F756@ +1 FAMS @F759@ +<< +[0011] INDI rkey: I1403 offs: 0x00000777 lens: 0x000000a0 +0x00001777-0x00001816: +>>0 @I1403@ INDI +1 NAME Mary of_Boulogne // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE ABT 1136 +1 DEAT +2 DATE 1182 +2 PLAC St Austrebert +1 FAMC @F756@ +1 FAMS @F760@ +<< +[0012] INDI rkey: I1404 offs: 0x00000817 lens: 0x0000008b +0x00001817-0x000018a1: +>>0 @I1404@ INDI +1 NAME Henry_V // +1 SEX M +1 TITL Holy Roman Empr +1 BIRT +2 DATE 1086 +1 DEAT +2 DATE 23 MAY 1125 +2 PLAC Utrecht +1 FAMS @F753@ +<< +[0013] INDI rkey: I1405 offs: 0x000008a2 lens: 0x0000008c +0x000018a2-0x0000192d: +>>0 @I1405@ INDI +1 NAME Geoffrey_V /Plantagenet/ +1 SEX M +1 TITL Count of Anjou +1 DEAT +2 DATE 7 SEP 1151 +2 PLAC Chateau-du-Loir +1 FAMS @F733@ +<< +[0014] INDI rkey: I1406 offs: 0x0000092e lens: 0x0000005d +0x0000192e-0x0000198a: +>>0 @I1406@ INDI +1 NAME Audrey /Emery/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMC @F761@ +1 FAMS @F125@ +<< +[0015] INDI rkey: I1407 offs: 0x0000098b lens: 0x00000052 +0x0000198b-0x000019dc: +>>0 @I1407@ INDI +1 NAME Paul /Romanov/ +1 SEX M +1 TITL Prince Ilynsky +1 FAMC @F125@ +<< +[0016] INDI rkey: I1408 offs: 0x000009dd lens: 0x00000083 +0x000019dd-0x00001a5f: +>>0 @I1408@ INDI +1 NAME William // +1 SEX M +1 TITL Prince of Sweden +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1965 +1 FAMC @F88@ +1 FAMS @F721@ +<< +[0017] INDI rkey: I1409 offs: 0x00000a60 lens: 0x000000ab +0x00001a60-0x00001b0a: +>>0 @I1409@ INDI +1 NAME Lennart Gustaf Nicholas// +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 8 MAY 1909 +2 PLAC Stockholm,Sweden +1 FAMC @F721@ +1 FAMS @F762@ +1 FAMS @F763@ +<< +[0018] INDI rkey: I1410 offs: 0x00000b0b lens: 0x000000c8 +0x00001b0b-0x00001bd2: +>>0 @I1410@ INDI +1 NAME Joan // +1 SEX F +1 TITL Countess of Kent +1 BIRT +2 DATE 29 SEP 1328 +1 DEAT +2 DATE 8 AUG 1385 +2 PLAC Wallingford,Castle,Berkshire,England +1 FAMC @F674@ +1 FAMS @F764@ +1 FAMS @F635@ +<< +[0019] INDI rkey: I1411 offs: 0x00000bd3 lens: 0x0000008c +0x00001bd3-0x00001c5e: +>>0 @I1411@ INDI +1 NAME Edward // +1 SEX M +1 BIRT +2 DATE 27 JAN 1365 +2 PLAC Angouleme +1 DEAT +2 DATE 1372 +2 PLAC Bordeaux,France +1 FAMC @F635@ +<< +[0020] INDI rkey: I1412 offs: 0x00000c5f lens: 0x000000ff +0x00001c5f-0x00001d5d: +>>0 @I1412@ INDI +1 NAME Richard_II // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE 6 JAN 1367 +2 PLAC Bordeaux,France +1 DEAT +2 DATE 6 JAN 1400 +2 PLAC Pontefract,Castle +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F635@ +1 FAMS @F765@ +1 FAMS @F766@ +<< +[0021] INDI rkey: I1413 offs: 0x00000d5e lens: 0x000000d6 +0x00001d5e-0x00001e33: +>>0 @I1413@ INDI +1 NAME Anne of_Bohemia // +1 SEX F +1 BIRT +2 DATE 11 MAY 1366 +2 PLAC Prague +1 DEAT +2 DATE BEF 3 JUN 1394 +2 PLAC Sheen Palace +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F767@ +1 FAMS @F765@ +<< +[0022] INDI rkey: I1414 offs: 0x00000e34 lens: 0x000000e6 +0x00001e34-0x00001f19: +>>0 @I1414@ INDI +1 NAME Isabella of_France // +1 SEX F +1 BIRT +2 DATE 9 NOV 1387 +2 PLAC Hotel du Louvre,Paris,France +1 DEAT +2 DATE 13 SEP 1409 +2 PLAC Blois +1 BURI +2 DATE ABT 1624 +2 PLAC Celestines,Paris +1 FAMC @F621@ +1 FAMS @F766@ +<< +[0023] INDI rkey: I1415 offs: 0x00000f1a lens: 0x00000072 +0x00001f1a-0x00001f8b: +>>0 @I1415@ INDI +1 NAME Enguerrand_VII de_Courcy // +1 SEX M +1 TITL Earl of Bedford +1 DEAT +2 DATE 1396 +1 FAMS @F636@ +<< +[0024] INDI rkey: I1416 offs: 0x00000f8c lens: 0x0000009e +0x00001f8c-0x00002029: +>>0 @I1416@ INDI +1 NAME Constanza (Constance) // +1 SEX F +1 TITL Queen of Castile +1 DEAT +2 DATE 24 MAR 1394 +2 PLAC Leicester,England +1 FAMC @F768@ +1 FAMS @F639@ +<< +[0025] INDI rkey: I1417 offs: 0x0000102a lens: 0x0000006a +0x0000202a-0x00002093: +>>0 @I1417@ INDI +1 NAME John 2d /Hastings/ +1 SEX M +1 TITL Earl of Pembroke +1 DEAT +2 DATE 1375 +1 FAMS @F643@ +<< +[0026] INDI rkey: I1418 offs: 0x00001094 lens: 0x00000084 +0x00002094-0x00002117: +>>0 @I1418@ INDI +1 NAME Elizabeth de_Burgh // +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 10 DEC 1363 +2 PLAC Dublin +1 FAMC @F769@ +1 FAMS @F637@ +<< +[0027] INDI rkey: I1419 offs: 0x00001118 lens: 0x0000007f +0x00002118-0x00002196: +>>0 @I1419@ INDI +1 NAME Charles Frederick of_Holstein-// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1700 +1 DEAT +2 DATE 1739 +1 FAMS @F686@ +<< +[0028] INDI rkey: I1420 offs: 0x00001197 lens: 0x000000cc +0x00002197-0x00002262: +>>0 @I1420@ INDI +1 NAME Marie-Therese of_Spain // +1 SEX F +1 BIRT +2 DATE 20 SEP 1638 +2 PLAC Madrid,Spain +1 DEAT +2 DATE 30 JUL 1683 +2 PLAC Versailles,France +1 BURI +2 PLAC St Denis +1 FAMC @F527@ +1 FAMS @F709@ +<< +[0029] INDI rkey: I1421 offs: 0x00001263 lens: 0x000000b5 +0x00002263-0x00002317: +>>0 @I1421@ INDI +1 NAME Francoise d'Aubigne // +1 SEX F +1 BIRT +2 DATE 27 NOV 1635 +2 PLAC Niort,France +1 DEAT +2 DATE 15 APR 1719 +2 PLAC St Cyr,France +1 BURI +2 PLAC St Cyr +1 FAMS @F710@ +<< +[0030] INDI rkey: I1422 offs: 0x00001318 lens: 0x000000e2 +0x00002318-0x000023f9: +>>0 @I1422@ INDI +1 NAME Louis_XV // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 15 FEB 1710 +2 PLAC Versailles,France +1 DEAT +2 DATE 10 MAY 1774 +2 PLAC Versailles,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F770@ +1 FAMS @F526@ +<< +[0031] INDI rkey: I1423 offs: 0x000013fa lens: 0x0000007c +0x000023fa-0x00002475: +>>0 @I1423@ INDI +1 NAME Maria of_Poland /Leczinska/ +1 SEX F +1 BIRT +2 DATE 1703 +1 DEAT +2 DATE 1768 +1 FAMC @F771@ +1 FAMS @F526@ +<< +[0032] INDI rkey: I1424 offs: 0x00001476 lens: 0x000000e9 +0x00002476-0x0000255e: +>>0 @I1424@ INDI +1 NAME Louis_XVI // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 23 AUG 1754 +2 PLAC Versailles,France +1 DEAT +2 DATE 21 JAN 1793 +2 PLAC Paris,France +1 BURI +2 DATE 1815 +2 PLAC St Denis,France +1 FAMC @F360@ +1 FAMS @F772@ +<< +[0033] INDI rkey: I1425 offs: 0x0000155f lens: 0x000000d1 +0x0000255f-0x0000262f: +>>0 @I1425@ INDI +1 NAME Marie Antoinette of_Austria// +1 SEX F +1 BIRT +2 DATE 2 NOV 1755 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 16 OCT 1793 +2 PLAC Paris,France +1 BURI +2 DATE 1815 +2 PLAC St Denis,France +1 FAMS @F772@ +<< +[0034] INDI rkey: I1426 offs: 0x00001630 lens: 0x0000007a +0x00002630-0x000026a9: +>>0 @I1426@ INDI +1 NAME Henry /Brandon/ +1 SEX M +1 TITL Earl of Lincoln +1 BIRT +2 DATE 1516 +1 DEAT +2 DATE 1534 +1 FAMC @F488@ +<< +[0035] INDI rkey: I1427 offs: 0x000016aa lens: 0x00000081 +0x000026aa-0x0000272a: +>>0 @I1427@ INDI +1 NAME Frances /Brandon/ +1 SEX F +1 BIRT +2 DATE 1517 +1 DEAT +2 DATE 1559 +1 FAMC @F488@ +1 FAMS @F509@ +1 FAMS @F773@ +<< +[0036] INDI rkey: I1428 offs: 0x0000172b lens: 0x00000060 +0x0000272b-0x0000278a: +>>0 @I1428@ INDI +1 NAME Eleanor /Brandon/ +1 SEX F +1 DEAT +2 DATE 1547 +1 FAMC @F488@ +1 FAMS @F774@ +<< +[0037] INDI rkey: I1429 offs: 0x0000178b lens: 0x00000064 +0x0000278b-0x000027ee: +>>0 @I1429@ INDI +1 NAME Madeleine of_France // +1 SEX F +1 DEAT +2 DATE 1537 +1 FAMC @F775@ +1 FAMS @F491@ +<< +[0038] INDI rkey: I1430 offs: 0x000017ef lens: 0x00000064 +0x000027ef-0x00002852: +>>0 @I1430@ INDI +1 NAME Henry /Grey/ +1 SEX M +1 TITL Duke of Suffolk +1 DEAT +2 DATE 1554 +1 FAMS @F509@ +<< +[0039] INDI rkey: I1431 offs: 0x00001853 lens: 0x00000080 +0x00002853-0x000028d2: +>>0 @I1431@ INDI +1 NAME Margaret /Douglas/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1578 +1 FAMC @F459@ +1 FAMS @F654@ +<< +[0040] INDI rkey: I1432 offs: 0x000018d3 lens: 0x00000089 +0x000028d3-0x0000295b: +>>0 @I1432@ INDI +1 NAME Matthew /Stuart/ +1 SEX M +1 TITL Earl Lennox 4th +1 BIRT +2 DATE 1516 +1 DEAT +2 DATE 1571 +1 FAMC @F776@ +1 FAMS @F654@ +<< +[0041] INDI rkey: I1433 offs: 0x0000195c lens: 0x00000076 +0x0000295c-0x000029d1: +>>0 @I1433@ INDI +1 NAME Charles /Stuart/ +1 SEX M +1 TITL Earl Lennox 6th +1 DEAT +2 DATE 1576 +1 FAMC @F654@ +1 FAMS @F777@ +<< +[0042] INDI rkey: I1434 offs: 0x000019d2 lens: 0x00000064 +0x000029d2-0x00002a35: +>>0 @I1434@ INDI +1 NAME Elizabeth /Cavendish/ +1 SEX F +1 DEAT +2 DATE 1581 +1 FAMC @F778@ +1 FAMS @F777@ +<< +[0043] INDI rkey: I1435 offs: 0x00001a36 lens: 0x00000060 +0x00002a36-0x00002a95: +>>0 @I1435@ INDI +1 NAME Arabella /Stuart/ +1 SEX F +1 DEAT +2 DATE 1615 +1 FAMC @F777@ +1 FAMS @F779@ +<< +[0044] INDI rkey: I1436 offs: 0x00001a96 lens: 0x00000084 +0x00002a96-0x00002b19: +>>0 @I1436@ INDI +1 NAME William /Seymour/ +1 SEX M +1 TITL Duke Sommerset +1 DEAT +2 DATE 1660 +1 FAMC @F780@ +1 FAMS @F779@ +1 FAMS @F781@ +<< +[0045] INDI rkey: I1437 offs: 0x00001b1a lens: 0x00000063 +0x00002b1a-0x00002b7c: +>>0 @I1437@ INDI +1 NAME Thomas /Beaufort/ +1 SEX M +1 TITL Duke of Exeter +1 FAMC @F640@ +1 FAMS @F782@ +<< +[0046] INDI rkey: I1438 offs: 0x00001b7d lens: 0x000000ac +0x00002b7d-0x00002c28: +>>0 @I1438@ INDI +1 NAME Franz Josef of_Austria// +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 18 AUG 1830 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 21 NOV 1916 +1 FAMC @F783@ +1 FAMS @F610@ +<< +[0047] INDI rkey: I1439 offs: 0x00001c29 lens: 0x0000006d +0x00002c29-0x00002c95: +>>0 @I1439@ INDI +1 NAME Rudolf // +1 SEX M +1 TITL Archduke +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1889 +1 FAMC @F610@ +<< +[0048] INDI rkey: I1440 offs: 0x00001c96 lens: 0x0000003b +0x00002c96-0x00002cd0: +>>0 @I1440@ INDI +1 NAME Daughter_1 // +1 SEX F +1 FAMC @F610@ +<< +[0049] INDI rkey: I1441 offs: 0x00001cd1 lens: 0x0000003b +0x00002cd1-0x00002d0b: +>>0 @I1441@ INDI +1 NAME Daughter_2 // +1 SEX F +1 FAMC @F610@ +<< +[0050] INDI rkey: I1442 offs: 0x00001d0c lens: 0x00000045 +0x00002d0c-0x00002d50: +>>0 @I1442@ INDI +1 NAME // +1 SEX M +1 TITL duc d' Alencon +1 FAMS @F611@ +<< +[0051] INDI rkey: I1443 offs: 0x00001d51 lens: 0x0000004f +0x00002d51-0x00002d9f: +>>0 @I1443@ INDI +1 NAME Joan /Holland/ +1 SEX F +1 DEAT +2 DATE 1434 +1 FAMS @F641@ +<< +[0052] INDI rkey: I1444 offs: 0x00001da0 lens: 0x00000059 +0x00002da0-0x00002df8: +>>0 @I1444@ INDI +1 NAME Maud /Clifford/ +1 SEX F +1 FAMC @F784@ +1 FAMS @F785@ +1 FAMS @F571@ +<< +[0053] INDI rkey: I1445 offs: 0x00001df9 lens: 0x0000004b +0x00002df9-0x00002e43: +>>0 @I1445@ INDI +1 NAME Anne /Stafford/ +1 SEX F +1 FAMC @F786@ +1 FAMS @F715@ +<< +[0054] INDI rkey: I1446 offs: 0x00001e44 lens: 0x00000043 +0x00002e44-0x00002e86: +>>0 @I1446@ INDI +1 NAME Catherine /Woodville/ +1 SEX F +1 FAMS @F720@ +<< +[0055] INDI rkey: I1447 offs: 0x00001e87 lens: 0x000000c6 +0x00002e87-0x00002f4c: +>>0 @I1447@ INDI +1 NAME Robert_I /Bruce/ +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1274 +1 DEAT +2 DATE 1329 +2 PLAC Cardoss Castle,Firth of Clyde,Scotland +1 FAMC @F787@ +1 FAMS @F788@ +1 FAMS @F789@ +<< +[0056] INDI rkey: I1448 offs: 0x00001f4d lens: 0x0000004b +0x00002f4d-0x00002f97: +>>0 @I1448@ INDI +1 NAME Isobel of_Mar // +1 SEX F +1 FAMC @F790@ +1 FAMS @F788@ +<< +[0057] INDI rkey: I1449 offs: 0x00001f98 lens: 0x0000005e +0x00002f98-0x00002ff5: +>>0 @I1449@ INDI +1 NAME Margery /Bruce/ +1 SEX F +1 DEAT +2 DATE 1316 +1 FAMC @F788@ +1 FAMS @F791@ +<< +[0058] INDI rkey: I1450 offs: 0x00001ff6 lens: 0x00000063 +0x00002ff6-0x00003058: +>>0 @I1450@ INDI +1 NAME Elizabeth de_Burgh // +1 SEX F +1 DEAT +2 DATE 1327 +1 FAMC @F657@ +1 FAMS @F789@ +<< +[0059] INDI rkey: I1451 offs: 0x00002059 lens: 0x00000098 +0x00003059-0x000030f0: +>>0 @I1451@ INDI +1 NAME David_II /Bruce/ +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1329 +1 DEAT +2 DATE 1371 +1 FAMC @F789@ +1 FAMS @F662@ +1 FAMS @F792@ +<< +[0060] INDI rkey: I1452 offs: 0x000020f1 lens: 0x00000056 +0x000030f1-0x00003146: +>>0 @I1452@ INDI +1 NAME Thored // +1 SEX M +1 TITL Ealdorman +1 FAMC @F793@ +1 FAMS @F794@ +<< +[0061] INDI rkey: I1453 offs: 0x00002147 lens: 0x00000070 +0x00003147-0x000031b6: +>>0 @I1453@ INDI +1 NAME Margaret /Drummond/ +1 SEX F +1 DEAT +2 DATE 1375 +1 FAMC @F795@ +1 FAMS @F796@ +1 FAMS @F792@ +<< +[0062] INDI rkey: I1454 offs: 0x000021b7 lens: 0x00000064 +0x000031b7-0x0000321a: +>>0 @I1454@ INDI +1 NAME Walter /Stewart/ +1 SEX M +1 BIRT +2 DATE 1292 +1 DEAT +2 DATE 1326 +1 FAMS @F791@ +<< +[0063] INDI rkey: I1455 offs: 0x0000221b lens: 0x00000094 +0x0000321b-0x000032ae: +>>0 @I1455@ INDI +1 NAME Robert_II // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1316 +1 DEAT +2 DATE 1390 +1 FAMC @F791@ +1 FAMS @F797@ +1 FAMS @F798@ +<< +[0064] INDI rkey: I1456 offs: 0x000022af lens: 0x00000057 +0x000032af-0x00003305: +>>0 @I1456@ INDI +1 NAME Elizabeth of_Rowallan /Mure/ +1 SEX F +1 FAMC @F799@ +1 FAMS @F797@ +<< +[0065] INDI rkey: I1457 offs: 0x00002306 lens: 0x00000061 +0x00003306-0x00003366: +>>0 @I1457@ INDI +1 NAME Robert_III // +1 SEX M +1 TITL King of Scotland +1 FAMC @F797@ +1 FAMS @F800@ +<< +[0066] INDI rkey: I1458 offs: 0x00002367 lens: 0x00000037 +0x00003367-0x0000339d: +>>0 @I1458@ INDI +1 NAME Walter // +1 SEX M +1 FAMC @F797@ +<< +[0067] INDI rkey: I1459 offs: 0x0000239e lens: 0x00000059 +0x0000339e-0x000033f6: +>>0 @I1459@ INDI +1 NAME Robert // +1 SEX M +1 TITL Earl of Fife +1 FAMC @F797@ +1 FAMS @F801@ +<< +[0068] INDI rkey: I1460 offs: 0x000023f7 lens: 0x0000003a +0x000033f7-0x00003430: +>>0 @I1460@ INDI +1 NAME Alexander // +1 SEX M +1 FAMC @F797@ +<< +[0069] INDI rkey: I1461 offs: 0x00002431 lens: 0x0000005b +0x00003431-0x0000348b: +>>0 @I1461@ INDI +1 NAME Annabella // +1 SEX F +1 DEAT +2 DATE 1401 +1 FAMC @F802@ +1 FAMS @F800@ +<< +[0070] INDI rkey: I1462 offs: 0x0000248c lens: 0x0000004d +0x0000348c-0x000034d8: +>>0 @I1462@ INDI +1 NAME David of_Rothesay // +1 SEX M +1 TITL Duke +1 FAMC @F800@ +<< +[0071] INDI rkey: I1463 offs: 0x000024d9 lens: 0x000000a0 +0x000034d9-0x00003578: +>>0 @I1463@ INDI +1 NAME James_I // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1394 +2 PLAC Dunfermline,Scotland +1 DEAT +2 DATE 1437 +1 FAMC @F800@ +1 FAMS @F803@ +<< +[0072] INDI rkey: I1464 offs: 0x00002579 lens: 0x0000004e +0x00003579-0x000035c6: +>>0 @I1464@ INDI +1 NAME Euphemia of_Ross // +1 SEX F +1 FAMC @F804@ +1 FAMS @F798@ +<< +[0073] INDI rkey: I1465 offs: 0x000025c7 lens: 0x0000006c +0x000035c7-0x00003632: +>>0 @I1465@ INDI +1 NAME Joan /Beaufort/ +1 SEX F +1 DEAT +2 DATE 1445 +1 FAMC @F703@ +1 FAMS @F803@ +1 FAMS @F805@ +<< +[0074] INDI rkey: I1466 offs: 0x00002633 lens: 0x000000bf +0x00003633-0x000036f1: +>>0 @I1466@ INDI +1 NAME James_II // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1430 +2 PLAC Edinburgh,Scotland +1 DEAT +2 DATE 1460 +2 PLAC Roxburgh Castle,Scotland +1 FAMC @F803@ +1 FAMS @F656@ +<< +[0075] INDI rkey: I1467 offs: 0x000026f2 lens: 0x00000062 +0x000036f2-0x00003753: +>>0 @I1467@ INDI +1 NAME Marie of_Gueldres // +1 SEX F +1 DEAT +2 DATE 1463 +1 FAMC @F806@ +1 FAMS @F656@ +<< +[0076] INDI rkey: I1468 offs: 0x00002754 lens: 0x00000080 +0x00003754-0x000037d3: +>>0 @I1468@ INDI +1 NAME John // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 1455 +1 DEAT +2 DATE 1513 +1 FAMC @F807@ +1 FAMS @F808@ +<< +[0077] INDI rkey: I1469 offs: 0x000027d4 lens: 0x0000007e +0x000037d4-0x00003851: +>>0 @I1469@ INDI +1 NAME Margaret of_Denmark // +1 SEX F +1 BIRT +2 DATE ABT 1457 +1 DEAT +2 DATE 1486 +1 FAMC @F807@ +1 FAMS @F490@ +<< +[0078] INDI rkey: I1470 offs: 0x00002852 lens: 0x00000099 +0x00003852-0x000038ea: +>>0 @I1470@ INDI +1 NAME Alexander // +1 SEX M +1 TITL Duke of Albany +1 BIRT +2 DATE ABT 1454 +1 DEAT +2 DATE 1485 +1 FAMC @F656@ +1 FAMS @F809@ +1 FAMS @F810@ +<< +[0079] INDI rkey: I1471 offs: 0x000028eb lens: 0x00000048 +0x000038eb-0x00003932: +>>0 @I1471@ INDI +1 NAME John // +1 SEX M +1 TITL Earl of Mar +1 FAMC @F656@ +<< +[0080] INDI rkey: I1472 offs: 0x00002933 lens: 0x00000051 +0x00003933-0x00003983: +>>0 @I1472@ INDI +1 NAME Mary // +1 SEX F +1 FAMC @F656@ +1 FAMS @F811@ +1 FAMS @F812@ +<< +[0081] INDI rkey: I1473 offs: 0x00002984 lens: 0x00000050 +0x00003984-0x000039d3: +>>0 @I1473@ INDI +1 NAME Thomas /Boyd/ +1 SEX M +1 TITL Earl of Arran +1 FAMS @F811@ +<< +[0082] INDI rkey: I1474 offs: 0x000029d4 lens: 0x00000061 +0x000039d4-0x00003a34: +>>0 @I1474@ INDI +1 NAME James /Hamilton/ +1 SEX M +1 TITL Lord 1st +1 BIRT +2 DATE 1479 +1 FAMS @F812@ +<< +[0083] INDI rkey: I1475 offs: 0x00002a35 lens: 0x00000048 +0x00003a35-0x00003a7c: +>>0 @I1475@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMC @F812@ +1 FAMS @F813@ +<< +[0084] INDI rkey: I1476 offs: 0x00002a7d lens: 0x00000089 +0x00003a7d-0x00003b05: +>>0 @I1476@ INDI +1 NAME James /Hamilton/ +1 SEX M +1 TITL Earl of Arran I +1 BIRT +2 DATE 1477 +1 DEAT +2 DATE 1529 +1 FAMC @F812@ +1 FAMS @F814@ +<< +[0085] INDI rkey: I1477 offs: 0x00002b06 lens: 0x00000055 +0x00003b06-0x00003b5a: +>>0 @I1477@ INDI +1 NAME Matthew /Stewart/ +1 SEX M +1 TITL Earl Lennox II +1 FAMS @F813@ +<< +[0086] INDI rkey: I1478 offs: 0x00002b5b lens: 0x00000061 +0x00003b5b-0x00003bbb: +>>0 @I1478@ INDI +1 NAME John /Stewart/ +1 SEX M +1 TITL Earl Lennox III +1 FAMC @F813@ +1 FAMS @F776@ +<< +[0087] INDI rkey: I1479 offs: 0x00002bbc lens: 0x00000038 +0x00003bbc-0x00003bf3: +>>0 @I1479@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F776@ +<< +[0088] INDI rkey: I1480 offs: 0x00002bf4 lens: 0x00000061 +0x00003bf4-0x00003c54: +>>0 @I1480@ INDI +1 NAME John /Stuart/ +1 SEX M +1 TITL Lord d'Aubigny V +1 FAMC @F776@ +1 FAMS @F815@ +<< +[0089] INDI rkey: I1481 offs: 0x00002c55 lens: 0x00000038 +0x00003c55-0x00003c8c: +>>0 @I1481@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F815@ +<< +[0090] INDI rkey: I1482 offs: 0x00002c8d lens: 0x00000063 +0x00003c8d-0x00003cef: +>>0 @I1482@ INDI +1 NAME Esme /Stuart/ +1 SEX M +1 TITL Duke Lennox I +1 DEAT +2 DATE 1583 +1 FAMC @F815@ +<< +[0091] INDI rkey: I1483 offs: 0x00002cf0 lens: 0x00000042 +0x00003cf0-0x00003d31: +>>0 @I1483@ INDI +1 NAME Catherine /Sinclair/ +1 SEX F +1 FAMS @F809@ +<< +[0092] INDI rkey: I1484 offs: 0x00002d32 lens: 0x00000071 +0x00003d32-0x00003da2: +>>0 @I1484@ INDI +1 NAME John // +1 SEX M +1 TITL Duke of Albany +1 BIRT +2 DATE 1484 +1 DEAT +2 DATE 1536 +1 FAMC @F810@ +<< +[0093] INDI rkey: I1485 offs: 0x00002da3 lens: 0x00000038 +0x00003da3-0x00003dda: +>>0 @I1485@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F801@ +<< +[0094] INDI rkey: I1486 offs: 0x00002ddb lens: 0x0000004e +0x00003ddb-0x00003e28: +>>0 @I1486@ INDI +1 NAME Murdoch // +1 SEX M +1 TITL Duke of Albany +1 FAMC @F801@ +<< +[0095] INDI rkey: I1487 offs: 0x00002e29 lens: 0x00000048 +0x00003e29-0x00003e70: +>>0 @I1487@ INDI +1 NAME James /Stewart/ +1 SEX M +1 TITL Sir +1 FAMS @F805@ +<< +[0096] INDI rkey: I1488 offs: 0x00002e71 lens: 0x00000052 +0x00003e71-0x00003ec2: +>>0 @I1488@ INDI +1 NAME John /Stewart/ +1 SEX M +1 TITL Earl of Atholl +1 FAMC @F805@ +<< +[0097] INDI rkey: I1489 offs: 0x00002ec3 lens: 0x00000053 +0x00003ec3-0x00003f15: +>>0 @I1489@ INDI +1 NAME James /Stewart/ +1 SEX M +1 TITL Earl of Buchan +1 FAMC @F805@ +<< +[0098] INDI rkey: I1490 offs: 0x00002f16 lens: 0x00000055 +0x00003f16-0x00003f6a: +>>0 @I1490@ INDI +1 NAME Andrew /Stewart/ +1 SEX M +1 TITL Bishop of Moray +1 FAMC @F805@ +<< +[0099] INDI rkey: I1491 offs: 0x00002f6b lens: 0x00000056 +0x00003f6b-0x00003fc0: +>>0 @I1491@ INDI +1 NAME Janet /Beaton/ +1 SEX F +1 DEAT +2 DATE ABT 1522 +1 FAMS @F814@ +<< +[0100] INDI rkey: I1492 offs: 0x00002fc1 lens: 0x0000008a +0x00003fc1-0x0000404a: +>>0 @I1492@ INDI +1 NAME James /Hamilton/ +1 SEX M +1 TITL Earl of Arran II +1 BIRT +2 DATE 1515 +1 DEAT +2 DATE 1575 +1 FAMC @F814@ +1 FAMS @F816@ +<< +[0101] INDI rkey: I1493 offs: 0x0000304b lens: 0x00000040 +0x0000404b-0x0000408a: +>>0 @I1493@ INDI +1 NAME Margaret /Douglas/ +1 SEX F +1 FAMS @F816@ +<< +[0102] INDI rkey: I1494 offs: 0x0000308b lens: 0x00000069 +0x0000408b-0x000040f3: +>>0 @I1494@ INDI +1 NAME James /Hamilton/ +1 SEX M +1 TITL 3d Earl of Arran +1 DEAT +2 DATE 1609 +1 FAMC @F816@ +<< +[0103] INDI rkey: I1495 offs: 0x000030f4 lens: 0x00000068 +0x000040f4-0x0000415b: +>>0 @I1495@ INDI +1 NAME Blanche of_Artois // +1 SEX F +1 DEAT +2 DATE 2 MAY 1302 +1 FAMC @F817@ +1 FAMS @F680@ +<< +[0104] INDI rkey: I1496 offs: 0x0000315c lens: 0x0000004d +0x0000415c-0x000041a8: +>>0 @I1496@ INDI +1 NAME Thomas // +1 SEX M +1 TITL Earl Lancaster +1 FAMC @F680@ +<< +[0105] INDI rkey: I1497 offs: 0x000031a9 lens: 0x0000005a +0x000041a9-0x00004202: +>>0 @I1497@ INDI +1 NAME Henry // +1 SEX M +1 TITL Earl Lancaster +1 FAMC @F680@ +1 FAMS @F818@ +<< +[0106] INDI rkey: I1498 offs: 0x00003203 lens: 0x0000003d +0x00004203-0x0000423f: +>>0 @I1498@ INDI +1 NAME Maud /Chaworth/ +1 SEX F +1 FAMS @F818@ +<< +[0107] INDI rkey: I1499 offs: 0x00003240 lens: 0x0000006f +0x00004240-0x000042ae: +>>0 @I1499@ INDI +1 NAME Henry // +1 SEX M +1 TITL Duke Lancaster I +1 DEAT +2 DATE 1361 +1 FAMC @F818@ +1 FAMS @F645@ +<< +[0108] INDI rkey: I1500 offs: 0x000032af lens: 0x00000042 +0x000042af-0x000042f0: +>>0 @I1500@ INDI +1 NAME Isabel /de_Beaumont/ +1 SEX F +1 FAMS @F645@ +<< +[0109] INDI rkey: I1501 offs: 0x000032f1 lens: 0x00000080 +0x000042f1-0x00004370: +>>0 @I1501@ INDI +1 NAME Philippa of_Lancaster // +1 SEX F +1 BIRT +2 DATE ABT 1360 +1 DEAT +2 DATE 1415 +1 FAMC @F623@ +1 FAMS @F819@ +<< +[0110] INDI rkey: I1502 offs: 0x00003371 lens: 0x0000007c +0x00004371-0x000043ec: +>>0 @I1502@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1364 +1 DEAT +2 DATE 1426 +1 FAMC @F623@ +1 FAMS @F820@ +1 FAMS @F821@ +<< +[0111] INDI rkey: I1503 offs: 0x000033ed lens: 0x00000075 +0x000043ed-0x00004461: +>>0 @I1503@ INDI +1 NAME John_I // +1 SEX M +1 TITL King of Portugal +1 BIRT +2 DATE 1357 +1 DEAT +2 DATE 1433 +1 FAMS @F819@ +<< +[0112] INDI rkey: I1504 offs: 0x00003462 lens: 0x00000070 +0x00004462-0x000044d1: +>>0 @I1504@ INDI +1 NAME Alice (Itayls) /Hayles/ +1 SEX F +1 DEAT +2 DATE AFT 8 MAY 1326 +1 FAMC @F822@ +1 FAMS @F672@ +<< +[0113] INDI rkey: I1505 offs: 0x000034d2 lens: 0x0000008d +0x000044d2-0x0000455e: +>>0 @I1505@ INDI +1 NAME Margaret of_Liddell /Wake/ +1 SEX F +1 TITL Baroness +1 DEAT +2 DATE 29 SEP 1349 +1 FAMC @F823@ +1 FAMS @F824@ +1 FAMS @F674@ +<< +[0114] INDI rkey: I1506 offs: 0x0000355f lens: 0x00000091 +0x0000455f-0x000045ef: +>>0 @I1506@ INDI +1 NAME Constance of_Brittany // +1 SEX F +1 TITL Duchess +1 DEAT +2 DATE 1201 +1 FAMC @F825@ +1 FAMS @F739@ +1 FAMS @F826@ +1 FAMS @F827@ +<< +[0115] INDI rkey: I1507 offs: 0x000035f0 lens: 0x0000005d +0x000045f0-0x0000464c: +>>0 @I1507@ INDI +1 NAME Arthur // +1 SEX M +1 BIRT +2 DATE 1187 +1 DEAT +2 DATE 1203 +1 FAMC @F739@ +<< +[0116] INDI rkey: I1508 offs: 0x0000364d lens: 0x00000079 +0x0000464d-0x000046c5: +>>0 @I1508@ INDI +1 NAME Berengaria of_Navarre // +1 SEX F +1 BIRT +2 DATE 1163 +1 DEAT +2 DATE 1230 +1 FAMC @F828@ +1 FAMS @F738@ +<< +[0117] INDI rkey: I1509 offs: 0x000036c6 lens: 0x00000067 +0x000046c6-0x0000472c: +>>0 @I1509@ INDI +1 NAME Henry the_Lion // +1 SEX M +1 TITL Duke of Saxony +1 DEAT +2 DATE 1195 +1 FAMS @F737@ +<< +[0118] INDI rkey: I1510 offs: 0x0000372d lens: 0x00000063 +0x0000472d-0x0000478f: +>>0 @I1510@ INDI +1 NAME Margaret of_France // +1 SEX F +1 DEAT +2 DATE 1198 +1 FAMC @F735@ +1 FAMS @F736@ +<< +[0119] INDI rkey: I1511 offs: 0x00003790 lens: 0x0000008a +0x00004790-0x00004819: +>>0 @I1511@ INDI +1 NAME Malcolm_III Canmore // +1 SEX M +1 TITL King of Scotland +1 DEAT +2 DATE 1093 +1 FAMC @F829@ +1 FAMS @F830@ +1 FAMS @F751@ +<< +[0120] INDI rkey: I1512 offs: 0x0000381a lens: 0x0000005d +0x0000481a-0x00004876: +>>0 @I1512@ INDI +1 NAME St_Margaret // +1 SEX F +1 DEAT +2 DATE 1093 +1 FAMC @F831@ +1 FAMS @F751@ +<< +[0121] INDI rkey: I1513 offs: 0x00003877 lens: 0x0000007b +0x00004877-0x000048f1: +>>0 @I1513@ INDI +1 NAME Edgar // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE ABT 1074 +1 DEAT +2 DATE 1107 +1 FAMC @F751@ +<< +[0122] INDI rkey: I1514 offs: 0x000038f2 lens: 0x00000092 +0x000048f2-0x00004983: +>>0 @I1514@ INDI +1 NAME Alexander_I the_Fierce // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1078 +1 DEAT +2 DATE 1124 +1 FAMC @F751@ +1 FAMS @F832@ +<< +[0123] INDI rkey: I1515 offs: 0x00003984 lens: 0x00000094 +0x00004984-0x00004a17: +>>0 @I1515@ INDI +1 NAME David_I the_Saint // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE ABT 1080 +1 DEAT +2 DATE 1153 +1 FAMC @F751@ +1 FAMS @F833@ +<< +[0124] INDI rkey: I1516 offs: 0x00003a18 lens: 0x0000004e +0x00004a18-0x00004a65: +>>0 @I1516@ INDI +1 NAME Mary of_Scotland // +1 SEX F +1 FAMC @F751@ +1 FAMS @F757@ +<< +[0125] INDI rkey: I1517 offs: 0x00003a66 lens: 0x00000066 +0x00004a66-0x00004acb: +>>0 @I1517@ INDI +1 NAME Stephen Henry // +1 SEX M +1 TITL Count of Blois +1 DEAT +2 DATE 1102 +1 FAMS @F747@ +<< +[0126] INDI rkey: I1518 offs: 0x00003acc lens: 0x00000070 +0x00004acc-0x00004b3b: +>>0 @I1518@ INDI +1 NAME Theobald // +1 SEX M +1 TITL Count of Blois +1 DEAT +2 DATE 1151 +1 FAMC @F747@ +1 FAMS @F834@ +<< + +0x00004b3c: EOF (0x00004b3c) GOOD + +BLOCK - DIRECTORY ac/ad +0x00000000:ix_self: 0x00020003 (ac/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1519' +0x00000016:ix_rkey[0001]: ' I1520' +0x0000001e:ix_rkey[0002]: ' I1521' +0x00000026:ix_rkey[0003]: ' I1522' +0x0000002e:ix_rkey[0004]: ' I1523' +0x00000036:ix_rkey[0005]: ' I1524' +0x0000003e:ix_rkey[0006]: ' I1525' +0x00000046:ix_rkey[0007]: ' I1526' +0x0000004e:ix_rkey[0008]: ' I1527' +0x00000056:ix_rkey[0009]: ' I1528' +0x0000005e:ix_rkey[0010]: ' I1529' +0x00000066:ix_rkey[0011]: ' I1530' +0x0000006e:ix_rkey[0012]: ' I1531' +0x00000076:ix_rkey[0013]: ' I1532' +0x0000007e:ix_rkey[0014]: ' I1533' +0x00000086:ix_rkey[0015]: ' I1534' +0x0000008e:ix_rkey[0016]: ' I1535' +0x00000096:ix_rkey[0017]: ' I1536' +0x0000009e:ix_rkey[0018]: ' I1537' +0x000000a6:ix_rkey[0019]: ' I1538' +0x000000ae:ix_rkey[0020]: ' I1539' +0x000000b6:ix_rkey[0021]: ' I1540' +0x000000be:ix_rkey[0022]: ' I1541' +0x000000c6:ix_rkey[0023]: ' I1542' +0x000000ce:ix_rkey[0024]: ' I1543' +0x000000d6:ix_rkey[0025]: ' I1544' +0x000000de:ix_rkey[0026]: ' I1545' +0x000000e6:ix_rkey[0027]: ' I1546' +0x000000ee:ix_rkey[0028]: ' I1547' +0x000000f6:ix_rkey[0029]: ' I1548' +0x000000fe:ix_rkey[0030]: ' I1549' +0x00000106:ix_rkey[0031]: ' I1550' +0x0000010e:ix_rkey[0032]: ' I1551' +0x00000116:ix_rkey[0033]: ' I1552' +0x0000011e:ix_rkey[0034]: ' I1553' +0x00000126:ix_rkey[0035]: ' I1554' +0x0000012e:ix_rkey[0036]: ' I1555' +0x00000136:ix_rkey[0037]: ' I1556' +0x0000013e:ix_rkey[0038]: ' I1557' +0x00000146:ix_rkey[0039]: ' I1558' +0x0000014e:ix_rkey[0040]: ' I1559' +0x00000156:ix_rkey[0041]: ' I1560' +0x0000015e:ix_rkey[0042]: ' I1561' +0x00000166:ix_rkey[0043]: ' I1562' +0x0000016e:ix_rkey[0044]: ' I1563' +0x00000176:ix_rkey[0045]: ' I1564' +0x0000017e:ix_rkey[0046]: ' I1565' +0x00000186:ix_rkey[0047]: ' I1566' +0x0000018e:ix_rkey[0048]: ' I1567' +0x00000196:ix_rkey[0049]: ' I1568' +0x0000019e:ix_rkey[0050]: ' I1569' +0x000001a6:ix_rkey[0051]: ' I1570' +0x000001ae:ix_rkey[0052]: ' I1571' +0x000001b6:ix_rkey[0053]: ' I1572' +0x000001be:ix_rkey[0054]: ' I1573' +0x000001c6:ix_rkey[0055]: ' I1574' +0x000001ce:ix_rkey[0056]: ' I1575' +0x000001d6:ix_rkey[0057]: ' I1576' +0x000001de:ix_rkey[0058]: ' I1577' +0x000001e6:ix_rkey[0059]: ' I1578' +0x000001ee:ix_rkey[0060]: ' I1579' +0x000001f6:ix_rkey[0061]: ' I1580' +0x000001fe:ix_rkey[0062]: ' I1581' +0x00000206:ix_rkey[0063]: ' I1582' +0x0000020e:ix_rkey[0064]: ' I1583' +0x00000216:ix_rkey[0065]: ' I1584' +0x0000021e:ix_rkey[0066]: ' I1585' +0x00000226:ix_rkey[0067]: ' I1586' +0x0000022e:ix_rkey[0068]: ' I1587' +0x00000236:ix_rkey[0069]: ' I1588' +0x0000023e:ix_rkey[0070]: ' I1589' +0x00000246:ix_rkey[0071]: ' I1590' +0x0000024e:ix_rkey[0072]: ' I1591' +0x00000256:ix_rkey[0073]: ' I1592' +0x0000025e:ix_rkey[0074]: ' I1593' +0x00000266:ix_rkey[0075]: ' I1594' +0x0000026e:ix_rkey[0076]: ' I1595' +0x00000276:ix_rkey[0077]: ' I1596' +0x0000027e:ix_rkey[0078]: ' I1597' +0x00000286:ix_rkey[0079]: ' I1598' +0x0000028e:ix_rkey[0080]: ' I1599' +0x00000296:ix_rkey[0081]: ' I1600' +0x0000029e:ix_rkey[0082]: ' I1601' +0x000002a6:ix_rkey[0083]: ' I1602' +0x000002ae:ix_rkey[0084]: ' I1603' +0x000002b6:ix_rkey[0085]: ' I1604' +0x000002be:ix_rkey[0086]: ' I1605' +0x000002c6:ix_rkey[0087]: ' I1606' +0x000002ce:ix_rkey[0088]: ' I1607' +0x000002d6:ix_rkey[0089]: ' I1608' +0x000002de:ix_rkey[0090]: ' I1609' +0x000002e6:ix_rkey[0091]: ' I1610' +0x000002ee:ix_rkey[0092]: ' I1611' +0x000002f6:ix_rkey[0093]: ' I1612' +0x000002fe:ix_rkey[0094]: ' I1613' +0x00000306:ix_rkey[0095]: ' I1614' +0x0000030e:ix_rkey[0096]: ' I1615' +0x00000316:ix_rkey[0097]: ' I1616' +0x0000031e:ix_rkey[0098]: ' I1617' +0x00000326:ix_rkey[0099]: ' I1618' +0x0000032e:ix_rkey[0100]: ' I1619' +0x00000336:ix_rkey[0101]: ' I1620' +0x0000033e:ix_rkey[0102]: ' I1621' +0x00000346:ix_rkey[0103]: ' I1622' +0x0000034e:ix_rkey[0104]: ' I1623' +0x00000356:ix_rkey[0105]: ' I1624' +0x0000035e:ix_rkey[0106]: ' I1625' +0x00000366:ix_rkey[0107]: ' I1626' +0x0000036e:ix_rkey[0108]: ' I1627' +0x00000376:ix_rkey[0109]: ' I1628' +0x0000037e:ix_rkey[0110]: ' I1629' +0x00000386:ix_rkey[0111]: ' I1630' +0x0000038e:ix_rkey[0112]: ' I1631' +0x00000396:ix_rkey[0113]: ' I1632' +0x0000039e:ix_rkey[0114]: ' I1633' +0x000003a6:ix_rkey[0115]: ' I1634' +0x000003ae:ix_rkey[0116]: ' I1635' +0x000003b6:ix_rkey[0117]: ' I1636' +0x000003be:ix_rkey[0118]: ' I1637' +0x000003c6:ix_rkey[0119]: ' I1638' +0x000003ce:ix_rkey[0120]: ' I1639' +0x000003d6:ix_rkey[0121]: ' I1640' +0x000003de:ix_rkey[0122]: ' I1641' +0x000003e6:ix_rkey[0123]: ' I1642' +0x000003ee:ix_rkey[0124]: ' I1643' +0x000003f6:ix_rkey[0125]: ' I1644' +0x000003fe:ix_rkey[0126]: ' I1645' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000051 +0x0000080c:ix_offs[0001]: 0x00000051 0x00000c08:ix_lens[0001]: 0x00000088 +0x00000810:ix_offs[0002]: 0x000000d9 0x00000c0c:ix_lens[0002]: 0x00000065 +0x00000814:ix_offs[0003]: 0x0000013e 0x00000c10:ix_lens[0003]: 0x00000054 +0x00000818:ix_offs[0004]: 0x00000192 0x00000c14:ix_lens[0004]: 0x00000050 +0x0000081c:ix_offs[0005]: 0x000001e2 0x00000c18:ix_lens[0005]: 0x00000045 +0x00000820:ix_offs[0006]: 0x00000227 0x00000c1c:ix_lens[0006]: 0x0000006d +0x00000824:ix_offs[0007]: 0x00000294 0x00000c20:ix_lens[0007]: 0x00000046 +0x00000828:ix_offs[0008]: 0x000002da 0x00000c24:ix_lens[0008]: 0x00000073 +0x0000082c:ix_offs[0009]: 0x0000034d 0x00000c28:ix_lens[0009]: 0x00000042 +0x00000830:ix_offs[0010]: 0x0000038f 0x00000c2c:ix_lens[0010]: 0x00000066 +0x00000834:ix_offs[0011]: 0x000003f5 0x00000c30:ix_lens[0011]: 0x00000070 +0x00000838:ix_offs[0012]: 0x00000465 0x00000c34:ix_lens[0012]: 0x00000041 +0x0000083c:ix_offs[0013]: 0x000004a6 0x00000c38:ix_lens[0013]: 0x0000006f +0x00000840:ix_offs[0014]: 0x00000515 0x00000c3c:ix_lens[0014]: 0x000000bd +0x00000844:ix_offs[0015]: 0x000005d2 0x00000c40:ix_lens[0015]: 0x000000fe +0x00000848:ix_offs[0016]: 0x000006d0 0x00000c44:ix_lens[0016]: 0x00000096 +0x0000084c:ix_offs[0017]: 0x00000766 0x00000c48:ix_lens[0017]: 0x0000004d +0x00000850:ix_offs[0018]: 0x000007b3 0x00000c4c:ix_lens[0018]: 0x00000036 +0x00000854:ix_offs[0019]: 0x000007e9 0x00000c50:ix_lens[0019]: 0x0000008c +0x00000858:ix_offs[0020]: 0x00000875 0x00000c54:ix_lens[0020]: 0x00000065 +0x0000085c:ix_offs[0021]: 0x000008da 0x00000c58:ix_lens[0021]: 0x00000044 +0x00000860:ix_offs[0022]: 0x0000091e 0x00000c5c:ix_lens[0022]: 0x0000006d +0x00000864:ix_offs[0023]: 0x0000098b 0x00000c60:ix_lens[0023]: 0x0000004f +0x00000868:ix_offs[0024]: 0x000009da 0x00000c64:ix_lens[0024]: 0x00000063 +0x0000086c:ix_offs[0025]: 0x00000a3d 0x00000c68:ix_lens[0025]: 0x00000039 +0x00000870:ix_offs[0026]: 0x00000a76 0x00000c6c:ix_lens[0026]: 0x00000079 +0x00000874:ix_offs[0027]: 0x00000aef 0x00000c70:ix_lens[0027]: 0x00000045 +0x00000878:ix_offs[0028]: 0x00000b34 0x00000c74:ix_lens[0028]: 0x0000003d +0x0000087c:ix_offs[0029]: 0x00000b71 0x00000c78:ix_lens[0029]: 0x000000e0 +0x00000880:ix_offs[0030]: 0x00000c51 0x00000c7c:ix_lens[0030]: 0x00000054 +0x00000884:ix_offs[0031]: 0x00000ca5 0x00000c80:ix_lens[0031]: 0x000000b9 +0x00000888:ix_offs[0032]: 0x00000d5e 0x00000c84:ix_lens[0032]: 0x0000005f +0x0000088c:ix_offs[0033]: 0x00000dbd 0x00000c88:ix_lens[0033]: 0x000000c0 +0x00000890:ix_offs[0034]: 0x00000e7d 0x00000c8c:ix_lens[0034]: 0x00000055 +0x00000894:ix_offs[0035]: 0x00000ed2 0x00000c90:ix_lens[0035]: 0x0000005e +0x00000898:ix_offs[0036]: 0x00000f30 0x00000c94:ix_lens[0036]: 0x0000004f +0x0000089c:ix_offs[0037]: 0x00000f7f 0x00000c98:ix_lens[0037]: 0x00000057 +0x000008a0:ix_offs[0038]: 0x00000fd6 0x00000c9c:ix_lens[0038]: 0x00000094 +0x000008a4:ix_offs[0039]: 0x0000106a 0x00000ca0:ix_lens[0039]: 0x00000053 +0x000008a8:ix_offs[0040]: 0x000010bd 0x00000ca4:ix_lens[0040]: 0x000000da +0x000008ac:ix_offs[0041]: 0x00001197 0x00000ca8:ix_lens[0041]: 0x00000055 +0x000008b0:ix_offs[0042]: 0x000011ec 0x00000cac:ix_lens[0042]: 0x00000054 +0x000008b4:ix_offs[0043]: 0x00001240 0x00000cb0:ix_lens[0043]: 0x0000004a +0x000008b8:ix_offs[0044]: 0x0000128a 0x00000cb4:ix_lens[0044]: 0x0000004c +0x000008bc:ix_offs[0045]: 0x000012d6 0x00000cb8:ix_lens[0045]: 0x0000004a +0x000008c0:ix_offs[0046]: 0x00001320 0x00000cbc:ix_lens[0046]: 0x0000004b +0x000008c4:ix_offs[0047]: 0x0000136b 0x00000cc0:ix_lens[0047]: 0x0000004d +0x000008c8:ix_offs[0048]: 0x000013b8 0x00000cc4:ix_lens[0048]: 0x0000004b +0x000008cc:ix_offs[0049]: 0x00001403 0x00000cc8:ix_lens[0049]: 0x00000073 +0x000008d0:ix_offs[0050]: 0x00001476 0x00000ccc:ix_lens[0050]: 0x00000079 +0x000008d4:ix_offs[0051]: 0x000014ef 0x00000cd0:ix_lens[0051]: 0x00000071 +0x000008d8:ix_offs[0052]: 0x00001560 0x00000cd4:ix_lens[0052]: 0x0000006f +0x000008dc:ix_offs[0053]: 0x000015cf 0x00000cd8:ix_lens[0053]: 0x00000082 +0x000008e0:ix_offs[0054]: 0x00001651 0x00000cdc:ix_lens[0054]: 0x00000065 +0x000008e4:ix_offs[0055]: 0x000016b6 0x00000ce0:ix_lens[0055]: 0x00000061 +0x000008e8:ix_offs[0056]: 0x00001717 0x00000ce4:ix_lens[0056]: 0x0000006f +0x000008ec:ix_offs[0057]: 0x00001786 0x00000ce8:ix_lens[0057]: 0x0000004a +0x000008f0:ix_offs[0058]: 0x000017d0 0x00000cec:ix_lens[0058]: 0x00000048 +0x000008f4:ix_offs[0059]: 0x00001818 0x00000cf0:ix_lens[0059]: 0x0000007b +0x000008f8:ix_offs[0060]: 0x00001893 0x00000cf4:ix_lens[0060]: 0x00000068 +0x000008fc:ix_offs[0061]: 0x000018fb 0x00000cf8:ix_lens[0061]: 0x00000058 +0x00000900:ix_offs[0062]: 0x00001953 0x00000cfc:ix_lens[0062]: 0x00000060 +0x00000904:ix_offs[0063]: 0x000019b3 0x00000d00:ix_lens[0063]: 0x000000ae +0x00000908:ix_offs[0064]: 0x00001a61 0x00000d04:ix_lens[0064]: 0x00000087 +0x0000090c:ix_offs[0065]: 0x00001ae8 0x00000d08:ix_lens[0065]: 0x00000056 +0x00000910:ix_offs[0066]: 0x00001b3e 0x00000d0c:ix_lens[0066]: 0x00000098 +0x00000914:ix_offs[0067]: 0x00001bd6 0x00000d10:ix_lens[0067]: 0x00000055 +0x00000918:ix_offs[0068]: 0x00001c2b 0x00000d14:ix_lens[0068]: 0x00000078 +0x0000091c:ix_offs[0069]: 0x00001ca3 0x00000d18:ix_lens[0069]: 0x0000006a +0x00000920:ix_offs[0070]: 0x00001d0d 0x00000d1c:ix_lens[0070]: 0x00000063 +0x00000924:ix_offs[0071]: 0x00001d70 0x00000d20:ix_lens[0071]: 0x0000004f +0x00000928:ix_offs[0072]: 0x00001dbf 0x00000d24:ix_lens[0072]: 0x0000004f +0x0000092c:ix_offs[0073]: 0x00001e0e 0x00000d28:ix_lens[0073]: 0x00000059 +0x00000930:ix_offs[0074]: 0x00001e67 0x00000d2c:ix_lens[0074]: 0x00000057 +0x00000934:ix_offs[0075]: 0x00001ebe 0x00000d30:ix_lens[0075]: 0x00000081 +0x00000938:ix_offs[0076]: 0x00001f3f 0x00000d34:ix_lens[0076]: 0x00000076 +0x0000093c:ix_offs[0077]: 0x00001fb5 0x00000d38:ix_lens[0077]: 0x0000007c +0x00000940:ix_offs[0078]: 0x00002031 0x00000d3c:ix_lens[0078]: 0x00000055 +0x00000944:ix_offs[0079]: 0x00002086 0x00000d40:ix_lens[0079]: 0x00000080 +0x00000948:ix_offs[0080]: 0x00002106 0x00000d44:ix_lens[0080]: 0x00000053 +0x0000094c:ix_offs[0081]: 0x00002159 0x00000d48:ix_lens[0081]: 0x0000005a +0x00000950:ix_offs[0082]: 0x000021b3 0x00000d4c:ix_lens[0082]: 0x000000f3 +0x00000954:ix_offs[0083]: 0x000022a6 0x00000d50:ix_lens[0083]: 0x00000061 +0x00000958:ix_offs[0084]: 0x00002307 0x00000d54:ix_lens[0084]: 0x0000005e +0x0000095c:ix_offs[0085]: 0x00002365 0x00000d58:ix_lens[0085]: 0x00000083 +0x00000960:ix_offs[0086]: 0x000023e8 0x00000d5c:ix_lens[0086]: 0x00000077 +0x00000964:ix_offs[0087]: 0x0000245f 0x00000d60:ix_lens[0087]: 0x00000075 +0x00000968:ix_offs[0088]: 0x000024d4 0x00000d64:ix_lens[0088]: 0x00000052 +0x0000096c:ix_offs[0089]: 0x00002526 0x00000d68:ix_lens[0089]: 0x00000072 +0x00000970:ix_offs[0090]: 0x00002598 0x00000d6c:ix_lens[0090]: 0x00000078 +0x00000974:ix_offs[0091]: 0x00002610 0x00000d70:ix_lens[0091]: 0x0000004d +0x00000978:ix_offs[0092]: 0x0000265d 0x00000d74:ix_lens[0092]: 0x0000004b +0x0000097c:ix_offs[0093]: 0x000026a8 0x00000d78:ix_lens[0093]: 0x00000089 +0x00000980:ix_offs[0094]: 0x00002731 0x00000d7c:ix_lens[0094]: 0x000000d9 +0x00000984:ix_offs[0095]: 0x0000280a 0x00000d80:ix_lens[0095]: 0x000000b4 +0x00000988:ix_offs[0096]: 0x000028be 0x00000d84:ix_lens[0096]: 0x000000d8 +0x0000098c:ix_offs[0097]: 0x00002996 0x00000d88:ix_lens[0097]: 0x000000bb +0x00000990:ix_offs[0098]: 0x00002a51 0x00000d8c:ix_lens[0098]: 0x000000d5 +0x00000994:ix_offs[0099]: 0x00002b26 0x00000d90:ix_lens[0099]: 0x000000a0 +0x00000998:ix_offs[0100]: 0x00002bc6 0x00000d94:ix_lens[0100]: 0x0000009f +0x0000099c:ix_offs[0101]: 0x00002c65 0x00000d98:ix_lens[0101]: 0x000000c9 +0x000009a0:ix_offs[0102]: 0x00002d2e 0x00000d9c:ix_lens[0102]: 0x00000092 +0x000009a4:ix_offs[0103]: 0x00002dc0 0x00000da0:ix_lens[0103]: 0x000000d8 +0x000009a8:ix_offs[0104]: 0x00002e98 0x00000da4:ix_lens[0104]: 0x0000006b +0x000009ac:ix_offs[0105]: 0x00002f03 0x00000da8:ix_lens[0105]: 0x0000007f +0x000009b0:ix_offs[0106]: 0x00002f82 0x00000dac:ix_lens[0106]: 0x000000a6 +0x000009b4:ix_offs[0107]: 0x00003028 0x00000db0:ix_lens[0107]: 0x00000094 +0x000009b8:ix_offs[0108]: 0x000030bc 0x00000db4:ix_lens[0108]: 0x000000d3 +0x000009bc:ix_offs[0109]: 0x0000318f 0x00000db8:ix_lens[0109]: 0x00000080 +0x000009c0:ix_offs[0110]: 0x0000320f 0x00000dbc:ix_lens[0110]: 0x000000a0 +0x000009c4:ix_offs[0111]: 0x000032af 0x00000dc0:ix_lens[0111]: 0x000000c9 +0x000009c8:ix_offs[0112]: 0x00003378 0x00000dc4:ix_lens[0112]: 0x00000093 +0x000009cc:ix_offs[0113]: 0x0000340b 0x00000dc8:ix_lens[0113]: 0x000000b6 +0x000009d0:ix_offs[0114]: 0x000034c1 0x00000dcc:ix_lens[0114]: 0x0000007d +0x000009d4:ix_offs[0115]: 0x0000353e 0x00000dd0:ix_lens[0115]: 0x000000b1 +0x000009d8:ix_offs[0116]: 0x000035ef 0x00000dd4:ix_lens[0116]: 0x00000074 +0x000009dc:ix_offs[0117]: 0x00003663 0x00000dd8:ix_lens[0117]: 0x00000070 +0x000009e0:ix_offs[0118]: 0x000036d3 0x00000ddc:ix_lens[0118]: 0x00000060 +0x000009e4:ix_offs[0119]: 0x00003733 0x00000de0:ix_lens[0119]: 0x00000074 +0x000009e8:ix_offs[0120]: 0x000037a7 0x00000de4:ix_lens[0120]: 0x0000006d +0x000009ec:ix_offs[0121]: 0x00003814 0x00000de8:ix_lens[0121]: 0x0000006b +0x000009f0:ix_offs[0122]: 0x0000387f 0x00000dec:ix_lens[0122]: 0x0000006d +0x000009f4:ix_offs[0123]: 0x000038ec 0x00000df0:ix_lens[0123]: 0x00000060 +0x000009f8:ix_offs[0124]: 0x0000394c 0x00000df4:ix_lens[0124]: 0x0000006e +0x000009fc:ix_offs[0125]: 0x000039ba 0x00000df8:ix_lens[0125]: 0x00000075 +0x00000a00:ix_offs[0126]: 0x00003a2f 0x00000dfc:ix_lens[0126]: 0x000000cf + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1519 offs: 0x00000000 lens: 0x00000051 +0x00001000-0x00001050: +>>0 @I1519@ INDI +1 NAME Henry of_Winchester // +1 SEX M +1 TITL Bishop +1 FAMC @F747@ +<< +[0001] INDI rkey: I1520 offs: 0x00000051 lens: 0x00000088 +0x00001051-0x000010d8: +>>0 @I1520@ INDI +1 NAME Alfonso_VIII // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1155 +1 DEAT +2 DATE 1214 +1 FAMC @F835@ +1 FAMS @F740@ +<< +[0002] INDI rkey: I1521 offs: 0x000000d9 lens: 0x00000065 +0x000010d9-0x0000113d: +>>0 @I1521@ INDI +1 NAME Matthew of_Alsace // +1 SEX M +1 TITL Count Boulogne +1 FAMC @F836@ +1 FAMS @F760@ +<< +[0003] INDI rkey: I1522 offs: 0x0000013e lens: 0x00000054 +0x0000113e-0x00001191: +>>0 @I1522@ INDI +1 NAME Eustace_III of_Boulogne // +1 SEX M +1 TITL Count +1 FAMS @F757@ +<< +[0004] INDI rkey: I1523 offs: 0x00000192 lens: 0x00000050 +0x00001192-0x000011e1: +>>0 @I1523@ INDI +1 NAME Isabel de_Warrenne // +1 SEX F +1 FAMC @F837@ +1 FAMS @F759@ +<< +[0005] INDI rkey: I1524 offs: 0x000001e2 lens: 0x00000045 +0x000011e2-0x00001226: +>>0 @I1524@ INDI +1 NAME Constance of_Toulouse // +1 SEX F +1 FAMS @F758@ +<< +[0006] INDI rkey: I1525 offs: 0x00000227 lens: 0x0000006d +0x00001227-0x00001293: +>>0 @I1525@ INDI +1 NAME Robert the_Devil // +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1035 +1 FAMC @F838@ +1 FAMS @F743@ +<< +[0007] INDI rkey: I1526 offs: 0x00000294 lens: 0x00000046 +0x00001294-0x000012d9: +>>0 @I1526@ INDI +1 NAME Herleva // +1 SEX F +1 FAMS @F743@ +1 FAMS @F839@ +<< +[0008] INDI rkey: I1527 offs: 0x000002da lens: 0x00000073 +0x000012da-0x0000134c: +>>0 @I1527@ INDI +1 NAME Richard_II of_Normandy // +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1026 +1 FAMC @F840@ +1 FAMS @F838@ +<< +[0009] INDI rkey: I1528 offs: 0x0000034d lens: 0x00000042 +0x0000134d-0x0000138e: +>>0 @I1528@ INDI +1 NAME Judith of_Brittany // +1 SEX F +1 FAMS @F838@ +<< +[0010] INDI rkey: I1529 offs: 0x0000038f lens: 0x00000066 +0x0000138f-0x000013f4: +>>0 @I1529@ INDI +1 NAME Richard_III of_Normandy // +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1028 +1 FAMC @F838@ +<< +[0011] INDI rkey: I1530 offs: 0x000003f5 lens: 0x00000070 +0x000013f5-0x00001464: +>>0 @I1530@ INDI +1 NAME Richard_I the_Fearless of_Normandy// +1 SEX M +1 TITL Count +1 DEAT +2 DATE 996 +1 FAMS @F840@ +<< +[0012] INDI rkey: I1531 offs: 0x00000465 lens: 0x00000041 +0x00001465-0x000014a5: +>>0 @I1531@ INDI +1 NAME Gunnor of_Denmark // +1 SEX F +1 FAMS @F840@ +<< +[0013] INDI rkey: I1532 offs: 0x000004a6 lens: 0x0000006f +0x000014a6-0x00001514: +>>0 @I1532@ INDI +1 NAME Emma of_Normandy // +1 SEX F +1 DEAT +2 DATE 1052 +1 FAMC @F840@ +1 FAMS @F841@ +1 FAMS @F842@ +<< +[0014] INDI rkey: I1533 offs: 0x00000515 lens: 0x000000bd +0x00001515-0x000015d1: +>>0 @I1533@ INDI +1 NAME Ethelred_II the_Unready // +1 SEX M +1 TITL King of Kent +1 BIRT +2 DATE ABT 968 +1 DEAT +2 DATE 1016 +1 BURI +2 PLAC St. Paul's +1 FAMC @F843@ +1 FAMS @F844@ +1 FAMS @F841@ +<< +[0015] INDI rkey: I1534 offs: 0x000005d2 lens: 0x000000fe +0x000015d2-0x000016cf: +>>0 @I1534@ INDI +1 NAME Edward the_Confessor // +1 SEX M +1 TITL King of England +1 BIRT +2 DATE ABT 1002 +2 PLAC Islip,Oxfordshire,England +1 DEAT +2 DATE 5 JAN 1066 +1 BURI +2 DATE 6 JAN 1066 +2 PLAC Westminster,Abbey,London,England +1 FAMC @F841@ +1 FAMS @F845@ +<< +[0016] INDI rkey: I1535 offs: 0x000006d0 lens: 0x00000096 +0x000016d0-0x00001765: +>>0 @I1535@ INDI +1 NAME Edith (Eadgyth) // +1 SEX F +1 DEAT +2 DATE 18 DEC 1075 +1 BURI +2 PLAC Westminster,Abbey,London,England +1 FAMC @F846@ +1 FAMS @F845@ +<< +[0017] INDI rkey: I1536 offs: 0x00000766 lens: 0x0000004d +0x00001766-0x000017b2: +>>0 @I1536@ INDI +1 NAME Godwin // +1 SEX M +1 TITL Earl of Wessex +1 FAMS @F846@ +<< +[0018] INDI rkey: I1537 offs: 0x000007b3 lens: 0x00000036 +0x000017b3-0x000017e8: +>>0 @I1537@ INDI +1 NAME Gytha // +1 SEX F +1 FAMS @F846@ +<< +[0019] INDI rkey: I1538 offs: 0x000007e9 lens: 0x0000008c +0x000017e9-0x00001874: +>>0 @I1538@ INDI +1 NAME Harold_II // +1 SEX M +1 BIRT +2 DATE ABT 1022 +1 DEAT +2 DATE 14 OCT 1066 +2 PLAC Hastings +1 FAMC @F846@ +1 FAMS @F847@ +<< +[0020] INDI rkey: I1539 offs: 0x00000875 lens: 0x00000065 +0x00001875-0x000018d9: +>>0 @I1539@ INDI +1 NAME Edith Swan-neck (Ealdgyth)// +1 SEX F +1 FAMC @F848@ +1 FAMS @F849@ +1 FAMS @F847@ +<< +[0021] INDI rkey: I1540 offs: 0x000008da lens: 0x00000044 +0x000018da-0x0000191d: +>>0 @I1540@ INDI +1 NAME Gytha // +1 SEX F +1 FAMC @F847@ +1 FAMS @F850@ +<< +[0022] INDI rkey: I1541 offs: 0x0000091e lens: 0x0000006d +0x0000191e-0x0000198a: +>>0 @I1541@ INDI +1 NAME Vladimir of_Kiev /Monomakh/ +1 SEX M +1 TITL Grand Duke +1 DEAT +2 DATE 1125 +1 FAMS @F850@ +<< +[0023] INDI rkey: I1542 offs: 0x0000098b lens: 0x0000004f +0x0000198b-0x000019d9: +>>0 @I1542@ INDI +1 NAME Elfreda (Elfgiva) // +1 SEX F +1 FAMC @F794@ +1 FAMS @F844@ +<< +[0024] INDI rkey: I1543 offs: 0x000009da lens: 0x00000063 +0x000019da-0x00001a3c: +>>0 @I1543@ INDI +1 NAME Edmund_II Ironside // +1 SEX M +1 DEAT +2 DATE 1016 +1 FAMC @F844@ +1 FAMS @F851@ +<< +[0025] INDI rkey: I1544 offs: 0x00000a3d lens: 0x00000039 +0x00001a3d-0x00001a75: +>>0 @I1544@ INDI +1 NAME Ealdgyth // +1 SEX F +1 FAMS @F851@ +<< +[0026] INDI rkey: I1545 offs: 0x00000a76 lens: 0x00000079 +0x00001a76-0x00001aee: +>>0 @I1545@ INDI +1 NAME Edward /Athling/ +1 SEX M +1 BIRT +2 DATE ABT 1016 +1 DEAT +2 DATE 1057 +1 FAMC @F851@ +1 FAMS @F831@ +<< +[0027] INDI rkey: I1546 offs: 0x00000aef lens: 0x00000045 +0x00001aef-0x00001b33: +>>0 @I1546@ INDI +1 NAME Agatha // +1 SEX F +1 FAMC @F852@ +1 FAMS @F831@ +<< +[0028] INDI rkey: I1547 offs: 0x00000b34 lens: 0x0000003d +0x00001b34-0x00001b70: +>>0 @I1547@ INDI +1 NAME Edgar /Athling/ +1 SEX M +1 FAMC @F831@ +<< +[0029] INDI rkey: I1548 offs: 0x00000b71 lens: 0x000000e0 +0x00001b71-0x00001c50: +>>0 @I1548@ INDI +1 NAME Canute_II the_Great // +1 SEX M +1 BIRT +2 DATE ABT 995 +1 DEAT +2 DATE 12 NOV 1035 +2 PLAC Shaftesbury,England +1 BURI +2 PLAC Winchester,Cathedral,London,England +1 FAMC @F853@ +1 FAMS @F854@ +1 FAMS @F842@ +<< +[0030] INDI rkey: I1549 offs: 0x00000c51 lens: 0x00000054 +0x00001c51-0x00001ca4: +>>0 @I1549@ INDI +1 NAME Elfgiva of_Northampton // +1 SEX F +1 FAMC @F855@ +1 FAMS @F854@ +<< +[0031] INDI rkey: I1550 offs: 0x00000ca5 lens: 0x000000b9 +0x00001ca5-0x00001d5d: +>>0 @I1550@ INDI +1 NAME Harold_I Harefoot // +1 SEX M +1 BIRT +2 DATE ABT 1015 +1 DEAT +2 DATE 17 MAR 1040 +2 PLAC Oxford,England +1 BURI +2 PLAC St Clement Danes,London,England +1 FAMC @F854@ +<< +[0032] INDI rkey: I1551 offs: 0x00000d5e lens: 0x0000005f +0x00001d5e-0x00001dbc: +>>0 @I1551@ INDI +1 NAME Sweyn // +1 SEX M +1 TITL King of Norway +1 DEAT +2 DATE 1036 +1 FAMC @F854@ +<< +[0033] INDI rkey: I1552 offs: 0x00000dbd lens: 0x000000c0 +0x00001dbd-0x00001e7c: +>>0 @I1552@ INDI +1 NAME Hardicanute // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 1018 +1 DEAT +2 DATE 8 JUN 1042 +2 PLAC Lambeth +1 BURI +2 PLAC Winchester,Cathedral,London,England +1 FAMC @F842@ +<< +[0034] INDI rkey: I1553 offs: 0x00000e7d lens: 0x00000055 +0x00001e7d-0x00001ed1: +>>0 @I1553@ INDI +1 NAME Herluin of_Conteville // +1 SEX M +1 TITL Viscount +1 FAMS @F839@ +<< +[0035] INDI rkey: I1554 offs: 0x00000ed2 lens: 0x0000005e +0x00001ed2-0x00001f2f: +>>0 @I1554@ INDI +1 NAME Odo of_Bayeux // +1 SEX M +1 TITL Bishop +1 DEAT +2 DATE 1097 +1 FAMC @F839@ +<< +[0036] INDI rkey: I1555 offs: 0x00000f30 lens: 0x0000004f +0x00001f30-0x00001f7e: +>>0 @I1555@ INDI +1 NAME Robert // +1 SEX M +1 TITL Count of Mortain +1 FAMC @F839@ +<< +[0037] INDI rkey: I1556 offs: 0x00000f7f lens: 0x00000057 +0x00001f7f-0x00001fd5: +>>0 @I1556@ INDI +1 NAME Alan_IV of_Brittany /Fergant/ +1 SEX M +1 TITL Count +1 FAMS @F748@ +<< +[0038] INDI rkey: I1557 offs: 0x00000fd6 lens: 0x00000094 +0x00001fd6-0x00002069: +>>0 @I1557@ INDI +1 NAME William_II the_Good // +1 SEX M +1 TITL King of Sicily +1 BIRT +2 DATE 1166 +1 DEAT +2 DATE 18 NOV 1189 +1 FAMC @F856@ +1 FAMS @F741@ +<< +[0039] INDI rkey: I1558 offs: 0x0000106a lens: 0x00000053 +0x0000206a-0x000020bc: +>>0 @I1558@ INDI +1 NAME Raymond_VI of_Toulouse // +1 SEX M +1 TITL Count +1 FAMS @F742@ +<< +[0040] INDI rkey: I1559 offs: 0x000010bd lens: 0x000000da +0x000020bd-0x00002196: +>>0 @I1559@ INDI +1 NAME Nicholas /Koulikovsky/ +1 SEX M +1 TITL Colonel +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1958 +2 PLAC Cooksville,Near Toronto,Ontario,Canada +1 BURI +2 PLAC York Cemetery,Toronto,Ontario,Canada +1 FAMS @F118@ +<< +[0041] INDI rkey: I1560 offs: 0x00001197 lens: 0x00000055 +0x00002197-0x000021eb: +>>0 @I1560@ INDI +1 NAME Tikhon /Koulikovsky/ +1 SEX M +1 BIRT +2 DATE 1917 +1 FAMC @F118@ +<< +[0042] INDI rkey: I1561 offs: 0x000011ec lens: 0x00000054 +0x000021ec-0x0000223f: +>>0 @I1561@ INDI +1 NAME Goury /Koulikovsky/ +1 SEX M +1 BIRT +2 DATE 1919 +1 FAMC @F118@ +<< +[0043] INDI rkey: I1562 offs: 0x00001240 lens: 0x0000004a +0x00002240-0x00002289: +>>0 @I1562@ INDI +1 NAME Andrew // +1 SEX M +1 BIRT +2 DATE 1897 +1 FAMC @F115@ +<< +[0044] INDI rkey: I1563 offs: 0x0000128a lens: 0x0000004c +0x0000228a-0x000022d5: +>>0 @I1563@ INDI +1 NAME Theodore // +1 SEX M +1 BIRT +2 DATE 1898 +1 FAMC @F115@ +<< +[0045] INDI rkey: I1564 offs: 0x000012d6 lens: 0x0000004a +0x000022d6-0x0000231f: +>>0 @I1564@ INDI +1 NAME Nikita // +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMC @F115@ +<< +[0046] INDI rkey: I1565 offs: 0x00001320 lens: 0x0000004b +0x00002320-0x0000236a: +>>0 @I1565@ INDI +1 NAME Dimitri // +1 SEX M +1 BIRT +2 DATE 1901 +1 FAMC @F115@ +<< +[0047] INDI rkey: I1566 offs: 0x0000136b lens: 0x0000004d +0x0000236b-0x000023b7: +>>0 @I1566@ INDI +1 NAME Rostislav // +1 SEX M +1 BIRT +2 DATE 1902 +1 FAMC @F115@ +<< +[0048] INDI rkey: I1567 offs: 0x000013b8 lens: 0x0000004b +0x000023b8-0x00002402: +>>0 @I1567@ INDI +1 NAME Vassily // +1 SEX M +1 BIRT +2 DATE 1907 +1 FAMC @F115@ +<< +[0049] INDI rkey: I1568 offs: 0x00001403 lens: 0x00000073 +0x00002403-0x00002475: +>>0 @I1568@ INDI +1 NAME Alexander Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1870 +1 FAMC @F32@ +<< +[0050] INDI rkey: I1569 offs: 0x00001476 lens: 0x00000079 +0x00002476-0x000024ee: +>>0 @I1569@ INDI +1 NAME Catherine /Yourievska/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1847 +1 DEAT +2 DATE 1922 +1 FAMS @F39@ +<< +[0051] INDI rkey: I1570 offs: 0x000014ef lens: 0x00000071 +0x000024ef-0x0000255f: +>>0 @I1570@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1913 +1 FAMC @F39@ +1 FAMS @F857@ +<< +[0052] INDI rkey: I1571 offs: 0x00001560 lens: 0x0000006f +0x00002560-0x000025ce: +>>0 @I1571@ INDI +1 NAME Olga /Romanov/ +1 SEX F +1 BIRT +2 DATE 1874 +1 DEAT +2 DATE 1925 +1 FAMC @F39@ +1 FAMS @F858@ +<< +[0053] INDI rkey: I1572 offs: 0x000015cf lens: 0x00000082 +0x000025cf-0x00002650: +>>0 @I1572@ INDI +1 NAME Catherine /Romanov/ +1 SEX F +1 BIRT +2 DATE 1878 +1 DEAT +2 DATE 1959 +1 FAMC @F39@ +1 FAMS @F859@ +1 FAMS @F860@ +<< +[0054] INDI rkey: I1573 offs: 0x00001651 lens: 0x00000065 +0x00002651-0x000026b5: +>>0 @I1573@ INDI +1 NAME Alexandra /Zarnekau/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1883 +1 FAMS @F857@ +<< +[0055] INDI rkey: I1574 offs: 0x000016b6 lens: 0x00000061 +0x000026b6-0x00002716: +>>0 @I1574@ INDI +1 NAME Alexander Alexandrovich /Romanov/ +1 SEX M +1 BIRT +2 DATE 1900 +1 FAMC @F857@ +<< +[0056] INDI rkey: I1575 offs: 0x00001717 lens: 0x0000006f +0x00002717-0x00002785: +>>0 @I1575@ INDI +1 NAME /von_Merenberg/ +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1871 +1 DEAT +2 DATE 1948 +1 FAMS @F858@ +<< +[0057] INDI rkey: I1576 offs: 0x00001786 lens: 0x0000004a +0x00002786-0x000027cf: +>>0 @I1576@ INDI +1 NAME George // +1 SEX M +1 BIRT +2 DATE 1897 +1 FAMC @F858@ +<< +[0058] INDI rkey: I1577 offs: 0x000017d0 lens: 0x00000048 +0x000027d0-0x00002817: +>>0 @I1577@ INDI +1 NAME Olga // +1 SEX F +1 BIRT +2 DATE 1898 +1 FAMC @F858@ +<< +[0059] INDI rkey: I1578 offs: 0x00001818 lens: 0x0000007b +0x00002818-0x00002892: +>>0 @I1578@ INDI +1 NAME Alexander V. /Bariatinsky/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1910 +1 FAMS @F859@ +<< +[0060] INDI rkey: I1579 offs: 0x00001893 lens: 0x00000068 +0x00002893-0x000028fa: +>>0 @I1579@ INDI +1 NAME Andrei /Bariatinsky/ +1 SEX M +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1931 +1 FAMC @F859@ +<< +[0061] INDI rkey: I1580 offs: 0x000018fb lens: 0x00000058 +0x000028fb-0x00002952: +>>0 @I1580@ INDI +1 NAME Alexander /Bariatinsky/ +1 SEX M +1 BIRT +2 DATE 1905 +1 FAMC @F859@ +<< +[0062] INDI rkey: I1581 offs: 0x00001953 lens: 0x00000060 +0x00002953-0x000029b2: +>>0 @I1581@ INDI +1 NAME Serge /Obelensky/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1890 +1 FAMS @F860@ +<< +[0063] INDI rkey: I1582 offs: 0x000019b3 lens: 0x000000ae +0x000029b3-0x00002a60: +>>0 @I1582@ INDI +1 NAME Sanchia of_Provence // +1 SEX F +1 BIRT +2 DATE ABT 1225 +2 PLAC Aix-en-Provence +1 DEAT +2 DATE 9 NOV 1261 +2 PLAC Berkhamsted +1 FAMC @F861@ +1 FAMS @F729@ +<< +[0064] INDI rkey: I1583 offs: 0x00001a61 lens: 0x00000087 +0x00002a61-0x00002ae7: +>>0 @I1583@ INDI +1 NAME Beatrix of_Falkenburg // +1 SEX F +1 BIRT +2 DATE ABT 1253 +1 DEAT +2 DATE 17 OCT 1277 +1 FAMC @F862@ +1 FAMS @F730@ +<< +[0065] INDI rkey: I1584 offs: 0x00001ae8 lens: 0x00000056 +0x00002ae8-0x00002b3d: +>>0 @I1584@ INDI +1 NAME Frederick_II of_Germany // +1 SEX M +1 TITL Emperor +1 FAMS @F732@ +<< +[0066] INDI rkey: I1585 offs: 0x00001b3e lens: 0x00000098 +0x00002b3e-0x00002bd5: +>>0 @I1585@ INDI +1 NAME Alexander_III // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1241 +1 DEAT +2 DATE 1286 +1 FAMC @F863@ +1 FAMS @F677@ +1 FAMS @F864@ +<< +[0067] INDI rkey: I1586 offs: 0x00001bd6 lens: 0x00000055 +0x00002bd6-0x00002c2a: +>>0 @I1586@ INDI +1 NAME John of_Dreux // +1 SEX M +1 TITL Earl of Richmond +1 FAMS @F678@ +<< +[0068] INDI rkey: I1587 offs: 0x00001c2b lens: 0x00000078 +0x00002c2b-0x00002ca2: +>>0 @I1587@ INDI +1 NAME Aveline de_Forz // +1 SEX F +1 DEAT +2 DATE 10 NOV 1274 +2 PLAC Stockwell +1 FAMC @F865@ +1 FAMS @F679@ +<< +[0069] INDI rkey: I1588 offs: 0x00001ca3 lens: 0x0000006a +0x00002ca3-0x00002d0c: +>>0 @I1588@ INDI +1 NAME Gilbert De_Clare // +1 SEX M +1 TITL Earl Gloucester +1 DEAT +2 DATE 1295 +1 FAMS @F666@ +<< +[0070] INDI rkey: I1589 offs: 0x00001d0d lens: 0x00000063 +0x00002d0d-0x00002d6f: +>>0 @I1589@ INDI +1 NAME Ralph de_Monthermer // +1 SEX M +1 TITL Baron +1 DEAT +2 DATE 1305 +1 FAMS @F667@ +<< +[0071] INDI rkey: I1590 offs: 0x00001d70 lens: 0x0000004f +0x00002d70-0x00002dbe: +>>0 @I1590@ INDI +1 NAME John_II // +1 SEX M +1 TITL Duke of Brabant +1 FAMS @F668@ +<< +[0072] INDI rkey: I1591 offs: 0x00001dbf lens: 0x0000004f +0x00002dbf-0x00002e0d: +>>0 @I1591@ INDI +1 NAME John_I // +1 SEX M +1 TITL Count of Holland +1 FAMS @F669@ +<< +[0073] INDI rkey: I1592 offs: 0x00001e0e lens: 0x00000059 +0x00002e0e-0x00002e66: +>>0 @I1592@ INDI +1 NAME Humphrey De_Bohun // +1 SEX M +1 TITL Earl of Hereford +1 FAMS @F670@ +<< +[0074] INDI rkey: I1593 offs: 0x00001e67 lens: 0x00000057 +0x00002e67-0x00002ebd: +>>0 @I1593@ INDI +1 NAME Mary de_Ros // +1 SEX F +1 FAMC @F866@ +1 FAMS @F867@ +1 FAMS @F673@ +<< +[0075] INDI rkey: I1594 offs: 0x00001ebe lens: 0x00000081 +0x00002ebe-0x00002f3e: +>>0 @I1594@ INDI +1 NAME John_V /de_Montfort/ +1 SEX M +1 TITL Duke of Brittany +1 DEAT +2 DATE 1 NOV 1399 +1 FAMS @F642@ +1 FAMS @F868@ +<< +[0076] INDI rkey: I1595 offs: 0x00001f3f lens: 0x00000076 +0x00002f3f-0x00002fb4: +>>0 @I1595@ INDI +1 NAME Margaret /Holland/ +1 SEX F +1 DEAT +2 DATE 31 DEC 1439 +1 FAMC @F764@ +1 FAMS @F703@ +1 FAMS @F626@ +<< +[0077] INDI rkey: I1596 offs: 0x00001fb5 lens: 0x0000007c +0x00002fb5-0x00003030: +>>0 @I1596@ INDI +1 NAME Anne of_Burgundy // +1 SEX F +1 DEAT +2 DATE 14 NOV 1432 +2 PLAC Paris,France +1 FAMC @F869@ +1 FAMS @F627@ +<< +[0078] INDI rkey: I1597 offs: 0x00002031 lens: 0x00000055 +0x00003031-0x00003085: +>>0 @I1597@ INDI +1 NAME Jacqueline of_Holland // +1 SEX F +1 TITL Countess +1 FAMS @F629@ +<< +[0079] INDI rkey: I1598 offs: 0x00002086 lens: 0x00000080 +0x00003086-0x00003105: +>>0 @I1598@ INDI +1 NAME Eleanor de_Cobham // +1 SEX F +1 DEAT +2 DATE 7 JUL 1452 +2 PLAC Beaumaris Castle +1 FAMC @F870@ +1 FAMS @F630@ +<< +[0080] INDI rkey: I1599 offs: 0x00002106 lens: 0x00000053 +0x00003106-0x00003158: +>>0 @I1599@ INDI +1 NAME Ludwig_III // +1 SEX M +1 TITL Elector Palatine +1 FAMS @F631@ +<< +[0081] INDI rkey: I1600 offs: 0x00002159 lens: 0x0000005a +0x00003159-0x000031b2: +>>0 @I1600@ INDI +1 NAME Eric_X of_Pomerania // +1 SEX M +1 TITL King of Denmark +1 FAMS @F632@ +<< +[0082] INDI rkey: I1601 offs: 0x000021b3 lens: 0x000000f3 +0x000031b3-0x000032a5: +>>0 @I1601@ INDI +1 NAME Joan of_Navarre // +1 SEX F +1 BIRT +2 DATE ABT 1370 +2 PLAC Pamplona +1 DEAT +2 DATE 9 JUL 1437 +2 PLAC Havering atte,Bower,Essex,England +1 BURI +2 PLAC Canterbury,Cathedral,,England +1 FAMC @F871@ +1 FAMS @F868@ +1 FAMS @F624@ +<< +[0083] INDI rkey: I1602 offs: 0x000022a6 lens: 0x00000061 +0x000032a6-0x00003306: +>>0 @I1602@ INDI +1 NAME William /Bourchier/ +1 SEX M +1 TITL Count +1 DEAT +2 DATE 1420 +1 FAMS @F575@ +<< +[0084] INDI rkey: I1603 offs: 0x00002307 lens: 0x0000005e +0x00003307-0x00003364: +>>0 @I1603@ INDI +1 NAME Anne of_Gloucester // +1 SEX F +1 FAMC @F644@ +1 FAMS @F872@ +1 FAMS @F575@ +<< +[0085] INDI rkey: I1604 offs: 0x00002365 lens: 0x00000083 +0x00003365-0x000033e7: +>>0 @I1604@ INDI +1 NAME Frederick_II of_Hesse-Cassel // +1 SEX M +1 TITL Landgrave +1 BIRT +2 DATE 1720 +1 DEAT +2 DATE 1785 +1 FAMS @F203@ +<< +[0086] INDI rkey: I1605 offs: 0x000023e8 lens: 0x00000077 +0x000033e8-0x0000345e: +>>0 @I1605@ INDI +1 NAME Elizabeth Christine // +1 SEX F +1 BIRT +2 DATE 1715 +1 DEAT +2 DATE 1797 +1 FAMC @F873@ +1 FAMS @F609@ +<< +[0087] INDI rkey: I1606 offs: 0x0000245f lens: 0x00000075 +0x0000345f-0x000034d3: +>>0 @I1606@ INDI +1 NAME Ferdinand Albert_II of_Brunswick// +1 SEX M +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1735 +1 FAMS @F873@ +<< +[0088] INDI rkey: I1607 offs: 0x000024d4 lens: 0x00000052 +0x000034d4-0x00003525: +>>0 @I1607@ INDI +1 NAME Margaret Alice /Bridgeman/ +1 SEX F +1 TITL Lady +1 FAMS @F53@ +<< +[0089] INDI rkey: I1608 offs: 0x00002526 lens: 0x00000072 +0x00003526-0x00003597: +>>0 @I1608@ INDI +1 NAME William /d'Aubigny/ +1 SEX M +1 TITL Earl of Arundel +1 DEAT +2 DATE 12 OCT 1176 +1 FAMS @F755@ +<< +[0090] INDI rkey: I1609 offs: 0x00002598 lens: 0x00000078 +0x00003598-0x0000360f: +>>0 @I1609@ INDI +1 NAME Henri /de_Laborde/ +1 SEX M +1 BIRT +2 DATE 11 JUN 1934 +2 PLAC Talence,Gironde,France +1 FAMS @F379@ +<< +[0091] INDI rkey: I1610 offs: 0x00002610 lens: 0x0000004d +0x00003610-0x0000365c: +>>0 @I1610@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1968 +1 FAMC @F379@ +<< +[0092] INDI rkey: I1611 offs: 0x0000265d lens: 0x0000004b +0x0000365d-0x000036a7: +>>0 @I1611@ INDI +1 NAME Joachim // +1 SEX M +1 BIRT +2 DATE 1969 +1 FAMC @F379@ +<< +[0093] INDI rkey: I1612 offs: 0x000026a8 lens: 0x00000089 +0x000036a8-0x00003730: +>>0 @I1612@ INDI +1 NAME Silvia Renate /Sommerlath/ +1 SEX F +1 BIRT +2 DATE 23 DEC 1943 +2 PLAC Heidelberg,Germany +1 FAMC @F874@ +1 FAMS @F375@ +<< +[0094] INDI rkey: I1613 offs: 0x00002731 lens: 0x000000d9 +0x00003731-0x00003809: +>>0 @I1613@ INDI +1 NAME Oscar_I // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 4 JUL 1799 +2 PLAC Paris,France +1 DEAT +2 DATE 8 MAR 1844 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMC @F875@ +1 FAMS @F302@ +<< +[0095] INDI rkey: I1614 offs: 0x0000280a lens: 0x000000b4 +0x0000380a-0x000038bd: +>>0 @I1614@ INDI +1 NAME Josephine /de_Beauharnais/ +1 SEX F +1 BIRT +2 DATE 14 MAR 1807 +2 PLAC Milan,Italy +1 DEAT +2 DATE 7 JUN 1876 +2 PLAC Stockholm,Sweden +1 FAMC @F876@ +1 FAMS @F302@ +<< +[0096] INDI rkey: I1615 offs: 0x000028be lens: 0x000000d8 +0x000038be-0x00003995: +>>0 @I1615@ INDI +1 NAME Charles_XIV John // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 26 JAN 1763 +2 PLAC Pau,Bearn,France +1 DEAT +2 DATE 8 MAR 1844 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F875@ +<< +[0097] INDI rkey: I1616 offs: 0x00002996 lens: 0x000000bb +0x00003996-0x00003a50: +>>0 @I1616@ INDI +1 NAME Desiree // +1 SEX F +1 BIRT +2 DATE 9 NOV 1777 +2 PLAC Marseilles,France +1 DEAT +2 DATE 17 DEC 1860 +2 PLAC Stockholm,Sweden +1 BURI +2 PLAC Stockholm,Sweden +1 FAMS @F875@ +<< +[0098] INDI rkey: I1617 offs: 0x00002a51 lens: 0x000000d5 +0x00003a51-0x00003b25: +>>0 @I1617@ INDI +1 NAME Frederick_VI // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 28 JAN 1768 +2 PLAC Christiansborg,Nr: Copenhagen,Denmark +1 DEAT +2 DATE 3 DEC 1839 +2 PLAC Amalienborg +1 FAMC @F216@ +1 FAMS @F877@ +<< +[0099] INDI rkey: I1618 offs: 0x00002b26 lens: 0x000000a0 +0x00003b26-0x00003bc5: +>>0 @I1618@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 28 OCT 1767 +2 PLAC Hanau +1 DEAT +2 DATE 21 MAR 1852 +2 PLAC Amalienborg,Denmark +1 FAMC @F222@ +1 FAMS @F877@ +<< +[0100] INDI rkey: I1619 offs: 0x00002bc6 lens: 0x0000009f +0x00003bc6-0x00003c64: +>>0 @I1619@ INDI +1 NAME Juliana Maria // +1 SEX F +1 BIRT +2 DATE 4 SEP 1729 +2 PLAC Wolfenbuttel +1 DEAT +2 DATE 10 OCT 1796 +2 PLAC Fredensborg,Denmark +1 FAMS @F221@ +<< +[0101] INDI rkey: I1620 offs: 0x00002c65 lens: 0x000000c9 +0x00003c65-0x00003d2d: +>>0 @I1620@ INDI +1 NAME Christian_VI // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 10 DEC 1699 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 6 AUG 1746 +2 PLAC Copenhagen,Denmark +1 FAMC @F878@ +1 FAMS @F220@ +<< +[0102] INDI rkey: I1621 offs: 0x00002d2e lens: 0x00000092 +0x00003d2e-0x00003dbf: +>>0 @I1621@ INDI +1 NAME Sophie Magdalene // +1 SEX F +1 BIRT +2 DATE 28 NOV 1700 +1 DEAT +2 DATE 27 MAY 1770 +2 PLAC Christiansborg,Denmark +1 FAMS @F220@ +<< +[0103] INDI rkey: I1622 offs: 0x00002dc0 lens: 0x000000d8 +0x00003dc0-0x00003e97: +>>0 @I1622@ INDI +1 NAME Frederick_IV // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 21 OCT 1671 +2 PLAC Copenhagen,Denmark +1 DEAT +2 DATE 12 OCT 1730 +2 PLAC Copenhagen,Denmark +1 FAMC @F879@ +1 FAMS @F878@ +1 FAMS @F880@ +<< +[0104] INDI rkey: I1623 offs: 0x00002e98 lens: 0x0000006b +0x00003e98-0x00003f02: +>>0 @I1623@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 28 AUG 1667 +1 DEAT +2 DATE 15 MAR 1721 +1 FAMS @F878@ +<< +[0105] INDI rkey: I1624 offs: 0x00002f03 lens: 0x0000007f +0x00003f03-0x00003f81: +>>0 @I1624@ INDI +1 NAME Anna Sophie // +1 SEX F +1 BIRT +2 DATE 16 APR 1693 +1 DEAT +2 DATE 7 JAN 1743 +2 PLAC Klausholm +1 FAMS @F880@ +<< +[0106] INDI rkey: I1625 offs: 0x00002f82 lens: 0x000000a6 +0x00003f82-0x00004027: +>>0 @I1625@ INDI +1 NAME Christian_V // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 15 APR 1646 +2 PLAC Flensborg +1 DEAT +2 DATE 25 AUG 1699 +1 FAMC @F423@ +1 FAMS @F879@ +<< +[0107] INDI rkey: I1626 offs: 0x00003028 lens: 0x00000094 +0x00004028-0x000040bb: +>>0 @I1626@ INDI +1 NAME Charlotte Amelia // +1 SEX F +1 BIRT +2 DATE 27 APR 1650 +2 PLAC Cassel +1 DEAT +2 DATE 27 MAR 1714 +2 PLAC Copenhagen +1 FAMS @F879@ +<< +[0108] INDI rkey: I1627 offs: 0x000030bc lens: 0x000000d3 +0x000040bc-0x0000418e: +>>0 @I1627@ INDI +1 NAME Christian_IV // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 12 APR 1577 +2 PLAC Frederiksborg +1 DEAT +2 DATE 28 FEB 1648 +2 PLAC Copenhagen,Denmark +1 FAMC @F437@ +1 FAMS @F881@ +1 FAMS @F882@ +<< +[0109] INDI rkey: I1628 offs: 0x0000318f lens: 0x00000080 +0x0000418f-0x0000420e: +>>0 @I1628@ INDI +1 NAME Anne Catherine // +1 SEX F +1 BIRT +2 DATE 26 JUN 1575 +1 DEAT +2 DATE 29 MAR 1612 +1 FAMC @F883@ +1 FAMS @F881@ +<< +[0110] INDI rkey: I1629 offs: 0x0000320f lens: 0x000000a0 +0x0000420f-0x000042ae: +>>0 @I1629@ INDI +1 NAME Christine of_Schleswig- Holstein// +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 6 JUL 1598 +1 DEAT +2 DATE 19 APR 1658 +2 PLAC Odense +1 FAMS @F882@ +<< +[0111] INDI rkey: I1630 offs: 0x000032af lens: 0x000000c9 +0x000042af-0x00004377: +>>0 @I1630@ INDI +1 NAME Frederick_III // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 18 MAR 1609 +2 PLAC Haderslev,Denmark +1 DEAT +2 DATE 9 FEB 1670 +2 PLAC Copenhagen,Denmark +1 FAMC @F881@ +1 FAMS @F423@ +<< +[0112] INDI rkey: I1631 offs: 0x00003378 lens: 0x00000093 +0x00004378-0x0000440a: +>>0 @I1631@ INDI +1 NAME Sophia Amelia // +1 SEX F +1 BIRT +2 DATE 24 MAR 1628 +2 PLAC Herzberg +1 DEAT +2 DATE 20 FEB 1685 +2 PLAC Copenhagen +1 FAMS @F423@ +<< +[0113] INDI rkey: I1632 offs: 0x0000340b lens: 0x000000b6 +0x0000440b-0x000044c0: +>>0 @I1632@ INDI +1 NAME Christian_III // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 12 AUG 1503 +2 PLAC Gottorp +1 DEAT +2 DATE 1 JAN 1559 +2 PLAC Coldingen +1 FAMC @F884@ +1 FAMS @F439@ +<< +[0114] INDI rkey: I1633 offs: 0x000034c1 lens: 0x0000007d +0x000044c1-0x0000453d: +>>0 @I1633@ INDI +1 NAME Dorothea // +1 SEX F +1 BIRT +2 DATE 9 JUL 1511 +1 DEAT +2 DATE 7 OCT 1571 +2 PLAC Sonderburg +1 FAMS @F439@ +<< +[0115] INDI rkey: I1634 offs: 0x0000353e lens: 0x000000b1 +0x0000453e-0x000045ee: +>>0 @I1634@ INDI +1 NAME Frederick_I // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 7 OCT 1471 +1 DEAT +2 DATE 10 APR 1533 +2 PLAC Gottorp +1 FAMC @F807@ +1 FAMS @F884@ +1 FAMS @F885@ +<< +[0116] INDI rkey: I1635 offs: 0x000035ef lens: 0x00000074 +0x000045ef-0x00004662: +>>0 @I1635@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 27 AUG 1487 +1 DEAT +2 DATE 3 MAY 1547 +2 PLAC Kiel +1 FAMS @F884@ +<< +[0117] INDI rkey: I1636 offs: 0x00003663 lens: 0x00000070 +0x00004663-0x000046d2: +>>0 @I1636@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1498 +1 DEAT +2 DATE 13 MAY 1568 +2 PLAC Keil +1 FAMS @F885@ +<< +[0118] INDI rkey: I1637 offs: 0x000036d3 lens: 0x00000060 +0x000046d3-0x00004732: +>>0 @I1637@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1745 +1 DEAT +2 DATE 1747 +1 FAMC @F213@ +<< +[0119] INDI rkey: I1638 offs: 0x00003733 lens: 0x00000074 +0x00004733-0x000047a6: +>>0 @I1638@ INDI +1 NAME Sophia Magdalena // +1 SEX F +1 BIRT +2 DATE 1746 +1 DEAT +2 DATE 1813 +1 FAMC @F213@ +1 FAMS @F886@ +<< +[0120] INDI rkey: I1639 offs: 0x000037a7 lens: 0x0000006d +0x000047a7-0x00004813: +>>0 @I1639@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1747 +1 DEAT +2 DATE 1820 +1 FAMC @F213@ +1 FAMS @F887@ +<< +[0121] INDI rkey: I1640 offs: 0x00003814 lens: 0x0000006b +0x00004814-0x0000487e: +>>0 @I1640@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1750 +1 DEAT +2 DATE 1831 +1 FAMC @F213@ +1 FAMS @F222@ +<< +[0122] INDI rkey: I1641 offs: 0x0000387f lens: 0x0000006d +0x0000487f-0x000048eb: +>>0 @I1641@ INDI +1 NAME Charles of_Hesse-Cassel // +1 SEX M +1 BIRT +2 DATE 1744 +1 DEAT +2 DATE 1836 +1 FAMS @F222@ +<< +[0123] INDI rkey: I1642 offs: 0x000038ec lens: 0x00000060 +0x000048ec-0x0000494b: +>>0 @I1642@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1791 +1 DEAT +2 DATE 1791 +1 FAMC @F877@ +<< +[0124] INDI rkey: I1643 offs: 0x0000394c lens: 0x0000006e +0x0000494c-0x000049b9: +>>0 @I1643@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1753 +1 DEAT +2 DATE 1805 +1 FAMC @F221@ +1 FAMS @F202@ +<< +[0125] INDI rkey: I1644 offs: 0x000039ba lens: 0x00000075 +0x000049ba-0x00004a2e: +>>0 @I1644@ INDI +1 NAME Sophia Frederica of_Mecklenburg-// +1 SEX F +1 BIRT +2 DATE 1758 +1 DEAT +2 DATE 1794 +1 FAMS @F202@ +<< +[0126] INDI rkey: I1645 offs: 0x00003a2f lens: 0x000000cf +0x00004a2f-0x00004afd: +>>0 @I1645@ INDI +1 NAME Christian_VIII // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 18 SEP 1786 +2 PLAC Christiansborg +1 DEAT +2 DATE 20 JAN 1848 +2 PLAC Amalienborg +1 FAMC @F202@ +1 FAMS @F888@ +1 FAMS @F889@ +<< + +0x00004afe: EOF (0x00004afe) GOOD + +BLOCK - DIRECTORY ae/aa +0x00000000:ix_self: 0x00040000 (ae/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1646' +0x00000016:ix_rkey[0001]: ' I1647' +0x0000001e:ix_rkey[0002]: ' I1648' +0x00000026:ix_rkey[0003]: ' I1649' +0x0000002e:ix_rkey[0004]: ' I1650' +0x00000036:ix_rkey[0005]: ' I1651' +0x0000003e:ix_rkey[0006]: ' I1652' +0x00000046:ix_rkey[0007]: ' I1653' +0x0000004e:ix_rkey[0008]: ' I1654' +0x00000056:ix_rkey[0009]: ' I1655' +0x0000005e:ix_rkey[0010]: ' I1656' +0x00000066:ix_rkey[0011]: ' I1657' +0x0000006e:ix_rkey[0012]: ' I1658' +0x00000076:ix_rkey[0013]: ' I1659' +0x0000007e:ix_rkey[0014]: ' I1660' +0x00000086:ix_rkey[0015]: ' I1661' +0x0000008e:ix_rkey[0016]: ' I1662' +0x00000096:ix_rkey[0017]: ' I1663' +0x0000009e:ix_rkey[0018]: ' I1664' +0x000000a6:ix_rkey[0019]: ' I1665' +0x000000ae:ix_rkey[0020]: ' I1666' +0x000000b6:ix_rkey[0021]: ' I1667' +0x000000be:ix_rkey[0022]: ' I1668' +0x000000c6:ix_rkey[0023]: ' I1669' +0x000000ce:ix_rkey[0024]: ' I1670' +0x000000d6:ix_rkey[0025]: ' I1671' +0x000000de:ix_rkey[0026]: ' I1672' +0x000000e6:ix_rkey[0027]: ' I1673' +0x000000ee:ix_rkey[0028]: ' I1674' +0x000000f6:ix_rkey[0029]: ' I1675' +0x000000fe:ix_rkey[0030]: ' I1676' +0x00000106:ix_rkey[0031]: ' I1677' +0x0000010e:ix_rkey[0032]: ' I1678' +0x00000116:ix_rkey[0033]: ' I1679' +0x0000011e:ix_rkey[0034]: ' I1680' +0x00000126:ix_rkey[0035]: ' I1681' +0x0000012e:ix_rkey[0036]: ' I1682' +0x00000136:ix_rkey[0037]: ' I1683' +0x0000013e:ix_rkey[0038]: ' I1684' +0x00000146:ix_rkey[0039]: ' I1685' +0x0000014e:ix_rkey[0040]: ' I1686' +0x00000156:ix_rkey[0041]: ' I1687' +0x0000015e:ix_rkey[0042]: ' I1688' +0x00000166:ix_rkey[0043]: ' I1689' +0x0000016e:ix_rkey[0044]: ' I1690' +0x00000176:ix_rkey[0045]: ' I1691' +0x0000017e:ix_rkey[0046]: ' I1692' +0x00000186:ix_rkey[0047]: ' I1693' +0x0000018e:ix_rkey[0048]: ' I1694' +0x00000196:ix_rkey[0049]: ' I1695' +0x0000019e:ix_rkey[0050]: ' I1696' +0x000001a6:ix_rkey[0051]: ' I1697' +0x000001ae:ix_rkey[0052]: ' I1698' +0x000001b6:ix_rkey[0053]: ' I1699' +0x000001be:ix_rkey[0054]: ' I1700' +0x000001c6:ix_rkey[0055]: ' I1701' +0x000001ce:ix_rkey[0056]: ' I1702' +0x000001d6:ix_rkey[0057]: ' I1703' +0x000001de:ix_rkey[0058]: ' I1704' +0x000001e6:ix_rkey[0059]: ' I1705' +0x000001ee:ix_rkey[0060]: ' I1706' +0x000001f6:ix_rkey[0061]: ' I1707' +0x000001fe:ix_rkey[0062]: ' I1708' +0x00000206:ix_rkey[0063]: ' I1709' +0x0000020e:ix_rkey[0064]: ' I1710' +0x00000216:ix_rkey[0065]: ' I1711' +0x0000021e:ix_rkey[0066]: ' I1712' +0x00000226:ix_rkey[0067]: ' I1713' +0x0000022e:ix_rkey[0068]: ' I1714' +0x00000236:ix_rkey[0069]: ' I1715' +0x0000023e:ix_rkey[0070]: ' I1716' +0x00000246:ix_rkey[0071]: ' I1717' +0x0000024e:ix_rkey[0072]: ' I1718' +0x00000256:ix_rkey[0073]: ' I1719' +0x0000025e:ix_rkey[0074]: ' I1720' +0x00000266:ix_rkey[0075]: ' I1721' +0x0000026e:ix_rkey[0076]: ' I1722' +0x00000276:ix_rkey[0077]: ' I1723' +0x0000027e:ix_rkey[0078]: ' I1724' +0x00000286:ix_rkey[0079]: ' I1725' +0x0000028e:ix_rkey[0080]: ' I1726' +0x00000296:ix_rkey[0081]: ' I1727' +0x0000029e:ix_rkey[0082]: ' I1728' +0x000002a6:ix_rkey[0083]: ' I1729' +0x000002ae:ix_rkey[0084]: ' I1730' +0x000002b6:ix_rkey[0085]: ' I1731' +0x000002be:ix_rkey[0086]: ' I1732' +0x000002c6:ix_rkey[0087]: ' I1733' +0x000002ce:ix_rkey[0088]: ' I1734' +0x000002d6:ix_rkey[0089]: ' I1735' +0x000002de:ix_rkey[0090]: ' I1736' +0x000002e6:ix_rkey[0091]: ' I1737' +0x000002ee:ix_rkey[0092]: ' I1738' +0x000002f6:ix_rkey[0093]: ' I1739' +0x000002fe:ix_rkey[0094]: ' I1740' +0x00000306:ix_rkey[0095]: ' I1741' +0x0000030e:ix_rkey[0096]: ' I1742' +0x00000316:ix_rkey[0097]: ' I1743' +0x0000031e:ix_rkey[0098]: ' I1744' +0x00000326:ix_rkey[0099]: ' I1745' +0x0000032e:ix_rkey[0100]: ' I1746' +0x00000336:ix_rkey[0101]: ' I1747' +0x0000033e:ix_rkey[0102]: ' I1748' +0x00000346:ix_rkey[0103]: ' I1749' +0x0000034e:ix_rkey[0104]: ' I1750' +0x00000356:ix_rkey[0105]: ' I1751' +0x0000035e:ix_rkey[0106]: ' I1752' +0x00000366:ix_rkey[0107]: ' I1753' +0x0000036e:ix_rkey[0108]: ' I1754' +0x00000376:ix_rkey[0109]: ' I1755' +0x0000037e:ix_rkey[0110]: ' I1756' +0x00000386:ix_rkey[0111]: ' I1757' +0x0000038e:ix_rkey[0112]: ' I1758' +0x00000396:ix_rkey[0113]: ' I1759' +0x0000039e:ix_rkey[0114]: ' I1760' +0x000003a6:ix_rkey[0115]: ' I1761' +0x000003ae:ix_rkey[0116]: ' I1762' +0x000003b6:ix_rkey[0117]: ' I1763' +0x000003be:ix_rkey[0118]: ' I1764' +0x000003c6:ix_rkey[0119]: ' I1765' +0x000003ce:ix_rkey[0120]: ' I1766' +0x000003d6:ix_rkey[0121]: ' I1767' +0x000003de:ix_rkey[0122]: ' I1768' +0x000003e6:ix_rkey[0123]: ' I1769' +0x000003ee:ix_rkey[0124]: ' I1770' +0x000003f6:ix_rkey[0125]: ' I1771' +0x000003fe:ix_rkey[0126]: ' I1772' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000006e +0x0000080c:ix_offs[0001]: 0x0000006e 0x00000c08:ix_lens[0001]: 0x00000092 +0x00000810:ix_offs[0002]: 0x00000100 0x00000c0c:ix_lens[0002]: 0x0000009f +0x00000814:ix_offs[0003]: 0x0000019f 0x00000c10:ix_lens[0003]: 0x000000d7 +0x00000818:ix_offs[0004]: 0x00000276 0x00000c14:ix_lens[0004]: 0x000000a9 +0x0000081c:ix_offs[0005]: 0x0000031f 0x00000c18:ix_lens[0005]: 0x00000092 +0x00000820:ix_offs[0006]: 0x000003b1 0x00000c1c:ix_lens[0006]: 0x000000a3 +0x00000824:ix_offs[0007]: 0x00000454 0x00000c20:ix_lens[0007]: 0x00000072 +0x00000828:ix_offs[0008]: 0x000004c6 0x00000c24:ix_lens[0008]: 0x00000082 +0x0000082c:ix_offs[0009]: 0x00000548 0x00000c28:ix_lens[0009]: 0x00000062 +0x00000830:ix_offs[0010]: 0x000005aa 0x00000c2c:ix_lens[0010]: 0x0000006d +0x00000834:ix_offs[0011]: 0x00000617 0x00000c30:ix_lens[0011]: 0x0000005d +0x00000838:ix_offs[0012]: 0x00000674 0x00000c34:ix_lens[0012]: 0x00000060 +0x0000083c:ix_offs[0013]: 0x000006d4 0x00000c38:ix_lens[0013]: 0x00000064 +0x00000840:ix_offs[0014]: 0x00000738 0x00000c3c:ix_lens[0014]: 0x00000065 +0x00000844:ix_offs[0015]: 0x0000079d 0x00000c40:ix_lens[0015]: 0x0000006a +0x00000848:ix_offs[0016]: 0x00000807 0x00000c44:ix_lens[0016]: 0x0000007b +0x0000084c:ix_offs[0017]: 0x00000882 0x00000c48:ix_lens[0017]: 0x0000006c +0x00000850:ix_offs[0018]: 0x000008ee 0x00000c4c:ix_lens[0018]: 0x0000006a +0x00000854:ix_offs[0019]: 0x00000958 0x00000c50:ix_lens[0019]: 0x0000005b +0x00000858:ix_offs[0020]: 0x000009b3 0x00000c54:ix_lens[0020]: 0x0000005c +0x0000085c:ix_offs[0021]: 0x00000a0f 0x00000c58:ix_lens[0021]: 0x0000006a +0x00000860:ix_offs[0022]: 0x00000a79 0x00000c5c:ix_lens[0022]: 0x00000056 +0x00000864:ix_offs[0023]: 0x00000acf 0x00000c60:ix_lens[0023]: 0x00000072 +0x00000868:ix_offs[0024]: 0x00000b41 0x00000c64:ix_lens[0024]: 0x00000062 +0x0000086c:ix_offs[0025]: 0x00000ba3 0x00000c68:ix_lens[0025]: 0x0000007c +0x00000870:ix_offs[0026]: 0x00000c1f 0x00000c6c:ix_lens[0026]: 0x0000005b +0x00000874:ix_offs[0027]: 0x00000c7a 0x00000c70:ix_lens[0027]: 0x0000006e +0x00000878:ix_offs[0028]: 0x00000ce8 0x00000c74:ix_lens[0028]: 0x0000004d +0x0000087c:ix_offs[0029]: 0x00000d35 0x00000c78:ix_lens[0029]: 0x00000058 +0x00000880:ix_offs[0030]: 0x00000d8d 0x00000c7c:ix_lens[0030]: 0x0000005b +0x00000884:ix_offs[0031]: 0x00000de8 0x00000c80:ix_lens[0031]: 0x0000005e +0x00000888:ix_offs[0032]: 0x00000e46 0x00000c84:ix_lens[0032]: 0x0000005e +0x0000088c:ix_offs[0033]: 0x00000ea4 0x00000c88:ix_lens[0033]: 0x0000005e +0x00000890:ix_offs[0034]: 0x00000f02 0x00000c8c:ix_lens[0034]: 0x00000060 +0x00000894:ix_offs[0035]: 0x00000f62 0x00000c90:ix_lens[0035]: 0x00000060 +0x00000898:ix_offs[0036]: 0x00000fc2 0x00000c94:ix_lens[0036]: 0x0000007b +0x0000089c:ix_offs[0037]: 0x0000103d 0x00000c98:ix_lens[0037]: 0x0000005e +0x000008a0:ix_offs[0038]: 0x0000109b 0x00000c9c:ix_lens[0038]: 0x0000006a +0x000008a4:ix_offs[0039]: 0x00001105 0x00000ca0:ix_lens[0039]: 0x00000073 +0x000008a8:ix_offs[0040]: 0x00001178 0x00000ca4:ix_lens[0040]: 0x0000005c +0x000008ac:ix_offs[0041]: 0x000011d4 0x00000ca8:ix_lens[0041]: 0x00000058 +0x000008b0:ix_offs[0042]: 0x0000122c 0x00000cac:ix_lens[0042]: 0x00000052 +0x000008b4:ix_offs[0043]: 0x0000127e 0x00000cb0:ix_lens[0043]: 0x00000060 +0x000008b8:ix_offs[0044]: 0x000012de 0x00000cb4:ix_lens[0044]: 0x00000078 +0x000008bc:ix_offs[0045]: 0x00001356 0x00000cb8:ix_lens[0045]: 0x0000005d +0x000008c0:ix_offs[0046]: 0x000013b3 0x00000cbc:ix_lens[0046]: 0x0000006b +0x000008c4:ix_offs[0047]: 0x0000141e 0x00000cc0:ix_lens[0047]: 0x00000087 +0x000008c8:ix_offs[0048]: 0x000014a5 0x00000cc4:ix_lens[0048]: 0x0000005d +0x000008cc:ix_offs[0049]: 0x00001502 0x00000cc8:ix_lens[0049]: 0x000000c8 +0x000008d0:ix_offs[0050]: 0x000015ca 0x00000ccc:ix_lens[0050]: 0x000000fe +0x000008d4:ix_offs[0051]: 0x000016c8 0x00000cd0:ix_lens[0051]: 0x0000005e +0x000008d8:ix_offs[0052]: 0x00001726 0x00000cd4:ix_lens[0052]: 0x000000ce +0x000008dc:ix_offs[0053]: 0x000017f4 0x00000cd8:ix_lens[0053]: 0x00000073 +0x000008e0:ix_offs[0054]: 0x00001867 0x00000cdc:ix_lens[0054]: 0x00000071 +0x000008e4:ix_offs[0055]: 0x000018d8 0x00000ce0:ix_lens[0055]: 0x000000dd +0x000008e8:ix_offs[0056]: 0x000019b5 0x00000ce4:ix_lens[0056]: 0x00000064 +0x000008ec:ix_offs[0057]: 0x00001a19 0x00000ce8:ix_lens[0057]: 0x0000007e +0x000008f0:ix_offs[0058]: 0x00001a97 0x00000cec:ix_lens[0058]: 0x00000055 +0x000008f4:ix_offs[0059]: 0x00001aec 0x00000cf0:ix_lens[0059]: 0x0000009b +0x000008f8:ix_offs[0060]: 0x00001b87 0x00000cf4:ix_lens[0060]: 0x00000073 +0x000008fc:ix_offs[0061]: 0x00001bfa 0x00000cf8:ix_lens[0061]: 0x0000005b +0x00000900:ix_offs[0062]: 0x00001c55 0x00000cfc:ix_lens[0062]: 0x00000053 +0x00000904:ix_offs[0063]: 0x00001ca8 0x00000d00:ix_lens[0063]: 0x0000005a +0x00000908:ix_offs[0064]: 0x00001d02 0x00000d04:ix_lens[0064]: 0x0000006c +0x0000090c:ix_offs[0065]: 0x00001d6e 0x00000d08:ix_lens[0065]: 0x00000062 +0x00000910:ix_offs[0066]: 0x00001dd0 0x00000d0c:ix_lens[0066]: 0x00000061 +0x00000914:ix_offs[0067]: 0x00001e31 0x00000d10:ix_lens[0067]: 0x00000060 +0x00000918:ix_offs[0068]: 0x00001e91 0x00000d14:ix_lens[0068]: 0x00000082 +0x0000091c:ix_offs[0069]: 0x00001f13 0x00000d18:ix_lens[0069]: 0x00000060 +0x00000920:ix_offs[0070]: 0x00001f73 0x00000d1c:ix_lens[0070]: 0x00000089 +0x00000924:ix_offs[0071]: 0x00001ffc 0x00000d20:ix_lens[0071]: 0x0000006f +0x00000928:ix_offs[0072]: 0x0000206b 0x00000d24:ix_lens[0072]: 0x00000068 +0x0000092c:ix_offs[0073]: 0x000020d3 0x00000d28:ix_lens[0073]: 0x00000089 +0x00000930:ix_offs[0074]: 0x0000215c 0x00000d2c:ix_lens[0074]: 0x0000007b +0x00000934:ix_offs[0075]: 0x000021d7 0x00000d30:ix_lens[0075]: 0x00000072 +0x00000938:ix_offs[0076]: 0x00002249 0x00000d34:ix_lens[0076]: 0x00000087 +0x0000093c:ix_offs[0077]: 0x000022d0 0x00000d38:ix_lens[0077]: 0x0000007a +0x00000940:ix_offs[0078]: 0x0000234a 0x00000d3c:ix_lens[0078]: 0x00000077 +0x00000944:ix_offs[0079]: 0x000023c1 0x00000d40:ix_lens[0079]: 0x0000008c +0x00000948:ix_offs[0080]: 0x0000244d 0x00000d44:ix_lens[0080]: 0x00000049 +0x0000094c:ix_offs[0081]: 0x00002496 0x00000d48:ix_lens[0081]: 0x0000005e +0x00000950:ix_offs[0082]: 0x000024f4 0x00000d4c:ix_lens[0082]: 0x00000088 +0x00000954:ix_offs[0083]: 0x0000257c 0x00000d50:ix_lens[0083]: 0x0000007a +0x00000958:ix_offs[0084]: 0x000025f6 0x00000d54:ix_lens[0084]: 0x00000053 +0x0000095c:ix_offs[0085]: 0x00002649 0x00000d58:ix_lens[0085]: 0x00000081 +0x00000960:ix_offs[0086]: 0x000026ca 0x00000d5c:ix_lens[0086]: 0x00000054 +0x00000964:ix_offs[0087]: 0x0000271e 0x00000d60:ix_lens[0087]: 0x0000006c +0x00000968:ix_offs[0088]: 0x0000278a 0x00000d64:ix_lens[0088]: 0x00000070 +0x0000096c:ix_offs[0089]: 0x000027fa 0x00000d68:ix_lens[0089]: 0x00000078 +0x00000970:ix_offs[0090]: 0x00002872 0x00000d6c:ix_lens[0090]: 0x00000059 +0x00000974:ix_offs[0091]: 0x000028cb 0x00000d70:ix_lens[0091]: 0x0000008f +0x00000978:ix_offs[0092]: 0x0000295a 0x00000d74:ix_lens[0092]: 0x00000036 +0x0000097c:ix_offs[0093]: 0x00002990 0x00000d78:ix_lens[0093]: 0x000000ee +0x00000980:ix_offs[0094]: 0x00002a7e 0x00000d7c:ix_lens[0094]: 0x000000d1 +0x00000984:ix_offs[0095]: 0x00002b4f 0x00000d80:ix_lens[0095]: 0x000000e3 +0x00000988:ix_offs[0096]: 0x00002c32 0x00000d84:ix_lens[0096]: 0x00000076 +0x0000098c:ix_offs[0097]: 0x00002ca8 0x00000d88:ix_lens[0097]: 0x000000ec +0x00000990:ix_offs[0098]: 0x00002d94 0x00000d8c:ix_lens[0098]: 0x00000045 +0x00000994:ix_offs[0099]: 0x00002dd9 0x00000d90:ix_lens[0099]: 0x00000039 +0x00000998:ix_offs[0100]: 0x00002e12 0x00000d94:ix_lens[0100]: 0x00000089 +0x0000099c:ix_offs[0101]: 0x00002e9b 0x00000d98:ix_lens[0101]: 0x0000006f +0x000009a0:ix_offs[0102]: 0x00002f0a 0x00000d9c:ix_lens[0102]: 0x00000086 +0x000009a4:ix_offs[0103]: 0x00002f90 0x00000da0:ix_lens[0103]: 0x000000ab +0x000009a8:ix_offs[0104]: 0x0000303b 0x00000da4:ix_lens[0104]: 0x00000036 +0x000009ac:ix_offs[0105]: 0x00003071 0x00000da8:ix_lens[0105]: 0x00000060 +0x000009b0:ix_offs[0106]: 0x000030d1 0x00000dac:ix_lens[0106]: 0x00000037 +0x000009b4:ix_offs[0107]: 0x00003108 0x00000db0:ix_lens[0107]: 0x00000032 +0x000009b8:ix_offs[0108]: 0x0000313a 0x00000db4:ix_lens[0108]: 0x0000004a +0x000009bc:ix_offs[0109]: 0x00003184 0x00000db8:ix_lens[0109]: 0x0000002e +0x000009c0:ix_offs[0110]: 0x000031b2 0x00000dbc:ix_lens[0110]: 0x00000040 +0x000009c4:ix_offs[0111]: 0x000031f2 0x00000dc0:ix_lens[0111]: 0x00000037 +0x000009c8:ix_offs[0112]: 0x00003229 0x00000dc4:ix_lens[0112]: 0x00000036 +0x000009cc:ix_offs[0113]: 0x0000325f 0x00000dc8:ix_lens[0113]: 0x00000044 +0x000009d0:ix_offs[0114]: 0x000032a3 0x00000dcc:ix_lens[0114]: 0x00000045 +0x000009d4:ix_offs[0115]: 0x000032e8 0x00000dd0:ix_lens[0115]: 0x00000048 +0x000009d8:ix_offs[0116]: 0x00003330 0x00000dd4:ix_lens[0116]: 0x00000049 +0x000009dc:ix_offs[0117]: 0x00003379 0x00000dd8:ix_lens[0117]: 0x0000007e +0x000009e0:ix_offs[0118]: 0x000033f7 0x00000ddc:ix_lens[0118]: 0x00000045 +0x000009e4:ix_offs[0119]: 0x0000343c 0x00000de0:ix_lens[0119]: 0x00000045 +0x000009e8:ix_offs[0120]: 0x00003481 0x00000de4:ix_lens[0120]: 0x0000003a +0x000009ec:ix_offs[0121]: 0x000034bb 0x00000de8:ix_lens[0121]: 0x00000051 +0x000009f0:ix_offs[0122]: 0x0000350c 0x00000dec:ix_lens[0122]: 0x0000005a +0x000009f4:ix_offs[0123]: 0x00003566 0x00000df0:ix_lens[0123]: 0x00000057 +0x000009f8:ix_offs[0124]: 0x000035bd 0x00000df4:ix_lens[0124]: 0x00000046 +0x000009fc:ix_offs[0125]: 0x00003603 0x00000df8:ix_lens[0125]: 0x00000055 +0x00000a00:ix_offs[0126]: 0x00003658 0x00000dfc:ix_lens[0126]: 0x00000060 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1646 offs: 0x00000000 lens: 0x0000006e +0x00001000-0x0000106d: +>>0 @I1646@ INDI +1 NAME Ferdinand // +1 SEX M +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1863 +1 FAMC @F202@ +1 FAMS @F890@ +<< +[0001] INDI rkey: I1647 offs: 0x0000006e lens: 0x00000092 +0x0000106e-0x000010ff: +>>0 @I1647@ INDI +1 NAME Charlotte // +1 SEX F +1 BIRT +2 DATE 4 DEC 1784 +2 PLAC Ludwigslust +1 DEAT +2 DATE 13 JUL 1840 +2 PLAC Rome,Italy +1 FAMS @F888@ +<< +[0002] INDI rkey: I1648 offs: 0x00000100 lens: 0x0000009f +0x00001100-0x0000119e: +>>0 @I1648@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 22 JUN 1796 +2 PLAC Copenhagen +1 DEAT +2 DATE 9 MAR 1881 +2 PLAC Amalienborg +1 FAMC @F891@ +1 FAMS @F889@ +<< +[0003] INDI rkey: I1649 offs: 0x0000019f lens: 0x000000d7 +0x0000119f-0x00001275: +>>0 @I1649@ INDI +1 NAME Frederick_VII // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 6 OCT 1808 +2 PLAC Amalienborg +1 DEAT +2 DATE 15 NOV 1863 +2 PLAC Glucksburg +1 FAMC @F888@ +1 FAMS @F892@ +1 FAMS @F893@ +1 FAMS @F894@ +<< +[0004] INDI rkey: I1650 offs: 0x00000276 lens: 0x000000a9 +0x00001276-0x0000131e: +>>0 @I1650@ INDI +1 NAME Wilhelmine // +1 SEX F +1 BIRT +2 DATE 18 JAN 1808 +2 PLAC Kiel +1 DEAT +2 DATE 30 MAY 1891 +2 PLAC Glucksburg +1 FAMC @F877@ +1 FAMS @F892@ +1 FAMS @F895@ +<< +[0005] INDI rkey: I1651 offs: 0x0000031f lens: 0x00000092 +0x0000131f-0x000013b0: +>>0 @I1651@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 10 JAN 1821 +2 PLAC Neustrelitz +1 DEAT +2 DATE 1 JUN 1876 +2 PLAC Neustrelitz +1 FAMS @F893@ +<< +[0006] INDI rkey: I1652 offs: 0x000003b1 lens: 0x000000a3 +0x000013b1-0x00001453: +>>0 @I1652@ INDI +1 NAME Louise /Rasmussen/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 21 APR 1815 +2 PLAC Copenhagen +1 DEAT +2 DATE 6 MAR 1874 +2 PLAC Cannes +1 FAMS @F894@ +<< +[0007] INDI rkey: I1653 offs: 0x00000454 lens: 0x00000072 +0x00001454-0x000014c5: +>>0 @I1653@ INDI +1 NAME Louise Augusta // +1 SEX F +1 BIRT +2 DATE 1771 +1 DEAT +2 DATE 1843 +1 FAMC @F216@ +1 FAMS @F891@ +<< +[0008] INDI rkey: I1654 offs: 0x000004c6 lens: 0x00000082 +0x000014c6-0x00001547: +>>0 @I1654@ INDI +1 NAME Frederick Christian of_Schleswig-// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1765 +1 DEAT +2 DATE 1814 +1 FAMS @F891@ +<< +[0009] INDI rkey: I1655 offs: 0x00000548 lens: 0x00000062 +0x00001548-0x000015a9: +>>0 @I1655@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1792 +1 DEAT +2 DATE 1793 +1 FAMC @F877@ +<< +[0010] INDI rkey: I1656 offs: 0x000005aa lens: 0x0000006d +0x000015aa-0x00001616: +>>0 @I1656@ INDI +1 NAME Caroline // +1 SEX F +1 BIRT +2 DATE 1793 +1 DEAT +2 DATE 1881 +1 FAMC @F877@ +1 FAMS @F890@ +<< +[0011] INDI rkey: I1657 offs: 0x00000617 lens: 0x0000005d +0x00001617-0x00001673: +>>0 @I1657@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1795 +1 DEAT +2 DATE 1795 +1 FAMC @F877@ +<< +[0012] INDI rkey: I1658 offs: 0x00000674 lens: 0x00000060 +0x00001674-0x000016d3: +>>0 @I1658@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1797 +1 FAMC @F877@ +<< +[0013] INDI rkey: I1659 offs: 0x000006d4 lens: 0x00000064 +0x000016d4-0x00001737: +>>0 @I1659@ INDI +1 NAME Louise Juliane // +1 SEX F +1 BIRT +2 DATE 1802 +1 DEAT +2 DATE 1802 +1 FAMC @F877@ +<< +[0014] INDI rkey: I1660 offs: 0x00000738 lens: 0x00000065 +0x00001738-0x0000179c: +>>0 @I1660@ INDI +1 NAME Frederica Maria // +1 SEX F +1 BIRT +2 DATE 1805 +1 DEAT +2 DATE 1805 +1 FAMC @F877@ +<< +[0015] INDI rkey: I1661 offs: 0x0000079d lens: 0x0000006a +0x0000179d-0x00001806: +>>0 @I1661@ INDI +1 NAME Charles // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1813 +1 DEAT +2 DATE 1878 +1 FAMS @F895@ +<< +[0016] INDI rkey: I1662 offs: 0x00000807 lens: 0x0000007b +0x00001807-0x00001881: +>>0 @I1662@ INDI +1 NAME Maximilian of_Austria // +1 SEX M +1 TITL Archduke +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1867 +1 FAMS @F896@ +<< +[0017] INDI rkey: I1663 offs: 0x00000882 lens: 0x0000006c +0x00001882-0x000018ed: +>>0 @I1663@ INDI +1 NAME Valdemar // +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1939 +1 FAMC @F13@ +1 FAMS @F897@ +<< +[0018] INDI rkey: I1664 offs: 0x000008ee lens: 0x0000006a +0x000018ee-0x00001957: +>>0 @I1664@ INDI +1 NAME Harold // +1 SEX M +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1949 +1 FAMC @F57@ +1 FAMS @F898@ +<< +[0019] INDI rkey: I1665 offs: 0x00000958 lens: 0x0000005b +0x00001958-0x000019b2: +>>0 @I1665@ INDI +1 NAME Thyra // +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1945 +1 FAMC @F57@ +<< +[0020] INDI rkey: I1666 offs: 0x000009b3 lens: 0x0000005c +0x000019b3-0x00001a0e: +>>0 @I1666@ INDI +1 NAME Gustav // +1 SEX M +1 BIRT +2 DATE 1887 +1 DEAT +2 DATE 1944 +1 FAMC @F57@ +<< +[0021] INDI rkey: I1667 offs: 0x00000a0f lens: 0x0000006a +0x00001a0f-0x00001a78: +>>0 @I1667@ INDI +1 NAME Dagmar // +1 SEX F +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1961 +1 FAMC @F57@ +1 FAMS @F899@ +<< +[0022] INDI rkey: I1668 offs: 0x00000a79 lens: 0x00000056 +0x00001a79-0x00001ace: +>>0 @I1668@ INDI +1 NAME Jorgen /Castenskiold/ +1 SEX M +1 BIRT +2 DATE 1893 +1 FAMS @F899@ +<< +[0023] INDI rkey: I1669 offs: 0x00000acf lens: 0x00000072 +0x00001acf-0x00001b40: +>>0 @I1669@ INDI +1 NAME Helene of_Schleswig- Holstein// +1 SEX F +1 BIRT +2 DATE 1888 +1 DEAT +2 DATE 1962 +1 FAMS @F898@ +<< +[0024] INDI rkey: I1670 offs: 0x00000b41 lens: 0x00000062 +0x00001b41-0x00001ba2: +>>0 @I1670@ INDI +1 NAME Caroline Mathilde // +1 SEX F +1 BIRT +2 DATE 1912 +1 FAMC @F898@ +1 FAMS @F900@ +<< +[0025] INDI rkey: I1671 offs: 0x00000ba3 lens: 0x0000007c +0x00001ba3-0x00001c1e: +>>0 @I1671@ INDI +1 NAME Knud // +1 SEX M +1 TITL Her. Prince +1 BIRT +2 DATE 1900 +1 DEAT +2 DATE 1976 +1 FAMC @F377@ +1 FAMS @F900@ +<< +[0026] INDI rkey: I1672 offs: 0x00000c1f lens: 0x0000005b +0x00001c1f-0x00001c79: +>>0 @I1672@ INDI +1 NAME Benedikte // +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMC @F312@ +1 FAMS @F901@ +<< +[0027] INDI rkey: I1673 offs: 0x00000c7a lens: 0x0000006e +0x00001c7a-0x00001ce7: +>>0 @I1673@ INDI +1 NAME Richard of_Sayn- Wittgenstein-// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1934 +1 FAMS @F901@ +<< +[0028] INDI rkey: I1674 offs: 0x00000ce8 lens: 0x0000004d +0x00001ce8-0x00001d34: +>>0 @I1674@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMC @F900@ +<< +[0029] INDI rkey: I1675 offs: 0x00000d35 lens: 0x00000058 +0x00001d35-0x00001d8c: +>>0 @I1675@ INDI +1 NAME Ingolf // +1 SEX M +1 BIRT +2 DATE 1940 +1 FAMC @F900@ +1 FAMS @F902@ +<< +[0030] INDI rkey: I1676 offs: 0x00000d8d lens: 0x0000005b +0x00001d8d-0x00001de7: +>>0 @I1676@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMC @F900@ +1 FAMS @F903@ +<< +[0031] INDI rkey: I1677 offs: 0x00000de8 lens: 0x0000005e +0x00001de8-0x00001e45: +>>0 @I1677@ INDI +1 NAME Anne Dorothy Maltoft-Nielsen// +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F903@ +<< +[0032] INDI rkey: I1678 offs: 0x00000e46 lens: 0x0000005e +0x00001e46-0x00001ea3: +>>0 @I1678@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1879 +1 FAMC @F400@ +<< +[0033] INDI rkey: I1679 offs: 0x00000ea4 lens: 0x0000005e +0x00001ea4-0x00001f01: +>>0 @I1679@ INDI +1 NAME Maurice // +1 SEX M +1 BIRT +2 DATE 1843 +1 DEAT +2 DATE 1850 +1 FAMC @F400@ +<< +[0034] INDI rkey: I1680 offs: 0x00000f02 lens: 0x00000060 +0x00001f02-0x00001f61: +>>0 @I1680@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1884 +1 FAMC @F400@ +<< +[0035] INDI rkey: I1681 offs: 0x00000f62 lens: 0x00000060 +0x00001f62-0x00001fc1: +>>0 @I1681@ INDI +1 NAME Charlotte // +1 SEX F +1 BIRT +2 DATE 1800 +1 DEAT +2 DATE 1806 +1 FAMC @F350@ +<< +[0036] INDI rkey: I1682 offs: 0x00000fc2 lens: 0x0000007b +0x00001fc2-0x0000203c: +>>0 @I1682@ INDI +1 NAME Marianne of_Netherlands // +1 SEX F +1 BIRT +2 DATE 1810 +1 DEAT +2 DATE 1883 +1 FAMC @F350@ +1 FAMS @F268@ +<< +[0037] INDI rkey: I1683 offs: 0x0000103d lens: 0x0000005e +0x0000203d-0x0000209a: +>>0 @I1683@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1846 +1 FAMC @F336@ +<< +[0038] INDI rkey: I1684 offs: 0x0000109b lens: 0x0000006a +0x0000209b-0x00002104: +>>0 @I1684@ INDI +1 NAME Marie // +1 SEX F +1 BIRT +2 DATE 1841 +1 DEAT +2 DATE 1910 +1 FAMC @F336@ +1 FAMS @F904@ +<< +[0039] INDI rkey: I1685 offs: 0x00001105 lens: 0x00000073 +0x00002105-0x00002177: +>>0 @I1685@ INDI +1 NAME William of_Wied // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1845 +1 DEAT +2 DATE 1907 +1 FAMS @F904@ +<< +[0040] INDI rkey: I1686 offs: 0x00001178 lens: 0x0000005c +0x00002178-0x000021d3: +>>0 @I1686@ INDI +1 NAME Carlos Hugo // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1930 +1 FAMS @F613@ +<< +[0041] INDI rkey: I1687 offs: 0x000011d4 lens: 0x00000058 +0x000021d4-0x0000222b: +>>0 @I1687@ INDI +1 NAME Peter /van_Vollenhoven/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F614@ +<< +[0042] INDI rkey: I1688 offs: 0x0000122c lens: 0x00000052 +0x0000222c-0x0000227d: +>>0 @I1688@ INDI +1 NAME Jorge /Guillermo/ +1 SEX M +1 BIRT +2 DATE 1946 +1 FAMS @F615@ +<< +[0043] INDI rkey: I1689 offs: 0x0000127e lens: 0x00000060 +0x0000227e-0x000022dd: +>>0 @I1689@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1848 +1 FAMC @F399@ +<< +[0044] INDI rkey: I1690 offs: 0x000012de lens: 0x00000078 +0x000022de-0x00002355: +>>0 @I1690@ INDI +1 NAME Henry // +1 SEX M +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1879 +1 FAMC @F399@ +1 FAMS @F905@ +1 FAMS @F906@ +<< +[0045] INDI rkey: I1691 offs: 0x00001356 lens: 0x0000005d +0x00002356-0x000023b2: +>>0 @I1691@ INDI +1 NAME Ernest // +1 SEX M +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1822 +1 FAMC @F399@ +<< +[0046] INDI rkey: I1692 offs: 0x000013b3 lens: 0x0000006b +0x000023b3-0x0000241d: +>>0 @I1692@ INDI +1 NAME Sophie // +1 SEX F +1 BIRT +2 DATE 1824 +1 DEAT +2 DATE 1897 +1 FAMC @F399@ +1 FAMS @F907@ +<< +[0047] INDI rkey: I1693 offs: 0x0000141e lens: 0x00000087 +0x0000241e-0x000024a4: +>>0 @I1693@ INDI +1 NAME Charles Alexander of_Saxe-Weimar// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1901 +1 FAMS @F907@ +<< +[0048] INDI rkey: I1694 offs: 0x000014a5 lens: 0x0000005d +0x000024a5-0x00002501: +>>0 @I1694@ INDI +1 NAME John Frederick of_Brandenburg-// +1 SEX M +1 TITL Margrave +1 FAMS @F211@ +<< +[0049] INDI rkey: I1695 offs: 0x00001502 lens: 0x000000c8 +0x00002502-0x000025c9: +>>0 @I1695@ INDI +1 NAME Amalia // +1 SEX F +1 BIRT +2 DATE 21 DEC 1818 +2 PLAC Oldenburg,Germany +1 DEAT +2 DATE 20 MAY 1875 +2 PLAC Bamberg,Germany +1 BURI +2 PLAC Theatinerkirche,Munich,Germany +1 FAMS @F607@ +<< +[0050] INDI rkey: I1696 offs: 0x000015ca lens: 0x000000fe +0x000025ca-0x000026c7: +>>0 @I1696@ INDI +1 NAME Leopold_I George of_Saxe-Coburg// +1 SEX M +1 TITL King of Belgium +1 BIRT +2 DATE 16 DEC 1790 +2 PLAC Coburg,Germany +1 DEAT +2 DATE 10 DEC 1865 +2 PLAC Laeken,Belgium +1 BURI +2 PLAC Laeken,Belgium +1 FAMC @F101@ +1 FAMS @F107@ +1 FAMS @F173@ +<< +[0051] INDI rkey: I1697 offs: 0x000016c8 lens: 0x0000005e +0x000026c8-0x00002725: +>>0 @I1697@ INDI +1 NAME Leopold // +1 SEX M +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1834 +1 FAMC @F173@ +<< +[0052] INDI rkey: I1698 offs: 0x00001726 lens: 0x000000ce +0x00002726-0x000027f3: +>>0 @I1698@ INDI +1 NAME Leopold_II // +1 SEX M +1 TITL King of Belgium +1 BIRT +2 DATE 9 APR 1835 +2 PLAC Brussels,Belgium +1 DEAT +2 DATE 17 DEC 1909 +2 PLAC Laeken +1 BURI +2 PLAC Laeken +1 FAMC @F173@ +1 FAMS @F908@ +<< +[0053] INDI rkey: I1699 offs: 0x000017f4 lens: 0x00000073 +0x000027f4-0x00002866: +>>0 @I1699@ INDI +1 NAME Marie Charlotte // +1 SEX F +1 BIRT +2 DATE 1840 +1 DEAT +2 DATE 1927 +1 FAMC @F173@ +1 FAMS @F896@ +<< +[0054] INDI rkey: I1700 offs: 0x00001867 lens: 0x00000071 +0x00002867-0x000028d7: +>>0 @I1700@ INDI +1 NAME Louis Joseph // +1 SEX M +1 TITL Dauphin +1 BIRT +2 DATE 1781 +1 DEAT +2 DATE 1789 +1 FAMC @F772@ +<< +[0055] INDI rkey: I1701 offs: 0x000018d8 lens: 0x000000dd +0x000028d8-0x000029b4: +>>0 @I1701@ INDI +1 NAME Louis_XVII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 27 MAR 1785 +2 PLAC Versailles,France +1 DEAT +2 DATE 8 JUN 1795 +2 PLAC Paris,France +1 BURI +2 PLAC St Marguerite,Cemetery,France +1 FAMC @F772@ +<< +[0056] INDI rkey: I1702 offs: 0x000019b5 lens: 0x00000064 +0x000029b5-0x00002a18: +>>0 @I1702@ INDI +1 NAME Sophie Beatrix // +1 SEX F +1 BIRT +2 DATE 1786 +1 DEAT +2 DATE 1787 +1 FAMC @F772@ +<< +[0057] INDI rkey: I1703 offs: 0x00001a19 lens: 0x0000007e +0x00002a19-0x00002a96: +>>0 @I1703@ INDI +1 NAME Marie Therese of_Angouleme// +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 1778 +1 DEAT +2 DATE 1851 +1 FAMC @F772@ +<< +[0058] INDI rkey: I1704 offs: 0x00001a97 lens: 0x00000055 +0x00002a97-0x00002aeb: +>>0 @I1704@ INDI +1 NAME Pepin the_Hunchback // +1 SEX M +1 DEAT +2 DATE 811 +1 FAMC @F263@ +<< +[0059] INDI rkey: I1705 offs: 0x00001aec lens: 0x0000009b +0x00002aec-0x00002b86: +>>0 @I1705@ INDI +1 NAME Marie Amelie of_Bourbon// +1 SEX F +1 TITL Queen of France +1 BIRT +2 DATE 1782 +1 DEAT +2 DATE 24 MAR 1866 +2 PLAC Claremont +1 FAMS @F172@ +<< +[0060] INDI rkey: I1706 offs: 0x00001b87 lens: 0x00000073 +0x00002b87-0x00002bf9: +>>0 @I1706@ INDI +1 NAME Alexander of_Mar /Ramsay/ +1 SEX M +1 TITL Capt. +1 BIRT +2 DATE 1919 +1 FAMC @F87@ +1 FAMS @F909@ +<< +[0061] INDI rkey: I1707 offs: 0x00001bfa lens: 0x0000005b +0x00002bfa-0x00002c54: +>>0 @I1707@ INDI +1 NAME Flora Fraser // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1930 +1 FAMS @F909@ +<< +[0062] INDI rkey: I1708 offs: 0x00001c55 lens: 0x00000053 +0x00002c55-0x00002ca7: +>>0 @I1708@ INDI +1 NAME Dorothy /Hastings/ +1 SEX F +1 BIRT +2 DATE 1899 +1 FAMS @F189@ +<< +[0063] INDI rkey: I1709 offs: 0x00001ca8 lens: 0x0000005a +0x00002ca8-0x00002d01: +>>0 @I1709@ INDI +1 NAME // +1 SEX M +1 TITL Duke of Beaufort +1 BIRT +2 DATE 1900 +1 FAMS @F190@ +<< +[0064] INDI rkey: I1710 offs: 0x00001d02 lens: 0x0000006c +0x00002d02-0x00002d6d: +>>0 @I1710@ INDI +1 NAME J. E. /Gibbs/ +1 SEX M +1 TITL Col. +1 BIRT +2 DATE 1879 +1 DEAT +2 DATE 1932 +1 FAMS @F191@ +<< +[0065] INDI rkey: I1711 offs: 0x00001d6e lens: 0x00000062 +0x00002d6e-0x00002dcf: +>>0 @I1711@ INDI +1 NAME Henry Abel /Smith/ +1 SEX M +1 TITL Col. Sir +1 BIRT +2 DATE 1900 +1 FAMS @F193@ +<< +[0066] INDI rkey: I1712 offs: 0x00001dd0 lens: 0x00000061 +0x00002dd0-0x00002e30: +>>0 @I1712@ INDI +1 NAME John /Spencer/ +1 SEX M +1 BIRT +2 DATE 1960 +1 DEAT +2 DATE 1960 +1 FAMC @F50@ +<< +[0067] INDI rkey: I1713 offs: 0x00001e31 lens: 0x00000060 +0x00002e31-0x00002e90: +>>0 @I1713@ INDI +1 NAME Katharine /Seymour/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1900 +1 FAMC @F229@ +<< +[0068] INDI rkey: I1714 offs: 0x00001e91 lens: 0x00000082 +0x00002e91-0x00002f12: +>>0 @I1714@ INDI +1 NAME James // +1 SEX M +1 TITL Duke of Abercorn +1 BIRT +2 DATE 1904 +1 DEAT +2 DATE 1979 +1 FAMC @F229@ +1 FAMS @F910@ +<< +[0069] INDI rkey: I1715 offs: 0x00001f13 lens: 0x00000060 +0x00002f13-0x00002f72: +>>0 @I1715@ INDI +1 NAME Kathleen /Crichton/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1905 +1 FAMS @F910@ +<< +[0070] INDI rkey: I1716 offs: 0x00001f73 lens: 0x00000089 +0x00002f73-0x00002ffb: +>>0 @I1716@ INDI +1 NAME Charles Lennox of_Richmond// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1819 +1 FAMC @F911@ +1 FAMS @F466@ +<< +[0071] INDI rkey: I1717 offs: 0x00001ffc lens: 0x0000006f +0x00002ffc-0x0000306a: +>>0 @I1717@ INDI +1 NAME George Henry Lennox// +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1805 +1 FAMC @F912@ +1 FAMS @F911@ +<< +[0072] INDI rkey: I1718 offs: 0x0000206b lens: 0x00000068 +0x0000306b-0x000030d2: +>>0 @I1718@ INDI +1 NAME Louisa /Kerr/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1830 +1 FAMC @F913@ +1 FAMS @F911@ +<< +[0073] INDI rkey: I1719 offs: 0x000020d3 lens: 0x00000089 +0x000030d3-0x0000315b: +>>0 @I1719@ INDI +1 NAME Charles Lennox of_Richmond// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1701 +1 DEAT +2 DATE 1750 +1 FAMC @F914@ +1 FAMS @F912@ +<< +[0074] INDI rkey: I1720 offs: 0x0000215c lens: 0x0000007b +0x0000315c-0x000031d6: +>>0 @I1720@ INDI +1 NAME Charles Lennox of_Richmond// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1672 +1 DEAT +2 DATE 1723 +1 FAMS @F914@ +<< +[0075] INDI rkey: I1721 offs: 0x000021d7 lens: 0x00000072 +0x000031d7-0x00003248: +>>0 @I1721@ INDI +1 NAME Anne of_Albemarle // +1 SEX F +1 TITL Countess +1 DEAT +2 DATE 1789 +1 FAMC @F914@ +1 FAMS @F915@ +<< +[0076] INDI rkey: I1722 offs: 0x00002249 lens: 0x00000087 +0x00003249-0x000032cf: +>>0 @I1722@ INDI +1 NAME John /Russell/ +1 SEX M +1 TITL Duke of Bedford +1 BIRT +2 DATE 1766 +1 DEAT +2 DATE 1839 +1 FAMC @F916@ +1 FAMS @F464@ +<< +[0077] INDI rkey: I1723 offs: 0x000022d0 lens: 0x0000007a +0x000032d0-0x00003349: +>>0 @I1723@ INDI +1 NAME Elizabeth of_Tavistock // +1 SEX F +1 TITL Marchioness +1 DEAT +2 DATE 1768 +1 FAMC @F915@ +1 FAMS @F916@ +<< +[0078] INDI rkey: I1724 offs: 0x0000234a lens: 0x00000077 +0x0000334a-0x000033c0: +>>0 @I1724@ INDI +1 NAME Caroline of_Lothian // +1 SEX F +1 TITL Marchioness +1 DEAT +2 DATE 1778 +1 FAMC @F917@ +1 FAMS @F913@ +<< +[0079] INDI rkey: I1725 offs: 0x000023c1 lens: 0x0000008c +0x000033c1-0x0000344c: +>>0 @I1725@ INDI +1 NAME Frederica of_Holdernesse // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1751 +1 FAMC @F918@ +1 FAMS @F917@ +<< +[0080] INDI rkey: I1726 offs: 0x0000244d lens: 0x00000049 +0x0000344d-0x00003495: +>>0 @I1726@ INDI +1 NAME of_Schomberg // +1 SEX M +1 TITL Duke +1 FAMS @F918@ +<< +[0081] INDI rkey: I1727 offs: 0x00002496 lens: 0x0000005e +0x00003496-0x000034f3: +>>0 @I1727@ INDI +1 NAME Charlot // +1 SEX F +1 BIRT +2 DATE 1659 +1 DEAT +2 DATE 1696 +1 FAMS @F918@ +<< +[0082] INDI rkey: I1728 offs: 0x000024f4 lens: 0x00000088 +0x000034f4-0x0000357b: +>>0 @I1728@ INDI +1 NAME Richard /Bingham/ +1 SEX M +1 TITL Earl of Lucan +1 BIRT +2 DATE 1764 +1 DEAT +2 DATE 1839 +1 FAMC @F463@ +1 FAMS @F465@ +<< +[0083] INDI rkey: I1729 offs: 0x0000257c lens: 0x0000007a +0x0000357c-0x000035f5: +>>0 @I1729@ INDI +1 NAME Charles /Bingham/ +1 SEX M +1 TITL Earl of Lucan +1 BIRT +2 DATE 1735 +1 DEAT +2 DATE 1799 +1 FAMS @F463@ +<< +[0084] INDI rkey: I1730 offs: 0x000025f6 lens: 0x00000053 +0x000035f6-0x00003648: +>>0 @I1730@ INDI +1 NAME Elizabeth /Poyntz/ +1 SEX F +1 DEAT +2 DATE 1851 +1 FAMS @F253@ +<< +[0085] INDI rkey: I1731 offs: 0x00002649 lens: 0x00000081 +0x00003649-0x000036c9: +>>0 @I1731@ INDI +1 NAME /Spencer/ +1 SEX M +1 TITL Earl of Spencer +1 BIRT +2 DATE 1835 +1 DEAT +2 DATE 1910 +1 FAMC @F253@ +1 FAMS @F919@ +<< +[0086] INDI rkey: I1732 offs: 0x000026ca lens: 0x00000054 +0x000036ca-0x0000371d: +>>0 @I1732@ INDI +1 NAME Charlotte /Seymour/ +1 SEX F +1 DEAT +2 DATE 1903 +1 FAMS @F919@ +<< +[0087] INDI rkey: I1733 offs: 0x0000271e lens: 0x0000006c +0x0000371e-0x00003789: +>>0 @I1733@ INDI +1 NAME Delia Peel // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1981 +1 FAMC @F228@ +<< +[0088] INDI rkey: I1734 offs: 0x0000278a lens: 0x00000070 +0x0000378a-0x000037f9: +>>0 @I1734@ INDI +1 NAME Lavinia Annaly // +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1955 +1 FAMC @F228@ +<< +[0089] INDI rkey: I1735 offs: 0x000027fa lens: 0x00000078 +0x000037fa-0x00003871: +>>0 @I1735@ INDI +1 NAME John of_Althorp /Spencer/ +1 SEX M +1 TITL Hon. +1 BIRT +2 DATE 1708 +1 DEAT +2 DATE 1746 +1 FAMS @F681@ +<< +[0090] INDI rkey: I1736 offs: 0x00002872 lens: 0x00000059 +0x00003872-0x000038ca: +>>0 @I1736@ INDI +1 NAME William_IX of_Hesse-Cassel // +1 SEX M +1 TITL Elector +1 FAMC @F203@ +<< +[0091] INDI rkey: I1737 offs: 0x000028cb lens: 0x0000008f +0x000038cb-0x00003959: +>>0 @I1737@ INDI +1 NAME Ernest_II of_Saxe-Coburg- Saalfeld// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1818 +1 DEAT +2 DATE 1893 +1 FAMC @F3@ +1 FAMS @F920@ +<< +[0092] INDI rkey: I1738 offs: 0x0000295a lens: 0x00000036 +0x0000395a-0x0000398f: +>>0 @I1738@ INDI +1 NAME Marie // +1 SEX F +1 FAMS @F897@ +<< +[0093] INDI rkey: I1739 offs: 0x00002990 lens: 0x000000ee +0x00003990-0x00003a7d: +>>0 @I1739@ INDI +1 NAME Philip_III the_Bold // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1 MAY 1245 +2 PLAC Poissy,,,France +1 DEAT +2 DATE 5 OCT 1285 +2 PLAC Perpignan +1 BURI +2 PLAC St. Denis,France +1 FAMC @F921@ +1 FAMS @F922@ +1 FAMS @F671@ +<< +[0094] INDI rkey: I1740 offs: 0x00002a7e lens: 0x000000d1 +0x00003a7e-0x00003b4e: +>>0 @I1740@ INDI +1 NAME Louis_IX (St._Louis) // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 25 APR 1214 +1 DEAT +2 DATE 25 AUG 1270 +2 PLAC Tunis,,,Africa +1 BURI +2 PLAC St. Denis,France +1 FAMC @F923@ +1 FAMS @F921@ +<< +[0095] INDI rkey: I1741 offs: 0x00002b4f lens: 0x000000e3 +0x00003b4f-0x00003c31: +>>0 @I1741@ INDI +1 NAME Louis_VIII the_Lion // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 5 SEP 1187 +2 PLAC Paris,France +1 DEAT +2 DATE 8 NOV 1226 +2 PLAC Auvergne,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F924@ +1 FAMS @F923@ +<< +[0096] INDI rkey: I1742 offs: 0x00002c32 lens: 0x00000076 +0x00003c32-0x00003ca7: +>>0 @I1742@ INDI +1 NAME Blanche of_Castile // +1 SEX F +1 BIRT +2 DATE 1188 +1 DEAT +2 DATE 1252 +1 FAMC @F925@ +1 FAMS @F923@ +<< +[0097] INDI rkey: I1743 offs: 0x00002ca8 lens: 0x000000ec +0x00003ca8-0x00003d93: +>>0 @I1743@ INDI +1 NAME Charles_IV the_Fair // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 1294 +1 DEAT +2 DATE 1 FEB 1328 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F91@ +1 FAMS @F926@ +1 FAMS @F927@ +1 FAMS @F928@ +<< +[0098] INDI rkey: I1744 offs: 0x00002d94 lens: 0x00000045 +0x00003d94-0x00003dd8: +>>0 @I1744@ INDI +1 NAME Edward // +1 SEX M +1 FAMC @F672@ +1 FAMS @F929@ +<< +[0099] INDI rkey: I1745 offs: 0x00002dd9 lens: 0x00000039 +0x00003dd9-0x00003e11: +>>0 @I1745@ INDI +1 NAME Beatrice // +1 SEX F +1 FAMS @F929@ +<< +[0100] INDI rkey: I1746 offs: 0x00002e12 lens: 0x00000089 +0x00003e12-0x00003e9a: +>>0 @I1746@ INDI +1 NAME Ferdinand_III // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1199 +1 DEAT +2 DATE 1252 +1 FAMC @F930@ +1 FAMS @F665@ +<< +[0101] INDI rkey: I1747 offs: 0x00002e9b lens: 0x0000006f +0x00003e9b-0x00003f09: +>>0 @I1747@ INDI +1 NAME Berengaria // +1 SEX F +1 BIRT +2 DATE 1171 +1 DEAT +2 DATE 1246 +1 FAMC @F740@ +1 FAMS @F930@ +<< +[0102] INDI rkey: I1748 offs: 0x00002f0a lens: 0x00000086 +0x00003f0a-0x00003f8f: +>>0 @I1748@ INDI +1 NAME Sancho_III // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE ABT 1134 +1 DEAT +2 DATE ABT 1158 +1 FAMS @F835@ +<< +[0103] INDI rkey: I1749 offs: 0x00002f90 lens: 0x000000ab +0x00003f90-0x0000403a: +>>0 @I1749@ INDI +1 NAME Alfonso_X the_Wise // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE ABT 1226 +1 DEAT +2 DATE 1284 +2 PLAC Seville,,,Spain +1 FAMC @F665@ +1 FAMS @F931@ +<< +[0104] INDI rkey: I1750 offs: 0x0000303b lens: 0x00000036 +0x0000403b-0x00004070: +>>0 @I1750@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F931@ +<< +[0105] INDI rkey: I1751 offs: 0x00003071 lens: 0x00000060 +0x00004071-0x000040d0: +>>0 @I1751@ INDI +1 NAME Sancho_IV // +1 SEX M +1 BIRT +2 DATE 1258 +1 DEAT +2 DATE 1296 +1 FAMC @F931@ +<< +[0106] INDI rkey: I1752 offs: 0x000030d1 lens: 0x00000037 +0x000040d1-0x00004107: +>>0 @I1752@ INDI +1 NAME Gunnor // +1 SEX M +1 FAMS @F793@ +<< +[0107] INDI rkey: I1753 offs: 0x00003108 lens: 0x00000032 +0x00004108-0x00004139: +>>0 @I1753@ INDI +1 NAME Athelstan // +1 FAMC @F844@ +<< +[0108] INDI rkey: I1754 offs: 0x0000313a lens: 0x0000004a +0x0000413a-0x00004183: +>>0 @I1754@ INDI +1 NAME Egbert // +1 SEX M +1 DEAT +2 DATE 1005 +1 FAMC @F844@ +<< +[0109] INDI rkey: I1755 offs: 0x00003184 lens: 0x0000002e +0x00004184-0x000041b1: +>>0 @I1755@ INDI +1 NAME Edred // +1 FAMC @F844@ +<< +[0110] INDI rkey: I1756 offs: 0x000031b2 lens: 0x00000040 +0x000041b2-0x000041f1: +>>0 @I1756@ INDI +1 NAME Edwy // +1 DEAT +2 DATE 1017 +1 FAMC @F844@ +<< +[0111] INDI rkey: I1757 offs: 0x000031f2 lens: 0x00000037 +0x000041f2-0x00004228: +>>0 @I1757@ INDI +1 NAME Edward // +1 SEX M +1 FAMC @F844@ +<< +[0112] INDI rkey: I1758 offs: 0x00003229 lens: 0x00000036 +0x00004229-0x0000425e: +>>0 @I1758@ INDI +1 NAME Edgar // +1 SEX M +1 FAMC @F844@ +<< +[0113] INDI rkey: I1759 offs: 0x0000325f lens: 0x00000044 +0x0000425f-0x000042a2: +>>0 @I1759@ INDI +1 NAME Edith // +1 SEX F +1 FAMC @F844@ +1 FAMS @F932@ +<< +[0114] INDI rkey: I1760 offs: 0x000032a3 lens: 0x00000045 +0x000042a3-0x000042e7: +>>0 @I1760@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMC @F844@ +1 FAMS @F933@ +<< +[0115] INDI rkey: I1761 offs: 0x000032e8 lens: 0x00000048 +0x000042e8-0x0000432f: +>>0 @I1761@ INDI +1 NAME Wulfhilda // +1 SEX F +1 FAMC @F844@ +1 FAMS @F934@ +<< +[0116] INDI rkey: I1762 offs: 0x00003330 lens: 0x00000049 +0x00004330-0x00004378: +>>0 @I1762@ INDI +1 NAME (Daughter) // +1 SEX F +1 FAMC @F844@ +1 FAMS @F935@ +<< +[0117] INDI rkey: I1763 offs: 0x00003379 lens: 0x0000007e +0x00004379-0x000043f6: +>>0 @I1763@ INDI +1 NAME Stephen_I // +1 SEX M +1 TITL King of Hungary +1 BIRT +2 DATE ABT 975 +1 DEAT +2 DATE 1038 +1 FAMS @F852@ +<< +[0118] INDI rkey: I1764 offs: 0x000033f7 lens: 0x00000045 +0x000043f7-0x0000443b: +>>0 @I1764@ INDI +1 NAME Edmund // +1 SEX M +1 FAMC @F851@ +1 FAMS @F936@ +<< +[0119] INDI rkey: I1765 offs: 0x0000343c lens: 0x00000045 +0x0000443c-0x00004480: +>>0 @I1765@ INDI +1 NAME Hedwig // +1 SEX F +1 FAMC @F852@ +1 FAMS @F936@ +<< +[0120] INDI rkey: I1766 offs: 0x00003481 lens: 0x0000003a +0x00004481-0x000044ba: +>>0 @I1766@ INDI +1 NAME Christina // +1 SEX F +1 FAMC @F831@ +<< +[0121] INDI rkey: I1767 offs: 0x000034bb lens: 0x00000051 +0x000044bb-0x0000450b: +>>0 @I1767@ INDI +1 NAME Alfred Athling // +1 SEX M +1 DEAT +2 DATE 1036 +1 FAMC @F841@ +<< +[0122] INDI rkey: I1768 offs: 0x0000350c lens: 0x0000005a +0x0000450c-0x00004565: +>>0 @I1768@ INDI +1 NAME Gunhilda // +1 SEX F +1 DEAT +2 DATE 1038 +1 FAMC @F842@ +1 FAMS @F937@ +<< +[0123] INDI rkey: I1769 offs: 0x00003566 lens: 0x00000057 +0x00004566-0x000045bc: +>>0 @I1769@ INDI +1 NAME Edric of_Mercia /Streona/ +1 SEX M +1 TITL Ealdorman +1 FAMS @F932@ +<< +[0124] INDI rkey: I1770 offs: 0x000035bd lens: 0x00000046 +0x000045bd-0x00004602: +>>0 @I1770@ INDI +1 NAME Uchtred // +1 SEX M +1 FAMC @F938@ +1 FAMS @F933@ +<< +[0125] INDI rkey: I1771 offs: 0x00003603 lens: 0x00000055 +0x00004603-0x00004657: +>>0 @I1771@ INDI +1 NAME Waltheof of Northumberland// +1 SEX M +1 TITL Earl +1 FAMS @F938@ +<< +[0126] INDI rkey: I1772 offs: 0x00003658 lens: 0x00000060 +0x00004658-0x000046b7: +>>0 @I1772@ INDI +1 NAME Ulfcytel of_East_Anglia /Snylling/ +1 SEX M +1 TITL Ealdorman +1 FAMS @F934@ +<< + +0x000046b8: EOF (0x000046b8) GOOD + +BLOCK - DIRECTORY ae/ab +0x00000000:ix_self: 0x00040001 (ae/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1773' +0x00000016:ix_rkey[0001]: ' I1774' +0x0000001e:ix_rkey[0002]: ' I1775' +0x00000026:ix_rkey[0003]: ' I1776' +0x0000002e:ix_rkey[0004]: ' I1777' +0x00000036:ix_rkey[0005]: ' I1778' +0x0000003e:ix_rkey[0006]: ' I1779' +0x00000046:ix_rkey[0007]: ' I1780' +0x0000004e:ix_rkey[0008]: ' I1781' +0x00000056:ix_rkey[0009]: ' I1782' +0x0000005e:ix_rkey[0010]: ' I1783' +0x00000066:ix_rkey[0011]: ' I1784' +0x0000006e:ix_rkey[0012]: ' I1785' +0x00000076:ix_rkey[0013]: ' I1786' +0x0000007e:ix_rkey[0014]: ' I1787' +0x00000086:ix_rkey[0015]: ' I1788' +0x0000008e:ix_rkey[0016]: ' I1789' +0x00000096:ix_rkey[0017]: ' I1790' +0x0000009e:ix_rkey[0018]: ' I1791' +0x000000a6:ix_rkey[0019]: ' I1792' +0x000000ae:ix_rkey[0020]: ' I1793' +0x000000b6:ix_rkey[0021]: ' I1794' +0x000000be:ix_rkey[0022]: ' I1795' +0x000000c6:ix_rkey[0023]: ' I1796' +0x000000ce:ix_rkey[0024]: ' I1797' +0x000000d6:ix_rkey[0025]: ' I1798' +0x000000de:ix_rkey[0026]: ' I1799' +0x000000e6:ix_rkey[0027]: ' I1800' +0x000000ee:ix_rkey[0028]: ' I1801' +0x000000f6:ix_rkey[0029]: ' I1802' +0x000000fe:ix_rkey[0030]: ' I1803' +0x00000106:ix_rkey[0031]: ' I1804' +0x0000010e:ix_rkey[0032]: ' I1805' +0x00000116:ix_rkey[0033]: ' I1806' +0x0000011e:ix_rkey[0034]: ' I1807' +0x00000126:ix_rkey[0035]: ' I1808' +0x0000012e:ix_rkey[0036]: ' I1809' +0x00000136:ix_rkey[0037]: ' I1810' +0x0000013e:ix_rkey[0038]: ' I1811' +0x00000146:ix_rkey[0039]: ' I1812' +0x0000014e:ix_rkey[0040]: ' I1813' +0x00000156:ix_rkey[0041]: ' I1814' +0x0000015e:ix_rkey[0042]: ' I1815' +0x00000166:ix_rkey[0043]: ' I1816' +0x0000016e:ix_rkey[0044]: ' I1817' +0x00000176:ix_rkey[0045]: ' I1818' +0x0000017e:ix_rkey[0046]: ' I1819' +0x00000186:ix_rkey[0047]: ' I1820' +0x0000018e:ix_rkey[0048]: ' I1821' +0x00000196:ix_rkey[0049]: ' I1822' +0x0000019e:ix_rkey[0050]: ' I1823' +0x000001a6:ix_rkey[0051]: ' I1824' +0x000001ae:ix_rkey[0052]: ' I1825' +0x000001b6:ix_rkey[0053]: ' I1826' +0x000001be:ix_rkey[0054]: ' I1827' +0x000001c6:ix_rkey[0055]: ' I1828' +0x000001ce:ix_rkey[0056]: ' I1829' +0x000001d6:ix_rkey[0057]: ' I1830' +0x000001de:ix_rkey[0058]: ' I1831' +0x000001e6:ix_rkey[0059]: ' I1832' +0x000001ee:ix_rkey[0060]: ' I1833' +0x000001f6:ix_rkey[0061]: ' I1834' +0x000001fe:ix_rkey[0062]: ' I1835' +0x00000206:ix_rkey[0063]: ' I1836' +0x0000020e:ix_rkey[0064]: ' I1837' +0x00000216:ix_rkey[0065]: ' I1838' +0x0000021e:ix_rkey[0066]: ' I1839' +0x00000226:ix_rkey[0067]: ' I1840' +0x0000022e:ix_rkey[0068]: ' I1841' +0x00000236:ix_rkey[0069]: ' I1842' +0x0000023e:ix_rkey[0070]: ' I1843' +0x00000246:ix_rkey[0071]: ' I1844' +0x0000024e:ix_rkey[0072]: ' I1845' +0x00000256:ix_rkey[0073]: ' I1846' +0x0000025e:ix_rkey[0074]: ' I1847' +0x00000266:ix_rkey[0075]: ' I1848' +0x0000026e:ix_rkey[0076]: ' I1849' +0x00000276:ix_rkey[0077]: ' I1850' +0x0000027e:ix_rkey[0078]: ' I1851' +0x00000286:ix_rkey[0079]: ' I1852' +0x0000028e:ix_rkey[0080]: ' I1853' +0x00000296:ix_rkey[0081]: ' I1854' +0x0000029e:ix_rkey[0082]: ' I1855' +0x000002a6:ix_rkey[0083]: ' I1856' +0x000002ae:ix_rkey[0084]: ' I1857' +0x000002b6:ix_rkey[0085]: ' I1858' +0x000002be:ix_rkey[0086]: ' I1859' +0x000002c6:ix_rkey[0087]: ' I1860' +0x000002ce:ix_rkey[0088]: ' I1861' +0x000002d6:ix_rkey[0089]: ' I1862' +0x000002de:ix_rkey[0090]: ' I1863' +0x000002e6:ix_rkey[0091]: ' I1864' +0x000002ee:ix_rkey[0092]: ' I1865' +0x000002f6:ix_rkey[0093]: ' I1866' +0x000002fe:ix_rkey[0094]: ' I1867' +0x00000306:ix_rkey[0095]: ' I1868' +0x0000030e:ix_rkey[0096]: ' I1869' +0x00000316:ix_rkey[0097]: ' I1870' +0x0000031e:ix_rkey[0098]: ' I1871' +0x00000326:ix_rkey[0099]: ' I1872' +0x0000032e:ix_rkey[0100]: ' I1873' +0x00000336:ix_rkey[0101]: ' I1874' +0x0000033e:ix_rkey[0102]: ' I1875' +0x00000346:ix_rkey[0103]: ' I1876' +0x0000034e:ix_rkey[0104]: ' I1877' +0x00000356:ix_rkey[0105]: ' I1878' +0x0000035e:ix_rkey[0106]: ' I1879' +0x00000366:ix_rkey[0107]: ' I1880' +0x0000036e:ix_rkey[0108]: ' I1881' +0x00000376:ix_rkey[0109]: ' I1882' +0x0000037e:ix_rkey[0110]: ' I1883' +0x00000386:ix_rkey[0111]: ' I1884' +0x0000038e:ix_rkey[0112]: ' I1885' +0x00000396:ix_rkey[0113]: ' I1886' +0x0000039e:ix_rkey[0114]: ' I1887' +0x000003a6:ix_rkey[0115]: ' I1888' +0x000003ae:ix_rkey[0116]: ' I1889' +0x000003b6:ix_rkey[0117]: ' I1890' +0x000003be:ix_rkey[0118]: ' I1891' +0x000003c6:ix_rkey[0119]: ' I1892' +0x000003ce:ix_rkey[0120]: ' I1893' +0x000003d6:ix_rkey[0121]: ' I1894' +0x000003de:ix_rkey[0122]: ' I1895' +0x000003e6:ix_rkey[0123]: ' I1896' +0x000003ee:ix_rkey[0124]: ' I1897' +0x000003f6:ix_rkey[0125]: ' I1898' +0x000003fe:ix_rkey[0126]: ' I1899' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000003a +0x0000080c:ix_offs[0001]: 0x0000003a 0x00000c08:ix_lens[0001]: 0x0000004c +0x00000810:ix_offs[0002]: 0x00000086 0x00000c0c:ix_lens[0002]: 0x00000053 +0x00000814:ix_offs[0003]: 0x000000d9 0x00000c10:ix_lens[0003]: 0x00000069 +0x00000818:ix_offs[0004]: 0x00000142 0x00000c14:ix_lens[0004]: 0x00000047 +0x0000081c:ix_offs[0005]: 0x00000189 0x00000c18:ix_lens[0005]: 0x00000052 +0x00000820:ix_offs[0006]: 0x000001db 0x00000c1c:ix_lens[0006]: 0x0000009c +0x00000824:ix_offs[0007]: 0x00000277 0x00000c20:ix_lens[0007]: 0x00000059 +0x00000828:ix_offs[0008]: 0x000002d0 0x00000c24:ix_lens[0008]: 0x00000049 +0x0000082c:ix_offs[0009]: 0x00000319 0x00000c28:ix_lens[0009]: 0x00000041 +0x00000830:ix_offs[0010]: 0x0000035a 0x00000c2c:ix_lens[0010]: 0x00000049 +0x00000834:ix_offs[0011]: 0x000003a3 0x00000c30:ix_lens[0011]: 0x00000049 +0x00000838:ix_offs[0012]: 0x000003ec 0x00000c34:ix_lens[0012]: 0x00000048 +0x0000083c:ix_offs[0013]: 0x00000434 0x00000c38:ix_lens[0013]: 0x0000009c +0x00000840:ix_offs[0014]: 0x000004d0 0x00000c3c:ix_lens[0014]: 0x0000003b +0x00000844:ix_offs[0015]: 0x0000050b 0x00000c40:ix_lens[0015]: 0x00000043 +0x00000848:ix_offs[0016]: 0x0000054e 0x00000c44:ix_lens[0016]: 0x00000037 +0x0000084c:ix_offs[0017]: 0x00000585 0x00000c48:ix_lens[0017]: 0x00000054 +0x00000850:ix_offs[0018]: 0x000005d9 0x00000c4c:ix_lens[0018]: 0x00000054 +0x00000854:ix_offs[0019]: 0x0000062d 0x00000c50:ix_lens[0019]: 0x00000095 +0x00000858:ix_offs[0020]: 0x000006c2 0x00000c54:ix_lens[0020]: 0x00000037 +0x0000085c:ix_offs[0021]: 0x000006f9 0x00000c58:ix_lens[0021]: 0x00000036 +0x00000860:ix_offs[0022]: 0x0000072f 0x00000c5c:ix_lens[0022]: 0x00000037 +0x00000864:ix_offs[0023]: 0x00000766 0x00000c60:ix_lens[0023]: 0x00000045 +0x00000868:ix_offs[0024]: 0x000007ab 0x00000c64:ix_lens[0024]: 0x0000004e +0x0000086c:ix_offs[0025]: 0x000007f9 0x00000c68:ix_lens[0025]: 0x00000037 +0x00000870:ix_offs[0026]: 0x00000830 0x00000c6c:ix_lens[0026]: 0x00000077 +0x00000874:ix_offs[0027]: 0x000008a7 0x00000c70:ix_lens[0027]: 0x00000047 +0x00000878:ix_offs[0028]: 0x000008ee 0x00000c74:ix_lens[0028]: 0x0000005f +0x0000087c:ix_offs[0029]: 0x0000094d 0x00000c78:ix_lens[0029]: 0x00000038 +0x00000880:ix_offs[0030]: 0x00000985 0x00000c7c:ix_lens[0030]: 0x00000044 +0x00000884:ix_offs[0031]: 0x000009c9 0x00000c80:ix_lens[0031]: 0x00000036 +0x00000888:ix_offs[0032]: 0x000009ff 0x00000c84:ix_lens[0032]: 0x00000038 +0x0000088c:ix_offs[0033]: 0x00000a37 0x00000c88:ix_lens[0033]: 0x00000045 +0x00000890:ix_offs[0034]: 0x00000a7c 0x00000c8c:ix_lens[0034]: 0x0000003b +0x00000894:ix_offs[0035]: 0x00000ab7 0x00000c90:ix_lens[0035]: 0x00000046 +0x00000898:ix_offs[0036]: 0x00000afd 0x00000c94:ix_lens[0036]: 0x0000004d +0x0000089c:ix_offs[0037]: 0x00000b4a 0x00000c98:ix_lens[0037]: 0x00000045 +0x000008a0:ix_offs[0038]: 0x00000b8f 0x00000c9c:ix_lens[0038]: 0x00000058 +0x000008a4:ix_offs[0039]: 0x00000be7 0x00000ca0:ix_lens[0039]: 0x00000054 +0x000008a8:ix_offs[0040]: 0x00000c3b 0x00000ca4:ix_lens[0040]: 0x00000057 +0x000008ac:ix_offs[0041]: 0x00000c92 0x00000ca8:ix_lens[0041]: 0x00000053 +0x000008b0:ix_offs[0042]: 0x00000ce5 0x00000cac:ix_lens[0042]: 0x0000004c +0x000008b4:ix_offs[0043]: 0x00000d31 0x00000cb0:ix_lens[0043]: 0x000000ee +0x000008b8:ix_offs[0044]: 0x00000e1f 0x00000cb4:ix_lens[0044]: 0x00000065 +0x000008bc:ix_offs[0045]: 0x00000e84 0x00000cb8:ix_lens[0045]: 0x0000004a +0x000008c0:ix_offs[0046]: 0x00000ece 0x00000cbc:ix_lens[0046]: 0x0000004f +0x000008c4:ix_offs[0047]: 0x00000f1d 0x00000cc0:ix_lens[0047]: 0x00000049 +0x000008c8:ix_offs[0048]: 0x00000f66 0x00000cc4:ix_lens[0048]: 0x0000006b +0x000008cc:ix_offs[0049]: 0x00000fd1 0x00000cc8:ix_lens[0049]: 0x00000045 +0x000008d0:ix_offs[0050]: 0x00001016 0x00000ccc:ix_lens[0050]: 0x0000004d +0x000008d4:ix_offs[0051]: 0x00001063 0x00000cd0:ix_lens[0051]: 0x0000004b +0x000008d8:ix_offs[0052]: 0x000010ae 0x00000cd4:ix_lens[0052]: 0x00000048 +0x000008dc:ix_offs[0053]: 0x000010f6 0x00000cd8:ix_lens[0053]: 0x0000004f +0x000008e0:ix_offs[0054]: 0x00001145 0x00000cdc:ix_lens[0054]: 0x00000079 +0x000008e4:ix_offs[0055]: 0x000011be 0x00000ce0:ix_lens[0055]: 0x0000007b +0x000008e8:ix_offs[0056]: 0x00001239 0x00000ce4:ix_lens[0056]: 0x00000036 +0x000008ec:ix_offs[0057]: 0x0000126f 0x00000ce8:ix_lens[0057]: 0x0000005d +0x000008f0:ix_offs[0058]: 0x000012cc 0x00000cec:ix_lens[0058]: 0x00000053 +0x000008f4:ix_offs[0059]: 0x0000131f 0x00000cf0:ix_lens[0059]: 0x0000005d +0x000008f8:ix_offs[0060]: 0x0000137c 0x00000cf4:ix_lens[0060]: 0x00000058 +0x000008fc:ix_offs[0061]: 0x000013d4 0x00000cf8:ix_lens[0061]: 0x00000059 +0x00000900:ix_offs[0062]: 0x0000142d 0x00000cfc:ix_lens[0062]: 0x00000054 +0x00000904:ix_offs[0063]: 0x00001481 0x00000d00:ix_lens[0063]: 0x00000058 +0x00000908:ix_offs[0064]: 0x000014d9 0x00000d04:ix_lens[0064]: 0x00000070 +0x0000090c:ix_offs[0065]: 0x00001549 0x00000d08:ix_lens[0065]: 0x00000059 +0x00000910:ix_offs[0066]: 0x000015a2 0x00000d0c:ix_lens[0066]: 0x00000055 +0x00000914:ix_offs[0067]: 0x000015f7 0x00000d10:ix_lens[0067]: 0x00000045 +0x00000918:ix_offs[0068]: 0x0000163c 0x00000d14:ix_lens[0068]: 0x0000004b +0x0000091c:ix_offs[0069]: 0x00001687 0x00000d18:ix_lens[0069]: 0x0000005a +0x00000920:ix_offs[0070]: 0x000016e1 0x00000d1c:ix_lens[0070]: 0x0000005b +0x00000924:ix_offs[0071]: 0x0000173c 0x00000d20:ix_lens[0071]: 0x0000005d +0x00000928:ix_offs[0072]: 0x00001799 0x00000d24:ix_lens[0072]: 0x0000003c +0x0000092c:ix_offs[0073]: 0x000017d5 0x00000d28:ix_lens[0073]: 0x0000005d +0x00000930:ix_offs[0074]: 0x00001832 0x00000d2c:ix_lens[0074]: 0x00000045 +0x00000934:ix_offs[0075]: 0x00001877 0x00000d30:ix_lens[0075]: 0x00000055 +0x00000938:ix_offs[0076]: 0x000018cc 0x00000d34:ix_lens[0076]: 0x00000051 +0x0000093c:ix_offs[0077]: 0x0000191d 0x00000d38:ix_lens[0077]: 0x00000052 +0x00000940:ix_offs[0078]: 0x0000196f 0x00000d3c:ix_lens[0078]: 0x00000046 +0x00000944:ix_offs[0079]: 0x000019b5 0x00000d40:ix_lens[0079]: 0x00000053 +0x00000948:ix_offs[0080]: 0x00001a08 0x00000d44:ix_lens[0080]: 0x00000084 +0x0000094c:ix_offs[0081]: 0x00001a8c 0x00000d48:ix_lens[0081]: 0x00000044 +0x00000950:ix_offs[0082]: 0x00001ad0 0x00000d4c:ix_lens[0082]: 0x0000004c +0x00000954:ix_offs[0083]: 0x00001b1c 0x00000d50:ix_lens[0083]: 0x00000047 +0x00000958:ix_offs[0084]: 0x00001b63 0x00000d54:ix_lens[0084]: 0x00000053 +0x0000095c:ix_offs[0085]: 0x00001bb6 0x00000d58:ix_lens[0085]: 0x00000047 +0x00000960:ix_offs[0086]: 0x00001bfd 0x00000d5c:ix_lens[0086]: 0x00000053 +0x00000964:ix_offs[0087]: 0x00001c50 0x00000d60:ix_lens[0087]: 0x0000004b +0x00000968:ix_offs[0088]: 0x00001c9b 0x00000d64:ix_lens[0088]: 0x00000046 +0x0000096c:ix_offs[0089]: 0x00001ce1 0x00000d68:ix_lens[0089]: 0x00000044 +0x00000970:ix_offs[0090]: 0x00001d25 0x00000d6c:ix_lens[0090]: 0x0000003e +0x00000974:ix_offs[0091]: 0x00001d63 0x00000d70:ix_lens[0091]: 0x00000043 +0x00000978:ix_offs[0092]: 0x00001da6 0x00000d74:ix_lens[0092]: 0x00000052 +0x0000097c:ix_offs[0093]: 0x00001df8 0x00000d78:ix_lens[0093]: 0x00000081 +0x00000980:ix_offs[0094]: 0x00001e79 0x00000d7c:ix_lens[0094]: 0x00000075 +0x00000984:ix_offs[0095]: 0x00001eee 0x00000d80:ix_lens[0095]: 0x00000078 +0x00000988:ix_offs[0096]: 0x00001f66 0x00000d84:ix_lens[0096]: 0x000000f7 +0x0000098c:ix_offs[0097]: 0x0000205d 0x00000d88:ix_lens[0097]: 0x00000058 +0x00000990:ix_offs[0098]: 0x000020b5 0x00000d8c:ix_lens[0098]: 0x00000051 +0x00000994:ix_offs[0099]: 0x00002106 0x00000d90:ix_lens[0099]: 0x00000051 +0x00000998:ix_offs[0100]: 0x00002157 0x00000d94:ix_lens[0100]: 0x0000004b +0x0000099c:ix_offs[0101]: 0x000021a2 0x00000d98:ix_lens[0101]: 0x0000004d +0x000009a0:ix_offs[0102]: 0x000021ef 0x00000d9c:ix_lens[0102]: 0x0000004f +0x000009a4:ix_offs[0103]: 0x0000223e 0x00000da0:ix_lens[0103]: 0x0000004e +0x000009a8:ix_offs[0104]: 0x0000228c 0x00000da4:ix_lens[0104]: 0x00000051 +0x000009ac:ix_offs[0105]: 0x000022dd 0x00000da8:ix_lens[0105]: 0x00000046 +0x000009b0:ix_offs[0106]: 0x00002323 0x00000dac:ix_lens[0106]: 0x0000003f +0x000009b4:ix_offs[0107]: 0x00002362 0x00000db0:ix_lens[0107]: 0x00000055 +0x000009b8:ix_offs[0108]: 0x000023b7 0x00000db4:ix_lens[0108]: 0x00000050 +0x000009bc:ix_offs[0109]: 0x00002407 0x00000db8:ix_lens[0109]: 0x00000049 +0x000009c0:ix_offs[0110]: 0x00002450 0x00000dbc:ix_lens[0110]: 0x00000056 +0x000009c4:ix_offs[0111]: 0x000024a6 0x00000dc0:ix_lens[0111]: 0x00000058 +0x000009c8:ix_offs[0112]: 0x000024fe 0x00000dc4:ix_lens[0112]: 0x0000005d +0x000009cc:ix_offs[0113]: 0x0000255b 0x00000dc8:ix_lens[0113]: 0x00000097 +0x000009d0:ix_offs[0114]: 0x000025f2 0x00000dcc:ix_lens[0114]: 0x00000070 +0x000009d4:ix_offs[0115]: 0x00002662 0x00000dd0:ix_lens[0115]: 0x0000004b +0x000009d8:ix_offs[0116]: 0x000026ad 0x00000dd4:ix_lens[0116]: 0x00000047 +0x000009dc:ix_offs[0117]: 0x000026f4 0x00000dd8:ix_lens[0117]: 0x00000059 +0x000009e0:ix_offs[0118]: 0x0000274d 0x00000ddc:ix_lens[0118]: 0x00000073 +0x000009e4:ix_offs[0119]: 0x000027c0 0x00000de0:ix_lens[0119]: 0x00000045 +0x000009e8:ix_offs[0120]: 0x00002805 0x00000de4:ix_lens[0120]: 0x00000058 +0x000009ec:ix_offs[0121]: 0x0000285d 0x00000de8:ix_lens[0121]: 0x0000005c +0x000009f0:ix_offs[0122]: 0x000028b9 0x00000dec:ix_lens[0122]: 0x00000036 +0x000009f4:ix_offs[0123]: 0x000028ef 0x00000df0:ix_lens[0123]: 0x00000046 +0x000009f8:ix_offs[0124]: 0x00002935 0x00000df4:ix_lens[0124]: 0x00000050 +0x000009fc:ix_offs[0125]: 0x00002985 0x00000df8:ix_lens[0125]: 0x00000051 +0x00000a00:ix_offs[0126]: 0x000029d6 0x00000dfc:ix_lens[0126]: 0x0000003f + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1773 offs: 0x00000000 lens: 0x0000003a +0x00001000-0x00001039: +>>0 @I1773@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMS @F935@ +<< +[0001] INDI rkey: I1774 offs: 0x0000003a lens: 0x0000004c +0x0000103a-0x00001085: +>>0 @I1774@ INDI +1 NAME Alfgar of_Mercia // +1 SEX M +1 TITL Earl +1 FAMS @F848@ +<< +[0002] INDI rkey: I1775 offs: 0x00000086 lens: 0x00000053 +0x00001086-0x000010d8: +>>0 @I1775@ INDI +1 NAME Alfhelm of_Northhampton // +1 SEX M +1 TITL Earl +1 FAMS @F855@ +<< +[0003] INDI rkey: I1776 offs: 0x000000d9 lens: 0x00000069 +0x000010d9-0x00001141: +>>0 @I1776@ INDI +1 NAME Sweyn Forkbeard // +1 SEX M +1 TITL King of Denmark +1 DEAT +2 DATE 1014 +1 FAMS @F853@ +<< +[0004] INDI rkey: I1777 offs: 0x00000142 lens: 0x00000047 +0x00001142-0x00001188: +>>0 @I1777@ INDI +1 NAME Gunhilda // +1 SEX F +1 FAMC @F939@ +1 FAMS @F853@ +<< +[0005] INDI rkey: I1778 offs: 0x00000189 lens: 0x00000052 +0x00001189-0x000011da: +>>0 @I1778@ INDI +1 NAME Mieczislaw_I of_Poland // +1 SEX M +1 TITL Duke +1 FAMS @F939@ +<< +[0006] INDI rkey: I1779 offs: 0x000001db lens: 0x0000009c +0x000011db-0x00001276: +>>0 @I1779@ INDI +1 NAME Edgar the_Peaceful // +1 SEX M +1 BIRT +2 DATE 944 +1 DEAT +2 DATE 975 +1 BURI +2 PLAC Glastonbury +1 FAMC @F940@ +1 FAMS @F843@ +1 FAMS @F941@ +<< +[0007] INDI rkey: I1780 offs: 0x00000277 lens: 0x00000059 +0x00001277-0x000012cf: +>>0 @I1780@ INDI +1 NAME Elfrida // +1 SEX F +1 DEAT +2 DATE 1000 +1 FAMC @F942@ +1 FAMS @F843@ +<< +[0008] INDI rkey: I1781 offs: 0x000002d0 lens: 0x00000049 +0x000012d0-0x00001318: +>>0 @I1781@ INDI +1 NAME Ethelfleda // +1 SEX F +1 FAMC @F943@ +1 FAMS @F941@ +<< +[0009] INDI rkey: I1782 offs: 0x00000319 lens: 0x00000041 +0x00001319-0x00001359: +>>0 @I1782@ INDI +1 NAME Edward the_Martyr // +1 SEX M +1 FAMC @F941@ +<< +[0010] INDI rkey: I1783 offs: 0x0000035a lens: 0x00000049 +0x0000135a-0x000013a2: +>>0 @I1783@ INDI +1 NAME Ordmaer // +1 SEX M +1 TITL Ealdorman +1 FAMS @F943@ +<< +[0011] INDI rkey: I1784 offs: 0x000003a3 lens: 0x00000049 +0x000013a3-0x000013eb: +>>0 @I1784@ INDI +1 NAME Edmund // +1 SEX M +1 DEAT +2 DATE 970 +1 FAMC @F843@ +<< +[0012] INDI rkey: I1785 offs: 0x000003ec lens: 0x00000048 +0x000013ec-0x00001433: +>>0 @I1785@ INDI +1 NAME Ordgar of_Devon Ealdorman// +1 SEX M +1 FAMS @F942@ +<< +[0013] INDI rkey: I1786 offs: 0x00000434 lens: 0x0000009c +0x00001434-0x000014cf: +>>0 @I1786@ INDI +1 NAME Edmund_I the_Elder // +1 SEX M +1 BIRT +2 DATE 939 +1 DEAT +2 DATE 946 +1 BURI +2 PLAC Glastonbury +1 FAMC @F944@ +1 FAMS @F940@ +1 FAMS @F945@ +<< +[0014] INDI rkey: I1787 offs: 0x000004d0 lens: 0x0000003b +0x000014d0-0x0000150a: +>>0 @I1787@ INDI +1 NAME St._Elgiva // +1 SEX F +1 FAMS @F940@ +<< +[0015] INDI rkey: I1788 offs: 0x0000050b lens: 0x00000043 +0x0000150b-0x0000154d: +>>0 @I1788@ INDI +1 NAME Edwy // +1 SEX M +1 FAMC @F940@ +1 FAMS @F946@ +<< +[0016] INDI rkey: I1789 offs: 0x0000054e lens: 0x00000037 +0x0000154e-0x00001584: +>>0 @I1789@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMS @F946@ +<< +[0017] INDI rkey: I1790 offs: 0x00000585 lens: 0x00000054 +0x00001585-0x000015d8: +>>0 @I1790@ INDI +1 NAME Ethelfleda of_Domerham // +1 SEX F +1 FAMC @F947@ +1 FAMS @F945@ +<< +[0018] INDI rkey: I1791 offs: 0x000005d9 lens: 0x00000054 +0x000015d9-0x0000162c: +>>0 @I1791@ INDI +1 NAME Alfgar of_Wiltshire // +1 SEX M +1 TITL Ealdorman +1 FAMS @F947@ +<< +[0019] INDI rkey: I1792 offs: 0x0000062d lens: 0x00000095 +0x0000162d-0x000016c1: +>>0 @I1792@ INDI +1 NAME Edward the_Elder // +1 SEX M +1 DEAT +2 DATE 924 +1 BURI +2 PLAC Winchester +1 FAMC @F948@ +1 FAMS @F949@ +1 FAMS @F950@ +1 FAMS @F944@ +<< +[0020] INDI rkey: I1793 offs: 0x000006c2 lens: 0x00000037 +0x000016c2-0x000016f8: +>>0 @I1793@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMS @F944@ +<< +[0021] INDI rkey: I1794 offs: 0x000006f9 lens: 0x00000036 +0x000016f9-0x0000172e: +>>0 @I1794@ INDI +1 NAME Edred // +1 SEX M +1 FAMC @F944@ +<< +[0022] INDI rkey: I1795 offs: 0x0000072f lens: 0x00000037 +0x0000172f-0x00001765: +>>0 @I1795@ INDI +1 NAME Edburh // +1 SEX F +1 FAMC @F944@ +<< +[0023] INDI rkey: I1796 offs: 0x00000766 lens: 0x00000045 +0x00001766-0x000017aa: +>>0 @I1796@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMC @F944@ +1 FAMS @F951@ +<< +[0024] INDI rkey: I1797 offs: 0x000007ab lens: 0x0000004e +0x000017ab-0x000017f8: +>>0 @I1797@ INDI +1 NAME Louis // +1 SEX M +1 TITL King of Provence +1 FAMS @F951@ +<< +[0025] INDI rkey: I1798 offs: 0x000007f9 lens: 0x00000037 +0x000017f9-0x0000182f: +>>0 @I1798@ INDI +1 NAME Ecgwyn // +1 SEX F +1 FAMS @F949@ +<< +[0026] INDI rkey: I1799 offs: 0x00000830 lens: 0x00000077 +0x00001830-0x000018a6: +>>0 @I1799@ INDI +1 NAME Athelstan // +1 SEX M +1 BIRT +2 DATE 895 +1 DEAT +2 DATE 940 +1 BURI +2 PLAC Malmesbury +1 FAMC @F949@ +<< +[0027] INDI rkey: I1800 offs: 0x000008a7 lens: 0x00000047 +0x000018a7-0x000018ed: +>>0 @I1800@ INDI +1 NAME Daughter // +1 SEX F +1 FAMC @F949@ +1 FAMS @F952@ +<< +[0028] INDI rkey: I1801 offs: 0x000008ee lens: 0x0000005f +0x000018ee-0x0000194c: +>>0 @I1801@ INDI +1 NAME Sihtric of Northumberland// +1 SEX M +1 TITL King of Denmark +1 FAMS @F952@ +<< +[0029] INDI rkey: I1802 offs: 0x0000094d lens: 0x00000038 +0x0000194d-0x00001984: +>>0 @I1802@ INDI +1 NAME Elfleda // +1 SEX F +1 FAMS @F950@ +<< +[0030] INDI rkey: I1803 offs: 0x00000985 lens: 0x00000044 +0x00001985-0x000019c8: +>>0 @I1803@ INDI +1 NAME Ethelwerd // +1 DEAT +2 DATE 924 +1 FAMC @F950@ +<< +[0031] INDI rkey: I1804 offs: 0x000009c9 lens: 0x00000036 +0x000019c9-0x000019fe: +>>0 @I1804@ INDI +1 NAME Edwin // +1 SEX M +1 FAMC @F950@ +<< +[0032] INDI rkey: I1805 offs: 0x000009ff lens: 0x00000038 +0x000019ff-0x00001a36: +>>0 @I1805@ INDI +1 NAME Elfleda // +1 SEX F +1 FAMC @F950@ +<< +[0033] INDI rkey: I1806 offs: 0x00000a37 lens: 0x00000045 +0x00001a37-0x00001a7b: +>>0 @I1806@ INDI +1 NAME Edgiva // +1 SEX F +1 FAMC @F950@ +1 FAMS @F953@ +<< +[0034] INDI rkey: I1807 offs: 0x00000a7c lens: 0x0000003b +0x00001a7c-0x00001ab6: +>>0 @I1807@ INDI +1 NAME Ethelhilda // +1 SEX F +1 FAMC @F950@ +<< +[0035] INDI rkey: I1808 offs: 0x00000ab7 lens: 0x00000046 +0x00001ab7-0x00001afc: +>>0 @I1808@ INDI +1 NAME Edhilda // +1 SEX F +1 FAMC @F950@ +1 FAMS @F954@ +<< +[0036] INDI rkey: I1809 offs: 0x00000afd lens: 0x0000004d +0x00001afd-0x00001b49: +>>0 @I1809@ INDI +1 NAME Eadgyth (Edith) // +1 SEX F +1 FAMC @F950@ +1 FAMS @F955@ +<< +[0037] INDI rkey: I1810 offs: 0x00000b4a lens: 0x00000045 +0x00001b4a-0x00001b8e: +>>0 @I1810@ INDI +1 NAME Elgiva // +1 SEX F +1 FAMC @F950@ +1 FAMS @F956@ +<< +[0038] INDI rkey: I1811 offs: 0x00000b8f lens: 0x00000058 +0x00001b8f-0x00001be6: +>>0 @I1811@ INDI +1 NAME Charles the_Simple // +1 SEX M +1 TITL King of France +1 FAMS @F953@ +<< +[0039] INDI rkey: I1812 offs: 0x00000be7 lens: 0x00000054 +0x00001be7-0x00001c3a: +>>0 @I1812@ INDI +1 NAME Hugh the_Great // +1 SEX M +1 TITL Count of Paris +1 FAMS @F954@ +<< +[0040] INDI rkey: I1813 offs: 0x00000c3b lens: 0x00000057 +0x00001c3b-0x00001c91: +>>0 @I1813@ INDI +1 NAME Otho_I the_Great // +1 SEX M +1 TITL King of Germany +1 FAMS @F955@ +<< +[0041] INDI rkey: I1814 offs: 0x00000c92 lens: 0x00000053 +0x00001c92-0x00001ce4: +>>0 @I1814@ INDI +1 NAME Boleslaw_II // +1 SEX M +1 TITL Duke of Bohemia +1 FAMS @F956@ +<< +[0042] INDI rkey: I1815 offs: 0x00000ce5 lens: 0x0000004c +0x00001ce5-0x00001d30: +>>0 @I1815@ INDI +1 NAME Claude // +1 SEX M +1 TITL Duke of Guise +1 FAMS @F655@ +<< +[0043] INDI rkey: I1816 offs: 0x00000d31 lens: 0x000000ee +0x00001d31-0x00001e1e: +>>0 @I1816@ INDI +1 NAME Francis_I // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 12 SEP 1494 +2 PLAC Cognac,France +1 DEAT +2 DATE 31 MAR 1547 +2 PLAC Rambouillet,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F957@ +1 FAMS @F775@ +1 FAMS @F958@ +<< +[0044] INDI rkey: I1817 offs: 0x00000e1f lens: 0x00000065 +0x00001e1f-0x00001e83: +>>0 @I1817@ INDI +1 NAME Louise of_Savoy // +1 SEX F +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 1531 +1 FAMS @F957@ +<< +[0045] INDI rkey: I1818 offs: 0x00000e84 lens: 0x0000004a +0x00001e84-0x00001ecd: +>>0 @I1818@ INDI +1 NAME Donald // +1 SEX M +1 TITL Earl of Mar +1 FAMS @F790@ +<< +[0046] INDI rkey: I1819 offs: 0x00000ece lens: 0x0000004f +0x00001ece-0x00001f1c: +>>0 @I1819@ INDI +1 NAME Adam of_Rowallan /Mure/ +1 SEX M +1 TITL Sir +1 FAMS @F799@ +<< +[0047] INDI rkey: I1820 offs: 0x00000f1d lens: 0x00000049 +0x00001f1d-0x00001f65: +>>0 @I1820@ INDI +1 NAME Hugh // +1 SEX M +1 TITL Earl of Ross +1 FAMS @F804@ +<< +[0048] INDI rkey: I1821 offs: 0x00000f66 lens: 0x0000006b +0x00001f66-0x00001fd0: +>>0 @I1821@ INDI +1 NAME Jean // +1 SEX F +1 TITL Lady +1 FAMC @F797@ +1 FAMS @F959@ +1 FAMS @F960@ +1 FAMS @F961@ +<< +[0049] INDI rkey: I1822 offs: 0x00000fd1 lens: 0x00000045 +0x00001fd1-0x00002015: +>>0 @I1822@ INDI +1 NAME John /Keith/ +1 SEX M +1 TITL Sir +1 FAMS @F959@ +<< +[0050] INDI rkey: I1823 offs: 0x00001016 lens: 0x0000004d +0x00002016-0x00002062: +>>0 @I1823@ INDI +1 NAME John of_Glamis /Lyon/ +1 SEX M +1 TITL Sir +1 FAMS @F960@ +<< +[0051] INDI rkey: I1824 offs: 0x00001063 lens: 0x0000004b +0x00002063-0x000020ad: +>>0 @I1824@ INDI +1 NAME James /Sandilands/ +1 SEX M +1 TITL Sir +1 FAMS @F961@ +<< +[0052] INDI rkey: I1825 offs: 0x000010ae lens: 0x00000048 +0x000020ae-0x000020f5: +>>0 @I1825@ INDI +1 NAME John /Drummond/ +1 SEX M +1 TITL Sir +1 FAMS @F802@ +<< +[0053] INDI rkey: I1826 offs: 0x000010f6 lens: 0x0000004f +0x000020f6-0x00002144: +>>0 @I1826@ INDI +1 NAME Arnold // +1 SEX M +1 TITL Duke of Gueldres +1 FAMS @F806@ +<< +[0054] INDI rkey: I1827 offs: 0x00001145 lens: 0x00000079 +0x00002145-0x000021bd: +>>0 @I1827@ INDI +1 NAME Christian_I // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 1426 +1 DEAT +2 DATE 1481 +1 FAMS @F807@ +<< +[0055] INDI rkey: I1828 offs: 0x000011be lens: 0x0000007b +0x000021be-0x00002238: +>>0 @I1828@ INDI +1 NAME Dorothea // +1 SEX F +1 BIRT +2 DATE 1430 +1 DEAT +2 DATE 1495 +1 FAMC @F962@ +1 FAMS @F807@ +1 FAMS @F963@ +<< +[0056] INDI rkey: I1829 offs: 0x00001239 lens: 0x00000036 +0x00002239-0x0000226e: +>>0 @I1829@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F657@ +<< +[0057] INDI rkey: I1830 offs: 0x0000126f lens: 0x0000005d +0x0000226f-0x000022cb: +>>0 @I1830@ INDI +1 NAME Robert /Bruce/ +1 SEX M +1 DEAT +2 DATE 1304 +1 FAMC @F964@ +1 FAMS @F787@ +<< +[0058] INDI rkey: I1831 offs: 0x000012cc lens: 0x00000053 +0x000022cc-0x0000231e: +>>0 @I1831@ INDI +1 NAME Margaret of_Carrick // +1 SEX F +1 TITL Countess +1 FAMS @F787@ +<< +[0059] INDI rkey: I1832 offs: 0x0000131f lens: 0x0000005d +0x0000231f-0x0000237b: +>>0 @I1832@ INDI +1 NAME Robert /Bruce/ +1 SEX M +1 DEAT +2 DATE 1295 +1 FAMC @F965@ +1 FAMS @F964@ +<< +[0060] INDI rkey: I1833 offs: 0x0000137c lens: 0x00000058 +0x0000237c-0x000023d3: +>>0 @I1833@ INDI +1 NAME Isobel // +1 SEX F +1 DEAT +2 DATE 1254 +1 FAMC @F966@ +1 FAMS @F964@ +<< +[0061] INDI rkey: I1834 offs: 0x000013d4 lens: 0x00000059 +0x000023d4-0x0000242c: +>>0 @I1834@ INDI +1 NAME Gilbert De_Clare of_Gloucester// +1 SEX M +1 TITL Earl +1 FAMS @F966@ +<< +[0062] INDI rkey: I1835 offs: 0x0000142d lens: 0x00000054 +0x0000242d-0x00002480: +>>0 @I1835@ INDI +1 NAME Robert of_Annandale /Bruce/ +1 SEX M +1 TITL Lord +1 FAMS @F965@ +<< +[0063] INDI rkey: I1836 offs: 0x00001481 lens: 0x00000058 +0x00002481-0x000024d8: +>>0 @I1836@ INDI +1 NAME Isobel // +1 SEX F +1 DEAT +2 DATE 1251 +1 FAMC @F967@ +1 FAMS @F965@ +<< +[0064] INDI rkey: I1837 offs: 0x000014d9 lens: 0x00000070 +0x000024d9-0x00002548: +>>0 @I1837@ INDI +1 NAME David of_Huntingdon // +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1219 +1 FAMC @F968@ +1 FAMS @F967@ +<< +[0065] INDI rkey: I1838 offs: 0x00001549 lens: 0x00000059 +0x00002549-0x000025a1: +>>0 @I1838@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1233 +1 FAMC @F969@ +1 FAMS @F967@ +<< +[0066] INDI rkey: I1839 offs: 0x000015a2 lens: 0x00000055 +0x000025a2-0x000025f6: +>>0 @I1839@ INDI +1 NAME Hugh /Keveliock/ +1 SEX M +1 TITL Earl of Chester +1 FAMS @F969@ +<< +[0067] INDI rkey: I1840 offs: 0x000015f7 lens: 0x00000045 +0x000025f7-0x0000263b: +>>0 @I1840@ INDI +1 NAME John /Logie/ +1 SEX M +1 TITL Sir +1 FAMS @F796@ +<< +[0068] INDI rkey: I1841 offs: 0x0000163c lens: 0x0000004b +0x0000263c-0x00002686: +>>0 @I1841@ INDI +1 NAME Malcolm /Drummond/ +1 SEX M +1 TITL Sir +1 FAMS @F795@ +<< +[0069] INDI rkey: I1842 offs: 0x00001687 lens: 0x0000005a +0x00002687-0x000026e0: +>>0 @I1842@ INDI +1 NAME Margaret // +1 SEX F +1 DEAT +2 DATE 1228 +1 FAMC @F967@ +1 FAMS @F970@ +<< +[0070] INDI rkey: I1843 offs: 0x000016e1 lens: 0x0000005b +0x000026e1-0x0000273b: +>>0 @I1843@ INDI +1 NAME Alan // +1 SEX M +1 TITL Lord of Galloway +1 FAMS @F971@ +1 FAMS @F970@ +<< +[0071] INDI rkey: I1844 offs: 0x0000173c lens: 0x0000005d +0x0000273c-0x00002798: +>>0 @I1844@ INDI +1 NAME Devorguilla // +1 SEX F +1 DEAT +2 DATE 1290 +1 FAMC @F970@ +1 FAMS @F972@ +<< +[0072] INDI rkey: I1845 offs: 0x00001799 lens: 0x0000003c +0x00002799-0x000027d4: +>>0 @I1845@ INDI +1 NAME John /Balliol/ +1 SEX M +1 FAMS @F972@ +<< +[0073] INDI rkey: I1846 offs: 0x000017d5 lens: 0x0000005d +0x000027d5-0x00002831: +>>0 @I1846@ INDI +1 NAME John /Balliol/ +1 SEX M +1 DEAT +2 DATE 1313 +1 FAMC @F972@ +1 FAMS @F973@ +<< +[0074] INDI rkey: I1847 offs: 0x00001832 lens: 0x00000045 +0x00002832-0x00002876: +>>0 @I1847@ INDI +1 NAME Isobel // +1 SEX F +1 FAMC @F974@ +1 FAMS @F973@ +<< +[0075] INDI rkey: I1848 offs: 0x00001877 lens: 0x00000055 +0x00002877-0x000028cb: +>>0 @I1848@ INDI +1 NAME John de_Warenne // +1 SEX M +1 TITL Earl of Surrey +1 FAMS @F974@ +<< +[0076] INDI rkey: I1849 offs: 0x000018cc lens: 0x00000051 +0x000028cc-0x0000291c: +>>0 @I1849@ INDI +1 NAME Edward /Balliol/ +1 SEX M +1 DEAT +2 DATE 1363 +1 FAMC @F973@ +<< +[0077] INDI rkey: I1850 offs: 0x0000191d lens: 0x00000052 +0x0000291d-0x0000296e: +>>0 @I1850@ INDI +1 NAME Baldwin_V of_Flanders // +1 SEX M +1 TITL Count +1 FAMS @F745@ +<< +[0078] INDI rkey: I1851 offs: 0x0000196f lens: 0x00000046 +0x0000296f-0x000029b4: +>>0 @I1851@ INDI +1 NAME Sybilla // +1 SEX F +1 FAMC @F975@ +1 FAMS @F746@ +<< +[0079] INDI rkey: I1852 offs: 0x000019b5 lens: 0x00000053 +0x000029b5-0x00002a07: +>>0 @I1852@ INDI +1 NAME Geoffrey of_Conversano // +1 SEX M +1 TITL Count +1 FAMS @F975@ +<< +[0080] INDI rkey: I1853 offs: 0x00001a08 lens: 0x00000084 +0x00002a08-0x00002a8b: +>>0 @I1853@ INDI +1 NAME William Clito of_Flanders// +1 SEX M +1 TITL Count +1 DEAT +2 DATE 1128 +1 FAMC @F746@ +1 FAMS @F976@ +1 FAMS @F977@ +<< +[0081] INDI rkey: I1854 offs: 0x00001a8c lens: 0x00000044 +0x00002a8c-0x00002acf: +>>0 @I1854@ INDI +1 NAME Sybil // +1 SEX F +1 FAMC @F978@ +1 FAMS @F976@ +<< +[0082] INDI rkey: I1855 offs: 0x00001ad0 lens: 0x0000004c +0x00002ad0-0x00002b1b: +>>0 @I1855@ INDI +1 NAME Fulke // +1 SEX M +1 TITL Count of Anjou +1 FAMS @F978@ +<< +[0083] INDI rkey: I1856 offs: 0x00001b1c lens: 0x00000047 +0x00002b1c-0x00002b62: +>>0 @I1856@ INDI +1 NAME Adelicia // +1 SEX F +1 FAMC @F979@ +1 FAMS @F977@ +<< +[0084] INDI rkey: I1857 offs: 0x00001b63 lens: 0x00000053 +0x00002b63-0x00002bb5: +>>0 @I1857@ INDI +1 NAME Reiner of_Montferrat // +1 SEX M +1 TITL Marquis +1 FAMS @F979@ +<< +[0085] INDI rkey: I1858 offs: 0x00001bb6 lens: 0x00000047 +0x00002bb6-0x00002bfc: +>>0 @I1858@ INDI +1 NAME Isabella // +1 SEX F +1 FAMC @F978@ +1 FAMS @F752@ +<< +[0086] INDI rkey: I1859 offs: 0x00001bfd lens: 0x00000053 +0x00002bfd-0x00002c4f: +>>0 @I1859@ INDI +1 NAME Geoffrey Lower_Lorraine // +1 SEX M +1 TITL Duke +1 FAMS @F754@ +<< +[0087] INDI rkey: I1860 offs: 0x00001c50 lens: 0x0000004b +0x00002c50-0x00002c9a: +>>0 @I1860@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1120 +1 FAMC @F747@ +<< +[0088] INDI rkey: I1861 offs: 0x00001c9b lens: 0x00000046 +0x00002c9b-0x00002ce0: +>>0 @I1861@ INDI +1 NAME William // +1 SEX M +1 FAMC @F747@ +1 FAMS @F980@ +<< +[0089] INDI rkey: I1862 offs: 0x00001ce1 lens: 0x00000044 +0x00002ce1-0x00002d24: +>>0 @I1862@ INDI +1 NAME Agnes // +1 SEX F +1 FAMC @F981@ +1 FAMS @F980@ +<< +[0090] INDI rkey: I1863 offs: 0x00001d25 lens: 0x0000003e +0x00002d25-0x00002d62: +>>0 @I1863@ INDI +1 NAME Giles de_Sulli // +1 SEX M +1 FAMS @F981@ +<< +[0091] INDI rkey: I1864 offs: 0x00001d63 lens: 0x00000043 +0x00002d63-0x00002da5: +>>0 @I1864@ INDI +1 NAME Maud // +1 SEX F +1 FAMC @F982@ +1 FAMS @F834@ +<< +[0092] INDI rkey: I1865 offs: 0x00001da6 lens: 0x00000052 +0x00002da6-0x00002df7: +>>0 @I1865@ INDI +1 NAME Ingelbert of_Carinthia // +1 SEX M +1 TITL Duke +1 FAMS @F982@ +<< +[0093] INDI rkey: I1866 offs: 0x00001df8 lens: 0x00000081 +0x00002df8-0x00002e78: +>>0 @I1866@ INDI +1 NAME Geoffrey_VI of_Anjou // +1 SEX M +1 TITL Count of Nantes +1 BIRT +2 DATE 1134 +1 DEAT +2 DATE 1158 +1 FAMC @F733@ +<< +[0094] INDI rkey: I1867 offs: 0x00001e79 lens: 0x00000075 +0x00002e79-0x00002eed: +>>0 @I1867@ INDI +1 NAME William // +1 SEX M +1 TITL Count of Poitou +1 BIRT +2 DATE 1136 +1 DEAT +2 DATE 1164 +1 FAMC @F733@ +<< +[0095] INDI rkey: I1868 offs: 0x00001eee lens: 0x00000078 +0x00002eee-0x00002f65: +>>0 @I1868@ INDI +1 NAME William_X of_Aquitaine // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1099 +1 DEAT +2 DATE 1137 +1 FAMS @F734@ +<< +[0096] INDI rkey: I1869 offs: 0x00001f66 lens: 0x000000f7 +0x00002f66-0x0000305c: +>>0 @I1869@ INDI +1 NAME Louis_VII the_Younger // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 1121 +1 DEAT +2 DATE 18 SEP 1180 +2 PLAC Paris,France +1 BURI +2 PLAC Abbey Barbeaux,Melun,France +1 FAMC @F983@ +1 FAMS @F735@ +1 FAMS @F984@ +1 FAMS @F985@ +<< +[0097] INDI rkey: I1870 offs: 0x0000205d lens: 0x00000058 +0x0000305d-0x000030b4: +>>0 @I1870@ INDI +1 NAME William de_Warenne // +1 SEX M +1 TITL Earl of Surrey +1 FAMS @F837@ +<< +[0098] INDI rkey: I1871 offs: 0x000020b5 lens: 0x00000051 +0x000030b5-0x00003105: +>>0 @I1871@ INDI +1 NAME Theodore of_Flanders // +1 SEX M +1 TITL Count +1 FAMS @F836@ +<< +[0099] INDI rkey: I1872 offs: 0x00002106 lens: 0x00000051 +0x00003106-0x00003156: +>>0 @I1872@ INDI +1 NAME Sancho_VI // +1 SEX M +1 TITL King of Navarre +1 FAMS @F828@ +<< +[0100] INDI rkey: I1873 offs: 0x00002157 lens: 0x0000004b +0x00003157-0x000031a1: +>>0 @I1873@ INDI +1 NAME Eleanor // +1 SEX F +1 DEAT +2 DATE 1241 +1 FAMC @F739@ +<< +[0101] INDI rkey: I1874 offs: 0x000021a2 lens: 0x0000004d +0x000031a2-0x000031ee: +>>0 @I1874@ INDI +1 NAME Conan of_Brittany // +1 SEX M +1 TITL Duke +1 FAMS @F825@ +<< +[0102] INDI rkey: I1875 offs: 0x000021ef lens: 0x0000004f +0x000031ef-0x0000323d: +>>0 @I1875@ INDI +1 NAME Ranulph // +1 SEX M +1 TITL Earl of Chester +1 FAMS @F826@ +<< +[0103] INDI rkey: I1876 offs: 0x0000223e lens: 0x0000004e +0x0000323e-0x0000328b: +>>0 @I1876@ INDI +1 NAME Guy of_Thouars // +1 SEX M +1 TITL Viscount +1 FAMS @F827@ +<< +[0104] INDI rkey: I1877 offs: 0x0000228c lens: 0x00000051 +0x0000328c-0x000032dc: +>>0 @I1877@ INDI +1 NAME William of_Gloucester // +1 SEX M +1 TITL Earl +1 FAMS @F725@ +<< +[0105] INDI rkey: I1878 offs: 0x000022dd lens: 0x00000046 +0x000032dd-0x00003322: +>>0 @I1878@ INDI +1 NAME Geoffrey de_Mandeville // +1 SEX M +1 FAMS @F726@ +<< +[0106] INDI rkey: I1879 offs: 0x00002323 lens: 0x0000003f +0x00003323-0x00003361: +>>0 @I1879@ INDI +1 NAME Hubert de_Burgh // +1 SEX M +1 FAMS @F727@ +<< +[0107] INDI rkey: I1880 offs: 0x00002362 lens: 0x00000055 +0x00003362-0x000033b6: +>>0 @I1880@ INDI +1 NAME Hugh de_la_Marche /le_Brun/ +1 SEX M +1 TITL Count +1 FAMS @F728@ +<< +[0108] INDI rkey: I1881 offs: 0x000023b7 lens: 0x00000050 +0x000033b7-0x00003406: +>>0 @I1881@ INDI +1 NAME Raymond of_Provence // +1 SEX M +1 TITL Count +1 FAMS @F676@ +<< +[0109] INDI rkey: I1882 offs: 0x00002407 lens: 0x00000049 +0x00003407-0x0000344f: +>>0 @I1882@ INDI +1 NAME Henry // +1 SEX M +1 DEAT +2 DATE 1271 +1 FAMC @F370@ +<< +[0110] INDI rkey: I1883 offs: 0x00002450 lens: 0x00000056 +0x00003450-0x000034a5: +>>0 @I1883@ INDI +1 NAME William of_Pembroke /Marshal/ +1 SEX M +1 TITL Earl +1 FAMS @F369@ +<< +[0111] INDI rkey: I1884 offs: 0x000024a6 lens: 0x00000058 +0x000034a6-0x000034fd: +>>0 @I1884@ INDI +1 NAME Raymond of_Provence /Berengar/ +1 SEX M +1 TITL Count +1 FAMS @F861@ +<< +[0112] INDI rkey: I1885 offs: 0x000024fe lens: 0x0000005d +0x000034fe-0x0000355a: +>>0 @I1885@ INDI +1 NAME William de_Fauquemont of_Montjoye// +1 SEX M +1 TITL Count +1 FAMS @F862@ +<< +[0113] INDI rkey: I1886 offs: 0x0000255b lens: 0x00000097 +0x0000355b-0x000035f1: +>>0 @I1886@ INDI +1 NAME Alexander_II // +1 SEX M +1 TITL King of Scotland +1 BIRT +2 DATE 1198 +1 DEAT +2 DATE 1249 +1 FAMC @F986@ +1 FAMS @F731@ +1 FAMS @F863@ +<< +[0114] INDI rkey: I1887 offs: 0x000025f2 lens: 0x00000070 +0x000035f2-0x00003661: +>>0 @I1887@ INDI +1 NAME Edmund // +1 SEX M +1 TITL Earl of Cornwall +1 DEAT +2 DATE 1300 +1 FAMC @F729@ +1 FAMS @F987@ +<< +[0115] INDI rkey: I1888 offs: 0x00002662 lens: 0x0000004b +0x00003662-0x000036ac: +>>0 @I1888@ INDI +1 NAME Richard // +1 SEX M +1 DEAT +2 DATE 1296 +1 FAMC @F729@ +<< +[0116] INDI rkey: I1889 offs: 0x000026ad lens: 0x00000047 +0x000036ad-0x000036f3: +>>0 @I1889@ INDI +1 NAME Margaret // +1 SEX F +1 FAMC @F988@ +1 FAMS @F987@ +<< +[0117] INDI rkey: I1890 offs: 0x000026f4 lens: 0x00000059 +0x000036f4-0x0000374c: +>>0 @I1890@ INDI +1 NAME Richard De_Clare of_Gloucester// +1 SEX M +1 TITL Earl +1 FAMS @F988@ +<< +[0118] INDI rkey: I1891 offs: 0x0000274d lens: 0x00000073 +0x0000374d-0x000037bf: +>>0 @I1891@ INDI +1 NAME Alfonso_IX // +1 SEX M +1 TITL King of Castile +1 DEAT +2 DATE 1230 +1 FAMS @F930@ +1 FAMS @F925@ +<< +[0119] INDI rkey: I1892 offs: 0x000027c0 lens: 0x00000045 +0x000037c0-0x00003804: +>>0 @I1892@ INDI +1 NAME Lucienne of_Rochefort // +1 SEX F +1 FAMS @F989@ +<< +[0120] INDI rkey: I1893 offs: 0x00002805 lens: 0x00000058 +0x00003805-0x0000385c: +>>0 @I1893@ INDI +1 NAME William of_Albemarle /de_Forz/ +1 SEX M +1 TITL Count +1 FAMS @F865@ +<< +[0121] INDI rkey: I1894 offs: 0x0000285d lens: 0x0000005c +0x0000385d-0x000038b8: +>>0 @I1894@ INDI +1 NAME Robert // +1 SEX M +1 TITL Count of Artois +1 FAMC @F923@ +1 FAMS @F817@ +<< +[0122] INDI rkey: I1895 offs: 0x000028b9 lens: 0x00000036 +0x000038b9-0x000038ee: +>>0 @I1895@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F817@ +<< +[0123] INDI rkey: I1896 offs: 0x000028ef lens: 0x00000046 +0x000038ef-0x00003934: +>>0 @I1896@ INDI +1 NAME Yolande // +1 SEX F +1 FAMC @F990@ +1 FAMS @F864@ +<< +[0124] INDI rkey: I1897 offs: 0x00002935 lens: 0x00000050 +0x00003935-0x00003984: +>>0 @I1897@ INDI +1 NAME Robert_IV // +1 SEX M +1 TITL Count of Dreux +1 FAMS @F990@ +<< +[0125] INDI rkey: I1898 offs: 0x00002985 lens: 0x00000051 +0x00003985-0x000039d5: +>>0 @I1898@ INDI +1 NAME Roger of_Harwich /Hayles/ +1 SEX M +1 TITL Sir +1 FAMS @F822@ +<< +[0126] INDI rkey: I1899 offs: 0x000029d6 lens: 0x0000003f +0x000039d6-0x00003a14: +>>0 @I1899@ INDI +1 NAME Piers De_Braose // +1 SEX M +1 FAMS @F866@ +<< + +0x00003a15: EOF (0x00003a15) GOOD + +BLOCK - DIRECTORY ae/ac +0x00000000:ix_self: 0x00040002 (ae/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I1900' +0x00000016:ix_rkey[0001]: ' I1901' +0x0000001e:ix_rkey[0002]: ' I1902' +0x00000026:ix_rkey[0003]: ' I1903' +0x0000002e:ix_rkey[0004]: ' I1904' +0x00000036:ix_rkey[0005]: ' I1905' +0x0000003e:ix_rkey[0006]: ' I1906' +0x00000046:ix_rkey[0007]: ' I1907' +0x0000004e:ix_rkey[0008]: ' I1908' +0x00000056:ix_rkey[0009]: ' I1909' +0x0000005e:ix_rkey[0010]: ' I1910' +0x00000066:ix_rkey[0011]: ' I1911' +0x0000006e:ix_rkey[0012]: ' I1912' +0x00000076:ix_rkey[0013]: ' I1913' +0x0000007e:ix_rkey[0014]: ' I1914' +0x00000086:ix_rkey[0015]: ' I1915' +0x0000008e:ix_rkey[0016]: ' I1916' +0x00000096:ix_rkey[0017]: ' I1917' +0x0000009e:ix_rkey[0018]: ' I1918' +0x000000a6:ix_rkey[0019]: ' I1919' +0x000000ae:ix_rkey[0020]: ' I1920' +0x000000b6:ix_rkey[0021]: ' I1921' +0x000000be:ix_rkey[0022]: ' I1922' +0x000000c6:ix_rkey[0023]: ' I1923' +0x000000ce:ix_rkey[0024]: ' I1924' +0x000000d6:ix_rkey[0025]: ' I1925' +0x000000de:ix_rkey[0026]: ' I1926' +0x000000e6:ix_rkey[0027]: ' I1927' +0x000000ee:ix_rkey[0028]: ' I1928' +0x000000f6:ix_rkey[0029]: ' I1929' +0x000000fe:ix_rkey[0030]: ' I1930' +0x00000106:ix_rkey[0031]: ' I1931' +0x0000010e:ix_rkey[0032]: ' I1932' +0x00000116:ix_rkey[0033]: ' I1933' +0x0000011e:ix_rkey[0034]: ' I1934' +0x00000126:ix_rkey[0035]: ' I1935' +0x0000012e:ix_rkey[0036]: ' I1936' +0x00000136:ix_rkey[0037]: ' I1937' +0x0000013e:ix_rkey[0038]: ' I1938' +0x00000146:ix_rkey[0039]: ' I1939' +0x0000014e:ix_rkey[0040]: ' I1940' +0x00000156:ix_rkey[0041]: ' I1941' +0x0000015e:ix_rkey[0042]: ' I1942' +0x00000166:ix_rkey[0043]: ' I1943' +0x0000016e:ix_rkey[0044]: ' I1944' +0x00000176:ix_rkey[0045]: ' I1945' +0x0000017e:ix_rkey[0046]: ' I1946' +0x00000186:ix_rkey[0047]: ' I1947' +0x0000018e:ix_rkey[0048]: ' I1948' +0x00000196:ix_rkey[0049]: ' I1949' +0x0000019e:ix_rkey[0050]: ' I1950' +0x000001a6:ix_rkey[0051]: ' I1951' +0x000001ae:ix_rkey[0052]: ' I1952' +0x000001b6:ix_rkey[0053]: ' I1953' +0x000001be:ix_rkey[0054]: ' I1954' +0x000001c6:ix_rkey[0055]: ' I1955' +0x000001ce:ix_rkey[0056]: ' I1956' +0x000001d6:ix_rkey[0057]: ' I1957' +0x000001de:ix_rkey[0058]: ' I1958' +0x000001e6:ix_rkey[0059]: ' I1959' +0x000001ee:ix_rkey[0060]: ' I1960' +0x000001f6:ix_rkey[0061]: ' I1961' +0x000001fe:ix_rkey[0062]: ' I1962' +0x00000206:ix_rkey[0063]: ' I1963' +0x0000020e:ix_rkey[0064]: ' I1964' +0x00000216:ix_rkey[0065]: ' I1965' +0x0000021e:ix_rkey[0066]: ' I1966' +0x00000226:ix_rkey[0067]: ' I1967' +0x0000022e:ix_rkey[0068]: ' I1968' +0x00000236:ix_rkey[0069]: ' I1969' +0x0000023e:ix_rkey[0070]: ' I1970' +0x00000246:ix_rkey[0071]: ' I1971' +0x0000024e:ix_rkey[0072]: ' I1972' +0x00000256:ix_rkey[0073]: ' I1973' +0x0000025e:ix_rkey[0074]: ' I1974' +0x00000266:ix_rkey[0075]: ' I1975' +0x0000026e:ix_rkey[0076]: ' I1976' +0x00000276:ix_rkey[0077]: ' I1977' +0x0000027e:ix_rkey[0078]: ' I1978' +0x00000286:ix_rkey[0079]: ' I1979' +0x0000028e:ix_rkey[0080]: ' I1980' +0x00000296:ix_rkey[0081]: ' I1981' +0x0000029e:ix_rkey[0082]: ' I1982' +0x000002a6:ix_rkey[0083]: ' I1983' +0x000002ae:ix_rkey[0084]: ' I1984' +0x000002b6:ix_rkey[0085]: ' I1985' +0x000002be:ix_rkey[0086]: ' I1986' +0x000002c6:ix_rkey[0087]: ' I1987' +0x000002ce:ix_rkey[0088]: ' I1988' +0x000002d6:ix_rkey[0089]: ' I1989' +0x000002de:ix_rkey[0090]: ' I1990' +0x000002e6:ix_rkey[0091]: ' I1991' +0x000002ee:ix_rkey[0092]: ' I1992' +0x000002f6:ix_rkey[0093]: ' I1993' +0x000002fe:ix_rkey[0094]: ' I1994' +0x00000306:ix_rkey[0095]: ' I1995' +0x0000030e:ix_rkey[0096]: ' I1996' +0x00000316:ix_rkey[0097]: ' I1997' +0x0000031e:ix_rkey[0098]: ' I1998' +0x00000326:ix_rkey[0099]: ' I1999' +0x0000032e:ix_rkey[0100]: ' I2000' +0x00000336:ix_rkey[0101]: ' I2001' +0x0000033e:ix_rkey[0102]: ' I2002' +0x00000346:ix_rkey[0103]: ' I2003' +0x0000034e:ix_rkey[0104]: ' I2004' +0x00000356:ix_rkey[0105]: ' I2005' +0x0000035e:ix_rkey[0106]: ' I2006' +0x00000366:ix_rkey[0107]: ' I2007' +0x0000036e:ix_rkey[0108]: ' I2008' +0x00000376:ix_rkey[0109]: ' I2009' +0x0000037e:ix_rkey[0110]: ' I2010' +0x00000386:ix_rkey[0111]: ' I2011' +0x0000038e:ix_rkey[0112]: ' I2012' +0x00000396:ix_rkey[0113]: ' I2013' +0x0000039e:ix_rkey[0114]: ' I2014' +0x000003a6:ix_rkey[0115]: ' I2015' +0x000003ae:ix_rkey[0116]: ' I2016' +0x000003b6:ix_rkey[0117]: ' I2017' +0x000003be:ix_rkey[0118]: ' I2018' +0x000003c6:ix_rkey[0119]: ' I2019' +0x000003ce:ix_rkey[0120]: ' I2020' +0x000003d6:ix_rkey[0121]: ' I2021' +0x000003de:ix_rkey[0122]: ' I2022' +0x000003e6:ix_rkey[0123]: ' I2023' +0x000003ee:ix_rkey[0124]: ' I2024' +0x000003f6:ix_rkey[0125]: ' I2025' +0x000003fe:ix_rkey[0126]: ' I2026' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000047 +0x0000080c:ix_offs[0001]: 0x00000047 0x00000c08:ix_lens[0001]: 0x00000046 +0x00000810:ix_offs[0002]: 0x0000008d 0x00000c0c:ix_lens[0002]: 0x0000003a +0x00000814:ix_offs[0003]: 0x000000c7 0x00000c10:ix_lens[0003]: 0x000000e9 +0x00000818:ix_offs[0004]: 0x000001b0 0x00000c14:ix_lens[0004]: 0x00000077 +0x0000081c:ix_offs[0005]: 0x00000227 0x00000c18:ix_lens[0005]: 0x00000058 +0x00000820:ix_offs[0006]: 0x0000027f 0x00000c1c:ix_lens[0006]: 0x00000076 +0x00000824:ix_offs[0007]: 0x000002f5 0x00000c20:ix_lens[0007]: 0x00000064 +0x00000828:ix_offs[0008]: 0x00000359 0x00000c24:ix_lens[0008]: 0x0000004c +0x0000082c:ix_offs[0009]: 0x000003a5 0x00000c28:ix_lens[0009]: 0x00000043 +0x00000830:ix_offs[0010]: 0x000003e8 0x00000c2c:ix_lens[0010]: 0x0000003e +0x00000834:ix_offs[0011]: 0x00000426 0x00000c30:ix_lens[0011]: 0x00000057 +0x00000838:ix_offs[0012]: 0x0000047d 0x00000c34:ix_lens[0012]: 0x0000005f +0x0000083c:ix_offs[0013]: 0x000004dc 0x00000c38:ix_lens[0013]: 0x0000006c +0x00000840:ix_offs[0014]: 0x00000548 0x00000c3c:ix_lens[0014]: 0x00000073 +0x00000844:ix_offs[0015]: 0x000005bb 0x00000c40:ix_lens[0015]: 0x0000005a +0x00000848:ix_offs[0016]: 0x00000615 0x00000c44:ix_lens[0016]: 0x00000068 +0x0000084c:ix_offs[0017]: 0x0000067d 0x00000c48:ix_lens[0017]: 0x0000005a +0x00000850:ix_offs[0018]: 0x000006d7 0x00000c4c:ix_lens[0018]: 0x00000064 +0x00000854:ix_offs[0019]: 0x0000073b 0x00000c50:ix_lens[0019]: 0x00000050 +0x00000858:ix_offs[0020]: 0x0000078b 0x00000c54:ix_lens[0020]: 0x00000041 +0x0000085c:ix_offs[0021]: 0x000007cc 0x00000c58:ix_lens[0021]: 0x00000046 +0x00000860:ix_offs[0022]: 0x00000812 0x00000c5c:ix_lens[0022]: 0x0000005c +0x00000864:ix_offs[0023]: 0x0000086e 0x00000c60:ix_lens[0023]: 0x00000046 +0x00000868:ix_offs[0024]: 0x000008b4 0x00000c64:ix_lens[0024]: 0x00000046 +0x0000086c:ix_offs[0025]: 0x000008fa 0x00000c68:ix_lens[0025]: 0x00000045 +0x00000870:ix_offs[0026]: 0x0000093f 0x00000c6c:ix_lens[0026]: 0x00000043 +0x00000874:ix_offs[0027]: 0x00000982 0x00000c70:ix_lens[0027]: 0x00000044 +0x00000878:ix_offs[0028]: 0x000009c6 0x00000c74:ix_lens[0028]: 0x00000053 +0x0000087c:ix_offs[0029]: 0x00000a19 0x00000c78:ix_lens[0029]: 0x00000077 +0x00000880:ix_offs[0030]: 0x00000a90 0x00000c7c:ix_lens[0030]: 0x00000044 +0x00000884:ix_offs[0031]: 0x00000ad4 0x00000c80:ix_lens[0031]: 0x00000058 +0x00000888:ix_offs[0032]: 0x00000b2c 0x00000c84:ix_lens[0032]: 0x00000040 +0x0000088c:ix_offs[0033]: 0x00000b6c 0x00000c88:ix_lens[0033]: 0x00000039 +0x00000890:ix_offs[0034]: 0x00000ba5 0x00000c8c:ix_lens[0034]: 0x00000049 +0x00000894:ix_offs[0035]: 0x00000bee 0x00000c90:ix_lens[0035]: 0x00000058 +0x00000898:ix_offs[0036]: 0x00000c46 0x00000c94:ix_lens[0036]: 0x00000053 +0x0000089c:ix_offs[0037]: 0x00000c99 0x00000c98:ix_lens[0037]: 0x00000059 +0x000008a0:ix_offs[0038]: 0x00000cf2 0x00000c9c:ix_lens[0038]: 0x00000047 +0x000008a4:ix_offs[0039]: 0x00000d39 0x00000ca0:ix_lens[0039]: 0x00000048 +0x000008a8:ix_offs[0040]: 0x00000d81 0x00000ca4:ix_lens[0040]: 0x00000066 +0x000008ac:ix_offs[0041]: 0x00000de7 0x00000ca8:ix_lens[0041]: 0x00000037 +0x000008b0:ix_offs[0042]: 0x00000e1e 0x00000cac:ix_lens[0042]: 0x00000036 +0x000008b4:ix_offs[0043]: 0x00000e54 0x00000cb0:ix_lens[0043]: 0x0000004d +0x000008b8:ix_offs[0044]: 0x00000ea1 0x00000cb4:ix_lens[0044]: 0x00000059 +0x000008bc:ix_offs[0045]: 0x00000efa 0x00000cb8:ix_lens[0045]: 0x0000004f +0x000008c0:ix_offs[0046]: 0x00000f49 0x00000cbc:ix_lens[0046]: 0x0000003b +0x000008c4:ix_offs[0047]: 0x00000f84 0x00000cc0:ix_lens[0047]: 0x00000037 +0x000008c8:ix_offs[0048]: 0x00000fbb 0x00000cc4:ix_lens[0048]: 0x00000058 +0x000008cc:ix_offs[0049]: 0x00001013 0x00000cc8:ix_lens[0049]: 0x00000045 +0x000008d0:ix_offs[0050]: 0x00001058 0x00000ccc:ix_lens[0050]: 0x00000046 +0x000008d4:ix_offs[0051]: 0x0000109e 0x00000cd0:ix_lens[0051]: 0x00000051 +0x000008d8:ix_offs[0052]: 0x000010ef 0x00000cd4:ix_lens[0052]: 0x0000004d +0x000008dc:ix_offs[0053]: 0x0000113c 0x00000cd8:ix_lens[0053]: 0x00000051 +0x000008e0:ix_offs[0054]: 0x0000118d 0x00000cdc:ix_lens[0054]: 0x00000037 +0x000008e4:ix_offs[0055]: 0x000011c4 0x00000ce0:ix_lens[0055]: 0x00000038 +0x000008e8:ix_offs[0056]: 0x000011fc 0x00000ce4:ix_lens[0056]: 0x00000036 +0x000008ec:ix_offs[0057]: 0x00001232 0x00000ce8:ix_lens[0057]: 0x00000048 +0x000008f0:ix_offs[0058]: 0x0000127a 0x00000cec:ix_lens[0058]: 0x00000037 +0x000008f4:ix_offs[0059]: 0x000012b1 0x00000cf0:ix_lens[0059]: 0x00000048 +0x000008f8:ix_offs[0060]: 0x000012f9 0x00000cf4:ix_lens[0060]: 0x0000003b +0x000008fc:ix_offs[0061]: 0x00001334 0x00000cf8:ix_lens[0061]: 0x00000054 +0x00000900:ix_offs[0062]: 0x00001388 0x00000cfc:ix_lens[0062]: 0x00000038 +0x00000904:ix_offs[0063]: 0x000013c0 0x00000d00:ix_lens[0063]: 0x00000038 +0x00000908:ix_offs[0064]: 0x000013f8 0x00000d04:ix_lens[0064]: 0x000000a4 +0x0000090c:ix_offs[0065]: 0x0000149c 0x00000d08:ix_lens[0065]: 0x0000005b +0x00000910:ix_offs[0066]: 0x000014f7 0x00000d0c:ix_lens[0066]: 0x00000081 +0x00000914:ix_offs[0067]: 0x00001578 0x00000d10:ix_lens[0067]: 0x00000059 +0x00000918:ix_offs[0068]: 0x000015d1 0x00000d14:ix_lens[0068]: 0x0000003b +0x0000091c:ix_offs[0069]: 0x0000160c 0x00000d18:ix_lens[0069]: 0x00000072 +0x00000920:ix_offs[0070]: 0x0000167e 0x00000d1c:ix_lens[0070]: 0x00000047 +0x00000924:ix_offs[0071]: 0x000016c5 0x00000d20:ix_lens[0071]: 0x00000063 +0x00000928:ix_offs[0072]: 0x00001728 0x00000d24:ix_lens[0072]: 0x00000073 +0x0000092c:ix_offs[0073]: 0x0000179b 0x00000d28:ix_lens[0073]: 0x0000006f +0x00000930:ix_offs[0074]: 0x0000180a 0x00000d2c:ix_lens[0074]: 0x00000039 +0x00000934:ix_offs[0075]: 0x00001843 0x00000d30:ix_lens[0075]: 0x0000003b +0x00000938:ix_offs[0076]: 0x0000187e 0x00000d34:ix_lens[0076]: 0x00000037 +0x0000093c:ix_offs[0077]: 0x000018b5 0x00000d38:ix_lens[0077]: 0x0000005d +0x00000940:ix_offs[0078]: 0x00001912 0x00000d3c:ix_lens[0078]: 0x0000003b +0x00000944:ix_offs[0079]: 0x0000194d 0x00000d40:ix_lens[0079]: 0x0000004f +0x00000948:ix_offs[0080]: 0x0000199c 0x00000d44:ix_lens[0080]: 0x00000050 +0x0000094c:ix_offs[0081]: 0x000019ec 0x00000d48:ix_lens[0081]: 0x00000050 +0x00000950:ix_offs[0082]: 0x00001a3c 0x00000d4c:ix_lens[0082]: 0x0000005b +0x00000954:ix_offs[0083]: 0x00001a97 0x00000d50:ix_lens[0083]: 0x0000004b +0x00000958:ix_offs[0084]: 0x00001ae2 0x00000d54:ix_lens[0084]: 0x0000004d +0x0000095c:ix_offs[0085]: 0x00001b2f 0x00000d58:ix_lens[0085]: 0x00000072 +0x00000960:ix_offs[0086]: 0x00001ba1 0x00000d5c:ix_lens[0086]: 0x00000056 +0x00000964:ix_offs[0087]: 0x00001bf7 0x00000d60:ix_lens[0087]: 0x00000047 +0x00000968:ix_offs[0088]: 0x00001c3e 0x00000d64:ix_lens[0088]: 0x00000054 +0x0000096c:ix_offs[0089]: 0x00001c92 0x00000d68:ix_lens[0089]: 0x00000066 +0x00000970:ix_offs[0090]: 0x00001cf8 0x00000d6c:ix_lens[0090]: 0x000000aa +0x00000974:ix_offs[0091]: 0x00001da2 0x00000d70:ix_lens[0091]: 0x0000006f +0x00000978:ix_offs[0092]: 0x00001e11 0x00000d74:ix_lens[0092]: 0x0000006f +0x0000097c:ix_offs[0093]: 0x00001e80 0x00000d78:ix_lens[0093]: 0x0000005a +0x00000980:ix_offs[0094]: 0x00001eda 0x00000d7c:ix_lens[0094]: 0x0000006e +0x00000984:ix_offs[0095]: 0x00001f48 0x00000d80:ix_lens[0095]: 0x00000046 +0x00000988:ix_offs[0096]: 0x00001f8e 0x00000d84:ix_lens[0096]: 0x00000045 +0x0000098c:ix_offs[0097]: 0x00001fd3 0x00000d88:ix_lens[0097]: 0x00000046 +0x00000990:ix_offs[0098]: 0x00002019 0x00000d8c:ix_lens[0098]: 0x00000044 +0x00000994:ix_offs[0099]: 0x0000205d 0x00000d90:ix_lens[0099]: 0x00000049 +0x00000998:ix_offs[0100]: 0x000020a6 0x00000d94:ix_lens[0100]: 0x0000004a +0x0000099c:ix_offs[0101]: 0x000020f0 0x00000d98:ix_lens[0101]: 0x00000046 +0x000009a0:ix_offs[0102]: 0x00002136 0x00000d9c:ix_lens[0102]: 0x00000049 +0x000009a4:ix_offs[0103]: 0x0000217f 0x00000da0:ix_lens[0103]: 0x00000046 +0x000009a8:ix_offs[0104]: 0x000021c5 0x00000da4:ix_lens[0104]: 0x0000004b +0x000009ac:ix_offs[0105]: 0x00002210 0x00000da8:ix_lens[0105]: 0x00000048 +0x000009b0:ix_offs[0106]: 0x00002258 0x00000dac:ix_lens[0106]: 0x0000004b +0x000009b4:ix_offs[0107]: 0x000022a3 0x00000db0:ix_lens[0107]: 0x00000045 +0x000009b8:ix_offs[0108]: 0x000022e8 0x00000db4:ix_lens[0108]: 0x00000048 +0x000009bc:ix_offs[0109]: 0x00002330 0x00000db8:ix_lens[0109]: 0x00000046 +0x000009c0:ix_offs[0110]: 0x00002376 0x00000dbc:ix_lens[0110]: 0x00000047 +0x000009c4:ix_offs[0111]: 0x000023bd 0x00000dc0:ix_lens[0111]: 0x00000045 +0x000009c8:ix_offs[0112]: 0x00002402 0x00000dc4:ix_lens[0112]: 0x00000048 +0x000009cc:ix_offs[0113]: 0x0000244a 0x00000dc8:ix_lens[0113]: 0x00000048 +0x000009d0:ix_offs[0114]: 0x00002492 0x00000dcc:ix_lens[0114]: 0x00000048 +0x000009d4:ix_offs[0115]: 0x000024da 0x00000dd0:ix_lens[0115]: 0x00000047 +0x000009d8:ix_offs[0116]: 0x00002521 0x00000dd4:ix_lens[0116]: 0x00000046 +0x000009dc:ix_offs[0117]: 0x00002567 0x00000dd8:ix_lens[0117]: 0x00000047 +0x000009e0:ix_offs[0118]: 0x000025ae 0x00000ddc:ix_lens[0118]: 0x00000037 +0x000009e4:ix_offs[0119]: 0x000025e5 0x00000de0:ix_lens[0119]: 0x00000048 +0x000009e8:ix_offs[0120]: 0x0000262d 0x00000de4:ix_lens[0120]: 0x00000036 +0x000009ec:ix_offs[0121]: 0x00002663 0x00000de8:ix_lens[0121]: 0x00000064 +0x000009f0:ix_offs[0122]: 0x000026c7 0x00000dec:ix_lens[0122]: 0x00000070 +0x000009f4:ix_offs[0123]: 0x00002737 0x00000df0:ix_lens[0123]: 0x0000005f +0x000009f8:ix_offs[0124]: 0x00002796 0x00000df4:ix_lens[0124]: 0x0000005f +0x000009fc:ix_offs[0125]: 0x000027f5 0x00000df8:ix_lens[0125]: 0x00000050 +0x00000a00:ix_offs[0126]: 0x00002845 0x00000dfc:ix_lens[0126]: 0x00000047 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I1900 offs: 0x00000000 lens: 0x00000047 +0x00001000-0x00001046: +>>0 @I1900@ INDI +1 NAME Ralph /Cobham/ +1 SEX M +1 TITL Sir +1 FAMS @F867@ +<< +[0001] INDI rkey: I1901 offs: 0x00000047 lens: 0x00000046 +0x00001047-0x0000108c: +>>0 @I1901@ INDI +1 NAME John // +1 SEX M +1 TITL Lord Wake +1 FAMS @F823@ +<< +[0002] INDI rkey: I1902 offs: 0x0000008d lens: 0x0000003a +0x0000108d-0x000010c6: +>>0 @I1902@ INDI +1 NAME John /Comyn/ +1 SEX M +1 FAMS @F824@ +<< +[0003] INDI rkey: I1903 offs: 0x000000c7 lens: 0x000000e9 +0x000010c7-0x000011af: +>>0 @I1903@ INDI +1 NAME Philip_IV the_Fair // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1268 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 29 NOV 1314 +2 PLAC Fontainebleau,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F671@ +1 FAMS @F91@ +<< +[0004] INDI rkey: I1904 offs: 0x000001b0 lens: 0x00000077 +0x000011b0-0x00001226: +>>0 @I1904@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 TITL Earl of March II +1 DEAT +2 DATE 1360 +1 FAMC @F991@ +1 FAMS @F718@ +<< +[0005] INDI rkey: I1905 offs: 0x00000227 lens: 0x00000058 +0x00001227-0x0000127e: +>>0 @I1905@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 TITL Sir +1 FAMC @F992@ +1 FAMS @F991@ +<< +[0006] INDI rkey: I1906 offs: 0x0000027f lens: 0x00000076 +0x0000127f-0x000012f4: +>>0 @I1906@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 TITL Earl of March I +1 DEAT +2 DATE 1330 +1 FAMC @F993@ +1 FAMS @F992@ +<< +[0007] INDI rkey: I1907 offs: 0x000002f5 lens: 0x00000064 +0x000012f5-0x00001358: +>>0 @I1907@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 TITL Lord Mortimer I +1 FAMC @F994@ +1 FAMS @F993@ +<< +[0008] INDI rkey: I1908 offs: 0x00000359 lens: 0x0000004c +0x00001359-0x000013a4: +>>0 @I1908@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 FAMC @F995@ +1 FAMS @F994@ +<< +[0009] INDI rkey: I1909 offs: 0x000003a5 lens: 0x00000043 +0x000013a5-0x000013e7: +>>0 @I1909@ INDI +1 NAME Maud // +1 SEX F +1 FAMC @F996@ +1 FAMS @F994@ +<< +[0010] INDI rkey: I1910 offs: 0x000003e8 lens: 0x0000003e +0x000013e8-0x00001425: +>>0 @I1910@ INDI +1 NAME Ralph /Mortimer/ +1 SEX M +1 FAMS @F995@ +<< +[0011] INDI rkey: I1911 offs: 0x00000426 lens: 0x00000057 +0x00001426-0x0000147c: +>>0 @I1911@ INDI +1 NAME Gwladus DDU // +1 SEX F +1 FAMC @F997@ +1 FAMS @F998@ +1 FAMS @F995@ +<< +[0012] INDI rkey: I1912 offs: 0x0000047d lens: 0x0000005f +0x0000147d-0x000014db: +>>0 @I1912@ INDI +1 NAME Reginald De_Braose // +1 SEX M +1 FAMC @F999@ +1 FAMS @F998@ +1 FAMS @F1000@ +<< +[0013] INDI rkey: I1913 offs: 0x000004dc lens: 0x0000006c +0x000014dc-0x00001547: +>>0 @I1913@ INDI +1 NAME Llywelyn Fawr the_Great// +1 SEX M +1 TITL Prince of Wales +1 FAMC @F1001@ +1 FAMS @F997@ +<< +[0014] INDI rkey: I1914 offs: 0x00000548 lens: 0x00000073 +0x00001548-0x000015ba: +>>0 @I1914@ INDI +1 NAME Richard /Wellesley/ +1 SEX M +1 TITL Marquess +1 DEAT +2 DATE 1842 +1 FAMC @F1002@ +1 FAMS @F227@ +<< +[0015] INDI rkey: I1915 offs: 0x000005bb lens: 0x0000005a +0x000015bb-0x00001614: +>>0 @I1915@ INDI +1 NAME Garret of_Mornington /Wellesley/ +1 SEX M +1 TITL Earl +1 FAMS @F1002@ +<< +[0016] INDI rkey: I1916 offs: 0x00000615 lens: 0x00000068 +0x00001615-0x0000167c: +>>0 @I1916@ INDI +1 NAME Anne /Hill/ +1 SEX F +1 TITL Hon. +1 DEAT +2 DATE 1831 +1 FAMC @F1003@ +1 FAMS @F1002@ +<< +[0017] INDI rkey: I1917 offs: 0x0000067d lens: 0x0000005a +0x0000167d-0x000016d6: +>>0 @I1917@ INDI +1 NAME Arthur of_Wellington /Wellesley/ +1 SEX M +1 TITL Duke +1 FAMC @F1002@ +<< +[0018] INDI rkey: I1918 offs: 0x000006d7 lens: 0x00000064 +0x000016d7-0x0000173a: +>>0 @I1918@ INDI +1 NAME Arthur Dungannon /Hill/ +1 SEX M +1 TITL Viscount +1 FAMC @F1004@ +1 FAMS @F1003@ +<< +[0019] INDI rkey: I1919 offs: 0x0000073b lens: 0x00000050 +0x0000173b-0x0000178a: +>>0 @I1919@ INDI +1 NAME William /De_Braose/ +1 SEX M +1 FAMC @F1000@ +1 FAMS @F996@ +<< +[0020] INDI rkey: I1920 offs: 0x0000078b lens: 0x00000041 +0x0000178b-0x000017cb: +>>0 @I1920@ INDI +1 NAME William /De_Braose/ +1 SEX M +1 FAMS @F999@ +<< +[0021] INDI rkey: I1921 offs: 0x000007cc lens: 0x00000046 +0x000017cc-0x00001811: +>>0 @I1921@ INDI +1 NAME Bertha // +1 SEX F +1 FAMC @F1005@ +1 FAMS @F999@ +<< +[0022] INDI rkey: I1922 offs: 0x00000812 lens: 0x0000005c +0x00001812-0x0000186d: +>>0 @I1922@ INDI +1 NAME Miles of_Gloucester // +1 SEX M +1 TITL Earl of Hereford +1 FAMS @F1005@ +<< +[0023] INDI rkey: I1923 offs: 0x0000086e lens: 0x00000046 +0x0000186e-0x000018b3: +>>0 @I1923@ INDI +1 NAME Sybil // +1 SEX F +1 FAMC @F1006@ +1 FAMS @F1005@ +<< +[0024] INDI rkey: I1924 offs: 0x000008b4 lens: 0x00000046 +0x000018b4-0x000018f9: +>>0 @I1924@ INDI +1 NAME Bernard of_Neufmarche // +1 SEX M +1 FAMS @F1006@ +<< +[0025] INDI rkey: I1925 offs: 0x000008fa lens: 0x00000045 +0x000018fa-0x0000193e: +>>0 @I1925@ INDI +1 NAME Nest // +1 SEX F +1 FAMC @F1007@ +1 FAMS @F1006@ +<< +[0026] INDI rkey: I1926 offs: 0x0000093f lens: 0x00000043 +0x0000193f-0x00001981: +>>0 @I1926@ INDI +1 NAME Osbern Fitz Richard// +1 SEX M +1 FAMS @F1007@ +<< +[0027] INDI rkey: I1927 offs: 0x00000982 lens: 0x00000044 +0x00001982-0x000019c5: +>>0 @I1927@ INDI +1 NAME Nest // +1 SEX F +1 FAMC @F849@ +1 FAMS @F1007@ +<< +[0028] INDI rkey: I1928 offs: 0x000009c6 lens: 0x00000053 +0x000019c6-0x00001a18: +>>0 @I1928@ INDI +1 NAME Gruffydd Ap_Llywelyn // +1 SEX M +1 FAMC @F1008@ +1 FAMS @F849@ +<< +[0029] INDI rkey: I1929 offs: 0x00000a19 lens: 0x00000077 +0x00001a19-0x00001a8f: +>>0 @I1929@ INDI +1 NAME Henry_III // +1 SEX M +1 TITL King of Germany +1 BIRT +2 DATE 1017 +1 DEAT +2 DATE 1056 +1 FAMS @F937@ +<< +[0030] INDI rkey: I1930 offs: 0x00000a90 lens: 0x00000044 +0x00001a90-0x00001ad3: +>>0 @I1930@ INDI +1 NAME Llywelyn Ap_Seisyll // +1 SEX M +1 FAMS @F1008@ +<< +[0031] INDI rkey: I1931 offs: 0x00000ad4 lens: 0x00000058 +0x00001ad4-0x00001b2b: +>>0 @I1931@ INDI +1 NAME Angharad // +1 SEX F +1 FAMC @F1009@ +1 FAMS @F1008@ +1 FAMS @F1010@ +<< +[0032] INDI rkey: I1932 offs: 0x00000b2c lens: 0x00000040 +0x00001b2c-0x00001b6b: +>>0 @I1932@ INDI +1 NAME Cynfyn of_Powys // +1 SEX M +1 FAMS @F1010@ +<< +[0033] INDI rkey: I1933 offs: 0x00000b6c lens: 0x00000039 +0x00001b6c-0x00001ba4: +>>0 @I1933@ INDI +1 NAME Bleddyn // +1 SEX M +1 FAMC @F1010@ +<< +[0034] INDI rkey: I1934 offs: 0x00000ba5 lens: 0x00000049 +0x00001ba5-0x00001bed: +>>0 @I1934@ INDI +1 NAME Maredudd // +1 SEX M +1 FAMC @F1011@ +1 FAMS @F1009@ +<< +[0035] INDI rkey: I1935 offs: 0x00000bee lens: 0x00000058 +0x00001bee-0x00001c45: +>>0 @I1935@ INDI +1 NAME Owain // +1 SEX M +1 DEAT +2 DATE 968 +1 FAMC @F1012@ +1 FAMS @F1011@ +<< +[0036] INDI rkey: I1936 offs: 0x00000c46 lens: 0x00000053 +0x00001c46-0x00001c98: +>>0 @I1936@ INDI +1 NAME Hywel Dda (the_Good)// +1 SEX M +1 FAMC @F1013@ +1 FAMS @F1012@ +<< +[0037] INDI rkey: I1937 offs: 0x00000c99 lens: 0x00000059 +0x00001c99-0x00001cf1: +>>0 @I1937@ INDI +1 NAME Cadell // +1 SEX M +1 DEAT +2 DATE 909 +1 FAMC @F1014@ +1 FAMS @F1013@ +<< +[0038] INDI rkey: I1938 offs: 0x00000cf2 lens: 0x00000047 +0x00001cf2-0x00001d38: +>>0 @I1938@ INDI +1 NAME Rhodri Mawr (the_Great)// +1 SEX M +1 FAMS @F1014@ +<< +[0039] INDI rkey: I1939 offs: 0x00000d39 lens: 0x00000048 +0x00001d39-0x00001d80: +>>0 @I1939@ INDI +1 NAME Anarawd // +1 SEX M +1 FAMC @F1014@ +1 FAMS @F1015@ +<< +[0040] INDI rkey: I1940 offs: 0x00000d81 lens: 0x00000066 +0x00001d81-0x00001de6: +>>0 @I1940@ INDI +1 NAME Idwal Foel (the_Bald)// +1 SEX M +1 DEAT +2 DATE 942 +1 FAMC @F1015@ +1 FAMS @F1016@ +<< +[0041] INDI rkey: I1941 offs: 0x00000de7 lens: 0x00000037 +0x00001de7-0x00001e1d: +>>0 @I1941@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F1016@ +<< +[0042] INDI rkey: I1942 offs: 0x00000e1e lens: 0x00000036 +0x00001e1e-0x00001e53: +>>0 @I1942@ INDI +1 NAME Iago // +1 SEX M +1 FAMC @F1016@ +<< +[0043] INDI rkey: I1943 offs: 0x00000e54 lens: 0x0000004d +0x00001e54-0x00001ea0: +>>0 @I1943@ INDI +1 NAME Ieuaf (Levan) // +1 SEX M +1 FAMC @F1016@ +1 FAMS @F1017@ +<< +[0044] INDI rkey: I1944 offs: 0x00000ea1 lens: 0x00000059 +0x00001ea1-0x00001ef9: +>>0 @I1944@ INDI +1 NAME Meurig // +1 SEX M +1 DEAT +2 DATE 986 +1 FAMC @F1016@ +1 FAMS @F1018@ +<< +[0045] INDI rkey: I1945 offs: 0x00000efa lens: 0x0000004f +0x00001efa-0x00001f48: +>>0 @I1945@ INDI +1 NAME Hywel (the_Bad) // +1 SEX M +1 FAMC @F1017@ +1 FAMS @F1019@ +<< +[0046] INDI rkey: I1946 offs: 0x00000f49 lens: 0x0000003b +0x00001f49-0x00001f83: +>>0 @I1946@ INDI +1 NAME Cadwallon // +1 SEX M +1 FAMC @F1017@ +<< +[0047] INDI rkey: I1947 offs: 0x00000f84 lens: 0x00000037 +0x00001f84-0x00001fba: +>>0 @I1947@ INDI +1 NAME Cynan // +1 SEX M +1 FAMC @F1019@ +<< +[0048] INDI rkey: I1948 offs: 0x00000fbb lens: 0x00000058 +0x00001fbb-0x00002012: +>>0 @I1948@ INDI +1 NAME Idwal // +1 SEX M +1 DEAT +2 DATE 996 +1 FAMC @F1018@ +1 FAMS @F1020@ +<< +[0049] INDI rkey: I1949 offs: 0x00001013 lens: 0x00000045 +0x00002013-0x00002057: +>>0 @I1949@ INDI +1 NAME Iago // +1 SEX M +1 FAMC @F1020@ +1 FAMS @F1021@ +<< +[0050] INDI rkey: I1950 offs: 0x00001058 lens: 0x00000046 +0x00002058-0x0000209d: +>>0 @I1950@ INDI +1 NAME Cynan // +1 SEX M +1 FAMC @F1021@ +1 FAMS @F1022@ +<< +[0051] INDI rkey: I1951 offs: 0x0000109e lens: 0x00000051 +0x0000209e-0x000020ee: +>>0 @I1951@ INDI +1 NAME Gruffydd Ap_Cynan // +1 SEX M +1 FAMC @F1022@ +1 FAMS @F1023@ +<< +[0052] INDI rkey: I1952 offs: 0x000010ef lens: 0x0000004d +0x000020ef-0x0000213b: +>>0 @I1952@ INDI +1 NAME Owain Gwynedd // +1 SEX M +1 FAMC @F1023@ +1 FAMS @F1024@ +<< +[0053] INDI rkey: I1953 offs: 0x0000113c lens: 0x00000051 +0x0000213c-0x0000218c: +>>0 @I1953@ INDI +1 NAME Iorwerth Drwyndwn // +1 SEX M +1 FAMC @F1024@ +1 FAMS @F1001@ +<< +[0054] INDI rkey: I1954 offs: 0x0000118d lens: 0x00000037 +0x0000218d-0x000021c3: +>>0 @I1954@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F1024@ +<< +[0055] INDI rkey: I1955 offs: 0x000011c4 lens: 0x00000038 +0x000021c4-0x000021fb: +>>0 @I1955@ INDI +1 NAME Dafydd // +1 SEX M +1 FAMC @F1024@ +<< +[0056] INDI rkey: I1956 offs: 0x000011fc lens: 0x00000036 +0x000021fc-0x00002231: +>>0 @I1956@ INDI +1 NAME /Unknown/ +1 SEX F +1 FAMS @F997@ +<< +[0057] INDI rkey: I1957 offs: 0x00001232 lens: 0x00000048 +0x00002232-0x00002279: +>>0 @I1957@ INDI +1 NAME Gruffydd // +1 SEX M +1 FAMC @F997@ +1 FAMS @F1025@ +<< +[0058] INDI rkey: I1958 offs: 0x0000127a lens: 0x00000037 +0x0000227a-0x000022b0: +>>0 @I1958@ INDI +1 NAME Dafydd // +1 SEX M +1 FAMC @F997@ +<< +[0059] INDI rkey: I1959 offs: 0x000012b1 lens: 0x00000048 +0x000022b1-0x000022f8: +>>0 @I1959@ INDI +1 NAME Angharad // +1 SEX F +1 FAMC @F997@ +1 FAMS @F1026@ +<< +[0060] INDI rkey: I1960 offs: 0x000012f9 lens: 0x0000003b +0x000022f9-0x00002333: +>>0 @I1960@ INDI +1 NAME Gwenllian // +1 SEX F +1 FAMC @F1027@ +<< +[0061] INDI rkey: I1961 offs: 0x00001334 lens: 0x00000054 +0x00002334-0x00002387: +>>0 @I1961@ INDI +1 NAME Llywelyn Ap_Gruffydd // +1 SEX M +1 FAMC @F1025@ +1 FAMS @F1027@ +<< +[0062] INDI rkey: I1962 offs: 0x00001388 lens: 0x00000038 +0x00002388-0x000023bf: +>>0 @I1962@ INDI +1 NAME Kathryn // +1 SEX F +1 FAMC @F136@ +<< +[0063] INDI rkey: I1963 offs: 0x000013c0 lens: 0x00000038 +0x000023c0-0x000023f7: +>>0 @I1963@ INDI +1 NAME Norissa // +1 SEX F +1 FAMC @F136@ +<< +[0064] INDI rkey: I1964 offs: 0x000013f8 lens: 0x000000a4 +0x000023f8-0x0000249b: +>>0 @I1964@ INDI +1 NAME Alfred the_Great // +1 SEX M +1 TITL King West Saxons +1 BIRT +2 DATE 849 +2 PLAC Wantage,,,England +1 DEAT +2 DATE 899 +1 FAMC @F1028@ +1 FAMS @F948@ +<< +[0065] INDI rkey: I1965 offs: 0x0000149c lens: 0x0000005b +0x0000249c-0x000024f6: +>>0 @I1965@ INDI +1 NAME Ealhswith // +1 SEX F +1 DEAT +2 DATE 905 +1 FAMC @F1029@ +1 FAMS @F948@ +<< +[0066] INDI rkey: I1966 offs: 0x000014f7 lens: 0x00000081 +0x000024f7-0x00002577: +>>0 @I1966@ INDI +1 NAME Ethelwulf // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 858 +1 FAMC @F1030@ +1 FAMS @F1028@ +1 FAMS @F1031@ +<< +[0067] INDI rkey: I1967 offs: 0x00001578 lens: 0x00000059 +0x00002578-0x000025d0: +>>0 @I1967@ INDI +1 NAME Osburh // +1 SEX F +1 DEAT +2 DATE 846 +1 FAMC @F1032@ +1 FAMS @F1028@ +<< +[0068] INDI rkey: I1968 offs: 0x000015d1 lens: 0x0000003b +0x000025d1-0x0000260b: +>>0 @I1968@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMC @F1028@ +<< +[0069] INDI rkey: I1969 offs: 0x0000160c lens: 0x00000072 +0x0000260c-0x0000267d: +>>0 @I1969@ INDI +1 NAME Ethelbald // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 860 +1 FAMC @F1028@ +1 FAMS @F1033@ +<< +[0070] INDI rkey: I1970 offs: 0x0000167e lens: 0x00000047 +0x0000267e-0x000026c4: +>>0 @I1970@ INDI +1 NAME Judith // +1 SEX F +1 FAMS @F1033@ +1 FAMS @F1031@ +<< +[0071] INDI rkey: I1971 offs: 0x000016c5 lens: 0x00000063 +0x000026c5-0x00002727: +>>0 @I1971@ INDI +1 NAME Ethelbert // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 866 +1 FAMC @F1028@ +<< +[0072] INDI rkey: I1972 offs: 0x00001728 lens: 0x00000073 +0x00002728-0x0000279a: +>>0 @I1972@ INDI +1 NAME Ethelred_I // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 871 +1 FAMC @F1028@ +1 FAMS @F1034@ +<< +[0073] INDI rkey: I1973 offs: 0x0000179b lens: 0x0000006f +0x0000279b-0x00002809: +>>0 @I1973@ INDI +1 NAME Egbert // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 839 +1 FAMC @F1035@ +1 FAMS @F1030@ +<< +[0074] INDI rkey: I1974 offs: 0x0000180a lens: 0x00000039 +0x0000280a-0x00002842: +>>0 @I1974@ INDI +1 NAME Redburh // +1 SEX F +1 FAMS @F1030@ +<< +[0075] INDI rkey: I1975 offs: 0x00001843 lens: 0x0000003b +0x00002843-0x0000287d: +>>0 @I1975@ INDI +1 NAME Athelstan // +1 SEX M +1 FAMC @F1030@ +<< +[0076] INDI rkey: I1976 offs: 0x0000187e lens: 0x00000037 +0x0000287e-0x000028b4: +>>0 @I1976@ INDI +1 NAME Oslac // +1 SEX M +1 FAMS @F1032@ +<< +[0077] INDI rkey: I1977 offs: 0x000018b5 lens: 0x0000005d +0x000028b5-0x00002911: +>>0 @I1977@ INDI +1 NAME Ethelswith // +1 SEX F +1 DEAT +2 DATE 888 +1 FAMC @F1028@ +1 FAMS @F1036@ +<< +[0078] INDI rkey: I1978 offs: 0x00001912 lens: 0x0000003b +0x00002912-0x0000294c: +>>0 @I1978@ INDI +1 NAME Ethelhelm // +1 SEX M +1 FAMC @F1034@ +<< +[0079] INDI rkey: I1979 offs: 0x0000194d lens: 0x0000004f +0x0000294d-0x0000299b: +>>0 @I1979@ INDI +1 NAME Ethelwald // +1 SEX M +1 TITL King of York +1 FAMC @F1034@ +<< +[0080] INDI rkey: I1980 offs: 0x0000199c lens: 0x00000050 +0x0000299c-0x000029eb: +>>0 @I1980@ INDI +1 NAME Burghred // +1 SEX M +1 TITL King of Mercia +1 FAMS @F1036@ +<< +[0081] INDI rkey: I1981 offs: 0x000019ec lens: 0x00000050 +0x000029ec-0x00002a3b: +>>0 @I1981@ INDI +1 NAME Ethelred /Mucel/ +1 SEX M +1 TITL Ealdorman +1 FAMS @F1029@ +<< +[0082] INDI rkey: I1982 offs: 0x00001a3c lens: 0x0000005b +0x00002a3c-0x00002a96: +>>0 @I1982@ INDI +1 NAME Ethelwerd // +1 SEX M +1 DEAT +2 DATE 922 +1 FAMC @F948@ +1 FAMS @F1037@ +<< +[0083] INDI rkey: I1983 offs: 0x00001a97 lens: 0x0000004b +0x00002a97-0x00002ae1: +>>0 @I1983@ INDI +1 NAME Elfwine // +1 SEX M +1 DEAT +2 DATE 937 +1 FAMC @F1037@ +<< +[0084] INDI rkey: I1984 offs: 0x00001ae2 lens: 0x0000004d +0x00002ae2-0x00002b2e: +>>0 @I1984@ INDI +1 NAME Ethelwine // +1 SEX M +1 DEAT +2 DATE 937 +1 FAMC @F1037@ +<< +[0085] INDI rkey: I1985 offs: 0x00001b2f lens: 0x00000072 +0x00002b2f-0x00002ba0: +>>0 @I1985@ INDI +1 NAME Ethelfleda // +1 SEX F +1 TITL Lady of Mercia +1 DEAT +2 DATE 918 +1 FAMC @F948@ +1 FAMS @F1038@ +<< +[0086] INDI rkey: I1986 offs: 0x00001ba1 lens: 0x00000056 +0x00002ba1-0x00002bf6: +>>0 @I1986@ INDI +1 NAME Ethelgiva of_Shaftesbury // +1 SEX F +1 TITL Abbess +1 FAMC @F948@ +<< +[0087] INDI rkey: I1987 offs: 0x00001bf7 lens: 0x00000047 +0x00002bf7-0x00002c3d: +>>0 @I1987@ INDI +1 NAME Elfrida // +1 SEX F +1 FAMC @F948@ +1 FAMS @F1039@ +<< +[0088] INDI rkey: I1988 offs: 0x00001c3e lens: 0x00000054 +0x00002c3e-0x00002c91: +>>0 @I1988@ INDI +1 NAME Baldwin_II of_Flanders // +1 SEX M +1 TITL Count +1 FAMS @F1039@ +<< +[0089] INDI rkey: I1989 offs: 0x00001c92 lens: 0x00000066 +0x00002c92-0x00002cf7: +>>0 @I1989@ INDI +1 NAME Ethelred of_Mercia // +1 SEX M +1 TITL Ealdorman +1 DEAT +2 DATE 910 +1 FAMS @F1038@ +<< +[0090] INDI rkey: I1990 offs: 0x00001cf8 lens: 0x000000aa +0x00002cf8-0x00002da1: +>>0 @I1990@ INDI +1 NAME Henry_IV // +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 11 NOV 1050 +2 PLAC Goslar,,,Germany +1 DEAT +2 DATE 7 AUG 1106 +2 PLAC Liege,,,Belgium +1 FAMC @F937@ +<< +[0091] INDI rkey: I1991 offs: 0x00001da2 lens: 0x0000006f +0x00002da2-0x00002e10: +>>0 @I1991@ INDI +1 NAME Cerdic // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 534 +1 FAMC @F1040@ +1 FAMS @F1041@ +<< +[0092] INDI rkey: I1992 offs: 0x00001e11 lens: 0x0000006f +0x00002e11-0x00002e7f: +>>0 @I1992@ INDI +1 NAME Cynric // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 560 +1 FAMC @F1041@ +1 FAMS @F1042@ +<< +[0093] INDI rkey: I1993 offs: 0x00001e80 lens: 0x0000005a +0x00002e80-0x00002ed9: +>>0 @I1993@ INDI +1 NAME Ceawlin // +1 SEX M +1 DEAT +2 DATE 593 +1 FAMC @F1042@ +1 FAMS @F1043@ +<< +[0094] INDI rkey: I1994 offs: 0x00001eda lens: 0x0000006e +0x00002eda-0x00002f47: +>>0 @I1994@ INDI +1 NAME Cutha // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 584 +1 FAMC @F1042@ +1 FAMS @F1044@ +<< +[0095] INDI rkey: I1995 offs: 0x00001f48 lens: 0x00000046 +0x00002f48-0x00002f8d: +>>0 @I1995@ INDI +1 NAME Elesa // +1 SEX M +1 FAMC @F1045@ +1 FAMS @F1040@ +<< +[0096] INDI rkey: I1996 offs: 0x00001f8e lens: 0x00000045 +0x00002f8e-0x00002fd2: +>>0 @I1996@ INDI +1 NAME Elsa // +1 SEX M +1 FAMC @F1046@ +1 FAMS @F1045@ +<< +[0097] INDI rkey: I1997 offs: 0x00001fd3 lens: 0x00000046 +0x00002fd3-0x00003018: +>>0 @I1997@ INDI +1 NAME Gewis // +1 SEX M +1 FAMC @F1047@ +1 FAMS @F1046@ +<< +[0098] INDI rkey: I1998 offs: 0x00002019 lens: 0x00000044 +0x00003019-0x0000305c: +>>0 @I1998@ INDI +1 NAME Wig // +1 SEX M +1 FAMC @F1048@ +1 FAMS @F1047@ +<< +[0099] INDI rkey: I1999 offs: 0x0000205d lens: 0x00000049 +0x0000305d-0x000030a5: +>>0 @I1999@ INDI +1 NAME Freawine // +1 SEX M +1 FAMC @F1049@ +1 FAMS @F1048@ +<< +[0100] INDI rkey: I2000 offs: 0x000020a6 lens: 0x0000004a +0x000030a6-0x000030ef: +>>0 @I2000@ INDI +1 NAME Frithogar // +1 SEX M +1 FAMC @F1050@ +1 FAMS @F1049@ +<< +[0101] INDI rkey: I2001 offs: 0x000020f0 lens: 0x00000046 +0x000030f0-0x00003135: +>>0 @I2001@ INDI +1 NAME Brond // +1 SEX M +1 FAMC @F1051@ +1 FAMS @F1050@ +<< +[0102] INDI rkey: I2002 offs: 0x00002136 lens: 0x00000049 +0x00003136-0x0000317e: +>>0 @I2002@ INDI +1 NAME Baeldaeg // +1 SEX M +1 FAMC @F1052@ +1 FAMS @F1051@ +<< +[0103] INDI rkey: I2003 offs: 0x0000217f lens: 0x00000046 +0x0000317f-0x000031c4: +>>0 @I2003@ INDI +1 NAME Woden // +1 SEX M +1 FAMC @F1053@ +1 FAMS @F1052@ +<< +[0104] INDI rkey: I2004 offs: 0x000021c5 lens: 0x0000004b +0x000031c5-0x0000320f: +>>0 @I2004@ INDI +1 NAME Frithuwald // +1 SEX M +1 FAMC @F1054@ +1 FAMS @F1053@ +<< +[0105] INDI rkey: I2005 offs: 0x00002210 lens: 0x00000048 +0x00003210-0x00003257: +>>0 @I2005@ INDI +1 NAME Frealaf // +1 SEX M +1 FAMC @F1055@ +1 FAMS @F1054@ +<< +[0106] INDI rkey: I2006 offs: 0x00002258 lens: 0x0000004b +0x00003258-0x000032a2: +>>0 @I2006@ INDI +1 NAME Frithuwulf // +1 SEX M +1 FAMC @F1056@ +1 FAMS @F1055@ +<< +[0107] INDI rkey: I2007 offs: 0x000022a3 lens: 0x00000045 +0x000032a3-0x000032e7: +>>0 @I2007@ INDI +1 NAME Finn // +1 SEX M +1 FAMC @F1057@ +1 FAMS @F1056@ +<< +[0108] INDI rkey: I2008 offs: 0x000022e8 lens: 0x00000048 +0x000032e8-0x0000332f: +>>0 @I2008@ INDI +1 NAME Godwulf // +1 SEX M +1 FAMC @F1058@ +1 FAMS @F1057@ +<< +[0109] INDI rkey: I2009 offs: 0x00002330 lens: 0x00000046 +0x00003330-0x00003375: +>>0 @I2009@ INDI +1 NAME Geata // +1 SEX M +1 FAMC @F1059@ +1 FAMS @F1058@ +<< +[0110] INDI rkey: I2010 offs: 0x00002376 lens: 0x00000047 +0x00003376-0x000033bc: +>>0 @I2010@ INDI +1 NAME Taetwa // +1 SEX M +1 FAMC @F1060@ +1 FAMS @F1059@ +<< +[0111] INDI rkey: I2011 offs: 0x000023bd lens: 0x00000045 +0x000033bd-0x00003401: +>>0 @I2011@ INDI +1 NAME Beaw // +1 SEX M +1 FAMC @F1061@ +1 FAMS @F1060@ +<< +[0112] INDI rkey: I2012 offs: 0x00002402 lens: 0x00000048 +0x00003402-0x00003449: +>>0 @I2012@ INDI +1 NAME Sceldwa // +1 SEX M +1 FAMC @F1062@ +1 FAMS @F1061@ +<< +[0113] INDI rkey: I2013 offs: 0x0000244a lens: 0x00000048 +0x0000344a-0x00003491: +>>0 @I2013@ INDI +1 NAME Heremod // +1 SEX M +1 FAMC @F1063@ +1 FAMS @F1062@ +<< +[0114] INDI rkey: I2014 offs: 0x00002492 lens: 0x00000048 +0x00003492-0x000034d9: +>>0 @I2014@ INDI +1 NAME Itermon // +1 SEX M +1 FAMC @F1064@ +1 FAMS @F1063@ +<< +[0115] INDI rkey: I2015 offs: 0x000024da lens: 0x00000047 +0x000034da-0x00003520: +>>0 @I2015@ INDI +1 NAME Hathra // +1 SEX M +1 FAMC @F1065@ +1 FAMS @F1064@ +<< +[0116] INDI rkey: I2016 offs: 0x00002521 lens: 0x00000046 +0x00003521-0x00003566: +>>0 @I2016@ INDI +1 NAME Hwala // +1 SEX M +1 FAMC @F1066@ +1 FAMS @F1065@ +<< +[0117] INDI rkey: I2017 offs: 0x00002567 lens: 0x00000047 +0x00003567-0x000035ad: +>>0 @I2017@ INDI +1 NAME Bedwig // +1 SEX M +1 FAMC @F1067@ +1 FAMS @F1066@ +<< +[0118] INDI rkey: I2018 offs: 0x000025ae lens: 0x00000037 +0x000035ae-0x000035e4: +>>0 @I2018@ INDI +1 NAME Sceaf // +1 SEX M +1 FAMS @F1067@ +<< +[0119] INDI rkey: I2019 offs: 0x000025e5 lens: 0x00000048 +0x000035e5-0x0000362c: +>>0 @I2019@ INDI +1 NAME Unknown // +1 SEX F +1 FAMC @F1040@ +1 FAMS @F1068@ +<< +[0120] INDI rkey: I2020 offs: 0x0000262d lens: 0x00000036 +0x0000362d-0x00003662: +>>0 @I2020@ INDI +1 NAME Stuf // +1 SEX M +1 FAMC @F1068@ +<< +[0121] INDI rkey: I2021 offs: 0x00002663 lens: 0x00000064 +0x00003663-0x000036c6: +>>0 @I2021@ INDI +1 NAME Wihtgar Isle_of_Wight // +1 SEX M +1 TITL King +1 DEAT +2 DATE 544 +1 FAMC @F1068@ +<< +[0122] INDI rkey: I2022 offs: 0x000026c7 lens: 0x00000070 +0x000036c7-0x00003736: +>>0 @I2022@ INDI +1 NAME Ceolric // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 597 +1 FAMC @F1044@ +1 FAMS @F1069@ +<< +[0123] INDI rkey: I2023 offs: 0x00002737 lens: 0x0000005f +0x00003737-0x00003795: +>>0 @I2023@ INDI +1 NAME Ceolwulf // +1 SEX M +1 TITL King of Wessex +1 FAMC @F1044@ +1 FAMS @F1070@ +<< +[0124] INDI rkey: I2024 offs: 0x00002796 lens: 0x0000005f +0x00003796-0x000037f4: +>>0 @I2024@ INDI +1 NAME Cynegils // +1 SEX M +1 TITL King of Wessex +1 FAMC @F1069@ +1 FAMS @F1071@ +<< +[0125] INDI rkey: I2025 offs: 0x000027f5 lens: 0x00000050 +0x000037f5-0x00003844: +>>0 @I2025@ INDI +1 NAME Aescwine // +1 SEX M +1 TITL King of Wessex +1 FAMC @F1072@ +<< +[0126] INDI rkey: I2026 offs: 0x00002845 lens: 0x00000047 +0x00003845-0x0000388b: +>>0 @I2026@ INDI +1 NAME Cenfus // +1 SEX M +1 FAMC @F1073@ +1 FAMS @F1072@ +<< + +0x0000388c: EOF (0x0000388c) GOOD + +BLOCK - DIRECTORY ae/ad +0x00000000:ix_self: 0x00040003 (ae/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2027' +0x00000016:ix_rkey[0001]: ' I2028' +0x0000001e:ix_rkey[0002]: ' I2029' +0x00000026:ix_rkey[0003]: ' I2030' +0x0000002e:ix_rkey[0004]: ' I2031' +0x00000036:ix_rkey[0005]: ' I2032' +0x0000003e:ix_rkey[0006]: ' I2033' +0x00000046:ix_rkey[0007]: ' I2034' +0x0000004e:ix_rkey[0008]: ' I2035' +0x00000056:ix_rkey[0009]: ' I2036' +0x0000005e:ix_rkey[0010]: ' I2037' +0x00000066:ix_rkey[0011]: ' I2038' +0x0000006e:ix_rkey[0012]: ' I2039' +0x00000076:ix_rkey[0013]: ' I2040' +0x0000007e:ix_rkey[0014]: ' I2041' +0x00000086:ix_rkey[0015]: ' I2042' +0x0000008e:ix_rkey[0016]: ' I2043' +0x00000096:ix_rkey[0017]: ' I2044' +0x0000009e:ix_rkey[0018]: ' I2045' +0x000000a6:ix_rkey[0019]: ' I2046' +0x000000ae:ix_rkey[0020]: ' I2047' +0x000000b6:ix_rkey[0021]: ' I2048' +0x000000be:ix_rkey[0022]: ' I2049' +0x000000c6:ix_rkey[0023]: ' I2050' +0x000000ce:ix_rkey[0024]: ' I2051' +0x000000d6:ix_rkey[0025]: ' I2052' +0x000000de:ix_rkey[0026]: ' I2053' +0x000000e6:ix_rkey[0027]: ' I2054' +0x000000ee:ix_rkey[0028]: ' I2055' +0x000000f6:ix_rkey[0029]: ' I2056' +0x000000fe:ix_rkey[0030]: ' I2057' +0x00000106:ix_rkey[0031]: ' I2058' +0x0000010e:ix_rkey[0032]: ' I2059' +0x00000116:ix_rkey[0033]: ' I2060' +0x0000011e:ix_rkey[0034]: ' I2061' +0x00000126:ix_rkey[0035]: ' I2062' +0x0000012e:ix_rkey[0036]: ' I2063' +0x00000136:ix_rkey[0037]: ' I2064' +0x0000013e:ix_rkey[0038]: ' I2065' +0x00000146:ix_rkey[0039]: ' I2066' +0x0000014e:ix_rkey[0040]: ' I2067' +0x00000156:ix_rkey[0041]: ' I2068' +0x0000015e:ix_rkey[0042]: ' I2069' +0x00000166:ix_rkey[0043]: ' I2070' +0x0000016e:ix_rkey[0044]: ' I2071' +0x00000176:ix_rkey[0045]: ' I2072' +0x0000017e:ix_rkey[0046]: ' I2073' +0x00000186:ix_rkey[0047]: ' I2074' +0x0000018e:ix_rkey[0048]: ' I2075' +0x00000196:ix_rkey[0049]: ' I2076' +0x0000019e:ix_rkey[0050]: ' I2077' +0x000001a6:ix_rkey[0051]: ' I2078' +0x000001ae:ix_rkey[0052]: ' I2079' +0x000001b6:ix_rkey[0053]: ' I2080' +0x000001be:ix_rkey[0054]: ' I2081' +0x000001c6:ix_rkey[0055]: ' I2082' +0x000001ce:ix_rkey[0056]: ' I2083' +0x000001d6:ix_rkey[0057]: ' I2084' +0x000001de:ix_rkey[0058]: ' I2085' +0x000001e6:ix_rkey[0059]: ' I2086' +0x000001ee:ix_rkey[0060]: ' I2087' +0x000001f6:ix_rkey[0061]: ' I2088' +0x000001fe:ix_rkey[0062]: ' I2089' +0x00000206:ix_rkey[0063]: ' I2090' +0x0000020e:ix_rkey[0064]: ' I2091' +0x00000216:ix_rkey[0065]: ' I2092' +0x0000021e:ix_rkey[0066]: ' I2093' +0x00000226:ix_rkey[0067]: ' I2094' +0x0000022e:ix_rkey[0068]: ' I2095' +0x00000236:ix_rkey[0069]: ' I2096' +0x0000023e:ix_rkey[0070]: ' I2097' +0x00000246:ix_rkey[0071]: ' I2098' +0x0000024e:ix_rkey[0072]: ' I2099' +0x00000256:ix_rkey[0073]: ' I2100' +0x0000025e:ix_rkey[0074]: ' I2101' +0x00000266:ix_rkey[0075]: ' I2102' +0x0000026e:ix_rkey[0076]: ' I2103' +0x00000276:ix_rkey[0077]: ' I2104' +0x0000027e:ix_rkey[0078]: ' I2105' +0x00000286:ix_rkey[0079]: ' I2106' +0x0000028e:ix_rkey[0080]: ' I2107' +0x00000296:ix_rkey[0081]: ' I2108' +0x0000029e:ix_rkey[0082]: ' I2109' +0x000002a6:ix_rkey[0083]: ' I2110' +0x000002ae:ix_rkey[0084]: ' I2111' +0x000002b6:ix_rkey[0085]: ' I2112' +0x000002be:ix_rkey[0086]: ' I2113' +0x000002c6:ix_rkey[0087]: ' I2114' +0x000002ce:ix_rkey[0088]: ' I2115' +0x000002d6:ix_rkey[0089]: ' I2116' +0x000002de:ix_rkey[0090]: ' I2117' +0x000002e6:ix_rkey[0091]: ' I2118' +0x000002ee:ix_rkey[0092]: ' I2119' +0x000002f6:ix_rkey[0093]: ' I2120' +0x000002fe:ix_rkey[0094]: ' I2121' +0x00000306:ix_rkey[0095]: ' I2122' +0x0000030e:ix_rkey[0096]: ' I2123' +0x00000316:ix_rkey[0097]: ' I2124' +0x0000031e:ix_rkey[0098]: ' I2125' +0x00000326:ix_rkey[0099]: ' I2126' +0x0000032e:ix_rkey[0100]: ' I2127' +0x00000336:ix_rkey[0101]: ' I2128' +0x0000033e:ix_rkey[0102]: ' I2129' +0x00000346:ix_rkey[0103]: ' I2130' +0x0000034e:ix_rkey[0104]: ' I2131' +0x00000356:ix_rkey[0105]: ' I2132' +0x0000035e:ix_rkey[0106]: ' I2133' +0x00000366:ix_rkey[0107]: ' I2134' +0x0000036e:ix_rkey[0108]: ' I2135' +0x00000376:ix_rkey[0109]: ' I2136' +0x0000037e:ix_rkey[0110]: ' I2137' +0x00000386:ix_rkey[0111]: ' I2138' +0x0000038e:ix_rkey[0112]: ' I2139' +0x00000396:ix_rkey[0113]: ' I2140' +0x0000039e:ix_rkey[0114]: ' I2141' +0x000003a6:ix_rkey[0115]: ' I2142' +0x000003ae:ix_rkey[0116]: ' I2143' +0x000003b6:ix_rkey[0117]: ' I2144' +0x000003be:ix_rkey[0118]: ' I2145' +0x000003c6:ix_rkey[0119]: ' I2146' +0x000003ce:ix_rkey[0120]: ' I2147' +0x000003d6:ix_rkey[0121]: ' I2148' +0x000003de:ix_rkey[0122]: ' I2149' +0x000003e6:ix_rkey[0123]: ' I2150' +0x000003ee:ix_rkey[0124]: ' I2151' +0x000003f6:ix_rkey[0125]: ' I2152' +0x000003fe:ix_rkey[0126]: ' I2153' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000049 +0x0000080c:ix_offs[0001]: 0x00000049 0x00000c08:ix_lens[0001]: 0x00000049 +0x00000810:ix_offs[0002]: 0x00000092 0x00000c0c:ix_lens[0002]: 0x0000005b +0x00000814:ix_offs[0003]: 0x000000ed 0x00000c10:ix_lens[0003]: 0x00000058 +0x00000818:ix_offs[0004]: 0x00000145 0x00000c14:ix_lens[0004]: 0x00000050 +0x0000081c:ix_offs[0005]: 0x00000195 0x00000c18:ix_lens[0005]: 0x00000049 +0x00000820:ix_offs[0006]: 0x000001de 0x00000c1c:ix_lens[0006]: 0x00000031 +0x00000824:ix_offs[0007]: 0x0000020f 0x00000c20:ix_lens[0007]: 0x00000039 +0x00000828:ix_offs[0008]: 0x00000248 0x00000c24:ix_lens[0008]: 0x00000050 +0x0000082c:ix_offs[0009]: 0x00000298 0x00000c28:ix_lens[0009]: 0x00000052 +0x00000830:ix_offs[0010]: 0x000002ea 0x00000c2c:ix_lens[0010]: 0x00000049 +0x00000834:ix_offs[0011]: 0x00000333 0x00000c30:ix_lens[0011]: 0x00000045 +0x00000838:ix_offs[0012]: 0x00000378 0x00000c34:ix_lens[0012]: 0x00000049 +0x0000083c:ix_offs[0013]: 0x000003c1 0x00000c38:ix_lens[0013]: 0x00000050 +0x00000840:ix_offs[0014]: 0x00000411 0x00000c3c:ix_lens[0014]: 0x0000005a +0x00000844:ix_offs[0015]: 0x0000046b 0x00000c40:ix_lens[0015]: 0x00000076 +0x00000848:ix_offs[0016]: 0x000004e1 0x00000c44:ix_lens[0016]: 0x0000005b +0x0000084c:ix_offs[0017]: 0x0000053c 0x00000c48:ix_lens[0017]: 0x00000052 +0x00000850:ix_offs[0018]: 0x0000058e 0x00000c4c:ix_lens[0018]: 0x0000004a +0x00000854:ix_offs[0019]: 0x000005d8 0x00000c50:ix_lens[0019]: 0x0000007f +0x00000858:ix_offs[0020]: 0x00000657 0x00000c54:ix_lens[0020]: 0x00000047 +0x0000085c:ix_offs[0021]: 0x0000069e 0x00000c58:ix_lens[0021]: 0x00000049 +0x00000860:ix_offs[0022]: 0x000006e7 0x00000c5c:ix_lens[0022]: 0x0000003b +0x00000864:ix_offs[0023]: 0x00000722 0x00000c60:ix_lens[0023]: 0x00000059 +0x00000868:ix_offs[0024]: 0x0000077b 0x00000c64:ix_lens[0024]: 0x00000053 +0x0000086c:ix_offs[0025]: 0x000007ce 0x00000c68:ix_lens[0025]: 0x00000049 +0x00000870:ix_offs[0026]: 0x00000817 0x00000c6c:ix_lens[0026]: 0x00000053 +0x00000874:ix_offs[0027]: 0x0000086a 0x00000c70:ix_lens[0027]: 0x00000074 +0x00000878:ix_offs[0028]: 0x000008de 0x00000c74:ix_lens[0028]: 0x00000045 +0x0000087c:ix_offs[0029]: 0x00000923 0x00000c78:ix_lens[0029]: 0x00000046 +0x00000880:ix_offs[0030]: 0x00000969 0x00000c7c:ix_lens[0030]: 0x00000050 +0x00000884:ix_offs[0031]: 0x000009b9 0x00000c80:ix_lens[0031]: 0x00000052 +0x00000888:ix_offs[0032]: 0x00000a0b 0x00000c84:ix_lens[0032]: 0x00000056 +0x0000088c:ix_offs[0033]: 0x00000a61 0x00000c88:ix_lens[0033]: 0x00000056 +0x00000890:ix_offs[0034]: 0x00000ab7 0x00000c8c:ix_lens[0034]: 0x00000051 +0x00000894:ix_offs[0035]: 0x00000b08 0x00000c90:ix_lens[0035]: 0x0000005e +0x00000898:ix_offs[0036]: 0x00000b66 0x00000c94:ix_lens[0036]: 0x0000004f +0x0000089c:ix_offs[0037]: 0x00000bb5 0x00000c98:ix_lens[0037]: 0x00000048 +0x000008a0:ix_offs[0038]: 0x00000bfd 0x00000c9c:ix_lens[0038]: 0x00000049 +0x000008a4:ix_offs[0039]: 0x00000c46 0x00000ca0:ix_lens[0039]: 0x00000087 +0x000008a8:ix_offs[0040]: 0x00000ccd 0x00000ca4:ix_lens[0040]: 0x0000008a +0x000008ac:ix_offs[0041]: 0x00000d57 0x00000ca8:ix_lens[0041]: 0x00000087 +0x000008b0:ix_offs[0042]: 0x00000dde 0x00000cac:ix_lens[0042]: 0x00000058 +0x000008b4:ix_offs[0043]: 0x00000e36 0x00000cb0:ix_lens[0043]: 0x0000004e +0x000008b8:ix_offs[0044]: 0x00000e84 0x00000cb4:ix_lens[0044]: 0x00000052 +0x000008bc:ix_offs[0045]: 0x00000ed6 0x00000cb8:ix_lens[0045]: 0x00000035 +0x000008c0:ix_offs[0046]: 0x00000f0b 0x00000cbc:ix_lens[0046]: 0x00000037 +0x000008c4:ix_offs[0047]: 0x00000f42 0x00000cc0:ix_lens[0047]: 0x00000069 +0x000008c8:ix_offs[0048]: 0x00000fab 0x00000cc4:ix_lens[0048]: 0x000000e5 +0x000008cc:ix_offs[0049]: 0x00001090 0x00000cc8:ix_lens[0049]: 0x00000049 +0x000008d0:ix_offs[0050]: 0x000010d9 0x00000ccc:ix_lens[0050]: 0x00000048 +0x000008d4:ix_offs[0051]: 0x00001121 0x00000cd0:ix_lens[0051]: 0x0000004a +0x000008d8:ix_offs[0052]: 0x0000116b 0x00000cd4:ix_lens[0052]: 0x00000050 +0x000008dc:ix_offs[0053]: 0x000011bb 0x00000cd8:ix_lens[0053]: 0x00000058 +0x000008e0:ix_offs[0054]: 0x00001213 0x00000cdc:ix_lens[0054]: 0x00000050 +0x000008e4:ix_offs[0055]: 0x00001263 0x00000ce0:ix_lens[0055]: 0x00000059 +0x000008e8:ix_offs[0056]: 0x000012bc 0x00000ce4:ix_lens[0056]: 0x00000067 +0x000008ec:ix_offs[0057]: 0x00001323 0x00000ce8:ix_lens[0057]: 0x00000068 +0x000008f0:ix_offs[0058]: 0x0000138b 0x00000cec:ix_lens[0058]: 0x00000050 +0x000008f4:ix_offs[0059]: 0x000013db 0x00000cf0:ix_lens[0059]: 0x0000005e +0x000008f8:ix_offs[0060]: 0x00001439 0x00000cf4:ix_lens[0060]: 0x0000005b +0x000008fc:ix_offs[0061]: 0x00001494 0x00000cf8:ix_lens[0061]: 0x0000004c +0x00000900:ix_offs[0062]: 0x000014e0 0x00000cfc:ix_lens[0062]: 0x0000005f +0x00000904:ix_offs[0063]: 0x0000153f 0x00000d00:ix_lens[0063]: 0x00000051 +0x00000908:ix_offs[0064]: 0x00001590 0x00000d04:ix_lens[0064]: 0x00000055 +0x0000090c:ix_offs[0065]: 0x000015e5 0x00000d08:ix_lens[0065]: 0x0000004a +0x00000910:ix_offs[0066]: 0x0000162f 0x00000d0c:ix_lens[0066]: 0x00000056 +0x00000914:ix_offs[0067]: 0x00001685 0x00000d10:ix_lens[0067]: 0x0000003c +0x00000918:ix_offs[0068]: 0x000016c1 0x00000d14:ix_lens[0068]: 0x0000003f +0x0000091c:ix_offs[0069]: 0x00001700 0x00000d18:ix_lens[0069]: 0x00000052 +0x00000920:ix_offs[0070]: 0x00001752 0x00000d1c:ix_lens[0070]: 0x0000004a +0x00000924:ix_offs[0071]: 0x0000179c 0x00000d20:ix_lens[0071]: 0x0000004b +0x00000928:ix_offs[0072]: 0x000017e7 0x00000d24:ix_lens[0072]: 0x00000068 +0x0000092c:ix_offs[0073]: 0x0000184f 0x00000d28:ix_lens[0073]: 0x00000079 +0x00000930:ix_offs[0074]: 0x000018c8 0x00000d2c:ix_lens[0074]: 0x0000004c +0x00000934:ix_offs[0075]: 0x00001914 0x00000d30:ix_lens[0075]: 0x00000062 +0x00000938:ix_offs[0076]: 0x00001976 0x00000d34:ix_lens[0076]: 0x00000055 +0x0000093c:ix_offs[0077]: 0x000019cb 0x00000d38:ix_lens[0077]: 0x00000079 +0x00000940:ix_offs[0078]: 0x00001a44 0x00000d3c:ix_lens[0078]: 0x00000057 +0x00000944:ix_offs[0079]: 0x00001a9b 0x00000d40:ix_lens[0079]: 0x00000082 +0x00000948:ix_offs[0080]: 0x00001b1d 0x00000d44:ix_lens[0080]: 0x00000067 +0x0000094c:ix_offs[0081]: 0x00001b84 0x00000d48:ix_lens[0081]: 0x00000084 +0x00000950:ix_offs[0082]: 0x00001c08 0x00000d4c:ix_lens[0082]: 0x00000075 +0x00000954:ix_offs[0083]: 0x00001c7d 0x00000d50:ix_lens[0083]: 0x00000061 +0x00000958:ix_offs[0084]: 0x00001cde 0x00000d54:ix_lens[0084]: 0x0000003d +0x0000095c:ix_offs[0085]: 0x00001d1b 0x00000d58:ix_lens[0085]: 0x0000004c +0x00000960:ix_offs[0086]: 0x00001d67 0x00000d5c:ix_lens[0086]: 0x0000004a +0x00000964:ix_offs[0087]: 0x00001db1 0x00000d60:ix_lens[0087]: 0x00000065 +0x00000968:ix_offs[0088]: 0x00001e16 0x00000d64:ix_lens[0088]: 0x0000004a +0x0000096c:ix_offs[0089]: 0x00001e60 0x00000d68:ix_lens[0089]: 0x00000067 +0x00000970:ix_offs[0090]: 0x00001ec7 0x00000d6c:ix_lens[0090]: 0x0000006e +0x00000974:ix_offs[0091]: 0x00001f35 0x00000d70:ix_lens[0091]: 0x00000061 +0x00000978:ix_offs[0092]: 0x00001f96 0x00000d74:ix_lens[0092]: 0x0000004d +0x0000097c:ix_offs[0093]: 0x00001fe3 0x00000d78:ix_lens[0093]: 0x00000049 +0x00000980:ix_offs[0094]: 0x0000202c 0x00000d7c:ix_lens[0094]: 0x00000035 +0x00000984:ix_offs[0095]: 0x00002061 0x00000d80:ix_lens[0095]: 0x00000060 +0x00000988:ix_offs[0096]: 0x000020c1 0x00000d84:ix_lens[0096]: 0x00000055 +0x0000098c:ix_offs[0097]: 0x00002116 0x00000d88:ix_lens[0097]: 0x00000055 +0x00000990:ix_offs[0098]: 0x0000216b 0x00000d8c:ix_lens[0098]: 0x00000051 +0x00000994:ix_offs[0099]: 0x000021bc 0x00000d90:ix_lens[0099]: 0x0000004d +0x00000998:ix_offs[0100]: 0x00002209 0x00000d94:ix_lens[0100]: 0x00000053 +0x0000099c:ix_offs[0101]: 0x0000225c 0x00000d98:ix_lens[0101]: 0x0000006f +0x000009a0:ix_offs[0102]: 0x000022cb 0x00000d9c:ix_lens[0102]: 0x0000007d +0x000009a4:ix_offs[0103]: 0x00002348 0x00000da0:ix_lens[0103]: 0x00000085 +0x000009a8:ix_offs[0104]: 0x000023cd 0x00000da4:ix_lens[0104]: 0x00000092 +0x000009ac:ix_offs[0105]: 0x0000245f 0x00000da8:ix_lens[0105]: 0x0000009a +0x000009b0:ix_offs[0106]: 0x000024f9 0x00000dac:ix_lens[0106]: 0x00000041 +0x000009b4:ix_offs[0107]: 0x0000253a 0x00000db0:ix_lens[0107]: 0x00000079 +0x000009b8:ix_offs[0108]: 0x000025b3 0x00000db4:ix_lens[0108]: 0x00000065 +0x000009bc:ix_offs[0109]: 0x00002618 0x00000db8:ix_lens[0109]: 0x0000003b +0x000009c0:ix_offs[0110]: 0x00002653 0x00000dbc:ix_lens[0110]: 0x00000060 +0x000009c4:ix_offs[0111]: 0x000026b3 0x00000dc0:ix_lens[0111]: 0x000000cb +0x000009c8:ix_offs[0112]: 0x0000277e 0x00000dc4:ix_lens[0112]: 0x0000005f +0x000009cc:ix_offs[0113]: 0x000027dd 0x00000dc8:ix_lens[0113]: 0x00000069 +0x000009d0:ix_offs[0114]: 0x00002846 0x00000dcc:ix_lens[0114]: 0x00000036 +0x000009d4:ix_offs[0115]: 0x0000287c 0x00000dd0:ix_lens[0115]: 0x00000056 +0x000009d8:ix_offs[0116]: 0x000028d2 0x00000dd4:ix_lens[0116]: 0x00000051 +0x000009dc:ix_offs[0117]: 0x00002923 0x00000dd8:ix_lens[0117]: 0x0000004e +0x000009e0:ix_offs[0118]: 0x00002971 0x00000ddc:ix_lens[0118]: 0x00000050 +0x000009e4:ix_offs[0119]: 0x000029c1 0x00000de0:ix_lens[0119]: 0x0000004a +0x000009e8:ix_offs[0120]: 0x00002a0b 0x00000de4:ix_lens[0120]: 0x00000051 +0x000009ec:ix_offs[0121]: 0x00002a5c 0x00000de8:ix_lens[0121]: 0x00000057 +0x000009f0:ix_offs[0122]: 0x00002ab3 0x00000dec:ix_lens[0122]: 0x0000004f +0x000009f4:ix_offs[0123]: 0x00002b02 0x00000df0:ix_lens[0123]: 0x0000005b +0x000009f8:ix_offs[0124]: 0x00002b5d 0x00000df4:ix_lens[0124]: 0x0000004b +0x000009fc:ix_offs[0125]: 0x00002ba8 0x00000df8:ix_lens[0125]: 0x00000053 +0x00000a00:ix_offs[0126]: 0x00002bfb 0x00000dfc:ix_lens[0126]: 0x00000049 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2027 offs: 0x00000000 lens: 0x00000049 +0x00001000-0x00001048: +>>0 @I2027@ INDI +1 NAME Cenferth // +1 SEX M +1 FAMC @F1074@ +1 FAMS @F1073@ +<< +[0001] INDI rkey: I2028 offs: 0x00000049 lens: 0x00000049 +0x00001049-0x00001091: +>>0 @I2028@ INDI +1 NAME Cuthgils // +1 SEX M +1 FAMC @F1070@ +1 FAMS @F1074@ +<< +[0002] INDI rkey: I2029 offs: 0x00000092 lens: 0x0000005b +0x00001092-0x000010ec: +>>0 @I2029@ INDI +1 NAME Cwichelm // +1 SEX M +1 DEAT +2 DATE 636 +1 FAMC @F1071@ +1 FAMS @F1075@ +<< +[0003] INDI rkey: I2030 offs: 0x000000ed lens: 0x00000058 +0x000010ed-0x00001144: +>>0 @I2030@ INDI +1 NAME Cenwealh // +1 SEX M +1 FAMC @F1071@ +1 FAMS @F1076@ +1 FAMS @F1077@ +<< +[0004] INDI rkey: I2031 offs: 0x00000145 lens: 0x00000050 +0x00001145-0x00001194: +>>0 @I2031@ INDI +1 NAME Centwine // +1 SEX M +1 TITL King of Wessex +1 FAMC @F1071@ +<< +[0005] INDI rkey: I2032 offs: 0x00000195 lens: 0x00000049 +0x00001195-0x000011dd: +>>0 @I2032@ INDI +1 NAME Cyneburh // +1 SEX F +1 FAMC @F1071@ +1 FAMS @F1078@ +<< +[0006] INDI rkey: I2033 offs: 0x000001de lens: 0x00000031 +0x000011de-0x0000120e: +>>0 @I2033@ INDI +1 NAME Cuthred // +1 FAMC @F1075@ +<< +[0007] INDI rkey: I2034 offs: 0x0000020f lens: 0x00000039 +0x0000120f-0x00001247: +>>0 @I2034@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F1076@ +<< +[0008] INDI rkey: I2035 offs: 0x00000248 lens: 0x00000050 +0x00001248-0x00001297: +>>0 @I2035@ INDI +1 NAME Sexburh // +1 SEX F +1 TITL Queen of Wessex +1 FAMS @F1077@ +<< +[0009] INDI rkey: I2036 offs: 0x00000298 lens: 0x00000052 +0x00001298-0x000012e9: +>>0 @I2036@ INDI +1 NAME Oswald of_Northumbria // +1 SEX M +1 TITL King +1 FAMS @F1078@ +<< +[0010] INDI rkey: I2037 offs: 0x000002ea lens: 0x00000049 +0x000012ea-0x00001332: +>>0 @I2037@ INDI +1 NAME Cuthwine // +1 SEX M +1 FAMC @F1043@ +1 FAMS @F1079@ +<< +[0011] INDI rkey: I2038 offs: 0x00000333 lens: 0x00000045 +0x00001333-0x00001377: +>>0 @I2038@ INDI +1 NAME Chad // +1 SEX M +1 FAMC @F1079@ +1 FAMS @F1080@ +<< +[0012] INDI rkey: I2039 offs: 0x00000378 lens: 0x00000049 +0x00001378-0x000013c0: +>>0 @I2039@ INDI +1 NAME Cynebald // +1 SEX M +1 FAMC @F1079@ +1 FAMS @F1081@ +<< +[0013] INDI rkey: I2040 offs: 0x000003c1 lens: 0x00000050 +0x000013c1-0x00001410: +>>0 @I2040@ INDI +1 NAME Cuthwulf (Cutha) // +1 SEX M +1 FAMC @F1079@ +1 FAMS @F1082@ +<< +[0014] INDI rkey: I2041 offs: 0x00000411 lens: 0x0000005a +0x00001411-0x0000146a: +>>0 @I2041@ INDI +1 NAME Cenbert // +1 SEX M +1 DEAT +2 DATE 661 +1 FAMC @F1080@ +1 FAMS @F1083@ +<< +[0015] INDI rkey: I2042 offs: 0x0000046b lens: 0x00000076 +0x0000146b-0x000014e0: +>>0 @I2042@ INDI +1 NAME Cedwalla // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 689 +2 PLAC Rome,,,Italy +1 FAMC @F1083@ +<< +[0016] INDI rkey: I2043 offs: 0x000004e1 lens: 0x0000005b +0x000014e1-0x0000153b: +>>0 @I2043@ INDI +1 NAME Mul // +1 SEX M +1 TITL King of Kent +1 DEAT +2 DATE 687 +1 FAMC @F1083@ +<< +[0017] INDI rkey: I2044 offs: 0x0000053c lens: 0x00000052 +0x0000153c-0x0000158d: +>>0 @I2044@ INDI +1 NAME Oswald /Atheling/ +1 SEX M +1 DEAT +2 DATE 729 +1 FAMC @F1084@ +<< +[0018] INDI rkey: I2045 offs: 0x0000058e lens: 0x0000004a +0x0000158e-0x000015d7: +>>0 @I2045@ INDI +1 NAME Ethelbald // +1 SEX M +1 FAMC @F1081@ +1 FAMS @F1084@ +<< +[0019] INDI rkey: I2046 offs: 0x000005d8 lens: 0x0000007f +0x000015d8-0x00001656: +>>0 @I2046@ INDI +1 NAME Ine // +1 SEX M +1 TITL King of Wessex +1 DEAT +2 DATE 728 +2 PLAC Rome,,Italy +1 FAMC @F1085@ +1 FAMS @F1086@ +<< +[0020] INDI rkey: I2047 offs: 0x00000657 lens: 0x00000047 +0x00001657-0x0000169d: +>>0 @I2047@ INDI +1 NAME Cenred // +1 SEX M +1 FAMC @F1087@ +1 FAMS @F1085@ +<< +[0021] INDI rkey: I2048 offs: 0x0000069e lens: 0x00000049 +0x0000169e-0x000016e6: +>>0 @I2048@ INDI +1 NAME Ceolwald // +1 SEX M +1 FAMC @F1082@ +1 FAMS @F1087@ +<< +[0022] INDI rkey: I2049 offs: 0x000006e7 lens: 0x0000003b +0x000016e7-0x00001721: +>>0 @I2049@ INDI +1 NAME Ethelburh // +1 SEX F +1 FAMS @F1086@ +<< +[0023] INDI rkey: I2050 offs: 0x00000722 lens: 0x00000059 +0x00001722-0x0000177a: +>>0 @I2050@ INDI +1 NAME Ingild // +1 SEX M +1 DEAT +2 DATE 718 +1 FAMC @F1085@ +1 FAMS @F1088@ +<< +[0024] INDI rkey: I2051 offs: 0x0000077b lens: 0x00000053 +0x0000177b-0x000017cd: +>>0 @I2051@ INDI +1 NAME Cwenburh of_Wimborne // +1 SEX F +1 TITL Abbess +1 FAMC @F1085@ +<< +[0025] INDI rkey: I2052 offs: 0x000007ce lens: 0x00000049 +0x000017ce-0x00001816: +>>0 @I2052@ INDI +1 NAME Cuthburh // +1 SEX F +1 FAMC @F1085@ +1 FAMS @F1089@ +<< +[0026] INDI rkey: I2053 offs: 0x00000817 lens: 0x00000053 +0x00001817-0x00001869: +>>0 @I2053@ INDI +1 NAME Aldfrid of_Northumbria // +1 SEX M +1 TITL King +1 FAMS @F1089@ +<< +[0027] INDI rkey: I2054 offs: 0x0000086a lens: 0x00000074 +0x0000186a-0x000018dd: +>>0 @I2054@ INDI +1 NAME Ealhmund of_Kent // +1 SEX M +1 TITL Under-King +1 DEAT +2 DATE 786 +1 FAMC @F1090@ +1 FAMS @F1035@ +<< +[0028] INDI rkey: I2055 offs: 0x000008de lens: 0x00000045 +0x000018de-0x00001922: +>>0 @I2055@ INDI +1 NAME Eaba // +1 SEX M +1 FAMC @F1091@ +1 FAMS @F1090@ +<< +[0029] INDI rkey: I2056 offs: 0x00000923 lens: 0x00000046 +0x00001923-0x00001968: +>>0 @I2056@ INDI +1 NAME Eoppa // +1 SEX M +1 FAMC @F1088@ +1 FAMS @F1091@ +<< +[0030] INDI rkey: I2057 offs: 0x00000969 lens: 0x00000050 +0x00001969-0x000019b8: +>>0 @I2057@ INDI +1 NAME William of_Hainault // +1 SEX M +1 TITL Count +1 FAMS @F634@ +<< +[0031] INDI rkey: I2058 offs: 0x000009b9 lens: 0x00000052 +0x000019b9-0x00001a0a: +>>0 @I2058@ INDI +1 NAME Thomas /Holland/ +1 SEX M +1 TITL Earl of Kent +1 FAMS @F764@ +<< +[0032] INDI rkey: I2059 offs: 0x00000a0b lens: 0x00000056 +0x00001a0b-0x00001a60: +>>0 @I2059@ INDI +1 NAME William /de_Burgh/ +1 SEX M +1 TITL Earl of Ulster +1 FAMS @F769@ +<< +[0033] INDI rkey: I2060 offs: 0x00000a61 lens: 0x00000056 +0x00001a61-0x00001ab6: +>>0 @I2060@ INDI +1 NAME Galeazzo /Visconti/ +1 SEX M +1 TITL Duke of Milan +1 FAMS @F716@ +<< +[0034] INDI rkey: I2061 offs: 0x00000ab7 lens: 0x00000051 +0x00001ab7-0x00001b07: +>>0 @I2061@ INDI +1 NAME Otho of_Montferrat // +1 SEX M +1 TITL Marquis +1 FAMS @F717@ +<< +[0035] INDI rkey: I2062 offs: 0x00000b08 lens: 0x0000005e +0x00001b08-0x00001b65: +>>0 @I2062@ INDI +1 NAME Pedro_III of_Castile // +1 SEX M +1 TITL King +1 FAMS @F768@ +1 FAMS @F707@ +<< +[0036] INDI rkey: I2063 offs: 0x00000b66 lens: 0x0000004f +0x00001b66-0x00001bb4: +>>0 @I2063@ INDI +1 NAME Payne of_Guienne /Roet/ +1 SEX M +1 TITL Sir +1 FAMS @F701@ +<< +[0037] INDI rkey: I2064 offs: 0x00000bb5 lens: 0x00000048 +0x00001bb5-0x00001bfc: +>>0 @I2064@ INDI +1 NAME Hugh /Swynford/ +1 SEX M +1 TITL Sir +1 FAMS @F702@ +<< +[0038] INDI rkey: I2065 offs: 0x00000bfd lens: 0x00000049 +0x00001bfd-0x00001c45: +>>0 @I2065@ INDI +1 NAME Katherine // +1 SEX F +1 FAMC @F639@ +1 FAMS @F1092@ +<< +[0039] INDI rkey: I2066 offs: 0x00000c46 lens: 0x00000087 +0x00001c46-0x00001ccc: +>>0 @I2066@ INDI +1 NAME Henry_III // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1379 +1 DEAT +2 DATE 1406 +1 FAMC @F1093@ +1 FAMS @F1092@ +<< +[0040] INDI rkey: I2067 offs: 0x00000ccd lens: 0x0000008a +0x00001ccd-0x00001d56: +>>0 @I2067@ INDI +1 NAME John_I (Juan) // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1358 +1 DEAT +2 DATE 1390 +1 FAMC @F1094@ +1 FAMS @F1093@ +<< +[0041] INDI rkey: I2068 offs: 0x00000d57 lens: 0x00000087 +0x00001d57-0x00001ddd: +>>0 @I2068@ INDI +1 NAME Henry_II (Enrique) // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE ABT 1333 +1 DEAT +2 DATE 1379 +1 FAMS @F1094@ +<< +[0042] INDI rkey: I2069 offs: 0x00000dde lens: 0x00000058 +0x00001dde-0x00001e35: +>>0 @I2069@ INDI +1 NAME Humphrey of_Hereford /De_Bohun/ +1 SEX M +1 TITL Earl +1 FAMS @F711@ +<< +[0043] INDI rkey: I2070 offs: 0x00000e36 lens: 0x0000004e +0x00001e36-0x00001e83: +>>0 @I2070@ INDI +1 NAME Edmund of_Stafford // +1 SEX M +1 TITL Earl +1 FAMS @F872@ +<< +[0044] INDI rkey: I2071 offs: 0x00000e84 lens: 0x00000052 +0x00001e84-0x00001ed5: +>>0 @I2071@ INDI +1 NAME Humphrey of_Buckingham // +1 SEX M +1 TITL Earl +1 FAMC @F644@ +<< +[0045] INDI rkey: I2072 offs: 0x00000ed6 lens: 0x00000035 +0x00001ed6-0x00001f0a: +>>0 @I2072@ INDI +1 NAME Joan // +1 SEX F +1 FAMC @F644@ +<< +[0046] INDI rkey: I2073 offs: 0x00000f0b lens: 0x00000037 +0x00001f0b-0x00001f41: +>>0 @I2073@ INDI +1 NAME Isabel // +1 SEX F +1 FAMC @F644@ +<< +[0047] INDI rkey: I2074 offs: 0x00000f42 lens: 0x00000069 +0x00001f42-0x00001faa: +>>0 @I2074@ INDI +1 NAME Isabelle of_Bavaria // +1 SEX F +1 BIRT +2 DATE 1371 +1 DEAT +2 DATE 1435 +1 FAMS @F621@ +<< +[0048] INDI rkey: I2075 offs: 0x00000fab lens: 0x000000e5 +0x00001fab-0x0000208f: +>>0 @I2075@ INDI +1 NAME Charles_VI the_Beloved // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 3 DEC 1368 +2 PLAC Paris,France +1 DEAT +2 DATE 22 OCT 1422 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1095@ +1 FAMS @F621@ +<< +[0049] INDI rkey: I2076 offs: 0x00001090 lens: 0x00000049 +0x00002090-0x000020d8: +>>0 @I2076@ INDI +1 NAME Robert /Ferrers/ +1 SEX M +1 TITL Sir +1 FAMS @F705@ +<< +[0050] INDI rkey: I2077 offs: 0x000010d9 lens: 0x00000048 +0x000020d9-0x00002120: +>>0 @I2077@ INDI +1 NAME Margaret // +1 SEX F +1 FAMC @F1096@ +1 FAMS @F782@ +<< +[0051] INDI rkey: I2078 offs: 0x00001121 lens: 0x0000004a +0x00002121-0x0000216a: +>>0 @I2078@ INDI +1 NAME Thomas /Neville/ +1 SEX M +1 TITL Sir +1 FAMS @F1096@ +<< +[0052] INDI rkey: I2079 offs: 0x0000116b lens: 0x00000050 +0x0000216b-0x000021ba: +>>0 @I2079@ INDI +1 NAME Margaret /Beaufort/ +1 SEX F +1 FAMC @F703@ +1 FAMS @F1097@ +<< +[0053] INDI rkey: I2080 offs: 0x000011bb lens: 0x00000058 +0x000021bb-0x00002212: +>>0 @I2080@ INDI +1 NAME Thomas /Courtenay/ +1 SEX M +1 TITL Earl of Devon V +1 FAMS @F1097@ +<< +[0054] INDI rkey: I2081 offs: 0x00001213 lens: 0x00000050 +0x00002213-0x00002262: +>>0 @I2081@ INDI +1 NAME Eleanor /Beauchamp/ +1 SEX F +1 FAMC @F1098@ +1 FAMS @F706@ +<< +[0055] INDI rkey: I2082 offs: 0x00001263 lens: 0x00000059 +0x00002263-0x000022bb: +>>0 @I2082@ INDI +1 NAME Richard /Beauchamp/ +1 SEX M +1 TITL Earl of Warwick +1 FAMS @F1098@ +<< +[0056] INDI rkey: I2083 offs: 0x000012bc lens: 0x00000067 +0x000022bc-0x00002322: +>>0 @I2083@ INDI +1 NAME Henry /Beaufort/ +1 SEX M +1 TITL Duke Sommerset +1 DEAT +2 DATE 1463 +1 FAMC @F706@ +<< +[0057] INDI rkey: I2084 offs: 0x00001323 lens: 0x00000068 +0x00002323-0x0000238a: +>>0 @I2084@ INDI +1 NAME Edmund /Beaufort/ +1 SEX M +1 TITL Duke Sommerset +1 DEAT +2 DATE 1471 +1 FAMC @F706@ +<< +[0058] INDI rkey: I2085 offs: 0x0000138b lens: 0x00000050 +0x0000238b-0x000023da: +>>0 @I2085@ INDI +1 NAME John /Beaufort/ +1 SEX M +1 DEAT +2 DATE 1471 +1 FAMC @F706@ +<< +[0059] INDI rkey: I2086 offs: 0x000013db lens: 0x0000005e +0x000023db-0x00002438: +>>0 @I2086@ INDI +1 NAME Eleanor /Beaufort/ +1 SEX F +1 FAMC @F706@ +1 FAMS @F1099@ +1 FAMS @F1100@ +<< +[0060] INDI rkey: I2087 offs: 0x00001439 lens: 0x0000005b +0x00002439-0x00002493: +>>0 @I2087@ INDI +1 NAME Joan /Beaufort/ +1 SEX F +1 FAMC @F706@ +1 FAMS @F1101@ +1 FAMS @F1102@ +<< +[0061] INDI rkey: I2088 offs: 0x00001494 lens: 0x0000004c +0x00002494-0x000024df: +>>0 @I2088@ INDI +1 NAME Anne /Beaufort/ +1 SEX F +1 FAMC @F706@ +1 FAMS @F1103@ +<< +[0062] INDI rkey: I2089 offs: 0x000014e0 lens: 0x0000005f +0x000024e0-0x0000253e: +>>0 @I2089@ INDI +1 NAME Margaret /Beaufort/ +1 SEX F +1 FAMC @F706@ +1 FAMS @F1104@ +1 FAMS @F1105@ +<< +[0063] INDI rkey: I2090 offs: 0x0000153f lens: 0x00000051 +0x0000253f-0x0000258f: +>>0 @I2090@ INDI +1 NAME Elizabeth /Beaufort/ +1 SEX F +1 FAMC @F706@ +1 FAMS @F1106@ +<< +[0064] INDI rkey: I2091 offs: 0x00001590 lens: 0x00000055 +0x00002590-0x000025e4: +>>0 @I2091@ INDI +1 NAME James of_Wiltshire /Butler/ +1 SEX M +1 TITL Earl +1 FAMS @F1099@ +<< +[0065] INDI rkey: I2092 offs: 0x000015e5 lens: 0x0000004a +0x000025e5-0x0000262e: +>>0 @I2092@ INDI +1 NAME Robert /Spencer/ +1 SEX M +1 TITL Sir +1 FAMS @F1100@ +<< +[0066] INDI rkey: I2093 offs: 0x0000162f lens: 0x00000056 +0x0000262f-0x00002684: +>>0 @I2093@ INDI +1 NAME Robert /St._Lawrence/ +1 SEX M +1 TITL Lord Howth +1 FAMS @F1101@ +<< +[0067] INDI rkey: I2094 offs: 0x00001685 lens: 0x0000003c +0x00002685-0x000026c0: +>>0 @I2094@ INDI +1 NAME Richard /Fry/ +1 SEX M +1 FAMS @F1102@ +<< +[0068] INDI rkey: I2095 offs: 0x000016c1 lens: 0x0000003f +0x000026c1-0x000026ff: +>>0 @I2095@ INDI +1 NAME William /Paston/ +1 SEX M +1 FAMS @F1103@ +<< +[0069] INDI rkey: I2096 offs: 0x00001700 lens: 0x00000052 +0x00002700-0x00002751: +>>0 @I2096@ INDI +1 NAME Humphrey // +1 SEX M +1 TITL Earl of Stafford +1 FAMS @F1104@ +<< +[0070] INDI rkey: I2097 offs: 0x00001752 lens: 0x0000004a +0x00002752-0x0000279b: +>>0 @I2097@ INDI +1 NAME Richard /Darell/ +1 SEX M +1 TITL Sir +1 FAMS @F1105@ +<< +[0071] INDI rkey: I2098 offs: 0x0000179c lens: 0x0000004b +0x0000279c-0x000027e6: +>>0 @I2098@ INDI +1 NAME Henry Fitz /Lewes/ +1 SEX M +1 TITL Sir +1 FAMS @F1106@ +<< +[0072] INDI rkey: I2099 offs: 0x000017e7 lens: 0x00000068 +0x000027e7-0x0000284e: +>>0 @I2099@ INDI +1 NAME Thomas of_Wiltshire /Boleyn/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1536 +1 FAMS @F499@ +<< +[0073] INDI rkey: I2100 offs: 0x0000184f lens: 0x00000079 +0x0000284f-0x000028c7: +>>0 @I2100@ INDI +1 NAME Joanna the_Mad (Juana)// +1 SEX F +1 BIRT +2 DATE 1479 +1 DEAT +2 DATE 1555 +1 FAMC @F489@ +1 FAMS @F516@ +<< +[0074] INDI rkey: I2101 offs: 0x000018c8 lens: 0x0000004c +0x000028c8-0x00002913: +>>0 @I2101@ INDI +1 NAME William /Cavendish/ +1 SEX M +1 TITL Sir +1 FAMS @F778@ +<< +[0075] INDI rkey: I2102 offs: 0x00001914 lens: 0x00000062 +0x00002914-0x00002975: +>>0 @I2102@ INDI +1 NAME Frances /Devereux/ +1 SEX F +1 DEAT +2 DATE 1674 +1 FAMC @F1107@ +1 FAMS @F781@ +<< +[0076] INDI rkey: I2103 offs: 0x00001976 lens: 0x00000055 +0x00002976-0x000029ca: +>>0 @I2103@ INDI +1 NAME Robert /Devereux/ +1 SEX M +1 TITL Earl of Essex +1 FAMS @F1107@ +<< +[0077] INDI rkey: I2104 offs: 0x000019cb lens: 0x00000079 +0x000029cb-0x00002a43: +>>0 @I2104@ INDI +1 NAME Henry of_Cumberland /Clifford/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1569 +1 FAMS @F774@ +1 FAMS @F1108@ +<< +[0078] INDI rkey: I2105 offs: 0x00001a44 lens: 0x00000057 +0x00002a44-0x00002a9a: +>>0 @I2105@ INDI +1 NAME Adrian /Stokes/ +1 SEX M +1 DEAT +2 DATE ABT 1581 +1 FAMS @F773@ +<< +[0079] INDI rkey: I2106 offs: 0x00001a9b lens: 0x00000082 +0x00002a9b-0x00002b1c: +>>0 @I2106@ INDI +1 NAME Catherine /Grey/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE ABT 1568 +1 FAMC @F509@ +1 FAMS @F1109@ +1 FAMS @F1110@ +<< +[0080] INDI rkey: I2107 offs: 0x00001b1d lens: 0x00000067 +0x00002b1d-0x00002b83: +>>0 @I2107@ INDI +1 NAME Mary /Grey/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1578 +1 FAMC @F509@ +1 FAMS @F1111@ +<< +[0081] INDI rkey: I2108 offs: 0x00001b84 lens: 0x00000084 +0x00002b84-0x00002c07: +>>0 @I2108@ INDI +1 NAME Edward /Seymour/ +1 SEX M +1 TITL Earl of Hertford +1 FAMC @F1112@ +1 FAMS @F1110@ +1 FAMS @F1113@ +1 FAMS @F1114@ +<< +[0082] INDI rkey: I2109 offs: 0x00001c08 lens: 0x00000075 +0x00002c08-0x00002c7c: +>>0 @I2109@ INDI +1 NAME Edward Beauchamp /Seymour/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1612 +1 FAMC @F1110@ +1 FAMS @F780@ +<< +[0083] INDI rkey: I2110 offs: 0x00001c7d lens: 0x00000061 +0x00002c7d-0x00002cdd: +>>0 @I2110@ INDI +1 NAME Thomas /Seymour/ +1 SEX M +1 DEAT +2 DATE 1600 +1 FAMC @F1110@ +1 FAMS @F1115@ +<< +[0084] INDI rkey: I2111 offs: 0x00001cde lens: 0x0000003d +0x00002cde-0x00002d1a: +>>0 @I2111@ INDI +1 NAME Isabel /Onley/ +1 SEX F +1 FAMS @F1115@ +<< +[0085] INDI rkey: I2112 offs: 0x00001d1b lens: 0x0000004c +0x00002d1b-0x00002d66: +>>0 @I2112@ INDI +1 NAME Honora /Rogers/ +1 SEX F +1 FAMC @F1116@ +1 FAMS @F780@ +<< +[0086] INDI rkey: I2113 offs: 0x00001d67 lens: 0x0000004a +0x00002d67-0x00002db0: +>>0 @I2113@ INDI +1 NAME Richard /Rogers/ +1 SEX M +1 TITL Sir +1 FAMS @F1116@ +<< +[0087] INDI rkey: I2114 offs: 0x00001db1 lens: 0x00000065 +0x00002db1-0x00002e15: +>>0 @I2114@ INDI +1 NAME Frederick Henry // +1 SEX M +1 BIRT +2 DATE 1614 +1 DEAT +2 DATE 1629 +1 FAMC @F438@ +<< +[0088] INDI rkey: I2115 offs: 0x00001e16 lens: 0x0000004a +0x00002e16-0x00002e5f: +>>0 @I2115@ INDI +1 NAME Philip // +1 SEX M +1 DEAT +2 DATE 1650 +1 FAMC @F438@ +<< +[0089] INDI rkey: I2116 offs: 0x00001e60 lens: 0x00000067 +0x00002e60-0x00002ec6: +>>0 @I2116@ INDI +1 NAME Elizabeth of_Hervorden // +1 SEX F +1 TITL Abbess +1 DEAT +2 DATE 1680 +1 FAMC @F438@ +<< +[0090] INDI rkey: I2117 offs: 0x00001ec7 lens: 0x0000006e +0x00002ec7-0x00002f34: +>>0 @I2117@ INDI +1 NAME Louisa Hollandine of_Maubisson// +1 SEX F +1 TITL Abbess +1 DEAT +2 DATE 1709 +1 FAMC @F438@ +<< +[0091] INDI rkey: I2118 offs: 0x00001f35 lens: 0x00000061 +0x00002f35-0x00002f95: +>>0 @I2118@ INDI +1 NAME Henrietta Maria // +1 SEX F +1 DEAT +2 DATE 1651 +1 FAMC @F438@ +1 FAMS @F1117@ +<< +[0092] INDI rkey: I2119 offs: 0x00001f96 lens: 0x0000004d +0x00002f96-0x00002fe2: +>>0 @I2119@ INDI +1 NAME Charlotte // +1 SEX F +1 DEAT +2 DATE 1631 +1 FAMC @F438@ +<< +[0093] INDI rkey: I2120 offs: 0x00001fe3 lens: 0x00000049 +0x00002fe3-0x0000302b: +>>0 @I2120@ INDI +1 NAME William of_Hesse /Landgrave/ +1 SEX M +1 FAMS @F451@ +<< +[0094] INDI rkey: I2121 offs: 0x0000202c lens: 0x00000035 +0x0000302c-0x00003060: +>>0 @I2121@ INDI +1 NAME Anne // +1 SEX F +1 FAMS @F450@ +<< +[0095] INDI rkey: I2122 offs: 0x00002061 lens: 0x00000060 +0x00003061-0x000030c0: +>>0 @I2122@ INDI +1 NAME Sigismund of_Transylvania /Ragotski/ +1 SEX M +1 TITL Prince +1 FAMS @F1117@ +<< +[0096] INDI rkey: I2123 offs: 0x000020c1 lens: 0x00000055 +0x000030c1-0x00003115: +>>0 @I2123@ INDI +1 NAME Frederick Augustus // +1 SEX M +1 DEAT +2 DATE 1690 +1 FAMC @F217@ +<< +[0097] INDI rkey: I2124 offs: 0x00002116 lens: 0x00000055 +0x00003116-0x0000316a: +>>0 @I2124@ INDI +1 NAME Maximilian William // +1 SEX M +1 DEAT +2 DATE 1726 +1 FAMC @F217@ +<< +[0098] INDI rkey: I2125 offs: 0x0000216b lens: 0x00000051 +0x0000316b-0x000031bb: +>>0 @I2125@ INDI +1 NAME Charles Philip // +1 SEX M +1 DEAT +2 DATE 1690 +1 FAMC @F217@ +<< +[0099] INDI rkey: I2126 offs: 0x000021bc lens: 0x0000004d +0x000031bc-0x00003208: +>>0 @I2126@ INDI +1 NAME Christian // +1 SEX M +1 DEAT +2 DATE 1703 +1 FAMC @F217@ +<< +[0100] INDI rkey: I2127 offs: 0x00002209 lens: 0x00000053 +0x00003209-0x0000325b: +>>0 @I2127@ INDI +1 NAME Edward /Hyde/ +1 SEX M +1 TITL Earl of Claredon +1 FAMS @F428@ +<< +[0101] INDI rkey: I2128 offs: 0x0000225c lens: 0x0000006f +0x0000325c-0x000032ca: +>>0 @I2128@ INDI +1 NAME Anna Maria // +1 SEX F +1 BIRT +2 DATE 1669 +1 DEAT +2 DATE 1728 +1 FAMC @F443@ +1 FAMS @F1118@ +<< +[0102] INDI rkey: I2129 offs: 0x000022cb lens: 0x0000007d +0x000032cb-0x00003347: +>>0 @I2129@ INDI +1 NAME Victor Amadeus_II // +1 SEX M +1 TITL Duke of Savoy +1 BIRT +2 DATE 1666 +1 DEAT +2 DATE 1732 +1 FAMS @F1118@ +<< +[0103] INDI rkey: I2130 offs: 0x00002348 lens: 0x00000085 +0x00003348-0x000033cc: +>>0 @I2130@ INDI +1 NAME Charles_II // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1661 +1 DEAT +2 DATE 1700 +1 FAMC @F1119@ +1 FAMS @F540@ +<< +[0104] INDI rkey: I2131 offs: 0x000023cd lens: 0x00000092 +0x000033cd-0x0000345e: +>>0 @I2131@ INDI +1 NAME Philip_IV // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1605 +1 DEAT +2 DATE 1665 +1 FAMC @F534@ +1 FAMS @F527@ +1 FAMS @F1119@ +<< +[0105] INDI rkey: I2132 offs: 0x0000245f lens: 0x0000009a +0x0000345f-0x000034f8: +>>0 @I2132@ INDI +1 NAME Philip_III // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1578 +2 PLAC Madrid,,,Spain +1 DEAT +2 DATE 1621 +1 FAMC @F515@ +1 FAMS @F534@ +<< +[0106] INDI rkey: I2133 offs: 0x000024f9 lens: 0x00000041 +0x000034f9-0x00003539: +>>0 @I2133@ INDI +1 NAME Maria of_Portugal // +1 SEX F +1 FAMS @F513@ +<< +[0107] INDI rkey: I2134 offs: 0x0000253a lens: 0x00000079 +0x0000353a-0x000035b2: +>>0 @I2134@ INDI +1 NAME Elizabeth of_France // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1545 +1 DEAT +2 DATE 1568 +1 FAMS @F514@ +<< +[0108] INDI rkey: I2135 offs: 0x000025b3 lens: 0x00000065 +0x000035b3-0x00003617: +>>0 @I2135@ INDI +1 NAME Anne of_Austria // +1 SEX F +1 BIRT +2 DATE 1549 +1 DEAT +2 DATE 1580 +1 FAMS @F515@ +<< +[0109] INDI rkey: I2136 offs: 0x00002618 lens: 0x0000003b +0x00003618-0x00003652: +>>0 @I2136@ INDI +1 NAME Don_Carlos // +1 SEX M +1 FAMC @F513@ +<< +[0110] INDI rkey: I2137 offs: 0x00002653 lens: 0x00000060 +0x00003653-0x000036b2: +>>0 @I2137@ INDI +1 NAME James Louis /Sobieski/ +1 SEX M +1 TITL Prince +1 FAMC @F1120@ +1 FAMS @F432@ +<< +[0111] INDI rkey: I2138 offs: 0x000026b3 lens: 0x000000cb +0x000036b3-0x0000377d: +>>0 @I2138@ INDI +1 NAME John_III /Sobieski/ +1 SEX M +1 TITL King of Poland +1 BIRT +2 DATE 9 JUN 1624 +2 PLAC Olesko,Now:,Ukraine,SSR +1 DEAT +2 DATE 17 JUN 1696 +2 PLAC Wilanow,Nr.,Warsaw,Poland +1 FAMS @F1120@ +<< +[0112] INDI rkey: I2139 offs: 0x0000277e lens: 0x0000005f +0x0000377e-0x000037dc: +>>0 @I2139@ INDI +1 NAME Gustavus Adolphus of_Stolberg-Ged.// +1 SEX M +1 TITL Prince +1 FAMS @F434@ +<< +[0113] INDI rkey: I2140 offs: 0x000027dd lens: 0x00000069 +0x000037dd-0x00003845: +>>0 @I2140@ INDI +1 NAME George William of_Brunswick// +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1726 +1 FAMS @F218@ +<< +[0114] INDI rkey: I2141 offs: 0x00002846 lens: 0x00000036 +0x00003846-0x0000387b: +>>0 @I2141@ INDI +1 NAME Celle // +1 SEX F +1 FAMS @F218@ +<< +[0115] INDI rkey: I2142 offs: 0x0000287c lens: 0x00000056 +0x0000387c-0x000038d1: +>>0 @I2142@ INDI +1 NAME Frederick_II of_Saxe-Gotha // +1 SEX M +1 TITL Duke +1 FAMS @F214@ +<< +[0116] INDI rkey: I2143 offs: 0x000028d2 lens: 0x00000051 +0x000038d2-0x00003922: +>>0 @I2143@ INDI +1 NAME Magdalena Augusta of_Anhalt-Zerbst// +1 SEX F +1 FAMS @F214@ +<< +[0117] INDI rkey: I2144 offs: 0x00002923 lens: 0x0000004e +0x00003923-0x00003970: +>>0 @I2144@ INDI +1 NAME Edward /Walpole/ +1 SEX M +1 TITL Hon. Sir +1 FAMS @F447@ +<< +[0118] INDI rkey: I2145 offs: 0x00002971 lens: 0x00000050 +0x00003971-0x000039c0: +>>0 @I2145@ INDI +1 NAME James Waldegrave_2nd // +1 SEX M +1 TITL Earl +1 FAMS @F448@ +<< +[0119] INDI rkey: I2146 offs: 0x000029c1 lens: 0x0000004a +0x000039c1-0x00003a0a: +>>0 @I2146@ INDI +1 NAME Sophia // +1 SEX F +1 DEAT +2 DATE 1844 +1 FAMC @F194@ +<< +[0120] INDI rkey: I2147 offs: 0x00002a0b lens: 0x00000051 +0x00003a0b-0x00003a5b: +>>0 @I2147@ INDI +1 NAME Charles Louis Frederick// +1 SEX M +1 TITL Duke +1 FAMS @F96@ +<< +[0121] INDI rkey: I2148 offs: 0x00002a5c lens: 0x00000057 +0x00003a5c-0x00003ab2: +>>0 @I2148@ INDI +1 NAME Elizabeth of_Saxe- Hildburghausen/Albertin/ +1 SEX F +1 FAMS @F96@ +<< +[0122] INDI rkey: I2149 offs: 0x00002ab3 lens: 0x0000004f +0x00003ab3-0x00003b01: +>>0 @I2149@ INDI +1 NAME Alfonso // +1 SEX M +1 TITL Infante of Spain +1 FAMS @F73@ +<< +[0123] INDI rkey: I2150 offs: 0x00002b02 lens: 0x0000005b +0x00003b02-0x00003b5c: +>>0 @I2150@ INDI +1 NAME Ernest of_Hohenlohe- Langenburg// +1 SEX M +1 TITL Prince +1 FAMS @F72@ +<< +[0124] INDI rkey: I2151 offs: 0x00002b5d lens: 0x0000004b +0x00003b5d-0x00003ba7: +>>0 @I2151@ INDI +1 NAME of_Dalhousie XIII// +1 SEX M +1 TITL Earl +1 FAMS @F90@ +<< +[0125] INDI rkey: I2152 offs: 0x00002ba8 lens: 0x00000053 +0x00003ba8-0x00003bfa: +>>0 @I2152@ INDI +1 NAME Katharine Fraser // +1 SEX F +1 BIRT +2 DATE 1957 +1 FAMC @F909@ +<< +[0126] INDI rkey: I2153 offs: 0x00002bfb lens: 0x00000049 +0x00003bfb-0x00003c43: +>>0 @I2153@ INDI +1 NAME Alice // +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F909@ +<< + +0x00003c44: EOF (0x00003c44) GOOD + +BLOCK - DIRECTORY ae/ae +0x00000000:ix_self: 0x00040004 (ae/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2154' +0x00000016:ix_rkey[0001]: ' I2155' +0x0000001e:ix_rkey[0002]: ' I2156' +0x00000026:ix_rkey[0003]: ' I2157' +0x0000002e:ix_rkey[0004]: ' I2158' +0x00000036:ix_rkey[0005]: ' I2159' +0x0000003e:ix_rkey[0006]: ' I2160' +0x00000046:ix_rkey[0007]: ' I2161' +0x0000004e:ix_rkey[0008]: ' I2162' +0x00000056:ix_rkey[0009]: ' I2163' +0x0000005e:ix_rkey[0010]: ' I2164' +0x00000066:ix_rkey[0011]: ' I2165' +0x0000006e:ix_rkey[0012]: ' I2166' +0x00000076:ix_rkey[0013]: ' I2167' +0x0000007e:ix_rkey[0014]: ' I2168' +0x00000086:ix_rkey[0015]: ' I2169' +0x0000008e:ix_rkey[0016]: ' I2170' +0x00000096:ix_rkey[0017]: ' I2171' +0x0000009e:ix_rkey[0018]: ' I2172' +0x000000a6:ix_rkey[0019]: ' I2173' +0x000000ae:ix_rkey[0020]: ' I2174' +0x000000b6:ix_rkey[0021]: ' I2175' +0x000000be:ix_rkey[0022]: ' I2176' +0x000000c6:ix_rkey[0023]: ' I2177' +0x000000ce:ix_rkey[0024]: ' I2178' +0x000000d6:ix_rkey[0025]: ' I2179' +0x000000de:ix_rkey[0026]: ' I2180' +0x000000e6:ix_rkey[0027]: ' I2181' +0x000000ee:ix_rkey[0028]: ' I2182' +0x000000f6:ix_rkey[0029]: ' I2183' +0x000000fe:ix_rkey[0030]: ' I2184' +0x00000106:ix_rkey[0031]: ' I2185' +0x0000010e:ix_rkey[0032]: ' I2186' +0x00000116:ix_rkey[0033]: ' I2187' +0x0000011e:ix_rkey[0034]: ' I2188' +0x00000126:ix_rkey[0035]: ' I2189' +0x0000012e:ix_rkey[0036]: ' I2190' +0x00000136:ix_rkey[0037]: ' I2191' +0x0000013e:ix_rkey[0038]: ' I2192' +0x00000146:ix_rkey[0039]: ' I2193' +0x0000014e:ix_rkey[0040]: ' I2194' +0x00000156:ix_rkey[0041]: ' I2195' +0x0000015e:ix_rkey[0042]: ' I2196' +0x00000166:ix_rkey[0043]: ' I2197' +0x0000016e:ix_rkey[0044]: ' I2198' +0x00000176:ix_rkey[0045]: ' I2199' +0x0000017e:ix_rkey[0046]: ' I2200' +0x00000186:ix_rkey[0047]: ' I2201' +0x0000018e:ix_rkey[0048]: ' I2202' +0x00000196:ix_rkey[0049]: ' I2203' +0x0000019e:ix_rkey[0050]: ' I2204' +0x000001a6:ix_rkey[0051]: ' I2205' +0x000001ae:ix_rkey[0052]: ' I2206' +0x000001b6:ix_rkey[0053]: ' I2207' +0x000001be:ix_rkey[0054]: ' I2208' +0x000001c6:ix_rkey[0055]: ' I2209' +0x000001ce:ix_rkey[0056]: ' I2210' +0x000001d6:ix_rkey[0057]: ' I2211' +0x000001de:ix_rkey[0058]: ' I2212' +0x000001e6:ix_rkey[0059]: ' I2213' +0x000001ee:ix_rkey[0060]: ' I2214' +0x000001f6:ix_rkey[0061]: ' I2215' +0x000001fe:ix_rkey[0062]: ' I2216' +0x00000206:ix_rkey[0063]: ' I2217' +0x0000020e:ix_rkey[0064]: ' I2218' +0x00000216:ix_rkey[0065]: ' I2219' +0x0000021e:ix_rkey[0066]: ' I2220' +0x00000226:ix_rkey[0067]: ' I2221' +0x0000022e:ix_rkey[0068]: ' I2222' +0x00000236:ix_rkey[0069]: ' I2223' +0x0000023e:ix_rkey[0070]: ' I2224' +0x00000246:ix_rkey[0071]: ' I2225' +0x0000024e:ix_rkey[0072]: ' I2226' +0x00000256:ix_rkey[0073]: ' I2227' +0x0000025e:ix_rkey[0074]: ' I2228' +0x00000266:ix_rkey[0075]: ' I2229' +0x0000026e:ix_rkey[0076]: ' I2230' +0x00000276:ix_rkey[0077]: ' I2231' +0x0000027e:ix_rkey[0078]: ' I2232' +0x00000286:ix_rkey[0079]: ' I2233' +0x0000028e:ix_rkey[0080]: ' I2234' +0x00000296:ix_rkey[0081]: ' I2235' +0x0000029e:ix_rkey[0082]: ' I2236' +0x000002a6:ix_rkey[0083]: ' I2237' +0x000002ae:ix_rkey[0084]: ' I2238' +0x000002b6:ix_rkey[0085]: ' I2239' +0x000002be:ix_rkey[0086]: ' I2240' +0x000002c6:ix_rkey[0087]: ' I2241' +0x000002ce:ix_rkey[0088]: ' I2242' +0x000002d6:ix_rkey[0089]: ' I2243' +0x000002de:ix_rkey[0090]: ' I2244' +0x000002e6:ix_rkey[0091]: ' I2245' +0x000002ee:ix_rkey[0092]: ' I2246' +0x000002f6:ix_rkey[0093]: ' I2247' +0x000002fe:ix_rkey[0094]: ' I2248' +0x00000306:ix_rkey[0095]: ' I2249' +0x0000030e:ix_rkey[0096]: ' I2250' +0x00000316:ix_rkey[0097]: ' I2251' +0x0000031e:ix_rkey[0098]: ' I2252' +0x00000326:ix_rkey[0099]: ' I2253' +0x0000032e:ix_rkey[0100]: ' I2254' +0x00000336:ix_rkey[0101]: ' I2255' +0x0000033e:ix_rkey[0102]: ' I2256' +0x00000346:ix_rkey[0103]: ' I2257' +0x0000034e:ix_rkey[0104]: ' I2258' +0x00000356:ix_rkey[0105]: ' I2259' +0x0000035e:ix_rkey[0106]: ' I2260' +0x00000366:ix_rkey[0107]: ' I2261' +0x0000036e:ix_rkey[0108]: ' I2262' +0x00000376:ix_rkey[0109]: ' I2263' +0x0000037e:ix_rkey[0110]: ' I2264' +0x00000386:ix_rkey[0111]: ' I2265' +0x0000038e:ix_rkey[0112]: ' I2266' +0x00000396:ix_rkey[0113]: ' I2267' +0x0000039e:ix_rkey[0114]: ' I2268' +0x000003a6:ix_rkey[0115]: ' I2269' +0x000003ae:ix_rkey[0116]: ' I2270' +0x000003b6:ix_rkey[0117]: ' I2271' +0x000003be:ix_rkey[0118]: ' I2272' +0x000003c6:ix_rkey[0119]: ' I2273' +0x000003ce:ix_rkey[0120]: ' I2274' +0x000003d6:ix_rkey[0121]: ' I2275' +0x000003de:ix_rkey[0122]: ' I2276' +0x000003e6:ix_rkey[0123]: ' I2277' +0x000003ee:ix_rkey[0124]: ' I2278' +0x000003f6:ix_rkey[0125]: ' I2279' +0x000003fe:ix_rkey[0126]: ' I2280' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000004d +0x0000080c:ix_offs[0001]: 0x0000004d 0x00000c08:ix_lens[0001]: 0x0000006d +0x00000810:ix_offs[0002]: 0x000000ba 0x00000c0c:ix_lens[0002]: 0x00000038 +0x00000814:ix_offs[0003]: 0x000000f2 0x00000c10:ix_lens[0003]: 0x0000003b +0x00000818:ix_offs[0004]: 0x0000012d 0x00000c14:ix_lens[0004]: 0x00000057 +0x0000081c:ix_offs[0005]: 0x00000184 0x00000c18:ix_lens[0005]: 0x00000041 +0x00000820:ix_offs[0006]: 0x000001c5 0x00000c1c:ix_lens[0006]: 0x0000004b +0x00000824:ix_offs[0007]: 0x00000210 0x00000c20:ix_lens[0007]: 0x0000004b +0x00000828:ix_offs[0008]: 0x0000025b 0x00000c24:ix_lens[0008]: 0x00000056 +0x0000082c:ix_offs[0009]: 0x000002b1 0x00000c28:ix_lens[0009]: 0x00000042 +0x00000830:ix_offs[0010]: 0x000002f3 0x00000c2c:ix_lens[0010]: 0x0000003c +0x00000834:ix_offs[0011]: 0x0000032f 0x00000c30:ix_lens[0011]: 0x0000003f +0x00000838:ix_offs[0012]: 0x0000036e 0x00000c34:ix_lens[0012]: 0x00000052 +0x0000083c:ix_offs[0013]: 0x000003c0 0x00000c38:ix_lens[0013]: 0x00000048 +0x00000840:ix_offs[0014]: 0x00000408 0x00000c3c:ix_lens[0014]: 0x00000055 +0x00000844:ix_offs[0015]: 0x0000045d 0x00000c40:ix_lens[0015]: 0x00000059 +0x00000848:ix_offs[0016]: 0x000004b6 0x00000c44:ix_lens[0016]: 0x0000005c +0x0000084c:ix_offs[0017]: 0x00000512 0x00000c48:ix_lens[0017]: 0x00000061 +0x00000850:ix_offs[0018]: 0x00000573 0x00000c4c:ix_lens[0018]: 0x00000049 +0x00000854:ix_offs[0019]: 0x000005bc 0x00000c50:ix_lens[0019]: 0x00000058 +0x00000858:ix_offs[0020]: 0x00000614 0x00000c54:ix_lens[0020]: 0x00000057 +0x0000085c:ix_offs[0021]: 0x0000066b 0x00000c58:ix_lens[0021]: 0x00000063 +0x00000860:ix_offs[0022]: 0x000006ce 0x00000c5c:ix_lens[0022]: 0x0000005c +0x00000864:ix_offs[0023]: 0x0000072a 0x00000c60:ix_lens[0023]: 0x00000048 +0x00000868:ix_offs[0024]: 0x00000772 0x00000c64:ix_lens[0024]: 0x0000003f +0x0000086c:ix_offs[0025]: 0x000007b1 0x00000c68:ix_lens[0025]: 0x0000005d +0x00000870:ix_offs[0026]: 0x0000080e 0x00000c6c:ix_lens[0026]: 0x00000074 +0x00000874:ix_offs[0027]: 0x00000882 0x00000c70:ix_lens[0027]: 0x0000005c +0x00000878:ix_offs[0028]: 0x000008de 0x00000c74:ix_lens[0028]: 0x00000065 +0x0000087c:ix_offs[0029]: 0x00000943 0x00000c78:ix_lens[0029]: 0x00000054 +0x00000880:ix_offs[0030]: 0x00000997 0x00000c7c:ix_lens[0030]: 0x00000047 +0x00000884:ix_offs[0031]: 0x000009de 0x00000c80:ix_lens[0031]: 0x00000059 +0x00000888:ix_offs[0032]: 0x00000a37 0x00000c84:ix_lens[0032]: 0x0000005b +0x0000088c:ix_offs[0033]: 0x00000a92 0x00000c88:ix_lens[0033]: 0x0000003d +0x00000890:ix_offs[0034]: 0x00000acf 0x00000c8c:ix_lens[0034]: 0x0000004d +0x00000894:ix_offs[0035]: 0x00000b1c 0x00000c90:ix_lens[0035]: 0x00000049 +0x00000898:ix_offs[0036]: 0x00000b65 0x00000c94:ix_lens[0036]: 0x0000004c +0x0000089c:ix_offs[0037]: 0x00000bb1 0x00000c98:ix_lens[0037]: 0x0000007a +0x000008a0:ix_offs[0038]: 0x00000c2b 0x00000c9c:ix_lens[0038]: 0x0000007b +0x000008a4:ix_offs[0039]: 0x00000ca6 0x00000ca0:ix_lens[0039]: 0x0000007b +0x000008a8:ix_offs[0040]: 0x00000d21 0x00000ca4:ix_lens[0040]: 0x00000079 +0x000008ac:ix_offs[0041]: 0x00000d9a 0x00000ca8:ix_lens[0041]: 0x00000073 +0x000008b0:ix_offs[0042]: 0x00000e0d 0x00000cac:ix_lens[0042]: 0x00000063 +0x000008b4:ix_offs[0043]: 0x00000e70 0x00000cb0:ix_lens[0043]: 0x00000067 +0x000008b8:ix_offs[0044]: 0x00000ed7 0x00000cb4:ix_lens[0044]: 0x0000006b +0x000008bc:ix_offs[0045]: 0x00000f42 0x00000cb8:ix_lens[0045]: 0x0000006d +0x000008c0:ix_offs[0046]: 0x00000faf 0x00000cbc:ix_lens[0046]: 0x00000064 +0x000008c4:ix_offs[0047]: 0x00001013 0x00000cc0:ix_lens[0047]: 0x0000005f +0x000008c8:ix_offs[0048]: 0x00001072 0x00000cc4:ix_lens[0048]: 0x00000073 +0x000008cc:ix_offs[0049]: 0x000010e5 0x00000cc8:ix_lens[0049]: 0x00000066 +0x000008d0:ix_offs[0050]: 0x0000114b 0x00000ccc:ix_lens[0050]: 0x00000067 +0x000008d4:ix_offs[0051]: 0x000011b2 0x00000cd0:ix_lens[0051]: 0x00000069 +0x000008d8:ix_offs[0052]: 0x0000121b 0x00000cd4:ix_lens[0052]: 0x00000076 +0x000008dc:ix_offs[0053]: 0x00001291 0x00000cd8:ix_lens[0053]: 0x00000049 +0x000008e0:ix_offs[0054]: 0x000012da 0x00000cdc:ix_lens[0054]: 0x00000060 +0x000008e4:ix_offs[0055]: 0x0000133a 0x00000ce0:ix_lens[0055]: 0x0000005e +0x000008e8:ix_offs[0056]: 0x00001398 0x00000ce4:ix_lens[0056]: 0x0000005f +0x000008ec:ix_offs[0057]: 0x000013f7 0x00000ce8:ix_lens[0057]: 0x00000062 +0x000008f0:ix_offs[0058]: 0x00001459 0x00000cec:ix_lens[0058]: 0x00000052 +0x000008f4:ix_offs[0059]: 0x000014ab 0x00000cf0:ix_lens[0059]: 0x00000060 +0x000008f8:ix_offs[0060]: 0x0000150b 0x00000cf4:ix_lens[0060]: 0x0000006d +0x000008fc:ix_offs[0061]: 0x00001578 0x00000cf8:ix_lens[0061]: 0x00000073 +0x00000900:ix_offs[0062]: 0x000015eb 0x00000cfc:ix_lens[0062]: 0x00000043 +0x00000904:ix_offs[0063]: 0x0000162e 0x00000d00:ix_lens[0063]: 0x00000058 +0x00000908:ix_offs[0064]: 0x00001686 0x00000d04:ix_lens[0064]: 0x00000047 +0x0000090c:ix_offs[0065]: 0x000016cd 0x00000d08:ix_lens[0065]: 0x0000005c +0x00000910:ix_offs[0066]: 0x00001729 0x00000d0c:ix_lens[0066]: 0x0000004b +0x00000914:ix_offs[0067]: 0x00001774 0x00000d10:ix_lens[0067]: 0x0000007d +0x00000918:ix_offs[0068]: 0x000017f1 0x00000d14:ix_lens[0068]: 0x00000070 +0x0000091c:ix_offs[0069]: 0x00001861 0x00000d18:ix_lens[0069]: 0x00000073 +0x00000920:ix_offs[0070]: 0x000018d4 0x00000d1c:ix_lens[0070]: 0x00000044 +0x00000924:ix_offs[0071]: 0x00001918 0x00000d20:ix_lens[0071]: 0x00000049 +0x00000928:ix_offs[0072]: 0x00001961 0x00000d24:ix_lens[0072]: 0x0000003e +0x0000092c:ix_offs[0073]: 0x0000199f 0x00000d28:ix_lens[0073]: 0x0000004b +0x00000930:ix_offs[0074]: 0x000019ea 0x00000d2c:ix_lens[0074]: 0x00000070 +0x00000934:ix_offs[0075]: 0x00001a5a 0x00000d30:ix_lens[0075]: 0x00000034 +0x00000938:ix_offs[0076]: 0x00001a8e 0x00000d34:ix_lens[0076]: 0x0000005d +0x0000093c:ix_offs[0077]: 0x00001aeb 0x00000d38:ix_lens[0077]: 0x00000068 +0x00000940:ix_offs[0078]: 0x00001b53 0x00000d3c:ix_lens[0078]: 0x0000004e +0x00000944:ix_offs[0079]: 0x00001ba1 0x00000d40:ix_lens[0079]: 0x0000003d +0x00000948:ix_offs[0080]: 0x00001bde 0x00000d44:ix_lens[0080]: 0x0000005b +0x0000094c:ix_offs[0081]: 0x00001c39 0x00000d48:ix_lens[0081]: 0x00000055 +0x00000950:ix_offs[0082]: 0x00001c8e 0x00000d4c:ix_lens[0082]: 0x00000075 +0x00000954:ix_offs[0083]: 0x00001d03 0x00000d50:ix_lens[0083]: 0x00000068 +0x00000958:ix_offs[0084]: 0x00001d6b 0x00000d54:ix_lens[0084]: 0x0000003b +0x0000095c:ix_offs[0085]: 0x00001da6 0x00000d58:ix_lens[0085]: 0x00000048 +0x00000960:ix_offs[0086]: 0x00001dee 0x00000d5c:ix_lens[0086]: 0x00000036 +0x00000964:ix_offs[0087]: 0x00001e24 0x00000d60:ix_lens[0087]: 0x00000057 +0x00000968:ix_offs[0088]: 0x00001e7b 0x00000d64:ix_lens[0088]: 0x00000038 +0x0000096c:ix_offs[0089]: 0x00001eb3 0x00000d68:ix_lens[0089]: 0x00000047 +0x00000970:ix_offs[0090]: 0x00001efa 0x00000d6c:ix_lens[0090]: 0x0000003d +0x00000974:ix_offs[0091]: 0x00001f37 0x00000d70:ix_lens[0091]: 0x00000056 +0x00000978:ix_offs[0092]: 0x00001f8d 0x00000d74:ix_lens[0092]: 0x00000050 +0x0000097c:ix_offs[0093]: 0x00001fdd 0x00000d78:ix_lens[0093]: 0x00000064 +0x00000980:ix_offs[0094]: 0x00002041 0x00000d7c:ix_lens[0094]: 0x00000063 +0x00000984:ix_offs[0095]: 0x000020a4 0x00000d80:ix_lens[0095]: 0x00000063 +0x00000988:ix_offs[0096]: 0x00002107 0x00000d84:ix_lens[0096]: 0x00000062 +0x0000098c:ix_offs[0097]: 0x00002169 0x00000d88:ix_lens[0097]: 0x00000062 +0x00000990:ix_offs[0098]: 0x000021cb 0x00000d8c:ix_lens[0098]: 0x00000067 +0x00000994:ix_offs[0099]: 0x00002232 0x00000d90:ix_lens[0099]: 0x0000005d +0x00000998:ix_offs[0100]: 0x0000228f 0x00000d94:ix_lens[0100]: 0x00000064 +0x0000099c:ix_offs[0101]: 0x000022f3 0x00000d98:ix_lens[0101]: 0x00000048 +0x000009a0:ix_offs[0102]: 0x0000233b 0x00000d9c:ix_lens[0102]: 0x00000058 +0x000009a4:ix_offs[0103]: 0x00002393 0x00000da0:ix_lens[0103]: 0x0000005e +0x000009a8:ix_offs[0104]: 0x000023f1 0x00000da4:ix_lens[0104]: 0x0000005f +0x000009ac:ix_offs[0105]: 0x00002450 0x00000da8:ix_lens[0105]: 0x00000068 +0x000009b0:ix_offs[0106]: 0x000024b8 0x00000dac:ix_lens[0106]: 0x0000005d +0x000009b4:ix_offs[0107]: 0x00002515 0x00000db0:ix_lens[0107]: 0x0000006a +0x000009b8:ix_offs[0108]: 0x0000257f 0x00000db4:ix_lens[0108]: 0x0000004d +0x000009bc:ix_offs[0109]: 0x000025cc 0x00000db8:ix_lens[0109]: 0x0000004f +0x000009c0:ix_offs[0110]: 0x0000261b 0x00000dbc:ix_lens[0110]: 0x0000004f +0x000009c4:ix_offs[0111]: 0x0000266a 0x00000dc0:ix_lens[0111]: 0x00000061 +0x000009c8:ix_offs[0112]: 0x000026cb 0x00000dc4:ix_lens[0112]: 0x00000052 +0x000009cc:ix_offs[0113]: 0x0000271d 0x00000dc8:ix_lens[0113]: 0x00000052 +0x000009d0:ix_offs[0114]: 0x0000276f 0x00000dcc:ix_lens[0114]: 0x00000049 +0x000009d4:ix_offs[0115]: 0x000027b8 0x00000dd0:ix_lens[0115]: 0x00000048 +0x000009d8:ix_offs[0116]: 0x00002800 0x00000dd4:ix_lens[0116]: 0x00000057 +0x000009dc:ix_offs[0117]: 0x00002857 0x00000dd8:ix_lens[0117]: 0x00000054 +0x000009e0:ix_offs[0118]: 0x000028ab 0x00000ddc:ix_lens[0118]: 0x0000004b +0x000009e4:ix_offs[0119]: 0x000028f6 0x00000de0:ix_lens[0119]: 0x0000004e +0x000009e8:ix_offs[0120]: 0x00002944 0x00000de4:ix_lens[0120]: 0x0000005e +0x000009ec:ix_offs[0121]: 0x000029a2 0x00000de8:ix_lens[0121]: 0x00000047 +0x000009f0:ix_offs[0122]: 0x000029e9 0x00000dec:ix_lens[0122]: 0x00000056 +0x000009f4:ix_offs[0123]: 0x00002a3f 0x00000df0:ix_lens[0123]: 0x00000052 +0x000009f8:ix_offs[0124]: 0x00002a91 0x00000df4:ix_lens[0124]: 0x0000004d +0x000009fc:ix_offs[0125]: 0x00002ade 0x00000df8:ix_lens[0125]: 0x0000004f +0x00000a00:ix_offs[0126]: 0x00002b2d 0x00000dfc:ix_lens[0126]: 0x00000051 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2154 offs: 0x00000000 lens: 0x0000004d +0x00001000-0x0000104c: +>>0 @I2154@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F909@ +<< +[0001] INDI rkey: I2155 offs: 0x0000004d lens: 0x0000006d +0x0000104d-0x000010b9: +>>0 @I2155@ INDI +1 NAME Alistair Arthur of_Connaught_2nd// +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1943 +1 FAMC @F86@ +<< +[0002] INDI rkey: I2156 offs: 0x000000ba lens: 0x00000038 +0x000010ba-0x000010f1: +>>0 @I2156@ INDI +1 NAME Romaine // +1 SEX F +1 FAMS @F331@ +<< +[0003] INDI rkey: I2157 offs: 0x000000f2 lens: 0x0000003b +0x000010f2-0x0000112c: +>>0 @I2157@ INDI +1 NAME Janet /Bryce/ +1 SEX F +1 FAMS @F332@ +<< +[0004] INDI rkey: I2158 offs: 0x0000012d lens: 0x00000057 +0x0000112d-0x00001183: +>>0 @I2158@ INDI +1 NAME George of_Milford_Haven // +1 SEX M +1 TITL Marquess +1 FAMC @F331@ +<< +[0005] INDI rkey: I2159 offs: 0x00000184 lens: 0x00000041 +0x00001184-0x000011c4: +>>0 @I2159@ INDI +1 NAME Ivar // +1 SEX M +1 TITL Lord +1 FAMC @F331@ +<< +[0006] INDI rkey: I2160 offs: 0x000001c5 lens: 0x0000004b +0x000011c5-0x0000120f: +>>0 @I2160@ INDI +1 NAME of_Mount_Temple // +1 SEX M +1 TITL Lord +1 FAMS @F323@ +<< +[0007] INDI rkey: I2161 offs: 0x00000210 lens: 0x0000004b +0x00001210-0x0000125a: +>>0 @I2161@ INDI +1 NAME of_Lodesborough // +1 SEX M +1 TITL Earl +1 FAMS @F257@ +<< +[0008] INDI rkey: I2162 offs: 0x0000025b lens: 0x00000056 +0x0000125b-0x000012b0: +>>0 @I2162@ INDI +1 NAME J. Keyes-O'Malley /Hamilton/ +1 SEX M +1 TITL Capt. +1 FAMS @F333@ +<< +[0009] INDI rkey: I2163 offs: 0x000002b1 lens: 0x00000042 +0x000012b1-0x000012f2: +>>0 @I2163@ INDI +1 NAME Michael Kelly Bryan// +1 SEX M +1 FAMS @F334@ +<< +[0010] INDI rkey: I2164 offs: 0x000002f3 lens: 0x0000003c +0x000012f3-0x0000132e: +>>0 @I2164@ INDI +1 NAME William Kemp // +1 SEX M +1 FAMS @F335@ +<< +[0011] INDI rkey: I2165 offs: 0x0000032f lens: 0x0000003f +0x0000132f-0x0000136d: +>>0 @I2165@ INDI +1 NAME Robin Alexander // +1 SEX M +1 FAMC @F334@ +<< +[0012] INDI rkey: I2166 offs: 0x0000036e lens: 0x00000052 +0x0000136e-0x000013bf: +>>0 @I2166@ INDI +1 NAME Maelgwn Fychan // +1 SEX M +1 DEAT +2 DATE 1257 +1 FAMS @F1026@ +<< +[0013] INDI rkey: I2167 offs: 0x000003c0 lens: 0x00000048 +0x000013c0-0x00001407: +>>0 @I2167@ INDI +1 NAME Eleanor // +1 SEX F +1 FAMC @F1026@ +1 FAMS @F1121@ +<< +[0014] INDI rkey: I2168 offs: 0x00000408 lens: 0x00000055 +0x00001408-0x0000145c: +>>0 @I2168@ INDI +1 NAME Maredudd Ap_Owain // +1 SEX M +1 DEAT +2 DATE 1265 +1 FAMS @F1121@ +<< +[0015] INDI rkey: I2169 offs: 0x0000045d lens: 0x00000059 +0x0000145d-0x000014b5: +>>0 @I2169@ INDI +1 NAME Owain // +1 SEX M +1 DEAT +2 DATE 1275 +1 FAMC @F1121@ +1 FAMS @F1122@ +<< +[0016] INDI rkey: I2170 offs: 0x000004b6 lens: 0x0000005c +0x000014b6-0x00001511: +>>0 @I2170@ INDI +1 NAME Llywelyn // +1 SEX M +1 DEAT +2 DATE 1309 +1 FAMC @F1122@ +1 FAMS @F1123@ +<< +[0017] INDI rkey: I2171 offs: 0x00000512 lens: 0x00000061 +0x00001512-0x00001572: +>>0 @I2171@ INDI +1 NAME Thomas // +1 SEX M +1 DEAT +2 DATE ABT 1343 +1 FAMC @F1123@ +1 FAMS @F1124@ +<< +[0018] INDI rkey: I2172 offs: 0x00000573 lens: 0x00000049 +0x00001573-0x000015bb: +>>0 @I2172@ INDI +1 NAME Margaret // +1 SEX F +1 FAMC @F1124@ +1 FAMS @F1125@ +<< +[0019] INDI rkey: I2173 offs: 0x000005bc lens: 0x00000058 +0x000015bc-0x00001613: +>>0 @I2173@ INDI +1 NAME Tudor Fychan of_Pemmynydd// +1 SEX M +1 FAMC @F1126@ +1 FAMS @F1125@ +<< +[0020] INDI rkey: I2174 offs: 0x00000614 lens: 0x00000057 +0x00001614-0x0000166a: +>>0 @I2174@ INDI +1 NAME Maredudd (Meredith) /Tudor/ +1 SEX M +1 FAMC @F1125@ +1 FAMS @F719@ +<< +[0021] INDI rkey: I2175 offs: 0x0000066b lens: 0x00000063 +0x0000166b-0x000016cd: +>>0 @I2175@ INDI +1 NAME Goronwy_Ap Tudor // +1 SEX M +1 DEAT +2 DATE 1331 +1 FAMC @F1127@ +1 FAMS @F1126@ +<< +[0022] INDI rkey: I2176 offs: 0x000006ce lens: 0x0000005c +0x000016ce-0x00001729: +>>0 @I2176@ INDI +1 NAME Tudor Hen // +1 SEX M +1 DEAT +2 DATE 1311 +1 FAMC @F1128@ +1 FAMS @F1127@ +<< +[0023] INDI rkey: I2177 offs: 0x0000072a lens: 0x00000048 +0x0000172a-0x00001771: +>>0 @I2177@ INDI +1 NAME Goronwy // +1 SEX M +1 FAMC @F1129@ +1 FAMS @F1128@ +<< +[0024] INDI rkey: I2178 offs: 0x00000772 lens: 0x0000003f +0x00001772-0x000017b0: +>>0 @I2178@ INDI +1 NAME Ednyfed Fychan // +1 SEX M +1 FAMS @F1129@ +<< +[0025] INDI rkey: I2179 offs: 0x000007b1 lens: 0x0000005d +0x000017b1-0x0000180d: +>>0 @I2179@ INDI +1 NAME Gwenllian // +1 SEX F +1 DEAT +2 DATE 1236 +1 FAMC @F1130@ +1 FAMS @F1129@ +<< +[0026] INDI rkey: I2180 offs: 0x0000080e lens: 0x00000074 +0x0000180e-0x00001881: +>>0 @I2180@ INDI +1 NAME Rhys_Ap Gruffydd // +1 SEX M +1 TITL Lord Rhys +1 DEAT +2 DATE 1197 +1 FAMC @F1131@ +1 FAMS @F1130@ +<< +[0027] INDI rkey: I2181 offs: 0x00000882 lens: 0x0000005c +0x00001882-0x000018dd: +>>0 @I2181@ INDI +1 NAME Gruffydd // +1 SEX M +1 DEAT +2 DATE 1137 +1 FAMC @F1132@ +1 FAMS @F1131@ +<< +[0028] INDI rkey: I2182 offs: 0x000008de lens: 0x00000065 +0x000018de-0x00001942: +>>0 @I2182@ INDI +1 NAME Rhys_Ap Twedwr // +1 SEX M +1 TITL Prince S. Wales +1 FAMC @F1133@ +1 FAMS @F1132@ +<< +[0029] INDI rkey: I2183 offs: 0x00000943 lens: 0x00000054 +0x00001943-0x00001996: +>>0 @I2183@ INDI +1 NAME Tewdwr Mawr the_Great// +1 SEX M +1 FAMC @F1134@ +1 FAMS @F1133@ +<< +[0030] INDI rkey: I2184 offs: 0x00000997 lens: 0x00000047 +0x00001997-0x000019dd: +>>0 @I2184@ INDI +1 NAME Cadell // +1 SEX M +1 FAMC @F1135@ +1 FAMS @F1134@ +<< +[0031] INDI rkey: I2185 offs: 0x000009de lens: 0x00000059 +0x000019de-0x00001a36: +>>0 @I2185@ INDI +1 NAME Einion // +1 SEX M +1 DEAT +2 DATE 984 +1 FAMC @F1011@ +1 FAMS @F1135@ +<< +[0032] INDI rkey: I2186 offs: 0x00000a37 lens: 0x0000005b +0x00001a37-0x00001a91: +>>0 @I2186@ INDI +1 NAME Michael of_Hillsborough /Hill/ +1 SEX M +1 FAMC @F1136@ +1 FAMS @F1004@ +<< +[0033] INDI rkey: I2187 offs: 0x00000a92 lens: 0x0000003d +0x00001a92-0x00001ace: +>>0 @I2187@ INDI +1 NAME William /Hill/ +1 SEX M +1 FAMS @F1136@ +<< +[0034] INDI rkey: I2188 offs: 0x00000acf lens: 0x0000004d +0x00001acf-0x00001b1b: +>>0 @I2188@ INDI +1 NAME Eleanor /Boyle/ +1 SEX F +1 FAMC @F1137@ +1 FAMS @F1136@ +<< +[0035] INDI rkey: I2189 offs: 0x00000b1c lens: 0x00000049 +0x00001b1c-0x00001b64: +>>0 @I2189@ INDI +1 NAME Michael /Boyle/ +1 SEX M +1 TITL Dr. +1 FAMS @F1137@ +<< +[0036] INDI rkey: I2190 offs: 0x00000b65 lens: 0x0000004c +0x00001b65-0x00001bb0: +>>0 @I2190@ INDI +1 NAME Mary /O'Brien/ +1 SEX F +1 FAMC @F1138@ +1 FAMS @F1137@ +<< +[0037] INDI rkey: I2191 offs: 0x00000bb1 lens: 0x0000007a +0x00001bb1-0x00001c2a: +>>0 @I2191@ INDI +1 NAME Dermont /O'Brien/ +1 SEX M +1 TITL Lord Inchiquin V +1 DEAT +2 DATE 1624 +1 FAMC @F1139@ +1 FAMS @F1138@ +<< +[0038] INDI rkey: I2192 offs: 0x00000c2b lens: 0x0000007b +0x00001c2b-0x00001ca5: +>>0 @I2192@ INDI +1 NAME Murrough /O'Brien/ +1 SEX M +1 TITL Lord Inchiquin 4 +1 DEAT +2 DATE 1597 +1 FAMC @F1140@ +1 FAMS @F1139@ +<< +[0039] INDI rkey: I2193 offs: 0x00000ca6 lens: 0x0000007b +0x00001ca6-0x00001d20: +>>0 @I2193@ INDI +1 NAME Murrough /O'Brien/ +1 SEX M +1 TITL Lord Inchiquin 3 +1 DEAT +2 DATE 1573 +1 FAMC @F1141@ +1 FAMS @F1140@ +<< +[0040] INDI rkey: I2194 offs: 0x00000d21 lens: 0x00000079 +0x00001d21-0x00001d99: +>>0 @I2194@ INDI +1 NAME Dermod /O'Brien/ +1 SEX M +1 TITL Lord Inchiquin 2 +1 DEAT +2 DATE 1557 +1 FAMC @F1142@ +1 FAMS @F1141@ +<< +[0041] INDI rkey: I2195 offs: 0x00000d9a lens: 0x00000073 +0x00001d9a-0x00001e0c: +>>0 @I2195@ INDI +1 NAME Murrough // +1 SEX M +1 TITL King of Thomond +1 DEAT +2 DATE 1551 +1 FAMC @F1143@ +1 FAMS @F1142@ +<< +[0042] INDI rkey: I2196 offs: 0x00000e0d lens: 0x00000063 +0x00001e0d-0x00001e6f: +>>0 @I2196@ INDI +1 NAME Turlough Don // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1144@ +1 FAMS @F1143@ +<< +[0043] INDI rkey: I2197 offs: 0x00000e70 lens: 0x00000067 +0x00001e70-0x00001ed6: +>>0 @I2197@ INDI +1 NAME Teige An_Chomard // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1145@ +1 FAMS @F1144@ +<< +[0044] INDI rkey: I2198 offs: 0x00000ed7 lens: 0x0000006b +0x00001ed7-0x00001f41: +>>0 @I2198@ INDI +1 NAME Turlough Bog the_Soft// +1 SEX M +1 TITL King of Thomond +1 FAMC @F1146@ +1 FAMS @F1145@ +<< +[0045] INDI rkey: I2199 offs: 0x00000f42 lens: 0x0000006d +0x00001f42-0x00001fae: +>>0 @I2199@ INDI +1 NAME Brian_Catha An_Eanaigh // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1147@ +1 FAMS @F1146@ +<< +[0046] INDI rkey: I2200 offs: 0x00000faf lens: 0x00000064 +0x00001faf-0x00002012: +>>0 @I2200@ INDI +1 NAME Mahon Moinmoy // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1148@ +1 FAMS @F1147@ +<< +[0047] INDI rkey: I2201 offs: 0x00001013 lens: 0x0000005f +0x00002013-0x00002071: +>>0 @I2201@ INDI +1 NAME Mortogh // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1149@ +1 FAMS @F1148@ +<< +[0048] INDI rkey: I2202 offs: 0x00001072 lens: 0x00000073 +0x00002072-0x000020e4: +>>0 @I2202@ INDI +1 NAME Turlough // +1 SEX M +1 TITL King of Thomond +1 DEAT +2 DATE 1306 +1 FAMC @F1150@ +1 FAMS @F1149@ +<< +[0049] INDI rkey: I2203 offs: 0x000010e5 lens: 0x00000066 +0x000020e5-0x0000214a: +>>0 @I2203@ INDI +1 NAME Teige Caeluisce // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1151@ +1 FAMS @F1150@ +<< +[0050] INDI rkey: I2204 offs: 0x0000114b lens: 0x00000067 +0x0000214b-0x000021b1: +>>0 @I2204@ INDI +1 NAME Conor Na_Suidane // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1152@ +1 FAMS @F1151@ +<< +[0051] INDI rkey: I2205 offs: 0x000011b2 lens: 0x00000069 +0x000021b2-0x0000221a: +>>0 @I2205@ INDI +1 NAME Donough Cairbreach // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1153@ +1 FAMS @F1152@ +<< +[0052] INDI rkey: I2206 offs: 0x0000121b lens: 0x00000076 +0x0000221b-0x00002290: +>>0 @I2206@ INDI +1 NAME Donnell More // +1 SEX M +1 TITL King of Thomond +1 DEAT +2 DATE 1194 +1 FAMC @F1154@ +1 FAMS @F1153@ +<< +[0053] INDI rkey: I2207 offs: 0x00001291 lens: 0x00000049 +0x00002291-0x000022d9: +>>0 @I2207@ INDI +1 NAME Urlachan // +1 SEX F +1 FAMC @F1155@ +1 FAMS @F1153@ +<< +[0054] INDI rkey: I2208 offs: 0x000012da lens: 0x00000060 +0x000022da-0x00002339: +>>0 @I2208@ INDI +1 NAME Turlough // +1 SEX M +1 TITL King of Thomond +1 FAMC @F1156@ +1 FAMS @F1154@ +<< +[0055] INDI rkey: I2209 offs: 0x0000133a lens: 0x0000005e +0x0000233a-0x00002397: +>>0 @I2209@ INDI +1 NAME Dermot // +1 SEX M +1 TITL King of Munster +1 FAMC @F1157@ +1 FAMS @F1156@ +<< +[0056] INDI rkey: I2210 offs: 0x00001398 lens: 0x0000005f +0x00002398-0x000023f6: +>>0 @I2210@ INDI +1 NAME Turough // +1 SEX M +1 TITL King of Munster +1 FAMC @F1158@ +1 FAMS @F1157@ +<< +[0057] INDI rkey: I2211 offs: 0x000013f7 lens: 0x00000062 +0x000023f7-0x00002458: +>>0 @I2211@ INDI +1 NAME Teige (Terence) // +1 SEX M +1 DEAT +2 DATE 1023 +1 FAMC @F1159@ +1 FAMS @F1158@ +<< +[0058] INDI rkey: I2212 offs: 0x00001459 lens: 0x00000052 +0x00002459-0x000024aa: +>>0 @I2212@ INDI +1 NAME Brian Boru // +1 SEX M +1 TITL King of Ireland +1 FAMS @F1159@ +<< +[0059] INDI rkey: I2213 offs: 0x000014ab lens: 0x00000060 +0x000024ab-0x0000250a: +>>0 @I2213@ INDI +1 NAME Dearbforgail // +1 SEX F +1 DEAT +2 DATE 1080 +1 FAMC @F1159@ +1 FAMS @F1160@ +<< +[0060] INDI rkey: I2214 offs: 0x0000150b lens: 0x0000006d +0x0000250b-0x00002577: +>>0 @I2214@ INDI +1 NAME Dermot /MacMailnamo/ +1 SEX M +1 TITL King of Ireland +1 DEAT +2 DATE 1072 +1 FAMS @F1160@ +<< +[0061] INDI rkey: I2215 offs: 0x00001578 lens: 0x00000073 +0x00002578-0x000025ea: +>>0 @I2215@ INDI +1 NAME Murchad // +1 SEX M +1 TITL King of Leinster +1 DEAT +2 DATE 1090 +1 FAMC @F1160@ +1 FAMS @F1161@ +<< +[0062] INDI rkey: I2216 offs: 0x000015eb lens: 0x00000043 +0x000025eb-0x0000262d: +>>0 @I2216@ INDI +1 NAME Eva // +1 SEX F +1 FAMC @F1162@ +1 FAMS @F996@ +<< +[0063] INDI rkey: I2217 offs: 0x0000162e lens: 0x00000058 +0x0000262e-0x00002685: +>>0 @I2217@ INDI +1 NAME William /Marshal/ +1 SEX M +1 TITL Earl of Pembroke +1 FAMS @F1162@ +<< +[0064] INDI rkey: I2218 offs: 0x00001686 lens: 0x00000047 +0x00002686-0x000026cc: +>>0 @I2218@ INDI +1 NAME Isabel // +1 SEX F +1 FAMC @F1163@ +1 FAMS @F1162@ +<< +[0065] INDI rkey: I2219 offs: 0x000016cd lens: 0x0000005c +0x000026cd-0x00002728: +>>0 @I2219@ INDI +1 NAME Richard (Strongbow) // +1 SEX M +1 TITL Earl of Pembroke +1 FAMS @F1163@ +<< +[0066] INDI rkey: I2220 offs: 0x00001729 lens: 0x0000004b +0x00002729-0x00002773: +>>0 @I2220@ INDI +1 NAME Aoife (Eva) // +1 SEX F +1 FAMC @F1155@ +1 FAMS @F1163@ +<< +[0067] INDI rkey: I2221 offs: 0x00001774 lens: 0x0000007d +0x00002774-0x000027f0: +>>0 @I2221@ INDI +1 NAME Dermot /MacMurrough/ +1 SEX M +1 TITL King of Leinster +1 DEAT +2 DATE 1171 +1 FAMC @F1164@ +1 FAMS @F1155@ +<< +[0068] INDI rkey: I2222 offs: 0x000017f1 lens: 0x00000070 +0x000027f1-0x00002860: +>>0 @I2222@ INDI +1 NAME Enna // +1 SEX M +1 TITL King of Leinster +1 DEAT +2 DATE 1126 +1 FAMC @F1165@ +1 FAMS @F1164@ +<< +[0069] INDI rkey: I2223 offs: 0x00001861 lens: 0x00000073 +0x00002861-0x000028d3: +>>0 @I2223@ INDI +1 NAME Donchad // +1 SEX M +1 TITL King of Leinster +1 DEAT +2 DATE 1126 +1 FAMC @F1161@ +1 FAMS @F1165@ +<< +[0070] INDI rkey: I2224 offs: 0x000018d4 lens: 0x00000044 +0x000028d4-0x00002917: +>>0 @I2224@ INDI +1 NAME Sybil // +1 SEX F +1 FAMC @F749@ +1 FAMS @F832@ +<< +[0071] INDI rkey: I2225 offs: 0x00001918 lens: 0x00000049 +0x00002918-0x00002960: +>>0 @I2225@ INDI +1 NAME Ingibiorg // +1 SEX F +1 FAMC @F1166@ +1 FAMS @F830@ +<< +[0072] INDI rkey: I2226 offs: 0x00001961 lens: 0x0000003e +0x00002961-0x0000299e: +>>0 @I2226@ INDI +1 NAME Finn /Arnasson/ +1 SEX M +1 FAMS @F1166@ +<< +[0073] INDI rkey: I2227 offs: 0x0000199f lens: 0x0000004b +0x0000299f-0x000029e9: +>>0 @I2227@ INDI +1 NAME Matilda // +1 SEX F +1 DEAT +2 DATE 1131 +1 FAMS @F833@ +<< +[0074] INDI rkey: I2228 offs: 0x000019ea lens: 0x00000070 +0x000029ea-0x00002a59: +>>0 @I2228@ INDI +1 NAME Henry of_Huntingdon // +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1152 +1 FAMC @F833@ +1 FAMS @F968@ +<< +[0075] INDI rkey: I2229 offs: 0x00001a5a lens: 0x00000034 +0x00002a5a-0x00002a8d: +>>0 @I2229@ INDI +1 NAME Ada // +1 SEX F +1 FAMS @F968@ +<< +[0076] INDI rkey: I2230 offs: 0x00001a8e lens: 0x0000005d +0x00002a8e-0x00002aea: +>>0 @I2230@ INDI +1 NAME Malcolm_IV the_Maiden // +1 SEX M +1 TITL King of Scotland +1 FAMC @F968@ +<< +[0077] INDI rkey: I2231 offs: 0x00001aeb lens: 0x00000068 +0x00002aeb-0x00002b52: +>>0 @I2231@ INDI +1 NAME Willaim_I the_Lion // +1 SEX M +1 TITL King of Scotland +1 FAMC @F968@ +1 FAMS @F986@ +<< +[0078] INDI rkey: I2232 offs: 0x00001b53 lens: 0x0000004e +0x00002b53-0x00002ba0: +>>0 @I2232@ INDI +1 NAME Ermengarde // +1 SEX F +1 DEAT +2 DATE 1234 +1 FAMS @F986@ +<< +[0079] INDI rkey: I2233 offs: 0x00001ba1 lens: 0x0000003d +0x00002ba1-0x00002bdd: +>>0 @I2233@ INDI +1 NAME Mary of_Coucy // +1 SEX F +1 FAMS @F863@ +<< +[0080] INDI rkey: I2234 offs: 0x00001bde lens: 0x0000005b +0x00002bde-0x00002c38: +>>0 @I2234@ INDI +1 NAME Margaret // +1 SEX F +1 DEAT +2 DATE 1283 +1 FAMC @F677@ +1 FAMS @F1167@ +<< +[0081] INDI rkey: I2235 offs: 0x00001c39 lens: 0x00000055 +0x00002c39-0x00002c8d: +>>0 @I2235@ INDI +1 NAME Eric /Magnusson/ +1 SEX M +1 TITL King of Norway +1 FAMS @F1167@ +<< +[0082] INDI rkey: I2236 offs: 0x00001c8e lens: 0x00000075 +0x00002c8e-0x00002d02: +>>0 @I2236@ INDI +1 NAME Margaret Maid_of_Norway // +1 SEX F +1 BIRT +2 DATE ABT 1282 +1 DEAT +2 DATE 1290 +1 FAMC @F1167@ +<< +[0083] INDI rkey: I2237 offs: 0x00001d03 lens: 0x00000068 +0x00002d03-0x00002d6a: +>>0 @I2237@ INDI +1 NAME Duncan_II May-Nov // +1 SEX M +1 TITL King of Scotland +1 FAMC @F830@ +1 FAMS @F1168@ +<< +[0084] INDI rkey: I2238 offs: 0x00001d6b lens: 0x0000003b +0x00002d6b-0x00002da5: +>>0 @I2238@ INDI +1 NAME Ethelreda // +1 SEX F +1 FAMS @F1168@ +<< +[0085] INDI rkey: I2239 offs: 0x00001da6 lens: 0x00000048 +0x00002da6-0x00002ded: +>>0 @I2239@ INDI +1 NAME Duncan_I // +1 SEX M +1 FAMC @F1169@ +1 FAMS @F829@ +<< +[0086] INDI rkey: I2240 offs: 0x00001dee lens: 0x00000036 +0x00002dee-0x00002e23: +>>0 @I2240@ INDI +1 NAME Sybil // +1 SEX F +1 FAMS @F829@ +<< +[0087] INDI rkey: I2241 offs: 0x00001e24 lens: 0x00000057 +0x00002e24-0x00002e7a: +>>0 @I2241@ INDI +1 NAME Donald_III Bane // +1 SEX M +1 TITL King of Scotland +1 FAMC @F829@ +<< +[0088] INDI rkey: I2242 offs: 0x00001e7b lens: 0x00000038 +0x00002e7b-0x00002eb2: +>>0 @I2242@ INDI +1 NAME Crinan // +1 SEX M +1 FAMS @F1169@ +<< +[0089] INDI rkey: I2243 offs: 0x00001eb3 lens: 0x00000047 +0x00002eb3-0x00002ef9: +>>0 @I2243@ INDI +1 NAME Bethoc // +1 SEX F +1 FAMC @F1170@ +1 FAMS @F1169@ +<< +[0090] INDI rkey: I2244 offs: 0x00001efa lens: 0x0000003d +0x00002efa-0x00002f36: +>>0 @I2244@ INDI +1 NAME Gillacomgan // +1 SEX M +1 FAMS @F1171@ +<< +[0091] INDI rkey: I2245 offs: 0x00001f37 lens: 0x00000056 +0x00002f37-0x00002f8c: +>>0 @I2245@ INDI +1 NAME Gruoch // +1 SEX F +1 FAMC @F1172@ +1 FAMS @F1171@ +1 FAMS @F1173@ +<< +[0092] INDI rkey: I2246 offs: 0x00001f8d lens: 0x00000050 +0x00002f8d-0x00002fdc: +>>0 @I2246@ INDI +1 NAME Lulach // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1171@ +<< +[0093] INDI rkey: I2247 offs: 0x00001fdd lens: 0x00000064 +0x00002fdd-0x00003040: +>>0 @I2247@ INDI +1 NAME Macbeth // +1 SEX M +1 TITL King of Scotland +1 DEAT +2 DATE 1057 +1 FAMS @F1173@ +<< +[0094] INDI rkey: I2248 offs: 0x00002041 lens: 0x00000063 +0x00003041-0x000030a3: +>>0 @I2248@ INDI +1 NAME Malcolm_II // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1174@ +1 FAMS @F1170@ +<< +[0095] INDI rkey: I2249 offs: 0x000020a4 lens: 0x00000063 +0x000030a4-0x00003106: +>>0 @I2249@ INDI +1 NAME Kenneth_II // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1175@ +1 FAMS @F1174@ +<< +[0096] INDI rkey: I2250 offs: 0x00002107 lens: 0x00000062 +0x00003107-0x00003168: +>>0 @I2250@ INDI +1 NAME Malcolm_I // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1176@ +1 FAMS @F1175@ +<< +[0097] INDI rkey: I2251 offs: 0x00002169 lens: 0x00000062 +0x00003169-0x000031ca: +>>0 @I2251@ INDI +1 NAME Donald_II // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1177@ +1 FAMS @F1176@ +<< +[0098] INDI rkey: I2252 offs: 0x000021cb lens: 0x00000067 +0x000031cb-0x00003231: +>>0 @I2252@ INDI +1 NAME Constantine_II // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1178@ +1 FAMS @F1177@ +<< +[0099] INDI rkey: I2253 offs: 0x00002232 lens: 0x0000005d +0x00003232-0x0000328e: +>>0 @I2253@ INDI +1 NAME Duff // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1175@ +1 FAMS @F1179@ +<< +[0100] INDI rkey: I2254 offs: 0x0000228f lens: 0x00000064 +0x0000328f-0x000032f2: +>>0 @I2254@ INDI +1 NAME Kenneth_III // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1179@ +1 FAMS @F1180@ +<< +[0101] INDI rkey: I2255 offs: 0x000022f3 lens: 0x00000048 +0x000032f3-0x0000333a: +>>0 @I2255@ INDI +1 NAME Beoedhe // +1 SEX M +1 FAMC @F1180@ +1 FAMS @F1172@ +<< +[0102] INDI rkey: I2256 offs: 0x0000233b lens: 0x00000058 +0x0000333b-0x00003392: +>>0 @I2256@ INDI +1 NAME Constantine_IV // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1181@ +<< +[0103] INDI rkey: I2257 offs: 0x00002393 lens: 0x0000005e +0x00003393-0x000033f0: +>>0 @I2257@ INDI +1 NAME Colin // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1182@ +1 FAMS @F1181@ +<< +[0104] INDI rkey: I2258 offs: 0x000023f1 lens: 0x0000005f +0x000033f1-0x0000344f: +>>0 @I2258@ INDI +1 NAME Indulf // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1183@ +1 FAMS @F1182@ +<< +[0105] INDI rkey: I2259 offs: 0x00002450 lens: 0x00000068 +0x00003450-0x000034b7: +>>0 @I2259@ INDI +1 NAME Constantine_III // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1184@ +1 FAMS @F1183@ +<< +[0106] INDI rkey: I2260 offs: 0x000024b8 lens: 0x0000005d +0x000034b8-0x00003514: +>>0 @I2260@ INDI +1 NAME Aedh // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1178@ +1 FAMS @F1184@ +<< +[0107] INDI rkey: I2261 offs: 0x00002515 lens: 0x0000006a +0x00003515-0x0000357e: +>>0 @I2261@ INDI +1 NAME Kenneth_I /MacAlpin/ +1 SEX M +1 TITL King of Scotland +1 FAMC @F1185@ +1 FAMS @F1178@ +<< +[0108] INDI rkey: I2262 offs: 0x0000257f lens: 0x0000004d +0x0000357f-0x000035cb: +>>0 @I2262@ INDI +1 NAME Unknown_Dau. // +1 SEX F +1 FAMC @F1178@ +1 FAMS @F1186@ +<< +[0109] INDI rkey: I2263 offs: 0x000025cc lens: 0x0000004f +0x000035cc-0x0000361a: +>>0 @I2263@ INDI +1 NAME Run of_Strathclyde // +1 SEX M +1 TITL King +1 FAMS @F1186@ +<< +[0110] INDI rkey: I2264 offs: 0x0000261b lens: 0x0000004f +0x0000361b-0x00003669: +>>0 @I2264@ INDI +1 NAME Eocha // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1186@ +<< +[0111] INDI rkey: I2265 offs: 0x0000266a lens: 0x00000061 +0x0000366a-0x000036ca: +>>0 @I2265@ INDI +1 NAME Alpin // +1 SEX M +1 TITL King of Scotland +1 DEAT +2 DATE 834 +1 FAMS @F1185@ +<< +[0112] INDI rkey: I2266 offs: 0x000026cb lens: 0x00000052 +0x000036cb-0x0000371c: +>>0 @I2266@ INDI +1 NAME Donald_I // +1 SEX M +1 TITL King of Scotland +1 FAMC @F1185@ +<< +[0113] INDI rkey: I2267 offs: 0x0000271d lens: 0x00000052 +0x0000371d-0x0000376e: +>>0 @I2267@ INDI +1 NAME Charles_II // +1 SEX M +1 TITL King of Navarre +1 FAMS @F871@ +<< +[0114] INDI rkey: I2268 offs: 0x0000276f lens: 0x00000049 +0x0000376f-0x000037b7: +>>0 @I2268@ INDI +1 NAME Reynald /Cobham/ +1 SEX M +1 TITL Sir +1 FAMS @F870@ +<< +[0115] INDI rkey: I2269 offs: 0x000027b8 lens: 0x00000048 +0x000037b8-0x000037ff: +>>0 @I2269@ INDI +1 NAME of_Burgandy // +1 SEX M +1 TITL Duke +1 FAMS @F869@ +<< +[0116] INDI rkey: I2270 offs: 0x00002800 lens: 0x00000057 +0x00003800-0x00003856: +>>0 @I2270@ INDI +1 NAME Peter of_Luxemburg // +1 SEX M +1 TITL Count St. Pol +1 FAMS @F700@ +<< +[0117] INDI rkey: I2271 offs: 0x00002857 lens: 0x00000054 +0x00003857-0x000038aa: +>>0 @I2271@ INDI +1 NAME Richard /Woodville/ +1 SEX M +1 TITL Earl Rivers +1 FAMS @F560@ +<< +[0118] INDI rkey: I2272 offs: 0x000028ab lens: 0x0000004b +0x000038ab-0x000038f5: +>>0 @I2272@ INDI +1 NAME Rene // +1 SEX M +1 TITL Count of Anjou +1 FAMS @F619@ +<< +[0119] INDI rkey: I2273 offs: 0x000028f6 lens: 0x0000004e +0x000038f6-0x00003943: +>>0 @I2273@ INDI +1 NAME Thomas of_Heton /Grey/ +1 SEX M +1 TITL Sir +1 FAMS @F573@ +<< +[0120] INDI rkey: I2274 offs: 0x00002944 lens: 0x0000005e +0x00003944-0x000039a1: +>>0 @I2274@ INDI +1 NAME Joachim Frederick of_Brandenburg// +1 SEX M +1 TITL Elector +1 FAMS @F883@ +<< +[0121] INDI rkey: I2275 offs: 0x000029a2 lens: 0x00000047 +0x000039a2-0x000039e8: +>>0 @I2275@ INDI +1 NAME Richard /Pole/ +1 SEX M +1 TITL Sir +1 FAMS @F569@ +<< +[0122] INDI rkey: I2276 offs: 0x000029e9 lens: 0x00000056 +0x000039e9-0x00003a3e: +>>0 @I2276@ INDI +1 NAME John /De_La_Pole/ +1 SEX M +1 TITL Duke of Suffolk +1 FAMS @F558@ +<< +[0123] INDI rkey: I2277 offs: 0x00002a3f lens: 0x00000052 +0x00003a3f-0x00003a90: +>>0 @I2277@ INDI +1 NAME Thomas /Holland/ +1 SEX M +1 TITL Earl of Kent +1 FAMS @F713@ +<< +[0124] INDI rkey: I2278 offs: 0x00002a91 lens: 0x0000004d +0x00003a91-0x00003add: +>>0 @I2278@ INDI +1 NAME Edward // +1 SEX M +1 TITL Lord Cherleton +1 FAMS @F714@ +<< +[0125] INDI rkey: I2279 offs: 0x00002ade lens: 0x0000004f +0x00003ade-0x00003b2c: +>>0 @I2279@ INDI +1 NAME Edmund // +1 SEX M +1 TITL Earl of Stafford +1 FAMS @F786@ +<< +[0126] INDI rkey: I2280 offs: 0x00002b2d lens: 0x00000051 +0x00003b2d-0x00003b7d: +>>0 @I2280@ INDI +1 NAME Roger /Mortimer/ +1 SEX M +1 DEAT +2 DATE 1409 +1 FAMC @F572@ +<< + +0x00003b7e: EOF (0x00003b7e) GOOD + +BLOCK - DIRECTORY ac/ae +0x00000000:ix_self: 0x00020004 (ac/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2281' +0x00000016:ix_rkey[0001]: ' I2282' +0x0000001e:ix_rkey[0002]: ' I2283' +0x00000026:ix_rkey[0003]: ' I2284' +0x0000002e:ix_rkey[0004]: ' I2285' +0x00000036:ix_rkey[0005]: ' I2286' +0x0000003e:ix_rkey[0006]: ' I2287' +0x00000046:ix_rkey[0007]: ' I2288' +0x0000004e:ix_rkey[0008]: ' I2289' +0x00000056:ix_rkey[0009]: ' I2290' +0x0000005e:ix_rkey[0010]: ' I2291' +0x00000066:ix_rkey[0011]: ' I2292' +0x0000006e:ix_rkey[0012]: ' I2293' +0x00000076:ix_rkey[0013]: ' I2294' +0x0000007e:ix_rkey[0014]: ' I2295' +0x00000086:ix_rkey[0015]: ' I2296' +0x0000008e:ix_rkey[0016]: ' I2297' +0x00000096:ix_rkey[0017]: ' I2298' +0x0000009e:ix_rkey[0018]: ' I2299' +0x000000a6:ix_rkey[0019]: ' I2300' +0x000000ae:ix_rkey[0020]: ' I2301' +0x000000b6:ix_rkey[0021]: ' I2302' +0x000000be:ix_rkey[0022]: ' I2303' +0x000000c6:ix_rkey[0023]: ' I2304' +0x000000ce:ix_rkey[0024]: ' I2305' +0x000000d6:ix_rkey[0025]: ' I2306' +0x000000de:ix_rkey[0026]: ' I2307' +0x000000e6:ix_rkey[0027]: ' I2308' +0x000000ee:ix_rkey[0028]: ' I2309' +0x000000f6:ix_rkey[0029]: ' I2310' +0x000000fe:ix_rkey[0030]: ' I2311' +0x00000106:ix_rkey[0031]: ' I2312' +0x0000010e:ix_rkey[0032]: ' I2313' +0x00000116:ix_rkey[0033]: ' I2314' +0x0000011e:ix_rkey[0034]: ' I2315' +0x00000126:ix_rkey[0035]: ' I2316' +0x0000012e:ix_rkey[0036]: ' I2317' +0x00000136:ix_rkey[0037]: ' I2318' +0x0000013e:ix_rkey[0038]: ' I2319' +0x00000146:ix_rkey[0039]: ' I2320' +0x0000014e:ix_rkey[0040]: ' I2321' +0x00000156:ix_rkey[0041]: ' I2322' +0x0000015e:ix_rkey[0042]: ' I2323' +0x00000166:ix_rkey[0043]: ' I2324' +0x0000016e:ix_rkey[0044]: ' I2325' +0x00000176:ix_rkey[0045]: ' I2326' +0x0000017e:ix_rkey[0046]: ' I2327' +0x00000186:ix_rkey[0047]: ' I2328' +0x0000018e:ix_rkey[0048]: ' I2329' +0x00000196:ix_rkey[0049]: ' I2330' +0x0000019e:ix_rkey[0050]: ' I2331' +0x000001a6:ix_rkey[0051]: ' I2332' +0x000001ae:ix_rkey[0052]: ' I2333' +0x000001b6:ix_rkey[0053]: ' I2334' +0x000001be:ix_rkey[0054]: ' I2335' +0x000001c6:ix_rkey[0055]: ' I2336' +0x000001ce:ix_rkey[0056]: ' I2337' +0x000001d6:ix_rkey[0057]: ' I2338' +0x000001de:ix_rkey[0058]: ' I2339' +0x000001e6:ix_rkey[0059]: ' I2340' +0x000001ee:ix_rkey[0060]: ' I2341' +0x000001f6:ix_rkey[0061]: ' I2342' +0x000001fe:ix_rkey[0062]: ' I2343' +0x00000206:ix_rkey[0063]: ' I2344' +0x0000020e:ix_rkey[0064]: ' I2345' +0x00000216:ix_rkey[0065]: ' I2346' +0x0000021e:ix_rkey[0066]: ' I2347' +0x00000226:ix_rkey[0067]: ' I2348' +0x0000022e:ix_rkey[0068]: ' I2349' +0x00000236:ix_rkey[0069]: ' I2350' +0x0000023e:ix_rkey[0070]: ' I2351' +0x00000246:ix_rkey[0071]: ' I2352' +0x0000024e:ix_rkey[0072]: ' I2353' +0x00000256:ix_rkey[0073]: ' I2354' +0x0000025e:ix_rkey[0074]: ' I2355' +0x00000266:ix_rkey[0075]: ' I2356' +0x0000026e:ix_rkey[0076]: ' I2357' +0x00000276:ix_rkey[0077]: ' I2358' +0x0000027e:ix_rkey[0078]: ' I2359' +0x00000286:ix_rkey[0079]: ' I2360' +0x0000028e:ix_rkey[0080]: ' I2361' +0x00000296:ix_rkey[0081]: ' I2362' +0x0000029e:ix_rkey[0082]: ' I2363' +0x000002a6:ix_rkey[0083]: ' I2364' +0x000002ae:ix_rkey[0084]: ' I2365' +0x000002b6:ix_rkey[0085]: ' I2366' +0x000002be:ix_rkey[0086]: ' I2367' +0x000002c6:ix_rkey[0087]: ' I2368' +0x000002ce:ix_rkey[0088]: ' I2369' +0x000002d6:ix_rkey[0089]: ' I2370' +0x000002de:ix_rkey[0090]: ' I2371' +0x000002e6:ix_rkey[0091]: ' I2372' +0x000002ee:ix_rkey[0092]: ' I2373' +0x000002f6:ix_rkey[0093]: ' I2374' +0x000002fe:ix_rkey[0094]: ' I2375' +0x00000306:ix_rkey[0095]: ' I2376' +0x0000030e:ix_rkey[0096]: ' I2377' +0x00000316:ix_rkey[0097]: ' I2378' +0x0000031e:ix_rkey[0098]: ' I2379' +0x00000326:ix_rkey[0099]: ' I2380' +0x0000032e:ix_rkey[0100]: ' I2381' +0x00000336:ix_rkey[0101]: ' I2382' +0x0000033e:ix_rkey[0102]: ' I2383' +0x00000346:ix_rkey[0103]: ' I2384' +0x0000034e:ix_rkey[0104]: ' I2385' +0x00000356:ix_rkey[0105]: ' I2386' +0x0000035e:ix_rkey[0106]: ' I2387' +0x00000366:ix_rkey[0107]: ' I2388' +0x0000036e:ix_rkey[0108]: ' I2389' +0x00000376:ix_rkey[0109]: ' I2390' +0x0000037e:ix_rkey[0110]: ' I2391' +0x00000386:ix_rkey[0111]: ' I2392' +0x0000038e:ix_rkey[0112]: ' I2393' +0x00000396:ix_rkey[0113]: ' I2394' +0x0000039e:ix_rkey[0114]: ' I2395' +0x000003a6:ix_rkey[0115]: ' I2396' +0x000003ae:ix_rkey[0116]: ' I2397' +0x000003b6:ix_rkey[0117]: ' I2398' +0x000003be:ix_rkey[0118]: ' I2399' +0x000003c6:ix_rkey[0119]: ' I2400' +0x000003ce:ix_rkey[0120]: ' I2401' +0x000003d6:ix_rkey[0121]: ' I2402' +0x000003de:ix_rkey[0122]: ' I2403' +0x000003e6:ix_rkey[0123]: ' I2404' +0x000003ee:ix_rkey[0124]: ' I2405' +0x000003f6:ix_rkey[0125]: ' I2406' +0x000003fe:ix_rkey[0126]: ' I2407' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000004f +0x0000080c:ix_offs[0001]: 0x0000004f 0x00000c08:ix_lens[0001]: 0x0000004c +0x00000810:ix_offs[0002]: 0x0000009b 0x00000c0c:ix_lens[0002]: 0x00000052 +0x00000814:ix_offs[0003]: 0x000000ed 0x00000c10:ix_lens[0003]: 0x00000060 +0x00000818:ix_offs[0004]: 0x0000014d 0x00000c14:ix_lens[0004]: 0x00000081 +0x0000081c:ix_offs[0005]: 0x000001ce 0x00000c18:ix_lens[0005]: 0x00000045 +0x00000820:ix_offs[0006]: 0x00000213 0x00000c1c:ix_lens[0006]: 0x0000004b +0x00000824:ix_offs[0007]: 0x0000025e 0x00000c20:ix_lens[0007]: 0x00000056 +0x00000828:ix_offs[0008]: 0x000002b4 0x00000c24:ix_lens[0008]: 0x00000058 +0x0000082c:ix_offs[0009]: 0x0000030c 0x00000c28:ix_lens[0009]: 0x0000005e +0x00000830:ix_offs[0010]: 0x0000036a 0x00000c2c:ix_lens[0010]: 0x00000070 +0x00000834:ix_offs[0011]: 0x000003da 0x00000c30:ix_lens[0011]: 0x00000052 +0x00000838:ix_offs[0012]: 0x0000042c 0x00000c34:ix_lens[0012]: 0x00000051 +0x0000083c:ix_offs[0013]: 0x0000047d 0x00000c38:ix_lens[0013]: 0x00000049 +0x00000840:ix_offs[0014]: 0x000004c6 0x00000c3c:ix_lens[0014]: 0x0000005a +0x00000844:ix_offs[0015]: 0x00000520 0x00000c40:ix_lens[0015]: 0x00000057 +0x00000848:ix_offs[0016]: 0x00000577 0x00000c44:ix_lens[0016]: 0x00000045 +0x0000084c:ix_offs[0017]: 0x000005bc 0x00000c48:ix_lens[0017]: 0x00000048 +0x00000850:ix_offs[0018]: 0x00000604 0x00000c4c:ix_lens[0018]: 0x0000004b +0x00000854:ix_offs[0019]: 0x0000064f 0x00000c50:ix_lens[0019]: 0x00000049 +0x00000858:ix_offs[0020]: 0x00000698 0x00000c54:ix_lens[0020]: 0x00000080 +0x0000085c:ix_offs[0021]: 0x00000718 0x00000c58:ix_lens[0021]: 0x00000065 +0x00000860:ix_offs[0022]: 0x0000077d 0x00000c5c:ix_lens[0022]: 0x00000082 +0x00000864:ix_offs[0023]: 0x000007ff 0x00000c60:ix_lens[0023]: 0x0000006f +0x00000868:ix_offs[0024]: 0x0000086e 0x00000c64:ix_lens[0024]: 0x0000008c +0x0000086c:ix_offs[0025]: 0x000008fa 0x00000c68:ix_lens[0025]: 0x00000062 +0x00000870:ix_offs[0026]: 0x0000095c 0x00000c6c:ix_lens[0026]: 0x0000007b +0x00000874:ix_offs[0027]: 0x000009d7 0x00000c70:ix_lens[0027]: 0x00000060 +0x00000878:ix_offs[0028]: 0x00000a37 0x00000c74:ix_lens[0028]: 0x0000005a +0x0000087c:ix_offs[0029]: 0x00000a91 0x00000c78:ix_lens[0029]: 0x00000068 +0x00000880:ix_offs[0030]: 0x00000af9 0x00000c7c:ix_lens[0030]: 0x0000003e +0x00000884:ix_offs[0031]: 0x00000b37 0x00000c80:ix_lens[0031]: 0x00000074 +0x00000888:ix_offs[0032]: 0x00000bab 0x00000c84:ix_lens[0032]: 0x00000095 +0x0000088c:ix_offs[0033]: 0x00000c40 0x00000c88:ix_lens[0033]: 0x0000004b +0x00000890:ix_offs[0034]: 0x00000c8b 0x00000c8c:ix_lens[0034]: 0x00000086 +0x00000894:ix_offs[0035]: 0x00000d11 0x00000c90:ix_lens[0035]: 0x0000004a +0x00000898:ix_offs[0036]: 0x00000d5b 0x00000c94:ix_lens[0036]: 0x0000005d +0x0000089c:ix_offs[0037]: 0x00000db8 0x00000c98:ix_lens[0037]: 0x0000004f +0x000008a0:ix_offs[0038]: 0x00000e07 0x00000c9c:ix_lens[0038]: 0x0000006e +0x000008a4:ix_offs[0039]: 0x00000e75 0x00000ca0:ix_lens[0039]: 0x0000003d +0x000008a8:ix_offs[0040]: 0x00000eb2 0x00000ca4:ix_lens[0040]: 0x00000051 +0x000008ac:ix_offs[0041]: 0x00000f03 0x00000ca8:ix_lens[0041]: 0x00000042 +0x000008b0:ix_offs[0042]: 0x00000f45 0x00000cac:ix_lens[0042]: 0x00000050 +0x000008b4:ix_offs[0043]: 0x00000f95 0x00000cb0:ix_lens[0043]: 0x0000003c +0x000008b8:ix_offs[0044]: 0x00000fd1 0x00000cb4:ix_lens[0044]: 0x00000062 +0x000008bc:ix_offs[0045]: 0x00001033 0x00000cb8:ix_lens[0045]: 0x00000068 +0x000008c0:ix_offs[0046]: 0x0000109b 0x00000cbc:ix_lens[0046]: 0x0000004d +0x000008c4:ix_offs[0047]: 0x000010e8 0x00000cc0:ix_lens[0047]: 0x00000050 +0x000008c8:ix_offs[0048]: 0x00001138 0x00000cc4:ix_lens[0048]: 0x0000006b +0x000008cc:ix_offs[0049]: 0x000011a3 0x00000cc8:ix_lens[0049]: 0x0000004f +0x000008d0:ix_offs[0050]: 0x000011f2 0x00000ccc:ix_lens[0050]: 0x00000080 +0x000008d4:ix_offs[0051]: 0x00001272 0x00000cd0:ix_lens[0051]: 0x0000003e +0x000008d8:ix_offs[0052]: 0x000012b0 0x00000cd4:ix_lens[0052]: 0x00000050 +0x000008dc:ix_offs[0053]: 0x00001300 0x00000cd8:ix_lens[0053]: 0x00000063 +0x000008e0:ix_offs[0054]: 0x00001363 0x00000cdc:ix_lens[0054]: 0x00000066 +0x000008e4:ix_offs[0055]: 0x000013c9 0x00000ce0:ix_lens[0055]: 0x0000004e +0x000008e8:ix_offs[0056]: 0x00001417 0x00000ce4:ix_lens[0056]: 0x00000061 +0x000008ec:ix_offs[0057]: 0x00001478 0x00000ce8:ix_lens[0057]: 0x00000068 +0x000008f0:ix_offs[0058]: 0x000014e0 0x00000cec:ix_lens[0058]: 0x0000005d +0x000008f4:ix_offs[0059]: 0x0000153d 0x00000cf0:ix_lens[0059]: 0x00000051 +0x000008f8:ix_offs[0060]: 0x0000158e 0x00000cf4:ix_lens[0060]: 0x00000076 +0x000008fc:ix_offs[0061]: 0x00001604 0x00000cf8:ix_lens[0061]: 0x00000053 +0x00000900:ix_offs[0062]: 0x00001657 0x00000cfc:ix_lens[0062]: 0x00000072 +0x00000904:ix_offs[0063]: 0x000016c9 0x00000d00:ix_lens[0063]: 0x00000050 +0x00000908:ix_offs[0064]: 0x00001719 0x00000d04:ix_lens[0064]: 0x00000056 +0x0000090c:ix_offs[0065]: 0x0000176f 0x00000d08:ix_lens[0065]: 0x0000003e +0x00000910:ix_offs[0066]: 0x000017ad 0x00000d0c:ix_lens[0066]: 0x00000050 +0x00000914:ix_offs[0067]: 0x000017fd 0x00000d10:ix_lens[0067]: 0x00000088 +0x00000918:ix_offs[0068]: 0x00001885 0x00000d14:ix_lens[0068]: 0x0000004e +0x0000091c:ix_offs[0069]: 0x000018d3 0x00000d18:ix_lens[0069]: 0x00000063 +0x00000920:ix_offs[0070]: 0x00001936 0x00000d1c:ix_lens[0070]: 0x00000057 +0x00000924:ix_offs[0071]: 0x0000198d 0x00000d20:ix_lens[0071]: 0x00000053 +0x00000928:ix_offs[0072]: 0x000019e0 0x00000d24:ix_lens[0072]: 0x00000067 +0x0000092c:ix_offs[0073]: 0x00001a47 0x00000d28:ix_lens[0073]: 0x0000006e +0x00000930:ix_offs[0074]: 0x00001ab5 0x00000d2c:ix_lens[0074]: 0x00000075 +0x00000934:ix_offs[0075]: 0x00001b2a 0x00000d30:ix_lens[0075]: 0x0000004b +0x00000938:ix_offs[0076]: 0x00001b75 0x00000d34:ix_lens[0076]: 0x00000077 +0x0000093c:ix_offs[0077]: 0x00001bec 0x00000d38:ix_lens[0077]: 0x00000053 +0x00000940:ix_offs[0078]: 0x00001c3f 0x00000d3c:ix_lens[0078]: 0x00000086 +0x00000944:ix_offs[0079]: 0x00001cc5 0x00000d40:ix_lens[0079]: 0x0000006b +0x00000948:ix_offs[0080]: 0x00001d30 0x00000d44:ix_lens[0080]: 0x00000054 +0x0000094c:ix_offs[0081]: 0x00001d84 0x00000d48:ix_lens[0081]: 0x0000004f +0x00000950:ix_offs[0082]: 0x00001dd3 0x00000d4c:ix_lens[0082]: 0x00000053 +0x00000954:ix_offs[0083]: 0x00001e26 0x00000d50:ix_lens[0083]: 0x00000069 +0x00000958:ix_offs[0084]: 0x00001e8f 0x00000d54:ix_lens[0084]: 0x0000003e +0x0000095c:ix_offs[0085]: 0x00001ecd 0x00000d58:ix_lens[0085]: 0x00000051 +0x00000960:ix_offs[0086]: 0x00001f1e 0x00000d5c:ix_lens[0086]: 0x00000077 +0x00000964:ix_offs[0087]: 0x00001f95 0x00000d60:ix_lens[0087]: 0x0000003b +0x00000968:ix_offs[0088]: 0x00001fd0 0x00000d64:ix_lens[0088]: 0x00000077 +0x0000096c:ix_offs[0089]: 0x00002047 0x00000d68:ix_lens[0089]: 0x00000053 +0x00000970:ix_offs[0090]: 0x0000209a 0x00000d6c:ix_lens[0090]: 0x00000053 +0x00000974:ix_offs[0091]: 0x000020ed 0x00000d70:ix_lens[0091]: 0x00000086 +0x00000978:ix_offs[0092]: 0x00002173 0x00000d74:ix_lens[0092]: 0x0000004e +0x0000097c:ix_offs[0093]: 0x000021c1 0x00000d78:ix_lens[0093]: 0x00000055 +0x00000980:ix_offs[0094]: 0x00002216 0x00000d7c:ix_lens[0094]: 0x0000007b +0x00000984:ix_offs[0095]: 0x00002291 0x00000d80:ix_lens[0095]: 0x00000078 +0x00000988:ix_offs[0096]: 0x00002309 0x00000d84:ix_lens[0096]: 0x0000004c +0x0000098c:ix_offs[0097]: 0x00002355 0x00000d88:ix_lens[0097]: 0x00000063 +0x00000990:ix_offs[0098]: 0x000023b8 0x00000d8c:ix_lens[0098]: 0x0000005d +0x00000994:ix_offs[0099]: 0x00002415 0x00000d90:ix_lens[0099]: 0x00000041 +0x00000998:ix_offs[0100]: 0x00002456 0x00000d94:ix_lens[0100]: 0x00000040 +0x0000099c:ix_offs[0101]: 0x00002496 0x00000d98:ix_lens[0101]: 0x00000064 +0x000009a0:ix_offs[0102]: 0x000024fa 0x00000d9c:ix_lens[0102]: 0x0000005a +0x000009a4:ix_offs[0103]: 0x00002554 0x00000da0:ix_lens[0103]: 0x00000069 +0x000009a8:ix_offs[0104]: 0x000025bd 0x00000da4:ix_lens[0104]: 0x00000068 +0x000009ac:ix_offs[0105]: 0x00002625 0x00000da8:ix_lens[0105]: 0x00000067 +0x000009b0:ix_offs[0106]: 0x0000268c 0x00000dac:ix_lens[0106]: 0x00000061 +0x000009b4:ix_offs[0107]: 0x000026ed 0x00000db0:ix_lens[0107]: 0x00000040 +0x000009b8:ix_offs[0108]: 0x0000272d 0x00000db4:ix_lens[0108]: 0x00000052 +0x000009bc:ix_offs[0109]: 0x0000277f 0x00000db8:ix_lens[0109]: 0x00000061 +0x000009c0:ix_offs[0110]: 0x000027e0 0x00000dbc:ix_lens[0110]: 0x00000060 +0x000009c4:ix_offs[0111]: 0x00002840 0x00000dc0:ix_lens[0111]: 0x00000079 +0x000009c8:ix_offs[0112]: 0x000028b9 0x00000dc4:ix_lens[0112]: 0x00000051 +0x000009cc:ix_offs[0113]: 0x0000290a 0x00000dc8:ix_lens[0113]: 0x00000073 +0x000009d0:ix_offs[0114]: 0x0000297d 0x00000dcc:ix_lens[0114]: 0x00000041 +0x000009d4:ix_offs[0115]: 0x000029be 0x00000dd0:ix_lens[0115]: 0x00000075 +0x000009d8:ix_offs[0116]: 0x00002a33 0x00000dd4:ix_lens[0116]: 0x00000085 +0x000009dc:ix_offs[0117]: 0x00002ab8 0x00000dd8:ix_lens[0117]: 0x00000051 +0x000009e0:ix_offs[0118]: 0x00002b09 0x00000ddc:ix_lens[0118]: 0x0000004e +0x000009e4:ix_offs[0119]: 0x00002b57 0x00000de0:ix_lens[0119]: 0x0000003d +0x000009e8:ix_offs[0120]: 0x00002b94 0x00000de4:ix_lens[0120]: 0x0000003f +0x000009ec:ix_offs[0121]: 0x00002bd3 0x00000de8:ix_lens[0121]: 0x00000051 +0x000009f0:ix_offs[0122]: 0x00002c24 0x00000dec:ix_lens[0122]: 0x00000062 +0x000009f4:ix_offs[0123]: 0x00002c86 0x00000df0:ix_lens[0123]: 0x0000003c +0x000009f8:ix_offs[0124]: 0x00002cc2 0x00000df4:ix_lens[0124]: 0x00000053 +0x000009fc:ix_offs[0125]: 0x00002d15 0x00000df8:ix_lens[0125]: 0x00000060 +0x00000a00:ix_offs[0126]: 0x00002d75 0x00000dfc:ix_lens[0126]: 0x0000006a + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2281 offs: 0x00000000 lens: 0x0000004f +0x00001000-0x0000104e: +>>0 @I2281@ INDI +1 NAME Eleanor /Mortimer/ +1 SEX F +1 FAMC @F572@ +1 FAMS @F1187@ +<< +[0001] INDI rkey: I2282 offs: 0x0000004f lens: 0x0000004c +0x0000104f-0x0000109a: +>>0 @I2282@ INDI +1 NAME Edward /Courtenay/ +1 SEX M +1 TITL Sir +1 FAMS @F1187@ +<< +[0002] INDI rkey: I2283 offs: 0x0000009b lens: 0x00000052 +0x0000109b-0x000010ec: +>>0 @I2283@ INDI +1 NAME Edmund /Mortimer/ +1 SEX M +1 DEAT +2 DATE 1409 +1 FAMC @F712@ +<< +[0003] INDI rkey: I2284 offs: 0x000000ed lens: 0x00000060 +0x000010ed-0x0000114c: +>>0 @I2284@ INDI +1 NAME Elizabeth /Mortimer/ +1 SEX F +1 FAMC @F712@ +1 FAMS @F1188@ +1 FAMS @F1189@ +<< +[0004] INDI rkey: I2285 offs: 0x0000014d lens: 0x00000081 +0x0000114d-0x000011cd: +>>0 @I2285@ INDI +1 NAME Philippa /Mortimer/ +1 SEX F +1 DEAT +2 DATE 1401 +1 FAMC @F712@ +1 FAMS @F1190@ +1 FAMS @F1191@ +1 FAMS @F1192@ +<< +[0005] INDI rkey: I2286 offs: 0x000001ce lens: 0x00000045 +0x000011ce-0x00001212: +>>0 @I2286@ INDI +1 NAME Henry (Hotspur) /Percy/ +1 SEX M +1 FAMS @F1188@ +<< +[0006] INDI rkey: I2287 offs: 0x00000213 lens: 0x0000004b +0x00001213-0x0000125d: +>>0 @I2287@ INDI +1 NAME Thomas // +1 SEX M +1 TITL Lord Camoys +1 FAMS @F1189@ +<< +[0007] INDI rkey: I2288 offs: 0x0000025e lens: 0x00000056 +0x0000125e-0x000012b3: +>>0 @I2288@ INDI +1 NAME John /Hastings/ +1 SEX M +1 TITL Earl of Pembroke +1 FAMS @F1190@ +<< +[0008] INDI rkey: I2289 offs: 0x000002b4 lens: 0x00000058 +0x000012b4-0x0000130b: +>>0 @I2289@ INDI +1 NAME Richard /Fitzalan/ +1 SEX M +1 TITL Earl of Arundel +1 FAMS @F1191@ +<< +[0009] INDI rkey: I2290 offs: 0x0000030c lens: 0x0000005e +0x0000130c-0x00001369: +>>0 @I2290@ INDI +1 NAME Thomas of_Basing /Poynings/ +1 SEX M +1 TITL Lord St. John +1 FAMS @F1192@ +<< +[0010] INDI rkey: I2291 offs: 0x0000036a lens: 0x00000070 +0x0000136a-0x000013d9: +>>0 @I2291@ INDI +1 NAME Charles_IV // +1 SEX M +1 TITL Emperor +1 BIRT +2 DATE 1316 +1 DEAT +2 DATE 1378 +1 FAMS @F767@ +<< +[0011] INDI rkey: I2292 offs: 0x000003da lens: 0x00000052 +0x000013da-0x0000142b: +>>0 @I2292@ INDI +1 NAME John /Holland/ +1 SEX M +1 TITL Duke of Exeter +1 FAMS @F820@ +<< +[0012] INDI rkey: I2293 offs: 0x0000042c lens: 0x00000051 +0x0000142c-0x0000147c: +>>0 @I2293@ INDI +1 NAME John /Cornwall/ +1 SEX M +1 TITL Lord Fanhope +1 FAMS @F821@ +<< +[0013] INDI rkey: I2294 offs: 0x0000047d lens: 0x00000049 +0x0000147d-0x000014c5: +>>0 @I2294@ INDI +1 NAME Constance // +1 SEX F +1 FAMC @F570@ +1 FAMS @F1193@ +<< +[0014] INDI rkey: I2295 offs: 0x000004c6 lens: 0x0000005a +0x000014c6-0x0000151f: +>>0 @I2295@ INDI +1 NAME Thomas of_Gloucester /Despencer/ +1 SEX M +1 TITL Earl +1 FAMS @F1193@ +<< +[0015] INDI rkey: I2296 offs: 0x00000520 lens: 0x00000057 +0x00001520-0x00001576: +>>0 @I2296@ INDI +1 NAME Philippa // +1 SEX F +1 FAMS @F1194@ +1 FAMS @F1195@ +1 FAMS @F708@ +<< +[0016] INDI rkey: I2297 offs: 0x00000577 lens: 0x00000045 +0x00001577-0x000015bb: +>>0 @I2297@ INDI +1 NAME /Fitzwater/ +1 SEX M +1 TITL Lord +1 FAMS @F1194@ +<< +[0017] INDI rkey: I2298 offs: 0x000005bc lens: 0x00000048 +0x000015bc-0x00001603: +>>0 @I2298@ INDI +1 NAME John /Golafre/ +1 SEX M +1 TITL Sir +1 FAMS @F1195@ +<< +[0018] INDI rkey: I2299 offs: 0x00000604 lens: 0x0000004b +0x00001604-0x0000164e: +>>0 @I2299@ INDI +1 NAME Thomas /Clifford/ +1 SEX M +1 TITL Lord +1 FAMS @F784@ +<< +[0019] INDI rkey: I2300 offs: 0x0000064f lens: 0x00000049 +0x0000164f-0x00001697: +>>0 @I2300@ INDI +1 NAME John // +1 SEX M +1 TITL Lord Latymer +1 FAMS @F785@ +<< +[0020] INDI rkey: I2301 offs: 0x00000698 lens: 0x00000080 +0x00001698-0x00001717: +>>0 @I2301@ INDI +1 NAME Hugh /Seymour/ +1 SEX M +1 TITL Admiral +1 BIRT +2 DATE 1759 +1 DEAT +2 DATE 1801 +1 FAMC @F1196@ +1 FAMS @F461@ +<< +[0021] INDI rkey: I2302 offs: 0x00000718 lens: 0x00000065 +0x00001718-0x0000177c: +>>0 @I2302@ INDI +1 NAME Anne Horatia /Waldegrave/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1801 +1 FAMS @F461@ +<< +[0022] INDI rkey: I2303 offs: 0x0000077d lens: 0x00000082 +0x0000177d-0x000017fe: +>>0 @I2303@ INDI +1 NAME Francis of_Hertford I/Seymour/ +1 SEX M +1 TITL Marquess +1 BIRT +2 DATE 1718 +1 DEAT +2 DATE 1794 +1 FAMS @F1196@ +<< +[0023] INDI rkey: I2304 offs: 0x000007ff lens: 0x0000006f +0x000017ff-0x0000186d: +>>0 @I2304@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1782 +1 FAMC @F1197@ +1 FAMS @F1196@ +<< +[0024] INDI rkey: I2305 offs: 0x0000086e lens: 0x0000008c +0x0000186e-0x000018f9: +>>0 @I2305@ INDI +1 NAME Charles /Fitzroy/ +1 SEX M +1 TITL Duke of Grafton +1 BIRT +2 DATE 1683 +1 DEAT +2 DATE 1757 +1 FAMC @F1198@ +1 FAMS @F1197@ +<< +[0025] INDI rkey: I2306 offs: 0x000008fa lens: 0x00000062 +0x000018fa-0x0000195b: +>>0 @I2306@ INDI +1 NAME Henrietta /Somerset/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1726 +1 FAMS @F1197@ +<< +[0026] INDI rkey: I2307 offs: 0x0000095c lens: 0x0000007b +0x0000195c-0x000019d6: +>>0 @I2307@ INDI +1 NAME Henry /Fitzroy/ +1 SEX M +1 TITL Duke of Grafton +1 BIRT +2 DATE 1663 +1 DEAT +2 DATE 1690 +1 FAMS @F1198@ +<< +[0027] INDI rkey: I2308 offs: 0x000009d7 lens: 0x00000060 +0x000019d7-0x00001a36: +>>0 @I2308@ INDI +1 NAME Isabella /Bennett/ +1 SEX F +1 TITL Lady +1 DEAT +2 DATE 1723 +1 FAMS @F1198@ +<< +[0028] INDI rkey: I2309 offs: 0x00000a37 lens: 0x0000005a +0x00001a37-0x00001a90: +>>0 @I2309@ INDI +1 NAME William of_Northampton /Parr/ +1 SEX M +1 TITL Marquess +1 FAMC @F505@ +<< +[0029] INDI rkey: I2310 offs: 0x00000a91 lens: 0x00000068 +0x00001a91-0x00001af8: +>>0 @I2310@ INDI +1 NAME John Northumberland /Dudley/ +1 SEX M +1 TITL Duke +1 DEAT +2 DATE 1553 +1 FAMS @F511@ +<< +[0030] INDI rkey: I2311 offs: 0x00000af9 lens: 0x0000003e +0x00001af9-0x00001b36: +>>0 @I2311@ INDI +1 NAME Jane /Guildford/ +1 SEX F +1 FAMS @F511@ +<< +[0031] INDI rkey: I2312 offs: 0x00000b37 lens: 0x00000074 +0x00001b37-0x00001baa: +>>0 @I2312@ INDI +1 NAME John /Dudley/ +1 SEX M +1 TITL Earl of Warwick +1 DEAT +2 DATE 1554 +1 FAMC @F511@ +1 FAMS @F1199@ +<< +[0032] INDI rkey: I2313 offs: 0x00000bab lens: 0x00000095 +0x00001bab-0x00001c3f: +>>0 @I2313@ INDI +1 NAME Ambrose /Dudley/ +1 SEX M +1 TITL Earl of Warwick +1 DEAT +2 DATE 1590 +1 FAMC @F511@ +1 FAMS @F1200@ +1 FAMS @F1201@ +1 FAMS @F1202@ +<< +[0033] INDI rkey: I2314 offs: 0x00000c40 lens: 0x0000004b +0x00001c40-0x00001c8a: +>>0 @I2314@ INDI +1 NAME Henry /Dudley/ +1 SEX M +1 FAMC @F511@ +1 FAMS @F1203@ +<< +[0034] INDI rkey: I2315 offs: 0x00000c8b lens: 0x00000086 +0x00001c8b-0x00001d10: +>>0 @I2315@ INDI +1 NAME Robert of_Leicester /Dudley/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1588 +1 FAMC @F511@ +1 FAMS @F1204@ +1 FAMS @F1205@ +<< +[0035] INDI rkey: I2316 offs: 0x00000d11 lens: 0x0000004a +0x00001d11-0x00001d5a: +>>0 @I2316@ INDI +1 NAME Jane /Dudley/ +1 SEX F +1 FAMC @F511@ +1 FAMS @F1206@ +<< +[0036] INDI rkey: I2317 offs: 0x00000d5b lens: 0x0000005d +0x00001d5b-0x00001db7: +>>0 @I2317@ INDI +1 NAME Mary /Dudley/ +1 SEX F +1 DEAT +2 DATE 1586 +1 FAMC @F511@ +1 FAMS @F1207@ +<< +[0037] INDI rkey: I2318 offs: 0x00000db8 lens: 0x0000004f +0x00001db8-0x00001e06: +>>0 @I2318@ INDI +1 NAME Catherine /Dudley/ +1 SEX F +1 FAMC @F511@ +1 FAMS @F1208@ +<< +[0038] INDI rkey: I2319 offs: 0x00000e07 lens: 0x0000006e +0x00001e07-0x00001e74: +>>0 @I2319@ INDI +1 NAME Anne /Seymour/ +1 SEX F +1 DEAT +2 DATE 1588 +1 FAMC @F1112@ +1 FAMS @F1199@ +1 FAMS @F1209@ +<< +[0039] INDI rkey: I2320 offs: 0x00000e75 lens: 0x0000003d +0x00001e75-0x00001eb1: +>>0 @I2320@ INDI +1 NAME Edward /Unton/ +1 SEX M +1 FAMS @F1209@ +<< +[0040] INDI rkey: I2321 offs: 0x00000eb2 lens: 0x00000051 +0x00001eb2-0x00001f02: +>>0 @I2321@ INDI +1 NAME Anne /Whorwood/ +1 SEX F +1 DEAT +2 DATE 1552 +1 FAMS @F1200@ +<< +[0041] INDI rkey: I2322 offs: 0x00000f03 lens: 0x00000042 +0x00001f03-0x00001f44: +>>0 @I2322@ INDI +1 NAME Elizabeth /Talboys/ +1 SEX F +1 FAMS @F1201@ +<< +[0042] INDI rkey: I2323 offs: 0x00000f45 lens: 0x00000050 +0x00001f45-0x00001f94: +>>0 @I2323@ INDI +1 NAME Anne /Russell/ +1 SEX F +1 DEAT +2 DATE 1603 +1 FAMS @F1202@ +<< +[0043] INDI rkey: I2324 offs: 0x00000f95 lens: 0x0000003c +0x00001f95-0x00001fd0: +>>0 @I2324@ INDI +1 NAME John /Dudley/ +1 SEX M +1 FAMC @F1200@ +<< +[0044] INDI rkey: I2325 offs: 0x00000fd1 lens: 0x00000062 +0x00001fd1-0x00002032: +>>0 @I2325@ INDI +1 NAME Margaret /Audley/ +1 SEX F +1 DEAT +2 DATE 1563 +1 FAMS @F1203@ +1 FAMS @F1210@ +<< +[0045] INDI rkey: I2326 offs: 0x00001033 lens: 0x00000068 +0x00002033-0x0000209a: +>>0 @I2326@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Duke of Norfolk +1 DEAT +2 DATE 1572 +1 FAMS @F1210@ +<< +[0046] INDI rkey: I2327 offs: 0x0000109b lens: 0x0000004d +0x0000209b-0x000020e7: +>>0 @I2327@ INDI +1 NAME Henry /Seymour/ +1 SEX M +1 FAMC @F1112@ +1 FAMS @F1206@ +<< +[0047] INDI rkey: I2328 offs: 0x000010e8 lens: 0x00000050 +0x000020e8-0x00002137: +>>0 @I2328@ INDI +1 NAME Henry /Sidney/ +1 SEX M +1 DEAT +2 DATE 1586 +1 FAMS @F1207@ +<< +[0048] INDI rkey: I2329 offs: 0x00001138 lens: 0x0000006b +0x00002138-0x000021a2: +>>0 @I2329@ INDI +1 NAME Henry of_Huntington /Hastings/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1595 +1 FAMS @F1208@ +<< +[0049] INDI rkey: I2330 offs: 0x000011a3 lens: 0x0000004f +0x000021a3-0x000021f1: +>>0 @I2330@ INDI +1 NAME Amy /Robsart/ +1 SEX F +1 DEAT +2 DATE 1560 +1 FAMS @F1204@ +<< +[0050] INDI rkey: I2331 offs: 0x000011f2 lens: 0x00000080 +0x000021f2-0x00002271: +>>0 @I2331@ INDI +1 NAME Lettice /Knollys/ +1 SEX F +1 DEAT +2 DATE 1634 +1 FAMC @F1211@ +1 FAMS @F1212@ +1 FAMS @F1205@ +1 FAMS @F1213@ +<< +[0051] INDI rkey: I2332 offs: 0x00001272 lens: 0x0000003e +0x00002272-0x000022af: +>>0 @I2332@ INDI +1 NAME Henry /Herbert/ +1 SEX M +1 FAMS @F1109@ +<< +[0052] INDI rkey: I2333 offs: 0x000012b0 lens: 0x00000050 +0x000022b0-0x000022ff: +>>0 @I2333@ INDI +1 NAME Thomas /Keyes/ +1 SEX M +1 DEAT +2 DATE 1571 +1 FAMS @F1111@ +<< +[0053] INDI rkey: I2334 offs: 0x00001300 lens: 0x00000063 +0x00002300-0x00002362: +>>0 @I2334@ INDI +1 NAME Margaret /Clifford/ +1 SEX F +1 DEAT +2 DATE 1596 +1 FAMC @F774@ +1 FAMS @F1214@ +<< +[0054] INDI rkey: I2335 offs: 0x00001363 lens: 0x00000066 +0x00002363-0x000023c8: +>>0 @I2335@ INDI +1 NAME Henry /Stanley/ +1 SEX M +1 TITL Earl of Derby +1 DEAT +2 DATE 1593 +1 FAMS @F1214@ +<< +[0055] INDI rkey: I2336 offs: 0x000013c9 lens: 0x0000004e +0x000023c9-0x00002416: +>>0 @I2336@ INDI +1 NAME Anne /Dacre/ +1 SEX F +1 DEAT +2 DATE 1581 +1 FAMS @F1108@ +<< +[0056] INDI rkey: I2337 offs: 0x00001417 lens: 0x00000061 +0x00002417-0x00002477: +>>0 @I2337@ INDI +1 NAME Elizabeth /Howard/ +1 SEX F +1 DEAT +2 DATE 1512 +1 FAMC @F503@ +1 FAMS @F499@ +<< +[0057] INDI rkey: I2338 offs: 0x00001478 lens: 0x00000068 +0x00002478-0x000024df: +>>0 @I2338@ INDI +1 NAME George Rochford /Boleyn/ +1 SEX M +1 TITL Viscount +1 DEAT +2 DATE 1536 +1 FAMC @F499@ +<< +[0058] INDI rkey: I2339 offs: 0x000014e0 lens: 0x0000005d +0x000024e0-0x0000253c: +>>0 @I2339@ INDI +1 NAME Mary /Boleyn/ +1 SEX F +1 DEAT +2 DATE 1544 +1 FAMC @F499@ +1 FAMS @F1215@ +<< +[0059] INDI rkey: I2340 offs: 0x0000153d lens: 0x00000051 +0x0000253d-0x0000258d: +>>0 @I2340@ INDI +1 NAME William /Carey/ +1 SEX M +1 DEAT +2 DATE 1528 +1 FAMS @F1215@ +<< +[0060] INDI rkey: I2341 offs: 0x0000158e lens: 0x00000076 +0x0000258e-0x00002603: +>>0 @I2341@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Duke of Norfolk +1 DEAT +2 DATE 1524 +1 FAMS @F503@ +1 FAMS @F1216@ +<< +[0061] INDI rkey: I2342 offs: 0x00001604 lens: 0x00000053 +0x00002604-0x00002656: +>>0 @I2342@ INDI +1 NAME Elizabeth /Tilney/ +1 SEX F +1 DEAT +2 DATE 1497 +1 FAMS @F503@ +<< +[0062] INDI rkey: I2343 offs: 0x00001657 lens: 0x00000072 +0x00002657-0x000026c8: +>>0 @I2343@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Duke of Norfolk +1 FAMC @F503@ +1 FAMS @F1217@ +1 FAMS @F1218@ +<< +[0063] INDI rkey: I2344 offs: 0x000016c9 lens: 0x00000050 +0x000026c9-0x00002718: +>>0 @I2344@ INDI +1 NAME Anne of_York // +1 SEX F +1 DEAT +2 DATE 1511 +1 FAMS @F1217@ +<< +[0064] INDI rkey: I2345 offs: 0x00001719 lens: 0x00000056 +0x00002719-0x0000276e: +>>0 @I2345@ INDI +1 NAME Elizabeth /Stafford/ +1 SEX F +1 DEAT +2 DATE 1558 +1 FAMS @F1218@ +<< +[0065] INDI rkey: I2346 offs: 0x0000176f lens: 0x0000003e +0x0000276f-0x000027ac: +>>0 @I2346@ INDI +1 NAME Dorothy /Troyes/ +1 SEX F +1 FAMS @F504@ +<< +[0066] INDI rkey: I2347 offs: 0x000017ad lens: 0x00000050 +0x000027ad-0x000027fc: +>>0 @I2347@ INDI +1 NAME Agnes /Tilney/ +1 SEX F +1 DEAT +2 DATE 1545 +1 FAMS @F1216@ +<< +[0067] INDI rkey: I2348 offs: 0x000017fd lens: 0x00000088 +0x000027fd-0x00002884: +>>0 @I2348@ INDI +1 NAME William of_Effingham /Howard/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1572 +1 FAMC @F1216@ +1 FAMS @F1219@ +1 FAMS @F1220@ +<< +[0068] INDI rkey: I2349 offs: 0x00001885 lens: 0x0000004e +0x00002885-0x000028d2: +>>0 @I2349@ INDI +1 NAME Dorothy /Howard/ +1 SEX F +1 FAMC @F1216@ +1 FAMS @F1221@ +<< +[0069] INDI rkey: I2350 offs: 0x000018d3 lens: 0x00000063 +0x000028d3-0x00002935: +>>0 @I2350@ INDI +1 NAME Elizabeth /Howard/ +1 SEX F +1 DEAT +2 DATE 1534 +1 FAMC @F1216@ +1 FAMS @F1222@ +<< +[0070] INDI rkey: I2351 offs: 0x00001936 lens: 0x00000057 +0x00002936-0x0000298c: +>>0 @I2351@ INDI +1 NAME Catherine /Broughton/ +1 SEX F +1 DEAT +2 DATE 1531 +1 FAMS @F1219@ +<< +[0071] INDI rkey: I2352 offs: 0x0000198d lens: 0x00000053 +0x0000298d-0x000029df: +>>0 @I2352@ INDI +1 NAME Margaret /Gamage/ +1 SEX F +1 DEAT +2 DATE 1535 +1 FAMS @F1220@ +<< +[0072] INDI rkey: I2353 offs: 0x000019e0 lens: 0x00000067 +0x000029e0-0x00002a46: +>>0 @I2353@ INDI +1 NAME Edward /Stanley/ +1 SEX M +1 TITL Earl of Derby +1 DEAT +2 DATE 1572 +1 FAMS @F1221@ +<< +[0073] INDI rkey: I2354 offs: 0x00001a47 lens: 0x0000006e +0x00002a47-0x00002ab4: +>>0 @I2354@ INDI +1 NAME Henry /Radcliffe/ +1 SEX M +1 TITL Earl of Sussex +1 DEAT +2 DATE 1556/1557 +1 FAMS @F1222@ +<< +[0074] INDI rkey: I2355 offs: 0x00001ab5 lens: 0x00000075 +0x00002ab5-0x00002b29: +>>0 @I2355@ INDI +1 NAME Henry /Howard/ +1 SEX M +1 TITL Earl of Surrey +1 DEAT +2 DATE 1546 +1 FAMC @F1218@ +1 FAMS @F1223@ +<< +[0075] INDI rkey: I2356 offs: 0x00001b2a lens: 0x0000004b +0x00002b2a-0x00002b74: +>>0 @I2356@ INDI +1 NAME Mary /Howard/ +1 SEX F +1 FAMC @F1218@ +1 FAMS @F1224@ +<< +[0076] INDI rkey: I2357 offs: 0x00001b75 lens: 0x00000077 +0x00002b75-0x00002beb: +>>0 @I2357@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Viscount Bindon +1 DEAT +2 DATE 1582 +1 FAMC @F1218@ +1 FAMS @F1225@ +<< +[0077] INDI rkey: I2358 offs: 0x00001bec lens: 0x00000053 +0x00002bec-0x00002c3e: +>>0 @I2358@ INDI +1 NAME Frances de_Vere // +1 SEX F +1 DEAT +2 DATE 1577 +1 FAMS @F1223@ +<< +[0078] INDI rkey: I2359 offs: 0x00001c3f lens: 0x00000086 +0x00002c3f-0x00002cc4: +>>0 @I2359@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Duke of Norfolk +1 DEAT +2 DATE 1572 +1 FAMC @F1223@ +1 FAMS @F1226@ +1 FAMS @F1227@ +<< +[0079] INDI rkey: I2360 offs: 0x00001cc5 lens: 0x0000006b +0x00002cc5-0x00002d2f: +>>0 @I2360@ INDI +1 NAME Henry of_Northhampton /Howard/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1614 +1 FAMC @F1223@ +<< +[0080] INDI rkey: I2361 offs: 0x00001d30 lens: 0x00000054 +0x00002d30-0x00002d83: +>>0 @I2361@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 DEAT +2 DATE 1596 +1 FAMC @F1223@ +<< +[0081] INDI rkey: I2362 offs: 0x00001d84 lens: 0x0000004f +0x00002d84-0x00002dd2: +>>0 @I2362@ INDI +1 NAME Jane /Howard/ +1 SEX F +1 DEAT +2 DATE 1593 +1 FAMC @F1223@ +<< +[0082] INDI rkey: I2363 offs: 0x00001dd3 lens: 0x00000053 +0x00002dd3-0x00002e25: +>>0 @I2363@ INDI +1 NAME Margaret /Howard/ +1 SEX F +1 DEAT +2 DATE 1592 +1 FAMC @F1223@ +<< +[0083] INDI rkey: I2364 offs: 0x00001e26 lens: 0x00000069 +0x00002e26-0x00002e8e: +>>0 @I2364@ INDI +1 NAME Henry /Fitzroy/ +1 SEX M +1 TITL Duke of Richmond +1 DEAT +2 DATE 1533 +1 FAMS @F1224@ +<< +[0084] INDI rkey: I2365 offs: 0x00001e8f lens: 0x0000003e +0x00002e8f-0x00002ecc: +>>0 @I2365@ INDI +1 NAME Gertrude /Lyte/ +1 SEX F +1 FAMS @F1225@ +<< +[0085] INDI rkey: I2366 offs: 0x00001ecd lens: 0x00000051 +0x00002ecd-0x00002f1d: +>>0 @I2366@ INDI +1 NAME Mary /Fitzalan/ +1 SEX F +1 DEAT +2 DATE 1557 +1 FAMS @F1226@ +<< +[0086] INDI rkey: I2367 offs: 0x00001f1e lens: 0x00000077 +0x00002f1e-0x00002f94: +>>0 @I2367@ INDI +1 NAME Philip /Howard/ +1 SEX M +1 TITL Earl of Arundel +1 DEAT +2 DATE 1595 +1 FAMC @F1226@ +1 FAMS @F1228@ +<< +[0087] INDI rkey: I2368 offs: 0x00001f95 lens: 0x0000003b +0x00002f95-0x00002fcf: +>>0 @I2368@ INDI +1 NAME Anne /Dacre/ +1 SEX F +1 FAMS @F1228@ +<< +[0088] INDI rkey: I2369 offs: 0x00001fd0 lens: 0x00000077 +0x00002fd0-0x00003046: +>>0 @I2369@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Earl of Arundel +1 DEAT +2 DATE 1646 +1 FAMC @F1228@ +1 FAMS @F1229@ +<< +[0089] INDI rkey: I2370 offs: 0x00002047 lens: 0x00000053 +0x00003047-0x00003099: +>>0 @I2370@ INDI +1 NAME Aletheia /Talbot/ +1 SEX F +1 DEAT +2 DATE 1654 +1 FAMS @F1229@ +<< +[0090] INDI rkey: I2371 offs: 0x0000209a lens: 0x00000053 +0x0000309a-0x000030ec: +>>0 @I2371@ INDI +1 NAME Margaret /Audley/ +1 SEX F +1 DEAT +2 DATE 1563 +1 FAMS @F1227@ +<< +[0091] INDI rkey: I2372 offs: 0x000020ed lens: 0x00000086 +0x000030ed-0x00003172: +>>0 @I2372@ INDI +1 NAME Thomas /Howard/ +1 SEX M +1 TITL Earl of Suffolk +1 DEAT +2 DATE 1626 +1 FAMC @F1227@ +1 FAMS @F1230@ +1 FAMS @F1231@ +<< +[0092] INDI rkey: I2373 offs: 0x00002173 lens: 0x0000004e +0x00003173-0x000031c0: +>>0 @I2373@ INDI +1 NAME Mary /Dacre/ +1 SEX F +1 DEAT +2 DATE 1576 +1 FAMS @F1230@ +<< +[0093] INDI rkey: I2374 offs: 0x000021c1 lens: 0x00000055 +0x000031c1-0x00003215: +>>0 @I2374@ INDI +1 NAME Catherine /Knyvett/ +1 SEX F +1 DEAT +2 DATE 1633 +1 FAMS @F1231@ +<< +[0094] INDI rkey: I2375 offs: 0x00002216 lens: 0x0000007b +0x00003216-0x00003290: +>>0 @I2375@ INDI +1 NAME Theophilus /Howard/ +1 SEX M +1 TITL Earl of Suffolk +1 DEAT +2 DATE 1640 +1 FAMC @F1231@ +1 FAMS @F1232@ +<< +[0095] INDI rkey: I2376 offs: 0x00002291 lens: 0x00000078 +0x00003291-0x00003308: +>>0 @I2376@ INDI +1 NAME Thomas of_Berkshire /Howard/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1669 +1 FAMC @F1231@ +1 FAMS @F1233@ +<< +[0096] INDI rkey: I2377 offs: 0x00002309 lens: 0x0000004c +0x00003309-0x00003354: +>>0 @I2377@ INDI +1 NAME Henry /Howard/ +1 SEX M +1 FAMC @F1231@ +1 FAMS @F1234@ +<< +[0097] INDI rkey: I2378 offs: 0x00002355 lens: 0x00000063 +0x00003355-0x000033b7: +>>0 @I2378@ INDI +1 NAME Catherine /Howard/ +1 SEX F +1 DEAT +2 DATE 1672 +1 FAMC @F1231@ +1 FAMS @F1235@ +<< +[0098] INDI rkey: I2379 offs: 0x000023b8 lens: 0x0000005d +0x000033b8-0x00003414: +>>0 @I2379@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 FAMC @F1231@ +1 FAMS @F1236@ +1 FAMS @F1237@ +<< +[0099] INDI rkey: I2380 offs: 0x00002415 lens: 0x00000041 +0x00003415-0x00003455: +>>0 @I2380@ INDI +1 NAME Elizabeth /Dunbar/ +1 SEX F +1 FAMS @F1232@ +<< +[0100] INDI rkey: I2381 offs: 0x00002456 lens: 0x00000040 +0x00003456-0x00003495: +>>0 @I2381@ INDI +1 NAME Elizabeth /Cecil/ +1 SEX F +1 FAMS @F1233@ +<< +[0101] INDI rkey: I2382 offs: 0x00002496 lens: 0x00000064 +0x00003496-0x000034f9: +>>0 @I2382@ INDI +1 NAME Elizabeth /Bassett/ +1 SEX F +1 DEAT +2 DATE 1643 +1 FAMS @F1234@ +1 FAMS @F1238@ +<< +[0102] INDI rkey: I2383 offs: 0x000024fa lens: 0x0000005a +0x000034fa-0x00003553: +>>0 @I2383@ INDI +1 NAME William of_Newcastle /Cavendish/ +1 SEX M +1 TITL Earl +1 FAMS @F1238@ +<< +[0103] INDI rkey: I2384 offs: 0x00002554 lens: 0x00000069 +0x00003554-0x000035bc: +>>0 @I2384@ INDI +1 NAME William of_Berkshire /Cecil/ +1 SEX M +1 TITL Earl +1 DEAT +2 DATE 1668 +1 FAMS @F1235@ +<< +[0104] INDI rkey: I2385 offs: 0x000025bd lens: 0x00000068 +0x000035bd-0x00003624: +>>0 @I2385@ INDI +1 NAME Robert /Devereux/ +1 SEX M +1 TITL Earl of Essex +1 DEAT +2 DATE 1646 +1 FAMS @F1236@ +<< +[0105] INDI rkey: I2386 offs: 0x00002625 lens: 0x00000067 +0x00003625-0x0000368b: +>>0 @I2386@ INDI +1 NAME Robert /Carr/ +1 SEX M +1 TITL Earl of Somerset +1 DEAT +2 DATE 1645 +1 FAMS @F1237@ +<< +[0106] INDI rkey: I2387 offs: 0x0000268c lens: 0x00000061 +0x0000368c-0x000036ec: +>>0 @I2387@ INDI +1 NAME William /Howard/ +1 SEX M +1 DEAT +2 DATE 1640 +1 FAMC @F1227@ +1 FAMS @F1239@ +<< +[0107] INDI rkey: I2388 offs: 0x000026ed lens: 0x00000040 +0x000036ed-0x0000372c: +>>0 @I2388@ INDI +1 NAME Elizabeth /Dacre/ +1 SEX F +1 FAMS @F1239@ +<< +[0108] INDI rkey: I2389 offs: 0x0000272d lens: 0x00000052 +0x0000372d-0x0000377e: +>>0 @I2389@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 DEAT +2 DATE 1598 +1 FAMS @F1113@ +<< +[0109] INDI rkey: I2390 offs: 0x0000277f lens: 0x00000061 +0x0000377f-0x000037df: +>>0 @I2390@ INDI +1 NAME Frances /Howard/ +1 SEX F +1 DEAT +2 DATE 1639 +1 FAMS @F1114@ +1 FAMS @F1240@ +<< +[0110] INDI rkey: I2391 offs: 0x000027e0 lens: 0x00000060 +0x000037e0-0x0000383f: +>>0 @I2391@ INDI +1 NAME Ludovic of_Richmond /Stuart/ +1 SEX M +1 TITL Duke of Lennox +1 FAMS @F1240@ +<< +[0111] INDI rkey: I2392 offs: 0x00002840 lens: 0x00000079 +0x00003840-0x000038b8: +>>0 @I2392@ INDI +1 NAME Edward /Seymour/ +1 SEX M +1 TITL Duke of Somerset +1 DEAT +2 DATE 1552 +1 FAMS @F1241@ +1 FAMS @F1112@ +<< +[0112] INDI rkey: I2393 offs: 0x000028b9 lens: 0x00000051 +0x000038b9-0x00003909: +>>0 @I2393@ INDI +1 NAME Anne /Stanhope/ +1 SEX F +1 DEAT +2 DATE 1587 +1 FAMS @F1112@ +<< +[0113] INDI rkey: I2394 offs: 0x0000290a lens: 0x00000073 +0x0000390a-0x0000397c: +>>0 @I2394@ INDI +1 NAME Henry /Carey/ +1 SEX M +1 TITL Baron Hunsdon +1 DEAT +2 DATE 1596 +1 FAMC @F1215@ +1 FAMS @F1242@ +<< +[0114] INDI rkey: I2395 offs: 0x0000297d lens: 0x00000041 +0x0000397d-0x000039bd: +>>0 @I2395@ INDI +1 NAME Catherine /Fillol/ +1 SEX F +1 FAMS @F1241@ +<< +[0115] INDI rkey: I2396 offs: 0x000029be lens: 0x00000075 +0x000039be-0x00003a32: +>>0 @I2396@ INDI +1 NAME Edward Beauchamp /Seymour/ +1 SEX M +1 TITL Lord +1 DEAT +2 DATE 1618 +1 FAMC @F780@ +1 FAMS @F1243@ +<< +[0116] INDI rkey: I2397 offs: 0x00002a33 lens: 0x00000085 +0x00003a33-0x00003ab7: +>>0 @I2397@ INDI +1 NAME Francis /Seymour/ +1 SEX M +1 TITL Baron Seymour +1 DEAT +2 DATE 1664 +1 FAMC @F780@ +1 FAMS @F1244@ +1 FAMS @F1245@ +<< +[0117] INDI rkey: I2398 offs: 0x00002ab8 lens: 0x00000051 +0x00003ab8-0x00003b08: +>>0 @I2398@ INDI +1 NAME Honora /Seymour/ +1 SEX F +1 DEAT +2 DATE 1620 +1 FAMC @F780@ +<< +[0118] INDI rkey: I2399 offs: 0x00002b09 lens: 0x0000004e +0x00003b09-0x00003b56: +>>0 @I2399@ INDI +1 NAME Anne /Sackville/ +1 SEX F +1 FAMS @F1243@ +1 FAMS @F1246@ +<< +[0119] INDI rkey: I2400 offs: 0x00002b57 lens: 0x0000003d +0x00003b57-0x00003b93: +>>0 @I2400@ INDI +1 NAME Edward /Lewes/ +1 SEX M +1 FAMS @F1246@ +<< +[0120] INDI rkey: I2401 offs: 0x00002b94 lens: 0x0000003f +0x00003b94-0x00003bd2: +>>0 @I2401@ INDI +1 NAME Frances /Prynne/ +1 SEX F +1 FAMS @F1244@ +<< +[0121] INDI rkey: I2402 offs: 0x00002bd3 lens: 0x00000051 +0x00003bd3-0x00003c23: +>>0 @I2402@ INDI +1 NAME Catherine /Lee/ +1 SEX F +1 DEAT +2 DATE 1700 +1 FAMS @F1245@ +<< +[0122] INDI rkey: I2403 offs: 0x00002c24 lens: 0x00000062 +0x00003c24-0x00003c85: +>>0 @I2403@ INDI +1 NAME Catherine /Carey/ +1 SEX F +1 DEAT +2 DATE 1568 +1 FAMC @F1215@ +1 FAMS @F1211@ +<< +[0123] INDI rkey: I2404 offs: 0x00002c86 lens: 0x0000003c +0x00003c86-0x00003cc1: +>>0 @I2404@ INDI +1 NAME Anne /Morgan/ +1 SEX F +1 FAMS @F1242@ +<< +[0124] INDI rkey: I2405 offs: 0x00002cc2 lens: 0x00000053 +0x00003cc2-0x00003d14: +>>0 @I2405@ INDI +1 NAME Francis /Knollys/ +1 SEX M +1 DEAT +2 DATE 1596 +1 FAMS @F1211@ +<< +[0125] INDI rkey: I2406 offs: 0x00002d15 lens: 0x00000060 +0x00003d15-0x00003d74: +>>0 @I2406@ INDI +1 NAME Henry /Knollys/ +1 SEX M +1 DEAT +2 DATE 1583 +1 FAMC @F1211@ +1 FAMS @F1247@ +<< +[0126] INDI rkey: I2407 offs: 0x00002d75 lens: 0x0000006a +0x00003d75-0x00003dde: +>>0 @I2407@ INDI +1 NAME William /Knollys/ +1 SEX M +1 TITL Earl of Banbury +1 DEAT +2 DATE 1632 +1 FAMC @F1211@ +<< + +0x00003ddf: EOF (0x00003ddf) GOOD + +BLOCK - DIRECTORY ad/ae +0x00000000:ix_self: 0x00030004 (ad/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2408' +0x00000016:ix_rkey[0001]: ' I2409' +0x0000001e:ix_rkey[0002]: ' I2410' +0x00000026:ix_rkey[0003]: ' I2411' +0x0000002e:ix_rkey[0004]: ' I2412' +0x00000036:ix_rkey[0005]: ' I2413' +0x0000003e:ix_rkey[0006]: ' I2414' +0x00000046:ix_rkey[0007]: ' I2415' +0x0000004e:ix_rkey[0008]: ' I2416' +0x00000056:ix_rkey[0009]: ' I2417' +0x0000005e:ix_rkey[0010]: ' I2418' +0x00000066:ix_rkey[0011]: ' I2419' +0x0000006e:ix_rkey[0012]: ' I2420' +0x00000076:ix_rkey[0013]: ' I2421' +0x0000007e:ix_rkey[0014]: ' I2422' +0x00000086:ix_rkey[0015]: ' I2423' +0x0000008e:ix_rkey[0016]: ' I2424' +0x00000096:ix_rkey[0017]: ' I2425' +0x0000009e:ix_rkey[0018]: ' I2426' +0x000000a6:ix_rkey[0019]: ' I2427' +0x000000ae:ix_rkey[0020]: ' I2428' +0x000000b6:ix_rkey[0021]: ' I2429' +0x000000be:ix_rkey[0022]: ' I2430' +0x000000c6:ix_rkey[0023]: ' I2431' +0x000000ce:ix_rkey[0024]: ' I2432' +0x000000d6:ix_rkey[0025]: ' I2433' +0x000000de:ix_rkey[0026]: ' I2434' +0x000000e6:ix_rkey[0027]: ' I2435' +0x000000ee:ix_rkey[0028]: ' I2436' +0x000000f6:ix_rkey[0029]: ' I2437' +0x000000fe:ix_rkey[0030]: ' I2438' +0x00000106:ix_rkey[0031]: ' I2439' +0x0000010e:ix_rkey[0032]: ' I2440' +0x00000116:ix_rkey[0033]: ' I2441' +0x0000011e:ix_rkey[0034]: ' I2442' +0x00000126:ix_rkey[0035]: ' I2443' +0x0000012e:ix_rkey[0036]: ' I2444' +0x00000136:ix_rkey[0037]: ' I2445' +0x0000013e:ix_rkey[0038]: ' I2446' +0x00000146:ix_rkey[0039]: ' I2447' +0x0000014e:ix_rkey[0040]: ' I2448' +0x00000156:ix_rkey[0041]: ' I2449' +0x0000015e:ix_rkey[0042]: ' I2450' +0x00000166:ix_rkey[0043]: ' I2451' +0x0000016e:ix_rkey[0044]: ' I2452' +0x00000176:ix_rkey[0045]: ' I2453' +0x0000017e:ix_rkey[0046]: ' I2454' +0x00000186:ix_rkey[0047]: ' I2455' +0x0000018e:ix_rkey[0048]: ' I2456' +0x00000196:ix_rkey[0049]: ' I2457' +0x0000019e:ix_rkey[0050]: ' I2458' +0x000001a6:ix_rkey[0051]: ' I2459' +0x000001ae:ix_rkey[0052]: ' I2460' +0x000001b6:ix_rkey[0053]: ' I2461' +0x000001be:ix_rkey[0054]: ' I2462' +0x000001c6:ix_rkey[0055]: ' I2463' +0x000001ce:ix_rkey[0056]: ' I2464' +0x000001d6:ix_rkey[0057]: ' I2465' +0x000001de:ix_rkey[0058]: ' I2466' +0x000001e6:ix_rkey[0059]: ' I2467' +0x000001ee:ix_rkey[0060]: ' I2468' +0x000001f6:ix_rkey[0061]: ' I2469' +0x000001fe:ix_rkey[0062]: ' I2470' +0x00000206:ix_rkey[0063]: ' I2471' +0x0000020e:ix_rkey[0064]: ' I2472' +0x00000216:ix_rkey[0065]: ' I2473' +0x0000021e:ix_rkey[0066]: ' I2474' +0x00000226:ix_rkey[0067]: ' I2475' +0x0000022e:ix_rkey[0068]: ' I2476' +0x00000236:ix_rkey[0069]: ' I2477' +0x0000023e:ix_rkey[0070]: ' I2478' +0x00000246:ix_rkey[0071]: ' I2479' +0x0000024e:ix_rkey[0072]: ' I2480' +0x00000256:ix_rkey[0073]: ' I2481' +0x0000025e:ix_rkey[0074]: ' I2482' +0x00000266:ix_rkey[0075]: ' I2483' +0x0000026e:ix_rkey[0076]: ' I2484' +0x00000276:ix_rkey[0077]: ' I2485' +0x0000027e:ix_rkey[0078]: ' I2486' +0x00000286:ix_rkey[0079]: ' I2487' +0x0000028e:ix_rkey[0080]: ' I2488' +0x00000296:ix_rkey[0081]: ' I2489' +0x0000029e:ix_rkey[0082]: ' I2490' +0x000002a6:ix_rkey[0083]: ' I2491' +0x000002ae:ix_rkey[0084]: ' I2492' +0x000002b6:ix_rkey[0085]: ' I2493' +0x000002be:ix_rkey[0086]: ' I2494' +0x000002c6:ix_rkey[0087]: ' I2495' +0x000002ce:ix_rkey[0088]: ' I2496' +0x000002d6:ix_rkey[0089]: ' I2497' +0x000002de:ix_rkey[0090]: ' I2498' +0x000002e6:ix_rkey[0091]: ' I2499' +0x000002ee:ix_rkey[0092]: ' I2500' +0x000002f6:ix_rkey[0093]: ' I2501' +0x000002fe:ix_rkey[0094]: ' I2502' +0x00000306:ix_rkey[0095]: ' I2503' +0x0000030e:ix_rkey[0096]: ' I2504' +0x00000316:ix_rkey[0097]: ' I2505' +0x0000031e:ix_rkey[0098]: ' I2506' +0x00000326:ix_rkey[0099]: ' I2507' +0x0000032e:ix_rkey[0100]: ' I2508' +0x00000336:ix_rkey[0101]: ' I2509' +0x0000033e:ix_rkey[0102]: ' I2510' +0x00000346:ix_rkey[0103]: ' I2511' +0x0000034e:ix_rkey[0104]: ' I2512' +0x00000356:ix_rkey[0105]: ' I2513' +0x0000035e:ix_rkey[0106]: ' I2514' +0x00000366:ix_rkey[0107]: ' I2515' +0x0000036e:ix_rkey[0108]: ' I2516' +0x00000376:ix_rkey[0109]: ' I2517' +0x0000037e:ix_rkey[0110]: ' I2518' +0x00000386:ix_rkey[0111]: ' I2519' +0x0000038e:ix_rkey[0112]: ' I2520' +0x00000396:ix_rkey[0113]: ' I2521' +0x0000039e:ix_rkey[0114]: ' I2522' +0x000003a6:ix_rkey[0115]: ' I2523' +0x000003ae:ix_rkey[0116]: ' I2524' +0x000003b6:ix_rkey[0117]: ' I2525' +0x000003be:ix_rkey[0118]: ' I2526' +0x000003c6:ix_rkey[0119]: ' I2527' +0x000003ce:ix_rkey[0120]: ' I2528' +0x000003d6:ix_rkey[0121]: ' I2529' +0x000003de:ix_rkey[0122]: ' I2530' +0x000003e6:ix_rkey[0123]: ' I2531' +0x000003ee:ix_rkey[0124]: ' I2532' +0x000003f6:ix_rkey[0125]: ' I2533' +0x000003fe:ix_rkey[0126]: ' I2534' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000004c +0x0000080c:ix_offs[0001]: 0x0000004c 0x00000c08:ix_lens[0001]: 0x00000051 +0x00000810:ix_offs[0002]: 0x0000009d 0x00000c0c:ix_lens[0002]: 0x00000051 +0x00000814:ix_offs[0003]: 0x000000ee 0x00000c10:ix_lens[0003]: 0x00000068 +0x00000818:ix_offs[0004]: 0x00000156 0x00000c14:ix_lens[0004]: 0x00000056 +0x0000081c:ix_offs[0005]: 0x000001ac 0x00000c18:ix_lens[0005]: 0x00000057 +0x00000820:ix_offs[0006]: 0x00000203 0x00000c1c:ix_lens[0006]: 0x00000069 +0x00000824:ix_offs[0007]: 0x0000026c 0x00000c20:ix_lens[0007]: 0x0000004b +0x00000828:ix_offs[0008]: 0x000002b7 0x00000c24:ix_lens[0008]: 0x00000052 +0x0000082c:ix_offs[0009]: 0x00000309 0x00000c28:ix_lens[0009]: 0x00000045 +0x00000830:ix_offs[0010]: 0x0000034e 0x00000c2c:ix_lens[0010]: 0x000000a0 +0x00000834:ix_offs[0011]: 0x000003ee 0x00000c30:ix_lens[0011]: 0x00000090 +0x00000838:ix_offs[0012]: 0x0000047e 0x00000c34:ix_lens[0012]: 0x000000b3 +0x0000083c:ix_offs[0013]: 0x00000531 0x00000c38:ix_lens[0013]: 0x00000075 +0x00000840:ix_offs[0014]: 0x000005a6 0x00000c3c:ix_lens[0014]: 0x00000043 +0x00000844:ix_offs[0015]: 0x000005e9 0x00000c40:ix_lens[0015]: 0x00000083 +0x00000848:ix_offs[0016]: 0x0000066c 0x00000c44:ix_lens[0016]: 0x000000ac +0x0000084c:ix_offs[0017]: 0x00000718 0x00000c48:ix_lens[0017]: 0x00000070 +0x00000850:ix_offs[0018]: 0x00000788 0x00000c4c:ix_lens[0018]: 0x00000083 +0x00000854:ix_offs[0019]: 0x0000080b 0x00000c50:ix_lens[0019]: 0x0000004d +0x00000858:ix_offs[0020]: 0x00000858 0x00000c54:ix_lens[0020]: 0x0000005d +0x0000085c:ix_offs[0021]: 0x000008b5 0x00000c58:ix_lens[0021]: 0x0000006c +0x00000860:ix_offs[0022]: 0x00000921 0x00000c5c:ix_lens[0022]: 0x00000078 +0x00000864:ix_offs[0023]: 0x00000999 0x00000c60:ix_lens[0023]: 0x0000009f +0x00000868:ix_offs[0024]: 0x00000a38 0x00000c64:ix_lens[0024]: 0x0000006f +0x0000086c:ix_offs[0025]: 0x00000aa7 0x00000c68:ix_lens[0025]: 0x00000096 +0x00000870:ix_offs[0026]: 0x00000b3d 0x00000c6c:ix_lens[0026]: 0x00000096 +0x00000874:ix_offs[0027]: 0x00000bd3 0x00000c70:ix_lens[0027]: 0x00000060 +0x00000878:ix_offs[0028]: 0x00000c33 0x00000c74:ix_lens[0028]: 0x00000042 +0x0000087c:ix_offs[0029]: 0x00000c75 0x00000c78:ix_lens[0029]: 0x00000075 +0x00000880:ix_offs[0030]: 0x00000cea 0x00000c7c:ix_lens[0030]: 0x000000e1 +0x00000884:ix_offs[0031]: 0x00000dcb 0x00000c80:ix_lens[0031]: 0x00000074 +0x00000888:ix_offs[0032]: 0x00000e3f 0x00000c84:ix_lens[0032]: 0x00000074 +0x0000088c:ix_offs[0033]: 0x00000eb3 0x00000c88:ix_lens[0033]: 0x00000043 +0x00000890:ix_offs[0034]: 0x00000ef6 0x00000c8c:ix_lens[0034]: 0x0000007e +0x00000894:ix_offs[0035]: 0x00000f74 0x00000c90:ix_lens[0035]: 0x00000044 +0x00000898:ix_offs[0036]: 0x00000fb8 0x00000c94:ix_lens[0036]: 0x00000041 +0x0000089c:ix_offs[0037]: 0x00000ff9 0x00000c98:ix_lens[0037]: 0x0000003f +0x000008a0:ix_offs[0038]: 0x00001038 0x00000c9c:ix_lens[0038]: 0x0000006e +0x000008a4:ix_offs[0039]: 0x000010a6 0x00000ca0:ix_lens[0039]: 0x0000006d +0x000008a8:ix_offs[0040]: 0x00001113 0x00000ca4:ix_lens[0040]: 0x000000b7 +0x000008ac:ix_offs[0041]: 0x000011ca 0x00000ca8:ix_lens[0041]: 0x00000074 +0x000008b0:ix_offs[0042]: 0x0000123e 0x00000cac:ix_lens[0042]: 0x00000078 +0x000008b4:ix_offs[0043]: 0x000012b6 0x00000cb0:ix_lens[0043]: 0x0000010c +0x000008b8:ix_offs[0044]: 0x000013c2 0x00000cb4:ix_lens[0044]: 0x000000ed +0x000008bc:ix_offs[0045]: 0x000014af 0x00000cb8:ix_lens[0045]: 0x00000054 +0x000008c0:ix_offs[0046]: 0x00001503 0x00000cbc:ix_lens[0046]: 0x000000a3 +0x000008c4:ix_offs[0047]: 0x000015a6 0x00000cc0:ix_lens[0047]: 0x00000055 +0x000008c8:ix_offs[0048]: 0x000015fb 0x00000cc4:ix_lens[0048]: 0x00000045 +0x000008cc:ix_offs[0049]: 0x00001640 0x00000cc8:ix_lens[0049]: 0x000000d8 +0x000008d0:ix_offs[0050]: 0x00001718 0x00000ccc:ix_lens[0050]: 0x000000ca +0x000008d4:ix_offs[0051]: 0x000017e2 0x00000cd0:ix_lens[0051]: 0x00000056 +0x000008d8:ix_offs[0052]: 0x00001838 0x00000cd4:ix_lens[0052]: 0x0000005c +0x000008dc:ix_offs[0053]: 0x00001894 0x00000cd8:ix_lens[0053]: 0x00000039 +0x000008e0:ix_offs[0054]: 0x000018cd 0x00000cdc:ix_lens[0054]: 0x0000005d +0x000008e4:ix_offs[0055]: 0x0000192a 0x00000ce0:ix_lens[0055]: 0x000000a1 +0x000008e8:ix_offs[0056]: 0x000019cb 0x00000ce4:ix_lens[0056]: 0x000000f6 +0x000008ec:ix_offs[0057]: 0x00001ac1 0x00000ce8:ix_lens[0057]: 0x000000e3 +0x000008f0:ix_offs[0058]: 0x00001ba4 0x00000cec:ix_lens[0058]: 0x000000c9 +0x000008f4:ix_offs[0059]: 0x00001c6d 0x00000cf0:ix_lens[0059]: 0x00000085 +0x000008f8:ix_offs[0060]: 0x00001cf2 0x00000cf4:ix_lens[0060]: 0x0000003a +0x000008fc:ix_offs[0061]: 0x00001d2c 0x00000cf8:ix_lens[0061]: 0x00000037 +0x00000900:ix_offs[0062]: 0x00001d63 0x00000cfc:ix_lens[0062]: 0x0000004d +0x00000904:ix_offs[0063]: 0x00001db0 0x00000d00:ix_lens[0063]: 0x00000043 +0x00000908:ix_offs[0064]: 0x00001df3 0x00000d04:ix_lens[0064]: 0x00000058 +0x0000090c:ix_offs[0065]: 0x00001e4b 0x00000d08:ix_lens[0065]: 0x0000004e +0x00000910:ix_offs[0066]: 0x00001e99 0x00000d0c:ix_lens[0066]: 0x00000056 +0x00000914:ix_offs[0067]: 0x00001eef 0x00000d10:ix_lens[0067]: 0x00000057 +0x00000918:ix_offs[0068]: 0x00001f46 0x00000d14:ix_lens[0068]: 0x00000055 +0x0000091c:ix_offs[0069]: 0x00001f9b 0x00000d18:ix_lens[0069]: 0x00000057 +0x00000920:ix_offs[0070]: 0x00001ff2 0x00000d1c:ix_lens[0070]: 0x00000060 +0x00000924:ix_offs[0071]: 0x00002052 0x00000d20:ix_lens[0071]: 0x00000064 +0x00000928:ix_offs[0072]: 0x000020b6 0x00000d24:ix_lens[0072]: 0x0000003f +0x0000092c:ix_offs[0073]: 0x000020f5 0x00000d28:ix_lens[0073]: 0x0000004c +0x00000930:ix_offs[0074]: 0x00002141 0x00000d2c:ix_lens[0074]: 0x00000079 +0x00000934:ix_offs[0075]: 0x000021ba 0x00000d30:ix_lens[0075]: 0x0000005c +0x00000938:ix_offs[0076]: 0x00002216 0x00000d34:ix_lens[0076]: 0x00000040 +0x0000093c:ix_offs[0077]: 0x00002256 0x00000d38:ix_lens[0077]: 0x00000052 +0x00000940:ix_offs[0078]: 0x000022a8 0x00000d3c:ix_lens[0078]: 0x00000064 +0x00000944:ix_offs[0079]: 0x0000230c 0x00000d40:ix_lens[0079]: 0x00000080 +0x00000948:ix_offs[0080]: 0x0000238c 0x00000d44:ix_lens[0080]: 0x00000087 +0x0000094c:ix_offs[0081]: 0x00002413 0x00000d48:ix_lens[0081]: 0x00000052 +0x00000950:ix_offs[0082]: 0x00002465 0x00000d4c:ix_lens[0082]: 0x0000006e +0x00000954:ix_offs[0083]: 0x000024d3 0x00000d50:ix_lens[0083]: 0x00000070 +0x00000958:ix_offs[0084]: 0x00002543 0x00000d54:ix_lens[0084]: 0x0000006f +0x0000095c:ix_offs[0085]: 0x000025b2 0x00000d58:ix_lens[0085]: 0x00000051 +0x00000960:ix_offs[0086]: 0x00002603 0x00000d5c:ix_lens[0086]: 0x000000e0 +0x00000964:ix_offs[0087]: 0x000026e3 0x00000d60:ix_lens[0087]: 0x00000084 +0x00000968:ix_offs[0088]: 0x00002767 0x00000d64:ix_lens[0088]: 0x00000068 +0x0000096c:ix_offs[0089]: 0x000027cf 0x00000d68:ix_lens[0089]: 0x00000056 +0x00000970:ix_offs[0090]: 0x00002825 0x00000d6c:ix_lens[0090]: 0x000000f3 +0x00000974:ix_offs[0091]: 0x00002918 0x00000d70:ix_lens[0091]: 0x000000eb +0x00000978:ix_offs[0092]: 0x00002a03 0x00000d74:ix_lens[0092]: 0x00000079 +0x0000097c:ix_offs[0093]: 0x00002a7c 0x00000d78:ix_lens[0093]: 0x0000006c +0x00000980:ix_offs[0094]: 0x00002ae8 0x00000d7c:ix_lens[0094]: 0x0000004b +0x00000984:ix_offs[0095]: 0x00002b33 0x00000d80:ix_lens[0095]: 0x00000068 +0x00000988:ix_offs[0096]: 0x00002b9b 0x00000d84:ix_lens[0096]: 0x00000059 +0x0000098c:ix_offs[0097]: 0x00002bf4 0x00000d88:ix_lens[0097]: 0x00000068 +0x00000990:ix_offs[0098]: 0x00002c5c 0x00000d8c:ix_lens[0098]: 0x0000003a +0x00000994:ix_offs[0099]: 0x00002c96 0x00000d90:ix_lens[0099]: 0x00000083 +0x00000998:ix_offs[0100]: 0x00002d19 0x00000d94:ix_lens[0100]: 0x00000054 +0x0000099c:ix_offs[0101]: 0x00002d6d 0x00000d98:ix_lens[0101]: 0x00000053 +0x000009a0:ix_offs[0102]: 0x00002dc0 0x00000d9c:ix_lens[0102]: 0x00000057 +0x000009a4:ix_offs[0103]: 0x00002e17 0x00000da0:ix_lens[0103]: 0x000000ae +0x000009a8:ix_offs[0104]: 0x00002ec5 0x00000da4:ix_lens[0104]: 0x0000003a +0x000009ac:ix_offs[0105]: 0x00002eff 0x00000da8:ix_lens[0105]: 0x00000068 +0x000009b0:ix_offs[0106]: 0x00002f67 0x00000dac:ix_lens[0106]: 0x0000005d +0x000009b4:ix_offs[0107]: 0x00002fc4 0x00000db0:ix_lens[0107]: 0x00000062 +0x000009b8:ix_offs[0108]: 0x00003026 0x00000db4:ix_lens[0108]: 0x00000063 +0x000009bc:ix_offs[0109]: 0x00003089 0x00000db8:ix_lens[0109]: 0x0000008a +0x000009c0:ix_offs[0110]: 0x00003113 0x00000dbc:ix_lens[0110]: 0x00000053 +0x000009c4:ix_offs[0111]: 0x00003166 0x00000dc0:ix_lens[0111]: 0x00000056 +0x000009c8:ix_offs[0112]: 0x000031bc 0x00000dc4:ix_lens[0112]: 0x0000004e +0x000009cc:ix_offs[0113]: 0x0000320a 0x00000dc8:ix_lens[0113]: 0x00000059 +0x000009d0:ix_offs[0114]: 0x00003263 0x00000dcc:ix_lens[0114]: 0x000000ee +0x000009d4:ix_offs[0115]: 0x00003351 0x00000dd0:ix_lens[0115]: 0x000000e1 +0x000009d8:ix_offs[0116]: 0x00003432 0x00000dd4:ix_lens[0116]: 0x00000067 +0x000009dc:ix_offs[0117]: 0x00003499 0x00000dd8:ix_lens[0117]: 0x00000056 +0x000009e0:ix_offs[0118]: 0x000034ef 0x00000ddc:ix_lens[0118]: 0x0000007d +0x000009e4:ix_offs[0119]: 0x0000356c 0x00000de0:ix_lens[0119]: 0x0000007b +0x000009e8:ix_offs[0120]: 0x000035e7 0x00000de4:ix_lens[0120]: 0x00000079 +0x000009ec:ix_offs[0121]: 0x00003660 0x00000de8:ix_lens[0121]: 0x0000007d +0x000009f0:ix_offs[0122]: 0x000036dd 0x00000dec:ix_lens[0122]: 0x00000061 +0x000009f4:ix_offs[0123]: 0x0000373e 0x00000df0:ix_lens[0123]: 0x0000006d +0x000009f8:ix_offs[0124]: 0x000037ab 0x00000df4:ix_lens[0124]: 0x00000047 +0x000009fc:ix_offs[0125]: 0x000037f2 0x00000df8:ix_lens[0125]: 0x00000038 +0x00000a00:ix_offs[0126]: 0x0000382a 0x00000dfc:ix_lens[0126]: 0x00000059 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2408 offs: 0x00000000 lens: 0x0000004c +0x00001000-0x0000104b: +>>0 @I2408@ INDI +1 NAME Anne /Knollys/ +1 SEX F +1 FAMC @F1211@ +1 FAMS @F1248@ +<< +[0001] INDI rkey: I2409 offs: 0x0000004c lens: 0x00000051 +0x0000104c-0x0000109c: +>>0 @I2409@ INDI +1 NAME Catherine /Knollys/ +1 SEX F +1 FAMC @F1211@ +1 FAMS @F1249@ +<< +[0002] INDI rkey: I2410 offs: 0x0000009d lens: 0x00000051 +0x0000109d-0x000010ed: +>>0 @I2410@ INDI +1 NAME Margaret /Cave/ +1 SEX F +1 DEAT +2 DATE 1606 +1 FAMS @F1247@ +<< +[0003] INDI rkey: I2411 offs: 0x000000ee lens: 0x00000068 +0x000010ee-0x00001155: +>>0 @I2411@ INDI +1 NAME Walter /Devereux/ +1 SEX M +1 TITL Earl of Essex +1 DEAT +2 DATE 1576 +1 FAMS @F1212@ +<< +[0004] INDI rkey: I2412 offs: 0x00000156 lens: 0x00000056 +0x00001156-0x000011ab: +>>0 @I2412@ INDI +1 NAME Christopher /Blount/ +1 SEX M +1 DEAT +2 DATE 1601 +1 FAMS @F1213@ +<< +[0005] INDI rkey: I2413 offs: 0x000001ac lens: 0x00000057 +0x000011ac-0x00001202: +>>0 @I2413@ INDI +1 NAME Thomas /Leighton/ +1 SEX M +1 TITL Lord De La Warr +1 FAMS @F1248@ +<< +[0006] INDI rkey: I2414 offs: 0x00000203 lens: 0x00000069 +0x00001203-0x0000126b: +>>0 @I2414@ INDI +1 NAME Gerald /Fitzgerald/ +1 SEX M +1 TITL Lord Offaley +1 DEAT +2 DATE 1580 +1 FAMS @F1249@ +<< +[0007] INDI rkey: I2415 offs: 0x0000026c lens: 0x0000004b +0x0000126c-0x000012b6: +>>0 @I2415@ INDI +1 NAME Charles // +1 SEX M +1 DEAT +2 DATE 1685 +1 FAMC @F449@ +<< +[0008] INDI rkey: I2416 offs: 0x000002b7 lens: 0x00000052 +0x000012b7-0x00001308: +>>0 @I2416@ INDI +1 NAME Mariana of_Austria // +1 SEX F +1 FAMC @F1250@ +1 FAMS @F1119@ +<< +[0009] INDI rkey: I2417 offs: 0x00000309 lens: 0x00000045 +0x00001309-0x0000134d: +>>0 @I2417@ INDI +1 NAME Maria // +1 SEX F +1 FAMC @F534@ +1 FAMS @F1250@ +<< +[0010] INDI rkey: I2418 offs: 0x0000034e lens: 0x000000a0 +0x0000134e-0x000013ed: +>>0 @I2418@ INDI +1 NAME Ferdinand_III // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1608 +2 PLAC Graz,Austria +1 DEAT +2 DATE 1657 +1 FAMC @F1251@ +1 FAMS @F1250@ +<< +[0011] INDI rkey: I2419 offs: 0x000003ee lens: 0x00000090 +0x000013ee-0x0000147d: +>>0 @I2419@ INDI +1 NAME Ferdinand_II // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1578 +2 PLAC Graz,Austria +1 DEAT +2 DATE 1637 +1 FAMS @F1251@ +<< +[0012] INDI rkey: I2420 offs: 0x0000047e lens: 0x000000b3 +0x0000147e-0x00001530: +>>0 @I2420@ INDI +1 NAME Leopold_I // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1640 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 5 MAY 1705 +1 FAMC @F1250@ +1 FAMS @F1252@ +1 FAMS @F1253@ +<< +[0013] INDI rkey: I2421 offs: 0x00000531 lens: 0x00000075 +0x00001531-0x000015a5: +>>0 @I2421@ INDI +1 NAME Margaret Teresa // +1 SEX F +1 BIRT +2 DATE 1651 +1 DEAT +2 DATE 1673 +1 FAMC @F1119@ +1 FAMS @F1252@ +<< +[0014] INDI rkey: I2422 offs: 0x000005a6 lens: 0x00000043 +0x000015a6-0x000015e8: +>>0 @I2422@ INDI +1 NAME Eleanor of_Neuburg // +1 SEX F +1 FAMS @F1253@ +<< +[0015] INDI rkey: I2423 offs: 0x000005e9 lens: 0x00000083 +0x000015e9-0x0000166b: +>>0 @I2423@ INDI +1 NAME Louis de_France // +1 SEX M +1 TITL Dauphin +1 BIRT +2 DATE 1661 +1 DEAT +2 DATE 1711 +1 FAMC @F709@ +1 FAMS @F1254@ +<< +[0016] INDI rkey: I2424 offs: 0x0000066c lens: 0x000000ac +0x0000166c-0x00001717: +>>0 @I2424@ INDI +1 NAME Philip_V // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1683 +2 PLAC Versailles,France +1 DEAT +2 DATE 1746 +1 FAMC @F1254@ +1 FAMS @F1255@ +1 FAMS @F1256@ +<< +[0017] INDI rkey: I2425 offs: 0x00000718 lens: 0x00000070 +0x00001718-0x00001787: +>>0 @I2425@ INDI +1 NAME Isabella Elizabeth /Farnese/ +1 SEX F +1 BIRT +2 DATE 1692 +1 DEAT +2 DATE 1766 +1 FAMS @F1256@ +<< +[0018] INDI rkey: I2426 offs: 0x00000788 lens: 0x00000083 +0x00001788-0x0000180a: +>>0 @I2426@ INDI +1 NAME Louis // +1 SEX M +1 TITL Duke of Burgundy +1 BIRT +2 DATE 1682 +1 DEAT +2 DATE 1712 +1 FAMC @F1254@ +1 FAMS @F770@ +<< +[0019] INDI rkey: I2427 offs: 0x0000080b lens: 0x0000004d +0x0000180b-0x00001857: +>>0 @I2427@ INDI +1 NAME Maria Antonia // +1 SEX F +1 FAMC @F1252@ +1 FAMS @F1257@ +<< +[0020] INDI rkey: I2428 offs: 0x00000858 lens: 0x0000005d +0x00001858-0x000018b4: +>>0 @I2428@ INDI +1 NAME Maximilian Emmanuel of_Bavaria// +1 SEX M +1 TITL Elector +1 FAMS @F1257@ +<< +[0021] INDI rkey: I2429 offs: 0x000008b5 lens: 0x0000006c +0x000018b5-0x00001920: +>>0 @I2429@ INDI +1 NAME Joseph Ferdinand // +1 SEX M +1 TITL Electoral Prince +1 DEAT +2 DATE 1699 +1 FAMC @F1257@ +<< +[0022] INDI rkey: I2430 offs: 0x00000921 lens: 0x00000078 +0x00001921-0x00001998: +>>0 @I2430@ INDI +1 NAME Joseph_I // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1678 +1 DEAT +2 DATE 1711 +1 FAMC @F1253@ +<< +[0023] INDI rkey: I2431 offs: 0x00000999 lens: 0x0000009f +0x00001999-0x00001a37: +>>0 @I2431@ INDI +1 NAME Charles_VI // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1685 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 1740 +1 FAMC @F1253@ +1 FAMS @F1258@ +<< +[0024] INDI rkey: I2432 offs: 0x00000a38 lens: 0x0000006f +0x00001a38-0x00001aa6: +>>0 @I2432@ INDI +1 NAME Maria Theresa // +1 SEX F +1 TITL Empress +1 DEAT +2 DATE 1780 +1 FAMC @F1258@ +1 FAMS @F1259@ +<< +[0025] INDI rkey: I2433 offs: 0x00000aa7 lens: 0x00000096 +0x00001aa7-0x00001b3c: +>>0 @I2433@ INDI +1 NAME Francis_I Stephen // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 1708 +2 PLAC Nancy,Lorraine +1 DEAT +2 DATE 1765 +1 FAMS @F1259@ +<< +[0026] INDI rkey: I2434 offs: 0x00000b3d lens: 0x00000096 +0x00001b3d-0x00001bd2: +>>0 @I2434@ INDI +1 NAME Joseph_II // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 13 MAR 1741 +2 PLAC Vienna,Austria +1 DEAT +2 DATE 1790 +1 FAMC @F1259@ +<< +[0027] INDI rkey: I2435 offs: 0x00000bd3 lens: 0x00000060 +0x00001bd3-0x00001c32: +>>0 @I2435@ INDI +1 NAME Eugene of_Leuchtenberg /de_Beauharnais/ +1 SEX M +1 TITL Duke +1 FAMS @F876@ +<< +[0028] INDI rkey: I2436 offs: 0x00000c33 lens: 0x00000042 +0x00001c33-0x00001c74: +>>0 @I2436@ INDI +1 NAME Augusta of_Bavaria // +1 SEX F +1 FAMS @F876@ +<< +[0029] INDI rkey: I2437 offs: 0x00000c75 lens: 0x00000075 +0x00001c75-0x00001ce9: +>>0 @I2437@ INDI +1 NAME Francis Charles // +1 SEX M +1 TITL Archduke +1 BIRT +2 DATE 1802 +1 DEAT +2 DATE 1878 +1 FAMS @F783@ +<< +[0030] INDI rkey: I2438 offs: 0x00000cea lens: 0x000000e1 +0x00001cea-0x00001dca: +>>0 @I2438@ INDI +1 NAME Henry_II // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 31 MAR 1519 +2 PLAC Saint-Germain,en-Laye +1 DEAT +2 DATE 10 JUL 1559 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F775@ +1 FAMS @F653@ +<< +[0031] INDI rkey: I2439 offs: 0x00000dcb lens: 0x00000074 +0x00001dcb-0x00001e3e: +>>0 @I2439@ INDI +1 NAME Catherine of_Florence /de_Medici/ +1 SEX F +1 BIRT +2 DATE 1519 +1 DEAT +2 DATE 1589 +1 FAMS @F653@ +<< +[0032] INDI rkey: I2440 offs: 0x00000e3f lens: 0x00000074 +0x00001e3f-0x00001eb2: +>>0 @I2440@ INDI +1 NAME Claude of_France // +1 SEX F +1 BIRT +2 DATE 1499 +1 DEAT +2 DATE 1524 +1 FAMC @F495@ +1 FAMS @F775@ +<< +[0033] INDI rkey: I2441 offs: 0x00000eb3 lens: 0x00000043 +0x00001eb3-0x00001ef5: +>>0 @I2441@ INDI +1 NAME Margaret of_Navarre // +1 SEX F +1 FAMC @F957@ +<< +[0034] INDI rkey: I2442 offs: 0x00000ef6 lens: 0x0000007e +0x00001ef6-0x00001f73: +>>0 @I2442@ INDI +1 NAME John_II (Juan_II) // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1405 +1 DEAT +2 DATE 1454 +1 FAMS @F497@ +<< +[0035] INDI rkey: I2443 offs: 0x00000f74 lens: 0x00000044 +0x00001f74-0x00001fb7: +>>0 @I2443@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 FAMS @F497@ +<< +[0036] INDI rkey: I2444 offs: 0x00000fb8 lens: 0x00000041 +0x00001fb8-0x00001ff8: +>>0 @I2444@ INDI +1 NAME Walter /Sommerlath/ +1 SEX M +1 FAMS @F874@ +<< +[0037] INDI rkey: I2445 offs: 0x00000ff9 lens: 0x0000003f +0x00001ff9-0x00002037: +>>0 @I2445@ INDI +1 NAME Alice /de_Toledo/ +1 SEX F +1 FAMS @F874@ +<< +[0038] INDI rkey: I2446 offs: 0x00001038 lens: 0x0000006e +0x00002038-0x000020a5: +>>0 @I2446@ INDI +1 NAME Victoria Ingrid Alice// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 14 JUL 1977 +1 FAMC @F375@ +<< +[0039] INDI rkey: I2447 offs: 0x000010a6 lens: 0x0000006d +0x000020a6-0x00002112: +>>0 @I2447@ INDI +1 NAME Carl Philip // +1 SEX M +1 TITL Prince of Sweden +1 BIRT +2 DATE 13 MAY 1979 +1 FAMC @F375@ +<< +[0040] INDI rkey: I2448 offs: 0x00001113 lens: 0x000000b7 +0x00002113-0x000021c9: +>>0 @I2448@ INDI +1 NAME Francis Frederick of_Saxe-Coburg// +1 REFN 6 +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1750 +1 DEAT +2 DATE 1806 +1 FAMC @F1260@ +1 FAMS @F1261@ +1 FAMS @F101@ +1 FAMS @F1262@ +<< +[0041] INDI rkey: I2449 offs: 0x000011ca lens: 0x00000074 +0x000021ca-0x0000223d: +>>0 @I2449@ INDI +1 NAME Maria Henrietta // +1 SEX F +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1902 +1 FAMC @F1263@ +1 FAMS @F908@ +<< +[0042] INDI rkey: I2450 offs: 0x0000123e lens: 0x00000078 +0x0000223e-0x000022b5: +>>0 @I2450@ INDI +1 NAME Joseph of_Austria // +1 SEX M +1 TITL Archduke +1 BIRT +2 DATE 1776 +1 DEAT +2 DATE 1847 +1 FAMS @F1263@ +<< +[0043] INDI rkey: I2451 offs: 0x000012b6 lens: 0x0000010c +0x000022b6-0x000023c1: +>>0 @I2451@ INDI +1 NAME Philip_II Augustus // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 21 AUG 1165 +2 PLAC Gonesse,Nr: Paris,France +1 DEAT +2 DATE 14 JUL 1223 +2 PLAC Mantes,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F985@ +1 FAMS @F924@ +1 FAMS @F1264@ +1 FAMS @F1265@ +<< +[0044] INDI rkey: I2452 offs: 0x000013c2 lens: 0x000000ed +0x000023c2-0x000024ae: +>>0 @I2452@ INDI +1 NAME Louis_VI the_Fat // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 1081 +2 PLAC Paris,France +1 DEAT +2 DATE 1 AUG 1137 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1266@ +1 FAMS @F989@ +1 FAMS @F983@ +<< +[0045] INDI rkey: I2453 offs: 0x000014af lens: 0x00000054 +0x000024af-0x00002502: +>>0 @I2453@ INDI +1 NAME Adelaide of_Savoy // +1 SEX F +1 DEAT +2 DATE 1154 +1 FAMS @F983@ +<< +[0046] INDI rkey: I2454 offs: 0x00001503 lens: 0x000000a3 +0x00002503-0x000025a5: +>>0 @I2454@ INDI +1 NAME Philip_I the_Fair // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1052 +1 DEAT +2 DATE 29 JUL 1108 +1 FAMC @F1267@ +1 FAMS @F1266@ +1 FAMS @F1268@ +<< +[0047] INDI rkey: I2455 offs: 0x000015a6 lens: 0x00000055 +0x000025a6-0x000025fa: +>>0 @I2455@ INDI +1 NAME Bertha of_Holland // +1 SEX F +1 DEAT +2 DATE 1093 +1 FAMS @F1266@ +<< +[0048] INDI rkey: I2456 offs: 0x000015fb lens: 0x00000045 +0x000025fb-0x0000263f: +>>0 @I2456@ INDI +1 NAME Bertrada de_Montfort // +1 SEX F +1 FAMS @F1268@ +<< +[0049] INDI rkey: I2457 offs: 0x00001640 lens: 0x000000d8 +0x00002640-0x00002717: +>>0 @I2457@ INDI +1 NAME Henry_I // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE APR 1008 +1 DEAT +2 DATE 4 AUG 1060 +2 PLAC Vitry-en-Brie,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1269@ +1 FAMS @F1270@ +1 FAMS @F1267@ +<< +[0050] INDI rkey: I2458 offs: 0x00001718 lens: 0x000000ca +0x00002718-0x000027e1: +>>0 @I2458@ INDI +1 NAME Robert_II the_Pious // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 970 +2 PLAC Orleans,France +1 DEAT +2 DATE 1031 +1 FAMC @F1271@ +1 FAMS @F1272@ +1 FAMS @F1273@ +1 FAMS @F1269@ +<< +[0051] INDI rkey: I2459 offs: 0x000017e2 lens: 0x00000056 +0x000027e2-0x00002837: +>>0 @I2459@ INDI +1 NAME Constance of_Arles // +1 SEX F +1 DEAT +2 DATE 1032 +1 FAMS @F1269@ +<< +[0052] INDI rkey: I2460 offs: 0x00001838 lens: 0x0000005c +0x00002838-0x00002893: +>>0 @I2460@ INDI +1 NAME Hugh // +1 SEX M +1 BIRT +2 DATE 1007 +1 DEAT +2 DATE 1025 +1 FAMC @F1269@ +<< +[0053] INDI rkey: I2461 offs: 0x00001894 lens: 0x00000039 +0x00002894-0x000028cc: +>>0 @I2461@ INDI +1 NAME Unknown // +1 SEX F +1 FAMS @F1272@ +<< +[0054] INDI rkey: I2462 offs: 0x000018cd lens: 0x0000005d +0x000028cd-0x00002929: +>>0 @I2462@ INDI +1 NAME Bertha of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 962 +1 FAMS @F1273@ +<< +[0055] INDI rkey: I2463 offs: 0x0000192a lens: 0x000000a1 +0x0000292a-0x000029ca: +>>0 @I2463@ INDI +1 NAME Hugh /Capet/ +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 938 +1 DEAT +2 DATE AUG 996 +1 BURI +2 PLAC St. Denis,France +1 FAMS @F1271@ +<< +[0056] INDI rkey: I2464 offs: 0x000019cb lens: 0x000000f6 +0x000029cb-0x00002ac0: +>>0 @I2464@ INDI +1 NAME Louis_X the_Headstrong // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 4 OCT 1289 +2 PLAC Paris,France +1 DEAT +2 DATE 5 JUN 1316 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F91@ +1 FAMS @F1274@ +1 FAMS @F1275@ +<< +[0057] INDI rkey: I2465 offs: 0x00001ac1 lens: 0x000000e3 +0x00002ac1-0x00002ba3: +>>0 @I2465@ INDI +1 NAME Philip_V the_Tall // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 1294 +2 PLAC Lyons,France +1 DEAT +2 DATE 3 JAN 1322 +2 PLAC Longchamp,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F91@ +1 FAMS @F1276@ +<< +[0058] INDI rkey: I2466 offs: 0x00001ba4 lens: 0x000000c9 +0x00002ba4-0x00002c6c: +>>0 @I2466@ INDI +1 NAME John_I // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 15 NOV 1316 +2 PLAC Paris,France +1 DEAT +2 DATE 20 NOV 1316 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1275@ +<< +[0059] INDI rkey: I2467 offs: 0x00001c6d lens: 0x00000085 +0x00002c6d-0x00002cf1: +>>0 @I2467@ INDI +1 NAME William_I // +1 SEX M +1 TITL King of Sicily +1 BIRT +2 DATE 1120 +1 DEAT +2 DATE 1166 +1 FAMC @F1277@ +1 FAMS @F856@ +<< +[0060] INDI rkey: I2468 offs: 0x00001cf2 lens: 0x0000003a +0x00002cf2-0x00002d2b: +>>0 @I2468@ INDI +1 NAME Roger_II // +1 SEX M +1 FAMS @F1277@ +<< +[0061] INDI rkey: I2469 offs: 0x00001d2c lens: 0x00000037 +0x00002d2c-0x00002d62: +>>0 @I2469@ INDI +1 NAME Philip // +1 SEX M +1 FAMC @F983@ +<< +[0062] INDI rkey: I2470 offs: 0x00001d63 lens: 0x0000004d +0x00002d63-0x00002daf: +>>0 @I2470@ INDI +1 NAME Robert // +1 SEX M +1 TITL Count of Dreux +1 FAMC @F983@ +<< +[0063] INDI rkey: I2471 offs: 0x00001db0 lens: 0x00000043 +0x00002db0-0x00002df2: +>>0 @I2471@ INDI +1 NAME Pierre de_Courtenay // +1 SEX M +1 FAMC @F983@ +<< +[0064] INDI rkey: I2472 offs: 0x00001df3 lens: 0x00000058 +0x00002df3-0x00002e4a: +>>0 @I2472@ INDI +1 NAME Henry of_Beauvais // +1 SEX M +1 TITL Bishop of Rouen +1 FAMC @F983@ +<< +[0065] INDI rkey: I2473 offs: 0x00001e4b lens: 0x0000004e +0x00002e4b-0x00002e98: +>>0 @I2473@ INDI +1 NAME Philip // +1 SEX M +1 TITL Bishop of Paris +1 FAMC @F983@ +<< +[0066] INDI rkey: I2474 offs: 0x00001e99 lens: 0x00000056 +0x00002e99-0x00002eee: +>>0 @I2474@ INDI +1 NAME Constance of_Toulouse // +1 SEX F +1 TITL Constance +1 FAMC @F983@ +<< +[0067] INDI rkey: I2475 offs: 0x00001eef lens: 0x00000057 +0x00002eef-0x00002f45: +>>0 @I2475@ INDI +1 NAME Constance of_Castile // +1 SEX F +1 DEAT +2 DATE 1160 +1 FAMS @F984@ +<< +[0068] INDI rkey: I2476 offs: 0x00001f46 lens: 0x00000055 +0x00002f46-0x00002f9a: +>>0 @I2476@ INDI +1 NAME Adele of_Champagne // +1 SEX F +1 DEAT +2 DATE 1206 +1 FAMS @F985@ +<< +[0069] INDI rkey: I2477 offs: 0x00001f9b lens: 0x00000057 +0x00002f9b-0x00002ff1: +>>0 @I2477@ INDI +1 NAME Isabella of_Hainault // +1 SEX F +1 DEAT +2 DATE 1190 +1 FAMS @F924@ +<< +[0070] INDI rkey: I2478 offs: 0x00001ff2 lens: 0x00000060 +0x00002ff2-0x00003051: +>>0 @I2478@ INDI +1 NAME Ingeborg // +1 SEX F +1 BIRT +2 DATE 1175 +1 DEAT +2 DATE 1236 +1 FAMS @F1264@ +<< +[0071] INDI rkey: I2479 offs: 0x00002052 lens: 0x00000064 +0x00003052-0x000030b5: +>>0 @I2479@ INDI +1 NAME Agnes of_Meranie // +1 SEX F +1 TITL Princess +1 DEAT +2 DATE 1201 +1 FAMS @F1265@ +<< +[0072] INDI rkey: I2480 offs: 0x000020b6 lens: 0x0000003f +0x000030b6-0x000030f4: +>>0 @I2480@ INDI +1 NAME Philip /Hurepel/ +1 SEX M +1 FAMC @F1265@ +<< +[0073] INDI rkey: I2481 offs: 0x000020f5 lens: 0x0000004c +0x000030f5-0x00003140: +>>0 @I2481@ INDI +1 NAME Alphonse // +1 SEX M +1 DEAT +2 DATE 1271 +1 FAMC @F923@ +<< +[0074] INDI rkey: I2482 offs: 0x00002141 lens: 0x00000079 +0x00003141-0x000031b9: +>>0 @I2482@ INDI +1 NAME Margaret of_Provence // +1 SEX F +1 BIRT +2 DATE 1221 +1 DEAT +2 DATE 1295 +1 FAMC @F1278@ +1 FAMS @F921@ +<< +[0075] INDI rkey: I2483 offs: 0x000021ba lens: 0x0000005c +0x000031ba-0x00003215: +>>0 @I2483@ INDI +1 NAME Raymond of_Provence /Berenger/ +1 SEX M +1 TITL Count IV +1 FAMS @F1278@ +<< +[0076] INDI rkey: I2484 offs: 0x00002216 lens: 0x00000040 +0x00003216-0x00003255: +>>0 @I2484@ INDI +1 NAME Charles of_Anjou // +1 SEX M +1 FAMC @F923@ +<< +[0077] INDI rkey: I2485 offs: 0x00002256 lens: 0x00000052 +0x00003256-0x000032a7: +>>0 @I2485@ INDI +1 NAME Mary of_Brabant // +1 SEX F +1 DEAT +2 DATE 1321 +1 FAMS @F671@ +<< +[0078] INDI rkey: I2486 offs: 0x000022a8 lens: 0x00000064 +0x000032a8-0x0000330b: +>>0 @I2486@ INDI +1 NAME Joan of_Navarre // +1 SEX F +1 BIRT +2 DATE 1271 +1 DEAT +2 DATE 1305 +1 FAMS @F91@ +<< +[0079] INDI rkey: I2487 offs: 0x0000230c lens: 0x00000080 +0x0000330c-0x0000338b: +>>0 @I2487@ INDI +1 NAME Clemence of_Hungary // +1 SEX F +1 BIRT +2 DATE ABT 1293 +1 DEAT +2 DATE 1328 +1 FAMC @F1279@ +1 FAMS @F1275@ +<< +[0080] INDI rkey: I2488 offs: 0x0000238c lens: 0x00000087 +0x0000338c-0x00003412: +>>0 @I2488@ INDI +1 NAME Charles_I // +1 SEX M +1 TITL King of Hungary +1 BIRT +2 DATE 1288 +1 DEAT +2 DATE 1342 +1 FAMC @F1280@ +1 FAMS @F1279@ +<< +[0081] INDI rkey: I2489 offs: 0x00002413 lens: 0x00000052 +0x00003413-0x00003464: +>>0 @I2489@ INDI +1 NAME Charles_II // +1 SEX M +1 TITL King of Naples +1 FAMS @F1280@ +<< +[0082] INDI rkey: I2490 offs: 0x00002465 lens: 0x0000006e +0x00003465-0x000034d2: +>>0 @I2490@ INDI +1 NAME Joan of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 1293 +1 DEAT +2 DATE 1329 +1 FAMS @F1276@ +<< +[0083] INDI rkey: I2491 offs: 0x000024d3 lens: 0x00000070 +0x000034d3-0x00003542: +>>0 @I2491@ INDI +1 NAME Blanche of_Burgundy // +1 SEX F +1 BIRT +2 DATE ABT 1296 +1 DEAT +2 DATE 1326 +1 FAMS @F926@ +<< +[0084] INDI rkey: I2492 offs: 0x00002543 lens: 0x0000006f +0x00003543-0x000035b1: +>>0 @I2492@ INDI +1 NAME Marie of_Luxemburg // +1 SEX F +1 BIRT +2 DATE 1305 +1 DEAT +2 DATE ABT 1323 +1 FAMS @F927@ +<< +[0085] INDI rkey: I2493 offs: 0x000025b2 lens: 0x00000051 +0x000035b2-0x00003602: +>>0 @I2493@ INDI +1 NAME Joan of_Evreux // +1 SEX F +1 DEAT +2 DATE 1371 +1 FAMS @F928@ +<< +[0086] INDI rkey: I2494 offs: 0x00002603 lens: 0x000000e0 +0x00003603-0x000036e2: +>>0 @I2494@ INDI +1 NAME Philip_VI of_Valois // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1293 +1 DEAT +2 DATE 22 AUG 1350 +2 PLAC Nogent-le-Roi,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1281@ +1 FAMS @F1282@ +1 FAMS @F1283@ +<< +[0087] INDI rkey: I2495 offs: 0x000026e3 lens: 0x00000084 +0x000036e3-0x00003766: +>>0 @I2495@ INDI +1 NAME Charles de_Valois // +1 SEX M +1 BIRT +2 DATE 1270 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 1325 +1 FAMS @F1281@ +<< +[0088] INDI rkey: I2496 offs: 0x00002767 lens: 0x00000068 +0x00003767-0x000037ce: +>>0 @I2496@ INDI +1 NAME Joan of_Burgundy // +1 SEX F +1 TITL Queen +1 DEAT +2 DATE ABT 1349 +1 FAMS @F1282@ +<< +[0089] INDI rkey: I2497 offs: 0x000027cf lens: 0x00000056 +0x000037cf-0x00003824: +>>0 @I2497@ INDI +1 NAME Blanche of_Navarre // +1 SEX F +1 DEAT +2 DATE 1398 +1 FAMS @F1283@ +<< +[0090] INDI rkey: I2498 offs: 0x00002825 lens: 0x000000f3 +0x00003825-0x00003917: +>>0 @I2498@ INDI +1 NAME John_II the_Good // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 26 APR 1319 +2 PLAC Le Mans,France +1 DEAT +2 DATE 8 APR 1364 +2 PLAC London,England +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1282@ +1 FAMS @F1284@ +1 FAMS @F1285@ +<< +[0091] INDI rkey: I2499 offs: 0x00002918 lens: 0x000000eb +0x00003918-0x00003a02: +>>0 @I2499@ INDI +1 NAME Charles_V the_Wise // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 21 JAN 1337 +2 PLAC Vincennes,France +1 DEAT +2 DATE 16 SEP 1380 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1284@ +1 FAMS @F1095@ +<< +[0092] INDI rkey: I2500 offs: 0x00002a03 lens: 0x00000079 +0x00003a03-0x00003a7b: +>>0 @I2500@ INDI +1 NAME Joan of_Bourbon // +1 SEX F +1 TITL Queen +1 BIRT +2 DATE 1338 +1 DEAT +2 DATE 4 FEB 1378 +1 FAMS @F1095@ +<< +[0093] INDI rkey: I2501 offs: 0x00002a7c lens: 0x0000006c +0x00003a7c-0x00003ae7: +>>0 @I2501@ INDI +1 NAME Louis of_Beaumont // +1 SEX M +1 TITL Count of Valois +1 DEAT +2 DATE 1407 +1 FAMC @F1095@ +<< +[0094] INDI rkey: I2502 offs: 0x00002ae8 lens: 0x0000004b +0x00003ae8-0x00003b32: +>>0 @I2502@ INDI +1 NAME Catherine // +1 SEX F +1 TITL Princess +1 FAMC @F1095@ +<< +[0095] INDI rkey: I2503 offs: 0x00002b33 lens: 0x00000068 +0x00003b33-0x00003b9a: +>>0 @I2503@ INDI +1 NAME Isabelle // +1 SEX F +1 BIRT +2 DATE FEB 1378 +1 DEAT +2 DATE FEB 1378 +1 FAMC @F1095@ +<< +[0096] INDI rkey: I2504 offs: 0x00002b9b lens: 0x00000059 +0x00003b9b-0x00003bf3: +>>0 @I2504@ INDI +1 NAME Stanislaw /Leczinski/ +1 SEX M +1 TITL King of Poland +1 FAMS @F771@ +<< +[0097] INDI rkey: I2505 offs: 0x00002bf4 lens: 0x00000068 +0x00003bf4-0x00003c5b: +>>0 @I2505@ INDI +1 NAME Margaret of_Valois // +1 SEX F +1 BIRT +2 DATE 1553 +1 DEAT +2 DATE 1615 +1 FAMS @F440@ +<< +[0098] INDI rkey: I2506 offs: 0x00002c5c lens: 0x0000003a +0x00003c5c-0x00003c95: +>>0 @I2506@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMC @F360@ +<< +[0099] INDI rkey: I2507 offs: 0x00002c96 lens: 0x00000083 +0x00003c96-0x00003d18: +>>0 @I2507@ INDI +1 NAME Charles // +1 SEX M +1 TITL Duke of Berry +1 BIRT +2 DATE 1686 +1 DEAT +2 DATE 1714 +1 FAMC @F1254@ +1 FAMS @F1286@ +<< +[0100] INDI rkey: I2508 offs: 0x00002d19 lens: 0x00000054 +0x00003d19-0x00003d6c: +>>0 @I2508@ INDI +1 NAME Clotilde of_Savoy // +1 SEX F +1 DEAT +2 DATE 1805 +1 FAMS @F528@ +<< +[0101] INDI rkey: I2509 offs: 0x00002d6d lens: 0x00000053 +0x00003d6d-0x00003dbf: +>>0 @I2509@ INDI +1 NAME of_Angouleme // +1 TITL Duke +1 BIRT +2 DATE 1775 +1 FAMC @F528@ +<< +[0102] INDI rkey: I2510 offs: 0x00002dc0 lens: 0x00000057 +0x00003dc0-0x00003e16: +>>0 @I2510@ INDI +1 NAME of_Berry // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1778 +1 FAMC @F528@ +<< +[0103] INDI rkey: I2511 offs: 0x00002e17 lens: 0x000000ae +0x00003e17-0x00003ec4: +>>0 @I2511@ INDI +1 NAME Louis_Philippe_I // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 1773 +2 PLAC Palace Royal,France,France +1 DEAT +2 DATE 1850 +1 FAMC @F1287@ +1 FAMS @F172@ +<< +[0104] INDI rkey: I2512 offs: 0x00002ec5 lens: 0x0000003a +0x00003ec5-0x00003efe: +>>0 @I2512@ INDI +1 NAME Desideria // +1 SEX F +1 FAMS @F264@ +<< +[0105] INDI rkey: I2513 offs: 0x00002eff lens: 0x00000068 +0x00003eff-0x00003f66: +>>0 @I2513@ INDI +1 NAME Louis-Philippe Joseph // +1 SEX M +1 DEAT +2 DATE 1793 +1 FAMC @F1288@ +1 FAMS @F1287@ +<< +[0106] INDI rkey: I2514 offs: 0x00002f67 lens: 0x0000005d +0x00003f67-0x00003fc3: +>>0 @I2514@ INDI +1 NAME Louise Adelaide de_Penthievre// +1 SEX F +1 TITL Princess +1 FAMS @F1287@ +<< +[0107] INDI rkey: I2515 offs: 0x00002fc4 lens: 0x00000062 +0x00003fc4-0x00004025: +>>0 @I2515@ INDI +1 NAME Louis-Philippe // +1 SEX M +1 DEAT +2 DATE 1785 +1 FAMC @F1289@ +1 FAMS @F1288@ +<< +[0108] INDI rkey: I2516 offs: 0x00003026 lens: 0x00000063 +0x00004026-0x00004088: +>>0 @I2516@ INDI +1 NAME Louis of_Orleans // +1 SEX M +1 DEAT +2 DATE 1752 +1 FAMC @F1290@ +1 FAMS @F1289@ +<< +[0109] INDI rkey: I2517 offs: 0x00003089 lens: 0x0000008a +0x00004089-0x00004112: +>>0 @I2517@ INDI +1 NAME Philippe Duc_de_Chartes // +1 SEX M +1 TITL Regent +1 BIRT +2 DATE 1674 +1 DEAT +2 DATE 1723 +1 FAMC @F444@ +1 FAMS @F1290@ +<< +[0110] INDI rkey: I2518 offs: 0x00003113 lens: 0x00000053 +0x00004113-0x00004165: +>>0 @I2518@ INDI +1 NAME Philip the_Bold // +1 SEX M +1 DEAT +2 DATE 1404 +1 FAMC @F1284@ +<< +[0111] INDI rkey: I2519 offs: 0x00003166 lens: 0x00000056 +0x00004166-0x000041bb: +>>0 @I2519@ INDI +1 NAME Bonne of_Luxemburg // +1 SEX F +1 DEAT +2 DATE 1349 +1 FAMS @F1284@ +<< +[0112] INDI rkey: I2520 offs: 0x000031bc lens: 0x0000004e +0x000041bc-0x00004209: +>>0 @I2520@ INDI +1 NAME Joan of_Valois // +1 SEX F +1 FAMC @F1281@ +1 FAMS @F1291@ +<< +[0113] INDI rkey: I2521 offs: 0x0000320a lens: 0x00000059 +0x0000420a-0x00004262: +>>0 @I2521@ INDI +1 NAME Robert of_Artois // +1 SEX M +1 TITL Duke of Richmond +1 FAMS @F1291@ +<< +[0114] INDI rkey: I2522 offs: 0x00003263 lens: 0x000000ee +0x00004263-0x00004350: +>>0 @I2522@ INDI +1 NAME Charles_IX // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 27 JUN 1550 +2 PLAC St. Germain-,en-Laye,France +1 DEAT +2 DATE 30 MAY 1574 +2 PLAC Vincennes,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F653@ +1 FAMS @F1292@ +<< +[0115] INDI rkey: I2523 offs: 0x00003351 lens: 0x000000e1 +0x00004351-0x00004431: +>>0 @I2523@ INDI +1 NAME Henry_III // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 19 SEP 1551 +2 PLAC Fontainebleau,France +1 DEAT +2 DATE 2 AUG 1589 +2 PLAC Paris,France +1 BURI +2 PLAC St. Denis,France +1 FAMC @F653@ +1 FAMS @F1293@ +<< +[0116] INDI rkey: I2524 offs: 0x00003432 lens: 0x00000067 +0x00004432-0x00004498: +>>0 @I2524@ INDI +1 NAME Charles of_Valois // +1 SEX M +1 TITL Count Angouleme +1 FAMC @F1294@ +1 FAMS @F957@ +<< +[0117] INDI rkey: I2525 offs: 0x00003499 lens: 0x00000056 +0x00004499-0x000044ee: +>>0 @I2525@ INDI +1 NAME John of_Valois // +1 SEX M +1 TITL Count Angouleme +1 FAMS @F1294@ +<< +[0118] INDI rkey: I2526 offs: 0x000034ef lens: 0x0000007d +0x000044ef-0x0000456b: +>>0 @I2526@ INDI +1 NAME Margaretha of_Sweden // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 31 OCT 1934 +1 FAMC @F290@ +1 FAMS @F1295@ +<< +[0119] INDI rkey: I2527 offs: 0x0000356c lens: 0x0000007b +0x0000456c-0x000045e6: +>>0 @I2527@ INDI +1 NAME Birgitta of_Sweden // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 19 JAN 1937 +1 FAMC @F290@ +1 FAMS @F1296@ +<< +[0120] INDI rkey: I2528 offs: 0x000035e7 lens: 0x00000079 +0x000045e7-0x0000465f: +>>0 @I2528@ INDI +1 NAME Desiree of_Sweden // +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 2 JUN 1938 +1 FAMC @F290@ +1 FAMS @F1297@ +<< +[0121] INDI rkey: I2529 offs: 0x00003660 lens: 0x0000007d +0x00004660-0x000046dc: +>>0 @I2529@ INDI +1 NAME Christina Louise Helen// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 3 AUG 1943 +1 FAMC @F290@ +1 FAMS @F1298@ +<< +[0122] INDI rkey: I2530 offs: 0x000036dd lens: 0x00000061 +0x000046dd-0x0000473d: +>>0 @I2530@ INDI +1 NAME Peter_I // +1 SEX M +1 TITL King of Serbia +1 DEAT +2 DATE 1921 +1 FAMS @F289@ +<< +[0123] INDI rkey: I2531 offs: 0x0000373e lens: 0x0000006d +0x0000473e-0x000047aa: +>>0 @I2531@ INDI +1 NAME Zorka of_Montenegro // +1 SEX F +1 TITL Princess +1 DEAT +2 DATE ABT 1889 +1 FAMS @F289@ +<< +[0124] INDI rkey: I2532 offs: 0x000037ab lens: 0x00000047 +0x000047ab-0x000047f1: +>>0 @I2532@ INDI +1 NAME George /Karageorgeovitch/ +1 SEX M +1 FAMC @F289@ +<< +[0125] INDI rkey: I2533 offs: 0x000037f2 lens: 0x00000038 +0x000047f2-0x00004829: +>>0 @I2533@ INDI +1 NAME Robert // +1 SEX M +1 FAMC @F1269@ +<< +[0126] INDI rkey: I2534 offs: 0x0000382a lens: 0x00000059 +0x0000482a-0x00004882: +>>0 @I2534@ INDI +1 NAME Hugh the_Great of_Vermandois// +1 SEX M +1 TITL Count +1 FAMC @F1270@ +<< + +0x00004883: EOF (0x00004883) GOOD + +BLOCK - DIRECTORY af/aa +0x00000000:ix_self: 0x00050000 (af/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2535' +0x00000016:ix_rkey[0001]: ' I2536' +0x0000001e:ix_rkey[0002]: ' I2537' +0x00000026:ix_rkey[0003]: ' I2538' +0x0000002e:ix_rkey[0004]: ' I2539' +0x00000036:ix_rkey[0005]: ' I2540' +0x0000003e:ix_rkey[0006]: ' I2541' +0x00000046:ix_rkey[0007]: ' I2542' +0x0000004e:ix_rkey[0008]: ' I2543' +0x00000056:ix_rkey[0009]: ' I2544' +0x0000005e:ix_rkey[0010]: ' I2545' +0x00000066:ix_rkey[0011]: ' I2546' +0x0000006e:ix_rkey[0012]: ' I2547' +0x00000076:ix_rkey[0013]: ' I2548' +0x0000007e:ix_rkey[0014]: ' I2549' +0x00000086:ix_rkey[0015]: ' I2550' +0x0000008e:ix_rkey[0016]: ' I2551' +0x00000096:ix_rkey[0017]: ' I2552' +0x0000009e:ix_rkey[0018]: ' I2553' +0x000000a6:ix_rkey[0019]: ' I2554' +0x000000ae:ix_rkey[0020]: ' I2555' +0x000000b6:ix_rkey[0021]: ' I2556' +0x000000be:ix_rkey[0022]: ' I2557' +0x000000c6:ix_rkey[0023]: ' I2558' +0x000000ce:ix_rkey[0024]: ' I2559' +0x000000d6:ix_rkey[0025]: ' I2560' +0x000000de:ix_rkey[0026]: ' I2561' +0x000000e6:ix_rkey[0027]: ' I2562' +0x000000ee:ix_rkey[0028]: ' I2563' +0x000000f6:ix_rkey[0029]: ' I2564' +0x000000fe:ix_rkey[0030]: ' I2565' +0x00000106:ix_rkey[0031]: ' I2566' +0x0000010e:ix_rkey[0032]: ' I2567' +0x00000116:ix_rkey[0033]: ' I2568' +0x0000011e:ix_rkey[0034]: ' I2569' +0x00000126:ix_rkey[0035]: ' I2570' +0x0000012e:ix_rkey[0036]: ' I2571' +0x00000136:ix_rkey[0037]: ' I2572' +0x0000013e:ix_rkey[0038]: ' I2573' +0x00000146:ix_rkey[0039]: ' I2574' +0x0000014e:ix_rkey[0040]: ' I2575' +0x00000156:ix_rkey[0041]: ' I2576' +0x0000015e:ix_rkey[0042]: ' I2577' +0x00000166:ix_rkey[0043]: ' I2578' +0x0000016e:ix_rkey[0044]: ' I2579' +0x00000176:ix_rkey[0045]: ' I2580' +0x0000017e:ix_rkey[0046]: ' I2581' +0x00000186:ix_rkey[0047]: ' I2582' +0x0000018e:ix_rkey[0048]: ' I2583' +0x00000196:ix_rkey[0049]: ' I2584' +0x0000019e:ix_rkey[0050]: ' I2585' +0x000001a6:ix_rkey[0051]: ' I2586' +0x000001ae:ix_rkey[0052]: ' I2587' +0x000001b6:ix_rkey[0053]: ' I2588' +0x000001be:ix_rkey[0054]: ' I2589' +0x000001c6:ix_rkey[0055]: ' I2590' +0x000001ce:ix_rkey[0056]: ' I2591' +0x000001d6:ix_rkey[0057]: ' I2592' +0x000001de:ix_rkey[0058]: ' I2593' +0x000001e6:ix_rkey[0059]: ' I2594' +0x000001ee:ix_rkey[0060]: ' I2595' +0x000001f6:ix_rkey[0061]: ' I2596' +0x000001fe:ix_rkey[0062]: ' I2597' +0x00000206:ix_rkey[0063]: ' I2598' +0x0000020e:ix_rkey[0064]: ' I2599' +0x00000216:ix_rkey[0065]: ' I2600' +0x0000021e:ix_rkey[0066]: ' I2601' +0x00000226:ix_rkey[0067]: ' I2602' +0x0000022e:ix_rkey[0068]: ' I2603' +0x00000236:ix_rkey[0069]: ' I2604' +0x0000023e:ix_rkey[0070]: ' I2605' +0x00000246:ix_rkey[0071]: ' I2606' +0x0000024e:ix_rkey[0072]: ' I2607' +0x00000256:ix_rkey[0073]: ' I2608' +0x0000025e:ix_rkey[0074]: ' I2609' +0x00000266:ix_rkey[0075]: ' I2610' +0x0000026e:ix_rkey[0076]: ' I2611' +0x00000276:ix_rkey[0077]: ' I2612' +0x0000027e:ix_rkey[0078]: ' I2613' +0x00000286:ix_rkey[0079]: ' I2614' +0x0000028e:ix_rkey[0080]: ' I2615' +0x00000296:ix_rkey[0081]: ' I2616' +0x0000029e:ix_rkey[0082]: ' I2617' +0x000002a6:ix_rkey[0083]: ' I2618' +0x000002ae:ix_rkey[0084]: ' I2619' +0x000002b6:ix_rkey[0085]: ' I2620' +0x000002be:ix_rkey[0086]: ' I2621' +0x000002c6:ix_rkey[0087]: ' I2622' +0x000002ce:ix_rkey[0088]: ' I2623' +0x000002d6:ix_rkey[0089]: ' I2624' +0x000002de:ix_rkey[0090]: ' I2625' +0x000002e6:ix_rkey[0091]: ' I2626' +0x000002ee:ix_rkey[0092]: ' I2627' +0x000002f6:ix_rkey[0093]: ' I2628' +0x000002fe:ix_rkey[0094]: ' I2629' +0x00000306:ix_rkey[0095]: ' I2630' +0x0000030e:ix_rkey[0096]: ' I2631' +0x00000316:ix_rkey[0097]: ' I2632' +0x0000031e:ix_rkey[0098]: ' I2633' +0x00000326:ix_rkey[0099]: ' I2634' +0x0000032e:ix_rkey[0100]: ' I2635' +0x00000336:ix_rkey[0101]: ' I2636' +0x0000033e:ix_rkey[0102]: ' I2637' +0x00000346:ix_rkey[0103]: ' I2638' +0x0000034e:ix_rkey[0104]: ' I2639' +0x00000356:ix_rkey[0105]: ' I2640' +0x0000035e:ix_rkey[0106]: ' I2641' +0x00000366:ix_rkey[0107]: ' I2642' +0x0000036e:ix_rkey[0108]: ' I2643' +0x00000376:ix_rkey[0109]: ' I2644' +0x0000037e:ix_rkey[0110]: ' I2645' +0x00000386:ix_rkey[0111]: ' I2646' +0x0000038e:ix_rkey[0112]: ' I2647' +0x00000396:ix_rkey[0113]: ' I2648' +0x0000039e:ix_rkey[0114]: ' I2649' +0x000003a6:ix_rkey[0115]: ' I2650' +0x000003ae:ix_rkey[0116]: ' I2651' +0x000003b6:ix_rkey[0117]: ' I2652' +0x000003be:ix_rkey[0118]: ' I2653' +0x000003c6:ix_rkey[0119]: ' I2654' +0x000003ce:ix_rkey[0120]: ' I2655' +0x000003d6:ix_rkey[0121]: ' I2656' +0x000003de:ix_rkey[0122]: ' I2657' +0x000003e6:ix_rkey[0123]: ' I2658' +0x000003ee:ix_rkey[0124]: ' I2659' +0x000003f6:ix_rkey[0125]: ' I2660' +0x000003fe:ix_rkey[0126]: ' I2661' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000071 +0x0000080c:ix_offs[0001]: 0x00000071 0x00000c08:ix_lens[0001]: 0x0000005d +0x00000810:ix_offs[0002]: 0x000000ce 0x00000c0c:ix_lens[0002]: 0x000000f0 +0x00000814:ix_offs[0003]: 0x000001be 0x00000c10:ix_lens[0003]: 0x00000073 +0x00000818:ix_offs[0004]: 0x00000231 0x00000c14:ix_lens[0004]: 0x00000042 +0x0000081c:ix_offs[0005]: 0x00000273 0x00000c18:ix_lens[0005]: 0x000000e0 +0x00000820:ix_offs[0006]: 0x00000353 0x00000c1c:ix_lens[0006]: 0x00000072 +0x00000824:ix_offs[0007]: 0x000003c5 0x00000c20:ix_lens[0007]: 0x00000070 +0x00000828:ix_offs[0008]: 0x00000435 0x00000c24:ix_lens[0008]: 0x000000c4 +0x0000082c:ix_offs[0009]: 0x000004f9 0x00000c28:ix_lens[0009]: 0x0000005c +0x00000830:ix_offs[0010]: 0x00000555 0x00000c2c:ix_lens[0010]: 0x00000067 +0x00000834:ix_offs[0011]: 0x000005bc 0x00000c30:ix_lens[0011]: 0x0000003e +0x00000838:ix_offs[0012]: 0x000005fa 0x00000c34:ix_lens[0012]: 0x00000064 +0x0000083c:ix_offs[0013]: 0x0000065e 0x00000c38:ix_lens[0013]: 0x0000006c +0x00000840:ix_offs[0014]: 0x000006ca 0x00000c3c:ix_lens[0014]: 0x00000050 +0x00000844:ix_offs[0015]: 0x0000071a 0x00000c40:ix_lens[0015]: 0x00000066 +0x00000848:ix_offs[0016]: 0x00000780 0x00000c44:ix_lens[0016]: 0x0000004a +0x0000084c:ix_offs[0017]: 0x000007ca 0x00000c48:ix_lens[0017]: 0x0000007e +0x00000850:ix_offs[0018]: 0x00000848 0x00000c4c:ix_lens[0018]: 0x0000009b +0x00000854:ix_offs[0019]: 0x000008e3 0x00000c50:ix_lens[0019]: 0x00000037 +0x00000858:ix_offs[0020]: 0x0000091a 0x00000c54:ix_lens[0020]: 0x0000004b +0x0000085c:ix_offs[0021]: 0x00000965 0x00000c58:ix_lens[0021]: 0x0000004b +0x00000860:ix_offs[0022]: 0x000009b0 0x00000c5c:ix_lens[0022]: 0x00000043 +0x00000864:ix_offs[0023]: 0x000009f3 0x00000c60:ix_lens[0023]: 0x00000045 +0x00000868:ix_offs[0024]: 0x00000a38 0x00000c64:ix_lens[0024]: 0x00000042 +0x0000086c:ix_offs[0025]: 0x00000a7a 0x00000c68:ix_lens[0025]: 0x00000085 +0x00000870:ix_offs[0026]: 0x00000aff 0x00000c6c:ix_lens[0026]: 0x00000072 +0x00000874:ix_offs[0027]: 0x00000b71 0x00000c70:ix_lens[0027]: 0x0000003a +0x00000878:ix_offs[0028]: 0x00000bab 0x00000c74:ix_lens[0028]: 0x00000097 +0x0000087c:ix_offs[0029]: 0x00000c42 0x00000c78:ix_lens[0029]: 0x000000a4 +0x00000880:ix_offs[0030]: 0x00000ce6 0x00000c7c:ix_lens[0030]: 0x0000007a +0x00000884:ix_offs[0031]: 0x00000d60 0x00000c80:ix_lens[0031]: 0x0000003b +0x00000888:ix_offs[0032]: 0x00000d9b 0x00000c84:ix_lens[0032]: 0x00000095 +0x0000088c:ix_offs[0033]: 0x00000e30 0x00000c88:ix_lens[0033]: 0x0000009c +0x00000890:ix_offs[0034]: 0x00000ecc 0x00000c8c:ix_lens[0034]: 0x00000063 +0x00000894:ix_offs[0035]: 0x00000f2f 0x00000c90:ix_lens[0035]: 0x00000064 +0x00000898:ix_offs[0036]: 0x00000f93 0x00000c94:ix_lens[0036]: 0x00000052 +0x0000089c:ix_offs[0037]: 0x00000fe5 0x00000c98:ix_lens[0037]: 0x0000008c +0x000008a0:ix_offs[0038]: 0x00001071 0x00000c9c:ix_lens[0038]: 0x0000006a +0x000008a4:ix_offs[0039]: 0x000010db 0x00000ca0:ix_lens[0039]: 0x00000080 +0x000008a8:ix_offs[0040]: 0x0000115b 0x00000ca4:ix_lens[0040]: 0x0000004e +0x000008ac:ix_offs[0041]: 0x000011a9 0x00000ca8:ix_lens[0041]: 0x0000009f +0x000008b0:ix_offs[0042]: 0x00001248 0x00000cac:ix_lens[0042]: 0x00000063 +0x000008b4:ix_offs[0043]: 0x000012ab 0x00000cb0:ix_lens[0043]: 0x0000004c +0x000008b8:ix_offs[0044]: 0x000012f7 0x00000cb4:ix_lens[0044]: 0x00000038 +0x000008bc:ix_offs[0045]: 0x0000132f 0x00000cb8:ix_lens[0045]: 0x00000045 +0x000008c0:ix_offs[0046]: 0x00001374 0x00000cbc:ix_lens[0046]: 0x0000007d +0x000008c4:ix_offs[0047]: 0x000013f1 0x00000cc0:ix_lens[0047]: 0x00000062 +0x000008c8:ix_offs[0048]: 0x00001453 0x00000cc4:ix_lens[0048]: 0x00000040 +0x000008cc:ix_offs[0049]: 0x00001493 0x00000cc8:ix_lens[0049]: 0x00000090 +0x000008d0:ix_offs[0050]: 0x00001523 0x00000ccc:ix_lens[0050]: 0x00000055 +0x000008d4:ix_offs[0051]: 0x00001578 0x00000cd0:ix_lens[0051]: 0x0000003b +0x000008d8:ix_offs[0052]: 0x000015b3 0x00000cd4:ix_lens[0052]: 0x0000004a +0x000008dc:ix_offs[0053]: 0x000015fd 0x00000cd8:ix_lens[0053]: 0x00000060 +0x000008e0:ix_offs[0054]: 0x0000165d 0x00000cdc:ix_lens[0054]: 0x00000088 +0x000008e4:ix_offs[0055]: 0x000016e5 0x00000ce0:ix_lens[0055]: 0x00000045 +0x000008e8:ix_offs[0056]: 0x0000172a 0x00000ce4:ix_lens[0056]: 0x0000003a +0x000008ec:ix_offs[0057]: 0x00001764 0x00000ce8:ix_lens[0057]: 0x0000003a +0x000008f0:ix_offs[0058]: 0x0000179e 0x00000cec:ix_lens[0058]: 0x0000008a +0x000008f4:ix_offs[0059]: 0x00001828 0x00000cf0:ix_lens[0059]: 0x0000003f +0x000008f8:ix_offs[0060]: 0x00001867 0x00000cf4:ix_lens[0060]: 0x0000007f +0x000008fc:ix_offs[0061]: 0x000018e6 0x00000cf8:ix_lens[0061]: 0x00000066 +0x00000900:ix_offs[0062]: 0x0000194c 0x00000cfc:ix_lens[0062]: 0x00000048 +0x00000904:ix_offs[0063]: 0x00001994 0x00000d00:ix_lens[0063]: 0x0000003f +0x00000908:ix_offs[0064]: 0x000019d3 0x00000d04:ix_lens[0064]: 0x0000005f +0x0000090c:ix_offs[0065]: 0x00001a32 0x00000d08:ix_lens[0065]: 0x00000046 +0x00000910:ix_offs[0066]: 0x00001a78 0x00000d0c:ix_lens[0066]: 0x00000053 +0x00000914:ix_offs[0067]: 0x00001acb 0x00000d10:ix_lens[0067]: 0x00000047 +0x00000918:ix_offs[0068]: 0x00001b12 0x00000d14:ix_lens[0068]: 0x0000005b +0x0000091c:ix_offs[0069]: 0x00001b6d 0x00000d18:ix_lens[0069]: 0x00000080 +0x00000920:ix_offs[0070]: 0x00001bed 0x00000d1c:ix_lens[0070]: 0x00000081 +0x00000924:ix_offs[0071]: 0x00001c6e 0x00000d20:ix_lens[0071]: 0x0000006b +0x00000928:ix_offs[0072]: 0x00001cd9 0x00000d24:ix_lens[0072]: 0x0000006f +0x0000092c:ix_offs[0073]: 0x00001d48 0x00000d28:ix_lens[0073]: 0x00000069 +0x00000930:ix_offs[0074]: 0x00001db1 0x00000d2c:ix_lens[0074]: 0x00000088 +0x00000934:ix_offs[0075]: 0x00001e39 0x00000d30:ix_lens[0075]: 0x00000049 +0x00000938:ix_offs[0076]: 0x00001e82 0x00000d34:ix_lens[0076]: 0x0000008a +0x0000093c:ix_offs[0077]: 0x00001f0c 0x00000d38:ix_lens[0077]: 0x00000048 +0x00000940:ix_offs[0078]: 0x00001f54 0x00000d3c:ix_lens[0078]: 0x0000006b +0x00000944:ix_offs[0079]: 0x00001fbf 0x00000d40:ix_lens[0079]: 0x0000008c +0x00000948:ix_offs[0080]: 0x0000204b 0x00000d44:ix_lens[0080]: 0x0000006b +0x0000094c:ix_offs[0081]: 0x000020b6 0x00000d48:ix_lens[0081]: 0x00000073 +0x00000950:ix_offs[0082]: 0x00002129 0x00000d4c:ix_lens[0082]: 0x00000069 +0x00000954:ix_offs[0083]: 0x00002192 0x00000d50:ix_lens[0083]: 0x00000068 +0x00000958:ix_offs[0084]: 0x000021fa 0x00000d54:ix_lens[0084]: 0x0000006d +0x0000095c:ix_offs[0085]: 0x00002267 0x00000d58:ix_lens[0085]: 0x0000006e +0x00000960:ix_offs[0086]: 0x000022d5 0x00000d5c:ix_lens[0086]: 0x0000007d +0x00000964:ix_offs[0087]: 0x00002352 0x00000d60:ix_lens[0087]: 0x00000050 +0x00000968:ix_offs[0088]: 0x000023a2 0x00000d64:ix_lens[0088]: 0x0000003e +0x0000096c:ix_offs[0089]: 0x000023e0 0x00000d68:ix_lens[0089]: 0x0000008a +0x00000970:ix_offs[0090]: 0x0000246a 0x00000d6c:ix_lens[0090]: 0x0000008d +0x00000974:ix_offs[0091]: 0x000024f7 0x00000d70:ix_lens[0091]: 0x0000003e +0x00000978:ix_offs[0092]: 0x00002535 0x00000d74:ix_lens[0092]: 0x00000077 +0x0000097c:ix_offs[0093]: 0x000025ac 0x00000d78:ix_lens[0093]: 0x00000077 +0x00000980:ix_offs[0094]: 0x00002623 0x00000d7c:ix_lens[0094]: 0x0000005c +0x00000984:ix_offs[0095]: 0x0000267f 0x00000d80:ix_lens[0095]: 0x00000060 +0x00000988:ix_offs[0096]: 0x000026df 0x00000d84:ix_lens[0096]: 0x0000005d +0x0000098c:ix_offs[0097]: 0x0000273c 0x00000d88:ix_lens[0097]: 0x0000004d +0x00000990:ix_offs[0098]: 0x00002789 0x00000d8c:ix_lens[0098]: 0x0000006b +0x00000994:ix_offs[0099]: 0x000027f4 0x00000d90:ix_lens[0099]: 0x0000007a +0x00000998:ix_offs[0100]: 0x0000286e 0x00000d94:ix_lens[0100]: 0x00000072 +0x0000099c:ix_offs[0101]: 0x000028e0 0x00000d98:ix_lens[0101]: 0x0000008c +0x000009a0:ix_offs[0102]: 0x0000296c 0x00000d9c:ix_lens[0102]: 0x0000005d +0x000009a4:ix_offs[0103]: 0x000029c9 0x00000da0:ix_lens[0103]: 0x0000006f +0x000009a8:ix_offs[0104]: 0x00002a38 0x00000da4:ix_lens[0104]: 0x0000005a +0x000009ac:ix_offs[0105]: 0x00002a92 0x00000da8:ix_lens[0105]: 0x0000004c +0x000009b0:ix_offs[0106]: 0x00002ade 0x00000dac:ix_lens[0106]: 0x0000004a +0x000009b4:ix_offs[0107]: 0x00002b28 0x00000db0:ix_lens[0107]: 0x00000060 +0x000009b8:ix_offs[0108]: 0x00002b88 0x00000db4:ix_lens[0108]: 0x0000005d +0x000009bc:ix_offs[0109]: 0x00002be5 0x00000db8:ix_lens[0109]: 0x00000065 +0x000009c0:ix_offs[0110]: 0x00002c4a 0x00000dbc:ix_lens[0110]: 0x00000075 +0x000009c4:ix_offs[0111]: 0x00002cbf 0x00000dc0:ix_lens[0111]: 0x00000059 +0x000009c8:ix_offs[0112]: 0x00002d18 0x00000dc4:ix_lens[0112]: 0x00000056 +0x000009cc:ix_offs[0113]: 0x00002d6e 0x00000dc8:ix_lens[0113]: 0x0000007a +0x000009d0:ix_offs[0114]: 0x00002de8 0x00000dcc:ix_lens[0114]: 0x0000007e +0x000009d4:ix_offs[0115]: 0x00002e66 0x00000dd0:ix_lens[0115]: 0x00000066 +0x000009d8:ix_offs[0116]: 0x00002ecc 0x00000dd4:ix_lens[0116]: 0x00000084 +0x000009dc:ix_offs[0117]: 0x00002f50 0x00000dd8:ix_lens[0117]: 0x0000005e +0x000009e0:ix_offs[0118]: 0x00002fae 0x00000ddc:ix_lens[0118]: 0x0000006e +0x000009e4:ix_offs[0119]: 0x0000301c 0x00000de0:ix_lens[0119]: 0x0000006f +0x000009e8:ix_offs[0120]: 0x0000308b 0x00000de4:ix_lens[0120]: 0x00000060 +0x000009ec:ix_offs[0121]: 0x000030eb 0x00000de8:ix_lens[0121]: 0x0000005d +0x000009f0:ix_offs[0122]: 0x00003148 0x00000dec:ix_lens[0122]: 0x0000005b +0x000009f4:ix_offs[0123]: 0x000031a3 0x00000df0:ix_lens[0123]: 0x00000053 +0x000009f8:ix_offs[0124]: 0x000031f6 0x00000df4:ix_lens[0124]: 0x0000004d +0x000009fc:ix_offs[0125]: 0x00003243 0x00000df8:ix_lens[0125]: 0x00000063 +0x00000a00:ix_offs[0126]: 0x000032a6 0x00000dfc:ix_lens[0126]: 0x00000058 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2535 offs: 0x00000000 lens: 0x00000071 +0x00001000-0x00001070: +>>0 @I2535@ INDI +1 NAME Anne of_Kiev // +1 SEX F +1 BIRT +2 DATE ABT 1024 +1 DEAT +2 DATE ABT 1066 +1 FAMS @F1267@ +<< +[0001] INDI rkey: I2536 offs: 0x00000071 lens: 0x0000005d +0x00001071-0x000010cd: +>>0 @I2536@ INDI +1 NAME Matilda of_Germany // +1 SEX F +1 DEAT +2 DATE BEF 1044 +1 FAMS @F1270@ +<< +[0002] INDI rkey: I2537 offs: 0x000000ce lens: 0x000000f0 +0x000010ce-0x000011bd: +>>0 @I2537@ INDI +1 NAME Charles_VII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 22 FEB 1403 +2 PLAC Paris,France +1 DEAT +2 DATE 21 JUL 1461 +2 PLAC Bourges,France +1 BURI +2 DATE 9 AUG 1461 +2 PLAC St. Denis,France +1 FAMC @F621@ +1 FAMS @F1299@ +<< +[0003] INDI rkey: I2538 offs: 0x000001be lens: 0x00000073 +0x000011be-0x00001230: +>>0 @I2538@ INDI +1 NAME Mary of_Anjou // +1 SEX F +1 BIRT +2 DATE 1404 +1 DEAT +2 DATE 1463 +1 FAMC @F1300@ +1 FAMS @F1299@ +<< +[0004] INDI rkey: I2539 offs: 0x00000231 lens: 0x00000042 +0x00001231-0x00001272: +>>0 @I2539@ INDI +1 NAME Yolande of_Aragon // +1 SEX F +1 FAMS @F1300@ +<< +[0005] INDI rkey: I2540 offs: 0x00000273 lens: 0x000000e0 +0x00001273-0x00001352: +>>0 @I2540@ INDI +1 NAME Louis_XI // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 3 JUL 1423 +2 PLAC Bourges,France +1 DEAT +2 DATE 30 AUG 1483 +1 BURI +2 PLAC Notre Dame,de Clery,France +1 FAMC @F1299@ +1 FAMS @F1301@ +1 FAMS @F1302@ +<< +[0006] INDI rkey: I2541 offs: 0x00000353 lens: 0x00000072 +0x00001353-0x000013c4: +>>0 @I2541@ INDI +1 NAME Margaret of_Scotland // +1 SEX F +1 BIRT +2 DATE ABT 1418 +1 DEAT +2 DATE 1445 +1 FAMS @F1301@ +<< +[0007] INDI rkey: I2542 offs: 0x000003c5 lens: 0x00000070 +0x000013c5-0x00001434: +>>0 @I2542@ INDI +1 NAME Charlotte of_Savoy // +1 SEX F +1 BIRT +2 DATE ABT 1445 +1 DEAT +2 DATE 1483 +1 FAMS @F1302@ +<< +[0008] INDI rkey: I2543 offs: 0x00000435 lens: 0x000000c4 +0x00001435-0x000014f8: +>>0 @I2543@ INDI +1 NAME Charles_VIII // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 30 JUN 1490 +1 DEAT +2 DATE 7 APR 1498 +2 PLAC Amboise +1 BURI +2 PLAC St. Denis,France +1 FAMC @F1302@ +1 FAMS @F1303@ +<< +[0009] INDI rkey: I2544 offs: 0x000004f9 lens: 0x0000005c +0x000014f9-0x00001554: +>>0 @I2544@ INDI +1 NAME Anne // +1 SEX F +1 BIRT +2 DATE 1461 +1 DEAT +2 DATE 1522 +1 FAMC @F1302@ +<< +[0010] INDI rkey: I2545 offs: 0x00000555 lens: 0x00000067 +0x00001555-0x000015bb: +>>0 @I2545@ INDI +1 NAME Anne of_Brittany // +1 SEX F +1 BIRT +2 DATE 1477 +1 DEAT +2 DATE 1514 +1 FAMS @F1303@ +<< +[0011] INDI rkey: I2546 offs: 0x000005bc lens: 0x0000003e +0x000015bc-0x000015f9: +>>0 @I2546@ INDI +1 NAME Anne of_Cleves // +1 SEX F +1 FAMS @F493@ +<< +[0012] INDI rkey: I2547 offs: 0x000005fa lens: 0x00000064 +0x000015fa-0x0000165d: +>>0 @I2547@ INDI +1 NAME Joan of_Valois // +1 SEX F +1 BIRT +2 DATE 1464 +1 DEAT +2 DATE 1505 +1 FAMS @F494@ +<< +[0013] INDI rkey: I2548 offs: 0x0000065e lens: 0x0000006c +0x0000165e-0x000016c9: +>>0 @I2548@ INDI +1 NAME Anne of_Brittany // +1 SEX F +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 9 JAN 1514 +1 FAMS @F495@ +<< +[0014] INDI rkey: I2549 offs: 0x000006ca lens: 0x00000050 +0x000016ca-0x00001719: +>>0 @I2549@ INDI +1 NAME Catherine of_Brandenburg -Kustrin// +1 SEX F +1 FAMS @F883@ +<< +[0015] INDI rkey: I2550 offs: 0x0000071a lens: 0x00000066 +0x0000171a-0x0000177f: +>>0 @I2550@ INDI +1 NAME Hildegard // +1 SEX F +1 BIRT +2 DATE ABT 757 +1 DEAT +2 DATE 783 +1 FAMS @F265@ +<< +[0016] INDI rkey: I2551 offs: 0x00000780 lens: 0x0000004a +0x00001780-0x000017c9: +>>0 @I2551@ INDI +1 NAME Charles // +1 SEX M +1 DEAT +2 DATE 811 +1 FAMC @F265@ +<< +[0017] INDI rkey: I2552 offs: 0x000007ca lens: 0x0000007e +0x000017ca-0x00001847: +>>0 @I2552@ INDI +1 NAME Pepin // +1 SEX M +1 TITL King of Italy +1 BIRT +2 DATE 777 +1 DEAT +2 DATE 810 +1 FAMC @F265@ +1 FAMS @F1304@ +<< +[0018] INDI rkey: I2553 offs: 0x00000848 lens: 0x0000009b +0x00001848-0x000018e2: +>>0 @I2553@ INDI +1 NAME Louis_I the_Pious of_Aquitaine// +1 SEX M +1 TITL King +1 BIRT +2 DATE 778 +1 DEAT +2 DATE 840 +1 FAMC @F265@ +1 FAMS @F1305@ +1 FAMS @F1306@ +<< +[0019] INDI rkey: I2554 offs: 0x000008e3 lens: 0x00000037 +0x000018e3-0x00001919: +>>0 @I2554@ INDI +1 NAME Berthe // +1 SEX F +1 FAMC @F265@ +<< +[0020] INDI rkey: I2555 offs: 0x0000091a lens: 0x0000004b +0x0000191a-0x00001964: +>>0 @I2555@ INDI +1 NAME Fastrada // +1 SEX F +1 DEAT +2 DATE 794 +1 FAMS @F266@ +<< +[0021] INDI rkey: I2556 offs: 0x00000965 lens: 0x0000004b +0x00001965-0x000019af: +>>0 @I2556@ INDI +1 NAME Luitgard // +1 SEX F +1 DEAT +2 DATE 800 +1 FAMS @F267@ +<< +[0022] INDI rkey: I2557 offs: 0x000009b0 lens: 0x00000043 +0x000019b0-0x000019f2: +>>0 @I2557@ INDI +1 NAME Bertha of_Toulouse // +1 SEX F +1 FAMS @F1304@ +<< +[0023] INDI rkey: I2558 offs: 0x000009f3 lens: 0x00000045 +0x000019f3-0x00001a37: +>>0 @I2558@ INDI +1 NAME Irmengard of_Hesbain // +1 SEX F +1 FAMS @F1305@ +<< +[0024] INDI rkey: I2559 offs: 0x00000a38 lens: 0x00000042 +0x00001a38-0x00001a79: +>>0 @I2559@ INDI +1 NAME Judith of_Bavaria // +1 SEX F +1 FAMS @F1306@ +<< +[0025] INDI rkey: I2560 offs: 0x00000a7a lens: 0x00000085 +0x00001a7a-0x00001afe: +>>0 @I2560@ INDI +1 NAME Lothar_I // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE 795 +1 DEAT +2 DATE 855 +1 FAMC @F1305@ +1 FAMS @F1307@ +<< +[0026] INDI rkey: I2561 offs: 0x00000aff lens: 0x00000072 +0x00001aff-0x00001b70: +>>0 @I2561@ INDI +1 NAME Pepin_I of_Aquitaine // +1 SEX M +1 TITL King +1 DEAT +2 DATE 838 +1 FAMC @F1305@ +1 FAMS @F1308@ +<< +[0027] INDI rkey: I2562 offs: 0x00000b71 lens: 0x0000003a +0x00001b71-0x00001baa: +>>0 @I2562@ INDI +1 NAME Adelaide // +1 SEX F +1 FAMC @F1305@ +<< +[0028] INDI rkey: I2563 offs: 0x00000bab lens: 0x00000097 +0x00001bab-0x00001c41: +>>0 @I2563@ INDI +1 NAME Louis_II the_German // +1 SEX M +1 TITL King East Franks +1 BIRT +2 DATE ABT 805 +1 DEAT +2 DATE 876 +1 FAMC @F1305@ +1 FAMS @F1309@ +<< +[0029] INDI rkey: I2564 offs: 0x00000c42 lens: 0x000000a4 +0x00001c42-0x00001ce5: +>>0 @I2564@ INDI +1 NAME Charles_II the_Bald // +1 SEX M +1 TITL King West Franks +1 BIRT +2 DATE 823 +1 DEAT +2 DATE 6 OCT 877 +2 PLAC Modano +1 FAMC @F1306@ +1 FAMS @F1310@ +<< +[0030] INDI rkey: I2565 offs: 0x00000ce6 lens: 0x0000007a +0x00001ce6-0x00001d5f: +>>0 @I2565@ INDI +1 NAME Bernard // +1 SEX M +1 TITL King of Italy +1 BIRT +2 DATE ABT 799 +1 DEAT +2 DATE 818 +1 FAMC @F1304@ +<< +[0031] INDI rkey: I2566 offs: 0x00000d60 lens: 0x0000003b +0x00001d60-0x00001d9a: +>>0 @I2566@ INDI +1 NAME Irmengard // +1 SEX F +1 FAMS @F1307@ +<< +[0032] INDI rkey: I2567 offs: 0x00000d9b lens: 0x00000095 +0x00001d9b-0x00001e2f: +>>0 @I2567@ INDI +1 NAME Louis_II le_Jeune // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE ABT 822 +1 DEAT +2 DATE 875 +1 FAMC @F1307@ +1 FAMS @F1311@ +<< +[0033] INDI rkey: I2568 offs: 0x00000e30 lens: 0x0000009c +0x00001e30-0x00001ecb: +>>0 @I2568@ INDI +1 NAME Lothar_II of_Lorraine // +1 SEX M +1 TITL King +1 BIRT +2 DATE ABT 826 +1 DEAT +2 DATE 868 +1 FAMC @F1307@ +1 FAMS @F1312@ +1 FAMS @F1313@ +<< +[0034] INDI rkey: I2569 offs: 0x00000ecc lens: 0x00000063 +0x00001ecc-0x00001f2e: +>>0 @I2569@ INDI +1 NAME Charles // +1 SEX M +1 TITL King of Provence +1 DEAT +2 DATE 863 +1 FAMC @F1307@ +<< +[0035] INDI rkey: I2570 offs: 0x00000f2f lens: 0x00000064 +0x00001f2f-0x00001f92: +>>0 @I2570@ INDI +1 NAME Pepin_II of_Aquitaine // +1 SEX M +1 TITL King +1 DEAT +2 DATE 870 +1 FAMC @F1308@ +<< +[0036] INDI rkey: I2571 offs: 0x00000f93 lens: 0x00000052 +0x00001f93-0x00001fe4: +>>0 @I2571@ INDI +1 NAME Emma of_Bavaria // +1 SEX F +1 DEAT +2 DATE 876 +1 FAMS @F1309@ +<< +[0037] INDI rkey: I2572 offs: 0x00000fe5 lens: 0x0000008c +0x00001fe5-0x00002070: +>>0 @I2572@ INDI +1 NAME Carloman // +1 SEX M +1 TITL King of Bavaria +1 BIRT +2 DATE ABT 828 +1 DEAT +2 DATE 880 +1 FAMC @F1309@ +1 FAMS @F1314@ +<< +[0038] INDI rkey: I2573 offs: 0x00001071 lens: 0x0000006a +0x00002071-0x000020da: +>>0 @I2573@ INDI +1 NAME Louis the_Young // +1 SEX M +1 TITL King East Franks +1 DEAT +2 DATE 882 +1 FAMC @F1309@ +<< +[0039] INDI rkey: I2574 offs: 0x000010db lens: 0x00000080 +0x000020db-0x0000215a: +>>0 @I2574@ INDI +1 NAME Charles_III the_Fat // +1 SEX M +1 TITL King West Franks +1 BIRT +2 DATE 839 +1 DEAT +2 DATE 887 +1 FAMC @F1309@ +<< +[0040] INDI rkey: I2575 offs: 0x0000115b lens: 0x0000004e +0x0000215b-0x000021a8: +>>0 @I2575@ INDI +1 NAME Ermentrude // +1 SEX F +1 DEAT +2 DATE 869 +1 FAMS @F1310@ +<< +[0041] INDI rkey: I2576 offs: 0x000011a9 lens: 0x0000009f +0x000021a9-0x00002247: +>>0 @I2576@ INDI +1 NAME Louis_II the_Stammerer // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 846 +1 DEAT +2 DATE 879 +1 FAMC @F1310@ +1 FAMS @F1315@ +1 FAMS @F1316@ +<< +[0042] INDI rkey: I2577 offs: 0x00001248 lens: 0x00000063 +0x00002248-0x000022aa: +>>0 @I2577@ INDI +1 NAME Charles of_Aquitaine // +1 SEX M +1 TITL King +1 DEAT +2 DATE 866 +1 FAMC @F1310@ +<< +[0043] INDI rkey: I2578 offs: 0x000012ab lens: 0x0000004c +0x000022ab-0x000022f6: +>>0 @I2578@ INDI +1 NAME Carloman // +1 SEX M +1 DEAT +2 DATE 876 +1 FAMC @F1310@ +<< +[0044] INDI rkey: I2579 offs: 0x000012f7 lens: 0x00000038 +0x000022f7-0x0000232e: +>>0 @I2579@ INDI +1 NAME Judith // +1 SEX F +1 FAMC @F1310@ +<< +[0045] INDI rkey: I2580 offs: 0x0000132f lens: 0x00000045 +0x0000232f-0x00002373: +>>0 @I2580@ INDI +1 NAME Ansgarde of_Burgundy // +1 SEX F +1 FAMS @F1315@ +<< +[0046] INDI rkey: I2581 offs: 0x00001374 lens: 0x0000007d +0x00002374-0x000023f0: +>>0 @I2581@ INDI +1 NAME Louis_III // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE ABT 863 +1 DEAT +2 DATE 882 +1 FAMC @F1315@ +<< +[0047] INDI rkey: I2582 offs: 0x000013f1 lens: 0x00000062 +0x000023f1-0x00002452: +>>0 @I2582@ INDI +1 NAME Carloman // +1 SEX M +1 TITL King of France +1 DEAT +2 DATE 884 +1 FAMC @F1315@ +<< +[0048] INDI rkey: I2583 offs: 0x00001453 lens: 0x00000040 +0x00002453-0x00002492: +>>0 @I2583@ INDI +1 NAME Adelaide Judith // +1 SEX F +1 FAMS @F1316@ +<< +[0049] INDI rkey: I2584 offs: 0x00001493 lens: 0x00000090 +0x00002493-0x00002522: +>>0 @I2584@ INDI +1 NAME Charles_III the_Simple // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 879 +1 DEAT +2 DATE 929 +1 FAMC @F1316@ +1 FAMS @F1317@ +<< +[0050] INDI rkey: I2585 offs: 0x00001523 lens: 0x00000055 +0x00002523-0x00002577: +>>0 @I2585@ INDI +1 NAME Eadgifu of_England // +1 SEX F +1 BIRT +2 DATE 902 +1 FAMS @F1317@ +<< +[0051] INDI rkey: I2586 offs: 0x00001578 lens: 0x0000003b +0x00002578-0x000025b2: +>>0 @I2586@ INDI +1 NAME Engeberge // +1 SEX F +1 FAMS @F1311@ +<< +[0052] INDI rkey: I2587 offs: 0x000015b3 lens: 0x0000004a +0x000025b3-0x000025fc: +>>0 @I2587@ INDI +1 NAME Irmengard // +1 SEX F +1 FAMC @F1311@ +1 FAMS @F1318@ +<< +[0053] INDI rkey: I2588 offs: 0x000015fd lens: 0x00000060 +0x000025fd-0x0000265c: +>>0 @I2588@ INDI +1 NAME Boso // +1 SEX M +1 TITL King of Provence +1 DEAT +2 DATE 887 +1 FAMS @F1318@ +<< +[0054] INDI rkey: I2589 offs: 0x0000165d lens: 0x00000088 +0x0000265d-0x000026e4: +>>0 @I2589@ INDI +1 NAME Louis_III the_Blind // +1 SEX M +1 TITL Holy Roman Emper +1 BIRT +2 DATE ABT 880 +1 DEAT +2 DATE 928 +1 FAMC @F1318@ +<< +[0055] INDI rkey: I2590 offs: 0x000016e5 lens: 0x00000045 +0x000026e5-0x00002729: +>>0 @I2590@ INDI +1 NAME Theutberga of_Valois // +1 SEX F +1 FAMS @F1312@ +<< +[0056] INDI rkey: I2591 offs: 0x0000172a lens: 0x0000003a +0x0000272a-0x00002763: +>>0 @I2591@ INDI +1 NAME Waldrada // +1 SEX F +1 FAMS @F1313@ +<< +[0057] INDI rkey: I2592 offs: 0x00001764 lens: 0x0000003a +0x00002764-0x0000279d: +>>0 @I2592@ INDI +1 NAME Litwinde // +1 SEX F +1 FAMS @F1314@ +<< +[0058] INDI rkey: I2593 offs: 0x0000179e lens: 0x0000008a +0x0000279e-0x00002827: +>>0 @I2593@ INDI +1 NAME Arnulf // +1 SEX M +1 TITL King of Germany +1 BIRT +2 DATE ABT 863 +1 DEAT +2 DATE 899 +1 FAMC @F1314@ +1 FAMS @F1319@ +<< +[0059] INDI rkey: I2594 offs: 0x00001828 lens: 0x0000003f +0x00002828-0x00002866: +>>0 @I2594@ INDI +1 NAME Oda of_Bavaria // +1 SEX F +1 FAMS @F1319@ +<< +[0060] INDI rkey: I2595 offs: 0x00001867 lens: 0x0000007f +0x00002867-0x000028e5: +>>0 @I2595@ INDI +1 NAME Louis_III the_Child // +1 SEX M +1 TITL King of Germany +1 BIRT +2 DATE 893 +1 DEAT +2 DATE 911 +1 FAMC @F1319@ +<< +[0061] INDI rkey: I2596 offs: 0x000018e6 lens: 0x00000066 +0x000028e6-0x0000294b: +>>0 @I2596@ INDI +1 NAME Zwentibold // +1 SEX M +1 TITL King of Lorraine +1 DEAT +2 DATE 900 +1 FAMC @F1319@ +<< +[0062] INDI rkey: I2597 offs: 0x0000194c lens: 0x00000048 +0x0000294c-0x00002993: +>>0 @I2597@ INDI +1 NAME Hedwige // +1 SEX F +1 FAMC @F1319@ +1 FAMS @F1320@ +<< +[0063] INDI rkey: I2598 offs: 0x00001994 lens: 0x0000003f +0x00002994-0x000029d2: +>>0 @I2598@ INDI +1 NAME Otto of_Saxony // +1 SEX M +1 FAMS @F1320@ +<< +[0064] INDI rkey: I2599 offs: 0x000019d3 lens: 0x0000005f +0x000029d3-0x00002a31: +>>0 @I2599@ INDI +1 NAME Henry the_Fowler // +1 SEX M +1 TITL Emperor +1 FAMC @F1320@ +1 FAMS @F1321@ +<< +[0065] INDI rkey: I2600 offs: 0x00001a32 lens: 0x00000046 +0x00002a32-0x00002a77: +>>0 @I2600@ INDI +1 NAME Matilda of_Ringelheim // +1 SEX F +1 FAMS @F1321@ +<< +[0066] INDI rkey: I2601 offs: 0x00001a78 lens: 0x00000053 +0x00002a78-0x00002aca: +>>0 @I2601@ INDI +1 NAME Bruno of_Cologne // +1 SEX M +1 TITL Archbishop +1 FAMC @F1321@ +<< +[0067] INDI rkey: I2602 offs: 0x00001acb lens: 0x00000047 +0x00002acb-0x00002b11: +>>0 @I2602@ INDI +1 NAME Otto_I // +1 SEX M +1 TITL Emperor +1 FAMC @F1321@ +<< +[0068] INDI rkey: I2603 offs: 0x00001b12 lens: 0x0000005b +0x00002b12-0x00002b6c: +>>0 @I2603@ INDI +1 NAME Gerberge // +1 SEX F +1 DEAT +2 DATE 968 +1 FAMC @F1321@ +1 FAMS @F1322@ +<< +[0069] INDI rkey: I2604 offs: 0x00001b6d lens: 0x00000080 +0x00002b6d-0x00002bec: +>>0 @I2604@ INDI +1 NAME Louis_IV d'Outre-Mer // +1 SEX M +1 BIRT +2 DATE ABT 920 +1 DEAT +2 DATE 954 +1 FAMC @F1317@ +1 FAMS @F1322@ +<< +[0070] INDI rkey: I2605 offs: 0x00001bed lens: 0x00000081 +0x00002bed-0x00002c6d: +>>0 @I2605@ INDI +1 NAME Lothar // +1 SEX M +1 TITL King of France +1 BIRT +2 DATE 941 +1 DEAT +2 DATE 986 +1 FAMC @F1322@ +1 FAMS @F1323@ +<< +[0071] INDI rkey: I2606 offs: 0x00001c6e lens: 0x0000006b +0x00002c6e-0x00002cd8: +>>0 @I2606@ INDI +1 NAME Charles Lower_Lorraine // +1 SEX M +1 BIRT +2 DATE 954 +1 DEAT +2 DATE 986 +1 FAMC @F1322@ +<< +[0072] INDI rkey: I2607 offs: 0x00001cd9 lens: 0x0000006f +0x00002cd9-0x00002d47: +>>0 @I2607@ INDI +1 NAME Louis_V the_Coward // +1 SEX M +1 BIRT +2 DATE ABT 986 +1 DEAT +2 DATE 997 +1 FAMC @F1323@ +<< +[0073] INDI rkey: I2608 offs: 0x00001d48 lens: 0x00000069 +0x00002d48-0x00002db0: +>>0 @I2608@ INDI +1 NAME Adalberon of_Rheims // +1 SEX M +1 TITL Archbishop +1 DEAT +2 DATE 1021 +1 FAMC @F1323@ +<< +[0074] INDI rkey: I2609 offs: 0x00001db1 lens: 0x00000088 +0x00002db1-0x00002e38: +>>0 @I2609@ INDI +1 NAME Pepin the_Short // +1 SEX M +1 TITL King of Franks +1 BIRT +2 DATE 714 +1 DEAT +2 DATE 768 +1 FAMC @F1324@ +1 FAMS @F262@ +<< +[0075] INDI rkey: I2610 offs: 0x00001e39 lens: 0x00000049 +0x00002e39-0x00002e81: +>>0 @I2610@ INDI +1 NAME Bertha // +1 SEX F +1 DEAT +2 DATE 783 +1 FAMS @F262@ +<< +[0076] INDI rkey: I2611 offs: 0x00001e82 lens: 0x0000008a +0x00002e82-0x00002f0b: +>>0 @I2611@ INDI +1 NAME Carloman // +1 SEX M +1 TITL King of Franks +1 BIRT +2 DATE ABT 751 +1 DEAT +2 DATE 771 +1 FAMC @F262@ +1 FAMS @F1325@ +<< +[0077] INDI rkey: I2612 offs: 0x00001f0c lens: 0x00000048 +0x00002f0c-0x00002f53: +>>0 @I2612@ INDI +1 NAME Gerberge of_the_Lombard // +1 SEX F +1 FAMS @F1325@ +<< +[0078] INDI rkey: I2613 offs: 0x00001f54 lens: 0x0000006b +0x00002f54-0x00002fbe: +>>0 @I2613@ INDI +1 NAME Charles /Martel/ +1 SEX M +1 BIRT +2 DATE ABT 686 +1 DEAT +2 DATE 741 +1 FAMS @F1324@ +<< +[0079] INDI rkey: I2614 offs: 0x00001fbf lens: 0x0000008c +0x00002fbf-0x0000304a: +>>0 @I2614@ INDI +1 NAME Augusta Reuss-Ebersdorf // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1757 +1 DEAT +2 DATE 1831 +1 FAMC @F1326@ +1 FAMS @F101@ +<< +[0080] INDI rkey: I2615 offs: 0x0000204b lens: 0x0000006b +0x0000304b-0x000030b5: +>>0 @I2615@ INDI +1 NAME Elisabeth of_Austria // +1 SEX F +1 BIRT +2 DATE 1554 +1 DEAT +2 DATE 1592 +1 FAMS @F1292@ +<< +[0081] INDI rkey: I2616 offs: 0x000020b6 lens: 0x00000073 +0x000030b6-0x00003128: +>>0 @I2616@ INDI +1 NAME Marie Elisabeth // +1 SEX F +1 BIRT +2 DATE 27 OCT 1572 +1 DEAT +2 DATE 2 APR 1578 +1 FAMC @F1292@ +<< +[0082] INDI rkey: I2617 offs: 0x00002129 lens: 0x00000069 +0x00003129-0x00003191: +>>0 @I2617@ INDI +1 NAME Louise of_Lorraine // +1 SEX F +1 BIRT +2 DATE 1553 +1 DEAT +2 DATE 1601 +1 FAMS @F1293@ +<< +[0083] INDI rkey: I2618 offs: 0x00002192 lens: 0x00000068 +0x00003192-0x000031f9: +>>0 @I2618@ INDI +1 NAME Isabelle of_Aragon // +1 SEX F +1 BIRT +2 DATE 1247 +1 DEAT +2 DATE 1271 +1 FAMS @F922@ +<< +[0084] INDI rkey: I2619 offs: 0x000021fa lens: 0x0000006d +0x000031fa-0x00003266: +>>0 @I2619@ INDI +1 NAME Marguerite of_Burgundy // +1 SEX F +1 BIRT +2 DATE 1290 +1 DEAT +2 DATE 1315 +1 FAMS @F1274@ +<< +[0085] INDI rkey: I2620 offs: 0x00002267 lens: 0x0000006e +0x00003267-0x000032d4: +>>0 @I2620@ INDI +1 NAME Joan of_Boulogne // +1 SEX F +1 BIRT +2 DATE ABT 1326 +1 DEAT +2 DATE 1361 +1 FAMS @F1285@ +<< +[0086] INDI rkey: I2621 offs: 0x000022d5 lens: 0x0000007d +0x000032d5-0x00003351: +>>0 @I2621@ INDI +1 NAME Magdalen of_Hochstadten // +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 1846 +1 DEAT +2 DATE 1917 +1 FAMS @F322@ +<< +[0087] INDI rkey: I2622 offs: 0x00002352 lens: 0x00000050 +0x00003352-0x000033a1: +>>0 @I2622@ INDI +1 NAME William of_Prussia // +1 SEX M +1 TITL Prince +1 FAMS @F226@ +<< +[0088] INDI rkey: I2623 offs: 0x000023a2 lens: 0x0000003e +0x000033a2-0x000033df: +>>0 @I2623@ INDI +1 NAME John /Loisinger/ +1 SEX M +1 FAMS @F320@ +<< +[0089] INDI rkey: I2624 offs: 0x000023e0 lens: 0x0000008a +0x000033e0-0x00003469: +>>0 @I2624@ INDI +1 NAME Francis_II Frederick of_Mecklenburg// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1823 +1 DEAT +2 DATE 1883 +1 FAMS @F328@ +<< +[0090] INDI rkey: I2625 offs: 0x0000246a lens: 0x0000008d +0x0000346a-0x000034f6: +>>0 @I2625@ INDI +1 NAME Josephine of_Lichtenberg // +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 1857 +1 DEAT +2 DATE 1952 +1 FAMC @F1327@ +1 FAMS @F327@ +<< +[0091] INDI rkey: I2626 offs: 0x000024f7 lens: 0x0000003e +0x000034f7-0x00003534: +>>0 @I2626@ INDI +1 NAME Philip /Bender/ +1 SEX M +1 FAMS @F1327@ +<< +[0092] INDI rkey: I2627 offs: 0x00002535 lens: 0x00000077 +0x00003535-0x000035ab: +>>0 @I2627@ INDI +1 NAME Caroline of_Nidda // +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 1848 +1 DEAT +2 DATE 1879 +1 FAMS @F325@ +<< +[0093] INDI rkey: I2628 offs: 0x000025ac lens: 0x00000077 +0x000035ac-0x00003622: +>>0 @I2628@ INDI +1 NAME Emily of_Dornberg // +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1961 +1 FAMS @F326@ +<< +[0094] INDI rkey: I2629 offs: 0x00002623 lens: 0x0000005c +0x00003623-0x0000367e: +>>0 @I2629@ INDI +1 NAME Louis // +1 SEX M +1 BIRT +2 DATE 1931 +1 DEAT +2 DATE 1937 +1 FAMC @F304@ +<< +[0095] INDI rkey: I2630 offs: 0x0000267f lens: 0x00000060 +0x0000367f-0x000036de: +>>0 @I2630@ INDI +1 NAME Alexander // +1 SEX M +1 BIRT +2 DATE 1933 +1 DEAT +2 DATE 1937 +1 FAMC @F304@ +<< +[0096] INDI rkey: I2631 offs: 0x000026df lens: 0x0000005d +0x000036df-0x0000373b: +>>0 @I2631@ INDI +1 NAME Joanna // +1 SEX F +1 BIRT +2 DATE 1936 +1 DEAT +2 DATE 1939 +1 FAMC @F304@ +<< +[0097] INDI rkey: I2632 offs: 0x0000273c lens: 0x0000004d +0x0000373c-0x00003788: +>>0 @I2632@ INDI +1 NAME Auckland L. of_Rolvenden/Geddes/ +1 SEX M +1 FAMS @F306@ +<< +[0098] INDI rkey: I2633 offs: 0x00002789 lens: 0x0000006b +0x00003789-0x000037f3: +>>0 @I2633@ INDI +1 NAME Maria de_las_Mercedes // +1 SEX F +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1878 +1 FAMS @F416@ +<< +[0099] INDI rkey: I2634 offs: 0x000027f4 lens: 0x0000007a +0x000037f4-0x0000386d: +>>0 @I2634@ INDI +1 NAME Maria de_las_Mercedes // +1 SEX F +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1904 +1 FAMC @F258@ +1 FAMS @F1328@ +<< +[0100] INDI rkey: I2635 offs: 0x0000286e lens: 0x00000072 +0x0000386e-0x000038df: +>>0 @I2635@ INDI +1 NAME Maria Theresa // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1912 +1 FAMC @F258@ +1 FAMS @F1329@ +<< +[0101] INDI rkey: I2636 offs: 0x000028e0 lens: 0x0000008c +0x000038e0-0x0000396b: +>>0 @I2636@ INDI +1 NAME Charles of_Bourbon -Sicily// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1949 +1 FAMS @F1328@ +1 FAMS @F283@ +<< +[0102] INDI rkey: I2637 offs: 0x0000296c lens: 0x0000005d +0x0000396c-0x000039c8: +>>0 @I2637@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1952 +1 FAMS @F283@ +<< +[0103] INDI rkey: I2638 offs: 0x000029c9 lens: 0x0000006f +0x000039c9-0x00003a37: +>>0 @I2638@ INDI +1 NAME Louis de_la_Torre /Gomez-Acebo/ +1 SEX M +1 TITL Viscount +1 BIRT +2 DATE 1934 +1 FAMS @F366@ +<< +[0104] INDI rkey: I2639 offs: 0x00002a38 lens: 0x0000005a +0x00003a38-0x00003a91: +>>0 @I2639@ INDI +1 NAME Carlos Zurita_y_Delgado // +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F367@ +<< +[0105] INDI rkey: I2640 offs: 0x00002a92 lens: 0x0000004c +0x00003a92-0x00003add: +>>0 @I2640@ INDI +1 NAME Edelmira // +1 SEX F +1 BIRT +2 DATE 1906 +1 FAMS @F279@ +<< +[0106] INDI rkey: I2641 offs: 0x00002ade lens: 0x0000004a +0x00003ade-0x00003b27: +>>0 @I2641@ INDI +1 NAME Martha y_Altazurra /Rocafort/ +1 SEX F +1 FAMS @F280@ +<< +[0107] INDI rkey: I2642 offs: 0x00002b28 lens: 0x00000060 +0x00003b28-0x00003b87: +>>0 @I2642@ INDI +1 NAME Maria Christina // +1 SEX F +1 BIRT +2 DATE 1911 +1 FAMC @F25@ +1 FAMS @F1330@ +<< +[0108] INDI rkey: I2643 offs: 0x00002b88 lens: 0x0000005d +0x00003b88-0x00003be4: +>>0 @I2643@ INDI +1 NAME Gonzalo // +1 SEX M +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1934 +1 FAMC @F25@ +<< +[0109] INDI rkey: I2644 offs: 0x00002be5 lens: 0x00000065 +0x00003be5-0x00003c49: +>>0 @I2644@ INDI +1 NAME Henry C. /Marone/ +1 SEX M +1 BIRT +2 DATE 1895 +1 DEAT +2 DATE 1968 +1 FAMS @F1330@ +<< +[0110] INDI rkey: I2645 offs: 0x00002c4a lens: 0x00000075 +0x00003c4a-0x00003cbe: +>>0 @I2645@ INDI +1 NAME Alexander of_Civitella- Cessi/Torlonia/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1911 +1 FAMS @F282@ +<< +[0111] INDI rkey: I2646 offs: 0x00002cbf lens: 0x00000059 +0x00003cbf-0x00003d17: +>>0 @I2646@ INDI +1 NAME Emmanuela de_Dampierre // +1 SEX F +1 BIRT +2 DATE 1913 +1 FAMS @F364@ +<< +[0112] INDI rkey: I2647 offs: 0x00002d18 lens: 0x00000056 +0x00003d18-0x00003d6d: +>>0 @I2647@ INDI +1 NAME Charlotte /Tiedemann/ +1 SEX F +1 BIRT +2 DATE 1919 +1 FAMS @F365@ +<< +[0113] INDI rkey: I2648 offs: 0x00002d6e lens: 0x0000007a +0x00003d6e-0x00003de7: +>>0 @I2648@ INDI +1 NAME Ferdinand of_Bavaria // +1 SEX M +1 BIRT +2 DATE 1884 +1 DEAT +2 DATE 1958 +1 FAMC @F1331@ +1 FAMS @F1329@ +<< +[0114] INDI rkey: I2649 offs: 0x00002de8 lens: 0x0000007e +0x00003de8-0x00003e65: +>>0 @I2649@ INDI +1 NAME Louis Ferdinand of_Bavaria// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1949 +1 FAMS @F1331@ +<< +[0115] INDI rkey: I2650 offs: 0x00002e66 lens: 0x00000066 +0x00003e66-0x00003ecb: +>>0 @I2650@ INDI +1 NAME Maria de_la_Paz // +1 SEX F +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1946 +1 FAMS @F1331@ +<< +[0116] INDI rkey: I2651 offs: 0x00002ecc lens: 0x00000084 +0x00003ecc-0x00003f4f: +>>0 @I2651@ INDI +1 NAME Adolph of_Schwarzburg- Rudolstadt// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1801 +1 DEAT +2 DATE 1875 +1 FAMS @F617@ +<< +[0117] INDI rkey: I2652 offs: 0x00002f50 lens: 0x0000005e +0x00003f50-0x00003fad: +>>0 @I2652@ INDI +1 NAME Matilda // +1 SEX F +1 BIRT +2 DATE 1826 +1 DEAT +2 DATE 1914 +1 FAMS @F617@ +<< +[0118] INDI rkey: I2653 offs: 0x00002fae lens: 0x0000006e +0x00003fae-0x0000401b: +>>0 @I2653@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1770 +1 DEAT +2 DATE 1819 +1 FAMC @F353@ +1 FAMS @F261@ +<< +[0119] INDI rkey: I2654 offs: 0x0000301c lens: 0x0000006f +0x0000401c-0x0000408a: +>>0 @I2654@ INDI +1 NAME Alexandrine // +1 SEX F +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1892 +1 FAMC @F38@ +1 FAMS @F337@ +<< +[0120] INDI rkey: I2655 offs: 0x0000308b lens: 0x00000060 +0x0000408b-0x000040ea: +>>0 @I2655@ INDI +1 NAME Frederick // +1 SEX M +1 BIRT +2 DATE 1774 +1 DEAT +2 DATE 1799 +1 FAMC @F353@ +<< +[0121] INDI rkey: I2656 offs: 0x000030eb lens: 0x0000005d +0x000040eb-0x00004147: +>>0 @I2656@ INDI +1 NAME Amalia // +1 SEX F +1 BIRT +2 DATE 1830 +1 DEAT +2 DATE 1872 +1 FAMS @F905@ +<< +[0122] INDI rkey: I2657 offs: 0x00003148 lens: 0x0000005b +0x00004148-0x000041a2: +>>0 @I2657@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1855 +1 DEAT +2 DATE 1888 +1 FAMS @F906@ +<< +[0123] INDI rkey: I2658 offs: 0x000031a3 lens: 0x00000053 +0x000041a3-0x000041f5: +>>0 @I2658@ INDI +1 NAME Lucas /Streshniev/ +1 SEX M +1 DEAT +2 DATE 1650 +1 FAMS @F695@ +<< +[0124] INDI rkey: I2659 offs: 0x000031f6 lens: 0x0000004d +0x000041f6-0x00004242: +>>0 @I2659@ INDI +1 NAME Anne /Volkonska/ +1 SEX F +1 FAMC @F1332@ +1 FAMS @F695@ +<< +[0125] INDI rkey: I2660 offs: 0x00003243 lens: 0x00000063 +0x00004243-0x000042a5: +>>0 @I2660@ INDI +1 NAME Theodore // +1 SEX M +1 TITL Patr. of Moscow +1 DEAT +2 DATE 1633 +1 FAMS @F694@ +<< +[0126] INDI rkey: I2661 offs: 0x000032a6 lens: 0x00000058 +0x000042a6-0x000042fd: +>>0 @I2661@ INDI +1 NAME Xenia // +1 SEX F +1 DEAT +2 DATE 1631 +1 FAMC @F1333@ +1 FAMS @F694@ +<< + +0x000042fe: EOF (0x000042fe) GOOD + +BLOCK - DIRECTORY af/ab +0x00000000:ix_self: 0x00050001 (af/ab) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2662' +0x00000016:ix_rkey[0001]: ' I2663' +0x0000001e:ix_rkey[0002]: ' I2664' +0x00000026:ix_rkey[0003]: ' I2665' +0x0000002e:ix_rkey[0004]: ' I2666' +0x00000036:ix_rkey[0005]: ' I2667' +0x0000003e:ix_rkey[0006]: ' I2668' +0x00000046:ix_rkey[0007]: ' I2669' +0x0000004e:ix_rkey[0008]: ' I2670' +0x00000056:ix_rkey[0009]: ' I2671' +0x0000005e:ix_rkey[0010]: ' I2672' +0x00000066:ix_rkey[0011]: ' I2673' +0x0000006e:ix_rkey[0012]: ' I2674' +0x00000076:ix_rkey[0013]: ' I2675' +0x0000007e:ix_rkey[0014]: ' I2676' +0x00000086:ix_rkey[0015]: ' I2677' +0x0000008e:ix_rkey[0016]: ' I2678' +0x00000096:ix_rkey[0017]: ' I2679' +0x0000009e:ix_rkey[0018]: ' I2680' +0x000000a6:ix_rkey[0019]: ' I2681' +0x000000ae:ix_rkey[0020]: ' I2682' +0x000000b6:ix_rkey[0021]: ' I2683' +0x000000be:ix_rkey[0022]: ' I2684' +0x000000c6:ix_rkey[0023]: ' I2685' +0x000000ce:ix_rkey[0024]: ' I2686' +0x000000d6:ix_rkey[0025]: ' I2687' +0x000000de:ix_rkey[0026]: ' I2688' +0x000000e6:ix_rkey[0027]: ' I2689' +0x000000ee:ix_rkey[0028]: ' I2690' +0x000000f6:ix_rkey[0029]: ' I2691' +0x000000fe:ix_rkey[0030]: ' I2692' +0x00000106:ix_rkey[0031]: ' I2693' +0x0000010e:ix_rkey[0032]: ' I2694' +0x00000116:ix_rkey[0033]: ' I2695' +0x0000011e:ix_rkey[0034]: ' I2696' +0x00000126:ix_rkey[0035]: ' I2697' +0x0000012e:ix_rkey[0036]: ' I2698' +0x00000136:ix_rkey[0037]: ' I2699' +0x0000013e:ix_rkey[0038]: ' I2700' +0x00000146:ix_rkey[0039]: ' I2701' +0x0000014e:ix_rkey[0040]: ' I2702' +0x00000156:ix_rkey[0041]: ' I2703' +0x0000015e:ix_rkey[0042]: ' I2704' +0x00000166:ix_rkey[0043]: ' I2705' +0x0000016e:ix_rkey[0044]: ' I2706' +0x00000176:ix_rkey[0045]: ' I2707' +0x0000017e:ix_rkey[0046]: ' I2708' +0x00000186:ix_rkey[0047]: ' I2709' +0x0000018e:ix_rkey[0048]: ' I2710' +0x00000196:ix_rkey[0049]: ' I2711' +0x0000019e:ix_rkey[0050]: ' I2712' +0x000001a6:ix_rkey[0051]: ' I2713' +0x000001ae:ix_rkey[0052]: ' I2714' +0x000001b6:ix_rkey[0053]: ' I2715' +0x000001be:ix_rkey[0054]: ' I2716' +0x000001c6:ix_rkey[0055]: ' I2717' +0x000001ce:ix_rkey[0056]: ' I2718' +0x000001d6:ix_rkey[0057]: ' I2719' +0x000001de:ix_rkey[0058]: ' I2720' +0x000001e6:ix_rkey[0059]: ' I2721' +0x000001ee:ix_rkey[0060]: ' I2722' +0x000001f6:ix_rkey[0061]: ' I2723' +0x000001fe:ix_rkey[0062]: ' I2724' +0x00000206:ix_rkey[0063]: ' I2725' +0x0000020e:ix_rkey[0064]: ' I2726' +0x00000216:ix_rkey[0065]: ' I2727' +0x0000021e:ix_rkey[0066]: ' I2728' +0x00000226:ix_rkey[0067]: ' I2729' +0x0000022e:ix_rkey[0068]: ' I2730' +0x00000236:ix_rkey[0069]: ' I2731' +0x0000023e:ix_rkey[0070]: ' I2732' +0x00000246:ix_rkey[0071]: ' I2733' +0x0000024e:ix_rkey[0072]: ' I2734' +0x00000256:ix_rkey[0073]: ' I2735' +0x0000025e:ix_rkey[0074]: ' I2736' +0x00000266:ix_rkey[0075]: ' I2737' +0x0000026e:ix_rkey[0076]: ' I2738' +0x00000276:ix_rkey[0077]: ' I2739' +0x0000027e:ix_rkey[0078]: ' I2740' +0x00000286:ix_rkey[0079]: ' I2741' +0x0000028e:ix_rkey[0080]: ' I2742' +0x00000296:ix_rkey[0081]: ' I2743' +0x0000029e:ix_rkey[0082]: ' I2744' +0x000002a6:ix_rkey[0083]: ' I2745' +0x000002ae:ix_rkey[0084]: ' I2746' +0x000002b6:ix_rkey[0085]: ' I2747' +0x000002be:ix_rkey[0086]: ' I2748' +0x000002c6:ix_rkey[0087]: ' I2749' +0x000002ce:ix_rkey[0088]: ' I2750' +0x000002d6:ix_rkey[0089]: ' I2751' +0x000002de:ix_rkey[0090]: ' I2752' +0x000002e6:ix_rkey[0091]: ' I2753' +0x000002ee:ix_rkey[0092]: ' I2754' +0x000002f6:ix_rkey[0093]: ' I2755' +0x000002fe:ix_rkey[0094]: ' I2756' +0x00000306:ix_rkey[0095]: ' I2757' +0x0000030e:ix_rkey[0096]: ' I2758' +0x00000316:ix_rkey[0097]: ' I2759' +0x0000031e:ix_rkey[0098]: ' I2760' +0x00000326:ix_rkey[0099]: ' I2761' +0x0000032e:ix_rkey[0100]: ' I2762' +0x00000336:ix_rkey[0101]: ' I2763' +0x0000033e:ix_rkey[0102]: ' I2764' +0x00000346:ix_rkey[0103]: ' I2765' +0x0000034e:ix_rkey[0104]: ' I2766' +0x00000356:ix_rkey[0105]: ' I2767' +0x0000035e:ix_rkey[0106]: ' I2768' +0x00000366:ix_rkey[0107]: ' I2769' +0x0000036e:ix_rkey[0108]: ' I2770' +0x00000376:ix_rkey[0109]: ' I2771' +0x0000037e:ix_rkey[0110]: ' I2772' +0x00000386:ix_rkey[0111]: ' I2773' +0x0000038e:ix_rkey[0112]: ' I2774' +0x00000396:ix_rkey[0113]: ' I2775' +0x0000039e:ix_rkey[0114]: ' I2776' +0x000003a6:ix_rkey[0115]: ' I2777' +0x000003ae:ix_rkey[0116]: ' I2778' +0x000003b6:ix_rkey[0117]: ' I2779' +0x000003be:ix_rkey[0118]: ' I2780' +0x000003c6:ix_rkey[0119]: ' I2781' +0x000003ce:ix_rkey[0120]: ' I2782' +0x000003d6:ix_rkey[0121]: ' I2783' +0x000003de:ix_rkey[0122]: ' I2784' +0x000003e6:ix_rkey[0123]: ' I2785' +0x000003ee:ix_rkey[0124]: ' I2786' +0x000003f6:ix_rkey[0125]: ' I2787' +0x000003fe:ix_rkey[0126]: ' I2788' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000005f +0x0000080c:ix_offs[0001]: 0x0000005f 0x00000c08:ix_lens[0001]: 0x00000040 +0x00000810:ix_offs[0002]: 0x0000009f 0x00000c0c:ix_lens[0002]: 0x00000065 +0x00000814:ix_offs[0003]: 0x00000104 0x00000c10:ix_lens[0003]: 0x00000074 +0x00000818:ix_offs[0004]: 0x00000178 0x00000c14:ix_lens[0004]: 0x00000073 +0x0000081c:ix_offs[0005]: 0x000001eb 0x00000c18:ix_lens[0005]: 0x00000061 +0x00000820:ix_offs[0006]: 0x0000024c 0x00000c1c:ix_lens[0006]: 0x00000064 +0x00000824:ix_offs[0007]: 0x000002b0 0x00000c20:ix_lens[0007]: 0x00000067 +0x00000828:ix_offs[0008]: 0x00000317 0x00000c24:ix_lens[0008]: 0x00000075 +0x0000082c:ix_offs[0009]: 0x0000038c 0x00000c28:ix_lens[0009]: 0x00000078 +0x00000830:ix_offs[0010]: 0x00000404 0x00000c2c:ix_lens[0010]: 0x00000066 +0x00000834:ix_offs[0011]: 0x0000046a 0x00000c30:ix_lens[0011]: 0x00000078 +0x00000838:ix_offs[0012]: 0x000004e2 0x00000c34:ix_lens[0012]: 0x00000074 +0x0000083c:ix_offs[0013]: 0x00000556 0x00000c38:ix_lens[0013]: 0x0000009c +0x00000840:ix_offs[0014]: 0x000005f2 0x00000c3c:ix_lens[0014]: 0x00000067 +0x00000844:ix_offs[0015]: 0x00000659 0x00000c40:ix_lens[0015]: 0x00000065 +0x00000848:ix_offs[0016]: 0x000006be 0x00000c44:ix_lens[0016]: 0x00000065 +0x0000084c:ix_offs[0017]: 0x00000723 0x00000c48:ix_lens[0017]: 0x00000070 +0x00000850:ix_offs[0018]: 0x00000793 0x00000c4c:ix_lens[0018]: 0x00000058 +0x00000854:ix_offs[0019]: 0x000007eb 0x00000c50:ix_lens[0019]: 0x0000007b +0x00000858:ix_offs[0020]: 0x00000866 0x00000c54:ix_lens[0020]: 0x00000066 +0x0000085c:ix_offs[0021]: 0x000008cc 0x00000c58:ix_lens[0021]: 0x00000059 +0x00000860:ix_offs[0022]: 0x00000925 0x00000c5c:ix_lens[0022]: 0x00000072 +0x00000864:ix_offs[0023]: 0x00000997 0x00000c60:ix_lens[0023]: 0x0000006a +0x00000868:ix_offs[0024]: 0x00000a01 0x00000c64:ix_lens[0024]: 0x00000063 +0x0000086c:ix_offs[0025]: 0x00000a64 0x00000c68:ix_lens[0025]: 0x0000006c +0x00000870:ix_offs[0026]: 0x00000ad0 0x00000c6c:ix_lens[0026]: 0x0000004f +0x00000874:ix_offs[0027]: 0x00000b1f 0x00000c70:ix_lens[0027]: 0x00000080 +0x00000878:ix_offs[0028]: 0x00000b9f 0x00000c74:ix_lens[0028]: 0x00000085 +0x0000087c:ix_offs[0029]: 0x00000c24 0x00000c78:ix_lens[0029]: 0x00000076 +0x00000880:ix_offs[0030]: 0x00000c9a 0x00000c7c:ix_lens[0030]: 0x0000005d +0x00000884:ix_offs[0031]: 0x00000cf7 0x00000c80:ix_lens[0031]: 0x00000074 +0x00000888:ix_offs[0032]: 0x00000d6b 0x00000c84:ix_lens[0032]: 0x00000053 +0x0000088c:ix_offs[0033]: 0x00000dbe 0x00000c88:ix_lens[0033]: 0x0000008d +0x00000890:ix_offs[0034]: 0x00000e4b 0x00000c8c:ix_lens[0034]: 0x00000060 +0x00000894:ix_offs[0035]: 0x00000eab 0x00000c90:ix_lens[0035]: 0x0000006b +0x00000898:ix_offs[0036]: 0x00000f16 0x00000c94:ix_lens[0036]: 0x00000082 +0x0000089c:ix_offs[0037]: 0x00000f98 0x00000c98:ix_lens[0037]: 0x0000005e +0x000008a0:ix_offs[0038]: 0x00000ff6 0x00000c9c:ix_lens[0038]: 0x00000068 +0x000008a4:ix_offs[0039]: 0x0000105e 0x00000ca0:ix_lens[0039]: 0x00000048 +0x000008a8:ix_offs[0040]: 0x000010a6 0x00000ca4:ix_lens[0040]: 0x00000070 +0x000008ac:ix_offs[0041]: 0x00001116 0x00000ca8:ix_lens[0041]: 0x00000050 +0x000008b0:ix_offs[0042]: 0x00001166 0x00000cac:ix_lens[0042]: 0x0000004e +0x000008b4:ix_offs[0043]: 0x000011b4 0x00000cb0:ix_lens[0043]: 0x00000049 +0x000008b8:ix_offs[0044]: 0x000011fd 0x00000cb4:ix_lens[0044]: 0x00000073 +0x000008bc:ix_offs[0045]: 0x00001270 0x00000cb8:ix_lens[0045]: 0x00000060 +0x000008c0:ix_offs[0046]: 0x000012d0 0x00000cbc:ix_lens[0046]: 0x00000055 +0x000008c4:ix_offs[0047]: 0x00001325 0x00000cc0:ix_lens[0047]: 0x00000059 +0x000008c8:ix_offs[0048]: 0x0000137e 0x00000cc4:ix_lens[0048]: 0x00000050 +0x000008cc:ix_offs[0049]: 0x000013ce 0x00000cc8:ix_lens[0049]: 0x00000059 +0x000008d0:ix_offs[0050]: 0x00001427 0x00000ccc:ix_lens[0050]: 0x00000053 +0x000008d4:ix_offs[0051]: 0x0000147a 0x00000cd0:ix_lens[0051]: 0x0000005c +0x000008d8:ix_offs[0052]: 0x000014d6 0x00000cd4:ix_lens[0052]: 0x00000059 +0x000008dc:ix_offs[0053]: 0x0000152f 0x00000cd8:ix_lens[0053]: 0x00000059 +0x000008e0:ix_offs[0054]: 0x00001588 0x00000cdc:ix_lens[0054]: 0x00000058 +0x000008e4:ix_offs[0055]: 0x000015e0 0x00000ce0:ix_lens[0055]: 0x00000074 +0x000008e8:ix_offs[0056]: 0x00001654 0x00000ce4:ix_lens[0056]: 0x00000058 +0x000008ec:ix_offs[0057]: 0x000016ac 0x00000ce8:ix_lens[0057]: 0x00000065 +0x000008f0:ix_offs[0058]: 0x00001711 0x00000cec:ix_lens[0058]: 0x0000005f +0x000008f4:ix_offs[0059]: 0x00001770 0x00000cf0:ix_lens[0059]: 0x0000006f +0x000008f8:ix_offs[0060]: 0x000017df 0x00000cf4:ix_lens[0060]: 0x0000005a +0x000008fc:ix_offs[0061]: 0x00001839 0x00000cf8:ix_lens[0061]: 0x0000005b +0x00000900:ix_offs[0062]: 0x00001894 0x00000cfc:ix_lens[0062]: 0x0000005a +0x00000904:ix_offs[0063]: 0x000018ee 0x00000d00:ix_lens[0063]: 0x0000005c +0x00000908:ix_offs[0064]: 0x0000194a 0x00000d04:ix_lens[0064]: 0x0000005b +0x0000090c:ix_offs[0065]: 0x000019a5 0x00000d08:ix_lens[0065]: 0x0000005c +0x00000910:ix_offs[0066]: 0x00001a01 0x00000d0c:ix_lens[0066]: 0x0000005f +0x00000914:ix_offs[0067]: 0x00001a60 0x00000d10:ix_lens[0067]: 0x00000071 +0x00000918:ix_offs[0068]: 0x00001ad1 0x00000d14:ix_lens[0068]: 0x00000075 +0x0000091c:ix_offs[0069]: 0x00001b46 0x00000d18:ix_lens[0069]: 0x00000073 +0x00000920:ix_offs[0070]: 0x00001bb9 0x00000d1c:ix_lens[0070]: 0x0000005f +0x00000924:ix_offs[0071]: 0x00001c18 0x00000d20:ix_lens[0071]: 0x00000050 +0x00000928:ix_offs[0072]: 0x00001c68 0x00000d24:ix_lens[0072]: 0x00000090 +0x0000092c:ix_offs[0073]: 0x00001cf8 0x00000d28:ix_lens[0073]: 0x0000007a +0x00000930:ix_offs[0074]: 0x00001d72 0x00000d2c:ix_lens[0074]: 0x00000075 +0x00000934:ix_offs[0075]: 0x00001de7 0x00000d30:ix_lens[0075]: 0x0000006f +0x00000938:ix_offs[0076]: 0x00001e56 0x00000d34:ix_lens[0076]: 0x0000009f +0x0000093c:ix_offs[0077]: 0x00001ef5 0x00000d38:ix_lens[0077]: 0x0000006d +0x00000940:ix_offs[0078]: 0x00001f62 0x00000d3c:ix_lens[0078]: 0x00000067 +0x00000944:ix_offs[0079]: 0x00001fc9 0x00000d40:ix_lens[0079]: 0x00000058 +0x00000948:ix_offs[0080]: 0x00002021 0x00000d44:ix_lens[0080]: 0x00000059 +0x0000094c:ix_offs[0081]: 0x0000207a 0x00000d48:ix_lens[0081]: 0x0000004d +0x00000950:ix_offs[0082]: 0x000020c7 0x00000d4c:ix_lens[0082]: 0x0000005c +0x00000954:ix_offs[0083]: 0x00002123 0x00000d50:ix_lens[0083]: 0x0000005b +0x00000958:ix_offs[0084]: 0x0000217e 0x00000d54:ix_lens[0084]: 0x0000005e +0x0000095c:ix_offs[0085]: 0x000021dc 0x00000d58:ix_lens[0085]: 0x00000083 +0x00000960:ix_offs[0086]: 0x0000225f 0x00000d5c:ix_lens[0086]: 0x0000005a +0x00000964:ix_offs[0087]: 0x000022b9 0x00000d60:ix_lens[0087]: 0x00000055 +0x00000968:ix_offs[0088]: 0x0000230e 0x00000d64:ix_lens[0088]: 0x00000055 +0x0000096c:ix_offs[0089]: 0x00002363 0x00000d68:ix_lens[0089]: 0x00000053 +0x00000970:ix_offs[0090]: 0x000023b6 0x00000d6c:ix_lens[0090]: 0x00000055 +0x00000974:ix_offs[0091]: 0x0000240b 0x00000d70:ix_lens[0091]: 0x00000053 +0x00000978:ix_offs[0092]: 0x0000245e 0x00000d74:ix_lens[0092]: 0x00000053 +0x0000097c:ix_offs[0093]: 0x000024b1 0x00000d78:ix_lens[0093]: 0x00000050 +0x00000980:ix_offs[0094]: 0x00002501 0x00000d7c:ix_lens[0094]: 0x00000052 +0x00000984:ix_offs[0095]: 0x00002553 0x00000d80:ix_lens[0095]: 0x0000004f +0x00000988:ix_offs[0096]: 0x000025a2 0x00000d84:ix_lens[0096]: 0x00000053 +0x0000098c:ix_offs[0097]: 0x000025f5 0x00000d88:ix_lens[0097]: 0x00000052 +0x00000990:ix_offs[0098]: 0x00002647 0x00000d8c:ix_lens[0098]: 0x0000004f +0x00000994:ix_offs[0099]: 0x00002696 0x00000d90:ix_lens[0099]: 0x0000004b +0x00000998:ix_offs[0100]: 0x000026e1 0x00000d94:ix_lens[0100]: 0x00000055 +0x0000099c:ix_offs[0101]: 0x00002736 0x00000d98:ix_lens[0101]: 0x0000004c +0x000009a0:ix_offs[0102]: 0x00002782 0x00000d9c:ix_lens[0102]: 0x00000050 +0x000009a4:ix_offs[0103]: 0x000027d2 0x00000da0:ix_lens[0103]: 0x00000048 +0x000009a8:ix_offs[0104]: 0x0000281a 0x00000da4:ix_lens[0104]: 0x00000056 +0x000009ac:ix_offs[0105]: 0x00002870 0x00000da8:ix_lens[0105]: 0x0000004b +0x000009b0:ix_offs[0106]: 0x000028bb 0x00000dac:ix_lens[0106]: 0x00000049 +0x000009b4:ix_offs[0107]: 0x00002904 0x00000db0:ix_lens[0107]: 0x0000004d +0x000009b8:ix_offs[0108]: 0x00002951 0x00000db4:ix_lens[0108]: 0x00000083 +0x000009bc:ix_offs[0109]: 0x000029d4 0x00000db8:ix_lens[0109]: 0x00000072 +0x000009c0:ix_offs[0110]: 0x00002a46 0x00000dbc:ix_lens[0110]: 0x0000007a +0x000009c4:ix_offs[0111]: 0x00002ac0 0x00000dc0:ix_lens[0111]: 0x00000077 +0x000009c8:ix_offs[0112]: 0x00002b37 0x00000dc4:ix_lens[0112]: 0x0000009c +0x000009cc:ix_offs[0113]: 0x00002bd3 0x00000dc8:ix_lens[0113]: 0x00000091 +0x000009d0:ix_offs[0114]: 0x00002c64 0x00000dcc:ix_lens[0114]: 0x0000007c +0x000009d4:ix_offs[0115]: 0x00002ce0 0x00000dd0:ix_lens[0115]: 0x0000008e +0x000009d8:ix_offs[0116]: 0x00002d6e 0x00000dd4:ix_lens[0116]: 0x00000048 +0x000009dc:ix_offs[0117]: 0x00002db6 0x00000dd8:ix_lens[0117]: 0x0000006e +0x000009e0:ix_offs[0118]: 0x00002e24 0x00000ddc:ix_lens[0118]: 0x0000005a +0x000009e4:ix_offs[0119]: 0x00002e7e 0x00000de0:ix_lens[0119]: 0x00000068 +0x000009e8:ix_offs[0120]: 0x00002ee6 0x00000de4:ix_lens[0120]: 0x0000005d +0x000009ec:ix_offs[0121]: 0x00002f43 0x00000de8:ix_lens[0121]: 0x00000058 +0x000009f0:ix_offs[0122]: 0x00002f9b 0x00000dec:ix_lens[0122]: 0x00000065 +0x000009f4:ix_offs[0123]: 0x00003000 0x00000df0:ix_lens[0123]: 0x00000063 +0x000009f8:ix_offs[0124]: 0x00003063 0x00000df4:ix_lens[0124]: 0x00000066 +0x000009fc:ix_offs[0125]: 0x000030c9 0x00000df8:ix_lens[0125]: 0x00000065 +0x00000a00:ix_offs[0126]: 0x0000312e 0x00000dfc:ix_lens[0126]: 0x00000057 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2662 offs: 0x00000000 lens: 0x0000005f +0x00001000-0x0000105e: +>>0 @I2662@ INDI +1 NAME Anne /Leontiev/ +1 SEX F +1 DEAT +2 DATE 1706 +1 FAMC @F1334@ +1 FAMS @F696@ +<< +[0001] INDI rkey: I2663 offs: 0x0000005f lens: 0x00000040 +0x0000105f-0x0000109e: +>>0 @I2663@ INDI +1 NAME Leonti /Leontiev/ +1 SEX M +1 FAMS @F1334@ +<< +[0002] INDI rkey: I2664 offs: 0x0000009f lens: 0x00000065 +0x0000109f-0x00001103: +>>0 @I2664@ INDI +1 NAME Praskovia /Rayevska/ +1 SEX F +1 DEAT +2 DATE 1641 +1 FAMC @F1335@ +1 FAMS @F1334@ +<< +[0003] INDI rkey: I2665 offs: 0x00000104 lens: 0x00000074 +0x00001104-0x00001177: +>>0 @I2665@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1891 +1 FAMC @F37@ +1 FAMS @F1336@ +<< +[0004] INDI rkey: I2666 offs: 0x00000178 lens: 0x00000073 +0x00001178-0x000011ea: +>>0 @I2666@ INDI +1 NAME Michael /Romanov/ +1 SEX M +1 BIRT +2 DATE 1832 +1 DEAT +2 DATE 1909 +1 FAMC @F37@ +1 FAMS @F1337@ +<< +[0005] INDI rkey: I2667 offs: 0x000001eb lens: 0x00000061 +0x000011eb-0x0000124b: +>>0 @I2667@ INDI +1 NAME Alexandra // +1 SEX F +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1900 +1 FAMS @F1336@ +<< +[0006] INDI rkey: I2668 offs: 0x0000024c lens: 0x00000064 +0x0000124c-0x000012af: +>>0 @I2668@ INDI +1 NAME Cecily (Olga) // +1 SEX F +1 BIRT +2 DATE 1839 +1 DEAT +2 DATE 1891 +1 FAMS @F1337@ +<< +[0007] INDI rkey: I2669 offs: 0x000002b0 lens: 0x00000067 +0x000012b0-0x00001316: +>>0 @I2669@ INDI +1 NAME Nicholas /Romanov/ +1 SEX M +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1919 +1 FAMC @F1337@ +<< +[0008] INDI rkey: I2670 offs: 0x00000317 lens: 0x00000075 +0x00001317-0x0000138b: +>>0 @I2670@ INDI +1 NAME Michael /Romanov/ +1 SEX M +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1929 +1 FAMC @F1337@ +1 FAMS @F1338@ +<< +[0009] INDI rkey: I2671 offs: 0x0000038c lens: 0x00000078 +0x0000138c-0x00001403: +>>0 @I2671@ INDI +1 NAME Constantine /Romanov/ +1 SEX M +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1915 +1 FAMC @F126@ +1 FAMS @F1339@ +<< +[0010] INDI rkey: I2672 offs: 0x00000404 lens: 0x00000066 +0x00001404-0x00001469: +>>0 @I2672@ INDI +1 NAME Sergius /Romanov/ +1 SEX M +1 BIRT +2 DATE 1869 +1 DEAT +2 DATE 1918 +1 FAMC @F1337@ +<< +[0011] INDI rkey: I2673 offs: 0x0000046a lens: 0x00000078 +0x0000146a-0x000014e1: +>>0 @I2673@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1876 +1 DEAT +2 DATE 1940 +1 FAMC @F76@ +1 FAMS @F1340@ +1 FAMS @F1341@ +<< +[0012] INDI rkey: I2674 offs: 0x000004e2 lens: 0x00000074 +0x000014e2-0x00001555: +>>0 @I2674@ INDI +1 NAME George /Romanov/ +1 SEX M +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1919 +1 FAMC @F1337@ +1 FAMS @F1340@ +<< +[0013] INDI rkey: I2675 offs: 0x00000556 lens: 0x0000009c +0x00001556-0x000015f1: +>>0 @I2675@ INDI +1 NAME Alexander Mikhailovich (Sandro)/Romanov/ +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1866 +1 DEAT +2 DATE 1933 +1 FAMC @F1337@ +1 FAMS @F115@ +<< +[0014] INDI rkey: I2676 offs: 0x000005f2 lens: 0x00000067 +0x000015f2-0x00001658: +>>0 @I2676@ INDI +1 NAME Sophia of_Nassau // +1 SEX F +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1927 +1 FAMS @F1338@ +<< +[0015] INDI rkey: I2677 offs: 0x00000659 lens: 0x00000065 +0x00001659-0x000016bd: +>>0 @I2677@ INDI +1 NAME Dimitri /Romanov/ +1 SEX M +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1919 +1 FAMC @F126@ +<< +[0016] INDI rkey: I2678 offs: 0x000006be lens: 0x00000065 +0x000016be-0x00001722: +>>0 @I2678@ INDI +1 NAME Nadezhda /Dreyer/ +1 SEX F +1 BIRT +2 DATE 1861 +1 DEAT +2 DATE 1929 +1 FAMS @F127@ +<< +[0017] INDI rkey: I2679 offs: 0x00000723 lens: 0x00000070 +0x00001723-0x00001792: +>>0 @I2679@ INDI +1 NAME Elizabeth // +1 SEX F +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1929 +1 FAMC @F1342@ +1 FAMS @F1339@ +<< +[0018] INDI rkey: I2680 offs: 0x00000793 lens: 0x00000058 +0x00001793-0x000017ea: +>>0 @I2680@ INDI +1 NAME Maurice of_Saxe- Altenburg// +1 SEX M +1 TITL Prince +1 FAMS @F1342@ +<< +[0019] INDI rkey: I2681 offs: 0x000007eb lens: 0x0000007b +0x000017eb-0x00001865: +>>0 @I2681@ INDI +1 NAME Artemi /Romanov/ +1 SEX M +1 TITL Prince Iskander +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1919 +1 FAMC @F127@ +<< +[0020] INDI rkey: I2682 offs: 0x00000866 lens: 0x00000066 +0x00001866-0x000018cb: +>>0 @I2682@ INDI +1 NAME Frederick Francis_II of_Mecklengb-Sch// +1 SEX M +1 TITL Grand Duke +1 FAMS @F119@ +<< +[0021] INDI rkey: I2683 offs: 0x000008cc lens: 0x00000059 +0x000018cc-0x00001924: +>>0 @I2683@ INDI +1 NAME George Bagration- Mukhranski// +1 SEX M +1 TITL Prince +1 FAMS @F362@ +<< +[0022] INDI rkey: I2684 offs: 0x00000925 lens: 0x00000072 +0x00001925-0x00001996: +>>0 @I2684@ INDI +1 NAME Ivan /Romanov/ +1 SEX M +1 BIRT +2 DATE 1886 +1 DEAT +2 DATE 1918 +1 FAMC @F1339@ +1 FAMS @F1343@ +<< +[0023] INDI rkey: I2685 offs: 0x00000997 lens: 0x0000006a +0x00001997-0x00001a00: +>>0 @I2685@ INDI +1 NAME Constantine /Romanov/ +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1918 +1 FAMC @F1339@ +<< +[0024] INDI rkey: I2686 offs: 0x00000a01 lens: 0x00000063 +0x00001a01-0x00001a63: +>>0 @I2686@ INDI +1 NAME Igor /Romanov/ +1 SEX M +1 BIRT +2 DATE 1894 +1 DEAT +2 DATE 1918 +1 FAMC @F1339@ +<< +[0025] INDI rkey: I2687 offs: 0x00000a64 lens: 0x0000006c +0x00001a64-0x00001acf: +>>0 @I2687@ INDI +1 NAME Helen // +1 SEX F +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1962 +1 FAMC @F1344@ +1 FAMS @F1343@ +<< +[0026] INDI rkey: I2688 offs: 0x00000ad0 lens: 0x0000004f +0x00001ad0-0x00001b1e: +>>0 @I2688@ INDI +1 NAME Peter_I // +1 SEX M +1 TITL King of Serbia +1 FAMS @F1344@ +<< +[0027] INDI rkey: I2689 offs: 0x00000b1f lens: 0x00000080 +0x00001b1f-0x00001b9e: +>>0 @I2689@ INDI +1 NAME Frederick Eugene of_Wurttemberg// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1732 +1 DEAT +2 DATE 1797 +1 FAMS @F683@ +<< +[0028] INDI rkey: I2690 offs: 0x00000b9f lens: 0x00000085 +0x00001b9f-0x00001c23: +>>0 @I2690@ INDI +1 NAME Dorothea of_Brandenburg -Schwedt// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1736 +1 DEAT +2 DATE 1798 +1 FAMS @F683@ +<< +[0029] INDI rkey: I2691 offs: 0x00000c24 lens: 0x00000076 +0x00001c24-0x00001c99: +>>0 @I2691@ INDI +1 NAME Christian Augustus // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1690 +1 DEAT +2 DATE 1747 +1 FAMS @F685@ +<< +[0030] INDI rkey: I2692 offs: 0x00000c9a lens: 0x0000005d +0x00001c9a-0x00001cf6: +>>0 @I2692@ INDI +1 NAME Joanna // +1 SEX F +1 BIRT +2 DATE 1712 +1 DEAT +2 DATE 1760 +1 FAMS @F685@ +<< +[0031] INDI rkey: I2693 offs: 0x00000cf7 lens: 0x00000074 +0x00001cf7-0x00001d6a: +>>0 @I2693@ INDI +1 NAME Peter /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1908 +1 DEAT +2 DATE 1980 +1 FAMC @F309@ +1 FAMS @F1345@ +<< +[0032] INDI rkey: I2694 offs: 0x00000d6b lens: 0x00000053 +0x00001d6b-0x00001dbd: +>>0 @I2694@ INDI +1 NAME John of_Brandenburg // +1 SEX M +1 TITL Margrave +1 FAMS @F962@ +<< +[0033] INDI rkey: I2695 offs: 0x00000dbe lens: 0x0000008d +0x00001dbe-0x00001e4a: +>>0 @I2695@ INDI +1 NAME Frederick Francis_III Mecklenburg-Schw// +1 SEX M +1 TITL Grand Duke +1 BIRT +2 DATE 1851 +1 DEAT +2 DATE 1897 +1 FAMS @F378@ +<< +[0034] INDI rkey: I2696 offs: 0x00000e4b lens: 0x00000060 +0x00001e4b-0x00001eaa: +>>0 @I2696@ INDI +1 NAME Anastasia // +1 SEX F +1 BIRT +2 DATE 1860 +1 DEAT +2 DATE 1922 +1 FAMS @F378@ +<< +[0035] INDI rkey: I2697 offs: 0x00000eab lens: 0x0000006b +0x00001eab-0x00001f15: +>>0 @I2697@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1875 +1 DEAT +2 DATE 1906 +1 FAMC @F57@ +1 FAMS @F1346@ +<< +[0036] INDI rkey: I2698 offs: 0x00000f16 lens: 0x00000082 +0x00001f16-0x00001f97: +>>0 @I2698@ INDI +1 NAME Frederick of_Schaumburg -Lippe// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1868 +1 DEAT +2 DATE 1945 +1 FAMS @F1346@ +<< +[0037] INDI rkey: I2699 offs: 0x00000f98 lens: 0x0000005e +0x00001f98-0x00001ff5: +>>0 @I2699@ INDI +1 NAME Feodora // +1 SEX F +1 BIRT +2 DATE 1910 +1 DEAT +2 DATE 1975 +1 FAMC @F898@ +<< +[0038] INDI rkey: I2700 offs: 0x00000ff6 lens: 0x00000068 +0x00001ff6-0x0000205d: +>>0 @I2700@ INDI +1 NAME Alexandrine Louise // +1 SEX F +1 BIRT +2 DATE 1914 +1 DEAT +2 DATE 1962 +1 FAMC @F898@ +<< +[0039] INDI rkey: I2701 offs: 0x0000105e lens: 0x00000048 +0x0000205e-0x000020a5: +>>0 @I2701@ INDI +1 NAME Gorm // +1 SEX M +1 BIRT +2 DATE 1919 +1 FAMC @F898@ +<< +[0040] INDI rkey: I2702 offs: 0x000010a6 lens: 0x00000070 +0x000020a6-0x00002115: +>>0 @I2702@ INDI +1 NAME Oluf of_Rosenborg // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1923 +1 FAMC @F898@ +1 FAMS @F1347@ +<< +[0041] INDI rkey: I2703 offs: 0x00001116 lens: 0x00000050 +0x00002116-0x00002165: +>>0 @I2703@ INDI +1 NAME Helen /Dorrit/ +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMS @F1347@ +<< +[0042] INDI rkey: I2704 offs: 0x00001166 lens: 0x0000004e +0x00002166-0x000021b3: +>>0 @I2704@ INDI +1 NAME Inge /Terney/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F902@ +<< +[0043] INDI rkey: I2705 offs: 0x000011b4 lens: 0x00000049 +0x000021b4-0x000021fc: +>>0 @I2705@ INDI +1 NAME Charles Augustus /Haraldsen/ +1 SEX M +1 FAMS @F300@ +<< +[0044] INDI rkey: I2706 offs: 0x000011fd lens: 0x00000073 +0x000021fd-0x0000226f: +>>0 @I2706@ INDI +1 NAME Guelph /Hanover/ +1 SEX M +1 BIRT +2 DATE 1947 +1 DEAT +2 DATE 1981 +1 FAMC @F577@ +1 FAMS @F1348@ +<< +[0045] INDI rkey: I2707 offs: 0x00001270 lens: 0x00000060 +0x00002270-0x000022cf: +>>0 @I2707@ INDI +1 NAME George /Hanover/ +1 SEX M +1 BIRT +2 DATE 1949 +1 FAMC @F577@ +1 FAMS @F1349@ +<< +[0046] INDI rkey: I2708 offs: 0x000012d0 lens: 0x00000055 +0x000022d0-0x00002324: +>>0 @I2708@ INDI +1 NAME Fredericka /Hanover/ +1 SEX F +1 BIRT +2 DATE 1954 +1 FAMC @F577@ +<< +[0047] INDI rkey: I2709 offs: 0x00001325 lens: 0x00000059 +0x00002325-0x0000237d: +>>0 @I2709@ INDI +1 NAME Wilbeke /von_Gunsteren/ +1 SEX F +1 BIRT +2 DATE 1948 +1 FAMS @F1348@ +<< +[0048] INDI rkey: I2710 offs: 0x0000137e lens: 0x00000050 +0x0000237e-0x000023cd: +>>0 @I2710@ INDI +1 NAME Victoria /Bee/ +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMS @F1349@ +<< +[0049] INDI rkey: I2711 offs: 0x000013ce lens: 0x00000059 +0x000023ce-0x00002426: +>>0 @I2711@ INDI +1 NAME Caroline Louise /Hanover/ +1 SEX F +1 BIRT +2 DATE 1965 +1 FAMC @F578@ +<< +[0050] INDI rkey: I2712 offs: 0x00001427 lens: 0x00000053 +0x00002427-0x00002479: +>>0 @I2712@ INDI +1 NAME Mireille /Hanover/ +1 SEX F +1 BIRT +2 DATE 1971 +1 FAMC @F578@ +<< +[0051] INDI rkey: I2713 offs: 0x0000147a lens: 0x0000005c +0x0000247a-0x000024d5: +>>0 @I2713@ INDI +1 NAME John Kenneth /Ambler/ +1 SEX M +1 BIRT +2 DATE 6 JUN 1924 +1 FAMS @F1295@ +<< +[0052] INDI rkey: I2714 offs: 0x000014d6 lens: 0x00000059 +0x000024d6-0x0000252e: +>>0 @I2714@ INDI +1 NAME Sybilla Louise // +1 SEX F +1 BIRT +2 DATE 14 APR 1965 +1 FAMC @F1295@ +<< +[0053] INDI rkey: I2715 offs: 0x0000152f lens: 0x00000059 +0x0000252f-0x00002587: +>>0 @I2715@ INDI +1 NAME Charles Edward // +1 SEX M +1 BIRT +2 DATE 14 JUL 1966 +1 FAMC @F1295@ +<< +[0054] INDI rkey: I2716 offs: 0x00001588 lens: 0x00000058 +0x00002588-0x000025df: +>>0 @I2716@ INDI +1 NAME James Patrick // +1 SEX M +1 BIRT +2 DATE 10 JUN 1969 +1 FAMC @F1295@ +<< +[0055] INDI rkey: I2717 offs: 0x000015e0 lens: 0x00000074 +0x000025e0-0x00002653: +>>0 @I2717@ INDI +1 NAME Johann Georg of_Hohenzollern// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 31 JUL 1932 +1 FAMS @F1296@ +<< +[0056] INDI rkey: I2718 offs: 0x00001654 lens: 0x00000058 +0x00002654-0x000026ab: +>>0 @I2718@ INDI +1 NAME Carl Christian // +1 SEX M +1 BIRT +2 DATE 5 APR 1962 +1 FAMC @F1296@ +<< +[0057] INDI rkey: I2719 offs: 0x000016ac lens: 0x00000065 +0x000026ac-0x00002710: +>>0 @I2719@ INDI +1 NAME Desiree Margaretha Victoria// +1 SEX F +1 BIRT +2 DATE 27 NOV 1963 +1 FAMC @F1296@ +<< +[0058] INDI rkey: I2720 offs: 0x00001711 lens: 0x0000005f +0x00002711-0x0000276f: +>>0 @I2720@ INDI +1 NAME Hubertus Gustaf Adolf// +1 SEX M +1 BIRT +2 DATE 10 JUN 1966 +1 FAMC @F1296@ +<< +[0059] INDI rkey: I2721 offs: 0x00001770 lens: 0x0000006f +0x00002770-0x000027de: +>>0 @I2721@ INDI +1 NAME Nicholas /Silfverschiold/ +1 SEX M +1 TITL Baron +1 BIRT +2 DATE 31 MAY 1934 +1 FAMS @F1297@ +<< +[0060] INDI rkey: I2722 offs: 0x000017df lens: 0x0000005a +0x000027df-0x00002838: +>>0 @I2722@ INDI +1 NAME Carl Otto Edmund// +1 SEX M +1 BIRT +2 DATE 22 MAR 1965 +1 FAMC @F1297@ +<< +[0061] INDI rkey: I2723 offs: 0x00001839 lens: 0x0000005b +0x00002839-0x00002893: +>>0 @I2723@ INDI +1 NAME Christina Louise // +1 SEX F +1 BIRT +2 DATE 29 SEP 1966 +1 FAMC @F1297@ +<< +[0062] INDI rkey: I2724 offs: 0x00001894 lens: 0x0000005a +0x00002894-0x000028ed: +>>0 @I2724@ INDI +1 NAME Helene Ingeborg // +1 SEX F +1 BIRT +2 DATE 20 SEP 1968 +1 FAMC @F1297@ +<< +[0063] INDI rkey: I2725 offs: 0x000018ee lens: 0x0000005c +0x000028ee-0x00002949: +>>0 @I2725@ INDI +1 NAME Tord Gosta /Magnuson/ +1 SEX M +1 BIRT +2 DATE 7 APR 1941 +1 FAMS @F1298@ +<< +[0064] INDI rkey: I2726 offs: 0x0000194a lens: 0x0000005b +0x0000294a-0x000029a4: +>>0 @I2726@ INDI +1 NAME Carl Gustaf Victor// +1 SEX M +1 BIRT +2 DATE 8 AUG 1975 +1 FAMC @F1298@ +<< +[0065] INDI rkey: I2727 offs: 0x000019a5 lens: 0x0000005c +0x000029a5-0x00002a00: +>>0 @I2727@ INDI +1 NAME Tord Oscar Fredrik// +1 SEX M +1 BIRT +2 DATE 20 JUN 1977 +1 FAMC @F1298@ +<< +[0066] INDI rkey: I2728 offs: 0x00001a01 lens: 0x0000005f +0x00002a01-0x00002a5f: +>>0 @I2728@ INDI +1 NAME Victor Edmund Lennart// +1 SEX M +1 BIRT +2 DATE 10 SEP 1980 +1 FAMC @F1298@ +<< +[0067] INDI rkey: I2729 offs: 0x00001a60 lens: 0x00000071 +0x00002a60-0x00002ad0: +>>0 @I2729@ INDI +1 NAME Madeleine Therese Amelie// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 10 JUN 1982 +1 FAMC @F375@ +<< +[0068] INDI rkey: I2730 offs: 0x00001ad1 lens: 0x00000075 +0x00002ad1-0x00002b45: +>>0 @I2730@ INDI +1 NAME Marianne of_Wisborg /Lindberg/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 15 JUL 1924 +1 FAMS @F293@ +<< +[0069] INDI rkey: I2731 offs: 0x00001b46 lens: 0x00000073 +0x00002b46-0x00002bb8: +>>0 @I2731@ INDI +1 NAME Lilian May of_Sweden/Davies/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 30 AUG 1915 +1 FAMS @F294@ +<< +[0070] INDI rkey: I2732 offs: 0x00001bb9 lens: 0x0000005f +0x00002bb9-0x00002c17: +>>0 @I2732@ INDI +1 NAME Erika /Patzek/ +1 SEX F +1 BIRT +2 DATE 1911 +2 PLAC ,Germany +1 FAMS @F291@ +<< +[0071] INDI rkey: I2733 offs: 0x00001c18 lens: 0x00000050 +0x00002c18-0x00002c67: +>>0 @I2733@ INDI +1 NAME Sonia /Robbert/ +1 SEX F +1 BIRT +2 DATE 1909 +1 FAMS @F292@ +<< +[0072] INDI rkey: I2734 offs: 0x00001c68 lens: 0x00000090 +0x00002c68-0x00002cf7: +>>0 @I2734@ INDI +1 NAME Elin Kerstin Margareta/Wijkmark/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 4 MAR 1910 +1 DEAT +2 DATE 11 SEP 1987 +1 FAMS @F295@ +<< +[0073] INDI rkey: I2735 offs: 0x00001cf8 lens: 0x0000007a +0x00002cf8-0x00002d71: +>>0 @I2735@ INDI +1 NAME Gunnila Martha Louise/Wachtmeister/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 12 MAY 1923 +1 FAMS @F296@ +<< +[0074] INDI rkey: I2736 offs: 0x00001d72 lens: 0x00000075 +0x00002d72-0x00002de6: +>>0 @I2736@ INDI +1 NAME Karin Emma Louise/Nissvandt/ +1 SEX F +1 BIRT +2 DATE 7 JUL 1911 +2 PLAC Nora,Sweden +1 FAMS @F762@ +<< +[0075] INDI rkey: I2737 offs: 0x00001de7 lens: 0x0000006f +0x00002de7-0x00002e55: +>>0 @I2737@ INDI +1 NAME Sonja Anita Maria/Hauntz/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 7 MAY 1944 +1 FAMS @F763@ +<< +[0076] INDI rkey: I2738 offs: 0x00001e56 lens: 0x0000009f +0x00002e56-0x00002ef4: +>>0 @I2738@ INDI +1 NAME Carl Gustaf Oscar// +1 SEX M +1 TITL Prince of Sweden +1 BIRT +2 DATE 10 JAN 1911 +1 FAMC @F298@ +1 FAMS @F1350@ +1 FAMS @F1351@ +1 FAMS @F1352@ +<< +[0077] INDI rkey: I2739 offs: 0x00001ef5 lens: 0x0000006d +0x00002ef5-0x00002f61: +>>0 @I2739@ INDI +1 NAME Kristine /Rivelsrud/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 22 APR 1932 +1 FAMS @F1352@ +<< +[0078] INDI rkey: I2740 offs: 0x00001f62 lens: 0x00000067 +0x00002f62-0x00002fc8: +>>0 @I2740@ INDI +1 NAME Michael // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1944 +1 FAMC @F292@ +1 FAMS @F1353@ +<< +[0079] INDI rkey: I2741 offs: 0x00001fc9 lens: 0x00000058 +0x00002fc9-0x00003020: +>>0 @I2741@ INDI +1 NAME Christine /Wellhoefer/ +1 SEX F +1 BIRT +2 DATE 1947 +1 FAMS @F1353@ +<< +[0080] INDI rkey: I2742 offs: 0x00002021 lens: 0x00000059 +0x00003021-0x00003079: +>>0 @I2742@ INDI +1 NAME Monica // +1 SEX F +1 BIRT +2 DATE 1948 +1 FAMC @F295@ +1 FAMS @F1354@ +<< +[0081] INDI rkey: I2743 offs: 0x0000207a lens: 0x0000004d +0x0000307a-0x000030c6: +>>0 @I2743@ INDI +1 NAME Christian // +1 SEX M +1 BIRT +2 DATE 1949 +1 FAMC @F295@ +<< +[0082] INDI rkey: I2744 offs: 0x000020c7 lens: 0x0000005c +0x000030c7-0x00003122: +>>0 @I2744@ INDI +1 NAME Johan /Bonde/ +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1950 +1 FAMS @F1354@ +<< +[0083] INDI rkey: I2745 offs: 0x00002123 lens: 0x0000005b +0x00003123-0x0000317d: +>>0 @I2745@ INDI +1 NAME Birgitta // +1 SEX F +1 BIRT +2 DATE 1933 +1 FAMC @F762@ +1 FAMS @F1355@ +<< +[0084] INDI rkey: I2746 offs: 0x0000217e lens: 0x0000005e +0x0000317e-0x000031db: +>>0 @I2746@ INDI +1 NAME Marie Louise // +1 SEX F +1 BIRT +2 DATE 1935 +1 FAMC @F762@ +1 FAMS @F1356@ +<< +[0085] INDI rkey: I2747 offs: 0x000021dc lens: 0x00000083 +0x000031dc-0x0000325e: +>>0 @I2747@ INDI +1 NAME Jan // +1 SEX M +1 BIRT +2 DATE 1941 +1 FAMC @F762@ +1 FAMS @F1357@ +1 FAMS @F1358@ +1 FAMS @F1359@ +1 FAMS @F1360@ +<< +[0086] INDI rkey: I2748 offs: 0x0000225f lens: 0x0000005a +0x0000325f-0x000032b8: +>>0 @I2748@ INDI +1 NAME Cecilia // +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMC @F762@ +1 FAMS @F1361@ +<< +[0087] INDI rkey: I2749 offs: 0x000022b9 lens: 0x00000055 +0x000032b9-0x0000330d: +>>0 @I2749@ INDI +1 NAME Friedrich /Straehl/ +1 SEX M +1 BIRT +2 DATE 1922 +1 FAMS @F1355@ +<< +[0088] INDI rkey: I2750 offs: 0x0000230e lens: 0x00000055 +0x0000330e-0x00003362: +>>0 @I2750@ INDI +1 NAME Friedrich /Straehl/ +1 SEX M +1 BIRT +2 DATE 1956 +1 FAMC @F1355@ +<< +[0089] INDI rkey: I2751 offs: 0x00002363 lens: 0x00000053 +0x00003363-0x000033b5: +>>0 @I2751@ INDI +1 NAME Andreas /Straehl/ +1 SEX M +1 BIRT +2 DATE 1957 +1 FAMC @F1355@ +<< +[0090] INDI rkey: I2752 offs: 0x000023b6 lens: 0x00000055 +0x000033b6-0x0000340a: +>>0 @I2752@ INDI +1 NAME Christina /Straehl/ +1 SEX F +1 BIRT +2 DATE 1960 +1 FAMC @F1355@ +<< +[0091] INDI rkey: I2753 offs: 0x0000240b lens: 0x00000053 +0x0000340b-0x0000345d: +>>0 @I2753@ INDI +1 NAME Desiree /Straehl/ +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F1355@ +<< +[0092] INDI rkey: I2754 offs: 0x0000245e lens: 0x00000053 +0x0000345e-0x000034b0: +>>0 @I2754@ INDI +1 NAME Stephan /Straehl/ +1 SEX M +1 BIRT +2 DATE 1964 +1 FAMC @F1355@ +<< +[0093] INDI rkey: I2755 offs: 0x000024b1 lens: 0x00000050 +0x000034b1-0x00003500: +>>0 @I2755@ INDI +1 NAME Rudolf /Kautz/ +1 SEX M +1 BIRT +2 DATE 1930 +1 FAMS @F1356@ +<< +[0094] INDI rkey: I2756 offs: 0x00002501 lens: 0x00000052 +0x00003501-0x00003552: +>>0 @I2756@ INDI +1 NAME Heinrich /Kautz/ +1 SEX M +1 BIRT +2 DATE 1957 +1 FAMC @F1356@ +<< +[0095] INDI rkey: I2757 offs: 0x00002553 lens: 0x0000004f +0x00003553-0x000035a1: +>>0 @I2757@ INDI +1 NAME Karin /Kautz/ +1 SEX F +1 BIRT +2 DATE 1958 +1 FAMC @F1356@ +<< +[0096] INDI rkey: I2758 offs: 0x000025a2 lens: 0x00000053 +0x000035a2-0x000035f4: +>>0 @I2758@ INDI +1 NAME Madeleine /Kautz/ +1 SEX F +1 BIRT +2 DATE 1961 +1 FAMC @F1356@ +<< +[0097] INDI rkey: I2759 offs: 0x000025f5 lens: 0x00000052 +0x000035f5-0x00003646: +>>0 @I2759@ INDI +1 NAME Gunilla /Stampe/ +1 SEX F +1 BIRT +2 DATE 1941 +1 FAMS @F1357@ +<< +[0098] INDI rkey: I2760 offs: 0x00002647 lens: 0x0000004f +0x00003647-0x00003695: +>>0 @I2760@ INDI +1 NAME Anna /Skarne/ +1 SEX F +1 BIRT +2 DATE 1944 +1 FAMS @F1358@ +<< +[0099] INDI rkey: I2761 offs: 0x00002696 lens: 0x0000004b +0x00003696-0x000036e0: +>>0 @I2761@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1968 +1 FAMC @F1358@ +<< +[0100] INDI rkey: I2762 offs: 0x000026e1 lens: 0x00000055 +0x000036e1-0x00003735: +>>0 @I2762@ INDI +1 NAME Annegret /Thomssen/ +1 SEX F +1 BIRT +2 DATE 1938 +1 FAMS @F1359@ +<< +[0101] INDI rkey: I2763 offs: 0x00002736 lens: 0x0000004c +0x00003736-0x00003781: +>>0 @I2763@ INDI +1 NAME Cecilia // +1 SEX F +1 BIRT +2 DATE 1971 +1 FAMC @F1359@ +<< +[0102] INDI rkey: I2764 offs: 0x00002782 lens: 0x00000050 +0x00003782-0x000037d1: +>>0 @I2764@ INDI +1 NAME Maritta /Berg/ +1 SEX F +1 BIRT +2 DATE 1953 +1 FAMS @F1360@ +<< +[0103] INDI rkey: I2765 offs: 0x000027d2 lens: 0x00000048 +0x000037d2-0x00003819: +>>0 @I2765@ INDI +1 NAME Son // +1 SEX M +1 BIRT +2 DATE 1977 +1 FAMC @F1360@ +<< +[0104] INDI rkey: I2766 offs: 0x0000281a lens: 0x00000056 +0x0000381a-0x0000386f: +>>0 @I2766@ INDI +1 NAME Hans-Jorg /Baenkler/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMS @F1361@ +<< +[0105] INDI rkey: I2767 offs: 0x00002870 lens: 0x0000004b +0x00003870-0x000038ba: +>>0 @I2767@ INDI +1 NAME Bettina // +1 SEX F +1 BIRT +2 DATE 1974 +1 FAMC @F763@ +<< +[0106] INDI rkey: I2768 offs: 0x000028bb lens: 0x00000049 +0x000038bb-0x00003903: +>>0 @I2768@ INDI +1 NAME Bjorn // +1 SEX M +1 BIRT +2 DATE 1975 +1 FAMC @F763@ +<< +[0107] INDI rkey: I2769 offs: 0x00002904 lens: 0x0000004d +0x00003904-0x00003950: +>>0 @I2769@ INDI +1 NAME Catherina // +1 SEX F +1 BIRT +2 DATE 1977 +1 FAMC @F763@ +<< +[0108] INDI rkey: I2770 offs: 0x00002951 lens: 0x00000083 +0x00003951-0x000039d3: +>>0 @I2770@ INDI +1 NAME Oscar // +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 1859 +1 DEAT +2 DATE 1953 +1 FAMC @F301@ +1 FAMS @F1362@ +<< +[0109] INDI rkey: I2771 offs: 0x000029d4 lens: 0x00000072 +0x000039d4-0x00003a45: +>>0 @I2771@ INDI +1 NAME Eugene // +1 SEX M +1 TITL Duke of Narke +1 BIRT +2 DATE 1865 +1 DEAT +2 DATE 1947 +1 FAMC @F301@ +<< +[0110] INDI rkey: I2772 offs: 0x00002a46 lens: 0x0000007a +0x00003a46-0x00003abf: +>>0 @I2772@ INDI +1 NAME Ebba of_Fulkila /Munck/ +1 SEX F +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1946 +1 FAMC @F1363@ +1 FAMS @F1362@ +<< +[0111] INDI rkey: I2773 offs: 0x00002ac0 lens: 0x00000077 +0x00003ac0-0x00003b36: +>>0 @I2773@ INDI +1 NAME Maria Bernadotte // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1889 +1 DEAT +2 DATE 1974 +1 FAMC @F1362@ +<< +[0112] INDI rkey: I2774 offs: 0x00002b37 lens: 0x0000009c +0x00003b37-0x00003bd2: +>>0 @I2774@ INDI +1 NAME Carl Bernadotte // +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 1890 +1 DEAT +2 DATE 1977 +1 FAMC @F1362@ +1 FAMS @F1364@ +1 FAMS @F1365@ +<< +[0113] INDI rkey: I2775 offs: 0x00002bd3 lens: 0x00000091 +0x00003bd3-0x00003c63: +>>0 @I2775@ INDI +1 NAME Sophia Bernadotte of_Wisborg// +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1892 +1 DEAT +2 DATE 1936 +1 FAMC @F1362@ +1 FAMS @F1366@ +<< +[0114] INDI rkey: I2776 offs: 0x00002c64 lens: 0x0000007c +0x00003c64-0x00003cdf: +>>0 @I2776@ INDI +1 NAME Elsa Bernadotte of_Wisborg// +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1893 +1 FAMC @F1362@ +1 FAMS @F1367@ +<< +[0115] INDI rkey: I2777 offs: 0x00002ce0 lens: 0x0000008e +0x00003ce0-0x00003d6d: +>>0 @I2777@ INDI +1 NAME Folke Bernadotte // +1 SEX M +1 TITL Count of Wisborg +1 BIRT +2 DATE 1895 +1 DEAT +2 DATE 1948 +1 FAMC @F1362@ +1 FAMS @F1368@ +<< +[0116] INDI rkey: I2778 offs: 0x00002d6e lens: 0x00000048 +0x00003d6e-0x00003db5: +>>0 @I2778@ INDI +1 NAME Charles of_Fulkila /Munck/ +1 SEX M +1 FAMS @F1363@ +<< +[0117] INDI rkey: I2779 offs: 0x00002db6 lens: 0x0000006e +0x00003db6-0x00003e23: +>>0 @I2779@ INDI +1 NAME Marianne of_Leufsta /de_Geer/ +1 SEX F +1 TITL Baroness +1 BIRT +2 DATE 1893 +1 FAMS @F1364@ +<< +[0118] INDI rkey: I2780 offs: 0x00002e24 lens: 0x0000005a +0x00003e24-0x00003e7d: +>>0 @I2780@ INDI +1 NAME Dagmar // +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMC @F1364@ +1 FAMS @F1369@ +<< +[0119] INDI rkey: I2781 offs: 0x00002e7e lens: 0x00000068 +0x00003e7e-0x00003ee5: +>>0 @I2781@ INDI +1 NAME Oscar // +1 SEX M +1 BIRT +2 DATE 1921 +1 FAMC @F1364@ +1 FAMS @F1370@ +1 FAMS @F1371@ +<< +[0120] INDI rkey: I2782 offs: 0x00002ee6 lens: 0x0000005d +0x00003ee6-0x00003f42: +>>0 @I2782@ INDI +1 NAME Catharina // +1 SEX F +1 BIRT +2 DATE 1926 +1 FAMC @F1364@ +1 FAMS @F1372@ +<< +[0121] INDI rkey: I2783 offs: 0x00002f43 lens: 0x00000058 +0x00003f43-0x00003f9a: +>>0 @I2783@ INDI +1 NAME Nils Magnus /von_Arbin/ +1 SEX M +1 BIRT +2 DATE 1910 +1 FAMS @F1369@ +<< +[0122] INDI rkey: I2784 offs: 0x00002f9b lens: 0x00000065 +0x00003f9b-0x00003fff: +>>0 @I2784@ INDI +1 NAME Marianne /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1937 +1 FAMC @F1369@ +1 FAMS @F1373@ +<< +[0123] INDI rkey: I2785 offs: 0x00003000 lens: 0x00000063 +0x00004000-0x00004062: +>>0 @I2785@ INDI +1 NAME Louise /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1940 +1 FAMC @F1369@ +1 FAMS @F1374@ +<< +[0124] INDI rkey: I2786 offs: 0x00003063 lens: 0x00000066 +0x00004063-0x000040c8: +>>0 @I2786@ INDI +1 NAME Catherine /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1946 +1 FAMC @F1369@ +1 FAMS @F1375@ +<< +[0125] INDI rkey: I2787 offs: 0x000030c9 lens: 0x00000065 +0x000040c9-0x0000412d: +>>0 @I2787@ INDI +1 NAME Jeanette /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMC @F1369@ +1 FAMS @F1376@ +<< +[0126] INDI rkey: I2788 offs: 0x0000312e lens: 0x00000057 +0x0000412e-0x00004184: +>>0 @I2788@ INDI +1 NAME Madeleine /von_Arbin/ +1 SEX F +1 BIRT +2 DATE 1955 +1 FAMC @F1369@ +<< + +0x00004185: EOF (0x00004185) GOOD + +BLOCK - DIRECTORY af/ac +0x00000000:ix_self: 0x00050002 (af/ac) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 127 +0x0000000e:ix_rkey[0000]: ' I2789' +0x00000016:ix_rkey[0001]: ' I2790' +0x0000001e:ix_rkey[0002]: ' I2791' +0x00000026:ix_rkey[0003]: ' I2792' +0x0000002e:ix_rkey[0004]: ' I2793' +0x00000036:ix_rkey[0005]: ' I2794' +0x0000003e:ix_rkey[0006]: ' I2795' +0x00000046:ix_rkey[0007]: ' I2796' +0x0000004e:ix_rkey[0008]: ' I2797' +0x00000056:ix_rkey[0009]: ' I2798' +0x0000005e:ix_rkey[0010]: ' I2799' +0x00000066:ix_rkey[0011]: ' I2800' +0x0000006e:ix_rkey[0012]: ' I2801' +0x00000076:ix_rkey[0013]: ' I2802' +0x0000007e:ix_rkey[0014]: ' I2803' +0x00000086:ix_rkey[0015]: ' I2804' +0x0000008e:ix_rkey[0016]: ' I2805' +0x00000096:ix_rkey[0017]: ' I2806' +0x0000009e:ix_rkey[0018]: ' I2807' +0x000000a6:ix_rkey[0019]: ' I2808' +0x000000ae:ix_rkey[0020]: ' I2809' +0x000000b6:ix_rkey[0021]: ' I2810' +0x000000be:ix_rkey[0022]: ' I2811' +0x000000c6:ix_rkey[0023]: ' I2812' +0x000000ce:ix_rkey[0024]: ' I2813' +0x000000d6:ix_rkey[0025]: ' I2814' +0x000000de:ix_rkey[0026]: ' I2815' +0x000000e6:ix_rkey[0027]: ' I2816' +0x000000ee:ix_rkey[0028]: ' I2817' +0x000000f6:ix_rkey[0029]: ' I2818' +0x000000fe:ix_rkey[0030]: ' I2819' +0x00000106:ix_rkey[0031]: ' I2820' +0x0000010e:ix_rkey[0032]: ' I2821' +0x00000116:ix_rkey[0033]: ' I2822' +0x0000011e:ix_rkey[0034]: ' I2823' +0x00000126:ix_rkey[0035]: ' I2824' +0x0000012e:ix_rkey[0036]: ' I2825' +0x00000136:ix_rkey[0037]: ' I2826' +0x0000013e:ix_rkey[0038]: ' I2827' +0x00000146:ix_rkey[0039]: ' I2828' +0x0000014e:ix_rkey[0040]: ' I2829' +0x00000156:ix_rkey[0041]: ' I2830' +0x0000015e:ix_rkey[0042]: ' I2831' +0x00000166:ix_rkey[0043]: ' I2832' +0x0000016e:ix_rkey[0044]: ' I2833' +0x00000176:ix_rkey[0045]: ' I2834' +0x0000017e:ix_rkey[0046]: ' I2835' +0x00000186:ix_rkey[0047]: ' I2836' +0x0000018e:ix_rkey[0048]: ' I2837' +0x00000196:ix_rkey[0049]: ' I2838' +0x0000019e:ix_rkey[0050]: ' I2839' +0x000001a6:ix_rkey[0051]: ' I2840' +0x000001ae:ix_rkey[0052]: ' I2841' +0x000001b6:ix_rkey[0053]: ' I2842' +0x000001be:ix_rkey[0054]: ' I2843' +0x000001c6:ix_rkey[0055]: ' I2844' +0x000001ce:ix_rkey[0056]: ' I2845' +0x000001d6:ix_rkey[0057]: ' I2846' +0x000001de:ix_rkey[0058]: ' I2847' +0x000001e6:ix_rkey[0059]: ' I2848' +0x000001ee:ix_rkey[0060]: ' I2849' +0x000001f6:ix_rkey[0061]: ' I2850' +0x000001fe:ix_rkey[0062]: ' I2851' +0x00000206:ix_rkey[0063]: ' I2852' +0x0000020e:ix_rkey[0064]: ' I2853' +0x00000216:ix_rkey[0065]: ' I2854' +0x0000021e:ix_rkey[0066]: ' I2855' +0x00000226:ix_rkey[0067]: ' I2856' +0x0000022e:ix_rkey[0068]: ' I2857' +0x00000236:ix_rkey[0069]: ' I2858' +0x0000023e:ix_rkey[0070]: ' I2859' +0x00000246:ix_rkey[0071]: ' I2860' +0x0000024e:ix_rkey[0072]: ' I2861' +0x00000256:ix_rkey[0073]: ' I2862' +0x0000025e:ix_rkey[0074]: ' I2863' +0x00000266:ix_rkey[0075]: ' I2864' +0x0000026e:ix_rkey[0076]: ' I2865' +0x00000276:ix_rkey[0077]: ' I2866' +0x0000027e:ix_rkey[0078]: ' I2867' +0x00000286:ix_rkey[0079]: ' I2868' +0x0000028e:ix_rkey[0080]: ' I2869' +0x00000296:ix_rkey[0081]: ' I2870' +0x0000029e:ix_rkey[0082]: ' I2871' +0x000002a6:ix_rkey[0083]: ' I2872' +0x000002ae:ix_rkey[0084]: ' I2873' +0x000002b6:ix_rkey[0085]: ' I2874' +0x000002be:ix_rkey[0086]: ' I2875' +0x000002c6:ix_rkey[0087]: ' I2876' +0x000002ce:ix_rkey[0088]: ' I2877' +0x000002d6:ix_rkey[0089]: ' I2878' +0x000002de:ix_rkey[0090]: ' I2879' +0x000002e6:ix_rkey[0091]: ' I2880' +0x000002ee:ix_rkey[0092]: ' I2881' +0x000002f6:ix_rkey[0093]: ' I2882' +0x000002fe:ix_rkey[0094]: ' I2883' +0x00000306:ix_rkey[0095]: ' I2884' +0x0000030e:ix_rkey[0096]: ' I2885' +0x00000316:ix_rkey[0097]: ' I2886' +0x0000031e:ix_rkey[0098]: ' I2887' +0x00000326:ix_rkey[0099]: ' I2888' +0x0000032e:ix_rkey[0100]: ' I2889' +0x00000336:ix_rkey[0101]: ' I2890' +0x0000033e:ix_rkey[0102]: ' I2891' +0x00000346:ix_rkey[0103]: ' I2892' +0x0000034e:ix_rkey[0104]: ' I2893' +0x00000356:ix_rkey[0105]: ' I2894' +0x0000035e:ix_rkey[0106]: ' I2895' +0x00000366:ix_rkey[0107]: ' I2896' +0x0000036e:ix_rkey[0108]: ' I2897' +0x00000376:ix_rkey[0109]: ' I2898' +0x0000037e:ix_rkey[0110]: ' I2899' +0x00000386:ix_rkey[0111]: ' I2900' +0x0000038e:ix_rkey[0112]: ' I2901' +0x00000396:ix_rkey[0113]: ' I2902' +0x0000039e:ix_rkey[0114]: ' I2903' +0x000003a6:ix_rkey[0115]: ' I2904' +0x000003ae:ix_rkey[0116]: ' I2905' +0x000003b6:ix_rkey[0117]: ' I2906' +0x000003be:ix_rkey[0118]: ' I2907' +0x000003c6:ix_rkey[0119]: ' I2908' +0x000003ce:ix_rkey[0120]: ' I2909' +0x000003d6:ix_rkey[0121]: ' I2910' +0x000003de:ix_rkey[0122]: ' I2911' +0x000003e6:ix_rkey[0123]: ' I2912' +0x000003ee:ix_rkey[0124]: ' I2913' +0x000003f6:ix_rkey[0125]: ' I2914' +0x000003fe:ix_rkey[0126]: ' I2915' + +deleted/unused entries +0x00000406-0x00000805:ix_rkey[0127-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000005c +0x0000080c:ix_offs[0001]: 0x0000005c 0x00000c08:ix_lens[0001]: 0x00000051 +0x00000810:ix_offs[0002]: 0x000000ad 0x00000c0c:ix_lens[0002]: 0x00000052 +0x00000814:ix_offs[0003]: 0x000000ff 0x00000c10:ix_lens[0003]: 0x00000055 +0x00000818:ix_offs[0004]: 0x00000154 0x00000c14:ix_lens[0004]: 0x00000055 +0x0000081c:ix_offs[0005]: 0x000001a9 0x00000c18:ix_lens[0005]: 0x00000050 +0x00000820:ix_offs[0006]: 0x000001f9 0x00000c1c:ix_lens[0006]: 0x00000051 +0x00000824:ix_offs[0007]: 0x0000024a 0x00000c20:ix_lens[0007]: 0x00000054 +0x00000828:ix_offs[0008]: 0x0000029e 0x00000c24:ix_lens[0008]: 0x00000051 +0x0000082c:ix_offs[0009]: 0x000002ef 0x00000c28:ix_lens[0009]: 0x00000053 +0x00000830:ix_offs[0010]: 0x00000342 0x00000c2c:ix_lens[0010]: 0x00000058 +0x00000834:ix_offs[0011]: 0x0000039a 0x00000c30:ix_lens[0011]: 0x00000056 +0x00000838:ix_offs[0012]: 0x000003f0 0x00000c34:ix_lens[0012]: 0x00000056 +0x0000083c:ix_offs[0013]: 0x00000446 0x00000c38:ix_lens[0013]: 0x00000054 +0x00000840:ix_offs[0014]: 0x0000049a 0x00000c3c:ix_lens[0014]: 0x00000052 +0x00000844:ix_offs[0015]: 0x000004ec 0x00000c40:ix_lens[0015]: 0x0000005d +0x00000848:ix_offs[0016]: 0x00000549 0x00000c44:ix_lens[0016]: 0x00000063 +0x0000084c:ix_offs[0017]: 0x000005ac 0x00000c48:ix_lens[0017]: 0x0000004d +0x00000850:ix_offs[0018]: 0x000005f9 0x00000c4c:ix_lens[0018]: 0x00000049 +0x00000854:ix_offs[0019]: 0x00000642 0x00000c50:ix_lens[0019]: 0x0000004f +0x00000858:ix_offs[0020]: 0x00000691 0x00000c54:ix_lens[0020]: 0x0000004e +0x0000085c:ix_offs[0021]: 0x000006df 0x00000c58:ix_lens[0021]: 0x00000054 +0x00000860:ix_offs[0022]: 0x00000733 0x00000c5c:ix_lens[0022]: 0x00000054 +0x00000864:ix_offs[0023]: 0x00000787 0x00000c60:ix_lens[0023]: 0x00000053 +0x00000868:ix_offs[0024]: 0x000007da 0x00000c64:ix_lens[0024]: 0x00000059 +0x0000086c:ix_offs[0025]: 0x00000833 0x00000c68:ix_lens[0025]: 0x00000056 +0x00000870:ix_offs[0026]: 0x00000889 0x00000c6c:ix_lens[0026]: 0x0000004f +0x00000874:ix_offs[0027]: 0x000008d8 0x00000c70:ix_lens[0027]: 0x0000004b +0x00000878:ix_offs[0028]: 0x00000923 0x00000c74:ix_lens[0028]: 0x00000078 +0x0000087c:ix_offs[0029]: 0x0000099b 0x00000c78:ix_lens[0029]: 0x00000065 +0x00000880:ix_offs[0030]: 0x00000a00 0x00000c7c:ix_lens[0030]: 0x00000054 +0x00000884:ix_offs[0031]: 0x00000a54 0x00000c80:ix_lens[0031]: 0x0000005e +0x00000888:ix_offs[0032]: 0x00000ab2 0x00000c84:ix_lens[0032]: 0x00000059 +0x0000088c:ix_offs[0033]: 0x00000b0b 0x00000c88:ix_lens[0033]: 0x00000064 +0x00000890:ix_offs[0034]: 0x00000b6f 0x00000c8c:ix_lens[0034]: 0x0000004b +0x00000894:ix_offs[0035]: 0x00000bba 0x00000c90:ix_lens[0035]: 0x00000054 +0x00000898:ix_offs[0036]: 0x00000c0e 0x00000c94:ix_lens[0036]: 0x00000049 +0x0000089c:ix_offs[0037]: 0x00000c57 0x00000c98:ix_lens[0037]: 0x0000004a +0x000008a0:ix_offs[0038]: 0x00000ca1 0x00000c9c:ix_lens[0038]: 0x0000004a +0x000008a4:ix_offs[0039]: 0x00000ceb 0x00000ca0:ix_lens[0039]: 0x0000004b +0x000008a8:ix_offs[0040]: 0x00000d36 0x00000ca4:ix_lens[0040]: 0x00000070 +0x000008ac:ix_offs[0041]: 0x00000da6 0x00000ca8:ix_lens[0041]: 0x00000040 +0x000008b0:ix_offs[0042]: 0x00000de6 0x00000cac:ix_lens[0042]: 0x00000062 +0x000008b4:ix_offs[0043]: 0x00000e48 0x00000cb0:ix_lens[0043]: 0x00000076 +0x000008b8:ix_offs[0044]: 0x00000ebe 0x00000cb4:ix_lens[0044]: 0x0000006a +0x000008bc:ix_offs[0045]: 0x00000f28 0x00000cb8:ix_lens[0045]: 0x00000059 +0x000008c0:ix_offs[0046]: 0x00000f81 0x00000cbc:ix_lens[0046]: 0x00000056 +0x000008c4:ix_offs[0047]: 0x00000fd7 0x00000cc0:ix_lens[0047]: 0x00000051 +0x000008c8:ix_offs[0048]: 0x00001028 0x00000cc4:ix_lens[0048]: 0x00000051 +0x000008cc:ix_offs[0049]: 0x00001079 0x00000cc8:ix_lens[0049]: 0x0000004f +0x000008d0:ix_offs[0050]: 0x000010c8 0x00000ccc:ix_lens[0050]: 0x0000006a +0x000008d4:ix_offs[0051]: 0x00001132 0x00000cd0:ix_lens[0051]: 0x0000004f +0x000008d8:ix_offs[0052]: 0x00001181 0x00000cd4:ix_lens[0052]: 0x00000055 +0x000008dc:ix_offs[0053]: 0x000011d6 0x00000cd8:ix_lens[0053]: 0x00000072 +0x000008e0:ix_offs[0054]: 0x00001248 0x00000cdc:ix_lens[0054]: 0x00000076 +0x000008e4:ix_offs[0055]: 0x000012be 0x00000ce0:ix_lens[0055]: 0x00000061 +0x000008e8:ix_offs[0056]: 0x0000131f 0x00000ce4:ix_lens[0056]: 0x00000067 +0x000008ec:ix_offs[0057]: 0x00001386 0x00000ce8:ix_lens[0057]: 0x00000066 +0x000008f0:ix_offs[0058]: 0x000013ec 0x00000cec:ix_lens[0058]: 0x00000069 +0x000008f4:ix_offs[0059]: 0x00001455 0x00000cf0:ix_lens[0059]: 0x00000063 +0x000008f8:ix_offs[0060]: 0x000014b8 0x00000cf4:ix_lens[0060]: 0x00000052 +0x000008fc:ix_offs[0061]: 0x0000150a 0x00000cf8:ix_lens[0061]: 0x0000006c +0x00000900:ix_offs[0062]: 0x00001576 0x00000cfc:ix_lens[0062]: 0x0000007f +0x00000904:ix_offs[0063]: 0x000015f5 0x00000d00:ix_lens[0063]: 0x00000077 +0x00000908:ix_offs[0064]: 0x0000166c 0x00000d04:ix_lens[0064]: 0x0000007e +0x0000090c:ix_offs[0065]: 0x000016ea 0x00000d08:ix_lens[0065]: 0x0000005e +0x00000910:ix_offs[0066]: 0x00001748 0x00000d0c:ix_lens[0066]: 0x0000005e +0x00000914:ix_offs[0067]: 0x000017a6 0x00000d10:ix_lens[0067]: 0x00000061 +0x00000918:ix_offs[0068]: 0x00001807 0x00000d14:ix_lens[0068]: 0x00000060 +0x0000091c:ix_offs[0069]: 0x00001867 0x00000d18:ix_lens[0069]: 0x0000006c +0x00000920:ix_offs[0070]: 0x000018d3 0x00000d1c:ix_lens[0070]: 0x00000078 +0x00000924:ix_offs[0071]: 0x0000194b 0x00000d20:ix_lens[0071]: 0x0000005d +0x00000928:ix_offs[0072]: 0x000019a8 0x00000d24:ix_lens[0072]: 0x0000005e +0x0000092c:ix_offs[0073]: 0x00001a06 0x00000d28:ix_lens[0073]: 0x0000005d +0x00000930:ix_offs[0074]: 0x00001a63 0x00000d2c:ix_lens[0074]: 0x0000007d +0x00000934:ix_offs[0075]: 0x00001ae0 0x00000d30:ix_lens[0075]: 0x00000060 +0x00000938:ix_offs[0076]: 0x00001b40 0x00000d34:ix_lens[0076]: 0x00000052 +0x0000093c:ix_offs[0077]: 0x00001b92 0x00000d38:ix_lens[0077]: 0x00000064 +0x00000940:ix_offs[0078]: 0x00001bf6 0x00000d3c:ix_lens[0078]: 0x00000070 +0x00000944:ix_offs[0079]: 0x00001c66 0x00000d40:ix_lens[0079]: 0x0000006e +0x00000948:ix_offs[0080]: 0x00001cd4 0x00000d44:ix_lens[0080]: 0x00000061 +0x0000094c:ix_offs[0081]: 0x00001d35 0x00000d48:ix_lens[0081]: 0x0000004a +0x00000950:ix_offs[0082]: 0x00001d7f 0x00000d4c:ix_lens[0082]: 0x0000004d +0x00000954:ix_offs[0083]: 0x00001dcc 0x00000d50:ix_lens[0083]: 0x00000049 +0x00000958:ix_offs[0084]: 0x00001e15 0x00000d54:ix_lens[0084]: 0x0000004a +0x0000095c:ix_offs[0085]: 0x00001e5f 0x00000d58:ix_lens[0085]: 0x0000006d +0x00000960:ix_offs[0086]: 0x00001ecc 0x00000d5c:ix_lens[0086]: 0x00000067 +0x00000964:ix_offs[0087]: 0x00001f33 0x00000d60:ix_lens[0087]: 0x0000006a +0x00000968:ix_offs[0088]: 0x00001f9d 0x00000d64:ix_lens[0088]: 0x00000062 +0x0000096c:ix_offs[0089]: 0x00001fff 0x00000d68:ix_lens[0089]: 0x00000070 +0x00000970:ix_offs[0090]: 0x0000206f 0x00000d6c:ix_lens[0090]: 0x0000006a +0x00000974:ix_offs[0091]: 0x000020d9 0x00000d70:ix_lens[0091]: 0x00000087 +0x00000978:ix_offs[0092]: 0x00002160 0x00000d74:ix_lens[0092]: 0x00000062 +0x0000097c:ix_offs[0093]: 0x000021c2 0x00000d78:ix_lens[0093]: 0x0000006a +0x00000980:ix_offs[0094]: 0x0000222c 0x00000d7c:ix_lens[0094]: 0x00000062 +0x00000984:ix_offs[0095]: 0x0000228e 0x00000d80:ix_lens[0095]: 0x00000074 +0x00000988:ix_offs[0096]: 0x00002302 0x00000d84:ix_lens[0096]: 0x00000099 +0x0000098c:ix_offs[0097]: 0x0000239b 0x00000d88:ix_lens[0097]: 0x00000057 +0x00000990:ix_offs[0098]: 0x000023f2 0x00000d8c:ix_lens[0098]: 0x0000007d +0x00000994:ix_offs[0099]: 0x0000246f 0x00000d90:ix_lens[0099]: 0x0000005b +0x00000998:ix_offs[0100]: 0x000024ca 0x00000d94:ix_lens[0100]: 0x0000006a +0x0000099c:ix_offs[0101]: 0x00002534 0x00000d98:ix_lens[0101]: 0x0000006b +0x000009a0:ix_offs[0102]: 0x0000259f 0x00000d9c:ix_lens[0102]: 0x00000077 +0x000009a4:ix_offs[0103]: 0x00002616 0x00000da0:ix_lens[0103]: 0x0000006f +0x000009a8:ix_offs[0104]: 0x00002685 0x00000da4:ix_lens[0104]: 0x00000066 +0x000009ac:ix_offs[0105]: 0x000026eb 0x00000da8:ix_lens[0105]: 0x0000007b +0x000009b0:ix_offs[0106]: 0x00002766 0x00000dac:ix_lens[0106]: 0x0000007e +0x000009b4:ix_offs[0107]: 0x000027e4 0x00000db0:ix_lens[0107]: 0x00000080 +0x000009b8:ix_offs[0108]: 0x00002864 0x00000db4:ix_lens[0108]: 0x00000081 +0x000009bc:ix_offs[0109]: 0x000028e5 0x00000db8:ix_lens[0109]: 0x00000081 +0x000009c0:ix_offs[0110]: 0x00002966 0x00000dbc:ix_lens[0110]: 0x00000051 +0x000009c4:ix_offs[0111]: 0x000029b7 0x00000dc0:ix_lens[0111]: 0x0000007f +0x000009c8:ix_offs[0112]: 0x00002a36 0x00000dc4:ix_lens[0112]: 0x0000006c +0x000009cc:ix_offs[0113]: 0x00002aa2 0x00000dc8:ix_lens[0113]: 0x0000007e +0x000009d0:ix_offs[0114]: 0x00002b20 0x00000dcc:ix_lens[0114]: 0x00000070 +0x000009d4:ix_offs[0115]: 0x00002b90 0x00000dd0:ix_lens[0115]: 0x00000075 +0x000009d8:ix_offs[0116]: 0x00002c05 0x00000dd4:ix_lens[0116]: 0x0000007d +0x000009dc:ix_offs[0117]: 0x00002c82 0x00000dd8:ix_lens[0117]: 0x00000073 +0x000009e0:ix_offs[0118]: 0x00002cf5 0x00000ddc:ix_lens[0118]: 0x0000007a +0x000009e4:ix_offs[0119]: 0x00002d6f 0x00000de0:ix_lens[0119]: 0x0000005e +0x000009e8:ix_offs[0120]: 0x00002dcd 0x00000de4:ix_lens[0120]: 0x0000006a +0x000009ec:ix_offs[0121]: 0x00002e37 0x00000de8:ix_lens[0121]: 0x00000070 +0x000009f0:ix_offs[0122]: 0x00002ea7 0x00000dec:ix_lens[0122]: 0x0000007f +0x000009f4:ix_offs[0123]: 0x00002f26 0x00000df0:ix_lens[0123]: 0x0000006d +0x000009f8:ix_offs[0124]: 0x00002f93 0x00000df4:ix_lens[0124]: 0x00000052 +0x000009fc:ix_offs[0125]: 0x00002fe5 0x00000df8:ix_lens[0125]: 0x00000040 +0x00000a00:ix_offs[0126]: 0x00003025 0x00000dfc:ix_lens[0126]: 0x00000074 + +0x00000a04-0x00000c03:ix_offs[0127-0254] default value 0x00000000 +0x00000e00-0x00000fff:ix_lens[0127-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2789 offs: 0x00000000 lens: 0x0000005c +0x00001000-0x0000105b: +>>0 @I2789@ INDI +1 NAME Miles /Flach/ +1 SEX M +1 TITL Capt. +1 BIRT +2 DATE 1934 +1 FAMS @F1373@ +<< +[0001] INDI rkey: I2790 offs: 0x0000005c lens: 0x00000051 +0x0000105c-0x000010ac: +>>0 @I2790@ INDI +1 NAME Camilla /Flach/ +1 SEX F +1 BIRT +2 DATE 1960 +1 FAMC @F1373@ +<< +[0002] INDI rkey: I2791 offs: 0x000000ad lens: 0x00000052 +0x000010ad-0x000010fe: +>>0 @I2791@ INDI +1 NAME Dick /Bergstrom/ +1 SEX M +1 BIRT +2 DATE 1936 +1 FAMS @F1374@ +<< +[0003] INDI rkey: I2792 offs: 0x000000ff lens: 0x00000055 +0x000010ff-0x00001153: +>>0 @I2792@ INDI +1 NAME Therese /Bergstrom/ +1 SEX F +1 BIRT +2 DATE 1963 +1 FAMC @F1374@ +<< +[0004] INDI rkey: I2793 offs: 0x00000154 lens: 0x00000055 +0x00001154-0x000011a8: +>>0 @I2793@ INDI +1 NAME Michael /Bergstrom/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F1374@ +<< +[0005] INDI rkey: I2794 offs: 0x000001a9 lens: 0x00000050 +0x000011a9-0x000011f8: +>>0 @I2794@ INDI +1 NAME Johan /Ryding/ +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F1375@ +<< +[0006] INDI rkey: I2795 offs: 0x000001f9 lens: 0x00000051 +0x000011f9-0x00001249: +>>0 @I2795@ INDI +1 NAME Gustaf /Ryding/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F1375@ +<< +[0007] INDI rkey: I2796 offs: 0x0000024a lens: 0x00000054 +0x0000124a-0x0000129d: +>>0 @I2796@ INDI +1 NAME Charlotte /Ryding/ +1 SEX F +1 BIRT +2 DATE 1974 +1 FAMC @F1375@ +<< +[0008] INDI rkey: I2797 offs: 0x0000029e lens: 0x00000051 +0x0000129e-0x000012ee: +>>0 @I2797@ INDI +1 NAME Esben /Coljach/ +1 SEX M +1 BIRT +2 DATE 1947 +1 FAMS @F1376@ +<< +[0009] INDI rkey: I2798 offs: 0x000002ef lens: 0x00000053 +0x000012ef-0x00001341: +>>0 @I2798@ INDI +1 NAME Ebba /Gyllenkrok/ +1 SEX F +1 BIRT +2 DATE 1918 +1 FAMS @F1370@ +<< +[0010] INDI rkey: I2799 offs: 0x00000342 lens: 0x00000058 +0x00001342-0x00001399: +>>0 @I2799@ INDI +1 NAME Ebba // +1 SEX F +1 BIRT +2 DATE 1945 +1 FAMC @F1370@ +1 FAMS @F1377@ +<< +[0011] INDI rkey: I2800 offs: 0x0000039a lens: 0x00000056 +0x0000139a-0x000013ef: +>>0 @I2800@ INDI +1 NAME Pontus /Reutersward/ +1 SEX M +1 BIRT +2 DATE 1943 +1 FAMS @F1377@ +<< +[0012] INDI rkey: I2801 offs: 0x000003f0 lens: 0x00000056 +0x000013f0-0x00001445: +>>0 @I2801@ INDI +1 NAME Gustaf /Reutersward/ +1 SEX M +1 BIRT +2 DATE 1971 +1 FAMC @F1377@ +<< +[0013] INDI rkey: I2802 offs: 0x00000446 lens: 0x00000054 +0x00001446-0x00001499: +>>0 @I2802@ INDI +1 NAME Anna /Reutersward/ +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F1377@ +<< +[0014] INDI rkey: I2803 offs: 0x0000049a lens: 0x00000052 +0x0000149a-0x000014eb: +>>0 @I2803@ INDI +1 NAME Gertrude /Ollen/ +1 SEX F +1 BIRT +2 DATE 1916 +1 FAMS @F1371@ +<< +[0015] INDI rkey: I2804 offs: 0x000004ec lens: 0x0000005d +0x000014ec-0x00001548: +>>0 @I2804@ INDI +1 NAME Christina // +1 SEX F +1 BIRT +2 DATE 1951 +1 FAMC @F1371@ +1 FAMS @F1378@ +<< +[0016] INDI rkey: I2805 offs: 0x00000549 lens: 0x00000063 +0x00001549-0x000015ab: +>>0 @I2805@ INDI +1 NAME Peter /Langenskiold/ +1 SEX M +1 TITL Baron +1 BIRT +2 DATE 1950 +1 FAMS @F1378@ +<< +[0017] INDI rkey: I2806 offs: 0x000005ac lens: 0x0000004d +0x000015ac-0x000015f8: +>>0 @I2806@ INDI +1 NAME Birgitta // +1 SEX F +1 BIRT +2 DATE 1953 +1 FAMC @F1371@ +<< +[0018] INDI rkey: I2807 offs: 0x000005f9 lens: 0x00000049 +0x000015f9-0x00001641: +>>0 @I2807@ INDI +1 NAME Carl // +1 SEX M +1 BIRT +2 DATE 1955 +1 FAMC @F1371@ +<< +[0019] INDI rkey: I2808 offs: 0x00000642 lens: 0x0000004f +0x00001642-0x00001690: +>>0 @I2808@ INDI +1 NAME Tore /Nilert/ +1 SEX M +1 BIRT +2 DATE 1915 +1 FAMS @F1372@ +<< +[0020] INDI rkey: I2809 offs: 0x00000691 lens: 0x0000004e +0x00001691-0x000016de: +>>0 @I2809@ INDI +1 NAME Jan /Nilert/ +1 SEX M +1 BIRT +2 DATE 1950 +1 FAMC @F1372@ +<< +[0021] INDI rkey: I2810 offs: 0x000006df lens: 0x00000054 +0x000016df-0x00001732: +>>0 @I2810@ INDI +1 NAME Charlotte /Nilert/ +1 SEX F +1 BIRT +2 DATE 1952 +1 FAMC @F1372@ +<< +[0022] INDI rkey: I2811 offs: 0x00000733 lens: 0x00000054 +0x00001733-0x00001786: +>>0 @I2811@ INDI +1 NAME Anne Marie /Nilert/ +1 SEX F +1 BIRT +2 DATE 1954 +1 FAMC @F1372@ +<< +[0023] INDI rkey: I2812 offs: 0x00000787 lens: 0x00000053 +0x00001787-0x000017d9: +>>0 @I2812@ INDI +1 NAME Gerty /Borjesson/ +1 SEX F +1 BIRT +2 DATE 1910 +1 FAMS @F1365@ +<< +[0024] INDI rkey: I2813 offs: 0x000007da lens: 0x00000059 +0x000017da-0x00001832: +>>0 @I2813@ INDI +1 NAME Claes // +1 SEX M +1 BIRT +2 DATE 1942 +1 FAMC @F1365@ +1 FAMS @F1379@ +<< +[0025] INDI rkey: I2814 offs: 0x00000833 lens: 0x00000056 +0x00001833-0x00001888: +>>0 @I2814@ INDI +1 NAME Birgitta /Magnusson/ +1 SEX F +1 BIRT +2 DATE 1943 +1 FAMS @F1379@ +<< +[0026] INDI rkey: I2815 offs: 0x00000889 lens: 0x0000004f +0x00001889-0x000018d7: +>>0 @I2815@ INDI +1 NAME Carl Johann // +1 SEX M +1 BIRT +2 DATE 1970 +1 FAMC @F1379@ +<< +[0027] INDI rkey: I2816 offs: 0x000008d8 lens: 0x0000004b +0x000018d8-0x00001922: +>>0 @I2816@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1973 +1 FAMC @F1379@ +<< +[0028] INDI rkey: I2817 offs: 0x00000923 lens: 0x00000078 +0x00001923-0x0000199a: +>>0 @I2817@ INDI +1 NAME Carl Marten /Fleetwood/ +1 SEX M +1 TITL Baron +1 BIRT +2 DATE 1885 +1 DEAT +2 DATE 1966 +1 FAMS @F1366@ +<< +[0029] INDI rkey: I2818 offs: 0x0000099b lens: 0x00000065 +0x0000199b-0x000019ff: +>>0 @I2818@ INDI +1 NAME Hugo /Cedergren/ +1 SEX M +1 BIRT +2 DATE 1891 +1 DEAT +2 DATE 1971 +1 FAMS @F1367@ +<< +[0030] INDI rkey: I2819 offs: 0x00000a00 lens: 0x00000054 +0x00001a00-0x00001a53: +>>0 @I2819@ INDI +1 NAME Estelle /Manville/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F1368@ +<< +[0031] INDI rkey: I2820 offs: 0x00000a54 lens: 0x0000005e +0x00001a54-0x00001ab1: +>>0 @I2820@ INDI +1 NAME Gustaf // +1 SEX M +1 BIRT +2 DATE 1930 +1 DEAT +2 DATE 1966 +1 FAMC @F1368@ +<< +[0032] INDI rkey: I2821 offs: 0x00000ab2 lens: 0x00000059 +0x00001ab2-0x00001b0a: +>>0 @I2821@ INDI +1 NAME Folke // +1 SEX M +1 BIRT +2 DATE 1931 +1 FAMC @F1368@ +1 FAMS @F1380@ +<< +[0033] INDI rkey: I2822 offs: 0x00000b0b lens: 0x00000064 +0x00001b0b-0x00001b6e: +>>0 @I2822@ INDI +1 NAME Fredrik Oscar // +1 SEX M +1 BIRT +2 DATE 1934 +1 DEAT +2 DATE 1934 +1 FAMC @F1368@ +<< +[0034] INDI rkey: I2823 offs: 0x00000b6f lens: 0x0000004b +0x00001b6f-0x00001bb9: +>>0 @I2823@ INDI +1 NAME Bertil // +1 SEX M +1 BIRT +2 DATE 1925 +1 FAMC @F1368@ +<< +[0035] INDI rkey: I2824 offs: 0x00000bba lens: 0x00000054 +0x00001bba-0x00001c0d: +>>0 @I2824@ INDI +1 NAME Christine /Glahns/ +1 SEX F +1 BIRT +2 DATE 1932 +1 FAMS @F1380@ +<< +[0036] INDI rkey: I2825 offs: 0x00000c0e lens: 0x00000049 +0x00001c0e-0x00001c56: +>>0 @I2825@ INDI +1 NAME Anna // +1 SEX F +1 BIRT +2 DATE 1956 +1 FAMC @F1380@ +<< +[0037] INDI rkey: I2826 offs: 0x00000c57 lens: 0x0000004a +0x00001c57-0x00001ca0: +>>0 @I2826@ INDI +1 NAME Folke // +1 SEX M +1 BIRT +2 DATE 1958 +1 FAMC @F1380@ +<< +[0038] INDI rkey: I2827 offs: 0x00000ca1 lens: 0x0000004a +0x00001ca1-0x00001cea: +>>0 @I2827@ INDI +1 NAME Maria // +1 SEX F +1 BIRT +2 DATE 1962 +1 FAMC @F1380@ +<< +[0039] INDI rkey: I2828 offs: 0x00000ceb lens: 0x0000004b +0x00001ceb-0x00001d35: +>>0 @I2828@ INDI +1 NAME Gunnar // +1 SEX M +1 BIRT +2 DATE 1963 +1 FAMC @F1380@ +<< +[0040] INDI rkey: I2829 offs: 0x00000d36 lens: 0x00000070 +0x00001d36-0x00001da5: +>>0 @I2829@ INDI +1 NAME Margaretha // +1 SEX F +1 BIRT +2 DATE 1899 +1 DEAT +2 DATE 1977 +1 FAMC @F298@ +1 FAMS @F1381@ +<< +[0041] INDI rkey: I2830 offs: 0x00000da6 lens: 0x00000040 +0x00001da6-0x00001de5: +>>0 @I2830@ INDI +1 NAME Axel of_Denmark // +1 SEX M +1 FAMS @F1381@ +<< +[0042] INDI rkey: I2831 offs: 0x00000de6 lens: 0x00000062 +0x00001de6-0x00001e47: +>>0 @I2831@ INDI +1 NAME Elsa /von_Rosen/ +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1904 +1 FAMS @F1350@ +<< +[0043] INDI rkey: I2832 offs: 0x00000e48 lens: 0x00000076 +0x00001e48-0x00001ebd: +>>0 @I2832@ INDI +1 NAME Madeline Bernadotte // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1938 +1 FAMC @F1350@ +1 FAMS @F1382@ +<< +[0044] INDI rkey: I2833 offs: 0x00000ebe lens: 0x0000006a +0x00001ebe-0x00001f27: +>>0 @I2833@ INDI +1 NAME Charles de_Schooten /Ullens/ +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1927 +1 FAMS @F1382@ +<< +[0045] INDI rkey: I2834 offs: 0x00000f28 lens: 0x00000059 +0x00001f28-0x00001f80: +>>0 @I2834@ INDI +1 NAME Marie Christine /Ullens/ +1 SEX F +1 BIRT +2 DATE 1964 +1 FAMC @F1382@ +<< +[0046] INDI rkey: I2835 offs: 0x00000f81 lens: 0x00000056 +0x00001f81-0x00001fd6: +>>0 @I2835@ INDI +1 NAME Jean Charles /Ullens/ +1 SEX M +1 BIRT +2 DATE 1965 +1 FAMC @F1382@ +<< +[0047] INDI rkey: I2836 offs: 0x00000fd7 lens: 0x00000051 +0x00001fd7-0x00002027: +>>0 @I2836@ INDI +1 NAME Astrid /Ullens/ +1 SEX F +1 BIRT +2 DATE 1970 +1 FAMC @F1382@ +<< +[0048] INDI rkey: I2837 offs: 0x00001028 lens: 0x00000051 +0x00002028-0x00002078: +>>0 @I2837@ INDI +1 NAME Sophie /Ullens/ +1 SEX F +1 BIRT +2 DATE 1972 +1 FAMC @F1382@ +<< +[0049] INDI rkey: I2838 offs: 0x00001079 lens: 0x0000004f +0x00002079-0x000020c7: +>>0 @I2838@ INDI +1 NAME Ann /Larsson/ +1 SEX F +1 BIRT +2 DATE 1921 +1 FAMS @F1351@ +<< +[0050] INDI rkey: I2839 offs: 0x000010c8 lens: 0x0000006a +0x000020c8-0x00002131: +>>0 @I2839@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1882 +1 DEAT +2 DATE 1962 +1 FAMC @F1383@ +1 FAMS @F309@ +<< +[0051] INDI rkey: I2840 offs: 0x00001132 lens: 0x0000004f +0x00002132-0x00002180: +>>0 @I2840@ INDI +1 NAME Roland /Bonaparte/ +1 SEX M +1 TITL Prince +1 FAMS @F1383@ +<< +[0052] INDI rkey: I2841 offs: 0x00001181 lens: 0x00000055 +0x00002181-0x000021d5: +>>0 @I2841@ INDI +1 NAME Irene /Ovchinnikov/ +1 SEX F +1 BIRT +2 DATE 1904 +1 FAMS @F1345@ +<< +[0053] INDI rkey: I2842 offs: 0x000011d6 lens: 0x00000072 +0x000021d6-0x00002247: +>>0 @I2842@ INDI +1 NAME Eugenia /Oldenburg/ +1 SEX F +1 BIRT +2 DATE 1910 +1 FAMC @F309@ +1 FAMS @F1384@ +1 FAMS @F1385@ +<< +[0054] INDI rkey: I2843 offs: 0x00001248 lens: 0x00000076 +0x00002248-0x000022bd: +>>0 @I2843@ INDI +1 NAME Dominic /Radziwill/ +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1911 +1 DEAT +2 DATE 1976 +1 FAMS @F1384@ +<< +[0055] INDI rkey: I2844 offs: 0x000012be lens: 0x00000061 +0x000022be-0x0000231e: +>>0 @I2844@ INDI +1 NAME Raymond of_Castel // +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1907 +1 FAMS @F1385@ +<< +[0056] INDI rkey: I2845 offs: 0x0000131f lens: 0x00000067 +0x0000231f-0x00002385: +>>0 @I2845@ INDI +1 NAME Anastasia /Stewart/ +1 SEX F +1 BIRT +2 DATE 1883 +1 DEAT +2 DATE 1923 +1 FAMS @F307@ +<< +[0057] INDI rkey: I2846 offs: 0x00001386 lens: 0x00000066 +0x00002386-0x000023eb: +>>0 @I2846@ INDI +1 NAME Francis of_Guise // +1 SEX F +1 BIRT +2 DATE 1902 +1 DEAT +2 DATE 1953 +1 FAMS @F308@ +<< +[0058] INDI rkey: I2847 offs: 0x000013ec lens: 0x00000069 +0x000023ec-0x00002454: +>>0 @I2847@ INDI +1 NAME Perikles Joannides // +1 SEX M +1 BIRT +2 DATE 1881 +1 DEAT +2 DATE 1965 +1 FAMS @F1341@ +<< +[0059] INDI rkey: I2848 offs: 0x00001455 lens: 0x00000063 +0x00002455-0x000024b7: +>>0 @I2848@ INDI +1 NAME Michael /Oldenburg/ +1 SEX M +1 BIRT +2 DATE 1939 +1 FAMC @F307@ +1 FAMS @F1386@ +<< +[0060] INDI rkey: I2849 offs: 0x000014b8 lens: 0x00000052 +0x000024b8-0x00002509: +>>0 @I2849@ INDI +1 NAME Marina /Karella/ +1 SEX F +1 BIRT +2 DATE 1940 +1 FAMS @F1386@ +<< +[0061] INDI rkey: I2850 offs: 0x0000150a lens: 0x0000006c +0x0000250a-0x00002575: +>>0 @I2850@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1726 +1 DEAT +2 DATE 1756 +1 FAMC @F220@ +1 FAMS @F1387@ +<< +[0062] INDI rkey: I2851 offs: 0x00001576 lens: 0x0000007f +0x00002576-0x000025f4: +>>0 @I2851@ INDI +1 NAME Ernest Frederick_III of_Saxe-// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1727 +1 DEAT +2 DATE 1780 +1 FAMS @F1387@ +<< +[0063] INDI rkey: I2852 offs: 0x000015f5 lens: 0x00000077 +0x000025f5-0x0000266b: +>>0 @I2852@ INDI +1 NAME Gustaf_III // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 1746 +1 DEAT +2 DATE 1792 +1 FAMS @F886@ +<< +[0064] INDI rkey: I2853 offs: 0x0000166c lens: 0x0000007e +0x0000266c-0x000026e9: +>>0 @I2853@ INDI +1 NAME William_I of_Hesse-Cassel // +1 SEX M +1 TITL Elector +1 BIRT +2 DATE 1743 +1 DEAT +2 DATE 1821 +1 FAMS @F887@ +<< +[0065] INDI rkey: I2854 offs: 0x000016ea lens: 0x0000005e +0x000026ea-0x00002747: +>>0 @I2854@ INDI +1 NAME Charles // +1 SEX M +1 BIRT +2 DATE 1680 +1 DEAT +2 DATE 1729 +1 FAMC @F879@ +<< +[0066] INDI rkey: I2855 offs: 0x00001748 lens: 0x0000005e +0x00002748-0x000027a5: +>>0 @I2855@ INDI +1 NAME William // +1 SEX M +1 BIRT +2 DATE 1687 +1 DEAT +2 DATE 1705 +1 FAMC @F879@ +<< +[0067] INDI rkey: I2856 offs: 0x000017a6 lens: 0x00000061 +0x000027a6-0x00002806: +>>0 @I2856@ INDI +1 NAME Anne Sophia // +1 SEX F +1 BIRT +2 DATE 1647 +1 DEAT +2 DATE 1717 +1 FAMC @F423@ +<< +[0068] INDI rkey: I2857 offs: 0x00001807 lens: 0x00000060 +0x00002807-0x00002866: +>>0 @I2857@ INDI +1 NAME Frederica // +1 SEX F +1 BIRT +2 DATE 1649 +1 DEAT +2 DATE 1704 +1 FAMC @F423@ +<< +[0069] INDI rkey: I2858 offs: 0x00001867 lens: 0x0000006c +0x00002867-0x000028d2: +>>0 @I2858@ INDI +1 NAME Ulrica // +1 SEX F +1 BIRT +2 DATE 1656 +1 DEAT +2 DATE 1693 +1 FAMC @F423@ +1 FAMS @F1388@ +<< +[0070] INDI rkey: I2859 offs: 0x000018d3 lens: 0x00000078 +0x000028d3-0x0000294a: +>>0 @I2859@ INDI +1 NAME Charles_XI // +1 SEX M +1 TITL King of Sweden +1 BIRT +2 DATE 1655 +1 DEAT +2 DATE 1697 +1 FAMS @F1388@ +<< +[0071] INDI rkey: I2860 offs: 0x0000194b lens: 0x0000005d +0x0000294b-0x000029a7: +>>0 @I2860@ INDI +1 NAME Ulrich // +1 SEX M +1 BIRT +2 DATE 1578 +1 DEAT +2 DATE 1624 +1 FAMC @F437@ +<< +[0072] INDI rkey: I2861 offs: 0x000019a8 lens: 0x0000005e +0x000029a8-0x00002a05: +>>0 @I2861@ INDI +1 NAME Augusta // +1 SEX F +1 BIRT +2 DATE 1580 +1 DEAT +2 DATE 1639 +1 FAMC @F437@ +<< +[0073] INDI rkey: I2862 offs: 0x00001a06 lens: 0x0000005d +0x00002a06-0x00002a62: +>>0 @I2862@ INDI +1 NAME Hedwig // +1 SEX F +1 BIRT +2 DATE 1581 +1 DEAT +2 DATE 1641 +1 FAMC @F437@ +<< +[0074] INDI rkey: I2863 offs: 0x00001a63 lens: 0x0000007d +0x00002a63-0x00002adf: +>>0 @I2863@ INDI +1 NAME Christopher_III // +1 SEX M +1 TITL King of Denmark +1 BIRT +2 DATE 1416 +1 DEAT +2 DATE 1448 +1 FAMS @F963@ +<< +[0075] INDI rkey: I2864 offs: 0x00001ae0 lens: 0x00000060 +0x00002ae0-0x00002b3f: +>>0 @I2864@ INDI +1 NAME Christina // +1 SEX F +1 BIRT +2 DATE 1461 +1 DEAT +2 DATE 1521 +1 FAMS @F808@ +<< +[0076] INDI rkey: I2865 offs: 0x00001b40 lens: 0x00000052 +0x00002b40-0x00002b91: +>>0 @I2865@ INDI +1 NAME Anne /de_la_Tour/ +1 SEX F +1 BIRT +2 DATE 1512 +1 FAMS @F810@ +<< +[0077] INDI rkey: I2866 offs: 0x00001b92 lens: 0x00000064 +0x00002b92-0x00002bf5: +>>0 @I2866@ INDI +1 NAME Alexander // +1 SEX M +1 TITL Bishop of Moray +1 BIRT +2 DATE 1534 +1 FAMC @F809@ +<< +[0078] INDI rkey: I2867 offs: 0x00001bf6 lens: 0x00000070 +0x00002bf6-0x00002c65: +>>0 @I2867@ INDI +1 NAME James // +1 SEX M +1 TITL Duke of Ross +1 BIRT +2 DATE 1476 +1 DEAT +2 DATE 1503 +1 FAMC @F490@ +<< +[0079] INDI rkey: I2868 offs: 0x00001c66 lens: 0x0000006e +0x00002c66-0x00002cd3: +>>0 @I2868@ INDI +1 NAME John // +1 SEX M +1 TITL Earl of Mar +1 BIRT +2 DATE 1479 +1 DEAT +2 DATE 1503 +1 FAMC @F490@ +<< +[0080] INDI rkey: I2869 offs: 0x00001cd4 lens: 0x00000061 +0x00002cd4-0x00002d34: +>>0 @I2869@ INDI +1 NAME Edward // +1 SEX M +1 TITL Earl of Carrick +1 DEAT +2 DATE 1318 +1 FAMC @F787@ +<< +[0081] INDI rkey: I2870 offs: 0x00001d35 lens: 0x0000004a +0x00002d35-0x00002d7e: +>>0 @I2870@ INDI +1 NAME Thomas // +1 SEX M +1 DEAT +2 DATE 1307 +1 FAMC @F787@ +<< +[0082] INDI rkey: I2871 offs: 0x00001d7f lens: 0x0000004d +0x00002d7f-0x00002dcb: +>>0 @I2871@ INDI +1 NAME Alexander // +1 SEX M +1 DEAT +2 DATE 1307 +1 FAMC @F787@ +<< +[0083] INDI rkey: I2872 offs: 0x00001dcc lens: 0x00000049 +0x00002dcc-0x00002e14: +>>0 @I2872@ INDI +1 NAME Nigel // +1 SEX M +1 DEAT +2 DATE 1306 +1 FAMC @F787@ +<< +[0084] INDI rkey: I2873 offs: 0x00001e15 lens: 0x0000004a +0x00002e15-0x00002e5e: +>>0 @I2873@ INDI +1 NAME Isabel // +1 SEX F +1 BIRT +2 DATE 1358 +1 FAMC @F787@ +<< +[0085] INDI rkey: I2874 offs: 0x00001e5f lens: 0x0000006d +0x00002e5f-0x00002ecb: +>>0 @I2874@ INDI +1 NAME Mary Christina of_Sicily// +1 SEX F +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1878 +1 FAMS @F646@ +<< +[0086] INDI rkey: I2875 offs: 0x00001ecc lens: 0x00000067 +0x00002ecc-0x00002f32: +>>0 @I2875@ INDI +1 NAME Antonia of_Sicily // +1 SEX F +1 BIRT +2 DATE 1784 +1 DEAT +2 DATE 1806 +1 FAMS @F648@ +<< +[0087] INDI rkey: I2876 offs: 0x00001f33 lens: 0x0000006a +0x00002f33-0x00002f9c: +>>0 @I2876@ INDI +1 NAME Isabella of_Portugal // +1 SEX F +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1818 +1 FAMS @F649@ +<< +[0088] INDI rkey: I2877 offs: 0x00001f9d lens: 0x00000062 +0x00002f9d-0x00002ffe: +>>0 @I2877@ INDI +1 NAME Mary Josepha // +1 SEX F +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1829 +1 FAMS @F650@ +<< +[0089] INDI rkey: I2878 offs: 0x00001fff lens: 0x00000070 +0x00002fff-0x0000306e: +>>0 @I2878@ INDI +1 NAME Charles_IV // +1 SEX M +1 BIRT +2 DATE 1748 +1 DEAT +2 DATE 1819 +1 FAMC @F1389@ +1 FAMS @F647@ +<< +[0090] INDI rkey: I2879 offs: 0x0000206f lens: 0x0000006a +0x0000306f-0x000030d8: +>>0 @I2879@ INDI +1 NAME Maria Louisa of_Parma// +1 SEX F +1 BIRT +2 DATE 1751 +1 DEAT +2 DATE 1819 +1 FAMS @F647@ +<< +[0091] INDI rkey: I2880 offs: 0x000020d9 lens: 0x00000087 +0x000030d9-0x0000315f: +>>0 @I2880@ INDI +1 NAME Charles_III // +1 SEX M +1 TITL King of Spain +1 BIRT +2 DATE 1716 +1 DEAT +2 DATE 1788 +1 FAMC @F1256@ +1 FAMS @F1389@ +<< +[0092] INDI rkey: I2881 offs: 0x00002160 lens: 0x00000062 +0x00003160-0x000031c1: +>>0 @I2881@ INDI +1 NAME Mary Amalia // +1 SEX F +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1760 +1 FAMS @F1389@ +<< +[0093] INDI rkey: I2882 offs: 0x000021c2 lens: 0x0000006a +0x000031c2-0x0000322b: +>>0 @I2882@ INDI +1 NAME Mary Anne of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1660 +1 DEAT +2 DATE 1690 +1 FAMS @F1254@ +<< +[0094] INDI rkey: I2883 offs: 0x0000222c lens: 0x00000062 +0x0000322c-0x0000328d: +>>0 @I2883@ INDI +1 NAME Mary Louise // +1 SEX F +1 BIRT +2 DATE 1688 +1 DEAT +2 DATE 1714 +1 FAMS @F1255@ +<< +[0095] INDI rkey: I2884 offs: 0x0000228e lens: 0x00000074 +0x0000328e-0x00003301: +>>0 @I2884@ INDI +1 NAME Charles // +1 SEX M +1 TITL Duke of Styria +1 BIRT +2 DATE 1540 +1 DEAT +2 DATE 1590 +1 FAMS @F568@ +<< +[0096] INDI rkey: I2885 offs: 0x00002302 lens: 0x00000099 +0x00003302-0x0000339a: +>>0 @I2885@ INDI +1 NAME Philip_I the_Handsome // +1 SEX M +1 TITL King of Castile +1 BIRT +2 DATE 1478 +2 PLAC Bruges,Flanders +1 DEAT +2 DATE 1506 +1 FAMS @F516@ +<< +[0097] INDI rkey: I2886 offs: 0x0000239b lens: 0x00000057 +0x0000339b-0x000033f1: +>>0 @I2886@ INDI +1 NAME Germaine of_Narbonne // +1 SEX F +1 DEAT +2 DATE 1536 +1 FAMS @F496@ +<< +[0098] INDI rkey: I2887 offs: 0x000023f2 lens: 0x0000007d +0x000033f2-0x0000346e: +>>0 @I2887@ INDI +1 NAME Isabella // +1 SEX F +1 BIRT +2 DATE 1470 +1 DEAT +2 DATE 1498 +1 FAMC @F489@ +1 FAMS @F1390@ +1 FAMS @F1391@ +<< +[0099] INDI rkey: I2888 offs: 0x0000246f lens: 0x0000005b +0x0000346f-0x000034c9: +>>0 @I2888@ INDI +1 NAME Mary // +1 SEX F +1 BIRT +2 DATE 1482 +1 DEAT +2 DATE 1517 +1 FAMC @F489@ +<< +[0100] INDI rkey: I2889 offs: 0x000024ca lens: 0x0000006a +0x000034ca-0x00003533: +>>0 @I2889@ INDI +1 NAME John // +1 SEX M +1 BIRT +2 DATE 1478 +1 DEAT +2 DATE 1497 +1 FAMC @F489@ +1 FAMS @F1392@ +<< +[0101] INDI rkey: I2890 offs: 0x00002534 lens: 0x0000006b +0x00003534-0x0000359e: +>>0 @I2890@ INDI +1 NAME Alphonso of_Portugal // +1 SEX M +1 BIRT +2 DATE 1475 +1 DEAT +2 DATE 1491 +1 FAMS @F1390@ +<< +[0102] INDI rkey: I2891 offs: 0x0000259f lens: 0x00000077 +0x0000359f-0x00003615: +>>0 @I2891@ INDI +1 NAME Emanuel // +1 SEX M +1 TITL King of Portugal +1 BIRT +2 DATE 1469 +1 DEAT +2 DATE 1521 +1 FAMS @F1393@ +<< +[0103] INDI rkey: I2892 offs: 0x00002616 lens: 0x0000006f +0x00003616-0x00003684: +>>0 @I2892@ INDI +1 NAME Margaret // +1 SEX F +1 BIRT +2 DATE 1480 +1 DEAT +2 DATE 1530 +1 FAMS @F1392@ +1 FAMS @F1394@ +<< +[0104] INDI rkey: I2893 offs: 0x00002685 lens: 0x00000066 +0x00003685-0x000036ea: +>>0 @I2893@ INDI +1 NAME Philibert_II // +1 SEX M +1 TITL Duke of Savoy +1 DEAT +2 DATE 1504 +1 FAMS @F1394@ +<< +[0105] INDI rkey: I2894 offs: 0x000026eb lens: 0x0000007b +0x000036eb-0x00003765: +>>0 @I2894@ INDI +1 NAME Eleanor // +1 SEX F +1 BIRT +2 DATE 1498 +1 DEAT +2 DATE 1558 +1 FAMC @F516@ +1 FAMS @F1393@ +1 FAMS @F958@ +<< +[0106] INDI rkey: I2895 offs: 0x00002766 lens: 0x0000007e +0x00003766-0x000037e3: +>>0 @I2895@ INDI +1 NAME Henry_XXIV Reuss-Ebersdorf // +1 SEX M +1 TITL Count +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1779 +1 FAMS @F1326@ +<< +[0107] INDI rkey: I2896 offs: 0x000027e4 lens: 0x00000080 +0x000037e4-0x00003863: +>>0 @I2896@ INDI +1 NAME Caroline Erbach-Schonberg // +1 SEX F +1 TITL Countess +1 BIRT +2 DATE 1727 +1 DEAT +2 DATE 1795 +1 FAMS @F1326@ +<< +[0108] INDI rkey: I2897 offs: 0x00002864 lens: 0x00000081 +0x00003864-0x000038e4: +>>0 @I2897@ INDI +1 NAME Ernest Frederick of_Saxe-Coburg// +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1800 +1 FAMS @F1260@ +<< +[0109] INDI rkey: I2898 offs: 0x000028e5 lens: 0x00000081 +0x000038e5-0x00003965: +>>0 @I2898@ INDI +1 NAME Sophia Antonia of_Brunswick// +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1802 +1 FAMS @F1260@ +<< +[0110] INDI rkey: I2899 offs: 0x00002966 lens: 0x00000051 +0x00003966-0x000039b6: +>>0 @I2899@ INDI +1 NAME Michael of_Portugal // +1 SEX M +1 TITL Prince +1 FAMS @F612@ +<< +[0111] INDI rkey: I2900 offs: 0x000029b7 lens: 0x0000007f +0x000039b7-0x00003a35: +>>0 @I2900@ INDI +1 NAME Emanuel of_Orleans // +1 SEX M +1 TITL Duke of Vendome +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1931 +1 FAMS @F600@ +<< +[0112] INDI rkey: I2901 offs: 0x00002a36 lens: 0x0000006c +0x00003a36-0x00003aa1: +>>0 @I2901@ INDI +1 NAME Louise // +1 SEX F +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1924 +1 FAMC @F908@ +1 FAMS @F1395@ +<< +[0113] INDI rkey: I2902 offs: 0x00002aa2 lens: 0x0000007e +0x00003aa2-0x00003b1f: +>>0 @I2902@ INDI +1 NAME Stephanie // +1 SEX F +1 BIRT +2 DATE 1864 +1 DEAT +2 DATE 1945 +1 FAMC @F908@ +1 FAMS @F1396@ +1 FAMS @F1397@ +<< +[0114] INDI rkey: I2903 offs: 0x00002b20 lens: 0x00000070 +0x00003b20-0x00003b8f: +>>0 @I2903@ INDI +1 NAME Clementine // +1 SEX F +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1955 +1 FAMC @F908@ +1 FAMS @F1398@ +<< +[0115] INDI rkey: I2904 offs: 0x00002b90 lens: 0x00000075 +0x00003b90-0x00003c04: +>>0 @I2904@ INDI +1 NAME Victor // +1 SEX M +1 TITL Prince Napoleon +1 BIRT +2 DATE 1862 +1 DEAT +2 DATE 1926 +1 FAMS @F1398@ +<< +[0116] INDI rkey: I2905 offs: 0x00002c05 lens: 0x0000007d +0x00003c05-0x00003c81: +>>0 @I2905@ INDI +1 NAME Rudolph of_Austria // +1 SEX M +1 TITL Crown Prince +1 BIRT +2 DATE 1858 +1 DEAT +2 DATE 1889 +1 FAMS @F1396@ +<< +[0117] INDI rkey: I2906 offs: 0x00002c82 lens: 0x00000073 +0x00003c82-0x00003cf4: +>>0 @I2906@ INDI +1 NAME Elemer // +1 SEX M +1 TITL Prince Lonyai +1 BIRT +2 DATE 1863 +1 DEAT +2 DATE 1946 +1 FAMS @F1397@ +<< +[0118] INDI rkey: I2907 offs: 0x00002cf5 lens: 0x0000007a +0x00003cf5-0x00003d6e: +>>0 @I2907@ INDI +1 NAME Philip of_Saxe-Coburg // +1 SEX M +1 TITL Prince +1 BIRT +2 DATE 1844 +1 DEAT +2 DATE 1921 +1 FAMS @F1395@ +<< +[0119] INDI rkey: I2908 offs: 0x00002d6f lens: 0x0000005e +0x00003d6f-0x00003dcc: +>>0 @I2908@ INDI +1 NAME Sophia // +1 SEX F +1 BIRT +2 DATE 1760 +1 DEAT +2 DATE 1776 +1 FAMS @F1261@ +<< +[0120] INDI rkey: I2909 offs: 0x00002dcd lens: 0x0000006a +0x00003dcd-0x00003e36: +>>0 @I2909@ INDI +1 NAME Alexandrine of_Baden // +1 SEX F +1 BIRT +2 DATE 1820 +1 DEAT +2 DATE 1904 +1 FAMS @F920@ +<< +[0121] INDI rkey: I2910 offs: 0x00002e37 lens: 0x00000070 +0x00003e37-0x00003ea6: +>>0 @I2910@ INDI +1 NAME Antoinette (Antonia) /Kohary/ +1 SEX F +1 BIRT +2 DATE 1797 +1 DEAT +2 DATE 1862 +1 FAMS @F149@ +<< +[0122] INDI rkey: I2911 offs: 0x00002ea7 lens: 0x0000007f +0x00003ea7-0x00003f25: +>>0 @I2911@ INDI +1 NAME Louis_I of_Hesse-Darmst. // +1 SEX M +1 TITL Landgrave +1 BIRT +2 DATE 1753 +1 DEAT +2 DATE 1830 +1 FAMS @F224@ +<< +[0123] INDI rkey: I2912 offs: 0x00002f26 lens: 0x0000006d +0x00003f26-0x00003f92: +>>0 @I2912@ INDI +1 NAME Louise of_Hesse-Darmst. // +1 SEX F +1 BIRT +2 DATE 1761 +1 DEAT +2 DATE 1829 +1 FAMS @F224@ +<< +[0124] INDI rkey: I2913 offs: 0x00002f93 lens: 0x00000052 +0x00003f93-0x00003fe4: +>>0 @I2913@ INDI +1 NAME Marie Christine // +1 SEX F +1 DEAT +2 DATE 1663 +1 FAMC @F344@ +<< +[0125] INDI rkey: I2914 offs: 0x00002fe5 lens: 0x00000040 +0x00003fe5-0x00004024: +>>0 @I2914@ INDI +1 NAME Marie de_Bourbon // +1 SEX F +1 FAMS @F363@ +<< +[0126] INDI rkey: I2915 offs: 0x00003025 lens: 0x00000074 +0x00004025-0x00004098: +>>0 @I2915@ INDI +1 NAME Ann Marie Louise// +1 SEX F +1 TITL Duchess +1 BIRT +2 DATE 1627 +1 DEAT +2 DATE 1693 +1 FAMC @F363@ +<< + +0x00004099: EOF (0x00004099) GOOD + +BLOCK - DIRECTORY af/ad +0x00000000:ix_self: 0x00050003 (af/ad) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 192 +0x0000000e:ix_rkey[0000]: ' I2916' +0x00000016:ix_rkey[0001]: ' I2917' +0x0000001e:ix_rkey[0002]: ' I2918' +0x00000026:ix_rkey[0003]: ' I2919' +0x0000002e:ix_rkey[0004]: ' I2920' +0x00000036:ix_rkey[0005]: ' I2921' +0x0000003e:ix_rkey[0006]: ' I2922' +0x00000046:ix_rkey[0007]: ' I2923' +0x0000004e:ix_rkey[0008]: ' I2924' +0x00000056:ix_rkey[0009]: ' I2925' +0x0000005e:ix_rkey[0010]: ' I2926' +0x00000066:ix_rkey[0011]: ' I2927' +0x0000006e:ix_rkey[0012]: ' I2928' +0x00000076:ix_rkey[0013]: ' I2929' +0x0000007e:ix_rkey[0014]: ' I2930' +0x00000086:ix_rkey[0015]: ' I2931' +0x0000008e:ix_rkey[0016]: ' I2932' +0x00000096:ix_rkey[0017]: ' I2933' +0x0000009e:ix_rkey[0018]: ' I2934' +0x000000a6:ix_rkey[0019]: ' I2935' +0x000000ae:ix_rkey[0020]: ' I2936' +0x000000b6:ix_rkey[0021]: ' I2937' +0x000000be:ix_rkey[0022]: ' I2938' +0x000000c6:ix_rkey[0023]: ' I2939' +0x000000ce:ix_rkey[0024]: ' I2940' +0x000000d6:ix_rkey[0025]: ' I2941' +0x000000de:ix_rkey[0026]: ' I2942' +0x000000e6:ix_rkey[0027]: ' I2943' +0x000000ee:ix_rkey[0028]: ' I2944' +0x000000f6:ix_rkey[0029]: ' I2945' +0x000000fe:ix_rkey[0030]: ' I2946' +0x00000106:ix_rkey[0031]: ' I2947' +0x0000010e:ix_rkey[0032]: ' I2948' +0x00000116:ix_rkey[0033]: ' I2949' +0x0000011e:ix_rkey[0034]: ' I2950' +0x00000126:ix_rkey[0035]: ' I2951' +0x0000012e:ix_rkey[0036]: ' I2952' +0x00000136:ix_rkey[0037]: ' I2953' +0x0000013e:ix_rkey[0038]: ' I2954' +0x00000146:ix_rkey[0039]: ' I2955' +0x0000014e:ix_rkey[0040]: ' I2956' +0x00000156:ix_rkey[0041]: ' I2957' +0x0000015e:ix_rkey[0042]: ' I2958' +0x00000166:ix_rkey[0043]: ' I2959' +0x0000016e:ix_rkey[0044]: ' I2960' +0x00000176:ix_rkey[0045]: ' I2961' +0x0000017e:ix_rkey[0046]: ' I2962' +0x00000186:ix_rkey[0047]: ' I2963' +0x0000018e:ix_rkey[0048]: ' I2964' +0x00000196:ix_rkey[0049]: ' I2965' +0x0000019e:ix_rkey[0050]: ' I2966' +0x000001a6:ix_rkey[0051]: ' I2967' +0x000001ae:ix_rkey[0052]: ' I2968' +0x000001b6:ix_rkey[0053]: ' I2969' +0x000001be:ix_rkey[0054]: ' I2970' +0x000001c6:ix_rkey[0055]: ' I2971' +0x000001ce:ix_rkey[0056]: ' I2972' +0x000001d6:ix_rkey[0057]: ' I2973' +0x000001de:ix_rkey[0058]: ' I2974' +0x000001e6:ix_rkey[0059]: ' I2975' +0x000001ee:ix_rkey[0060]: ' I2976' +0x000001f6:ix_rkey[0061]: ' I2977' +0x000001fe:ix_rkey[0062]: ' I2978' +0x00000206:ix_rkey[0063]: ' I2979' +0x0000020e:ix_rkey[0064]: ' I2980' +0x00000216:ix_rkey[0065]: ' I2981' +0x0000021e:ix_rkey[0066]: ' I2982' +0x00000226:ix_rkey[0067]: ' I2983' +0x0000022e:ix_rkey[0068]: ' I2984' +0x00000236:ix_rkey[0069]: ' I2985' +0x0000023e:ix_rkey[0070]: ' I2986' +0x00000246:ix_rkey[0071]: ' I2987' +0x0000024e:ix_rkey[0072]: ' I2988' +0x00000256:ix_rkey[0073]: ' I2989' +0x0000025e:ix_rkey[0074]: ' I2990' +0x00000266:ix_rkey[0075]: ' I2991' +0x0000026e:ix_rkey[0076]: ' I2992' +0x00000276:ix_rkey[0077]: ' I2993' +0x0000027e:ix_rkey[0078]: ' I2994' +0x00000286:ix_rkey[0079]: ' I2995' +0x0000028e:ix_rkey[0080]: ' I2996' +0x00000296:ix_rkey[0081]: ' I2997' +0x0000029e:ix_rkey[0082]: ' I2998' +0x000002a6:ix_rkey[0083]: ' I2999' +0x000002ae:ix_rkey[0084]: ' I3000' +0x000002b6:ix_rkey[0085]: ' I3001' +0x000002be:ix_rkey[0086]: ' I3002' +0x000002c6:ix_rkey[0087]: ' I3003' +0x000002ce:ix_rkey[0088]: ' I3004' +0x000002d6:ix_rkey[0089]: ' I3005' +0x000002de:ix_rkey[0090]: ' I3006' +0x000002e6:ix_rkey[0091]: ' I3007' +0x000002ee:ix_rkey[0092]: ' I3008' +0x000002f6:ix_rkey[0093]: ' I3009' +0x000002fe:ix_rkey[0094]: ' I3010' +0x00000306:ix_rkey[0095]: ' N$C634' +0x0000030e:ix_rkey[0096]: ' N$E415' +0x00000316:ix_rkey[0097]: ' N$F323' +0x0000031e:ix_rkey[0098]: ' N$G651' +0x00000326:ix_rkey[0099]: ' N$L200' +0x0000032e:ix_rkey[0100]: ' N$M300' +0x00000336:ix_rkey[0101]: ' N$O435' +0x0000033e:ix_rkey[0102]: ' N$S152' +0x00000346:ix_rkey[0103]: ' N$S214' +0x0000034e:ix_rkey[0104]: ' N$S253' +0x00000356:ix_rkey[0105]: ' N$U525' +0x0000035e:ix_rkey[0106]: ' N$V556' +0x00000366:ix_rkey[0107]: ' N$Z999' +0x0000036e:ix_rkey[0108]: ' NAA652' +0x00000376:ix_rkey[0109]: ' NAB163' +0x0000037e:ix_rkey[0110]: ' NAB245' +0x00000386:ix_rkey[0111]: ' NAB251' +0x0000038e:ix_rkey[0112]: ' NAB450' +0x00000396:ix_rkey[0113]: ' NAB635' +0x0000039e:ix_rkey[0114]: ' NAC634' +0x000003a6:ix_rkey[0115]: ' NAC652' +0x000003ae:ix_rkey[0116]: ' NAD100' +0x000003b6:ix_rkey[0117]: ' NAD230' +0x000003be:ix_rkey[0118]: ' NAD242' +0x000003c6:ix_rkey[0119]: ' NAD260' +0x000003ce:ix_rkey[0120]: ' NAD340' +0x000003d6:ix_rkey[0121]: ' NAD343' +0x000003de:ix_rkey[0122]: ' NAD352' +0x000003e6:ix_rkey[0123]: ' NAD436' +0x000003ee:ix_rkey[0124]: ' NAE560' +0x000003f6:ix_rkey[0125]: ' NAF622' +0x000003fe:ix_rkey[0126]: ' NAF625' +0x00000406:ix_rkey[0127]: ' NAF656' +0x0000040e:ix_rkey[0128]: ' NAG320' +0x00000416:ix_rkey[0129]: ' NAG400' +0x0000041e:ix_rkey[0130]: ' NAG600' +0x00000426:ix_rkey[0131]: ' NAH300' +0x0000042e:ix_rkey[0132]: ' NAH400' +0x00000436:ix_rkey[0133]: ' NAH420' +0x0000043e:ix_rkey[0134]: ' NAH516' +0x00000446:ix_rkey[0135]: ' NAH524' +0x0000044e:ix_rkey[0136]: ' NAH543' +0x00000456:ix_rkey[0137]: ' NAH635' +0x0000045e:ix_rkey[0138]: ' NAK140' +0x00000466:ix_rkey[0139]: ' NAK542' +0x0000046e:ix_rkey[0140]: ' NAK600' +0x00000476:ix_rkey[0141]: ' NAL242' +0x0000047e:ix_rkey[0142]: ' NAL531' +0x00000486:ix_rkey[0143]: ' NAL625' +0x0000048e:ix_rkey[0144]: ' NAM160' +0x00000496:ix_rkey[0145]: ' NAM250' +0x0000049e:ix_rkey[0146]: ' NAM262' +0x000004a6:ix_rkey[0147]: ' NAM520' +0x000004ae:ix_rkey[0148]: ' NAM532' +0x000004b6:ix_rkey[0149]: ' NAM600' +0x000004be:ix_rkey[0150]: ' NAM625' +0x000004c6:ix_rkey[0151]: ' NAM635' +0x000004ce:ix_rkey[0152]: ' NAN140' +0x000004d6:ix_rkey[0153]: ' NAN463' +0x000004de:ix_rkey[0154]: ' NAO241' +0x000004e6:ix_rkey[0155]: ' NAO435' +0x000004ee:ix_rkey[0156]: ' NAP465' +0x000004f6:ix_rkey[0157]: ' NAR126' +0x000004fe:ix_rkey[0158]: ' NAR240' +0x00000506:ix_rkey[0159]: ' NAR362' +0x0000050e:ix_rkey[0160]: ' NAR520' +0x00000516:ix_rkey[0161]: ' NAR551' +0x0000051e:ix_rkey[0162]: ' NAS152' +0x00000526:ix_rkey[0163]: ' NAS214' +0x0000052e:ix_rkey[0164]: ' NAS242' +0x00000536:ix_rkey[0165]: ' NAS253' +0x0000053e:ix_rkey[0166]: ' NAS265' +0x00000546:ix_rkey[0167]: ' NAS316' +0x0000054e:ix_rkey[0168]: ' NAS322' +0x00000556:ix_rkey[0169]: ' NAS350' +0x0000055e:ix_rkey[0170]: ' NAS351' +0x00000566:ix_rkey[0171]: ' NAS363' +0x0000056e:ix_rkey[0172]: ' NAS364' +0x00000576:ix_rkey[0173]: ' NAS421' +0x0000057e:ix_rkey[0174]: ' NAS560' +0x00000586:ix_rkey[0175]: ' NAT360' +0x0000058e:ix_rkey[0176]: ' NAT413' +0x00000596:ix_rkey[0177]: ' NAT416' +0x0000059e:ix_rkey[0178]: ' NAT450' +0x000005a6:ix_rkey[0179]: ' NAT525' +0x000005ae:ix_rkey[0180]: ' NAT645' +0x000005b6:ix_rkey[0181]: ' NAU452' +0x000005be:ix_rkey[0182]: ' NAV425' +0x000005c6:ix_rkey[0183]: ' NAV562' +0x000005ce:ix_rkey[0184]: ' NAW342' +0x000005d6:ix_rkey[0185]: ' NAW424' +0x000005de:ix_rkey[0186]: ' NAW432' +0x000005e6:ix_rkey[0187]: ' NAW532' +0x000005ee:ix_rkey[0188]: ' NAW630' +0x000005f6:ix_rkey[0189]: ' NAW635' +0x000005fe:ix_rkey[0190]: ' NAZ121' +0x00000606:ix_rkey[0191]: ' NAZ652' + +deleted/unused entries +0x0000060e-0x00000805:ix_rkey[0192-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000073 +0x0000080c:ix_offs[0001]: 0x00000073 0x00000c08:ix_lens[0001]: 0x00000065 +0x00000810:ix_offs[0002]: 0x000000d8 0x00000c0c:ix_lens[0002]: 0x00000056 +0x00000814:ix_offs[0003]: 0x0000012e 0x00000c10:ix_lens[0003]: 0x00000082 +0x00000818:ix_offs[0004]: 0x000001b0 0x00000c14:ix_lens[0004]: 0x0000006c +0x0000081c:ix_offs[0005]: 0x0000021c 0x00000c18:ix_lens[0005]: 0x0000007c +0x00000820:ix_offs[0006]: 0x00000298 0x00000c1c:ix_lens[0006]: 0x00000040 +0x00000824:ix_offs[0007]: 0x000002d8 0x00000c20:ix_lens[0007]: 0x0000003e +0x00000828:ix_offs[0008]: 0x00000316 0x00000c24:ix_lens[0008]: 0x00000046 +0x0000082c:ix_offs[0009]: 0x0000035c 0x00000c28:ix_lens[0009]: 0x00000067 +0x00000830:ix_offs[0010]: 0x000003c3 0x00000c2c:ix_lens[0010]: 0x00000040 +0x00000834:ix_offs[0011]: 0x00000403 0x00000c30:ix_lens[0011]: 0x00000042 +0x00000838:ix_offs[0012]: 0x00000445 0x00000c34:ix_lens[0012]: 0x0000003a +0x0000083c:ix_offs[0013]: 0x0000047f 0x00000c38:ix_lens[0013]: 0x0000003e +0x00000840:ix_offs[0014]: 0x000004bd 0x00000c3c:ix_lens[0014]: 0x00000052 +0x00000844:ix_offs[0015]: 0x0000050f 0x00000c40:ix_lens[0015]: 0x00000051 +0x00000848:ix_offs[0016]: 0x00000560 0x00000c44:ix_lens[0016]: 0x0000005c +0x0000084c:ix_offs[0017]: 0x000005bc 0x00000c48:ix_lens[0017]: 0x00000090 +0x00000850:ix_offs[0018]: 0x0000064c 0x00000c4c:ix_lens[0018]: 0x00000067 +0x00000854:ix_offs[0019]: 0x000006b3 0x00000c50:ix_lens[0019]: 0x0000007c +0x00000858:ix_offs[0020]: 0x0000072f 0x00000c54:ix_lens[0020]: 0x0000006d +0x0000085c:ix_offs[0021]: 0x0000079c 0x00000c58:ix_lens[0021]: 0x00000074 +0x00000860:ix_offs[0022]: 0x00000810 0x00000c5c:ix_lens[0022]: 0x00000071 +0x00000864:ix_offs[0023]: 0x00000881 0x00000c60:ix_lens[0023]: 0x00000081 +0x00000868:ix_offs[0024]: 0x00000902 0x00000c64:ix_lens[0024]: 0x0000007c +0x0000086c:ix_offs[0025]: 0x0000097e 0x00000c68:ix_lens[0025]: 0x00000091 +0x00000870:ix_offs[0026]: 0x00000a0f 0x00000c6c:ix_lens[0026]: 0x00000095 +0x00000874:ix_offs[0027]: 0x00000aa4 0x00000c70:ix_lens[0027]: 0x0000009b +0x00000878:ix_offs[0028]: 0x00000b3f 0x00000c74:ix_lens[0028]: 0x0000009c +0x0000087c:ix_offs[0029]: 0x00000bdb 0x00000c78:ix_lens[0029]: 0x00000072 +0x00000880:ix_offs[0030]: 0x00000c4d 0x00000c7c:ix_lens[0030]: 0x0000008f +0x00000884:ix_offs[0031]: 0x00000cdc 0x00000c80:ix_lens[0031]: 0x0000007f +0x00000888:ix_offs[0032]: 0x00000d5b 0x00000c84:ix_lens[0032]: 0x00000089 +0x0000088c:ix_offs[0033]: 0x00000de4 0x00000c88:ix_lens[0033]: 0x0000007a +0x00000890:ix_offs[0034]: 0x00000e5e 0x00000c8c:ix_lens[0034]: 0x00000089 +0x00000894:ix_offs[0035]: 0x00000ee7 0x00000c90:ix_lens[0035]: 0x0000008b +0x00000898:ix_offs[0036]: 0x00000f72 0x00000c94:ix_lens[0036]: 0x0000007c +0x0000089c:ix_offs[0037]: 0x00000fee 0x00000c98:ix_lens[0037]: 0x00000089 +0x000008a0:ix_offs[0038]: 0x00001077 0x00000c9c:ix_lens[0038]: 0x0000007a +0x000008a4:ix_offs[0039]: 0x000010f1 0x00000ca0:ix_lens[0039]: 0x0000007d +0x000008a8:ix_offs[0040]: 0x0000116e 0x00000ca4:ix_lens[0040]: 0x0000007d +0x000008ac:ix_offs[0041]: 0x000011eb 0x00000ca8:ix_lens[0041]: 0x0000004b +0x000008b0:ix_offs[0042]: 0x00001236 0x00000cac:ix_lens[0042]: 0x000000c0 +0x000008b4:ix_offs[0043]: 0x000012f6 0x00000cb0:ix_lens[0043]: 0x00000056 +0x000008b8:ix_offs[0044]: 0x0000134c 0x00000cb4:ix_lens[0044]: 0x00000054 +0x000008bc:ix_offs[0045]: 0x000013a0 0x00000cb8:ix_lens[0045]: 0x0000004e +0x000008c0:ix_offs[0046]: 0x000013ee 0x00000cbc:ix_lens[0046]: 0x00000054 +0x000008c4:ix_offs[0047]: 0x00001442 0x00000cc0:ix_lens[0047]: 0x00000050 +0x000008c8:ix_offs[0048]: 0x00001492 0x00000cc4:ix_lens[0048]: 0x00000053 +0x000008cc:ix_offs[0049]: 0x000014e5 0x00000cc8:ix_lens[0049]: 0x00000051 +0x000008d0:ix_offs[0050]: 0x00001536 0x00000ccc:ix_lens[0050]: 0x00000035 +0x000008d4:ix_offs[0051]: 0x0000156b 0x00000cd0:ix_lens[0051]: 0x00000039 +0x000008d8:ix_offs[0052]: 0x000015a4 0x00000cd4:ix_lens[0052]: 0x0000004a +0x000008dc:ix_offs[0053]: 0x000015ee 0x00000cd8:ix_lens[0053]: 0x00000086 +0x000008e0:ix_offs[0054]: 0x00001674 0x00000cdc:ix_lens[0054]: 0x0000003f +0x000008e4:ix_offs[0055]: 0x000016b3 0x00000ce0:ix_lens[0055]: 0x00000054 +0x000008e8:ix_offs[0056]: 0x00001707 0x00000ce4:ix_lens[0056]: 0x00000063 +0x000008ec:ix_offs[0057]: 0x0000176a 0x00000ce8:ix_lens[0057]: 0x0000003b +0x000008f0:ix_offs[0058]: 0x000017a5 0x00000cec:ix_lens[0058]: 0x00000037 +0x000008f4:ix_offs[0059]: 0x000017dc 0x00000cf0:ix_lens[0059]: 0x00000036 +0x000008f8:ix_offs[0060]: 0x00001812 0x00000cf4:ix_lens[0060]: 0x00000081 +0x000008fc:ix_offs[0061]: 0x00001893 0x00000cf8:ix_lens[0061]: 0x00000040 +0x00000900:ix_offs[0062]: 0x000018d3 0x00000cfc:ix_lens[0062]: 0x0000006c +0x00000904:ix_offs[0063]: 0x0000193f 0x00000d00:ix_lens[0063]: 0x0000003e +0x00000908:ix_offs[0064]: 0x0000197d 0x00000d04:ix_lens[0064]: 0x0000003d +0x0000090c:ix_offs[0065]: 0x000019ba 0x00000d08:ix_lens[0065]: 0x00000050 +0x00000910:ix_offs[0066]: 0x00001a0a 0x00000d0c:ix_lens[0066]: 0x0000003b +0x00000914:ix_offs[0067]: 0x00001a45 0x00000d10:ix_lens[0067]: 0x00000037 +0x00000918:ix_offs[0068]: 0x00001a7c 0x00000d14:ix_lens[0068]: 0x00000068 +0x0000091c:ix_offs[0069]: 0x00001ae4 0x00000d18:ix_lens[0069]: 0x00000061 +0x00000920:ix_offs[0070]: 0x00001b45 0x00000d1c:ix_lens[0070]: 0x00000050 +0x00000924:ix_offs[0071]: 0x00001b95 0x00000d20:ix_lens[0071]: 0x00000044 +0x00000928:ix_offs[0072]: 0x00001bd9 0x00000d24:ix_lens[0072]: 0x00000038 +0x0000092c:ix_offs[0073]: 0x00001c11 0x00000d28:ix_lens[0073]: 0x0000005a +0x00000930:ix_offs[0074]: 0x00001c6b 0x00000d2c:ix_lens[0074]: 0x0000002c +0x00000934:ix_offs[0075]: 0x00001c97 0x00000d30:ix_lens[0075]: 0x0000002c +0x00000938:ix_offs[0076]: 0x00001cc3 0x00000d34:ix_lens[0076]: 0x0000002c +0x0000093c:ix_offs[0077]: 0x00001cef 0x00000d38:ix_lens[0077]: 0x0000002c +0x00000940:ix_offs[0078]: 0x00001d1b 0x00000d3c:ix_lens[0078]: 0x0000004b +0x00000944:ix_offs[0079]: 0x00001d66 0x00000d40:ix_lens[0079]: 0x0000007e +0x00000948:ix_offs[0080]: 0x00001de4 0x00000d44:ix_lens[0080]: 0x00000073 +0x0000094c:ix_offs[0081]: 0x00001e57 0x00000d48:ix_lens[0081]: 0x0000008a +0x00000950:ix_offs[0082]: 0x00001ee1 0x00000d4c:ix_lens[0082]: 0x00000092 +0x00000954:ix_offs[0083]: 0x00001f73 0x00000d50:ix_lens[0083]: 0x0000004e +0x00000958:ix_offs[0084]: 0x00001fc1 0x00000d54:ix_lens[0084]: 0x00000051 +0x0000095c:ix_offs[0085]: 0x00002012 0x00000d58:ix_lens[0085]: 0x00000040 +0x00000960:ix_offs[0086]: 0x00002052 0x00000d5c:ix_lens[0086]: 0x0000003f +0x00000964:ix_offs[0087]: 0x00002091 0x00000d60:ix_lens[0087]: 0x00000041 +0x00000968:ix_offs[0088]: 0x000020d2 0x00000d64:ix_lens[0088]: 0x0000006e +0x0000096c:ix_offs[0089]: 0x00002140 0x00000d68:ix_lens[0089]: 0x0000003e +0x00000970:ix_offs[0090]: 0x0000217e 0x00000d6c:ix_lens[0090]: 0x00000062 +0x00000974:ix_offs[0091]: 0x000021e0 0x00000d70:ix_lens[0091]: 0x0000003f +0x00000978:ix_offs[0092]: 0x0000221f 0x00000d74:ix_lens[0092]: 0x00000037 +0x0000097c:ix_offs[0093]: 0x00002256 0x00000d78:ix_lens[0093]: 0x00000051 +0x00000980:ix_offs[0094]: 0x000022a7 0x00000d7c:ix_lens[0094]: 0x0000005b +0x00000984:ix_offs[0095]: 0x00002302 0x00000d80:ix_lens[0095]: 0x0000001b +0x00000988:ix_offs[0096]: 0x0000231d 0x00000d84:ix_lens[0096]: 0x0000001e +0x0000098c:ix_offs[0097]: 0x0000233b 0x00000d88:ix_lens[0097]: 0x0000001c +0x00000990:ix_offs[0098]: 0x00002357 0x00000d8c:ix_lens[0098]: 0x0000001c +0x00000994:ix_offs[0099]: 0x00002373 0x00000d90:ix_lens[0099]: 0x00000054 +0x00000998:ix_offs[0100]: 0x000023c7 0x00000d94:ix_lens[0100]: 0x00000019 +0x0000099c:ix_offs[0101]: 0x000023e0 0x00000d98:ix_lens[0101]: 0x00000034 +0x000009a0:ix_offs[0102]: 0x00002414 0x00000d9c:ix_lens[0102]: 0x0000001a +0x000009a4:ix_offs[0103]: 0x0000242e 0x00000da0:ix_lens[0103]: 0x0000001a +0x000009a8:ix_offs[0104]: 0x00002448 0x00000da4:ix_lens[0104]: 0x0000001a +0x000009ac:ix_offs[0105]: 0x00002462 0x00000da8:ix_lens[0105]: 0x00000088 +0x000009b0:ix_offs[0106]: 0x000024ea 0x00000dac:ix_lens[0106]: 0x00000020 +0x000009b4:ix_offs[0107]: 0x0000250a 0x00000db0:ix_lens[0107]: 0x000000c4 +0x000009b8:ix_offs[0108]: 0x000025ce 0x00000db4:ix_lens[0108]: 0x00000038 +0x000009bc:ix_offs[0109]: 0x00002606 0x00000db8:ix_lens[0109]: 0x00000021 +0x000009c0:ix_offs[0110]: 0x00002627 0x00000dbc:ix_lens[0110]: 0x0000002f +0x000009c4:ix_offs[0111]: 0x00002656 0x00000dc0:ix_lens[0111]: 0x00000022 +0x000009c8:ix_offs[0112]: 0x00002678 0x00000dc4:ix_lens[0112]: 0x0000001f +0x000009cc:ix_offs[0113]: 0x00002697 0x00000dc8:ix_lens[0113]: 0x00000090 +0x000009d0:ix_offs[0114]: 0x00002727 0x00000dcc:ix_lens[0114]: 0x0000002a +0x000009d4:ix_offs[0115]: 0x00002751 0x00000dd0:ix_lens[0115]: 0x00000026 +0x000009d8:ix_offs[0116]: 0x00002777 0x00000dd4:ix_lens[0116]: 0x00000022 +0x000009dc:ix_offs[0117]: 0x00002799 0x00000dd8:ix_lens[0117]: 0x00000025 +0x000009e0:ix_offs[0118]: 0x000027be 0x00000ddc:ix_lens[0118]: 0x00000025 +0x000009e4:ix_offs[0119]: 0x000027e3 0x00000de0:ix_lens[0119]: 0x00000038 +0x000009e8:ix_offs[0120]: 0x0000281b 0x00000de4:ix_lens[0120]: 0x00000022 +0x000009ec:ix_offs[0121]: 0x0000283d 0x00000de8:ix_lens[0121]: 0x00000023 +0x000009f0:ix_offs[0122]: 0x00002860 0x00000dec:ix_lens[0122]: 0x00000022 +0x000009f4:ix_offs[0123]: 0x00002882 0x00000df0:ix_lens[0123]: 0x00000023 +0x000009f8:ix_offs[0124]: 0x000028a5 0x00000df4:ix_lens[0124]: 0x00000020 +0x000009fc:ix_offs[0125]: 0x000028c5 0x00000df8:ix_lens[0125]: 0x00000088 +0x00000a00:ix_offs[0126]: 0x0000294d 0x00000dfc:ix_lens[0126]: 0x0000002e +0x00000a04:ix_offs[0127]: 0x0000297b 0x00000e00:ix_lens[0127]: 0x00000024 +0x00000a08:ix_offs[0128]: 0x0000299f 0x00000e04:ix_lens[0128]: 0x00000031 +0x00000a0c:ix_offs[0129]: 0x000029d0 0x00000e08:ix_lens[0129]: 0x00000028 +0x00000a10:ix_offs[0130]: 0x000029f8 0x00000e0c:ix_lens[0130]: 0x0000001d +0x00000a14:ix_offs[0131]: 0x00002a15 0x00000e10:ix_lens[0131]: 0x0000001d +0x00000a18:ix_offs[0132]: 0x00002a32 0x00000e14:ix_lens[0132]: 0x00000041 +0x00000a1c:ix_offs[0133]: 0x00002a73 0x00000e18:ix_lens[0133]: 0x00000028 +0x00000a20:ix_offs[0134]: 0x00002a9b 0x00000e1c:ix_lens[0134]: 0x00000162 +0x00000a24:ix_offs[0135]: 0x00002bfd 0x00000e20:ix_lens[0135]: 0x00000028 +0x00000a28:ix_offs[0136]: 0x00002c25 0x00000e24:ix_lens[0136]: 0x00000023 +0x00000a2c:ix_offs[0137]: 0x00002c48 0x00000e28:ix_lens[0137]: 0x0000001f +0x00000a30:ix_offs[0138]: 0x00002c67 0x00000e2c:ix_lens[0138]: 0x0000001f +0x00000a34:ix_offs[0139]: 0x00002c86 0x00000e30:ix_lens[0139]: 0x00000020 +0x00000a38:ix_offs[0140]: 0x00002ca6 0x00000e34:ix_lens[0140]: 0x0000002e +0x00000a3c:ix_offs[0141]: 0x00002cd4 0x00000e38:ix_lens[0141]: 0x00000027 +0x00000a40:ix_offs[0142]: 0x00002cfb 0x00000e3c:ix_lens[0142]: 0x00000021 +0x00000a44:ix_offs[0143]: 0x00002d1c 0x00000e40:ix_lens[0143]: 0x0000001f +0x00000a48:ix_offs[0144]: 0x00002d3b 0x00000e44:ix_lens[0144]: 0x00000020 +0x00000a4c:ix_offs[0145]: 0x00002d5b 0x00000e48:ix_lens[0145]: 0x0000003a +0x00000a50:ix_offs[0146]: 0x00002d95 0x00000e4c:ix_lens[0146]: 0x00000032 +0x00000a54:ix_offs[0147]: 0x00002dc7 0x00000e50:ix_lens[0147]: 0x00000021 +0x00000a58:ix_offs[0148]: 0x00002de8 0x00000e54:ix_lens[0148]: 0x00000051 +0x00000a5c:ix_offs[0149]: 0x00002e39 0x00000e58:ix_lens[0149]: 0x00000028 +0x00000a60:ix_offs[0150]: 0x00002e61 0x00000e5c:ix_lens[0150]: 0x0000001f +0x00000a64:ix_offs[0151]: 0x00002e80 0x00000e60:ix_lens[0151]: 0x00000041 +0x00000a68:ix_offs[0152]: 0x00002ec1 0x00000e64:ix_lens[0152]: 0x0000001f +0x00000a6c:ix_offs[0153]: 0x00002ee0 0x00000e68:ix_lens[0153]: 0x00000024 +0x00000a70:ix_offs[0154]: 0x00002f04 0x00000e6c:ix_lens[0154]: 0x00000020 +0x00000a74:ix_offs[0155]: 0x00002f24 0x00000e70:ix_lens[0155]: 0x00000049 +0x00000a78:ix_offs[0156]: 0x00002f6d 0x00000e74:ix_lens[0156]: 0x0000002a +0x00000a7c:ix_offs[0157]: 0x00002f97 0x00000e78:ix_lens[0157]: 0x0000001f +0x00000a80:ix_offs[0158]: 0x00002fb6 0x00000e7c:ix_lens[0158]: 0x00000020 +0x00000a84:ix_offs[0159]: 0x00002fd6 0x00000e80:ix_lens[0159]: 0x00000024 +0x00000a88:ix_offs[0160]: 0x00002ffa 0x00000e84:ix_lens[0160]: 0x0000004a +0x00000a8c:ix_offs[0161]: 0x00003044 0x00000e88:ix_lens[0161]: 0x0000029e +0x00000a90:ix_offs[0162]: 0x000032e2 0x00000e8c:ix_lens[0162]: 0x0000002c +0x00000a94:ix_offs[0163]: 0x0000330e 0x00000e90:ix_lens[0163]: 0x00000022 +0x00000a98:ix_offs[0164]: 0x00003330 0x00000e94:ix_lens[0164]: 0x00000025 +0x00000a9c:ix_offs[0165]: 0x00003355 0x00000e98:ix_lens[0165]: 0x00000021 +0x00000aa0:ix_offs[0166]: 0x00003376 0x00000e9c:ix_lens[0166]: 0x0000001f +0x00000aa4:ix_offs[0167]: 0x00003395 0x00000ea0:ix_lens[0167]: 0x00000021 +0x00000aa8:ix_offs[0168]: 0x000033b6 0x00000ea4:ix_lens[0168]: 0x00000021 +0x00000aac:ix_offs[0169]: 0x000033d7 0x00000ea8:ix_lens[0169]: 0x00000029 +0x00000ab0:ix_offs[0170]: 0x00003400 0x00000eac:ix_lens[0170]: 0x00000021 +0x00000ab4:ix_offs[0171]: 0x00003421 0x00000eb0:ix_lens[0171]: 0x00000098 +0x00000ab8:ix_offs[0172]: 0x000034b9 0x00000eb4:ix_lens[0172]: 0x00000023 +0x00000abc:ix_offs[0173]: 0x000034dc 0x00000eb8:ix_lens[0173]: 0x0000002a +0x00000ac0:ix_offs[0174]: 0x00003506 0x00000ebc:ix_lens[0174]: 0x00000050 +0x00000ac4:ix_offs[0175]: 0x00003556 0x00000ec0:ix_lens[0175]: 0x00000020 +0x00000ac8:ix_offs[0176]: 0x00003576 0x00000ec4:ix_lens[0176]: 0x00000023 +0x00000acc:ix_offs[0177]: 0x00003599 0x00000ec8:ix_lens[0177]: 0x0000002f +0x00000ad0:ix_offs[0178]: 0x000035c8 0x00000ecc:ix_lens[0178]: 0x00000020 +0x00000ad4:ix_offs[0179]: 0x000035e8 0x00000ed0:ix_lens[0179]: 0x00000025 +0x00000ad8:ix_offs[0180]: 0x0000360d 0x00000ed4:ix_lens[0180]: 0x00000038 +0x00000adc:ix_offs[0181]: 0x00003645 0x00000ed8:ix_lens[0181]: 0x00000021 +0x00000ae0:ix_offs[0182]: 0x00003666 0x00000edc:ix_lens[0182]: 0x00000022 +0x00000ae4:ix_offs[0183]: 0x00003688 0x00000ee0:ix_lens[0183]: 0x00000027 +0x00000ae8:ix_offs[0184]: 0x000036af 0x00000ee4:ix_lens[0184]: 0x00000071 +0x00000aec:ix_offs[0185]: 0x00003720 0x00000ee8:ix_lens[0185]: 0x0000004f +0x00000af0:ix_offs[0186]: 0x0000376f 0x00000eec:ix_lens[0186]: 0x0000002a +0x00000af4:ix_offs[0187]: 0x00003799 0x00000ef0:ix_lens[0187]: 0x0000007c +0x00000af8:ix_offs[0188]: 0x00003815 0x00000ef4:ix_lens[0188]: 0x00000021 +0x00000afc:ix_offs[0189]: 0x00003836 0x00000ef8:ix_lens[0189]: 0x00000049 +0x00000b00:ix_offs[0190]: 0x0000387f 0x00000efc:ix_lens[0190]: 0x00000026 +0x00000b04:ix_offs[0191]: 0x000038a5 0x00000f00:ix_lens[0191]: 0x00000026 + +0x00000b08-0x00000c03:ix_offs[0192-0254] default value 0x00000000 +0x00000f04-0x00000fff:ix_lens[0192-0254] default value 0x00000000 + +BLOCK - DATA +[0000] INDI rkey: I2916 offs: 0x00000000 lens: 0x00000073 +0x00001000-0x00001072: +>>0 @I2916@ INDI +1 NAME Elizabeth Charlotte of_Bavaria// +1 SEX F +1 BIRT +2 DATE 1652 +1 DEAT +2 DATE 1722 +1 FAMS @F444@ +<< +[0001] INDI rkey: I2917 offs: 0x00000073 lens: 0x00000065 +0x00001073-0x000010d7: +>>0 @I2917@ INDI +1 NAME Elizabeth Charlotte // +1 SEX F +1 BIRT +2 DATE 1676 +1 FAMC @F444@ +1 FAMS @F1399@ +<< +[0002] INDI rkey: I2918 offs: 0x000000d8 lens: 0x00000056 +0x000010d8-0x0000112d: +>>0 @I2918@ INDI +1 NAME Leopold Joseph de_Lorraine// +1 SEX M +1 TITL Duke +1 FAMS @F1399@ +<< +[0003] INDI rkey: I2919 offs: 0x0000012e lens: 0x00000082 +0x0000112e-0x000011af: +>>0 @I2919@ INDI +1 NAME Francoise Marie de_Blois// +1 SEX F +1 TITL Mademoiselle +1 BIRT +2 DATE 1677 +1 DEAT +2 DATE 1749 +1 FAMS @F1290@ +<< +[0004] INDI rkey: I2920 offs: 0x000001b0 lens: 0x0000006c +0x000011b0-0x0000121b: +>>0 @I2920@ INDI +1 NAME Marie Adelaide of_Savoy// +1 SEX F +1 BIRT +2 DATE 1685 +1 DEAT +2 DATE 1712 +1 FAMS @F770@ +<< +[0005] INDI rkey: I2921 offs: 0x0000021c lens: 0x0000007c +0x0000121c-0x00001297: +>>0 @I2921@ INDI +1 NAME Marie Louise of_Orleans// +1 SEX F +1 BIRT +2 DATE 1695 +1 DEAT +2 DATE 1715 +1 FAMC @F1290@ +1 FAMS @F1286@ +<< +[0006] INDI rkey: I2922 offs: 0x00000298 lens: 0x00000040 +0x00001298-0x000012d7: +>>0 @I2922@ INDI +1 NAME Ivan of_Shestov // +1 SEX M +1 FAMS @F1333@ +<< +[0007] INDI rkey: I2923 offs: 0x000002d8 lens: 0x0000003e +0x000012d8-0x00001315: +>>0 @I2923@ INDI +1 NAME Ivan /Rayevski/ +1 SEX M +1 FAMS @F1335@ +<< +[0008] INDI rkey: I2924 offs: 0x00000316 lens: 0x00000046 +0x00001316-0x0000135b: +>>0 @I2924@ INDI +1 NAME Constantine /Volkonski/ +1 SEX M +1 FAMS @F1332@ +<< +[0009] INDI rkey: I2925 offs: 0x0000035c lens: 0x00000067 +0x0000135c-0x000013c2: +>>0 @I2925@ INDI +1 NAME Zenaida /Rashevska/ +1 SEX F +1 BIRT +2 DATE 1898 +1 DEAT +2 DATE 1963 +1 FAMS @F120@ +<< +[0010] INDI rkey: I2926 offs: 0x000003c3 lens: 0x00000040 +0x000013c3-0x00001402: +>>0 @I2926@ INDI +1 NAME Felix Krzesinski // +1 SEX M +1 FAMS @F122@ +<< +[0011] INDI rkey: I2927 offs: 0x00000403 lens: 0x00000042 +0x00001403-0x00001444: +>>0 @I2927@ INDI +1 NAME Valerian /Karnovich/ +1 SEX M +1 FAMS @F722@ +<< +[0012] INDI rkey: I2928 offs: 0x00000445 lens: 0x0000003a +0x00001445-0x0000147e: +>>0 @I2928@ INDI +1 NAME John /Emery/ +1 SEX M +1 FAMS @F761@ +<< +[0013] INDI rkey: I2929 offs: 0x0000047f lens: 0x0000003e +0x0000147f-0x000014bc: +>>0 @I2929@ INDI +1 NAME Susan /Deptford/ +1 SEX F +1 FAMS @F131@ +<< +[0014] INDI rkey: I2930 offs: 0x000004bd lens: 0x00000052 +0x000014bd-0x0000150e: +>>0 @I2930@ INDI +1 NAME Andrew /Ferguson/ +1 SEX M +1 BIRT +2 DATE 1978 +1 FAMC @F131@ +<< +[0015] INDI rkey: I2931 offs: 0x0000050f lens: 0x00000051 +0x0000150f-0x0000155f: +>>0 @I2931@ INDI +1 NAME Alice /Ferguson/ +1 SEX F +1 BIRT +2 DATE 1980 +1 FAMC @F131@ +<< +[0016] INDI rkey: I2932 offs: 0x00000560 lens: 0x0000005c +0x00001560-0x000015bb: +>>0 @I2932@ INDI +1 NAME Elizabeth (Eliza) /Ferguson/ +1 SEX F +1 BIRT +2 DATE 1985 +1 FAMC @F131@ +<< +[0017] INDI rkey: I2933 offs: 0x000005bc lens: 0x00000090 +0x000015bc-0x0000164b: +>>0 @I2933@ INDI +1 NAME Mervyn Powerscourt /Wingfield/ +1 SEX M +1 TITL Viscount +1 BIRT +2 DATE 1880 +1 DEAT +2 DATE 1947 +1 FAMC @F1400@ +1 FAMS @F478@ +<< +[0018] INDI rkey: I2934 offs: 0x0000064c lens: 0x00000067 +0x0000164c-0x000016b2: +>>0 @I2934@ INDI +1 NAME Mervyn /Wingfield/ +1 SEX M +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1904 +1 FAMS @F1400@ +<< +[0019] INDI rkey: I2935 offs: 0x000006b3 lens: 0x0000007c +0x000016b3-0x0000172e: +>>0 @I2935@ INDI +1 NAME Julia /Coke/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1844 +1 DEAT +2 DATE 1931 +1 FAMC @F1401@ +1 FAMS @F1400@ +<< +[0020] INDI rkey: I2936 offs: 0x0000072f lens: 0x0000006d +0x0000172f-0x0000179b: +>>0 @I2936@ INDI +1 NAME Henry Fitzherbert /Wright/ +1 SEX M +1 BIRT +2 DATE 1870 +1 DEAT +2 DATE 1947 +1 FAMS @F477@ +<< +[0021] INDI rkey: I2937 offs: 0x0000079c lens: 0x00000074 +0x0000179c-0x0000180f: +>>0 @I2937@ INDI +1 NAME Muriel /Fletcher/ +1 SEX F +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1955 +1 FAMC @F1402@ +1 FAMS @F477@ +<< +[0022] INDI rkey: I2938 offs: 0x00000810 lens: 0x00000071 +0x00001810-0x00001880: +>>0 @I2938@ INDI +1 NAME Henry /Fletcher/ +1 SEX M +1 TITL Col. +1 BIRT +2 DATE 1833 +1 DEAT +2 DATE 1879 +1 FAMS @F1402@ +<< +[0023] INDI rkey: I2939 offs: 0x00000881 lens: 0x00000081 +0x00001881-0x00001901: +>>0 @I2939@ INDI +1 NAME Harriet /Marsham/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1838 +1 DEAT +2 DATE 1886 +1 FAMC @F1403@ +1 FAMS @F1402@ +<< +[0024] INDI rkey: I2940 offs: 0x00000902 lens: 0x0000007c +0x00001902-0x0000197d: +>>0 @I2940@ INDI +1 NAME Charles /Marsham/ +1 SEX M +1 TITL Earl of Romney +1 BIRT +2 DATE 1808 +1 DEAT +2 DATE 1874 +1 FAMS @F1403@ +<< +[0025] INDI rkey: I2941 offs: 0x0000097e lens: 0x00000091 +0x0000197e-0x00001a0e: +>>0 @I2941@ INDI +1 NAME Margaret -Scott /Montagu-Douglas-/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1811 +1 DEAT +2 DATE 1836 +1 FAMC @F1404@ +1 FAMS @F1403@ +<< +[0026] INDI rkey: I2942 offs: 0x00000a0f lens: 0x00000095 +0x00001a0f-0x00001aa3: +>>0 @I2942@ INDI +1 NAME Charles of_Buccleuch /Montagu-Douglas/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1819 +1 FAMC @F1405@ +1 FAMS @F1404@ +<< +[0027] INDI rkey: I2943 offs: 0x00000aa4 lens: 0x0000009b +0x00001aa4-0x00001b3e: +>>0 @I2943@ INDI +1 NAME Walter -Scott of_Buccleuch/Montagu-Douglas-/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1806 +1 DEAT +2 DATE 1884 +1 FAMC @F1404@ +1 FAMS @F1406@ +<< +[0028] INDI rkey: I2944 offs: 0x00000b3f lens: 0x0000009c +0x00001b3f-0x00001bda: +>>0 @I2944@ INDI +1 NAME William -Scott of_Buccleuch/Montagu-Douglas-/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1831 +1 DEAT +2 DATE 1914 +1 FAMC @F1406@ +1 FAMS @F1407@ +<< +[0029] INDI rkey: I2945 offs: 0x00000bdb lens: 0x00000072 +0x00001bdb-0x00001c4c: +>>0 @I2945@ INDI +1 NAME Louisa /Hamilton/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1836 +1 DEAT +2 DATE 1912 +1 FAMS @F1407@ +<< +[0030] INDI rkey: I2946 offs: 0x00000c4d lens: 0x0000008f +0x00001c4d-0x00001cdb: +>>0 @I2946@ INDI +1 NAME Herbert -Scott /Montagu-Douglas-/ +1 SEX M +1 TITL Lord +1 BIRT +2 DATE 1872 +1 DEAT +2 DATE 1944 +1 FAMC @F1407@ +1 FAMS @F472@ +<< +[0031] INDI rkey: I2947 offs: 0x00000cdc lens: 0x0000007f +0x00001cdc-0x00001d5a: +>>0 @I2947@ INDI +1 NAME Margaret /Brand/ +1 SEX F +1 TITL Hon. +1 BIRT +2 DATE 1873 +1 DEAT +2 DATE 1948 +1 FAMC @F1408@ +1 FAMS @F471@ +<< +[0032] INDI rkey: I2948 offs: 0x00000d5b lens: 0x00000089 +0x00001d5b-0x00001de3: +>>0 @I2948@ INDI +1 NAME Henry /Brand/ +1 SEX M +1 TITL Viscount Hampden +1 BIRT +2 DATE 1941 +1 DEAT +2 DATE 1906 +1 FAMC @F1409@ +1 FAMS @F1408@ +<< +[0033] INDI rkey: I2949 offs: 0x00000de4 lens: 0x0000007a +0x00001de4-0x00001e5d: +>>0 @I2949@ INDI +1 NAME Henry /Brand/ +1 SEX M +1 TITL Viscount Hampden +1 BIRT +2 DATE 1814 +1 DEAT +2 DATE 1892 +1 FAMS @F1409@ +<< +[0034] INDI rkey: I2950 offs: 0x00000e5e lens: 0x00000089 +0x00001e5e-0x00001ee6: +>>0 @I2950@ INDI +1 NAME Henry of_Buccleuch /Scott/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1772 +1 DEAT +2 DATE 1819 +1 FAMC @F1410@ +1 FAMS @F1405@ +<< +[0035] INDI rkey: I2951 offs: 0x00000ee7 lens: 0x0000008b +0x00001ee7-0x00001f71: +>>0 @I2951@ INDI +1 NAME Francis /Scott/ +1 SEX M +1 TITL Earl of Dalkeith +1 BIRT +2 DATE 1721 +1 DEAT +2 DATE 1750 +1 FAMC @F1411@ +1 FAMS @F1410@ +<< +[0036] INDI rkey: I2952 offs: 0x00000f72 lens: 0x0000007c +0x00001f72-0x00001fed: +>>0 @I2952@ INDI +1 NAME Francis of_Buccleuch /Scott/ +1 SEX M +1 TITL Duke +1 BIRT +2 DATE 1695 +1 DEAT +2 DATE 1751 +1 FAMS @F1411@ +<< +[0037] INDI rkey: I2953 offs: 0x00000fee lens: 0x00000089 +0x00001fee-0x00002076: +>>0 @I2953@ INDI +1 NAME Thomas of_Leicester /Coke/ +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 1822 +1 DEAT +2 DATE 1902 +1 FAMC @F1412@ +1 FAMS @F1401@ +<< +[0038] INDI rkey: I2954 offs: 0x00001077 lens: 0x0000007a +0x00002077-0x000020f0: +>>0 @I2954@ INDI +1 NAME Thomas of_Leicester /Coke/ +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 1754 +1 DEAT +2 DATE 1842 +1 FAMS @F1412@ +<< +[0039] INDI rkey: I2955 offs: 0x000010f1 lens: 0x0000007d +0x000020f1-0x0000216d: +>>0 @I2955@ INDI +1 NAME Anne /Keppel/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 1803 +1 DEAT +2 DATE 1844 +1 FAMC @F1413@ +1 FAMS @F1412@ +<< +[0040] INDI rkey: I2956 offs: 0x0000116e lens: 0x0000007d +0x0000216e-0x000021ea: +>>0 @I2956@ INDI +1 NAME William of_Albemarle /Keppel/ +1 SEX M +1 TITL Earl +1 BIRT +2 DATE 1724 +1 DEAT +2 DATE 1772 +1 FAMS @F1413@ +<< +[0041] INDI rkey: I2957 offs: 0x000011eb lens: 0x0000004b +0x000021eb-0x00002235: +>>0 @I2957@ INDI +1 NAME Richard // +1 SEX M +1 DEAT +2 DATE 1120 +1 FAMC @F749@ +<< +[0042] INDI rkey: I2958 offs: 0x00001236 lens: 0x000000c0 +0x00002236-0x000022f5: +>>0 @I2958@ INDI +1 NAME Eugenie Victoria Helena/Windsor/ +1 SEX F +1 TITL Princess +1 BIRT +2 DATE 23 MAR 1990 +2 PLAC London,England +1 CHR +2 DATE 23 DEC 1990 +2 PLAC Sandringham,England +1 FAMC @F48@ +<< +[0043] INDI rkey: I2959 offs: 0x000012f6 lens: 0x00000056 +0x000022f6-0x0000234b: +>>0 @I2959@ INDI +1 NAME Ayesha /Makim/ +1 SEX F +1 BIRT +2 DATE ABT 1986 +1 FAMC @F479@ +<< +[0044] INDI rkey: I2960 offs: 0x0000134c lens: 0x00000054 +0x0000234c-0x0000239f: +>>0 @I2960@ INDI +1 NAME Paul /Mowatt/ +1 SEX M +1 BIRT +2 DATE ABT 1962 +1 FAMS @F80@ +<< +[0045] INDI rkey: I2961 offs: 0x000013a0 lens: 0x0000004e +0x000023a0-0x000023ed: +>>0 @I2961@ INDI +1 NAME /Mowatt/ +1 SEX F +1 BIRT +2 DATE 26 MAY 1990 +1 FAMC @F80@ +<< +[0046] INDI rkey: I2962 offs: 0x000013ee lens: 0x00000054 +0x000023ee-0x00002441: +>>0 @I2962@ INDI +1 NAME Victoria /Lockwood/ +1 SEX F +1 BIRT +2 DATE 1964 +1 FAMS @F167@ +<< +[0047] INDI rkey: I2963 offs: 0x00001442 lens: 0x00000050 +0x00002442-0x00002491: +>>0 @I2963@ INDI +1 NAME Kitty // +1 SEX F +1 BIRT +2 DATE ABT 1991 +1 FAMC @F167@ +<< +[0048] INDI rkey: I2964 offs: 0x00001492 lens: 0x00000053 +0x00002492-0x000024e4: +>>0 @I2964@ INDI +1 NAME Olga // +1 SEX F +1 TITL Princess +1 FAMC @F51@ +1 FAMS @F1414@ +<< +[0049] INDI rkey: I2965 offs: 0x000014e5 lens: 0x00000051 +0x000024e5-0x00002535: +>>0 @I2965@ INDI +1 NAME Paul of_Yugoslavia // +1 SEX M +1 TITL Prince +1 FAMS @F1414@ +<< +[0050] INDI rkey: I2966 offs: 0x00001536 lens: 0x00000035 +0x00002536-0x0000256a: +>>0 @I2966@ INDI +1 NAME Son // +1 SEX M +1 FAMC @F1414@ +<< +[0051] INDI rkey: I2967 offs: 0x0000156b lens: 0x00000039 +0x0000256b-0x000025a3: +>>0 @I2967@ INDI +1 NAME Elizabeth // +1 SEX F +1 FAMC @F51@ +<< +[0052] INDI rkey: I2968 offs: 0x000015a4 lens: 0x0000004a +0x000025a4-0x000025ed: +>>0 @I2968@ INDI +1 NAME Peter /Phillips/ +1 SEX M +1 TITL Major +1 FAMS @F49@ +<< +[0053] INDI rkey: I2969 offs: 0x000015ee lens: 0x00000086 +0x000025ee-0x00002673: +>>0 @I2969@ INDI +1 NAME Sylvana /Tomaselli/ +1 SEX F +1 BIRT +2 DATE ABT 1957 +2 PLAC Canada +1 FAMC @F1415@ +1 FAMS @F1416@ +1 FAMS @F82@ +<< +[0054] INDI rkey: I2970 offs: 0x00001674 lens: 0x0000003f +0x00002674-0x000026b2: +>>0 @I2970@ INDI +1 NAME John Paul /Jones/ +1 SEX M +1 FAMS @F1416@ +<< +[0055] INDI rkey: I2971 offs: 0x000016b3 lens: 0x00000054 +0x000026b3-0x00002706: +>>0 @I2971@ INDI +1 NAME Max /Tomaselli/ +1 SEX M +1 BIRT +2 PLAC Austria +1 FAMS @F1415@ +<< +[0056] INDI rkey: I2972 offs: 0x00001707 lens: 0x00000063 +0x00002707-0x00002769: +>>0 @I2972@ INDI +1 NAME Josiane /Derners/ +1 SEX F +1 TITL Madame +1 BIRT +2 PLAC France +1 FAMS @F1415@ +<< +[0057] INDI rkey: I2973 offs: 0x0000176a lens: 0x0000003b +0x0000276a-0x000027a4: +>>0 @I2973@ INDI +1 NAME Antoinette // +1 SEX F +1 FAMC @F101@ +<< +[0058] INDI rkey: I2974 offs: 0x000017a5 lens: 0x00000037 +0x000027a5-0x000027db: +>>0 @I2974@ INDI +1 NAME Sophie // +1 SEX F +1 FAMC @F101@ +<< +[0059] INDI rkey: I2975 offs: 0x000017dc lens: 0x00000036 +0x000027dc-0x00002811: +>>0 @I2975@ INDI +1 NAME Julie // +1 SEX F +1 FAMC @F101@ +<< +[0060] INDI rkey: I2976 offs: 0x00001812 lens: 0x00000081 +0x00002812-0x00002892: +>>0 @I2976@ INDI +1 NAME Emich Karl of_Leiningen// +1 SEX M +1 TITL Prince +1 BIRT +2 DATE ABT 1762 +1 DEAT +2 DATE 1814 +1 FAMS @F102@ +<< +[0061] INDI rkey: I2977 offs: 0x00001893 lens: 0x00000040 +0x00002893-0x000028d2: +>>0 @I2977@ INDI +1 NAME Lucy /Lindsay-Hogg/ +1 SEX F +1 FAMS @F44@ +<< +[0062] INDI rkey: I2978 offs: 0x000018d3 lens: 0x0000006c +0x000028d3-0x0000293e: +>>0 @I2978@ INDI +1 NAME Frances /Armstrong-Jones/ +1 SEX F +1 TITL Lady +1 BIRT +2 DATE 17 JUL 1979 +1 FAMC @F44@ +<< +[0063] INDI rkey: I2979 offs: 0x0000193f lens: 0x0000003e +0x0000293f-0x0000297c: +>>0 @I2979@ INDI +1 NAME Julia /Rawlinson/ +1 SEX F +1 FAMS @F79@ +<< +[0064] INDI rkey: I2980 offs: 0x0000197d lens: 0x0000003d +0x0000297d-0x000029b9: +>>0 @I2980@ INDI +1 NAME Athol /Schmith/ +1 SEX M +1 FAMS @F207@ +<< +[0065] INDI rkey: I2981 offs: 0x000019ba lens: 0x00000050 +0x000029ba-0x00002a09: +>>0 @I2981@ INDI +1 NAME /Schmith/ +1 SEX M +1 BIRT +2 DATE ABT 1943 +1 FAMC @F207@ +<< +[0066] INDI rkey: I2982 offs: 0x00001a0a lens: 0x0000003b +0x00002a0a-0x00002a44: +>>0 @I2982@ INDI +1 NAME Erwin /Stein/ +1 SEX M +1 FAMS @F197@ +<< +[0067] INDI rkey: I2983 offs: 0x00001a45 lens: 0x00000037 +0x00002a45-0x00002a7b: +>>0 @I2983@ INDI +1 NAME Sophie // +1 SEX F +1 FAMS @F197@ +<< +[0068] INDI rkey: I2984 offs: 0x00001a7c lens: 0x00000068 +0x00002a7c-0x00002ae3: +>>0 @I2984@ INDI +1 NAME Alexander (Sachie) /McCorquodale/ +1 SEX M +1 BIRT +2 DATE ABT 1898 +1 FAMS @F168@ +<< +[0069] INDI rkey: I2985 offs: 0x00001ae4 lens: 0x00000061 +0x00002ae4-0x00002b44: +>>0 @I2985@ INDI +1 NAME Gerald /Legge/ +1 SEX M +1 TITL Earl Dartmouth +1 FAMC @F1417@ +1 FAMS @F169@ +<< +[0070] INDI rkey: I2986 offs: 0x00001b45 lens: 0x00000050 +0x00002b45-0x00002b94: +>>0 @I2986@ INDI +1 NAME Hugh /McCorquodale/ +1 SEX M +1 FAMC @F1418@ +1 FAMS @F469@ +<< +[0071] INDI rkey: I2987 offs: 0x00001b95 lens: 0x00000044 +0x00002b95-0x00002bd8: +>>0 @I2987@ INDI +1 NAME Harold /McCorquodale/ +1 SEX M +1 FAMS @F1418@ +<< +[0072] INDI rkey: I2988 offs: 0x00001bd9 lens: 0x00000038 +0x00002bd9-0x00002c10: +>>0 @I2988@ INDI +1 NAME Gracie // +1 SEX F +1 FAMS @F1418@ +<< +[0073] INDI rkey: I2989 offs: 0x00001c11 lens: 0x0000005a +0x00002c11-0x00002c6a: +>>0 @I2989@ INDI +1 NAME Ian /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 11 OCT 1937 +1 FAMC @F469@ +<< +[0074] INDI rkey: I2990 offs: 0x00001c6b lens: 0x0000002c +0x00002c6b-0x00002c96: +>>0 @I2990@ INDI +1 NAME /Legge/ +1 FAMC @F169@ +<< +[0075] INDI rkey: I2991 offs: 0x00001c97 lens: 0x0000002c +0x00002c97-0x00002cc2: +>>0 @I2991@ INDI +1 NAME /Legge/ +1 FAMC @F169@ +<< +[0076] INDI rkey: I2992 offs: 0x00001cc3 lens: 0x0000002c +0x00002cc3-0x00002cee: +>>0 @I2992@ INDI +1 NAME /Legge/ +1 FAMC @F169@ +<< +[0077] INDI rkey: I2993 offs: 0x00001cef lens: 0x0000002c +0x00002cef-0x00002d1a: +>>0 @I2993@ INDI +1 NAME /Legge/ +1 FAMC @F169@ +<< +[0078] INDI rkey: I2994 offs: 0x00001d1b lens: 0x0000004b +0x00002d1b-0x00002d65: +>>0 @I2994@ INDI +1 NAME Humphrey /Legge/ +1 SEX M +1 TITL Hon. +1 FAMS @F1417@ +<< +[0079] INDI rkey: I2995 offs: 0x00001d66 lens: 0x0000007e +0x00002d66-0x00002de3: +>>0 @I2995@ INDI +1 NAME Bertram (Bertie) /Cartland/ +1 SEX M +1 TITL Major +1 DEAT +2 DATE 27 MAY 1917 +1 FAMC @F1419@ +1 FAMS @F468@ +<< +[0080] INDI rkey: I2996 offs: 0x00001de4 lens: 0x00000073 +0x00002de4-0x00002e56: +>>0 @I2996@ INDI +1 NAME Mary Hamilton (Polly)/Scobell/ +1 SEX F +1 BIRT +2 DATE 5 SEP 1877 +1 FAMC @F1420@ +1 FAMS @F468@ +<< +[0081] INDI rkey: I2997 offs: 0x00001e57 lens: 0x0000008a +0x00002e57-0x00002ee0: +>>0 @I2997@ INDI +1 NAME Ronald /Cartland/ +1 SEX M +1 BIRT +2 DATE 3 JAN 1907 +1 DEAT +2 DATE 30 MAY 1940 +2 PLAC Nr Cassel,France +1 FAMC @F468@ +<< +[0082] INDI rkey: I2998 offs: 0x00001ee1 lens: 0x00000092 +0x00002ee1-0x00002f72: +>>0 @I2998@ INDI +1 NAME Anthony (Tony) /Cartland/ +1 SEX M +1 BIRT +2 DATE 4 JAN 1912 +1 DEAT +2 DATE 29 MAY 1940 +1 BURI +2 PLAC Zuidschote +1 FAMC @F468@ +<< +[0083] INDI rkey: I2999 offs: 0x00001f73 lens: 0x0000004e +0x00002f73-0x00002fc0: +>>0 @I2999@ INDI +1 NAME Edith /Palairet/ +1 SEX F +1 FAMC @F1421@ +1 FAMS @F1420@ +<< +[0084] INDI rkey: I3000 offs: 0x00001fc1 lens: 0x00000051 +0x00002fc1-0x00003011: +>>0 @I3000@ INDI +1 NAME Mary Anne /Hamilton/ +1 SEX F +1 FAMC @F1422@ +1 FAMS @F1421@ +<< +[0085] INDI rkey: I3001 offs: 0x00002012 lens: 0x00000040 +0x00003012-0x00003051: +>>0 @I3001@ INDI +1 NAME Andrew /Hamilton/ +1 SEX M +1 FAMS @F1422@ +<< +[0086] INDI rkey: I3002 offs: 0x00002052 lens: 0x0000003f +0x00003052-0x00003090: +>>0 @I3002@ INDI +1 NAME George /Scobell/ +1 SEX M +1 FAMS @F1420@ +<< +[0087] INDI rkey: I3003 offs: 0x00002091 lens: 0x00000041 +0x00003091-0x000030d1: +>>0 @I3003@ INDI +1 NAME Melloney /Scobell/ +1 SEX F +1 FAMC @F1420@ +<< +[0088] INDI rkey: I3004 offs: 0x000020d2 lens: 0x0000006e +0x000030d2-0x0000313f: +>>0 @I3004@ INDI +1 NAME /Scobell/ +1 SEX M +1 BIRT +2 PLAC Florence,Italy +1 DEAT +2 DATE BEF 1877 +1 FAMC @F1420@ +<< +[0089] INDI rkey: I3005 offs: 0x00002140 lens: 0x0000003e +0x00003140-0x0000317d: +>>0 @I3005@ INDI +1 NAME Emily /Scobell/ +1 SEX F +1 FAMC @F1420@ +<< +[0090] INDI rkey: I3006 offs: 0x0000217e lens: 0x00000062 +0x0000317e-0x000031df: +>>0 @I3006@ INDI +1 NAME John Sanford /Scobell/ +1 SEX M +1 TITL Sir +1 BIRT +2 DATE 1879 +1 FAMC @F1420@ +<< +[0091] INDI rkey: I3007 offs: 0x000021e0 lens: 0x0000003f +0x000031e0-0x0000321e: +>>0 @I3007@ INDI +1 NAME James /Cartland/ +1 SEX M +1 FAMS @F1419@ +<< +[0092] INDI rkey: I3008 offs: 0x0000221f lens: 0x00000037 +0x0000321f-0x00003255: +>>0 @I3008@ INDI +1 NAME Flora // +1 SEX F +1 FAMS @F1419@ +<< +[0093] INDI rkey: I3009 offs: 0x00002256 lens: 0x00000051 +0x00003256-0x000032a6: +>>0 @I3009@ INDI +1 NAME /Cartland/ +1 SEX F +1 DEAT +2 DATE ABT 1911 +1 FAMC @F468@ +<< +[0094] INDI rkey: I3010 offs: 0x000022a7 lens: 0x0000005b +0x000032a7-0x00003301: +>>0 @I3010@ INDI +1 NAME Glen /McCorquodale/ +1 SEX M +1 BIRT +2 DATE 31 DEC 1939 +1 FAMC @F469@ +<< +[0095] Name rkey: N$C634 offs: 0x00002302 lens: 0x0000001b + 0x00003302: Ncount 1 + Keys and string offsets, strings + 1. 0x00003306:RKEY I3009 0x0000330e:offset 0x00000000 + 0x00003312:string '/Cartland/' + Assembled data for N$C634 + 1. I3009 name /Cartland/ +[0096] Name rkey: N$E415 offs: 0x0000231d lens: 0x0000001e + 0x0000331d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003321:RKEY I191 0x00003329:offset 0x00000000 + 0x0000332d:string '/Elphinstone/' + Assembled data for N$E415 + 1. I191 name /Elphinstone/ +[0097] Name rkey: N$F323 offs: 0x0000233b lens: 0x0000001c + 0x0000333b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000333f:RKEY I2297 0x00003347:offset 0x00000000 + 0x0000334b:string '/Fitzwater/' + Assembled data for N$F323 + 1. I2297 name /Fitzwater/ +[0098] Name rkey: N$G651 offs: 0x00002357 lens: 0x0000001c + 0x00003357: Ncount 1 + Keys and string offsets, strings + 1. 0x0000335b:RKEY I195 0x00003363:offset 0x00000000 + 0x00003367:string '/Granville/' + Assembled data for N$G651 + 1. I195 name /Granville/ +[0099] Name rkey: N$L200 offs: 0x00002373 lens: 0x00000054 + 0x00003373: Ncount 4 + Keys and string offsets, strings + 1. 0x00003377:RKEY I2990 0x00003397:offset 0x00000000 + 0x000033a7:string '/Legge/' + 2. 0x0000337f:RKEY I2991 0x0000339b:offset 0x00000008 + 0x000033af:string '/Legge/' + 3. 0x00003387:RKEY I2992 0x0000339f:offset 0x00000010 + 0x000033b7:string '/Legge/' + 4. 0x0000338f:RKEY I2993 0x000033a3:offset 0x00000018 + 0x000033bf:string '/Legge/' + Assembled data for N$L200 + 1. I2990 name /Legge/ + 2. I2991 name /Legge/ + 3. I2992 name /Legge/ + 4. I2993 name /Legge/ +[0100] Name rkey: N$M300 offs: 0x000023c7 lens: 0x00000019 + 0x000033c7: Ncount 1 + Keys and string offsets, strings + 1. 0x000033cb:RKEY I2961 0x000033d3:offset 0x00000000 + 0x000033d7:string '/Mowatt/' + Assembled data for N$M300 + 1. I2961 name /Mowatt/ +[0101] Name rkey: N$O435 offs: 0x000023e0 lens: 0x00000034 + 0x000033e0: Ncount 2 + Keys and string offsets, strings + 1. 0x000033e4:RKEY I1062 0x000033f4:offset 0x00000000 + 0x000033fc:string '/Oldenburg/' + 2. 0x000033ec:RKEY I1063 0x000033f8:offset 0x0000000c + 0x00003408:string '/Oldenburg/' + Assembled data for N$O435 + 1. I1062 name /Oldenburg/ + 2. I1063 name /Oldenburg/ +[0102] Name rkey: N$S152 offs: 0x00002414 lens: 0x0000001a + 0x00003414: Ncount 1 + Keys and string offsets, strings + 1. 0x00003418:RKEY I1731 0x00003420:offset 0x00000000 + 0x00003424:string '/Spencer/' + Assembled data for N$S152 + 1. I1731 name /Spencer/ +[0103] Name rkey: N$S214 offs: 0x0000242e lens: 0x0000001a + 0x0000342e: Ncount 1 + Keys and string offsets, strings + 1. 0x00003432:RKEY I3004 0x0000343a:offset 0x00000000 + 0x0000343e:string '/Scobell/' + Assembled data for N$S214 + 1. I3004 name /Scobell/ +[0104] Name rkey: N$S253 offs: 0x00002448 lens: 0x0000001a + 0x00003448: Ncount 1 + Keys and string offsets, strings + 1. 0x0000344c:RKEY I2981 0x00003454:offset 0x00000000 + 0x00003458:string '/Schmith/' + Assembled data for N$S253 + 1. I2981 name /Schmith/ +[0105] Name rkey: N$U525 offs: 0x00002462 lens: 0x00000088 + 0x00003462: Ncount 6 + Keys and string offsets, strings + 1. 0x00003466:RKEY I1750 0x00003496:offset 0x00000000 + 0x000034ae:string '/Unknown/' + 2. 0x0000346e:RKEY I1829 0x0000349a:offset 0x0000000a + 0x000034b8:string '/Unknown/' + 3. 0x00003476:RKEY I1895 0x0000349e:offset 0x00000014 + 0x000034c2:string '/Unknown/' + 4. 0x0000347e:RKEY I1941 0x000034a2:offset 0x0000001e + 0x000034cc:string '/Unknown/' + 5. 0x00003486:RKEY I1954 0x000034a6:offset 0x00000028 + 0x000034d6:string '/Unknown/' + 6. 0x0000348e:RKEY I1956 0x000034aa:offset 0x00000032 + 0x000034e0:string '/Unknown/' + Assembled data for N$U525 + 1. I1750 name /Unknown/ + 2. I1829 name /Unknown/ + 3. I1895 name /Unknown/ + 4. I1941 name /Unknown/ + 5. I1954 name /Unknown/ + 6. I1956 name /Unknown/ +[0106] Name rkey: N$V556 offs: 0x000024ea lens: 0x00000020 + 0x000034ea: Ncount 1 + Keys and string offsets, strings + 1. 0x000034ee:RKEY I1575 0x000034f6:offset 0x00000000 + 0x000034fa:string '/von_Merenberg/' + Assembled data for N$V556 + 1. I1575 name /von_Merenberg/ +[0107] Name rkey: N$Z999 offs: 0x0000250a lens: 0x000000c4 + 0x0000350a: Ncount 8 + Keys and string offsets, strings + 1. 0x0000350e:RKEY I117 0x0000354e:offset 0x00000000 + 0x0000356e:string '(Frederick) Christian Charles//' + 2. 0x00003516:RKEY I131 0x00003552:offset 0x00000020 + 0x0000358e:string '(Sophia) Charlotte //' + 3. 0x0000351e:RKEY I785 0x00003556:offset 0x00000036 + 0x000035a4:string '//' + 4. 0x00003526:RKEY I788 0x0000355a:offset 0x00000039 + 0x000035a7:string '//' + 5. 0x0000352e:RKEY I1147 0x0000355e:offset 0x0000003c + 0x000035aa:string '5sons_1dau //' + 6. 0x00003536:RKEY I1442 0x00003562:offset 0x0000004b + 0x000035b9:string '//' + 7. 0x0000353e:RKEY I1709 0x00003566:offset 0x0000004e + 0x000035bc:string '//' + 8. 0x00003546:RKEY I1762 0x0000356a:offset 0x00000051 + 0x000035bf:string '(Daughter) //' + Assembled data for N$Z999 + 1. I117 name (Frederick) Christian Charles// + 2. I131 name (Sophia) Charlotte // + 3. I785 name // + 4. I788 name // + 5. I1147 name 5sons_1dau // + 6. I1442 name // + 7. I1709 name // + 8. I1762 name (Daughter) // +[0108] Name rkey: NAA652 offs: 0x000025ce lens: 0x00000038 + 0x000035ce: Ncount 1 + Keys and string offsets, strings + 1. 0x000035d2:RKEY I54 0x000035da:offset 0x00000000 + 0x000035de:string 'Anthony Charles Robert/Armstrong-Jones/' + Assembled data for NAA652 + 1. I54 name Anthony Charles Robert/Armstrong-Jones/ +[0109] Name rkey: NAB163 offs: 0x00002606 lens: 0x00000021 + 0x00003606: Ncount 1 + Keys and string offsets, strings + 1. 0x0000360a:RKEY I2088 0x00003612:offset 0x00000000 + 0x00003616:string 'Anne /Beaufort/' + Assembled data for NAB163 + 1. I2088 name Anne /Beaufort/ +[0110] Name rkey: NAB245 offs: 0x00002627 lens: 0x0000002f + 0x00003627: Ncount 1 + Keys and string offsets, strings + 1. 0x0000362b:RKEY I177 0x00003633:offset 0x00000000 + 0x00003637:string 'Alexander Francis /Bowes-Lyon/' + Assembled data for NAB245 + 1. I177 name Alexander Francis /Bowes-Lyon/ +[0111] Name rkey: NAB251 offs: 0x00002656 lens: 0x00000022 + 0x00003656: Ncount 1 + Keys and string offsets, strings + 1. 0x0000365a:RKEY I1339 0x00003662:offset 0x00000000 + 0x00003666:string 'Anne /Beauchamp/' + Assembled data for NAB251 + 1. I1339 name Anne /Beauchamp/ +[0112] Name rkey: NAB450 offs: 0x00002678 lens: 0x0000001f + 0x00003678: Ncount 1 + Keys and string offsets, strings + 1. 0x0000367c:RKEY I848 0x00003684:offset 0x00000000 + 0x00003688:string 'Anne /Boleyn/' + Assembled data for NAB450 + 1. I848 name Anne /Boleyn/ +[0113] Name rkey: NAB635 offs: 0x00002697 lens: 0x00000090 + 0x00003697: Ncount 4 + Keys and string offsets, strings + 1. 0x0000369b:RKEY I790 0x000036bb:offset 0x00000000 + 0x000036cb:string 'Anne /Brudenell/' + 2. 0x000036a3:RKEY I1578 0x000036bf:offset 0x00000012 + 0x000036dd:string 'Alexander V. /Bariatinsky/' + 3. 0x000036ab:RKEY I1579 0x000036c3:offset 0x0000002d + 0x000036f8:string 'Andrei /Bariatinsky/' + 4. 0x000036b3:RKEY I1580 0x000036c7:offset 0x00000043 + 0x0000370e:string 'Alexander /Bariatinsky/' + Assembled data for NAB635 + 1. I790 name Anne /Brudenell/ + 2. I1578 name Alexander V. /Bariatinsky/ + 3. I1579 name Andrei /Bariatinsky/ + 4. I1580 name Alexander /Bariatinsky/ +[0114] Name rkey: NAC634 offs: 0x00002727 lens: 0x0000002a + 0x00003727: Ncount 1 + Keys and string offsets, strings + 1. 0x0000372b:RKEY I2998 0x00003733:offset 0x00000000 + 0x00003737:string 'Anthony (Tony) /Cartland/' + Assembled data for NAC634 + 1. I2998 name Anthony (Tony) /Cartland/ +[0115] Name rkey: NAC652 offs: 0x00002751 lens: 0x00000026 + 0x00003751: Ncount 1 + Keys and string offsets, strings + 1. 0x00003755:RKEY I956 0x0000375d:offset 0x00000000 + 0x00003761:string 'Alexandra /Carnegie/' + Assembled data for NAC652 + 1. I956 name Alexandra /Carnegie/ +[0116] Name rkey: NAD100 offs: 0x00002777 lens: 0x00000022 + 0x00003777: Ncount 1 + Keys and string offsets, strings + 1. 0x0000377b:RKEY I105 0x00003783:offset 0x00000000 + 0x00003787:string 'Alexander /Duff/' + Assembled data for NAD100 + 1. I105 name Alexander /Duff/ +[0117] Name rkey: NAD230 offs: 0x00002799 lens: 0x00000025 + 0x00003799: Ncount 1 + Keys and string offsets, strings + 1. 0x0000379d:RKEY I755 0x000037a5:offset 0x00000000 + 0x000037a9:string 'Alfonso_IV /d'Este/' + Assembled data for NAD230 + 1. I755 name Alfonso_IV /d'Este/ +[0118] Name rkey: NAD242 offs: 0x000027be lens: 0x00000025 + 0x000037be: Ncount 1 + Keys and string offsets, strings + 1. 0x000037c2:RKEY I836 0x000037ca:offset 0x00000000 + 0x000037ce:string 'Archibald /Douglas/' + Assembled data for NAD242 + 1. I836 name Archibald /Douglas/ +[0119] Name rkey: NAD260 offs: 0x000027e3 lens: 0x00000038 + 0x000037e3: Ncount 2 + Keys and string offsets, strings + 1. 0x000037e7:RKEY I2336 0x000037f7:offset 0x00000000 + 0x000037ff:string 'Anne /Dacre/' + 2. 0x000037ef:RKEY I2368 0x000037fb:offset 0x0000000e + 0x0000380d:string 'Anne /Dacre/' + Assembled data for NAD260 + 1. I2336 name Anne /Dacre/ + 2. I2368 name Anne /Dacre/ +[0120] Name rkey: NAD340 offs: 0x0000281b lens: 0x00000022 + 0x0000381b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000381f:RKEY I2313 0x00003827:offset 0x00000000 + 0x0000382b:string 'Ambrose /Dudley/' + Assembled data for NAD340 + 1. I2313 name Ambrose /Dudley/ +[0121] Name rkey: NAD343 offs: 0x0000283d lens: 0x00000023 + 0x0000383d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003841:RKEY I2445 0x00003849:offset 0x00000000 + 0x0000384d:string 'Alice /de_Toledo/' + Assembled data for NAD343 + 1. I2445 name Alice /de_Toledo/ +[0122] Name rkey: NAD352 offs: 0x00002860 lens: 0x00000022 + 0x00003860: Ncount 1 + Keys and string offsets, strings + 1. 0x00003864:RKEY I296 0x0000386c:offset 0x00000000 + 0x00003870:string 'Angela /Dowding/' + Assembled data for NAD352 + 1. I296 name Angela /Dowding/ +[0123] Name rkey: NAD436 offs: 0x00002882 lens: 0x00000023 + 0x00003882: Ncount 1 + Keys and string offsets, strings + 1. 0x00003886:RKEY I2865 0x0000388e:offset 0x00000000 + 0x00003892:string 'Anne /de_la_Tour/' + Assembled data for NAD436 + 1. I2865 name Anne /de_la_Tour/ +[0124] Name rkey: NAE560 offs: 0x000028a5 lens: 0x00000020 + 0x000038a5: Ncount 1 + Keys and string offsets, strings + 1. 0x000038a9:RKEY I1406 0x000038b1:offset 0x00000000 + 0x000038b5:string 'Audrey /Emery/' + Assembled data for NAE560 + 1. I1406 name Audrey /Emery/ +[0125] Name rkey: NAF622 offs: 0x000028c5 lens: 0x00000088 + 0x000038c5: Ncount 4 + Keys and string offsets, strings + 1. 0x000038c9:RKEY I811 0x000038e9:offset 0x00000000 + 0x000038f9:string 'Andrew /Ferguson/' + 2. 0x000038d1:RKEY I814 0x000038ed:offset 0x00000013 + 0x0000390c:string 'Algernon Francis /Ferguson/' + 3. 0x000038d9:RKEY I2930 0x000038f1:offset 0x0000002f + 0x00003928:string 'Andrew /Ferguson/' + 4. 0x000038e1:RKEY I2931 0x000038f5:offset 0x00000042 + 0x0000393b:string 'Alice /Ferguson/' + Assembled data for NAF622 + 1. I811 name Andrew /Ferguson/ + 2. I814 name Algernon Francis /Ferguson/ + 3. I2930 name Andrew /Ferguson/ + 4. I2931 name Alice /Ferguson/ +[0126] Name rkey: NAF625 offs: 0x0000294d lens: 0x0000002e + 0x0000394d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003951:RKEY I1556 0x00003959:offset 0x00000000 + 0x0000395d:string 'Alan_IV of_Brittany /Fergant/' + Assembled data for NAF625 + 1. I1556 name Alan_IV of_Brittany /Fergant/ +[0127] Name rkey: NAF656 offs: 0x0000297b lens: 0x00000024 + 0x0000397b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000397f:RKEY I963 0x00003987:offset 0x00000000 + 0x0000398b:string 'Alexander /Ferner/' + Assembled data for NAF656 + 1. I963 name Alexander /Ferner/ +[0128] Name rkey: NAG320 offs: 0x0000299f lens: 0x00000031 + 0x0000399f: Ncount 1 + Keys and string offsets, strings + 1. 0x000039a3:RKEY I2632 0x000039ab:offset 0x00000000 + 0x000039af:string 'Auckland L. of_Rolvenden/Geddes/' + Assembled data for NAG320 + 1. I2632 name Auckland L. of_Rolvenden/Geddes/ +[0129] Name rkey: NAG400 offs: 0x000029d0 lens: 0x00000028 + 0x000039d0: Ncount 1 + Keys and string offsets, strings + 1. 0x000039d4:RKEY I392 0x000039dc:offset 0x00000000 + 0x000039e0:string 'Alexander Ogston /Gill/' + Assembled data for NAG400 + 1. I392 name Alexander Ogston /Gill/ +[0130] Name rkey: NAG600 offs: 0x000029f8 lens: 0x0000001d + 0x000039f8: Ncount 1 + Keys and string offsets, strings + 1. 0x000039fc:RKEY I786 0x00003a04:offset 0x00000000 + 0x00003a08:string 'Anne /Gore/' + Assembled data for NAG600 + 1. I786 name Anne /Gore/ +[0131] Name rkey: NAH300 offs: 0x00002a15 lens: 0x0000001d + 0x00003a15: Ncount 1 + Keys and string offsets, strings + 1. 0x00003a19:RKEY I707 0x00003a21:offset 0x00000000 + 0x00003a25:string 'Anne /Hyde/' + Assembled data for NAH300 + 1. I707 name Anne /Hyde/ +[0132] Name rkey: NAH400 offs: 0x00002a32 lens: 0x00000041 + 0x00003a32: Ncount 2 + Keys and string offsets, strings + 1. 0x00003a36:RKEY I1916 0x00003a46:offset 0x00000000 + 0x00003a4e:string 'Anne /Hill/' + 2. 0x00003a3e:RKEY I1918 0x00003a4a:offset 0x0000000d + 0x00003a5b:string 'Arthur Dungannon /Hill/' + Assembled data for NAH400 + 1. I1916 name Anne /Hill/ + 2. I1918 name Arthur Dungannon /Hill/ +[0133] Name rkey: NAH420 offs: 0x00002a73 lens: 0x00000028 + 0x00003a73: Ncount 1 + Keys and string offsets, strings + 1. 0x00003a77:RKEY I1504 0x00003a7f:offset 0x00000000 + 0x00003a83:string 'Alice (Itayls) /Hayles/' + Assembled data for NAH420 + 1. I1504 name Alice (Itayls) /Hayles/ +[0134] Name rkey: NAH516 offs: 0x00002a9b lens: 0x00000162 + 0x00003a9b: Ncount 10 + Keys and string offsets, strings + 1. 0x00003a9f:RKEY I132 0x00003aef:offset 0x00000000 + 0x00003b17:string 'Adolphus of_Cambridge /Hanover/' + 2. 0x00003aa7:RKEY I209 0x00003af3:offset 0x00000020 + 0x00003b37:string 'Augusta Sophia /Hanover/' + 3. 0x00003aaf:RKEY I213 0x00003af7:offset 0x00000039 + 0x00003b50:string 'Augustus Frederick /Hanover/' + 4. 0x00003ab7:RKEY I217 0x00003afb:offset 0x00000056 + 0x00003b6d:string 'Alfred /Hanover/' + 5. 0x00003abf:RKEY I218 0x00003aff:offset 0x00000068 + 0x00003b7f:string 'Amelia /Hanover/' + 6. 0x00003ac7:RKEY I257 0x00003b03:offset 0x0000007a + 0x00003b91:string 'Alexandra /Hanover/' + 7. 0x00003acf:RKEY I324 0x00003b07:offset 0x0000008f + 0x00003ba6:string 'Anne /Hanover/' + 8. 0x00003ad7:RKEY I325 0x00003b0b:offset 0x0000009f + 0x00003bb6:string 'Amelia Sophia Eleanor/Hanover/' + 9. 0x00003adf:RKEY I333 0x00003b0f:offset 0x000000be + 0x00003bd5:string 'Augusta /Hanover/' + 10. 0x00003ae7:RKEY I1043 0x00003b13:offset 0x000000d1 + 0x00003be8:string 'Alexandra /Hanover/' + Assembled data for NAH516 + 1. I132 name Adolphus of_Cambridge /Hanover/ + 2. I209 name Augusta Sophia /Hanover/ + 3. I213 name Augustus Frederick /Hanover/ + 4. I217 name Alfred /Hanover/ + 5. I218 name Amelia /Hanover/ + 6. I257 name Alexandra /Hanover/ + 7. I324 name Anne /Hanover/ + 8. I325 name Amelia Sophia Eleanor/Hanover/ + 9. I333 name Augusta /Hanover/ + 10. I1043 name Alexandra /Hanover/ +[0135] Name rkey: NAH524 offs: 0x00002bfd lens: 0x00000028 + 0x00003bfd: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c01:RKEY I1108 0x00003c09:offset 0x00000000 + 0x00003c0d:string 'Anthony /Hohenzollern/' + Assembled data for NAH524 + 1. I1108 name Anthony /Hohenzollern/ +[0136] Name rkey: NAH543 offs: 0x00002c25 lens: 0x00000023 + 0x00003c25: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c29:RKEY I3001 0x00003c31:offset 0x00000000 + 0x00003c35:string 'Andrew /Hamilton/' + Assembled data for NAH543 + 1. I3001 name Andrew /Hamilton/ +[0137] Name rkey: NAH635 offs: 0x00002c48 lens: 0x0000001f + 0x00003c48: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c4c:RKEY I763 0x00003c54:offset 0x00000000 + 0x00003c58:string 'Anne /Horton/' + Assembled data for NAH635 + 1. I763 name Anne /Horton/ +[0138] Name rkey: NAK140 offs: 0x00002c67 lens: 0x0000001f + 0x00003c67: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c6b:RKEY I2955 0x00003c73:offset 0x00000000 + 0x00003c77:string 'Anne /Keppel/' + Assembled data for NAK140 + 1. I2955 name Anne /Keppel/ +[0139] Name rkey: NAK542 offs: 0x00002c86 lens: 0x00000020 + 0x00003c86: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c8a:RKEY I2408 0x00003c92:offset 0x00000000 + 0x00003c96:string 'Anne /Knollys/' + Assembled data for NAK542 + 1. I2408 name Anne /Knollys/ +[0140] Name rkey: NAK600 offs: 0x00002ca6 lens: 0x0000002e + 0x00003ca6: Ncount 1 + Keys and string offsets, strings + 1. 0x00003caa:RKEY I2910 0x00003cb2:offset 0x00000000 + 0x00003cb6:string 'Antoinette (Antonia) /Kohary/' + Assembled data for NAK600 + 1. I2910 name Antoinette (Antonia) /Kohary/ +[0141] Name rkey: NAL242 offs: 0x00002cd4 lens: 0x00000027 + 0x00003cd4: Ncount 1 + Keys and string offsets, strings + 1. 0x00003cd8:RKEY I943 0x00003ce0:offset 0x00000000 + 0x00003ce4:string 'Alexander /Lascelles/' + Assembled data for NAL242 + 1. I943 name Alexander /Lascelles/ +[0142] Name rkey: NAL531 offs: 0x00002cfb lens: 0x00000021 + 0x00003cfb: Ncount 1 + Keys and string offsets, strings + 1. 0x00003cff:RKEY I2662 0x00003d07:offset 0x00000000 + 0x00003d0b:string 'Anne /Leontiev/' + Assembled data for NAL531 + 1. I2662 name Anne /Leontiev/ +[0143] Name rkey: NAL625 offs: 0x00002d1c lens: 0x0000001f + 0x00003d1c: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d20:RKEY I2838 0x00003d28:offset 0x00000000 + 0x00003d2c:string 'Ann /Larsson/' + Assembled data for NAL625 + 1. I2838 name Ann /Larsson/ +[0144] Name rkey: NAM160 offs: 0x00002d3b lens: 0x00000020 + 0x00003d3b: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d3f:RKEY I1010 0x00003d47:offset 0x00000000 + 0x00003d4b:string 'Anne /Mowbray/' + Assembled data for NAM160 + 1. I1010 name Anne /Mowbray/ +[0145] Name rkey: NAM250 offs: 0x00002d5b lens: 0x0000003a + 0x00003d5b: Ncount 2 + Keys and string offsets, strings + 1. 0x00003d5f:RKEY I825 0x00003d6f:offset 0x00000000 + 0x00003d77:string 'Alex /Makim/' + 2. 0x00003d67:RKEY I2959 0x00003d73:offset 0x0000000e + 0x00003d85:string 'Ayesha /Makim/' + Assembled data for NAM250 + 1. I825 name Alex /Makim/ + 2. I2959 name Ayesha /Makim/ +[0146] Name rkey: NAM262 offs: 0x00002d95 lens: 0x00000032 + 0x00003d95: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d99:RKEY I2984 0x00003da1:offset 0x00000000 + 0x00003da5:string 'Alexander (Sachie) /McCorquodale/' + Assembled data for NAM262 + 1. I2984 name Alexander (Sachie) /McCorquodale/ +[0147] Name rkey: NAM520 offs: 0x00002dc7 lens: 0x00000021 + 0x00003dc7: Ncount 1 + Keys and string offsets, strings + 1. 0x00003dcb:RKEY I473 0x00003dd3:offset 0x00000000 + 0x00003dd7:string 'Aspasia /Manos/' + Assembled data for NAM520 + 1. I473 name Aspasia /Manos/ +[0148] Name rkey: NAM532 offs: 0x00002de8 lens: 0x00000051 + 0x00003de8: Ncount 2 + Keys and string offsets, strings + 1. 0x00003dec:RKEY I69 0x00003dfc:offset 0x00000000 + 0x00003e04:string 'Alice Christabel /Montagu-Douglas/' + 2. 0x00003df4:RKEY I172 0x00003e00:offset 0x00000023 + 0x00003e27:string 'Alice /Montague/' + Assembled data for NAM532 + 1. I69 name Alice Christabel /Montagu-Douglas/ + 2. I172 name Alice /Montague/ +[0149] Name rkey: NAM600 offs: 0x00002e39 lens: 0x00000028 + 0x00003e39: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e3d:RKEY I1819 0x00003e45:offset 0x00000000 + 0x00003e49:string 'Adam of_Rowallan /Mure/' + Assembled data for NAM600 + 1. I1819 name Adam of_Rowallan /Mure/ +[0150] Name rkey: NAM625 offs: 0x00002e61 lens: 0x0000001f + 0x00003e61: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e65:RKEY I2404 0x00003e6d:offset 0x00000000 + 0x00003e71:string 'Anne /Morgan/' + Assembled data for NAM625 + 1. I2404 name Anne /Morgan/ +[0151] Name rkey: NAM635 offs: 0x00002e80 lens: 0x00000041 + 0x00003e80: Ncount 2 + Keys and string offsets, strings + 1. 0x00003e84:RKEY I983 0x00003e94:offset 0x00000000 + 0x00003e9c:string 'Alexandra /Morton/' + 2. 0x00003e8c:RKEY I1024 0x00003e98:offset 0x00000014 + 0x00003eb0:string 'Anne /Mortimer/' + Assembled data for NAM635 + 1. I983 name Alexandra /Morton/ + 2. I1024 name Anne /Mortimer/ +[0152] Name rkey: NAN140 offs: 0x00002ec1 lens: 0x0000001f + 0x00003ec1: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ec5:RKEY I985 0x00003ecd:offset 0x00000000 + 0x00003ed1:string 'Anne /Nevill/' + Assembled data for NAN140 + 1. I985 name Anne /Nevill/ +[0153] Name rkey: NAN463 offs: 0x00002ee0 lens: 0x00000024 + 0x00003ee0: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ee4:RKEY I2811 0x00003eec:offset 0x00000000 + 0x00003ef0:string 'Anne Marie /Nilert/' + Assembled data for NAN463 + 1. I2811 name Anne Marie /Nilert/ +[0154] Name rkey: NAO241 offs: 0x00002f04 lens: 0x00000020 + 0x00003f04: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f08:RKEY I108 0x00003f10:offset 0x00000000 + 0x00003f14:string 'Angus /Ogilvy/' + Assembled data for NAO241 + 1. I108 name Angus /Ogilvy/ +[0155] Name rkey: NAO435 offs: 0x00002f24 lens: 0x00000049 + 0x00003f24: Ncount 2 + Keys and string offsets, strings + 1. 0x00003f28:RKEY I234 0x00003f38:offset 0x00000000 + 0x00003f40:string 'Alexander_I /Oldenburg/' + 2. 0x00003f30:RKEY I609 0x00003f3c:offset 0x00000019 + 0x00003f59:string 'Alexia /Oldenburg/' + Assembled data for NAO435 + 1. I234 name Alexander_I /Oldenburg/ + 2. I609 name Alexia /Oldenburg/ +[0156] Name rkey: NAP465 offs: 0x00002f6d lens: 0x0000002a + 0x00003f6d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f71:RKEY I261 0x00003f79:offset 0x00000000 + 0x00003f7d:string 'Alfons /Pawel-Rammingen/' + Assembled data for NAP465 + 1. I261 name Alfons /Pawel-Rammingen/ +[0157] Name rkey: NAR126 offs: 0x00002f97 lens: 0x0000001f + 0x00003f97: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f9b:RKEY I2330 0x00003fa3:offset 0x00000000 + 0x00003fa7:string 'Amy /Robsart/' + Assembled data for NAR126 + 1. I2330 name Amy /Robsart/ +[0158] Name rkey: NAR240 offs: 0x00002fb6 lens: 0x00000020 + 0x00003fb6: Ncount 1 + Keys and string offsets, strings + 1. 0x00003fba:RKEY I2323 0x00003fc2:offset 0x00000000 + 0x00003fc6:string 'Anne /Russell/' + Assembled data for NAR240 + 1. I2323 name Anne /Russell/ +[0159] Name rkey: NAR362 offs: 0x00002fd6 lens: 0x00000024 + 0x00003fd6: Ncount 1 + Keys and string offsets, strings + 1. 0x00003fda:RKEY I2802 0x00003fe2:offset 0x00000000 + 0x00003fe6:string 'Anna /Reutersward/' + Assembled data for NAR362 + 1. I2802 name Anna /Reutersward/ +[0160] Name rkey: NAR520 offs: 0x00002ffa lens: 0x0000004a + 0x00003ffa: Ncount 2 + Keys and string offsets, strings + 1. 0x00003ffe:RKEY I126 0x0000400e:offset 0x00000000 + 0x00004016:string 'Alexander /Ramsay/' + 2. 0x00004006:RKEY I1706 0x00004012:offset 0x00000014 + 0x0000402a:string 'Alexander of_Mar /Ramsay/' + Assembled data for NAR520 + 1. I126 name Alexander /Ramsay/ + 2. I1706 name Alexander of_Mar /Ramsay/ +[0161] Name rkey: NAR551 offs: 0x00003044 lens: 0x0000029e + 0x00004044: Ncount 16 + Keys and string offsets, strings + 1. 0x00004048:RKEY I40 0x000040c8:offset 0x00000000 + 0x00004108:string 'Alexander_III Alexandrovich /Romanov/' + 2. 0x00004050:RKEY I44 0x000040cc:offset 0x00000026 + 0x0000412e:string 'Alexander_II Nicholoevich /Romanov/' + 3. 0x00004058:RKEY I49 0x000040d0:offset 0x0000004a + 0x00004152:string 'Anastasia Nicholovna /Romanov/' + 4. 0x00004060:RKEY I50 0x000040d4:offset 0x00000069 + 0x00004171:string 'Alexis Nicolaievich /Romanov/' + 5. 0x00004068:RKEY I150 0x000040d8:offset 0x00000087 + 0x0000418f:string 'Alexis /Romanov/' + 6. 0x00004070:RKEY I160 0x000040dc:offset 0x00000099 + 0x000041a1:string 'Andrei (Andrew) Vladimirovich/Romanov/' + 7. 0x00004078:RKEY I491 0x000040e0:offset 0x000000c0 + 0x000041c8:string 'Alexandra Alexandrovna /Romanov/' + 8. 0x00004080:RKEY I1296 0x000040e4:offset 0x000000e1 + 0x000041e9:string 'Alexander_I /Romanov/' + 9. 0x00004088:RKEY I1303 0x000040e8:offset 0x000000f8 + 0x00004200:string 'Anna Petrovna /Romanov/' + 10. 0x00004090:RKEY I1306 0x000040ec:offset 0x00000110 + 0x00004218:string 'Alexis /Romanov/' + 11. 0x00004098:RKEY I1309 0x000040f0:offset 0x00000122 + 0x0000422a:string 'Alexis_I Michaylovich /Romanov/' + 12. 0x000040a0:RKEY I1318 0x000040f4:offset 0x00000142 + 0x0000424a:string 'Anna Ioannovna /Romanov/' + 13. 0x000040a8:RKEY I1568 0x000040f8:offset 0x0000015b + 0x00004263:string 'Alexander Alexandrovich /Romanov/' + 14. 0x000040b0:RKEY I1574 0x000040fc:offset 0x0000017d + 0x00004285:string 'Alexander Alexandrovich /Romanov/' + 15. 0x000040b8:RKEY I2675 0x00004100:offset 0x0000019f + 0x000042a7:string 'Alexander Mikhailovich (Sandro)/Romanov/' + 16. 0x000040c0:RKEY I2681 0x00004104:offset 0x000001c8 + 0x000042d0:string 'Artemi /Romanov/' + Assembled data for NAR551 + 1. I40 name Alexander_III Alexandrovich /Romanov/ + 2. I44 name Alexander_II Nicholoevich /Romanov/ + 3. I49 name Anastasia Nicholovna /Romanov/ + 4. I50 name Alexis Nicolaievich /Romanov/ + 5. I150 name Alexis /Romanov/ + 6. I160 name Andrei (Andrew) Vladimirovich/Romanov/ + 7. I491 name Alexandra Alexandrovna /Romanov/ + 8. I1296 name Alexander_I /Romanov/ + 9. I1303 name Anna Petrovna /Romanov/ + 10. I1306 name Alexis /Romanov/ + 11. I1309 name Alexis_I Michaylovich /Romanov/ + 12. I1318 name Anna Ioannovna /Romanov/ + 13. I1568 name Alexander Alexandrovich /Romanov/ + 14. I1574 name Alexander Alexandrovich /Romanov/ + 15. I2675 name Alexander Mikhailovich (Sandro)/Romanov/ + 16. I2681 name Artemi /Romanov/ +[0162] Name rkey: NAS152 offs: 0x000032e2 lens: 0x0000002c + 0x000042e2: Ncount 1 + Keys and string offsets, strings + 1. 0x000042e6:RKEY I366 0x000042ee:offset 0x00000000 + 0x000042f2:string 'Albert Edward John/Spencer/' + Assembled data for NAS152 + 1. I366 name Albert Edward John/Spencer/ +[0163] Name rkey: NAS214 offs: 0x0000330e lens: 0x00000022 + 0x0000430e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004312:RKEY I2399 0x0000431a:offset 0x00000000 + 0x0000431e:string 'Anne /Sackville/' + Assembled data for NAS214 + 1. I2399 name Anne /Sackville/ +[0164] Name rkey: NAS242 offs: 0x00003330 lens: 0x00000025 + 0x00004330: Ncount 1 + Keys and string offsets, strings + 1. 0x00004334:RKEY I882 0x0000433c:offset 0x00000000 + 0x00004340:string 'Alice /Scholastica/' + Assembled data for NAS242 + 1. I882 name Alice /Scholastica/ +[0165] Name rkey: NAS253 offs: 0x00003355 lens: 0x00000021 + 0x00004355: Ncount 1 + Keys and string offsets, strings + 1. 0x00004359:RKEY I2980 0x00004361:offset 0x00000000 + 0x00004365:string 'Athol /Schmith/' + Assembled data for NAS253 + 1. I2980 name Athol /Schmith/ +[0166] Name rkey: NAS265 offs: 0x00003376 lens: 0x0000001f + 0x00004376: Ncount 1 + Keys and string offsets, strings + 1. 0x0000437a:RKEY I2760 0x00004382:offset 0x00000000 + 0x00004386:string 'Anna /Skarne/' + Assembled data for NAS265 + 1. I2760 name Anna /Skarne/ +[0167] Name rkey: NAS316 offs: 0x00003395 lens: 0x00000021 + 0x00004395: Ncount 1 + Keys and string offsets, strings + 1. 0x00004399:RKEY I1445 0x000043a1:offset 0x00000000 + 0x000043a5:string 'Anne /Stafford/' + Assembled data for NAS316 + 1. I1445 name Anne /Stafford/ +[0168] Name rkey: NAS322 offs: 0x000033b6 lens: 0x00000021 + 0x000043b6: Ncount 1 + Keys and string offsets, strings + 1. 0x000043ba:RKEY I2105 0x000043c2:offset 0x00000000 + 0x000043c6:string 'Adrian /Stokes/' + Assembled data for NAS322 + 1. I2105 name Adrian /Stokes/ +[0169] Name rkey: NAS350 offs: 0x000033d7 lens: 0x00000029 + 0x000043d7: Ncount 1 + Keys and string offsets, strings + 1. 0x000043db:RKEY I190 0x000043e3:offset 0x00000000 + 0x000043e7:string 'Andrew Robinson /Stoney/' + Assembled data for NAS350 + 1. I190 name Andrew Robinson /Stoney/ +[0170] Name rkey: NAS351 offs: 0x00003400 lens: 0x00000021 + 0x00004400: Ncount 1 + Keys and string offsets, strings + 1. 0x00004404:RKEY I2393 0x0000440c:offset 0x00000000 + 0x00004410:string 'Anne /Stanhope/' + Assembled data for NAS351 + 1. I2393 name Anne /Stanhope/ +[0171] Name rkey: NAS363 offs: 0x00003421 lens: 0x00000098 + 0x00004421: Ncount 5 + Keys and string offsets, strings + 1. 0x00004425:RKEY I693 0x0000444d:offset 0x00000000 + 0x00004461:string 'Anne /Stuart/' + 2. 0x0000442d:RKEY I746 0x00004451:offset 0x0000000f + 0x00004470:string 'Anne /Stuart/' + 3. 0x00004435:RKEY I1435 0x00004455:offset 0x0000001e + 0x0000447f:string 'Arabella /Stuart/' + 4. 0x0000443d:RKEY I1490 0x00004459:offset 0x00000031 + 0x00004492:string 'Andrew /Stewart/' + 5. 0x00004445:RKEY I2845 0x0000445d:offset 0x00000043 + 0x000044a4:string 'Anastasia /Stewart/' + Assembled data for NAS363 + 1. I693 name Anne /Stuart/ + 2. I746 name Anne /Stuart/ + 3. I1435 name Arabella /Stuart/ + 4. I1490 name Andrew /Stewart/ + 5. I2845 name Anastasia /Stewart/ +[0172] Name rkey: NAS364 offs: 0x000034b9 lens: 0x00000023 + 0x000044b9: Ncount 1 + Keys and string offsets, strings + 1. 0x000044bd:RKEY I2751 0x000044c5:offset 0x00000000 + 0x000044c9:string 'Andreas /Straehl/' + Assembled data for NAS364 + 1. I2751 name Andreas /Straehl/ +[0173] Name rkey: NAS421 offs: 0x000034dc lens: 0x0000002a + 0x000044dc: Ncount 1 + Keys and string offsets, strings + 1. 0x000044e0:RKEY I363 0x000044e8:offset 0x00000000 + 0x000044ec:string 'Anne Caroline /Salisbury/' + Assembled data for NAS421 + 1. I363 name Anne Caroline /Salisbury/ +[0174] Name rkey: NAS560 offs: 0x00003506 lens: 0x00000050 + 0x00004506: Ncount 2 + Keys and string offsets, strings + 1. 0x0000450a:RKEY I399 0x0000451a:offset 0x00000000 + 0x00004522:string 'Adelaide Horatia Elizabeth/Seymour/' + 2. 0x00004512:RKEY I2319 0x0000451e:offset 0x00000024 + 0x00004546:string 'Anne /Seymour/' + Assembled data for NAS560 + 1. I399 name Adelaide Horatia Elizabeth/Seymour/ + 2. I2319 name Anne /Seymour/ +[0175] Name rkey: NAT360 offs: 0x00003556 lens: 0x00000020 + 0x00004556: Ncount 1 + Keys and string offsets, strings + 1. 0x0000455a:RKEY I775 0x00004562:offset 0x00000000 + 0x00004566:string 'Arthur /Tudor/' + Assembled data for NAT360 + 1. I775 name Arthur /Tudor/ +[0176] Name rkey: NAT413 offs: 0x00003576 lens: 0x00000023 + 0x00004576: Ncount 1 + Keys and string offsets, strings + 1. 0x0000457a:RKEY I2370 0x00004582:offset 0x00000000 + 0x00004586:string 'Aletheia /Talbot/' + Assembled data for NAT413 + 1. I2370 name Aletheia /Talbot/ +[0177] Name rkey: NAT416 offs: 0x00003599 lens: 0x0000002f + 0x00004599: Ncount 1 + Keys and string offsets, strings + 1. 0x0000459d:RKEY I533 0x000045a5:offset 0x00000000 + 0x000045a9:string 'Aymer of_Angouleme /Taillefer/' + Assembled data for NAT416 + 1. I533 name Aymer of_Angouleme /Taillefer/ +[0178] Name rkey: NAT450 offs: 0x000035c8 lens: 0x00000020 + 0x000045c8: Ncount 1 + Keys and string offsets, strings + 1. 0x000045cc:RKEY I2347 0x000045d4:offset 0x00000000 + 0x000045d8:string 'Agnes /Tilney/' + Assembled data for NAT450 + 1. I2347 name Agnes /Tilney/ +[0179] Name rkey: NAT525 offs: 0x000035e8 lens: 0x00000025 + 0x000045e8: Ncount 1 + Keys and string offsets, strings + 1. 0x000045ec:RKEY I2762 0x000045f4:offset 0x00000000 + 0x000045f8:string 'Annegret /Thomssen/' + Assembled data for NAT525 + 1. I2762 name Annegret /Thomssen/ +[0180] Name rkey: NAT645 offs: 0x0000360d lens: 0x00000038 + 0x0000460d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004611:RKEY I2645 0x00004619:offset 0x00000000 + 0x0000461d:string 'Alexander of_Civitella- Cessi/Torlonia/' + Assembled data for NAT645 + 1. I2645 name Alexander of_Civitella- Cessi/Torlonia/ +[0181] Name rkey: NAU452 offs: 0x00003645 lens: 0x00000021 + 0x00004645: Ncount 1 + Keys and string offsets, strings + 1. 0x00004649:RKEY I2836 0x00004651:offset 0x00000000 + 0x00004655:string 'Astrid /Ullens/' + Assembled data for NAU452 + 1. I2836 name Astrid /Ullens/ +[0182] Name rkey: NAV425 offs: 0x00003666 lens: 0x00000022 + 0x00004666: Ncount 1 + Keys and string offsets, strings + 1. 0x0000466a:RKEY I2659 0x00004672:offset 0x00000000 + 0x00004676:string 'Anne /Volkonska/' + Assembled data for NAV425 + 1. I2659 name Anne /Volkonska/ +[0183] Name rkey: NAV562 offs: 0x00003688 lens: 0x00000027 + 0x00004688: Ncount 1 + Keys and string offsets, strings + 1. 0x0000468c:RKEY I510 0x00004694:offset 0x00000000 + 0x00004698:string 'Auguste /von_Harrach/' + Assembled data for NAV562 + 1. I510 name Auguste /von_Harrach/ +[0184] Name rkey: NAW342 offs: 0x000036af lens: 0x00000071 + 0x000046af: Ncount 3 + Keys and string offsets, strings + 1. 0x000046b3:RKEY I1139 0x000046cb:offset 0x00000000 + 0x000046d7:string 'Auguste /Wittelsbach/' + 2. 0x000046bb:RKEY I1140 0x000046cf:offset 0x00000017 + 0x000046ee:string 'Amelia /Wittelsbach/' + 3. 0x000046c3:RKEY I1156 0x000046d3:offset 0x0000002d + 0x00004704:string 'Amelia (twin) /Wittelsbach/' + Assembled data for NAW342 + 1. I1139 name Auguste /Wittelsbach/ + 2. I1140 name Amelia /Wittelsbach/ + 3. I1156 name Amelia (twin) /Wittelsbach/ +[0185] Name rkey: NAW424 offs: 0x00003720 lens: 0x0000004f + 0x00004720: Ncount 2 + Keys and string offsets, strings + 1. 0x00004724:RKEY I361 0x00004734:offset 0x00000000 + 0x0000473c:string 'Anne /Wellesley/' + 2. 0x0000472c:RKEY I1917 0x00004738:offset 0x00000012 + 0x0000474e:string 'Arthur of_Wellington /Wellesley/' + Assembled data for NAW424 + 1. I361 name Anne /Wellesley/ + 2. I1917 name Arthur of_Wellington /Wellesley/ +[0186] Name rkey: NAW432 offs: 0x0000376f lens: 0x0000002a + 0x0000476f: Ncount 1 + Keys and string offsets, strings + 1. 0x00004773:RKEY I2302 0x0000477b:offset 0x00000000 + 0x0000477f:string 'Anne Horatia /Waldegrave/' + Assembled data for NAW432 + 1. I2302 name Anne Horatia /Waldegrave/ +[0187] Name rkey: NAW532 offs: 0x00003799 lens: 0x0000007c + 0x00004799: Ncount 3 + Keys and string offsets, strings + 1. 0x0000479d:RKEY I59 0x000047b5:offset 0x00000000 + 0x000047c1:string 'Anne Elizabeth Alice/Windsor/' + 2. 0x000047a5:RKEY I60 0x000047b9:offset 0x0000001e + 0x000047df:string 'Andrew Albert Christian/Windsor/' + 3. 0x000047ad:RKEY I106 0x000047bd:offset 0x0000003f + 0x00004800:string 'Alexandra /Windsor/' + Assembled data for NAW532 + 1. I59 name Anne Elizabeth Alice/Windsor/ + 2. I60 name Andrew Albert Christian/Windsor/ + 3. I106 name Alexandra /Windsor/ +[0188] Name rkey: NAW630 offs: 0x00003815 lens: 0x00000021 + 0x00004815: Ncount 1 + Keys and string offsets, strings + 1. 0x00004819:RKEY I2321 0x00004821:offset 0x00000000 + 0x00004825:string 'Anne /Whorwood/' + Assembled data for NAW630 + 1. I2321 name Anne /Whorwood/ +[0189] Name rkey: NAW635 offs: 0x00003836 lens: 0x00000049 + 0x00004836: Ncount 2 + Keys and string offsets, strings + 1. 0x0000483a:RKEY I1081 0x0000484a:offset 0x00000000 + 0x00004852:string 'Augusta /Wurttemberg/' + 2. 0x00004842:RKEY I1089 0x0000484e:offset 0x00000017 + 0x00004869:string 'August /Wurttemberg/' + Assembled data for NAW635 + 1. I1081 name Augusta /Wurttemberg/ + 2. I1089 name August /Wurttemberg/ +[0190] Name rkey: NAZ121 offs: 0x0000387f lens: 0x00000026 + 0x0000487f: Ncount 1 + Keys and string offsets, strings + 1. 0x00004883:RKEY I1203 0x0000488b:offset 0x00000000 + 0x0000488f:string 'Alexander /Zoubkoff/' + Assembled data for NAZ121 + 1. I1203 name Alexander /Zoubkoff/ +[0191] Name rkey: NAZ652 offs: 0x000038a5 lens: 0x00000026 + 0x000048a5: Ncount 1 + Keys and string offsets, strings + 1. 0x000048a9:RKEY I1573 0x000048b1:offset 0x00000000 + 0x000048b5:string 'Alexandra /Zarnekau/' + Assembled data for NAZ652 + 1. I1573 name Alexandra /Zarnekau/ + +0x000048cb: EOF (0x000048cb) GOOD + +BLOCK - DIRECTORY ac/aa +0x00000000:ix_self: 0x00020000 (ac/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 182 +0x0000000e:ix_rkey[0000]: ' NAZ999' +0x00000016:ix_rkey[0001]: ' NBB260' +0x0000001e:ix_rkey[0002]: ' NBC634' +0x00000026:ix_rkey[0003]: ' NBF656' +0x0000002e:ix_rkey[0004]: ' NBG520' +0x00000036:ix_rkey[0005]: ' NBM252' +0x0000003e:ix_rkey[0006]: ' NBM600' +0x00000046:ix_rkey[0007]: ' NBR551' +0x0000004e:ix_rkey[0008]: ' NBV536' +0x00000056:ix_rkey[0009]: ' NBW532' +0x0000005e:ix_rkey[0010]: ' NBW614' +0x00000066:ix_rkey[0011]: ' NBZ999' +0x0000006e:ix_rkey[0012]: ' NCB245' +0x00000076:ix_rkey[0013]: ' NCB453' +0x0000007e:ix_rkey[0014]: ' NCB525' +0x00000086:ix_rkey[0015]: ' NCB623' +0x0000008e:ix_rkey[0016]: ' NCB651' +0x00000096:ix_rkey[0017]: ' NCB653' +0x0000009e:ix_rkey[0018]: ' NCC153' +0x000000a6:ix_rkey[0019]: ' NCC552' +0x000000ae:ix_rkey[0020]: ' NCC600' +0x000000b6:ix_rkey[0021]: ' NCD253' +0x000000be:ix_rkey[0022]: ' NCD340' +0x000000c6:ix_rkey[0023]: ' NCD532' +0x000000ce:ix_rkey[0024]: ' NCD600' +0x000000d6:ix_rkey[0025]: ' NCF326' +0x000000de:ix_rkey[0026]: ' NCF420' +0x000000e6:ix_rkey[0027]: ' NCF433' +0x000000ee:ix_rkey[0028]: ' NCF440' +0x000000f6:ix_rkey[0029]: ' NCF656' +0x000000fe:ix_rkey[0030]: ' NCG452' +0x00000106:ix_rkey[0031]: ' NCG600' +0x0000010e:ix_rkey[0032]: ' NCG620' +0x00000116:ix_rkey[0033]: ' NCG635' +0x0000011e:ix_rkey[0034]: ' NCH240' +0x00000126:ix_rkey[0035]: ' NCH516' +0x0000012e:ix_rkey[0036]: ' NCH524' +0x00000136:ix_rkey[0037]: ' NCH543' +0x0000013e:ix_rkey[0038]: ' NCH620' +0x00000146:ix_rkey[0039]: ' NCH630' +0x0000014e:ix_rkey[0040]: ' NCH643' +0x00000156:ix_rkey[0041]: ' NCK513' +0x0000015e:ix_rkey[0042]: ' NCK542' +0x00000166:ix_rkey[0043]: ' NCL000' +0x0000016e:ix_rkey[0044]: ' NCL516' +0x00000176:ix_rkey[0045]: ' NCL532' +0x0000017e:ix_rkey[0046]: ' NCM520' +0x00000186:ix_rkey[0047]: ' NCM531' +0x0000018e:ix_rkey[0048]: ' NCM532' +0x00000196:ix_rkey[0049]: ' NCM625' +0x0000019e:ix_rkey[0050]: ' NCM634' +0x000001a6:ix_rkey[0051]: ' NCN140' +0x000001ae:ix_rkey[0052]: ' NCN463' +0x000001b6:ix_rkey[0053]: ' NCN622' +0x000001be:ix_rkey[0054]: ' NCO435' +0x000001c6:ix_rkey[0055]: ' NCP230' +0x000001ce:ix_rkey[0056]: ' NCP600' +0x000001d6:ix_rkey[0057]: ' NCR300' +0x000001de:ix_rkey[0058]: ' NCR352' +0x000001e6:ix_rkey[0059]: ' NCR551' +0x000001ee:ix_rkey[0060]: ' NCS152' +0x000001f6:ix_rkey[0061]: ' NCS363' +0x000001fe:ix_rkey[0062]: ' NCS364' +0x00000206:ix_rkey[0063]: ' NCS524' +0x0000020e:ix_rkey[0064]: ' NCS560' +0x00000216:ix_rkey[0065]: ' NCT355' +0x0000021e:ix_rkey[0066]: ' NCU452' +0x00000226:ix_rkey[0067]: ' NCV425' +0x0000022e:ix_rkey[0068]: ' NCV552' +0x00000236:ix_rkey[0069]: ' NCV561' +0x0000023e:ix_rkey[0070]: ' NCW314' +0x00000246:ix_rkey[0071]: ' NCW342' +0x0000024e:ix_rkey[0072]: ' NCW416' +0x00000256:ix_rkey[0073]: ' NCW532' +0x0000025e:ix_rkey[0074]: ' NCW535' +0x00000266:ix_rkey[0075]: ' NCW635' +0x0000026e:ix_rkey[0076]: ' NCY612' +0x00000276:ix_rkey[0077]: ' NCZ999' +0x0000027e:ix_rkey[0078]: ' NDA652' +0x00000286:ix_rkey[0079]: ' NDB245' +0x0000028e:ix_rkey[0080]: ' NDB620' +0x00000296:ix_rkey[0081]: ' NDB623' +0x0000029e:ix_rkey[0082]: ' NDC652' +0x000002a6:ix_rkey[0083]: ' NDD220' +0x000002ae:ix_rkey[0084]: ' NDG400' +0x000002b6:ix_rkey[0085]: ' NDG620' +0x000002be:ix_rkey[0086]: ' NDH200' +0x000002c6:ix_rkey[0087]: ' NDH235' +0x000002ce:ix_rkey[0088]: ' NDH630' +0x000002d6:ix_rkey[0089]: ' NDL242' +0x000002de:ix_rkey[0090]: ' NDL342' +0x000002e6:ix_rkey[0091]: ' NDM254' +0x000002ee:ix_rkey[0092]: ' NDM256' +0x000002f6:ix_rkey[0093]: ' NDM531' +0x000002fe:ix_rkey[0094]: ' NDO165' +0x00000306:ix_rkey[0095]: ' NDO216' +0x0000030e:ix_rkey[0096]: ' NDR324' +0x00000316:ix_rkey[0097]: ' NDR551' +0x0000031e:ix_rkey[0098]: ' NDS152' +0x00000326:ix_rkey[0099]: ' NDS364' +0x0000032e:ix_rkey[0100]: ' NDS560' +0x00000336:ix_rkey[0101]: ' NDT360' +0x0000033e:ix_rkey[0102]: ' NDT620' +0x00000346:ix_rkey[0103]: ' NDV524' +0x0000034e:ix_rkey[0104]: ' NDW521' +0x00000356:ix_rkey[0105]: ' NDW532' +0x0000035e:ix_rkey[0106]: ' NDZ999' +0x00000366:ix_rkey[0107]: ' NEA240' +0x0000036e:ix_rkey[0108]: ' NEA345' +0x00000376:ix_rkey[0109]: ' NEA416' +0x0000037e:ix_rkey[0110]: ' NEA422' +0x00000386:ix_rkey[0111]: ' NEB163' +0x0000038e:ix_rkey[0112]: ' NEB230' +0x00000396:ix_rkey[0113]: ' NEB245' +0x0000039e:ix_rkey[0114]: ' NEB251' +0x000003a6:ix_rkey[0115]: ' NEB310' +0x000003ae:ix_rkey[0116]: ' NEB400' +0x000003b6:ix_rkey[0117]: ' NEB440' +0x000003be:ix_rkey[0118]: ' NEB550' +0x000003c6:ix_rkey[0119]: ' NEB620' +0x000003ce:ix_rkey[0120]: ' NEB626' +0x000003d6:ix_rkey[0121]: ' NEB651' +0x000003de:ix_rkey[0122]: ' NEB652' +0x000003e6:ix_rkey[0123]: ' NEB653' +0x000003ee:ix_rkey[0124]: ' NEC153' +0x000003f6:ix_rkey[0125]: ' NEC240' +0x000003fe:ix_rkey[0126]: ' NEC360' +0x00000406:ix_rkey[0127]: ' NEC415' +0x0000040e:ix_rkey[0128]: ' NEC422' +0x00000416:ix_rkey[0129]: ' NEC635' +0x0000041e:ix_rkey[0130]: ' NED150' +0x00000426:ix_rkey[0131]: ' NED165' +0x0000042e:ix_rkey[0132]: ' NED260' +0x00000436:ix_rkey[0133]: ' NED516' +0x0000043e:ix_rkey[0134]: ' NEF622' +0x00000446:ix_rkey[0135]: ' NEF656' +0x0000044e:ix_rkey[0136]: ' NEG452' +0x00000456:ix_rkey[0137]: ' NEG600' +0x0000045e:ix_rkey[0138]: ' NEH300' +0x00000466:ix_rkey[0139]: ' NEH453' +0x0000046e:ix_rkey[0140]: ' NEH516' +0x00000476:ix_rkey[0141]: ' NEH524' +0x0000047e:ix_rkey[0142]: ' NEH630' +0x00000486:ix_rkey[0143]: ' NEL120' +0x0000048e:ix_rkey[0144]: ' NEL200' +0x00000496:ix_rkey[0145]: ' NEL242' +0x0000049e:ix_rkey[0146]: ' NEL653' +0x000004a6:ix_rkey[0147]: ' NEM240' +0x000004ae:ix_rkey[0148]: ' NEM252' +0x000004b6:ix_rkey[0149]: ' NEM514' +0x000004be:ix_rkey[0150]: ' NEM520' +0x000004c6:ix_rkey[0151]: ' NEM600' +0x000004ce:ix_rkey[0152]: ' NEM635' +0x000004d6:ix_rkey[0153]: ' NEO435' +0x000004de:ix_rkey[0154]: ' NEP322' +0x000004e6:ix_rkey[0155]: ' NEP420' +0x000004ee:ix_rkey[0156]: ' NEP463' +0x000004f6:ix_rkey[0157]: ' NEP532' +0x000004fe:ix_rkey[0158]: ' NER200' +0x00000506:ix_rkey[0159]: ' NER551' +0x0000050e:ix_rkey[0160]: ' NES152' +0x00000516:ix_rkey[0161]: ' NES214' +0x0000051e:ix_rkey[0162]: ' NES316' +0x00000526:ix_rkey[0163]: ' NES350' +0x0000052e:ix_rkey[0164]: ' NES354' +0x00000536:ix_rkey[0165]: ' NES362' +0x0000053e:ix_rkey[0166]: ' NES363' +0x00000546:ix_rkey[0167]: ' NES365' +0x0000054e:ix_rkey[0168]: ' NES512' +0x00000556:ix_rkey[0169]: ' NES560' +0x0000055e:ix_rkey[0170]: ' NET360' +0x00000566:ix_rkey[0171]: ' NET412' +0x0000056e:ix_rkey[0172]: ' NET450' +0x00000576:ix_rkey[0173]: ' NEU535' +0x0000057e:ix_rkey[0174]: ' NEV562' +0x00000586:ix_rkey[0175]: ' NEV563' +0x0000058e:ix_rkey[0176]: ' NEW256' +0x00000596:ix_rkey[0177]: ' NEW300' +0x0000059e:ix_rkey[0178]: ' NEW314' +0x000005a6:ix_rkey[0179]: ' NEW342' +0x000005ae:ix_rkey[0180]: ' NEW350' +0x000005b6:ix_rkey[0181]: ' NEW414' + +deleted/unused entries +0x000005be-0x00000805:ix_rkey[0182-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000016c9 +0x0000080c:ix_offs[0001]: 0x000016c9 0x00000c08:ix_lens[0001]: 0x00000025 +0x00000810:ix_offs[0002]: 0x000016ee 0x00000c0c:ix_lens[0002]: 0x0000004c +0x00000814:ix_offs[0003]: 0x0000173a 0x00000c10:ix_lens[0003]: 0x00000025 +0x00000818:ix_offs[0004]: 0x0000175f 0x00000c14:ix_lens[0004]: 0x00000023 +0x0000081c:ix_offs[0005]: 0x00001782 0x00000c18:ix_lens[0005]: 0x00000026 +0x00000820:ix_offs[0006]: 0x000017a8 0x00000c1c:ix_lens[0006]: 0x00000025 +0x00000824:ix_offs[0007]: 0x000017cd 0x00000c20:ix_lens[0007]: 0x00000021 +0x00000828:ix_offs[0008]: 0x000017ee 0x00000c24:ix_lens[0008]: 0x00000030 +0x0000082c:ix_offs[0009]: 0x0000181e 0x00000c28:ix_lens[0009]: 0x00000031 +0x00000830:ix_offs[0010]: 0x0000184f 0x00000c2c:ix_lens[0010]: 0x00000029 +0x00000834:ix_offs[0011]: 0x00001878 0x00000c30:ix_lens[0011]: 0x000006dc +0x00000838:ix_offs[0012]: 0x00001f54 0x00000c34:ix_lens[0012]: 0x0000004c +0x0000083c:ix_offs[0013]: 0x00001fa0 0x00000c38:ix_lens[0013]: 0x00000026 +0x00000840:ix_offs[0014]: 0x00001fc6 0x00000c3c:ix_lens[0014]: 0x00000023 +0x00000844:ix_offs[0015]: 0x00001fe9 0x00000c40:ix_lens[0015]: 0x00000027 +0x00000848:ix_offs[0016]: 0x00002010 0x00000c44:ix_lens[0016]: 0x0000002a +0x0000084c:ix_offs[0017]: 0x0000203a 0x00000c48:ix_lens[0017]: 0x00000023 +0x00000850:ix_offs[0018]: 0x0000205d 0x00000c4c:ix_lens[0018]: 0x00000090 +0x00000854:ix_offs[0019]: 0x000020ed 0x00000c50:ix_lens[0019]: 0x00000028 +0x00000858:ix_offs[0020]: 0x00002115 0x00000c54:ix_lens[0020]: 0x00000023 +0x0000085c:ix_offs[0021]: 0x00002138 0x00000c58:ix_lens[0021]: 0x0000002f +0x00000860:ix_offs[0022]: 0x00002167 0x00000c5c:ix_lens[0022]: 0x00000024 +0x00000864:ix_offs[0023]: 0x0000218b 0x00000c60:ix_lens[0023]: 0x00000032 +0x00000868:ix_offs[0024]: 0x000021bd 0x00000c64:ix_lens[0024]: 0x00000022 +0x0000086c:ix_offs[0025]: 0x000021df 0x00000c68:ix_lens[0025]: 0x00000023 +0x00000870:ix_offs[0026]: 0x00002202 0x00000c6c:ix_lens[0026]: 0x00000021 +0x00000874:ix_offs[0027]: 0x00002223 0x00000c70:ix_lens[0027]: 0x00000028 +0x00000878:ix_offs[0028]: 0x0000224b 0x00000c74:ix_lens[0028]: 0x00000024 +0x0000087c:ix_offs[0029]: 0x0000226f 0x00000c78:ix_lens[0029]: 0x00000047 +0x00000880:ix_offs[0030]: 0x000022b6 0x00000c7c:ix_lens[0030]: 0x00000024 +0x00000884:ix_offs[0031]: 0x000022da 0x00000c80:ix_lens[0031]: 0x00000022 +0x00000888:ix_offs[0032]: 0x000022fc 0x00000c84:ix_lens[0032]: 0x00000028 +0x0000088c:ix_offs[0033]: 0x00002324 0x00000c88:ix_lens[0033]: 0x00000032 +0x00000890:ix_offs[0034]: 0x00002356 0x00000c8c:ix_lens[0034]: 0x00000023 +0x00000894:ix_offs[0035]: 0x00002379 0x00000c90:ix_lens[0035]: 0x0000016a +0x00000898:ix_offs[0036]: 0x000024e3 0x00000c94:ix_lens[0036]: 0x000000ad +0x0000089c:ix_offs[0037]: 0x00002590 0x00000c98:ix_lens[0037]: 0x00000031 +0x000008a0:ix_offs[0038]: 0x000025c1 0x00000c9c:ix_lens[0038]: 0x00000020 +0x000008a4:ix_offs[0039]: 0x000025e1 0x00000ca0:ix_lens[0039]: 0x00000064 +0x000008a8:ix_offs[0040]: 0x00002645 0x00000ca4:ix_lens[0040]: 0x0000002d +0x000008ac:ix_offs[0041]: 0x00002672 0x00000ca8:ix_lens[0041]: 0x00000025 +0x000008b0:ix_offs[0042]: 0x00002697 0x00000cac:ix_lens[0042]: 0x00000025 +0x000008b4:ix_offs[0043]: 0x000026bc 0x00000cb0:ix_lens[0043]: 0x00000021 +0x000008b8:ix_offs[0044]: 0x000026dd 0x00000cb4:ix_lens[0044]: 0x00000028 +0x000008bc:ix_offs[0045]: 0x00002705 0x00000cb8:ix_lens[0045]: 0x00000027 +0x000008c0:ix_offs[0046]: 0x0000272c 0x00000cbc:ix_lens[0046]: 0x0000002b +0x000008c4:ix_offs[0047]: 0x00002757 0x00000cc0:ix_lens[0047]: 0x00000030 +0x000008c8:ix_offs[0048]: 0x00002787 0x00000cc4:ix_lens[0048]: 0x00000037 +0x000008cc:ix_offs[0049]: 0x000027be 0x00000cc8:ix_lens[0049]: 0x00000023 +0x000008d0:ix_offs[0050]: 0x000027e1 0x00000ccc:ix_lens[0050]: 0x00000022 +0x000008d4:ix_offs[0051]: 0x00002803 0x00000cd0:ix_lens[0051]: 0x00000021 +0x000008d8:ix_offs[0052]: 0x00002824 0x00000cd4:ix_lens[0052]: 0x00000024 +0x000008dc:ix_offs[0053]: 0x00002848 0x00000cd8:ix_lens[0053]: 0x00000023 +0x000008e0:ix_offs[0054]: 0x0000286b 0x00000cdc:ix_lens[0054]: 0x00000078 +0x000008e4:ix_offs[0055]: 0x000028e3 0x00000ce0:ix_lens[0055]: 0x00000022 +0x000008e8:ix_offs[0056]: 0x00002905 0x00000ce4:ix_lens[0056]: 0x00000022 +0x000008ec:ix_offs[0057]: 0x00002927 0x00000ce8:ix_lens[0057]: 0x0000002a +0x000008f0:ix_offs[0058]: 0x00002951 0x00000cec:ix_lens[0058]: 0x00000024 +0x000008f4:ix_offs[0059]: 0x00002975 0x00000cf0:ix_lens[0059]: 0x00000096 +0x000008f8:ix_offs[0060]: 0x00002a0b 0x00000cf4:ix_lens[0060]: 0x00000048 +0x000008fc:ix_offs[0061]: 0x00002a53 0x00000cf8:ix_lens[0061]: 0x00000143 +0x00000900:ix_offs[0062]: 0x00002b96 0x00000cfc:ix_lens[0062]: 0x00000025 +0x00000904:ix_offs[0063]: 0x00002bbb 0x00000d00:ix_lens[0063]: 0x00000026 +0x00000908:ix_offs[0064]: 0x00002be1 0x00000d04:ix_lens[0064]: 0x00000025 +0x0000090c:ix_offs[0065]: 0x00002c06 0x00000d08:ix_lens[0065]: 0x00000027 +0x00000910:ix_offs[0066]: 0x00002c2d 0x00000d0c:ix_lens[0066]: 0x0000002d +0x00000914:ix_offs[0067]: 0x00002c5a 0x00000d10:ix_lens[0067]: 0x00000029 +0x00000918:ix_offs[0068]: 0x00002c83 0x00000d14:ix_lens[0068]: 0x00000046 +0x0000091c:ix_offs[0069]: 0x00002cc9 0x00000d18:ix_lens[0069]: 0x00000027 +0x00000920:ix_offs[0070]: 0x00002cf0 0x00000d1c:ix_lens[0070]: 0x00000027 +0x00000924:ix_offs[0071]: 0x00002d17 0x00000d20:ix_lens[0071]: 0x00000056 +0x00000928:ix_offs[0072]: 0x00002d6d 0x00000d24:ix_lens[0072]: 0x00000028 +0x0000092c:ix_offs[0073]: 0x00002d95 0x00000d28:ix_lens[0073]: 0x0000002f +0x00000930:ix_offs[0074]: 0x00002dc4 0x00000d2c:ix_lens[0074]: 0x00000027 +0x00000934:ix_offs[0075]: 0x00002deb 0x00000d30:ix_lens[0075]: 0x000000a6 +0x00000938:ix_offs[0076]: 0x00002e91 0x00000d34:ix_lens[0076]: 0x00000028 +0x0000093c:ix_offs[0077]: 0x00002eb9 0x00000d38:ix_lens[0077]: 0x00001a46 +0x00000940:ix_offs[0078]: 0x000048ff 0x00000d3c:ix_lens[0078]: 0x00000036 +0x00000944:ix_offs[0079]: 0x00004935 0x00000d40:ix_lens[0079]: 0x00000024 +0x00000948:ix_offs[0080]: 0x00004959 0x00000d44:ix_lens[0080]: 0x00000022 +0x0000094c:ix_offs[0081]: 0x0000497b 0x00000d48:ix_lens[0081]: 0x00000022 +0x00000950:ix_offs[0082]: 0x0000499d 0x00000d4c:ix_lens[0082]: 0x00000029 +0x00000954:ix_offs[0083]: 0x000049c6 0x00000d50:ix_lens[0083]: 0x00000029 +0x00000958:ix_offs[0084]: 0x000049ef 0x00000d54:ix_lens[0084]: 0x0000001e +0x0000095c:ix_offs[0085]: 0x00004a0d 0x00000d58:ix_lens[0085]: 0x00000025 +0x00000960:ix_offs[0086]: 0x00004a32 0x00000d5c:ix_lens[0086]: 0x0000001f +0x00000964:ix_offs[0087]: 0x00004a51 0x00000d60:ix_lens[0087]: 0x00000024 +0x00000968:ix_offs[0088]: 0x00004a75 0x00000d64:ix_lens[0088]: 0x00000022 +0x0000096c:ix_offs[0089]: 0x00004a97 0x00000d68:ix_lens[0089]: 0x00000023 +0x00000970:ix_offs[0090]: 0x00004aba 0x00000d6c:ix_lens[0090]: 0x00000024 +0x00000974:ix_offs[0091]: 0x00004ade 0x00000d70:ix_lens[0091]: 0x00000026 +0x00000978:ix_offs[0092]: 0x00004b04 0x00000d74:ix_lens[0092]: 0x00000026 +0x0000097c:ix_offs[0093]: 0x00004b2a 0x00000d78:ix_lens[0093]: 0x00000035 +0x00000980:ix_offs[0094]: 0x00004b5f 0x00000d7c:ix_lens[0094]: 0x00000041 +0x00000984:ix_offs[0095]: 0x00004ba0 0x00000d80:ix_lens[0095]: 0x0000002a +0x00000988:ix_offs[0096]: 0x00004bca 0x00000d84:ix_lens[0096]: 0x00000025 +0x0000098c:ix_offs[0097]: 0x00004bef 0x00000d88:ix_lens[0097]: 0x0000004a +0x00000990:ix_offs[0098]: 0x00004c39 0x00000d8c:ix_lens[0098]: 0x00000028 +0x00000994:ix_offs[0099]: 0x00004c61 0x00000d90:ix_lens[0099]: 0x00000023 +0x00000998:ix_offs[0100]: 0x00004c84 0x00000d94:ix_lens[0100]: 0x00000024 +0x0000099c:ix_offs[0101]: 0x00004ca8 0x00000d98:ix_lens[0101]: 0x00000040 +0x000009a0:ix_offs[0102]: 0x00004ce8 0x00000d9c:ix_lens[0102]: 0x00000022 +0x000009a4:ix_offs[0103]: 0x00004d0a 0x00000da0:ix_lens[0103]: 0x00000029 +0x000009a8:ix_offs[0104]: 0x00004d33 0x00000da4:ix_lens[0104]: 0x00000024 +0x000009ac:ix_offs[0105]: 0x00004d57 0x00000da8:ix_lens[0105]: 0x00000030 +0x000009b0:ix_offs[0106]: 0x00004d87 0x00000dac:ix_lens[0106]: 0x00000627 +0x000009b4:ix_offs[0107]: 0x000053ae 0x00000db0:ix_lens[0107]: 0x00000021 +0x000009b8:ix_offs[0108]: 0x000053cf 0x00000db4:ix_lens[0108]: 0x0000003f +0x000009bc:ix_offs[0109]: 0x0000540e 0x00000db8:ix_lens[0109]: 0x0000003c +0x000009c0:ix_offs[0110]: 0x0000544a 0x00000dbc:ix_lens[0110]: 0x00000024 +0x000009c4:ix_offs[0111]: 0x0000546e 0x00000dc0:ix_lens[0111]: 0x00000084 +0x000009c8:ix_offs[0112]: 0x000054f2 0x00000dc4:ix_lens[0112]: 0x00000025 +0x000009cc:ix_offs[0113]: 0x00005517 0x00000dc8:ix_lens[0113]: 0x00000038 +0x000009d0:ix_offs[0114]: 0x0000554f 0x00000dcc:ix_lens[0114]: 0x00000025 +0x000009d4:ix_offs[0115]: 0x00005574 0x00000dd0:ix_lens[0115]: 0x0000002d +0x000009d8:ix_offs[0116]: 0x000055a1 0x00000dd4:ix_lens[0116]: 0x00000021 +0x000009dc:ix_offs[0117]: 0x000055c2 0x00000dd8:ix_lens[0117]: 0x00000022 +0x000009e0:ix_offs[0118]: 0x000055e4 0x00000ddc:ix_lens[0118]: 0x0000001f +0x000009e4:ix_offs[0119]: 0x00005603 0x00000de0:ix_lens[0119]: 0x00000022 +0x000009e8:ix_offs[0120]: 0x00005625 0x00000de4:ix_lens[0120]: 0x0000004f +0x000009ec:ix_offs[0121]: 0x00005674 0x00000de8:ix_lens[0121]: 0x00000021 +0x000009f0:ix_offs[0122]: 0x00005695 0x00000dec:ix_lens[0122]: 0x00000028 +0x000009f4:ix_offs[0123]: 0x000056bd 0x00000df0:ix_lens[0123]: 0x00000023 +0x000009f8:ix_offs[0124]: 0x000056e0 0x00000df4:ix_lens[0124]: 0x00000027 +0x000009fc:ix_offs[0125]: 0x00005707 0x00000df8:ix_lens[0125]: 0x00000023 +0x00000a00:ix_offs[0126]: 0x0000572a 0x00000dfc:ix_lens[0126]: 0x00000023 +0x00000a04:ix_offs[0127]: 0x0000574d 0x00000e00:ix_lens[0127]: 0x0000002f +0x00000a08:ix_offs[0128]: 0x0000577c 0x00000e04:ix_lens[0128]: 0x00000021 +0x00000a0c:ix_offs[0129]: 0x0000579d 0x00000e08:ix_lens[0129]: 0x00000024 +0x00000a10:ix_offs[0130]: 0x000057c1 0x00000e0c:ix_lens[0130]: 0x00000024 +0x00000a14:ix_offs[0131]: 0x000057e5 0x00000e10:ix_lens[0131]: 0x00000038 +0x00000a18:ix_offs[0132]: 0x0000581d 0x00000e14:ix_lens[0132]: 0x00000023 +0x00000a1c:ix_offs[0133]: 0x00005840 0x00000e18:ix_lens[0133]: 0x00000024 +0x00000a20:ix_offs[0134]: 0x00005864 0x00000e1c:ix_lens[0134]: 0x0000002d +0x00000a24:ix_offs[0135]: 0x00005891 0x00000e20:ix_lens[0135]: 0x00000024 +0x00000a28:ix_offs[0136]: 0x000058b5 0x00000e24:ix_lens[0136]: 0x00000023 +0x00000a2c:ix_offs[0137]: 0x000058d8 0x00000e28:ix_lens[0137]: 0x00000022 +0x00000a30:ix_offs[0138]: 0x000058fa 0x00000e2c:ix_lens[0138]: 0x0000001f +0x00000a34:ix_offs[0139]: 0x00005919 0x00000e30:ix_lens[0139]: 0x00000023 +0x00000a38:ix_offs[0140]: 0x0000593c 0x00000e34:ix_lens[0140]: 0x0000020f +0x00000a3c:ix_offs[0141]: 0x00005b4b 0x00000e38:ix_lens[0141]: 0x00000034 +0x00000a40:ix_offs[0142]: 0x00005b7f 0x00000e3c:ix_lens[0142]: 0x00000061 +0x00000a44:ix_offs[0143]: 0x00005be0 0x00000e40:ix_lens[0143]: 0x00000028 +0x00000a48:ix_offs[0144]: 0x00005c08 0x00000e44:ix_lens[0144]: 0x00000020 +0x00000a4c:ix_offs[0145]: 0x00005c28 0x00000e48:ix_lens[0145]: 0x00000043 +0x00000a50:ix_offs[0146]: 0x00005c6b 0x00000e4c:ix_lens[0146]: 0x00000024 +0x00000a54:ix_offs[0147]: 0x00005c8f 0x00000e50:ix_lens[0147]: 0x00000022 +0x00000a58:ix_offs[0148]: 0x00005cb1 0x00000e54:ix_lens[0148]: 0x00000022 +0x00000a5c:ix_offs[0149]: 0x00005cd3 0x00000e58:ix_lens[0149]: 0x00000024 +0x00000a60:ix_offs[0150]: 0x00005cf7 0x00000e5c:ix_lens[0150]: 0x00000028 +0x00000a64:ix_offs[0151]: 0x00005d1f 0x00000e60:ix_lens[0151]: 0x0000002d +0x00000a68:ix_offs[0152]: 0x00005d4c 0x00000e64:ix_lens[0152]: 0x000000e1 +0x00000a6c:ix_offs[0153]: 0x00005e2d 0x00000e68:ix_lens[0153]: 0x00000025 +0x00000a70:ix_offs[0154]: 0x00005e52 0x00000e6c:ix_lens[0154]: 0x00000020 +0x00000a74:ix_offs[0155]: 0x00005e72 0x00000e70:ix_lens[0155]: 0x00000027 +0x00000a78:ix_offs[0156]: 0x00005e99 0x00000e74:ix_lens[0156]: 0x00000022 +0x00000a7c:ix_offs[0157]: 0x00005ebb 0x00000e78:ix_lens[0157]: 0x00000024 +0x00000a80:ix_offs[0158]: 0x00005edf 0x00000e7c:ix_lens[0158]: 0x00000020 +0x00000a84:ix_offs[0159]: 0x00005eff 0x00000e80:ix_lens[0159]: 0x0000002d +0x00000a88:ix_offs[0160]: 0x00005f2c 0x00000e84:ix_lens[0160]: 0x0000004e +0x00000a8c:ix_offs[0161]: 0x00005f7a 0x00000e88:ix_lens[0161]: 0x00000021 +0x00000a90:ix_offs[0162]: 0x00005f9b 0x00000e8c:ix_lens[0162]: 0x00000026 +0x00000a94:ix_offs[0163]: 0x00005fc1 0x00000e90:ix_lens[0163]: 0x0000001f +0x00000a98:ix_offs[0164]: 0x00005fe0 0x00000e94:ix_lens[0164]: 0x00000022 +0x00000a9c:ix_offs[0165]: 0x00006002 0x00000e98:ix_lens[0165]: 0x00000026 +0x00000aa0:ix_offs[0166]: 0x00006028 0x00000e9c:ix_lens[0166]: 0x0000005f +0x00000aa4:ix_offs[0167]: 0x00006087 0x00000ea0:ix_lens[0167]: 0x00000046 +0x00000aa8:ix_offs[0168]: 0x000060cd 0x00000ea4:ix_lens[0168]: 0x00000022 +0x00000aac:ix_offs[0169]: 0x000060ef 0x00000ea8:ix_lens[0169]: 0x0000008e +0x00000ab0:ix_offs[0170]: 0x0000617d 0x00000eac:ix_lens[0170]: 0x0000009b +0x00000ab4:ix_offs[0171]: 0x00006218 0x00000eb0:ix_lens[0171]: 0x00000025 +0x00000ab8:ix_offs[0172]: 0x0000623d 0x00000eb4:ix_lens[0172]: 0x00000024 +0x00000abc:ix_offs[0173]: 0x00006261 0x00000eb8:ix_lens[0173]: 0x00000020 +0x00000ac0:ix_offs[0174]: 0x00006281 0x00000ebc:ix_lens[0174]: 0x00000022 +0x00000ac4:ix_offs[0175]: 0x000062a3 0x00000ec0:ix_lens[0175]: 0x00000027 +0x00000ac8:ix_offs[0176]: 0x000062ca 0x00000ec4:ix_lens[0176]: 0x00000031 +0x00000acc:ix_offs[0177]: 0x000062fb 0x00000ec8:ix_lens[0177]: 0x0000001e +0x00000ad0:ix_offs[0178]: 0x00006319 0x00000ecc:ix_lens[0178]: 0x00000027 +0x00000ad4:ix_offs[0179]: 0x00006340 0x00000ed0:ix_lens[0179]: 0x00000039 +0x00000ad8:ix_offs[0180]: 0x00006379 0x00000ed4:ix_lens[0180]: 0x00000025 +0x00000adc:ix_offs[0181]: 0x0000639e 0x00000ed8:ix_lens[0181]: 0x00000022 + +0x00000ae0-0x00000c03:ix_offs[0182-0254] default value 0x00000000 +0x00000edc-0x00000fff:ix_lens[0182-0254] default value 0x00000000 + +BLOCK - DATA +[0000] Name rkey: NAZ999 offs: 0x00000000 lens: 0x000016c9 + 0x00001000: Ncount 188 + Keys and string offsets, strings + 1. 0x00001004:RKEY I2 0x000015e4:offset 0x00000000 + 0x000018d4:string 'Albert Augustus Charles//' + 2. 0x0000100c:RKEY I5 0x000015e8:offset 0x0000001a + 0x000018ee:string 'Alice Maud Mary//' + 3. 0x00001014:RKEY I6 0x000015ec:offset 0x0000002c + 0x00001900:string 'Alfred Ernest Albert//' + 4. 0x0000101c:RKEY I9 0x000015f0:offset 0x00000043 + 0x00001917:string 'Arthur William Patrick//' + 5. 0x00001024:RKEY I12 0x000015f4:offset 0x0000005c + 0x00001930:string 'Alexandra of_Denmark "Alix"//' + 6. 0x0000102c:RKEY I13 0x000015f8:offset 0x0000007a + 0x0000194e:string 'Albert Victor Christian//' + 7. 0x00001034:RKEY I24 0x000015fc:offset 0x00000094 + 0x00001968:string 'Alice of_Athlone //' + 8. 0x0000103c:RKEY I26 0x00001600:offset 0x000000a8 + 0x0000197c:string 'Alexander of_Carisbrooke //' + 9. 0x00001044:RKEY I39 0x00001604:offset 0x000000c4 + 0x00001998:string 'Alexandra Fedorovna "Alix"//' + 10. 0x0000104c:RKEY I90 0x00001608:offset 0x000000e1 + 0x000019b5:string 'Alexander Patrick Gregers//' + 11. 0x00001054:RKEY I95 0x0000160c:offset 0x000000fd + 0x000019d1:string 'Alfred //' + 12. 0x0000105c:RKEY I98 0x00001610:offset 0x00000108 + 0x000019dc:string 'Alexandra //' + 13. 0x00001064:RKEY I101 0x00001614:offset 0x00000116 + 0x000019ea:string 'Alice of_Battenberg //' + 14. 0x0000106c:RKEY I104 0x00001618:offset 0x0000012d + 0x00001a01:string 'Andrew of_Greece //' + 15. 0x00001074:RKEY I119 0x0000161c:offset 0x00000141 + 0x00001a15:string 'Aribert of_Anhalt //' + 16. 0x0000107c:RKEY I122 0x00001620:offset 0x00000156 + 0x00001a2a:string 'Arthur of_Connaught //' + 17. 0x00001084:RKEY I125 0x00001624:offset 0x0000016d + 0x00001a41:string 'Alexandra //' + 18. 0x0000108c:RKEY I134 0x00001628:offset 0x0000017b + 0x00001a4f:string 'Augusta of_Hesse-Cassel //' + 19. 0x00001094:RKEY I135 0x0000162c:offset 0x00000196 + 0x00001a6a:string 'Augusta Caroline //' + 20. 0x0000109c:RKEY I163 0x00001630:offset 0x000001aa + 0x00001a7e:string 'Alexandra of_Greece //' + 21. 0x000010a4:RKEY I219 0x00001634:offset 0x000001c1 + 0x00001a95:string 'Adelaide Louisa Theresa//' + 22. 0x000010ac:RKEY I265 0x00001638:offset 0x000001db + 0x00001aaf:string 'Adolphus //' + 23. 0x000010b4:RKEY I266 0x0000163c:offset 0x000001e8 + 0x00001abc:string 'Agustus //' + 24. 0x000010bc:RKEY I272 0x00001640:offset 0x000001f4 + 0x00001ac8:string 'Adolphus Frederick_V //' + 25. 0x000010c4:RKEY I278 0x00001644:offset 0x0000020c + 0x00001ae0:string 'Adolphus 2nd //' + 26. 0x000010cc:RKEY I280 0x00001648:offset 0x0000021c + 0x00001af0:string 'Alexander George of_Teck//' + 27. 0x000010d4:RKEY I303 0x0000164c:offset 0x00000237 + 0x00001b0b:string 'Alexander of_Wurttemberg //' + 28. 0x000010dc:RKEY I306 0x00001650:offset 0x00000253 + 0x00001b27:string 'Amelie //' + 29. 0x000010e4:RKEY I311 0x00001654:offset 0x0000025e + 0x00001b32:string 'Albert of_Schleswig- Holstein//' + 30. 0x000010ec:RKEY I332 0x00001658:offset 0x0000027e + 0x00001b52:string 'Augusta of_Saxe-Gotha //' + 31. 0x000010f4:RKEY I347 0x0000165c:offset 0x00000297 + 0x00001b6b:string 'Alexander of_Hesse and_the_Rhine//' + 32. 0x000010fc:RKEY I356 0x00001660:offset 0x000002ba + 0x00001b8e:string 'Amalie of_Wurttemberg //' + 33. 0x00001104:RKEY I402 0x00001664:offset 0x000002d3 + 0x00001ba7:string 'Augusta of_Schleswig- Holstein-//' + 34. 0x0000110c:RKEY I404 0x00001668:offset 0x000002f5 + 0x00001bc9:string 'Adolphus of_Schaumburg- Lippe//' + 35. 0x00001114:RKEY I409 0x0000166c:offset 0x00000315 + 0x00001be9:string 'Alfonso_XIII //' + 36. 0x0000111c:RKEY I418 0x00001670:offset 0x00000326 + 0x00001bfa:string 'Albert of_Prussia //' + 37. 0x00001124:RKEY I422 0x00001674:offset 0x0000033b + 0x00001c0f:string 'Adalbert //' + 38. 0x0000112c:RKEY I423 0x00001678:offset 0x00000348 + 0x00001c1c:string 'Augustus William //' + 39. 0x00001134:RKEY I427 0x0000167c:offset 0x0000035c + 0x00001c30:string 'Augusta of_Saxe-Weimar //' + 40. 0x0000113c:RKEY I430 0x00001680:offset 0x00000376 + 0x00001c4a:string 'Alphonso of_Cavadonga //' + 41. 0x00001144:RKEY I440 0x00001684:offset 0x0000038f + 0x00001c63:string 'Alexander_I of_Yugoslavia //' + 42. 0x0000114c:RKEY I469 0x00001688:offset 0x000003ac + 0x00001c80:string 'Anne of_Bourbon-Parma //' + 43. 0x00001154:RKEY I472 0x0000168c:offset 0x000003c5 + 0x00001c99:string 'Anne-Marie of_Denmark //' + 44. 0x0000115c:RKEY I474 0x00001690:offset 0x000003de + 0x00001cb2:string 'Alexandra of_Greece //' + 45. 0x00001164:RKEY I486 0x00001694:offset 0x000003f5 + 0x00001cc9:string 'Alexander of_Bulgaria //' + 46. 0x0000116c:RKEY I490 0x00001698:offset 0x0000040e + 0x00001ce2:string 'Anna of_Montenegro Princess//' + 47. 0x00001174:RKEY I499 0x0000169c:offset 0x0000042c + 0x00001d00:string 'Anna //' + 48. 0x0000117c:RKEY I523 0x000016a0:offset 0x00000435 + 0x00001d09:string 'Alexandrine //' + 49. 0x00001184:RKEY I532 0x000016a4:offset 0x00000445 + 0x00001d19:string 'Alice de_Courtenay //' + 50. 0x0000118c:RKEY I548 0x000016a8:offset 0x0000045b + 0x00001d2f:string 'Adelheid of_Saxe- Meiningen//' + 51. 0x00001194:RKEY I549 0x000016ac:offset 0x00000479 + 0x00001d4d:string 'Alexandra of_Schleswig- //' + 52. 0x0000119c:RKEY I561 0x000016b0:offset 0x00000494 + 0x00001d68:string 'Augusta //' + 53. 0x000011a4:RKEY I568 0x000016b4:offset 0x000004a0 + 0x00001d74:string 'Augustus William //' + 54. 0x000011ac:RKEY I580 0x000016b8:offset 0x000004b4 + 0x00001d88:string 'Adolphe of_Luxembourg //' + 55. 0x000011b4:RKEY I594 0x000016bc:offset 0x000004cd + 0x00001da1:string 'Alphonso //' + 56. 0x000011bc:RKEY I599 0x000016c0:offset 0x000004da + 0x00001dae:string 'Astrid of_Sweden //' + 57. 0x000011c4:RKEY I607 0x000016c4:offset 0x000004ee + 0x00001dc2:string 'Alexandrine of_Mecklenburg- Schwerin//' + 58. 0x000011cc:RKEY I631 0x000016c8:offset 0x00000515 + 0x00001de9:string 'Albert_I of_Monaco //' + 59. 0x000011d4:RKEY I648 0x000016cc:offset 0x0000052b + 0x00001dff:string 'Aloys of_Liechtenstein //' + 60. 0x000011dc:RKEY I654 0x000016d0:offset 0x00000545 + 0x00001e19:string 'Anna Pavlovna //' + 61. 0x000011e4:RKEY I665 0x000016d4:offset 0x00000556 + 0x00001e2a:string 'Agnes //' + 62. 0x000011ec:RKEY I667 0x000016d8:offset 0x00000560 + 0x00001e34:string 'Agnes //' + 63. 0x000011f4:RKEY I683 0x000016dc:offset 0x0000056a + 0x00001e3e:string 'Alfonso_XII //' + 64. 0x000011fc:RKEY I691 0x000016e0:offset 0x0000057a + 0x00001e4e:string 'Albrecht (Albert) //' + 65. 0x00001204:RKEY I696 0x000016e4:offset 0x0000058f + 0x00001e63:string 'Anne Sophia //' + 66. 0x0000120c:RKEY I726 0x000016e8:offset 0x0000059e + 0x00001e72:string 'Anne of_Denmark //' + 67. 0x00001214:RKEY I853 0x000016ec:offset 0x000005b1 + 0x00001e85:string 'Anne of_Cleves //' + 68. 0x0000121c:RKEY I875 0x000016f0:offset 0x000005c3 + 0x00001e97:string 'Andrej of_Yugoslavia //' + 69. 0x00001224:RKEY I877 0x000016f4:offset 0x000005db + 0x00001eaf:string 'Alexander //' + 70. 0x0000122c:RKEY I881 0x000016f8:offset 0x000005e9 + 0x00001ebd:string 'Alexander of_Yugoslavia //' + 71. 0x00001234:RKEY I911 0x000016fc:offset 0x00000604 + 0x00001ed8:string 'Andreas //' + 72. 0x0000123c:RKEY I914 0x00001700:offset 0x00000610 + 0x00001ee4:string 'Alexandra of_Hanover //' + 73. 0x00001244:RKEY I920 0x00001704:offset 0x00000628 + 0x00001efc:string 'Anne of_Austria //' + 74. 0x0000124c:RKEY I959 0x00001708:offset 0x0000063b + 0x00001f0f:string 'Astrid Maud Ingeborg//' + 75. 0x00001254:RKEY I970 0x0000170c:offset 0x00000652 + 0x00001f26:string 'Anne of_Bourbon-Parma //' + 76. 0x0000125c:RKEY I994 0x00001710:offset 0x0000066b + 0x00001f3f:string 'Anne //' + 77. 0x00001264:RKEY I1004 0x00001714:offset 0x00000674 + 0x00001f48:string 'Anne //' + 78. 0x0000126c:RKEY I1036 0x00001718:offset 0x0000067d + 0x00001f51:string 'Alexandra of_Ysenburg_and Budingen//' + 79. 0x00001274:RKEY I1051 0x0000171c:offset 0x000006a2 + 0x00001f76:string 'Andreas of_Leiningen //' + 80. 0x0000127c:RKEY I1069 0x00001720:offset 0x000006ba + 0x00001f8e:string 'Augusta of_Brunswick //' + 81. 0x00001284:RKEY I1100 0x00001724:offset 0x000006d2 + 0x00001fa6:string 'Antonia of_Portugal //' + 82. 0x0000128c:RKEY I1118 0x00001728:offset 0x000006e9 + 0x00001fbd:string 'Albert_I //' + 83. 0x00001294:RKEY I1124 0x0000172c:offset 0x000006f6 + 0x00001fca:string 'Albert //' + 84. 0x0000129c:RKEY I1129 0x00001730:offset 0x00000701 + 0x00001fd5:string 'Astrid //' + 85. 0x000012a4:RKEY I1133 0x00001734:offset 0x0000070c + 0x00001fe0:string 'Alexandre //' + 86. 0x000012ac:RKEY I1137 0x00001738:offset 0x0000071a + 0x00001fee:string 'Augusta Wilhelmine of_Hesse-//' + 87. 0x000012b4:RKEY I1151 0x0000173c:offset 0x00000739 + 0x0000200d:string 'Adelgunde //' + 88. 0x000012bc:RKEY I1153 0x00001740:offset 0x00000747 + 0x0000201b:string 'Adalbert //' + 89. 0x000012c4:RKEY I1169 0x00001744:offset 0x00000754 + 0x00002028:string 'Anna Amelia //' + 90. 0x000012cc:RKEY I1179 0x00001748:offset 0x00000763 + 0x00002037:string 'Augusta of_Austria- Tuscany//' + 91. 0x000012d4:RKEY I1182 0x0000174c:offset 0x00000781 + 0x00002055:string 'Amulf //' + 92. 0x000012dc:RKEY I1186 0x00001750:offset 0x0000078b + 0x0000205f:string 'Antoinette of_Luxembourg //' + 93. 0x000012e4:RKEY I1215 0x00001754:offset 0x000007a7 + 0x0000207b:string 'Antoine de_Bourbon of_France//' + 94. 0x000012ec:RKEY I1269 0x00001758:offset 0x000007c6 + 0x0000209a:string 'Alfonso //' + 95. 0x000012f4:RKEY I1273 0x0000175c:offset 0x000007d2 + 0x000020a6:string 'Alice //' + 96. 0x000012fc:RKEY I1321 0x00001760:offset 0x000007dc + 0x000020b0:string 'Anna Leopoldovna of_Brunswick//' + 97. 0x00001304:RKEY I1386 0x00001764:offset 0x000007fc + 0x000020d0:string 'Agatha //' + 98. 0x0000130c:RKEY I1387 0x00001768:offset 0x00000807 + 0x000020db:string 'Adeliza a_nun //' + 99. 0x00001314:RKEY I1388 0x0000176c:offset 0x00000818 + 0x000020ec:string 'Adela //' + 100. 0x0000131c:RKEY I1396 0x00001770:offset 0x00000822 + 0x000020f6:string 'Adeliza of_Louvain //' + 101. 0x00001324:RKEY I1413 0x00001774:offset 0x00000838 + 0x0000210c:string 'Anne of_Bohemia //' + 102. 0x0000132c:RKEY I1460 0x00001778:offset 0x0000084b + 0x0000211f:string 'Alexander //' + 103. 0x00001334:RKEY I1461 0x0000177c:offset 0x00000859 + 0x0000212d:string 'Annabella //' + 104. 0x0000133c:RKEY I1470 0x00001780:offset 0x00000867 + 0x0000213b:string 'Alexander //' + 105. 0x00001344:RKEY I1507 0x00001784:offset 0x00000875 + 0x00002149:string 'Arthur //' + 106. 0x0000134c:RKEY I1514 0x00001788:offset 0x00000880 + 0x00002154:string 'Alexander_I the_Fierce //' + 107. 0x00001354:RKEY I1520 0x0000178c:offset 0x0000089a + 0x0000216e:string 'Alfonso_VIII //' + 108. 0x0000135c:RKEY I1546 0x00001790:offset 0x000008ab + 0x0000217f:string 'Agatha //' + 109. 0x00001364:RKEY I1562 0x00001794:offset 0x000008b6 + 0x0000218a:string 'Andrew //' + 110. 0x0000136c:RKEY I1585 0x00001798:offset 0x000008c1 + 0x00002195:string 'Alexander_III //' + 111. 0x00001374:RKEY I1587 0x0000179c:offset 0x000008d3 + 0x000021a7:string 'Aveline de_Forz //' + 112. 0x0000137c:RKEY I1596 0x000017a0:offset 0x000008e6 + 0x000021ba:string 'Anne of_Burgundy //' + 113. 0x00001384:RKEY I1603 0x000017a4:offset 0x000008fa + 0x000021ce:string 'Anne of_Gloucester //' + 114. 0x0000138c:RKEY I1624 0x000017a8:offset 0x00000910 + 0x000021e4:string 'Anna Sophie //' + 115. 0x00001394:RKEY I1628 0x000017ac:offset 0x0000091f + 0x000021f3:string 'Anne Catherine //' + 116. 0x0000139c:RKEY I1635 0x000017b0:offset 0x00000931 + 0x00002205:string 'Anna //' + 117. 0x000013a4:RKEY I1677 0x000017b4:offset 0x0000093a + 0x0000220e:string 'Anne Dorothy Maltoft-Nielsen//' + 118. 0x000013ac:RKEY I1680 0x000017b8:offset 0x00000959 + 0x0000222d:string 'Alexander //' + 119. 0x000013b4:RKEY I1689 0x000017bc:offset 0x00000967 + 0x0000223b:string 'Alexander //' + 120. 0x000013bc:RKEY I1695 0x000017c0:offset 0x00000975 + 0x00002249:string 'Amalia //' + 121. 0x000013c4:RKEY I1721 0x000017c4:offset 0x00000980 + 0x00002254:string 'Anne of_Albemarle //' + 122. 0x000013cc:RKEY I1749 0x000017c8:offset 0x00000995 + 0x00002269:string 'Alfonso_X the_Wise //' + 123. 0x000013d4:RKEY I1753 0x000017cc:offset 0x000009ab + 0x0000227f:string 'Athelstan //' + 124. 0x000013dc:RKEY I1767 0x000017d0:offset 0x000009b9 + 0x0000228d:string 'Alfred Athling //' + 125. 0x000013e4:RKEY I1773 0x000017d4:offset 0x000009cb + 0x0000229f:string 'Athelstan //' + 126. 0x000013ec:RKEY I1774 0x000017d8:offset 0x000009d9 + 0x000022ad:string 'Alfgar of_Mercia //' + 127. 0x000013f4:RKEY I1775 0x000017dc:offset 0x000009ed + 0x000022c1:string 'Alfhelm of_Northhampton //' + 128. 0x000013fc:RKEY I1791 0x000017e0:offset 0x00000a08 + 0x000022dc:string 'Alfgar of_Wiltshire //' + 129. 0x00001404:RKEY I1799 0x000017e4:offset 0x00000a1f + 0x000022f3:string 'Athelstan //' + 130. 0x0000140c:RKEY I1826 0x000017e8:offset 0x00000a2d + 0x00002301:string 'Arnold //' + 131. 0x00001414:RKEY I1843 0x000017ec:offset 0x00000a38 + 0x0000230c:string 'Alan //' + 132. 0x0000141c:RKEY I1856 0x000017f0:offset 0x00000a41 + 0x00002315:string 'Adelicia //' + 133. 0x00001424:RKEY I1862 0x000017f4:offset 0x00000a4e + 0x00002322:string 'Agnes //' + 134. 0x0000142c:RKEY I1886 0x000017f8:offset 0x00000a58 + 0x0000232c:string 'Alexander_II //' + 135. 0x00001434:RKEY I1891 0x000017fc:offset 0x00000a69 + 0x0000233d:string 'Alfonso_IX //' + 136. 0x0000143c:RKEY I1931 0x00001800:offset 0x00000a78 + 0x0000234c:string 'Angharad //' + 137. 0x00001444:RKEY I1939 0x00001804:offset 0x00000a85 + 0x00002359:string 'Anarawd //' + 138. 0x0000144c:RKEY I1959 0x00001808:offset 0x00000a91 + 0x00002365:string 'Angharad //' + 139. 0x00001454:RKEY I1964 0x0000180c:offset 0x00000a9e + 0x00002372:string 'Alfred the_Great //' + 140. 0x0000145c:RKEY I1968 0x00001810:offset 0x00000ab2 + 0x00002386:string 'Athelstan //' + 141. 0x00001464:RKEY I1975 0x00001814:offset 0x00000ac0 + 0x00002394:string 'Athelstan //' + 142. 0x0000146c:RKEY I2025 0x00001818:offset 0x00000ace + 0x000023a2:string 'Aescwine //' + 143. 0x00001474:RKEY I2053 0x0000181c:offset 0x00000adb + 0x000023af:string 'Aldfrid of_Northumbria //' + 144. 0x0000147c:RKEY I2121 0x00001820:offset 0x00000af5 + 0x000023c9:string 'Anne //' + 145. 0x00001484:RKEY I2128 0x00001824:offset 0x00000afe + 0x000023d2:string 'Anna Maria //' + 146. 0x0000148c:RKEY I2135 0x00001828:offset 0x00000b0c + 0x000023e0:string 'Anne of_Austria //' + 147. 0x00001494:RKEY I2149 0x0000182c:offset 0x00000b1f + 0x000023f3:string 'Alfonso //' + 148. 0x0000149c:RKEY I2153 0x00001830:offset 0x00000b2b + 0x000023ff:string 'Alice //' + 149. 0x000014a4:RKEY I2155 0x00001834:offset 0x00000b35 + 0x00002409:string 'Alistair Arthur of_Connaught_2nd//' + 150. 0x000014ac:RKEY I2220 0x00001838:offset 0x00000b58 + 0x0000242c:string 'Aoife (Eva) //' + 151. 0x000014b4:RKEY I2229 0x0000183c:offset 0x00000b67 + 0x0000243b:string 'Ada //' + 152. 0x000014bc:RKEY I2260 0x00001840:offset 0x00000b6f + 0x00002443:string 'Aedh //' + 153. 0x000014c4:RKEY I2265 0x00001844:offset 0x00000b78 + 0x0000244c:string 'Alpin //' + 154. 0x000014cc:RKEY I2344 0x00001848:offset 0x00000b82 + 0x00002456:string 'Anne of_York //' + 155. 0x000014d4:RKEY I2436 0x0000184c:offset 0x00000b92 + 0x00002466:string 'Augusta of_Bavaria //' + 156. 0x000014dc:RKEY I2453 0x00001850:offset 0x00000ba8 + 0x0000247c:string 'Adelaide of_Savoy //' + 157. 0x000014e4:RKEY I2476 0x00001854:offset 0x00000bbd + 0x00002491:string 'Adele of_Champagne //' + 158. 0x000014ec:RKEY I2479 0x00001858:offset 0x00000bd3 + 0x000024a7:string 'Agnes of_Meranie //' + 159. 0x000014f4:RKEY I2481 0x0000185c:offset 0x00000be7 + 0x000024bb:string 'Alphonse //' + 160. 0x000014fc:RKEY I2535 0x00001860:offset 0x00000bf4 + 0x000024c8:string 'Anne of_Kiev //' + 161. 0x00001504:RKEY I2544 0x00001864:offset 0x00000c04 + 0x000024d8:string 'Anne //' + 162. 0x0000150c:RKEY I2545 0x00001868:offset 0x00000c0d + 0x000024e1:string 'Anne of_Brittany //' + 163. 0x00001514:RKEY I2546 0x0000186c:offset 0x00000c21 + 0x000024f5:string 'Anne of_Cleves //' + 164. 0x0000151c:RKEY I2548 0x00001870:offset 0x00000c33 + 0x00002507:string 'Anne of_Brittany //' + 165. 0x00001524:RKEY I2562 0x00001874:offset 0x00000c47 + 0x0000251b:string 'Adelaide //' + 166. 0x0000152c:RKEY I2580 0x00001878:offset 0x00000c54 + 0x00002528:string 'Ansgarde of_Burgundy //' + 167. 0x00001534:RKEY I2583 0x0000187c:offset 0x00000c6c + 0x00002540:string 'Adelaide Judith //' + 168. 0x0000153c:RKEY I2593 0x00001880:offset 0x00000c7f + 0x00002553:string 'Arnulf //' + 169. 0x00001544:RKEY I2608 0x00001884:offset 0x00000c8a + 0x0000255e:string 'Adalberon of_Rheims //' + 170. 0x0000154c:RKEY I2614 0x00001888:offset 0x00000ca1 + 0x00002575:string 'Augusta Reuss-Ebersdorf //' + 171. 0x00001554:RKEY I2630 0x0000188c:offset 0x00000cbc + 0x00002590:string 'Alexander //' + 172. 0x0000155c:RKEY I2651 0x00001890:offset 0x00000cca + 0x0000259e:string 'Adolph of_Schwarzburg- Rudolstadt//' + 173. 0x00001564:RKEY I2654 0x00001894:offset 0x00000cee + 0x000025c2:string 'Alexandrine //' + 174. 0x0000156c:RKEY I2656 0x00001898:offset 0x00000cfe + 0x000025d2:string 'Amalia //' + 175. 0x00001574:RKEY I2667 0x0000189c:offset 0x00000d09 + 0x000025dd:string 'Alexandra //' + 176. 0x0000157c:RKEY I2696 0x000018a0:offset 0x00000d17 + 0x000025eb:string 'Anastasia //' + 177. 0x00001584:RKEY I2700 0x000018a4:offset 0x00000d25 + 0x000025f9:string 'Alexandrine Louise //' + 178. 0x0000158c:RKEY I2825 0x000018a8:offset 0x00000d3b + 0x0000260f:string 'Anna //' + 179. 0x00001594:RKEY I2830 0x000018ac:offset 0x00000d44 + 0x00002618:string 'Axel of_Denmark //' + 180. 0x0000159c:RKEY I2856 0x000018b0:offset 0x00000d57 + 0x0000262b:string 'Anne Sophia //' + 181. 0x000015a4:RKEY I2861 0x000018b4:offset 0x00000d66 + 0x0000263a:string 'Augusta //' + 182. 0x000015ac:RKEY I2866 0x000018b8:offset 0x00000d72 + 0x00002646:string 'Alexander //' + 183. 0x000015b4:RKEY I2871 0x000018bc:offset 0x00000d80 + 0x00002654:string 'Alexander //' + 184. 0x000015bc:RKEY I2875 0x000018c0:offset 0x00000d8e + 0x00002662:string 'Antonia of_Sicily //' + 185. 0x000015c4:RKEY I2890 0x000018c4:offset 0x00000da3 + 0x00002677:string 'Alphonso of_Portugal //' + 186. 0x000015cc:RKEY I2909 0x000018c8:offset 0x00000dbb + 0x0000268f:string 'Alexandrine of_Baden //' + 187. 0x000015d4:RKEY I2915 0x000018cc:offset 0x00000dd3 + 0x000026a7:string 'Ann Marie Louise//' + 188. 0x000015dc:RKEY I2973 0x000018d0:offset 0x00000de6 + 0x000026ba:string 'Antoinette //' + Assembled data for NAZ999 + 1. I2 name Albert Augustus Charles// + 2. I5 name Alice Maud Mary// + 3. I6 name Alfred Ernest Albert// + 4. I9 name Arthur William Patrick// + 5. I12 name Alexandra of_Denmark "Alix"// + 6. I13 name Albert Victor Christian// + 7. I24 name Alice of_Athlone // + 8. I26 name Alexander of_Carisbrooke // + 9. I39 name Alexandra Fedorovna "Alix"// + 10. I90 name Alexander Patrick Gregers// + 11. I95 name Alfred // + 12. I98 name Alexandra // + 13. I101 name Alice of_Battenberg // + 14. I104 name Andrew of_Greece // + 15. I119 name Aribert of_Anhalt // + 16. I122 name Arthur of_Connaught // + 17. I125 name Alexandra // + 18. I134 name Augusta of_Hesse-Cassel // + 19. I135 name Augusta Caroline // + 20. I163 name Alexandra of_Greece // + 21. I219 name Adelaide Louisa Theresa// + 22. I265 name Adolphus // + 23. I266 name Agustus // + 24. I272 name Adolphus Frederick_V // + 25. I278 name Adolphus 2nd // + 26. I280 name Alexander George of_Teck// + 27. I303 name Alexander of_Wurttemberg // + 28. I306 name Amelie // + 29. I311 name Albert of_Schleswig- Holstein// + 30. I332 name Augusta of_Saxe-Gotha // + 31. I347 name Alexander of_Hesse and_the_Rhine// + 32. I356 name Amalie of_Wurttemberg // + 33. I402 name Augusta of_Schleswig- Holstein-// + 34. I404 name Adolphus of_Schaumburg- Lippe// + 35. I409 name Alfonso_XIII // + 36. I418 name Albert of_Prussia // + 37. I422 name Adalbert // + 38. I423 name Augustus William // + 39. I427 name Augusta of_Saxe-Weimar // + 40. I430 name Alphonso of_Cavadonga // + 41. I440 name Alexander_I of_Yugoslavia // + 42. I469 name Anne of_Bourbon-Parma // + 43. I472 name Anne-Marie of_Denmark // + 44. I474 name Alexandra of_Greece // + 45. I486 name Alexander of_Bulgaria // + 46. I490 name Anna of_Montenegro Princess// + 47. I499 name Anna // + 48. I523 name Alexandrine // + 49. I532 name Alice de_Courtenay // + 50. I548 name Adelheid of_Saxe- Meiningen// + 51. I549 name Alexandra of_Schleswig- // + 52. I561 name Augusta // + 53. I568 name Augustus William // + 54. I580 name Adolphe of_Luxembourg // + 55. I594 name Alphonso // + 56. I599 name Astrid of_Sweden // + 57. I607 name Alexandrine of_Mecklenburg- Schwerin// + 58. I631 name Albert_I of_Monaco // + 59. I648 name Aloys of_Liechtenstein // + 60. I654 name Anna Pavlovna // + 61. I665 name Agnes // + 62. I667 name Agnes // + 63. I683 name Alfonso_XII // + 64. I691 name Albrecht (Albert) // + 65. I696 name Anne Sophia // + 66. I726 name Anne of_Denmark // + 67. I853 name Anne of_Cleves // + 68. I875 name Andrej of_Yugoslavia // + 69. I877 name Alexander // + 70. I881 name Alexander of_Yugoslavia // + 71. I911 name Andreas // + 72. I914 name Alexandra of_Hanover // + 73. I920 name Anne of_Austria // + 74. I959 name Astrid Maud Ingeborg// + 75. I970 name Anne of_Bourbon-Parma // + 76. I994 name Anne // + 77. I1004 name Anne // + 78. I1036 name Alexandra of_Ysenburg_and Budingen// + 79. I1051 name Andreas of_Leiningen // + 80. I1069 name Augusta of_Brunswick // + 81. I1100 name Antonia of_Portugal // + 82. I1118 name Albert_I // + 83. I1124 name Albert // + 84. I1129 name Astrid // + 85. I1133 name Alexandre // + 86. I1137 name Augusta Wilhelmine of_Hesse-// + 87. I1151 name Adelgunde // + 88. I1153 name Adalbert // + 89. I1169 name Anna Amelia // + 90. I1179 name Augusta of_Austria- Tuscany// + 91. I1182 name Amulf // + 92. I1186 name Antoinette of_Luxembourg // + 93. I1215 name Antoine de_Bourbon of_France// + 94. I1269 name Alfonso // + 95. I1273 name Alice // + 96. I1321 name Anna Leopoldovna of_Brunswick// + 97. I1386 name Agatha // + 98. I1387 name Adeliza a_nun // + 99. I1388 name Adela // + 100. I1396 name Adeliza of_Louvain // + 101. I1413 name Anne of_Bohemia // + 102. I1460 name Alexander // + 103. I1461 name Annabella // + 104. I1470 name Alexander // + 105. I1507 name Arthur // + 106. I1514 name Alexander_I the_Fierce // + 107. I1520 name Alfonso_VIII // + 108. I1546 name Agatha // + 109. I1562 name Andrew // + 110. I1585 name Alexander_III // + 111. I1587 name Aveline de_Forz // + 112. I1596 name Anne of_Burgundy // + 113. I1603 name Anne of_Gloucester // + 114. I1624 name Anna Sophie // + 115. I1628 name Anne Catherine // + 116. I1635 name Anna // + 117. I1677 name Anne Dorothy Maltoft-Nielsen// + 118. I1680 name Alexander // + 119. I1689 name Alexander // + 120. I1695 name Amalia // + 121. I1721 name Anne of_Albemarle // + 122. I1749 name Alfonso_X the_Wise // + 123. I1753 name Athelstan // + 124. I1767 name Alfred Athling // + 125. I1773 name Athelstan // + 126. I1774 name Alfgar of_Mercia // + 127. I1775 name Alfhelm of_Northhampton // + 128. I1791 name Alfgar of_Wiltshire // + 129. I1799 name Athelstan // + 130. I1826 name Arnold // + 131. I1843 name Alan // + 132. I1856 name Adelicia // + 133. I1862 name Agnes // + 134. I1886 name Alexander_II // + 135. I1891 name Alfonso_IX // + 136. I1931 name Angharad // + 137. I1939 name Anarawd // + 138. I1959 name Angharad // + 139. I1964 name Alfred the_Great // + 140. I1968 name Athelstan // + 141. I1975 name Athelstan // + 142. I2025 name Aescwine // + 143. I2053 name Aldfrid of_Northumbria // + 144. I2121 name Anne // + 145. I2128 name Anna Maria // + 146. I2135 name Anne of_Austria // + 147. I2149 name Alfonso // + 148. I2153 name Alice // + 149. I2155 name Alistair Arthur of_Connaught_2nd// + 150. I2220 name Aoife (Eva) // + 151. I2229 name Ada // + 152. I2260 name Aedh // + 153. I2265 name Alpin // + 154. I2344 name Anne of_York // + 155. I2436 name Augusta of_Bavaria // + 156. I2453 name Adelaide of_Savoy // + 157. I2476 name Adele of_Champagne // + 158. I2479 name Agnes of_Meranie // + 159. I2481 name Alphonse // + 160. I2535 name Anne of_Kiev // + 161. I2544 name Anne // + 162. I2545 name Anne of_Brittany // + 163. I2546 name Anne of_Cleves // + 164. I2548 name Anne of_Brittany // + 165. I2562 name Adelaide // + 166. I2580 name Ansgarde of_Burgundy // + 167. I2583 name Adelaide Judith // + 168. I2593 name Arnulf // + 169. I2608 name Adalberon of_Rheims // + 170. I2614 name Augusta Reuss-Ebersdorf // + 171. I2630 name Alexander // + 172. I2651 name Adolph of_Schwarzburg- Rudolstadt// + 173. I2654 name Alexandrine // + 174. I2656 name Amalia // + 175. I2667 name Alexandra // + 176. I2696 name Anastasia // + 177. I2700 name Alexandrine Louise // + 178. I2825 name Anna // + 179. I2830 name Axel of_Denmark // + 180. I2856 name Anne Sophia // + 181. I2861 name Augusta // + 182. I2866 name Alexander // + 183. I2871 name Alexander // + 184. I2875 name Antonia of_Sicily // + 185. I2890 name Alphonso of_Portugal // + 186. I2909 name Alexandrine of_Baden // + 187. I2915 name Ann Marie Louise// + 188. I2973 name Antoinette // +[0001] Name rkey: NBB260 offs: 0x000016c9 lens: 0x00000025 + 0x000026c9: Ncount 1 + Keys and string offsets, strings + 1. 0x000026cd:RKEY I918 0x000026d5:offset 0x00000000 + 0x000026d9:string 'Berthold /Bauscher/' + Assembled data for NBB260 + 1. I918 name Berthold /Bauscher/ +[0002] Name rkey: NBC634 offs: 0x000016ee lens: 0x0000004c + 0x000026ee: Ncount 2 + Keys and string offsets, strings + 1. 0x000026f2:RKEY I806 0x00002702:offset 0x00000000 + 0x0000270a:string 'Barbara /Cartland/' + 2. 0x000026fa:RKEY I2995 0x00002706:offset 0x00000014 + 0x0000271e:string 'Bertram (Bertie) /Cartland/' + Assembled data for NBC634 + 1. I806 name Barbara /Cartland/ + 2. I2995 name Bertram (Bertie) /Cartland/ +[0003] Name rkey: NBF656 offs: 0x0000173a lens: 0x00000025 + 0x0000273a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000273e:RKEY I962 0x00002746:offset 0x00000000 + 0x0000274a:string 'Benedickte /Ferner/' + Assembled data for NBF656 + 1. I962 name Benedickte /Ferner/ +[0004] Name rkey: NBG520 offs: 0x0000175f lens: 0x00000023 + 0x0000275f: Ncount 1 + Keys and string offsets, strings + 1. 0x00002763:RKEY I540 0x0000276b:offset 0x00000000 + 0x0000276f:string 'Brigid /Guinness/' + Assembled data for NBG520 + 1. I540 name Brigid /Guinness/ +[0005] Name rkey: NBM252 offs: 0x00001782 lens: 0x00000026 + 0x00002782: Ncount 1 + Keys and string offsets, strings + 1. 0x00002786:RKEY I2814 0x0000278e:offset 0x00000000 + 0x00002792:string 'Birgitta /Magnusson/' + Assembled data for NBM252 + 1. I2814 name Birgitta /Magnusson/ +[0006] Name rkey: NBM600 offs: 0x000017a8 lens: 0x00000025 + 0x000027a8: Ncount 1 + Keys and string offsets, strings + 1. 0x000027ac:RKEY I393 0x000027b4:offset 0x00000000 + 0x000027b8:string 'Barbara Smith /Marr/' + Assembled data for NBM600 + 1. I393 name Barbara Smith /Marr/ +[0007] Name rkey: NBR551 offs: 0x000017cd lens: 0x00000021 + 0x000027cd: Ncount 1 + Keys and string offsets, strings + 1. 0x000027d1:RKEY I159 0x000027d9:offset 0x00000000 + 0x000027dd:string 'Boris /Romanov/' + Assembled data for NBR551 + 1. I159 name Boris /Romanov/ +[0008] Name rkey: NBV536 offs: 0x000017ee lens: 0x00000030 + 0x000027ee: Ncount 1 + Keys and string offsets, strings + 1. 0x000027f2:RKEY I89 0x000027fa:offset 0x00000000 + 0x000027fe:string 'Birgitte of_Denmark /von_Deurs/' + Assembled data for NBV536 + 1. I89 name Birgitte of_Denmark /von_Deurs/ +[0009] Name rkey: NBW532 offs: 0x0000181e lens: 0x00000031 + 0x0000281e: Ncount 1 + Keys and string offsets, strings + 1. 0x00002822:RKEY I827 0x0000282a:offset 0x00000000 + 0x0000282e:string 'Beatrice Elizabeth Mary/Windsor/' + Assembled data for NBW532 + 1. I827 name Beatrice Elizabeth Mary/Windsor/ +[0010] Name rkey: NBW614 offs: 0x0000184f lens: 0x00000029 + 0x0000284f: Ncount 1 + Keys and string offsets, strings + 1. 0x00002853:RKEY I70 0x0000285b:offset 0x00000000 + 0x0000285f:string 'Bessiewallis /Warfield/' + Assembled data for NBW614 + 1. I70 name Bessiewallis /Warfield/ +[0011] Name rkey: NBZ999 offs: 0x00001878 lens: 0x000006dc + 0x00002878: Ncount 60 + Keys and string offsets, strings + 1. 0x0000287c:RKEY I11 0x00002a5c:offset 0x00000000 + 0x00002b4c:string 'Beatrice Mary Victoria//' + 2. 0x00002884:RKEY I99 0x00002a60:offset 0x00000019 + 0x00002b65:string 'Beatrice //' + 3. 0x0000288c:RKEY I403 0x00002a64:offset 0x00000026 + 0x00002b72:string 'Bernard of_Saxe- Meiningen//' + 4. 0x00002894:RKEY I433 0x00002a68:offset 0x00000043 + 0x00002b8f:string 'Beatrice //' + 5. 0x0000289c:RKEY I448 0x00002a6c:offset 0x00000050 + 0x00002b9c:string 'Bertil Gustaf Oscar//' + 6. 0x000028a4:RKEY I479 0x00002a70:offset 0x00000066 + 0x00002bb2:string 'Berthold of_Baden //' + 7. 0x000028ac:RKEY I601 0x00002a74:offset 0x0000007b + 0x00002bc7:string 'Baudouin_I of_the_Belgians //' + 8. 0x000028b4:RKEY I660 0x00002a78:offset 0x00000099 + 0x00002be5:string 'Bernhard of_Lippe- Biesterfeld//' + 9. 0x000028bc:RKEY I661 0x00002a7c:offset 0x000000ba + 0x00002c06:string 'Beatrix of_Netherlands //' + 10. 0x000028c4:RKEY I942 0x00002a80:offset 0x000000d4 + 0x00002c20:string 'Benjamin //' + 11. 0x000028cc:RKEY I1007 0x00002a84:offset 0x000000e1 + 0x00002c2d:string 'Bridget //' + 12. 0x000028d4:RKEY I1115 0x00002a88:offset 0x000000ed + 0x00002c39:string 'Baudouin //' + 13. 0x000028dc:RKEY I1227 0x00002a8c:offset 0x000000fa + 0x00002c46:string 'Blanche //' + 14. 0x000028e4:RKEY I1238 0x00002a90:offset 0x00000106 + 0x00002c52:string 'Blanche //' + 15. 0x000028ec:RKEY I1243 0x00002a94:offset 0x00000112 + 0x00002c5e:string 'Blanche of_Lancaster //' + 16. 0x000028f4:RKEY I1271 0x00002a98:offset 0x0000012a + 0x00002c76:string 'Berengaria //' + 17. 0x000028fc:RKEY I1275 0x00002a9c:offset 0x00000139 + 0x00002c85:string 'Beatrice //' + 18. 0x00002904:RKEY I1276 0x00002aa0:offset 0x00000146 + 0x00002c92:string 'Blanche //' + 19. 0x0000290c:RKEY I1284 0x00002aa4:offset 0x00000152 + 0x00002c9e:string 'Beatrice //' + 20. 0x00002914:RKEY I1399 0x00002aa8:offset 0x0000015f + 0x00002cab:string 'Baldwin //' + 21. 0x0000291c:RKEY I1495 0x00002aac:offset 0x0000016b + 0x00002cb7:string 'Blanche of_Artois //' + 22. 0x00002924:RKEY I1508 0x00002ab0:offset 0x00000180 + 0x00002ccc:string 'Berengaria of_Navarre //' + 23. 0x0000292c:RKEY I1583 0x00002ab4:offset 0x00000199 + 0x00002ce5:string 'Beatrix of_Falkenburg //' + 24. 0x00002934:RKEY I1672 0x00002ab8:offset 0x000001b2 + 0x00002cfe:string 'Benedikte //' + 25. 0x0000293c:RKEY I1742 0x00002abc:offset 0x000001c0 + 0x00002d0c:string 'Blanche of_Castile //' + 26. 0x00002944:RKEY I1745 0x00002ac0:offset 0x000001d6 + 0x00002d22:string 'Beatrice //' + 27. 0x0000294c:RKEY I1747 0x00002ac4:offset 0x000001e3 + 0x00002d2f:string 'Berengaria //' + 28. 0x00002954:RKEY I1814 0x00002ac8:offset 0x000001f2 + 0x00002d3e:string 'Boleslaw_II //' + 29. 0x0000295c:RKEY I1850 0x00002acc:offset 0x00000202 + 0x00002d4e:string 'Baldwin_V of_Flanders //' + 30. 0x00002964:RKEY I1921 0x00002ad0:offset 0x0000021b + 0x00002d67:string 'Bertha //' + 31. 0x0000296c:RKEY I1924 0x00002ad4:offset 0x00000226 + 0x00002d72:string 'Bernard of_Neufmarche //' + 32. 0x00002974:RKEY I1933 0x00002ad8:offset 0x0000023f + 0x00002d8b:string 'Bleddyn //' + 33. 0x0000297c:RKEY I1980 0x00002adc:offset 0x0000024b + 0x00002d97:string 'Burghred //' + 34. 0x00002984:RKEY I1988 0x00002ae0:offset 0x00000258 + 0x00002da4:string 'Baldwin_II of_Flanders //' + 35. 0x0000298c:RKEY I2001 0x00002ae4:offset 0x00000272 + 0x00002dbe:string 'Brond //' + 36. 0x00002994:RKEY I2002 0x00002ae8:offset 0x0000027c + 0x00002dc8:string 'Baeldaeg //' + 37. 0x0000299c:RKEY I2011 0x00002aec:offset 0x00000289 + 0x00002dd5:string 'Beaw //' + 38. 0x000029a4:RKEY I2017 0x00002af0:offset 0x00000292 + 0x00002dde:string 'Bedwig //' + 39. 0x000029ac:RKEY I2199 0x00002af4:offset 0x0000029d + 0x00002de9:string 'Brian_Catha An_Eanaigh //' + 40. 0x000029b4:RKEY I2212 0x00002af8:offset 0x000002b7 + 0x00002e03:string 'Brian Boru //' + 41. 0x000029bc:RKEY I2243 0x00002afc:offset 0x000002c5 + 0x00002e11:string 'Bethoc //' + 42. 0x000029c4:RKEY I2255 0x00002b00:offset 0x000002d0 + 0x00002e1c:string 'Beoedhe //' + 43. 0x000029cc:RKEY I2455 0x00002b04:offset 0x000002dc + 0x00002e28:string 'Bertha of_Holland //' + 44. 0x000029d4:RKEY I2456 0x00002b08:offset 0x000002f1 + 0x00002e3d:string 'Bertrada de_Montfort //' + 45. 0x000029dc:RKEY I2462 0x00002b0c:offset 0x00000309 + 0x00002e55:string 'Bertha of_Burgundy //' + 46. 0x000029e4:RKEY I2491 0x00002b10:offset 0x0000031f + 0x00002e6b:string 'Blanche of_Burgundy //' + 47. 0x000029ec:RKEY I2497 0x00002b14:offset 0x00000336 + 0x00002e82:string 'Blanche of_Navarre //' + 48. 0x000029f4:RKEY I2519 0x00002b18:offset 0x0000034c + 0x00002e98:string 'Bonne of_Luxemburg //' + 49. 0x000029fc:RKEY I2527 0x00002b1c:offset 0x00000362 + 0x00002eae:string 'Birgitta of_Sweden //' + 50. 0x00002a04:RKEY I2554 0x00002b20:offset 0x00000378 + 0x00002ec4:string 'Berthe //' + 51. 0x00002a0c:RKEY I2557 0x00002b24:offset 0x00000383 + 0x00002ecf:string 'Bertha of_Toulouse //' + 52. 0x00002a14:RKEY I2565 0x00002b28:offset 0x00000399 + 0x00002ee5:string 'Bernard //' + 53. 0x00002a1c:RKEY I2588 0x00002b2c:offset 0x000003a5 + 0x00002ef1:string 'Boso //' + 54. 0x00002a24:RKEY I2601 0x00002b30:offset 0x000003ae + 0x00002efa:string 'Bruno of_Cologne //' + 55. 0x00002a2c:RKEY I2610 0x00002b34:offset 0x000003c2 + 0x00002f0e:string 'Bertha //' + 56. 0x00002a34:RKEY I2745 0x00002b38:offset 0x000003cd + 0x00002f19:string 'Birgitta //' + 57. 0x00002a3c:RKEY I2767 0x00002b3c:offset 0x000003da + 0x00002f26:string 'Bettina //' + 58. 0x00002a44:RKEY I2768 0x00002b40:offset 0x000003e6 + 0x00002f32:string 'Bjorn //' + 59. 0x00002a4c:RKEY I2806 0x00002b44:offset 0x000003f0 + 0x00002f3c:string 'Birgitta //' + 60. 0x00002a54:RKEY I2823 0x00002b48:offset 0x000003fd + 0x00002f49:string 'Bertil //' + Assembled data for NBZ999 + 1. I11 name Beatrice Mary Victoria// + 2. I99 name Beatrice // + 3. I403 name Bernard of_Saxe- Meiningen// + 4. I433 name Beatrice // + 5. I448 name Bertil Gustaf Oscar// + 6. I479 name Berthold of_Baden // + 7. I601 name Baudouin_I of_the_Belgians // + 8. I660 name Bernhard of_Lippe- Biesterfeld// + 9. I661 name Beatrix of_Netherlands // + 10. I942 name Benjamin // + 11. I1007 name Bridget // + 12. I1115 name Baudouin // + 13. I1227 name Blanche // + 14. I1238 name Blanche // + 15. I1243 name Blanche of_Lancaster // + 16. I1271 name Berengaria // + 17. I1275 name Beatrice // + 18. I1276 name Blanche // + 19. I1284 name Beatrice // + 20. I1399 name Baldwin // + 21. I1495 name Blanche of_Artois // + 22. I1508 name Berengaria of_Navarre // + 23. I1583 name Beatrix of_Falkenburg // + 24. I1672 name Benedikte // + 25. I1742 name Blanche of_Castile // + 26. I1745 name Beatrice // + 27. I1747 name Berengaria // + 28. I1814 name Boleslaw_II // + 29. I1850 name Baldwin_V of_Flanders // + 30. I1921 name Bertha // + 31. I1924 name Bernard of_Neufmarche // + 32. I1933 name Bleddyn // + 33. I1980 name Burghred // + 34. I1988 name Baldwin_II of_Flanders // + 35. I2001 name Brond // + 36. I2002 name Baeldaeg // + 37. I2011 name Beaw // + 38. I2017 name Bedwig // + 39. I2199 name Brian_Catha An_Eanaigh // + 40. I2212 name Brian Boru // + 41. I2243 name Bethoc // + 42. I2255 name Beoedhe // + 43. I2455 name Bertha of_Holland // + 44. I2456 name Bertrada de_Montfort // + 45. I2462 name Bertha of_Burgundy // + 46. I2491 name Blanche of_Burgundy // + 47. I2497 name Blanche of_Navarre // + 48. I2519 name Bonne of_Luxemburg // + 49. I2527 name Birgitta of_Sweden // + 50. I2554 name Berthe // + 51. I2557 name Bertha of_Toulouse // + 52. I2565 name Bernard // + 53. I2588 name Boso // + 54. I2601 name Bruno of_Cologne // + 55. I2610 name Bertha // + 56. I2745 name Birgitta // + 57. I2767 name Bettina // + 58. I2768 name Bjorn // + 59. I2806 name Birgitta // + 60. I2823 name Bertil // +[0012] Name rkey: NCB245 offs: 0x00001f54 lens: 0x0000004c + 0x00002f54: Ncount 2 + Keys and string offsets, strings + 1. 0x00002f58:RKEY I145 0x00002f68:offset 0x00000000 + 0x00002f70:string 'Claude George /Bowes-Lyon/' + 2. 0x00002f60:RKEY I182 0x00002f6c:offset 0x0000001b + 0x00002f8b:string 'Claude /Bowes-Lyon/' + Assembled data for NCB245 + 1. I145 name Claude George /Bowes-Lyon/ + 2. I182 name Claude /Bowes-Lyon/ +[0013] Name rkey: NCB453 offs: 0x00001fa0 lens: 0x00000026 + 0x00002fa0: Ncount 1 + Keys and string offsets, strings + 1. 0x00002fa4:RKEY I2412 0x00002fac:offset 0x00000000 + 0x00002fb0:string 'Christopher /Blount/' + Assembled data for NCB453 + 1. I2412 name Christopher /Blount/ +[0014] Name rkey: NCB525 offs: 0x00001fc6 lens: 0x00000023 + 0x00002fc6: Ncount 1 + Keys and string offsets, strings + 1. 0x00002fca:RKEY I1729 0x00002fd2:offset 0x00000000 + 0x00002fd6:string 'Charles /Bingham/' + Assembled data for NCB525 + 1. I1729 name Charles /Bingham/ +[0015] Name rkey: NCB623 offs: 0x00001fe9 lens: 0x00000027 + 0x00002fe9: Ncount 1 + Keys and string offsets, strings + 1. 0x00002fed:RKEY I2351 0x00002ff5:offset 0x00000000 + 0x00002ff9:string 'Catherine /Broughton/' + Assembled data for NCB623 + 1. I2351 name Catherine /Broughton/ +[0016] Name rkey: NCB651 offs: 0x00002010 lens: 0x0000002a + 0x00003010: Ncount 1 + Keys and string offsets, strings + 1. 0x00003014:RKEY I208 0x0000301c:offset 0x00000000 + 0x00003020:string 'Caroline Louisa /Burnaby/' + Assembled data for NCB651 + 1. I208 name Caroline Louisa /Burnaby/ +[0017] Name rkey: NCB653 offs: 0x0000203a lens: 0x00000023 + 0x0000303a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000303e:RKEY I839 0x00003046:offset 0x00000000 + 0x0000304a:string 'Charles /Brandon/' + Assembled data for NCB653 + 1. I839 name Charles /Brandon/ +[0018] Name rkey: NCC153 offs: 0x0000205d lens: 0x00000090 + 0x0000305d: Ncount 3 + Keys and string offsets, strings + 1. 0x00003061:RKEY I146 0x00003079:offset 0x00000000 + 0x00003085:string 'Cecilia Nina /Cavendish-Bentin/' + 2. 0x00003069:RKEY I207 0x0000307d:offset 0x00000020 + 0x000030a5:string 'Charles /Cavendish-Bentin/' + 3. 0x00003071:RKEY I359 0x00003081:offset 0x0000003c + 0x000030c1:string 'Charles William Frederick/Cavendish-Bentwi/' + Assembled data for NCC153 + 1. I146 name Cecilia Nina /Cavendish-Bentin/ + 2. I207 name Charles /Cavendish-Bentin/ + 3. I359 name Charles William Frederick/Cavendish-Bentwi/ +[0019] Name rkey: NCC552 offs: 0x000020ed lens: 0x00000028 + 0x000030ed: Ncount 1 + Keys and string offsets, strings + 1. 0x000030f1:RKEY I381 0x000030f9:offset 0x00000000 + 0x000030fd:string 'Charlotte /Cunningham/' + Assembled data for NCC552 + 1. I381 name Charlotte /Cunningham/ +[0020] Name rkey: NCC600 offs: 0x00002115 lens: 0x00000023 + 0x00003115: Ncount 1 + Keys and string offsets, strings + 1. 0x00003119:RKEY I2403 0x00003121:offset 0x00000000 + 0x00003125:string 'Catherine /Carey/' + Assembled data for NCC600 + 1. I2403 name Catherine /Carey/ +[0021] Name rkey: NCD253 offs: 0x00002138 lens: 0x0000002f + 0x00003138: Ncount 1 + Keys and string offsets, strings + 1. 0x0000313c:RKEY I194 0x00003144:offset 0x00000000 + 0x00003148:string 'Christian Norah /Dawson-Damer/' + Assembled data for NCD253 + 1. I194 name Christian Norah /Dawson-Damer/ +[0022] Name rkey: NCD340 offs: 0x00002167 lens: 0x00000024 + 0x00003167: Ncount 1 + Keys and string offsets, strings + 1. 0x0000316b:RKEY I2318 0x00003173:offset 0x00000000 + 0x00003177:string 'Catherine /Dudley/' + Assembled data for NCD340 + 1. I2318 name Catherine /Dudley/ +[0023] Name rkey: NCD532 offs: 0x0000218b lens: 0x00000032 + 0x0000318b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000318f:RKEY I2439 0x00003197:offset 0x00000000 + 0x0000319b:string 'Catherine of_Florence /de_Medici/' + Assembled data for NCD532 + 1. I2439 name Catherine of_Florence /de_Medici/ +[0024] Name rkey: NCD600 offs: 0x000021bd lens: 0x00000022 + 0x000031bd: Ncount 1 + Keys and string offsets, strings + 1. 0x000031c1:RKEY I955 0x000031c9:offset 0x00000000 + 0x000031cd:string 'Caroline /Dewar/' + Assembled data for NCD600 + 1. I955 name Caroline /Dewar/ +[0025] Name rkey: NCF326 offs: 0x000021df lens: 0x00000023 + 0x000031df: Ncount 1 + Keys and string offsets, strings + 1. 0x000031e3:RKEY I2305 0x000031eb:offset 0x00000000 + 0x000031ef:string 'Charles /Fitzroy/' + Assembled data for NCF326 + 1. I2305 name Charles /Fitzroy/ +[0026] Name rkey: NCF420 offs: 0x00002202 lens: 0x00000021 + 0x00003202: Ncount 1 + Keys and string offsets, strings + 1. 0x00003206:RKEY I2790 0x0000320e:offset 0x00000000 + 0x00003212:string 'Camilla /Flach/' + Assembled data for NCF420 + 1. I2790 name Camilla /Flach/ +[0027] Name rkey: NCF433 offs: 0x00002223 lens: 0x00000028 + 0x00003223: Ncount 1 + Keys and string offsets, strings + 1. 0x00003227:RKEY I2817 0x0000322f:offset 0x00000000 + 0x00003233:string 'Carl Marten /Fleetwood/' + Assembled data for NCF433 + 1. I2817 name Carl Marten /Fleetwood/ +[0028] Name rkey: NCF440 offs: 0x0000224b lens: 0x00000024 + 0x0000324b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000324f:RKEY I2395 0x00003257:offset 0x00000000 + 0x0000325b:string 'Catherine /Fillol/' + Assembled data for NCF440 + 1. I2395 name Catherine /Fillol/ +[0029] Name rkey: NCF656 offs: 0x0000226f lens: 0x00000047 + 0x0000326f: Ncount 2 + Keys and string offsets, strings + 1. 0x00003273:RKEY I961 0x00003283:offset 0x00000000 + 0x0000328b:string 'Cathrine /Ferner/' + 2. 0x0000327b:RKEY I965 0x00003287:offset 0x00000013 + 0x0000329e:string 'Carl Christian /Ferner/' + Assembled data for NCF656 + 1. I961 name Cathrine /Ferner/ + 2. I965 name Carl Christian /Ferner/ +[0030] Name rkey: NCG452 offs: 0x000022b6 lens: 0x00000024 + 0x000032b6: Ncount 1 + Keys and string offsets, strings + 1. 0x000032ba:RKEY I2824 0x000032c2:offset 0x00000000 + 0x000032c6:string 'Christine /Glahns/' + Assembled data for NCG452 + 1. I2824 name Christine /Glahns/ +[0031] Name rkey: NCG600 offs: 0x000022da lens: 0x00000022 + 0x000032da: Ncount 1 + Keys and string offsets, strings + 1. 0x000032de:RKEY I2106 0x000032e6:offset 0x00000000 + 0x000032ea:string 'Catherine /Grey/' + Assembled data for NCG600 + 1. I2106 name Catherine /Grey/ +[0032] Name rkey: NCG620 offs: 0x000022fc lens: 0x00000028 + 0x000032fc: Ncount 1 + Keys and string offsets, strings + 1. 0x00003300:RKEY I889 0x00003308:offset 0x00000000 + 0x0000330c:string 'Christopher K. /George/' + Assembled data for NCG620 + 1. I889 name Christopher K. /George/ +[0033] Name rkey: NCG635 offs: 0x00002324 lens: 0x00000032 + 0x00003324: Ncount 1 + Keys and string offsets, strings + 1. 0x00003328:RKEY I389 0x00003330:offset 0x00000000 + 0x00003334:string 'Cecilia Catherine /Gordon-Lennox/' + Assembled data for NCG635 + 1. I389 name Cecilia Catherine /Gordon-Lennox/ +[0034] Name rkey: NCH240 offs: 0x00002356 lens: 0x00000023 + 0x00003356: Ncount 1 + Keys and string offsets, strings + 1. 0x0000335a:RKEY I1046 0x00003362:offset 0x00000000 + 0x00003366:string 'Chantal /Hochuli/' + Assembled data for NCH240 + 1. I1046 name Chantal /Hochuli/ +[0035] Name rkey: NCH516 offs: 0x00002379 lens: 0x0000016a + 0x00003379: Ncount 9 + Keys and string offsets, strings + 1. 0x0000337d:RKEY I144 0x000033c5:offset 0x00000000 + 0x000033e9:string 'Charlotte Augusta /Hanover/' + 2. 0x00003385:RKEY I204 0x000033c9:offset 0x0000001c + 0x00003405:string 'Charlotte Augusta Matilda/Hanover/' + 3. 0x0000338d:RKEY I220 0x000033cd:offset 0x0000003f + 0x00003428:string 'Charlotte Augusta Louisa/Hanover/' + 4. 0x00003395:RKEY I259 0x000033d1:offset 0x00000061 + 0x0000344a:string 'Christian /Hanover/' + 5. 0x0000339d:RKEY I326 0x000033d5:offset 0x00000076 + 0x0000345f:string 'Caroline Elizabeth /Hanover/' + 6. 0x000033a5:RKEY I340 0x000033d9:offset 0x00000093 + 0x0000347c:string 'Caroline Matilda /Hanover/' + 7. 0x000033ad:RKEY I1033 0x000033dd:offset 0x000000ae + 0x00003497:string 'Christian /Hanover/' + 8. 0x000033b5:RKEY I1048 0x000033e1:offset 0x000000c3 + 0x000034ac:string 'Christian Heinrich /Hanover/' + 9. 0x000033bd:RKEY I2711 0x000033e5:offset 0x000000e0 + 0x000034c9:string 'Caroline Louise /Hanover/' + Assembled data for NCH516 + 1. I144 name Charlotte Augusta /Hanover/ + 2. I204 name Charlotte Augusta Matilda/Hanover/ + 3. I220 name Charlotte Augusta Louisa/Hanover/ + 4. I259 name Christian /Hanover/ + 5. I326 name Caroline Elizabeth /Hanover/ + 6. I340 name Caroline Matilda /Hanover/ + 7. I1033 name Christian /Hanover/ + 8. I1048 name Christian Heinrich /Hanover/ + 9. I2711 name Caroline Louise /Hanover/ +[0036] Name rkey: NCH524 offs: 0x000024e3 lens: 0x000000ad + 0x000034e3: Ncount 4 + Keys and string offsets, strings + 1. 0x000034e7:RKEY I438 0x00003507:offset 0x00000000 + 0x00003517:string 'Carol_II /Hohenzollern/' + 2. 0x000034ef:RKEY I1102 0x0000350b:offset 0x00000019 + 0x00003530:string 'Charles Anthony /Hohenzollern/' + 3. 0x000034f7:RKEY I1104 0x0000350f:offset 0x00000038 + 0x0000354f:string 'Charles Anthony /Hohenzollern/' + 4. 0x000034ff:RKEY I1107 0x00003513:offset 0x00000057 + 0x0000356e:string 'Carol_I of_Romania /Hohenzollern/' + Assembled data for NCH524 + 1. I438 name Carol_II /Hohenzollern/ + 2. I1102 name Charles Anthony /Hohenzollern/ + 3. I1104 name Charles Anthony /Hohenzollern/ + 4. I1107 name Carol_I of_Romania /Hohenzollern/ +[0037] Name rkey: NCH543 offs: 0x00002590 lens: 0x00000031 + 0x00003590: Ncount 1 + Keys and string offsets, strings + 1. 0x00003594:RKEY I367 0x0000359c:offset 0x00000000 + 0x000035a0:string 'Cynthia Elinor Beatrix/Hamilton/' + Assembled data for NCH543 + 1. I367 name Cynthia Elinor Beatrix/Hamilton/ +[0038] Name rkey: NCH620 offs: 0x000025c1 lens: 0x00000020 + 0x000035c1: Ncount 1 + Keys and string offsets, strings + 1. 0x000035c5:RKEY I546 0x000035cd:offset 0x00000000 + 0x000035d1:string 'Clyde /Harris/' + Assembled data for NCH620 + 1. I546 name Clyde /Harris/ +[0039] Name rkey: NCH630 offs: 0x000025e1 lens: 0x00000064 + 0x000035e1: Ncount 3 + Keys and string offsets, strings + 1. 0x000035e5:RKEY I856 0x000035fd:offset 0x00000000 + 0x00003609:string 'Catherine /Howard/' + 2. 0x000035ed:RKEY I2361 0x00003601:offset 0x00000014 + 0x0000361d:string 'Catherine /Howard/' + 3. 0x000035f5:RKEY I2378 0x00003605:offset 0x00000028 + 0x00003631:string 'Catherine /Howard/' + Assembled data for NCH630 + 1. I856 name Catherine /Howard/ + 2. I2361 name Catherine /Howard/ + 3. I2378 name Catherine /Howard/ +[0040] Name rkey: NCH643 offs: 0x00002645 lens: 0x0000002d + 0x00003645: Ncount 1 + Keys and string offsets, strings + 1. 0x00003649:RKEY I2705 0x00003651:offset 0x00000000 + 0x00003655:string 'Charles Augustus /Haraldsen/' + Assembled data for NCH643 + 1. I2705 name Charles Augustus /Haraldsen/ +[0041] Name rkey: NCK513 offs: 0x00002672 lens: 0x00000025 + 0x00003672: Ncount 1 + Keys and string offsets, strings + 1. 0x00003676:RKEY I2374 0x0000367e:offset 0x00000000 + 0x00003682:string 'Catherine /Knyvett/' + Assembled data for NCK513 + 1. I2374 name Catherine /Knyvett/ +[0042] Name rkey: NCK542 offs: 0x00002697 lens: 0x00000025 + 0x00003697: Ncount 1 + Keys and string offsets, strings + 1. 0x0000369b:RKEY I2409 0x000036a3:offset 0x00000000 + 0x000036a7:string 'Catherine /Knollys/' + Assembled data for NCK542 + 1. I2409 name Catherine /Knollys/ +[0043] Name rkey: NCL000 offs: 0x000026bc lens: 0x00000021 + 0x000036bc: Ncount 1 + Keys and string offsets, strings + 1. 0x000036c0:RKEY I2402 0x000036c8:offset 0x00000000 + 0x000036cc:string 'Catherine /Lee/' + Assembled data for NCL000 + 1. I2402 name Catherine /Lee/ +[0044] Name rkey: NCL516 offs: 0x000026dd lens: 0x00000028 + 0x000036dd: Ncount 1 + Keys and string offsets, strings + 1. 0x000036e1:RKEY I1055 0x000036e9:offset 0x00000000 + 0x000036ed:string 'Constantine /Lambrino/' + Assembled data for NCL516 + 1. I1055 name Constantine /Lambrino/ +[0045] Name rkey: NCL532 offs: 0x00002705 lens: 0x00000027 + 0x00003705: Ncount 1 + Keys and string offsets, strings + 1. 0x00003709:RKEY I769 0x00003711:offset 0x00000000 + 0x00003715:string 'Charlotte /Landgrave/' + Assembled data for NCL532 + 1. I769 name Charlotte /Landgrave/ +[0046] Name rkey: NCM520 offs: 0x0000272c lens: 0x0000002b + 0x0000372c: Ncount 1 + Keys and string offsets, strings + 1. 0x00003730:RKEY I2778 0x00003738:offset 0x00000000 + 0x0000373c:string 'Charles of_Fulkila /Munck/' + Assembled data for NCM520 + 1. I2778 name Charles of_Fulkila /Munck/ +[0047] Name rkey: NCM531 offs: 0x00002757 lens: 0x00000030 + 0x00003757: Ncount 1 + Keys and string offsets, strings + 1. 0x0000375b:RKEY I463 0x00003763:offset 0x00000000 + 0x00003767:string 'Cecilie of_Greece /Mountbatten/' + Assembled data for NCM531 + 1. I463 name Cecilie of_Greece /Mountbatten/ +[0048] Name rkey: NCM532 offs: 0x00002787 lens: 0x00000037 + 0x00003787: Ncount 1 + Keys and string offsets, strings + 1. 0x0000378b:RKEY I2942 0x00003793:offset 0x00000000 + 0x00003797:string 'Charles of_Buccleuch /Montagu-Douglas/' + Assembled data for NCM532 + 1. I2942 name Charles of_Buccleuch /Montagu-Douglas/ +[0049] Name rkey: NCM625 offs: 0x000027be lens: 0x00000023 + 0x000037be: Ncount 1 + Keys and string offsets, strings + 1. 0x000037c2:RKEY I2940 0x000037ca:offset 0x00000000 + 0x000037ce:string 'Charles /Marsham/' + Assembled data for NCM625 + 1. I2940 name Charles /Marsham/ +[0050] Name rkey: NCM634 offs: 0x000027e1 lens: 0x00000022 + 0x000037e1: Ncount 1 + Keys and string offsets, strings + 1. 0x000037e5:RKEY I2613 0x000037ed:offset 0x00000000 + 0x000037f1:string 'Charles /Martel/' + Assembled data for NCM634 + 1. I2613 name Charles /Martel/ +[0051] Name rkey: NCN140 offs: 0x00002803 lens: 0x00000021 + 0x00003803: Ncount 1 + Keys and string offsets, strings + 1. 0x00003807:RKEY I989 0x0000380f:offset 0x00000000 + 0x00003813:string 'Cicely /Nevill/' + Assembled data for NCN140 + 1. I989 name Cicely /Nevill/ +[0052] Name rkey: NCN463 offs: 0x00002824 lens: 0x00000024 + 0x00003824: Ncount 1 + Keys and string offsets, strings + 1. 0x00003828:RKEY I2810 0x00003830:offset 0x00000000 + 0x00003834:string 'Charlotte /Nilert/' + Assembled data for NCN463 + 1. I2810 name Charlotte /Nilert/ +[0053] Name rkey: NCN622 offs: 0x00002848 lens: 0x00000023 + 0x00003848: Ncount 1 + Keys and string offsets, strings + 1. 0x0000384c:RKEY I1326 0x00003854:offset 0x00000000 + 0x00003858:string 'Cyril /Naryshkin/' + Assembled data for NCN622 + 1. I1326 name Cyril /Naryshkin/ +[0054] Name rkey: NCO435 offs: 0x0000286b lens: 0x00000078 + 0x0000386b: Ncount 3 + Keys and string offsets, strings + 1. 0x0000386f:RKEY I405 0x00003887:offset 0x00000000 + 0x00003893:string 'Constantine_I /Oldenburg/' + 2. 0x00003877:RKEY I465 0x0000388b:offset 0x0000001b + 0x000038ae:string 'Christopher /Oldenburg/' + 3. 0x0000387f:RKEY I471 0x0000388f:offset 0x00000034 + 0x000038c7:string 'Constantine_II /Oldenburg/' + Assembled data for NCO435 + 1. I405 name Constantine_I /Oldenburg/ + 2. I465 name Christopher /Oldenburg/ + 3. I471 name Constantine_II /Oldenburg/ +[0055] Name rkey: NCP230 offs: 0x000028e3 lens: 0x00000022 + 0x000038e3: Ncount 1 + Keys and string offsets, strings + 1. 0x000038e7:RKEY I791 0x000038ef:offset 0x00000000 + 0x000038f3:string 'Caroline /Paget/' + Assembled data for NCP230 + 1. I791 name Caroline /Paget/ +[0056] Name rkey: NCP600 offs: 0x00002905 lens: 0x00000022 + 0x00003905: Ncount 1 + Keys and string offsets, strings + 1. 0x00003909:RKEY I859 0x00003911:offset 0x00000000 + 0x00003915:string 'Catherine /Parr/' + Assembled data for NCP600 + 1. I859 name Catherine /Parr/ +[0057] Name rkey: NCR300 offs: 0x00002927 lens: 0x0000002a + 0x00003927: Ncount 1 + Keys and string offsets, strings + 1. 0x0000392b:RKEY I1328 0x00003933:offset 0x00000000 + 0x00003937:string 'Catherine Swynford /Roet/' + Assembled data for NCR300 + 1. I1328 name Catherine Swynford /Roet/ +[0058] Name rkey: NCR352 offs: 0x00002951 lens: 0x00000024 + 0x00003951: Ncount 1 + Keys and string offsets, strings + 1. 0x00003955:RKEY I2796 0x0000395d:offset 0x00000000 + 0x00003961:string 'Charlotte /Ryding/' + Assembled data for NCR352 + 1. I2796 name Charlotte /Ryding/ +[0059] Name rkey: NCR551 offs: 0x00002975 lens: 0x00000096 + 0x00003975: Ncount 4 + Keys and string offsets, strings + 1. 0x00003979:RKEY I158 0x00003999:offset 0x00000000 + 0x000039a9:string 'Cyril Vladimirovitch /Romanov/' + 2. 0x00003981:RKEY I1572 0x0000399d:offset 0x0000001f + 0x000039c8:string 'Catherine /Romanov/' + 3. 0x00003989:RKEY I2671 0x000039a1:offset 0x00000034 + 0x000039dd:string 'Constantine /Romanov/' + 4. 0x00003991:RKEY I2685 0x000039a5:offset 0x0000004b + 0x000039f4:string 'Constantine /Romanov/' + Assembled data for NCR551 + 1. I158 name Cyril Vladimirovitch /Romanov/ + 2. I1572 name Catherine /Romanov/ + 3. I2671 name Constantine /Romanov/ + 4. I2685 name Constantine /Romanov/ +[0060] Name rkey: NCS152 offs: 0x00002a0b lens: 0x00000048 + 0x00003a0b: Ncount 2 + Keys and string offsets, strings + 1. 0x00003a0f:RKEY I242 0x00003a1f:offset 0x00000000 + 0x00003a27:string 'Charles /Spencer/' + 2. 0x00003a17:RKEY I396 0x00003a23:offset 0x00000013 + 0x00003a3a:string 'Charles Robert /Spencer/' + Assembled data for NCS152 + 1. I242 name Charles /Spencer/ + 2. I396 name Charles Robert /Spencer/ +[0061] Name rkey: NCS363 offs: 0x00002a53 lens: 0x00000143 + 0x00003a53: Ncount 9 + Keys and string offsets, strings + 1. 0x00003a57:RKEY I716 0x00003a9f:offset 0x00000000 + 0x00003ac3:string 'Catherine Laura /Stuart/' + 2. 0x00003a5f:RKEY I717 0x00003aa3:offset 0x00000019 + 0x00003adc:string 'Charles of_Cambridge /Stuart/' + 3. 0x00003a67:RKEY I718 0x00003aa7:offset 0x00000037 + 0x00003afa:string 'Charlotte Maria /Stuart/' + 4. 0x00003a6f:RKEY I722 0x00003aab:offset 0x00000050 + 0x00003b13:string 'Charles Edward Louis/Stuart/' + 5. 0x00003a77:RKEY I730 0x00003aaf:offset 0x0000006d + 0x00003b30:string 'Charles_I /Stuart/' + 6. 0x00003a7f:RKEY I742 0x00003ab3:offset 0x00000081 + 0x00003b44:string 'Charles James /Stuart/' + 7. 0x00003a87:RKEY I743 0x00003ab7:offset 0x00000098 + 0x00003b5b:string 'Charles_II /Stuart/' + 8. 0x00003a8f:RKEY I747 0x00003abb:offset 0x000000ad + 0x00003b70:string 'Catherine /Stuart/' + 9. 0x00003a97:RKEY I1433 0x00003abf:offset 0x000000c1 + 0x00003b84:string 'Charles /Stuart/' + Assembled data for NCS363 + 1. I716 name Catherine Laura /Stuart/ + 2. I717 name Charles of_Cambridge /Stuart/ + 3. I718 name Charlotte Maria /Stuart/ + 4. I722 name Charles Edward Louis/Stuart/ + 5. I730 name Charles_I /Stuart/ + 6. I742 name Charles James /Stuart/ + 7. I743 name Charles_II /Stuart/ + 8. I747 name Catherine /Stuart/ + 9. I1433 name Charles /Stuart/ +[0062] Name rkey: NCS364 offs: 0x00002b96 lens: 0x00000025 + 0x00003b96: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b9a:RKEY I2752 0x00003ba2:offset 0x00000000 + 0x00003ba6:string 'Christina /Straehl/' + Assembled data for NCS364 + 1. I2752 name Christina /Straehl/ +[0063] Name rkey: NCS524 offs: 0x00002bbb lens: 0x00000026 + 0x00003bbb: Ncount 1 + Keys and string offsets, strings + 1. 0x00003bbf:RKEY I1483 0x00003bc7:offset 0x00000000 + 0x00003bcb:string 'Catherine /Sinclair/' + Assembled data for NCS524 + 1. I1483 name Catherine /Sinclair/ +[0064] Name rkey: NCS560 offs: 0x00002be1 lens: 0x00000025 + 0x00003be1: Ncount 1 + Keys and string offsets, strings + 1. 0x00003be5:RKEY I1732 0x00003bed:offset 0x00000000 + 0x00003bf1:string 'Charlotte /Seymour/' + Assembled data for NCS560 + 1. I1732 name Charlotte /Seymour/ +[0065] Name rkey: NCT355 offs: 0x00002c06 lens: 0x00000027 + 0x00003c06: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c0a:RKEY I2647 0x00003c12:offset 0x00000000 + 0x00003c16:string 'Charlotte /Tiedemann/' + Assembled data for NCT355 + 1. I2647 name Charlotte /Tiedemann/ +[0066] Name rkey: NCU452 offs: 0x00002c2d lens: 0x0000002d + 0x00003c2d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c31:RKEY I2833 0x00003c39:offset 0x00000000 + 0x00003c3d:string 'Charles de_Schooten /Ullens/' + Assembled data for NCU452 + 1. I2833 name Charles de_Schooten /Ullens/ +[0067] Name rkey: NCV425 offs: 0x00002c5a lens: 0x00000029 + 0x00003c5a: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c5e:RKEY I2924 0x00003c66:offset 0x00000000 + 0x00003c6a:string 'Constantine /Volkonski/' + Assembled data for NCV425 + 1. I2924 name Constantine /Volkonski/ +[0068] Name rkey: NCV552 offs: 0x00002c83 lens: 0x00000046 + 0x00003c83: Ncount 2 + Keys and string offsets, strings + 1. 0x00003c87:RKEY I1207 0x00003c97:offset 0x00000000 + 0x00003c9f:string 'Claus /von_Amsberg/' + 2. 0x00003c8f:RKEY I1211 0x00003c9b:offset 0x00000015 + 0x00003cb4:string 'Claus /von_Amsberg/' + Assembled data for NCV552 + 1. I1207 name Claus /von_Amsberg/ + 2. I1211 name Claus /von_Amsberg/ +[0069] Name rkey: NCV561 offs: 0x00002cc9 lens: 0x00000027 + 0x00003cc9: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ccd:RKEY I2786 0x00003cd5:offset 0x00000000 + 0x00003cd9:string 'Catherine /von_Arbin/' + Assembled data for NCV561 + 1. I2786 name Catherine /von_Arbin/ +[0070] Name rkey: NCW314 offs: 0x00002cf0 lens: 0x00000027 + 0x00003cf0: Ncount 1 + Keys and string offsets, strings + 1. 0x00003cf4:RKEY I1446 0x00003cfc:offset 0x00000000 + 0x00003d00:string 'Catherine /Woodville/' + Assembled data for NCW314 + 1. I1446 name Catherine /Woodville/ +[0071] Name rkey: NCW342 offs: 0x00002d17 lens: 0x00000056 + 0x00003d17: Ncount 2 + Keys and string offsets, strings + 1. 0x00003d1b:RKEY I1074 0x00003d2b:offset 0x00000000 + 0x00003d33:string 'Charlotte of_Bavaria /Wittelsbach/' + 2. 0x00003d23:RKEY I1141 0x00003d2f:offset 0x00000023 + 0x00003d56:string 'Charles /Wittelsbach/' + Assembled data for NCW342 + 1. I1074 name Charlotte of_Bavaria /Wittelsbach/ + 2. I1141 name Charles /Wittelsbach/ +[0072] Name rkey: NCW416 offs: 0x00002d6d lens: 0x00000028 + 0x00003d6d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d71:RKEY I2741 0x00003d79:offset 0x00000000 + 0x00003d7d:string 'Christine /Wellhoefer/' + Assembled data for NCW416 + 1. I2741 name Christine /Wellhoefer/ +[0073] Name rkey: NCW532 offs: 0x00002d95 lens: 0x0000002f + 0x00003d95: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d99:RKEY I58 0x00003da1:offset 0x00000000 + 0x00003da5:string 'Charles Philip Arthur/Windsor/' + Assembled data for NCW532 + 1. I58 name Charles Philip Arthur/Windsor/ +[0074] Name rkey: NCW535 offs: 0x00002dc4 lens: 0x00000027 + 0x00003dc4: Ncount 1 + Keys and string offsets, strings + 1. 0x00003dc8:RKEY I784 0x00003dd0:offset 0x00000000 + 0x00003dd4:string 'Cecilia Anne /Windham/' + Assembled data for NCW535 + 1. I784 name Cecilia Anne /Windham/ +[0075] Name rkey: NCW635 offs: 0x00002deb lens: 0x000000a6 + 0x00003deb: Ncount 4 + Keys and string offsets, strings + 1. 0x00003def:RKEY I1071 0x00003e0f:offset 0x00000000 + 0x00003e1f:string 'Catherine /Wurttemberg/' + 2. 0x00003df7:RKEY I1079 0x00003e13:offset 0x00000019 + 0x00003e38:string 'Catherine /Wurttemberg/' + 3. 0x00003dff:RKEY I1080 0x00003e17:offset 0x00000032 + 0x00003e51:string 'Charles_I of_Wurttemberg /Wurttemberg/' + 4. 0x00003e07:RKEY I1085 0x00003e1b:offset 0x00000059 + 0x00003e78:string 'Charlotte /Wurttemberg/' + Assembled data for NCW635 + 1. I1071 name Catherine /Wurttemberg/ + 2. I1079 name Catherine /Wurttemberg/ + 3. I1080 name Charles_I of_Wurttemberg /Wurttemberg/ + 4. I1085 name Charlotte /Wurttemberg/ +[0076] Name rkey: NCY612 offs: 0x00002e91 lens: 0x00000028 + 0x00003e91: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e95:RKEY I1569 0x00003e9d:offset 0x00000000 + 0x00003ea1:string 'Catherine /Yourievska/' + Assembled data for NCY612 + 1. I1569 name Catherine /Yourievska/ +[0077] Name rkey: NCZ999 offs: 0x00002eb9 lens: 0x00001a46 + 0x00003eb9: Ncount 221 + Keys and string offsets, strings + 1. 0x00003ebd:RKEY I43 0x000045a5:offset 0x00000000 + 0x00004919:string 'Charlotte of_Prussia //' + 2. 0x00003ec5:RKEY I71 0x000045a9:offset 0x00000018 + 0x00004931:string 'Charles Haakon_VII //' + 3. 0x00003ecd:RKEY I77 0x000045ad:offset 0x0000002e + 0x00004947:string 'Charlotte of_Saxe- Meiningen//' + 4. 0x00003ed5:RKEY I82 0x000045b1:offset 0x0000004d + 0x00004966:string 'Child_#3 //' + 5. 0x00003edd:RKEY I129 0x000045b5:offset 0x0000005a + 0x00004973:string 'Charles Edward //' + 6. 0x00003ee5:RKEY I143 0x000045b9:offset 0x0000006c + 0x00004985:string 'Caroline Amelia of_Brunswick//' + 7. 0x00003eed:RKEY I225 0x000045bd:offset 0x0000008b + 0x000049a4:string 'Christian_IX //' + 8. 0x00003ef5:RKEY I230 0x000045c1:offset 0x0000009c + 0x000049b5:string 'Child_6 //' + 9. 0x00003efd:RKEY I231 0x000045c5:offset 0x000000a8 + 0x000049c1:string 'Child_5 //' + 10. 0x00003f05:RKEY I236 0x000045c9:offset 0x000000b4 + 0x000049cd:string 'Child_2 //' + 11. 0x00003f0d:RKEY I237 0x000045cd:offset 0x000000c0 + 0x000049d9:string 'Child_3 //' + 12. 0x00003f15:RKEY I302 0x000045d1:offset 0x000000cc + 0x000049e5:string 'Caroline of_Nassau- Usingen//' + 13. 0x00003f1d:RKEY I304 0x000045d5:offset 0x000000ea + 0x00004a03:string 'Claudine //' + 14. 0x00003f25:RKEY I305 0x000045d9:offset 0x000000f7 + 0x00004a10:string 'Claudine //' + 15. 0x00003f2d:RKEY I310 0x000045dd:offset 0x00000104 + 0x00004a1d:string 'Christian Victor //' + 16. 0x00003f35:RKEY I322 0x000045e1:offset 0x00000118 + 0x00004a31:string 'Caroline of_Ansbach //' + 17. 0x00003f3d:RKEY I353 0x000045e5:offset 0x0000012f + 0x00004a48:string 'Constantine Nikolaievitch of_Russia//' + 18. 0x00003f45:RKEY I357 0x000045e9:offset 0x00000155 + 0x00004a6e:string 'Charles of_Hesse //' + 19. 0x00003f4d:RKEY I414 0x000045ed:offset 0x00000169 + 0x00004a82:string 'Charles //' + 20. 0x00003f55:RKEY I415 0x000045f1:offset 0x00000175 + 0x00004a8e:string 'Charles //' + 21. 0x00003f5d:RKEY I417 0x000045f5:offset 0x00000181 + 0x00004a9a:string 'Charlemagne //' + 22. 0x00003f65:RKEY I443 0x000045f9:offset 0x00000191 + 0x00004aaa:string 'Christine //' + 23. 0x00003f6d:RKEY I449 0x000045fd:offset 0x0000019f + 0x00004ab8:string 'Carl Johan Arthur//' + 24. 0x00003f75:RKEY I481 0x00004601:offset 0x000001b3 + 0x00004acc:string 'Christopher of_Hesse //' + 25. 0x00003f7d:RKEY I517 0x00004605:offset 0x000001cb + 0x00004ae4:string 'Caroline of_Zweibrucken //' + 26. 0x00003f85:RKEY I518 0x00004609:offset 0x000001e6 + 0x00004aff:string 'Cecilie of_Mecklenburg- Schwerin//' + 27. 0x00003f8d:RKEY I524 0x0000460d:offset 0x00000209 + 0x00004b22:string 'Cecilie //' + 28. 0x00003f95:RKEY I557 0x00004611:offset 0x00000215 + 0x00004b2e:string 'Christine //' + 29. 0x00003f9d:RKEY I562 0x00004615:offset 0x00000223 + 0x00004b3c:string 'Charles //' + 30. 0x00003fa5:RKEY I564 0x00004619:offset 0x0000022f + 0x00004b48:string 'Charles of_Mecklenburg- Strelitz//' + 31. 0x00003fad:RKEY I574 0x0000461d:offset 0x00000252 + 0x00004b6b:string 'Charles Christian of_Nassau-Weilb//' + 32. 0x00003fb5:RKEY I575 0x00004621:offset 0x00000276 + 0x00004b8f:string 'Caroline //' + 33. 0x00003fbd:RKEY I584 0x00004625:offset 0x00000283 + 0x00004b9c:string 'Charlotte of_Luxembourg //' + 34. 0x00003fc5:RKEY I597 0x00004629:offset 0x0000029e + 0x00004bb7:string 'Charles of_Sweden //' + 35. 0x00003fcd:RKEY I603 0x0000462d:offset 0x000002b3 + 0x00004bcc:string 'Carl_XVI Gustav //' + 36. 0x00003fd5:RKEY I606 0x00004631:offset 0x000002c6 + 0x00004bdf:string 'Christian_X //' + 37. 0x00003fdd:RKEY I619 0x00004635:offset 0x000002d6 + 0x00004bef:string 'Charlotte Amalia //' + 38. 0x00003fe5:RKEY I626 0x00004639:offset 0x000002ea + 0x00004c03:string 'Caroline of_Baden //' + 39. 0x00003fed:RKEY I634 0x0000463d:offset 0x000002ff + 0x00004c18:string 'Charlotte //' + 40. 0x00003ff5:RKEY I673 0x00004641:offset 0x0000030d + 0x00004c26:string 'Cyula Apponyi_de Nagy-Appony//' + 41. 0x00003ffd:RKEY I708 0x00004645:offset 0x0000032c + 0x00004c45:string 'Charles of_Cambridge //' + 42. 0x00004005:RKEY I711 0x00004649:offset 0x00000344 + 0x00004c5d:string 'Charles //' + 43. 0x0000400d:RKEY I714 0x0000464d:offset 0x00000350 + 0x00004c69:string 'Catherine //' + 44. 0x00004015:RKEY I752 0x00004651:offset 0x0000035e + 0x00004c77:string 'Catherine of_Braganza //' + 45. 0x0000401d:RKEY I764 0x00004655:offset 0x00000377 + 0x00004c90:string 'Christian_VII //' + 46. 0x00004025:RKEY I765 0x00004659:offset 0x00000389 + 0x00004ca2:string 'Charles Louis //' + 47. 0x0000402d:RKEY I792 0x0000465d:offset 0x0000039a + 0x00004cb3:string 'Charles Lennox of_Richmond//' + 48. 0x00004035:RKEY I833 0x00004661:offset 0x000003b7 + 0x00004cd0:string 'Catherine of_Aragon //' + 49. 0x0000403d:RKEY I871 0x00004665:offset 0x000003ce + 0x00004ce7:string 'Charles_V //' + 50. 0x00004045:RKEY I887 0x00004669:offset 0x000003dc + 0x00004cf5:string 'Christina of_Hesse //' + 51. 0x0000404d:RKEY I897 0x0000466d:offset 0x000003f2 + 0x00004d0b:string 'Charles_X //' + 52. 0x00004055:RKEY I925 0x00004671:offset 0x00000400 + 0x00004d19:string 'Christian Sigismund of_Prussia//' + 53. 0x0000405d:RKEY I930 0x00004675:offset 0x00000421 + 0x00004d3a:string 'Corneilie-Cecile //' + 54. 0x00004065:RKEY I953 0x00004679:offset 0x00000436 + 0x00004d4f:string 'Charles of_Southesk //' + 55. 0x0000406d:RKEY I1000 0x0000467d:offset 0x0000044d + 0x00004d66:string 'Cicely //' + 56. 0x00004075:RKEY I1006 0x00004681:offset 0x00000458 + 0x00004d71:string 'Catherine //' + 57. 0x0000407d:RKEY I1022 0x00004685:offset 0x00000466 + 0x00004d7f:string 'Charles the_Bold //' + 58. 0x00004085:RKEY I1027 0x00004689:offset 0x0000047a + 0x00004d93:string 'Charles_XV //' + 59. 0x0000408d:RKEY I1075 0x0000468d:offset 0x00000489 + 0x00004da2:string 'Catherine of_Russia //' + 60. 0x00004095:RKEY I1084 0x00004691:offset 0x000004a0 + 0x00004db9:string 'Charlotte of_Saxe- Hildburghausen//' + 61. 0x0000409d:RKEY I1095 0x00004695:offset 0x000004c4 + 0x00004ddd:string 'Charlotte of_Schaumburg- Lippe//' + 62. 0x000040a5:RKEY I1120 0x00004699:offset 0x000004e5 + 0x00004dfe:string 'Charles of_Belgium //' + 63. 0x000040ad:RKEY I1163 0x0000469d:offset 0x000004fb + 0x00004e14:string 'Charlotte Albertine //' + 64. 0x000040b5:RKEY I1210 0x000046a1:offset 0x00000512 + 0x00004e2b:string 'Constantine //' + 65. 0x000040bd:RKEY I1220 0x000046a5:offset 0x00000522 + 0x00004e3b:string 'Catherine of_Valois //' + 66. 0x000040c5:RKEY I1260 0x000046a9:offset 0x00000539 + 0x00004e52:string 'Charles of_Orleans //' + 67. 0x000040cd:RKEY I1299 0x000046ad:offset 0x0000054f + 0x00004e68:string 'Catherine_II the_Great //' + 68. 0x000040d5:RKEY I1302 0x000046b1:offset 0x00000569 + 0x00004e82:string 'Catherine_I //' + 69. 0x000040dd:RKEY I1363 0x000046b5:offset 0x00000579 + 0x00004e92:string 'Charles of_Brunswick- Wolfenbuttel//' + 70. 0x000040e5:RKEY I1385 0x000046b9:offset 0x0000059e + 0x00004eb7:string 'Cecilia of_Holy_Trinity //' + 71. 0x000040ed:RKEY I1390 0x000046bd:offset 0x000005b9 + 0x00004ed2:string 'Constance //' + 72. 0x000040f5:RKEY I1416 0x000046c1:offset 0x000005c7 + 0x00004ee0:string 'Constanza (Constance) //' + 73. 0x000040fd:RKEY I1419 0x000046c5:offset 0x000005e0 + 0x00004ef9:string 'Charles Frederick of_Holstein-//' + 74. 0x00004105:RKEY I1506 0x000046c9:offset 0x00000601 + 0x00004f1a:string 'Constance of_Brittany //' + 75. 0x0000410d:RKEY I1524 0x000046cd:offset 0x0000061a + 0x00004f33:string 'Constance of_Toulouse //' + 76. 0x00004115:RKEY I1548 0x000046d1:offset 0x00000633 + 0x00004f4c:string 'Canute_II the_Great //' + 77. 0x0000411d:RKEY I1615 0x000046d5:offset 0x0000064a + 0x00004f63:string 'Charles_XIV John //' + 78. 0x00004125:RKEY I1620 0x000046d9:offset 0x0000065e + 0x00004f77:string 'Christian_VI //' + 79. 0x0000412d:RKEY I1625 0x000046dd:offset 0x0000066f + 0x00004f88:string 'Christian_V //' + 80. 0x00004135:RKEY I1626 0x000046e1:offset 0x0000067f + 0x00004f98:string 'Charlotte Amelia //' + 81. 0x0000413d:RKEY I1627 0x000046e5:offset 0x00000693 + 0x00004fac:string 'Christian_IV //' + 82. 0x00004145:RKEY I1629 0x000046e9:offset 0x000006a4 + 0x00004fbd:string 'Christine of_Schleswig- Holstein//' + 83. 0x0000414d:RKEY I1632 0x000046ed:offset 0x000006c7 + 0x00004fe0:string 'Christian_III //' + 84. 0x00004155:RKEY I1637 0x000046f1:offset 0x000006d9 + 0x00004ff2:string 'Christian //' + 85. 0x0000415d:RKEY I1639 0x000046f5:offset 0x000006e7 + 0x00005000:string 'Caroline //' + 86. 0x00004165:RKEY I1641 0x000046f9:offset 0x000006f4 + 0x0000500d:string 'Charles of_Hesse-Cassel //' + 87. 0x0000416d:RKEY I1642 0x000046fd:offset 0x0000070f + 0x00005028:string 'Christian //' + 88. 0x00004175:RKEY I1645 0x00004701:offset 0x0000071d + 0x00005036:string 'Christian_VIII //' + 89. 0x0000417d:RKEY I1647 0x00004705:offset 0x00000730 + 0x00005049:string 'Charlotte //' + 90. 0x00004185:RKEY I1648 0x00004709:offset 0x0000073e + 0x00005057:string 'Caroline //' + 91. 0x0000418d:RKEY I1651 0x0000470d:offset 0x0000074b + 0x00005064:string 'Caroline //' + 92. 0x00004195:RKEY I1656 0x00004711:offset 0x00000758 + 0x00005071:string 'Caroline //' + 93. 0x0000419d:RKEY I1658 0x00004715:offset 0x00000765 + 0x0000507e:string 'Christian //' + 94. 0x000041a5:RKEY I1661 0x00004719:offset 0x00000773 + 0x0000508c:string 'Charles //' + 95. 0x000041ad:RKEY I1670 0x0000471d:offset 0x0000077f + 0x00005098:string 'Caroline Mathilde //' + 96. 0x000041b5:RKEY I1676 0x00004721:offset 0x00000794 + 0x000050ad:string 'Christian //' + 97. 0x000041bd:RKEY I1681 0x00004725:offset 0x000007a2 + 0x000050bb:string 'Charlotte //' + 98. 0x000041c5:RKEY I1686 0x00004729:offset 0x000007b0 + 0x000050c9:string 'Carlos Hugo //' + 99. 0x000041cd:RKEY I1693 0x0000472d:offset 0x000007bf + 0x000050d8:string 'Charles Alexander of_Saxe-Weimar//' + 100. 0x000041d5:RKEY I1716 0x00004731:offset 0x000007e2 + 0x000050fb:string 'Charles Lennox of_Richmond//' + 101. 0x000041dd:RKEY I1719 0x00004735:offset 0x000007ff + 0x00005118:string 'Charles Lennox of_Richmond//' + 102. 0x000041e5:RKEY I1720 0x00004739:offset 0x0000081c + 0x00005135:string 'Charles Lennox of_Richmond//' + 103. 0x000041ed:RKEY I1724 0x0000473d:offset 0x00000839 + 0x00005152:string 'Caroline of_Lothian //' + 104. 0x000041f5:RKEY I1727 0x00004741:offset 0x00000850 + 0x00005169:string 'Charlot //' + 105. 0x000041fd:RKEY I1743 0x00004745:offset 0x0000085c + 0x00005175:string 'Charles_IV the_Fair //' + 106. 0x00004205:RKEY I1766 0x00004749:offset 0x00000873 + 0x0000518c:string 'Christina //' + 107. 0x0000420d:RKEY I1811 0x0000474d:offset 0x00000881 + 0x0000519a:string 'Charles the_Simple //' + 108. 0x00004215:RKEY I1815 0x00004751:offset 0x00000897 + 0x000051b0:string 'Claude //' + 109. 0x0000421d:RKEY I1827 0x00004755:offset 0x000008a2 + 0x000051bb:string 'Christian_I //' + 110. 0x00004225:RKEY I1874 0x00004759:offset 0x000008b2 + 0x000051cb:string 'Conan of_Brittany //' + 111. 0x0000422d:RKEY I1932 0x0000475d:offset 0x000008c7 + 0x000051e0:string 'Cynfyn of_Powys //' + 112. 0x00004235:RKEY I1937 0x00004761:offset 0x000008da + 0x000051f3:string 'Cadell //' + 113. 0x0000423d:RKEY I1946 0x00004765:offset 0x000008e5 + 0x000051fe:string 'Cadwallon //' + 114. 0x00004245:RKEY I1947 0x00004769:offset 0x000008f3 + 0x0000520c:string 'Cynan //' + 115. 0x0000424d:RKEY I1950 0x0000476d:offset 0x000008fd + 0x00005216:string 'Cynan //' + 116. 0x00004255:RKEY I1991 0x00004771:offset 0x00000907 + 0x00005220:string 'Cerdic //' + 117. 0x0000425d:RKEY I1992 0x00004775:offset 0x00000912 + 0x0000522b:string 'Cynric //' + 118. 0x00004265:RKEY I1993 0x00004779:offset 0x0000091d + 0x00005236:string 'Ceawlin //' + 119. 0x0000426d:RKEY I1994 0x0000477d:offset 0x00000929 + 0x00005242:string 'Cutha //' + 120. 0x00004275:RKEY I2022 0x00004781:offset 0x00000933 + 0x0000524c:string 'Ceolric //' + 121. 0x0000427d:RKEY I2023 0x00004785:offset 0x0000093f + 0x00005258:string 'Ceolwulf //' + 122. 0x00004285:RKEY I2024 0x00004789:offset 0x0000094c + 0x00005265:string 'Cynegils //' + 123. 0x0000428d:RKEY I2026 0x0000478d:offset 0x00000959 + 0x00005272:string 'Cenfus //' + 124. 0x00004295:RKEY I2027 0x00004791:offset 0x00000964 + 0x0000527d:string 'Cenferth //' + 125. 0x0000429d:RKEY I2028 0x00004795:offset 0x00000971 + 0x0000528a:string 'Cuthgils //' + 126. 0x000042a5:RKEY I2029 0x00004799:offset 0x0000097e + 0x00005297:string 'Cwichelm //' + 127. 0x000042ad:RKEY I2030 0x0000479d:offset 0x0000098b + 0x000052a4:string 'Cenwealh //' + 128. 0x000042b5:RKEY I2031 0x000047a1:offset 0x00000998 + 0x000052b1:string 'Centwine //' + 129. 0x000042bd:RKEY I2032 0x000047a5:offset 0x000009a5 + 0x000052be:string 'Cyneburh //' + 130. 0x000042c5:RKEY I2033 0x000047a9:offset 0x000009b2 + 0x000052cb:string 'Cuthred //' + 131. 0x000042cd:RKEY I2037 0x000047ad:offset 0x000009be + 0x000052d7:string 'Cuthwine //' + 132. 0x000042d5:RKEY I2038 0x000047b1:offset 0x000009cb + 0x000052e4:string 'Chad //' + 133. 0x000042dd:RKEY I2039 0x000047b5:offset 0x000009d4 + 0x000052ed:string 'Cynebald //' + 134. 0x000042e5:RKEY I2040 0x000047b9:offset 0x000009e1 + 0x000052fa:string 'Cuthwulf (Cutha) //' + 135. 0x000042ed:RKEY I2041 0x000047bd:offset 0x000009f5 + 0x0000530e:string 'Cenbert //' + 136. 0x000042f5:RKEY I2042 0x000047c1:offset 0x00000a01 + 0x0000531a:string 'Cedwalla //' + 137. 0x000042fd:RKEY I2047 0x000047c5:offset 0x00000a0e + 0x00005327:string 'Cenred //' + 138. 0x00004305:RKEY I2048 0x000047c9:offset 0x00000a19 + 0x00005332:string 'Ceolwald //' + 139. 0x0000430d:RKEY I2051 0x000047cd:offset 0x00000a26 + 0x0000533f:string 'Cwenburh of_Wimborne //' + 140. 0x00004315:RKEY I2052 0x000047d1:offset 0x00000a3e + 0x00005357:string 'Cuthburh //' + 141. 0x0000431d:RKEY I2075 0x000047d5:offset 0x00000a4b + 0x00005364:string 'Charles_VI the_Beloved //' + 142. 0x00004325:RKEY I2119 0x000047d9:offset 0x00000a65 + 0x0000537e:string 'Charlotte //' + 143. 0x0000432d:RKEY I2125 0x000047dd:offset 0x00000a73 + 0x0000538c:string 'Charles Philip //' + 144. 0x00004335:RKEY I2126 0x000047e1:offset 0x00000a85 + 0x0000539e:string 'Christian //' + 145. 0x0000433d:RKEY I2130 0x000047e5:offset 0x00000a93 + 0x000053ac:string 'Charles_II //' + 146. 0x00004345:RKEY I2141 0x000047e9:offset 0x00000aa2 + 0x000053bb:string 'Celle //' + 147. 0x0000434d:RKEY I2147 0x000047ed:offset 0x00000aac + 0x000053c5:string 'Charles Louis Frederick//' + 148. 0x00004355:RKEY I2184 0x000047f1:offset 0x00000ac6 + 0x000053df:string 'Cadell //' + 149. 0x0000435d:RKEY I2204 0x000047f5:offset 0x00000ad1 + 0x000053ea:string 'Conor Na_Suidane //' + 150. 0x00004365:RKEY I2242 0x000047f9:offset 0x00000ae5 + 0x000053fe:string 'Crinan //' + 151. 0x0000436d:RKEY I2252 0x000047fd:offset 0x00000af0 + 0x00005409:string 'Constantine_II //' + 152. 0x00004375:RKEY I2256 0x00004801:offset 0x00000b03 + 0x0000541c:string 'Constantine_IV //' + 153. 0x0000437d:RKEY I2257 0x00004805:offset 0x00000b16 + 0x0000542f:string 'Colin //' + 154. 0x00004385:RKEY I2259 0x00004809:offset 0x00000b20 + 0x00005439:string 'Constantine_III //' + 155. 0x0000438d:RKEY I2267 0x0000480d:offset 0x00000b34 + 0x0000544d:string 'Charles_II //' + 156. 0x00004395:RKEY I2291 0x00004811:offset 0x00000b43 + 0x0000545c:string 'Charles_IV //' + 157. 0x0000439d:RKEY I2294 0x00004815:offset 0x00000b52 + 0x0000546b:string 'Constance //' + 158. 0x000043a5:RKEY I2415 0x00004819:offset 0x00000b60 + 0x00005479:string 'Charles //' + 159. 0x000043ad:RKEY I2431 0x0000481d:offset 0x00000b6c + 0x00005485:string 'Charles_VI //' + 160. 0x000043b5:RKEY I2440 0x00004821:offset 0x00000b7b + 0x00005494:string 'Claude of_France //' + 161. 0x000043bd:RKEY I2447 0x00004825:offset 0x00000b8f + 0x000054a8:string 'Carl Philip //' + 162. 0x000043c5:RKEY I2459 0x00004829:offset 0x00000b9e + 0x000054b7:string 'Constance of_Arles //' + 163. 0x000043cd:RKEY I2474 0x0000482d:offset 0x00000bb4 + 0x000054cd:string 'Constance of_Toulouse //' + 164. 0x000043d5:RKEY I2475 0x00004831:offset 0x00000bcd + 0x000054e6:string 'Constance of_Castile //' + 165. 0x000043dd:RKEY I2484 0x00004835:offset 0x00000be5 + 0x000054fe:string 'Charles of_Anjou //' + 166. 0x000043e5:RKEY I2487 0x00004839:offset 0x00000bf9 + 0x00005512:string 'Clemence of_Hungary //' + 167. 0x000043ed:RKEY I2488 0x0000483d:offset 0x00000c10 + 0x00005529:string 'Charles_I //' + 168. 0x000043f5:RKEY I2489 0x00004841:offset 0x00000c1e + 0x00005537:string 'Charles_II //' + 169. 0x000043fd:RKEY I2495 0x00004845:offset 0x00000c2d + 0x00005546:string 'Charles de_Valois //' + 170. 0x00004405:RKEY I2499 0x00004849:offset 0x00000c42 + 0x0000555b:string 'Charles_V the_Wise //' + 171. 0x0000440d:RKEY I2502 0x0000484d:offset 0x00000c58 + 0x00005571:string 'Catherine //' + 172. 0x00004415:RKEY I2507 0x00004851:offset 0x00000c66 + 0x0000557f:string 'Charles //' + 173. 0x0000441d:RKEY I2508 0x00004855:offset 0x00000c72 + 0x0000558b:string 'Clotilde of_Savoy //' + 174. 0x00004425:RKEY I2522 0x00004859:offset 0x00000c87 + 0x000055a0:string 'Charles_IX //' + 175. 0x0000442d:RKEY I2524 0x0000485d:offset 0x00000c96 + 0x000055af:string 'Charles of_Valois //' + 176. 0x00004435:RKEY I2529 0x00004861:offset 0x00000cab + 0x000055c4:string 'Christina Louise Helen//' + 177. 0x0000443d:RKEY I2537 0x00004865:offset 0x00000cc4 + 0x000055dd:string 'Charles_VII //' + 178. 0x00004445:RKEY I2542 0x00004869:offset 0x00000cd4 + 0x000055ed:string 'Charlotte of_Savoy //' + 179. 0x0000444d:RKEY I2543 0x0000486d:offset 0x00000cea + 0x00005603:string 'Charles_VIII //' + 180. 0x00004455:RKEY I2549 0x00004871:offset 0x00000cfb + 0x00005614:string 'Catherine of_Brandenburg -Kustrin//' + 181. 0x0000445d:RKEY I2551 0x00004875:offset 0x00000d1f + 0x00005638:string 'Charles //' + 182. 0x00004465:RKEY I2564 0x00004879:offset 0x00000d2b + 0x00005644:string 'Charles_II the_Bald //' + 183. 0x0000446d:RKEY I2569 0x0000487d:offset 0x00000d42 + 0x0000565b:string 'Charles //' + 184. 0x00004475:RKEY I2572 0x00004881:offset 0x00000d4e + 0x00005667:string 'Carloman //' + 185. 0x0000447d:RKEY I2574 0x00004885:offset 0x00000d5b + 0x00005674:string 'Charles_III the_Fat //' + 186. 0x00004485:RKEY I2577 0x00004889:offset 0x00000d72 + 0x0000568b:string 'Charles of_Aquitaine //' + 187. 0x0000448d:RKEY I2578 0x0000488d:offset 0x00000d8a + 0x000056a3:string 'Carloman //' + 188. 0x00004495:RKEY I2582 0x00004891:offset 0x00000d97 + 0x000056b0:string 'Carloman //' + 189. 0x0000449d:RKEY I2584 0x00004895:offset 0x00000da4 + 0x000056bd:string 'Charles_III the_Simple //' + 190. 0x000044a5:RKEY I2606 0x00004899:offset 0x00000dbe + 0x000056d7:string 'Charles Lower_Lorraine //' + 191. 0x000044ad:RKEY I2611 0x0000489d:offset 0x00000dd8 + 0x000056f1:string 'Carloman //' + 192. 0x000044b5:RKEY I2627 0x000048a1:offset 0x00000de5 + 0x000056fe:string 'Caroline of_Nidda //' + 193. 0x000044bd:RKEY I2636 0x000048a5:offset 0x00000dfa + 0x00005713:string 'Charles of_Bourbon -Sicily//' + 194. 0x000044c5:RKEY I2639 0x000048a9:offset 0x00000e17 + 0x00005730:string 'Carlos Zurita_y_Delgado //' + 195. 0x000044cd:RKEY I2668 0x000048ad:offset 0x00000e32 + 0x0000574b:string 'Cecily (Olga) //' + 196. 0x000044d5:RKEY I2691 0x000048b1:offset 0x00000e43 + 0x0000575c:string 'Christian Augustus //' + 197. 0x000044dd:RKEY I2715 0x000048b5:offset 0x00000e59 + 0x00005772:string 'Charles Edward //' + 198. 0x000044e5:RKEY I2718 0x000048b9:offset 0x00000e6b + 0x00005784:string 'Carl Christian //' + 199. 0x000044ed:RKEY I2722 0x000048bd:offset 0x00000e7d + 0x00005796:string 'Carl Otto Edmund//' + 200. 0x000044f5:RKEY I2723 0x000048c1:offset 0x00000e90 + 0x000057a9:string 'Christina Louise //' + 201. 0x000044fd:RKEY I2726 0x000048c5:offset 0x00000ea4 + 0x000057bd:string 'Carl Gustaf Victor//' + 202. 0x00004505:RKEY I2738 0x000048c9:offset 0x00000eb9 + 0x000057d2:string 'Carl Gustaf Oscar//' + 203. 0x0000450d:RKEY I2743 0x000048cd:offset 0x00000ecd + 0x000057e6:string 'Christian //' + 204. 0x00004515:RKEY I2748 0x000048d1:offset 0x00000edb + 0x000057f4:string 'Cecilia //' + 205. 0x0000451d:RKEY I2763 0x000048d5:offset 0x00000ee7 + 0x00005800:string 'Cecilia //' + 206. 0x00004525:RKEY I2769 0x000048d9:offset 0x00000ef3 + 0x0000580c:string 'Catherina //' + 207. 0x0000452d:RKEY I2774 0x000048dd:offset 0x00000f01 + 0x0000581a:string 'Carl Bernadotte //' + 208. 0x00004535:RKEY I2782 0x000048e1:offset 0x00000f14 + 0x0000582d:string 'Catharina //' + 209. 0x0000453d:RKEY I2804 0x000048e5:offset 0x00000f22 + 0x0000583b:string 'Christina //' + 210. 0x00004545:RKEY I2807 0x000048e9:offset 0x00000f30 + 0x00005849:string 'Carl //' + 211. 0x0000454d:RKEY I2813 0x000048ed:offset 0x00000f39 + 0x00005852:string 'Claes //' + 212. 0x00004555:RKEY I2815 0x000048f1:offset 0x00000f43 + 0x0000585c:string 'Carl Johann //' + 213. 0x0000455d:RKEY I2854 0x000048f5:offset 0x00000f52 + 0x0000586b:string 'Charles //' + 214. 0x00004565:RKEY I2859 0x000048f9:offset 0x00000f5e + 0x00005877:string 'Charles_XI //' + 215. 0x0000456d:RKEY I2863 0x000048fd:offset 0x00000f6d + 0x00005886:string 'Christopher_III //' + 216. 0x00004575:RKEY I2864 0x00004901:offset 0x00000f81 + 0x0000589a:string 'Christina //' + 217. 0x0000457d:RKEY I2878 0x00004905:offset 0x00000f8f + 0x000058a8:string 'Charles_IV //' + 218. 0x00004585:RKEY I2880 0x00004909:offset 0x00000f9e + 0x000058b7:string 'Charles_III //' + 219. 0x0000458d:RKEY I2884 0x0000490d:offset 0x00000fae + 0x000058c7:string 'Charles //' + 220. 0x00004595:RKEY I2896 0x00004911:offset 0x00000fba + 0x000058d3:string 'Caroline Erbach-Schonberg //' + 221. 0x0000459d:RKEY I2903 0x00004915:offset 0x00000fd7 + 0x000058f0:string 'Clementine //' + Assembled data for NCZ999 + 1. I43 name Charlotte of_Prussia // + 2. I71 name Charles Haakon_VII // + 3. I77 name Charlotte of_Saxe- Meiningen// + 4. I82 name Child_#3 // + 5. I129 name Charles Edward // + 6. I143 name Caroline Amelia of_Brunswick// + 7. I225 name Christian_IX // + 8. I230 name Child_6 // + 9. I231 name Child_5 // + 10. I236 name Child_2 // + 11. I237 name Child_3 // + 12. I302 name Caroline of_Nassau- Usingen// + 13. I304 name Claudine // + 14. I305 name Claudine // + 15. I310 name Christian Victor // + 16. I322 name Caroline of_Ansbach // + 17. I353 name Constantine Nikolaievitch of_Russia// + 18. I357 name Charles of_Hesse // + 19. I414 name Charles // + 20. I415 name Charles // + 21. I417 name Charlemagne // + 22. I443 name Christine // + 23. I449 name Carl Johan Arthur// + 24. I481 name Christopher of_Hesse // + 25. I517 name Caroline of_Zweibrucken // + 26. I518 name Cecilie of_Mecklenburg- Schwerin// + 27. I524 name Cecilie // + 28. I557 name Christine // + 29. I562 name Charles // + 30. I564 name Charles of_Mecklenburg- Strelitz// + 31. I574 name Charles Christian of_Nassau-Weilb// + 32. I575 name Caroline // + 33. I584 name Charlotte of_Luxembourg // + 34. I597 name Charles of_Sweden // + 35. I603 name Carl_XVI Gustav // + 36. I606 name Christian_X // + 37. I619 name Charlotte Amalia // + 38. I626 name Caroline of_Baden // + 39. I634 name Charlotte // + 40. I673 name Cyula Apponyi_de Nagy-Appony// + 41. I708 name Charles of_Cambridge // + 42. I711 name Charles // + 43. I714 name Catherine // + 44. I752 name Catherine of_Braganza // + 45. I764 name Christian_VII // + 46. I765 name Charles Louis // + 47. I792 name Charles Lennox of_Richmond// + 48. I833 name Catherine of_Aragon // + 49. I871 name Charles_V // + 50. I887 name Christina of_Hesse // + 51. I897 name Charles_X // + 52. I925 name Christian Sigismund of_Prussia// + 53. I930 name Corneilie-Cecile // + 54. I953 name Charles of_Southesk // + 55. I1000 name Cicely // + 56. I1006 name Catherine // + 57. I1022 name Charles the_Bold // + 58. I1027 name Charles_XV // + 59. I1075 name Catherine of_Russia // + 60. I1084 name Charlotte of_Saxe- Hildburghausen// + 61. I1095 name Charlotte of_Schaumburg- Lippe// + 62. I1120 name Charles of_Belgium // + 63. I1163 name Charlotte Albertine // + 64. I1210 name Constantine // + 65. I1220 name Catherine of_Valois // + 66. I1260 name Charles of_Orleans // + 67. I1299 name Catherine_II the_Great // + 68. I1302 name Catherine_I // + 69. I1363 name Charles of_Brunswick- Wolfenbuttel// + 70. I1385 name Cecilia of_Holy_Trinity // + 71. I1390 name Constance // + 72. I1416 name Constanza (Constance) // + 73. I1419 name Charles Frederick of_Holstein-// + 74. I1506 name Constance of_Brittany // + 75. I1524 name Constance of_Toulouse // + 76. I1548 name Canute_II the_Great // + 77. I1615 name Charles_XIV John // + 78. I1620 name Christian_VI // + 79. I1625 name Christian_V // + 80. I1626 name Charlotte Amelia // + 81. I1627 name Christian_IV // + 82. I1629 name Christine of_Schleswig- Holstein// + 83. I1632 name Christian_III // + 84. I1637 name Christian // + 85. I1639 name Caroline // + 86. I1641 name Charles of_Hesse-Cassel // + 87. I1642 name Christian // + 88. I1645 name Christian_VIII // + 89. I1647 name Charlotte // + 90. I1648 name Caroline // + 91. I1651 name Caroline // + 92. I1656 name Caroline // + 93. I1658 name Christian // + 94. I1661 name Charles // + 95. I1670 name Caroline Mathilde // + 96. I1676 name Christian // + 97. I1681 name Charlotte // + 98. I1686 name Carlos Hugo // + 99. I1693 name Charles Alexander of_Saxe-Weimar// + 100. I1716 name Charles Lennox of_Richmond// + 101. I1719 name Charles Lennox of_Richmond// + 102. I1720 name Charles Lennox of_Richmond// + 103. I1724 name Caroline of_Lothian // + 104. I1727 name Charlot // + 105. I1743 name Charles_IV the_Fair // + 106. I1766 name Christina // + 107. I1811 name Charles the_Simple // + 108. I1815 name Claude // + 109. I1827 name Christian_I // + 110. I1874 name Conan of_Brittany // + 111. I1932 name Cynfyn of_Powys // + 112. I1937 name Cadell // + 113. I1946 name Cadwallon // + 114. I1947 name Cynan // + 115. I1950 name Cynan // + 116. I1991 name Cerdic // + 117. I1992 name Cynric // + 118. I1993 name Ceawlin // + 119. I1994 name Cutha // + 120. I2022 name Ceolric // + 121. I2023 name Ceolwulf // + 122. I2024 name Cynegils // + 123. I2026 name Cenfus // + 124. I2027 name Cenferth // + 125. I2028 name Cuthgils // + 126. I2029 name Cwichelm // + 127. I2030 name Cenwealh // + 128. I2031 name Centwine // + 129. I2032 name Cyneburh // + 130. I2033 name Cuthred // + 131. I2037 name Cuthwine // + 132. I2038 name Chad // + 133. I2039 name Cynebald // + 134. I2040 name Cuthwulf (Cutha) // + 135. I2041 name Cenbert // + 136. I2042 name Cedwalla // + 137. I2047 name Cenred // + 138. I2048 name Ceolwald // + 139. I2051 name Cwenburh of_Wimborne // + 140. I2052 name Cuthburh // + 141. I2075 name Charles_VI the_Beloved // + 142. I2119 name Charlotte // + 143. I2125 name Charles Philip // + 144. I2126 name Christian // + 145. I2130 name Charles_II // + 146. I2141 name Celle // + 147. I2147 name Charles Louis Frederick// + 148. I2184 name Cadell // + 149. I2204 name Conor Na_Suidane // + 150. I2242 name Crinan // + 151. I2252 name Constantine_II // + 152. I2256 name Constantine_IV // + 153. I2257 name Colin // + 154. I2259 name Constantine_III // + 155. I2267 name Charles_II // + 156. I2291 name Charles_IV // + 157. I2294 name Constance // + 158. I2415 name Charles // + 159. I2431 name Charles_VI // + 160. I2440 name Claude of_France // + 161. I2447 name Carl Philip // + 162. I2459 name Constance of_Arles // + 163. I2474 name Constance of_Toulouse // + 164. I2475 name Constance of_Castile // + 165. I2484 name Charles of_Anjou // + 166. I2487 name Clemence of_Hungary // + 167. I2488 name Charles_I // + 168. I2489 name Charles_II // + 169. I2495 name Charles de_Valois // + 170. I2499 name Charles_V the_Wise // + 171. I2502 name Catherine // + 172. I2507 name Charles // + 173. I2508 name Clotilde of_Savoy // + 174. I2522 name Charles_IX // + 175. I2524 name Charles of_Valois // + 176. I2529 name Christina Louise Helen// + 177. I2537 name Charles_VII // + 178. I2542 name Charlotte of_Savoy // + 179. I2543 name Charles_VIII // + 180. I2549 name Catherine of_Brandenburg -Kustrin// + 181. I2551 name Charles // + 182. I2564 name Charles_II the_Bald // + 183. I2569 name Charles // + 184. I2572 name Carloman // + 185. I2574 name Charles_III the_Fat // + 186. I2577 name Charles of_Aquitaine // + 187. I2578 name Carloman // + 188. I2582 name Carloman // + 189. I2584 name Charles_III the_Simple // + 190. I2606 name Charles Lower_Lorraine // + 191. I2611 name Carloman // + 192. I2627 name Caroline of_Nidda // + 193. I2636 name Charles of_Bourbon -Sicily// + 194. I2639 name Carlos Zurita_y_Delgado // + 195. I2668 name Cecily (Olga) // + 196. I2691 name Christian Augustus // + 197. I2715 name Charles Edward // + 198. I2718 name Carl Christian // + 199. I2722 name Carl Otto Edmund// + 200. I2723 name Christina Louise // + 201. I2726 name Carl Gustaf Victor// + 202. I2738 name Carl Gustaf Oscar// + 203. I2743 name Christian // + 204. I2748 name Cecilia // + 205. I2763 name Cecilia // + 206. I2769 name Catherina // + 207. I2774 name Carl Bernadotte // + 208. I2782 name Catharina // + 209. I2804 name Christina // + 210. I2807 name Carl // + 211. I2813 name Claes // + 212. I2815 name Carl Johann // + 213. I2854 name Charles // + 214. I2859 name Charles_XI // + 215. I2863 name Christopher_III // + 216. I2864 name Christina // + 217. I2878 name Charles_IV // + 218. I2880 name Charles_III // + 219. I2884 name Charles // + 220. I2896 name Caroline Erbach-Schonberg // + 221. I2903 name Clementine // +[0078] Name rkey: NDA652 offs: 0x000048ff lens: 0x00000036 + 0x000058ff: Ncount 1 + Keys and string offsets, strings + 1. 0x00005903:RKEY I55 0x0000590b:offset 0x00000000 + 0x0000590f:string 'David Albert Charles/Armstrong-Jones/' + Assembled data for NDA652 + 1. I55 name David Albert Charles/Armstrong-Jones/ +[0079] Name rkey: NDB245 offs: 0x00004935 lens: 0x00000024 + 0x00005935: Ncount 1 + Keys and string offsets, strings + 1. 0x00005939:RKEY I181 0x00005941:offset 0x00000000 + 0x00005945:string 'David /Bowes-Lyon/' + Assembled data for NDB245 + 1. I181 name David /Bowes-Lyon/ +[0080] Name rkey: NDB620 offs: 0x00004959 lens: 0x00000022 + 0x00005959: Ncount 1 + Keys and string offsets, strings + 1. 0x0000595d:RKEY I1451 0x00005965:offset 0x00000000 + 0x00005969:string 'David_II /Bruce/' + Assembled data for NDB620 + 1. I1451 name David_II /Bruce/ +[0081] Name rkey: NDB623 offs: 0x0000497b lens: 0x00000022 + 0x0000597b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000597f:RKEY I2791 0x00005987:offset 0x00000000 + 0x0000598b:string 'Dick /Bergstrom/' + Assembled data for NDB623 + 1. I2791 name Dick /Bergstrom/ +[0082] Name rkey: NDC652 offs: 0x0000499d lens: 0x00000029 + 0x0000599d: Ncount 1 + Keys and string offsets, strings + 1. 0x000059a1:RKEY I957 0x000059a9:offset 0x00000000 + 0x000059ad:string 'David Charles /Carnegie/' + Assembled data for NDC652 + 1. I957 name David Charles /Carnegie/ +[0083] Name rkey: NDD220 offs: 0x000049c6 lens: 0x00000029 + 0x000059c6: Ncount 1 + Keys and string offsets, strings + 1. 0x000059ca:RKEY I1245 0x000059d2:offset 0x00000000 + 0x000059d6:string 'Don_Francisco /de_Asis/' + Assembled data for NDD220 + 1. I1245 name Don_Francisco /de_Asis/ +[0084] Name rkey: NDG400 offs: 0x000049ef lens: 0x0000001e + 0x000059ef: Ncount 1 + Keys and string offsets, strings + 1. 0x000059f3:RKEY I793 0x000059fb:offset 0x00000000 + 0x000059ff:string 'David /Gill/' + Assembled data for NDG400 + 1. I793 name David /Gill/ +[0085] Name rkey: NDG620 offs: 0x00004a0d lens: 0x00000025 + 0x00005a0d: Ncount 1 + Keys and string offsets, strings + 1. 0x00005a11:RKEY I892 0x00005a19:offset 0x00000000 + 0x00005a1d:string 'Dimitrye K. /George/' + Assembled data for NDG620 + 1. I892 name Dimitrye K. /George/ +[0086] Name rkey: NDH200 offs: 0x00004a32 lens: 0x0000001f + 0x00005a32: Ncount 1 + Keys and string offsets, strings + 1. 0x00005a36:RKEY I507 0x00005a3e:offset 0x00000000 + 0x00005a42:string 'David /Hicks/' + Assembled data for NDH200 + 1. I507 name David /Hicks/ +[0087] Name rkey: NDH235 offs: 0x00004a51 lens: 0x00000024 + 0x00005a51: Ncount 1 + Keys and string offsets, strings + 1. 0x00005a55:RKEY I1708 0x00005a5d:offset 0x00000000 + 0x00005a61:string 'Dorothy /Hastings/' + Assembled data for NDH235 + 1. I1708 name Dorothy /Hastings/ +[0088] Name rkey: NDH630 offs: 0x00004a75 lens: 0x00000022 + 0x00005a75: Ncount 1 + Keys and string offsets, strings + 1. 0x00005a79:RKEY I2349 0x00005a81:offset 0x00000000 + 0x00005a85:string 'Dorothy /Howard/' + Assembled data for NDH630 + 1. I2349 name Dorothy /Howard/ +[0089] Name rkey: NDL242 offs: 0x00004a97 lens: 0x00000023 + 0x00005a97: Ncount 1 + Keys and string offsets, strings + 1. 0x00005a9b:RKEY I293 0x00005aa3:offset 0x00000000 + 0x00005aa7:string 'David /Lascelles/' + Assembled data for NDL242 + 1. I293 name David /Lascelles/ +[0090] Name rkey: NDL342 offs: 0x00004aba lens: 0x00000024 + 0x00005aba: Ncount 1 + Keys and string offsets, strings + 1. 0x00005abe:RKEY I394 0x00005ac6:offset 0x00000000 + 0x00005aca:string 'David /Littlejohn/' + Assembled data for NDL342 + 1. I394 name David /Littlejohn/ +[0091] Name rkey: NDM254 offs: 0x00004ade lens: 0x00000026 + 0x00005ade: Ncount 1 + Keys and string offsets, strings + 1. 0x00005ae2:RKEY I2214 0x00005aea:offset 0x00000000 + 0x00005aee:string 'Dermot /MacMailnamo/' + Assembled data for NDM254 + 1. I2214 name Dermot /MacMailnamo/ +[0092] Name rkey: NDM256 offs: 0x00004b04 lens: 0x00000026 + 0x00005b04: Ncount 1 + Keys and string offsets, strings + 1. 0x00005b08:RKEY I2221 0x00005b10:offset 0x00000000 + 0x00005b14:string 'Dermot /MacMurrough/' + Assembled data for NDM256 + 1. I2221 name Dermot /MacMurrough/ +[0093] Name rkey: NDM531 offs: 0x00004b2a lens: 0x00000035 + 0x00005b2a: Ncount 1 + Keys and string offsets, strings + 1. 0x00005b2e:RKEY I504 0x00005b36:offset 0x00000000 + 0x00005b3a:string 'David of_Milford_Haven /Mountbatten/' + Assembled data for NDM531 + 1. I504 name David of_Milford_Haven /Mountbatten/ +[0094] Name rkey: NDO165 offs: 0x00004b5f lens: 0x00000041 + 0x00005b5f: Ncount 2 + Keys and string offsets, strings + 1. 0x00005b63:RKEY I2191 0x00005b73:offset 0x00000000 + 0x00005b7b:string 'Dermont /O'Brien/' + 2. 0x00005b6b:RKEY I2194 0x00005b77:offset 0x00000013 + 0x00005b8e:string 'Dermod /O'Brien/' + Assembled data for NDO165 + 1. I2191 name Dermont /O'Brien/ + 2. I2194 name Dermod /O'Brien/ +[0095] Name rkey: NDO216 offs: 0x00004ba0 lens: 0x0000002a + 0x00005ba0: Ncount 1 + Keys and string offsets, strings + 1. 0x00005ba4:RKEY I192 0x00005bac:offset 0x00000000 + 0x00005bb0:string 'Dorothy Beatrix /Osborne/' + Assembled data for NDO216 + 1. I192 name Dorothy Beatrix /Osborne/ +[0096] Name rkey: NDR324 offs: 0x00004bca lens: 0x00000025 + 0x00005bca: Ncount 1 + Keys and string offsets, strings + 1. 0x00005bce:RKEY I2843 0x00005bd6:offset 0x00000000 + 0x00005bda:string 'Dominic /Radziwill/' + Assembled data for NDR324 + 1. I2843 name Dominic /Radziwill/ +[0097] Name rkey: NDR551 offs: 0x00004bef lens: 0x0000004a + 0x00005bef: Ncount 2 + Keys and string offsets, strings + 1. 0x00005bf3:RKEY I164 0x00005c03:offset 0x00000000 + 0x00005c0b:string 'Dmitri Pavlovich /Romanov/' + 2. 0x00005bfb:RKEY I2677 0x00005c07:offset 0x0000001b + 0x00005c26:string 'Dimitri /Romanov/' + Assembled data for NDR551 + 1. I164 name Dmitri Pavlovich /Romanov/ + 2. I2677 name Dimitri /Romanov/ +[0098] Name rkey: NDS152 offs: 0x00004c39 lens: 0x00000028 + 0x00005c39: Ncount 1 + Keys and string offsets, strings + 1. 0x00005c3d:RKEY I65 0x00005c45:offset 0x00000000 + 0x00005c49:string 'Diana Frances /Spencer/' + Assembled data for NDS152 + 1. I65 name Diana Frances /Spencer/ +[0099] Name rkey: NDS364 offs: 0x00004c61 lens: 0x00000023 + 0x00005c61: Ncount 1 + Keys and string offsets, strings + 1. 0x00005c65:RKEY I2753 0x00005c6d:offset 0x00000000 + 0x00005c71:string 'Desiree /Straehl/' + Assembled data for NDS364 + 1. I2753 name Desiree /Straehl/ +[0100] Name rkey: NDS560 offs: 0x00004c84 lens: 0x00000024 + 0x00005c84: Ncount 1 + Keys and string offsets, strings + 1. 0x00005c88:RKEY I867 0x00005c90:offset 0x00000000 + 0x00005c94:string 'Daughter /Seymour/' + Assembled data for NDS560 + 1. I867 name Daughter /Seymour/ +[0101] Name rkey: NDT360 offs: 0x00004ca8 lens: 0x00000040 + 0x00005ca8: Ncount 2 + Keys and string offsets, strings + 1. 0x00005cac:RKEY I842 0x00005cbc:offset 0x00000000 + 0x00005cc4:string 'Daughter /Tudor/' + 2. 0x00005cb4:RKEY I847 0x00005cc0:offset 0x00000012 + 0x00005cd6:string 'Daughter /Tudor/' + Assembled data for NDT360 + 1. I842 name Daughter /Tudor/ + 2. I847 name Daughter /Tudor/ +[0102] Name rkey: NDT620 offs: 0x00004ce8 lens: 0x00000022 + 0x00005ce8: Ncount 1 + Keys and string offsets, strings + 1. 0x00005cec:RKEY I2346 0x00005cf4:offset 0x00000000 + 0x00005cf8:string 'Dorothy /Troyes/' + Assembled data for NDT620 + 1. I2346 name Dorothy /Troyes/ +[0103] Name rkey: NDV524 offs: 0x00004d0a lens: 0x00000029 + 0x00005d0a: Ncount 1 + Keys and string offsets, strings + 1. 0x00005d0e:RKEY I525 0x00005d16:offset 0x00000000 + 0x00005d1a:string 'Dorothea /von_Salviati/' + Assembled data for NDV524 + 1. I525 name Dorothea /von_Salviati/ +[0104] Name rkey: NDW521 offs: 0x00004d33 lens: 0x00000024 + 0x00005d33: Ncount 1 + Keys and string offsets, strings + 1. 0x00005d37:RKEY I821 0x00005d3f:offset 0x00000000 + 0x00005d43:string 'Doreen /Wingfield/' + Assembled data for NDW521 + 1. I821 name Doreen /Wingfield/ +[0105] Name rkey: NDW532 offs: 0x00004d57 lens: 0x00000030 + 0x00005d57: Ncount 1 + Keys and string offsets, strings + 1. 0x00005d5b:RKEY I317 0x00005d63:offset 0x00000000 + 0x00005d67:string 'Davina Elizabeth Alice/Windsor/' + Assembled data for NDW532 + 1. I317 name Davina Elizabeth Alice/Windsor/ +[0106] Name rkey: NDZ999 offs: 0x00004d87 lens: 0x00000627 + 0x00005d87: Ncount 57 + Keys and string offsets, strings + 1. 0x00005d8b:RKEY I41 0x00005f53:offset 0x00000000 + 0x00006037:string 'Dagmar "Marie" of_Denmark//' + 2. 0x00005d93:RKEY I269 0x00005f57:offset 0x0000001c + 0x00006053:string 'Dau._1 //' + 3. 0x00005d9b:RKEY I270 0x00005f5b:offset 0x00000027 + 0x0000605e:string 'Dau._2 //' + 4. 0x00005da3:RKEY I276 0x00005f5f:offset 0x00000032 + 0x00006069:string 'Dau._1 //' + 5. 0x00005dab:RKEY I277 0x00005f63:offset 0x0000003d + 0x00006074:string 'Dau._2 //' + 6. 0x00005db3:RKEY I431 0x00005f67:offset 0x00000048 + 0x0000607f:string 'Don Jamie //' + 7. 0x00005dbb:RKEY I432 0x00005f6b:offset 0x00000055 + 0x0000608c:string 'Don Juan of_Spain//' + 8. 0x00005dc3:RKEY I511 0x00005f6f:offset 0x00000069 + 0x000060a0:string 'Daughter Stillborn //' + 9. 0x00005dcb:RKEY I526 0x00005f73:offset 0x0000007f + 0x000060b6:string 'Dau._1 //' + 10. 0x00005dd3:RKEY I527 0x00005f77:offset 0x0000008a + 0x000060c1:string 'Dau._2 //' + 11. 0x00005ddb:RKEY I534 0x00005f7b:offset 0x00000095 + 0x000060cc:string 'Dau._2 //' + 12. 0x00005de3:RKEY I535 0x00005f7f:offset 0x000000a0 + 0x000060d7:string 'Dau._3 //' + 13. 0x00005deb:RKEY I538 0x00005f83:offset 0x000000ab + 0x000060e2:string 'Dau._1 //' + 14. 0x00005df3:RKEY I539 0x00005f87:offset 0x000000b6 + 0x000060ed:string 'Dau._2 //' + 15. 0x00005dfb:RKEY I544 0x00005f8b:offset 0x000000c1 + 0x000060f8:string 'Dau._1 //' + 16. 0x00005e03:RKEY I545 0x00005f8f:offset 0x000000cc + 0x00006103:string 'Dau._2 //' + 17. 0x00005e0b:RKEY I592 0x00005f93:offset 0x000000d7 + 0x0000610e:string 'Dona_Maria of_Bourbon //' + 18. 0x00005e13:RKEY I694 0x00005f97:offset 0x000000f0 + 0x00006127:string 'Daughter //' + 19. 0x00005e1b:RKEY I701 0x00005f9b:offset 0x000000fd + 0x00006134:string 'Daughter //' + 20. 0x00005e23:RKEY I702 0x00005f9f:offset 0x0000010a + 0x00006141:string 'Daughter //' + 21. 0x00005e2b:RKEY I705 0x00005fa3:offset 0x00000117 + 0x0000614e:string 'Daughter //' + 22. 0x00005e33:RKEY I878 0x00005fa7:offset 0x00000124 + 0x0000615b:string 'Dona_Maria da_Gloria //' + 23. 0x00005e3b:RKEY I927 0x00005fab:offset 0x0000013c + 0x00006173:string 'Daughter //' + 24. 0x00005e43:RKEY I928 0x00005faf:offset 0x00000149 + 0x00006180:string 'Donata of_Castell- Rudenhausen//' + 25. 0x00005e4b:RKEY I1440 0x00005fb3:offset 0x0000016a + 0x000061a1:string 'Daughter_1 //' + 26. 0x00005e53:RKEY I1441 0x00005fb7:offset 0x00000179 + 0x000061b0:string 'Daughter_2 //' + 27. 0x00005e5b:RKEY I1462 0x00005fbb:offset 0x00000188 + 0x000061bf:string 'David of_Rothesay //' + 28. 0x00005e63:RKEY I1515 0x00005fbf:offset 0x0000019d + 0x000061d4:string 'David_I the_Saint //' + 29. 0x00005e6b:RKEY I1565 0x00005fc3:offset 0x000001b2 + 0x000061e9:string 'Dimitri //' + 30. 0x00005e73:RKEY I1616 0x00005fc7:offset 0x000001be + 0x000061f5:string 'Desiree //' + 31. 0x00005e7b:RKEY I1633 0x00005fcb:offset 0x000001ca + 0x00006201:string 'Dorothea //' + 32. 0x00005e83:RKEY I1667 0x00005fcf:offset 0x000001d7 + 0x0000620e:string 'Dagmar //' + 33. 0x00005e8b:RKEY I1733 0x00005fd3:offset 0x000001e2 + 0x00006219:string 'Delia Peel //' + 34. 0x00005e93:RKEY I1800 0x00005fd7:offset 0x000001f0 + 0x00006227:string 'Daughter //' + 35. 0x00005e9b:RKEY I1818 0x00005fdb:offset 0x000001fd + 0x00006234:string 'Donald //' + 36. 0x00005ea3:RKEY I1828 0x00005fdf:offset 0x00000208 + 0x0000623f:string 'Dorothea //' + 37. 0x00005eab:RKEY I1837 0x00005fe3:offset 0x00000215 + 0x0000624c:string 'David of_Huntingdon //' + 38. 0x00005eb3:RKEY I1844 0x00005fe7:offset 0x0000022c + 0x00006263:string 'Devorguilla //' + 39. 0x00005ebb:RKEY I1955 0x00005feb:offset 0x0000023c + 0x00006273:string 'Dafydd //' + 40. 0x00005ec3:RKEY I1958 0x00005fef:offset 0x00000247 + 0x0000627e:string 'Dafydd //' + 41. 0x00005ecb:RKEY I2136 0x00005ff3:offset 0x00000252 + 0x00006289:string 'Don_Carlos //' + 42. 0x00005ed3:RKEY I2205 0x00005ff7:offset 0x00000261 + 0x00006298:string 'Donough Cairbreach //' + 43. 0x00005edb:RKEY I2206 0x00005ffb:offset 0x00000277 + 0x000062ae:string 'Donnell More //' + 44. 0x00005ee3:RKEY I2209 0x00005fff:offset 0x00000287 + 0x000062be:string 'Dermot //' + 45. 0x00005eeb:RKEY I2213 0x00006003:offset 0x00000292 + 0x000062c9:string 'Dearbforgail //' + 46. 0x00005ef3:RKEY I2223 0x00006007:offset 0x000002a3 + 0x000062da:string 'Donchad //' + 47. 0x00005efb:RKEY I2237 0x0000600b:offset 0x000002af + 0x000062e6:string 'Duncan_II May-Nov //' + 48. 0x00005f03:RKEY I2239 0x0000600f:offset 0x000002c4 + 0x000062fb:string 'Duncan_I //' + 49. 0x00005f0b:RKEY I2241 0x00006013:offset 0x000002d1 + 0x00006308:string 'Donald_III Bane //' + 50. 0x00005f13:RKEY I2251 0x00006017:offset 0x000002e4 + 0x0000631b:string 'Donald_II //' + 51. 0x00005f1b:RKEY I2253 0x0000601b:offset 0x000002f2 + 0x00006329:string 'Duff //' + 52. 0x00005f23:RKEY I2266 0x0000601f:offset 0x000002fb + 0x00006332:string 'Donald_I //' + 53. 0x00005f2b:RKEY I2512 0x00006023:offset 0x00000308 + 0x0000633f:string 'Desideria //' + 54. 0x00005f33:RKEY I2528 0x00006027:offset 0x00000316 + 0x0000634d:string 'Desiree of_Sweden //' + 55. 0x00005f3b:RKEY I2690 0x0000602b:offset 0x0000032b + 0x00006362:string 'Dorothea of_Brandenburg -Schwedt//' + 56. 0x00005f43:RKEY I2719 0x0000602f:offset 0x0000034e + 0x00006385:string 'Desiree Margaretha Victoria//' + 57. 0x00005f4b:RKEY I2780 0x00006033:offset 0x0000036c + 0x000063a3:string 'Dagmar //' + Assembled data for NDZ999 + 1. I41 name Dagmar "Marie" of_Denmark// + 2. I269 name Dau._1 // + 3. I270 name Dau._2 // + 4. I276 name Dau._1 // + 5. I277 name Dau._2 // + 6. I431 name Don Jamie // + 7. I432 name Don Juan of_Spain// + 8. I511 name Daughter Stillborn // + 9. I526 name Dau._1 // + 10. I527 name Dau._2 // + 11. I534 name Dau._2 // + 12. I535 name Dau._3 // + 13. I538 name Dau._1 // + 14. I539 name Dau._2 // + 15. I544 name Dau._1 // + 16. I545 name Dau._2 // + 17. I592 name Dona_Maria of_Bourbon // + 18. I694 name Daughter // + 19. I701 name Daughter // + 20. I702 name Daughter // + 21. I705 name Daughter // + 22. I878 name Dona_Maria da_Gloria // + 23. I927 name Daughter // + 24. I928 name Donata of_Castell- Rudenhausen// + 25. I1440 name Daughter_1 // + 26. I1441 name Daughter_2 // + 27. I1462 name David of_Rothesay // + 28. I1515 name David_I the_Saint // + 29. I1565 name Dimitri // + 30. I1616 name Desiree // + 31. I1633 name Dorothea // + 32. I1667 name Dagmar // + 33. I1733 name Delia Peel // + 34. I1800 name Daughter // + 35. I1818 name Donald // + 36. I1828 name Dorothea // + 37. I1837 name David of_Huntingdon // + 38. I1844 name Devorguilla // + 39. I1955 name Dafydd // + 40. I1958 name Dafydd // + 41. I2136 name Don_Carlos // + 42. I2205 name Donough Cairbreach // + 43. I2206 name Donnell More // + 44. I2209 name Dermot // + 45. I2213 name Dearbforgail // + 46. I2223 name Donchad // + 47. I2237 name Duncan_II May-Nov // + 48. I2239 name Duncan_I // + 49. I2241 name Donald_III Bane // + 50. I2251 name Donald_II // + 51. I2253 name Duff // + 52. I2266 name Donald_I // + 53. I2512 name Desideria // + 54. I2528 name Desiree of_Sweden // + 55. I2690 name Dorothea of_Brandenburg -Schwedt// + 56. I2719 name Desiree Margaretha Victoria// + 57. I2780 name Dagmar // +[0107] Name rkey: NEA240 offs: 0x000053ae lens: 0x00000021 + 0x000063ae: Ncount 1 + Keys and string offsets, strings + 1. 0x000063b2:RKEY I494 0x000063ba:offset 0x00000000 + 0x000063be:string 'Edwina /Ashley/' + Assembled data for NEA240 + 1. I494 name Edwina /Ashley/ +[0108] Name rkey: NEA345 offs: 0x000053cf lens: 0x0000003f + 0x000063cf: Ncount 2 + Keys and string offsets, strings + 1. 0x000063d3:RKEY I1545 0x000063e3:offset 0x00000000 + 0x000063eb:string 'Edward /Athling/' + 2. 0x000063db:RKEY I1547 0x000063e7:offset 0x00000012 + 0x000063fd:string 'Edgar /Athling/' + Assembled data for NEA345 + 1. I1545 name Edward /Athling/ + 2. I1547 name Edgar /Athling/ +[0109] Name rkey: NEA416 offs: 0x0000540e lens: 0x0000003c + 0x0000640e: Ncount 1 + Keys and string offsets, strings + 1. 0x00006412:RKEY I2148 0x0000641a:offset 0x00000000 + 0x0000641e:string 'Elizabeth of_Saxe- Hildburghausen/Albertin/' + Assembled data for NEA416 + 1. I2148 name Elizabeth of_Saxe- Hildburghausen/Albertin/ +[0110] Name rkey: NEA422 offs: 0x0000544a lens: 0x00000024 + 0x0000644a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000644e:RKEY I1056 0x00006456:offset 0x00000000 + 0x0000645a:string 'Euphrosine /Alcaz/' + Assembled data for NEA422 + 1. I1056 name Euphrosine /Alcaz/ +[0111] Name rkey: NEB163 offs: 0x0000546e lens: 0x00000084 + 0x0000646e: Ncount 4 + Keys and string offsets, strings + 1. 0x00006472:RKEY I1335 0x00006492:offset 0x00000000 + 0x000064a2:string 'Edmund /Beaufort/' + 2. 0x0000647a:RKEY I2084 0x00006496:offset 0x00000013 + 0x000064b5:string 'Edmund /Beaufort/' + 3. 0x00006482:RKEY I2086 0x0000649a:offset 0x00000026 + 0x000064c8:string 'Eleanor /Beaufort/' + 4. 0x0000648a:RKEY I2090 0x0000649e:offset 0x0000003a + 0x000064dc:string 'Elizabeth /Beaufort/' + Assembled data for NEB163 + 1. I1335 name Edmund /Beaufort/ + 2. I2084 name Edmund /Beaufort/ + 3. I2086 name Eleanor /Beaufort/ + 4. I2090 name Elizabeth /Beaufort/ +[0112] Name rkey: NEB230 offs: 0x000054f2 lens: 0x00000025 + 0x000064f2: Ncount 1 + Keys and string offsets, strings + 1. 0x000064f6:RKEY I2382 0x000064fe:offset 0x00000000 + 0x00006502:string 'Elizabeth /Bassett/' + Assembled data for NEB230 + 1. I2382 name Elizabeth /Bassett/ +[0113] Name rkey: NEB245 offs: 0x00005517 lens: 0x00000038 + 0x00006517: Ncount 1 + Keys and string offsets, strings + 1. 0x0000651b:RKEY I51 0x00006523:offset 0x00000000 + 0x00006527:string 'Elizabeth Angela Marguerite/Bowes-Lyon/' + Assembled data for NEB245 + 1. I51 name Elizabeth Angela Marguerite/Bowes-Lyon/ +[0114] Name rkey: NEB251 offs: 0x0000554f lens: 0x00000025 + 0x0000654f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006553:RKEY I2081 0x0000655b:offset 0x00000000 + 0x0000655f:string 'Eleanor /Beauchamp/' + Assembled data for NEB251 + 1. I2081 name Eleanor /Beauchamp/ +[0115] Name rkey: NEB310 offs: 0x00005574 lens: 0x0000002d + 0x00006574: Ncount 1 + Keys and string offsets, strings + 1. 0x00006578:RKEY I379 0x00006580:offset 0x00000000 + 0x00006584:string 'Elizabeth Caroline /Boothby/' + Assembled data for NEB310 + 1. I379 name Elizabeth Caroline /Boothby/ +[0116] Name rkey: NEB400 offs: 0x000055a1 lens: 0x00000021 + 0x000065a1: Ncount 1 + Keys and string offsets, strings + 1. 0x000065a5:RKEY I2188 0x000065ad:offset 0x00000000 + 0x000065b1:string 'Eleanor /Boyle/' + Assembled data for NEB400 + 1. I2188 name Eleanor /Boyle/ +[0117] Name rkey: NEB440 offs: 0x000055c2 lens: 0x00000022 + 0x000065c2: Ncount 1 + Keys and string offsets, strings + 1. 0x000065c6:RKEY I1849 0x000065ce:offset 0x00000000 + 0x000065d2:string 'Edward /Balliol/' + Assembled data for NEB440 + 1. I1849 name Edward /Balliol/ +[0118] Name rkey: NEB550 offs: 0x000055e4 lens: 0x0000001f + 0x000065e4: Ncount 1 + Keys and string offsets, strings + 1. 0x000065e8:RKEY I817 0x000065f0:offset 0x00000000 + 0x000065f4:string 'Emma /Benyon/' + Assembled data for NEB550 + 1. I817 name Emma /Benyon/ +[0119] Name rkey: NEB620 offs: 0x00005603 lens: 0x00000022 + 0x00006603: Ncount 1 + Keys and string offsets, strings + 1. 0x00006607:RKEY I862 0x0000660f:offset 0x00000000 + 0x00006613:string 'Edward /Borough/' + Assembled data for NEB620 + 1. I862 name Edward /Borough/ +[0120] Name rkey: NEB626 offs: 0x00005625 lens: 0x0000004f + 0x00006625: Ncount 2 + Keys and string offsets, strings + 1. 0x00006629:RKEY I368 0x00006639:offset 0x00000000 + 0x00006641:string 'Edmund Maurice /Burke_Roche/' + 2. 0x00006631:RKEY I378 0x0000663d:offset 0x0000001d + 0x0000665e:string 'Edmund /Burke_Roche/' + Assembled data for NEB626 + 1. I368 name Edmund Maurice /Burke_Roche/ + 2. I378 name Edmund /Burke_Roche/ +[0121] Name rkey: NEB651 offs: 0x00005674 lens: 0x00000021 + 0x00006674: Ncount 1 + Keys and string offsets, strings + 1. 0x00006678:RKEY I362 0x00006680:offset 0x00000000 + 0x00006684:string 'Edwyn /Burnaby/' + Assembled data for NEB651 + 1. I362 name Edwyn /Burnaby/ +[0122] Name rkey: NEB652 offs: 0x00005695 lens: 0x00000028 + 0x00006695: Ncount 1 + Keys and string offsets, strings + 1. 0x00006699:RKEY I400 0x000066a1:offset 0x00000000 + 0x000066a5:string 'Edward Charles /Baring/' + Assembled data for NEB652 + 1. I400 name Edward Charles /Baring/ +[0123] Name rkey: NEB653 offs: 0x000056bd lens: 0x00000023 + 0x000066bd: Ncount 1 + Keys and string offsets, strings + 1. 0x000066c1:RKEY I1428 0x000066c9:offset 0x00000000 + 0x000066cd:string 'Eleanor /Brandon/' + Assembled data for NEB653 + 1. I1428 name Eleanor /Brandon/ +[0124] Name rkey: NEC153 offs: 0x000056e0 lens: 0x00000027 + 0x000066e0: Ncount 1 + Keys and string offsets, strings + 1. 0x000066e4:RKEY I1434 0x000066ec:offset 0x00000000 + 0x000066f0:string 'Elizabeth /Cavendish/' + Assembled data for NEC153 + 1. I1434 name Elizabeth /Cavendish/ +[0125] Name rkey: NEC240 offs: 0x00005707 lens: 0x00000023 + 0x00006707: Ncount 1 + Keys and string offsets, strings + 1. 0x0000670b:RKEY I2381 0x00006713:offset 0x00000000 + 0x00006717:string 'Elizabeth /Cecil/' + Assembled data for NEC240 + 1. I2381 name Elizabeth /Cecil/ +[0126] Name rkey: NEC360 offs: 0x0000572a lens: 0x00000023 + 0x0000672a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000672e:RKEY I196 0x00006736:offset 0x00000000 + 0x0000673a:string 'Elizabeth /Cator/' + Assembled data for NEC360 + 1. I196 name Elizabeth /Cator/ +[0127] Name rkey: NEC415 offs: 0x0000574d lens: 0x0000002f + 0x0000674d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006751:RKEY I316 0x00006759:offset 0x00000000 + 0x0000675d:string 'Elizabeth Collingwood /Colvin/' + Assembled data for NEC415 + 1. I316 name Elizabeth Collingwood /Colvin/ +[0128] Name rkey: NEC422 offs: 0x0000577c lens: 0x00000021 + 0x0000677c: Ncount 1 + Keys and string offsets, strings + 1. 0x00006780:RKEY I2797 0x00006788:offset 0x00000000 + 0x0000678c:string 'Esben /Coljach/' + Assembled data for NEC422 + 1. I2797 name Esben /Coljach/ +[0129] Name rkey: NEC635 offs: 0x0000579d lens: 0x00000024 + 0x0000679d: Ncount 1 + Keys and string offsets, strings + 1. 0x000067a1:RKEY I2282 0x000067a9:offset 0x00000000 + 0x000067ad:string 'Edward /Courtenay/' + Assembled data for NEC635 + 1. I2282 name Edward /Courtenay/ +[0130] Name rkey: NED150 offs: 0x000057c1 lens: 0x00000024 + 0x000067c1: Ncount 1 + Keys and string offsets, strings + 1. 0x000067c5:RKEY I1343 0x000067cd:offset 0x00000000 + 0x000067d1:string 'Eleanor /De_Bohun/' + Assembled data for NED150 + 1. I1343 name Eleanor /De_Bohun/ +[0131] Name rkey: NED165 offs: 0x000057e5 lens: 0x00000038 + 0x000067e5: Ncount 1 + Keys and string offsets, strings + 1. 0x000067e9:RKEY I2435 0x000067f1:offset 0x00000000 + 0x000067f5:string 'Eugene of_Leuchtenberg /de_Beauharnais/' + Assembled data for NED165 + 1. I2435 name Eugene of_Leuchtenberg /de_Beauharnais/ +[0132] Name rkey: NED260 offs: 0x0000581d lens: 0x00000023 + 0x0000681d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006821:RKEY I2388 0x00006829:offset 0x00000000 + 0x0000682d:string 'Elizabeth /Dacre/' + Assembled data for NED260 + 1. I2388 name Elizabeth /Dacre/ +[0133] Name rkey: NED516 offs: 0x00005840 lens: 0x00000024 + 0x00006840: Ncount 1 + Keys and string offsets, strings + 1. 0x00006844:RKEY I2380 0x0000684c:offset 0x00000000 + 0x00006850:string 'Elizabeth /Dunbar/' + Assembled data for NED516 + 1. I2380 name Elizabeth /Dunbar/ +[0134] Name rkey: NEF622 offs: 0x00005864 lens: 0x0000002d + 0x00006864: Ncount 1 + Keys and string offsets, strings + 1. 0x00006868:RKEY I2932 0x00006870:offset 0x00000000 + 0x00006874:string 'Elizabeth (Eliza) /Ferguson/' + Assembled data for NEF622 + 1. I2932 name Elizabeth (Eliza) /Ferguson/ +[0135] Name rkey: NEF656 offs: 0x00005891 lens: 0x00000024 + 0x00006891: Ncount 1 + Keys and string offsets, strings + 1. 0x00006895:RKEY I964 0x0000689d:offset 0x00000000 + 0x000068a1:string 'Elisabeth /Ferner/' + Assembled data for NEF656 + 1. I964 name Elisabeth /Ferner/ +[0136] Name rkey: NEG452 offs: 0x000058b5 lens: 0x00000023 + 0x000068b5: Ncount 1 + Keys and string offsets, strings + 1. 0x000068b9:RKEY I2798 0x000068c1:offset 0x00000000 + 0x000068c5:string 'Ebba /Gyllenkrok/' + Assembled data for NEG452 + 1. I2798 name Ebba /Gyllenkrok/ +[0137] Name rkey: NEG600 offs: 0x000058d8 lens: 0x00000022 + 0x000068d8: Ncount 1 + Keys and string offsets, strings + 1. 0x000068dc:RKEY I778 0x000068e4:offset 0x00000000 + 0x000068e8:string 'Elizabeth /Grey/' + Assembled data for NEG600 + 1. I778 name Elizabeth /Grey/ +[0138] Name rkey: NEH300 offs: 0x000058fa lens: 0x0000001f + 0x000068fa: Ncount 1 + Keys and string offsets, strings + 1. 0x000068fe:RKEY I2127 0x00006906:offset 0x00000000 + 0x0000690a:string 'Edward /Hyde/' + Assembled data for NEH300 + 1. I2127 name Edward /Hyde/ +[0139] Name rkey: NEH453 offs: 0x00005919 lens: 0x00000023 + 0x00006919: Ncount 1 + Keys and string offsets, strings + 1. 0x0000691d:RKEY I1345 0x00006925:offset 0x00000000 + 0x00006929:string 'Eleanor /Holland/' + Assembled data for NEH453 + 1. I1345 name Eleanor /Holland/ +[0140] Name rkey: NEH516 offs: 0x0000593c lens: 0x0000020f + 0x0000693c: Ncount 12 + Keys and string offsets, strings + 1. 0x00006940:RKEY I133 0x000069a0:offset 0x00000000 + 0x000069d0:string 'Edward Augustus /Hanover/' + 2. 0x00006948:RKEY I210 0x000069a4:offset 0x0000001a + 0x000069ea:string 'Elizabeth /Hanover/' + 3. 0x00006950:RKEY I212 0x000069a8:offset 0x0000002f + 0x000069ff:string 'Ernest Augustus_I /Hanover/' + 4. 0x00006958:RKEY I221 0x000069ac:offset 0x0000004b + 0x00006a1b:string 'Elizabeth Georgiana Adelaide/Hanover/' + 5. 0x00006960:RKEY I251 0x000069b0:offset 0x00000071 + 0x00006a41:string 'Ernest Augustus of_Cumberland/Hanover/' + 6. 0x00006968:RKEY I334 0x000069b4:offset 0x00000098 + 0x00006a68:string 'Edward Augustus /Hanover/' + 7. 0x00006970:RKEY I335 0x000069b8:offset 0x000000b2 + 0x00006a82:string 'Elizabeth Caroline /Hanover/' + 8. 0x00006978:RKEY I336 0x000069bc:offset 0x000000cf + 0x00006a9f:string 'Edward Henry of_Gloucester/Hanover/' + 9. 0x00006980:RKEY I552 0x000069c0:offset 0x000000f3 + 0x00006ac3:string 'Ernest Augustus of_Brunswick/Hanover/' + 10. 0x00006988:RKEY I1030 0x000069c4:offset 0x00000119 + 0x00006ae9:string 'Ernest Augustus of_Hanover/Hanover/' + 11. 0x00006990:RKEY I1040 0x000069c8:offset 0x0000013d + 0x00006b0d:string 'Ernest Augustus of_Hanover/Hanover/' + 12. 0x00006998:RKEY I1047 0x000069cc:offset 0x00000161 + 0x00006b31:string 'Ernest Augustus /Hanover/' + Assembled data for NEH516 + 1. I133 name Edward Augustus /Hanover/ + 2. I210 name Elizabeth /Hanover/ + 3. I212 name Ernest Augustus_I /Hanover/ + 4. I221 name Elizabeth Georgiana Adelaide/Hanover/ + 5. I251 name Ernest Augustus of_Cumberland/Hanover/ + 6. I334 name Edward Augustus /Hanover/ + 7. I335 name Elizabeth Caroline /Hanover/ + 8. I336 name Edward Henry of_Gloucester/Hanover/ + 9. I552 name Ernest Augustus of_Brunswick/Hanover/ + 10. I1030 name Ernest Augustus of_Hanover/Hanover/ + 11. I1040 name Ernest Augustus of_Hanover/Hanover/ + 12. I1047 name Ernest Augustus /Hanover/ +[0141] Name rkey: NEH524 offs: 0x00005b4b lens: 0x00000034 + 0x00006b4b: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b4f:RKEY I437 0x00006b57:offset 0x00000000 + 0x00006b5b:string 'Elizabeth of_Romania /Hohenzollern/' + Assembled data for NEH524 + 1. I437 name Elizabeth of_Romania /Hohenzollern/ +[0142] Name rkey: NEH630 offs: 0x00005b7f lens: 0x00000061 + 0x00006b7f: Ncount 3 + Keys and string offsets, strings + 1. 0x00006b83:RKEY I857 0x00006b9b:offset 0x00000000 + 0x00006ba7:string 'Edmund /Howard/' + 2. 0x00006b8b:RKEY I2337 0x00006b9f:offset 0x00000011 + 0x00006bb8:string 'Elizabeth /Howard/' + 3. 0x00006b93:RKEY I2350 0x00006ba3:offset 0x00000025 + 0x00006bcc:string 'Elizabeth /Howard/' + Assembled data for NEH630 + 1. I857 name Edmund /Howard/ + 2. I2337 name Elizabeth /Howard/ + 3. I2350 name Elizabeth /Howard/ +[0143] Name rkey: NEL120 offs: 0x00005be0 lens: 0x00000028 + 0x00006be0: Ncount 1 + Keys and string offsets, strings + 1. 0x00006be4:RKEY I1058 0x00006bec:offset 0x00000000 + 0x00006bf0:string 'Elena (Magda) /Lupescu/' + Assembled data for NEL120 + 1. I1058 name Elena (Magda) /Lupescu/ +[0144] Name rkey: NEL200 offs: 0x00005c08 lens: 0x00000020 + 0x00006c08: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c0c:RKEY I2400 0x00006c14:offset 0x00000000 + 0x00006c18:string 'Edward /Lewes/' + Assembled data for NEL200 + 1. I2400 name Edward /Lewes/ +[0145] Name rkey: NEL242 offs: 0x00005c28 lens: 0x00000043 + 0x00006c28: Ncount 2 + Keys and string offsets, strings + 1. 0x00006c2c:RKEY I944 0x00006c3c:offset 0x00000000 + 0x00006c44:string 'Edward /Lascelles/' + 2. 0x00006c34:RKEY I950 0x00006c40:offset 0x00000014 + 0x00006c58:string 'Ellen /Lascelles/' + Assembled data for NEL242 + 1. I944 name Edward /Lascelles/ + 2. I950 name Ellen /Lascelles/ +[0146] Name rkey: NEL653 offs: 0x00005c6b lens: 0x00000024 + 0x00006c6b: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c6f:RKEY I966 0x00006c77:offset 0x00000000 + 0x00006c7b:string 'Erling /Lorentzen/' + Assembled data for NEL653 + 1. I966 name Erling /Lorentzen/ +[0147] Name rkey: NEM240 offs: 0x00005c8f lens: 0x00000022 + 0x00006c8f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c93:RKEY I1981 0x00006c9b:offset 0x00000000 + 0x00006c9f:string 'Ethelred /Mucel/' + Assembled data for NEM240 + 1. I1981 name Ethelred /Mucel/ +[0148] Name rkey: NEM252 offs: 0x00005cb1 lens: 0x00000022 + 0x00006cb1: Ncount 1 + Keys and string offsets, strings + 1. 0x00006cb5:RKEY I2235 0x00006cbd:offset 0x00000000 + 0x00006cc1:string 'Eric /Magnusson/' + Assembled data for NEM252 + 1. I2235 name Eric /Magnusson/ +[0149] Name rkey: NEM514 offs: 0x00005cd3 lens: 0x00000024 + 0x00006cd3: Ncount 1 + Keys and string offsets, strings + 1. 0x00006cd7:RKEY I2819 0x00006cdf:offset 0x00000000 + 0x00006ce3:string 'Estelle /Manville/' + Assembled data for NEM514 + 1. I2819 name Estelle /Manville/ +[0150] Name rkey: NEM520 offs: 0x00005cf7 lens: 0x00000028 + 0x00006cf7: Ncount 1 + Keys and string offsets, strings + 1. 0x00006cfb:RKEY I2772 0x00006d03:offset 0x00000000 + 0x00006d07:string 'Ebba of_Fulkila /Munck/' + Assembled data for NEM520 + 1. I2772 name Ebba of_Fulkila /Munck/ +[0151] Name rkey: NEM600 offs: 0x00005d1f lens: 0x0000002d + 0x00006d1f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d23:RKEY I1456 0x00006d2b:offset 0x00000000 + 0x00006d2f:string 'Elizabeth of_Rowallan /Mure/' + Assembled data for NEM600 + 1. I1456 name Elizabeth of_Rowallan /Mure/ +[0152] Name rkey: NEM635 offs: 0x00005d4c lens: 0x000000e1 + 0x00006d4c: Ncount 7 + Keys and string offsets, strings + 1. 0x00006d50:RKEY I1346 0x00006d88:offset 0x00000000 + 0x00006da4:string 'Edmund /Mortimer/' + 2. 0x00006d58:RKEY I1349 0x00006d8c:offset 0x00000013 + 0x00006db7:string 'Edmund /Mortimer/' + 3. 0x00006d60:RKEY I1905 0x00006d90:offset 0x00000026 + 0x00006dca:string 'Edmund /Mortimer/' + 4. 0x00006d68:RKEY I1907 0x00006d94:offset 0x00000039 + 0x00006ddd:string 'Edmund /Mortimer/' + 5. 0x00006d70:RKEY I2281 0x00006d98:offset 0x0000004c + 0x00006df0:string 'Eleanor /Mortimer/' + 6. 0x00006d78:RKEY I2283 0x00006d9c:offset 0x00000060 + 0x00006e04:string 'Edmund /Mortimer/' + 7. 0x00006d80:RKEY I2284 0x00006da0:offset 0x00000073 + 0x00006e17:string 'Elizabeth /Mortimer/' + Assembled data for NEM635 + 1. I1346 name Edmund /Mortimer/ + 2. I1349 name Edmund /Mortimer/ + 3. I1905 name Edmund /Mortimer/ + 4. I1907 name Edmund /Mortimer/ + 5. I2281 name Eleanor /Mortimer/ + 6. I2283 name Edmund /Mortimer/ + 7. I2284 name Elizabeth /Mortimer/ +[0153] Name rkey: NEO435 offs: 0x00005e2d lens: 0x00000025 + 0x00006e2d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006e31:RKEY I2842 0x00006e39:offset 0x00000000 + 0x00006e3d:string 'Eugenia /Oldenburg/' + Assembled data for NEO435 + 1. I2842 name Eugenia /Oldenburg/ +[0154] Name rkey: NEP322 offs: 0x00005e52 lens: 0x00000020 + 0x00006e52: Ncount 1 + Keys and string offsets, strings + 1. 0x00006e56:RKEY I2732 0x00006e5e:offset 0x00000000 + 0x00006e62:string 'Erika /Patzek/' + Assembled data for NEP322 + 1. I2732 name Erika /Patzek/ +[0155] Name rkey: NEP420 offs: 0x00005e72 lens: 0x00000027 + 0x00006e72: Ncount 1 + Keys and string offsets, strings + 1. 0x00006e76:RKEY I780 0x00006e7e:offset 0x00000000 + 0x00006e82:string 'Elizabeth Malet /Palk/' + Assembled data for NEP420 + 1. I780 name Elizabeth Malet /Palk/ +[0156] Name rkey: NEP463 offs: 0x00005e99 lens: 0x00000022 + 0x00006e99: Ncount 1 + Keys and string offsets, strings + 1. 0x00006e9d:RKEY I2999 0x00006ea5:offset 0x00000000 + 0x00006ea9:string 'Edith /Palairet/' + Assembled data for NEP463 + 1. I2999 name Edith /Palairet/ +[0157] Name rkey: NEP532 offs: 0x00005ebb lens: 0x00000024 + 0x00006ebb: Ncount 1 + Keys and string offsets, strings + 1. 0x00006ebf:RKEY I1730 0x00006ec7:offset 0x00000000 + 0x00006ecb:string 'Elizabeth /Poyntz/' + Assembled data for NEP532 + 1. I1730 name Elizabeth /Poyntz/ +[0158] Name rkey: NER200 offs: 0x00005edf lens: 0x00000020 + 0x00006edf: Ncount 1 + Keys and string offsets, strings + 1. 0x00006ee3:RKEY I382 0x00006eeb:offset 0x00000000 + 0x00006eef:string 'Edward /Roche/' + Assembled data for NER200 + 1. I382 name Edward /Roche/ +[0159] Name rkey: NER551 offs: 0x00005eff lens: 0x0000002d + 0x00006eff: Ncount 1 + Keys and string offsets, strings + 1. 0x00006f03:RKEY I1304 0x00006f0b:offset 0x00000000 + 0x00006f0f:string 'Elizabeth Petrovna /Romanov/' + Assembled data for NER551 + 1. I1304 name Elizabeth Petrovna /Romanov/ +[0160] Name rkey: NES152 offs: 0x00005f2c lens: 0x0000004e + 0x00006f2c: Ncount 2 + Keys and string offsets, strings + 1. 0x00006f30:RKEY I91 0x00006f40:offset 0x00000000 + 0x00006f48:string 'Earl Winfield /Spencer/' + 2. 0x00006f38:RKEY I239 0x00006f44:offset 0x00000018 + 0x00006f60:string 'Edward John VIII/Spencer/' + Assembled data for NES152 + 1. I91 name Earl Winfield /Spencer/ + 2. I239 name Edward John VIII/Spencer/ +[0161] Name rkey: NES214 offs: 0x00005f7a lens: 0x00000021 + 0x00006f7a: Ncount 1 + Keys and string offsets, strings + 1. 0x00006f7e:RKEY I3005 0x00006f86:offset 0x00000000 + 0x00006f8a:string 'Emily /Scobell/' + Assembled data for NES214 + 1. I3005 name Emily /Scobell/ +[0162] Name rkey: NES316 offs: 0x00005f9b lens: 0x00000026 + 0x00006f9b: Ncount 1 + Keys and string offsets, strings + 1. 0x00006f9f:RKEY I2345 0x00006fa7:offset 0x00000000 + 0x00006fab:string 'Elizabeth /Stafford/' + Assembled data for NES316 + 1. I2345 name Elizabeth /Stafford/ +[0163] Name rkey: NES350 offs: 0x00005fc1 lens: 0x0000001f + 0x00006fc1: Ncount 1 + Keys and string offsets, strings + 1. 0x00006fc5:RKEY I2982 0x00006fcd:offset 0x00000000 + 0x00006fd1:string 'Erwin /Stein/' + Assembled data for NES350 + 1. I2982 name Erwin /Stein/ +[0164] Name rkey: NES354 offs: 0x00005fe0 lens: 0x00000022 + 0x00006fe0: Ncount 1 + Keys and string offsets, strings + 1. 0x00006fe4:RKEY I2353 0x00006fec:offset 0x00000000 + 0x00006ff0:string 'Edward /Stanley/' + Assembled data for NES354 + 1. I2353 name Edward /Stanley/ +[0165] Name rkey: NES362 offs: 0x00006002 lens: 0x00000026 + 0x00007002: Ncount 1 + Keys and string offsets, strings + 1. 0x00007006:RKEY I1313 0x0000700e:offset 0x00000000 + 0x00007012:string 'Eudoxia /Streshniev/' + Assembled data for NES362 + 1. I1313 name Eudoxia /Streshniev/ +[0166] Name rkey: NES363 offs: 0x00006028 lens: 0x0000005f + 0x00007028: Ncount 3 + Keys and string offsets, strings + 1. 0x0000702c:RKEY I728 0x00007044:offset 0x00000000 + 0x00007050:string 'Elizabeth /Stuart/' + 2. 0x00007034:RKEY I745 0x00007048:offset 0x00000014 + 0x00007064:string 'Elizabeth /Stuart/' + 3. 0x0000703c:RKEY I1482 0x0000704c:offset 0x00000028 + 0x00007078:string 'Esme /Stuart/' + Assembled data for NES363 + 1. I728 name Elizabeth /Stuart/ + 2. I745 name Elizabeth /Stuart/ + 3. I1482 name Esme /Stuart/ +[0167] Name rkey: NES365 offs: 0x00006087 lens: 0x00000046 + 0x00007087: Ncount 2 + Keys and string offsets, strings + 1. 0x0000708b:RKEY I375 0x0000709b:offset 0x00000000 + 0x000070a3:string 'Ellen /Strong/' + 2. 0x00007093:RKEY I1769 0x0000709f:offset 0x00000010 + 0x000070b3:string 'Edric of_Mercia /Streona/' + Assembled data for NES365 + 1. I375 name Ellen /Strong/ + 2. I1769 name Edric of_Mercia /Streona/ +[0168] Name rkey: NES512 offs: 0x000060cd lens: 0x00000022 + 0x000070cd: Ncount 1 + Keys and string offsets, strings + 1. 0x000070d1:RKEY I92 0x000070d9:offset 0x00000000 + 0x000070dd:string 'Ernest /Simpson/' + Assembled data for NES512 + 1. I92 name Ernest /Simpson/ +[0169] Name rkey: NES560 offs: 0x000060ef lens: 0x0000008e + 0x000070ef: Ncount 4 + Keys and string offsets, strings + 1. 0x000070f3:RKEY I2108 0x00007113:offset 0x00000000 + 0x00007123:string 'Edward /Seymour/' + 2. 0x000070fb:RKEY I2109 0x00007117:offset 0x00000012 + 0x00007135:string 'Edward Beauchamp /Seymour/' + 3. 0x00007103:RKEY I2392 0x0000711b:offset 0x0000002d + 0x00007150:string 'Edward /Seymour/' + 4. 0x0000710b:RKEY I2396 0x0000711f:offset 0x0000003f + 0x00007162:string 'Edward Beauchamp /Seymour/' + Assembled data for NES560 + 1. I2108 name Edward /Seymour/ + 2. I2109 name Edward Beauchamp /Seymour/ + 3. I2392 name Edward /Seymour/ + 4. I2396 name Edward Beauchamp /Seymour/ +[0170] Name rkey: NET360 offs: 0x0000617d lens: 0x0000009b + 0x0000717d: Ncount 5 + Keys and string offsets, strings + 1. 0x00007181:RKEY I829 0x000071a9:offset 0x00000000 + 0x000071bd:string 'Elizabeth /Tudor/' + 2. 0x00007189:RKEY I831 0x000071ad:offset 0x00000013 + 0x000071d0:string 'Edmund /Tudor/' + 3. 0x00007191:RKEY I849 0x000071b1:offset 0x00000023 + 0x000071e0:string 'Elizabeth_I /Tudor/' + 4. 0x00007199:RKEY I852 0x000071b5:offset 0x00000038 + 0x000071f5:string 'Edward_VI /Tudor/' + 5. 0x000071a1:RKEY I1254 0x000071b9:offset 0x0000004b + 0x00007208:string 'Edmund /Tudor/' + Assembled data for NET360 + 1. I829 name Elizabeth /Tudor/ + 2. I831 name Edmund /Tudor/ + 3. I849 name Elizabeth_I /Tudor/ + 4. I852 name Edward_VI /Tudor/ + 5. I1254 name Edmund /Tudor/ +[0171] Name rkey: NET412 offs: 0x00006218 lens: 0x00000025 + 0x00007218: Ncount 1 + Keys and string offsets, strings + 1. 0x0000721c:RKEY I2322 0x00007224:offset 0x00000000 + 0x00007228:string 'Elizabeth /Talboys/' + Assembled data for NET412 + 1. I2322 name Elizabeth /Talboys/ +[0172] Name rkey: NET450 offs: 0x0000623d lens: 0x00000024 + 0x0000723d: Ncount 1 + Keys and string offsets, strings + 1. 0x00007241:RKEY I2342 0x00007249:offset 0x00000000 + 0x0000724d:string 'Elizabeth /Tilney/' + Assembled data for NET450 + 1. I2342 name Elizabeth /Tilney/ +[0173] Name rkey: NEU535 offs: 0x00006261 lens: 0x00000020 + 0x00007261: Ncount 1 + Keys and string offsets, strings + 1. 0x00007265:RKEY I2320 0x0000726d:offset 0x00000000 + 0x00007271:string 'Edward /Unton/' + Assembled data for NEU535 + 1. I2320 name Edward /Unton/ +[0174] Name rkey: NEV562 offs: 0x00006281 lens: 0x00000022 + 0x00007281: Ncount 1 + Keys and string offsets, strings + 1. 0x00007285:RKEY I2831 0x0000728d:offset 0x00000000 + 0x00007291:string 'Elsa /von_Rosen/' + Assembled data for NEV562 + 1. I2831 name Elsa /von_Rosen/ +[0175] Name rkey: NEV563 offs: 0x000062a3 lens: 0x00000027 + 0x000072a3: Ncount 1 + Keys and string offsets, strings + 1. 0x000072a7:RKEY I936 0x000072af:offset 0x00000000 + 0x000072b3:string 'Ehrengard /von_Reden/' + Assembled data for NEV563 + 1. I936 name Ehrengard /von_Reden/ +[0176] Name rkey: NEW256 offs: 0x000062ca lens: 0x00000031 + 0x000072ca: Ncount 1 + Keys and string offsets, strings + 1. 0x000072ce:RKEY I2734 0x000072d6:offset 0x00000000 + 0x000072da:string 'Elin Kerstin Margareta/Wijkmark/' + Assembled data for NEW256 + 1. I2734 name Elin Kerstin Margareta/Wijkmark/ +[0177] Name rkey: NEW300 offs: 0x000062fb lens: 0x0000001e + 0x000072fb: Ncount 1 + Keys and string offsets, strings + 1. 0x000072ff:RKEY I373 0x00007307:offset 0x00000000 + 0x0000730b:string 'Ellen /Wood/' + Assembled data for NEW300 + 1. I373 name Ellen /Wood/ +[0178] Name rkey: NEW314 offs: 0x00006319 lens: 0x00000027 + 0x00007319: Ncount 1 + Keys and string offsets, strings + 1. 0x0000731d:RKEY I998 0x00007325:offset 0x00000000 + 0x00007329:string 'Elizabeth /Woodville/' + Assembled data for NEW314 + 1. I998 name Elizabeth /Woodville/ +[0179] Name rkey: NEW342 offs: 0x00006340 lens: 0x00000039 + 0x00007340: Ncount 1 + Keys and string offsets, strings + 1. 0x00007344:RKEY I1155 0x0000734c:offset 0x00000000 + 0x00007350:string 'Elizabeth (twin) of_Bavaria/Wittelsbach/' + Assembled data for NEW342 + 1. I1155 name Elizabeth (twin) of_Bavaria/Wittelsbach/ +[0180] Name rkey: NEW350 offs: 0x00006379 lens: 0x00000025 + 0x00007379: Ncount 1 + Keys and string offsets, strings + 1. 0x0000737d:RKEY I4 0x00007385:offset 0x00000000 + 0x00007389:string 'Edward_VII /Wettin/' + Assembled data for NEW350 + 1. I4 name Edward_VII /Wettin/ +[0181] Name rkey: NEW414 offs: 0x0000639e lens: 0x00000022 + 0x0000739e: Ncount 1 + Keys and string offsets, strings + 1. 0x000073a2:RKEY I2144 0x000073aa:offset 0x00000000 + 0x000073ae:string 'Edward /Walpole/' + Assembled data for NEW414 + 1. I2144 name Edward /Walpole/ + +0x000073c0: EOF (0x000073c0) GOOD + +BLOCK - DIRECTORY aa/ae +0x00000000:ix_self: 0x00000004 (aa/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 190 +0x0000000e:ix_rkey[0000]: ' NEW532' +0x00000016:ix_rkey[0001]: ' NEZ999' +0x0000001e:ix_rkey[0002]: ' NFA652' +0x00000026:ix_rkey[0003]: ' NFB245' +0x0000002e:ix_rkey[0004]: ' NFB626' +0x00000036:ix_rkey[0005]: ' NFB653' +0x0000003e:ix_rkey[0006]: ' NFD162' +0x00000046:ix_rkey[0007]: ' NFD625' +0x0000004e:ix_rkey[0008]: ' NFH165' +0x00000056:ix_rkey[0009]: ' NFH516' +0x0000005e:ix_rkey[0010]: ' NFH524' +0x00000066:ix_rkey[0011]: ' NFH630' +0x0000006e:ix_rkey[0012]: ' NFK542' +0x00000076:ix_rkey[0013]: ' NFP650' +0x0000007e:ix_rkey[0014]: ' NFR551' +0x00000086:ix_rkey[0015]: ' NFS152' +0x0000008e:ix_rkey[0016]: ' NFS230' +0x00000096:ix_rkey[0017]: ' NFS364' +0x0000009e:ix_rkey[0018]: ' NFS530' +0x000000a6:ix_rkey[0019]: ' NFS560' +0x000000ae:ix_rkey[0020]: ' NFW532' +0x000000b6:ix_rkey[0021]: ' NFW620' +0x000000be:ix_rkey[0022]: ' NFW623' +0x000000c6:ix_rkey[0023]: ' NFW635' +0x000000ce:ix_rkey[0024]: ' NFY211' +0x000000d6:ix_rkey[0025]: ' NFZ999' +0x000000de:ix_rkey[0026]: ' NGB450' +0x000000e6:ix_rkey[0027]: ' NGB525' +0x000000ee:ix_rkey[0028]: ' NGB622' +0x000000f6:ix_rkey[0029]: ' NGC636' +0x000000fe:ix_rkey[0030]: ' NGD340' +0x00000106:ix_rkey[0031]: ' NGF326' +0x0000010e:ix_rkey[0032]: ' NGG620' +0x00000116:ix_rkey[0033]: ' NGH516' +0x0000011e:ix_rkey[0034]: ' NGK421' +0x00000126:ix_rkey[0035]: ' NGK626' +0x0000012e:ix_rkey[0036]: ' NGL200' +0x00000136:ix_rkey[0037]: ' NGL242' +0x0000013e:ix_rkey[0038]: ' NGL300' +0x00000146:ix_rkey[0039]: ' NGM262' +0x0000014e:ix_rkey[0040]: ' NGM531' +0x00000156:ix_rkey[0041]: ' NGO435' +0x0000015e:ix_rkey[0042]: ' NGO450' +0x00000166:ix_rkey[0043]: ' NGP453' +0x0000016e:ix_rkey[0044]: ' NGR352' +0x00000176:ix_rkey[0045]: ' NGR362' +0x0000017e:ix_rkey[0046]: ' NGR551' +0x00000186:ix_rkey[0047]: ' NGS152' +0x0000018e:ix_rkey[0048]: ' NGS214' +0x00000196:ix_rkey[0049]: ' NGS351' +0x0000019e:ix_rkey[0050]: ' NGV253' +0x000001a6:ix_rkey[0051]: ' NGV535' +0x000001ae:ix_rkey[0052]: ' NGW235' +0x000001b6:ix_rkey[0053]: ' NGW424' +0x000001be:ix_rkey[0054]: ' NGW532' +0x000001c6:ix_rkey[0055]: ' NGZ999' +0x000001ce:ix_rkey[0056]: ' NHB163' +0x000001d6:ix_rkey[0057]: ' NHB500' +0x000001de:ix_rkey[0058]: ' NHB524' +0x000001e6:ix_rkey[0059]: ' NHB626' +0x000001ee:ix_rkey[0060]: ' NHB652' +0x000001f6:ix_rkey[0061]: ' NHB653' +0x000001fe:ix_rkey[0062]: ' NHC130' +0x00000206:ix_rkey[0063]: ' NHC362' +0x0000020e:ix_rkey[0064]: ' NHC416' +0x00000216:ix_rkey[0065]: ' NHC600' +0x0000021e:ix_rkey[0066]: ' NHD150' +0x00000226:ix_rkey[0067]: ' NHD340' +0x0000022e:ix_rkey[0068]: ' NHD416' +0x00000236:ix_rkey[0069]: ' NHD630' +0x0000023e:ix_rkey[0070]: ' NHF326' +0x00000246:ix_rkey[0071]: ' NHF432' +0x0000024e:ix_rkey[0072]: ' NHG600' +0x00000256:ix_rkey[0073]: ' NHH235' +0x0000025e:ix_rkey[0074]: ' NHH325' +0x00000266:ix_rkey[0075]: ' NHH516' +0x0000026e:ix_rkey[0076]: ' NHH616' +0x00000276:ix_rkey[0077]: ' NHH630' +0x0000027e:ix_rkey[0078]: ' NHK142' +0x00000286:ix_rkey[0079]: ' NHK320' +0x0000028e:ix_rkey[0080]: ' NHK542' +0x00000296:ix_rkey[0081]: ' NHL165' +0x0000029e:ix_rkey[0082]: ' NHL200' +0x000002a6:ix_rkey[0083]: ' NHL242' +0x000002ae:ix_rkey[0084]: ' NHL653' +0x000002b6:ix_rkey[0085]: ' NHM252' +0x000002be:ix_rkey[0086]: ' NHM262' +0x000002c6:ix_rkey[0087]: ' NHM532' +0x000002ce:ix_rkey[0088]: ' NHM625' +0x000002d6:ix_rkey[0089]: ' NHM650' +0x000002de:ix_rkey[0090]: ' NHP620' +0x000002e6:ix_rkey[0091]: ' NHR200' +0x000002ee:ix_rkey[0092]: ' NHR262' +0x000002f6:ix_rkey[0093]: ' NHR324' +0x000002fe:ix_rkey[0094]: ' NHR551' +0x00000306:ix_rkey[0095]: ' NHS230' +0x0000030e:ix_rkey[0096]: ' NHS316' +0x00000316:ix_rkey[0097]: ' NHS350' +0x0000031e:ix_rkey[0098]: ' NHS354' +0x00000326:ix_rkey[0099]: ' NHS363' +0x0000032e:ix_rkey[0100]: ' NHS516' +0x00000336:ix_rkey[0101]: ' NHS530' +0x0000033e:ix_rkey[0102]: ' NHS560' +0x00000346:ix_rkey[0103]: ' NHS562' +0x0000034e:ix_rkey[0104]: ' NHT360' +0x00000356:ix_rkey[0105]: ' NHW532' +0x0000035e:ix_rkey[0106]: ' NHW623' +0x00000366:ix_rkey[0107]: ' NHZ999' +0x0000036e:ix_rkey[0108]: ' NIB530' +0x00000376:ix_rkey[0109]: ' NID155' +0x0000037e:ix_rkey[0110]: ' NID525' +0x00000386:ix_rkey[0111]: ' NIF652' +0x0000038e:ix_rkey[0112]: ' NIH524' +0x00000396:ix_rkey[0113]: ' NIL653' +0x0000039e:ix_rkey[0114]: ' NIM262' +0x000003a6:ix_rkey[0115]: ' NIM531' +0x000003ae:ix_rkey[0116]: ' NIM624' +0x000003b6:ix_rkey[0117]: ' NIN140' +0x000003be:ix_rkey[0118]: ' NIO125' +0x000003c6:ix_rkey[0119]: ' NIO435' +0x000003ce:ix_rkey[0120]: ' NIO540' +0x000003d6:ix_rkey[0121]: ' NIP453' +0x000003de:ix_rkey[0122]: ' NIR120' +0x000003e6:ix_rkey[0123]: ' NIR551' +0x000003ee:ix_rkey[0124]: ' NIT650' +0x000003f6:ix_rkey[0125]: ' NIV512' +0x000003fe:ix_rkey[0126]: ' NIV536' +0x00000406:ix_rkey[0127]: ' NIZ999' +0x0000040e:ix_rkey[0128]: ' NJA514' +0x00000416:ix_rkey[0129]: ' NJB163' +0x0000041e:ix_rkey[0130]: ' NJB200' +0x00000426:ix_rkey[0131]: ' NJB245' +0x0000042e:ix_rkey[0132]: ' NJB260' +0x00000436:ix_rkey[0133]: ' NJB310' +0x0000043e:ix_rkey[0134]: ' NJB346' +0x00000446:ix_rkey[0135]: ' NJB350' +0x0000044e:ix_rkey[0136]: ' NJB420' +0x00000456:ix_rkey[0137]: ' NJB434' +0x0000045e:ix_rkey[0138]: ' NJB440' +0x00000466:ix_rkey[0139]: ' NJB530' +0x0000046e:ix_rkey[0140]: ' NJB534' +0x00000476:ix_rkey[0141]: ' NJB620' +0x0000047e:ix_rkey[0142]: ' NJB626' +0x00000486:ix_rkey[0143]: ' NJC200' +0x0000048e:ix_rkey[0144]: ' NJC235' +0x00000496:ix_rkey[0145]: ' NJC411' +0x0000049e:ix_rkey[0146]: ' NJC514' +0x000004a6:ix_rkey[0147]: ' NJC550' +0x000004ae:ix_rkey[0148]: ' NJC634' +0x000004b6:ix_rkey[0149]: ' NJC651' +0x000004be:ix_rkey[0150]: ' NJC652' +0x000004c6:ix_rkey[0151]: ' NJC654' +0x000004ce:ix_rkey[0152]: ' NJD165' +0x000004d6:ix_rkey[0153]: ' NJD340' +0x000004de:ix_rkey[0154]: ' NJD414' +0x000004e6:ix_rkey[0155]: ' NJD553' +0x000004ee:ix_rkey[0156]: ' NJD655' +0x000004f6:ix_rkey[0157]: ' NJD656' +0x000004fe:ix_rkey[0158]: ' NJE560' +0x00000506:ix_rkey[0159]: ' NJF620' +0x0000050e:ix_rkey[0160]: ' NJF622' +0x00000516:ix_rkey[0161]: ' NJF656' +0x0000051e:ix_rkey[0162]: ' NJG120' +0x00000526:ix_rkey[0163]: ' NJG416' +0x0000052e:ix_rkey[0164]: ' NJG431' +0x00000536:ix_rkey[0165]: ' NJG465' +0x0000053e:ix_rkey[0166]: ' NJG600' +0x00000546:ix_rkey[0167]: ' NJH165' +0x0000054e:ix_rkey[0168]: ' NJH235' +0x00000556:ix_rkey[0169]: ' NJH453' +0x0000055e:ix_rkey[0170]: ' NJH543' +0x00000566:ix_rkey[0171]: ' NJH630' +0x0000056e:ix_rkey[0172]: ' NJJ230' +0x00000576:ix_rkey[0173]: ' NJJ520' +0x0000057e:ix_rkey[0174]: ' NJJ650' +0x00000586:ix_rkey[0175]: ' NJK300' +0x0000058e:ix_rkey[0176]: ' NJK626' +0x00000596:ix_rkey[0177]: ' NJL200' +0x0000059e:ix_rkey[0178]: ' NJL242' +0x000005a6:ix_rkey[0179]: ' NJL252' +0x000005ae:ix_rkey[0180]: ' NJL500' +0x000005b6:ix_rkey[0181]: ' NJL516' +0x000005be:ix_rkey[0182]: ' NJN140' +0x000005c6:ix_rkey[0183]: ' NJN463' +0x000005ce:ix_rkey[0184]: ' NJO241' +0x000005d6:ix_rkey[0185]: ' NJP453' +0x000005de:ix_rkey[0186]: ' NJR240' +0x000005e6:ix_rkey[0187]: ' NJR352' +0x000005ee:ix_rkey[0188]: ' NJR452' +0x000005f6:ix_rkey[0189]: ' NJS120' + +deleted/unused entries +0x000005fe-0x00000805:ix_rkey[0190-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x000000dd +0x0000080c:ix_offs[0001]: 0x000000dd 0x00000c08:ix_lens[0001]: 0x00001474 +0x00000810:ix_offs[0002]: 0x00001551 0x00000c0c:ix_lens[0002]: 0x00000048 +0x00000814:ix_offs[0003]: 0x00001599 0x00000c10:ix_lens[0003]: 0x00000025 +0x00000818:ix_offs[0004]: 0x000015be 0x00000c14:ix_lens[0004]: 0x00000027 +0x0000081c:ix_offs[0005]: 0x000015e5 0x00000c18:ix_lens[0005]: 0x00000023 +0x00000820:ix_offs[0006]: 0x00001608 0x00000c1c:ix_lens[0006]: 0x00000024 +0x00000824:ix_offs[0007]: 0x0000162c 0x00000c20:ix_lens[0007]: 0x0000002a +0x00000828:ix_offs[0008]: 0x00001656 0x00000c24:ix_lens[0008]: 0x00000038 +0x0000082c:ix_offs[0009]: 0x0000168e 0x00000c28:ix_lens[0009]: 0x000000e1 +0x00000830:ix_offs[0010]: 0x0000176f 0x00000c2c:ix_lens[0010]: 0x0000006d +0x00000834:ix_offs[0011]: 0x000017dc 0x00000c30:ix_lens[0011]: 0x0000005e +0x00000838:ix_offs[0012]: 0x0000183a 0x00000c34:ix_lens[0012]: 0x00000023 +0x0000083c:ix_offs[0013]: 0x0000185d 0x00000c38:ix_lens[0013]: 0x00000022 +0x00000840:ix_offs[0014]: 0x0000187f 0x00000c3c:ix_lens[0014]: 0x00000030 +0x00000844:ix_offs[0015]: 0x000018af 0x00000c40:ix_lens[0015]: 0x00000025 +0x00000848:ix_offs[0016]: 0x000018d4 0x00000c44:ix_lens[0016]: 0x0000004a +0x0000084c:ix_offs[0017]: 0x0000191e 0x00000c48:ix_lens[0017]: 0x00000046 +0x00000850:ix_offs[0018]: 0x00001964 0x00000c4c:ix_lens[0018]: 0x00000025 +0x00000854:ix_offs[0019]: 0x00001989 0x00000c50:ix_lens[0019]: 0x0000004e +0x00000858:ix_offs[0020]: 0x000019d7 0x00000c54:ix_lens[0020]: 0x00000025 +0x0000085c:ix_offs[0021]: 0x000019fc 0x00000c58:ix_lens[0021]: 0x0000003f +0x00000860:ix_offs[0022]: 0x00001a3b 0x00000c5c:ix_lens[0022]: 0x00000026 +0x00000864:ix_offs[0023]: 0x00001a61 0x00000c60:ix_lens[0023]: 0x00000054 +0x00000868:ix_offs[0024]: 0x00001ab5 0x00000c64:ix_lens[0024]: 0x00000023 +0x0000086c:ix_offs[0025]: 0x00001ad8 0x00000c68:ix_lens[0025]: 0x00000fb8 +0x00000870:ix_offs[0026]: 0x00002a90 0x00000c6c:ix_lens[0026]: 0x00000029 +0x00000874:ix_offs[0027]: 0x00002ab9 0x00000c70:ix_lens[0027]: 0x00000047 +0x00000878:ix_offs[0028]: 0x00002b00 0x00000c74:ix_lens[0028]: 0x00000023 +0x0000087c:ix_offs[0029]: 0x00002b23 0x00000c78:ix_lens[0029]: 0x00000026 +0x00000880:ix_offs[0030]: 0x00002b49 0x00000c7c:ix_lens[0030]: 0x00000024 +0x00000884:ix_offs[0031]: 0x00002b6d 0x00000c80:ix_lens[0031]: 0x00000046 +0x00000888:ix_offs[0032]: 0x00002bb3 0x00000c84:ix_lens[0032]: 0x00000023 +0x0000088c:ix_offs[0033]: 0x00002bd6 0x00000c88:ix_lens[0033]: 0x00000176 +0x00000890:ix_offs[0034]: 0x00002d4c 0x00000c8c:ix_lens[0034]: 0x00000025 +0x00000894:ix_offs[0035]: 0x00002d71 0x00000c90:ix_lens[0035]: 0x0000002b +0x00000898:ix_offs[0036]: 0x00002d9c 0x00000c94:ix_lens[0036]: 0x00000020 +0x0000089c:ix_offs[0037]: 0x00002dbc 0x00000c98:ix_lens[0037]: 0x00000054 +0x000008a0:ix_offs[0038]: 0x00002e10 0x00000c9c:ix_lens[0038]: 0x00000021 +0x000008a4:ix_offs[0039]: 0x00002e31 0x00000ca0:ix_lens[0039]: 0x00000025 +0x000008a8:ix_offs[0040]: 0x00002e56 0x00000ca4:ix_lens[0040]: 0x00000026 +0x000008ac:ix_offs[0041]: 0x00002e7c 0x00000ca8:ix_lens[0041]: 0x00000047 +0x000008b0:ix_offs[0042]: 0x00002ec3 0x00000cac:ix_lens[0042]: 0x00000022 +0x000008b4:ix_offs[0043]: 0x00002ee5 0x00000cb0:ix_lens[0043]: 0x0000002a +0x000008b8:ix_offs[0044]: 0x00002f0f 0x00000cb4:ix_lens[0044]: 0x00000021 +0x000008bc:ix_offs[0045]: 0x00002f30 0x00000cb8:ix_lens[0045]: 0x00000026 +0x000008c0:ix_offs[0046]: 0x00002f56 0x00000cbc:ix_lens[0046]: 0x00000089 +0x000008c4:ix_offs[0047]: 0x00002fdf 0x00000cc0:ix_lens[0047]: 0x00000026 +0x000008c8:ix_offs[0048]: 0x00003005 0x00000cc4:ix_lens[0048]: 0x00000022 +0x000008cc:ix_offs[0049]: 0x00003027 0x00000cc8:ix_lens[0049]: 0x00000022 +0x000008d0:ix_offs[0050]: 0x00003049 0x00000ccc:ix_lens[0050]: 0x00000025 +0x000008d4:ix_offs[0051]: 0x0000306e 0x00000cd0:ix_lens[0051]: 0x0000002a +0x000008d8:ix_offs[0052]: 0x00003098 0x00000cd4:ix_lens[0052]: 0x00000034 +0x000008dc:ix_offs[0053]: 0x000030cc 0x00000cd8:ix_lens[0053]: 0x00000031 +0x000008e0:ix_offs[0054]: 0x000030fd 0x00000cdc:ix_lens[0054]: 0x000000d4 +0x000008e4:ix_offs[0055]: 0x000031d1 0x00000ce0:ix_lens[0055]: 0x0000081d +0x000008e8:ix_offs[0056]: 0x000039ee 0x00000ce4:ix_lens[0056]: 0x00000040 +0x000008ec:ix_offs[0057]: 0x00003a2e 0x00000ce8:ix_lens[0057]: 0x0000001e +0x000008f0:ix_offs[0058]: 0x00003a4c 0x00000cec:ix_lens[0058]: 0x00000026 +0x000008f4:ix_offs[0059]: 0x00003a72 0x00000cf0:ix_lens[0059]: 0x00000026 +0x000008f8:ix_offs[0060]: 0x00003a98 0x00000cf4:ix_lens[0060]: 0x00000020 +0x000008fc:ix_offs[0061]: 0x00003ab8 0x00000cf8:ix_lens[0061]: 0x00000077 +0x00000900:ix_offs[0062]: 0x00003b2f 0x00000cfc:ix_lens[0062]: 0x0000001e +0x00000904:ix_offs[0063]: 0x00003b4d 0x00000d00:ix_lens[0063]: 0x00000022 +0x00000908:ix_offs[0064]: 0x00003b6f 0x00000d04:ix_lens[0064]: 0x0000002f +0x0000090c:ix_offs[0065]: 0x00003b9e 0x00000d08:ix_lens[0065]: 0x0000001f +0x00000910:ix_offs[0066]: 0x00003bbd 0x00000d0c:ix_lens[0066]: 0x00000051 +0x00000914:ix_offs[0067]: 0x00003c0e 0x00000d10:ix_lens[0067]: 0x00000020 +0x00000918:ix_offs[0068]: 0x00003c2e 0x00000d14:ix_lens[0068]: 0x00000024 +0x0000091c:ix_offs[0069]: 0x00003c52 0x00000d18:ix_lens[0069]: 0x00000020 +0x00000920:ix_offs[0070]: 0x00003c72 0x00000d1c:ix_lens[0070]: 0x0000003e +0x00000924:ix_offs[0071]: 0x00003cb0 0x00000d20:ix_lens[0071]: 0x00000022 +0x00000928:ix_offs[0072]: 0x00003cd2 0x00000d24:ix_lens[0072]: 0x0000001e +0x0000092c:ix_offs[0073]: 0x00003cf0 0x00000d28:ix_lens[0073]: 0x0000002f +0x00000930:ix_offs[0074]: 0x00003d1f 0x00000d2c:ix_lens[0074]: 0x0000002c +0x00000934:ix_offs[0075]: 0x00003d4b 0x00000d30:ix_lens[0075]: 0x0000005d +0x00000938:ix_offs[0076]: 0x00003da8 0x00000d34:ix_lens[0076]: 0x00000021 +0x0000093c:ix_offs[0077]: 0x00003dc9 0x00000d38:ix_lens[0077]: 0x00000067 +0x00000940:ix_offs[0078]: 0x00003e30 0x00000d3c:ix_lens[0078]: 0x00000022 +0x00000944:ix_offs[0079]: 0x00003e52 0x00000d40:ix_lens[0079]: 0x00000022 +0x00000948:ix_offs[0080]: 0x00003e74 0x00000d44:ix_lens[0080]: 0x00000021 +0x0000094c:ix_offs[0081]: 0x00003e95 0x00000d48:ix_lens[0081]: 0x0000002c +0x00000950:ix_offs[0082]: 0x00003ec1 0x00000d4c:ix_lens[0082]: 0x00000041 +0x00000954:ix_offs[0083]: 0x00003f02 0x00000d50:ix_lens[0083]: 0x0000004f +0x00000958:ix_offs[0084]: 0x00003f51 0x00000d54:ix_lens[0084]: 0x00000024 +0x0000095c:ix_offs[0085]: 0x00003f75 0x00000d58:ix_lens[0085]: 0x0000002a +0x00000960:ix_offs[0086]: 0x00003f9f 0x00000d5c:ix_lens[0086]: 0x00000048 +0x00000964:ix_offs[0087]: 0x00003fe7 0x00000d60:ix_lens[0087]: 0x00000032 +0x00000968:ix_offs[0088]: 0x00004019 0x00000d64:ix_lens[0088]: 0x00000023 +0x0000096c:ix_offs[0089]: 0x0000403c 0x00000d68:ix_lens[0089]: 0x00000022 +0x00000970:ix_offs[0090]: 0x0000405e 0x00000d6c:ix_lens[0090]: 0x00000028 +0x00000974:ix_offs[0091]: 0x00004086 0x00000d70:ix_lens[0091]: 0x00000027 +0x00000978:ix_offs[0092]: 0x000040ad 0x00000d74:ix_lens[0092]: 0x00000021 +0x0000097c:ix_offs[0093]: 0x000040ce 0x00000d78:ix_lens[0093]: 0x00000023 +0x00000980:ix_offs[0094]: 0x000040f1 0x00000d7c:ix_lens[0094]: 0x00000036 +0x00000984:ix_offs[0095]: 0x00004127 0x00000d80:ix_lens[0095]: 0x0000002b +0x00000988:ix_offs[0096]: 0x00004152 0x00000d84:ix_lens[0096]: 0x00000022 +0x0000098c:ix_offs[0097]: 0x00004174 0x00000d88:ix_lens[0097]: 0x00000020 +0x00000990:ix_offs[0098]: 0x00004194 0x00000d8c:ix_lens[0098]: 0x00000021 +0x00000994:ix_offs[0099]: 0x000041b5 0x00000d90:ix_lens[0099]: 0x000000d9 +0x00000998:ix_offs[0100]: 0x0000428e 0x00000d94:ix_lens[0100]: 0x00000021 +0x0000099c:ix_offs[0101]: 0x000042af 0x00000d98:ix_lens[0101]: 0x00000023 +0x000009a0:ix_offs[0102]: 0x000042d2 0x00000d9c:ix_lens[0102]: 0x00000082 +0x000009a4:ix_offs[0103]: 0x00004354 0x00000da0:ix_lens[0103]: 0x00000026 +0x000009a8:ix_offs[0104]: 0x0000437a 0x00000da4:ix_lens[0104]: 0x00000081 +0x000009ac:ix_offs[0105]: 0x000043fb 0x00000da8:ix_lens[0105]: 0x00000082 +0x000009b0:ix_offs[0106]: 0x0000447d 0x00000dac:ix_lens[0106]: 0x0000002b +0x000009b4:ix_offs[0107]: 0x000044a8 0x00000db0:ix_lens[0107]: 0x00000a62 +0x000009b8:ix_offs[0108]: 0x00004f0a 0x00000db4:ix_lens[0108]: 0x00000024 +0x000009bc:ix_offs[0109]: 0x00004f2e 0x00000db8:ix_lens[0109]: 0x00000026 +0x000009c0:ix_offs[0110]: 0x00004f54 0x00000dbc:ix_lens[0110]: 0x00000021 +0x000009c4:ix_offs[0111]: 0x00004f75 0x00000dc0:ix_lens[0111]: 0x0000002d +0x000009c8:ix_offs[0112]: 0x00004fa2 0x00000dc4:ix_lens[0112]: 0x00000027 +0x000009cc:ix_offs[0113]: 0x00004fc9 0x00000dc8:ix_lens[0113]: 0x00000026 +0x000009d0:ix_offs[0114]: 0x00004fef 0x00000dcc:ix_lens[0114]: 0x00000024 +0x000009d4:ix_offs[0115]: 0x00005013 0x00000dd0:ix_lens[0115]: 0x00000024 +0x000009d8:ix_offs[0116]: 0x00005037 0x00000dd4:ix_lens[0116]: 0x00000024 +0x000009dc:ix_offs[0117]: 0x0000505b 0x00000dd8:ix_lens[0117]: 0x00000021 +0x000009e0:ix_offs[0118]: 0x0000507c 0x00000ddc:ix_lens[0118]: 0x00000025 +0x000009e4:ix_offs[0119]: 0x000050a1 0x00000de0:ix_lens[0119]: 0x0000002c +0x000009e8:ix_offs[0120]: 0x000050cd 0x00000de4:ix_lens[0120]: 0x00000020 +0x000009ec:ix_offs[0121]: 0x000050ed 0x00000de8:ix_lens[0121]: 0x00000026 +0x000009f0:ix_offs[0122]: 0x00005113 0x00000dec:ix_lens[0122]: 0x00000021 +0x000009f4:ix_offs[0123]: 0x00005134 0x00000df0:ix_lens[0123]: 0x000000b2 +0x000009f8:ix_offs[0124]: 0x000051e6 0x00000df4:ix_lens[0124]: 0x0000001f +0x000009fc:ix_offs[0125]: 0x00005205 0x00000df8:ix_lens[0125]: 0x0000002a +0x00000a00:ix_offs[0126]: 0x0000522f 0x00000dfc:ix_lens[0126]: 0x00000030 +0x00000a04:ix_offs[0127]: 0x0000525f 0x00000e00:ix_lens[0127]: 0x0000061c +0x00000a08:ix_offs[0128]: 0x0000587b 0x00000e04:ix_lens[0128]: 0x00000026 +0x00000a0c:ix_offs[0129]: 0x000058a1 0x00000e08:ix_lens[0129]: 0x00000078 +0x00000a10:ix_offs[0130]: 0x00005919 0x00000e0c:ix_lens[0130]: 0x00000022 +0x00000a14:ix_offs[0131]: 0x0000593b 0x00000e10:ix_lens[0131]: 0x0000002a +0x00000a18:ix_offs[0132]: 0x00005965 0x00000e14:ix_lens[0132]: 0x00000022 +0x00000a1c:ix_offs[0133]: 0x00005987 0x00000e18:ix_lens[0133]: 0x00000029 +0x00000a20:ix_offs[0134]: 0x000059b0 0x00000e1c:ix_lens[0134]: 0x0000002c +0x00000a24:ix_offs[0135]: 0x000059dc 0x00000e20:ix_lens[0135]: 0x00000020 +0x00000a28:ix_offs[0136]: 0x000059fc 0x00000e24:ix_lens[0136]: 0x00000021 +0x00000a2c:ix_offs[0137]: 0x00005a1d 0x00000e28:ix_lens[0137]: 0x00000027 +0x00000a30:ix_offs[0138]: 0x00005a44 0x00000e2c:ix_lens[0138]: 0x0000003c +0x00000a34:ix_offs[0139]: 0x00005a80 0x00000e30:ix_lens[0139]: 0x0000001f +0x00000a38:ix_offs[0140]: 0x00005a9f 0x00000e34:ix_lens[0140]: 0x00000021 +0x00000a3c:ix_offs[0141]: 0x00005ac0 0x00000e38:ix_lens[0141]: 0x0000001f +0x00000a40:ix_offs[0142]: 0x00005adf 0x00000e3c:ix_lens[0142]: 0x0000002c +0x00000a44:ix_offs[0143]: 0x00005b0b 0x00000e40:ix_lens[0143]: 0x0000001e +0x00000a48:ix_offs[0144]: 0x00005b29 0x00000e44:ix_lens[0144]: 0x00000027 +0x00000a4c:ix_offs[0145]: 0x00005b50 0x00000e48:ix_lens[0145]: 0x00000022 +0x00000a50:ix_offs[0146]: 0x00005b72 0x00000e4c:ix_lens[0146]: 0x00000021 +0x00000a54:ix_offs[0147]: 0x00005b93 0x00000e50:ix_lens[0147]: 0x0000001e +0x00000a58:ix_offs[0148]: 0x00005bb1 0x00000e54:ix_lens[0148]: 0x00000022 +0x00000a5c:ix_offs[0149]: 0x00005bd3 0x00000e58:ix_lens[0149]: 0x0000003d +0x00000a60:ix_offs[0150]: 0x00005c10 0x00000e5c:ix_lens[0150]: 0x00000031 +0x00000a64:ix_offs[0151]: 0x00005c41 0x00000e60:ix_lens[0151]: 0x00000021 +0x00000a68:ix_offs[0152]: 0x00005c62 0x00000e64:ix_lens[0152]: 0x0000002c +0x00000a6c:ix_offs[0153]: 0x00005c8e 0x00000e68:ix_lens[0153]: 0x0000007e +0x00000a70:ix_offs[0154]: 0x00005d0c 0x00000e6c:ix_lens[0154]: 0x00000023 +0x00000a74:ix_offs[0155]: 0x00005d2f 0x00000e70:ix_lens[0155]: 0x00000026 +0x00000a78:ix_offs[0156]: 0x00005d55 0x00000e74:ix_lens[0156]: 0x00000021 +0x00000a7c:ix_offs[0157]: 0x00005d76 0x00000e78:ix_lens[0157]: 0x00000023 +0x00000a80:ix_offs[0158]: 0x00005d99 0x00000e7c:ix_lens[0158]: 0x0000001e +0x00000a84:ix_offs[0159]: 0x00005db7 0x00000e80:ix_lens[0159]: 0x0000002e +0x00000a88:ix_offs[0160]: 0x00005de5 0x00000e84:ix_lens[0160]: 0x000000a2 +0x00000a8c:ix_offs[0161]: 0x00005e87 0x00000e88:ix_lens[0161]: 0x00000026 +0x00000a90:ix_offs[0162]: 0x00005ead 0x00000e8c:ix_lens[0162]: 0x0000001e +0x00000a94:ix_offs[0163]: 0x00005ecb 0x00000e90:ix_lens[0163]: 0x00000020 +0x00000a98:ix_offs[0164]: 0x00005eeb 0x00000e94:ix_lens[0164]: 0x00000022 +0x00000a9c:ix_offs[0165]: 0x00005f0d 0x00000e98:ix_lens[0165]: 0x00000023 +0x00000aa0:ix_offs[0166]: 0x00005f30 0x00000e9c:ix_lens[0166]: 0x00000036 +0x00000aa4:ix_offs[0167]: 0x00005f66 0x00000ea0:ix_lens[0167]: 0x00000021 +0x00000aa8:ix_offs[0168]: 0x00005f87 0x00000ea4:ix_lens[0168]: 0x00000040 +0x00000aac:ix_offs[0169]: 0x00005fc7 0x00000ea8:ix_lens[0169]: 0x0000003c +0x00000ab0:ix_offs[0170]: 0x00006003 0x00000eac:ix_lens[0170]: 0x000000ed +0x00000ab4:ix_offs[0171]: 0x000060f0 0x00000eb0:ix_lens[0171]: 0x0000001f +0x00000ab8:ix_offs[0172]: 0x0000610f 0x00000eb4:ix_lens[0172]: 0x0000001f +0x00000abc:ix_offs[0173]: 0x0000612e 0x00000eb8:ix_lens[0173]: 0x00000022 +0x00000ac0:ix_offs[0174]: 0x00006150 0x00000ebc:ix_lens[0174]: 0x0000001e +0x00000ac4:ix_offs[0175]: 0x0000616e 0x00000ec0:ix_lens[0175]: 0x0000001e +0x00000ac8:ix_offs[0176]: 0x0000618c 0x00000ec4:ix_lens[0176]: 0x00000020 +0x00000acc:ix_offs[0177]: 0x000061ac 0x00000ec8:ix_lens[0177]: 0x0000001e +0x00000ad0:ix_offs[0178]: 0x000061ca 0x00000ecc:ix_lens[0178]: 0x00000043 +0x00000ad4:ix_offs[0179]: 0x0000620d 0x00000ed0:ix_lens[0179]: 0x00000043 +0x00000ad8:ix_offs[0180]: 0x00006250 0x00000ed4:ix_lens[0180]: 0x0000003f +0x00000adc:ix_offs[0181]: 0x0000628f 0x00000ed8:ix_lens[0181]: 0x00000030 +0x00000ae0:ix_offs[0182]: 0x000062bf 0x00000edc:ix_lens[0182]: 0x0000001f +0x00000ae4:ix_offs[0183]: 0x000062de 0x00000ee0:ix_lens[0183]: 0x0000001e +0x00000ae8:ix_offs[0184]: 0x000062fc 0x00000ee4:ix_lens[0184]: 0x0000002b +0x00000aec:ix_offs[0185]: 0x00006327 0x00000ee8:ix_lens[0185]: 0x00000024 +0x00000af0:ix_offs[0186]: 0x0000634b 0x00000eec:ix_lens[0186]: 0x00000020 +0x00000af4:ix_offs[0187]: 0x0000636b 0x00000ef0:ix_lens[0187]: 0x00000020 +0x00000af8:ix_offs[0188]: 0x0000638b 0x00000ef4:ix_lens[0188]: 0x00000023 +0x00000afc:ix_offs[0189]: 0x000063ae 0x00000ef8:ix_lens[0189]: 0x00000048 + +0x00000b00-0x00000c03:ix_offs[0190-0254] default value 0x00000000 +0x00000efc-0x00000fff:ix_lens[0190-0254] default value 0x00000000 + +BLOCK - DATA +[0000] Name rkey: NEW532 offs: 0x00000000 lens: 0x000000dd + 0x00001000: Ncount 5 + Keys and string offsets, strings + 1. 0x00001004:RKEY I31 0x0000102c:offset 0x00000000 + 0x00001040:string 'Edward_VIII /Windsor/' + 2. 0x0000100c:RKEY I52 0x00001030:offset 0x00000017 + 0x00001057:string 'Elizabeth_II Alexandra Mary/Windsor/' + 3. 0x00001014:RKEY I61 0x00001034:offset 0x0000003c + 0x0000107c:string 'Edward Anthony Richard/Windsor/' + 4. 0x0000101c:RKEY I67 0x00001038:offset 0x0000005c + 0x0000109c:string 'Edward George Nicholas/Windsor/' + 5. 0x00001024:RKEY I2958 0x0000103c:offset 0x0000007c + 0x000010bc:string 'Eugenie Victoria Helena/Windsor/' + Assembled data for NEW532 + 1. I31 name Edward_VIII /Windsor/ + 2. I52 name Elizabeth_II Alexandra Mary/Windsor/ + 3. I61 name Edward Anthony Richard/Windsor/ + 4. I67 name Edward George Nicholas/Windsor/ + 5. I2958 name Eugenie Victoria Helena/Windsor/ +[0001] Name rkey: NEZ999 offs: 0x000000dd lens: 0x00001474 + 0x000010dd: Ncount 177 + Keys and string offsets, strings + 1. 0x000010e1:RKEY I83 0x00001669:offset 0x00000000 + 0x0000192d:string 'Ernest Louis of_Hesse//' + 2. 0x000010e9:RKEY I84 0x0000166d:offset 0x00000018 + 0x00001945:string 'Elizabeth "Ella" //' + 3. 0x000010f1:RKEY I139 0x00001671:offset 0x0000002c + 0x00001959:string 'Ernest_I of_Saxe-Coburg- Saalfeld//' + 4. 0x000010f9:RKEY I273 0x00001675:offset 0x00000050 + 0x0000197d:string 'Elisabeth of_Anhalt //' + 5. 0x00001101:RKEY I286 0x00001679:offset 0x00000067 + 0x00001994:string 'Edward_II //' + 6. 0x00001109:RKEY I354 0x0000167d:offset 0x00000075 + 0x000019a2:string 'Elizabeth Alexandra of_Saxe-//' + 7. 0x00001111:RKEY I358 0x00001681:offset 0x00000094 + 0x000019c1:string 'Elizabeth of_Prussia //' + 8. 0x00001119:RKEY I421 0x00001685:offset 0x000000ac + 0x000019d9:string 'Eitel Frederick //' + 9. 0x00001121:RKEY I446 0x00001689:offset 0x000000bf + 0x000019ec:string 'Erik of_Vastmanland //' + 10. 0x00001129:RKEY I460 0x0000168d:offset 0x000000d6 + 0x00001a03:string 'Eleonore of_Solms- Hohensolms-Lich//' + 11. 0x00001131:RKEY I483 0x00001691:offset 0x000000fb + 0x00001a28:string 'Eight_children //' + 12. 0x00001139:RKEY I554 0x00001695:offset 0x0000010e + 0x00001a3b:string 'Elizabeth Christine of_Brunswick//' + 13. 0x00001141:RKEY I641 0x00001699:offset 0x00000131 + 0x00001a5e:string 'Elisabeth Amalia //' + 14. 0x00001149:RKEY I656 0x0000169d:offset 0x00000145 + 0x00001a72:string 'Emma of_Netherlands //' + 15. 0x00001151:RKEY I668 0x000016a1:offset 0x0000015c + 0x00001a89:string 'Ernst von_Seherr-Thoss //' + 16. 0x00001159:RKEY I685 0x000016a5:offset 0x00000176 + 0x00001aa3:string 'Elisabeth of_Austria //' + 17. 0x00001161:RKEY I712 0x000016a9:offset 0x0000018e + 0x00001abb:string 'Edgar of_Cambridge //' + 18. 0x00001169:RKEY I758 0x000016ad:offset 0x000001a4 + 0x00001ad1:string 'Ernest Augustus of_Brunswick//' + 19. 0x00001171:RKEY I768 0x000016b1:offset 0x000001c3 + 0x00001af0:string 'Edward //' + 20. 0x00001179:RKEY I770 0x000016b5:offset 0x000001ce + 0x00001afb:string 'Ernest Augustus //' + 21. 0x00001181:RKEY I774 0x000016b9:offset 0x000001e1 + 0x00001b0e:string 'Elizabeth of_York //' + 22. 0x00001189:RKEY I896 0x000016bd:offset 0x000001f6 + 0x00001b23:string 'Elizabeth of_France //' + 23. 0x00001191:RKEY I903 0x000016c1:offset 0x0000020d + 0x00001b3a:string 'Emich of_Leiningen //' + 24. 0x00001199:RKEY I908 0x000016c5:offset 0x00000223 + 0x00001b50:string 'Eilika of_Oldenberg //' + 25. 0x000011a1:RKEY I941 0x000016c9:offset 0x0000023a + 0x00001b67:string 'Emily //' + 26. 0x000011a9:RKEY I986 0x000016cd:offset 0x00000244 + 0x00001b71:string 'Edward //' + 27. 0x000011b1:RKEY I991 0x000016d1:offset 0x0000024f + 0x00001b7c:string 'Edward_IV //' + 28. 0x000011b9:RKEY I992 0x000016d5:offset 0x0000025d + 0x00001b8a:string 'Edmund //' + 29. 0x000011c1:RKEY I995 0x000016d9:offset 0x00000268 + 0x00001b95:string 'Elizabeth //' + 30. 0x000011c9:RKEY I1001 0x000016dd:offset 0x00000276 + 0x00001ba3:string 'Edward_V //' + 31. 0x000011d1:RKEY I1016 0x000016e1:offset 0x00000283 + 0x00001bb0:string 'Edward //' + 32. 0x000011d9:RKEY I1018 0x000016e5:offset 0x0000028e + 0x00001bbb:string 'Edward //' + 33. 0x000011e1:RKEY I1112 0x000016e9:offset 0x00000299 + 0x00001bc6:string 'Elisabeth of_Wied //' + 34. 0x000011e9:RKEY I1119 0x000016ed:offset 0x000002ae + 0x00001bdb:string 'Elisabeth of_Bavaria //' + 35. 0x000011f1:RKEY I1173 0x000016f1:offset 0x000002c6 + 0x00001bf3:string 'Elizabeth Henrietta of_Hesse-Cassel//' + 36. 0x000011f9:RKEY I1189 0x000016f5:offset 0x000002ec + 0x00001c19:string 'Editha //' + 37. 0x00001201:RKEY I1196 0x000016f9:offset 0x000002f7 + 0x00001c24:string 'Elizabeth //' + 38. 0x00001209:RKEY I1229 0x000016fd:offset 0x00000305 + 0x00001c32:string 'Edward_III //' + 39. 0x00001211:RKEY I1231 0x00001701:offset 0x00000314 + 0x00001c41:string 'Edward //' + 40. 0x00001219:RKEY I1237 0x00001705:offset 0x0000031f + 0x00001c4c:string 'Edmund of_Langley //' + 41. 0x00001221:RKEY I1257 0x00001709:offset 0x00000334 + 0x00001c61:string 'Eleanor //' + 42. 0x00001229:RKEY I1261 0x0000170d:offset 0x00000340 + 0x00001c6d:string 'Edward_I (Longshanks) //' + 43. 0x00001231:RKEY I1262 0x00001711:offset 0x00000359 + 0x00001c86:string 'Eleanor of_Castile //' + 44. 0x00001239:RKEY I1263 0x00001715:offset 0x0000036f + 0x00001c9c:string 'Eleanor //' + 45. 0x00001241:RKEY I1274 0x00001719:offset 0x0000037b + 0x00001ca8:string 'Elizabeth //' + 46. 0x00001249:RKEY I1279 0x0000171d:offset 0x00000389 + 0x00001cb6:string 'Edmund of_Woodstock //' + 47. 0x00001251:RKEY I1280 0x00001721:offset 0x000003a0 + 0x00001ccd:string 'Eleanor //' + 48. 0x00001259:RKEY I1282 0x00001725:offset 0x000003ac + 0x00001cd9:string 'Eleanor of_Provence //' + 49. 0x00001261:RKEY I1285 0x00001729:offset 0x000003c3 + 0x00001cf0:string 'Edmund Crouchback of_Leicester//' + 50. 0x00001269:RKEY I1338 0x0000172d:offset 0x000003e4 + 0x00001d11:string 'Edward //' + 51. 0x00001271:RKEY I1370 0x00001731:offset 0x000003ef + 0x00001d1c:string 'Eleanor //' + 52. 0x00001279:RKEY I1372 0x00001735:offset 0x000003fb + 0x00001d28:string 'Eleanor of_Aquitaine //' + 53. 0x00001281:RKEY I1378 0x00001739:offset 0x00000413 + 0x00001d40:string 'Eleanor //' + 54. 0x00001289:RKEY I1400 0x0000173d:offset 0x0000041f + 0x00001d4c:string 'Eustace of_Boulongne //' + 55. 0x00001291:RKEY I1411 0x00001741:offset 0x00000437 + 0x00001d64:string 'Edward //' + 56. 0x00001299:RKEY I1415 0x00001745:offset 0x00000442 + 0x00001d6f:string 'Enguerrand_VII de_Courcy //' + 57. 0x000012a1:RKEY I1418 0x00001749:offset 0x0000045e + 0x00001d8b:string 'Elizabeth de_Burgh //' + 58. 0x000012a9:RKEY I1450 0x0000174d:offset 0x00000474 + 0x00001da1:string 'Elizabeth de_Burgh //' + 59. 0x000012b1:RKEY I1464 0x00001751:offset 0x0000048a + 0x00001db7:string 'Euphemia of_Ross //' + 60. 0x000012b9:RKEY I1475 0x00001755:offset 0x0000049e + 0x00001dcb:string 'Elizabeth //' + 61. 0x000012c1:RKEY I1502 0x00001759:offset 0x000004ac + 0x00001dd9:string 'Elizabeth //' + 62. 0x000012c9:RKEY I1513 0x0000175d:offset 0x000004ba + 0x00001de7:string 'Edgar //' + 63. 0x000012d1:RKEY I1522 0x00001761:offset 0x000004c4 + 0x00001df1:string 'Eustace_III of_Boulogne //' + 64. 0x000012d9:RKEY I1532 0x00001765:offset 0x000004df + 0x00001e0c:string 'Emma of_Normandy //' + 65. 0x000012e1:RKEY I1533 0x00001769:offset 0x000004f3 + 0x00001e20:string 'Ethelred_II the_Unready //' + 66. 0x000012e9:RKEY I1534 0x0000176d:offset 0x0000050e + 0x00001e3b:string 'Edward the_Confessor //' + 67. 0x000012f1:RKEY I1535 0x00001771:offset 0x00000526 + 0x00001e53:string 'Edith (Eadgyth) //' + 68. 0x000012f9:RKEY I1539 0x00001775:offset 0x00000539 + 0x00001e66:string 'Edith Swan-neck (Ealdgyth)//' + 69. 0x00001301:RKEY I1542 0x00001779:offset 0x00000556 + 0x00001e83:string 'Elfreda (Elfgiva) //' + 70. 0x00001309:RKEY I1543 0x0000177d:offset 0x0000056b + 0x00001e98:string 'Edmund_II Ironside //' + 71. 0x00001311:RKEY I1544 0x00001781:offset 0x00000581 + 0x00001eae:string 'Ealdgyth //' + 72. 0x00001319:RKEY I1549 0x00001785:offset 0x0000058e + 0x00001ebb:string 'Elfgiva of_Northampton //' + 73. 0x00001321:RKEY I1598 0x00001789:offset 0x000005a8 + 0x00001ed5:string 'Eleanor de_Cobham //' + 74. 0x00001329:RKEY I1600 0x0000178d:offset 0x000005bd + 0x00001eea:string 'Eric_X of_Pomerania //' + 75. 0x00001331:RKEY I1605 0x00001791:offset 0x000005d4 + 0x00001f01:string 'Elizabeth Christine //' + 76. 0x00001339:RKEY I1674 0x00001795:offset 0x000005eb + 0x00001f18:string 'Elizabeth //' + 77. 0x00001341:RKEY I1691 0x00001799:offset 0x000005f9 + 0x00001f26:string 'Ernest //' + 78. 0x00001349:RKEY I1723 0x0000179d:offset 0x00000604 + 0x00001f31:string 'Elizabeth of_Tavistock //' + 79. 0x00001351:RKEY I1737 0x000017a1:offset 0x0000061e + 0x00001f4b:string 'Ernest_II of_Saxe-Coburg- Saalfeld//' + 80. 0x00001359:RKEY I1744 0x000017a5:offset 0x00000643 + 0x00001f70:string 'Edward //' + 81. 0x00001361:RKEY I1754 0x000017a9:offset 0x0000064e + 0x00001f7b:string 'Egbert //' + 82. 0x00001369:RKEY I1755 0x000017ad:offset 0x00000659 + 0x00001f86:string 'Edred //' + 83. 0x00001371:RKEY I1756 0x000017b1:offset 0x00000663 + 0x00001f90:string 'Edwy //' + 84. 0x00001379:RKEY I1757 0x000017b5:offset 0x0000066c + 0x00001f99:string 'Edward //' + 85. 0x00001381:RKEY I1758 0x000017b9:offset 0x00000677 + 0x00001fa4:string 'Edgar //' + 86. 0x00001389:RKEY I1759 0x000017bd:offset 0x00000681 + 0x00001fae:string 'Edith //' + 87. 0x00001391:RKEY I1760 0x000017c1:offset 0x0000068b + 0x00001fb8:string 'Elgiva //' + 88. 0x00001399:RKEY I1764 0x000017c5:offset 0x00000696 + 0x00001fc3:string 'Edmund //' + 89. 0x000013a1:RKEY I1779 0x000017c9:offset 0x000006a1 + 0x00001fce:string 'Edgar the_Peaceful //' + 90. 0x000013a9:RKEY I1780 0x000017cd:offset 0x000006b7 + 0x00001fe4:string 'Elfrida //' + 91. 0x000013b1:RKEY I1781 0x000017d1:offset 0x000006c3 + 0x00001ff0:string 'Ethelfleda //' + 92. 0x000013b9:RKEY I1782 0x000017d5:offset 0x000006d2 + 0x00001fff:string 'Edward the_Martyr //' + 93. 0x000013c1:RKEY I1784 0x000017d9:offset 0x000006e7 + 0x00002014:string 'Edmund //' + 94. 0x000013c9:RKEY I1786 0x000017dd:offset 0x000006f2 + 0x0000201f:string 'Edmund_I the_Elder //' + 95. 0x000013d1:RKEY I1788 0x000017e1:offset 0x00000708 + 0x00002035:string 'Edwy //' + 96. 0x000013d9:RKEY I1789 0x000017e5:offset 0x00000711 + 0x0000203e:string 'Elgiva //' + 97. 0x000013e1:RKEY I1790 0x000017e9:offset 0x0000071c + 0x00002049:string 'Ethelfleda of_Domerham //' + 98. 0x000013e9:RKEY I1792 0x000017ed:offset 0x00000736 + 0x00002063:string 'Edward the_Elder //' + 99. 0x000013f1:RKEY I1793 0x000017f1:offset 0x0000074a + 0x00002077:string 'Edgiva //' + 100. 0x000013f9:RKEY I1794 0x000017f5:offset 0x00000755 + 0x00002082:string 'Edred //' + 101. 0x00001401:RKEY I1795 0x000017f9:offset 0x0000075f + 0x0000208c:string 'Edburh //' + 102. 0x00001409:RKEY I1796 0x000017fd:offset 0x0000076a + 0x00002097:string 'Edgiva //' + 103. 0x00001411:RKEY I1798 0x00001801:offset 0x00000775 + 0x000020a2:string 'Ecgwyn //' + 104. 0x00001419:RKEY I1802 0x00001805:offset 0x00000780 + 0x000020ad:string 'Elfleda //' + 105. 0x00001421:RKEY I1803 0x00001809:offset 0x0000078c + 0x000020b9:string 'Ethelwerd //' + 106. 0x00001429:RKEY I1804 0x0000180d:offset 0x0000079a + 0x000020c7:string 'Edwin //' + 107. 0x00001431:RKEY I1805 0x00001811:offset 0x000007a4 + 0x000020d1:string 'Elfleda //' + 108. 0x00001439:RKEY I1806 0x00001815:offset 0x000007b0 + 0x000020dd:string 'Edgiva //' + 109. 0x00001441:RKEY I1807 0x00001819:offset 0x000007bb + 0x000020e8:string 'Ethelhilda //' + 110. 0x00001449:RKEY I1808 0x0000181d:offset 0x000007ca + 0x000020f7:string 'Edhilda //' + 111. 0x00001451:RKEY I1809 0x00001821:offset 0x000007d6 + 0x00002103:string 'Eadgyth (Edith) //' + 112. 0x00001459:RKEY I1810 0x00001825:offset 0x000007e9 + 0x00002116:string 'Elgiva //' + 113. 0x00001461:RKEY I1873 0x00001829:offset 0x000007f4 + 0x00002121:string 'Eleanor //' + 114. 0x00001469:RKEY I1887 0x0000182d:offset 0x00000800 + 0x0000212d:string 'Edmund //' + 115. 0x00001471:RKEY I1965 0x00001831:offset 0x0000080b + 0x00002138:string 'Ealhswith //' + 116. 0x00001479:RKEY I1966 0x00001835:offset 0x00000819 + 0x00002146:string 'Ethelwulf //' + 117. 0x00001481:RKEY I1969 0x00001839:offset 0x00000827 + 0x00002154:string 'Ethelbald //' + 118. 0x00001489:RKEY I1971 0x0000183d:offset 0x00000835 + 0x00002162:string 'Ethelbert //' + 119. 0x00001491:RKEY I1972 0x00001841:offset 0x00000843 + 0x00002170:string 'Ethelred_I //' + 120. 0x00001499:RKEY I1973 0x00001845:offset 0x00000852 + 0x0000217f:string 'Egbert //' + 121. 0x000014a1:RKEY I1977 0x00001849:offset 0x0000085d + 0x0000218a:string 'Ethelswith //' + 122. 0x000014a9:RKEY I1978 0x0000184d:offset 0x0000086c + 0x00002199:string 'Ethelhelm //' + 123. 0x000014b1:RKEY I1979 0x00001851:offset 0x0000087a + 0x000021a7:string 'Ethelwald //' + 124. 0x000014b9:RKEY I1982 0x00001855:offset 0x00000888 + 0x000021b5:string 'Ethelwerd //' + 125. 0x000014c1:RKEY I1983 0x00001859:offset 0x00000896 + 0x000021c3:string 'Elfwine //' + 126. 0x000014c9:RKEY I1984 0x0000185d:offset 0x000008a2 + 0x000021cf:string 'Ethelwine //' + 127. 0x000014d1:RKEY I1985 0x00001861:offset 0x000008b0 + 0x000021dd:string 'Ethelfleda //' + 128. 0x000014d9:RKEY I1986 0x00001865:offset 0x000008bf + 0x000021ec:string 'Ethelgiva of_Shaftesbury //' + 129. 0x000014e1:RKEY I1987 0x00001869:offset 0x000008db + 0x00002208:string 'Elfrida //' + 130. 0x000014e9:RKEY I1989 0x0000186d:offset 0x000008e7 + 0x00002214:string 'Ethelred of_Mercia //' + 131. 0x000014f1:RKEY I1995 0x00001871:offset 0x000008fd + 0x0000222a:string 'Elesa //' + 132. 0x000014f9:RKEY I1996 0x00001875:offset 0x00000907 + 0x00002234:string 'Elsa //' + 133. 0x00001501:RKEY I2045 0x00001879:offset 0x00000910 + 0x0000223d:string 'Ethelbald //' + 134. 0x00001509:RKEY I2049 0x0000187d:offset 0x0000091e + 0x0000224b:string 'Ethelburh //' + 135. 0x00001511:RKEY I2054 0x00001881:offset 0x0000092c + 0x00002259:string 'Ealhmund of_Kent //' + 136. 0x00001519:RKEY I2055 0x00001885:offset 0x00000940 + 0x0000226d:string 'Eaba //' + 137. 0x00001521:RKEY I2056 0x00001889:offset 0x00000949 + 0x00002276:string 'Eoppa //' + 138. 0x00001529:RKEY I2070 0x0000188d:offset 0x00000953 + 0x00002280:string 'Edmund of_Stafford //' + 139. 0x00001531:RKEY I2116 0x00001891:offset 0x00000969 + 0x00002296:string 'Elizabeth of_Hervorden //' + 140. 0x00001539:RKEY I2134 0x00001895:offset 0x00000983 + 0x000022b0:string 'Elizabeth of_France //' + 141. 0x00001541:RKEY I2150 0x00001899:offset 0x0000099a + 0x000022c7:string 'Ernest of_Hohenlohe- Langenburg//' + 142. 0x00001549:RKEY I2154 0x0000189d:offset 0x000009bc + 0x000022e9:string 'Elizabeth //' + 143. 0x00001551:RKEY I2167 0x000018a1:offset 0x000009ca + 0x000022f7:string 'Eleanor //' + 144. 0x00001559:RKEY I2178 0x000018a5:offset 0x000009d6 + 0x00002303:string 'Ednyfed Fychan //' + 145. 0x00001561:RKEY I2185 0x000018a9:offset 0x000009e8 + 0x00002315:string 'Einion //' + 146. 0x00001569:RKEY I2216 0x000018ad:offset 0x000009f3 + 0x00002320:string 'Eva //' + 147. 0x00001571:RKEY I2222 0x000018b1:offset 0x000009fb + 0x00002328:string 'Enna //' + 148. 0x00001579:RKEY I2232 0x000018b5:offset 0x00000a04 + 0x00002331:string 'Ermengarde //' + 149. 0x00001581:RKEY I2238 0x000018b9:offset 0x00000a13 + 0x00002340:string 'Ethelreda //' + 150. 0x00001589:RKEY I2264 0x000018bd:offset 0x00000a21 + 0x0000234e:string 'Eocha //' + 151. 0x00001591:RKEY I2278 0x000018c1:offset 0x00000a2b + 0x00002358:string 'Edward //' + 152. 0x00001599:RKEY I2279 0x000018c5:offset 0x00000a36 + 0x00002363:string 'Edmund //' + 153. 0x000015a1:RKEY I2422 0x000018c9:offset 0x00000a41 + 0x0000236e:string 'Eleanor of_Neuburg //' + 154. 0x000015a9:RKEY I2506 0x000018cd:offset 0x00000a57 + 0x00002384:string 'Elizabeth //' + 155. 0x000015b1:RKEY I2571 0x000018d1:offset 0x00000a65 + 0x00002392:string 'Emma of_Bavaria //' + 156. 0x000015b9:RKEY I2575 0x000018d5:offset 0x00000a78 + 0x000023a5:string 'Ermentrude //' + 157. 0x000015c1:RKEY I2585 0x000018d9:offset 0x00000a87 + 0x000023b4:string 'Eadgifu of_England //' + 158. 0x000015c9:RKEY I2586 0x000018dd:offset 0x00000a9d + 0x000023ca:string 'Engeberge //' + 159. 0x000015d1:RKEY I2615 0x000018e1:offset 0x00000aab + 0x000023d8:string 'Elisabeth of_Austria //' + 160. 0x000015d9:RKEY I2628 0x000018e5:offset 0x00000ac3 + 0x000023f0:string 'Emily of_Dornberg //' + 161. 0x000015e1:RKEY I2640 0x000018e9:offset 0x00000ad8 + 0x00002405:string 'Edelmira //' + 162. 0x000015e9:RKEY I2646 0x000018ed:offset 0x00000ae5 + 0x00002412:string 'Emmanuela de_Dampierre //' + 163. 0x000015f1:RKEY I2679 0x000018f1:offset 0x00000aff + 0x0000242c:string 'Elizabeth //' + 164. 0x000015f9:RKEY I2771 0x000018f5:offset 0x00000b0d + 0x0000243a:string 'Eugene //' + 165. 0x00001601:RKEY I2776 0x000018f9:offset 0x00000b18 + 0x00002445:string 'Elsa Bernadotte of_Wisborg//' + 166. 0x00001609:RKEY I2799 0x000018fd:offset 0x00000b35 + 0x00002462:string 'Ebba //' + 167. 0x00001611:RKEY I2851 0x00001901:offset 0x00000b3e + 0x0000246b:string 'Ernest Frederick_III of_Saxe-//' + 168. 0x00001619:RKEY I2869 0x00001905:offset 0x00000b5e + 0x0000248b:string 'Edward //' + 169. 0x00001621:RKEY I2891 0x00001909:offset 0x00000b69 + 0x00002496:string 'Emanuel //' + 170. 0x00001629:RKEY I2894 0x0000190d:offset 0x00000b75 + 0x000024a2:string 'Eleanor //' + 171. 0x00001631:RKEY I2897 0x00001911:offset 0x00000b81 + 0x000024ae:string 'Ernest Frederick of_Saxe-Coburg//' + 172. 0x00001639:RKEY I2900 0x00001915:offset 0x00000ba3 + 0x000024d0:string 'Emanuel of_Orleans //' + 173. 0x00001641:RKEY I2906 0x00001919:offset 0x00000bb9 + 0x000024e6:string 'Elemer //' + 174. 0x00001649:RKEY I2916 0x0000191d:offset 0x00000bc4 + 0x000024f1:string 'Elizabeth Charlotte of_Bavaria//' + 175. 0x00001651:RKEY I2917 0x00001921:offset 0x00000be5 + 0x00002512:string 'Elizabeth Charlotte //' + 176. 0x00001659:RKEY I2967 0x00001925:offset 0x00000bfc + 0x00002529:string 'Elizabeth //' + 177. 0x00001661:RKEY I2976 0x00001929:offset 0x00000c0a + 0x00002537:string 'Emich Karl of_Leiningen//' + Assembled data for NEZ999 + 1. I83 name Ernest Louis of_Hesse// + 2. I84 name Elizabeth "Ella" // + 3. I139 name Ernest_I of_Saxe-Coburg- Saalfeld// + 4. I273 name Elisabeth of_Anhalt // + 5. I286 name Edward_II // + 6. I354 name Elizabeth Alexandra of_Saxe-// + 7. I358 name Elizabeth of_Prussia // + 8. I421 name Eitel Frederick // + 9. I446 name Erik of_Vastmanland // + 10. I460 name Eleonore of_Solms- Hohensolms-Lich// + 11. I483 name Eight_children // + 12. I554 name Elizabeth Christine of_Brunswick// + 13. I641 name Elisabeth Amalia // + 14. I656 name Emma of_Netherlands // + 15. I668 name Ernst von_Seherr-Thoss // + 16. I685 name Elisabeth of_Austria // + 17. I712 name Edgar of_Cambridge // + 18. I758 name Ernest Augustus of_Brunswick// + 19. I768 name Edward // + 20. I770 name Ernest Augustus // + 21. I774 name Elizabeth of_York // + 22. I896 name Elizabeth of_France // + 23. I903 name Emich of_Leiningen // + 24. I908 name Eilika of_Oldenberg // + 25. I941 name Emily // + 26. I986 name Edward // + 27. I991 name Edward_IV // + 28. I992 name Edmund // + 29. I995 name Elizabeth // + 30. I1001 name Edward_V // + 31. I1016 name Edward // + 32. I1018 name Edward // + 33. I1112 name Elisabeth of_Wied // + 34. I1119 name Elisabeth of_Bavaria // + 35. I1173 name Elizabeth Henrietta of_Hesse-Cassel// + 36. I1189 name Editha // + 37. I1196 name Elizabeth // + 38. I1229 name Edward_III // + 39. I1231 name Edward // + 40. I1237 name Edmund of_Langley // + 41. I1257 name Eleanor // + 42. I1261 name Edward_I (Longshanks) // + 43. I1262 name Eleanor of_Castile // + 44. I1263 name Eleanor // + 45. I1274 name Elizabeth // + 46. I1279 name Edmund of_Woodstock // + 47. I1280 name Eleanor // + 48. I1282 name Eleanor of_Provence // + 49. I1285 name Edmund Crouchback of_Leicester// + 50. I1338 name Edward // + 51. I1370 name Eleanor // + 52. I1372 name Eleanor of_Aquitaine // + 53. I1378 name Eleanor // + 54. I1400 name Eustace of_Boulongne // + 55. I1411 name Edward // + 56. I1415 name Enguerrand_VII de_Courcy // + 57. I1418 name Elizabeth de_Burgh // + 58. I1450 name Elizabeth de_Burgh // + 59. I1464 name Euphemia of_Ross // + 60. I1475 name Elizabeth // + 61. I1502 name Elizabeth // + 62. I1513 name Edgar // + 63. I1522 name Eustace_III of_Boulogne // + 64. I1532 name Emma of_Normandy // + 65. I1533 name Ethelred_II the_Unready // + 66. I1534 name Edward the_Confessor // + 67. I1535 name Edith (Eadgyth) // + 68. I1539 name Edith Swan-neck (Ealdgyth)// + 69. I1542 name Elfreda (Elfgiva) // + 70. I1543 name Edmund_II Ironside // + 71. I1544 name Ealdgyth // + 72. I1549 name Elfgiva of_Northampton // + 73. I1598 name Eleanor de_Cobham // + 74. I1600 name Eric_X of_Pomerania // + 75. I1605 name Elizabeth Christine // + 76. I1674 name Elizabeth // + 77. I1691 name Ernest // + 78. I1723 name Elizabeth of_Tavistock // + 79. I1737 name Ernest_II of_Saxe-Coburg- Saalfeld// + 80. I1744 name Edward // + 81. I1754 name Egbert // + 82. I1755 name Edred // + 83. I1756 name Edwy // + 84. I1757 name Edward // + 85. I1758 name Edgar // + 86. I1759 name Edith // + 87. I1760 name Elgiva // + 88. I1764 name Edmund // + 89. I1779 name Edgar the_Peaceful // + 90. I1780 name Elfrida // + 91. I1781 name Ethelfleda // + 92. I1782 name Edward the_Martyr // + 93. I1784 name Edmund // + 94. I1786 name Edmund_I the_Elder // + 95. I1788 name Edwy // + 96. I1789 name Elgiva // + 97. I1790 name Ethelfleda of_Domerham // + 98. I1792 name Edward the_Elder // + 99. I1793 name Edgiva // + 100. I1794 name Edred // + 101. I1795 name Edburh // + 102. I1796 name Edgiva // + 103. I1798 name Ecgwyn // + 104. I1802 name Elfleda // + 105. I1803 name Ethelwerd // + 106. I1804 name Edwin // + 107. I1805 name Elfleda // + 108. I1806 name Edgiva // + 109. I1807 name Ethelhilda // + 110. I1808 name Edhilda // + 111. I1809 name Eadgyth (Edith) // + 112. I1810 name Elgiva // + 113. I1873 name Eleanor // + 114. I1887 name Edmund // + 115. I1965 name Ealhswith // + 116. I1966 name Ethelwulf // + 117. I1969 name Ethelbald // + 118. I1971 name Ethelbert // + 119. I1972 name Ethelred_I // + 120. I1973 name Egbert // + 121. I1977 name Ethelswith // + 122. I1978 name Ethelhelm // + 123. I1979 name Ethelwald // + 124. I1982 name Ethelwerd // + 125. I1983 name Elfwine // + 126. I1984 name Ethelwine // + 127. I1985 name Ethelfleda // + 128. I1986 name Ethelgiva of_Shaftesbury // + 129. I1987 name Elfrida // + 130. I1989 name Ethelred of_Mercia // + 131. I1995 name Elesa // + 132. I1996 name Elsa // + 133. I2045 name Ethelbald // + 134. I2049 name Ethelburh // + 135. I2054 name Ealhmund of_Kent // + 136. I2055 name Eaba // + 137. I2056 name Eoppa // + 138. I2070 name Edmund of_Stafford // + 139. I2116 name Elizabeth of_Hervorden // + 140. I2134 name Elizabeth of_France // + 141. I2150 name Ernest of_Hohenlohe- Langenburg// + 142. I2154 name Elizabeth // + 143. I2167 name Eleanor // + 144. I2178 name Ednyfed Fychan // + 145. I2185 name Einion // + 146. I2216 name Eva // + 147. I2222 name Enna // + 148. I2232 name Ermengarde // + 149. I2238 name Ethelreda // + 150. I2264 name Eocha // + 151. I2278 name Edward // + 152. I2279 name Edmund // + 153. I2422 name Eleanor of_Neuburg // + 154. I2506 name Elizabeth // + 155. I2571 name Emma of_Bavaria // + 156. I2575 name Ermentrude // + 157. I2585 name Eadgifu of_England // + 158. I2586 name Engeberge // + 159. I2615 name Elisabeth of_Austria // + 160. I2628 name Emily of_Dornberg // + 161. I2640 name Edelmira // + 162. I2646 name Emmanuela de_Dampierre // + 163. I2679 name Elizabeth // + 164. I2771 name Eugene // + 165. I2776 name Elsa Bernadotte of_Wisborg// + 166. I2799 name Ebba // + 167. I2851 name Ernest Frederick_III of_Saxe-// + 168. I2869 name Edward // + 169. I2891 name Emanuel // + 170. I2894 name Eleanor // + 171. I2897 name Ernest Frederick of_Saxe-Coburg// + 172. I2900 name Emanuel of_Orleans // + 173. I2906 name Elemer // + 174. I2916 name Elizabeth Charlotte of_Bavaria// + 175. I2917 name Elizabeth Charlotte // + 176. I2967 name Elizabeth // + 177. I2976 name Emich Karl of_Leiningen// +[0002] Name rkey: NFA652 offs: 0x00001551 lens: 0x00000048 + 0x00002551: Ncount 2 + Keys and string offsets, strings + 1. 0x00002555:RKEY I2226 0x00002565:offset 0x00000000 + 0x0000256d:string 'Finn /Arnasson/' + 2. 0x0000255d:RKEY I2978 0x00002569:offset 0x00000011 + 0x0000257e:string 'Frances /Armstrong-Jones/' + Assembled data for NFA652 + 1. I2226 name Finn /Arnasson/ + 2. I2978 name Frances /Armstrong-Jones/ +[0003] Name rkey: NFB245 offs: 0x00001599 lens: 0x00000025 + 0x00002599: Ncount 1 + Keys and string offsets, strings + 1. 0x0000259d:RKEY I178 0x000025a5:offset 0x00000000 + 0x000025a9:string 'Fergus /Bowes-Lyon/' + Assembled data for NFB245 + 1. I178 name Fergus /Bowes-Lyon/ +[0004] Name rkey: NFB626 offs: 0x000015be lens: 0x00000027 + 0x000025be: Ncount 1 + Keys and string offsets, strings + 1. 0x000025c2:RKEY I93 0x000025ca:offset 0x00000000 + 0x000025ce:string 'Frances /Burke_Roche/' + Assembled data for NFB626 + 1. I93 name Frances /Burke_Roche/ +[0005] Name rkey: NFB653 offs: 0x000015e5 lens: 0x00000023 + 0x000025e5: Ncount 1 + Keys and string offsets, strings + 1. 0x000025e9:RKEY I1427 0x000025f1:offset 0x00000000 + 0x000025f5:string 'Frances /Brandon/' + Assembled data for NFB653 + 1. I1427 name Frances /Brandon/ +[0006] Name rkey: NFD162 offs: 0x00001608 lens: 0x00000024 + 0x00002608: Ncount 1 + Keys and string offsets, strings + 1. 0x0000260c:RKEY I2102 0x00002614:offset 0x00000000 + 0x00002618:string 'Frances /Devereux/' + Assembled data for NFD162 + 1. I2102 name Frances /Devereux/ +[0007] Name rkey: NFD625 offs: 0x0000162c lens: 0x0000002a + 0x0000262c: Ncount 1 + Keys and string offsets, strings + 1. 0x00002630:RKEY I945 0x00002638:offset 0x00000000 + 0x0000263c:string 'Fredericka Ann /Duhrrson/' + Assembled data for NFD625 + 1. I945 name Fredericka Ann /Duhrrson/ +[0008] Name rkey: NFH165 offs: 0x00001656 lens: 0x00000038 + 0x00002656: Ncount 1 + Keys and string offsets, strings + 1. 0x0000265a:RKEY I193 0x00002662:offset 0x00000000 + 0x00002666:string 'Fenella Stuart-Forbes Trefusis/Hepburn/' + Assembled data for NFH165 + 1. I193 name Fenella Stuart-Forbes Trefusis/Hepburn/ +[0009] Name rkey: NFH516 offs: 0x0000168e lens: 0x000000e1 + 0x0000268e: Ncount 6 + Keys and string offsets, strings + 1. 0x00002692:RKEY I202 0x000026c2:offset 0x00000000 + 0x000026da:string 'Frederick /Hanover/' + 2. 0x0000269a:RKEY I252 0x000026c6:offset 0x00000015 + 0x000026ef:string 'Frederica /Hanover/' + 3. 0x000026a2:RKEY I323 0x000026ca:offset 0x0000002a + 0x00002704:string 'Frederick Louis /Hanover/' + 4. 0x000026aa:RKEY I339 0x000026ce:offset 0x00000044 + 0x0000271e:string 'Frederick William /Hanover/' + 5. 0x000026b2:RKEY I470 0x000026d2:offset 0x00000060 + 0x0000273a:string 'Frederica of_Hanover /Hanover/' + 6. 0x000026ba:RKEY I2708 0x000026d6:offset 0x0000007f + 0x00002759:string 'Fredericka /Hanover/' + Assembled data for NFH516 + 1. I202 name Frederick /Hanover/ + 2. I252 name Frederica /Hanover/ + 3. I323 name Frederick Louis /Hanover/ + 4. I339 name Frederick William /Hanover/ + 5. I470 name Frederica of_Hanover /Hanover/ + 6. I2708 name Fredericka /Hanover/ +[0010] Name rkey: NFH524 offs: 0x0000176f lens: 0x0000006d + 0x0000276f: Ncount 2 + Keys and string offsets, strings + 1. 0x00002773:RKEY I309 0x00002783:offset 0x00000000 + 0x0000278b:string 'Ferdinand_I of_Hohenzollern- Sigmaringen/Hohenzollern/' + 2. 0x0000277b:RKEY I1109 0x00002787:offset 0x00000037 + 0x000027c2:string 'Frederick /Hohenzollern/' + Assembled data for NFH524 + 1. I309 name Ferdinand_I of_Hohenzollern- Sigmaringen/Hohenzollern/ + 2. I1109 name Frederick /Hohenzollern/ +[0011] Name rkey: NFH630 offs: 0x000017dc lens: 0x0000005e + 0x000027dc: Ncount 3 + Keys and string offsets, strings + 1. 0x000027e0:RKEY I2379 0x000027f8:offset 0x00000000 + 0x00002804:string 'Frances /Howard/' + 2. 0x000027e8:RKEY I2389 0x000027fc:offset 0x00000012 + 0x00002816:string 'Frances /Howard/' + 3. 0x000027f0:RKEY I2390 0x00002800:offset 0x00000024 + 0x00002828:string 'Frances /Howard/' + Assembled data for NFH630 + 1. I2379 name Frances /Howard/ + 2. I2389 name Frances /Howard/ + 3. I2390 name Frances /Howard/ +[0012] Name rkey: NFK542 offs: 0x0000183a lens: 0x00000023 + 0x0000283a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000283e:RKEY I2405 0x00002846:offset 0x00000000 + 0x0000284a:string 'Francis /Knollys/' + Assembled data for NFK542 + 1. I2405 name Francis /Knollys/ +[0013] Name rkey: NFP650 offs: 0x0000185d lens: 0x00000022 + 0x0000285d: Ncount 1 + Keys and string offsets, strings + 1. 0x00002861:RKEY I2401 0x00002869:offset 0x00000000 + 0x0000286d:string 'Frances /Prynne/' + Assembled data for NFP650 + 1. I2401 name Frances /Prynne/ +[0014] Name rkey: NFR551 offs: 0x0000187f lens: 0x00000030 + 0x0000287f: Ncount 1 + Keys and string offsets, strings + 1. 0x00002883:RKEY I1311 0x0000288b:offset 0x00000000 + 0x0000288f:string 'Feodor_III (Theodore) /Romanov/' + Assembled data for NFR551 + 1. I1311 name Feodor_III (Theodore) /Romanov/ +[0015] Name rkey: NFS152 offs: 0x000018af lens: 0x00000025 + 0x000028af: Ncount 1 + Keys and string offsets, strings + 1. 0x000028b3:RKEY I398 0x000028bb:offset 0x00000000 + 0x000028bf:string 'Frederick /Spencer/' + Assembled data for NFS152 + 1. I398 name Frederick /Spencer/ +[0016] Name rkey: NFS230 offs: 0x000018d4 lens: 0x0000004a + 0x000028d4: Ncount 2 + Keys and string offsets, strings + 1. 0x000028d8:RKEY I2951 0x000028e8:offset 0x00000000 + 0x000028f0:string 'Francis /Scott/' + 2. 0x000028e0:RKEY I2952 0x000028ec:offset 0x00000011 + 0x00002901:string 'Francis of_Buccleuch /Scott/' + Assembled data for NFS230 + 1. I2951 name Francis /Scott/ + 2. I2952 name Francis of_Buccleuch /Scott/ +[0017] Name rkey: NFS364 offs: 0x0000191e lens: 0x00000046 + 0x0000291e: Ncount 2 + Keys and string offsets, strings + 1. 0x00002922:RKEY I2749 0x00002932:offset 0x00000000 + 0x0000293a:string 'Friedrich /Straehl/' + 2. 0x0000292a:RKEY I2750 0x00002936:offset 0x00000015 + 0x0000294f:string 'Friedrich /Straehl/' + Assembled data for NFS364 + 1. I2749 name Friedrich /Straehl/ + 2. I2750 name Friedrich /Straehl/ +[0018] Name rkey: NFS530 offs: 0x00001964 lens: 0x00000025 + 0x00002964: Ncount 1 + Keys and string offsets, strings + 1. 0x00002968:RKEY I183 0x00002970:offset 0x00000000 + 0x00002974:string 'Frances Dora /Smith/' + Assembled data for NFS530 + 1. I183 name Frances Dora /Smith/ +[0019] Name rkey: NFS560 offs: 0x00001989 lens: 0x0000004e + 0x00002989: Ncount 2 + Keys and string offsets, strings + 1. 0x0000298d:RKEY I2303 0x0000299d:offset 0x00000000 + 0x000029a5:string 'Francis of_Hertford I/Seymour/' + 2. 0x00002995:RKEY I2397 0x000029a1:offset 0x0000001f + 0x000029c4:string 'Francis /Seymour/' + Assembled data for NFS560 + 1. I2303 name Francis of_Hertford I/Seymour/ + 2. I2397 name Francis /Seymour/ +[0020] Name rkey: NFW532 offs: 0x000019d7 lens: 0x00000025 + 0x000029d7: Ncount 1 + Keys and string offsets, strings + 1. 0x000029db:RKEY I320 0x000029e3:offset 0x00000000 + 0x000029e7:string 'Frederick /Windsor/' + Assembled data for NFW532 + 1. I320 name Frederick /Windsor/ +[0021] Name rkey: NFW620 offs: 0x000019fc lens: 0x0000003f + 0x000029fc: Ncount 2 + Keys and string offsets, strings + 1. 0x00002a00:RKEY I371 0x00002a10:offset 0x00000000 + 0x00002a18:string 'Frances Ellen /Work/' + 2. 0x00002a08:RKEY I372 0x00002a14:offset 0x00000015 + 0x00002a2d:string 'Frank /Work/' + Assembled data for NFW620 + 1. I371 name Frances Ellen /Work/ + 2. I372 name Frank /Work/ +[0022] Name rkey: NFW623 offs: 0x00001a3b lens: 0x00000026 + 0x00002a3b: Ncount 1 + Keys and string offsets, strings + 1. 0x00002a3f:RKEY I820 0x00002a47:offset 0x00000000 + 0x00002a4b:string 'Fitzherbert /Wright/' + Assembled data for NFW623 + 1. I820 name Fitzherbert /Wright/ +[0023] Name rkey: NFW635 offs: 0x00001a61 lens: 0x00000054 + 0x00002a61: Ncount 2 + Keys and string offsets, strings + 1. 0x00002a65:RKEY I1067 0x00002a75:offset 0x00000000 + 0x00002a7d:string 'Frederick Eugene /Wurttemberg/' + 2. 0x00002a6d:RKEY I1086 0x00002a79:offset 0x0000001f + 0x00002a9c:string 'Frederick /Wurttemberg/' + Assembled data for NFW635 + 1. I1067 name Frederick Eugene /Wurttemberg/ + 2. I1086 name Frederick /Wurttemberg/ +[0024] Name rkey: NFY211 offs: 0x00001ab5 lens: 0x00000023 + 0x00002ab5: Ncount 1 + Keys and string offsets, strings + 1. 0x00002ab9:RKEY I167 0x00002ac1:offset 0x00000000 + 0x00002ac5:string 'Felix /Yussoupov/' + Assembled data for NFY211 + 1. I167 name Felix /Yussoupov/ +[0025] Name rkey: NFZ999 offs: 0x00001ad8 lens: 0x00000fb8 + 0x00002ad8: Ncount 118 + Keys and string offsets, strings + 1. 0x00002adc:RKEY I20 0x00002e8c:offset 0x00000000 + 0x00003064:string 'Frederick_III //' + 2. 0x00002ae4:RKEY I86 0x00002e90:offset 0x00000012 + 0x00003076:string 'Frederick //' + 3. 0x00002aec:RKEY I137 0x00002e94:offset 0x00000020 + 0x00003084:string 'Francis //' + 4. 0x00002af4:RKEY I162 0x00002e98:offset 0x0000002c + 0x00003090:string 'Frederick William_III //' + 5. 0x00002afc:RKEY I199 0x00002e9c:offset 0x00000045 + 0x000030a9:string 'Frederick Charles of_Prussia//' + 6. 0x00002b04:RKEY I205 0x00002ea0:offset 0x00000064 + 0x000030c8:string 'Ferdinand //' + 7. 0x00002b0c:RKEY I211 0x00002ea4:offset 0x00000072 + 0x000030d6:string 'Frederick_VI of_Hesse-Homburg //' + 8. 0x00002b14:RKEY I247 0x00002ea8:offset 0x00000093 + 0x000030f7:string 'Frederick_I of_Wurttemberg //' + 9. 0x00002b1c:RKEY I248 0x00002eac:offset 0x000000b1 + 0x00003115:string 'Frederica of_Mecklenburg- Strelitz//' + 10. 0x00002b24:RKEY I271 0x00002eb0:offset 0x000000d6 + 0x0000313a:string 'Frederick William //' + 11. 0x00002b2c:RKEY I279 0x00002eb4:offset 0x000000eb + 0x0000314f:string 'Francis //' + 12. 0x00002b34:RKEY I301 0x00002eb8:offset 0x000000f7 + 0x0000315b:string 'Frederick of_Hesse-Cassel //' + 13. 0x00002b3c:RKEY I313 0x00002ebc:offset 0x00000114 + 0x00003178:string 'Frederick Harold //' + 14. 0x00002b44:RKEY I344 0x00002ec0:offset 0x00000128 + 0x0000318c:string 'Frederick_V //' + 15. 0x00002b4c:RKEY I345 0x00002ec4:offset 0x00000138 + 0x0000319c:string 'Frederick William of_Schleswig-//' + 16. 0x00002b54:RKEY I406 0x00002ec8:offset 0x0000015a + 0x000031be:string 'Frederick Charles of_Hesse//' + 17. 0x00002b5c:RKEY I411 0x00002ecc:offset 0x00000177 + 0x000031db:string 'Frederick William_IV //' + 18. 0x00002b64:RKEY I413 0x00002ed0:offset 0x0000018f + 0x000031f3:string 'Frederica //' + 19. 0x00002b6c:RKEY I416 0x00002ed4:offset 0x0000019d + 0x00003201:string 'Ferdinand //' + 20. 0x00002b74:RKEY I429 0x00002ed8:offset 0x000001ab + 0x0000320f:string 'Frederick of_Baden //' + 21. 0x00002b7c:RKEY I478 0x00002edc:offset 0x000001c1 + 0x00003225:string 'Five_children //' + 22. 0x00002b84:RKEY I480 0x00002ee0:offset 0x000001d3 + 0x00003237:string 'Four_Children //' + 23. 0x00002b8c:RKEY I487 0x00002ee4:offset 0x000001e5 + 0x00003249:string 'Francis Joseph //' + 24. 0x00002b94:RKEY I496 0x00002ee8:offset 0x000001f7 + 0x0000325b:string 'Frederica of_Hesse- Darmstadt//' + 25. 0x00002b9c:RKEY I506 0x00002eec:offset 0x00000217 + 0x0000327b:string 'Five_children //' + 26. 0x00002ba4:RKEY I512 0x00002ef0:offset 0x00000229 + 0x0000328d:string 'Frederick //' + 27. 0x00002bac:RKEY I522 0x00002ef4:offset 0x00000237 + 0x0000329b:string 'Frederick //' + 28. 0x00002bb4:RKEY I531 0x00002ef8:offset 0x00000245 + 0x000032a9:string 'Francesco_I of_Tuscany Italy//' + 29. 0x00002bbc:RKEY I553 0x00002efc:offset 0x00000264 + 0x000032c8:string 'Frederick William_II //' + 30. 0x00002bc4:RKEY I555 0x00002f00:offset 0x0000027c + 0x000032e0:string 'Frederica Charlotte of_Prussia//' + 31. 0x00002bcc:RKEY I556 0x00002f04:offset 0x0000029d + 0x00003301:string 'Frederica of_Hesse- Darmstadt//' + 32. 0x00002bd4:RKEY I570 0x00002f08:offset 0x000002bd + 0x00003321:string 'Frederick Henry Charles//' + 33. 0x00002bdc:RKEY I576 0x00002f0c:offset 0x000002d7 + 0x0000333b:string 'Friedrich Wilhelm of_Nassau-Weilb//' + 34. 0x00002be4:RKEY I604 0x00002f10:offset 0x000002fb + 0x0000335f:string 'Frederick_VIII //' + 35. 0x00002bec:RKEY I608 0x00002f14:offset 0x0000030e + 0x00003372:string 'Frederick_IX //' + 36. 0x00002bf4:RKEY I620 0x00002f18:offset 0x0000031f + 0x00003383:string 'Friedrich of_Baden-Durlach //' + 37. 0x00002bfc:RKEY I639 0x00002f1c:offset 0x0000033d + 0x000033a1:string 'Franz Karl of_Austria//' + 38. 0x00002c04:RKEY I649 0x00002f20:offset 0x00000355 + 0x000033b9:string 'Franz_Joseph_II of_Liechtenstein //' + 39. 0x00002c0c:RKEY I653 0x00002f24:offset 0x00000379 + 0x000033dd:string 'Frederik of_Netherlands //' + 40. 0x00002c14:RKEY I686 0x00002f28:offset 0x00000394 + 0x000033f8:string 'Ferdinand of_Austria-Este //' + 41. 0x00002c1c:RKEY I735 0x00002f2c:offset 0x000003b1 + 0x00003415:string 'Frederick_V of_Palatinate //' + 42. 0x00002c24:RKEY I737 0x00002f30:offset 0x000003ce + 0x00003432:string 'Frederick_II of_Denmark and_Norway//' + 43. 0x00002c2c:RKEY I761 0x00002f34:offset 0x000003f3 + 0x00003457:string 'Frederick William_I //' + 44. 0x00002c34:RKEY I772 0x00002f38:offset 0x0000040a + 0x0000346e:string 'Frederick_I //' + 45. 0x00002c3c:RKEY I840 0x00002f3c:offset 0x0000041a + 0x0000347e:string 'Ferdinand_V //' + 46. 0x00002c44:RKEY I900 0x00002f40:offset 0x0000042a + 0x0000348e:string 'Franz Wilhelm of_Prussia//' + 47. 0x00002c4c:RKEY I907 0x00002f44:offset 0x00000445 + 0x000034a9:string 'Friedrich of_Leiningen //' + 48. 0x00002c54:RKEY I915 0x00002f48:offset 0x0000045f + 0x000034c3:string 'Ferdinand //' + 49. 0x00002c5c:RKEY I921 0x00002f4c:offset 0x0000046d + 0x000034d1:string 'Friedrich Wilhelm of_Prussia//' + 50. 0x00002c64:RKEY I937 0x00002f50:offset 0x0000048c + 0x000034f0:string 'Friedrich //' + 51. 0x00002c6c:RKEY I1053 0x00002f54:offset 0x0000049a + 0x000034fe:string 'Frederick Francis_IV of_Mecklenburg//' + 52. 0x00002c74:RKEY I1068 0x00002f58:offset 0x000004c0 + 0x00003524:string 'Frederica of_Brandenburg- Schwedt//' + 53. 0x00002c7c:RKEY I1094 0x00002f5c:offset 0x000004e4 + 0x00003548:string 'Frederick //' + 54. 0x00002c84:RKEY I1126 0x00002f60:offset 0x000004f2 + 0x00003556:string 'Fabiola de_Mora_y_Aragon //' + 55. 0x00002c8c:RKEY I1160 0x00002f64:offset 0x0000050e + 0x00003572:string 'Frederick Louis //' + 56. 0x00002c94:RKEY I1161 0x00002f68:offset 0x00000521 + 0x00003585:string 'Frederick William //' + 57. 0x00002c9c:RKEY I1162 0x00002f6c:offset 0x00000536 + 0x0000359a:string 'Frederick_II the_Great //' + 58. 0x00002ca4:RKEY I1164 0x00002f70:offset 0x00000550 + 0x000035b4:string 'Frederica Louise //' + 59. 0x00002cac:RKEY I1171 0x00002f74:offset 0x00000564 + 0x000035c8:string 'Ferdinand //' + 60. 0x00002cb4:RKEY I1175 0x00002f78:offset 0x00000572 + 0x000035d6:string 'Frederick_I //' + 61. 0x00002cbc:RKEY I1177 0x00002f7c:offset 0x00000582 + 0x000035e6:string 'Frederick Augustus //' + 62. 0x00002cc4:RKEY I1213 0x00002f80:offset 0x00000598 + 0x000035fc:string 'Frederick Francis_II of_Mecklenburg-//' + 63. 0x00002ccc:RKEY I1246 0x00002f84:offset 0x000005bf + 0x00003623:string 'Ferdinand_VII //' + 64. 0x00002cd4:RKEY I1248 0x00002f88:offset 0x000005d1 + 0x00003635:string 'Francis_II //' + 65. 0x00002cdc:RKEY I1421 0x00002f8c:offset 0x000005e0 + 0x00003644:string 'Francoise d'Aubigne //' + 66. 0x00002ce4:RKEY I1438 0x00002f90:offset 0x000005f7 + 0x0000365b:string 'Franz Josef of_Austria//' + 67. 0x00002cec:RKEY I1584 0x00002f94:offset 0x00000610 + 0x00003674:string 'Frederick_II of_Germany //' + 68. 0x00002cf4:RKEY I1604 0x00002f98:offset 0x0000062b + 0x0000368f:string 'Frederick_II of_Hesse-Cassel //' + 69. 0x00002cfc:RKEY I1606 0x00002f9c:offset 0x0000064b + 0x000036af:string 'Ferdinand Albert_II of_Brunswick//' + 70. 0x00002d04:RKEY I1610 0x00002fa0:offset 0x0000066e + 0x000036d2:string 'Frederick //' + 71. 0x00002d0c:RKEY I1617 0x00002fa4:offset 0x0000067c + 0x000036e0:string 'Frederick_VI //' + 72. 0x00002d14:RKEY I1622 0x00002fa8:offset 0x0000068d + 0x000036f1:string 'Frederick_IV //' + 73. 0x00002d1c:RKEY I1630 0x00002fac:offset 0x0000069e + 0x00003702:string 'Frederick_III //' + 74. 0x00002d24:RKEY I1634 0x00002fb0:offset 0x000006b0 + 0x00003714:string 'Frederick_I //' + 75. 0x00002d2c:RKEY I1643 0x00002fb4:offset 0x000006c0 + 0x00003724:string 'Frederick //' + 76. 0x00002d34:RKEY I1646 0x00002fb8:offset 0x000006ce + 0x00003732:string 'Ferdinand //' + 77. 0x00002d3c:RKEY I1649 0x00002fbc:offset 0x000006dc + 0x00003740:string 'Frederick_VII //' + 78. 0x00002d44:RKEY I1654 0x00002fc0:offset 0x000006ee + 0x00003752:string 'Frederick Christian of_Schleswig-//' + 79. 0x00002d4c:RKEY I1660 0x00002fc4:offset 0x00000712 + 0x00003776:string 'Frederica Maria //' + 80. 0x00002d54:RKEY I1707 0x00002fc8:offset 0x00000725 + 0x00003789:string 'Flora Fraser //' + 81. 0x00002d5c:RKEY I1725 0x00002fcc:offset 0x00000735 + 0x00003799:string 'Frederica of_Holdernesse //' + 82. 0x00002d64:RKEY I1746 0x00002fd0:offset 0x00000751 + 0x000037b5:string 'Ferdinand_III //' + 83. 0x00002d6c:RKEY I1816 0x00002fd4:offset 0x00000763 + 0x000037c7:string 'Francis_I //' + 84. 0x00002d74:RKEY I1855 0x00002fd8:offset 0x00000771 + 0x000037d5:string 'Fulke //' + 85. 0x00002d7c:RKEY I1999 0x00002fdc:offset 0x0000077b + 0x000037df:string 'Freawine //' + 86. 0x00002d84:RKEY I2000 0x00002fe0:offset 0x00000788 + 0x000037ec:string 'Frithogar //' + 87. 0x00002d8c:RKEY I2004 0x00002fe4:offset 0x00000796 + 0x000037fa:string 'Frithuwald //' + 88. 0x00002d94:RKEY I2005 0x00002fe8:offset 0x000007a5 + 0x00003809:string 'Frealaf //' + 89. 0x00002d9c:RKEY I2006 0x00002fec:offset 0x000007b1 + 0x00003815:string 'Frithuwulf //' + 90. 0x00002da4:RKEY I2007 0x00002ff0:offset 0x000007c0 + 0x00003824:string 'Finn //' + 91. 0x00002dac:RKEY I2114 0x00002ff4:offset 0x000007c9 + 0x0000382d:string 'Frederick Henry //' + 92. 0x00002db4:RKEY I2123 0x00002ff8:offset 0x000007dc + 0x00003840:string 'Frederick Augustus //' + 93. 0x00002dbc:RKEY I2142 0x00002ffc:offset 0x000007f2 + 0x00003856:string 'Frederick_II of_Saxe-Gotha //' + 94. 0x00002dc4:RKEY I2358 0x00003000:offset 0x00000810 + 0x00003874:string 'Frances de_Vere //' + 95. 0x00002dcc:RKEY I2418 0x00003004:offset 0x00000823 + 0x00003887:string 'Ferdinand_III //' + 96. 0x00002dd4:RKEY I2419 0x00003008:offset 0x00000835 + 0x00003899:string 'Ferdinand_II //' + 97. 0x00002ddc:RKEY I2433 0x0000300c:offset 0x00000846 + 0x000038aa:string 'Francis_I Stephen //' + 98. 0x00002de4:RKEY I2437 0x00003010:offset 0x0000085b + 0x000038bf:string 'Francis Charles //' + 99. 0x00002dec:RKEY I2448 0x00003014:offset 0x0000086e + 0x000038d2:string 'Francis Frederick of_Saxe-Coburg//' + 100. 0x00002df4:RKEY I2555 0x00003018:offset 0x00000891 + 0x000038f5:string 'Fastrada //' + 101. 0x00002dfc:RKEY I2624 0x0000301c:offset 0x0000089e + 0x00003902:string 'Francis_II Frederick of_Mecklenburg//' + 102. 0x00002e04:RKEY I2648 0x00003020:offset 0x000008c4 + 0x00003928:string 'Ferdinand of_Bavaria //' + 103. 0x00002e0c:RKEY I2653 0x00003024:offset 0x000008dc + 0x00003940:string 'Frederica //' + 104. 0x00002e14:RKEY I2655 0x00003028:offset 0x000008ea + 0x0000394e:string 'Frederick //' + 105. 0x00002e1c:RKEY I2682 0x0000302c:offset 0x000008f8 + 0x0000395c:string 'Frederick Francis_II of_Mecklengb-Sch//' + 106. 0x00002e24:RKEY I2689 0x00003030:offset 0x00000920 + 0x00003984:string 'Frederick Eugene of_Wurttemberg//' + 107. 0x00002e2c:RKEY I2695 0x00003034:offset 0x00000942 + 0x000039a6:string 'Frederick Francis_III Mecklenburg-Schw//' + 108. 0x00002e34:RKEY I2698 0x00003038:offset 0x0000096b + 0x000039cf:string 'Frederick of_Schaumburg -Lippe//' + 109. 0x00002e3c:RKEY I2699 0x0000303c:offset 0x0000098c + 0x000039f0:string 'Feodora //' + 110. 0x00002e44:RKEY I2777 0x00003040:offset 0x00000998 + 0x000039fc:string 'Folke Bernadotte //' + 111. 0x00002e4c:RKEY I2821 0x00003044:offset 0x000009ac + 0x00003a10:string 'Folke //' + 112. 0x00002e54:RKEY I2822 0x00003048:offset 0x000009b6 + 0x00003a1a:string 'Fredrik Oscar //' + 113. 0x00002e5c:RKEY I2826 0x0000304c:offset 0x000009c7 + 0x00003a2b:string 'Folke //' + 114. 0x00002e64:RKEY I2846 0x00003050:offset 0x000009d1 + 0x00003a35:string 'Francis of_Guise //' + 115. 0x00002e6c:RKEY I2857 0x00003054:offset 0x000009e5 + 0x00003a49:string 'Frederica //' + 116. 0x00002e74:RKEY I2919 0x00003058:offset 0x000009f3 + 0x00003a57:string 'Francoise Marie de_Blois//' + 117. 0x00002e7c:RKEY I2926 0x0000305c:offset 0x00000a0e + 0x00003a72:string 'Felix Krzesinski //' + 118. 0x00002e84:RKEY I3008 0x00003060:offset 0x00000a22 + 0x00003a86:string 'Flora //' + Assembled data for NFZ999 + 1. I20 name Frederick_III // + 2. I86 name Frederick // + 3. I137 name Francis // + 4. I162 name Frederick William_III // + 5. I199 name Frederick Charles of_Prussia// + 6. I205 name Ferdinand // + 7. I211 name Frederick_VI of_Hesse-Homburg // + 8. I247 name Frederick_I of_Wurttemberg // + 9. I248 name Frederica of_Mecklenburg- Strelitz// + 10. I271 name Frederick William // + 11. I279 name Francis // + 12. I301 name Frederick of_Hesse-Cassel // + 13. I313 name Frederick Harold // + 14. I344 name Frederick_V // + 15. I345 name Frederick William of_Schleswig-// + 16. I406 name Frederick Charles of_Hesse// + 17. I411 name Frederick William_IV // + 18. I413 name Frederica // + 19. I416 name Ferdinand // + 20. I429 name Frederick of_Baden // + 21. I478 name Five_children // + 22. I480 name Four_Children // + 23. I487 name Francis Joseph // + 24. I496 name Frederica of_Hesse- Darmstadt// + 25. I506 name Five_children // + 26. I512 name Frederick // + 27. I522 name Frederick // + 28. I531 name Francesco_I of_Tuscany Italy// + 29. I553 name Frederick William_II // + 30. I555 name Frederica Charlotte of_Prussia// + 31. I556 name Frederica of_Hesse- Darmstadt// + 32. I570 name Frederick Henry Charles// + 33. I576 name Friedrich Wilhelm of_Nassau-Weilb// + 34. I604 name Frederick_VIII // + 35. I608 name Frederick_IX // + 36. I620 name Friedrich of_Baden-Durlach // + 37. I639 name Franz Karl of_Austria// + 38. I649 name Franz_Joseph_II of_Liechtenstein // + 39. I653 name Frederik of_Netherlands // + 40. I686 name Ferdinand of_Austria-Este // + 41. I735 name Frederick_V of_Palatinate // + 42. I737 name Frederick_II of_Denmark and_Norway// + 43. I761 name Frederick William_I // + 44. I772 name Frederick_I // + 45. I840 name Ferdinand_V // + 46. I900 name Franz Wilhelm of_Prussia// + 47. I907 name Friedrich of_Leiningen // + 48. I915 name Ferdinand // + 49. I921 name Friedrich Wilhelm of_Prussia// + 50. I937 name Friedrich // + 51. I1053 name Frederick Francis_IV of_Mecklenburg// + 52. I1068 name Frederica of_Brandenburg- Schwedt// + 53. I1094 name Frederick // + 54. I1126 name Fabiola de_Mora_y_Aragon // + 55. I1160 name Frederick Louis // + 56. I1161 name Frederick William // + 57. I1162 name Frederick_II the_Great // + 58. I1164 name Frederica Louise // + 59. I1171 name Ferdinand // + 60. I1175 name Frederick_I // + 61. I1177 name Frederick Augustus // + 62. I1213 name Frederick Francis_II of_Mecklenburg-// + 63. I1246 name Ferdinand_VII // + 64. I1248 name Francis_II // + 65. I1421 name Francoise d'Aubigne // + 66. I1438 name Franz Josef of_Austria// + 67. I1584 name Frederick_II of_Germany // + 68. I1604 name Frederick_II of_Hesse-Cassel // + 69. I1606 name Ferdinand Albert_II of_Brunswick// + 70. I1610 name Frederick // + 71. I1617 name Frederick_VI // + 72. I1622 name Frederick_IV // + 73. I1630 name Frederick_III // + 74. I1634 name Frederick_I // + 75. I1643 name Frederick // + 76. I1646 name Ferdinand // + 77. I1649 name Frederick_VII // + 78. I1654 name Frederick Christian of_Schleswig-// + 79. I1660 name Frederica Maria // + 80. I1707 name Flora Fraser // + 81. I1725 name Frederica of_Holdernesse // + 82. I1746 name Ferdinand_III // + 83. I1816 name Francis_I // + 84. I1855 name Fulke // + 85. I1999 name Freawine // + 86. I2000 name Frithogar // + 87. I2004 name Frithuwald // + 88. I2005 name Frealaf // + 89. I2006 name Frithuwulf // + 90. I2007 name Finn // + 91. I2114 name Frederick Henry // + 92. I2123 name Frederick Augustus // + 93. I2142 name Frederick_II of_Saxe-Gotha // + 94. I2358 name Frances de_Vere // + 95. I2418 name Ferdinand_III // + 96. I2419 name Ferdinand_II // + 97. I2433 name Francis_I Stephen // + 98. I2437 name Francis Charles // + 99. I2448 name Francis Frederick of_Saxe-Coburg// + 100. I2555 name Fastrada // + 101. I2624 name Francis_II Frederick of_Mecklenburg// + 102. I2648 name Ferdinand of_Bavaria // + 103. I2653 name Frederica // + 104. I2655 name Frederick // + 105. I2682 name Frederick Francis_II of_Mecklengb-Sch// + 106. I2689 name Frederick Eugene of_Wurttemberg// + 107. I2695 name Frederick Francis_III Mecklenburg-Schw// + 108. I2698 name Frederick of_Schaumburg -Lippe// + 109. I2699 name Feodora // + 110. I2777 name Folke Bernadotte // + 111. I2821 name Folke // + 112. I2822 name Fredrik Oscar // + 113. I2826 name Folke // + 114. I2846 name Francis of_Guise // + 115. I2857 name Frederica // + 116. I2919 name Francoise Marie de_Blois// + 117. I2926 name Felix Krzesinski // + 118. I3008 name Flora // +[0026] Name rkey: NGB450 offs: 0x00002a90 lens: 0x00000029 + 0x00003a90: Ncount 1 + Keys and string offsets, strings + 1. 0x00003a94:RKEY I2338 0x00003a9c:offset 0x00000000 + 0x00003aa0:string 'George Rochford /Boleyn/' + Assembled data for NGB450 + 1. I2338 name George Rochford /Boleyn/ +[0027] Name rkey: NGB525 offs: 0x00002ab9 lens: 0x00000047 + 0x00003ab9: Ncount 2 + Keys and string offsets, strings + 1. 0x00003abd:RKEY I388 0x00003acd:offset 0x00000000 + 0x00003ad5:string 'George /Bingham/' + 2. 0x00003ac5:RKEY I789 0x00003ad1:offset 0x00000012 + 0x00003ae7:string 'George Charles /Bingham/' + Assembled data for NGB525 + 1. I388 name George /Bingham/ + 2. I789 name George Charles /Bingham/ +[0028] Name rkey: NGB622 offs: 0x00002b00 lens: 0x00000023 + 0x00003b00: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b04:RKEY I2812 0x00003b0c:offset 0x00000000 + 0x00003b10:string 'Gerty /Borjesson/' + Assembled data for NGB622 + 1. I2812 name Gerty /Borjesson/ +[0029] Name rkey: NGC636 offs: 0x00002b23 lens: 0x00000026 + 0x00003b23: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b27:RKEY I1292 0x00003b2f:offset 0x00000000 + 0x00003b33:string 'Georgiana /Carteret/' + Assembled data for NGC636 + 1. I1292 name Georgiana /Carteret/ +[0030] Name rkey: NGD340 offs: 0x00002b49 lens: 0x00000024 + 0x00003b49: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b4d:RKEY I869 0x00003b55:offset 0x00000000 + 0x00003b59:string 'Guildford /Dudley/' + Assembled data for NGD340 + 1. I869 name Guildford /Dudley/ +[0031] Name rkey: NGF326 offs: 0x00002b6d lens: 0x00000046 + 0x00003b6d: Ncount 2 + Keys and string offsets, strings + 1. 0x00003b71:RKEY I264 0x00003b81:offset 0x00000000 + 0x00003b89:string 'George /FitzGeorge/' + 2. 0x00003b79:RKEY I2414 0x00003b85:offset 0x00000015 + 0x00003b9e:string 'Gerald /Fitzgerald/' + Assembled data for NGF326 + 1. I264 name George /FitzGeorge/ + 2. I2414 name Gerald /Fitzgerald/ +[0032] Name rkey: NGG620 offs: 0x00002bb3 lens: 0x00000023 + 0x00003bb3: Ncount 1 + Keys and string offsets, strings + 1. 0x00003bb7:RKEY I886 0x00003bbf:offset 0x00000000 + 0x00003bc3:string 'George K. /George/' + Assembled data for NGG620 + 1. I886 name George K. /George/ +[0033] Name rkey: NGH516 offs: 0x00002bd6 lens: 0x00000176 + 0x00003bd6: Ncount 11 + Keys and string offsets, strings + 1. 0x00003bda:RKEY I130 0x00003c32:offset 0x00000000 + 0x00003c5e:string 'George_III /Hanover/' + 2. 0x00003be2:RKEY I141 0x00003c36:offset 0x00000016 + 0x00003c74:string 'George_IV /Hanover/' + 3. 0x00003bea:RKEY I249 0x00003c3a:offset 0x0000002b + 0x00003c89:string 'George_V /Hanover/' + 4. 0x00003bf2:RKEY I256 0x00003c3e:offset 0x0000003f + 0x00003c9d:string 'George William /Hanover/' + 5. 0x00003bfa:RKEY I321 0x00003c42:offset 0x00000058 + 0x00003cb6:string 'George_II /Hanover/' + 6. 0x00003c02:RKEY I328 0x00003c46:offset 0x0000006d + 0x00003ccb:string 'George William /Hanover/' + 7. 0x00003c0a:RKEY I341 0x00003c4a:offset 0x00000086 + 0x00003ce4:string 'George_I /Hanover/' + 8. 0x00003c12:RKEY I1031 0x00003c4e:offset 0x0000009a + 0x00003cf8:string 'George William /Hanover/' + 9. 0x00003c1a:RKEY I1034 0x00003c52:offset 0x000000b3 + 0x00003d11:string 'Guelph Henry /Hanover/' + 10. 0x00003c22:RKEY I2706 0x00003c56:offset 0x000000ca + 0x00003d28:string 'Guelph /Hanover/' + 11. 0x00003c2a:RKEY I2707 0x00003c5a:offset 0x000000dc + 0x00003d3a:string 'George /Hanover/' + Assembled data for NGH516 + 1. I130 name George_III /Hanover/ + 2. I141 name George_IV /Hanover/ + 3. I249 name George_V /Hanover/ + 4. I256 name George William /Hanover/ + 5. I321 name George_II /Hanover/ + 6. I328 name George William /Hanover/ + 7. I341 name George_I /Hanover/ + 8. I1031 name George William /Hanover/ + 9. I1034 name Guelph Henry /Hanover/ + 10. I2706 name Guelph /Hanover/ + 11. I2707 name George /Hanover/ +[0034] Name rkey: NGK421 offs: 0x00002d4c lens: 0x00000025 + 0x00003d4c: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d50:RKEY I1561 0x00003d58:offset 0x00000000 + 0x00003d5c:string 'Goury /Koulikovsky/' + Assembled data for NGK421 + 1. I1561 name Goury /Koulikovsky/ +[0035] Name rkey: NGK626 offs: 0x00002d71 lens: 0x0000002b + 0x00003d71: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d75:RKEY I2532 0x00003d7d:offset 0x00000000 + 0x00003d81:string 'George /Karageorgeovitch/' + Assembled data for NGK626 + 1. I2532 name George /Karageorgeovitch/ +[0036] Name rkey: NGL200 offs: 0x00002d9c lens: 0x00000020 + 0x00003d9c: Ncount 1 + Keys and string offsets, strings + 1. 0x00003da0:RKEY I2985 0x00003da8:offset 0x00000000 + 0x00003dac:string 'Gerald /Legge/' + Assembled data for NGL200 + 1. I2985 name Gerald /Legge/ +[0037] Name rkey: NGL242 offs: 0x00002dbc lens: 0x00000054 + 0x00003dbc: Ncount 2 + Keys and string offsets, strings + 1. 0x00003dc0:RKEY I244 0x00003dd0:offset 0x00000000 + 0x00003dd8:string 'George Earl_of_Harewood /Lascelles/' + 2. 0x00003dc8:RKEY I291 0x00003dd4:offset 0x00000024 + 0x00003dfc:string 'Gerald /Lascelles/' + Assembled data for NGL242 + 1. I244 name George Earl_of_Harewood /Lascelles/ + 2. I291 name Gerald /Lascelles/ +[0038] Name rkey: NGL300 offs: 0x00002e10 lens: 0x00000021 + 0x00003e10: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e14:RKEY I2365 0x00003e1c:offset 0x00000000 + 0x00003e20:string 'Gertrude /Lyte/' + Assembled data for NGL300 + 1. I2365 name Gertrude /Lyte/ +[0039] Name rkey: NGM262 offs: 0x00002e31 lens: 0x00000025 + 0x00003e31: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e35:RKEY I3010 0x00003e3d:offset 0x00000000 + 0x00003e41:string 'Glen /McCorquodale/' + Assembled data for NGM262 + 1. I3010 name Glen /McCorquodale/ +[0040] Name rkey: NGM531 offs: 0x00002e56 lens: 0x00000026 + 0x00003e56: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e5a:RKEY I102 0x00003e62:offset 0x00000000 + 0x00003e66:string 'George /Mountbatten/' + Assembled data for NGM531 + 1. I102 name George /Mountbatten/ +[0041] Name rkey: NGO435 offs: 0x00002e7c lens: 0x00000047 + 0x00003e7c: Ncount 2 + Keys and string offsets, strings + 1. 0x00003e80:RKEY I439 0x00003e90:offset 0x00000000 + 0x00003e98:string 'George_II /Oldenburg/' + 2. 0x00003e88:RKEY I466 0x00003e94:offset 0x00000017 + 0x00003eaf:string 'George /Oldenburg/' + Assembled data for NGO435 + 1. I439 name George_II /Oldenburg/ + 2. I466 name George /Oldenburg/ +[0042] Name rkey: NGO450 offs: 0x00002ec3 lens: 0x00000022 + 0x00003ec3: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ec7:RKEY I2803 0x00003ecf:offset 0x00000000 + 0x00003ed3:string 'Gertrude /Ollen/' + Assembled data for NGO450 + 1. I2803 name Gertrude /Ollen/ +[0043] Name rkey: NGP453 offs: 0x00002ee5 lens: 0x0000002a + 0x00003ee5: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ee9:RKEY I1405 0x00003ef1:offset 0x00000000 + 0x00003ef5:string 'Geoffrey_V /Plantagenet/' + Assembled data for NGP453 + 1. I1405 name Geoffrey_V /Plantagenet/ +[0044] Name rkey: NGR352 offs: 0x00002f0f lens: 0x00000021 + 0x00003f0f: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f13:RKEY I2795 0x00003f1b:offset 0x00000000 + 0x00003f1f:string 'Gustaf /Ryding/' + Assembled data for NGR352 + 1. I2795 name Gustaf /Ryding/ +[0045] Name rkey: NGR362 offs: 0x00002f30 lens: 0x00000026 + 0x00003f30: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f34:RKEY I2801 0x00003f3c:offset 0x00000000 + 0x00003f40:string 'Gustaf /Reutersward/' + Assembled data for NGR362 + 1. I2801 name Gustaf /Reutersward/ +[0046] Name rkey: NGR551 offs: 0x00002f56 lens: 0x00000089 + 0x00003f56: Ncount 4 + Keys and string offsets, strings + 1. 0x00003f5a:RKEY I153 0x00003f7a:offset 0x00000000 + 0x00003f8a:string 'George Alexandrovich /Romanov/' + 2. 0x00003f62:RKEY I1360 0x00003f7e:offset 0x0000001f + 0x00003fa9:string 'George /Romanov/' + 3. 0x00003f6a:RKEY I1570 0x00003f82:offset 0x00000031 + 0x00003fbb:string 'George /Romanov/' + 4. 0x00003f72:RKEY I2674 0x00003f86:offset 0x00000043 + 0x00003fcd:string 'George /Romanov/' + Assembled data for NGR551 + 1. I153 name George Alexandrovich /Romanov/ + 2. I1360 name George /Romanov/ + 3. I1570 name George /Romanov/ + 4. I2674 name George /Romanov/ +[0047] Name rkey: NGS152 offs: 0x00002fdf lens: 0x00000026 + 0x00003fdf: Ncount 1 + Keys and string offsets, strings + 1. 0x00003fe3:RKEY I781 0x00003feb:offset 0x00000000 + 0x00003fef:string 'George John /Spencer/' + Assembled data for NGS152 + 1. I781 name George John /Spencer/ +[0048] Name rkey: NGS214 offs: 0x00003005 lens: 0x00000022 + 0x00004005: Ncount 1 + Keys and string offsets, strings + 1. 0x00004009:RKEY I3002 0x00004011:offset 0x00000000 + 0x00004015:string 'George /Scobell/' + Assembled data for NGS214 + 1. I3002 name George /Scobell/ +[0049] Name rkey: NGS351 offs: 0x00003027 lens: 0x00000022 + 0x00004027: Ncount 1 + Keys and string offsets, strings + 1. 0x0000402b:RKEY I2759 0x00004033:offset 0x00000000 + 0x00004037:string 'Gunilla /Stampe/' + Assembled data for NGS351 + 1. I2759 name Gunilla /Stampe/ +[0050] Name rkey: NGV253 offs: 0x00003049 lens: 0x00000025 + 0x00004049: Ncount 1 + Keys and string offsets, strings + 1. 0x0000404d:RKEY I2060 0x00004055:offset 0x00000000 + 0x00004059:string 'Galeazzo /Visconti/' + Assembled data for NGV253 + 1. I2060 name Galeazzo /Visconti/ +[0051] Name rkey: NGV535 offs: 0x0000306e lens: 0x0000002a + 0x0000406e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004072:RKEY I1212 0x0000407a:offset 0x00000000 + 0x0000407e:string 'Gosta /von_dem_Bussche-/' + Assembled data for NGV535 + 1. I1212 name Gosta /von_dem_Bussche-/ +[0052] Name rkey: NGW235 offs: 0x00003098 lens: 0x00000034 + 0x00004098: Ncount 1 + Keys and string offsets, strings + 1. 0x0000409c:RKEY I2735 0x000040a4:offset 0x00000000 + 0x000040a8:string 'Gunnila Martha Louise/Wachtmeister/' + Assembled data for NGW235 + 1. I2735 name Gunnila Martha Louise/Wachtmeister/ +[0053] Name rkey: NGW424 offs: 0x000030cc lens: 0x00000031 + 0x000040cc: Ncount 1 + Keys and string offsets, strings + 1. 0x000040d0:RKEY I1915 0x000040d8:offset 0x00000000 + 0x000040dc:string 'Garret of_Mornington /Wellesley/' + Assembled data for NGW424 + 1. I1915 name Garret of_Mornington /Wellesley/ +[0054] Name rkey: NGW532 offs: 0x000030fd lens: 0x000000d4 + 0x000040fd: Ncount 5 + Keys and string offsets, strings + 1. 0x00004101:RKEY I14 0x00004129:offset 0x00000000 + 0x0000413d:string 'George_V /Windsor/' + 2. 0x00004109:RKEY I32 0x0000412d:offset 0x00000014 + 0x00004151:string 'George_VI /Windsor/' + 3. 0x00004111:RKEY I35 0x00004131:offset 0x00000029 + 0x00004166:string 'George Edward Alexander/Windsor/' + 4. 0x00004119:RKEY I112 0x00004135:offset 0x0000004a + 0x00004187:string 'George Philip of_St._Andrews/Windsor/' + 5. 0x00004121:RKEY I801 0x00004139:offset 0x00000070 + 0x000041ad:string 'Gabriella Marina Alexandra/Windsor/' + Assembled data for NGW532 + 1. I14 name George_V /Windsor/ + 2. I32 name George_VI /Windsor/ + 3. I35 name George Edward Alexander/Windsor/ + 4. I112 name George Philip of_St._Andrews/Windsor/ + 5. I801 name Gabriella Marina Alexandra/Windsor/ +[0055] Name rkey: NGZ999 offs: 0x000031d1 lens: 0x0000081d + 0x000041d1: Ncount 68 + Keys and string offsets, strings + 1. 0x000041d5:RKEY I19 0x000043f5:offset 0x00000000 + 0x00004505:string 'George Victor of_Waldeck//' + 2. 0x000041dd:RKEY I124 0x000043f9:offset 0x0000001b + 0x00004520:string 'Gustav_VI Adolf //' + 3. 0x000041e5:RKEY I262 0x000043fd:offset 0x0000002e + 0x00004533:string 'George of_Cambridge //' + 4. 0x000041ed:RKEY I282 0x00004401:offset 0x00000045 + 0x0000454a:string 'George of_Cambridge //' + 5. 0x000041f5:RKEY I445 0x00004405:offset 0x0000005c + 0x00004561:string 'Gustav Adolf //' + 6. 0x000041fd:RKEY I456 0x00004409:offset 0x0000006c + 0x00004571:string 'Gustav_V //' + 7. 0x00004205:RKEY I461 0x0000440d:offset 0x00000079 + 0x0000457e:string 'George Donatus of_Hesse//' + 8. 0x0000420d:RKEY I477 0x00004411:offset 0x00000093 + 0x00004598:string 'Gottfried of_Hohenlohe- Lagenburg//' + 9. 0x00004215:RKEY I482 0x00004415:offset 0x000000b7 + 0x000045bc:string 'George William of_Hanover//' + 10. 0x0000421d:RKEY I488 0x00004419:offset 0x000000d3 + 0x000045d8:string 'Gustav Ernst of_Erbach-Schonb//' + 11. 0x00004225:RKEY I572 0x0000441d:offset 0x000000f3 + 0x000045f8:string 'George Charles Emil//' + 12. 0x0000422d:RKEY I582 0x00004421:offset 0x00000109 + 0x0000460e:string 'Guillaume_IV of_Luxembourg //' + 13. 0x00004235:RKEY I590 0x00004425:offset 0x00000127 + 0x0000462c:string 'Gaston //' + 14. 0x0000423d:RKEY I675 0x00004429:offset 0x00000132 + 0x00004637:string 'Geraldine //' + 15. 0x00004245:RKEY I692 0x0000442d:offset 0x00000140 + 0x00004645:string 'George of_Denmark //' + 16. 0x0000424d:RKEY I700 0x00004431:offset 0x00000155 + 0x0000465a:string 'George //' + 17. 0x00004255:RKEY I759 0x00004435:offset 0x00000160 + 0x00004665:string 'George_I of_Saxe- Meiningen//' + 18. 0x0000425d:RKEY I901 0x00004439:offset 0x0000017e + 0x00004683:string 'George of_Russia //' + 19. 0x00004265:RKEY I929 0x0000443d:offset 0x00000192 + 0x00004697:string 'Georg Friedrich //' + 20. 0x0000426d:RKEY I993 0x00004441:offset 0x000001a5 + 0x000046aa:string 'George //' + 21. 0x00004275:RKEY I1005 0x00004445:offset 0x000001b0 + 0x000046b5:string 'George //' + 22. 0x0000427d:RKEY I1191 0x00004449:offset 0x000001bb + 0x000046c0:string 'Gabriele //' + 23. 0x00004285:RKEY I1377 0x0000444d:offset 0x000001c8 + 0x000046cd:string 'Geoffrey //' + 24. 0x0000428d:RKEY I1531 0x00004451:offset 0x000001d5 + 0x000046da:string 'Gunnor of_Denmark //' + 25. 0x00004295:RKEY I1536 0x00004455:offset 0x000001ea + 0x000046ef:string 'Godwin //' + 26. 0x0000429d:RKEY I1537 0x00004459:offset 0x000001f5 + 0x000046fa:string 'Gytha //' + 27. 0x000042a5:RKEY I1540 0x0000445d:offset 0x000001ff + 0x00004704:string 'Gytha //' + 28. 0x000042ad:RKEY I1576 0x00004461:offset 0x00000209 + 0x0000470e:string 'George //' + 29. 0x000042b5:RKEY I1588 0x00004465:offset 0x00000214 + 0x00004719:string 'Gilbert De_Clare //' + 30. 0x000042bd:RKEY I1666 0x00004469:offset 0x00000228 + 0x0000472d:string 'Gustav //' + 31. 0x000042c5:RKEY I1717 0x0000446d:offset 0x00000233 + 0x00004738:string 'George Henry Lennox//' + 32. 0x000042cd:RKEY I1752 0x00004471:offset 0x00000249 + 0x0000474e:string 'Gunnor //' + 33. 0x000042d5:RKEY I1768 0x00004475:offset 0x00000254 + 0x00004759:string 'Gunhilda //' + 34. 0x000042dd:RKEY I1777 0x00004479:offset 0x00000261 + 0x00004766:string 'Gunhilda //' + 35. 0x000042e5:RKEY I1834 0x0000447d:offset 0x0000026e + 0x00004773:string 'Gilbert De_Clare of_Gloucester//' + 36. 0x000042ed:RKEY I1852 0x00004481:offset 0x0000028f + 0x00004794:string 'Geoffrey of_Conversano //' + 37. 0x000042f5:RKEY I1859 0x00004485:offset 0x000002a9 + 0x000047ae:string 'Geoffrey Lower_Lorraine //' + 38. 0x000042fd:RKEY I1863 0x00004489:offset 0x000002c4 + 0x000047c9:string 'Giles de_Sulli //' + 39. 0x00004305:RKEY I1866 0x0000448d:offset 0x000002d6 + 0x000047db:string 'Geoffrey_VI of_Anjou //' + 40. 0x0000430d:RKEY I1876 0x00004491:offset 0x000002ee + 0x000047f3:string 'Guy of_Thouars //' + 41. 0x00004315:RKEY I1878 0x00004495:offset 0x00000300 + 0x00004805:string 'Geoffrey de_Mandeville //' + 42. 0x0000431d:RKEY I1911 0x00004499:offset 0x0000031a + 0x0000481f:string 'Gwladus DDU //' + 43. 0x00004325:RKEY I1928 0x0000449d:offset 0x00000329 + 0x0000482e:string 'Gruffydd Ap_Llywelyn //' + 44. 0x0000432d:RKEY I1951 0x000044a1:offset 0x00000341 + 0x00004846:string 'Gruffydd Ap_Cynan //' + 45. 0x00004335:RKEY I1957 0x000044a5:offset 0x00000356 + 0x0000485b:string 'Gruffydd //' + 46. 0x0000433d:RKEY I1960 0x000044a9:offset 0x00000363 + 0x00004868:string 'Gwenllian //' + 47. 0x00004345:RKEY I1997 0x000044ad:offset 0x00000371 + 0x00004876:string 'Gewis //' + 48. 0x0000434d:RKEY I2008 0x000044b1:offset 0x0000037b + 0x00004880:string 'Godwulf //' + 49. 0x00004355:RKEY I2009 0x000044b5:offset 0x00000387 + 0x0000488c:string 'Geata //' + 50. 0x0000435d:RKEY I2139 0x000044b9:offset 0x00000391 + 0x00004896:string 'Gustavus Adolphus of_Stolberg-Ged.//' + 51. 0x00004365:RKEY I2140 0x000044bd:offset 0x000003b6 + 0x000048bb:string 'George William of_Brunswick//' + 52. 0x0000436d:RKEY I2158 0x000044c1:offset 0x000003d4 + 0x000048d9:string 'George of_Milford_Haven //' + 53. 0x00004375:RKEY I2175 0x000044c5:offset 0x000003ef + 0x000048f4:string 'Goronwy_Ap Tudor //' + 54. 0x0000437d:RKEY I2177 0x000044c9:offset 0x00000403 + 0x00004908:string 'Goronwy //' + 55. 0x00004385:RKEY I2179 0x000044cd:offset 0x0000040f + 0x00004914:string 'Gwenllian //' + 56. 0x0000438d:RKEY I2181 0x000044d1:offset 0x0000041d + 0x00004922:string 'Gruffydd //' + 57. 0x00004395:RKEY I2244 0x000044d5:offset 0x0000042a + 0x0000492f:string 'Gillacomgan //' + 58. 0x0000439d:RKEY I2245 0x000044d9:offset 0x0000043a + 0x0000493f:string 'Gruoch //' + 59. 0x000043a5:RKEY I2603 0x000044dd:offset 0x00000445 + 0x0000494a:string 'Gerberge //' + 60. 0x000043ad:RKEY I2612 0x000044e1:offset 0x00000452 + 0x00004957:string 'Gerberge of_the_Lombard //' + 61. 0x000043b5:RKEY I2643 0x000044e5:offset 0x0000046d + 0x00004972:string 'Gonzalo //' + 62. 0x000043bd:RKEY I2683 0x000044e9:offset 0x00000479 + 0x0000497e:string 'George Bagration- Mukhranski//' + 63. 0x000043c5:RKEY I2701 0x000044ed:offset 0x00000498 + 0x0000499d:string 'Gorm //' + 64. 0x000043cd:RKEY I2820 0x000044f1:offset 0x000004a1 + 0x000049a6:string 'Gustaf //' + 65. 0x000043d5:RKEY I2828 0x000044f5:offset 0x000004ac + 0x000049b1:string 'Gunnar //' + 66. 0x000043dd:RKEY I2852 0x000044f9:offset 0x000004b7 + 0x000049bc:string 'Gustaf_III //' + 67. 0x000043e5:RKEY I2886 0x000044fd:offset 0x000004c6 + 0x000049cb:string 'Germaine of_Narbonne //' + 68. 0x000043ed:RKEY I2988 0x00004501:offset 0x000004de + 0x000049e3:string 'Gracie //' + Assembled data for NGZ999 + 1. I19 name George Victor of_Waldeck// + 2. I124 name Gustav_VI Adolf // + 3. I262 name George of_Cambridge // + 4. I282 name George of_Cambridge // + 5. I445 name Gustav Adolf // + 6. I456 name Gustav_V // + 7. I461 name George Donatus of_Hesse// + 8. I477 name Gottfried of_Hohenlohe- Lagenburg// + 9. I482 name George William of_Hanover// + 10. I488 name Gustav Ernst of_Erbach-Schonb// + 11. I572 name George Charles Emil// + 12. I582 name Guillaume_IV of_Luxembourg // + 13. I590 name Gaston // + 14. I675 name Geraldine // + 15. I692 name George of_Denmark // + 16. I700 name George // + 17. I759 name George_I of_Saxe- Meiningen// + 18. I901 name George of_Russia // + 19. I929 name Georg Friedrich // + 20. I993 name George // + 21. I1005 name George // + 22. I1191 name Gabriele // + 23. I1377 name Geoffrey // + 24. I1531 name Gunnor of_Denmark // + 25. I1536 name Godwin // + 26. I1537 name Gytha // + 27. I1540 name Gytha // + 28. I1576 name George // + 29. I1588 name Gilbert De_Clare // + 30. I1666 name Gustav // + 31. I1717 name George Henry Lennox// + 32. I1752 name Gunnor // + 33. I1768 name Gunhilda // + 34. I1777 name Gunhilda // + 35. I1834 name Gilbert De_Clare of_Gloucester// + 36. I1852 name Geoffrey of_Conversano // + 37. I1859 name Geoffrey Lower_Lorraine // + 38. I1863 name Giles de_Sulli // + 39. I1866 name Geoffrey_VI of_Anjou // + 40. I1876 name Guy of_Thouars // + 41. I1878 name Geoffrey de_Mandeville // + 42. I1911 name Gwladus DDU // + 43. I1928 name Gruffydd Ap_Llywelyn // + 44. I1951 name Gruffydd Ap_Cynan // + 45. I1957 name Gruffydd // + 46. I1960 name Gwenllian // + 47. I1997 name Gewis // + 48. I2008 name Godwulf // + 49. I2009 name Geata // + 50. I2139 name Gustavus Adolphus of_Stolberg-Ged.// + 51. I2140 name George William of_Brunswick// + 52. I2158 name George of_Milford_Haven // + 53. I2175 name Goronwy_Ap Tudor // + 54. I2177 name Goronwy // + 55. I2179 name Gwenllian // + 56. I2181 name Gruffydd // + 57. I2244 name Gillacomgan // + 58. I2245 name Gruoch // + 59. I2603 name Gerberge // + 60. I2612 name Gerberge of_the_Lombard // + 61. I2643 name Gonzalo // + 62. I2683 name George Bagration- Mukhranski// + 63. I2701 name Gorm // + 64. I2820 name Gustaf // + 65. I2828 name Gunnar // + 66. I2852 name Gustaf_III // + 67. I2886 name Germaine of_Narbonne // + 68. I2988 name Gracie // +[0056] Name rkey: NHB163 offs: 0x000039ee lens: 0x00000040 + 0x000049ee: Ncount 2 + Keys and string offsets, strings + 1. 0x000049f2:RKEY I1333 0x00004a02:offset 0x00000000 + 0x00004a0a:string 'Henry /Beaufort/' + 2. 0x000049fa:RKEY I2083 0x00004a06:offset 0x00000012 + 0x00004a1c:string 'Henry /Beaufort/' + Assembled data for NHB163 + 1. I1333 name Henry /Beaufort/ + 2. I2083 name Henry /Beaufort/ +[0057] Name rkey: NHB500 offs: 0x00003a2e lens: 0x0000001e + 0x00004a2e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a32:RKEY I796 0x00004a3a:offset 0x00000000 + 0x00004a3e:string 'Helen /Bean/' + Assembled data for NHB500 + 1. I796 name Helen /Bean/ +[0058] Name rkey: NHB524 offs: 0x00003a4c lens: 0x00000026 + 0x00004a4c: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a50:RKEY I2766 0x00004a58:offset 0x00000000 + 0x00004a5c:string 'Hans-Jorg /Baenkler/' + Assembled data for NHB524 + 1. I2766 name Hans-Jorg /Baenkler/ +[0059] Name rkey: NHB626 offs: 0x00003a72 lens: 0x00000026 + 0x00004a72: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a76:RKEY I1026 0x00004a7e:offset 0x00000000 + 0x00004a82:string 'Henry 1st /Bourchier/' + Assembled data for NHB626 + 1. I1026 name Henry 1st /Bourchier/ +[0060] Name rkey: NHB652 offs: 0x00003a98 lens: 0x00000020 + 0x00004a98: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a9c:RKEY I783 0x00004aa4:offset 0x00000000 + 0x00004aa8:string 'Henry /Baring/' + Assembled data for NHB652 + 1. I783 name Henry /Baring/ +[0061] Name rkey: NHB653 offs: 0x00003ab8 lens: 0x00000077 + 0x00004ab8: Ncount 4 + Keys and string offsets, strings + 1. 0x00004abc:RKEY I823 0x00004adc:offset 0x00000000 + 0x00004aec:string 'Hector /Barrantes/' + 2. 0x00004ac4:RKEY I1426 0x00004ae0:offset 0x00000014 + 0x00004b00:string 'Henry /Brandon/' + 3. 0x00004acc:RKEY I2948 0x00004ae4:offset 0x00000025 + 0x00004b11:string 'Henry /Brand/' + 4. 0x00004ad4:RKEY I2949 0x00004ae8:offset 0x00000034 + 0x00004b20:string 'Henry /Brand/' + Assembled data for NHB653 + 1. I823 name Hector /Barrantes/ + 2. I1426 name Henry /Brandon/ + 3. I2948 name Henry /Brand/ + 4. I2949 name Henry /Brand/ +[0062] Name rkey: NHC130 offs: 0x00003b2f lens: 0x0000001e + 0x00004b2f: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b33:RKEY I2463 0x00004b3b:offset 0x00000000 + 0x00004b3f:string 'Hugh /Capet/' + Assembled data for NHC130 + 1. I2463 name Hugh /Capet/ +[0063] Name rkey: NHC362 offs: 0x00003b4d lens: 0x00000022 + 0x00004b4d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b51:RKEY I2818 0x00004b59:offset 0x00000000 + 0x00004b5d:string 'Hugo /Cedergren/' + Assembled data for NHC362 + 1. I2818 name Hugo /Cedergren/ +[0064] Name rkey: NHC416 offs: 0x00003b6f lens: 0x0000002f + 0x00004b6f: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b73:RKEY I2104 0x00004b7b:offset 0x00000000 + 0x00004b7f:string 'Henry of_Cumberland /Clifford/' + Assembled data for NHC416 + 1. I2104 name Henry of_Cumberland /Clifford/ +[0065] Name rkey: NHC600 offs: 0x00003b9e lens: 0x0000001f + 0x00004b9e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004ba2:RKEY I2394 0x00004baa:offset 0x00000000 + 0x00004bae:string 'Henry /Carey/' + Assembled data for NHC600 + 1. I2394 name Henry /Carey/ +[0066] Name rkey: NHD150 offs: 0x00003bbd lens: 0x00000051 + 0x00004bbd: Ncount 2 + Keys and string offsets, strings + 1. 0x00004bc1:RKEY I1332 0x00004bd1:offset 0x00000000 + 0x00004bd9:string 'Humphrey /De_Bohun/' + 2. 0x00004bc9:RKEY I2069 0x00004bd5:offset 0x00000015 + 0x00004bee:string 'Humphrey of_Hereford /De_Bohun/' + Assembled data for NHD150 + 1. I1332 name Humphrey /De_Bohun/ + 2. I2069 name Humphrey of_Hereford /De_Bohun/ +[0067] Name rkey: NHD340 offs: 0x00003c0e lens: 0x00000020 + 0x00004c0e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004c12:RKEY I2314 0x00004c1a:offset 0x00000000 + 0x00004c1e:string 'Henry /Dudley/' + Assembled data for NHD340 + 1. I2314 name Henry /Dudley/ +[0068] Name rkey: NHD416 offs: 0x00003c2e lens: 0x00000024 + 0x00004c2e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004c32:RKEY I1609 0x00004c3a:offset 0x00000000 + 0x00004c3e:string 'Henri /de_Laborde/' + Assembled data for NHD416 + 1. I1609 name Henri /de_Laborde/ +[0069] Name rkey: NHD630 offs: 0x00003c52 lens: 0x00000020 + 0x00004c52: Ncount 1 + Keys and string offsets, strings + 1. 0x00004c56:RKEY I2703 0x00004c5e:offset 0x00000000 + 0x00004c62:string 'Helen /Dorrit/' + Assembled data for NHD630 + 1. I2703 name Helen /Dorrit/ +[0070] Name rkey: NHF326 offs: 0x00003c72 lens: 0x0000003e + 0x00004c72: Ncount 2 + Keys and string offsets, strings + 1. 0x00004c76:RKEY I2307 0x00004c86:offset 0x00000000 + 0x00004c8e:string 'Henry /Fitzroy/' + 2. 0x00004c7e:RKEY I2364 0x00004c8a:offset 0x00000011 + 0x00004c9f:string 'Henry /Fitzroy/' + Assembled data for NHF326 + 1. I2307 name Henry /Fitzroy/ + 2. I2364 name Henry /Fitzroy/ +[0071] Name rkey: NHF432 offs: 0x00003cb0 lens: 0x00000022 + 0x00004cb0: Ncount 1 + Keys and string offsets, strings + 1. 0x00004cb4:RKEY I2938 0x00004cbc:offset 0x00000000 + 0x00004cc0:string 'Henry /Fletcher/' + Assembled data for NHF432 + 1. I2938 name Henry /Fletcher/ +[0072] Name rkey: NHG600 offs: 0x00003cd2 lens: 0x0000001e + 0x00004cd2: Ncount 1 + Keys and string offsets, strings + 1. 0x00004cd6:RKEY I1430 0x00004cde:offset 0x00000000 + 0x00004ce2:string 'Henry /Grey/' + Assembled data for NHG600 + 1. I1430 name Henry /Grey/ +[0073] Name rkey: NHH235 offs: 0x00003cf0 lens: 0x0000002f + 0x00004cf0: Ncount 1 + Keys and string offsets, strings + 1. 0x00004cf4:RKEY I2329 0x00004cfc:offset 0x00000000 + 0x00004d00:string 'Henry of_Huntington /Hastings/' + Assembled data for NHH235 + 1. I2329 name Henry of_Huntington /Hastings/ +[0074] Name rkey: NHH325 offs: 0x00003d1f lens: 0x0000002c + 0x00004d1f: Ncount 1 + Keys and string offsets, strings + 1. 0x00004d23:RKEY I365 0x00004d2b:offset 0x00000000 + 0x00004d2f:string 'Henrietta Mildred /Hodgson/' + Assembled data for NHH325 + 1. I365 name Henrietta Mildred /Hodgson/ +[0075] Name rkey: NHH516 offs: 0x00003d4b lens: 0x0000005d + 0x00004d4b: Ncount 2 + Keys and string offsets, strings + 1. 0x00004d4f:RKEY I337 0x00004d5f:offset 0x00000000 + 0x00004d67:string 'Henry Frederick of_Cumberland/Hanover/' + 2. 0x00004d57:RKEY I1044 0x00004d63:offset 0x00000027 + 0x00004d8e:string 'Heinrich Julius /Hanover/' + Assembled data for NHH516 + 1. I337 name Henry Frederick of_Cumberland/Hanover/ + 2. I1044 name Heinrich Julius /Hanover/ +[0076] Name rkey: NHH616 offs: 0x00003da8 lens: 0x00000021 + 0x00004da8: Ncount 1 + Keys and string offsets, strings + 1. 0x00004dac:RKEY I2332 0x00004db4:offset 0x00000000 + 0x00004db8:string 'Henry /Herbert/' + Assembled data for NHH616 + 1. I2332 name Henry /Herbert/ +[0077] Name rkey: NHH630 offs: 0x00003dc9 lens: 0x00000067 + 0x00004dc9: Ncount 3 + Keys and string offsets, strings + 1. 0x00004dcd:RKEY I2355 0x00004de5:offset 0x00000000 + 0x00004df1:string 'Henry /Howard/' + 2. 0x00004dd5:RKEY I2360 0x00004de9:offset 0x00000010 + 0x00004e01:string 'Henry of_Northhampton /Howard/' + 3. 0x00004ddd:RKEY I2377 0x00004ded:offset 0x0000002f + 0x00004e20:string 'Henry /Howard/' + Assembled data for NHH630 + 1. I2355 name Henry /Howard/ + 2. I2360 name Henry of_Northhampton /Howard/ + 3. I2377 name Henry /Howard/ +[0078] Name rkey: NHK142 offs: 0x00003e30 lens: 0x00000022 + 0x00004e30: Ncount 1 + Keys and string offsets, strings + 1. 0x00004e34:RKEY I1839 0x00004e3c:offset 0x00000000 + 0x00004e40:string 'Hugh /Keveliock/' + Assembled data for NHK142 + 1. I1839 name Hugh /Keveliock/ +[0079] Name rkey: NHK320 offs: 0x00003e52 lens: 0x00000022 + 0x00004e52: Ncount 1 + Keys and string offsets, strings + 1. 0x00004e56:RKEY I2756 0x00004e5e:offset 0x00000000 + 0x00004e62:string 'Heinrich /Kautz/' + Assembled data for NHK320 + 1. I2756 name Heinrich /Kautz/ +[0080] Name rkey: NHK542 offs: 0x00003e74 lens: 0x00000021 + 0x00004e74: Ncount 1 + Keys and string offsets, strings + 1. 0x00004e78:RKEY I2406 0x00004e80:offset 0x00000000 + 0x00004e84:string 'Henry /Knollys/' + Assembled data for NHK542 + 1. I2406 name Henry /Knollys/ +[0081] Name rkey: NHL165 offs: 0x00003e95 lens: 0x0000002c + 0x00004e95: Ncount 1 + Keys and string offsets, strings + 1. 0x00004e99:RKEY I1880 0x00004ea1:offset 0x00000000 + 0x00004ea5:string 'Hugh de_la_Marche /le_Brun/' + Assembled data for NHL165 + 1. I1880 name Hugh de_la_Marche /le_Brun/ +[0082] Name rkey: NHL200 offs: 0x00003ec1 lens: 0x00000041 + 0x00004ec1: Ncount 2 + Keys and string offsets, strings + 1. 0x00004ec5:RKEY I2098 0x00004ed5:offset 0x00000000 + 0x00004edd:string 'Henry Fitz /Lewes/' + 2. 0x00004ecd:RKEY I2994 0x00004ed9:offset 0x00000013 + 0x00004ef0:string 'Humphrey /Legge/' + Assembled data for NHL200 + 1. I2098 name Henry Fitz /Lewes/ + 2. I2994 name Humphrey /Legge/ +[0083] Name rkey: NHL242 offs: 0x00003f02 lens: 0x0000004f + 0x00004f02: Ncount 2 + Keys and string offsets, strings + 1. 0x00004f06:RKEY I68 0x00004f16:offset 0x00000000 + 0x00004f1e:string 'Henry George Charles/Lascelles/' + 2. 0x00004f0e:RKEY I297 0x00004f1a:offset 0x00000020 + 0x00004f3e:string 'Henry /Lascelles/' + Assembled data for NHL242 + 1. I68 name Henry George Charles/Lascelles/ + 2. I297 name Henry /Lascelles/ +[0084] Name rkey: NHL653 offs: 0x00003f51 lens: 0x00000024 + 0x00004f51: Ncount 1 + Keys and string offsets, strings + 1. 0x00004f55:RKEY I967 0x00004f5d:offset 0x00000000 + 0x00004f61:string 'Haakon /Lorentzen/' + Assembled data for NHL653 + 1. I967 name Haakon /Lorentzen/ +[0085] Name rkey: NHM252 offs: 0x00003f75 lens: 0x0000002a + 0x00004f75: Ncount 1 + Keys and string offsets, strings + 1. 0x00004f79:RKEY I455 0x00004f81:offset 0x00000000 + 0x00004f85:string 'Haakon of_Norway /Magnus/' + Assembled data for NHM252 + 1. I455 name Haakon of_Norway /Magnus/ +[0086] Name rkey: NHM262 offs: 0x00003f9f lens: 0x00000048 + 0x00004f9f: Ncount 2 + Keys and string offsets, strings + 1. 0x00004fa3:RKEY I2986 0x00004fb3:offset 0x00000000 + 0x00004fbb:string 'Hugh /McCorquodale/' + 2. 0x00004fab:RKEY I2987 0x00004fb7:offset 0x00000015 + 0x00004fd0:string 'Harold /McCorquodale/' + Assembled data for NHM262 + 1. I2986 name Hugh /McCorquodale/ + 2. I2987 name Harold /McCorquodale/ +[0087] Name rkey: NHM532 offs: 0x00003fe7 lens: 0x00000032 + 0x00004fe7: Ncount 1 + Keys and string offsets, strings + 1. 0x00004feb:RKEY I2946 0x00004ff3:offset 0x00000000 + 0x00004ff7:string 'Herbert -Scott /Montagu-Douglas-/' + Assembled data for NHM532 + 1. I2946 name Herbert -Scott /Montagu-Douglas-/ +[0088] Name rkey: NHM625 offs: 0x00004019 lens: 0x00000023 + 0x00005019: Ncount 1 + Keys and string offsets, strings + 1. 0x0000501d:RKEY I2939 0x00005025:offset 0x00000000 + 0x00005029:string 'Harriet /Marsham/' + Assembled data for NHM625 + 1. I2939 name Harriet /Marsham/ +[0089] Name rkey: NHM650 offs: 0x0000403c lens: 0x00000022 + 0x0000503c: Ncount 1 + Keys and string offsets, strings + 1. 0x00005040:RKEY I2644 0x00005048:offset 0x00000000 + 0x0000504c:string 'Henry C. /Marone/' + Assembled data for NHM650 + 1. I2644 name Henry C. /Marone/ +[0090] Name rkey: NHP620 offs: 0x0000405e lens: 0x00000028 + 0x0000505e: Ncount 1 + Keys and string offsets, strings + 1. 0x00005062:RKEY I2286 0x0000506a:offset 0x00000000 + 0x0000506e:string 'Henry (Hotspur) /Percy/' + Assembled data for NHP620 + 1. I2286 name Henry (Hotspur) /Percy/ +[0091] Name rkey: NHR200 offs: 0x00004086 lens: 0x00000027 + 0x00005086: Ncount 1 + Keys and string offsets, strings + 1. 0x0000508a:RKEY I1172 0x00005092:offset 0x00000000 + 0x00005096:string 'Heinrich_XXII /Reuss/' + Assembled data for NHR200 + 1. I1172 name Heinrich_XXII /Reuss/ +[0092] Name rkey: NHR262 offs: 0x000040ad lens: 0x00000021 + 0x000050ad: Ncount 1 + Keys and string offsets, strings + 1. 0x000050b1:RKEY I2112 0x000050b9:offset 0x00000000 + 0x000050bd:string 'Honora /Rogers/' + Assembled data for NHR262 + 1. I2112 name Honora /Rogers/ +[0093] Name rkey: NHR324 offs: 0x000040ce lens: 0x00000023 + 0x000050ce: Ncount 1 + Keys and string offsets, strings + 1. 0x000050d2:RKEY I2354 0x000050da:offset 0x00000000 + 0x000050de:string 'Henry /Radcliffe/' + Assembled data for NHR324 + 1. I2354 name Henry /Radcliffe/ +[0094] Name rkey: NHR551 offs: 0x000040f1 lens: 0x00000036 + 0x000050f1: Ncount 1 + Keys and string offsets, strings + 1. 0x000050f5:RKEY I1362 0x000050fd:offset 0x00000000 + 0x00005101:string 'Helen Vladimirovna of_Russia/Romanov/' + Assembled data for NHR551 + 1. I1362 name Helen Vladimirovna of_Russia/Romanov/ +[0095] Name rkey: NHS230 offs: 0x00004127 lens: 0x0000002b + 0x00005127: Ncount 1 + Keys and string offsets, strings + 1. 0x0000512b:RKEY I2950 0x00005133:offset 0x00000000 + 0x00005137:string 'Henry of_Buccleuch /Scott/' + Assembled data for NHS230 + 1. I2950 name Henry of_Buccleuch /Scott/ +[0096] Name rkey: NHS316 offs: 0x00004152 lens: 0x00000022 + 0x00005152: Ncount 1 + Keys and string offsets, strings + 1. 0x00005156:RKEY I1350 0x0000515e:offset 0x00000000 + 0x00005162:string 'Henry /Stafford/' + Assembled data for NHS316 + 1. I1350 name Henry /Stafford/ +[0097] Name rkey: NHS350 offs: 0x00004174 lens: 0x00000020 + 0x00005174: Ncount 1 + Keys and string offsets, strings + 1. 0x00005178:RKEY I2328 0x00005180:offset 0x00000000 + 0x00005184:string 'Henry /Sidney/' + Assembled data for NHS350 + 1. I2328 name Henry /Sidney/ +[0098] Name rkey: NHS354 offs: 0x00004194 lens: 0x00000021 + 0x00005194: Ncount 1 + Keys and string offsets, strings + 1. 0x00005198:RKEY I2335 0x000051a0:offset 0x00000000 + 0x000051a4:string 'Henry /Stanley/' + Assembled data for NHS354 + 1. I2335 name Henry /Stanley/ +[0099] Name rkey: NHS363 offs: 0x000041b5 lens: 0x000000d9 + 0x000051b5: Ncount 6 + Keys and string offsets, strings + 1. 0x000051b9:RKEY I723 0x000051e9:offset 0x00000000 + 0x00005201:string 'Henry Benedict Thomas/Stuart/' + 2. 0x000051c1:RKEY I727 0x000051ed:offset 0x0000001e + 0x0000521f:string 'Henry Frederick /Stuart/' + 3. 0x000051c9:RKEY I748 0x000051f1:offset 0x00000037 + 0x00005238:string 'Henry of_Gloucester /Stuart/' + 4. 0x000051d1:RKEY I749 0x000051f5:offset 0x00000054 + 0x00005255:string 'Henrietta Anne /Stuart/' + 5. 0x000051d9:RKEY I837 0x000051f9:offset 0x0000006c + 0x0000526d:string 'Henry /Stewart/' + 6. 0x000051e1:RKEY I1249 0x000051fd:offset 0x0000007d + 0x0000527e:string 'Henry /Stuart/' + Assembled data for NHS363 + 1. I723 name Henry Benedict Thomas/Stuart/ + 2. I727 name Henry Frederick /Stuart/ + 3. I748 name Henry of_Gloucester /Stuart/ + 4. I749 name Henrietta Anne /Stuart/ + 5. I837 name Henry /Stewart/ + 6. I1249 name Henry /Stuart/ +[0100] Name rkey: NHS516 offs: 0x0000428e lens: 0x00000021 + 0x0000528e: Ncount 1 + Keys and string offsets, strings + 1. 0x00005292:RKEY I2064 0x0000529a:offset 0x00000000 + 0x0000529e:string 'Hugh /Swynford/' + Assembled data for NHS516 + 1. I2064 name Hugh /Swynford/ +[0101] Name rkey: NHS530 offs: 0x000042af lens: 0x00000023 + 0x000052af: Ncount 1 + Keys and string offsets, strings + 1. 0x000052b3:RKEY I1711 0x000052bb:offset 0x00000000 + 0x000052bf:string 'Henry Abel /Smith/' + Assembled data for NHS530 + 1. I1711 name Henry Abel /Smith/ +[0102] Name rkey: NHS560 offs: 0x000042d2 lens: 0x00000082 + 0x000052d2: Ncount 4 + Keys and string offsets, strings + 1. 0x000052d6:RKEY I779 0x000052f6:offset 0x00000000 + 0x00005306:string 'Horace Beauchamp /Seymour/' + 2. 0x000052de:RKEY I2301 0x000052fa:offset 0x0000001b + 0x00005321:string 'Hugh /Seymour/' + 3. 0x000052e6:RKEY I2327 0x000052fe:offset 0x0000002b + 0x00005331:string 'Henry /Seymour/' + 4. 0x000052ee:RKEY I2398 0x00005302:offset 0x0000003c + 0x00005342:string 'Honora /Seymour/' + Assembled data for NHS560 + 1. I779 name Horace Beauchamp /Seymour/ + 2. I2301 name Hugh /Seymour/ + 3. I2327 name Henry /Seymour/ + 4. I2398 name Honora /Seymour/ +[0103] Name rkey: NHS562 offs: 0x00004354 lens: 0x00000026 + 0x00005354: Ncount 1 + Keys and string offsets, strings + 1. 0x00005358:RKEY I2306 0x00005360:offset 0x00000000 + 0x00005364:string 'Henrietta /Somerset/' + Assembled data for NHS562 + 1. I2306 name Henrietta /Somerset/ +[0104] Name rkey: NHT360 offs: 0x0000437a lens: 0x00000081 + 0x0000537a: Ncount 4 + Keys and string offsets, strings + 1. 0x0000537e:RKEY I773 0x0000539e:offset 0x00000000 + 0x000053ae:string 'Henry_VII /Tudor/' + 2. 0x00005386:RKEY I828 0x000053a2:offset 0x00000013 + 0x000053c1:string 'Henry_VIII /Tudor/' + 3. 0x0000538e:RKEY I843 0x000053a6:offset 0x00000027 + 0x000053d5:string 'Henry_(1) /Tudor/' + 4. 0x00005396:RKEY I844 0x000053aa:offset 0x0000003a + 0x000053e8:string 'Henry_(2) /Tudor/' + Assembled data for NHT360 + 1. I773 name Henry_VII /Tudor/ + 2. I828 name Henry_VIII /Tudor/ + 3. I843 name Henry_(1) /Tudor/ + 4. I844 name Henry_(2) /Tudor/ +[0105] Name rkey: NHW532 offs: 0x000043fb lens: 0x00000082 + 0x000053fb: Ncount 3 + Keys and string offsets, strings + 1. 0x000053ff:RKEY I34 0x00005417:offset 0x00000000 + 0x00005423:string 'Henry William Frederick/Windsor/' + 2. 0x00005407:RKEY I113 0x0000541b:offset 0x00000021 + 0x00005444:string 'Helen Marina Lucy/Windsor/' + 3. 0x0000540f:RKEY I116 0x0000541f:offset 0x0000003c + 0x0000545f:string 'Henry Charles Albert/Windsor/' + Assembled data for NHW532 + 1. I34 name Henry William Frederick/Windsor/ + 2. I113 name Helen Marina Lucy/Windsor/ + 3. I116 name Henry Charles Albert/Windsor/ +[0106] Name rkey: NHW623 offs: 0x0000447d lens: 0x0000002b + 0x0000547d: Ncount 1 + Keys and string offsets, strings + 1. 0x00005481:RKEY I2936 0x00005489:offset 0x00000000 + 0x0000548d:string 'Henry Fitzherbert /Wright/' + Assembled data for NHW623 + 1. I2936 name Henry Fitzherbert /Wright/ +[0107] Name rkey: NHZ999 offs: 0x000044a8 lens: 0x00000a62 + 0x000054a8: Ncount 91 + Keys and string offsets, strings + 1. 0x000054ac:RKEY I7 0x00005784:offset 0x00000000 + 0x000058f0:string 'Helena Augusta Victoria//' + 2. 0x000054b4:RKEY I23 0x00005788:offset 0x0000001a + 0x0000590a:string 'Helena Frederica of_Waldeck//' + 3. 0x000054bc:RKEY I25 0x0000578c:offset 0x00000038 + 0x00005928:string 'Henry Maurice of_Battenberg//' + 4. 0x000054c4:RKEY I72 0x00005790:offset 0x00000056 + 0x00005946:string 'Henry of_Prussia //' + 5. 0x000054cc:RKEY I81 0x00005794:offset 0x0000006a + 0x0000595a:string 'Henry //' + 6. 0x000054d4:RKEY I233 0x00005798:offset 0x00000074 + 0x00005964:string 'Helen of_Greece //' + 7. 0x000054dc:RKEY I285 0x0000579c:offset 0x00000087 + 0x00005977:string 'Helena //' + 8. 0x000054e4:RKEY I312 0x000057a0:offset 0x00000092 + 0x00005982:string 'Helena Victoria //' + 9. 0x000054ec:RKEY I419 0x000057a4:offset 0x000000a5 + 0x00005995:string 'Hermine of_Reuss //' + 10. 0x000054f4:RKEY I442 0x000057a8:offset 0x000000b9 + 0x000059a9:string 'Helen //' + 11. 0x000054fc:RKEY I452 0x000057ac:offset 0x000000c3 + 0x000059b3:string 'Harald //' + 12. 0x00005504:RKEY I485 0x000057b0:offset 0x000000ce + 0x000059be:string 'Henriette //' + 13. 0x0000550c:RKEY I497 0x000057b4:offset 0x000000dc + 0x000059cc:string 'Henry //' + 14. 0x00005514:RKEY I514 0x000057b8:offset 0x000000e6 + 0x000059d6:string 'Himiltude //' + 15. 0x0000551c:RKEY I521 0x000057bc:offset 0x000000f4 + 0x000059e4:string 'Hubertus //' + 16. 0x00005524:RKEY I614 0x000057c0:offset 0x00000101 + 0x000059f1:string 'Henriette Amalie //' + 17. 0x0000552c:RKEY I615 0x000057c4:offset 0x00000115 + 0x00005a05:string 'Heinrich Kasimir of_Nassau-Dietz//' + 18. 0x00005534:RKEY I658 0x000057c8:offset 0x00000138 + 0x00005a28:string 'Henry of_Mecklenburg //' + 19. 0x0000553c:RKEY I669 0x000057cc:offset 0x00000150 + 0x00005a40:string 'Hermann von_Seherr-Thoss //' + 20. 0x00005544:RKEY I679 0x000057d0:offset 0x0000016c + 0x00005a5c:string 'Henriette //' + 21. 0x0000554c:RKEY I713 0x000057d4:offset 0x0000017a + 0x00005a6a:string 'Henrietta //' + 22. 0x00005554:RKEY I739 0x000057d8:offset 0x00000188 + 0x00005a78:string 'Henrietta Maria of_France//' + 23. 0x0000555c:RKEY I740 0x000057dc:offset 0x000001a4 + 0x00005a94:string 'Henry_IV the_Great //' + 24. 0x00005564:RKEY I973 0x000057e0:offset 0x000001ba + 0x00005aaa:string 'Helen of_Romania //' + 25. 0x0000556c:RKEY I1020 0x000057e4:offset 0x000001ce + 0x00005abe:string 'Henry //' + 26. 0x00005574:RKEY I1083 0x000057e8:offset 0x000001d8 + 0x00005ac8:string 'Hermann of_Saxe-Weimar //' + 27. 0x0000557c:RKEY I1116 0x000057ec:offset 0x000001f2 + 0x00005ae2:string 'Henriette (twin) //' + 28. 0x00005584:RKEY I1152 0x000057f0:offset 0x00000206 + 0x00005af6:string 'Hildegarde //' + 29. 0x0000558c:RKEY I1170 0x000057f4:offset 0x00000215 + 0x00005b05:string 'Henry //' + 30. 0x00005594:RKEY I1187 0x000057f8:offset 0x0000021f + 0x00005b0f:string 'Henry //' + 31. 0x0000559c:RKEY I1190 0x000057fc:offset 0x00000229 + 0x00005b19:string 'Hilda //' + 32. 0x000055a4:RKEY I1195 0x00005800:offset 0x00000233 + 0x00005b23:string 'Helene //' + 33. 0x000055ac:RKEY I1216 0x00005804:offset 0x0000023e + 0x00005b2e:string 'Helene of_Nassau Henrietta//' + 34. 0x000055b4:RKEY I1217 0x00005808:offset 0x0000025b + 0x00005b4b:string 'Henry_VI //' + 35. 0x000055bc:RKEY I1219 0x0000580c:offset 0x00000268 + 0x00005b58:string 'Henry_V //' + 36. 0x000055c4:RKEY I1221 0x00005810:offset 0x00000274 + 0x00005b64:string 'Henry_IV //' + 37. 0x000055cc:RKEY I1226 0x00005814:offset 0x00000281 + 0x00005b71:string 'Humphrey of_Gloucester //' + 38. 0x000055d4:RKEY I1266 0x00005818:offset 0x0000029b + 0x00005b8b:string 'Henry //' + 39. 0x000055dc:RKEY I1281 0x0000581c:offset 0x000002a5 + 0x00005b95:string 'Henry_III //' + 40. 0x000055e4:RKEY I1290 0x00005820:offset 0x000002b3 + 0x00005ba3:string 'Henry //' + 41. 0x000055ec:RKEY I1293 0x00005824:offset 0x000002bd + 0x00005bad:string 'Henrietta //' + 42. 0x000055f4:RKEY I1330 0x00005828:offset 0x000002cb + 0x00005bbb:string 'Henry Beaufort //' + 43. 0x000055fc:RKEY I1371 0x0000582c:offset 0x000002dd + 0x00005bcd:string 'Henry_II Curtmantle //' + 44. 0x00005604:RKEY I1374 0x00005830:offset 0x000002f4 + 0x00005be4:string 'Henry the_Young_King //' + 45. 0x0000560c:RKEY I1391 0x00005834:offset 0x0000030c + 0x00005bfc:string 'Henry_I Beauclerc //' + 46. 0x00005614:RKEY I1404 0x00005838:offset 0x00000321 + 0x00005c11:string 'Henry_V //' + 47. 0x0000561c:RKEY I1497 0x0000583c:offset 0x0000032d + 0x00005c1d:string 'Henry //' + 48. 0x00005624:RKEY I1499 0x00005840:offset 0x00000337 + 0x00005c27:string 'Henry //' + 49. 0x0000562c:RKEY I1509 0x00005844:offset 0x00000341 + 0x00005c31:string 'Henry the_Lion //' + 50. 0x00005634:RKEY I1519 0x00005848:offset 0x00000353 + 0x00005c43:string 'Henry of_Winchester //' + 51. 0x0000563c:RKEY I1526 0x0000584c:offset 0x0000036a + 0x00005c5a:string 'Herleva //' + 52. 0x00005644:RKEY I1538 0x00005850:offset 0x00000376 + 0x00005c66:string 'Harold_II //' + 53. 0x0000564c:RKEY I1550 0x00005854:offset 0x00000384 + 0x00005c74:string 'Harold_I Harefoot //' + 54. 0x00005654:RKEY I1552 0x00005858:offset 0x00000399 + 0x00005c89:string 'Hardicanute //' + 55. 0x0000565c:RKEY I1553 0x0000585c:offset 0x000003a9 + 0x00005c99:string 'Herluin of_Conteville //' + 56. 0x00005664:RKEY I1592 0x00005860:offset 0x000003c2 + 0x00005cb2:string 'Humphrey De_Bohun //' + 57. 0x0000566c:RKEY I1664 0x00005864:offset 0x000003d7 + 0x00005cc7:string 'Harold //' + 58. 0x00005674:RKEY I1669 0x00005868:offset 0x000003e2 + 0x00005cd2:string 'Helene of_Schleswig- Holstein//' + 59. 0x0000567c:RKEY I1690 0x0000586c:offset 0x00000402 + 0x00005cf2:string 'Henry //' + 60. 0x00005684:RKEY I1765 0x00005870:offset 0x0000040c + 0x00005cfc:string 'Hedwig //' + 61. 0x0000568c:RKEY I1812 0x00005874:offset 0x00000417 + 0x00005d07:string 'Hugh the_Great //' + 62. 0x00005694:RKEY I1820 0x00005878:offset 0x00000429 + 0x00005d19:string 'Hugh //' + 63. 0x0000569c:RKEY I1879 0x0000587c:offset 0x00000432 + 0x00005d22:string 'Hubert de_Burgh //' + 64. 0x000056a4:RKEY I1882 0x00005880:offset 0x00000445 + 0x00005d35:string 'Henry //' + 65. 0x000056ac:RKEY I1929 0x00005884:offset 0x0000044f + 0x00005d3f:string 'Henry_III //' + 66. 0x000056b4:RKEY I1936 0x00005888:offset 0x0000045d + 0x00005d4d:string 'Hywel Dda (the_Good)//' + 67. 0x000056bc:RKEY I1945 0x0000588c:offset 0x00000474 + 0x00005d64:string 'Hywel (the_Bad) //' + 68. 0x000056c4:RKEY I1990 0x00005890:offset 0x00000487 + 0x00005d77:string 'Henry_IV //' + 69. 0x000056cc:RKEY I2013 0x00005894:offset 0x00000494 + 0x00005d84:string 'Heremod //' + 70. 0x000056d4:RKEY I2015 0x00005898:offset 0x000004a0 + 0x00005d90:string 'Hathra //' + 71. 0x000056dc:RKEY I2016 0x0000589c:offset 0x000004ab + 0x00005d9b:string 'Hwala //' + 72. 0x000056e4:RKEY I2066 0x000058a0:offset 0x000004b5 + 0x00005da5:string 'Henry_III //' + 73. 0x000056ec:RKEY I2068 0x000058a4:offset 0x000004c3 + 0x00005db3:string 'Henry_II (Enrique) //' + 74. 0x000056f4:RKEY I2071 0x000058a8:offset 0x000004d9 + 0x00005dc9:string 'Humphrey of_Buckingham //' + 75. 0x000056fc:RKEY I2096 0x000058ac:offset 0x000004f3 + 0x00005de3:string 'Humphrey //' + 76. 0x00005704:RKEY I2118 0x000058b0:offset 0x00000500 + 0x00005df0:string 'Henrietta Maria //' + 77. 0x0000570c:RKEY I2228 0x000058b4:offset 0x00000513 + 0x00005e03:string 'Henry of_Huntingdon //' + 78. 0x00005714:RKEY I2438 0x000058b8:offset 0x0000052a + 0x00005e1a:string 'Henry_II //' + 79. 0x0000571c:RKEY I2457 0x000058bc:offset 0x00000537 + 0x00005e27:string 'Henry_I //' + 80. 0x00005724:RKEY I2460 0x000058c0:offset 0x00000543 + 0x00005e33:string 'Hugh //' + 81. 0x0000572c:RKEY I2472 0x000058c4:offset 0x0000054c + 0x00005e3c:string 'Henry of_Beauvais //' + 82. 0x00005734:RKEY I2523 0x000058c8:offset 0x00000561 + 0x00005e51:string 'Henry_III //' + 83. 0x0000573c:RKEY I2534 0x000058cc:offset 0x0000056f + 0x00005e5f:string 'Hugh the_Great of_Vermandois//' + 84. 0x00005744:RKEY I2550 0x000058d0:offset 0x0000058e + 0x00005e7e:string 'Hildegard //' + 85. 0x0000574c:RKEY I2597 0x000058d4:offset 0x0000059c + 0x00005e8c:string 'Hedwige //' + 86. 0x00005754:RKEY I2599 0x000058d8:offset 0x000005a8 + 0x00005e98:string 'Henry the_Fowler //' + 87. 0x0000575c:RKEY I2687 0x000058dc:offset 0x000005bc + 0x00005eac:string 'Helen //' + 88. 0x00005764:RKEY I2720 0x000058e0:offset 0x000005c6 + 0x00005eb6:string 'Hubertus Gustaf Adolf//' + 89. 0x0000576c:RKEY I2724 0x000058e4:offset 0x000005de + 0x00005ece:string 'Helene Ingeborg //' + 90. 0x00005774:RKEY I2862 0x000058e8:offset 0x000005f1 + 0x00005ee1:string 'Hedwig //' + 91. 0x0000577c:RKEY I2895 0x000058ec:offset 0x000005fc + 0x00005eec:string 'Henry_XXIV Reuss-Ebersdorf //' + Assembled data for NHZ999 + 1. I7 name Helena Augusta Victoria// + 2. I23 name Helena Frederica of_Waldeck// + 3. I25 name Henry Maurice of_Battenberg// + 4. I72 name Henry of_Prussia // + 5. I81 name Henry // + 6. I233 name Helen of_Greece // + 7. I285 name Helena // + 8. I312 name Helena Victoria // + 9. I419 name Hermine of_Reuss // + 10. I442 name Helen // + 11. I452 name Harald // + 12. I485 name Henriette // + 13. I497 name Henry // + 14. I514 name Himiltude // + 15. I521 name Hubertus // + 16. I614 name Henriette Amalie // + 17. I615 name Heinrich Kasimir of_Nassau-Dietz// + 18. I658 name Henry of_Mecklenburg // + 19. I669 name Hermann von_Seherr-Thoss // + 20. I679 name Henriette // + 21. I713 name Henrietta // + 22. I739 name Henrietta Maria of_France// + 23. I740 name Henry_IV the_Great // + 24. I973 name Helen of_Romania // + 25. I1020 name Henry // + 26. I1083 name Hermann of_Saxe-Weimar // + 27. I1116 name Henriette (twin) // + 28. I1152 name Hildegarde // + 29. I1170 name Henry // + 30. I1187 name Henry // + 31. I1190 name Hilda // + 32. I1195 name Helene // + 33. I1216 name Helene of_Nassau Henrietta// + 34. I1217 name Henry_VI // + 35. I1219 name Henry_V // + 36. I1221 name Henry_IV // + 37. I1226 name Humphrey of_Gloucester // + 38. I1266 name Henry // + 39. I1281 name Henry_III // + 40. I1290 name Henry // + 41. I1293 name Henrietta // + 42. I1330 name Henry Beaufort // + 43. I1371 name Henry_II Curtmantle // + 44. I1374 name Henry the_Young_King // + 45. I1391 name Henry_I Beauclerc // + 46. I1404 name Henry_V // + 47. I1497 name Henry // + 48. I1499 name Henry // + 49. I1509 name Henry the_Lion // + 50. I1519 name Henry of_Winchester // + 51. I1526 name Herleva // + 52. I1538 name Harold_II // + 53. I1550 name Harold_I Harefoot // + 54. I1552 name Hardicanute // + 55. I1553 name Herluin of_Conteville // + 56. I1592 name Humphrey De_Bohun // + 57. I1664 name Harold // + 58. I1669 name Helene of_Schleswig- Holstein// + 59. I1690 name Henry // + 60. I1765 name Hedwig // + 61. I1812 name Hugh the_Great // + 62. I1820 name Hugh // + 63. I1879 name Hubert de_Burgh // + 64. I1882 name Henry // + 65. I1929 name Henry_III // + 66. I1936 name Hywel Dda (the_Good)// + 67. I1945 name Hywel (the_Bad) // + 68. I1990 name Henry_IV // + 69. I2013 name Heremod // + 70. I2015 name Hathra // + 71. I2016 name Hwala // + 72. I2066 name Henry_III // + 73. I2068 name Henry_II (Enrique) // + 74. I2071 name Humphrey of_Buckingham // + 75. I2096 name Humphrey // + 76. I2118 name Henrietta Maria // + 77. I2228 name Henry of_Huntingdon // + 78. I2438 name Henry_II // + 79. I2457 name Henry_I // + 80. I2460 name Hugh // + 81. I2472 name Henry of_Beauvais // + 82. I2523 name Henry_III // + 83. I2534 name Hugh the_Great of_Vermandois// + 84. I2550 name Hildegard // + 85. I2597 name Hedwige // + 86. I2599 name Henry the_Fowler // + 87. I2687 name Helen // + 88. I2720 name Hubertus Gustaf Adolf// + 89. I2724 name Helene Ingeborg // + 90. I2862 name Hedwig // + 91. I2895 name Henry_XXIV Reuss-Ebersdorf // +[0108] Name rkey: NIB530 offs: 0x00004f0a lens: 0x00000024 + 0x00005f0a: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f0e:RKEY I2308 0x00005f16:offset 0x00000000 + 0x00005f1a:string 'Isabella /Bennett/' + Assembled data for NIB530 + 1. I2308 name Isabella /Bennett/ +[0109] Name rkey: NID155 offs: 0x00004f2e lens: 0x00000026 + 0x00005f2e: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f32:RKEY I1500 0x00005f3a:offset 0x00000000 + 0x00005f3e:string 'Isabel /de_Beaumont/' + Assembled data for NID155 + 1. I1500 name Isabel /de_Beaumont/ +[0110] Name rkey: NID525 offs: 0x00004f54 lens: 0x00000021 + 0x00005f54: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f58:RKEY I408 0x00005f60:offset 0x00000000 + 0x00005f64:string 'Irene /Denison/' + Assembled data for NID525 + 1. I408 name Irene /Denison/ +[0111] Name rkey: NIF652 offs: 0x00004f75 lens: 0x0000002d + 0x00005f75: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f79:RKEY I2425 0x00005f81:offset 0x00000000 + 0x00005f85:string 'Isabella Elizabeth /Farnese/' + Assembled data for NIF652 + 1. I2425 name Isabella Elizabeth /Farnese/ +[0112] Name rkey: NIH524 offs: 0x00004fa2 lens: 0x00000027 + 0x00005fa2: Ncount 1 + Keys and string offsets, strings + 1. 0x00005fa6:RKEY I1097 0x00005fae:offset 0x00000000 + 0x00005fb2:string 'Ileana /Hohenzollern/' + Assembled data for NIH524 + 1. I1097 name Ileana /Hohenzollern/ +[0113] Name rkey: NIL653 offs: 0x00004fc9 lens: 0x00000026 + 0x00005fc9: Ncount 1 + Keys and string offsets, strings + 1. 0x00005fcd:RKEY I968 0x00005fd5:offset 0x00000000 + 0x00005fd9:string 'Ingeborg /Lorentzen/' + Assembled data for NIL653 + 1. I968 name Ingeborg /Lorentzen/ +[0114] Name rkey: NIM262 offs: 0x00004fef lens: 0x00000024 + 0x00005fef: Ncount 1 + Keys and string offsets, strings + 1. 0x00005ff3:RKEY I2989 0x00005ffb:offset 0x00000000 + 0x00005fff:string 'Ian /McCorquodale/' + Assembled data for NIM262 + 1. I2989 name Ian /McCorquodale/ +[0115] Name rkey: NIM531 offs: 0x00005013 lens: 0x00000024 + 0x00006013: Ncount 1 + Keys and string offsets, strings + 1. 0x00006017:RKEY I509 0x0000601f:offset 0x00000000 + 0x00006023:string 'Iris /Mountbatten/' + Assembled data for NIM531 + 1. I509 name Iris /Mountbatten/ +[0116] Name rkey: NIM624 offs: 0x00005037 lens: 0x00000024 + 0x00006037: Ncount 1 + Keys and string offsets, strings + 1. 0x0000603b:RKEY I596 0x00006043:offset 0x00000000 + 0x00006047:string 'Isabella /Marshal/' + Assembled data for NIM624 + 1. I596 name Isabella /Marshal/ +[0117] Name rkey: NIN140 offs: 0x0000505b lens: 0x00000021 + 0x0000605b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000605f:RKEY I1340 0x00006067:offset 0x00000000 + 0x0000606b:string 'Isabel /Nevill/' + Assembled data for NIN140 + 1. I1340 name Isabel /Nevill/ +[0118] Name rkey: NIO125 offs: 0x0000507c lens: 0x00000025 + 0x0000607c: Ncount 1 + Keys and string offsets, strings + 1. 0x00006080:RKEY I2841 0x00006088:offset 0x00000000 + 0x0000608c:string 'Irene /Ovchinnikov/' + Assembled data for NIO125 + 1. I2841 name Irene /Ovchinnikov/ +[0119] Name rkey: NIO435 offs: 0x000050a1 lens: 0x0000002c + 0x000060a1: Ncount 1 + Keys and string offsets, strings + 1. 0x000060a5:RKEY I1064 0x000060ad:offset 0x00000000 + 0x000060b1:string 'Irene of_Greece /Oldenburg/' + Assembled data for NIO435 + 1. I1064 name Irene of_Greece /Oldenburg/ +[0120] Name rkey: NIO540 offs: 0x000050cd lens: 0x00000020 + 0x000060cd: Ncount 1 + Keys and string offsets, strings + 1. 0x000060d1:RKEY I2111 0x000060d9:offset 0x00000000 + 0x000060dd:string 'Isabel /Onley/' + Assembled data for NIO540 + 1. I2111 name Isabel /Onley/ +[0121] Name rkey: NIP453 offs: 0x000050ed lens: 0x00000026 + 0x000060ed: Ncount 1 + Keys and string offsets, strings + 1. 0x000060f1:RKEY I1025 0x000060f9:offset 0x00000000 + 0x000060fd:string 'Isabel /Plantagenet/' + Assembled data for NIP453 + 1. I1025 name Isabel /Plantagenet/ +[0122] Name rkey: NIR120 offs: 0x00005113 lens: 0x00000021 + 0x00006113: Ncount 1 + Keys and string offsets, strings + 1. 0x00006117:RKEY I2923 0x0000611f:offset 0x00000000 + 0x00006123:string 'Ivan /Rayevski/' + Assembled data for NIR120 + 1. I2923 name Ivan /Rayevski/ +[0123] Name rkey: NIR551 offs: 0x00005134 lens: 0x000000b2 + 0x00006134: Ncount 6 + Keys and string offsets, strings + 1. 0x00006138:RKEY I1316 0x00006168:offset 0x00000000 + 0x00006180:string 'Ivan_V /Romanov/' + 2. 0x00006140:RKEY I1323 0x0000616c:offset 0x00000012 + 0x00006192:string 'Ivan_VI /Romanov/' + 3. 0x00006148:RKEY I1324 0x00006170:offset 0x00000025 + 0x000061a5:string 'Ivan /Romanov/' + 4. 0x00006150:RKEY I1359 0x00006174:offset 0x00000035 + 0x000061b5:string 'Irina /Romanov/' + 5. 0x00006158:RKEY I2684 0x00006178:offset 0x00000046 + 0x000061c6:string 'Ivan /Romanov/' + 6. 0x00006160:RKEY I2686 0x0000617c:offset 0x00000056 + 0x000061d6:string 'Igor /Romanov/' + Assembled data for NIR551 + 1. I1316 name Ivan_V /Romanov/ + 2. I1323 name Ivan_VI /Romanov/ + 3. I1324 name Ivan /Romanov/ + 4. I1359 name Irina /Romanov/ + 5. I2684 name Ivan /Romanov/ + 6. I2686 name Igor /Romanov/ +[0124] Name rkey: NIT650 offs: 0x000051e6 lens: 0x0000001f + 0x000061e6: Ncount 1 + Keys and string offsets, strings + 1. 0x000061ea:RKEY I2704 0x000061f2:offset 0x00000000 + 0x000061f6:string 'Inge /Terney/' + Assembled data for NIT650 + 1. I2704 name Inge /Terney/ +[0125] Name rkey: NIV512 offs: 0x00005205 lens: 0x0000002a + 0x00006205: Ncount 1 + Keys and string offsets, strings + 1. 0x00006209:RKEY I550 0x00006211:offset 0x00000000 + 0x00006215:string 'Ina Maria /von_Bassewitz/' + Assembled data for NIV512 + 1. I550 name Ina Maria /von_Bassewitz/ +[0126] Name rkey: NIV536 offs: 0x0000522f lens: 0x00000030 + 0x0000622f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006233:RKEY I1049 0x0000623b:offset 0x00000000 + 0x0000623f:string 'Isabella Valsassina /von_Thurn/' + Assembled data for NIV536 + 1. I1049 name Isabella Valsassina /von_Thurn/ +[0127] Name rkey: NIZ999 offs: 0x0000525f lens: 0x0000061c + 0x0000625f: Ncount 55 + Keys and string offsets, strings + 1. 0x00006263:RKEY I79 0x0000641b:offset 0x00000000 + 0x000064f7:string 'Irene of_Hesse //' + 2. 0x0000626b:RKEY I127 0x0000641f:offset 0x00000012 + 0x00006509:string 'Isabella of_France //' + 3. 0x00006273:RKEY I128 0x00006423:offset 0x00000028 + 0x0000651f:string 'Issue_Unknown //' + 4. 0x0000627b:RKEY I166 0x00006427:offset 0x0000003a + 0x00006531:string 'Irina //' + 5. 0x00006283:RKEY I598 0x0000642b:offset 0x00000044 + 0x0000653b:string 'Ingeborg of_Denmark //' + 6. 0x0000628b:RKEY I841 0x0000642f:offset 0x0000005b + 0x00006552:string 'Isabella //' + 7. 0x00006293:RKEY I872 0x00006433:offset 0x00000068 + 0x0000655f:string 'Isabella of_Portugal //' + 8. 0x0000629b:RKEY I974 0x00006437:offset 0x00000080 + 0x00006577:string 'Irina //' + 9. 0x000062a3:RKEY I1059 0x0000643b:offset 0x0000008a + 0x00006581:string 'Ingrid Victoria of_Sweden//' + 10. 0x000062ab:RKEY I1184 0x0000643f:offset 0x000000a6 + 0x0000659d:string 'Irmingard //' + 11. 0x000062b3:RKEY I1188 0x00006443:offset 0x000000b4 + 0x000065ab:string 'Irmingard //' + 12. 0x000062bb:RKEY I1204 0x00006447:offset 0x000000c2 + 0x000065b9:string 'Irene //' + 13. 0x000062c3:RKEY I1232 0x0000644b:offset 0x000000cc + 0x000065c3:string 'Isabella //' + 14. 0x000062cb:RKEY I1244 0x0000644f:offset 0x000000d9 + 0x000065d0:string 'Isabella_II //' + 15. 0x000062d3:RKEY I1337 0x00006453:offset 0x000000e9 + 0x000065e0:string 'Isabella of_Castile //' + 16. 0x000062db:RKEY I1365 0x00006457:offset 0x00000100 + 0x000065f7:string 'Isabella De_Clare of_Gloucester//' + 17. 0x000062e3:RKEY I1366 0x0000645b:offset 0x00000122 + 0x00006619:string 'Isabella of_Angouleme //' + 18. 0x000062eb:RKEY I1369 0x0000645f:offset 0x0000013b + 0x00006632:string 'Isabella //' + 19. 0x000062f3:RKEY I1414 0x00006463:offset 0x00000148 + 0x0000663f:string 'Isabella of_France //' + 20. 0x000062fb:RKEY I1448 0x00006467:offset 0x0000015e + 0x00006655:string 'Isobel of_Mar //' + 21. 0x00006303:RKEY I1523 0x0000646b:offset 0x0000016f + 0x00006666:string 'Isabel de_Warrenne //' + 22. 0x0000630b:RKEY I1675 0x0000646f:offset 0x00000185 + 0x0000667c:string 'Ingolf //' + 23. 0x00006313:RKEY I1833 0x00006473:offset 0x00000190 + 0x00006687:string 'Isobel //' + 24. 0x0000631b:RKEY I1836 0x00006477:offset 0x0000019b + 0x00006692:string 'Isobel //' + 25. 0x00006323:RKEY I1847 0x0000647b:offset 0x000001a6 + 0x0000669d:string 'Isobel //' + 26. 0x0000632b:RKEY I1858 0x0000647f:offset 0x000001b1 + 0x000066a8:string 'Isabella //' + 27. 0x00006333:RKEY I1865 0x00006483:offset 0x000001be + 0x000066b5:string 'Ingelbert of_Carinthia //' + 28. 0x0000633b:RKEY I1940 0x00006487:offset 0x000001d8 + 0x000066cf:string 'Idwal Foel (the_Bald)//' + 29. 0x00006343:RKEY I1942 0x0000648b:offset 0x000001f0 + 0x000066e7:string 'Iago //' + 30. 0x0000634b:RKEY I1943 0x0000648f:offset 0x000001f9 + 0x000066f0:string 'Ieuaf (Levan) //' + 31. 0x00006353:RKEY I1948 0x00006493:offset 0x0000020a + 0x00006701:string 'Idwal //' + 32. 0x0000635b:RKEY I1949 0x00006497:offset 0x00000214 + 0x0000670b:string 'Iago //' + 33. 0x00006363:RKEY I1953 0x0000649b:offset 0x0000021d + 0x00006714:string 'Iorwerth Drwyndwn //' + 34. 0x0000636b:RKEY I2014 0x0000649f:offset 0x00000232 + 0x00006729:string 'Itermon //' + 35. 0x00006373:RKEY I2046 0x000064a3:offset 0x0000023e + 0x00006735:string 'Ine //' + 36. 0x0000637b:RKEY I2050 0x000064a7:offset 0x00000246 + 0x0000673d:string 'Ingild //' + 37. 0x00006383:RKEY I2073 0x000064ab:offset 0x00000251 + 0x00006748:string 'Isabel //' + 38. 0x0000638b:RKEY I2074 0x000064af:offset 0x0000025c + 0x00006753:string 'Isabelle of_Bavaria //' + 39. 0x00006393:RKEY I2159 0x000064b3:offset 0x00000273 + 0x0000676a:string 'Ivar //' + 40. 0x0000639b:RKEY I2218 0x000064b7:offset 0x0000027c + 0x00006773:string 'Isabel //' + 41. 0x000063a3:RKEY I2225 0x000064bb:offset 0x00000287 + 0x0000677e:string 'Ingibiorg //' + 42. 0x000063ab:RKEY I2258 0x000064bf:offset 0x00000295 + 0x0000678c:string 'Indulf //' + 43. 0x000063b3:RKEY I2304 0x000064c3:offset 0x000002a0 + 0x00006797:string 'Isabella //' + 44. 0x000063bb:RKEY I2443 0x000064c7:offset 0x000002ad + 0x000067a4:string 'Isabella of_Portugal //' + 45. 0x000063c3:RKEY I2477 0x000064cb:offset 0x000002c5 + 0x000067bc:string 'Isabella of_Hainault //' + 46. 0x000063cb:RKEY I2478 0x000064cf:offset 0x000002dd + 0x000067d4:string 'Ingeborg //' + 47. 0x000063d3:RKEY I2503 0x000064d3:offset 0x000002ea + 0x000067e1:string 'Isabelle //' + 48. 0x000063db:RKEY I2558 0x000064d7:offset 0x000002f7 + 0x000067ee:string 'Irmengard of_Hesbain //' + 49. 0x000063e3:RKEY I2566 0x000064db:offset 0x0000030f + 0x00006806:string 'Irmengard //' + 50. 0x000063eb:RKEY I2587 0x000064df:offset 0x0000031d + 0x00006814:string 'Irmengard //' + 51. 0x000063f3:RKEY I2618 0x000064e3:offset 0x0000032b + 0x00006822:string 'Isabelle of_Aragon //' + 52. 0x000063fb:RKEY I2873 0x000064e7:offset 0x00000341 + 0x00006838:string 'Isabel //' + 53. 0x00006403:RKEY I2876 0x000064eb:offset 0x0000034c + 0x00006843:string 'Isabella of_Portugal //' + 54. 0x0000640b:RKEY I2887 0x000064ef:offset 0x00000364 + 0x0000685b:string 'Isabella //' + 55. 0x00006413:RKEY I2922 0x000064f3:offset 0x00000371 + 0x00006868:string 'Ivan of_Shestov //' + Assembled data for NIZ999 + 1. I79 name Irene of_Hesse // + 2. I127 name Isabella of_France // + 3. I128 name Issue_Unknown // + 4. I166 name Irina // + 5. I598 name Ingeborg of_Denmark // + 6. I841 name Isabella // + 7. I872 name Isabella of_Portugal // + 8. I974 name Irina // + 9. I1059 name Ingrid Victoria of_Sweden// + 10. I1184 name Irmingard // + 11. I1188 name Irmingard // + 12. I1204 name Irene // + 13. I1232 name Isabella // + 14. I1244 name Isabella_II // + 15. I1337 name Isabella of_Castile // + 16. I1365 name Isabella De_Clare of_Gloucester// + 17. I1366 name Isabella of_Angouleme // + 18. I1369 name Isabella // + 19. I1414 name Isabella of_France // + 20. I1448 name Isobel of_Mar // + 21. I1523 name Isabel de_Warrenne // + 22. I1675 name Ingolf // + 23. I1833 name Isobel // + 24. I1836 name Isobel // + 25. I1847 name Isobel // + 26. I1858 name Isabella // + 27. I1865 name Ingelbert of_Carinthia // + 28. I1940 name Idwal Foel (the_Bald)// + 29. I1942 name Iago // + 30. I1943 name Ieuaf (Levan) // + 31. I1948 name Idwal // + 32. I1949 name Iago // + 33. I1953 name Iorwerth Drwyndwn // + 34. I2014 name Itermon // + 35. I2046 name Ine // + 36. I2050 name Ingild // + 37. I2073 name Isabel // + 38. I2074 name Isabelle of_Bavaria // + 39. I2159 name Ivar // + 40. I2218 name Isabel // + 41. I2225 name Ingibiorg // + 42. I2258 name Indulf // + 43. I2304 name Isabella // + 44. I2443 name Isabella of_Portugal // + 45. I2477 name Isabella of_Hainault // + 46. I2478 name Ingeborg // + 47. I2503 name Isabelle // + 48. I2558 name Irmengard of_Hesbain // + 49. I2566 name Irmengard // + 50. I2587 name Irmengard // + 51. I2618 name Isabelle of_Aragon // + 52. I2873 name Isabel // + 53. I2876 name Isabella of_Portugal // + 54. I2887 name Isabella // + 55. I2922 name Ivan of_Shestov // +[0128] Name rkey: NJA514 offs: 0x0000587b lens: 0x00000026 + 0x0000687b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000687f:RKEY I2713 0x00006887:offset 0x00000000 + 0x0000688b:string 'John Kenneth /Ambler/' + Assembled data for NJA514 + 1. I2713 name John Kenneth /Ambler/ +[0129] Name rkey: NJB163 offs: 0x000058a1 lens: 0x00000078 + 0x000068a1: Ncount 4 + Keys and string offsets, strings + 1. 0x000068a5:RKEY I1334 0x000068c5:offset 0x00000000 + 0x000068d5:string 'John /Beaufort/' + 2. 0x000068ad:RKEY I1465 0x000068c9:offset 0x00000011 + 0x000068e6:string 'Joan /Beaufort/' + 3. 0x000068b5:RKEY I2085 0x000068cd:offset 0x00000022 + 0x000068f7:string 'John /Beaufort/' + 4. 0x000068bd:RKEY I2087 0x000068d1:offset 0x00000033 + 0x00006908:string 'Joan /Beaufort/' + Assembled data for NJB163 + 1. I1334 name John /Beaufort/ + 2. I1465 name Joan /Beaufort/ + 3. I2085 name John /Beaufort/ + 4. I2087 name Joan /Beaufort/ +[0130] Name rkey: NJB200 offs: 0x00005919 lens: 0x00000022 + 0x00006919: Ncount 1 + Keys and string offsets, strings + 1. 0x0000691d:RKEY I189 0x00006925:offset 0x00000000 + 0x00006929:string 'John Lyon /Bowes/' + Assembled data for NJB200 + 1. I189 name John Lyon /Bowes/ +[0131] Name rkey: NJB245 offs: 0x0000593b lens: 0x0000002a + 0x0000693b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000693f:RKEY I176 0x00006947:offset 0x00000000 + 0x0000694b:string 'John Herbert /Bowes-Lyon/' + Assembled data for NJB245 + 1. I176 name John Herbert /Bowes-Lyon/ +[0132] Name rkey: NJB260 offs: 0x00005965 lens: 0x00000022 + 0x00006965: Ncount 1 + Keys and string offsets, strings + 1. 0x00006969:RKEY I919 0x00006971:offset 0x00000000 + 0x00006975:string 'Johan /Bauscher/' + Assembled data for NJB260 + 1. I919 name Johan /Bauscher/ +[0133] Name rkey: NJB310 offs: 0x00005987 lens: 0x00000029 + 0x00006987: Ncount 1 + Keys and string offsets, strings + 1. 0x0000698b:RKEY I380 0x00006993:offset 0x00000000 + 0x00006997:string 'James Brownell /Boothby/' + Assembled data for NJB310 + 1. I380 name James Brownell /Boothby/ +[0134] Name rkey: NJB346 offs: 0x000059b0 lens: 0x0000002c + 0x000069b0: Ncount 1 + Keys and string offsets, strings + 1. 0x000069b4:RKEY I2091 0x000069bc:offset 0x00000000 + 0x000069c0:string 'James of_Wiltshire /Butler/' + Assembled data for NJB346 + 1. I2091 name James of_Wiltshire /Butler/ +[0135] Name rkey: NJB350 offs: 0x000059dc lens: 0x00000020 + 0x000069dc: Ncount 1 + Keys and string offsets, strings + 1. 0x000069e0:RKEY I1491 0x000069e8:offset 0x00000000 + 0x000069ec:string 'Janet /Beaton/' + Assembled data for NJB350 + 1. I1491 name Janet /Beaton/ +[0136] Name rkey: NJB420 offs: 0x000059fc lens: 0x00000021 + 0x000069fc: Ncount 1 + Keys and string offsets, strings + 1. 0x00006a00:RKEY I948 0x00006a08:offset 0x00000000 + 0x00006a0c:string 'Julie /Bayliss/' + Assembled data for NJB420 + 1. I948 name Julie /Bayliss/ +[0137] Name rkey: NJB434 offs: 0x00005a1d lens: 0x00000027 + 0x00006a1d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006a21:RKEY I777 0x00006a29:offset 0x00000000 + 0x00006a2d:string 'John Crocker /Bulteel/' + Assembled data for NJB434 + 1. I777 name John Crocker /Bulteel/ +[0138] Name rkey: NJB440 offs: 0x00005a44 lens: 0x0000003c + 0x00006a44: Ncount 2 + Keys and string offsets, strings + 1. 0x00006a48:RKEY I1845 0x00006a58:offset 0x00000000 + 0x00006a60:string 'John /Balliol/' + 2. 0x00006a50:RKEY I1846 0x00006a5c:offset 0x00000010 + 0x00006a70:string 'John /Balliol/' + Assembled data for NJB440 + 1. I1845 name John /Balliol/ + 2. I1846 name John /Balliol/ +[0139] Name rkey: NJB530 offs: 0x00005a80 lens: 0x0000001f + 0x00006a80: Ncount 1 + Keys and string offsets, strings + 1. 0x00006a84:RKEY I2744 0x00006a8c:offset 0x00000000 + 0x00006a90:string 'Johan /Bonde/' + Assembled data for NJB530 + 1. I2744 name Johan /Bonde/ +[0140] Name rkey: NJB534 offs: 0x00005a9f lens: 0x00000021 + 0x00006a9f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006aa3:RKEY I798 0x00006aab:offset 0x00000000 + 0x00006aaf:string 'Janet /Bentley/' + Assembled data for NJB534 + 1. I798 name Janet /Bentley/ +[0141] Name rkey: NJB620 offs: 0x00005ac0 lens: 0x0000001f + 0x00006ac0: Ncount 1 + Keys and string offsets, strings + 1. 0x00006ac4:RKEY I2157 0x00006acc:offset 0x00000000 + 0x00006ad0:string 'Janet /Bryce/' + Assembled data for NJB620 + 1. I2157 name Janet /Bryce/ +[0142] Name rkey: NJB626 offs: 0x00005adf lens: 0x0000002c + 0x00006adf: Ncount 1 + Keys and string offsets, strings + 1. 0x00006ae3:RKEY I370 0x00006aeb:offset 0x00000000 + 0x00006aef:string 'James Boothby /Burke_Roche/' + Assembled data for NJB626 + 1. I370 name James Boothby /Burke_Roche/ +[0143] Name rkey: NJC200 offs: 0x00005b0b lens: 0x0000001e + 0x00006b0b: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b0f:RKEY I2935 0x00006b17:offset 0x00000000 + 0x00006b1b:string 'Julia /Coke/' + Assembled data for NJC200 + 1. I2935 name Julia /Coke/ +[0144] Name rkey: NJC235 offs: 0x00005b29 lens: 0x00000027 + 0x00006b29: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b2d:RKEY I1668 0x00006b35:offset 0x00000000 + 0x00006b39:string 'Jorgen /Castenskiold/' + Assembled data for NJC235 + 1. I1668 name Jorgen /Castenskiold/ +[0145] Name rkey: NJC411 offs: 0x00005b50 lens: 0x00000022 + 0x00006b50: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b54:RKEY I858 0x00006b5c:offset 0x00000000 + 0x00006b60:string 'Joyce /Culpeper/' + Assembled data for NJC411 + 1. I858 name Joyce /Culpeper/ +[0146] Name rkey: NJC514 offs: 0x00005b72 lens: 0x00000021 + 0x00006b72: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b76:RKEY I201 0x00006b7e:offset 0x00000000 + 0x00006b82:string 'John /Campbell/' + Assembled data for NJC514 + 1. I201 name John /Campbell/ +[0147] Name rkey: NJC550 offs: 0x00005b93 lens: 0x0000001e + 0x00006b93: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b97:RKEY I1902 0x00006b9f:offset 0x00000000 + 0x00006ba3:string 'John /Comyn/' + Assembled data for NJC550 + 1. I1902 name John /Comyn/ +[0148] Name rkey: NJC634 offs: 0x00005bb1 lens: 0x00000022 + 0x00006bb1: Ncount 1 + Keys and string offsets, strings + 1. 0x00006bb5:RKEY I3007 0x00006bbd:offset 0x00000000 + 0x00006bc1:string 'James /Cartland/' + Assembled data for NJC634 + 1. I3007 name James /Cartland/ +[0149] Name rkey: NJC651 offs: 0x00005bd3 lens: 0x0000003d + 0x00006bd3: Ncount 2 + Keys and string offsets, strings + 1. 0x00006bd7:RKEY I395 0x00006be7:offset 0x00000000 + 0x00006bef:string 'Jane /Crombie/' + 2. 0x00006bdf:RKEY I799 0x00006beb:offset 0x00000010 + 0x00006bff:string 'James /Crombie/' + Assembled data for NJC651 + 1. I395 name Jane /Crombie/ + 2. I799 name James /Crombie/ +[0150] Name rkey: NJC652 offs: 0x00005c10 lens: 0x00000031 + 0x00006c10: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c14:RKEY I954 0x00006c1c:offset 0x00000000 + 0x00006c20:string 'James George Alexander/Carnegie/' + Assembled data for NJC652 + 1. I954 name James George Alexander/Carnegie/ +[0151] Name rkey: NJC654 offs: 0x00005c41 lens: 0x00000021 + 0x00006c41: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c45:RKEY I2293 0x00006c4d:offset 0x00000000 + 0x00006c51:string 'John /Cornwall/' + Assembled data for NJC654 + 1. I2293 name John /Cornwall/ +[0152] Name rkey: NJD165 offs: 0x00005c62 lens: 0x0000002c + 0x00006c62: Ncount 1 + Keys and string offsets, strings + 1. 0x00006c66:RKEY I1614 0x00006c6e:offset 0x00000000 + 0x00006c72:string 'Josephine /de_Beauharnais/' + Assembled data for NJD165 + 1. I1614 name Josephine /de_Beauharnais/ +[0153] Name rkey: NJD340 offs: 0x00005c8e lens: 0x0000007e + 0x00006c8e: Ncount 4 + Keys and string offsets, strings + 1. 0x00006c92:RKEY I2310 0x00006cb2:offset 0x00000000 + 0x00006cc2:string 'John Northumberland /Dudley/' + 2. 0x00006c9a:RKEY I2312 0x00006cb6:offset 0x0000001d + 0x00006cdf:string 'John /Dudley/' + 3. 0x00006ca2:RKEY I2316 0x00006cba:offset 0x0000002c + 0x00006cee:string 'Jane /Dudley/' + 4. 0x00006caa:RKEY I2324 0x00006cbe:offset 0x0000003b + 0x00006cfd:string 'John /Dudley/' + Assembled data for NJD340 + 1. I2310 name John Northumberland /Dudley/ + 2. I2312 name John /Dudley/ + 3. I2316 name Jane /Dudley/ + 4. I2324 name John /Dudley/ +[0154] Name rkey: NJD414 offs: 0x00005d0c lens: 0x00000023 + 0x00006d0c: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d10:RKEY I2276 0x00006d18:offset 0x00000000 + 0x00006d1c:string 'John /De_La_Pole/' + Assembled data for NJD414 + 1. I2276 name John /De_La_Pole/ +[0155] Name rkey: NJD553 offs: 0x00005d2f lens: 0x00000026 + 0x00006d2f: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d33:RKEY I1594 0x00006d3b:offset 0x00000000 + 0x00006d3f:string 'John_V /de_Montfort/' + Assembled data for NJD553 + 1. I1594 name John_V /de_Montfort/ +[0156] Name rkey: NJD655 offs: 0x00005d55 lens: 0x00000021 + 0x00006d55: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d59:RKEY I1825 0x00006d61:offset 0x00000000 + 0x00006d65:string 'John /Drummond/' + Assembled data for NJD655 + 1. I1825 name John /Drummond/ +[0157] Name rkey: NJD656 offs: 0x00005d76 lens: 0x00000023 + 0x00006d76: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d7a:RKEY I2972 0x00006d82:offset 0x00000000 + 0x00006d86:string 'Josiane /Derners/' + Assembled data for NJD656 + 1. I2972 name Josiane /Derners/ +[0158] Name rkey: NJE560 offs: 0x00005d99 lens: 0x0000001e + 0x00006d99: Ncount 1 + Keys and string offsets, strings + 1. 0x00006d9d:RKEY I2928 0x00006da5:offset 0x00000000 + 0x00006da9:string 'John /Emery/' + Assembled data for NJE560 + 1. I2928 name John /Emery/ +[0159] Name rkey: NJF620 offs: 0x00005db7 lens: 0x0000002e + 0x00006db7: Ncount 1 + Keys and string offsets, strings + 1. 0x00006dbb:RKEY I616 0x00006dc3:offset 0x00000000 + 0x00006dc7:string 'John William of_Orange/Friso/' + Assembled data for NJF620 + 1. I616 name John William of_Orange/Friso/ +[0160] Name rkey: NJF622 offs: 0x00005de5 lens: 0x000000a2 + 0x00006de5: Ncount 5 + Keys and string offsets, strings + 1. 0x00006de9:RKEY I813 0x00006e11:offset 0x00000000 + 0x00006e25:string 'John Andrew /Ferguson/' + 2. 0x00006df1:RKEY I815 0x00006e15:offset 0x00000017 + 0x00006e3c:string 'John /Ferguson/' + 3. 0x00006df9:RKEY I818 0x00006e19:offset 0x00000028 + 0x00006e4d:string 'John /Ferguson/' + 4. 0x00006e01:RKEY I819 0x00006e1d:offset 0x00000039 + 0x00006e5e:string 'James /Ferguson/' + 5. 0x00006e09:RKEY I822 0x00006e21:offset 0x0000004b + 0x00006e70:string 'Jane Louisa /Ferguson/' + Assembled data for NJF622 + 1. I813 name John Andrew /Ferguson/ + 2. I815 name John /Ferguson/ + 3. I818 name John /Ferguson/ + 4. I819 name James /Ferguson/ + 5. I822 name Jane Louisa /Ferguson/ +[0161] Name rkey: NJF656 offs: 0x00005e87 lens: 0x00000026 + 0x00006e87: Ncount 1 + Keys and string offsets, strings + 1. 0x00006e8b:RKEY I960 0x00006e93:offset 0x00000000 + 0x00006e97:string 'Johan Martin /Ferner/' + Assembled data for NJF656 + 1. I960 name Johan Martin /Ferner/ +[0162] Name rkey: NJG120 offs: 0x00005ead lens: 0x0000001e + 0x00006ead: Ncount 1 + Keys and string offsets, strings + 1. 0x00006eb1:RKEY I1710 0x00006eb9:offset 0x00000000 + 0x00006ebd:string 'J. E. /Gibbs/' + Assembled data for NJG120 + 1. I1710 name J. E. /Gibbs/ +[0163] Name rkey: NJG416 offs: 0x00005ecb lens: 0x00000020 + 0x00006ecb: Ncount 1 + Keys and string offsets, strings + 1. 0x00006ecf:RKEY I2298 0x00006ed7:offset 0x00000000 + 0x00006edb:string 'John /Golafre/' + Assembled data for NJG416 + 1. I2298 name John /Golafre/ +[0164] Name rkey: NJG431 offs: 0x00005eeb lens: 0x00000022 + 0x00006eeb: Ncount 1 + Keys and string offsets, strings + 1. 0x00006eef:RKEY I2311 0x00006ef7:offset 0x00000000 + 0x00006efb:string 'Jane /Guildford/' + Assembled data for NJG431 + 1. I2311 name Jane /Guildford/ +[0165] Name rkey: NJG465 offs: 0x00005f0d lens: 0x00000023 + 0x00006f0d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006f11:RKEY I1688 0x00006f19:offset 0x00000000 + 0x00006f1d:string 'Jorge /Guillermo/' + Assembled data for NJG465 + 1. I1688 name Jorge /Guillermo/ +[0166] Name rkey: NJG600 offs: 0x00005f30 lens: 0x00000036 + 0x00006f30: Ncount 2 + Keys and string offsets, strings + 1. 0x00006f34:RKEY I868 0x00006f44:offset 0x00000000 + 0x00006f4c:string 'Jane /Grey/' + 2. 0x00006f3c:RKEY I1013 0x00006f48:offset 0x0000000d + 0x00006f59:string 'John /Grey/' + Assembled data for NJG600 + 1. I868 name Jane /Grey/ + 2. I1013 name John /Grey/ +[0167] Name rkey: NJH165 offs: 0x00005f66 lens: 0x00000021 + 0x00006f66: Ncount 1 + Keys and string offsets, strings + 1. 0x00006f6a:RKEY I1250 0x00006f72:offset 0x00000000 + 0x00006f76:string 'James /Hepburn/' + Assembled data for NJH165 + 1. I1250 name James /Hepburn/ +[0168] Name rkey: NJH235 offs: 0x00005f87 lens: 0x00000040 + 0x00006f87: Ncount 2 + Keys and string offsets, strings + 1. 0x00006f8b:RKEY I1417 0x00006f9b:offset 0x00000000 + 0x00006fa3:string 'John 2d /Hastings/' + 2. 0x00006f93:RKEY I2288 0x00006f9f:offset 0x00000013 + 0x00006fb6:string 'John /Hastings/' + Assembled data for NJH235 + 1. I1417 name John 2d /Hastings/ + 2. I2288 name John /Hastings/ +[0169] Name rkey: NJH453 offs: 0x00005fc7 lens: 0x0000003c + 0x00006fc7: Ncount 2 + Keys and string offsets, strings + 1. 0x00006fcb:RKEY I1443 0x00006fdb:offset 0x00000000 + 0x00006fe3:string 'Joan /Holland/' + 2. 0x00006fd3:RKEY I2292 0x00006fdf:offset 0x00000010 + 0x00006ff3:string 'John /Holland/' + Assembled data for NJH453 + 1. I1443 name Joan /Holland/ + 2. I2292 name John /Holland/ +[0170] Name rkey: NJH543 offs: 0x00006003 lens: 0x000000ed + 0x00007003: Ncount 7 + Keys and string offsets, strings + 1. 0x00007007:RKEY I384 0x0000703f:offset 0x00000000 + 0x0000705b:string 'James Albert Edward/Hamilton/' + 2. 0x0000700f:RKEY I386 0x00007043:offset 0x0000001e + 0x00007079:string 'James /Hamilton/' + 3. 0x00007017:RKEY I1474 0x00007047:offset 0x00000030 + 0x0000708b:string 'James /Hamilton/' + 4. 0x0000701f:RKEY I1476 0x0000704b:offset 0x00000042 + 0x0000709d:string 'James /Hamilton/' + 5. 0x00007027:RKEY I1492 0x0000704f:offset 0x00000054 + 0x000070af:string 'James /Hamilton/' + 6. 0x0000702f:RKEY I1494 0x00007053:offset 0x00000066 + 0x000070c1:string 'James /Hamilton/' + 7. 0x00007037:RKEY I2162 0x00007057:offset 0x00000078 + 0x000070d3:string 'J. Keyes-O'Malley /Hamilton/' + Assembled data for NJH543 + 1. I384 name James Albert Edward/Hamilton/ + 2. I386 name James /Hamilton/ + 3. I1474 name James /Hamilton/ + 4. I1476 name James /Hamilton/ + 5. I1492 name James /Hamilton/ + 6. I1494 name James /Hamilton/ + 7. I2162 name J. Keyes-O'Malley /Hamilton/ +[0171] Name rkey: NJH630 offs: 0x000060f0 lens: 0x0000001f + 0x000070f0: Ncount 1 + Keys and string offsets, strings + 1. 0x000070f4:RKEY I2362 0x000070fc:offset 0x00000000 + 0x00007100:string 'Jane /Howard/' + Assembled data for NJH630 + 1. I2362 name Jane /Howard/ +[0172] Name rkey: NJJ230 offs: 0x0000610f lens: 0x0000001f + 0x0000710f: Ncount 1 + Keys and string offsets, strings + 1. 0x00007113:RKEY I666 0x0000711b:offset 0x00000000 + 0x0000711f:string 'Johann /Just/' + Assembled data for NJJ230 + 1. I666 name Johann /Just/ +[0173] Name rkey: NJJ520 offs: 0x0000612e lens: 0x00000022 + 0x0000712e: Ncount 1 + Keys and string offsets, strings + 1. 0x00007132:RKEY I2970 0x0000713a:offset 0x00000000 + 0x0000713e:string 'John Paul /Jones/' + Assembled data for NJJ520 + 1. I2970 name John Paul /Jones/ +[0174] Name rkey: NJJ650 offs: 0x00006150 lens: 0x0000001e + 0x00007150: Ncount 1 + Keys and string offsets, strings + 1. 0x00007154:RKEY I931 0x0000715c:offset 0x00000000 + 0x00007160:string 'Jutta /Jorn/' + Assembled data for NJJ650 + 1. I931 name Jutta /Jorn/ +[0175] Name rkey: NJK300 offs: 0x0000616e lens: 0x0000001e + 0x0000716e: Ncount 1 + Keys and string offsets, strings + 1. 0x00007172:RKEY I1822 0x0000717a:offset 0x00000000 + 0x0000717e:string 'John /Keith/' + Assembled data for NJK300 + 1. I1822 name John /Keith/ +[0176] Name rkey: NJK626 offs: 0x0000618c lens: 0x00000020 + 0x0000718c: Ncount 1 + Keys and string offsets, strings + 1. 0x00007190:RKEY I979 0x00007198:offset 0x00000000 + 0x0000719c:string 'John /Kreuger/' + Assembled data for NJK626 + 1. I979 name John /Kreuger/ +[0177] Name rkey: NJL200 offs: 0x000061ac lens: 0x0000001e + 0x000071ac: Ncount 1 + Keys and string offsets, strings + 1. 0x000071b0:RKEY I1840 0x000071b8:offset 0x00000000 + 0x000071bc:string 'John /Logie/' + Assembled data for NJL200 + 1. I1840 name John /Logie/ +[0178] Name rkey: NJL242 offs: 0x000061ca lens: 0x00000043 + 0x000071ca: Ncount 2 + Keys and string offsets, strings + 1. 0x000071ce:RKEY I294 0x000071de:offset 0x00000000 + 0x000071e6:string 'James /Lascelles/' + 2. 0x000071d6:RKEY I295 0x000071e2:offset 0x00000013 + 0x000071f9:string 'Jeremy /Lascelles/' + Assembled data for NJL242 + 1. I294 name James /Lascelles/ + 2. I295 name Jeremy /Lascelles/ +[0179] Name rkey: NJL252 offs: 0x0000620d lens: 0x00000043 + 0x0000720d: Ncount 2 + Keys and string offsets, strings + 1. 0x00007211:RKEY I489 0x00007221:offset 0x00000000 + 0x00007229:string 'Johanna /Loisinger/' + 2. 0x00007219:RKEY I2623 0x00007225:offset 0x00000015 + 0x0000723e:string 'John /Loisinger/' + Assembled data for NJL252 + 1. I489 name Johanna /Loisinger/ + 2. I2623 name John /Loisinger/ +[0180] Name rkey: NJL500 offs: 0x00006250 lens: 0x0000003f + 0x00007250: Ncount 2 + Keys and string offsets, strings + 1. 0x00007254:RKEY I187 0x00007264:offset 0x00000000 + 0x0000726c:string 'John /Lyon/' + 2. 0x0000725c:RKEY I1823 0x00007268:offset 0x0000000d + 0x00007279:string 'John of_Glamis /Lyon/' + Assembled data for NJL500 + 1. I187 name John /Lyon/ + 2. I1823 name John of_Glamis /Lyon/ +[0181] Name rkey: NJL516 offs: 0x0000628f lens: 0x00000030 + 0x0000728f: Ncount 1 + Keys and string offsets, strings + 1. 0x00007293:RKEY I971 0x0000729b:offset 0x00000000 + 0x0000729f:string 'Joana Maria Valentina/Lambrino/' + Assembled data for NJL516 + 1. I971 name Joana Maria Valentina/Lambrino/ +[0182] Name rkey: NJN140 offs: 0x000062bf lens: 0x0000001f + 0x000072bf: Ncount 1 + Keys and string offsets, strings + 1. 0x000072c3:RKEY I863 0x000072cb:offset 0x00000000 + 0x000072cf:string 'John /Nevill/' + Assembled data for NJN140 + 1. I863 name John /Nevill/ +[0183] Name rkey: NJN463 offs: 0x000062de lens: 0x0000001e + 0x000072de: Ncount 1 + Keys and string offsets, strings + 1. 0x000072e2:RKEY I2809 0x000072ea:offset 0x00000000 + 0x000072ee:string 'Jan /Nilert/' + Assembled data for NJN463 + 1. I2809 name Jan /Nilert/ +[0184] Name rkey: NJO241 offs: 0x000062fc lens: 0x0000002b + 0x000072fc: Ncount 1 + Keys and string offsets, strings + 1. 0x00007300:RKEY I109 0x00007308:offset 0x00000000 + 0x0000730c:string 'James Robert Bruce/Ogilvy/' + Assembled data for NJO241 + 1. I109 name James Robert Bruce/Ogilvy/ +[0185] Name rkey: NJP453 offs: 0x00006327 lens: 0x00000024 + 0x00007327: Ncount 1 + Keys and string offsets, strings + 1. 0x0000732b:RKEY I1379 0x00007333:offset 0x00000000 + 0x00007337:string 'Joan /Plantagenet/' + Assembled data for NJP453 + 1. I1379 name Joan /Plantagenet/ +[0186] Name rkey: NJR240 offs: 0x0000634b lens: 0x00000020 + 0x0000734b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000734f:RKEY I1722 0x00007357:offset 0x00000000 + 0x0000735b:string 'John /Russell/' + Assembled data for NJR240 + 1. I1722 name John /Russell/ +[0187] Name rkey: NJR352 offs: 0x0000636b lens: 0x00000020 + 0x0000736b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000736f:RKEY I2794 0x00007377:offset 0x00000000 + 0x0000737b:string 'Johan /Ryding/' + Assembled data for NJR352 + 1. I2794 name Johan /Ryding/ +[0188] Name rkey: NJR452 offs: 0x0000638b lens: 0x00000023 + 0x0000738b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000738f:RKEY I2979 0x00007397:offset 0x00000000 + 0x0000739b:string 'Julia /Rawlinson/' + Assembled data for NJR452 + 1. I2979 name Julia /Rawlinson/ +[0189] Name rkey: NJS120 offs: 0x000063ae lens: 0x00000048 + 0x000073ae: Ncount 2 + Keys and string offsets, strings + 1. 0x000073b2:RKEY I2137 0x000073c2:offset 0x00000000 + 0x000073ca:string 'James Louis /Sobieski/' + 2. 0x000073ba:RKEY I2138 0x000073c6:offset 0x00000017 + 0x000073e1:string 'John_III /Sobieski/' + Assembled data for NJS120 + 1. I2137 name James Louis /Sobieski/ + 2. I2138 name John_III /Sobieski/ + +0x000073f6: EOF (0x000073f6) GOOD + +BLOCK - DIRECTORY ad/aa +0x00000000:ix_self: 0x00030000 (ad/aa) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 171 +0x0000000e:ix_rkey[0000]: ' NJS152' +0x00000016:ix_rkey[0001]: ' NJS214' +0x0000001e:ix_rkey[0002]: ' NJS363' +0x00000026:ix_rkey[0003]: ' NJS534' +0x0000002e:ix_rkey[0004]: ' NJS560' +0x00000036:ix_rkey[0005]: ' NJT360' +0x0000003e:ix_rkey[0006]: ' NJU420' +0x00000046:ix_rkey[0007]: ' NJU452' +0x0000004e:ix_rkey[0008]: ' NJV520' +0x00000056:ix_rkey[0009]: ' NJV561' +0x0000005e:ix_rkey[0010]: ' NJW300' +0x00000066:ix_rkey[0011]: ' NJW420' +0x0000006e:ix_rkey[0012]: ' NJW532' +0x00000076:ix_rkey[0013]: ' NJW620' +0x0000007e:ix_rkey[0014]: ' NJZ999' +0x00000086:ix_rkey[0015]: ' NKB260' +0x0000008e:ix_rkey[0016]: ' NKC623' +0x00000096:ix_rkey[0017]: ' NKF612' +0x0000009e:ix_rkey[0018]: ' NKG620' +0x000000a6:ix_rkey[0019]: ' NKK320' +0x000000ae:ix_rkey[0020]: ' NKM241' +0x000000b6:ix_rkey[0021]: ' NKN215' +0x000000be:ix_rkey[0022]: ' NKR142' +0x000000c6:ix_rkey[0023]: ' NKR551' +0x000000ce:ix_rkey[0024]: ' NKS560' +0x000000d6:ix_rkey[0025]: ' NKT360' +0x000000de:ix_rkey[0026]: ' NKW624' +0x000000e6:ix_rkey[0027]: ' NKZ999' +0x000000ee:ix_rkey[0028]: ' NLB434' +0x000000f6:ix_rkey[0029]: ' NLB500' +0x000000fe:ix_rkey[0030]: ' NLB525' +0x00000106:ix_rkey[0031]: ' NLD120' +0x0000010e:ix_rkey[0032]: ' NLD225' +0x00000116:ix_rkey[0033]: ' NLF420' +0x0000011e:ix_rkey[0034]: ' NLG522' +0x00000126:ix_rkey[0035]: ' NLH516' +0x0000012e:ix_rkey[0036]: ' NLH524' +0x00000136:ix_rkey[0037]: ' NLH543' +0x0000013e:ix_rkey[0038]: ' NLK542' +0x00000146:ix_rkey[0039]: ' NLK600' +0x0000014e:ix_rkey[0040]: ' NLL531' +0x00000156:ix_rkey[0041]: ' NLL532' +0x0000015e:ix_rkey[0042]: ' NLM531' +0x00000166:ix_rkey[0043]: ' NLM635' +0x0000016e:ix_rkey[0044]: ' NLR240' +0x00000176:ix_rkey[0045]: ' NLR252' +0x0000017e:ix_rkey[0046]: ' NLS362' +0x00000186:ix_rkey[0047]: ' NLS363' +0x0000018e:ix_rkey[0048]: ' NLV561' +0x00000196:ix_rkey[0049]: ' NLW342' +0x0000019e:ix_rkey[0050]: ' NLZ999' +0x000001a6:ix_rkey[0051]: ' NMA340' +0x000001ae:ix_rkey[0052]: ' NMA626' +0x000001b6:ix_rkey[0053]: ' NMB163' +0x000001be:ix_rkey[0054]: ' NMB200' +0x000001c6:ix_rkey[0055]: ' NMB245' +0x000001ce:ix_rkey[0056]: ' NMB251' +0x000001d6:ix_rkey[0057]: ' NMB400' +0x000001de:ix_rkey[0058]: ' NMB420' +0x000001e6:ix_rkey[0059]: ' NMB450' +0x000001ee:ix_rkey[0060]: ' NMB620' +0x000001f6:ix_rkey[0061]: ' NMB623' +0x000001fe:ix_rkey[0062]: ' NMB632' +0x00000206:ix_rkey[0063]: ' NMB652' +0x0000020e:ix_rkey[0064]: ' NMB653' +0x00000216:ix_rkey[0065]: ' NMC100' +0x0000021e:ix_rkey[0066]: ' NMC416' +0x00000226:ix_rkey[0067]: ' NMC514' +0x0000022e:ix_rkey[0068]: ' NMC615' +0x00000236:ix_rkey[0069]: ' NMC625' +0x0000023e:ix_rkey[0070]: ' NMC630' +0x00000246:ix_rkey[0071]: ' NMC635' +0x0000024e:ix_rkey[0072]: ' NMC652' +0x00000256:ix_rkey[0073]: ' NMD150' +0x0000025e:ix_rkey[0074]: ' NMD242' +0x00000266:ix_rkey[0075]: ' NMD260' +0x0000026e:ix_rkey[0076]: ' NMD340' +0x00000276:ix_rkey[0077]: ' NMD360' +0x0000027e:ix_rkey[0078]: ' NMD532' +0x00000286:ix_rkey[0079]: ' NMD655' +0x0000028e:ix_rkey[0080]: ' NMF324' +0x00000296:ix_rkey[0081]: ' NMF326' +0x0000029e:ix_rkey[0082]: ' NMF420' +0x000002a6:ix_rkey[0083]: ' NMF432' +0x000002ae:ix_rkey[0084]: ' NMG520' +0x000002b6:ix_rkey[0085]: ' NMG600' +0x000002be:ix_rkey[0086]: ' NMG621' +0x000002c6:ix_rkey[0087]: ' NMG650' +0x000002ce:ix_rkey[0088]: ' NMH400' +0x000002d6:ix_rkey[0089]: ' NMH453' +0x000002de:ix_rkey[0090]: ' NMH516' +0x000002e6:ix_rkey[0091]: ' NMH524' +0x000002ee:ix_rkey[0092]: ' NMH543' +0x000002f6:ix_rkey[0093]: ' NMH630' +0x000002fe:ix_rkey[0094]: ' NMK320' +0x00000306:ix_rkey[0095]: ' NMK622' +0x0000030e:ix_rkey[0096]: ' NMK626' +0x00000316:ix_rkey[0097]: ' NMK640' +0x0000031e:ix_rkey[0098]: ' NML242' +0x00000326:ix_rkey[0099]: ' NML252' +0x0000032e:ix_rkey[0100]: ' NML531' +0x00000336:ix_rkey[0101]: ' NMM252' +0x0000033e:ix_rkey[0102]: ' NMM531' +0x00000346:ix_rkey[0103]: ' NMM532' +0x0000034e:ix_rkey[0104]: ' NMO165' +0x00000356:ix_rkey[0105]: ' NMO241' +0x0000035e:ix_rkey[0106]: ' NMO435' +0x00000366:ix_rkey[0107]: ' NMP141' +0x0000036e:ix_rkey[0108]: ' NMP412' +0x00000376:ix_rkey[0109]: ' NMR200' +0x0000037e:ix_rkey[0110]: ' NMR216' +0x00000386:ix_rkey[0111]: ' NMR551' +0x0000038e:ix_rkey[0112]: ' NMS120' +0x00000396:ix_rkey[0113]: ' NMS214' +0x0000039e:ix_rkey[0114]: ' NMS350' +0x000003a6:ix_rkey[0115]: ' NMS363' +0x000003ae:ix_rkey[0116]: ' NMT360' +0x000003b6:ix_rkey[0117]: ' NMT524' +0x000003be:ix_rkey[0118]: ' NMU452' +0x000003c6:ix_rkey[0119]: ' NMV521' +0x000003ce:ix_rkey[0120]: ' NMV551' +0x000003d6:ix_rkey[0121]: ' NMV561' +0x000003de:ix_rkey[0122]: ' NMW200' +0x000003e6:ix_rkey[0123]: ' NMW342' +0x000003ee:ix_rkey[0124]: ' NMW414' +0x000003f6:ix_rkey[0125]: ' NMW521' +0x000003fe:ix_rkey[0126]: ' NMW532' +0x00000406:ix_rkey[0127]: ' NMW536' +0x0000040e:ix_rkey[0128]: ' NMW635' +0x00000416:ix_rkey[0129]: ' NMZ999' +0x0000041e:ix_rkey[0130]: ' NND660' +0x00000426:ix_rkey[0131]: ' NNG620' +0x0000042e:ix_rkey[0132]: ' NNH524' +0x00000436:ix_rkey[0133]: ' NNK421' +0x0000043e:ix_rkey[0134]: ' NNM262' +0x00000446:ix_rkey[0135]: ' NNM316' +0x0000044e:ix_rkey[0136]: ' NNO435' +0x00000456:ix_rkey[0137]: ' NNR551' +0x0000045e:ix_rkey[0138]: ' NNS416' +0x00000466:ix_rkey[0139]: ' NNS653' +0x0000046e:ix_rkey[0140]: ' NNV561' +0x00000476:ix_rkey[0141]: ' NNW532' +0x0000047e:ix_rkey[0142]: ' NNZ999' +0x00000486:ix_rkey[0143]: ' NOA345' +0x0000048e:ix_rkey[0144]: ' NOH516' +0x00000496:ix_rkey[0145]: ' NOK651' +0x0000049e:ix_rkey[0146]: ' NOR551' +0x000004a6:ix_rkey[0147]: ' NOS530' +0x000004ae:ix_rkey[0148]: ' NOT360' +0x000004b6:ix_rkey[0149]: ' NOW342' +0x000004be:ix_rkey[0150]: ' NOZ999' +0x000004c6:ix_rkey[0151]: ' NPB245' +0x000004ce:ix_rkey[0152]: ' NPB536' +0x000004d6:ix_rkey[0153]: ' NPD142' +0x000004de:ix_rkey[0154]: ' NPD626' +0x000004e6:ix_rkey[0155]: ' NPH614' +0x000004ee:ix_rkey[0156]: ' NPH630' +0x000004f6:ix_rkey[0157]: ' NPL525' +0x000004fe:ix_rkey[0158]: ' NPM300' +0x00000506:ix_rkey[0159]: ' NPM520' +0x0000050e:ix_rkey[0160]: ' NPM531' +0x00000516:ix_rkey[0161]: ' NPM635' +0x0000051e:ix_rkey[0162]: ' NPO435' +0x00000526:ix_rkey[0163]: ' NPP412' +0x0000052e:ix_rkey[0164]: ' NPR100' +0x00000536:ix_rkey[0165]: ' NPR120' +0x0000053e:ix_rkey[0166]: ' NPR300' +0x00000546:ix_rkey[0167]: ' NPR362' +0x0000054e:ix_rkey[0168]: ' NPR551' +0x00000556:ix_rkey[0169]: ' NPS532' +0x0000055e:ix_rkey[0170]: ' NPT240' + +deleted/unused entries +0x00000566-0x00000805:ix_rkey[0171-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x0000007e +0x0000080c:ix_offs[0001]: 0x0000007e 0x00000c08:ix_lens[0001]: 0x00000027 +0x00000810:ix_offs[0002]: 0x000000a5 0x00000c0c:ix_lens[0002]: 0x000000f7 +0x00000814:ix_offs[0003]: 0x0000019c 0x00000c10:ix_lens[0003]: 0x00000024 +0x00000818:ix_offs[0004]: 0x000001c0 0x00000c14:ix_lens[0004]: 0x0000003c +0x0000081c:ix_offs[0005]: 0x000001fc 0x00000c18:ix_lens[0005]: 0x00000020 +0x00000820:ix_offs[0006]: 0x0000021c 0x00000c1c:ix_lens[0006]: 0x00000028 +0x00000824:ix_offs[0007]: 0x00000244 0x00000c20:ix_lens[0007]: 0x00000026 +0x00000828:ix_offs[0008]: 0x0000026a 0x00000c24:ix_lens[0008]: 0x00000055 +0x0000082c:ix_offs[0009]: 0x000002bf 0x00000c28:ix_lens[0009]: 0x00000026 +0x00000830:ix_offs[0010]: 0x000002e5 0x00000c2c:ix_lens[0010]: 0x0000001d +0x00000834:ix_offs[0011]: 0x00000302 0x00000c30:ix_lens[0011]: 0x00000022 +0x00000838:ix_offs[0012]: 0x00000324 0x00000c34:ix_lens[0012]: 0x0000002e +0x0000083c:ix_offs[0013]: 0x00000352 0x00000c38:ix_lens[0013]: 0x0000001d +0x00000840:ix_offs[0014]: 0x0000036f 0x00000c3c:ix_lens[0014]: 0x00000af0 +0x00000844:ix_offs[0015]: 0x00000e5f 0x00000c40:ix_lens[0015]: 0x00000021 +0x00000848:ix_offs[0016]: 0x00000e80 0x00000c44:ix_lens[0016]: 0x00000025 +0x0000084c:ix_offs[0017]: 0x00000ea5 0x00000c48:ix_lens[0017]: 0x00000029 +0x00000850:ix_offs[0018]: 0x00000ece 0x00000c4c:ix_lens[0018]: 0x00000025 +0x00000854:ix_offs[0019]: 0x00000ef3 0x00000c50:ix_lens[0019]: 0x0000001f +0x00000858:ix_offs[0020]: 0x00000f12 0x00000c54:ix_lens[0020]: 0x00000026 +0x0000085c:ix_offs[0021]: 0x00000f38 0x00000c58:ix_lens[0021]: 0x0000002d +0x00000860:ix_offs[0022]: 0x00000f65 0x00000c5c:ix_lens[0022]: 0x00000026 +0x00000864:ix_offs[0023]: 0x00000f8b 0x00000c60:ix_lens[0023]: 0x00000026 +0x00000868:ix_offs[0024]: 0x00000fb1 0x00000c64:ix_lens[0024]: 0x00000025 +0x0000086c:ix_offs[0025]: 0x00000fd6 0x00000c68:ix_lens[0025]: 0x00000023 +0x00000870:ix_offs[0026]: 0x00000ff9 0x00000c6c:ix_lens[0026]: 0x00000025 +0x00000874:ix_offs[0027]: 0x0000101e 0x00000c70:ix_lens[0027]: 0x00000270 +0x00000878:ix_offs[0028]: 0x0000128e 0x00000c74:ix_lens[0028]: 0x00000030 +0x0000087c:ix_offs[0029]: 0x000012be 0x00000c78:ix_lens[0029]: 0x00000020 +0x00000880:ix_offs[0030]: 0x000012de 0x00000c7c:ix_lens[0030]: 0x00000023 +0x00000884:ix_offs[0031]: 0x00001301 0x00000c80:ix_lens[0031]: 0x0000002d +0x00000888:ix_offs[0032]: 0x0000132e 0x00000c84:ix_lens[0032]: 0x00000028 +0x0000088c:ix_offs[0033]: 0x00001356 0x00000c88:ix_lens[0033]: 0x00000026 +0x00000890:ix_offs[0034]: 0x0000137c 0x00000c8c:ix_lens[0034]: 0x00000030 +0x00000894:ix_offs[0035]: 0x000013ac 0x00000c90:ix_lens[0035]: 0x00000069 +0x00000898:ix_offs[0036]: 0x00001415 0x00000c94:ix_lens[0036]: 0x00000037 +0x0000089c:ix_offs[0037]: 0x0000144c 0x00000c98:ix_lens[0037]: 0x00000023 +0x000008a0:ix_offs[0038]: 0x0000146f 0x00000c9c:ix_lens[0038]: 0x00000023 +0x000008a4:ix_offs[0039]: 0x00001492 0x00000ca0:ix_lens[0039]: 0x0000001f +0x000008a8:ix_offs[0040]: 0x000014b1 0x00000ca4:ix_lens[0040]: 0x00000023 +0x000008ac:ix_offs[0041]: 0x000014d4 0x00000ca8:ix_lens[0041]: 0x00000025 +0x000008b0:ix_offs[0042]: 0x000014f9 0x00000cac:ix_lens[0042]: 0x00000058 +0x000008b4:ix_offs[0043]: 0x00001551 0x00000cb0:ix_lens[0043]: 0x00000024 +0x000008b8:ix_offs[0044]: 0x00001575 0x00000cb4:ix_lens[0044]: 0x00000026 +0x000008bc:ix_offs[0045]: 0x0000159b 0x00000cb8:ix_lens[0045]: 0x00000024 +0x000008c0:ix_offs[0046]: 0x000015bf 0x00000cbc:ix_lens[0046]: 0x00000024 +0x000008c4:ix_offs[0047]: 0x000015e3 0x00000cc0:ix_lens[0047]: 0x00000056 +0x000008c8:ix_offs[0048]: 0x00001639 0x00000cc4:ix_lens[0048]: 0x00000024 +0x000008cc:ix_offs[0049]: 0x0000165d 0x00000cc8:ix_lens[0049]: 0x0000009f +0x000008d0:ix_offs[0050]: 0x000016fc 0x00000ccc:ix_lens[0050]: 0x00000ed1 +0x000008d4:ix_offs[0051]: 0x000025cd 0x00000cd0:ix_lens[0051]: 0x00000042 +0x000008d8:ix_offs[0052]: 0x0000260f 0x00000cd4:ix_lens[0052]: 0x00000026 +0x000008dc:ix_offs[0053]: 0x00002635 0x00000cd8:ix_lens[0053]: 0x00000072 +0x000008e0:ix_offs[0054]: 0x000026a7 0x00000cdc:ix_lens[0054]: 0x00000025 +0x000008e4:ix_offs[0055]: 0x000026cc 0x00000ce0:ix_lens[0055]: 0x00000052 +0x000008e8:ix_offs[0056]: 0x0000271e 0x00000ce4:ix_lens[0056]: 0x00000026 +0x000008ec:ix_offs[0057]: 0x00002744 0x00000ce8:ix_lens[0057]: 0x00000021 +0x000008f0:ix_offs[0058]: 0x00002765 0x00000cec:ix_lens[0058]: 0x00000025 +0x000008f4:ix_offs[0059]: 0x0000278a 0x00000cf0:ix_lens[0059]: 0x0000001f +0x000008f8:ix_offs[0060]: 0x000027a9 0x00000cf4:ix_lens[0060]: 0x0000003d +0x000008fc:ix_offs[0061]: 0x000027e6 0x00000cf8:ix_lens[0061]: 0x00000025 +0x00000900:ix_offs[0062]: 0x0000280b 0x00000cfc:ix_lens[0062]: 0x0000002b +0x00000904:ix_offs[0063]: 0x00002836 0x00000d00:ix_lens[0063]: 0x00000023 +0x00000908:ix_offs[0064]: 0x00002859 0x00000d04:ix_lens[0064]: 0x00000022 +0x0000090c:ix_offs[0065]: 0x0000287b 0x00000d08:ix_lens[0065]: 0x00000021 +0x00000910:ix_offs[0066]: 0x0000289c 0x00000d0c:ix_lens[0066]: 0x00000042 +0x00000914:ix_offs[0067]: 0x000028de 0x00000d10:ix_lens[0067]: 0x0000002c +0x00000918:ix_offs[0068]: 0x0000290a 0x00000d14:ix_lens[0068]: 0x00000022 +0x0000091c:ix_offs[0069]: 0x0000292c 0x00000d18:ix_lens[0069]: 0x00000028 +0x00000920:ix_offs[0070]: 0x00002954 0x00000d1c:ix_lens[0070]: 0x00000021 +0x00000924:ix_offs[0071]: 0x00002975 0x00000d20:ix_lens[0071]: 0x0000002b +0x00000928:ix_offs[0072]: 0x000029a0 0x00000d24:ix_lens[0072]: 0x00000021 +0x0000092c:ix_offs[0073]: 0x000029c1 0x00000d28:ix_lens[0073]: 0x00000021 +0x00000930:ix_offs[0074]: 0x000029e2 0x00000d2c:ix_lens[0074]: 0x00000044 +0x00000934:ix_offs[0075]: 0x00002a26 0x00000d30:ix_lens[0075]: 0x00000048 +0x00000938:ix_offs[0076]: 0x00002a6e 0x00000d34:ix_lens[0076]: 0x0000001f +0x0000093c:ix_offs[0077]: 0x00002a8d 0x00000d38:ix_lens[0077]: 0x00000022 +0x00000940:ix_offs[0078]: 0x00002aaf 0x00000d3c:ix_lens[0078]: 0x00000024 +0x00000944:ix_offs[0079]: 0x00002ad3 0x00000d40:ix_lens[0079]: 0x00000045 +0x00000948:ix_offs[0080]: 0x00002b18 0x00000d44:ix_lens[0080]: 0x00000021 +0x0000094c:ix_offs[0081]: 0x00002b39 0x00000d48:ix_lens[0081]: 0x00000029 +0x00000950:ix_offs[0082]: 0x00002b62 0x00000d4c:ix_lens[0082]: 0x0000001f +0x00000954:ix_offs[0083]: 0x00002b81 0x00000d50:ix_lens[0083]: 0x00000023 +0x00000958:ix_offs[0084]: 0x00002ba4 0x00000d54:ix_lens[0084]: 0x00000023 +0x0000095c:ix_offs[0085]: 0x00002bc7 0x00000d58:ix_lens[0085]: 0x0000001d +0x00000960:ix_offs[0086]: 0x00002be4 0x00000d5c:ix_lens[0086]: 0x00000026 +0x00000964:ix_offs[0087]: 0x00002c0a 0x00000d60:ix_lens[0087]: 0x0000001e +0x00000968:ix_offs[0088]: 0x00002c28 0x00000d64:ix_lens[0088]: 0x0000002f +0x0000096c:ix_offs[0089]: 0x00002c57 0x00000d68:ix_lens[0089]: 0x00000024 +0x00000970:ix_offs[0090]: 0x00002c7b 0x00000d6c:ix_lens[0090]: 0x000000e6 +0x00000974:ix_offs[0091]: 0x00002d61 0x00000d70:ix_lens[0091]: 0x00000097 +0x00000978:ix_offs[0092]: 0x00002df8 0x00000d74:ix_lens[0092]: 0x00000025 +0x0000097c:ix_offs[0093]: 0x00002e1d 0x00000d78:ix_lens[0093]: 0x0000003e +0x00000980:ix_offs[0094]: 0x00002e5b 0x00000d7c:ix_lens[0094]: 0x00000023 +0x00000984:ix_offs[0095]: 0x00002e7e 0x00000d80:ix_lens[0095]: 0x0000002e +0x00000988:ix_offs[0096]: 0x00002eac 0x00000d84:ix_lens[0096]: 0x00000023 +0x0000098c:ix_offs[0097]: 0x00002ecf 0x00000d88:ix_lens[0097]: 0x00000022 +0x00000990:ix_offs[0098]: 0x00002ef1 0x00000d8c:ix_lens[0098]: 0x00000042 +0x00000994:ix_offs[0099]: 0x00002f33 0x00000d90:ix_lens[0099]: 0x0000002c +0x00000998:ix_offs[0100]: 0x00002f5f 0x00000d94:ix_lens[0100]: 0x0000002f +0x0000099c:ix_offs[0101]: 0x00002f8e 0x00000d98:ix_lens[0101]: 0x00000026 +0x000009a0:ix_offs[0102]: 0x00002fb4 0x00000d9c:ix_lens[0102]: 0x00000029 +0x000009a4:ix_offs[0103]: 0x00002fdd 0x00000da0:ix_lens[0103]: 0x00000060 +0x000009a8:ix_offs[0104]: 0x0000303d 0x00000da4:ix_lens[0104]: 0x00000060 +0x000009ac:ix_offs[0105]: 0x0000309d 0x00000da8:ix_lens[0105]: 0x00000032 +0x000009b0:ix_offs[0106]: 0x000030cf 0x00000dac:ix_lens[0106]: 0x00000025 +0x000009b4:ix_offs[0107]: 0x000030f4 0x00000db0:ix_lens[0107]: 0x00000022 +0x000009b8:ix_offs[0108]: 0x00003116 0x00000db4:ix_lens[0108]: 0x0000002d +0x000009bc:ix_offs[0109]: 0x00003143 0x00000db8:ix_lens[0109]: 0x00000023 +0x000009c0:ix_offs[0110]: 0x00003166 0x00000dbc:ix_lens[0110]: 0x0000002e +0x000009c4:ix_offs[0111]: 0x00003194 0x00000dc0:ix_lens[0111]: 0x000000f0 +0x000009c8:ix_offs[0112]: 0x00003284 0x00000dc4:ix_lens[0112]: 0x00000034 +0x000009cc:ix_offs[0113]: 0x000032b8 0x00000dc8:ix_lens[0113]: 0x0000004f +0x000009d0:ix_offs[0114]: 0x00003307 0x00000dcc:ix_lens[0114]: 0x0000002d +0x000009d4:ix_offs[0115]: 0x00003334 0x00000dd0:ix_lens[0115]: 0x000000b1 +0x000009d8:ix_offs[0116]: 0x000033e5 0x00000dd4:ix_lens[0116]: 0x00000080 +0x000009dc:ix_offs[0117]: 0x00003465 0x00000dd8:ix_lens[0117]: 0x00000021 +0x000009e0:ix_offs[0118]: 0x00003486 0x00000ddc:ix_lens[0118]: 0x00000029 +0x000009e4:ix_offs[0119]: 0x000034af 0x00000de0:ix_lens[0119]: 0x00000028 +0x000009e8:ix_offs[0120]: 0x000034d7 0x00000de4:ix_lens[0120]: 0x0000002b +0x000009ec:ix_offs[0121]: 0x00003502 0x00000de8:ix_lens[0121]: 0x00000075 +0x000009f0:ix_offs[0122]: 0x00003577 0x00000dec:ix_lens[0122]: 0x0000002b +0x000009f4:ix_offs[0123]: 0x000035a2 0x00000df0:ix_lens[0123]: 0x000000a6 +0x000009f8:ix_offs[0124]: 0x00003648 0x00000df4:ix_lens[0124]: 0x0000002e +0x000009fc:ix_offs[0125]: 0x00003676 0x00000df8:ix_lens[0125]: 0x0000004f +0x00000a00:ix_offs[0126]: 0x000036c5 0x00000dfc:ix_lens[0126]: 0x00000063 +0x00000a04:ix_offs[0127]: 0x00003728 0x00000e00:ix_lens[0127]: 0x00000025 +0x00000a08:ix_offs[0128]: 0x0000374d 0x00000e04:ix_lens[0128]: 0x00000025 +0x00000a0c:ix_offs[0129]: 0x00003772 0x00000e08:ix_lens[0129]: 0x000017d0 +0x00000a10:ix_offs[0130]: 0x00004f42 0x00000e0c:ix_lens[0130]: 0x00000023 +0x00000a14:ix_offs[0131]: 0x00004f65 0x00000e10:ix_lens[0131]: 0x00000024 +0x00000a18:ix_offs[0132]: 0x00004f89 0x00000e14:ix_lens[0132]: 0x00000029 +0x00000a1c:ix_offs[0133]: 0x00004fb2 0x00000e18:ix_lens[0133]: 0x00000028 +0x00000a20:ix_offs[0134]: 0x00004fda 0x00000e1c:ix_lens[0134]: 0x00000025 +0x00000a24:ix_offs[0135]: 0x00004fff 0x00000e20:ix_lens[0135]: 0x0000002b +0x00000a28:ix_offs[0136]: 0x0000502a 0x00000e24:ix_lens[0136]: 0x00000026 +0x00000a2c:ix_offs[0137]: 0x00005050 0x00000e28:ix_lens[0137]: 0x00000102 +0x00000a30:ix_offs[0138]: 0x00005152 0x00000e2c:ix_lens[0138]: 0x0000002b +0x00000a34:ix_offs[0139]: 0x0000517d 0x00000e30:ix_lens[0139]: 0x0000002b +0x00000a38:ix_offs[0140]: 0x000051a8 0x00000e34:ix_lens[0140]: 0x00000028 +0x00000a3c:ix_offs[0141]: 0x000051d0 0x00000e38:ix_lens[0141]: 0x00000031 +0x00000a40:ix_offs[0142]: 0x00005201 0x00000e3c:ix_lens[0142]: 0x00000107 +0x00000a44:ix_offs[0143]: 0x00005308 0x00000e40:ix_lens[0143]: 0x00000023 +0x00000a48:ix_offs[0144]: 0x0000532b 0x00000e44:ix_lens[0144]: 0x00000078 +0x00000a4c:ix_offs[0145]: 0x000053a3 0x00000e48:ix_lens[0145]: 0x00000022 +0x00000a50:ix_offs[0146]: 0x000053c5 0x00000e4c:ix_lens[0146]: 0x0000006e +0x00000a54:ix_offs[0147]: 0x00005433 0x00000e50:ix_lens[0147]: 0x00000020 +0x00000a58:ix_offs[0148]: 0x00005453 0x00000e54:ix_lens[0148]: 0x0000001e +0x00000a5c:ix_offs[0149]: 0x00005471 0x00000e58:ix_lens[0149]: 0x00000057 +0x00000a60:ix_offs[0150]: 0x000054c8 0x00000e5c:ix_lens[0150]: 0x00000425 +0x00000a64:ix_offs[0151]: 0x000058ed 0x00000e60:ix_lens[0151]: 0x00000026 +0x00000a68:ix_offs[0152]: 0x00005913 0x00000e64:ix_lens[0152]: 0x00000021 +0x00000a6c:ix_offs[0153]: 0x00005934 0x00000e68:ix_lens[0153]: 0x00000026 +0x00000a70:ix_offs[0154]: 0x0000595a 0x00000e6c:ix_lens[0154]: 0x0000001f +0x00000a74:ix_offs[0155]: 0x00005979 0x00000e70:ix_lens[0155]: 0x00000022 +0x00000a78:ix_offs[0156]: 0x0000599b 0x00000e74:ix_lens[0156]: 0x00000021 +0x00000a7c:ix_offs[0157]: 0x000059bc 0x00000e78:ix_lens[0157]: 0x00000026 +0x00000a80:ix_offs[0158]: 0x000059e2 0x00000e7c:ix_lens[0158]: 0x0000001f +0x00000a84:ix_offs[0159]: 0x00005a01 0x00000e80:ix_lens[0159]: 0x00000020 +0x00000a88:ix_offs[0160]: 0x00005a21 0x00000e84:ix_lens[0160]: 0x0000006c +0x00000a8c:ix_offs[0161]: 0x00005a8d 0x00000e88:ix_lens[0161]: 0x00000025 +0x00000a90:ix_offs[0162]: 0x00005ab2 0x00000e8c:ix_lens[0162]: 0x0000006a +0x00000a94:ix_offs[0163]: 0x00005b1c 0x00000e90:ix_lens[0163]: 0x0000004a +0x00000a98:ix_offs[0164]: 0x00005b66 0x00000e94:ix_lens[0164]: 0x0000002a +0x00000a9c:ix_offs[0165]: 0x00005b90 0x00000e98:ix_lens[0165]: 0x00000026 +0x00000aa0:ix_offs[0166]: 0x00005bb6 0x00000e9c:ix_lens[0166]: 0x00000028 +0x00000aa4:ix_offs[0167]: 0x00005bde 0x00000ea0:ix_lens[0167]: 0x00000026 +0x00000aa8:ix_offs[0168]: 0x00005c04 0x00000ea4:ix_lens[0168]: 0x000000d0 +0x00000aac:ix_offs[0169]: 0x00005cd4 0x00000ea8:ix_lens[0169]: 0x00000025 +0x00000ab0:ix_offs[0170]: 0x00005cf9 0x00000eac:ix_lens[0170]: 0x00000025 + +0x00000ab4-0x00000c03:ix_offs[0171-0254] default value 0x00000000 +0x00000eb0-0x00000fff:ix_lens[0171-0254] default value 0x00000000 + +BLOCK - DATA +[0000] Name rkey: NJS152 offs: 0x00000000 lens: 0x0000007e + 0x00001000: Ncount 4 + Keys and string offsets, strings + 1. 0x00001004:RKEY I241 0x00001024:offset 0x00000000 + 0x00001034:string 'Jane /Spencer/' + 2. 0x0000100c:RKEY I1291 0x00001028:offset 0x00000010 + 0x00001044:string 'John /Spencer/' + 3. 0x00001014:RKEY I1712 0x0000102c:offset 0x00000020 + 0x00001054:string 'John /Spencer/' + 4. 0x0000101c:RKEY I1735 0x00001030:offset 0x00000030 + 0x00001064:string 'John of_Althorp /Spencer/' + Assembled data for NJS152 + 1. I241 name Jane /Spencer/ + 2. I1291 name John /Spencer/ + 3. I1712 name John /Spencer/ + 4. I1735 name John of_Althorp /Spencer/ +[0001] Name rkey: NJS214 offs: 0x0000007e lens: 0x00000027 + 0x0000107e: Ncount 1 + Keys and string offsets, strings + 1. 0x00001082:RKEY I3006 0x0000108a:offset 0x00000000 + 0x0000108e:string 'John Sanford /Scobell/' + Assembled data for NJS214 + 1. I3006 name John Sanford /Scobell/ +[0002] Name rkey: NJS363 offs: 0x000000a5 lens: 0x000000f7 + 0x000010a5: Ncount 8 + Keys and string offsets, strings + 1. 0x000010a9:RKEY I706 0x000010e9:offset 0x00000000 + 0x00001109:string 'James_II /Stuart/' + 2. 0x000010b1:RKEY I719 0x000010ed:offset 0x00000013 + 0x0000111c:string 'James Francis Edward/Stuart/' + 3. 0x000010b9:RKEY I725 0x000010f1:offset 0x00000030 + 0x00001139:string 'James_I /Stuart/' + 4. 0x000010c1:RKEY I1478 0x000010f5:offset 0x00000042 + 0x0000114b:string 'John /Stewart/' + 5. 0x000010c9:RKEY I1480 0x000010f9:offset 0x00000052 + 0x0000115b:string 'John /Stuart/' + 6. 0x000010d1:RKEY I1487 0x000010fd:offset 0x00000061 + 0x0000116a:string 'James /Stewart/' + 7. 0x000010d9:RKEY I1488 0x00001101:offset 0x00000072 + 0x0000117b:string 'John /Stewart/' + 8. 0x000010e1:RKEY I1489 0x00001105:offset 0x00000082 + 0x0000118b:string 'James /Stewart/' + Assembled data for NJS363 + 1. I706 name James_II /Stuart/ + 2. I719 name James Francis Edward/Stuart/ + 3. I725 name James_I /Stuart/ + 4. I1478 name John /Stewart/ + 5. I1480 name John /Stuart/ + 6. I1487 name James /Stewart/ + 7. I1488 name John /Stewart/ + 8. I1489 name James /Stewart/ +[0003] Name rkey: NJS534 offs: 0x0000019c lens: 0x00000024 + 0x0000119c: Ncount 1 + Keys and string offsets, strings + 1. 0x000011a0:RKEY I1824 0x000011a8:offset 0x00000000 + 0x000011ac:string 'James /Sandilands/' + Assembled data for NJS534 + 1. I1824 name James /Sandilands/ +[0004] Name rkey: NJS560 offs: 0x000001c0 lens: 0x0000003c + 0x000011c0: Ncount 2 + Keys and string offsets, strings + 1. 0x000011c4:RKEY I851 0x000011d4:offset 0x00000000 + 0x000011dc:string 'Jane /Seymour/' + 2. 0x000011cc:RKEY I860 0x000011d8:offset 0x00000010 + 0x000011ec:string 'John /Seymour/' + Assembled data for NJS560 + 1. I851 name Jane /Seymour/ + 2. I860 name John /Seymour/ +[0005] Name rkey: NJT360 offs: 0x000001fc lens: 0x00000020 + 0x000011fc: Ncount 1 + Keys and string offsets, strings + 1. 0x00001200:RKEY I1353 0x00001208:offset 0x00000000 + 0x0000120c:string 'Jasper /Tudor/' + Assembled data for NJT360 + 1. I1353 name Jasper /Tudor/ +[0006] Name rkey: NJU420 offs: 0x0000021c lens: 0x00000028 + 0x0000121c: Ncount 1 + Keys and string offsets, strings + 1. 0x00001220:RKEY I505 0x00001228:offset 0x00000000 + 0x0000122c:string 'John Knatchbull /Ulick/' + Assembled data for NJU420 + 1. I505 name John Knatchbull /Ulick/ +[0007] Name rkey: NJU452 offs: 0x00000244 lens: 0x00000026 + 0x00001244: Ncount 1 + Keys and string offsets, strings + 1. 0x00001248:RKEY I2835 0x00001250:offset 0x00000000 + 0x00001254:string 'Jean Charles /Ullens/' + Assembled data for NJU452 + 1. I2835 name Jean Charles /Ullens/ +[0008] Name rkey: NJV520 offs: 0x0000026a lens: 0x00000055 + 0x0000126a: Ncount 2 + Keys and string offsets, strings + 1. 0x0000126e:RKEY I348 0x0000127e:offset 0x00000000 + 0x00001286:string 'Julia of_Battenberg /von_Hauke/' + 2. 0x00001276:RKEY I351 0x00001282:offset 0x00000020 + 0x000012a6:string 'John Maurice /von_Hauke/' + Assembled data for NJV520 + 1. I348 name Julia of_Battenberg /von_Hauke/ + 2. I351 name John Maurice /von_Hauke/ +[0009] Name rkey: NJV561 offs: 0x000002bf lens: 0x00000026 + 0x000012bf: Ncount 1 + Keys and string offsets, strings + 1. 0x000012c3:RKEY I2787 0x000012cb:offset 0x00000000 + 0x000012cf:string 'Jeanette /von_Arbin/' + Assembled data for NJV561 + 1. I2787 name Jeanette /von_Arbin/ +[0010] Name rkey: NJW300 offs: 0x000002e5 lens: 0x0000001d + 0x000012e5: Ncount 1 + Keys and string offsets, strings + 1. 0x000012e9:RKEY I374 0x000012f1:offset 0x00000000 + 0x000012f5:string 'John /Wood/' + Assembled data for NJW300 + 1. I374 name John /Wood/ +[0011] Name rkey: NJW420 offs: 0x00000302 lens: 0x00000022 + 0x00001302: Ncount 1 + Keys and string offsets, strings + 1. 0x00001306:RKEY I1008 0x0000130e:offset 0x00000000 + 0x00001312:string 'John 1st /Welles/' + Assembled data for NJW420 + 1. I1008 name John 1st /Welles/ +[0012] Name rkey: NJW532 offs: 0x00000324 lens: 0x0000002e + 0x00001324: Ncount 1 + Keys and string offsets, strings + 1. 0x00001328:RKEY I36 0x00001330:offset 0x00000000 + 0x00001334:string 'John Charles Francis/Windsor/' + Assembled data for NJW532 + 1. I36 name John Charles Francis/Windsor/ +[0013] Name rkey: NJW620 offs: 0x00000352 lens: 0x0000001d + 0x00001352: Ncount 1 + Keys and string offsets, strings + 1. 0x00001356:RKEY I376 0x0000135e:offset 0x00000000 + 0x00001362:string 'John /Work/' + Assembled data for NJW620 + 1. I376 name John /Work/ +[0014] Name rkey: NJZ999 offs: 0x0000036f lens: 0x00000af0 + 0x0000136f: Ncount 96 + Keys and string offsets, strings + 1. 0x00001373:RKEY I18 0x00001673:offset 0x00000000 + 0x000017f3:string 'John Alexander //' + 2. 0x0000137b:RKEY I198 0x00001677:offset 0x00000012 + 0x00001805:string 'Jeanne d'Albret of_France//' + 3. 0x00001383:RKEY I355 0x0000167b:offset 0x0000002e + 0x00001821:string 'Joseph of_Saxe- Altenburg//' + 4. 0x0000138b:RKEY I425 0x0000167f:offset 0x0000004a + 0x0000183d:string 'Joachim //' + 5. 0x00001393:RKEY I435 0x00001683:offset 0x00000056 + 0x00001849:string 'Juan Carlos //' + 6. 0x0000139b:RKEY I530 0x00001687:offset 0x00000065 + 0x00001858:string 'Joanna of_Austria //' + 7. 0x000013a3:RKEY I586 0x0000168b:offset 0x0000007a + 0x0000186d:string 'Jean of_Luxembourg //' + 8. 0x000013ab:RKEY I591 0x0000168f:offset 0x00000090 + 0x00001883:string 'James //' + 9. 0x000013b3:RKEY I611 0x00001693:offset 0x0000009a + 0x0000188d:string 'Johann Georg_II of_Anhalt-Dessau//' + 10. 0x000013bb:RKEY I659 0x00001697:offset 0x000000bd + 0x000018b0:string 'Juliana of_Netherlands //' + 11. 0x000013c3:RKEY I684 0x0000169b:offset 0x000000d7 + 0x000018ca:string 'Joseph of_Austria //' + 12. 0x000013cb:RKEY I710 0x0000169f:offset 0x000000ec + 0x000018df:string 'James of_Cambridge //' + 13. 0x000013d3:RKEY I753 0x000016a3:offset 0x00000102 + 0x000018f5:string 'John_IV the_Fortunate //' + 14. 0x000013db:RKEY I803 0x000016a7:offset 0x0000011b + 0x0000190e:string 'John_Charles of_Buccleuch VII//' + 15. 0x000013e3:RKEY I834 0x000016ab:offset 0x0000013b + 0x0000192e:string 'James_IV //' + 16. 0x000013eb:RKEY I835 0x000016af:offset 0x00000148 + 0x0000193b:string 'James_V //' + 17. 0x000013f3:RKEY I854 0x000016b3:offset 0x00000154 + 0x00001947:string 'John_III //' + 18. 0x000013fb:RKEY I939 0x000016b7:offset 0x00000161 + 0x00001954:string 'Joachim //' + 19. 0x00001403:RKEY I1103 0x000016bb:offset 0x0000016d + 0x00001960:string 'Josephine of_Belgium //' + 20. 0x0000140b:RKEY I1105 0x000016bf:offset 0x00000185 + 0x00001978:string 'Josephine of_Baden //' + 21. 0x00001413:RKEY I1117 0x000016c3:offset 0x0000019b + 0x0000198e:string 'Josephine (twin) //' + 22. 0x0000141b:RKEY I1123 0x000016c7:offset 0x000001af + 0x000019a2:string 'Josephine Charlotte //' + 23. 0x00001423:RKEY I1125 0x000016cb:offset 0x000001c6 + 0x000019b9:string 'Jean of_Luxembourg //' + 24. 0x0000142b:RKEY I1209 0x000016cf:offset 0x000001dc + 0x000019cf:string 'John Friso //' + 25. 0x00001433:RKEY I1225 0x000016d3:offset 0x000001ea + 0x000019dd:string 'John //' + 26. 0x0000143b:RKEY I1233 0x000016d7:offset 0x000001f3 + 0x000019e6:string 'Joan (Joanna) //' + 27. 0x00001443:RKEY I1236 0x000016db:offset 0x00000204 + 0x000019f7:string 'John of_Gaunt //' + 28. 0x0000144b:RKEY I1252 0x000016df:offset 0x00000215 + 0x00001a08:string 'James_III //' + 29. 0x00001453:RKEY I1256 0x000016e3:offset 0x00000223 + 0x00001a16:string 'John of_Eltham //' + 30. 0x0000145b:RKEY I1258 0x000016e7:offset 0x00000235 + 0x00001a28:string 'Joan of_the_Tower //' + 31. 0x00001463:RKEY I1264 0x000016eb:offset 0x0000024a + 0x00001a3d:string 'Joan //' + 32. 0x0000146b:RKEY I1265 0x000016ef:offset 0x00000253 + 0x00001a46:string 'John //' + 33. 0x00001473:RKEY I1267 0x000016f3:offset 0x0000025c + 0x00001a4f:string 'Julian (Katherine) //' + 34. 0x0000147b:RKEY I1268 0x000016f7:offset 0x00000272 + 0x00001a65:string 'Joan of_Acre //' + 35. 0x00001483:RKEY I1287 0x000016fb:offset 0x00000282 + 0x00001a75:string 'John //' + 36. 0x0000148b:RKEY I1327 0x000016ff:offset 0x0000028b + 0x00001a7e:string 'Jacquetta of_Luxembourg //' + 37. 0x00001493:RKEY I1329 0x00001703:offset 0x000002a6 + 0x00001a99:string 'John Beaufort //' + 38. 0x0000149b:RKEY I1331 0x00001707:offset 0x000002b7 + 0x00001aaa:string 'Joan Beaufort //' + 39. 0x000014a3:RKEY I1364 0x0000170b:offset 0x000002c8 + 0x00001abb:string 'John Lackland //' + 40. 0x000014ab:RKEY I1368 0x0000170f:offset 0x000002d9 + 0x00001acc:string 'Joan //' + 41. 0x000014b3:RKEY I1410 0x00001713:offset 0x000002e2 + 0x00001ad5:string 'Joan //' + 42. 0x000014bb:RKEY I1463 0x00001717:offset 0x000002eb + 0x00001ade:string 'James_I //' + 43. 0x000014c3:RKEY I1466 0x0000171b:offset 0x000002f7 + 0x00001aea:string 'James_II //' + 44. 0x000014cb:RKEY I1468 0x0000171f:offset 0x00000304 + 0x00001af7:string 'John //' + 45. 0x000014d3:RKEY I1471 0x00001723:offset 0x0000030d + 0x00001b00:string 'John //' + 46. 0x000014db:RKEY I1484 0x00001727:offset 0x00000316 + 0x00001b09:string 'John //' + 47. 0x000014e3:RKEY I1503 0x0000172b:offset 0x0000031f + 0x00001b12:string 'John_I //' + 48. 0x000014eb:RKEY I1528 0x0000172f:offset 0x0000032a + 0x00001b1d:string 'Judith of_Brittany //' + 49. 0x000014f3:RKEY I1586 0x00001733:offset 0x00000340 + 0x00001b33:string 'John of_Dreux //' + 50. 0x000014fb:RKEY I1590 0x00001737:offset 0x00000351 + 0x00001b44:string 'John_II //' + 51. 0x00001503:RKEY I1591 0x0000173b:offset 0x0000035d + 0x00001b50:string 'John_I //' + 52. 0x0000150b:RKEY I1597 0x0000173f:offset 0x00000368 + 0x00001b5b:string 'Jacqueline of_Holland //' + 53. 0x00001513:RKEY I1601 0x00001743:offset 0x00000381 + 0x00001b74:string 'Joan of_Navarre //' + 54. 0x0000151b:RKEY I1611 0x00001747:offset 0x00000394 + 0x00001b87:string 'Joachim //' + 55. 0x00001523:RKEY I1619 0x0000174b:offset 0x000003a0 + 0x00001b93:string 'Juliana Maria //' + 56. 0x0000152b:RKEY I1694 0x0000174f:offset 0x000003b1 + 0x00001ba4:string 'John Frederick of_Brandenburg-//' + 57. 0x00001533:RKEY I1714 0x00001753:offset 0x000003d2 + 0x00001bc5:string 'James //' + 58. 0x0000153b:RKEY I1821 0x00001757:offset 0x000003dc + 0x00001bcf:string 'Jean //' + 59. 0x00001543:RKEY I1848 0x0000175b:offset 0x000003e5 + 0x00001bd8:string 'John de_Warenne //' + 60. 0x0000154b:RKEY I1901 0x0000175f:offset 0x000003f8 + 0x00001beb:string 'John //' + 61. 0x00001553:RKEY I1970 0x00001763:offset 0x00000401 + 0x00001bf4:string 'Judith //' + 62. 0x0000155b:RKEY I2067 0x00001767:offset 0x0000040c + 0x00001bff:string 'John_I (Juan) //' + 63. 0x00001563:RKEY I2072 0x0000176b:offset 0x0000041d + 0x00001c10:string 'Joan //' + 64. 0x0000156b:RKEY I2100 0x0000176f:offset 0x00000426 + 0x00001c19:string 'Joanna the_Mad (Juana)//' + 65. 0x00001573:RKEY I2145 0x00001773:offset 0x0000043f + 0x00001c32:string 'James Waldegrave_2nd //' + 66. 0x0000157b:RKEY I2274 0x00001777:offset 0x00000457 + 0x00001c4a:string 'Joachim Frederick of_Brandenburg//' + 67. 0x00001583:RKEY I2300 0x0000177b:offset 0x0000047a + 0x00001c6d:string 'John //' + 68. 0x0000158b:RKEY I2429 0x0000177f:offset 0x00000483 + 0x00001c76:string 'Joseph Ferdinand //' + 69. 0x00001593:RKEY I2430 0x00001783:offset 0x00000497 + 0x00001c8a:string 'Joseph_I //' + 70. 0x0000159b:RKEY I2434 0x00001787:offset 0x000004a4 + 0x00001c97:string 'Joseph_II //' + 71. 0x000015a3:RKEY I2442 0x0000178b:offset 0x000004b2 + 0x00001ca5:string 'John_II (Juan_II) //' + 72. 0x000015ab:RKEY I2450 0x0000178f:offset 0x000004c7 + 0x00001cba:string 'Joseph of_Austria //' + 73. 0x000015b3:RKEY I2466 0x00001793:offset 0x000004dc + 0x00001ccf:string 'John_I //' + 74. 0x000015bb:RKEY I2486 0x00001797:offset 0x000004e7 + 0x00001cda:string 'Joan of_Navarre //' + 75. 0x000015c3:RKEY I2490 0x0000179b:offset 0x000004fa + 0x00001ced:string 'Joan of_Burgundy //' + 76. 0x000015cb:RKEY I2493 0x0000179f:offset 0x0000050e + 0x00001d01:string 'Joan of_Evreux //' + 77. 0x000015d3:RKEY I2496 0x000017a3:offset 0x00000520 + 0x00001d13:string 'Joan of_Burgundy //' + 78. 0x000015db:RKEY I2498 0x000017a7:offset 0x00000534 + 0x00001d27:string 'John_II the_Good //' + 79. 0x000015e3:RKEY I2500 0x000017ab:offset 0x00000548 + 0x00001d3b:string 'Joan of_Bourbon //' + 80. 0x000015eb:RKEY I2520 0x000017af:offset 0x0000055b + 0x00001d4e:string 'Joan of_Valois //' + 81. 0x000015f3:RKEY I2525 0x000017b3:offset 0x0000056d + 0x00001d60:string 'John of_Valois //' + 82. 0x000015fb:RKEY I2547 0x000017b7:offset 0x0000057f + 0x00001d72:string 'Joan of_Valois //' + 83. 0x00001603:RKEY I2559 0x000017bb:offset 0x00000591 + 0x00001d84:string 'Judith of_Bavaria //' + 84. 0x0000160b:RKEY I2579 0x000017bf:offset 0x000005a6 + 0x00001d99:string 'Judith //' + 85. 0x00001613:RKEY I2620 0x000017c3:offset 0x000005b1 + 0x00001da4:string 'Joan of_Boulogne //' + 86. 0x0000161b:RKEY I2625 0x000017c7:offset 0x000005c5 + 0x00001db8:string 'Josephine of_Lichtenberg //' + 87. 0x00001623:RKEY I2631 0x000017cb:offset 0x000005e1 + 0x00001dd4:string 'Joanna //' + 88. 0x0000162b:RKEY I2692 0x000017cf:offset 0x000005ec + 0x00001ddf:string 'Joanna //' + 89. 0x00001633:RKEY I2694 0x000017d3:offset 0x000005f7 + 0x00001dea:string 'John of_Brandenburg //' + 90. 0x0000163b:RKEY I2716 0x000017d7:offset 0x0000060e + 0x00001e01:string 'James Patrick //' + 91. 0x00001643:RKEY I2717 0x000017db:offset 0x0000061f + 0x00001e12:string 'Johann Georg of_Hohenzollern//' + 92. 0x0000164b:RKEY I2747 0x000017df:offset 0x0000063e + 0x00001e31:string 'Jan //' + 93. 0x00001653:RKEY I2867 0x000017e3:offset 0x00000646 + 0x00001e39:string 'James //' + 94. 0x0000165b:RKEY I2868 0x000017e7:offset 0x00000650 + 0x00001e43:string 'John //' + 95. 0x00001663:RKEY I2889 0x000017eb:offset 0x00000659 + 0x00001e4c:string 'John //' + 96. 0x0000166b:RKEY I2975 0x000017ef:offset 0x00000662 + 0x00001e55:string 'Julie //' + Assembled data for NJZ999 + 1. I18 name John Alexander // + 2. I198 name Jeanne d'Albret of_France// + 3. I355 name Joseph of_Saxe- Altenburg// + 4. I425 name Joachim // + 5. I435 name Juan Carlos // + 6. I530 name Joanna of_Austria // + 7. I586 name Jean of_Luxembourg // + 8. I591 name James // + 9. I611 name Johann Georg_II of_Anhalt-Dessau// + 10. I659 name Juliana of_Netherlands // + 11. I684 name Joseph of_Austria // + 12. I710 name James of_Cambridge // + 13. I753 name John_IV the_Fortunate // + 14. I803 name John_Charles of_Buccleuch VII// + 15. I834 name James_IV // + 16. I835 name James_V // + 17. I854 name John_III // + 18. I939 name Joachim // + 19. I1103 name Josephine of_Belgium // + 20. I1105 name Josephine of_Baden // + 21. I1117 name Josephine (twin) // + 22. I1123 name Josephine Charlotte // + 23. I1125 name Jean of_Luxembourg // + 24. I1209 name John Friso // + 25. I1225 name John // + 26. I1233 name Joan (Joanna) // + 27. I1236 name John of_Gaunt // + 28. I1252 name James_III // + 29. I1256 name John of_Eltham // + 30. I1258 name Joan of_the_Tower // + 31. I1264 name Joan // + 32. I1265 name John // + 33. I1267 name Julian (Katherine) // + 34. I1268 name Joan of_Acre // + 35. I1287 name John // + 36. I1327 name Jacquetta of_Luxembourg // + 37. I1329 name John Beaufort // + 38. I1331 name Joan Beaufort // + 39. I1364 name John Lackland // + 40. I1368 name Joan // + 41. I1410 name Joan // + 42. I1463 name James_I // + 43. I1466 name James_II // + 44. I1468 name John // + 45. I1471 name John // + 46. I1484 name John // + 47. I1503 name John_I // + 48. I1528 name Judith of_Brittany // + 49. I1586 name John of_Dreux // + 50. I1590 name John_II // + 51. I1591 name John_I // + 52. I1597 name Jacqueline of_Holland // + 53. I1601 name Joan of_Navarre // + 54. I1611 name Joachim // + 55. I1619 name Juliana Maria // + 56. I1694 name John Frederick of_Brandenburg-// + 57. I1714 name James // + 58. I1821 name Jean // + 59. I1848 name John de_Warenne // + 60. I1901 name John // + 61. I1970 name Judith // + 62. I2067 name John_I (Juan) // + 63. I2072 name Joan // + 64. I2100 name Joanna the_Mad (Juana)// + 65. I2145 name James Waldegrave_2nd // + 66. I2274 name Joachim Frederick of_Brandenburg// + 67. I2300 name John // + 68. I2429 name Joseph Ferdinand // + 69. I2430 name Joseph_I // + 70. I2434 name Joseph_II // + 71. I2442 name John_II (Juan_II) // + 72. I2450 name Joseph of_Austria // + 73. I2466 name John_I // + 74. I2486 name Joan of_Navarre // + 75. I2490 name Joan of_Burgundy // + 76. I2493 name Joan of_Evreux // + 77. I2496 name Joan of_Burgundy // + 78. I2498 name John_II the_Good // + 79. I2500 name Joan of_Bourbon // + 80. I2520 name Joan of_Valois // + 81. I2525 name John of_Valois // + 82. I2547 name Joan of_Valois // + 83. I2559 name Judith of_Bavaria // + 84. I2579 name Judith // + 85. I2620 name Joan of_Boulogne // + 86. I2625 name Josephine of_Lichtenberg // + 87. I2631 name Joanna // + 88. I2692 name Joanna // + 89. I2694 name John of_Brandenburg // + 90. I2716 name James Patrick // + 91. I2717 name Johann Georg of_Hohenzollern// + 92. I2747 name Jan // + 93. I2867 name James // + 94. I2868 name John // + 95. I2889 name John // + 96. I2975 name Julie // +[0015] Name rkey: NKB260 offs: 0x00000e5f lens: 0x00000021 + 0x00001e5f: Ncount 1 + Keys and string offsets, strings + 1. 0x00001e63:RKEY I916 0x00001e6b:offset 0x00000000 + 0x00001e6f:string 'Karl /Bauscher/' + Assembled data for NKB260 + 1. I916 name Karl /Bauscher/ +[0016] Name rkey: NKC623 offs: 0x00000e80 lens: 0x00000025 + 0x00001e80: Ncount 1 + Keys and string offsets, strings + 1. 0x00001e84:RKEY I1715 0x00001e8c:offset 0x00000000 + 0x00001e90:string 'Kathleen /Crichton/' + Assembled data for NKC623 + 1. I1715 name Kathleen /Crichton/ +[0017] Name rkey: NKF612 offs: 0x00000ea5 lens: 0x00000029 + 0x00001ea5: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ea9:RKEY I800 0x00001eb1:offset 0x00000000 + 0x00001eb5:string 'Katherine Scott /Forbes/' + Assembled data for NKF612 + 1. I800 name Katherine Scott /Forbes/ +[0018] Name rkey: NKG620 offs: 0x00000ece lens: 0x00000025 + 0x00001ece: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ed2:RKEY I884 0x00001eda:offset 0x00000000 + 0x00001ede:string 'Katarina K. /George/' + Assembled data for NKG620 + 1. I884 name Katarina K. /George/ +[0019] Name rkey: NKK320 offs: 0x00000ef3 lens: 0x0000001f + 0x00001ef3: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ef7:RKEY I2757 0x00001eff:offset 0x00000000 + 0x00001f03:string 'Karin /Kautz/' + Assembled data for NKK320 + 1. I2757 name Karin /Kautz/ +[0020] Name rkey: NKM241 offs: 0x00000f12 lens: 0x00000026 + 0x00001f12: Ncount 1 + Keys and string offsets, strings + 1. 0x00001f16:RKEY I2261 0x00001f1e:offset 0x00000000 + 0x00001f22:string 'Kenneth_I /MacAlpin/' + Assembled data for NKM241 + 1. I2261 name Kenneth_I /MacAlpin/ +[0021] Name rkey: NKN215 offs: 0x00000f38 lens: 0x0000002d + 0x00001f38: Ncount 1 + Keys and string offsets, strings + 1. 0x00001f3c:RKEY I2736 0x00001f44:offset 0x00000000 + 0x00001f48:string 'Karin Emma Louise/Nissvandt/' + Assembled data for NKN215 + 1. I2736 name Karin Emma Louise/Nissvandt/ +[0022] Name rkey: NKR142 offs: 0x00000f65 lens: 0x00000026 + 0x00001f65: Ncount 1 + Keys and string offsets, strings + 1. 0x00001f69:RKEY I2739 0x00001f71:offset 0x00000000 + 0x00001f75:string 'Kristine /Rivelsrud/' + Assembled data for NKR142 + 1. I2739 name Kristine /Rivelsrud/ +[0023] Name rkey: NKR551 offs: 0x00000f8b lens: 0x00000026 + 0x00001f8b: Ncount 1 + Keys and string offsets, strings + 1. 0x00001f8f:RKEY I1298 0x00001f97:offset 0x00000000 + 0x00001f9b:string 'Konstantin /Romanov/' + Assembled data for NKR551 + 1. I1298 name Konstantin /Romanov/ +[0024] Name rkey: NKS560 offs: 0x00000fb1 lens: 0x00000025 + 0x00001fb1: Ncount 1 + Keys and string offsets, strings + 1. 0x00001fb5:RKEY I1713 0x00001fbd:offset 0x00000000 + 0x00001fc1:string 'Katharine /Seymour/' + Assembled data for NKS560 + 1. I1713 name Katharine /Seymour/ +[0025] Name rkey: NKT360 offs: 0x00000fd6 lens: 0x00000023 + 0x00001fd6: Ncount 1 + Keys and string offsets, strings + 1. 0x00001fda:RKEY I832 0x00001fe2:offset 0x00000000 + 0x00001fe6:string 'Katherine /Tudor/' + Assembled data for NKT360 + 1. I832 name Katherine /Tudor/ +[0026] Name rkey: NKW624 offs: 0x00000ff9 lens: 0x00000025 + 0x00001ff9: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ffd:RKEY I111 0x00002005:offset 0x00000000 + 0x00002009:string 'Katharine /Worsley/' + Assembled data for NKW624 + 1. I111 name Katharine /Worsley/ +[0027] Name rkey: NKZ999 offs: 0x0000101e lens: 0x00000270 + 0x0000201e: Ncount 21 + Keys and string offsets, strings + 1. 0x00002022:RKEY I528 0x000020ca:offset 0x00000000 + 0x0000211e:string 'Kira of_Russia //' + 2. 0x0000202a:RKEY I621 0x000020ce:offset 0x00000012 + 0x00002130:string 'Karl Friedrich of_Baden//' + 3. 0x00002032:RKEY I623 0x000020d2:offset 0x0000002c + 0x0000214a:string 'Karl Ludwig of_Baden//' + 4. 0x0000203a:RKEY I625 0x000020d6:offset 0x00000043 + 0x00002161:string 'Karl of_Baden //' + 5. 0x00002042:RKEY I643 0x000020da:offset 0x00000054 + 0x00002172:string 'Karl_I of_Austria //' + 6. 0x0000204a:RKEY I646 0x000020de:offset 0x00000069 + 0x00002187:string 'Karl Ludwig //' + 7. 0x00002052:RKEY I678 0x000020e2:offset 0x00000078 + 0x00002196:string 'Karl of_Austria //' + 8. 0x0000205a:RKEY I680 0x000020e6:offset 0x0000008b + 0x000021a9:string 'Karl Ferdinand //' + 9. 0x00002062:RKEY I890 0x000020ea:offset 0x0000009d + 0x000021bb:string 'Kira Melita of_Leiningen//' + 10. 0x0000206a:RKEY I902 0x000020ee:offset 0x000000b8 + 0x000021d6:string 'Karl of_Leiningen //' + 11. 0x00002072:RKEY I904 0x000020f2:offset 0x000000cd + 0x000021eb:string 'Karl of_Leiningen //' + 12. 0x0000207a:RKEY I910 0x000020f6:offset 0x000000e2 + 0x00002200:string 'Karl //' + 13. 0x00002082:RKEY I1197 0x000020fa:offset 0x000000eb + 0x00002209:string 'Karl Theodor "Gackl"//' + 14. 0x0000208a:RKEY I1288 0x000020fe:offset 0x00000102 + 0x00002220:string 'Katherine //' + 15. 0x00002092:RKEY I1671 0x00002102:offset 0x00000110 + 0x0000222e:string 'Knud //' + 16. 0x0000209a:RKEY I1962 0x00002106:offset 0x00000119 + 0x00002237:string 'Kathryn //' + 17. 0x000020a2:RKEY I2065 0x0000210a:offset 0x00000125 + 0x00002243:string 'Katherine //' + 18. 0x000020aa:RKEY I2152 0x0000210e:offset 0x00000133 + 0x00002251:string 'Katharine Fraser //' + 19. 0x000020b2:RKEY I2249 0x00002112:offset 0x00000147 + 0x00002265:string 'Kenneth_II //' + 20. 0x000020ba:RKEY I2254 0x00002116:offset 0x00000156 + 0x00002274:string 'Kenneth_III //' + 21. 0x000020c2:RKEY I2963 0x0000211a:offset 0x00000166 + 0x00002284:string 'Kitty //' + Assembled data for NKZ999 + 1. I528 name Kira of_Russia // + 2. I621 name Karl Friedrich of_Baden// + 3. I623 name Karl Ludwig of_Baden// + 4. I625 name Karl of_Baden // + 5. I643 name Karl_I of_Austria // + 6. I646 name Karl Ludwig // + 7. I678 name Karl of_Austria // + 8. I680 name Karl Ferdinand // + 9. I890 name Kira Melita of_Leiningen// + 10. I902 name Karl of_Leiningen // + 11. I904 name Karl of_Leiningen // + 12. I910 name Karl // + 13. I1197 name Karl Theodor "Gackl"// + 14. I1288 name Katherine // + 15. I1671 name Knud // + 16. I1962 name Kathryn // + 17. I2065 name Katherine // + 18. I2152 name Katharine Fraser // + 19. I2249 name Kenneth_II // + 20. I2254 name Kenneth_III // + 21. I2963 name Kitty // +[0028] Name rkey: NLB434 offs: 0x0000128e lens: 0x00000030 + 0x0000228e: Ncount 1 + Keys and string offsets, strings + 1. 0x00002292:RKEY I401 0x0000229a:offset 0x00000000 + 0x0000229e:string 'Louisa Emily Charlotte/Bulteel/' + Assembled data for NLB434 + 1. I401 name Louisa Emily Charlotte/Bulteel/ +[0029] Name rkey: NLB500 offs: 0x000012be lens: 0x00000020 + 0x000022be: Ncount 1 + Keys and string offsets, strings + 1. 0x000022c2:RKEY I885 0x000022ca:offset 0x00000000 + 0x000022ce:string 'Linda /Bonney/' + Assembled data for NLB500 + 1. I885 name Linda /Bonney/ +[0030] Name rkey: NLB525 offs: 0x000012de lens: 0x00000023 + 0x000022de: Ncount 1 + Keys and string offsets, strings + 1. 0x000022e2:RKEY I782 0x000022ea:offset 0x00000000 + 0x000022ee:string 'Lavinia /Bingham/' + Assembled data for NLB525 + 1. I782 name Lavinia /Bingham/ +[0031] Name rkey: NLD120 offs: 0x00001301 lens: 0x0000002d + 0x00002301: Ncount 1 + Keys and string offsets, strings + 1. 0x00002305:RKEY I2731 0x0000230d:offset 0x00000000 + 0x00002311:string 'Lilian May of_Sweden/Davies/' + Assembled data for NLD120 + 1. I2731 name Lilian May of_Sweden/Davies/ +[0032] Name rkey: NLD225 offs: 0x0000132e lens: 0x00000028 + 0x0000232e: Ncount 1 + Keys and string offsets, strings + 1. 0x00002332:RKEY I754 0x0000233a:offset 0x00000000 + 0x0000233e:string 'Luiza Maria /de_Guzman/' + Assembled data for NLD225 + 1. I754 name Luiza Maria /de_Guzman/ +[0033] Name rkey: NLF420 offs: 0x00001356 lens: 0x00000026 + 0x00002356: Ncount 1 + Keys and string offsets, strings + 1. 0x0000235a:RKEY I808 0x00002362:offset 0x00000000 + 0x00002366:string 'Laura Jane /Fellowes/' + Assembled data for NLF420 + 1. I808 name Laura Jane /Fellowes/ +[0034] Name rkey: NLG522 offs: 0x0000137c lens: 0x00000030 + 0x0000237c: Ncount 1 + Keys and string offsets, strings + 1. 0x00002380:RKEY I2638 0x00002388:offset 0x00000000 + 0x0000238c:string 'Louis de_la_Torre /Gomez-Acebo/' + Assembled data for NLG522 + 1. I2638 name Louis de_la_Torre /Gomez-Acebo/ +[0035] Name rkey: NLH516 offs: 0x000013ac lens: 0x00000069 + 0x000023ac: Ncount 3 + Keys and string offsets, strings + 1. 0x000023b0:RKEY I331 0x000023c8:offset 0x00000000 + 0x000023d4:string 'Louisa /Hanover/' + 2. 0x000023b8:RKEY I338 0x000023cc:offset 0x00000012 + 0x000023e6:string 'Louisa Anne /Hanover/' + 3. 0x000023c0:RKEY I1041 0x000023d0:offset 0x00000028 + 0x000023fc:string 'Ludwig Rudolph /Hanover/' + Assembled data for NLH516 + 1. I331 name Louisa /Hanover/ + 2. I338 name Louisa Anne /Hanover/ + 3. I1041 name Ludwig Rudolph /Hanover/ +[0036] Name rkey: NLH524 offs: 0x00001415 lens: 0x00000037 + 0x00002415: Ncount 1 + Keys and string offsets, strings + 1. 0x00002419:RKEY I1099 0x00002421:offset 0x00000000 + 0x00002425:string 'Leopold of_Hohenzollern /Hohenzollern/' + Assembled data for NLH524 + 1. I1099 name Leopold of_Hohenzollern /Hohenzollern/ +[0037] Name rkey: NLH543 offs: 0x0000144c lens: 0x00000023 + 0x0000244c: Ncount 1 + Keys and string offsets, strings + 1. 0x00002450:RKEY I2945 0x00002458:offset 0x00000000 + 0x0000245c:string 'Louisa /Hamilton/' + Assembled data for NLH543 + 1. I2945 name Louisa /Hamilton/ +[0038] Name rkey: NLK542 offs: 0x0000146f lens: 0x00000023 + 0x0000246f: Ncount 1 + Keys and string offsets, strings + 1. 0x00002473:RKEY I2331 0x0000247b:offset 0x00000000 + 0x0000247f:string 'Lettice /Knollys/' + Assembled data for NLK542 + 1. I2331 name Lettice /Knollys/ +[0039] Name rkey: NLK600 offs: 0x00001492 lens: 0x0000001f + 0x00002492: Ncount 1 + Keys and string offsets, strings + 1. 0x00002496:RKEY I1718 0x0000249e:offset 0x00000000 + 0x000024a2:string 'Louisa /Kerr/' + Assembled data for NLK600 + 1. I1718 name Louisa /Kerr/ +[0040] Name rkey: NLL531 offs: 0x000014b1 lens: 0x00000023 + 0x000024b1: Ncount 1 + Keys and string offsets, strings + 1. 0x000024b5:RKEY I2663 0x000024bd:offset 0x00000000 + 0x000024c1:string 'Leonti /Leontiev/' + Assembled data for NLL531 + 1. I2663 name Leonti /Leontiev/ +[0041] Name rkey: NLL532 offs: 0x000014d4 lens: 0x00000025 + 0x000024d4: Ncount 1 + Keys and string offsets, strings + 1. 0x000024d8:RKEY I2977 0x000024e0:offset 0x00000000 + 0x000024e4:string 'Lucy /Lindsay-Hogg/' + Assembled data for NLL532 + 1. I2977 name Lucy /Lindsay-Hogg/ +[0042] Name rkey: NLM531 offs: 0x000014f9 lens: 0x00000058 + 0x000024f9: Ncount 2 + Keys and string offsets, strings + 1. 0x000024fd:RKEY I103 0x0000250d:offset 0x00000000 + 0x00002515:string 'Louis of_Burma /Mountbatten/' + 2. 0x00002505:RKEY I238 0x00002511:offset 0x0000001d + 0x00002532:string 'Louise Alexandra /Mountbatten/' + Assembled data for NLM531 + 1. I103 name Louis of_Burma /Mountbatten/ + 2. I238 name Louise Alexandra /Mountbatten/ +[0043] Name rkey: NLM635 offs: 0x00001551 lens: 0x00000024 + 0x00002551: Ncount 1 + Keys and string offsets, strings + 1. 0x00002555:RKEY I756 0x0000255d:offset 0x00000000 + 0x00002561:string 'Laura /Mortinozzi/' + Assembled data for NLM635 + 1. I756 name Laura /Mortinozzi/ +[0044] Name rkey: NLR240 offs: 0x00001575 lens: 0x00000026 + 0x00002575: Ncount 1 + Keys and string offsets, strings + 1. 0x00002579:RKEY I787 0x00002581:offset 0x00000000 + 0x00002585:string 'Louisa Jane /Russell/' + Assembled data for NLR240 + 1. I787 name Louisa Jane /Russell/ +[0045] Name rkey: NLR252 offs: 0x0000159b lens: 0x00000024 + 0x0000259b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000259f:RKEY I1652 0x000025a7:offset 0x00000000 + 0x000025ab:string 'Louise /Rasmussen/' + Assembled data for NLR252 + 1. I1652 name Louise /Rasmussen/ +[0046] Name rkey: NLS362 offs: 0x000015bf lens: 0x00000024 + 0x000025bf: Ncount 1 + Keys and string offsets, strings + 1. 0x000025c3:RKEY I2658 0x000025cb:offset 0x00000000 + 0x000025cf:string 'Lucas /Streshniev/' + Assembled data for NLS362 + 1. I2658 name Lucas /Streshniev/ +[0047] Name rkey: NLS363 offs: 0x000015e3 lens: 0x00000056 + 0x000025e3: Ncount 2 + Keys and string offsets, strings + 1. 0x000025e7:RKEY I720 0x000025f7:offset 0x00000000 + 0x000025ff:string 'Louisa Maria Theresa/Stuart/' + 2. 0x000025ef:RKEY I2391 0x000025fb:offset 0x0000001d + 0x0000261c:string 'Ludovic of_Richmond /Stuart/' + Assembled data for NLS363 + 1. I720 name Louisa Maria Theresa/Stuart/ + 2. I2391 name Ludovic of_Richmond /Stuart/ +[0048] Name rkey: NLV561 offs: 0x00001639 lens: 0x00000024 + 0x00002639: Ncount 1 + Keys and string offsets, strings + 1. 0x0000263d:RKEY I2785 0x00002645:offset 0x00000000 + 0x00002649:string 'Louise /von_Arbin/' + Assembled data for NLV561 + 1. I2785 name Louise /von_Arbin/ +[0049] Name rkey: NLW342 offs: 0x0000165d lens: 0x0000009f + 0x0000265d: Ncount 4 + Keys and string offsets, strings + 1. 0x00002661:RKEY I688 0x00002681:offset 0x00000000 + 0x00002691:string 'Ludwig_III /Wittelsbach/' + 2. 0x00002669:RKEY I1138 0x00002685:offset 0x0000001a + 0x000026ab:string 'Ludwig_I /Wittelsbach/' + 3. 0x00002671:RKEY I1145 0x00002689:offset 0x00000032 + 0x000026c3:string 'Ludwig_II /Wittelsbach/' + 4. 0x00002679:RKEY I1158 0x0000268d:offset 0x0000004b + 0x000026dc:string 'Ludovica (Louise) /Wittelsbach/' + Assembled data for NLW342 + 1. I688 name Ludwig_III /Wittelsbach/ + 2. I1138 name Ludwig_I /Wittelsbach/ + 3. I1145 name Ludwig_II /Wittelsbach/ + 4. I1158 name Ludovica (Louise) /Wittelsbach/ +[0050] Name rkey: NLZ999 offs: 0x000016fc lens: 0x00000ed1 + 0x000026fc: Ncount 117 + Keys and string offsets, strings + 1. 0x00002700:RKEY I8 0x00002aa8:offset 0x00000000 + 0x00002c7c:string 'Louise Caroline Alberta//' + 2. 0x00002708:RKEY I10 0x00002aac:offset 0x0000001a + 0x00002c96:string 'Leopold George Duncan//' + 3. 0x00002710:RKEY I15 0x00002ab0:offset 0x00000032 + 0x00002cae:string 'Louise Victoria Alexandra//' + 4. 0x00002718:RKEY I22 0x00002ab4:offset 0x0000004e + 0x00002cca:string 'Louis_IV of_Hesse //' + 5. 0x00002720:RKEY I28 0x00002ab8:offset 0x00000063 + 0x00002cdf:string 'Leopold //' + 6. 0x00002728:RKEY I100 0x00002abc:offset 0x0000006f + 0x00002ceb:string 'Louis of_Battenberg //' + 7. 0x00002730:RKEY I120 0x00002ac0:offset 0x00000086 + 0x00002d02:string 'Louise Margaret of_Prussia//' + 8. 0x00002738:RKEY I140 0x00002ac4:offset 0x000000a3 + 0x00002d1f:string 'Louise of_Saxe-Coburg- Altenburg//' + 9. 0x00002740:RKEY I226 0x00002ac8:offset 0x000000c6 + 0x00002d42:string 'Louise of_Hesse-Cassel //' + 10. 0x00002748:RKEY I245 0x00002acc:offset 0x000000e0 + 0x00002d5c:string 'Louise Marie d'Orleans//' + 11. 0x00002750:RKEY I246 0x00002ad0:offset 0x000000f9 + 0x00002d75:string 'Ludwig_IX of_Hesse- Darmstadt//' + 12. 0x00002758:RKEY I299 0x00002ad4:offset 0x00000119 + 0x00002d95:string 'Louise Charlotte of_Denmark//' + 13. 0x00002760:RKEY I346 0x00002ad8:offset 0x00000137 + 0x00002db3:string 'Louise Caroline of_Hesse-Cassel//' + 14. 0x00002768:RKEY I349 0x00002adc:offset 0x00000159 + 0x00002dd5:string 'Louis_II of_Hesse and_the_Rhine//' + 15. 0x00002770:RKEY I410 0x00002ae0:offset 0x0000017b + 0x00002df7:string 'Louise of_Mecklenburg- Strelitz//' + 16. 0x00002778:RKEY I428 0x00002ae4:offset 0x0000019d + 0x00002e19:string 'Louise //' + 17. 0x00002780:RKEY I462 0x00002ae8:offset 0x000001a8 + 0x00002e24:string 'Louis //' + 18. 0x00002788:RKEY I484 0x00002aec:offset 0x000001b2 + 0x00002e2e:string 'Ludwig of_Wurttemberg //' + 19. 0x00002790:RKEY I493 0x00002af0:offset 0x000001cb + 0x00002e47:string 'Louis_III of_Hesse //' + 20. 0x00002798:RKEY I520 0x00002af4:offset 0x000001e1 + 0x00002e5d:string 'Louis Ferdinand of_Prussia//' + 21. 0x000027a0:RKEY I529 0x00002af8:offset 0x000001fe + 0x00002e7a:string 'Louis_XIII //' + 22. 0x000027a8:RKEY I558 0x00002afc:offset 0x0000020d + 0x00002e89:string 'Louis //' + 23. 0x000027b0:RKEY I569 0x00002b00:offset 0x00000217 + 0x00002e93:string 'Louise of_Brunswick //' + 24. 0x000027b8:RKEY I589 0x00002b04:offset 0x0000022e + 0x00002eaa:string 'Leonide Bagration- Moukhransky//' + 25. 0x000027c0:RKEY I600 0x00002b08:offset 0x0000024f + 0x00002ecb:string 'Leopold_III //' + 26. 0x000027c8:RKEY I605 0x00002b0c:offset 0x0000025f + 0x00002edb:string 'Louise of_Sweden //' + 27. 0x000027d0:RKEY I613 0x00002b10:offset 0x00000273 + 0x00002eef:string 'Leopold_I of_Anhalt-Dessau //' + 28. 0x000027d8:RKEY I632 0x00002b14:offset 0x00000291 + 0x00002f0d:string 'Louis_II of_Monaco //' + 29. 0x000027e0:RKEY I663 0x00002b18:offset 0x000002a7 + 0x00002f23:string 'Leopold_II of_Anhalt-Dessau //' + 30. 0x000027e8:RKEY I672 0x00002b1c:offset 0x000002c6 + 0x00002f42:string 'Lajos Apponyi_de Nagy-Appony//' + 31. 0x000027f0:RKEY I677 0x00002b20:offset 0x000002e5 + 0x00002f61:string 'Leka_I of_Albania //' + 32. 0x000027f8:RKEY I724 0x00002b24:offset 0x000002fa + 0x00002f76:string 'Louise Maximilienne Caroline//' + 33. 0x00002800:RKEY I760 0x00002b28:offset 0x00000319 + 0x00002f95:string 'Louisa Eleonora of_Hohenlohe-//' + 34. 0x00002808:RKEY I824 0x00002b2c:offset 0x00000339 + 0x00002fb5:string 'Louise //' + 35. 0x00002810:RKEY I838 0x00002b30:offset 0x00000344 + 0x00002fc0:string 'Louis_XII //' + 36. 0x00002818:RKEY I894 0x00002b34:offset 0x00000352 + 0x00002fce:string 'Louis //' + 37. 0x00002820:RKEY I898 0x00002b38:offset 0x0000035c + 0x00002fd8:string 'Louis_XVIII //' + 38. 0x00002828:RKEY I924 0x00002b3c:offset 0x0000036c + 0x00002fe8:string 'Louis Ferdinand of_Prussia//' + 39. 0x00002830:RKEY I1028 0x00002b40:offset 0x00000389 + 0x00003005:string 'Louise //' + 40. 0x00002838:RKEY I1029 0x00002b44:offset 0x00000394 + 0x00003010:string 'Louisa of_Prussia //' + 41. 0x00002840:RKEY I1113 0x00002b48:offset 0x000003a9 + 0x00003025:string 'Louise of_Thurn and_Taxis//' + 42. 0x00002848:RKEY I1130 0x00002b4c:offset 0x000003c5 + 0x00003041:string 'Laurent //' + 43. 0x00002850:RKEY I1131 0x00002b50:offset 0x000003d1 + 0x0000304d:string 'Lorenz of_Austria-Este //' + 44. 0x00002858:RKEY I1150 0x00002b54:offset 0x000003eb + 0x00003067:string 'Luitpold //' + 45. 0x00002860:RKEY I1166 0x00002b58:offset 0x000003f8 + 0x00003074:string 'Louis Charles William//' + 46. 0x00002868:RKEY I1168 0x00002b5c:offset 0x00000410 + 0x0000308c:string 'Louise Ulrika //' + 47. 0x00002870:RKEY I1174 0x00002b60:offset 0x00000421 + 0x0000309d:string 'Louise //' + 48. 0x00002878:RKEY I1180 0x00002b64:offset 0x0000042c + 0x000030a8:string 'Leopold //' + 49. 0x00002880:RKEY I1183 0x00002b68:offset 0x00000438 + 0x000030b4:string 'Luitpold //' + 50. 0x00002888:RKEY I1194 0x00002b6c:offset 0x00000445 + 0x000030c1:string 'Ludwig //' + 51. 0x00002890:RKEY I1235 0x00002b70:offset 0x00000450 + 0x000030cc:string 'Lionel of_Antwerp //' + 52. 0x00002898:RKEY I1341 0x00002b74:offset 0x00000465 + 0x000030e1:string 'Louis_XIV //' + 53. 0x000028a0:RKEY I1409 0x00002b78:offset 0x00000473 + 0x000030ef:string 'Lennart Gustaf Nicholas//' + 54. 0x000028a8:RKEY I1422 0x00002b7c:offset 0x0000048d + 0x00003109:string 'Louis_XV //' + 55. 0x000028b0:RKEY I1424 0x00002b80:offset 0x0000049a + 0x00003116:string 'Louis_XVI //' + 56. 0x000028b8:RKEY I1599 0x00002b84:offset 0x000004a8 + 0x00003124:string 'Ludwig_III //' + 57. 0x000028c0:RKEY I1623 0x00002b88:offset 0x000004b7 + 0x00003133:string 'Louise //' + 58. 0x000028c8:RKEY I1640 0x00002b8c:offset 0x000004c2 + 0x0000313e:string 'Louise //' + 59. 0x000028d0:RKEY I1653 0x00002b90:offset 0x000004cd + 0x00003149:string 'Louise Augusta //' + 60. 0x000028d8:RKEY I1657 0x00002b94:offset 0x000004df + 0x0000315b:string 'Louise //' + 61. 0x000028e0:RKEY I1659 0x00002b98:offset 0x000004ea + 0x00003166:string 'Louise Juliane //' + 62. 0x000028e8:RKEY I1696 0x00002b9c:offset 0x000004fc + 0x00003178:string 'Leopold_I George of_Saxe-Coburg//' + 63. 0x000028f0:RKEY I1697 0x00002ba0:offset 0x0000051e + 0x0000319a:string 'Leopold //' + 64. 0x000028f8:RKEY I1698 0x00002ba4:offset 0x0000052a + 0x000031a6:string 'Leopold_II //' + 65. 0x00002900:RKEY I1700 0x00002ba8:offset 0x00000539 + 0x000031b5:string 'Louis Joseph //' + 66. 0x00002908:RKEY I1701 0x00002bac:offset 0x00000549 + 0x000031c5:string 'Louis_XVII //' + 67. 0x00002910:RKEY I1734 0x00002bb0:offset 0x00000558 + 0x000031d4:string 'Lavinia Annaly //' + 68. 0x00002918:RKEY I1740 0x00002bb4:offset 0x0000056a + 0x000031e6:string 'Louis_IX (St._Louis) //' + 69. 0x00002920:RKEY I1741 0x00002bb8:offset 0x00000582 + 0x000031fe:string 'Louis_VIII the_Lion //' + 70. 0x00002928:RKEY I1797 0x00002bbc:offset 0x00000599 + 0x00003215:string 'Louis //' + 71. 0x00002930:RKEY I1817 0x00002bc0:offset 0x000005a3 + 0x0000321f:string 'Louise of_Savoy //' + 72. 0x00002938:RKEY I1869 0x00002bc4:offset 0x000005b6 + 0x00003232:string 'Louis_VII the_Younger //' + 73. 0x00002940:RKEY I1892 0x00002bc8:offset 0x000005cf + 0x0000324b:string 'Lucienne of_Rochefort //' + 74. 0x00002948:RKEY I1913 0x00002bcc:offset 0x000005e8 + 0x00003264:string 'Llywelyn Fawr the_Great//' + 75. 0x00002950:RKEY I1930 0x00002bd0:offset 0x00000602 + 0x0000327e:string 'Llywelyn Ap_Seisyll //' + 76. 0x00002958:RKEY I1961 0x00002bd4:offset 0x00000619 + 0x00003295:string 'Llywelyn Ap_Gruffydd //' + 77. 0x00002960:RKEY I2117 0x00002bd8:offset 0x00000631 + 0x000032ad:string 'Louisa Hollandine of_Maubisson//' + 78. 0x00002968:RKEY I2170 0x00002bdc:offset 0x00000652 + 0x000032ce:string 'Llywelyn //' + 79. 0x00002970:RKEY I2246 0x00002be0:offset 0x0000065f + 0x000032db:string 'Lulach //' + 80. 0x00002978:RKEY I2420 0x00002be4:offset 0x0000066a + 0x000032e6:string 'Leopold_I //' + 81. 0x00002980:RKEY I2423 0x00002be8:offset 0x00000678 + 0x000032f4:string 'Louis de_France //' + 82. 0x00002988:RKEY I2426 0x00002bec:offset 0x0000068b + 0x00003307:string 'Louis //' + 83. 0x00002990:RKEY I2452 0x00002bf0:offset 0x00000695 + 0x00003311:string 'Louis_VI the_Fat //' + 84. 0x00002998:RKEY I2464 0x00002bf4:offset 0x000006a9 + 0x00003325:string 'Louis_X the_Headstrong //' + 85. 0x000029a0:RKEY I2501 0x00002bf8:offset 0x000006c3 + 0x0000333f:string 'Louis of_Beaumont //' + 86. 0x000029a8:RKEY I2511 0x00002bfc:offset 0x000006d8 + 0x00003354:string 'Louis_Philippe_I //' + 87. 0x000029b0:RKEY I2513 0x00002c00:offset 0x000006ed + 0x00003369:string 'Louis-Philippe Joseph //' + 88. 0x000029b8:RKEY I2514 0x00002c04:offset 0x00000706 + 0x00003382:string 'Louise Adelaide de_Penthievre//' + 89. 0x000029c0:RKEY I2515 0x00002c08:offset 0x00000726 + 0x000033a2:string 'Louis-Philippe //' + 90. 0x000029c8:RKEY I2516 0x00002c0c:offset 0x00000739 + 0x000033b5:string 'Louis of_Orleans //' + 91. 0x000029d0:RKEY I2540 0x00002c10:offset 0x0000074d + 0x000033c9:string 'Louis_XI //' + 92. 0x000029d8:RKEY I2553 0x00002c14:offset 0x0000075a + 0x000033d6:string 'Louis_I the_Pious of_Aquitaine//' + 93. 0x000029e0:RKEY I2556 0x00002c18:offset 0x0000077b + 0x000033f7:string 'Luitgard //' + 94. 0x000029e8:RKEY I2560 0x00002c1c:offset 0x00000788 + 0x00003404:string 'Lothar_I //' + 95. 0x000029f0:RKEY I2563 0x00002c20:offset 0x00000795 + 0x00003411:string 'Louis_II the_German //' + 96. 0x000029f8:RKEY I2567 0x00002c24:offset 0x000007ac + 0x00003428:string 'Louis_II le_Jeune //' + 97. 0x00002a00:RKEY I2568 0x00002c28:offset 0x000007c1 + 0x0000343d:string 'Lothar_II of_Lorraine //' + 98. 0x00002a08:RKEY I2573 0x00002c2c:offset 0x000007da + 0x00003456:string 'Louis the_Young //' + 99. 0x00002a10:RKEY I2576 0x00002c30:offset 0x000007ed + 0x00003469:string 'Louis_II the_Stammerer //' + 100. 0x00002a18:RKEY I2581 0x00002c34:offset 0x00000807 + 0x00003483:string 'Louis_III //' + 101. 0x00002a20:RKEY I2589 0x00002c38:offset 0x00000815 + 0x00003491:string 'Louis_III the_Blind //' + 102. 0x00002a28:RKEY I2592 0x00002c3c:offset 0x0000082c + 0x000034a8:string 'Litwinde //' + 103. 0x00002a30:RKEY I2595 0x00002c40:offset 0x00000839 + 0x000034b5:string 'Louis_III the_Child //' + 104. 0x00002a38:RKEY I2604 0x00002c44:offset 0x00000850 + 0x000034cc:string 'Louis_IV d'Outre-Mer //' + 105. 0x00002a40:RKEY I2605 0x00002c48:offset 0x00000868 + 0x000034e4:string 'Lothar //' + 106. 0x00002a48:RKEY I2607 0x00002c4c:offset 0x00000873 + 0x000034ef:string 'Louis_V the_Coward //' + 107. 0x00002a50:RKEY I2617 0x00002c50:offset 0x00000889 + 0x00003505:string 'Louise of_Lorraine //' + 108. 0x00002a58:RKEY I2629 0x00002c54:offset 0x0000089f + 0x0000351b:string 'Louis //' + 109. 0x00002a60:RKEY I2637 0x00002c58:offset 0x000008a9 + 0x00003525:string 'Louise //' + 110. 0x00002a68:RKEY I2649 0x00002c5c:offset 0x000008b4 + 0x00003530:string 'Louis Ferdinand of_Bavaria//' + 111. 0x00002a70:RKEY I2697 0x00002c60:offset 0x000008d1 + 0x0000354d:string 'Louise //' + 112. 0x00002a78:RKEY I2816 0x00002c64:offset 0x000008dc + 0x00003558:string 'Louise //' + 113. 0x00002a80:RKEY I2850 0x00002c68:offset 0x000008e7 + 0x00003563:string 'Louise //' + 114. 0x00002a88:RKEY I2901 0x00002c6c:offset 0x000008f2 + 0x0000356e:string 'Louise //' + 115. 0x00002a90:RKEY I2911 0x00002c70:offset 0x000008fd + 0x00003579:string 'Louis_I of_Hesse-Darmst. //' + 116. 0x00002a98:RKEY I2912 0x00002c74:offset 0x00000919 + 0x00003595:string 'Louise of_Hesse-Darmst. //' + 117. 0x00002aa0:RKEY I2918 0x00002c78:offset 0x00000934 + 0x000035b0:string 'Leopold Joseph de_Lorraine//' + Assembled data for NLZ999 + 1. I8 name Louise Caroline Alberta// + 2. I10 name Leopold George Duncan// + 3. I15 name Louise Victoria Alexandra// + 4. I22 name Louis_IV of_Hesse // + 5. I28 name Leopold // + 6. I100 name Louis of_Battenberg // + 7. I120 name Louise Margaret of_Prussia// + 8. I140 name Louise of_Saxe-Coburg- Altenburg// + 9. I226 name Louise of_Hesse-Cassel // + 10. I245 name Louise Marie d'Orleans// + 11. I246 name Ludwig_IX of_Hesse- Darmstadt// + 12. I299 name Louise Charlotte of_Denmark// + 13. I346 name Louise Caroline of_Hesse-Cassel// + 14. I349 name Louis_II of_Hesse and_the_Rhine// + 15. I410 name Louise of_Mecklenburg- Strelitz// + 16. I428 name Louise // + 17. I462 name Louis // + 18. I484 name Ludwig of_Wurttemberg // + 19. I493 name Louis_III of_Hesse // + 20. I520 name Louis Ferdinand of_Prussia// + 21. I529 name Louis_XIII // + 22. I558 name Louis // + 23. I569 name Louise of_Brunswick // + 24. I589 name Leonide Bagration- Moukhransky// + 25. I600 name Leopold_III // + 26. I605 name Louise of_Sweden // + 27. I613 name Leopold_I of_Anhalt-Dessau // + 28. I632 name Louis_II of_Monaco // + 29. I663 name Leopold_II of_Anhalt-Dessau // + 30. I672 name Lajos Apponyi_de Nagy-Appony// + 31. I677 name Leka_I of_Albania // + 32. I724 name Louise Maximilienne Caroline// + 33. I760 name Louisa Eleonora of_Hohenlohe-// + 34. I824 name Louise // + 35. I838 name Louis_XII // + 36. I894 name Louis // + 37. I898 name Louis_XVIII // + 38. I924 name Louis Ferdinand of_Prussia// + 39. I1028 name Louise // + 40. I1029 name Louisa of_Prussia // + 41. I1113 name Louise of_Thurn and_Taxis// + 42. I1130 name Laurent // + 43. I1131 name Lorenz of_Austria-Este // + 44. I1150 name Luitpold // + 45. I1166 name Louis Charles William// + 46. I1168 name Louise Ulrika // + 47. I1174 name Louise // + 48. I1180 name Leopold // + 49. I1183 name Luitpold // + 50. I1194 name Ludwig // + 51. I1235 name Lionel of_Antwerp // + 52. I1341 name Louis_XIV // + 53. I1409 name Lennart Gustaf Nicholas// + 54. I1422 name Louis_XV // + 55. I1424 name Louis_XVI // + 56. I1599 name Ludwig_III // + 57. I1623 name Louise // + 58. I1640 name Louise // + 59. I1653 name Louise Augusta // + 60. I1657 name Louise // + 61. I1659 name Louise Juliane // + 62. I1696 name Leopold_I George of_Saxe-Coburg// + 63. I1697 name Leopold // + 64. I1698 name Leopold_II // + 65. I1700 name Louis Joseph // + 66. I1701 name Louis_XVII // + 67. I1734 name Lavinia Annaly // + 68. I1740 name Louis_IX (St._Louis) // + 69. I1741 name Louis_VIII the_Lion // + 70. I1797 name Louis // + 71. I1817 name Louise of_Savoy // + 72. I1869 name Louis_VII the_Younger // + 73. I1892 name Lucienne of_Rochefort // + 74. I1913 name Llywelyn Fawr the_Great// + 75. I1930 name Llywelyn Ap_Seisyll // + 76. I1961 name Llywelyn Ap_Gruffydd // + 77. I2117 name Louisa Hollandine of_Maubisson// + 78. I2170 name Llywelyn // + 79. I2246 name Lulach // + 80. I2420 name Leopold_I // + 81. I2423 name Louis de_France // + 82. I2426 name Louis // + 83. I2452 name Louis_VI the_Fat // + 84. I2464 name Louis_X the_Headstrong // + 85. I2501 name Louis of_Beaumont // + 86. I2511 name Louis_Philippe_I // + 87. I2513 name Louis-Philippe Joseph // + 88. I2514 name Louise Adelaide de_Penthievre// + 89. I2515 name Louis-Philippe // + 90. I2516 name Louis of_Orleans // + 91. I2540 name Louis_XI // + 92. I2553 name Louis_I the_Pious of_Aquitaine// + 93. I2556 name Luitgard // + 94. I2560 name Lothar_I // + 95. I2563 name Louis_II the_German // + 96. I2567 name Louis_II le_Jeune // + 97. I2568 name Lothar_II of_Lorraine // + 98. I2573 name Louis the_Young // + 99. I2576 name Louis_II the_Stammerer // + 100. I2581 name Louis_III // + 101. I2589 name Louis_III the_Blind // + 102. I2592 name Litwinde // + 103. I2595 name Louis_III the_Child // + 104. I2604 name Louis_IV d'Outre-Mer // + 105. I2605 name Lothar // + 106. I2607 name Louis_V the_Coward // + 107. I2617 name Louise of_Lorraine // + 108. I2629 name Louis // + 109. I2637 name Louise // + 110. I2649 name Louis Ferdinand of_Bavaria// + 111. I2697 name Louise // + 112. I2816 name Louise // + 113. I2850 name Louise // + 114. I2901 name Louise // + 115. I2911 name Louis_I of_Hesse-Darmst. // + 116. I2912 name Louise of_Hesse-Darmst. // + 117. I2918 name Leopold Joseph de_Lorraine// +[0051] Name rkey: NMA340 offs: 0x000025cd lens: 0x00000042 + 0x000035cd: Ncount 2 + Keys and string offsets, strings + 1. 0x000035d1:RKEY I2325 0x000035e1:offset 0x00000000 + 0x000035e9:string 'Margaret /Audley/' + 2. 0x000035d9:RKEY I2371 0x000035e5:offset 0x00000013 + 0x000035fc:string 'Margaret /Audley/' + Assembled data for NMA340 + 1. I2325 name Margaret /Audley/ + 2. I2371 name Margaret /Audley/ +[0052] Name rkey: NMA626 offs: 0x0000260f lens: 0x00000026 + 0x0000360f: Ncount 1 + Keys and string offsets, strings + 1. 0x00003613:RKEY I1066 0x0000361b:offset 0x00000000 + 0x0000361f:string 'Maria /Argyropoulos/' + Assembled data for NMA626 + 1. I1066 name Maria /Argyropoulos/ +[0053] Name rkey: NMB163 offs: 0x00002635 lens: 0x00000072 + 0x00003635: Ncount 3 + Keys and string offsets, strings + 1. 0x00003639:RKEY I1255 0x00003651:offset 0x00000000 + 0x0000365d:string 'Margaret of_Richmond /Beaufort/' + 2. 0x00003641:RKEY I2079 0x00003655:offset 0x00000020 + 0x0000367d:string 'Margaret /Beaufort/' + 3. 0x00003649:RKEY I2089 0x00003659:offset 0x00000035 + 0x00003692:string 'Margaret /Beaufort/' + Assembled data for NMB163 + 1. I1255 name Margaret of_Richmond /Beaufort/ + 2. I2079 name Margaret /Beaufort/ + 3. I2089 name Margaret /Beaufort/ +[0054] Name rkey: NMB200 offs: 0x000026a7 lens: 0x00000025 + 0x000036a7: Ncount 1 + Keys and string offsets, strings + 1. 0x000036ab:RKEY I188 0x000036b3:offset 0x00000000 + 0x000036b7:string 'Mary Eleanor /Bowes/' + Assembled data for NMB200 + 1. I188 name Mary Eleanor /Bowes/ +[0055] Name rkey: NMB245 offs: 0x000026cc lens: 0x00000052 + 0x000036cc: Ncount 2 + Keys and string offsets, strings + 1. 0x000036d0:RKEY I174 0x000036e0:offset 0x00000000 + 0x000036e8:string 'Mary Frances /Bowes-Lyon/' + 2. 0x000036d8:RKEY I180 0x000036e4:offset 0x0000001a + 0x00003702:string 'Michael Claude /Bowes-Lyon/' + Assembled data for NMB245 + 1. I174 name Mary Frances /Bowes-Lyon/ + 2. I180 name Michael Claude /Bowes-Lyon/ +[0056] Name rkey: NMB251 offs: 0x0000271e lens: 0x00000026 + 0x0000371e: Ncount 1 + Keys and string offsets, strings + 1. 0x00003722:RKEY I1336 0x0000372a:offset 0x00000000 + 0x0000372e:string 'Margaret /Beauchamp/' + Assembled data for NMB251 + 1. I1336 name Margaret /Beauchamp/ +[0057] Name rkey: NMB400 offs: 0x00002744 lens: 0x00000021 + 0x00003744: Ncount 1 + Keys and string offsets, strings + 1. 0x00003748:RKEY I2189 0x00003750:offset 0x00000000 + 0x00003754:string 'Michael /Boyle/' + Assembled data for NMB400 + 1. I2189 name Michael /Boyle/ +[0058] Name rkey: NMB420 offs: 0x00002765 lens: 0x00000025 + 0x00003765: Ncount 1 + Keys and string offsets, strings + 1. 0x00003769:RKEY I1132 0x00003771:offset 0x00000000 + 0x00003775:string 'Mary Liliane /Baels/' + Assembled data for NMB420 + 1. I1132 name Mary Liliane /Baels/ +[0059] Name rkey: NMB450 offs: 0x0000278a lens: 0x0000001f + 0x0000378a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000378e:RKEY I2339 0x00003796:offset 0x00000000 + 0x0000379a:string 'Mary /Boleyn/' + Assembled data for NMB450 + 1. I2339 name Mary /Boleyn/ +[0060] Name rkey: NMB620 offs: 0x000027a9 lens: 0x0000003d + 0x000037a9: Ncount 2 + Keys and string offsets, strings + 1. 0x000037ad:RKEY I1449 0x000037bd:offset 0x00000000 + 0x000037c5:string 'Margery /Bruce/' + 2. 0x000037b5:RKEY I2764 0x000037c1:offset 0x00000011 + 0x000037d6:string 'Maritta /Berg/' + Assembled data for NMB620 + 1. I1449 name Margery /Bruce/ + 2. I2764 name Maritta /Berg/ +[0061] Name rkey: NMB623 offs: 0x000027e6 lens: 0x00000025 + 0x000037e6: Ncount 1 + Keys and string offsets, strings + 1. 0x000037ea:RKEY I2793 0x000037f2:offset 0x00000000 + 0x000037f6:string 'Michael /Bergstrom/' + Assembled data for NMB623 + 1. I2793 name Michael /Bergstrom/ +[0062] Name rkey: NMB632 offs: 0x0000280b lens: 0x0000002b + 0x0000380b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000380f:RKEY I1607 0x00003817:offset 0x00000000 + 0x0000381b:string 'Margaret Alice /Bridgeman/' + Assembled data for NMB632 + 1. I1607 name Margaret Alice /Bridgeman/ +[0063] Name rkey: NMB652 offs: 0x00002836 lens: 0x00000023 + 0x00003836: Ncount 1 + Keys and string offsets, strings + 1. 0x0000383a:RKEY I397 0x00003842:offset 0x00000000 + 0x00003846:string 'Margaret /Baring/' + Assembled data for NMB652 + 1. I397 name Margaret /Baring/ +[0064] Name rkey: NMB653 offs: 0x00002859 lens: 0x00000022 + 0x00003859: Ncount 1 + Keys and string offsets, strings + 1. 0x0000385d:RKEY I2947 0x00003865:offset 0x00000000 + 0x00003869:string 'Margaret /Brand/' + Assembled data for NMB653 + 1. I2947 name Margaret /Brand/ +[0065] Name rkey: NMC100 offs: 0x0000287b lens: 0x00000021 + 0x0000387b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000387f:RKEY I2410 0x00003887:offset 0x00000000 + 0x0000388b:string 'Margaret /Cave/' + Assembled data for NMC100 + 1. I2410 name Margaret /Cave/ +[0066] Name rkey: NMC416 offs: 0x0000289c lens: 0x00000042 + 0x0000389c: Ncount 2 + Keys and string offsets, strings + 1. 0x000038a0:RKEY I1444 0x000038b0:offset 0x00000000 + 0x000038b8:string 'Maud /Clifford/' + 2. 0x000038a8:RKEY I2334 0x000038b4:offset 0x00000011 + 0x000038c9:string 'Margaret /Clifford/' + Assembled data for NMC416 + 1. I1444 name Maud /Clifford/ + 2. I2334 name Margaret /Clifford/ +[0067] Name rkey: NMC514 offs: 0x000028de lens: 0x0000002c + 0x000038de: Ncount 1 + Keys and string offsets, strings + 1. 0x000038e2:RKEY I464 0x000038ea:offset 0x00000000 + 0x000038ee:string 'Margaret /Campbell-Geddes/' + Assembled data for NMC514 + 1. I464 name Margaret /Campbell-Geddes/ +[0068] Name rkey: NMC615 offs: 0x0000290a lens: 0x00000022 + 0x0000390a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000390e:RKEY I185 0x00003916:offset 0x00000000 + 0x0000391a:string 'Mary /Carpenter/' + Assembled data for NMC615 + 1. I185 name Mary /Carpenter/ +[0069] Name rkey: NMC625 offs: 0x0000292c lens: 0x00000028 + 0x0000392c: Ncount 1 + Keys and string offsets, strings + 1. 0x00003930:RKEY I387 0x00003938:offset 0x00000000 + 0x0000393c:string 'Mary Anna /Curzon-Howe/' + Assembled data for NMC625 + 1. I387 name Mary Anna /Curzon-Howe/ +[0070] Name rkey: NMC630 offs: 0x00002954 lens: 0x00000021 + 0x00003954: Ncount 1 + Keys and string offsets, strings + 1. 0x00003958:RKEY I1498 0x00003960:offset 0x00000000 + 0x00003964:string 'Maud /Chaworth/' + Assembled data for NMC630 + 1. I1498 name Maud /Chaworth/ +[0071] Name rkey: NMC635 offs: 0x00002975 lens: 0x0000002b + 0x00003975: Ncount 1 + Keys and string offsets, strings + 1. 0x00003979:RKEY I383 0x00003981:offset 0x00000000 + 0x00003985:string 'Margaret Honoria /Curtain/' + Assembled data for NMC635 + 1. I383 name Margaret Honoria /Curtain/ +[0072] Name rkey: NMC652 offs: 0x000029a0 lens: 0x00000021 + 0x000039a0: Ncount 1 + Keys and string offsets, strings + 1. 0x000039a4:RKEY I952 0x000039ac:offset 0x00000000 + 0x000039b0:string 'Maud /Carnegie/' + Assembled data for NMC652 + 1. I952 name Maud /Carnegie/ +[0073] Name rkey: NMD150 offs: 0x000029c1 lens: 0x00000021 + 0x000039c1: Ncount 1 + Keys and string offsets, strings + 1. 0x000039c5:RKEY I1222 0x000039cd:offset 0x00000000 + 0x000039d1:string 'Mary /De_Bohun/' + Assembled data for NMD150 + 1. I1222 name Mary /De_Bohun/ +[0074] Name rkey: NMD242 offs: 0x000029e2 lens: 0x00000044 + 0x000039e2: Ncount 2 + Keys and string offsets, strings + 1. 0x000039e6:RKEY I1431 0x000039f6:offset 0x00000000 + 0x000039fe:string 'Margaret /Douglas/' + 2. 0x000039ee:RKEY I1493 0x000039fa:offset 0x00000014 + 0x00003a12:string 'Margaret /Douglas/' + Assembled data for NMD242 + 1. I1431 name Margaret /Douglas/ + 2. I1493 name Margaret /Douglas/ +[0075] Name rkey: NMD260 offs: 0x00002a26 lens: 0x00000048 + 0x00003a26: Ncount 2 + Keys and string offsets, strings + 1. 0x00003a2a:RKEY I2373 0x00003a3a:offset 0x00000000 + 0x00003a42:string 'Mary /Dacre/' + 2. 0x00003a32:RKEY I2779 0x00003a3e:offset 0x0000000e + 0x00003a50:string 'Marianne of_Leufsta /de_Geer/' + Assembled data for NMD260 + 1. I2373 name Mary /Dacre/ + 2. I2779 name Marianne of_Leufsta /de_Geer/ +[0076] Name rkey: NMD340 offs: 0x00002a6e lens: 0x0000001f + 0x00003a6e: Ncount 1 + Keys and string offsets, strings + 1. 0x00003a72:RKEY I2317 0x00003a7a:offset 0x00000000 + 0x00003a7e:string 'Mary /Dudley/' + Assembled data for NMD340 + 1. I2317 name Mary /Dudley/ +[0077] Name rkey: NMD360 offs: 0x00002a8d lens: 0x00000022 + 0x00003a8d: Ncount 1 + Keys and string offsets, strings + 1. 0x00003a91:RKEY I1032 0x00003a99:offset 0x00000000 + 0x00003a9d:string 'Mireille /Dutry/' + Assembled data for NMD360 + 1. I1032 name Mireille /Dutry/ +[0078] Name rkey: NMD532 offs: 0x00002aaf lens: 0x00000024 + 0x00003aaf: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ab3:RKEY I741 0x00003abb:offset 0x00000000 + 0x00003abf:string 'Marie /de'_Medici/' + Assembled data for NMD532 + 1. I741 name Marie /de'_Medici/ +[0079] Name rkey: NMD655 offs: 0x00002ad3 lens: 0x00000045 + 0x00003ad3: Ncount 2 + Keys and string offsets, strings + 1. 0x00003ad7:RKEY I1453 0x00003ae7:offset 0x00000000 + 0x00003aef:string 'Margaret /Drummond/' + 2. 0x00003adf:RKEY I1841 0x00003aeb:offset 0x00000015 + 0x00003b04:string 'Malcolm /Drummond/' + Assembled data for NMD655 + 1. I1453 name Margaret /Drummond/ + 2. I1841 name Malcolm /Drummond/ +[0080] Name rkey: NMF324 offs: 0x00002b18 lens: 0x00000021 + 0x00003b18: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b1c:RKEY I2366 0x00003b24:offset 0x00000000 + 0x00003b28:string 'Mary /Fitzalan/' + Assembled data for NMF324 + 1. I2366 name Mary /Fitzalan/ +[0081] Name rkey: NMF326 offs: 0x00002b39 lens: 0x00000029 + 0x00003b39: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b3d:RKEY I142 0x00003b45:offset 0x00000000 + 0x00003b49:string 'Maria Anne /Fitzherbert/' + Assembled data for NMF326 + 1. I142 name Maria Anne /Fitzherbert/ +[0082] Name rkey: NMF420 offs: 0x00002b62 lens: 0x0000001f + 0x00003b62: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b66:RKEY I2789 0x00003b6e:offset 0x00000000 + 0x00003b72:string 'Miles /Flach/' + Assembled data for NMF420 + 1. I2789 name Miles /Flach/ +[0083] Name rkey: NMF432 offs: 0x00002b81 lens: 0x00000023 + 0x00003b81: Ncount 1 + Keys and string offsets, strings + 1. 0x00003b85:RKEY I2937 0x00003b8d:offset 0x00000000 + 0x00003b91:string 'Muriel /Fletcher/' + Assembled data for NMF432 + 1. I2937 name Muriel /Fletcher/ +[0084] Name rkey: NMG520 offs: 0x00002ba4 lens: 0x00000023 + 0x00003ba4: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ba8:RKEY I2352 0x00003bb0:offset 0x00000000 + 0x00003bb4:string 'Margaret /Gamage/' + Assembled data for NMG520 + 1. I2352 name Margaret /Gamage/ +[0085] Name rkey: NMG600 offs: 0x00002bc7 lens: 0x0000001d + 0x00003bc7: Ncount 1 + Keys and string offsets, strings + 1. 0x00003bcb:RKEY I2107 0x00003bd3:offset 0x00000000 + 0x00003bd7:string 'Mary /Grey/' + Assembled data for NMG600 + 1. I2107 name Mary /Grey/ +[0086] Name rkey: NMG621 offs: 0x00002be4 lens: 0x00000026 + 0x00003be4: Ncount 1 + Keys and string offsets, strings + 1. 0x00003be8:RKEY I281 0x00003bf0:offset 0x00000000 + 0x00003bf4:string 'Margaret /Grosvenor/' + Assembled data for NMG621 + 1. I281 name Margaret /Grosvenor/ +[0087] Name rkey: NMG650 offs: 0x00002c0a lens: 0x0000001e + 0x00003c0a: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c0e:RKEY I866 0x00003c16:offset 0x00000000 + 0x00003c1a:string 'Maud /Green/' + Assembled data for NMG650 + 1. I866 name Maud /Green/ +[0088] Name rkey: NMH400 offs: 0x00002c28 lens: 0x0000002f + 0x00003c28: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c2c:RKEY I2186 0x00003c34:offset 0x00000000 + 0x00003c38:string 'Michael of_Hillsborough /Hill/' + Assembled data for NMH400 + 1. I2186 name Michael of_Hillsborough /Hill/ +[0089] Name rkey: NMH453 offs: 0x00002c57 lens: 0x00000024 + 0x00003c57: Ncount 1 + Keys and string offsets, strings + 1. 0x00003c5b:RKEY I1595 0x00003c63:offset 0x00000000 + 0x00003c67:string 'Margaret /Holland/' + Assembled data for NMH453 + 1. I1595 name Margaret /Holland/ +[0090] Name rkey: NMH516 offs: 0x00002c7b lens: 0x000000e6 + 0x00003c7b: Ncount 7 + Keys and string offsets, strings + 1. 0x00003c7f:RKEY I214 0x00003cb7:offset 0x00000000 + 0x00003cd3:string 'Mary /Hanover/' + 2. 0x00003c87:RKEY I253 0x00003cbb:offset 0x00000010 + 0x00003ce3:string 'Mary /Hanover/' + 3. 0x00003c8f:RKEY I255 0x00003cbf:offset 0x00000020 + 0x00003cf3:string 'Marie Louise /Hanover/' + 4. 0x00003c97:RKEY I330 0x00003cc3:offset 0x00000037 + 0x00003d0a:string 'Mary /Hanover/' + 5. 0x00003c9f:RKEY I1035 0x00003cc7:offset 0x00000047 + 0x00003d1a:string 'Monika of_Solms-Laubach /Hanover/' + 6. 0x00003ca7:RKEY I1039 0x00003ccb:offset 0x00000069 + 0x00003d3c:string 'Marie /Hanover/' + 7. 0x00003caf:RKEY I2712 0x00003ccf:offset 0x0000007a + 0x00003d4d:string 'Mireille /Hanover/' + Assembled data for NMH516 + 1. I214 name Mary /Hanover/ + 2. I253 name Mary /Hanover/ + 3. I255 name Marie Louise /Hanover/ + 4. I330 name Mary /Hanover/ + 5. I1035 name Monika of_Solms-Laubach /Hanover/ + 6. I1039 name Marie /Hanover/ + 7. I2712 name Mireille /Hanover/ +[0091] Name rkey: NMH524 offs: 0x00002d61 lens: 0x00000097 + 0x00003d61: Ncount 4 + Keys and string offsets, strings + 1. 0x00003d65:RKEY I436 0x00003d85:offset 0x00000000 + 0x00003d95:string 'Marie (Mignon) /Hohenzollern/' + 2. 0x00003d6d:RKEY I468 0x00003d89:offset 0x0000001e + 0x00003db3:string 'Michael /Hohenzollern/' + 3. 0x00003d75:RKEY I1098 0x00003d8d:offset 0x00000036 + 0x00003dcb:string 'Mircea /Hohenzollern/' + 4. 0x00003d7d:RKEY I1110 0x00003d91:offset 0x0000004d + 0x00003de2:string 'Marie /Hohenzollern/' + Assembled data for NMH524 + 1. I436 name Marie (Mignon) /Hohenzollern/ + 2. I468 name Michael /Hohenzollern/ + 3. I1098 name Mircea /Hohenzollern/ + 4. I1110 name Marie /Hohenzollern/ +[0092] Name rkey: NMH543 offs: 0x00002df8 lens: 0x00000025 + 0x00003df8: Ncount 1 + Keys and string offsets, strings + 1. 0x00003dfc:RKEY I3000 0x00003e04:offset 0x00000000 + 0x00003e08:string 'Mary Anne /Hamilton/' + Assembled data for NMH543 + 1. I3000 name Mary Anne /Hamilton/ +[0093] Name rkey: NMH630 offs: 0x00002e1d lens: 0x0000003e + 0x00003e1d: Ncount 2 + Keys and string offsets, strings + 1. 0x00003e21:RKEY I2356 0x00003e31:offset 0x00000000 + 0x00003e39:string 'Mary /Howard/' + 2. 0x00003e29:RKEY I2363 0x00003e35:offset 0x0000000f + 0x00003e48:string 'Margaret /Howard/' + Assembled data for NMH630 + 1. I2356 name Mary /Howard/ + 2. I2363 name Margaret /Howard/ +[0094] Name rkey: NMK320 offs: 0x00002e5b lens: 0x00000023 + 0x00003e5b: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e5f:RKEY I2758 0x00003e67:offset 0x00000000 + 0x00003e6b:string 'Madeleine /Kautz/' + Assembled data for NMK320 + 1. I2758 name Madeleine /Kautz/ +[0095] Name rkey: NMK622 offs: 0x00002e7e lens: 0x0000002e + 0x00003e7e: Ncount 1 + Keys and string offsets, strings + 1. 0x00003e82:RKEY I161 0x00003e8a:offset 0x00000000 + 0x00003e8e:string 'Mathilde (Maria) /Krzesinska/' + Assembled data for NMK622 + 1. I161 name Mathilde (Maria) /Krzesinska/ +[0096] Name rkey: NMK626 offs: 0x00002eac lens: 0x00000023 + 0x00003eac: Ncount 1 + Keys and string offsets, strings + 1. 0x00003eb0:RKEY I980 0x00003eb8:offset 0x00000000 + 0x00003ebc:string 'Michael /Kreuger/' + Assembled data for NMK626 + 1. I980 name Michael /Kreuger/ +[0097] Name rkey: NMK640 offs: 0x00002ecf lens: 0x00000022 + 0x00003ecf: Ncount 1 + Keys and string offsets, strings + 1. 0x00003ed3:RKEY I2849 0x00003edb:offset 0x00000000 + 0x00003edf:string 'Marina /Karella/' + Assembled data for NMK640 + 1. I2849 name Marina /Karella/ +[0098] Name rkey: NML242 offs: 0x00002ef1 lens: 0x00000042 + 0x00003ef1: Ncount 2 + Keys and string offsets, strings + 1. 0x00003ef5:RKEY I315 0x00003f05:offset 0x00000000 + 0x00003f0d:string 'Mark /Lascelles/' + 2. 0x00003efd:RKEY I982 0x00003f09:offset 0x00000012 + 0x00003f1f:string 'Martin /Lascelles/' + Assembled data for NML242 + 1. I315 name Mark /Lascelles/ + 2. I982 name Martin /Lascelles/ +[0099] Name rkey: NML252 offs: 0x00002f33 lens: 0x0000002c + 0x00003f33: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f37:RKEY I1423 0x00003f3f:offset 0x00000000 + 0x00003f43:string 'Maria of_Poland /Leczinska/' + Assembled data for NML252 + 1. I1423 name Maria of_Poland /Leczinska/ +[0100] Name rkey: NML531 offs: 0x00002f5f lens: 0x0000002f + 0x00003f5f: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f63:RKEY I2730 0x00003f6b:offset 0x00000000 + 0x00003f6f:string 'Marianne of_Wisborg /Lindberg/' + Assembled data for NML531 + 1. I2730 name Marianne of_Wisborg /Lindberg/ +[0101] Name rkey: NMM252 offs: 0x00002f8e lens: 0x00000026 + 0x00003f8e: Ncount 1 + Keys and string offsets, strings + 1. 0x00003f92:RKEY I940 0x00003f9a:offset 0x00000000 + 0x00003f9e:string 'Margaret /Messenger/' + Assembled data for NMM252 + 1. I940 name Margaret /Messenger/ +[0102] Name rkey: NMM531 offs: 0x00002fb4 lens: 0x00000029 + 0x00003fb4: Ncount 1 + Keys and string offsets, strings + 1. 0x00003fb8:RKEY I147 0x00003fc0:offset 0x00000000 + 0x00003fc4:string 'Margarita /Mountbatten/' + Assembled data for NMM531 + 1. I147 name Margarita /Mountbatten/ +[0103] Name rkey: NMM532 offs: 0x00002fdd lens: 0x00000060 + 0x00003fdd: Ncount 2 + Keys and string offsets, strings + 1. 0x00003fe1:RKEY I812 0x00003ff1:offset 0x00000000 + 0x00003ff9:string 'Marian -Scott /Montagu-Douglas-/' + 2. 0x00003fe9:RKEY I2941 0x00003ff5:offset 0x00000021 + 0x0000401a:string 'Margaret -Scott /Montagu-Douglas-/' + Assembled data for NMM532 + 1. I812 name Marian -Scott /Montagu-Douglas-/ + 2. I2941 name Margaret -Scott /Montagu-Douglas-/ +[0104] Name rkey: NMO165 offs: 0x0000303d lens: 0x00000060 + 0x0000403d: Ncount 3 + Keys and string offsets, strings + 1. 0x00004041:RKEY I2190 0x00004059:offset 0x00000000 + 0x00004065:string 'Mary /O'Brien/' + 2. 0x00004049:RKEY I2192 0x0000405d:offset 0x00000010 + 0x00004075:string 'Murrough /O'Brien/' + 3. 0x00004051:RKEY I2193 0x00004061:offset 0x00000024 + 0x00004089:string 'Murrough /O'Brien/' + Assembled data for NMO165 + 1. I2190 name Mary /O'Brien/ + 2. I2192 name Murrough /O'Brien/ + 3. I2193 name Murrough /O'Brien/ +[0105] Name rkey: NMO241 offs: 0x0000309d lens: 0x00000032 + 0x0000409d: Ncount 1 + Keys and string offsets, strings + 1. 0x000040a1:RKEY I110 0x000040a9:offset 0x00000000 + 0x000040ad:string 'Marina Victoria Alexandra/Ogilvy/' + Assembled data for NMO241 + 1. I110 name Marina Victoria Alexandra/Ogilvy/ +[0106] Name rkey: NMO435 offs: 0x000030cf lens: 0x00000025 + 0x000040cf: Ncount 1 + Keys and string offsets, strings + 1. 0x000040d3:RKEY I2848 0x000040db:offset 0x00000000 + 0x000040df:string 'Michael /Oldenburg/' + Assembled data for NMO435 + 1. I2848 name Michael /Oldenburg/ +[0107] Name rkey: NMP141 offs: 0x000030f4 lens: 0x00000022 + 0x000040f4: Ncount 1 + Keys and string offsets, strings + 1. 0x000040f8:RKEY I157 0x00004100:offset 0x00000000 + 0x00004104:string 'Marie /Pavlovna/' + Assembled data for NMP141 + 1. I157 name Marie /Pavlovna/ +[0108] Name rkey: NMP412 offs: 0x00003116 lens: 0x0000002d + 0x00004116: Ncount 1 + Keys and string offsets, strings + 1. 0x0000411a:RKEY I62 0x00004122:offset 0x00000000 + 0x00004126:string 'Mark Anthony Peter/Phillips/' + Assembled data for NMP412 + 1. I62 name Mark Anthony Peter/Phillips/ +[0109] Name rkey: NMR200 offs: 0x00003143 lens: 0x00000023 + 0x00004143: Ncount 1 + Keys and string offsets, strings + 1. 0x00004147:RKEY I537 0x0000414f:offset 0x00000000 + 0x00004153:string 'Magdalene /Reuss/' + Assembled data for NMR200 + 1. I537 name Magdalene /Reuss/ +[0110] Name rkey: NMR216 offs: 0x00003166 lens: 0x0000002e + 0x00004166: Ncount 1 + Keys and string offsets, strings + 1. 0x0000416a:RKEY I2641 0x00004172:offset 0x00000000 + 0x00004176:string 'Martha y_Altazurra /Rocafort/' + Assembled data for NMR216 + 1. I2641 name Martha y_Altazurra /Rocafort/ +[0111] Name rkey: NMR551 offs: 0x00003194 lens: 0x000000f0 + 0x00004194: Ncount 6 + Keys and string offsets, strings + 1. 0x00004198:RKEY I48 0x000041c8:offset 0x00000000 + 0x000041e0:string 'Maria Nicholovna /Romanov/' + 2. 0x000041a0:RKEY I155 0x000041cc:offset 0x0000001b + 0x000041fb:string 'Michael "Mischa" Alexandrovich/Romanov/' + 3. 0x000041a8:RKEY I1312 0x000041d0:offset 0x00000043 + 0x00004223:string 'Mikhail_III Feodorovich /Romanov/' + 4. 0x000041b0:RKEY I1355 0x000041d4:offset 0x00000065 + 0x00004245:string 'Maria Pavlovna /Romanov/' + 5. 0x000041b8:RKEY I2666 0x000041d8:offset 0x0000007e + 0x0000425e:string 'Michael /Romanov/' + 6. 0x000041c0:RKEY I2670 0x000041dc:offset 0x00000091 + 0x00004271:string 'Michael /Romanov/' + Assembled data for NMR551 + 1. I48 name Maria Nicholovna /Romanov/ + 2. I155 name Michael "Mischa" Alexandrovich/Romanov/ + 3. I1312 name Mikhail_III Feodorovich /Romanov/ + 4. I1355 name Maria Pavlovna /Romanov/ + 5. I2666 name Michael /Romanov/ + 6. I2670 name Michael /Romanov/ +[0112] Name rkey: NMS120 offs: 0x00003284 lens: 0x00000034 + 0x00004284: Ncount 1 + Keys and string offsets, strings + 1. 0x00004288:RKEY I721 0x00004290:offset 0x00000000 + 0x00004294:string 'Maria Casimire Clementina/Sobieska/' + Assembled data for NMS120 + 1. I721 name Maria Casimire Clementina/Sobieska/ +[0113] Name rkey: NMS214 offs: 0x000032b8 lens: 0x0000004f + 0x000042b8: Ncount 2 + Keys and string offsets, strings + 1. 0x000042bc:RKEY I2996 0x000042cc:offset 0x00000000 + 0x000042d4:string 'Mary Hamilton (Polly)/Scobell/' + 2. 0x000042c4:RKEY I3003 0x000042d0:offset 0x0000001f + 0x000042f3:string 'Melloney /Scobell/' + Assembled data for NMS214 + 1. I2996 name Mary Hamilton (Polly)/Scobell/ + 2. I3003 name Melloney /Scobell/ +[0114] Name rkey: NMS350 offs: 0x00003307 lens: 0x0000002d + 0x00004307: Ncount 1 + Keys and string offsets, strings + 1. 0x0000430b:RKEY I292 0x00004313:offset 0x00000000 + 0x00004317:string 'Marion (Maria) Donata/Stein/' + Assembled data for NMS350 + 1. I292 name Marion (Maria) Donata/Stein/ +[0115] Name rkey: NMS363 offs: 0x00003334 lens: 0x000000b1 + 0x00004334: Ncount 6 + Keys and string offsets, strings + 1. 0x00004338:RKEY I729 0x00004368:offset 0x00000000 + 0x00004380:string 'Margaret /Stuart/' + 2. 0x00004340:RKEY I733 0x0000436c:offset 0x00000013 + 0x00004393:string 'Mary /Stuart/' + 3. 0x00004348:RKEY I744 0x00004370:offset 0x00000022 + 0x000043a2:string 'Mary /Stuart/' + 4. 0x00004350:RKEY I1247 0x00004374:offset 0x00000031 + 0x000043b1:string 'Mary /Stuart/' + 5. 0x00004358:RKEY I1432 0x00004378:offset 0x00000040 + 0x000043c0:string 'Matthew /Stuart/' + 6. 0x00004360:RKEY I1477 0x0000437c:offset 0x00000052 + 0x000043d2:string 'Matthew /Stewart/' + Assembled data for NMS363 + 1. I729 name Margaret /Stuart/ + 2. I733 name Mary /Stuart/ + 3. I744 name Mary /Stuart/ + 4. I1247 name Mary /Stuart/ + 5. I1432 name Matthew /Stuart/ + 6. I1477 name Matthew /Stewart/ +[0116] Name rkey: NMT360 offs: 0x000033e5 lens: 0x00000080 + 0x000043e5: Ncount 4 + Keys and string offsets, strings + 1. 0x000043e9:RKEY I776 0x00004409:offset 0x00000000 + 0x00004419:string 'Margaret /Tudor/' + 2. 0x000043f1:RKEY I830 0x0000440d:offset 0x00000012 + 0x0000442b:string 'Mary /Tudor/' + 3. 0x000043f9:RKEY I846 0x00004411:offset 0x00000020 + 0x00004439:string 'Mary_I /Tudor/' + 4. 0x00004401:RKEY I2174 0x00004415:offset 0x00000030 + 0x00004449:string 'Maredudd (Meredith) /Tudor/' + Assembled data for NMT360 + 1. I776 name Margaret /Tudor/ + 2. I830 name Mary /Tudor/ + 3. I846 name Mary_I /Tudor/ + 4. I2174 name Maredudd (Meredith) /Tudor/ +[0117] Name rkey: NMT524 offs: 0x00003465 lens: 0x00000021 + 0x00004465: Ncount 1 + Keys and string offsets, strings + 1. 0x00004469:RKEY I2971 0x00004471:offset 0x00000000 + 0x00004475:string 'Max /Tomaselli/' + Assembled data for NMT524 + 1. I2971 name Max /Tomaselli/ +[0118] Name rkey: NMU452 offs: 0x00003486 lens: 0x00000029 + 0x00004486: Ncount 1 + Keys and string offsets, strings + 1. 0x0000448a:RKEY I2834 0x00004492:offset 0x00000000 + 0x00004496:string 'Marie Christine /Ullens/' + Assembled data for NMU452 + 1. I2834 name Marie Christine /Ullens/ +[0119] Name rkey: NMV521 offs: 0x000034af lens: 0x00000028 + 0x000044af: Ncount 1 + Keys and string offsets, strings + 1. 0x000044b3:RKEY I1045 0x000044bb:offset 0x00000000 + 0x000044bf:string 'Michael /von_Hochberg/' + Assembled data for NMV521 + 1. I1045 name Michael /von_Hochberg/ +[0120] Name rkey: NMV551 offs: 0x000034d7 lens: 0x0000002b + 0x000044d7: Ncount 1 + Keys and string offsets, strings + 1. 0x000044db:RKEY I536 0x000044e3:offset 0x00000000 + 0x000044e7:string 'Maria-Anna /von_Humboldt/' + Assembled data for NMV551 + 1. I536 name Maria-Anna /von_Humboldt/ +[0121] Name rkey: NMV561 offs: 0x00003502 lens: 0x00000075 + 0x00004502: Ncount 3 + Keys and string offsets, strings + 1. 0x00004506:RKEY I319 0x0000451e:offset 0x00000000 + 0x0000452a:string 'Marie-Christine /von_Reibnitz/' + 2. 0x0000450e:RKEY I2784 0x00004522:offset 0x00000020 + 0x0000454a:string 'Marianne /von_Arbin/' + 3. 0x00004516:RKEY I2788 0x00004526:offset 0x00000036 + 0x00004560:string 'Madeleine /von_Arbin/' + Assembled data for NMV561 + 1. I319 name Marie-Christine /von_Reibnitz/ + 2. I2784 name Marianne /von_Arbin/ + 3. I2788 name Madeleine /von_Arbin/ +[0122] Name rkey: NMW200 offs: 0x00003577 lens: 0x0000002b + 0x00004577: Ncount 1 + Keys and string offsets, strings + 1. 0x0000457b:RKEY I1505 0x00004583:offset 0x00000000 + 0x00004587:string 'Margaret of_Liddell /Wake/' + Assembled data for NMW200 + 1. I1505 name Margaret of_Liddell /Wake/ +[0123] Name rkey: NMW342 offs: 0x000035a2 lens: 0x000000a6 + 0x000045a2: Ncount 4 + Keys and string offsets, strings + 1. 0x000045a6:RKEY I637 0x000045c6:offset 0x00000000 + 0x000045d6:string 'Maximilian_I Joseph /Wittelsbach/' + 2. 0x000045ae:RKEY I1154 0x000045ca:offset 0x00000022 + 0x000045f8:string 'Maximilian /Wittelsbach/' + 3. 0x000045b6:RKEY I1157 0x000045ce:offset 0x0000003c + 0x00004612:string 'Maria (twin) /Wittelsbach/' + 4. 0x000045be:RKEY I1159 0x000045d2:offset 0x00000057 + 0x0000462d:string 'Maximiliana /Wittelsbach/' + Assembled data for NMW342 + 1. I637 name Maximilian_I Joseph /Wittelsbach/ + 2. I1154 name Maximilian /Wittelsbach/ + 3. I1157 name Maria (twin) /Wittelsbach/ + 4. I1159 name Maximiliana /Wittelsbach/ +[0124] Name rkey: NMW414 offs: 0x00003648 lens: 0x0000002e + 0x00004648: Ncount 1 + Keys and string offsets, strings + 1. 0x0000464c:RKEY I762 0x00004654:offset 0x00000000 + 0x00004658:string 'Maria of_Waldegrave /Walpole/' + Assembled data for NMW414 + 1. I762 name Maria of_Waldegrave /Walpole/ +[0125] Name rkey: NMW521 offs: 0x00003676 lens: 0x0000004f + 0x00004676: Ncount 2 + Keys and string offsets, strings + 1. 0x0000467a:RKEY I2933 0x0000468a:offset 0x00000000 + 0x00004692:string 'Mervyn Powerscourt /Wingfield/' + 2. 0x00004682:RKEY I2934 0x0000468e:offset 0x0000001f + 0x000046b1:string 'Mervyn /Wingfield/' + Assembled data for NMW521 + 1. I2933 name Mervyn Powerscourt /Wingfield/ + 2. I2934 name Mervyn /Wingfield/ +[0126] Name rkey: NMW532 offs: 0x000036c5 lens: 0x00000063 + 0x000046c5: Ncount 3 + Keys and string offsets, strings + 1. 0x000046c9:RKEY I33 0x000046e1:offset 0x00000000 + 0x000046ed:string 'Mary /Windsor/' + 2. 0x000046d1:RKEY I53 0x000046e5:offset 0x00000010 + 0x000046fd:string 'Margaret Rose /Windsor/' + 3. 0x000046d9:RKEY I107 0x000046e9:offset 0x00000028 + 0x00004715:string 'Michael /Windsor/' + Assembled data for NMW532 + 1. I33 name Mary /Windsor/ + 2. I53 name Margaret Rose /Windsor/ + 3. I107 name Michael /Windsor/ +[0127] Name rkey: NMW536 offs: 0x00003728 lens: 0x00000025 + 0x00004728: Ncount 1 + Keys and string offsets, strings + 1. 0x0000472c:RKEY I861 0x00004734:offset 0x00000000 + 0x00004738:string 'Margery /Wentworth/' + Assembled data for NMW536 + 1. I861 name Margery /Wentworth/ +[0128] Name rkey: NMW635 offs: 0x0000374d lens: 0x00000025 + 0x0000474d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004751:RKEY I1076 0x00004759:offset 0x00000000 + 0x0000475d:string 'Marie /Wurttemberg/' + Assembled data for NMW635 + 1. I1076 name Marie /Wurttemberg/ +[0129] Name rkey: NMZ999 offs: 0x00003772 lens: 0x000017d0 + 0x00004772: Ncount 199 + Keys and string offsets, strings + 1. 0x00004776:RKEY I17 0x00004dae:offset 0x00000000 + 0x000050ca:string 'Maude Charlotte Mary//' + 2. 0x0000477e:RKEY I29 0x00004db2:offset 0x00000017 + 0x000050e1:string 'Maurice //' + 3. 0x00004786:RKEY I30 0x00004db6:offset 0x00000023 + 0x000050ed:string 'Mary_of_Teck (May) //' + 4. 0x0000478e:RKEY I45 0x00004dba:offset 0x00000039 + 0x00005103:string 'Marie of_Hesse- Darmstadt//' + 5. 0x00004796:RKEY I66 0x00004dbe:offset 0x00000055 + 0x0000511f:string 'Marina of_Greece //' + 6. 0x0000479e:RKEY I78 0x00004dc2:offset 0x00000069 + 0x00005133:string 'Margarete of_Hesse //' + 7. 0x000047a6:RKEY I85 0x00004dc6:offset 0x0000007f + 0x00005149:string 'Mary "May" //' + 8. 0x000047ae:RKEY I94 0x00004dca:offset 0x0000008d + 0x00005157:string 'Marie Alexandrovna //' + 9. 0x000047b6:RKEY I96 0x00004dce:offset 0x000000a3 + 0x0000516d:string 'Marie of_Saxe-Coburg and_Gotha//' + 10. 0x000047be:RKEY I118 0x00004dd2:offset 0x000000c4 + 0x0000518e:string 'Marie Louise //' + 11. 0x000047c6:RKEY I121 0x00004dd6:offset 0x000000d4 + 0x0000519e:string 'Margaret of_Sweden //' + 12. 0x000047ce:RKEY I136 0x00004dda:offset 0x000000ea + 0x000051b4:string 'Mary Adelaide "Fat_Mary"//' + 13. 0x000047d6:RKEY I200 0x00004dde:offset 0x00000105 + 0x000051cf:string 'Maria Anna of_Anhalt//' + 14. 0x000047de:RKEY I206 0x00004de2:offset 0x0000011c + 0x000051e6:string 'Mary //' + 15. 0x000047e6:RKEY I224 0x00004de6:offset 0x00000125 + 0x000051ef:string 'Marie //' + 16. 0x000047ee:RKEY I250 0x00004dea:offset 0x0000012f + 0x000051f9:string 'Mary of_Saxe- Altenburg//' + 17. 0x000047f6:RKEY I284 0x00004dee:offset 0x00000149 + 0x00005213:string 'Mary //' + 18. 0x000047fe:RKEY I289 0x00004df2:offset 0x00000152 + 0x0000521c:string 'May Cambridge //' + 19. 0x00004806:RKEY I434 0x00004df6:offset 0x00000163 + 0x0000522d:string 'Maria de_las_Mercedes of_Bourbon//' + 20. 0x0000480e:RKEY I451 0x00004dfa:offset 0x00000186 + 0x00005250:string 'Martha of_Sweden //' + 21. 0x00004816:RKEY I454 0x00004dfe:offset 0x0000019a + 0x00005264:string 'Martha Louise //' + 22. 0x0000481e:RKEY I495 0x00004e02:offset 0x000001ab + 0x00005275:string 'Mathilde //' + 23. 0x00004826:RKEY I516 0x00004e06:offset 0x000001b8 + 0x00005282:string 'Marie of_Saxe-Weimar- Eisenach//' + 24. 0x0000482e:RKEY I551 0x00004e0a:offset 0x000001d9 + 0x000052a3:string 'Marie Auguste of_Anhalt//' + 25. 0x00004836:RKEY I567 0x00004e0e:offset 0x000001f3 + 0x000052bd:string 'Maria Anna of_Hesse//' + 26. 0x0000483e:RKEY I587 0x00004e12:offset 0x00000209 + 0x000052d3:string 'Marie-Josephe de_Saxe //' + 27. 0x00004846:RKEY I593 0x00004e16:offset 0x00000222 + 0x000052ec:string 'Margarite //' + 28. 0x0000484e:RKEY I595 0x00004e1a:offset 0x00000230 + 0x000052fa:string 'Maria //' + 29. 0x00004856:RKEY I610 0x00004e1e:offset 0x0000023a + 0x00005304:string 'Mergrethe_II //' + 30. 0x0000485e:RKEY I617 0x00004e22:offset 0x0000024b + 0x00005315:string 'Mary Louise //' + 31. 0x00004866:RKEY I628 0x00004e26:offset 0x0000025a + 0x00005324:string 'Marie //' + 32. 0x0000486e:RKEY I630 0x00004e2a:offset 0x00000264 + 0x0000532e:string 'Mary //' + 33. 0x00004876:RKEY I671 0x00004e2e:offset 0x0000026d + 0x00005337:string 'Marguerite //' + 34. 0x0000487e:RKEY I682 0x00004e32:offset 0x0000027c + 0x00005346:string 'Maria Cristina of_Austria//' + 35. 0x00004886:RKEY I687 0x00004e36:offset 0x00000298 + 0x00005362:string 'Maria Theresa //' + 36. 0x0000488e:RKEY I690 0x00004e3a:offset 0x000002a9 + 0x00005373:string 'Maria Gabriele of_Bavaria//' + 37. 0x00004896:RKEY I695 0x00004e3e:offset 0x000002c5 + 0x0000538f:string 'Mary //' + 38. 0x0000489e:RKEY I699 0x00004e42:offset 0x000002ce + 0x00005398:string 'Mary //' + 39. 0x000048a6:RKEY I709 0x00004e46:offset 0x000002d7 + 0x000053a1:string 'Mary_II //' + 40. 0x000048ae:RKEY I715 0x00004e4a:offset 0x000002e3 + 0x000053ad:string 'Mary Beatrice of_Modena//' + 41. 0x000048b6:RKEY I767 0x00004e4e:offset 0x000002fd + 0x000053c7:string 'Maurice //' + 42. 0x000048be:RKEY I855 0x00004e52:offset 0x00000309 + 0x000053d3:string 'Marie of_Julich //' + 43. 0x000048c6:RKEY I893 0x00004e56:offset 0x0000031c + 0x000053e6:string 'Mitsi //' + 44. 0x000048ce:RKEY I895 0x00004e5a:offset 0x00000326 + 0x000053f0:string 'Maria of_Russia //' + 45. 0x000048d6:RKEY I899 0x00004e5e:offset 0x00000339 + 0x00005403:string 'Maria of_Russia //' + 46. 0x000048de:RKEY I905 0x00004e62:offset 0x0000034c + 0x00005416:string 'Margarita //' + 47. 0x000048e6:RKEY I906 0x00004e66:offset 0x0000035a + 0x00005424:string 'Mechtilde //' + 48. 0x000048ee:RKEY I909 0x00004e6a:offset 0x00000368 + 0x00005432:string 'Melita //' + 49. 0x000048f6:RKEY I913 0x00004e6e:offset 0x00000373 + 0x0000543d:string 'Margarite of_Hohenloche- Ochringen//' + 50. 0x000048fe:RKEY I922 0x00004e72:offset 0x00000398 + 0x00005462:string 'Michael of_Prussia //' + 51. 0x00004906:RKEY I923 0x00004e76:offset 0x000003ae + 0x00005478:string 'Marie-Cecile of_Prussia //' + 52. 0x0000490e:RKEY I932 0x00004e7a:offset 0x000003c9 + 0x00005493:string 'Micaela //' + 53. 0x00004916:RKEY I951 0x00004e7e:offset 0x000003d5 + 0x0000549f:string 'Marie Louise //' + 54. 0x0000491e:RKEY I972 0x00004e82:offset 0x000003e5 + 0x000054af:string 'Margarita of_Romania //' + 55. 0x00004926:RKEY I976 0x00004e86:offset 0x000003fd + 0x000054c7:string 'Maria //' + 56. 0x0000492e:RKEY I996 0x00004e8a:offset 0x00000407 + 0x000054d1:string 'Margaret //' + 57. 0x00004936:RKEY I999 0x00004e8e:offset 0x00000414 + 0x000054de:string 'Mary //' + 58. 0x0000493e:RKEY I1002 0x00004e92:offset 0x0000041d + 0x000054e7:string 'Margaret //' + 59. 0x00004946:RKEY I1017 0x00004e96:offset 0x0000042a + 0x000054f4:string 'Margaret of_Austria //' + 60. 0x0000494e:RKEY I1019 0x00004e9a:offset 0x00000441 + 0x0000550b:string 'Margaret of_Salisbury //' + 61. 0x00004956:RKEY I1052 0x00004e9e:offset 0x0000045a + 0x00005524:string 'Max of_Baden //' + 62. 0x0000495e:RKEY I1054 0x00004ea2:offset 0x0000046a + 0x00005534:string 'Margrethe of_Denmark //' + 63. 0x00004966:RKEY I1091 0x00004ea6:offset 0x00000482 + 0x0000554c:string 'Marie of_Waldeck and_Pyrmont//' + 64. 0x0000496e:RKEY I1121 0x00004eaa:offset 0x000004a1 + 0x0000556b:string 'Marie Jose //' + 65. 0x00004976:RKEY I1134 0x00004eae:offset 0x000004af + 0x00005579:string 'Marie Christine //' + 66. 0x0000497e:RKEY I1135 0x00004eb2:offset 0x000004c2 + 0x0000558c:string 'Marie Esmeralda //' + 67. 0x00004986:RKEY I1143 0x00004eb6:offset 0x000004d5 + 0x0000559f:string 'Maximilian_II //' + 68. 0x0000498e:RKEY I1144 0x00004eba:offset 0x000004e7 + 0x000055b1:string 'Marie of_Prussia //' + 69. 0x00004996:RKEY I1193 0x00004ebe:offset 0x000004fb + 0x000055c5:string 'Maximilian Joseph //' + 70. 0x0000499e:RKEY I1198 0x00004ec2:offset 0x00000510 + 0x000055da:string 'Maria //' + 71. 0x000049a6:RKEY I1199 0x00004ec6:offset 0x0000051a + 0x000055e4:string 'Mathilde //' + 72. 0x000049ae:RKEY I1201 0x00004eca:offset 0x00000527 + 0x000055f1:string 'Maximilian //' + 73. 0x000049b6:RKEY I1202 0x00004ece:offset 0x00000536 + 0x00005600:string 'Maria Josepha of_Portugal//' + 74. 0x000049be:RKEY I1205 0x00004ed2:offset 0x00000552 + 0x0000561c:string 'Margaret //' + 75. 0x000049c6:RKEY I1206 0x00004ed6:offset 0x0000055f + 0x00005629:string 'Mary Christina //' + 76. 0x000049ce:RKEY I1214 0x00004eda:offset 0x00000571 + 0x0000563b:string 'Marie of_Schwarzburg- Rudolstadt//' + 77. 0x000049d6:RKEY I1218 0x00004ede:offset 0x00000594 + 0x0000565e:string 'Margaret of_Anjou //' + 78. 0x000049de:RKEY I1239 0x00004ee2:offset 0x000005a9 + 0x00005673:string 'Mary //' + 79. 0x000049e6:RKEY I1240 0x00004ee6:offset 0x000005b2 + 0x0000567c:string 'Margaret //' + 80. 0x000049ee:RKEY I1251 0x00004eea:offset 0x000005bf + 0x00005689:string 'Mary of_Guise //' + 81. 0x000049f6:RKEY I1270 0x00004eee:offset 0x000005d0 + 0x0000569a:string 'Margaret //' + 82. 0x000049fe:RKEY I1272 0x00004ef2:offset 0x000005dd + 0x000056a7:string 'Mary //' + 83. 0x00004a06:RKEY I1277 0x00004ef6:offset 0x000005e6 + 0x000056b0:string 'Marguerite of_France //' + 84. 0x00004a0e:RKEY I1283 0x00004efa:offset 0x000005fe + 0x000056c8:string 'Margaret //' + 85. 0x00004a16:RKEY I1295 0x00004efe:offset 0x0000060b + 0x000056d5:string 'Maria Feodorovna of_Wurttemberg//' + 86. 0x00004a1e:RKEY I1310 0x00004f02:offset 0x0000062d + 0x000056f7:string 'Maria Miroslavkaya //' + 87. 0x00004a26:RKEY I1375 0x00004f06:offset 0x00000643 + 0x0000570d:string 'Matilda (Maud) //' + 88. 0x00004a2e:RKEY I1381 0x00004f0a:offset 0x00000655 + 0x0000571f:string 'Matilda of_Flanders //' + 89. 0x00004a36:RKEY I1389 0x00004f0e:offset 0x0000066c + 0x00005736:string 'Matilda //' + 90. 0x00004a3e:RKEY I1392 0x00004f12:offset 0x00000678 + 0x00005742:string 'Matilda (Edith) of_Scotland//' + 91. 0x00004a46:RKEY I1395 0x00004f16:offset 0x00000696 + 0x00005760:string 'Matilda //' + 92. 0x00004a4e:RKEY I1398 0x00004f1a:offset 0x000006a2 + 0x0000576c:string 'Matilda of_Boulogne //' + 93. 0x00004a56:RKEY I1401 0x00004f1e:offset 0x000006b9 + 0x00005783:string 'Matilda //' + 94. 0x00004a5e:RKEY I1403 0x00004f22:offset 0x000006c5 + 0x0000578f:string 'Mary of_Boulogne //' + 95. 0x00004a66:RKEY I1420 0x00004f26:offset 0x000006d9 + 0x000057a3:string 'Marie-Therese of_Spain //' + 96. 0x00004a6e:RKEY I1425 0x00004f2a:offset 0x000006f3 + 0x000057bd:string 'Marie Antoinette of_Austria//' + 97. 0x00004a76:RKEY I1429 0x00004f2e:offset 0x00000711 + 0x000057db:string 'Madeleine of_France //' + 98. 0x00004a7e:RKEY I1467 0x00004f32:offset 0x00000728 + 0x000057f2:string 'Marie of_Gueldres //' + 99. 0x00004a86:RKEY I1469 0x00004f36:offset 0x0000073d + 0x00005807:string 'Margaret of_Denmark //' + 100. 0x00004a8e:RKEY I1472 0x00004f3a:offset 0x00000754 + 0x0000581e:string 'Mary //' + 101. 0x00004a96:RKEY I1486 0x00004f3e:offset 0x0000075d + 0x00005827:string 'Murdoch //' + 102. 0x00004a9e:RKEY I1510 0x00004f42:offset 0x00000769 + 0x00005833:string 'Margaret of_France //' + 103. 0x00004aa6:RKEY I1511 0x00004f46:offset 0x0000077f + 0x00005849:string 'Malcolm_III Canmore //' + 104. 0x00004aae:RKEY I1516 0x00004f4a:offset 0x00000796 + 0x00005860:string 'Mary of_Scotland //' + 105. 0x00004ab6:RKEY I1521 0x00004f4e:offset 0x000007aa + 0x00005874:string 'Matthew of_Alsace //' + 106. 0x00004abe:RKEY I1593 0x00004f52:offset 0x000007bf + 0x00005889:string 'Mary de_Ros //' + 107. 0x00004ac6:RKEY I1618 0x00004f56:offset 0x000007ce + 0x00005898:string 'Marie //' + 108. 0x00004ace:RKEY I1655 0x00004f5a:offset 0x000007d8 + 0x000058a2:string 'Marie Louise //' + 109. 0x00004ad6:RKEY I1662 0x00004f5e:offset 0x000007e8 + 0x000058b2:string 'Maximilian of_Austria //' + 110. 0x00004ade:RKEY I1679 0x00004f62:offset 0x00000801 + 0x000058cb:string 'Maurice //' + 111. 0x00004ae6:RKEY I1682 0x00004f66:offset 0x0000080d + 0x000058d7:string 'Marianne of_Netherlands //' + 112. 0x00004aee:RKEY I1684 0x00004f6a:offset 0x00000828 + 0x000058f2:string 'Marie //' + 113. 0x00004af6:RKEY I1699 0x00004f6e:offset 0x00000832 + 0x000058fc:string 'Marie Charlotte //' + 114. 0x00004afe:RKEY I1703 0x00004f72:offset 0x00000845 + 0x0000590f:string 'Marie Therese of_Angouleme//' + 115. 0x00004b06:RKEY I1705 0x00004f76:offset 0x00000862 + 0x0000592c:string 'Marie Amelie of_Bourbon//' + 116. 0x00004b0e:RKEY I1738 0x00004f7a:offset 0x0000087c + 0x00005946:string 'Marie //' + 117. 0x00004b16:RKEY I1778 0x00004f7e:offset 0x00000886 + 0x00005950:string 'Mieczislaw_I of_Poland //' + 118. 0x00004b1e:RKEY I1831 0x00004f82:offset 0x000008a0 + 0x0000596a:string 'Margaret of_Carrick //' + 119. 0x00004b26:RKEY I1838 0x00004f86:offset 0x000008b7 + 0x00005981:string 'Matilda //' + 120. 0x00004b2e:RKEY I1842 0x00004f8a:offset 0x000008c3 + 0x0000598d:string 'Margaret //' + 121. 0x00004b36:RKEY I1860 0x00004f8e:offset 0x000008d0 + 0x0000599a:string 'Matilda //' + 122. 0x00004b3e:RKEY I1864 0x00004f92:offset 0x000008dc + 0x000059a6:string 'Maud //' + 123. 0x00004b46:RKEY I1889 0x00004f96:offset 0x000008e5 + 0x000059af:string 'Margaret //' + 124. 0x00004b4e:RKEY I1909 0x00004f9a:offset 0x000008f2 + 0x000059bc:string 'Maud //' + 125. 0x00004b56:RKEY I1922 0x00004f9e:offset 0x000008fb + 0x000059c5:string 'Miles of_Gloucester //' + 126. 0x00004b5e:RKEY I1934 0x00004fa2:offset 0x00000912 + 0x000059dc:string 'Maredudd //' + 127. 0x00004b66:RKEY I1944 0x00004fa6:offset 0x0000091f + 0x000059e9:string 'Meurig //' + 128. 0x00004b6e:RKEY I2043 0x00004faa:offset 0x0000092a + 0x000059f4:string 'Mul //' + 129. 0x00004b76:RKEY I2077 0x00004fae:offset 0x00000932 + 0x000059fc:string 'Margaret //' + 130. 0x00004b7e:RKEY I2124 0x00004fb2:offset 0x0000093f + 0x00005a09:string 'Maximilian William //' + 131. 0x00004b86:RKEY I2133 0x00004fb6:offset 0x00000955 + 0x00005a1f:string 'Maria of_Portugal //' + 132. 0x00004b8e:RKEY I2143 0x00004fba:offset 0x0000096a + 0x00005a34:string 'Magdalena Augusta of_Anhalt-Zerbst//' + 133. 0x00004b96:RKEY I2163 0x00004fbe:offset 0x0000098f + 0x00005a59:string 'Michael Kelly Bryan//' + 134. 0x00004b9e:RKEY I2166 0x00004fc2:offset 0x000009a5 + 0x00005a6f:string 'Maelgwn Fychan //' + 135. 0x00004ba6:RKEY I2168 0x00004fc6:offset 0x000009b7 + 0x00005a81:string 'Maredudd Ap_Owain //' + 136. 0x00004bae:RKEY I2172 0x00004fca:offset 0x000009cc + 0x00005a96:string 'Margaret //' + 137. 0x00004bb6:RKEY I2195 0x00004fce:offset 0x000009d9 + 0x00005aa3:string 'Murrough //' + 138. 0x00004bbe:RKEY I2200 0x00004fd2:offset 0x000009e6 + 0x00005ab0:string 'Mahon Moinmoy //' + 139. 0x00004bc6:RKEY I2201 0x00004fd6:offset 0x000009f7 + 0x00005ac1:string 'Mortogh //' + 140. 0x00004bce:RKEY I2215 0x00004fda:offset 0x00000a03 + 0x00005acd:string 'Murchad //' + 141. 0x00004bd6:RKEY I2227 0x00004fde:offset 0x00000a0f + 0x00005ad9:string 'Matilda //' + 142. 0x00004bde:RKEY I2230 0x00004fe2:offset 0x00000a1b + 0x00005ae5:string 'Malcolm_IV the_Maiden //' + 143. 0x00004be6:RKEY I2233 0x00004fe6:offset 0x00000a34 + 0x00005afe:string 'Mary of_Coucy //' + 144. 0x00004bee:RKEY I2234 0x00004fea:offset 0x00000a45 + 0x00005b0f:string 'Margaret //' + 145. 0x00004bf6:RKEY I2236 0x00004fee:offset 0x00000a52 + 0x00005b1c:string 'Margaret Maid_of_Norway //' + 146. 0x00004bfe:RKEY I2247 0x00004ff2:offset 0x00000a6d + 0x00005b37:string 'Macbeth //' + 147. 0x00004c06:RKEY I2248 0x00004ff6:offset 0x00000a79 + 0x00005b43:string 'Malcolm_II //' + 148. 0x00004c0e:RKEY I2250 0x00004ffa:offset 0x00000a88 + 0x00005b52:string 'Malcolm_I //' + 149. 0x00004c16:RKEY I2416 0x00004ffe:offset 0x00000a96 + 0x00005b60:string 'Mariana of_Austria //' + 150. 0x00004c1e:RKEY I2417 0x00005002:offset 0x00000aac + 0x00005b76:string 'Maria //' + 151. 0x00004c26:RKEY I2421 0x00005006:offset 0x00000ab6 + 0x00005b80:string 'Margaret Teresa //' + 152. 0x00004c2e:RKEY I2427 0x0000500a:offset 0x00000ac9 + 0x00005b93:string 'Maria Antonia //' + 153. 0x00004c36:RKEY I2428 0x0000500e:offset 0x00000ada + 0x00005ba4:string 'Maximilian Emmanuel of_Bavaria//' + 154. 0x00004c3e:RKEY I2432 0x00005012:offset 0x00000afb + 0x00005bc5:string 'Maria Theresa //' + 155. 0x00004c46:RKEY I2441 0x00005016:offset 0x00000b0c + 0x00005bd6:string 'Margaret of_Navarre //' + 156. 0x00004c4e:RKEY I2449 0x0000501a:offset 0x00000b23 + 0x00005bed:string 'Maria Henrietta //' + 157. 0x00004c56:RKEY I2482 0x0000501e:offset 0x00000b36 + 0x00005c00:string 'Margaret of_Provence //' + 158. 0x00004c5e:RKEY I2485 0x00005022:offset 0x00000b4e + 0x00005c18:string 'Mary of_Brabant //' + 159. 0x00004c66:RKEY I2492 0x00005026:offset 0x00000b61 + 0x00005c2b:string 'Marie of_Luxemburg //' + 160. 0x00004c6e:RKEY I2505 0x0000502a:offset 0x00000b77 + 0x00005c41:string 'Margaret of_Valois //' + 161. 0x00004c76:RKEY I2526 0x0000502e:offset 0x00000b8d + 0x00005c57:string 'Margaretha of_Sweden //' + 162. 0x00004c7e:RKEY I2536 0x00005032:offset 0x00000ba5 + 0x00005c6f:string 'Matilda of_Germany //' + 163. 0x00004c86:RKEY I2538 0x00005036:offset 0x00000bbb + 0x00005c85:string 'Mary of_Anjou //' + 164. 0x00004c8e:RKEY I2541 0x0000503a:offset 0x00000bcc + 0x00005c96:string 'Margaret of_Scotland //' + 165. 0x00004c96:RKEY I2600 0x0000503e:offset 0x00000be4 + 0x00005cae:string 'Matilda of_Ringelheim //' + 166. 0x00004c9e:RKEY I2616 0x00005042:offset 0x00000bfd + 0x00005cc7:string 'Marie Elisabeth //' + 167. 0x00004ca6:RKEY I2619 0x00005046:offset 0x00000c10 + 0x00005cda:string 'Marguerite of_Burgundy //' + 168. 0x00004cae:RKEY I2621 0x0000504a:offset 0x00000c2a + 0x00005cf4:string 'Magdalen of_Hochstadten //' + 169. 0x00004cb6:RKEY I2633 0x0000504e:offset 0x00000c45 + 0x00005d0f:string 'Maria de_las_Mercedes //' + 170. 0x00004cbe:RKEY I2634 0x00005052:offset 0x00000c5e + 0x00005d28:string 'Maria de_las_Mercedes //' + 171. 0x00004cc6:RKEY I2635 0x00005056:offset 0x00000c77 + 0x00005d41:string 'Maria Theresa //' + 172. 0x00004cce:RKEY I2642 0x0000505a:offset 0x00000c88 + 0x00005d52:string 'Maria Christina //' + 173. 0x00004cd6:RKEY I2650 0x0000505e:offset 0x00000c9b + 0x00005d65:string 'Maria de_la_Paz //' + 174. 0x00004cde:RKEY I2652 0x00005062:offset 0x00000cae + 0x00005d78:string 'Matilda //' + 175. 0x00004ce6:RKEY I2657 0x00005066:offset 0x00000cba + 0x00005d84:string 'Mary //' + 176. 0x00004cee:RKEY I2673 0x0000506a:offset 0x00000cc3 + 0x00005d8d:string 'Mary //' + 177. 0x00004cf6:RKEY I2680 0x0000506e:offset 0x00000ccc + 0x00005d96:string 'Maurice of_Saxe- Altenburg//' + 178. 0x00004cfe:RKEY I2729 0x00005072:offset 0x00000ce9 + 0x00005db3:string 'Madeleine Therese Amelie//' + 179. 0x00004d06:RKEY I2740 0x00005076:offset 0x00000d04 + 0x00005dce:string 'Michael //' + 180. 0x00004d0e:RKEY I2742 0x0000507a:offset 0x00000d10 + 0x00005dda:string 'Monica //' + 181. 0x00004d16:RKEY I2746 0x0000507e:offset 0x00000d1b + 0x00005de5:string 'Marie Louise //' + 182. 0x00004d1e:RKEY I2773 0x00005082:offset 0x00000d2b + 0x00005df5:string 'Maria Bernadotte //' + 183. 0x00004d26:RKEY I2827 0x00005086:offset 0x00000d3f + 0x00005e09:string 'Maria //' + 184. 0x00004d2e:RKEY I2829 0x0000508a:offset 0x00000d49 + 0x00005e13:string 'Margaretha //' + 185. 0x00004d36:RKEY I2832 0x0000508e:offset 0x00000d58 + 0x00005e22:string 'Madeline Bernadotte //' + 186. 0x00004d3e:RKEY I2839 0x00005092:offset 0x00000d6f + 0x00005e39:string 'Mary //' + 187. 0x00004d46:RKEY I2874 0x00005096:offset 0x00000d78 + 0x00005e42:string 'Mary Christina of_Sicily//' + 188. 0x00004d4e:RKEY I2877 0x0000509a:offset 0x00000d93 + 0x00005e5d:string 'Mary Josepha //' + 189. 0x00004d56:RKEY I2879 0x0000509e:offset 0x00000da3 + 0x00005e6d:string 'Maria Louisa of_Parma//' + 190. 0x00004d5e:RKEY I2881 0x000050a2:offset 0x00000dbb + 0x00005e85:string 'Mary Amalia //' + 191. 0x00004d66:RKEY I2882 0x000050a6:offset 0x00000dca + 0x00005e94:string 'Mary Anne of_Bavaria//' + 192. 0x00004d6e:RKEY I2883 0x000050aa:offset 0x00000de1 + 0x00005eab:string 'Mary Louise //' + 193. 0x00004d76:RKEY I2888 0x000050ae:offset 0x00000df0 + 0x00005eba:string 'Mary //' + 194. 0x00004d7e:RKEY I2892 0x000050b2:offset 0x00000df9 + 0x00005ec3:string 'Margaret //' + 195. 0x00004d86:RKEY I2899 0x000050b6:offset 0x00000e06 + 0x00005ed0:string 'Michael of_Portugal //' + 196. 0x00004d8e:RKEY I2913 0x000050ba:offset 0x00000e1d + 0x00005ee7:string 'Marie Christine //' + 197. 0x00004d96:RKEY I2914 0x000050be:offset 0x00000e30 + 0x00005efa:string 'Marie de_Bourbon //' + 198. 0x00004d9e:RKEY I2920 0x000050c2:offset 0x00000e44 + 0x00005f0e:string 'Marie Adelaide of_Savoy//' + 199. 0x00004da6:RKEY I2921 0x000050c6:offset 0x00000e5e + 0x00005f28:string 'Marie Louise of_Orleans//' + Assembled data for NMZ999 + 1. I17 name Maude Charlotte Mary// + 2. I29 name Maurice // + 3. I30 name Mary_of_Teck (May) // + 4. I45 name Marie of_Hesse- Darmstadt// + 5. I66 name Marina of_Greece // + 6. I78 name Margarete of_Hesse // + 7. I85 name Mary "May" // + 8. I94 name Marie Alexandrovna // + 9. I96 name Marie of_Saxe-Coburg and_Gotha// + 10. I118 name Marie Louise // + 11. I121 name Margaret of_Sweden // + 12. I136 name Mary Adelaide "Fat_Mary"// + 13. I200 name Maria Anna of_Anhalt// + 14. I206 name Mary // + 15. I224 name Marie // + 16. I250 name Mary of_Saxe- Altenburg// + 17. I284 name Mary // + 18. I289 name May Cambridge // + 19. I434 name Maria de_las_Mercedes of_Bourbon// + 20. I451 name Martha of_Sweden // + 21. I454 name Martha Louise // + 22. I495 name Mathilde // + 23. I516 name Marie of_Saxe-Weimar- Eisenach// + 24. I551 name Marie Auguste of_Anhalt// + 25. I567 name Maria Anna of_Hesse// + 26. I587 name Marie-Josephe de_Saxe // + 27. I593 name Margarite // + 28. I595 name Maria // + 29. I610 name Mergrethe_II // + 30. I617 name Mary Louise // + 31. I628 name Marie // + 32. I630 name Mary // + 33. I671 name Marguerite // + 34. I682 name Maria Cristina of_Austria// + 35. I687 name Maria Theresa // + 36. I690 name Maria Gabriele of_Bavaria// + 37. I695 name Mary // + 38. I699 name Mary // + 39. I709 name Mary_II // + 40. I715 name Mary Beatrice of_Modena// + 41. I767 name Maurice // + 42. I855 name Marie of_Julich // + 43. I893 name Mitsi // + 44. I895 name Maria of_Russia // + 45. I899 name Maria of_Russia // + 46. I905 name Margarita // + 47. I906 name Mechtilde // + 48. I909 name Melita // + 49. I913 name Margarite of_Hohenloche- Ochringen// + 50. I922 name Michael of_Prussia // + 51. I923 name Marie-Cecile of_Prussia // + 52. I932 name Micaela // + 53. I951 name Marie Louise // + 54. I972 name Margarita of_Romania // + 55. I976 name Maria // + 56. I996 name Margaret // + 57. I999 name Mary // + 58. I1002 name Margaret // + 59. I1017 name Margaret of_Austria // + 60. I1019 name Margaret of_Salisbury // + 61. I1052 name Max of_Baden // + 62. I1054 name Margrethe of_Denmark // + 63. I1091 name Marie of_Waldeck and_Pyrmont// + 64. I1121 name Marie Jose // + 65. I1134 name Marie Christine // + 66. I1135 name Marie Esmeralda // + 67. I1143 name Maximilian_II // + 68. I1144 name Marie of_Prussia // + 69. I1193 name Maximilian Joseph // + 70. I1198 name Maria // + 71. I1199 name Mathilde // + 72. I1201 name Maximilian // + 73. I1202 name Maria Josepha of_Portugal// + 74. I1205 name Margaret // + 75. I1206 name Mary Christina // + 76. I1214 name Marie of_Schwarzburg- Rudolstadt// + 77. I1218 name Margaret of_Anjou // + 78. I1239 name Mary // + 79. I1240 name Margaret // + 80. I1251 name Mary of_Guise // + 81. I1270 name Margaret // + 82. I1272 name Mary // + 83. I1277 name Marguerite of_France // + 84. I1283 name Margaret // + 85. I1295 name Maria Feodorovna of_Wurttemberg// + 86. I1310 name Maria Miroslavkaya // + 87. I1375 name Matilda (Maud) // + 88. I1381 name Matilda of_Flanders // + 89. I1389 name Matilda // + 90. I1392 name Matilda (Edith) of_Scotland// + 91. I1395 name Matilda // + 92. I1398 name Matilda of_Boulogne // + 93. I1401 name Matilda // + 94. I1403 name Mary of_Boulogne // + 95. I1420 name Marie-Therese of_Spain // + 96. I1425 name Marie Antoinette of_Austria// + 97. I1429 name Madeleine of_France // + 98. I1467 name Marie of_Gueldres // + 99. I1469 name Margaret of_Denmark // + 100. I1472 name Mary // + 101. I1486 name Murdoch // + 102. I1510 name Margaret of_France // + 103. I1511 name Malcolm_III Canmore // + 104. I1516 name Mary of_Scotland // + 105. I1521 name Matthew of_Alsace // + 106. I1593 name Mary de_Ros // + 107. I1618 name Marie // + 108. I1655 name Marie Louise // + 109. I1662 name Maximilian of_Austria // + 110. I1679 name Maurice // + 111. I1682 name Marianne of_Netherlands // + 112. I1684 name Marie // + 113. I1699 name Marie Charlotte // + 114. I1703 name Marie Therese of_Angouleme// + 115. I1705 name Marie Amelie of_Bourbon// + 116. I1738 name Marie // + 117. I1778 name Mieczislaw_I of_Poland // + 118. I1831 name Margaret of_Carrick // + 119. I1838 name Matilda // + 120. I1842 name Margaret // + 121. I1860 name Matilda // + 122. I1864 name Maud // + 123. I1889 name Margaret // + 124. I1909 name Maud // + 125. I1922 name Miles of_Gloucester // + 126. I1934 name Maredudd // + 127. I1944 name Meurig // + 128. I2043 name Mul // + 129. I2077 name Margaret // + 130. I2124 name Maximilian William // + 131. I2133 name Maria of_Portugal // + 132. I2143 name Magdalena Augusta of_Anhalt-Zerbst// + 133. I2163 name Michael Kelly Bryan// + 134. I2166 name Maelgwn Fychan // + 135. I2168 name Maredudd Ap_Owain // + 136. I2172 name Margaret // + 137. I2195 name Murrough // + 138. I2200 name Mahon Moinmoy // + 139. I2201 name Mortogh // + 140. I2215 name Murchad // + 141. I2227 name Matilda // + 142. I2230 name Malcolm_IV the_Maiden // + 143. I2233 name Mary of_Coucy // + 144. I2234 name Margaret // + 145. I2236 name Margaret Maid_of_Norway // + 146. I2247 name Macbeth // + 147. I2248 name Malcolm_II // + 148. I2250 name Malcolm_I // + 149. I2416 name Mariana of_Austria // + 150. I2417 name Maria // + 151. I2421 name Margaret Teresa // + 152. I2427 name Maria Antonia // + 153. I2428 name Maximilian Emmanuel of_Bavaria// + 154. I2432 name Maria Theresa // + 155. I2441 name Margaret of_Navarre // + 156. I2449 name Maria Henrietta // + 157. I2482 name Margaret of_Provence // + 158. I2485 name Mary of_Brabant // + 159. I2492 name Marie of_Luxemburg // + 160. I2505 name Margaret of_Valois // + 161. I2526 name Margaretha of_Sweden // + 162. I2536 name Matilda of_Germany // + 163. I2538 name Mary of_Anjou // + 164. I2541 name Margaret of_Scotland // + 165. I2600 name Matilda of_Ringelheim // + 166. I2616 name Marie Elisabeth // + 167. I2619 name Marguerite of_Burgundy // + 168. I2621 name Magdalen of_Hochstadten // + 169. I2633 name Maria de_las_Mercedes // + 170. I2634 name Maria de_las_Mercedes // + 171. I2635 name Maria Theresa // + 172. I2642 name Maria Christina // + 173. I2650 name Maria de_la_Paz // + 174. I2652 name Matilda // + 175. I2657 name Mary // + 176. I2673 name Mary // + 177. I2680 name Maurice of_Saxe- Altenburg// + 178. I2729 name Madeleine Therese Amelie// + 179. I2740 name Michael // + 180. I2742 name Monica // + 181. I2746 name Marie Louise // + 182. I2773 name Maria Bernadotte // + 183. I2827 name Maria // + 184. I2829 name Margaretha // + 185. I2832 name Madeline Bernadotte // + 186. I2839 name Mary // + 187. I2874 name Mary Christina of_Sicily// + 188. I2877 name Mary Josepha // + 189. I2879 name Maria Louisa of_Parma// + 190. I2881 name Mary Amalia // + 191. I2882 name Mary Anne of_Bavaria// + 192. I2883 name Mary Louise // + 193. I2888 name Mary // + 194. I2892 name Margaret // + 195. I2899 name Michael of_Portugal // + 196. I2913 name Marie Christine // + 197. I2914 name Marie de_Bourbon // + 198. I2920 name Marie Adelaide of_Savoy// + 199. I2921 name Marie Louise of_Orleans// +[0130] Name rkey: NND660 offs: 0x00004f42 lens: 0x00000023 + 0x00005f42: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f46:RKEY I2678 0x00005f4e:offset 0x00000000 + 0x00005f52:string 'Nadezhda /Dreyer/' + Assembled data for NND660 + 1. I2678 name Nadezhda /Dreyer/ +[0131] Name rkey: NNG620 offs: 0x00004f65 lens: 0x00000024 + 0x00005f65: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f69:RKEY I883 0x00005f71:offset 0x00000000 + 0x00005f75:string 'Nikolas K. /George/' + Assembled data for NNG620 + 1. I883 name Nikolas K. /George/ +[0132] Name rkey: NNH524 offs: 0x00004f89 lens: 0x00000029 + 0x00005f89: Ncount 1 + Keys and string offsets, strings + 1. 0x00005f8d:RKEY I1096 0x00005f95:offset 0x00000000 + 0x00005f99:string 'Nicholas /Hohenzollern/' + Assembled data for NNH524 + 1. I1096 name Nicholas /Hohenzollern/ +[0133] Name rkey: NNK421 offs: 0x00004fb2 lens: 0x00000028 + 0x00005fb2: Ncount 1 + Keys and string offsets, strings + 1. 0x00005fb6:RKEY I1559 0x00005fbe:offset 0x00000000 + 0x00005fc2:string 'Nicholas /Koulikovsky/' + Assembled data for NNK421 + 1. I1559 name Nicholas /Koulikovsky/ +[0134] Name rkey: NNM262 offs: 0x00004fda lens: 0x00000025 + 0x00005fda: Ncount 1 + Keys and string offsets, strings + 1. 0x00005fde:RKEY I809 0x00005fe6:offset 0x00000000 + 0x00005fea:string 'Neil /McCorquodale/' + Assembled data for NNM262 + 1. I809 name Neil /McCorquodale/ +[0135] Name rkey: NNM316 offs: 0x00004fff lens: 0x0000002b + 0x00005fff: Ncount 1 + Keys and string offsets, strings + 1. 0x00006003:RKEY I978 0x0000600b:offset 0x00000000 + 0x0000600f:string 'Nicholas /Medforth-Mills/' + Assembled data for NNM316 + 1. I978 name Nicholas /Medforth-Mills/ +[0136] Name rkey: NNO435 offs: 0x0000502a lens: 0x00000026 + 0x0000602a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000602e:RKEY I1061 0x00006036:offset 0x00000000 + 0x0000603a:string 'Nicholas /Oldenburg/' + Assembled data for NNO435 + 1. I1061 name Nicholas /Oldenburg/ +[0137] Name rkey: NNR551 offs: 0x00005050 lens: 0x00000102 + 0x00006050: Ncount 7 + Keys and string offsets, strings + 1. 0x00006054:RKEY I37 0x0000608c:offset 0x00000000 + 0x000060a8:string 'Nicholas_II Alexandrovich /Romanov/' + 2. 0x0000605c:RKEY I42 0x00006090:offset 0x00000024 + 0x000060cc:string 'Nicholas_I /Romanov/' + 3. 0x00006064:RKEY I165 0x00006094:offset 0x0000003a + 0x000060e2:string 'Nicholas /Romanov/' + 4. 0x0000606c:RKEY I492 0x00006098:offset 0x0000004e + 0x000060f6:string 'Nicholas Alexandrovich /Romanov/' + 5. 0x00006074:RKEY I1358 0x0000609c:offset 0x0000006f + 0x00006117:string 'Natalie /Romanov/' + 6. 0x0000607c:RKEY I2665 0x000060a0:offset 0x00000082 + 0x0000612a:string 'Nicholas /Romanov/' + 7. 0x00006084:RKEY I2669 0x000060a4:offset 0x00000096 + 0x0000613e:string 'Nicholas /Romanov/' + Assembled data for NNR551 + 1. I37 name Nicholas_II Alexandrovich /Romanov/ + 2. I42 name Nicholas_I /Romanov/ + 3. I165 name Nicholas /Romanov/ + 4. I492 name Nicholas Alexandrovich /Romanov/ + 5. I1358 name Natalie /Romanov/ + 6. I2665 name Nicholas /Romanov/ + 7. I2669 name Nicholas /Romanov/ +[0138] Name rkey: NNS416 offs: 0x00005152 lens: 0x0000002b + 0x00006152: Ncount 1 + Keys and string offsets, strings + 1. 0x00006156:RKEY I2721 0x0000615e:offset 0x00000000 + 0x00006162:string 'Nicholas /Silfverschiold/' + Assembled data for NNS416 + 1. I2721 name Nicholas /Silfverschiold/ +[0139] Name rkey: NNS653 offs: 0x0000517d lens: 0x0000002b + 0x0000617d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006181:RKEY I1354 0x00006189:offset 0x00000000 + 0x0000618d:string 'Natalia /Sheremetevskaya/' + Assembled data for NNS653 + 1. I1354 name Natalia /Sheremetevskaya/ +[0140] Name rkey: NNV561 offs: 0x000051a8 lens: 0x00000028 + 0x000061a8: Ncount 1 + Keys and string offsets, strings + 1. 0x000061ac:RKEY I2783 0x000061b4:offset 0x00000000 + 0x000061b8:string 'Nils Magnus /von_Arbin/' + Assembled data for NNV561 + 1. I2783 name Nils Magnus /von_Arbin/ +[0141] Name rkey: NNW532 offs: 0x000051d0 lens: 0x00000031 + 0x000061d0: Ncount 1 + Keys and string offsets, strings + 1. 0x000061d4:RKEY I114 0x000061dc:offset 0x00000000 + 0x000061e0:string 'Nicholas Charles Edward/Windsor/' + Assembled data for NNW532 + 1. I114 name Nicholas Charles Edward/Windsor/ +[0142] Name rkey: NNZ999 offs: 0x00005201 lens: 0x00000107 + 0x00006201: Ncount 10 + Keys and string offsets, strings + 1. 0x00006205:RKEY I229 0x00006255:offset 0x00000000 + 0x0000627d:string 'Nicholas of_Greece //' + 2. 0x0000620d:RKEY I502 0x00006259:offset 0x00000016 + 0x00006293:string 'Nadejda //' + 3. 0x00006215:RKEY I926 0x0000625d:offset 0x00000022 + 0x0000629f:string 'Nina zu_Reventlow //' + 4. 0x0000621d:RKEY I933 0x00006261:offset 0x00000037 + 0x000062b4:string 'Nataly //' + 5. 0x00006225:RKEY I1314 0x00006265:offset 0x00000042 + 0x000062bf:string 'Natalia Narishkina //' + 6. 0x0000622d:RKEY I1564 0x00006269:offset 0x00000058 + 0x000062d5:string 'Nikita //' + 7. 0x00006235:RKEY I1925 0x0000626d:offset 0x00000063 + 0x000062e0:string 'Nest //' + 8. 0x0000623d:RKEY I1927 0x00006271:offset 0x0000006c + 0x000062e9:string 'Nest //' + 9. 0x00006245:RKEY I1963 0x00006275:offset 0x00000075 + 0x000062f2:string 'Norissa //' + 10. 0x0000624d:RKEY I2872 0x00006279:offset 0x00000081 + 0x000062fe:string 'Nigel //' + Assembled data for NNZ999 + 1. I229 name Nicholas of_Greece // + 2. I502 name Nadejda // + 3. I926 name Nina zu_Reventlow // + 4. I933 name Nataly // + 5. I1314 name Natalia Narishkina // + 6. I1564 name Nikita // + 7. I1925 name Nest // + 8. I1927 name Nest // + 9. I1963 name Norissa // + 10. I2872 name Nigel // +[0143] Name rkey: NOA345 offs: 0x00005308 lens: 0x00000023 + 0x00006308: Ncount 1 + Keys and string offsets, strings + 1. 0x0000630c:RKEY I2044 0x00006314:offset 0x00000000 + 0x00006318:string 'Oswald /Atheling/' + Assembled data for NOA345 + 1. I2044 name Oswald /Atheling/ +[0144] Name rkey: NOH516 offs: 0x0000532b lens: 0x00000078 + 0x0000632b: Ncount 4 + Keys and string offsets, strings + 1. 0x0000632f:RKEY I216 0x0000634f:offset 0x00000000 + 0x0000635f:string 'Octavius /Hanover/' + 2. 0x00006337:RKEY I258 0x00006353:offset 0x00000014 + 0x00006373:string 'Olga /Hanover/' + 3. 0x0000633f:RKEY I1042 0x00006357:offset 0x00000024 + 0x00006383:string 'Olga /Hanover/' + 4. 0x00006347:RKEY I1050 0x0000635b:offset 0x00000034 + 0x00006393:string 'Otto /Hanover/' + Assembled data for NOH516 + 1. I216 name Octavius /Hanover/ + 2. I258 name Olga /Hanover/ + 3. I1042 name Olga /Hanover/ + 4. I1050 name Otto /Hanover/ +[0145] Name rkey: NOK651 offs: 0x000053a3 lens: 0x00000022 + 0x000063a3: Ncount 1 + Keys and string offsets, strings + 1. 0x000063a7:RKEY I1356 0x000063af:offset 0x00000000 + 0x000063b3:string 'Olga /Karnovich/' + Assembled data for NOK651 + 1. I1356 name Olga /Karnovich/ +[0146] Name rkey: NOR551 offs: 0x000053c5 lens: 0x0000006e + 0x000063c5: Ncount 3 + Keys and string offsets, strings + 1. 0x000063c9:RKEY I46 0x000063e1:offset 0x00000000 + 0x000063ed:string 'Olga Nicholovna /Romanov/' + 2. 0x000063d1:RKEY I156 0x000063e5:offset 0x0000001a + 0x00006407:string 'Olga Alexandrovna /Romanov/' + 3. 0x000063d9:RKEY I1571 0x000063e9:offset 0x00000036 + 0x00006423:string 'Olga /Romanov/' + Assembled data for NOR551 + 1. I46 name Olga Nicholovna /Romanov/ + 2. I156 name Olga Alexandrovna /Romanov/ + 3. I1571 name Olga /Romanov/ +[0147] Name rkey: NOS530 offs: 0x00005433 lens: 0x00000020 + 0x00006433: Ncount 1 + Keys and string offsets, strings + 1. 0x00006437:RKEY I364 0x0000643f:offset 0x00000000 + 0x00006443:string 'Oswald /Smith/' + Assembled data for NOS530 + 1. I364 name Oswald /Smith/ +[0148] Name rkey: NOT360 offs: 0x00005453 lens: 0x0000001e + 0x00006453: Ncount 1 + Keys and string offsets, strings + 1. 0x00006457:RKEY I1352 0x0000645f:offset 0x00000000 + 0x00006463:string 'Owen /Tudor/' + Assembled data for NOT360 + 1. I1352 name Owen /Tudor/ +[0149] Name rkey: NOW342 offs: 0x00005471 lens: 0x00000057 + 0x00006471: Ncount 2 + Keys and string offsets, strings + 1. 0x00006475:RKEY I1146 0x00006485:offset 0x00000000 + 0x0000648d:string 'Otto_I /Wittelsbach/' + 2. 0x0000647d:RKEY I1148 0x00006489:offset 0x00000016 + 0x000064a3:string 'Otto_I Friedrich Ludwig/Wittelsbach/' + Assembled data for NOW342 + 1. I1146 name Otto_I /Wittelsbach/ + 2. I1148 name Otto_I Friedrich Ludwig/Wittelsbach/ +[0150] Name rkey: NOZ999 offs: 0x000054c8 lens: 0x00000425 + 0x000064c8: Ncount 38 + Keys and string offsets, strings + 1. 0x000064cc:RKEY I228 0x000065fc:offset 0x00000000 + 0x00006694:string 'Olga Constantinovna //' + 2. 0x000064d4:RKEY I300 0x00006600:offset 0x00000017 + 0x000066ab:string 'Other_issue //' + 3. 0x000064dc:RKEY I424 0x00006604:offset 0x00000027 + 0x000066bb:string 'Oscar //' + 4. 0x000064e4:RKEY I450 0x00006608:offset 0x00000031 + 0x000066c5:string 'Olav_V //' + 5. 0x000064ec:RKEY I458 0x0000660c:offset 0x0000003c + 0x000066d0:string 'Oscar_II //' + 6. 0x000064f4:RKEY I467 0x00006610:offset 0x00000049 + 0x000066dd:string 'Olga //' + 7. 0x000064fc:RKEY I640 0x00006614:offset 0x00000052 + 0x000066e6:string 'Otto //' + 8. 0x00006504:RKEY I645 0x00006618:offset 0x0000005b + 0x000066ef:string 'Otto of_Austria //' + 9. 0x0000650c:RKEY I1038 0x0000661c:offset 0x0000006e + 0x00006702:string 'Ortrud of_Schleswig- Holstein//' + 10. 0x00006514:RKEY I1082 0x00006620:offset 0x0000008e + 0x00006722:string 'Olga of_Russia //' + 11. 0x0000651c:RKEY I1554 0x00006624:offset 0x000000a0 + 0x00006734:string 'Odo of_Bayeux //' + 12. 0x00006524:RKEY I1577 0x00006628:offset 0x000000b1 + 0x00006745:string 'Olga //' + 13. 0x0000652c:RKEY I1613 0x0000662c:offset 0x000000ba + 0x0000674e:string 'Oscar_I //' + 14. 0x00006534:RKEY I1726 0x00006630:offset 0x000000c6 + 0x0000675a:string 'of_Schomberg //' + 15. 0x0000653c:RKEY I1783 0x00006634:offset 0x000000d7 + 0x0000676b:string 'Ordmaer //' + 16. 0x00006544:RKEY I1785 0x00006638:offset 0x000000e3 + 0x00006777:string 'Ordgar of_Devon Ealdorman//' + 17. 0x0000654c:RKEY I1813 0x0000663c:offset 0x000000ff + 0x00006793:string 'Otho_I the_Great //' + 18. 0x00006554:RKEY I1926 0x00006640:offset 0x00000113 + 0x000067a7:string 'Osbern Fitz Richard//' + 19. 0x0000655c:RKEY I1935 0x00006644:offset 0x00000129 + 0x000067bd:string 'Owain //' + 20. 0x00006564:RKEY I1952 0x00006648:offset 0x00000133 + 0x000067c7:string 'Owain Gwynedd //' + 21. 0x0000656c:RKEY I1967 0x0000664c:offset 0x00000144 + 0x000067d8:string 'Osburh //' + 22. 0x00006574:RKEY I1976 0x00006650:offset 0x0000014f + 0x000067e3:string 'Oslac //' + 23. 0x0000657c:RKEY I2036 0x00006654:offset 0x00000159 + 0x000067ed:string 'Oswald of_Northumbria //' + 24. 0x00006584:RKEY I2061 0x00006658:offset 0x00000172 + 0x00006806:string 'Otho of_Montferrat //' + 25. 0x0000658c:RKEY I2151 0x0000665c:offset 0x00000188 + 0x0000681c:string 'of_Dalhousie XIII//' + 26. 0x00006594:RKEY I2160 0x00006660:offset 0x0000019c + 0x00006830:string 'of_Mount_Temple //' + 27. 0x0000659c:RKEY I2161 0x00006664:offset 0x000001af + 0x00006843:string 'of_Lodesborough //' + 28. 0x000065a4:RKEY I2169 0x00006668:offset 0x000001c2 + 0x00006856:string 'Owain //' + 29. 0x000065ac:RKEY I2269 0x0000666c:offset 0x000001cc + 0x00006860:string 'of_Burgandy //' + 30. 0x000065b4:RKEY I2509 0x00006670:offset 0x000001dc + 0x00006870:string 'of_Angouleme //' + 31. 0x000065bc:RKEY I2510 0x00006674:offset 0x000001ec + 0x00006880:string 'of_Berry //' + 32. 0x000065c4:RKEY I2594 0x00006678:offset 0x000001f8 + 0x0000688c:string 'Oda of_Bavaria //' + 33. 0x000065cc:RKEY I2598 0x0000667c:offset 0x0000020a + 0x0000689e:string 'Otto of_Saxony //' + 34. 0x000065d4:RKEY I2602 0x00006680:offset 0x0000021c + 0x000068b0:string 'Otto_I //' + 35. 0x000065dc:RKEY I2702 0x00006684:offset 0x00000227 + 0x000068bb:string 'Oluf of_Rosenborg //' + 36. 0x000065e4:RKEY I2770 0x00006688:offset 0x0000023c + 0x000068d0:string 'Oscar //' + 37. 0x000065ec:RKEY I2781 0x0000668c:offset 0x00000246 + 0x000068da:string 'Oscar //' + 38. 0x000065f4:RKEY I2964 0x00006690:offset 0x00000250 + 0x000068e4:string 'Olga //' + Assembled data for NOZ999 + 1. I228 name Olga Constantinovna // + 2. I300 name Other_issue // + 3. I424 name Oscar // + 4. I450 name Olav_V // + 5. I458 name Oscar_II // + 6. I467 name Olga // + 7. I640 name Otto // + 8. I645 name Otto of_Austria // + 9. I1038 name Ortrud of_Schleswig- Holstein// + 10. I1082 name Olga of_Russia // + 11. I1554 name Odo of_Bayeux // + 12. I1577 name Olga // + 13. I1613 name Oscar_I // + 14. I1726 name of_Schomberg // + 15. I1783 name Ordmaer // + 16. I1785 name Ordgar of_Devon Ealdorman// + 17. I1813 name Otho_I the_Great // + 18. I1926 name Osbern Fitz Richard// + 19. I1935 name Owain // + 20. I1952 name Owain Gwynedd // + 21. I1967 name Osburh // + 22. I1976 name Oslac // + 23. I2036 name Oswald of_Northumbria // + 24. I2061 name Otho of_Montferrat // + 25. I2151 name of_Dalhousie XIII// + 26. I2160 name of_Mount_Temple // + 27. I2161 name of_Lodesborough // + 28. I2169 name Owain // + 29. I2269 name of_Burgandy // + 30. I2509 name of_Angouleme // + 31. I2510 name of_Berry // + 32. I2594 name Oda of_Bavaria // + 33. I2598 name Otto of_Saxony // + 34. I2602 name Otto_I // + 35. I2702 name Oluf of_Rosenborg // + 36. I2770 name Oscar // + 37. I2781 name Oscar // + 38. I2964 name Olga // +[0151] Name rkey: NPB245 offs: 0x000058ed lens: 0x00000026 + 0x000068ed: Ncount 1 + Keys and string offsets, strings + 1. 0x000068f1:RKEY I175 0x000068f9:offset 0x00000000 + 0x000068fd:string 'Patrick /Bowes-Lyon/' + Assembled data for NPB245 + 1. I175 name Patrick /Bowes-Lyon/ +[0152] Name rkey: NPB536 offs: 0x00005913 lens: 0x00000021 + 0x00006913: Ncount 1 + Keys and string offsets, strings + 1. 0x00006917:RKEY I2626 0x0000691f:offset 0x00000000 + 0x00006923:string 'Philip /Bender/' + Assembled data for NPB536 + 1. I2626 name Philip /Bender/ +[0153] Name rkey: NPD142 offs: 0x00005934 lens: 0x00000026 + 0x00006934: Ncount 1 + Keys and string offsets, strings + 1. 0x00006938:RKEY I635 0x00006940:offset 0x00000000 + 0x00006944:string 'Pierre /de_Polignac/' + Assembled data for NPD142 + 1. I635 name Pierre /de_Polignac/ +[0154] Name rkey: NPD626 offs: 0x0000595a lens: 0x0000001f + 0x0000695a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000695e:RKEY I1136 0x00006966:offset 0x00000000 + 0x0000696a:string 'Paul /Druker/' + Assembled data for NPD626 + 1. I1136 name Paul /Druker/ +[0155] Name rkey: NPH614 offs: 0x00005979 lens: 0x00000022 + 0x00006979: Ncount 1 + Keys and string offsets, strings + 1. 0x0000697d:RKEY I2480 0x00006985:offset 0x00000000 + 0x00006989:string 'Philip /Hurepel/' + Assembled data for NPH614 + 1. I2480 name Philip /Hurepel/ +[0156] Name rkey: NPH630 offs: 0x0000599b lens: 0x00000021 + 0x0000699b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000699f:RKEY I2367 0x000069a7:offset 0x00000000 + 0x000069ab:string 'Philip /Howard/' + Assembled data for NPH630 + 1. I2367 name Philip /Howard/ +[0157] Name rkey: NPL525 offs: 0x000059bc lens: 0x00000026 + 0x000069bc: Ncount 1 + Keys and string offsets, strings + 1. 0x000069c0:RKEY I2805 0x000069c8:offset 0x00000000 + 0x000069cc:string 'Peter /Langenskiold/' + Assembled data for NPL525 + 1. I2805 name Peter /Langenskiold/ +[0158] Name rkey: NPM300 offs: 0x000059e2 lens: 0x0000001f + 0x000069e2: Ncount 1 + Keys and string offsets, strings + 1. 0x000069e6:RKEY I2960 0x000069ee:offset 0x00000000 + 0x000069f2:string 'Paul /Mowatt/' + Assembled data for NPM300 + 1. I2960 name Paul /Mowatt/ +[0159] Name rkey: NPM520 offs: 0x00005a01 lens: 0x00000020 + 0x00006a01: Ncount 1 + Keys and string offsets, strings + 1. 0x00006a05:RKEY I1065 0x00006a0d:offset 0x00000000 + 0x00006a11:string 'Petros /Manos/' + Assembled data for NPM520 + 1. I1065 name Petros /Manos/ +[0160] Name rkey: NPM531 offs: 0x00005a21 lens: 0x0000006c + 0x00006a21: Ncount 3 + Keys and string offsets, strings + 1. 0x00006a25:RKEY I57 0x00006a3d:offset 0x00000000 + 0x00006a49:string 'Philip /Mountbatten/' + 2. 0x00006a2d:RKEY I500 0x00006a41:offset 0x00000016 + 0x00006a5f:string 'Patricia /Mountbatten/' + 3. 0x00006a35:RKEY I501 0x00006a45:offset 0x0000002e + 0x00006a77:string 'Pamela /Mountbatten/' + Assembled data for NPM531 + 1. I57 name Philip /Mountbatten/ + 2. I500 name Patricia /Mountbatten/ + 3. I501 name Pamela /Mountbatten/ +[0161] Name rkey: NPM635 offs: 0x00005a8d lens: 0x00000025 + 0x00006a8d: Ncount 1 + Keys and string offsets, strings + 1. 0x00006a91:RKEY I2285 0x00006a99:offset 0x00000000 + 0x00006a9d:string 'Philippa /Mortimer/' + Assembled data for NPM635 + 1. I2285 name Philippa /Mortimer/ +[0162] Name rkey: NPO435 offs: 0x00005ab2 lens: 0x0000006a + 0x00006ab2: Ncount 3 + Keys and string offsets, strings + 1. 0x00006ab6:RKEY I232 0x00006ace:offset 0x00000000 + 0x00006ada:string 'Paul_I /Oldenburg/' + 2. 0x00006abe:RKEY I1060 0x00006ad2:offset 0x00000014 + 0x00006aee:string 'Paul of_Sparta /Oldenburg/' + 3. 0x00006ac6:RKEY I2693 0x00006ad6:offset 0x0000002f + 0x00006b09:string 'Peter /Oldenburg/' + Assembled data for NPO435 + 1. I232 name Paul_I /Oldenburg/ + 2. I1060 name Paul of_Sparta /Oldenburg/ + 3. I2693 name Peter /Oldenburg/ +[0163] Name rkey: NPP412 offs: 0x00005b1c lens: 0x0000004a + 0x00006b1c: Ncount 2 + Keys and string offsets, strings + 1. 0x00006b20:RKEY I63 0x00006b30:offset 0x00000000 + 0x00006b38:string 'Peter Mark Andrew/Phillips/' + 2. 0x00006b28:RKEY I2968 0x00006b34:offset 0x0000001c + 0x00006b54:string 'Peter /Phillips/' + Assembled data for NPP412 + 1. I63 name Peter Mark Andrew/Phillips/ + 2. I2968 name Peter /Phillips/ +[0164] Name rkey: NPR100 offs: 0x00005b66 lens: 0x0000002a + 0x00006b66: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b6a:RKEY I1127 0x00006b72:offset 0x00000000 + 0x00006b76:string 'Paola di_Calabria /Ruffo/' + Assembled data for NPR100 + 1. I1127 name Paola di_Calabria /Ruffo/ +[0165] Name rkey: NPR120 offs: 0x00005b90 lens: 0x00000026 + 0x00006b90: Ncount 1 + Keys and string offsets, strings + 1. 0x00006b94:RKEY I2664 0x00006b9c:offset 0x00000000 + 0x00006ba0:string 'Praskovia /Rayevska/' + Assembled data for NPR120 + 1. I2664 name Praskovia /Rayevska/ +[0166] Name rkey: NPR300 offs: 0x00005bb6 lens: 0x00000028 + 0x00006bb6: Ncount 1 + Keys and string offsets, strings + 1. 0x00006bba:RKEY I2063 0x00006bc2:offset 0x00000000 + 0x00006bc6:string 'Payne of_Guienne /Roet/' + Assembled data for NPR300 + 1. I2063 name Payne of_Guienne /Roet/ +[0167] Name rkey: NPR362 offs: 0x00005bde lens: 0x00000026 + 0x00006bde: Ncount 1 + Keys and string offsets, strings + 1. 0x00006be2:RKEY I2800 0x00006bea:offset 0x00000000 + 0x00006bee:string 'Pontus /Reutersward/' + Assembled data for NPR362 + 1. I2800 name Pontus /Reutersward/ +[0168] Name rkey: NPR551 offs: 0x00005c04 lens: 0x000000d0 + 0x00006c04: Ncount 6 + Keys and string offsets, strings + 1. 0x00006c08:RKEY I152 0x00006c38:offset 0x00000000 + 0x00006c50:string 'Paul Alexandrovich /Romanov/' + 2. 0x00006c10:RKEY I1294 0x00006c3c:offset 0x0000001d + 0x00006c6d:string 'Paul_I /Romanov/' + 3. 0x00006c18:RKEY I1300 0x00006c40:offset 0x0000002f + 0x00006c7f:string 'Peter_III /Romanov/' + 4. 0x00006c20:RKEY I1301 0x00006c44:offset 0x00000044 + 0x00006c94:string 'Peter_I the_Great /Romanov/' + 5. 0x00006c28:RKEY I1308 0x00006c48:offset 0x00000060 + 0x00006cb0:string 'Peter_II /Romanov/' + 6. 0x00006c30:RKEY I1407 0x00006c4c:offset 0x00000074 + 0x00006cc4:string 'Paul /Romanov/' + Assembled data for NPR551 + 1. I152 name Paul Alexandrovich /Romanov/ + 2. I1294 name Paul_I /Romanov/ + 3. I1300 name Peter_III /Romanov/ + 4. I1301 name Peter_I the_Great /Romanov/ + 5. I1308 name Peter_II /Romanov/ + 6. I1407 name Paul /Romanov/ +[0169] Name rkey: NPS532 offs: 0x00005cd4 lens: 0x00000025 + 0x00006cd4: Ncount 1 + Keys and string offsets, strings + 1. 0x00006cd8:RKEY I804 0x00006ce0:offset 0x00000000 + 0x00006ce4:string 'Peter /Shand-Kydde/' + Assembled data for NPS532 + 1. I804 name Peter /Shand-Kydde/ +[0170] Name rkey: NPT240 offs: 0x00005cf9 lens: 0x00000025 + 0x00006cf9: Ncount 1 + Keys and string offsets, strings + 1. 0x00006cfd:RKEY I314 0x00006d05:offset 0x00000000 + 0x00006d09:string 'Patricia /Tuckwell/' + Assembled data for NPT240 + 1. I314 name Patricia /Tuckwell/ + +0x00006d1e: EOF (0x00006d1e) GOOD + +BLOCK - DIRECTORY ab/ae +0x00000000:ix_self: 0x00010004 (ab/ae) +0x00000004:ix_type: 2 (BLOCK) +0x00000006:ix_pad1: 0x0000 +0x00000008:ix_parent: 0x00000000 (aa/aa) +0x0000000c:ix_nkeys: 158 +0x0000000e:ix_rkey[0000]: ' NPV514' +0x00000016:ix_rkey[0001]: ' NPV524' +0x0000001e:ix_rkey[0002]: ' NPW635' +0x00000026:ix_rkey[0003]: ' NPZ999' +0x0000002e:ix_rkey[0004]: ' NRB245' +0x00000036:ix_rkey[0005]: ' NRB251' +0x0000003e:ix_rkey[0006]: ' NRB516' +0x00000046:ix_rkey[0007]: ' NRB525' +0x0000004e:ix_rkey[0008]: ' NRB620' +0x00000056:ix_rkey[0009]: ' NRB652' +0x0000005e:ix_rkey[0010]: ' NRC150' +0x00000066:ix_rkey[0011]: ' NRC400' +0x0000006e:ix_rkey[0012]: ' NRC600' +0x00000076:ix_rkey[0013]: ' NRC634' +0x0000007e:ix_rkey[0014]: ' NRD162' +0x00000086:ix_rkey[0015]: ' NRD340' +0x0000008e:ix_rkey[0016]: ' NRD640' +0x00000096:ix_rkey[0017]: ' NRF324' +0x0000009e:ix_rkey[0018]: ' NRF420' +0x000000a6:ix_rkey[0019]: ' NRF600' +0x000000ae:ix_rkey[0020]: ' NRF622' +0x000000b6:ix_rkey[0021]: ' NRF662' +0x000000be:ix_rkey[0022]: ' NRG400' +0x000000c6:ix_rkey[0023]: ' NRH420' +0x000000ce:ix_rkey[0024]: ' NRK320' +0x000000d6:ix_rkey[0025]: ' NRL242' +0x000000de:ix_rkey[0026]: ' NRL342' +0x000000e6:ix_rkey[0027]: ' NRL653' +0x000000ee:ix_rkey[0028]: ' NRM262' +0x000000f6:ix_rkey[0029]: ' NRM316' +0x000000fe:ix_rkey[0030]: ' NRM635' +0x00000106:ix_rkey[0031]: ' NRN140' +0x0000010e:ix_rkey[0032]: ' NRP400' +0x00000116:ix_rkey[0033]: ' NRP453' +0x0000011e:ix_rkey[0034]: ' NRR262' +0x00000126:ix_rkey[0035]: ' NRS152' +0x0000012e:ix_rkey[0036]: ' NRS346' +0x00000136:ix_rkey[0037]: ' NRS363' +0x0000013e:ix_rkey[0038]: ' NRV562' +0x00000146:ix_rkey[0039]: ' NRW314' +0x0000014e:ix_rkey[0040]: ' NRW424' +0x00000156:ix_rkey[0041]: ' NRW532' +0x0000015e:ix_rkey[0042]: ' NRZ999' +0x00000166:ix_rkey[0043]: ' NSA652' +0x0000016e:ix_rkey[0044]: ' NSB300' +0x00000176:ix_rkey[0045]: ' NSD131' +0x0000017e:ix_rkey[0046]: ' NSD553' +0x00000186:ix_rkey[0047]: ' NSF616' +0x0000018e:ix_rkey[0048]: ' NSF622' +0x00000196:ix_rkey[0049]: ' NSG600' +0x0000019e:ix_rkey[0050]: ' NSH516' +0x000001a6:ix_rkey[0051]: ' NSH524' +0x000001ae:ix_rkey[0052]: ' NSH532' +0x000001b6:ix_rkey[0053]: ' NSH643' +0x000001be:ix_rkey[0054]: ' NSK610' +0x000001c6:ix_rkey[0055]: ' NSL153' +0x000001ce:ix_rkey[0056]: ' NSL242' +0x000001d6:ix_rkey[0057]: ' NSL252' +0x000001de:ix_rkey[0058]: ' NSM250' +0x000001e6:ix_rkey[0059]: ' NSO145' +0x000001ee:ix_rkey[0060]: ' NSO235' +0x000001f6:ix_rkey[0061]: ' NSO435' +0x000001fe:ix_rkey[0062]: ' NSR163' +0x00000206:ix_rkey[0063]: ' NSR232' +0x0000020e:ix_rkey[0064]: ' NSR551' +0x00000216:ix_rkey[0065]: ' NSS152' +0x0000021e:ix_rkey[0066]: ' NSS363' +0x00000226:ix_rkey[0067]: ' NSS364' +0x0000022e:ix_rkey[0068]: ' NSS564' +0x00000236:ix_rkey[0069]: ' NST360' +0x0000023e:ix_rkey[0070]: ' NST524' +0x00000246:ix_rkey[0071]: ' NSU452' +0x0000024e:ix_rkey[0072]: ' NSW342' +0x00000256:ix_rkey[0073]: ' NSW623' +0x0000025e:ix_rkey[0074]: ' NSW635' +0x00000266:ix_rkey[0075]: ' NSZ999' +0x0000026e:ix_rkey[0076]: ' NTB163' +0x00000276:ix_rkey[0077]: ' NTB300' +0x0000027e:ix_rkey[0078]: ' NTB450' +0x00000286:ix_rkey[0079]: ' NTB623' +0x0000028e:ix_rkey[0080]: ' NTC200' +0x00000296:ix_rkey[0081]: ' NTC416' +0x0000029e:ix_rkey[0082]: ' NTC635' +0x000002a6:ix_rkey[0083]: ' NTD215' +0x000002ae:ix_rkey[0084]: ' NTF622' +0x000002b6:ix_rkey[0085]: ' NTG600' +0x000002be:ix_rkey[0086]: ' NTH453' +0x000002c6:ix_rkey[0087]: ' NTH630' +0x000002ce:ix_rkey[0088]: ' NTK200' +0x000002d6:ix_rkey[0089]: ' NTK421' +0x000002de:ix_rkey[0090]: ' NTK500' +0x000002e6:ix_rkey[0091]: ' NTL235' +0x000002ee:ix_rkey[0092]: ' NTL242' +0x000002f6:ix_rkey[0093]: ' NTL512' +0x000002fe:ix_rkey[0094]: ' NTM252' +0x00000306:ix_rkey[0095]: ' NTM531' +0x0000030e:ix_rkey[0096]: ' NTN140' +0x00000316:ix_rkey[0097]: ' NTN463' +0x0000031e:ix_rkey[0098]: ' NTP552' +0x00000326:ix_rkey[0099]: ' NTP600' +0x0000032e:ix_rkey[0100]: ' NTS342' +0x00000336:ix_rkey[0101]: ' NTS354' +0x0000033e:ix_rkey[0102]: ' NTS560' +0x00000346:ix_rkey[0103]: ' NTT616' +0x0000034e:ix_rkey[0104]: ' NTW614' +0x00000356:ix_rkey[0105]: ' NTZ999' +0x0000035e:ix_rkey[0106]: ' NUB260' +0x00000366:ix_rkey[0107]: ' NUS545' +0x0000036e:ix_rkey[0108]: ' NUW635' +0x00000376:ix_rkey[0109]: ' NUZ999' +0x0000037e:ix_rkey[0110]: ' NVB000' +0x00000386:ix_rkey[0111]: ' NVB245' +0x0000038e:ix_rkey[0112]: ' NVG620' +0x00000396:ix_rkey[0113]: ' NVH516' +0x0000039e:ix_rkey[0114]: ' NVK651' +0x000003a6:ix_rkey[0115]: ' NVL230' +0x000003ae:ix_rkey[0116]: ' NVM552' +0x000003b6:ix_rkey[0117]: ' NVR551' +0x000003be:ix_rkey[0118]: ' NVV253' +0x000003c6:ix_rkey[0119]: ' NVZ999' +0x000003ce:ix_rkey[0120]: ' NWB626' +0x000003d6:ix_rkey[0121]: ' NWC153' +0x000003de:ix_rkey[0122]: ' NWC240' +0x000003e6:ix_rkey[0123]: ' NWC600' +0x000003ee:ix_rkey[0124]: ' NWC635' +0x000003f6:ix_rkey[0125]: ' NWD125' +0x000003fe:ix_rkey[0126]: ' NWD162' +0x00000406:ix_rkey[0127]: ' NWF420' +0x0000040e:ix_rkey[0128]: ' NWF632' +0x00000416:ix_rkey[0129]: ' NWG400' +0x0000041e:ix_rkey[0130]: ' NWH400' +0x00000426:ix_rkey[0131]: ' NWH516' +0x0000042e:ix_rkey[0132]: ' NWH524' +0x00000436:ix_rkey[0133]: ' NWH630' +0x0000043e:ix_rkey[0134]: ' NWK140' +0x00000446:ix_rkey[0135]: ' NWK542' +0x0000044e:ix_rkey[0136]: ' NWL342' +0x00000456:ix_rkey[0137]: ' NWL532' +0x0000045e:ix_rkey[0138]: ' NWM532' +0x00000466:ix_rkey[0139]: ' NWM600' +0x0000046e:ix_rkey[0140]: ' NWM624' +0x00000476:ix_rkey[0141]: ' NWO435' +0x0000047e:ix_rkey[0142]: ' NWP235' +0x00000486:ix_rkey[0143]: ' NWP600' +0x0000048e:ix_rkey[0144]: ' NWS363' +0x00000496:ix_rkey[0145]: ' NWS560' +0x0000049e:ix_rkey[0146]: ' NWS564' +0x000004a6:ix_rkey[0147]: ' NWV525' +0x000004ae:ix_rkey[0148]: ' NWW532' +0x000004b6:ix_rkey[0149]: ' NWW624' +0x000004be:ix_rkey[0150]: ' NWW635' +0x000004c6:ix_rkey[0151]: ' NWZ999' +0x000004ce:ix_rkey[0152]: ' NXR551' +0x000004d6:ix_rkey[0153]: ' NXZ999' +0x000004de:ix_rkey[0154]: ' NYZ999' +0x000004e6:ix_rkey[0155]: ' NZP412' +0x000004ee:ix_rkey[0156]: ' NZR212' +0x000004f6:ix_rkey[0157]: ' NZZ999' + +deleted/unused entries +0x000004fe-0x00000805:ix_rkey[0158-0254] default value 0x0000000000000000 +0x00000806:ix_pad2: 0x0000 +0x00000808:ix_offs[0000]: 0x00000000 0x00000c04:ix_lens[0000]: 0x00000029 +0x0000080c:ix_offs[0001]: 0x00000029 0x00000c08:ix_lens[0001]: 0x00000040 +0x00000810:ix_offs[0002]: 0x00000069 0x00000c0c:ix_lens[0002]: 0x0000008a +0x00000814:ix_offs[0003]: 0x000000f3 0x00000c10:ix_lens[0003]: 0x00000623 +0x00000818:ix_offs[0004]: 0x00000716 0x00000c14:ix_lens[0004]: 0x00000023 +0x0000081c:ix_offs[0005]: 0x00000739 0x00000c18:ix_lens[0005]: 0x00000025 +0x00000820:ix_offs[0006]: 0x0000075e 0x00000c1c:ix_lens[0006]: 0x00000024 +0x00000824:ix_offs[0007]: 0x00000782 0x00000c20:ix_lens[0007]: 0x00000052 +0x00000828:ix_offs[0008]: 0x000007d4 0x00000c24:ix_lens[0008]: 0x00000082 +0x0000082c:ix_offs[0009]: 0x00000856 0x00000c28:ix_lens[0009]: 0x00000075 +0x00000830:ix_offs[0010]: 0x000008cb 0x00000c2c:ix_lens[0010]: 0x0000003e +0x00000834:ix_offs[0011]: 0x00000909 0x00000c30:ix_lens[0011]: 0x0000001f +0x00000838:ix_offs[0012]: 0x00000928 0x00000c34:ix_lens[0012]: 0x0000001f +0x0000083c:ix_offs[0013]: 0x00000947 0x00000c38:ix_lens[0013]: 0x00000023 +0x00000840:ix_offs[0014]: 0x0000096a 0x00000c3c:ix_lens[0014]: 0x00000042 +0x00000844:ix_offs[0015]: 0x000009ac 0x00000c40:ix_lens[0015]: 0x0000002d +0x00000848:ix_offs[0016]: 0x000009d9 0x00000c44:ix_lens[0016]: 0x00000022 +0x0000084c:ix_offs[0017]: 0x000009fb 0x00000c48:ix_lens[0017]: 0x00000024 +0x00000850:ix_offs[0018]: 0x00000a1f 0x00000c4c:ix_lens[0018]: 0x00000023 +0x00000854:ix_offs[0019]: 0x00000a42 0x00000c50:ix_lens[0019]: 0x0000001f +0x00000858:ix_offs[0020]: 0x00000a61 0x00000c54:ix_lens[0020]: 0x00000027 +0x0000085c:ix_offs[0021]: 0x00000a88 0x00000c58:ix_lens[0021]: 0x00000022 +0x00000860:ix_offs[0022]: 0x00000aaa 0x00000c5c:ix_lens[0022]: 0x00000023 +0x00000864:ix_offs[0023]: 0x00000acd 0x00000c60:ix_lens[0023]: 0x0000002a +0x00000868:ix_offs[0024]: 0x00000af7 0x00000c64:ix_lens[0024]: 0x00000020 +0x0000086c:ix_offs[0025]: 0x00000b17 0x00000c68:ix_lens[0025]: 0x00000023 +0x00000870:ix_offs[0026]: 0x00000b3a 0x00000c6c:ix_lens[0026]: 0x00000023 +0x00000874:ix_offs[0027]: 0x00000b5d 0x00000c70:ix_lens[0027]: 0x0000002f +0x00000878:ix_offs[0028]: 0x00000b8c 0x00000c74:ix_lens[0028]: 0x00000032 +0x0000087c:ix_offs[0029]: 0x00000bbe 0x00000c78:ix_lens[0029]: 0x00000028 +0x00000880:ix_offs[0030]: 0x00000be6 0x00000c7c:ix_lens[0030]: 0x000000b8 +0x00000884:ix_offs[0031]: 0x00000c9e 0x00000c80:ix_lens[0031]: 0x00000041 +0x00000888:ix_offs[0032]: 0x00000cdf 0x00000c84:ix_lens[0032]: 0x00000020 +0x0000088c:ix_offs[0033]: 0x00000cff 0x00000c88:ix_lens[0033]: 0x00000056 +0x00000890:ix_offs[0034]: 0x00000d55 0x00000c8c:ix_lens[0034]: 0x00000022 +0x00000894:ix_offs[0035]: 0x00000d77 0x00000c90:ix_lens[0035]: 0x00000022 +0x00000898:ix_offs[0036]: 0x00000d99 0x00000c94:ix_lens[0036]: 0x00000027 +0x0000089c:ix_offs[0037]: 0x00000dc0 0x00000c98:ix_lens[0037]: 0x00000021 +0x000008a0:ix_offs[0038]: 0x00000de1 0x00000c9c:ix_lens[0038]: 0x0000002f +0x000008a4:ix_offs[0039]: 0x00000e10 0x00000ca0:ix_lens[0039]: 0x00000025 +0x000008a8:ix_offs[0040]: 0x00000e35 0x00000ca4:ix_lens[0040]: 0x00000025 +0x000008ac:ix_offs[0041]: 0x00000e5a 0x00000ca8:ix_lens[0041]: 0x0000005e +0x000008b0:ix_offs[0042]: 0x00000eb8 0x00000cac:ix_lens[0042]: 0x000006e6 +0x000008b4:ix_offs[0043]: 0x0000159e 0x00000cb0:ix_lens[0043]: 0x00000039 +0x000008b8:ix_offs[0044]: 0x000015d7 0x00000cb4:ix_lens[0044]: 0x0000001f +0x000008bc:ix_offs[0045]: 0x000015f6 0x00000cb8:ix_lens[0045]: 0x00000022 +0x000008c0:ix_offs[0046]: 0x00001618 0x00000cbc:ix_lens[0046]: 0x00000025 +0x000008c4:ix_offs[0047]: 0x0000163d 0x00000cc0:ix_lens[0047]: 0x0000002d +0x000008c8:ix_offs[0048]: 0x0000166a 0x00000cc4:ix_lens[0048]: 0x0000002a +0x000008cc:ix_offs[0049]: 0x00001694 0x00000cc8:ix_lens[0049]: 0x00000036 +0x000008d0:ix_offs[0050]: 0x000016ca 0x00000ccc:ix_lens[0050]: 0x00000066 +0x000008d4:ix_offs[0051]: 0x00001730 0x00000cd0:ix_lens[0051]: 0x0000004a +0x000008d8:ix_offs[0052]: 0x0000177a 0x00000cd4:ix_lens[0052]: 0x0000002a +0x000008dc:ix_offs[0053]: 0x000017a4 0x00000cd8:ix_lens[0053]: 0x00000023 +0x000008e0:ix_offs[0054]: 0x000017c7 0x00000cdc:ix_lens[0054]: 0x00000022 +0x000008e4:ix_offs[0055]: 0x000017e9 0x00000ce0:ix_lens[0055]: 0x00000026 +0x000008e8:ix_offs[0056]: 0x0000180f 0x00000ce4:ix_lens[0056]: 0x00000024 +0x000008ec:ix_offs[0057]: 0x00001833 0x00000ce8:ix_lens[0057]: 0x00000027 +0x000008f0:ix_offs[0058]: 0x0000185a 0x00000cec:ix_lens[0058]: 0x00000020 +0x000008f4:ix_offs[0059]: 0x0000187a 0x00000cf0:ix_lens[0059]: 0x00000023 +0x000008f8:ix_offs[0060]: 0x0000189d 0x00000cf4:ix_lens[0060]: 0x00000020 +0x000008fc:ix_offs[0061]: 0x000018bd 0x00000cf8:ix_lens[0061]: 0x0000002d +0x00000900:ix_offs[0062]: 0x000018ea 0x00000cfc:ix_lens[0062]: 0x00000021 +0x00000904:ix_offs[0063]: 0x0000190b 0x00000d00:ix_lens[0063]: 0x00000035 +0x00000908:ix_offs[0064]: 0x00001940 0x00000d04:ix_lens[0064]: 0x0000006b +0x0000090c:ix_offs[0065]: 0x000019ab 0x00000d08:ix_lens[0065]: 0x00000021 +0x00000910:ix_offs[0066]: 0x000019cc 0x00000d0c:ix_lens[0066]: 0x00000021 +0x00000914:ix_offs[0067]: 0x000019ed 0x00000d10:ix_lens[0067]: 0x00000023 +0x00000918:ix_offs[0068]: 0x00001a10 0x00000d14:ix_lens[0068]: 0x0000002b +0x0000091c:ix_offs[0069]: 0x00001a3b 0x00000d18:ix_lens[0069]: 0x00000036 +0x00000920:ix_offs[0070]: 0x00001a71 0x00000d1c:ix_lens[0070]: 0x00000025 +0x00000924:ix_offs[0071]: 0x00001a96 0x00000d20:ix_lens[0071]: 0x00000021 +0x00000928:ix_offs[0072]: 0x00001ab7 0x00000d24:ix_lens[0072]: 0x0000002c +0x0000092c:ix_offs[0073]: 0x00001ae3 0x00000d28:ix_lens[0073]: 0x00000024 +0x00000930:ix_offs[0074]: 0x00001b07 0x00000d2c:ix_lens[0074]: 0x00000050 +0x00000934:ix_offs[0075]: 0x00001b57 0x00000d30:ix_lens[0075]: 0x000007b1 +0x00000938:ix_offs[0076]: 0x00002308 0x00000d34:ix_lens[0076]: 0x00000023 +0x0000093c:ix_offs[0077]: 0x0000232b 0x00000d38:ix_lens[0077]: 0x0000001f +0x00000940:ix_offs[0078]: 0x0000234a 0x00000d3c:ix_lens[0078]: 0x0000002d +0x00000944:ix_offs[0079]: 0x00002377 0x00000d40:ix_lens[0079]: 0x00000025 +0x00000948:ix_offs[0080]: 0x0000239c 0x00000d44:ix_lens[0080]: 0x00000052 +0x0000094c:ix_offs[0081]: 0x000023ee 0x00000d48:ix_lens[0081]: 0x00000023 +0x00000950:ix_offs[0082]: 0x00002411 0x00000d4c:ix_lens[0082]: 0x00000024 +0x00000954:ix_offs[0083]: 0x00002435 0x00000d50:ix_lens[0083]: 0x00000031 +0x00000958:ix_offs[0084]: 0x00002466 0x00000d54:ix_lens[0084]: 0x00000023 +0x0000095c:ix_offs[0085]: 0x00002489 0x00000d58:ix_lens[0085]: 0x00000027 +0x00000960:ix_offs[0086]: 0x000024b0 0x00000d5c:ix_lens[0086]: 0x00000040 +0x00000964:ix_offs[0087]: 0x000024f0 0x00000d60:ix_lens[0087]: 0x00000139 +0x00000968:ix_offs[0088]: 0x00002629 0x00000d64:ix_lens[0088]: 0x00000020 +0x0000096c:ix_offs[0089]: 0x00002649 0x00000d68:ix_lens[0089]: 0x00000026 +0x00000970:ix_offs[0090]: 0x0000266f 0x00000d6c:ix_lens[0090]: 0x0000002f +0x00000974:ix_offs[0091]: 0x0000269e 0x00000d70:ix_lens[0091]: 0x00000023 +0x00000978:ix_offs[0092]: 0x000026c1 0x00000d74:ix_lens[0092]: 0x00000024 +0x0000097c:ix_offs[0093]: 0x000026e5 0x00000d78:ix_lens[0093]: 0x0000004c +0x00000980:ix_offs[0094]: 0x00002731 0x00000d7c:ix_lens[0094]: 0x00000026 +0x00000984:ix_offs[0095]: 0x00002757 0x00000d80:ix_lens[0095]: 0x00000054 +0x00000988:ix_offs[0096]: 0x000027ab 0x00000d84:ix_lens[0096]: 0x00000022 +0x0000098c:ix_offs[0097]: 0x000027cd 0x00000d88:ix_lens[0097]: 0x0000001f +0x00000990:ix_offs[0098]: 0x000027ec 0x00000d8c:ix_lens[0098]: 0x0000002c +0x00000994:ix_offs[0099]: 0x00002818 0x00000d90:ix_lens[0099]: 0x00000028 +0x00000998:ix_offs[0100]: 0x00002840 0x00000d94:ix_lens[0100]: 0x00000024 +0x0000099c:ix_offs[0101]: 0x00002864 0x00000d98:ix_lens[0101]: 0x00000022 +0x000009a0:ix_offs[0102]: 0x00002886 0x00000d9c:ix_lens[0102]: 0x00000040 +0x000009a4:ix_offs[0103]: 0x000028c6 0x00000da0:ix_lens[0103]: 0x00000025 +0x000009a8:ix_offs[0104]: 0x000028eb 0x00000da4:ix_lens[0104]: 0x0000002a +0x000009ac:ix_offs[0105]: 0x00002915 0x00000da8:ix_lens[0105]: 0x0000043d +0x000009b0:ix_offs[0106]: 0x00002d52 0x00000dac:ix_lens[0106]: 0x00000020 +0x000009b4:ix_offs[0107]: 0x00002d72 0x00000db0:ix_lens[0107]: 0x00000033 +0x000009b8:ix_offs[0108]: 0x00002da5 0x00000db4:ix_lens[0108]: 0x00000026 +0x000009bc:ix_offs[0109]: 0x00002dcb 0x00000db8:ix_lens[0109]: 0x00000382 +0x000009c0:ix_offs[0110]: 0x0000314d 0x00000dbc:ix_lens[0110]: 0x00000020 +0x000009c4:ix_offs[0111]: 0x0000316d 0x00000dc0:ix_lens[0111]: 0x0000002d +0x000009c8:ix_offs[0112]: 0x0000319a 0x00000dc4:ix_lens[0112]: 0x00000025 +0x000009cc:ix_offs[0113]: 0x000031bf 0x00000dc8:ix_lens[0113]: 0x00000024 +0x000009d0:ix_offs[0114]: 0x000031e3 0x00000dcc:ix_lens[0114]: 0x00000026 +0x000009d4:ix_offs[0115]: 0x00003209 0x00000dd0:ix_lens[0115]: 0x00000025 +0x000009d8:ix_offs[0116]: 0x0000322e 0x00000dd4:ix_lens[0116]: 0x0000002c +0x000009dc:ix_offs[0117]: 0x0000325a 0x00000dd8:ix_lens[0117]: 0x0000006f +0x000009e0:ix_offs[0118]: 0x000032c9 0x00000ddc:ix_lens[0118]: 0x0000002d +0x000009e4:ix_offs[0119]: 0x000032f6 0x00000de0:ix_lens[0119]: 0x00000245 +0x000009e8:ix_offs[0120]: 0x0000353b 0x00000de4:ix_lens[0120]: 0x00000025 +0x000009ec:ix_offs[0121]: 0x00003560 0x00000de8:ix_lens[0121]: 0x00000089 +0x000009f0:ix_offs[0122]: 0x000035e9 0x00000dec:ix_lens[0122]: 0x0000002d +0x000009f4:ix_offs[0123]: 0x00003616 0x00000df0:ix_lens[0123]: 0x00000021 +0x000009f8:ix_offs[0124]: 0x00003637 0x00000df4:ix_lens[0124]: 0x00000025 +0x000009fc:ix_offs[0125]: 0x0000365c 0x00000df8:ix_lens[0125]: 0x00000025 +0x00000a00:ix_offs[0126]: 0x00003681 0x00000dfc:ix_lens[0126]: 0x000000b0 +0x00000a04:ix_offs[0127]: 0x00003731 0x00000e00:ix_lens[0127]: 0x00000024 +0x00000a08:ix_offs[0128]: 0x00003755 0x00000e04:ix_lens[0128]: 0x00000024 +0x00000a0c:ix_offs[0129]: 0x00003779 0x00000e08:ix_lens[0129]: 0x00000025 +0x00000a10:ix_offs[0130]: 0x0000379e 0x00000e0c:ix_lens[0130]: 0x00000020 +0x00000a14:ix_offs[0131]: 0x000037be 0x00000e10:ix_lens[0131]: 0x0000005f +0x00000a18:ix_offs[0132]: 0x0000381d 0x00000e14:ix_lens[0132]: 0x00000037 +0x00000a1c:ix_offs[0133]: 0x00003854 0x00000e18:ix_lens[0133]: 0x0000004c +0x00000a20:ix_offs[0134]: 0x000038a0 0x00000e1c:ix_lens[0134]: 0x0000002e +0x00000a24:ix_offs[0135]: 0x000038ce 0x00000e20:ix_lens[0135]: 0x00000023 +0x00000a28:ix_offs[0136]: 0x000038f1 0x00000e24:ix_lens[0136]: 0x00000026 +0x00000a2c:ix_offs[0137]: 0x00003917 0x00000e28:ix_lens[0137]: 0x0000002d +0x00000a30:ix_offs[0138]: 0x00003944 0x00000e2c:ix_lens[0138]: 0x00000077 +0x00000a34:ix_offs[0139]: 0x000039bb 0x00000e30:ix_lens[0139]: 0x00000025 +0x00000a38:ix_offs[0140]: 0x000039e0 0x00000e34:ix_lens[0140]: 0x0000006c +0x00000a3c:ix_offs[0141]: 0x00003a4c 0x00000e38:ix_lens[0141]: 0x0000003c +0x00000a40:ix_offs[0142]: 0x00003a88 0x00000e3c:ix_lens[0142]: 0x00000022 +0x00000a44:ix_offs[0143]: 0x00003aaa 0x00000e40:ix_lens[0143]: 0x0000002e +0x00000a48:ix_offs[0144]: 0x00003ad8 0x00000e44:ix_lens[0144]: 0x0000004d +0x00000a4c:ix_offs[0145]: 0x00003b25 0x00000e48:ix_lens[0145]: 0x00000023 +0x00000a50:ix_offs[0146]: 0x00003b48 0x00000e4c:ix_lens[0146]: 0x00000025 +0x00000a54:ix_offs[0147]: 0x00003b6d 0x00000e50:ix_lens[0147]: 0x00000029 +0x00000a58:ix_offs[0148]: 0x00003b96 0x00000e54:ix_lens[0148]: 0x00000059 +0x00000a5c:ix_offs[0149]: 0x00003bef 0x00000e58:ix_lens[0149]: 0x00000023 +0x00000a60:ix_offs[0150]: 0x00003c12 0x00000e5c:ix_lens[0150]: 0x0000006b +0x00000a64:ix_offs[0151]: 0x00003c7d 0x00000e60:ix_lens[0151]: 0x000007e1 +0x00000a68:ix_offs[0152]: 0x0000445e 0x00000e64:ix_lens[0152]: 0x00000021 +0x00000a6c:ix_offs[0153]: 0x0000447f 0x00000e68:ix_lens[0153]: 0x0000001a +0x00000a70:ix_offs[0154]: 0x00004499 0x00000e6c:ix_lens[0154]: 0x000000b7 +0x00000a74:ix_offs[0155]: 0x00004550 0x00000e70:ix_lens[0155]: 0x0000002e +0x00000a78:ix_offs[0156]: 0x0000457e 0x00000e74:ix_lens[0156]: 0x00000025 +0x00000a7c:ix_offs[0157]: 0x000045a3 0x00000e78:ix_lens[0157]: 0x00000062 + +0x00000a80-0x00000c03:ix_offs[0158-0254] default value 0x00000000 +0x00000e7c-0x00000fff:ix_lens[0158-0254] default value 0x00000000 + +BLOCK - DATA +[0000] Name rkey: NPV514 offs: 0x00000000 lens: 0x00000029 + 0x00001000: Ncount 1 + Keys and string offsets, strings + 1. 0x00001004:RKEY I1687 0x0000100c:offset 0x00000000 + 0x00001010:string 'Peter /van_Vollenhoven/' + Assembled data for NPV514 + 1. I1687 name Peter /van_Vollenhoven/ +[0001] Name rkey: NPV524 offs: 0x00000029 lens: 0x00000040 + 0x00001029: Ncount 2 + Keys and string offsets, strings + 1. 0x0000102d:RKEY I307 0x0000103d:offset 0x00000000 + 0x00001045:string 'Paul /von_Hugel/' + 2. 0x00001035:RKEY I308 0x00001041:offset 0x00000012 + 0x00001057:string 'Paul /von_Hugel/' + Assembled data for NPV524 + 1. I307 name Paul /von_Hugel/ + 2. I308 name Paul /von_Hugel/ +[0002] Name rkey: NPW635 offs: 0x00000069 lens: 0x0000008a + 0x00001069: Ncount 4 + Keys and string offsets, strings + 1. 0x0000106d:RKEY I1073 0x0000108d:offset 0x00000000 + 0x0000109d:string 'Paul /Wurttemberg/' + 2. 0x00001075:RKEY I1087 0x00001091:offset 0x00000014 + 0x000010b1:string 'Paul /Wurttemberg/' + 3. 0x0000107d:RKEY I1088 0x00001095:offset 0x00000028 + 0x000010c5:string 'Pauline /Wurttemberg/' + 4. 0x00001085:RKEY I1092 0x00001099:offset 0x0000003f + 0x000010dc:string 'Pauline /Wurttemberg/' + Assembled data for NPW635 + 1. I1073 name Paul /Wurttemberg/ + 2. I1087 name Paul /Wurttemberg/ + 3. I1088 name Pauline /Wurttemberg/ + 4. I1092 name Pauline /Wurttemberg/ +[0003] Name rkey: NPZ999 offs: 0x000000f3 lens: 0x00000623 + 0x000010f3: Ncount 50 + Keys and string offsets, strings + 1. 0x000010f7:RKEY I123 0x00001287:offset 0x00000000 + 0x0000134f:string 'Patricia //' + 2. 0x000010ff:RKEY I444 0x0000128b:offset 0x0000000d + 0x0000135c:string 'Philip of_Asturias //' + 3. 0x00001107:RKEY I475 0x0000128f:offset 0x00000023 + 0x00001372:string 'Peter_II of_Yugoslavia //' + 4. 0x0000110f:RKEY I515 0x00001293:offset 0x0000003d + 0x0000138c:string 'Paul Frederick //' + 5. 0x00001117:RKEY I751 0x00001297:offset 0x0000004f + 0x0000139e:string 'Philippe of_Orleans //' + 6. 0x0000111f:RKEY I870 0x0000129b:offset 0x00000066 + 0x000013b5:string 'Philip_II //' + 7. 0x00001127:RKEY I879 0x0000129f:offset 0x00000074 + 0x000013c3:string 'Peter of_Yugoslavia //' + 8. 0x0000112f:RKEY I880 0x000012a3:offset 0x0000008b + 0x000013da:string 'Philip of_Yugoslavia //' + 9. 0x00001137:RKEY I935 0x000012a7:offset 0x000000a3 + 0x000013f2:string 'Philip //' + 10. 0x0000113f:RKEY I1078 0x000012ab:offset 0x000000ae + 0x000013fd:string 'Pauline of_Wurttemberg //' + 11. 0x00001147:RKEY I1111 0x000012af:offset 0x000000c8 + 0x00001417:string 'Pedro_V //' + 12. 0x0000114f:RKEY I1114 0x000012b3:offset 0x000000d4 + 0x00001423:string 'Philip of_Flanders //' + 13. 0x00001157:RKEY I1128 0x000012b7:offset 0x000000ea + 0x00001439:string 'Philippe //' + 14. 0x0000115f:RKEY I1165 0x000012bb:offset 0x000000f7 + 0x00001446:string 'Philippine Charlotte //' + 15. 0x00001167:RKEY I1228 0x000012bf:offset 0x0000010f + 0x0000145e:string 'Philippa //' + 16. 0x0000116f:RKEY I1230 0x000012c3:offset 0x0000011c + 0x0000146b:string 'Philippa of_Hainault //' + 17. 0x00001177:RKEY I1348 0x000012c7:offset 0x00000134 + 0x00001483:string 'Philippa of_Ulster //' + 18. 0x0000117f:RKEY I1361 0x000012cb:offset 0x0000014a + 0x00001499:string 'Peter of_Oldenburg //' + 19. 0x00001187:RKEY I1501 0x000012cf:offset 0x00000160 + 0x000014af:string 'Philippa of_Lancaster //' + 20. 0x0000118f:RKEY I1704 0x000012d3:offset 0x00000179 + 0x000014c8:string 'Pepin the_Hunchback //' + 21. 0x00001197:RKEY I1739 0x000012d7:offset 0x00000190 + 0x000014df:string 'Philip_III the_Bold //' + 22. 0x0000119f:RKEY I1899 0x000012db:offset 0x000001a7 + 0x000014f6:string 'Piers De_Braose //' + 23. 0x000011a7:RKEY I1903 0x000012df:offset 0x000001ba + 0x00001509:string 'Philip_IV the_Fair //' + 24. 0x000011af:RKEY I2062 0x000012e3:offset 0x000001d0 + 0x0000151f:string 'Pedro_III of_Castile //' + 25. 0x000011b7:RKEY I2115 0x000012e7:offset 0x000001e8 + 0x00001537:string 'Philip //' + 26. 0x000011bf:RKEY I2131 0x000012eb:offset 0x000001f3 + 0x00001542:string 'Philip_IV //' + 27. 0x000011c7:RKEY I2132 0x000012ef:offset 0x00000201 + 0x00001550:string 'Philip_III //' + 28. 0x000011cf:RKEY I2270 0x000012f3:offset 0x00000210 + 0x0000155f:string 'Peter of_Luxemburg //' + 29. 0x000011d7:RKEY I2296 0x000012f7:offset 0x00000226 + 0x00001575:string 'Philippa //' + 30. 0x000011df:RKEY I2424 0x000012fb:offset 0x00000233 + 0x00001582:string 'Philip_V //' + 31. 0x000011e7:RKEY I2451 0x000012ff:offset 0x00000240 + 0x0000158f:string 'Philip_II Augustus //' + 32. 0x000011ef:RKEY I2454 0x00001303:offset 0x00000256 + 0x000015a5:string 'Philip_I the_Fair //' + 33. 0x000011f7:RKEY I2465 0x00001307:offset 0x0000026b + 0x000015ba:string 'Philip_V the_Tall //' + 34. 0x000011ff:RKEY I2469 0x0000130b:offset 0x00000280 + 0x000015cf:string 'Philip //' + 35. 0x00001207:RKEY I2471 0x0000130f:offset 0x0000028b + 0x000015da:string 'Pierre de_Courtenay //' + 36. 0x0000120f:RKEY I2473 0x00001313:offset 0x000002a2 + 0x000015f1:string 'Philip //' + 37. 0x00001217:RKEY I2494 0x00001317:offset 0x000002ad + 0x000015fc:string 'Philip_VI of_Valois //' + 38. 0x0000121f:RKEY I2517 0x0000131b:offset 0x000002c4 + 0x00001613:string 'Philippe Duc_de_Chartes //' + 39. 0x00001227:RKEY I2518 0x0000131f:offset 0x000002df + 0x0000162e:string 'Philip the_Bold //' + 40. 0x0000122f:RKEY I2530 0x00001323:offset 0x000002f2 + 0x00001641:string 'Peter_I //' + 41. 0x00001237:RKEY I2552 0x00001327:offset 0x000002fe + 0x0000164d:string 'Pepin //' + 42. 0x0000123f:RKEY I2561 0x0000132b:offset 0x00000308 + 0x00001657:string 'Pepin_I of_Aquitaine //' + 43. 0x00001247:RKEY I2570 0x0000132f:offset 0x00000320 + 0x0000166f:string 'Pepin_II of_Aquitaine //' + 44. 0x0000124f:RKEY I2609 0x00001333:offset 0x00000339 + 0x00001688:string 'Pepin the_Short //' + 45. 0x00001257:RKEY I2688 0x00001337:offset 0x0000034c + 0x0000169b:string 'Peter_I //' + 46. 0x0000125f:RKEY I2847 0x0000133b:offset 0x00000358 + 0x000016a7:string 'Perikles Joannides //' + 47. 0x00001267:RKEY I2885 0x0000133f:offset 0x0000036e + 0x000016bd:string 'Philip_I the_Handsome //' + 48. 0x0000126f:RKEY I2893 0x00001343:offset 0x00000387 + 0x000016d6:string 'Philibert_II //' + 49. 0x00001277:RKEY I2907 0x00001347:offset 0x00000398 + 0x000016e7:string 'Philip of_Saxe-Coburg //' + 50. 0x0000127f:RKEY I2965 0x0000134b:offset 0x000003b1 + 0x00001700:string 'Paul of_Yugoslavia //' + Assembled data for NPZ999 + 1. I123 name Patricia // + 2. I444 name Philip of_Asturias // + 3. I475 name Peter_II of_Yugoslavia // + 4. I515 name Paul Frederick // + 5. I751 name Philippe of_Orleans // + 6. I870 name Philip_II // + 7. I879 name Peter of_Yugoslavia // + 8. I880 name Philip of_Yugoslavia // + 9. I935 name Philip // + 10. I1078 name Pauline of_Wurttemberg // + 11. I1111 name Pedro_V // + 12. I1114 name Philip of_Flanders // + 13. I1128 name Philippe // + 14. I1165 name Philippine Charlotte // + 15. I1228 name Philippa // + 16. I1230 name Philippa of_Hainault // + 17. I1348 name Philippa of_Ulster // + 18. I1361 name Peter of_Oldenburg // + 19. I1501 name Philippa of_Lancaster // + 20. I1704 name Pepin the_Hunchback // + 21. I1739 name Philip_III the_Bold // + 22. I1899 name Piers De_Braose // + 23. I1903 name Philip_IV the_Fair // + 24. I2062 name Pedro_III of_Castile // + 25. I2115 name Philip // + 26. I2131 name Philip_IV // + 27. I2132 name Philip_III // + 28. I2270 name Peter of_Luxemburg // + 29. I2296 name Philippa // + 30. I2424 name Philip_V // + 31. I2451 name Philip_II Augustus // + 32. I2454 name Philip_I the_Fair // + 33. I2465 name Philip_V the_Tall // + 34. I2469 name Philip // + 35. I2471 name Pierre de_Courtenay // + 36. I2473 name Philip // + 37. I2494 name Philip_VI of_Valois // + 38. I2517 name Philippe Duc_de_Chartes // + 39. I2518 name Philip the_Bold // + 40. I2530 name Peter_I // + 41. I2552 name Pepin // + 42. I2561 name Pepin_I of_Aquitaine // + 43. I2570 name Pepin_II of_Aquitaine // + 44. I2609 name Pepin the_Short // + 45. I2688 name Peter_I // + 46. I2847 name Perikles Joannides // + 47. I2885 name Philip_I the_Handsome // + 48. I2893 name Philibert_II // + 49. I2907 name Philip of_Saxe-Coburg // + 50. I2965 name Paul of_Yugoslavia // +[0004] Name rkey: NRB245 offs: 0x00000716 lens: 0x00000023 + 0x00001716: Ncount 1 + Keys and string offsets, strings + 1. 0x0000171a:RKEY I179 0x00001722:offset 0x00000000 + 0x00001726:string 'Rose /Bowes-Lyon/' + Assembled data for NRB245 + 1. I179 name Rose /Bowes-Lyon/ +[0005] Name rkey: NRB251 offs: 0x00000739 lens: 0x00000025 + 0x00001739: Ncount 1 + Keys and string offsets, strings + 1. 0x0000173d:RKEY I2082 0x00001745:offset 0x00000000 + 0x00001749:string 'Richard /Beauchamp/' + Assembled data for NRB251 + 1. I2082 name Richard /Beauchamp/ +[0006] Name rkey: NRB516 offs: 0x0000075e lens: 0x00000024 + 0x0000175e: Ncount 1 + Keys and string offsets, strings + 1. 0x00001762:RKEY I2840 0x0000176a:offset 0x00000000 + 0x0000176e:string 'Roland /Bonaparte/' + Assembled data for NRB516 + 1. I2840 name Roland /Bonaparte/ +[0007] Name rkey: NRB525 offs: 0x00000782 lens: 0x00000052 + 0x00001782: Ncount 2 + Keys and string offsets, strings + 1. 0x00001786:RKEY I385 0x00001796:offset 0x00000000 + 0x0000179e:string 'Rosalind Cecilia Caroline/Bingham/' + 2. 0x0000178e:RKEY I1728 0x0000179a:offset 0x00000023 + 0x000017c1:string 'Richard /Bingham/' + Assembled data for NRB525 + 1. I385 name Rosalind Cecilia Caroline/Bingham/ + 2. I1728 name Richard /Bingham/ +[0008] Name rkey: NRB620 offs: 0x000007d4 lens: 0x00000082 + 0x000017d4: Ncount 4 + Keys and string offsets, strings + 1. 0x000017d8:RKEY I1447 0x000017f8:offset 0x00000000 + 0x00001808:string 'Robert_I /Bruce/' + 2. 0x000017e0:RKEY I1830 0x000017fc:offset 0x00000012 + 0x0000181a:string 'Robert /Bruce/' + 3. 0x000017e8:RKEY I1832 0x00001800:offset 0x00000022 + 0x0000182a:string 'Robert /Bruce/' + 4. 0x000017f0:RKEY I1835 0x00001804:offset 0x00000032 + 0x0000183a:string 'Robert of_Annandale /Bruce/' + Assembled data for NRB620 + 1. I1447 name Robert_I /Bruce/ + 2. I1830 name Robert /Bruce/ + 3. I1832 name Robert /Bruce/ + 4. I1835 name Robert of_Annandale /Bruce/ +[0009] Name rkey: NRB652 offs: 0x00000856 lens: 0x00000075 + 0x00001856: Ncount 3 + Keys and string offsets, strings + 1. 0x0000185a:RKEY I267 0x00001872:offset 0x00000000 + 0x0000187e:string 'Rosa /Baring/' + 2. 0x00001862:RKEY I1884 0x00001876:offset 0x0000000f + 0x0000188d:string 'Raymond of_Provence /Berengar/' + 3. 0x0000186a:RKEY I2483 0x0000187a:offset 0x0000002e + 0x000018ac:string 'Raymond of_Provence /Berenger/' + Assembled data for NRB652 + 1. I267 name Rosa /Baring/ + 2. I1884 name Raymond of_Provence /Berengar/ + 3. I2483 name Raymond of_Provence /Berenger/ +[0010] Name rkey: NRC150 offs: 0x000008cb lens: 0x0000003e + 0x000018cb: Ncount 2 + Keys and string offsets, strings + 1. 0x000018cf:RKEY I1900 0x000018df:offset 0x00000000 + 0x000018e7:string 'Ralph /Cobham/' + 2. 0x000018d7:RKEY I2268 0x000018e3:offset 0x00000010 + 0x000018f7:string 'Reynald /Cobham/' + Assembled data for NRC150 + 1. I1900 name Ralph /Cobham/ + 2. I2268 name Reynald /Cobham/ +[0011] Name rkey: NRC400 offs: 0x00000909 lens: 0x0000001f + 0x00001909: Ncount 1 + Keys and string offsets, strings + 1. 0x0000190d:RKEY I197 0x00001915:offset 0x00000000 + 0x00001919:string 'Rachel /Clay/' + Assembled data for NRC400 + 1. I197 name Rachel /Clay/ +[0012] Name rkey: NRC600 offs: 0x00000928 lens: 0x0000001f + 0x00001928: Ncount 1 + Keys and string offsets, strings + 1. 0x0000192c:RKEY I2386 0x00001934:offset 0x00000000 + 0x00001938:string 'Robert /Carr/' + Assembled data for NRC600 + 1. I2386 name Robert /Carr/ +[0013] Name rkey: NRC634 offs: 0x00000947 lens: 0x00000023 + 0x00001947: Ncount 1 + Keys and string offsets, strings + 1. 0x0000194b:RKEY I2997 0x00001953:offset 0x00000000 + 0x00001957:string 'Ronald /Cartland/' + Assembled data for NRC634 + 1. I2997 name Ronald /Cartland/ +[0014] Name rkey: NRD162 offs: 0x0000096a lens: 0x00000042 + 0x0000196a: Ncount 2 + Keys and string offsets, strings + 1. 0x0000196e:RKEY I2103 0x0000197e:offset 0x00000000 + 0x00001986:string 'Robert /Devereux/' + 2. 0x00001976:RKEY I2385 0x00001982:offset 0x00000013 + 0x00001999:string 'Robert /Devereux/' + Assembled data for NRD162 + 1. I2103 name Robert /Devereux/ + 2. I2385 name Robert /Devereux/ +[0015] Name rkey: NRD340 offs: 0x000009ac lens: 0x0000002d + 0x000019ac: Ncount 1 + Keys and string offsets, strings + 1. 0x000019b0:RKEY I2315 0x000019b8:offset 0x00000000 + 0x000019bc:string 'Robert of_Leicester /Dudley/' + Assembled data for NRD340 + 1. I2315 name Robert of_Leicester /Dudley/ +[0016] Name rkey: NRD640 offs: 0x000009d9 lens: 0x00000022 + 0x000019d9: Ncount 1 + Keys and string offsets, strings + 1. 0x000019dd:RKEY I2097 0x000019e5:offset 0x00000000 + 0x000019e9:string 'Richard /Darell/' + Assembled data for NRD640 + 1. I2097 name Richard /Darell/ +[0017] Name rkey: NRF324 offs: 0x000009fb lens: 0x00000024 + 0x000019fb: Ncount 1 + Keys and string offsets, strings + 1. 0x000019ff:RKEY I2289 0x00001a07:offset 0x00000000 + 0x00001a0b:string 'Richard /Fitzalan/' + Assembled data for NRF324 + 1. I2289 name Richard /Fitzalan/ +[0018] Name rkey: NRF420 offs: 0x00000a1f lens: 0x00000023 + 0x00001a1f: Ncount 1 + Keys and string offsets, strings + 1. 0x00001a23:RKEY I807 0x00001a2b:offset 0x00000000 + 0x00001a2f:string 'Robert /Fellowes/' + Assembled data for NRF420 + 1. I807 name Robert /Fellowes/ +[0019] Name rkey: NRF600 offs: 0x00000a42 lens: 0x0000001f + 0x00001a42: Ncount 1 + Keys and string offsets, strings + 1. 0x00001a46:RKEY I2094 0x00001a4e:offset 0x00000000 + 0x00001a52:string 'Richard /Fry/' + Assembled data for NRF600 + 1. I2094 name Richard /Fry/ +[0020] Name rkey: NRF622 offs: 0x00000a61 lens: 0x00000027 + 0x00001a61: Ncount 1 + Keys and string offsets, strings + 1. 0x00001a65:RKEY I169 0x00001a6d:offset 0x00000000 + 0x00001a71:string 'Ronald Ivor /Ferguson/' + Assembled data for NRF622 + 1. I169 name Ronald Ivor /Ferguson/ +[0021] Name rkey: NRF662 offs: 0x00000a88 lens: 0x00000022 + 0x00001a88: Ncount 1 + Keys and string offsets, strings + 1. 0x00001a8c:RKEY I2076 0x00001a94:offset 0x00000000 + 0x00001a98:string 'Robert /Ferrers/' + Assembled data for NRF662 + 1. I2076 name Robert /Ferrers/ +[0022] Name rkey: NRG400 offs: 0x00000aaa lens: 0x00000023 + 0x00001aaa: Ncount 1 + Keys and string offsets, strings + 1. 0x00001aae:RKEY I369 0x00001ab6:offset 0x00000000 + 0x00001aba:string 'Ruth Sylvia /Gill/' + Assembled data for NRG400 + 1. I369 name Ruth Sylvia /Gill/ +[0023] Name rkey: NRH420 offs: 0x00000acd lens: 0x0000002a + 0x00001acd: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ad1:RKEY I1898 0x00001ad9:offset 0x00000000 + 0x00001add:string 'Roger of_Harwich /Hayles/' + Assembled data for NRH420 + 1. I1898 name Roger of_Harwich /Hayles/ +[0024] Name rkey: NRK320 offs: 0x00000af7 lens: 0x00000020 + 0x00001af7: Ncount 1 + Keys and string offsets, strings + 1. 0x00001afb:RKEY I2755 0x00001b03:offset 0x00000000 + 0x00001b07:string 'Rudolf /Kautz/' + Assembled data for NRK320 + 1. I2755 name Rudolf /Kautz/ +[0025] Name rkey: NRL242 offs: 0x00000b17 lens: 0x00000023 + 0x00001b17: Ncount 1 + Keys and string offsets, strings + 1. 0x00001b1b:RKEY I947 0x00001b23:offset 0x00000000 + 0x00001b27:string 'Rowan /Lascelles/' + Assembled data for NRL242 + 1. I947 name Rowan /Lascelles/ +[0026] Name rkey: NRL342 offs: 0x00000b3a lens: 0x00000023 + 0x00001b3a: Ncount 1 + Keys and string offsets, strings + 1. 0x00001b3e:RKEY I391 0x00001b46:offset 0x00000000 + 0x00001b4a:string 'Ruth /Littlejohn/' + Assembled data for NRL342 + 1. I391 name Ruth /Littlejohn/ +[0027] Name rkey: NRL653 offs: 0x00000b5d lens: 0x0000002f + 0x00001b5d: Ncount 1 + Keys and string offsets, strings + 1. 0x00001b61:RKEY I969 0x00001b69:offset 0x00000000 + 0x00001b6d:string 'Ragnhild Alexandra /Lorentzen/' + Assembled data for NRL653 + 1. I969 name Ragnhild Alexandra /Lorentzen/ +[0028] Name rkey: NRM262 offs: 0x00000b8c lens: 0x00000032 + 0x00001b8c: Ncount 1 + Keys and string offsets, strings + 1. 0x00001b90:RKEY I243 0x00001b98:offset 0x00000000 + 0x00001b9c:string 'Raine of_Dartmouth /McCorquodale/' + Assembled data for NRM262 + 1. I243 name Raine of_Dartmouth /McCorquodale/ +[0029] Name rkey: NRM316 offs: 0x00000bbe lens: 0x00000028 + 0x00001bbe: Ncount 1 + Keys and string offsets, strings + 1. 0x00001bc2:RKEY I977 0x00001bca:offset 0x00000000 + 0x00001bce:string 'Robin /Medforth-Mills/' + Assembled data for NRM316 + 1. I977 name Robin /Medforth-Mills/ +[0030] Name rkey: NRM635 offs: 0x00000be6 lens: 0x000000b8 + 0x00001be6: Ncount 6 + Keys and string offsets, strings + 1. 0x00001bea:RKEY I1344 0x00001c1a:offset 0x00000000 + 0x00001c32:string 'Roger /Mortimer/' + 2. 0x00001bf2:RKEY I1904 0x00001c1e:offset 0x00000012 + 0x00001c44:string 'Roger /Mortimer/' + 3. 0x00001bfa:RKEY I1906 0x00001c22:offset 0x00000024 + 0x00001c56:string 'Roger /Mortimer/' + 4. 0x00001c02:RKEY I1908 0x00001c26:offset 0x00000036 + 0x00001c68:string 'Roger /Mortimer/' + 5. 0x00001c0a:RKEY I1910 0x00001c2a:offset 0x00000048 + 0x00001c7a:string 'Ralph /Mortimer/' + 6. 0x00001c12:RKEY I2280 0x00001c2e:offset 0x0000005a + 0x00001c8c:string 'Roger /Mortimer/' + Assembled data for NRM635 + 1. I1344 name Roger /Mortimer/ + 2. I1904 name Roger /Mortimer/ + 3. I1906 name Roger /Mortimer/ + 4. I1908 name Roger /Mortimer/ + 5. I1910 name Ralph /Mortimer/ + 6. I2280 name Roger /Mortimer/ +[0031] Name rkey: NRN140 offs: 0x00000c9e lens: 0x00000041 + 0x00001c9e: Ncount 2 + Keys and string offsets, strings + 1. 0x00001ca2:RKEY I987 0x00001cb2:offset 0x00000000 + 0x00001cba:string 'Richard /Neville/' + 2. 0x00001caa:RKEY I1342 0x00001cb6:offset 0x00000013 + 0x00001ccd:string 'Richard /Nevill/' + Assembled data for NRN140 + 1. I987 name Richard /Neville/ + 2. I1342 name Richard /Nevill/ +[0032] Name rkey: NRP400 offs: 0x00000cdf lens: 0x00000020 + 0x00001cdf: Ncount 1 + Keys and string offsets, strings + 1. 0x00001ce3:RKEY I2275 0x00001ceb:offset 0x00000000 + 0x00001cef:string 'Richard /Pole/' + Assembled data for NRP400 + 1. I2275 name Richard /Pole/ +[0033] Name rkey: NRP453 offs: 0x00000cff lens: 0x00000056 + 0x00001cff: Ncount 2 + Keys and string offsets, strings + 1. 0x00001d03:RKEY I988 0x00001d13:offset 0x00000000 + 0x00001d1b:string 'Richard /Plantagenet/' + 2. 0x00001d0b:RKEY I1023 0x00001d17:offset 0x00000017 + 0x00001d32:string 'Richard of_Cambridge /Plantagenet/' + Assembled data for NRP453 + 1. I988 name Richard /Plantagenet/ + 2. I1023 name Richard of_Cambridge /Plantagenet/ +[0034] Name rkey: NRR262 offs: 0x00000d55 lens: 0x00000022 + 0x00001d55: Ncount 1 + Keys and string offsets, strings + 1. 0x00001d59:RKEY I2113 0x00001d61:offset 0x00000000 + 0x00001d65:string 'Richard /Rogers/' + Assembled data for NRR262 + 1. I2113 name Richard /Rogers/ +[0035] Name rkey: NRS152 offs: 0x00000d77 lens: 0x00000022 + 0x00001d77: Ncount 1 + Keys and string offsets, strings + 1. 0x00001d7b:RKEY I2092 0x00001d83:offset 0x00000000 + 0x00001d87:string 'Robert /Spencer/' + Assembled data for NRS152 + 1. I2092 name Robert /Spencer/ +[0036] Name rkey: NRS346 offs: 0x00000d99 lens: 0x00000027 + 0x00001d99: Ncount 1 + Keys and string offsets, strings + 1. 0x00001d9d:RKEY I2093 0x00001da5:offset 0x00000000 + 0x00001da9:string 'Robert /St._Lawrence/' + Assembled data for NRS346 + 1. I2093 name Robert /St._Lawrence/ +[0037] Name rkey: NRS363 offs: 0x00000dc0 lens: 0x00000021 + 0x00001dc0: Ncount 1 + Keys and string offsets, strings + 1. 0x00001dc4:RKEY I731 0x00001dcc:offset 0x00000000 + 0x00001dd0:string 'Robert /Stuart/' + Assembled data for NRS363 + 1. I731 name Robert /Stuart/ +[0038] Name rkey: NRV562 offs: 0x00000de1 lens: 0x0000002f + 0x00001de1: Ncount 1 + Keys and string offsets, strings + 1. 0x00001de5:RKEY I513 0x00001ded:offset 0x00000000 + 0x00001df1:string 'Rosalie of_Hohenau /von_Rauch/' + Assembled data for NRV562 + 1. I513 name Rosalie of_Hohenau /von_Rauch/ +[0039] Name rkey: NRW314 offs: 0x00000e10 lens: 0x00000025 + 0x00001e10: Ncount 1 + Keys and string offsets, strings + 1. 0x00001e14:RKEY I2271 0x00001e1c:offset 0x00000000 + 0x00001e20:string 'Richard /Woodville/' + Assembled data for NRW314 + 1. I2271 name Richard /Woodville/ +[0040] Name rkey: NRW424 offs: 0x00000e35 lens: 0x00000025 + 0x00001e35: Ncount 1 + Keys and string offsets, strings + 1. 0x00001e39:RKEY I1914 0x00001e41:offset 0x00000000 + 0x00001e45:string 'Richard /Wellesley/' + Assembled data for NRW424 + 1. I1914 name Richard /Wellesley/ +[0041] Name rkey: NRW532 offs: 0x00000e5a lens: 0x0000005e + 0x00001e5a: Ncount 2 + Keys and string offsets, strings + 1. 0x00001e5e:RKEY I88 0x00001e6e:offset 0x00000000 + 0x00001e76:string 'Richard Alexander Walter/Windsor/' + 2. 0x00001e66:RKEY I318 0x00001e72:offset 0x00000022 + 0x00001e98:string 'Rose Victoria Birgitte/Windsor/' + Assembled data for NRW532 + 1. I88 name Richard Alexander Walter/Windsor/ + 2. I318 name Rose Victoria Birgitte/Windsor/ +[0042] Name rkey: NRZ999 offs: 0x00000eb8 lens: 0x000006e6 + 0x00001eb8: Ncount 57 + Keys and string offsets, strings + 1. 0x00001ebc:RKEY I260 0x00002084:offset 0x00000000 + 0x00002168:string 'Rene of_Bourbon-Parma //' + 2. 0x00001ec4:RKEY I287 0x00002088:offset 0x00000019 + 0x00002181:string 'Rupert //' + 3. 0x00001ecc:RKEY I636 0x0000208c:offset 0x00000024 + 0x0000218c:string 'Rainier_III of_Monaco //' + 4. 0x00001ed4:RKEY I689 0x00002090:offset 0x0000003d + 0x000021a5:string 'Rupprecht of_Bavaria //' + 5. 0x00001edc:RKEY I766 0x00002094:offset 0x00000055 + 0x000021bd:string 'Rupert of_Cumberland //' + 6. 0x00001ee4:RKEY I958 0x00002098:offset 0x0000006d + 0x000021d5:string 'Ragnhild Alexandra //' + 7. 0x00001eec:RKEY I984 0x0000209c:offset 0x00000083 + 0x000021eb:string 'Richard_III //' + 8. 0x00001ef4:RKEY I990 0x000020a0:offset 0x00000093 + 0x000021fb:string 'Ralph of_Westmoreland 1st//' + 9. 0x00001efc:RKEY I1003 0x000020a4:offset 0x000000af + 0x00002217:string 'Richard //' + 10. 0x00001f04:RKEY I1185 0x000020a8:offset 0x000000bb + 0x00002223:string 'Rudolf //' + 11. 0x00001f0c:RKEY I1253 0x000020ac:offset 0x000000c6 + 0x0000222e:string 'Richard de_Burgh //' + 12. 0x00001f14:RKEY I1259 0x000020b0:offset 0x000000da + 0x00002242:string 'Rainald_II of_Gueldres //' + 13. 0x00001f1c:RKEY I1286 0x000020b4:offset 0x000000f4 + 0x0000225c:string 'Richard //' + 14. 0x00001f24:RKEY I1367 0x000020b8:offset 0x00000100 + 0x00002268:string 'Richard //' + 15. 0x00001f2c:RKEY I1376 0x000020bc:offset 0x0000010c + 0x00002274:string 'Richard_I Coeur_de_Lion //' + 16. 0x00001f34:RKEY I1382 0x000020c0:offset 0x00000127 + 0x0000228f:string 'Robert Curthose //' + 17. 0x00001f3c:RKEY I1383 0x000020c4:offset 0x0000013a + 0x000022a2:string 'Richard //' + 18. 0x00001f44:RKEY I1393 0x000020c8:offset 0x00000146 + 0x000022ae:string 'Robert of_Gloucester //' + 19. 0x00001f4c:RKEY I1412 0x000020cc:offset 0x0000015e + 0x000022c6:string 'Richard_II //' + 20. 0x00001f54:RKEY I1439 0x000020d0:offset 0x0000016d + 0x000022d5:string 'Rudolf //' + 21. 0x00001f5c:RKEY I1455 0x000020d4:offset 0x00000178 + 0x000022e0:string 'Robert_II //' + 22. 0x00001f64:RKEY I1457 0x000020d8:offset 0x00000186 + 0x000022ee:string 'Robert_III //' + 23. 0x00001f6c:RKEY I1459 0x000020dc:offset 0x00000195 + 0x000022fd:string 'Robert //' + 24. 0x00001f74:RKEY I1525 0x000020e0:offset 0x000001a0 + 0x00002308:string 'Robert the_Devil //' + 25. 0x00001f7c:RKEY I1527 0x000020e4:offset 0x000001b4 + 0x0000231c:string 'Richard_II of_Normandy //' + 26. 0x00001f84:RKEY I1529 0x000020e8:offset 0x000001ce + 0x00002336:string 'Richard_III of_Normandy //' + 27. 0x00001f8c:RKEY I1530 0x000020ec:offset 0x000001e9 + 0x00002351:string 'Richard_I the_Fearless of_Normandy//' + 28. 0x00001f94:RKEY I1555 0x000020f0:offset 0x0000020e + 0x00002376:string 'Robert //' + 29. 0x00001f9c:RKEY I1558 0x000020f4:offset 0x00000219 + 0x00002381:string 'Raymond_VI of_Toulouse //' + 30. 0x00001fa4:RKEY I1566 0x000020f8:offset 0x00000233 + 0x0000239b:string 'Rostislav //' + 31. 0x00001fac:RKEY I1589 0x000020fc:offset 0x00000241 + 0x000023a9:string 'Ralph de_Monthermer //' + 32. 0x00001fb4:RKEY I1673 0x00002100:offset 0x00000258 + 0x000023c0:string 'Richard of_Sayn- Wittgenstein-//' + 33. 0x00001fbc:RKEY I1857 0x00002104:offset 0x00000279 + 0x000023e1:string 'Reiner of_Montferrat //' + 34. 0x00001fc4:RKEY I1875 0x00002108:offset 0x00000291 + 0x000023f9:string 'Ranulph //' + 35. 0x00001fcc:RKEY I1881 0x0000210c:offset 0x0000029d + 0x00002405:string 'Raymond of_Provence //' + 36. 0x00001fd4:RKEY I1888 0x00002110:offset 0x000002b4 + 0x0000241c:string 'Richard //' + 37. 0x00001fdc:RKEY I1890 0x00002114:offset 0x000002c0 + 0x00002428:string 'Richard De_Clare of_Gloucester//' + 38. 0x00001fe4:RKEY I1894 0x00002118:offset 0x000002e1 + 0x00002449:string 'Robert //' + 39. 0x00001fec:RKEY I1897 0x0000211c:offset 0x000002ec + 0x00002454:string 'Robert_IV //' + 40. 0x00001ff4:RKEY I1912 0x00002120:offset 0x000002fa + 0x00002462:string 'Reginald De_Braose //' + 41. 0x00001ffc:RKEY I1938 0x00002124:offset 0x00000310 + 0x00002478:string 'Rhodri Mawr (the_Great)//' + 42. 0x00002004:RKEY I1974 0x00002128:offset 0x0000032a + 0x00002492:string 'Redburh //' + 43. 0x0000200c:RKEY I2156 0x0000212c:offset 0x00000336 + 0x0000249e:string 'Romaine //' + 44. 0x00002014:RKEY I2165 0x00002130:offset 0x00000342 + 0x000024aa:string 'Robin Alexander //' + 45. 0x0000201c:RKEY I2180 0x00002134:offset 0x00000355 + 0x000024bd:string 'Rhys_Ap Gruffydd //' + 46. 0x00002024:RKEY I2182 0x00002138:offset 0x00000369 + 0x000024d1:string 'Rhys_Ap Twedwr //' + 47. 0x0000202c:RKEY I2219 0x0000213c:offset 0x0000037b + 0x000024e3:string 'Richard (Strongbow) //' + 48. 0x00002034:RKEY I2263 0x00002140:offset 0x00000392 + 0x000024fa:string 'Run of_Strathclyde //' + 49. 0x0000203c:RKEY I2272 0x00002144:offset 0x000003a8 + 0x00002510:string 'Rene //' + 50. 0x00002044:RKEY I2458 0x00002148:offset 0x000003b1 + 0x00002519:string 'Robert_II the_Pious //' + 51. 0x0000204c:RKEY I2468 0x0000214c:offset 0x000003c8 + 0x00002530:string 'Roger_II //' + 52. 0x00002054:RKEY I2470 0x00002150:offset 0x000003d5 + 0x0000253d:string 'Robert //' + 53. 0x0000205c:RKEY I2521 0x00002154:offset 0x000003e0 + 0x00002548:string 'Robert of_Artois //' + 54. 0x00002064:RKEY I2533 0x00002158:offset 0x000003f4 + 0x0000255c:string 'Robert //' + 55. 0x0000206c:RKEY I2844 0x0000215c:offset 0x000003ff + 0x00002567:string 'Raymond of_Castel //' + 56. 0x00002074:RKEY I2905 0x00002160:offset 0x00000414 + 0x0000257c:string 'Rudolph of_Austria //' + 57. 0x0000207c:RKEY I2957 0x00002164:offset 0x0000042a + 0x00002592:string 'Richard //' + Assembled data for NRZ999 + 1. I260 name Rene of_Bourbon-Parma // + 2. I287 name Rupert // + 3. I636 name Rainier_III of_Monaco // + 4. I689 name Rupprecht of_Bavaria // + 5. I766 name Rupert of_Cumberland // + 6. I958 name Ragnhild Alexandra // + 7. I984 name Richard_III // + 8. I990 name Ralph of_Westmoreland 1st// + 9. I1003 name Richard // + 10. I1185 name Rudolf // + 11. I1253 name Richard de_Burgh // + 12. I1259 name Rainald_II of_Gueldres // + 13. I1286 name Richard // + 14. I1367 name Richard // + 15. I1376 name Richard_I Coeur_de_Lion // + 16. I1382 name Robert Curthose // + 17. I1383 name Richard // + 18. I1393 name Robert of_Gloucester // + 19. I1412 name Richard_II // + 20. I1439 name Rudolf // + 21. I1455 name Robert_II // + 22. I1457 name Robert_III // + 23. I1459 name Robert // + 24. I1525 name Robert the_Devil // + 25. I1527 name Richard_II of_Normandy // + 26. I1529 name Richard_III of_Normandy // + 27. I1530 name Richard_I the_Fearless of_Normandy// + 28. I1555 name Robert // + 29. I1558 name Raymond_VI of_Toulouse // + 30. I1566 name Rostislav // + 31. I1589 name Ralph de_Monthermer // + 32. I1673 name Richard of_Sayn- Wittgenstein-// + 33. I1857 name Reiner of_Montferrat // + 34. I1875 name Ranulph // + 35. I1881 name Raymond of_Provence // + 36. I1888 name Richard // + 37. I1890 name Richard De_Clare of_Gloucester// + 38. I1894 name Robert // + 39. I1897 name Robert_IV // + 40. I1912 name Reginald De_Braose // + 41. I1938 name Rhodri Mawr (the_Great)// + 42. I1974 name Redburh // + 43. I2156 name Romaine // + 44. I2165 name Robin Alexander // + 45. I2180 name Rhys_Ap Gruffydd // + 46. I2182 name Rhys_Ap Twedwr // + 47. I2219 name Richard (Strongbow) // + 48. I2263 name Run of_Strathclyde // + 49. I2272 name Rene // + 50. I2458 name Robert_II the_Pious // + 51. I2468 name Roger_II // + 52. I2470 name Robert // + 53. I2521 name Robert of_Artois // + 54. I2533 name Robert // + 55. I2844 name Raymond of_Castel // + 56. I2905 name Rudolph of_Austria // + 57. I2957 name Richard // +[0043] Name rkey: NSA652 offs: 0x0000159e lens: 0x00000039 + 0x0000259e: Ncount 1 + Keys and string offsets, strings + 1. 0x000025a2:RKEY I56 0x000025aa:offset 0x00000000 + 0x000025ae:string 'Sarah Frances Elizabeth/Armstrong-Jones/' + Assembled data for NSA652 + 1. I56 name Sarah Frances Elizabeth/Armstrong-Jones/ +[0044] Name rkey: NSB300 offs: 0x000015d7 lens: 0x0000001f + 0x000025d7: Ncount 1 + Keys and string offsets, strings + 1. 0x000025db:RKEY I377 0x000025e3:offset 0x00000000 + 0x000025e7:string 'Sarah /Boude/' + Assembled data for NSB300 + 1. I377 name Sarah /Boude/ +[0045] Name rkey: NSD131 offs: 0x000015f6 lens: 0x00000022 + 0x000025f6: Ncount 1 + Keys and string offsets, strings + 1. 0x000025fa:RKEY I2929 0x00002602:offset 0x00000000 + 0x00002606:string 'Susan /Deptford/' + Assembled data for NSD131 + 1. I2929 name Susan /Deptford/ +[0046] Name rkey: NSD553 offs: 0x00001618 lens: 0x00000025 + 0x00002618: Ncount 1 + Keys and string offsets, strings + 1. 0x0000261c:RKEY I873 0x00002624:offset 0x00000000 + 0x00002628:string 'Simon /de_Montfort/' + Assembled data for NSD553 + 1. I873 name Simon /de_Montfort/ +[0047] Name rkey: NSF616 offs: 0x0000163d lens: 0x0000002d + 0x0000263d: Ncount 1 + Keys and string offsets, strings + 1. 0x00002641:RKEY I263 0x00002649:offset 0x00000000 + 0x0000264d:string 'Sarah (Louisa) /Fairbrother/' + Assembled data for NSF616 + 1. I263 name Sarah (Louisa) /Fairbrother/ +[0048] Name rkey: NSF622 offs: 0x0000166a lens: 0x0000002a + 0x0000266a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000266e:RKEY I168 0x00002676:offset 0x00000000 + 0x0000267a:string 'Sarah Margaret /Ferguson/' + Assembled data for NSF622 + 1. I168 name Sarah Margaret /Ferguson/ +[0049] Name rkey: NSG600 offs: 0x00001694 lens: 0x00000036 + 0x00002694: Ncount 2 + Keys and string offsets, strings + 1. 0x00002698:RKEY I1014 0x000026a8:offset 0x00000000 + 0x000026b0:string 'Son /Grey/' + 2. 0x000026a0:RKEY I1015 0x000026ac:offset 0x0000000c + 0x000026bc:string 'Son_2 /Grey/' + Assembled data for NSG600 + 1. I1014 name Son /Grey/ + 2. I1015 name Son_2 /Grey/ +[0050] Name rkey: NSH516 offs: 0x000016ca lens: 0x00000066 + 0x000026ca: Ncount 3 + Keys and string offsets, strings + 1. 0x000026ce:RKEY I215 0x000026e6:offset 0x00000000 + 0x000026f2:string 'Sophia /Hanover/' + 2. 0x000026d6:RKEY I343 0x000026ea:offset 0x00000012 + 0x00002704:string 'Sophia Dorothea /Hanover/' + 3. 0x000026de:RKEY I736 0x000026ee:offset 0x0000002c + 0x0000271e:string 'Sophia /Hanover/' + Assembled data for NSH516 + 1. I215 name Sophia /Hanover/ + 2. I343 name Sophia Dorothea /Hanover/ + 3. I736 name Sophia /Hanover/ +[0051] Name rkey: NSH524 offs: 0x00001730 lens: 0x0000004a + 0x00002730: Ncount 2 + Keys and string offsets, strings + 1. 0x00002734:RKEY I1057 0x00002744:offset 0x00000000 + 0x0000274c:string 'Son /Hohenzollern/' + 2. 0x0000273c:RKEY I1106 0x00002748:offset 0x00000014 + 0x00002760:string 'Stephanie /Hohenzollern/' + Assembled data for NSH524 + 1. I1057 name Son /Hohenzollern/ + 2. I1106 name Stephanie /Hohenzollern/ +[0052] Name rkey: NSH532 offs: 0x0000177a lens: 0x0000002a + 0x0000277a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000277e:RKEY I2737 0x00002786:offset 0x00000000 + 0x0000278a:string 'Sonja Anita Maria/Hauntz/' + Assembled data for NSH532 + 1. I2737 name Sonja Anita Maria/Hauntz/ +[0053] Name rkey: NSH643 offs: 0x000017a4 lens: 0x00000023 + 0x000027a4: Ncount 1 + Keys and string offsets, strings + 1. 0x000027a8:RKEY I453 0x000027b0:offset 0x00000000 + 0x000027b4:string 'Sonja /Haraldsen/' + Assembled data for NSH643 + 1. I453 name Sonja /Haraldsen/ +[0054] Name rkey: NSK610 offs: 0x000017c7 lens: 0x00000022 + 0x000027c7: Ncount 1 + Keys and string offsets, strings + 1. 0x000027cb:RKEY I235 0x000027d3:offset 0x00000000 + 0x000027d7:string 'Sumner M. /Kirby/' + Assembled data for NSK610 + 1. I235 name Sumner M. /Kirby/ +[0055] Name rkey: NSL153 offs: 0x000017e9 lens: 0x00000026 + 0x000027e9: Ncount 1 + Keys and string offsets, strings + 1. 0x000027ed:RKEY I352 0x000027f5:offset 0x00000000 + 0x000027f9:string 'Sophie /la_Fontaine/' + Assembled data for NSL153 + 1. I352 name Sophie /la_Fontaine/ +[0056] Name rkey: NSL242 offs: 0x0000180f lens: 0x00000024 + 0x0000280f: Ncount 1 + Keys and string offsets, strings + 1. 0x00002813:RKEY I946 0x0000281b:offset 0x00000000 + 0x0000281f:string 'Sophie /Lascelles/' + Assembled data for NSL242 + 1. I946 name Sophie /Lascelles/ +[0057] Name rkey: NSL252 offs: 0x00001833 lens: 0x00000027 + 0x00002833: Ncount 1 + Keys and string offsets, strings + 1. 0x00002837:RKEY I2504 0x0000283f:offset 0x00000000 + 0x00002843:string 'Stanislaw /Leczinski/' + Assembled data for NSL252 + 1. I2504 name Stanislaw /Leczinski/ +[0058] Name rkey: NSM250 offs: 0x0000185a lens: 0x00000020 + 0x0000285a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000285e:RKEY I826 0x00002866:offset 0x00000000 + 0x0000286a:string 'Seamus /Makim/' + Assembled data for NSM250 + 1. I826 name Seamus /Makim/ +[0059] Name rkey: NSO145 offs: 0x0000187a lens: 0x00000023 + 0x0000287a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000287e:RKEY I1581 0x00002886:offset 0x00000000 + 0x0000288a:string 'Serge /Obelensky/' + Assembled data for NSO145 + 1. I1581 name Serge /Obelensky/ +[0060] Name rkey: NSO235 offs: 0x0000189d lens: 0x00000020 + 0x0000289d: Ncount 1 + Keys and string offsets, strings + 1. 0x000028a1:RKEY I794 0x000028a9:offset 0x00000000 + 0x000028ad:string 'Sarah /Ogston/' + Assembled data for NSO235 + 1. I794 name Sarah /Ogston/ +[0061] Name rkey: NSO435 offs: 0x000018bd lens: 0x0000002d + 0x000028bd: Ncount 1 + Keys and string offsets, strings + 1. 0x000028c1:RKEY I441 0x000028c9:offset 0x00000000 + 0x000028cd:string 'Sophia of_Greece /Oldenburg/' + Assembled data for NSO435 + 1. I441 name Sophia of_Greece /Oldenburg/ +[0062] Name rkey: NSR163 offs: 0x000018ea lens: 0x00000021 + 0x000028ea: Ncount 1 + Keys and string offsets, strings + 1. 0x000028ee:RKEY I2733 0x000028f6:offset 0x00000000 + 0x000028fa:string 'Sonia /Robbert/' + Assembled data for NSR163 + 1. I2733 name Sonia /Robbert/ +[0063] Name rkey: NSR232 offs: 0x0000190b lens: 0x00000035 + 0x0000290b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000290f:RKEY I2122 0x00002917:offset 0x00000000 + 0x0000291b:string 'Sigismund of_Transylvania /Ragotski/' + Assembled data for NSR232 + 1. I2122 name Sigismund of_Transylvania /Ragotski/ +[0064] Name rkey: NSR551 offs: 0x00001940 lens: 0x0000006b + 0x00002940: Ncount 3 + Keys and string offsets, strings + 1. 0x00002944:RKEY I151 0x0000295c:offset 0x00000000 + 0x00002968:string 'Serge Alexandrovich /Romanov/' + 2. 0x0000294c:RKEY I1325 0x00002960:offset 0x0000001e + 0x00002986:string 'Sophia /Romanov/' + 3. 0x00002954:RKEY I2672 0x00002964:offset 0x00000030 + 0x00002998:string 'Sergius /Romanov/' + Assembled data for NSR551 + 1. I151 name Serge Alexandrovich /Romanov/ + 2. I1325 name Sophia /Romanov/ + 3. I2672 name Sergius /Romanov/ +[0065] Name rkey: NSS152 offs: 0x000019ab lens: 0x00000021 + 0x000029ab: Ncount 1 + Keys and string offsets, strings + 1. 0x000029af:RKEY I240 0x000029b7:offset 0x00000000 + 0x000029bb:string 'Sarah /Spencer/' + Assembled data for NSS152 + 1. I240 name Sarah /Spencer/ +[0066] Name rkey: NSS363 offs: 0x000019cc lens: 0x00000021 + 0x000029cc: Ncount 1 + Keys and string offsets, strings + 1. 0x000029d0:RKEY I734 0x000029d8:offset 0x00000000 + 0x000029dc:string 'Sophia /Stuart/' + Assembled data for NSS363 + 1. I734 name Sophia /Stuart/ +[0067] Name rkey: NSS364 offs: 0x000019ed lens: 0x00000023 + 0x000029ed: Ncount 1 + Keys and string offsets, strings + 1. 0x000029f1:RKEY I2754 0x000029f9:offset 0x00000000 + 0x000029fd:string 'Stephan /Straehl/' + Assembled data for NSS364 + 1. I2754 name Stephan /Straehl/ +[0068] Name rkey: NSS564 offs: 0x00001a10 lens: 0x0000002b + 0x00002a10: Ncount 1 + Keys and string offsets, strings + 1. 0x00002a14:RKEY I1612 0x00002a1c:offset 0x00000000 + 0x00002a20:string 'Silvia Renate /Sommerlath/' + Assembled data for NSS564 + 1. I1612 name Silvia Renate /Sommerlath/ +[0069] Name rkey: NST360 offs: 0x00001a3b lens: 0x00000036 + 0x00002a3b: Ncount 2 + Keys and string offsets, strings + 1. 0x00002a3f:RKEY I845 0x00002a4f:offset 0x00000000 + 0x00002a57:string 'Son /Tudor/' + 2. 0x00002a47:RKEY I850 0x00002a53:offset 0x0000000d + 0x00002a64:string 'Son /Tudor/' + Assembled data for NST360 + 1. I845 name Son /Tudor/ + 2. I850 name Son /Tudor/ +[0070] Name rkey: NST524 offs: 0x00001a71 lens: 0x00000025 + 0x00002a71: Ncount 1 + Keys and string offsets, strings + 1. 0x00002a75:RKEY I2969 0x00002a7d:offset 0x00000000 + 0x00002a81:string 'Sylvana /Tomaselli/' + Assembled data for NST524 + 1. I2969 name Sylvana /Tomaselli/ +[0071] Name rkey: NSU452 offs: 0x00001a96 lens: 0x00000021 + 0x00002a96: Ncount 1 + Keys and string offsets, strings + 1. 0x00002a9a:RKEY I2837 0x00002aa2:offset 0x00000000 + 0x00002aa6:string 'Sophie /Ullens/' + Assembled data for NSU452 + 1. I2837 name Sophie /Ullens/ +[0072] Name rkey: NSW342 offs: 0x00001ab7 lens: 0x0000002c + 0x00002ab7: Ncount 1 + Keys and string offsets, strings + 1. 0x00002abb:RKEY I638 0x00002ac3:offset 0x00000000 + 0x00002ac7:string 'Sophie (twin) /Wittelsbach/' + Assembled data for NSW342 + 1. I638 name Sophie (twin) /Wittelsbach/ +[0073] Name rkey: NSW623 offs: 0x00001ae3 lens: 0x00000024 + 0x00002ae3: Ncount 1 + Keys and string offsets, strings + 1. 0x00002ae7:RKEY I170 0x00002aef:offset 0x00000000 + 0x00002af3:string 'Susan Mary /Wright/' + Assembled data for NSW623 + 1. I170 name Susan Mary /Wright/ +[0074] Name rkey: NSW635 offs: 0x00001b07 lens: 0x00000050 + 0x00002b07: Ncount 2 + Keys and string offsets, strings + 1. 0x00002b0b:RKEY I1072 0x00002b1b:offset 0x00000000 + 0x00002b23:string 'Sophia Dorothea /Wurttemberg/' + 2. 0x00002b13:RKEY I1077 0x00002b1f:offset 0x0000001e + 0x00002b41:string 'Sophie /Wurttemberg/' + Assembled data for NSW635 + 1. I1072 name Sophia Dorothea /Wurttemberg/ + 2. I1077 name Sophie /Wurttemberg/ +[0075] Name rkey: NSZ999 offs: 0x00001b57 lens: 0x000007b1 + 0x00002b57: Ncount 73 + Keys and string offsets, strings + 1. 0x00002b5b:RKEY I73 0x00002da3:offset 0x00000000 + 0x00002ec7:string 'Sigismund //' + 2. 0x00002b63:RKEY I76 0x00002da7:offset 0x0000000e + 0x00002ed5:string 'Sophie of_Prussia //' + 3. 0x00002b6b:RKEY I268 0x00002dab:offset 0x00000023 + 0x00002eea:string 'Son_1 //' + 4. 0x00002b73:RKEY I274 0x00002daf:offset 0x0000002d + 0x00002ef4:string 'Son_1 //' + 5. 0x00002b7b:RKEY I275 0x00002db3:offset 0x00000037 + 0x00002efe:string 'Son_2 //' + 6. 0x00002b83:RKEY I283 0x00002db7:offset 0x00000041 + 0x00002f08:string 'Son_2 //' + 7. 0x00002b8b:RKEY I288 0x00002dbb:offset 0x0000004b + 0x00002f12:string 'Son_2 //' + 8. 0x00002b93:RKEY I327 0x00002dbf:offset 0x00000055 + 0x00002f1c:string 'Son //' + 9. 0x00002b9b:RKEY I342 0x00002dc3:offset 0x0000005d + 0x00002f24:string 'Sophia Dorothea of_Celle//' + 10. 0x00002ba3:RKEY I447 0x00002dc7:offset 0x00000078 + 0x00002f3f:string 'Sigvard Oscar Fredrik//' + 11. 0x00002bab:RKEY I459 0x00002dcb:offset 0x00000090 + 0x00002f57:string 'Sophia //' + 12. 0x00002bb3:RKEY I476 0x00002dcf:offset 0x0000009b + 0x00002f62:string 'Sophia //' + 13. 0x00002bbb:RKEY I541 0x00002dd3:offset 0x000000a6 + 0x00002f6d:string 'Son_1 //' + 14. 0x00002bc3:RKEY I542 0x00002dd7:offset 0x000000b0 + 0x00002f77:string 'Son_2 //' + 15. 0x00002bcb:RKEY I543 0x00002ddb:offset 0x000000ba + 0x00002f81:string 'Son_3 //' + 16. 0x00002bd3:RKEY I547 0x00002ddf:offset 0x000000c4 + 0x00002f8b:string 'Sophie Charlotte //' + 17. 0x00002bdb:RKEY I560 0x00002de3:offset 0x000000d8 + 0x00002f9f:string 'Son Stillborn //' + 18. 0x00002be3:RKEY I602 0x00002de7:offset 0x000000e9 + 0x00002fb0:string 'Sibylla of_Saxe-Coburg //' + 19. 0x00002beb:RKEY I697 0x00002deb:offset 0x00000103 + 0x00002fca:string 'Son //' + 20. 0x00002bf3:RKEY I703 0x00002def:offset 0x0000010b + 0x00002fd2:string 'Son //' + 21. 0x00002bfb:RKEY I704 0x00002df3:offset 0x00000113 + 0x00002fda:string 'Son //' + 22. 0x00002c03:RKEY I732 0x00002df7:offset 0x0000011b + 0x00002fe2:string 'Son //' + 23. 0x00002c0b:RKEY I738 0x00002dfb:offset 0x00000123 + 0x00002fea:string 'Sophia of_Mecklenburg- Gustrow//' + 24. 0x00002c13:RKEY I771 0x00002dff:offset 0x00000144 + 0x0000300b:string 'Sophia Charlotte //' + 25. 0x00002c1b:RKEY I912 0x00002e03:offset 0x00000158 + 0x0000301f:string 'Stephanie //' + 26. 0x00002c23:RKEY I975 0x00002e07:offset 0x00000166 + 0x0000302d:string 'Sophie //' + 27. 0x00002c2b:RKEY I1037 0x00002e0b:offset 0x00000171 + 0x00003038:string 'Sophie of_Greece //' + 28. 0x00002c33:RKEY I1167 0x00002e0f:offset 0x00000185 + 0x0000304c:string 'Sophia //' + 29. 0x00002c3b:RKEY I1176 0x00002e13:offset 0x00000190 + 0x00003057:string 'Sophia Louise of_Mecklenburg-//' + 30. 0x00002c43:RKEY I1178 0x00002e17:offset 0x000001b0 + 0x00003077:string 'Son (stillborn) //' + 31. 0x00002c4b:RKEY I1192 0x00002e1b:offset 0x000001c3 + 0x0000308a:string 'Sophie //' + 32. 0x00002c53:RKEY I1200 0x00002e1f:offset 0x000001ce + 0x00003095:string 'Sophie //' + 33. 0x00002c5b:RKEY I1223 0x00002e23:offset 0x000001d9 + 0x000030a0:string 'Son //' + 34. 0x00002c63:RKEY I1397 0x00002e27:offset 0x000001e1 + 0x000030a8:string 'Stephen //' + 35. 0x00002c6b:RKEY I1512 0x00002e2b:offset 0x000001ed + 0x000030b4:string 'St_Margaret //' + 36. 0x00002c73:RKEY I1517 0x00002e2f:offset 0x000001fd + 0x000030c4:string 'Stephen Henry //' + 37. 0x00002c7b:RKEY I1551 0x00002e33:offset 0x0000020e + 0x000030d5:string 'Sweyn //' + 38. 0x00002c83:RKEY I1582 0x00002e37:offset 0x00000218 + 0x000030df:string 'Sanchia of_Provence //' + 39. 0x00002c8b:RKEY I1621 0x00002e3b:offset 0x0000022f + 0x000030f6:string 'Sophie Magdalene //' + 40. 0x00002c93:RKEY I1631 0x00002e3f:offset 0x00000243 + 0x0000310a:string 'Sophia Amelia //' + 41. 0x00002c9b:RKEY I1636 0x00002e43:offset 0x00000254 + 0x0000311b:string 'Sophie //' + 42. 0x00002ca3:RKEY I1638 0x00002e47:offset 0x0000025f + 0x00003126:string 'Sophia Magdalena //' + 43. 0x00002cab:RKEY I1644 0x00002e4b:offset 0x00000273 + 0x0000313a:string 'Sophia Frederica of_Mecklenburg-//' + 44. 0x00002cb3:RKEY I1692 0x00002e4f:offset 0x00000296 + 0x0000315d:string 'Sophie //' + 45. 0x00002cbb:RKEY I1702 0x00002e53:offset 0x000002a1 + 0x00003168:string 'Sophie Beatrix //' + 46. 0x00002cc3:RKEY I1748 0x00002e57:offset 0x000002b3 + 0x0000317a:string 'Sancho_III //' + 47. 0x00002ccb:RKEY I1751 0x00002e5b:offset 0x000002c2 + 0x00003189:string 'Sancho_IV //' + 48. 0x00002cd3:RKEY I1763 0x00002e5f:offset 0x000002d0 + 0x00003197:string 'Stephen_I //' + 49. 0x00002cdb:RKEY I1776 0x00002e63:offset 0x000002de + 0x000031a5:string 'Sweyn Forkbeard //' + 50. 0x00002ce3:RKEY I1787 0x00002e67:offset 0x000002f1 + 0x000031b8:string 'St._Elgiva //' + 51. 0x00002ceb:RKEY I1801 0x00002e6b:offset 0x00000300 + 0x000031c7:string 'Sihtric of Northumberland//' + 52. 0x00002cf3:RKEY I1851 0x00002e6f:offset 0x0000031c + 0x000031e3:string 'Sybilla //' + 53. 0x00002cfb:RKEY I1854 0x00002e73:offset 0x00000328 + 0x000031ef:string 'Sybil //' + 54. 0x00002d03:RKEY I1872 0x00002e77:offset 0x00000332 + 0x000031f9:string 'Sancho_VI //' + 55. 0x00002d0b:RKEY I1923 0x00002e7b:offset 0x00000340 + 0x00003207:string 'Sybil //' + 56. 0x00002d13:RKEY I2012 0x00002e7f:offset 0x0000034a + 0x00003211:string 'Sceldwa //' + 57. 0x00002d1b:RKEY I2018 0x00002e83:offset 0x00000356 + 0x0000321d:string 'Sceaf //' + 58. 0x00002d23:RKEY I2020 0x00002e87:offset 0x00000360 + 0x00003227:string 'Stuf //' + 59. 0x00002d2b:RKEY I2035 0x00002e8b:offset 0x00000369 + 0x00003230:string 'Sexburh //' + 60. 0x00002d33:RKEY I2146 0x00002e8f:offset 0x00000375 + 0x0000323c:string 'Sophia //' + 61. 0x00002d3b:RKEY I2224 0x00002e93:offset 0x00000380 + 0x00003247:string 'Sybil //' + 62. 0x00002d43:RKEY I2240 0x00002e97:offset 0x0000038a + 0x00003251:string 'Sybil //' + 63. 0x00002d4b:RKEY I2676 0x00002e9b:offset 0x00000394 + 0x0000325b:string 'Sophia of_Nassau //' + 64. 0x00002d53:RKEY I2714 0x00002e9f:offset 0x000003a8 + 0x0000326f:string 'Sybilla Louise //' + 65. 0x00002d5b:RKEY I2761 0x00002ea3:offset 0x000003ba + 0x00003281:string 'Sophia //' + 66. 0x00002d63:RKEY I2765 0x00002ea7:offset 0x000003c5 + 0x0000328c:string 'Son //' + 67. 0x00002d6b:RKEY I2775 0x00002eab:offset 0x000003cd + 0x00003294:string 'Sophia Bernadotte of_Wisborg//' + 68. 0x00002d73:RKEY I2898 0x00002eaf:offset 0x000003ec + 0x000032b3:string 'Sophia Antonia of_Brunswick//' + 69. 0x00002d7b:RKEY I2902 0x00002eb3:offset 0x0000040a + 0x000032d1:string 'Stephanie //' + 70. 0x00002d83:RKEY I2908 0x00002eb7:offset 0x00000418 + 0x000032df:string 'Sophia //' + 71. 0x00002d8b:RKEY I2966 0x00002ebb:offset 0x00000423 + 0x000032ea:string 'Son //' + 72. 0x00002d93:RKEY I2974 0x00002ebf:offset 0x0000042b + 0x000032f2:string 'Sophie //' + 73. 0x00002d9b:RKEY I2983 0x00002ec3:offset 0x00000436 + 0x000032fd:string 'Sophie //' + Assembled data for NSZ999 + 1. I73 name Sigismund // + 2. I76 name Sophie of_Prussia // + 3. I268 name Son_1 // + 4. I274 name Son_1 // + 5. I275 name Son_2 // + 6. I283 name Son_2 // + 7. I288 name Son_2 // + 8. I327 name Son // + 9. I342 name Sophia Dorothea of_Celle// + 10. I447 name Sigvard Oscar Fredrik// + 11. I459 name Sophia // + 12. I476 name Sophia // + 13. I541 name Son_1 // + 14. I542 name Son_2 // + 15. I543 name Son_3 // + 16. I547 name Sophie Charlotte // + 17. I560 name Son Stillborn // + 18. I602 name Sibylla of_Saxe-Coburg // + 19. I697 name Son // + 20. I703 name Son // + 21. I704 name Son // + 22. I732 name Son // + 23. I738 name Sophia of_Mecklenburg- Gustrow// + 24. I771 name Sophia Charlotte // + 25. I912 name Stephanie // + 26. I975 name Sophie // + 27. I1037 name Sophie of_Greece // + 28. I1167 name Sophia // + 29. I1176 name Sophia Louise of_Mecklenburg-// + 30. I1178 name Son (stillborn) // + 31. I1192 name Sophie // + 32. I1200 name Sophie // + 33. I1223 name Son // + 34. I1397 name Stephen // + 35. I1512 name St_Margaret // + 36. I1517 name Stephen Henry // + 37. I1551 name Sweyn // + 38. I1582 name Sanchia of_Provence // + 39. I1621 name Sophie Magdalene // + 40. I1631 name Sophia Amelia // + 41. I1636 name Sophie // + 42. I1638 name Sophia Magdalena // + 43. I1644 name Sophia Frederica of_Mecklenburg-// + 44. I1692 name Sophie // + 45. I1702 name Sophie Beatrix // + 46. I1748 name Sancho_III // + 47. I1751 name Sancho_IV // + 48. I1763 name Stephen_I // + 49. I1776 name Sweyn Forkbeard // + 50. I1787 name St._Elgiva // + 51. I1801 name Sihtric of Northumberland// + 52. I1851 name Sybilla // + 53. I1854 name Sybil // + 54. I1872 name Sancho_VI // + 55. I1923 name Sybil // + 56. I2012 name Sceldwa // + 57. I2018 name Sceaf // + 58. I2020 name Stuf // + 59. I2035 name Sexburh // + 60. I2146 name Sophia // + 61. I2224 name Sybil // + 62. I2240 name Sybil // + 63. I2676 name Sophia of_Nassau // + 64. I2714 name Sybilla Louise // + 65. I2761 name Sophia // + 66. I2765 name Son // + 67. I2775 name Sophia Bernadotte of_Wisborg// + 68. I2898 name Sophia Antonia of_Brunswick// + 69. I2902 name Stephanie // + 70. I2908 name Sophia // + 71. I2966 name Son // + 72. I2974 name Sophie // + 73. I2983 name Sophie // +[0076] Name rkey: NTB163 offs: 0x00002308 lens: 0x00000023 + 0x00003308: Ncount 1 + Keys and string offsets, strings + 1. 0x0000330c:RKEY I1437 0x00003314:offset 0x00000000 + 0x00003318:string 'Thomas /Beaufort/' + Assembled data for NTB163 + 1. I1437 name Thomas /Beaufort/ +[0077] Name rkey: NTB300 offs: 0x0000232b lens: 0x0000001f + 0x0000332b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000332f:RKEY I1473 0x00003337:offset 0x00000000 + 0x0000333b:string 'Thomas /Boyd/' + Assembled data for NTB300 + 1. I1473 name Thomas /Boyd/ +[0078] Name rkey: NTB450 offs: 0x0000234a lens: 0x0000002d + 0x0000334a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000334e:RKEY I2099 0x00003356:offset 0x00000000 + 0x0000335a:string 'Thomas of_Wiltshire /Boleyn/' + Assembled data for NTB450 + 1. I2099 name Thomas of_Wiltshire /Boleyn/ +[0079] Name rkey: NTB623 offs: 0x00002377 lens: 0x00000025 + 0x00003377: Ncount 1 + Keys and string offsets, strings + 1. 0x0000337b:RKEY I2792 0x00003383:offset 0x00000000 + 0x00003387:string 'Therese /Bergstrom/' + Assembled data for NTB623 + 1. I2792 name Therese /Bergstrom/ +[0080] Name rkey: NTC200 offs: 0x0000239c lens: 0x00000052 + 0x0000339c: Ncount 2 + Keys and string offsets, strings + 1. 0x000033a0:RKEY I2953 0x000033b0:offset 0x00000000 + 0x000033b8:string 'Thomas of_Leicester /Coke/' + 2. 0x000033a8:RKEY I2954 0x000033b4:offset 0x0000001b + 0x000033d3:string 'Thomas of_Leicester /Coke/' + Assembled data for NTC200 + 1. I2953 name Thomas of_Leicester /Coke/ + 2. I2954 name Thomas of_Leicester /Coke/ +[0081] Name rkey: NTC416 offs: 0x000023ee lens: 0x00000023 + 0x000033ee: Ncount 1 + Keys and string offsets, strings + 1. 0x000033f2:RKEY I2299 0x000033fa:offset 0x00000000 + 0x000033fe:string 'Thomas /Clifford/' + Assembled data for NTC416 + 1. I2299 name Thomas /Clifford/ +[0082] Name rkey: NTC635 offs: 0x00002411 lens: 0x00000024 + 0x00003411: Ncount 1 + Keys and string offsets, strings + 1. 0x00003415:RKEY I2080 0x0000341d:offset 0x00000000 + 0x00003421:string 'Thomas /Courtenay/' + Assembled data for NTC635 + 1. I2080 name Thomas /Courtenay/ +[0083] Name rkey: NTD215 offs: 0x00002435 lens: 0x00000031 + 0x00003435: Ncount 1 + Keys and string offsets, strings + 1. 0x00003439:RKEY I2295 0x00003441:offset 0x00000000 + 0x00003445:string 'Thomas of_Gloucester /Despencer/' + Assembled data for NTD215 + 1. I2295 name Thomas of_Gloucester /Despencer/ +[0084] Name rkey: NTF622 offs: 0x00002466 lens: 0x00000023 + 0x00003466: Ncount 1 + Keys and string offsets, strings + 1. 0x0000346a:RKEY I816 0x00003472:offset 0x00000000 + 0x00003476:string 'Thomas /Ferguson/' + Assembled data for NTF622 + 1. I816 name Thomas /Ferguson/ +[0085] Name rkey: NTG600 offs: 0x00002489 lens: 0x00000027 + 0x00003489: Ncount 1 + Keys and string offsets, strings + 1. 0x0000348d:RKEY I2273 0x00003495:offset 0x00000000 + 0x00003499:string 'Thomas of_Heton /Grey/' + Assembled data for NTG600 + 1. I2273 name Thomas of_Heton /Grey/ +[0086] Name rkey: NTH453 offs: 0x000024b0 lens: 0x00000040 + 0x000034b0: Ncount 2 + Keys and string offsets, strings + 1. 0x000034b4:RKEY I2058 0x000034c4:offset 0x00000000 + 0x000034cc:string 'Thomas /Holland/' + 2. 0x000034bc:RKEY I2277 0x000034c8:offset 0x00000012 + 0x000034de:string 'Thomas /Holland/' + Assembled data for NTH453 + 1. I2058 name Thomas /Holland/ + 2. I2277 name Thomas /Holland/ +[0087] Name rkey: NTH630 offs: 0x000024f0 lens: 0x00000139 + 0x000034f0: Ncount 10 + Keys and string offsets, strings + 1. 0x000034f4:RKEY I1011 0x00003544:offset 0x00000000 + 0x0000356c:string 'Thomas 3rd /Howard/' + 2. 0x000034fc:RKEY I2326 0x00003548:offset 0x00000014 + 0x00003580:string 'Thomas /Howard/' + 3. 0x00003504:RKEY I2341 0x0000354c:offset 0x00000025 + 0x00003591:string 'Thomas /Howard/' + 4. 0x0000350c:RKEY I2343 0x00003550:offset 0x00000036 + 0x000035a2:string 'Thomas /Howard/' + 5. 0x00003514:RKEY I2357 0x00003554:offset 0x00000047 + 0x000035b3:string 'Thomas /Howard/' + 6. 0x0000351c:RKEY I2359 0x00003558:offset 0x00000058 + 0x000035c4:string 'Thomas /Howard/' + 7. 0x00003524:RKEY I2369 0x0000355c:offset 0x00000069 + 0x000035d5:string 'Thomas /Howard/' + 8. 0x0000352c:RKEY I2372 0x00003560:offset 0x0000007a + 0x000035e6:string 'Thomas /Howard/' + 9. 0x00003534:RKEY I2375 0x00003564:offset 0x0000008b + 0x000035f7:string 'Theophilus /Howard/' + 10. 0x0000353c:RKEY I2376 0x00003568:offset 0x000000a0 + 0x0000360c:string 'Thomas of_Berkshire /Howard/' + Assembled data for NTH630 + 1. I1011 name Thomas 3rd /Howard/ + 2. I2326 name Thomas /Howard/ + 3. I2341 name Thomas /Howard/ + 4. I2343 name Thomas /Howard/ + 5. I2357 name Thomas /Howard/ + 6. I2359 name Thomas /Howard/ + 7. I2369 name Thomas /Howard/ + 8. I2372 name Thomas /Howard/ + 9. I2375 name Theophilus /Howard/ + 10. I2376 name Thomas of_Berkshire /Howard/ +[0088] Name rkey: NTK200 offs: 0x00002629 lens: 0x00000020 + 0x00003629: Ncount 1 + Keys and string offsets, strings + 1. 0x0000362d:RKEY I2333 0x00003635:offset 0x00000000 + 0x00003639:string 'Thomas /Keyes/' + Assembled data for NTK200 + 1. I2333 name Thomas /Keyes/ +[0089] Name rkey: NTK421 offs: 0x00002649 lens: 0x00000026 + 0x00003649: Ncount 1 + Keys and string offsets, strings + 1. 0x0000364d:RKEY I1560 0x00003655:offset 0x00000000 + 0x00003659:string 'Tikhon /Koulikovsky/' + Assembled data for NTK421 + 1. I1560 name Tikhon /Koulikovsky/ +[0090] Name rkey: NTK500 offs: 0x0000266f lens: 0x0000002f + 0x0000366f: Ncount 1 + Keys and string offsets, strings + 1. 0x00003673:RKEY I1009 0x0000367b:offset 0x00000000 + 0x0000367f:string 'Thomas of_Isle_of_Wight /Kyme/' + Assembled data for NTK500 + 1. I1009 name Thomas of_Isle_of_Wight /Kyme/ +[0091] Name rkey: NTL235 offs: 0x0000269e lens: 0x00000023 + 0x0000369e: Ncount 1 + Keys and string offsets, strings + 1. 0x000036a2:RKEY I2413 0x000036aa:offset 0x00000000 + 0x000036ae:string 'Thomas /Leighton/' + Assembled data for NTL235 + 1. I2413 name Thomas /Leighton/ +[0092] Name rkey: NTL242 offs: 0x000026c1 lens: 0x00000024 + 0x000036c1: Ncount 1 + Keys and string offsets, strings + 1. 0x000036c5:RKEY I949 0x000036cd:offset 0x00000000 + 0x000036d1:string 'Thomas /Lascelles/' + Assembled data for NTL242 + 1. I949 name Thomas /Lascelles/ +[0093] Name rkey: NTL512 offs: 0x000026e5 lens: 0x0000004c + 0x000036e5: Ncount 2 + Keys and string offsets, strings + 1. 0x000036e9:RKEY I184 0x000036f9:offset 0x00000000 + 0x00003701:string 'Thomas /Lyon-Bowes/' + 2. 0x000036f1:RKEY I186 0x000036fd:offset 0x00000015 + 0x00003716:string 'Thomas George /Lyon-Bowes/' + Assembled data for NTL512 + 1. I184 name Thomas /Lyon-Bowes/ + 2. I186 name Thomas George /Lyon-Bowes/ +[0094] Name rkey: NTM252 offs: 0x00002731 lens: 0x00000026 + 0x00003731: Ncount 1 + Keys and string offsets, strings + 1. 0x00003735:RKEY I2725 0x0000373d:offset 0x00000000 + 0x00003741:string 'Tord Gosta /Magnuson/' + Assembled data for NTM252 + 1. I2725 name Tord Gosta /Magnuson/ +[0095] Name rkey: NTM531 offs: 0x00002757 lens: 0x00000054 + 0x00003757: Ncount 2 + Keys and string offsets, strings + 1. 0x0000375b:RKEY I148 0x0000376b:offset 0x00000000 + 0x00003773:string 'Theodora /Mountbatten/' + 2. 0x00003763:RKEY I503 0x0000376f:offset 0x00000018 + 0x0000378b:string 'Tatiana Elizabeth /Mountbatten/' + Assembled data for NTM531 + 1. I148 name Theodora /Mountbatten/ + 2. I503 name Tatiana Elizabeth /Mountbatten/ +[0096] Name rkey: NTN140 offs: 0x000027ab lens: 0x00000022 + 0x000037ab: Ncount 1 + Keys and string offsets, strings + 1. 0x000037af:RKEY I2078 0x000037b7:offset 0x00000000 + 0x000037bb:string 'Thomas /Neville/' + Assembled data for NTN140 + 1. I2078 name Thomas /Neville/ +[0097] Name rkey: NTN463 offs: 0x000027cd lens: 0x0000001f + 0x000037cd: Ncount 1 + Keys and string offsets, strings + 1. 0x000037d1:RKEY I2808 0x000037d9:offset 0x00000000 + 0x000037dd:string 'Tore /Nilert/' + Assembled data for NTN463 + 1. I2808 name Tore /Nilert/ +[0098] Name rkey: NTP552 offs: 0x000027ec lens: 0x0000002c + 0x000037ec: Ncount 1 + Keys and string offsets, strings + 1. 0x000037f0:RKEY I2290 0x000037f8:offset 0x00000000 + 0x000037fc:string 'Thomas of_Basing /Poynings/' + Assembled data for NTP552 + 1. I2290 name Thomas of_Basing /Poynings/ +[0099] Name rkey: NTP600 offs: 0x00002818 lens: 0x00000028 + 0x00003818: Ncount 1 + Keys and string offsets, strings + 1. 0x0000381c:RKEY I865 0x00003824:offset 0x00000000 + 0x00003828:string 'Thomas of_Kendal /Parr/' + Assembled data for NTP600 + 1. I865 name Thomas of_Kendal /Parr/ +[0100] Name rkey: NTS342 offs: 0x00002840 lens: 0x00000024 + 0x00003840: Ncount 1 + Keys and string offsets, strings + 1. 0x00003844:RKEY I1021 0x0000384c:offset 0x00000000 + 0x00003850:string 'Thomas /St._Leger/' + Assembled data for NTS342 + 1. I1021 name Thomas /St._Leger/ +[0101] Name rkey: NTS354 offs: 0x00002864 lens: 0x00000022 + 0x00003864: Ncount 1 + Keys and string offsets, strings + 1. 0x00003868:RKEY I1351 0x00003870:offset 0x00000000 + 0x00003874:string 'Thomas /Stanley/' + Assembled data for NTS354 + 1. I1351 name Thomas /Stanley/ +[0102] Name rkey: NTS560 offs: 0x00002886 lens: 0x00000040 + 0x00003886: Ncount 2 + Keys and string offsets, strings + 1. 0x0000388a:RKEY I864 0x0000389a:offset 0x00000000 + 0x000038a2:string 'Thomas /Seymour/' + 2. 0x00003892:RKEY I2110 0x0000389e:offset 0x00000012 + 0x000038b4:string 'Thomas /Seymour/' + Assembled data for NTS560 + 1. I864 name Thomas /Seymour/ + 2. I2110 name Thomas /Seymour/ +[0103] Name rkey: NTT616 offs: 0x000028c6 lens: 0x00000025 + 0x000038c6: Ncount 1 + Keys and string offsets, strings + 1. 0x000038ca:RKEY I802 0x000038d2:offset 0x00000000 + 0x000038d6:string 'Thomas /Troubridge/' + Assembled data for NTT616 + 1. I802 name Thomas /Troubridge/ +[0104] Name rkey: NTW614 offs: 0x000028eb lens: 0x0000002a + 0x000038eb: Ncount 1 + Keys and string offsets, strings + 1. 0x000038ef:RKEY I171 0x000038f7:offset 0x00000000 + 0x000038fb:string 'Teackle Wallis /Warfield/' + Assembled data for NTW614 + 1. I171 name Teackle Wallis /Warfield/ +[0105] Name rkey: NTZ999 offs: 0x00002915 lens: 0x0000043d + 0x00003915: Ncount 37 + Keys and string offsets, strings + 1. 0x00003919:RKEY I47 0x00003a41:offset 0x00000000 + 0x00003ad5:string 'Tatiana Nicholovna //' + 2. 0x00003921:RKEY I222 0x00003a45:offset 0x00000016 + 0x00003aeb:string 'Twin-Boy_1 //' + 3. 0x00003929:RKEY I223 0x00003a49:offset 0x00000025 + 0x00003afa:string 'Twin-Boy_2 //' + 4. 0x00003931:RKEY I254 0x00003a4d:offset 0x00000034 + 0x00003b09:string 'Thyra of_Denmark //' + 5. 0x00003939:RKEY I508 0x00003a51:offset 0x00000048 + 0x00003b1d:string 'Two_Children //' + 6. 0x00003941:RKEY I874 0x00003a55:offset 0x00000059 + 0x00003b2e:string 'Tomislav of_Yugoslavia //' + 7. 0x00003949:RKEY I888 0x00003a59:offset 0x00000073 + 0x00003b48:string 'Tatiana Maria //' + 8. 0x00003951:RKEY I1142 0x00003a5d:offset 0x00000084 + 0x00003b59:string 'Therese of_Saxe- Hildburghausen//' + 9. 0x00003959:RKEY I1149 0x00003a61:offset 0x000000a6 + 0x00003b7b:string 'Theodolinde //' + 10. 0x00003961:RKEY I1181 0x00003a65:offset 0x000000b6 + 0x00003b8b:string 'Therese //' + 11. 0x00003969:RKEY I1224 0x00003a69:offset 0x000000c2 + 0x00003b97:string 'Thomas //' + 12. 0x00003971:RKEY I1242 0x00003a6d:offset 0x000000cd + 0x00003ba2:string 'Thomas of_Woodstock //' + 13. 0x00003979:RKEY I1278 0x00003a71:offset 0x000000e4 + 0x00003bb9:string 'Thomas of_Brotherton //' + 14. 0x00003981:RKEY I1452 0x00003a75:offset 0x000000fc + 0x00003bd1:string 'Thored //' + 15. 0x00003989:RKEY I1496 0x00003a79:offset 0x00000107 + 0x00003bdc:string 'Thomas //' + 16. 0x00003991:RKEY I1518 0x00003a7d:offset 0x00000112 + 0x00003be7:string 'Theobald //' + 17. 0x00003999:RKEY I1563 0x00003a81:offset 0x0000011f + 0x00003bf4:string 'Theodore //' + 18. 0x000039a1:RKEY I1665 0x00003a85:offset 0x0000012c + 0x00003c01:string 'Thyra //' + 19. 0x000039a9:RKEY I1871 0x00003a89:offset 0x00000136 + 0x00003c0b:string 'Theodore of_Flanders //' + 20. 0x000039b1:RKEY I2010 0x00003a8d:offset 0x0000014e + 0x00003c23:string 'Taetwa //' + 21. 0x000039b9:RKEY I2171 0x00003a91:offset 0x00000159 + 0x00003c2e:string 'Thomas //' + 22. 0x000039c1:RKEY I2173 0x00003a95:offset 0x00000164 + 0x00003c39:string 'Tudor Fychan of_Pemmynydd//' + 23. 0x000039c9:RKEY I2176 0x00003a99:offset 0x00000180 + 0x00003c55:string 'Tudor Hen //' + 24. 0x000039d1:RKEY I2183 0x00003a9d:offset 0x0000018d + 0x00003c62:string 'Tewdwr Mawr the_Great//' + 25. 0x000039d9:RKEY I2196 0x00003aa1:offset 0x000001a5 + 0x00003c7a:string 'Turlough Don //' + 26. 0x000039e1:RKEY I2197 0x00003aa5:offset 0x000001b5 + 0x00003c8a:string 'Teige An_Chomard //' + 27. 0x000039e9:RKEY I2198 0x00003aa9:offset 0x000001c9 + 0x00003c9e:string 'Turlough Bog the_Soft//' + 28. 0x000039f1:RKEY I2202 0x00003aad:offset 0x000001e1 + 0x00003cb6:string 'Turlough //' + 29. 0x000039f9:RKEY I2203 0x00003ab1:offset 0x000001ee + 0x00003cc3:string 'Teige Caeluisce //' + 30. 0x00003a01:RKEY I2208 0x00003ab5:offset 0x00000201 + 0x00003cd6:string 'Turlough //' + 31. 0x00003a09:RKEY I2210 0x00003ab9:offset 0x0000020e + 0x00003ce3:string 'Turough //' + 32. 0x00003a11:RKEY I2211 0x00003abd:offset 0x0000021a + 0x00003cef:string 'Teige (Terence) //' + 33. 0x00003a19:RKEY I2287 0x00003ac1:offset 0x0000022d + 0x00003d02:string 'Thomas //' + 34. 0x00003a21:RKEY I2590 0x00003ac5:offset 0x00000238 + 0x00003d0d:string 'Theutberga of_Valois //' + 35. 0x00003a29:RKEY I2660 0x00003ac9:offset 0x00000250 + 0x00003d25:string 'Theodore //' + 36. 0x00003a31:RKEY I2727 0x00003acd:offset 0x0000025d + 0x00003d32:string 'Tord Oscar Fredrik//' + 37. 0x00003a39:RKEY I2870 0x00003ad1:offset 0x00000272 + 0x00003d47:string 'Thomas //' + Assembled data for NTZ999 + 1. I47 name Tatiana Nicholovna // + 2. I222 name Twin-Boy_1 // + 3. I223 name Twin-Boy_2 // + 4. I254 name Thyra of_Denmark // + 5. I508 name Two_Children // + 6. I874 name Tomislav of_Yugoslavia // + 7. I888 name Tatiana Maria // + 8. I1142 name Therese of_Saxe- Hildburghausen// + 9. I1149 name Theodolinde // + 10. I1181 name Therese // + 11. I1224 name Thomas // + 12. I1242 name Thomas of_Woodstock // + 13. I1278 name Thomas of_Brotherton // + 14. I1452 name Thored // + 15. I1496 name Thomas // + 16. I1518 name Theobald // + 17. I1563 name Theodore // + 18. I1665 name Thyra // + 19. I1871 name Theodore of_Flanders // + 20. I2010 name Taetwa // + 21. I2171 name Thomas // + 22. I2173 name Tudor Fychan of_Pemmynydd// + 23. I2176 name Tudor Hen // + 24. I2183 name Tewdwr Mawr the_Great// + 25. I2196 name Turlough Don // + 26. I2197 name Teige An_Chomard // + 27. I2198 name Turlough Bog the_Soft// + 28. I2202 name Turlough // + 29. I2203 name Teige Caeluisce // + 30. I2208 name Turlough // + 31. I2210 name Turough // + 32. I2211 name Teige (Terence) // + 33. I2287 name Thomas // + 34. I2590 name Theutberga of_Valois // + 35. I2660 name Theodore // + 36. I2727 name Tord Oscar Fredrik// + 37. I2870 name Thomas // +[0106] Name rkey: NUB260 offs: 0x00002d52 lens: 0x00000020 + 0x00003d52: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d56:RKEY I917 0x00003d5e:offset 0x00000000 + 0x00003d62:string 'Ulf /Bauscher/' + Assembled data for NUB260 + 1. I917 name Ulf /Bauscher/ +[0107] Name rkey: NUS545 offs: 0x00002d72 lens: 0x00000033 + 0x00003d72: Ncount 1 + Keys and string offsets, strings + 1. 0x00003d76:RKEY I1772 0x00003d7e:offset 0x00000000 + 0x00003d82:string 'Ulfcytel of_East_Anglia /Snylling/' + Assembled data for NUS545 + 1. I1772 name Ulfcytel of_East_Anglia /Snylling/ +[0108] Name rkey: NUW635 offs: 0x00002da5 lens: 0x00000026 + 0x00003da5: Ncount 1 + Keys and string offsets, strings + 1. 0x00003da9:RKEY I1093 0x00003db1:offset 0x00000000 + 0x00003db5:string 'Ulrich /Wurttemberg/' + Assembled data for NUW635 + 1. I1093 name Ulrich /Wurttemberg/ +[0109] Name rkey: NUZ999 offs: 0x00002dcb lens: 0x00000382 + 0x00003dcb: Ncount 37 + Keys and string offsets, strings + 1. 0x00003dcf:RKEY I577 0x00003ef7:offset 0x00000000 + 0x00003f8b:string 'Unknown //' + 2. 0x00003dd7:RKEY I579 0x00003efb:offset 0x0000000c + 0x00003f97:string 'Unknown //' + 3. 0x00003ddf:RKEY I581 0x00003eff:offset 0x00000018 + 0x00003fa3:string 'Unknown //' + 4. 0x00003de7:RKEY I583 0x00003f03:offset 0x00000024 + 0x00003faf:string 'Unknown //' + 5. 0x00003def:RKEY I585 0x00003f07:offset 0x00000030 + 0x00003fbb:string 'Unknown //' + 6. 0x00003df7:RKEY I612 0x00003f0b:offset 0x0000003c + 0x00003fc7:string 'Unknown //' + 7. 0x00003dff:RKEY I622 0x00003f0f:offset 0x00000048 + 0x00003fd3:string 'Unknown //' + 8. 0x00003e07:RKEY I624 0x00003f13:offset 0x00000054 + 0x00003fdf:string 'Unknown //' + 9. 0x00003e0f:RKEY I627 0x00003f17:offset 0x00000060 + 0x00003feb:string 'Unknown //' + 10. 0x00003e17:RKEY I633 0x00003f1b:offset 0x0000006c + 0x00003ff7:string 'Unknown //' + 11. 0x00003e1f:RKEY I642 0x00003f1f:offset 0x00000078 + 0x00004003:string 'Unknown //' + 12. 0x00003e27:RKEY I644 0x00003f23:offset 0x00000084 + 0x0000400f:string 'Unknown //' + 13. 0x00003e2f:RKEY I647 0x00003f27:offset 0x00000090 + 0x0000401b:string 'Unknown //' + 14. 0x00003e37:RKEY I662 0x00003f2b:offset 0x0000009c + 0x00004027:string 'Unknown //' + 15. 0x00003e3f:RKEY I664 0x00003f2f:offset 0x000000a8 + 0x00004033:string 'Unknown //' + 16. 0x00003e47:RKEY I670 0x00003f33:offset 0x000000b4 + 0x0000403f:string 'Unknown //' + 17. 0x00003e4f:RKEY I674 0x00003f37:offset 0x000000c0 + 0x0000404b:string 'Unknown //' + 18. 0x00003e57:RKEY I681 0x00003f3b:offset 0x000000cc + 0x00004057:string 'Unknown //' + 19. 0x00003e5f:RKEY I805 0x00003f3f:offset 0x000000d8 + 0x00004063:string 'Unknown //' + 20. 0x00003e67:RKEY I997 0x00003f43:offset 0x000000e4 + 0x0000406f:string 'Ursula //' + 21. 0x00003e6f:RKEY I1122 0x00003f47:offset 0x000000ef + 0x0000407a:string 'Umberto_II //' + 22. 0x00003e77:RKEY I1307 0x00003f4b:offset 0x000000fe + 0x00004089:string 'Unknown //' + 23. 0x00003e7f:RKEY I1315 0x00003f4f:offset 0x0000010a + 0x00004095:string 'Unknown //' + 24. 0x00003e87:RKEY I1317 0x00003f53:offset 0x00000116 + 0x000040a1:string 'Unknown //' + 25. 0x00003e8f:RKEY I1320 0x00003f57:offset 0x00000122 + 0x000040ad:string 'Unknown //' + 26. 0x00003e97:RKEY I1322 0x00003f5b:offset 0x0000012e + 0x000040b9:string 'Unknown //' + 27. 0x00003e9f:RKEY I1479 0x00003f5f:offset 0x0000013a + 0x000040c5:string 'Unknown //' + 28. 0x00003ea7:RKEY I1481 0x00003f63:offset 0x00000146 + 0x000040d1:string 'Unknown //' + 29. 0x00003eaf:RKEY I1485 0x00003f67:offset 0x00000152 + 0x000040dd:string 'Unknown //' + 30. 0x00003eb7:RKEY I1770 0x00003f6b:offset 0x0000015e + 0x000040e9:string 'Uchtred //' + 31. 0x00003ebf:RKEY I2019 0x00003f6f:offset 0x0000016a + 0x000040f5:string 'Unknown //' + 32. 0x00003ec7:RKEY I2034 0x00003f73:offset 0x00000176 + 0x00004101:string 'Unknown //' + 33. 0x00003ecf:RKEY I2207 0x00003f77:offset 0x00000182 + 0x0000410d:string 'Urlachan //' + 34. 0x00003ed7:RKEY I2262 0x00003f7b:offset 0x0000018f + 0x0000411a:string 'Unknown_Dau. //' + 35. 0x00003edf:RKEY I2461 0x00003f7f:offset 0x000001a0 + 0x0000412b:string 'Unknown //' + 36. 0x00003ee7:RKEY I2858 0x00003f83:offset 0x000001ac + 0x00004137:string 'Ulrica //' + 37. 0x00003eef:RKEY I2860 0x00003f87:offset 0x000001b7 + 0x00004142:string 'Ulrich //' + Assembled data for NUZ999 + 1. I577 name Unknown // + 2. I579 name Unknown // + 3. I581 name Unknown // + 4. I583 name Unknown // + 5. I585 name Unknown // + 6. I612 name Unknown // + 7. I622 name Unknown // + 8. I624 name Unknown // + 9. I627 name Unknown // + 10. I633 name Unknown // + 11. I642 name Unknown // + 12. I644 name Unknown // + 13. I647 name Unknown // + 14. I662 name Unknown // + 15. I664 name Unknown // + 16. I670 name Unknown // + 17. I674 name Unknown // + 18. I681 name Unknown // + 19. I805 name Unknown // + 20. I997 name Ursula // + 21. I1122 name Umberto_II // + 22. I1307 name Unknown // + 23. I1315 name Unknown // + 24. I1317 name Unknown // + 25. I1320 name Unknown // + 26. I1322 name Unknown // + 27. I1479 name Unknown // + 28. I1481 name Unknown // + 29. I1485 name Unknown // + 30. I1770 name Uchtred // + 31. I2019 name Unknown // + 32. I2034 name Unknown // + 33. I2207 name Urlachan // + 34. I2262 name Unknown_Dau. // + 35. I2461 name Unknown // + 36. I2858 name Ulrica // + 37. I2860 name Ulrich // +[0110] Name rkey: NVB000 offs: 0x0000314d lens: 0x00000020 + 0x0000414d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004151:RKEY I2710 0x00004159:offset 0x00000000 + 0x0000415d:string 'Victoria /Bee/' + Assembled data for NVB000 + 1. I2710 name Victoria /Bee/ +[0111] Name rkey: NVB245 offs: 0x0000316d lens: 0x0000002d + 0x0000416d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004171:RKEY I173 0x00004179:offset 0x00000000 + 0x0000417d:string 'Violet Hyacinth /Bowes-Lyon/' + Assembled data for NVB245 + 1. I173 name Violet Hyacinth /Bowes-Lyon/ +[0112] Name rkey: NVG620 offs: 0x0000319a lens: 0x00000025 + 0x0000419a: Ncount 1 + Keys and string offsets, strings + 1. 0x0000419e:RKEY I891 0x000041a6:offset 0x00000000 + 0x000041aa:string 'Vladimir K. /George/' + Assembled data for NVG620 + 1. I891 name Vladimir K. /George/ +[0113] Name rkey: NVH516 offs: 0x000031bf lens: 0x00000024 + 0x000041bf: Ncount 1 + Keys and string offsets, strings + 1. 0x000041c3:RKEY I1 0x000041cb:offset 0x00000000 + 0x000041cf:string 'Victoria /Hanover/' + Assembled data for NVH516 + 1. I1 name Victoria /Hanover/ +[0114] Name rkey: NVK651 offs: 0x000031e3 lens: 0x00000026 + 0x000041e3: Ncount 1 + Keys and string offsets, strings + 1. 0x000041e7:RKEY I2927 0x000041ef:offset 0x00000000 + 0x000041f3:string 'Valerian /Karnovich/' + Assembled data for NVK651 + 1. I2927 name Valerian /Karnovich/ +[0115] Name rkey: NVL230 offs: 0x00003209 lens: 0x00000025 + 0x00004209: Ncount 1 + Keys and string offsets, strings + 1. 0x0000420d:RKEY I2962 0x00004215:offset 0x00000000 + 0x00004219:string 'Victoria /Lockwood/' + Assembled data for NVL230 + 1. I2962 name Victoria /Lockwood/ +[0116] Name rkey: NVM552 offs: 0x0000322e lens: 0x0000002c + 0x0000422e: Ncount 1 + Keys and string offsets, strings + 1. 0x00004232:RKEY I1541 0x0000423a:offset 0x00000000 + 0x0000423e:string 'Vladimir of_Kiev /Monomakh/' + Assembled data for NVM552 + 1. I1541 name Vladimir of_Kiev /Monomakh/ +[0117] Name rkey: NVR551 offs: 0x0000325a lens: 0x0000006f + 0x0000425a: Ncount 3 + Keys and string offsets, strings + 1. 0x0000425e:RKEY I149 0x00004276:offset 0x00000000 + 0x00004282:string 'Vladimir /Romanov/' + 2. 0x00004266:RKEY I588 0x0000427a:offset 0x00000014 + 0x00004296:string 'Vladimir Cyrilovitch /Romanov/' + 3. 0x0000426e:RKEY I1357 0x0000427e:offset 0x00000033 + 0x000042b5:string 'Vladimir /Romanov/' + Assembled data for NVR551 + 1. I149 name Vladimir /Romanov/ + 2. I588 name Vladimir Cyrilovitch /Romanov/ + 3. I1357 name Vladimir /Romanov/ +[0118] Name rkey: NVV253 offs: 0x000032c9 lens: 0x0000002d + 0x000042c9: Ncount 1 + Keys and string offsets, strings + 1. 0x000042cd:RKEY I1347 0x000042d5:offset 0x00000000 + 0x000042d9:string 'Violante of_Milan /Visconti/' + Assembled data for NVV253 + 1. I1347 name Violante of_Milan /Visconti/ +[0119] Name rkey: NVZ999 offs: 0x000032f6 lens: 0x00000245 + 0x000042f6: Ncount 17 + Keys and string offsets, strings + 1. 0x000042fa:RKEY I3 0x00004382:offset 0x00000000 + 0x000043c6:string 'Victoria Adelaide Mary//' + 2. 0x00004302:RKEY I16 0x00004386:offset 0x00000019 + 0x000043df:string 'Victoria Alexandra Olga//' + 3. 0x0000430a:RKEY I27 0x0000438a:offset 0x00000033 + 0x000043f9:string 'Victoria Eugenie "Ena"//' + 4. 0x00004312:RKEY I38 0x0000438e:offset 0x0000004c + 0x00004412:string 'Victoria Alberta of_Hesse//' + 5. 0x0000431a:RKEY I74 0x00004392:offset 0x00000068 + 0x0000442e:string 'Victoria //' + 6. 0x00004322:RKEY I97 0x00004396:offset 0x00000075 + 0x0000443b:string 'Victoria Melita of_Edinburgh//' + 7. 0x0000432a:RKEY I138 0x0000439a:offset 0x00000094 + 0x0000445a:string 'Victoria Mary Louisa//' + 8. 0x00004332:RKEY I407 0x0000439e:offset 0x000000ab + 0x00004471:string 'Victoria of_Schleswig- Holstein//' + 9. 0x0000433a:RKEY I426 0x000043a2:offset 0x000000cd + 0x00004493:string 'Victoria Louise of_Prussia//' + 10. 0x00004342:RKEY I457 0x000043a6:offset 0x000000ea + 0x000044b0:string 'Victoria of_Baden //' + 11. 0x0000434a:RKEY I938 0x000043aa:offset 0x000000ff + 0x000044c5:string 'Viktoria //' + 12. 0x00004352:RKEY I1567 0x000043ae:offset 0x0000010c + 0x000044d2:string 'Vassily //' + 13. 0x0000435a:RKEY I1663 0x000043b2:offset 0x00000118 + 0x000044de:string 'Valdemar //' + 14. 0x00004362:RKEY I2129 0x000043b6:offset 0x00000125 + 0x000044eb:string 'Victor Amadeus_II //' + 15. 0x0000436a:RKEY I2446 0x000043ba:offset 0x0000013a + 0x00004500:string 'Victoria Ingrid Alice//' + 16. 0x00004372:RKEY I2728 0x000043be:offset 0x00000152 + 0x00004518:string 'Victor Edmund Lennart//' + 17. 0x0000437a:RKEY I2904 0x000043c2:offset 0x0000016a + 0x00004530:string 'Victor //' + Assembled data for NVZ999 + 1. I3 name Victoria Adelaide Mary// + 2. I16 name Victoria Alexandra Olga// + 3. I27 name Victoria Eugenie "Ena"// + 4. I38 name Victoria Alberta of_Hesse// + 5. I74 name Victoria // + 6. I97 name Victoria Melita of_Edinburgh// + 7. I138 name Victoria Mary Louisa// + 8. I407 name Victoria of_Schleswig- Holstein// + 9. I426 name Victoria Louise of_Prussia// + 10. I457 name Victoria of_Baden // + 11. I938 name Viktoria // + 12. I1567 name Vassily // + 13. I1663 name Valdemar // + 14. I2129 name Victor Amadeus_II // + 15. I2446 name Victoria Ingrid Alice// + 16. I2728 name Victor Edmund Lennart// + 17. I2904 name Victor // +[0120] Name rkey: NWB626 offs: 0x0000353b lens: 0x00000025 + 0x0000453b: Ncount 1 + Keys and string offsets, strings + 1. 0x0000453f:RKEY I1602 0x00004547:offset 0x00000000 + 0x0000454b:string 'William /Bourchier/' + Assembled data for NWB626 + 1. I1602 name William /Bourchier/ +[0121] Name rkey: NWC153 offs: 0x00003560 lens: 0x00000089 + 0x00004560: Ncount 3 + Keys and string offsets, strings + 1. 0x00004564:RKEY I360 0x0000457c:offset 0x00000000 + 0x00004588:string 'William Charles Augustus/Cavendish-Bentin/' + 2. 0x0000456c:RKEY I2101 0x00004580:offset 0x0000002b + 0x000045b3:string 'William /Cavendish/' + 3. 0x00004574:RKEY I2383 0x00004584:offset 0x00000040 + 0x000045c8:string 'William of_Newcastle /Cavendish/' + Assembled data for NWC153 + 1. I360 name William Charles Augustus/Cavendish-Bentin/ + 2. I2101 name William /Cavendish/ + 3. I2383 name William of_Newcastle /Cavendish/ +[0122] Name rkey: NWC240 offs: 0x000035e9 lens: 0x0000002d + 0x000045e9: Ncount 1 + Keys and string offsets, strings + 1. 0x000045ed:RKEY I2384 0x000045f5:offset 0x00000000 + 0x000045f9:string 'William of_Berkshire /Cecil/' + Assembled data for NWC240 + 1. I2384 name William of_Berkshire /Cecil/ +[0123] Name rkey: NWC600 offs: 0x00003616 lens: 0x00000021 + 0x00004616: Ncount 1 + Keys and string offsets, strings + 1. 0x0000461a:RKEY I2340 0x00004622:offset 0x00000000 + 0x00004626:string 'William /Carey/' + Assembled data for NWC600 + 1. I2340 name William /Carey/ +[0124] Name rkey: NWC635 offs: 0x00003637 lens: 0x00000025 + 0x00004637: Ncount 1 + Keys and string offsets, strings + 1. 0x0000463b:RKEY I1012 0x00004643:offset 0x00000000 + 0x00004647:string 'William /Courtenay/' + Assembled data for NWC635 + 1. I1012 name William /Courtenay/ +[0125] Name rkey: NWD125 offs: 0x0000365c lens: 0x00000025 + 0x0000465c: Ncount 1 + Keys and string offsets, strings + 1. 0x00004660:RKEY I1608 0x00004668:offset 0x00000000 + 0x0000466c:string 'William /d'Aubigny/' + Assembled data for NWD125 + 1. I1608 name William /d'Aubigny/ +[0126] Name rkey: NWD162 offs: 0x00003681 lens: 0x000000b0 + 0x00004681: Ncount 5 + Keys and string offsets, strings + 1. 0x00004685:RKEY I1893 0x000046ad:offset 0x00000000 + 0x000046c1:string 'William of_Albemarle /de_Forz/' + 2. 0x0000468d:RKEY I1919 0x000046b1:offset 0x0000001f + 0x000046e0:string 'William /De_Braose/' + 3. 0x00004695:RKEY I1920 0x000046b5:offset 0x00000034 + 0x000046f5:string 'William /De_Braose/' + 4. 0x0000469d:RKEY I2059 0x000046b9:offset 0x00000049 + 0x0000470a:string 'William /de_Burgh/' + 5. 0x000046a5:RKEY I2411 0x000046bd:offset 0x0000005d + 0x0000471e:string 'Walter /Devereux/' + Assembled data for NWD162 + 1. I1893 name William of_Albemarle /de_Forz/ + 2. I1919 name William /De_Braose/ + 3. I1920 name William /De_Braose/ + 4. I2059 name William /de_Burgh/ + 5. I2411 name Walter /Devereux/ +[0127] Name rkey: NWF420 offs: 0x00003731 lens: 0x00000024 + 0x00004731: Ncount 1 + Keys and string offsets, strings + 1. 0x00004735:RKEY I810 0x0000473d:offset 0x00000000 + 0x00004741:string 'William /Fellowes/' + Assembled data for NWF420 + 1. I810 name William /Fellowes/ +[0128] Name rkey: NWF632 offs: 0x00003755 lens: 0x00000024 + 0x00004755: Ncount 1 + Keys and string offsets, strings + 1. 0x00004759:RKEY I934 0x00004761:offset 0x00000000 + 0x00004765:string 'Waltraud /Freydag/' + Assembled data for NWF632 + 1. I934 name Waltraud /Freydag/ +[0129] Name rkey: NWG400 offs: 0x00003779 lens: 0x00000025 + 0x00004779: Ncount 1 + Keys and string offsets, strings + 1. 0x0000477d:RKEY I390 0x00004785:offset 0x00000000 + 0x00004789:string 'William Smith /Gill/' + Assembled data for NWG400 + 1. I390 name William Smith /Gill/ +[0130] Name rkey: NWH400 offs: 0x0000379e lens: 0x00000020 + 0x0000479e: Ncount 1 + Keys and string offsets, strings + 1. 0x000047a2:RKEY I2187 0x000047aa:offset 0x00000000 + 0x000047ae:string 'William /Hill/' + Assembled data for NWH400 + 1. I2187 name William /Hill/ +[0131] Name rkey: NWH516 offs: 0x000037be lens: 0x0000005f + 0x000047be: Ncount 2 + Keys and string offsets, strings + 1. 0x000047c2:RKEY I203 0x000047d2:offset 0x00000000 + 0x000047da:string 'William_IV Henry /Hanover/' + 2. 0x000047ca:RKEY I329 0x000047d6:offset 0x0000001b + 0x000047f5:string 'William Augustus of_Cumberland/Hanover/' + Assembled data for NWH516 + 1. I203 name William_IV Henry /Hanover/ + 2. I329 name William Augustus of_Cumberland/Hanover/ +[0132] Name rkey: NWH524 offs: 0x0000381d lens: 0x00000037 + 0x0000481d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004821:RKEY I1101 0x00004829:offset 0x00000000 + 0x0000482d:string 'William of_Hohenzollern /Hohenzollern/' + Assembled data for NWH524 + 1. I1101 name William of_Hohenzollern /Hohenzollern/ +[0133] Name rkey: NWH630 offs: 0x00003854 lens: 0x0000004c + 0x00004854: Ncount 2 + Keys and string offsets, strings + 1. 0x00004858:RKEY I2348 0x00004868:offset 0x00000000 + 0x00004870:string 'William of_Effingham /Howard/' + 2. 0x00004860:RKEY I2387 0x0000486c:offset 0x0000001e + 0x0000488e:string 'William /Howard/' + Assembled data for NWH630 + 1. I2348 name William of_Effingham /Howard/ + 2. I2387 name William /Howard/ +[0134] Name rkey: NWK140 offs: 0x000038a0 lens: 0x0000002e + 0x000048a0: Ncount 1 + Keys and string offsets, strings + 1. 0x000048a4:RKEY I2956 0x000048ac:offset 0x00000000 + 0x000048b0:string 'William of_Albemarle /Keppel/' + Assembled data for NWK140 + 1. I2956 name William of_Albemarle /Keppel/ +[0135] Name rkey: NWK542 offs: 0x000038ce lens: 0x00000023 + 0x000048ce: Ncount 1 + Keys and string offsets, strings + 1. 0x000048d2:RKEY I2407 0x000048da:offset 0x00000000 + 0x000048de:string 'William /Knollys/' + Assembled data for NWK542 + 1. I2407 name William /Knollys/ +[0136] Name rkey: NWL342 offs: 0x000038f1 lens: 0x00000026 + 0x000048f1: Ncount 1 + Keys and string offsets, strings + 1. 0x000048f5:RKEY I797 0x000048fd:offset 0x00000000 + 0x00004901:string 'William /Littlejohn/' + Assembled data for NWL342 + 1. I797 name William /Littlejohn/ +[0137] Name rkey: NWL532 offs: 0x00003917 lens: 0x0000002d + 0x00004917: Ncount 1 + Keys and string offsets, strings + 1. 0x0000491b:RKEY I2120 0x00004923:offset 0x00000000 + 0x00004927:string 'William of_Hesse /Landgrave/' + Assembled data for NWL532 + 1. I2120 name William of_Hesse /Landgrave/ +[0138] Name rkey: NWM532 offs: 0x00003944 lens: 0x00000077 + 0x00004944: Ncount 2 + Keys and string offsets, strings + 1. 0x00004948:RKEY I2943 0x00004958:offset 0x00000000 + 0x00004960:string 'Walter -Scott of_Buccleuch/Montagu-Douglas-/' + 2. 0x00004950:RKEY I2944 0x0000495c:offset 0x0000002d + 0x0000498d:string 'William -Scott of_Buccleuch/Montagu-Douglas-/' + Assembled data for NWM532 + 1. I2943 name Walter -Scott of_Buccleuch/Montagu-Douglas-/ + 2. I2944 name William -Scott of_Buccleuch/Montagu-Douglas-/ +[0139] Name rkey: NWM600 offs: 0x000039bb lens: 0x00000025 + 0x000049bb: Ncount 1 + Keys and string offsets, strings + 1. 0x000049bf:RKEY I795 0x000049c7:offset 0x00000000 + 0x000049cb:string 'William Smith /Marr/' + Assembled data for NWM600 + 1. I795 name William Smith /Marr/ +[0140] Name rkey: NWM624 offs: 0x000039e0 lens: 0x0000006c + 0x000049e0: Ncount 3 + Keys and string offsets, strings + 1. 0x000049e4:RKEY I876 0x000049fc:offset 0x00000000 + 0x00004a08:string 'William /Marshal/' + 2. 0x000049ec:RKEY I1883 0x00004a00:offset 0x00000013 + 0x00004a1b:string 'William of_Pembroke /Marshal/' + 3. 0x000049f4:RKEY I2217 0x00004a04:offset 0x00000031 + 0x00004a39:string 'William /Marshal/' + Assembled data for NWM624 + 1. I876 name William /Marshal/ + 2. I1883 name William of_Pembroke /Marshal/ + 3. I2217 name William /Marshal/ +[0141] Name rkey: NWO435 offs: 0x00003a4c lens: 0x0000003c + 0x00004a4c: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a50:RKEY I227 0x00004a58:offset 0x00000000 + 0x00004a5c:string 'William George_I of_the_Hellenes/Oldenburg/' + Assembled data for NWO435 + 1. I227 name William George_I of_the_Hellenes/Oldenburg/ +[0142] Name rkey: NWP235 offs: 0x00003a88 lens: 0x00000022 + 0x00004a88: Ncount 1 + Keys and string offsets, strings + 1. 0x00004a8c:RKEY I2095 0x00004a94:offset 0x00000000 + 0x00004a98:string 'William /Paston/' + Assembled data for NWP235 + 1. I2095 name William /Paston/ +[0143] Name rkey: NWP600 offs: 0x00003aaa lens: 0x0000002e + 0x00004aaa: Ncount 1 + Keys and string offsets, strings + 1. 0x00004aae:RKEY I2309 0x00004ab6:offset 0x00000000 + 0x00004aba:string 'William of_Northampton /Parr/' + Assembled data for NWP600 + 1. I2309 name William of_Northampton /Parr/ +[0144] Name rkey: NWS363 offs: 0x00003ad8 lens: 0x0000004d + 0x00004ad8: Ncount 2 + Keys and string offsets, strings + 1. 0x00004adc:RKEY I757 0x00004aec:offset 0x00000000 + 0x00004af4:string 'William_III of_Orange /Stuart/' + 2. 0x00004ae4:RKEY I1454 0x00004af0:offset 0x0000001f + 0x00004b13:string 'Walter /Stewart/' + Assembled data for NWS363 + 1. I757 name William_III of_Orange /Stuart/ + 2. I1454 name Walter /Stewart/ +[0145] Name rkey: NWS560 offs: 0x00003b25 lens: 0x00000023 + 0x00004b25: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b29:RKEY I1436 0x00004b31:offset 0x00000000 + 0x00004b35:string 'William /Seymour/' + Assembled data for NWS560 + 1. I1436 name William /Seymour/ +[0146] Name rkey: NWS564 offs: 0x00003b48 lens: 0x00000025 + 0x00004b48: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b4c:RKEY I2444 0x00004b54:offset 0x00000000 + 0x00004b58:string 'Walter /Sommerlath/' + Assembled data for NWS564 + 1. I2444 name Walter /Sommerlath/ +[0147] Name rkey: NWV525 offs: 0x00003b6d lens: 0x00000029 + 0x00004b6d: Ncount 1 + Keys and string offsets, strings + 1. 0x00004b71:RKEY I2709 0x00004b79:offset 0x00000000 + 0x00004b7d:string 'Wilbeke /von_Gunsteren/' + Assembled data for NWV525 + 1. I2709 name Wilbeke /von_Gunsteren/ +[0148] Name rkey: NWW532 offs: 0x00003b96 lens: 0x00000059 + 0x00004b96: Ncount 2 + Keys and string offsets, strings + 1. 0x00004b9a:RKEY I87 0x00004baa:offset 0x00000000 + 0x00004bb2:string 'William Henry Andrew/Windsor/' + 2. 0x00004ba2:RKEY I115 0x00004bae:offset 0x0000001e + 0x00004bd0:string 'William Arthur Philip/Windsor/' + Assembled data for NWW532 + 1. I87 name William Henry Andrew/Windsor/ + 2. I115 name William Arthur Philip/Windsor/ +[0149] Name rkey: NWW624 offs: 0x00003bef lens: 0x00000023 + 0x00004bef: Ncount 1 + Keys and string offsets, strings + 1. 0x00004bf3:RKEY I981 0x00004bfb:offset 0x00000000 + 0x00004bff:string 'William /Worsley/' + Assembled data for NWW624 + 1. I981 name William /Worsley/ +[0150] Name rkey: NWW635 offs: 0x00003c12 lens: 0x0000006b + 0x00004c12: Ncount 2 + Keys and string offsets, strings + 1. 0x00004c16:RKEY I1070 0x00004c26:offset 0x00000000 + 0x00004c2e:string 'William_I of_Wurttemberg /Wurttemberg/' + 2. 0x00004c1e:RKEY I1090 0x00004c2a:offset 0x00000027 + 0x00004c55:string 'William_II of_Wurttemberg /Wurttemberg/' + Assembled data for NWW635 + 1. I1070 name William_I of_Wurttemberg /Wurttemberg/ + 2. I1090 name William_II of_Wurttemberg /Wurttemberg/ +[0151] Name rkey: NWZ999 offs: 0x00003c7d lens: 0x000007e1 + 0x00004c7d: Ncount 63 + Keys and string offsets, strings + 1. 0x00004c81:RKEY I21 0x00004e79:offset 0x00000000 + 0x00004f75:string 'William_II //' + 2. 0x00004c89:RKEY I75 0x00004e7d:offset 0x0000000f + 0x00004f84:string 'Waldemar //' + 3. 0x00004c91:RKEY I80 0x00004e81:offset 0x0000001c + 0x00004f91:string 'Waldemar //' + 4. 0x00004c99:RKEY I290 0x00004e85:offset 0x00000029 + 0x00004f9e:string 'William Frederick of_Gloucester//' + 5. 0x00004ca1:RKEY I298 0x00004e89:offset 0x0000004b + 0x00004fc0:string 'William of_Hesse-Cassel //' + 6. 0x00004ca9:RKEY I350 0x00004e8d:offset 0x00000066 + 0x00004fdb:string 'Wilhelmina of_Baden //' + 7. 0x00004cb1:RKEY I412 0x00004e91:offset 0x0000007d + 0x00004ff2:string 'William_I of_Germany //' + 8. 0x00004cb9:RKEY I420 0x00004e95:offset 0x00000095 + 0x0000500a:string 'William //' + 9. 0x00004cc1:RKEY I498 0x00004e99:offset 0x000000a1 + 0x00005016:string 'William //' + 10. 0x00004cc9:RKEY I519 0x00004e9d:offset 0x000000ad + 0x00005022:string 'William //' + 11. 0x00004cd1:RKEY I559 0x00004ea1:offset 0x000000b9 + 0x0000502e:string 'Wilhelmina //' + 12. 0x00004cd9:RKEY I563 0x00004ea5:offset 0x000000c8 + 0x0000503d:string 'William //' + 13. 0x00004ce1:RKEY I565 0x00004ea9:offset 0x000000d4 + 0x00005049:string 'William_I of_Netherlands //' + 14. 0x00004ce9:RKEY I566 0x00004ead:offset 0x000000f0 + 0x00005065:string 'William_II of_Hesse //' + 15. 0x00004cf1:RKEY I571 0x00004eb1:offset 0x00000107 + 0x0000507c:string 'Wilhelmine //' + 16. 0x00004cf9:RKEY I573 0x00004eb5:offset 0x00000116 + 0x0000508b:string 'William_V of_Orange //' + 17. 0x00004d01:RKEY I578 0x00004eb9:offset 0x0000012d + 0x000050a2:string 'Wilhelm of_Nassau //' + 18. 0x00004d09:RKEY I618 0x00004ebd:offset 0x00000142 + 0x000050b7:string 'William_IV of_Orange //' + 19. 0x00004d11:RKEY I629 0x00004ec1:offset 0x0000015a + 0x000050cf:string 'William Alexander of_Hamilton//' + 20. 0x00004d19:RKEY I650 0x00004ec5:offset 0x0000017a + 0x000050ef:string 'William_V of_Orange //' + 21. 0x00004d21:RKEY I651 0x00004ec9:offset 0x00000191 + 0x00005106:string 'Wilhelmina //' + 22. 0x00004d29:RKEY I652 0x00004ecd:offset 0x000001a0 + 0x00005115:string 'William_II of_Netherlands //' + 23. 0x00004d31:RKEY I655 0x00004ed1:offset 0x000001bd + 0x00005132:string 'William_III of_Netherlands //' + 24. 0x00004d39:RKEY I657 0x00004ed5:offset 0x000001db + 0x00005150:string 'Wilhelmina of_Netherlands //' + 25. 0x00004d41:RKEY I698 0x00004ed9:offset 0x000001f8 + 0x0000516d:string 'William of_Gloucester //' + 26. 0x00004d49:RKEY I750 0x00004edd:offset 0x00000211 + 0x00005186:string 'William_II of_Orange //' + 27. 0x00004d51:RKEY I1208 0x00004ee1:offset 0x00000229 + 0x0000519e:string 'William Alexander //' + 28. 0x00004d59:RKEY I1234 0x00004ee5:offset 0x0000023e + 0x000051b3:string 'William of_Hatfield //' + 29. 0x00004d61:RKEY I1241 0x00004ee9:offset 0x00000255 + 0x000051ca:string 'William of_Windsor //' + 30. 0x00004d69:RKEY I1289 0x00004eed:offset 0x0000026b + 0x000051e0:string 'William //' + 31. 0x00004d71:RKEY I1373 0x00004ef1:offset 0x00000277 + 0x000051ec:string 'William //' + 32. 0x00004d79:RKEY I1380 0x00004ef5:offset 0x00000283 + 0x000051f8:string 'William_I the_Conqueror //' + 33. 0x00004d81:RKEY I1384 0x00004ef9:offset 0x0000029e + 0x00005213:string 'William_II Rufus //' + 34. 0x00004d89:RKEY I1394 0x00004efd:offset 0x000002b2 + 0x00005227:string 'William //' + 35. 0x00004d91:RKEY I1402 0x00004f01:offset 0x000002be + 0x00005233:string 'William of_Boulogne //' + 36. 0x00004d99:RKEY I1408 0x00004f05:offset 0x000002d5 + 0x0000524a:string 'William //' + 37. 0x00004da1:RKEY I1458 0x00004f09:offset 0x000002e1 + 0x00005256:string 'Walter //' + 38. 0x00004da9:RKEY I1557 0x00004f0d:offset 0x000002ec + 0x00005261:string 'William_II the_Good //' + 39. 0x00004db1:RKEY I1650 0x00004f11:offset 0x00000303 + 0x00005278:string 'Wilhelmine //' + 40. 0x00004db9:RKEY I1678 0x00004f15:offset 0x00000312 + 0x00005287:string 'William //' + 41. 0x00004dc1:RKEY I1683 0x00004f19:offset 0x0000031e + 0x00005293:string 'William //' + 42. 0x00004dc9:RKEY I1685 0x00004f1d:offset 0x0000032a + 0x0000529f:string 'William of_Wied //' + 43. 0x00004dd1:RKEY I1736 0x00004f21:offset 0x0000033d + 0x000052b2:string 'William_IX of_Hesse-Cassel //' + 44. 0x00004dd9:RKEY I1761 0x00004f25:offset 0x0000035b + 0x000052d0:string 'Wulfhilda //' + 45. 0x00004de1:RKEY I1771 0x00004f29:offset 0x00000369 + 0x000052de:string 'Waltheof of Northumberland//' + 46. 0x00004de9:RKEY I1853 0x00004f2d:offset 0x00000386 + 0x000052fb:string 'William Clito of_Flanders//' + 47. 0x00004df1:RKEY I1861 0x00004f31:offset 0x000003a2 + 0x00005317:string 'William //' + 48. 0x00004df9:RKEY I1867 0x00004f35:offset 0x000003ae + 0x00005323:string 'William //' + 49. 0x00004e01:RKEY I1868 0x00004f39:offset 0x000003ba + 0x0000532f:string 'William_X of_Aquitaine //' + 50. 0x00004e09:RKEY I1870 0x00004f3d:offset 0x000003d4 + 0x00005349:string 'William de_Warenne //' + 51. 0x00004e11:RKEY I1877 0x00004f41:offset 0x000003ea + 0x0000535f:string 'William of_Gloucester //' + 52. 0x00004e19:RKEY I1885 0x00004f45:offset 0x00000403 + 0x00005378:string 'William de_Fauquemont of_Montjoye//' + 53. 0x00004e21:RKEY I1998 0x00004f49:offset 0x00000427 + 0x0000539c:string 'Wig //' + 54. 0x00004e29:RKEY I2003 0x00004f4d:offset 0x0000042f + 0x000053a4:string 'Woden //' + 55. 0x00004e31:RKEY I2021 0x00004f51:offset 0x00000439 + 0x000053ae:string 'Wihtgar Isle_of_Wight //' + 56. 0x00004e39:RKEY I2057 0x00004f55:offset 0x00000452 + 0x000053c7:string 'William of_Hainault //' + 57. 0x00004e41:RKEY I2164 0x00004f59:offset 0x00000469 + 0x000053de:string 'William Kemp //' + 58. 0x00004e49:RKEY I2231 0x00004f5d:offset 0x00000479 + 0x000053ee:string 'Willaim_I the_Lion //' + 59. 0x00004e51:RKEY I2467 0x00004f61:offset 0x0000048f + 0x00005404:string 'William_I //' + 60. 0x00004e59:RKEY I2591 0x00004f65:offset 0x0000049d + 0x00005412:string 'Waldrada //' + 61. 0x00004e61:RKEY I2622 0x00004f69:offset 0x000004aa + 0x0000541f:string 'William of_Prussia //' + 62. 0x00004e69:RKEY I2853 0x00004f6d:offset 0x000004c0 + 0x00005435:string 'William_I of_Hesse-Cassel //' + 63. 0x00004e71:RKEY I2855 0x00004f71:offset 0x000004dd + 0x00005452:string 'William //' + Assembled data for NWZ999 + 1. I21 name William_II // + 2. I75 name Waldemar // + 3. I80 name Waldemar // + 4. I290 name William Frederick of_Gloucester// + 5. I298 name William of_Hesse-Cassel // + 6. I350 name Wilhelmina of_Baden // + 7. I412 name William_I of_Germany // + 8. I420 name William // + 9. I498 name William // + 10. I519 name William // + 11. I559 name Wilhelmina // + 12. I563 name William // + 13. I565 name William_I of_Netherlands // + 14. I566 name William_II of_Hesse // + 15. I571 name Wilhelmine // + 16. I573 name William_V of_Orange // + 17. I578 name Wilhelm of_Nassau // + 18. I618 name William_IV of_Orange // + 19. I629 name William Alexander of_Hamilton// + 20. I650 name William_V of_Orange // + 21. I651 name Wilhelmina // + 22. I652 name William_II of_Netherlands // + 23. I655 name William_III of_Netherlands // + 24. I657 name Wilhelmina of_Netherlands // + 25. I698 name William of_Gloucester // + 26. I750 name William_II of_Orange // + 27. I1208 name William Alexander // + 28. I1234 name William of_Hatfield // + 29. I1241 name William of_Windsor // + 30. I1289 name William // + 31. I1373 name William // + 32. I1380 name William_I the_Conqueror // + 33. I1384 name William_II Rufus // + 34. I1394 name William // + 35. I1402 name William of_Boulogne // + 36. I1408 name William // + 37. I1458 name Walter // + 38. I1557 name William_II the_Good // + 39. I1650 name Wilhelmine // + 40. I1678 name William // + 41. I1683 name William // + 42. I1685 name William of_Wied // + 43. I1736 name William_IX of_Hesse-Cassel // + 44. I1761 name Wulfhilda // + 45. I1771 name Waltheof of Northumberland// + 46. I1853 name William Clito of_Flanders// + 47. I1861 name William // + 48. I1867 name William // + 49. I1868 name William_X of_Aquitaine // + 50. I1870 name William de_Warenne // + 51. I1877 name William of_Gloucester // + 52. I1885 name William de_Fauquemont of_Montjoye// + 53. I1998 name Wig // + 54. I2003 name Woden // + 55. I2021 name Wihtgar Isle_of_Wight // + 56. I2057 name William of_Hainault // + 57. I2164 name William Kemp // + 58. I2231 name Willaim_I the_Lion // + 59. I2467 name William_I // + 60. I2591 name Waldrada // + 61. I2622 name William of_Prussia // + 62. I2853 name William_I of_Hesse-Cassel // + 63. I2855 name William // +[0152] Name rkey: NXR551 offs: 0x0000445e lens: 0x00000021 + 0x0000545e: Ncount 1 + Keys and string offsets, strings + 1. 0x00005462:RKEY I154 0x0000546a:offset 0x00000000 + 0x0000546e:string 'Xenia /Romanov/' + Assembled data for NXR551 + 1. I154 name Xenia /Romanov/ +[0153] Name rkey: NXZ999 offs: 0x0000447f lens: 0x0000001a + 0x0000547f: Ncount 1 + Keys and string offsets, strings + 1. 0x00005483:RKEY I2661 0x0000548b:offset 0x00000000 + 0x0000548f:string 'Xenia //' + Assembled data for NXZ999 + 1. I2661 name Xenia // +[0154] Name rkey: NYZ999 offs: 0x00004499 lens: 0x000000b7 + 0x00005499: Ncount 5 + Keys and string offsets, strings + 1. 0x0000549d:RKEY I1297 0x000054c5:offset 0x00000000 + 0x000054d9:string 'Yelizaveta Alekseyevna of_Baden//' + 2. 0x000054a5:RKEY I1305 0x000054c9:offset 0x00000022 + 0x000054fb:string 'Yevdokiya Lopukhina //' + 3. 0x000054ad:RKEY I1319 0x000054cd:offset 0x00000039 + 0x00005512:string 'Yekaterina of_Mecklenburg //' + 4. 0x000054b5:RKEY I1896 0x000054d1:offset 0x00000056 + 0x0000552f:string 'Yolande //' + 5. 0x000054bd:RKEY I2539 0x000054d5:offset 0x00000062 + 0x0000553b:string 'Yolande of_Aragon //' + Assembled data for NYZ999 + 1. I1297 name Yelizaveta Alekseyevna of_Baden// + 2. I1305 name Yevdokiya Lopukhina // + 3. I1319 name Yekaterina of_Mecklenburg // + 4. I1896 name Yolande // + 5. I2539 name Yolande of_Aragon // +[0155] Name rkey: NZP412 offs: 0x00004550 lens: 0x0000002e + 0x00005550: Ncount 1 + Keys and string offsets, strings + 1. 0x00005554:RKEY I64 0x0000555c:offset 0x00000000 + 0x00005560:string 'Zara Anne Elizabeth/Phillips/' + Assembled data for NZP412 + 1. I64 name Zara Anne Elizabeth/Phillips/ +[0156] Name rkey: NZR212 offs: 0x0000457e lens: 0x00000025 + 0x0000557e: Ncount 1 + Keys and string offsets, strings + 1. 0x00005582:RKEY I2925 0x0000558a:offset 0x00000000 + 0x0000558e:string 'Zenaida /Rashevska/' + Assembled data for NZR212 + 1. I2925 name Zenaida /Rashevska/ +[0157] Name rkey: NZZ999 offs: 0x000045a3 lens: 0x00000062 + 0x000055a3: Ncount 3 + Keys and string offsets, strings + 1. 0x000055a7:RKEY I676 0x000055bf:offset 0x00000000 + 0x000055cb:string 'Zog_I of_Albania //' + 2. 0x000055af:RKEY I2531 0x000055c3:offset 0x00000014 + 0x000055df:string 'Zorka of_Montenegro //' + 3. 0x000055b7:RKEY I2596 0x000055c7:offset 0x0000002b + 0x000055f6:string 'Zwentibold //' + Assembled data for NZZ999 + 1. I676 name Zog_I of_Albania // + 2. I2531 name Zorka of_Montenegro // + 3. I2596 name Zwentibold // + +0x00005605: EOF (0x00005605) GOOD + + +Summary of data entries by key type (includes deleted entries) +Deleted Items remain in the database. ISEXF records are marked +as deleted in xrefs file, soundex entries (N) has a record +but the count of INDI's with this soundex value is 0. + F 1422 + I 3010 + N 798 + R 12 + X 1 diff --git a/tests/Royal92/Royal92.llines.stdout.filter.ref b/tests/Royal92/Royal92.llines.stdout.filter.ref new file mode 100644 index 000000000..75d0d3c17 --- /dev/null +++ b/tests/Royal92/Royal92.llines.stdout.filter.ref @@ -0,0 +1,27641 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 64-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' What utility do you want to perform?' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Save the database in a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Read in data from a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' R Pick a GEDCOM file and read in' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' k Find a person's key value' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' i Identify a person from key valu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Show database statistics ' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' m Show memory statistics' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' e Edit the place abbreviation file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' o Edit the user options file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' c Character set options' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Return to main menu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 64-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 34]: '[18;34H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 7,Col 47]: '[7;47H' +CSI Position Cursor to row 6,Col 8]: '[6;8H' +text USASCII: 'e choose an operation:' +CSI Erase 44 Character(s)(s): '[44X' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +text USASCII: 'Browse the persons in the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +text USASCII: 'Search database' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +text USASCII: 'Add information to the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +text USASCII: 'Delete information from the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +text USASCII: 'Pick a report from list and run ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +text USASCII: 'Generate report by entering report nam' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +text USASCII: 'Modify character translation tables' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +text USASCII: 'Miscellaneous utilities ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +text USASCII: 'Handle source, event and other records ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +text USASCII: 'Quit current database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +text USASCII: 'Quit program' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +CSI Erase 66 Character(s)(s): '[66X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please enter the name of the GEDCOM file.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ged)' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +text USASCII: ' TESTS/Royal92/Royal92.ged' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 20 Character(s)(s): '[20X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Lossy codeset conversion (from to ) likely' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Proceed anyway?' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no): ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 62 Character(s)(s): '[62X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 17 Character(s)(s): '[17X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Position Cursor to row 5,Col 4]: '[5;4H' +CSI Cursor to Column 10: '[10G' +text USASCII: '0 Persons' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 8,Col 10]: '[8;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 10,Col 10]: '[10;10H' +text USASCII: '0 Errors' +CSI Position Cursor to row 11,Col 10]: '[11;10H' +text USASCII: '0 Warnings' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: ' (SUBM)' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '1000' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '2000' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '20' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '30' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '40' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '50' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '60' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '70' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '80' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '90' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '3000' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '6' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '7' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '8' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '9' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 9]: '[5;9H' +text USASCII: '10' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Cursor to Column 17: '[17G' +text USASCII: 'ies' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 7: '[7G' +text USASCII: '1000' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '30' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '40' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '50' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '60' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '70' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '80' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '90' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '10' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '3' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '4' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '5' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '6' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '7' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '8' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '9' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 9]: '[6;9H' +text USASCII: '20' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Position Cursor to row 6,Col 20]: '[6;20H' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: 'No errors; adding records with new keys...' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '0 Persons' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 16,Col 10]: '[16;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 17,Col 10]: '[17;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 18,Col 10]: '[18;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 18,Col 10]: '[18;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: ' (SUBM)' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '1000' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '2000' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '20' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '30' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '40' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '50' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '60' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '70' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '80' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '90' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Cursor to Column 7: '[7G' +text USASCII: '3000' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '6' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '7' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '8' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '9' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 9]: '[14;9H' +text USASCII: '10' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Cursor to Column 17: '[17G' +text USASCII: 'ies' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '500' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '600' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '700' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '800' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '900' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 7: '[7G' +text USASCII: '1000' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '100' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '200' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '300' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '30' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '40' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '50' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '60' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '70' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '80' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '90' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Cursor to Column 8: '[8G' +text USASCII: '400' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '10' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '3' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '4' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '5' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '6' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '7' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '8' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '9' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 9]: '[15;9H' +text USASCII: '20' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Position Cursor to row 15,Col 20]: '[15;20H' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: 'Import time xxs (ui xxs)' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +CSI Line Position Absolutge [row] to 20, Col unchanged: '[20d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 21,Col 4]: '[21;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 10: '[10G' +CSI Erase 14 Character(s)(s): '[14X' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/Royal92/Royal92.llscr b/tests/Royal92/Royal92.llscr new file mode 100644 index 000000000..7265badfc --- /dev/null +++ b/tests/Royal92/Royal92.llscr @@ -0,0 +1,5 @@ +y +urTESTNAME.ged +y +y +qqq diff --git a/tests/Royal92/Royal92.lltest.stdout.ref b/tests/Royal92/Royal92.lltest.stdout.ref new file mode 100644 index 000000000..aba39d63d --- /dev/null +++ b/tests/Royal92/Royal92.lltest.stdout.ref @@ -0,0 +1,7 @@ +testing block data structure...PASS 0 +testing index data structure...PASS 0 +testing rkey2str...PASS 0 +testing str2rkey...PASS 0 +testing fkey2path and path2fkey...PASS 0 +Testing nextfkey...PASS 0 +Testing lldberr...PASS 0 diff --git a/tests/Royal92/check_lltest.config b/tests/Royal92/check_lltest.config new file mode 100644 index 000000000..4807e1aab --- /dev/null +++ b/tests/Royal92/check_lltest.config @@ -0,0 +1,5 @@ +# make sure LANG is UTF-8 +env LANG=UTF-8 +env TERM=xterm +# try lltest here as it requires empty database +post lltest testdb diff --git a/tests/Royal92/check_lltest.llines.stdout.filter.ref b/tests/Royal92/check_lltest.llines.stdout.filter.ref new file mode 100644 index 000000000..97b0754ab --- /dev/null +++ b/tests/Royal92/check_lltest.llines.stdout.filter.ref @@ -0,0 +1,328 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/Royal92/check_lltest.llscr b/tests/Royal92/check_lltest.llscr new file mode 100644 index 000000000..46b0f703e --- /dev/null +++ b/tests/Royal92/check_lltest.llscr @@ -0,0 +1,2 @@ +y +q diff --git a/tests/Royal92/check_lltest.lltest.stdout.ref b/tests/Royal92/check_lltest.lltest.stdout.ref new file mode 100644 index 000000000..aba39d63d --- /dev/null +++ b/tests/Royal92/check_lltest.lltest.stdout.ref @@ -0,0 +1,7 @@ +testing block data structure...PASS 0 +testing index data structure...PASS 0 +testing rkey2str...PASS 0 +testing str2rkey...PASS 0 +testing fkey2path and path2fkey...PASS 0 +Testing nextfkey...PASS 0 +Testing lldberr...PASS 0 diff --git a/tests/date/checkjd2date.log.save b/tests/date/checkjd2date.llines.out.ref similarity index 100% rename from tests/date/checkjd2date.log.save rename to tests/date/checkjd2date.llines.out.ref diff --git a/tests/date/checkjd2date.llines.stdout.filter.ref b/tests/date/checkjd2date.llines.stdout.filter.ref new file mode 100644 index 000000000..52b4cda61 --- /dev/null +++ b/tests/date/checkjd2date.llines.stdout.filter.ref @@ -0,0 +1,811 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the program? ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: TESTS/date ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ll)' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +text USASCII: ' TESTS/date/checkjd2date.ll' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 20 Character(s)(s): '[20X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'Program is running... ' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the output file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name:' +CSI Erase 22 Character(s)(s): '[22X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +text USASCII: ' checkjd2date.llines.out' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: ' Program was run successfully.' +CSI Erase line to right: '[K' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +CSI Line Position Absolutge [row] to 5, Col unchanged: '[5d' +text USASCII: 'Report duration xxs (ui duration xxs)' +CSI Position Cursor to row 6,Col 4]: '[6;4H' +CSI Line Position Absolutge [row] to 7, Col unchanged: '[7d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 8,Col 4]: '[8;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'LifeLines -- Main Menu ' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/date/checkjd2date.llscr b/tests/date/checkjd2date.llscr index 5518327e4..c5da21ed6 100644 --- a/tests/date/checkjd2date.llscr +++ b/tests/date/checkjd2date.llscr @@ -1,4 +1,4 @@ -yrcheckjd2date.ll -checkjd2date.log +yrTESTNAME.ll +OUTPUT.out q diff --git a/tests/do_code_tests.sh b/tests/do_code_tests.sh deleted file mode 100755 index 336d1f6e7..000000000 --- a/tests/do_code_tests.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh - -# test programs -PROGS=../src/tools/lltest -LLINES=../src/liflines/llines -DBNAME=testdb - -# counters -TOTALCNT=0 -FAILCNT=0 -FAILED="" - -if [ ! -f $LLINES ] -then - echo "ERROR: Could not find lifelines!" - exit -fi - -# execute all test programs -for i in $PROGS -do - TESTDIR=`dirname $i` - TESTSRC=`basename $i` - OUTFILE=${TESTSRC}.out - echo "Running program tests via $i..." - - if [ ! -f $i ] - then - echo "ERROR: Could not find test $i" - exit - fi - - # remove test database - rm -rf $DBNAME - - # create empty database - echo "yq" | $LLINES $DBNAME - - # run test program - $i $DBNAME > ${TESTSRC}.out - - # remove test database - rm -rf $DBNAME - - TOTALCNT=`wc -l ${OUTFILE}` - FAILCNT=`grep FAIL ${OUTFILE} | wc -l` -done - -# print summary -echo -echo "Executed $TOTALCNT tests, with $FAILCNT failures." -if [ $FAILCNT -gt 0 ] -then - echo $FAILED -fi diff --git a/tests/do_rpt_tests.sh b/tests/do_rpt_tests.sh deleted file mode 100755 index 9a167e3c6..000000000 --- a/tests/do_rpt_tests.sh +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -# find all test programs -PROGS=`find . -type f -name \*.llscr` - -# counters -TOTALCNT=0 -FAILCNT=0 -FAILED="" - -# execute all test programs -for i in $PROGS -do - TESTDIR=`dirname $i` - TESTSCR=`basename $i` - TESTNAME=`echo $TESTSCR | sed -e 's/.llscr//g'` - TOTALCNT=$((TOTALCNT+1)) - - echo "Running test $i..." - ./run_rpt_test.sh $TESTDIR $TESTSCR - - # If diff file exists and is non-empty, then test has failed. - if [ -f $TESTDIR/$TESTNAME.diff -a -s $TESTDIR/$TESTNAME.diff ] - then - if [ -z $FAILED ] - then - FAILED=$i - else - FAILED="${FAILED},$i" - fi - FAILCNT=$((FAILCNT+1)) - fi -done - -# print summary -echo -echo "Executed $TOTALCNT tests, with $FAILCNT failures." -if [ $FAILCNT -gt 0 ] -then - echo $FAILED -fi diff --git a/tests/gengedcomstrong/test1.log.save b/tests/gengedcomstrong/test1.llines.out.ref similarity index 100% rename from tests/gengedcomstrong/test1.log.save rename to tests/gengedcomstrong/test1.llines.out.ref diff --git a/tests/gengedcomstrong/test1.llines.stdout.filter.ref b/tests/gengedcomstrong/test1.llines.stdout.filter.ref new file mode 100644 index 000000000..0511c0a76 --- /dev/null +++ b/tests/gengedcomstrong/test1.llines.stdout.filter.ref @@ -0,0 +1,1733 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 64-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' What utility do you want to perform?' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Save the database in a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Read in data from a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' R Pick a GEDCOM file and read in' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' k Find a person's key value' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' i Identify a person from key valu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Show database statistics ' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' m Show memory statistics' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' e Edit the place abbreviation file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' o Edit the user options file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' c Character set options' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Return to main menu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 64-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 34]: '[18;34H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 7,Col 47]: '[7;47H' +CSI Position Cursor to row 6,Col 8]: '[6;8H' +text USASCII: 'e choose an operation:' +CSI Erase 44 Character(s)(s): '[44X' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +text USASCII: 'Browse the persons in the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +text USASCII: 'Search database' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +text USASCII: 'Add information to the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +text USASCII: 'Delete information from the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +text USASCII: 'Pick a report from list and run ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +text USASCII: 'Generate report by entering report nam' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +text USASCII: 'Modify character translation tables' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +text USASCII: 'Miscellaneous utilities ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +text USASCII: 'Handle source, event and other records ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +text USASCII: 'Quit current database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +text USASCII: 'Quit program' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +CSI Erase 66 Character(s)(s): '[66X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please enter the name of the GEDCOM file.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ged)' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +text USASCII: ' TESTS/gengedcomstrong/test1.ged' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Position Cursor to row 5,Col 4]: '[5;4H' +CSI Cursor to Column 10: '[10G' +text USASCII: '0 Persons' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 8,Col 10]: '[8;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 10,Col 10]: '[10;10H' +text USASCII: '0 Errors' +CSI Position Cursor to row 11,Col 10]: '[11;10H' +text USASCII: '0 Warnings' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Using original keys, 3014 deleted records will be in the database. ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Use original keys from GEDCOM file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Cursor to Column 4: '[4G' +text USASCII: 'No errors; adding records with original keys...' +CSI Position Cursor to row 14,Col 5]: '[14;5H' +text USASCII: ' 0 Persons' +CSI Erase 56 Character(s)(s): '[56X' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 16,Col 10]: '[16;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 17,Col 10]: '[17;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 18,Col 10]: '[18;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 16,Col 10]: '[16;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 16,Col 10]: '[16;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 19,Col 4]: '[19;4H' +text USASCII: 'Adding unused keys as deleted keys...' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: 'Import time xxs (ui xxs) ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +CSI Line Position Absolutge [row] to 19, Col unchanged: '[19d' +CSI Erase 37 Character(s)(s): '[37X' +CSI Line Position Absolutge [row] to 20, Col unchanged: '[20d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 21,Col 4]: '[21;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Erase 35 Character(s)(s): '[35X' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Erase 40 Character(s)(s): '[40X' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 75: '[75G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 10: '[10G' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the program? ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: TESTS/gengedcomstrong' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ll)' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +text USASCII: ' test1' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'Program is running... ' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Identify person for program:' +CSI Erase 14 Character(s)(s): '[14X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Name, key, refn, list, or @: ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 33]: '[13;33H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' ' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +text USASCII: '1012' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 5]: '[10;5H' +CSI Erase 39 Character(s)(s): '[39X' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +CSI Erase 34 Character(s)(s): '[34X' +CSI Line Position Absolutge [row] to 12, Col unchanged: '[12d' +CSI Erase 42 Character(s)(s): '[42X' +CSI Line Position Absolutge [row] to 13, Col unchanged: '[13d' +CSI Erase 38 Character(s)(s): '[38X' +CSI Line Position Absolutge [row] to 14, Col unchanged: '[14d' +CSI Erase 26 Character(s)(s): '[26X' +CSI Line Position Absolutge [row] to 15, Col unchanged: '[15d' +CSI Erase 41 Character(s)(s): '[41X' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +C0 Control Character (Ctrl-H) Backspace: '' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Is this the person? Select if so. (1/1)' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' >1: John1012 SMITH1000, b. 1800, KY. (1012) [P]' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 71-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Commands: j Move down k Move up i Select q Quit' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 15]: '[14;15H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 34 Character(s)(s): '[34X' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 34 Character(s)(s): '[34X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +text USASCII: ' x Handle source, event and other records' +CSI Erase 31 Character(s)(s): '[31X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the output file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name:' +CSI Erase 22 Character(s)(s): '[22X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +text USASCII: ' test1.llines.out' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: ' Program was run successfully.' +CSI Erase line to right: '[K' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +CSI Line Position Absolutge [row] to 5, Col unchanged: '[5d' +text USASCII: 'Report duration xxs (ui duration xxs)' +CSI Position Cursor to row 6,Col 4]: '[6;4H' +CSI Line Position Absolutge [row] to 7, Col unchanged: '[7d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 8,Col 4]: '[8;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'LifeLines -- Main Menu ' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/gengedcomstrong/test1.llscr b/tests/gengedcomstrong/test1.llscr index 5b48f0df5..7d1a5b842 100644 --- a/tests/gengedcomstrong/test1.llscr +++ b/tests/gengedcomstrong/test1.llscr @@ -1,7 +1,8 @@ y -yurtest1.ged +urTESTNAME.ged y -rtest1.ll +y +rtest1 1012 -itest1.log +iOUTPUT.out qqq diff --git a/tests/interp/eqv_pvalue.ll b/tests/interp/eqv_pvalue.ll index 1438bc96f..05b13d605 100644 --- a/tests/interp/eqv_pvalue.ll +++ b/tests/interp/eqv_pvalue.ll @@ -67,10 +67,10 @@ proc main () /* pointer cases - GEDCOM types */ list(list1) push(list1, indi1) - push(list1, indi2) + push(list1, indi2) list(list2) push(list1, indi1) - push(list1, indi2) + push(list1, indi2) call testeq(eq(list1,list1), TRUE, "LIST equality (pointer)") call testeq(ne(list1,list2), TRUE, "LIST inequality (pointer)") diff --git a/tests/interp/eqv_pvalue.log.save b/tests/interp/eqv_pvalue.llines.out.ref similarity index 100% rename from tests/interp/eqv_pvalue.log.save rename to tests/interp/eqv_pvalue.llines.out.ref diff --git a/tests/interp/eqv_pvalue.llines.stdout.filter.ref b/tests/interp/eqv_pvalue.llines.stdout.filter.ref new file mode 100644 index 000000000..65aa157f2 --- /dev/null +++ b/tests/interp/eqv_pvalue.llines.stdout.filter.ref @@ -0,0 +1,2444 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 64-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' What utility do you want to perform?' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Save the database in a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Read in data from a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' R Pick a GEDCOM file and read in' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' k Find a person's key value' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' i Identify a person from key valu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Show database statistics ' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' m Show memory statistics' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' e Edit the place abbreviation file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' o Edit the user options file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' c Character set options' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Return to main menu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 64-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 34]: '[18;34H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 7,Col 47]: '[7;47H' +CSI Position Cursor to row 6,Col 8]: '[6;8H' +text USASCII: 'e choose an operation:' +CSI Erase 44 Character(s)(s): '[44X' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +text USASCII: 'Browse the persons in the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +text USASCII: 'Search database' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +text USASCII: 'Add information to the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +text USASCII: 'Delete information from the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +text USASCII: 'Pick a report from list and run ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +text USASCII: 'Generate report by entering report nam' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +text USASCII: 'Modify character translation tables' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +text USASCII: 'Miscellaneous utilities ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +text USASCII: 'Handle source, event and other records ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +text USASCII: 'Quit current database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +text USASCII: 'Quit program' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +CSI Erase 66 Character(s)(s): '[66X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please enter the name of the GEDCOM file.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ged)' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +text USASCII: ' TESTS/interp/eqv_pvalue.ged' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 22 Character(s)(s): '[22X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Position Cursor to row 5,Col 4]: '[5;4H' +CSI Cursor to Column 10: '[10G' +text USASCII: '0 Persons' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 8,Col 10]: '[8;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 10,Col 10]: '[10;10H' +text USASCII: '0 Errors' +CSI Position Cursor to row 11,Col 10]: '[11;10H' +text USASCII: '0 Warnings' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 8,Col 10]: '[8;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Cursor to Column 10: '[10G' +text USASCII: '2' +CSI Cursor to Column 17: '[17G' +text USASCII: 's' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: ' (ORDI)' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '2' +CSI Cursor to Column 17: '[17G' +text USASCII: 's (ORDI)' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '4' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '5' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '2' +CSI Cursor to Column 17: '[17G' +text USASCII: 'ies' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Using original keys, 3110 deleted records will be in the database. ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Use original keys from GEDCOM file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Cursor to Column 4: '[4G' +text USASCII: 'No errors; adding records with original keys...' +CSI Position Cursor to row 14,Col 5]: '[14;5H' +text USASCII: ' 0 Persons' +CSI Erase 56 Character(s)(s): '[56X' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 16,Col 10]: '[16;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 17,Col 10]: '[17;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 18,Col 10]: '[18;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 16,Col 10]: '[16;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 16,Col 10]: '[16;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 17,Col 10]: '[17;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Cursor to Column 10: '[10G' +text USASCII: '2' +CSI Cursor to Column 17: '[17G' +text USASCII: 's' +CSI Position Cursor to row 18,Col 10]: '[18;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: ' (ORDI)' +CSI Position Cursor to row 18,Col 10]: '[18;10H' +text USASCII: '2' +CSI Cursor to Column 17: '[17G' +text USASCII: 's (ORDI)' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '4' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '5' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '2' +CSI Cursor to Column 17: '[17G' +text USASCII: 'ies' +CSI Position Cursor to row 19,Col 4]: '[19;4H' +text USASCII: 'Adding unused keys as deleted keys...' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: 'Import time xxs (ui xxs) ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +CSI Line Position Absolutge [row] to 19, Col unchanged: '[19d' +CSI Erase 37 Character(s)(s): '[37X' +CSI Line Position Absolutge [row] to 20, Col unchanged: '[20d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 21,Col 4]: '[21;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Erase 35 Character(s)(s): '[35X' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Erase 40 Character(s)(s): '[40X' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 75: '[75G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 10: '[10G' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the program? ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: TESTS/interp ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ll)' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +text USASCII: ' TESTS/interp/eqv_pvalue.ll' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 20 Character(s)(s): '[20X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'Program is running... ' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the output file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name:' +CSI Erase 22 Character(s)(s): '[22X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +text USASCII: ' eqv_pvalue.llines.out' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Identify person for program:' +CSI Erase 14 Character(s)(s): '[14X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Name, key, refn, list, or @: ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 33]: '[13;33H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' ' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +text USASCII: '1040' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 5]: '[10;5H' +CSI Erase 39 Character(s)(s): '[39X' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +CSI Erase 34 Character(s)(s): '[34X' +CSI Line Position Absolutge [row] to 12, Col unchanged: '[12d' +CSI Erase 42 Character(s)(s): '[42X' +CSI Line Position Absolutge [row] to 13, Col unchanged: '[13d' +CSI Erase 38 Character(s)(s): '[38X' +CSI Line Position Absolutge [row] to 14, Col unchanged: '[14d' +CSI Erase 26 Character(s)(s): '[26X' +CSI Line Position Absolutge [row] to 15, Col unchanged: '[15d' +CSI Erase 41 Character(s)(s): '[41X' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +C0 Control Character (Ctrl-H) Backspace: '' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Is this the person? Select if so. (1/1)' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' >1: Bob1040 SMITH1000, b. 1800, KY. (1040) [S]' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 71-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Commands: j Move down k Move up i Select q Quit' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 15]: '[14;15H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 34 Character(s)(s): '[34X' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 34 Character(s)(s): '[34X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +text USASCII: ' x Handle source, event and other records' +CSI Erase 31 Character(s)(s): '[31X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Identify person for program:' +CSI Erase 14 Character(s)(s): '[14X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Name, key, refn, list, or @: ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 33]: '[13;33H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' ' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +text USASCII: '1020' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 5]: '[10;5H' +CSI Erase 39 Character(s)(s): '[39X' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +CSI Erase 34 Character(s)(s): '[34X' +CSI Line Position Absolutge [row] to 12, Col unchanged: '[12d' +CSI Erase 42 Character(s)(s): '[42X' +CSI Line Position Absolutge [row] to 13, Col unchanged: '[13d' +CSI Erase 38 Character(s)(s): '[38X' +CSI Line Position Absolutge [row] to 14, Col unchanged: '[14d' +CSI Erase 26 Character(s)(s): '[26X' +CSI Line Position Absolutge [row] to 15, Col unchanged: '[15d' +CSI Erase 41 Character(s)(s): '[41X' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +C0 Control Character (Ctrl-H) Backspace: '' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Is this the person? Select if so. (1/1)' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' >1: Jack1020 SMITH1000, b. 1800, KY. (1020) [P]' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 71-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Commands: j Move down k Move up i Select q Quit' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 15]: '[14;15H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 34 Character(s)(s): '[34X' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 34 Character(s)(s): '[34X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +text USASCII: ' x Handle source, event and other records' +CSI Erase 31 Character(s)(s): '[31X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Enter a spouse from family.' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Name, key, refn, list, or @: ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 33]: '[13;33H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' ' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +text USASCII: '1040' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 5]: '[10;5H' +CSI Erase 39 Character(s)(s): '[39X' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +CSI Erase 34 Character(s)(s): '[34X' +CSI Line Position Absolutge [row] to 12, Col unchanged: '[12d' +CSI Erase 42 Character(s)(s): '[42X' +CSI Line Position Absolutge [row] to 13, Col unchanged: '[13d' +CSI Erase 38 Character(s)(s): '[38X' +CSI Line Position Absolutge [row] to 14, Col unchanged: '[14d' +CSI Erase 26 Character(s)(s): '[26X' +CSI Line Position Absolutge [row] to 15, Col unchanged: '[15d' +CSI Erase 41 Character(s)(s): '[41X' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +C0 Control Character (Ctrl-H) Backspace: '' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Is this the person? Select if so. (1/1)' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' >1: Bob1040 SMITH1000, b. 1800, KY. (1040) [S]' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 71-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Commands: j Move down k Move up i Select q Quit' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 15]: '[14;15H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 34 Character(s)(s): '[34X' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 34 Character(s)(s): '[34X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +text USASCII: ' x Handle source, event and other records' +CSI Erase 31 Character(s)(s): '[31X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Enter a spouse from family.' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Name, key, refn, list, or @: ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 33]: '[13;33H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' ' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +text USASCII: '2002' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 5]: '[10;5H' +CSI Erase 39 Character(s)(s): '[39X' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +CSI Erase 34 Character(s)(s): '[34X' +CSI Line Position Absolutge [row] to 12, Col unchanged: '[12d' +CSI Erase 42 Character(s)(s): '[42X' +CSI Line Position Absolutge [row] to 13, Col unchanged: '[13d' +CSI Erase 38 Character(s)(s): '[38X' +CSI Line Position Absolutge [row] to 14, Col unchanged: '[14d' +CSI Erase 26 Character(s)(s): '[26X' +CSI Line Position Absolutge [row] to 15, Col unchanged: '[15d' +CSI Erase 41 Character(s)(s): '[41X' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +C0 Control Character (Ctrl-H) Backspace: '' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Is this the person? Select if so. (1/1)' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' >1: Wynona2002 ROBERTS2000 (2002) [S]' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 71-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Commands: j Move down k Move up i Select q Quit' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 15]: '[14;15H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 34 Character(s)(s): '[34X' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 34 Character(s)(s): '[34X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +text USASCII: ' x Handle source, event and other records' +CSI Erase 31 Character(s)(s): '[31X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Enter a sibling from family.' +CSI Erase 14 Character(s)(s): '[14X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Name, key, refn, list, or @: ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 33]: '[13;33H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' ' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +text USASCII: 'q' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: '*There is no one in the database with that name or key.' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Enter a sibling from family.' +CSI Erase 14 Character(s)(s): '[14X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Name, key, refn, list, or @: ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 33]: '[13;33H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: ' Program was run successfully.' +CSI Erase line to right: '[K' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +CSI Line Position Absolutge [row] to 5, Col unchanged: '[5d' +text USASCII: 'Report duration xxs (ui duration xxs)' +CSI Position Cursor to row 6,Col 4]: '[6;4H' +CSI Line Position Absolutge [row] to 7, Col unchanged: '[7d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 8,Col 4]: '[8;4H' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 5]: '[9;5H' +CSI Erase 34 Character(s)(s): '[34X' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +CSI Erase 39 Character(s)(s): '[39X' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +CSI Erase 34 Character(s)(s): '[34X' +CSI Line Position Absolutge [row] to 12, Col unchanged: '[12d' +CSI Erase 42 Character(s)(s): '[42X' +CSI Line Position Absolutge [row] to 13, Col unchanged: '[13d' +CSI Erase 38 Character(s)(s): '[38X' +CSI Line Position Absolutge [row] to 14, Col unchanged: '[14d' +CSI Erase 26 Character(s)(s): '[26X' +CSI Line Position Absolutge [row] to 15, Col unchanged: '[15d' +CSI Erase 41 Character(s)(s): '[41X' +CSI Line Position Absolutge [row] to 9, Col unchanged: '[9d' +C0 Control Character (Ctrl-H) Backspace: '' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Messages: (1/2)' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' >1: *There is no one in the database with that name or key.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' 2: Program was run successfully.' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 71-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Commands: j Move down k Move up q Quit' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Line Position Absolutge [row] to 9, Col unchanged: '[9d' +text USASCII: ' a Add information to the database' +CSI Erase 38 Character(s)(s): '[38X' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 34 Character(s)(s): '[34X' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 21 Character(s)(s): '[21X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +text USASCII: ' x Handle source, event and other records' +CSI Erase 31 Character(s)(s): '[31X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'LifeLines -- Main Menu ' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/interp/eqv_pvalue.llscr b/tests/interp/eqv_pvalue.llscr index fe37f0057..a15335724 100644 --- a/tests/interp/eqv_pvalue.llscr +++ b/tests/interp/eqv_pvalue.llscr @@ -1,8 +1,8 @@ y -ureqv_pvalue.ged +urTESTNAME.ged y -reqv_pvalue.ll -eqv_pvalue.log +rTESTNAME.ll +OUTPUT.out 1040 i1020 i1040 diff --git a/tests/interp/fullname.log.save b/tests/interp/fullname.llines.out.ref similarity index 80% rename from tests/interp/fullname.log.save rename to tests/interp/fullname.llines.out.ref index ed7225c24..772c57c99 100644 --- a/tests/interp/fullname.log.save +++ b/tests/interp/fullname.llines.out.ref @@ -4,10 +4,10 @@ Valid INDI (NOSURCAP, REGORDER): 'James Smith' Valid INDI (DOSURCAP, SURFIRST): 'SMITH, James' Valid INDI (NOSURCAP, SURFIRST): 'Smith, James' Valid INDI (NOSURCAP, REGORDER truncation, varying lengths): -Partial First Name: 'Jame' -Full First Name: 'James' -Full including Space: 'James ' -Full including Last: 'James S' +Partial First Name: 'J SM' +Full First Name: 'J SMI' +Full including Space: 'J SMIT' +Full including Last: 'J SMITH' Valid INDI (DOSURCAP, SURFIRST truncation, varying lengths): Partial Last Name 'SMIT' Full Last Name: 'SMITH' diff --git a/tests/interp/fullname.llines.stdout.filter.ref b/tests/interp/fullname.llines.stdout.filter.ref new file mode 100644 index 000000000..71de65b69 --- /dev/null +++ b/tests/interp/fullname.llines.stdout.filter.ref @@ -0,0 +1,1548 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 64-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' What utility do you want to perform?' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Save the database in a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Read in data from a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' R Pick a GEDCOM file and read in' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' k Find a person's key value' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' i Identify a person from key valu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Show database statistics ' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' m Show memory statistics' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' e Edit the place abbreviation file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' o Edit the user options file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' c Character set options' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Return to main menu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 64-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 34]: '[18;34H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 7,Col 47]: '[7;47H' +CSI Position Cursor to row 6,Col 8]: '[6;8H' +text USASCII: 'e choose an operation:' +CSI Erase 44 Character(s)(s): '[44X' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +text USASCII: 'Browse the persons in the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +text USASCII: 'Search database' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +text USASCII: 'Add information to the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +text USASCII: 'Delete information from the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +text USASCII: 'Pick a report from list and run ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +text USASCII: 'Generate report by entering report nam' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +text USASCII: 'Modify character translation tables' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +text USASCII: 'Miscellaneous utilities ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +text USASCII: 'Handle source, event and other records ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +text USASCII: 'Quit current database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +text USASCII: 'Quit program' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +CSI Erase 66 Character(s)(s): '[66X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please enter the name of the GEDCOM file.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ged)' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +text USASCII: ' TESTS/interp/fullname.ged' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 20 Character(s)(s): '[20X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Position Cursor to row 5,Col 4]: '[5;4H' +CSI Cursor to Column 10: '[10G' +text USASCII: '0 Persons' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 8,Col 10]: '[8;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 10,Col 10]: '[10;10H' +text USASCII: '0 Errors' +CSI Position Cursor to row 11,Col 10]: '[11;10H' +text USASCII: '0 Warnings' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Use original keys from GEDCOM file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Cursor to Column 4: '[4G' +text USASCII: 'No errors; adding records with new keys...' +CSI Position Cursor to row 14,Col 5]: '[14;5H' +text USASCII: ' 0 Persons' +CSI Erase 56 Character(s)(s): '[56X' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 16,Col 10]: '[16;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 17,Col 10]: '[17;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 18,Col 10]: '[18;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: 'Import time xxs (ui xxs) ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +CSI Line Position Absolutge [row] to 20, Col unchanged: '[20d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 21,Col 4]: '[21;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Erase 35 Character(s)(s): '[35X' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 75: '[75G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 10: '[10G' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the program? ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: TESTS/interp ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ll)' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +text USASCII: ' TESTS/interp/fullname' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'Program is running... ' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the output file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name:' +CSI Erase 22 Character(s)(s): '[22X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +text USASCII: ' fullname.llines.out' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: ' Program was run successfully.' +CSI Erase line to right: '[K' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +CSI Line Position Absolutge [row] to 5, Col unchanged: '[5d' +text USASCII: 'Report duration xxs (ui duration xxs)' +CSI Position Cursor to row 6,Col 4]: '[6;4H' +CSI Line Position Absolutge [row] to 7, Col unchanged: '[7d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 8,Col 4]: '[8;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'LifeLines -- Main Menu ' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/interp/fullname.llscr b/tests/interp/fullname.llscr index 8dd9fadc7..9b0d7cea6 100644 --- a/tests/interp/fullname.llscr +++ b/tests/interp/fullname.llscr @@ -1,5 +1,7 @@ -yurfullname.ged +yurTESTNAME.ged +UTF-8 + y -rfullname.ll -fullname.log +rTESTNAME +OUTPUT.out qq diff --git a/tests/interp/ifelse.ll b/tests/interp/ifelse.ll new file mode 100644 index 000000000..ba297dbb1 --- /dev/null +++ b/tests/interp/ifelse.ll @@ -0,0 +1,69 @@ +/* +@progname ifelse.ll +@author Matt Emmerton and Jimm Eggert +@description Test if/else and if/elsif/else +*/ + +/* test 1a: single if/else, without varb */ +proc test1a(d) { + set(r, "default") + if (gt(d,3)) { set(r, " greater than 3") } + else { set(r, " not greater than 3") } + "test1a " d(d) r nl() +} + +/* test 1b: single if/else, with varb */ +proc test1b(d) { + set(r, "default") + if (gt(d,3)) { set(r, " greater than 3") } + else { set(r, " not greater than 3") } + "test1b " d(d) r nl() +} + +/* test2a: multiple if/elsif/else, without varb */ +proc test2a(d) { + if (gt(d, 3)) { set(r, " is greater than 3") } + elsif (gt(d, 2)) { set(r, " is greater than 2") } + elsif (gt(d, 1)) { set(r, " is greater than 1") } + elsif (gt(d, 0)) { set(r, " is greater than 0") } + elsif (eq(d, 0)) { set(r, " is equal to 0") } + else { set(r, " is negative") } + "test2a " d(d) r nl() +} + +/* test2a: multiple if/elsif/else, with varb */ +proc test2b(d) { + if (m, gt(d, 3)) { set(r, " is greater than 3") } + elsif (m, gt(d, 2)) { set(r, " is greater than 2") } + elsif (m, gt(d, 1)) { set(r, " is greater than 1") } + elsif (m, gt(d, 0)) { set(r, " is greater than 0") } + elsif (m, eq(d, 0)) { set(r, " is equal to 0") } + else { set(r, " is negative") } + "test2b " d(d) r nl() +} + +proc main() { + /* test1a */ + call test1a(5) + call test1a(2) + + /* test1b */ + call test1b(5) + call test1b(2) + + /* test2a */ + call test2a(4) + call test2a(3) + call test2a(2) + call test2a(1) + call test2a(0) + call test2a(-1) + + /* test2b */ + call test2a(4) + call test2a(3) + call test2a(2) + call test2a(1) + call test2a(0) + call test2a(-1) +} diff --git a/tests/interp/ifelse.llines.out.ref b/tests/interp/ifelse.llines.out.ref new file mode 100644 index 000000000..7e01522bc --- /dev/null +++ b/tests/interp/ifelse.llines.out.ref @@ -0,0 +1,16 @@ +test1a 5 greater than 3 +test1a 2 not greater than 3 +test1b 5 greater than 3 +test1b 2 not greater than 3 +test2a 4 is greater than 3 +test2a 3 is greater than 2 +test2a 2 is greater than 1 +test2a 1 is greater than 0 +test2a 0 is equal to 0 +test2a -1 is negative +test2a 4 is greater than 3 +test2a 3 is greater than 2 +test2a 2 is greater than 1 +test2a 1 is greater than 0 +test2a 0 is equal to 0 +test2a -1 is negative diff --git a/tests/interp/ifelse.llines.stdout.filter.ref b/tests/interp/ifelse.llines.stdout.filter.ref new file mode 100644 index 000000000..911f8203d --- /dev/null +++ b/tests/interp/ifelse.llines.stdout.filter.ref @@ -0,0 +1,811 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the program? ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: TESTS/interp ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ll)' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +text USASCII: ' TESTS/interp/ifelse.ll' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'Program is running... ' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the output file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name:' +CSI Erase 22 Character(s)(s): '[22X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +text USASCII: ' ifelse.llines.out' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: ' Program was run successfully.' +CSI Erase line to right: '[K' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +CSI Line Position Absolutge [row] to 5, Col unchanged: '[5d' +text USASCII: 'Report duration xxs (ui duration xxs)' +CSI Position Cursor to row 6,Col 4]: '[6;4H' +CSI Line Position Absolutge [row] to 7, Col unchanged: '[7d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 8,Col 4]: '[8;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'LifeLines -- Main Menu ' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/interp/ifelse.llscr b/tests/interp/ifelse.llscr new file mode 100644 index 000000000..024ab590c --- /dev/null +++ b/tests/interp/ifelse.llscr @@ -0,0 +1,3 @@ +yrTESTNAME.ll +OUTPUT.out +qq diff --git a/tests/math/test1.ll b/tests/math/test1.ll new file mode 100644 index 000000000..d8cff9224 --- /dev/null +++ b/tests/math/test1.ll @@ -0,0 +1,363 @@ +/* +@progname test1.ll +@author Stephen Dum +@description verify simple math operations +*/ +global(hex) +global(nibbles) /* size of INT in 4 bit chunks */ +proc main () +{ + list(hex) + enqueue(hex,"0") + enqueue(hex,"1") + enqueue(hex,"2") + enqueue(hex,"3") + enqueue(hex,"4") + enqueue(hex,"5") + enqueue(hex,"6") + enqueue(hex,"7") + enqueue(hex,"8") + enqueue(hex,"9") + enqueue(hex,"A") + enqueue(hex,"B") + enqueue(hex,"C") + enqueue(hex,"D") + enqueue(hex,"E") + enqueue(hex,"F") + + /* check d() and figure out if INT is 32 or 64 bits + * 32 bit signed 2's complement numbers -2147483648 - 2147483647 + * or if you rather 0x80000000 - 0x7FFFFFFF + * 64 bit 9223372036854775807 - 9223372036854775808 + * 0x8000000000000000 - 0x7FFFFFFFFFFFFFFF + */ + set(w,2147483642) /* maxint - 5 */ + set(x,2147483644) /* maxint - 3 */ + set(y,2147483646) /* maxint - 1 */ + set(z,2147483647) /* maxint - 0 */ + set(a,2147483648) /* maxint + 1 aka -0 */ + set(b,2147483650) /* maxint + 3 */ + set(c,2147483652) /* maxint + 5 */ + "Check reading and printing numbers around 2^31 -1 (max 32 bit int)\n" + "Expect" col(25) "Calculated" nl() + "2147483642(2^31 - 6) -> " col(25) d(w) "(" hexout(w,8) ")" nl() + "2147483644(2^31 - 4) -> " col(25) d(x) "(" hexout(x,8) ")" nl() + "2147483646(2^31 - 2) -> " col(25) d(y) "(" hexout(y,8) ")" nl() + "2147483647(2^31 - 1) -> " col(25) d(z) "(" hexout(z,8) ") 32 bit max signed int" nl() + "2147483648(2^31 + 0) -> " col(25) d(a) "(" hexout(a,8) ")" nl() + "2147483650(2^31 + 2) -> " col(25) d(b) "(" hexout(b,8) ")" nl() + "2147483652(2^31 + 4) -> " col(25) d(c) "(" hexout(c,8) ")" nl() + + "\nLets try to discern if INT is 32 or 64 bits\n" + set(maxint,0) + set(cnt, 0) + set(i,w) + set(last,i) + while (lt(cnt,10)) { + if (lt(i,0)) { break() } + set(last,i) + incr(i) + incr(cnt) + } + if (lt(cnt,10)) { + set(maxint,last) + "sign flipped at " d(last) "(" hexout(last,8) ") to " d(i) "(" hexout(i,8) ") transition" nl() + "maximum positive INT is " d(last) nl() + "INT must be 32 bit signed int" nl() + set(bits,32) + set(nibbles,8) + } else { + "sign didn't flip in 10 iterations, last value was " d(i) nl() + "INT must not be 32 bits\n" + } + + if (eq(maxint,0)) { + set(i,9223372036854775807) + /* see if INT is 64 bits */ + set(w,9223372036854775802) /* maxint - 5 */ + set(x,9223372036854775804) /* maxint - 3 */ + set(y,9223372036854775806) /* maxint - 1 */ + set(z,9223372036854775807) /* maxint - 0 */ + set(a,9223372036854775808) /* maxint + 1 aka -0 */ + set(b,9223372036854775810) /* maxint + 3 */ + set(c,9223372036854775812) /* maxint + 5 */ + "Check reading and printing numbers around 2^63 -1 (max 64 bit int)\n" + "Expect" col(35) "Calculated" nl() + "9223372036854775802(2^63 - 6) -> " col(35) d(w) "(" hexout(w,16) ")" nl() + "9223372036854775804(2^63 - 4) -> " col(35) d(x) "(" hexout(x,16) ")" nl() + "9223372036854775806(2^63 - 2) -> " col(35) d(y) "(" hexout(y,16) ")" nl() + "9223372036854775807(2^63 - 1) -> " col(35) d(z) "(" hexout(z,16) ") 64 bit max signed int" nl() + "9223372036854775808(2^63 + 0) -> " col(34) d(a) "(" hexout(a,16) ")" nl() + "9223372036854775810(2^63 + 2) -> " col(34) d(b) "(" hexout(b,16) ")" nl() + "9223372036854775812(2^63 + 4) -> " col(34) d(c) "(" hexout(c,16) ")" nl() + + "\nLets check if INT is 64 bits\n" + set(cnt, 0) + set(i,w) + set(last,i) + while (lt(cnt,10)) { + if (lt(i,0)) { break() } + set(last,i) + incr(i) + incr(cnt) + } + if (lt(cnt,10)) { + set(maxint,last) + set(bits,64) + set(nibbles,16) + "sign flipped at " d(last) "(" hexout(last,16) ") to" nl() + " " d(i) "(" hexout(i,16) ") transition" nl() + "maximum positive INT is " d(maxint) nl() + "INT must be 64 bit signed int" nl() + } else { + "didn't flip in 10 iterations, last value was " d(i) nl() + "Don't know what the size of INT is!\n" + } + } + + "\nNext verify values around 0 are input and output ok\n" + set(c,5) /* maxint + 5 */ + set(b,3) /* maxint + 3 */ + set(a,1) /* maxint + 1 aka -0 */ + set(z,0) /* maxint 0 */ + set(y,-1) /* maxint - 1 */ + set(x,-3) /* maxint - 3 */ + set(w,-5) /* maxint - 5 */ + "+ 5 " d(c) "(" hexout(c,nibbles) ")" nl() + "+ 3 " d(b) "(" hexout(b,nibbles) ")" nl() + "+ 1 " d(a) "(" hexout(a,nibbles) ")" nl() + " 0 " d(z) "(" hexout(z,nibbles) ")" nl() + "- 1 " d(y) "(" hexout(y,nibbles) ")" nl() + "- 3 " d(x) "(" hexout(x,nibbles) ")" nl() + "- 5 " d(w) "(" hexout(w,nibbles) ")" nl() + + + "\nCheck results of simple 2 arg integer add, sub, mult, div\n" + rjustify("i",10) rjustify("j",10) rjustify("add",10) + rjustify("sub",10) rjustify("mul",10) rjustify("div",10) nl() + set(i,-5) + while(lt(i,5)) { + set(j,-5 ) + while(lt(j,5)) { + rjustify(d(i),10) rjustify(d(j),10) + rjustify(d(add(i,j)),10) + rjustify(d(sub(i,j)),10) + rjustify(d(mul(i,j)),10) + if (ne(j,0)) { + rjustify(d(div(i,j)),10) + } else { + rjustify("==",10) + } + nl() + incr(j) + } + incr(i) + } + rjustify("i",12) rjustify("j",12) rjustify("add",12) + rjustify("sub",12) rjustify("mul",20) rjustify("div",8) nl() + set(i,1) + while(lt(i,10)) { + set(i1,add(i1,40019387)) + set(j,1) + while(lt(j,10)) { + set(j1,add(j1,4019469)) + rjustify(d(i1),12) rjustify(d(j1),12) + rjustify(d(add(i1,j1)),12) + rjustify(d(sub(i1,j1)),12) + rjustify(d(mul(i1,j1)),20) + if (ne(j1, 0)) { + rjustify(f(div(float(i1),float(j1)),5),8) + } else { + rjustify("--",8) + } + nl() + incr(j) + } + incr(i) + } + +/* check out: mod exp and or */ + "\nCheck results of simple 2 arg integer mod, exp, boolean and and or\n" + rjustify("i",10) rjustify("j",10) rjustify("mod",10) rjustify("exp",10) + rjustify("and",10) rjustify("or",10) nl() + set(i,-5) + while(lt(i,5)) { + set(j,-5 ) + while(lt(j,5)) { + rjustify(d(i),10) rjustify(d(j),10) + if (eq(j,0)) { + rjustify("--",10) + } else { + rjustify(d(mod(i,j)),10) + } + rjustify(d(exp(i,j)),10) + rjustify(d(and(i,j)),10) + rjustify(d( or(i,j)),10) + nl() + incr(j) + } + incr(i) + } +/* eq ne lt */ + "\nCheck results of simple 2 arg integer eq ne lt\n" + rjustify("i",10) rjustify("j",10) rjustify("eq",10) rjustify("ne",10) + rjustify("lt",10) nl() + set(i,-5) + while(lt(i,5)) { + set(j,-5 ) + while(lt(j,5)) { + rjustify(d(i),10) rjustify(d(j),10) + rjustify(d(eq(i,j)),10) + rjustify(d(ne(i,j)),10) + rjustify(d(lt(i,j)),10) + nl() + incr(j) + } + incr(i) + } +/* gt le ge */ + rjustify("i",10) rjustify("j",10) rjustify("gt",10) rjustify("le",10) + rjustify("ge",10) nl() + set(i,-5) + while(lt(i,5)) { + set(j,-5 ) + while(lt(j,5)) { + rjustify(d(i),10) rjustify(d(j),10) + rjustify(d(gt(i,j)),10) + rjustify(d(le(i,j)),10) + rjustify(d(ge(i,j)),10) + nl() + incr(j) + } + incr(i) + } +/* one arg: not neg */ + "\nCheck results of one arg not, neg (incr,decr don't return value\n" + " and they are tested here as they are used for looping\n" + rjustify("i",10) rjustify("not",10) rjustify("neg",10) nl() + set(i,-5) + while(lt(i,5)) { + rjustify(d(i),10) + rjustify(d(not(i)),10) + rjustify(d(neg(i)),10) + nl() + incr(i) + } + + "\nSample results of float and int functions\n" + /* float int */ + rjustify("i",10) rjustify("j",10) rjustify("float",10) rjustify("float(,5)",10) rjustify("int",10) nl() + set(i,-5) + set(delta,1.750) + set(ifl, -5.328) + while(lt(i,5)) { + set(j,-5 ) + while(lt(j,5)) { + rjustify(f(ifl),10) rjustify(d(j),10) + rjustify(f(float(j)),10) + rjustify(f(float(j),5),10) + rjustify(d(int(ifl)),10) + nl() + incr(j) + set(ifl, add(ifl,delta)) + } + incr(i) + } + /* sin cos tan arcsin arccos arctan */ + nl() + "\nCheck results of trig functions\n" + rjustify("i",12) rjustify("sin",12) rjustify("arcsin",12) rjustify("cos",12) + rjustify("cos",12) nl() + set(i,-315) + while(lt(i,360)) { + set(tmp,sin(i)) + rjustify(d(i),12) + rjustify(f(tmp,7),12) + rjustify(f(arcsin(tmp),7),12) + set(tmp,cos(i)) + rjustify(f(tmp,7),12) + rjustify(f(arccos(tmp),7),12) + nl() + incr(i, 60) + } + nl() + rjustify("i",12) rjustify("tan",12) rjustify("arctan",12) nl() + set(i,-315) + while(lt(i,360)) { + rjustify(d(i),12) + set(tmp,tan(i)) + rjustify(f(tmp,7),12) + rjustify(f(tmp,7),12) + rjustify(f(arctan(tmp),7),12) + nl() + incr(i, 60) + } + + /* dms2deg deg2dms spdist */ + " quick check of dms2deg deg2dms spdist\n" + /* Las Vegas, Clark County, Nevada, USA + * N36.1699412 W115.1398296 + * Degrees Lat Long 36.1699412°, -115.1398296° + * Degrees Minutes 36° 10.19647', -115°08.38978' + * Degrees Minutes Seconds 36°10'11.7883", -115°08'23.3866" + * + * Chicago, Cook County, Illinois, USA + * N41.8781136 W87.6297982 + * Degrees Lat Long 41.8781136°, -087.6297982° + * Degrees Minutes 41°52.68682', -087°37.78789' + * Degrees Minutes Seconds 41°52'41.2090", -087°37'47.2735" + */ + dms2deg(36,10,11.7883,flt) + "dms2deg 36° 10' 11.7883\" -> " f(flt,7) "°" nl() + deg2dms(flt,deg,min,sec) + "deg2dms " f(flt,7) "° -> " d(deg) "° " d(min) "' " d(sec) "\"\n" + dms2deg(deg,min,sec,flt) + "dms2deg " d(deg) "° " d(min) "'" d(sec) "\" -> " f(flt,7) "°" nl() + deg2dms(flt,deg,min,sec) + "deg2dms " f(flt,7) "° -> " d(deg) "° " d(min) "' " d(sec) "\"\n" + dms2deg(deg,min,sec,flt) + "dms2deg " d(deg) "° " d(min) "' " d(sec) "\" -> " f(flt,7) "°" nl() + deg2dms(flt,deg,min,sec) + "deg2dms " f(flt,7) "° -> " d(deg) "° " d(min) "' " d(sec) "\"\n" + + /* FLOAT spdist(FLOAT lat0, FLOAT long0, FLOAT lat1, FLOAT long1) */ + set(dst,spdist(36.1599412, -115.1398296,41.8781136,-87.6297982)) + "Distance from 36.1599412, -115.1398296 to 41.8781136,-87.6297982 is " + f(dst,2) " km" nl() + " or " f(mul(dst,0.62137),2) nl() + /* google says its 1747 miles if you stay on the roads.*/ + +} + +/* hexout(n,w) + * n number to convert to hexadecimal + * w is width of hex number to display (if n is larger it is truncated to w) + * we add a 0x at the beginning. + * without arithmetic and and shift we make do with mod and divide + * easy for positive numbers, but negative numbers are wierd -- + * mod(n,16) for neg numbers we get negative result, which basically + * causes div(n,16) to increase remaining value by 1 which causes + * the dividend to increase to 0 and we must compensate for this + * so it's not simply the same as a right shift of 4 + */ +func hexout(n,w) { + set(s,"") + set(cnt,0) + if (lt(n,0)) { + incr(n) + while(gt(w,0)) { + decr(w) + set(b,add(15,mod(n,16))) + set(n,div(n,16)) + set(s, concat(getel(hex,add(b,1)),s)) + } + } else { + while(gt(w,0)) { + decr(w) + set(b,mod(n,16)) + set(n,div(n,16)) + set(s, concat(getel(hex,add(b,1)),s)) + } + } + return(concat("0x",s)) +} diff --git a/tests/math/test1.llines.out.32.ref b/tests/math/test1.llines.out.32.ref new file mode 100644 index 000000000..08d3d4a09 --- /dev/null +++ b/tests/math/test1.llines.out.32.ref @@ -0,0 +1,671 @@ +Check reading and printing numbers around 2^31 -1 (max 32 bit int) +Expect Calculated +2147483642(2^31 - 6) -> 2147483642(0x7FFFFFFA) +2147483644(2^31 - 4) -> 2147483644(0x7FFFFFFC) +2147483646(2^31 - 2) -> 2147483646(0x7FFFFFFE) +2147483647(2^31 - 1) -> 2147483647(0x7FFFFFFF) 32 bit max signed int +2147483648(2^31 + 0) -> -2147483648(0x80000000) +2147483650(2^31 + 2) -> -2147483646(0x80000002) +2147483652(2^31 + 4) -> -2147483644(0x80000004) + +Lets try to discern if INT is 32 or 64 bits +sign flipped at 2147483647(0x7FFFFFFF) to -2147483648(0x80000000) transition +maximum positive INT is 2147483647 +INT must be 32 bit signed int + +Next verify values around 0 are input and output ok ++ 5 5(0x00000005) ++ 3 3(0x00000003) ++ 1 1(0x00000001) + 0 0(0x00000000) +- 1 -1(0xFFFFFFFF) +- 3 -3(0xFFFFFFFD) +- 5 -5(0xFFFFFFFB) + +Check results of simple 2 arg integer add, sub, mult, div + i j add sub mul div + -5 -5 -10 0 25 1 + -5 -4 -9 -1 20 1 + -5 -3 -8 -2 15 1 + -5 -2 -7 -3 10 2 + -5 -1 -6 -4 5 5 + -5 0 -5 -5 0 == + -5 1 -4 -6 -5 -5 + -5 2 -3 -7 -10 -2 + -5 3 -2 -8 -15 -1 + -5 4 -1 -9 -20 -1 + -4 -5 -9 1 20 0 + -4 -4 -8 0 16 1 + -4 -3 -7 -1 12 1 + -4 -2 -6 -2 8 2 + -4 -1 -5 -3 4 4 + -4 0 -4 -4 0 == + -4 1 -3 -5 -4 -4 + -4 2 -2 -6 -8 -2 + -4 3 -1 -7 -12 -1 + -4 4 0 -8 -16 -1 + -3 -5 -8 2 15 0 + -3 -4 -7 1 12 0 + -3 -3 -6 0 9 1 + -3 -2 -5 -1 6 1 + -3 -1 -4 -2 3 3 + -3 0 -3 -3 0 == + -3 1 -2 -4 -3 -3 + -3 2 -1 -5 -6 -1 + -3 3 0 -6 -9 -1 + -3 4 1 -7 -12 0 + -2 -5 -7 3 10 0 + -2 -4 -6 2 8 0 + -2 -3 -5 1 6 0 + -2 -2 -4 0 4 1 + -2 -1 -3 -1 2 2 + -2 0 -2 -2 0 == + -2 1 -1 -3 -2 -2 + -2 2 0 -4 -4 -1 + -2 3 1 -5 -6 0 + -2 4 2 -6 -8 0 + -1 -5 -6 4 5 0 + -1 -4 -5 3 4 0 + -1 -3 -4 2 3 0 + -1 -2 -3 1 2 0 + -1 -1 -2 0 1 1 + -1 0 -1 -1 0 == + -1 1 0 -2 -1 -1 + -1 2 1 -3 -2 0 + -1 3 2 -4 -3 0 + -1 4 3 -5 -4 0 + 0 -5 -5 5 0 0 + 0 -4 -4 4 0 0 + 0 -3 -3 3 0 0 + 0 -2 -2 2 0 0 + 0 -1 -1 1 0 0 + 0 0 0 0 0 == + 0 1 1 -1 0 0 + 0 2 2 -2 0 0 + 0 3 3 -3 0 0 + 0 4 4 -4 0 0 + 1 -5 -4 6 -5 0 + 1 -4 -3 5 -4 0 + 1 -3 -2 4 -3 0 + 1 -2 -1 3 -2 0 + 1 -1 0 2 -1 -1 + 1 0 1 1 0 == + 1 1 2 0 1 1 + 1 2 3 -1 2 0 + 1 3 4 -2 3 0 + 1 4 5 -3 4 0 + 2 -5 -3 7 -10 0 + 2 -4 -2 6 -8 0 + 2 -3 -1 5 -6 0 + 2 -2 0 4 -4 -1 + 2 -1 1 3 -2 -2 + 2 0 2 2 0 == + 2 1 3 1 2 2 + 2 2 4 0 4 1 + 2 3 5 -1 6 0 + 2 4 6 -2 8 0 + 3 -5 -2 8 -15 0 + 3 -4 -1 7 -12 0 + 3 -3 0 6 -9 -1 + 3 -2 1 5 -6 -1 + 3 -1 2 4 -3 -3 + 3 0 3 3 0 == + 3 1 4 2 3 3 + 3 2 5 1 6 1 + 3 3 6 0 9 1 + 3 4 7 -1 12 0 + 4 -5 -1 9 -20 0 + 4 -4 0 8 -16 -1 + 4 -3 1 7 -12 -1 + 4 -2 2 6 -8 -2 + 4 -1 3 5 -4 -4 + 4 0 4 4 0 == + 4 1 5 3 4 4 + 4 2 6 2 8 2 + 4 3 7 1 12 1 + 4 4 8 0 16 1 + i j add sub mul div + 40019387 4019469 44038856 35999918 1570275711 9.95639 + 40019387 8038938 48058325 31980449 -1154415874 4.97819 + 40019387 12058407 52077794 27960980 415859837 3.31880 + 40019387 16077876 56097263 23941511 1986135548 2.48910 + 40019387 20097345 60116732 19922042 -738556037 1.99128 + 40019387 24116814 64136201 15902573 831719674 1.65940 + 40019387 28136283 68155670 11883104 -1892971911 1.42234 + 40019387 32155752 72175139 7863635 -322696200 1.24455 + 40019387 36175221 76194608 3844166 1247579511 1.10627 + 80038774 40194690 120233464 39844084 1340743148 1.99128 + 80038774 44214159 124252933 35824615 186327274 1.81025 + 80038774 48233628 128272402 31805146 -968088600 1.65940 + 80038774 52253097 132291871 27785677 -2122504474 1.53175 + 80038774 56272566 136311340 23766208 1018046948 1.42234 + 80038774 60292035 140330809 19746739 -136368926 1.32752 + 80038774 64311504 144350278 15727270 -1290784800 1.24455 + 80038774 68330973 148369747 11707801 1849766622 1.17134 + 80038774 72350442 152389216 7688332 695350748 1.10627 + 120058161 76369911 196428072 43688250 -688597689 1.57206 + 120058161 80389380 200447541 39668781 -272737852 1.49346 + 120058161 84408849 204467010 35649312 143121985 1.42234 + 120058161 88428318 208486479 31629843 558981822 1.35769 + 120058161 92447787 212505948 27610374 974841659 1.29866 + 120058161 96467256 216525417 23590905 1390701496 1.24455 + 120058161 100486725 220544886 19571436 1806561333 1.19477 + 120058161 104506194 224564355 15551967 -2072546126 1.14881 + 120058161 108525663 228583824 11532498 -1656686289 1.10627 + 160077548 112545132 272622680 47532416 -222779504 1.42234 + 160077548 116564601 276642149 43512947 1763356044 1.37329 + 160077548 120584070 280661618 39493478 -545475704 1.32752 + 160077548 124603539 284681087 35474009 1440659844 1.28470 + 160077548 128623008 288700556 31454540 -868171904 1.24455 + 160077548 132642477 292720025 27435071 1117963644 1.20683 + 160077548 136661946 296739494 23415602 -1190868104 1.17134 + 160077548 140681415 300758963 19396133 795267444 1.13787 + 160077548 144700884 304778432 15376664 -1513564304 1.10627 + 200096935 148720353 348817288 51376582 -1556769593 1.34546 + 200096935 152739822 352836757 47357113 1999641666 1.31005 + 200096935 156759291 356856226 43337644 1261085629 1.27646 + 200096935 160778760 360875695 39318175 522529592 1.24455 + 200096935 164798229 364895164 35298706 -216026445 1.21419 + 200096935 168817698 368914633 31279237 -954582482 1.18528 + 200096935 172837167 372934102 27259768 -1693138519 1.15772 + 200096935 176856636 376953571 23240299 1863272740 1.13141 + 200096935 180876105 380973040 19220830 1124716703 1.10627 + 240116322 184895574 425011896 55220748 -395600660 1.29866 + 240116322 188915043 429031365 51201279 436119014 1.27103 + 240116322 192934512 433050834 47181810 1267838688 1.24455 + 240116322 196953981 437070303 43162341 2099558362 1.21915 + 240116322 200973450 441089772 39142872 -1363689260 1.19477 + 240116322 204992919 445109241 35123403 -531969586 1.17134 + 240116322 209012388 449128710 31103934 299750088 1.14881 + 240116322 213031857 453148179 27084465 1131469762 1.12714 + 240116322 217051326 457167648 23064996 1963189436 1.10627 + 280135709 221070795 501206504 59064914 -1034240001 1.26718 + 280135709 225090264 505225973 55045445 1367755384 1.24455 + 280135709 229109733 509245442 51025976 -525216527 1.22271 + 280135709 233129202 513264911 47006507 1876778858 1.20163 + 280135709 237148671 517284380 42987038 -16193053 1.18127 + 280135709 241168140 521303849 38967569 -1909164964 1.16158 + 280135709 245187609 525323318 34948100 492830421 1.14254 + 280135709 249207078 529342787 30928631 -1400141490 1.12411 + 280135709 253226547 533362256 26909162 1001853895 1.10627 + 320155096 257246016 577401112 62909080 822279680 1.24455 + 320155096 261265485 581420581 58889611 499583480 1.22540 + 320155096 265284954 585440050 54870142 176887280 1.20683 + 320155096 269304423 589459519 50850673 -145808920 1.18882 + 320155096 273323892 593478988 46831204 -468505120 1.17134 + 320155096 277343361 597498457 42811735 -791201320 1.15436 + 320155096 281362830 601517926 38792266 -1113897520 1.13787 + 320155096 285382299 605537395 34772797 -1436593720 1.12185 + 320155096 289401768 609556864 30753328 -1759289920 1.10627 + 360174483 293421237 653595720 66753246 878991087 1.22750 + 360174483 297440706 657615189 62733777 2126570598 1.21091 + 360174483 301460175 661634658 58714308 -920817187 1.19477 + 360174483 305479644 665654127 54694839 326762324 1.17905 + 360174483 309499113 669673596 50675370 1574341835 1.16373 + 360174483 313518582 673693065 46655901 -1473045950 1.14881 + 360174483 317538051 677712534 42636432 -225466439 1.13427 + 360174483 321557520 681732003 38616963 1022113072 1.12009 + 360174483 325576989 685751472 34597494 -2025274713 1.10627 + +Check results of simple 2 arg integer mod, exp, boolean and and or + i j mod exp and or + -5 -5 0 1 1 1 + -5 -4 -1 1 1 1 + -5 -3 -2 1 1 1 + -5 -2 -1 1 1 1 + -5 -1 0 1 1 1 + -5 0 -- 1 0 1 + -5 1 0 -5 1 1 + -5 2 -1 25 1 1 + -5 3 -2 -125 1 1 + -5 4 -1 625 1 1 + -4 -5 -4 1 1 1 + -4 -4 0 1 1 1 + -4 -3 -1 1 1 1 + -4 -2 0 1 1 1 + -4 -1 0 1 1 1 + -4 0 -- 1 0 1 + -4 1 0 -4 1 1 + -4 2 0 16 1 1 + -4 3 -1 -64 1 1 + -4 4 0 256 1 1 + -3 -5 -3 1 1 1 + -3 -4 -3 1 1 1 + -3 -3 0 1 1 1 + -3 -2 -1 1 1 1 + -3 -1 0 1 1 1 + -3 0 -- 1 0 1 + -3 1 0 -3 1 1 + -3 2 -1 9 1 1 + -3 3 0 -27 1 1 + -3 4 -3 81 1 1 + -2 -5 -2 1 1 1 + -2 -4 -2 1 1 1 + -2 -3 -2 1 1 1 + -2 -2 0 1 1 1 + -2 -1 0 1 1 1 + -2 0 -- 1 0 1 + -2 1 0 -2 1 1 + -2 2 0 4 1 1 + -2 3 -2 -8 1 1 + -2 4 -2 16 1 1 + -1 -5 -1 1 1 1 + -1 -4 -1 1 1 1 + -1 -3 -1 1 1 1 + -1 -2 -1 1 1 1 + -1 -1 0 1 1 1 + -1 0 -- 1 0 1 + -1 1 0 -1 1 1 + -1 2 -1 1 1 1 + -1 3 -1 -1 1 1 + -1 4 -1 1 1 1 + 0 -5 0 1 0 1 + 0 -4 0 1 0 1 + 0 -3 0 1 0 1 + 0 -2 0 1 0 1 + 0 -1 0 1 0 1 + 0 0 -- 1 0 0 + 0 1 0 0 0 1 + 0 2 0 0 0 1 + 0 3 0 0 0 1 + 0 4 0 0 0 1 + 1 -5 1 1 1 1 + 1 -4 1 1 1 1 + 1 -3 1 1 1 1 + 1 -2 1 1 1 1 + 1 -1 0 1 1 1 + 1 0 -- 1 0 1 + 1 1 0 1 1 1 + 1 2 1 1 1 1 + 1 3 1 1 1 1 + 1 4 1 1 1 1 + 2 -5 2 1 1 1 + 2 -4 2 1 1 1 + 2 -3 2 1 1 1 + 2 -2 0 1 1 1 + 2 -1 0 1 1 1 + 2 0 -- 1 0 1 + 2 1 0 2 1 1 + 2 2 0 4 1 1 + 2 3 2 8 1 1 + 2 4 2 16 1 1 + 3 -5 3 1 1 1 + 3 -4 3 1 1 1 + 3 -3 0 1 1 1 + 3 -2 1 1 1 1 + 3 -1 0 1 1 1 + 3 0 -- 1 0 1 + 3 1 0 3 1 1 + 3 2 1 9 1 1 + 3 3 0 27 1 1 + 3 4 3 81 1 1 + 4 -5 4 1 1 1 + 4 -4 0 1 1 1 + 4 -3 1 1 1 1 + 4 -2 0 1 1 1 + 4 -1 0 1 1 1 + 4 0 -- 1 0 1 + 4 1 0 4 1 1 + 4 2 0 16 1 1 + 4 3 1 64 1 1 + 4 4 0 256 1 1 + +Check results of simple 2 arg integer eq ne lt + i j eq ne lt + -5 -5 1 0 0 + -5 -4 0 1 1 + -5 -3 0 1 1 + -5 -2 0 1 1 + -5 -1 0 1 1 + -5 0 0 1 1 + -5 1 0 1 1 + -5 2 0 1 1 + -5 3 0 1 1 + -5 4 0 1 1 + -4 -5 0 1 0 + -4 -4 1 0 0 + -4 -3 0 1 1 + -4 -2 0 1 1 + -4 -1 0 1 1 + -4 0 0 1 1 + -4 1 0 1 1 + -4 2 0 1 1 + -4 3 0 1 1 + -4 4 0 1 1 + -3 -5 0 1 0 + -3 -4 0 1 0 + -3 -3 1 0 0 + -3 -2 0 1 1 + -3 -1 0 1 1 + -3 0 0 1 1 + -3 1 0 1 1 + -3 2 0 1 1 + -3 3 0 1 1 + -3 4 0 1 1 + -2 -5 0 1 0 + -2 -4 0 1 0 + -2 -3 0 1 0 + -2 -2 1 0 0 + -2 -1 0 1 1 + -2 0 0 1 1 + -2 1 0 1 1 + -2 2 0 1 1 + -2 3 0 1 1 + -2 4 0 1 1 + -1 -5 0 1 0 + -1 -4 0 1 0 + -1 -3 0 1 0 + -1 -2 0 1 0 + -1 -1 1 0 0 + -1 0 0 1 1 + -1 1 0 1 1 + -1 2 0 1 1 + -1 3 0 1 1 + -1 4 0 1 1 + 0 -5 0 1 0 + 0 -4 0 1 0 + 0 -3 0 1 0 + 0 -2 0 1 0 + 0 -1 0 1 0 + 0 0 1 0 0 + 0 1 0 1 1 + 0 2 0 1 1 + 0 3 0 1 1 + 0 4 0 1 1 + 1 -5 0 1 0 + 1 -4 0 1 0 + 1 -3 0 1 0 + 1 -2 0 1 0 + 1 -1 0 1 0 + 1 0 0 1 0 + 1 1 1 0 0 + 1 2 0 1 1 + 1 3 0 1 1 + 1 4 0 1 1 + 2 -5 0 1 0 + 2 -4 0 1 0 + 2 -3 0 1 0 + 2 -2 0 1 0 + 2 -1 0 1 0 + 2 0 0 1 0 + 2 1 0 1 0 + 2 2 1 0 0 + 2 3 0 1 1 + 2 4 0 1 1 + 3 -5 0 1 0 + 3 -4 0 1 0 + 3 -3 0 1 0 + 3 -2 0 1 0 + 3 -1 0 1 0 + 3 0 0 1 0 + 3 1 0 1 0 + 3 2 0 1 0 + 3 3 1 0 0 + 3 4 0 1 1 + 4 -5 0 1 0 + 4 -4 0 1 0 + 4 -3 0 1 0 + 4 -2 0 1 0 + 4 -1 0 1 0 + 4 0 0 1 0 + 4 1 0 1 0 + 4 2 0 1 0 + 4 3 0 1 0 + 4 4 1 0 0 + i j gt le ge + -5 -5 0 1 1 + -5 -4 0 1 0 + -5 -3 0 1 0 + -5 -2 0 1 0 + -5 -1 0 1 0 + -5 0 0 1 0 + -5 1 0 1 0 + -5 2 0 1 0 + -5 3 0 1 0 + -5 4 0 1 0 + -4 -5 1 0 1 + -4 -4 0 1 1 + -4 -3 0 1 0 + -4 -2 0 1 0 + -4 -1 0 1 0 + -4 0 0 1 0 + -4 1 0 1 0 + -4 2 0 1 0 + -4 3 0 1 0 + -4 4 0 1 0 + -3 -5 1 0 1 + -3 -4 1 0 1 + -3 -3 0 1 1 + -3 -2 0 1 0 + -3 -1 0 1 0 + -3 0 0 1 0 + -3 1 0 1 0 + -3 2 0 1 0 + -3 3 0 1 0 + -3 4 0 1 0 + -2 -5 1 0 1 + -2 -4 1 0 1 + -2 -3 1 0 1 + -2 -2 0 1 1 + -2 -1 0 1 0 + -2 0 0 1 0 + -2 1 0 1 0 + -2 2 0 1 0 + -2 3 0 1 0 + -2 4 0 1 0 + -1 -5 1 0 1 + -1 -4 1 0 1 + -1 -3 1 0 1 + -1 -2 1 0 1 + -1 -1 0 1 1 + -1 0 0 1 0 + -1 1 0 1 0 + -1 2 0 1 0 + -1 3 0 1 0 + -1 4 0 1 0 + 0 -5 1 0 1 + 0 -4 1 0 1 + 0 -3 1 0 1 + 0 -2 1 0 1 + 0 -1 1 0 1 + 0 0 0 1 1 + 0 1 0 1 0 + 0 2 0 1 0 + 0 3 0 1 0 + 0 4 0 1 0 + 1 -5 1 0 1 + 1 -4 1 0 1 + 1 -3 1 0 1 + 1 -2 1 0 1 + 1 -1 1 0 1 + 1 0 1 0 1 + 1 1 0 1 1 + 1 2 0 1 0 + 1 3 0 1 0 + 1 4 0 1 0 + 2 -5 1 0 1 + 2 -4 1 0 1 + 2 -3 1 0 1 + 2 -2 1 0 1 + 2 -1 1 0 1 + 2 0 1 0 1 + 2 1 1 0 1 + 2 2 0 1 1 + 2 3 0 1 0 + 2 4 0 1 0 + 3 -5 1 0 1 + 3 -4 1 0 1 + 3 -3 1 0 1 + 3 -2 1 0 1 + 3 -1 1 0 1 + 3 0 1 0 1 + 3 1 1 0 1 + 3 2 1 0 1 + 3 3 0 1 1 + 3 4 0 1 0 + 4 -5 1 0 1 + 4 -4 1 0 1 + 4 -3 1 0 1 + 4 -2 1 0 1 + 4 -1 1 0 1 + 4 0 1 0 1 + 4 1 1 0 1 + 4 2 1 0 1 + 4 3 1 0 1 + 4 4 0 1 1 + +Check results of one arg not, neg (incr,decr don't return value + and they are tested here as they are used for looping + i not neg + -5 0 5 + -4 0 4 + -3 0 3 + -2 0 2 + -1 0 1 + 0 1 0 + 1 0 -1 + 2 0 -2 + 3 0 -3 + 4 0 -4 + +Sample results of float and int functions + i j float float(,5) int + -5.33 -5 -5.00 -5.00000 -5 + -3.58 -4 -4.00 -4.00000 -3 + -1.83 -3 -3.00 -3.00000 -1 + -0.08 -2 -2.00 -2.00000 0 + 1.67 -1 -1.00 -1.00000 1 + 3.42 0 0.00 0.00000 3 + 5.17 1 1.00 1.00000 5 + 6.92 2 2.00 2.00000 6 + 8.67 3 3.00 3.00000 8 + 10.42 4 4.00 4.00000 10 + 12.17 -5 -5.00 -5.00000 12 + 13.92 -4 -4.00 -4.00000 13 + 15.67 -3 -3.00 -3.00000 15 + 17.42 -2 -2.00 -2.00000 17 + 19.17 -1 -1.00 -1.00000 19 + 20.92 0 0.00 0.00000 20 + 22.67 1 1.00 1.00000 22 + 24.42 2 2.00 2.00000 24 + 26.17 3 3.00 3.00000 26 + 27.92 4 4.00 4.00000 27 + 29.67 -5 -5.00 -5.00000 29 + 31.42 -4 -4.00 -4.00000 31 + 33.17 -3 -3.00 -3.00000 33 + 34.92 -2 -2.00 -2.00000 34 + 36.67 -1 -1.00 -1.00000 36 + 38.42 0 0.00 0.00000 38 + 40.17 1 1.00 1.00000 40 + 41.92 2 2.00 2.00000 41 + 43.67 3 3.00 3.00000 43 + 45.42 4 4.00 4.00000 45 + 47.17 -5 -5.00 -5.00000 47 + 48.92 -4 -4.00 -4.00000 48 + 50.67 -3 -3.00 -3.00000 50 + 52.42 -2 -2.00 -2.00000 52 + 54.17 -1 -1.00 -1.00000 54 + 55.92 0 0.00 0.00000 55 + 57.67 1 1.00 1.00000 57 + 59.42 2 2.00 2.00000 59 + 61.17 3 3.00 3.00000 61 + 62.92 4 4.00 4.00000 62 + 64.67 -5 -5.00 -5.00000 64 + 66.42 -4 -4.00 -4.00000 66 + 68.17 -3 -3.00 -3.00000 68 + 69.92 -2 -2.00 -2.00000 69 + 71.67 -1 -1.00 -1.00000 71 + 73.42 0 0.00 0.00000 73 + 75.17 1 1.00 1.00000 75 + 76.92 2 2.00 2.00000 76 + 78.67 3 3.00 3.00000 78 + 80.42 4 4.00 4.00000 80 + 82.17 -5 -5.00 -5.00000 82 + 83.92 -4 -4.00 -4.00000 83 + 85.67 -3 -3.00 -3.00000 85 + 87.42 -2 -2.00 -2.00000 87 + 89.17 -1 -1.00 -1.00000 89 + 90.92 0 0.00 0.00000 90 + 92.67 1 1.00 1.00000 92 + 94.42 2 2.00 2.00000 94 + 96.17 3 3.00 3.00000 96 + 97.92 4 4.00 4.00000 97 + 99.67 -5 -5.00 -5.00000 99 + 101.42 -4 -4.00 -4.00000 101 + 103.17 -3 -3.00 -3.00000 103 + 104.92 -2 -2.00 -2.00000 104 + 106.67 -1 -1.00 -1.00000 106 + 108.42 0 0.00 0.00000 108 + 110.17 1 1.00 1.00000 110 + 111.92 2 2.00 2.00000 111 + 113.67 3 3.00 3.00000 113 + 115.42 4 4.00 4.00000 115 + 117.17 -5 -5.00 -5.00000 117 + 118.92 -4 -4.00 -4.00000 118 + 120.67 -3 -3.00 -3.00000 120 + 122.42 -2 -2.00 -2.00000 122 + 124.17 -1 -1.00 -1.00000 124 + 125.92 0 0.00 0.00000 125 + 127.67 1 1.00 1.00000 127 + 129.42 2 2.00 2.00000 129 + 131.17 3 3.00 3.00000 131 + 132.92 4 4.00 4.00000 132 + 134.67 -5 -5.00 -5.00000 134 + 136.42 -4 -4.00 -4.00000 136 + 138.17 -3 -3.00 -3.00000 138 + 139.92 -2 -2.00 -2.00000 139 + 141.67 -1 -1.00 -1.00000 141 + 143.42 0 0.00 0.00000 143 + 145.17 1 1.00 1.00000 145 + 146.92 2 2.00 2.00000 146 + 148.67 3 3.00 3.00000 148 + 150.42 4 4.00 4.00000 150 + 152.17 -5 -5.00 -5.00000 152 + 153.92 -4 -4.00 -4.00000 153 + 155.67 -3 -3.00 -3.00000 155 + 157.42 -2 -2.00 -2.00000 157 + 159.17 -1 -1.00 -1.00000 159 + 160.92 0 0.00 0.00000 160 + 162.67 1 1.00 1.00000 162 + 164.42 2 2.00 2.00000 164 + 166.17 3 3.00 3.00000 166 + 167.92 4 4.00 4.00000 167 + + +Check results of trig functions + i sin arcsin cos cos + -315 0.7071068 45.0000000 0.7071068 45.0000000 + -255 0.9659258 75.0000000 -0.2588190 105.0000000 + -195 0.2588190 15.0000000 -0.9659258 165.0000000 + -135 -0.7071068 -45.0000000 -0.7071068 135.0000000 + -75 -0.9659258 -75.0000000 0.2588190 75.0000000 + -15 -0.2588190 -15.0000000 0.9659258 15.0000029 + 45 0.7071068 45.0000000 0.7071068 45.0000000 + 105 0.9659258 75.0000000 -0.2588190 105.0000000 + 165 0.2588190 15.0000000 -0.9659258 165.0000000 + 225 -0.7071068 -45.0000000 -0.7071068 135.0000000 + 285 -0.9659258 -75.0000000 0.2588190 75.0000000 + 345 -0.2588190 -15.0000000 0.9659258 15.0000029 + + i tan arctan + -315 1.0000000 1.0000000 45.0000000 + -255 -3.7320509 -3.7320509 -75.0000000 + -195 -0.2679492 -0.2679492 -15.0000000 + -135 1.0000000 1.0000000 45.0000000 + -75 -3.7320509 -3.7320509 -75.0000000 + -15 -0.2679492 -0.2679492 -15.0000000 + 45 1.0000000 1.0000000 45.0000000 + 105 -3.7320509 -3.7320509 -75.0000000 + 165 -0.2679492 -0.2679492 -15.0000000 + 225 1.0000000 1.0000000 45.0000000 + 285 -3.7320509 -3.7320509 -75.0000000 + 345 -0.2679492 -0.2679492 -15.0000000 + quick check of dms2deg deg2dms spdist +dms2deg 36° 10' 11.7883" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +dms2deg 36° 10'11" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +dms2deg 36° 10' 11" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +Distance from 36.1599412, -115.1398296 to 41.8781136,-87.6297982 is 2451.98 km + or 1523.58 diff --git a/tests/math/test1.llines.out.64.ref b/tests/math/test1.llines.out.64.ref new file mode 100644 index 000000000..47cea9801 --- /dev/null +++ b/tests/math/test1.llines.out.64.ref @@ -0,0 +1,685 @@ +Check reading and printing numbers around 2^31 -1 (max 32 bit int) +Expect Calculated +2147483642(2^31 - 6) -> 2147483642(0x7FFFFFFA) +2147483644(2^31 - 4) -> 2147483644(0x7FFFFFFC) +2147483646(2^31 - 2) -> 2147483646(0x7FFFFFFE) +2147483647(2^31 - 1) -> 2147483647(0x7FFFFFFF) 32 bit max signed int +2147483648(2^31 + 0) -> 2147483648(0x80000000) +2147483650(2^31 + 2) -> 2147483650(0x80000002) +2147483652(2^31 + 4) -> 2147483652(0x80000004) + +Lets try to discern if INT is 32 or 64 bits +sign didn't flip in 10 iterations, last value was 2147483652 +INT must not be 32 bits +Check reading and printing numbers around 2^63 -1 (max 64 bit int) +Expect Calculated +9223372036854775802(2^63 - 6) -> 9223372036854775802(0x7FFFFFFFFFFFFFFA) +9223372036854775804(2^63 - 4) -> 9223372036854775804(0x7FFFFFFFFFFFFFFC) +9223372036854775806(2^63 - 2) -> 9223372036854775806(0x7FFFFFFFFFFFFFFE) +9223372036854775807(2^63 - 1) -> 9223372036854775807(0x7FFFFFFFFFFFFFFF) 64 bit max signed int +9223372036854775808(2^63 + 0) -> -9223372036854775808(0x8000000000000000) +9223372036854775810(2^63 + 2) -> -9223372036854775806(0x8000000000000002) +9223372036854775812(2^63 + 4) -> -9223372036854775804(0x8000000000000004) + +Lets check if INT is 64 bits +sign flipped at 9223372036854775807(0x7FFFFFFFFFFFFFFF) to + -9223372036854775808(0x8000000000000000) transition +maximum positive INT is 9223372036854775807 +INT must be 64 bit signed int + +Next verify values around 0 are input and output ok ++ 5 5(0x0000000000000005) ++ 3 3(0x0000000000000003) ++ 1 1(0x0000000000000001) + 0 0(0x0000000000000000) +- 1 -1(0xFFFFFFFFFFFFFFFF) +- 3 -3(0xFFFFFFFFFFFFFFFD) +- 5 -5(0xFFFFFFFFFFFFFFFB) + +Check results of simple 2 arg integer add, sub, mult, div + i j add sub mul div + -5 -5 -10 0 25 1 + -5 -4 -9 -1 20 1 + -5 -3 -8 -2 15 1 + -5 -2 -7 -3 10 2 + -5 -1 -6 -4 5 5 + -5 0 -5 -5 0 == + -5 1 -4 -6 -5 -5 + -5 2 -3 -7 -10 -2 + -5 3 -2 -8 -15 -1 + -5 4 -1 -9 -20 -1 + -4 -5 -9 1 20 0 + -4 -4 -8 0 16 1 + -4 -3 -7 -1 12 1 + -4 -2 -6 -2 8 2 + -4 -1 -5 -3 4 4 + -4 0 -4 -4 0 == + -4 1 -3 -5 -4 -4 + -4 2 -2 -6 -8 -2 + -4 3 -1 -7 -12 -1 + -4 4 0 -8 -16 -1 + -3 -5 -8 2 15 0 + -3 -4 -7 1 12 0 + -3 -3 -6 0 9 1 + -3 -2 -5 -1 6 1 + -3 -1 -4 -2 3 3 + -3 0 -3 -3 0 == + -3 1 -2 -4 -3 -3 + -3 2 -1 -5 -6 -1 + -3 3 0 -6 -9 -1 + -3 4 1 -7 -12 0 + -2 -5 -7 3 10 0 + -2 -4 -6 2 8 0 + -2 -3 -5 1 6 0 + -2 -2 -4 0 4 1 + -2 -1 -3 -1 2 2 + -2 0 -2 -2 0 == + -2 1 -1 -3 -2 -2 + -2 2 0 -4 -4 -1 + -2 3 1 -5 -6 0 + -2 4 2 -6 -8 0 + -1 -5 -6 4 5 0 + -1 -4 -5 3 4 0 + -1 -3 -4 2 3 0 + -1 -2 -3 1 2 0 + -1 -1 -2 0 1 1 + -1 0 -1 -1 0 == + -1 1 0 -2 -1 -1 + -1 2 1 -3 -2 0 + -1 3 2 -4 -3 0 + -1 4 3 -5 -4 0 + 0 -5 -5 5 0 0 + 0 -4 -4 4 0 0 + 0 -3 -3 3 0 0 + 0 -2 -2 2 0 0 + 0 -1 -1 1 0 0 + 0 0 0 0 0 == + 0 1 1 -1 0 0 + 0 2 2 -2 0 0 + 0 3 3 -3 0 0 + 0 4 4 -4 0 0 + 1 -5 -4 6 -5 0 + 1 -4 -3 5 -4 0 + 1 -3 -2 4 -3 0 + 1 -2 -1 3 -2 0 + 1 -1 0 2 -1 -1 + 1 0 1 1 0 == + 1 1 2 0 1 1 + 1 2 3 -1 2 0 + 1 3 4 -2 3 0 + 1 4 5 -3 4 0 + 2 -5 -3 7 -10 0 + 2 -4 -2 6 -8 0 + 2 -3 -1 5 -6 0 + 2 -2 0 4 -4 -1 + 2 -1 1 3 -2 -2 + 2 0 2 2 0 == + 2 1 3 1 2 2 + 2 2 4 0 4 1 + 2 3 5 -1 6 0 + 2 4 6 -2 8 0 + 3 -5 -2 8 -15 0 + 3 -4 -1 7 -12 0 + 3 -3 0 6 -9 -1 + 3 -2 1 5 -6 -1 + 3 -1 2 4 -3 -3 + 3 0 3 3 0 == + 3 1 4 2 3 3 + 3 2 5 1 6 1 + 3 3 6 0 9 1 + 3 4 7 -1 12 0 + 4 -5 -1 9 -20 0 + 4 -4 0 8 -16 -1 + 4 -3 1 7 -12 -1 + 4 -2 2 6 -8 -2 + 4 -1 3 5 -4 -4 + 4 0 4 4 0 == + 4 1 5 3 4 4 + 4 2 6 2 8 2 + 4 3 7 1 12 1 + 4 4 8 0 16 1 + i j add sub mul div + 40019387 4019469 44038856 35999918 160856685445503 9.95639 + 40019387 8038938 48058325 31980449 321713370891006 4.97819 + 40019387 12058407 52077794 27960980 482570056336509 3.31880 + 40019387 16077876 56097263 23941511 643426741782012 2.48910 + 40019387 20097345 60116732 19922042 804283427227515 1.99128 + 40019387 24116814 64136201 15902573 965140112673018 1.65940 + 40019387 28136283 68155670 11883104 1125996798118521 1.42234 + 40019387 32155752 72175139 7863635 1286853483564024 1.24455 + 40019387 36175221 76194608 3844166 1447710169009527 1.10627 + 80038774 40194690 120233464 39844084 3217133708910060 1.99128 + 80038774 44214159 124252933 35824615 3538847079801066 1.81025 + 80038774 48233628 128272402 31805146 3860560450692072 1.65940 + 80038774 52253097 132291871 27785677 4182273821583078 1.53175 + 80038774 56272566 136311340 23766208 4503987192474084 1.42234 + 80038774 60292035 140330809 19746739 4825700563365090 1.32752 + 80038774 64311504 144350278 15727270 5147413934256096 1.24455 + 80038774 68330973 148369747 11707801 5469127305147102 1.17134 + 80038774 72350442 152389216 7688332 5790840676038108 1.10627 + 120058161 76369911 196428072 43688250 9168831070393671 1.57206 + 120058161 80389380 200447541 39668781 9651401126730180 1.49346 + 120058161 84408849 204467010 35649312 10133971183066689 1.42234 + 120058161 88428318 208486479 31629843 10616541239403198 1.35769 + 120058161 92447787 212505948 27610374 11099111295739707 1.29866 + 120058161 96467256 216525417 23590905 11581681352076216 1.24455 + 120058161 100486725 220544886 19571436 12064251408412725 1.19477 + 120058161 104506194 224564355 15551967 12546821464749234 1.14881 + 120058161 108525663 228583824 11532498 13029391521085743 1.10627 + 160077548 112545132 272622680 47532416 18015948769896336 1.42234 + 160077548 116564601 276642149 43512947 18659375511678348 1.37329 + 160077548 120584070 280661618 39493478 19302802253460360 1.32752 + 160077548 124603539 284681087 35474009 19946228995242372 1.28470 + 160077548 128623008 288700556 31454540 20589655737024384 1.24455 + 160077548 132642477 292720025 27435071 21233082478806396 1.20683 + 160077548 136661946 296739494 23415602 21876509220588408 1.17134 + 160077548 140681415 300758963 19396133 22519935962370420 1.13787 + 160077548 144700884 304778432 15376664 23163362704152432 1.10627 + 200096935 148720353 348817288 51376582 29758486807418055 1.34546 + 200096935 152739822 352836757 47357113 30562770234645570 1.31005 + 200096935 156759291 356856226 43337644 31367053661873085 1.27646 + 200096935 160778760 360875695 39318175 32171337089100600 1.24455 + 200096935 164798229 364895164 35298706 32975620516328115 1.21419 + 200096935 168817698 368914633 31279237 33779903943555630 1.18528 + 200096935 172837167 372934102 27259768 34584187370783145 1.15772 + 200096935 176856636 376953571 23240299 35388470798010660 1.13141 + 200096935 180876105 380973040 19220830 36192754225238175 1.10627 + 240116322 184895574 425011896 55220748 44396445182958828 1.29866 + 240116322 188915043 429031365 51201279 45361585295631846 1.27103 + 240116322 192934512 433050834 47181810 46326725408304864 1.24455 + 240116322 196953981 437070303 43162341 47291865520977882 1.21915 + 240116322 200973450 441089772 39142872 48257005633650900 1.19477 + 240116322 204992919 445109241 35123403 49222145746323918 1.17134 + 240116322 209012388 449128710 31103934 50187285858996936 1.14881 + 240116322 213031857 453148179 27084465 51152425971669954 1.12714 + 240116322 217051326 457167648 23064996 52117566084342972 1.10627 + 280135709 221070795 501206504 59064914 61929823896518655 1.26718 + 280135709 225090264 505225973 55045445 63055820694637176 1.24455 + 280135709 229109733 509245442 51025976 64181817492755697 1.22271 + 280135709 233129202 513264911 47006507 65307814290874218 1.20163 + 280135709 237148671 517284380 42987038 66433811088992739 1.18127 + 280135709 241168140 521303849 38967569 67559807887111260 1.16158 + 280135709 245187609 525323318 34948100 68685804685229781 1.14254 + 280135709 249207078 529342787 30928631 69811801483348302 1.12411 + 280135709 253226547 533362256 26909162 70937798281466823 1.10627 + 320155096 257246016 577401112 62909080 82358622948097536 1.24455 + 320155096 261265485 581420581 58889611 83645476431661560 1.22540 + 320155096 265284954 585440050 54870142 84932329915225584 1.20683 + 320155096 269304423 589459519 50850673 86219183398789608 1.18882 + 320155096 273323892 593478988 46831204 87506036882353632 1.17134 + 320155096 277343361 597498457 42811735 88792890365917656 1.15436 + 320155096 281362830 601517926 38792266 90079743849481680 1.13787 + 320155096 285382299 605537395 34772797 91366597333045704 1.12185 + 320155096 289401768 609556864 30753328 92653450816609728 1.10627 + 360174483 293421237 653595720 66753246 105682842337695471 1.22750 + 360174483 297440706 657615189 62733777 107130552506704998 1.21091 + 360174483 301460175 661634658 58714308 108578262675714525 1.19477 + 360174483 305479644 665654127 54694839 110025972844724052 1.17905 + 360174483 309499113 669673596 50675370 111473683013733579 1.16373 + 360174483 313518582 673693065 46655901 112921393182743106 1.14881 + 360174483 317538051 677712534 42636432 114369103351752633 1.13427 + 360174483 321557520 681732003 38616963 115816813520762160 1.12009 + 360174483 325576989 685751472 34597494 117264523689771687 1.10627 + +Check results of simple 2 arg integer mod, exp, boolean and and or + i j mod exp and or + -5 -5 0 1 1 1 + -5 -4 -1 1 1 1 + -5 -3 -2 1 1 1 + -5 -2 -1 1 1 1 + -5 -1 0 1 1 1 + -5 0 -- 1 0 1 + -5 1 0 -5 1 1 + -5 2 -1 25 1 1 + -5 3 -2 -125 1 1 + -5 4 -1 625 1 1 + -4 -5 -4 1 1 1 + -4 -4 0 1 1 1 + -4 -3 -1 1 1 1 + -4 -2 0 1 1 1 + -4 -1 0 1 1 1 + -4 0 -- 1 0 1 + -4 1 0 -4 1 1 + -4 2 0 16 1 1 + -4 3 -1 -64 1 1 + -4 4 0 256 1 1 + -3 -5 -3 1 1 1 + -3 -4 -3 1 1 1 + -3 -3 0 1 1 1 + -3 -2 -1 1 1 1 + -3 -1 0 1 1 1 + -3 0 -- 1 0 1 + -3 1 0 -3 1 1 + -3 2 -1 9 1 1 + -3 3 0 -27 1 1 + -3 4 -3 81 1 1 + -2 -5 -2 1 1 1 + -2 -4 -2 1 1 1 + -2 -3 -2 1 1 1 + -2 -2 0 1 1 1 + -2 -1 0 1 1 1 + -2 0 -- 1 0 1 + -2 1 0 -2 1 1 + -2 2 0 4 1 1 + -2 3 -2 -8 1 1 + -2 4 -2 16 1 1 + -1 -5 -1 1 1 1 + -1 -4 -1 1 1 1 + -1 -3 -1 1 1 1 + -1 -2 -1 1 1 1 + -1 -1 0 1 1 1 + -1 0 -- 1 0 1 + -1 1 0 -1 1 1 + -1 2 -1 1 1 1 + -1 3 -1 -1 1 1 + -1 4 -1 1 1 1 + 0 -5 0 1 0 1 + 0 -4 0 1 0 1 + 0 -3 0 1 0 1 + 0 -2 0 1 0 1 + 0 -1 0 1 0 1 + 0 0 -- 1 0 0 + 0 1 0 0 0 1 + 0 2 0 0 0 1 + 0 3 0 0 0 1 + 0 4 0 0 0 1 + 1 -5 1 1 1 1 + 1 -4 1 1 1 1 + 1 -3 1 1 1 1 + 1 -2 1 1 1 1 + 1 -1 0 1 1 1 + 1 0 -- 1 0 1 + 1 1 0 1 1 1 + 1 2 1 1 1 1 + 1 3 1 1 1 1 + 1 4 1 1 1 1 + 2 -5 2 1 1 1 + 2 -4 2 1 1 1 + 2 -3 2 1 1 1 + 2 -2 0 1 1 1 + 2 -1 0 1 1 1 + 2 0 -- 1 0 1 + 2 1 0 2 1 1 + 2 2 0 4 1 1 + 2 3 2 8 1 1 + 2 4 2 16 1 1 + 3 -5 3 1 1 1 + 3 -4 3 1 1 1 + 3 -3 0 1 1 1 + 3 -2 1 1 1 1 + 3 -1 0 1 1 1 + 3 0 -- 1 0 1 + 3 1 0 3 1 1 + 3 2 1 9 1 1 + 3 3 0 27 1 1 + 3 4 3 81 1 1 + 4 -5 4 1 1 1 + 4 -4 0 1 1 1 + 4 -3 1 1 1 1 + 4 -2 0 1 1 1 + 4 -1 0 1 1 1 + 4 0 -- 1 0 1 + 4 1 0 4 1 1 + 4 2 0 16 1 1 + 4 3 1 64 1 1 + 4 4 0 256 1 1 + +Check results of simple 2 arg integer eq ne lt + i j eq ne lt + -5 -5 1 0 0 + -5 -4 0 1 1 + -5 -3 0 1 1 + -5 -2 0 1 1 + -5 -1 0 1 1 + -5 0 0 1 1 + -5 1 0 1 1 + -5 2 0 1 1 + -5 3 0 1 1 + -5 4 0 1 1 + -4 -5 0 1 0 + -4 -4 1 0 0 + -4 -3 0 1 1 + -4 -2 0 1 1 + -4 -1 0 1 1 + -4 0 0 1 1 + -4 1 0 1 1 + -4 2 0 1 1 + -4 3 0 1 1 + -4 4 0 1 1 + -3 -5 0 1 0 + -3 -4 0 1 0 + -3 -3 1 0 0 + -3 -2 0 1 1 + -3 -1 0 1 1 + -3 0 0 1 1 + -3 1 0 1 1 + -3 2 0 1 1 + -3 3 0 1 1 + -3 4 0 1 1 + -2 -5 0 1 0 + -2 -4 0 1 0 + -2 -3 0 1 0 + -2 -2 1 0 0 + -2 -1 0 1 1 + -2 0 0 1 1 + -2 1 0 1 1 + -2 2 0 1 1 + -2 3 0 1 1 + -2 4 0 1 1 + -1 -5 0 1 0 + -1 -4 0 1 0 + -1 -3 0 1 0 + -1 -2 0 1 0 + -1 -1 1 0 0 + -1 0 0 1 1 + -1 1 0 1 1 + -1 2 0 1 1 + -1 3 0 1 1 + -1 4 0 1 1 + 0 -5 0 1 0 + 0 -4 0 1 0 + 0 -3 0 1 0 + 0 -2 0 1 0 + 0 -1 0 1 0 + 0 0 1 0 0 + 0 1 0 1 1 + 0 2 0 1 1 + 0 3 0 1 1 + 0 4 0 1 1 + 1 -5 0 1 0 + 1 -4 0 1 0 + 1 -3 0 1 0 + 1 -2 0 1 0 + 1 -1 0 1 0 + 1 0 0 1 0 + 1 1 1 0 0 + 1 2 0 1 1 + 1 3 0 1 1 + 1 4 0 1 1 + 2 -5 0 1 0 + 2 -4 0 1 0 + 2 -3 0 1 0 + 2 -2 0 1 0 + 2 -1 0 1 0 + 2 0 0 1 0 + 2 1 0 1 0 + 2 2 1 0 0 + 2 3 0 1 1 + 2 4 0 1 1 + 3 -5 0 1 0 + 3 -4 0 1 0 + 3 -3 0 1 0 + 3 -2 0 1 0 + 3 -1 0 1 0 + 3 0 0 1 0 + 3 1 0 1 0 + 3 2 0 1 0 + 3 3 1 0 0 + 3 4 0 1 1 + 4 -5 0 1 0 + 4 -4 0 1 0 + 4 -3 0 1 0 + 4 -2 0 1 0 + 4 -1 0 1 0 + 4 0 0 1 0 + 4 1 0 1 0 + 4 2 0 1 0 + 4 3 0 1 0 + 4 4 1 0 0 + i j gt le ge + -5 -5 0 1 1 + -5 -4 0 1 0 + -5 -3 0 1 0 + -5 -2 0 1 0 + -5 -1 0 1 0 + -5 0 0 1 0 + -5 1 0 1 0 + -5 2 0 1 0 + -5 3 0 1 0 + -5 4 0 1 0 + -4 -5 1 0 1 + -4 -4 0 1 1 + -4 -3 0 1 0 + -4 -2 0 1 0 + -4 -1 0 1 0 + -4 0 0 1 0 + -4 1 0 1 0 + -4 2 0 1 0 + -4 3 0 1 0 + -4 4 0 1 0 + -3 -5 1 0 1 + -3 -4 1 0 1 + -3 -3 0 1 1 + -3 -2 0 1 0 + -3 -1 0 1 0 + -3 0 0 1 0 + -3 1 0 1 0 + -3 2 0 1 0 + -3 3 0 1 0 + -3 4 0 1 0 + -2 -5 1 0 1 + -2 -4 1 0 1 + -2 -3 1 0 1 + -2 -2 0 1 1 + -2 -1 0 1 0 + -2 0 0 1 0 + -2 1 0 1 0 + -2 2 0 1 0 + -2 3 0 1 0 + -2 4 0 1 0 + -1 -5 1 0 1 + -1 -4 1 0 1 + -1 -3 1 0 1 + -1 -2 1 0 1 + -1 -1 0 1 1 + -1 0 0 1 0 + -1 1 0 1 0 + -1 2 0 1 0 + -1 3 0 1 0 + -1 4 0 1 0 + 0 -5 1 0 1 + 0 -4 1 0 1 + 0 -3 1 0 1 + 0 -2 1 0 1 + 0 -1 1 0 1 + 0 0 0 1 1 + 0 1 0 1 0 + 0 2 0 1 0 + 0 3 0 1 0 + 0 4 0 1 0 + 1 -5 1 0 1 + 1 -4 1 0 1 + 1 -3 1 0 1 + 1 -2 1 0 1 + 1 -1 1 0 1 + 1 0 1 0 1 + 1 1 0 1 1 + 1 2 0 1 0 + 1 3 0 1 0 + 1 4 0 1 0 + 2 -5 1 0 1 + 2 -4 1 0 1 + 2 -3 1 0 1 + 2 -2 1 0 1 + 2 -1 1 0 1 + 2 0 1 0 1 + 2 1 1 0 1 + 2 2 0 1 1 + 2 3 0 1 0 + 2 4 0 1 0 + 3 -5 1 0 1 + 3 -4 1 0 1 + 3 -3 1 0 1 + 3 -2 1 0 1 + 3 -1 1 0 1 + 3 0 1 0 1 + 3 1 1 0 1 + 3 2 1 0 1 + 3 3 0 1 1 + 3 4 0 1 0 + 4 -5 1 0 1 + 4 -4 1 0 1 + 4 -3 1 0 1 + 4 -2 1 0 1 + 4 -1 1 0 1 + 4 0 1 0 1 + 4 1 1 0 1 + 4 2 1 0 1 + 4 3 1 0 1 + 4 4 0 1 1 + +Check results of one arg not, neg (incr,decr don't return value + and they are tested here as they are used for looping + i not neg + -5 0 5 + -4 0 4 + -3 0 3 + -2 0 2 + -1 0 1 + 0 1 0 + 1 0 -1 + 2 0 -2 + 3 0 -3 + 4 0 -4 + +Sample results of float and int functions + i j float float(,5) int + -5.33 -5 -5.00 -5.00000 -5 + -3.58 -4 -4.00 -4.00000 -3 + -1.83 -3 -3.00 -3.00000 -1 + -0.08 -2 -2.00 -2.00000 0 + 1.67 -1 -1.00 -1.00000 1 + 3.42 0 0.00 0.00000 3 + 5.17 1 1.00 1.00000 5 + 6.92 2 2.00 2.00000 6 + 8.67 3 3.00 3.00000 8 + 10.42 4 4.00 4.00000 10 + 12.17 -5 -5.00 -5.00000 12 + 13.92 -4 -4.00 -4.00000 13 + 15.67 -3 -3.00 -3.00000 15 + 17.42 -2 -2.00 -2.00000 17 + 19.17 -1 -1.00 -1.00000 19 + 20.92 0 0.00 0.00000 20 + 22.67 1 1.00 1.00000 22 + 24.42 2 2.00 2.00000 24 + 26.17 3 3.00 3.00000 26 + 27.92 4 4.00 4.00000 27 + 29.67 -5 -5.00 -5.00000 29 + 31.42 -4 -4.00 -4.00000 31 + 33.17 -3 -3.00 -3.00000 33 + 34.92 -2 -2.00 -2.00000 34 + 36.67 -1 -1.00 -1.00000 36 + 38.42 0 0.00 0.00000 38 + 40.17 1 1.00 1.00000 40 + 41.92 2 2.00 2.00000 41 + 43.67 3 3.00 3.00000 43 + 45.42 4 4.00 4.00000 45 + 47.17 -5 -5.00 -5.00000 47 + 48.92 -4 -4.00 -4.00000 48 + 50.67 -3 -3.00 -3.00000 50 + 52.42 -2 -2.00 -2.00000 52 + 54.17 -1 -1.00 -1.00000 54 + 55.92 0 0.00 0.00000 55 + 57.67 1 1.00 1.00000 57 + 59.42 2 2.00 2.00000 59 + 61.17 3 3.00 3.00000 61 + 62.92 4 4.00 4.00000 62 + 64.67 -5 -5.00 -5.00000 64 + 66.42 -4 -4.00 -4.00000 66 + 68.17 -3 -3.00 -3.00000 68 + 69.92 -2 -2.00 -2.00000 69 + 71.67 -1 -1.00 -1.00000 71 + 73.42 0 0.00 0.00000 73 + 75.17 1 1.00 1.00000 75 + 76.92 2 2.00 2.00000 76 + 78.67 3 3.00 3.00000 78 + 80.42 4 4.00 4.00000 80 + 82.17 -5 -5.00 -5.00000 82 + 83.92 -4 -4.00 -4.00000 83 + 85.67 -3 -3.00 -3.00000 85 + 87.42 -2 -2.00 -2.00000 87 + 89.17 -1 -1.00 -1.00000 89 + 90.92 0 0.00 0.00000 90 + 92.67 1 1.00 1.00000 92 + 94.42 2 2.00 2.00000 94 + 96.17 3 3.00 3.00000 96 + 97.92 4 4.00 4.00000 97 + 99.67 -5 -5.00 -5.00000 99 + 101.42 -4 -4.00 -4.00000 101 + 103.17 -3 -3.00 -3.00000 103 + 104.92 -2 -2.00 -2.00000 104 + 106.67 -1 -1.00 -1.00000 106 + 108.42 0 0.00 0.00000 108 + 110.17 1 1.00 1.00000 110 + 111.92 2 2.00 2.00000 111 + 113.67 3 3.00 3.00000 113 + 115.42 4 4.00 4.00000 115 + 117.17 -5 -5.00 -5.00000 117 + 118.92 -4 -4.00 -4.00000 118 + 120.67 -3 -3.00 -3.00000 120 + 122.42 -2 -2.00 -2.00000 122 + 124.17 -1 -1.00 -1.00000 124 + 125.92 0 0.00 0.00000 125 + 127.67 1 1.00 1.00000 127 + 129.42 2 2.00 2.00000 129 + 131.17 3 3.00 3.00000 131 + 132.92 4 4.00 4.00000 132 + 134.67 -5 -5.00 -5.00000 134 + 136.42 -4 -4.00 -4.00000 136 + 138.17 -3 -3.00 -3.00000 138 + 139.92 -2 -2.00 -2.00000 139 + 141.67 -1 -1.00 -1.00000 141 + 143.42 0 0.00 0.00000 143 + 145.17 1 1.00 1.00000 145 + 146.92 2 2.00 2.00000 146 + 148.67 3 3.00 3.00000 148 + 150.42 4 4.00 4.00000 150 + 152.17 -5 -5.00 -5.00000 152 + 153.92 -4 -4.00 -4.00000 153 + 155.67 -3 -3.00 -3.00000 155 + 157.42 -2 -2.00 -2.00000 157 + 159.17 -1 -1.00 -1.00000 159 + 160.92 0 0.00 0.00000 160 + 162.67 1 1.00 1.00000 162 + 164.42 2 2.00 2.00000 164 + 166.17 3 3.00 3.00000 166 + 167.92 4 4.00 4.00000 167 + + +Check results of trig functions + i sin arcsin cos cos + -315 0.7071068 45.0000000 0.7071068 45.0000000 + -255 0.9659258 75.0000000 -0.2588190 105.0000000 + -195 0.2588190 15.0000000 -0.9659258 165.0000000 + -135 -0.7071068 -45.0000000 -0.7071068 135.0000000 + -75 -0.9659258 -75.0000000 0.2588190 75.0000000 + -15 -0.2588190 -15.0000000 0.9659258 15.0000029 + 45 0.7071068 45.0000000 0.7071068 45.0000000 + 105 0.9659258 75.0000000 -0.2588190 105.0000000 + 165 0.2588190 15.0000000 -0.9659258 165.0000000 + 225 -0.7071068 -45.0000000 -0.7071068 135.0000000 + 285 -0.9659258 -75.0000000 0.2588190 75.0000000 + 345 -0.2588190 -15.0000000 0.9659258 15.0000029 + + i tan arctan + -315 1.0000000 1.0000000 45.0000000 + -255 -3.7320509 -3.7320509 -75.0000000 + -195 -0.2679492 -0.2679492 -15.0000000 + -135 1.0000000 1.0000000 45.0000000 + -75 -3.7320509 -3.7320509 -75.0000000 + -15 -0.2679492 -0.2679492 -15.0000000 + 45 1.0000000 1.0000000 45.0000000 + 105 -3.7320509 -3.7320509 -75.0000000 + 165 -0.2679492 -0.2679492 -15.0000000 + 225 1.0000000 1.0000000 45.0000000 + 285 -3.7320509 -3.7320509 -75.0000000 + 345 -0.2679492 -0.2679492 -15.0000000 + quick check of dms2deg deg2dms spdist +dms2deg 36° 10' 11.7883" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +dms2deg 36° 10'11" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +dms2deg 36° 10' 11" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +Distance from 36.1599412, -115.1398296 to 41.8781136,-87.6297982 is 2451.98 km + or 1523.58 diff --git a/tests/math/test1.llines.stdout.filter.ref b/tests/math/test1.llines.stdout.filter.ref new file mode 100644 index 000000000..a4055f5dd --- /dev/null +++ b/tests/math/test1.llines.stdout.filter.ref @@ -0,0 +1,822 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the program? ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: TESTS/math ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ll)' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 27]: '[13;27H' +text USASCII: ' TESTS/math/test1' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'Program is running... ' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'What is the name of the output file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name:' +CSI Erase 22 Character(s)(s): '[22X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 22]: '[13;22H' +text USASCII: ' test1.llines.out' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: ' Program was run successfully.' +CSI Erase line to right: '[K' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +CSI Line Position Absolutge [row] to 5, Col unchanged: '[5d' +text USASCII: 'Report duration xxs (ui duration xxs)' +CSI Position Cursor to row 6,Col 4]: '[6;4H' +CSI Line Position Absolutge [row] to 7, Col unchanged: '[7d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 8,Col 4]: '[8;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 3]: '[23;3H' +text USASCII: 'LifeLines -- Main Menu ' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/math/test1.llscr b/tests/math/test1.llscr new file mode 100644 index 000000000..7a3ce5b2a --- /dev/null +++ b/tests/math/test1.llscr @@ -0,0 +1,5 @@ +y +rTESTNAME +OUTPUT.out +q +q diff --git a/tests/math/test2.config b/tests/math/test2.config new file mode 100644 index 000000000..caec5f6ee --- /dev/null +++ b/tests/math/test2.config @@ -0,0 +1,2 @@ +# need to use -C to prevent outside influence of lines.src files +post llexec -C SRCDIR/lines.src -o OUTPUT.out -x TESTNAME.ll testdb diff --git a/tests/math/test2.ll b/tests/math/test2.ll new file mode 100644 index 000000000..613022aea --- /dev/null +++ b/tests/math/test2.ll @@ -0,0 +1,363 @@ +/* +@progname test1.ll +@author Stephen Dum +@description verify simple math operations +*/ +global(hex) +global(nibbles) /* size of INT in 4 bit chunks */ +proc main () +{ + list(hex) + enqueue(hex,"0") + enqueue(hex,"1") + enqueue(hex,"2") + enqueue(hex,"3") + enqueue(hex,"4") + enqueue(hex,"5") + enqueue(hex,"6") + enqueue(hex,"7") + enqueue(hex,"8") + enqueue(hex,"9") + enqueue(hex,"A") + enqueue(hex,"B") + enqueue(hex,"C") + enqueue(hex,"D") + enqueue(hex,"E") + enqueue(hex,"F") + + /* check d() and figure out if INT is 32 or 64 bits + * 32 bit signed 2's complement numbers -2147483648 - 2147483647 + * or if you rather 0x80000000 - 0x7FFFFFFF + * 64 bit 9223372036854775807 - 9223372036854775808 + * 0x8000000000000000 - 0x7FFFFFFFFFFFFFFF + */ + set(w,2147483642) /* maxint - 5 */ + set(x,2147483644) /* maxint - 3 */ + set(y,2147483646) /* maxint - 1 */ + set(z,2147483647) /* maxint - 0 */ + set(a,2147483648) /* maxint + 1 aka -0 */ + set(b,2147483650) /* maxint + 3 */ + set(c,2147483652) /* maxint + 5 */ + "Check reading and printing numbers around 2^31 -1 (max 32 bit int)\n" + "Expect" col(25) "Calculated" nl() + "2147483642(2^31 - 6) -> " col(25) d(w) "(" hexout(w,8) ")" nl() + "2147483644(2^31 - 4) -> " col(25) d(x) "(" hexout(x,8) ")" nl() + "2147483646(2^31 - 2) -> " col(25) d(y) "(" hexout(y,8) ")" nl() + "2147483647(2^31 - 1) -> " col(25) d(z) "(" hexout(z,8) ") 32 bit max signed int" nl() + "2147483648(2^31 + 0) -> " col(25) d(a) "(" hexout(a,8) ")" nl() + "2147483650(2^31 + 2) -> " col(25) d(b) "(" hexout(b,8) ")" nl() + "2147483652(2^31 + 4) -> " col(25) d(c) "(" hexout(c,8) ")" nl() + + "\nLets try to discern if INT is 32 or 64 bits\n" + set(maxint,0) + set(cnt, 0) + set(i,w) + set(last,i) + while (lt(cnt,10)) { + if (lt(i,0)) { break() } + set(last,i) + incr(i) + incr(cnt) + } + if (lt(cnt,10)) { + set(maxint,last) + "sign flipped at " d(last) "(" hexout(last,8) ") to " d(i) "(" hexout(i,8) ") transition" nl() + "maximum positive INT is " d(last) nl() + "INT must be 32 bit signed int" nl() + set(bits,32) + set(nibbles,8) + } else { + "sign didn't flip in 10 iterations, last value was " d(i) nl() + "INT must not be 32 bits\n" + } + + if (eq(maxint,0)) { + set(i,9223372036854775807) + /* see if INT is 64 bits */ + set(w,9223372036854775802) /* maxint - 5 */ + set(x,9223372036854775804) /* maxint - 3 */ + set(y,9223372036854775806) /* maxint - 1 */ + set(z,9223372036854775807) /* maxint - 0 */ + set(a,9223372036854775808) /* maxint + 1 aka -0 */ + set(b,9223372036854775810) /* maxint + 3 */ + set(c,9223372036854775812) /* maxint + 5 */ + "Check reading and printing numbers around 2^63 -1 (max 64 bit int)\n" + "Expect" col(35) "Calculated" nl() + "9223372036854775802(2^63 - 6) -> " col(35) d(w) "(" hexout(w,16) ")" nl() + "9223372036854775804(2^63 - 4) -> " col(35) d(x) "(" hexout(x,16) ")" nl() + "9223372036854775806(2^63 - 2) -> " col(35) d(y) "(" hexout(y,16) ")" nl() + "9223372036854775807(2^63 - 1) -> " col(35) d(z) "(" hexout(z,16) ") 64 bit max signed int" nl() + "9223372036854775808(2^63 + 0) -> " col(34) d(a) "(" hexout(a,16) ")" nl() + "9223372036854775810(2^63 + 2) -> " col(34) d(b) "(" hexout(b,16) ")" nl() + "9223372036854775812(2^63 + 4) -> " col(34) d(c) "(" hexout(c,16) ")" nl() + + "\nLets check if INT is 64 bits\n" + set(cnt, 0) + set(i,w) + set(last,i) + while (lt(cnt,10)) { + if (lt(i,0)) { break() } + set(last,i) + incr(i) + incr(cnt) + } + if (lt(cnt,10)) { + set(maxint,last) + set(bits,64) + set(nibbles,16) + "sign flipped at " d(last) "(" hexout(last,16) ") to" nl() + " " d(i) "(" hexout(i,16) ") transition" nl() + "maximum positive INT is " d(maxint) nl() + "INT must be 64 bit signed int" nl() + } else { + "didn't flip in 10 iterations, last value was " d(i) nl() + "Don't know what the size of INT is!\n" + } + } + + "\nNext verify values around 0 are input and output ok\n" + set(c,5) /* maxint + 5 */ + set(b,3) /* maxint + 3 */ + set(a,1) /* maxint + 1 aka -0 */ + set(z,0) /* maxint 0 */ + set(y,-1) /* maxint - 1 */ + set(x,-3) /* maxint - 3 */ + set(w,-5) /* maxint - 5 */ + "+ 5 " d(c) "(" hexout(c,nibbles) ")" nl() + "+ 3 " d(b) "(" hexout(b,nibbles) ")" nl() + "+ 1 " d(a) "(" hexout(a,nibbles) ")" nl() + " 0 " d(z) "(" hexout(z,nibbles) ")" nl() + "- 1 " d(y) "(" hexout(y,nibbles) ")" nl() + "- 3 " d(x) "(" hexout(x,nibbles) ")" nl() + "- 5 " d(w) "(" hexout(w,nibbles) ")" nl() + + + "\nCheck results of simple 2 arg integer add, sub, mult, div\n" + rjustify("i",10) rjustify("j",10) rjustify("add",10) + rjustify("sub",10) rjustify("mul",10) rjustify("div",10) nl() + set(i,-5) + while(lt(i,5)) { + set(j,-5 ) + while(lt(j,5)) { + rjustify(d(i),10) rjustify(d(j),10) + rjustify(d(add(i,j)),10) + rjustify(d(sub(i,j)),10) + rjustify(d(mul(i,j)),10) + if (ne(j,0)) { + rjustify(d(div(i,j)),10) + } else { + rjustify("==",10) + } + nl() + incr(j) + } + incr(i) + } + rjustify("i",12) rjustify("j",12) rjustify("add",12) + rjustify("sub",12) rjustify("mul",20) rjustify("div",8) nl() + set(i,1) + while(lt(i,10)) { + set(i1,add(i1,40019387)) + set(j,1) + while(lt(j,10)) { + set(j1,add(j1,4019469)) + rjustify(d(i1),12) rjustify(d(j1),12) + rjustify(d(add(i1,j1)),12) + rjustify(d(sub(i1,j1)),12) + rjustify(d(mul(i1,j1)),20) + if (ne(j1, 0)) { + rjustify(f(div(float(i1),float(j1)),5),8) + } else { + rjustify("--",8) + } + nl() + incr(j) + } + incr(i) + } + +/* check out: mod exp and or */ + "\nCheck results of simple 2 arg integer mod, exp, boolean and and or\n" + rjustify("i",10) rjustify("j",10) rjustify("mod",10) rjustify("exp",10) + rjustify("and",10) rjustify("or",10) nl() + set(i,-5) + while(lt(i,5)) { + set(j,-5 ) + while(lt(j,5)) { + rjustify(d(i),10) rjustify(d(j),10) + if (eq(j,0)) { + rjustify("--",10) + } else { + rjustify(d(mod(i,j)),10) + } + rjustify(d(exp(i,j)),10) + rjustify(d(and(i,j)),10) + rjustify(d( or(i,j)),10) + nl() + incr(j) + } + incr(i) + } +/* eq ne lt */ + "\nCheck results of simple 2 arg integer eq ne lt\n" + rjustify("i",10) rjustify("j",10) rjustify("eq",10) rjustify("ne",10) + rjustify("lt",10) nl() + set(i,-5) + while(lt(i,5)) { + set(j,-5 ) + while(lt(j,5)) { + rjustify(d(i),10) rjustify(d(j),10) + rjustify(d(eq(i,j)),10) + rjustify(d(ne(i,j)),10) + rjustify(d(lt(i,j)),10) + nl() + incr(j) + } + incr(i) + } +/* gt le ge */ + rjustify("i",10) rjustify("j",10) rjustify("gt",10) rjustify("le",10) + rjustify("ge",10) nl() + set(i,-5) + while(lt(i,5)) { + set(j,-5 ) + while(lt(j,5)) { + rjustify(d(i),10) rjustify(d(j),10) + rjustify(d(gt(i,j)),10) + rjustify(d(le(i,j)),10) + rjustify(d(ge(i,j)),10) + nl() + incr(j) + } + incr(i) + } +/* one arg: not neg */ + "\nCheck results of one arg not, neg (incr,decr don't return value\n" + " and they are tested here as they are used for looping\n" + rjustify("i",10) rjustify("not",10) rjustify("neg",10) nl() + set(i,-5) + while(lt(i,5)) { + rjustify(d(i),10) + rjustify(d(not(i)),10) + rjustify(d(neg(i)),10) + nl() + incr(i) + } + + "\nSample results of float and int functions\n" + /* float int */ + rjustify("i",10) rjustify("j",10) rjustify("float",10) rjustify("float(,5)",10) rjustify("int",10) nl() + set(i,-5) + set(delta,1.750) + set(ifl, -5.328) + while(lt(i,5)) { + set(j,-5 ) + while(lt(j,5)) { + rjustify(f(ifl),10) rjustify(d(j),10) + rjustify(f(float(j)),10) + rjustify(f(float(j),5),10) + rjustify(d(int(ifl)),10) + nl() + incr(j) + set(ifl, add(ifl,delta)) + } + incr(i) + } + /* sin cos tan arcsin arccos arctan */ + nl() + "\nCheck results of trig functions\n" + rjustify("i",12) rjustify("sin",12) rjustify("arcsin",12) rjustify("cos",12) + rjustify("cos",12) nl() + set(i,-315) + while(lt(i,360)) { + set(tmp,sin(i)) + rjustify(d(i),12) + rjustify(f(tmp,7),12) + rjustify(f(arcsin(tmp),7),12) + set(tmp,cos(i)) + rjustify(f(tmp,7),12) + rjustify(f(arccos(tmp),7),12) + nl() + incr(i, 60) + } + nl() + rjustify("i",12) rjustify("tan",12) rjustify("arctan",12) nl() + set(i,-315) + while(lt(i,360)) { + rjustify(d(i),12) + set(tmp,tan(i)) + rjustify(f(tmp,7),12) + rjustify(f(tmp,7),12) + rjustify(f(arctan(tmp),7),12) + nl() + incr(i, 60) + } + + /* dms2deg deg2dms spdist */ + " quick check of dms2deg deg2dms spdist\n" + /* Las Vegas, Clark County, Nevada, USA + * N36.1699412 W115.1398296 + * Degrees Lat Long 36.1699412°, -115.1398296° + * Degrees Minutes 36° 10.19647', -115°08.38978' + * Degrees Minutes Seconds 36°10'11.7883", -115°08'23.3866" + * + * Chicago, Cook County, Illinois, USA + * N41.8781136 W87.6297982 + * Degrees Lat Long 41.8781136°, -087.6297982° + * Degrees Minutes 41°52.68682', -087°37.78789' + * Degrees Minutes Seconds 41°52'41.2090", -087°37'47.2735" + */ + dms2deg(36,10,11.7883,flt) + "dms2deg 36° 10' 11.7883\" -> " f(flt,7) "°" nl() + deg2dms(flt,deg,min,sec) + "deg2dms " f(flt,7) "° -> " d(deg) "° " d(min) "' " d(sec) "\"\n" + dms2deg(deg,min,sec,flt) + "dms2deg " d(deg) "° " d(min) "'" d(sec) "\" -> " f(flt,7) "°" nl() + deg2dms(flt,deg,min,sec) + "deg2dms " f(flt,7) "° -> " d(deg) "° " d(min) "' " d(sec) "\"\n" + dms2deg(deg,min,sec,flt) + "dms2deg " d(deg) "° " d(min) "' " d(sec) "\" -> " f(flt,7) "°" nl() + deg2dms(flt,deg,min,sec) + "deg2dms " f(flt,7) "° -> " d(deg) "° " d(min) "' " d(sec) "\"\n" + + /* FLOAT spdist(FLOAT lat0, FLOAT long0, FLOAT lat1, FLOAT long1) */ + set(dst,spdist(36.1599412, -115.1398296,41.8781136,-87.6297982)) + "Distance from 36.1599412, -115.1398296 to 41.8781136,-87.6297982 is " + f(dst,2) " km" nl() + " or " f(mul(dst,0.62137),2) nl() + /* google says its 1747 miles if you stay on the roads.*/ + +} + +/* hexout(n,w) + * n number to convert to hexadecimal + * w is width of hex number to display (if n is larger it is truncated to w) + * we add a 0x at the beginning. + * without arithmetic and and shift we make do with mod and divide + * easy for positive numbers, but negative numbers are wierd -- + * mod(n,16) for neg numbers we get negative result, which basically + * causes div(n,16) to increase remaining value by 1 which causes + * the dividend to increase to 0 and we must compensate for this + * so it's not simply the same as a right shift of 4 + */ +func hexout(n,w) { + set(s,"") + set(cnt,0) + if (lt(n,0)) { + incr(n) + while(gt(w,0)) { + decr(w) + set(b,add(15,mod(n,16))) + set(n,div(n,16)) + set(s, concat(getel(hex,add(b,1)),s)) + } + } else { + while(gt(w,0)) { + decr(w) + set(b,mod(n,16)) + set(n,div(n,16)) + set(s, concat(getel(hex,add(b,1)),s)) + } + } + return(concat("0x",s)) +} diff --git a/tests/math/test2.llexec.out.32.ref b/tests/math/test2.llexec.out.32.ref new file mode 100644 index 000000000..08d3d4a09 --- /dev/null +++ b/tests/math/test2.llexec.out.32.ref @@ -0,0 +1,671 @@ +Check reading and printing numbers around 2^31 -1 (max 32 bit int) +Expect Calculated +2147483642(2^31 - 6) -> 2147483642(0x7FFFFFFA) +2147483644(2^31 - 4) -> 2147483644(0x7FFFFFFC) +2147483646(2^31 - 2) -> 2147483646(0x7FFFFFFE) +2147483647(2^31 - 1) -> 2147483647(0x7FFFFFFF) 32 bit max signed int +2147483648(2^31 + 0) -> -2147483648(0x80000000) +2147483650(2^31 + 2) -> -2147483646(0x80000002) +2147483652(2^31 + 4) -> -2147483644(0x80000004) + +Lets try to discern if INT is 32 or 64 bits +sign flipped at 2147483647(0x7FFFFFFF) to -2147483648(0x80000000) transition +maximum positive INT is 2147483647 +INT must be 32 bit signed int + +Next verify values around 0 are input and output ok ++ 5 5(0x00000005) ++ 3 3(0x00000003) ++ 1 1(0x00000001) + 0 0(0x00000000) +- 1 -1(0xFFFFFFFF) +- 3 -3(0xFFFFFFFD) +- 5 -5(0xFFFFFFFB) + +Check results of simple 2 arg integer add, sub, mult, div + i j add sub mul div + -5 -5 -10 0 25 1 + -5 -4 -9 -1 20 1 + -5 -3 -8 -2 15 1 + -5 -2 -7 -3 10 2 + -5 -1 -6 -4 5 5 + -5 0 -5 -5 0 == + -5 1 -4 -6 -5 -5 + -5 2 -3 -7 -10 -2 + -5 3 -2 -8 -15 -1 + -5 4 -1 -9 -20 -1 + -4 -5 -9 1 20 0 + -4 -4 -8 0 16 1 + -4 -3 -7 -1 12 1 + -4 -2 -6 -2 8 2 + -4 -1 -5 -3 4 4 + -4 0 -4 -4 0 == + -4 1 -3 -5 -4 -4 + -4 2 -2 -6 -8 -2 + -4 3 -1 -7 -12 -1 + -4 4 0 -8 -16 -1 + -3 -5 -8 2 15 0 + -3 -4 -7 1 12 0 + -3 -3 -6 0 9 1 + -3 -2 -5 -1 6 1 + -3 -1 -4 -2 3 3 + -3 0 -3 -3 0 == + -3 1 -2 -4 -3 -3 + -3 2 -1 -5 -6 -1 + -3 3 0 -6 -9 -1 + -3 4 1 -7 -12 0 + -2 -5 -7 3 10 0 + -2 -4 -6 2 8 0 + -2 -3 -5 1 6 0 + -2 -2 -4 0 4 1 + -2 -1 -3 -1 2 2 + -2 0 -2 -2 0 == + -2 1 -1 -3 -2 -2 + -2 2 0 -4 -4 -1 + -2 3 1 -5 -6 0 + -2 4 2 -6 -8 0 + -1 -5 -6 4 5 0 + -1 -4 -5 3 4 0 + -1 -3 -4 2 3 0 + -1 -2 -3 1 2 0 + -1 -1 -2 0 1 1 + -1 0 -1 -1 0 == + -1 1 0 -2 -1 -1 + -1 2 1 -3 -2 0 + -1 3 2 -4 -3 0 + -1 4 3 -5 -4 0 + 0 -5 -5 5 0 0 + 0 -4 -4 4 0 0 + 0 -3 -3 3 0 0 + 0 -2 -2 2 0 0 + 0 -1 -1 1 0 0 + 0 0 0 0 0 == + 0 1 1 -1 0 0 + 0 2 2 -2 0 0 + 0 3 3 -3 0 0 + 0 4 4 -4 0 0 + 1 -5 -4 6 -5 0 + 1 -4 -3 5 -4 0 + 1 -3 -2 4 -3 0 + 1 -2 -1 3 -2 0 + 1 -1 0 2 -1 -1 + 1 0 1 1 0 == + 1 1 2 0 1 1 + 1 2 3 -1 2 0 + 1 3 4 -2 3 0 + 1 4 5 -3 4 0 + 2 -5 -3 7 -10 0 + 2 -4 -2 6 -8 0 + 2 -3 -1 5 -6 0 + 2 -2 0 4 -4 -1 + 2 -1 1 3 -2 -2 + 2 0 2 2 0 == + 2 1 3 1 2 2 + 2 2 4 0 4 1 + 2 3 5 -1 6 0 + 2 4 6 -2 8 0 + 3 -5 -2 8 -15 0 + 3 -4 -1 7 -12 0 + 3 -3 0 6 -9 -1 + 3 -2 1 5 -6 -1 + 3 -1 2 4 -3 -3 + 3 0 3 3 0 == + 3 1 4 2 3 3 + 3 2 5 1 6 1 + 3 3 6 0 9 1 + 3 4 7 -1 12 0 + 4 -5 -1 9 -20 0 + 4 -4 0 8 -16 -1 + 4 -3 1 7 -12 -1 + 4 -2 2 6 -8 -2 + 4 -1 3 5 -4 -4 + 4 0 4 4 0 == + 4 1 5 3 4 4 + 4 2 6 2 8 2 + 4 3 7 1 12 1 + 4 4 8 0 16 1 + i j add sub mul div + 40019387 4019469 44038856 35999918 1570275711 9.95639 + 40019387 8038938 48058325 31980449 -1154415874 4.97819 + 40019387 12058407 52077794 27960980 415859837 3.31880 + 40019387 16077876 56097263 23941511 1986135548 2.48910 + 40019387 20097345 60116732 19922042 -738556037 1.99128 + 40019387 24116814 64136201 15902573 831719674 1.65940 + 40019387 28136283 68155670 11883104 -1892971911 1.42234 + 40019387 32155752 72175139 7863635 -322696200 1.24455 + 40019387 36175221 76194608 3844166 1247579511 1.10627 + 80038774 40194690 120233464 39844084 1340743148 1.99128 + 80038774 44214159 124252933 35824615 186327274 1.81025 + 80038774 48233628 128272402 31805146 -968088600 1.65940 + 80038774 52253097 132291871 27785677 -2122504474 1.53175 + 80038774 56272566 136311340 23766208 1018046948 1.42234 + 80038774 60292035 140330809 19746739 -136368926 1.32752 + 80038774 64311504 144350278 15727270 -1290784800 1.24455 + 80038774 68330973 148369747 11707801 1849766622 1.17134 + 80038774 72350442 152389216 7688332 695350748 1.10627 + 120058161 76369911 196428072 43688250 -688597689 1.57206 + 120058161 80389380 200447541 39668781 -272737852 1.49346 + 120058161 84408849 204467010 35649312 143121985 1.42234 + 120058161 88428318 208486479 31629843 558981822 1.35769 + 120058161 92447787 212505948 27610374 974841659 1.29866 + 120058161 96467256 216525417 23590905 1390701496 1.24455 + 120058161 100486725 220544886 19571436 1806561333 1.19477 + 120058161 104506194 224564355 15551967 -2072546126 1.14881 + 120058161 108525663 228583824 11532498 -1656686289 1.10627 + 160077548 112545132 272622680 47532416 -222779504 1.42234 + 160077548 116564601 276642149 43512947 1763356044 1.37329 + 160077548 120584070 280661618 39493478 -545475704 1.32752 + 160077548 124603539 284681087 35474009 1440659844 1.28470 + 160077548 128623008 288700556 31454540 -868171904 1.24455 + 160077548 132642477 292720025 27435071 1117963644 1.20683 + 160077548 136661946 296739494 23415602 -1190868104 1.17134 + 160077548 140681415 300758963 19396133 795267444 1.13787 + 160077548 144700884 304778432 15376664 -1513564304 1.10627 + 200096935 148720353 348817288 51376582 -1556769593 1.34546 + 200096935 152739822 352836757 47357113 1999641666 1.31005 + 200096935 156759291 356856226 43337644 1261085629 1.27646 + 200096935 160778760 360875695 39318175 522529592 1.24455 + 200096935 164798229 364895164 35298706 -216026445 1.21419 + 200096935 168817698 368914633 31279237 -954582482 1.18528 + 200096935 172837167 372934102 27259768 -1693138519 1.15772 + 200096935 176856636 376953571 23240299 1863272740 1.13141 + 200096935 180876105 380973040 19220830 1124716703 1.10627 + 240116322 184895574 425011896 55220748 -395600660 1.29866 + 240116322 188915043 429031365 51201279 436119014 1.27103 + 240116322 192934512 433050834 47181810 1267838688 1.24455 + 240116322 196953981 437070303 43162341 2099558362 1.21915 + 240116322 200973450 441089772 39142872 -1363689260 1.19477 + 240116322 204992919 445109241 35123403 -531969586 1.17134 + 240116322 209012388 449128710 31103934 299750088 1.14881 + 240116322 213031857 453148179 27084465 1131469762 1.12714 + 240116322 217051326 457167648 23064996 1963189436 1.10627 + 280135709 221070795 501206504 59064914 -1034240001 1.26718 + 280135709 225090264 505225973 55045445 1367755384 1.24455 + 280135709 229109733 509245442 51025976 -525216527 1.22271 + 280135709 233129202 513264911 47006507 1876778858 1.20163 + 280135709 237148671 517284380 42987038 -16193053 1.18127 + 280135709 241168140 521303849 38967569 -1909164964 1.16158 + 280135709 245187609 525323318 34948100 492830421 1.14254 + 280135709 249207078 529342787 30928631 -1400141490 1.12411 + 280135709 253226547 533362256 26909162 1001853895 1.10627 + 320155096 257246016 577401112 62909080 822279680 1.24455 + 320155096 261265485 581420581 58889611 499583480 1.22540 + 320155096 265284954 585440050 54870142 176887280 1.20683 + 320155096 269304423 589459519 50850673 -145808920 1.18882 + 320155096 273323892 593478988 46831204 -468505120 1.17134 + 320155096 277343361 597498457 42811735 -791201320 1.15436 + 320155096 281362830 601517926 38792266 -1113897520 1.13787 + 320155096 285382299 605537395 34772797 -1436593720 1.12185 + 320155096 289401768 609556864 30753328 -1759289920 1.10627 + 360174483 293421237 653595720 66753246 878991087 1.22750 + 360174483 297440706 657615189 62733777 2126570598 1.21091 + 360174483 301460175 661634658 58714308 -920817187 1.19477 + 360174483 305479644 665654127 54694839 326762324 1.17905 + 360174483 309499113 669673596 50675370 1574341835 1.16373 + 360174483 313518582 673693065 46655901 -1473045950 1.14881 + 360174483 317538051 677712534 42636432 -225466439 1.13427 + 360174483 321557520 681732003 38616963 1022113072 1.12009 + 360174483 325576989 685751472 34597494 -2025274713 1.10627 + +Check results of simple 2 arg integer mod, exp, boolean and and or + i j mod exp and or + -5 -5 0 1 1 1 + -5 -4 -1 1 1 1 + -5 -3 -2 1 1 1 + -5 -2 -1 1 1 1 + -5 -1 0 1 1 1 + -5 0 -- 1 0 1 + -5 1 0 -5 1 1 + -5 2 -1 25 1 1 + -5 3 -2 -125 1 1 + -5 4 -1 625 1 1 + -4 -5 -4 1 1 1 + -4 -4 0 1 1 1 + -4 -3 -1 1 1 1 + -4 -2 0 1 1 1 + -4 -1 0 1 1 1 + -4 0 -- 1 0 1 + -4 1 0 -4 1 1 + -4 2 0 16 1 1 + -4 3 -1 -64 1 1 + -4 4 0 256 1 1 + -3 -5 -3 1 1 1 + -3 -4 -3 1 1 1 + -3 -3 0 1 1 1 + -3 -2 -1 1 1 1 + -3 -1 0 1 1 1 + -3 0 -- 1 0 1 + -3 1 0 -3 1 1 + -3 2 -1 9 1 1 + -3 3 0 -27 1 1 + -3 4 -3 81 1 1 + -2 -5 -2 1 1 1 + -2 -4 -2 1 1 1 + -2 -3 -2 1 1 1 + -2 -2 0 1 1 1 + -2 -1 0 1 1 1 + -2 0 -- 1 0 1 + -2 1 0 -2 1 1 + -2 2 0 4 1 1 + -2 3 -2 -8 1 1 + -2 4 -2 16 1 1 + -1 -5 -1 1 1 1 + -1 -4 -1 1 1 1 + -1 -3 -1 1 1 1 + -1 -2 -1 1 1 1 + -1 -1 0 1 1 1 + -1 0 -- 1 0 1 + -1 1 0 -1 1 1 + -1 2 -1 1 1 1 + -1 3 -1 -1 1 1 + -1 4 -1 1 1 1 + 0 -5 0 1 0 1 + 0 -4 0 1 0 1 + 0 -3 0 1 0 1 + 0 -2 0 1 0 1 + 0 -1 0 1 0 1 + 0 0 -- 1 0 0 + 0 1 0 0 0 1 + 0 2 0 0 0 1 + 0 3 0 0 0 1 + 0 4 0 0 0 1 + 1 -5 1 1 1 1 + 1 -4 1 1 1 1 + 1 -3 1 1 1 1 + 1 -2 1 1 1 1 + 1 -1 0 1 1 1 + 1 0 -- 1 0 1 + 1 1 0 1 1 1 + 1 2 1 1 1 1 + 1 3 1 1 1 1 + 1 4 1 1 1 1 + 2 -5 2 1 1 1 + 2 -4 2 1 1 1 + 2 -3 2 1 1 1 + 2 -2 0 1 1 1 + 2 -1 0 1 1 1 + 2 0 -- 1 0 1 + 2 1 0 2 1 1 + 2 2 0 4 1 1 + 2 3 2 8 1 1 + 2 4 2 16 1 1 + 3 -5 3 1 1 1 + 3 -4 3 1 1 1 + 3 -3 0 1 1 1 + 3 -2 1 1 1 1 + 3 -1 0 1 1 1 + 3 0 -- 1 0 1 + 3 1 0 3 1 1 + 3 2 1 9 1 1 + 3 3 0 27 1 1 + 3 4 3 81 1 1 + 4 -5 4 1 1 1 + 4 -4 0 1 1 1 + 4 -3 1 1 1 1 + 4 -2 0 1 1 1 + 4 -1 0 1 1 1 + 4 0 -- 1 0 1 + 4 1 0 4 1 1 + 4 2 0 16 1 1 + 4 3 1 64 1 1 + 4 4 0 256 1 1 + +Check results of simple 2 arg integer eq ne lt + i j eq ne lt + -5 -5 1 0 0 + -5 -4 0 1 1 + -5 -3 0 1 1 + -5 -2 0 1 1 + -5 -1 0 1 1 + -5 0 0 1 1 + -5 1 0 1 1 + -5 2 0 1 1 + -5 3 0 1 1 + -5 4 0 1 1 + -4 -5 0 1 0 + -4 -4 1 0 0 + -4 -3 0 1 1 + -4 -2 0 1 1 + -4 -1 0 1 1 + -4 0 0 1 1 + -4 1 0 1 1 + -4 2 0 1 1 + -4 3 0 1 1 + -4 4 0 1 1 + -3 -5 0 1 0 + -3 -4 0 1 0 + -3 -3 1 0 0 + -3 -2 0 1 1 + -3 -1 0 1 1 + -3 0 0 1 1 + -3 1 0 1 1 + -3 2 0 1 1 + -3 3 0 1 1 + -3 4 0 1 1 + -2 -5 0 1 0 + -2 -4 0 1 0 + -2 -3 0 1 0 + -2 -2 1 0 0 + -2 -1 0 1 1 + -2 0 0 1 1 + -2 1 0 1 1 + -2 2 0 1 1 + -2 3 0 1 1 + -2 4 0 1 1 + -1 -5 0 1 0 + -1 -4 0 1 0 + -1 -3 0 1 0 + -1 -2 0 1 0 + -1 -1 1 0 0 + -1 0 0 1 1 + -1 1 0 1 1 + -1 2 0 1 1 + -1 3 0 1 1 + -1 4 0 1 1 + 0 -5 0 1 0 + 0 -4 0 1 0 + 0 -3 0 1 0 + 0 -2 0 1 0 + 0 -1 0 1 0 + 0 0 1 0 0 + 0 1 0 1 1 + 0 2 0 1 1 + 0 3 0 1 1 + 0 4 0 1 1 + 1 -5 0 1 0 + 1 -4 0 1 0 + 1 -3 0 1 0 + 1 -2 0 1 0 + 1 -1 0 1 0 + 1 0 0 1 0 + 1 1 1 0 0 + 1 2 0 1 1 + 1 3 0 1 1 + 1 4 0 1 1 + 2 -5 0 1 0 + 2 -4 0 1 0 + 2 -3 0 1 0 + 2 -2 0 1 0 + 2 -1 0 1 0 + 2 0 0 1 0 + 2 1 0 1 0 + 2 2 1 0 0 + 2 3 0 1 1 + 2 4 0 1 1 + 3 -5 0 1 0 + 3 -4 0 1 0 + 3 -3 0 1 0 + 3 -2 0 1 0 + 3 -1 0 1 0 + 3 0 0 1 0 + 3 1 0 1 0 + 3 2 0 1 0 + 3 3 1 0 0 + 3 4 0 1 1 + 4 -5 0 1 0 + 4 -4 0 1 0 + 4 -3 0 1 0 + 4 -2 0 1 0 + 4 -1 0 1 0 + 4 0 0 1 0 + 4 1 0 1 0 + 4 2 0 1 0 + 4 3 0 1 0 + 4 4 1 0 0 + i j gt le ge + -5 -5 0 1 1 + -5 -4 0 1 0 + -5 -3 0 1 0 + -5 -2 0 1 0 + -5 -1 0 1 0 + -5 0 0 1 0 + -5 1 0 1 0 + -5 2 0 1 0 + -5 3 0 1 0 + -5 4 0 1 0 + -4 -5 1 0 1 + -4 -4 0 1 1 + -4 -3 0 1 0 + -4 -2 0 1 0 + -4 -1 0 1 0 + -4 0 0 1 0 + -4 1 0 1 0 + -4 2 0 1 0 + -4 3 0 1 0 + -4 4 0 1 0 + -3 -5 1 0 1 + -3 -4 1 0 1 + -3 -3 0 1 1 + -3 -2 0 1 0 + -3 -1 0 1 0 + -3 0 0 1 0 + -3 1 0 1 0 + -3 2 0 1 0 + -3 3 0 1 0 + -3 4 0 1 0 + -2 -5 1 0 1 + -2 -4 1 0 1 + -2 -3 1 0 1 + -2 -2 0 1 1 + -2 -1 0 1 0 + -2 0 0 1 0 + -2 1 0 1 0 + -2 2 0 1 0 + -2 3 0 1 0 + -2 4 0 1 0 + -1 -5 1 0 1 + -1 -4 1 0 1 + -1 -3 1 0 1 + -1 -2 1 0 1 + -1 -1 0 1 1 + -1 0 0 1 0 + -1 1 0 1 0 + -1 2 0 1 0 + -1 3 0 1 0 + -1 4 0 1 0 + 0 -5 1 0 1 + 0 -4 1 0 1 + 0 -3 1 0 1 + 0 -2 1 0 1 + 0 -1 1 0 1 + 0 0 0 1 1 + 0 1 0 1 0 + 0 2 0 1 0 + 0 3 0 1 0 + 0 4 0 1 0 + 1 -5 1 0 1 + 1 -4 1 0 1 + 1 -3 1 0 1 + 1 -2 1 0 1 + 1 -1 1 0 1 + 1 0 1 0 1 + 1 1 0 1 1 + 1 2 0 1 0 + 1 3 0 1 0 + 1 4 0 1 0 + 2 -5 1 0 1 + 2 -4 1 0 1 + 2 -3 1 0 1 + 2 -2 1 0 1 + 2 -1 1 0 1 + 2 0 1 0 1 + 2 1 1 0 1 + 2 2 0 1 1 + 2 3 0 1 0 + 2 4 0 1 0 + 3 -5 1 0 1 + 3 -4 1 0 1 + 3 -3 1 0 1 + 3 -2 1 0 1 + 3 -1 1 0 1 + 3 0 1 0 1 + 3 1 1 0 1 + 3 2 1 0 1 + 3 3 0 1 1 + 3 4 0 1 0 + 4 -5 1 0 1 + 4 -4 1 0 1 + 4 -3 1 0 1 + 4 -2 1 0 1 + 4 -1 1 0 1 + 4 0 1 0 1 + 4 1 1 0 1 + 4 2 1 0 1 + 4 3 1 0 1 + 4 4 0 1 1 + +Check results of one arg not, neg (incr,decr don't return value + and they are tested here as they are used for looping + i not neg + -5 0 5 + -4 0 4 + -3 0 3 + -2 0 2 + -1 0 1 + 0 1 0 + 1 0 -1 + 2 0 -2 + 3 0 -3 + 4 0 -4 + +Sample results of float and int functions + i j float float(,5) int + -5.33 -5 -5.00 -5.00000 -5 + -3.58 -4 -4.00 -4.00000 -3 + -1.83 -3 -3.00 -3.00000 -1 + -0.08 -2 -2.00 -2.00000 0 + 1.67 -1 -1.00 -1.00000 1 + 3.42 0 0.00 0.00000 3 + 5.17 1 1.00 1.00000 5 + 6.92 2 2.00 2.00000 6 + 8.67 3 3.00 3.00000 8 + 10.42 4 4.00 4.00000 10 + 12.17 -5 -5.00 -5.00000 12 + 13.92 -4 -4.00 -4.00000 13 + 15.67 -3 -3.00 -3.00000 15 + 17.42 -2 -2.00 -2.00000 17 + 19.17 -1 -1.00 -1.00000 19 + 20.92 0 0.00 0.00000 20 + 22.67 1 1.00 1.00000 22 + 24.42 2 2.00 2.00000 24 + 26.17 3 3.00 3.00000 26 + 27.92 4 4.00 4.00000 27 + 29.67 -5 -5.00 -5.00000 29 + 31.42 -4 -4.00 -4.00000 31 + 33.17 -3 -3.00 -3.00000 33 + 34.92 -2 -2.00 -2.00000 34 + 36.67 -1 -1.00 -1.00000 36 + 38.42 0 0.00 0.00000 38 + 40.17 1 1.00 1.00000 40 + 41.92 2 2.00 2.00000 41 + 43.67 3 3.00 3.00000 43 + 45.42 4 4.00 4.00000 45 + 47.17 -5 -5.00 -5.00000 47 + 48.92 -4 -4.00 -4.00000 48 + 50.67 -3 -3.00 -3.00000 50 + 52.42 -2 -2.00 -2.00000 52 + 54.17 -1 -1.00 -1.00000 54 + 55.92 0 0.00 0.00000 55 + 57.67 1 1.00 1.00000 57 + 59.42 2 2.00 2.00000 59 + 61.17 3 3.00 3.00000 61 + 62.92 4 4.00 4.00000 62 + 64.67 -5 -5.00 -5.00000 64 + 66.42 -4 -4.00 -4.00000 66 + 68.17 -3 -3.00 -3.00000 68 + 69.92 -2 -2.00 -2.00000 69 + 71.67 -1 -1.00 -1.00000 71 + 73.42 0 0.00 0.00000 73 + 75.17 1 1.00 1.00000 75 + 76.92 2 2.00 2.00000 76 + 78.67 3 3.00 3.00000 78 + 80.42 4 4.00 4.00000 80 + 82.17 -5 -5.00 -5.00000 82 + 83.92 -4 -4.00 -4.00000 83 + 85.67 -3 -3.00 -3.00000 85 + 87.42 -2 -2.00 -2.00000 87 + 89.17 -1 -1.00 -1.00000 89 + 90.92 0 0.00 0.00000 90 + 92.67 1 1.00 1.00000 92 + 94.42 2 2.00 2.00000 94 + 96.17 3 3.00 3.00000 96 + 97.92 4 4.00 4.00000 97 + 99.67 -5 -5.00 -5.00000 99 + 101.42 -4 -4.00 -4.00000 101 + 103.17 -3 -3.00 -3.00000 103 + 104.92 -2 -2.00 -2.00000 104 + 106.67 -1 -1.00 -1.00000 106 + 108.42 0 0.00 0.00000 108 + 110.17 1 1.00 1.00000 110 + 111.92 2 2.00 2.00000 111 + 113.67 3 3.00 3.00000 113 + 115.42 4 4.00 4.00000 115 + 117.17 -5 -5.00 -5.00000 117 + 118.92 -4 -4.00 -4.00000 118 + 120.67 -3 -3.00 -3.00000 120 + 122.42 -2 -2.00 -2.00000 122 + 124.17 -1 -1.00 -1.00000 124 + 125.92 0 0.00 0.00000 125 + 127.67 1 1.00 1.00000 127 + 129.42 2 2.00 2.00000 129 + 131.17 3 3.00 3.00000 131 + 132.92 4 4.00 4.00000 132 + 134.67 -5 -5.00 -5.00000 134 + 136.42 -4 -4.00 -4.00000 136 + 138.17 -3 -3.00 -3.00000 138 + 139.92 -2 -2.00 -2.00000 139 + 141.67 -1 -1.00 -1.00000 141 + 143.42 0 0.00 0.00000 143 + 145.17 1 1.00 1.00000 145 + 146.92 2 2.00 2.00000 146 + 148.67 3 3.00 3.00000 148 + 150.42 4 4.00 4.00000 150 + 152.17 -5 -5.00 -5.00000 152 + 153.92 -4 -4.00 -4.00000 153 + 155.67 -3 -3.00 -3.00000 155 + 157.42 -2 -2.00 -2.00000 157 + 159.17 -1 -1.00 -1.00000 159 + 160.92 0 0.00 0.00000 160 + 162.67 1 1.00 1.00000 162 + 164.42 2 2.00 2.00000 164 + 166.17 3 3.00 3.00000 166 + 167.92 4 4.00 4.00000 167 + + +Check results of trig functions + i sin arcsin cos cos + -315 0.7071068 45.0000000 0.7071068 45.0000000 + -255 0.9659258 75.0000000 -0.2588190 105.0000000 + -195 0.2588190 15.0000000 -0.9659258 165.0000000 + -135 -0.7071068 -45.0000000 -0.7071068 135.0000000 + -75 -0.9659258 -75.0000000 0.2588190 75.0000000 + -15 -0.2588190 -15.0000000 0.9659258 15.0000029 + 45 0.7071068 45.0000000 0.7071068 45.0000000 + 105 0.9659258 75.0000000 -0.2588190 105.0000000 + 165 0.2588190 15.0000000 -0.9659258 165.0000000 + 225 -0.7071068 -45.0000000 -0.7071068 135.0000000 + 285 -0.9659258 -75.0000000 0.2588190 75.0000000 + 345 -0.2588190 -15.0000000 0.9659258 15.0000029 + + i tan arctan + -315 1.0000000 1.0000000 45.0000000 + -255 -3.7320509 -3.7320509 -75.0000000 + -195 -0.2679492 -0.2679492 -15.0000000 + -135 1.0000000 1.0000000 45.0000000 + -75 -3.7320509 -3.7320509 -75.0000000 + -15 -0.2679492 -0.2679492 -15.0000000 + 45 1.0000000 1.0000000 45.0000000 + 105 -3.7320509 -3.7320509 -75.0000000 + 165 -0.2679492 -0.2679492 -15.0000000 + 225 1.0000000 1.0000000 45.0000000 + 285 -3.7320509 -3.7320509 -75.0000000 + 345 -0.2679492 -0.2679492 -15.0000000 + quick check of dms2deg deg2dms spdist +dms2deg 36° 10' 11.7883" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +dms2deg 36° 10'11" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +dms2deg 36° 10' 11" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +Distance from 36.1599412, -115.1398296 to 41.8781136,-87.6297982 is 2451.98 km + or 1523.58 diff --git a/tests/math/test2.llexec.out.64.ref b/tests/math/test2.llexec.out.64.ref new file mode 100644 index 000000000..47cea9801 --- /dev/null +++ b/tests/math/test2.llexec.out.64.ref @@ -0,0 +1,685 @@ +Check reading and printing numbers around 2^31 -1 (max 32 bit int) +Expect Calculated +2147483642(2^31 - 6) -> 2147483642(0x7FFFFFFA) +2147483644(2^31 - 4) -> 2147483644(0x7FFFFFFC) +2147483646(2^31 - 2) -> 2147483646(0x7FFFFFFE) +2147483647(2^31 - 1) -> 2147483647(0x7FFFFFFF) 32 bit max signed int +2147483648(2^31 + 0) -> 2147483648(0x80000000) +2147483650(2^31 + 2) -> 2147483650(0x80000002) +2147483652(2^31 + 4) -> 2147483652(0x80000004) + +Lets try to discern if INT is 32 or 64 bits +sign didn't flip in 10 iterations, last value was 2147483652 +INT must not be 32 bits +Check reading and printing numbers around 2^63 -1 (max 64 bit int) +Expect Calculated +9223372036854775802(2^63 - 6) -> 9223372036854775802(0x7FFFFFFFFFFFFFFA) +9223372036854775804(2^63 - 4) -> 9223372036854775804(0x7FFFFFFFFFFFFFFC) +9223372036854775806(2^63 - 2) -> 9223372036854775806(0x7FFFFFFFFFFFFFFE) +9223372036854775807(2^63 - 1) -> 9223372036854775807(0x7FFFFFFFFFFFFFFF) 64 bit max signed int +9223372036854775808(2^63 + 0) -> -9223372036854775808(0x8000000000000000) +9223372036854775810(2^63 + 2) -> -9223372036854775806(0x8000000000000002) +9223372036854775812(2^63 + 4) -> -9223372036854775804(0x8000000000000004) + +Lets check if INT is 64 bits +sign flipped at 9223372036854775807(0x7FFFFFFFFFFFFFFF) to + -9223372036854775808(0x8000000000000000) transition +maximum positive INT is 9223372036854775807 +INT must be 64 bit signed int + +Next verify values around 0 are input and output ok ++ 5 5(0x0000000000000005) ++ 3 3(0x0000000000000003) ++ 1 1(0x0000000000000001) + 0 0(0x0000000000000000) +- 1 -1(0xFFFFFFFFFFFFFFFF) +- 3 -3(0xFFFFFFFFFFFFFFFD) +- 5 -5(0xFFFFFFFFFFFFFFFB) + +Check results of simple 2 arg integer add, sub, mult, div + i j add sub mul div + -5 -5 -10 0 25 1 + -5 -4 -9 -1 20 1 + -5 -3 -8 -2 15 1 + -5 -2 -7 -3 10 2 + -5 -1 -6 -4 5 5 + -5 0 -5 -5 0 == + -5 1 -4 -6 -5 -5 + -5 2 -3 -7 -10 -2 + -5 3 -2 -8 -15 -1 + -5 4 -1 -9 -20 -1 + -4 -5 -9 1 20 0 + -4 -4 -8 0 16 1 + -4 -3 -7 -1 12 1 + -4 -2 -6 -2 8 2 + -4 -1 -5 -3 4 4 + -4 0 -4 -4 0 == + -4 1 -3 -5 -4 -4 + -4 2 -2 -6 -8 -2 + -4 3 -1 -7 -12 -1 + -4 4 0 -8 -16 -1 + -3 -5 -8 2 15 0 + -3 -4 -7 1 12 0 + -3 -3 -6 0 9 1 + -3 -2 -5 -1 6 1 + -3 -1 -4 -2 3 3 + -3 0 -3 -3 0 == + -3 1 -2 -4 -3 -3 + -3 2 -1 -5 -6 -1 + -3 3 0 -6 -9 -1 + -3 4 1 -7 -12 0 + -2 -5 -7 3 10 0 + -2 -4 -6 2 8 0 + -2 -3 -5 1 6 0 + -2 -2 -4 0 4 1 + -2 -1 -3 -1 2 2 + -2 0 -2 -2 0 == + -2 1 -1 -3 -2 -2 + -2 2 0 -4 -4 -1 + -2 3 1 -5 -6 0 + -2 4 2 -6 -8 0 + -1 -5 -6 4 5 0 + -1 -4 -5 3 4 0 + -1 -3 -4 2 3 0 + -1 -2 -3 1 2 0 + -1 -1 -2 0 1 1 + -1 0 -1 -1 0 == + -1 1 0 -2 -1 -1 + -1 2 1 -3 -2 0 + -1 3 2 -4 -3 0 + -1 4 3 -5 -4 0 + 0 -5 -5 5 0 0 + 0 -4 -4 4 0 0 + 0 -3 -3 3 0 0 + 0 -2 -2 2 0 0 + 0 -1 -1 1 0 0 + 0 0 0 0 0 == + 0 1 1 -1 0 0 + 0 2 2 -2 0 0 + 0 3 3 -3 0 0 + 0 4 4 -4 0 0 + 1 -5 -4 6 -5 0 + 1 -4 -3 5 -4 0 + 1 -3 -2 4 -3 0 + 1 -2 -1 3 -2 0 + 1 -1 0 2 -1 -1 + 1 0 1 1 0 == + 1 1 2 0 1 1 + 1 2 3 -1 2 0 + 1 3 4 -2 3 0 + 1 4 5 -3 4 0 + 2 -5 -3 7 -10 0 + 2 -4 -2 6 -8 0 + 2 -3 -1 5 -6 0 + 2 -2 0 4 -4 -1 + 2 -1 1 3 -2 -2 + 2 0 2 2 0 == + 2 1 3 1 2 2 + 2 2 4 0 4 1 + 2 3 5 -1 6 0 + 2 4 6 -2 8 0 + 3 -5 -2 8 -15 0 + 3 -4 -1 7 -12 0 + 3 -3 0 6 -9 -1 + 3 -2 1 5 -6 -1 + 3 -1 2 4 -3 -3 + 3 0 3 3 0 == + 3 1 4 2 3 3 + 3 2 5 1 6 1 + 3 3 6 0 9 1 + 3 4 7 -1 12 0 + 4 -5 -1 9 -20 0 + 4 -4 0 8 -16 -1 + 4 -3 1 7 -12 -1 + 4 -2 2 6 -8 -2 + 4 -1 3 5 -4 -4 + 4 0 4 4 0 == + 4 1 5 3 4 4 + 4 2 6 2 8 2 + 4 3 7 1 12 1 + 4 4 8 0 16 1 + i j add sub mul div + 40019387 4019469 44038856 35999918 160856685445503 9.95639 + 40019387 8038938 48058325 31980449 321713370891006 4.97819 + 40019387 12058407 52077794 27960980 482570056336509 3.31880 + 40019387 16077876 56097263 23941511 643426741782012 2.48910 + 40019387 20097345 60116732 19922042 804283427227515 1.99128 + 40019387 24116814 64136201 15902573 965140112673018 1.65940 + 40019387 28136283 68155670 11883104 1125996798118521 1.42234 + 40019387 32155752 72175139 7863635 1286853483564024 1.24455 + 40019387 36175221 76194608 3844166 1447710169009527 1.10627 + 80038774 40194690 120233464 39844084 3217133708910060 1.99128 + 80038774 44214159 124252933 35824615 3538847079801066 1.81025 + 80038774 48233628 128272402 31805146 3860560450692072 1.65940 + 80038774 52253097 132291871 27785677 4182273821583078 1.53175 + 80038774 56272566 136311340 23766208 4503987192474084 1.42234 + 80038774 60292035 140330809 19746739 4825700563365090 1.32752 + 80038774 64311504 144350278 15727270 5147413934256096 1.24455 + 80038774 68330973 148369747 11707801 5469127305147102 1.17134 + 80038774 72350442 152389216 7688332 5790840676038108 1.10627 + 120058161 76369911 196428072 43688250 9168831070393671 1.57206 + 120058161 80389380 200447541 39668781 9651401126730180 1.49346 + 120058161 84408849 204467010 35649312 10133971183066689 1.42234 + 120058161 88428318 208486479 31629843 10616541239403198 1.35769 + 120058161 92447787 212505948 27610374 11099111295739707 1.29866 + 120058161 96467256 216525417 23590905 11581681352076216 1.24455 + 120058161 100486725 220544886 19571436 12064251408412725 1.19477 + 120058161 104506194 224564355 15551967 12546821464749234 1.14881 + 120058161 108525663 228583824 11532498 13029391521085743 1.10627 + 160077548 112545132 272622680 47532416 18015948769896336 1.42234 + 160077548 116564601 276642149 43512947 18659375511678348 1.37329 + 160077548 120584070 280661618 39493478 19302802253460360 1.32752 + 160077548 124603539 284681087 35474009 19946228995242372 1.28470 + 160077548 128623008 288700556 31454540 20589655737024384 1.24455 + 160077548 132642477 292720025 27435071 21233082478806396 1.20683 + 160077548 136661946 296739494 23415602 21876509220588408 1.17134 + 160077548 140681415 300758963 19396133 22519935962370420 1.13787 + 160077548 144700884 304778432 15376664 23163362704152432 1.10627 + 200096935 148720353 348817288 51376582 29758486807418055 1.34546 + 200096935 152739822 352836757 47357113 30562770234645570 1.31005 + 200096935 156759291 356856226 43337644 31367053661873085 1.27646 + 200096935 160778760 360875695 39318175 32171337089100600 1.24455 + 200096935 164798229 364895164 35298706 32975620516328115 1.21419 + 200096935 168817698 368914633 31279237 33779903943555630 1.18528 + 200096935 172837167 372934102 27259768 34584187370783145 1.15772 + 200096935 176856636 376953571 23240299 35388470798010660 1.13141 + 200096935 180876105 380973040 19220830 36192754225238175 1.10627 + 240116322 184895574 425011896 55220748 44396445182958828 1.29866 + 240116322 188915043 429031365 51201279 45361585295631846 1.27103 + 240116322 192934512 433050834 47181810 46326725408304864 1.24455 + 240116322 196953981 437070303 43162341 47291865520977882 1.21915 + 240116322 200973450 441089772 39142872 48257005633650900 1.19477 + 240116322 204992919 445109241 35123403 49222145746323918 1.17134 + 240116322 209012388 449128710 31103934 50187285858996936 1.14881 + 240116322 213031857 453148179 27084465 51152425971669954 1.12714 + 240116322 217051326 457167648 23064996 52117566084342972 1.10627 + 280135709 221070795 501206504 59064914 61929823896518655 1.26718 + 280135709 225090264 505225973 55045445 63055820694637176 1.24455 + 280135709 229109733 509245442 51025976 64181817492755697 1.22271 + 280135709 233129202 513264911 47006507 65307814290874218 1.20163 + 280135709 237148671 517284380 42987038 66433811088992739 1.18127 + 280135709 241168140 521303849 38967569 67559807887111260 1.16158 + 280135709 245187609 525323318 34948100 68685804685229781 1.14254 + 280135709 249207078 529342787 30928631 69811801483348302 1.12411 + 280135709 253226547 533362256 26909162 70937798281466823 1.10627 + 320155096 257246016 577401112 62909080 82358622948097536 1.24455 + 320155096 261265485 581420581 58889611 83645476431661560 1.22540 + 320155096 265284954 585440050 54870142 84932329915225584 1.20683 + 320155096 269304423 589459519 50850673 86219183398789608 1.18882 + 320155096 273323892 593478988 46831204 87506036882353632 1.17134 + 320155096 277343361 597498457 42811735 88792890365917656 1.15436 + 320155096 281362830 601517926 38792266 90079743849481680 1.13787 + 320155096 285382299 605537395 34772797 91366597333045704 1.12185 + 320155096 289401768 609556864 30753328 92653450816609728 1.10627 + 360174483 293421237 653595720 66753246 105682842337695471 1.22750 + 360174483 297440706 657615189 62733777 107130552506704998 1.21091 + 360174483 301460175 661634658 58714308 108578262675714525 1.19477 + 360174483 305479644 665654127 54694839 110025972844724052 1.17905 + 360174483 309499113 669673596 50675370 111473683013733579 1.16373 + 360174483 313518582 673693065 46655901 112921393182743106 1.14881 + 360174483 317538051 677712534 42636432 114369103351752633 1.13427 + 360174483 321557520 681732003 38616963 115816813520762160 1.12009 + 360174483 325576989 685751472 34597494 117264523689771687 1.10627 + +Check results of simple 2 arg integer mod, exp, boolean and and or + i j mod exp and or + -5 -5 0 1 1 1 + -5 -4 -1 1 1 1 + -5 -3 -2 1 1 1 + -5 -2 -1 1 1 1 + -5 -1 0 1 1 1 + -5 0 -- 1 0 1 + -5 1 0 -5 1 1 + -5 2 -1 25 1 1 + -5 3 -2 -125 1 1 + -5 4 -1 625 1 1 + -4 -5 -4 1 1 1 + -4 -4 0 1 1 1 + -4 -3 -1 1 1 1 + -4 -2 0 1 1 1 + -4 -1 0 1 1 1 + -4 0 -- 1 0 1 + -4 1 0 -4 1 1 + -4 2 0 16 1 1 + -4 3 -1 -64 1 1 + -4 4 0 256 1 1 + -3 -5 -3 1 1 1 + -3 -4 -3 1 1 1 + -3 -3 0 1 1 1 + -3 -2 -1 1 1 1 + -3 -1 0 1 1 1 + -3 0 -- 1 0 1 + -3 1 0 -3 1 1 + -3 2 -1 9 1 1 + -3 3 0 -27 1 1 + -3 4 -3 81 1 1 + -2 -5 -2 1 1 1 + -2 -4 -2 1 1 1 + -2 -3 -2 1 1 1 + -2 -2 0 1 1 1 + -2 -1 0 1 1 1 + -2 0 -- 1 0 1 + -2 1 0 -2 1 1 + -2 2 0 4 1 1 + -2 3 -2 -8 1 1 + -2 4 -2 16 1 1 + -1 -5 -1 1 1 1 + -1 -4 -1 1 1 1 + -1 -3 -1 1 1 1 + -1 -2 -1 1 1 1 + -1 -1 0 1 1 1 + -1 0 -- 1 0 1 + -1 1 0 -1 1 1 + -1 2 -1 1 1 1 + -1 3 -1 -1 1 1 + -1 4 -1 1 1 1 + 0 -5 0 1 0 1 + 0 -4 0 1 0 1 + 0 -3 0 1 0 1 + 0 -2 0 1 0 1 + 0 -1 0 1 0 1 + 0 0 -- 1 0 0 + 0 1 0 0 0 1 + 0 2 0 0 0 1 + 0 3 0 0 0 1 + 0 4 0 0 0 1 + 1 -5 1 1 1 1 + 1 -4 1 1 1 1 + 1 -3 1 1 1 1 + 1 -2 1 1 1 1 + 1 -1 0 1 1 1 + 1 0 -- 1 0 1 + 1 1 0 1 1 1 + 1 2 1 1 1 1 + 1 3 1 1 1 1 + 1 4 1 1 1 1 + 2 -5 2 1 1 1 + 2 -4 2 1 1 1 + 2 -3 2 1 1 1 + 2 -2 0 1 1 1 + 2 -1 0 1 1 1 + 2 0 -- 1 0 1 + 2 1 0 2 1 1 + 2 2 0 4 1 1 + 2 3 2 8 1 1 + 2 4 2 16 1 1 + 3 -5 3 1 1 1 + 3 -4 3 1 1 1 + 3 -3 0 1 1 1 + 3 -2 1 1 1 1 + 3 -1 0 1 1 1 + 3 0 -- 1 0 1 + 3 1 0 3 1 1 + 3 2 1 9 1 1 + 3 3 0 27 1 1 + 3 4 3 81 1 1 + 4 -5 4 1 1 1 + 4 -4 0 1 1 1 + 4 -3 1 1 1 1 + 4 -2 0 1 1 1 + 4 -1 0 1 1 1 + 4 0 -- 1 0 1 + 4 1 0 4 1 1 + 4 2 0 16 1 1 + 4 3 1 64 1 1 + 4 4 0 256 1 1 + +Check results of simple 2 arg integer eq ne lt + i j eq ne lt + -5 -5 1 0 0 + -5 -4 0 1 1 + -5 -3 0 1 1 + -5 -2 0 1 1 + -5 -1 0 1 1 + -5 0 0 1 1 + -5 1 0 1 1 + -5 2 0 1 1 + -5 3 0 1 1 + -5 4 0 1 1 + -4 -5 0 1 0 + -4 -4 1 0 0 + -4 -3 0 1 1 + -4 -2 0 1 1 + -4 -1 0 1 1 + -4 0 0 1 1 + -4 1 0 1 1 + -4 2 0 1 1 + -4 3 0 1 1 + -4 4 0 1 1 + -3 -5 0 1 0 + -3 -4 0 1 0 + -3 -3 1 0 0 + -3 -2 0 1 1 + -3 -1 0 1 1 + -3 0 0 1 1 + -3 1 0 1 1 + -3 2 0 1 1 + -3 3 0 1 1 + -3 4 0 1 1 + -2 -5 0 1 0 + -2 -4 0 1 0 + -2 -3 0 1 0 + -2 -2 1 0 0 + -2 -1 0 1 1 + -2 0 0 1 1 + -2 1 0 1 1 + -2 2 0 1 1 + -2 3 0 1 1 + -2 4 0 1 1 + -1 -5 0 1 0 + -1 -4 0 1 0 + -1 -3 0 1 0 + -1 -2 0 1 0 + -1 -1 1 0 0 + -1 0 0 1 1 + -1 1 0 1 1 + -1 2 0 1 1 + -1 3 0 1 1 + -1 4 0 1 1 + 0 -5 0 1 0 + 0 -4 0 1 0 + 0 -3 0 1 0 + 0 -2 0 1 0 + 0 -1 0 1 0 + 0 0 1 0 0 + 0 1 0 1 1 + 0 2 0 1 1 + 0 3 0 1 1 + 0 4 0 1 1 + 1 -5 0 1 0 + 1 -4 0 1 0 + 1 -3 0 1 0 + 1 -2 0 1 0 + 1 -1 0 1 0 + 1 0 0 1 0 + 1 1 1 0 0 + 1 2 0 1 1 + 1 3 0 1 1 + 1 4 0 1 1 + 2 -5 0 1 0 + 2 -4 0 1 0 + 2 -3 0 1 0 + 2 -2 0 1 0 + 2 -1 0 1 0 + 2 0 0 1 0 + 2 1 0 1 0 + 2 2 1 0 0 + 2 3 0 1 1 + 2 4 0 1 1 + 3 -5 0 1 0 + 3 -4 0 1 0 + 3 -3 0 1 0 + 3 -2 0 1 0 + 3 -1 0 1 0 + 3 0 0 1 0 + 3 1 0 1 0 + 3 2 0 1 0 + 3 3 1 0 0 + 3 4 0 1 1 + 4 -5 0 1 0 + 4 -4 0 1 0 + 4 -3 0 1 0 + 4 -2 0 1 0 + 4 -1 0 1 0 + 4 0 0 1 0 + 4 1 0 1 0 + 4 2 0 1 0 + 4 3 0 1 0 + 4 4 1 0 0 + i j gt le ge + -5 -5 0 1 1 + -5 -4 0 1 0 + -5 -3 0 1 0 + -5 -2 0 1 0 + -5 -1 0 1 0 + -5 0 0 1 0 + -5 1 0 1 0 + -5 2 0 1 0 + -5 3 0 1 0 + -5 4 0 1 0 + -4 -5 1 0 1 + -4 -4 0 1 1 + -4 -3 0 1 0 + -4 -2 0 1 0 + -4 -1 0 1 0 + -4 0 0 1 0 + -4 1 0 1 0 + -4 2 0 1 0 + -4 3 0 1 0 + -4 4 0 1 0 + -3 -5 1 0 1 + -3 -4 1 0 1 + -3 -3 0 1 1 + -3 -2 0 1 0 + -3 -1 0 1 0 + -3 0 0 1 0 + -3 1 0 1 0 + -3 2 0 1 0 + -3 3 0 1 0 + -3 4 0 1 0 + -2 -5 1 0 1 + -2 -4 1 0 1 + -2 -3 1 0 1 + -2 -2 0 1 1 + -2 -1 0 1 0 + -2 0 0 1 0 + -2 1 0 1 0 + -2 2 0 1 0 + -2 3 0 1 0 + -2 4 0 1 0 + -1 -5 1 0 1 + -1 -4 1 0 1 + -1 -3 1 0 1 + -1 -2 1 0 1 + -1 -1 0 1 1 + -1 0 0 1 0 + -1 1 0 1 0 + -1 2 0 1 0 + -1 3 0 1 0 + -1 4 0 1 0 + 0 -5 1 0 1 + 0 -4 1 0 1 + 0 -3 1 0 1 + 0 -2 1 0 1 + 0 -1 1 0 1 + 0 0 0 1 1 + 0 1 0 1 0 + 0 2 0 1 0 + 0 3 0 1 0 + 0 4 0 1 0 + 1 -5 1 0 1 + 1 -4 1 0 1 + 1 -3 1 0 1 + 1 -2 1 0 1 + 1 -1 1 0 1 + 1 0 1 0 1 + 1 1 0 1 1 + 1 2 0 1 0 + 1 3 0 1 0 + 1 4 0 1 0 + 2 -5 1 0 1 + 2 -4 1 0 1 + 2 -3 1 0 1 + 2 -2 1 0 1 + 2 -1 1 0 1 + 2 0 1 0 1 + 2 1 1 0 1 + 2 2 0 1 1 + 2 3 0 1 0 + 2 4 0 1 0 + 3 -5 1 0 1 + 3 -4 1 0 1 + 3 -3 1 0 1 + 3 -2 1 0 1 + 3 -1 1 0 1 + 3 0 1 0 1 + 3 1 1 0 1 + 3 2 1 0 1 + 3 3 0 1 1 + 3 4 0 1 0 + 4 -5 1 0 1 + 4 -4 1 0 1 + 4 -3 1 0 1 + 4 -2 1 0 1 + 4 -1 1 0 1 + 4 0 1 0 1 + 4 1 1 0 1 + 4 2 1 0 1 + 4 3 1 0 1 + 4 4 0 1 1 + +Check results of one arg not, neg (incr,decr don't return value + and they are tested here as they are used for looping + i not neg + -5 0 5 + -4 0 4 + -3 0 3 + -2 0 2 + -1 0 1 + 0 1 0 + 1 0 -1 + 2 0 -2 + 3 0 -3 + 4 0 -4 + +Sample results of float and int functions + i j float float(,5) int + -5.33 -5 -5.00 -5.00000 -5 + -3.58 -4 -4.00 -4.00000 -3 + -1.83 -3 -3.00 -3.00000 -1 + -0.08 -2 -2.00 -2.00000 0 + 1.67 -1 -1.00 -1.00000 1 + 3.42 0 0.00 0.00000 3 + 5.17 1 1.00 1.00000 5 + 6.92 2 2.00 2.00000 6 + 8.67 3 3.00 3.00000 8 + 10.42 4 4.00 4.00000 10 + 12.17 -5 -5.00 -5.00000 12 + 13.92 -4 -4.00 -4.00000 13 + 15.67 -3 -3.00 -3.00000 15 + 17.42 -2 -2.00 -2.00000 17 + 19.17 -1 -1.00 -1.00000 19 + 20.92 0 0.00 0.00000 20 + 22.67 1 1.00 1.00000 22 + 24.42 2 2.00 2.00000 24 + 26.17 3 3.00 3.00000 26 + 27.92 4 4.00 4.00000 27 + 29.67 -5 -5.00 -5.00000 29 + 31.42 -4 -4.00 -4.00000 31 + 33.17 -3 -3.00 -3.00000 33 + 34.92 -2 -2.00 -2.00000 34 + 36.67 -1 -1.00 -1.00000 36 + 38.42 0 0.00 0.00000 38 + 40.17 1 1.00 1.00000 40 + 41.92 2 2.00 2.00000 41 + 43.67 3 3.00 3.00000 43 + 45.42 4 4.00 4.00000 45 + 47.17 -5 -5.00 -5.00000 47 + 48.92 -4 -4.00 -4.00000 48 + 50.67 -3 -3.00 -3.00000 50 + 52.42 -2 -2.00 -2.00000 52 + 54.17 -1 -1.00 -1.00000 54 + 55.92 0 0.00 0.00000 55 + 57.67 1 1.00 1.00000 57 + 59.42 2 2.00 2.00000 59 + 61.17 3 3.00 3.00000 61 + 62.92 4 4.00 4.00000 62 + 64.67 -5 -5.00 -5.00000 64 + 66.42 -4 -4.00 -4.00000 66 + 68.17 -3 -3.00 -3.00000 68 + 69.92 -2 -2.00 -2.00000 69 + 71.67 -1 -1.00 -1.00000 71 + 73.42 0 0.00 0.00000 73 + 75.17 1 1.00 1.00000 75 + 76.92 2 2.00 2.00000 76 + 78.67 3 3.00 3.00000 78 + 80.42 4 4.00 4.00000 80 + 82.17 -5 -5.00 -5.00000 82 + 83.92 -4 -4.00 -4.00000 83 + 85.67 -3 -3.00 -3.00000 85 + 87.42 -2 -2.00 -2.00000 87 + 89.17 -1 -1.00 -1.00000 89 + 90.92 0 0.00 0.00000 90 + 92.67 1 1.00 1.00000 92 + 94.42 2 2.00 2.00000 94 + 96.17 3 3.00 3.00000 96 + 97.92 4 4.00 4.00000 97 + 99.67 -5 -5.00 -5.00000 99 + 101.42 -4 -4.00 -4.00000 101 + 103.17 -3 -3.00 -3.00000 103 + 104.92 -2 -2.00 -2.00000 104 + 106.67 -1 -1.00 -1.00000 106 + 108.42 0 0.00 0.00000 108 + 110.17 1 1.00 1.00000 110 + 111.92 2 2.00 2.00000 111 + 113.67 3 3.00 3.00000 113 + 115.42 4 4.00 4.00000 115 + 117.17 -5 -5.00 -5.00000 117 + 118.92 -4 -4.00 -4.00000 118 + 120.67 -3 -3.00 -3.00000 120 + 122.42 -2 -2.00 -2.00000 122 + 124.17 -1 -1.00 -1.00000 124 + 125.92 0 0.00 0.00000 125 + 127.67 1 1.00 1.00000 127 + 129.42 2 2.00 2.00000 129 + 131.17 3 3.00 3.00000 131 + 132.92 4 4.00 4.00000 132 + 134.67 -5 -5.00 -5.00000 134 + 136.42 -4 -4.00 -4.00000 136 + 138.17 -3 -3.00 -3.00000 138 + 139.92 -2 -2.00 -2.00000 139 + 141.67 -1 -1.00 -1.00000 141 + 143.42 0 0.00 0.00000 143 + 145.17 1 1.00 1.00000 145 + 146.92 2 2.00 2.00000 146 + 148.67 3 3.00 3.00000 148 + 150.42 4 4.00 4.00000 150 + 152.17 -5 -5.00 -5.00000 152 + 153.92 -4 -4.00 -4.00000 153 + 155.67 -3 -3.00 -3.00000 155 + 157.42 -2 -2.00 -2.00000 157 + 159.17 -1 -1.00 -1.00000 159 + 160.92 0 0.00 0.00000 160 + 162.67 1 1.00 1.00000 162 + 164.42 2 2.00 2.00000 164 + 166.17 3 3.00 3.00000 166 + 167.92 4 4.00 4.00000 167 + + +Check results of trig functions + i sin arcsin cos cos + -315 0.7071068 45.0000000 0.7071068 45.0000000 + -255 0.9659258 75.0000000 -0.2588190 105.0000000 + -195 0.2588190 15.0000000 -0.9659258 165.0000000 + -135 -0.7071068 -45.0000000 -0.7071068 135.0000000 + -75 -0.9659258 -75.0000000 0.2588190 75.0000000 + -15 -0.2588190 -15.0000000 0.9659258 15.0000029 + 45 0.7071068 45.0000000 0.7071068 45.0000000 + 105 0.9659258 75.0000000 -0.2588190 105.0000000 + 165 0.2588190 15.0000000 -0.9659258 165.0000000 + 225 -0.7071068 -45.0000000 -0.7071068 135.0000000 + 285 -0.9659258 -75.0000000 0.2588190 75.0000000 + 345 -0.2588190 -15.0000000 0.9659258 15.0000029 + + i tan arctan + -315 1.0000000 1.0000000 45.0000000 + -255 -3.7320509 -3.7320509 -75.0000000 + -195 -0.2679492 -0.2679492 -15.0000000 + -135 1.0000000 1.0000000 45.0000000 + -75 -3.7320509 -3.7320509 -75.0000000 + -15 -0.2679492 -0.2679492 -15.0000000 + 45 1.0000000 1.0000000 45.0000000 + 105 -3.7320509 -3.7320509 -75.0000000 + 165 -0.2679492 -0.2679492 -15.0000000 + 225 1.0000000 1.0000000 45.0000000 + 285 -3.7320509 -3.7320509 -75.0000000 + 345 -0.2679492 -0.2679492 -15.0000000 + quick check of dms2deg deg2dms spdist +dms2deg 36° 10' 11.7883" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +dms2deg 36° 10'11" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +dms2deg 36° 10' 11" -> 36.1697235° +deg2dms 36.1697235° -> 36° 10' 11" +Distance from 36.1599412, -115.1398296 to 41.8781136,-87.6297982 is 2451.98 km + or 1523.58 diff --git a/tests/math/test2.llexec.stdout.ref b/tests/math/test2.llexec.stdout.ref new file mode 100644 index 000000000..12ab1a69b --- /dev/null +++ b/tests/math/test2.llexec.stdout.ref @@ -0,0 +1 @@ +Program is running...Program was run successfully. diff --git a/tests/math/test2.llines.stdout.filter.ref b/tests/math/test2.llines.stdout.filter.ref new file mode 100644 index 000000000..97b0754ab --- /dev/null +++ b/tests/math/test2.llines.stdout.filter.ref @@ -0,0 +1,328 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/math/test2.llscr b/tests/math/test2.llscr new file mode 100644 index 000000000..2819e6288 --- /dev/null +++ b/tests/math/test2.llscr @@ -0,0 +1,3 @@ +y +q +q diff --git a/tests/pedigree-longname/test1.diff b/tests/pedigree-longname/test1.diff deleted file mode 100644 index e69de29bb..000000000 diff --git a/tests/pedigree-longname/test1.llines.out.filter.ref b/tests/pedigree-longname/test1.llines.out.filter.ref new file mode 100644 index 000000000..58aaa7791 --- /dev/null +++ b/tests/pedigree-longname/test1.llines.out.filter.ref @@ -0,0 +1,1487 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +C0 Control Character (Ctrl-M) Carriage Return: '' +text USASCII: '' +text USASCII: ' ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +C0 Control Character (Ctrl-M) Carriage Return: '' +text USASCII: '' +text USASCII: ' ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +C0 Control Character (Ctrl-M) Carriage Return: '' +text USASCII: '' +text USASCII: ' ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +C0 Control Character (Ctrl-M) Carriage Return: '' +text USASCII: '' +text USASCII: ' ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 64-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' What utility do you want to perform?' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Save the database in a GEDCOM file' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Read in data from a GEDCOM file' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' R Pick a GEDCOM file and read in' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' k Find a person's key value' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' i Identify a person from key valu' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Show database statistics ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' m Show memory statistics' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' e Edit the place abbreviation file' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' o Edit the user options file' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' c Character set options' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Return to main menu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 64-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 34]: '[18;34H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 7,Col 47]: '[7;47H' +CSI Position Cursor to row 6,Col 8]: '[6;8H' +text USASCII: 'e choose an operation:' +CSI Erase 44 Character(s)(s): '[44X' +text USASCII: '' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Browse the persons in the database ' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Search database' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Add information to the database ' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Delete information from the database ' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Pick a report from list and run ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Generate report by entering report nam ' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Modify character translation tables ' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Miscellaneous utilities ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Handle source, event and other records ' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Quit current database ' +CSI Cursor to Column 8: '[8G' +text USASCII: 'Quit program' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Cursor to Column 8: '[8G' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Cursor to Column 8: '[8G' +CSI Erase 66 Character(s)(s): '[66X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please enter the name of the GEDCOM file.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ged)' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +text USASCII: ' TESTS/pedigree-longname/test1.ged' +CSI Cursor to Column 4: '[4G' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Cursor to Column 4: '[4G' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Cursor to Column 4: '[4G' +text USASCII: ' t Modify character translation tables' +CSI Erase 34 Character(s)(s): '[34X' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Cursor to Column 4: '[4G' +text USASCII: ' 0 Persons' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 8,Col 10]: '[8;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 10,Col 10]: '[10;10H' +text USASCII: '0 Errors' +CSI Position Cursor to row 11,Col 10]: '[11;10H' +text USASCII: '0 Warnings' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1n ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2ns' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Cannot convert codeset (from <~@> to )' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Enter codeset to assume (* for none)' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 41]: '[13;41H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' ' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +text USASCII: 'y' +CSI Cursor to Column 4: '[4G' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' p Pick a report from list and run' +CSI Erase 40 Character(s)(s): '[40X' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +text USASCII: ' r Generate report by entering report name ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 48 Character(s)(s): '[48X' +text USASCII: '' +CSI Cursor to Column 3: '[3G' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Cursor to Column 3: '[3G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Cursor to Column 4: '[4G' +text USASCII: ' 3 Persons' +CSI Erase 59 Character(s)(s): '[59X' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +text USASCII: ' 1 Family ' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Sources' +CSI Erase 23 Character(s)(s): '[23X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Events ' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Others' +CSI Erase 21 Character(s)(s): '[21X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Errors' +CSI Erase 26 Character(s)(s): '[26X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Warnings' +CSI Erase 19 Character(s)(s): '[19X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +CSI Erase 42 Character(s)(s): '[42X' +text USASCII: '' +CSI Erase 38 Character(s)(s): '[38X' +text USASCII: '' +CSI Erase 26 Character(s)(s): '[26X' +text USASCII: '' +CSI Erase 41 Character(s)(s): '[41X' +text USASCII: '' +CSI Erase 24 Character(s)(s): '[24X' +text USASCII: '' +CSI Erase 15 Character(s)(s): '[15X' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Cannot convert codeset (from to )' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Enter codeset to assume (* for none)' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 41]: '[13;41H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b1' +CSI Cursor to Column 4: '[4G' +CSI Line Position Absolutge [row] to 4, Col unchanged: '[4d' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 74-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'lease choose an operation:' +CSI Cursor to Column 5: '[5G' +text USASCII: 'b Browse the persons in the database' +CSI Cursor to Column 5: '[5G' +text USASCII: 's Search database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'a Add information to the database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'd Delete information from the database' +CSI Cursor to Column 4: '[4G' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +text USASCII: ' r Generate report by entering report name ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Cursor to Column 4: '[4G' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Cursor to Column 4: '[4G' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: 'x Handle source, event and other records' +CSI Cursor to Column 5: '[5G' +text USASCII: 'Q Quit current database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'q Quit program' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Cursor to Column 4: '[4G' +text USASCII: ' 3 Persons' +CSI Erase 59 Character(s)(s): '[59X' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +text USASCII: ' 1 Family ' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Sources' +CSI Erase 23 Character(s)(s): '[23X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Events ' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Others' +CSI Erase 21 Character(s)(s): '[21X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Errors' +CSI Erase 26 Character(s)(s): '[26X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Warnings' +CSI Erase 19 Character(s)(s): '[19X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +CSI Erase 42 Character(s)(s): '[42X' +text USASCII: '' +CSI Erase 38 Character(s)(s): '[38X' +text USASCII: '' +CSI Erase 26 Character(s)(s): '[26X' +text USASCII: '' +CSI Erase 41 Character(s)(s): '[41X' +text USASCII: '' +CSI Erase 24 Character(s)(s): '[24X' +text USASCII: '' +CSI Erase 15 Character(s)(s): '[15X' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Cannot convert codeset (from to )' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Enter codeset to assume (* for none)' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 41]: '[13;41H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' !aqq' +CSI Cursor to Column 4: '[4G' +CSI Line Position Absolutge [row] to 4, Col unchanged: '[4d' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 74-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'lease choose an operation:' +CSI Cursor to Column 5: '[5G' +text USASCII: 'b Browse the persons in the database' +CSI Cursor to Column 5: '[5G' +text USASCII: 's Search database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'a Add information to the database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'd Delete information from the database' +CSI Cursor to Column 4: '[4G' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +text USASCII: ' r Generate report by entering report name ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Cursor to Column 4: '[4G' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Cursor to Column 4: '[4G' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: 'x Handle source, event and other records' +CSI Cursor to Column 5: '[5G' +text USASCII: 'Q Quit current database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'q Quit program' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Cursor to Column 4: '[4G' +text USASCII: ' 3 Persons' +CSI Erase 59 Character(s)(s): '[59X' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +text USASCII: ' 1 Family ' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Sources' +CSI Erase 23 Character(s)(s): '[23X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Events ' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Others' +CSI Erase 21 Character(s)(s): '[21X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Errors' +CSI Erase 26 Character(s)(s): '[26X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Warnings' +CSI Erase 19 Character(s)(s): '[19X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +CSI Erase 42 Character(s)(s): '[42X' +text USASCII: '' +CSI Erase 38 Character(s)(s): '[38X' +text USASCII: '' +CSI Erase 26 Character(s)(s): '[26X' +text USASCII: '' +CSI Erase 41 Character(s)(s): '[41X' +text USASCII: '' +CSI Erase 24 Character(s)(s): '[24X' +text USASCII: '' +CSI Erase 15 Character(s)(s): '[15X' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Cannot convert codeset (from to )' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Enter codeset to assume (* for none)' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 41]: '[13;41H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' ' +CSI Cursor to Column 4: '[4G' +CSI Line Position Absolutge [row] to 4, Col unchanged: '[4d' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 74-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'lease choose an operation:' +CSI Cursor to Column 5: '[5G' +text USASCII: 'b Browse the persons in the database' +CSI Cursor to Column 5: '[5G' +text USASCII: 's Search database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'a Add information to the database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'd Delete information from the database' +CSI Cursor to Column 4: '[4G' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +text USASCII: ' r Generate report by entering report name ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Cursor to Column 4: '[4G' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Cursor to Column 4: '[4G' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: 'x Handle source, event and other records' +CSI Cursor to Column 5: '[5G' +text USASCII: 'Q Quit current database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'q Quit program' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Cursor to Column 4: '[4G' +text USASCII: ' 3 Persons' +CSI Erase 59 Character(s)(s): '[59X' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +text USASCII: ' 1 Family ' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Sources' +CSI Erase 23 Character(s)(s): '[23X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Events ' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Others' +CSI Erase 21 Character(s)(s): '[21X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Errors' +CSI Erase 26 Character(s)(s): '[26X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +text USASCII: ' 0 Warnings' +CSI Erase 19 Character(s)(s): '[19X' +text USASCII: '' +CSI Cursor to Column 5: '[5G' +CSI Erase 42 Character(s)(s): '[42X' +text USASCII: '' +CSI Erase 38 Character(s)(s): '[38X' +text USASCII: '' +CSI Erase 26 Character(s)(s): '[26X' +text USASCII: '' +CSI Erase 41 Character(s)(s): '[41X' +text USASCII: '' +CSI Erase 24 Character(s)(s): '[24X' +text USASCII: '' +CSI Erase 15 Character(s)(s): '[15X' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: 'Import time xxs (ui xxs)' +CSI Cursor to Column 4: '[4G' +CSI Line Position Absolutge [row] to 20, Col unchanged: '[20d' +text USASCII: 'Strike any key to continue.' +CSI Cursor to Column 4: '[4G' +CSI Line Position Absolutge [row] to 4, Col unchanged: '[4d' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 74-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '' +CSI Cursor to Column 4: '[4G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'lease choose an operation:' +CSI Cursor to Column 5: '[5G' +text USASCII: 'b Browse the persons in the database' +CSI Cursor to Column 5: '[5G' +text USASCII: 's Search database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'a Add information to the database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'd Delete information from the database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'p Pick a report from list and run' +CSI Cursor to Column 4: '[4G' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 5: '[5G' +text USASCII: 't Modify character translation tables' +CSI Cursor to Column 5: '[5G' +text USASCII: 'u Miscellaneous utilities' +CSI Cursor to Column 5: '[5G' +text USASCII: 'x Handle source, event and other records' +CSI Cursor to Column 5: '[5G' +text USASCII: 'Q Quit current database' +CSI Cursor to Column 5: '[5G' +text USASCII: 'q Quit program' +CSI Position Cursor to row 20,Col 4]: '[20;4H' +CSI Erase 27 Character(s)(s): '[27X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/pedigree-longname/test1.llines.stdout.filter.ref b/tests/pedigree-longname/test1.llines.stdout.filter.ref new file mode 100644 index 000000000..eeae9944b --- /dev/null +++ b/tests/pedigree-longname/test1.llines.stdout.filter.ref @@ -0,0 +1,1793 @@ +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' No LifeLines database found.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Do you want to create a database at './testdb'?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Current Database - ./testdb' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Search database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Delete information from the database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Quit program' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Main Menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 64-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' What utility do you want to perform?' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Save the database in a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Read in data from a GEDCOM file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' R Pick a GEDCOM file and read in' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' k Find a person's key value' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' i Identify a person from key valu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' d Show database statistics ' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' m Show memory statistics' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' e Edit the place abbreviation file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' o Edit the user options file' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' c Character set options' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' q Return to main menu' +CSI Cursor to Column 73: '[73G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 64-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 34]: '[18;34H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 7,Col 47]: '[7;47H' +CSI Position Cursor to row 6,Col 8]: '[6;8H' +text USASCII: 'e choose an operation:' +CSI Erase 44 Character(s)(s): '[44X' +CSI Position Cursor to row 7,Col 8]: '[7;8H' +text USASCII: 'Browse the persons in the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 8]: '[8;8H' +text USASCII: 'Search database' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 8]: '[9;8H' +text USASCII: 'Add information to the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 8]: '[10;8H' +text USASCII: 'Delete information from the database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 11,Col 8]: '[11;8H' +text USASCII: 'Pick a report from list and run ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 8]: '[12;8H' +text USASCII: 'Generate report by entering report nam' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 8]: '[13;8H' +text USASCII: 'Modify character translation tables' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 8]: '[14;8H' +text USASCII: 'Miscellaneous utilities ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 8]: '[15;8H' +text USASCII: 'Handle source, event and other records ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 8]: '[16;8H' +text USASCII: 'Quit current database ' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 8]: '[17;8H' +text USASCII: 'Quit program' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 8]: '[18;8H' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 73: '[73G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 8]: '[19;8H' +CSI Erase 66 Character(s)(s): '[66X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please enter the name of the GEDCOM file.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Default path: .' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'enter file name (*.ged)' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 13,Col 28]: '[13;28H' +text USASCII: ' TESTS/pedigree-longname/test1.ged' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 10, Col unchanged: '[10d' +text USASCII: ' d Delete information from the database' +CSI Erase 33 Character(s)(s): '[33X' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +text USASCII: ' p Pick a report from list and run ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Erase 34 Character(s)(s): '[34X' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 74-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 74 Character(s)(s): '[74X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 26 Character(s)(s): '[26X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 38 Character(s)(s): '[38X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 19 Character(s)(s): '[19X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 40 Character(s)(s): '[40X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 35 Character(s)(s): '[35X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 43 Character(s)(s): '[43X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 39 Character(s)(s): '[39X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 27 Character(s)(s): '[27X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 42 Character(s)(s): '[42X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 25 Character(s)(s): '[25X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 16 Character(s)(s): '[16X' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner: 'm' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 3]: '[3;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 4,Col 4]: '[4;4H' +text USASCII: 'Checking GEDCOM file for errors.' +CSI Position Cursor to row 5,Col 4]: '[5;4H' +CSI Cursor to Column 10: '[10G' +text USASCII: '0 Persons' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 7,Col 10]: '[7;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 8,Col 10]: '[8;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 9,Col 10]: '[9;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 10,Col 10]: '[10;10H' +text USASCII: '0 Errors' +CSI Position Cursor to row 11,Col 10]: '[11;10H' +text USASCII: '0 Warnings' +CSI Position Cursor to row 6,Col 10]: '[6;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 5,Col 10]: '[5;10H' +text USASCII: '3' +CSI Position Cursor to row 5,Col 19]: '[5;19H' +CSI Position Cursor to row 10,Col 4]: '[10;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Erase 15 Character(s)(s): '[15X' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Use original keys from GEDCOM file?' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' enter y (yes) or n (no):' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Cursor to Column 4: '[4G' +text USASCII: 'No errors; adding records with original keys...' +CSI Position Cursor to row 14,Col 5]: '[14;5H' +text USASCII: ' 0 Persons' +CSI Erase 56 Character(s)(s): '[56X' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '0 Families' +CSI Position Cursor to row 16,Col 10]: '[16;10H' +text USASCII: '0 Sources' +CSI Position Cursor to row 17,Col 10]: '[17;10H' +text USASCII: '0 Events' +CSI Position Cursor to row 18,Col 10]: '[18;10H' +text USASCII: '0 Others' +CSI Position Cursor to row 15,Col 10]: '[15;10H' +text USASCII: '1' +CSI Cursor to Column 17: '[17G' +text USASCII: 'y ' +C0 Control Character (Ctrl-H) Backspace: '' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '1' +CSI Cursor to Column 18: '[18G' +text USASCII: ' ' +C0 Control Character (Ctrl-H) Backspace: '' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '2' +CSI Cursor to Column 18: '[18G' +text USASCII: 's' +CSI Position Cursor to row 14,Col 10]: '[14;10H' +text USASCII: '3' +CSI Position Cursor to row 14,Col 19]: '[14;19H' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: 'Import time xxs (ui xxs) ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +CSI Line Position Absolutge [row] to 20, Col unchanged: '[20d' +text USASCII: 'Strike any key to continue.' +CSI Position Cursor to row 21,Col 4]: '[21;4H' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Line Position Absolutge [row] to 3, Col unchanged: '[3d' +C0 Control Character (Ctrl-H) Backspace: '' +text USASCII: ' Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 4,Col 3]: '[4;3H' +text USASCII: ' Current Database - ./testdb ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 5,Col 3]: '[5;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 76-Horizontal line: 'qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation:' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 7,Col 3]: '[7;3H' +text USASCII: ' b Browse the persons in the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 8,Col 3]: '[8;3H' +text USASCII: ' s Search database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 9,Col 3]: '[9;3H' +text USASCII: ' a Add information to the database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 10,Col 3]: '[10;3H' +text USASCII: ' d Delete information from the database' +CSI Erase 35 Character(s)(s): '[35X' +CSI Position Cursor to row 11,Col 3]: '[11;3H' +text USASCII: ' p Pick a report from list and run' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 12,Col 3]: '[12;3H' +text USASCII: ' r Generate report by entering report name' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +text USASCII: ' t Modify character translation tables ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 3]: '[14;3H' +text USASCII: ' u Miscellaneous utilities' +CSI Cursor to Column 75: '[75G' +text USASCII: ' ' +CSI Position Cursor to row 15,Col 3]: '[15;3H' +text USASCII: ' x Handle source, event and other records' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 16,Col 3]: '[16;3H' +text USASCII: ' Q Quit current database' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 3]: '[17;3H' +text USASCII: ' q Quit program' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 18,Col 3]: '[18;3H' +text USASCII: ' ' +CSI Cursor to Column 10: '[10G' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 19,Col 3]: '[19;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 20,Col 3]: '[20;3H' +CSI Erase 28 Character(s)(s): '[28X' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 21,Col 3]: '[21;3H' +text USASCII: ' ' +CSI Cursor to Column 78: '[78G' +text USASCII: ' ' +CSI Position Cursor to row 22,Col 3]: '[22;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 78: '[78G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Horizontal line: 'q' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 11,Col 4]: '[11;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 71-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please identify person or persons to browse to.' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Name, key, refn, list, or @: ' +CSI Cursor to Column 76: '[76G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 71-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-lr corner: 'j' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 33]: '[13;33H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' ' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +text USASCII: '1' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +CSI Line Position Absolutge [row] to 11, Col unchanged: '[11d' +text USASCII: ' p Pick a report from list and run' +CSI Erase 38 Character(s)(s): '[38X' +CSI Position Cursor to row 12,Col 4]: '[12;4H' +text USASCII: ' r Generate report by entering report name ' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 13,Col 4]: '[13;4H' +text USASCII: ' t Modify character translation tables' +CSI Cursor to Column 76: '[76G' +text USASCII: ' ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 46 Character(s)(s): '[46X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'person: S REALLYREALLYREALLYREALLYREALLYREALLYREALLYREALLYREALLYREALLYREAL ( ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'born: 11 MAY 1922' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'died: 11 MAY 2022' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' father: Father LONGNAME (2)' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' mother: M REALLYXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (3)' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Position Cursor to row 13,Col 43]: '[13;43H' +text USASCII: '(pg 1/3)' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' e Edit the person' +CSI Cursor to Column 28: '[28G' +text USASCII: 'u Browse to parents %s Add source' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' f Browse to father b Browse to persons %e Add event' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' m Browse to mother h Add as spouse' +CSI Position Cursor to row 16,Col 52]: '[16;52H' +text USASCII: '%o Add other' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Browse to spouse/s i Add as child' +CSI Position Cursor to row 17,Col 52]: '[17;52H' +text USASCII: 'x Swap two families' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' c Browse to children r Remove as spouse tt Enter tandem mode' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' o Browse to older sib d Remove as child' +CSI Cursor to Column 52: '[52G' +text USASCII: 'zz Browse to any' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' y Browse to younger * n Create new person ? Other menu choices' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' g Browse to family a Create new family q Return to main menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Person Browse Screen (* toggles menu)' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 53]: '[23;53H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Set Save cursor and use Alternate Screen Buffer: '[?1049h' +CSI Window manipulation invalid command: '[22;0;0t' +CSI Dec Private Mode Restore Normal Cursor Keys: '[1;24r' +CSI Dec Private Mode Reset Stop Blinking Cursor: '[?12l' +CSI Set Show Cursor: '[?25h' +Designate G0 Character United States (USASCII): '(B' +CSI Character Attributes-Normal: '[m' +CSI Dec Private Mode Reset Jump (fast) Scroll: '[4l' +CSI Set Wraparound Mode: '[?7h' +CSI Position Cursor to row 1,Col 1]: '[H' +CSI Erase Display All: '[2J' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ul corner 78-Horizontal line: 'lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-ur corner: 'k' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 1]: '[2;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 2,Col 26]: '[2;26H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '------------' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 1]: '[3;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 3,Col 20]: '[3;20H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '------------' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 1]: '[4;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 4,Col 26]: '[4;26H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '------------' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 1]: '[5;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 5,Col 14]: '[5;14H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '------------' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 1]: '[6;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 26]: '[6;26H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '------------' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 1]: '[7;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 7,Col 20]: '[7;20H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '------------' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 1]: '[8;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 8,Col 26]: '[8;26H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '------------' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 9,Col 1]: '[9;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Cursor to Column 8: '[8G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Father LONGNAME [-] (2)' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 1]: '[10;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 10,Col 26]: '[10;26H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '------------' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 1]: '[11;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 11,Col 20]: '[11;20H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: '------------' +CSI Cursor to Column 77: '[77G' +text USASCII: '++ ' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 12,Col 1]: '[12;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 1]: '[13;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' Please choose an operation:' +CSI Position Cursor to row 13,Col 43]: '[13;43H' +text USASCII: '(pg 1/3)' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 14,Col 1]: '[14;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' e Edit the person' +CSI Cursor to Column 28: '[28G' +text USASCII: 'u Browse to parents %s Add source' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 15,Col 1]: '[15;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' f Browse to father b Browse to persons %e Add event' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 16,Col 1]: '[16;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' m Browse to mother h Add as spouse' +CSI Position Cursor to row 16,Col 52]: '[16;52H' +text USASCII: '%o Add other' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 17,Col 1]: '[17;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' s Browse to spouse/s i Add as child' +CSI Position Cursor to row 17,Col 52]: '[17;52H' +text USASCII: 'x Swap two families' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 18,Col 1]: '[18;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' c Browse to children r Remove as spouse tt Enter tandem mode' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 19,Col 1]: '[19;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' o Browse to older sib d Remove as child' +CSI Cursor to Column 52: '[52G' +text USASCII: 'zz Browse to any' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 20,Col 1]: '[20;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' y Browse to younger * n Create new person ? Other menu choices' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 21,Col 1]: '[21;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' g Browse to family a Create new family q Return to main menu' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 22,Col 1]: '[22;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 1]: '[23;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' LifeLines -- Person Browse Screen (* toggles menu)' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-ll corner 78-Horizontal line: 'mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +CSI Dec Private Mode Reset No Wraparound Mode: '[?7l' +text Dec Special 1-lr corner: 'j' +CSI Set Wraparound Mode: '[?7h' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 23,Col 53]: '[23;53H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 31]: '[13;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 2,Col 3]: '[2;3H' +text USASCII: 'LifeLines 3.2.0 (alpha) - Genealogical DB and Programming System' +CSI Position Cursor to row 3,Col 5]: '[3;5H' +text USASCII: 'Copyright(c) 1991 to 1996, by T. T. Wetmore IV' +CSI Position Cursor to row 4,Col 5]: '[4;5H' +text USASCII: 'Current Database - ./testdb ' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Line Position Absolutge [row] to 5, Col unchanged: '[5d' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-right pointing tee 78-Horizontal line: 'tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq' +text Dec Special, 1-left pointing tee: 'u' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 6,Col 3]: '[6;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: 'Please choose an operation: ' +CSI Position Cursor to row 7,Col 5]: '[7;5H' +text USASCII: 'b Browse the persons in the database' +CSI Position Cursor to row 8,Col 5]: '[8;5H' +text USASCII: 's Search database' +CSI Erase 15 Character(s)(s): '[15X' +CSI Position Cursor to row 9,Col 5]: '[9;5H' +text USASCII: 'a Add information to the database' +CSI Position Cursor to row 10,Col 5]: '[10;5H' +text USASCII: 'd Delete information from the database' +CSI Position Cursor to row 11,Col 5]: '[11;5H' +text USASCII: 'p Pick a report from list and run' +CSI Cursor to Column 77: '[77G' +text USASCII: ' ' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Line Position Absolutge [row] to 12, Col unchanged: '[12d' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' r Generate report by entering report name' +CSI Erase 33 Character(s)(s): '[33X' +CSI Cursor to Column 80: '[80G' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +text Dec Special 1-Vertical line: 'x' +Designate G0 Character United States (USASCII): '(B' +CSI Position Cursor to row 13,Col 3]: '[13;3H' +Designate G0 Character Dec Special and Line Drawing Set: '(0' +CSI Character Attributes-Normal: '[0m' +Designate G0 Character United States (USASCII): '(B' +text USASCII: ' t Modify character translation tables ' +CSI Position Cursor to row 14,Col 4]: '[14;4H' +text USASCII: ' u Miscellaneous utilities' +CSI Erase 35 Character(s)(s): '[35X' +CSI Position Cursor to row 15,Col 4]: '[15;4H' +text USASCII: ' x Handle source, event and other records' +CSI Erase 19 Character(s)(s): '[19X' +CSI Position Cursor to row 16,Col 4]: '[16;4H' +text USASCII: ' Q Quit current database' +CSI Erase 15 Character(s)(s): '[15X' +CSI Position Cursor to row 16,Col 52]: '[16;52H' +text USASCII: ' ' +CSI Position Cursor to row 17,Col 4]: '[17;4H' +text USASCII: ' q Quit program' +CSI Erase 23 Character(s)(s): '[23X' +CSI Position Cursor to row 17,Col 52]: '[17;52H' +CSI Erase 20 Character(s)(s): '[20X' +CSI Position Cursor to row 18,Col 4]: '[18;4H' +CSI Erase 68 Character(s)(s): '[68X' +CSI Line Position Absolutge [row] to 19, Col unchanged: '[19d' +CSI Erase 42 Character(s)(s): '[42X' +CSI Position Cursor to row 19,Col 52]: '[19;52H' +CSI Erase 16 Character(s)(s): '[16X' +CSI Position Cursor to row 20,Col 4]: '[20;4H' +CSI Erase 69 Character(s)(s): '[69X' +CSI Line Position Absolutge [row] to 21, Col unchanged: '[21d' +CSI Erase 70 Character(s)(s): '[70X' +CSI Position Cursor to row 23,Col 16]: '[23;16H' +text USASCII: 'Main Menu' +CSI Erase 28 Character(s)(s): '[28X' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Set Application Cursor Keys: '[?1h' +Application Keypad: '=' +CSI Position Cursor to row 23,Col 25]: '[23;25H' +CSI Position Cursor to row 6,Col 31]: '[6;31H' +CSI Position Cursor to row 24,Col 1]: '[24;1H' +CSI Use Normal Screen Buffer and restore cursor: '[?1049l' +CSI Window manipulation invalid command: '[23;0;0t' +C0 Control Character (Ctrl-M) Carriage Return: '' +CSI Dec Private Mode Reset Normal Cursor Keys: '[?1l' +Normal Keypad: '>' diff --git a/tests/pedigree-longname/test1.llscr b/tests/pedigree-longname/test1.llscr index fa19a33ef..35d0d74c0 100755 --- a/tests/pedigree-longname/test1.llscr +++ b/tests/pedigree-longname/test1.llscr @@ -1,5 +1,5 @@ y -yurtest1.ged +yurTESTNAME.ged y b1 !aqq diff --git a/tests/pedigree-longname/test1.out.ref b/tests/pedigree-longname/test1.out.ref new file mode 100644 index 000000000..b38916302 --- /dev/null +++ b/tests/pedigree-longname/test1.out.ref @@ -0,0 +1,6 @@ +testing block data structure...PASS 0 +testing index data structure...PASS 0 +testing rkey2str...PASS 0 +testing str2rkey...PASS 0 +testing fkey2path and path2fkey...PASS 0 +Testing nextfkey...PASS 0 diff --git a/tests/run_a_test b/tests/run_a_test new file mode 100755 index 000000000..6ee9c5a08 --- /dev/null +++ b/tests/run_a_test @@ -0,0 +1,729 @@ +#/bin/bash +# automake test enviroment, test return values: +# 0 success +# 77 test skipped +# 99 hard error +# 1 failure +# called in the build area tests directory +# called with 1 argument - the relative path of the llscr file to run +# this gives us srcdir as well as target name, with assumption +# we have rule testdir/testname.log: testname.llscr +# make thinks it's doing .../testname.llscr -> testdir/testname.log + +# environment variables (usually from make) +# VERBOSE if set (to 1) turns on lots of messages from this script +# written to testname.log, can be enabled with +# VERBOSE=1 make check +# VERBOSE=1 make testdir/testname.log +# CAPTUREOUT compare llines output from running the command with reference +# CAPTUREOUT=1 makes this check +# the output is highly dependent on curses which seems to tweek +# things frequently in ways that don't represent failures. +# so default if CAPTUREOUT not defined in environment is to +# not compare the output (but still collects it) +# TESTMEMCHECK If defined, run the test under valgrind, so +# cd tests; rm math/test1.log; TESTMEMCHECK=1 make math/test1.log +# will execute the test under valgrind, i.e. +# valgrind --log-file $testname.valgrind --num-callers=16 llines +# with valgrind output goint to testname.valgrind +# A summary of errors and malloc'ed memory usage is left in the +# file valgrind_summary +# +llines_filter=../../src/tools/xterm_decode +# srcdir - relative path to the src area 'tests' directory +# +# variables local to this script +# arrays to collect 'configuration' data +# addtoenv array of name=value pairs to add to environment +# precmds array of names of pre commands to run +# preargs array of rest of the pre command lines of these commands +# postcmds array of names of post commands to run +# postargs array of rest of the post command lines of these commands +# postskip flag if non-zero exit with code 77 for test infrastructure +# +# testsrcdir relative path to src directory of this test, from the test dir +# scriptname testname.llscr (no path, name of the test to execute. +# testname name of the test, no path, no extension. +# testdir name of the directory the test is run in +# llines path to llines executable from within testdir +# bits set to 32 or 64 the architecture size used to compile llines +# reference file - note 3 possible names for reference files +# testname...out.ref testname...out.32.ref testname...out.64.ref +# the ... is progname.stdout or progname.out +# refout below points to the one we need for this test +# refout path to reference file from test subdir +# trefout path to reference file from 'tests'dir +diffcnt=0 # count number of file diffs +failcnt=0 # count number of failed file diffs +skipcnt=0 # count of files skipped + +declare -A repeatcmd # if same command run more than once add _n to + # succesive runs i.e. dbverify.log, dbverify_2.log ... + +# compare_file(base) using base name of file, compare output file (.out) +# with reference (.ref), return values: +# 0 success +# 1 files differ +# 2 file missing +# 99 unknown error +# cmpmsg -- will contain a message indicating why it passed or failed +# messages begin with either PASS or FAIL followed by what happened. +# intrepretation of these results depends on the situation +# see comments where compare_file is called. +function compare_file { + (( diffcnt++ )) # count everything + base=$1 # basename of file to compare + cmpmsg= + + trefout=$testsrcdir/$base.ref # refout path from tests/subdir + refout=$srcdir/$testdir/$base.ref # refout path from tests + if [[ ! -f $base ]] ; then + cmpmsg="FAIL test output missing $base" + return 10 + fi + if [[ ! -f $trefout ]] ; then + if [[ ! -f $testsrcdir/$base.$bits.ref ]] ; then + cmpmsg="FAIL missing $refout or $srcdir/$testdir/$base.$bits.ref" + (( failcnt++ )) + return 10 + else + trefout=$testsrcdir/$base.$bits.ref + refout=$srcdir/$testdir/$base.$bits.ref + fi + fi + diff $base $trefout > $base.diff + case $? in + 0) + cmpmsg="PASS $testdir/$base" + rm $base.diff + return 0 + ;; + 1) + cmpmsg="FAIL $testdir/$base output didn't match reference: check $testdir/$base.diff or run diff $testdir/$base $refout" + (( failcnt++ )) + return 1 + ;; + 2) + cmpmsg="FAIL $testdir/$base FAILED maybe missing file" + (( failcnt++ )) + return 99 + ;; + *) + cmpmsg="FAIL $testdir/$base unknown diff failure" + (( failcnt++ )) + return 99 + ;; + esac +} + +# run_a_command cmd args +# cmd - command name to execute (no path) +# args - arguments to command +# Note: we don't exit on error, but rather just return the return value +# and let caller accumulate status, so all tests are tried +function run_a_command { + cmd=$1 + args=$2 + rac=0 + # note: use of import filter should be an option, but for now there is + # only one use of filter so punt until it's needed + import_filter="sed -r -e 's/(Import time )([0-9]*)(s \(ui )([[:digit:]]+)/\1xx\3xx/'" + import_filter="$import_filter -e 's/(Report duration )([0-9]*)(s \(ui duration )([[:digit:]]+)/\1xx\3xx/'" +# we have either ../../../tests/gengedcomstrong/test1 or gengedcom... + import_filter="$import_filter -e 's, $testsrcdir, TESTS/$testdir,' -e 's, $testdir, TESTS/$testdir,'" + [[ -n $VERBOSE ]] && echo "run_a_command $cmd $args" + + # compute full (but relative) path to the cmd + if [[ ${cmd##*/} != "$cmd" ]] ; then + echo "Error, $cmd contains pathname" + exit 99 + fi + if [[ -x ../../src/tools/$cmd ]] ; then + fcmd=../../src/tools/$cmd + elif [[ -x ../../src/liflines/$cmd ]] ; then + fcmd=../../src/liflines/$cmd + else + fcmd=`which $cmd` + if [[ $? == 1 ]] ; then + echo "FAIL $thistest post command '$cmd' not found aborting" + if [[ $ret < "1" ]] ; then + ret=1 + fi + exit 99 + else + echo "$thistest Warning post command '$cmd' found outside build tree" + fi + fi + + # log files are testname.cmd.out and testname.cmd.stdout + # .stdout is used for captured standard out always + # if there is script output written to a file other than stdout + # the name used is testname.cmd.out + # likewise for programs run via the config file naming is the same + # testname.cmd.stdout - stdout from running cmd + # testname.cmd.out - output from command + # + # if a program is called more than once, from config file, add suffix + # _to $cmd _2, _3 ... to repeated invocations + # Only 1 occurance of llines is allowed - i.e. llines not allowed in + # .config file + if [[ ${repeatcmd[$cmd]} = '' ]] ; then + repeatcmd[$cmd]=1 + cmdsuf='' + else + (( repeatcmd[$cmd] = repeatcmd[$cmd] + 1 )) + cmdsuf=_${repeatcmd[$cmd]} + fi + stdout_name=$testname.$cmd$cmdsuf.stdout + testout_name=$testname.$cmd$cmdsuf.out + basetest_name=$testname.$cmd$cmdsuf + + # deal with OUTPUT and TESTNAME + # see if OUTPUT in args needs replaced with output file name + # or if OUTPUT in llines script needs replaced + # if not found assume everything goes to stdout + # + if [[ ${args#*OUTPUT} != "$args" ]] ; then + args=${args//OUTPUT/$basetest_name} + cmdin= + elif [[ $cmd == "llines" ]] ; then + # see if OUTPUT in llines script and replace OUTPUT and TESTNAME + if [[ -n $VERBOSE ]] ; then + echo "sed -e \"s@TESTNAME@$testsrcdir/$testname@\" -e \"s@OUTPUT@$basetest_name@\" < $testsrcdir/$scriptname >$scriptname.fix" + fi + sed -e "s@TESTNAME@$testsrcdir/$testname@" -e "s@OUTPUT@$basetest_name@" < $testsrcdir/$scriptname >$scriptname.fix + grep -q OUTPUT.out $testsrcdir/$scriptname + if [[ $? != 0 ]] ; then + testout_name= + fi + cmdin=$scriptname.fix + else + testout_name= + cmdin= + fi + + cmdstr= + if [[ -n $TESTMEMCHECK ]] ; then + #cmdstr="valgrind --log-file=$testname-$cmd$cmdsuf-%p.valgrind --num-callers=16 --leak-check=yes" + # we really don't need %p as all programs are single thread now + cmdstr="valgrind --log-file=$testname-$cmd$cmdsuf.valgrind --num-callers=16 --leak-check=yes" + fi + cmdstr="$cmdstr $fcmd $args" + + if [[ -n $cmdin ]] ; then + cmdstr="$cmdstr < $cmdin" + fi + cmdstr="${addtoenv[@]} $cmdstr > $stdout_name" + # now run the command (use eval to allow addtoenv working, and < and >) + [[ -n $VERBOSE ]] && echo "eval $cmdstr" + eval $cmdstr + rac=$? + if [[ $rac != 0 ]] ; then + echo "FAIL $testdir/$testname command \($cmdstr\) exited with status $rac" + + return 1 + fi + if [[ $cmd == "llines" ]] ; then + if [[ ! -f $llines_filter ]] ; then + echo "FAIL $thistest $llines_filter doesn't exist" + ret=99 + fi + cmdstr="$llines_filter < $stdout_name | $import_filter > $stdout_name.filter" + eval $cmdstr + rac=$? + if [[ $rac != 0 ]] ; then + echo "FAIL $testdir/$testname $llines_filter failed with exit $ret" + fi + stdout_name=$stdout_name.filter + fi + lcmd=0 + if [[ $cmd = llines?(\d) ]] ; then + lcmd=1 + fi + if [[ $cmd = expect?(\d) ]] ; then + lcmd=1 + fi + if [[ -n $CAPTUREOUT || $lcmd != 1 ]] ; then + # CAPTUREOUT is set || cmd is not llines or expect + compare_file $stdout_name + rac=$? + if [[ -n $postskip ]] ; then + echo "SKIP $cmpmsg" + (( skipcnt++ )) + else + echo "$cmpmsg" + fi + else + # CAPTUREOUT is not set and file is llines or expect + # do compare anyway, but only report results as SKIP + # and don't count failures + compare_file $stdout_name + rac=$? + (( skipcnt++ )) + if [[ $rac == 0 ]] ; then + # I think this is a failure- either the bug + # the caused SKIP to be added has been fixed, or reference + # file was incorrectly updated. But it's possible that + # some tests pass, and some fail, to warrent a SKIP + # we can flag that in final log file message + echo "SKIP $cmpmsg *** but file matched reference ***" + else + echo "SKIP $cmpmsg" + fi + rac=0; + fi + + # now diff prog output if test output was redirected to a file + if [[ -n $testout_name ]] ; then + compare_file $testout_name + ret1=$? + if [[ -n $postskip ]] ; then + echo "SKIP $cmpmsg" + else + echo "$cmpmsg" + fi + if [[ $rac < "$ret1" ]] ; then + rac=$ret1 + fi + fi + return $rac; +} + +# start of script +if [[ -n $VERBOSE ]] ; then + echo args "$@" + echo in directory "'$PWD'" + echo srcdir is "'$srcdir'" + echo \$0 is "'$0'" + echo in directory "'$PWD'" + if [[ $VERBOSE -gt 1 ]] ; then + set -x # more debug info + fi +fi + + +# $1 is make 'src' for example ../../tests/math/test1.llscr +# and make target is math/test1.log +# comments reflect this example +scriptname=${1##*/} # strip off pathname leaving (test1.llscr) +testname=${scriptname%.*} # strip of suffix (.llscr) leaving name of test + # (test1) +testdir=${1%/*} # strip off script name (../../tests/math) +testdir=${testdir##*/} # strip off leading path leaving dir test is in + # (math) +thistest=$testdir/$testname # convience for messaging e.g. math/test1 + +# do we have a separate build area +if [[ -z $srcdir || $srcdir = . ]] ; then # no + testsrcdir=. +else # yes + testsrcdir=../$srcdir/$testdir +fi +if [[ ! -d $srcdir ]] ; then + echo "FAIL $thistest couldn't determine srcdir, aborting" + exit 99 +fi + +cd $testdir # run the test inside the build area tests subdir +llines=../../src/liflines/llines +if [[ ! -x $llines ]] ; then + echo "Error, $llines not found, aborting" + exit 99 +fi +# figure out if we are using 32 bit or 64 bit version of llines +# Note in bash pattern matching, with [[ and ]], = and == +# pattern match checking if 1st arg matches pattern in second arg +# but if second arg is quoted with double quotes it's a string compare +# we can optimize by removing the double quotes only if want pattern match +bits=`file $llines` +if [[ "${bits#*32-bit}" == "$bits" ]] ; then + bits=64 +else + bits=32 +fi + +if [[ -n $VERBOSE ]] ; then + echo $scriptname + echo testdir=$testdir + echo testname=$testname + echo testsrcdir=$testsrcdir + echo llines=$llines + echo bits=$bits +fi + +addtoenv=() +postcmds=() +postargs=() +precmds=() +preargs=() +ret=0 + +# start every test database with a clean slate +# and set LLPROGRAMS to point to the source directory +rm -rf testdb +addtoenv+=( LLPROGRAMS=$testsrcdir ) + +if [[ -f $testsrcdir/$testname.config ]] ; then + cnt=0 + while read key name rest ; do + #[[ -n $VERBOSE ]] && echo "key='$key' name='$name' rest='$rest'" + case $key in + env) + if [[ (${name#*=} != $name) && (${name#*=*=} == "$name") && -z $rest ]] ; then + addtoenv+=( $name ) + else + (( cnt += 1 )) + if [[ -z $rest ]] ; then + echo "$testname.config env '$name' not a name=value syntax" + else + echo "$testname.config env '$name' '$rest' has extra stuff on line" + fi + fi + ;; + pre) + precmds+=($name) + preargs+=("$rest") + ;; + post) + postcmds+=($name) + postargs+=("$rest") + ;; + skip) + postskip=77 + ;; + \#*) + #echo "skipping comment $key $name $rest" + ;; + *) + echo "skipping unrecognized $key $name $rest" + (( cnt += 1 )) + ;; + esac + done < $testsrcdir/$testname.config + if [[ $cnt != 0 ]] ; then + echo "FAIL $thistest $cnt errors found parsing $testsrcdir/$testname.config" + ret=99 + fi +fi + +if [[ -n $VERBOSE && 1 == 0 ]] ; then # skip this, renable to debug + if [[ ${#addtoenv[@]} ]] ; then + echo "Environment adjustments" + for i in ${addtoenv[@]}; do + echo " $i" + done + fi + if [[ ${#precmds[@]} > 0 ]] ; then + echo "pre commands" + for (( i=0; i < ${#precmds[@]}; i++ )) ; do + echo " ${precmds[$i]} ${preargs[$i]}" + done + fi + if [[ ${#postcmds[@]} > 0 ]] ; then + echo "post commands" + for (( i=0; i < ${#postcmds[@]}; i++ )) ; do + echo " ${postcmds[$i]} ${postargs[$i]}" + done + fi +fi +# run llines using $testname.llscr to drive llines +# the -C tell llines to use non-existant file in test source directory +# so not affected by any user settings. Also test writer can +# always add a testname.lines.src if needed for a test +# run_a_command figures out input and output file setup, and filtering +#run_a_command cmd args +run_a_command "llines" "-C $testsrcdir/$testname.lines.src testdb" +ret=$? + +# post processing commands +# Look for commands in tools and liflines directories, otherwise ?? use path +# to resolve command name +if [[ ${#postcmds[@]} > 0 ]] ; then + echo "post commands" + for i in ${!postcmds[@]}; do + cmd=${postcmds[$i]} # get the command name + args=${postargs[$i]} + # if args contains string TESTNAME, SRCDIR or OUTPUT replace + # replace TESTNAME with path to srcdir/testname + # replace SRCDIR with path to source dir + # let run_a_command handle OUTPUT as it does output file nameing + args=${args//TESTNAME/$testsrcdir/$testname} + args=${args//SRCDIR/$testsrcdir} + # + #run_a_command cmd args + run_a_command "$cmd" "${args}" + ret1=$? + if [[ $ret < $ret1 ]] ; then + ret=$ret1 + fi + done +fi +if [[ -n $TESTMEMCHECK ]] ; then + # read valgrind output files and summarize outputs + # + # this runs after each test is run, there is no way to say + # run this after the last test. But it is quick enough that + # compared to valgrind the time isn't noticeable. + # ... and the output file 'valgrind_summary' is updated atomically + # so you only end up with the last one that finished + cd .. + + NAME=() #Test name + ERRORS=() #error count + DEF=() #definitely lost bytes/incidents + INDIR=() #indirectly lost bytes/incidents + POSS=() #Possibly lost bytes/incidents + STILL=() #still reachable bytes/incidents + SUPP=() #suppressed bytes/incidents + TALLOC=() #Total number of heap allocations made + TFREE=() #Total number of frees + TBYTE=() #Total number of bytes allocated + FILECNT=-1 + + for file in */*.valgrind ; do + (( FILECNT++ )) + n=${file%.*} + NAME[$FILECNT]=$n + ERRORS[$FILECNT]=0 + while read pi tag more ; do + if [[ $tag = Invalid ]] ; then # Invalid alloc/free... i.e. errors + (( ERRORS[$FILECNT]++ )) + elif [[ $tag = HEAP ]] ; then # heap allocatons/frees + read pi tag more + read pi tag1 tag2 tag3 alloc str1 frees str2 bytes more + #==21784== total heap usage: 268,453 allocs, 253,660 frees, 103,247,125 bytes allocated + alloc=${alloc//,} + free=${frees//,} + byte=${bytes//,} + TALLOC[$FILECNT]=$alloc + TFREE[$FILECNT]=$free + TBYTE[$FILECNT]=$byte + elif [[ $tag = LEAK ]] ; then + #==22974== LEAK SUMMARY: + read pi tag tag1 by bys ins bks more + if [[ $tag = definitely ]] ; then + #==22974== definitely lost: 29 bytes in 2 blocks + by=${by//,} + bks=${bks//,} + DEF[$FILECNT]="$by/$bks" + fi + read pi tag tag1 by bys ins bks more + if [[ $tag = indirectly ]] ; then + #==22974== indirectly lost: 128 bytes in 1 blocks + by=${by//,} + bks=${bks//,} + INDIR[$FILECNT]="$by/$bks" + fi + read pi tag tag1 by bys ins bks more + if [[ $tag = possibly ]] ; then + #==22974== possibly lost: 0 bytes in 0 blocks + by=${by//,} + bks=${bks//,} + POSS[$FILECNT]="$by/$bks" + fi + read pi tag tag1 by bys ins bks more + if [[ $tag = still ]] ; then + #==22974== still reachable: 304,933 bytes in 500 blocks + by=${by//,} + bks=${bks//,} + STILL[$FILECNT]="$by/$bks" + fi + read pi tag by bys ins bks more + if [[ $tag = suppressed: ]] ; then + #==22974== suppressed: 0 bytes in 0 blocks + by=${by//,} + bks=${bks//,} + SUPP[$FILECNT]="$by/$bks" + fi + #elif [[ $tag = ERROR ]] ; then + # a=1 + fi + + done < $file + done + + len=(0 0 0 0 0 0 0 0 0 0) + t1=("Test Name" "Malloc" "Definitely" "Indirectly" "Possibly" "still" + "surpressed" "Total" "Total" "Total") + t2=("" "Errors" "lost" "lost" "lost" "reachable" "" "Allocs" "Frees" "Bytes") + + # first compute length for each column + for (( i=0; i < ${#NAME[@]}; i++ )) do + (( len[0] = ( len[0] < ${#NAME[$i]} ) ? ${#NAME[$i]} : len[0] )) + (( len[1] = ( len[1] < ${#ERRORS[$i]} ) ? ${#ERRORS[$i]} : len[1] )) + if [[ ${DEF[$i]} != 0/0 ]] ;then + (( len[2] = ( len[2] < ${#DEF[$i]} ) ? ${#DEF[$i]} : len[2] )) + fi + if [[ ${INDIR[$i]} != 0/0 ]] ;then + (( len[3] = ( len[3] < ${#INDIR[$i]} ) ? ${#INDIR[$i]} : len[3] )) + fi + if [[ ${POSS[$i]} != 0/0 ]] ;then + (( len[4] = ( len[4] < ${#POSS[$i]} ) ? ${#POSS[$i]} : len[4] )) + fi + if [[ ${STILL[$i]} != 0/0 ]] ;then + (( len[5] = ( len[5] < ${#STILL[$i]} ) ? ${#STILL[$i]} : len[5] )) + fi + if [[ ${SUPP[$i]} != 0/0 ]] ;then + (( len[6] = ( len[6] < ${#SUPP[$i]} ) ? ${#SUPP[$i]} : len[6] )) + fi + if [[ ${TALLOC[$i]} != 0 ]] ;then + (( len[7] = ( len[7] < ${#TALLOC[$i]} ) ? ${#TALLOC[$i]} : len[7] )) + fi + if [[ ${TFREE[$i]} != 0 ]] ;then + (( len[8] = ( len[8] < ${#TFREE[$i]} ) ? ${#TFREE[$i]} : len[8] )) + fi + if [[ ${TBYTE[$i]} != 0 ]] ;then + (( len[9] = ( len[9] < ${#TBYTE[$i]} ) ? ${#TBYTE[$i]} : len[9] )) + fi + done + for (( i=0 ; i < 10; i++ )) ; do + if (( ${len[$i]} != 0 )) ; then + (( len[$i] = ( len[$i] < ${#t1[$i]} ) ? ${#t1[$i]} : len[$i] )) + (( len[$i] = ( len[$i] < ${#t2[$i]} ) ? ${#t2[$i]} : len[$i] )) + fi + done + echo >> valgrind_summary.out + + if [[ -z $VSWRAP ]]; then # define VSWRAP=80 or.. to wrap lines + VSWRAP=200 + fi + + sum=0 + sum1=0 + pos1=0 + indent=0 + for (( i=0 ; i < 10; i++ )) ; do + if (( sum1 == 0 && sum + len[$i] > $VSWRAP )) ; then + (( sum1 = sum )) + (( pos1 = i - 1 )) + fi + (( sum += len[$i] )) + done + #/usr/bin/printf "sum1=%d pos1=%d sum=%d\n" $sum1 $pos1 $sum >> valgrind_summary.out + # width of 2nd part (sum - sum1) start at ( sum - (sum-sum1)) + (( indent = sum1 + sum1 - sum -10 )) + # indent second row indent after printing data at pos1 + + #/usr/bin/printf "indent=%d after col %d\n" $indent $pos1 >> valgrind_summary.out + if (( pos1 == 0 )) ; then + pos1=20 + fi + (( len[0] = -len[0] )) + # print the title and column headers + echo "Summary of Valgrind Errors, for memory stats numbers are num_bytes/num_events" >> valgrind_summary.out + echo >> valgrind_summary.out + for (( i=0 ; i < 10; i++ )) ; do + if [[ ${len[$i]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[$i]} "${t1[$i]}" >> valgrind_summary.out + if (( i == pos1 )) ; then + /usr/bin/printf "\n%*s " $indent " " >> valgrind_summary.out + fi + + fi + done + /usr/bin/printf "\n" >> valgrind_summary.out + for (( i=0 ; i < 10; i++ )) ; do + if [[ ${len[$i]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[$i]} "${t2[$i]}" >> valgrind_summary.out + if (( i == pos1 )) ; then + /usr/bin/printf "\n%*s " $indent " " >> valgrind_summary.out + fi + fi + done + /usr/bin/printf "\n" >> valgrind_summary.out + # or each test data we found, print values any tests had non-zero data + for (( i=0; i < ${#NAME[@]}; i++ )) do + # column zero ever elided. + /usr/bin/printf "%*s " ${len[0]} "${NAME[$i]}" >> valgrind_summary.out + if [[ ${len[1]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[1]} "${ERRORS[$i]}" >> valgrind_summary.out + if (( 1 == pos1 )) ; then + /usr/bin/printf "\n%*s " $indent " " >> valgrind_summary.out + fi + fi + if [[ ${len[2]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[2]} "${DEF[$i]}" >> valgrind_summary.out + if (( 2 == pos1 )) ; then + /usr/bin/printf "\n%*s " $indent " " >> valgrind_summary.out + fi + fi + if [[ ${len[3]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[3]} "${INDIR[$i]}" >> valgrind_summary.out + if (( 3 == pos1 )) ; then + /usr/bin/printf "\n%*s " $indent " " >> valgrind_summary.out + fi + fi + if [[ ${len[4]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[4]} "${POSS[$i]}" >> valgrind_summary.out + if (( 4 == pos1 )) ; then + /usr/bin/printf "\n%*s " $indent " " >> valgrind_summary.out + fi + fi + if [[ ${len[5]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[5]} "${STILL[$i]}" >> valgrind_summary.out + if (( 5 == pos1 )) ; then + /usr/bin/printf "\n%*s " $indent " " >> valgrind_summary.out + fi + fi + if [[ ${len[6]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[6]} "${SUFF[$i]}" >> valgrind_summary.out + if (( 6 == pos1 )) ; then + /usr/bin/printf "\n%*s " $indent " " >> valgrind_summary.out + fi + fi + if [[ ${len[7]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[7]} "${TALLOC[$i]}" >> valgrind_summary.out + if (( 7 == pos1 )) ; then + /usr/bin/printf "\n%*s " $indent " " >> valgrind_summary.out + fi + fi + if [[ ${len[8]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[8]} "${TFREE[$i]}" >> valgrind_summary.out + if (( 8 == pos1 )) ; then + /usr/bin/printf "%\n*s " $indent " " >> valgrind_summary.out + fi + fi + if [[ ${len[9]} != 0 ]] ; then + /usr/bin/printf "%*s " ${len[9]} "${TBYTE[$i]}" >> valgrind_summary.out + if (( 9 == pos1 )) ; then + /usr/bin/printf "\n%*s " $indent " " >> valgrind_summary.out + fi + fi + /usr/bin/printf "\n" >> valgrind_summary.out + done + + mv valgrind_summary.out valgrind_summary +fi +# if postskip is set and there are no failures this is an error condition +# either log file inadvertently updated or issue is fixed and SKIP need to +# be removed. +if [[ -n $postskip ]] ; then + if [[ $ret == 0 ]] ; then + echo -n "FAIL SKIP - config file marks test as forced SKIP but passing" + echo " $skipcnt diffs skipped, $failcnt failed, $passed passed, $diffcnt compared" + exit 1 + else + echo -n "SKIP - test marked as forced SKIP in config file" + echo " $skipcnt diffs skipped, $failcnt failed, $passed passed, $diffcnt compared" + exit 77 + fi +fi + +if [[ $ret == 0 ]] ; then + echo -n "PASS" +else + echo -n "FAIL" +fi +if [[ $skipcnt != 0 ]] ; then + echo -n " $testdir/$testname, $skipcnt diff's skipped" +else + echo -n " $testdir/$testname, no diff's skipped" +fi + +(( passed = diffcnt - $failcnt)) +if [[ $failcnt != 0 ]] ; then + echo ", $failcnt failed, $passed passed, $diffcnt compared" +else + echo ", no failed, $passed passed, $diffcnt compared" +fi +exit $ret; diff --git a/tests/run_rpt_test.sh b/tests/run_rpt_test.sh deleted file mode 100755 index d54834af8..000000000 --- a/tests/run_rpt_test.sh +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh -# -# Generic Test Runner -# -# In directory $1 run test $2 - -testdir=$1 -testscr=$2 -testname=`echo $testscr | sed -e 's/.llscr$//g'` - -if [ -z $testdir -o -z $testscr ] -then - echo "Syntax: $0