search for: grpnum

Displaying 4 results from an estimated 4 matches for "grpnum".

2011 Jun 01
1
Replacing variables in one dataset with those from another
...s seems like an easy task but I can't figure it out... I want to replace variables in one dataset (Dataset1) with a variable from another dataset (Dataset2). All the values for variables x1 and x2 in Dataset1 have a unique match to the variable uniquenum in Dataset2. For example, in Dataset1 grpnum A has a value of 343 for variable x1. In Dataset2, 343 will only be found once for variable uniquenum. I would like to create a new dataset where the variable x1 from Dataset1 will be replaced by uniqueid from Dataset2. So variable x1 for grpnum A now would equal GHU82RK02HD7D6 rather than 343....
2004 Jun 22
2
function not in load table
...unction is called by using the statement result <- .C("wy_grps_R", as.double(X), as.integer(n1), as.integer(n2), as.integer(p), as.integer(unlist(grpidx)), as.integer(grplen), as.integer(grpnum), as.character(WYFUN), as.double(alpha2), as.character(MINMAXFUN), WYdist=double(nres), as.integer(nres), test.value=double(grpnum), p.value=double(grpnum)) My .First.lib.R is as follows: .First.lib...
2010 Jul 10
2
PHP can't insert - Can someone please help
...ake it a single 10 digit number but there is something wrong in my syntax probably. $npaa = "('$_POST[anpa]')"; $nxxa = "('$_POST[anxx]')"; $blocka = "('$_POST[ablock]')"; *$grplist = $npaa.$nxxa.$blocka;* $sql="INSERT INTO findmefollow(grpnum, strategy, grptime, grppre, grplist, annmsg_id, postdest, dring, needsconf, remotealert_id, toolate_id, ringing, pre_ring) VALUES ('$_POST[grpnum]','ringall','$_POST[grptime]','$_POST[grppre]',$grplist,'0','$_POST[postdest]','','','...
2010 Jul 12
1
My own FreePBX FollowME module - Stuck at Reload - Anyone else had experience with this?
Hi Everyone, I have done some php coding to come up with my own FollowME module for FreePBX. The need for this has some security considerations behind it. This is what my code does at core: $sql="REPLACE INTO findmefollow(grpnum, strategy, grptime, grppre, grplist, annmsg_id,postdest, dring, needsconf, remotealert_id, toolate_id, ringing, pre_ring) VALUES ('$_POST[grpnum]','ringall','$_POST[grptime]','$_POST[grppre]','$grplist','0','$postdest','','',...