search for: prefix_3

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

Did you mean: prefix_
2005 Sep 19
2
dynamic object names?
I am trying to extract data from a matrix. Let's say that i am interested in extracting rows from a 4x4 matrix. Instead of giving a fix name to these 4 rows I would like to add a number to prefix. As result I should get 4 objects named: prefix_1 prefix_2 prefix_3 prefix_4 I attepted to solve the problem with a loop, but without success. Any hints?? > matrix(LETTERS[1:16], ncol=4) -> MM > MM [,1] [,2] [,3] [,4] [1,] "A" "E" "I" "M" [2,] "B" "F" "J" "N" [3,...
2003 Nov 18
4
Help with Warnings
..."fax")) { ????????????????????????????????????????if (ast_exists_extension(ast, ast->context, "fax", 1, ast->callerid)) { ????????????????????????????????????????????????if (option_verbose > 2) ????????????????????????????????????????????????????????ast_verbose(VERBOSE_ PREFIX_3 "Redirecting %s to fax extension\n", ast->name); ????????????????????????????????????????????????/* Save the DID/DNIS when we transfer the fax call to a "fax" extension */ ????????????????????????????????????????????????pbx_builtin_setvar_helper(as t,"FAXEXTEN",ast-...