1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00
QB64-PE/internal/help/SADD_1111.txt
Roland Heyder aeb9c0668b Updates help files for use with new Wiki parser (2nd try)
Note: Many files were removed (not yet existing/empty pages). The parser will try to download them on demand and will auto-generate text for missing pages (eg. most _gl pages).
2022-05-21 00:18:31 +02:00

21 lines
608 B
Plaintext

{{QBDLDATE:05-20-2022}}
{{QBDLTIME:23:16:19}}
The '''SADD''' function returns the address of a [[STRING]] variable as an offset from the current data segment.
{{PageSyntax}}
:: SADD(stringvariable)
* The argument may be a simple string variable or a single element of a string array. You may not use fixed-length strings.
* Use this function carefully because strings can move in the BASIC string space storage area at any time.
* Adding characters may produce a run-time error. Don't add characters to the ends of parameters.
''See also:''
* [[VARSEG]], [[VARPTR]], [[DEF SEG]]
{{PageNavigation}}