Giorgio Garabello wrote:
> If I try to load an extension in the usual way (LRESPR filename) and then
> load the other using the table QPC2 crash
> Code: Select all
> 100 WTV
> 105 LRESPR WIN1_DBAS_sys
> 110 LAUNCH
> 120 DEFine PROCedure LAUNCH
> 130    DIM TAB_EXT$(2,50)
> 140    TAB_EXT$(0) = "WIN1_CLAVIER_bin"
> 150    TAB_EXT$(1) = "WIN1_DBAS_sys"
> 170    TAB_EXT$(2) = "WIN1_FILEINFO2_bin"
> 180    :
> 190    FOR I = 0 TO 2
> 200       LRESPR TAB_EXT$(I)
> 210    END FOR I
> 220    :
> 230 END DEFine LAUNCH
>
> This happens with any extension.
> Any idea to solve the problem?

I can't reproduce your problem, sorry.

Marcel

_______________________________________________
QL-Users Mailing List

Reply via email to