Top "Range" questions

A range is an extent of values between its lower and upper bound.

Returning a range table. How?

I would like to write a function module that returns a range table. Is that possible and if so, how?

range sap abap
Named Ranges in Excel OpenXML

I am trying to create named ranges in Excel with OpenXML. I am able to add a DefinedName in the …

excel openxml named range
Resize Named Range VBA

VBA Excel 2016 I'm trying to dynamically resize a range if the number of columns is less for that range after …

vba range named
Excel CountifS. Criteria multi-column ranges. Non-ordered comparison test

It's my first question here, so please don't kill me if something is wrong. I have found numerous solutions on …

excel range countif
Merging Ranges In C++

I have a list of randomly ordered unique closed-end ranges R0...Rn-1 where Ri = [r1i, r2i] (r1i &…

c++ algorithm merge range
Using Range<Index> with NSRange in the NSAttributedString API

I'm attempting to determine the indexes of occurrences of a given string in a String, then generate an NSRange using …

ios swift range nsattributedstring nsrange
window.getSelection().getRangeAt() not working properly

I am trying to get the text selection within a an html element and then insert span tags around it. …

jquery range slice getselection
What is the difference between `Range#include?` and `Range#cover?`?

Edit Fixed following toro2k's comment. Range#include? and Range#cover? seem to be different as seen in the source …

ruby range
SymPy: Limit symbol/variable to interval

Using SymPy, is it possible to limit the possible values of a symbol/variable to a certain range? I now …

range intervals solver sympy
Can I hint the optimizer by giving the range of an integer?

I am using an int type to store a value. By the semantics of the program, the value always varies …

c++ optimization integer range compiler-optimization