You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SET FUNCTION <n> TO that contained ';' characters were translated to <Enter> in Harbour 3.0 (Clipper compatible behaviour)
#include"inkey.ch"MEMVAR GetList
PROCEDUREMainLOCAL a :=" ", b :=" "hb_gtReload( "TRM" )
SET FUNCTION 5TO"a;b;"hb_keyPut( K_F5 )
@1, 1GET a
@2, 1GET b
READ
In current Harbour 3.2 it just inserts those ';' semicolons. You can spot the difference in playground too.
SET FUNCTION
<n>
TO that contained ';' characters were translated to<Enter>
in Harbour 3.0 (Clipper compatible behaviour)In current Harbour 3.2 it just inserts those ';' semicolons. You can spot the difference in playground too.
https://os.allcom.pl/hb/3.2/#!eJw1jUELgjAAhe_7FY91MYjAwEsSJDolck6WdpVNR47EDs1D_z5FvL3vPT7ezo7tMHUG1I5v8zu2PSWc8WckkRmX268jpRQxS2rJwJUdCYBcxFEOhfMFFKAH6C0ua6-bl5Nm-KjOA60kp9gv_YNVSOsirm6iQIBKgKpQh5szv5eT83Bv0mAVrvAP8JHNnlr5tLFeWLIoIX9pJi9y
https://os.allcom.pl/hb/3.0/#!eJw1jU0LgkAYhO_7K4a3i0EEBl6SINFVIr_Y1q6yq5KS2KH10L9PM2_zzPAwm26o-rFuQN3wbD77qiWW8OTuCUSNibu3YbnIfB4UgiNR3cAYgDjzvRgKxxMIoB30Gn9zq8uHEU3_UrUFkiIhbOf-xiXCIvXlJUvhQGYg5WqX_s70n4_GwrUMnUU4w97BRjR5auHDynpmwb2AfQGX6C-G
I'll take a look at this one later if nobody knows the cause.
The text was updated successfully, but these errors were encountered: