| | |
subtract arrays type mismatch please help
![]() |
•
•
Join Date: Sep 2006
Posts: 26
Reputation:
Solved Threads: 0
i have three arrays below
how can i subtract the result of the 1st array Tstk(m) to the second array qty(m)
i always get runtime error 13 type mismatch please help
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
l = 0 For k = LBound(Tstk) To UBound(Tstk) Tstk(k) = stk(l) l = l + 1 Next k
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
z = 0 For x = LBound(qty) To UBound(qty) qty(x) = Text5(z).Text z = z + 1 'Tstk(x) = stk(z) - Text5(z).Text 'Print qty(x) Next x
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
m = 0 For t = LBound(stk2) To UBound(stk2) stk2(t) = Tstk(m) - qty(m) m = m + 1 Print stk2(t) Next t
how can i subtract the result of the 1st array Tstk(m) to the second array qty(m)
i always get runtime error 13 type mismatch please help
![]() |
Similar Threads
- functions using strings and arrays (C++)
- type mismatch in redeclaration of 'square' ( function ) (C)
- Type mismatch (ASP)
- Type Mismatch Error (MS SQL)
- What relation does **indirection operator have with Multidimensional Arrays (C++)
- Type mismatch: cannot convert from int to ResultSet (JSP)
- Help with asp error (ASP)
- how to sort out type mismatch error while retreiving attribute from LDAP (Visual Basic 4 / 5 / 6)
- Java Multidimensional Arrays (Java)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: form shape drawing (arc)
- Next Thread: Draw text on JPEG
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





