|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Visual Basic 6 string function error
i have create a program that run smoothly on my computer. but when i run the program using other computer. it will give error and highlighted at str(variable) and left(variable)..can someone explain to me what possibilities that lead to this problem...thanks..
![]() |
|
#2
|
||||
|
||||
|
Quote:
|
|
#3
|
|||
|
|||
|
Quote:
yes, it contain exact value because i use the same data..actually i developed the program in AutoCAD VBA. |
|
#4
|
|||
|
|||
|
Post the exact error message and the code. Did you verify by step debug that the variable is actually getting set to the expected value?
|
|
#5
|
|||
|
|||
|
it will give error "cannot find project or library"
here is the code Code:
devcont.Text = 1 MsgBox "Default Minimum interval value is" + Str(varaible) + " Please enter larger value than default value ", vbOKOnly, "myprogram" mdef = 1 |
|
#6
|
|||
|
|||
|
Did you step debug verify that the variables are getting the expected values? Sounds like value in variable 'myprogram' may not be correct.
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Visual Basic 6 string function error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|