Click here to Skip to main content
16,016,394 members

Comments by Member 10118655 (Top 10 by date)

Member 10118655 9-Feb-22 11:59am View    
Thanks. Looks like that's the only way.
Member 10118655 6-May-19 2:43am View    
I've tried that. Site doesn't restore properly on older joomla 3.4.0 due to error in backup (taken using akeeba). I had no alternative but to rebuild from scratch. Now everything is working fine except the iframe where user id is needed using the code given above. Strange thing is that the code works when logging into locally into localhost machine but not from LAN.
Member 10118655 9-Apr-19 12:50pm View    
I did'nt put the opposing direction slashes. It's the error message that is generated.
Member 10118655 2-Mar-17 12:07pm View    
Thanks. I'll try your solution methodology in my code and let you know the result.
Member 10118655 1-Mar-17 12:02pm View    
My data looks like this where array in 1st column is 'Depth' & 2nd column is 'GR'. The values of XGR2, YGR2 are computed ok. I've tried it out. Another module reads these from a disk file 'test.txt' into the arrays 'DEPT' & 'GR'.
--------------------------------------------------------
2423.9220 85.9
2424.0744 83.9
2424.2268 77.8
2424.3792 73.6
2424.5316 74.2
2424.6840 75.9
2424.8364 75.7
2424.9888 75.1
2425.1412 77.2
2425.2936 80.8
2425.4460 84.0
2425.5984 87.4
2425.7508 90.0
2425.9032 89.9
2426.0556 87.5
2426.2080 86.1
2426.3604 86.4
2426.5128 86.9
2426.6652 86.9
2426.8176 86.0
2426.9700 84.6
2427.1224 84.4
2427.2748 86.5
2427.4272 88.7
2427.5796 89.8
.....
.....