2005-11-16 04:02 AM
2005-11-16 08:36 AM
I am trying to use the Global ID to input the starting number of a counter I have in a carpark object. So that I don't have to open up the object settings everytime I want to change the start number.So I have done in mine.
FLAG=request("ID_of_main","",NRT) FLAG=split(NRT,"%n",NR) if strlen(NRT)>strlen(str("%.0",NR)) then FLAG=0FLAG is a boolean, returning, if the GLOB_ID is an integer>0 or not. NR contains the number.
2005-11-21 02:44 AM
2005-11-21 02:51 AM