Question Le chuck gp · Feb 2, 2017 predefine the type of an specific piece of a global Well I want to set the type of a piece in a global as a String, because when I use float numbers , the system parse them to numbers instead of use like strings and thats a little bit tricky with the sortsHere is a code example:ACB>s ^a("1.0012")=""// that is going to be stored as a numberACB>s ^a("1.0011")="" // that is going to be stored as a numberACB>s ^a("1.0010")="" // that is going to be stored as stringACB>zw ^a^a(1.0011)=""^a(1.0012)=""^a("1.0010")="" #Caché 0 2 0 295
Question Le chuck gp · Jan 25, 2017 Is there any way to detect network disconections on a Tcpip socket (SO independent) I've already tryed- writing in the sockect- disconnect it after a predefined period of inactivityI would like to know if there is another way to do it #Caché 0 2 0 349