{"id":26563,"date":"2024-03-03T10:26:36","date_gmt":"2024-03-03T03:26:36","guid":{"rendered":"https:\/\/tom.ji42.com\/?p=26563"},"modified":"2024-03-03T10:27:00","modified_gmt":"2024-03-03T03:27:00","slug":"26563","status":"publish","type":"post","link":"https:\/\/tom.tomwork.net\/?p=26563","title":{"rendered":"INKEY( ) Function"},"content":{"rendered":"<h1 id=\"INKEY----Function\" class=\"content-title\"><img decoding=\"async\" src=\"https:\/\/www.vfphelp.com\/help\/bmp\/topic.png\" \/>\u00a0INKEY( ) Function<\/h1>\n<div id=\"TimeToRead\"><i class=\"fa fa-clock-o\"><\/i>\u00a0about 3 minutes to read<\/div>\n<div id=\"body\" class=\"content-body\">\n<div id=\"header\">\n<table id=\"topTable\" width=\"100%\">\n<tbody>\n<tr id=\"headerTableRow1\">\n<td align=\"left\"><span id=\"runningHeaderText\">Visual FoxPro 9.0 SP2<\/span><\/td>\n<\/tr>\n<tr id=\"headerTableRow2\">\n<td align=\"left\"><span id=\"nsrTitle\">INKEY( ) Function<\/span><\/td>\n<\/tr>\n<tr id=\"headerTableRow3\">\n<td><a href=\"https:\/\/www.vfphelp.com\/help\/_5wn12pr2l.htm#seeAlsoToggle\">See Also<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table id=\"bottomTable\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td><span tabindex=\"0\"><img decoding=\"async\" id=\"toggleAllImage\" class=\"toggleAll\" src=\"https:\/\/www.vfphelp.com\/help\/local\/collall.gif\" alt=\"CollapseAll image\" \/>\u00a0\u00a0<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div id=\"mainSection\">\n<div id=\"mainBody\">\n<div id=\"allHistory\" class=\"saveHistory\"><\/div>\n<p>&nbsp;<\/p>\n<p>Returns a number corresponding to the first mouse click or key press in the type-ahead buffer.<\/p>\n<div id=\"syntaxSection\" class=\"section\">\n<div id=\"syntaxCodeBlocks\" class=\"code\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<th align=\"left\"><\/th>\n<\/tr>\n<tr>\n<td>\n<pre>INKEY([<span class=\"parameter\">nSeconds<\/span>] [, <span class=\"parameter\">cHideCursor<\/span>])<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<p><!--more--><\/p>\n<h4 id=\"Parameters\" class=\"subHeading\">Parameters<\/h4>\n<dl>\n<dt><span class=\"nonLinkTerms\"><span class=\"parameter\">nSeconds<\/span><\/span><\/dt>\n<dd>Specifies the number of seconds to wait for a keystroke. If you do not specify a value for\u00a0<span class=\"parameter\">nSeconds<\/span>,\u00a0<b>INKEY(\u00a0)<\/b>\u00a0returns a value for a keystroke immediately. If\u00a0<span class=\"parameter\">nSeconds<\/span>\u00a0is 0,\u00a0<b>INKEY(\u00a0)<\/b>\u00a0waits indefinitely for a keystroke.<\/dd>\n<\/dl>\n<dl>\n<dt><span class=\"nonLinkTerms\"><span class=\"parameter\">cHideCursor<\/span><\/span><\/dt>\n<dd>Shows or hides the cursor, or checks for a mouse click.<\/p>\n<p>The following table lists values for\u00a0<span class=\"parameter\">cHideCursor<\/span>.<\/p>\n<div class=\"labelheading\"><\/div>\n<div class=\"tableSection\">\n<table width=\"100%\" cellspacing=\"2\" cellpadding=\"5\">\n<tbody>\n<tr>\n<th><span class=\"parameter\">cHideCursor<\/span><\/th>\n<th>Description<\/th>\n<\/tr>\n<tr>\n<td>S<\/td>\n<td>Show cursor.<\/td>\n<\/tr>\n<tr>\n<td>H<\/td>\n<td>Hide cursor.<\/td>\n<\/tr>\n<tr>\n<td>M<\/td>\n<td>Check for a mouse click.<\/td>\n<\/tr>\n<tr>\n<td>E<\/td>\n<td>Expand the keyboard macro if a keyboard macro is assigned to a key or key combination. To return successive values for each keystroke in a macro, execute\u00a0<b>INKEY(\u00a0)<\/b>\u00a0repeatedly with E included.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div class=\"alert\">\n<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<th align=\"left\"><img decoding=\"async\" class=\"note\" src=\"https:\/\/www.vfphelp.com\/help\/local\/note.gif\" alt=\"Note\" \/>Note<\/th>\n<\/tr>\n<tr>\n<td>If both S and H are included in\u00a0<span class=\"parameter\">cHideCursor<\/span>, the latter character specified takes precedence. You can combine values for cHideCursor, for example, to check for a mouse click and show the cursor, include M and S. To check for a mouse click and hide the cursor, include H and M.\u00a0<b>INKEY(\u00a0)<\/b>\u00a0disregards characters other than S, H, M, and E in\u00a0<span class=\"parameter\">cHideCursor<\/span>.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/dd>\n<\/dl>\n<h1 id=\"Return-Value\" class=\"heading\"><span tabindex=\"0\"><img decoding=\"async\" id=\"returnValueToggle\" class=\"toggle\" src=\"https:\/\/www.vfphelp.com\/help\/local\/collapse_all.gif\" alt=\"Collapse image\" name=\"toggleSwitch\" \/>Return Value<\/span><\/h1>\n<div id=\"returnValueSection\" class=\"section\">\n<p>Numeric.\u00a0<b>INKEY(\u00a0)<\/b>\u00a0returns 0 if a key has not been pressed. If several keys are present in the type-ahead buffer,\u00a0<b>INKEY(\u00a0)<\/b>\u00a0returns the value of the first key entered in the buffer.\u00a0<b>INKEY(\u00a0)<\/b>\u00a0also returns the following values according to certain conditions:<\/p>\n<ul>\n<li>If M is included for\u00a0<span class=\"parameter\">cHideCursor<\/span>,\u00a0<b>INKEY(\u00a0)<\/b>\u00a0returns the value 151.<\/li>\n<li>If E is included,\u00a0<b>INKEY(\u00a0)<\/b>\u00a0returns a value corresponding to the first keystroke assigned to the keyboard macro. If you omit E,\u00a0<b>INKEY(\u00a0)<\/b>\u00a0returns the value for the key or key combination that triggers the keyboard macro.<\/li>\n<li>For single keys and key combinations using the SHIFT, CTRL, and ALT keys, the following table lists the return values for\u00a0<b>INKEY(\u00a0)<\/b>. A dash (\u2013) indicates that the key combination returns no value.\n<div class=\"labelheading\"><\/div>\n<div class=\"tableSection\">\n<table width=\"100%\" cellspacing=\"2\" cellpadding=\"5\">\n<tbody>\n<tr>\n<th>Key<\/th>\n<th>Alone<\/th>\n<th>SHIFT<\/th>\n<th>CTRL<\/th>\n<th>ALT<\/th>\n<\/tr>\n<tr>\n<td>F1<\/td>\n<td>28<\/td>\n<td>84<\/td>\n<td>94<\/td>\n<td>104<\/td>\n<\/tr>\n<tr>\n<td>F2<\/td>\n<td>\u20131<\/td>\n<td>85<\/td>\n<td>95<\/td>\n<td>105<\/td>\n<\/tr>\n<tr>\n<td>F3<\/td>\n<td>\u20132<\/td>\n<td>86<\/td>\n<td>96<\/td>\n<td>106<\/td>\n<\/tr>\n<tr>\n<td>F4<\/td>\n<td>\u20133<\/td>\n<td>87<\/td>\n<td>97<\/td>\n<td>107<\/td>\n<\/tr>\n<tr>\n<td>F5<\/td>\n<td>\u20134<\/td>\n<td>88<\/td>\n<td>98<\/td>\n<td>108<\/td>\n<\/tr>\n<tr>\n<td>F6<\/td>\n<td>\u20135<\/td>\n<td>89<\/td>\n<td>99<\/td>\n<td>109<\/td>\n<\/tr>\n<tr>\n<td>F7<\/td>\n<td>\u20136<\/td>\n<td>90<\/td>\n<td>100<\/td>\n<td>110<\/td>\n<\/tr>\n<tr>\n<td>F8<\/td>\n<td>\u20137<\/td>\n<td>91<\/td>\n<td>101<\/td>\n<td>111<\/td>\n<\/tr>\n<tr>\n<td>F9<\/td>\n<td>\u20138<\/td>\n<td>92<\/td>\n<td>102<\/td>\n<td>112<\/td>\n<\/tr>\n<tr>\n<td>F10<\/td>\n<td>\u20139<\/td>\n<td>93<\/td>\n<td>103<\/td>\n<td>113<\/td>\n<\/tr>\n<tr>\n<td>F11<\/td>\n<td>133<\/td>\n<td>135<\/td>\n<td>137<\/td>\n<td>139<\/td>\n<\/tr>\n<tr>\n<td>F12<\/td>\n<td>134<\/td>\n<td>136<\/td>\n<td>138<\/td>\n<td>140<\/td>\n<\/tr>\n<tr>\n<td>1<\/td>\n<td>49<\/td>\n<td>33<\/td>\n<td>\u2013<\/td>\n<td>120<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>50<\/td>\n<td>64<\/td>\n<td>\u2013<\/td>\n<td>121<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>51<\/td>\n<td>35<\/td>\n<td>\u2013<\/td>\n<td>122<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>52<\/td>\n<td>36<\/td>\n<td>\u2013<\/td>\n<td>123<\/td>\n<\/tr>\n<tr>\n<td>5<\/td>\n<td>53<\/td>\n<td>37<\/td>\n<td>\u2013<\/td>\n<td>124<\/td>\n<\/tr>\n<tr>\n<td>6<\/td>\n<td>54<\/td>\n<td>94<\/td>\n<td>\u2013<\/td>\n<td>125<\/td>\n<\/tr>\n<tr>\n<td>7<\/td>\n<td>55<\/td>\n<td>38<\/td>\n<td>\u2013<\/td>\n<td>126<\/td>\n<\/tr>\n<tr>\n<td>8<\/td>\n<td>56<\/td>\n<td>42<\/td>\n<td>\u2013<\/td>\n<td>127<\/td>\n<\/tr>\n<tr>\n<td>9<\/td>\n<td>57<\/td>\n<td>40<\/td>\n<td>\u2013<\/td>\n<td>128<\/td>\n<\/tr>\n<tr>\n<td>0<\/td>\n<td>48<\/td>\n<td>41<\/td>\n<td>\u2013<\/td>\n<td>19<\/td>\n<\/tr>\n<tr>\n<td>a<\/td>\n<td>97<\/td>\n<td>65<\/td>\n<td>1<\/td>\n<td>30<\/td>\n<\/tr>\n<tr>\n<td>b<\/td>\n<td>98<\/td>\n<td>66<\/td>\n<td>2<\/td>\n<td>48<\/td>\n<\/tr>\n<tr>\n<td>c<\/td>\n<td>99<\/td>\n<td>67<\/td>\n<td>3<\/td>\n<td>46<\/td>\n<\/tr>\n<tr>\n<td>d<\/td>\n<td>100<\/td>\n<td>68<\/td>\n<td>4<\/td>\n<td>32<\/td>\n<\/tr>\n<tr>\n<td>e<\/td>\n<td>101<\/td>\n<td>69<\/td>\n<td>5<\/td>\n<td>18<\/td>\n<\/tr>\n<tr>\n<td>f<\/td>\n<td>102<\/td>\n<td>70<\/td>\n<td>6<\/td>\n<td>33<\/td>\n<\/tr>\n<tr>\n<td>g<\/td>\n<td>103<\/td>\n<td>71<\/td>\n<td>7<\/td>\n<td>34<\/td>\n<\/tr>\n<tr>\n<td>h<\/td>\n<td>104<\/td>\n<td>72<\/td>\n<td>127<\/td>\n<td>35<\/td>\n<\/tr>\n<tr>\n<td>I<\/td>\n<td>105<\/td>\n<td>73<\/td>\n<td>9<\/td>\n<td>23<\/td>\n<\/tr>\n<tr>\n<td>j<\/td>\n<td>106<\/td>\n<td>74<\/td>\n<td>10<\/td>\n<td>36<\/td>\n<\/tr>\n<tr>\n<td>k<\/td>\n<td>107<\/td>\n<td>75<\/td>\n<td>11<\/td>\n<td>37<\/td>\n<\/tr>\n<tr>\n<td>l<\/td>\n<td>108<\/td>\n<td>76<\/td>\n<td>12<\/td>\n<td>38<\/td>\n<\/tr>\n<tr>\n<td>m<\/td>\n<td>109<\/td>\n<td>77<\/td>\n<td>13<\/td>\n<td>50<\/td>\n<\/tr>\n<tr>\n<td>n<\/td>\n<td>110<\/td>\n<td>78<\/td>\n<td>14<\/td>\n<td>49<\/td>\n<\/tr>\n<tr>\n<td>o<\/td>\n<td>111<\/td>\n<td>79<\/td>\n<td>15<\/td>\n<td>24<\/td>\n<\/tr>\n<tr>\n<td>p<\/td>\n<td>112<\/td>\n<td>80<\/td>\n<td>16<\/td>\n<td>25<\/td>\n<\/tr>\n<tr>\n<td>q<\/td>\n<td>113<\/td>\n<td>81<\/td>\n<td>17<\/td>\n<td>16<\/td>\n<\/tr>\n<tr>\n<td>r<\/td>\n<td>114<\/td>\n<td>82<\/td>\n<td>18<\/td>\n<td>19<\/td>\n<\/tr>\n<tr>\n<td>s<\/td>\n<td>115<\/td>\n<td>83<\/td>\n<td>19<\/td>\n<td>31<\/td>\n<\/tr>\n<tr>\n<td>t<\/td>\n<td>116<\/td>\n<td>84<\/td>\n<td>20<\/td>\n<td>20<\/td>\n<\/tr>\n<tr>\n<td>u<\/td>\n<td>117<\/td>\n<td>85<\/td>\n<td>21<\/td>\n<td>22<\/td>\n<\/tr>\n<tr>\n<td>v<\/td>\n<td>118<\/td>\n<td>86<\/td>\n<td>22<\/td>\n<td>47<\/td>\n<\/tr>\n<tr>\n<td>w<\/td>\n<td>119<\/td>\n<td>87<\/td>\n<td>23<\/td>\n<td>17<\/td>\n<\/tr>\n<tr>\n<td>x<\/td>\n<td>120<\/td>\n<td>88<\/td>\n<td>24<\/td>\n<td>45<\/td>\n<\/tr>\n<tr>\n<td>y<\/td>\n<td>121<\/td>\n<td>89<\/td>\n<td>25<\/td>\n<td>21<\/td>\n<\/tr>\n<tr>\n<td>z<\/td>\n<td>122<\/td>\n<td>90<\/td>\n<td>26<\/td>\n<td>44<\/td>\n<\/tr>\n<tr>\n<td>INS<\/td>\n<td>22<\/td>\n<td>22<\/td>\n<td>146<\/td>\n<td>162<\/td>\n<\/tr>\n<tr>\n<td>HOME<\/td>\n<td>1<\/td>\n<td>55<\/td>\n<td>29<\/td>\n<td>151<\/td>\n<\/tr>\n<tr>\n<td>DEL<\/td>\n<td>7<\/td>\n<td>7<\/td>\n<td>147<\/td>\n<td>163<\/td>\n<\/tr>\n<tr>\n<td>END<\/td>\n<td>6<\/td>\n<td>49<\/td>\n<td>23<\/td>\n<td>159<\/td>\n<\/tr>\n<tr>\n<td>PAGE UP<\/td>\n<td>18<\/td>\n<td>57<\/td>\n<td>31<\/td>\n<td>153<\/td>\n<\/tr>\n<tr>\n<td>PAGE DOWN<\/td>\n<td>3<\/td>\n<td>51<\/td>\n<td>30<\/td>\n<td>161<\/td>\n<\/tr>\n<tr>\n<td>UP ARROW<\/td>\n<td>5<\/td>\n<td>56<\/td>\n<td>141<\/td>\n<td>152<\/td>\n<\/tr>\n<tr>\n<td>DOWN ARROW<\/td>\n<td>24<\/td>\n<td>50<\/td>\n<td>145<\/td>\n<td>160<\/td>\n<\/tr>\n<tr>\n<td>RIGHT ARROW<\/td>\n<td>4<\/td>\n<td>54<\/td>\n<td>2<\/td>\n<td>157<\/td>\n<\/tr>\n<tr>\n<td>LEFT ARROW<\/td>\n<td>19<\/td>\n<td>52<\/td>\n<td>26<\/td>\n<td>155<\/td>\n<\/tr>\n<tr>\n<td>ESC<\/td>\n<td>27<\/td>\n<td>\u2013\/27<\/td>\n<td>\u2013*\/27<\/td>\n<td>\u2013*\/1<\/td>\n<\/tr>\n<tr>\n<td>ENTER<\/td>\n<td>13<\/td>\n<td>13<\/td>\n<td>10<\/td>\n<td>\u2013\/166<\/td>\n<\/tr>\n<tr>\n<td>BACKSPACE<\/td>\n<td>127<\/td>\n<td>127<\/td>\n<td>127<\/td>\n<td>14<\/td>\n<\/tr>\n<tr>\n<td>TAB<\/td>\n<td>9<\/td>\n<td>15<\/td>\n<td>148\/*<\/td>\n<td>*<\/td>\n<\/tr>\n<tr>\n<td>SPACEBAR<\/td>\n<td>32<\/td>\n<td>32<\/td>\n<td>32\/\u2013<\/td>\n<td>57<\/td>\n<\/tr>\n<tr>\n<td>` or ~<\/td>\n<td>96<\/td>\n<td>126<\/td>\n<td><\/td>\n<td>41<\/td>\n<\/tr>\n<tr>\n<td>&#8211; or _<\/td>\n<td>45<\/td>\n<td>95<\/td>\n<td><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td>= or +<\/td>\n<td>61<\/td>\n<td>43<\/td>\n<td><\/td>\n<td>13<\/td>\n<\/tr>\n<tr>\n<td>[ or {<\/td>\n<td>91<\/td>\n<td>123<\/td>\n<td>27<\/td>\n<td>26<\/td>\n<\/tr>\n<tr>\n<td>] or }<\/td>\n<td>93<\/td>\n<td>125<\/td>\n<td>29<\/td>\n<td>27<\/td>\n<\/tr>\n<tr>\n<td>\\ or |<\/td>\n<td>92<\/td>\n<td>124<\/td>\n<td>28<\/td>\n<td>43<\/td>\n<\/tr>\n<tr>\n<td>; or :<\/td>\n<td>59<\/td>\n<td>58<\/td>\n<td><\/td>\n<td>39<\/td>\n<\/tr>\n<tr>\n<td>&#8216; or &#8220;<\/td>\n<td>39<\/td>\n<td>34<\/td>\n<td><\/td>\n<td>40<\/td>\n<\/tr>\n<tr>\n<td>, or &lt;<\/td>\n<td>44<\/td>\n<td>60<\/td>\n<td><\/td>\n<td>51<\/td>\n<\/tr>\n<tr>\n<td>. or &gt;<\/td>\n<td>46<\/td>\n<td>62<\/td>\n<td><\/td>\n<td>52<\/td>\n<\/tr>\n<tr>\n<td>\/ or ?<\/td>\n<td>47<\/td>\n<td>63<\/td>\n<td><\/td>\n<td>53<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>* Keystroke reserved by Windows.<\/li>\n<\/ul>\n<\/div>\n<h1 id=\"See-Also\" class=\"heading\"><span tabindex=\"0\"><img decoding=\"async\" id=\"seeAlsoToggle\" class=\"toggle\" src=\"https:\/\/www.vfphelp.com\/help\/local\/collapse_all.gif\" alt=\"Collapse image\" name=\"toggleSwitch\" \/>See Also<\/span><\/h1>\n<div id=\"seeAlsoSection\" class=\"section\">\n<h4 id=\"Reference\" class=\"subHeading\">Reference<\/h4>\n<p><span class=\"linkTerms\"><a href=\"https:\/\/www.vfphelp.com\/help\/_5WN12PRC9.htm\">_DBLCLICK System Variable<\/a><\/span><br \/>\n<span class=\"linkTerms\"><a href=\"https:\/\/www.vfphelp.com\/help\/html\/266ac2f6-a8e6-40de-bf76-dc7843c33795.htm\">KEYBOARD Command<\/a><\/span><br \/>\n<span class=\"linkTerms\"><a href=\"https:\/\/www.vfphelp.com\/help\/html\/8afda750-86c0-4d0b-9303-fc8dbbc44af0.htm\">KeyPress Event<\/a><\/span><br \/>\n<span class=\"linkTerms\"><a href=\"https:\/\/www.vfphelp.com\/help\/html\/c8be2a52-2059-419f-a25f-9f29c2d4cd1f.htm\">LASTKEY( ) Function<\/a><\/span><br \/>\n<span class=\"linkTerms\"><a href=\"https:\/\/www.vfphelp.com\/help\/html\/3b90dacf-2ab1-4457-b73a-70fbad80948c.htm\">ON KEY LABEL Command<\/a><\/span><br \/>\n<span class=\"linkTerms\"><a href=\"https:\/\/www.vfphelp.com\/help\/html\/b9abbbc3-c6e4-4cfc-80ba-2b9070aaa996.htm\">SET TYPEAHEAD Command<\/a><\/span><\/p>\n<h4 id=\"Other-Resources\" class=\"subHeading\">Other Resources<\/h4>\n<p><span class=\"linkTerms\"><a href=\"https:\/\/www.vfphelp.com\/help\/html\/da6b864f-f7c6-43a3-8218-20d56c7a4764.htm\">Functions<\/a><\/span><\/p>\n<\/div>\n<\/div>\n<div id=\"footer\">\n<div class=\"footerLine\"><img decoding=\"async\" src=\"https:\/\/www.vfphelp.com\/help\/local\/footer.gif\" alt=\"Footer image\" width=\"100%\" height=\"3px\" \/><\/div>\n<div><img decoding=\"async\" src=\"https:\/\/www.vfphelp.com\/help\/local\/vfpXnote.gif\" \/>Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08<br \/>\n<a href=\"https:\/\/github.com\/VFPX\/HelpFile\/issues\" target=\"_blank\" rel=\"noopener\">Send feedback<\/a>\u00a0on this topic to the\u00a0<a href=\"https:\/\/github.com\/VFPX\/HelpFile\/\" target=\"_blank\" rel=\"noopener\">VFPX Help file project team<\/a>.<br \/>\n2009-2017 Placed under\u00a0<a href=\"http:\/\/creativecommons.org\/licenses\/by\/3.0\/\" target=\"_blank\" rel=\"noopener\">Creative Commons licensing<\/a>\u00a0by Microsoft Corporation.<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0INKEY( ) Function \u00a0about 3 minutes to read Visual FoxPro 9.0 SP2 INKEY( ) Function See Also \u00a0\u00a0 &nbsp; Returns a number corresponding to the first mouse click or key press in the type-ahead buffer. INKEY([nSeconds] [, cHideCursor])<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[13],"tags":[],"class_list":["post-26563","post","type-post","status-publish","format-standard","hentry","category-13"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/s6cOVM-26563","_links":{"self":[{"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/posts\/26563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=26563"}],"version-history":[{"count":2,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/posts\/26563\/revisions"}],"predecessor-version":[{"id":26565,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/posts\/26563\/revisions\/26565"}],"wp:attachment":[{"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=26563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=26563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=26563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}