search for: uuugh

Displaying 2 results from an estimated 2 matches for "uuugh".

Did you mean: uugh
2008 Sep 24
1
string to numeric question
...ard but i give up. if i have a string say, temp<-"01", I want to increase it by 1 so that it becomes "02". but the following code obviously won't work when the input string is say "10" because then it gives "011" when I just want "11". uuugh. does someone know an easy way ( i guess hard is fine too. beggars can't be choosy ) around that ? the code below probably explains more clearly what i mean. thanks. temp1 <- "01" paste("0",as.numeric(temp1)+1,sep="") temp10 <- "10" paste(&quo...
2007 Oct 13
2
AGI with System() ?
Uuugh..for the life of me, i cannot delete sound files using "EXEC System(rm /var/lib/asterisk/sounds/blah.gsm)" through AGI the AGI debug log indicates the command executes successful ( equals 0) but my files are clearly still there. If i try System(rm ...) in my extensions.conf diaplan it&...