diff --git a/TSLInterp.dll b/TSLInterp.dll index 6cd0557..c9d685a 100644 Binary files a/TSLInterp.dll and b/TSLInterp.dll differ diff --git a/designer/utslcodeeditor.tsf b/designer/utslcodeeditor.tsf index 2c0337b..eb3fc45 100644 --- a/designer/utslcodeeditor.tsf +++ b/designer/utslcodeeditor.tsf @@ -4242,7 +4242,7 @@ end #define Block_NeedSql 512 #define Block_UnitStruct 1024 } - if s then r := tsl_tokenizeex_2_(s,1+2+4+8+16+32+256+1024); + if s then r := tsl_tokenizeex_2_(s,1+2+4+8+16+32+256+1024+2048+4096); else r := array(); RootNode.RecyclingChildren(); FTempNodes := array(); diff --git a/tslkrnl.dll b/tslkrnl.dll index b747ed7..5f76f23 100644 Binary files a/tslkrnl.dll and b/tslkrnl.dll differ