Hi all,

I have a bit of a strange issue. I'm receiving the following error:

=string($arrayPtr->{$i};$Format)
Syntax error
Active4D 5.0r22 [Windows, release] 

but only when running in a compiled database on Windows (Non compiled works 
fine). NB these window machines are running non english systems (Russian, 
French, Chinese etc) although I am not sure whether that is a factor or not.

Using latest version of A4D 5.0r22 and 4Dv11.8. (

Here is the code:

<table>
        <% for ($i;1;$rowCounter) %>
                <tr>
                <% for ($j;1;2) %>
                        <% $arrayPtr:=Get 
pointer("aDBlangscriptRecordCount"+String($j)) %>
                        
                                <td><%=string($arrayPtr->{$i})%></td>
                <% End for %>
                </tr>
        <% End for %>
        
</table>

aDBlangscriptRecordCount1 & aDBlangscriptRecordCount2 are Long Integer arrays 
declared, created and populated in a 4D Method just before this code is called.

Personally I think that Get Pointer is not functioning properly and therefore 
the string command fails.

Anyone seen this or have any thoughts?

Thanks, Michael.
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to