Displaying 7 results from an estimated 7 matches for "redim".
Did you mean:
redis
2003 Sep 30
0
VB Code to convert BMP to LSS for splash screens
...n sourcefile For Binary As #1
If fileSystem.FileExists(outputfile) Then fileSystem.DeleteFile (outputfile), True
Open outputfile For Binary As #2
Else
DebugStr = "Failure"
Exit Sub
End If
Get #1, , myBmpHeader
Get #1, , myBmpPallete
ReDim myBmpData(myBmpHeader.iWidth + 2, myBmpHeader.iHeight) As Byte
Get #1, , myBmpData
Close #1
With myBmpHeader
DebugStr = .iWidth & "x" & .iHeight & ", " & .iBitCount & "bit "
myLssHeader.magic = &H1413F33D...
2008 Jun 05
1
R-code embedded in VBE -- Type mismatch errors
...he two environments!
Thanks in advance for any suggestions you might have
Peter
------------------- VB Code ---------------------------------
Dim Link_Ratio() As Double
[...]
No_of_Years =
Application.WorksheetFunction.Count(Worksheets("InputTriangle").Range("C15:IV15"))
ReDim Triangle(No_of_Years, No_of_Years)
ReDim Link_Ratio(No_of_Years)
[...]
' Calling some R functions
Call rinterface.RunRFile(Functions_String)
' Input
For ID_Col = 1 To No_of_Years
Link_Ratio(ID_Col) = Worksheets("Projection").Cells(Start_Row,
Start_Col + ID_Col - 1).Value...
2010 Oct 30
1
R & VBA
...Length As Double
Dim DblMedian As Double
Dim DblArray() As Double
Dim RngData As Range
Dim RngData2 As Range
Set RngData = Range("A1:A10")
Set RngData2 = Range("B1")
Elements = 100
ReDim DblArray(0 To Elements - 1)
For i = 0 To Elements - 1
DblArray(i) = Rnd()
Next i
Start = Timer
Call RInterface.StartRServer
Call RInterface.PutArray("test", RngData)
Call RInterface.RRun("z<-median(test)")
Call RInterface.GetArray("z", RngData2...
2008 Feb 11
2
Wine on EeePC ?
Before I brick my new toy, has anyone installed the wine .deb on an EeePC
with good results ?
Cheers,
Ron.
--
Sola dosis facit venenum
-- Paracelsus
-- http://www.olgiati-in-paraguay.org --
2019 Nov 01
0
Wine release 4.19
...(IID_IDispatchEx) warning.
vbscript/tests: Introduce get_dispid helper.
vbscript: Support DISP_E_EXCEPTION Invoke[Ex] return value.
vbscript: Add support for parameterized set statements.
vbscript: Allow 'with' as an identifier.
vbscript: Add parser support for redim statement.
vbscript: Add interpreter support for redim statement.
vbscript/tests: Add redim statement tests.
vbscript: Support using function return value in expressions.
Jeff Smith (1):
kernel32: Quote first command line arg in process paramenters.
Louis Lenders (10):...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2020 Oct 09
0
Wine release 5.19
...SPATCH.
oleaut32: Omit [lcid] parameter when rewriting FUNCDESC to FUNC_DISPATCH.
oleaut32: Make GetNames omit same parameters as GetFuncDesc.
oleaut32/tests: Add tests for rewriting FUNCDESC to FUNC_DISPATCH.
include: Fix undefined char16_t in C11.
vbscript: Implement redim preserve.
Liam Middlebrook (2):
winevulkan: Add --xml argument to make_vulkan.
winevulkan: Update to VK spec version 1.2.155.
Louis Lenders (2):
ntdll: Bump Win 10 version to 17763.
kernelbase: Return S_OK in WerSetFlags.
Martin Storsjo (6):
winebuild: Add unwind in...