I am confused:sign0013:You will have to pass a script identifier to the Sub you are calling and you can pass that identifier to a script in its args() when it starts.
This makes it easier to dynamically handle scripts within Basic4ppc programs using single quotes as delimiters but means that the string you are using is not legal. At the moment, to keep things simple the string handling doesn't care whether the closing delimiter matches the opening delimiter - I might take a look at that. Meanwhile use something like thisStrings can be either single or double quotes delimited.
var = "a string"
var = 'a string'
sqlstr = "update set a = " & Chr(39) & "hello" & Chr(39) & " from table1"
... At the moment, to keep things simple the string handling doesn't care whether the closing delimiter matches the opening delimiter - I might take a look at that.
BasicLib 4.0 - A runtime scripting language that employs identical syntax to Basic4ppc.
You can't start a comment with an apostrophe in B4Script. It must start with REM and be on a separate line. This is because a comment is treated as a statement and each line can contain one, and only one, statement.dropping the use of apostrophe to start a comment
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?