You are here: start » ppl » statements » pcbmac

PCBMAC()

PCBMAC()

Returns a BIGSTR containing the expanded text of a PCB MACRO

Example:

	integer i,j, res
	j = PCBMAC("@Timelimit@")
	i = PCBMAC("@Timeused@")
	res = j-i
	println "You have ",res, " Minutes left"

PCB MACROS not supported:
@automore@ @beep@ @clreol@ @cls@ @delay@ @more@ @pause@ @poff@ @pon@ @pos@ @qoff@ @qon@ @wait@ @who@ @x@

ppl/statements/pcbmac.txt · Last modified: 2019/04/16 14:00
CC Attribution 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International