Hi All,
I wrote a system in Qb4.5 some 10 years ago and have been trying to get the most out of it b4 I have to re-write. The problem I am getting is a runtime error 14 (Out string space) on the following command:
Claim$ = MID(Claim$,1,392) + MID$(Claim$,412)
I have many of these untyped on-the-fly variables in sub-modules I have added to the main program. I guess I have reached some kind of limit. Any suggestion? If a pre-define a variable like: "claim as string * 512", would this solve my problem??
Thanks All
synchsys
I wrote a system in Qb4.5 some 10 years ago and have been trying to get the most out of it b4 I have to re-write. The problem I am getting is a runtime error 14 (Out string space) on the following command:
Claim$ = MID(Claim$,1,392) + MID$(Claim$,412)
I have many of these untyped on-the-fly variables in sub-modules I have added to the main program. I guess I have reached some kind of limit. Any suggestion? If a pre-define a variable like: "claim as string * 512", would this solve my problem??
Thanks All
synchsys