Flithor

Results 23 comments of Flithor

Well, MySqlConnector.Net not support `DELIMITER` statement, `DELIMITER` it's only work with MySqlClient: https://github.com/mysql-net/MySqlConnector/issues/645 So, consider notify user do not use DELIMITER. Your sql can remove `DELIMITER` and code will be:...

If considered to make a .NET style string format operator here is the .NET string class and format function https://github.com/microsoft/referencesource/blob/master/mscorlib/system/string.cs#L2960 GitHubmicrosoft/referencesourceSource from the Microsoft .NET Reference Source that represent a...

@rubensworks The RFTools screen module uses a wireless way to read the fluid or RF data of a block, and I want to read the data from the module located...

Try add a "Target Block Proxy". Put 3 Integer variable card to determine a coordinate, The Block Reader can read it as the target block. (Perhaps a more eclectic way,...

Some of the more complex and compact institutions have few spare positions to place ID cables. I think the higher cost of the target proxy is a better choice. Moreover,...

Are you planning to use variable cards or constants to set offset??

@rubensworks Block Reader=> =>Target block Var Card=> =>Target block coordinate=> (Calculate the offset value with the known coordinates) =>Offset=> **=>Use Copy to copy offset as constant var card=>** =>Set Block...

↑Do you have any idea of these?

uhhh, nope I want a alone operator for output a formatted number as a format style. Input=>Number(Integer, Double), String output=>Formatted number string like NumberFormatting(3, "0.00")=>"3.00" NumberFormatting(12495, "E")=>"1.2495E+4" etc... Java has...

![image](https://user-images.githubusercontent.com/23412916/149851524-b2a4194c-ff46-4128-a104-8325dae86230.png) I would like these settings can be set independently in each compare sission and saved in the history. Which is now global settings. Global settings can be used as...