search for: generateth

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

Did you mean: generatech
2012 Feb 06
1
Getting the list of lines evaluated in a function call
Hello useRs I am looking for a function that can give the list of lines that were evaluated or used to generatethe last output from any function, whether an error message was generated or not. For example, let's say I have a function like this: foo <- function( x ){ if( x>10 ){ ans <- x+100 }...
2007 Mar 21
0
[906] branches/wxruby2/wxwidgets_282: Wx::ComboBox API 2.6 -> 2.8, plus some doc corrections
...as the combobox choices can be selected, it is impossible toselect (even from a program) a string which is not in the choices list.| </span><span class="cx"> |@CB_SORT@|Sorts the entries in the list alphabetically.| </span><ins>+|@TE_PROCESS_ENTER@|The control will generatethe event EVT_COMMAND_TEXT_ENTER (otherwise pressing Enter keyis either processed internally by the control or used for navigation betweendialog controls). Windows only.| </ins><span class="cx"> </span><del>- </del><span class="cx"> See also &qu...