Test to see how users see this code on the ROOL Forum
Richard Ashbery (495) 163 posts |
OSCLI line missing from original posting. bc..REM DataLoad DEF PROCDealWith_DataLoad(file$,filetype%,window,icon) ENDPROC p.The full OSCLI line should be visible not “OSCLI” on its own. |
Richard Ashbery (495) 163 posts |
Retry – forgot the quotes “bc.. "REM DataLoad DEF PROCDealWith_DataLoad(file$,filetype%,window,icon) ENDPROC “p. "The full OSCLI line should be visible not “OSCLI” on its own. |
Richard Ashbery (495) 163 posts |
Last try “bc..”REM DataLoad DEF PROCDealWith_DataLoad(file$,filetype%,window,icon) ENDPROC “p.”The full OSCLI line should be visible not “OSCLI” on its own. |
John Williams (567) 768 posts |
OK – I made a note of this advice – let’s see how it works for me:
This may return us to normal – or not as the case may be! |
John Williams (567) 768 posts |
What I did there was: The first bit, then a new line starting with the bc..[space] followed by the “code” lines, and then I started the “return to normal” line with the p.[space] and then my last line following straight on. No quotation marks were used at all with the instruction codes – I think they were there just to identify the bits you type in. |
John Williams (567) 768 posts |
But I do wish there was a more helpful/relevant guide than the reference given below – which is from a long time ago and not fine-tuned to our particular needs. The model is OK – what you type and what results from it, but it doesn’t mention at all this issue (no bc.. at all!), and a more relevant guide would be welcome! |
Steve Fryatt (216) 2105 posts |
It’s "bc.. " – that is with a trailing space but no quotes around it. The "p. " is the same wrt space and quotes. |
David Pitt (102) 743 posts |
OSCLI line missing from original posting.
The full OSCLI line should be visible not “OSCLI” on its own. |
John Williams (567) 768 posts |
That really doesn’t look good in Sargasso, tho’! But then, neither did mine! Not even tempting! Cue James Bursa: |
David Pitt (102) 743 posts |
Take 2
Take 3 REM DataLoad DEF PROCDealWith_DataLoad(file$,filetype%,window,icon) IF filetype% <> 8192 THEN PROCUtils_Alert(“W A R N I N G…… File must be an ‘AppBasic’ Application”) : END OSCLI OSCLI ENDPROC |
David Pitt (102) 743 posts |
All good in NetNewsWire on the Mac. Sargasso is not quite so accurate. |
Richard Ashbery (495) 163 posts |
Retry after Steve and Johns help…
The full OSCLI line should be visible not “OSCLI” on its own. |
Richard Ashbery (495) 163 posts |
Phew!!! That works – thanks John and Steve. I’ve looked at the guide but as John mentioned where’s bc.. and p. ? |