Author |
Message |
Topic: Forum access is slowwwww..... |
JohnCampbell
Replies: 4
Views: 995
|
Forum: General Posted: Tue Sep 02, 2025 6:41 am Subject: |
You should check "In total there are xxxx users online" in the bottom left of the forum home page.
Someone is flooding the site with thousands of promps. Not sure who ? |
Topic: Limited record length |
JohnCampbell
Replies: 5
Views: 9705
|
Forum: Support Posted: Fri Jul 25, 2025 1:16 pm Subject: |
There are lots of record length limitations, which are difficult to find documented.
If I save an excel sheet of many columns as a .prn file, the records are dumped as approximately 256 character r ... |
Topic: %PL with x_date |
JohnCampbell
Replies: 9
Views: 36702
|
Forum: ClearWin+ Posted: Mon Jul 14, 2025 3:27 am Subject: |
I first became aware of the accuracy of calendars when modelling tides. The accuracy of tidal prediction based on lunar and planetary movement is incredible.
The history of the calendar is also amazi ... |
Topic: %PL with x_date |
JohnCampbell
Replies: 9
Views: 36702
|
Forum: ClearWin+ Posted: Sun Jul 13, 2025 9:17 am Subject: |
Thanks Paul and Ken for your info.
This has given me a way forward.
The history of Julian years is interesting.
I am not certain, but i think it was defined in about 45 BC.
The year after 1 BC ... |
Topic: %PL with x_date |
JohnCampbell
Replies: 9
Views: 36702
|
Forum: ClearWin+ Posted: Sat Jul 12, 2025 4:29 am Subject: %PL with x_date |
I am wanting to generate plots based on historical data over a period of years.
Can %PL provide an X axis as date format ?
This also requires the conversion of date to a reference date.
Please ... |
Topic: Resident |
JohnCampbell
Replies: 2
Views: 94093
|
Forum: 64-bit Posted: Fri Jul 11, 2025 4:28 am Subject: |
Sid,
I am not aware of modules or .mod files being required on another processor once the .exe file has been generated.
The .mod files are required for compilation of other .for files that refe ... |
Topic: Allocate on assignment |
JohnCampbell
Replies: 1
Views: 12428
|
Forum: General Posted: Wed May 07, 2025 7:26 am Subject: |
Paul,
Thanks for this addition, as it is an area of uncertainty for me when using allocatable arrays in F03+ code.
My apologies but I am not sure if this is the option I am wanting, as I am prob ... |
Topic: Real Extended Precision |
JohnCampbell
Replies: 5
Views: 14993
|
Forum: Support Posted: Thu Mar 27, 2025 10:20 am Subject: |
It was the case that non /64 supported real*10.
Has that now changed for version ftn95 9.10.0.0 under Windows 11 Pro 24H2 ? |
Topic: DBOS/486 Version 2.73 Run Diskettes von Salford Software Ltd |
JohnCampbell
Replies: 5
Views: 15679
|
Forum: Support Posted: Thu Mar 27, 2025 9:45 am Subject: |
The main difference between F77 and F95 is the increase in supported standard functions. You could have a few name clashes, but any global edit can fix this easily.
Also a lot of those non-standard ... |
Topic: Access violation with 64 bit compiler |
JohnCampbell
Replies: 3
Views: 24328
|
Forum: 64-bit Posted: Sat Mar 01, 2025 8:42 am Subject: |
The following edit removes the problem
program p
use test_mod
implicit none
logical :: is_unit
integer :: lu
lu = nextfreeunit()
is_unit = isfree(10)
pr ... |
Topic: %lv width |
JohnCampbell
Replies: 5
Views: 18101
|
Forum: ClearWin+ Posted: Wed Feb 12, 2025 1:51 pm Subject: |
I have now expanded:
integer function get_lv_header_pixel_width ( lv_data, nrows )
to also read all the data rows and use get_text_size@ to determine the max pixel width required of the header row ... |
Topic: using contained function as ^callback |
JohnCampbell
Replies: 1
Views: 14078
|
Forum: ClearWin+ Posted: Wed Feb 12, 2025 1:25 am Subject: using contained function as ^callback |
I was testing using a contained function as a ^ call-back.
It could have the advantage of all variables in the winio@ call are in scope, and the local callback is not in scope for other winio@ blocks ... |
Topic: %lv width |
JohnCampbell
Replies: 5
Views: 18101
|
Forum: ClearWin+ Posted: Sun Feb 09, 2025 11:34 am Subject: |
Hi Paul,
Thanks for the offer to review %lv. I will look to develop a sample program that may demonstrate the problem.
I have also developed a utility routine to estimate the actual pixel width ... |
Topic: %lv width |
JohnCampbell
Replies: 5
Views: 18101
|
Forum: ClearWin+ Posted: Sun Feb 09, 2025 4:57 am Subject: |
Paul,
I am unsure as to what are "Microsoft control features" (MCF) and what are Clearwin+ Options (C+O). I am wondering if MCF covers this already.
If the header format includes a co ... |
Topic: Learning Clearwin |
JohnCampbell
Replies: 11
Views: 39678
|
Forum: ClearWin+ Posted: Sat Feb 08, 2025 5:36 am Subject: Re: |
Lester,
Yes, there is a limit of about 70 lines of code that can be posted here.
Dropbox file sharing is one alternative, which seems to work well.
Could the forum have a scrollable code b ... |
|