The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any way to to include command line options into the code?
#3
Thank you. I'll try to document all this a bit in the wiki, using your message.

boriel Wrote:The options list grows almost day by day. But here are the most common and useful of them (at the moment), 'NAME', type, default value:
  • 'optimization', int, 0
  • 'case_insensitive', bool, False
  • 'array_base', int, 0
  • 'byref', bool, False // Whether function parameters are byRef or byVal if this is ommited
  • 'max_syntax_errors', int, DEFAULT_MAX_SYNTAX_ERRORS
  • 'string_base', int, 0

I blindly tried the following:

Code:
#pragma option tap = TRUE #pragma option strict_bool = TRUE #pragma option BASIC = TRUE #pragma option autorun = TRUE

...just to confirm no one is yet implemented. Do you plan to implement a #pragma alternative for every command line option?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)